:root {
    --accent: #e0922f;
    --primary: #4055a1;
    --secondary: #4055a1;
    --dark: #222;    
    --border-radius: 0;    
    --icon-radius: 0;
}

header{
    position: relative;
    z-index: 1001;
}



/* Offcanvas Stylings */

@media (min-width: 1024px){
    .offcanvas,
    .offcanvas .coff,
    .header .toggle{
      display: none  !important;
    }
  }

@media (max-width: 1023px){
    #mobileNav {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1000;
        padding: 40px 0;
        background-color: #161616;
        height: 100vh;
        overflow-y: auto;
      }


      body.nav-open {
        overflow: hidden;
        position: fixed;
        width: 100%;
      }


      .offcanvas {
        position: fixed;
        top: 122px;
        right: 0;
        bottom: 0;
        transform: translateX(100%);
        transition: all 0.35s ease-out;
        background: #161616;
        width: 300px;
        z-index: 999;
        padding: 0;
        overflow-y: auto;
      }


      .offcanvas.show-offcanvas {
        transform: translateX(0);
      }

     
      .body-inactive {
        z-index: 11;
        background-color: rgba(0, 0, 0, 0.54);
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
      }
.offcanvas ul {
  margin: 0 0 15px;
  display: block;
  padding: 0;
}
.offcanvas ul li {
  float: none !important;
  margin: 0;
  border-bottom: 1px solid rgba(255,255,255,0.35);
}
.offcanvas ul.nav-right > li {
    border-bottom: 0;
    display: table;
    float: left !important;
}
.offcanvas ul.nav-right > li.btn-holder {
    display: block;
    float: left !important;
    width: 100%;
    padding: 20px;
}
.offcanvas ul.nav-right > li.btn-holder .btn-primary {
    text-align: center;
    border: 0;
}
.offcanvas ul.nav-right > li.btn-holder .btn-primary:hover,
.offcanvas ul.nav-right > li.btn-holder .btn-primary:focus {
    background-color: #fff;
    color: var(--accent);
}

.offcanvas ul li a {
  color: #ffffff;
  font-size: 16px;
  display: block;
  padding: 10px 20px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
}
.offcanvas ul li a i {
    line-height: 20px;
    padding-right: 15px;
}
.offcanvas ul li ul {
  display: none;
  padding: 15px 30px 25px;
  margin-bottom: 0;
  list-style: none;
}
.offcanvas ul li ul li:last-child,
.offcanvas ul li ul li {
  border: 0;
  padding: 0;
}
.offcanvas ul li ul li a {
  border-bottom: 0;
  padding: 10px 20px;
}
.offcanvas ul.nav-right > li .social > i {
    font-size: 20px;
}
.offcanvas .coff {
  top: 0;
  left: 0;
  z-index: 9;
}
.offcanvas .coff a {
  padding: 15px 20px;
  display: block;
  background-color: rgba(0,0,0,0.5);
}

.offcanvas.show-offcanvas {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.body-inactive {
  z-index: 11;
  background-color: rgba(0, 0, 0, 0.54);
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
}

.m-menu-holder {
    position: relative;
    display: table;
    float: right;
}
.m-menu-holder .m-contacts {
    display: table;
    float: left;
    width: 40px;
    height: 40px;
    margin-top: 37px;
    border-radius: var(--icon-radius);
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    margin-right: 35px;
    cursor: pointer;
    position: relative;
}
@media (max-width: 768px) {
    .m-menu-holder .m-contacts {
        display: table;
        float: left;
        width: 40px;
        height: 40px;
        margin-top: 2px;
        font-size: 18px;
        position: relative;
        z-index: 999;
        line-height: 40px;
        margin-right: -40px;

    }
}




.m-menu-holder .m-contacts .phone-icon{
    width: 40px;
}
.m-menu-holder .m-contacts .close-img{
    width: 30px;
}
.m-contacts-list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    color: var(--dark);
    padding: 30px;
    display: none;
    box-shadow: 2px -7px 21px -9px rgba(0,0,0,0.55);
    -webkit-box-shadow: 2px -7px 21px -9px rgba(0,0,0,0.55);
    -moz-box-shadow: 2px -7px 21px -9px rgba(0,0,0,0.55);
}
.m-contacts-list .mcl-each {
    position: relative;
    padding-left: 60px;
    margin-bottom: 20px;
    min-height: 40px;
    display: table;
}
.m-contacts-list .mcl-each:last-child {
    margin-bottom: 0;
}
.m-contacts-list .mcl-each span {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 26px;
    line-height: 40px;
    color: var(--dark);
}
.m-contacts-list .mcl-each span.phone-icon {
    border-radius: var(--icon-radius);
    background: var(--dark);
    color: #fff;
    font-size: 20px;
}
.m-contacts-list .mcl-each p,
.m-contacts-list .mcl-each a{
    font-size: 17px;
    color: var(--dark);
}
/* .m-contacts-list .mcl-each a:hover{
    color: var(--accent);
} */
.m-contacts-list .mcl-btn-holder {
    padding-left: 0;
}
.m-contacts-list .mcl-btn-holder .btn {
    color: #fff;
    margin: 0;
}
.ham-icon-menu-holder {
    display: table;
    float: left;
    margin-right: 0;
    height: 115px;
    position: relative;
    width: 40px;
}
@media (min-width:992px){
    .ham-icon-menu-holder {
        height: 65px;
    }
}
.menu-toggle {
  position: absolute;
  left: 0;
  top: 49%;
  transform: translate(0, -50%);
  height: 40px;
  width: 40px;
  cursor: pointer;
  z-index: 99;
}
@media (max-width: 768px){
    .menu-toggle {
        position: absolute;
        left: 0;
        top: 80%;
        transform: translate(0, -50%);
        height: 40px;
        width: 40px;
        cursor: pointer;
        z-index: 99;
      }
}

