@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

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

.wrapper {
    max-width: 100%;
    width: 100%;
    margin: 5px auto;
}

.customized-wrapper {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    width: 90%;
}

.customized-width {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}

.btn-green {
    background-color: #7DB117;
    color: white;
    border: none;
    /* padding: 10px 20px; */
    font-size: 15px;
    display: inline-flex;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    width: 200px !important;
    text-align: center !important;
}

.btn-green:hover {
    background-color: #6A9E12;
}

.btn-green i {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.btn-green:hover i {
    transform: translateX(5px);
}

p {
    font-family: 'poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}

.anchor-list {
    text-decoration: none !important;
}

.navbar {
    padding: 10px;
    font-family: 'Poppins';
    background-color: #fff;
    border-bottom: 1px solid #e7e7e7;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
    z-index: 1000;
    margin-bottom: 20px;
    transition: background-color 0.4s ease;
}

.navbar-expand-lg {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

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

}

.navbar-expand-lg .navbar-nav {
    flex-grow: 1;
    justify-content: flex-end;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px;
    font-size: 1.2rem;
    margin-right: 20px;
    color: #000;
    transition: color 0.3s;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #060606;
}

.navbar .container-fluid {
    padding: 10px;
}

.navbar-nav {
    display: flex;
    justify-content: flex-end;
    flex: 1;
}

.navbar-nav .nav-link {
    font-size: 1.2rem;
    margin-right: 20px;
    color: #000;
    transition: color 0.3s;
}

.navbar-nav .nav-link:hover {
    color: #060606;
}

.dropdown-toggle {
    color: #000000;
}

.navbar-nav .dropdown-item {
    font-size: small;
    font-weight: lighter;
}

.nav-link.contact-us {
    border: 1px solid #7DB118;
    border-radius: 5px;
    padding: 10px 20px;
    color: #7DB118;
    display: inline-flex;
    align-items: center;
}

.nav-link.contact-us:hover {
    border-color: #6ba30f;
    background-color: #f8f9fa;
}


.btn-green:hover {
    background-color: #6A9E12;
}

.btn-green i {
    margin-left: 10px;
    font-size: 18px;
    transition: transform 0.3s ease;
}

.btn-green:hover i {
    transform: translateX(5px);
}


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

h1 {
    font-weight: 800;
    font-family: 'poppins';
}

/* Section 1 Styles index page*/
.section-one {
    padding: 40px !important;
    padding-top: 70px !important;
    background-image: url(../img/General-website/Hero-section-icons/pattern\ background.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-family: 'Poppins', sans-serif;
}

.section-one .row-one {
    margin-top: 10;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.section-one .col-sm-6 {
    padding: 20px;
    flex: 1 1 50%;
}

.section-one img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Flexbox for alignment */
.section-one h3.bold-text {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 2.0rem;
}

.section-one h3.bold-text .icon-img {
    max-width: 150px;
    height: auto;
    margin-right: 10px;
}

.bold-text {
    font-weight: bold;
    font-size: 1.5rem;
    display: flex;
    flex-wrap: wrap;
}

.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;
}

.revenue-collections {
    background-image: url(../img/General-website/Hero-section-icons/Payment\ bk.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    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);
}

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

.revenue-img {
    flex-shrink: 0;
    max-width: 150px;
    width: 150px;
}

.revenue-img img {
    max-width: 150px;
    height: auto;
}

.revenue-text {
    flex: 1;

}

.revenue-text p {
    font-size: 1.5rem;
    margin: 0;
    line-height: 1.5;
    font-weight: 300;
}

.rev {
    flex: 1;
}

.rev p {
    font-size: 1.5rem;
    margin: 0;
    line-height: 1.5;
    font-weight: 300;
}

/* Carousel Styling */
.slide {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.slide-img {
    display: flex;
    white-space: nowrap;
}

.slide-img img {
    margin-right: 2rem;
    height: auto;
    width: 80px;

}

.slide-text a {
    font-size: 19px !important;
    font-weight: 100;
}

/* Section 2 Styling index-page*/
.section-two {
    background-color: #7EB118;
    background-size: cover;
    padding: 30px 20px;
    color: white;
}

.text-content {
    text-align: left;
    padding-left: 60px;
}

.intro-text {
    font-size: 25px;
    font-weight: bolder;
    margin-bottom: 10px;
    color: #000;
}

.highlight-text {
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 10px;
    line-height: 60px;
}

.info-grid {
    border: 1px solid #ccc;
    background-color: white;
    border-radius: 5px;
    height: 100%;
    overflow: scroll;
    margin-right: 50px;
    padding: 2rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.info-table {
    width: 100%;
    border-collapse: collapse;

}

.info-header th {
    font-weight: bold;
    background-color: #F5F5F5;
    color: #5a5555;
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid #ccc;
}

.info-row td {
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
}

.category {
    font-size: 1.5rem !important;
    background-color: #F5F5F5;
    color: #6ba30f;
    font-weight: bold;
}

.data {
    background-color: #E4EDDB;
    font-weight: bold;
    font-size: 2rem;
    color: #000;
}

.info-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-two-img {
    width: 38px;
    height: 38px;
    margin-right: 5px;
}

.info-cell.data {
    background-color: #e4eddb;
    border: 1px solid #ccc;
    padding: 20px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
}

/* Animation for number counter */
.info-cell.data span {
    display: inline-block;
    transition: transform 0.3s ease-in-out;
}

.info-cell.data span:hover {
    transform: scale(1.1);
}

/* section 3 styling starts here index-page*/

.product-text {
    font-family: 'Poppins';
    font-size: 25px;
    padding: clamp(1rem, 2vw, 3rem);
    line-height: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: lighter;
    text-align: center;
}

.OurProducts {
    font-family: 'Poppins';
    font-weight: bolder;
    font-size: clamp(2rem, 5vw, 4rem);
    margin-top: clamp(1%, 2vw, 2%);
}

/* section 4 begins here  index-page*/

.edutams-basic {
    background-color: #F5F9EC;
    padding: 50px;
}

.edutams-essential {
    background-color: #b6cead;
    padding: 50px;
}

.edutams-pro {
    background-color: #e8f5e3;
    padding: 50px;
}

.edutams-img {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.edu-text {
    font-family: 'Poppins', sans-serif !important;
    font-size: 30px !important;
    font-weight: 800;
}

.edutams-img {
    max-width: 100%;
}

.private-schools {
    background-color: #F1F1F1;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    padding: 5px;
}

.features {
    background-color: #F1F1F1;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    margin-bottom: 20px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
    font-size: 14px;
}

.features img {
    margin-bottom: 5px;
}

.edutams-text {
    font-size: 24px;
    font-weight: 150px;
    line-height: 30px;
    text-align: left !important;
}

.btn-lg {
    color: #7db118;
}

/* section 5 styling */

.section-five {
    background-color: #B6CEAD;
    font-family: 'poppins' !important;
}

/* section 6 styling  */

.edutamsPro {
    background-color: #e8f5e3;
    font-family: 'poppins' !important;
}

/* section 7 styling  */
.section-seven {
    margin-bottom: -14%;
}

.question-section {
    background-color: #FCFDFF;
    font-family: 'poppins';
}

.card-custom {
    border: none;
    border-radius: 10px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    padding: 20px;
    text-align: center;
    background-color: white;
    font-family: 'poppins', sans-serif;
    transition: background-color 0.3s ease;
    height: 100% !important;
}


.card-custom:hover {
    background-color: #ebeaea;
    transition: transform 0.2s ease-in-out;
    transform: scale(1.1);
}

.card-custom img {
    margin-bottom: 20px;
    margin-top: -50px;
}

.card-custom h5 {
    font-weight: bold;
    margin-bottom: 15px;
}

.card-custom p {
    font-size: 14px;
    color: #666;
}

.secured {
    font-size: 13.57px !important;
    color: #666
}

.video-container {
    position: relative;
    max-width: 70%;
    margin: 0 auto;
    padding-top: 56.25%;
    border-radius: 15px;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60%;
    border: 0;
    border-radius: 15px;
}

/* Section 8 styling */

.vendor-section {
    position: relative;
    display: flex;
    align-items: center;
    height: 70vh;
    padding: 0 8%;
    background-color: #7DB118;
    overflow: hidden;
    font-family: 'poppins';
}

.content-s {
    z-index: 2;
    max-width: 50%;
    color: white;
}


.vendor-section p {
    font-size: 1.2em;
}

.vendor-section h2 {
    font-size: 3.5em;
    font-weight: bolder;
}

.cta-button {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    background-color: white;
    color: #333;
    text-decoration: none !important;
    border-radius: 5px;
    font-weight: bold;
    border: none;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.cta-button:hover {
    background-color: #f0f0f0;
    color: #000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.cta-button i {
    font-size: 18px;
    display: inline-block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cta-button:hover i {
    transform: translateX(10px) scaleX(1.2);
}

.vendor-section::after {
    content: '';
    position: absolute;
    top: 0;
    right: -9%;
    width: 130%;
    height: 120%;
    background: url(../img/General-website/Product-section/Become-a-Vendor.png) no-repeat right center;
    background-size: contain;
    z-index: 1;
}

/* Our Partners Section */
.slider-inner {
    display: flex;
    justify-content: space-around;

}

.slider-item {
    display: flex;
}

.slider-item img {
    width: 250px;
    height: auto;
    margin: 0 15px;
}

/* Duplicate content for a seamless loop */
.slider-inner::after {
    content: '';
    display: inline-block;
    width: 100%;
    /* Ensures smooth scrolling */
}

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



.mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}


/* Section 9 styling */

.publications {
    font-family: 'poppins';
}


.special-card {
    background-color: #f7fbf1;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.special-card img {
    width: 150px;
    height: auto;
    margin: 20px 0;
}

.card-footer {
    border: none;
    background-color: #fff;
    text-align: center;
}

.bott .btn-green {
    margin-top: 38px !important;
    /* Adjust this value as needed */
}

.media {
    max-width: 360px;
    margin: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}



/* Footer Section Starts here */
.first-contacts {
    font-family: 'Poppins';
}

.first-contacts h3 {
    font-weight: 600 !important;
    font-size: 5vh !important;
    margin-bottom: 10px;
}

footer {
    background-color: #7eb118;
    font-family: 'poppins';
    color: white;
}

hr .footter {
    height: 2px !important;
    color: white;
    background-color: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.footer-font-size {
    font-size: 18px;
    line-height: 30px;
}

.footer-header {
    color: #000000 !important;
    font-family: Poppins;
    font-size: 27.207px;
    font-style: normal;
    font-weight: 800;
    line-height: 117.5%;
    letter-spacing: 1.36px;
}

.anchor-list {
    text-decoration: none;
    color: #000000;
    list-style: none;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 2.07px;
}

.footer-parag {
    color: #000000 !important;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 2.07px;
}

.basic-copyright {
    color: #fff !important;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 2.07px;
}

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

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

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

.modal-xl {
    max-width: 95%;
}

/* Our Products Modal styling */
.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);
    /* Default shadow */
}

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

.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);
}

/* End of Index Styling */

/* About Styling Begins */

.custom-container {
    max-width: 1550px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}

.firstsection {
    background: url(../img/images-aboutus/Vendoe\ section\ 1\ background\ pattern.png) no-repeat center center;
    background-size: cover;
    box-shadow: 0 0 15px 0 #908989;
    padding: 0 auto;
    margin-top: 5%;
}

.vision-mission {
    padding-top: auto;
    padding-bottom: auto;
}

.mission-text {
    color: #414141;
    font-size: 17px;
    line-height: 1.5
}

.ssion img {
    background-color: #B8D581;
    padding: 8px 9px;
    border-radius: 7px;
}

.vision h1 {
    font-family: 'Poppins', sans-serif;
    color: #000000;
}

.vision p {
    color: #414141;
    font-size: 19px;
    line-height: 1.5;
}

.minus {
    border: 1px solid black;
    border-radius: 50%;
    padding: 2px;
    font-size: 12px;
}

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

.secondsection h6 {
    color: #000000;
    font-weight: bold;
    font-size: 30px;
}

.values {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.values img {
    background-color: #B8D581;
    border-radius: 15px;
    padding: 50px;
    height: 350px;
}

.reference {
    width: 80%;
    margin-left: 0 auto;
    margin-top: 20px;
}

.reference p {
    font-size: 1rem;
    line-height: 1.5;
}

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

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

.values h2 {
    letter-spacing: 2.5px;
    font-size: 40px;
}

.values p {
    color: #625F5F;
    font-size: 21px;
}

.journey-background {
    background: url(../img/images-aboutus/Background\ image\ \(journey\ so\ far\).png) no-repeat center center;
    background-size: cover;
    height: 100%;
    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);
}


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

.card-textp {
    font-size: 45px;
    line-height: 4rem;
    color: #161616;
    font-weight: 310;
    letter-spacing: 3px;
}

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

.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;
}

.fourthSection {
    background-color: #CDE69E;
}

.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);
}

.core-v {
    /* justify-items: center !important; */
    margin-left: 5% !important;
}

.core {
    font-size: 60px;
    margin-left: 100px;
}

/* a img {
    margin-top: 15px;
    margin-bottom: 10px;
    width: 32px;
    height: auto;
} */

/* About styling Ends..  */
/* ========================= */

/* ========================= */


/* Impact Styling Starts */

.first-section {
    background: url(../img/images-impact/Impact\ background\ image.png) no-repeat center center;
    background-size: cover;
    margin-top: -40px;
    padding-top: 7%;
    padding-bottom: 40px;
    font-weight: 2000;
}

.first-section h1 {
    font-weight: bolder;
    font-family: 'poppins';
    font-size: 4rem;
}

.first-section-text {
    font-size: 18px;
}

.bridge-image {
    background-color: #d0e1af;
    border-radius: 20px 20px 0 0;
    height: 350px;
}

.custom-shadow {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.driving {
    margin: 0 auto;
}

.driving h2 {
    font-size: 40px;
    text-align: center;
}

.custom-width {
    max-width: 50%;
    width: 40%;
}

.modal-p {
    color: rgb(87, 85, 85);
    font-size: 15px;
}

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


}

.read-button {
    background-color: #d0e1af;
}

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

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

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

.connect-story {
    margin: auto 0;
}

.promoting {
    height: 250px !important;
}

.promoting img {
    object-fit: cover;
    height: 250px !important;
}


.btn-green {
    background-color: #7DB117;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.btn-green:hover {
    background-color: #6A9E12;
}

.btn-green i {
    margin-left: 10px;
    font-size: 18px;
    transition: transform 0.3s ease;
}

.btn-green:hover i {
    transform: translateX(5px);
}

.custom-shadow:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
    transform: translateY(-5px);
}

.read-button:hover {
    color: white;
    background-color: #7DB117;
}

