        :root {
        /* --primary-color: #2E5A3E; */
        --secondary-color: #D4AF37;
        /* --accent-color: #8FBC8F; */
       --color-subtle: #ffffff;
        --text-dark: #2C2C2C;
        --text-light: #F0F0F0;
        --font-main: 'Philosopher', sans-serif;
        --font-body: 'Lato', sans-serif;
        --color-darker: #1d4026;
        --primary-color: #2e7d32; /* Deep Ayurvedic Green */
        --accent-color: #d4a017;  /* Golden Herb */
        --text-main: #2c3e50;
        --text-grey: #6c757d;
        --text-color-2: #c7c7c7;
        --color-border: #fdfdfd;

      }

      body {
        font-family: var(--font-body);
        color: var(--text-dark);
        overflow-x: hidden;
      }

      h1, h2, h3, h4, .philosopher {
        font-family: var(--font-main);
      }
      
      .c-main { color: var(--primary-color) !important; }
      .c-white { color: white !important; }
      .c-silver { color: #ccc !important; }
      .text-grey { color: #666; }
      .fs-14 { font-size: 14px; }
      .fs-16 { font-size: 16px; }
      .fs-18 { font-size: 18px; }
      .fs-22 { font-size: 22px; }

      /* Buttons */
      .btn-light {
        background-color: white;
        color: var(--primary-color);
        padding: 12px 30px;
        border: none;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 700;
        transition: all 0.3s;
      }
      .btn-light:hover {
        background-color: var(--secondary-color);
        color: white;
      }

      .btn-dark {
        background-color: var(--primary-color);
        color: white;
        padding: 10px 25px;
        border: none;
        text-decoration: none;
        display: inline-block;
        transition: 0.3s;
      }
      .btn-dark:hover {
        background-color: var(--secondary-color);
        color: white;
      }

      /* Header & Navbar */
      .bg-hero {
        background: url('https://images.unsplash.com/photo-1540555700478-4be289fbecef?q=80&w=2070&auto=format&fit=crop') no-repeat center center/cover;
        position: relative;
        min-height: 100vh;
      }
      .overlay-hero {
        background: rgba(18, 38, 26, 0.7);
        min-height: 100vh;
        display: flex;
        flex-direction: column;
      }
      .border-hero {
        border-bottom: 1px solid rgba(255,255,255,0.2);
      }
      .navbar-brand img {
        filter: brightness(0) invert(1);
      }
      .nav-link {
        color: rgba(255,255,255,0.9) !important;
        font-weight: 800 !important;
        text-transform: uppercase;
        font-size: 13px;
        letter-spacing: 1px;
      }
      .nav-link:hover, .nav-link.active {
        color: var(--secondary-color) !important;
        font-weight: 800;
      }

      /* Hero Content */
      .section-m {
        margin-top: 10vh;
      }
      .hero-title {
        font-size: 3.5rem;
        font-weight: 700;
        line-height: 1.2;
      }
      .icon-circle-17 {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 24px;
        height: 24px;
        border: 1px solid var(--secondary-color);
        border-radius: 50%;
        color: var(--secondary-color);
        font-size: 10px;
      }

      /* Forms */
      .form-container {
        background: rgba(255,255,255,0.1);
        backdrop-filter: blur(10px);
        padding: 30px;
        border-left: 5px solid var(--secondary-color);
      }
      .form-control {
        background: transparent;
        border: none;
        border-bottom: 1px solid rgba(255,255,255,0.5);
        border-radius: 0;
        color: white;
      }
      .form-control::placeholder { color: rgba(255,255,255,0.6); }
      .form-control:focus {
        background: transparent;
        box-shadow: none;
        border-color: var(--secondary-color);
        color: white;
      }

      /* Section Styles */
      .bg-subtle { background-color: var(--bg-subtle); padding: 50px 0; }
      .bg-white { background-color: white; padding: 20px 0; }
      .bg-darker { background-color: var(--color-darker); color: white; }
      
      .section-title {
        font-size: 42px;
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 20px;
      }

      .icon-circle-17-main {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 24px;
        height: 24px;
        border: 1px solid var(--primary-color);
        border-radius: 50%;
        font-size: 10px;
      }

      .icon-circle-37-main {
        width: 40px;
        height: 40px;
        background: var(--bg-subtle);
        border: 1px solid var(--primary-color);
        color: var(--primary-color);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      /* Diseases Cards */
      /* .disease-card {
        border: none;
        border-radius: 10px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.08);
        transition: transform 0.3s, box-shadow 0.3s;
        height: 100%;
      }
      .disease-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 30px rgba(0,0,0,0.15);
      }
      .disease-card .card-body {
        padding: 30px;
      }
      .disease-icon {
        width: 60px;
        height: 60px;
        background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 24px;
        margin-bottom: 20px;
      } */

      
      /* Section Styling */
#diseases {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
  background-color: var(--bg-subtle);
}

/* Decorative Background Element (Optional - adds depth) */
#diseases::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -50px;
  width: 300px;
  height: 300px;
  background: var(--primary-color);
  opacity: 0.03;
  border-radius: 50%;
  z-index: 0;
}

/* Card Container */
.disease-card {
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.03); /* Very subtle border */
  border-radius: 16px; /* Softer, modern corners */
  box-shadow: 0 10px 30px rgba(0,0,0,0.04); /* Soft, diffuse shadow */
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

/* Hover Effect: Lift & Bottom Highlight */
.disease-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
  border-color: rgba(0,0,0,0.0);
}

