/* --- Base Reset & Typography --- */
body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #334155;
    background-color: #ffffff;
    overflow-x: hidden;
}

/* --- Buttons --- */
/* --- Banner Section --- */
.Classified-Local-banner {
    background: linear-gradient(135deg, #f8faff 0%, #fffcf9 100%);
    height: 700px;
}

.main-banner-heading {
}

/* --- Challenges Section --- */
.bg-shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    z-index: 0;
}

.shape1 {
    width: 300px;
    height: 300px;
    /* background: rgba(255, 107, 0, 0.1); */
    top: -100px;
    left: -100px;
}

.shape2 {
    width: 250px;
    height: 250px;
    /* background: rgba(59, 130, 246, 0.1); */
    bottom: -80px;
    right: -80px;
}

.banner-pic-wro img {
    max-width: 500px;
}

.banner-pic-wro {
    text-align: center;
}

.info-box {
    position: relative;
    background: #ffffff;
    padding: 50px 30px 30px;
    border-radius: 0 40px 0 40px;
    height: 100%;
    transition: 0.3s;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

    .info-box:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    }

    .info-box .icon-wrapper {
        position: absolute;
        top: -30px;
        left: -30px;
        width: 60px;
        height: 60px;
        background: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }

    .info-box.purple {
        border-color: #8e44ad;
    }

        .info-box.purple .icon-wrapper {
            color: #8e44ad;
        }

    .info-box.pink {
        border-color: #c2185b;
    }

        .info-box.pink .icon-wrapper {
            color: #c2185b;
        }

    .info-box.orange {
        border-color: #ff6b00;
    }

        .info-box.orange .icon-wrapper {
            color: #ff6b00;
        }

/* --- Hospitality Grid --- */
.nexus-node {
    padding: 40px;
    background: #fff;
    border: 1px solid #f1f5f9;
    height: 100%;
    transition: 0.3s;
    position: relative;
}

.hospitality-grid .col-md-4 {
    padding: 0;
}

.nexus-node:hover {
    background: #fdf2e9;
    border-color: #ff6b00;
    transform: scale(1.02);
    z-index: 1;
}

.node-icon-wrap {
    width: 60px;
    height: 60px;
    background: #ff6b00;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: #fff;
    font-size: 24px;
}

.node-heading {
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 15px;
}

/* --- Bento Grid --- */
.bento-card {
    background: #fff;
    border-radius: 24px;
    padding: 40px;
    border: 1px solid #f1f5f9;
    height: 100%;
    transition: 0.3s;
}

    .bento-card:hover {
        border-color: #ff6b00;
        box-shadow: 0 15px 30px rgba(0,0,0,0.05);
    }

.card-highlight {
    background: linear-gradient(135deg, #ff6b00 0%, #e65100 100%);
    color: #fff;
    display: flex;
    align-items: center;
}

    .card-highlight h3 {
        font-weight: 800;
        font-style: italic;
    }

.card-icon {
    font-size: 2.5rem;
    color: #ff6b00;
    margin-bottom: 20px;
}

.badge {
    padding: 8px 16px;
    border-radius: 50px;
    font-weight: 700;
    margin-right: 5px;
}

.badge-orange {
    background: #fff1e6;
    color: #ff6b00;
}

.badge-blue {
    background: #e0f2fe;
    color: #0369a1;
}

/* --- Outcome Section --- */
.glow-circle {
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255, 107, 0, 0.1) 0%, transparent 70%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.glass-container {
    background: rgba(255,255,255,0.8);
    backdrop-filter: blur(10px);
    border-radius: 40px;
    padding: 60px;
    border: 1px solid #dee2e6;
}

.f-pill {
    background: #fff;
    border: 1px solid #e2e8f0;
    padding: 10px 20px;
    border-radius: 9px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    margin: 5px;
}

    .f-pill i {
        color: #ff6b00;
        margin-right: 8px;
    }

/* --- CTA Section --- */
.cta-card-white {
    background: #fff;
    border-radius: 40px;
    padding: 60px;
    position: relative;
    background: #ffffff;
    border: 2px solid #f9f9f9;
}

    .cta-card-white::before {
        content: "";
        position: absolute;
        top: 0;
        left: 40px;
        right: 40px;
        height: 5px;
        background: #ff6b00;
        border-radius: 0 0 10px 10px;
    }

.tag {
    background: #fff1e6;
    color: #ff6b00;
    padding: 5px 15px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.8rem;
    margin-right: 10px;
}

.action-box {
    background: #f8fafc;
    padding: 30px;
    border-radius: 24px;
}

/* --- FAQ Section --- */
.faq-card-modern {
    background: #fff;
    border: 1px solid #f1f5f9;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 25px;
    position: relative;
    transition: 0.3s;
}

    .faq-card-modern:hover {
        border-color: #ff6b00;
        transform: translateY(-5px);
    }

.q-num {
    position: absolute;
    top: -15px;
    left: 20px;
    background: #0f172a;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.med-hcx-q-heading {
    font-weight: 700;
    font-size: 1.2rem;
    margin-top: 10px;
}

.med-hcx-answer-block {
    margin-top: 15px;
    border-left: 3px solid #f1f5f9;
    padding-left: 15px;
    color: #64748b;
}

/* --- Responsive Adjustments --- */
@media (max-width: 991px) {
    .py-100 {
        padding: 60px 0;
    }

    .main-banner-heading {
        font-size: 2.5rem;
    }

    .main-heading {
        font-size: 2rem;
    }

    .faq-col-right-staggered {
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .faq-col-right-staggered {
        margin-top: 50px;
    }
}
