.elementor-27 .elementor-element.elementor-element-19d2b66{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-27 .elementor-element.elementor-element-f815291 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}/* Start custom CSS for section, class: .elementor-element-19d2b66 *//* =========================
   CONTACT PAGE
========================= */

.rds-contact-page * {
  box-sizing: border-box;
}

.rds-contact-page {
  position: relative;
  overflow: hidden;
  padding: 90px 20px;
  background:
    radial-gradient(circle at 14% 18%, rgba(14, 165, 255, 0.08), transparent 28%),
    radial-gradient(circle at 86% 80%, rgba(154, 223, 31, 0.08), transparent 30%),
    linear-gradient(135deg, #04111f 0%, #061a2e 52%, #08233d 100%);
  font-family: Arial, Helvetica, sans-serif;
}

.rds-contact-page .rds-container {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.rds-contact-head {
  max-width: 820px;
  margin: 0 auto 48px;
  text-align: center;
}

.rds-contact-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(14, 165, 255, 0.22);
  color: #e9eef5;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 18px;
  backdrop-filter: blur(8px);
}

.rds-contact-head h1 {
  margin: 0 0 16px;
  font-size: clamp(32px, 4.8vw, 56px);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -1px;
  color: #ffffff;
}

.rds-contact-head h1 span {
  background: linear-gradient(90deg, #9adf1f, #0ea5ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.rds-contact-head p {
  margin: 0 auto;
  max-width: 760px;
  color: #d9e6f2;
  font-size: 18px;
  line-height: 1.85;
}

.rds-contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 24px;
}

.rds-contact-info-card,
.rds-contact-form-card {
  border-radius: 26px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(8px);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease, background 0.35s ease;
}

.rds-contact-info-card:hover,
.rds-contact-form-card:hover {
  transform: translateY(-8px);
  border-color: rgba(14, 165, 255, 0.38);
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.05));
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.32);
}

.rds-contact-info-card {
  padding: 34px 30px;
}

.rds-contact-info-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 74px;
  height: 74px;
  padding: 0 18px;
  border-radius: 18px;
  margin-bottom: 18px;
  background: linear-gradient(135deg, #9adf1f, #0ea5ff);
  color: #04111f;
  font-size: 22px;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(14, 165, 255, 0.24);
}

.rds-contact-info-card h2 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 800;
}

.rds-contact-info-card p {
  margin: 0 0 22px;
  color: #d9e6f2;
  font-size: 16px;
  line-height: 1.85;
}

.rds-contact-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.rds-contact-point {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 9px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.10);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.3s ease;
}

.rds-contact-point:hover {
  background: linear-gradient(135deg, #0b6fd3, #0ea5ff);
  border-color: rgba(14, 165, 255, 0.45);
  color: #ffffff;
}

.rds-contact-form-card {
  padding: 34px 30px;
}

.rds-contact-form {
  width: 100%;
}

.rds-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 18px;
}

.rds-form-group {
  display: flex;
  flex-direction: column;
}

.rds-form-group label {
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
}

.rds-form-group input,
.rds-form-group textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 16px;
  background: rgba(255,255,255,0.06);
  color: #ffffff;
  font-size: 15px;
  line-height: 1.5;
  padding: 15px 16px;
  outline: none;
  transition: all 0.3s ease;
  box-shadow: none;
}

.rds-form-group input::placeholder,
.rds-form-group textarea::placeholder {
  color: #9fb3c8;
  opacity: 1;
}

.rds-form-group input:focus,
.rds-form-group textarea:focus {
  border-color: rgba(14, 165, 255, 0.55);
  background: rgba(255,255,255,0.09);
  color: #ffffff;
  box-shadow: 0 0 0 3px rgba(14, 165, 255, 0.12);
}

.rds-form-group textarea {
  resize: vertical;
  min-height: 150px;
}

.rds-form-group-full {
  margin-bottom: 20px;
}

.rds-contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 26px;
  border: none;
  border-radius: 14px;
  cursor: pointer;
  background: linear-gradient(135deg, #9adf1f, #c5f068);
  color: #04111f;
  font-size: 16px;
  font-weight: 800;
  transition: all 0.3s ease;
  box-shadow: 0 12px 30px rgba(154, 223, 31, 0.26);
}

.rds-contact-btn:hover {
  transform: translateY(-3px);
  color: #04111f;
  box-shadow: 0 18px 40px rgba(154, 223, 31, 0.34);
}

/* Tablet */
@media (max-width: 1024px) {
  .rds-contact-page {
    padding: 75px 18px;
  }

  .rds-contact-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .rds-contact-page {
    padding: 60px 15px;
  }

  .rds-contact-badge {
    font-size: 12px;
    min-height: 34px;
    padding: 7px 12px;
    margin-bottom: 14px;
  }

  .rds-contact-head {
    margin-bottom: 34px;
  }

  .rds-contact-head h1 {
    font-size: 34px;
    line-height: 1.16;
    letter-spacing: 0;
  }

  .rds-contact-head p {
    font-size: 16px;
    line-height: 1.75;
  }

  .rds-contact-info-card,
  .rds-contact-form-card {
    border-radius: 20px;
  }

  .rds-contact-info-card,
  .rds-contact-form-card {
    padding: 24px 18px;
  }

  .rds-contact-info-icon {
    width: 62px;
    min-width: 62px;
    height: 62px;
    font-size: 18px;
    border-radius: 16px;
  }

  .rds-contact-info-card h2 {
    font-size: 24px;
  }

  .rds-contact-info-card p {
    font-size: 15px;
    line-height: 1.75;
  }

  .rds-contact-point {
    font-size: 12px;
    min-height: 36px;
    padding: 8px 12px;
  }

  .rds-form-row {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 16px;
  }

  .rds-form-group label {
    font-size: 13px;
  }

  .rds-form-group input,
  .rds-form-group textarea {
    font-size: 15px;
    padding: 14px 14px;
    border-radius: 14px;
  }

  .rds-contact-btn {
    width: 100%;
  }
}/* End custom CSS */