/* --- HERO: ASYMMETRICAL DESIGN --- */
.munan-capital {
    background: linear-gradient(315deg, #e5eaf1, #e4e7eb);
    padding: 100px 0;
    height: auto;
    height: 650px;
    background: #f5f9fb;
}

.hero-img-portal {
    /* position: relative; */
    /* width: 100%; */
    /* height: 500px; */
    /* background: #f8fafc; */
    /* border-radius: 100px 100px 100px 0; */
    /* overflow: hidden; */
    /* box-shadow: 40px 40px 80px rgba(0,0,0,0.05); */
}

.munan-capital:before {
    clip-path: polygon(100% 0, 0 0, 90% 100%);
    position: absolute;
    width: 100%;
    background: #f5f9fb;
    content: '';
    bottom: -75px;
    height: 100px;
    z-index: 1;
}

.hero-img-portal img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(20%);
}

/* ---Operational Hurdles Without Digital Tools --- */
.challenge-item-new {
    text-align: center;
    padding: 15px 15px;
    position: relative;
}

    .challenge-item-new h3 {
        font-size: 20px;
        margin: 15px 0;
    }

    .challenge-item-new p {
    }

.challenge-icon-box i {
    font-size: 30px;
    color: #0670a3;
}

.divider-col {
    position: relative;
}

@media (min-width: 992px) {
    .divider-col:not(:nth-child(3n))::after {
        content: "";
        position: absolute;
        top: 10%;
        right: 0;
        width: 1px;
        height: 80%;
        border-right: 1.5px dashed #ccc;
    }

    .divider-col:not(:nth-child(3n))::before {
        content: "";
        position: absolute;
        right: -4.5px;
        width: 10px;
        height: 10px;
        background-color: #0670a3;
        border-radius: 50%;
        z-index: 2;
        top: 20%;
    }
}

@media (max-width: 991px) {
    .challenge-item-new {
        border-bottom: 1px dashed #ccc;
        margin-bottom: 20px;
        padding-bottom: 30px;
    }
}

/* ---Operational Hurdles Without Digital Tools --- */
/* --- How Taksh IT Solutions Empowers Logistics Operators --- */
/* --- Zig-Zag Section Styling --- */
.side-img-box img {
    max-width: 100%;
    filter: drop-shadow(0 20px 30px rgba(0,0,0,0.1));
}

.section-3 {
    background: #f5f9fb;
    clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 95%);
}

.side-img-box {
    margin-top: 30px;
}
/* Right Side Feature Tiles */
.logi-step-tile {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #ffffff;
    padding: 20px 25px;
    border-radius: 15px;
    margin-bottom: 20px;
    border: 1px solid #b2e7ff;
    transition: all 0.4s ease;
    border-left: 5px solid #0670a3;
    position: relative;
    max-width: 90%;
    cursor: pointer;
}

    /* --- Zig-Zag Logic --- */
    .logi-step-tile:nth-child(odd) {
        margin-left: 0;
        border-left-color: #0670a3;
    }

    .logi-step-tile:nth-child(even) {
        margin-left: auto;
        border-left-color: #ff6800;
    }

        .logi-step-tile:nth-child(even) .step-icon-box {
            background: #fff5ed;
            color: #ff6800;
        }

.step-icon-box {
    width: 60px;
    height: 60px;
    min-width: 60px;
    background: #eef7fc;
    color: #0670a3;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 24px;
    transition: 0.3s;
}

.logi-step-tile:hover {
    transform: translateY(-5px) scale(1.02);
}

.logi-text-area h3 {
    margin-bottom: 4px;
    color: #222;
    font-size: 20px;
}

.logi-text-area p {
    margin-bottom: 0;
    color: #666;
}

.custom-light-box {
    padding: 15px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
    border: 1px dashed #b2e7ff;
    background: #effaff;
    color: #1a1a2e;
}

    .custom-light-box i {
        color: #28a745;
        font-size: 24px;
    }

@media (max-width: 768px) {
    .logi-step-tile {
        max-width: 100% !important;
        margin-left: 0 !important;
    }
}

