
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
    <link href="https://fonts.googleapis.com/css2?family=Exo+2:wght@400;500;600;700;800;900&display=swap" rel="stylesheet">
/* =========================================
   SMALLER RETAIL OFFER BANNER
========================================= */

/* SECTION TITLE */
.product-slider-section .sec-title{

    display:flex;
    align-items:center;
    justify-content:center;

    padding:0 !important;

    margin-bottom:18px !important;

    text-align:center !important;
}

/* HIDE OLD TEXT */
.product-slider-section .sec-title h2,
.product-slider-section .sec-title p{
    display:none !important;
}

/* =========================================
   LARGE PREMIUM RETAIL OFFER BANNER
========================================= */

.offer-tag{
    position:absolute;

    top:50%;
    right:40px;

    transform:translateY(-50%);

    z-index:20;
}

/* LARGE IMAGE */
.offer-tag img{

    height:140px !important;

    width:auto !important;

    display:block;

    object-fit:contain;

    filter:
      drop-shadow(0 18px 40px rgba(255,0,0,0.45));

    transition:all .35s ease;
}

/* HOVER EFFECT */
.offer-tag img:hover{

    transform:scale(1.08);

    filter:
      drop-shadow(0 24px 55px rgba(255,0,0,0.60));
}

/* LARGE DESKTOP */
@media(min-width:1400px){

    .offer-tag{
        right:80px;
    }

    .offer-tag img{
        height:165px !important;
    }

}

/* LAPTOP */
@media(min-width:992px) and (max-width:1399px){

    .offer-tag img{
        height:135px !important;
    }

}

/* TABLET */
@media(max-width:991px){

    .offer-tag{
        right:10px;
    }

    .offer-tag img{
        height:95px !important;
    }

}

/* MOBILE */
@media(max-width:768px){

    .offer-tag{

        position:static;

        transform:none;

        margin-top:18px;

        text-align:center;
    }

    .offer-tag img{

        height:80px !important;

        margin:0 auto;
    }

}
/* Force slider section background */
.product-slider-section {
  padding: 60px 0 40px !important;
  background: #f8f9fa !important;
  overflow: hidden !important;
  position: relative !important;
  z-index: 1 !important;
}

/* Force slider container */
.product-slider-section .slider-container {
  overflow: hidden !important;
  position: relative !important;
  width: 100% !important;
}

.product-slider-section .slider-track {
  display: flex !important;
  gap: 25px !important;
  width: fit-content !important;
  will-change: transform !important;
  transition: transform 0.6s ease !important;
}


/* Force product card styles - override owl carousel */
.product-slider-section .product-card {
  flex: 0 0 280px !important;
  width: 280px !important;
  max-width: 280px !important;
  min-width: 280px !important;
  position: relative !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  background: #fff !important;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08) !important;
  transition: all 0.3s ease !important;
  margin: 0 !important;
  float: none !important;
  clear: none !important;
}

/* Fix product card hover */
.product-slider-section .product-card:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15) !important;
}

/* Force product image */
.product-slider-section .product-image {
  height: 240px !important;
  overflow: hidden !important;
  position: relative !important;
}

.product-slider-section .product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform 0.5s ease !important;
}

/* Force overlay */
.product-slider-section .product-info-overlay {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  padding: 20px 15px !important;
  background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.5) 70%, transparent 100%) !important;
  color: #fff !important;
  pointer-events: none !important;
}

/* Force text styles */
.product-slider-section .product-title {
  font-family: 'Exo 2', sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #fff !important;
  margin-bottom: 5px !important;
}

.product-slider-section .brand-name,
.product-slider-section .part-number {
  font-family: 'Exo 2', sans-serif !important;
  font-size: 12px !important;
  color: rgba(255,255,255,0.8) !important;
  margin-bottom: 3px !important;
}

.product-slider-section .product-price {
  font-family: 'Exo 2', sans-serif !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  color: #0F5D5C !important;
  background: rgba(255,255,255,0.9) !important;
  display: inline-block !important;
  padding: 4px 12px !important;
  border-radius: 20px !important;
  margin-top: 8px !important;
}

/* Force WhatsApp icon */
.product-slider-section .whatsapp-icon {
  position: absolute !important;
  bottom: 15px !important;
  right: 15px !important;
  background: #25D366 !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  z-index: 999 !important;
  cursor: pointer !important;
  pointer-events: auto !important;
}

.product-slider-section .whatsapp-icon i {
  color: #fff !important;
  font-size: 22px !important;
  pointer-events: none !important;
}

/* Force tabs */
.product-slider-section .cat-tab {
  font-family: 'Exo 2', sans-serif !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  padding: 10px 25px !important;
  background: #fff !important;
  border: 2px solid #e0e0e0 !important;
  border-radius: 40px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  color: #333 !important;
  display: inline-block !important;
}

.product-slider-section .cat-tab.active {
  background: #0F5D5C !important;
  border-color: #0F5D5C !important;
  color: #fff !important;
}

/* Force category containers */
.product-slider-section .category-container {
  display: none !important;
}

.product-slider-section .category-container.active {
  display: block !important;
}


/* Remove Owl Carousel interference */
.product-slider-section .owl-carousel,
.product-slider-section .owl-stage-outer,
.product-slider-section .owl-stage,
.product-slider-section .owl-item {
  display: block !important;
  height: auto !important;
}

