.page-content {
    padding: 0px 2%;
    max-width: 1400px;
    width: 1400px;
}
.lion-contact-section {
  direction: rtl;
  margin-top: 80px;
  position: relative;
  font-family: inherit;
}

/* Purple Gradient Banner */
.lion-contact-section .contact-top-bg {
  width: 100%;
  height: 180px;
  background: linear-gradient(135deg, #8f26e2 0%, #4a00e0 100%);
  border-radius: 30px;
  margin-bottom: -90px;
}

/* Main Layout */
.lion-contact-section .contact-container {
  max-width: 1350px;
  margin: auto;
  display: flex;
  gap: 40px;
  align-items: stretch;
  position: relative;
  padding: 0 20px;
}
.info-row-inner {
    display: flex
;
    gap: 10px;
    align-content: center;
    align-items: center;
}
/* Map Card */
.lion-contact-section .contact-map-card {
  flex: 1.5;
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 45px 80px rgba(0,0,0,.08);
  overflow: hidden;
}
.lion-contact-section iframe {
  width: 100%;
  height: 470px;
  border: none;
}

/* Right Side Column */
.lion-contact-section .contact-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

/* Social Box */
.lion-contact-section .social-box {
  background: #fff;
  border-radius: 28px;
  padding: 25px 18px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  box-shadow: 0 30px 60px rgba(0,0,0,.06);
}
.lion-contact-section .social-box img {
  width: 38px;
  height: 38px;
  transition: .25s;
}
.lion-contact-section .social-box img:hover {
  transform: scale(1.12);
}

/* Info Box */
.lion-contact-section .info-box {
  background: #fff;
  border-radius: 28px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  box-shadow: 0 30px 60px rgba(0,0,0,.06);
}
.lion-contact-section .info-row {
      display: flex
;
    align-items: center;
    gap: 10px;
    position: relative;
    justify-content: space-between;
}
.lion-contact-section .info-label {
  min-width: 120px;
  color: #555;
  font-size: 15px;
}
.lion-contact-section .info-value {
  color: #101010;
  font-size: 14px;
  font-weight: 600;
}
.lion-contact-section .info-icon {
  margin-right: auto;
  width: 22px;
  opacity: .75;
}

/* Call Button */
.lion-contact-section .call-btn {
  background: #19c764;
  border-radius: 8px;
  padding: 6px 16px;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 14px;
}



