.menu-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 15px 0px 15px 0px;
}
.logo-li {
  text-align: center;
  padding: 20px 0;
  list-style: none;
}

.logo-link {
  display: inline-block;
}

.dropdown-logo {
  max-height: 60px !important;
  height: auto;
  width: 250px;
  display: block;
  margin: 0 auto;
}

.close-r1 {
  display: inline-block;
  text-align: center;
  background-color: #050f1d;
  width: 28px !important;
  height: 28px !important;
  line-height: 28px;
  color: #b4d443 !important;
  text-decoration: none;
  font-size: 20px;
  border-radius: 4px;
}

.page-head {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -52px;
}
.page-head h2 {
  margin: 0px;
  background: #050f1d;
  color: #b4d443;
  padding: 10px 20px 10px 20px;
  border-radius: 10px 10px 0px 0px;
  margin: 0px;
  text-transform: uppercase;
}
.mt-mb-50 {
  margin: 50px 0px 50px 0px;
}
.about-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sub-head {
  font-size: 2.6rem;
  margin-top: 30px;
  font-weight: bold;
  color: #363636;
}
.mainslider1 img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
.banner-top {
  width: 100%;
  height: 90px;
}
.galley-box img {
  width: 100%;
  height: 300px;
  border-radius: 6px;
  object-fit: cover;
  border-radius: 10px;
  transition: all 0.4s ease;
  filter: grayscale(0%);
  transform: scale(1);
}

.galley-box img:hover {
  filter: grayscale(100%);
  transform: scale(1.05);
  border-radius: 6px;
}
.galley-box {
  width: 100%;
  height: 300px;
  overflow: hidden;
  margin-bottom: 30px;
}
.offer-box {
  padding: 10px;
  background: #fff;
  transition: background 5s ease, background-size 5s ease,
    border-radius 0.1s ease;
  cursor: pointer;
  margin-top: 20px;
}

.offer-box:hover {
  background: linear-gradient(
    90deg,
    rgba(135, 95, 63, 1) 0%,
    rgba(132, 164, 47, 1) 32%,
    rgba(195, 62, 39, 1) 68%,
    rgba(235, 163, 35, 1) 100%
  );
  background-size: 400% 400%;
}
.offer-box img {
  width: 100%;
  object-fit: cover !important;
  height: 250px;
}
.contact-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  width: 100%;
  margin-top: 30px;
  box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
}
.contact-box input {
  width: 100%;
  border: 0px;
  border-bottom: 1px solid #b4d443;
  outline: none;
  box-shadow: none;
  margin-top: 5px;
}
.contact-box label {
  margin-top: 20px;
  font-size: 10px;
  font-weight: 500;
}
.contact-box textarea {
  width: 100%;
  border: 0px;
  border-bottom: 1px solid #b4d443;
  outline: none;
  box-shadow: none;
  margin-top: 5px;
}
.contact-btn {
  background-color: #b4d443;
  color: #050f1d !important;
  padding: 0 10px !important;
  border-radius: 5px;
  height: 40px;
  border: none;
  outline: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  margin-top: 20px;
}
.contact-btn:hover {
  background-color: #050f1d;
  color: #b4d443 !important;
}
.contact-location-box {
  background-color: #050f1d;
  padding: 20px;
  border-radius: 10px;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.contact-location-box h3 {
  color: #b4d443;
}
.contact-location-box p {
  color: #fff;
}
.circle-overlay {
  position: absolute;
  bottom: -90px;
  right: -90px;
  width: 300px;
  height: 300px;
  background-color: #ffffff33;
  border-radius: 50%;
}
#productSearch {
  padding: 10px;
  width: 100%;
  max-width: 400px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.product {
  padding: 10px;
  margin-bottom: 10px;
  background: #f7f7f7;
  border-radius: 5px;
}
.brach-box {
  width: 100%;
  height: 100%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  margin-top: 20px;
}
.brach-box img {
  width: 100%;
  height: 250px;
  border-radius: 10px;
}
.branch-image-container {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.branch-image-container img {
  width: 100%;
  height: 250px;
  border-radius: 10px;
  display: block;
  object-fit: cover;
  transition: opacity 0.3s ease;
}

.branch-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none; /* Prevent iframe interaction unless hovered */
}

.branch-image-container:hover img {
  opacity: 0;
}

.branch-image-container:hover .branch-map {
  opacity: 1;
  pointer-events: auto;
}
.brand-img {
  width: 160px;
  height: 107px;
  object-fit: contain;
}
.wols-box {
  border: 1px solid #ccc;
  padding: 10px 5px;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.wols-box button {
  background-color: #050f1d;
  color: #b4d443;
  border: 0px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 3px;
  padding: 10px 20px;
}
.wl-flx {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .offer-box img {
    object-fit: contain;
  }
}
.product-nav {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 20px 0px;
}

.product-prev,
.product-next {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  font-size: 30px;
  border-radius: 30px;
  border: 1px solid #84a42f;
  color: #84a42f;
  transition: all 0.3s ease;
}

.product-prev:hover,
.product-next:hover {
  background-color: #84a42f;
  color: #fff;
}
.c-flex {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.contact-details li {
  font-size: 16px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 15px;
  color: #fff;
}
.contact-details li a {
  color: #fff;
  transition: all 0.3 ease;
}
.contact-details li a:hover {
  color: #b4d443;
}
.contact-details li i {
  font-size: 20px;
  margin-right: 10px;
}
.cbox1 {
  background-color: transparent !important;
  position: relative;
  z-index: 1;
}
.cbox1 p {
  color: #050f1d !important;
}
.cbox1 span {
  color: #84a42f;
  font-size: 20px;
  margin-right: 10px;
}
.cbox1 h4 {
  color: #b4d443;
  margin-top: 20px;
}
.cbox1 a {
  font-size: 18px;
  color: #050f1d;
  transition: all 0.3 ease;
}
.cbox1 a:hover {
  font-size: 18px;
  color: #b4d443;
}
.cbox1 .circle-overlay {
  top: -90px;
  left: -90px;
  width: 300px;
  height: 300px;
  background-color: #050f1d05;
}
.cbox1 .c-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 25px;
}
.cbox1 .c-socials span {
  font-size: 20px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
