.footer-section {
  background: linear-gradient(to right,
    rgba(10, 10, 10, 0.6) 0%,
    rgba(10, 10, 10, 0.6) 63%,
    rgba(25, 25, 25, 0.6) 63%,
      rgba(25, 25, 25, 0.6) 100%);
  padding: 40px 0;
  display: flex;
  justify-content: center;
  color: white;
  font-family: 'Inter', sans-serif;
  padding-left: 100px;
}

.footer-container {
  display: flex;
  width: 1512px;
  height: auto;
  justify-content: space-between;
  gap: 24px;
}

.form-side {
  width: 756px;
  height: auto;
  padding: 40px;
  display: flex;
  flex-direction: column;
  
}

.form-text {
  font-size: 32px;
  font-weight: 400;
  width: 756px;
  height: 117px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.form-row {
  display: flex;
  gap: 24px;
  align-items: stretch;
}

.form-input {
  display: flex;
  align-items: center;
  border: 1px solid #19A79B;
  border-radius: 12px;
  background-color: transparent;
  padding: 10px;
  width: 344px;
  height: 56px;
  gap: 10px;
}

.form-input.wide {
  width: 344px;
  height: 56px;
}

.form-input input {
  border: none;
  outline: none;
  background: transparent;
  font-size: 16px;
  color: white;
  width: 100%;
}

.send-button {
  width: 214px;
  height: 75px;
  border-radius: 12px;
  background-color: #19A79B;
  color: white;
  font-weight: 700;
  font-size: 24px;
  border: none;
  cursor: pointer;
}

.info-side {
  width: 494px;
  height: auto;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-title {
  width: 178px;
  height: 34px;
  font-size: 28px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 16px;
}

.contact-detail {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.find-us-container {
  width: 387px;
  height: 51px;
  padding-bottom: 24px;
}

.find-us-title {
  width: 387px;
  height: 29px;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  color: #FFFFFF;
}

.find-us-address {
  width: 387px;
  height: 22px;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  padding-right: 55px;
  color: #FFFFFF;
  Opacity: 70%
}

.call-us-title {
  width: 387px;
  height: 29px;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  color: #FFFFFF;
}

.call-us-number {
  width: 387px;
  height: 22px;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  padding-right: 55px;
  color: #FFFFFF;
  Opacity: 70%
}

.contact-detail p {
  margin: 0;
}

.social-icons {
  display: flex;
  flex-direction: row;
  gap: 10px;
  width: 100%;
  height: 28px;
  margin-top: 8px;
  justify-content: flex-start;
  align-items: center;
}

.icon {
  width: 24px;
  height: 24px;
  background-color: #19A79B;
  border-radius: 50%;
}

.contact-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #00d1ff;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}

.base-icon {
  width: 21.42px;
  height: 30.6px;
}

.overlay-icon {
  width: 28.8px;
  height: 18.39px;
  top: 17.61px
}

.contact-detail-mobile {
  display: none;
}

/* نسخة الموبايل للسكشن كما في Figma */
@media (max-width: 600px),
(max-width: 768px) {

  .main-wrapper,
  .hero,
  .section-class,
  .any-main-container {
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box;
    overflow-x: hidden !important;
  }

  .footer-section {
    background: none !important;
    background-color: #111924 !important;
    /* لون ثابت مشابه لنهاية التدرج */
    padding: 24px 0 0 0;
    margin: 0;
    width: 100%;
    max-width: 440px;
    display: flex;
    align-items: flex-start;
    box-sizing: border-box;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .footer-container {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    gap: 0;
    box-sizing: border-box;
    align-items: flex-start;
  }

  .form-side {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .form-text {
    width: 100%;
    height: auto;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFFCC;
    line-height: 1.6;
    margin-bottom: 24px;
    overflow-wrap: break-word;
    word-break: break-word;
  }

  .contact-form {
    width: 100%;
    gap: 24px;
    display: flex;
    flex-direction: column;
  }

  .form-row {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 24px;
  }

  .form-input,
  .form-input.wide {
    width: 185px;
    height: 32px;
    border-radius: 8px;
    border: 1px solid #19A79B;
    background: transparent;
    padding: 10px;
    font-size: 12px;
    color: #fff;
    gap: 10px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
  }

  .form-input input {
    font-size: 12px;
    color: #fff;
    background: transparent;
    border: none;
    outline: none;
    width: 100%;
  }

  .send-button {
    width: 185px;
    height: 32px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    background: #19A79B;
    color: #fff;
    border: none;
    cursor: pointer;
  }

  .info-side {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .contact-title {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0 !important;
    margin-top: 42px !important;
    padding-bottom: 0 !important;
  }

  .contact-container {
    display: flex !important;
    flex-direction: row !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    gap: 103px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .contact-detail {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 4px !important;
    min-width: 0 !important;
    flex: 1 1 0 !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .find-us-container,
  .call-us-container {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 0 !important;
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .find-us-title,
  .call-us-title {
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #fff !important;
    line-height: 1 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
  }

  .find-us-address,
  .call-us-number {
    font-size: 10px !important;
    color: #fff !important;
    opacity: 0.7 !important;
    position: relative !important;
    top: -2px !important;
  }

  .contact-detail img {
    width: 20px !important;
    height: 20px !important;
    margin: 0 !important;
    align-self: flex-start !important;
    display: block !important;
    padding: 0 !important;
  }

  .social-icons {
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: 100%;
    height: 28px;
    margin-top: 8px;
    justify-content: flex-start;
    align-items: center;
  }

  .icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #19A79B;
  }

  .find-us-container,
  .call-us-container,
  .find-us-title,
  .call-us-title,
  .find-us-address,
  .call-us-number,
  .find-us-address p,
  .call-us-number p,
  .find-us-container p,
  .call-us-container p,
  .find-us-container div,
  .call-us-container div,
  .find-us-container strong,
  .call-us-container strong {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
  }

  .find-us-address,
  .call-us-number {
    font-size: 10px !important;
    color: #fff !important;
    opacity: 0.7 !important;
    position: relative !important;
    top: -2px !important;
  }

  .contact-container>*:first-child {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}