

:root {
    --js-primary: #087cff;
    --js-primary-dark: #0564d1;
    --js-secondary: #00b35a;
    --js-text: #172033;
    --js-muted: #687386;
    --js-light: #f5f9ff;
    --js-white: #ffffff;
    --js-border: #e5ebf3;
    --js-shadow: 0 15px 45px rgba(18, 53, 92, 0.10);
    --js-radius: 20px;
}


/* =========================================================
   SERVICES HERO
========================================================= */

.services-hero {
    position: relative;
    padding: 85px 20px 75px;
    background:
        radial-gradient(
            circle at 10% 20%,
            rgba(8, 124, 255, 0.10),
            transparent 35%
        ),
        radial-gradient(
            circle at 90% 80%,
            rgba(0, 179, 90, 0.08),
            transparent 35%
        ),
        #f7fbff;
    overflow: hidden;
    text-align: center;
}

.services-hero::before {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: rgba(8, 124, 255, 0.05);
    top: -140px;
    right: -80px;
}

.services-hero-content {
    position: relative;
    max-width: 900px;
    margin: auto;
    z-index: 1;
}

.services-badge,
.section-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 15px;
    border-radius: 50px;
    background: rgba(8, 124, 255, 0.08);
    color: var(--js-primary);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.3px;
}

.services-hero h1 {
    margin: 18px 0 18px;
    color: var(--js-text);
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -1.5px;
}

.services-intro {
    max-width: 780px;
    margin: auto;
    color: var(--js-muted);
    font-size: 17px;
    line-height: 1.8;
}


/* =========================================================
   COMMON SECTION HEADER
========================================================= */

.section-header {
    max-width: 760px;
    margin: 0 auto 45px;
    text-align: center;
}

.section-header h2 {
    margin: 15px 0 12px;
    color: var(--js-text);
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -0.7px;
}

.section-header p {
    margin: 0;
    color: var(--js-muted);
    font-size: 16px;
    line-height: 1.75;
}


/* =========================================================
   SERVICES SECTION
========================================================= */

.services1-section {
    max-width: 1240px;
    margin: auto;
    padding: 80px 20px;
}

.service1-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}


/* =========================================================
   SERVICE CARD
========================================================= */

.service1-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 350px;
    padding: 30px;
    background: var(--js-white);
    border: 1px solid var(--js-border);
    border-radius: var(--js-radius);
    box-shadow: 0 8px 30px rgba(25, 55, 90, 0.06);
    overflow: hidden;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.service1-card::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: rgba(8, 124, 255, 0.05);
    right: -55px;
    top: -55px;
}

.service1-card:hover {
    transform: translateY(-8px);
    border-color: rgba(8, 124, 255, 0.22);
    box-shadow: var(--js-shadow);
}

.service-icon {
    position: relative;
    width: 62px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    border-radius: 17px;
    background: linear-gradient(
        135deg,
        rgba(8, 124, 255, 0.12),
        rgba(8, 124, 255, 0.05)
    );
    color: var(--js-primary);
    font-size: 25px;
}

.service-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.service1-card h3 {
    margin: 0 0 12px;
    color: var(--js-text);
    font-size: 21px;
    line-height: 1.3;
    font-weight: 750;
}

.service1-card p {
    margin: 0;
    color: var(--js-muted);
    font-size: 14.5px;
    line-height: 1.75;
}

.book-btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    margin-top: auto;
    padding: 13px 17px;
    border: 0;
    border-radius: 11px;
    background: var(--js-primary);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition:
        background 0.25s ease,
        transform 0.25s ease;
}

.book-btn:hover {
    background: var(--js-primary-dark);
}

.book-btn i {
    transition: transform 0.25s ease;
}

.book-btn:hover i {
    transform: translateX(4px);
}


/* =========================================================
   ADSENSE
========================================================= */

.adsense-container {
    width: min(100% - 40px, 1100px);
    min-height: 100px;
    margin: 0 auto 60px;
    padding: 10px;
    text-align: center;
    overflow: hidden;
}



/* =========================================================
   WHY JALSATHI
   Premium Trust / Feature Section
========================================================= */

.why-jalsathi {
    position: relative;

    width: 100%;

    padding: 95px 20px 105px;

    overflow: hidden;

    background:
        radial-gradient(
            circle at 5% 45%,
            rgba(8,124,255,.08),
            transparent 28%
        ),
        radial-gradient(
            circle at 95% 70%,
            rgba(0,179,90,.055),
            transparent 25%
        ),
        #f7fbff;
}


/* =========================================================
   BACKGROUND DECORATION
========================================================= */

.why-jalsathi::before {
    content: "";

    position: absolute;

    width: 380px;
    height: 380px;

    top: -180px;
    right: -120px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(8,124,255,.08),
            transparent 68%
        );

    pointer-events: none;
}

.why-jalsathi::after {
    content: "";

    position: absolute;

    width: 260px;
    height: 260px;

    bottom: -130px;
    left: -100px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(0,179,90,.06),
            transparent 70%
        );

    pointer-events: none;
}


/* =========================================================
   CONTAINER
========================================================= */

.why-container {
    position: relative;

    z-index: 2;

    width: min(100%, 1250px);

    margin: 0 auto;
}


/* =========================================================
   SECTION HEADER
========================================================= */

.why-jalsathi .section-header {
    max-width: 760px;

    margin: 0 auto 48px;

    text-align: center;
}


/* =========================================================
   LABEL
========================================================= */

.why-jalsathi .section-label {
    display: inline-flex;

    align-items: center;

    gap: 9px;

    padding: 9px 17px;

    margin-bottom: 18px;

    border: 1px solid rgba(8,124,255,.13);

    border-radius: 999px;

    background:
        linear-gradient(
            135deg,
            rgba(8,124,255,.10),
            rgba(8,124,255,.045)
        );

    color: #087cff;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: .15px;

    box-shadow:
        0 5px 18px rgba(8,124,255,.06);
}

.why-jalsathi .section-label i {
    font-size: 13px;
}


/* =========================================================
   HEADING
========================================================= */

.why-jalsathi .section-header h2 {
    margin: 0;

    color: #10243f;

    font-size: clamp(34px, 4vw, 50px);

    line-height: 1.12;

    font-weight: 850;

    letter-spacing: -1.5px;
}

.why-jalsathi .section-header h2 span {
    color: #087cff;
}


/* =========================================================
   HEADER DESCRIPTION
========================================================= */

.why-jalsathi .section-header p {
    max-width: 650px;

    margin: 17px auto 0;

    color: #687b94;

    font-size: 15px;

    line-height: 1.75;
}


/* =========================================================
   TRUST BAR
========================================================= */

.trust-bar {
    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    gap: 16px;
}


/* =========================================================
   TRUST CARD
========================================================= */

.trust-item {
    position: relative;

    min-height: 225px;

    display: flex;

    flex-direction: column;

    padding: 27px 24px 23px;

    border: 1px solid #e1eaf3;

    border-radius: 20px;

    background:
        linear-gradient(
            145deg,
            #ffffff 0%,
            #fbfdff 100%
        );

    box-shadow:
        0 12px 35px rgba(25,63,100,.055);

    overflow: hidden;

    transition:
        transform .3s ease,
        box-shadow .3s ease,
        border-color .3s ease;
}


/* =========================================================
   CARD TOP GLOW
========================================================= */

.trust-item::before {
    content: "";

    position: absolute;

    width: 130px;
    height: 130px;

    top: -65px;
    right: -55px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(8,124,255,.12),
            transparent 70%
        );

    transition:
        transform .4s ease;
}


/* =========================================================
   CARD BOTTOM LINE
========================================================= */

.trust-item::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: 0;

    width: 0;
    height: 3px;

    border-radius: 0 5px 0 0;

    background:
        linear-gradient(
            90deg,
            #087cff,
            #00b36b
        );

    transition:
        width .35s ease;
}


/* =========================================================
   HOVER
========================================================= */

.trust-item:hover {
    transform: translateY(-7px);

    border-color:
        rgba(8,124,255,.20);

    box-shadow:
        0 20px 45px rgba(25,63,100,.11);
}

.trust-item:hover::before {
    transform: scale(1.4);
}

.trust-item:hover::after {
    width: 100%;
}


