/* ===============================
   Global
================================ */

body{
    font-family: 'Inter', sans-serif;
    padding-top: 90px;
    background: #f8fafc;
    color: #1f2937;
}

.btn{
    border-radius: 10px;
    font-weight: 600;
    padding: 10px 24px;
    transition: all .3s ease;
}

.btn-primary{
    box-shadow: 0 8px 20px rgba(13,110,253,.20);
}

.btn-primary:hover{
    transform: translateY(-2px);
}

.btn-outline-primary:hover{
    transform: translateY(-2px);
}

/* ===============================
   Navbar
================================ */

#mainNavbar{
    height: 90px;
    background: rgba(255,255,255,.96);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid #eef2f7;
    transition: all .3s ease;
    z-index: 9999;
}

/* Logo */

.navbar-brand{
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}

.logo{
    height: 70px;
    width: auto;
    display: block;
    object-fit: contain;
}

/* Navigation */

.navbar-nav{
    gap: 8px;
}

.navbar-nav .nav-link{

    color:#1f2937;
    font-size:15px;
    font-weight:600;
    padding:10px 16px;
    border-radius:8px;
    transition:.25s;

}

.navbar-nav .nav-link:hover{

    color:#0d6efd;
    background:#eff6ff;

}

.navbar-nav .nav-link.active{

    color:#0d6efd;
    background:#eff6ff;

}

/* Right Buttons */

.navbar .btn{

    min-width:140px;

}

/* Mobile */

@media (max-width:991px){

    #mainNavbar{

        height:auto;

        padding:15px 0;

    }

    .navbar-collapse{

        margin-top:20px;

    }

    .navbar-nav{

        margin-bottom:20px;

    }

    .navbar .btn{

        width:100%;
        margin-bottom:10px;

    }

    .logo{

        height:52px;

    }

}

/*==================================
 Hero
===================================*/

.hero-section{

    background:linear-gradient(180deg,#ffffff 0%,#f4f8ff 100%);

}

.hero-badge{

    display:inline-block;

    padding:8px 18px;

    border-radius:50px;

    background:#eef4ff;

    color:#0d6efd;

    font-weight:600;

    font-size:14px;

}

.hero-title{

    font-size:58px;

    font-weight:800;

    line-height:1.15;

    margin-top:25px;

}

.hero-title span{

    color:#0d6efd;

}

.hero-description{

    margin-top:25px;

    font-size:18px;

    color:#6c757d;

    line-height:1.8;

    max-width:560px;

}

.hero-buttons{

    display:flex;

    flex-wrap:wrap;

    gap:15px;

}

.hero-features{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:18px;

    font-weight:600;

    color:#374151;

}

.hero-dashboard{

    max-width:100%;

    border-radius:20px;

    box-shadow:0 30px 70px rgba(0,0,0,.12);

    transition:.4s;

}

.hero-dashboard:hover{

    transform:translateY(-8px);

}

@media(max-width:992px){

.hero-title{

    font-size:42px;

    text-align:center;

}

.hero-description{

    text-align:center;

    margin:auto;

}

.hero-buttons{

    justify-content:center;

}

.hero-features{

    margin-top:40px;

}

}

/*=========================
 Section
==========================*/

.section-badge{

    display:inline-block;

    background:#eef4ff;

    color:#0d6efd;

    padding:8px 18px;

    border-radius:50px;

    font-size:13px;

    font-weight:700;

    letter-spacing:.5px;

}

.section-title{

    font-size:42px;

    font-weight:700;

}

.section-description{

    max-width:700px;

    margin:auto;

    color:#6b7280;

    font-size:17px;

}

/*=========================
 Clinic Cards
==========================*/

.clinic-section{

    padding:100px 0;

}

.clinic-card{

    background:#fff;

    border-radius:18px;

    padding:35px 20px;

    text-align:center;

    border:1px solid #edf2f7;

    transition:.3s;

    height:100%;

}

.clinic-card:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 45px rgba(0,0,0,.08);

}

.clinic-card i{

    font-size:42px;

    color:#0d6efd;

    margin-bottom:20px;

}

.clinic-card h5{

    margin:0;

    font-size:18px;

    font-weight:600;

}

/*====================================
 Features
====================================*/

.features-section{

    padding:120px 0;

    background:#f8fbff;

}

