/* responsive-typography.css */
#header .mobile-toggle {
    display: none !important;
}

/* Small Laptop: ≤1200px */
@media (max-width: 1200px) {
  h1 { font-size: 42px !important; line-height: 1.3 !important; }
  h2 { font-size: 36px !important; line-height: 1.3 !important; }
  h3 { font-size: 30px !important; line-height: 1.4 !important; }
  h4 { font-size: 26px !important; line-height: 1.4 !important; }
  h5 { font-size: 22px !important; line-height: 1.5 !important; }
  h6 { font-size: 20px !important; line-height: 1.5 !important; }
  p  { font-size: 18px !important; line-height: 1.7 !important; }
}

/* Tablet: ≤992px */
@media (max-width: 992px) {
  h1 { font-size: 36px !important; line-height: 1.3 !important; }
  h2 { font-size: 32px !important; line-height: 1.3 !important; }
  h3 { font-size: 28px !important; line-height: 1.4 !important; }
  h4 { font-size: 24px !important; line-height: 1.4 !important; }
  h5 { font-size: 20px !important; line-height: 1.5 !important; }
  h6 { font-size: 18px !important; line-height: 1.5 !important; }
  p  { font-size: 17px !important; line-height: 1.7 !important; }
}

/* Mobile: ≤768px */
@media (max-width: 768px) {

    h1 { font-size: 32px !important; line-height: 1.3 !important; }
    h2 { font-size: 30px !important; line-height: 1.3 !important; }
    h3 { font-size: 26px !important; line-height: 1.4 !important; }
    h4 { font-size: 24px !important; line-height: 1.4 !important; }
    h5 { font-size: 22px !important; line-height: 1.5 !important; }
    h6 { font-size: 20px !important; line-height: 1.5 !important; }
    p  { font-size: 18px !important; line-height: 1.7 !important; }
    
    .section-video {
        height: 80vh !important;
        min-height: 80vh !important;
    }

    .custom-button button.btn, .custom-button button.btn:hover, .custom-button button.btn:focus, .custom-button button.btn:active, .footer-btn .btn {
        font-size: 24px !important;
    }

    #header .logo a {
        max-width: 70% !important;
    }

    .vc_custom_1749294666209, .vc_custom_1749295198097, .vc_custom_1749626267439, .vc_custom_1749642006546, .vc_custom_1749656361808, .vc_custom_1749659428725 {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .vc_custom_1749652271767 {
        padding-top: 5vh !important;
        padding-bottom: 5vh;
        background-size: auto !important;
    }

    .column-blank-left, .column-main, .column-main, .column-image , .column-desc {
        width: 100% !important;
    }

    .column-blank-left { order: 1 !important; }
    .column-main:nth-of-type(2) { order: 2 !important; } /* First .column-main */
    .column-main:nth-of-type(3) { order: 3 !important; } /* Second .column-main */
    .column-image { order: 4 !important; }
    .column-desc  { order: 5 !important; }

    /* Style for the 1st h3 inside .column-main */
    .column-main h3:first-of-type {
        font-size: 22px !important;
        line-height: 1.4 !important;
    }

    /* Style for the 2nd h3 inside .column-main */
    .column-main h3:nth-of-type(2) {
        font-size: 18px !important;
        line-height: 1.3 !important;
    }

    .column-main .vc_single_image-img {
        width: 50px !important;
    }

    .project-container {
        margin-bottom: 20px !important;
        border-bottom: 1px solid #cccccc;
        padding-bottom: 20px !important;
    }

    .vc_custom_1749294906941 {
        padding-top: 00px !important;
        padding-bottom: 00px !important;
    }

    .vc_custom_1749655047739 {
        margin-bottom: 0px !important;
        padding-top: 00px !important;
        padding-bottom: 50px !important;
    }

    .why-choose-us .vc_column_container h2:first-of-type {
        font-size: 24px !important;
        line-height: 1 !important;
        font-weight: bold !important;
        margin-bottom: 20px !important;
    }
    .why-choose-us .vc_column_container h2:nth-of-type(2) {
        font-size: 22px !important;
        line-height: 1 !important;
    }

    body .vc_custom_1749660719992 {
        padding: 40px 20px !important;
        border-left: 0px !important;
        border-top: 3px solid #828282 !important;
        margin-top: 40px !important;
    }

    .vc_custom_1749576514797 {
        margin-bottom: 30px !important;
    }

    .header-absolute {
        top: 10px !important;
    }
}
