
body {
    font-family: 'Poppins', sans-serif;
    color: #1f3f34;
}


.top-header{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    background:#2f5d3b;
    color:rgb(235, 250, 194) !important;
    padding:8px 0;
    z-index:1040;
}

.custom-navbar{
    top:0px;   /* height of top header */
}

.top-header i{
    margin-right:6px;
}


.navbar {
    transition: all 0.4s ease;
/*    padding: 20px 0;*/
}

.navbar-logo {
    height: 100px; /* Default size */
    transition: height 0.4s ease;
}

/* When scrolled */
.navbar.scrolled {
/*    padding: 8px 0;*/
    padding: 8px 0px 8px 0px;
}

.navbar.scrolled .navbar-logo {
    height: 65px; /* Smaller size */
}



.text-green {
    color: rgb(39, 95, 73)!important;
}

.nav-text-color {
    color: #ebfac2;
}

.bg-btn {
    --bs-bg-opacity: 1;
    background-color: #ebfac2!important;
    width: 55px;
    height: 50px;
}

.custom-navbar {
  transition: all 0.3s ease;
}


.nav-link:focus, .nav-link:hover {
    color: #1f3f34 !important;
    font-weight:500;
/*    font-size: 1.2rem;*/
}

/*.nav-link.active {
    color: #ebfac2 !important;
    border-bottom: 3px solid #ebfac2;
    font-weight: 700;
}*/


.custom-padding-slider {
  padding-top: 0rem !important;
}

.mt-custom-6 {
    margin-top: 6rem !important;
}

.mt-custom-7 {
    margin-top: 7rem !important;
}

@media (max-width: 786px) {
  .custom-padding-slider {
    padding-top: 1.5rem !important;
  }

  .custom-navbar{
    top:0px;   /* height of top header */
    padding-top: 10px !important
  }

  .mt-custom-6 {
    margin-top: 7rem !important;
  }

  .mt-custom-7 {
    margin-top: 7rem !important;
   }

}


.nav-link.active {
    color: #2f5d4e !important;
    border-bottom: 3px solid #2f5d4e;
    font-weight: 700;
}

.font-weight-400 {
    font-weight: 400;
}
.font-weight-500 {
    font-weight: 500;
}
.font-weight-600 {
    font-weight: 600;
}

.about p,
.about div,
.about custom-h10,
.about h1,
.about button {
    color: rgb(235, 250, 194) !important;
}

.about:hover button {
    color: rgb(235, 250, 194) !important;
}

.about .nav-link.active {
    color: #2f5d4e !important;
    background-color: rgb(235, 250, 194) !important;;
}

.about .card {
    background-color: #2f5d4e !important;;
}

.about h5, .about ul li {
    color: rgb(235, 250, 194) !important;
}

.about span {
    color: rgb(235, 250, 194) !important;
}

.rounded-custom-5 {
    border-radius: 2.5rem !important;
}

.contact p,
.contact div,
.contact custom-h10,
.contact h1,
.contact a {
    color: rgb(235, 250, 194) !important;
}

.contact button {
    color: #2f5d4e !important;
}

.contact:hover button {
/*    color: rgb(235, 250, 194) !important;*/
}

.contact .nav-link.active {
    color: #2f5d4e !important;
    background-color: rgb(235, 250, 194) !important;
}

.contact .card {
    background-color: #2f5d4e !important;
}

.btn-contact {
    background-color: #ebfac2 !important;
}

.btn-contact:hover {
    background-color: #dfe9c3 !important;
} 

.about h5, .about ul li {
    color: rgb(235, 250, 194) !important;
}

.about span {
    color: rgb(235, 250, 194) !important;
}


.supplementary button,
.supplementary h3,
.supplementary p,
.supplementary ul {
    color: rgb(39, 95, 73) !important
}

/*.supplementary:hover button {
    color: rgb(235, 250, 194) !important;
}*/
.supplementary .nav-link.active {
    color: #2f5d4e !important;
    background-color: rgb(235, 250, 194) !important;;
}





.text-normal {
    font-weight: 400!important;
}