/* Impact Styling Ends here */
/* ========================== */

/* ========================== */


/* Events Styling Starts Here  */

.first-article-section {
    background: url(../img/images-impact/Impact\ background\ image.png) no-repeat center center;
    background-size: cover;
    height: auto;
    /* margin-top: 50px; */
    padding-top: 25%;
    position: relative;
    /* z-index: 1; */
}

.first-article-section h1 {
    color: #000000;
    font-weight: bolder;
    font-size: 60px;
    margin-top: -200px !important;
}

.toggle-pill {
    background-color: #fff;
    position: absolute;
    /* bottom: 420px; */
    /* top:300px ; */
    width: 60%;
    border: none;
    margin-left: 330px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    margin-top: 50px !important;

}

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

.toggle-pill input:checked {
    background-color: #7db118;
    /* outline: none; */
}

.second-article-section {
    background-color: #fffdfd;
    margin-top: -5px;
}

.second-article-section img {
    height: 250px;
    object-fit: cover;
    width: 100%;
    border-radius: 8px;
}

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

.shadowed:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
    transform: translateY(-5px);
}

.btn-green {
    background-color: #7DB117;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    border-radius: 9px;
}

.second-event-section,
.third-event-section {
    margin-top: 70px;
    margin-bottom: 70px;
}

.second-event-section h1 {
    font-size: 60px;
    font-weight: bolder;
    text-align: center;
}

.third-event-section h1,
h5 {
    text-align: left;
}



.inner-second-event-section {
    background-color: #f7faf1;
}

.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;
}


/* Event Styling Ends  */

/* ========================== */

/* ========================== */

/* Contact us Styling Starts Here */

.first-section-container {
    background-color: #f7f8fd;
    padding-top: 30px !important;
    padding-bottom: 30px !important;

}

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

.here-for-you {
    color: #000;
    font-family: Poppins;
    font-size: 64.813px;
    font-style: normal;
    font-weight: 800;
    line-height: 132.195%;
    /* 85.68px */
    letter-spacing: 2.268px;
}

.men-checking-phone-text {
    font-size: 23px;
    letter-spacing: 1px;
    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;
}

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

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

.bg-custom-color {
    background-color: #7DB117 !important;
    /* Use !important to override Bootstrap's default styles */
}

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

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

/* form section */
.form-check-input {
    width: 20px !important;
    height: 20px !important;
}

.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;
}

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

.form-control {
    border: 1px solid rgb(222, 226, 230);
}

.input-hover:hover {
    background-color: white !important;
    color: black !important;
}

.dropdown-text {
    color: #a0a0a0;
}

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

.input-group .dropdown-menu:focus {
    outline: none;
    box-shadow: none;
    border: 2px solid #4e4e4e;
}

.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);
}

.reach {
    color: #000;
    font-family: poppins;
    font-size: 23.328px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

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

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

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

.pill-span {
    display: inline-block;
    background-color: #DCFAE2;
    color: black;
    padding: 8px 10px;
    border-radius: 50px;
    margin-left: 70px;
    font-size: 8px;
}

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


/* Contact us Styling Ends Here */


/* ========================== */

/* ========================== */

/* Get Started Styling starts here */

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

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

.first-section-cover {
    background: url(../img/getStartedImages/Basic/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: 45px !important;
    font-family: sans-serif;
    font-weight: bolder;
    margin-right: 20px;
}

.started-text {
    font-size: 30px;
    font-family: sans-serif;
    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: 60%;
    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;
}

.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;
}

.all-text {
    /* margin: 40px 0; */
}

.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: 50px;
    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: #E3EBD5;
    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: 12px;
    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: #f7fff4;
    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: #eaf8ec;
    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;
}

/* 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;
}



/* Get Started styling Ends here */

/* =============================== */

/* =============================== */



/* Vendor Styling starts here  */

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

.second-section-vendor {
    background: url(./website_assets/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: 30px;
    color: #000000;
}

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

.heading_rounded-pill {
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    width: 65%;
    font-size: 30px !important;
    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: #cecfd2;
    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(../images/vendor-third-section-background.png) no-repeat center center;
    height: 50vh;
}

.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
}

.myform {
    height: 800px;
    max-width: 90%;
    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 Styling Ends  */

/* ============================== */


/* EduTAMS Basic styling Starts here  */

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

.card-container {
    gap: 40px;
}

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

.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;
}

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

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

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

/* Basic Fourth Section starts here */

.feature {
    font-size: 50px;
    font-weight: bolder;
}


.secondsec .img-text-pro p {
    font-size: 14px;
}

.secondsec .img-text-pro h1 {
    font-weight: bolder;
    font-size: 18px;
}


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

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

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

.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;
}

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

.demo-container p {
    font-size: 12.5px !important;
}

.see-demo {
    color: #1AB117;
    font-family: Poppins;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    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 Fourth Section ends here */



/* Basic First section starts here */
.first-section-image-container {
    background: url(../img/getStartedImages/Basic-page/main-background.jpeg) center center no-repeat;
    background-size: cover;
    border-radius: 0px 0px 80px 80px;
}

.basic-font-size {
    color: #403C3C;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

    margin-bottom: 50px;
}

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

.tab-with-man {
    margin-bottom: 160px;
}

.basic-all-in-one-h1 {
    font-size: 40px;
}

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

/* Revenue Collections Styling */
.revenue-collection {
    background-image: url(../img/getStartedImages/Basic-page/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;
}

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

.basic-started-button {
    color: rgb(92, 152, 2);
    background-color: white;
    border: none;
    padding: 15px 50px;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    font-weight: bolder;
    margin-left: 28px !important;
}

.basic-started-button:hover {
    color: white;
}

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

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

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

/* Carousel section */
.basic-carousel-container {
    background-color: #ffffff;
    border-radius: 10px 10px 0px 0px;
    border: none;
    overflow: hidden;
    margin-top: 50px !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: 45px;
    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: 110px;
    height: 100px;
    padding: 12px 15px;
}







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

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

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


.basic-border {
    border-bottom: 3px solid #a4a5a4;
    background-color: #f8fbf3;
}

.basic-card {
    width: 100%;
    border: none;
    background-color: #f8fbf3;
}

.basic-card-text {
    color: #000;
    font-family: Poppins;
    font-size: 26.604px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 31.925px */
    letter-spacing: 0.167px;

}

.basic-card-text-2 {
    color: #a4a5a4;
}

.plan-header-big-text {
    color: #000;
    font-family: Poppins;
    font-size: 60.79px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 72.948px */
    letter-spacing: 0.381px;
}

.plan-header-small-text-small {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 33.042px;
    font-style: normal;
    font-weight: 500;
    line-height: 132.195%;
    /* 43.68px */
    letter-spacing: 1.156px;
    text-transform: capitalize;
}

.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;
}

.basic-sixth-section {
    border-bottom: 1px solid grey;
}

/* NavBar Section Starts Here */
.basic-navbar {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);

}

.basic-navbar-logo {
    margin-left: 85px;
    max-width: 200px;
}

.nav-font-size {
    color: #000;
    font-family: Poppins;
    font-size: 21.248px;
    font-style: normal;
    font-weight: 600;
    line-height: 132.195%;
    /* 28.089px */
    letter-spacing: 0.744px;
}


.home {
    margin-right: 60px;
    font-weight: bolder;
}

.feature {
    margin-right: 50px;
    font-weight: bolder;
}

.pricing {
    margin-right: 50px;
    font-weight: bolder;
}

.vendor {
    margin-right: 50px;
    border: 1px solid rgb(92, 152, 2);
    padding: 7px 30px !important;
    border-radius: 5px;
    font-weight: bolder;
}

.vendoz {
    border: 1px solid rgb(92, 152, 2);
    padding: 7px 30px !important;
    border-radius: 5px;
    font-weight: bolder;
}

.vendor:hover {
    background-color: rgb(92, 152, 2);
    color: white !important;
}

.basic-started-btn {
    margin-right: 70px;
    color: white;
    background-color: #7db118;
    border: none;
    padding: 8px 30px !important;
    font-size: 20px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    font-weight: bolder;

}

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

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

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

/* Footer Section Starts here */
.first-contacts {
    font-family: 'Poppins';
}

.first-contacts h3 {
    font-weight: 600 !important;
    font-size: 5vh !important;
    margin-bottom: 10px;
}

footer {
    background-color: #7eb118;
    font-family: 'poppins';
    color: white;
}

hr .footter {
    height: 2px !important;
    color: white;
    background-color: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.footer-font-size {
    font-size: 18px;
    line-height: 30px;
}

.footer-header {
    color: #000000 !important;
    font-family: Poppins;
    font-size: 27.207px;
    font-style: normal;
    font-weight: 800;
    line-height: 117.5%;
    letter-spacing: 1.36px;
}

.anchor-list {
    text-decoration: none;
    color: #000000;
    list-style: none;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 2.07px;
}

.footer-parag {
    color: #000000 !important;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 2.07px;
}

.basic-copyright {
    color: #fff !important;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 2.07px;
}

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

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

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


/* EduTAMS Basic Styling Ends Here  */

/* ================================ */

/* EduTAMS Pro Starts here  */

/* NavBar Section Starts Here */
.basic-navbar {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
    padding: clamp(10px, 2vw, 20px);
}

.pro-navbar-logo {
    margin-left: clamp(10px, 5vw, 85px);
    width: clamp(100px, 10vw, 100%);
}

.nav-font-size {
    font-size: clamp(14px, 1.5vw, 22px);
    font-weight: bolder;
    font-family: "poppins";
}

.home,
.benefits,
.pricing,
.why {
    margin-right: clamp(10px, 2vw, 60px);
    font-weight: bolder;
}

.why {
    padding: clamp(5px, 1vw, 7px) clamp(25px, 2vw, 30px) !important;
}

.basic-started-btn {
    margin-right: clamp(40px, 5vw, 70px);
    color: white;
    background-color: #7db118;
    border: none;
    padding: clamp(6px, 1.5vw, 8px) clamp(50px, 5vw, 30px) !important;
    font-size: clamp(14px, 1.5vw, 20px);
    display: flex;
    align-items: center;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    font-weight: bolder;
    font-family: "poppins";
}


.basic-started-btn i {
    margin-left: clamp(10px, 3vw, 30px);
    font-size: clamp(14px, 1.5vw, 20px);
    transition: transform 0.3s ease;
}

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

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

/* First Section */
.first-section-image-containers {
    position: relative;
    background: url(../img/images-pro/Pro-first-section-background\ .png) center center no-repeat;
    background-size: cover;
    border-radius: 0px 0px 80px 80px;
    z-index: 1;
    height: 750px;
    font-family: "poppins";
}

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

.basic-font-size {
    color: #403C3C;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.all-in-one-pill {
    background-color: #e5efd1;
    line-height: 70px !important;
}

.all-in-one-integrated {
    font-size: 22px;
    font-weight: 100 !important;
    /* letter-spacing: 2px; */
    line-height: 40px;
}

/* Revenue Collections Styling */
.revenues-collections {
    background-image: url(../img/images-pro/revenue-background.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 120px;
    width: 400px;
}

.revenues-text {
    color: #000;
    font-family: Poppins;
    font-size: 14.585px;
    font-style: normal;
    font-weight: 700;
    line-height: 121%;
    /* 17.647px */
    letter-spacing: 0.875px;
    text-transform: capitalize;
    margin-top: 30px;
}

.virtual-container {
    margin-left: 8px;
}

.basic-started-button {
    color: rgb(92, 152, 2);
    background-color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    font-weight: bolder;
    margin-left: 28px !important;
}

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

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

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

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

/*Second section/ Carousel section */
.basic-carousel-container {
    background-color: #ffffff;
    border-radius: 10px 10px 10px 10px;
    border: none;
    overflow: hidden;
    margin-top: -30px !important;
    position: absolute;
    z-index: 2;
    top: 687px;
    margin-left: 70px !important;

}

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

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

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

.basic-carosel-img img {
    border: 1px solid black;
    border-radius: 15px;
    width: 110px;
    height: 100px;
    padding: 12px 20px;
    align-items: center;
}

.basic-carousel-inner {
    animation: scroll 30s linear infinite;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-30%);
    }
}

.all-in-one-integrated {
    font-size: 24px;
    font-weight: 100 !important;
    /* letter-spacing: 2px; */
    line-height: 40px;
}

.one-all {
    font-size: 20px !important;
    line-height: 40px;
}

/* Third section */
.third-section {
    background-color: #f3f8e9;
    background-size: cover;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    padding: 5%;
    align-items: center;
    gap: 193px;
    z-index: 0;
    position: relative;
    padding-bottom: 50px !important;

}

.third-row {
    padding-top: 10%;
    padding-bottom: 10% !;
}


.btn-green {
    background-color: #7DB117;
    width: 295.625px;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    text-align: center;
    font-family: "poppins";
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 132.195%;
    /* 33.049px */
    letter-spacing: 0.875px;
}

.btn-green:hover {
    background-color: #6A9E12;
}

.btn-green i {
    /* margin-left: 10px; */
    font-size: 18px;
    transition: transform 0.3s ease;
    color: #FFF;
    font-family: "poppins";
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 132.195%;
    /* 33.049px */
    letter-spacing: 0.875px;
}

.btn-green:hover i {
    transform: translateX(5px);
}


.optimize {
    margin-top: 20px !important;
}

.productivity h3 {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
    font-family: "poppins";


}

.productivity p {
    color: #5B5B5B;
    text-align: justify;
    font-family: "poppins";
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    text-transform: capitalize;
    padding-top: 50px;
}

.slide-text {
    padding-top: 2% !important;

}

.design {
    margin-top: 60px !important;

}

.underline {
    width: 309.525px;
    color: #5F5F5F;
    font-family: "poppins";
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 152%;
    /* 38px */
    letter-spacing: 1.541px;
    text-decoration-line: underline;
    text-transform: capitalize;
}

.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;
}

.university img:hover,
.polytecnic img:hover,
.colleges img:hover,
.technical img:hover,
.monotecnic img:hover,
.others img:hover {
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.4);
}

/* Fourth Session  */

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

.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(../img/images-pro/third-session-bg-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 0%;
    height: 950px;
    margin-left: 0 !important;
}

.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: 25px;
    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: 25px;
    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: 22px;
    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: 24px;
    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;
}

/* Fifth Section */

