/* Top info bar */
.top-bar {
  background: #f7f7f7;
  padding: 8px 15px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-bar a {
  text-decoration: none;
  color: #000;
  margin-left: 10px;
}

/* Header */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 15px;
  border-bottom: 1px solid #eee;
}
.logo img {
  width: 62%;
}
.menu-toggle {
  font-size: 28px;
  cursor: pointer;
  border: none;
  background: none;
}

/* Overlay menu */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -111%;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: right 0.3s ease;
  z-index: 999;
  overflow-y: auto;
  padding: 20px;
}
.mobile-menu.open {
  right: 0;
}
.mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}
.mobile-menu ul li {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-menu ul li a {
  text-decoration: none;
  color: #000;
  flex-grow: 1;
}

.btn-quote {
  display: block;
  background: #e60000;
  color: #fff !important;
  text-align: center;
  padding: 12px;
  margin: 20px 0;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
}

.menu-img {
  width: 100%;
  border-radius: 6px;
  margin-bottom: 20px;
}

.call-info {
  text-align: center;
  margin-top: 10px;
  font-size: 15px;
}
.call-info strong {
  font-weight: bold;
}
.menu-toggle {
  background: transparent !important;
  color: #003b7d;
}
#closeMenuNew {
  position: absolute;
  right: 1%;
  top: 0%;
}
.mobile-menu.open {
  background: url(/wp-content/uploads/2025/08/Mask-group-1-1.png) no-repeat
    center;
  background-color: #d9d9d9;
  background-size: cover;
}
.mobile-menu ul li a {
  background: url(/wp-content/uploads/2025/08/Vector-1-1.png) no-repeat right 4%
    center;
}
.mobile_menu_hr {
  height: 2px;
  margin: 32px 0 30px;
  background: #d0d0d0;
  border: none;
}
.gform-body {
  width: 100% !important;
}
.gfield_label {
  color: #454a53 !important;
  font-family: Roboto !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: normal !important;
}
.gform-theme--foundation .gfield .ginput_password.large,
.gform-theme--foundation .gfield input.large,
.gform-theme--foundation .gfield select.large,
.gform-body input,
.ginput_full input {
  border-radius: 8px !important;
  border: 1px solid #e9eaeb !important;
  background: #fff !important;
  width: 100% !important;
  height: 54px !important;
}
select {
  border-radius: 8px !important;
  border: 1px solid #e9eaeb !important;
  width: 100% !important;
  height: 54px !important;
}
.ginput_container textarea {
  border-radius: 8px !important;
  border: 1px solid #e9eaeb !important;
  background: #fff !important;
  width: 100% !important;
  height: 124px !important;
}
.gform-theme--foundation .gform_fields {
  row-gap: 10px !important;
}
.gform_button {
  border-radius: 8px !important;
  border: 0 solid #ff5c02 !important;
  background: #d00416 !important;
  height: 60px !important;
  color: #fff !important;
  text-align: center !important;
  font-family: Poppins !important;
  font-size: 17px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: normal !important;
  text-transform: uppercase !important;
  width: 100% !important;
}
#input_1_7_1_label {
  display: none;
}
