body {
  color: var(--text_primary);
  font-family: Figtree, sans-serif !important;
  font-optical-sizing: auto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}

.bg_dark {
  background-color: var(--color-dark) !important;
}

.bg_primary_dark {
  background-color: var(--primary-first) !important;
}

.bg_primary_light {
  background-color: var(--brand-light) !important;
  /* color: #fff !important; */
}

.title_dark {
  color: var(--color-dark) !important;
}

.text_dark {
  color: var(--color-dark) !important;
}

.text_primary_dark {
  color: var(--primary-first) !important;
}

.text_primary_light {
  color: var(--brand-light) !important;
}

.title_dark {
  color: var(--color-dark) !important;
}

.fs-12 {
  font-size: 12px !important;
}

.color_444 {
  color: var(--text_primary) !important;
}

.repeater__item:hover .repeater__content {
  transition: all 0.3s ease-in-out;
  height: auto !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.logo_next,
.logo_pre {
  display: none;
}

.testimonial {
  min-height: 400px;
}

.slick-prev:before,
.slick-next:before {
  color: #fff;
  font-size: 24px;

}

.slick-dots li.slick-active button:before {
  color: #fff;
}

.slick-dots li button:before {
  color: #fff;
}

.testimonial__arrow--prev,
.testimonial__arrow--next {
  background-color: transparent !important;
  border: none !important;

}

.btn.bg_primary_light:hover {
  background-color: var(--primary-first) !important;
}

.btn.bg_primary_dark:hover {
  background-color: var(--brand-light) !important;
}

.repeater__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.repeater__list-item {
  background: #f8f9fa;
  border: 1px solid var(--brand-light);
  border-radius: 6px;
  padding: 10px 18px;
  font-size: 16px;
  color: var(--brand-light);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.repeater__list-item.active {
  background: var(--brand-light);
  color: #fff;
}

.repeater__list-item svg path {
  stroke: var(--brand-light);
  transition: stroke 0.3s ease;
}

.repeater__list-item.active svg path {
  stroke: #fff;
}

.repeater__content {
  display: none;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
}

.repeater__content.active {
  display: block;
  opacity: 1;
  max-height: 2000px;
}

.hover-expand {
  position: relative;
  cursor: pointer;
}

.hover-expand__content {
  padding-left: 40px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}

/* Preview on hover */
.hover-expand:hover .hover-expand__content {
  max-height: 250px;
  /* adjust to content height */
  opacity: 1;
}

/* Stay open when clicked */
.hover-expand.active .hover-expand__content {
  max-height: 250px;
  opacity: 1;
}




.so-widget-vertical-slider-section-style-d75171398898-22 .repeater__list-item.active {
  background-color: transparent !important;

}

.so-widget-vertical-slider-section-style-d75171398898-22 .repeater__list-item.active {
  color: var(--brand-light) !important;
}

.repeater__list-icon {
  fill: var(--brand-light) !important;
}

.testimonial_main_wrapper .testimonial {
  top: 80px !important;
}

.fs-14 {
  font-size: 14px;
}


.services-slider .service_item {
  min-height: 240px;
  margin: 0;

  /* background-color: #155b75; */
  /* background: linear-gradient(155deg, var(--primary-first), #3132c0) !important; */
  background: linear-gradient(90deg, var(--primary-first) 0%, var(--primary-second) 100%);

  border: none;
  border-radius: 24px;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  margin-left: 8px;
  margin-right: 8px;
  overflow: hidden;
  outline: 0;
  padding: 20px;
  position: relative;
  text-align: left;
}

.services-slider .service_item .service__icon.service__icon {
  color: #fff !important;
}

.services-slider {
  margin: 0 -10px;
  display: none;
  /* compensate for padding */
}

.how-to-works-slider .repeater__item {}

.how-to-works-slider {
  margin: 0 -10px;
  /* compensate for padding */
}



@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1850px !important;
    padding-left: 100px ! important;
    padding-right: 100px ! important;
  }
}

@media (min-width: 1520px) {
  .container {
    padding-left: 64px;
    padding-right: 64px;
  }
}

@media screen and (max-width: 991px) {
  .services-slider {
    display: block;
  }
}



