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

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

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

/*-------------------------------------
================ sec-2 starts =============
-------------------------------------- */
.invoicingLandingPage .sec-2 .card .p {
    color: #6b7280;
    font-size: 12px !important;
}
.icon-bg {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.sec-2 .container {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.sec-2 .card {
    border-color: var(--border-gray);
    padding: 0.5rem;
}
.sec-2 .icon-bg {
    font-size: 28px;
    width: 45px;
    height: 45px;
    color: #fff;
    background: #ff8181;
}
@media (min-width: 992px) {
    .sec-2-heading {
        width: 80%;
    }
    .sec-2 .card {
        padding: 1rem 1.5rem 1rem 1.5rem;
    }
}

/*-------------------------------------
================ sec-2 end =============
-------------------------------------- */
/*-------------------------------------
================ sec-3 starts =============
-------------------------------------- */
.invoicingLandingPage .sec-3 .card .p {
    color: #6b7280;
    font-size: 12px !important;
}
.sec-3 .card {
    border-color: var(--border-gray);
    padding: 2rem;
}
.currency-icons {
    display: flex;
    align-items: center;
}
.sec-3 .icon-bg {
    font-size: 28px;
    width: 60px;
    height: 60px;
    display: flex;
    background: var(--colorBlue);
    color: #fff;
    border: 3px solid #fff;
}

.currency-icons .icon-bg:not(:first-child) {
    margin-left: -25px;
}
.currency-icons .icon-bg:nth-child(1) {
    z-index: 2;
}
.currency-icons .icon-bg:nth-child(2) {
    z-index: 1;
}

/*-------------------------------------
================ sec-3 ends =============
-------------------------------------- */

/*-----------------------------------------
   =============== sec-4 start ===============
   ------------------------------------------*/
.invoicingLandingPage .sec-4 .card .p {
    color: #6b7280;
    font-size: 12px !important;
}
.sec-4 .card {
    border: 1px solid var(--colorBlue);
    height: 100%;
    transition: 0.3s ease-in-out;

    .material-symbols-outlined,
    .p {
        color: var(--colorText);
    }

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

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

/*-----------------------------------------
   =============== sec-5 start ===============
   ------------------------------------------*/
.invoicingLandingPage .sec-5 .p {
    color: #6b7280;
    font-size: 12px !important;
}
/*-----------------------------------------
=============== sec-5 end ===============
------------------------------------------*/

/*-------------------------------------
 ================ sec-6 starts =============
 -------------------------------------- */

.sec-6 .icon-bg {
    width: 30px;
    height: 30px;
    min-width: 4px;
    min-height: 4px;
    padding: 0.35rem;
    margin-right: 0.5rem;
    border-radius: 50%;
    background: var(--bg-input-inside-block);
    color: #000000;
    font-size: 15px;
}
.invoicingLandingPage .sec-6 .method-card .p {
    color: #6b7280;
    font-size: 12px !important;
}

/*-------------------------------------
  ================ sec-6 ends =============
  -------------------------------------- */
/*-----------------------------------------
   =============== sec-7 start ===============
   ------------------------------------------*/

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

.sec-7 .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 */
}

.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;
}
.invoicingLandingPage .sec-7 .card-wrapper .p {
    font-size: 12px !important;
}

.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 starts =============
-------------------------------------- */
.invoicingLandingPage .sec-8 .card .p {
    font-size: 12px !important;
}
.sec-8 .card {
    transition: 0.3s ease-in-out;
    height: 100%;
}
.step-badge {
    position: absolute;
    top: 0;
    left: 30px;
    color: #000;
    padding: 5px 10px;
    font-weight: 500;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    font-size: 10px;
}
/*-------------------------------------
 ================ sec-8 ends =============
 -------------------------------------- */

/*-------------------------------------
 ================ sec-9 starts =============
 -------------------------------------- */

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

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

/*-------------------------------------
=============== Sec-10 start ===============
--------------------------------------*/
.sec-10 .bg-wrapper {
    background-image: url('https://cdn.transactbridge.com/invoicing-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;
}
.sec-10 .tb-btn.btn-lg {
    padding: 0 0.5rem;
}
@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 ===============
------------------------------------------*/
