.loader {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  border: 2px solid;
  border-color: rgba(255, 255, 255, 0.15) rgba(255, 255, 255, 0.25) rgba(255, 255, 255, 0.35) rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 

.testimonial-card {
    background-image: url('/app/uploads/2025/08/Group-75.png');
    background-repeat: no-repeat;
    padding: 3rem 3rem 2rem 3rem;
    font-family: 'Geist';
    color: #000;
    background-size: 100% 100%;
    position: relative;
    font-family: Roboto, sans-serif;

}

.testimonial-card h6 {
    color: #AC261B;
    font-family: Roboto, sans-serif !important;
    font-size: 1.23rem;
}

.testimonial-card > div:first-of-type > p {
    font-size: 0.8rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  
}

.testimonials-slider-wrapper {
    width: 100%;
}

.testimonials-slider {
    width: 100%;
}

.testimonials-slider .slick-slide {
    width: 400px;;
}

.services-slider .slick-slide {
    /*width: 285px;*/
    width: 400px;
    margin: 0.5rem;
    border-radius: 16px;
}

.service-card {
    background: #fff;
    border-radius: 16px;
    padding: 0.5rem;
    border: 1px solid #eee;
    position: relative;
}


.service-card a {
    position: absolute;
    width: 100%;
    height: 100%;
}


.service-card-thumbnail {
    width: 100%;
    height: 286px;
    border-radius: 10px;
    background-size: cover !important;
    background-position: center !important;
}



.service-card-details > p {
    font-size: 1.3rem;
    text-align: center;
    margin-top: 1rem;
    color: #AC261B;
    font-weight: bold;
}

 .service-card-details > div:last-of-type{
   height: 0px;
   overflow: hidden;
   /*transition: all 400ms ease-in-out;*/
   padding: 0 2rem;
   text-align: center;
}

.services-slider .slick-track {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.services-slider .slick-slide {
    transition: all 400ms ease-in-out;
}


.services-slider .slick-slide.slick-active.slick-center {
   width: 420px;
}


.services-slider .slick-active.slick-center .service-card-details > div:last-of-type{
    height: 50px;
    padding-bottom: 100px;
}

.services-slider .slick-active.slick-center .service-card-thumbnail {
        height: 220px;
        border-radius: 10px 10px 0px 0px;
        border-bottom: 5px solid #AC261B;
}

.custom-prev, .custom-next {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    background: #AC261B;
    opacity: 0.8;
    transition: all 400ms ease-in-out;
}

.custom-prev { 
    transform: rotate(-180deg);
    left: 2%;
}

.custom-next { 
    right: 2%;
}

.custom-prev:hover, .custom-next:hover {
    opacity: 1;
}



.posts-container-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4rem;
}

.posts-container-header > h2 {
    text-transform: uppercase;
    margin: 0;
    font-weight: 900 !important;
    font-size: 3.75rem;
}

.posts-container-header > div, .posts-container-header > div > div:first-of-type  {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    max-width: 794px;
}

.posts-container-header > div > div:first-of-type {
    justify-content: flex-start;
}

.posts-container-header > div input, .posts-container-header > div select {
    margin: 0;
    width: 100%;
}

.posts-container-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;    
    gap: 1.5rem;
}

.posts-container-content > div:first-of-type {
    width: 30%;
}


.posts-container-content > div:last-of-type {
    width: 70%;
   padding-bottom: 2rem;
}

.posts-container-content > div {
    padding: 0rem 2rem;
    border: 1px solid #eee;
    border-radius: 24px;
   
}

.posts-container-header > div >div {
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    padding: 0.2rem 0.5rem;
}

.posts-container-header > div > div:first-of-type {
    margin-right: 0.5rem;
    width: 100%;
    max-width: 545px;
}

.posts-container-header > div > div:last-of-type{
    width: 100%;
    max-width: 170px;
} 

.posts-container-header > div >div select, .posts-container-header > div >div input  {
    border: none;
    box-shadow: none;
    padding: 0;    
}

search {
    text-indent: 10px;
    width: 100%;
}

.posts {
    padding: 0.8rem 0;
}

.post-card {
    padding: 1.5rem 0rem;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.post-card h3, .left-panel h3 {
    color: #AC261B;
    margin: 0;
}

 .left-panel h3 {
    text-transform: uppercase;
    width: 180px;
    line-height: 2.2rem;
    padding-left: 1.2rem;
    position: relative;
    margin: 1.5rem 0;
    font-size: 2.3rem;
 }

 .left-panel h3:before {
    content: "";
    position: absolute;
    width: 3px;
    background: #AC261B;
    height: 85%;
    left: 0;
    top: 4px;
    display: block;
 }


.post-card > div:first-of-type {
    width: 38%;
    max-width: 256px;
    height: 166px;
    border-radius: 16px;
    background-size: cover !important; 
}

.post-card >div:nth-child(2) {
    width: 57%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 0rem 1rem;
}

.post-card >div:nth-child(3){
   width: 5%;
}

.post-card .post-link {
    position: absolute;
    width: 100%;
    height: 100%;
}

.tag-option {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5rem;
    margin: 0px;
    width: 100%;
    padding: 1rem 0;
    border-bottom: 1px solid #eee;
    font-size: 1.25rem;
    transition: all 400ms ease-in-out;
}

.ez-toc-list > li {
      padding: 1rem 0 !important; 
       font-size: 1.25rem !important;
}

.tag-option img {
    width: 0px;
    height: 10px;
    overflow: hidden;
    transition: all 400ms ease-in-out;
}

.tag-option.tag-active img {
    width: 8px;
    
}

.tag-option.tag-active {
    color: #AC261B;
    font-weight: bold;
    pointer-events: none;
}

#load_more {
    background: #AC261B;
    color: #fff;
    border: none;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem 1.5rem;
    gap: 0.6rem;
    margin: 2rem auto 0rem auto;
    transition: all 400ms ease-in-out;
}

