/*.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: 0.15;*/
/*    background: url(/assets/image/ac_banner.jpg) no-repeat center center;*/
    /*background-size: cover;
}

.hero {*/
/*    background: linear-gradient(90deg, #303f9f 0%, #24d6fd 100%);*/
    /*color: white;
    padding: 20px 20px;
    position: relative;
    overflow: hidden;
    height: 90vh !important;
}*/


.hero-content {
    height: 90vh !important;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.cta-buttons {
    display: flex;
    gap: 15px;
}

.btn-primary,
.btn-secondary {
    padding: 12px 30px;
    /*    border-radius: 25px;*/
    text-decoration: none;
    /*    font-weight: 600;*/
    transition: transform 0.3s;
}



.btn-secondary {
    background: white;
    color: #0066cc;
}

    .btn-primary:hover,
    .btn-secondary:hover {
        transform: translateY(-2px);
    }

/*.hero-image {
    text-align: center;
    position: relative;
}*/

.phone-mockup {
    max-width: 400px;
    height: auto;
    position: relative;
}

/* ac-features Section */
.ac-features {
    padding: 20px 0px;
    background: white;
}

.ac-features-container {
    max-width: 1200px;
    margin: 0 auto;
}

.atura-section-title {
    text-align: center;
    margin-bottom: 10px;
}

    .atura-section-title h2 {
        font-size: 36px;
        color: #003d82;
    }

.ac-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.ac-feature-card {
    background: white;
    border-radius: 15px;
    padding: 0px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

    .ac-feature-card:hover {
        transform: translateY(-5px);
    }

.ac-feature-icon {
    width: 100%;
    /* height: 200px; */
    border-radius: 10px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
}

    .ac-feature-icon img {
        border-top-right-radius: 15px;
        border-top-left-radius: 15px;
        width: 100%;
        object-fit: cover;
        aspect-ratio: 419 / 256;
    }

.ac-feature-card h3 {
    font-size: 20px;
    color: #003d82;
    margin-bottom: 10px;
}

.ac-feature-card p {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}

/* Why Use Section */
.why-use {
    background: #041c33;
    color: white;
    padding: 20px 20px;
}

.why-use-content {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}


.why-image img {
    max-width: clamp(405px, 26.8vw, 510px);
    aspect-ratio: 510 / 616;
    object-fit: cover;
    width: 100%;
    border-radius: 15px;
}

.why-text h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.why-list {
    list-style: none;
}

    .why-list li {
        padding: 20px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        display: flex;
        gap: 15px;
    }

        .why-list li:last-child {
            border-bottom: none;
        }

.check-icon {
    background: #00cc66;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* Doctors Network */
.doctors-network {
    padding: 20px 20px;
    background: #f8f9fa;
}

.doctors-container {
    max-width: 1200px;
    margin: 0 auto;
}

.doctors-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.doctor-card {
    background: white;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

    .doctor-card h3 {
        font-size: 18px;
        color: #003d82;
        margin-bottom: 5px;
    }

    .doctor-card p {
        color: #666;
        font-size: 14px;
    }

.speciality {
    color: #0066cc;
    font-weight: 600;
    margin-bottom: 10px;
}

/* Download Section */
.app-section {
    background: #041c33;
    color: white;
    padding: 20px 20px;
    text-align: center;
}

.app-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 30px;
    flex-wrap: wrap;
}

.app-button {
    background: white;
    color: #1e3c72;
    padding: 15px 30px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
}

    .app-button:hover {
        transform: translateY(-3px);
        box-shadow: 0 5px 20px rgba(255,255,255,0.3);
    }

.app-buttons {
    display: flex;
    gap: 15px;
}

.app-store-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: #000;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-size: 0.9rem;
    transition: background 0.3s;
}

    .app-store-btn:hover {
        background: #333;
    }

    .app-store-btn svg {
        width: 24px;
        height: 24px;
    }

/* How It Works */
/*.row-content {
    width: 100%;
}*/

/*.right-arrow-1 {
    position: absolute;
    left: 100px;
    top: 6.9px;
}*/

/*.dd-logo-position {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    left: 200px;
    top: -20px;
}*/

/*.right-arrow-2 {
    position: absolute;
    right: 150px;
    top: 6.9px;
}*/

/*.right-arrow-3 {
    position: absolute;
    right: 200px;
    top: 6.9px;
}
*/
/*.dd-2 {
    position: absolute;
    top: -110px;
    left: -20px;
}*/

/*.right-arrow-4 {
    position: absolute;
    top: 170px;
    right: -14px;
}*/

/*.row-1 {
    padding: 0 !important;
    width: 100% !important;
    overflow: hidden;
}*/

/*.col-product-1 {
    border-radius: 0;
    border-top: 2px dotted rgba(17, 17, 43, 1);
}

.col-product {
    height: 300px;
}

.col-product-2 {
    border-top: 2px dotted rgba(17, 17, 43, 1);
    border-right: 2px dotted rgba(17, 17, 43, 1);
    border-bottom: 2px dotted rgba(17, 17, 43, 1);
    border-radius: 0 90px 90px 0;
    position: relative;
}
*/


/*.dd-position {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;*/
/*    left: -215px;*/
/*top: 30px;*/
/* justify-content: center; */
/*}*/

/*.blue-color {
    color: rgba(48, 63, 159, 1);
    font-weight: 600;
    text-align: center;
}*/

/*.dd-title {
    font-size: 15px;
}
*/
/*.dd-content {
    font-size: 14px;
    width: 60%;
    text-align: center;
}*/

/*.dd-3 {
    position: absolute;
    bottom: 35px;
    left: 180px;
}
*/
/*.dd-position-content {
    position: absolute;
    bottom: -140px;
    left: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}*/

/*.right-arrow-5 {
    position: absolute;
    bottom: -14px;
    left: 0;
}*/

/*.col-product-3 {
    border: 2px dotted rgba(17, 17, 43, 1);
    border-right: none;
    border-radius: 90px 0 0 90px;
    position: relative;
    top: -1.7px;
}*/

/*.dd-4 {
    position: absolute;
    top: -110px;
    left: 180px;
}*/

/*.dd-position-content-2 {
    position: absolute;
    top: 35px;*/
/*    left: 5px;*/
/*display: flex;
    flex-direction: column;
    align-items: center;
}*/

/*.right-arrow-6 {
    position: absolute;
    left: -15.5px;
    top: 130px;
}*/

/*.col-product-4 {
    border-bottom: 2px dotted rgba(17, 17, 43, 1);
    border-radius: 0;
    position: relative;
    top: -1.7px;
}*/

/*.right-arrow-7 {
    position: absolute;
    left: 60%;
    top: -16px;
}*/

/*.image-circle-blue-bg {
    z-index: 1;
    position: relative;
    margin-bottom: -20px;
    width: 15%;
}
*/
/*.dd-position-new {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    left: -140px;
    top: 30px;*/
/* justify-content: center; */
/*}*/

/*.btn-position {
    position: absolute;
    top: -30px;
    left: 200px;
}

.btn-atura {
    background: #1b79cc !important;
    padding: 15px 20px !important;
}

.atura-logo {
    position: absolute;
    right: -150px;
    top: -45px;
}

.d-mobile-product-section {
    display: none;
}*/

/*.section-product-title {
    font-weight: 650;
}*/

/*.card-mobile-product {
    border: 1px dotted black;
    border-radius: 12px;
    background: white;
    border-bottom: 2px solid black;
}*/

/*.dd-position-last {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    left: -110px;
    top: 30px;*/
/* justify-content: center; */
/*}*/

/*@media screen and (max-width: 996px) {
    .d-mobile-product-section {
        display: block !important;
    }
}

@media screen and (max-width: 996px) {
    .d-product-section {
        display: none !important;
    }
}*/


/* atura-testimonials */
.atura-testimonials {
    padding: 20px 0px;
    background: white;
}

.atura-testimonials-container {
    max-width: 1200px;
    margin: 0 auto;
}

.testimonial-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.testimonial-card {
    background: #f8f9fa;
    border-radius: 15px;
    padding: 30px;
    border: 1px solid #0d6dfd;
}

.testimonial-header {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    color: #0d6dfd;
}

    .testimonial-header img {
        border-radius: 50%;
        height: 50px;
        width: 50px;
    }

.testimonial-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.testimonial-text {
    color: #666;
    font-style: italic;
    line-height: 1.8;
}

.btn-atura {
    background-color: #007bff !important;
    color: #fff;
}

/* Responsive */
@media (max-width: 992px) {
    .ac-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .doctors-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .workflow-steps {
        grid-template-columns: 1fr;
    }
}

@media(max-width: 760px) {
    .ac-features-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .menu-toggle {
        display: block;
    }

    .nav-links {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #0066cc;
        flex-direction: column;
        padding: 20px;
        gap: 10px;
    }

        .nav-links.active {
            display: flex;
        }

    .hero-content {
        grid-template-columns: 1fr;
        gap: 0px !important;
    }

    .why-use-content,
    .download-content {
        grid-template-columns: 1fr;
    }

    .hero-text h1 {
        font-size: 32px;
    }

    .ac-features-grid {
        /*    grid-template-columns: 1fr;*/
    }

    .doctors-grid {
        grid-template-columns: 1fr;
    }

    .testimonial-cards {
        grid-template-columns: 1fr;
    }

    .footer-content {
        grid-template-columns: 1fr;
    }

    .cta-buttons,
    .download-buttons {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    /*    .hero-image1 {
        width: 300px;
    }

    .hero-text h1

{
    font-size: 28px;
}

.hero-text .subtitle {
    font-size: 18px;
}*/

    .atura-section-title h2 {
        font-size: 28px;
    }
}
