body {
  margin: 0;
  font-family: "Nunito Sans", sans-serif;
}

.hero-content {
  max-width: 750px;
  margin: auto;
  gap: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-content img {
  width: 300px;
}

.main-title {
  font-size: 25px;
  font-weight: 400;
}

.small-text {
  font-size: 18px;
  opacity: 0.9;
}

.cards-section {
  padding-bottom: 80px;
}
.common-margin {
  margin-top: 80px;
}
.cards-wrapper {
  margin-top: -100px;
}

.city-card {
  position: relative;
  background: #fff;
  border-radius: 14px;
  padding-top: 230px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transition: 0.3s;
  z-index: 2;
}

.card-img-wrapper {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
}

.card-img-wrapper img {
  width: 100%;
  /* height: 160px; */
  object-fit: cover;
  border-radius: 12px;
}

.city-card p {
  margin: 15px 0;
  font-weight: 500;
  color: #333;
}

.city-card:hover {
  transform: translateY(-6px);
}

@media (max-width: 768px) {
  .main-title {
    font-size: 23px;
  }

  .cards-wrapper {
    margin-top: -70px;
  }

  .city-card {
    padding-top: 140px;
    margin-bottom: 25px;
  }
  .common-margin {
    margin-top: 45px;
  }
}

@media (max-width: 576px) {
  .main-title {
    font-size: 18px;
  }

  .small-text {
    font-size: 14px;
  }

  .cards-wrapper {
    margin-top: -50px;
  }
  .common-margin {
    margin-top: 40px;
  }
}

.slider-section {
  padding-bottom: 80px;
}

.city-card-slider {
  position: relative;
  background: #fff;
  border-radius: 14px;
  padding-top: 120px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.card-img-wrapper {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
}

.city-card-services {
  position: relative;
  background: #fff;
  border-radius: 14px;
  padding-top: 330px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transition: 0.3s;
  z-index: 2;
}

.city-card-services:hover {
  transform: translateY(-6px);
}

.city-card p {
  margin: 15px 0;
  font-weight: 500;
}

.swiper {
  padding: 40px 10px;
}

.swiper-slide {
  width: 350px;
}

.city-card-services button {
  font-size: 16px;
  background: linear-gradient(135deg, #de9f51, #c6863d);
  padding: 10px;
  border: none;
  border-radius: 10px;
  color: #fff;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  cursor: pointer;
}

.city-card-services button i {
  transform: rotate(-45deg);
  transition: transform 0.3s ease;
}

.city-card-services button:hover {
  background: linear-gradient(135deg, #f4b76a, #de9f51);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(222, 159, 81, 0.4);
}

.city-card-services button:hover i {
  transform: rotate(0deg);
}

.footer {
  position: relative;
  background: url("../images/footer2.jpg") no-repeat center/cover;
  padding: 120px 0 0;
  font-family: "Cairo", sans-serif;
  color: #fff;
  z-index: 1;
}

/* DARK OVERLAY (IMPORTANT) */
.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background: rgba(7, 37, 37, 0.85); */
  /* background: rgb(7 37 37 / 61%); */
  background: linear-gradient(
    to bottom,
    rgba(2, 18, 12, 0.95) 0%,
    rgba(2, 30, 20, 0.6) 40%,
    rgba(3, 40, 28, 0.7) 70%,
    rgba(2, 18, 12, 0.98) 100%
  );
  z-index: -1;
}

.footer .desc {
  font-size: 18px;
  color: #fff;
  line-height: 1.6;
}

.footer .copy {
  font-size: 18px;
  margin-top: 15px;
  color: #fff;
}

.footer h5 {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 600;
}

.footer ul {
  list-style: none;
  padding: 0;
}

.footer ul li {
  margin-bottom: 10px;
}

.footer ul li a {
  text-decoration: none;
  color: #fff;
  /* color: rgb(255 255 255 / 69%); */
  font-size: 16px;
  transition: 0.3s;
}

.footer ul li a:hover {
  color: rgb(255 255 255 / 69%);
}

.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: #e5e7eb;
  border-radius: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
  color: #333;
  transition: 0.3s;
  text-decoration: none;
}

.social-icons a:hover {
  background: #0b3d2e;
  color: #fff;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .footer {
    text-align: center;
  }

  .social-icons {
    justify-content: center;
  }
}

.footer-bottom a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

.hero-section {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* SWIPER FULL SIZE */
.heroSwiper {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.heroSwiper .swiper-slide {
  width: 100%;
  height: 100%;
}

/* BACKGROUND IMAGE */
.hero-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

/* OVERLAY */
.overlay {
  position: absolute;
  inset: 0;
  background: #072525b2;
  z-index: 1;
}

/* CONTENT ABOVE */
.hero-section .container {
  position: relative;
  z-index: 2;
}

.sos-modal {
  display: none;
  position: fixed;
  inset: 0;
  /* background: rgba(0, 0, 0, 0.6); */
  justify-content: center;
  align-items: center;
  z-index: 2;

  border-radius: 20px;
  padding: 2rem;
  /* max-width: 420px; */
}

.sos-content {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}

.sos-content select {
  background: #fafaf9;
  color: #064e3b;
  border: 1px solid #e7e5e4;
  border-radius: 10px;
  padding: 0.6rem 0.9rem;
  font-size: 1rem;
  font-family: inherit;
  outline: none;
  cursor: pointer;
  width: 100%;
  transition: border-color 0.2s;
}

.service {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.875rem 1.1rem;
  background: #fafaf9;
  border: 1px solid #e7e5e4;
  border-radius: 12px;
  transition: all 0.2s;
  text-decoration: none;
  border-left: 4px solid #ef4444;
}

.service:hover {
  border-color: #064e3b;
  background: rgba(239, 68, 68, 0.05);
}

.service span {
  font-weight: 600;
  color: #064e3b;
  font-size: 0.95rem;
}

.service a {
  font-size: 1.35rem;
  font-weight: 800;
  color: #ef4444;
  letter-spacing: 0.03em;
  text-decoration: none;
}

.serlist {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.service-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.service-wrap label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #475569;
}

.sos-btn {
  position: fixed;
  bottom: 25px;
  left: 20px;
  z-index: 999;

  width: 100px;
  height: 50px;
  border-radius: 90px;

  /* ✅ GREEN GRADIENT */
  background: linear-gradient(135deg, #ff3b3b, #ff0000);

  color: #fff;
  border: none;

  display: flex;
  justify-content: center;
  align-items: center;

  font-size: 15px;

  box-shadow: 0 10px 25px rgba(255, 0, 0, 0.5);
  cursor: pointer;

  transition: all 0.3s ease;
}

/* HOVER */
.sos-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 15px 35px rgba(255, 0, 0, 0.7);
  color: #fff;
}

/* PULSE EFFECT */
.sos-btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 90px;
  background: rgba(255, 0, 0, 0.5);
  animation: pulse 1.8s infinite;
  z-index: -1;
}

.sos-btn:active {
  color: #fff !important;
}

.sos-btn:focus {
  outline: none;
  box-shadow: none;
}

.sos-btn i {
  font-size: 22px;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }

  70% {
    transform: scale(1.6);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 0;
  }
}

/* ICON SHAKE */
.sos-btn i {
  animation: shake 1.5s infinite;
}

@keyframes shake {
  0% {
    transform: rotate(0);
  }

  25% {
    transform: rotate(-10deg);
  }

  50% {
    transform: rotate(10deg);
  }

  75% {
    transform: rotate(-10deg);
  }

  100% {
    transform: rotate(0);
  }
}
