a{
    text-decoration: none !important;
    color: #000;
}



 /* Floating Button */
    .whatsapp-float {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background: #25D366;
      color: #fff;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      text-align: center;
      font-size: 28px;
      z-index: 1000;
      box-shadow: 0 5px 15px rgba(0,0,0,0.3);
      cursor: pointer;

      /* Animations */
      animation: floatY 3s ease-in-out infinite, pulse 2s infinite;
    }

    .whatsapp-float i {
      line-height: 60px;
    }

    /* Hover effect */
    .whatsapp-float:hover {
      animation-play-state: paused;
      transform: scale(1.1);
      background: #1ebe5d;
    }

    /* Floating up-down animation */
    @keyframes floatY {
      0% { transform: translateY(0); }
      50% { transform: translateY(-8px); }
      100% { transform: translateY(0); }
    }

    /* Pulse effect */
    @keyframes pulse {
      0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
      }
      70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
      }
      100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
      }
    }

    /* Tooltip */
    .whatsapp-tooltip {
      position: fixed;
      bottom: 30px;
      right: 90px;
      background: #333;
      color: #fff;
      padding: 6px 12px;
      border-radius: 5px;
      font-size: 13px;
      opacity: 0;
      visibility: hidden;
      transition: 0.3s;
    }

    .whatsapp-float:hover + .whatsapp-tooltip {
      opacity: 1;
      visibility: visible;
    }
  
    /* Mobile */
    @media(max-width: 768px) {
      .whatsapp-float {
        width: 52px;
        height: 52px;
        font-size: 24px;
      }

      .whatsapp-float i {
        line-height: 52px;
      }
    }


.left-box {
    gap: 10px;
    min-width: 0;
    overflow: hidden;
}
.logo {
    left: -6px;
    /* margin-right: auto; */
    height: 35px;
    flex-shrink: 0;
    position: relative;
}
.partner-box {
    gap: 6px;
    min-width: 0;
}
.apple {
    height: 33px;
    flex-shrink: 0;
    position: relative;
    right: 16px;
}

.arrow-icon {
  color: #E31922;
  margin-left: 5px;
  font-size: 14px;
}

/* 3rd level menu */
.sub-item {
  position: relative;
      padding-bottom: 12px;
}
/* hide by default */
/* DEFAULT */
.nav-menu li a {
  color: #000;
  transition: 0.3s ease;
}

/* ACTIVE STATE (MAIN FIX) */
.mobile-dropdown.active-color > .dropdown-toggle {
  color: #E31922 !important;
}

/* NORMAL LINKS ACTIVE */
.nav-menu > li.active-color > a {
  color: #E31922 !important;
}

/* MOBILE ONLY */
@media (max-width: 991px) {
  
  .mobile-dropdown.active-color > .dropdown-toggle {
    color: #E31922 !important;
  }

  .nav-menu > li.active-color > a {
    color: #E31922 !important;
  }

}

/* DEFAULT */
.nav-menu li a,
.dropdown-toggle,
.sub-toggle,
.inner-toggle {
  color: #000;
  transition: 0.3s ease;
}

/* MAIN ACTIVE */
.mobile-dropdown.active-color > .dropdown-toggle {
  color: #E31922 !important;
}

/* SUB ACTIVE */
.mobile-sub-dropdown.active-color > .sub-toggle {
  color: #E31922 !important;
}

/* INNER ACTIVE */
.mobile-inner-dropdown.active-color > .inner-toggle {
  color: #E31922 !important;
}

/* NORMAL LINKS */
.nav-menu > li.active-color > a {
  color: #E31922 !important;
}

/* MOBILE ONLY SAFETY */
@media (max-width: 991px) {

  .mobile-dropdown.active-color > .dropdown-toggle,
  .mobile-sub-dropdown.active-color > .sub-toggle,
  .mobile-inner-dropdown.active-color > .inner-toggle,
  .nav-menu > li.active-color > a {
    color: #E31922 !important;
            font-weight: 700;

  }

}
.inner-content {
  display: none;
  padding-left: 0px;
}

/* active open */
.mobile-inner-dropdown.active .inner-content {
  display: block;
  
}

/* styling */
.inner-toggle {
  padding: 0px;
  display: block;

  cursor: pointer;
}
.mobile-nav{
   height: 100vh;              /* full screen height */
  overflow-y: auto;           /* vertical scroll */
  -webkit-overflow-scrolling: touch;
}

.inner-content li a {
  display: block;
  padding: 8px 10px;
  text-decoration: none;
  color: #000;
}
.inner-menu {
    display: none;
    position: absolute;
    left: 100%;
    padding: 14px;
    top: -20px;
    background: #fff;
    border-radius: 12px;
    width: max-content;
  

}
.inner-menu p{
  padding: 10px;
  margin-bottom: 0;
}