/* Responsive */
@media (max-width: 1200px) {
  .product-slider-section .product-card {
    flex: 0 0 260px !important;
    width: 260px !important;
    min-width: 260px !important;
  }
}

@media (max-width: 768px) {
  .product-slider-section .product-card {
    flex: 0 0 240px !important;
    width: 240px !important;
    min-width: 240px !important;
  }
  .product-slider-section .product-image { height: 180px !important; }
  .product-slider-section .product-title { font-size: 13px !important; }
  .product-slider-section .product-price { font-size: 14px !important; }
  .product-slider-section .cat-tab { padding: 6px 16px !important; font-size: 12px !important; }
  .product-slider-section .whatsapp-icon { width: 32px !important; height: 32px !important; }
  .product-slider-section .whatsapp-icon i { font-size: 16px !important; }
}
/* ===============================
   MODERN RED OFFER BOX (CLEAN)
=============================== */
/* ===============================
   PREMIUM MODERN OFFER BOX
=============================== */
.product-slider-section .sec-title {
  position: relative;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  text-align: center;

  min-height: 110px;

  padding-right: 0;   
}
.special-offer-box {
  position: absolute;
  right: 0;

  display: flex;
  align-items: center;
  gap: 10px;

  background: linear-gradient(135deg, #ff0000, #cc0000);
  color: #fff;

  padding: 12px 22px;
  border-radius: 8px;

  font-weight: 600;
  font-size: 14px;

  box-shadow: 0 12px 30px rgba(255, 0, 0, 0.35);
}

/* ICON STYLE */
.offer-icon {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 28px;
  height: 28px;

  background: rgba(255,255,255,0.15);
  border-radius: 6px;

  font-size: 14px;
}

.special-offer-box h4 {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.3px;
}
/* HOVER */
.special-offer-box:hover {
  transform: translateY(-50%) scale(1.08);
  box-shadow: 
    0 18px 40px rgba(255, 0, 0, 0.45),
    0 6px 15px rgba(0,0,0,0.12);
}
/* Text */
.special-offer-box h4 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

/* Hover */
.special-offer-box:hover {
  transform: translateY(-50%) scale(1.05);
  box-shadow: 0 14px 30px rgba(255, 59, 59, 0.45);
}

/* ===============================
   RESPONSIVE
=============================== */

@media (max-width: 1200px) {
  .special-offer-box {
    right: 15px;
  }
}

@media (max-width: 768px) {
  .product-slider-section .sec-title {
    padding-right: 0;
    text-align: center;
  }

  .special-offer-box {
    position: static;
    transform: none;
    margin-top: 12px;
  }
}


/* Make tabs container reference */
.product-slider-section .product-category-tabs {
  position: relative;
}

/* Base arrow style */
.arrow-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: none;
  background: #0F5D5C;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
  transition: 0.3s;
}

.arrow-btn:hover {
  background: #128d7a;
}

/* LEFT ARROW */
.arrow-btn.left {
  left: -50px; /* push outside tabs */
}

/* RIGHT ARROW */
.arrow-btn.right {
  right: -50px; /* push outside tabs */
}

/* ===============================
   RESPONSIVE
=============================== */

@media (max-width: 1200px) {
  .arrow-btn.left {
    left: 0;
  }
  .arrow-btn.right {
    right: 0;
  }
}
/* =========================================================
   A2Z FINAL CLEAN HEADER SYSTEM (CONFLICT-FREE VERSION)
========================================================= */

/* ===============================
   BASE HEADER
=============================== */
.a2z-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 18px 0;
  z-index: 99999;
  transition: all 0.35s ease;
  background: transparent;
  border-bottom: 2px solid rgba(255,255,255,0.25);
  font-family: 'Exo 2', sans-serif;
}

.a2z-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}

/* ===============================
   LARGE LOGO WITHOUT HEADER HEIGHT
=============================== */

.a2z-logo{
    position:relative;
    z-index:10;
}


/* ===============================
   DESKTOP NAVIGATION
=============================== */
.a2z-nav ul {
  display: flex;
  gap: 24px;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.a2z-nav ul li {
  position: relative;
}

.a2z-nav ul li a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  transition: 0.3s ease;
  text-decoration: none;
}

.a2z-nav ul li:hover > a {
  color: #0F5D5C;
}

.a2z-header.fixed .a2z-nav ul li a {
  color: #000000;
}

/* ===============================
   DROPDOWN
=============================== */
.a2z-nav .submenu,
.a2z-nav .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: #ffffff;
  border-radius: 6px;
  padding: 8px 0;
  display: none;
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.a2z-nav ul li:hover > .submenu,
.a2z-nav ul li:hover > .sub-menu {
  display: block;
}

.a2z-nav .submenu li a,
.sub-menu li a {
  display: block;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  border-bottom: 1px solid #eee;
}

.a2z-nav .submenu li a:hover,
.sub-menu li a:hover {
  background: #0F5D5C;
  color: #ffffff;
}

/* ===============================
   CALL SECTION
=============================== */
.header-call {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-call .call-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #0F5D5C;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-call .call-icon i {
  color: #fff;
  font-size: 17px;
}

.header-call .call-text-group {
  display: flex;
  flex-direction: column;
}

.header-call .call-label {
  font-size: 12px;
  font-weight: 600;
  opacity: 0.8;
  color: #ffffff;
}

.header-call .call-number {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
}

