/* Open Sans — critical weights only (300, 400, 500, 700) */
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 300; font-display: swap; src: url('/css/fonts/open-sans-v44-latin-300.woff2') format('woff2'); }
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; font-display: swap; src: url('/css/fonts/open-sans-v44-latin-regular.woff2') format('woff2'); }
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 500; font-display: swap; src: url('/css/fonts/open-sans-v44-latin-500.woff2') format('woff2'); }
@font-face { font-family: 'Open Sans'; font-style: italic; font-weight: 500; font-display: swap; src: url('/css/fonts/open-sans-v44-latin-500italic.woff2') format('woff2'); }
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 700; font-display: swap; src: url('/css/fonts/open-sans-v44-latin-700.woff2') format('woff2'); }

body { overflow-x: hidden; }

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-family: "Open Sans", sans-serif; font-size: 16px; line-height: 1.625; color: #555; background-color: #fff; }

:root {
    --accent: #FFDE16;
    --accent-hover: #CCB212;
    --accent-text: #FFF;
    --primary: #222;
    /* --primary-hover: color-mix(in srgb, var(--primary) 80%, black); */
    --primary-hover: var(--primary);    
    --primary-text: #222;
    --secondary: #FFDE16;
    --secondary-hover: #CCB212;
    --secondary-text: #FFF;
    --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: 47px 0;
        background-color: #161616;
        height: 100vh;
        overflow-y: auto;
      }


      .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;
      }


.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);
}
.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-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);
}

/* Navbar Variant 11 */
.navbar-v11 {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  }
  .navbar-v11 .topheader-holder {
    padding: 20px 0;
    /* border-top: 4px solid var(--primary); */
  }
  @media only screen and (max-width: 1023px) {
    .navbar-v11 .topheader-holder {
      border: 0;
      padding: 10px 0;
    }
  }
  .navbar-v11 .topheader-holder .logo {
    display: table;
    float: left;
  }
  .navbar-v11 .topheader-holder .logo img {
    max-width: 250px;
  }
  .navbar-v11 .topheader-holder .headercontact {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .navbar-v11 .topheader-holder .headercontact .contactholder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding-left: 45px;
    margin-left: 25px;
  }
  .navbar-v11 .topheader-holder .headercontact .contactholder .contacticon {
    font-size: 28px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
    transition: all 0.25s ease-out;
    color: #FFDE16;
  }
  .navbar-dark .navbar-v11 .topheader-holder .headercontact .contactholder .contacticon,
  .navbar-v11.navbar-dark .topheader-holder .headercontact .contactholder .contacticon {
    color: #FFDE16;
  }
    .navbar-v11 .topheader-holder .headercontact p.h-over {
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      opacity: 0.7;
    }
  .navbar-v11.navbar-dark .topheader-holder .headercontact p.h-over {
      color: rgba(255,255,255,0.7);
    }
     .navbar-v11.navbar-dark .topheader-holder .headercontact .contactholder p a {
    color: #fff;
  }
  .navbar-v11 .topheader-holder .headercontact .contactholder p:hover > a,
  .navbar-v11.navbar-dark .topheader-holder .headercontact .contactholder p a:hover {
     color: #FFDE16;
  }

  .navbar-v11 .topheader-holder .headercontact .contactholder p {
    margin: 0;
    line-height: 1.3;
  }
  .navbar-v11 .topheader-holder .headercontact .contactholder .contact-label {
    display: block;
    font-size: 16px;
    font-weight: 500;
    font-style: italic;
  }
  .navbar-v11 .topheader-holder .headercontact .contactholder a {
    font-size: 14px;
  }
  @media only screen and (max-width: 1199px) {
    .navbar-v11 .topheader-holder .headercontact .contactholder {
      margin-left: 15px;
    }
  }

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

  .nav-items-v11 .mynav {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .nav-items-v11 .mynav > ul {
    display: flex;
    align-items: center;
  }
  .nav-items-v11 .mynav ul > li > a {
    font-size: 18px;
  }
  .nav-items-v11 .mynav ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .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 {
    margin-right: 40px;
    position: relative;
  }
  .nav-items-v11 .mynav > ul > li > a {
    color: #fff;
    padding: 20px 0;
  }
  .nav-items-v11 .mynav li.nav-right {
    margin-left: auto;
    display: flex;
    align-items: center;
  }
  .nav-items-v11 .mynav li.nav-right .btn {
    padding: 10px 20px !important;
    margin: 0 !important;
    text-align: center;
    width: auto !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;
  }


    
  /* Navbar Variant 11 - Dark Theme */
.navbar-v11 {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  }
  .navbar-v11.navbar-dark {
    background: #333;
  }
  .navbar-v11 .topheader-holder {
    padding: 10px 0;
    position: relative;
  }
  @media only screen and (max-width: 1023px) {
    .navbar-v11 .topheader-holder {
      border: 0;
      padding: 10px 0;
    }
  }
  .navbar-v11 .topheader-holder .logo {
    display: table;
    float: left;
  }
  .navbar-v11 .topheader-holder .logo img {
    max-width: 200px;
  }

  /* Logo Tab - overlaps into nav section */
  .navbar-v11 .topheader-holder .logo-tab {
    position: absolute;
    top: -37px;
    left: 15px;
    /* background: #000; */
    padding: 0;
    z-index: 10;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 2px 2px 4px #00000080;
    border: 1px solid white;
    background-color: #222;
    padding: 5px;
  }
  .navbar-v11 .topheader-holder .logo-tab img {
    max-width: 260px;
    display: block;
  }




/* Nav columns */
.navbar-v11 .topheader-holder .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.navbar-v11 .topheader-holder .row:before,
.navbar-v11 .topheader-holder .row:after {
  display: none;
}

.nav-col-logo,
.nav-col-contact,
.nav-col-mobile {
  padding-left: 15px;
  padding-right: 15px;
}

.nav-col-logo { width: 58.33%; }       /* mobile default: ~7/12 */
.nav-col-mobile { width: 41.67%; }     /* mobile default: ~5/12 */

@media (min-width: 768px) {
  .nav-col-logo { width: 66.67%; }     /* tablet: ~8/12 */
  .nav-col-mobile { width: 33.33%; }   /* tablet: ~4/12 */
}

@media (min-width: 992px) {
  .nav-col-logo { width: 16.67%; }     /* desktop: ~2/12 */
  .nav-col-contact { width: 83.33%; }  /* desktop: ~10/12 */
}

/* Navbar Variant 11 End*/



/* BANNER-FILTER (used by various sections) */

.banner-filter {
  height:100%;
  width:100%;
  background-color:rgba(0,0,0,.5);
  padding:70px;
}
@media (max-width:768px) {
  .banner-filter {padding:0}
}

/* BANNER-FILTER END */


/* HERO and BANNERS*/



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

/* HERO END*/


/* TRUST */

.trust-section {    
    padding: 30px 0;
}

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

.trust-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--accent);
    border-radius: var(--icon-radius);
}

