/* ============================================
   MEDIA QUERIES - RESPONSIVE STYLES
   Organized by breakpoint (largest to smallest)
   ============================================ */

/* ============================================
   1920px and below
   ============================================ */
@media screen and (max-width: 1920px) {
    /* Currently empty - reserved for future styles */
}

/* ============================================
   1800px and below
   ============================================ */
@media screen and (max-width: 1800px) {
    /* Contact Background */
    .contact_bg_sli {
        background-position-y: unset;
    }
}

/* ============================================
   1600px and below
   ============================================ */
@media screen and (max-width: 1600px) {
    /* Currently empty - reserved for future styles */
}

/* ============================================
   1600px and above
   ============================================ */
@media screen and (min-width: 1600px) {
    /* ===== BANNER VIDEO ===== */
    .banner video {
        height: 71vh;
    }
}

/* ============================================
   1536px - 1599px
   ============================================ */
@media screen and (min-width: 1536px) and (max-width: 1599px) {
    /* ===== BANNER VIDEO ===== */
    .banner video {
        height: 70vh;
    }
}

/* ============================================
   1440px - 1535px
   ============================================ */
@media screen and (min-width: 1440px) and (max-width: 1535px) {
    /* ===== BANNER VIDEO ===== */
    .banner video {
        height: 62.5vh;
    }
}

/* ============================================
   1440px and below
   ============================================ */
