/**
 * custom css
 **/

body {
    font-family: 'Helvetica', 'Verdana', 'Arial', sans-serif;
    background-color: #FFF9E9;
    scroll-behavior: smooth;
}

em {
    font-style: normal;
}

a {
    text-decoration: none;
    color: inherit;
}

.nav-logo {
    width: 150px;
}

.navbar .container {
    position: relative;
    z-index: 99999;
}

/* nocars */

.top-menu {
    color: #000000;
    background-color: #FFF9E9;
    margin: 0;
    padding: 0;
}

.logo-header {
    height: 40px;
    width: auto;
    margin: 0;
    padding: 0;
}

.footer {
    margin-top: -24px;
    color: #000000;
    background-color: #FFF9E9;
}

.classroom-name {
    font-size: 32px;
    font-weight: bold;
}

/* Layout */

.s-layout {
    display: flex;
    width: 100%;
    min-height: 100vh;
}

.s-layout__content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}

/* Sidebar */

.s-sidebar__trigger {
    z-index: 10000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 4em;
    background-color: #003506;
}

.s-sidebar__trigger > i {
    display: inline-block;
    margin: 1.5em 0 0 1.5em;
    color: #80df86;
}

.s-sidebar__nav {
    position: fixed;
    top: 0;
    left: -15em;
    overflow: hidden;
    transition: all 0.3s ease-in;
    width: 15em;
    height: 100%;
    background-color: #003506;
    color: #80df86;
    z-index: 10;
}

.s-sidebar__nav:hover,
.s-sidebar__nav:focus,
.s-sidebar__trigger:focus + .s-sidebar__nav,
.s-sidebar__trigger:hover + .s-sidebar__nav {
    left: 0;
}

.s-sidebar__nav ul {
    position: absolute;
    top: 4em;
    left: 0;
    margin: 0;
    padding: 0;
    width: 15em;
}

.s-sidebar__nav ul li {
    width: 100%;
}

.s-sidebar__nav-link {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 2em;
}

.s-sidebar__nav-link em {
    position: absolute;
    top: 50%;
    left: 4em;
    transform: translateY(-50%);
}

.s-sidebar__nav-link:hover {
    background-color: #e8ed09;
    color: #fff;
}

.s-sidebar__nav-link > i {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 4em;
    height: 2em;
}

.s-sidebar__nav-link > i::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.dline {
    background-color: #fff;
    height: 1px;
}

/* Mobile First */

@media (min-width: 42em) {
    .s-layout__content {
        margin-left: 4em;
    }

    /* Sidebar */
    .s-sidebar__trigger {
        width: 4em;
    }

    .s-sidebar__nav {
        width: 4em;
        left: 0;
    }

    .s-sidebar__nav:hover,
    .s-sidebar__nav:focus,
    .s-sidebar__trigger:hover + .s-sidebar__nav,
    .s-sidebar__trigger:focus + .s-sidebar__nav {
        width: 15em;
    }
}

@media (min-width: 68em) {
    .s-layout__content {
        margin-left: 15em;
    }

    /* Sidebar */
    .s-sidebar__trigger {
        display: none;
    }

    .s-sidebar__nav {
        width: 15em;
    }

    .s-sidebar__nav ul {
        top: 1.3em;
    }
}

/* Input field */

.form-control {
    border: 1px solid #edff00;
}

.btn {
    color: #007c00;
}

.form-control:focus {
    border-color: #edff00;
    box-shadow: 0 0 0 2px rgba(243, 223, 46, 0.75);
}

/* Scrollbar */

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 16px;
    border-radius: 16px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 16px;
    border-radius: 16px;
    background: #16963c;
}

/* Custom */

.au-card {
    max-width: 720px;
    width: 100%;
    height: fit-content !important;
    background-color: rgba(0, 45, 19, 0.6);
    border-radius: 16px;
    margin-top: 16px;
    margin-bottom: 48px;
}

.au-card-body {
    color: white;
    width: 100%;
    max-width: 420px;
}

