


/* --- HERO: ASYMMETRICAL DESIGN --- */


.munan-capital {
    background: linear-gradient(45deg, #f1f4ff, #ffdddd38);
    padding: 100px 0;
    /* height: auto; */
    height: 700px;
    padding: 100px 0;
    padding-bottom: 150px;
}

.hero-img-portal {
    position: relative;
    width: 100%;
    text-align: center;
}

    .hero-img-portal img {
        max-width: 650px;
    }

.telecome-banner-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
}

/* --- CHALLENGES: THE "FRICTION" STRIP --- */
.challenge-strip {
}

.challenge-item-new {
    border-left: 1px solid rgb(0 0 0 / 4%);
    padding-left: 30px;
    padding-left: 80px;
    position: relative;
    margin-bottom: 30px;
}

.change-connect-div img {
    max-width: 500px;
}

.change-connect-div {
    text-align: center;
    place-content: center;
    place-content: center;
    height: 100%;
}

.alert-div {
    display: flex;
    padding: 15px;
    border-radius: 0;
    align-items: flex-start;
    gap: 15px;
    /* background: #8b8ef10f; */
    border: 1px solid #8f93f914;
    border-left: 3px solid #ff6b00;
}

    .alert-div i {
        color: #ff6b00;
        font-size: 1.5rem;
        position: relative;
    }

.challenge-item-new h3 {
    font-size: 1.2rem;
    font-weight: 800;
    margin-bottom: 10px;
}

.challenge-icon-box {
    font-size: 1.5rem;
    color: #ff6b00;
    margin-bottom: 15px;
    position: absolute;
    left: 30px;
}

/* --- TAKSH SUPPORT: THE INTERFACE GRID --- */
/* --- KEY ADVANTAGES: STAGGERED LAYOUT --- */


