* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Syne;
  background-color: #fff;
  scroll-behavior: smooth;
  padding: 0 !important;
}

.container{
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  box-sizing: border-box;
}

/*-------------------------Header Styling--------------------------------*/
.navbar {
  position: sticky;
  top: 0; 
  width: 100%;
  z-index: 100000;
  padding: 1rem 2rem;
  border-bottom: 1px solid #e0e0e0;
  background-color: #fff;
}

.nav-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nav-left,
.nav-right {
  display: flex;
  list-style: none;
  gap: 3rem;
}

.nav-left li a,
.nav-right li a {
  text-decoration: none;
  color: #8f8f8f;
  font-weight: 500;
  transition: color 0.3s;
  font-size: 22px;
}

.nav-left li a:hover,
.nav-right li a:hover {
  color: #333;
}

.logo img {
    height: 53px;
    width: 165px;
}

/* Basic Reset */
 
.nav-left,
.nav-right {
  display: flex;
  gap: 20px;
}

.nav-left li,
.nav-right li {
  position: relative;
}

.nav-left a,
.nav-right a {
  text-decoration: none;
  padding: 10px 15px;
  display: block;
  color: #000;
}

/* Sub-menu toggle buttons hide karne ke liye */
.sub-menu-toggle {
    display: none !important;
}
.sidenav{
	display:none;
}

.menu-header-left-menu-container .nav-left > li > ul{
  position:absolute;
  left:0px;
  top: 150%;
  width:300px;
  z-index:100;
  visibility: hidden;
  opacity: 0;
  background:#ffffff;
  list-style: none;
/*   border-top: 3px solid #ffc107; */
  box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
  transition: all 500ms ease;
	margin: 0;
}
.sub-menu a.nav-link{
	font-size: 20px;
}
.menu-header-left-menu-container .nav-left > li.menu-item-has-children:hover > ul{
  visibility:visible;
  opacity:1;
}

.menu-header-right-menu-container .nav-right > li > ul {
    position: absolute;
    left: 0px;
    top: 150%;
    width: 300px;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    background: #ffffff;
    list-style: none;
    /* border-top: 3px solid #ffc107; */
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
    transition: all 500ms ease;
    margin: 0;
}

.menu-header-right-menu-container .nav-right > li.menu-item-has-children:hover > ul{
  visibility:visible;
  opacity:1;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #FFF;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 15px;
    z-index: 999;
    box-shadow: 0 0 10px 0 #dfdfdf
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    text-decoration: none;
    color: #2C3F58
}
.mobile-munu{
  display: none;
}
img.menu-icon {
    width: 40px;
}
ul#menu-header-mobile-menu {
    display: inline-block;
    width: 100%;
    padding: 60px 30px 30px;
    list-style: none;
}
ul#menu-header-mobile-menu li{
  padding-bottom: 16px;
}
ul#menu-header-mobile-menu li a{
    text-decoration: none;
    color: #bdbdbd;
    font-weight: 500;
    transition: color 0.3s;
    font-size: 22px;
  }

/* <!--------------------------------------Footer Section----------------------------------> */
.footer {
  background: #1d1d1d;
  color: #dcdcdc;
  padding: 60px 8%;
  
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.footer-column h4 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 600;
}

.footer-column p,
.footer-column a {
  font-size: 14px;
  color: #bdbdbd;
  text-decoration: none;
  line-height: 1.8;
}

.footer-column a:hover {
  color: #fff;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 10px;
}

.footer img {
  width: 160px;
  margin-bottom: 15px;
}

.footer-socials {
  margin-top: 15px;
}

.footer-socials a {
  display: inline-block;
  color: #bdbdbd;
  font-size: 18px;
  margin-right: 15px;
  transition: 0.3s;
}

.footer-socials a:hover {
  color: #fff;
}

/* 🔽 Bottom Bar */
.footer-bottom {
  border-top: 1px solid #333;
  margin-top: 40px;
  padding: 3px 0;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #ccc;
}

.footer-bottom-left {
  text-align: center;
}

.footer-bottom-right {
  text-align: center;
}

@media (max-width: 900px) {
  .footer-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 10px;
	padding: 3px 0px 0px 0px;
  }
	.footer{
		padding:40px 5%;
	}
}
.whatsapp-fixed {
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 9999;
}

.whatsapp-fixed a {
    display: inline-block;
}

.whatsapp-fixed img {
    width: 55px;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.whatsapp-fixed:hover img {
    transform: scale(1.08);
}

/* Mobile */
@media (max-width: 767px) {
    .whatsapp-fixed img {
        width: 48px;
    }
}


/* Mobile / Tablet responsive submenu */
@media (max-width: 1024px) {

  /* + / – toggle button hide */
  .sub-menu-toggle {
	          list-style: none !important;
  }
	.sidenav{
		display: unset;
	}
	.highlight-menu ul.sub-menu {
		list-style: none;
		margin-top: 15px;
		border: 1px solid #000;
		padding: 10px 10px 10px 10px;
		 width: 100%;
	}
	ul.sub-menu {
		list-style: none;
		padding: 10px 0px 10px 0px;
		 width: 100%;
	}
		#menu-item-1428{
			padding:0px !important;
		}
		#menu-item-1430{
			padding:0px !important;
		}

	/* Dropdown */
	.dropdown-menu {
	  display: none;
	  position: absolute;
	  top: 100%;
	  left: 0;
	  background: #fff;
	  border: 1px solid #ccc;
	  z-index: 10;
	  min-width: 180px;
	  box-shadow: 0 8px 16px rgba(0,0,0,0.1);
	}

	.dropdown-menu li a {
	  padding: 10px;
	  color: #333;
	  white-space: nowrap;
	}

	.dropdown:hover .dropdown-menu {
	  display: block;
	}

	.dropdown-menu li a:hover {
	  background: #f0f0f0;
	}
}
/* ---------- Responsive ---------- */
/* ---------- Responsive (Fixed Mobile Menu) ---------- */
/* ---------- Responsive (Hamburger Menu) ---------- */
@media (max-width: 1024px) {

  /* Hide desktop menus */
  .nav-left,
  .nav-right {
    display: none;
  }

  /* Show mobile menu button */
  .mobile-munu {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 100001;
  }

  /* Hamburger icon styling */
  .hamburger {
    width: 30px;
    height: 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
  }

  .hamburger span {
    display: block;
    height: 3px;
    width: 100%;
    background-color: #333;
    border-radius: 2px;
    transition: 0.3s;
  }

  /* Optional: animate when menu is open */
  .sidenav.open + .mobile-munu .hamburger span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .sidenav.open + .mobile-munu .hamburger span:nth-child(2) {
    opacity: 0;
  }

  .sidenav.open + .mobile-munu .hamburger span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }

/*   .logo {
    margin: 0 auto;
  }
 */
  .logo img {
    height: 45px;
  }

  .navbar {
    position: relative;
    padding: 1rem 1rem !important;
  }
}

@media (max-width: 768px) {
   .nav-left,
  .nav-right {
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
  }

  .logo img {
    height: 40px;
  }
}
@media (max-width: 600px) {
  .footer-container {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .nav-container {
    justify-content: flex-start !important; 
/*     margin-right:11rem;                */
  }


@media (max-width: 1024px) {

  body:has(.sidenav[style*="width: 100"]) .mobile-munu {
    display: none !important;
  }

}
@media (max-width: 1024px) {

  .sidenav {
/*     top: 80px; header ni height jetlu
    height: calc(100% - 80px); */
    z-index: 100001;
  }

}


