@media (max-width: 768px) {
    main {
        width: 100%;
        margin: 0 auto;
    }

    section {
        padding-top: 60px;
        padding-bottom: 60px;
        min-height: unset;
    }

    /* ====== HEADER ======= */
    .nav-container {
        height: 70px;
        padding: 0 20px;
        max-width: 100%;
    }

    /* Logo */
    .nav-logo {
        width: auto;
    }

    .nav-logo img {
        width: 120px;
        height: auto;
    }

    /* Hide desktop separators (force) */
    .nav-logo::after,
    .nav-contact::before {
        display: none !important;
    }

    /* Show Hamburger */
    .hamburger {
        display: flex;
    }

    /* Mobile drawer menu (slides in from right) */
    .nav-menu {
        position: fixed;
        top: 0;
        right: 0;
        width: 60%;
        height: 100vh;
        background: #ffffff;
        padding-top: 100px;
        /* space for top header */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 25px;
        transform: translateX(100%);
        /* hidden off-screen */
        transition: transform 0.35s ease;
        /* smooth slide */
        z-index: 999;
        box-shadow: -3px 0 10px rgba(0, 0, 0, 0.1);
    }

    .nav-menu.active {
        transform: translateX(0);
        /* drawer slides in */
    }

    .nav-list {
        flex-direction: column;
        gap: 25px;
    }

    .nav-link {
        font-size: 18px;
        font-weight: 400;
    }

    /* Contact section mobile – hide in header */
    .nav-contact {
        display: none;
    }

    /* Optional contact inside drawer */
    .nav-menu .mobile-contact {
        display: block;
        padding-top: 25px;
        text-align: center;
        border-top: 1px solid #000000;
    }

    .nav-menu .mobile-contact a {
        display: block;
        margin: 5px 0;
        color: var(--text-color);
        text-decoration: none;
    }

    .nav-menu .mobile-contact a:hover {
        color: var(--primary-color);
    }

    /* FOOTER MOBILE */
    .footer-top {
        display: grid;
        grid-template-columns: 100%;
        align-items: center;
        justify-content: center;
        border-bottom: none;
    }

    .footer-top>div {
        position: relative;
        border-right: none;
        border: 1px solid var(--border-color);
        padding-block: 20px;
    }

    .footer-top .footer-logo a img {
        width: 50%;
        display: flex;
        align-self: center;
    }

    .footer-top .footer-menu {
        padding-top: 20px;
    }

    .footer-top .footer-menu .footer-list {
        padding-inline-start: 0;
    }

    .footer-bottom {
        display: grid;
        grid-template-columns: auto;
        align-items: center;
        justify-items: center;

    }

    .footer-copyright p {
        text-align: center;
    }


    /* CONTACT PAGE */
    .contact-title-sec {
        padding-top: 0;
    }

    .contact-title h1 {
        text-align: center;
    }

    .contact-title .title-1 {
        font-size: 76px;
        line-height: 80px;
    }

    .contact-title .title-2 {
        font-size: 56px;
        line-height: 60px;
    }

    .contact-title .title-3 {
        font-size: 28px;
        line-height: 30px;
    }

    .contact-title .title-4 {
        font-size: 56px;
        line-height: 60px;
        letter-spacing: 2px;
    }

    .form-container {
        grid-template-columns: 100%;
    }

    .form-container .contact-form {
        width: unset;
    }

    .form-container .contact-form .form-title h1 {
        font-size: 25px;
        line-height: 30px;
        margin-block: 10px;
    }

    .form-container .contact-form .title-circle {
        width: 430px;
        height: 185px;
        left: -14%;
    }

    /* GALLERY MOBILE */
    .circles {
        padding-left: 0;
    }

    .gallery .gallery-title {
        align-items: unset;
    }

    .gallery .gallery-title h1:nth-child(4) {
        font-size: 56px;
        line-height: 60px;
    }

    .gallery .service-galleries {
        padding-inline: 0;
    }

    /* ABOUT MOBILE */
    section.about {
        padding-inline: 0;
        padding-top: 50px;
    }

    .about .about-sec-1 {
        grid-template-columns: 100%;
    }

    .about .about-sec-1 .left-image img {
        width: 100%;
    }

    .about .about-sec-1 .right-content h1:nth-child(1) {
        font-size: 56px;
        line-height: 60px;
    }

    .about .about-sec-1 .right-content h1:nth-child(2) {
        line-height: 50px;
    }

    .about .about-sec-1 .right-content h1:nth-child(3) {
        font-size: 74px;
    }

    .about .about-sec-1 .right-content h1:nth-child(4) {
        font-size: 45px;
    }

    .about .about-sec-2 {
        grid-template-columns: 100%;
    }

    .about .about-sec-2 .left-content {
        padding-left: 10px;
    }

    /* SERVICES */
    .service-intro .intro-box {
        grid-template-columns: auto auto auto;
    }

    .service-intro .intro-box .middle-content .contents h1 {
        margin-block: 0;
    }

    .service-intro .intro-box .middle-content .contents h1:nth-child(1),
    .service-intro .intro-box .middle-content .contents h1:nth-child(2) {
        font-size: 45px;
        line-height: 50px;
        margin-bottom: 10px;
    }

    .service-intro .intro-box .middle-content .contents h1:nth-child(3),
    .service-intro .intro-box .middle-content .contents h1:nth-child(4),
    .service-intro .intro-box .middle-content .contents h1:nth-child(5),
    .service-intro .intro-box .middle-content .contents h1:nth-child(6) {
        font-size: 25px;
        line-height: 30px;
    }

    .service-intro .intro-box .left-image img,
    .service-intro .intro-box .right-image img {
        max-width: 100%;
        width: 90%;
    }

    section.pattern-cirlce {
        min-height: unset;
    }

    .services .service-living-main,
    .services .service-homeoffice-main,
    .services .service-bedroom-main,
    .services .service-kitchen-main,
    .services .service-office-main {
        justify-self: unset;
        width: 100%;
        max-width: 100%;
        padding: 0;
        margin: 0 0 30px;
    }

    .services .office-home-both {
        flex-direction: column;
    }

    /* HOME MOBILE */
    .home .home-intro .titles h1 {
        font-size: 30px;
        font-weight: 500;
        line-height: 30px;
    }

    .home .home-intro .titles h3 {
        font-size: 20px;
        font-weight: 500;
    }

    .home-1 .elevate,
    .home-1 .elevate-1 {
        grid-template-columns: 100%;
        justify-content: unset;
    }

    .home-1 .elevate .middle-content {
        padding-inline: 0;
    }

    .home-2 .whychoose .title h1 {
        font-size: 50px;
        line-height: 60px;
        text-align: center;
    }

    .home-2 .whychoose .why-area {
        grid-template-columns: 27% 38% 27%;
        gap: 25px 15px;
        justify-items: unset;
    }

    .home-2 .whychoose .why-area p {
        font-size: 18px;
    }

    .home-3 .guarantee {
        grid-template-columns: repeat(1, 100%);
    }

    .home-3 .guarantee .title {
        padding-left: 0;
        margin-bottom: 25px;
    }

    .home-3 .guarantee .title h1 {
        font-size: 50px;
        line-height: 60px;
    }

    .home-3 .guarantee .left-image {
        position: unset;
    }

    .home-3 .guarantee .right-image {
        position: unset;
        display: none;
    }

    .home-3 .guarantee .title h1 {
        margin-block: 8px;
    }

    .home-3 .guarantee .title h1:not(:nth-child(1)) {
        padding-left: 0;

    }

    .home-3 .guarantee .right-image img {
        width: 100%;
    }

    .home-3 .features {
        grid-template-columns: auto auto;
        padding: 0;
        gap: 10px;
        justify-content: unset;
    }

    .home-4 .what-you-get .title {
        grid-template-columns: auto;
        gap: 20px;
    }

    .home-4 .what-you-get .title h1 {
        font-size: 75px;
        line-height: 85px;
    }

    .home-4 .what-you-get .title .button {
        justify-self: flex-start;
    }

    .home-4 .what-you-get .home-services {

        grid-template-columns: 100%;
        grid-auto-rows: auto;
        grid-template-areas:
            "item1"
            "item2"
            "item3"
            "item4"
            "item5"
            "item6";
        row-gap: 50px;
    }

    .home-4 .what-you-get .home-services .service-item {
        width: 90% !important;
        max-width: 100% !important;
        margin: 0;
        padding: 0;
    }

    .home-4 .what-you-get .home-services .service-item:nth-child(2) {
        padding-left: 0;
    }


    .home-4 .what-you-get .home-services .service-item .interior,
    .home-4 .what-you-get .home-services .service-item .kitchen,
    .home-4 .what-you-get .home-services .service-item .innovative {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .home-4 .what-you-get .home-services .service-item .innovative .image {
        padding-top: 15px;
    }

    .home-4 .what-you-get .home-services .service-item:nth-child(6) {
        margin-left: 0;
    }

    .home-4 .what-you-get .home-services .service-item .innovative .content h2 span.i {
        font-size: 3em;
    }

    .home-4 .what-you-get .home-services .service-item .innovative .content span.storage {
        top: 15px;
        left: 55px;
    }

    .home-4 .what-you-get .home-services .service-item .bedroom {
        justify-self: unset;
    }

    .home-4 .what-you-get .title .button a {
        padding-right: 0;
    }

    .home-5 .how-it-works .title h1 {
        font-size: 50px;
    }

    .home-5 .how-it-works table {
        width: 100%;
        border-collapse: collapse;
    }


    .home-5 .how-it-works .table tr td.number,
    .home-5 .how-it-works .table tr td.heading {
        font-size: 18px;

    }

    .home-5 .how-it-works .table tr td.content {
        font-size: 15px;
    }

    .home-5 .how-it-works .table tr td.number {
        width: 8%;
    }

    .home-5 .how-it-works .table tr td.heading {
        width: 45%;
        text-transform: capitalize;
    }

    .home-5 .how-it-works .table tr td.content {
        width: 52%;
    }

    .home-6 .partners {
        grid-template-columns: 100%;
        padding-inline: 0;
    }

    .home-6 .partners .title-logos .title h1:nth-child(2)::before {
        right: 75%;
        bottom: 60px;
    }

    .home-6 .partners .right-image img {
        display: flex;
        justify-self: center;
        width: 90%;
    }

    .home-7 .what-we-do .title {
        grid-template-columns: auto;
    }

    .home-7 .what-we-do .title h1 {
        font-size: 50px;
    }

    .home-7 .what-we-do .title .button {
        justify-self: start;
    }

    .home-7 .what-we-do .title .button a {
        padding-right: 0;
    }

    .home-8 .refer-earn {
        grid-template-columns: 100%;
    }

    .home-8 .refer-earn .middle-box .title h1 {
        font-size: 50px;
        line-height: 60px;
    }

    .home-8 .refer-earn .middle-box .table table {
        width: 90%;
    }

    .home-8 .refer-earn .middle-box .table table td:nth-child(1) {
        width: 20%;
        padding-right: 10px;
    }

    .home-8 .refer-earn .middle-box .table table td:nth-child(2) {
        width: 80%;
    }



    /* ===== RESET DESKTOP FIXED WIDTHS THAT BREAK MOBILE ===== */






}