.holder {
    margin-top: 20px;
    background-image: url(../img/images-pro/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: 600px;
    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 */
}

.icon img {
    width: 70px;
    /* Adjust icon size as necessary */
    height: auto;
    /* Maintain aspect ratio */
}

.content {
    text-align: center;
    max-width: 90%;
}

.content-text {
    width: calc(100% - 70px - 20px);
    /* Subtract the width of the icon and some extra space */
    margin-top: 20px;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #3A3A3A;
}

.content-image img {
    width: 50%;

}

.online {
    color: #3A3A3A;
    font-family: 'poppins';
    font-weight: 400;
    line-height: 31.90px;
    letter-spacing: 1.20px;
    word-wrap: break-word;
    font-size: 19.50px;
    text-transform: lowercase;
    margin-top: 70px;
    text-align: left;

}

/* Sixth Section */
.sixth-section {
    text-align: center;
    background-color: #f3f8e9;
    background-size: cover;
    background-repeat: no-repeat;

}

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

}

/* Seventh Section */

/* .seventh-section {
    padding: 5%;
} */

.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: #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;

}

.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-img {
    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: 700;
    line-height: 120%;
    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: #f1f1f1 !important;
    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;
}

/* Eight Session */

.eighth-section {
    background-color: #f9f9f9;
    background-size: cover;
    background-repeat: no-repeat;
}

iframe {
    border-radius: 10px;
    width: 100%;
}

.name h5 {
    font-size: 18px;
}

.name small {
    font-size: 14px;
    text-transform: uppercase;
}


/* EduTAMS Pro Styling Ends */

/* =================================== */

/* ==================================== */


/* EduTAMS Essential Styling Starts  */

/* NavBar Section Starts Here */
.basic-navbar {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);

}

.navbar-nav {
    margin-left: auto;
}



.navbar-font-size {
    font-size: 20px;
    font-weight: bolder;
}

.home {
    margin-right: 60px;
    font-weight: bolder;
}

.features {
    margin-right: 50px;
    font-weight: bolder;
}

.pricing {
    margin-right: 50px;
    font-weight: bolder;
}

.vendor {
    margin-right: 50px;
    border: 1px solid rgb(92, 152, 2);
    padding: 7px 30px !important;
    border-radius: 5px;
    font-weight: bolder;
}

.essential-navbar-logo {
    height: 50px;
    margin-left: 85px;
}

.essential-started-btn {
    margin-left: 100px;
    margin-right: 80px;
    color: white;
    background-color: #7db118;
    border: none;
    padding: 8px 30px !important;
    font-size: 18px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    font-weight: bolder;

}

.strt-bt {
    /* margin-left: 100px; */
    margin-right: 40px;
    color: white;
    background-color: #7db118;
    border: none;
    padding: 8px 30px !important;
    font-size: 18px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    font-weight: bolder;
}

.essential-started-btn i {
    margin-left: 30px;
    font-size: 18px;
    transition: transform 0.3s ease;
}

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

.essential-started-btn:hover i {
    transform: translateX(5px);
}

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

.general-heading h1 span {
    color: #7DB117;
}

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

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

.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;
}

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

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

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

.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
}

.maleft {
    margin-right: 90px;
}

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

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

.value-heading {
    color: black;
    font-size: 40px;
    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: 13px;
    color: white;
    display: inline-block;
}

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

.enhanced {
    background-color: #f7fbf3;
}

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

.revenue {
    background-color: #f7fbf3;
}

.image-with-effect {
    display: inline-block;
    transition: transform 0.3s ease-in-out;
    width: 100%;
}

.image-with-effect:hover {
    transform: scale(1.07);
}


.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;
}

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

.customized-wrapper .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;
}

.customized-wrapper .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;

}

.video-word h1 {
    color: black;
    text-align: center;
    font-size: 45px;
    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: 26.60px;
    font-family: Poppins;
    font-weight: 600;
    line-height: 31.92px;
    letter-spacing: 0.17px;
    word-wrap: break-word
}

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



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

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

.ticked-card {
    background-color: #d5e9af;
    border: none;
    border-radius: 15px 15px 0 0;
    /* height: 120px; */
}

.ticked-card p {
    color: #696666;
    font-size: 15px;
    font-family: Poppins;
    font-weight: 500;
    line-height: 21px;
    word-wrap: break-word
}

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

/* ============================================================

                MEDIA QUERY FOR SMALL SCREENS

============================================================ */


