/* =====================
   GLOBAL
===================== */
body {
    font-family: "Spoqa Han Sans Neo", sans-serif;
    margin: 0;
}



.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

.text-orange-custom {
    color: #f58220;
    font: normal normal bold 18px/22px Spoqa Han Sans Neo;
    position: relative;
    z-index: 50
}

.json-highlight {
    font-weight: 700;
    color: #f58220;
    cursor: pointer !important;
    position: relative;
    z-index: 50;
}

/* =====================
   HERO SECTION
===================== */
.hero {
    background: #f58220 0% 0% no-repeat padding-box !important;
    padding-top: 40px;
    padding-bottom: 50px;
    /* min-height: calc(100vh - 70px); */
    display: flex;
    align-items: center;
    text-align: center;
    color: #ffffff;
}

.mcp-box {
    background: #ffffff;
    border-radius: 28px;
    padding: 30px 40px;
    display: inline-flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.mcp-text {
    font-size: 28px;
    font-weight: 700;
    color: #f58220;
}

.hero h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 16px;
}

.hero-heading {
    max-width: 1100px;
    font: normal normal bold 60px/74px 'Spoqa Han Sans Neo';
    line-height: 1.2 !important;
    color: white
}


.sub-text {
    opacity: 1;
    margin-bottom: 40px;
    font: normal normal normal 18px/22px Spoqa Han Sans Neo;
    color: #FFFFFF;
}

.btn-connect {
    background: #043b72;
    color: #fff;
    font-weight: 700;
    border-radius: 23px;
    padding: 14px 40px;
    font: normal normal bold 15px/19px Spoqa Han Sans Neo;
    border: none;
    width: 200px;
    cursor: pointer;
}

    .btn-connect:hover {
        background: #062b50;
        color: #ffffff;
    }

.fill-available {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 767px) {
    .mcp-img {
        content: url('./images/mcp-2-responsive.svg');
    }
}
/* =====================
   MCP INFO SECTION
===================== */
.mcp-info-section {
    background: #ffffff;
    padding: 80px 0;
}


.mcp-wrapper {
    background: #f7f7f7;
    border-radius: 40px;
    padding: 40px 40px 0px 40px;
    max-width: 100%;
    /* margin: auto; */
    max-height: 500px;
}



.mcp-feature .icon {
    font-size: 36px;
    margin-bottom: 16px;
}

.mcp-feature h5 {
    margin-bottom: 8px;
    font: normal normal bold 18px/22px Spoqa Han Sans Neo;
}

.mcp-feature p {
    color: #666;
    font: normal normal normal 16px/24px Spoqa Han Sans Neo;
}