@media screen and (max-width: 1440px) {
    
    /* ===== BANNER SECTION ===== */
    .banner_box_contnet h2 {
        font-size: 35px;
        display: flex;
        align-items: center;
        gap: 5px;
    }
    .banner_box_contnet p {
        font-size: 18px;
    }

    /* ===== HOME ABOUT US SECTION ===== */
    .home_about_us_content p {
        max-width: 75%;
        font-size: 18px;
    }

    /* ===== CERTIFICATION SECTION ===== */
    .certification_div_left p {
        font-size: 18px;
    }
    .certification_div_left img {
        margin: 30px 0;
    }

    /* ===== EXPLORE WIRECLOTH SECTION ===== */
    .explore_wirecloth_box h3 {
        font-size: 25px;
    }

    /* ===== ENTITY HEADER ===== */
    .entitu_header {
        top: 50%;
    }
    .entitu_header img {
        max-width: 550px;
    }
    .entitu_header h1 {
        font-size: 56px;
    }

    /* ===== CONTACT SECTION ===== */
    .contact_bg_sli {
        height: 400px;
    }
    .contacts_section .contacts_rows p {
        font-size: 18px;
    }

    /* ===== FOOTER ===== */
    .footer_submenu a {
        font-size: 16px;
    }
    .footer_search {
        padding: 50px 30px;
    }
    .footer_menu {
        padding: 50px 30px;
    }
    .footer_info {
        padding: 50px 30px;
    }

    /* ===== TIMELINE ===== */
    #timeline .timelineslider .owl-stage-outer .owl-stage .item .round:after {
        top: -16px;
    }

    /* ===== BOX SECTIONS ===== */
    #boxSections .boxsRow .boxCol .btn {
        width: calc(100% - 80px);
        font-size: 18px;
    }

    /* ===== TYPOGRAPHY - GENERAL ===== */
    .bodyText1 {
        font-size: 18px;
    }
    .square_ul_box {
        font-size: 18px;
    }
    .square_ul_box li {
        margin-bottom: 5px;
    }
    .left_sides_indus p {
        font-size: 18px;
    }
    .fpos_dlss p {
        font-size: 18px;
    }

    /* ===== HEADINGS ===== */
    #historyManufacture h2,
    #whatweoffer h2,
    #timeline h2,
    #capturingCentury h2 {
        font-size: 32px;
    }
    .wire_cloth h2 {
        font-size: 32px;
    }
    .crip_styles h4 {
        font-size: 32px;
    }
    .crips_box h3 {
        font-size: 25px;
    }
    .raw_materials_dls h2 {
        font-size: 32px;
    }
    .privacy_policy_page h2 {
        font-size: 32px;
    }
    .specifications-performance-data-page h2,
    .specifications-performance-data-page h3 {
        font-size: 32px;
    }
    .commitment-to-accessibility-page h2 {
        font-size: 32px;
    }
    #Glossaryresearch .topBottomPaddingBox h3 {
        font-size: 24px;
    }

    /* ===== LINKS & BUTTONS ===== */
    .view_matss a {
        font-size: 18px;
    }
    .glosaary_sec a {
        font-size: 24px;
    }
    .read_btns a {
        font-size: 18px;
    }

    /* ===== FORMS ===== */
    #selectrawmate .nav .nav-item .nav-link {
        font-size: 18px;
    }
    #selectrawmate .readmorespecsheetbox button {
        font-size: 18px;
    }
    #orderform .stillneedassistance button {
        font-size: 18px;
    }
    #orderform .formcol .formfieldTop .uploadfilesBox label {
        font-size: 18px;
    }
    #orderform input[type='submit'] {
        font-size: 18px;
    }
    .right_side_forms [type=submit] {
        font-size: 18px !important;
    }
    .submit_btns {
        margin-top: 20px;
    }
    .submit_btns a {
        font-size: 18px;
    }

    /* ===== CALCULATORS ===== */
    .calculators ul li {
        font-size: 18px;
    }
    .calculation_div input[type="button"] {
        font-size: 18px;
    }
    .calculation_div table,
    .calculation_div th,
    .calculation_div td {
        font-size: 18px;
    }
    .calculation_div font {
        font-size: 18px;
    }
    .calculation_div .title {
        font-size: 22px;
    }
    .calculation_div input[type="radio"] {
        width: 15px;
        height: 15px;
    }

    /* ===== HOW TO MEASURE ===== */
    .how_to_mesure p {
        font-size: 18px;
    }

    /* ===== FABRICATION & LASER ===== */
    #fabricationandlaser p {
        font-size: 18px;
    }

    /* ===== PRIVACY & POLICY PAGES ===== */
    .privacy_policy_page p,
    .privacy_policy_page li {
        font-size: 18px;
        font-weight: 500;
    }

    /* ===== SPECIFICATIONS & PERFORMANCE DATA ===== */
    .specifications-performance-data-page p,
    .tools_to_help p {
        font-size: 18px;
    }

    /* ===== COMMITMENT TO ACCESSIBILITY ===== */
    .commitment-to-accessibility-page p {
        font-size: 18px;
    }
    .commitment-to-accessibility-page li {
        font-size: 18px;
    }

    /* ===== INDUSTRIES WE SERVE ===== */
    #industriesweserve .box:hover .hover p {
        display: block;
        height: 250px;
        overflow: auto;
        font-size: 18px;
    }

    /* ===== COMMON WIRE CLOTH ===== */
    #commonwirecloth .nav .nav-item .nav-link {
        font-size: 18px;
    }

    /* ===== GLOSSARY RESEARCH ===== */
    #Glossaryresearch .topBottomPaddingBox {
        padding: 30px 0;
    }

    /* ===== ARCHIVE & SEARCH ===== */
    .archive-subtitle p {
        font-size: 18px;
    }
    .search-submit {
        font-size: 18px;
    }
    .entry-content p {
        font-size: 18px;
    }
}

/* ============================================
   1366px - 1439px
   ============================================ */
@media screen and (min-width: 1366px) and (max-width: 1439px) {
    /* ===== BANNER VIDEO ===== */
    .banner video {
        height: 69.5vh;
    }
}

/* ============================================
   1200px - 1365px
   ============================================ */
@media screen and (min-width: 1200px) and (max-width: 1365px) {
    /* ===== BANNER VIDEO ===== */
    .banner video {
        height: 60.5vh;
    }
    /* ===== HOME ABOUT US ===== */
    .home_about_us_content p {
        max-width: 75%;
        font-size: 18px;
    }
    .home_about_us_img {
        right: -41px;
    }
}

/* ============================================
   1200px and below
   ============================================ */
