@media (max-width: 800px) {




    .header {


        justify-content: space-between;
        gap: 16px;
        height: 80px;
        padding: 16px 0;
    }

    .menu {
        display: block;
    }

    .menu img {
        height: 24px;
    }

    .headLeft {
        flex-direction: column;
        gap: 0;
        align-items: flex-start;
    }

    .headLeft h6 {
        border-left: none;
        padding: 4px;
        font-size: 11px;
    }


    .logo img {
        height: 24px;
    }

    .logo img.logoText {
        height: 21px;
    }

    .logo {
        gap: 6px;
    }

    #navMenu {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease;
    }

    #navMenu.open {
        max-height: 500px;
        /* or any height that fits your menu */
    }

    .headRight {
        position: fixed;
        top: 80px;
        left: 0;
        background-color: #0C172F;
        transition: all 0.3s ease-in-out;
        width: 100%;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }

    .headRight ul {
        gap: 8px;
        padding: 0 20px 20px;
        flex-direction: column;
        width: 100%;
    }

    .headRight ul a {
        width: 100%;
    }

    .headRight ul a li {
        padding: 6px 10px;
        transition: all 0.2s ease-in-out;
        width: 100%;
        border-radius: 4px;
    }

    footer {
        padding: 48px 0 24px;
    }

    footer h6 {
        font-size: 11px;
        margin-bottom: 16px;
    }

    footer h5 {
        font-size: 11px;
        gap: 8px;
        margin: 16px 0;
    }

    footer h5 b {
        font-size: 14px;
    }

    footer p {
        font-size: 11px;
    }

    footer ul {
        flex-direction: column;
        align-items: start;
        gap: 8px;
    }

    footer ul a li {
        font-size: 11px;
    }

    footer .socialSec p {
        font-size: 11px;
    }

    footer .socialSec ion-icon {
        font-size: 24px;
    }

    .whatsnewSec {
        margin-top: 80px;
    }

    .whatsnewSec marquee a {
        font-size: 13px;
    }

    .bigCard-container .card {
        border-radius: 8px;

    }

    .slide-content-bigCard {
        padding: 20px 0 32px;
    }

    .basicSection {
        margin: 16px 0 24px;
    }

    .aboutSec {
        padding: 36px 0;
    }

    .aboutCon {
        width: 100%;
    }

    .aboutCon h3 {
        font-size: 24px;
        line-height: 24px;
    }

    .aboutCon h2 {
        font-size: 48px;
        line-height: 30px;
        margin-bottom: 2rem;
    }

    .grid5 {
        grid-template-columns: 1fr 1fr;
    }

    .sectionTitle {
        margin-bottom: 1rem;
        /* flex-direction: column;
        align-items: start;
        gap: 10px; */
    }

    .sectionTitle h3 {
        font-size: 16px;
        margin-bottom: 0;
    }

    .aboutGrid {
        flex-direction: column;
        gap: 36px;
    }

    .aboutCon p {
        font-size: 11px;
    }

    .grid4 {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .galleryGrid {
        grid-template-columns: 1fr 1fr;
    }

    .containerSlider {
        width: 90vw;
    }

    .containerSlider .swiper-initialized {
        margin: 0;
    }

    .containerSlider .sectionTitle {
        padding: 0;
    }

    .fbBox {
        width: 92vw;
        overflow: auto;
    }

    .applicationSec ul li {
        font-size: 12px;
        border-radius: 5px;
        padding: 6px 12px;
        margin-bottom: 0.8rem;
    }

    .applicationSec ul li.withoutQr {
        padding: 12px;
    }

    .applicationSec ul li img {
        height: 48px;
    }

    button {
        border-radius: 5px;
        padding: 3px 10px;
        font-size: 11px;
    }

    .trackBox {

        padding: 32px 20px 20px;
        border-radius: 16px;
    }

    .trackBox h3 {
        font-size: 16px;
        margin-bottom: 1rem;
    }

    .trackFormFlex {
        flex-direction: column;
        align-items: start;
    }

    .trackFormFlex button {
        width: 100px;
        padding: 7px 0;
        font-size: 11px;
    }

    .youtubeSec iframe {
        height: 232px;
    }

    .galleryGrid {
        gap: 10px;
    }

    .galleryGrid img {
        height: 142px;
        border-radius: 8px;
    }

    .bradcrumb {
        margin-top: 84px;
    }

    .bradcrumb p {
        gap: 4px;
        font-size: 10px;
        margin-bottom: 4px;
        line-height: 10px;
        font-weight: 400;
    }

    .textCon p {
        font-size: 11px;
    }

    .ContactCon p {
        font-size: 11px;
    }

    .ContactCon h5 {
        font-size: 16px;
    }


    .regPageSec .sectionTitle {
        flex-direction: column;
        align-items: start;
        gap: 8px;
    }

    .roleGrid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        padding: 16px 8px 12px;
        border-radius: 10px;
    }

    .rolePage h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .roleGrid a h4 {
        font-size: 14px;
    }

    .roleGrid a img {
        height: 60px;
    }

    .previewModal .btn-dark {
        width: 100%;
    }

    .previewModal #confirmSubmit {
        width: 100%;
    }


}