
.links {
    border-bottom: 1px solid var(--golden);
    padding: 0.8rem 0;
}

.links li a {
     margin-right: 1rem;
}

.links .cta {
  margin: 0;
}

.linkSection .cta {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.5rem;
    padding: 0.5rem 1rem;
    text-align: center;
}

.linkSection ul li {
  text-align: center;
}

.linkSection ul li a {
    font-size: 0.875rem;
    line-height: 1rem;
    text-transform: uppercase;
    font-weight: 400;
}

/* .linkSection ul li a:hover {
    font-weight: 600;
} */

.linkSection ul li a.active {
  font-weight: 600;
}

.innerSlide {
  position: relative;
  overflow: hidden;
}

.innerSlide::after{
    content: '';
    width: 100%;
    height: 30%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(360deg, rgba(255, 255, 255, 0.00) 5.79%, #FFF 146.28%);
    pointer-events: none;
    z-index: 1;
  }


@media (max-width: 767px) {
  .innerSlide {
    padding-top: 70px;
  }
}

@media (min-width: 1200px) {
.linkSection ul li a {
    font-size: 1vw;
    line-height: 1.1vw;
    letter-spacing: 0.019vw;
  }

  .links li a {
    margin-right: 2.667vw;
  }
}

.headText h2 {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 400;
}

.headText p {
    font-size: 1rem;
    line-height: 1.8rem;
    font-weight: 400;
}

.headText h5 {
    font-size: 1.2rem;
    line-height: 2.5rem;
    font-weight: 600;
}


@media (min-width: 1200px) {
    .headText h2 {
        font-size: 1.875vw;
        line-height: 2.813vw;
        margin-bottom: 1vw;
    }

    .headText p {
        font-size: 1.042vw;
        line-height: 1.667vw;
    }

    .headText h5 {
      font-size: 1.25vw;
      line-height: 2.813vw;
  }
  
}

.standSwiper{
    width: 100%;
    height: 100%;
    position: relative;
} 

.standSwiper .swiper-slide {
  position: relative;
}

.standSwiper .image-wrapper {
  position: relative;
  width: 100%;
  padding-top: 33.33%;
  overflow: hidden;
}

.standSwiper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991.98px) { 
  .standSwiper .image-wrapper {
    padding-top: 56.25%; 
  }
}

@media (max-width: 575.98px) { 
  .standSwiper .image-wrapper {
    padding-top: 75%; 
  }
}

.caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 40px 20px 30px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #121212 100%);
    color: #fff;
    text-align: center;
  }

  .swiper-pagination {
    bottom: 15px !important;
  }

  .swiper-pagination-bullet-active {
    background: var(--golden)!important;
  }

  .swiper-pagination-bullet {
    background: var(--white);
    opacity: 1;
  }

  .caption h5 {
    font-size: 1.2rem;
    line-height: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.625rem;
  }

  @media (min-width: 1200px) {
    .caption h5 {
        font-size: 1.25vw;
        line-height: 1.667vw;
        margin-bottom: 0.8vw;
    }
  }

  .blockqouteIcon {
    width: 40px;
    height: 40px;
    margin-bottom: 1rem;
  }

  @media (min-width: 1200px) {
    .blockqouteIcon {
        width: 2.76vw;
        height: 2.188vw;
        margin-bottom: 1vw;
    }
  }

  .italicText p {
    font-style: italic;
  }

  .excellence img {
    aspect-ratio: 16 / 9;
  }

  .excellence h6 {
    font-size: 1.25rem;
    line-height: 2.813rem;
    font-weight: 600;
    text-transform: uppercase;
  }

  .excellence p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8rem;
  }

  @media (min-width: 1200px) {
    .excellence h6 {
      font-size: 1.042vw;
      line-height: 2.344vw;
    }

    .excellence p {
      font-size: 1.042vw;
      line-height: 1.823vw;
    }
  }

  .construction {
    background-color: #FCF7F2;
  }

  .timelineSwiper .swiper-wrapper {
    position: relative;
  }

  .timelineSwiper .swiper-slide {
    position: relative;
  }


  .timeline-line {
    content: '';
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    height: 3px;
    background-color: var(--golden);
    z-index: 0;
    width: 100%;
  }

  .timelineSwiper .swiper-slide::before {
    content: '';
    position: absolute;
    top: 53px;
    left: 50%;
    transform: translateX(-50%);
    width: 14px;
    height: 14px;
    background-color: var(--golden);;
    border: 3px solid var(--golden);;
    border-radius: 50%;
    z-index: 1;
  }

  .timelineSlide h6 {
    font-size: 1.5rem;
    line-height: 3.375rem;
    font-weight: 700;
    color: var(--golden);
    margin-bottom: 0;
  }

  .timelineSlide h5 {
    font-size: 1.25rem;
    line-height: 2.25rem;
    font-weight: 700;
    padding-top: 3rem;
  }

  .timelineSlide p {
    font-size: 1rem;
    line-height: 1.8rem;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
  }

 

  @media (min-width: 1200px) {
    .timelineSlide h6 {
      font-size: 1.25vw;
      line-height: 2.813vw;
    }
  
    .timelineSlide h5 {
      font-size: 1.042vw;
      line-height: 1.875vw;
    }
  
    .timelineSlide p {
      font-size: 1.042vw;
      line-height: 1.875vw;
    }
  }

    @media (min-width: 1600px) {
      .timeline-line {
        top: 70px;
      }
    }

     @media (min-width: 1920px) {
      .timeline-line {
        top: 80px;
      }
    }

  .timelineArw {
    position: absolute;
    top: 62%; 
    width: 100%;
    z-index: 1; /* Above line but below slides if needed */
  }

  /* Position the arrows exactly on the line */
  .timelineArw .swiper-button-next,
  .timelineArw .swiper-button-prev {
    top: 0;
    transform: translateY(-50%);
    position: absolute;
    color: var(--golden);
    z-index: 2;
  }
  
  /* .timelineArw .swiper-button-next {
    right: 45px;
  }
  
  .timelineArw .swiper-button-prev {
    left: 45px;
  } */


  @media (max-width: 575px){
    .timelineSlide h5 {
        padding-top: 2rem;
    }
  }

  @media (max-width: 991.99px){

    .timelineArw, .excellenceArw, .blogArws, .homeTestimonial {
      display: flex;
      justify-content: center;
      gap: 10px;
      position: relative;
      bottom: 0;
      right: 0;
    }

    .blogArws {
      padding-top: 2rem;
    }

    .timelineArw .swiper-button-next,
    .timelineArw .swiper-button-prev
    {
      position: relative;
      top: auto;
      left: auto;
      right: auto;
      transform: translateY(50%);
    }

    .excellenceArw .swiper-button-next,
    .excellenceArw .swiper-button-prev,
    .blogArws .swiper-button-next,
    .blogArws .swiper-button-prev,
    .homeTestimonial .swiper-button-next,
    .homeTestimonial .swiper-button-prev
    {
      position: relative;
      top: auto;
      left: auto;
      right: auto;
    }
  }

  @media (min-width: 992px) and (max-width: 1199.98px) {
    .timelineArw {
      top: 57%;
    }

    .timelineArw .swiper-button-prev {
      left: calc((100% - 960px) / 2 - 22px);
    }
  
    .timelineArw .swiper-button-next {
      right: calc((100% - 960px) / 2 - 22px);
    }
  }


  @media (min-width: 1200px) {
    .timelineArw .swiper-button-prev {
      left: calc(5% - 22px);
    }
  
    .timelineArw .swiper-button-next {
      right: calc(5% - 22px);
    }
  }




  @media (max-width: 767px) {
    .svgImage {padding-bottom: 2rem;}
  }

  .contact h5 {
    font-size: 1.125rem;
    line-height: 2.188rem;
    font-weight: 600;
    text-transform: uppercase;
  }

  .contact p {
    font-size: 1rem;
    line-height: 1.8rem;
    font-weight: 400;
  }

  .contact img {
    width: 3.125rem;
    height: 3.125rem;
  }

  @media (min-width: 1200px) {
    .contact h5 {
      font-size: 0.938vw;
      line-height: 1.823vw;
    }

    .contact p {
      font-size: 1.042vw;
      line-height: 1.823vw;
    }

    .contact img {
      width: 3.906vw;
      height: 3.906vw;
    }
  
  }

  .form-select:focus {
    box-shadow: unset;
    border-color: unset;
  }

  .timeline {
    position: relative;
    margin: 0 auto;
    width: 100%;
 }
 
 .timeline p {
    color: #292929;
    font-size: 1rem;
    line-height: 2rem;
    font-weight: 400;
    letter-spacing: 0.025rem;
 }

 .timeline h5 {
  font-size: 1.1rem;
  line-height: 2.188rem;
  font-weight: 600;
  text-transform: uppercase;
 }
 
 
 .timeline {
  position: relative;
  margin: 100px 0;
}

