/*--------------------------------------------------------------
Custom Enhancements
- Unified premium top bar (social icons row)
- Square, premium "about" image slider
- Stronger, "crowned" feature icons
This file is loaded AFTER the template stylesheets, so it only
overrides the specific pieces requested without touching anything
else in the template.
--------------------------------------------------------------*/

/* ==============================
   1) Top bar (social icons row)
   ============================== */
.main-menu__right-top {
  /* نفس تدرج الهيدر */
  background-image: none;
  background-image: linear-gradient(90deg, #ffb34700 0%, #ff9a3c00 25%, #ff7a1a00 55%, #0a9fb000 100%);

  padding: 9px 30px 9px 20px;
  box-shadow: none;
  justify-content: center;
}



.main-menu__wrapper {
  background-image: linear-gradient(
      90deg,
      #ffb347 0%,
      #ff9a3c 25%,
      #ff7a1a 55%,
      #0a9fb0 100%
  );
}

.stricky-header.main-menu {
  background-image: linear-gradient(90deg, #ffb347 0%, #ffb247 25%, #0d9fae 55%, #0a9faf 100%)
  ;
}

.main-menu__social {
  gap: 10px;
}

.main-menu__social a {
  width: 32px;
  height: 32px;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.35);
  font-size: 13px;
  backdrop-filter: blur(2px);
}

.main-menu__social a + a {
  margin-left: 0;
}

.main-menu__social a:hover {
  background-color: var(--zeinet-white);
  color: var(--zeinet-base) !important;
  border-color: var(--zeinet-white);
  transform: translateY(-2px);
}

/* ==============================
   2) About section image slider
   Square, boxed, premium framing
   ============================== */
.about-one__img-box {
  max-width: 480px;
  margin: 0 auto;
  border-radius: 18px;
  padding: 10px;
  background: linear-gradient(135deg, var(--zeinet-primary), var(--zeinet-base));
  box-shadow: 0 25px 50px -12px rgba(48, 53, 58, 0.35);
}

.about-slider.swiper-container {
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}

.about-slider .swiper-slide {
  aspect-ratio: 1 / 1;
}

.about-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-one__img-box::after {
  content: "\f521";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: -18px;
  right: -18px;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffd38a, #e2a13a);
  color: #6b4a10;
  font-size: 18px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25), inset 0 0 0 2px rgba(255, 255, 255, 0.5);
  z-index: 6;
}

.about-slider-pagination {
  position: relative;
  z-index: 5;
}

.about-slider-pagination .swiper-pagination-bullet-active {
  background-color: var(--zeinet-base) !important;
}

/* ==============================
   3) "Why choose us" feature icons
   Bigger, richer, with a crown seal
   ============================== */
.why-choose-one__content {
  border-radius: 14px;
  padding: 40px 10px 34px;
  box-shadow: 0 10px 30px 0 rgba(48, 53, 58, 0.08);
}

.why-choose-one__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 92px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(254, 144, 67, 0.12), rgba(8, 159, 172, 0.12));
  box-shadow: 0 8px 20px rgba(254, 144, 67, 0.18);
  transition: all 500ms ease;
}

.why-choose-one__icon span {
  font-size: 42px;
}

.why-choose-one__single:hover .why-choose-one__icon {
  background: linear-gradient(135deg, var(--zeinet-primary), var(--zeinet-base));
  box-shadow: 0 12px 26px rgba(8, 159, 172, 0.3);
}

.why-choose-one__icon::after {
  content: "\f521";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: -4px;
  right: 2px;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffd38a, #e2a13a);
  color: #6b4a10;
  font-size: 11px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2), inset 0 0 0 2px rgba(255, 255, 255, 0.6);
  z-index: 2;
}

@media (max-width: 767px) {
  .about-one__img-box {
    max-width: 320px;
  }

  .why-choose-one__icon {
    width: 78px;
    height: 78px;
  }

  .why-choose-one__icon span {
    font-size: 34px;
  }
}

/* ==============================
   4) Hero slider – slightly bigger / grander
   ============================== */
.main-slider .container {
  padding-top: 350px;
  padding-bottom: 190px;
}

@media only screen and (max-width: 767px) {
  .main-slider .container {
    padding-top: 280px;
    padding-bottom: 170px;
  }
}

/* ==============================
   5) Feature icon fixes – icon matches its label
   (fa classes override the old generic gear icon)
   ============================== */
.why-choose-one__icon .fas,
.why-choose-one__icon .fab {
  font-size: 40px;
  color: var(--zeinet-base);
  transition: all 500ms linear;
  transition-delay: 0.1s;
}

.why-choose-one__single:hover .why-choose-one__icon .fas,
.why-choose-one__single:hover .why-choose-one__icon .fab {
  color: var(--zeinet-primary);
}