@media (min-width: 768px) {

  .container,
  .container-md,
  .container-sm {
    max-width: 96% !important;
  }
}

@media (min-width: 576px) {

  .container,
  .container-sm {
    max-width: 96% !important;
  }
}


@media screen and (max-width: 576px) {
  .so-widget-statistic-counter-style-d75171398898-22 .statistics {
    grid-template-columns: 1fr 1fr;
    row-gap: 16px;
  }

}

@media screen and (max-width: 959px) {

  .repeater__content {

    display: block;
    opacity: 1;
    max-height: fit-content;
    overflow: hidden;
    transition: all 0.4s ease;
  }

  .repeater__content.active .repeater__description {
    display: block;

  }

}

/* header menu */
.menu-item a:active {
  background-color: transparent !important;

}

.trust-sider-dots .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.trust-sider-dots .slick-dots li button:before {
  height: 6px;
  width: 6px;
  font-size: 0;

}

.trust-sider-dots .slick-dots li button:before {
  background-color: #51525c;
  top: 50%;
}


.trust-sider-dots .slick-dots li.slick-active button:before {
  opacity: 1;
}

.trust-sider-dots .slick-dots li.slick-active button:before {
  opacity: 1;
}

footer {
  background-color: var(--color-dark);
  color: #D1D1D6;
}

footer a {
  color: #D1D1D6;
  text-decoration: none;
}

footer a:hover {
  color: #fff;
}

.footer-logo {
  font-weight: bold;
  font-size: 1.5rem;
  /* color: #18A9D0; */
}

.social-icons {
  display: flex;
  gap: 8px;
}

.social-icons a {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--brand-light);
  border-radius: 50%;

}

.social-icons a:hover {
  background-color: #fff;
}

.social-icons i {
  font-size: 16px;
  padding: 4px;
}



@media (min-width: 1366px) {
  .title--medium {
    font-size: 56px;
    line-height: 66px;
    margin-bottom: 56px;
  }
}





/* who we serve */


.section__info-icon-wrap {
  align-items: center;
  background-color: #f4f4f5;
  border-radius: 16px;
  display: flex;
  height: 64px;
  justify-content: center;
  margin-bottom: 20px;
  position: relative;
  width: 64px;
}

@media (min-width: 1366px) {
  .section__info-icon-wrap {
    height: 80px;
    height: 80px;

  }
}


.features-slider-section {
  padding: 50px 0;
  background-color: #f9fafb;
}

.features-slider .feature-card {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  margin: 8px;
}

.features-slider .feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.15);
}

.features-slider .feature-card .icon {
  /* color: var(--primary-first); */
  color: var(--brand-light);
}

.features-slider .feature-card .icon img {
  width: 60px;
  margin-bottom: 20px;
}

.features-slider .feature-card .title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #102a43;
  margin-bottom: 8px;
}