.timeline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #DCA86A;
  transform: translateX(-50%);
  z-index: 0;
}

/* Top triangle */
.timeline::after {
  content: '';
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #DCA86A;
  z-index: 1;
}

/* Bottom triangle */
.timeline-end {
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #DCA86A;
  z-index: 1;
}

/* The thick golden progress line */
.timeline-progress {
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  height: 0;
  background: #DCA86A;
  transform: translateX(-50%);
  z-index: 1;
  transition: height 0.8s ease-in-out;
}

/* Timeline item */
.timeline-item {
  position: relative;
  margin: 50px 0;
}


/* Dot */
.timeline-dot {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  border: 1px solid #DCA86A;
  border-radius: 50%;
  background-color: #DCA86A;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease;
}

.timeline-dot .dot {
  width: 30px;
  height: 30px;
  background-size: cover;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* When active, show image */
.timeline-item.active .timeline-dot {
  background-color: var(--golden); /* or #DCA86A */
  border-width: 4px;
  width: 50px;
  height: 50px;
  background: var(--golden);
}

.timeline-item.active .timeline-dot .dot {
  background-image: url(../images/icons/award.svg);
  opacity: 1;
}

 .timeline-item .timeline-content {
    color: var(--black);
    border-radius: 8px;
    display: inline-block;
    width: 45%;
    position: relative;
    z-index: 2;
 }
 
 .timeline-item:nth-child(even) .timeline-content {
    text-align: right;
 }
 
 .timeline-item:nth-child(odd) .timeline-content {
    text-align: left;
 }

 .timeline-item:nth-child(even) .timeline-content:before {
    right: 100%;
    /* Line extends from content to the left */
 }
 
 .timeline-item:nth-child(odd) .timeline-content:before {
    left: 100%;
    /* Line extends from content to the right */
 }
 
 .timeline-year {
    color: #292929;
    width: 45%;
    font-size: 2.25rem;
    line-height: 2.375rem;
    font-weight: 600;
 }
 
 .text-end .timeline-content {
    text-align: start !important;
 }
 
 .text-start .timeline-content {
    text-align: end !important;
 }
 
 
 .timeline .text-start .d-flex {
    flex-direction: row-reverse;
 
 }

 .imageBox img{
    border: 1px solid #444;
    background: var(--white);
    padding: 15px;
 }

 .awardContent {
    padding: 0 30px;
 }

  @media (max-width:992px) {

    .timeline-item {
      position: relative;
      margin: 0;
    }

    .timeline .text-start .d-flex{
      flex-direction: column;
      align-items: flex-start !important;
      text-align:left;
     }

    .timeline .d-flex{
        flex-direction: column;
        align-items: flex-start !important;
        text-align:left;
    }

    .timeline-item .timeline-content, .timeline-year{
        width:95%; 
        padding-left:20px !important;
        margin-bottom: 20px;
    }
    
    .timeline  .d-flex .ms-3{
        margin-left:0 !important;
    }

    .timeline-item{
        margin-left: 40px;
    }

    .timeline p img{
        margin-bottom:10px;
    }

    .timeline:before, .timeline-progress, .timeline-item.active::before{
        left: 18px;
    }

    .timeline-item .timeline-dot{
        left: calc(0% - 22px);
    }

    .timeline-content h5 {
      margin-bottom: 0;
    }

    .imageBox {
      margin-bottom: 1rem;
    }

    .awardContent {
      padding: 0;
   }

   .timeline-end, .timeline::after {
    left: 18px;
   }
  
  }

  @media (min-width: 1200px) {
    .timeline-year {
      font-size: 1.875vw;
      line-height: 1.979vw;
    }

    .timeline h5 {
      font-size: 1.146vw;
      line-height:1.823vw;
    }

    .timeline-content p {
      font-size: 1.042vw;
      line-height: 1.823vw;
    }
  }

  .Detailpagehead h2 {
    font-size: 1.4rem;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 1rem;
  }

  .Detailpagehead p {
    font-size: 1rem;
    line-height: 1.8rem;
    font-weight: 400;
    margin-bottom: 1rem;
  }

  @media (min-width: 1200px) {
    .Detailpagehead h2 {
      font-size: 1.875vw;
    }

    .Detailpagehead p {
       font-size: 1.146vw;
       line-height: 1.667vw;
    }
  }

  .videoBanner video {
    width: 100%;
  }

  .map {
    height: 250px;
  }

  .location {
    border: 1px solid var(--golden);
    padding: 15px;
  }

  .wantToBeContent h5 {
    font-size: 1.1rem;
    line-height: 2rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.025rem;
    margin-left: 2.2rem;
    margin-bottom: 1rem;
  }

  .wantToBeContent ul li{
    list-style-type: disc;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 400;
    margin-bottom: 1.125rem;
  
  }

  .wantToBeContent ul {
    padding-left: 1.8rem;
  }

  @media (min-width: 1200px) {
    .wantToBeContent h5 {
      font-size: 1.042vw;
      line-height: 2.344vw;
      margin-left: 2.823vw;
      margin-bottom: 1.1vw;
    }

    .wantToBeContent ul li{
      font-size: 1.042vw;
      line-height: 1.458vw;
      margin-bottom: 0.938vw;
    }

    .wantToBeContent ul {
      padding-left: 1.8vw;
    }
  }

  .connectivity:before{
    content: '';
    background: url(../images/icons/marker.svg);
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    background-repeat: no-repeat;
    left: 0;
  }

  .school:before {
    content: '';
    background: url(../images/icons/school.svg);
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    background-repeat: no-repeat;
    left: 0;
  }

  .shopping:before {
    content: '';
    background: url(../images/icons/shop.svg);
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    background-repeat: no-repeat;
    left: 0;
  }

  .restaurants:before {
    content: '';
    background: url(../images/icons/restaurants.svg);
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    background-repeat: no-repeat;
    left: 0;
  }

  .fitness:before {
    content: '';
    background: url(../images/icons/fitness.svg);
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    background-repeat: no-repeat;
    left: 0;
  }

  .college:before {
    content: '';
    background: url(../images/icons/college.svg);
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    background-repeat: no-repeat;
    left: 0;
  }

  .hospital:before {
    content: '';
    background: url(../images/icons/Hospital.svg);
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    background-repeat: no-repeat;
    left: 0;
  }
  

  .wantToArw {
    display: flex;
    justify-content: center;
    gap: 10px;
    position: relative;
    bottom: 0;
    right: 0;
  }

  .wantToArw .swiper-button-next,
  .wantToArw .swiper-button-prev {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }

  .iconText p {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    text-transform: uppercase;
  }

  @media (min-width: 1200px) {
    .iconText p {
      font-size: 1.146vw;
      line-height: 2.005vw;
    }
  }

.blogImg {
    position: relative;
    margin-bottom: 1.5rem;
}

.badge-top-right {
    position: absolute;
    top: 20px;
    right: 20px;
    background: var(--golden);
    color: #fff;
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 0.875rem;
    line-height: 1.2rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.022rem;
}

.blogContent h6 {
  font-size: 1rem;
  line-height: 2rem;
  font-weight: 400;
  text-transform: uppercase;
}

.blogContent h4 a{
  font-size: 1rem;
  line-height: 1.6rem;
  font-weight: 600;
  letter-spacing: normal;
}

.blogContent p {
  font-size: 1rem;
  line-height: 1.6rem;
  font-weight: 400;
}

.blogContent h3 {
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 600;
}

.blogContent ol {
  padding-left: 1rem;
}

.blogContent ol li {
  list-style: decimal;
  font-size: 1.1rem;
  line-height: 1.8rem;
  font-weight: 400;
  margin-bottom: 0.8rem;
}

.imgCaption p {
  font-size: 1.2rem;
  line-height: 2rem;
  font-weight: 600;
  margin-top: 1rem;
}

@media (min-width: 1200px) {
  .badge-top-right {
     font-size: 0.938vw;
     line-height: 1.1vw;
  }

  .blogContent h6 {
    font-size: 1.042vw;
    line-height: 1.823vw;
  }

  .blogContent h4 a{
    font-size: 1.25vw;
    line-height: 1.2vw;
  }

  .blogContent p {
    font-size: 1.042vw;
    line-height: 1.667vw;
  }

  .blogContent h3 {
    font-size: 1.25vw;
    line-height: 2.813vw;
  }

  .blogContent ol li {
     font-size: 1.042vw;
     line-height: 2.188vw;
  }

  .imgCaption p {
    font-size: 1.25vw;
    line-height: 1.979vw;
    margin-top: 1vw;
  }
}


blockquote {
  background-color: #FCF7F2;
  padding: 1rem;
  font-size: 1.1rem;
  line-height: 1.8rem;
  font-style: italic;
  font-weight: 500;
  border-left: 4px solid var(--golden);
}


@media (min-width: 1200px) {
  blockquote {
    font-size: 1.042vw;
    line-height: 1.667vw;
  }
}

.share-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.share {
  border: 1px solid #000;
  border-radius: 5px;
  padding: 2px 5px;
  transition: transform 0.5s ease;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2; 
  background-color: #fff;
}

.share button {
  border: none;
  background: unset;
  padding-right: 0;
  cursor: pointer;
}

.share-icons {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(-10px);
  opacity: 0;
  visibility: hidden;
  display: flex;
  gap: 10px;
  transition: all 0.3s ease;
  z-index: 1; 
}

/* Hover effect: shift the button left and show icons */
.share-wrapper:hover .share {
  transform: translateX(-250%);
}

.share-wrapper:hover .share-icons {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(-60%);
}

.playBtn {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px; 
  bottom: 25px; 
  left: 25px; 
  z-index: 10;
}


.testimonialContent h5 {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 0.2rem;
}

.testimonialContent p {
  font-size: 1.25rem;
  font-weight: 400;
}

@media (min-width: 1200px) {

  .testimonialContent h5, .testimonialContent p{
    font-size: 1.042vw;
  }
}

.bg-pink {
  background-color: #FCF7F2;
}

.testiBtn svg {
  display: block;
  height: auto;
  margin: 0 auto;
}


.testipageArw {
  display: flex;
  justify-content: center;
  gap: 10px;
  position: relative;
  bottom: 0;
  right: 0;
  padding-bottom: 25px;
}

.testipageArw .swiper-button-next,
.testipageArw .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
}
@media (max-width: 767px) {
   .content {
    text-align: center;
   }
}