.a2z-header.fixed .call-label,
.a2z-header.fixed .call-number {
  color: #0F5D5C;
}

/* ===============================
   CTA BUTTON
=============================== */
.a2z-cta a {
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  background: #0F5D5C;
  color: #ffffff;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.a2z-cta a:hover {
  background: #128d7a;
}

/* =========================================================
   MOBILE HEADER
========================================================= */
@media (max-width: 991px) {

  .a2z-header,
  .a2z-header.fixed {
    position: fixed;
    background: #ffffff;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    min-height: 60px;
  }

  .banner-section {
    margin-top: 60px;
  }

  .a2z-header-inner {
    padding: 0 15px;
    position: relative;
  }

  
  /* Hide desktop nav */
  .a2z-nav,
  .a2z-cta {
    display: none;
  }

  /* Call Icon */
  .header-call {
    position: absolute;
    right: 55px;
    top: 50%;
    transform: translateY(-50%);
  }

  .header-call .call-text-group {
    display: none;
  }

  .header-call .call-icon {
    width: 36px;
    height: 36px;
  }

  /* Hamburger */
  .a2z-mobile-toggle {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 26px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
  }

  .a2z-mobile-toggle span {
    height: 3px;
    margin: 4px 0;
    background: #333;
    border-radius: 2px;
    transition: 0.3s ease;
  }
}

/* =========================================================
   MOBILE SIDEBAR
========================================================= */
.a2z-mobile-menu {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  height: 100%;
  background: linear-gradient(180deg, #0F5D5C, #0c4a49);
  padding: 70px 0 30px;
  transition: 0.35s ease;
  z-index: 100001;
  box-shadow: 5px 0 25px rgba(0,0,0,0.25);
}

.a2z-mobile-menu.active {
  left: 0;
}

.a2z-nav-mobile ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.a2z-nav-mobile a {
  display: block;
  padding: 15px 25px;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  transition: 0.3s ease;
}

.a2z-nav-mobile a:hover {
  background: rgba(255,255,255,0.12);
  padding-left: 32px;
}
.a2z-backdrop{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.45);
  opacity:0;
  visibility:hidden;
  transition:.3s;
  z-index:100000;
}

.a2z-backdrop.active{
  opacity:1;
  visibility:visible;
}
/* ===============================
   SIDEBAR CLOSE BUTTON
=============================== */
.a2z-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  color: #ffffff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s ease;
}

.a2z-close:hover {
  background: #ffffff;
  color: #0F5D5C;
}
/* ===============================
   STICKY HEADER (LARGER)
=============================== */

/* ===============================
   STICKY HEADER PREMIUM LARGE LOGO
=============================== */

@media (min-width: 992px) {

  .a2z-header.fixed {

    position: fixed;

    background: #ffffff;

    border-bottom: 2px solid #0F5D5C;

    box-shadow: 0 6px 25px rgba(0,0,0,0.08);

    padding: 16px 0;

  }


}
/* ==================================
   EXTRA LARGE PREMIUM HEADER LOGO
================================== */

.a2z-logo{
    position: relative;
    z-index: 20;

    flex: 0 0 240px !important;
    width: 240px !important;

    margin-left: -25px !important;
}

/* NORMAL HEADER LOGO BIGGER */
.a2z-logo img{

    height: 230px !important;

    width: auto !important;
    max-width: none !important;

    object-fit: contain;
    display: block;

    margin-top: -58px !important;
    margin-bottom: -58px !important;

    transition: .35s ease;
}

/* KEEP STICKY SAME (already good) */
.a2z-header.fixed .a2z-logo img{

    height: 160px !important;

    margin-top: -30px !important;
    margin-bottom: -30px !important;
}
/* LAPTOP */
@media(max-width:1199px){

    .a2z-logo{
        width:200px !important;
        flex:0 0 200px !important;
    }

    .a2z-logo img{
        height:155px !important;

        margin-top:-28px !important;
        margin-bottom:-28px !important;
    }
}

/* TABLET */
@media(max-width:991px){

    .a2z-logo{
        width:95px !important;
        flex:0 0 95px !important;
        margin-left:-8px !important;
    }

    .a2z-logo img{
        height:60px !important;

        margin-top:-5px !important;
        margin-bottom:-5px !important;
    }
}

/* MOBILE */
@media(max-width:576px){

    .a2z-logo img{
        height:54px !important;
    }
}
.call-number a{
  color: #CE9D54;
  text-decoration: none;
}

.call-number a:hover{
  text-decoration: underline;
}
/* ===============================
   TRANSPARENT SEARCH BOX
=============================== */

.a2z-search-box form {
  display: flex;
  align-items: center;
  background: transparent; /* 🔥 remove white */
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.4); /* light border */
  backdrop-filter: blur(6px); /* glass effect */
}

/* Input */
.a2z-search-box input {
  border: none;
  padding: 8px 12px;
  font-size: 14px;
  outline: none;
  width: 180px;
  font-family: 'Exo 2', sans-serif;
  background: transparent; /* 🔥 transparent */
  color: #ffffff; /* white text */
}

/* Placeholder */
.a2z-search-box input::placeholder {
  color: rgba(255,255,255,0.7);
}

/* Button */
.a2z-search-box button {
  background: transparent; /* 🔥 no box */
  border: none;
  padding: 8px 12px;
  color: #ffffff;
  cursor: pointer;
}
.a2z-header.fixed .a2z-search-box form {
  border: 1px solid #ccc;
  backdrop-filter: none;
}