/* A colorful bottom line that appears on hover */
.disease-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-color), var(--accent-color));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.disease-card:hover::after {
  transform: scaleX(1);
}

.disease-card .card-body {
  padding: 35px 30px;
}

/* Icon Styling */
.disease-icon-wrapper {
  margin:0px auto  25px auto;
  display: block;
  max-width: 70px;

}

.disease-icon {
  width: 65px;
  height: 65px;
  background: linear-gradient(135deg, rgba(46, 125, 50, 0.1), rgba(212, 160, 23, 0.1));
  border-radius: 14px; /* Squircle shape is more modern than circle */
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color);
  font-size: 26px;
  transition: all 0.3s ease;
  position: relative;
}

/* Icon Hover Effect */
.disease-card:hover .disease-icon {
  background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
  color: #fff;
  transform: rotate(5deg) scale(1.1);
  box-shadow: 0 8px 20px rgba(46, 125, 50, 0.3);
}

/* Typography */
.card-title-styled {
  font-family: 'Philosopher', serif; /* Ensure you have this font linked */
  font-weight: 700;
  font-size: 1.35rem;
  color: var(--text-main);
  margin-bottom: 12px;
}

.card-text-styled {
  color: var(--text-grey);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 20px;
  min-height: 72px; /* Keeps cards aligned even if text length varies */
}

/* Badge/Tag Styling */
.treatment-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.treatment-tag {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 50px;
  background-color: #f1f3f5;
  color: #555;
  display: flex;
  align-items: center;
  transition: all 0.2s ease;
}

.treatment-tag i {
  margin-right: 5px;
  font-size: 0.7rem;
}