@media (max-width: 991.99px) {
  .testipageArw {
    justify-content: center;
    bottom: 20px;
  }

  .content {
    padding-bottom: 2rem;
  }
}


.accordion .accordion-button {
  background-color: #fff;
  color: var(--black);
  font-weight: 500;
  border-top: 1px solid #DCA86A;
  border-radius: 0;

}

.accordion .accordion-item:first-of-type, .accordion .accordion-item:first-of-type>.accordion-header .accordion-button{
  border-top-left-radius: unset;
  border-top-right-radius: unset;
}


.accordion .accordion-button:focus {
  box-shadow: none;
}

.accordion .accordion-body {
  background-color: #fff;
  padding: 1.5rem;
  border-top: 1px solid var(--golden);
}

.accordion .accordion-item {
  border: none;
  border-radius: 8px;
  overflow: hidden;
}

.accordion .accordion-header h4 {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.022rem;
  margin-bottom: 0;
  text-transform: uppercase;
}

.accordion-body p {
  font-size: 1rem;
  line-height: 1.6rem;
  font-weight: 400;
  margin-bottom: 10px;
}

@media (max-width: 1180px) {

  .accordion .accordion-item {
    border: 1px solid var(--golden);
    border-radius: 0;
    margin-bottom: 2rem;
  }
}