@media screen and (max-width: 1200px) {
    
    /* ===== SOCIAL MENU ===== */
    .social_menu_div img {
        width: 40%;
    }

    /* ===== FOOTER ===== */
    .footer_log img {
        width: 140px;
    }

    /* ===== WHY CHOOSE SECTION ===== */
    .why_choose {
        padding: 100px 0;
    }
    .why_choose h2 {
        margin-bottom: 100px;
        font-size: 40px;
    }
    .why_choose_slider {
        width: calc(100% - 120px);
    }

    /* ===== ENTITY HEADER ===== */
    .entitu_header h1 {
        font-size: 42px;
    }
    .entitu_header img {
        max-width: 400px;
    }

    /* ===== PAGINATION ===== */
    .pagination_con {
        padding: 5px 0;
    }

    /* ===== CONTACT BACKGROUND ===== */
    .contact_bg_sli {
        height: 330px;
    }

    /* ===== FORMS ===== */
    #field_2_25 .col-4 {
        width: 100%;
    }
    #field_2_25 .col-7 {
        width: 100%;
    }
    #orderform .formcol .formfieldTop .uploadfilesBox .uploadfiles {
        left: 67px;
    }
}

/* ============================================
   1025px - 1199px
   ============================================ */
@media screen and (min-width: 1025px) and (max-width: 1199px) {
    /* ===== BANNER VIDEO ===== */
    .banner video {
        height: 50.5vh;
    }
}

/* ============================================
   1025px - 1365px
   ============================================ */
@media screen and (min-width: 1025px) and (max-width: 1365px) {
    /* ===== HOME ABOUT US ===== */
    .home_about_us_content p {
        max-width: 75%;
        font-size: 18px;
    }
    .home_about_us_img {
        right: -41px;
    }
}

/* ============================================
   1024px and below
   ============================================ */
@media screen and (max-width: 1024px) {
    /* ===== INDUSTRIES WE SERVE ===== */
    #industriesweserve h2 {
        color: #ffffff;
    }
}

/* ============================================
   1000px and below
   ============================================ */
@media screen and (max-width: 1000px) {
    
    /* ===== MENU ===== */
    .menu ul a {
        font-size: 14px;
    }
    .menu ul li {
        margin-right: 15px;
    }

    /* ===== LOGO ===== */
    .logo img {
        max-width: 150px;
    }

    /* ===== PAGE BACK HOME ===== */
    .page_backhome a {
        font-size: 14px;
    }

    /* ===== ENTITY HEADER ===== */
    .entitu_header img {
        max-width: 300px;
    }
    .entitu_header h1 {
        font-size: 32px;
    }

    /* ===== CONTACT BACKGROUND ===== */
    .contact_bg_sli {
        height: 230px;
    }
}

/* ============================================
   981px - 1024px
   ============================================ */
@media screen and (min-width: 981px) and (max-width: 1024px) {
    /* ===== BANNER VIDEO ===== */
    .banner video {
        height: 50.5vh;
    }
    /* ===== HOME ABOUT US ===== */
    .home_about_us_content {
        width: calc(100% - 60px);
        padding: 20px;
        background: #f2f2f2;
        float: none;
    }
    .home_about_us h2 {
        left: -18%;
    }
    .home_about_us_content p {
        max-width: 68%;
        font-size: 18px;
    }
    .home_about_us_img {
        right: -41px;
    }
}

/* ============================================
   900px and above
   ============================================ */
@media screen and (min-width: 900px) {
    /* ===== CAPTURING CENTURY ===== */
    #capturingCentury .slider-banner-image img,
    #capturingCentury .slider-nav .slick-slide.thumbnail-image .thumbImg img {
        object-fit: contain;
    }
}

/* ============================================
   800px - 980px
   ============================================ */
@media screen and (min-width: 800px) and (max-width: 980px) {
    /* ===== HOME ABOUT US ===== */
    .home_about_us_img {
        right: -31px;
    }
}

/* ============================================
   769px - 980px
   ============================================ */
@media screen and (min-width: 769px) and (max-width: 980px) {
    /* ===== BANNER VIDEO ===== */
    .banner video {
        height: 39vh;
    }
    /* ===== SEARCH ===== */
    .search .footer {
        bottom: -900px;
    }
    /* ===== EXPLORE WIRECLOTH ===== */
    .explore_wirecloth h2 {
        font-size: 39px;
    }
    /* ===== HOME ABOUT US ===== */
    .home_about_us_content {
        width: calc(100% - 60px);
        padding: 20px;
        background: #f2f2f2;
        float: none;
    }
    .home_about_us h2 {
        left: -18%;
    }
}

/* ============================================
   768px and below - MOBILE
   ============================================ */
