h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", "Oswald", sans-serif;
  font-weight: 600;
}
p {
  font-family: "Poppins", "Roboto Condensed", sans-serif;
  font-weight: 400;
  line-height: 1.6;
}
div,
span {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

body {
  line-height: 1.7;
}
#main-navbar {
  position: sticky;
  top: 0;
  z-index: 999;
  background: #fff; /* zaroori hai sticky ke sahi kaam ke liye */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08); /* optional: thoda elevation feel */
}
.custom-navbar-container_2025 {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 999;
}

.custom-navbar-inner_2025 {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.custom-navbar-links_2025 {
  display: flex;
  gap: 25px;
  align-items: center;
}

.custom-navbar-links_2025 a,
.custom-navbar-dropdown_2025 > span {
  text-decoration: none;
  color: #1a1a1a;
  position: relative;
  font-weight: 500;
  cursor: pointer;
  font-size: 18px;
}

.custom-navbar-links_2025 a:hover {
  color: skyblue;
}
.custom-navbar-dropdown_2025 > span:hover {
  color: skyblue;
}
.custom-navbar-dropdown_2025 {
  position: relative;
}

.custom-dropdown-content_2025 {
  display: none;
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  top: 100%;
  left: 0;
  z-index: 1000;
}

.custom-navbar-dropdown_2025:hover .custom-dropdown-content_2025 {
  display: block;
}

.custom-dropdown-content_2025 a {
  display: block;
  padding: 10px 15px;
  white-space: nowrap;
  color: #1a1a1a;
}

.custom-dropdown-content_2025 a:hover {
  color: white;
  background-color: skyblue;
}
.custom-navbar-toggle-icon_2025 {
  display: none;
  font-size: 26px;
  cursor: pointer;
}

/* Mobile Menu */
.custom-mobile-menu_2025 {
  position: fixed;
  top: 0;
  right: -100%;
  width: 90%;
  background-color: #ffffff;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  display: flex;
  height: 100vh;
  flex-direction: column;
  padding: 20px;
  transition: right 0.4s ease;
  overflow-y: auto; /* ✅ scroll enable */
  overflow-x: hidden;
}

.custom-mobile-menu-header_2025 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.custom-close-icon_2025 {
  font-size: 32px;
  cursor: pointer;
  color: #6e2e1e;
}

.custom-mobile-menu-links_2025 a,
.custom-mobile-dropdown_2025 > span {
  display: block;
  margin: 15px 0;
  color: #1a1a1a;
  font-weight: 500;
  text-decoration: none;
}

.custom-mobile-dropdown-links_2025 {
  margin-left: 15px;
}

.custom-mobile-contact_2025 p {
  margin: 10px 0;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
/* Mobile Service Dropdown animation */
.custom-mobile-dropdown-links_2025 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.custom-mobile-dropdown-links_2025.show {
  max-height: 600px;
}

/* Responsive */
@media (max-width: 992px) {
  .custom-navbar-links_2025 {
    display: none;
  }
  .custom-navbar-toggle-icon_2025 {
    display: block;
    margin-right: 40px;
    font-size: 40px;
  }
  .custom-navbar-logo_2025 img {
    margin-left: 20px;
  }
}

.custom-mobile-menu-links_2025 a,
.custom-mobile-dropdown_2025 > span,
.custom-mobile-dropdown-links_2025 a {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.custom-navbar-logo_2025 img {
  width: 100%;
  height: 80px;
  object-fit: contain;
}

.custom-dropdown-content_2025 {
  display: none;
  position: absolute;
  background: #ffffff;
  top: 100%;
  left: -40px;
  min-width: 180px;
  /* border: 2px solid black; */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
}

.custom-navbar-dropdown_2025:hover .custom-dropdown-content_2025 {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.custom-dropdown-content_2025 a {
  display: block;
  padding: 12px 18px;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  border-bottom: 1px solid #343333;
}

.custom-dropdown-content_2025 a:last-child {
  border-bottom: none;
}

.custom-dropdown-content_2025 a:hover {
  background: skyblue; /* dark overlay */
  color: white;
}

/* banner hero section strat  */
/* about hero section starts */
.categories-page-full-banner-container {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.categories-page-full-banner-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

@media (max-width: 768px) {
  .categories-page-full-banner-container {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center; /* vertical center */
    justify-content: center; /* horizontal center (optional) */
    height: 150px;
    background-color: rgb(213, 213, 213);
  }
  .categories-page-full-banner-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }
  .custom-navbar-logo_2025 img {
    width: 90%;
    height: 80px;
  }
}

/* banner heroo section end  */