.menu-toggle, .menu-toggle:hover {
  color: #000;
}

.menu-toggle-bar {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 0;
  width: 100%;
  height: 4px;
  border-radius: var(--border-radius);
  background-color: var(--accent);
  transition: all 0.3s ease;
}

.menu-toggle-bar.menu-toggle-bar--top {
  transform: translate(0, -12px);
}
.menu-toggle-bar.menu-toggle-bar--bottom {
  transform: translate(0, 12px);
}
.nav-open .menu-toggle-bar.menu-toggle-bar--top {
  transform: translate(0, 0) rotate(45deg);
}
.nav-open .menu-toggle-bar.menu-toggle-bar--middle {
  opacity: 0;
}
.nav-open .menu-toggle-bar.menu-toggle-bar--bottom {
  transform: translate(0, 0) rotate(-45deg);
}


/* Navbar Variant 11 */
.navbar-v11 {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  }
  .navbar-v11 .topheader-holder {
    padding: 0;
    border-top: none;
  }
  @media only screen and (max-width: 1023px) {
    .navbar-v11 .topheader-holder {
      border: 0;
      padding: 5px 0;
    }
  }
  .navbar-v11 .topheader-holder .logo {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0;
  }
  .navbar-v11 .topheader-holder .logo img {
    width: 100%;
    height: auto;
    display: block;
  }
  @media (min-width: 991px) {
    .navbar-v11 .topheader-holder .logo img {
      width: calc(100% + 20px);
      transform: translateX(-20px);
    }
  }
  .navbar-v11 .topheader-holder .headercontact {
    padding-top: 0;
  }
  .navbar-v11 .topheader-holder .headercontact .btn {
    margin: 10px 0;
  }
  .navbar-v11 .topheader-holder .headercontact .contactholder {
    display: inline-block;
    position: relative;
    padding-left: 50px;
    padding-top: 7px;
    margin-left: 25px;
  }
  @media only screen and (max-width: 1199px) {
    .navbar-v11 .topheader-holder .headercontact .contactholder {
      margin-left: 15px;
    }
    .navbar-v11 .topheader-holder .headercontact .contactholder p {
      font-size: 14px;
    }
  }
  .navbar-v11 .topheader-holder .headercontact .contactholder .contacticon {
    font-size: 34px;
    height: 50px;
    width: 50px;
    display: table;
    position: absolute;
    left: 0;
    right: 0;
    overflow: hidden;
    transition: all 0.25s ease-out;
  }

  .navbar-v11 .topheader-holder .headercontact .contactholder p {
    font-size: 22px;
    margin-bottom: 0;
  }
  .navbar-v11 .topheader-holder .headercontact .contactholder p:hover > a {
     color: var(--primary);
  }
  @media only screen and (max-width: 1199px) {
    .navbar-v11 .topheader-holder .headercontact .contactholder p {
      font-size: 20px;
    }
  }


  .navbar-v11 .topheader-holder .headercontact p.h-over {
      font-size: 16px;
    }

  /* Header Top Bar (Mr Fence World links) */
  .navbar-v11 .header-topbar {
    position: relative;
    margin-top: 0;
    transition: all 0.25s ease-out;
    color: #fff;
    font-size: 13px;
    padding: 5px 0;
  }
  .navbar-v11 .header-topbar ul {
    display: table;
    float: left;
    padding: 0;
    margin: 0;
  }
  .navbar-v11 .header-topbar ul li span {
    display: inline-block;
    margin-right: 15px;
  }
  .navbar-v11 .header-topbar .topbar-left li span,
  .navbar-v11 .header-topbar ul li a {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    display: block;
    padding: 0 15px;
    line-height: 36px;
  }
  .navbar-v11 .header-topbar .topbar-left li a {
    border: 1px solid rgba(255,255,255,0.4);
    margin-right: 3px;
    border-radius: 0;
    background: rgba(255,255,255,0.25);
  }
  .navbar-v11 .header-topbar .topbar-left li a:hover {
    border: 1px solid rgba(255,255,255,0.7);
    background: rgba(255,255,255,0.7);
    color: var(--primary);
  }
  .navbar-v11 .header-topbar .topbar-left li span {
    display: inline-block;
    padding-left: 0;
  }
  .navbar-v11 .header-topbar .topbar-left li span strong {
    font-weight: 700;
  }
  .navbar-v11 .header-topbar .topbar-right {
    display: table;
    float: right;
  }
  .navbar-v11 .header-topbar .topbar-right p {
    color: #fff;
    font-size: 12px;
    margin: 0;
    line-height: 36px;
  }
  .navbar-v11 .header-topbar .topbar-right p span {
    display: inline-block;
    padding: 0 5px 0 10px;
  }

  /* Chevron sweep animation */
  .chevron-sweep {
    display: inline-flex;
    align-items: center;
    gap: 0;
    margin-left: 12px;
    font-size: 20px;
    letter-spacing: -4px;
    vertical-align: middle;
  }
  .chevron-sweep .c1,
  .chevron-sweep .c2,
  .chevron-sweep .c3 {
    opacity: 0.3;
    animation: chevronSweep 2s ease-in-out infinite;
  }
  .chevron-sweep .c1 { animation-delay: 0s; }
  .chevron-sweep .c2 { animation-delay: 0.15s; }
  .chevron-sweep .c3 { animation-delay: 0.3s; }

  @keyframes chevronSweep {
    0%, 100% { opacity: 0.3; }
    30% { opacity: 1; }
    60% { opacity: 0.3; }
  }

  .nav-items-v11 {
    display: flex;
    justify-content: space-between;
  }

  .nav-items-v11 .mynav {
    width: 100%;
  }
  .nav-items-v11 .mynav > ul {
    display: table;
    float: right;
  }
  .nav-items-v11 .mynav ul > li > a {
    font-size: 18px;
  }
  .nav-items-v11 .mynav ul > li > a:hover {
    color: var(--accent) !important;
  }
  .nav-items-v11 .mynav ul {
    padding: 0;
  }
  .nav-items-v11 .mynav ul li ul {
    margin: 0;
    padding: 15px 0 20px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 100%;
    transition: all 0.3s ease-out;
    background: var(--primary);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    width: 280px;
    transform: scaleY(0);
    transform-origin: 0% 0%;
    border-bottom: 4px solid var(--accent);
  }
  .nav-items-v11 .mynav ul li ul li {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    transition: all 200ms ease;
    position: relative;
  }
  .nav-items-v11 .mynav ul li ul li:after {
    left: 20px;
    top: 18px;
    background: var(--accent);
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: var(--icon-radius);
    position: absolute;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    transition: all 200ms ease;
    position: absolute;
    opacity: 0;
  }
  .nav-items-v11 .mynav ul li ul li a {
    padding: 10px 0;
    margin: 0 30px;
    border-bottom: 1px solid #ccc;
    position: relative;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fff;
  }
  .nav-items-v11 .mynav ul li ul li a:hover {
    padding-left: 15px;
    opacity: 1 !important;
  }
  .nav-items-v11 .mynav ul li ul li:hover:after {
    left: 30px;
    opacity: 1;
  }
  .nav-items-v11 .mynav ul li ul li:hover a {
    padding-left: 15px;
  }
  .nav-items-v11 .mynav ul li ul li:last-child > a {
    border-bottom: 0;
  }
  .nav-items-v11 .mynav ul li ul li:hover > ul > li > a {
    padding-left: 0;
  }
  .nav-items-v11 .mynav > ul > li {
    margin-right: 40px;
    position: relative;
  }
  .nav-items-v11 .mynav > ul > li:last-child {
    margin-right: 0;
  }
  .nav-items-v11 .mynav > ul > li > a {
    color: var(--dark);
    padding: 0 0 13px;
  }
  .nav-items-v11 .mynav > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
  }
  .nav-items-v11 .mynav > ul > li > ul > li {
    float: none;
  }
  .nav-items-v11 .mynav > ul > li > ul > li a {
    padding: 10px 0;
  }
  .nav-items-v11 .mynav > ul > li > ul > li a:hover {
    opacity: 0.5;
  }
  .nav-items-v11 .mynav ul > li > ul > li > ul.sub-dropdown {
    left: 100%;
    top: 0;
    transform: none;
    background: var(--primary);
  }
  .nav-items-v11 .mynav ul > li > ul > li > ul.sub-dropdown li {
    width: 100%;
    float: none;
  }
  .nav-items-v11 .mynav ul > li > ul > li > ul.sub-dropdown li:hover a {
    padding-left: 15px;
  }
  .nav-items-v11 .mynav ul > li > ul > li:hover > ul.sub-dropdown {
    visibility: visible;
    opacity: 1;
  }
  .nav-items-v11 .mynav .nav-right {
    display: table;
    float: right;
    height: 100%;
  }
  .nav-items-v11 .mynav .nav-right li {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
  .nav-items-v11 .mynav .nav-right li .btn-primary {
    padding: 10px 20px;
    color: #ffffff;
    margin-left: 30px;
    min-width: 220px;
    text-align: center;
  }
  .nav-items-v11 .mynav .nav-right li .btn-primary:hover {
    background-color: #fff;
    border-color: #fff;
    color: var(--accent) !important;
  }
  .nav-items-v11 .mynav .nav-right .social {
    font-size: 16px;
    height: 30px;
    width: 30px;
    text-align: center;
    padding: 0;
    line-height: 30px;
    margin-left: 20px;
  }
  .nav-items-v11 .mynav .nav-right .social:hover {
    font-size: 18px;
  }

  .offcanvas-nav-v11 ul li ul {
    padding: 10px 30px;
    background: #313131;
  }
  .offcanvas-nav-v11 ul li ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .offcanvas-nav-v11 ul li ul li a {
    padding: 10px 0;
  }
  .offcanvas-nav-v11 ul li ul li ul.sub-dropdown {
    padding-right: 0;
    padding-top: 0;
  }
  .btn-holder {
    padding-top: 10px !important;
    display: block !important;
    float: left !important;
    text-align: center !important;
    margin: 0 auto !important;
    /* width: 100% !important;     */
  }

  li div a.btn-primary-nav {
    font-weight: bold;
  }

  .btn-primary-nav {
    padding: 10px 20px 10px 20px  !important;
    background-color: #fff;
    border-color: #fff;
    color: var(--accent) !important;
  }

  .btn-primary-nav:hover {
    background-color: var(--accent);
    border-color: var(--accent);
    color: #fff !important;
  }


    .offcanvas ul li a.btn-primary-nav {
        margin: 20px 40px 20px 40px;
    }


    


/* Navbar Variant 11 End*/



/* BANNER (legacy .banner class from _master.css) */

.banner {
  background-size:cover;
  background-repeat:no-repeat;
  position:relative;
}
.banner-filter {
  height:100%;
  width:100%;
  background-color:rgba(0,0,0,.5);
  padding:70px;
}
@media (max-width:768px) {
  .banner-filter {padding:0}
}
.banner h1 {
  color:#fff;
  font-size:64px;
  font-weight:800;
  padding:0;
  margin:60px 0 10px 0;
}
@media (max-width:768px) {
  .banner h1 {font-size:40px}
}
.banner p {
  font-size:18px;
  color:rgba(255,255,255,1);
  font-style:italic;
  margin-bottom:50px;
  text-shadow:2px 2px 4px rgba(0,0,0,0.5);
}
.banner p .mobile-text {display:none}
.banner p .desktop-text {display:inline}
@media (max-width:768px) {
  .banner p .mobile-text {display:inline}
  .banner p .desktop-text {display:none}
}
.banner h1,
.banner p {max-width:60%}
@media (max-width:767px) {
  .banner h1,
  .banner p {max-width:100%;padding:20px}
}

/* BANNER END */


/* ============================================
   HERO SECTION
   ============================================ */

/* Hero wrapper */
section.hero-section {
    padding: 0;
    margin: 0;
}

.hero-banner {
    position: relative;
    overflow: hidden;
}

/* Background image - absolute behind content */
.hero-banner picture {
    position: absolute;
    inset: 0;
}

.hero-banner picture img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: 50% top;
}

