
    .cmb-formProd_style .form-group .form-control{
            font-weight: 400 !important;
    }
    
      @media  screen and (max-width: 768px) {
        .hidefrombl {
         color: #fff !important;
    font-size: 20px !important;
    font-weight: 400 !important;
        }
      }
      .owl-carousel .owl-item img{
          width: 50px !important;
      }


  /* Request Quote Round Button Custom CSS */
  .btn-request-quote-nav {
    background-color: #002471 !important;
    color: #fff !important;
    padding: 8px 18px !important;
    border-radius: 25px !important; /* Edges fully rounded */
    font-weight: 600 !important;
    transition: all 0.3s ease;
    display: inline-block;
    text-align: center;
  }
  .btn-request-quote-nav:hover {
    background-color: #001b54 !important;
    color: #fff !important;
    text-decoration: none !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  }
  /* Mobile optimization for button layout */
  @media only screen and (max-width: 1199.98px) {
    .nav-item-btn-custom {
      margin-top: 10px;
      padding-left: 15px;
    }
    .btn-request-quote-nav {
      width: auto;
      display: inline-block;
    }
  }


  /* ── FAQ Section ── */
  .faq-section-title {
    font-size: 28px;
    font-weight: 700;
    color: #222;
    margin-bottom: 20px;
    font-family: inherit;
  }

  #accordionExample {
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-shadow: none !important;
  }

  /* ── Card ── */
  #accordionExample .card {
    border: none !important;
    border-radius: 6px !important;
    background: #4a4a4a !important;
    overflow: hidden;
    transition: background 0.2s ease;
  }

  #accordionExample .card:hover {
    background: #555555 !important;
  }

  /* ── Card Header ── */
  #accordionExample .card-header {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    box-shadow: none !important;
  }

  /* ── Button ── */
  #accordionExample .collapsible-link {
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 18px 22px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    text-decoration: none !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    background: none !important;
    border: none !important;
    cursor: pointer;
    text-align: left;
    line-height: 1.4;
    font-family: inherit;
    background-image: none !important;
    background-color: transparent !important;
  }

  #accordionExample .collapsible-link:hover {
    color: #ffffff !important;
    text-decoration: none !important;
  }

  #accordionExample .collapsible-link:focus {
    outline: none !important;
    box-shadow: none !important;
  }

  /* ── Chevron Icon ── */
  #accordionExample .collapsible-link::after {
    content: '';
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    margin-left: 16px;
  
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: transform 0.3s ease;
  }

  #accordionExample .collapsible-link[aria-expanded="true"]::after {
    transform: rotate(180deg);
  }

  /* ── Collapse Body ── */
  #accordionExample .collapse {
    transition: none;
  }

  #accordionExample .card-body {
    background: #ffffff;
    padding: 0 22px 20px !important;
    border-top: 1px solid rgba(255,255,255,0.08);
  }

  #accordionExample .card-body p {
    color: #4a4a4a !important
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.75 !important;
    margin: 0 !important;
    padding-top: 16px;
  }

 
