body {
    background: #fff !important;
}

.medical-tourism-page {
    overflow-x: hidden;
    color: #1f2937;
}

.medical-tourism-page .section-title,
.medical-tourism-page h2 {
    color: #0c2340;
}

/* --- NEW HERO SWIPER STYLES --- */
.hero-swiper-section {
    position: relative;
    height: 95vh;
    min-height: 700px;
    padding-top: 0;
    background: #0c2340;
    overflow: hidden;
}

.heroSwiper {
    width: 100%;
    height: 100%;
}

.slide-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 6s ease;
    /* Subtle zoom effect */
}

/* Cinematic gradient overlay */
.slide-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(12, 35, 64, 0.9) 0%, rgba(29, 166, 154, 0.9) 100%);
    z-index: 1;
}

.swiper-slide-active .slide-bg {
    transform: scale(1.08);
    /* Triggers zoom when slide is active */
}

.slide-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 80px;
}

.slide-content h2 {
    color: #fff;
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 800;
    line-height: 1.15;
    max-width: 900px;
    margin-bottom: 1.5rem;
}

.slide-content h3 {
    color: #e2e8f0;
    font-size: clamp(1.1rem, 2vw, 1.3rem);
    font-weight: 400;
    line-height: 1.6;
    max-width: 700px;
    margin-bottom: 2.5rem;
}

/* Text Accent Colors */
.text-teal {
    color: #1da69a;
}

.text-orange {
    color: #f97316;
}

/* Custom Buttons */
.btn-custom-orange {
    background: #f97316;
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 50px;
    padding: 12px 32px;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(249, 115, 22, 0.3);
}

.btn-custom-orange:hover {
    background: #ea580c;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 15px 25px rgba(249, 115, 22, 0.4);
}

.btn-custom-teal {
    background: #1da69a;
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 50px;
    padding: 12px 32px;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(29, 166, 154, 0.3);
}

.btn-custom-teal:hover {
    background: #148b81;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 15px 25px rgba(29, 166, 154, 0.4);
}

