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

.sec-1 .hero-img.show {
    position: relative;
    max-width: 100%;
    width: 100%;
    right: 0;
}
@media (min-width: 768px) {
    .sec-1 .hero-img.show {
        max-width: 90vw;
        visibility: visible;
        position: absolute;
    }
    .sec-1 .hero-img,
    .sec-1 .hero-img.show {
        max-width: 45vw;
    }

    .sec-1 .hero-img.show {
        top: 0;
    }
}
@media (min-width: 968px) {
    .subscriptionLandingPage .p {
        font-size: 16px !important;
    }
}
@media (min-width: 1200px) {
    .sec-1 .hero-img,
    .sec-1 .hero-img.show {
        max-width: 42vw;
    }
}
/*-------------------------------------
================ sec-1 ends =============
-------------------------------------- */

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

.sec-2 {
    padding: 20px 0;
    overflow: hidden;
}

.feature-marquee {
    overflow: hidden;
    width: 100%;
}

.feature-strip {
    display: flex;
    gap: 48px;
    width: max-content;
    animation: scroll-left 25s linear infinite;
}

@keyframes scroll-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

/* Pause on hover */
.feature-marquee:hover .feature-strip {
    animation-play-state: paused;
}

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

@media (min-width: 1200px) {
    .sec-3 .p {
        font-size: 1rem !important;
    }
}

/*-----------------------------------------
   =============== sec-4 start ===============
   ------------------------------------------*/
.sec-4 .card {
    padding: 2rem;
}

.morIcons {
    margin-bottom: 5rem !important;
}

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

/*-----------------------------------------
   =============== sec-5 start ===============
   ------------------------------------------*/

.sec-5 .h-card {
    border-radius: 0.55rem;
}
.sec-5 .p {
    font-size: 14px;
}
.sec-5 .content {
    flex-direction: column;
}

.icon-bg {
    font-size: 24px;
    border-radius: 50%;
    min-width: 45px;
    width: 45px;
    display: flex;
    min-height: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    background: var(--colorBlue);
}
.infoCard {
    background: linear-gradient(90deg, #ffffff 0%, #f5f5f5 100%);
}
@media (min-width: 768px) {
    .sec-5 .p {
        font-size: 16px;
    }
}
/*-----------------------------------------
=============== 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 */
}

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

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

.sec-7 .expanding-card {
    border-radius: 0.25rem;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: unset;
    background: var(--colorBlue);
    transition: none;
    border: 1px solid var(--colorBlue);
    cursor: pointer;
}

.sec-7 .expanding-card .icon-bg {
    font-size: 40px;
    border-radius: 50%;
    min-width: 60px;
    width: 60px;
    display: flex;
    min-height: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    background: var(--bs-white);
}

.sec-7 .expanding-card .visible-content {
    display: none;
}

.sec-7 .expanding-card .hidden-content {
    display: flex;
    flex: 1;
}

.sec-7 .expanding-card a {
    display: flex;
    align-items: center;
}

.sec-7 .expanding-card a .material-symbols-outlined {
    font-size: 18px;
    margin-left: 5px;
}

a.visible-content > .material-symbols-outlined {
    color: var(--colorBlue);
}

@media only screen and (min-width: 576px) and (max-width: 991px) {
    .sec-7 .expanding-card.active,
    .sec-7 .expanding-card:hover,
    .sec-7 .expanding-card {
        width: calc(50% - 0.25rem);
    }
}

@media (min-width: 992px) {
    .sec-7 .expanding-card {
        width: 80%;
        transition: 0.3s ease-in-out;
        height: 290px;
        border: 1px solid var(--bs-gray-400);
        background: var(--bs-white);
    }
    .sec-7 .expanding-card .icon-bg {
        background: var(--bg-input-inside-block);
    }

    .sec-7 .expanding-card .visible-content {
        display: block;
    }

    .sec-7 .expanding-card a.visible-content {
        display: flex;
    }

    .sec-7 .expanding-card .hidden-content {
        display: none;
        height: 100%;
        overflow: hidden;
    }

    .sec-7 .expanding-card.active,
    .sec-7 .expanding-card:hover {
        width: 160%;
        background: var(--colorBlue);
        border: 1px solid var(--colorBlue);
        transition: 0.3s ease-in-out;
    }

    .sec-7 .expanding-card.active .icon-bg,
    .sec-7 .expanding-card:hover .icon-bg {
        background: var(--bs-white);
    }

    .sec-7 .expanding-card.active .visible-content,
    .sec-7 .expanding-card:hover .visible-content {
        display: none;
    }

    .sec-7 .expanding-card.active .hidden-content,
    .sec-7 .expanding-card:hover .hidden-content {
        display: flex;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1280px) {
    .sec-7 .expanding-card {
        width: 70%;
        height: 315px;
    }
    .sec-7 .expanding-card,
    .sec-7 .expanding-card {
        width: 190%;
    }
}

@media (min-width: 1281px) {
    .sec-7 .expanding-card {
        height: 320px;
    }
}

@media (min-width: 1400px) {
    .sec-7 .expanding-card {
        height: 340px;
    }
}

@media (min-width: 1537px) {
    .sec-7 .expanding-card {
        height: 380px;
    }
}

/*-------------------------------------
 ================ sec-7 ends =============
---------------------------------------*/

.sec-8 .tb-btn.btn-lg {
    padding: 0 0.5rem;
}
@media (min-width: 576px) {
    .sec-8 .tb-btn.btn-lg {
        padding: 0 1rem;
    }
}

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

.proof-icon-bg {
    font-size: 32px;
    border-radius: 50%;
    min-width: 80px;
    width: 80px;
    display: flex;
    min-height: 80px;
    height: 80px;
    align-items: center;
    justify-content: center;
    background: var(--colorBlue);
}

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

/*-------------------------------------
 ================ sec-10 starts =============
 -------------------------------------- */

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

/*-------------------------------------
 ================ sec-10 ends =============
 -------------------------------------- */

/*-------------------------------------
=============== sec-11 start ===============
--------------------------------------*/

.enterprise-section {
    background-color: #ffffff;
}

.enterprise-card {
    background: linear-gradient(135deg, #041524, #041e30);
    border-radius: 16px;
    color: #ffffff;
}

.enterprise-features {
    row-gap: 16px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    color: #cfe9ff;
}

.enterprise-shield {
    max-width: 180px;
    width: 100%;
}

/*-----------------------------------------
=============== Sec-11 end ===============
------------------------------------------*/

/*-------------------------------------
=============== Sec-12 start ===============
--------------------------------------*/
.sec-12 .bg-wrapper {
    background-image: url('https://cdn.transactbridge.com/crm-software-payment-solution-india/banner.webp');
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: bottom;
    border-radius: 0 0 8px 8px;
}

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

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