/* GENERAL CSS FOR OVERALL SITE */
@media(max-width: 768px) {
    .wp-block-columns {
        max-width: 100% !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    header .header-main {
        padding: 0 20px;
    }

    .breadcrumbs {
        margin: 30px 0;
    }

    header .wp-block-column .wp-block-group {
        justify-content: center;
    }

    .choose-us-section .text-section {
        max-width: 100% !important;
    }

    .choose-us-section .cards-section {
        border: unset;
        border-radius: 0;
        padding: 0 !important;
    }

    .choose-us-section .card-section-inner {
        padding: 0 !important;
        border: none !important;
    }

    .choose-us-section .card-section-inner .wp-block-column {
        border: 5px solid #2758CE !important;
        border-radius: 15px;
        text-align: center;
    }

    .our-services::before {
        right: -5%;
        top: -25px;
        z-index: -1;
    }

    .how-it-works .how-it-works-main-inner::after {
        display: none !important;
    }

    .blue-banner-img img {
        position: relative;
        width: 100%;
    }

    .after-contact-inner::after {
        display: none;
    }

    .after-contact-inner {
        padding-bottom: 20px !important;
        border-bottom: 1px solid #DBE1FF;
        margin-bottom: 0 !important;
    }

    .contact-form-main .wpforms-field-textarea {
        flex: 0 0 100%
    }

    .contact-us-form-section::after {
        top: -2% !important;
        z-index: -1;
        right: -5% !important;
    }
}

/* Small Devives - Mobiles - Portraits */
@media (max-width:500px) {
    /* Hero Slider HOME */

    /* START */
    .hero-slider-action-container .wp-block-buttons {
        justify-content: center !important;
    }

    .hero-slider-cards {
        width: 100%;
        text-align: center;
    }

    .hero-slider-action-container .wp-block-buttons {
        justify-content: center !important;
    }

    /* END */
    /* Forms Section CSS */
    /* START */
    .tab-section-main {
        margin: 0 20px !important;
        bottom: 40px;
        padding: 10px !important;
    }

    .tab-section-inner li {
        flex: unset;
        width: 48%;
    }

    .tab-section-inner li label {
        font-size: 14px !important;
    }

    .tab-section-main #wpforms-136-field_9 {
        width: 100%;
    }

    .tab-section-main .wpforms-field {
        flex: unset;
        width: 100% !important;
    }

    .tab-section-main::after {
        bottom: -3% !important;
    }

    /* END */
    /* CONTACT US SECTION */
    /* START */
    .contact-us-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .contact-us-section::before {
        height: 42%;
        top: 0;
    }

    .contact-us-qualities {
        gap: 40px;
    }

    /* END */
    /* Services SECTION */
    /* START */
    .our-services p {
        width: 100%;
    }

    .our-services .home-services .service {
        width: 100%;
    }

    /* END */
    /* WHY-CHOOSE-US SECTION */
    /* START */
    .choose-us-section .text-section {
        max-width: 100% !important;
    }

    .choose-us-section .cards-section {
        border: unset;
        border-radius: 0;
        padding: 0 !important;
    }

    .choose-us-section .card-section-inner {
        padding: 0 !important;
        border: none !important;
    }

    .choose-us-section .card-section-inner .wp-block-column {
        border: 5px solid #2758CE !important;
        border-radius: 15px;
        text-align: center;
    }

    .choose-us-section .card-section-inner .wp-block-heading {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .choose-us-section .card-section-inner .wp-block-heading::before {
        display: block;
        margin-bottom: 30px;
        margin-right: 0;
    }

    .choose-us-section {
        margin: 5rem 0 !important;
    }

    /* END */
    /* HOW-IT-WORK-SECTION */
    /* START */
    .how-it-works .how-it-works-main {
        margin-top: 4rem;
    }

    .how-it-works .how-it-works-main-inner::before {
        top: -25% !important;
    }

    /* END */
    /* AREAS-WE-SERVED SECTION and BLUE BANNER STATIC */
    /* START */
    .areas-main-list li {
        width: 100%;
        flex: unset;
    }

    /* END */
    /* MOVING DETAILS PAGE */
    /* START */
    .moving-details-cover .wp-block-cover__inner-container {
        width: 480px !important;
    }

    .moving-details-cover h2 {
        font-size: 26px !important;
    }

    .faq-section .faq-item {
        width: 100%;
    }

    .faq-section .faq-question {
        padding: 20px 32px;
    }

    .faq-section .faq-question::after {
        right: 2%
    }

    /* END */
    /* 
    ------------------------------------CONTACT US PAGE------------------------------------
    */

    .page-header {
        padding: 50px !important;
    }

    .contact-us-main p {
        width: 100%;
    }

    .contact-form-main {
        padding: 20px 0 !important;
    }

    .contact-form-main .wpforms-field {
        flex: 0 0 100%;
        padding: 0 !important;
    }

}

/* Landscape Devices - TABLETS */
@media(min-width: 501px) and (max-width: 768px) {
    .tab-section-main {
        margin: 0 20px !important;
        bottom: 40px;
        padding: 10px !important;
    }

    .tab-section-main .wpforms-field {
        flex: 0 0 47%;
    }

    .tab-section-inner li {
        flex: 0 0 32% !important;
    }

    .tab-section-main::after {
        bottom: -5%;
    }

    .contact-us-section {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .contact-us-section::before {
        height: 50%;
        top: 0;
    }

    .our-services p {
        width: 100%;
    }

    .home-services .service {
        grid-template-columns: 2fr 2fr !important;
    }

    .our-services .wp-block-post-excerpt__more-link {
        width: 50%;
    }

    .areas-main-list li {
        flex: 0 0 22%;
    }

    /* 
    ---------------------------------CONTACT-US-PAGE-----------------------------------
    */

    .contact-us-main p {
        width: 100%;
    }

    .contact-form-main {
        padding: 0 !important;
    }

    .contact-form-main .wpforms-field {
        flex: 0 0 48%;
        padding: 10px 0 !important;
    }

    .contact-form-main .wpforms-container .wpforms-field-container {
        gap: 10px;
    }

    .contact-form-main .wpforms-field-textarea {
        flex: 0 0 100%
    }
}