.trust-icon i,
.trust-icon svg {
    font-size: 36px;
    color: var(--primary);
    fill: var(--primary);
}

.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: start;
        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: hide non-active carousel items before Bootstrap JS loads */
@media (max-width: 991px) {
    .trust-section .carousel-inner .item { display: none; }
    .trust-section .carousel-inner .item.active { display: block; }
}

/* 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-accent {background:var(--accent)}
.bg-primary {background:var(--primary)}
.bg-secondary {background:var(--secondary)}
.bg-dark {background:var(--dark)}
.bg-white {background:#fff}
.bg-black {background:#000}
.bg-alt, .section-light-border {background:#F3F3F3;border-top:1px solid #ccc; border-bottom:1px solid #ccc;}
.text-primary, .text-red {color:var(--primary)}
.text-secondary {color:var(--primary)}
.text-white {color:#fff !important}

/* Links */
a {color:var(--primary);outline:none !important;transition:all 0.3s ease-out;font-weight:bold}
a,a:hover,a:link,a:visited,a:focus {text-decoration:none}

/* Text alignment (used by nav icons) */
.text-center {text-align:center !important}

/* Floated list (nav menu) */
.floated-list {margin-bottom:0}
ul.floated-list li {float:left;display:block}
ul.floated-list li a {display:block}

/* Typography used in nav */
ul,ol {margin-top:0;margin-bottom:10px}
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,.h3,.h4,.h5,.h6 {font-family:'Open Sans',sans-serif;font-weight:700;line-height:1.2;margin-bottom:10px;margin-top:10px}
h2, h1.h2, h3.h2, h4.h2, h5.h2, h6.h2 {margin-top:0}

/* H1 styles (from _master.css) */
h1, h2.h1, h3.h1, h4.h1, h5.h1, h6.h1 {
  font-size: 85px;
  line-height: 1.1;
  color: #ffffff;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  h1, h2.h1, h3.h1, h4.h1, h5.h1, h6.h1 {
    font-size: 40px;
  }
}
h1 span.over, h2.h1 span.over, h3.h1 span.over {
  font-size: 30px;
  color: #ffffff;
  font-weight: 100;
  text-transform: uppercase;
}

