.elementor-370 .elementor-element.elementor-element-29a48e4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:109px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-370 .elementor-element.elementor-element-e86acaa > .elementor-widget-container{margin:-139px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-e86acaa */*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

body{
  font-family:'Poppins',sans-serif;
  background:#f5f7fb;
  color:#333;
  overflow-x:hidden;
}

/* HERO */
.contact-hero-header{
  width:100vw;
  margin-left:calc(-50vw + 50%);
  min-height:90vh;
  display:flex;
  align-items:center;
  padding:80px 8%;
  background:
    linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)),
    url('https://escalarealty.in/wp-content/uploads/2026/04/escala-realty.contact-us.png');
  background-size:cover;
  background-position:center;
}

.hero-content h1{
  font-family:'Playfair Display',serif;
  font-size:64px;
  color:#fff;
  position: relative;
  top: 80px;
}

.hero-content h2{
  font-family:'Playfair Display',serif;
  font-size:72px;
  color:#fff;
   position: relative;
  top: 60px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c7eede4 *//* PROJECT */
.project-highlight{
  padding:80px 20px;
  background:#0b3d2e;
  color:#fff;
  text-align:center;
}

.project-highlight h2{
  font-family:'Playfair Display',serif;
  font-size:38px;
  color: #fff;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-15f8a35 */*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

body{
  font-family:'Poppins',sans-serif;
}

/* SECTION */
.process{
  padding:100px 20px;
  background:#ffffff;
}

.process h2{
  text-align:center;
  font-family:'Playfair Display',serif;
  font-size:38px;
  margin-bottom:60px;
}

/* LIST */
.process-list{
  position:relative;
  max-width:800px;
  margin:auto;
  display:flex;
  flex-direction:column;
  gap:40px;
}

/* GREY LINE */
.process-list::before{
  content:"";
  position:absolute;
  left:30px;
  top:0;
  width:2px;
  height:100%;
  background:#e2e8f0;
}

/* GREEN LINE */
.process-line{
  position:absolute;
  left:30px;
  top:0;
  width:2px;
  height:0;
  background:#0b3d2e;
  transition:height 0.8s ease;
}

/* ITEM */
.process-item{
  display:flex;
  gap:25px;
  align-items:flex-start;
  position:relative;

  opacity:0;
  transform:translateY(40px);
  transition:all 0.8s ease;
}

.process-item.show{
  opacity:1;
  transform:translateY(0);
}

/* STAGGER */
.process-item:nth-child(2){ transition-delay:0.2s; }
.process-item:nth-child(3){ transition-delay:0.4s; }
.process-item:nth-child(4){ transition-delay:0.6s; }

/* NUMBER CIRCLE */
.number{
  width:40px;
  height:40px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;

  font-size:14px;
  font-weight:500;

  background:#e2e8f0;
  color:#333;

  z-index:2;
  transition:0.3s;
}

/* ACTIVE STEP */
.process-item.active .number{
  background:#0b3d2e;
  color:#fff;
}

/* CONTENT */
.content h3{
  font-size:20px;
  margin-bottom:6px;
}

.content p{
  font-size:14px;
  color:#666;
}

/* HOVER */
.process-item:hover .number{
  transform:scale(1.05);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6c772cd */.disclaimer{
  padding:50px 20px;
  background:#f8fafc;
}

.disclaimer-container{
  max-width:900px;
  margin:auto;
  text-align:center;
}

.disclaimer p{
  font-size:13px;
  color:#64748b;
  line-height:1.6;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ffd9c72 *//* SCOPE FIX */
.contact-scope {
  font-family: 'Segoe UI', sans-serif;
}

/* RESET */
.contact-scope * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* SECTION */
.contact-scope .contact-hero {
  min-height: 100vh;
  background: linear-gradient(rgba(11,61,46,0.65), rgba(11,61,46,0.65)),
              url('https://images.unsplash.com/photo-1507525428034-b723cf961d3e');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
}

/* CARD */
.contact-scope .contact-card {
  width: 100%;
  max-width: 1100px;
  display: flex;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background: rgba(255,255,255,0.08);
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.2);
  box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}

/* LEFT */
.contact-scope .contact-info {
  width: 40%;
  padding: 50px;
  color: #fff;
}

.contact-scope .contact-info h2 {
  font-size: 34px;
  font-family: serif;
  margin-bottom: 20px;
}

.contact-scope .contact-info p {
  margin-bottom: 20px;
  opacity: 0.9;
}

/* RIGHT */
.contact-scope .contact-form-box {
  width: 60%;
  background: rgba(255,255,255,0.95);
  padding: 50px;
}

.contact-scope .contact-form-box h2 {
  font-family: serif;
  margin-bottom: 25px;
  color: #0b3d2e;
}

/* FORM */
.contact-scope .form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* ROW */
.contact-scope .row {
  display: flex;
  gap: 15px;
}

/* INPUTS */
.contact-scope input,
.contact-scope select,
.contact-scope textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  outline: none;
  transition: 0.3s;
}

.contact-scope input:focus,
.contact-scope select:focus,
.contact-scope textarea:focus {
  border-color: #0b3d2e;
  box-shadow: 0 0 0 2px rgba(11,61,46,0.1);
}

.contact-scope textarea {
  height: 90px;
  resize: none;
}

/* FORM BOTTOM */
.contact-scope .form-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

/* TERMS */
.contact-scope .form-terms {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  color: #333;
  max-width: 70%;
}

.contact-scope .form-terms input {
  margin-top: 3px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.contact-scope .form-terms label {
  cursor: pointer;
}

/* BUTTON */
.contact-scope .form-btn {
  background: linear-gradient(135deg, #0b3d2e, #075c43);
  color: #fff;
  padding: 14px 20px;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
  min-width: 160px;
}

.contact-scope .form-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.contact-scope .form-btn:disabled {
  background: #ccc;
  cursor: not-allowed;
  opacity: 0.7;
}

/* SUCCESS MESSAGE */
#success-msg {
  font-size: 14px;
}

/* MOBILE */
@media(max-width: 900px) {
  .contact-scope .contact-card {
    flex-direction: column;
  }

  .contact-scope .contact-info,
  .contact-scope .contact-form-box {
    width: 100%;
  }

  .contact-scope .row {
    flex-direction: column;
  }

  .contact-scope .form-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-scope .form-terms {
    max-width: 100%;
  }

  .contact-scope .form-btn {
    width: 100%;
  }
}/* End custom CSS */