/* Overlay + content - relative so it drives the height */
.hero-caption {
    position: relative;
    background: rgba(0,0,0,0.50);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 80px 20px 150px;
    color: #ffffff;
}

.hero-caption-inner {
    max-width: 1100px;
    margin: 0 auto;   
}

/* Hero h1 */
.hero-caption h1 {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 15px;
}

/* Hero paragraph */
.hero-banner p {
    color: #fff;
    font-size: 24px;
    margin: 0;
}

/* Mobile hero */
@media (max-width: 767px) {
    .hero-caption {
        padding: 60px 20px 100px;
    }
    .hero-caption h1 {
        font-size: 28px;
    }
}

/* ============================================
   END HERO SECTION
   ============================================ */


.banner-caption {
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.60);
    display:flex;
    align-items:center;
    justify-content:flex-start;
    text-align:left;
    padding:20px;
    color:#ffffff;
}
.banner-caption-placement {
    max-width:1100px;
    margin:0 auto;
}
.banner-banner p  {
    color: #fff;
}
.banner-banner h1  {
    font-size: 6rem;
    color: #fff;
}

.banner-caption-well {
    background:rgba(0,0,0,0.80);
    padding: 20px;
}
.banner-banner {
    position:relative;
    height:calc(60vh - 164px);
    overflow:hidden;
}