/* JS active class */
.sub-item.active .inner-menu {
  display: block;
}


/* HEADER */
.main-header {
  background: #fff;
  padding: 12px 0;
  position: fixed;
  z-index: 999;
}
.main-header {

  top: 0;
  width: 100%;


  padding: 12px 0;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.nav-menu {
  list-style: none;
    gap: 40px;
  margin: 0;
}

.nav-menu li {
  font-size: 15px;
  cursor: pointer;
  color: #000;
}

.login-btn {
  background: #000;
  color: #fff;
  border-radius: 25px;
  padding: 8px 18px;
  border: none;
}
/* base link */
.nav-menu li a {
  position: relative;
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}

/* underline base (hidden) */
.nav-menu li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 2px;
  background: #E31922;
  transition: 0.3s;
}

/* HOVER */
.nav-menu li a:hover {
  color: #E31922;
}

.nav-menu li a:hover::after {
  width: 100%;
}

/* ACTIVE (click wala) */
.nav-menu li a.active {
  color: #E31922;
}

.nav-menu li a.active::after {
  width: 100%;
}

.nav-menu li {
  list-style: none;
  margin: 0 0px;
  cursor: pointer;
  position: relative;
}


/* REMOVE CLICK BORDER */
.nav-menu li:focus {
  outline: none;
}

.dropdown-menu-custom {
  position: absolute;
  top: 40px;
  left: 0;

    width: max-content;
      background: #fff;
  padding: 20px;
  border-radius: 0px 0px 10px 10px;
  display: none;
}

/* JS will control this */
.has-dropdown.active .dropdown-menu-custom {
  display: block;
}
.has-dropdown {
  position: relative;
}





/* SUBMENU */
.has-sub {
  position: relative;
  padding-bottom: 12px;
}

.sub-menu {
    position: absolute;
    top: -11px;
    left: 104%;
  
    width: max-content;
    background: #fff;
    padding: 20px;
    border-radius: 12px;
  display: none;
}

.has-sub.active .sub-menu {
  display: block;
}


/* BUTTON */
.login-btn {
  background: #000;
  color: #fff;
  border: none;
  padding: 8px 16px;
  border-radius: 20px;
}

/* HAMBURGER */
.hamburger {
      font-size: 29px;

  cursor: pointer;
}

/* MOBILE MENU */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 280px;
  height: 100%;
  background: #fff;
  z-index: 1000;
  transition: 0.4s;
  padding: 0px;
}

.mobile-menu.active {
  right: 0;
}

.menu-header {
  text-align: right;
  font-size: 22px;
  cursor: pointer;
  font-weight: 700;

  background: #C8102E;
    padding: 14px 16px;
    color: #fff
}
.menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 16px;
  border-bottom: 1px solid #eee;
background: #C8102E;
}

/* Left section */
.mhdr-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Circle logo */
.mcircle {
  width: 38px;
  height: 38px;
  background: #E31922;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

/* Brand text */
.mbrand {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.mbrand strong {
  font-size: 14px;
  letter-spacing: 1px;
}

.mbrand span {
     font-size: 11px;
    color: #fff;
    padding-left: 0;
    text-align: start;
}

/* Close button */
#closeMenu {
  font-size: 22px;
  cursor: pointer;
}

/* OVERLAY */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  display: none;
}

.overlay.active {
  display: block;
}

/* MOBILE DROPDOWN */
.dot

 {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #C8102E;
    display: inline-block;
    margin-right: 13px;
    flex-shrink: 0;
}
.mobile-nav li {
  /* padding: 10px 0; */
  list-style: none;
    border-bottom: 1px solid #ebebeb;
  padding: 15px 20px;
    font-size: 14px;
    font-weight: 500;
    color: #1a1a1a;
    text-decoration: none;
    background: #fff;
    cursor: pointer;
    user-select: none;
    transition: background .15s;
}

.mobile-inner-dropdown{
  padding: 13px 0px !important;
}
.inner-content li{
    padding: 13px 10px !important;
}
.dropdown-toggle,
.sub-toggle {
  cursor: pointer;
  font-weight: 500;
}

.dropdown-content,
.sub-content {
  display: none;
  padding-left: 0px;
}

.mobile-dropdown.active .dropdown-content {
  display: block;
}

.mobile-sub-dropdown.active .sub-content {
  display: block;
}
@media (max-width: 430px) {
.apple {
    height: 37px;
    flex-shrink: 0;
    position: relative;
    right: 16px;
}
.mobile-menu ul{
  padding-left: 0;
}
.inner-content li a {
    display: block;
    padding: 0px 0px;
    text-decoration: none;
    color: #000;
}
.logo {
    left: -6px;
    /* margin-right: auto; */
    height: 40px;
    flex-shrink: 0;
    position: relative;
}
}