.display-custom-5 {
    font-size: 2.15rem;
}

.display-6 {
    font-size: 1.25rem;
}

.display-7 {
    font-size: 1.1rem;
}

/*Header*/
.custom-h1, custom-h1 {
    font-size: calc(2rem + 1.5vw);
}
.custom-h1, custom-h1 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color);
}
.custom-h2, custom-h2 {
    font-size: calc(1rem + 0.6vw);
}
.custom-h2, custom-h2 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color);
}
.custom-h10, custom-h10 {
    font-size: clamp(18px, 1.5vw, 24px);
}
.custom-h10, custom-h10 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
/*    color: var(--bs-heading-color);*/
}
/*Header*/


.custom-small {
    font-size:1em !important;
}

.bg-light-green {
    background-color: #ebfac2;
}

.bg-dark-green {
    background-color: #2f5d4e;
    color: #fff;
}

.btn-green {
    background-color: #2f5d4e;
    color: #fff;
    border-radius: 30px;
    padding: 8px 25px;
}

.btn-green:hover {
    background-color: #24493d;
    color: #fff;
}

.pricing-card {
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    overflow: hidden;
}

.section-padding {
    padding: 50px 0;
}

.section-contact-padding {
    padding: 30px 0;
}

.hero {
    background: #ebfac2;
    padding-top: 0px !important;
    padding-bottom: 0px;
}

.our-trust-bg {
    background: #ebfac2;
}

.hero-image {
    border-radius: 150px 150px 0 0;
    overflow: hidden;
}

.col-custom-md-4 {
    width: 31% !important;
}

@media (max-width: 992px) {
    .col-custom-md-4 {
        width: 96% !important;
    }
}

.hero-section {
    background-color: #dbe8c6;
    min-height: 100vh;
    padding-top: 120px; /* space for fixed navbar */
    padding-bottom: 60px;
}

.hero-content {
    padding-right: 40px;
}

.hero-title {
    font-size: 64px;
    font-weight: 700;
    line-height: 1.1;
    color: #1f3f34;
}

.hero-subtitle {
    font-size: 18px;
    margin-top: 20px;
    max-width: 500px;
    color: #355f4d;
}

