.elementor-32 .elementor-element.elementor-element-d2dbe17{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-32 .elementor-element.elementor-element-2974b0c{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-2974b0c *//* Dropdown Container */
nav ul li {
  position: relative;
  padding-top: 0; /* prevents hover gap */
}

/* Submenu */
nav ul li .submenu {
  position: absolute;
  left: 0;
  top: 100%; /* ensures submenu is directly attached to parent */
  background: white;
  min-width: 180px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  padding: 10px 0;
  display: none;
  z-index: 999;
}

/* Keep submenu open on hover */
nav ul li:hover > .submenu {
  display: block;
}

/* Submenu Links */
nav ul li .submenu li a {
  display: block;
  padding: 10px 15px;
  white-space: nowrap;
  color: #333;
  font-weight: 500;
  transition: background 0.3s ease, color 0.3s ease;
}

/* Hover Effect */
nav ul li .submenu li a:hover {
  background: #eaf5ff;
  color: #007bff;
}

/* Close Button */
.close-banner {
  position: absolute;
  right: 15px;
  top: 10px;
  background: transparent;
  border: none;
  color: white;
  font-size: 20px;
  cursor: pointer;
}

.logo {
  display: flex;
  align-items: center;
}

.nav-logo img{
    height:45px;
    width: auto;
}

.promo-banner p {
  margin: 0;
  display: inline-block;
}

.logo img {
  width: auto;
  height: 45px;
}

.banner-left p{
    line-height: 5px;
    font-size: 12px;
}
.underline{
    margin-bottom: 10px;
}
.close-banner {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #00000088;
  color: white;
  border: none;
  font-size: 20px;
  padding: 5px 10px;
  border-radius: 4px;
  cursor: pointer;
  z-index: 10000;
}
.close-banner:hover {
  background: #000000cc;
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes slideUp {
  from { opacity: 1; transform: translateY(0); }
  to { opacity: 0; transform: translateY(-50px); }
}
/* Navbar */
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 60px;
  background: white;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: transform 0.4s ease-in-out;
  transform: translateY(0);
}
.logo {
  display: flex;
  align-items: center;
  gap: 8px;
}
.logo img {
  width: 45px;
  height: auto;
}
.logo span {
  font-weight: 600;
  color: #007bff;
  font-size: 18px;
}
nav ul {
  list-style: none;
  display: flex;
  gap: 25px;
  margin: 0;
  padding: 0;
}

nav ul li a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: color 0.3s ease;
}

nav ul li a:hover {
  color: #007bff;
}

/* Call Button */
.call-btn {
  background: #00a8b5;
  color: white;
  text-decoration: none;
  padding: 10px 18px;
  border-radius: 8px;
  font-weight: 600;
  transition: background 0.3s ease, transform 0.3s ease;
}

.call-btn:hover {
  background: #008a96;
  transform: translateY(-2px);
}/* End custom CSS */