.home-jumbotron {
    padding: 40px !important;
    padding-top: 150px !important;
    background-image: url(./images/background1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

html {
    scroll-behavior: smooth;
}

.container-width {
    max-width: 100%;
    width: 90%;
    margin: 0px auto;
}


body {
    font-family: 'poppins';
    font-size: 14px !important;
    overflow-x: hidden !important;
}

.navbar-logo {
    max-width: 170px;
    height: auto;
}

.navbar-light .navbar-toggler-icon {
    background-image: none;
    /* Remove default icon */
    color: #7db118;
}

/* Custom icon for the toggler */
.navbar-light .navbar-toggler-icon::before {
    content: '\2630';
    color: #7db118;
    font-size: 2.2rem;
}

.navbar .container-fluid {
    padding-left: 3rem;
    padding-right: 3rem;
}

@media (max-width: 576px) {
    .navbar-logo {
        max-width: 100px;
    }

    .navbar-nav .nav-item {
        text-align: left !important;
    }

    .get-started-btn {
        display: block;
        margin: 0.5rem auto;
    }
}

.nav-link {
    transition: color 0.3s, background-color 0.3s;
    position: relative;
    padding-bottom: 5px;
    /* Adds space for the underline */
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: #fff;
    /* Lemon-like color */
    background-color: #75a232;
    border-radius: 5px;
}

.nav-link.active {
    font-weight: bold;
    color: #7DB117;
    border-bottom: 2px solid #7DB117;
}

.nav-shadow {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.get-started-btn {
    background-color: #7DB117;
    color: #fff;
    border-radius: 5px;
}

.get-started-btn:hover {
    background-color: #fff;
    color: #7DB117;
}

.modal-xxl-custom {
    width: 100%;
    max-width: 90vw;
}

@media (max-width: 1200px) {
    .modal-xxl-custom {
        max-width: 100%;
    }
}

@media (max-width: 992px) {
    .modal-xxl-custom {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .modal-xxl-custom {
        max-width: 95vw;
    }
}

@media (max-width: 576px) {
    .modal-xxl-custom {
        max-width: 100vw;
        margin: 0 10px;
    }
}

.bg-custom-green {
    background-color: #7db117 !important;
}

.product-modal-button {
    background-color: #DBEABE;
    cursor: pointer;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.product-modal-button:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}

.product-modal-button.selected {
    background-color: #dbeabe;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}

.columnOne {
    background-color: #FFFFFF;
    box-shadow: 15px 0px 10px -6px #CDE69E;
    font-family: 'Poppins';
    text-align: left !important;
}

.pmt a {
    padding-left: 90px !important;
}

.option {
    background-color: transparent;
    cursor: pointer;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.option:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}

.option.selected {
    background-color: #dbeabe;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}

.option-text:hover {
    cursor: pointer;
}

.bundle {
    font-weight: lighter !important;
}

.inactive {
    border-radius: 7px;
    border-bottom: 1px solid #e2e0e0;
}

.btn-outline-green {
    border: 1px solid #7DB117;
    border-radius: 25px;
    padding: 10px !important;
}

.designedrow {
    background: url(../img/images-ourproduct/product\ drop\ bk.png) no-repeat center center;
    z-index: -1;
}

.fw-lighters {
    font-size: 15px !important;
    line-height: 19px !important;
}

/* Hide all sections by default */
section-one,
section-two,
section-three {
    display: none;
}

/* Show the active section */
.active-section {
    display: block;
    opacity: 0;
    animation: fadeIn 0.5s forwards;
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

/* Fade-in animation */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fade-in {
    animation: fadeIn 0.8s ease-in-out;
}

.custom-button {
    transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
}

.custom-button:hover {
    background-color: #e0e5d1;
    transform: scale(1.02);
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}

.card-img-top {
    border-radius: 8px;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.bg-custom-light {
    background-color: #f5f5f5 !important;
}


.footer-bg-color {
    background-color: #7db117;
}

.social-icons-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-icon {
    width: 40px;
    height: 40px;
    background-color: #333;
    color: white;
    border-radius: 50%;
    text-decoration: none;
    font-size: 18px;
    transition: transform 0.2s;
}

.social-icon:hover {
    transform: scale(1.05);
}

.highlight {
    background-color: #D5E9AF;
    border-radius: 50px;
    padding: 0.3rem 0.8rem;
    color: #000;
    display: inline-block;
    margin: 0 0.5rem;
    line-height: 1;
    white-space: nowrap;
}

.virtual-account {
    background: url(../website_assets/images/payment_background_image.png) no-repeat center center;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.05), 2px 0 8px rgba(0, 0, 0, 0.1), 0 -2px 8px rgba(0, 0, 0, 0.1);
    padding: 15px;
    border-radius: 8px;
}

.school-analysis {
    background-size: cover;
}

.info-cell {
    background-color: #f5f5f5;
}

.school-analysis-table {
    background-color: #ffffff;
}

/* General Table Styling */
.info-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
    font-family: 'poppins';
}

.info-cell {
    text-align: center;
    padding: 20px;
    border: 1px solid #ddd;
    font-size: 1.2rem;
}

/* Header Styling */
.info-header .info-cell {
    font-weight: bold;
    background-color: #f5f5f5;
    font-size: 1rem;
}

.info-header .info-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

/* Category Styling */
.info-row .category {
    font-weight: bold;
    color: #6ba310;
    font-size: 1.4rem;
    background-color: #f5f5f5;
}

/* Data Styling */
.info-row .data {
    font-weight: bold;
    font-size: 1.3rem;
    background-color: #ffffff;
}

.edutams-hover {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    /* Smooth transition */
}

.edutams-hover:hover {
    transform: scale(1.05);
}

/* Icon Background Colors */
.icon-bg {
    padding: 12px;

    font-size: 1.8rem;
}

.light-green {
    color: #6ba310;
}

.deep-green {
    color: #1b7913;
}

.amber {
    color: #daa51e;
}


.card-custom {
    position: relative;
    background-color: #ffffff;
    border-radius: 8px;
    padding-top: 60px;
    padding-bottom: 20px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.card-custom:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.icon-container {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #daa51e;
    border-radius: 50%;
    padding: 15px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.icon {
    font-size: 28px;
    color: #fff;
}

.card-title {
    margin-top: 20px;
    font-size: 1.1rem;
    color: #333;
}

.card-text {
    font-size: 0.9rem;
    color: #666;
    text-align: left;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    color: #ffffff;
    text-align: center;
    padding: 1rem;
}

.card-custom:hover .overlay {
    opacity: 1;
}

.overlay-text {
    font-size: 1rem;
}

.sixth-section {
    text-align: center;
    background-color: #e8f5e3;
    background-size: cover;
    background-repeat: no-repeat;

}

.features-image img {
    margin-bottom: 100px;
    margin-top: 100px;

}

@media (max-width: 767px) {
    .col-md-3 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 1rem;
    }

    .pill-container {
        width: 90%;
        padding: 10px;
        margin-bottom: -5px !important;
    }
}

.vendor-section {
    background-image: url(../website_assets/images/Become_a_vendor_background.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 50vh;
    position: relative;
}

.overlay-image {
    background-image: url(../website_assets/images/Become-a-Vendor.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 30%;
    position: absolute;
    top: 0;
    right: -4%;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}


@media (max-width: 768px) {
    .vendor-section {
        background-color: var(--bg-custom-green);
        background-image: none;
        height: auto;
    }

    .overlay-image {
        display: none;
    }
}

/* Base styling for large screens */
.partner-logos {
    gap: 1rem;
}

.partner-img {
    max-width: 200px;
}

.streamline h2 {
    font-size: 20px;
    /* Reduce font size for h2 */
}

.streamline-text p {
    font-size: 16px;
    /* Adjust font size for smaller screens */
}

/* Responsive scaling for smaller screens */
@media (max-width: 768px) {
    .partner-img {
        max-width: 50px;
        gap: 0.5rem;
    }

    .navbar-nav .nav-item {
        margin: 0.5rem 0;
        text-align: left !important;
        margin-left: -120px !important;
    }

    /* Adjust font-size for smaller screens */
    .nav-link {
        font-size: 1rem;
    }

    /* Logo size adjustment for smaller screens */
    .navbar-logo {
        max-width: 120px;
    }
}

/* General styling for cards */
.card {
    border-radius: 8px;
    /* transition: transform 0.2s ease-in-out; */
    overflow: hidden;
}

/* .card:hover {
    transform: scale(1.05);
} */

.shadow-sm {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}



/* Card footer styling */
.card-footer {
    background: none;
    border-top: none;
    padding-top: 1rem;
}

.card-img-main {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
}

/* Unique styling for the last image */
.card-img-edu {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Responsive scaling */
@media (max-width: 768px) {
    .card-text {
        font-size: 0.9rem;
    }

    .card-footer .btn {
        font-size: 0.85rem;
        padding: 0.4rem 1rem;
    }

    .years {
        margin-top: 50px !important;
    }


    .each-card {
        width: 100% !important;
        height: 25px;
        border-radius: 0px !important;
    }

    .each-card p {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        font-size: 8px !important;
        text-align: center !important;
        line-height: normal;
    }

    .fa-user-gear {
        font-size: 8px;
        /* Adjust icon size */
        margin-right: 8px;
        /* Ensure there's space between the icon and text */
    }

    .each-card-margin {
        margin-left: 3px;
        font-size: 9px;
    }

    .each-card-adm {
        margin-left: 3px;
        font-size: 8px;
        text-align: center;
    }

    .horizontal-div {
        width: 100%;
        height: 5px;
        border-radius: 20px;
        background-color: #e5efd1;
        margin-top: 30px;
    }

    .container-width .card-container .each-card.selected {
        color: black;
        background-color: #e5efd1;
        font-weight: bold;
        position: relative;
    }

    .container-width .card-container .each-card.selected::after {
        content: "";
        width: 18px;
        height: 15px;
        background-color: #e5efd1;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -42px;
        border-radius: 100%;
        border: 3px solid white;
    }

    .container-width .card-container .each-card.selected::before {
        content: "";
        width: 5px;
        height: 20px;
        background-color: #e5efd1;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -30px;
        border: none;

    }
}

/* Larger screens */
@media (min-width: 992px) {
    .card-footer .btn {
        padding: 0.5rem 1.5rem;
    }

}

.about-us {
    background: url(../website_assets/images/about-us-section1-bg.png) no-repeat center center;
    background-size: cover;
    box-shadow: 0 0 15px 0 #908989;
    padding: 0 auto;
    margin-top: 5%;
}

.values img {
    background-color: #7db117;
    padding: 10px;
    border-radius: 30px;
    width: 100%;
    height: 350px;
    object-fit: cover;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.journey-background {
    background: url(../website_assets/images/journey-so-far-background-image.png) no-repeat center center;
    background-size: cover;
    height: 20%;
    width: 100%;
}

.journeytext h1 {

    color: #FFFFFF;
    font-size: 70px;
    font-weight: bolder;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);

}

.journeytext p {
    color: #FFFFFF;
    font-size: 20px;
}

.journey-overlay {
    background: rgba(0, 0, 0, 0.7);
    background-size: cover;
}

.accordion-special {
    border-radius: 8px;
    border: 1px solid #7a7d74;
    background-color: #e1ead0;
}

.accordion-special .accordion-header button {
    background-color: #e1ead0;
    border-bottom: 1px solid #d9d9d9;
    border-radius: 7px;
    font-weight: bolder;
}

.accordion-special .accordion-button:not(.collapsed) {
    background-color: #e1ead0;
    color: black;
    font-weight: bolder;
}

.accordion-special .accordion-button:focus {
    outline: none;
    box-shadow: none;
}

.cardss {
    margin-top: -30px;
    background-color: #CDE69E;
    max-width: 80%;
    border-radius: 20px;
    height: 100%;
}

.accordion-special {
    border-radius: 8px;
    border: 1px solid #7a7d74;
    background-color: #e1ead0;
}

.accordion-special .accordion-header button {
    background-color: #e1ead0;
    border-bottom: 1px solid #d9d9d9;
    border-radius: 7px;
    font-weight: bolder;
}

.accordion-special .accordion-button:not(.collapsed) {
    background-color: #e1ead0;
    color: black;
    font-weight: bolder;
}

.accordion-special .accordion-button:focus {
    outline: none;
    box-shadow: none;
}

.years {
    margin-top: 90px !important;
}

.text-with-line {
    border-bottom: 6px solid #7DB117;
    width: 150px;
}

.digitize-text {
    letter-spacing: 2px;
    line-height: 30px;
}

.digitize-text h1 {
    font-size: 40px
}

.management h1 {
    color: #000000;
    font-weight: bold;
    font-size: 60px;
}

.managementCard {
    border-radius: 22px 22px 0 0;
    overflow: hidden;
    background-color: #EEF7FF;
    width: 90%;
    height: 570px;
}

.managementCard-img-top {
    border-radius: 20px 20px 0 0;
    display: inline-block;
    transition: transform 0.3s ease-in-out;
    width: 100%;
    height: 430px;
    object-fit: contain !important;
}

.managementCard-img-top img {
    width: 100% !important;
    height: 100%;
}

.managementCard-img-top:hover {
    transform: scale(1.04);
}

.first-section-impact {
    background: url(../website_assets/images/Impact-background-image.png) no-repeat center center fixed;
    background-size: cover;
    min-height: 30vh;
    margin-top: 60px;
    position: relative;
}

.card-img-tops {
    border-radius: 8px;
    width: 100%;
    height: auto;
    object-fit: contain !important;
}

.connect {
    background: url(../website_assets/images/Connect-background.png) no-repeat center center;
    background-size: cover !important;
}

.connect-overlay {
    background-color: rgba(125, 177, 23, 0.5);
}

.connect-heading h1 {
    font-size: 50px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.toggle-pill {
    background-color: #fff;
    position: absolute;
    width: 100%;
    border: none;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);

}

.toggle-holder {
    position: relative;
    z-index: 4;
}

.second-event-section h4 {
    font-size: 40px;

    text-align: center;
}

.carousel-item video {
    width: 100%;
    height: auto;
}

/* Center the controls under the carousel */
.carousel-controls {
    text-align: center;
    margin-top: 10px;
}

.webinar h1 {
    text-align: center;
    font-size: 50px;
    font-weight: bolder;
}

.fixed-img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.shadowed {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease;
}

.anchor-list {
    text-decoration: none;
    color: #000000;
    list-style: none;
    font-family: 'Poppins';
    font-size: 15px;
    font-style: normal;
}

.anchor-list:hover {
    color: #72A900;
    text-decoration: underline;
    transform: scale(1.05);
    transition: all 0.3s ease;
}

.basic-footer-company {
    margin-left: 80px;
}

.footer-parag {
    color: #000000 !important;
    font-family: 'Poppins';
    font-size: 15px;
    font-style: normal;
    /* line-height: 35px; */
    letter-spacing: 2.07px;
}

/* Shadow effect on hover */
.shadowed:hover {
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.3);
}

.form-check-input:checked {
    background-color: #72A900;
    border: 1px solid #72A900;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.radio-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.video-button {
    background-color: #7DB117;
    color: white;
    margin-top: 20px;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 20px;
    border: none;
    width: 100%;
}

.card-form {
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 6px 20px rgba(0, 0, 0, 0.1);
}

.dropdown-item input[type="checkbox"]:checked {
    accent-color: #7db117;
}

.social-icons {
    padding: 0;
    border-radius: 50%;
    border: none;
    background-color: #cecfd2;
    font-size: 100px;
    display: block;
    padding: 18px;
    font-size: 25px;
}

.pill-container {
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    width: 100%;
    margin: 50px auto;
    z-index: 1;
}


/* Get Started Styling starts here */

.firsts-section {
    margin-top: 70px !important;
}

.first-section-container {
    background-color: #f5f5f7;
    max-width: 100%;
}

.first-section-cover {
    background: url(./images/Vendoe-section-1-background-pattern.png) center;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 90%;
    border: none;
    margin-top: -90px;
    margin-left: 80px !important;
}

.started {
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 3px;
    font-weight: lighter;

}

.getStarted {
    color: #7DB117;
    font-size: 35px !important;
    font-family: poppins;
    font-weight: bolder;
    margin-right: 20px;
}

.started-text {
    font-size: 20px;
    font-family: poppins;
    margin-left: 15px;
    margin-top: 25px;
}

.highlighted-text {
    font-weight: bolder;
    color: black;
    font-size: 35px;

}


.radio-label {
    margin-right: 10px;
    font-size: 25px;
}

.radio-special-color {
    color: gray !important;
}

.radio-btn {
    top: 120px !important;
    left: 300px;
    margin-left: 20px;
    justify-content: space-between;
}

.pill-container {
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    width: 70%;
    margin: 50px auto;
    z-index: 1;
}


.form-check {
    display: flex;
    align-items: center;
}

.form-check-input {
    margin-right: 10px;
    width: 35px;
    height: 35px;
}

.form-check-input:checked {
    background-color: #72A900;
    border: 1px solid #72A900;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}



/* video Section */
.outer-video-card {
    width: 60%;
    background-color: #E3EBD5;
    padding-top: 45px;
    margin-right: 0px;
}

.inner-video-card {
    background-color: white;
    max-width: 100%;

}

.video-form-card {
    margin-top: 20px;
    margin-bottom: 70px;
}

.video-texts {
    color: #595555;
    text-align: justify;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    /* 21.534px */
    letter-spacing: 0.979px;
}

.video-buttun {
    background-color: #7DB117;
    color: white;
    margin-top: 20px;
    padding: 15px 35px;
    border-radius: 5px;
    font-size: 20px;
    border: none;
    margin-left: 300px;
}

/* Form section */

.custom-hover:hover {
    background-color: white;
    color: #000000;
}

.video-button {
    background-color: #7DB117;
    color: white;
    margin-top: 20px;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 20px;
    border: none;
    width: 100%;
}

.essential-video-button {
    background-color: #7DB117;
    color: white;
    margin-top: 20px;
    width: 100%;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 20px;
    border: none;
}

.school-domain {
    color: #7DB117;
    margin-left: 5px;
}

.privacy {
    color: #7DB117;
    margin-left: 8px;
    text-decoration: none;
}



.video-form-card-2 form {
    background-color: #ffffff;
}

.video-form-card-2 {
    width: 37%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 6px 15px rgba(0, 0, 0, 0.1);
    margin-left: 40px;
}

.video-form-card-empty-div {
    max-width: 50%;
}

.video-form-card2 .form-group.captcha {
    margin-right: 40px;

}

/* Second Section Here */

.feature {
    font-size: clamp(20px, 5vw, 30px);
    /* Responsive font sizing */
    font-weight: bold;
    margin-left: 0;
    /* Remove left margin on small screens */
    text-align: center;
    /* Center align title on small screens */
    margin-top: 20px;
    /* font-size: 30px;
    font-weight: bolder;
    margin-left: 65px; */
}

.transition-img {
    transition: transform 0.3s ease, opacity 0.3s ease;
    /* Adjust the timing as needed */
}

.transition-img:hover {
    transform: scale(1.05);
    /* Slight zoom effect */
    opacity: 0.9;
    /* Slight fade effect */
}

.secondsecBasic {
    background-color: #F5F9EC !important;
    padding: 50px 10px;
    max-width: 100%;

}

.basic-image {
    /* height: 500px; */
    margin-top: -90px !important;
    /* width: 100%; */
    margin-left: 100px;
    margin-right: 100px;
}

.basic-feat-img {
    width: 73.814px;
    height: 73.814px;
    flex-shrink: 0;
}

.img-text-basic p {
    font-size: 15px;
    color: #5f5f5f;
    line-height: normal;
}

.img-text-basic h1 {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 14.173px;
    /* 78.738% */
    letter-spacing: 0.36px;
}

.input-group input:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #dee2e6;
}

.input-group .dropdown-menu:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #dee2e6;
}

.secondsecEssential {
    background-color: #b6cead;
    padding: 50px 10px;
    max-width: 100%;
}

.essential-image {
    height: 500px;
    margin-bottom: -10px;
    max-width: 100%;
    margin: 0px 10px;
}

.essential-feat-img {
    width: 73.814px;
    height: 73.814px;
    flex-shrink: 0;
}

.img-text-ess p {
    font-size: 12px;
    color: #5f5f5f;
}

.img-text-ess h1 {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 14.173px;
    /* 78.738% */
    letter-spacing: 0.36px;

}

.secondsecPro {
    background-color: #e8f5e3;
    padding: 50px 10px;
    max-width: 100%;
}

.pro-image {
    margin-bottom: -10px;
    max-width: 100%;
    margin: 0px 80px;
}

.img-text-pro p {
    font-size: 12px;
    color: #5f5f5f;
    line-height: normal;
}

.img-text-pro h1 {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;

}

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

.font-size-small {
    font-size: 9px;
}


.each-card-margin {
    margin-left: 50px;
}

.each-card-adm {
    margin-left: 30px;
}

.sales-support-container {
    gap: 20px;
    margin-right: 170px;
    /* Adjust spacing between Sales/Support and Mail sections */
}

.sales-container h6,
.sales-container p,
.email-div h6,
.email-div p {
    margin: 0;
}

.divider {
    border-left: 6px solid #7DB117;
    height: 60px;
    margin-right: 10px;
}

.sales-support,
.sales-support-number,
.mailus,
.enquiry {
    font-size: 1rem;
    white-space: nowrap;
}

.mail-us {
    margin-left: -10px !important;
}

/* Toggling of each category */
#basic-form {
    display: block;
}

#essential-form,
#pro-form {
    display: none;
}

.form-check-label {
    font-size: 25px;
}

.pro-feat-img {
    width: 73.814px;
    height: 73.814px;
    flex-shrink: 0;
}

/* Vendor page styling */

.all-section {
    margin-top: 5%;
    padding-top: 20px;
    background-color: #f5f5f7;
    /* max-width: 100%; */
}

.second-section-vendor {
    background: url(./images/Vendoe-section-1-background-pattern.png) no-repeat center center;
    background-size: cover;
    border: none;
    margin-top: -70px;
    /* height: 92vh; */
}

.joinUsText {
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 3px;
}

.joinUsText p {
    font-size: 20px;
    color: #000000;
}

.joinUs {
    color: #7DB117;
    font-weight: bold;
    font-size: 35px;
}

.heading_rounded-pill {
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    width: 70%;
    font-size: 25px;
    margin: 30px auto;
    z-index: 1;
    font-weight: lighter;
}

.selection_buttons {
    position: relative;
    top: 350px;
}

.pill-span {
    font-size: 10px;
    padding: 5px;
    background-color: #dcfae2;
    border-radius: 50px;
    margin-left: 20px;

}

.coll-pill {
    background-color: #daa51c;
    font-size: 20px;
    font-weight: 900;
}

.vendor-pill {
    background-color: #ddebc4;
    font-size: 20px;
    font-weight: 900;
    margin-left: -150px;
}

.agent-pill {
    background-color: #7db118;
    font-size: 20px;
    font-weight: 900;
    margin-left: -50px;
}

.first-section {
    max-width: 95%;
    background-color: #f7f8fd;
}

.here-for-you {
    font-size: 55px;
    font-weight: 00vh;
    color: black;
}

.men-checking-phone-text {
    font-size: 23px;
    letter-spacing: 3px;
    color: #929194;
    margin-top: 35px;
}

.sales-support-number {
    letter-spacing: 2px;
}

.divider {
    border-left: 6px solid #7DB117;
    height: 80px;
}

.sales-support-container {
    margin-top: 80px;
}

.sales-support {
    font-size: 25px;
    font-weight: bolder !important;
}

.mail-us {
    color: black;
    font-size: 26.86px;
    font-weight: bold;
}

.enquiry {
    color: #383535;
    font-size: 18px;
}

.isactive {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    transform: scale(1.06);
    transition: all 0.3s;
    opacity: 0.7;
}

.fab {
    padding: 0;
    border-radius: 50%;
    border: none;
    background-color: #1f1f20;
    font-size: 100px;
    display: block;
    padding: 18px;
    font-size: 25px;
}

.social-icons {
    margin-top: 70px;
}

.vendor-card {
    margin-top: 50px;
    /* max-width:600px; */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15),
        0 8px 30px rgba(0, 0, 0, 0.15);


}

.radio-label {
    font-size: 18px;
}

.form-control {
    padding: 10px;
    border: 1px solid #9f9f9f;

}


.form-control {
    padding: 10px;
    border: 1px solid #9f9f9f;

}

.form-group button {
    border: none;
}

.form-group .dropdown-menu {
    width: 50%;
}

.dropdown-text {
    color: #a0a0a0;
}

.card-form {
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 6px 20px rgba(0, 0, 0, 0.1);
}

.mySubmitBtn {
    background-color: #7DB117;
    color: white;
    /* margin-top: 10px; */
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 20px;
    border: none;
}

.privacy {
    color: #7DB117;
    margin-left: 10px;
    text-decoration: none;
}

.collaborate-tick {
    display: inline-block;
    background-color: white;
    color: #c2992e;
    padding: 5px 6px;
    border-radius: 5px;
    /* float: inline-end; */
    margin-left: 10px;
    font-size: 9px;
}

.vendor-tick {
    display: inline-block;
    color: white;
    background-color: black;
    padding: 5px 6px;
    border-radius: 5px;
    /* float: inline-end; */
    margin-left: 10px;
    font-size: 9px;
}

.agent-tick {
    display: inline-block;
    background-color: white;
    color: #7DB117;
    padding: 5px 6px;
    border-radius: 5px;
    /* float: inline-end; */
    margin-left: 10px;
    font-size: 9px;
}

.pill-span small {
    display: inline-block;
    background-color: #FFA1A1;
    color: black;
    padding: 1px 3px;
    border-radius: 50%;
    margin-left: 15px;
}

.vendor-third-section {
    background: url(../website_assets/images/vendor-third-section-background.png) no-repeat center center;
    height: 80vh;
}

.referral {
    color: #7DB117;
    font-size: 81.58px;
    font-family: 'Poppins';
    font-weight: 900;
    line-height: 84.03px;
    letter-spacing: 2.86px;
    word-wrap: break-word;
    padding-top: 50px;

}

.myform {
    margin-top: 50px;
    height: 800px;
    max-width: 80%;
    font-size: 12px;
}

.deserve {
    color: black;
    font-size: 59.11px;
    font-family: Poppins;
    font-style: italic;
    font-weight: 500;
    line-height: 76.54px;
    letter-spacing: 1.18px;
    word-wrap: break-word
}

.commission {
    color: #DE8B0B;
    font-size: 80px;
    font-weight: bolder;
}

/* Vendor page styling ends */

@media (max-width: 767px) {
    .first-section-cover {
        margin-top: 3px;
        max-width: 100%;
        margin-left: -2px !important;
    }

    .first-section {
        margin-top: 18px !important;
    }

    .form-check.form-check-label {
        font-size: 10px !important;
    }

    .pill-container {
        width: 90%;
        padding: 10px;
        margin-bottom: -5px !important;
    }

    .video-form-card {
        margin-top: 20px;
        margin-left: 10px !important;
        width: 95%;
    }

    .outer-video-card {
        width: 98%;
        margin-right: 0px;
    }

    .video-form-card-2 {
        width: 98%;
        margin-top: 10px;
        margin-left: 5px;
    }

    .feature {
        font-size: 20px;
        margin-left: 30px !important;
    }

    .basic-feat-img {
        width: 23.164px;
        height: 22.003px;
        flex-shrink: 0;
    }

    .img-text-basic p {
        font-size: 12px;
        color: #5f5f5f;
        font-family: Poppins;
        font-style: normal;
        font-weight: 400;
        line-height: 10px;
        letter-spacing: 0.075px;
    }

    .img-text-basic h1 {
        color: #000;
        font-family: Poppins;
        font-size: 13px;
        font-style: normal;
        font-weight: 700;
        line-height: 11px;
        letter-spacing: 0.113px;
    }

        .here-for-you {
            font-size: 40px;
            font-weight: 00vh;
            color: black;
        }

    .basic-image {
        margin-left: 80px;
        margin-top: 30px !important;
        margin-bottom: 30px !important;
        width: 189.227px;
        height: 189.227px;
        flex-shrink: 0;
    }

    .slide-text a {
        font-size: 18px !important;
    }

    .secondsec {
        padding: 20px 10px;
    }

    .image {
        height: 300px;
        width: 400px;
        margin-bottom: -10px;
    }

    .img-text p {
        font-size: 12px;
    }

    .img-text h1 {
        font-size: 16px;
    }

    .form-check .form-check-label {
        font-size: 10px;
    }

    .form-check-input {
        width: 15px;
        height: 15px;
    }

    .form-check label {
        font-size: 12px;

    }

    .video-buttun {
        padding: 20px;
        font-size: 12px;
        margin-left: 150px;
    }

    .started {
        display: block;
        justify-content: center;
        align-items: center;
    }

    .getStarted {
        color: #7DB117;
        font-size: 25px !important;
        margin-left: 100px;
    }

    .highlighted-text {
        font-weight: lighter;
        font-size: 13px;

    }

    .started-text {
        text-align: center;
        font-size: 10px;
    }

    .all-text {
        margin: 0px;
    }

    .video-button {
        margin-left: 0px;
        margin-bottom: 20px;
        font-size: 12px;
    }

    .video-texts {
        color: #595555;
        text-align: justify;
        font-family: Poppins;
        font-size: 13px;
        font-style: normal;
        font-weight: 200;
        line-height: 15px;
        /* 21.534px */
        letter-spacing: 0px;
    }

    .divider {
        display: none;
    }

    .sales-support-container p {
        font-size: 15px;
    }

    .icn {
        font-size: 30px !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .pill-container {
        width: 90%;
        padding: 10px;
        margin-bottom: -5px !important;
    }

    .navbar-nav .nav-item {
        margin: 0.5rem 0;
        text-align: left !important;
        margin-left: -140px !important;
    }

    .joinUsText {
        margin-top: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        letter-spacing: 3px;
    }

    .joinUsText p {
        font-size: 15px;
        color: #000000;
    }

    .joinUs {
        color: #7DB117;
        font-weight: bolder;
        font-size: 15px;
    }

    .second-section-vendor {
        margin-top: 100px !important;
    }
}


/* General Websites styles Ends here!  */


/* BasicPage Website */

.basic-first-section .row {
    justify-content: center !important;
}


.first-section-image-container {
    background: url(./images/main-background.jpeg) center center no-repeat;
    background-size: cover;
    border-radius: 0px 0px 80px 80px;
}

.first-section-image {
    margin-left: 150px !important;
    margin-top: -65px !important;
}

.container-basic {
    max-width: 100%;
    width: 90%;
    padding-left: 70px !important;
    padding-right: 70px !important;
}

.container-basic-div {
    max-width: 100%;
    width: 90%;
    padding-left: 150px !important;
    display: flex;

}

.all-in-one-pill {
    background-color: #d5e9af !important;
    line-height: 70px !important;
    color: #000;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 129%;
    letter-spacing: -0.545px;
}

.all-in-one-integrated {
    color: #FFF;
    text-align: left;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.revenue-collection {
    background-image: url(./images/small-background.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 120px;
    width: 400px;
}

.revenue-texts {
    color: #000;
    font-family: Poppins;
    font-size: 11.585px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.875px;
    text-transform: capitalize;
    margin-top: 30px;
}



.revenue-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    flex-wrap: wrap;
}

.revenue-imgs img {
    display: block;
    max-width: 100%;
    height: auto;
}


@media (max-width: 767px) {

    .container-width {
        max-width: 100%;
        width: 90%;
        margin: 0px auto;
    }
    .container-basic {
        max-width: 100%;
        width: 90%;
        padding-left: 70px !important;
        padding-left: 30px !important;
    }

    .basic-carousel-container {
        padding-top: 10px !important;
        border-radius: 0px;
        margin-top: -100px !important;
        top: auto;
        margin-left: 250px !important;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1),
            0 6px 15px rgba(0, 0, 0, 0.15);

    }

    .basic-carosel-img img {
        border: 1px solid black;
        border-radius: 10px;
        width: 30px !important;
        height: 30px !important;
        padding: 5px;
        margin-bottom: 10px !important;
    }

    .basic-carousel-text {
        font-size: 14px !important;
        font-style: normal;
        font-weight: 100;
        line-height: 18px;
        letter-spacing: 0.2px;
    }

    .basic-horizontal-row {
        width: 80% !important;
        height: 5px !important;
        background-color: #e5e5e5;
        border: none;
        outline: none;
        margin-left: 30px !important;
        margin-bottom: 10px !important;
    }

    .optimize-insight {
        color: #000;
        font-family: Poppins;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 149.61%;
        /* 59.844px */
    }

    .connecting,
    .provide {
        color: #000;
        text-align: center;
        font-family: Poppins;
        font-size: 11px !important;
        font-style: normal;
        line-height: 20px !important;
        /* letter-spacing: 0.28px; */
        text-transform: capitalize;
    }

    .ticked-card {
        width: 90%;
        font-size: 10px;
        padding: 15px;
        /* padding-bottom: 5px; */
        margin-left: 20px;
        margin-top: 10px;
        border-radius: 10px;

    }

    .outer-ticked-card {
        border-radius: 15px;
        width: 90%;
        padding: 10px;
        padding-bottom: 20px;
        margin-left: 25px !important;
    }

    .demo-container {
        background: url(./imgages/Backgroung-with-Lady.png) center center no-repeat;
        border-radius: 5px;
        max-width: 100%;
    }

    .see-demo {
        color: #18b116;
        font-size: 18px !important;
        font-weight: bolder;
        text-align: center;
        margin-top: 30px;
    }

    .demo-p {
        font-size: 10px;
        text-align: left;
    }

    .demo-button {
        padding: 8px 10px;
        font-size: 12px;
        border-radius: 5px;
        font-weight: bolder;
        margin-left: 50px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .demo-button:hover {
        background-color: rgb(92, 152, 2);
        color: white;
    }

    .demo-button i {
        margin-left: 25px;
        font-size: 18px;
        transition: transform 0.3s ease;
    }

    .demo-button:hover i {
        transform: translateX(5px);
    }

    .streamline h2 {
        font-size: 20px;
        /* Reduce font size for h2 */
    }

    .streamline-text p {
        font-size: 16px;
        /* Adjust font size for smaller screens */
    }

    .footer-img {
        width: 80px;
        height: 60px;
        flex-shrink: 0;
        margin-left: 20px;
    }

}

.basic-carousel-container {
    background-color: #ffffff;
    border-radius: 10px 10px 0px 0px;
    border: none;
    overflow: hidden;
    margin-top: 50px !important;
    text-align: center !important;
}

.basic-horizontal-row {
    width: 85%;
    height: 5px;
    background-color: #e5e5e5;
    border: none;
    outline: none;
    margin-left: 150px;
}

.basic-carousel-text {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 54px */
    letter-spacing: 0.312px;
}

.basic-carosel-img img {
    border: 1px solid black;
    border-radius: 15px;
    width: 100px;
    height: 100px;
    justify-content: center !important;
    /* padding: 12px 15px; */
}

#carouselExampleSlidesOnly {
    align-content: center !important;
}

.connecting {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 54px */
    letter-spacing: 0.28px;
    text-transform: capitalize;
}

.card-container {
    gap: 40px;
}

.each-card {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6), 0 6px 20px rgba(0, 0, 0, 0.6);
    border: none;
    cursor: pointer;
    width: 310px;
    font-size: 20px;
}

.horizontal-div {
    width: 100%;
    height: 20px;
    border-radius: 20px;
    background-color: #e5efd1;
    margin-top: 30px;
}

.container-width .card-container .each-card.selected {
    color: black;
    background-color: #e5efd1;
    font-weight: bold;
    position: relative;
}

.container-width .card-container .each-card.selected::after {
    content: "";
    width: 45px;
    height: 25px;
    background-color: #e5efd1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -55px;
    border-radius: 100%;
    border: 3px solid white;
}

.container-width .card-container .each-card.selected::before {
    content: "";
    width: 15px;
    height: 30px;
    background-color: #e5efd1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
    border: none;

}

.optimize-container {
    background-color: #f5f9ed;
}

.optimize-insight {
    color: #000;
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 149.61%;
    /* 59.844px */
}

.outer-ticked-card {
    border-radius: 20px;
    border: none;

}

.ticked-card {
    background-color: #e5efd1;
    border: none;
    border-radius: 20px 20px 0px 0px;
    font-size: 14px;
}

.ticket-card-big-text {
    color: var(--Text-txt-primary, #000);
    font-family: poppins;
    font-size: 18.6px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 22.319px */
}

.demo-container {
    background: url(./images/Backgroung-with-Lady.png) center center no-repeat;
    border-radius: 30px;
    padding: 20px;
}

.see-demo {
    color: #1AB117;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.demo-button {
    color: white;
    background-color: #7db118;
    border: none;
    padding: 15px 60px;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    font-weight: bolder;
}

.demo-button:hover {
    background-color: rgb(92, 152, 2);
    color: white;
}

.demo-button i {
    margin-left: 25px;
    font-size: 18px;
    transition: transform 0.3s ease;
}

.demo-button:hover i {
    transform: translateX(5px);
}

.basic-video-container {
    background-color: #f8fbf3;
}

.basic-started-button-2 {
    color: white;
    background-color: #7db118;
    border: none;
    padding: 10px 60px 10px 40px;
    font-size: 20px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    font-weight: bolder;
}

.basic-started-button-2 i {
    margin-left: 90px;
    font-size: 20px;
    transition: transform 0.3s ease;
}

.basic-started-button-2:hover {
    background-color: rgb(92, 152, 2);
    color: white;
}

.basic-started-button-2:hover i {
    transform: translateX(5px);
}

.features-details {
    color: #080808;
    font-size: 15px;
    font-weight: lighter;
}

.basic-plan-card {
    border-color: #202020;
    height: 800px;
    transition: box-shadow 0.3s ease;
    /* smooth transition */
}

.basic-plan-card:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
}

.bold-tag {
    color: #000;
    font-family: Poppins;
    font-size: 25.739px;
    font-style: normal;
    font-weight: 700;
    line-height: 123%;
    /* 31.659px */
    letter-spacing: 1.287px;
}

.bold-tag-2 {
    color: #000;
    font-family: Poppins;
    font-size: 19px;
    font-style: normal;
    font-weight: bolder;
    line-height: 123%;
    /* 20.91px */
    letter-spacing: 0.85px;
}

.flat-rate {
    color: #000;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: bolder;
    line-height: 123%;
    /* 20.91px */
    letter-spacing: 0.85px;
}

.price-sizing {
    color: #0D0909;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 123%;
    /* 15.99px */
    letter-spacing: 0.65px;
}

.basic-pricing span {
    color: #000;
    font-family: Poppins;
    font-size: 14.5px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    /* 15.669px */
}

.customized-template {
    font-weight: bolder;
    color: #000000;
    font-size: 16px;
}

.general-heading h1 {
    color: black;
    font-size: 45px;
    font-weight: 800;
}

.general-heading h2 span {
    color: #0DA413;
}

.general-heading p {
    color: #5B5B5B;
    margin: 0 250px;
    font-size: 20px;
    font-weight: 500;
    line-height: 29.92px;
}

.essential-counter {
    position: relative;
    z-index: 2;
    background-color: white;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15),
        0 8px 30px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    height: 150px;
    display: flex;
    width: 89%;
    justify-content: space-between;
    align-items: center;
}

.essent h6 {
    color: black;
    font-size: 22.26px;
    font-weight: 500;
    line-height: 33.30px;
    word-wrap: break-word
}

.essent h6 span {
    color: #0DA413;
    font-size: 37.63px;
    font-weight: 700;
    line-height: 56.29px;
    word-wrap: break-word
}

.adoption {
    color: black;
    font-size: 20px;
    font-weight: 500;
    line-height: 29.92px;
    word-wrap: break-word
}

.second-essential-section {
    margin-top: -80px;
    padding-top: 200px;
    background-color: #b6cead;
    position: relative;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
}

.underl {
    border-bottom: 2px solid black;
    width: 50%;
    padding-bottom: 5px;
    text-align: center;
    margin: 0 auto;
    color: black;
    font-size: 35px;
    font-weight: 700;
    text-transform: capitalize;
    word-wrap: break-word
}

.my-badge {
    color: white;
    font-size: 20px;
    font-weight: 700;
    background-color: #0DA413;
    text-align: center;
    display: inline-block;
}

.value-wrapper {
    margin-top: auto;
    margin-bottom: auto;
}

.value-heading {
    color: black;
    font-size: 30px;
    font-weight: 700;
    line-height: 57px;
}

.value-heading p {
    color: #464646;
    font-size: 20px;
    font-weight: 500;
    line-height: 25.90px;
    letter-spacing: 0.40px;
    word-wrap: break-word;
}

.tick-icon {
    background-color: #0DA413;
    font-size: 10px;
    color: white;
    display: inline-block;
}

.revenue {
    background-color: #f7fbf3;
}

.school-admin {
    background-color: #f2fbf9;
}

.provide {
    text-align: center;
    color: black;
    font-size: 30px;
    font-family: Poppins;
    font-weight: 800;
    line-height: 44.88px;
}

.video-word h1 {
    color: black;
    text-align: center;
    font-size: 30px;
    font-family: Poppins;
    font-weight: 900;
    line-height: 54px;
    letter-spacing: 0.43px;
    word-wrap: break-word
}

.the-line {
    border-bottom: 4px solid #d9d9d9;
    margin-top: 30px;
}

.kayode {
    color: black;
    font-size: 20px;
    font-family: Poppins;
    font-weight: 600;
    line-height: 31.92px;
    letter-spacing: 0.17px;
    word-wrap: break-word
}

.teacher {
    color: #989898;
    font-size: 15px;
    font-family: Poppins;
    font-weight: 600;
    line-height: 20.09px;
    letter-spacing: 0.10px;
    word-wrap: break-word
}


/* Edutams Pro styling starts */

/*  */
.pro-container {
    background-color: #ffffff;
    border-radius: 10px 10px 10px 10px;
    border: none;
    overflow: hidden;
    margin-top: 25px !important;
    position: absolute;
    z-index: 2;
    top: 700px;
    margin-left: 70px !important;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2),
        0 12px 30px rgba(0, 0, 0, 0.25);
}

.session--three {
    background-color: #f3f8e9;
    background-size: cover;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    padding-top: 150px;
    align-items: center;
    gap: 193px;
    z-index: 0;
    position: relative;
    padding-bottom: 50px !important;
}

.pro-first-section-image {
    margin-bottom: 6rem !important;
}

.university img,
.polytecnic img,
.colleges img,
.technical img,
.monotecnic img,
.others img {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    /* transition: box-shadow 0.5s ease; */
}

.fourth-section {
    background: #E8E8E8;
    /* padding: 6%;x */
}

.challenges {
    color: #000;
    font-family: "poppins";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.175px;
    text-decoration-line: underline;
    text-transform: capitalize;
    padding-bottom: 15px;
}


.chall-text {
    color: #3F3F3F;
    font-family: "poppins";
    text-transform: capitalize;
    font-style: normal;
    font-size: 19px !important;
    font-style: normal;
    font-style: normal;
    line-height: 132%;
    font-weight: 100 !important;
    margin-bottom: 50px;

}

.facts {
    background-image: url(./images/third-session-bg-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 0%;
    height: 950px;
    margin-left: 0 !important;
    margin-top: 50px;
    margin-bottom: 50px;
}

.dat {
    padding-left: 10px;
}


.datas {
    padding-left: 25px;
    color: #000;
    font-family: "poppins";
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 30px */
    letter-spacing: 0.228px;
    text-transform: capitalize;
    text-decoration: none !important;
}

.data-text {
    color: #3F3F3F;
    font-family: Poppins;
    font-size: 16.88px;
    font-style: normal;
    font-weight: 200;
    line-height: 120%;
    letter-spacing: 1.037px;
    text-transform: lowercase;
    padding-left: 80px;
}

.facts-quotes {
    color: #FFF;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    text-transform: lowercase;
    text-align: left;
    padding: 50px;
}

.fact {
    padding-left: 80px;

}

.test {
    color: #FFF;
    text-align: justify;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 152%;
    /* 38px */
    letter-spacing: 0.795px;
    text-transform: capitalize;
    text-decoration: none;
    padding-left: 20px;
}

.test-text {
    color: #000;
    font-family: 'poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.795px;
    text-transform: lowercase;
    padding-left: 100px;
}

.test-texts {
    color: #000;
    font-family: 'poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 1px;
    text-transform: lowercase;
    padding-left: 100px;
}

ul {
    padding-left: 120px !important;
}

.short-hr {
    width: 60%;
    border: none;
    border-top: 2px solid white;
    margin: 10px auto 0 auto;
}

.holder {
    margin-top: 20px;
    background-image: url(./images/Streaming-Background.png);
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 70px;
}

.streamline {
    color: #000;
    font-family: Poppins;
}

.streamline-text {
    color: #6C6969;
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 30px */
    letter-spacing: 0.37px;
    text-transform: capitalize;
}

.online {
    margin: 0;
}

.online-registration {
    width: 90%;
    margin-left: 0px !important;
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 2px solid #8ebb35;
    border-radius: 10px;
    height: 500px;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.online-registration:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    transform: scale(1.02);
}

.header-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: poppins;
    text-transform: capitalize;
    /* Space between elements */
}

.content-image img {
    width: 50%;

}

.each-card {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6), 0 6px 20px rgba(0, 0, 0, 0.6);
    border: none;
    cursor: pointer;
    width: 310px;
    font-size: 12px !important;
    text-align: center !important;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}

.each-card-margin {
    margin-left: 0px;
}

.each-card-adm {
    margin-left: 0px;
}

.horizontal-div {
    width: 100%;
    height: 20px;
    border-radius: 50px;
    background-color: #e8f5e3;
    margin-top: 30px;
}

.container-width .card-container .each-card.selected {
    color: black;
    background-color: #e8f5e3;
    font-weight: bold;
    position: relative;
}

.container-width .card-container .each-card.selected::after {
    content: "";
    width: 45px;
    height: 25px;
    background-color: #e8f5e3;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -55px;
    border-radius: 100%;
    border: 3px solid white;
}

.container-width .card-container .each-card.selected::before {
    content: "";
    width: 15px;
    height: 30px;
    background-color: #e8f5e3;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
    border: none;

}

.card-container {
    gap: 40px;
}

.form-basic,
.pro-form {
    padding-top: 40px !important;
}

.form-essential {
    margin-top: 40px !important;
}

.connecting {
    font-size: 45px;
    font-family: "poppins";
    text-transform: capitalize;
    font-weight: bolder;
    margin-top: 30px !important;
}


.admission-section {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.admission-mdi {
    margin-right: 10px;
    width: 70px;
    height: auto;
}

.admission-section span {
    display: inline-flex;
    vertical-align: middle;
    color: #000;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.091px;
    text-transform: capitalize;
}

.hr {
    width: 40%;
    border: none;
    border-top: 2px solid #000;
}

#admission,
#exam,
#student,
#bursary,
#department,
#plan,
#registry {
    background-color: #e8f5e3;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px;
    border-radius: 5px;
}

.admission-texts {
    padding-left: 10px;
    color: #3D3D3D;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 132%;
    letter-spacing: 0.862px;
    text-transform: lowercase;
    padding-left: 0;
    margin-left: 0;
    text-transform: capitalize;
}

.admission-texts li {
    margin-bottom: 10px;
    text-align: left;
}



@media (min-width: 380px) and (max-width: 800px) {
    .customized-wrapper .card-container .each-cards.selected {
        color: black;
        background-color: #e5efd1;
        font-weight: bold;
        position: relative;
    }

    .customized-wrapper .card-container .each-cards.selected::after {
        content: "";
        width: 18px;
        height: 15px;
        background-color: #e5efd1;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -42px;
        border-radius: 100%;
        border: 3px solid white;
    }

    .customized-wrapper .card-container .each-cards.selected::before {
        content: "";
        width: 5px;
        height: 20px;
        background-color: #e5efd1;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -30px;
        border: none;

    }

    .each-cards {
        width: 100% !important;
        height: 40px;
        /* margin-bottom: -5px !important; */
    }

    .general-heading h1 {
        margin: 10% 0;
        font-size: 25px;
        margin-top: 30px !important;

    }
    .basic-carousel-container {
        padding-top: 10px !important;
        border-radius: 0px;
        margin-top: -100px !important;
        top: auto;
        margin-left: 250px !important;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1),
            0 6px 15px rgba(0, 0, 0, 0.15);

    }

    .general-heading {
        margin-top: 100px;
    }

    .general-heading p {
        color: #5B5B5B;
        margin: 0 80px;
        /* margin-top: -80px; */
        font-size: 13px;
        line-height: 19.92px;
    }

    .for-image {
        width: 100%;
        max-width: 90%;
    }

    .essential-counter {
        width: 100%;
        height: 100px;
        margin-top: 20px;
        margin-bottom: 8px;
    }

    .essential-counter h6 {
        color: black;
        font-size: 18px;
        font-weight: 500;
        line-height: 33.30px;
        word-wrap: break-word
    }

    .essential-counter h6 span {
        color: #0DA413;
        font-size: 20px;
        font-weight: 700;
        line-height: 56.29px;
        word-wrap: break-word
    }

    .second-essential-section {
        margin-top: 10px;
        padding-top: 5px;
        background-color: #ecf9eb;
        position: relative;
        /* Or absolute, if necessary */
        z-index: 1;
        margin-left: auto;
    }

    .underl {
        border-bottom: 1px solid black;
        width: 95%;
        padding-bottom: 2px;
        color: black;
        font-size: 18px;
        margin: 0;
        text-align: center;
        font-weight: 700;
        /* text-transform: capitalize; */

    }

    .value-heading {
        color: black;
        font-size: 15px !important;
        font-weight: 700;
        line-height: 28px;
        margin-top: 7px;
    }

    .values img {
        background-color: #B8D581;
        border-radius: 15px;
        padding: 0px !important;
        height: auto !important;
    }

    .value-heading p {
        color: #464646;
        font-size: 10px;
        font-weight: 500;
        line-height: 25.90px;
        letter-spacing: 0.40px;
        word-wrap: break-word;
    }

    .tick-icon {
        font-size: 10px;
    }

    .my-fs {
        font-size: 10px !important;
    }

    .ticked-card-big-text {
        color: black;
        font-size: 17px;
        font-family: "Inter Tight", sans-serif;
        font-optical-sizing: auto;
        font-style: normal;
        font-weight: 500;
        line-height: 18.32px;
        word-wrap: break-word
    }

    .video-word h1 {
        color: black;
        text-align: center;
        font-size: 18px;
        margin-bottom: 20px;
        font-family: Poppins;
        font-weight: 900;
        line-height: 30px;
        letter-spacing: 0.43px;
        word-wrap: break-word
    }

    .the-line {
        border-bottom: 4px solid #d9d9d9;
        margin-top: 5px;
    }

    .pro-container {
        margin-left: 0px !important;
    }

    .facts {
        background-image: url(./images/third-session-bg-img.png);
        background-size: cover;
        background-repeat: no-repeat;
        padding-bottom: 0%;
        height: auto;
        margin-left: 0 !important;
    }

    .facts-quotes {
        color: #FFF;
        font-family: Poppins;
        font-size: 17px !important;
        text-transform: lowercase;
        padding: 0px !important;
        margin: 10px 0px 15px 0px !important;
        line-height: 25px;
        text-shadow: #3A3A3A;
        text-align: left;

    }

    .fact {
        padding-left: 0px !important;

    }

    .holder {
        background-size: auto;
        padding: 1px;
    }

    .content-image img {
        display: none;
    }

    .online-registration {
        max-width: 100%;
        margin-left: 0px !important;
        background-color: #fff;
        padding: 15px !important;
        border-radius: 10px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
        display: flex;
        flex-direction: column;
        align-items: center;
        border: 2px solid #8ebb35;
        border-radius: 10px;
        height: auto;
        transition: box-shadow 0.3s ease, transform 0.3s ease;
        margin-bottom: 15px;
    }

    .online-registration:hover {
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
        transform: scale(1.02);
    }

    .online {
        padding: 0px !important;
        font-size: 15px;
        margin-top: -2px !important;
        line-height: 40px !important;
        letter-spacing: 0.20px;
    }

    .four-cards {
        margin-left: 10px !important;
    }

    .streamline h2 {
        font-size: 20px;
        /* Reduce font size for h2 */
    }

    .streamline-text p {
        font-size: 16px;
        /* Adjust font size for smaller screens */
    }

    #admission,
    #exam,
    #student,
    #bursary,
    #department,
    #plan,
    #registry {
        padding: 0px;
        width: 100%;
    }

    .admission-section {
        text-align: left;
        margin-bottom: 20px;
    }

    .admission-mdi {
        width: 20px !important;
        /* Scale down the image on mobile */
        margin-bottom: 10px;
    }

    .admission-section span {
        display: block;
        font-size: 24px;
        font-weight: bold;
    }

    .admission-texts {
        font-size: 16px;
        padding-left: 5px !important;
        margin-left: 0px;
        line-height: 1.5;
        list-style: none;
    }

    .footer-img {
        width: 80px;
        height: 60px;
        flex-shrink: 0;
        margin-left: 20px;
    }

    .basic-footer-company h4 {
        color: #000;
        font-family: Poppins;
        font-size: 14px;
        font-style: normal;
        font-weight: 800;
        line-height: 117.5%;
        letter-spacing: 0.806px;
        margin-left: 20px;

    }

    .basic-footer-company {
        margin-left: 0px;
        margin-top: 20px;
    }

    .basic-footer-product h4 {
        color: #000;
        font-family: Poppins;
        font-size: 14px;
        font-style: normal;
        font-weight: 800;
        line-height: 117.5%;
        letter-spacing: 0.806px;
        margin-left: 20px;
    }

    .basic-footer-product {
        margin-left: 0px;
        margin-top: 20px;
    }

    .basic-footer-legacy h4 {
        color: #000;
        font-family: Poppins;
        font-size: 14px;
        font-style: normal;
        font-weight: 800;
        line-height: 117.5%;
        letter-spacing: 0.806px;
        margin-left: 20px;
    }

    .basic-footer-legacy p {
        color: #383535;
        font-family: Poppins;
        font-size: 10.664px;
        font-style: normal;
        font-weight: 500;
        line-height: 0%;
        letter-spacing: 1px;
        margin-left: 20px;
    }

    .basic-footer-legacy {
        margin-left: 0px;
        margin-top: 20px;
    }

    .basic-footer-location h4 {
        color: #000;
        font-family: Poppins;
        font-size: 14px;
        font-style: normal;
        font-weight: 800;
        line-height: 117.5%;
        letter-spacing: 0.806px;
        margin-left: 20px;

    }

    .basic-footer-location p {
        color: #383535;
        font-family: Poppins;
        font-size: 10.664px;
        font-style: normal;
        font-weight: 500;
        line-height: 131%;
        letter-spacing: 1px;
        margin-left: 20px;

    }

    .basic-footer-location {
        margin-left: 0px;
        margin-top: 20px;
    }

    .main-footer-header {
        color: #FFF;
        font-family: Poppins;
        font-size: 12.15px;
        font-style: normal;
        font-weight: 700;
        line-height: 144%;
        letter-spacing: 1.282px;
        margin-left: 20px;

    }

    .main-footer-parag {
        color: #FFF;
        font-family: Poppins;
        font-size: 9.028px;
        font-style: normal;
        font-weight: 500;
        line-height: 144%;
        letter-spacing: 0.803px;
        margin-left: 20px;
    }

    .basic-copyright {
        color: #FFF;
        font-family: Poppins;
        font-size: 9.028px;
        font-style: normal;
        font-weight: 500;
        line-height: 144%;
        letter-spacing: 0.803px;
    }

    .footer-image {
        width: 15px;
        height: 12.805px;
        flex-shrink: 0;
        margin-left: 22px;

    }

    .anchor-list li {
        color: #383535;
        font-family: 'Poppins';
        font-size: 10.664px;
        font-style: normal;
        font-weight: 500;
        line-height: 131%;
        margin-left: 20px;
    }

    /* .sales-support,
    .sales-support-number,
    .mailus,
    .enquiry {
        font-size: 10px;
        white-space: nowrap;

    } */

        /* .email-div {
            display: block;
        } */

    /* .sales-support-container {
        gap: 5px;
        margin-right: 0px !important;
    } */

    .email-div {
        display: none;
        /* font-size: 12px; */

    }

    .mailus {
            display: none;

    }

    .enquiry {
      display: none;

    }

}