/* .over base */
.over {font-family: 'Open Sans', sans-serif;color:#CCCCCC; text-transform: uppercase;display:block;}

/* H2 span.over */
h2 span.over, h1.h2 span.over, h3.h2 span.over, h4.h2 span.over, h5.h2 span.over, h6.h2 span.over {
  font-size: 35px;
  color: var(--dark);
  font-weight: 100;
  text-transform: uppercase;
  line-height: 100%;
  display: block;
}

h2.h3, h2.h4, h2.h5, h2.h6 {
    text-transform: inherit;
    color: inherit;
}

/* H3 span.over */
h3 span.over, .h3 span.over {
  font-size: 20px;
  color: var(--dark);
  font-weight: 100;
  text-transform: uppercase;
  line-height: 100%;
  display: block;
}

/* H4 span.over */
h4 span.over, .h4 span.over {
  font-size: 16px;
  font-weight: 100;
  text-transform: uppercase;
  display: block;
  color: var(--dark);
}

/* .headline span.over */
.headline span.over {
  font-size: 25px;
  color: var(--dark);
  font-weight: 100;
  text-transform: uppercase;
  line-height: 100%;
  display: block;
}

p.lead {font-family:'Open Sans',sans-serif;font-weight:600;font-size:18px;color:var(--primary);font-style:italic}
p.lead a {color:var(--primary);font-weight:bold;text-decoration:underline}

/* Buttons — all variants */
.btn {font-size:1em}
.btn,.btn-lg {
    display:inline-block;
    border-radius:var(--border-radius);
    padding:1rem 16px;
    font-weight:bold;
    text-transform:uppercase;
    margin:0;
    line-height:normal;
    text-align:center;
}
.btn-lg {font-size:1.125em}
.btn-sm {font-size:.85em;margin-top:8px;margin-bottom:8px;padding:4px 8px}

.btn-primary {background:var(--accent);border:2px solid var(--accent);color:var(--primary-text)}
.btn-primary.btn-nav-colors {background:var(--accent);border:2px solid var(--accent);color:#222;position:relative;overflow:hidden; }
.btn-primary.btn-nav-colors:hover {background:var(--accent-hover);border-color:var(--accent-hover);color:#222}
.btn-primary.btn-nav-colors:hover::after {animation-duration:1.2s}

.btn-accent {background:var(--accent);border:2px solid var(--accent);color:#222}
.btn-accent:hover {background:#222;border-color:var(--accent);color:#fff}

.btn-secondary {background:var(--secondary);border:2px solid var(--secondary);color:#222}
.btn-secondary:hover {background:#222; border-color:#222; color:#fff}

.btn-white {background:#FFF;border:2px solid #FFF;color: #222}

.btn-explore {background:#fff;border:2px solid #fff;color:#222;box-shadow:0 4px 15px rgba(0,0,0,0.15)}
.btn-explore:hover {background:var(--accent);border-color:var(--accent);color:#222}

#mobileNav .btn-primary.btn-nav-colors { font-weight: 700; margin-left: 20px !important;}

/* 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}

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


#backTop {position:fixed;opacity:0;visibility:hidden}

/* NAV-DEPENDENT UTILITIES END */


/* SUBPAGE BANNER */

.subpage-banner {
  position: relative;
  overflow: hidden;
  min-height: 500px;
}

.subpage-banner picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.subpage-banner-filter {
  position: relative;
  z-index: 2;
  min-height: inherit;
  display: flex;
  align-items: center;
  padding: 60px 0;
  background: linear-gradient(to right, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.45) 70%, rgba(0,0,0,0.05) 100%);
}

.subpage-banner-content {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

.subpage-banner h1 {
  color: #fff;
  margin-top: 0;
}

.subpage-banner p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  font-style: italic;
  max-width: 600px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .subpage-banner {
    min-height: 0;
  }
  .subpage-banner-filter {
    min-height: 0;
    padding: 50px 0;
    background: rgba(0, 0, 0, 0.55);
  }
}

/* SUBPAGE BANNER END */


/* BOOTSTRAP CRITICAL (nav-only classes from Bootstrap 3.3.7) */

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) { .container { width: 750px; } }
@media (min-width: 992px) { .container { width: 970px; } }
@media (min-width: 1200px) { .container { width: 1170px; } }

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after { content: " "; display: table; }
.row:after { clear: both; }

@media (max-width: 767px) {
  .hidden-xs { display: none !important; }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm { display: none !important; }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md { display: none !important; }
}
@media (min-width: 1200px) {
  .hidden-lg { display: none !important; }
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* BOOTSTRAP CRITICAL END */