.value-chain-section {
    font-family: Arial, sans-serif;
    max-width: 1200px;
    margin: auto;
}

.section-title {
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: bold;
    font-family: 'Adani-Regular';
}

.value-chain-content {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: flex-start;
}

.value-chain-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1;
    min-width: 300px;
}

.value-chain-item {
    display: flex;
    align-items: center;
    background-color: #dddddd;
    padding: 16px 24px;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
}

    .value-chain-item .icon-box {
        width: 16px;
        height: 16px;
        background-color: #555;
        margin-right: 12px;
        flex-shrink: 0;
        border-radius: 2px;
    }

.item-label {
    font-size: 16px;
    font-weight: 500;
}

/* Widths that increase with index */
.index-0 {
    width: 220px;
}

.index-1 {
    width: 260px;
}

.index-2 {
    width: 300px;
}

.index-3 {
    width: 340px;
}


.value-chain-image {
    flex: 1;
    min-width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .value-chain-image img {
        max-width: 100%;
        height: auto;
        object-fit: cover;
        border: 1px solid #ccc;
    }

.capabilities-section {
    padding: 40px 20px;
    font-family: sans-serif;
}

    .capabilities-section h2, .offer-section h2, .case-section h2 {
        text-align: left;
        margin-bottom: 30px;
        font-size: 24px;
    }


.capabilities-carousel .capability-card {
    margin: 10px;
    border-radius: 8px;
    height: 100%;
    box-sizing: border-box;
    min-height: 300px;
}

.capability-card .image-placeholder {
    background: #d8d8d8;
    height: 400px;
    margin-bottom: 15px;
    border-radius: 4px;
}

.capability-card h3 {
    font-size: 16px;
    margin-bottom: 10px;
}

.capability-card p {
    font-size: 14px;
    color: #333;
    line-height: 1.4;
}

.offer-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-color: #f8f9fa;
    padding: 2rem 1rem;
}

.offer-card {
    background-color: #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 500;
}

.tall-card {
    height: 100%;
    min-height: 100%;
}

.small-card {
    height: 50%;
}

@media (max-width: 768px) {
    .tall-card {
        height: 200px;
    }

    .small-card {
        height: 150px;
    }
}

.right-grid {
    height: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 1rem;
}

.case-section {
    padding: 3rem 1rem;
    background-color: #f8f9fa;
}

.case-slide {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.top-half {
    flex: 1;
}

.image-box {
    background-color: #ddd;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
}

.meta-info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 0.9rem;
}