.a2z-header.fixed .a2z-search-box input {
  color: #000;
}

.a2z-header.fixed .a2z-search-box input::placeholder {
  color: #666;
}

.a2z-header.fixed .a2z-search-box button {
  color: #000;
}/* MOVE LOGO EXTREME LEFT */

.a2z-logo{

    margin-left:-38px !important;
}

/* LARGE DESKTOP */
@media(max-width:1400px){

    .a2z-logo{

        margin-left:-34px !important;
    }

}

/* LAPTOP */
@media(max-width:1199px){

    .a2z-logo{

        margin-left:-28px !important;
    }

}

/* TABLET */
@media(max-width:991px){

    .a2z-logo{

        margin-left:-18px !important;
    }

}

/* MOBILE */
@media(max-width:767px){

    .a2z-logo{

        margin-left:-10px !important;
    }

}
/* =====================================
   FINAL MOBILE HEADER FIX
   SEARCH + HAMBURGER + STICKY
===================================== */
@media (max-width:991px){

  /* MOBILE HEADER */
  .a2z-header,
  .a2z-header.fixed{
    position: fixed;
    top: 0 !important;
    left: 0;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    min-height: 64px !important;
    padding: 8px 0 !important;
    z-index: 99999;
  }

  /* Inner spacing */
  .a2z-header-inner{
    position: relative;
    display: flex;
    align-items: center;
    min-height: 52px;
    padding: 0 14px;
  }

  /* LOGO */
  .a2z-logo{
    flex-shrink: 0;
    margin-left: -8px !important;
    z-index: 3;
  }

 

 /* SEARCH BOX MOBILE FIX */
.a2z-search-box{
    position: absolute;
    left: 56%; /* moved slightly right */
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 195px); /* reduced width */
    max-width: 185px; /* smaller box */
    z-index: 2;
}
  .a2z-search-box form{
    width: 100%;
    height: 38px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 50px;
    overflow: hidden;
    backdrop-filter: none;
  }

  .a2z-search-box input{
    width: 100%;
    border: none;
    outline: none;
    font-size: 13px;
    color: #000 !important;
    padding: 0 40px 0 14px;
    height: 100%;
    background: transparent;
  }

  .a2z-search-box input::placeholder{
    color: #666 !important;
    font-size: 12px;
  }

  /* SEARCH ICON */
  .a2z-search-box button{
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    color: #0F5D5C !important;
    padding: 0;
    z-index: 5;
  }

  /* CALL ICON */
  .header-call{
    position: absolute;
    right: 58px !important;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
  }

  .header-call .call-icon{
    width: 34px;
    height: 34px;
  }

  /* HAMBURGER */
  .a2z-mobile-toggle{
    position: absolute;
    right: 14px !important;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 30px;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 999999;
  }

  .a2z-mobile-toggle span{
    width: 24px;
    height: 3px;
    background: #222 !important;
    border-radius: 2px;
    margin: 3px 0;
    display: block;
  }

  /* Remove header jump on sticky */
  .a2z-header.fixed{
    transform: none !important;
  }

  /* Banner spacing */
  .banner-section{
    margin-top: 64px;
  }
}

:root {
  --banner-font: 'Exo 2', sans-serif; /* SAME FONT */
}

/* ===== Banner Section ===== */
.banner-section{
position:relative;
width:100%;
height:100vh;
min-height:600px;
overflow:hidden;

/* PERFORMANCE ONLY */
contain: layout paint;
}

/* video background */
.banner-section .video-background{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
object-fit:cover;
z-index:0;

/* PERFORMANCE ONLY */
will-change: transform;
backface-visibility: hidden;
transform: translateZ(0);
}

/* overlay */
.banner-section .overlay{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.45);
z-index:1;
}

/* slide */
.banner-section .slide-item{
position:relative;
width:100%;
height:100vh;
display:flex;
align-items:center;
justify-content:center;
z-index:2;
}

/* layout */
.banner-section .auto-container,
.banner-section .row{
display:flex;
align-items:center;
justify-content:center;
width:100%;
}

.banner-section .content-column{
width:100%;
max-width:900px;
text-align:center;
margin-left:220px;
}

@media(max-width:992px){
.banner-section .content-column{
margin-left:0;
padding:0 20px;
}
}

/* TEXT STYLING — SAME AS BEFORE */
.banner-section .upper-text{
font-family:var(--banner-font);
font-weight:700;
font-size:20px;
text-transform:uppercase;
color:#fff;
letter-spacing:2px;
margin-bottom:20px;
text-shadow:0 2px 8px rgba(0,0,0,0.5);
}

.banner-section h2{
font-family:var(--banner-font);
font-weight:900;
font-size:80px;
line-height:1.2;
text-transform:uppercase;
color:#fff;
margin-bottom:25px;
text-shadow:0 4px 12px rgba(0,0,0,0.6);
}

.banner-section p{
font-family:var(--banner-font);
font-size:18px;
color:#eaeaea;
margin-bottom:35px;
line-height:1.6;
max-width:650px;
margin-left:auto;
margin-right:auto;
}

