/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

/* ──────────────────────────────────────────────────────────────
   FONT IMPORTS — Google Fonts
   ────────────────────────────────────────────────────────────── */
/* @import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap'); */

/* ──────────────────────────────────────────────────────────────
   GLOBAL FONT RULES
   ────────────────────────────────────────────────────────────── */

/* Headers — Fjalla One (bold, striking) */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Fjalla One', Arial, Helvetica, sans-serif;
    letter-spacing: 0.5px;
}

/* Body text — Roboto (clean, readable) */
body {
    font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    line-height: 1.6;
}

p, li, td, th, span, div, a {
    font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
}

@font-face {
    font-family: 'Oswald';
    src: url('/wp-content/uploads/2026/03/Oswald-Regular.woff2') format('woff2');
    font-display: swap;
}

/* Force font-display: swap on Bricks icon fonts */
@font-face {
    font-family: 'Font Awesome 6 Brands';
    font-display: swap;
    src: local('Font Awesome 6 Brands');
}
@font-face {
    font-family: 'Font Awesome 6 Free';
    font-display: swap;
    src: local('Font Awesome 6 Free');
}
@font-face {
    font-family: 'themify';
    font-display: swap;
    src: local('themify');
}
@font-face {
    font-family: 'Ionicons';
    font-display: swap;
    src: local('Ionicons');
}
@media (max-width: 768px) {
  .addons-table {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

body {
  overflow-x: hidden !important;
  max-width: 100% !important;
}

.milani-marquee {
  overflow: hidden !important;
  max-width: 100vw !important;
}

@media (max-width: 768px) {
  div[style*="grid-template-columns:repeat(4,1fr)"],
  div[style*="grid-template-columns: repeat(4,1fr)"],
  div[style*="grid-template-columns:repeat(4, 1fr)"],
  div[style*="grid-template-columns: repeat(4, 1fr)"] {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 768px) {
    #brxe-fb94a3 {
        overflow: visible !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    #brxe-fb94a3 .brxe-container {
        max-width: 100% !important;
        width: 100% !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
        box-sizing: border-box !important;
    }
}

@media (max-width: 768px) {
  .brxe-container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-sizing: border-box !important;
  }
}

@media (max-width: 768px) {
  .brxe-section {
    width: 100% !important;
    max-width: 100vw !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
    /* overflow-x: hidden !important; */
  }

  #brx-content {
    width: 100% !important;
    max-width: 100vw !important;
    overflow-x: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }

  .brx-body {
    width: 100% !important;
    max-width: 100vw !important;
    overflow-x: hidden !important;
  }
}

.milani-form-wrap input[type="text"],
.milani-form-wrap input[type="tel"],
.milani-form-wrap input[type="email"],
.milani-form-wrap textarea {
    padding: 1px 12px !important;
    border: 1.5px solid #ddd !important;
    font-size: 14px !important;
    border-radius: 5px !important;
    box-shadow: none !important;
    height: auto !important;
}

.milani-form-wrap .milani-form-submit {
    text-align: center !important;
    display: block !important;
    width: 100% !important;
}


.brxe-1ascbj .bricks-mobile-menu-wrapper li a {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  line-height: 1.3 !important;
  min-height: unset !important;
}

@media (max-width: 768px) {
    section#free-quote-form {
        overflow: visible !important;
        overflow-x: visible !important;
    }
}

#brxe-hefewm {
    position: relative;
}

@media (max-width: 600px) {
    #brxe-hefewm::after {
        content: '';
        position: absolute;
        top: 20px;
        bottom: 20px;
        left: 32px;
        width: 1px;
        background: #ffffff;
        opacity: 0.6;
        z-index: 0;
    }
}

html {
    scroll-behavior: smooth;
}