/* Image Shape */
.hero-image-wrapper {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 250px;
    border-top-right-radius: 250px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.hero-image {
    width: 100%;
    /*height: 500px;
    object-fit: cover;*/
}

/* Button */
.btn-green {
    background-color: #2f5d4e;
    color: #fff;
    padding: 10px 28px;
    border-radius: 30px;
    border: none;
}

.btn-green:hover {
    background-color: #24493d;
    color: #fff;
}

/* Responsive Fix */
@media (max-width: 992px) {
    .hero-section {
        text-align: center;
        padding-top: 100px;
    }

    .hero-title {
        font-size: 42px;
    }

    .hero-subtitle {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-content {
        padding-right: 0;
    }

    .hero-image {
        border-radius: 135px 135px 0 0; /* 01-04-2026 */
        height: 100%; /*350px;*/
    }

    .section-padding {
        padding: 20px 0;
    }
}


.hero .item {
/*  height: 90vh;*/
/*  height: 100vh; */  /*  01-04-2026 */
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  color: #fff;
}

.hero h1 {
  font-size: 48px;
  font-weight: bold;
}



.border-10 {
    border-radius: 1rem !important;
}




.stat-box h2 {
    font-weight: 700;
}

.step-number {
    font-size: 40px;
    font-weight: 700;
    color: #2f5d4e;
}

.partner-logo {
    border: 1px solid #ccc;
    padding: 15px 30px;
    border-radius: 10px;
    background: #fff;
}

footer {
    background: #1f3f34;
/*    color: #fff;*/
    padding: 40px 0;
}

footer small {
/*    color: #ccc;*/
}


.container-fluid-gap {
    padding-right: 12px; /*calc(var(--bs-gutter-x) * 0)!important;*/
    padding-left: 12px; /*calc(var(--bs-gutter-x) * 0)!important;*/
}




.testimonial-bg {
    background-color: #f3f2ed !important;
}


.specialized-focus {
    background-color: #dbe8c6;
    padding-top: 100px;
    padding-bottom: 100px;
}

.focus-title {
    font-size: 60px;
    font-weight: 600;
    color: #2f5d4e;
}

.focus-subtitle {
    font-size: 20px;
    font-weight: 600;
    color: #2f5d4e;
    margin-bottom: 15px;
}

.focus-text {
    font-size: 15px;
    color: #355f4d;
    line-height: 1.6;
}

.btn-focus {
    background-color: #1f4d3b;
    color: #fff;
    padding: 12px 35px;
    border-radius: 40px;
    font-weight: 500;
    border: none;
}

.btn-focus:hover {
    background-color: #16392c;
    color: #fff;
}

/* Responsive */
@media (max-width: 991px) {
    .focus-title {
        font-size: 40px;
        text-align: center;
    }

    .specialized-focus {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}


/*.about p,
.about div,
.about custom-h10,
.about h1 {
    color: rgb(235, 250, 194) !important;
}*/



.footer-section {
/*    background: linear-gradient(to right, #1b2430, #141a22);*/
    color: rgb(235, 250, 194) !important;
    padding: 80px 0 40px;
}

.footer-logo {
    font-size: 42px;
    font-weight: 700;
    color: rgb(235, 250, 194) !important;
}

.footer-heading {
    color: rgb(235, 250, 194) !important;
    font-weight: 600;
    margin-bottom: 20px;
/*    font-size: 14px;*/
    letter-spacing: 1px;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: rgb(235, 250, 194) !important;
    text-decoration: none;
    font-size: 14px;
}

.footer-links a:hover {
    color: #fff;
}

.btn-footer {
    background-color: #3b82f6;
    color: rgb(235, 250, 194) !important;
    padding: 10px 25px;
    border-radius: 8px;
    font-weight: 500;
}

.btn-footer:hover {
    background-color: #2563eb;
    color: rgb(235, 250, 194) !important;
}

.social-icons a {
    width: 42px;
    height: 42px;
    background-color: #3b82f6;
    color: rgb(235, 250, 194) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    font-size: 18px;
}

.social-icons a:hover {
    background-color: #2563eb;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    font-size: 14px;
}

.footer-bottom a {
    color: rgb(235, 250, 194) !important;
    text-decoration: none;
}

.footer-bottom a:hover {
    color: #fff;
}


.faq-section {
    background-color: #dbe8c6;
    padding-top: 100px;
    padding-bottom: 100px;
}

.faq-title {
    font-size: 48px;
    font-weight: 600;
    color: #2f5d4e;
}

.faq-subtitle {
    color: #355f4d;
    margin-top: 15px;
}

.faq-item {
    border: none;
    margin-bottom: 15px;
    border-radius: 12px;
    overflow: hidden;
}

.accordion-button {
    background-color: #ffffff;
    color: #2f5d4e;
    font-weight: 500;
    padding: 18px 20px;
}

.accordion-button:not(.collapsed) {
    background-color: #2f5d4e;
    color: #ffffff;
}

.accordion-body {
    background-color: #ffffff;
    color: #355f4d;
    line-height: 1.7;
}

/* Remove default Bootstrap border */
.accordion-item {
    border: none;
}

/* Responsive */
@media (max-width: 991px) {
    .faq-title {
        font-size: 36px;
    }
}


.stats-section h2 {
    font-size: 42px;
    font-weight: 700;
}


.testimonial-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 16px;
    border: 1px solid #eaeaea;
    text-align: center;
    transition: 0.3s ease;
    height: 100%;
}

.testimonial-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

/*.text-green {
    color: #2f5d4e;
}*/


.medication-section {
    background: #d0d7db;
}

/* Card Base */
/*.service-card {
    background: #ffffff;
    padding: 40px;
    border-radius: 30px;
    transition: all 0.4s ease;
}*/

/* Card 1 Hover */
/*.card-one:hover {
    background: #1f5f63;
    color: #fff;
}

.card-one:hover h4,
.card-one:hover p {
    color: #fff;
}


.beige-bg {
    background: #e3c187;
}

.teal-bg {
    background: #1f5f63;
}


.card-two:hover .beige-bg {
    background: #d4a85e;
}

.card-two:hover .teal-bg {
    background: #17494c;
}


.circle-btn {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 1px solid #2f5d4e;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 20px;
    color: #000;
    transition: 0.3s;
}

.circle-btn:hover {
    background: #e3c187;
    color: #fff;
}

.circle-btn.white {
    border: 1px solid #fff;
    color: #fff;
}

.circle-btn.white:hover {
    background: #fff;
    color: #1f5f63;
}


.slide-card {
    position: relative;
    overflow: hidden;
    background: #f3f7e9 !important;
    border-radius: 30px;
}


.slide-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #1f5f63;
    transform: translateX(-100%);
    transition: transform 0.5s ease;
    z-index: 1;
}

.slide-card:hover::before {
    transform: translateX(0);
}


.slide-card .card-content {
    position: relative;
    z-index: 2;
}


.slide-card:hover h4,
.slide-card:hover p,
.slide-card:hover span,
.slide-card:hover li {
    color: #fff !important;
}


.slide-card img {
    transition: transform 0.4s ease;
}

.slide-card:hover img {
    transform: scale(0.95);
}

.slide-card:hover .circle-btn {
    background: #2f5d4e;
    color: #ebfac2;
    border: 3px solid #ebfac2;
}




@media (max-width: 767px) {
    .service-card {
        padding: 25px;
    }
}

.card-padding {
    padding: 0px!important;
}

.card-membership-title {
    font-size: 48px;
    font-weight: 600;
    color: #2f5d4e;
}*/





/* Service Section */
.service-card {
    background: #f9ffe8;
    border-radius: 1.2rem;
    padding: 0px 0px 0px 0px;
    transition: all 0.4s ease;
    cursor: pointer;
    overflow: hidden;

    
}


.service-card .row {
    /*display: flex;
    align-items: stretch;*/
}


.service-card .col-md-5 {
    
   /* height: 100%;
    display: flex;
    align-items: center;*/
}

.service-card:hover {
    background: #f7d79e;
    /*color: #fff;*/
}

.card:hover .scard-left {
    background: #f7d79e;
    /*color: #fff;*/
}

.card:hover .scard-right {
    background: #2f5d4e;
    color: #fff;
}


/*
.service-card:hover p,
.service-card:hover h3 {
    color: #fff;
}*/


.service-card h3 {
    font-size: 26px;
    font-weight: 600;
}

.service-card .service-img {
    object-fit: cover;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    border-radius: 16px;
    transition: transform 0.4s ease-in-out;
    border: 0px solid rgba(255, 255, 255, 1);
    transform: scale(1); 
}

.service-card:hover .service-img {
    transform: scale(.92);
    border: 0px solid rgba(0, 0, 0, 0); 

}

.service-card .scard-right-text {
    font-size: 15px;
    color: #666;
    position:relative;
    z-index:3;
/*    margin-bottom: 10px;*/
}

.service-card:hover .scard-right-text {
    color: #fff !important;
}

.arrow-btn {
    width: 42px;
    height: 42px;
    border: 1px solid #ccc;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    position:relative;
    z-index:3;
}

.service-card:hover .arrow-btn {
    border-color: #fff;
    color: #fff;
    transform: rotate(45deg);
}




.service-card .col-md-5 .scard-right {
    display: flex; 
    align-items: center; 
    height: 100%; 
    padding: 0 15px; 
    overflow:hidden; 
    position: relative;
    transition: color 0.4s ease;
}

.service-card .col-md-5 .scard-right::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0e6066; 
    transition: left 0.4s ease-in-out;
    z-index: -1;
    top: 0;
    left: 100%;
    border-radius: 1.2rem;
}

.service-card:hover .col-md-5 .scard-right::before {
    z-index: 1;
    left: 0;
    
}




.logo-size {
    width: 100% !important;
}

.align-items-custom {
    align-items: left !important;
}


/* Responsive */
@media (max-width: 768px) {
    .service-card h3 {
        font-size: 22px;
    }
    .text-end {
        text-align: left !important;
        margin-top: 15px;
    }
    .service-card .col-md-4 .scard-right { padding: 15px 30px !important; }
    .service-card .col-md-5 div { padding: 15px; }

    .logo-size {
        width: 75% !important;
    }

    .align-items-custom {
        padding-top: 20px;
        align-items: center !important;
    }

}


.py-6 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
}

