/* --- Responsive fix for stats-bar-section horizontal overflow --- */
@media (max-width: 600px) {
    .stats-bar-section,
    .stats-bar-content {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: auto !important;
        box-sizing: border-box;
        padding-left: 20px;
        padding-right: 20px;
    }
    .stats-bar-cards {
        display: flex !important;
        flex-direction: column !important;
        gap: 10px !important;
        align-items: stretch !important;
    }
    .stats-bar-card {
        min-width: 0 !important;
        width: 100% !important;
        justify-content: flex-start !important;
    }
    .stats-bar-google {
        flex-direction: row !important;
        align-items: flex-start !important;
        margin-bottom: 10px;
    }
}
@media (max-width: 991px) {
    .modern-hero-img,
    .modern-hero-bg-img {
        /* max-width: 100vw !important; */
        /* width: 100vw !important; */
        box-sizing: border-box !important;
    }
    body {
        overflow-x: hidden !important;
    }
}

/* --- Custom Mobile & Tablet UI Fixes --- */
@media (max-width: 600px) {
    .our-story-img-responsive {
        height: 250px !important;
    }
}
@media (max-width: 991px) {
    .modern-hero-btn {
        display: none !important;
    }
    .stats-bar-content {
        top: 15px !important;
    }
    .modern-hero-right {
        min-height: 325px !important;
        height: 325px !important;
    }
}
.featured-treatments-carousel .card,
.featured-treatments-section .card,
.testimonial-carousel .testimonial-card,
.testimonial-section .testimonial-card {
    min-height: 300px !important;
    max-height: 300px !important;
    height: 300px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
}
/* ======= Equal Height Cards for Carousels ======= */
/* ======= Equal Height Cards for Carousels (Updated for Desktop 300px) ======= */
.featured-treatments-carousel .card,
.featured-treatments-section .card,
.testimonial-carousel .testimonial-card,
.testimonial-section .testimonial-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: 300px;
    max-height: 300px;
    box-sizing: border-box;
}

.video-carousel .card {
    height: 200px;
    min-height: 200px;
    max-height: 235px;
    display: flex;
    flex-direction: column;
}

@media (max-width: 991px) {
    .video-carousel .card {
        height: 220px;
        min-height: 220px;
        max-height: 220px;
    }
}

.featured-treatments-carousel .card-body,
.featured-treatments-section .card-body,
.testimonial-carousel .testimonial-card > div,
.testimonial-section .testimonial-card > div {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

@media (max-width: 991px) {
    .featured-treatments-carousel .card,
    .featured-treatments-section .card,
    .testimonial-carousel .testimonial-card,
    .testimonial-section .testimonial-card {
        min-height: 320px;
        max-height: 370px;
    }
}
@media (max-width: 600px) {
    .featured-treatments-carousel .card,
    .featured-treatments-section .card,
    .testimonial-carousel .testimonial-card,
    .testimonial-section .testimonial-card {
        min-height: 220px;
        max-height: 320px;
    }
}

/* Ensure OwlCarousel controls are visible and above cards */
.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 10;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    background: #fff;
    border: 2px solid #bab9b9;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    font-size: 2rem;
    color: #1c4307;
    box-shadow: 0 2px 8px rgba(28,67,7,0.08);
    cursor: pointer;
    pointer-events: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, border 0.2s, color 0.2s;
}
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
    background: #1c4307;
    color: #fff;
    border-color: #1c4307;
}
.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 12px;
}
.owl-carousel .owl-dot span {
    width: 12px;
    height: 12px;
    background: #bab9b9;
    display: inline-block;
    border-radius: 50%;
    margin: 0 4px;
    transition: background 0.2s;
}
.owl-carousel .owl-dot.active span {
    background: #1c4307;
}
.categories-carousel {
    /* Hide scrollbar for all browsers */
    scrollbar-width: none !important; /* Firefox */
    -ms-overflow-style: none !important;  /* IE and Edge */
}
.categories-carousel::-webkit-scrollbar {
    display: none !important; /* Chrome, Safari, Opera */
}
.categories-carousel {
    /* Hide scrollbar for all browsers */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* IE and Edge */
}
.categories-carousel::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}
.stats-bar-google-logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 18px;
}
.stats-bar-google-info {
    display: block;
}
.stats-bar-google-logo-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-right: 10px;
}
/* Reduce Google logo image size in stats bar */
.stats-bar-google-logo-wrap img {
     width: 80px;
     height: 80px;
     object-fit: contain;
     margin-right: 0;
}