.bottom-half {
    flex: 1;
    padding: 1.5rem;
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

    .bottom-half .column {
        flex: 1 1 300px;
    }

.column h6 {
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.slick-prev:before,
.slick-next:before {
    color: #000 !important;
}

@media (max-width: 768px) {
    .bottom-half {
        flex-direction: column;
    }
}

.case-slide {
    margin-bottom: 2rem;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.adani-capabilities {
    padding: 40px 20px;
}

.bottom-half {
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {
    .bottom-half {
        flex-direction: row;
    }

        .bottom-half .column {
            flex: 1;
        }

    .border-end-md {
        border-right: 1px solid #dee2e6;
    }

    .pe-md-4 {
        padding-right: 1.5rem;
    }

    .ps-md-4 {
        padding-left: 1.5rem;
    }
}

.capabilities-section {
    padding: 40px 20px;
    font-family: 'Adani-Regular';
}

.capability-card {
    margin: 10px;
    border-radius: 12px;
    text-align: left;
}

.image-placeholder {
    width: 100%;
    height: 180px;
    background-color: #ddd;
    margin-bottom: 20px;
    border-radius: 8px;
}

.offer-row {
    height: calc(100vh - 120px);
}

.slick-dots li button {
    display: inline-block !important;
    width: 12px !important;
    height: 12px !important;
    background-color: rgb(0 0 0 / 35%) !important;
    border-radius: 50%;
    transition: background-color 0.3s;
}

.slick-dots li.slick-active button {
    background-color: #007bff !important;
}

.slick-prev:before,
.slick-next:before {
    content: "" !important;
}

.slick-prev,
.slick-next {
    width: 40px;
    height: 40px;
    padding: 8px; /* ⬅️ add inner space around the icon */
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    cursor: pointer;
    border: none;
    opacity: 0.9;
    transition: opacity 0.3s, transform 0.3s;
}

    .slick-prev i,
    .slick-next i {
        color: #000;
        font-size: 16px;
        margin: 4px;
    }

.slick-prev,
.slick-next {
    width: 40px;
    height: 40px;
    padding: 6px;
    /* ... rest of your styles ... */
}

    .slick-prev i,
    .slick-next i {
        margin: 2px;
    }


.capabilities-section .fa-chevron-left {
    position: absolute;
    top: 30%;
    left: 35%;
}

.capabilities-section .fa-chevron-right {
    position: absolute;
    top: 30%;
    right: 35%;
}

.case-section .fa-chevron-left {
    position: absolute;
    top: 30%;
    left: 35%;
}

.case-section .fa-chevron-right {
    position: absolute;
    top: 30%;
    right: 35%;
}

.slick-prev {
    padding: 20px !important;
    background: #ccc !important;
}

.slick-next {
    padding: 20px !important;
    background: #ccc !important;
}


/* show validation red & responsive tweaks */
.JourneySection .form-control.is-invalid {
    border-color: #d9534f;
    box-shadow: none;
}

.JourneySection .invalid-feedback {
    display: none;
    color: #d9534f;
}

@media (max-width: 575.98px) {
    .JourneySection .btn {
        width: 100%;
    }

    .JourneySection .d-flex.flex-column .btn {
        width: 100%;
        font-size: 0.856rem;
    }
}



.JourneySection {
    background-color: #f9f9f9;
}

    .JourneySection .accordion-button {
        background-color: #ffffff;
        border-radius: 0.5rem;
        font-size: 1.1rem;
        padding: 1rem 1.25rem;
        transition: background-color 0.3s ease;
        color: white;
        background: #0d6efd94;
    }

        .JourneySection .accordion-button:not(.collapsed) {
            background-color: #eaf3ff;
            color: #0d6efd;
        }

    .JourneySection .accordion-item {
        border-radius: 0.75rem;
        overflow: hidden;
    }

/* .JourneySection form .form-control { */
/* border-radius: 0.5rem; */
/* padding: 0.75rem; */
/* } */

@media (max-width: 767px) {
    .JourneySection h2 {
        font-size: 1.5rem;
    }

    .JourneySection .accordion-button {
        font-size: 1rem;
        padding: 0.75rem 1rem;
    }
}




#JourneyFormMore {
    /* background: #f8f9fa; */
    padding: 25px;
    border-radius: 10px;
}

    #JourneyFormMore h5 {
        color: #004aad;
    }

.BorderBroad {
    border: 2px solid;
    margin-top: 2rem;
}

.form-step {
    display: none;
    animation: fadeIn 0.3s ease-in-out;
}

    .form-step.active {
        display: block;
    }

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}



.custom-multi-select {
    position: relative;
    width: 100%;
    font-family: Arial, sans-serif;
}

.select-box {
    border: 1px solid #ccc;
    /* border-radius: 6px; */
    padding: 2px 6px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    background: #fff;
}

    .select-box .selected-options {
        min-height: 24px;
        line-height: 24px;
        color: #333;
    }

    .select-box .search-input {
        border: none;
        outline: none;
        margin-bottom: 4px;
        padding: 4px;
        width: 100%;
        display: none;
    }

.options-list {
    /* position: absolute; */
    top: 100%;
    left: 0;
    right: 0;
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #fff;
    z-index: 10;
    display: none;
}

    .options-list label {
        display: block;
        padding: 6px 12px;
        cursor: pointer;
    }

        .options-list label:hover {
            background: #f0f0f0;
        }

/* =======progress bar css =================*/
.form-progress-wrapper {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 25px;
}

.step-progress-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.step-item {
    text-align: center;
    flex: 1;
    position: relative;
    z-index: 1;
}

.step-number {
    width: 35px;
    height: 35px;
    margin: 0 auto;
    border-radius: 50%;
    background-color: #dee2e6;
    color: #6c757d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    transition: all 0.3s ease;
}

.step-title {
    margin-top: 8px;
    font-size: 0.9rem;
    color: #6c757d;
    font-weight: 500;
}

.step-item.active .step-number {
    background-color: #007bff;
    color: #fff;
}

.step-item.completed .step-number {
    background-color: #28a745;
    color: #fff;
}

.step-item.active .step-title,
.step-item.completed .step-title {
    color: #000;
    font-weight: 600;
}

.step-line {
    flex: 1;
    height: 4px;
    background-color: #dee2e6;
    position: relative;
    top: -10px;
    margin: 0 5px;
    transition: background-color 0.3s ease;
}

.step-item.completed + .step-line {
    background-color: #28a745;
}

@media (max-width: 575px) {
    .step-title {
        font-size: 0.75rem;
    }

    .step-number {
        width: 28px;
        height: 28px;
        font-size: 0.85rem;
    }
}

/* =======progress bar css =================*/
/*--------------------- floating effeft ------------------ */
/*--------------------- Floating Button ------------------ */
.floating-btn {
    position: fixed;
    top: 135px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    background-color: #007bff !important;
    color: white;
    text-decoration: none;
    border: none;
    cursor: pointer;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
    transition: background 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
    z-index: 10;
    animation: glowPulse 3s infinite;
}

    .floating-btn:hover {
        color: white;
    }

.btn-icon {
    font-size: 24px;
    margin-left: 16px;
    transition: transform 0.3s ease;
}

.btn-label {
    white-space: nowrap;
    margin-left: 12px;
    font-weight: 600;
    font-size: 14px;
    opacity: 1; /* always visible */
    transition: opacity 0.4s ease;
}

/* Glow effect */
@keyframes glowPulse {
    0%, 100% {
        box-shadow: 0 0 12px rgba(255,75,43,0.4);
    }

    50% {
        box-shadow: 0 0 20px rgba(255,65,108,0.6);
    }
}

/* Mobile view */
@media (max-width: 768px) {
    .floating-btn {
        top: auto;
        bottom: 20px;
        right: 20px;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        justify-content: center;
    }

    .btn-label {
        display: none;
    }
}



/* ===== Hover Effect: Slide Out ===== */
/* Floating Buttons Container */

#openAccessDurationMore:disabled {
    background-color: #f8f9fa;
    cursor: not-allowed;
}

.ConsentHeanding {
    font-size: 14px;
}

.accordion-header .accordion-button:not(.collapsed)::after {
    filter: invert(1) brightness(0) !important;
}


.accordion-header .accordion-button::after {
    filter: invert(1) !important;
}