@media screen and (max-width: 768px) {
    
    /* ===== LAYOUT & GRID ===== */
    .container {
        padding: 0 20px;
    }
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
    .col-md-3,
    .col-md-4,
    .col-md-2,
    .col-md-6,
    .col-md-8,
    .col-md-7 {
        flex: 0 0 auto;
        width: 100%;
    }
    .img-fluid {
        width: 100% !important;
    }

    /* ===== LOGO ===== */
    .logo img {
        max-width: 250px;
    }

    #myNav .logo img{
        margin: 0 24px;
    }

    #mynNav ul .request_quote{
        margin-top: 24px;
    }

    /* ===== MOBILE MENU OVERLAY ===== */
    .overlay {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 90;
        top: 0px;
        left: 0;
        background: url(../img/menu_mobile_bg.jpg);
        overflow-x: hidden;
        transition: 0.5s;
        background-position: top;
        background-size: cover;
    }
    
    /* Content inside #myNav - hidden when menu is closed */
    #myNav > * {
        opacity: 0;
        transition: opacity 0.3s ease-in-out;
        pointer-events: none;
    }
    
    /* Show content when menu is open */
    #myNav.menu-open > *,
    #myNav[style*="width: 100%"] > *,
    #myNav[style*="width:100%"] > * {
        opacity: 1;
        pointer-events: auto;
        transition-delay: 0.15s;
    }
    .overlay-content {
        position: relative;
        top: 0%;
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }
    .overlay a {
        padding: 8px;
        text-decoration: none;
        font-size: 36px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }
    .overlay a:hover,
    .overlay a:focus {
        color: #f1f1f1;
    }
    .overlay .closebtn {
        position: absolute;
        top: 40px;
        right: 20px;
        display: block;
        font-size: 48px;
        z-index: 92;
    }

    /* ===== MENU ===== */
    .menu ul {
        display: block;
        text-align: left;
        margin-top: 30px;
        margin-left: 40px;
    }
    .menu ul a {
        padding: 15px;
        font-size: 18px;
    }
    .menu ul a span {
        margin-left: 10px;
    }
    .menu .fa-angle-down:before {
        content: "\f105";
    }
    .menu ul a.request_quote {
        display: table;
        margin-top: 20px;
    }
    .menu > ul li {
        position: relative;
    }
    .menu > ul li span {
        position: absolute;
        top: 17px;
        left: 100px;
        z-index: 91;
    }
    /* Hide original openNav button on mobile - replaced by FAB */
    .openNav {
        display: none !important;
    }
    
    /* Floating Action Button for Mobile Menu */
    .mobile-fab {
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        bottom: 20px;
        right: 20px;
        width: 48px;
        height: 48px;
        background: #ffffff;
        border: none;
        border-radius: 50%;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15), 0 2px 4px rgba(0, 0, 0, 0.1);
        cursor: pointer;
        z-index: 998;
        transition: all 0.3s ease;
        padding: 0;
        -webkit-tap-highlight-color: transparent;
    }
    .mobile-fab:active {
        transform: scale(0.95);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.15);
    }
    .mobile-fab:hover {
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2), 0 3px 6px rgba(0, 0, 0, 0.15);
    }
    
    /* FAB Icon Container */
    .fab-icon {
        width: 20px;
        height: 16px;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
    /* FAB Lines (Hamburger) */
    .fab-line {
        display: block;
        width: 100%;
        height: 2.5px;
        background-color: #375066;
        transition: all 0.3s ease-in-out;
        transform-origin: center;
    }
    
    /* Transform to X when menu is open */
    .mobile-fab.active .fab-line:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }
    .mobile-fab.active .fab-line:nth-child(2) {
        opacity: 0;
        transform: scaleX(0);
    }
    .mobile-fab.active .fab-line:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }
    /* .topbar{display: none;} */
    #myNav .logo {
        display: block;
        padding-top: 30px;
    }

    /* ===== OVERLAY MENU FOOTER ===== */
    .overlay_menu_footer {
        display: block;
    }
    .overlay_menu_footer ul li i {
        color: #fff;
        font-size: 15px;
        border: 1px solid #71a5ca;
        border-radius: 50px;
        width: 30px;
        height: 30px;
        padding: 6px;
        text-align: center;
        margin-right: 20px;
    }
    .overlay_menu_footer ul {
        border-top: 1px solid #fff;
        padding-top: 25px;
        margin-top: 100px;
        margin-right: 40px;
    }
    .overlay_menu_footer ul li {
        display: flex;
        margin-bottom: 10px;
        align-items: center;
    }
    .overlay_menu_footer ul li p {
        color: #fff;
        margin: 0;
    }

    /* ===== CUSTOM MENU SECTION ===== */
    .cstm_sub_menu {
        display: block;
    }
    #cstm_sub_menu_section {
        position: unset;
        background: transparent;
        display: none; /* Hidden by default on mobile */
        overflow: hidden;
    }
    /* Show submenu when parent has submenu-open class on mobile */
    .bathrooms_packg.submenu-open #cstm_sub_menu_section {
        display: block;
    }
    .cstm_menu_section {
        width: 100%;
    }
    .cstm_menu_section a h3 {
        color: #fff;
        min-height: unset;
    }
    .cstm_menu_section img {
        display: none;
    }

    /* ===== BANNER SECTION ===== */
    .banner {
        margin-top: 0;
    }
    .banner .container {
        padding: 0;
    }
    .banner_box {
        margin-bottom: 0;
    }
    .banner_box img {
        height: 200px;
        object-fit: cover;
    }
    .banner_box img.PrefooterArrowwhite {
        width: 34px;
        height: 34px;
    }

    /* ===== HOME ABOUT US SECTION ===== */
    .home_about_us {
        margin: 50px 0;
        max-width: 100%;
    }
    .home_about_us h2 {
        top: 70px;
        left: -60px;
        font-size: 42px;
    }
    .home_about_us_content {
        width: calc(100% - 60px);
        padding: 20px;
        background: #f2f2f2;
        float: right;
    }
    .home_about_us_content p a {
        color: #262d35;
        font-weight: bold;
    }
    .home_about_us_content p {
        max-width: 100%;
        font-weight: 500;
        font-size: 18px;
    }
    .home_about_us_img {
        width: calc(100% + 40px);
        position: unset;
        margin-top: 30px;
        margin-left: -20px;
    }

    /* ===== WHY CHOOSE SECTION ===== */
    .why_choose {
        padding: 50px 0;
    }
    .why_choose h2 {
        font-size: 42px;
        text-align: left;
        margin-bottom: 50px;
        margin-left: 0;
    }
    .why_choose h2 br {
        display: none;
    }
    .why_choose .owl-stage {
        padding-left: 0 !important;
    }
    .why_choose_slider {
        width: 100%;
        padding: 0 20px;
    }
    .why_choose_slider_box {
        padding: 20px;
    }
    .why_choose video {
        width: auto !important;
    }
    #owl_carousel_1 .owl-nav {
        position: unset;
        margin: auto;
        display: table;
    }
    #owl_carousel_1 .nav-btn {
        margin: 0 10px;
    }
    #why_choose_background .owl-item img {
        display: block;
        width: auto;
    }

    /* ===== CERTIFICATION SECTION ===== */
    .certification {
        margin: 50px 0;
    }
    .certification_div_left {
        width: 100%;
        padding-left: 0;
    }
    .certification_div_right img {
        margin-top: 50px;
    }
    .certification_icon {
        width: 100%;
    }

    /* ===== EXPLORE WIRECLOTH SECTION ===== */
    .explore_wirecloth {
        padding: 0 10px;
    }
    .explore_wirecloth_box {
        margin-bottom: 30px;
    }
    .explore_wirecloth_box h3 {
        font-size: 24px;
    }
    .explore_wirecloth .row a {
        padding: 0 8px;
        display: block;
    }

    /* ===== FOOTER ===== */
    .footer_main {
        background: url(../img/footer_bg_mobile.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }
    .footer_log {
        padding: 20px 0;
    }
    .footer_log a {
        justify-content: center;
        width: 100%;
    }
    .footer_log img {
        width: 190px;
    }
    .footer_info {
        padding: 50px 20px 0;
    }
    .footer_info h6 {
        margin-bottom: 20px;
    }
    .footer_menu {
        padding: 0 20px;
        margin-top: 20px;
    }
    .footer_search {
        padding: 0 20px;
        margin-top: 30px;
    }
    .footer_submenu a {
        font-size: 16px;
    }
    .footer_submenu li:before {
        width: 6px;
        height: 6px;
    }
    .copy_right_div {
        display: block;
        width: 100%;
        text-align: left;
    }
    .copy_right {
        background: #dcdcdc;
    }
    .copy_right_right ul {
        justify-content: left;
        flex-wrap: wrap;
    }
    .copy_right_right ul a {
        border-left: unset;
        border-right: 1px solid #2f4761;
        padding: 0;
        margin: 0;
        padding-right: 5px;
        margin-right: 5px;
    }
    .copy_right_right ul li:first-child a {
        border-left: unset;
        border-right: 1px solid #2f4761;
    }
    .copy_right_right ul li:last-child a {
        border: none;
    }

    /* ===== ENTITY HEADER ===== */
    .entitu_header {
        display: block;
        top: 130px;
        position: unset;
        padding: 0 10px;
        padding-top: 145px;
    }
    .entitu_header img {
        max-width: 100%;
        position: relative;
        z-index: 91;
    }

    /* ===== PAGE BACK HOME ===== */
    .page_backhome a {
        font-size: 18px;
    }

    /* ===== PAGINATION ===== */
    .pagination_con {
        padding: 50px 20px 20px;
        margin-top: -30px;
        position: relative;
    }

    /* ===== CONTACT BACKGROUND ===== */
    /* .contact_header .header_main{    border-top: 10px solid #479EB9;} */
    .contact_bg_sli {
        height: auto;
        background-size: auto;
    }

    /* ===== HISTORY MANUFACTURE SECTION ===== */
    #historyManufacture .boxsRow {
        flex-direction: column;
    }
    #historyManufacture h2:after,
    #whatweoffer h2:after,
    #capturingCentury h2:after {
        width: 130px;
    }

    /* ===== WHAT WE OFFER SECTION ===== */
    #whatweoffer {
        margin-top: 0 !important;
    }
    #whatweoffer .boxsRow {
        display: block;
    }
    #whatweoffer .square_ul_box {
        padding-left: 30px;
        margin-bottom: 20px;
    }

    /* ===== BOX SECTIONS ===== */
    .boxCol.boxCol2 img {
        width: 100%;
    }
    .boxCol img {
        margin-bottom: 40px;
    }
    #boxSections .boxsRow {
        flex-direction: column;
    }
    #boxSections .boxsRow .boxCol {
        width: 100%;
        padding: 30px 20px;
    }
    #boxSections {
        padding-bottom: 50px;
    }

    /* ===== BUTTONS ===== */
    .btn {
        color: #fff;
        font-size: 18px;
    }
    #boxSections .boxsRow .boxCol .btn {
        width: 100%;
        position: unset;
    }
    #fabricationandlaser .btn {
        width: 100%;
    }

    /* ===== CUSTOM WEAVING SECTION ===== */
    #customWeaving .boxsRow {
        flex-direction: column;
        gap: 30px;
    }
    #customWeaving .boxsRow .boxCol {
        width: 100%;
    }

    /* ===== WIRE CLOTH SECTION ===== */
    #wirecloth .boxsRow {
        flex-direction: column;
    }
    #wirecloth .boxsRow .boxCol1 {
        width: 100%;
    }
    #wirecloth .boxsRow .boxCol2 {
        width: 100%;
    }
    #wirecloth .topBottomPaddingBox {
        padding-top: 50px;
    }

    /* ===== TIMELINE SECTION ===== */
    #timeline .timelineslider .owl-stage-outer {
        background-image: unset !important;
        background: #f6f6f6;
        height: auto;
        padding-bottom: 40px;
    }
    #timeline .timelineslider .owl-stage-outer .owl-stage .item {
        position: relative;
        margin-top: 50px;
        padding: 10px;
    }
    #timeline .timelineslider .owl-stage-outer .owl-stage .item:before {
        width: calc(100% + 50px);
        position: absolute;
        content: '';
        border: 2px solid #469eb9;
        background: white;
        top: 80px;
        left: 0;
    }
    #timeline .timelineslider .owl-stage-outer .owl-stage .item .year {
        font-size: 25px;
    }
    #timeline .timelineslider .owl-stage-outer .owl-stage .item .round:after {
        top: -23px;
    }
    #timeline .timelineslider .owl-nav {
        bottom: 0px;
    }
    #timeline .owl-carousel .owl-nav button.owl-next,
    #timeline .owl-carousel .owl-nav button.owl-prev,
    #timeline .owl-carousel button.owl-dot {
        color: #62a7be;
        background: #e3e3e3;
        line-height: 50px;
        padding: 0 5px !important;
        font-size: inherit;
    }

    /* ===== CAPTURING CENTURY SECTION ===== */
    #capturingCentury {
        margin-bottom: 40px;
    }
    #capturingCentury .slider-banner-image {
        height: auto;
    }
    #capturingCentury .banner-slider .slider.slider-for {
        padding-right: 0;
        max-width: 100%;
    }
    #capturingCentury .banner-slider .slider.slider-nav {
        height: auto;
        max-width: 100%;
    }
    #capturingCentury .slick-arrow {
        transform: unset;
        width: fit-content;
        left: unset;
        right: unset;
        top: 0;
    }
    #capturingCentury .slick-prev {
        left: 0;
    }
    #capturingCentury .slick-arrow {
        right: 0;
    }

    /* ===== ROW BUTTONS ===== */
    .row_bts {
        flex-direction: column;
    }

    /* ===== OUR PEOPLE HELP SECTION ===== */
    #ourPeopleHelp .bodyText1 {
        padding-right: 0;
    }

    /* ===== TOP BOTTOM PADDING BOX ===== */
    .topBottomPaddingBox {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .topBottomPaddingBox {
        padding-top: 50px;
        padding-bottom: 0;
    }
    .topBottomPaddingBox h3 {
        margin: 20px 0 !important;
    }

    /* ===== SOCIAL MENU ===== */
    .social_menu_div img {
        width: auto;
    }

    /* ===== TYPOGRAPHY - GENERAL ===== */
    .bodyText1 {
        font-size: 18px;
    }

    /* ===== HEADINGS ===== */
    .wire_cloth h2 {
        font-size: 35px;
    }
    .raw_materials_dls h2 {
        font-size: 35px;
    }
    #commonwirecloth h2,
    #industriesweserve h2 {
        color: #3F5063;
        font-size: 28px;
    }
    .archive-title {
        font-size: 35px;
    }
    .entry-title a {
        font-size: 25px;
    }

    /* ===== LINKS ===== */
    .glosaary_sec a {
        font-size: 30px;
    }

    /* ===== FORMS ===== */
    #orderform .formcol {
        margin: 0;
        padding: 40px 20px;
    }
    #orderform .formcol .formfieldTop > .row {
        flex-direction: column;
    }
    #orderform .formcol .formfieldTop > .row .col-4 {
        width: 100%;
    }
    #orderform .formcol .formfieldTop > .row .col-7 {
        width: 100%;
    }
    #orderform .stillneedassistance {
        margin-top: 50px;
    }
    .form_section {
        padding-top: 40px;
    }
    .right_side_forms [type=submit] {
        font-size: 18px !important;
    }

    /* ===== SELECT RAW MATERIAL ===== */
    #selectrawmate .readmorespecsheetbox button {
        width: 100%;
        margin-bottom: 20px;
    }
    #selectrawmate .nav .nav-item {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    /* ===== COMMON WIRE CLOTH ===== */
    #commonwirecloth .nav .nav-item {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    /* ===== FABRICATION & LASER ===== */
    #fabricationandlaser p {
        font-size: 18px;
    }

    /* ===== CONTACTS SECTION ===== */
    .contacts_section {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .contacts_section .row {
        margin: 0;
        gap: 40px;
    }
    .contacts_rows .row {
        flex-direction: column;
    }
    .contact_detail_class p iframe {
        width: 100%;
        margin: auto;
    }
    .contacts_section ul.square_ul_box.square_ul_box50 li {
        width: 100%;
    }

    /* ===== FPS DLSS ===== */
    .fpos_dlss img {
        max-width: 100%;
    }
    .fpos_dlss p {
        font-size: 18px;
    }

    /* ===== CRIP STYLES ===== */
    .crip_styles .left_cripss {
        padding: 0;
    }
    .crip_styles .right_cripss {
        padding: 0;
    }

    /* ===== LEFT SIDES INDUSTRIES ===== */
    .left_sides_indus p {
        font-size: 18px;
    }

    /* ===== SQUARE UL BOX ===== */
    ul.square_ul_box.square_ul_box50 {
        flex-direction: column;
    }
    .square_ul_box li {
        margin-bottom: 0;
        font-size: 18px;
    }
    .square_ul_box li::marker {
        font-size: 1.2em;
    }

    /* ===== PRODUCTS BG ===== */
    .products_bg img {
        margin-top: 30px;
    }

    /* ===== CLEVELAND OFFERS WRAP ===== */
    .clevend_offers_wrap {
        margin-top: 40px;
    }

    /* ===== VEHICLE DETAIL BANNER ===== */
    .vehicle-detail-banner {
        margin-top: 40px;
    }

    /* ===== GLOSSARY RESEARCH ===== */
    #Glossaryresearch {
        margin: 40px 0;
    }
    #Glossaryresearch .topBottomPaddingBox {
        padding: 15px 0;
    }

    /* ===== PRIVACY POLICY PAGE ===== */
    .privacy_policy_page {
        margin: 50px 0;
    }
    .privacy_policy_page p,
    .privacy_policy_page ul li {
        font-size: 18px;
    }

    /* ===== CALCULATORS ===== */
    .calculators {
        margin-bottom: 50px;
    }
    /*.calculation_div font {
        width: 100%;text-align: center;
        display: table;
    }*/
    .calculation_div select {
        width: 100%;
        margin-bottom: 10px;
    }
    .calculation_div input[type="text"] {
        width: 100%;
    }

    /* ===== HOW TO MEASURE ===== */
    .how_to_mesure {
        margin: 50px 0;
    }
    .how_to_mesure .boxRow {
        flex-direction: column;
    }
    .how_to_mesure .boxRow .colImage {
        width: 100%;
    }
    .how_to_mesure .boxRow .colContent {
        width: 100%;
    }

    /* ===== SEARCH FORM ===== */
    .search-form label {
        width: 100%;
    }
    #search-form-1 {
        width: 100%;
        margin-bottom: 20px;
    }
    .search-submit {
        max-width: 100%;
    }

    /* ===== CUSTOM COL6 CLASS ===== */
    .cstm_col6_class {
        margin-bottom: 0;
    }

    /* ===== COL FILTERS ===== */
    .col_filters {
        width: 100%;
    }

    /* ===== HOME OVERLAY ===== */
    .home .overlay {
        z-index: 90 !important;
    }
}