.features-slider .feature-card .subtitle {
  font-size: 1rem;
  color: #64748b;
  margin-bottom: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.features-slider .feature-card .description {
  font-size: 0.95rem;
  color: #374151;
  opacity: 0;
  transform: translateY(20px);
  transition: transform 0.4s ease, opacity 0.4s ease;
  margin-top: 12px;
}

.features-slider .feature-card:hover .subtitle {
  transform: translateY(-20px);
  opacity: 0;
}

.features-slider .feature-card:hover .description {
  transform: translateY(-10px);
  opacity: 1;
}

/* Slick dots customization */
.features-slider-section .slick-dots li button:before {
  color: var(--primary-first);
  opacity: 0.25;
}

.features-slider-section .slick-dots li.slick-active button:before {
  color: var(--primary-first);
}

.split_fs {
  font-size: clamp(2rem, 5rem, 3.2vw);
}

.split_fw {
  font-weight: 700;
}

.split_color {
  color: #1D3250 !important;
}

.split {
  opacity: 0;
  /* color: var(--primary-first) !important; */
  /* letter-spacing: 0.05rem; */
  will-change: transform;


}

.split * {
  will-change: transform;
}

/* who we serve end */


/* logo start */
.logo-img {
  height: clamp(3rem, 4vw, 6rem);
  border-radius: 4px;
}


@media (min-width: 1440px) {
  .logo-img {
    height: clamp(3.5rem, 5vw, 7rem);
  }

  .header__row {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}

/* header nav hover effect */

.main_header .nav-link {
  position: relative;
}

.main_header .nav-link::before {
  transition: 300ms;
  height: 3px;
  content: "";
  position: absolute;
  background-color: #fff;
  border-radius: 8px;

}

.main_header .nav-link::before {
  width: 0%;
  /* bottom: 10px; */
  bottom: 18px;
}

.main_header .nav-link:hover::before {
  width: 100%;
}

.main_header .nav-link.active::before {
  width: 100%;
}

.header__menu .nav-link.active {
  /* color: var(--brand-light) */
  /* color: var(--header-nav-hover); */
  text-shadow: 0 0 8px hsla(0, 0%, 100%, .5), 0 0 1pc hsla(0, 0%, 100%, .7);
  color: #fff !important;
}

.menu-item.nav-item.active .dropdown-item.active {
  background-color: #fff;
  border-radius: 12px;
  color: var(--primary-first);
}



/* footer csss */


.footer {
  background-color: var(--color-dark);
  color: var(--color-border)
}

.footer__row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 108px;
  padding-top: 48px;
  position: relative
}

@media (min-width:768px) {
  .footer__row {
    flex-direction: row
  }
}


@media (min-width:960px) {
  .footer__row {
    padding-bottom: 56px;
    padding-top: 56px
  }
}

.footer__col {
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.footer__logo-img {
  height: 30px;
  width: auto
}

@media (min-width:960px) {
  .footer__logo-img {
    height: 44px
  }
}

.footer__description {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  margin-top: 32px
}

@media (min-width:768px) {
  .footer__description {
    margin-top: auto
  }
}

@media (min-width:1366px) {
  .footer__row {
    padding-bottom: 64px;
    padding-top: 64px
  }

  .footer__logo-img {
    height: 62px
  }

  .footer__description {
    font-size: 16px;
    line-height: 28px
  }
}

@media (min-width:1520px) {
  .footer__row {
    padding-top: 80px
  }

  .footer__description {
    font-size: 19px;
    line-height: 30px
  }
}

@media (min-width:1920px) {
  .footer__description {
    font-size: 20px;
    line-height: 32px
  }
}

.footer__address {
  margin-top: 24px
}

.footer__phone {
  display: inline-block;
  text-decoration: none;
  transition: color .3s
}

.footer__phone:hover {
  color: #fff
}

.footer__social {
  display: flex;
  align-items: center;
  gap: 16px
}

@media (max-width:767px) {
  .footer__col {
    order: 1
  }

  .footer__description br {
    display: none
  }

  .footer__social {
    bottom: 32px;
    left: 0;
    position: absolute
  }

  .footer__menu {
    order: 3
  }
}

.footer__social-link {
  align-items: center;
  background-color: var(--brand-light);
  border-radius: 50%;
  display: flex;
  height: 36px;
  justify-content: center;
  position: relative;
  width: 36px;
  transition-duration: .3s;
  transition-property: background-color, box-shadow, outline-color;
  background-color: #fff
}

.footer__social-link:hover {
  background-color: #fff;
  transform: translateY(-4px);
  transition: all 0.4s linear;
}

.footer__social-link:focus {
  background-color: #fff;
  box-shadow: 0 0 0 2px var(--brand-light);
  outline: #fff solid 2px;
  outline-offset: 2px
}

.footer__menu-list {
  display: grid;
  grid-gap: 8px;
  grid-template-columns: 1fr 1fr;
  list-style: none;
  margin: 0;
  padding: 0
}

@media (min-width:768px) {
  .footer__address {
    margin-top: 0
  }

  .footer__phone {
    margin-top: 0
  }

  .footer__menu-list {
    grid-template-columns: 1fr
  }
}

.footer__menu .nav-link {
  text-decoration: none;
  transition: color .3s
}

.footer__menu .nav-link:hover {
  color: #fff
}


.footer__copyright {
  border-top: 1px solid var(--dark-cards);
  padding-bottom: 8px;
  padding-top: 8px
}

@media (min-width:960px) {
  .footer__copyright {
    padding-bottom: 10px;
    padding-top: 10px
  }
}

footer.footer {
  /* background: var(--primary-first) !important; */
  /* background: linear-gradient(155deg, var(--primary-first), #3132c0) !important; */
  /* background: linear-gradient(90deg, #4c5ab9 0%, #8a69d2 100%); */
  background: linear-gradient(90deg, var(--primary-first) 0%, var(--primary-second) 100%);
  color: #fff !important;
}

.footer-new {
  /* background-color: var(--color-dark); */
  /* background: linear-gradient(90deg, #4c5ab9 0%, #8a69d2 100%); */
  background: linear-gradient(90deg, var(--primary-first) 0%, var(--primary-second) 100%);
}

.footer-new-bottom {
  border-top: 1px solid var(--dark-cards);
}

.footer-links a {
  color: var(--color-border);
  text-decoration: none;
  font-size: 14px;
}

.footer-links a:hover {
  color: #fff;
}

.footer-icon {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: var(--primary-first);
  border-radius: 50%;
  transition: .3s;
}

.footer-icon:hover {
  transform: translateY(-4px);
}

.services_section li {
  padding-bottom: 3px;
}

.cards-img {
  height: 30px;
  border-radius: 4px;
}

/* about us page slider */

/* Slider Section */
.fiorex-slider {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.slider_about .slide-item {
  position: relative;
}

.slider_about img {
  width: 100%;
  height: 85vh;
  object-fit: cover;
  object-position: center;
  object-position: 100%;
  /* border-radius: 12px; */
}

/* Overlay Text */
.overlay {
  position: absolute;
  bottom: 70px;
  left: 5%;
  width: 60%;
  padding: 25px 30px;
  background: rgb(38 38 38 / 25%);
  backdrop-filter: blur(6px);
  border-radius: 16px;
  color: #fff;
}

.overlay h2 {
  font-size: 32px;
  margin: 0 0 10px 0;
  font-weight: 700;
}

.overlay p {
  font-size: 18px;
  margin: 0;
}

/* Slick Dots Customization */
.slick-dots li button:before {
  font-size: 12px;
  /* color: #fff; */
}

.slick-dots li.slick-active button:before {
  /* color: #fff; */
  opacity: 1;
}

.slider_about .slick-next {
  right: 6px;
  height: 30px;
  z-index: 999;
}

.slider_about .slick-prev {
  left: 0px;
  height: 30px;
  z-index: 999;
}

.slider_about .slick-prev:before,
.slider_about .slick-next:before {
  font-size: 28px;
}


/* ABOUT MAP SECTION */

.locations-wrap {
  display: flex;
  gap: 25px;
}

/* Left panel */
.left-panel {
  width: 290px;
  background: #fff;
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}


.left-panel h3 {
  margin: 6px 0 2px;
  font-size: 18px;
}

.search-box {
  display: flex;
  align-items: center;
  gap: 8px;
}

.search-box input {
  flex: 1;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #e6e9ef;
  outline: none;
  font-size: 14px;
}

.city-list {
  overflow: auto;
  margin-top: 4px;
  border-top: 1px solid #f0f2f6;
  padding-top: 8px;
  height: calc(100% - 85px);

}

/* Chrome / Edge / Safari */
.city-list::-webkit-scrollbar {
  width: 4px;
  /* thin */
}

.city-list::-webkit-scrollbar-track {
  background: transparent;
}

.city-list::-webkit-scrollbar-thumb {
  background: #c9cdd4;
  border-radius: 4px;
}

.city-list::-webkit-scrollbar-thumb:hover {
  background: #a3a8b1;
}

/* Firefox */
.city-list {
  scrollbar-width: thin;
  /* slim */
  scrollbar-color: #c9cdd4 transparent;
}


.city-item {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  margin-bottom: 6px;
  border-radius: 8px;
  cursor: pointer;
}

.city-item:hover {
  background: #f0f6ff;
}

.city-item.active {
  background: #e8f1ff;
  border-left: 4px solid #0d4cd3;
}

.tag {
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 12px;
}

.tag.available {
  background: #e3ffe8;
  color: #0d8a2d;
}

.tag.coming {
  background: #fff4d6;
  color: #d18200;
}

.coming-soon {
  font-size: 12px;
  padding: 6px 8px;
  border-radius: 999px;
  background: #eef2ff;
  color: #2b5bd6;
}

/* Map area */
.map-area {
  /* flex: 1; */
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  padding: 20px;
}

.map-container {
  position: relative;
}

.map-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  border-radius: 8px;
  max-height: 620px;
}

/* Marker style - positioned by percentage */
.marker {
  position: absolute;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 3px solid #0d4cd3;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.marker .dot {
  width: 8px;
  height: 8px;
  background: #0d4cd3;
  border-radius: 50%;
}

.marker:hover {
  transform: translate(-50%, -50%) scale(1.06);
}

/* active marker */
.marker.active {
  transform: translate(-50%, -50%) scale(1.2);
}

.marker.active .dot {
  width: 14px;
  height: 14px;
}

/* popup box next to marker */
.map-popup {
  position: absolute;
  min-width: 140px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 30px rgba(2, 6, 23, 0.12);
  padding: 10px 12px;
  transform: translate(-50%, -140%);
  z-index: 30;
  display: none;
  font-size: 14px;
}

.map-popup.visible {
  display: block;
}

.map-popup .title {
  font-weight: 600;
  margin-bottom: 6px;
  color: #0d3f86;
}

.map-popup .link {
  font-size: 13px;
  color: var(--accent);
  text-decoration: none;
  font-weight: 600;
}

/* small close */
.map-popup .close {
  position: absolute;
  right: 8px;
  top: 6px;
  font-size: 13px;
  color: #7b8794;
  cursor: pointer;
}

/* responsive */
@media (max-width:980px) {
  .locations-wrap {
    flex-direction: column;
    padding: 12px;
  }

  .left-panel {
    width: 100%;
    order: 2;
    height: 310px;
  }

  .map-area {
    order: 1;
    /* min-height: 360px;
    height: 420px; */
    height: auto;
  }
}

.cities-section {
  padding: 40px 0;
}




/* about us enquiry form */
.inquiry-section {
  max-width: 650px;
  margin: 40px auto;
  padding: 20px;
}

.section-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}

.section-subtext {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
}

.inquiry-form .form-group {
  margin-bottom: 18px;
}

.inquiry-form label {
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
  font-size: 14px;
}

.inquiry-form input,
.inquiry-form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
}