.padding-custom-6 {
    padding-bottom: 6rem !important;
}

.start-display-6 {
    font-size: 1.5rem; 
}

/* ===== HERO SECTION ===== */

.hero {
  position: relative;
/*  height: 100vh;*/
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* Hero image */
.hero-image {
/*  position: absolute;*/
  inset: 0;
  width: 100%;
/*  height: 100%;*/
/*  object-fit: cover;*/
  z-index: 1;
  padding-top: 120px;
}

/* Overlay */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 2;
}

/* Content */
.hero-content {
  position: relative;
  z-index: 3;
  color: #ffffff;
  max-width: 800px;
  padding: 20px;
  animation: fadeUp 1s ease forwards;
}

/* Heading */
.hero-content h1 {
  font-size: 48px;
  margin-bottom: 20px;
  line-height: 1.2;
}

/* Paragraph */
.hero-content p {
  font-size: 18px;
  margin-bottom: 30px;
  opacity: 0.9;
}

/* Button */
.hero-btn {
  display: inline-block;
  padding: 14px 32px;
  background-color: #2d6cdf;
  color: #ffffff;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.hero-btn:hover {
  background-color: #1e4fb8;
  transform: translateY(-3px);
}

/* Animation */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 32px;
  }

  .hero-content p {
    font-size: 16px;
  }
}