/* =========================================================
   ICON
========================================================= */

.trust-icon {
    position: relative;

    width: 54px;
    height: 54px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin-bottom: 20px;

    border: 1px solid rgba(8,124,255,.10);

    border-radius: 15px;

    background:
        linear-gradient(
            145deg,
            #eaf5ff,
            #dceeff
        );

    color: #087cff;

    font-size: 20px;

    box-shadow:
        0 8px 18px rgba(8,124,255,.08);
}


/* Icon shine */

.trust-icon::after {
    content: "";

    position: absolute;

    width: 8px;
    height: 8px;

    top: 7px;
    right: 7px;

    border-radius: 50%;

    background: #ffffff;

    opacity: .75;
}


/* =========================================================
   CONTENT
========================================================= */

.trust-content {
    position: relative;

    z-index: 2;

    flex: 1;
}


/* =========================================================
   NUMBER
========================================================= */

.trust-number {
    display: block;

    margin-bottom: 5px;

    color: #9aabc0;

    font-size: 10px;

    font-weight: 850;

    letter-spacing: 1.2px;
}


/* =========================================================
   TITLE
========================================================= */

.trust-content h3 {
    margin: 0;

    color: #172d4d;

    font-size: 16px;

    line-height: 1.35;

    font-weight: 800;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.trust-content p {
    margin: 9px 0 0;

    color: #6c7d93;

    font-size: 12.5px;

    line-height: 1.65;
}


/* =========================================================
   ARROW
========================================================= */

.trust-arrow {
    position: absolute;

    right: 20px;
    bottom: 19px;

    width: 31px;
    height: 31px;

    display: flex;

    align-items: center;
    justify-content: center;

    border: 1px solid #e1ebf5;

    border-radius: 50%;

    background: #f7fbff;

    color: #087cff;

    font-size: 11px;

    opacity: .7;

    transition:
        transform .3s ease,
        background .3s ease,
        color .3s ease;
}

.trust-item:hover .trust-arrow {
    transform: translateX(4px);

    background: #087cff;

    color: #ffffff;

    border-color: #087cff;
}


/* =========================================================
   INDIVIDUAL CARD ACCENTS
========================================================= */

.trust-item:nth-child(2) .trust-icon {
    color: #087cff;

    background:
        linear-gradient(
            145deg,
            #e8f5ff,
            #d8edff
        );
}

.trust-item:nth-child(3) .trust-icon {
    color: #7257e8;

    background:
        linear-gradient(
            145deg,
            #f0edff,
            #e6e0ff
        );
}

.trust-item:nth-child(4) .trust-icon {
    color: #00a86b;

    background:
        linear-gradient(
            145deg,
            #e7faf2,
            #d9f5e9
        );
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1050px) {

    .why-jalsathi {
        padding:
            80px 20px 90px;
    }

    .trust-bar {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .trust-item {
        min-height: 210px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 650px) {

    .why-jalsathi {
        padding:
            65px 15px 75px;
    }

    .why-jalsathi .section-header {
        margin-bottom: 35px;
    }

    .why-jalsathi .section-header h2 {
        font-size: 34px;

        letter-spacing: -1px;
    }

    .why-jalsathi .section-header p {
        font-size: 14px;

        line-height: 1.7;
    }

    .trust-bar {
        grid-template-columns: 1fr;

        gap: 13px;
    }

    .trust-item {
        min-height: auto;

        display: grid;

        grid-template-columns:
            auto 1fr;

        column-gap: 16px;

        padding: 20px;
    }

    .trust-icon {
        grid-row: span 2;

        width: 50px;
        height: 50px;

        margin-bottom: 0;
    }

    .trust-number {
        margin-bottom: 3px;
    }

    .trust-content p {
        max-width: 85%;

        margin-top: 6px;
    }

    .trust-arrow {
        right: 16px;
        bottom: 17px;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

    .why-jalsathi .section-header h2 {
        font-size: 30px;
    }

    .why-jalsathi .section-label {
        font-size: 11px;
    }

    .trust-item {
        padding: 18px;
    }

    .trust-icon {
        width: 46px;
        height: 46px;

        font-size: 17px;
    }

    .trust-content h3 {
        font-size: 15px;
    }

    .trust-content p {
        font-size: 12px;
    }
}


/* =========================================================
   ACCESSIBILITY
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .trust-item,
    .trust-item::before,
    .trust-item::after,
    .trust-arrow {
        transition: none;
    }
}

/* =========================================================
   JALSATHI — PROFESSIONAL SERVICE AREA
========================================================= */

.service-area {
    position: relative;

    width: 100%;

    padding: 80px 20px;

    background:
        radial-gradient(
            circle at 12% 30%,
            rgba(8, 124, 255, 0.055),
            transparent 30%
        ),
        radial-gradient(
            circle at 90% 70%,
            rgba(0, 179, 90, 0.045),
            transparent 28%
        ),
        #f8fbff;

    overflow: hidden;
}


/* =========================================================
   MAIN CARD
========================================================= */

.service-area-card {
    position: relative;

    width: min(100%, 1100px);

    min-height: 360px;

    margin: 0 auto;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 60px;

    padding: 55px 65px;

    border: 1px solid #e2eaf3;

    border-radius: 24px;

    background:
        linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.98),
            rgba(248, 252, 255, 0.96)
        );

    box-shadow:
        0 18px 50px rgba(15, 45, 75, 0.07);

    overflow: hidden;
}


/* =========================================================
   DECORATIVE CARD GLOW
========================================================= */

.service-area-card::before {
    content: "";

    position: absolute;

    top: -150px;
    right: -150px;

    width: 360px;
    height: 360px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(8, 124, 255, 0.10),
            transparent 68%
        );

    pointer-events: none;
}

.service-area-card::after {
    content: "";

    position: absolute;

    bottom: -160px;
    left: -140px;

    width: 330px;
    height: 330px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(0, 179, 90, 0.07),
            transparent 68%
        );

    pointer-events: none;
}


/* =========================================================
   CONTENT
========================================================= */

.service-area-content {
    position: relative;

    z-index: 2;

    flex: 1;

    max-width: 680px;
}


/* =========================================================
   SECTION LABEL
========================================================= */

.service-area .section-label {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    padding: 8px 15px;

    margin-bottom: 16px;

    border: 1px solid rgba(8, 124, 255, 0.10);

    border-radius: 999px;

    background: rgba(8, 124, 255, 0.075);

    color: var(--js-primary);

    font-size: 12px;

    font-weight: 800;

    letter-spacing: 0.25px;
}

.service-area .section-label i {
    font-size: 12px;
}


/* =========================================================
   HEADING
========================================================= */

