@media (max-width: 767px) {

    /* top-section */
    .top-container {
        height: 100vh;
        padding: 20px;
    }

    .top-bar {
        padding: 20px 0px;
    }

    .nav-wbg {
        height: 45vh;
        width: 45vh;
    }

    .nav-b-bg {
        height: 42vh;
        width: 42vh;
    }

    .list.section {
        gap: 10px;
    }

    .nav-list {
        font-size: 18px;
    }

    .navlist-icon {
        gap: 10px;
    }

    /* Brand Name */
    .brand-name {
        font-size: 75px;
        margin-top: 20vh;
        margin-bottom: 0px;
        letter-spacing: 2px;
    }

    .studio {
        font-size: 12px;
        text-align: left;
    }

    .scroll-down {
        font-size: 16px;
    }

    .social-icons-top {
        gap: 15px;
        margin-bottom: 120px;
    }

    .bottom-bar {
        height: 80px;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    /* Side Text */
    .side-text {
        top: 70%;
    }

    .moving-grid-four {
        height: 200px;
        width: 200px;
    }

    .moving-grid-three {
        height: 175px;
        width: 175px;
    }

    .moving-grid-two {
        height: 150px;
        width: 150px;
    }

    .moving-grid-one {
        height: 125px;
        width: 125px;
    }

    /* identity-section */
    .identity-section {
        padding: 20px;
    }

    .title h2 {
        font-size: 75px;
    }

    .strategy-text {
        display: block;
    }

    .strategy-text-left {
        width: 100%;
        text-align: left;
    }

    .strategy-text-right {
        width: 100%;
        text-align: right;
    }

    .about-btn {
        font-size: 16px;
    }

    .stats {
        display: flex;
        margin: 0 auto;
        gap: 30px;
    }

    .stat {
        width: 100%;
    }

    .stat h2 {
        text-align: center;
        font-size: 70px;
    }

    .icon-m {
        text-align: center;
        font-size: 70px;
    }

    .stats {
        display: block;
        margin: 0;
        padding: 30px 0px;
    }

    .stat {
        display: flex;
        align-items: center;
        padding-bottom: 20px;
    }

    .digit {
        height: 100px;
    }

    .digit-container {
        height: 100px;
    }

    .odometer {
        padding: 0px 5px;
    }



    /* featured-section */
    .featured-section {
  padding-top: 0px;
}


    .grid-images-section {
        display: block;
        position: static;
        /* REMOVE sticky behavior */
        height: auto;
        /* Allow natural height */
        padding: 20px 0;
    }

    .grid-left {
        width: 100%;
        height: 30vh;
        padding: 0px;
        margin-bottom: 40px;
    }

    .grid-left-one {
        width: 60%;
        height: 17vh;
    }

    .grid-left-two {
        width: 100%;
        height: 22vh;
    }

    .grid-right {
        width: 100%;
        height: 30vh;
        padding: 0px;
    }

    .grid-right-one {
        width: 60%;
        height: 17vh;
    }

    .grid-right-two {
        width: 100%;
        height: 22vh;
    }

    .second-grid-left {
        width: 100%;
        height: 30vh;
        padding: 0px;
        margin-bottom: 40px;
    }

    .second-grid-left-one {
        width: 60%;
        height: 17vh;
    }

    .second-grid-left-two {
        width: 100%;
        height: 22vh;
    }

    .second-grid-right {
        width: 100%;
        height: 30vh;
        padding: 0px;
    }

    .second-grid-right-one {
        width: 60%;
        height: 17vh;
    }

    .second-grid-right-two {
        width: 100%;
        height: 22vh;
    }

    /* service-section */
    .service-section {
        padding: 20px;
    }

    .service {
        display: block;
    }

    .service-box-one {
        width: 100%;
    }

    .service-box-two {
        width: 100%; /* Add spacing to avoid overlap */
    }

    .create-section .title {
        padding-top: 40px;
    }

    .title h2 {
        padding-top: 20px;
    }

    .title h2.our {
        font-size: 60px;
    }

    .service-grid-headparagraph {
        width: 100%;
    }

    .moving-img-grid-create {
        top: -230px;
    }

    /* footer */
    .footer {
        height: 45vh;
        padding-top: 50px;
        padding-bottom: 30px;
    }
.footer-logo .tagline{
    margin: 15px 0px;
}
    .scroll-top {
        top: 80px;
    }

    .footer-nav {
        margin: 0px 0;
        display: flex;
        gap: 5px;
        padding: 10px 0px;
    }

    .footer-nav a {
        margin: 0;
        font-size: 14px;
    }

    .social-icons {
        padding-top: 0px;
        margin: 10px 0px;
    }

    .footer-bottom {
        display: block;
        font-size: 14px;
        padding-top: 0px;
        padding-bottom: 30px;
    }

    .brandova-footer {
        margin: 0;
        padding: 0;
        text-transform: uppercase;
        font-family: 'Migha Condensed', Impact, sans-serif;
        font-size: 90px;
        text-align: center;
        color: #E6E6E6;
    }
  .footer-left {
    display: flex;               /* use flex to center */
    flex-direction: column;      /* stack paragraphs vertically */
    justify-content: center;     /* vertical center */
    align-items: center;         /* horizontal center */            /* full viewport height */
    text-align: center;   
    gap: 0px;       /* center text */
  }
  .footer-left p, .footer-right p{
    font-size: 14px;
  }
  .scroll-top a{
    margin-top: 5px;
  }
  .footer-right{
    padding: 5px 0px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {

    /* top-section */
    .top-container {
        height: 100vh;
    }

    /* Brand Name */
    .brand-name {
        font-size: 160px;
        margin-top: 30vh;
        margin-bottom: 0px;
        letter-spacing: 2px;
    }

    .studio {
        font-size: 16px;
        text-align: left;
    }

    .scroll-down {
        font-size: 16px;
    }

    .bottom-bar {
        height: 80px;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    /* Side Text */
    .side-text {
        top: 70%;
        font-size: 16px;
    }

    /* featured-section */

    .grid-left {
        width: 100%;
        height: 35vh;
        padding: 0px;
    }

    .grid-left-one {
        width: 100%;
        height: 20vh;
    }

    .grid-left-two {
        width: 100%;
        height: 20vh;
    }

    .grid-right {
        width: 100%;
        height: 35vh;
        padding: 0px;
    }

    .grid-right-one {
        width: 100%;
        height: 20vh;
    }

    .grid-right-two {
        width: 100%;
        height: 20vh;
    }

    .second-grid-left {
        width: 100%;
        height: 35vh;
        padding: 0px;
    }

    .second-grid-left-one {
        width: 100%;
        height: 20vh;
    }

    .second-grid-left-two {
        width: 100%;
        height: 20vh;
    }

    .second-grid-right {
        width: 100%;
        height: 35vh;
        padding: 0px;
    }

    .second-grid-right-one {
        width: 100%;
        height: 20vh;
    }

    .second-grid-right-two {
        width: 100%;
        height: 20vh;
    }

    /* service-section */
    .service {
        display: block;
    }

    .service-box {
        width: 100%;
    }

    .our {
        width: 80%;
    }

    /* footer */
    .footer {
        height: 50vh;
    }

    .scroll-top {
        top: 80px;
    }

    .footer-nav {
        margin: 0px 0;
        display: flex;
        gap: 5px;
        padding: 10px 0px;
    }

    .footer-nav a {
        margin: 0;
        font-size: 18px;
    }

    .social-icons {
        padding-top: 20px;
    }

    .footer-bottom {
        display: block;
        font-size: 16px;
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .brandova-footer {
        font-size: 170px;
    }


}

@media (min-width: 992px) and (max-width: 1200px) {

    /* top-section */
    .top-container {
        height: 100vh;
    }

    /* Brand Name */
    .brand-name {
        font-size: 180px;
        margin-top: 40vh;
        margin-bottom: 0px;
        letter-spacing: 2px;
    }

    .studio {
        font-size: 18px;
        text-align: left;
    }

    .scroll-down {
        font-size: 18px;
    }

    .bottom-bar {
        height: 80px;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    /* Side Text */
    .side-text {
        top: 52%;
        font-size: 18px;
    }

    /* featured-section */

    /* footer */
    .brandova-footer {
        font-size: 220px;
    }
}

@media (min-width: 1201px) and (max-width: 1400px) {}