.team-text-color {
    color: rgb(235, 250, 194) !important;
}

.team-section {
/*    background: #cfe3a8;*/
}

/* Card */
.team-card {
    background: #d9edb7;
    border: 1px solid #2f5d3b;
    border-radius: 25px;
    padding: 40px;
    transition: all 0.3s ease;
}

/* Hover Effect */
.team-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

/* Image */
.team-img {
    width: 150px;
/*    height: 200px;*/
    border-radius: 10%;
    object-fit: cover;
}

/* Link */
.team-link {
    color: #2f5d3b;
    text-decoration: underline;
    font-weight: 500;
}

.team-link:hover {
    color: #1f4029;
}

/* Mobile Adjustments */
@media (max-width: 767px) {
    .team-card {
        padding: 25px;
        text-align: center;
    }

    .team-img {
        width: 140px;
/*        height: 140px;*/
    }
}


.about-service-card:hover, .about-service-card:hover p, .about-service-card:hover h4, .about-service-card:hover li,
.about-service-card:hover custom-h2 {
    background: #2f5d4e;
    color: #fff !important;
    transform: translateY(-6px);
}

.about-service-card-border {
    border: 1px solid #2f5d4e;
}

@media (min-width: 769px) {
    .col-md-custom-6 {
        flex: 0 0 auto;
        width: 48%;
    }
}

@media (max-width: 768px) {
    .col-md-custom-6 {
        flex: 0 0 auto;
        width: 98%;
    }
}

.nav-tabs {
    display: flex;
    flex-wrap: wrap;
}

.nav-tabs .nav-item {
    flex: 1;
    text-align: center;
}

.nav-tabs .nav-link {
    width: 100%;
}

/* Mobile */
@media (max-width: 768px) {
    .nav-tabs .nav-item {
        flex: 0 0 100%;
    }
}




.erc-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 30px;
}

.erc-image {
  flex: 1 1 45%;
}

.erc-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.erc-content {
  flex: 1 1 50%;
}

.erc-content h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.erc-content p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
}

/* Mobile */
@media (max-width: 768px) {
  .erc-wrapper {
    flex-direction: column;
  }

  .erc-image,
  .erc-content {
    flex: 1 1 100%;
  }
}




.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 0px;

}
.btn-lg-square {
    width: 48px;
    height: 48px;
}

