.theme-footer-1 {
  width: 100%;
}
.theme-footer-1__section {
  height: 464px;
  padding-top: 80px;
}
.theme-footer-1__section-bg-wrapper {
  position: absolute;
  inset: 0;
  background-size: cover;

  background-repeat: no-repeat;
  z-index: 1;
}
.theme-footer-1.has-newsletter .theme-footer-1__section {
  padding-top: 140px;
  height: 524px;
}
.theme-footer-1__newsletter {
  position: absolute;
  top: -52px;
  left: 0;
  right: 0;
}
.theme-footer-1__newsletter-mask {
  position: absolute;
  inset: 16px;
  bottom: -8px;
  border-radius: 24px;
  opacity: 0.1;
  background-color: var(--white);
}
.theme-footer-1__newsletter .newsletter-form {
  width: 440px;
}
.theme-footer-1__newsletter .newsletter-form input {
  display: flex;
  background-color: transparent;
  border: none;
  height: 48px;
}
@media (max-width: var(--screen-xs-max)) {
  .theme-footer-1__newsletter .newsletter-form {
    width: 100%;
  }
}
.theme-footer-1__bottom-section-divider {
  width: 100%;
  height: 1px;
  opacity: 0.1;
  background-color: var(--white);
  margin-top: 42px;
}
@media (max-width: 991px) {
  .theme-footer-1__section {
    height: auto !important;
  }
}

.theme-footer-2 {
  width: 100%;
}
.theme-footer-2__bg-wrapper {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.theme-footer-2__logo {
  height: 44px;
}
.theme-footer-2__logo img {
  height: 100%;
}
.theme-footer-2__back-to-top {
  position: absolute;
  top: -24px;
  right: 0;
}
.rtl .theme-footer-2__back-to-top {
  right: auto;
  left: 0;
}
@media (max-width: 991px) {
  .theme-footer-2__section {
    height: auto !important;
  }
}

.theme-footer-1__bottom-section {
    position: relative;
    width: 100%;
    padding: 16px 0; /* المساحة العمودية */
    color: #ffffff; /* لون النص الإفتراضي */
}

.theme-footer-1__bottom-section-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #007deb; /* لون الخلفية الأساسي */
    z-index: 1;
}

.theme-footer-1__bottom-section a:hover {
    opacity: 1;
}

.theme-footer-1__bottom-section .font-14 {
    color: #ffffff !important; /* لون الكوبيريت */
    opacity: 1 !important;
}

.theme-footer-1__bottom-section .container {
    position: relative;
    z-index: 2; /* عشان النص والسوشيال يكونوا فوق الخلفية */
}