.thank-you-message {
  display: none;
  margin-top: 20px;
  padding: 15px;
  background: #eaffea;
  border: 1px solid #b4e3b4;
  border-radius: 6px;
  color: #2e7d32;
  font-size: 16px;
  text-align: center;
}

.about_us_form {
  -webkit-mask-image: url('../assests/images//svg-shapes/FormFeedback-Inline-9.svg');
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}

@media screen and (max-width:767px) {
  .about_us_form {
    -webkit-mask-image: none !important;
  }

}

/* login form fields */

.auth-card .form-control:focus {
  border-color: var(--primary-first) !important;
}

.auth-card .form-control {
  border: none;
  border-bottom: 2px solid #ccc;
  border-radius: 0;
  padding-left: 35px !important;
  font-size: 15px;
  transition: all 0.3s ease;
}

.auth-card .form-control:focus {
  border-color: var(--brand-accent);
  box-shadow: none;
}

.auth-card .input-group-text {
  border: none;
  background: transparent;
  position: absolute;
  left: 6px;
  top: 10px;
  /* left: 0;
  top: 8px; */
  z-index: 2;
  padding: 0;
}

/* login end */


.so-widget-our-services-section-style-d75171398898-22 .service {
  /* background: linear-gradient(135deg, #4A3AFF 0%, #1A1F71 100%); */
  background: linear-gradient(90deg, var(--primary-first) 0%, var(--primary-second) 100%);
  /* box-shadow: 9px 8px 10px #b2b8b869; */

}