@media (max-width: 740px) {
    .navbar-collapse {
        margin-left: -120px !important;
    }

    .navbar-collapse .btn {
        width: 200px !important;
        font-size: 18px;
        margin-left: 0px;
        padding-left: 6px !important;
    }

    .navbar {
        padding-left: 15px;
        padding-right: 15px;
    }

    .navbar-toggler {
        margin-left: auto;
        /* Aligns the toggle button to the right */
    }

    .wrapper {
        max-width: 100% !important;
        padding-left: 5px;
        padding-right: 5px;
    }


    .section-one {
        padding: 20px !important;
        margin-top: 0px !important;
    }

    .section-one .bold-text {
        font-size: 13px !important;
        text-align: left;
    }

    .section-one .row-one {
        flex-direction: column;
    }

    .section-one .col-sm-6 {
        padding: 10px;
        flex: 1 1 100%;
        text-align: center;
    }

    /* Changing order on mobile screens */
    .section-one .col-sm-6:first-child {
        order: 2;
    }

    .section-one .col-sm-6:last-child {
        order: 1;
    }

    .section-one h3.bold-text {
        font-size: 17px;
        flex-wrap: wrap;
    }

    .highlight {
        font-size: 13px
    }

    .slide {
        flex-direction: column;
        align-items: center;
    }

    .slide-img img {
        margin-right: 1rem;
    }


    .revenue-collections {
        /* padding: 10px;
        max-width: 100%;
        width: 100%;
        display: flex !important; */
        height: auto;
        width: 100%;
        /* margin-left: 35px; */
        margin-top: 10px !important;
    }

    .revenue-content {
        align-items: center;
        text-align: left !important;
    }

    .revenue-img {
        max-width: 120px;
        width: 120px;
        align-items: center;
    }

    .revenue-text p {
        font-size: 10px !important;
    }

    .rev p {
        font-size: 10px;
        text-align: left !important;
        padding-top: 8px !important;
    }

    .ptsb {
        font-family: 'Poppins';
        font-size: 10px !important;
        line-height: 15px;
        font-weight: lighter;
        text-align: left !important;
    }

    .revenue-img img {
        /* max-width: 100px;
        height: auto;
        display: none; */
        width: 100px;
        height: 65px;
        margin-left: 10px;
    }

    .slide {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .slide-img {
        justify-content: center !important;
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        width: 100%;
        padding-bottom: 10px;
    }

    .slide-img img {
        margin-right: 1rem;
        height: 40px;
        width: auto;
    }

    .intro-text {
        font-size: 10px;
        font-weight: bolder;
        color: #000;
    }

    .highlight-text {
        font-weight: 700;
        font-size: 25px;
        margin-bottom: 10px;
        line-height: 20px;
    }

    .sess--three {}


    .slide-text {
        margin-top: 10px;
    }

    .referral {
        color: #7DB117;
        font-size: 20px;
        font-family: Poppins;
        font-weight: 200;
        line-height: 10px;
        letter-spacing: 2.86px;
        word-wrap: break-word
    }

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

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

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

    .vendor-third-section {
        background: url(../img/vendorImages/vendor-third-section-background.png) no-repeat center center;
        height: 100%;
        /* width: 100%; */
        background-size: contain;
    }

    .slide-text button {
        text-align: center !important;
        width: 195px !important;
        font-size: 14px !important;

    }

    .slide-text-pro button {
        text-align: left !important;
        width: 201px !important;
        font-size: 12px !important;
        padding: 10px 10px 10px 10px;
        margin-left: 20px !important;

    }

    .design {
        margin-bottom: 30px !important;
        margin-top: 30px !important;
        /* text-align: center !important; */
        margin-left: 20px !important;
    }

    .underline {
        font-size: 18px;
        line-height: 28px;
    }

    .hats {
        margin-left: 5px !important;
    }


    .hats .col-4 {
        flex: 0 0 33.33%;
        /* Make each item take up 50% of the width on small screens */
        max-width: 33.33%;
        /* Limit the width to 50% */
    }

    .hats img {
        width: 100%;
        /* Ensure images take up the full width of their container */
        height: auto;
        /* Maintain image aspect ratio */
    }

    .driving h2 {
        font-size: 20px;
        text-align: center;
    }

    .connect-third-section h1 {
        font-size: 25px;
    }

    .challenges h3 {
        color: #000;
        font-family: "poppins";
        font-size: 17px !important;
        font-style: normal;
        font-weight: 500;
        /* line-height: 12px; */
        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: 15px !important;
        font-style: normal;
        font-style: normal;
        line-height: 72%;
        font-weight: 100 !important;
        margin-bottom: 50px;

    }

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



    /* Ensure the whole table shows on small screens */
    .info-grid {
        padding: 0rem;
        overflow-x: auto;
        /* Add horizontal scrolling for small screens */
    }

    .journeytext h1 {
        font-size: 40px;
        text-align: center;
    }


    .journeytext p {
        font-size: 16px;
        text-align: center;
        padding-left: 10px !important;
    }

    .management h1 {
        font-size: 50px;
    }

    .secondsection h1 {
        font-size: 30px;
        text-align: center !important;
    }

    .ssion img {
        width: 50px;
        height: 50px;
    }

    .managementCard {
        width: 90%;
        /* Slightly reduce card width for better spacing */
        margin: 0 auto;
        /* Center the cards */
        height: 550px;
    }

    .managementCard-img-top {
        height: auto;
        /* Allow images to resize on small screens */
    }

    .managementCard .card-body {
        text-align: left;
        /* Optional: Center-align text on small screens */
    }

    .managementCard h5 {
        font-size: 1.2rem;
        /* Adjust heading font size for small screens */
    }

    .managementCard p {
        font-size: 0.9rem;
        text-align: left;
        /* Adjust paragraph font size */
    }

    .core-v {
        justify-items: center !important;
        margin-left: 14% !important;
    }

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


    .xxx {
        line-height: 0px;
    }

    .values p {
        font-size: 15px;
    }

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

    .connect-heading h1 {
        font-size: 50px;
    }

    .connect-heading p {
        font-size: 20px;
    }

    .connect-story {
        margin-top: 2px;
    }

    .connect-story p {
        font-size: 20px;
        font-family: poppins;

    }


    .info-header th,
    .info-row td {
        font-size: 9px;
        /* Reduce text size for better fit */
        padding: 4px;
    }

    .category {
        font-size: 12px !important;
        /* Smaller category font */
    }

    .dat img {
        width: 40px;
    }

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


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

    .info-cell.data {
        background-color: #e4eddb;
        border: 1px solid #ccc;
        padding: 0px;
        text-align: center;
        font-size: 9px !important;
        font-weight: bold;
    }

    .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;
        margin-left: -20px !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;

    }

    .fact img {
        width: 30px;
        margin-left: 10px !important;
    }

    .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: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px !important;
        letter-spacing: 0.795px;
        text-transform: lowercase;
        margin-left: -25px !important;
    }

    .test-texts {
        color: #000;
        font-family: 'poppins';
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px !important;
        letter-spacing: 1px;
        text-transform: lowercase;
        margin-left: -25px !important;
    }

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

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

    .holder {
        background-size: auto;
        /* Increase background size for better fit */
        padding: 1px;
        /* Reduce padding on small screens */
    }

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

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

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

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

    .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);
    }

    .header-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-family: poppins;
        text-transform: capitalize;

        /* Space between elements */
    }

    .header-container h2,
    h3 {
        font-size: 17px !important;
        font-family: poppins;
        text-transform: capitalize;
        padding-bottom: 2px !important;
    }

    .icon img {
        width: 50px !important;
    }

    .content {
        text-align: center;
        max-width: 90%;
        display: none;
    }

    .content-text {
        font-size: 14px;
        /* Smaller text for mobile */
        line-height: 1.4;
    }

    .content-image img {
        display: none;
    }

    .online {
        font-size: 14px;
        line-height: 24px;

    }

    .section-two-img {
        width: 15px;
        height: 15px;
        /* Reduce image size */
    }

    .text-content {
        text-align: center;
        padding: 3px;
        margin: 0;
    }

    .pro-features h1 {
        font-size: 15px;
    }

    .impact-journey strong {
        font-size: 20px !important;
        line-height: 4px;
        /* margin-bottom: 0px; */
        margin-top: 50px !important;
    }

    .firstsection-about {
        margin-top: 100px !important;
    }

    .first-section-impact {
        background-color: #d0e1af;
        /* background-size: cover; */
        /* margin-top: -130px; */
        padding-top: 80px !important;
        padding-bottom: 40px;
        font-weight: 2000;
        margin-top: 27%;
    }

    .card.custom-shadow {
        width: 90%;
        /* Reduce width slightly on smaller screens for better spacing */
        margin: 0 auto;
        /* Center the cards */
    }

    .first-section-impact h1 {
        font-size: 25px;
        margin-bottom: 5px;
    }

    .impact-journey {
        padding-top: 0;
    }

    .first-section-impact-text {
        font-size: 14px;
    }

    .edutams-basic,
    .edutams-essential,
    .edutams-pro {
        padding: 20px;
        /* Reduce padding on small screens */
    }

    .edutams-basic .row,
    .edutams-essential .row,
    .edutams-pro .row {
        flex-direction: row;
        /* Make the layout vertical on small screens */
    }

    .edutams-basic .col-md-6,
    .edutams-essential .col-md-6,
    .edutams-pro .col-md-6 {
        width: 100%;
        /* Make the columns full-width on small screens */
    }

    .edutams-basic .components,
    .edutams-essential .components,
    .edutams-pro .components {
        text-align: center;
        /* Center the components on small screens */
    }

    .edutams-basic .features-container,
    .edutams-essential .features-container,
    .edutams-pro .features-container {
        flex-wrap: wrap;
        /* Allow the features to wrap on small screens */
    }

    .edutams-basic .features,
    .edutams-essential .features,
    .edutams-pro .features {
        width: 45%;
        /* Make the features full-width on small screens */
        margin-bottom: 20px;
        font-size: 10px;
        /* Add some margin bottom for the features */
    }

    .edutams-basic .devices,
    .edutams-essential .devices,
    .edutams-pro .devices {
        margin-top: 20px;
        text-align: center;
        /* Center the devices image on small screens */
    }

    .edutams-basic .edutams-img,
    .edutams-essential .edutams-img,
    .edutams-pro .edutams-img {
        width: 80%;
        /* Make the devices image slightly smaller to fit the screen */
        margin: 0 auto;
        /* Center the devices image horizontally */
    }

    .edutams-basic .btn-green,
    .edutams-essential .btn-green,
    .edutams-pro .btn-green {
        font-size: 14px;
        display: block;
        /* Make the button a block element to center it */
        margin: 0 auto;
        /* Center the button horizontally */
    }

    .mx-0 {
        margin-right: 0 !important;
        margin-left: 15px !important;
    }

    .vendor-section h2 {
        font-size: 25px;
    }

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

    .vid iframe {
        width: 100%;
        height: auto;
    }


    .vendor-section::after {
        content: none;
        position: relative;
        width: 80%;
        height: 50vh;
        margin: 10px auto 0;
        order: 1;
        background-position: center top;
    }

    .content-s {
        max-width: 100%;
        order: 2;
        text-align: center;
    }

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

    .admission-img {
        width: 80px;
        margin-bottom: 10px;
    }

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

    .second-event-section h1 {
        font-size: 30px;
        font-weight: bolder;
        text-align: center;
    }

    .vi {
        font-size: 20px !important;
        text-align: center !important;
    }

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


    .slider-item {
        flex-direction: column;
    }

    .special-card {
        flex: 1 1 calc(50% - 20px);
        /* Two cards per row */
        max-width: calc(50% - 20px);
        /* Ensure max width */
        margin: 10px;
        /* Add margin for spacing */
    }

    /* Navbar Responsiveness */
    .first-section-image-container {
        border-radius: 0px 0px 20px 20px;
    }

    .collapse {
        margin-left: 20px;
    }

    .navbar-brand {
        margin-left: 10px;
    }

    /* .basic-navbar-logo {
        margin-left: 10px;
    } */

    .nav-font-size {
        font-size: 1rem;
        /* Smaller text on small screens */
    }

    .basic-started-btn {
        font-size: 0.9rem;
        padding: 15px;
    }

    .vendor {
        border: 1px solid rgb(92, 152, 2);
        padding: 10px 20px !important;
        border-radius: 5px;
        font-weight: bolder;
        font-size: 15px !important;
        text-align: left;
        margin-left: 0 !important;
    }


    .custom-container {
        max-width: 1550px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 15px;
        padding-left: 15px;
        width: 100%;
    }

    /* First Section Responsiveness */
    /* EduTAMS Basic styling Starts here  */

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

    .card-container {
        gap: 10px;
    }

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

    .edutams-text {
        font-size: 10px;
        font-weight: 400px;
        line-height: 25px;
        text-align: left !important;
    }

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

    .conne {
        padding-top: 0px !important;
    }

    .change {
        font-size: 17px;
    }

    .single-platform {
        padding-top: -20px !important;
    }

    .console {
        width: 100%;
        margin-bottom: 20px;
    }

    .heading_rounded-pill {
        background-color: white;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        position: relative;
        font-size: 10px !important;
        font-weight: lighter;
    }

    .second-section-vendor {
        background-size: cover;
        border: none;
        margin-top: 20px;
        /* height: 92vh; */
    }

    .small-displaying-title {
        font-size: 10px;
        text-align: center;

    }

    .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;
    }



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

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

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

    .each-cards p {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        font-size: 8px;
    }

    .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: 10px;
        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;

    }

    .optimize h1 {
        font-size: 25px;
        text-align: center;
        padding-bottom: 20px;
    }

    .productivity p {
        color: #5B5B5B;
        text-align: left !important;
        font-family: "poppins";
        font-size: 15px !important;
        font-style: normal;
        font-weight: 300 !important;
        line-height: 30px !important;
        text-transform: capitalize;
        padding-top: 50px;
        margin-left: 25px !important;
        padding: 0 !important;

    }

    .productivity h3 {
        font-size: 17px !important;
        font-style: normal;
        font-weight: 700;
        color: #000;
        text-transform: capitalize;
        font-family: "poppins";
        margin-left: 20px !important;
        text-align: left;
        line-height: 23px !important;
        padding: 0 !important;

    }

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

    .optimize-image {
        width: 180px;
        height: 160px;
        flex-shrink: 0;
        margin-left: 100px;
    }

    .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;
    }

    /* Basic Fourth Section starts here */

    .feature {
        font-size: 50px;
        font-weight: bolder;
    }


    .secondsec .img-text-pro p {
        font-size: 14px;
    }

    .secondsec .img-text-pro h1 {
        font-weight: bolder;
        font-size: 18px;
    }


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

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

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

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

    .see-demo {
        color: #18b116;
        font-size: 12px;
        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: 85px;
        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);
    }

    /* Basic Fourth Section ends here */



    /* Basic First section starts here */
    .first-section-image-container {
        background: url(../img/getStartedImages/Basic-page/main-background.jpeg) center center no-repeat;
        border-radius: 0px 0px 80px 80px;
    }

    .basic-font-size {
        color: #403C3C;
        font-family: Poppins;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .pros {
        font-size: 18px;
    }

    .combo {
        line-height: 10px !important;
        font-size: 20px !important;
    }

    .rounded-pill {
        font-size: 20px !important;
    }

    .lone {
        height: 15px;
        margin-top: 20px;
    }

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

    .basic-all-in-one-h1 {
        font-size: 19px;
    }

    .all-in-one-integrated {
        font-size: 16px;
        font-weight: 100 !important;
        line-height: 40px;
    }

    /* Revenue Collections Styling */
    .revenue-collection {
        background-image: url(../img/getStartedImages/Basic-page/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: 12.585px;
        font-style: normal;
        font-weight: 700;
        line-height: 121%;
        letter-spacing: 0.875px;
        text-transform: capitalize;
        margin-top: 30px;
    }

    .large-text {
        font-size: 12px;
        line-height: 15px;
    }

    .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;
    }

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

    .press {
        font-size: 16px;
        margin-left: -40px !important;
    }

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

    .basic-started-button {
        /* color: rgb(92, 152, 2);
        background-color: white;
        border: none;
        padding: 15px 50px;
        font-size: 20px;
        display: inline-flex;
        align-items: center;
        border-radius: 5px;
        transition: background-color 0.3s ease;
        font-weight: bolder;
        margin-left: 28px !important; */

        font-size: 12px;
        margin-bottom: 30px !important;
        padding: 10px 15px;
        margin-left: 90px !important;
    }

    .basic-started-button:hover {
        color: white;
    }

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

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

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

    /* Carousel section */
    .basic-carousel-container {
        background-color: #ffffff;
        border-radius: 10px 10px 0px 0px;
        border: none;
        overflow: hidden;
        margin-top: 30px !important;
        top: 695px;
        margin-left: 8px !important;

    }


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

    .basic-carousel-text strong {
        color: #000;
        text-align: center;
        font-family: Poppins;
        font-size: 18px !important;
        font-style: normal;
        letter-spacing: 0.312px;
    }

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

    .basic-carosel-img img {
        border: 1px solid black;
        border-radius: 10px;
        width: 40px;
        height: 45px;
        padding: 5px;
    }

    /* .basic-carousel-inner {
        animation: scroll 30s linear infinite;
    } */


    @keyframes scroll {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-30%);
        }
    }



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

    .card-img-top {
        border-radius: 8px;
    }


    .basic-border {
        border-bottom: 3px solid #a4a5a4;
        background-color: #f8fbf3;
    }

    .basic-card {
        width: 100%;
        border: none;
        background-color: #f8fbf3;
    }

    .basic-card-text {
        color: #000;
        font-style: normal;
        font-weight: 600;
        line-height: none;
        /* 31.925px */
        letter-spacing: 0.167px;
        font-size: 15px !important;

    }

    /*
    .card-text {
        margin-left: 35px !important;
        font-size: 12px !important;
    } */

    .basic-card-text-2 {
        color: #a4a5a4;
    }

    .plan-header-big-text {
        color: #000;
        font-family: Poppins;
        font-size: 20px;
        font-weight: bolder;
    }

    .basic-plan-feature {
        margin-bottom: 10px;
        margin-left: 60px;
    }

    .card-title {
        font-size: 20px;
        font-weight: bolder;
    }

    .plan-header-small-text-small {
        color: #000;
        text-align: center;
        font-family: Poppins;
        font-size: 15.5px;
        font-style: normal;
        margin-bottom: 20px;
    }

    .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: 650px;
        margin-bottom: 20px;
    }

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

    .video-header h1 {
        color: #000;
        font-family: Poppins;
        font-size: 35px !important;
        font-style: normal;
        font-weight: 600;
        line-height: 120%;
        /* 54px */
        letter-spacing: 0.381px;
    }

    .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;
    }

    .basic-sixth-section {
        border-bottom: 1px solid grey;
    }

    /* NavBar Section Starts Here */
    .basic-navbar {
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);

    }

    .basic-navbar-logo {
        margin-left: 0px !important;
        max-width: 100px;
    }

    .nav-font-size {
        color: #000;
        font-family: Poppins;
        font-size: 12.248px;
        font-style: normal;
        font-weight: 600;
        /* line-height: 132.195%; */
        /* 28.089px */
        letter-spacing: 0.744px;
    }


    .home {
        /* margin-right: 60px; */
        font-weight: bolder;
    }

    .feature {
        margin-right: 10px;
        font-weight: bolder;
    }

    .pricing {
        /* margin-right: 50px; */
        font-weight: bolder;
    }

    .vendor {
        /* margin-right: 50px; */
        border: 1px solid rgb(92, 152, 2);
        margin-left: 7px !important;
        border-radius: 5px;
        font-weight: bolder;
    }

    .vendor:hover {
        background-color: rgb(92, 152, 2);
        color: white !important;
    }

    .toggle-pill {
        background-color: #fff;
        position: absolute;
        width: 90%;
        border: none;
        margin-left: 20px;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
        margin-top: 20px;
        /* padding: 5px,
            15px; */
    }

    .toggle-holder {
        position: relative;
        top: 43px;
        bottom: 740px;
        z-index: 4;
    }

    #article_section {
        margin-top: 50px !important;
    }

    .first-article-section {
        background: url(../img/images-impact/Impact\ background\ image.png) no-repeat center center;
        background-size: cover;
        height: auto;
        margin-top: 60px;
        /* padding-top: 25%; */
        position: relative;
        /* z-index: 1; */
    }

    .first-article-section h1 {
        font-size: 15px !important;
        margin-top: -45px !important;
    }

    .basic-started-btn {
        margin-left: 10px;
        color: white;
        background-color: #7db118;
        border: none;
        padding: 8px 30px !important;
        font-size: 20px;
        display: flex;
        align-items: center;
        border-radius: 5px;
        transition: background-color 0.3s ease;
        font-weight: bolder;

    }

    /* .basic-started-btn i {
        margin-left: 30px !important;
        font-size: 20px;
        transition: transform 0.3s ease;
    } */

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

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

    /* Footer Responsiveness starts here! */
    .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;
    }


    /* ===== */


    .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-left: 5px;
    }

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

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

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

    .img-text-basic p {
        font-size: 8px;
        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: 11px;
        font-style: normal;
        font-weight: 700;
        line-height: 11px;
        letter-spacing: 0.113px;
    }

    .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: 100px;
    }

    .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;
    }

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

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

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

    .video-button-essential {
        margin-left: 130px;
    }


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

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

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

    }

    .essential-image {
        margin-left: 60px !important;
        margin-bottom: 0px !important;
        width: 189.227px;
        height: 189.227px;
        flex-shrink: 0;
    }


    .inner-video-card {
        max-width: 100%;
    }

    .video {
        width: 100%;
    }

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

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

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

    }

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

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

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

    .img-text-basic p {
        font-size: 8px;
        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: 11px;
        font-style: normal;
        font-weight: 700;
        line-height: 11px;
        letter-spacing: 0.113px;
    }

    /* .basic-image {
        margin-left: 60px !important;
        margin-top: 10px;
        margin-bottom: 10px;
        width: 189.227px;
        height: 189.227px;
        flex-shrink: 0;
    } */

    .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;
    }

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

    .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;
    }

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

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

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

    .video-button-essential {
        margin-left: 130px;
    }


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

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

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

    }

    .essential-image {
        margin-left: 60px !important;
        margin-bottom: 0px !important;
        width: 189.227px;
        height: 189.227px;
        flex-shrink: 0;
    }


    .inner-video-card {
        max-width: 100%;
    }

    .video {
        width: 100%;
    }

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

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

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

    }

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

    .customized-wrapper {
        width: 100%;
        max-width: 90%;
    }

    .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;
    }

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

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

    }

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

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

    .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 {
        background-color: #0DA413;
        border-radius: 50%;
        padding: 8px;
        font-size: 10px;
        color: white;
        display: inline-block;
        height: 25px;
        margin-right: 5px;
    }

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

    .my-fs {
        font-size: 15px;
    }

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

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 20px !important;
        font-size: 1.2rem;
        margin-right: 0px;
        color: #000;
        transition: color 0.3s;
    }

    .navbar-expand-lg .navbar-nav .nav-link .feature {
        margin-left: 0px !important;
        padding: 10px;

    }

    .row .med {
        align-items: center !important;
    }


    .card-img-edu {
        width: 100%;

    }

    .slider-inner {
        flex-direction: row;
        justify-content: center;

    }

    .slider-item img {
        width: 50px;
        margin: 0 8px;
    }


}

