/*-------------------------------------
================ sec-1 starts =============
-------------------------------------- */
.corridorLandingPage .p {
    color: #6b7280;
    font-size: 14px !important;
}

@media (min-width: 968px) {
    .corridorLandingPage .p {
        font-size: 16px !important;
    }
}

/*-------------------------------------
================ sec-1 ends =============
-------------------------------------- */

/*-------------------------------------
================ sec-2 starts =============
-------------------------------------- */

.sec-2 .card-1 {
    background-color: #d6eaff;
    border-radius: 8px;
}

.sec-2 .card-2 {
    background-color: #b1d6ff;
    border-radius: 8px;
}
.sec-2 .card-3 {
    background-color: #8cc2ff;
    border-radius: 8px;
}
.sec-2 .content {
    height: stretch;
}
.corridorLandingPage .sec-2 .p {
    color: #000;
    font-size: 12px !important;
}
.corridorLandingPage .sec-2 .info-card .p {
    font-size: 9px !important;
}
.card-stack {
    position: relative;
}

.back {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 8px;
    z-index: 0;
}

.back-1 {
    right: -30px;
    width: 180px;
    height: 90%;
    background: #c5e1ff;
    opacity: 0.5;
}

.back-2 {
    right: -80px;
    width: 180px;
    height: 80%;
    background: #deedff;
    opacity: 0.4;
}
.card-1,
.card-2,
.card-3 {
    position: relative;
    z-index: 2;
}
.info-card {
    width: 100%;
}
@media (min-width: 968px) {
    .info-card {
        height: 330px;
        width: 160px;
    }
    .corridorLandingPage .sec-2 .info-card .p {
        font-size: 12px !important;
    }
}
@media (min-width: 1200px) {
    .info-card {
        height: 350px;
        width: 210px;
    }
}
/*-------------------------------------
================ sec-2 ends =============
-------------------------------------- */

.title {
    font-size: 32px;
    font-weight: 600;
    color: #0f172a;
}

.subtitle {
    max-width: 700px;
    margin: 10px auto 0;
    color: #475569;
    font-size: 14px;
}
.corridor-card {
    background: #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    transition: 0.3s;
    height: 100%;
}

.corridor-card:hover {
    transform: translateY(-5px);
}

.card-img {
    width: 100%;
    height: 110px;
}

.corridorLandingPage .sec-3 .card-body .p {
    color: #000;
    font-size: 12px !important;
}
.card-img {
    padding: 9px;
}
.explore-btn {
    width: 100%;
    background: #f1f5f9;
    color: #2563eb;
    border-radius: 8px;
    font-size: 14px;
    padding: 10px;
    border: none;
}

.explore-btn:hover {
    background: #e2e8f0;
}
/*-----------------------------------------
   =============== sec-4 start ===============
   ------------------------------------------*/

.corridorLandingPage .sec-4 .card-body .p {
    color: #000;
    font-size: 12px !important;
}
.sec-4 .card-img {
    width: 100%;
    height: 150px;
}

/*-----------------------------------------
=============== sec-4 end ===============
------------------------------------------*/

/*-----------------------------------------
   =============== sec-5 start ===============
   ------------------------------------------*/
.sec-5 .rounded-card {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
    min-width: 90px;
    border-radius: 50%;
    border: 1px solid var(--colorBlue);
}
/*-----------------------------------------
=============== sec-5 end ===============
------------------------------------------*/

/*-----------------------------------------
   =============== sec-6 start ===============
   ------------------------------------------*/

.sec-6 .container {
    margin-right: 0;
}

