/*-------------------------------------
 ================ sec-1 starts =============
 -------------------------------------- */

.sec-1 {
    overflow-x: hidden;
}

.sec-1 .hero-img.show {
    max-width: 90vw;
    visibility: visible;
    position: absolute;
}
.sec-1 .hero-img.show {
    right: 0;
}

@media (min-width: 768px) {
    .sec-1 .hero-img,
    .sec-1 .hero-img.show {
        max-width: 50vw;
    }

    .sec-1 .hero-img.show {
        top: 0;
    }
}

@media only screen and (min-width: 76px) and (max-width: 991px) {
    .sec-1 .hero-img.show {
        right: -5%;
    }
}

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

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

.ott-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: transparent;
    border: none;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.card-banner {
    width: 100%;
    height: 120px;
    object-fit: cover;
    display: block;
}

.ott-card-body {
    background: #fff;
    border-radius: 12px;
    margin-top: -18px;
    position: relative;
    z-index: 2;
}
.ott-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
}

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

/*-------------------------------------
 ================ sec-3 starts =============
 -------------------------------------- */
.sec-3 {
    background: #f1f7fb;
    padding: 70px 0;
}

.timeline {
    position: relative;
    padding-left: 60px;
    height: 100%;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 15px;
    top: -4px;
    bottom: 0px;
    width: 2px;
    background: #d6dde6;
}

.timeline-item {
    position: relative;
    display: flex;
    align-items: center;
}

.timeline-item:last-child {
    margin-bottom: 0;
}
.dot {
    position: absolute;
    left: -56px;

    width: 25px;
    height: 25px;

    background: #fff;
    border: 6px solid #1976f3;
    border-radius: 50%;
}
.country-pill {
    display: inline-flex;
    align-items: center;

    background: #fff;

    border-radius: 999px;

    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}
.info-card {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
}

.info-card + .info-card {
    margin-top: 22px;
}
@media (min-width: 768px) {
    .sec-3 {
        padding: 80px 0;
    }

    .sec-3 .row {
        align-items: flex-start;
    }
}

@media (min-width: 992px) {
    .sec-3 {
        padding: 100px 0;
    }

    .timeline {
        margin-top: 0;
        padding-left: 90px;
        margin-left: 70px;
    }

    .timeline-item {
        margin-bottom: 72px;
    }
    .timeline::before {
        top: -47px;
        bottom: -47px;
    }
    .dot {
        left: -86px;
    }
}
/*-------------------------------------
 ================ sec-3 ends =============
 -------------------------------------- */
/*-------------------------------------
 ================ sec-4 starts =============
 -------------------------------------- */
.sec-4 .rounded-card,
.sec-10 .rounded-card {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    min-width: 60px;
    border-radius: 50%;
}
.sec-4 .rounded-card {
    background-color: #ff8181;
}
.sec-10 .rounded-card {
    background-color: none;
}

/*-------------------------------------
 ================ sec-4 ends =============
 -------------------------------------- */

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

.sec-5 {
    overflow-x: hidden;
}
.sec-5 .h2 {
    font-size: 28px;
    font-weight: 900;
}
@media (min-width: 900px) {
    .sec-5 .h2 {
        font-size: 32px;
    }
}

/*-------------------------------------
 ================ sec-5 ends =============
 -------------------------------------- */

/*--------------------------------------------------
 ================ sec-6 & sec-7 starts =============
 --------------------------------------------------- */

.india-accordion {
    margin-top: 20px;
}

.india-accordion .accordion-item {
    border: none;
    margin-bottom: 18px;
    border-radius: 12px;
    overflow: hidden;
}

.india-accordion .accordion-button {
    background: #f1f7fb;
    color: #0f2233;

    box-shadow: none;
}

.india-accordion .accordion-button:not(.collapsed) {
    background: #fff;
    color: #0f2233;
}

.india-accordion .accordion-button::after {
    background-image: none;
    content: '+';
    width: auto;
    height: auto;
    transform: none;
}

.india-accordion .accordion-button:not(.collapsed)::after {
    content: '−';
}

/*----------------------------------------
 ================ sec-6 & sec-7 ends =============
 ----------------------------------------- */
/*-------------------------------------
================ sec-8 starts =============
-------------------------------------- */
.sec-8 .card .p,
.sec-12 .card .p {
    font-size: 12px !important;
}
.sec-8 .row > .col,
.sec-13 .row > .col {
    display: flex;
}

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

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

.sec-8 .card,
.sec-13 .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-13 .card,
.sec-13 .card * {
    transition: 0.3s ease-in-out;
}

.sec-8 .card:hover,
.sec-8 .card.active,
.sec-13 .card:hover,
.sec-13 .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-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-11 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: -20px;
    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-11 ends =============
 -------------------------------------- */

/*-----------------------------------------
   =============== sec-12 start ===============
   ------------------------------------------*/

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

.sec-12 .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;
    scrollbar-width: none;
}

.sec-12 .left-button,
.sec-12 .right-button {
    cursor: pointer;
    font-size: 30px;
    color: var(--colorText);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-----------------------------------------
=============== sec-12 end ===============
------------------------------------------*/

/*-------------------------------------
=============== Sec-14 start ===============
--------------------------------------*/
.sec-14 .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-14 .bg-img-container {
    max-height: 400px;
    height: 70vh;
}

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

@media (min-width: 992px) {
    .sec-14 .container .row {
        height: 350px;
    }
    .sec-14 .container .row .content {
        height: 100%;
    }
    .sec-14 .content-text {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .sec-14 .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 ===============
------------------------------------------*/
.faq-list .collapse ul {
    list-style-type: disc !important;
    padding-left: 20px !important;
    margin-top: 10px;
}

.faq-list .collapse ul li {
    display: list-item !important;
}
.collapsing {
    transition: none !important;
}