.service-area h2 {
    margin: 0;

    color: #10233f;

    font-size: clamp(31px, 4vw, 43px);

    line-height: 1.15;

    font-weight: 850;

    letter-spacing: -1px;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.service-area-content p {
    max-width: 680px;

    margin: 17px 0 0;

    color: #64748b;

    font-size: 15px;

    line-height: 1.8;
}

.service-area-content p + p {
    margin-top: 10px;
}

.service-area-content strong {
    color: #17355c;

    font-weight: 750;
}


/* =========================================================
   SERVICE STATUS
========================================================= */

.service-area-status {
    display: inline-flex;

    align-items: center;

    gap: 12px;

    margin-top: 25px;

    padding: 11px 16px 11px 11px;

    border: 1px solid #dce8f5;

    border-radius: 14px;

    background: #ffffff;

    box-shadow:
        0 5px 18px rgba(15, 45, 75, 0.045);
}


/* =========================================================
   STATUS ICON
========================================================= */

.service-status-icon {
    width: 40px;
    height: 40px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 11px;

    background: rgba(8, 124, 255, 0.09);

    color: var(--js-primary);

    font-size: 16px;
}


/* =========================================================
   STATUS CONTENT
========================================================= */

.service-status-content {
    display: flex;

    flex-direction: column;

    gap: 2px;
}

.service-status-content strong {
    color: #172b4d;

    font-size: 12px;

    font-weight: 800;

    text-transform: uppercase;

    letter-spacing: 0.45px;
}

.service-status-content span {
    color: #64748b;

    font-size: 13px;

    font-weight: 600;
}


/* =========================================================
   RIGHT VISUAL
========================================================= */

.service-area-visual {
    position: relative;

    flex: 0 0 270px;

    width: 270px;
    height: 270px;

    display: flex;

    align-items: center;
    justify-content: center;
}


/* =========================================================
   MAP CIRCLE
========================================================= */

.service-map-circle {
    position: relative;

    z-index: 3;

    width: 150px;
    height: 150px;

    display: flex;

    align-items: center;
    justify-content: center;

    border: 1px solid rgba(8, 124, 255, 0.16);

    border-radius: 50%;

    background:
        radial-gradient(
            circle at 35% 30%,
            #ffffff,
            #eef6ff
        );

    color: var(--js-primary);

    font-size: 48px;

    box-shadow:
        0 15px 35px rgba(8, 124, 255, 0.12);
}

.service-map-circle i {
    filter:
        drop-shadow(
            0 5px 8px rgba(8, 124, 255, 0.18)
        );
}


/* =========================================================
   OUTER RING
========================================================= */

.service-map-circle::before {
    content: "";

    position: absolute;

    inset: -22px;

    border: 1px dashed rgba(8, 124, 255, 0.18);

    border-radius: 50%;
}


/* =========================================================
   PULSE
========================================================= */

.service-pulse {
    position: absolute;

    width: 200px;
    height: 200px;

    border-radius: 50%;

    border: 1px solid rgba(8, 124, 255, 0.08);

    animation:
        servicePulse 2.8s ease-out infinite;
}

@keyframes servicePulse {

    0% {
        transform: scale(0.7);

        opacity: 0.8;
    }

    100% {
        transform: scale(1.35);

        opacity: 0;
    }

}


/* =========================================================
   MAP DOTS
========================================================= */

.service-map-dots {
    position: absolute;

    inset: 0;

    pointer-events: none;
}

.service-map-dots span {
    position: absolute;

    width: 7px;
    height: 7px;

    border-radius: 50%;

    background: var(--js-primary);

    opacity: 0.45;
}

.service-map-dots span:nth-child(1) {
    top: 24px;
    left: 70px;
}

.service-map-dots span:nth-child(2) {
    top: 58px;
    right: 25px;
}

.service-map-dots span:nth-child(3) {
    bottom: 42px;
    right: 52px;
}

.service-map-dots span:nth-child(4) {
    bottom: 28px;
    left: 55px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 850px) {

    .service-area {
        padding: 70px 16px;
    }

    .service-area-card {
        gap: 30px;

        padding: 45px;
    }

    .service-area-visual {
        flex-basis: 220px;

        width: 220px;
        height: 220px;
    }

    .service-map-circle {
        width: 125px;
        height: 125px;

        font-size: 40px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

    .service-area {
        padding: 60px 14px;
    }

    .service-area-card {
        flex-direction: column;

        align-items: stretch;

        gap: 30px;

        padding: 34px 24px;

        border-radius: 20px;
    }

    .service-area-content {
        max-width: none;
    }

    .service-area h2 {
        font-size: 30px;
    }

    .service-area-content p {
        font-size: 14px;

        line-height: 1.75;
    }

    .service-area-status {
        margin-top: 22px;
    }

    .service-area-visual {
        align-self: center;

        flex-basis: auto;

        width: 190px;
        height: 190px;
    }

    .service-map-circle {
        width: 110px;
        height: 110px;

        font-size: 36px;
    }

    .service-map-circle::before {
        inset: -16px;
    }

    .service-pulse {
        width: 150px;
        height: 150px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

    .service-area {
        padding: 50px 11px;
    }

    .service-area-card {
        padding: 28px 18px;

        border-radius: 18px;
    }

    .service-area h2 {
        font-size: 27px;
    }

    .service-area-content p {
        font-size: 13.5px;
    }

    .service-area .section-label {
        padding: 7px 12px;

        font-size: 11px;
    }

    .service-area-visual {
        width: 170px;
        height: 170px;
    }

    .service-map-circle {
        width: 95px;
        height: 95px;

        font-size: 31px;
    }

    .service-status-icon {
        width: 37px;
        height: 37px;

        font-size: 15px;
    }

    .service-status-content strong {
        font-size: 11px;
    }

    .service-status-content span {
        font-size: 12px;
    }

}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .service-pulse {
        animation: none;
    }

    .service-area-card,
    .service-area-status {
        transition: none;
    }

}
/* =========================================================
   JALSATHI — BOOKING POPUP / MODAL
   Hidden by default • Opens only when JS explicitly opens it
========================================================= */

.booking-popup {
    position: fixed !important;
    inset: 0 !important;

    width: 100% !important;
    height: 100% !important;

    display: none !important;

    align-items: center;
    justify-content: center;

    padding: 20px;
    box-sizing: border-box;

    background: rgba(10, 25, 45, 0.68);

    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);

    overflow-y: auto;

    z-index: 99999 !important;

    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

/* =========================================================
   OPEN STATE
   JS agar .active / .show / .open class lagaye
========================================================= */

.booking-popup.active,
.booking-popup.show,
.booking-popup.open,
.booking-popup.is-open {
    display: flex !important;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

/* =========================================================
   FORM BOX
========================================================= */

.booking-popup .form-box {
    position: relative;

    width: min(100%, 560px);
    max-height: calc(100vh - 40px);

    margin: auto;
    padding: 30px;

    box-sizing: border-box;

    background: #ffffff;

    border: 1px solid rgba(255, 255, 255, 0.85);

    border-radius: 24px;

    box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.25),
        0 8px 30px rgba(0, 0, 0, 0.08);

    overflow-y: auto;

    overscroll-behavior: contain;
}

/* =========================================================
   ANIMATION — only when popup is actually open
========================================================= */

.booking-popup.active .form-box,
.booking-popup.show .form-box,
.booking-popup.open .form-box,
.booking-popup.is-open .form-box {
    animation: bookingPopupIn 0.28s ease-out;
}

@keyframes bookingPopupIn {
    from {
        opacity: 0;
        transform: translateY(20px) scale(0.97);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* =========================================================
   CLOSE BUTTON
========================================================= */

.booking-popup .close-btn {
    position: absolute;

    top: 15px;
    right: 15px;

    width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0;

    border: 0;
    border-radius: 50%;

    background: #f2f5f9;
    color: #526071;

    font-family: inherit;
    font-size: 25px;
    line-height: 1;

    cursor: pointer;

    z-index: 10;

    transition:
        background 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease;
}

.booking-popup .close-btn:hover {
    background: #e8edf4;
    color: #172033;
    transform: rotate(90deg);
}

.booking-popup .close-btn:active {
    transform: rotate(90deg) scale(0.94);
}

/* =========================================================
   HEADER
========================================================= */

.booking-popup .booking-header,
.booking-popup .map-header {
    display: flex;
    align-items: center;

    gap: 15px;

    padding-right: 45px;

    margin-bottom: 18px;
}

.booking-popup .booking-icon {
    flex: 0 0 52px;

    width: 52px;
    height: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 15px;

    background: rgba(8, 124, 255, 0.10);

    color: var(--js-primary);

    font-size: 21px;
}

.booking-popup .booking-header h2,
.booking-popup .map-header h3 {
    margin: 0 0 5px;

    color: var(--js-text);

    font-size: 22px;
    font-weight: 750;
    line-height: 1.3;
}

.booking-popup .booking-header p,
.booking-popup .map-header p {
    margin: 0;

    color: var(--js-muted);

    font-size: 13px;
    line-height: 1.5;
}

/* =========================================================
   SECURE BOOKING
========================================================= */

.booking-popup .secure-booking {
    display: flex;
    align-items: center;

    width: fit-content;
    max-width: 100%;

    gap: 7px;

    margin-bottom: 18px;
    padding: 8px 11px;

    border-radius: 8px;

    background: rgba(0, 179, 90, 0.08);

    color: #008b47;

    font-size: 12px;
    font-weight: 700;
}

/* =========================================================
   SELECTED SERVICE
========================================================= */

.booking-popup .selected-service {
    display: none;

    margin-bottom: 18px;
    padding: 12px 15px;

    border-left: 4px solid var(--js-primary);

    border-radius: 9px;

    background: #f3f8ff;

    color: var(--js-primary-dark);

    font-size: 14px;
    font-weight: 700;
}

/* =========================================================
   MULTI SERVICE
========================================================= */

.booking-popup .selected-services {
    margin-bottom: 20px;
    padding: 15px;

    border: 1px solid #e2e8f0;
    border-radius: 14px;

    background: #f8fafc;
}

.booking-popup .selected-services-header {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 10px;

    margin-bottom: 10px;

    color: #172033;

    font-size: 14px;
}

.booking-popup #serviceCount {
    min-width: 25px;
    height: 25px;

    padding: 0 6px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    box-sizing: border-box;

    border-radius: 50%;

    background: var(--js-primary);
    color: #fff;

    font-size: 12px;
    font-weight: 800;
}

.booking-popup .selected-service-item {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 10px;

    margin-top: 8px;
    padding: 10px 11px;

    border: 1px solid #e5e7eb;
    border-radius: 10px;

    background: #fff;

    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.booking-popup .selected-service-item:hover {
    border-color: rgba(8, 124, 255, 0.25);

    box-shadow:
        0 3px 10px rgba(0, 0, 0, 0.04);
}

.booking-popup .selected-service-item span {
    min-width: 0;

    display: flex;
    align-items: center;

    gap: 8px;

    color: #334155;

    font-size: 13px;
    font-weight: 600;
}

.booking-popup .selected-service-item span i {
    flex: 0 0 auto;
    color: #16a34a;
}

.booking-popup .selected-service-item button {
    flex: 0 0 auto;

    width: 28px;
    height: 28px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0;

    border: 0;
    border-radius: 50%;

    background: #fee2e2;
    color: #dc2626;

    cursor: pointer;

    transition:
        background 0.2s ease,
        transform 0.2s ease;
}

.booking-popup .selected-service-item button:hover {
    background: #fecaca;
    transform: scale(1.05);
}

/* =========================================================
   ADD MORE SERVICE
========================================================= */

.booking-popup .add-more-service-btn {
    width: 100%;
    min-height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 8px;

    margin-top: 10px;
    padding: 10px 12px;

    border: 1px dashed rgba(8, 124, 255, 0.45);
    border-radius: 10px;

    background: rgba(8, 124, 255, 0.05);

    color: var(--js-primary);

    font-family: inherit;
    font-size: 13px;
    font-weight: 700;

    cursor: pointer;

    transition:
        background 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

.booking-popup .add-more-service-btn:hover {
    background: rgba(8, 124, 255, 0.10);
    border-color: rgba(8, 124, 255, 0.65);
}

.booking-popup .add-more-service-btn:active {
    transform: scale(0.98);
}

/* =========================================================
   FORM
========================================================= */

.booking-popup .form-group {
    margin-bottom: 16px;
}

.booking-popup .form-group label {
    display: block;

    margin-bottom: 7px;

    color: #303b4d;

    font-size: 13px;
    font-weight: 700;

    line-height: 1.4;
}

.booking-popup .form-group input,
.booking-popup .form-group textarea {
    width: 100%;

    box-sizing: border-box;

    padding: 13px 14px;

    border: 1px solid #dce3ec;
    border-radius: 11px;

    outline: none;

    background: #fbfcfe;
    color: var(--js-text);

    font-family: inherit;
    font-size: 14px;

    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        background 0.2s ease;
}

.booking-popup .form-group input {
    height: 48px;
}

.booking-popup .form-group textarea {
    min-height: 90px;
    resize: vertical;
}

.booking-popup .form-group input:focus,
.booking-popup .form-group textarea:focus {
    border-color: var(--js-primary);

    background: #fff;

    box-shadow:
        0 0 0 4px rgba(8, 124, 255, 0.09);
}

.booking-popup .form-group input::placeholder,
.booking-popup .form-group textarea::placeholder {
    color: #9aa5b4;
}

.booking-popup .form-group input[readonly] {
    background: #f5f7fa;
    color: #64748b;
    cursor: not-allowed;
}

/* =========================================================
   LOCATION BUTTONS
========================================================= */

.booking-popup .location-actions {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 10px;

    margin-top: 5px;
}

.booking-popup .detect-btn {
    min-height: 46px;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 8px;

    padding: 11px 13px;

    border: 1px solid rgba(8, 124, 255, 0.18);
    border-radius: 10px;

    background: rgba(8, 124, 255, 0.07);

    color: var(--js-primary);

    font-family: inherit;
    font-size: 13px;
    font-weight: 700;

    cursor: pointer;

    transition:
        background 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

.booking-popup .detect-btn:hover {
    background: rgba(8, 124, 255, 0.13);
    border-color: rgba(8, 124, 255, 0.30);
}

.booking-popup .detect-btn:active {
    transform: scale(0.98);
}

.booking-popup .detect-btn.map-btn {
    background: rgba(0, 179, 90, 0.08) !important;
    border-color: rgba(0, 179, 90, 0.18);
    color: #008d48;
}

.booking-popup .detect-btn.map-btn:hover {
    background: rgba(0, 179, 90, 0.13) !important;
    border-color: rgba(0, 179, 90, 0.30);
}

/* =========================================================
   SUBMIT
========================================================= */

.booking-popup .submit-booking-btn {
    width: 100%;
    min-height: 52px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 12px;

    margin-top: 18px;
    padding: 14px 18px;

    border: 0;
    border-radius: 12px;

    background: linear-gradient(
        135deg,
        var(--js-primary),
        #0568db
    );

    color: #fff;

    font-family: inherit;
    font-size: 15px;
    font-weight: 750;

    cursor: pointer;

    box-shadow:
        0 8px 20px rgba(8, 124, 255, 0.22);

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        opacity 0.2s ease;
}

.booking-popup .submit-booking-btn:hover {
    transform: translateY(-2px);

    box-shadow:
        0 12px 25px rgba(8, 124, 255, 0.28);
}

.booking-popup .submit-booking-btn:active {
    transform: translateY(0) scale(0.99);
}

.booking-popup .submit-booking-btn:disabled {
    opacity: 0.65;
    cursor: not-allowed;

    transform: none;

    box-shadow: none;
}

/* =========================================================
   MAP POPUP
========================================================= */

#mapPopup.booking-popup {
    z-index: 100000 !important;
}

#mapPopup .map-form-box {
    width: min(100%, 850px);
    max-height: calc(100vh - 40px);
}

#mapPopup .location-map {
    width: 100%;
    min-height: 420px;

    border-radius: 14px;
    overflow: hidden;

    margin-bottom: 15px;
}

#mapPopup .confirm-location-btn {
    width: 100%;
    min-height: 50px;

    border: 0;
    border-radius: 11px;

    background: linear-gradient(
        135deg,
        var(--js-primary),
        #0568db
    );

    color: #fff;

    font-family: inherit;
    font-size: 14px;
    font-weight: 750;

    cursor: pointer;

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

#mapPopup .confirm-location-btn:hover {
    transform: translateY(-1px);

    box-shadow:
        0 8px 20px rgba(8, 124, 255, 0.22);
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .booking-popup {
        padding: 12px;
    }

    .booking-popup .form-box {
        width: 100%;
        max-height: calc(100vh - 24px);

        padding: 22px 16px;

        border-radius: 18px;
    }

    .booking-popup .booking-header,
    .booking-popup .map-header {
        gap: 11px;
        padding-right: 42px;
        margin-bottom: 16px;
    }

    .booking-popup .booking-icon {
        flex-basis: 44px;

        width: 44px;
        height: 44px;

        border-radius: 12px;

        font-size: 18px;
    }

    .booking-popup .booking-header h2,
    .booking-popup .map-header h3 {
        font-size: 19px;
    }

    .booking-popup .booking-header p,
    .booking-popup .map-header p {
        font-size: 12px;
    }

    .booking-popup .location-actions {
        grid-template-columns: 1fr;
    }

    .booking-popup .close-btn {
        top: 10px;
        right: 10px;

        width: 36px;
        height: 36px;
    }

    #mapPopup .location-map {
        min-height: 350px;
    }
}

@media (max-width: 380px) {

    .booking-popup {
        padding: 8px;
    }

    .booking-popup .form-box {
        max-height: calc(100vh - 16px);

        padding: 19px 13px;

        border-radius: 16px;
    }

    .booking-popup .booking-header h2,
    .booking-popup .map-header h3 {
        font-size: 17px;
    }

    .booking-popup .form-group input {
        height: 46px;
    }

    #mapPopup .location-map {
        min-height: 300px;
    }
}
/* =========================================================
   MAP POPUP
========================================================= */