#load_more .loader {
    display: none;
}

.post-card.skeleton {
    pointer-events: none;
}


.post-card.skeleton .skeleton-image, .post-card.skeleton .skeleton-text-heading, .post-card.skeleton .skeleton-text, .post-card.skeleton .skeleton-text-content, .post-card.skeleton .skeleton-metadata  {
    background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
}

.post-card.skeleton .skeleton-text-heading {
    height: 20px;
    width: 100%;
}

.post-card.skeleton .skeleton-text-content {
    height: 40px;
    width: 100%;
}

.post-card.skeleton .skeleton-metadata {
    height: 10px;
    width: 100%;
    display: block;
}

.post-card.skeleton p {
    width: 100%;
    margin-top: 1rem;
}

.post-card.skeleton img {
    opacity: 0;
    pointer-events: none;
}

/* Shimmer Animation */
    @keyframes shimmer {
      0% {
        background-position: -200% 0;
      }
      100% {
        background-position: 200% 0;
      }
    }


.globe-wrapper::before {
    content: "";
    background: #fff;
    top:-20px;
    width: 120%;
    height: 150%;
    display: block;
    position: absolute;
    border-radius: 50%;;
}

.globe {  
  display: block;
  position: absolute;
  width: 100%;
  max-width: 1742px;
  height: 860px;
  margin: 0 auto;
  background: #fff;
  border-radius: 50%;
}



.map-labels{
  display: block;
  position: absolute;
  top: 8%;
  left: 7%;
  margin: 0 auto;
  width: 63%;
  max-width: 922px;
}

.custom-text-map {
  position: absolute;
    right: 0;
  bottom: 50px;
  width: 400px;

}


.service-links a {
    margin-top: 0.2rem !important;
   
}

.service-links a .x-anchor-text-primary {
 line-height: 2 !important;
}

.post-card-home {
    padding: 1rem;
    position: relative;
}

.post-card-home > div {
    color: #000;
}

.post-card-home-date {
    position: absolute;
    color: #fff;
    top: 7%;
    left: 9%;
}

.post-card-home-thumbnail {
    width: 100%;
    height: 200px;
    border-radius: 10px;;
    background-size: cover !important;
}
.post-card-home-title {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    color: #AC261B;
    font-size: 1.25rem;
    line-height: 2rem;
}

.post-card-home-excerpt {
    margin-top: 1rem;
}


.post-card-home a {
    position: absolute;
    width: 100%;
    height: 100%;
}
.slick-slider-dots{
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}

.slick-slider-dots ul { 
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.slick-slider-dots ul li {
    margin: 0 4px;
    border-radius: 50px;
}

.slick-slider-dots ul li button {
    background:#d9d9d9;
    height: 12px;
    width: 9px;
    overflow: hidden;
    color: #d9d9d9;
    border: none;
    border-radius: 23px;
    transition: all 400ms ease-in-out;
}

.slick-slider-dots ul li.slick-active button {
    width: 35px;
}

.categories-container {
    height: 119px !important;
    overflow: hidden;
}

.categories-container.full-height{
    height: 100% !important;
}

#ez-toc-container {
    background-color: #fff !important;
    border:none !important;
}

.ez-toc-title-container {
    display: none !important;
}

@media screen and (max-width: 1200px) {
    .map-labels{
      
        top: 7%;
        left: 7%;
    }

    .custom-text-map {
        bottom: -100px;
        right: 50px;

    }

}

@media screen and (max-width: 980px){

    .posts-container-header > div {
        width: 100%;
    } 

   .posts-container-header{
        flex-direction: column;
    }

   
}

@media screen and (max-width: 767px) {
     .posts-container-header > div {
        width: 100%;
    } 

    .posts-container-content, .posts-container-header, .post-card {
        flex-direction: column;
    }

    .posts-container-header > div {
        width: 50%;
    }

   .posts-container-content > div:first-of-type, .posts-container-content > div:last-of-type{
        width: 100%
    }
    
    .post-card > div:first-of-type, .post-card >div:nth-child(2){
        width: 100%;
    }
    .post-card h3 {
        line-height: 1;
        margin: 1rem 0;
    }

    .post-card > div:first-of-type {
        width: 100%;
        max-width: none;
    }

    .post-card >div:nth-child(3) {
        display:none;
    }
    .skeleton-text-heading {
        margin-top: 1rem;
    }
   
}


@media screen and (max-width: 630px) {
    .services-slider .slick-slide {
        width: 300px;
        margin: 0.5rem;
        border-radius: 16px;
    }

    .services-slider .slick-slide.slick-active.slick-center {
        width: 320px;
    }
    
    .map-labels{
      
        top: 7%;
        left: 7%;
    }

     .custom-text-map {
        bottom: -200px;
        right: 0px;

    }
}