.adv-pill {
    background: linear-gradient(321deg, #f1f4ff7a, #ffdddd38);
    padding: 30px;
    border-radius: 3px;
    flex: 1 1 300px;
    border: 1px solid #8f93f914;
    transition: 0.3s;
    height: 100%;
    cursor: pointer;
    background: #fff;
}

    .adv-pill i {
        color: #ff6b00;
        font-size: 30px;
    }

    .adv-pill h4 {
        font-size: 20px;
    }

    .adv-pill p {
        margin-bottom: 0;
    }

    .adv-pill:hover {
        border-color: #ff6b00;
        background: #fff;
        transform: translateY(-1px);
        background: linear-gradient(321deg, #f1f4ff7a, #ffdddd38);
    }

    .adv-pill h3 {
        font-size: 20px;
        font-weight: 700;
    }



.main-heading * {
    font-size: inherit;
}

/* --- OUTCOMES: THE VISUAL STATS --- */



.adv-pill-why {
    background: #f8f8fe;
    padding: 30px;
    border-radius: 3px;
    flex: 1 1 300px;
    border: 1px solid #ff6b00;
    transition: 0.3s;
    height: 100%;
    cursor: pointer;
    clip-path: polygon(3% 2%, 99% 1%, 98% 98%, 0% 100%);
    background: #fff;
}

    .adv-pill-why i {
        color: #ff6b00;
        font-size: 30px;
    }

    .adv-pill-why h4 {
        font-size: 20px;
    }

    .adv-pill-why p {
        margin-bottom: 0;
    }

    .adv-pill-why:hover {
        border-color: #ff6b00;
        background: #fff;
        transform: translateY(-1px);
    }

    .adv-pill-why h3 {
        font-size: 20px;
        font-weight: 700;
    }



/* --- DASHBOARD TILES DESIGN --- */

.section-5 {
    background: linear-gradient( 321deg, #f1f4ff, #ffdddd38);
}
/* --- Custom Grid for 5 Columns --- */ .section-3 {
    background: linear-gradient( 321deg, #f1f4ff, #ffdddd38);
    padding: 100px;
    clip-path: polygon(3% 5%, 98% 14%, 100% 100%, 0 100%);
    padding-top: 200px;
}

.col-five {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 10px;
    margin-bottom: 30px;
}

.step-container:before {
    content: "";
    position: absolute;
    left: 50%;
    height: 100%;
    background: #ff6b00;
    width: 60%;
    transform: translateX(-50%);
    bottom: 0;
    border-radius: 5px 5px 0 0;
}

.step-body {
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #ff6b00;
    padding: 30px 15px;
    text-align: center;
    min-height: 140px;
}

.step-div {
    position: relative;
}
/* --- Card Styling --- */
.step-container {
    transition: all 0.4s ease;
    cursor: pointer;
    height: 100%;
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: end;
}

/* Top Box (Header) */
.step-header {
    /* Lighter version of #8b8ef1 for header */
    text-align: center;
    margin-bottom: 15px;
    color: #fff;
    font-size: 30px;
    position: relative;
    margin-top: 20px;
}

    /* The Arrow Pointing Down */
    .step-header::after {
        content: "";
        position: absolute;
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #ff6b00;
        transition: all 0.4s ease;
        z-index: 10;
    }

/* White Body */
.step-body {
    /* Lightest version of #8b8ef1 */
}

    .step-body span {
        display: block;
        font-size: 11px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 10px;
        color: #8b8ef1;
    }

    .step-body h3 {
        font-size: 18px;
        font-weight: 700;
        color: #333;
        margin-bottom: 10px;
    }

    .step-body p {
        margin: 0;
    }

/* --- HOVER EFFECTS --- */
.step-container:hover .step-header {
    /* Target hover color */
    color: #ffffff;
}

    .step-container:hover .step-header::after {
        border-top-color: #ff6b00; /* Arrow color change */
    }

.step-container:hover .step-body {
    /* Target hover color */
}

.step-container:hover h3,
.step-container:hover p,
.step-container:hover span {
}

/* Mobile View: Make it stack */



@media (max-width: 1200px) {
    .section-3 {
        clip-path: unset;
        padding: 50px 0;
    }

    .lightbulb-box.mt-4 {
    }

    .hero-img-portal img {
        max-width: 300px;
    }

    .telecome-banner-bottom {
        display: none;
    }

    .munan-capital {
        padding: 50px 0;
        height: auto;
    }

    .py-100 {
        padding: 50px 0 !important;
    }
}

@media (max-width: 991px) {

    .change-connect-div img {
        max-width: 300px;
        margin-bottom: 30px;
    }

    .col-five {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 30px;
    }

    .common-inner-header .row {
        flex-flow: column-reverse;
    }
}

@media (max-width: 576px) {
    .col-five {
        flex: 0 0 100%;
        max-width: 100%;
    }
}




























/* --- EXAMPLE BOXES --- */




/* --- OUTCOME CIRCLES --- */



/* --- Flex Grid --- */
.outcome-flex-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    counter-reset: outcome-counter;
}

/* --- The Circular Card --- */
.outcome-circle-card {
    position: relative;
    width: 260px;
    height: 260px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 35px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    /* Smooth transitions for hover */
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
}

/* --- Automatic Numbering --- */


/* --- SVG Border Overlay (The Arcs) --- */
.circle-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.base-line {
    fill: none;
    stroke: #f1f3f5;
    stroke-width: 2;
}

.cap-line {
    fill: none;
    stroke-width: 5px;
    stroke-linecap: round;
    stroke-dasharray: 80, 215;
    /* Start Position */
    transform: rotate(-103deg);
    transform-origin: center;
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), stroke 0.3s ease;
}

/* --- Icon & Text Styling --- */
.c-icon {
    font-size: 42px;
    margin-bottom: 12px;
    z-index: 5;
    transition: all 0.4s ease;
}

.outcome-circle-card p {
    margin: 0;
    transition: 0.3s;
}

/* --- HOVER EFFECTS --- */

.outcome-circle-card:hover {
    transform: translateY(-15px); /* Card moves up */
    box-shadow: 0 20px 50px rgba(0,0,0,0.12);
}

    .outcome-circle-card:hover .cap-line {
        transform: rotate(77deg); /* Border ARCS will ROTATE smoothly */
    }

    .outcome-circle-card:hover .c-icon {
        transform: scale(1.15); /* Icon grows */
        filter: drop-shadow(0 0 8px rgba(0,0,0,0.1));
    }

    .outcome-circle-card:hover p {
        color: #111;
    }

/* --- Dynamic Colors for Arcs & Icons --- */
.outcome-circle-card:nth-child(1) .cap-line {
    stroke: #00d2ff;
}

.outcome-circle-card:nth-child(1) .c-icon {
    color: #00d2ff;
}

.outcome-circle-card:nth-child(2) .cap-line {
    stroke: #007bff;
}

.outcome-circle-card:nth-child(2) .c-icon {
    color: #007bff;
}

.outcome-circle-card:nth-child(3) .cap-line {
    stroke: #6610f2;
}

.outcome-circle-card:nth-child(3) .c-icon {
    color: #6610f2;
}

.outcome-circle-card:nth-child(4) .cap-line {
    stroke: #8e44ad;
}

.outcome-circle-card:nth-child(4) .c-icon {
    color: #8e44ad;
}

.outcome-circle-card:nth-child(5) .cap-line {
    stroke: #d63384;
}

.outcome-circle-card:nth-child(5) .c-icon {
    color: #d63384;
}




/* --- OUTCOME CIRCLES --- */



/* --- FAQ: ACCORDION-LESS MINIMALISM --- */
.faq-minimal {
    border-bottom: 1px solid #e2e8f0;
    padding: 30px 0;
    transition: 0.3s;
    padding-bottom: 15px;
    border: 0;
}

    .faq-minimal:hover {
        padding-left: 20px;
    }

    .faq-minimal .q-text {
        font-size: 1.3rem;
        font-weight: 700;
        margin-bottom: 10px;
        display: block;
    }

    .faq-minimal .a-text {
        line-height: 1.6;
        margin-bottom: 0;
    }

/* --- EXAMPLE BOX --- */
.lightbulb-box {
    display: flex;
    /* background: #fff9f0; */
    padding: 15px;
    border-radius: 0;
    border-left: 3px solid #ff6b00;
    align-items: flex-start;
    gap: 15px;
    font-size: 18px;
}

    .lightbulb-box i {
        color: #ff6b00;
        font-size: 1.5rem;
        position: relative;
    }

/* --- BUTTONS --- */


/* --- MOBILE --- */
@media (max-width: 991px) {


    .hero-img-portal .row {
    }

    .interface-grid {
        grid-template-columns: 1fr;
    }

    .hero-img-portal {
        margin-bottom: 30px;
    }

        .hero-img-portal .row {
            margin-top: 30px;
        }

    .outcome-visual {
        padding: 40px 20px;
    }
}

/**************************************************************************************************/
/* The Main Capsule Container */
.banner-container {
    display: flex;
    border-radius: 50px; /* Creates the capsule shape */
    overflow: hidden;
    box-shadow: 0 10px 30px rgb(0 0 0 / 9%);
    border: 1px solid #182d411f;
}

/* Left Side (Red Section) */
.left-content {
    flex: 1.2;
    padding: 50px 40px 50px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient( 321deg, #f1f4ff, #ffdddd38);
}

.main-heading {
}

.orange-text {
}

.description {
    font-weight: 300;
}


/* Right Side (Image Section) */
.right-image {
    flex: 1;
    position: relative;
    background-image: linear-gradient(rgb(255 255 255), rgb(255 255 255)); /* Representative image */
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.phone-icon {
    background: #f26622;
    color: #ffffff;
    width: 60px;
    height: 60px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin-bottom: 15px;
}

.phone-number {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
}

/* Responsive Fix for Mobile */
@media (max-width: 768px) {
    .banner-container {
        flex-direction: column;
        border-radius: 30px;
        text-align: center;
    }

    .left-content {
        padding: 40px 20px;
        align-items: center;
    }

    .right-image {
        height: auto;
        padding: 30px;
    }
}


.section-7 {
    background: #f7f6fc7a;
    padding: 100px 0;
}


/**************************************************************************************************/
.faq-container {
    width: 100%;
}

.faq-card {
    background-color: #fff;
    margin-bottom: 25px;
    /* Unique corner styling from your image: Top-Right and Bottom-Left rounded */
    border-radius: 0 40px 0 40px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgb(0 0 0 / 9%);
}

/* Question Section (Yellow) */
.faq-question {
    background-color: #ffcc00; /* The yellow from your image */
    padding: 20px 25px;
    display: flex;
    align-items: flex-start;
    background: linear-gradient(321deg, #f1f4ff, #ffdddd38);
}

/* Answer Section (White) */
.faq-answer {
    background-color: #ffffff;
    padding: 20px 25px;
    display: flex;
    align-items: flex-start;
    font-weight: 400;
}

.label {
    font-weight: 700;
    font-size: 22px;
    margin-right: 15px;
    color: #333;
    min-width: 25px;
}

.text {
    font-weight: 600;
}

.faq-answer * {
    font-weight: 400;
}

@media (max-width: 767px) {

    .hero-img-portal img {
        max-width: 300px;
    }

    .munan-capital {
        height: auto;
        padding: 50px 0;
    }

    img.telecome-banner-bottom {
        display: none;
    }

    .py-100 {
        padding: 50px 0 !important;
    }

    img.Why-Telecommunications {
        max-width: 300px;
        display: block;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .adv-pill-why {
        clip-path: unset;
    }



    h3 {
        font-size: 16px !important;
    }
}
/* Responsive */
@media (max-width: 480px) {
    .faq-card {
        border-radius: 0 30px 0 30px;
    }

    .label {
        font-size: 18px;
    }

    .text {
    }
}