.map-popup .form-box {
    width: min(100%, 850px);
}

.map-header {
    margin-bottom: 20px;
}

.location-map {
    width: 100%;
    height: 380px;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid var(--js-border);
    background: #eef3f8;
}

.confirm-location-btn {
    width: 100%;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 15px;
    padding: 13px 18px;
    border: 0;
    border-radius: 11px;
    background: var(--js-primary);
    color: #fff;
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition:
        background 0.2s ease,
        transform 0.2s ease;
}

.confirm-location-btn:hover {
    background: var(--js-primary-dark);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

    .service1-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .trust-bar {
        grid-template-columns: repeat(2, 1fr);
    }

    .steps {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

    .services-hero {
        padding: 60px 18px 55px;
    }

    .services-hero h1 {
        font-size: 34px;
        letter-spacing: -0.8px;
    }

    .services-intro {
        font-size: 15px;
        line-height: 1.7;
    }

    .services1-section,
    .why-jalsathi {
        padding: 60px 16px;
    }

   

    .section-header {
        margin-bottom: 32px;
    }

    .section-header h2 {
        font-size: 29px;
    }

    .section-header p {
        font-size: 14px;
    }

    .service1-container {
        grid-template-columns: 1fr;
        gap: 17px;
    }

    .service1-card {
        min-height: auto;
        padding: 24px;
    }

    .service1-card p {
        margin-bottom: 25px;
    }

    .steps {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .step-card {
        padding: 25px;
    }

    .trust-bar {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .trust-item {
        padding: 20px;
    }

    .service-area {
        padding: 60px 18px;
    }

    .service-area h2 {
        font-size: 29px;
    }

    .adsense-container {
        width: calc(100% - 24px);
        margin-bottom: 40px;
    }

    .booking-popup {
        align-items: flex-start;
        padding: 12px;
    }

    .form-box {
        width: 100%;
        max-height: calc(100vh - 24px);
        margin-top: 5px;
        padding: 24px 18px;
        border-radius: 20px;
    }

    .booking-header h2,
    .map-header h3 {
        font-size: 19px;
    }

    .location-actions {
        grid-template-columns: 1fr;
    }

    .location-map {
        height: 320px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

    .services-hero h1 {
        font-size: 30px;
    }

    .services-badge,
    .section-label {
        font-size: 11px;
        padding: 7px 12px;
    }

    .service1-card {
        padding: 21px;
        border-radius: 17px;
    }

    .service-icon {
        width: 55px;
        height: 55px;
        margin-bottom: 18px;
        font-size: 22px;
    }

    .service1-card h3 {
        font-size: 19px;
    }

    .form-box {
        padding: 22px 15px;
    }

    .location-map {
        height: 280px;
    }

}


/* =========================================================
   ACCESSIBILITY
========================================================= */

.book-btn:focus-visible,
.detect-btn:focus-visible,
.submit-booking-btn:focus-visible,
.confirm-location-btn:focus-visible,
.close-btn:focus-visible {
    outline: 3px solid rgba(8, 124, 255, 0.3);
    outline-offset: 3px;
}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

}
/* =========================================================
   JALSATHI — PREMIUM FAQ SECTION
   Professional Service Marketplace Style
========================================================= */

.faq-section {
    position: relative;
    width: 100%;
    padding: 92px 20px 105px;

    background:
        radial-gradient(
            circle at 8% 18%,
            rgba(8, 124, 255, 0.065),
            transparent 30%
        ),
        radial-gradient(
            circle at 92% 82%,
            rgba(0, 179, 90, 0.045),
            transparent 30%
        ),
        #f8fbff;

    overflow: hidden;
}


/* =========================================================
   SUBTLE BACKGROUND DETAILS
========================================================= */

.faq-section::before {
    content: "";

    position: absolute;
    top: -180px;
    left: -180px;

    width: 430px;
    height: 430px;

    border-radius: 50%;

    background: rgba(8, 124, 255, 0.035);

    filter: blur(10px);

    pointer-events: none;
}

.faq-section::after {
    content: "";

    position: absolute;
    right: -180px;
    bottom: -180px;

    width: 430px;
    height: 430px;

    border-radius: 50%;

    background: rgba(0, 179, 90, 0.035);

    filter: blur(10px);

    pointer-events: none;
}


/* =========================================================
   CONTAINER
========================================================= */

.faq-container {
    position: relative;
    z-index: 2;

    width: min(100%, 940px);

    margin: 0 auto;
}


/* =========================================================
   HEADER
========================================================= */

.faq-header {
    max-width: 720px;

    margin: 0 auto 44px;

    text-align: center;
}


/* =========================================================
   LABEL
========================================================= */

.faq-header .section-label {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 8px;

    padding: 8px 15px;

    margin-bottom: 17px;

    border: 1px solid rgba(8, 124, 255, 0.10);

    border-radius: 999px;

    background: rgba(8, 124, 255, 0.075);

    color: var(--js-primary);

    font-size: 12px;
    font-weight: 800;

    letter-spacing: 0.25px;

    box-shadow:
        0 3px 12px rgba(8, 124, 255, 0.045);
}

.faq-header .section-label i {
    font-size: 12px;
}


/* =========================================================
   MAIN HEADING
========================================================= */

.faq-header h2 {
    margin: 0;

    color: #10233f;

    font-size: clamp(31px, 4vw, 44px);

    line-height: 1.12;

    font-weight: 850;

    letter-spacing: -1.15px;
}

.faq-header h2 span {
    display: block;

    margin-top: 4px;

    color: var(--js-primary);
}


/* =========================================================
   DESCRIPTION
========================================================= */

.faq-header p {
    max-width: 650px;

    margin: 17px auto 0;

    color: #64748b;

    font-size: 15px;

    line-height: 1.75;

    font-weight: 400;
}


/* =========================================================
   FAQ LIST
========================================================= */

.faq-list {
    display: flex;

    flex-direction: column;

    gap: 13px;
}


/* =========================================================
   FAQ CARD
========================================================= */

.faq-item {
    position: relative;

    border: 1px solid #e2eaf3;

    border-radius: 16px;

    background: rgba(255, 255, 255, 0.96);

    overflow: hidden;

    box-shadow:
        0 3px 12px rgba(15, 45, 75, 0.035);

    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease,
        transform 0.25s ease;
}


/* =========================================================
   HOVER
========================================================= */

.faq-item:hover {
    border-color: rgba(8, 124, 255, 0.20);

    box-shadow:
        0 9px 25px rgba(15, 45, 75, 0.065);

    transform: translateY(-1px);
}


/* =========================================================
   QUESTION BUTTON
========================================================= */

.faq-question {
    position: relative;

    width: 100%;

    min-height: 74px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;

    padding: 19px 22px;

    border: 0;

    outline: none;

    background: transparent;

    color: #172b4d;

    font-family: inherit;

    font-size: 15px;

    font-weight: 750;

    line-height: 1.5;

    text-align: left;

    cursor: pointer;

    transition:
        background 0.25s ease,
        color 0.25s ease;
}


/* =========================================================
   QUESTION HOVER
========================================================= */

.faq-question:hover {
    background: #f9fcff;
}


/* =========================================================
   QUESTION TEXT
========================================================= */

.faq-question > span {
    flex: 1;

    min-width: 0;

    padding-right: 8px;
}


/* =========================================================
   FAQ ICON
========================================================= */

.faq-icon {
    position: relative;

    flex: 0 0 auto;

    width: 40px;
    height: 40px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #edf5ff;

    color: var(--js-primary);

    font-size: 0;

    transition:
        background 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease;
}


/*
   Hide Font Awesome plus and create
   our own clean + / − icon.
*/

.faq-icon::before {
    content: "+";

    position: absolute;

    font-family: Arial, sans-serif;

    font-size: 21px;

    font-weight: 400;

    line-height: 1;

    transform: translateY(-1px);

    transition:
        opacity 0.2s ease,
        transform 0.2s ease;
}


/* =========================================================
   ANSWER AREA
========================================================= */

.faq-answer {
    display: grid;

    grid-template-rows: 0fr;

    transition:
        grid-template-rows 0.32s ease;
}

.faq-answer p {
    min-height: 0;

    overflow: hidden;

    margin: 0;

    padding: 0 22px;

    color: #65758b;

    font-size: 14px;

    line-height: 1.8;

    opacity: 0;

    transition:
        opacity 0.22s ease,
        padding 0.32s ease;
}


/* =========================================================
   ACTIVE FAQ
========================================================= */

.faq-item.active {
    border-color: rgba(8, 124, 255, 0.25);

    box-shadow:
        0 12px 30px rgba(8, 124, 255, 0.075);
}


/* Active question */

.faq-item.active .faq-question {
    background: #f7fbff;

    color: var(--js-primary);
}


/* Active icon */

.faq-item.active .faq-icon {
    background: var(--js-primary);

    color: #ffffff;

    transform: none;
}


/* Change + to − */

.faq-item.active .faq-icon::before {
    content: "−";

    font-size: 22px;

    transform: translateY(-2px);
}


/* Open answer */

.faq-item.active .faq-answer {
    grid-template-rows: 1fr;
}

.faq-item.active .faq-answer p {
    padding:
        0
        22px
        23px;

    opacity: 1;
}


/* =========================================================
   ACTIVE QUESTION SEPARATOR
========================================================= */

.faq-item.active .faq-question::after {
    content: "";

    position: absolute;

    left: 22px;
    right: 22px;
    bottom: 0;

    height: 1px;

    background: #edf2f7;
}


/* =========================================================
   KEYBOARD ACCESSIBILITY
========================================================= */

.faq-question:focus-visible {
    box-shadow:
        inset 0 0 0 3px rgba(8, 124, 255, 0.14);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 768px) {

    .faq-section {
        padding: 72px 16px 82px;
    }

    .faq-container {
        width: 100%;
    }

    .faq-header {
        margin-bottom: 32px;
    }

    .faq-header h2 {
        font-size: 32px;

        letter-spacing: -0.8px;
    }

    .faq-header p {
        margin-top: 14px;

        font-size: 14px;

        line-height: 1.7;
    }

    .faq-list {
        gap: 11px;
    }

    .faq-question {
        min-height: 66px;

        padding: 17px;

        font-size: 14px;

        gap: 14px;
    }

    .faq-icon {
        width: 36px;
        height: 36px;
    }

    .faq-answer p {
        padding-left: 17px;
        padding-right: 17px;

        font-size: 13.5px;

        line-height: 1.75;
    }

    .faq-item.active .faq-answer p {
        padding:
            0
            17px
            20px;
    }

    .faq-item.active .faq-question::after {
        left: 17px;
        right: 17px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 480px) {

    .faq-section {
        padding: 58px 13px 68px;
    }

    .faq-header {
        margin-bottom: 28px;
    }

    .faq-header .section-label {
        padding: 7px 12px;

        margin-bottom: 14px;

        font-size: 11px;
    }

    .faq-header h2 {
        font-size: 28px;

        line-height: 1.16;

        letter-spacing: -0.65px;
    }

    .faq-header h2 span {
        margin-top: 3px;
    }

    .faq-header p {
        margin-top: 13px;

        font-size: 13.5px;
    }

    .faq-item {
        border-radius: 14px;
    }

    .faq-question {
        min-height: 62px;

        padding: 15px;

        font-size: 13.5px;

        line-height: 1.45;

        gap: 10px;
    }

    .faq-question > span {
        padding-right: 2px;
    }

    .faq-icon {
        width: 33px;
        height: 33px;
    }

    .faq-icon::before {
        font-size: 19px;
    }

    .faq-item.active .faq-icon::before {
        font-size: 20px;
    }

    .faq-answer p {
        font-size: 13px;

        line-height: 1.72;
    }

    .faq-item.active .faq-answer p {
        padding:
            0
            15px
            18px;
    }

    .faq-item.active .faq-question::after {
        left: 15px;
        right: 15px;
    }
}


/* =========================================================
   VERY SMALL DEVICES
========================================================= */

@media (max-width: 360px) {

    .faq-section {
        padding-left: 10px;
        padding-right: 10px;
    }

    .faq-header h2 {
        font-size: 25px;
    }

    .faq-question {
        padding: 14px;

        font-size: 13px;
    }

    .faq-icon {
        width: 31px;
        height: 31px;
    }

    .faq-item.active .faq-answer p {
        padding-left: 14px;
        padding-right: 14px;
    }

}
/* =========================================================
   JALSATHI — HORIZONTAL SERVICE AVAILABILITY
========================================================= */

.service-area {
    width: 100%;
    padding: 80px 20px;
    background:
        radial-gradient(circle at 8% 45%, rgba(8,124,255,.07), transparent 30%),
        radial-gradient(circle at 95% 55%, rgba(0,179,90,.05), transparent 28%),
        #f7fbff;
    overflow: hidden;
}

.service-area-card {
    position: relative;

    width: min(100%, 1350px);
    min-height: 500px;

    margin: 0 auto;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;

    gap: 50px;

    padding: 50px 60px;

    border: 1px solid #e1eaf3;
    border-radius: 28px;

    background: linear-gradient(
        135deg,
        #ffffff 0%,
        #fafdff 100%
    );

    box-shadow:
        0 22px 65px rgba(25, 65, 100, .08);

    overflow: hidden;
}


/* =========================================================
   LEFT CONTENT
========================================================= */

.service-area-content {
    position: relative;
    z-index: 5;

    flex: 1 1 52%;
    max-width: 650px;
}

.service-area-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    padding: 9px 16px;
    margin-bottom: 20px;

    border: 1px solid rgba(8,124,255,.12);
    border-radius: 999px;

    background: rgba(8,124,255,.07);

    color: var(--js-primary);

    font-size: 12px;
    font-weight: 800;
}

.service-area-label i {
    font-size: 13px;
}


/* =========================================================
   HEADING
========================================================= */

.service-area-content h2 {
    margin: 0;

    color: #10243f;

    font-size: clamp(40px, 4vw, 57px);
    line-height: 1.08;

    font-weight: 850;
    letter-spacing: -1.8px;
}

.service-area-content h2 span {
    color: var(--js-primary);
}


/* =========================================================
   HEADING LINE
========================================================= */

.service-area-line {
    display: flex;

    width: 88px;
    height: 5px;

    margin-top: 18px;

    overflow: hidden;
    border-radius: 10px;
}

.service-area-line span:first-child {
    width: 60%;
    background: var(--js-primary);
}

.service-area-line span:last-child {
    width: 40%;
    background: var(--js-secondary);
}


/* =========================================================
   DESCRIPTION
========================================================= */

.service-area-description {
    margin-top: 25px;
}

.service-area-description p {
    max-width: 600px;

    margin: 0;

    color: #62748d;

    font-size: 15.5px;
    line-height: 1.75;
}

.service-area-description p + p {
    margin-top: 10px;
}

.service-area-description strong {
    color: var(--js-primary);
    font-weight: 800;
}


/* =========================================================
   LOCATION CARD
========================================================= */

.current-service-location {
    display: inline-flex;
    align-items: center;
    gap: 14px;

    margin-top: 25px;
    padding: 11px 20px 11px 11px;

    border: 1px solid #dbe7f3;

    border-left: 3px solid var(--js-primary);
    border-bottom: 3px solid var(--js-secondary);

    border-radius: 14px;

    background: rgba(255,255,255,.96);

    box-shadow:
        0 10px 28px rgba(25,60,95,.06);
}

.location-icon-box {
    width: 58px;
    height: 58px;

    flex: 0 0 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #edf6ff;

    color: var(--js-primary);

    font-size: 24px;
}

.location-details {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.location-label {
    color: var(--js-primary);

    font-size: 10px;
    font-weight: 850;

    letter-spacing: .7px;
}

.location-details strong {
    color: #172d4d;

    font-size: 16px;
    font-weight: 800;
}

.location-meta {
    color: #73839a;

    font-size: 11px;
    font-weight: 600;
}


/* =========================================================
   RIGHT VISUAL
========================================================= */

.service-area-visual {
    position: relative;

    flex: 1 1 48%;

    width: 100%;
    max-width: 650px;

    height: 420px;

    z-index: 3;
}


/* =========================================================
   MAP
========================================================= */

.service-map {
    position: absolute;

    left: 50%;
    top: 55%;

    width: 400px;
    height: 225px;

    transform:
        translate(-50%, -50%)
        perspective(600px)
        rotateX(58deg)
        rotateZ(-3deg);

    border: 1px solid rgba(8,124,255,.15);

    border-radius: 8px;

    background:
        linear-gradient(
            135deg,
            #edf5fd,
            #ffffff
        );

    box-shadow:
        0 28px 40px rgba(30,75,110,.14);

    overflow: hidden;
}

.service-map::before,
.service-map::after {
    content: "";

    position: absolute;
    inset: 0;

    background-size: 45px 45px;
}

.service-map::before {
    background-image:
        linear-gradient(
            90deg,
            rgba(94,140,180,.12) 1px,
            transparent 1px
        );
}

.service-map::after {
    background-image:
        linear-gradient(
            rgba(94,140,180,.10) 1px,
            transparent 1px
        );
}


/* =========================================================
   MAP ROADS
========================================================= */

.map-road {
    position: absolute;

    z-index: 3;

    height: 9px;

    border-radius: 50%;

    background: #ffffff;

    box-shadow:
        0 0 0 2px rgba(150,181,210,.15);
}

.map-road-1 {
    width: 360px;

    left: -25px;
    top: 120px;

    transform: rotate(-17deg);
}

.map-road-2 {
    width: 280px;

    left: 90px;
    top: 70px;

    transform: rotate(25deg);
}


/* =========================================================
   MAP LINES
========================================================= */

.map-line {
    position: absolute;

    z-index: 4;

    width: 160px;
    height: 4px;

    border-radius: 10px;

    background: rgba(160,190,215,.45);
}

.map-line-1 {
    left: 25px;
    top: 45px;

    transform: rotate(19deg);
}

.map-line-2 {
    right: 15px;
    top: 145px;

    transform: rotate(-26deg);
}

.map-line-3 {
    left: 120px;
    bottom: 28px;

    transform: rotate(7deg);
}


/* =========================================================
   GREEN MAP AREAS
========================================================= */

.map-green {
    position: absolute;
    z-index: 2;

    background: rgba(81,202,145,.20);

    border-radius: 8px;
}

.map-green-1 {
    width: 65px;
    height: 38px;

    top: 27px;
    right: 60px;

    transform: rotate(14deg);
}

.map-green-2 {
    width: 80px;
    height: 33px;

    left: 28px;
    bottom: 35px;

    transform: rotate(-18deg);
}

.map-green-3 {
    width: 45px;
    height: 58px;

    right: 25px;
    bottom: 28px;

    transform: rotate(20deg);
}


/* =========================================================
   TARGET
========================================================= */

.map-target {
    position: absolute;

    z-index: 8;

    left: 50%;
    top: 53%;

    width: 100px;
    height: 100px;

    transform: translate(-50%, -50%);

    border: 2px solid rgba(8,124,255,.30);

    border-radius: 50%;

    background: rgba(8,124,255,.035);

    box-shadow:
        0 0 0 17px rgba(8,124,255,.035),
        0 0 0 32px rgba(8,124,255,.02);
}

.map-target span {
    position: absolute;

    left: 50%;
    top: 50%;

    width: 20px;
    height: 20px;

    transform: translate(-50%, -50%);

    border: 4px solid white;

    border-radius: 50%;

    background: var(--js-primary);

    box-shadow:
        0 4px 12px rgba(8,124,255,.3);
}


/* =========================================================
   HOME PIN
========================================================= */

.home-location-pin {
    position: absolute;

    z-index: 15;

    left: 50%;
    top: 42%;

    width: 105px;
    height: 130px;

    transform: translate(-50%, -50%);

    filter:
        drop-shadow(
            0 16px 18px rgba(8,124,255,.22)
        );
}

.home-location-pin::before {
    content: "";

    position: absolute;

    top: 0;
    left: 50%;

    width: 105px;
    height: 105px;

    transform:
        translateX(-50%)
        rotate(-45deg);

    border-radius:
        58% 58% 58% 0;

    background:
        linear-gradient(
            145deg,
            #42a5ff,
            #087cff 62%,
            #006ce6
        );
}

.home-pin-inner {
    position: absolute;

    z-index: 3;

    left: 50%;
    top: 26px;

    width: 64px;
    height: 64px;

    display: flex;
    align-items: center;
    justify-content: center;

    transform: translateX(-50%);

    border-radius: 50%;

    background:
        linear-gradient(
            145deg,
            #ffffff,
            #edf6ff
        );

    color: var(--js-primary);

    font-size: 27px;

    box-shadow:
        inset 0 0 0 5px rgba(8,124,255,.08);
}


/* =========================================================
   ORBIT
========================================================= */

.service-orbit {
    position: absolute;

    left: 50%;
    top: 47%;

    width: 410px;
    height: 410px;

    transform: translate(-50%, -50%);

    border:
        1.5px dashed rgba(8,124,255,.30);

    border-radius: 50%;

    animation:
        serviceOrbitRotate 18s linear infinite;
}

@keyframes serviceOrbitRotate {

    from {
        transform:
            translate(-50%, -50%)
            rotate(0deg);
    }

    to {
        transform:
            translate(-50%, -50%)
            rotate(360deg);
    }
}


/* =========================================================
   ORBIT DOTS
========================================================= */

.orbit-dot {
    position: absolute;

    width: 8px;
    height: 8px;

    border-radius: 50%;

    background: var(--js-primary);

    box-shadow:
        0 0 0 4px rgba(8,124,255,.08);
}

.orbit-dot-1 {
    top: 45px;
    left: 85px;
}

.orbit-dot-2 {
    top: 75px;
    right: 28px;
}

.orbit-dot-3 {
    right: 40px;
    bottom: 75px;
}

.orbit-dot-4 {
    left: 78px;
    bottom: 42px;
}


/* =========================================================
   FEATURE BADGES
========================================================= */

.coverage-badge {
    position: absolute;

    z-index: 20;

    display: flex;
    align-items: center;

    gap: 10px;

    min-width: 140px;

    padding: 10px 14px;

    border: 1px solid #dce7f1;

    border-radius: 13px;

    background: rgba(255,255,255,.97);

    box-shadow:
        0 9px 25px rgba(25,61,95,.09);

    backdrop-filter: blur(10px);
}

.badge-icon {
    width: 34px;
    height: 34px;

    flex: 0 0 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 10px;

    background: rgba(8,124,255,.09);

    color: var(--js-primary);

    font-size: 14px;
}

.badge-text {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.badge-text strong {
    color: #182c49;

    font-size: 12px;
    font-weight: 800;
}

.badge-text span {
    color: #667890;

    font-size: 11px;
    font-weight: 600;
}


/* =========================================================
   BADGE POSITIONS
========================================================= */

.badge-expert {
    top: 45px;
    left: 10px;
}

.badge-verified {
    top: 80px;
    right: 5px;
}

.badge-ontime {
    bottom: 40px;
    left: 15px;
}

.badge-trusted {
    right: 0;
    bottom: 35px;
}


/* =========================================================
   BADGE COLORS
========================================================= */

.badge-trusted .badge-icon {
    color: var(--js-secondary);

    background: rgba(0,179,90,.10);
}


/* =========================================================
   DECORATIVE ELEMENTS
========================================================= */

.visual-plus {
    position: absolute;

    color: rgba(8,124,255,.28);

    font-size: 23px;
}

.plus-one {
    top: 25px;
    right: 5px;
}

.plus-two {
    left: 30px;
    top: 220px;
}

.visual-grid {
    position: absolute;

    right: 0;
    bottom: 0;

    width: 100px;
    height: 70px;

    background-image:
        radial-gradient(
            rgba(8,124,255,.25) 1.7px,
            transparent 1.7px
        );

    background-size: 12px 12px;

    opacity: .5;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1050px) {

    .service-area-card {
        gap: 25px;

        padding:
            45px 40px;
    }

    .service-area-content h2 {
        font-size: 44px;
    }

    .service-map {
        width: 340px;
    }

    .service-orbit {
        width: 360px;
        height: 360px;
    }

    .coverage-badge {
        transform: scale(.9);
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 760px) {

    .service-area {
        padding: 60px 14px;
    }

    .service-area-card {
        flex-direction: column;

        align-items: stretch;

        gap: 15px;

        padding:
            32px 22px
            20px;
    }

    .service-area-content {
        max-width: none;
    }

    .service-area-content h2 {
        font-size: 34px;
    }

    .service-area-description p {
        font-size: 14px;
    }

    .current-service-location {
        width: 100%;

        min-width: 0;
    }

    .service-area-visual {
        height: 370px;

        max-width: none;
    }

    .service-map {
        width: 280px;
        height: 165px;
    }

    .service-orbit {
        width: 310px;
        height: 310px;
    }

    .home-location-pin {
        transform:
            translate(-50%, -50%)
            scale(.72);
    }

    .coverage-badge {
        min-width: 110px;

        padding: 8px 10px;

        transform: scale(.85);
    }

    .badge-expert {
        left: -10px;
    }

    .badge-verified {
        right: -10px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 430px) {

    .service-area-card {
        padding:
            27px 17px
            15px;

        border-radius: 20px;
    }

    .service-area-content h2 {
        font-size: 30px;
    }

    .service-area-description p {
        font-size: 13.5px;
    }

    .service-area-visual {
        height: 330px;
    }

    .service-map {
        width: 245px;
        height: 145px;
    }

    .service-orbit {
        width: 275px;
        height: 275px;
    }

    .home-location-pin {
        transform:
            translate(-50%, -50%)
            scale(.63);
    }

    .coverage-badge {
        min-width: 102px;

        transform: scale(.78);
    }

    .badge-expert {
        left: -20px;
    }

    .badge-verified {
        right: -20px;
    }

}

/* =========================================================
   HOW IT WORKS — PROFESSIONAL JALSATHI SECTION
   ========================================================= */

.how-it-works {
    width: 100%;
    padding: 90px 24px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}


/* =========================================================
   SECTION HEADER
   ========================================================= */

.how-it-works .section-header {
    max-width: 760px;
    margin: 0 auto 58px;
    text-align: center;
}

.how-it-works .section-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    padding: 8px 15px;
    margin-bottom: 16px;

    border: 1px solid rgba(0, 102, 204, 0.12);
    border-radius: 999px;

    background: #f5f9ff;
    color: #0066cc;

    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.how-it-works .section-label i {
    font-size: 13px;
}


.how-it-works .section-header h2 {
    margin: 0;

    color: #071a33;

    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -0.8px;
}

.how-it-works .section-header h2 span {
    color: #0066cc;
}


.how-it-works .section-header p {
    max-width: 650px;
    margin: 17px auto 0;

    color: #617085;

    font-size: 16px;
    line-height: 1.75;
    font-weight: 400;
}


/* =========================================================
   STEPS CONTAINER
   ========================================================= */

.how-it-works .steps {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;

    position: relative;
}


/* =========================================================
   CONNECTING LINE
   ========================================================= */

.how-it-works .steps::before {
    content: "";
    position: absolute;

    top: 31px;
    left: 16.66%;
    right: 16.66%;

    height: 1px;

    background: linear-gradient(
        90deg,
        transparent,
        #d8e5f3 15%,
        #d8e5f3 85%,
        transparent
    );

    z-index: 0;
}


/* =========================================================
   STEP CARD
   ========================================================= */

.how-it-works .step-card {
    position: relative;
    z-index: 1;

    min-width: 0;

    padding: 24px 24px 28px;

    background: #ffffff;

    border: 1px solid #e6edf5;
    border-radius: 18px;

    box-shadow:
        0 4px 18px rgba(15, 35, 60, 0.045);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}


.how-it-works .step-card:hover {
    transform: translateY(-7px);

    border-color: rgba(0, 102, 204, 0.20);

    box-shadow:
        0 16px 38px rgba(15, 35, 60, 0.10);
}


/* =========================================================
   STEP TOP
   ========================================================= */

.how-it-works .step-top {
    display: flex;
    align-items: center;
    justify-content: space-between;

    min-height: 38px;
    margin-bottom: 20px;
}


/* =========================================================
   STEP NUMBER
   ========================================================= */

.how-it-works .step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 48px;
    height: 48px;

    flex-shrink: 0;

    border-radius: 50%;

    background: #ffffff;

    border: 2px solid #0066cc;

    color: #0066cc;

    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.5px;

    box-shadow:
        0 0 0 6px #ffffff,
        0 5px 16px rgba(0, 102, 204, 0.12);
}


/* =========================================================
   STEP LABEL
   ========================================================= */

.how-it-works .step-label {
    display: inline-flex;
    align-items: center;

    padding: 6px 11px;

    border-radius: 7px;

    background: #f5f8fc;

    color: #68788d;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 0.6px;
    text-transform: uppercase;
}


/* =========================================================
   IMAGE AREA
   ========================================================= */

.how-it-works .step-image {
    width: 100%;
    height: 190px;

    margin: 0 0 25px;
    padding: 18px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #f7faff;

    border: 1px solid #edf2f7;
    border-radius: 14px;

    overflow: hidden;
}


.how-it-works .step-image img {
    display: block;

    width: 100%;
    height: 100%;

    max-width: 210px;
    max-height: 155px;

    object-fit: contain;

    transition:
        transform 0.4s ease;
}


.how-it-works .step-card:hover .step-image img {
    transform: scale(1.045);
}


/* =========================================================
   STEP CONTENT
   ========================================================= */

.how-it-works .step-content {
    text-align: left;
}


.how-it-works .step-content h3 {
    margin: 0 0 10px;

    color: #071a33;

    font-size: 19px;
    line-height: 1.35;
    font-weight: 750;
    letter-spacing: -0.2px;
}


.how-it-works .step-content p {
    margin: 0;

    color: #68788d;

    font-size: 14px;
    line-height: 1.7;
    font-weight: 400;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

    .how-it-works {
        padding: 75px 20px;
    }

    .how-it-works .steps {
        gap: 18px;
    }

    .how-it-works .step-card {
        padding: 20px 18px 24px;
    }

    .how-it-works .step-image {
        height: 165px;
        padding: 14px;
    }

    .how-it-works .step-content h3 {
        font-size: 17px;
    }

    .how-it-works .step-content p {
        font-size: 13px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 680px) {

    .how-it-works {
        padding: 65px 16px;
    }


    .how-it-works .section-header {
        margin-bottom: 40px;
    }


    .how-it-works .section-header h2 {
        font-size: 30px;
        letter-spacing: -0.5px;
    }


    .how-it-works .section-header p {
        margin-top: 14px;

        font-size: 14px;
        line-height: 1.7;
    }


    .how-it-works .steps {
        grid-template-columns: 1fr;
        gap: 18px;
    }


    /* Hide desktop connecting line */
    .how-it-works .steps::before {
        display: none;
    }


    .how-it-works .step-card {
        padding: 20px;

        border-radius: 16px;
    }


    .how-it-works .step-top {
        margin-bottom: 18px;
    }


    .how-it-works .step-number {
        width: 44px;
        height: 44px;

        box-shadow:
            0 0 0 5px #ffffff,
            0 4px 14px rgba(0, 102, 204, 0.10);
    }


    .how-it-works .step-image {
        height: 175px;

        margin-bottom: 21px;
        padding: 15px;

        border-radius: 13px;
    }


    .how-it-works .step-image img {
        max-width: 200px;
        max-height: 145px;
    }


    .how-it-works .step-content h3 {
        font-size: 18px;
    }


    .how-it-works .step-content p {
        font-size: 14px;
        line-height: 1.65;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 400px) {

    .how-it-works {
        padding: 55px 13px;
    }


    .how-it-works .section-label {
        font-size: 11px;
        padding: 7px 12px;
    }


    .how-it-works .section-header h2 {
        font-size: 27px;
    }


    .how-it-works .section-header p {
        font-size: 13px;
    }


    .how-it-works .step-card {
        padding: 17px;
    }


    .how-it-works .step-image {
        height: 155px;
    }

}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    .how-it-works .step-card,
    .how-it-works .step-image img {
        transition: none;
    }

    .how-it-works .step-card:hover {
        transform: none;
    }

    .how-it-works .step-card:hover .step-image img {
        transform: none;
    }

}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .service-orbit {
        animation: none;
    }

}