.testim-box-content img
{
  width: 80px;
  height: 80px;
  border-radius: 50%;
  float: left;
  margin-right: 20px;
  position: relative;

}
        
  
  /* ── Testimonial Section ── */
  #video-segment {
    background-color: #ffffff !important;
  
  }

  .testi-wrap {
    display: flex;
    align-items: center;
    gap: 40px;
  }

  /* ── LEFT SIDE ── */
  .testi-left {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .testi-heading {
 
    font-weight: 900;
    color: #111;
    text-transform: uppercase;
    line-height: 1.1;
    letter-spacing: -0.01em;
    margin: 0 0 8px;
  }

  .testi-subheading {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #666;
    margin-bottom: 24px;
  }

  .testi-quote-icon {
    font-size: 56px;
    line-height: 1;
    color: #f5c518;
    font-family: Georgia, serif;
    margin-bottom: 24px;
    display: block;
    letter-spacing: -4px;
  }

  /* Reviewer info */
  .testi-reviewer {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
  }

  .testi-reviewer img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #eee;
  }

  .testi-reviewer-info h4 {
    font-size: 15px;
    font-weight: 700;
    color: #111;
    margin: 0 0 2px;
  }

  .testi-reviewer-info p {
    font-size: 13px;
    color: #888;
    margin: 0;
  }

  /* Review text */
  .testi-review-text {
    font-size: 15px;
    font-style: italic;
    font-weight: 700;
    color: #222;
    line-height: 1.75;
    margin-bottom: 16px;
  }

  /* Stars */
  .testi-stars {
    display: flex;
    gap: 3px;
    margin-bottom: 0;
  }

  .testi-stars i {
    color: #f5c518;
    font-size: 20px;
  } 

  /* ── OWL CAROUSEL overrides ── */
  .new-product-slider-test1 .owl-nav { display: none !important; }
  .new-product-slider-test1 .owl-dots { display: none; }

  /* ── RIGHT SIDE — single image ── */
  .testi-right {
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .testi-right-img {
    width: 100%;
    max-width: 560px;
    height: auto;
    display: block;
    object-fit: contain;
  }

  /* ── Responsive ── */
  @media (max-width: 991px) {
    .testi-wrap { flex-direction: column; gap: 36px; }
    .testi-left, .testi-right { flex: 0 0 100%; max-width: 100%; }
    .testi-right-img { max-width: 100%; }
  }

 

/* ── RESET & TOKENS ───────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --yellow:      #F5B800;
  --yellow-h:    #e0a800;
  --red:         #d30d2b;
  --cta:         #a50000;
  --navy:        #002471;
  --dark:        #1a1a1a;
  --white:       #ffffff;
  --font:        'Barlow', sans-serif;
  --font-cond:   'Barlow Condensed', sans-serif;
  --nav-h:       68px;
  --top-h:       40px;
  --ease:        0.22s ease;
}
body { font-family: var(--font); }

/* ── TOPBAR ───────────────────────────────────────────────────── */
.topbar {
  background: var(--navy);
  height: var(--top-h);
  border-bottom: 2px solid var(--navy);
}
.topbar-inner {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 24px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.topbar-left { display: flex; align-items: center; gap: 20px; }
.topbar-left a {
  color: white;
  text-decoration: none;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color var(--ease);
}
.topbar-left a i { color: white; }
.topbar-left a:hover { color: white; }

.topbar-right { display: flex; align-items: center; gap: 6px; }
.topbar-right a {
  color: white;
  font-size: 13px;
  text-decoration: none;
  padding: 0 10px;
  transition: color var(--ease);
}
.topbar-right a:hover { color: white}
.topbar-right .sep { color: #445; }
.topbar-social { display: flex; gap: 4px; margin-left: 8px; }
.topbar-social a {
  width: 28px; height: 28px;
  border-radius: 4px;
  background: #a50000;
  display: flex; align-items: center; justify-content: center;
  color: white;
  font-size: 12px;
  text-decoration: none;
  transition: background var(--ease), color var(--ease);
}
.topbar-social a:hover { background: var(--yellow); color: var(--dark); }

/* ── MAIN NAV ─────────────────────────────────────────────────── */
.main-nav {
  background: var(--white);
  height: var(--nav-h);
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 14px rgba(0,0,0,.15);
}
.nav-inner {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 24px;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 14px;
}

/* Logo */
.nav-logo { flex-shrink: 0; text-decoration: none; display: flex; align-items: center; }
.nav-logo img { height: 44px; width: auto; }
/* Fallback text logo when no image */
.logo-text {
  display: flex; align-items: center; gap: 8px;
  font-family: var(--font-cond); font-weight: 700; font-size: 22px;
  color: var(--dark); text-decoration: none; flex-shrink: 0;
}
.logo-icon {
  width: 44px; height: 44px;
  background: linear-gradient(135deg, #c0392b 50%, #002471 50%);
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  color: white; font-size: 18px;
}
.logo-text span { line-height: 1.1; }
.logo-text span small { display: block; font-size: 11px; font-weight: 400; color: #888; letter-spacing: 1px; }

/* Nav menu */
.nav-menu {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0;
  flex: 1;
  justify-content: center;
}
.nav-item { position: relative; }
.nav-link {
  display: flex; align-items: center; gap: 5px;
  padding: 0 13px;
  height: var(--nav-h);
  color: #222;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
  transition: color var(--ease);
  border: none; background: none; font-family: var(--font);
}
.nav-link .chevron {
  font-size: 9px; color: #999;
  transition: transform var(--ease), color var(--ease);
}
.nav-link:hover, .nav-item:hover > .nav-link { color: var(--red); }
.nav-item:hover > .nav-link .chevron { color: var(--yellow); transform: rotate(180deg); }

/* Search */
.nav-search { position: relative; flex-shrink: 0; }
.nav-search input {
  background: #f4f6fb;
  border: 1.5px solid #dde3f0;
  border-radius: 6px;
  color: #333;
  font-family: var(--font);
  font-size: 13.5px;
  padding: 0 38px 0 14px;
  height: 38px;
  width: 210px;
  outline: none;
  transition: border-color var(--ease), width var(--ease), background var(--ease);
}
.nav-search input::placeholder { color: #999; }
.nav-search input:focus { border-color: var(--navy); background: white; width: 250px; }
.nav-search button {
  position: absolute; right: 10px; top: 50%; transform: translateY(-50%);
  background: none; border: none; color: #999; cursor: pointer; font-size: 14px;
  transition: color var(--ease);
}
.nav-search button:hover { color: var(--yellow); }

/* CTA */
.nav-cta {
  flex-shrink: 0;
  background: var(--cta);
  color: white !important;
  border-radius: 6px;
  padding: 0 20px;
  height: 40px;
  font-weight: 700;
  font-size: 13.5px;
  display: flex; align-items: center;
  text-decoration: none;
  white-space: nowrap;
  transition: background var(--ease), transform var(--ease);
}
.nav-cta:hover { background: #c00; transform: translateY(-1px); }

/* ── MEGA MENU ────────────────────────────────────────────────── */
.mega-menu {
  position: absolute;
  top: var(--nav-h);
  left: 400%; transform: translateX(-50%) translateY(8px);
  min-width: 820px;
  background: var(--white);
  border-top:3px solid #a50000;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 18px 50px rgba(0,0,0,.13);
  padding: 24px;
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity var(--ease), visibility var(--ease), transform var(--ease);
  z-index: 900;
}
.nav-item::after {
  content: ''; position: absolute; bottom: 0; left: 0;
  width: 100%; height: 8px; background: transparent;
}
.nav-item:hover > .mega-menu {
  opacity: 1; visibility: visible; pointer-events: all;
  transform: translateX(-50%) translateY(0);
}
.mega-header {
  font-family: var(--font-cond);
  font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 1.5px;
  color: #aaa;
  margin-bottom: 14px; padding-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
}
.mega-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 4px;
}
.mega-item {
  display: flex; flex-direction: column; align-items: center; gap: 9px;
  padding: 14px 8px; border-radius: 8px;
  text-decoration: none; color: #333; text-align: center;
  transition: background var(--ease), color var(--ease), transform var(--ease);
}
.mega-item:hover { background: #fff8e6; color: var(--dark); transform: translateY(-2px); }
.mega-item:hover .mega-icon { background: #a20000; color: white;  }
.mega-icon {
  width: 70px; height: 70px; background: #f5f5f5;
  border-radius: 2px; display: flex; align-items: center; justify-content: center;
  font-size: 18px; color: #555;
  transition: background var(--ease), color var(--ease);
  flex-shrink: 0;
}
.mega-label { font-size: 11.5px; font-weight: 600; line-height: 1.3; color: inherit; }

/* ── HAMBURGER ────────────────────────────────────────────────── */
.nav-hamburger {
  display: none; flex-direction: column; gap: 5px;
  cursor: pointer; padding: 6px; background: none; border: none;
  margin-left: auto;
}
.nav-hamburger span {
  display: block; width: 24px; height: 2px;
  background: #333; border-radius: 2px;
  transition: background var(--ease), transform 0.3s ease, opacity 0.3s ease;
}
.nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.nav-hamburger:hover span { background: var(--red); }

/* ── MOBILE DRAWER ────────────────────────────────────────────── */
.mobile-drawer {
  display: none;
  position: fixed;
  top: calc(var(--top-h) + var(--nav-h));
  left: 0; right: 0; bottom: 0;
  background: white;
  overflow-y: auto;
  z-index: 999;
  padding: 0 0 40px;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  box-shadow: 4px 0 30px rgba(0,0,0,.2);
}
.mobile-drawer.open { transform: translateX(0); }

.mob-search {
  padding: 16px 20px;
  border-bottom: 1px solid #f0f0f0;
  display: flex; gap: 8px;
}
.mob-search input {
  flex: 1; padding: 10px 14px;
  border: 1.5px solid #dde3f0;
  border-radius: 6px; font-family: var(--font);
  font-size: 14px; outline: none;
  transition: border-color var(--ease);
}
.mob-search input:focus { border-color: var(--navy); }
.mob-search button {
  background: var(--navy); color: white; border: none;
  border-radius: 6px; padding: 0 16px; cursor: pointer;
  font-size: 14px;
}

.mob-item { border-bottom: 1px solid #f4f4f4; }
.mob-link {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 20px;
  color: #222; text-decoration: none; font-weight: 600;
  font-size: 15px; cursor: pointer;
  background: none; border: none; width: 100%;
  font-family: var(--font); text-align: left;
  transition: color var(--ease), background var(--ease);
}
.mob-link:hover { color: var(--red); background: #fafafa; }
.mob-link .mob-chevron { font-size: 10px; color: #999; transition: transform 0.25s ease; }
.mob-item.open .mob-chevron { transform: rotate(180deg); }

.mob-sub {
  max-height: 0; overflow: hidden;
  transition: max-height 0.35s ease;
  background: #fafbff;
}
.mob-item.open .mob-sub { max-height: 600px; }
.mob-sub-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 4px; padding: 12px 16px 16px;
}
.mob-sub-item {
  display: flex; flex-direction: column; align-items: center; gap: 7px;
  padding: 12px 6px; border-radius: 8px;
  text-decoration: none; color: #333; text-align: center;
  transition: background var(--ease);
}
.mob-sub-item:hover { background: #fff8e6; }
.mob-sub-item:hover .mob-sub-icon { background: var(--yellow); color: var(--dark); }
.mob-sub-icon {
  width: 40px; height: 40px; background: #eef0f5;
  border-radius: 8px; display: flex; align-items: center; justify-content: center;
  font-size: 16px; color: #555;
  transition: background var(--ease), color var(--ease);
}
.mob-sub-label { font-size: 11px; font-weight: 600; line-height: 1.3; }

.mob-cta {
  margin: 20px 20px 0;
  display: flex;
  background: var(--cta); color: white;
  border-radius: 8px; padding: 14px 20px;
  text-decoration: none; font-weight: 700; font-size: 15px;
  align-items: center; justify-content: center; gap: 8px;
  transition: background var(--ease);
}
.mob-cta:hover { background: #c00; }

/* ── RESPONSIVE BREAKPOINTS ───────────────────────────────────── */
@media (max-width: 1200px) {
  .nav-menu, .nav-search { display: none; }
  .nav-hamburger { display: flex; }
  .mobile-drawer { display: block; }
}

@media (max-width: 768px) {
  :root { --top-h: 40px; }
  .topbar-left a:last-child { display: none; }
  .topbar-social { display: none; }
  .logo-text { font-size: 19px; }
}

@media (max-width: 480px) {
  .topbar-inner { padding: 0 14px; }
  .topbar-right a { padding: 0 6px; font-size: 12px; }
  .nav-inner { padding: 0 14px; }
  .mob-sub-grid { grid-template-columns: repeat(2, 1fr); }
}
 
    @media only screen and (max-width: 1199.98px) 
    {
        .on_mobile_scrol
        {
            overflow: auto;
            width: 100%;
            height: 400px;
            padding: 10px 30px 70px 0px;
            z-index: 22222;
        }
    }

  