
/* Desktop (default) — DO NOT apply 18px */

/* Mobile — apply 18px ONLY below 768px */
@media (max-width: 768px) {
  .kt-adv-heading782_eb6abf-3d {
    font-size: 18px !important;
    line-height: 1.4em;
  }
}
.battery-red-box{
  background: #FFC107; /* deep red */
  padding: 45px 50px;
  border-radius: 30px;
  color: #fff;
  font-family: 'Inter', sans-serif;
  max-width: 600px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.35);
}

.battery-red-box h1{
  font-family: 'Montserrat', sans-serif;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.1;
  margin: 0 0 20px 0;
}

.battery-features{
  list-style: none;
  padding: 0;
  margin: 20px 0 30px 0;
  padding: 0 !important;
  padding-left: 0 !important;
}

.battery-features li{
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 12px 0;
  font-size: 16px;
  font-weight: 700;
}

.battery-features .icon{
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  box-shadow: inset 0 -2px 0 rgba(0,0,0,0.2);
}

.battery-cta{
  background: #12a85a;
  color: #042b1b;
  padding: 15px 26px;
  border-radius: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-size: 18px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.3);
}

 /* BUTTON WRAPPER */
  .button-wrapper {
    text-align: center;
    margin-top: 20px;
  }

  /* BASE BUTTON STYLE */
  .custom-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 22px;
    border-radius: 14px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    margin: 10px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.2);
    transition: 0.2s ease;
  }

  .custom-btn:hover {
    transform: scale(1.05);
  }

  /* ICON */
  .btn-icon {
    width: 26px;
    height: 26px;
    object-fit: contain;
  }

  /* WHATSAPP BUTTON */
  .whatsapp-btn {
    background-color: #25D366;
    color: #fff;
  }

  /* CALL BUTTON */
  .call-btn {
    background-color: #D9F45F;
    color: #000;
  }

  /* WOBBLE ANIMATION */
  @keyframes wobble-btn {
    0%   { transform: translateX(0) rotate(0deg); }
    15%  { transform: translateX(-6px) rotate(-1deg); }
    30%  { transform: translateX(6px) rotate(1deg); }
    45%  { transform: translateX(-4px) rotate(-0.7deg); }
    60%  { transform: translateX(3px) rotate(0.5deg); }
    75%  { transform: translateX(-2px) rotate(-0.3deg); }
    100% { transform: translateX(0) rotate(0deg); }
  }

  .wobble-btn {
    animation: wobble-btn 1.8s ease-in-out infinite;
    display: inline-flex;
    will-change: transform;
  }

.logo-container {
    text-align: center;
    padding: 20px;
}

.logo-container img {
    max-width: 250px;
    height: auto;
}

.nav-item {
    position: relative;
    list-style: none;
}

/* Keep your yellow active background */
.nav-link {
    display: block;
    padding: 20px 30px;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.nav-item:hover .nav-link {
    background: #f9c300;
    color: #000;
}

/* Dropdown */
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background: #f9c300;
    display: none;
    padding: 0;
    margin: 0;
    z-index: 999;
}

.dropdown-menu li {
    list-style: none;
}

.dropdown-menu li a {
    display: block;
    padding: 15px 20px;
    color: #000;
    text-decoration: none;
    font-weight: 500;
}

.dropdown-menu li a:hover {
    background: #000;
    color: #fff;
}

/* Show on hover */
.nav-item:hover .dropdown-menu {
    display: block;
}
.dropdown {
    position: relative;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    z-index: 9999;
    background: #f9c300;
    min-width: 220px;
}
.batteries-menu {
    position: relative;
}

.batteries-menu > a {
    color: white;
    padding: 20px 25px;
    display: block;
}

.batteries-menu:hover > a {
    background: #f9c300;
    color: #000;
}

.batteries-menu .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background: #f9c300;
    z-index: 9999;
    padding: 0;
    margin: 0;
    list-style: none;
}

.batteries-menu:hover .sub-menu {
    display: block;
}

.batteries-menu .sub-menu li a {
    display: block;
    padding: 12px 20px;
    color: #000;
    text-decoration: none;
}

.batteries-menu .sub-menu li a:hover {
    background: #000;
    color: #fff;
}
.batteries-menu .dropdown-menu{
    display:none;
    position:absolute;
    top:100%;
    left:0;
    background:#f9c300;
    min-width:220px;
    z-index:99999;
}

.batteries-menu:hover .dropdown-menu{
    display:block;
}
.elementor-nav-menu,
.elementor-nav-menu--layout-horizontal,
.elementor-nav-menu__container{
    overflow:visible !important;
}