/* Slide Animations */
.animate-block {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.swiper-slide-active .animate-title {
    transition-delay: 0.3s;
    opacity: 1;
    transform: translateY(0);
}

.swiper-slide-active .animate-subtitle {
    transition-delay: 0.5s;
    opacity: 1;
    transform: translateY(0);
}

.swiper-slide-active .animate-btn {
    transition-delay: 0.7s;
    opacity: 1;
    transform: translateY(0);
}

/* Swiper Navigation Customization */
.heroSwiper .swiper-button-next,
.heroSwiper .swiper-button-prev {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.heroSwiper .swiper-button-next:hover,
.heroSwiper .swiper-button-prev:hover {
    background: #1da69a;
    transform: scale(1.1);
}

.heroSwiper .swiper-button-next:after,
.heroSwiper .swiper-button-prev:after {
    font-size: 1.2rem;
    font-weight: bold;
}

.heroSwiper .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.5;
    width: 10px;
    height: 10px;
    transition: all 0.3s ease;
}

.heroSwiper .swiper-pagination-bullet-active {
    background: #f97316;
    opacity: 1;
    width: 25px;
    border-radius: 5px;
}

/* Retain your other utility styles below... */
.section-subtitle {
    font-size: 1.05rem;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}


@media (max-width: 767px) {
    .hero-swiper-section {
        height: 78vh;
        min-height: 700px;
    }

    .slide-content {
        padding-top: 60px;
        text-align: center;
        align-items: center;
    }

    .heroSwiper .swiper-button-next,
    .heroSwiper .swiper-button-prev {
        display: none;
        /* Hide arrows on mobile for cleaner look */
    }
}

/* --- PREMIUM ABOUT US STYLES --- */
.about-premium-section {
    padding: 100px 0;
    background: #f8fafc;
    /* Very soft slate/gray background */
}

/* Typography Accents */
.text-navy {
    color: #0c2340 !important;
}

.text-teal {
    color: #1da69a !important;
}

.text-orange {
    color: #f97316 !important;
}

.tracking-wide {
    letter-spacing: 0.1em;
}

.line-height-lg {
    line-height: 1.8;
}

/* Image & Badge Layout */
.about-image-wrapper {
    z-index: 2;
    padding-right: 30px;
    padding-bottom: 30px;
}

.about-image-wrapper .main-img {
    border-radius: 24px;
    object-fit: cover;
    min-height: 450px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.experience-badge {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 200px;
    z-index: 3;
    border-bottom: 5px solid #1da69a;
    transition: transform 0.3s ease;
}

.experience-badge:hover {
    transform: translateY(-10px);
}

/* Premium Icon Boxes */
.icon-box-premium {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.bg-teal-light {
    background: rgba(29, 166, 154, 0.15);
}

.bg-orange-light {
    background: rgba(249, 115, 22, 0.15);
}

.bg-navy-light {
    background: rgba(12, 35, 64, 0.15);
}

/* Feature Item Hover Effect */
.feature-item {
    padding: 15px;
    border-radius: 16px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.feature-item:hover {
    background: #fff;
    border-color: rgba(0, 0, 0, 0.05);
    box-shadow: 0 15px 30px rgba(12, 35, 64, 0.05);
    transform: translateX(10px);
}

.feature-item:hover .icon-box-premium {
    transform: scale(1.1) rotate(5deg);
}

/* Background Decors */
.bg-decor-circle {
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(29, 166, 154, 0.05) 0%, rgba(255, 255, 255, 0) 70%);
    top: -10%;
    left: -5%;
    z-index: 0;
}

@media (max-width: 991px) {
    .about-image-wrapper {
        padding-right: 0;
        padding-bottom: 50px;
        margin-bottom: 30px;
    }

    .experience-badge {
        right: 50%;
        transform: translateX(50%);
        bottom: 20px;
    }

    .experience-badge:hover {
        transform: translate(50%, -10px);
    }

    .about-content {
        padding-left: 0 !important;
    }
}

/* Image & Video Layout */
.about-image-wrapper {
    z-index: 2;
    padding-right: 30px;
    padding-bottom: 30px;
}

.about-image-wrapper .main-media {
    border-radius: 24px;
    object-fit: cover;
    min-height: 450px;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background-color: #0c2340;
    /* Fallback color while video loads */
}

.experience-badge {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 200px;
    z-index: 3;
    border-bottom: 5px solid #1da69a;
    transition: transform 0.3s ease;
}

.experience-badge:hover {
    transform: translateY(-10px);
}

/* --- PREMIUM TABBED SERVICES DASHBOARD --- */
.service-dashboard-section {
    background: #f8fafc;
    padding: 90px 0;
    position: relative;
}

.service-dashboard-section .section-title {
    color: #0c2340;
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

/* Left Menu (Nav Pills) */
.premium-nav-pills {
    background: #ffffff;
    padding: 15px;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(12, 35, 64, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.premium-nav-pills .nav-link {
    color: #64748b;
    font-weight: 600;
    font-size: 1.05rem;
    text-align: left;
    padding: 16px 20px;
    border-radius: 12px;
    margin-bottom: 8px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    border: 1px solid transparent;
}

.premium-nav-pills .nav-link i {
    width: 30px;
    font-size: 1.2rem;
    color: #1da69a;
    transition: all 0.3s ease;
}

.premium-nav-pills .nav-link:hover {
    background: #f1f5f9;
    color: #0c2340;
    transform: translateX(5px);
}

.premium-nav-pills .nav-link.active {
    background: linear-gradient(135deg, #1da69a, #f97316);
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(29, 166, 154, 0.2);
    border-color: transparent;
    transform: translateX(5px);
}

.premium-nav-pills .nav-link.active i {
    color: #ffffff;
}

/* Right Content Showcase */
.showcase-wrapper {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    min-height: 550px;
    box-shadow: 0 25px 50px rgba(12, 35, 64, 0.1);
    display: flex;
    align-items: center;
}

.showcase-bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    transition: transform 0.5s ease;
}

.showcase-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(12, 35, 64, 0.95) 0%, rgba(12, 35, 64, 0.2) 100%);
    z-index: 2;
}

.showcase-content-box {
    position: relative;
    z-index: 3;
    padding: 50px;
    max-width: 600px;
    /* Slightly widened to fit 2 columns */
    color: #ffffff;
    animation: slideFadeIn 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

/* Glassmorphism Panel Option */
.glass-panel {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 40px;
    margin-left: 20px;
}

.showcase-icon {
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 25px;
}

.showcase-title {
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 15px;
}

/* Custom Check List */
.showcase-list {
    list-style: none;
    padding: 0;
    margin-top: 25px;
}

.two-column-list {
    column-count: 2;
    column-gap: 20px;
}

.showcase-list li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    font-size: 1.05rem;
    font-weight: 500;
    line-height: 1.4;
    break-inside: avoid-column;
    /* Prevents awkward column breaks */
}

.showcase-list li::before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.3rem;
    color: #f97316;
}

@keyframes slideFadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mobile Responsive Adjustments */
@media (max-width: 991px) {
    .premium-nav-pills {
        display: flex;
        flex-direction: row !important;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding: 10px;
        margin-bottom: 30px;
        -webkit-overflow-scrolling: touch;
    }

    .premium-nav-pills .nav-link {
        white-space: nowrap;
        margin-bottom: 0;
        margin-right: 10px;
        padding: 12px 20px;
    }

    .showcase-wrapper {
        min-height: auto;
        flex-direction: column;
    }

    .showcase-overlay {
        background: linear-gradient(0deg, rgba(12, 35, 64, 0.95) 0%, rgba(12, 35, 64, 0.4) 100%);
    }

    .showcase-content-box {
        padding: 30px 20px;
        margin: 0;
        margin-top: 150px;
    }

    .glass-panel {
        margin-left: 0;
    }

    .showcase-title {
        font-size: 1.8rem;
    }

    .two-column-list {
        column-count: 1;
        /* Drop to 1 column on small screens */
    }
}

/* --- PREMIUM NICHES BENTO GRID STYLES --- */
.niche-premium-section {
    background: #0c2340;
    /* Deep navy for cinematic contrast */
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

/* Abstract background glow */
.niche-premium-section::before {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(29, 166, 154, 0.15) 0%, rgba(12, 35, 64, 0) 70%);
    top: -20%;
    left: -10%;
    border-radius: 50%;
    z-index: 0;
}

.niche-premium-section::after {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(249, 115, 22, 0.1) 0%, rgba(12, 35, 64, 0) 70%);
    bottom: -10%;
    right: -5%;
    border-radius: 50%;
    z-index: 0;
}

.niche-premium-section .section-title {
    color: #ffffff;
    font-size: 2.8rem;
    position: relative;
    z-index: 2;
}

.niche-premium-section .text-muted {
    color: #94a3b8 !important;
    position: relative;
    z-index: 2;
}

/* Bento Grid Layout */
.bento-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 24px;
    position: relative;
    z-index: 2;
}

.bento-item {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    min-height: 280px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Specific Grid Sizing */
.bento-item:nth-child(1) {
    grid-column: span 7;
}

/* Seniors - Large */
.bento-item:nth-child(2) {
    grid-column: span 5;
}

/* Fertility - Medium */
.bento-item:nth-child(3) {
    grid-column: span 5;
}

/* Dental - Medium */
.bento-item:nth-child(4) {
    grid-column: span 7;
}

.bento-item:nth-child(5) {
    grid-column: span 7;
}

.bento-item:nth-child(6) {
    grid-column: span 5;
}

/* Rare - Large */

/* Image Backgrounds & Overlays */
.bento-bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.4;
    transition: transform 0.7s ease, opacity 0.5s ease;
    z-index: 1;
}

.bento-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(12, 35, 64, 0.95) 0%, rgba(12, 35, 64, 0.2) 100%);
    z-index: 2;
    transition: all 0.5s ease;
}

