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

@media (max-width: 410px) {
    .hero-actions {
        flex-direction: column-reverse;
    }
}

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

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

/*-------------------------------------
================ sec-9 starts =============
-------------------------------------- */
.sec-9 .container {
    position: relative;
    background: var(--bg-image);
    min-height: 500px;
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.sec-9 .col-12.col-sm-6.col-lg-4 {
    max-width: 380px;
}

.sec-9 .container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #ffffffc1;
    z-index: -1;
}

.sec-9 h2,
.sec-9 p {
    color: #1f2937;
    position: relative;
    z-index: 2;
}

.corridor-route-card {
    background: #007aff9c;
    border-radius: 60px;
    padding: 1rem 2rem;
    color: white;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
    min-height: 100px;
    min-height: 95px;
    border: 2px solid white;
    box-shadow: 0 4px 20px rgba(0, 122, 255, 0.2);
}

.corridor-route-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 122, 255, 0.3);
}

.currency-circle {
    background: white;
    color: black;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 12px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
    border: 3px solid rgba(255, 255, 255, 0.9);
}

.arrow {
    color: white;
    font-size: 20px;
    font-weight: bold;
    margin: 0 4px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.waiting-list-badge {
    background: rgba(255, 255, 255, 0.25);
    color: white;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    backdrop-filter: blur(4px);
}

.route-text {
    /* font-size: 15px; */
    font-weight: 600;
    color: rgba(255, 255, 255, 0.95);
}

@media (min-width: 1537px) {
    .route-text.p {
        font-size: 14px !important;
    }
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .sec-9 .container {
        background: unset;
        min-height: 100%;
    }

    .corridor-route-card {
        padding: 28px 20px;
        min-height: 120px;
        border-radius: 28px;
    }

    .currency-circle {
        width: 36px;
        height: 36px;
        font-size: 11px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
        border: 2px solid rgba(255, 255, 255, 0.9);
    }

    .arrow {
        font-size: 18px;
        margin: 0 3px;
    }

    .route-text {
        font-size: 14px;
        line-height: 1.3;
    }

    .waiting-list-badge {
        font-size: 11px;
        padding: 5px 10px;
        white-space: nowrap;
    }
}

@media (max-width: 576px) {
    .corridor-route-card {
        padding: 24px 28px;
        min-height: 110px;
        border-radius: 60px;
    }

    .currency-circle {
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
        border: 2px solid rgba(255, 255, 255, 0.8);
    }

    .arrow {
        font-size: 16px;
        margin: 0 2px;
    }

    .route-text {
        font-size: 13px;
    }

    .waiting-list-badge {
        font-size: 10px;
        padding: 4px 8px;
    }
}

/*-------------------------------------
================ sec-9 ends =============
-------------------------------------- */

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

.icon-bg {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.sec-2 .icon-bg {
    font-size: 26px;
    width: 60px;
    height: 60px;
    background: #deeeff;
}
.e-commerce-icon {
    color: #007aff;
}
.consumers-icon {
    color: #0068d9;
}
.saas-market-icon {
    color: #0056b3;
}
.retail-icon {
    color: #004693;
}
.CorridorSubPage .sec-2 .p {
    color: #000;
    font-size: 12px !important;
}
.e-commerce-card {
    background-color: #007aff;
    width: 300px;
}
.consumers-card {
    background-color: #0068d9;
}
.saas-market-card {
    background-color: #0056b3;
}
.retail-card {
    background-color: #004693;
    width: 600px;
}

/*-------------------------------------
================ sec-2 ends =============
-------------------------------------- */

/*-----------------------------------------
   =============== sec-3 start ===============
   ------------------------------------------*/

.CorridorSubPage .sec-3 .card .p {
    font-size: 12px !important;
}

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

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

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

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

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

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

.sec-3 .card:hover,
.sec-3 .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-3 end ===============
------------------------------------------*/
/*-----------------------------------------
   =============== sec-4 start ===============
   ------------------------------------------*/

.CorridorSubPage .sec-4 .card-body .p {
    color: #000;
    font-size: 12px !important;
}

.corridor-card {
    background: #f6f6f6;
    border-radius: 12px;
    overflow: hidden;
    transition: 0.3s;
    height: 100%;
}

.corridor-card:hover {
    transform: translateY(-5px);
}
@media (min-width: 768px) {
    .sec-4 .card-img {
        width: 250px;
        height: 200px;
    }
}

@media (min-width: 968px) {
    .sec-4 .card-img {
        width: 350px;
    }
}
/*-----------------------------------------
=============== sec-4 end ===============
------------------------------------------*/

/*-----------------------------------------
   =============== sec-5 start ===============
   ------------------------------------------*/
.CorridorSubPage .sec-5 .card .p {
    font-size: 12px !important;
}
.sec-5 .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-5 end ===============
------------------------------------------*/

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

.sec-6 .h2 {
    font-size: 28px;
    font-weight: 900;
}
.paymentMethodText {
    font-size: 9px;
}
@media (min-width: 340px) {
    .paymentMethodText {
        font-size: 12px;
    }
}
@media (min-width: 900px) {
    .sec-6 .h2 {
        font-size: 32px;
    }
}

.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 end ===============
------------------------------------------*/

/*-------------------------------------
=============== sec-7 start ===============
--------------------------------------*/
.sec-7 .container {
    margin-right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-----------------------------------------
=============== sec-7 end ===============
------------------------------------------*/

/*-------------------------------------
=============== Sec-8 start ===============
--------------------------------------*/
.CorridorSubPage .us-expension .p {
    font-size: 10px !important;
}
.sec-8 .info-box {
    font-size: 10px;
    width: fit-content;
    background-color: #007aff1a;
}

.us-expension .h4 {
    font-size: 14px !important;
}
.main-section {
    background:
        radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.7), transparent 60%),
        /* top-left */ radial-gradient(circle at 0% 100%, rgba(255, 255, 255, 9), transparent 60%),
        /* bottom-left */ radial-gradient(circle at 100% 0%, rgba(255, 255, 255, 9), transparent 60%),
        /* top-right */ linear-gradient(135deg, #dbeeff, #007aff1a 70%, #c5e1ff);

    border-radius: 10px;
}

.bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    position: relative;
    top: -6%;
}

.left-text h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.3;
    color: #000;
}