/* Smart Responsive between 360px and 800px */
@media only screen and (min-width: 380px) and (max-width: 800px) {
    body {
        overflow-x: hidden !important;
    }

    .first-section-container {
        padding: 0px;
        margin: 0px;
    }

    .first-section {
        max-width: 98% !important;
        width: 98% !important;
        margin: 0px !important;
    }

    .first-section h1 {
        font-size: 25px !important;
        font-weight: bold;
    }

    .men-checking-phone-text {
        font-size: 12px;
    }

    .sales-container {
        padding: 0px;
    }

    .sales-support-number {
        font-size: 8px;
        letter-spacing: 0px;
        margin-left: 5px;
        white-space: nowrap;
    }

    .sales-support {
        font-size: 8px !important;
        font-weight: bold !important;
        color: #000000;
    }

    .divider {
        border-left: 5px solid #7DB117;
        height: 50px;
        margin-left: 20px;
        margin-right: 20px;

    }

    .ptsb {
        font-family: 'Poppins';
        font-size: 10px !important;
        line-height: 18px;
        font-weight: lighter;
        text-align: left !important;
    }

    .reach {
        font-size: 14px;
    }

    .radios label {
        font-size: 10px;
        margin-left: 5px;
    }

    .social-icons i {
        margin-bottom: 10px;
        float: inline-start;
        gap: 20px;
        margin-left: 10px;
        font-size: 18px;
    }

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

    }

    .mailus {
        font-size: 12px;
        margin-right: 20px !important;

    }

    .enquiry {
        font-size: 10px;
        margin-right: 20px !important;

    }

    /* Adjust layout and spacing */
    .first-section {
        padding: 30px;
    }

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

    /* Form adjustments */
    .form-check-label {
        font-size: 12px;
    }

    .form-group {
        margin-bottom: 15px;
    }

    .form-control {
        padding: 5px;
    }


    .dropdown-toggle.pill-span {
        padding: 2px 4px;
        border-radius: 5px;
        margin-right: 150px !important;
    }

    .pill-span small {
        padding: 1px;
        border-radius: 5%;
        margin-right: 2px;
    }


    .dropdown-text {
        font-size: 12px;
    }

    .video-button {
        width: 100%;
        padding: 5px 10px;
        font-size: 14px;
    }

    /* EduTAMS Basic  */

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

    .all-in-one-integrated {
        text-align: left;
    }

    .txts {
        text-align: center !important;
    }

    .basic-carousel-container {
        border-radius: 0px;
        margin-top: -100px !important;
        top: auto;
        margin-left: 0px !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);
        /* border-radius: 5px 5px 0px 0px;
                    border: none;
                    overflow: hidden; */
    }

    .league strong {
        font-size: 9px !important;
        line-height: 2px;
        /* margin: 10px 0px; */
        font-weight: 700;
    }

    .pro-container {
        top: 773px;
        /* margin-left: 30px !important; */
        height: auto !important;
    }

    .slide {
        flex-direction: column;
        align-items: center;
    }

    .slide-img img {
        margin-right: 1rem;
    }


    .revenue-collections {
        /* padding: 10px;
            max-width: 100%;
            width: 100%;
            display: flex !important; */
        height: 70px;
        width: auto;
        /* margin-left: 10px !important; */
        margin-top: 10px !important;
    }

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

    .revenue-img {
        max-width: 120px;
        width: 120px;
        align-items: center;
    }

    .revenue-text p {
        font-size: 10px !important;
    }

    .revenue-img img {
        /* max-width: 100px;
            height: auto;
            display: none; */
        width: 100px;
        height: 65px;
        margin-left: 10px;
    }

    .rev p {
        font-size: 9px;
        text-align: left !important;
        padding-top: 10px !important;
    }

    .slide {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .slide-img {
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        width: 100%;
        padding-bottom: 10px;
    }

    .slide-img img {
        margin-right: 1rem;
        height: 40px;
        width: auto;
    }

    .sess--three {}


    .slide-text {
        margin-top: 10px;
    }

    .slide-text button {
        text-align: center !important;
        width: 200px !important;
        font-size: 10px !important;

    }

    .design {
        margin-bottom: 30px !important;
        margin-top: 30px !important;
        /* text-align: center !important; */
        margin-left: 20px !important;
    }

    .underline {
        font-size: 18px;
        line-height: 28px;
    }

    .hats {
        margin-left: 5px !important;
    }


    .hats .col-4 {
        flex: 0 0 33.33%;
        /* Make each item take up 50% of the width on small screens */
        max-width: 33.33%;
        /* Limit the width to 50% */
    }

    .hats img {
        width: 100%;
        /* Ensure images take up the full width of their container */
        height: auto;
        /* Maintain image aspect ratio */
    }


    .challenges h3 {
        color: #000;
        font-family: "poppins";
        font-size: 17px !important;
        font-style: normal;
        font-weight: 500;
        /* line-height: 12px; */
        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: 15px !important;
        font-style: normal;
        font-style: normal;
        line-height: 72%;
        font-weight: 100 !important;
        margin-bottom: 50px;

    }

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

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

    .combo {
        line-height: 10px !important;
        font-size: 20px !important;
    }

    .drip {
        padding-top: -30px !important;
    }

    .card-container {
        /* flex-direction: column; */
        gap: 10px !important;
    }

    .card-c {
        flex-direction: column;
        gap: 20px !important;
    }


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

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

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

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

    .row.text-center {
        flex-direction: column;
        /* Stack the columns */
    }

    .col-sm-7,
    .col-sm-5 {
        width: 100%;
        /* Make columns take full width */
        padding: 0;
        margin-bottom: 20px;
    }

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

    .col-sm-5 img {
        width: 100%;
        /* Ensure image is responsive */
    }

    .hr {
        margin-top: 20px;
    }

    .eighth-section .container-width {
        padding: 0px !important;
        /* Reduce padding on small screens */
    }

    .here-for-you {
        font-size: 25px !important;
        padding-top: 35px !important;
        color: black;
    }


    .general-heading p {
        color: #5B5B5B;
        margin: 0;
        margin-top: 20px;
        font-size: 13px;
        font-weight: 100;
        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
    }

    .adoption {
        color: black;
        font-size: 17px;
        font-weight: 500;
        line-height: 23.92px;
        word-wrap: break-word;
        margin-left: 10px;
    }

    .state-image {
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }

    .maleft img {
        margin-right: 9px;
        /* margin-left: 10px; */
        width: 35px;
    }

    .move {
        margin-top: -25px;
    }

    .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: 18px;
        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;
    }

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

    .my-fs {
        font-size: 15px;
    }

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

    .video-word h1 {
        color: black;
        text-align: center;
        font-size: 24px;
        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;
    }

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

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

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

    .slide-text-pro button {
        text-align: left !important;
        width: 201px !important;
        font-size: 12px !important;
        padding: 10px 10px 10px 10px;
        margin-left: 20px !important;

    }

    /* .essential-navbar-logo {
        height: 50px;
    } */

    .navbar-nav {
        margin-left: 40px;
    }

    .sss {
        margin-right: 10px;
    }

    .info-table {
        width: 100%;
        border-collapse: collapse;

    }

    .btn-greens {
        background-color: #7DB117;
        color: white;
        border: none;
        padding: 10px 0px;
        font-size: 16px;
        display: inline-flex;
        align-items: left;
        border-radius: 5px;
        transition: background-color 0.3s ease;
        margin-left: -150px !important;
    }

    .btn-greens:hover {
        background-color: #6A9E12;
    }

    .btn-greens i {
        font-size: 18px;
        transition: transform 0.3s ease;
    }

    .btn-greens:hover i {
        transform: translateX(5px);
    }

    .info-cell.data {
        background-color: #e4eddb;
        border: 1px solid #ccc;
        padding: 0px;
        text-align: center;
        font-size: 10px !important;
        font-weight: bold;
    }

    .info-grid {
        padding: 0rem;
        overflow-x: auto;
        /* Add horizontal scrolling for small screens */
    }

    .info-header th,
    .info-row td {
        font-size: 7px;
        /* Reduce text size for better fit */
        padding: 3px;
    }

    .btb {
        background-color: #7DB117;
        width: 120px;
        color: white;
        border: none;
        padding: 10px 20px;
        font-size: 8px;
        display: inline-flex;
        align-items: center;
        border-radius: 5px;
        transition: background-color 0.3s ease;
        text-align: center;
        font-family: "poppins";
        /* font-size: 25px; */
        font-style: normal;
        /* font-weight: 500; */
        /* line-height: 132.195%; */
        /* 33.049px */
        letter-spacing: 0.875px;
    }

    .nav-link.contact-us {
        border: none;

    }
}

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

    .navbar-collapse {
        margin-left: -120px !important;
    }

    .navbar-collapse .btn {
        width: 200px !important;
        font-size: 18px;
        margin-left: 0px;
        padding-left: 6px !important;
    }

    .navbar {
        padding-left: 15px;
        padding-right: 15px;
    }

    .navbar-toggler {
        margin-left: auto;
        /* Aligns the toggle button to the right */
    }

    .wrapper {
        max-width: 100% !important;
        padding-left: 5px;
        padding-right: 5px;
    }


    .section-one {
        padding: 20px !important;
        margin-top: 5px !important;
    }

    .section-one .bold-text {
        font-size: 20px !important;
        text-align: left;
        margin: 0px auto !important;
    }

    .section-one .row-one {
        flex-direction: column;
    }

    .section-one .col-sm-6 {
        padding: 10px;
        flex: 1 1 100%;
        text-align: center;
    }

    .info-cell.data {
        background-color: #e4eddb;
        border: 1px solid #ccc;
        padding: 20px;
        text-align: center;
        font-size: 18px;
        font-weight: bold;
    }

    /* Changing order on mobile screens */
    /* .section-one .col-sm-6:first-child {
        order: 2;
    }

    .section-one .col-sm-6:last-child {
        order: 1;
    } */

    .dual {
        display: none !important;
    }

    .section-one h3.bold-text {
        font-size: 2.5rem !important;
        flex-wrap: wrap;
        justify-content: center;
    }

    .highlight {
        font-size: 2.5rem !important;
        padding: 0.2rem 0.6rem;
        margin: 0 0.3rem;
    }

    .slide {
        flex-direction: column;
        align-items: center;
    }

    .slide-img img {
        margin-right: 1rem;
    }

    .slide-img {
        justify-content: center !important;
        gap: 70px !important;
    }


    .revenue-collections {
        /* padding: 10px;
        max-width: 100%;
        width: 100%;
        display: flex !important; */
        height: 150px;
        width: auto;
        margin-left: 35px;
        margin-top: 10px !important;
    }

    .revenue-content {
        /* align-items: center; */
        text-align: left !important;
    }

    .revenue-img {
        max-width: 100%;
        width: 30%;
        align-items: center;
    }

    .revenue-text p {
        font-size: 12px !important;
    }

    .rev p {
        font-size: 25px !important;
        text-align: left !important;
        padding-top: 15px !important;
    }

    .ptsb {
        font-family: 'Poppins';
        font-size: 25px;
        padding: clamp(1rem, 2vw, 3rem);
        line-height: clamp(1.5rem, 2.5vw, 2rem);
        font-weight: lighter;
    }

    .revenue-img img {
        /* max-width: 100px;
        height: auto;
        display: none; */
        width: 100%;
        height: auto;
        margin-left: 10px;
    }

    .slide {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .slide-img {
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        width: 100%;
        padding-bottom: 10px;
    }

    .slide-img img {
        margin-right: 1rem;
        height: 40px;
        width: auto;
    }

    .intro-text {
        font-size: 18px;
        font-weight: bolder;
        color: #000;
        text-align: left;
    }

    .highlight-text {
        font-weight: 400;
        font-size: 35px !important;
        margin-bottom: 10px;
        line-height: 40px;
        text-align: left;
    }

    .sess--three {}


    .slide-text {
        margin-top: 10px;
    }

    .slide-text button {
        text-align: center !important;
        width: 265px !important;
        font-size: 20px !important;

    }

    .design {
        margin-bottom: 30px !important;
        margin-top: 30px !important;
        /* text-align: center !important; */
        margin-left: 20px !important;
    }

    .underline {
        font-size: 18px;
        line-height: 28px;
    }

    .hats {
        margin-left: 5px !important;
    }


    .hats .col-4 {
        flex: 0 0 33.33%;
        /* Make each item take up 50% of the width on small screens */
        max-width: 33.33%;
        /* Limit the width to 50% */
    }

    .hats img {
        width: 100%;
        /* Ensure images take up the full width of their container */
        height: auto;
        /* Maintain image aspect ratio */
    }

    .driving h2 {
        font-size: 20px;
        text-align: center;
    }

    .connect-third-section h1 {
        font-size: 25px;
    }

    .challenges h3 {
        color: #000;
        font-family: "poppins";
        font-size: 17px !important;
        font-style: normal;
        font-weight: 500;
        /* line-height: 12px; */
        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: 15px !important;
        font-style: normal;
        font-style: normal;
        line-height: 72%;
        font-weight: 100 !important;
        margin-bottom: 50px;

    }

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



    /* Ensure the whole table shows on small screens */
    .info-grid {
        padding: 0rem;
        overflow-x: auto;
        /* Add horizontal scrolling for small screens */
    }

    .journeytext h1 {
        font-size: 40px;
        text-align: center;
    }


    .journeytext p {
        font-size: 16px;
        text-align: center;
        padding-left: 10px !important;
    }

    .management h1 {
        font-size: 50px;
    }

    .secondsection h1 {
        font-size: 30px;
        text-align: center !important;
    }

    .ssion img {
        width: 50px;
        height: 50px;
    }

    .managementCard {
        width: 100%;
        margin: 0 auto;
        height: 440px;
    }

    .managementCard-img-top {
        height: auto;
        /* Allow images to resize on small screens */
    }

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

    .managementCard .card-body {
        text-align: left;
        /* Optional: Center-align text on small screens */
    }

    .managementCard h5 {
        font-size: 15px;

    }

    .managementCard p {
        font-size: 0.9rem;
        text-align: left;
        line-height: 14px !important;
        /* Adjust paragraph font size */
    }

    .second-article-section {
        margin-top: 45px;
    }

/*
    .toggle-pill {
        background-color: #fff;
        position: absolute;
        width: 90%;
        border: none;
        margin-left: 20px;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
        margin-top: 13px;
        padding: 5px,
            15px;
    } */

    .toggle-holder {
        position: relative;
        top: 97px;
        bottom: 799px;
        z-index: 4;
    }

    .pill-span {
        display: none !important;
        background-color: #DCFAE2;
        color: black;
        padding: 0px 0px;
        border-radius: 50px;
        margin-left: 0px;
        font-size: 0px;
    }



    .xxx {
        line-height: 0px !important;
    }

    .values p {
        font-size: 15px;
    }

    .connect-heading h1 {
        font-size: 50px;
    }

    .connect-heading p {
        font-size: 20px;
    }

    .connect-story {
        margin-top: 2px;
    }

    .connect-story p {
        font-size: 20px;
        font-family: poppins;

    }


    .info-header th,
    .info-row td {
        font-size: 9px;
        /* Reduce text size for better fit */
        padding: 4px;
    }

    .category {
        font-size: 12px !important;
        /* Smaller category font */
    }

    .dat img {
        width: 40px;
    }

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


    .datas {
        padding-left: 10px;
        color: #000;
        font-family: "poppins";
        font-size: 20px;
        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;
        margin-left: -20px !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;

    }

    .basic-carousel-text-pro strong {
        font-size: 21px !important;
        line-height: 2px;
        /* margin: 10px 0px; */
        font-weight: 700;
    }

    .fact img {
        width: 30px;
        margin-left: 10px !important;
    }

    .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: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px !important;
        letter-spacing: 0.795px;
        text-transform: lowercase;
        margin-left: -25px !important;
    }

    .test-texts {
        color: #000;
        font-family: 'poppins';
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px !important;
        letter-spacing: 1px;
        text-transform: lowercase;
        margin-left: -25px !important;
    }

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

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

    .holder {
        background-size: auto;
        /* Increase background size for better fit */
        padding: 1px;
        /* Reduce padding on small screens */
    }

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

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

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

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

    .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);
    }

    .header-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-family: poppins;
        text-transform: capitalize;

        /* Space between elements */
    }

    .header-container h2,
    h3 {
        font-size: 17px !important;
        font-family: poppins;
        text-transform: capitalize;
        padding-bottom: 2px !important;
    }

    .icon img {
        width: 50px !important;
    }

    .content {
        text-align: center;
        max-width: 90%;
        display: none;
    }

    .content-text {
        font-size: 14px;
        /* Smaller text for mobile */
        line-height: 1.4;
    }

    .content-image img {
        display: none;
    }

    .online {
        font-size: 14px;
        line-height: 24px;

    }

    .section-two-img {
        width: 15px;
        height: 15px;
        /* Reduce image size */
    }

    .text-content {
        text-align: center;
        padding: 3px;
        margin: 0;
    }

    .pro-features h1 {
        font-size: 15px;
    }

    .impact-journey strong {
        font-size: 20px !important;
        line-height: 4px;
        /* margin-bottom: 0px; */
        margin-top: 50px !important;
    }

    .firstsection-about {
        margin-top: 100px !important;
    }

    .first-section-impact {
        background-color: #d0e1af;
        /* background-size: cover; */
        /* margin-top: -130px; */
        padding-top: 80px !important;
        padding-bottom: 40px;
        font-weight: 2000;
        margin-top: 27%;
    }

    .card.custom-shadow {
        width: 90%;
        /* Reduce width slightly on smaller screens for better spacing */
        margin: 0 auto;
        /* Center the cards */
    }

    .first-section-impact h1 {
        font-size: 25px;
        margin-bottom: 5px;
    }

    .dropdown-text {
        font-size: 9px;
    }

    .impact-journey {
        padding-top: 0;
    }

    .first-section-impact-text {
        font-size: 14px;
    }

    .edutams-basic,
    .edutams-essential,
    .edutams-pro {
        padding: 20px;
        /* Reduce padding on small screens */
    }

    .edutams-basic .row,
    .edutams-essential .row,
    .edutams-pro .row {
        flex-direction: column;
        margin-right: auto;
        /* Make the layout vertical on small screens */
    }

    .edutams-basic .col-md-6,
    .edutams-essential .col-md-6,
    .edutams-pro .col-md-6 {
        width: 100%;
        /* Make the columns full-width on small screens */
    }

    .edutams-basic .components,
    .edutams-essential .components,
    .edutams-pro .components {
        text-align: center;
        /* Center the components on small screens */
    }

    .edutams-basic .features-container,
    .edutams-essential .features-container,
    .edutams-pro .features-container {
        flex-wrap: wrap;
        /* Allow the features to wrap on small screens */
    }

    .edutams-basic .features,
    .edutams-essential .features,
    .edutams-pro .features {
        width: 100%;
        /* Make the features full-width on small screens */
        margin-bottom: 20px;
        /* Add some margin bottom for the features */
    }

    .edutams-basic .devices,
    .edutams-essential .devices,
    .edutams-pro .devices {
        margin-top: 20px;
        text-align: center;
        /* Center the devices image on small screens */
    }

    .edutams-basic .edutams-img,
    .edutams-essential .edutams-img,
    .edutams-pro .edutams-img {
        width: 80%;
        /* Make the devices image slightly smaller to fit the screen */
        margin: 0 auto;
        /* Center the devices image horizontally */
    }

    .edutams-basic .btn-green,
    .edutams-essential .btn-green,
    .edutams-pro .btn-green {
        font-size: 14px;
        display: block;
        /* Make the button a block element to center it */
        margin: 0 auto;
        /* Center the button horizontally */
    }


    .vendor-section h2 {
        font-size: 25px;
    }


    .vendor-section::after {
        content: none;
        position: relative;
        width: 80%;
        height: 50vh;
        margin: 10px auto 0;
        order: 1;
        background-position: center top;
    }

    .vendor-section {
        position: relative;
        display: flex;
        align-items: center;
        height: 35vh;
        padding: 0 8%;
        background-color: #7DB118;
        overflow: hidden;
        font-family: 'poppins';
    }

    .content-s {
        max-width: 100%;
        order: 2;
        text-align: center;
    }

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

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

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

    .second-event-section h1 {
        font-size: 30px;
        font-weight: bolder;
        text-align: center;
    }

    .second-event-section {
        margin-top: 100px;
    }

    .vi {
        font-size: 20px !important;
        text-align: center !important;
    }

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


    .slider-item {
        flex-direction: column;
    }

    .special-card {
        flex: 1 1 calc(50% - 20px);
        /* Two cards per row */
        max-width: calc(50% - 20px);
        /* Ensure max width */
        margin: 10px;
        /* Add margin for spacing */
    }

    /* Navbar Responsiveness */
    .first-section-image-container {
        border-radius: 0px 0px 20px 20px;
    }

    .collapse {
        margin-left: 20px;
    }

    .navbar-brand {
        margin-left: 10px;
    }

    .basic-navbar-logo {
        margin-left: 5px;
    }

    .nav-font-size {
        font-size: 1rem;
        /* Smaller text on small screens */
    }

    .basic-started-btn {
        font-size: 0.9rem;
        padding: 15px;
    }

    .vendor {
        border: 1px solid rgb(92, 152, 2);
        padding: 10px 20px !important;
        border-radius: 5px;
        font-weight: bolder;
        font-size: 15px !important;
        text-align: left;
        margin-left: 0 !important;
    }

    /* First Section Responsiveness */
    /* EduTAMS Basic styling Starts here  */

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

    .card-container {
        gap: 10px;
    }

    .connecting {
        color: #000;
        text-align: center;
        font-family: Poppins;
        font-size: 15px;
        font-style: normal;
        font-weight: 200;
        line-height: 50px !important;
        /* letter-spacing: 0.28px; */
        text-transform: capitalize;
    }

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

    .conne {
        padding-top: 100px !important;
    }

    .change {
        font-size: 17px;
    }

    .single-platform {
        padding-top: -20px !important;
    }

    .console {
        width: 100%;
        margin-bottom: 20px;
    }


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

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

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

    .each-cards p {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        font-size: 8px;
    }

    .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: 10px;
        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;

    }

    .optimize h1 {
        font-size: 25px;
        text-align: center;
        padding-bottom: 20px;
    }

    .productivity p {
        color: #5B5B5B;
        text-align: left !important;
        font-family: "poppins";
        font-size: 15px !important;
        font-style: normal;
        font-weight: 300 !important;
        line-height: 30px !important;
        text-transform: capitalize;
        padding-top: 50px;
        margin-left: 25px !important;
        padding: 0 !important;

    }

    .productivity h3 {
        font-size: 17px !important;
        font-style: normal;
        font-weight: 700;
        color: #000;
        text-transform: capitalize;
        font-family: "poppins";
        margin-left: 20px !important;
        text-align: left;
        line-height: 23px !important;
        padding: 0 !important;

    }

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

    .optimize-image {
        width: 180px;
        height: 160px;
        flex-shrink: 0;
        margin-left: 0px;
    }

    .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;
    }


    /* Basic Fourth Section starts here */

    .feature {
        font-size: 50px;
        font-weight: bolder;
    }


    .secondsec .img-text-pro p {
        font-size: 14px;
    }

    .secondsec .img-text-pro h1 {
        font-weight: bolder;
        font-size: 18px;
    }


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

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

    .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;
    }

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

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

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

    .demo-button {
        padding: 8px 10px;
        font-size: 12px;
        border-radius: 5px;
        font-weight: bolder;
        margin-left: 0px;
        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);
    }

    /* Basic Fourth Section ends here */



    /* Basic First section starts here */
    .first-section-image-container {
        background: url(../img/getStartedImages/Basic-page/main-background.jpeg) center center no-repeat;
        background-size: cover;
        border-radius: 0px 0px 80px 80px;
    }

    .basic-font-size {
        color: #403C3C;
        font-family: Poppins;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .pros {
        font-size: 18px;
    }

    .combo {
        line-height: 10px !important;
        font-size: 20px !important;
    }

    .rounded-pill {
        font-size: 18px !important;
    }

    .lone {
        height: 15px;
        margin-top: 20px;
    }

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

    .basic-all-in-one-h1 {
        font-size: 35px;
    }

    .all-in-one-integrated {
        font-size: 22px;
        font-weight: 100 !important;
        /* letter-spacing: 2px; */
        line-height: 40px;
    }

    /* Revenue Collections Styling */
    .revenue-collection {
        background-image: url(../img/getStartedImages/Basic-page/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: 12.585px;
        font-style: normal;
        font-weight: 700;
        line-height: 121%;
        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;
    }

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

    .press {
        font-size: 16px;
        margin-left: -40px !important;
    }

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

    .basic-started-button {
        /* color: rgb(92, 152, 2);
        background-color: white;
        border: none;
        padding: 15px 50px;
        font-size: 20px;
        display: inline-flex;
        align-items: center;
        border-radius: 5px;
        transition: background-color 0.3s ease;
        font-weight: bolder;
        margin-left: 28px !important; */

        font-size: 12px;
        margin-bottom: 30px !important;
        padding: 10px 15px;
        margin-left: 90px !important;
    }

    .basic-started-button:hover {
        color: white;
    }

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

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

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

    /* Carousel section */
    /* .basic-carousel-container {
    background-color: #ffffff;
    border-radius: 10px 10px 0px 0px;
    border: none;
    overflow: hidden;
    margin-top: 40px !important;
} */


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

    .basic-carousel-text strong {
        color: #000;
        text-align: center;
        font-family: Poppins;
        font-size: 25px !important;
        font-style: normal;
        letter-spacing: 0.312px;
    }

    .basic-carosel-img img {
        border: 1px solid black;
        border-radius: 10px;
        width: 40px;
        height: 45px;
        padding: 5px;
    }

    /* .basic-carousel-inner {
        animation: scroll 30s linear infinite;
    } */


    /* @keyframes scroll {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-30%);
        }
    } */



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

    .card-img-top {
        border-radius: 8px;
    }


    .basic-border {
        border-bottom: 3px solid #a4a5a4;
        background-color: #f8fbf3;
    }

    .basic-card {
        width: 100%;
        border: none;
        background-color: #f8fbf3;
    }

    .basic-card-text {
        color: #000;
        font-style: normal;
        font-weight: 600;
        line-height: none;
        /* 31.925px */
        letter-spacing: 0.167px;
        font-size: 15px !important;

    }

    /*
    .card-text {
        margin-left: 35px !important;
        font-size: 12px !important;
    } */

    .basic-card-text-2 {
        color: #a4a5a4;
    }

    .plan-header-big-text {
        color: #000;
        font-family: Poppins;
        font-size: 45px;
        font-weight: bolder;
    }

    .basic-plan-feature {
        margin-bottom: 10px;
        margin-left: 50px;
    }

    .card-title {
        font-size: 20px;
        font-weight: bolder;
    }

    .plan-header-small-text-small {
        color: #000;
        text-align: center;
        font-family: Poppins;
        font-size: 15.5px;
        font-style: normal;
        margin-bottom: 20px;
    }

    .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-3 {
        color: #7db118;
        background-color: #ffff;
        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-3:hover {
        background-color: rgb(92, 152, 2);
        color: white;
    }

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

    .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: 100%;
        margin-bottom: 20px;
    }

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

    .video-header h1 {
        color: #000;
        font-family: Poppins;
        font-size: 45px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        /* 54px */
        letter-spacing: 0.381px;
    }

    .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;
    }

    .basic-sixth-section {
        border-bottom: 1px solid grey;
    }

    /* NavBar Section Starts Here */
    .basic-navbar {
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);

    }

    .slide-text-pro button {
        text-align: left !important;
        width: 201px !important;
        font-size: 12px !important;
        padding: 10px 10px 10px 10px;
        margin-left: 20px !important;

    }

    .basic-navbar-logo {
        /* margin-left: 35px; */
        max-width: 100px;
    }

    .nav-font-size {
        color: #000;
        font-family: Poppins;
        font-size: 12.248px;
        font-style: normal;
        font-weight: 600;
        /* line-height: 132.195%; */
        /* 28.089px */
        letter-spacing: 0.744px;
    }


    .home {
        /* margin-right: 60px; */
        font-weight: bolder;
    }

    .feature {
        margin-right: 10px;
        font-weight: bolder;
    }

    .pricing {
        /* margin-right: 50px; */
        font-weight: bolder;
    }

    .vendor {
        /* margin-right: 50px; */
        border: 1px solid rgb(92, 152, 2);
        margin-left: 7px !important;
        border-radius: 5px;
        font-weight: bolder;
    }

    .vendor:hover {
        background-color: rgb(92, 152, 2);
        color: white !important;
    }

    .toggle-pill {
        background-color: #fff;
        position: absolute;
        /* bottom: 550px; */
        top: 0px;
        width: 90%;
        border: none;
        margin-left: 40px;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
        /* margin-top: 40px; */
        /* padding: 5px,
            15px; */
    }


    #article_section {
        margin-top: 50px !important;
    }

    .first-article-section {
        background: url(../img/images-impact/Impact\ background\ image.png) no-repeat center center;
        background-size: cover;
        height: auto;
        margin-top: 10px;
        padding-top: 12px;
        position: relative;
        /* z-index: 1; */
    }

    .first-article-section h1 {
        font-size: 20px !important;
        margin-top: 100px !important;
    }

    .basic-started-btn {
        margin-left: 10px;
        color: white;
        background-color: #7db118;
        border: none;
        padding: 8px 30px !important;
        font-size: 20px;
        display: flex;
        align-items: center;
        border-radius: 5px;
        transition: background-color 0.3s ease;
        font-weight: bolder;

    }

    /* .basic-started-btn i {
        margin-left: 30px !important;
        font-size: 20px;
        transition: transform 0.3s ease;
    } */

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

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

    /* Footer Responsiveness starts here! */
    .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;
    }


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

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

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

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

    .referral {
        color: #7DB117;
        font-size: 51px;
        font-family: Poppins;
        font-weight: 200;
        line-height: 100px;
        letter-spacing: 2.86px;
        word-wrap: break-word
    }

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

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

    .commission {
        color: #DE8B0B;
        font-size: 60px !important;
        font-weight: bolder;
        padding-bottom: 20px;
    }

    .vendor-third-section {
        background: url(../img/vendorImages/vendor-third-section-background.png) no-repeat center center;
        height: 100%;
        /* width: 100%; */
        background-size: contain;
    }


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

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

    .rounded-pill {
        font-size: 18px !important;
    }


    /* ===== */


    .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-left: 5px;
    }

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

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

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

    .img-text-basic p {
        font-size: 8px;
        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: 11px;
        font-style: normal;
        font-weight: 700;
        line-height: 2px;
        letter-spacing: 0.113px;
    }

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

    .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: 100px;
    } */

    .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 !important;
        /* margin-bottom: 20px; */
        font-size: 14px !important;
    }

    .video-buttun {
        padding: 25px;
        font-size: 14px;
        margin-left: 250px;
    }

    .video-buttun-pro {
        padding: 25px;
        font-size: 14px;
        margin-left: 200px;
    }

    .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;
    }

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

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

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

    .video-button-essential {
        margin-left: 130px;
    }


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

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

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

    }

    .essential-image {
        margin-left: 60px !important;
        margin-bottom: 0px !important;
        width: 189.227px;
        height: 189.227px;
        flex-shrink: 0;
    }


    .inner-video-card {
        max-width: 100%;
    }

    .video {
        width: 100%;
    }

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

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

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

    }

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

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

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

    .img-text-basic p {
        font-size: 8px;
        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: 11px;
        font-style: normal;
        font-weight: 700;
        line-height: 2px;
        letter-spacing: 0.113px;
    }

    /* .basic-image {
        margin-left: 60px !important;
        margin-top: 10px;
        margin-bottom: 10px;
        width: 189.227px;
        height: 189.227px;
        flex-shrink: 0;
    } */

    .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;
    }

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

    .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;
    }

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

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

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

    .video-button-essential {
        margin-left: 130px;
    }


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

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

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

    }

    .essential-image {
        margin-left: 60px !important;
        margin-bottom: 0px !important;
        width: 189.227px;
        height: 189.227px;
        flex-shrink: 0;
    }


    .inner-video-card {
        max-width: 100%;
    }

    .video {
        width: 100%;
    }

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

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

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

    }

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

    .customized-wrapper {
        width: 100%;
        max-width: 90%;
    }

    .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;
    }

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

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

    }

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

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

    .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 {
        background-color: #0DA413;
        border-radius: 50%;
        padding: 8px;
        font-size: 10px;
        color: white;
        display: inline-block;
        height: 25px;
        margin-right: 5px;
    }

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

    .my-fs {
        font-size: 15px;
    }

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

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 20px !important;
        font-size: 1.2rem;
        margin-right: 0px;
        color: #000;
        transition: color 0.3s;
    }

    .navbar-expand-lg .navbar-nav .nav-link .feature {
        margin-left: 0px !important;
        padding: 10px;

    }

    .row .med {
        align-items: center !important;
    }


    .card-img-edu {
        width: 100%;

    }

    .slider-inner {
        flex-direction: row;
        justify-content: center;
    }

    .slider-item img {
        width: 100px;
    }

    .media {
        max-width: 360px;
        margin: 0px !important;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

















    /* ================================== */
    .customized-wrapper {
        width: 100%;
        max-width: 90%;
    }

    .essential-navbar-logo {
        height: 50px;
        margin-left: 40px;
    }

    .navbar-nav {
        margin-left: 40px;
    }

    .sss {
        margin-right: 10px;
    }

    .connecting {
        font-size: 30px;
        font-weight: bolder;
        margin-top: -70px;
    }

    .card-container {
        gap: 10px;
    }

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

    .customized-wrapper .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;
    }

    .customized-wrapper .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;

    }

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

    .my-fontss {
        font-size: 15px;
    }

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

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

    .essential-started-btn {
        margin-left: 0;
    }

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

    }

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

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

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

    }

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

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

    .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 {
        background-color: #0DA413;
        border-radius: 50%;
        padding: 8px;
        font-size: 10px;
        color: white;
        display: inline-block;
        height: 25px;
        margin-right: 5px;
    }

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

    .my-fs {
        font-size: 15px;
    }

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

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

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

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

    .call-us {
        margin-left: 0px;
    }

    .mail-us {
        margin-left: 0px;
    }

    .mail-us h4 {
        font-size: 20px;
    }

    .mail-us p {
        font-size: 14px;
    }

    .call-us h4 {
        font-size: 20px;
    }

    .call-us p {
        font-size: 14px;
    }

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

    }

    .outer-ticked-card {
        border-radius: 15px;
        width: 97%;
        padding-left: 7px;
        padding-bottom: 13px;
        margin-left: 10px !important;
    }

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

    .ticked-card p {
        color: #696666;
        font-size: 15px;
        font-family: Poppins;
        font-weight: 500;
        line-height: 17px;
        word-wrap: break-word
    }

    .images-special {
        width: 30%;
        height: 30%;
    }

    .video-word h1 {
        color: black;
        text-align: center;
        font-size: 30px;
        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: 10px;
    }

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

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

    .footer-font-size h4 {
        font-weight: 600 !important;
        font-size: 16px !important;
    }

    .anchor-list {
        text-decoration: none;
        color: #000000;
        list-style: none;
        font-size: 16px;
    }

    .basic-footer-legacy h4 {
        font-size: 23px;
    }

    .basic-footer-legacy p {
        font-size: 12px;
    }

    .basic-footer-location h4 {
        font-size: 23px;
    }

    .basic-footer-location p {
        font-size: 12px;
    }

    .first-contacts {
        font-family: poppins;
        margin-left: 10px;
    }

    .first-contacts img {
        height: 70px;
        width: 80px;
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .main-footer {
        margin-left: 10px;

    }

    .social-holder {
        margin-left: 50px;
    }

    .social-media a img {
        width: 50px;
        height: 50px;
    }

    .copyright-content p {
        font-size: 15px;
    }

    .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
    }

    .adoption {
        color: black;
        font-size: 17px;
        font-weight: 500;
        line-height: 23.92px;
        word-wrap: break-word;
        margin-left: 10px;
    }

    .state-image {
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }

    .maleft img {
        margin-right: 9px;
        /* margin-left: 10px; */
        width: 35px;
    }

    .move {
        margin-top: -25px;
    }


    .first-section-cover {
        margin-top: 5px;
        max-width: 100%;
        margin-left: -1px !important;
    }

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

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

    .pill-container {
        width: 85%;
        padding: 15px;
        margin-bottom: 0px !important;
    }

    .video-form-card {
        margin-top: 25px;
        margin-left: 15px !important;
        width: 90%;
    }

    .video-form-card-2 {
        margin-top: 15px;
    }

    .feature {
        font-size: 28px;
        margin-left: 0px !important;
    }

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

    .img-text-basic p {
        font-size: 10px;
        color: #5f5f5f;
        font-family: Poppins;
        line-height: 12px;
    }

    .img-text-basic h1 {
        color: #000;
        font-family: Poppins;
        font-size: 13px;
        font-weight: 700;
    }

    .basic-image {
        margin-left: 25px !important;
        margin-bottom: 0px;
        width: 190px;
        height: 190px;
        flex-shrink: 0;
    }

    .secondsec {
        padding: 25px 15px;
    }

    .image {
        height: 350px;
        width: 450px;
        margin-bottom: -5px;
    }

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

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

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

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

    /* .video-buttun {
        padding: 25px;
        font-size: 14px;
        margin-left: 120px;
    } */

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

    .mailus {
        color: black;
        font-size: 20px;
        font-weight: bold;
    }

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

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

    .highlighted-text {
        font-size: 15px;
    }

    .started-text {
        font-size: 12px;
    }

    .video-button {
        margin-left: 70px;
        font-size: 14px;
    }

    .video-texts {
        margin-left: 35px;
        font-size: 16px;
    }

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

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

    .school-domain {
        margin-left: 5px;
    }

    .video-button-essential {
        margin-left: 140px;
    }

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

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

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

    .essential-image {
        margin-left: 65px !important;
        width: 190px;
        height: 190px;
    }

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

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

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

    .pro-image {
        margin-left: 65px !important;
        width: 190px;
        height: 190px;
    }

    .custom-container {
        max-width: 720px;
        /* Bootstrap default for medium devices */
    }

    .btn-green {
        background-color: #7DB117;
        /* margin-left: 330px; */
        color: white;
        border: none;
        padding: 5px 8px;
        font-size: 8px;
        display: inline-flex;
        align-items: center;
        border-radius: 5px;
        transition: background-color 0.3s ease;
    }

    .first-section {
        background-color: #d0e1af;
        /* background-size: cover; */
        /* margin-top: -130px; */
        padding-top: 1px;
        padding-bottom: 40px;
        font-weight: 2000;
        margin-top: 8%;
    }

    .first-section h1 {
        font-size: 40px;
        /* margin-bottom: 5px; */
    }

    .impact-journey {
        padding-top: 0;
    }

    .connect-heading h1 {
        font-size: 50px;
    }

    .connect-heading p {
        font-size: 20px;
    }

    .connect-story {
        margin-top: 2px;
    }

    .connect-story p {
        font-size: 20px;
        font-family: poppins;

    }

    .footer-image {
        height: 50px;
        flex-shrink: 0;
        margin-left: 22px;
    }


    /* Our Products Modal design  */

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

    .hdr {
        font-size: 12px;
    }

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

    .drg {
        padding: 3px !important;
    }

    .details p {
        font-size: 9px !important;
        line-height: 15px !important;
    }

    .details h6 {
        font-size: 13px;
        font-weight: 100;
    }

    .foot-ts {
        font-size: 14px !important;
        line-height: 16px;
    }

    .lmr {
        font-size: 8px !important;
        font-weight: 100;
    }

    .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);
        /* Default shadow */
    }

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

    .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: 3px !important;
        font-size: 10px;
    }

    .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);
    }

    .option-text {
        font-size: 10px !important;
    }

    .pmt a {
        padding-left: 0px !important;
        font-size: 14px !important;
    }





}

