@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap');

@font-face {
    font-family: 'Nunito';
    src: url('/assets/fonts/nunito/Nunito-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Nunito';
    src: url('/assets/fonts/nunito/Nunito-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Nunito';
    src: url('/assets/fonts/nunito/Nunito-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Nunito';
    src: url('/assets/fonts/nunito/Nunito-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

html, body {
    font-family: 'Nunito', 'Segoe UI', Arial, sans-serif !important;
    background: #f6f8fa;
    color: #2c3e50;
}

.landing-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #f6f8fa;
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 10px rgba(16, 185, 129, 0.07);
    padding: 15px 0;
    transition: all 0.3s ease;
}

.landing-header .navbar {
    padding: 0;
}

.landing-header .navbar-brand img {
    height: 60px;
    max-width: 220px;
}

.landing-header .nav-link {
    color: #2c3e50;
    font-weight: 500;
    padding: 0.5rem 1rem;
    transition: all 0.3s ease;
}

.landing-header .nav-link:hover {
    color: #10B981;
}

.landing-header .btn-primary {
    background: linear-gradient(135deg, #10B981, #4c3c79);
    color: #fff;
    border: none;
    padding: 0.5rem 1.5rem;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.landing-header .btn-primary:hover {
    background: linear-gradient(135deg, #4c3c79, #10B981);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(107, 70, 193, 0.3);
}

.hero-section {
    background: linear-gradient(135deg, #6B46C1, #10B981);
    background-image: url('/documents/website/image/Landing/slider-1.png');
    background-position: right center;
    background-repeat: round;
    background-size: contain;
    padding: 140px 0 100px 0;
    position: relative;
    overflow: hidden;
}

.hero-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
}

.hero-section h1, .hero-section p {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    .hero-section {
        background-image: linear-gradient(135deg, #6B46C1, #10B981);
        text-align: center;
        padding-top: 80px;
        padding-bottom: 60px;
    }
    .hero-section .text-start {
        text-align: center !important;
    }
    .hero-section h1 {
        font-size: 2.5rem !important;
    }
    .hero-section p {
        font-size: 1.1rem !important;
    }
}

.hero-section h1 {
    font-size: 3.5rem;
    line-height: 1.2;
    text-align: left;
    color: #4c3c79;
    font-weight: 700;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    letter-spacing: -0.02em;
    margin-bottom: 1.5rem;
}

.hero-section p {
    font-size: 1.25rem;
    line-height: 1.6;
    text-align: left;
    color: #5f5679;
    font-weight: 400;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    margin-bottom: 2rem;
    max-width: 600px;
}

.btn-success {
    background: linear-gradient(135deg, #10B981, #059669);
    border: none;
    border-radius: 8px;
    font-weight: 600;
    box-shadow: 0 6px 20px rgba(16, 185, 129, 0.3);
    transition: all 0.3s ease;
    font-size: 1.1rem;
    padding: 12px 32px;
    text-transform: none;
    letter-spacing: 0.025em;
}

.btn-success:hover {
    background: linear-gradient(135deg, #059669, #047857);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(16, 185, 129, 0.4);
}

.statistics {
    background-color: #f8f9fa;
}

.stat-card {
    padding: 2rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stat-card:hover {
    transform: translateY(-5px);
}

.stat-card .feather-icon {
    stroke-width: 2;
    margin-bottom: 1rem;
}

.stat-card h3 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #4c3c79;
    margin: 1rem 0;
}

@media (max-width: 768px) {
    .stat-card {
        padding: 1.5rem;
    }
    .stat-card h3 {
        font-size: 2rem;
    }
    .stat-card .feather-icon {
        width: 36px !important;
        height: 36px !important;
    }
}

.features {
    padding: 80px 0;
    background: #f6f8fa;
}

.features .card {
    border: none;
    border-radius: 12px;
    background-color: #f9f9f9;
    transition: 0.3s;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.features .card:hover {
    background-color: #ffffff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.feature-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.features .feature-icon, .unique-features .feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(76, 60, 121, 0.07);
    margin: 0 auto 1rem auto;
    box-shadow: 0 2px 8px rgba(76, 60, 121, 0.07);
}
.features .feature-icon .feather-icon, .unique-features .feature-icon .feather-icon {
    width: 40px;
    height: 40px;
    stroke-width: 2.2;
}

.testimonials {
    padding: 80px 0;
    background: #f6f8fa;
}

.testimonial-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.testimonial-card .user-info {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.testimonial-card .user-info img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 1rem;
}

.testimonials h2{
    color: #4c3c79;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 1.5rem;
}

.testimonials h5{
    color: #4c3c79;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 1.5rem;
}

.testimonials p{
    color: #5f5679;
    font-weight: 400;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    margin-bottom: 2rem;
    max-width: 600px;
}

.testimonial-card .rating {
    color: #F59E0B;
    margin-top: 1rem;
}

.landing-footer {
    background: #4c3c79;
    color: #fff;
    padding-top: 80px;
}

.footer-box {
    margin-bottom: 2rem;
}

.footer-title {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.footer-desc {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1.5rem;
}

.footer-social {
    display: flex;
    gap: 1rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: white;
    transition: all 0.3s ease;
}

.footer-social a:hover {
    background: #10B981;
    transform: translateY(-3px);
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.75rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: all 0.3s ease;
}

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

.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact li {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 0.7);
    word-break: break-word;
}

.footer-contact li svg.feather {
    width: 20px !important;
    height: 20px !important;
    min-width: 20px;
    min-height: 20px;
    stroke-width: 2.2;
    margin-right: 1rem;
    color: #6B46C1;
    vertical-align: middle;
}

.footer-form .form-control {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: white;
    padding: 0.75rem 1rem;
}

.footer-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.footer-form .btn-primary {
    background: #10B981;
    border: none;
    padding: 0.75rem 1.5rem;
}

.sub-footer {
    background: #3a2e5a;
    padding: 1.5rem 0;
    margin-top: 3rem;
}

.sub-footer-contain {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-list {
    display: flex;
    gap: 2rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-list a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-list a:hover {
    color: #10B981;
}

@media (max-width: 991px) {
    .hero-visual-wrapper {
        max-width: 260px;
    }
    .hero-visual-img {
        max-width: 260px;
    }

    .landing-header .navbar-collapse {
        background: white;
        padding: 1rem;
        border-radius: 8px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        margin-top: 1rem;
    }
}

@media (max-width: 767px) {
    .hero-section {
        padding-top: 80px;
        padding-bottom: 40px;
        text-align: center;
    }
    .hero-visual-wrapper {
        max-width: 180px;
    }
    .hero-visual-img {
        max-width: 180px;
    }
    .hero-section h1 {
        font-size: 2rem !important;
    }
    .hero-section p {
        font-size: 1.1rem !important;
    }

    .stat-card {
        margin-bottom: 1.5rem;
    }

    .feature-card {
        margin-bottom: 1.5rem;
    }

    .testimonial-card {
        margin-bottom: 1.5rem;
    }

    .sub-footer-contain {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }

    .footer-list {
        justify-content: center;
    }

    .landing-header .navbar-brand img {
        height: 44px;
        max-width: 150px;
    }
}

.custom-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.loader-index {
    width: 48px;
    height: 48px;
    border: 3px solid #6B46C1;
    border-radius: 50%;
    border-top-color: transparent;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.hero-section-full {
    width: 100vw;
    min-height: 420px;
    background: linear-gradient(135deg, #e6f9f2 0%, #f6f8fa 100%);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0 40px 0;
}

.hero-section-full .hero-inner {
    position: relative;
    z-index: 2;
    max-width: 600px;
    margin: 0 auto;
    text-align: left;
    padding-left: 2vw;
}

.hero-section-full h1 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #4c3c79;
}

.hero-section-full p {
    font-size: 1.25rem;
    color: #4c3c79;
    margin-bottom: 2rem;
}

.hero-section-full .btn-success {
    background: linear-gradient(135deg, #10B981, #4c3c79);
    border: none;
    border-radius: 8px;
    font-weight: 600;
    box-shadow: 0 6px 20px rgba(16, 185, 129, 0.15);
    transition: all 0.3s ease;
    font-size: 1.1rem;
    padding: 12px 32px;
    text-transform: none;
    letter-spacing: 0.025em;
}

.hero-section-full .hero-bg-visual {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    max-width: 50vw;
    min-width: 320px;
    object-fit: contain;
    z-index: 1;
    opacity: 0.95;
    pointer-events: none;
}

@media (max-width: 991px) {
    .hero-section-full .hero-inner {
        max-width: 90vw;
        padding-left: 0;
        text-align: center;
    }
    .hero-section-full .hero-bg-visual {
        max-width: 60vw;
        min-width: 180px;
        opacity: 0.7;
    }
}

@media (max-width: 767px) {
    .hero-section-full {
        flex-direction: column;
        min-height: 320px;
        padding: 40px 0 20px 0;
    }
    .hero-section-full .hero-inner {
        max-width: 98vw;
        text-align: center;
        padding: 0 8px;
    }
    .hero-section-full .hero-bg-visual {
        position: static;
        width: 80vw;
        max-width: 320px;
        min-width: 120px;
        margin: 0 auto;
        display: block;
        opacity: 0.5;
    }
}

.doctor-card {
    background: rgba(255,255,255,0.98);
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(76,60,121,0.07);
    transition: box-shadow 0.2s;
    border: 1px solid #f0f0f0;
}
.doctor-card:hover {
    box-shadow: 0 8px 32px rgba(76,60,121,0.13);
}
.doctor-card img {
    border: 4px solid #e6f9f2;
}

.doctor-card .doctor-name, .doctor-card h5 {
    color: #4c3c79 !important;
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 0.25rem;
}
.doctor-card .doctor-title, .doctor-card span.text-muted {
    color: #10B981 !important;
    font-weight: 600;
    font-size: 1rem;
}
.doctor-card .doctor-desc, .doctor-card p {
    color: #222 !important;
    font-size: 1rem;
    margin-top: 0.75rem;
    margin-bottom: 0.5rem;
}

.faq-section .accordion-button {
    font-weight: 600;
    color: #4c3c79;
    background: #f6f8fa;
}
.faq-section .accordion-button:not(.collapsed) {
    color: #10B981;
    background: #e6f9f2;
}
.faq-section .accordion-item {
    border-radius: 12px;
    margin-bottom: 1rem;
    border: 1px solid #e0e7ef;
    overflow: hidden;
}
.faq-section .accordion-body {
    background: #fff;
    color: #4c3c79;
}

.partners-bar img {
    filter: grayscale(0.2) brightness(0.95);
    opacity: 0.85;
    transition: filter 0.2s, opacity 0.2s;
}
.partners-bar img:hover {
    filter: none;
    opacity: 1;
}

.countdown-section {
    background: #f6f8fa;
}
#countdown-timer {
    color: #10B981;
    font-size: 2.5rem;
    letter-spacing: 0.05em;
}

.trust-badges {
    font-size: 1.1rem;
    color: #4c3c79;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(76,60,121,0.04);
    margin-bottom: 2rem;
}
.trust-badges i {
    vertical-align: middle;
    margin-bottom: 4px;
}

.cta-section {
    background: linear-gradient(135deg, #10B981, #4c3c79);
    color: #fff;
    border-radius: 16px;
    margin: 2rem 0;
}
.cta-section .btn {
    font-weight: 600;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(16,185,129,0.13);
}

.blog-section .card {
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(76,60,121,0.07);
    border: 1px solid #f0f0f0;
    overflow: hidden;
    transition: box-shadow 0.2s;
}
.blog-section .card:hover {
    box-shadow: 0 8px 32px rgba(76,60,121,0.13);
}
.blog-section .card-img-top {
    height: 180px;
    object-fit: cover;
}

.whatsapp-fab {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 9999;
    background: #25D366;
    color: #fff;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(37,211,102,0.18);
    font-size: 2rem;
    transition: background 0.2s, box-shadow 0.2s;
}
.whatsapp-fab:hover {
    background: #128C7E;
    box-shadow: 0 8px 32px rgba(37,211,102,0.25);
    color: #fff;
}
.whatsapp-fab i {
    width: 32px;
    height: 32px;
}

section h2, .section-title, .text-center > h2, h2.section-title {
    color: #4c3c79 !important;
    font-weight: 700;
    letter-spacing: 0.01em;
    margin-bottom: 2rem;
}

section h3, .section-subtitle {
    color: #10B981;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.OurValues h4 {
    color: #4c3c79;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 1.5rem;
}

.OurValues p {
    color: #5f5679;
    font-weight: 400;
    margin-bottom: 2rem;
    max-width: 600px;
}