/* CRITICAL FIXES - Must load absolutely LAST */
/* Generated: 2025-11-21 v2 - DO NOT REMOVE */

/* ==================================================================
   FIX 1: HIDE SHOPPING BAG ICON IN TOP RIGHT
   ================================================================== */

/* NUCLEAR OPTION: Hide the entire icon-part container */
.header .navbar .container .nav-right-content > .icon-part,
.header .nav-custom .nav-custom-container .nav-right-content > .icon-part,
.nav-custom .nav-right-content .icon-part,
.nav-custom-fixed .nav-right-content .icon-part,
.header .navbar .nav-right-content .icon-part,
.header .nav-custom .nav-right-content .icon-part,
nav.navbar .nav-right-content .icon-part,
div.nav-right-content div.icon-part,
.nav-right-content .icon-part,
.icon-part {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  position: absolute !important;
  left: -9999px !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Specifically target the cart icon elements */
.nav-right-content .icon-part .cart-icon,
.nav-right-content .icon-part ul,
.nav-right-content .icon-part ul li,
.nav-right-content .icon-part .cart,
.cart-icon li.cart,
.icon-part .flaticon-shopping-bag {
  display: none !important;
  visibility: hidden !important;
}

/* Mobile specific - force hide */
@media (max-width: 991px) {
  .nav-right-content .icon-part {
    display: none !important;
  }
}

/* ==================================================================
   FIX 2: REMOVE BORDERS FROM FOOTER WIDGET TITLES
   ================================================================== */

/* Remove ALL borders, outlines, backgrounds from footer titles */
footer.footer-area .footer-top .footer-widget .widget-title,
footer.footer-area .footer-widget h4.widget-title,
footer.footer-area .widget-title,
.footer-area .footer-top .container .row .footer-widget .widget-title,
.footer-area .footer-widget .widget-title,
.footer-area .widget-title,
.footer-widget .widget-title,
.footer-widget h4,
h4.widget-title {
  border: none !important;
  outline: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  background-image: none !important;
  background-color: transparent !important;
  box-shadow: none !important;
  text-decoration: none !important;
  text-shadow: none !important;
  padding: 0 0 5px 0 !important;
  margin-top: 0 !important;
  margin-bottom: 25px !important;
  line-height: 1.8 !important;
  padding-top: 8px !important;
}

/* Ensure before/after pseudo-elements don't add borders */
.footer-widget .widget-title::before,
.footer-widget .widget-title::after,
h4.widget-title::before,
h4.widget-title::after {
  display: none !important;
  content: none !important;
  border: none !important;
  background: none !important;
}

/* ==================================================================
   FIX 3: NAVIGATION BAR - WHITE BACKGROUND, REDUCED HEIGHT
   ================================================================== */

/* Force navigation to stay WHITE - remove gradients */
.header .navbar,
.header .nav-custom,
.header .nav-custom-fixed,
nav.navbar,
nav.nav-custom,
nav.nav-custom-fixed,
.navbar,
.nav-custom,
.nav-custom-fixed,
.nav-custom-fixed.affix {
  background: #ffffff !important;
  background-color: #ffffff !important;
  background-image: none !important;
  -webkit-background-image: none !important;
  min-height: 80px !important;
  height: auto !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  border-bottom: 2px solid rgba(124, 58, 237, 0.1) !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05) !important;
}

/* Logo size with 3D effects */
.header .logo img,
.logo-wrapper img,
.logo img,
img.def,
img.alt {
  max-height: 90px !important;
  width: auto !important;
  object-fit: contain !important;
  filter: drop-shadow(0 4px 6px rgba(124, 58, 237, 0.15))
          drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1)) !important;
  transition: all 0.3s ease !important;
}

/* Logo hover effect for additional depth */
.header .logo img:hover,
.logo-wrapper img:hover,
.logo img:hover {
  filter: drop-shadow(0 6px 12px rgba(124, 58, 237, 0.25))
          drop-shadow(0 3px 6px rgba(0, 0, 0, 0.15)) !important;
  transform: translateY(-1px) !important;
}

/* Ensure navigation container has proper height */
.nav-custom-container,
.navbar .container {
  min-height: 80px !important;
}

/* ==================================================================
   FIX 4: SERVICES PAGE - MAP OVERLAPPING ISSUES
   ================================================================== */

/* Fix map container to prevent overflow */
#map {
  position: relative !important;
  width: 100% !important;
  height: 600px !important;
  min-height: 600px !important;
  max-height: 600px !important;
  z-index: 1 !important;
  overflow: hidden !important;
  margin-top: 20px !important;
}

/* Ensure map container doesn't overlap other elements */
.custom-map {
  position: relative !important;
  z-index: 1 !important;
  margin-bottom: 0 !important;
}

/* Add spacing between filter dropdowns and map */
.service-filters {
  margin-bottom: 20px !important;
}

/* Ensure sidebar stays above map */
.custom-tabs {
  position: relative !important;
  z-index: 2 !important;
}

/* Ensure sections below map are not overlapped */
.custom-map-margin {
  position: relative !important;
  z-index: 1 !important;
  margin-bottom: 50px !important;
}

/* Ensure footer and contact sections are above map */
.contact-area,
.footer-area {
  position: relative !important;
  z-index: 10 !important;
}

/* Fix for mobile devices */
@media (max-width: 991px) {
  #map {
    height: 400px !important;
    min-height: 400px !important;
    max-height: 400px !important;
  }
}