/* ===========================================


/* Tablet responsiveness for Basic page. */




@media (min-width: 800px) and (max-width: 1164px) {
    .first-section-image-container {
        border-radius: 0px 0px 20px 20px;
    }

    .collapse {
        margin-left: 20px;
    }

    .navbar-brand {
        margin-left: 10px;
    }

    .basic-navbar-logo {
        margin-left: 0px !important;
    }

    .nav-font-size {
        font-size: 1rem;
    }

    .basic-started-btn {
        font-size: 0.9rem;
        padding: 15px;
    }

    .first-section-image {
        width: 250px;
        height: 250px;
    }

    .vendor {
        border: 1px solid rgb(92, 152, 2);
        padding: 10px 20px !important;
        border-radius: 5px;
        font-weight: bolder;
        font-size: 0.9rem;
        margin-bottom: 5px;
    }

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

    .basic-all-in-one {
        margin-left: 0px;
    }

    .basic-font-size {
        font-size: 24px;
    }

    .basic-all-in-one-h1 {
        font-size: 20px;
    }

    .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-img img {
        width: 120px;
        height: 70px;
        margin-left: 10px;
    }

    .revenue-text {
        font-size: 10px;
        font-weight: bold;
        margin-top: 25px;
        margin-left: 10px;
    }

    .revenue-collections {
        height: 100px;
        width: 100%;
        margin-left: 0px;
        margin-top: 10px !important;
    }

    .basic-started-button {
        font-size: 16px;
        margin-bottom: 30px !important;
        padding: 10px 40px;
        margin-left: 35px !important;
    }

    .basic-started-button i {
        margin-left: 15px !important;
        font-size: 16px !important;
        transition: transform 0.3s ease;
    }

    .basic-carousel-text {
        font-size: 35px;
        font-weight: bolder;
        margin: 10px 0px;
    }

    .basic-carosel-img img {
        border: 1px solid black;
        border-radius: 10px;
        width: 60px;
        height: 60px;
        padding: 5px;
    }

    .basic-carousel-container {
        border-radius: 5px 5px 0px 0px;
        border: none;
        overflow: hidden;
        margin-left: 35px !important;
        margin-top: -35px !important;
    }

    .basic-horizontal-row {
        margin-left: 60px;
        margin-bottom: 10px;
    }

    .connecting {
        color: #000;
        text-align: center;
        font-family: Poppins;
        font-size: 35px !important;
        font-style: normal;
        font-weight: bolder;
        line-height: 120%;
        letter-spacing: 0.28px;
        text-transform: capitalize;
    }

    .conne {
        padding-top: 10px !important;
    }

    .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;
    }

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

    .optimize-image {
        width: 100%;
        height: auto;
        flex-shrink: 0;
        margin-top: 30px;
    }

    .ticked-card {
        width: 90%;
        font-size: 14px;
        padding: 15px;
        margin-left: 35px;
        margin-top: 10px;
        margin-top: 10px;
        border-radius: 10px;

    }

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

    .feature {
        font-size: 40px;
        font-weight: bolder;
    }

    .basic-image {
        height: auto;
        margin-top: 120px !important;
        width: 95%;
        /* margin-left: 20px; */
        margin-right: 0px;
    }

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

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

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

    .demo-container {
        background: url(/getStartedImages/Basic-page/demo-background.png) center center contain no-repeat;
        border-radius: 5px;
        max-width: 100%;
    }

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

    .demo-p {
        font-size: 14px;
    }

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

    .video-header {
        color: #000;
        font-family: Poppins;
        font-size: 45px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        letter-spacing: 0.381px;
    }

    /* .basic-card .basic-card-text{
        font-size: 25px !important;
    }

    .basic-card-text{
        color: #000;
        font-style: normal;
        font-weight: 600;
        line-height: none;
        letter-spacing: 0.167px;
        font-size: 15px !important;
    }


    .plan-feat{
        font-size: 12px;
        margin-left: 30px !important;
        margin-top: 15px;
    }
    .features-details{
        margin-left: 30px;;
        font-size: 10px;
        font-weight: lighter;
    }

    .bold-tag{
        font-size: 14px;
        margin: 20px 0px;
    }

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

    .price-sizing{
        color: #0D0909;
        font-family: Poppins;
        font-size: 10px;
        font-style: normal;
        font-weight: 700;
        line-height: 123%;
        letter-spacing: 0.65px;
    }
    .basic-pricing span{
        color: #000;
        font-family: Poppins;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 110%;
    }
    .basic-pricing{
        font-size: 10px;
        border: 1px solid #ecf3de;
        border-radius: 5px;
        width: 280px;
        margin-left: 30px;
    }
    .extra-padding{
        margin-top: 100px;
    }
  .basic-plan-card{
        border-color: #202020;
        height: 620px;
        margin-bottom: 20px;
    }
    */

    .card-space{
        width: 50%;
    }

    .basic-card-text {
        color: #000;
        font-style: normal;
        font-weight: 600;
        line-height: none;
        letter-spacing: 0.167px;
        font-size: 20px !important;
    }

    .basic-card-text-2 {
        font-size: 12px !important;
    }

    .plan-header-big-text {
        font-size: 45px !important;
        font-weight: bolder;
    }

    .plan-header-small-text-small {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .basic-plan-feature .card-title {
        font-size: 13px;
        font-weight: bolder;
        float: left;
    }

    .basic-plan-feature {
        margin-bottom: 10px;
        margin-left: 5px;
    }

    .card-textss {
        font-size: 10px;
        margin-left: 35px !important;
    }

    .basic-started-button-2 {
        padding: 3px 8px;
        font-size: 12px;
        margin-left: -10px;
    }

    .basic-started-button-2 i {
        padding: 3px 5px;
        font-size: 12px;
    }

    .plan-feat {
        font-size: 10px;
        margin-left: 5px !important;
        margin-top: 30px;
        margin-bottom: 35px !important;

    }

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

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

    .basic-carousel-text-pro strong {
        font-size: 21px !important;
        line-height: 2px;
        /* margin: 10px 0px; */
        font-weight: 700;
    }

    .bold-tag {
        color: #000;
        font-family: Poppins;
        font-size: 18px;
        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: 14px;
        font-style: normal;
        font-weight: bolder;
        line-height: 123%;
        /* 20.91px */
        letter-spacing: 0.85px;
    }

    .everything-basic {
        font-size: 12px;
        margin-left: 5px !important;
        margin-top: 15px;
    }

    .features-details .customized-template {
        font-weight: bolder;
        font-size: 14px;
    }

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

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

    .basic-pricing {
        /* font-size: 10px; */
        border: 1px solid #ecf3de;
        border-radius: 5px;
        width: 168px;
        margin-left: -3px !important;
    }

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

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

    .basic-sixth-section {
        border-bottom: 1px solid grey;
    }


    .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;
    }

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