@media (min-width: 768px) and (max-width: 1024px) {

    .container-width {
        max-width: 100%;
        width: 90%;
        margin: 0px auto;
    }

    .general-heading h1 {
        margin: 10% 0;
        font-size: 25px;
        margin-top: 30px !important;

    }

    .general-heading {
        margin-top: 100px;
    }

    .general-heading p {
        color: #5B5B5B;
        margin: 0 80px;
        /* margin-top: -80px; */
        font-size: 13px;
        font-weight: 500;
        line-height: 19.92px;
    }

    .pro-container {
        margin-left: 50px !important;
    }

    .basic-carousel-text {
        font-size: 23px;
    }

    .schools {
        /* width: 80px; */
        height: 80px;
        margin-bottom: 10px;
    }

    .facts {
        background-image: url(./images/third-session-bg-img.png);
        background-size: cover;
        background-repeat: no-repeat;
        padding-bottom: 0%;
        height: auto;
        margin-left: 0 !important;
    }

    .facts-quotes {
        color: #FFF;
        font-family: Poppins;
        font-size: 17px !important;
        text-transform: lowercase;
        padding: 0px !important;
        margin: 10px 0px 15px 0px !important;
        line-height: 25px;
        text-shadow: #3A3A3A;
        text-align: left;

    }

    .fact {
        padding-left: 0px !important;

    }

    .holder {
        background-size: auto;
        padding: 1px;
    }

    .content-image img {
        display: none;
    }

    .online-registration {
        max-width: 100%;
        margin-left: 0px !important;
        background-color: #fff;
        padding: 15px !important;
        border-radius: 10px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
        display: flex;
        flex-direction: column;
        align-items: center;
        border: 2px solid #8ebb35;
        border-radius: 10px;
        height: auto;
        transition: box-shadow 0.3s ease, transform 0.3s ease;
        margin-bottom: 15px;
    }

    .online-registration:hover {
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
        transform: scale(1.02);
    }

    .online {
        padding: 0px !important;
        font-size: 15px;
        margin-top: -2px !important;
        line-height: 40px !important;
        letter-spacing: 0.20px;
    }

    .four-cards {
        margin-left: 10px !important;
    }

    .streamline h2 {
        font-size: 20px;
        /* Reduce font size for h2 */
    }

    .streamline-text p {
        font-size: 16px;
        /* Adjust font size for smaller screens */
    }

    #admission,
    #exam,
    #student,
    #bursary,
    #department,
    #plan,
    #registry {
        padding: 0px;
        width: 100%;
    }

    .admission-section {
        text-align: left;
        margin-bottom: 20px;
    }

    .admission-mdi {
        width: 20px !important;
        /* Scale down the image on mobile */
        margin-bottom: 10px;
    }

    .admission-section span {
        display: block;
        font-size: 24px;
        font-weight: bold;
    }

    .admission-texts {
        font-size: 16px;
        padding-left: 5px !important;
        margin-left: 0px;
        line-height: 1.5;
        list-style: none;
    }

    .footer-img {
        width: 80px;
        height: 60px;
        flex-shrink: 0;
        margin-left: 20px;
    }

    .basic-footer-company h4 {
        color: #000;
        font-family: Poppins;
        font-size: 14px;
        font-style: normal;
        font-weight: 800;
        line-height: 117.5%;
        letter-spacing: 0.806px;
        margin-left: 20px;

    }

    .basic-footer-company {
        margin-left: 0px;
        margin-top: 20px;
    }

    .basic-footer-product h4 {
        color: #000;
        font-family: Poppins;
        font-size: 14px;
        font-style: normal;
        font-weight: 800;
        line-height: 117.5%;
        letter-spacing: 0.806px;
        margin-left: 20px;
    }

    .basic-footer-product {
        margin-left: 0px;
        margin-top: 20px;
    }

    .basic-footer-legacy h4 {
        color: #000;
        font-family: Poppins;
        font-size: 14px;
        font-style: normal;
        font-weight: 800;
        line-height: 117.5%;
        letter-spacing: 0.806px;
        margin-left: 20px;
    }

    .basic-footer-legacy p {
        color: #383535;
        font-family: Poppins;
        font-size: 10.664px;
        font-style: normal;
        font-weight: 500;
        line-height: 0%;
        letter-spacing: 1px;
        margin-left: 20px;
    }

    .basic-footer-legacy {
        margin-left: 0px;
        margin-top: 20px;
    }

    .basic-footer-location h4 {
        color: #000;
        font-family: Poppins;
        font-size: 14px;
        font-style: normal;
        font-weight: 800;
        line-height: 117.5%;
        letter-spacing: 0.806px;
        margin-left: 20px;

    }

    .basic-footer-location p {
        color: #383535;
        font-family: Poppins;
        font-size: 10.664px;
        font-style: normal;
        font-weight: 500;
        line-height: 131%;
        letter-spacing: 1px;
        margin-left: 20px;

    }

    .basic-footer-location {
        margin-left: 0px;
        margin-top: 20px;
    }

    .main-footer-header {
        color: #FFF;
        font-family: Poppins;
        font-size: 12.15px;
        font-style: normal;
        font-weight: 700;
        line-height: 144%;
        letter-spacing: 1.282px;
        margin-left: 20px;

    }

    .main-footer-parag {
        color: #FFF;
        font-family: Poppins;
        font-size: 9.028px;
        font-style: normal;
        font-weight: 500;
        line-height: 144%;
        letter-spacing: 0.803px;
        margin-left: 20px;
    }

    .basic-copyright {
        color: #FFF;
        font-family: Poppins;
        font-size: 9.028px;
        font-style: normal;
        font-weight: 500;
        line-height: 144%;
        letter-spacing: 0.803px;
    }

    .footer-image {
        width: 15px;
        height: 12.805px;
        flex-shrink: 0;
        margin-left: 22px;

    }

    .anchor-list li {
        color: #383535;
        font-family: 'Poppins';
        font-size: 10.664px;
        font-style: normal;
        font-weight: 500;
        line-height: 131%;
        letter-spacing: 1px;
        margin-left: 20px;
    }

}