.au-txt-h {
    font-size: 28px;
}

.m-card {
    max-width: 980px;
    width: 100%;
    height: fit-content !important;
    margin-top: 16px;
    margin-bottom: 48px;
}

.m-card-body {
    max-width: 910px;
    width: 100%;
}

.m-menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-radius: 16px 0 16px 0;
    border: 1px solid #e7e2e2;
    padding: 1rem 2rem 1rem 2rem;
    background-color: #16963c;
    box-shadow: 1px 2px 2px 2px rgb(234 234 234 / 75%);
}

.goto {
    width: 48px;
    height: 48px;
    border: 3px solid #fff;
    border-radius: 24px;
    background: #a6a63c;
    color: #fff;
    font-size: 32px;
}

.goto:hover {
    background-color: #fff;
    color: #007c00;
    cursor: pointer;
}

.m-txt-h {
    color: #fff;
    font-size: 28px;
}

.m-checkbox {
    width: 20px;
    height: 20px;
    background-color: #0f0;
}

.t-box {
    min-height: 352px;
    height: 30vh;
    overflow-y: auto;
}

.txt-l {
    font-size: 20px;
    color: #fff;
}

.t-dategroup {
    background: #FFB400;
    color: #fff;
    width: 382px;
    border-radius: 0 0 18px 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.t-cell {
    padding: 32px 24px 32px 24px;
    background-color: #FF6C02;
}

.d-l {
    border-radius: 0 0 0 16px;
}

.d-r {
    border-radius: 0 0 16px 0;
}

.d-ct {
    font-size: 32px;
    font-weight: bold;
    color: #003506;
}

.d-cb {
    font-size: 24px;
    font-weight: bold;
    color: #007c00;
}

.t-cell:hover {
    background-color: #007c00;
    cursor: pointer;
}

.r-card {
    background: #FFB400;
    width: 100%;
    border-radius: 1.5rem 1.5rem 1.5rem 1.5rem;
}

.r-cell {
    width: 96px;
    height: 96px;
    margin: 16px;
    border-radius: 16px;
    position: relative;
    z-index: 2 !important;
}

.r-cell-b {
    background: #1fdc00;
    border: 2px solid white;
    box-shadow: 2px 2px 2px 2px rgba(234 234 234 / 90%);
}

.r-cell-b:hover {
    border: 2px solid rgba(0, 60, 6, 0.6);
    box-shadow: 2px 2px 2px 2px rgba(0, 60, 6, 0.6);
    cursor: pointer;
}

.r-cell-a {
    background: #aaa;
    box-shadow: 2px 2px 2px 2px rgba(0, 60, 6, 0.6);
    cursor: pointer;
}

.r-cell-ac {
    background: #55d109;
    width: 40px;
    height: 40px;
    position: absolute;
    right: -12px;
    bottom: -12px;
    border-radius: 24px;
}

.h-card {
    width: 100%;
}

.h-top {
    width: 160px;
    height: 160px;
    padding: 16px;
    border-radius: 32px;
    border: 4px solid #e8ed09;
    background-color: #1fdc00;
    box-shadow: 0px 0px 16px 8px rgb(220, 235, 87, 0.8);
}

.h-btg {
    width: 118px;
    margin: 16px;
    color: #fff;
}

.h-btg:hover {
    color: #e8ed09;
    cursor: pointer;
}

.h-txt-p {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px !important;
}

.travel-icons-active {
    width: 118px;
    height: 118px;
    padding: 16px;
    border-radius: 60px;
    background-color: #e8ed09;
    border: 3px solid #fff;
    box-shadow: 0px 0px 8px 4px rgba(234, 234, 234, 0.75);
}

.travel-icons-active:hover {
    background-color: #1fdc00;
    box-shadow: 0px 0px 16px 8px rgb(220, 235, 87, 0.8);
}

.travel-icons-inactive {
    width: 118px;
    height: 118px;
    padding: 16px;
    border-radius: 60px;
    background-color: #808080;
    border: 3px solid #fff;
    box-shadow: 0px 0px 8px 4px rgba(234, 234, 234, 0.75);
}

.travel-icons-inactive:hover {
    background-color: #808080;
    box-shadow: 0px 0px 16px 8px rgb(220, 235, 87, 0.8);
}

.hr {
    color: #fff;
    background: #fff;
    height: 4px;
    border-radius: 4px;
    box-shadow: 0px 0px 4px 2px;
}

.main {
    width: 100%;
    /*height: 100vh;*/
    background-color: #5A8100;
    background-position: center;
    background-size: cover;
}

.record {
    width: 100%;
    background-color: #5A8100;
    background-position: center;
    background-size: cover;
}

@media (max-width: 1180px) and (orientation: landscape) {
    .record {
        height: 100% !important;
    }
}

@media (max-width: 990px) and (orientation: landscape) {
    body,
    .login,
    .register,
    .forgot,
    .main,
    .record {
        height: 100% !important;
    }
}

@media (max-width: 769px) and (orientation: portrait) {
    body {
        height: 100% !important;
    }
}

@media (max-width: 672px) {
    .main {
        padding-top: 64px;
    }
}

@media (max-width: 567px) and (orientation: portrait) {
    .m-trh {
        display: none;
    }

    .m-tr {
        display: flex;
        flex-direction: column;
        margin-bottom: 16px;
        border: 2px solid #e7e2e2;
        padding: 4px;
    }

    .footer {
        margin-top: -48px;
    }

    body,
    .record {
        height: 100%;
    }

    .main {
        height: 100% !important;
    }
}

@media (max-width: 567px) {
    .m-trh {
        display: none;
    }

    .m-tr {
        display: flex;
        flex-direction: column;
        margin-bottom: 16px;
        border: 2px solid #e7e2e2;
        padding: 4px;
    }
}

.class_list-style {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
}

.class_list-style li {
    margin-top: 1rem;
    margin-left: 1rem;
}

.class_list-style li a {
    border-radius: 0.75rem;
    background-color: #79b4b7;
}

.custom-card-color {
    background-color: #FFF9E9;
    border-radius: 10px;
}

.custom-create-btn {
    color: #007c00;
}

.custom-a-text {
    color: #007c00;
}

.custom-container {
    height: 100vh !important;
}

.custom-float-right {
    float: right;
}

.notification-card-body {
    background-color: #f5deb375;
    border-radius: 8px;
    margin-bottom: 3px;
    cursor: pointer;
}

.notification-card-body .badge {
    border-radius: 8px;
}

.nowrap-column {
    white-space: nowrap;
}

.golden-boot-image {
    filter: drop-shadow(10px 10px 10px #ffff00);
}

.custom-golden-boot-text {
    margin-top: 70px;
    color: #ffff00;
    font-weight: bold;
    font-size: 20px;
    text-shadow: 10px 10px 10px #ffff00;
}

.custom-a-button {
    text-decoration: none;
}

.custom-a-button:hover,
.custom-a-button:focus,
.custom-a-button:active {
    outline: none !important;
    border: none !important;
}

.custom-style-add-pupil {
    padding-left: 0;
    cursor: pointer;
}

.custom-table-responsive-1 {
    overflow-x: scroll;
}

.unread-notification-bg-color {
    background-color: #d9d9d9;
}

.responsive-graph-container-stats {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: left;
    justify-content: center;
}

.custom-responsive-view-card {
    max-width: none !important;
}

.custom-man-card-reponsive-view {
    max-width: none !important;
    padding: 30px !important;
}

.icon-small-style-for-list {
    max-width: 48px;
    height: auto;
    border: 1px solid #ccc;
}

.icon-medium-style-for-list {
    max-width: 96px;
    height: auto;
    border: 1px solid #ccc;
}

.icon-large-style-for-list {
    max-width: 128px;
    height: auto;
    border: 1px solid #ccc;
}

.table-loader {
    position: relative;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    padding: 1.5rem;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.loader-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}

.spinner-border {
    width: 2.5rem;
    height: 2.5rem;
}

.loader-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    color: #495057;
    font-weight: 500;
}

.loading-text {
    font-size: 1.1rem;
    margin-bottom: 0.25rem;
}

.table {
    transition: opacity 0.3s ease;
}

#pageLoader {
    z-index: 10;
}