/* Gradient Accents on Hover */
.bento-item::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 2px;
    background: linear-gradient(135deg, #1da69a, #f97316);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 4;
}

.bento-content {
    position: relative;
    z-index: 3;
    transform: translateY(20px);
    transition: transform 0.5s ease;
}

.bento-icon {
    width: 65px;
    height: 65px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    backdrop-filter: blur(5px);
    transition: all 0.4s ease;
}

.bento-title {
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 800;
    margin-bottom: 12px;
}

.bento-desc {
    color: #cbd5e1;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 0;
    opacity: 0.8;
    transition: opacity 0.4s ease;
}

/* Hover Animations */
.bento-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.bento-item:hover::before {
    opacity: 1;
}

.bento-item:hover .bento-bg-img {
    transform: scale(1.1);
    opacity: 0.6;
}

.bento-item:hover .bento-overlay {
    background: linear-gradient(to top, rgba(12, 35, 64, 0.95) 0%, rgba(12, 35, 64, 0.4) 100%);
}

.bento-item:hover .bento-content {
    transform: translateY(0);
}

.bento-item:hover .bento-desc {
    opacity: 1;
}

.bento-item:hover .bento-icon {
    background: #1da69a;
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 10px 20px rgba(29, 166, 154, 0.3);
}

/* Alternate Icon Color for variation */
.bento-item:nth-child(2):hover .bento-icon,
.bento-item:nth-child(3):hover .bento-icon {
    background: #f97316;
    box-shadow: 0 10px 20px rgba(249, 115, 22, 0.3);
}

/* Mobile Responsiveness */
@media (max-width: 991px) {

    .bento-item:nth-child(1),
    .bento-item:nth-child(2),
    .bento-item:nth-child(3),
    .bento-item:nth-child(4) {
        grid-column: span 12;
        /* Stack all cards on mobile */
    }

    .bento-content {
        transform: translateY(0);
        /* Disable translation on mobile */
    }
}

/* --- PREMIUM ENQUIRY & WHY CHOOSE STYLES --- */
.enquiry-premium-section {
    background: #f8fafc;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

/* Abstract Background Elements */
.enquiry-bg-shape {
    position: absolute;
    top: -10%;
    right: -5%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(249, 115, 22, 0.08) 0%, rgba(255, 255, 255, 0) 70%);
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
}

.enquiry-bg-shape-2 {
    position: absolute;
    bottom: -10%;
    left: -5%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(29, 166, 154, 0.08) 0%, rgba(255, 255, 255, 0) 70%);
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
}

/* Premium Form Card */
.premium-form-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 25px 50px rgba(12, 35, 64, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.02);
    position: relative;
    z-index: 2;
}

.premium-form-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, #1da69a, #f97316);
}

/* Custom Form Inputs */
.form-label-premium {
    font-weight: 600;
    color: #0c2340;
    font-size: 0.9rem;
    margin-bottom: 8px;
}

.form-control-premium,
.form-select-premium {
    background-color: #f1f5f9;
    border: 1px solid transparent;
    border-radius: 12px;
    padding: 14px 20px;
    font-size: 1rem;
    color: #1f2937;
    transition: all 0.3s ease;
}

.form-control-premium:focus,
.form-select-premium:focus {
    background-color: #ffffff;
    border-color: #1da69a;
    box-shadow: 0 0 0 4px rgba(29, 166, 154, 0.15);
    outline: none;
}

.form-control-premium::placeholder {
    color: #94a3b8;
}

/* File Input Specifics */
.form-control-premium[type="file"] {
    padding: 10px 20px;
    background: #ffffff;
    border: 1px dashed #cbd5e1;
}

.form-control-premium[type="file"]:focus {
    border-style: solid;
}

/* Why Choose Us Grid */
.why-choose-wrapper {
    position: relative;
    z-index: 2;
    padding-top: 20px;
}

.why-choose-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-top: 30px;
}

.why-feature-item {
    display: flex;
    align-items: flex-start;
    transition: transform 0.3s ease;
}

.why-feature-item:hover {
    transform: translateY(-5px);
}

.why-icon-box {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
    margin-right: 15px;
}

/* Icon Color Variations */
.icon-box-teal {
    background: rgba(29, 166, 154, 0.12);
    color: #1da69a;
}

.icon-box-orange {
    background: rgba(249, 115, 22, 0.12);
    color: #f97316;
}

.icon-box-navy {
    background: rgba(12, 35, 64, 0.08);
    color: #0c2340;
}

.icon-box-pink {
    background: rgba(236, 72, 153, 0.12);
    color: #ec4899;
}