@media (min-width: 360px) and (max-width: 800px) {
    .customized-wrapper .card-container .each-cards.selected {
        color: black;
        background-color: #e5efd1;
        font-weight: bold;
        position: relative;
    }

    .customized-wrapper .card-container .each-cards.selected::after {
        content: "";
        width: 30px;
        height: 15px;
        background-color: #e5efd1;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -42px;
        border-radius: 100%;
        border: 3px solid white;
    }

    .customized-wrapper .card-container .each-cards.selected::before {
        content: "";
        width: 5px;
        height: 20px;
        background-color: #e5efd1;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -30px;
        border: none;

    }

    .each-cards {
        width: 100% !important;
        height: 40px;
        /* margin-bottom: -5px !important; */
    }

    .general-heading h1 {
        margin: 10% 0;
        font-size: 25px;
        margin-top: 30px !important;

    }

    .general-heading {
        margin-top: 100px;
    }

    .general-heading p {
        color: #5B5B5B;
        margin: 0px;
        /* margin-top: -80px; */
        font-size: 13px;
        line-height: 19.92px;
    }

    .for-image {
        width: 100%;
        max-width: 90%;
    }

    .essential-counter {
        width: 100%;
        height: 100px;
        margin-top: 20px;
        margin-bottom: 8px;
    }

    .essential-counter h6 {
        color: black;
        font-size: 18px;
        font-weight: 500;
        line-height: 33.30px;
        word-wrap: break-word
    }

    .essential-counter h6 span {
        color: #0DA413;
        font-size: 20px;
        font-weight: 700;
        line-height: 56.29px;
        word-wrap: break-word
    }

    .second-essential-section {
        margin-top: 10px;
        padding-top: 5px;
        background-color: #ecf9eb;
        position: relative;
        /* Or absolute, if necessary */
        z-index: 1;
        margin-left: auto;
    }

    .underl {
        border-bottom: 1px solid black;
        width: 95%;
        padding-bottom: 2px;
        color: black;
        font-size: 18px;
        margin: 0;
        text-align: center;
        font-weight: 700;
        /* text-transform: capitalize; */

    }

    .value-heading {
        color: black;
        font-size: 15px !important;
        font-weight: 700;
        line-height: 28px;
        margin-top: 7px;
    }

    .values img {
        background-color: #B8D581;
        border-radius: 15px;
        padding: 0px !important;
        height: auto !important;
    }

    .value-heading p {
        color: #464646;
        font-size: 10px;
        font-weight: 500;
        line-height: 25.90px;
        letter-spacing: 0.40px;
        word-wrap: break-word;
    }

    .tick-icon {
        font-size: 10px;
    }

    .my-fs {
        font-size: 10px !important;
    }

    .ticked-card-big-text {
        color: black;
        font-size: 17px;
        font-family: "Inter Tight", sans-serif;
        font-optical-sizing: auto;
        font-style: normal;
        font-weight: 500;
        line-height: 18.32px;
        word-wrap: break-word
    }

    .video-word h1 {
        color: black;
        text-align: center;
        font-size: 18px;
        margin-bottom: 20px;
        font-family: Poppins;
        font-weight: 900;
        line-height: 30px;
        letter-spacing: 0.43px;
        word-wrap: break-word
    }

    .the-line {
        border-bottom: 4px solid #d9d9d9;
        margin-top: 5px;
    }

    .card-container {
        gap: 10px;
    }

    .pro-container {
        margin-left: 0px !important;
    }

    .hat-image {
        width: 80%;
        max-width: 80px;
    }

    .facts {
        background-image: url(./images/third-session-bg-img.png);
        background-size: cover;
        background-repeat: no-repeat;
        padding-bottom: 0%;
        height: auto;
        margin-left: 0 !important;
    }

    .facts-quotes {
        color: #FFF;
        font-family: Poppins;
        font-size: 17px !important;
        text-transform: lowercase;
        padding: 0px !important;
        margin: 10px 0px 15px 0px !important;
        line-height: 25px;
        text-shadow: #3A3A3A;
        text-align: left;

    }

    .fact {
        padding-left: 0px !important;

    }

    .holder {
        background-size: auto;
        padding: 1px;
    }

    .content-image img {
        display: none;
    }

    .online-registration {
        max-width: 100%;
        margin-left: 0px !important;
        background-color: #fff;
        padding: 15px !important;
        border-radius: 10px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
        display: flex;
        flex-direction: column;
        align-items: center;
        border: 2px solid #8ebb35;
        border-radius: 10px;
        height: auto;
        transition: box-shadow 0.3s ease, transform 0.3s ease;
        margin-bottom: 15px;
    }

    .online-registration:hover {
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
        transform: scale(1.02);
    }

    .online {
        padding: 0px !important;
        font-size: 15px;
        margin-top: -2px !important;
        line-height: 40px !important;
        letter-spacing: 0.20px;
    }

    .four-cards {
        margin-left: 10px !important;
    }

    .streamline h2 {
        font-size: 20px;
        /* Reduce font size for h2 */
    }

    .streamline-text p {
        font-size: 16px;
        /* Adjust font size for smaller screens */
    }

    #admission,
    #exam,
    #student,
    #bursary,
    #department,
    #plan,
    #registry {
        padding: 0px;
        width: 100%;
    }

    .admission-section {
        text-align: left;
        margin-bottom: 20px;
    }

    .admission-mdi {
        width: 20px !important;
        /* Scale down the image on mobile */
        margin-bottom: 10px;
    }

    .admission-section span {
        display: block;
        font-size: 24px;
        font-weight: bold;
    }

    .admission-texts {
        font-size: 16px;
        padding-left: 5px !important;
        margin-left: 0px;
        line-height: 1.5;
        list-style: none;
    }

    .footer-img {
        width: 80px;
        height: 60px;
        flex-shrink: 0;
        margin-left: 20px;
    }

    .basic-footer-company h4 {
        color: #000;
        font-family: Poppins;
        font-size: 14px;
        font-style: normal;
        font-weight: 800;
        line-height: 117.5%;
        letter-spacing: 0.806px;
        margin-left: 20px;

    }

    .basic-footer-company {
        margin-left: 0px;
        margin-top: 20px;
    }

    .basic-footer-product h4 {
        color: #000;
        font-family: Poppins;
        font-size: 14px;
        font-style: normal;
        font-weight: 800;
        line-height: 117.5%;
        letter-spacing: 0.806px;
        margin-left: 20px;
    }

    .basic-footer-product {
        margin-left: 0px;
        margin-top: 20px;
    }

    .basic-footer-legacy h4 {
        color: #000;
        font-family: Poppins;
        font-size: 14px;
        font-style: normal;
        font-weight: 800;
        line-height: 117.5%;
        letter-spacing: 0.806px;
        margin-left: 20px;
    }

    .basic-footer-legacy p {
        color: #383535;
        font-family: Poppins;
        font-size: 10.664px;
        font-style: normal;
        font-weight: 500;
        line-height: 0%;
        letter-spacing: 1px;
        margin-left: 20px;
    }

    .basic-footer-legacy {
        margin-left: 0px;
        margin-top: 20px;
    }

    .basic-footer-location h4 {
        color: #000;
        font-family: Poppins;
        font-size: 14px;
        font-style: normal;
        font-weight: 800;
        line-height: 117.5%;
        letter-spacing: 0.806px;
        margin-left: 20px;

    }

    .basic-footer-location p {
        color: #383535;
        font-family: Poppins;
        font-size: 10.664px;
        font-style: normal;
        font-weight: 500;
        line-height: 131%;
        letter-spacing: 1px;
        margin-left: 20px;

    }

    .basic-footer-location {
        margin-left: 0px;
        margin-top: 20px;
    }

    .main-footer-header {
        color: #FFF;
        font-family: Poppins;
        font-size: 12.15px;
        font-style: normal;
        font-weight: 700;
        line-height: 144%;
        letter-spacing: 1.282px;
        margin-left: 20px;

    }

    .main-footer-parag {
        color: #FFF;
        font-family: Poppins;
        font-size: 9.028px;
        font-style: normal;
        font-weight: 500;
        line-height: 144%;
        letter-spacing: 0.803px;
        margin-left: 20px;
    }

    .basic-copyright {
        color: #FFF;
        font-family: Poppins;
        font-size: 9.028px;
        font-style: normal;
        font-weight: 500;
        line-height: 144%;
        letter-spacing: 0.803px;
    }

    .footer-image {
        width: 15px;
        height: 12.805px;
        flex-shrink: 0;
        margin-left: 22px;

    }

    .anchor-list li {
        color: #383535;
        font-family: Poppins;
        font-size: 10.664px;
        font-style: normal;
        font-weight: 500;
        line-height: 131%;
        letter-spacing: 1px;
        margin-left: 20px;
    }

    .small-displaying-title {
        font-size: 15px;
        text-align: left;
        margin-bottom: 100px !important;
    }

    .joinUsText {
        margin-top: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        letter-spacing: 3px;
    }

    .joinUsText p {
        font-size: 15px;
        color: #000000;
        margin-bottom: 50px !important;
    }

    .joinUs {
        color: #7DB117;
        font-weight: bolder;
        font-size: 15px;
    }

    .referral {
        color: #7DB117;
        font-size: 20px;
        font-family: 'Poppins';
        font-weight: 200;
        letter-spacing: 2.86px;
        word-wrap: break-word;
        margin-top: -20px !important;
        line-height: 0px !important;
    }

    .myform {
        height: 800px;
        max-width: 90%;
        font-size: 12px;
    }

    .deserve {
        color: black;
        font-size: 15px;
        font-family: 'Poppins';
        font-style: italic;
        letter-spacing: 1.18px;
        word-wrap: break-word;
        line-height: 90px !important;
    }

    .commission {
        color: #DE8B0B;
        font-size: 25px;
        font-weight: bolder;
        margin-top: -45px !important;
    }

    .vendor-third-section {
        background: url(./images/vendor-third-section-background.png) no-repeat center center;
        height: 150px;
        background-size: contain;
    }

    .journeytext h1 {
        color: #FFFFFF;
        font-size: 40px;
        font-weight: bolder;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);

    }

    .journeytext p {
        color: #FFFFFF;
        font-size: 20px;
    }

}