/* ===== Mobile hero adjustments (<=767px) — keep text, drop the card ===== */
@media (max-width: 767px) {
  /* Instead of display:none, make the wrapper disappear visually but keep its children */
  .banner-caption-well {
    display: contents !important;      /* lets H1 and <p> render as if no wrapper */
    background: transparent !important;
    padding: 0 !important;
    box-shadow: none !important;
    border: 0 !important;
  }

  /* Darken the full overlay so it replaces the card */
  /* .banner-caption {
    background: rgba(0, 0, 0, 0.80) !important; 
    padding: 12px;
  } */

  /* Make sure text is visible and sized for small screens */
.banner-banner h1 {
  color: #fff !important;
  font-size: clamp(2.4rem, 6vw, 3.8rem); /* larger min & max */
  line-height: 1.1;
  margin: 0.2em 0 0.1em;
  padding-bottom: 5px;
}

  .banner-banner p {
    color: #fff !important;
    margin: 0.25em 0 0; 
    line-height: 1.4;
  }

  /* Ensure the overlay sits above the picture on all mobile browsers */
  .banner-banner { position: relative; }
  .banner-caption { position: absolute; inset: 0; z-index: 2; }
  .banner-banner picture { position: relative; z-index: 1; }
}



img.nav-logo-img {
    max-width: 400px;
    z-index: 1;
    position: relative;
} 