.section--green {
  /* background-color: var(--primary-first); */
  background: linear-gradient(90deg, var(--primary-first) 0%, var(--primary-second) 100%) !important;
}


/* PLATFORM SECTION OF VIDEO AND IMAGE  */
/* PLATFORM SECTION */
.platform-section {
  background-color: var(--color-gray-bg);
}

.platform-card {
  background-color: var(--color-light);
  border-radius: 12px;
  transition: all 0.3s ease;
  border: 1px solid var(--color-border);
}

.platform-card:hover {
  border-color: var(--brand-light);
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.platform-card h5 {
  color: var(--primary-first);
}

.platform-card p {
  color: var(--text_primary);
  font-size: 0.95rem;
  line-height: 1.6;
}

.icon-box {
  width: 60px;
  height: 60px;
  background-color: var(--brand-light);
  color: var(--color-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin: 0 auto 1rem;
}


.laptop-image {
  width: 100%;

  height: auto;
}


.video-container {
  position: absolute;
  top: 35%;

  left: 50%;

  transform: translate(-50%, -50%);

  width: 64%;

  height: 62%;

  z-index: 1;

}


.video {
  width: 100%;
  height: 100%;
  object-fit: cover;

}

/* PLATFORM SECTION OF VIDEO AND IMAGE  */

/* ABOUT US PAGE START */
.max_w-50 {
  max-width: 50rem !important;
}

/* MEDIA IMAGES */
.gg-main {
  display: flex;
  justify-content: center;
  width: 100%;
}

.gallery-wrapper {
  position: sticky;
  top: 80px;
  max-width: 1200px;
  width: 100%;
  height: 600px;
  display: flex;
  gap: 16px;
  user-select: none;
  overflow: visible;
  align-items: center;
}

.side-images {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: space-between;
  max-height: 600px;
  transition: flex 0.5s ease, opacity 0.5s ease;
}

.side-images img {
  border-radius: 20px;
  width: 100%;
  height: 180px;
  object-fit: cover;
  filter: grayscale(50%);
  transition: filter 0.3s ease;
}

.side-images img:hover {
  filter: grayscale(0);
}

.center-image-container {
  /* flex: 2; */
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: flex 0.5s ease;
}

.left-side,
.right-side,
.center-image-container {
  flex: 1;
}

.center-image {
  border-radius: 20px;
  width: 360px;
  height: 480px;
  object-fit: cover;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
  transition: all 0.5s ease;
  cursor: pointer;
}

/* Expanded center image styles */
.center-expanded {
  /* Remove fixed positioning */
  width: 100%;
  border-radius: 10px !important;
  z-index: 10 !important;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.6) !important;
  transition: all 0.5s ease;
}


/* When expanded, hide side images by shrinking flex and opacity */
.hide-sides {
  flex: 0 !important;
  opacity: 0;
  pointer-events: none;
}


/* ABOUT US PAGE END */


/* ABOUT US PAGE WHAT WE DELIVER */
.delivery__title {
  cursor: pointer;
  padding: 6px 0;
  margin-bottom: 4px;
  transition: 0.25s;
}

.delivery__title.active {
  color: #06aed4;
  font-weight: 600;
  position: relative;
}

/* .delivery__title.active::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #316BFF;
  border-radius: 50%;
  position: absolute;
  left: -14px;
  top: 50%;
  transform: translateY(-50%);
} */

.deliver-img-wrap img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

/* ABOUT US PAGE WHAT WE DELIVER */

/* FIXED CONTACT US BUTTON */
.contact-fixed-btn {
  position: fixed;
  right: 20px;
  /* move it outward so rotation aligns */
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: right center;

  /* background: #007bff; */
  color: white;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  z-index: 9999;
  transition: all 0.3s ease;
  display: inline-block;
}

.contact-fixed-btn:hover {
  /* background: #0056c8; */
}


/* TIMELINE OF INDEX.HTML */

/* timeline  */

/* time line css */
.timeline-section {
  padding: 120px 0;
  background: #fff;
  position: relative;
}

.timeline-container {
  display: flex;
  gap: 80px;
  width: 90%;
  margin: auto;
}

/* LEFT SIDE — FIXED */
.timeline-left {
  width: 35%;
  position: sticky;
  top: 120px;
  align-self: flex-start;
}

.timeline-tag {
  background: #ffd54f;
  padding: 14px 22px;
  border-radius: 50%;
  font-size: 22px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 20px;
}

.timeline-title {
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 20px;
}

.timeline-desc {
  font-size: 18px;
  opacity: 0.7;
  margin-bottom: 40px;
}

/* PROGRESS LINE */
.timeline-wrapper {
  position: relative;
  display: flex;
  gap: 40px;
}

/* LEFT (sticky) */
.timeline-left {
  position: sticky;
  top: 120px;
  height: fit-content;
  flex: 0 0 40%;
}

/* RIGHT (scroll) */
.timeline-right {
  flex: 1;
  position: relative;
}

/* LINE (in the middle) */
.timeline-line-wrapper {
  position: absolute;
  /* left: 35%; */
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  pointer-events: none;
}

.timeline-line-track {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: #e5e5e5;
  border-radius: 10px;
}

.timeline-line-progress {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  transform-origin: top;
  transform: scaleY(0);
  background: var(--primary-first);
  border-radius: 10px;
}

/* TIMELINE ITEMS */
.timeline-item {
  margin-bottom: 150px;
  position: relative;
  padding-left: 60px;
}

/* CIRCLES (placed on the line) */
.timeline-circle {
  position: absolute;
  left: -5px;
  /* aligns EXACTLY on the line */
  top: 5px;
  width: 18px;
  height: 18px;
  background: #ccc;
  border-radius: 50%;
  transition: 0.3s;
}

.timeline-item img {
  max-height: 300px;
}

.timeline-circle.active {
  background: var(--primary-first);
  transform: scale(1.2);
}

@media screen and (max-width:767px) {
  .timeline-wrapper {
    flex-direction: column;
  }

  .timeline-left {
    position: relative;
    top: 0;
    width: 100%;
    height: fit-content;
    flex: 0 0 40%;
  }
}

/* TIMELINE END */

/* PLATFORM BUTTONS STYLE START */
.fx-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 0;
  font-weight: 500;
  border: none;
  background: transparent;
  color: var(--brand-light);
  cursor: pointer;
  position: relative;
  text-decoration: none !important;
  overflow: hidden;
  transition: color .3s ease;
}

