article.blog-details-fullBody.blog_content, article.blog-details-fullBody.blog_content p {
    font-family: 'Heebo';
    line-height: 2;
    font-size: 1.2rem;
}

article.blog-details-fullBody.blog_content h2, article.blog-details-fullBody.blog_content h3 {
    margin-top: 2.5rem;
    margin-bottom: .5rem;
}

.wp-block-spacer {
    display: none;
}

.hero-area {
  padding-top: 0;
}

.hero-area-inner {
    height: 100%;
}

.hero-area-inner > .my_sec {
    height: 100%;
    justify-content: space-between;
    padding-top: 3vh;
    padding-bottom: 3vh;
}

.hero-area > .container {
  height: 100%;
}

article.blog-details-fullBody.blog_content table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.work-area .section-title {
  font-size: 70px;
}

.work-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

article.blog-details-fullBody.blog_content table thead tr {
    background-color: #0c9dc5;
    background: linear-gradient(90deg, #5acae6 0%, #6896ff 90%);
    background: linear-gradient(90deg, #5acae6 0%, #6896ff 90%);
    color: #ffffff;
    text-align: left;
}

article.blog-details-fullBody.blog_content table th,
article.blog-details-fullBody.blog_content table td {
    padding: 12px 15px;
}

article.blog-details-fullBody.blog_content table tbody tr {
    border-bottom: 1px solid #dddddd;
}

article.blog-details-fullBody.blog_content table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

article.blog-details-fullBody.blog_content table tbody tr:last-of-type {
    border-bottom: 2px solid #0c9dc5;
}

article.blog-details-fullBody.blog_content table tbody tr:nth-child(1) {
    font-weight: bold;
    background-color: #0c9dc5;
    background: linear-gradient(90deg, #5acae6 0%, #6896ff 90%);
    color: #fff;
}

.blog_content ol {
    margin-right: 50px;
    counter-reset:li-counter;
}

.blog_content ol>li {
    position: relative;
    margin-bottom: 20px;
    padding: 1em;
    border-right: 2px solid #0c9dc5;
    border-left: 0;
    background-color: #f5f5f5;
}

.blog_content ol>li:before {
    position: absolute;
    top: 0;
    left: auto;
    right: -.95em;
    width: 1em;
    font-size: 4em;
    line-height: 1;
    font-weight: 700;
    text-align: left;
    color: #0c9dc5;
    transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    z-index: 100;
    overflow: hidden;
    content: counter(li-counter);
    counter-increment: li-counter;
}

@media only screen and (max-width: 991px) {
    .offcanvas-3__menu li a {
        font-size: 4.5vh;
        color: rgba(255, 255, 255, .6705882353);
        background-image: unset;
        -webkit-text-fill-color: unset;
    }
}

@media only screen and (max-width: 991px) {
    .offcanvas-3__menu li:not(:last-child) {
        margin-bottom: 40px;
    }
}


.hero-area .section-title {
    font-size: min(15vh, 110px);
    text-align: center;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');



.wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.box {
  width: 50px;
    height: 110px;
    background: transparent;
    border: 4px solid #6896ff;
    border-radius: 60px;
    position: relative;
}

.progress-wrap svg.progress-circle path {
  stroke: #6896ff;
}
.offcanvas-3__menu li:before,
.offcanvas-3__menu ul:before {
  display: none !important;
}
  
  .circle {
    position: absolute;
            width: 25px;
        height: 25px;
    border-radius: 50%;
    background: #0c9dc5;
    background: linear-gradient(90deg, #5acae6 0%, #6896ff 90%);
    inset: 0;
    margin: auto;
    animation: circle 2.5s ease-in-out infinite alternate;
  }

  .clients-slider-item img {
       transition: all 0.5s ease;

    filter: invert(.5) brightness(.4);
  }

  .clients-slider-item img:hover {
    filter: none;
  }

/* .text {
  margin-left: 16px;
} */

@keyframes circle {
  0% {
    transform: translateY(-35px);
  }
  100% {
    transform: translateY(35px);
  }
}

.hero-area {
    height: 90vh
}

.my_sec {
    display: flex;
    flex-direction: column;
}

.hero-area .section-title-wrapper {
    margin-top: 0px;
}

.b_hover:hover {
    background-color: #0c9dc5 !important;
    background: linear-gradient(90deg, #5acae6 0%, #6896ff 90%); !important; 
}

.myArrow {
    font-size: 7rem;
    color: white;
    cursor: pointer;
}


  .hero-area-bg .bg-overlay {
    opacity: .6;
}

.fi_1 {
    padding-top: 140px !important;
}

@media (min-width: 1024px) {
    .footer-area .section-title {
        font-size: 120px;
        line-height: 1;
        color: var(--white);
        margin-top: -29px;
    }

    .footer-area .section-header .text {
        font-size: 36px;
        line-height: 1.2;
        max-width: 850px;
        font-weight: 300;
        color: var(--white-2);
    }
}

.lazy-content-placeholder {
    background: #f0f0f0;
    height: 100px;
    margin-bottom: 20px;
    border-radius: 8px;
}

.lazy-content-placeholder.loading {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: placeholder-loading 1.5s infinite linear;
    position: relative;
    overflow: hidden;
}

@keyframes placeholder-loading {
    0% {
        background-position: 200% 0;
    }
    50% {
        background-position: 0 0;
    }
    100% {
        background-position: -200% 0;
    }
}

.lazy-content-placeholder.loading::after {
    content: '';
    position: absolute;
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    animation: lightning-effect 1.5s infinite;
    pointer-events: none;
}

@keyframes lightning-effect {
    0% {
        left: -50%;
        opacity: 0;
    }
    50% {
        left: 100%;
        opacity: 1;
    }
    100% {
        left: 150%;
        opacity: 0;
    }
}

.logo {
        width: min(40vh, 35vw);
}



.wrapper_c {
    margin-top: 100px !important;
    padding-top: 150px!important;
    padding-bottom: 1000px!important;
    max-width: 700px!important;
    margin: 0 auto!important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
      Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  }
  
  .card_n {
    top: 30px!important;
    position: sticky!important;
    border: 1px solid #ccc!important;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    background-color: white;
    color: #333;
    padding: 40px!important;
    border-radius: 10px!important;
    margin-bottom: 20px!important;
    z-index: 9999;
  
    h2 {
      padding: 0!important;
    }
    span {
      display: block!important;
      font-size: 14px!important;
      color: #0c4eb9;
    }
  }

  .card_n:nth-child(1) {
    top: 20px;
  }
  
  .card_n:nth-child(2) {
    top: 40px;
  }
  
  .card_n:nth-child(3) {
    top: 60px;
  }
  
  .card_n:nth-child(4) {
    top: 80px;
  }
  
  .card_n:nth-child(5) {
    top: 100px;
  }
  
  .card_n:nth-child(6) {
    top: 120px;
  }
  
  .card_n:nth-child(7) {
    top: 140px;
  }
  
  .card_n:nth-child(8) {
    top: 160px;
  }

  .fa-solid, .fas {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 30px;
}

.pagination2 {
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 50px;
    padding: 25px;
}
/* .pagination2 button {
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 50px;
    padding: 25px;
} */


.pagination2 button {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 15px;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
    transition: all 0.3s ease;
  }
  
  .pagination2 button:hover {
    background-color: #0056b3;
  }
  
  .pagination2 button:disabled {
    background-color: #cccccc;
    cursor: not-allowed;
  }
  
  /* Styling for active button */
  .pagination2 button.active {
    background-color: #28a745;
  }

  .text-slider {
    background-color: #0c9dc5;
    background: linear-gradient(90deg, #5acae6 0%, #6896ff 90%);
    height: 10vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px !important;
  }

  .featured-post-area .featured-posts {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}

.about-area .section-content .wc-btn-circle {
  background: linear-gradient(90deg, #5acae6 0%, #6896ff 90%);
}

.featured-post-area .featured-posts>*:nth-child(1) {
  grid-column: span 1;
  grid-row: span 1;
}

.header_nav {
  max-height: 65vh;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.offcanvas-3__menu {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

section {
  margin-bottom: 0px;
}

.swiper.custom_swiper {
  direction: rtl !important;
}

.swiper.custom_swiper .swiper-wrapper {
  padding-right: 12px !important;
  padding-left: 0px !important;
  margin-top: 50px;
}

.team-area .team-wrapper {
  display: grid
;
  gap: 10% 0%;
  grid-template-columns: repeat(3, 29%);
  justify-content: space-between;
}


/* .swiper {
  width: 100%;
  height: 100%;
  direction: rtl;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  direction: rtl;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  direction: rtl;
}
 */

 .h-img {
  max-height: 25vh;
 }
 .img_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
 }

 .header_nav li {
  opacity: 1;
 }

 button#close_offcanvas {
    position: absolute;
    left: 3%;
    top: 3%;
    z-index: 9;
}

.offcanvas-3__inner {
  display: flex;
}

.offcanvas-3__menu-wrapper {
    width: 100%;
    display: flex;
}

.offcanvas-3__menu ul li {
    padding: 0;
}

 @media (min-width: 1024px) {
  .img_wrap {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: auto;
  }
}

@media (min-width: 1024px) {
  .h-img {
    max-height: 40vh;
   }
}

.swiper-slide.end {
  margin: auto !important;
}

.work-spacing-bottom {
  padding-bottom: 35px;
}

.work .arrows {
  position: absolute;
    width: 98%;
    top: 50%;
    z-index: 9;
    right: 50%;
    margin-right: -49%;
}

.work .arrows > div {
  background: rgba(255,255,255,0.6);
  border-radius: 50%;
  padding: 2.5em;

}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    font-size: 2em;
    color: #000;
}

.testimonial-area .section-title {
  max-width: none;
}

.footer-area .section-header .text {
  font-size: 26px;
}

/* .parallax_cont {
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.parallax_img {
  width: 100% !important;
  height: auto;
  transform-origin: center center;
  transition: transform 0.1s ease-out;
  will-change: transform;
}
 */


 @media (max-width: 768px) { 
        .hero-area {
            height: 90vh;
        }

        .hero-area .section-title {
            font-size: min(15vh, 80px);
            line-height: 1.2;
        }

        .team-area .team-wrapper {
            gap: 4% 0%;
            grid-template-columns: repeat(2, 48%);
        }

  }

   @media (max-width: 560px) {
  .featured-post-area .blog-box .content {
      background: none !important;
      margin-top: 10px;
  }

  .featured-post-area .blog-box .tag {
      margin: 0;
  }

  .featured-post-area .featured-posts {
      grid-template-columns: repeat(1, 1fr);
      text-align: center;
  } 
 }
