.s-block--hour-works {
  margin-bottom: 40px !important;
}

.s-block--hour-works .bg-gray-100 {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  min-height: auto !important;
  overflow: visible !important;
  display: block !important;
}

.branch-map-widget {
  width: 100%;
  direction: rtl;
}

.branch-map-header {
  text-align: center;
  margin-bottom: 18px;
}

.branch-map-header h2 {
  font-size: 28px;
  font-weight: 800;
  color: #222222;
  margin: 0 0 8px;
  line-height: 1.4;
}

.branch-map-header p {
  font-size: 15px;
  font-weight: 400;
  color: #666666;
  margin: 0;
  line-height: 1.7;
}

.branch-map-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}

.branch-map-btn {
  background: #ffffff;
  color: #222222;
  border: 1px solid #dddddd;
  border-radius: 999px;
  padding: 11px 30px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}

.branch-map-btn:hover,
.branch-map-btn.active {
  background: #A12B2F;
  color: #ffffff;
  border-color: #A12B2F;
  transform: translateY(-1px);
}

.branch-map-frame {
  width: 100%;
  height: 460px;
  border-radius: 20px;
  overflow: hidden;
  background: #f3f3f3;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.branch-map-frame iframe {
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  display: block;
}

@media (max-width: 768px) {
  .branch-map-header h2 {
    font-size: 22px;
  }

  .branch-map-header p {
    font-size: 14px;
    padding: 0 12px;
  }

  .branch-map-buttons {
    gap: 8px;
  }

  .branch-map-btn {
    flex: 1;
    min-width: 95px;
    padding: 10px 12px;
    font-size: 14px;
  }

  .branch-map-frame {
    height: 380px;
    border-radius: 16px;
  }
}
@media (max-width: 767px) {
  salla-slider.home-slider .s-slider-container {
    padding: 0 !important;
  }

  salla-slider.home-slider .swiper-slide a {
    display: block !important;
    width: 100vw !important;
    margin-right: calc(50% - 50vw) !important;
    margin-left: calc(50% - 50vw) !important;
  }

  salla-slider.home-slider .swiper-slide img {
    width: 100vw !important;
    height: auto !important;
    object-fit: contain !important;
    border-radius: 0 !important;
  }
}



background-size: 380px auto;