@media only screen and (min-width: 320px) and (max-width: 768px) {
    header, nav, #header-ctnr, footer, #container {
        width: 100%;
    }

    .container {
        width: 100%;
    }

    .menu-sec {
        width: auto;
        clear: both;
        float: right;
        position: fixed;
        top: 10px;
        right: 10px;
        height: 50px;
    }

    .navbar {
        width: 100%;
        margin: 0;
        float: right;
        text-align: right;
        background-color: transparent; /* Ensure transparent on mobile */
    }

    .navbar-toggler:not(:disabled):not(.disabled) {
        cursor: pointer;
        float: right;
        position: absolute;
        right: 10px;
        top: 10px;
        background-color: #fff;
        z-index: 9999;
    }

    .navbar-collapse {
        margin-top: 50px;
        background-color: #191919 !important;
        border-radius: 8px;
    }

    .nav-item {
        border-bottom: #414141 solid 1px;
        padding: 10px 15px;
        font-weight: 600;
        color: #fff; /* White text for mobile navbar */
    }

    .mr-auto, .mx-auto {
        margin-right: auto !important;
        margin-top: 0;
    }

    #banner-section {
        width: 100%;
        clear: both;
        float: left;
        height: 400px; /* Reduced height for mobile */
        background: url(../images/background.png) no-repeat center bottom;
        background-size: cover;
    }

    #banner-cntr {
        width: 100%;
        clear: both;
        float: left;
        padding: 0;
    }

    .logo {
        float: left;
        width: 100%;
        padding-top: 10px;
    }

    .logo img {
        float: left;
        width: 60px; /* Smaller logo for mobile */
    }

    .banner-text {
        float: left;
        z-index: 99999;
        padding: 20px 0;
        width: 100%;
        clear: both;
    }

    .banner-text h1 {
        color: #39FFD4;
        text-transform: uppercase;
        font-size: 30px; /* Smaller heading for mobile */
        line-height: 40px;
    }

    .banner-text h2,
    .banner-text h3 {
        color: #fff;
        font-size: 24px; /* Smaller subheadings for mobile */
        text-transform: uppercase;
        font-weight: 200;
    }

    .banner-text ul {
        margin-top: 5px;
        padding: 0;
    }

    .banner-text li {
        font-size: 12px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 500;
        float: left;
        list-style-type: none;
        padding-right: 10px;
        letter-spacing: 1px;
    }

    .banner-text li a {
        font-size: 12px;
        color: #fff;
        text-decoration: none;
    }

    .banner-text-btn {
        float: left;
        background-color: #2DE8C8;
        font-size: 14px;
        color: #0D1532;
        border-radius: 100px;
        text-transform: uppercase;
        font-weight: 400;
        padding: 10px 20px;
        letter-spacing: 0.5px;
        margin-top: 15px;
        border: #000 solid 2px;
    }

    .banner-logo {
        display: none; /* Hide large logo on mobile */
    }

    .features-service {
        width: 100%;
        margin: 5px 0 12px;
        float: left;
        padding-top: 20px;
        background-color: #fff;
        border-radius: 10px;
        text-align: center;
        height: auto;
        margin-bottom: 15px;
    }

    .contact-col {
        width: 100%;
        float: left;
    }

    .social-link {
        width: 100%;
        margin: 0 auto;
    }

    .road-map-content-sec, .road-map-content-sec-right {
        width: 100%;
        float: left;
        padding: 0;
        margin-top: 15px;
    }

    .month-info, .month-info2, .month-info-right, .month-info-right2 {
        width: 100%;
        margin-bottom: 10px;
    }
}