.right-card {
    background: #ffffff;
    border-radius: 14px;
    width: 360px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.right-card h4 {
    font-weight: 600;
}

.right-card p {
    color: #6c757d;
}

@media (max-width: 576px) {
    .right-card {
        width: unset;
    }
}

@media (min-width: 968px) {
    .sec-8 .info-box {
        font-size: 11px;
        margin-top: 8px;
    }
    .CorridorSubPage .us-expension .p {
        font-size: 12px !important;
    }
    .us-expension .h4 {
        font-size: 16px !important;
    }
}
@media (min-width: 1200px) {
    .bottom-content {
        padding: 0rem 1rem 0;
    }
    .sec-8 .info-box {
        margin-top: 15px;
    }
}
/*-----------------------------------------
=============== sec-8 end ===============
------------------------------------------*/

/*-------------------------------------
=============== Sec-10 start ===============
--------------------------------------*/
.sec-10 .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-10 .bg-img-container {
    max-height: 400px;
    height: 70vh;
}
@media (min-width: 576px) {
    .sec-10 .bg-img-container {
        max-height: unset;
        height: unset;
    }
    .sec-10 .tb-btn.btn-lg {
        padding: 0 1rem;
    }
}

@media (min-width: 992px) {
    .sec-10 .container .row {
        height: 350px;
    }
    .sec-10 .container .row .content {
        height: 100%;
    }
    .sec-10 .content-text {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .sec-10 .bg-wrapper {
        background-position: center;
    }
}
/*-----------------------------------------
=============== Sec-10 end ===============
------------------------------------------*/

.CorridorSubPage .sec-13 .p {
    font-size: 12px !important;
}

/*-------------------------------------
=============== Corridor Status ===============
--------------------------------------*/

.corridor-status {
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.corridor-status:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 122, 255, 0.2);
}

.status-indicator {
    position: relative;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: currentColor;
}

.status-live {
    color: #76ff76;
    background: rgba(16, 185, 129, 0.1);
    animation: pulse 2s infinite;
}

.status-offline {
    color: #cacacb;
    background: rgba(245, 158, 11, 0.1);
}

.status-text {
    font-size: 10px;
    font-weight: 500;
    color: var(--color);
    white-space: nowrap;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 currentColor;
    }
    70% {
        box-shadow: 0 0 0 6px rgba(16, 185, 129, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0);
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .corridor-status {
        padding: 6px 12px;
        margin-top: 8px;
    }

    .status-text {
        font-size: 11px;
    }
}

@media (max-width: 576px) {
    .corridor-status {
        padding: 4px 8px;
    }

    .status-text {
        font-size: 10px;
    }
}