.tap-to-email {
  position: fixed;
  display: flex;
  right: 23px;
  bottom: 175px;
  z-index: 99;
  width: 55px !important;
  height: 55px !important;
}

.tap-to-whatsapp {
  position: fixed;
  display: flex;
  right: 25px;
  bottom: 105px;
  z-index: 99;
}

.tap-to-top {
  position: fixed;
  display: flex;
  right: 23px;
  bottom: 25px;
  z-index: 99;

  width: 50px;
  height: 50px;
  line-height: 60px;
  background-color: #5e5e5e;
  border-radius: 50%;
  text-align: center;
  color: var(--white);
  border: 5px solid #fff;
  display: inline-block;
}


/*GALLERY GRID*/
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  grid-auto-rows: 200px;
  gap: 25px;
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.gallery-grid img:hover {
  transform: scale(1.05);
}

.modal {
  z-index: 1055 !important;
}

.modal-backdrop {
  z-index: 1050 !important;
}

#lightboxImage {
  max-height: 90vh;
  margin: auto;
  display: block;
}

.gallery-grid {
  display: grid;
/*  gap: 15px;*/
  grid-auto-rows: 250px;
}

/* Desktop */
@media (min-width: 992px) {
  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 767px) {
  .gallery-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}



.gallery-grid-border-success {
  border: 1px solid;
  border-color: #ebfac2 !important;
}


/*Gallery*/
.gallery-item {
  display: none;
}

.gallery-item.show {
  display: block;
}

.gallery-card {
  border: 2px solid #3db4a1;
  padding: 10px;
  background: #fff;
  transition: 0.3s;
}

.gallery-card:hover {
  transform: scale(1.03);
}

.filter-btn.active {
  background-color: #198754;
  color: #fff !important;
  border: 1px solid #ebfac2;
}

.gdesc-inner {
  height: 50px;
  overflow: hidden;
}

.glightbox-clean .gdesc-inner {
    padding: 22px 22px;
    font-weight: 700;
    padding-top: 12px !important;
    padding-left: 20px !important;
}




/*Services*/
.program-card:hover{
    transform:translateY(-8px);
}

.card-blue{
    background:#6ec3cf;
}

.card-green{
    background:#a9e300;
}

.card-pink{
    background:#d8b7d7;
}

/* Icon circle */

.icon-circle{
    width:85px;
    height:85px;
    border-radius:50%;
/*    background:rgba(255,255,255,0.25);*/
    background: rgba(211, 227, 166, 0.85);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:26px;
    margin-bottom:25px;
}

/* Image */

.program-img{
    border-radius:20px;
    margin-top:25px;
    width:100%;
}

.program-title{
    font-weight:700;
    font-size:20px;
    margin-bottom:10px;
}

.program-text{
    color:#2f2f2f;
    margin-bottom:10px;
}
/*Services*/

/*Services - Supplimentory*/
/*.sca-section{
background:#c7d3b2;
}*/

.sca-card{
background:#fffbf3;
padding:35px;
border-radius:20px;
box-shadow:0 10px 20px rgba(0,0,0,0.08);
}

.sca-img{
width:100%;
border-radius:15px;
}

.sca-btn{
background:#000;
color:#fff;
padding:10px 22px;
border-radius:15px;
text-decoration:none;
display:inline-block;
margin-top:10px;
}

.sca-btn:hover{
background:#222;
}

.card-blue-btn {
    background:#267b87;
/*    color:#fff;*/
    color:#1f3f34;
    padding:10px 22px;
    border-radius:15px;
    text-decoration:none;
    display:inline-block;
    margin-top:10px;
}
.card-blue-btn:hover{
    background:#109fb3;
}

.card-green-btn {
    background:#93ab4f;
    color:#fff;
    padding:10px 22px;
    border-radius:15px;
    text-decoration:none;
    display:inline-block;
    margin-top:10px;
}
.card-green-btn:hover{
    background:#91bb17;
}

.card-pink-btn {
    background:#994796;
    color:#fff;
    padding:10px 22px;
    border-radius:15px;
    text-decoration:none;
    display:inline-block;
    margin-top:10px;
}
.card-pink-btn:hover{
    background:#d531cf;
}