/* Specific Tag Colors (Soft pastels) */
.tag-pancha { background-color: rgba(25, 135, 84, 0.1); color: #198754; }
.tag-meds   { background-color: rgba(255, 193, 7, 0.1); color: #d68c06; }
.tag-diet   { background-color: rgba(13, 202, 240, 0.1); color: #0dcaf0; }
.tag-yoga   { background-color: rgba(13, 110, 253, 0.1); color: #0d6efd; }

.disease-card:hover .treatment-tag {
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

      /* Treatment Method Cards */
      .method-card {
        border: none;
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 0 5px 20px rgba(0,0,0,0.08);
        transition: transform 0.3s;
        height: 100%;
      }
      .method-card:hover {
        transform: translateY(-5px);
      }
      .method-card .method-img {
        height: 200px;
        object-fit: cover;
        width: 100%;
      }
      .method-card .card-body {
        padding: 30px;
        background: white;
      }
      .method-card .method-number {
        position: absolute;
        top: 15px;
        right: 15px;
        width: 50px;
        height: 50px;
        background: var(--secondary-color);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-weight: bold;
        font-size: 20px;
      }

      /* Before/After Stories */
      .story-card {
        border: none;
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 0 5px 20px rgba(0,0,0,0.1);
        transition: transform 0.3s;
        height: 100%;
      }
      .story-card:hover {
        transform: translateY(-5px);
      }
      .story-before, .story-after {
        position: relative;
        height: 250px;
        overflow: hidden;
      }
      .story-before img, .story-after img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
      .story-label {
        position: absolute;
        bottom: 10px;
        left: 10px;
        background: rgba(0,0,0,0.7);
        color: white;
        padding: 5px 15px;
        border-radius: 20px;
        font-size: 12px;
        text-transform: uppercase;
      }
      .story-card .card-body {
        padding: 25px;
      }

      /* Packages Section */
      .bg-choose-us {
        background-image: linear-gradient(
          rgba(17, 32, 21, 0.6),
          rgba(17, 32, 21, 0.6)
        ),
        url("https://images.unsplash.com/photo-1600334129128-685c5582fd35?q=80&w=2070&auto=format&fit=crop");
        background-size: cover;
        background-position: center;
        border-radius: 10px;
      }
      .package-card {
        border: none;
        border-radius: 10px;
        overflow: hidden;
        transition: transform 0.3s;
        height: 100%;
        background: white;
      }
      .package-card:hover {
        transform: translateY(-5px);
      }
      .package-card .package-header {
        padding: 30px;
        background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
        color: white;
        text-align: center;
      }
      .package-card .package-body {
        padding: 30px;
      }
      .package-card .package-price {
        font-size: 32px;
        font-weight: 700;
        color: var(--secondary-color);
        display: none !important;
      }

      /* Footer */
      .footer-padding { padding: 20px 0 40px; }
      .footer-links { list-style: none; padding: 0; }
      .footer-links li { margin-bottom: 10px; }
      .footer-link { text-decoration: none; transition: 0.2s; }
      .footer-link:hover { color: var(--secondary-color) !important; padding-left: 5px; }
      
      /* Animations */
      .fade-in { animation: fadeIn 1s ease-in; }
      @keyframes fadeIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }

      /* Testimonial Circle */
      .testimonial-circle {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        object-fit: cover;
        border: 2px solid white;
        margin-left: -15px;
      }
      .testimonial-circle-first {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        object-fit: cover;
        border: 2px solid white;
      }

      /* Accordion */
      .accordion, .accordion-button, .accordion-item, .accordion-header, .accordion-body {
        border: none !important;
        box-shadow: none !important;
      }
      .accordion-button {
        font-family: "Lato", sans-serif;
        font-weight: 600;
        font-size: 16px;
        letter-spacing: 0.6px;
        color: var(--text-dark);
        background-color: var(--bg-subtle);
      }
      .accordion-button:focus {
        box-shadow: none !important;
      }
      .accordion-button:not(.collapsed) {
        color: var(--primary-color);
        background-color: transparent !important;
      }
      .accordion-button:hover {
        background-color: #e9ecef;
      }
      .accordion-button:active {
        background-color: transparent !important;
      }
      .accordion-item {
        margin-bottom: 10px;
        border: 1px solid #c4c4c4 !important;
        border-radius: 10px;
      }
      .accordion-header, .accordion-body, .accordion-button {
        border-radius: 10px !important;
      }

      /* Showcase Gallery */
      .img-showcase {
        border-radius: 10px;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
      .last-img-showcase {
        border-radius: 10px;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      /* Subheadline icons */
      .subheadline-icons {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        margin: 20px 0;
        flex-wrap: nowrap;
      }
      .subheadline-item {
        display: flex;
        align-items: center;
        gap: 10px;
        color: var(--secondary-color);
        font-size: 1rem;
        font-weight: 700;
      }
      .subheadline-item img {
        width: 50px;
        height: 50px;
        object-fit: contain;
        border-radius: 50%;
        border: 2px solid var(--secondary-color);
      }

      /* Doctors Section */
      .doctor-card {
        background: #ffffff;
        border-radius: 16px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.08);
        overflow: hidden;
        transition: all 0.3s ease;
        height: 100%;
      }
      .doctor-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(0,0,0,0.15);
      }
      .doctor-image {
        width: 100%;
        height: 350px !important;
        object-fit: cover;
        object-position: top;
      }
      .doctor-info {
        padding: 25px;
      }
      .doctor-name {
        font-family: 'Philosopher', serif;
        font-weight: 700;
        font-size: 1.25rem;
        color: var(--primary-color);
        margin-bottom: 5px;
      }
      .doctor-qualifications {
        color: var(--secondary-color);
        font-weight: 600;
        font-size: 0.9rem;
        margin-bottom: 10px;
      }
      .doctor-experience {
        color: var(--text-grey);
        font-size: 0.85rem;
        margin-bottom: 8px;
      }
      .doctor-expertise {
        color: var(--text-main);
        font-size: 0.9rem;
        margin-bottom: 15px;
      }

      /* Responsive */
      @media (max-width: 991px) {
        .hero-title { font-size: 2.5rem; }
        .section-title { font-size: 32px; }
        .subheadline-icons {
          flex-direction: column;
          align-items: flex-start;
        }
      }
  
      /* /////////////////////// About Us  */
       /* Hero Content */
        /* Header & Navbar */
      .bg-hero-page {
        background: url('https://images.unsplash.com/photo-1600334129128-685c5582fd35?q=80&w=2070&auto=format&fit=crop') no-repeat center center/cover;
        position: relative;
        min-height: 40vh;
      }
      .overlay-hero-page {
        background: rgba(18, 38, 26, 0.85);
        min-height: 40vh;
        display: flex;
        flex-direction: column;
      }


      .section-m {
        margin-top: 1vh;
      }
      .hero-title-page {
        font-size: 4rem;
        font-weight: 700;
        line-height: 1.2;
      }
      .icon-circle-17 {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 24px;
        height: 24px;
        border: 1px solid var(--secondary-color);
        border-radius: 50%;
        color: var(--secondary-color);
        font-size: 10px;
      }

      /* Section Styles */
      .bg-subtle { background-color: var(--bg-subtle); padding: 20px 0; }
      .bg-white { background-color: white; padding: 80px 0; }
      .bg-darker { background-color: var(--color-darker); color: white; }
      
      .section-title {
        font-size: 42px;
        font-weight: 700;
        line-height: 1.2;
        margin:0px auto 20px auto;
        
      }

      .icon-circle-17-main {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 24px;
        height: 24px;
        border: 1px solid var(--primary-color);
        border-radius: 50%;
        font-size: 10px;
      }

      .icon-circle-37-main {
        width: 40px;
        height: 40px;
        background: var(--bg-subtle);
        border: 1px solid var(--primary-color);
        color: var(--primary-color);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      /* Story Section */
      .story-section {
        position: relative;
        overflow: hidden;
      }
      .story-section::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 40%;
        height: 100%;
        background: linear-gradient(135deg, rgba(46, 125, 50, 0.05), rgba(212, 160, 23, 0.05));
        clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
        z-index: 0;
      }
      
      .story-card {
        background: white;
        border-radius: 20px;
        box-shadow: 0 10px 40px rgba(0,0,0,0.08);
        /* padding: 40px; */
        position: relative;
        z-index: 1;
        border-left: 5px solid var(--primary-color);
      }

      /* Values Cards */
      .value-card {
        background: white;
        border-radius: 16px;
        padding: 40px 30px;
        box-shadow: 0 5px 20px rgba(0,0,0,0.06);
        transition: all 0.4s ease;
        height: 100%;
        border: 1px solid rgba(0,0,0,0.03);
        position: relative;
        overflow: hidden;
      }
      .value-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 4px;
        background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
        transform: scaleX(0);
        transition: transform 0.4s ease;
      }
      .value-card:hover::before {
        transform: scaleX(1);
      }
      .value-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(0,0,0,0.12);
      }
      .value-icon {
        width: 80px;
        height: 80px;
        background: linear-gradient(135deg, rgba(46, 125, 50, 0.1), rgba(212, 160, 23, 0.1));
        border-radius: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 32px;
        color: var(--primary-color);
        margin-bottom: 25px;
        transition: all 0.3s ease;
      }
      .value-card:hover .value-icon {
        background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
        color: white;
        transform: scale(1.1);
      }

      /* Philosophy Section */
      .philosophy-card {
        background: white;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(0,0,0,0.08);
        transition: all 0.4s ease;
        height: 100%;
      }
      .philosophy-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 20px 50px rgba(0,0,0,0.15);
      }
      .philosophy-image {
        height: 200px;
        object-fit: cover;
        width: 100%;
      }
      .philosophy-body {
        padding: 30px;
      }
      .dosha-circle {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0 auto 20px;
        font-weight: bold;
        color: white;
        transition: all 0.3s ease;
      }
      .dosha-vata { background: linear-gradient(135deg, #667eea, #764ba2); }
      .dosha-pitta { background: linear-gradient(135deg, #f093fb, #f5576c); }
      .dosha-kapha { background: linear-gradient(135deg, #4facfe, #00f2fe); }
      .philosophy-card:hover .dosha-circle {
        transform: scale(1.1);
      }

      /* Why Choose Us */
      .why-card {
        background: white;
        border-radius: 16px;
        padding: 35px 25px;
        box-shadow: 0 5px 20px rgba(0,0,0,0.06);
        transition: all 0.3s ease;
        height: 100%;
        text-align: center;
      }
      .why-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 15px 40px rgba(0,0,0,0.12);
      }
      .why-icon {
        width: 70px;
        height: 70px;
        background: var(--bg-subtle);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 28px;
        color: var(--primary-color);
        margin: 0 auto 20px;
        border: 2px solid var(--primary-color);
        transition: all 0.3s ease;
      }
      .why-card:hover .why-icon {
        background: var(--primary-color);
        color: white;
      }

      /* Timeline */
      .timeline {
        position: relative;
        padding: 20px 0;
      }
      .timeline::before {
        content: '';
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 100%;
        background: linear-gradient(180deg, var(--primary-color), var(--secondary-color));
      }
      .timeline-item {
        position: relative;
        margin-bottom: 50px;
      }
      .timeline-dot {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 20px;
        height: 20px;
        background: var(--primary-color);
        border: 4px solid white;
        border-radius: 50%;
        box-shadow: 0 0 0 4px var(--secondary-color);
        z-index: 1;
      }
      .timeline-content {
        background: white;
        padding: 30px;
        border-radius: 15px;
        box-shadow: 0 5px 20px rgba(0,0,0,0.08);
        width: 45%;
      }
      .timeline-item:nth-child(odd) .timeline-content {
        margin-left: auto;
      }
      .timeline-year {
        display: inline-block;
        background: var(--primary-color);
        color: white;
        padding: 5px 15px;
        border-radius: 20px;
        font-weight: bold;
        margin-bottom: 10px;
      }

      /* Stats Section */
      .stats-section {
        background: linear-gradient(135deg, var(--primary-color), var(--color-darker));
        padding: 80px 0;
        color: white;
      }
      .stat-item {
        text-align: center;
        padding: 20px;
      }
      .stat-number {
        font-size: 3.5rem;
        font-weight: 700;
        color: var(--secondary-color);
        font-family: var(--font-main);
      }
      .stat-label {
        font-size: 1.1rem;
        margin-top: 10px;
      }

      /* Doctor Card */
      .doctor-card {
        background: #ffffff;
        border-radius: 16px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.08);
        overflow: hidden;
        transition: all 0.3s ease;
        height: 100%;
      }
      .doctor-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(0,0,0,0.15);
      }
      .doctor-image {
        width: 100%;
        height: 350px;
        object-fit: cover;
        object-position: top;
      }
      .doctor-info {
        padding: 25px;
      }
      .doctor-name {
        font-family: 'Philosopher', serif;
        font-weight: 700;
        font-size: 1.25rem;
        color: var(--primary-color);
        margin-bottom: 5px;
      }
      .doctor-qualifications {
        color: var(--secondary-color);
        font-weight: 600;
        font-size: 0.9rem;
        margin-bottom: 10px;
      }

      /* Testimonial */
      .testimonial-card {
        background: white;
        border-radius: 20px;
        padding: 40px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.08);
        position: relative;
      }
      .testimonial-card::before {
        content: '"';
        position: absolute;
        top: 20px;
        left: 30px;
        font-size: 80px;
        color: var(--secondary-color);
        opacity: 0.3;
        font-family: Georgia, serif;
      }
      .testimonial-text {
        font-style: italic;
        font-size: 1.1rem;
        line-height: 1.8;
        color: var(--text-grey);
        margin-bottom: 25px;
      }
      .testimonial-author {
        display: flex;
        align-items: center;
        gap: 15px;
      }
      .testimonial-avatar {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        object-fit: cover;
      }

      /* Footer */
      .footer-padding { padding: 20px 0 40px; }
      .footer-links { list-style: none; padding: 0; }
      .footer-links li { margin-bottom: 10px; }
      .footer-link { text-decoration: none; transition: 0.2s; }
      .footer-link:hover { color: var(--secondary-color) !important; padding-left: 5px; }
      
      /* Animations */
      .fade-in { animation: fadeIn 1s ease-in; }
      @keyframes fadeIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }

      /* Responsive */
      @media (max-width: 991px) {
        .hero-title { font-size: 2.5rem; }
        .section-title { font-size: 32px; }
        .timeline::before { left: 20px; }
        .timeline-dot { left: 20px; }
        .timeline-content { width: calc(100% - 60px); margin-left: 60px !important; }
        .stat-number { font-size: 2.5rem; }
      }
      /* /////////////////////// About Us  */


      /* contact us  */
      /* Contact Style */

      .bg-semi-white {
    background-color: var(--color-border) !important;
}
      .card-body {
    background-color: var(--color-subtle);
    border-radius: 10px;
    padding: 30px;
}
.form-container-2 {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  font-family: var(--font-2);
}
.form {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  border: 1px solid var(--text-color-2);
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-bottom: 20px;
}
.form-row.full-width {
  flex-direction: column;
}
.form-field {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.form-label {
  font-size: 14px;
  margin-bottom: 5px;
  color: var(--text-color-1);
}
.form-input,
.form-textarea {
  border: none;
  border-bottom: 1px solid var(--text-color-2);
  padding: 8px;
  font-size: 14px;
  transition: border-color 0.3s;
}
.form-input:focus,
.form-textarea:focus {
  border-bottom-color: var(--color-border);
  outline: none;
}
.form-textarea {
  resize: none;
}
.form-button {
  width: 100%;
  align-self: center;
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
  background-color: var(--primary-color);
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.form-button:hover {
  background-color: var(--color-darker);
}
.form-select {
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid var(--text-color-2);
  padding: 8px;
  font-size: 14px;
  background-color: transparent;
  transition: border-color 0.3s;
  appearance: none;
}
.form-select:focus {
  border-bottom-color: var(--color-border);
  outline: none;
  box-shadow: none;
}
.form-select::-ms-expand {
  display: none;
}
.form-select-wrapper {
  position: relative;
}
.form-select-wrapper::after {
  font-size: 12px;
  color: var(--text-color-2);
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.popup-message {
  display: none;
  background-color: var(--color-border);
  color: var(--heading-color);
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.border-radius-10 {
  border-radius: 10px;
}
.contact-image {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.contact-card {
  width: 65%;
  width: max-content;
  background: var(--color-border);
  border: 1px solid #c4c4c4;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  right: 10%;
  bottom: 8%;
}
.maps {
  width: 100%;
  height: 420px;
  transition: filter 0.5s;
  display: block;
}
/* about us      */