.elementor-5456 .elementor-element.elementor-element-bb19d8e{--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;}/* Start custom CSS for html, class: .elementor-element-d7872b5 *//* ===== RESET ===== */
body {
  margin: 0;
  font-family: Arial, sans-serif;
}

/* ===== TOP HEADER ===== */
.top-header {
  background: #000;
  padding: 15px 40px;
  color: #fff;
}

.header-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Logo */
.logo img 
 {
  height: 60px;
}

/* Quick Call */
.quick-call {
  text-align: center;
  background: #111;
  padding: 10px 20px;
  border-left: 3px solid #FFD700;
  border-right: 3px solid #FFD700;
}

.quick-call .number {
  color: #FFD700;
  font-weight: bold;
  font-size: 18px;
}

.call-text {
  font-size: 13px;
  margin-top: 3px;
}

/* Right Section */
.header-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* Social Icons */
.social-icons a {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #FFD700;
  color: #FFD700;
  text-decoration: none;
  transition: 0.3s;
}

.social-icons a:hover {
  background: #FFD700;
  color: #000;
}

/* Search Box */
.search-box {
  display: flex;
}

.search-box input {
  padding: 8px;
  border: none;
  outline: none;
}

.search-box button {
  background: #FFD700;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
}

/* ===== MENU BAR ===== */
.menu-bar {
  background: #FFD700;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
}

/* Menu */
.menu {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}

.menu li a {
  display: block;
  padding: 18px 20px;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  transition: 0.3s;
}

.menu li a:hover {
  background: #000;
  color: #FFD700;
}

/* Quote Button */
.quote-btn {
  background: #000;
  color: #FFD700;
  padding: 12px 25px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 30px;
  transition: 0.3s;
}

.quote-btn:hover {
  background: #111;
}/* End custom CSS */