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

.edtechLandingPage .p {
    color: #6b7280;
    font-size: 14px !important;
}

.hero-img {
    width: 100%;
}

.hero-bg-img {
    width: 25%;
}

@media (min-width: 768px) {
    .hero-img {
        width: 50%;
    }
}

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

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

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

.sec-2 .h-card {
    border-radius: 0.55rem;
}
.sec-2 .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);
}

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

/*-----------------------------------------
   =============== sec-3 start ===============
   ------------------------------------------*/
.sec-3 .card {
    border: 1px solid var(--colorBlue);
}

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

/*-----------------------------------------
   =============== sec-4 start ===============
   ------------------------------------------*/
.indicator {
    width: 100%;
    cursor: pointer;
    height: 30px;
}

.indicator-click {
    width: 50%;
    height: 20px;
    cursor: pointer;
    position: relative;
}

.indicator-click::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background: #ddd;
    transition: background 0.3s ease;
}

.indicator-click.active::after {
    background: #1e6bff;
}

.indicator span {
    width: 50%;
    height: 3px;
    background: #ddd;
    transition: background 0.3s ease;
}

.indicator span.active {
    background: #007aff;
}

.content-wrapper {
    overflow: hidden;
    min-height: 250px;
}

.hover-zone {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 5;
}

.left-zone {
    left: 0;
}

.right-zone {
    right: 0;
}

.content-left,
.content-right {
    transition: all 0.5s ease;
}

.content-right {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(100%);
    opacity: 0;
}

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

/*-------------------------------------
 ================ sec-5 starts =============
 -------------------------------------- */
.sec-5 .container {
    margin-right: 0;
}

.sec-5 .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-5 .left-button,
.sec-5 .right-button {
    cursor: pointer;
    font-size: 30px;
    color: var(--colorText);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-------------------------------------
================ sec-6 starts =============
-------------------------------------- */
.sec-6 .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-6 .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-6 .expanding-card .visible-content {
    display: none;
}

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

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

.sec-6 .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-6 .expanding-card.active,
    .sec-6 .expanding-card:hover,
    .sec-6 .expanding-card {
        width: calc(50% - 0.25rem);
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

/*-------------------------------------
================ sec-6 ends =============
-------------------------------------- */

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

.formPanelImg {
    padding: 1rem 0rem 1rem 1rem;
    background: black;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
}

.edtech-analytics-section {
    margin-left: 0;
    padding-right: 6px !important;
}

@media (min-width: 1200px) {
    .edtech-analytics-section {
        margin-left: 5rem;
    }
    .hero-img-wrapper {
        width: auto;
    }
}
/*-------------------------------------
 ================ sec-7 ends =============
 -------------------------------------- */

/*-------------------------------------
=============== Sec-8 start ===============
--------------------------------------*/

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

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

.enterprise-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.3;
}

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

/*-------------------------------------
=============== Sec-9 start ===============
--------------------------------------*/

.sec-9 .bg-wrapper {
    background-image: url('https://cdn.transactbridge.com/webstore-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/webstore-landing-page/banner.webp');
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        border-radius: 0 8px 8px 0;
    }
}
/*-----------------------------------------
=============== Sec-9 end ===============
------------------------------------------*/