@media (min-width: 1280px) and (max-width: 1440px) {
    .container-width {
        max-width: 100%;
        width: 85%;
        margin: 0px auto;
    }

    .wrapper {
        max-width: 100%;
        width: 95%;
        margin: 10px auto;
    }

    .customized-wrapper,
    .customized-width {
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px;
        padding-left: 20px;
        width: 90%;
    }

    .btn-green {
        font-size: 16px;
        width: 220px !important;
    }

    .navbar {
        font-size: 1.2rem;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 1.3rem;
        margin-right: 25px;
    }

    .nav-link.contact-us {
        padding: 12px 24px;
    }

    p {
        font-size: 20px;
        line-height: 32px;
    }

    /* Section 1 Styles index page */
    .section-one {
        padding: 50px !important;
        padding-top: 80px !important;
        background-image: url(../img/General-website/Hero-section-icons/pattern\ background.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        font-family: 'Poppins', sans-serif;
    }

    .section-one .row-one {
        margin-top: 15px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .section-one .col-sm-6 {
        padding: 25px;
        flex: 1 1 50%;
    }

    .section-one img {
        max-width: 100%;
        height: auto;
        display: block;
    }

    .section-one h3.bold-text {
        font-weight: bold;
        font-size: 2.2rem;
    }

    .section-one h3.bold-text .icon-img {
        max-width: 150px;
        height: auto;
        margin-right: 15px;
    }

    .bold-text {
        font-size: 1.6rem;
    }

    .highlight {
        padding: 0.4rem 0.9rem;
        font-size: 1rem;
    }

    .revenue-collections {
        background-size: cover;
        box-shadow: -2px 0 10px rgba(0, 0, 0, 0.05), 2px 0 10px rgba(0, 0, 0, 0.1), 0 -2px 10px rgba(0, 0, 0, 0.1);
    }

    .revenue-content {
        gap: 1.5rem;
    }

    .revenue-img {
        max-width: 160px;
        width: 160px;
    }

    .revenue-img img {
        max-width: 160px;
    }

    .revenue-text p,
    .rev p {
        font-size: 1.6rem;
    }

    /* Carousel Styling */
    .slide {
        gap: 1.2rem;
    }

    .slide-img img {
        margin-right: 2.5rem;
        width: 120px;
    }

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

    /* Section 2 Styling index-page*/
    /* Section 2 Styles */
    .section-two {
        padding: 40px 25px;
        background-color: #7EB118;
        color: white;
    }

    .text-content {
        text-align: left;
        padding-left: 60px;
    }

    .intro-text {
        font-size: 28px;
        font-weight: bolder;
        color: #000;
    }

    .highlight-text {
        font-weight: 700;
        font-size: 42px;
        line-height: 60px;
    }

    .info-grid {
        margin-right: 50px;
        padding: 2.5rem;
        height: 100%;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    }

    .info-header th {
        font-weight: bold;
        padding: 20px;
        font-size: 1.2rem;
    }

    .info-row td {
        padding: 15px;
        font-size: 18px;
    }

    .category {
        font-size: 1.6rem;
        font-weight: bold;
    }

    .data {
        font-size: 2rem;
        font-weight: bold;
        color: #000;
    }

    .info-content {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .section-two-img {
        width: 42px;
        height: 42px;
    }

    .info-cell.data {
        font-size: 1.8rem;
        padding: 20px;
    }

    /* Section 3 styling */
    .product-text {
        font-family: 'Poppins', sans-serif;
        font-size: clamp(1rem, 2vw, 3rem);
        padding: clamp(1rem, 2vw, 3rem);
        line-height: clamp(1.5rem, 2.5vw, 2rem);
        font-weight: lighter;
        text-align: center;
    }

    .OurProducts {
        font-family: 'Poppins', sans-serif;
        font-weight: bolder;
        font-size: clamp(2rem, 5vw, 4rem);
        margin-top: clamp(1%, 2vw, 2%);
    }

    /* Section 4 styling */
    .edutams-basic {
        background-color: #F5F9EC;
        padding: 50px;
    }

    .edutams-essential {
        background-color: #b6cead;
        padding: 50px;
    }

    .edutams-pro {
        background-color: #e8f5e3;
        padding: 50px;
    }

    .edutams-img {
        max-width: 100%;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

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

    .edu-text {
        font-family: 'Poppins', sans-serif !important;
        font-size: 30px !important;
        font-weight: 800;
    }

    .private-schools,
    .features {
        background-color: #F1F1F1;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px;
        margin-bottom: 20px;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
        font-size: 14px;
        text-align: center;
    }

    .features img {
        margin-bottom: 5px;
    }

    .edutams-text {
        font-size: 24px;
        font-weight: 150;
        line-height: 30px;
        text-align: left !important;
    }

    .btn-lg {
        color: #7db118;
    }

    /* Section 5 styling */
    .section-five {
        background-color: #B6CEAD;
        font-family: 'Poppins', sans-serif !important;
    }

    /* Section 6 styling */
    .edutamsPro {
        background-color: #e8f5e3;
        font-family: 'Poppins', sans-serif !important;
    }

    /* Section 7 styling */
    .section-seven {
        margin-bottom: -14%;
    }

    .question-section {
        background-color: #FCFDFF;
        font-family: 'Poppins', sans-serif;
    }

    .card-custom {
        border: none;
        border-radius: 10px;
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
        padding: 20px;
        text-align: center;
        background-color: white;
        font-family: 'Poppins', sans-serif;
        transition: background-color 0.3s ease, transform 0.2s ease-in-out;
        height: 100% !important;
    }

    .card-custom:hover {
        background-color: #ebeaea;
        transform: scale(1.1);
    }

    .card-custom img {
        margin-bottom: 20px;
        margin-top: -50px;
    }

    .card-custom h5 {
        font-weight: bold;
        margin-bottom: 15px;
    }

    .card-custom p {
        font-size: 14px;
        color: #666;
    }

    .secured {
        font-size: 13.57px !important;
        color: #666;
    }

    .video-container {
        position: relative;
        max-width: 70%;
        margin: 0 auto;
        padding-top: 56.25%;
        /* 16:9 aspect ratio */
        border-radius: 15px;
        overflow: hidden;
    }

    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
        border-radius: 15px;
    }

    /* Section 8 Styling */
    .vendor-section {
        position: relative;
        display: flex;
        align-items: center;
        height: 70vh;
        padding: 0 8%;
        background-color: #7DB118;
        overflow: hidden;
        font-family: 'Poppins', sans-serif;
    }

    .content-s {
        z-index: 2;
        max-width: 50%;
        color: white;
    }

    .vendor-section p {
        font-size: 1.2em;
    }

    .vendor-section h2 {
        font-size: 3.5em;
        font-weight: bolder;
    }

    .cta-button {
        display: inline-block;
        margin-top: 20px;
        padding: 10px 20px;
        background-color: white;
        color: #333;
        text-decoration: none !important;
        border-radius: 5px;
        font-weight: bold;
        border: none;
        transition: background-color 0.3s ease, box-shadow 0.3s ease;
    }

    .cta-button:hover {
        background-color: #f0f0f0;
        color: #000;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    .cta-button i {
        font-size: 18px;
        display: inline-block;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .cta-button:hover i {
        transform: translateX(10px) scaleX(1.2);
    }

    .vendor-section::after {
        content: '';
        position: absolute;
        top: 0;
        right: -9%;
        width: 130%;
        height: 120%;
        background: url(../img/General-website/Product-section/Become-a-Vendor.png) no-repeat right center;
        background-size: contain;
        z-index: 1;
    }

    /* Our Partners Section */
    .slider-inner {
        display: flex;
        justify-content: space-around;
    }

    .slider-item {
        display: flex;
    }

    .slider-item img {
        width: 250px;
        height: auto;
        margin: 0 15px;
    }

    .slider-inner::after {
        content: '';
        display: inline-block;
        width: 100%;
    }

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

    .mx-2 {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    /* Section 9 Styling */
    .publications {
        font-family: 'Poppins', sans-serif;
    }

    .special-card {
        background-color: #f7fbf1;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .special-card img {
        width: 150px;
        height: auto;
        margin: 20px 0;
    }

    .card-footer {
        border: none;
        background-color: #fff;
        text-align: center;
    }

    .bott .btn-green {
        margin-top: 38px !important;
    }

    .media {
        max-width: 360px;
        margin: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    /* End of Index Styling */

    /* Container adjustments */
    .custom-container {
        padding: 0 10px;
        /* Adjust padding */
        max-width: 100%;
        /* Allow full width */
    }

    /* Font size adjustments */
    .secondsection h1 {
        font-size: 50px;
        /* Reduce font size */
    }

    .secondsection h6 {
        font-size: 24px;
        /* Reduce font size */
    }

    .mission-text,
    .vision p,
    .reference p,
    .values p {
        font-size: 16px;
        /* Reduce font size for paragraphs */
    }

    .journeytext h1 {
        font-size: 50px;
        /* Reduce font size */
    }

    .journeytext p {
        font-size: 18px;
        /* Reduce font size */
    }

    .card-textp {
        font-size: 30px;
        /* Reduce font size */
    }

    .core {
        font-size: 50px;
        /* Reduce font size */
        margin-left: 20px;
        /* Adjust margin */
    }

    /* Image adjustments */
    .values img {
        max-width: 100%;
        /* Ensure images are responsive */
        height: auto;
        /* Maintain aspect ratio */
        padding: 10px;
        /* Adjust padding */
    }

    .managementCard-img-top {
        height: auto;
        /* Allow height to adjust */
    }

    /* Adjust sections */
    .journey-background {
        background-size: cover;
        /* Ensure background scales */
    }

    /* Card adjustments */
    .managementCard {
        height: auto;
        /* Allow height to adjust */
        padding: 20px;
        /* Add padding for content */
    }

    /* Accordion adjustments */
    .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;
    }

    /* Button sizes */
    button {
        padding: 10px 15px;
        /* Increase button size */
        font-size: 16px;
        /* Ensure readability */
    }

    /* Miscellaneous adjustments */
    .minus {
        font-size: 10px;
        /* Reduce font size */
        padding: 1px;
        /* Reduce padding */
    }

    .digitize-text h1 {
        font-size: 50px;
        /* Reduce font size */
    }

    .values h2 {
        font-size: 30px;
        /* Reduce font size */
    }

    /* a img {
        margin-top: 15px;
        margin-bottom: 10px;
        width: 32px;
        height: auto;
    } */

    /* About styling Ends..  */
    /* ========================= */

    /* ========================= */


    .first-section h1 {
        font-size: 3rem;
        /* Reduce font size */
    }

    .driving h2 {
        font-size: 30px;
        /* Reduce font size */
    }

    .custom-width {
        max-width: 80%;
        /* Make wider for smaller screens */
        width: 70%;
        /* Adjust width */
    }

    .first-section-text {
        font-size: 16px;
        /* Slightly reduce font size */
    }

    .connect-heading h1 {
        font-size: 60px;
        /* Reduce font size */
    }

    .connect-heading p {
        font-size: 24px;
        /* Reduce font size */
    }

    .modal-p {
        font-size: 14px;
        /* Reduce font size */
    }

    .btn-green {
        padding: 8px 16px;
        /* Adjust padding */
        font-size: 14px;
        /* Reduce font size */
    }

    .bridge-image {
        height: 300px;
        /* Reduce height */
    }

    .promoting {
        height: auto;
        /* Allow height to adjust */
    }

    .promoting img {
        height: auto;
        /* Allow height to adjust */
    }

    /* ========================== */


    /* Events Styling Starts Here */

    .first-article-section {
        background: url(../img/images-impact/Impact\ background\ image.png) no-repeat center center;
        background-size: cover;
        height: auto;
        padding-top: 25%;
        position: relative;
    }

    .first-article-section h1 {
        color: #000000;
        font-weight: bolder;
        font-size: 48px;
        /* Adjusted font size */
        margin-top: -150px !important;
        /* Adjusted margin-top for smaller screens */
    }

    .toggle-pill {
        background-color: #fff;
        position: absolute;
        width: 50%;
        /* Adjusted width */
        border: none;
        left: 50%;
        /* Centering toggle */
        transform: translateX(-50%);
        /* Centering toggle */
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
        margin-top: 30px;
        /* Adjusted margin-top */
    }

    .toggle-holder {
        position: relative;
        top: 230px;
        /* Adjusted top position */
        z-index: 4;
    }

    .toggle-pill input:checked {
        background-color: #7db118;
    }

    .second-article-section {
        background-color: #fffdfd;
        margin-top: -5px;
    }

    .second-article-section img {
        height: 200px;
        /* Adjusted height */
        object-fit: cover;
        width: 100%;
        border-radius: 8px;
    }

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

    .shadowed:hover {
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
        transform: translateY(-5px);
    }

    .btn-green {
        background-color: #7DB117;
        color: white;
        border: none;
        padding: 8px 15px;
        /* Adjusted padding */
        font-size: 14px;
        /* Adjusted font size */
        display: inline-flex;
        align-items: center;
        border-radius: 9px;
        /* Unified border radius */
        transition: background-color 0.3s ease;
    }

    .second-event-section,
    .third-event-section {
        margin-top: 50px;
        /* Adjusted margin-top */
        margin-bottom: 50px;
        /* Adjusted margin-bottom */
    }

    .second-event-section h1 {
        font-size: 48px;
        /* Adjusted font size */
        font-weight: bolder;
        text-align: center;
    }

    .third-event-section h1,
    .third-event-section h5 {
        text-align: left;
        /* Consistent text alignment */
    }

    .inner-second-event-section {
        background-color: #f7faf1;
        /* Light background for section */
    }

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

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

    .webinar h1 {
        text-align: center;
        font-size: 40px;
        /* Adjusted font size */
        font-weight: bolder;
    }

}
