/*-------------------------------------
================ sec-3 starts =============
-------------------------------------- */

.info-card {
    border-radius: 10px;
    height: 100%;
}

.large-card {
    min-height: 180px;
}

.right-panel {
    border-radius: 12px;
}

.globe-img {
    margin-top: auto;
}

.globe-img img {
    border-radius: 20px;
}

/*-------------------------------------
================ sec-3 end =============
-------------------------------------- */

/*-------------------------------------
=============== Sec-4 start ===============
--------------------------------------*/
.sec-4 {
    background: #fff;
}

.problem-pill,
.solution-pill {
    display: inline-block;
    color: var(--colorBlue);
}

.problem-pill {
    background: #ffe5e5 !important;
    color: #aa2d2d !important;
}

.us-expension .h4 {
    margin-bottom: 12px;
}

.us-expension .p {
    color: #6b7280;
}

.main-section {
    background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.8), transparent 40%), linear-gradient(135deg, #eaf4ff, #d8ebff);
}

.content-wrap {
    margin-top: 20px;
}

.content-wrap .h3 {
    margin-bottom: 18px;
}

.content-wrap .p {
    color: #64748b;
}

.dashboard-wrap {
    margin-top: 24px;
    background: rgba(255, 255, 255, 0.55);
    border-radius: 18px;
    overflow: hidden;
}

.Dashboard {
    width: 100%;
    display: block;
}
@media (min-width: 1200px) {
    .sec-4 .row {
        align-items: flex-start;
    }

    .us-expension {
        padding-right: 50px;
    }
}
/*-----------------------------------------
=============== sec-4 end ===============
------------------------------------------*/

/*-------------------------------------
 ================ sec-5 starts =============
 -------------------------------------- */

.sec-8 .row > .col,
.sec-5 .row > .col {
    display: flex;
}

.sec-8 .card,
.sec-5 .card {
    width: 100%;
}

.sec-8 .material-symbols-outlined,
.sec-5 .material-symbols-outlined {
    font-size: 30px;
}

.sec-8 .card,
.sec-5 .card {
    border: none;
    height: 100%;
    .material-symbols-outlined {
        color: var(--colorText);
    }
    .p {
        color: var(--cardsubtitle);
    }

    .h3 {
        color: var(--colorBlue);
    }
}

.sec-8 .card,
.sec-8 .card *,
.sec-5 .card,
.sec-5 .card * {
    transition: 0.3s ease-in-out;
}

.sec-8 .card:hover,
.sec-8 .card.active,
.sec-5 .card:hover,
.sec-5 .card.active {
    background-color: var(--colorBlue);
    box-shadow: 4px 6px 25px rgba(var(--bs-dark-rgb), var(--mutedDecimal));
    color: #fff;
    .material-symbols-outlined,
    .p {
        color: var(--bs-white);
    }

    .h3 {
        color: var(--bs-white);
    }
}

/*-------------------------------------
 ================ sec-5 ends =============
 -------------------------------------- */
/*-------------------------------------
 ================ sec-6 starts =============
 -------------------------------------- */
.payment-card {
    border-radius: 10px;
    font-size: 15px;
}

.payment-card.visa {
    background: #0b2d4a;
    color: #fff;
}

.payment-card.mastercard {
    background: #ead7b5;
    color: #ff3b3b;
}

.payment-card.amex {
    background: #d6e6f5;
    color: #1e6bd6;
}

.payment-card.apple {
    background: #111;
    color: #fff;
}

.payment-card.gpay {
    background: #efefef;
    color: #333;
}

.payment-card.paypal {
    background: #e6f0ff;
    color: #003087;
}
/*-------------------------------------
 ================ sec-6 ends =============
 -------------------------------------- */

/*-------------------------------------
 ================ sec-7 starts =============
 -------------------------------------- */

.comparison-wrapper {
    position: relative;
    max-width: 850px;
    margin: auto;
}

.traditional-card {
    border-radius: 20px;
    width: 68%;
}

.transact-card {
    background: var(--colorBlue);
    border-radius: 20px;
    width: 50%;
    position: absolute;
    right: 0;
    top: -25px;
    min-height: 428px;
    padding: 42px;
    z-index: 2;
}

.compare-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.compare-list li {
    display: flex;
    align-items: center;
    gap: 14px;

    margin-bottom: 20px;
    line-height: 1.5;
}

.compare-list .material-symbols-outlined {
    flex-shrink: 0;
}

.traditional-card .material-symbols-outlined {
    font-size: 10px;
    color: #c9c9c9;
}

@media (max-width: 991px) {
    .comparison-wrapper {
        min-height: auto;
    }

    .traditional-card,
    .transact-card {
        position: static;
        width: 100%;
        min-height: auto;
    }

    .transact-card {
        margin-top: 24px;
    }
}

@media (max-width: 767px) {
    .traditional-card,
    .transact-card {
        padding: 24px;
    }

    .compare-list li {
        align-items: flex-start;
        margin-bottom: 18px;
    }
}
/*-------------------------------------
 ================ sec-7 ends =============
 -------------------------------------- */
/*-------------------------------------
================ sec-8 starts =============
-------------------------------------- */
.CorridorSubPage .sec-8 .card .p {
    font-size: 12px !important;
}
.sec-8 .card {
    height: 100%;
}
.step-badge {
    position: absolute;
    top: 0;
    right: 30px;
    color: #000;
    font-weight: 500;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    font-size: 10px;
}
/*-------------------------------------
================ sec-8 ends =============
-------------------------------------- */

/*-------------------------------------
=============== Sec-9 start ===============
--------------------------------------*/
.sec-9 .bg-wrapper {
    background-image: url('https://cdn.transactbridge.com/us-corridor-landing-page/banner.webp');
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: bottom;
    border-radius: 0 0 8px 8px;
}

.sec-9 .bg-img-container {
    max-height: 400px;
    height: 70vh;
}

@media (min-width: 576px) {
    .sec-9 .bg-img-container {
        max-height: unset;
        height: unset;
    }
}
@media (min-width: 576px) and (max-width: 991px) {
    .sec-9 .bg-wrapper {
        border-radius: 0 8px 8px 0;
    }
}

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