@media (min-width: 1200px) {
  .accordion .accordion-header h4{
    font-size: 1.042vw;
    line-height: 1.823vw;
  }
  .accordion .accordion-body {
    padding: 0rem 4.8rem 3rem 4.8rem;
  }
}

.teamIcon {
  width: 40px;
  height: 40px;
  border: 1px solid var(--golden);
  background: #fff;
  border-radius: 50%;
  padding: 10px;
  align-items: center;
  display: flex;
}

.teamIcon svg {
  width: 40px;
  height: 40px;
}

.accordion-button::after {
  display: none;
}

.careerLocation span, .accordion-body h4 {
  font-size: 1rem;
  line-height: 1.88rem;
  font-weight: 400;
}

.accordion-body h4 {
  text-transform: uppercase;
  margin-top: 2rem;
}

.careerLocation span strong, .accordion-body h4 {
  font-weight: 600;
}

@media (min-width: 1200px) { 
  .careerLocation span, .accordion-body h4 {
    font-size: 1.042vw;
    line-height: 1.823vw;
  }
}

.accordion-item .cta {
  border: 0;
  margin: 0;
  cursor: pointer;
}

.accordion-item:last-child {
  border-bottom: 1px solid var(--golden);
  border-radius: 0;
}


.accordion .accordion-button:not(.collapsed) {
  box-shadow: unset;
}