/* INDEX PAGE */
.nocars-cta:hover {
    background-color: #FFF9E9 !important;
    color: #5A8100;
}

/* HERO SECTION */
.nocars-hero {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 99;
}

.nocars-hero .container {
    position: absolute;
    z-index: 999;
    width: 100%;
    top: 120px;
}

.banner-image {
    width: 100%;
}

.nocars-hero h1 {
    font-size: 60px;
    line-height: 1.2;
    font-family: "Barlow Condensed";
    font-weight: 700;
    letter-spacing: 2px;
    color: #FFF9E9;
}

.nocars-hero .nocars-subtext {
    font-family: "Barlow";
    letter-spacing: 2px;
    line-height: 1.2;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    color: #FFF9E9;
}

.nocars-cta {
    background-color: #FFF9E9;
    font-size: 20px;
    font-family: "Staatliches";
    color: #5A8100;
    border-radius: 50px;
    letter-spacing: 2px;
    font-weight: 200;
    padding: 15px 25px;
    padding-bottom: 12.5px;
}

/* BENEFITS SECTION */

.nocars-benefits {
    display: flex;
    justify-content: center;
}

.nocars-benefits .container {
    position: absolute;
    z-index: 999;
    width: 100%;
    top: 120px;
    padding: 0px 75px;
}