/* HERO END*/


/* TRUST */

.trust-section {
    background-color: var(--primary);
    padding: 30px 0;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.trust-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trust-icon i {
    font-size: 36px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.trust-icon svg {
    width: 36px;
    height: 36px;
    color: #fff;
    fill: #fff;
}

.trust-content .h4 {
    color: #fff;
    margin: 0 0 4px;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
}

.trust-content p {
    color: rgba(255,255,255,0.85);
    margin: 0;
    font-size: 13px;
    line-height: 1.4;
}

/* Desktop: show all items as grid, hide dots, disable carousel */
@media (min-width: 992px) {
    .trust-section .carousel-inner {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 30px;
        max-width: 1170px;
        margin: 0 auto;
        padding: 0 15px;
    }

    .trust-section .carousel-inner .item {
        display: block !important;
        flex: 1;
        min-width: 0;
    }

    .trust-section .trust-dots {
        display: none;
    }
}

/* Mobile: Bootstrap carousel with dot indicators */
@media (max-width: 991px) {
    .trust-section .trust-dots {
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
        width: 100%;
        display: flex;
        justify-content: center;
        gap: 8px;
        margin: 20px 0 0;
        /* padding: 0 0 20px; */
    }

    .trust-section .trust-dots li {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #fff;
        border: none;
        margin: 0;
        transition: background 0.3s;
    }

    .trust-section .trust-dots li.active {
        background: #666;
    }

    .trust-item {
        justify-content: center;
        padding: 0 30px;
    }
}

/* TRUST END */


/* NAV-DEPENDENT UTILITIES (from _master.css — needed before deferred load) */

/* Colors & backgrounds */
.bg-primary {background:var(--accent)}
.bg-secondary {background:var(--primary)}
.bg-dark {background:var(--dark)}
.bg-white {background:#fff}
.text-primary, .text-red {color:var(--accent)}
.text-secondary {color:var(--primary)}
.text-white {color:#fff}

/* Links */
a {color:var(--accent)}
a:hover {color:var(--primary)}
a:focus {color:var(--accent)}

/* Typography used in nav */
p,ul,ol {font-family:'Open Sans',sans-serif;font-size:16px;font-weight:normal;line-height:26px;color:#555}
h1,h2,h3,h4,h5,h6,.h1,.h2 {font-family:'Open Sans';font-weight:700;margin-bottom:10px;margin-top:10px}
h1 {font-size:48px}
h2 {font-size:40px}
p.lead {font-family:'Open Sans',sans-serif;font-weight:700;font-size:29px}

/* Buttons */
.btn {font-size:1em}
.btn,.btn-lg {
    display:inline-block;
    border-radius:var(--border-radius);
    padding:1rem 2rem;
    font-weight:bold;
    text-transform:uppercase;
    margin:2.5em 0;
    line-height:normal;
    text-align:center;
}
.btn-primary {background:var(--accent);border:2px solid var(--accent);color:#FFF}
.btn-primary:hover {background:var(--dark);border-color:var(--dark);color:#FFF}

/* Margin utilities */
.mb-none {margin-bottom:0 !important}
.mt-none {margin-top:0 !important}
.mb-sm {margin-bottom:10px !important}

/* Layout utilities */
.table-cell {display:table-cell}
.va-middle {vertical-align:middle}
.clearfix::after {content:"";display:table;clear:both}
.center-content {text-align:center}

/* Nav contact text */
.h-over {font-size:16px}
.nav-contact-info {font-size:14px}

/* Mobile nav icon */
.mobile-nav {font-size:45px}
#phone-icon.mobile-nav {
    --fa-primary-opacity:0;
    --fa-secondary-color:var(--accent);
    --fa-secondary-opacity:1;
}
#close-img.mobile-nav {color:var(--accent)}


/* NAV-DEPENDENT UTILITIES END */


/* ============================================
   HOMEOWNER VS CONTRACTOR SECTION
   ============================================ */

/* Section wrapper - overlaps into hero */
.homevscontractor {
    position: relative;
    margin-top: -120px;
    padding: 0 0 50px;
    z-index: 10;
}

/* Row holds both cards + orange accent bar */
.homevscontractor .hvc-row {
    display: flex;
    gap: 30px;
    position: relative;
}

/* Orange accent bar behind cards - full viewport width */
.homevscontractor .hvc-row::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    top: 42%;
    height: 28px;
    background: var(--accent);
    z-index: 0;
}

/* Individual card */
.homevscontractor .hvc-card {
    flex: 1;
    display: flex;
    background: var(--primary);
    border: 5px solid var(--primary);
    box-shadow: 0 4px 25px rgba(0,0,0,0.25);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

/* Image container */
.homevscontractor .hvc-img {
    flex: 0 0 45%;
    overflow: hidden;
}

.homevscontractor .hvc-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    object-position: 90% 25%;
}

/* Text content */
.homevscontractor .hvc-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 25px 30px;
    color: #fff;
}

.homevscontractor .hvc-content h2,
.homevscontractor .hvc-content .h2 {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 10px;
    color: #fff;
}

.homevscontractor .hvc-content p {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 20px;
    color: #fff;
    line-height: 1.4;
}

/* Button override - kill global .btn margin */
.homevscontractor .hvc-content .btn {
    align-self: flex-start;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
        white-space: break-spaces;
}

/* Mobile responsive */
@media (max-width: 767px) {
    .homevscontractor {
        margin-top: -60px;
    }
    .homevscontractor .hvc-row {
        flex-direction: column;
        gap: 20px;
    }
    .homevscontractor .hvc-row::before {
        display: none;
    }
    .homevscontractor .hvc-card {
        flex-direction: column;
    }
    .homevscontractor .hvc-img {
        flex: 0 0 auto;
        height: 200px;
    }
}

/* ============================================
   END HOMEOWNER VS CONTRACTOR SECTION
   ============================================ */