/* button */
.banner-section .theme-btn{
font-family:var(--banner-font);
background:#0F5D5C;
color:#fff;
font-weight:600;
padding:14px 45px;
border-radius:50px;
text-decoration:none;
transition:all .3s ease;
}
.banner-section .content-box p{
    color: #ffffff !important;
}
.banner-section .theme-btn:hover{
background:#0b4948;
transform:translateY(-3px);
}
/* ============================================
   PRODUCT SLIDER - FORCED STYLES (NO CONFLICTS)
============================================ */
.product-slider-section {
  padding: 60px 0 40px !important;
  background: #f8f9fa !important;
  overflow: hidden !important;
}

.product-slider-section .sec-title {
  text-align: center !important;
  margin-bottom: 40px !important;
}

.product-slider-section .sec-title h2 {
  font-family: 'Exo 2', sans-serif !important;
  font-weight: 800 !important;
  font-size: 36px !important;
  color: #111 !important;
  margin-bottom: 10px !important;
}

.product-slider-section .sec-title p {
  font-family: 'Exo 2', sans-serif !important;
  font-size: 16px !important;
  color: #666 !important;
}

/* Category Tabs */
.product-slider-section .product-category-tabs {
  display: flex !important;
  justify-content: center !important;
  gap: 15px !important;
  margin-bottom: 40px !important;
  flex-wrap: wrap !important;
}

.product-slider-section .cat-tab {
  font-family: 'Exo 2', sans-serif !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  padding: 10px 25px !important;
  background: #fff !important;
  border: 2px solid #e0e0e0 !important;
  border-radius: 40px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  color: #333 !important;
}

.product-slider-section .cat-tab:hover,
.product-slider-section .cat-tab.active {
  background: #0F5D5C !important;
  border-color: #0F5D5C !important;
  color: #fff !important;
}

/* Slider Container */
.product-slider-section .slider-container {
  position: relative !important;
  width: 100% !important;
  overflow: hidden !important;
}




/* Product Card */
.product-slider-section .product-card {
  flex: 0 0 280px !important;
  position: relative !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  background: #fff !important;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08) !important;
}

.product-slider-section .product-card:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15) !important;
}

.product-slider-section .product-image {
  position: relative !important;
  height: 240px !important;
  overflow: hidden !important;
}

.product-slider-section .product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform 0.5s ease !important;
}

.product-slider-section .product-card:hover .product-image img {
  transform: scale(1.05) !important;
}

.product-slider-section .popular-badge {
  position: absolute !important;
  top: 15px !important;
  left: 15px !important;
  background: #0F5D5C !important;
  color: #fff !important;
  font-family: 'Exo 2', sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  padding: 4px 12px !important;
  border-radius: 20px !important;
  z-index: 10 !important;
  text-transform: uppercase !important;
}

.product-slider-section .product-info-overlay {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  padding: 20px 15px !important;
  background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.5) 70%, transparent 100%) !important;
  color: #fff !important;
  pointer-events: none !important;
}

.product-slider-section .product-title {
  font-family: 'Exo 2', sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  margin-bottom: 5px !important;
  color: #fff !important;
}

.product-slider-section .brand-name,
.product-slider-section .part-number {
  font-family: 'Exo 2', sans-serif !important;
  font-size: 12px !important;
  margin-bottom: 3px !important;
  color: rgba(255,255,255,0.8) !important;
}

.product-slider-section .brand-name span,
.product-slider-section .part-number span {
  font-weight: 600 !important;
  color: #fff !important;
}

.product-slider-section .product-price {
  font-family: 'Exo 2', sans-serif !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  color: #0F5D5C !important;
  margin-top: 8px !important;
  display: inline-block !important;
  background: rgba(255,255,255,0.9) !important;
  padding: 4px 12px !important;
  border-radius: 20px !important;
}

.product-slider-section .whatsapp-icon {
  position: absolute !important;
  bottom: 15px !important;
  right: 15px !important;
  background: #25D366 !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.3s ease !important;
  z-index: 999 !important;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2) !important;
  text-decoration: none !important;
  cursor: pointer !important;
  pointer-events: auto !important;
}

.product-slider-section .whatsapp-icon:hover {
  background: #128C7E !important;
  transform: scale(1.1) !important;
}

.product-slider-section .whatsapp-icon i {
  color: #fff !important;
  font-size: 22px !important;
}

.product-slider-section .category-container {
  display: none;
}

.product-slider-section .category-container.active {
  display: block;
}

.product-slider-section .category-container.active {
  display: block !important;
}



@media (max-width: 1200px) {
  .product-slider-section .product-card { flex: 0 0 260px !important; }
}