/* --- Why Taksh Stands Out in Logistics --- */
.logi-feature-card {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    background: #ffffff;
    padding: 25px;
    border-radius: 10px;
    height: 100%;
    border-left: 6px solid #0670a3;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-top: 1px solid #b2e7ff;
    border-right: 1px solid #b2e7ff;
    border-bottom: 1px solid #b2e7ff;
}

    /* Hover Effect: Border turns orange and card nudges right */
    .logi-feature-card:hover {
        transform: translateX(8px);
        border-left-color: #0670a3;
        box-shadow: 0 12px 30px rgba(0,0,0,0.1);
    }

/* Icon Container */
.logi-icon-area {
    width: 55px;
    height: 55px;
    min-width: 55px;
    background: #f0f5ff;
    color: #0670a3;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 24px;
    transition: all 0.3s ease;
}

.logi-feature-card:hover .logi-icon-area {
    background: #0670a3;
    color: #ffffff;
    border-radius: 50%;
}

.logi-text-body h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 6px;
    transition: color 0.3s ease;
}

.logi-feature-card:hover .logi-text-body h3 {
    color: #0E3A8A;
}

.logi-text-body p {
    font-size: 14.5px;
    color: #555;
    margin-bottom: 0;
    line-height: 1.5;
}

.logi-summary-banner {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #f0f5ff;
    padding: 22px 30px;
    border-radius: 12px;
    margin-top: 15px;
    border: 1px dashed #0E3A8A;
    border: 1px dashed #b2e7ff;
    background: #effaff;
    color: #1a1a2e;
}

    .logi-summary-banner i {
        font-size: 22px;
        color: #ffb400;
    }

/* --- Why Taksh Stands Out in Logistics --- */
.why-taksh-section {
    padding: 60px;
    background-color: #ffffff;
    border-radius: 15px;
    border: 1px solid #b2e7ff;
}

.whystand-pic img {
    max-width: 100%;
    height: auto;
    margin-top: 30px;
}

.grid-container {
    border-top: 1px solid #f0f0f0;
}

.adv-pill {
    padding: 30px;
    height: 100%;
    transition: all 0.3s ease;
    border: none;
    text-align: left;
}

.border-right-line {
    border-right: 1px solid #eeeeee;
}

.border-bottom-line {
    border-bottom: 1px solid #eeeeee;
}

.icon-box {
    width: 60px;
    height: 60px;
    background: #effaff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

    .icon-box i {
        color: #0670a3;
        font-size: 24px;
    }

.adv-pill h3 {
    font-size: 22px;
}

.adv-pill p {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 0;
}

.lightbulb-box {
    border-radius: 15px;
    padding: 20px 30px;
    display: flex;
    gap: 15px;
    border: 1px dashed #b2e7ff;
    background: #effaff;
}

    .lightbulb-box i {
        color: #ff802c;
        font-size: 20px;
        position: relative;
        top: 10px;
    }

@media (max-width: 991px) {
    .border-right-line {
        border-right: none;
    }

    .border-bottom-line {
        border-bottom: 1px solid #eeeeee;
    }

    .main-heading {
        font-size: 2rem;
        text-align: center !important;
    }
}

/* --- Why Taksh Stands Out in Logistics --- */
.outcome-circle-card {
    background: #ffffff;
    padding: 30px 25px;
    border-radius: 20px;
    height: 100%;
    margin-bottom: 25px;
    text-align: center;
    border: 1px solid #b2e7ff;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-bottom: 4px solid #b2e7ff;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

    .outcome-circle-card:hover {
        transform: translateY(-10px);
        border-bottom: 4px solid #0670a3;
    }

.c-icon {
    width: 70px;
    height: 70px;
    background: #effaff;
    color: #0670a3;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 20px;
    transition: all 0.4s ease;
}

.outcome-circle-card:hover .c-icon {
    background: #0670a3;
    color: #ffffff;
    transform: scale(1.1) rotate(10deg);
}

.outcome-circle-card p {
    font-size: 20px;
    margin: 0;
    font-weight: 700;
}

/* --- The Trophy Light Box (Premium Look) --- */
.light-box {
    padding: 30px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    border: 1px dashed #b2e7ff;
    background: #effaff !important;
    border-left: 6px solid #0670a3;
}

    .light-box i {
        font-size: 40px;
        color: #ffcc00;
        filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1));
        animation: pulse 2s infinite;
    }

    .light-box p {
        font-size: 18px;
        color: #333;
    }

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}