.why-feature-text {
    font-size: 0.95rem;
    color: #475569;
    font-weight: 500;
    line-height: 1.4;
    margin-top: 4px;
}

/* Full width for the last item to make it stand out */
.why-feature-item.full-width {
    grid-column: span 2;
    background: #ffffff;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(12, 35, 64, 0.05);
    align-items: center;
    border-left: 4px solid #f97316;
}

.why-feature-item.full-width .why-feature-text {
    font-size: 1.1rem;
    color: #0c2340;
    margin-top: 0;
}

@media (max-width: 767px) {
    .why-choose-grid {
        grid-template-columns: 1fr;
        /* Stack on mobile */
        gap: 15px;
    }

    .why-feature-item.full-width {
        grid-column: span 1;
    }

    .premium-form-card {
        padding: 25px;
    }
}

/* --- PREMIUM HOW IT WORKS STYLES --- */
.how-premium-section {
    background: #f8fafc;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.how-premium-section .section-title {
    color: #0c2340;
    font-size: 2.8rem;
    position: relative;
    z-index: 2;
}

.process-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 30px;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.03);
    box-shadow: 0 10px 30px rgba(12, 35, 64, 0.03);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    height: 100%;
    z-index: 2;
    text-align: left;
}

/* Animated Top Gradient Bar on Hover */
.process-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #1da69a, #f97316);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 3;
}

.process-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(12, 35, 64, 0.08);
}

.process-card:hover::before {
    transform: scaleX(1);
}

/* Large Watermark Number */
.process-number-watermark {
    position: absolute;
    bottom: -20px;
    right: 10px;
    font-size: 8rem;
    font-weight: 900;
    color: rgba(12, 35, 64, 0.03);
    line-height: 1;
    transition: all 0.5s ease;
    z-index: 0;
    pointer-events: none;
}

.process-card:hover .process-number-watermark {
    color: rgba(29, 166, 154, 0.06);
    /* Subtle teal tint on hover */
    transform: scale(1.05) translateY(-10px);
}

/* Floating Icon Box */
.process-icon-wrapper {
    width: 65px;
    height: 65px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
    background: rgba(29, 166, 154, 0.1);
    color: #1da69a;
    transition: all 0.4s ease;
}

.process-card:hover .process-icon-wrapper {
    background: linear-gradient(135deg, #1da69a, #f97316);
    color: #ffffff;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(29, 166, 154, 0.3);
}

/* Step Badge */
.step-badge {
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #f97316;
    margin-bottom: 12px;
    display: block;
    position: relative;
    z-index: 1;
}

/* Content Styling */
.process-title {
    font-size: 1.3rem;
    font-weight: 800;
    color: #0c2340;
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
}

.process-desc {
    font-size: 0.95rem;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}

/* --- PREMIUM COUNTRIES WE SERVE STYLES --- */
.countries-premium-section {
    background-color: #ffffff;
    /* Subtle dotted world map pattern */
    background-image: radial-gradient(#e2e8f0 2px, transparent 2px);
    background-size: 40px 40px;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

/* Soft vignette to fade out the dots near the edges */
.countries-premium-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, transparent 0%, #ffffff 85%);
    pointer-events: none;
    z-index: 1;
}

.countries-premium-section .container {
    position: relative;
    z-index: 2;
}

.countries-premium-section .section-title {
    color: #0c2340;
    font-size: 2.8rem;
    margin-bottom: 1rem;
}

/* Regional Card Design */
.region-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.04);
    border-radius: 24px;
    padding: 35px 25px;
    box-shadow: 0 15px 35px rgba(12, 35, 64, 0.04);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Animated Top Gradient Bar on Hover */
.region-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #1da69a, #f97316);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 3;
}

.region-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(12, 35, 64, 0.08);
}

.region-card:hover::before {
    transform: scaleX(1);
}

.region-header {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #e2e8f0;
}

.region-icon {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-right: 15px;
    flex-shrink: 0;
    transition: all 0.4s ease;
}

/* Region Specific Accents */
.region-card:nth-child(1) .region-icon {
    background: rgba(29, 166, 154, 0.12);
    color: #1da69a;
}

.region-card:nth-child(2) .region-icon {
    background: rgba(249, 115, 22, 0.12);
    color: #f97316;
}

.region-card:nth-child(3) .region-icon {
    background: rgba(12, 35, 64, 0.08);
    color: #0c2340;
}

.region-card:nth-child(4) .region-icon {
    background: rgba(236, 72, 153, 0.12);
    color: #ec4899;
}

.region-card:hover .region-icon {
    transform: scale(1.1) rotate(5deg);
}

.region-title {
    font-size: 1.3rem;
    font-weight: 800;
    color: #0c2340;
    margin: 0;
}

/* Individual Country List Items */
.country-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex-grow: 1;
}

.country-item {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    background: #f8fafc;
    border-radius: 14px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    cursor: default;
}

.country-item:hover {
    background: #ffffff;
    border-color: #1da69a;
    box-shadow: 0 8px 20px rgba(29, 166, 154, 0.1);
    transform: translateX(8px);
}

.country-flag-premium {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    border: 2px solid #ffffff;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.country-item:hover .country-flag-premium {
    transform: scale(1.1);
}

.country-name {
    font-weight: 600;
    color: #475569;
    font-size: 1.05rem;
    transition: color 0.3s ease;
}

.country-item:hover .country-name {
    color: #0c2340;
}

