.service__hero-2 {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  background-position: center center;
  height: 100vh;
  /* padding-top: 50px; */
  padding-top: 0px;
  padding-bottom: 0;
}

/* Overlay layer */
.service__hero-2 .swiper-slide .slide-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* adjust opacity & color */
  z-index: 1;
}

@media screen and (min-width: 1024px) {
  .service__hero-right-2 .title {
    font-size: 36px;
    line-height: 1.6;
  }
}

@media screen and (max-width: 767px) {
  .service__btn-2.btn_wrapper {
    justify-content: center !important;
  }

  html[lang="en"] .btn-item.contact-btn {
    margin-right: 20px !important;
  }

  html[lang="en"] body.dir-rtl .btn-item.contact-btn {
    margin-right: 0 !important;
    margin-left: 20px !important;
  }

  .service__hero-2 {
    height: calc(100vh - 86px) !important;
  }

  .service__hero-inner-2 {
    margin-top: 3% !important;
  }
}

.service__hero-right-2 p {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
}

/* .hero-title {
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.5);
} */

.info-card {
  background: white;
  padding: 2rem;
  border-radius: 5px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  min-height: 260px;
}

.info-card:hover {
  transform: translateY(-5px);
}

.info-icon {
  width: 70px;
  height: 70px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  color: white;
  font-size: 1.5rem;
  background: #f16224;
  /* Unified color */
}

.info-card h4 {
  font-size: 18px;
  color: #2c2c2c;
  font-weight: 700;
  margin-bottom: 1rem;
}

.info-link {
  color: #f16224;
  text-decoration: none;
  font-weight: 600;
}

.info-link:hover {
  color: #2c2c2c;
}

.info-text {
  color: #666;
  font-weight: 600;
}

.location-text {
  font-size: 0.9rem;
  line-height: 1.4;
  display: block;
  margin-top: 0.5rem;
}

.fancybox-caption {
  font-size: 17px !important;
  text-align: center !important;
}
.service__hero-2 .swiper-slide .slide-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100vh; /* ارتفاع السلايدر */
  display: flex;
  align-items: center; /* لمحاذاة المحتوى عموديًا */
}

.service__hero-2 .service__hero-right-2 {
  z-index: 10;
  position: relative;
}

.swiper-slide .btn-hover {
  opacity: 0;
  transition: opacity 0.5s;
}

.swiper-slide-active .btn-hover {
  opacity: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next,
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  color: #fff;
}
.service__btn-2#btn_wrapper,
.service__btn-2.btn_wrapper {
  opacity: 1 !important;
}
h1.title.creative-ar:before {
  content: unset;
}
.branch-slider {
  background-color: #000;
}
.hero__area-10-p {
  padding: 0px !important;
  padding-top: 3rem !important;
  padding-bottom: 1rem !important;
}
.branch-slider .swiper-button-next.hero_next,
.branch-slider .swiper-button-prev.hero_prev {
  color: #fff !important;
}
.faq__list-6 .accordion-button.collapsed::after,
.faq__list-6 .accordion-button:not(.collapsed)::after {
  font-size: 40px;
  top: -4px;
}
@media screen and (max-width: 767px) {
  .faq__list .accordion-button,
  .faq__list-6 .accordion-button,
  .faq__list-3 .accordion-button {
    font-size: 18px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .faq__list-6 .accordion-button.collapsed::after,
  .faq__list-6 .accordion-button:not(.collapsed)::after {
    font-size: 35px;
    top: 0;
    width: 15px;
  }
  .swiper-button-prev,
  .swiper-rtl .swiper-button-next,
  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    display: none;
  }
  .service__hero-2 .swiper-slide .slide-bg {
    height: calc(100vh - 86px) !important;
    padding: 0;
  }
  .service__hero-2 {
    padding: 0;
  }
  .info-card {
    min-height: unset;
  }
}
.swiper-pagination-bullet-active {
  background: #fff !important;
}

/* .hero-title {
  font-weight: 500;
  font-size: 80px;
  line-height: 1;
  color: var(--black);
} */