@media (min-width: 800px) and (max-width: 1164) {
    .card-container {
        gap: 10px;
    }

    .container-width .card-container .each-card.selected {
        color: black;
        background-color: #e5efd1;
        font-weight: bold;
        position: relative;
    }

    .container-width .card-container .each-card.selected::after {
        content: "";
        width: 25px;
        height: 15px;
        background-color: #e5efd1;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -42px;
        border-radius: 100%;
        border: 3px solid white;
    }

    .container-width .card-container .each-card.selected::before {
        content: "";
        width: 9px;
        height: 25px;
        background-color: #e5efd1;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -30px;
        border: none;

    }

    .each-card {
        width: 100% !important;
        height: auto;
    }

    .each-card-margin {
        margin-left: 30px;
        font-size: 15px;
        margin-top: -15px !important;
    }

    .each-card-adm {
        margin-left: 3px;
        font-size: 15px !important;
        margin-top: -15px !important;
    }

    .horizontal-div {
        width: 100%;
        height: 10px;
        border-radius: 20px;
        background-color: #e5efd1;
        margin-top: 30px;
    }

    .hat-image {
        width: 80%;
        max-width: 80px;
    }

    .facts {
        background-image: url(./images/third-session-bg-img.png);
        background-size: cover;
        background-repeat: no-repeat;
        padding-bottom: 0%;
        height: auto;
        margin-left: 0 !important;
    }

    .facts-quotes {
        color: #FFF;
        font-family: Poppins;
        font-size: 17px !important;
        text-transform: lowercase;
        padding: 0px !important;
        margin: 10px 0px 15px 0px !important;
        line-height: 25px;
        text-shadow: #3A3A3A;
        text-align: left;

    }

    .fact {
        padding-left: 0px !important;

    }

    .holder {
        background-size: auto;
        padding: 1px;
    }

    .content-image img {
        display: none;
    }

    .online-registration {
        max-width: 100%;
        margin-left: 0px !important;
        background-color: #fff;
        padding: 15px !important;
        border-radius: 10px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
        display: flex;
        flex-direction: column;
        align-items: center;
        border: 2px solid #8ebb35;
        border-radius: 10px;
        height: auto;
        transition: box-shadow 0.3s ease, transform 0.3s ease;
        margin-bottom: 15px;
    }

    .online-registration:hover {
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
        transform: scale(1.02);
    }

    .online {
        padding: 0px !important;
        font-size: 15px;
        margin-top: -2px !important;
        line-height: 40px !important;
        letter-spacing: 0.20px;
    }

    .four-cards {
        margin-left: 10px !important;
    }

    .streamline h2 {
        font-size: 20px;
        /* Reduce font size for h2 */
    }

    .streamline-text p {
        font-size: 16px;
        /* Adjust font size for smaller screens */
    }

    #admission,
    #exam,
    #student,
    #bursary,
    #department,
    #plan,
    #registry {
        padding: 0px;
        width: 100%;
    }

    .admission-section {
        text-align: left;
        margin-bottom: 20px;
    }

    .admission-mdi {
        width: 20px;
        /* Scale down the image on mobile */
        margin-bottom: 10px;
    }

    .admission-section span {
        display: block;
        font-size: 24px;
        font-weight: bold;
    }

    .admission-texts {
        font-size: 16px;
        padding-left: 5px !important;
        margin-left: 0px;
        line-height: 1.5;
        list-style: none;
    }

    .basic-footer-company h4 {
        color: #000;
        font-family: Poppins;
        font-size: 14px;
        font-style: normal;
        font-weight: 800;
        line-height: 117.5%;
        letter-spacing: 0.806px;
        margin-left: 20px;

    }

    .basic-footer-company {
        margin-left: 0px;
        margin-top: 20px;
    }

    .basic-footer-product h4 {
        color: #000;
        font-family: Poppins;
        font-size: 14px;
        font-style: normal;
        font-weight: 800;
        line-height: 117.5%;
        letter-spacing: 0.806px;
        margin-left: 20px;
    }

    .basic-footer-product {
        margin-left: 0px;
        margin-top: 20px;
    }

    .basic-footer-legacy h4 {
        color: #000;
        font-family: Poppins;
        font-size: 14px;
        font-style: normal;
        font-weight: 800;
        line-height: 117.5%;
        letter-spacing: 0.806px;
        margin-left: 20px;
    }

    .basic-footer-legacy p {
        color: #383535;
        font-family: Poppins;
        font-size: 10.664px;
        font-style: normal;
        font-weight: 500;
        line-height: 0%;
        letter-spacing: 1px;
        margin-left: 20px;
    }

    .basic-footer-legacy {
        margin-left: 0px;
        margin-top: 20px;
    }

    .basic-footer-location h4 {
        color: #000;
        font-family: Poppins;
        font-size: 14px;
        font-style: normal;
        font-weight: 800;
        line-height: 117.5%;
        letter-spacing: 0.806px;
        margin-left: 20px;

    }

    .basic-footer-location p {
        color: #383535;
        font-family: Poppins;
        font-size: 10.664px;
        font-style: normal;
        font-weight: 500;
        line-height: 131%;
        letter-spacing: 1px;
        margin-left: 20px;

    }

    .basic-footer-location {
        margin-left: 0px;
        margin-top: 20px;
    }

    .main-footer-header {
        color: #FFF;
        font-family: Poppins;
        font-size: 12.15px;
        font-style: normal;
        font-weight: 700;
        line-height: 144%;
        letter-spacing: 1.282px;
        margin-left: 20px;

    }

    .main-footer-parag {
        color: #FFF;
        font-family: Poppins;
        font-size: 9.028px;
        font-style: normal;
        font-weight: 500;
        line-height: 144%;
        letter-spacing: 0.803px;
        margin-left: 20px;
    }

    .basic-copyright {
        color: #FFF;
        font-family: Poppins;
        font-size: 9.028px;
        font-style: normal;
        font-weight: 500;
        line-height: 144%;
        letter-spacing: 0.803px;
    }

    .footer-image {
        width: 15px;
        height: 12.805px;
        flex-shrink: 0;
        margin-left: 22px;

    }

    .anchor-list li {
        color: #383535;
        font-family: Poppins;
        font-size: 10.664px;
        font-style: normal;
        font-weight: 500;
        line-height: 131%;
        letter-spacing: 1px;
        margin-left: 20px;
    }

}