/* ============================================
   768px (exact)
   ============================================ */
@media screen and (min-width: 768px) and (max-width: 768px) {
    /* ===== BANNER VIDEO ===== */
    .banner video {
        height: 600px;
    }
    /* ===== SEARCH ===== */
    .search .footer {
        bottom: -900px;
    }
    /* ===== CERTIFICATION ICON MOBILE ===== */
    .certification_icon.mobile #owl_carousel_2 {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: 175px;
        grid-gap: 10px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .certification_div_left .certification_icon.mobile img {
        margin: 0 auto;
        width: 60%;
    }
}

/* ============================================
   767px and below
   ============================================ */
@media screen and (max-width: 767px) {
    /* ===== CERTIFICATION ICON MOBILE ===== */
    .certification_icon.mobile .item {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .certification_icon.mobile #owl_carousel_2 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 175px;
        grid-gap: 10px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .certification_div_left .certification_icon.mobile img {
        margin: 0 auto;
        width: 80%;
    }
    /* ===== BANNER VIDEO ===== */
    .banner video {
        height: 600px;
    }
    /* ===== SEARCH ===== */
    .search .footer {
        bottom: -800px;
    }
    /* ===== BANNER BOX ===== */
    .banner_box img.PrefooterArrowwhite {
        width: 25px;
        height: 25px;
    }
}

/* ============================================
   650px and below
   ============================================ */
@media screen and (max-width: 650px) {
    /* Currently empty - reserved for future styles */
}

/* ============================================
   375px and below
   ============================================ */
@media screen and (max-width: 375px) {
    /* Currently empty - reserved for future styles */
}

/* ============================================
   Max Height: 450px (Landscape mobile)
   ============================================ */
@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px;
    }
    .overlay .closebtn {
        font-size: 60px;
        top: 0px;
        right: 35px;
        color: #fff;
    }
}
