/* ==========================================================
   AAHAN TECHNOLOGIES
   MODERN HOMEPAGE SECTIONS
   ========================================================== */


/* ==========================================================
   COMMON HOMEPAGE SECTION HEADINGS
   ========================================================== */

.ai-section-head,
.why-head,
.case-head,
.industries-head,
.process-head,
.tech-head,
.testimonial-head,
.faq-head {
    width: 100%;
    max-width: 850px;

    margin: 0 auto 60px;

    text-align: center;
}


.ai-section-head > span,
.why-head > span,
.case-head > span,
.industries-head > span,
.process-head > span,
.tech-head > span,
.testimonial-head > span,
.faq-head > span {
    display: inline-block;

    margin-bottom: 14px;

    color: #8b5cf6;

    font-family: "Figtree", sans-serif;
    font-size: 14px;
    font-weight: 700;

    text-transform: uppercase;
    letter-spacing: 1px;
}


.ai-section-head h2,
.why-head h2,
.case-head h2,
.industries-head h2,
.process-head h2,
.tech-head h2,
.testimonial-head h2,
.faq-head h2 {
    margin: 0 0 18px;

    color: #ffffff;

    font-family: "Figtree", sans-serif;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.15;

    letter-spacing: -0.8px;
}


.ai-section-head p,
.why-head p,
.case-head p,
.industries-head p,
.process-head p,
.tech-head p,
.testimonial-head p,
.faq-head p {
    margin: 0;

    color: #cbd5e1;

    font-family: "Figtree", sans-serif;
    font-size: 18px;
    line-height: 1.75;
}



/* ==========================================================
   1. AI SOLUTIONS
   ========================================================== */

.ai-solutions-section {
    padding: 100px 0;

    background: #050816;

    color: #ffffff;
}


.ai-solution-card {
    position: relative;

    height: 100%;

    padding: 30px;

    overflow: hidden;

    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 24px;

    background: rgba(255, 255, 255, 0.045);

    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease,
        background-color 0.3s ease;
}


.ai-solution-card:hover {
    transform: translateY(-8px);

    border-color: rgba(139, 92, 246, 0.75);

    background: rgba(255, 255, 255, 0.065);

    box-shadow:
        0 25px 70px rgba(124, 58, 237, 0.20);
}


.ai-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 60px;
    height: 60px;

    margin-bottom: 22px;

    border-radius: 18px;

    background:
        linear-gradient(
            135deg,
            #7c3aed,
            #2563eb
        );

    font-size: 28px;
}


.ai-solution-card h3 {
    margin: 0 0 12px;

    color: #ffffff;

    font-size: 22px;
    font-weight: 700;
}


.ai-solution-card p {
    margin: 0;

    color: #cbd5e1;

    font-size: 15px;
    line-height: 1.65;
}



/* ==========================================================
   2. WHY AAHAN
   ========================================================== */

.why-aahan-section {
    position: relative;

    padding: 100px 0;

    overflow: hidden;

    background: #080b1f;
}


.why-card {
    height: 100%;

    padding: 34px;

    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;

    background: rgba(255, 255, 255, 0.04);

    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}


.why-card:hover {
    transform: translateY(-8px);

    border-color: rgba(139, 92, 246, 0.70);

    box-shadow:
        0 24px 70px rgba(124, 58, 237, 0.18);
}


.why-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 64px;
    height: 64px;

    margin-bottom: 22px;

    border-radius: 20px;

    background:
        linear-gradient(
            135deg,
            #7c3aed,
            #2563eb
        );

    font-size: 29px;
}


.why-card h3 {
    margin: 0 0 12px;

    color: #ffffff;

    font-size: 23px;
    font-weight: 700;
}


.why-card p {
    margin: 0;

    color: #cbd5e1;

    font-size: 15px;
    line-height: 1.7;
}



/* ==========================================================
   3. CASE STUDIES
   ========================================================== */

.case-study-section {
    padding: 100px 0;

    background: #050816;
}


.case-card {
    height: 100%;

    padding: 35px;

    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;

    background: #11152f;

    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}


.case-card:hover {
    transform: translateY(-8px);

    border-color: #7c3aed;

    box-shadow:
        0 24px 70px rgba(124, 58, 237, 0.18);
}