.stats-bar-google-rating {
    margin-right: 8px;
}
.stats-bar-google-reviews {
    margin-top: 0;
}
/* ======= Stats/Achievements Bar Section ======= */
.stats-bar-section {
    position: relative;
    width: 100%;
    background: linear-gradient(90deg, #e6f2e6 60%, #f8f9fa 100%);
    padding: 0 0 0 0;
    z-index: 2;
}
.stats-bar-bg {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: transparent;
    z-index: 0;
}
.stats-bar-content {
    position: relative;
    top: -38;
    z-index: 2;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding: 0 32px;
    flex-wrap: wrap;
}
.stats-bar-google {
    display: flex;
    flex-direction: row;
    align-items: center;
    min-width: 180px;
    margin-bottom: 18px;
    /* gap: 16px; */
}
.stats-bar-google-rating {
    margin-left: 0;
    margin-right: 12px;
}
.stats-bar-google-reviews {
    margin-top: 0;
}
.stats-bar-google-info {
    display: block;
    margin-left: 0;
}
.stats-bar-google-rating {
    display: block;
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 2px;
}
.stats-bar-google-reviews {
    display: block;
    font-size: 1.05rem;
    color: #888;
    margin-top: 0;
}
.stats-bar-stars {
    color: #f4b400;
    font-size: 1.1em;
    letter-spacing: 1px;
    margin-left: 2px;
}
.stats-bar-google-reviews {
    font-size: 1.05rem;
    color: #888;
    margin-top: 2px;
}
.stats-bar-cards {
    display: flex;
    gap: 24px;
    flex: 1 1 0;
    justify-content: flex-end;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.stats-bar-card {
    background: #fff;
    border: 2px solid #1c9c9c33;
    border-radius: 18px;
    box-shadow: 0 2px 12px rgba(28,67,7,0.06);
    padding: 22px 38px;
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 1.25rem;
    font-weight: 600;
    color: #1c4307;
    min-width: 220px;
    transition: box-shadow 0.2s, border 0.2s;
}
.stats-bar-card:hover {
    box-shadow: 0 4px 24px rgba(28,67,7,0.13);
    border-color: #1c4307;
}
.stats-bar-icon {
    font-size: 2rem;
    color: #d63b3b;
    display: flex;
    align-items: center;
}
.stats-bar-label {
    font-size: 1rem;
    color: #1c4307;
    font-weight: 500;
}
@media (max-width: 991px) {
    .stats-bar-content { flex-direction: column; align-items: stretch; gap: 18px; padding: 0 8px; }
    .stats-bar-cards {
        justify-content: flex-start;
        gap: 12px;
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    .stats-bar-card {
        min-width: 220px;
        width: 220px;
        justify-content: flex-start;
        flex: 0 0 auto;
    }
}
/* Modern Hero Features List */
.modern-hero-features {
    margin: 0 0 18px 0;
    padding: 0 0 0 0;
    list-style: none;
}
.modern-hero-features li {
    font-size: 1.08rem;
    color: #ffffff;
    margin-bottom: 7px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}
.modern-hero-features .bi {
    font-size: 1.2em;
    margin-right: 4px;
}
/* ======= Unique Modern Hero Section ======= */
.modern-hero-section {
    position: relative;
    width: 100%;
    min-height: 440px;
    overflow: hidden;
    background: #f8f9fa;
    margin-bottom: 0;
    z-index: 1;
}
.modern-hero-bg {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    z-index: 0;
    overflow: hidden;
}

.modern-hero-slider {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; left: 0;
    z-index: 1;
}
.modern-hero-slide {
    width: 100vw;
    height: 100%;
    position: relative;
}
.modern-hero-bg-img {
    width: 100vw;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0; left: 0;
    z-index: 1;
    pointer-events: none;
    user-select: none;
}
.modern-hero-bg-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(120deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%);
    z-index: 2;
    pointer-events: none;
}
.modern-hero-shape {
    position: absolute;
    border-radius: 50%;
    opacity: 0.18;
    animation: floatShape 7s ease-in-out infinite alternate;
    z-index: 3;
}
.modern-hero-shape.shape1 {
    width: 340px; height: 340px;
    background: #1c4307;
    top: -80px; left: -120px;
    animation-delay: 0s;
}
.modern-hero-shape.shape2 {
    width: 180px; height: 180px;
    background: #d63b3b;
    top: 60px; right: -60px;
    animation-delay: 2s;
}
.modern-hero-shape.shape3 {
    width: 120px; height: 120px;
    background: #bab9b9;
    bottom: -40px; left: 40vw;
    animation-delay: 1s;
}
@keyframes floatShape {
    0% { transform: translateY(0) scale(1); }
    100% { transform: translateY(-30px) scale(1.08); }
}
.modern-hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 32px 32px 32px;
    min-height: 440px;
}
.modern-hero-left {
    flex: 1 1 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.modern-hero-title {
    font-size: 2.7rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 18px;
    text-shadow: 0 2px 8px rgba(0,0,0,0.18);
}
.modern-hero-highlight {
    color: #d63b3b;
    background: linear-gradient(90deg, #fff 60%, #fde4e4 100%);
    padding: 0 8px;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(214,59,59,0.08);
}
.modern-hero-tagline {
    font-size: 1.18rem;
    color: #fff;
    margin-bottom: 28px;
    font-weight: 500;
    text-shadow: 0 2px 8px rgba(0,0,0,0.18);
}
.modern-hero-btn {
    font-size: 1.08rem;
    color: #fff;
    margin-bottom: 7px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    text-shadow: 0 2px 8px rgba(0,0,0,0.18);
    flex: 1 1 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.modern-hero-img {
    width: 420px;
    height: 480px;
    max-width: 90vw;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 8px 32px rgba(28,67,7,0.13);
    background: #fff;
    margin-right: 0;
    margin-left: 32px;
    animation: floatImg 5s ease-in-out infinite alternate;
}
@media (max-width: 991px) {
    .modern-hero-img { width: 90vw; height: 320px; }
}
@media (max-width: 600px) {
    .modern-hero-img { width: 98vw; height: 320px; }
}
@keyframes floatImg {
    0% { transform: translateY(0); }
    100% { transform: translateY(-18px); }
}
@media (max-width: 991px) {
    .modern-hero-content { flex-direction: column; padding: 32px 8px 8px 8px; min-height: 320px; }
    .modern-hero-left, .modern-hero-right { flex: 1 1 100%; align-items: center; text-align: center; }
    .modern-hero-img { width: 90vw; margin: 18px auto 0 auto; }
    .modern-hero-title { font-size: 1.5rem; }
}
@media (max-width: 600px) {
    .modern-hero-content { min-height: 180px; padding: 18px 2vw 8px 2vw; }
    .modern-hero-img { width: 98vw; height: 250px; }
    .modern-hero-title { font-size: 1.1rem; }
}
/* ======= Enhanced Hero Banner Section ======= */
.enhanced-hero-bg {
    background: linear-gradient(90deg, #f8f9fa 60%, #e6f2e6 100%);
    position: relative;
    overflow: hidden;
}
.hero-banner-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 400px;
    z-index: 2;
}
.hero-accent-bar {
    width: 60px;
    height: 7px;
    background: #1c4307;
    border-radius: 4px;
    margin-bottom: 22px;
    box-shadow: 0 2px 8px rgba(28,67,7,0.10);
}
.hero-title-strong {
    font-size: 2.7rem;
    font-weight: 800;
    color: #1c4307;
    margin-bottom: 12px;
    text-shadow: 0 2px 8px rgba(28,67,7,0.10);
}
.hero-title-highlight {
    color: #d63b3b;
    background: linear-gradient(90deg, #fff 60%, #fde4e4 100%);
    padding: 0 8px;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(214,59,59,0.08);
}
.hero-banner-image-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 8px 32px rgba(28,67,7,0.13);
    padding: 18px 18px 18px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 420px;
    min-height: 360px;
    max-width: 600px;
    margin: 32px 32px 32px 0;
}
.hero-banner-img {
    border-radius: 12px;
    box-shadow: 0 4px 18px rgba(28,67,7,0.10);
    background: #f8f9fa;
}
.shadow-lg {
    box-shadow: 0 6px 24px rgba(214,59,59,0.18)!important;
}
@media (max-width: 1200px) {
    .hero-banner-image-card { min-width: 320px; max-width: 420px; }
}
@media (max-width: 991px) {
    .hero-banner-row { flex-direction: column; height: auto; min-height: 320px; }
    .hero-banner-content { min-height: 0; padding: 32px 12px 0 12px; text-align: center; }
    .hero-banner-image-card { margin: 24px auto 24px auto; min-width: 220px; max-width: 90vw; }
    .hero-title-strong { font-size: 1.5rem; }
}
@media (max-width: 600px) {
    .hero-banner-row { min-height: 180px; }
    .hero-banner-img { height: 120px; }
    .hero-title-strong { font-size: 1.1rem; }
}
/* ======= Custom Hero Banner Section (Split) ======= */
.hero-banner-section {
    width: 100vw;
    min-width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
    background: #f8f9fa;
    padding: 0;
    margin-bottom: 0;
}
.hero-banner-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 400px;
    height: 400px;
    background: #fff;
    border-radius: 0 0 18px 18px;
    box-shadow: 0 6px 32px rgba(28,67,7,0.10);
    overflow: hidden;
}
.hero-banner-content {
    flex: 0 0 48%;
    padding: 0 0 0 36px;
    z-index: 2;
}
.hero-banner-content .hero-title {
    font-size: 2.3rem;
    font-weight: 700;
    color: #1c4307;
    margin-bottom: 16px;
}
.hero-banner-content .hero-desc {
    font-size: 1.18rem;
    color: #555;
    margin-bottom: 18px;
}
.hero-banner-image {
    flex: 0 0 52%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}
.hero-banner-img {
    height: 100%;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    object-position: right center;
    display: block;
}
@media (max-width: 991px) {
    .hero-banner-row { flex-direction: column; height: auto; min-height: 320px; }
    .hero-banner-content { flex: 1 1 100%; padding: 32px 12px 0 12px; text-align: center; }
    .hero-banner-image { flex: 1 1 100%; justify-content: center; padding: 0 0 18px 0; }
    .hero-banner-img { width: 90vw; height: 220px; }
}
@media (max-width: 600px) {
    .hero-banner-row { min-height: 180px; }
    .hero-banner-img { height: 120px; }
    .hero-banner-content .hero-title { font-size: 1.1rem; }
    .hero-banner-content .hero-desc { font-size: 0.95rem; }
}
/* ======= Hero Slider Section ======= */
.hero-slider-section {
    position: relative;
    width: 100%;
    margin-bottom: 0;
    z-index: 1;
}
/* Force slider image height to 400px on all screens */
.hero-slider-img {
    width: 100%;
    height: 400px !important;
    object-fit: cover;
    object-position: center;
    border-radius: 0 0 18px 18px;
    box-shadow: 0 6px 32px rgba(28,67,7,0.10);
}
@media (max-width: 991px) {
    .hero-slider-img { height: 400px !important; border-radius: 0 0 10px 10px; }
}
@media (max-width: 600px) {
    .hero-slider-img { height: 400px !important; }
}
.carousel-caption {
    background: rgba(28,67,7,0.72);
    border-radius: 12px;
    padding: 28px 32px 18px 32px;
    left: 8%;
    right: 8%;
    bottom: 12%;
    text-align: left;
}
.hero-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    text-shadow: 0 2px 8px rgba(0,0,0,0.18);
}
.hero-desc {
    font-size: 1.2em;
    margin-right: 4px;
    color: #fff !important;
    text-shadow: 0 2px 8px rgba(0,0,0,0.18);
    font-weight: 400;
    text-shadow: 0 1px 4px rgba(0,0,0,0.12);
}
@media (max-width: 991px) {
    .hero-slider-img { height: 260px; border-radius: 0 0 10px 10px; }
    .carousel-caption { padding: 16px 12px 10px 12px; left: 2%; right: 2%; bottom: 6%; }
    .hero-title { font-size: 1.2rem; }
    .hero-desc { font-size: 0.98rem; }
}
@media (max-width: 600px) {
    .hero-slider-img { height: 160px; }
    .carousel-caption { padding: 8px 6px 6px 6px; left: 0; right: 0; bottom: 2%; }
    .hero-title { font-size: 1rem; }
    .hero-desc { font-size: 0.85rem; }
}
.footer-services a {
    display: block;
    color: #bab9b9;
    text-decoration: none;
    margin-bottom: 7px;
    font-size: 1rem;
    transition: color 0.2s;
}
.footer-services a:hover {
    color: #fff;
    text-decoration: underline;
}
/* --- Footer Styles --- */
.site-footer {
    background: #1c4307;
    color: #fff;
    padding: 48px 0 0 0;
    font-family: 'Poppins', Arial, sans-serif;
    box-shadow: 0 -2px 12px rgba(0,0,0,0.04);
    /* margin-top: 48px; */
}
.footer-main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 32px 32px 32px;
    flex-wrap: wrap;
    gap: 32px;
}
.footer-section {
    flex: 1 1 220px;
    min-width: 220px;
}
.footer-brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.footer-logo {
    width: 235px;
    margin-bottom: 12px;
    filter: drop-shadow(0 2px 8px rgba(0,0,0,0.12));
}
.footer-title {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 6px;
    color: #fff;
}
.footer-desc {
    font-size: 1rem;
    color: #bab9b9;
    margin-bottom: 12px;
}
.footer-heading {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
    letter-spacing: 0.5px;
}
.footer-links a {
    display: block;
    color: #bab9b9;
    text-decoration: none;
    margin-bottom: 7px;
    font-size: 1rem;
    transition: color 0.2s;
}
.footer-links a:hover {
    color: #fff;
    text-decoration: underline;
}
.footer-contact div {
    margin-bottom: 7px;
    font-size: 1rem;
}
.footer-contact a {
    color: #bab9b9;
    text-decoration: none;
    transition: color 0.2s;
}
.footer-contact a:hover {
    color: #fff;
    text-decoration: underline;
}
.footer-social {
    margin-top: 10px;
}
.footer-social a {
    display: inline-block;
    margin-right: 10px;
    opacity: 0.85;
    transition: opacity 0.2s;
}
.footer-social a:hover {
    opacity: 1;
}
.footer-bottom {
    background: #183606;
    color: #bab9b9;
    text-align: center;
    padding: 18px 10px 12px 10px;
    font-size: 0.98rem;
    border-top: 1px solid #2a5a13;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.footer-dev {
    font-size: 0.97rem;
    color: #bab9b9;
}
.footer-dev a {
    color: #bab9b9;
    text-decoration: underline;
    font-weight: 500;
    transition: color 0.2s;
}
.footer-dev a:hover {
    color: #fff;
}
@media (max-width: 900px) {
    .footer-main {
        flex-direction: column;
        align-items: stretch;
        gap: 24px;
        padding: 0 16px 24px 16px;
    }
    .footer-section {
        min-width: 0;
    }
}
@media (max-width: 600px) {
    .site-footer {
        padding: 32px 0 0 0;
    }
    .footer-main {
        padding: 0 8px 16px 8px;
        gap: 16px;
    }
    .footer-logo {
        width: 90px;
    }
    .footer-title {
        font-size: 1.1rem;
    }
    .footer-heading {
        font-size: 1rem;
    }
}
@media (max-width: 991px) {
    .mobile-logo-btns-section { display: block; padding: 18px 16px 0 16px; background: #fff; }
    .mobile-logo-btns-inner { display: flex; flex-direction: column; align-items: center; }
    .mobile-logo-center img { display: block; margin: 0 auto 18px auto; height: 55px; max-width: 90%; }
    .mobile-btns-row { display: flex; gap: 10px; justify-content: center; width: 90%; margin-bottom: 15px;}
    .mobile-intl-btn, .mobile-appt-btn {
        font-size: 0.98rem;
        padding: 10px 10px;
        min-width: 120px;
        text-align: center;
    }
}
.custom-marquee {
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    height: 32px;
    line-height: 32px;
    position: relative;
    background: #1c4307;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    padding: 0 50px;
}
/* Header Marquee Styles */
.header-marquee-wrapper {
    width: 100%;
    background: #1c4307;
    height: 32px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.header-marquee {
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    height: 32px;
    line-height: 32px;
    width: 100%;
}
.marquee-item {
    margin-right: 32px;
}
/* Mobile logo & buttons section (only mobile) */
.mobile-logo-btns-section { display: none; }
@media (max-width: 991px) {
    .mobile-logo-btns-section { display: block; padding: 18px 0 0 0; background: #fff; }
    .mobile-logo-btns-inner { display: flex; flex-direction: column; align-items: center; }
    .mobile-logo-center img { display: block; margin: 0 auto 18px auto; height: 55px; max-width: 90%; }
    .mobile-btns-row { display: flex; gap: 10px; justify-content: center; width: 90%; margin-bottom: 15px;}
    .mobile-intl-btn { background: #fde4e4; color: #1c4307; padding: 12px 16px; border-radius: 5px; font-weight: 600; font-size: 1.05rem; text-align: center; flex: 1 1 0; text-decoration: none; border: none; box-shadow: none; transition: background 0.2s, color 0.2s; }
    .mobile-appt-btn { background: #d63b3b; color: #fff; padding: 12px 16px; border-radius: 5px; font-weight: 700; font-size: 1.05rem; text-align: center; flex: 1 1 0; text-decoration: none; border: none; box-shadow: none; transition: background 0.2s, color 0.2s; }
    .mobile-appt-btn:hover { background: #b52f2f; color: #fff; }
    .mobile-intl-btn:hover { background: #bab9b9; color: #1c4307; }
}
@media (max-width: 991px) {
    .mobile-nav-menu a {
        color: #1c4307;
        font-size: 1.15rem;
        font-weight: 600;
        text-decoration: none;
        margin-bottom: 0;
        transition: color 0.2s;
        display: block;
        text-align: left;
        padding: 12px 0 12px 8px;
        border-bottom: 1px solid #bab9b9;
    }
    .mobile-nav-menu a:last-child {
        border-bottom: none;
    }
    .mobile-nav-menu a:hover {
        color: #d63b3b;
        text-decoration: underline;
    }
}
@media (max-width: 991px) {
    .mobile-nav-menu a {
        color: #1c4307;
        font-size: 1.15rem;
        font-weight: 600;
        text-decoration: none;
        margin-bottom: 10px;
        transition: color 0.2s;
        display: block;
        /* text-align: center; */
    }
    .mobile-nav-menu a:last-child {
        margin-bottom: 0;
    }
    .mobile-nav-menu a:hover {
        color: #d63b3b;
        text-decoration: underline;
    }
}
/* Overlay for mobile slider */
.mobile-menu-overlay {
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.35);
    z-index: 9998;
    transition: opacity 0.3s;
}
.mobile-menu-overlay.open {
    display: block;
    opacity: 1;
}
.mobile-side-menu {
    z-index: 9999;
}
.mobile-side-menu .close-mobile-menu {
    position: absolute;
    top: 12px;
    right: 16px;
    font-size: 2rem;
    color: #1c4307;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 10001;
}
@media (max-width: 991px) {
    /* ...existing mobile styles... */
    .mobile-side-menu { box-shadow: 2px 0 16px rgba(0,0,0,0.12); }
    .mobile-side-menu.open { left: 0; }
    .mobile-menu-overlay.open { display: block; }
}
/* Hide mobile header/menu on desktop, hide desktop header on mobile */
.mobile-top-bar, .mobile-side-menu { display: none; }
@media (max-width: 991px) {
    .desktop-top-bar, .desktop-main-header { display: none !important; }
    .mobile-top-bar { display: flex !important; justify-content: space-between; align-items: center; background: #1c4307; color: #fff; padding: 8px 14px; font-size: 15px; }
    .mobile-bar-left { display: flex; align-items: center; }
    .mobile-bar-link { color: #fff; text-decoration: none; margin-right: 18px; font-weight: 500; }
    .mobile-bar-link:last-child { margin-right: 0; }
    .mobile-bar-link:hover { color: #bab9b9; }
    .mobile-bar-right { display: flex; align-items: center; }
    .mobile-hamburger { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 36px; height: 36px; cursor: pointer; margin-left: 10px; }
    .mobile-hamburger span { display: block; width: 26px; height: 3px; background: #fff; margin: 4px 0; border-radius: 2px; transition: 0.3s; }
    .mobile-side-menu { display: block; position: fixed; top: 0; left: -80vw; width: 80vw; max-width: 400px; height: 100vh; background: #fff; box-shadow: 2px 0 16px rgba(0,0,0,0.12); z-index: 9999; transition: left 0.35s cubic-bezier(.77,0,.18,1); }
    .mobile-side-menu.open { left: 0 !important; display: block !important; }
    .mobile-side-menu-content.mobile-menu-logo-btns { padding: 32px 12px 0 12px; align-items: center; justify-content: center; }
    .mobile-menu-logo img { display: block; margin: 0 auto 18px auto; height: 55px; max-width: 90%; }
    .mobile-menu-btns { display: flex; flex-direction: row; gap: 10px; justify-content: center; width: 100%; }
    .mobile-intl-btn { background: #fde4e4; color: #1c4307; padding: 12px 16px; border-radius: 5px; font-weight: 600; font-size: 1.05rem; text-align: center; flex: 1 1 0; text-decoration: none; border: none; box-shadow: none; transition: background 0.2s, color 0.2s; }
    .mobile-appt-btn { background: #d63b3b; color: #fff; padding: 12px 16px; border-radius: 5px; font-weight: 700; font-size: 1.05rem; text-align: center; flex: 1 1 0; text-decoration: none; border: none; box-shadow: none; transition: background 0.2s, color 0.2s; }
    .mobile-appt-btn:hover { background: #b52f2f; color: #fff; }
    .mobile-intl-btn:hover { background: #bab9b9; color: #1c4307; }
    body.mobile-menu-open { overflow: hidden; }
}
/* Modern Header and Top Bar Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

.top-bar {
    background: #1c4307;
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 8px 30px;
    font-size: 14px;
    border-top: 1px solid #afafaf7d;
}
.top-bar a {
    color: #fff;
    text-decoration: none;
    margin-right: 15px;
    font-weight: 500;
    transition: color 0.2s;
}
.top-bar a:hover {
    color: #bab9b9;
}
.top-right span {
    margin-left: 15px;
}
.top-right a {
    color: #fff;
    text-decoration: underline;
}

.main-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 30px;
    background: #fff;
    border-bottom: 1px solid #bab9b9;
}
.logo img {
    height: 55px;
}
.nav-menu {
    display: flex;
    align-items: center;
}
.nav-menu a {
    margin: 0 15px;
    text-decoration: none;
    color: #1c4307;
    font-weight: 600;
    font-size: 1.08rem;
    transition: color 0.2s;
}
.nav-menu a:hover {
    color: #4ea6a0;
}
.header-buttons {
    display: flex;
    align-items: center;
}
.international {
    background: #fde4e4;
    color: #1c4307;
    padding: 10px 15px;
    text-decoration: none;
    margin-right: 10px;
    font-weight: 500;
    border-radius: 4px;
    border: none;
    transition: background 0.2s, color 0.2s;
}
.international:hover {
    background: #bab9b9;
    color: #1c4307;
}
.appointment {
    background: #d63b3b;
    color: #fff;
    padding: 10px 18px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    border: none;
    transition: background 0.2s;
}
.appointment:hover {
    background: #b52f2f;
}

@media (max-width: 992px) {
    .main-header {
        flex-direction: column;
        align-items: flex-start;
        padding: 10px 10px;
    }
    .nav-menu {
        display: none;
    }
    .header-buttons {
        margin-top: 10px;
    }
}
/* Bootstrap 5 CDN */
@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css');
/* Bootstrap Icons CDN */
@import url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css');

body {
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8f9fa;
    color: #1c4307;
}


/* Top Header Bar */
.top-header {
    background: #1c4307;
    color: #fff;
    font-size: 15px;
}

.top-header .top-link,
.top-header .top-link:visited {
    color: #fff !important;
    margin-right: 22px;
    text-decoration: none;
    font-weight: 500;
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 15px;
    letter-spacing: 0.2px;
    transition: color 0.2s;
    display: inline-block;
}
.top-header .top-link:last-child {
    margin-right: 0;
}
.top-header .top-link:hover {
    color: #bab9b9 !important;
    text-decoration: underline;
}
.top-header .bi {
    font-size: 1.1em;
    vertical-align: -0.1em;
    margin-right: 2px;
}

/* Main Header and Navigation */
.main-header {
    border-bottom: 1px solid #bab9b9;
    background: #fff;
}
.navbar-brand img {
    height: 56px !important;
    margin-right: 16px !important;
}
.brand-title {
    color: #1c4307;
    font-weight: 700;
    font-size: 2rem;
    letter-spacing: 1px;
    font-family: 'Segoe UI', Arial, sans-serif;
}
.main-nav .nav-link,
.main-nav .nav-link:visited {
    color: #1c4307 !important;
    font-weight: 600;
    margin-right: 24px;
    font-size: 1.1rem;
    font-family: 'Segoe UI', Arial, sans-serif;
    transition: color 0.2s;
    padding: 8px 0;
}
.main-nav .nav-link:last-child {
    margin-right: 0;
}
.main-nav .nav-link:hover, .main-nav .nav-link.active {
    color: #bab9b9 !important;
}
.main-nav .book-btn {
    background: #b23b3b;
    color: #fff !important;
    border-radius: 4px;
    font-weight: 700;
    border: none;
    padding: 8px 22px;
    font-size: 1.1rem;
    margin-left: 18px;
    box-shadow: 0 2px 8px rgba(28,67,7,0.08);
    transition: background 0.2s, color 0.2s;
}
.main-nav .book-btn:hover {
    background: #1c4307;
    color: #fff !important;
}

@media (max-width: 991px) {
    .main-header, .main-nav ul {
        flex-direction: column;
        align-items: flex-start;
    }
    .main-nav .nav-link {
        margin-bottom: 8px;
    }
}

/* Main Header and Navigation */
.main-header {
    border-bottom: 1px solid #bab9b9;
}
.brand-title {
    color: #1c4307;
    font-weight: 700;
    font-size: 1.3rem;
}
.main-nav .nav-link {
    color: #1c4307;
    font-weight: 500;
    margin-right: 10px;
    transition: color 0.2s;
}
.main-nav .nav-link:hover, .main-nav .nav-link.active {
    color: #bab9b9;
}
.main-nav .book-btn {
    background: #b23b3b;
    color: #fff !important;
    border-radius: 4px;
    font-weight: 600;
    border: none;
    transition: background 0.2s;
}
.main-nav .book-btn:hover {
    background: #1c4307;
    color: #fff !important;
}

@media (max-width: 991px) {
    .main-header, .main-nav ul {
        flex-direction: column;
        align-items: flex-start;
    }
    .main-nav .nav-link {
        margin-bottom: 8px;
    }
}

.navbar {
    font-weight: 500;
}
.navbar-nav .nav-link {
    color: #1c4307;
    margin-right: 8px;
    transition: color 0.2s;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link:hover {
    color: #bab9b9;
}
.navbar-brand span {
    color: #1c4307;
}
.btn-primary, .navbar .btn {
    background: #1c4307;
    border: none;
    color: #fff;
    font-weight: 600;
    transition: background 0.2s;
}
.btn-primary:hover, .navbar .btn:hover {
    background: #bab9b9;
    color: #1c4307;
}

footer {
    background: #1c4307;
    color: #fff;
}

/* Section backgrounds */
.section-bg {
    background: #bab9b9;
}

/* Add more custom styles as needed */

/* ======= Categories Carousel Section ======= */
.categories-carousel-section {
    background: #fff;
    padding: 48px 0 48px 0;
}
.categories-carousel-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}
.categories-carousel {
    display: flex;
    gap: 48px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 0 18px;
    flex: 1 1 0;
}
.category-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-width: 180px;
    max-width: 200px;
    margin: 0 8px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 2px 12px rgba(28,67,7,0.06);
    padding: 18px 8px 8px 8px;
    transition: box-shadow 0.2s, transform 0.2s;
}
.category-card:hover {
    box-shadow: 0 4px 24px rgba(28,67,7,0.13);
    transform: translateY(-6px) scale(1.04);
}
.category-img-wrap {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 12px rgba(28,67,7,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    border: 4px solid #f8f9fa;
}
.category-img-wrap img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 50%;
    background: #fff;
}
.category-title {
    font-size: 1.08rem;
    color: #1c4307;
    font-weight: 600;
    text-align: center;
    margin-top: 4px;
    margin-bottom: 0;
}
.carousel-arrow {
    background: #fff;
    border: 2px solid #bab9b9;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #1c4307;
    box-shadow: 0 2px 8px rgba(28,67,7,0.08);
    cursor: pointer;
    transition: background 0.2s, border 0.2s, color 0.2s;
    position: relative;
    z-index: 2;
}
.carousel-arrow:hover {
    background: #1c4307;
    color: #fff;
    border-color: #1c4307;
}
@media (max-width: 991px) {
    .categories-carousel {
        gap: 24px;
        padding: 0 4px;
    }
    .category-card {
        min-width: 140px;
        max-width: 160px;
        padding: 12px 4px 4px 4px;
    }
    .category-img-wrap {
        width: 70px;
        height: 70px;
    }
    .category-img-wrap img {
        width: 56px;
        height: 56px;
    }
    .carousel-arrow {
        width: 36px;
        height: 36px;
        font-size: 1.5rem;
    }
}
@media (max-width: 600px) {
    .categories-carousel-section {
        padding: 24px 0 24px 0;
    }
    .categories-carousel {
        gap: 12px;
        padding: 0 2px;
    }
    .category-card {
        min-width: 110px;
        max-width: 120px;
        padding: 8px 2px 2px 2px;
    }
    .category-img-wrap {
        width: 48px;
        height: 48px;
    }
    .category-img-wrap img {
        width: 38px;
        height: 38px;
    }
    .carousel-arrow {
        width: 28px;
        height: 28px;
        font-size: 1.1rem;
    }
}