/* Owl Nav */

.sca-slider .owl-nav{
    /*position:absolute;
    top:50%;
    left:-25px;
    right:-25px;
    display:flex;
    justify-content:space-between;
    transform:translateY(-50%);*/
    pointer-events:none;
    text-align: center;
    margin-top: 30px;
}

.sca-slider .owl-nav button{
    pointer-events:auto;
}

/*.sca-slider .owl-nav button{
width:50px;
height:50px;
border-radius:50%;
background:#e5e5e5 !important;
margin:0 8px;
font-size:22px !important;
}

.sca-slider .owl-nav button:hover{
background:#d4e3a3 !important;
}*/



.testimonial-carousel .owl-nav{
    /*position:absolute;
    top:50%;
    left:-25px;
    right:-25px;
    display:flex;
    justify-content:space-between;
    transform:translateY(-50%);*/
    pointer-events:none;
    text-align: center;
    margin-top: 30px;
}

.testimonial-carousel .owl-nav button{
    pointer-events:auto;
}




.owl-prev .custom-arrow {
    background-color: #f0e9e1 !important;
}

.owl-next .custom-arrow {
    background-color: #ebfac3 !important;
}

.custom-arrow{
    width:55px;
    height:55px;
    border-radius:50%;
    background:#e9e9e9;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    cursor:pointer;
    transition:.3s;
}

.custom-arrow:hover{
    background:#dceab8;
/*    transform:scale(1.05);*/
}

.sca-slider-wrapper{
    position:relative;
}
/*Services - Supplimentory*/


.specialized-contact-focus {
    background-color: #dbe8c6;
}

.fs-custom-6 {
    font-size: 1.50rem !important;
}

.specialized-focus-says {
    background-color: #dbe8c6;
    padding-top: 50px;
    padding-bottom: 50px;
}

/*Progressbar*/

.step-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: 20px 0;
    padding: 0 10px;
}

/* Horizontal line */
.step-wrapper::before {
    content: "";
    position: absolute;
    top: 22px;
    left: 5%;
    width: 90%;
    height: 3px;
    background-color: #e0e0e0;
    z-index: 0;
}

/* Each step */
.step {
    position: relative;
    text-align: center;
    flex: 1;
    z-index: 1;
}

/* Circle */
.step-circle {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    background-color: #e0e0e0;
    color: #6c757d;
    font-weight: 600;
    margin: 0 auto;
    transition: all 0.3s ease;
}

/* Active Step */
.step.active .step-circle {
    background-color: #1f6f43;
    color: #fff;
}

/* Completed Step */
.step.completed .step-circle {
    background-color: #198754;
    color: #fff;
}

/* Labels */
.step-label {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #6c757d;
}

/* Active label */
.step.active .step-label {
    color: #1f6f43;
    font-weight: 600;
}


.fs-custom-4 {
    font-size: 1.2rem !important;
}


/* Responsive */
@media (max-width: 768px) {

    .step-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .step-wrapper::before {
        display: none;
    }

    .step {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }

    .step-circle {
        margin: 0 15px 0 0;
    }

    .step-label {
        margin-top: 0;
        font-size: 13px;
    }

    .fs-custom-4 {
        font-size: 1.1rem !important;
    }
}


/*.step-content {
    display: none;
}

.step-content.active-step {
    display: block;
}*/

.form-step-wrapper {
    position: relative;
    overflow: hidden;
    min-height: 400px; /* adjust as needed */
}

/* All steps stacked */
.step-content {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transform: translateX(100%);
    transition: transform 0.4s ease, opacity 0.4s ease;
    will-change: transform, opacity;
}

/* Active step */
.step-content.active-step {
    position: relative;
    opacity: 1;
    transform: translateX(0);
}

/* Exit animations */
.step-content.exit-left {
    transform: translateX(-100%);
    opacity: 0;
}

.step-content.exit-right {
    transform: translateX(100%);
    opacity: 0;
}

.w-custom-80 {
    width: 80% !important;
}