.case-badge {
    display: inline-flex;

    margin-bottom: 20px;

    padding: 7px 14px;

    border: 1px solid rgba(139, 92, 246, 0.25);
    border-radius: 999px;

    background: rgba(124, 58, 237, 0.15);

    color: #a78bfa;

    font-size: 13px;
    font-weight: 700;
}


.case-card h3 {
    margin: 0 0 15px;

    color: #ffffff;

    font-size: 25px;
    font-weight: 700;
    line-height: 1.3;
}


.case-card p {
    color: #cbd5e1;

    font-size: 15px;
    line-height: 1.7;
}


.case-card ul {
    margin: 22px 0 0;
    padding: 0;

    list-style: none;
}


.case-card li {
    position: relative;

    margin-bottom: 11px;
    padding-left: 25px;

    color: #ffffff;

    font-size: 14px;
}


.case-card li::before {
    content: "✓";

    position: absolute;
    left: 0;

    color: #8b5cf6;

    font-weight: 800;
}



/* Case CTA */

.case-cta {
    margin-top: 80px;

    padding: 60px;

    text-align: center;

    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 30px;

    background:
        linear-gradient(
            135deg,
            rgba(124, 58, 237, 0.20),
            rgba(37, 99, 235, 0.15)
        );
}


.case-cta h3 {
    margin: 0 0 18px;

    color: #ffffff;

    font-size: 40px;
    font-weight: 800;
}


.case-cta p {
    max-width: 800px;

    margin: 0 auto 30px;

    color: #cbd5e1;

    line-height: 1.75;
}


.case-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 54px;

    padding: 15px 32px;

    border-radius: 14px;

    background:
        linear-gradient(
            135deg,
            #7c3aed,
            #2563eb
        );

    color: #ffffff;
    text-decoration: none;

    font-weight: 700;

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}


.case-btn:hover {
    color: #ffffff;

    transform: translateY(-2px);

    box-shadow:
        0 14px 35px rgba(37, 99, 235, 0.28);
}



/* ==========================================================
   4. INDUSTRIES
   ========================================================== */

.industries-section {
    padding: 100px 0;

    background: #080b1f;
}


.industry-card {
    height: 100%;

    padding: 35px;

    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;

    background: rgba(255, 255, 255, 0.04);

    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}


.industry-card:hover {
    transform: translateY(-8px);

    border-color: #8b5cf6;

    box-shadow:
        0 25px 70px rgba(124, 58, 237, 0.20);
}


.industry-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 68px;
    height: 68px;

    margin-bottom: 24px;

    border-radius: 20px;

    background:
        linear-gradient(
            135deg,
            #7c3aed,
            #2563eb
        );

    font-size: 31px;
}


.industry-card h3 {
    margin-bottom: 13px;

    color: #ffffff;

    font-size: 24px;
    font-weight: 700;
}


.industry-card p {
    margin: 0;

    color: #cbd5e1;

    font-size: 15px;
    line-height: 1.7;
}



/* ==========================================================
   5. PROCESS
   ========================================================== */

.process-section {
    padding: 100px 0;

    background: #050816;
}


.process-card {
    height: 100%;

    padding: 34px;

    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;

    background: #11152f;

    transition:
        transform 0.3s ease,
        border-color 0.3s ease;
}


.process-card:hover {
    transform: translateY(-7px);

    border-color: #7c3aed;
}


.process-number {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 64px;
    height: 64px;

    margin-bottom: 22px;

    border-radius: 20px;

    background:
        linear-gradient(
            135deg,
            #7c3aed,
            #2563eb
        );

    color: #ffffff;

    font-size: 18px;
    font-weight: 800;
}


.process-card h3 {
    color: #ffffff;

    font-size: 23px;
    font-weight: 700;
}


.process-card p {
    margin: 0;

    color: #cbd5e1;

    font-size: 15px;
    line-height: 1.7;
}



/* ==========================================================
   6. TECHNOLOGY STACK
   ========================================================== */

.tech-section {
    padding: 100px 0;

    background: #080b1f;
}


