/* Start custom CSS for section, class: .elementor-element-b8913a2 */.raho-form-page{
  direction:rtl;
  font-family:"Vazirmatn","IRANSansX","Tahoma",sans-serif;
  background:#f7fbfa;
  color:#252525;
  line-height:1.9;
}

.raho-wrap{
  width:min(1180px,92%);
  margin:auto;
}

/* HERO */
.raho-hero{
  padding:70px 0 45px;
  background:
    radial-gradient(circle at 85% 15%,rgba(198,156,70,.10),transparent 25%),
    linear-gradient(135deg,#ffffff 0%,#f5f8f7 100%);
}

.raho-hero-box{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:28px;
  align-items:center;
}

.raho-badge{
  display:inline-block;
  background:#f5ecd8;
  color:#9b741f;
  padding:7px 14px;
  border-radius:999px;
  font-size:14px;
  font-weight:700;
  margin-bottom:14px;
}

.raho-hero h1{
  margin:0 0 14px;
  font-size:42px;
  line-height:1.6;
  font-weight:800;
  color:#171717;
}

.raho-hero h1 span{
  color:#b38a32;
}

.raho-hero p{
  margin:0 0 18px;
  font-size:17px;
  color:#626262;
}

.raho-points{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.raho-points span{
  background:#fff;
  border:1px solid #e8dfc9;
  padding:8px 12px;
  border-radius:12px;
  font-size:14px;
  color:#373737;
}

/* SIDE CARD */
.raho-side{
  background:#171717;
  border:1px solid #2b2b2b;
  border-radius:24px;
  padding:28px;
  box-shadow:0 16px 35px rgba(0,0,0,.10);
}

.raho-side h3{
  margin:0 0 18px;
  font-size:22px;
  color:#ffffff;
}

.raho-steps{
  display:grid;
  gap:14px;
}

.raho-step{
  display:flex;
  gap:14px;
  align-items:flex-start;
}

.raho-step-num{
  width:38px;
  height:38px;
  min-width:38px;
  border-radius:12px;
  background:#c79b42;
  color:#111;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:800;
}

.raho-step strong{
  display:block;
  color:#fff;
  margin-bottom:2px;
}

.raho-step small{
  color:#cfcfcf;
  font-size:13px;
}

/* FORM AREA */
.raho-form-section{
  padding:20px 0 80px;
}

.raho-form-grid{
  display:grid;
  grid-template-columns:1.25fr .75fr;
  gap:24px;
  align-items:start;
}

.raho-form-card{
  background:#fff;
  border:1px solid #e7e1d4;
  border-radius:26px;
  padding:34px;
  box-shadow:0 18px 40px rgba(0,0,0,.06);
  border-top:4px solid #c79b42;
}

.raho-form-card h2{
  margin:0 0 8px;
  font-size:30px;
  color:#171717;
}

.raho-form-card p{
  margin:0 0 22px;
  color:#686868;
  font-size:15px;
}

/* INFO CARDS */
.raho-info{
  display:grid;
  gap:16px;
}

.raho-info-card{
  background:#fff;
  border:1px solid #e8e2d7;
  border-radius:20px;
  padding:22px;
  transition:.2s ease;
}

.raho-info-card:hover{
  border-color:#c79b42;
  transform:translateY(-2px);
}

.raho-info-card h3{
  margin:0 0 6px;
  font-size:18px;
  color:#181818;
}

.raho-info-card p{
  margin:0;
  color:#6b6b6b;
  font-size:14px;
}

/* CTA */
.raho-cta{
  margin-top:18px;
  background:linear-gradient(135deg,#171717,#282828);
  color:#fff;
  border-radius:20px;
  padding:24px;
  border:1px solid #c79b42;
}

.raho-cta h3{
  margin:0 0 6px;
  font-size:20px;
  color:#d9b660;
}

.raho-cta p{
  margin:0;
  color:#eeeeee;
  font-size:14px;
}

/* GRAVITY FORM */
.raho-form-card .gform_wrapper input,
.raho-form-card .gform_wrapper select,
.raho-form-card .gform_wrapper textarea{
  border:1px solid #ddd8cc !important;
  border-radius:12px !important;
  background:#fafafa !important;
  padding:12px 14px !important;
  box-shadow:none !important;
}

.raho-form-card .gform_wrapper input:focus,
.raho-form-card .gform_wrapper select:focus,
.raho-form-card .gform_wrapper textarea:focus{
  border-color:#c79b42 !important;
  background:#fff !important;
  outline:none !important;
}

.raho-form-card .gform_wrapper .gfield_label{
  color:#1d1d1d !important;
  font-weight:700 !important;
}

.raho-form-card .gform_wrapper .gform_button{
  background:#171717 !important;
  color:#fff !important;
  border:1px solid #c79b42 !important;
  border-radius:12px !important;
  padding:13px 28px !important;
  font-weight:800 !important;
  transition:.2s ease !important;
}

.raho-form-card .gform_wrapper .gform_button:hover{
  background:#c79b42 !important;
  color:#111 !important;
}

/* MOBILE */
@media(max-width:900px){
  .raho-hero-box,
  .raho-form-grid{
    grid-template-columns:1fr;
  }

  .raho-hero h1{
    font-size:31px;
  }

  .raho-form-card{
    padding:24px;
  }
}/* End custom CSS */