.accordion-body ul {
  margin-bottom: 2rem;
}

.accordion-body ul li {
  font-size: 1rem;
  line-height: 1.6rem;
  font-weight: 400;
  margin-bottom: 5px;
}

.accordion-body ul li {
  position: relative;
  padding-left: 22px;
}

.accordion-body ul li::before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background: url('../images/icons/right-icon.svg') no-repeat;
  background-size: contain;
  left: 0;
  top: 12px;
}

@media (min-width: 1200px) { 
.accordion-body ul li {
  font-size: 0.938vw;
  line-height: 2.344vw;
}

.accordion-body p {
  font-size: 0.938vw;
  line-height: 1.823vw;
}
}

.accordion-item .show .accordion-body{
  background: rgba(244, 231, 218, 0.20);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.06);
}

.accordion-button {
  background-color: #F7F0EC!important;
  transition: background-color 0.3s ease;
}

.accordion-button.collapsed {
  background-color: #fff!important;
}

.linkSection {
  position: sticky;
  top: 70px; 
  z-index: 1020;
  background: #F7F0EC;
}

@media (max-width: 992px) { 
  .linkSection {
    top: 62px; 
  }

  .links li a {
    margin-right: 1.5rem;
  }

}

.iframeDiv iframe {
  width: 100%;
}