.feature-card{

    background:#fff;

    padding:35px;

    border-radius:20px;

    border:1px solid #edf2f7;

    height:100%;

    transition:.35s;

}

.feature-card:hover{

    transform:translateY(-10px);

    box-shadow:0 25px 50px rgba(0,0,0,.08);

}

.feature-icon{

    width:70px;

    height:70px;

    border-radius:18px;

    display:flex;

    justify-content:center;

    align-items:center;

    margin-bottom:25px;

}

.feature-icon i{

    font-size:30px;

    color:#0d6efd;

}

.feature-card h4{

    font-size:22px;

    font-weight:700;

    margin-bottom:15px;

}

.feature-card p{

    color:#6c757d;

    line-height:1.8;

    margin-bottom:0;

}

/*=====================================
Modules
======================================*/

.modules-section{

    padding:120px 0;

    background:#ffffff;

}

.module-card{

    background:#fff;

    border:1px solid #edf2f7;

    border-radius:18px;

    padding:30px;

    height:100%;

    transition:.35s;

}

.module-card:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 45px rgba(0,0,0,.08);

    border-color:#0d6efd;

}

.module-card i{

    font-size:40px;

    color:#0d6efd;

    margin-bottom:20px;

    display:block;

}

.module-card h5{

    font-size:20px;

    font-weight:700;

    margin-bottom:12px;

}

.module-card p{

    color:#6b7280;

    line-height:1.7;

    margin:0;

}

/*====================================
Product Showcase
====================================*/

.screenshots-section{

    padding:120px 0;

    background:#f8fbff;

}

.showcase-menu{

    display:flex;

    flex-direction:column;

    gap:15px;

}

.showcase-btn{

    border:none;

    background:#fff;

    border-radius:14px;

    padding:18px 20px;

    text-align:left;

    font-weight:600;

    transition:.3s;

    border:1px solid #edf2f7;

}

.showcase-btn i{

    color:#0d6efd;

    margin-right:10px;

}

.showcase-btn:hover{

    transform:translateX(8px);

    box-shadow:0 12px 30px rgba(0,0,0,.08);

}

.showcase-btn.active{

    background:#0d6efd;

    color:#fff;

}

.showcase-btn.active i{

    color:#fff;

}

.showcase-image{

    background:#fff;

    border-radius:24px;

    padding:20px;

    box-shadow:0 30px 60px rgba(0,0,0,.08);

}

.showcase-image img{

    width:100%;

    border-radius:15px;

    transition:.4s;

}

/*===================================
Why Choose
===================================*/

.why-section{

    padding:120px 0;

    background:#ffffff;

}

.why-list{

    display:flex;

    flex-direction:column;

    gap:25px;

}

.why-item{

    display:flex;

    align-items:flex-start;

    gap:20px;

}

.why-icon{

    width:65px;

    height:65px;

    border-radius:16px;

    background:#eef4ff;

    display:flex;

    justify-content:center;

    align-items:center;

    flex-shrink:0;

}

.why-icon i{

    font-size:28px;

    color:#0d6efd;

}

.why-item h5{

    font-weight:700;

    margin-bottom:8px;

}

.why-item p{

    color:#6b7280;

    margin:0;

}

.why-card{

    background:#f8fbff;

    padding:35px;

    border-radius:25px;

    box-shadow:0 20px 50px rgba(0,0,0,.06);

}

.stat-box{

    background:#fff;

    border-radius:18px;

    padding:30px 20px;

    transition:.3s;

    border:1px solid #edf2f7;

}

.stat-box:hover{

    transform:translateY(-8px);

    box-shadow:0 15px 35px rgba(0,0,0,.08);

}

.stat-box i{

    font-size:40px;

    color:#0d6efd;

    margin-bottom:15px;

}

.stat-box h3{

    font-size:24px;

    font-weight:700;

}

.stat-box p{

    margin:0;

    color:#6b7280;

}

/*==================================
How It Works
===================================*/

.how-section{

    padding:120px 0;

    background:#f8fbff;

}

.step-card{

    position:relative;

    background:#ffffff;

    border:1px solid #edf2f7;

    border-radius:22px;

    padding:40px 30px;

    text-align:center;

    height:100%;

    transition:.35s;

}

.step-card:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 45px rgba(0,0,0,.08);

}

.step-number{

    position:absolute;

    top:20px;

    right:20px;

    font-size:42px;

    font-weight:800;

    color:#e9eef6;

}