@media (max-width: 768px) {
  .product-slider-section .product-card { flex: 0 0 240px !important; }
  .product-slider-section .product-image { height: 180px !important; }
  .product-slider-section .product-info-overlay { padding: 12px !important; }
  .product-slider-section .product-title { font-size: 13px !important; }
  .product-slider-section .product-price { font-size: 14px !important; }
  .product-slider-section .cat-tab { padding: 6px 16px !important; font-size: 12px !important; }
  .product-slider-section .whatsapp-icon { width: 32px !important; height: 32px !important; bottom: 10px !important; right: 10px !important; }
  .product-slider-section .whatsapp-icon i { font-size: 16px !important; }
}
/* ===============================
   TITLE WRAPPER (FIX ALIGNMENT)
=============================== */
.product-slider-section .sec-title.with-offer {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* keep heading centered */
.sec-title .title-wrap {
  text-align: center;
}

/* ===============================
   SECTION TITLE (CENTER FIX)
=============================== */
.product-slider-section .sec-title {
  position: relative;
  text-align: center;
  padding: 0;
}

/* ===============================
   SECTION TITLE (CENTER FIX)
=============================== */
.product-slider-section .sec-title {
  position: relative;
  text-align: center;
  padding: 0;
}


.product-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
/* =========================
   VIEW ALL BOX (MATCH NORMAL BOXES)
========================= */

.brand-section .view-all-brand a {
  background: #fff !important; /* same as others */
  border: 1px solid #E3E3E3 !important;
  color: #222 !important;
}

/* Icon style */
.brand-section .view-all-brand .image {
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-section .view-all-brand .image i {
  font-size: 30px;
  color: #0F5D5C; /* brand color */
}

/* Text */
.brand-section .view-all-brand span {
  color: #222 !important;
}

/* Hover SAME as others */
.brand-section .view-all-brand a:hover {
  border-color: #0F5D5C !important;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  transform: translateY(-5px);
}

/* Hover text */
.brand-section .view-all-brand a:hover span {
  color: #0F5D5C !important;
}
/* =========================
   Brand Section Styling
========================= */

/* Section spacing (tight but clean) */
.brand-section {
  padding: 50px 0 40px;
  position: relative;
  background: #fff;
}

/* Heading alignment + spacing */
.brand-section .sec-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px; /* small gap between heading and boxes */
}

.brand-section .sec-title h2 {
  font-family: 'Exo 2', sans-serif;
  font-weight: 800;
  font-size: 32px;
  color: #111;
  margin: 0;
}

.brand-section .sec-title a {
  font-size: 15px;
  color: #0F5D5C;
  font-weight: 600;
  border-bottom: 1px solid transparent;
  transition: 0.3s ease;
}

.brand-section .sec-title a:hover {
  border-color: #0F5D5C;
}

/* Brand boxes */
.brand-section .brand-block-one .inner-box a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 220px;
  width: 100%;
  background: #fff;
  border: 1px solid #E3E3E3;
  border-radius: 10px;
  padding: 25px 15px 20px;
  text-align: center;
  transition: all 0.3s ease;
}

.brand-section .brand-block-one .inner-box a:hover {
  border-color: #0F5D5C;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transform: translateY(-5px);
}

/* Logo styling */
.brand-section .brand-block-one .inner-box .image {
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.brand-section .brand-block-one .inner-box .image img {
  max-height: 65px;
  width: auto;
  object-fit: contain;
}

/* Brand name */
.brand-section .brand-block-one .inner-box span {
  font-family: 'Exo 2', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #222;
  line-height: 1.3;
  min-height: 38px;
  transition: color 0.3s ease;
}

.brand-section .brand-block-one .inner-box a:hover span {
  color: #0F5D5C;
}

/* Adjust brand block grid spacing */
.brand-section .brand-block {
  margin-bottom: 18px;
}

/* Responsive tweaks */
@media (max-width: 991px) {
  .brand-section .brand-block-one .inner-box a {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .brand-section .brand-block-one .inner-box a {
    height: 180px;
  }
}
.card-link{
display:block;
text-decoration:none;
color:inherit;
}

.auto-tag{
display:inline-block;
background:#0F5D5C;
color:#fff;
font-size:13px;
font-weight:600;
padding:6px 12px;
border-radius:6px;
margin-bottom:10px;
width:max-content;
box-shadow:0 3px 10px rgba(0,0,0,0.4);
}
.theme-link{
display:inline-block;
background:#0F5D5C;
color:#ffffff !important;
padding:6px 14px;
border-radius:6px;
font-size:14px;
font-weight:600;
text-decoration:none;
margin-top:6px;
box-shadow:0 3px 10px rgba(0,0,0,0.35);
transition:all .3s ease;
}

.theme-link:hover{
background:#0b4c4b;
color:#fff;
transform:translateY(-2px);
}
.auto-range-section{
background:#f9fafc;
padding:60px 0 80px;
font-family:'Poppins',sans-serif;
}

.auto-range-title{
margin-bottom:60px;
}

.auto-range-sub{
color:#0F5D5C;
font-size:14px;
font-weight:600;
letter-spacing:1px;
text-transform:uppercase;
margin-bottom:10px;
}

.auto-range-main{
font-size:40px;
font-weight:800;
margin-bottom:15px;
color:#1a1a1a;
}

.auto-range-desc{
max-width:700px;
margin:auto;
color:#555;
line-height:1.7;
}

.auto-range-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
gap:30px;
}

.auto-range-card{
position:relative;
height:320px;
border-radius:18px;
overflow:hidden;
background-size:cover;
background-position:center;
box-shadow:0 10px 25px rgba(0,0,0,0.12);
transition:transform .4s ease, box-shadow .4s ease;
cursor:pointer;
}

.auto-range-card:hover{
transform:translateY(-10px);
box-shadow:0 20px 40px rgba(0,0,0,0.25);
}

.auto-range-overlay{
position:absolute;
inset:0;
padding:25px;
display:flex;
flex-direction:column;
justify-content:flex-end;

/* darker gradient for better readability */
background:linear-gradient(
to top,
rgba(0,0,0,0.75) 0%,
rgba(0,0,0,0.45) 40%,
rgba(0,0,0,0.15) 100%
);

color:#fff;
}

/* stronger heading visibility */
.auto-range-overlay h4{
font-size:22px;
font-weight:700;
margin-bottom:8px;
color:#fff;
text-shadow:0 3px 10px rgba(0,0,0,0.8);
}

/* paragraph visibility */
.auto-range-overlay p{
font-size:15px;
line-height:1.6;
color:#f5f5f5;
text-shadow:0 2px 6px rgba(0,0,0,0.8);
}


@media(max-width:768px){
.auto-range-main{
font-size:32px;
}

.auto-range-card{
height:260px;
}
}
/* ==================== Section Base ==================== */
.why-choose-us {
  padding: 50px 20px 90px;
  background: linear-gradient(145deg, #f7fcf9 0%, #eef8f3 100%);
  font-family: 'Poppins', sans-serif;
  position: relative;
  overflow: hidden;
}

/* Subtle background glow */
.why-choose-us::before {
  content: "";
  position: absolute;
  top: -80px;
  left: -80px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(15,93,92,0.12), transparent 70%);
  filter: blur(80px);
  z-index: 0;
}

/* ==================== Heading ==================== */
.section-header {
  margin-bottom: 55px;
  position: relative;
  z-index: 2;
}

.why-heading {
  font-size: 38px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 15px;
  position: relative;
}

.why-heading::after {
  content: "";
  display: block;
  width: 70px;
  height: 3px;
  background: #0F5D5C;
  margin: 12px auto 0;
  border-radius: 3px;
}

.why-subheading {
  font-size: 16px;
  color: #555;
  max-width: 650px;
  margin: 10px auto 0;
  line-height: 1.7;
}

/* ==================== Left Content ==================== */
.why-title {
  font-size: 30px;
  font-weight: 600;
  color: #111;
  line-height: 1.5;
  margin-bottom: 18px;
}

.why-desc {
  color: #555;
  font-size: 15.5px;
  line-height: 1.8;
  margin-bottom: 35px;
  max-width: 90%;
}

/* ==================== Feature Boxes ==================== */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  background: #fff;
  padding: 22px 20px;
  border-radius: 18px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.05);
  transition: all 0.35s ease;
  position: relative;
}