.sec-6 .card-container {
    padding-left: 0.75rem;
    list-style: none;
    display: flex;
    gap: 2rem;
    overflow: hidden;
    margin-left: 0;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    margin-bottom: 0;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.corridorLandingPage .carousel-section .p {
    font-size: 14px !important;
}
.sec-6 .left-button,
.sec-6 .right-button {
    cursor: pointer;
    font-size: 30px;
    color: var(--colorText);
}

.sec-6 .left-button:hover,
.sec-6 .right-button:hover {
    color: var(--colorBlue);
}

.sec-6 .card-container::-webkit-scrollbar {
    display: none;
}

.sec-6 .card-wrapper {
    scroll-snap-align: start;
}

.sec-6 .card {
    border: none;
    width: 300px;
}

.sec-6 .content-section,
.sec-6 .carousel-section {
    flex: 0 0 auto;
    position: relative;
}
.sec-6 .carousel-btns {
    position: absolute;
    width: 99vw;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media (min-width: 576px) {
    .sec-6 .container {
        max-width: 100%;
    }
}

@media (max-width: 992px) {
    .tb-btn {
        font-size: 10px !important;
    }
}
@media (min-width: 992px) {
    .sec-6 .container {
        max-width: calc(960px + calc(100vw - 960px) / 2);
    }

    .sec-6 .content-section {
        width: calc(33.33333333 / 100 * 960px);
    }

    .sec-6 .carousel-section {
        width: calc(calc(58.33333333 / 100 * 960px) + calc(100vw - 960px) / 2);
    }

    .sec-6 .left-button,
    .sec-6 .right-button {
        font-size: 50px;
    }

    .sec-6 .card-container {
        margin-right: -0.75rem;
    }

    .sec-6 .card {
        width: 314px;
    }
}

@media (min-width: 1200px) {
    .sec-6 .container {
        max-width: calc(1140px + calc(100vw - 1140px) / 2);
    }

    .sec-6 .content-section {
        width: calc(33.33333333 / 100 * 1140px);
    }

    .sec-6 .carousel-section {
        width: calc(calc(58.33333333 / 100 * 1140px) + calc(100vw - 1140px) / 2);
    }
}

@media (min-width: 1400px) {
    .sec-6 .container {
        max-width: calc(1320px + calc(100vw - 1320px) / 2);
    }

    .sec-6 .content-section {
        width: calc(33.33333333 / 100 * 1320px);
    }

    .sec-6 .carousel-section {
        width: calc(calc(58.33333333 / 100 * 1320px) + calc(100vw - 1320px) / 2);
    }
}
.carouselImg {
    width: 300px;
    height: 200px;
}

/*-----------------------------------------
=============== sec-6 end ===============
------------------------------------------*/

.corridorLandingPage .p.enterprise-list {
    font-size: 12px !important;
}
.shield-img {
    width: 24rem;
}
@media (min-width: 768px) {
    .corridorLandingPage .p.enterprise-list {
        font-size: 14px !important;
    }
}
/*-------------------------------------
=============== Sec-8 start ===============
--------------------------------------*/
.sec-8 .bg-wrapper {
    background-image: url('https://cdn.transactbridge.com/corridore-landing-page/banner.webp');
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: bottom;
    border-radius: 0 0 8px 8px;
}

.sec-8 .bg-img-container {
    max-height: 400px;
    height: 70vh;
}
.sec-8 .tb-btn.btn-lg {
    padding: 0 0.5rem;
}
@media (min-width: 576px) {
    .sec-8 .bg-img-container {
        max-height: unset;
        height: unset;
    }
    .sec-8 .tb-btn.btn-lg {
        padding: 0 1rem;
    }
}
@media (min-width: 576px) and (max-width: 991px) {
    .sec-8 .bg-wrapper {
        border-radius: 0 8px 8px 0;
    }
}

@media (min-width: 992px) {
    .sec-8 .container .row {
        height: 350px;
    }
    .sec-8 .container .row .content {
        height: 100%;
    }
    .sec-8 .content-text {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .sec-8 .bg-wrapper {
        background-image: url('https://cdn.transactbridge.com/corridore-landing-page/banner.webp');
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        border-radius: 0 8px 8px 0;
    }
}
/*-----------------------------------------
=============== Sec-8 end ===============
------------------------------------------*/