.step-icon{

    width:80px;

    height:80px;

    margin:auto;

    margin-bottom:25px;

    border-radius:20px;

    background:#eef4ff;

    display:flex;

    justify-content:center;

    align-items:center;

}

.step-icon i{

    font-size:38px;

    color:#0d6efd;

}

.step-card h4{

    font-weight:700;

    margin-bottom:15px;

}

.step-card p{

    color:#6b7280;

    margin-bottom:0;

    line-height:1.8;

}

/*====================================
CTA Section
====================================*/

.cta-section{

    padding:120px 0;

    background:#ffffff;

}

.cta-box{

    background:linear-gradient(135deg,#0d6efd,#2563eb);

    border-radius:30px;

    padding:70px;

    color:#fff;

    box-shadow:0 25px 60px rgba(13,110,253,.25);

}

.cta-title{

    font-size:46px;

    font-weight:800;

    line-height:1.2;

}

.cta-description{

    margin-top:20px;

    font-size:18px;

    line-height:1.8;

    opacity:.95;

    max-width:700px;

}

.cta-box .btn{

    min-width:180px;

    margin-top:10px;

}

.cta-box .btn-light{

    font-weight:700;

}

.cta-box .btn-outline-light{

    font-weight:700;

}

@media(max-width:992px){

.cta-box{

    padding:50px 35px;

    text-align:center;

}

.cta-title{

    font-size:34px;

}

}

/*====================================
Contact
====================================*/

.contact-section{

    padding:120px 0;

    background:#f8fbff;

}

.contact-info{

    padding-right:30px;

}

.contact-info h3{

    font-weight:700;

    margin-bottom:20px;

}

.contact-info p{

    color:#6b7280;

    line-height:1.8;

}

.contact-item{

    display:flex;

    align-items:center;

    gap:15px;

    margin-top:20px;

    font-weight:600;

}

.contact-item i{

    color:#0d6efd;

    font-size:20px;

}

.contact-form{

    background:#fff;

    padding:40px;

    border-radius:20px;

    box-shadow:0 20px 45px rgba(0,0,0,.06);

}

.contact-form .form-control{

    height:55px;

    border-radius:12px;

    border:1px solid #dee2e6;

}

.contact-form textarea.form-control{

    height:auto;

    resize:none;

}

/*====================================
FAQ
====================================*/

.faq-section{

    padding:120px 0;

    background:#ffffff;

}

.accordion-item{

    border:none;

    border-radius:16px !important;

    overflow:hidden;

    margin-bottom:20px;

    box-shadow:0 10px 30px rgba(0,0,0,.05);

}

.accordion-button{

    font-size:18px;

    font-weight:600;

    padding:22px 25px;

    background:#fff;

    box-shadow:none !important;

}

.accordion-button:not(.collapsed){

    background:#eef4ff;

    color:#0d6efd;

}

.accordion-body{

    padding:25px;

    color:#6b7280;

    line-height:1.8;

}

/*====================================
Footer
====================================*/

.footer{

    background:#0f172a;

    color:#cbd5e1;

    padding:90px 0 30px;

}

.footer-logo{

    height:65px;

    margin-bottom:25px;

}

.footer-text{

    line-height:1.8;

    color:#94a3b8;

}

.footer h5{

    color:#fff;

    font-weight:700;

    margin-bottom:25px;

}

.footer ul{

    padding:0;

    margin:0;

    list-style:none;

}

.footer ul li{

    margin-bottom:12px;

}

.footer ul li a{

    color:#94a3b8;

    text-decoration:none;

    transition:.3s;

}

.footer ul li a:hover{

    color:#fff;

    padding-left:5px;

}

.footer-social{

    display:flex;

    gap:12px;

}

.footer-social a{

    width:42px;

    height:42px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#1e293b;

    color:#fff;

    border-radius:10px;

    transition:.3s;

    text-decoration:none;

}

.footer-social a:hover{

    background:#0d6efd;

}

.footer-divider{

    margin:50px 0 25px;

    border-color:#334155;

}

.footer-bottom{

    display:flex;

    justify-content:space-between;

    align-items:center;

    flex-wrap:wrap;

    gap:15px;

    color:#94a3b8;

    font-size:15px;

}

.cta-action{

    width:240px;

}

.cta-action .btn{

    width:100%;

}