.feature-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

/* Glow border effect */
.feature-item::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  border: 2px solid transparent;
  background: linear-gradient(145deg, rgba(15,93,92,0.3), transparent);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.feature-item:hover::after {
  opacity: 1;
}

/* Icons */
.feature-icon {
  width: 58px;
  height: 58px;
  background: #0F5D5C;
  color: #fff;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  flex-shrink: 0;
  transition: transform 0.3s ease, background 0.3s ease;
}

.feature-item:hover .feature-icon {
  transform: scale(1.1);
  background: #0B4948;
}

/* Feature text */
.feature-item h5 {
  font-weight: 600;
  font-size: 17px;
  color: #111;
  margin-bottom: 6px;
}

.feature-item p {
  font-size: 14.5px;
  color: #555;
  margin: 0;
  line-height: 1.6;
}

/* ==================== Right Image ==================== */
.why-image {
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
}

.why-image img {
  width: 100%;
  height: 100%;
  max-height: 650px;
  object-fit: cover;
  border-radius: 22px;
  box-shadow: 0 15px 45px rgba(0,0,0,0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.why-image img:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 25px 55px rgba(0,0,0,0.15);
}

/* Desktop equal height layout */
@media(min-width: 992px) {
  .why-choose-us .row {
    display: flex;
    align-items: stretch;
  }
}

/* ==================== Responsive ==================== */
@media (max-width: 991px) {
  .why-title { font-size: 26px; }
  .why-heading { font-size: 32px; }
  .feature-item { padding: 18px; }
  .why-image {
    height: 360px;
    margin-top: 35px;
  }
}

@media (max-width: 576px) {
  .why-heading { font-size: 28px; }
  .why-subheading { font-size: 14px; }
  .feature-grid { grid-template-columns: 1fr; }
  .why-title { font-size: 22px; }
  .why-desc { font-size: 14px; }
}
.contact-hero-slider{
position:relative;
font-family:'Exo 2',sans-serif;
margin:0;
padding:0;
}

/* Each slide */

.hero-slide{
position:relative;
height:100vh;
min-height:600px;
display:flex;
align-items:center;
background-size:cover;
background-position:center;
color:#fff;
margin:0;
padding:0;
}
/* Overlay */

.hero-slide .overlay{
position:absolute;
inset:0;
background:linear-gradient(
90deg,
rgba(0,0,0,0.85) 0%,
rgba(0,0,0,0.75) 40%,
rgba(0,0,0,0.55) 70%,
rgba(0,0,0,0.35) 100%
);
}

/* Container fix */

.hero-container{
position:relative;
z-index:2;
width:100%;
}

/* Hero text */

.hero-content{
position:relative;
z-index:2;
}

.hero-content::before{
content:"";
display:block;
width:70px;
height:4px;
background:#0F5D5C;
margin-bottom:25px;
border-radius:3px;
}

/* Title */

.contact-title{
font-size:56px;
font-weight:900;
text-transform:uppercase;
letter-spacing:1px;
line-height:1.15;
color:#ffffff !important;
text-shadow:0 6px 25px rgba(0,0,0,0.8);
}

/* Button */

.quote-btn{
display:inline-block;
padding:16px 50px;
background:#0F5D5C;
color:#ffffff !important;
border-radius:50px;
font-weight:700;
text-transform:uppercase;
transition:0.35s;
box-shadow:0 10px 35px rgba(15,93,92,0.45);
text-decoration:none;
}

.quote-btn:hover{
background:#ffffff;
color:#0F5D5C !important;
transform:translateY(-4px);
}

/* Responsive */

@media(max-width:991px){

.contact-title{
font-size:40px;
text-align:center;
}

.hero-content::before{
margin:0 auto 20px;
}

.hero-slide{
min-height:420px;
}

}

@media(max-width:576px){

.contact-title{
font-size:30px;
}

.quote-btn{
padding:12px 32px;
font-size:15px;
}

}
/* REMOVE WHITE SPACE BELOW SLIDER */

.contact-hero-slider{
margin:0;
padding:0;
line-height:0;
}

.contact-hero-slider .owl-carousel,
.contact-hero-slider .owl-stage-outer,
.contact-hero-slider .owl-stage,
.contact-hero-slider .owl-item{
height:100%;
margin:0 !important;
}

/* control slide height */

.hero-slide{
min-height:520px;
padding:0;
display:flex;
align-items:center;
}
.hero-slide{
min-height:100vh;
padding:0;
display:flex;
align-items:center;
}
.hero-slider,
.hero-slider .owl-stage-outer,
.hero-slider .owl-stage,
.hero-slider .owl-item{
height:100%;
}
.hero-slider .owl-nav{
display:none !important;
}
/* REMOVE GAP BELOW HERO SLIDER */
.contact-hero-slider{
  margin-bottom:0 !important;
  padding-bottom:0 !important;
}

/* Owl wrapper fix */
.hero-slider,
.hero-slider .owl-stage-outer,
.hero-slider .owl-stage,
.hero-slider .owl-item{
  height:100% !important;
}

/* Ensure slide fills viewport */
.hero-slide{
  height:100vh !important;
  min-height:100vh !important;
  margin:0 !important;
  padding:0 !important;
}

/* Remove possible body gap */
body{
  margin:0;
  padding:0;
}
/* ==========================================
   A2Z COMPLETE HEADER LOGO OVERRIDE
========================================== */

/* HEADER */
.a2z-header{
    position: relative;
    z-index: 999;
    padding: 14px 0 !important;
    overflow: visible !important;
}

/* HEADER INNER */
.a2z-header-inner{

    min-height: 95px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;

    overflow: visible !important;
}

/* ==========================================
   LOGO WRAPPER
========================================== */

.a2z-logo{

    position: relative;
    z-index: 20;

    flex: 0 0 185px !important;
    width: 185px !important;
    min-width: 185px !important;

    margin-left: -12px !important;

    overflow: visible !important;

    display: flex !important;
    align-items: center !important;
}

.a2z-logo a{
    display:flex !important;
    align-items:center !important;
}

/* ==========================================
   NORMAL HEADER LOGO
========================================== */

.a2z-logo img{

    height: 135px !important;
    width: auto !important;

    max-width: none !important;

    object-fit: contain !important;
    display: block !important;

    margin-top: -18px !important;
    margin-bottom: -18px !important;

    transition: all .35s ease;

    transform: none !important;
}

/* ==========================================
   STICKY HEADER
========================================== */

.a2z-header.fixed{

    padding: 10px 0 !important;
}

.a2z-header.fixed .a2z-header-inner{

    min-height: 78px !important;
}

.a2z-header.fixed .a2z-logo{

    width: 155px !important;
    min-width: 155px !important;
    flex: 0 0 155px !important;
}

.a2z-header.fixed .a2z-logo img{

    height: 95px !important;

    margin-top: -8px !important;
    margin-bottom: -8px !important;
}

/* ==========================================
   LARGE DESKTOP
========================================== */

@media(min-width:1400px){

    .a2z-logo{
        width:200px !important;
        min-width:200px !important;
        flex:0 0 200px !important;
    }

    .a2z-logo img{
        height:145px !important;
    }
}

/* ==========================================
   LAPTOP
========================================== */

@media(max-width:1199px){

    .a2z-header-inner{
        min-height:85px !important;
    }

    .a2z-logo{

        width:160px !important;
        min-width:160px !important;
        flex:0 0 160px !important;
    }

    .a2z-logo img{

        height:115px !important;

        margin-top:-12px !important;
        margin-bottom:-12px !important;
    }
}

/* ==========================================
   TABLET
========================================== */

@media(max-width:991px){

    .a2z-header{
        padding:10px 0 !important;
    }

    .a2z-header-inner{
        min-height:72px !important;
    }

    .a2z-logo{

        width:95px !important;
        min-width:95px !important;
        flex:0 0 95px !important;

        margin-left:-6px !important;
    }

    .a2z-logo img{

        height:68px !important;

        margin:0 !important;
    }
}

/* ==========================================
   MOBILE
========================================== */

@media(max-width:767px){

    .a2z-header-inner{
        min-height:64px !important;
    }

    .a2z-logo{
        width:82px !important;
        min-width:82px !important;
        flex:0 0 82px !important;
    }

    .a2z-logo img{
        height:58px !important;
    }
}

/* ==========================================
   SMALL MOBILE
========================================== */

@media(max-width:480px){

    .a2z-logo{
        width:72px !important;
        min-width:72px !important;
        flex:0 0 72px !important;
    }

    .a2z-logo img{
        height:52px !important;
    }
}