@media (min-width: 768px) and (max-width: 1280px) {

    .container-width {
        max-width: 100%;
        width: 90%;
        margin: 0px auto;
    }

    .general-heading h1 {
        margin: 10% 0;
        font-size: 25px;
        margin-top: 30px !important;

    }

    .general-heading {
        margin-top: 100px;
    }

    .general-heading p {
        color: #5B5B5B;
        margin: 0 80px;
        /* margin-top: -80px; */
        font-size: 13px;
        font-weight: 500;
        line-height: 19.92px;
    }

    .pro-container {
        margin-left: 40px !important;
    }

    .basic-carousel-text {
        font-size: 23px;
    }

    .schools {
        /* width: 80px; */
        height: 80px;
        margin-bottom: 10px;
    }

    .hat-image {
        width: 90%;
        max-width: 120px !important;
    }

    .facts-quotes {
        color: #FFF;
        font-family: Poppins;
        font-size: 17px !important;
        text-transform: lowercase;
        padding: 0px !important;
        margin: 10px 0px 15px 0px !important;
        line-height: 25px;
        text-shadow: #3A3A3A;
        text-align: left;

    }

    .first-section-image {
        margin-left: 100px !important;
    }

    .holder {
        background-size: auto;
        padding: 1px;
    }

    .basic-footer-company h4 {
        color: #000;
        font-family: Poppins;
        font-size: 14px;
        font-style: normal;
        font-weight: 800;
        line-height: 117.5%;
        letter-spacing: 0.806px;
        margin-left: 20px;

    }

    .basic-footer-company {
        margin-left: 0px;
        margin-top: 20px;
    }

    .basic-footer-product h4 {
        color: #000;
        font-family: Poppins;
        font-size: 14px;
        font-style: normal;
        font-weight: 800;
        line-height: 117.5%;
        letter-spacing: 0.806px;
        margin-left: 20px;
    }

    .basic-footer-product {
        margin-left: 0px;
        margin-top: 20px;
    }

    .basic-footer-legacy h4 {
        color: #000;
        font-family: Poppins;
        font-size: 14px;
        font-style: normal;
        font-weight: 800;
        line-height: 117.5%;
        letter-spacing: 0.806px;
        margin-left: 20px;
    }

    .basic-footer-legacy p {
        color: #383535;
        font-family: Poppins;
        font-size: 10.664px;
        font-style: normal;
        font-weight: 500;
        line-height: 0%;
        letter-spacing: 1px;
        margin-left: 20px;
    }

    .basic-footer-legacy {
        margin-left: 0px;
        margin-top: 20px;
    }

    .basic-footer-location h4 {
        color: #000;
        font-family: Poppins;
        font-size: 14px;
        font-style: normal;
        font-weight: 800;
        line-height: 117.5%;
        letter-spacing: 0.806px;
        margin-left: 20px;

    }

    .basic-footer-location p {
        color: #383535;
        font-family: Poppins;
        font-size: 10.664px;
        font-style: normal;
        font-weight: 500;
        line-height: 131%;
        letter-spacing: 1px;
        margin-left: 20px;

    }

    .basic-footer-location {
        margin-left: 0px;
        margin-top: 20px;
    }

    .main-footer-header {
        color: #FFF;
        font-family: Poppins;
        font-size: 12.15px;
        font-style: normal;
        font-weight: 700;
        line-height: 144%;
        letter-spacing: 1.282px;
        margin-left: 20px;

    }

    .main-footer-parag {
        color: #FFF;
        font-family: Poppins;
        font-size: 9.028px;
        font-style: normal;
        font-weight: 500;
        line-height: 144%;
        letter-spacing: 0.803px;
        margin-left: 20px;
    }

    .basic-copyright {
        color: #FFF;
        font-family: Poppins;
        font-size: 9.028px;
        font-style: normal;
        font-weight: 500;
        line-height: 144%;
        letter-spacing: 0.803px;
    }

    .footer-image {
        width: 15px;
        height: 12.805px;
        flex-shrink: 0;
        margin-left: 22px;

    }

    .anchor-list li {
        color: #383535;
        font-family: Poppins;
        font-size: 10.664px;
        font-style: normal;
        font-weight: 500;
        line-height: 131%;
        letter-spacing: 1px;
        margin-left: 20px;
    }

    .heading_rounded-pill {
        background-color: white;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        position: relative;
        width: 80%;
        font-size: 20px !important;
        margin: 30px auto;
        z-index: 1;
        font-weight: lighter;
    }

    .referral {
        color: #7DB117;
        font-size: 30px;
        font-family: 'Poppins';
        font-weight: 200;
        letter-spacing: 2.86px;
        word-wrap: break-word;
        margin-top: 30px !important;
        line-height: 20px !important;
    }

    .myform {
        height: 800px;
        max-width: 90%;
        font-size: 12px;
        align-self: center;
    }

    .deserve {
        color: black;
        font-size: 30px;
        font-family: 'Poppins';
        font-style: italic;
        letter-spacing: 1.18px;
        word-wrap: break-word;
        line-height: 50px !important;
    }

    .commission {
        color: #DE8B0B;
        font-size: 60px;
        font-weight: bolder;
        margin-top: 40px !important;
    }

    .vendor-third-section {
        background: url(./images/vendor-third-section-background.png) no-repeat center center;
        height: 290px;
        background-size: contain;
    }

    .joinUsText {
        display: flex;
        justify-content: center;
        align-items: center;
        letter-spacing: 3px;
    }

    .joinUsText p {
        font-size: 20px;
        color: #000000;
    }

    .joinUs {
        color: #7DB117;
        font-weight: bold;
        font-size: 35px;
    }

    .journey-background {
        background-size: cover;

    }

           .journeytext h1 {
               color: #FFFFFF;
               font-size: 60px;
               font-weight: bolder;
               text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);

           }

           .journeytext p {
               color: #FFFFFF;
               font-size: 30px;
           }

           .years {
            width: 100% !important;
           }

           .gap-5 {
            gap:10px ;
           }

    .accordion-special {
        border-radius: 8px;
        border: 1px solid #7a7d74;
        background-color: #e1ead0;
    }

    .accordion-special .accordion-header button {
        background-color: #e1ead0;
        border-bottom: 1px solid #d9d9d9;
        border-radius: 7px;
        font-weight: bolder;
    }

    .accordion-special .accordion-button:not(.collapsed) {
        background-color: #e1ead0;
        color: black;
        font-weight: bolder;
    }

    .outer-video-card {
        width: 98%;
        margin-left: 5px;
    }

    .video-form-card-2 {
        width: 98%;
        margin-top: 10px;
        margin-left: 5px;
    }

           .pro-image {
               margin: 0px -20px;
               margin-left: 60px !important;
               margin-bottom: -2px;
               width: fit-content;
               height: auto;
               flex-shrink: 0;
           }

           .feature {
               font-size: 25px;
               margin-left: 30px !important;
           }

        .partner-img {
            max-width: 120px;
        }
}

