/*
|---------------------------------------------------------
| Responsive When < 1140PX                               
|---------------------------------------------------------
|
*/

@media only screen and (max-width: 1140px) {

    /*
    |---------------------------------------------------------
    | Main Header                                      1140PX
    |---------------------------------------------------------
    |
    */

    .top-header-right {
        display: none;
    }

}

/*
|---------------------------------------------------------
| Responsive When < 1024PX                               
|---------------------------------------------------------
|
*/

@media only screen and (max-width: 1024px) {

    /*
    |---------------------------------------------------------
    | Global Styles                                    1024PX
    |---------------------------------------------------------
    |
    */

    .section-standard {
        padding: 80px 0;
    }

    .section-bg-title {
        display: none;
    }

    .section-last {
        padding: 80px 0 200px;
    }

    /*
    |---------------------------------------------------------
    | Main Header                                      1024PX
    |---------------------------------------------------------
    |
    */

    .home-header-bg {
        height: auto;
    }

    .top-header-right {
        display: block;
    }

    .hamburger-label {
        display: block;
        visibility: visible;
    }
    
    .hamburger-icon {
        width: 40px;
        cursor: pointer;
        z-index: 9999;
    }
    
    .hamburger-icon:before, 
    .hamburger-icon div, 
    .hamburger-icon:after {
        background-color: #fff;
        border-radius: 3px;
        content: '';
        display: block;
        height: 5px;
        margin: 7px 0;
        transition: transform .3s ease-in-out;
    }
    
    .hamburger:checked + .hamburger-label > .hamburger-icon:before {
        transform: translateY(12px) rotate(135deg);
    }
        
    .hamburger:checked + .hamburger-label > .hamburger-icon div {
        transform: scale(0);
    }
        
    .hamburger:checked + .hamburger-label > .hamburger-icon:after {
        transform: translateY(-12px) rotate(-135deg);
    }
    
    .main-nav {
        display: none;
        visibility: hidden;
    }
    
    .main-nav ul {
        display: block;
        width: 100%;
        padding: 0;
        margin: 28px 0 0 0;
        font-size: 18px;
        text-align: center;
        list-style: none;
        position: absolute;
        left: 50%;
        z-index: 9999;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    
    .hamburger:checked ~ .main-nav {
        display: block;
        visibility: visible;
    }
    
    .main-nav ul li {
        margin: 0;
        padding: 20px 40px;
        background-color: rgba(0, 0, 0, 0.95);
    }

    .main-nav ul li:first-child {
        padding-top: 40px;
    }

    .main-nav ul li:last-child {
        padding-bottom: 40px;
    }

    .top-header-right {
        width: 180px;
        text-align: right;
    }

    .btn-header {
        padding: 10px 20px;
    }

    .hero-section-left, .hero-section-right  {
        width: 50%;
    }

    /*
    |---------------------------------------------------------
    | Hero Section                                     1024PX
    |---------------------------------------------------------
    |
    */

    .hero-section-h1 {
        font-size: 110px;
        line-height: 100px;
    }

    /*
    |---------------------------------------------------------
    | Fron Page Services Section                       1024PX
    |---------------------------------------------------------
    |
    */

    .services-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    /*
    |---------------------------------------------------------
    | Front Page Contact Section                       1024PX
    |---------------------------------------------------------
    |
    */

    .section-contact-ui {
        grid-template-columns: repeat(1, 1fr);
    }

    .section-contact-left {
        min-height: unset;
    }

    /*
    |---------------------------------------------------------
    | Page Banner                                      1024PX
    |---------------------------------------------------------
    |
    */

    .page-banner {
        padding: 64px 0;
    }

    .page-banner-transparent-txt {
        display: none;
    }
    
    /*
    |---------------------------------------------------------
    | Page Services                                     1024PX
    |---------------------------------------------------------
    |
    */

    .service-img-div {
        display: none;
    }

    .service-content {
        padding: 40px 0;
    }

    .service-container:last-child {
        padding-bottom: 120px;
    } 

    /*
    |---------------------------------------------------------
    | Page Projects                                    1024PX
    |---------------------------------------------------------
    |
    */

    .projects-gallery-ui {
        grid-template-columns: repeat(4, 1fr);
    }

    /*
    |---------------------------------------------------------
    | Testimonials Page Styles                         1024PX
    |---------------------------------------------------------
    |
    */

    .testimonials-ui {
        grid-template-columns: repeat(2, 1fr);
    }

}

/*
|---------------------------------------------------------
| Responsive When < 768PX                         
|---------------------------------------------------------
|
*/

@media only screen and (max-width: 768px) { 
    
    /*
    |---------------------------------------------------------
    | Hero Section                                     768PX
    |---------------------------------------------------------
    |
    */

    .section-hero {
        padding: 50px 0;
    }

    .hero-section-h1 {
        font-size: 84px;
        line-height: 74px;
    }

    /*
    |---------------------------------------------------------
    | Fron Page About Section                           768PX
    |---------------------------------------------------------
    |
    */

    .section-about-ui {
        grid-template-columns: repeat(1, 1fr);
    }

    .section-about-right {
        display: flex;
        padding-bottom: 120px;
    }

    /*
    |---------------------------------------------------------
    | Fron Page Flooring Types Section                 768PX
    |---------------------------------------------------------
    |
    */

    .types-cards {
        grid-template-columns: repeat(2, 1fr);
    }
    
    /*
    |---------------------------------------------------------
    | Front Page Articles Section                       768PX
    |---------------------------------------------------------
    |
    */

    .blog-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    /*
    |---------------------------------------------------------
    | Main Footer                                       768PX
    |---------------------------------------------------------
    |
    */

    .footer-nav ul {
        gap: 24px;
    }

    /*
    |---------------------------------------------------------
    | Page Banner                                       768PX
    |---------------------------------------------------------
    |
    */

    .page-banner {
        padding: 32px 0;
    }
    
    .page-banner-h1 {
        font-size: 24px;
    }

    /*
    |---------------------------------------------------------
    | Page About Us                                     768PX
    |---------------------------------------------------------
    |
    */

    .page-about-img-1 {
        display: none;
    }

    .page-about-right {
        padding: 0;
    }

    .page-about-content {
        grid-template-columns: repeat(1, 1fr);
    }   
    
    /*
    |---------------------------------------------------------
    | Page Services                                     768PX
    |---------------------------------------------------------
    |
    */

    .service-ui {
        display: block;
        gap: 36px;
        align-items: center;
        max-width: 568px;
        margin: 0 auto;
    }

    .service-img-div {
        display: block;
        aspect-ratio: 4 / 3;;
        padding-top: 60px;
    }

    /*
    |---------------------------------------------------------
    | Page Projects                                    768PX
    |---------------------------------------------------------
    |
    */

    .page-projects-ui {
        grid-template-columns: repeat(2, 1fr);
    }

    .projects-gallery-ui {
        grid-template-columns: repeat(3, 1fr);
    }
    
    /*
    |---------------------------------------------------------
    | Testimonials Page Styles                          768PX
    |---------------------------------------------------------
    |
    */

    .testimonials-ui {
        grid-template-columns: repeat(1, 1fr);
    }

    /*
    |---------------------------------------------------------
    | Contact Page Styles                               768PX
    |---------------------------------------------------------
    |
    */

    .page-contact-top {
        grid-template-columns: repeat(1, 1fr);
    }

    .page-contact-items {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    /*
    |---------------------------------------------------------
    | Single Blog Styles                                768PX
    |---------------------------------------------------------
    |
    */

    .blog-content-div {
        padding: 24px;
    }

}

/*
|---------------------------------------------------------
| Responsive When < 568PX                         
|---------------------------------------------------------
|
*/

@media only screen and (max-width: 568px) {

    /*
    |---------------------------------------------------------
    | Global Styles                                    1024PX
    |---------------------------------------------------------
    |
    */

    .section-standard {
        padding: 60px 0;
    }

    .section-last {
        padding: 60px 0 200px;
    }

    /*
    |---------------------------------------------------------
    | Main Header                                      568PX
    |---------------------------------------------------------
    |
    */

    .top-header-logo-div {
        gap: 10px;
    }
    
    .top-header-logo-img {
        width: 40px;
        height: 40px;
    }
    
    .top-header-logo-txt {
        font-size: 24px;
    }

    .top-header-right {
        display: none;
    }

    /*
    |---------------------------------------------------------
    | Hero Section                                      568PX
    |---------------------------------------------------------
    |
    */

    .section-hero {
        padding: 32px 0;
    }

    .hero-section-ui {
        gap: 24px;
        flex-direction: column;
    }

    .hero-section-left, .hero-section-right {
        width: 100%;
        text-align: center;
    }

    .hero-section-h1 {
        font-size: 54px;
        line-height: 54px;
    }

    .hero-circle {
        display: none;
    }

    .floor-pattern {
        display: none;
    }

    /*
    |---------------------------------------------------------
    | Front Page Articles Section                       568PX
    |---------------------------------------------------------
    |
    */

    .blog-cards {
        grid-template-columns: repeat(1, 1fr);
    }

    /*
    |---------------------------------------------------------
    | Front Page Contact Section                        568PX
    |---------------------------------------------------------
    |
    */

    .section-contact-ui {
        padding: 24px;
    }

    /*
    |---------------------------------------------------------
    | Page Flooring Types                               568PX
    |---------------------------------------------------------
    |
    */

    .type-ui {
        max-width: 420px;
        padding: 60px 0;
        grid-template-columns: repeat(1, 1fr);
    }

    .type-img-div {
        max-width: 320px;
    }

    .types-videos-ui {
        grid-template-columns: repeat(1, auto); 
    }

    /*
    |---------------------------------------------------------
    | Page Projects                                    568PX
    |---------------------------------------------------------
    |
    */

    .page-projects-ui {
        grid-template-columns: repeat(1, 1fr);
    }

    .projects-gallery-ui {
        grid-template-columns: repeat(2, 1fr);
    }

    /*
    |---------------------------------------------------------
    | Contact Page Styles                               568PX
    |---------------------------------------------------------
    |
    */

    .page-contact-items {
        grid-template-columns: repeat(1, 1fr);
    }

    /*
    |---------------------------------------------------------
    | WhatsApp Chat Styles                               568PX
    |---------------------------------------------------------
    |
    */

    #simple-chat-button--text {
        display: none !important;
    }

}

@media only screen and (max-width: 420px) { 

    /*
    |---------------------------------------------------------
    | Hero Section                                      420PX
    |---------------------------------------------------------
    |
    */

    .hero-section-h1 {
        font-size: 42px;
        line-height: 42px;
    }

    /*
    |---------------------------------------------------------
    | Fron Page Services Section                       420PX
    |---------------------------------------------------------
    |
    */

    .services-cards {
        grid-template-columns: repeat(1, 1fr);
    }

    /*
    |---------------------------------------------------------
    | Fron Page Flooring Types Section                 420PX
    |---------------------------------------------------------
    |
    */

    .types-cards {
        grid-template-columns: repeat(1, 1fr);
    }  

    /*
    |---------------------------------------------------------
    | Page Projects                                    420PX
    |---------------------------------------------------------
    |
    */

    .projects-gallery-ui {
        grid-template-columns: repeat(1, 1fr);
    }

}