/* =====================
   CHAT CARD
===================== */
.mcp-chat-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 800px;
    margin: auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.chat-left {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.chat-bubble.orange {
    border: 2px solid #f58220;
    color: #333;
    padding: 10px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    width: fit-content;
}

.chat-right .robot {
    font-size: 80px;
}

.hero-subheding {
    margin-bottom: 0;
    opacity: 1;
    font: normal normal normal 18px/22px Spoqa Han Sans Neo;
    color: #FFFFFF;
}

.disclaimer {
    width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}
/* =====================
   RESPONSIVE
===================== */
@media (max-width: 768px) {
    .hero {
        padding-top: 110px;
    }

        .hero h1 {
            font: normal normal bold 24px/39px Spoqa Han Sans Neo;
        }

    .mcp-box {
        flex-direction: column;
    }

    .mcp-chat-card {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .hero-heading {
        font: normal normal bold 24px/39px Spoqa Han Sans Neo;
    }

    .sub-text {
        font: normal normal normal 16px/23px Spoqa Han Sans Neo;
        letter-spacing: 0px;
        color: #FFFFFF;
        opacity: 1;
    }

    .hero-subheding {
        font: normal normal normal 16px/23px Spoqa Han Sans Neo;
        letter-spacing: 0px;
        color: #FFFFFF;
        opacity: 1;
    }

    .mcp-info-hero {
        padding: 20px;
    }
}

/* =====================
   MCP SECTION (MATCHED)
===================== */
.mcp-info-section {
    padding: 50px 0;
    background: #ffffff;
}

.mcp-title {
    text-align: center;
    font-weight: 700;
    font: normal normal bold 40px/50px Spoqa Han Sans Neo;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-bottom: 60px; */
}

.mcp-features {
    padding: 30px;
}

.mcp-feature img {
    width: 48px;
    /* margin-bottom: 16px; */
}

.mcp-feature h5 {
    font-weight: 600;
    margin-bottom: 6px;
}

.mcp-feature p {
    font-size: 14px;
    color: #777;
    line-height: 1.5;
}

.mcp-divider {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

/* Illustration Card */
.mcp-illustration-card {
    position: relative;
    background: #ffffff;
    border-radius: 34px 34px 0px 0px;
    padding: 40px;
    max-width: 700px;
    margin: auto;
    box-shadow: 0px 3px 16px #00000029;
}

.chat-text {
    position: absolute;
    background: #fff;
    border: 2px solid #f58220;
    border-radius: 24px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
}

    .chat-text.left {
        top: 20px;
        left: 20px;
    }

    .chat-text.right {
        top: 80px;
        left: 260px;
    }

.illustration-area {
    text-align: center;
}

    .illustration-area img {
        max-width: 100%;
        height: auto;
    }

.orange-strip {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 8px;
    width: 100%;
    background: #f58220;
}

/* Responsive */
@media (max-width: 768px) {
    .mcp-wrapper {
        padding: 40px 20px;
        max-height: 750px
    }

    .mcp-features {
        gap: 1em;
    }

    .mcp-divider {
        border: none;
    }

    .mcp-title {
        font: normal normal bold 30px/33px Spoqa Han Sans Neo;
        color: #000000;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        margin: 0;
        padding: 0;
    }

    .chat-text {
        position: static;
        margin-bottom: 10px;
    }

    .mcp-illustration-card {
        /* width: auto; */
        padding: 15px;
        position: relative;
        top: -20px;
        max-width: 100%;
        width: 100%;
    }
}

/* =====================
   BENEFITS SECTION
===================== */
.benefits-section {
    padding: 130px 0 50px 0;
    background: #ffffff;
}

.benefits-title {
    font: normal normal bold 40px/50px Spoqa Han Sans Neo;
    padding-top: 60px;
    padding-bottom: 30px;
}

@media (max-width: 768px) {
    .benefits-title {
        font: normal normal bold 30px/37px Spoqa Han Sans Neo;
        padding-top: 0px;
        padding-bottom: 50px;
    }

    .benefits-section {
        padding: 60px 0 60px 0;
        background: #ffffff;
    }
}


.benefit-card {
    max-width: 280px;
    margin: auto;
}

.benefit-icon {
    font-size: 42px;
    margin-bottom: 6px;
    width: 75px;
    height: 60px;
}

.benefit-card h5 {
    font-weight: 600;
    margin-bottom: 10px;
    width: 285px;
    font: normal normal bold 18px/22px Spoqa Han Sans Neo;
}

.benefit-card p {
    font: normal normal normal 16px/24px Spoqa Han Sans Neo !important;
    color: #777;
    line-height: 1.6;
}

/* =====================
   ACCESS SECTION (FIXED)
===================== */
.access-section {
    background: #f8f8f8 0% 0% no-repeat padding-box;
    padding-top: 50px;
    height: 575px;
}

.access-title {
    margin-bottom: 30px;
    font: normal normal bold 40px/50px Spoqa Han Sans Neo;
}

@media (max-width: 768px) {
    .access-section {
        padding: 0px;
        padding-top: 40px;
        height: 1050px
    }

    .access-title {
        font: normal normal bold 30px/33px Spoqa Han Sans Neo;
    }
}


.access-content {
    display: flex;
    justify-content: center;
}

.access-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 350px;
    gap: 1em;
}

.access-item {
    display: flex;
    width: 300px;
    gap: 16px;
    margin-bottom: 11px;
}

.access-item-1 {
    margin-left: -80px;
}

.access-item-2 {
    margin-right: -60px;
}

.access-item-3 {
    margin-left: 35px;
}

.access-icon {
    font-size: 26px;
    color: #f58220;
    max-width: 50px;
    width: 50px;
}

.access-item h6 {
    font-weight: 600;
    margin-bottom: 4px;
    font: normal normal bold 20px/25px Spoqa Han Sans Neo;
    width: 267px;
}

.access-item p {
    color: #777;
    line-height: 1.5;
    font: normal normal normal 16px/24px Spoqa Han Sans Neo;
}



/* CENTER ROBOT */
.access-illustration {
    font-size: 150px;
    line-height: 1;
    height: 2.8em;
}

/* CTA STRIP */

/* Responsive */
@media (max-width: 768px) {
    .access-content {
        text-align: start;
        display: flex;
        justify-content: flex-start;
    }

    .access-col {
        align-items: flex-start;
        max-width: 100%;
    }

    .access-item-1 {
        margin-left: 0;
        margin-bottom: 20px;
    }

    .access-item-2 {
        margin-left: 0;
        margin-bottom: 20px;
    }

    .access-item-3 {
        margin-left: 0;
        margin-bottom: 20px;
    }

    .access-illustration {
        /* margin: 40px 0; */
        display: none;
    }
}



/* =====================
   CTA CARD (DESIGN MATCH)
===================== */
.access-cta-wrapper {
    display: flex;
    justify-content: center;
    position: relative;
    top: -4em;
    /* margin: 80px 0 40px; */
}

.access-cta-interact {
    font: normal 500 24px/30px 'Spoqa Han Sans Neo', sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF !important;
    opacity: 1;
    letter-spacing: 0px;
    color: #FFFFFF !important;
    opacity: 1;
}

@media (max-width: 768px) {
    .access-cta-wrapper {
        display: flex;
        flex-direction: column;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom:0;
        position: relative;
        top: -9em;
    }

    .cta-left {
        display: flex;
        flex-direction: column;
    }
}

.access-cta-card {
    background: #f58220;
    padding: 18px 24px;
    max-width: 960px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.cta-left {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    font: normal normal medium 24px/30px Spoqa Han Sans Neo;
}


.cta-icon {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    padding: 8px;
    font-size: 22px;
}

/* Button already exists but ensure size */
.btn-connect {
    padding: 12px 28px;
    border-radius: 30px;
    font-size: 14px;
}

/* Responsive */
@media (max-width: 768px) {
    .access-cta-card {
        flex-direction: column;
        text-align: center;
        padding: 30px;
    }
}

/* =====================
   HOW MCP HELPS YOU
===================== */
.mcp-help-section {
    padding-bottom: 80px;
    background: #ffffff;
}

.mcp-help-title {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 50px;
    font: normal normal bold 40px/50px Spoqa Han Sans Neo;
}

.mcp-help-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid #d9d9d9;
}

.mcp-help-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 28px 24px;
    font-size: 18px;
    font-weight: 500;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

    .mcp-help-item span {
        font: normal normal 500 20px/25px Spoqa Han Sans Neo;
        /* font-size: 40px;*/
        color: #464646;
    }
    /* Remove right border on last column */
    .mcp-help-item:nth-child(3n) {
        border-right: none;
    }

    /* Remove bottom border on last row */
    .mcp-help-item:nth-last-child(-n + 3) {
        border-bottom: none;
    }

/* Orange tick icon */
.help-icon {
    background: #f58220;
    color: #ffffff;
    font-size: 14px;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .mcp-help-grid {
        grid-template-columns: 1fr;
    }

    .mcp-help-item {
        border-right: none !important;
    }

        .mcp-help-item:nth-last-child(-n + 3) {
            border-bottom: 1px solid #d9d9d9;
        }
    .mcp-help-title {
        text-align: center;
        margin-bottom: 50px;
        font: normal normal bold 30px/40px Spoqa Han Sans Neo;
    }
}

/* =====================
   SECURITY SECTION
===================== */
.security-section {
    padding: 80px 0;
    background: #f5f5f5 0% 0% no-repeat padding-box;
}

.security-title {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 50px;
}

/* Main box */
.security-box {
    background: #ffffff;
    width: auto;
    max-width: 900px;
    display: flex;
    flex-wrap: wrap;
}

/* Left image area */
.security-image {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    flex: 1;
}

/* Right orange panel */
.security-content {
    background: #f58220;
    color: #ffffff;
    padding: 50px 45px;
    display: flex;
    flex: 1;
    align-items: center;
}

    .security-content ul {
        list-style: disc;
        padding-left: 20px;
        margin: 0;
    }

    .security-content li {
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 20px;
    }

/* Responsive */
@media (max-width: 768px) {
    .security-content {
        padding: 30px 25px;
    }

    .security-title {
        font-size: 32px;
    }
}

.mcp-setup-section {
    padding: 60px 10px;
    /* background: #f5f5f5; */
}

.macos {
    width: 188px;
    cursor: pointer;
    height: 60px;
    border: 1px solid #f58220;
    border-radius: 0px 29px 32px 0px;
    text-align: left;
    font: normal normal bold 18px/22px Spoqa Han Sans Neo;
    letter-spacing: 0px;
    padding: 17px;
    color: #464646;
    opacity: 1;
}

.windows {
    width: 195px;
    height: 61px;
    cursor: pointer;
    /* UI Properties */
    background: #f58220 0% 0% no-repeat padding-box;
    border: 1px solid #f58220;
    border-radius: 30px 0px 0px 31px;
    opacity: 1;
    padding: 17px;
    padding-left: 25px;
    color: #ffffff;
    font: normal normal bold 18px/22px Spoqa Han Sans Neo;
}

    .windows.active,
    .macos.active {
        background: #f58220;
        color: #ffffff;
        cursor: pointer;
    }

    .windows:not(.active),
    .macos:not(.active) {
        background: #ffffff;
        color: #464646;
    }

@media (max-width: 768px) {
    .windows {
        width: 215px;
        height: 61px;
        cursor: pointer;
        /* UI Properties */
        background: #f58220 0% 0% no-repeat padding-box;
        border: 1px solid #f58220;
        border-radius: 30px 0px 0px 31px;
        opacity: 1;
        font: normal normal bold 15px/19px Spoqa Han Sans Neo;
        letter-spacing: 0px;
        color: #FFFFFF;
    }

    .macos {
        border: 1px solid #f58220;
        border-radius: 0px 29px 32px 0px;
        text-align: left;
        font: normal normal bold 15px/19px Spoqa Han Sans Neo;
        letter-spacing: 0px;
        padding: 17px;
        color: #464646;
        opacity: 1;
    }
}

.section-title {
    text-align: center;
    font: normal normal bold 40px/52px Spoqa Han Sans Neo;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    /* margin-bottom: 15px; */
}

.section-subtitle {
    text-align: center;
    color: #666;
    /* margin-bottom: 80px; */
    font: normal normal normal 16px/25px Spoqa Han Sans Neo;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* Timeline */
.timeline {
    position: relative;
    width: 100%;
    height: 720px;
}

    /* Center Line */
    .timeline::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 0;
        width: 2px;
        /* height: 100%; */
        background: #dcdcdc;
        transform: translateX(-50%);
    }

/* Grid Layout for Perfect Alignment */
.timeline-row {
    display: grid;
    grid-template-columns: 1fr 50px 1fr;
    align-items: center;
    /* margin-bottom: 80px;  */
}

.timeline-row-1 {
    top: -50px;
}

.timeline-row-2 {
    top: -200px;
}

.timeline-row-3 {
    top: -220px;
}

.timeline-row-4 {
    top: -305px;
}

/* Boxes */
.timeline-box {
    padding: 30px;
    border: 2px dashed #ddd;
    background: #fff;
    border-radius: 8px;
    max-width: 420px;
    width: 420px;
    position: relative; /* IMPORTANT */
    z-index: 1
}

    .timeline-box.left {
        justify-self: end;
        margin-right: 40px;
    }

    .timeline-box.right {
        justify-self: start;
        margin-left: 40px;
    }

    .timeline-box.empty {
        border: none;
        background: transparent;
        pointer-events: none;
    }

/* Number Circle */
.timeline-number {
    width: 60px;
    height: 60px;
    background: #f58220;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 20px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.timeline-box.left,
.timeline-box.right {
    position: relative;
}


    /* Left side connector */
    /* LEFT BOX connector */
    .timeline-box.left::after {
        content: "";
        position: absolute;
        top: 50%;
        right: -40px;
        width: 40px;
        border-top: 2px dashed #ddd;
        transform: translateY(-50%);
    }

    /* RIGHT BOX connector */
    .timeline-box.right::after {
        content: "";
        position: absolute;
        top: 50%;
        left: -40px;
        width: 40px;
        border-top: 2px dashed #ddd;
        transform: translateY(-50%);
    }

.timeline-row {
    position: relative;
}

    .timeline-row::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 0;
        bottom: 0;
        border-left: 2px dashed #ddd;
        transform: translateX(-50%);
    }

    .timeline-row:first-child::before {
        top: 50%;
    }

    .timeline-row:last-child::before {
        bottom: 50%;
    }

.first-step .timeline-box {
    border-top: none;
}

@media (max-width: 768px) {

    /* Remove desktop height + offsets */
    .timeline {
        height: auto;
        padding-left: 70px;
        position: relative;
    }

        /* Single vertical dashed line */
        .timeline::before {
            content: "";
            position: absolute;
            left: 0px;
            top: 50px;
            bottom: 100px;
            width: 2px;
            background: repeating-linear-gradient( to bottom, #dcdcdc, #dcdcdc 6px, transparent 6px, transparent 12px );
        }





    /* Remove grid layout */
    .timeline-row {
        display: block;
        position: relative;
        margin-bottom: 10px;
    }

    /* Remove weird top shifting from desktop */
    .timeline-row-1,
    .timeline-row-2,
    .timeline-row-3,
    .timeline-row-4 {
        top: 0 !important;
    }

    /* Hide empty placeholder divs */
    .timeline-box-empty {
        display: none;
    }

    /* Timeline number */
    .timeline-number {
        position: absolute;
        left: -90px;
        top: 50%;
        transform: translateY(-50%);
        width: 50px;
        height: 50px;
        font-size: 18px;
        z-index: 0;
    }

    /* Timeline content box */
    .timeline-box {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }

        .timeline-box.left,
        .timeline-box.right {
            justify-self: unset;
            margin: 0;
            z-index: 0;
        }

            .timeline-box.left::after {
                border-top: none;
            }

            .timeline-box.right::after {
                border-top: none;
            }
    /* Remove horizontal connectors */
    /* Remove row center lines */
    .timeline-row::before {
        display: none; /* no extra connectors from rows */
    }

    .timeline-box::before {
        content: "";
        position: absolute;
        left: -35px; /* distance from card to circle */
        top: 50%;
        transform: translateY(-50%);
        width: 35px; /* length of connector */
        height: 2px;
        background: repeating-linear-gradient( to right, #dcdcdc, #dcdcdc 6px, transparent 6px, transparent 12px );
    }
}


.btn-walkthrough {
    background-color: #0f3b63; /* dark blue */
    color: #ffffff;
    border: none;
    border-radius: 40px;
    padding: 6px 6px 6px 14px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    font-weight: 600;
    font-size: 16px;
    min-width: 260px;
    transition: 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

    .btn-walkthrough:hover {
        opacity: 0.9;
    }


.mobile-br {
    font: normal normal bold 40px/50px Spoqa Han Sans Neo;
}

@media (max-width: 768px) {
    .mobile-br {
        display: inline; /* show line break on mobile */
        font: normal normal bold 22px/33px Spoqa Han Sans Neo;
    }
}

/* White circular icon background */
.icon-wrapper {
    width: 44px;
    height: 44px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    /* Icon inside circle */
    .icon-wrapper img {
        width: 20px;
        height: 20px;
    }

.troubleshoot-wrapper {
    display: flex;
    background: #fff;
    /* padding: 40px; */
    border-radius: 10px;
    box-shadow: 5px 5px 12px #0000001f;
    
    width: 968px;
    background: #ffffff 0% 0% no-repeat padding-box;
    opacity: 1;
}

.troubleshoot-left {
    text-align: center;
    width: 280px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .troubleshoot-left img {
        width: 80px;
        margin-bottom: 15px;
    }

.troubleshoot-section {
    flex: 1;
    background: #f5f5f5 0% 0% no-repeat padding-box;
    padding: 40px;
}

.trouble-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Desktop */
    gap: 25px 40px;
}

/* Mobile */
@media (max-width: 768px) {
    .trouble-grid {
        grid-template-columns: 1fr; /* 1 column */
    }

    .troubleshoot-left {
        text-align: center;
        width: 100%;
        padding: 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .troubleshoot-wrapper {
        display: flex;
        background: #fff;
        /* padding: 40px; */
        border-radius: 10px;
        box-shadow: 5px 5px 12px #0000001f;
        
        width: 968px;
        background: #ffffff 0% 0% no-repeat padding-box;
        opacity: 1;
    }
}

.trouble-item {
    display: flex;
    gap: 12px;
}

.orange-bar {
    width: 4px;
    background-color: #f58220;
}

.trouble-item h6 {
    margin: 0;
    font-weight: 600;
}

.trouble-item p {
    margin: 4px 0 0;
    font-size: 14px;
    color: #555;
}

.details-link {
    margin-top: 25px;
}

    .details-link a {
        color: #f58220;
        font-weight: 500;
        text-decoration: none;
    }

        .details-link a:hover {
            text-decoration: underline;
        }

/* Section Background */
.prompts-section {
    background: #f3f3f3;
    padding: 80px 0 130px 0;
}

@media (max-width: 768px) {
    .prompts-section {
        width: 100%;
        height: 75em;
    }
}

/* Title */
.section-title {
    font-size: 36px;
    font-weight: 700;
}



/* Right Card */
.prompt-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 25px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    max-height: 400px;
    overflow-y: auto;
    border: 1px solid #C9C9C9;
    border-radius: 20px;
}

    /* Scrollbar style (optional but cleaner) */
    .prompt-card::-webkit-scrollbar {
        width: 6px;
    }

    .prompt-card::-webkit-scrollbar-thumb {
        background: #cfcfcf;
        border-radius: 10px;
    }

/* List Styling */
.prompt-list {
    list-style: disc;
    /* padding: 0 30px; */
    /* margin: 0; */
    /* max-height: 400px;
  overflow-y: auto; */
}

    .prompt-list li {
        padding: 15px;
        font-size: 15px;
        color: #555;
        font: normal normal normal 16px/22px Spoqa Han Sans Neo;
        color: #464646;
        opacity: 1;
        /* list-style-type: none; */
        padding-bottom: 0;
    }

        .prompt-list li::after {
            content: "";
            display: block;
            height: 2px;
            background-color: #c9c9c9; /* Line color */
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1); /* Light shadow */
            margin-top: 10px; /* Space between text and the line */
        }

        .prompt-list li:last-child::after {
            content: none; /* Remove the line after the last item */
        }

        .prompt-list li::marker {
            color: #c9c9c9; /* Set the bullet color to light gray */
        }

        .prompt-list li:last-child {
            border-bottom: none;
        }

/* =====================================
   FAQ SECTION - CLEAN REWRITE
===================================== */

.faq-section {
    /* background-color: #f4f6f8; */
    padding-bottom: 60px;
}

/* ======================
   Title
====================== */

.faq-title {
    font-size: 44px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    color: #1f2933;
}

/* ======================
   Tabs
====================== */

.faq-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-bottom: 45px;
    flex-wrap: wrap;
}

.faq-tab {
    padding: 10px 24px;
    border-radius: 999px;
    border: none;
    background-color: #e5e7eb;
    font-size: 14px;
    font-weight: 600;
    color: #4b5563;
    cursor: pointer;
    transition: all 0.25s ease;
}

    .faq-tab:hover {
        background-color: #d1d5db;
    }

    .faq-tab.active {
        background-color: #0d3b66;
        color: #ffffff;
    }

/* ======================
   Card Container
====================== */

.faq-card {
    max-width: 1000px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

/* ======================
   Accordion Styling
====================== */

.accordion-item {
    border: none;
    border-bottom: 1px solid #f0f0f0;
}

    .accordion-item:last-child {
        border-bottom: none;
    }

.accordion-button {
    background-color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 22px 28px;
    color: #111827;
    box-shadow: none !important;
    position: relative;
    transition: background 0.2s ease;
}

    .accordion-button:hover {
        background-color: #f9fafb;
    }

    /* Remove Bootstrap default focus */
    .accordion-button:focus {
        box-shadow: none;
    }

    /* Remove blue active background */
    .accordion-button:not(.collapsed) {
        background-color: #ffffff;
        color: #111827;
    }

        /* Left active indicator bar */
        .accordion-button:not(.collapsed)::before {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            height: 55%;
            width: 4px;
            /*background-color: #f58220;*/
            border-radius: 4px;
        }

    /* Optional smoother arrow */
    .accordion-button::after {
        transition: transform 0.25s ease;
    }

/* ======================
   Accordion Body
====================== */

.accordion-body {
    padding: 0 28px 24px 28px;
    line-height: 1.6;
    color: #6b7280;
}

/* ======================
   Responsive Design
====================== */

@media (max-width: 768px) {

    .faq-section {
        padding: 0px 20px 60px 20px;
    }

    .faq-title {
        font-size: 32px;
    }

    .faq-section .container {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .faq-tabs {
        justify-content: flex-start; /* scroll from left */
        overflow-x: auto; /* enable horizontal scroll */
        -webkit-overflow-scrolling: touch; /* smooth scroll on iOS */
        gap: 12px; /* smaller gap */
        flex-wrap: nowrap; /* prevent wrapping */
    }

        .faq-tabs::-webkit-scrollbar {
            display: none; /* hide scrollbar */
        }

    .faq-tab {
        flex: 0 0 auto; /* prevent shrinking */
        white-space: nowrap; /* prevent text from wrapping */
        font-size: 13px;
        padding: 8px 18px;
    }



    .accordion-button {
        padding: 18px 20px;
        font-size: 15px;
    }

    .accordion-body {
        padding: 0 20px 20px 20px;
        font: normal normal normal 14px/21px Spoqa Han Sans Neo;
        letter-spacing: 0px;
        color: #757575;
    }

        .accordion-body p {
            font-family: "Spoqa Han Sans Neo" !important;
            letter-spacing: 0px;
            color: #757575 !important;
        }

    .prompt-card {
        background: #ffffff;
        padding: 25px;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
        max-height: 400px;
        overflow-y: auto;
        font: normal normal normal 15px/22px Spoqa Han Sans Neo;
        border: 1px solid #C9C9C9;
        border-radius: 20px;
         padding-left: 40px;
    }
}

/* 
.faq-tabs {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.faq-tab {
  background: #e0e0e0;
  border: none;
  padding: 8px 18px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  color: #555;
  cursor: pointer;
}

.faq-tab.active {
  background: #0d3b66;
  color: #fff;
}

.faq-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  padding: 0;
  max-width: 950px;
  margin: auto;
  overflow: hidden;
}

.faq-item {
  border-bottom: 1px solid #eee;
  padding: 18px 25px;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-question {
  font-weight: 600;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-icon {
  font-size: 18px;
  color: #777;
} */
/*Shubham start*/
.text-white {
    color: white;
    padding-left: 20px;
}

.text-black {
    color: #000000;
    font: normal normal bold 18px/22px Spoqa Han Sans Neo;
}

.text-gray {
    color: #464646;
    font: normal normal normal 16px/26px Spoqa Han Sans Neo;
}

.troubleshoot-icon {
    font: normal normal bold 24px/32px Spoqa Han Sans Neo;
    letter-spacing: 0px;
    color: #464646;
    opacity: 1;
}

.accordion-collapse.collapse.show {
    border-left: 10px solid #f58220 !important;
}

.accordion-item .accordion-button {
    font-size: 16px;
    font-family: "Spoqa Han Sans Neo" !important;
    color: #464646 !important;
    background-color: #fff;
    box-shadow: none;
    padding: 10px 20px;
    border-left: 10px solid #f58220;
}

    .accordion-item .accordion-button::after {
        background-image: url('images/arrow-down.svg');
    }

    .accordion-item .accordion-button.collapsed::after {
        background-image: url('images/arrow-down.svg');
        transform: rotateY(180deg)
    }

.accordion-collapse.show {
    border-left: 10px solid #f58220;
}

.accordion-button::after {
    transition: transform 0.3s ease;
}

.accordion-button.active-arrow::after {
    transform: rotate(180deg);
}

/*END*/
