/* ========== Mobile Header ========== */

.mobile-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 64px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    z-index: 9999;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    padding: 40px 12px;
}

.mh-left button {
    font-size: 26px;
    background: none;
    border: none;
    cursor: pointer;
}

.mh-center img {
        width: 180px;
}

.mh-right .call-btn {
    font-size: 22px;
    text-decoration: none;
}

.call-btn {
	color: #fff;
    	width: 26px;
}

/* spacing for fixed header */

@media (min-width: 769px) {
  body {
    padding-top: 0;
  }
}


/* FORCE mobile header visible */
.mobile-header {
  display: none;

}

@media (max-width: 768px) {
  
 .mobile-header {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  header.mobile-header {
    z-index: 999999 !important;
    background: #18384a;
  }
}


/* ========== Side Menu ========== */

.mobile-menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.4);
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
    z-index: 9998;
}

.mobile-menu-overlay.active {
    opacity: 1;
    pointer-events: auto;
}

#mobile-side-menu {
    position: fixed;
    top: 0;
    left: -85%;
    width: 85%;
    height: 100vh;
    background: #fff;
    padding: 80px 20px;
    transition: 0.35s ease;
    z-index: 9999;
}

#mobile-side-menu.active {
    left: 0;
}




/* 
#mobile-side-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 85%;
  height: 100vh;
  background: #000;
  color: #fff;
  padding: 80px 20px 20px; 
  transition: left 0.3s ease;
  z-index: 99999;
}

#mobile-side-menu.active {
  left: 0;
}

#menu-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  font-size: 28px;
  color: #fff;
  cursor: pointer;
} */

/* ===== PRENUVO STYLE FULL SCREEN MENU ===== */

#mobile-side-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #18384a; /* desktop header color */
  color: #fff;
  padding: 100px 24px 40px;
  transform: translateY(-100%);
  transition: transform 0.45s ease;
  z-index: 99999;
  overflow-y: auto;
}

#mobile-side-menu.active {
  transform: translateY(0);
}

/* Close Button */
#menu-close {
  position: absolute;
  top: 50px;
  right: 24px;
  font-size: 32px;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
}


.menu-btn{
	color:#fff;
border: 1px solid #fff;
}

#mobile-side-menu ul li a {
  color: #fff !important;
}


/* ===== CALL BUTTON COLOR FIX ===== */

.call-btn,
.call-btn:visited,
.call-btn:active,
.call-btn:focus,
.call-btn:hover {
  color: #fff !important;
}


/* Header buttons & links */
.mobile-header a,
.mobile-header button {
  background-color: unset !important;
}

/* ===== MENU ICON SWITCH ===== */

.menu-btn .icon-close {
  display: none;
}

body.menu-open .menu-btn .icon-open {
  display: none;
}

body.menu-open .menu-btn .icon-close {
  display: inline;
}


/* ===== PRENUVO STYLE MOBILE MENU LIST ITEMS ===== */

/* Top level menu items */
#mobile-side-menu > ul > li > a {
  font-weight: 700;            /* BOLD */
  font-size: 16px;
  letter-spacing: 0.4px;
  display: block;
  margin-bottom: 12px;
}

/* Sub menu (Services ke andar) */
#mobile-side-menu ul ul li a {
  font-weight: 500;            /* Medium (Prenuvo jaisa) */
  font-size: 15px;
  opacity: 0.95;
  margin-left: 12px;
  margin-bottom: 10px;
}

/* Remove default bullets spacing */
#mobile-side-menu ul {
  padding-left: 10px;
}

/* Optional: thoda clean look */
#mobile-side-menu li {
  list-style-position: inside;
  font-size: 20px;
  font-weight: 700; 
}

/* Dropdown ka code */

/* ===== MOBILE MENU DROPDOWN ===== */

/* hide sub menu by default */
#mobile-side-menu .sub-menu {
  display: none;
  padding-left: 16px;
  margin-top: 10px;
}

/* Sabse pehle default bullets ko puri tarah hata dein */
#mobile-side-menu ul li {
    list-style: none !important; 
    margin-bottom: 10px;
    padding-left: 0;
}

/* Ab link ko flex banayein aur uske andar manually bullet add karein */
#mobile-side-menu li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff !important;
    font-size: 20px;
    font-weight: 700;
}

/* Ye har link ke aage ek bullet add karega jo hamesha line me rahega */
#mobile-side-menu li a::before {
    content: "•";
    margin-right: 12px; /* Bullet aur text ke beech gap */
    font-size: 24px;
    display: inline-block;
}

/* Dropdown icon ko right side me shift karein */
#mobile-side-menu li.menu-item-has-children > a::after {
    content: "▾";
    margin-left: auto; /* Isse icon extreme right me chala jayega */
    padding-right: 10px;
    transition: transform 0.3s ease;
}

/* Sub-menu items ke bullet ko thoda chhota ya alag dikhane ke liye (Optional) */
#mobile-side-menu ul ul li a::before {
    content: "◦"; /* Khali bullet sub-menu ke liye */
    margin-left: 15px; /* Sub-menu ko thoda right shift karne ke liye */
}
/* when open */
#mobile-side-menu .menu-item-has-children.open > .sub-menu {
  display: block;
}

/* rotate icon when open */
#mobile-side-menu .menu-item-has-children.open > .dropdown-toggle {
  transform: translateY(-50%) rotate(180deg);
}


/* ========== Menu Bottom Section ========== */

.menu-bottom-section {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1); /* Halka separator */
}

.menu-description {
    font-size: 16px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 25px;
    font-weight: 400;
}

/* Book Button Style */
.menu-book-btn {
    display: inline-block;
    padding: 14px 28px;
    border: 1px solid #fff;
    border-radius: 8px;
    color: #fff !important;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 40px;
    transition: all 0.3s ease;
}

.menu-book-btn:hover {
    background: #fff;
    color: #18384a !important;
}