.section-5 {
    background: #f5f9fb;
    clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 95%);
}

.section-6 {
    background: #ffffff;
}




/* Responsive adjustments */
@media (max-width: 768px) {
    .main-heading {
        font-size: 24px;
        text-align: center;
    }

    .section-5 p {
        text-align: center;
        margin-bottom: 30px;
    }
}

/* --- Call to Action--- */
/* --- Main Banner Area --- */
.cta-banner-wrapper {
    background-color: #0670a3;
    position: relative;
    overflow: hidden;
    padding: 100px;
    color: #ffffff;
    display: flex;
    align-items: center;
    box-shadow: 0 0 50px #0000001f;
}

/* --- Concentric Background Circles --- */
.circle-container {
    position: absolute;
    top: 50%;
    right: 20%;
    transform: translateY(-50%) translateX(45%);
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    z-index: 0;
}

.bg-ring {
    position: absolute;
    border-radius: 50%;
}

img.call-action-logistic {
    position: absolute;
    bottom: -100px;
    height: 400px;
    right: 0;
}

.ring-1 {
    width: 1400px;
    height: 1400px;
    background-color: rgb(255 255 255 / 5%);
}

.ring-2 {
    width: 1100px;
    height: 1100px;
    background-color: rgb(255 255 255 / 5%);
}

.ring-3 {
    width: 800px;
    height: 800px;
    background-color: rgb(255 255 255 / 5%);
}

.ring-4 {
    width: 500px;
    height: 500px;
    background-color: rgb(255 255 255 / 5%);
}

.ring-5 {
    width: 250px;
    height: 250px;
    background: rgb(255 255 255 / 5%);
}

.cta-content-area {
    position: relative;
    z-index: 2;
}



    .cta-content-area p:nth-of-type(2) {
        font-size: 1.2rem;
        font-weight: 400;
        margin-bottom: 10px;
        max-width: 90%;
    }

/* Responsive adjustment for mobile */
@media (max-width: 768px) {
    .cta-content-area p:first-of-type {
        font-size: 2.2rem;
    }

    .circle-container {
        transform: translateY(-50%) translateX(70%);
    }
}