.fx-btn .arrow {
  transform: translateX(-8px);
  opacity: 0;
  transition: all .3s ease;
  font-size: 14px;
}

.fx-btn:hover .arrow {
  transform: translateX(0);
  opacity: 1;
}

.fx-btn:hover {
  color: var(--brand-light);
}

/* PLATFORM BUTTONS STYLE END */


/* section zaajil hero of index page */
.section-hero {
  background: #69748f;
  border-radius: 20px;
  padding: 0px;
  color: #fff;
  overflow: hidden;
  position: relative;
  height: 100%;
}

/* Text */
.section-hero h2 {
  font-size: 2rem;
  font-weight: 600;
}

.section-hero p {
  opacity: 0.85;
}

.section-hero .points {
  list-style: none;
  padding: 0;
  margin-top: 25px;
}

.section-hero .points li {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

.section-hero .points li i {
  margin-right: 10px;
  font-size: 22px;
  color: #fff;
}

/* ----- RIGHT SIDE IMAGE MASK ----- */
.masked-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-mask: linear-gradient(95deg, transparent, #5f42bd), radial-gradient(circle at bottom left, transparent 20%, #5f42bd 100%);
  mask: linear-gradient(95deg, transparent, #5f42bd), radial-gradient(circle at bottom left, transparent 20%, #5f42bd 100%);
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
}

@media screen and (max-width:767px) {

  .masked-img {
    mask: linear-gradient(0deg, transparent, #5f42bd), radial-gradient(circle at bottom left, transparent 80%, #5f42bd 100%);
    -webkit-mask: linear-gradient(0deg, transparent, #5f42bd), radial-gradient(circle at bottom left, transparent 80%, #5f42bd 100%);
  }
}

.f-health-list button {
  border: none !important;
  font-size: 16px !important;
}

.f-health-list button i {
  display: none;
}

.f-health-list button.active i {
  display: block;
}

.tab-btn {
  display: flex;
  width: 100%;
  padding: 12px 10px;
  border: none;
  background: none;
  text-align: left;
  cursor: pointer;
  font-weight: 600;
  color: #333;
}

.tab-btn.active {
  background: #e6f0ff;
  color: #0056d2;
}

.tab-content {
  padding: 10px;
}

.img-col img {
  width: 100%;
  border-radius: 10px;
}


/* 26-11 */
.f-health-wrapper-left {
  flex: 1 1 30%;
}

.f-health-wrapper-right {
  flex: 1 1 70%;
}

.tab-box {
  height: 100%;
}

/* --- MOBILE ACCORDION MODE (max-width: 767px) --- */
@media (max-width: 767px) {

  .f-health-wrapper-right {
    flex-direction: column;
    /* display: none !important; */
    /* hide the right column */
  }

  .view-new{
    flex-direction: column;
  }
  .f-health-list button.active i {
    rotate: 90deg;
    transition: all 0.3 linear;
  }
  /* .show{
    display: none !important;
  } */

  /* Show tab content just below button when active */
  .tab-box {
    /* display: none; */
    margin: 0;
    padding: 10px;
    background: #69748f;
  }

  .tab-box.mobile-open {
    display: block !important;
    padding: 0;
  }
}


/* section zaajil hero of index page end */

/* TEAMS SECTION ADDED */
.team-image-slider {
  position: relative;
  width: 100%;
  height: 450px;
  overflow: hidden;
  border-radius: 20px;
}

.team-image-slider .slide {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}

.team-image-slider .slide.active {
  opacity: 1;
}

/* Text list styling */
.benefit-tagline {
  font-size: 24px;
  font-weight: 400;
  color: #182353;
}

.benefits-list {
  list-style: none;
  padding: 0;
}

.benefits-list li {
  margin-bottom: 10px;
  opacity: 0.9;
}


/* TEAMS SECTION ENDED */

/* TESTIMONIAL SECTION */
.testimonial_slider_active .slick-dots {
  bottom: -50px;
}

.testimonial_slider__item {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  padding: 24px;
  margin: 0 15px;
  background-color: white;
  box-shadow: 0px 0px 60px 0px rgba(27, 24, 61, 0.06);
}

.testimonial_shape-1 {
  position: absolute;
  top: 0;
  left: 0;
}

.testimonial-shape2 {
  position: absolute;
  bottom: 0;
  top: 10px;
  left: 16px;
}

.testimonial-avater_box {
  flex: 0 0 auto;
  margin-right: 30px;
  z-index: 999;
}

.testimonial_shape-1 span {
  color: var(--primary-first);
  opacity: 0.6;
}

.testimonial-shape2 span {
  color: var(--primary-first);
  opacity: 0.4;
}

.testimonial_slider__item.slick-slide.slick-current.slick-active .testimonial_shape-1 span {
  color: var(--primary-first);
  opacity: 1;
}

.testimonial_slider__item:hover .testimonial_shape-1 span {
  color: var(--primary-first);
  opacity: 1;
}

.testimonial_content_box {
  z-index: 999;
  position: relative;
}

.tp-testimonial-avater img {
  height: 130px;
  widows: 130px;
  border-radius: 50%;
}

/* BLOG PAGE CSS start */
.page-header {
  text-align: center;
  padding: 80px 20px 40px;
  color: var(--text_primary);
  /* border-radius: 0 0 50px 50px; */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-header h1 {
  font-size: 2.5rem;
}

.page-header p {
  font-size: 1.1rem;
  opacity: 0.9;
}

.blog-card {
  border: none;
  border-radius: 15px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  height: 100%;
}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.blog-card img {
  height: 220px;
  object-fit: cover;
}

.blog-content {
  padding: 20px;
}

.blog-content h5 {
  color: var(--primary-first);
  font-weight: 600;
  margin-bottom: 10px;
}

.blog-meta {
  font-size: 0.9rem;
  color: var(--text_secondary);
  margin-bottom: 12px;
}

.blog-content p {
  color: var(--text_secondary);
  font-size: 0.95rem;
  line-height: 1.6;
}

.read-more {
  color: var(--brand-light);
  font-weight: 600;
  text-decoration: none;
}

.read-more:hover {
  color: var(--primary-first);
  text-decoration: underline;
}

/* BLOG PAGE CSS END */


/* select2 and flatpicker */

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--brand-light) !important;
  color: #fff !important;
}

/* .select2-container {
            width: 100% !important;
        } */

.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 36px;
  color: #212529;
  font-weight: 400;
  font-size: 1rem;
}
.select2-results__option{
  font-size: 0.9rem;
}


.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background-color: var(--primary-first);
  border-color: var(--primary-first);
}

.flatpickr-input {
  background-color: #fff !important;
  cursor: pointer;
}

/* select2 and date flatpicker */