.header-fixed__logo-img-new {
  width: 100%;
  height: 100%;
}

/* Modern Top Header Styles */
.header__redesign-top-header {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 8px 0;
  border-bottom: 1px solid #e9ecef;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

/* Professional Header Layout */
.header__redesign-top {
  padding: 1rem 0;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
}

.header__wrapper-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  max-width: 100%;
}

/* Logo Responsive Design */
.header-fixed__logo-new {
  flex-shrink: 0;
  max-width: 280px;
  min-width: 180px;
  height: auto;
  transition: all 0.3s ease;
}

.header-fixed__logo-img-new {
  width: 100%;
  height: auto;
  max-height: 60px;
  object-fit: contain;
}

/* Main Menu Professional Styling */
.header-fixed__menu-main {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 2rem;
}

.header-fixed__menu-main .header-fixed__menu-inner {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  flex-wrap: nowrap;
}

.header-fixed__menu-main a {
  position: relative;
  text-transform: none;
  font-size: 15px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
  padding: 0.5rem 0;
}

.header-fixed__menu-main a:hover {
  color: #e30b2e;
  transform: translateY(-1px);
}

/* Schedule Service Button Professional Design */
.header__top-book-btn {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1rem;
  background: linear-gradient(135deg, #e30b2e 0%, #c00924 100%);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(227, 11, 46, 0.3);
  min-width: 160px;
  height: 44px;
}

.header__top-book-btn:hover {
  background: linear-gradient(135deg, #c00924 0%, #a0071e 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(227, 11, 46, 0.4);
}

/* Right Elements Container */
.header__right-elements {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-left: auto;
}

/* Hamburger Menu Professional Design */
.header__hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: all 0.3s ease;
  z-index: 1001;
}

.header__hamburger span {
  width: 100%;
  height: 3px;
  background: #333;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.header__top-header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px; 
}

.header__top-header-left {
  display: flex;
  align-items: center;
}

.header__top-header-right {
  display: flex;
  align-items: center;
  gap: 16px; 
}

/* Top header menu styles */
.header-fixed__menu-right-top {
  display: flex;
  gap: 16px; 
  align-items: center;
}

.header-fixed__menu-right-top a {
  font-size: 12px; 
  font-weight: 500;
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
}

.header-fixed__menu-right-top a:hover {
  color: #e30b2e;
}

/* Top header contact info styles */
.header__review-goo-top {
  display: flex;
  align-items: center;
  gap: 8px; 
  text-decoration: none;
  /* color: #202020; */
  font-size: 14px; 
}

.header__review-goo-top img {
  width: 16px; 
  height: 16px; 
}

.header__review-goo-top .count-star {
  display: flex;
  align-items: center;
  gap: 3px; 
  font-weight: 600;
  color: #222;
  font-size: 14px; 
}

.header__review-goo-top .count-star img {
  width: 14px; 
  height: 14px; 
}

.header__review-goo-top .count-rev-num {
  color: #202020;
  font-size: 12px; 
}

.header__btn-location-top {
  display: flex;
  align-items: center;
  gap: 8px; 
  font-size: 14px; 
}

.header__btn-location-top img {
  width: 16px; 
  height: 16px; 
}

.header__top-phone-link-top {
  display: flex;
  align-items: center;
  gap: 8px; 
  text-decoration: none;
  color: #222;
  font-size: 14px; 
  font-weight: 600;
  white-space: nowrap;
  overflow: visible;
}

.header__top-phone-link-top img {
  width: 16px; 
  height: 16px; 
  flex-shrink: 0;
}

.header__top-phone-link-top span {
  display: inline-block;
  white-space: nowrap;
  overflow: visible;
  color: #222;
}

/* Main menu styles after logo */
.header-fixed__menu-main {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.header-fixed__menu-main .header-fixed__menu-inner {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: nowrap;
}

.header-fixed__menu-main a {
  position: relative;
  text-transform: none;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
  white-space: nowrap; 
}

.header-fixed__menu-main a:hover {
  color: #e30b2e;
}

/* Professional Responsive Breakpoints */

/* Large Desktop (1400px+) */
@media screen and (min-width: 1400px) {
  .header__wrapper-top {
    gap: 3rem;
  }
  
  .header-fixed__logo-new {
    max-width: 320px;
  }
  
  .header-fixed__menu-main .header-fixed__menu-inner {
    gap: 3rem;
  }
  
  .header-fixed__menu-main a {
    font-size: 16px;
  }
  
  .header__top-book-btn {
    min-width: 180px;
    font-size: 16px;
  }
}

/* Desktop (1200px - 1399px) */
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .header__wrapper-top {
    gap: 2rem;
  }
  
  .header-fixed__logo-new {
    max-width: 280px;
  }
  
  .header-fixed__menu-main .header-fixed__menu-inner {
    gap: 2.5rem;
  }
  
  .header-fixed__menu-main a {
    font-size: 15px;
  }
  
  .header__top-book-btn {
    min-width: 160px;
    padding: 0.75rem 1rem;
    font-size: 16px;
  }
}







/* Tablet and Mobile Responsive Design */
@media screen and (max-width: 1024px) {
  .header__wrapper-top {
    gap: 0.75rem;
  }
  
  .header-fixed__logo-new {
    max-width: 200px;
  }
  
  .header-fixed__menu-main {
    display: none;
  }
  
  .header__right-elements {
    gap: 0.5rem;
  }
  
  .header__top-book-btn {
    min-width: 140px;
    padding: 0.625rem 1rem;
    font-size: 12px;
  }
  
  .header__hamburger {
    display: flex;
  }
  
  /* Ensure mobile menu works on tablets */
  .header__mobile-menu.active {
    display: block;
  }
}

/* Specific Tablet Optimizations */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header__wrapper-top {
    gap: 1rem;
  }
  
  .header-fixed__logo-new {
    max-width: 220px;
  }
  
  .header__right-elements {
    gap: 0.75rem;
  }
  
  .header__top-book-btn {
    min-width: 150px;
    padding: 0.75rem 1.25rem;
    font-size: 13px;
  }
  
  /* Ensure phone numbers are visible on tablets */
  .header__top-phone-link-top span {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}

/* Mobile Landscape (600px - 767px) */
@media screen and (min-width: 600px) and (max-width: 767px) {
  .header__wrapper-top {
    gap: 0.5rem;
  }
  
  .header-fixed__logo-new {
    max-width: 160px;
  }
  
  .header__right-elements {
    gap: 0.5rem;
  }
  
  .header__top-book-btn {
    min-width: 120px;
    padding: 0.5rem 0.75rem;
    font-size: 11px;
  }
}

/* Mobile Portrait (up to 599px) */
@media screen and (max-width: 599px) {
  .header__wrapper-top {
    gap: 0.5rem;
  }
  
  .header-fixed__logo-new {
    max-width: 140px;
  }
  
  .header-fixed__menu-main {
    display: none;
  }
  
  .header__right-elements {
    gap: 0.5rem;
  }
  
  .header__top-book-btn {
    min-width: 110px;
    padding: 0.5rem 0.625rem;
    font-size: 10px;
  }
  
  .header__hamburger {
    display: flex;
  }
  
  /* Mobile top header optimizations */
  .header__top-header-right {
    gap: 6px;
  }
  
  .header__btn-location-top,
  .header__top-phone-link-top {
    font-size: 11px;
  }
  
  .header__review-goo-top .count-rev-num {
    display: none;
  }
}

/* Professional Mobile Menu Enhancements */
@media screen and (max-width: 1024px) {
  .header__mobile-menu {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
  }
  
  .header__mobile-menu .header-fixed__menu-item a {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    padding: 1rem 0;
    border-bottom: 1px solid #f0f0f0;
  }
  
  .header__mobile-menu .header-fixed__menu-item a:hover {
    color: #e30b2e;
    background: rgba(227, 11, 46, 0.05);
  }
  
  /* Hide hamburger button when mobile menu is active */
  .header__mobile-menu.active ~ .header__redesign .header__hamburger,
  .header__mobile-menu.active ~ .header__redesign .header__right-elements .header__hamburger,
  body.body-scroll-locked .header__hamburger {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }
}

/* Top Header Responsive Design */
@media screen and (max-width: 1024px) {
  .header__redesign-top-header {
    padding: 6px 0;
  }
  
  .header__top-header-wrapper {
    flex-direction: column;
    gap: 8px;
  }
  
  .header__top-header-right {
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
  }
}

@media screen and (max-width: 768px) {
  .header__redesign-top-header {
    padding: 4px 0;
  }
  
  .header__top-header-wrapper {
    flex-direction: column;
    gap: 6px;
  }
  
  .header__top-header-right {
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
  }
  
  .header-fixed__menu-main {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  .header__top-header-right {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
  }
  
  .header__review-goo-top .count-rev-num {
    display: none;
  }
}

/* Enhanced Tablet Responsive Design */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header__top-header-wrapper {
    gap: 12px;
  }
  
  .header__top-header-right {
    gap: 12px;
  }
  
  .header__review-goo-top {
    font-size: 13px;
  }
  
  /* Unified styling for location and phone on tablets */
  .header__btn-location-top,
  .header__top-phone-link-top {
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #222;
    font-weight: 600;
  }
  
  .header__btn-location-top img,
  .header__top-phone-link-top img {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
  }
  
  /* Ensure phone number text is visible */
  .header__top-phone-link-top span {
    display: inline-block;
    white-space: nowrap;
    overflow: visible;
  }
}

/* Small Tablet Optimizations */
@media screen and (min-width: 768px) and (max-width: 900px) {
  .header__top-header-right {
    gap: 8px;
  }
  
  .header__btn-location-top,
  .header__top-phone-link-top {
    font-size: 12px;
  }
  
  .header__top-phone-link-top span {
    font-size: 12px;
  }
  
  /* Ensure phone number is always visible */
  .header__top-phone-link-top {
    min-width: 0;
    overflow: visible;
  }
  
  .header__top-phone-link-top span {
    overflow: visible;
    text-overflow: clip;
  }
}

/* Additional improvements for smaller tablets */
@media screen and (min-width: 768px) and (max-width: 900px) {
  .header__top-header-right {
    gap: 8px;
  }
  
  .header__btn-location-top,
  .header__top-phone-link-top {
    font-size: 12px;
  }
  
  .header__top-phone-link-top span {
    font-size: 12px;
  }
  
  /* Ensure phone number is always visible */
  .header__top-phone-link-top {
    min-width: 0;
    overflow: visible;
  }
  
  .header__top-phone-link-top span {
    overflow: visible;
    text-overflow: clip;
  }
}

/* Mobile menu top header styles */
.header__menu__top-header-mobile {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  /* padding: 1rem 0.9375rem; */
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 1rem;
}

.header__menu__top-header-left-mobile {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.header__menu__top-header-right-mobile {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.header-fixed__menu-right-mobile {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.header-fixed__menu-right-mobile a {
  font-size: 0.875rem;
  color: #666;
  text-decoration: none;
  padding: 0.5rem 0;
}

.header__review-goo-mobile {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: #666;
  font-size: 0.875rem;
}

.header__review-goo-mobile img {
  width: 1rem;
  height: 1rem;
}

.header__btn-location-mobile {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #666;
}

.header__btn-location-mobile img {
  width: 1rem;
  height: 1rem;
}

/* Phone number styling in mobile menu top header */
.header__menu__phone-mobile {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #666;
}

.header__menu__phone-link-mobile {
  color: #666;
  font-size: 0.875rem;
  text-decoration: none;
  transition: color 0.3s ease;
}

.header__menu__phone-link-mobile:hover {
  color: #e30b2e;
}

.header__menu__phone-mobile svg {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
}

/* Legacy phone number styling (keeping for backward compatibility) */
.header__menu__phone-wrapper {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 0;
  border-top: 1px solid #f2f2f2;
  margin-top: 0.5rem;
}

.header__menu__phone-link {
  color: #222;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.header__menu__phone-link:hover {
  color: #e30b2e;
}

.header__menu__phone-wrapper svg {
  flex-shrink: 0;
}

.header__wrapper-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.header__wrapper-top .header-fixed__menu-main {
  flex: 1;
  margin: 0 32px;
}

.header-fixed__logo-new {
  max-width: 290px;
  max-height: 63px;
}

img.header__top-phone-link-icon {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e30b2e;
  border-radius: 50%;
}

@media screen and (max-width: 1200px) {
  .header__wrapper-top {
    gap: 25px;
  }

  .header__wrapper-top .header-fixed__menu-main {
    margin: 0 16px;
    gap: 24px;
  }

  .header-fixed__menu-main .header-fixed__menu-inner {
    gap: 24px;
  }

  img.header__top-phone-link-icon {
    width: 18px;
    height: 18px;
    object-fit: contain;
  }

  .header__top-phone-link {
    margin-left: auto;
  }
  .header__top-phone-link p {
    display: none;
  }
}


a.header__top-phone-link {
  display: flex;
  gap: 0.625rem;
  align-items: center;
  color: #222;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
}

a.btn-hover.header__top-book-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10.75rem;
  height: 2.8125rem;
  border-radius: 4.375rem;
  background: #e30b2e;
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1rem;
}

/* Header Scroll Animation Styles */
.header__redesign {
  transition: all 0.3s ease;
  position: relative;
  z-index: 1000;
}

.header__redesign.scrolled {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.header__redesign.scrolled .header__redesign-top-header {
  transition: all 0.3s ease;
}

.header__redesign.scrolled .header__top-header-right {
  transform: scale(0.8);
  opacity: 0.7;
  transition: all 0.3s ease;
}

.header__redesign.scrolled .header__top-header-right .header__review-goo-top,
.header__redesign.scrolled .header__top-header-right .header__btn-location-top,
.header__redesign.scrolled .header__top-header-right .header__top-phone-link-top {
  font-size: 10px;
  transition: all 0.3s ease;
}

.header__redesign.scrolled .header__top-header-right .header__review-goo-top img,
.header__redesign.scrolled .header__top-header-right .header__btn-location-top img,
.header__redesign.scrolled .header__top-header-right .header__top-phone-link-top img {
  width: 12px;
  height: 12px;
  transition: all 0.3s ease;
}



.header__redesign.scrolled .header__redesign-top {
  padding: 8px 0;
  transition: all 0.3s ease;
}

.header__redesign.scrolled .header-fixed__logo-img-new {
  transform: scale(0.9);
  transition: transform 0.3s ease;
}

.header__redesign.scrolled .header-fixed__menu-main {
  transform: scale(0.95);
  transition: transform 0.3s ease;
}

.header__redesign.scrolled .header__top-book-btn {
  transform: scale(0.95);
  transition: transform 0.3s ease;
}

/* Ensure smooth transitions for all header elements */
.header__redesign-top-header,
.header__redesign-top,
.header__top-header-right,
.header-fixed__logo-img-new,
.header-fixed__menu-main,
.header__top-book-btn {
  transition: all 0.3s ease;
}

.header__redesign {
  width: 100%;
  z-index: 2000;
  position: sticky;
  top: 0;
  background-color: #fff;
}

.header__redesign-top {
  padding: 1.4375rem 0 0.8125rem;
  border-bottom: 1px solid #e5e5e5;
}

@media screen and (max-width: 1464px) {
  .header__redesign-top {
    padding: 0.9375rem 0;
  }
}


.header-fixed__menu-item-children .menu-item a {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.header__mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(10px);
  z-index: 9999;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
}

.header__mobile-menu.active {
  transform: translateX(0);
}

/* Hide hamburger button when mobile menu is active */
.header__mobile-menu.active ~ .header__redesign .header__hamburger,
.header__mobile-menu.active ~ .header__redesign .header__right-elements .header__hamburger {
  display: none !important;
}

/* Ensure the hamburger button is hidden when menu is active */
body.body-scroll-locked .header__hamburger {
  display: none !important;
}

/* Additional fallback to hide hamburger when mobile menu is active */
.header__mobile-menu.active ~ .header__redesign .header__hamburger,
.header__mobile-menu.active ~ .header__redesign .header__right-elements .header__hamburger {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

@media screen and (min-width: 1240px) {
  .header__top-phone-link-mob {
    display: none;
  }
}
.header__hamburger {
  display: none;
}

.super-overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 9998;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.super-overlay.active {
  display: block;
}

@media screen and (max-width: 1240px) {
  .footer__block {
    padding-top: 1.875rem !important;
  }
  .footer__block .footer__redesign-logo {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
  .footer__block .footer__redesign-logo img {
    height: 3.375rem;
    width: 17.4375rem;
    -o-object-fit: contain;
    object-fit: contain;
  }

  body.body-scroll-locked {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

  .header__widget-wrapper {
    display: none;
  }

  .header__top-phone-link span {
    display: none;
  }

  .header__mobile-menu.active {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    background-color: #fff;
    height: 100vh;
    z-index: 9999;
    max-width: 25.5rem;
    width: 100%;
    padding-top: 1.4375rem;
    overflow-y: auto;
  }
  
  /* Hide hamburger button when mobile menu is active */
  .header__mobile-menu.active ~ .header__redesign .header__hamburger,
  .header__mobile-menu.active ~ .header__redesign .header__right-elements .header__hamburger,
  body.body-scroll-locked .header__hamburger {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }

  .header-fixed__menu-right {
    display: none;
  }

  .header__hamburger {
    display: flex;
    flex-direction: column;
    gap: 0.3125rem;
    cursor: pointer;
    width: 2.8125rem;
    background: none;
    border: none;
  }

  .header__hamburger span {
    width: 100%;
    height: 0.1875rem;
    background-color: #222222;
    border-radius: 4px;
    position: static;
  }

  .header__mobile-menu .header-fixed__menu {
    border-top: solid 1px #f2f2f2;
    border-bottom: solid 1px #f2f2f2;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    align-items: flex-start;
    width: 100%;
    padding: 1rem 0.9375rem;
  }

  .header__mobile-menu .header-fixed__menu-item {
    width: 100%;
  }

  .header__mobile-menu .header-fixed__menu-item a {
    width: 95%;
    display: flex;
    justify-content: space-between;
  }

  .header__mobile-menu
    .header-fixed__menu-item
    .header-fixed__menu-item-children {
    position: static;
    transform: translateX(0);
    width: 100%;
    overflow: auto;
    max-height: inherit;
    padding-top: 0;
  }

  .header__widget-wrapper {
    display: block;
    padding: 0px 1.25rem;
    margin: 1.875rem 0;
  }


  .header__close {
    display: flex;
    flex-direction: column;
    width: 1.875rem;
    height: 1.875rem;
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
  }

  .header__close span {
    width: 100%;
    background-color: #222222;
    height: 0.125rem;
    position: relative;
  }

  .header__close span:nth-child(1) {
    transform: rotate(45deg);
    top: 0.625rem;
  }

  .header__close span:nth-child(2) {
    top: 0.5rem;
    transform: rotate(-45deg);
  }
}
@media screen and (max-width: 1241px) {
  .header__widget-wrapper {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .header__top-phone-link {
    display: none;
  }
  button.header__top-book-btn.footer__redesign-btn-link.footer__book {
    display: none;
  }

  .header__top-book-btn {
    display: none;
  }

  .header-fixed__logo-new {
    max-width: 11.5rem;
    max-height: 2.5rem;
  }

  .header__hamburger {
    width: 2.25rem;
  }
}

/* Ensure dropdowns work properly when header is scrolled */
.header__redesign.scrolled .header-fixed__menu-item-children {
  z-index: 1001;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
}

.header__redesign.scrolled .header-fixed__menu-item:hover .header-fixed__menu-item-children {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Ensure the header menu items are properly positioned with minimal scaling */
.header__redesign.scrolled .header-fixed__menu-main {
  position: relative;
  z-index: 1000;
  transform: scale(0.98); /* Reduced from 0.95 to 0.98 for less shrinking */
}

.header__redesign.scrolled .header-fixed__menu-item {
  position: relative;
}

/* Reduce scaling for logo to maintain better visibility */
.header__redesign.scrolled .header-fixed__logo-img-new {
  transform: scale(0.95); /* Reduced from 0.9 to 0.95 */
}

/* Reduce scaling for book button to maintain better visibility */
.header__redesign.scrolled .header__top-book-btn {
  transform: scale(0.98); /* Reduced from 0.95 to 0.98 */
}

/* Mobile menu hamburger button visibility fixes */
@media screen and (max-width: 1240px) {
  /* Hide hamburger when mobile menu is active - using body class approach */
  body.body-scroll-locked .header__hamburger {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
  
  /* Alternative: hide hamburger when mobile menu has active class */
  .header__mobile-menu.active ~ .header__redesign .header__hamburger,
  .header__mobile-menu.active ~ .header__redesign .header__right-elements .header__hamburger {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
  
  /* Direct approach: hide hamburger when body has scroll-locked class */
  body.body-scroll-locked .header__right-elements .header__hamburger {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}

/* Less aggressive scaling for top header elements */
.header__redesign.scrolled .header__top-header-right {
  transform: scale(0.9); /* Reduced from 0.8 to 0.9 */
  opacity: 0.8; /* Increased from 0.7 to 0.8 */
  transition: all 0.3s ease;
}

/* Fix for top header menu dropdowns */
.header__redesign.scrolled .header-fixed__menu-right-top .header-fixed__menu-item-children {
  z-index: 1002;
  position: absolute;
  top: 100%;
  right: 0;
  background: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  min-width: 180px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
}

.header__redesign.scrolled .header-fixed__menu-right-top .header-fixed__menu-item:hover .header-fixed__menu-item-children {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Reduce header dropdown spacing for more compact appearance */
.header-fixed__menu-item-children-wrapper {
  /* row-gap: 0.375rem !important; */
  padding: 0.3rem 1.25rem !important;
}

.header-fixed__menu-item-children-wrapper a {
  margin-bottom: 0.375rem !important; /* Reduce from 0.625rem to 0.375rem (6px) */
  padding: 0.25rem 0 !important; /* Add minimal vertical padding */
}

/* Mobile dropdown spacing adjustments */
@media screen and (max-width: 1241px) {
  .header-fixed__menu-item-children-wrapper {
    margin-top: 0.375rem !important; /* Reduce from 0.625rem to 0.375rem */
    /* margin-bottom: 0.375rem !important; */
  }
  
  .header-fixed__menu-item-children {
    padding-top: 0.375rem !important; /* Reduce from 0.5625rem to 0.375rem */
  }
}

/* Ensure last child doesn't have bottom margin */
.header-fixed__menu-item-children-wrapper a:last-child {
  margin-bottom: 0 !important;
}