/* --- Call to Action--- */
.btndark {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #182d41;
    color: #fff;
    border: 1px solid #182d41;
    padding: 10px;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: background 0.3s ease;
    cursor: pointer;
}

    .btndark::before {
        content: "";
        position: absolute;
        top: 0;
        left: -150%;
        width: 50px;
        height: 100%;
        background: linear-gradient( 90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100% );
        transform: skewX(-20deg);
        transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .btndark:hover::before {
        left: 150%;
    }

    .btndark:hover {
        background: #f26622;
        border: 1px solid #ffffff69 !important;
        color: #fff;
    }

/* --- FAQ: ACCORDION-LESS MINIMALISM --- */
.faq-container {
    counter-reset: faq-counter;
}

/* --- Individual FAQ Wrapper --- */
.faq-minimal {
    display: flex;
    align-items: center;
    margin-bottom: 2px;
    position: relative;
}

    /* Adjust z-indexes so the top banners overlap the bottom ones slightly */
    .faq-minimal:nth-child(1) {
        z-index: 5;
    }

    .faq-minimal:nth-child(2) {
        z-index: 4;
    }

    .faq-minimal:nth-child(3) {
        z-index: 3;
    }

    .faq-minimal:nth-child(4) {
        z-index: 2;
    }

    .faq-minimal:nth-child(5) {
        z-index: 1;
    }

/* --- The Icon Section (Left side) --- */
.faq-icon-box {
    width: 120px;
    text-align: center;
    position: relative;
}

    .faq-icon-box i {
        font-size: 40px;
        color: #0670a3;
    }

    .faq-icon-box::after {
        content: "";
        display: block;
        width: 50px;
        height: 5px;
        background: rgba(0, 0, 0, 0.1);
        border-radius: 50%;
        margin: 10px auto 0;
        filter: blur(2px);
    }

.faq-banner-content {
    flex-grow: 1;
    position: relative;
    padding: 25px 100px 25px 70px;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.3);
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .faq-banner-content::before {
        content: "?";
        position: absolute;
        left: -35px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 130px;
        font-family: 'Arial Black', sans-serif;
        font-weight: 900;
        color: white;
        text-shadow: 4px 5px 8px rgba(0,0,0,0.3);
        /* 3D shadow for the ? */
        z-index: 10;
        line-height: 1;
    }

    .faq-banner-content::after {
        counter-increment: faq-counter;
        content: "0" counter(faq-counter);
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 90px;
        font-family: 'Segoe UI', Tahoma, sans-serif;
        font-weight: 300;
        line-height: 1;
    }

/* --- Your Original Text Classes --- */
.q-text {
    display: block;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
    position: relative;
    z-index: 2;
}

.a-text {
    font-size: 13px;
    margin: 0;
    line-height: 1.5;
    font-weight: 500;
    position: relative;
    z-index: 2;
}

/* --- Colors for each specific banner --- */
/* Item 1: Yellow */
.color-1 .faq-banner-content {
    background: linear-gradient(to right, #ffcc00, #ffc107);
    color: #5a4b00;
}

    .color-1 .faq-banner-content::after {
        color: rgba(255,255,255,0.5);
    }

.color-1 .q-text {
    color: #d35400;
}

/* Dark orange text for contrast */
/* Item 2: Teal */
.color-2 .faq-banner-content {
    background: linear-gradient(to right, #48d1cc, #40e0d0);
    color: white;
}

    .color-2 .faq-banner-content::after {
        color: rgba(255,255,255,0.4);
    }

/* Item 3: Slate Blue */
.color-3 .faq-banner-content {
    background: linear-gradient(to right, #9aa9b8, #8a9ba9);
    color: white;
}

    .color-3 .faq-banner-content::after {
        color: rgba(255,255,255,0.3);
    }

/* Item 4: Dark Grey */
.color-4 .faq-banner-content {
    background: linear-gradient(to right, #545d68, #474f59);
    color: white;
}

    .color-4 .faq-banner-content::after {
        color: rgba(255,255,255,0.15);
    }

.color-4 .q-text {
    color: #f1c40f;
}

/* Yellow title text like the image */
.color-5 .faq-banner-content {
    background: linear-gradient(to right, #f39c12, #e67e22);
    color: white;
}

    .color-5 .faq-banner-content::after {
        color: rgba(255,255,255,0.3);
    }

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

@media (max-width: 1200px) {
    .common-inner-header {
        height: auto;
        padding: 50px 0;
    }

    .munan-capital:before {
        display: none;
    }

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

    .section-3, .section-5 {
        clip-path: unset;
    }

    img.call-action-logistic {
        display: none;
    }

    .why-taksh-section {
        padding: 30px;
    }

    .adv-pill {
        padding: 15px 0;
        text-align: left;
    }

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

    .border-right-line {
        border-bottom: 1px solid #eeeeee;
    }

    .logi-text-body h3, .adv-pill h3, .outcome-circle-card p {
        font-size: 16px !important;
        margin: 0;
    }
}

@media (max-width: 991px) {

    .common-inner-header .row.align-items-center {
        flex-direction: column-reverse;
    }

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

    .hero-img-portal {
        text-align: center;
    }

    .whystand-pic img {
        max-width: 300px;
    }
}






@media (max-width: 767px) {


    .faq-banner-content::after {
        display: none;
    }

    .faq-banner-content {
        padding: 15px;
    }

        .faq-banner-content::before {
            font-size: 50px;
            display: none;
        }

    .faq-icon-box {
        width: 80px;
        display: none;
    }

    .side-img-box img {
        text-align: center;
        max-width: 300px;
        display: table;
        margin: 0 auto;
    }



    .common-inner-header .main-banner-heading {
        text-align: center;
    }
}