/* Custom Gradient Pill CTA */
.btn-gradient-pill {
    background: linear-gradient(135deg, #1da69a, #f97316);
    color: #ffffff;
    font-weight: 700;
    border: none;
    border-radius: 50px;
    padding: 15px 40px;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(29, 166, 154, 0.3);
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.btn-gradient-pill:hover {
    color: #ffffff;
    transform: translateY(-4px);
    box-shadow: 0 15px 35px rgba(29, 166, 154, 0.4);
    background: linear-gradient(135deg, #148b81, #ea580c);
}

/* --- PREMIUM TESTIMONIALS STYLES --- */
.testimonials-premium-section {
    background: #ffffff;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

/* Decorative Background Elements */
.testimonials-premium-section::before {
    content: "\f10d";
    /* FontAwesome quote-left */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 5%;
    left: -2%;
    font-size: 20rem;
    color: rgba(29, 166, 154, 0.03);
    z-index: 0;
    transform: rotate(-15deg);
}

.testimonials-premium-section .section-title {
    color: #0c2340;
    font-size: 2.8rem;
    position: relative;
    z-index: 2;
}

/* Premium Swiper Container */
.premium-testimonial-slider {
    padding: 20px 10px 60px;
    /* Extra bottom padding for pagination */
    position: relative;
    z-index: 2;
}

/* Premium Card Design */
.testimonial-card-premium {
    background: #f8fafc;
    border-radius: 24px;
    padding: 40px;
    height: 100%;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.03);
    box-shadow: 0 10px 30px rgba(12, 35, 64, 0.02);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 2;
    overflow: hidden;
}

.testimonial-card-premium::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #1da69a, #f97316);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.4s ease;
}

.testimonial-card-premium:hover {
    transform: translateY(-10px);
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(12, 35, 64, 0.08);
}

.testimonial-card-premium:hover::after {
    transform: scaleX(1);
}

/* Background Quote Mark Inside Card */
.card-quote-watermark {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 5rem;
    color: rgba(12, 35, 64, 0.04);
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    transition: all 0.4s ease;
    z-index: 0;
}

.testimonial-card-premium:hover .card-quote-watermark {
    color: rgba(249, 115, 22, 0.08);
    transform: scale(1.1) rotate(10deg);
}

/* Card Content */
.testimonial-stars {
    color: #f59e0b;
    /* Golden Yellow */
    font-size: 1.1rem;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.testimonial-text-premium {
    font-size: 1.1rem;
    color: #475569;
    line-height: 1.7;
    font-style: italic;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    flex-grow: 1;
}

/* Patient Info Block */
.patient-info-block {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 20px;
}

.patient-img-wrapper-premium {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 3px;
    background: linear-gradient(135deg, #1da69a, #f97316);
    margin-right: 15px;
    flex-shrink: 0;
}

.patient-img-premium {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #ffffff;
}

.patient-name-premium {
    font-size: 1.15rem;
    font-weight: 800;
    color: #0c2340;
    margin-bottom: 2px;
}

.patient-location-premium {
    font-size: 0.85rem;
    color: #1da69a;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Custom Swiper Pagination */
.premium-testimonial-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #cbd5e1;
    opacity: 1;
    transition: all 0.3s ease;
}

.premium-testimonial-slider .swiper-pagination-bullet-active {
    width: 30px;
    border-radius: 6px;
    background: #f97316;
}

/* --- PREMIUM FAQ STYLES --- */
.faq-premium-section {
    background: #f8fafc;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.faq-premium-section .section-title {
    color: #0c2340;
    font-size: 2.8rem;
    margin-bottom: 1rem;
}

/* Sticky Left Sidebar */
.faq-sidebar {
    position: sticky;
    top: 120px;
}

.faq-contact-card {
    background: linear-gradient(135deg, #0c2340, #1da69a);
    border-radius: 20px;
    padding: 30px;
    color: #ffffff;
    box-shadow: 0 15px 35px rgba(12, 35, 64, 0.15);
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}

.faq-contact-card::before {
    content: "\f086";
    /* FontAwesome comments */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    bottom: -20px;
    right: -10px;
    font-size: 8rem;
    color: rgba(255, 255, 255, 0.05);
    transform: rotate(-15deg);
}

/* Premium Accordion Styling */
.premium-accordion .accordion-item {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.03);
    border-radius: 16px !important;
    margin-bottom: 16px;
    box-shadow: 0 5px 15px rgba(12, 35, 64, 0.02);
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
}

/* Animated Left Border Highlight */
.premium-accordion .accordion-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, #1da69a, #f97316);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.premium-accordion .accordion-item:hover {
    box-shadow: 0 10px 25px rgba(12, 35, 64, 0.06);
    transform: translateY(-2px);
}

.premium-accordion .accordion-button {
    background-color: transparent !important;
    color: #0c2340;
    font-weight: 700;
    font-size: 1.15rem;
    padding: 24px 30px;
    box-shadow: none !important;
    transition: color 0.3s ease;
}

.premium-accordion .accordion-button:not(.collapsed) {
    color: #1da69a;
}

/* Show border highlight when active */
.premium-accordion .accordion-button:not(.collapsed)~.accordion-collapse {
    border-top: 1px dashed rgba(0, 0, 0, 0.05);
}

.premium-accordion .accordion-item:has(.accordion-button:not(.collapsed))::before {
    opacity: 1;
}

/* Custom Plus/Minus Icons */
.premium-accordion .accordion-button::after {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    margin-left: auto;
    content: "\f067";
    /* FontAwesome Plus */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    background-image: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: #1da69a;
    background: rgba(29, 166, 154, 0.1);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.premium-accordion .accordion-button:not(.collapsed)::after {
    content: "\f068";
    /* FontAwesome Minus */
    background-image: none;
    transform: rotate(180deg);
    background: #f97316;
    color: #ffffff;
}

.premium-accordion .accordion-body {
    padding: 0 30px 24px 30px;
    color: #64748b;
    font-size: 1.05rem;
    line-height: 1.7;
}

@media (max-width: 991px) {
    .faq-sidebar {
        position: relative;
        top: 0;
        margin-bottom: 40px;
    }

    .premium-accordion .accordion-button {
        padding: 20px;
        font-size: 1.05rem;
    }

    .premium-accordion .accordion-body {
        padding: 0 20px 20px 20px;
    }
}


/* --- PREMIUM WHY NIZCARE STYLES --- */
.why-premium-section {
    background: #ffffff;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

/* Subtle background glow for depth */
.why-premium-section::before {
    content: '';
    position: absolute;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(29, 166, 154, 0.05) 0%, rgba(255, 255, 255, 0) 70%);
    top: -20%;
    right: -10%;
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
}

.why-premium-section .section-title {
    color: #0c2340;
    font-size: 2.8rem;
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

.why-premium-card {
    background: #f8fafc;
    border-radius: 24px;
    padding: 45px 35px;
    height: 100%;
    position: relative;
    z-index: 2;
    border: 1px solid rgba(0, 0, 0, 0.02);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: flex;
    flex-direction: column;
}

/* Hover State */
.why-premium-card:hover {
    transform: translateY(-12px);
    background: #ffffff;
    box-shadow: 0 25px 50px rgba(12, 35, 64, 0.08);
    border-color: rgba(29, 166, 154, 0.1);
}

/* Animated Bottom Border */
.why-premium-card::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #1da69a, #f97316);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.5s ease;
}

.why-premium-card:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

/* Icon Box Variants */
.why-icon-wrapper {
    width: 70px;
    height: 70px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin-bottom: 25px;
    transition: all 0.4s ease;
}

.why-icon-teal {
    background: rgba(29, 166, 154, 0.1);
    color: #1da69a;
}

.why-icon-orange {
    background: rgba(249, 115, 22, 0.1);
    color: #f97316;
}

.why-icon-navy {
    background: rgba(12, 35, 64, 0.08);
    color: #0c2340;
}

.why-premium-card:hover .why-icon-wrapper {
    transform: scale(1.1) rotate(-5deg);
}

.why-premium-card:hover .why-icon-teal {
    background: #1da69a;
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(29, 166, 154, 0.3);
}

.why-premium-card:hover .why-icon-orange {
    background: #f97316;
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(249, 115, 22, 0.3);
}

.why-premium-card:hover .why-icon-navy {
    background: #0c2340;
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(12, 35, 64, 0.3);
}

/* Text Formatting */
.why-card-title {
    font-size: 1.35rem;
    font-weight: 800;
    color: #0c2340;
    margin-bottom: 15px;
}

.why-card-text {
    font-size: 1rem;
    color: #64748b;
    line-height: 1.7;
    margin-bottom: 0;
}

.section-subtitle {
    font-size: 1.05rem;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.service-card,
.testimonial-card,
.hover-scale {
    transition: all .35s ease;
}

.service-card:hover,
.hover-scale:hover,
.testimonial-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(12, 35, 64, .14) !important;
}

.icon-box {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
}

.floating-icon {
    animation: floatIcon 4s ease-in-out infinite;
    pointer-events: none;
}

@keyframes floatIcon {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-14px);
    }
}

.text-purple {
    color: #7c3aed;
}

.text-pink {
    color: #ec4899;
}

.bg-gradient-senior {
    background: linear-gradient(135deg, #0ea5e9, #2563eb);
}

.bg-gradient-fertility {
    background: linear-gradient(135deg, #ec4899, #8b5cf6);
}

.bg-gradient-dental {
    background: linear-gradient(135deg, #14b8a6, #0f766e);
}

.bg-gradient-rare {
    background: linear-gradient(135deg, #f97316, #dc2626);
}

.niche-card {
    min-height: 190px;
    transition: all .35s ease;
}

.niche-card:hover {
    transform: translateY(-6px);
}

.flag-img-wrapper {
    width: 96px;
    height: 96px;
    margin: 0 auto 12px;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .08);
    display: flex;
    align-items: center;
    justify-content: center;
}

.flag-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.why-nizcare-section {
    padding: 70px 0;
}

.testimonial-slider {
    padding: 10px 5px 30px;
}

.testimonial-card img {
    object-fit: cover;
}

.faq-wrapper .accordion-button {
    font-weight: 600;
    color: #0c2340;
}

.whatsapp-icon {
    position: fixed;
    right: 22px;
    bottom: 22px;
    width: 58px;
    height: 58px;
    z-index: 999;
    filter: drop-shadow(0 10px 18px rgba(0, 0, 0, .18));
    transition: all .25s ease;
}

.whatsapp-icon:hover {
    transform: scale(1.08);
}

@media (max-width: 767px) {
    .hero {
        min-height: 78vh;
        padding-top: 90px;
    }

    .why-nizcare-section {
        min-height: auto !important;
    }

    .floating-icon {
        display: none;
    }
}

/* --- PREMIUM CORPORATE & INSURANCE (WHITE BG) STYLES --- */
.corporate-white-section {
    background: #ffffff;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

/* Abstract Tech Grid Background for White BG */
.corporate-white-bg-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.4;
    background-image: radial-gradient(#cbd5e1 2px, transparent 2px);
    background-size: 40px 40px;
    z-index: 0;
}

/* Soft vignette to fade out the dots near the edges and text */
.corporate-white-section::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, transparent 0%, #ffffff 85%);
    z-index: 1;
    pointer-events: none;
}

.corporate-white-section .container {
    position: relative;
    z-index: 2;
}

/* Light Premium Cards */
.corporate-light-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.04);
    border-radius: 20px;
    padding: 35px 30px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(12, 35, 64, 0.03);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    z-index: 2;
}

/* Animated Gradient Highlight on Hover */
.corporate-light-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 3px;
    background: linear-gradient(135deg, #1da69a, #f97316);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 4;
}

.corporate-light-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(12, 35, 64, 0.08);
}

.corporate-light-card:hover::before {
    opacity: 1;
}

/* Corporate Icons */
.corporate-light-icon {
    width: 65px;
    height: 65px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 20px;
    transition: all 0.4s ease;
    flex-shrink: 0;
}

/* Icon Color Variations */
.icon-bg-teal {
    background: rgba(29, 166, 154, 0.1);
    color: #1da69a;
}

.icon-bg-orange {
    background: rgba(249, 115, 22, 0.1);
    color: #f97316;
}

.icon-bg-navy {
    background: rgba(12, 35, 64, 0.08);
    color: #0c2340;
}

.corporate-light-card:hover .corporate-light-icon {
    transform: scale(1.1) rotate(5deg);
    color: #ffffff;
}

/* Solid fills on hover */
.corporate-light-card:hover .icon-bg-teal {
    background: #1da69a;
    box-shadow: 0 10px 20px rgba(29, 166, 154, 0.3);
}

.corporate-light-card:hover .icon-bg-orange {
    background: #f97316;
    box-shadow: 0 10px 20px rgba(249, 115, 22, 0.3);
}

.corporate-light-card:hover .icon-bg-navy {
    background: #0c2340;
    box-shadow: 0 10px 20px rgba(12, 35, 64, 0.3);
}

.corporate-light-title {
    color: #0c2340;
    font-size: 1.25rem;
    font-weight: 800;
    margin-bottom: 0;
}

/* Horizontal layout for the full-width item */
.corporate-light-card.horizontal-card {
    flex-direction: row;
    align-items: center;
    padding: 30px 40px;
}

.corporate-light-card.horizontal-card .corporate-light-icon {
    margin-bottom: 0;
    margin-right: 25px;
}

@media (max-width: 767px) {
    .corporate-light-card.horizontal-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .corporate-light-card.horizontal-card .corporate-light-icon {
        margin-bottom: 20px;
        margin-right: 0;
    }
}

/* --- PREMIUM GLOBAL TRUST STYLES (WHITE BG & PILL CLOUD) --- */
.global-trust-section {
    background: #ffffff;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.global-trust-section .section-title {
    color: #0c2340;
    font-size: clamp(2.2rem, 5vw, 2.8rem);
    margin-bottom: 1rem;
}

.global-trust-section .trust-subtitle {
    font-size: clamp(1.5rem, 4vw, 2rem);
}

/* Premium Pill Cloud for Countries */
.country-pill-cloud {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    max-width: 1200px;
    margin: 40px auto 60px;
}

.country-pill {
    background: #f8fafc;
    border: 1px solid rgba(0, 0, 0, 0.05);
    color: #475569;
    font-weight: 600;
    font-size: 1.05rem;
    padding: 12px 28px;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(12, 35, 64, 0.02);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: default;
}

.country-pill i {
    color: #1da69a;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.country-pill:hover {
    background: linear-gradient(135deg, #1da69a, #f97316);
    color: #ffffff;
    border-color: transparent;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(29, 166, 154, 0.25);
}

.country-pill:hover i {
    color: #ffffff;
}

/* Trust Stats Grid Cards */
.trust-stat-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.04);
    border-radius: 20px;
    padding: 35px 30px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(12, 35, 64, 0.03);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.trust-stat-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 3px;
    background: linear-gradient(135deg, #1da69a, #f97316);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 4;
}

.trust-stat-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(12, 35, 64, 0.08);
}

.trust-stat-card:hover::before {
    opacity: 1;
}

.trust-icon {
    width: 65px;
    height: 65px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 20px;
    transition: all 0.4s ease;
}

/* Icon Color Variations */
.icon-bg-teal {
    background: rgba(29, 166, 154, 0.1);
    color: #1da69a;
}

.icon-bg-orange {
    background: rgba(249, 115, 22, 0.1);
    color: #f97316;
}

.icon-bg-navy {
    background: rgba(12, 35, 64, 0.08);
    color: #0c2340;
}

.trust-stat-card:hover .trust-icon {
    transform: scale(1.1) rotate(5deg);
    color: #ffffff;
}

.trust-stat-card:hover .icon-bg-teal {
    background: #1da69a;
    box-shadow: 0 10px 20px rgba(29, 166, 154, 0.3);
}

.trust-stat-card:hover .icon-bg-orange {
    background: #f97316;
    box-shadow: 0 10px 20px rgba(249, 115, 22, 0.3);
}

.trust-stat-card:hover .icon-bg-navy {
    background: #0c2340;
    box-shadow: 0 10px 20px rgba(12, 35, 64, 0.3);
}

.trust-title {
    color: #0c2340;
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 5px;
}

.trust-desc {
    color: #64748b;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0;
}

/* Mobile Media Query Fixes */
@media (max-width: 767px) {
    .global-trust-section {
        padding: 60px 0;
    }

    .country-pill {
        padding: 10px 20px;
        font-size: 0.95rem;
    }

    .trust-stat-card {
        padding: 30px 25px;
    }
}

/* --- PREMIUM AI SECTION STYLES (WHITE BG) --- */
.ai-premium-section {
    background: #ffffff;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

/* Subtle Animated AI Core Glow in Background */
.ai-core-glow {
    position: absolute;
    top: 20%;
    left: -10%;
    width: 600px;
    height: 600px;
    background: conic-gradient(from 0deg, rgba(29, 166, 154, 0.08), rgba(249, 115, 22, 0.08), rgba(12, 35, 64, 0.05), rgba(29, 166, 154, 0.08));
    border-radius: 50%;
    filter: blur(60px);
    animation: spinAI 15s linear infinite;
    z-index: 0;
    pointer-events: none;
}

@keyframes spinAI {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* Text & Typography */
.ai-premium-section .container {
    position: relative;
    z-index: 2;
}

.ai-section-badge {
    color: #1da69a;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.ai-section-badge i {
    animation: pulseAI 2s infinite;
}

@keyframes pulseAI {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.2);
        opacity: 0.7;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.ai-main-title {
    color: #0c2340;
    font-size: clamp(2.2rem, 4vw, 3rem);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 10px;
}

/* Gradient Text for the AI Product Name */
.ai-gradient-text {
    background: linear-gradient(135deg, #1da69a, #f97316);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
    font-weight: 900;
}

/* AI Feature Cards */
.ai-feature-card {
    background: #f8fafc;
    border: 1px solid rgba(0, 0, 0, 0.04);
    border-radius: 20px;
    padding: 30px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(12, 35, 64, 0.02);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/* Animated Gradient Highlight on Hover */
.ai-feature-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 3px;
    background: linear-gradient(135deg, #1da69a, #f97316);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 4;
}

.ai-feature-card:hover {
    transform: translateY(-8px);
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(12, 35, 64, 0.08);
}

.ai-feature-card:hover::before {
    opacity: 1;
}

/* AI Icons */
.ai-icon-box {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 20px;
    transition: all 0.4s ease;
    flex-shrink: 0;
}

.ai-icon-teal {
    background: rgba(29, 166, 154, 0.1);
    color: #1da69a;
}

.ai-icon-orange {
    background: rgba(249, 115, 22, 0.1);
    color: #f97316;
}

.ai-icon-navy {
    background: rgba(12, 35, 64, 0.08);
    color: #0c2340;
}

.ai-feature-card:hover .ai-icon-box {
    transform: scale(1.1) rotate(5deg);
    color: #ffffff;
}

.ai-feature-card:hover .ai-icon-teal {
    background: #1da69a;
    box-shadow: 0 10px 20px rgba(29, 166, 154, 0.3);
}

.ai-feature-card:hover .ai-icon-orange {
    background: #f97316;
    box-shadow: 0 10px 20px rgba(249, 115, 22, 0.3);
}

.ai-feature-card:hover .ai-icon-navy {
    background: #0c2340;
    box-shadow: 0 10px 20px rgba(12, 35, 64, 0.3);
}

.ai-card-title {
    color: #0c2340;
    font-size: 1.2rem;
    font-weight: 800;
    margin-bottom: 0;
    line-height: 1.4;
}

/* Sticky Desktop Sidebar */
.ai-sticky-sidebar {
    position: sticky;
    top: 120px;
}

@media (max-width: 991px) {
    .ai-sticky-sidebar {
        position: relative;
        top: 0;
        margin-bottom: 40px;
    }

    .ai-core-glow {
        width: 300px;
        height: 300px;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
    }
}

/* --- PREMIUM FOOTER TAGLINE STYLES (WHITE BG) --- */
.footer-tagline-wrapper {
    background: #ffffff;
    padding: 0 0 0 0;
    position: relative;
    overflow: hidden;
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, 0.03);
}

/* Soft ambient glow behind the text */
.footer-tagline-wrapper::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(29, 166, 154, 0.06) 0%, rgba(255, 255, 255, 0) 70%);
    z-index: 0;
    pointer-events: none;
}

/* Subtle Globe Watermark */
.footer-tagline-wrapper::after {
    content: "\f0ac";
    /* FontAwesome globe */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 35rem;
    color: rgba(12, 35, 64, 0.02);
    z-index: 0;
    pointer-events: none;
}

.tagline-content {
    position: relative;
    z-index: 2;
}

/* Brand Name Styling */
.tagline-brand {
    font-size: clamp(1.2rem, 3vw, 1.8rem);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 5px;
    background: linear-gradient(135deg, #1da69a, #f97316);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 25px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.tagline-brand::before,
.tagline-brand::after {
    content: "";
    height: 2px;
    width: 40px;
    background: rgba(29, 166, 154, 0.3);
    border-radius: 2px;
}

/* Main Statement Styling */
.tagline-main {
    font-size: 2.8rem;
    font-weight: 900;
    color: #0c2340;
    line-height: 1.1;
    letter-spacing: -1px;
    margin: 0;
}

/* Impact Dot */
.tagline-dot {
    color: #f97316;
    animation: pulseDot 2s infinite;
}

@keyframes pulseDot {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

@media (max-width: 767px) {
    .footer-tagline-wrapper {
        padding: 80px 0;
    }

    .tagline-brand::before,
    .tagline-brand::after {
        width: 20px;
        /* Shorter lines on mobile */
    }
}