.tech-card {
    display: flex;
    align-items: center;
    justify-content: center;

    height: 100%;
    min-height: 100px;

    padding: 24px;

    text-align: center;

    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;

    background: #11152f;

    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}


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

    border-color: #8b5cf6;

    box-shadow:
        0 18px 50px rgba(124, 58, 237, 0.18);
}


.tech-card h3 {
    margin: 0;

    color: #ffffff;

    font-size: 21px;
    font-weight: 700;
}



/* ==========================================================
   7. TESTIMONIALS
   ========================================================== */

.testimonial-section {
    padding: 100px 0;

    background: #050816;
}


.testimonial-card {
    height: 100%;

    padding: 35px;

    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;

    background: rgba(255, 255, 255, 0.04);

    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}


.testimonial-card:hover {
    transform: translateY(-7px);

    border-color: #8b5cf6;

    box-shadow:
        0 24px 70px rgba(124, 58, 237, 0.18);
}


.stars {
    margin-bottom: 20px;

    color: #fbbf24;

    font-size: 22px;
    letter-spacing: 2px;
}


.testimonial-card > p {
    margin-bottom: 25px;

    color: #cbd5e1;

    font-size: 16px;
    line-height: 1.8;
}


.client-info h4 {
    margin: 0 0 4px;

    color: #ffffff;

    font-size: 20px;
    font-weight: 700;
}


.client-info span {
    color: #94a3b8;

    font-size: 14px;
}



/* ==========================================================
   8. FINAL CTA
   ========================================================== */

.final-cta-section {
    padding: 100px 0;

    background: #080b1f;
}


.final-cta-box {
    max-width: 1000px;

    margin: 0 auto;

    padding: 75px 50px;

    text-align: center;

    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 34px;

    background:
        radial-gradient(
            circle at top right,
            rgba(124, 58, 237, 0.35),
            transparent 35%
        ),
        radial-gradient(
            circle at bottom left,
            rgba(37, 99, 235, 0.25),
            transparent 35%
        ),
        rgba(255, 255, 255, 0.04);
}


.final-cta-box > span {
    color: #a78bfa;

    font-size: 14px;
    font-weight: 700;

    text-transform: uppercase;
    letter-spacing: 1px;
}


.final-cta-box h2 {
    margin: 18px 0;

    color: #ffffff;

    font-size: 50px;
    font-weight: 800;
}


.final-cta-box > p {
    max-width: 760px;

    margin: 0 auto 35px;

    color: #cbd5e1;

    font-size: 17px;
    line-height: 1.75;
}


.final-cta-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

    gap: 14px;

    margin-bottom: 30px;
}


.final-btn-primary,
.final-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 54px;

    padding: 15px 28px;

    border-radius: 13px;

    color: #ffffff;
    text-decoration: none;

    font-size: 15px;
    font-weight: 700;

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background-color 0.2s ease;
}


.final-btn-primary {
    background:
        linear-gradient(
            135deg,
            #7c3aed,
            #2563eb
        );
}


.final-btn-secondary {
    border: 1px solid rgba(255, 255, 255, 0.18);

    background: rgba(255, 255, 255, 0.05);
}


.final-btn-primary:hover,
.final-btn-secondary:hover {
    color: #ffffff;

    transform: translateY(-2px);
}


.final-trust-points {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

    gap: 12px 25px;
}


.final-trust-points span {
    color: #cbd5e1;

    font-size: 14px;
}



/* ==========================================================
   9. FAQ
   ========================================================== */

.faq-section {
    padding: 100px 0;

    background: #050816;
}


.faq-section .accordion {
    width: 100%;
    max-width: 900px;

    margin: 0 auto;
}


.faq-item {
    margin-bottom: 14px;

    overflow: hidden;

    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;

    background: #11152f;
}


.faq-question {
    position: relative;

    width: 100%;

    padding: 22px 60px 22px 24px;

    border: 0;

    background: transparent;

    color: #ffffff;

    text-align: left;

    font-family: "Figtree", sans-serif;
    font-size: 18px !important;
    font-weight: 700;

    cursor: pointer;
}