.elipse-image {
    width: 100%;
    background-color: #FFFCF5;
}

.nocars-benefits h2 {
    letter-spacing: 0.5px;
    font-family: "Barlow Condensed";
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 50px;
    color: #5A8100;
}

.text-muted {
    font-family: "Barlow";
    letter-spacing: 2px;
    font-size: 24px;
    color: #1F1F1F;
}

/* PROGRAM SECTION */
.program-section {
    background-color: #FFFCF5 !important;
/*    background: url("/images/stick-man.png"); */
    background-repeat: no-repeat;
    background-size: 25% auto;
    background-position-x: right;
    background-position-y: bottom;
    padding-top: 100px;
}

.program-section .container {
    width: 90% !important;
}

.make-program-row {
    margin-top: 45px;
    margin-bottom: 25px;
}

.health-card {
    display: flex;
    align-items: center;
    gap: 20px;
    background-color: #FFF9E9;
    border-top-left-radius: 207px;
    border-bottom-left-radius: 213px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-bottom: 25px;
}

.health-card .card-icon {
    background-color: #FFF9E9;
    border: 12px solid #FFFCF5;
    border-radius: 100%;
    width: 360px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.health-card .card-icon img {
    width: 120px;
    padding: 5px;
}

.health-card .card-content h3 {
    font-size: 30px;
    font-family: "Barlow Condensed";
    letter-spacing: 2px;
    color: #5A8100;
    font-weight: 700;
}

.health-card .card-content p {
    font-family: "Barlow";
    letter-spacing: 2px;
    color: #1F1F1F;
    font-size: 18px;
    line-height: 1.2;
    padding: 0;
}


.status-card {
    display: flex;
    align-items: center;
    gap: 20px;
    background-color: #FFF9E9;
    border-top-right-radius: 207px;
    border-bottom-right-radius: 213px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-left: 20px;
}

.status-card .card-icon {
    background-color: #FFF9E9;
    border: 12px solid #FFFCF5;
    border-radius: 100%;
    width: 300px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.status-card .card-icon img {
    width: 100px;
    padding: 5px;
}

.status-card .card-content h3 {
    font-size: 30px;
    font-family: "Barlow Condensed";
    letter-spacing: 2px;
    color: #5A8100;
    font-weight: 700;
}

.status-card .card-content p {
    font-family: "Barlow";
    letter-spacing: 2px;
    color: #1F1F1F;
    font-size: 18px;
    line-height: 1.2;
    padding: 0;
}

.climate-card {
    background: url("/images/card.png");
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 55px !important;
}

.climate-card .card-icon {
    background-color: #FFF9E9;
    border: 12px solid #FFFCF5;
    border-radius: 100%;
    width: 360px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.climate-card .card-icon img {
    width: 120px;
    padding: 5px;
}

.climate-card .card-content h3 {
    font-size: 30px;
    font-family: "Barlow Condensed";
    letter-spacing: 2px;
    color: #5A8100;
    font-weight: 700;
}

.climate-card .card-content p {
    font-family: "Barlow";
    letter-spacing: 1.5px;
    color: #1F1F1F;
    font-size: 18px;
    line-height: 1.2;
    padding: 0;
}

.para-1 {
    padding-right: 240px !important;
}

.para-2 {
    padding-right: 270px !important;
}

.program-title {
    font-size: 50px;
    font-family: "Barlow Condensed";
    letter-spacing: 2px;
    color: #5A8100;
    font-weight: 700;
    padding-right: 50px;
    line-height: 54px;
}

.adaptable-card {
    background-color: #FFF9E9;
    border-radius: 20px;
    padding: 20px;
    padding-right: 35px !important;
}

.adaptable-card h3 {
    font-size: 30px;
    font-family: "Barlow Condensed";
    letter-spacing: 2px;
    color: #5A8100;
    font-weight: 700;
}

.adaptable-card p {
    font-family: "Barlow";
    letter-spacing: 2px;
    color: #1F1F1F;
    font-size: 15px;
}

.teacher-time-card {
    background-color: #FFF9E9;
    border-radius: 20px;
    padding: 20px;
    padding-right: 35px !important;
}

.teacher-time-card p {
    font-family: "Barlow";
    letter-spacing: 2px;
    color: #1F1F1F;
    font-size: 15px;
}

.card-detail {
    display: flex;
    align-items: center;
    gap: 15px;
}

.card-detail img {
    width: 30px;
}

.card-detail h3 {
    font-size: 30px;
    font-family: "Barlow Condensed";
    letter-spacing: 2px;
    color: #5A8100;
    font-weight: 700;
}

.program-desc {
    font-family: "Barlow";
    letter-spacing: 2px;
    color: #1F1F1F;
    font-size: 24px;
    line-height: 28px;
}

/* TRAVEL TRACKER SECTION */
.straight-foots img {
    width: 100%;
}

.straight-foots {
    background-color: #FFFCF5;
}

.tracker-details h2 {
    font-size: 50px;
    font-family: "Barlow Condensed";
    letter-spacing: 2px;
    color: #5A8100;
    font-weight: 700;
}

.tracker-details p {
    font-family: "Barlow";
    letter-spacing: 2px;
    color: #1F1F1F;
    font-size: 16px;
    line-height: 25px;
}

.tracker-details ul li {
    font-family: "Barlow";
    letter-spacing: 2px;
    color: #1F1F1F;
    font-size: 16px;
    margin-bottom: 15px;
}

.tracker-image {
    width: 80%;
}

/* CONTACT SECTION */
.nocars-contact {
    background-color: #FFFCF3;
}

.nocars-contact .form-control {
    border-radius: 25px;
    border: 1px solid #ccc;
    padding: 10px 20px;
}

.nocars-contact button {
    border-radius: 50px;
    color: #FFF9E9;
    font-family: "Staatliches";
    letter-spacing: 2px;
    height: 64px;
    font-size: 20px;
    background-color: #5A8100;
}

.nocars-contact h3 {
    font-size: 34px;
    font-family: "Barlow Condensed";
    letter-spacing: 2px;
    color: #5A8100;
    font-weight: 700;
}

.nocars-contact p {
    font-family: "Barlow";
    letter-spacing: 2px;
    color: #1F1F1F;
    font-size: 18px;
}

.nocars-form input {
    background-color: #FBF6E2;
    border: 1px solid #5A8100 !important;
    outline: none !important;
    box-shadow: none;
    font-size: 16px;
}

.form-control:focus {
    background-color: #FBF6E2;
    outline: none !important;
    box-shadow: none;
}

.curve-shape-image {
    position: absolute;
    width: 100%;
    z-index: 999;
}

.curve-shape-image img {
    width: 100%;
}

.building-image img {
    width: 100%;
}

/* FOOTER */
.footer-image {
    width: 100%;
    background-color: #FFFCF3;
}

.footer-details {
    position: absolute;
    width: 100%;
    bottom: 5px;
}

.footer-details img {
    max-width: 100px
}

.nocars-footer p {
    font-size: 14px;
    color: #FFF;
    font-family: "Inter";
    margin: 0;
}

.login-btn-nav {
    background-color: #5A8100;
    font-size: 18px;
    font-family: "Staatliches";
    color: #FFF9E9;
    border-radius: 50px;
    letter-spacing: 2px;
    font-weight: 200;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
}

.login-btn-nav:hover {
    color: #5A8100;
}

/* RESPONSIVE */
@media (max-width: 767px) {
    .nocars-hero h1 {
        font-size: 1.6rem;
    }

    .nocars-subtext {
        font-size: 1rem;
    }

    .nocars-form .form-control {
        font-size: 0.9rem;
    }
}

.nocars-form {
    margin-top: 50px;
}

/* Scroll Down Button */
.scroll-down-btn {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.scroll-down-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background: #5A8100;
    /* light green */
    border-radius: 50%;
    position: relative;
    transition: all 0.3s ease;
}

.custom-arrow-down img {
    width: 15px;
}

.scroll-down-btn a:hover {
    background: #5A8100;
    transform: translateY(3px);
}

/* Bounce animation */
@keyframes bounceDown {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translate(-50%, -40%) rotate(-45deg);
    }

    40% {
        transform: translate(-50%, 0%) rotate(-45deg);
    }

    60% {
        transform: translate(-50%, -20%) rotate(-45deg);
    }
}


/* Responsive Fix for Background Images */
@media (max-width: 991px) {

    /* HERO SECTION */
    .nocars-hero {
        background-size: cover !important;
        background-position: center !important;
        padding-top: 100px !important;
        padding-bottom: 300px;
    }

    /* BENEFITS SECTION */
    .nocars-benefits {
        background-size: cover !important;
        background-position: center top !important;
        padding-bottom: 100px !important;
    }

    /* PROGRAM SECTION */
    .program-section {
        background-size: 50% auto !important;
        background-position: right bottom !important;
    }

    /* CLIMATE CARD */
    .climate-card {
        background-size: cover !important;
        background-position: 100% 100% !important;
        flex-direction: column !important;
    }

    /* FOOTER SECTION */
    .nocars-footer {
        background-size: cover !important;
        background-position: center !important;
        flex-direction: column !important;
        align-items: center !important;
    }
}

/* For smaller mobile screens */
@media (max-width: 576px) {

    .nocars-hero {
        background-size: cover !important;
    }

    .nocars-benefits,
    .program-section,
    .climate-card,
    .nocars-footer {
        background-size: cover !important;
        background-position: center !important;
    }

    .footer-details {
        margin-top: 200px !important;
    }
}

/* Footer Responsive Fix */

/* Tablet & Small Desktop (968px to 1200px) */
@media (max-width: 1200px) and (min-width: 768px) {
    .nocars-footer {
        background-size: 100% auto !important;
        background-position: center bottom !important;
        min-height: 300px !important;
    }

    .footer-details {
        margin-top: 260px !important;
    }
}

/* ✅ For Mobile Devices */
@media (max-width: 767px) {
    .nocars-footer {
        background-size: cover !important;
        background-position: center bottom !important;
        min-height: 280px !important;
    }

    .footer-details {
        margin-top: 200px !important;
    }
}

@media (max-width: 3000px) and (min-width: 2600px) {
    .nocars-hero {
        margin-top: -125px;
    }

    .nocars-hero .container {
        top: 220px;
    }

    .elipse-image {
        margin-top: -480px;
    }

    .nocars-benefits .container {
        top: 30px;
    }

    .para-1 {
        padding-right: 240px !important;
    }

    .para-2 {
        padding-right: 275px !important;
    }

    .footer-details {
        bottom: 15px;
    }

}

@media (max-width: 2600px) and (min-width: 2000px) {
    .nocars-hero {
        margin-top: -90px;
    }

    .nocars-hero .container {
        top: 160px;
    }

    .elipse-image {
        margin-top: -260px;
    }

    .nocars-benefits .container {
        top: 50px;
    }

    .footer-details {
        bottom: 12px;
    }
}

@media (max-width: 2000px) and (min-width: 1500px) {
    .nocars-hero {
        margin-top: -50px;
    }

    .nocars-hero .container {
        top: 140px;
    }

    .elipse-image {
        margin-top: -50px;
    }

    .nocars-benefits .container {
        top: 70px;
    }

    .footer-details {
        bottom: 5px;
    }
}

@media (max-width: 1500px) and (min-width: 1000px) {
    .nocars-hero {
        margin-top: -30px;
    }

    .nocars-hero .container {
        top: 130px;
    }

    .banner-image {
        object-fit: cover;
    }

    .climate-card {
        background-size: 100% 100%;
    }

    .para-1 {
        padding-right: 240px !important;
    }

    .para-2 {
        padding-right: 275px !important;
    }

    .footer-details {
        bottom: 1px;
    }
}

@media (max-width: 1000px) and (min-width: 568px) {
    .banner-image {
        display: none;
    }

    .nocars-hero {
        background: url("/images/banner-bg.png") no-repeat;
        background-size: auto 100%;
        background-position: center;
        padding-bottom: 200px;
    }

    .nocars-hero {
        margin-top: -60px;
    }

    .nocars-hero .container {
        top: 100px;
        max-width: 100% !important;
        position: initial !important;
        margin-top: 50px;
    }

    .elipse-image {
        display: none;
    }

    .nocars-benefits {
        background: url("/images/elipse.png") no-repeat;
        background-size: auto 100% !important;
    }

    .nocars-benefits .container {
        top: 40px;
        padding: 40px;
        max-width: 100% !important;
        position: initial !important;
    }

    .scroll-down-btn {
        margin-top: 20px;
    }

    .status-card .card-icon {
        height: 180px;
    }

    .status-card .card-icon {
        height: 180px;
    }

    .program-section .container .row {
        gap: 25px;
        margin-bottom: 25px;
    }

    .program-title {
        text-align: center;
    }

    .program-section {
        padding-top: 100px;
    }

    .tracker-details h2 {
        font-size: 30px;
    }

    .tracker-image {
        margin-bottom: 50px;
    }

    .footer-image {
        display: none;
    }

    .nocars-footer {
        background: url("/images/footer.png") no-repeat top center;
    }

    .footer-details {
        bottom: 0;
    }

    .nocars-footer p {
        font-size: 12px;
    }

    .nocars-hero .nocars-subtext {
        font-size: 18px;
    }
}

@media (max-width: 568px) {
    .banner-image {
        display: none;
    }

    .nocars-hero {
        background: url("/images/banner-bg.png") no-repeat;
        background-size: auto 100%;
    }

    .nocars-hero {
        margin-top: -60px;
    }

    .nocars-hero .container {
        top: 100px;
        max-width: 100% !important;
        position: initial;
    }

    .elipse-image {
        display: none;
    }

    .nocars-benefits {
        background: url("/images/elipse.png") no-repeat;
        background-size: auto 100%;
    }

    .nocars-benefits .container {
        top: 40px;
        padding: 20px;
        max-width: 100% !important;
        position: initial;
    }

    .scroll-down-btn {
        margin-top: 20px;
    }

    .text-muted {
        font-size: 18px;
    }

    .nocars-hero .nocars-subtext {
        font-size: 18px;
    }

    .nocars-benefits h2 {
        font-size: 30px;
    }

    .health-card .card-icon {
        width: 360px;
        height: 110px;
        border: 6px solid #FFFCF5;
    }

    .health-card .card-icon img {
        width: 70px;
        padding: 0px;
    }

    .health-card .card-content h3 {
        font-size: 20px;
    }

    .health-card .card-content p {
        font-size: 12px;
    }

    .health-card {
        gap: 10px;
    }

    .program-section .container {
        width: 100% !important;
    }

    .status-card {
        gap: 10px;
        padding-left: 10px;
    }

    .status-card .card-content h3 {
        font-size: 20px;
    }

    .status-card .card-content p {
        font-size: 12px;
    }

    .status-card .card-icon {
        width: 280px;
        height: 110px;
        border: 6px solid #FFFCF5;
    }

    .status-card .card-icon img {
        width: 70px;
        padding: 0px;
    }

    .climate-card {
        padding-bottom: 0;
        padding: 10px !important;
    }

    .climate-card .card-content h3 {
        font-size: 20px;
    }

    .climate-card .card-content p {
        font-size: 12px;
    }

    .para-2 {
        padding-right: 120px !important;
    }

    .para-1 {
        padding-right: 90px !important;
    }

    .program-title {
        font-size: 25px;
        margin-top: 25px;
        text-align: center;
        padding-right: 0px;
    }

    .adaptable-card h3 {
        font-size: 20px;
    }

    .adaptable-card p {
        font-size: 12px;
    }

    .teacher-time-card {
        margin-top: 25px;
        padding: 10px;
        padding-right: 0px !important;
    }

    .card-detail {
        gap: 10px;
    }

    .card-detail img {
        width: 20px;
    }

    .card-detail h3 {
        font-size: 20px;
    }

    .program-desc {
        font-size: 16px;
        line-height: 20px;
        margin-top: 25px;
    }

    .teacher-time-card p {
        font-size: 12px;
    }

    .tracker-details h2 {
        text-align: center;
        font-size: 25px;
    }

    .tracker-details p {
        font-size: 12px;
        line-height: 18px;
    }

    .tracker-details ul li {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .nocars-contact h3 {
        font-size: 25px;
    }

    .nocars-contact p {
        font-size: 12px;
    }

    .nocars-footer {
        background: url("/images/footer.png") no-repeat top center;
    }

    .footer-image {
        display: none;
    }

    .footer-details {
        bottom: 0;
    }

    .nocars-footer p {
        font-size: 12px;
    }
}

@media (max-width: 1500px) and (min-width: 1300px) {
    .elipse-image {
        margin-top: -20px;
    }

    .nocars-benefits .container {
        top: 40px;
        padding: 0px 0px;
    }

    .scroll-down-btn {
        margin-top: 20px;
    }
}

@media (max-width: 1300px) and (min-width: 1000px) {
    .elipse-image {
        margin-top: 70px;
    }

    .nocars-benefits .container {
        top: 40px;
        padding: 0px 0px;
    }

    .scroll-down-btn {
        margin-top: 20px;
    }

    .climate-card {
        padding-bottom: 0 !important;
    }

    .para-1 {
        padding-right: 175px !important;
        font-size: 16px !important;
    }

    .para-2 {
        padding-right: 190px !important;
        font-size: 16px !important;
    }

    .status-card .card-content p {
        font-size: 16px;
    }

    .status-card .card-icon {
        width: 350px !important;
    }

    .status-card .card-content h3 {
        font-size: 25px;
    }

    .health-card .card-content p {
        font-size: 16px;
    }

    .health-card .card-content h3 {
        font-size: 25px;
    }

    .climate-card .card-content h3 {
        font-size: 25px;
    }

    .program-title {
        font-size: 40px;
        padding-right: 10px;
        line-height: 54px;
    }

    .adaptable-card h3 {
        font-size: 25px;
    }

    .card-detail h3 {
        font-size: 25px;
    }
}

@media (max-width: 760px) and (min-width: 568px) {
    .program-section .container {
        max-width: 100% !important;
        width: 100% !important;
    }
}