.awardText h5 {
  font-size: 1.2rem;
  line-height: 2rem;
  font-weight: 600;
  text-transform: uppercase;
}

.awardText p {
  font-size: 1rem;
  line-height: 1.6rem;
  font-weight: 400;
}

@media (min-width: 1200px) { 
  .awardText h5 {
    font-size: 1.25vw;
    line-height: 1.823vw;
  }
  
  .awardText p {
    font-size: 1.875vw;
    line-height: 2.813vw;
  }
}

.blogSubscriber h2{
   font-size: 1.25rem;
   text-transform: capitalize;
   font-weight: 500;
}

.blogSubscriber p {
   font-size: 1rem;
   line-height: 1.6rem;
   font-weight: 400;
   margin-bottom: 2rem;
}

.blogSubscriber strong {
  font-weight: 600;
}

@media (min-width: 1200px) { 
  .blogSubscriber h2{
    font-size: 1.875vw;

 }
 
 .blogSubscriber p {
    font-size: 1.042vw;
    line-height: 1.667vw;
 }
}

.subscribe input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #C4C4C4;
  background: unset;
}

.subscribe input::placeholder {
   text-transform: uppercase;
   font-size: 1rem;
   line-height: 2.188rem;
}

@media (min-width: 1200px) { 
  .subscribe input::placeholder {
    font-size: 0.938vw;
    line-height: 1.823vw;
  }
}

.subscribe input:focus-visible {
  outline: unset;
}

.subscribe .cta {
  border: 0;
  background-color: #292929;
}

@media (max-width: 767px) { 
  .subscribe .cta {
    margin-top: 1.5rem;
    width: auto;
  }
}

.contactForm h6 {
  font-size: 1.063rem;
  line-height: 1.6rem;
  font-weight: 400;
  margin-top: 15px;
}

@media (min-width: 1200px) { 
  .contactForm h6 {
    font-size: 0.885vw;
    line-height: 1.823vw;
  }
}

.applyForm {
  display: none;
  width: 450px;
}

@media (min-width: 992px) { 
  .subscribeForm .wpcf7-form .wpcf7-response-output {
    width: 50%;
    margin: 3rem auto;
  }

  .subscribeInput input {
    margin-top: 1rem;
  }
}

.blogImg img, .blogImage img{
  aspect-ratio: 16/9;
  object-fit: cover;
}


.share-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.share-icons {
  display: none;
  margin-left: 10px;
  gap: 10px;
}

.share-icons img {
  width: 18px;
  height: 18px;
}

.share-icons a {
  border: 1px solid #000;
  border-radius: 50%;
  padding: 4px 8px;
}

.share-wrapper:hover .share-icons {
  display: flex;
}

.active {
  font-weight: 600!important;
}

.wpcf7-form-control-wrap + br, .custom-file-label br{
  display: none;
}

.applyForm .wpcf7-response-output {
  margin-top: 0!important;
}

.wpcf7-not-valid-tip {
  font-size: 14px!important;
}

/* .visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
} */

/* .wpcf7-not-valid-tip {
  color: red;
  font-size: 0.875rem;
  margin-top: 5px;
  display: block;
} */


.form-select {
  font-size: 0.875rem;

}

.submitBtn .cta {
  line-height: 1.1rem;
}

.wpcf7-select {
    background-color: transparent; 
}


.wpcf7-form input:-webkit-autofill,
.wpcf7-form textarea:-webkit-autofill {
  background-color: transparent!important;
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}


.goldenBtn {
    background-color: var(--golden);
    color: var(--white);
}

.scrollupBtn
 {
    width: 45px;
    height: 45px;
    z-index: 1;
    border: 0;
    position: fixed;
    bottom: 30px;
    right: 20px;
    display: none;
    border-radius: 50%;
}


.privacypolicy ol {
  padding-left: 1rem;
} 

.privacypolicy ol li {
  padding-bottom: 10px;
}