.w-custom-70 {
    width: 70% !important;
}





.our-story-section {
/*  background: #f3f3f3;*/
  min-height: 500px;
}

/* Make row full height */
.our-story-section .row {
  min-height: 500px;
}

/* LEFT CONTENT */
.content-box {
/*  background: #f3f3f3;*/
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* RIGHT IMAGE */
.image-box {
  background: url('../../../assets/main/images/about1.png') center center/cover no-repeat;
  min-height: 500px;
  position: relative;
}

/* FADE EFFECT */
.image-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40%;
  height: 100%;
  background: linear-gradient(to right, #f3f3f3, transparent);
}

.about-section {
    background: #efe7dc;
}

.large-checkbox {
  width: 20px;
  height: 20px;
}

.service-grid-border-green {
    border: 1px solid #1f3f34;
}

/*  JQUERY MEMBERSHIP SUBMIT LOADER  */
.loader-wrapper__ {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.loader-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255,255,255,0.6);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.bar-loader {
  display: flex;
  gap: 6px;
}

.bar-loader span {
  width: 6px;
  height: 30px;
  background: #2ca7a0;
  display: inline-block;
  animation: loaderAnim 1s infinite ease-in-out;
}

/* Delay for wave effect */
.bar-loader span:nth-child(1) { animation-delay: 0s; }
.bar-loader span:nth-child(2) { animation-delay: 0.1s; }
.bar-loader span:nth-child(3) { animation-delay: 0.2s; }
.bar-loader span:nth-child(4) { animation-delay: 0.3s; }
.bar-loader span:nth-child(5) { animation-delay: 0.4s; }
.bar-loader span:nth-child(6) { animation-delay: 0.5s; }
.bar-loader span:nth-child(7) { animation-delay: 0.6s; }
.bar-loader span:nth-child(8) { animation-delay: 0.7s; }

@keyframes loaderAnim {
  0%, 100% {
    transform: scaleY(0.5);
    opacity: 0.5;
  }
  50% {
    transform: scaleY(1.5);
    opacity: 1;
  }
}

.text-custom-justify {
    text-align: justify !important;
}

.desktopview {
    display:block;
}
.mobileview {
    display:none;
}

/* Responsive */
@media (max-width: 768px) {
    .desktopview {
        display:none;
    }
    .mobileview {
        display:block;
    }
}




/*Videos*/

.video-thumb {
  position: relative;
  overflow: hidden;
}

/* Play icon */
.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  
  width: 60px;
  height: 60px;
  background: rgba(0,0,0,0.6);
  border-radius: 50%;
  
  display: flex;
  align-items: center;
  justify-content: center;

  color: #fff;
  font-size: 30px;
}

/* Hover effect */
.video-thumb:hover .play-icon {
  background: rgba(0,0,0,0.8);
  transform: translate(-50%, -50%) scale(1.1);
}

.testimonial-img {
    width: 100px !important;
}

/* Responsive */
@media (max-width: 768px) {
    .testimonial-img {
        width: 70px !important;
    }
}


.specialized-focus-bg {
  /*position: relative;
  background-image: url('../images/sos-watch-bg.png');
  background-size: 80%;      
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;*/    /* works on desktop */
}

/* Overlay (transparent effect) */
.specialized-focus-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.75); /* white transparent */
  z-index: 1;
}

/* Content above overlay */
.specialized-focus-bg .container {
  position: relative;
  z-index: 2;
}

.w-130 {
    width: 130% !important;
}



/* Terms & Condition - Refunds & Cancellation */
.table-container {
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}

th, td {
  padding: 12px;
  border: 1px solid #ddd;
  text-align: left;
}

th {
  background-color: #f4f4f4;
}

/* Mobile Responsive */
@media (max-width: 600px) {
  table, thead, tbody, th, td, tr {
    display: block;
    width: 100%;
  }

  thead {
    display: none;
  }

  tr {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    padding: 10px;
  }

  td {
    text-align: right;
    padding-left: 50%;
    position: relative;
  }

  td::before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    width: 50%;
    text-align: left;
    font-weight: bold;
  }
}