.faq-question::after {
    content: "+";

    position: absolute;
    top: 50%;
    right: 24px;

    transform: translateY(-50%);

    color: #8b5cf6;

    font-size: 28px;
    font-weight: 400;

    transition: transform 0.25s ease;
}


.faq-item.active .faq-question::after {
    content: "−";
}


.faq-answer {
    display: none;

    padding: 0 24px 24px;

    color: #cbd5e1;

    font-size: 15px;
    line-height: 1.75;
}


.faq-item.active .faq-answer {
    display: block;
}



/* ==========================================================
   TABLET
   ========================================================== */

@media (max-width: 991px) {

    .ai-solutions-section,
    .why-aahan-section,
    .case-study-section,
    .industries-section,
    .process-section,
    .tech-section,
    .testimonial-section,
    .final-cta-section,
    .faq-section {
        padding: 80px 0;
    }


    .ai-section-head h2,
    .why-head h2,
    .case-head h2,
    .industries-head h2,
    .process-head h2,
    .tech-head h2,
    .testimonial-head h2,
    .faq-head h2 {
        font-size: 40px;
    }


    .case-cta {
        margin-top: 60px;
        padding: 45px 35px;
    }


    .final-cta-box {
        padding: 60px 35px;
    }

}



/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 767px) {

    .ai-solutions-section,
    .why-aahan-section,
    .case-study-section,
    .industries-section,
    .process-section,
    .tech-section,
    .testimonial-section,
    .final-cta-section,
    .faq-section {
        padding: 65px 0;
    }


    .ai-section-head,
    .why-head,
    .case-head,
    .industries-head,
    .process-head,
    .tech-head,
    .testimonial-head,
    .faq-head {
        margin-bottom: 42px;
    }


    .ai-section-head h2,
    .why-head h2,
    .case-head h2,
    .industries-head h2,
    .process-head h2,
    .tech-head h2,
    .testimonial-head h2,
    .faq-head h2 {
        font-size: 34px;
        line-height: 1.18;
    }


    .ai-section-head p,
    .why-head p,
    .case-head p,
    .industries-head p,
    .process-head p,
    .tech-head p,
    .testimonial-head p,
    .faq-head p {
        font-size: 16px;
    }


    .ai-solution-card,
    .why-card,
    .case-card,
    .industry-card,
    .process-card,
    .testimonial-card {
        padding: 28px;
    }


    .case-cta {
        margin-top: 50px;

        padding: 35px 22px;
    }


    .case-cta h3 {
        font-size: 30px;
    }


    .final-cta-box {
        padding: 45px 24px;

        border-radius: 24px;
    }


    .final-cta-box h2 {
        font-size: 36px;
    }

}



/* ==========================================================
   SMALL MOBILE
   ========================================================== */

@media (max-width: 575px) {

    .ai-solutions-section,
    .why-aahan-section,
    .case-study-section,
    .industries-section,
    .process-section,
    .tech-section,
    .testimonial-section,
    .final-cta-section,
    .faq-section {
        padding: 55px 0;
    }


    .ai-section-head h2,
    .why-head h2,
    .case-head h2,
    .industries-head h2,
    .process-head h2,
    .tech-head h2,
    .testimonial-head h2,
    .faq-head h2 {
        font-size: 30px;
    }


    .ai-section-head p,
    .why-head p,
    .case-head p,
    .industries-head p,
    .process-head p,
    .tech-head p,
    .testimonial-head p,
    .faq-head p {
        font-size: 15px;
    }


    .ai-solution-card,
    .why-card,
    .case-card,
    .industry-card,
    .process-card,
    .testimonial-card {
        padding: 24px;

        border-radius: 20px;
    }


    .tech-card {
        min-height: 85px;

        padding: 18px;
    }


    .tech-card h3 {
        font-size: 17px;
    }


    .final-cta-buttons {
        flex-direction: column;
    }


    .final-btn-primary,
    .final-btn-secondary {
        width: 100%;
    }


    .final-trust-points {
        flex-direction: column;

        gap: 8px;
    }


    .faq-question {
        padding: 20px 54px 20px 20px;

        font-size: 16px !important;
    }


    .faq-question::after {
        right: 20px;
    }


    .faq-answer {
        padding: 0 20px 20px;

        font-size: 14px;
    }

}