.elementor-9 .elementor-element.elementor-element-82cf52f{--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;}.elementor-9 .elementor-element.elementor-element-a72b72c{--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;}.elementor-9 .elementor-element.elementor-element-b59edd6{--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;}.elementor-9 .elementor-element.elementor-element-bd232b3{--display:flex;}.elementor-9 .elementor-element.elementor-element-a608f5d{--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;}.elementor-9 .elementor-element.elementor-element-c6af2de{--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;}.elementor-9 .elementor-element.elementor-element-a1984fe{--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;}.elementor-9 .elementor-element.elementor-element-d869752{--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;}.elementor-9 .elementor-element.elementor-element-df3cef2{--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;}.elementor-9 .elementor-element.elementor-element-a14498c{--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;}.elementor-9 .elementor-element.elementor-element-0f502d0{--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;}.elementor-9 .elementor-element.elementor-element-fee06da{--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;}/* Start custom CSS for html, class: .elementor-element-c92b618 *//* Speak to an agent pill – fixed next to chatbot */
.rw-chat-agent-label {
  position: fixed;
  left: 88px;
  bottom: 28px;
  z-index: 999999;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  transition: opacity 0.25s ease;
}

.rw-chat-agent-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.94);
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 600;
  box-shadow:
    0 12px 28px rgba(15,23,42,0.35),
    0 0 0 1px rgba(148,163,184,0.5);
  backdrop-filter: blur(10px);
  white-space: nowrap;
}

.rw-chat-agent-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #2563EB;
  box-shadow: 0 0 0 5px rgba(37,99,235,0.28);
}

/* Hover (optional) */
.rw-chat-agent-pill:hover {
  transform: translateY(-1px);
  cursor: pointer;
}

/* Hide on mobile */
@media (max-width: 640px) {
  .rw-chat-agent-label {
    display: none !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-31e548c *//* ================================
   RE-PROP HERO SECTION – 2025 STYLE (RED THEME)
   ================================ */

.reprop-hero {
  position: relative;
  overflow: hidden;
  padding: 4.5rem 1.5rem 4rem;
  /* Light grey + very soft red tint, instead of blue */
  background: radial-gradient(circle at top left, #fef2f2 0%, #f9fafb 45%, #f3f4f6 100%);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #111827;
}

/* subtle glow behind */
.reprop-hero::before {
  content: "";
  position: absolute;
  inset: -30%;
  /* soft red glow instead of blue */
  background: radial-gradient(circle at 10% 0%, rgba(220, 38, 38, 0.22), transparent 60%);
  opacity: 0.9;
  pointer-events: none;
}

/* Layout */
.reprop-hero-inner {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 3rem;
  align-items: center;
  z-index: 1;
  opacity: 0;
  transform: translateY(18px);
  animation: repropFadeUp 0.85s ease-out forwards;
}

/* Left text column */
.reprop-hero-content {
  position: relative;
}

/* Small pill tag */
.reprop-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.3rem 0.85rem;
  border-radius: 999px;
  background: rgba(248, 113, 113, 0.08); /* light red wash */
  color: #b91c1c; /* deep red */
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 0.9rem;
}

/* Title */
.reprop-hero-title {
  font-size: clamp(2.1rem, 3vw, 2.6rem);
  line-height: 1.15;
  margin-bottom: 1rem;
}

.reprop-hero-title span {
  color: #dc2626; /* accent red */
}

/* Sub text */
.reprop-hero-sub {
  font-size: 0.98rem;
  line-height: 1.7;
  color: #4b5563;
  max-width: 32rem;
  margin-bottom: 1.6rem;
}

/* CTA buttons */
.reprop-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-bottom: 1.2rem;
}

.reprop-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.4rem;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid transparent;
  transition: all 0.25s ease;
  cursor: pointer;
}

/* Primary red CTA */
.reprop-btn-primary {
  background: linear-gradient(135deg, #dc2626, #b91c1c);
  color: #ffffff;
  box-shadow: 0 16px 35px rgba(185, 28, 28, 0.45);
}

.reprop-btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 22px 45px rgba(185, 28, 28, 0.6);
}

/* Ghost button */
.reprop-btn-ghost {
  background: rgba(255, 255, 255, 0.85);
  color: #111827;
  border-color: rgba(209, 213, 219, 0.9);
  backdrop-filter: blur(10px);
}

.reprop-btn-ghost:hover {
  background: #ffffff;
}

/* Meta bullets */
.reprop-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  font-size: 0.82rem;
  color: #6b7280;
}

.reprop-hero-meta span::before {
  content: "• ";
  color: #dc2626; /* red bullet, not green */
}

/* Right media column */
.reprop-hero-media {
  position: relative;
}

.reprop-hero-media::before {
  content: "";
  position: absolute;
  inset: 8%;
  border-radius: 30px;
  /* neutral grey + very soft red tint */
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.9),
    rgba(254, 226, 226, 0.7)
  );
  filter: blur(8px);
  z-index: -1;
}

/* Main hero image card */
.reprop-hero-image {
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.35);
  background-image: url("https://reprop.cloudwowx.com/wp-content/uploads/2025/11/Re-Prop-New-cover-Image.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 310px;
  transform: translateY(12px);
  opacity: 0;
  animation: repropFadeUpImage 0.95s ease-out forwards;
  animation-delay: 0.15s;
}

/* Fade-in animations */
@keyframes repropFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes repropFadeUpImage {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ================================
   RESPONSIVE
   ================================ */
@media (max-width: 900px) {
  .reprop-hero-inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 2.4rem;
  }

  .reprop-hero-media {
    order: -1; /* Image above text on mobile; remove if not wanted */
  }
}

@media (max-width: 640px) {
  .reprop-hero {
    padding: 3.2rem 1.2rem 3.2rem;
  }

  .reprop-hero-image {
    min-height: 260px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6141987 *//* ======================================
   PREMIUM RED THEME CTA – REAL ESTATE
   ====================================== */

.rw-cta-buy-light {
  padding: 4rem 1.5rem;
  display: flex;
  justify-content: center;
  background: transparent;
  font-family: "Inter", system-ui, sans-serif;
}

.rw-cta-buy-light-inner {
  max-width: 900px;
  width: 100%;
  padding: 3rem 2.8rem;
  border-radius: 28px;

  /* Clean luxury white-to-grey gradient */
  background: linear-gradient(
    135deg,
    #ffffffee 0%,
    #f5f5f5cc 45%,
    #ecececaa 100%
  );
  backdrop-filter: blur(14px);

  /* Premium subtle grey shadows (no blue/yellow) */
  box-shadow:
    0 25px 55px rgba(0, 0, 0, 0.06),
    0 8px 20px rgba(0, 0, 0, 0.10);

  position: relative;
  overflow: hidden;
}

/* Soft corporate red glows */
.rw-cta-buy-light-inner::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  top: -50px;
  right: -50px;
  background: radial-gradient(circle, rgba(220, 38, 38, 0.28), transparent 60%);
  border-radius: 50%;
  filter: blur(28px);
}

.rw-cta-buy-light-inner::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  bottom: -40px;
  left: -40px;
  background: radial-gradient(circle, rgba(244, 63, 94, 0.22), transparent 65%);
  border-radius: 50%;
  filter: blur(28px);
}

/* Pill – Light red tone */
.rw-cta-pill-light {
  display: inline-block;
  padding: 0.4rem 1rem;
  font-size: 0.75rem;
  border-radius: 999px;
  background: #fdecec;  /* light red wash */
  color: #b91c1c;       /* deep red text */
  font-weight: 600;
  letter-spacing: 0.05em;
}

/* Title */
.rw-cta-title-light {
  margin: 1.4rem 0 0.8rem;
  font-size: clamp(1.8rem, 2.2vw + 1.5rem, 2.4rem);
  font-weight: 700;
  color: #0f172a; /* charcoal */
}

/* Text */
.rw-cta-text-light {
  margin-bottom: 1.8rem;
  font-size: 1rem;
  color: #374151; /* cool grey */
  max-width: 520px;
  line-height: 1.6;
}

/* Button – Red gradient (Santander style) */
.rw-cta-btn-light {
  display: inline-block;
  padding: 0.85rem 1.7rem;
  border-radius: 999px;

  background: linear-gradient(135deg, #dc2626, #b91c1c);
  color: #ffffff;
  font-size: 1rem;
  text-decoration: none;
  font-weight: 600;

  box-shadow:
    0 10px 25px rgba(185, 28, 28, 0.35),
    0 4px 12px rgba(0, 0, 0, 0.15);

  transition: 0.2s ease;
}

.rw-cta-btn-light:hover {
  transform: translateY(-2px);
  box-shadow:
    0 15px 35px rgba(185, 28, 28, 0.5),
    0 6px 16px rgba(0, 0, 0, 0.18);
}

/* Meta text */
.rw-cta-meta-light {
  margin-top: 1.4rem;
  font-size: 0.82rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #6b7280;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-080073a *//* ==========================================
   RE-PROP TEAM SECTION – 3x2 GRID, RED THEME
   UNIFIED IMAGE SIZES (FINAL)
   ========================================== */

/* ---------- SECTION WRAPPER ---------- */
.rw-team-section {
  position: relative;
  max-width: 1200px;
  margin: 0 auto 4rem;
  padding: 3.5rem 1.5rem 3rem;
  border-radius: 26px;
  background: radial-gradient(circle at top, #f5f5f5 0%, #ffffff 55%);
  box-shadow: 0 26px 80px rgba(15, 23, 42, 0.12);
  overflow: hidden;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* soft glow behind header */
.rw-team-section::before {
  content: "";
  position: absolute;
  inset-inline: -25%;
  top: -45%;
  height: 260px;
  background: radial-gradient(circle, rgba(220, 38, 38, 0.16), transparent 72%);
  pointer-events: none;
  z-index: 0;
}

/* ---------- HEADER ---------- */
.rw-team-header {
  position: relative;
  text-align: center;
  max-width: 720px;
  margin: 0 auto 2.5rem;
  z-index: 1;
}

/* eyebrow label */
.rw-team-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #b91c1c;
  background: rgba(254, 226, 226, 0.98);
  border-radius: 999px;
  padding: 0.35rem 0.9rem;
  border: 1px solid #fecaca;
  margin-bottom: 0.9rem;
}
.rw-team-eyebrow::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #ef4444;
  border-radius: 50%;
}

/* main title */
.rw-team-title {
  font-size: clamp(2rem, 2.6vw, 2.6rem);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 0.75rem;
  background: linear-gradient(120deg, #111827, #b91c1c, #7f1d1d);
  -webkit-background-clip: text;
  color: transparent;
}

/* animated underline */
.rw-team-title::after {
  content: "";
  display: block;
  width: 120px;
  height: 3px;
  margin: 0.8rem auto 0;
  border-radius: 12px;
  background: linear-gradient(90deg, #b91c1c, #ef4444, #7f1d1d);
  background-size: 180% 100%;
  animation: title_underline 6s ease-in-out infinite;
}

@keyframes title_underline {
  0%,100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

/* subtitle */
.rw-team-subtitle {
  font-size: 0.98rem;
  color: #4b5563;
  max-width: 540px;
  margin: 1rem auto 0;
}

/* ---------- GRID (3 per row on desktop) ---------- */
.rw-team-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.5rem 2.2rem;
  margin-top: 3rem;
}

.rw-team-grid::before {
  content: "";
  position: absolute;
  inset-inline: 5%;
  top: -30px;
  height: 220px;
  background: radial-gradient(circle at top, rgba(220, 38, 38, 0.10), transparent 70%);
  z-index: -1;
}

/* ---------- TEAM CARDS ---------- */
.rw-team-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 1.9rem 1.6rem 1.7rem;
  border: 1px solid #e5e7eb;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
  position: relative;
  overflow: hidden;
  text-align: center;
  transition: all 0.28s ease;
}

.rw-team-card--featured {
  animation: none; /* keep grid tidy */
}

/* card hover */
.rw-team-card:hover {
  transform: translateY(-8px);
  border-color: #fecaca;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
}

/* ---------- IMAGE (UNIFORM SIZE) ---------- */
.rw-team-img {
  width: 100%;
  height: 320px;           /* SAME HEIGHT FOR ALL on desktop */
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 1.1rem;
  box-shadow: 0 12px 28px rgba(15,23,42,.28);
}

/* image fills the frame; same width+height, faces biased to top */
.rw-team-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;       /* fill box, no gaps */
  object-position: 50% 15%;/* show head/upper body, less cut-off */
  filter: grayscale(100%) contrast(1.05);
  transform: scale(1.0);
  transition: all 0.45s ease;
}

.rw-team-card:hover .rw-team-img img {
  filter: grayscale(0%) contrast(1.08) saturate(1.05);
  transform: scale(1.03);
}

/* ---------- TEXT ---------- */
.rw-team-name {
  font-size: 1.05rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  color: #111827;
  position: relative;
  letter-spacing: 0.04em;
}

/* underline under name (centred) */
.rw-team-name::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.35rem;
  width: 60px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #b91c1c, #ef4444, #7f1d1d);
  transform: translateX(-50%) scaleX(0.6);
  transition: transform 0.35s ease;
}

.rw-team-card:hover .rw-team-name::after {
  transform: translateX(-50%) scaleX(1);
}

/* role pill */
.rw-team-role {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #b91c1c;
  background: #fee2e2;
  border: 1px solid #fecaca;
  padding: 0.3rem 0.95rem;
  border-radius: 999px;
  margin: 1rem 0 0.7rem;
  letter-spacing: 0.06em;
}

.rw-team-role::before {
  content: "●";
  margin-right: 0.35rem;
  color: #ef4444;
}

/* bio text */
.rw-team-bio {
  font-size: 0.9rem;
  color: #4b5563;
  line-height: 1.6;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1024px) {
  .rw-team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)); /* 2 per row */
    gap: 2.2rem;
  }

  .rw-team-img {
    height: 300px;  /* same height for all on tablet */
  }
}

@media (max-width: 640px) {
  .rw-team-section {
    padding: 3rem 1.2rem 2.5rem;
  }

  .rw-team-grid {
    grid-template-columns: minmax(0, 1fr); /* 1 per row */
  }

  .rw-team-img {
    height: 320px;  /* same height for all on mobile too */
  }

  .rw-team-title {
    font-size: 1.8rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fcd0a05 *//* ==========================================
   RE-PROP GUIDES & MANUALS – RED THEME
   ========================================== */

.rp-guides-section {
  padding: 3.5rem 1.5rem;
  background: linear-gradient(180deg, #fdf2f2 0%, #f9fafb 100%);
  border-radius: 24px;
  border: 1px solid #e5e7eb;
  margin: 3rem auto;
  max-width: 1200px;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.rp-guides-inner {
  max-width: 1080px;
  margin: 0 auto;
}

/* Header */
.rp-guides-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.rp-guides-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.3rem 0.9rem;
  border-radius: 999px;
  border: 1px solid #fecaca;
  background: rgba(254, 226, 226, 0.9);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #b91c1c;
}

.rp-guides-eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #ef4444;
}

.rp-guides-title {
  margin-top: 0.9rem;
  font-size: clamp(1.9rem, 2.6vw, 2.3rem);
  font-weight: 800;
  color: #111827;
}

.rp-guides-title span {
  color: #b91c1c;
}

.rp-guides-sub {
  margin-top: 0.7rem;
  font-size: 0.98rem;
  color: #6b7280;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

/* Grid of cards */
.rp-guides-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.8rem;
  margin-top: 2.2rem;
}

/* Guide card */
.rp-guide-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 1.4rem 1.3rem 1.3rem;
  border: 1px solid #e5e7eb;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}

.rp-guide-card:hover {
  transform: translateY(-4px);
  border-color: #fecaca;
  box-shadow: 0 22px 55px rgba(15, 23, 42, 0.16);
}

/* Icon + type */
.rp-guide-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #b91c1c;
}

.rp-guide-tag-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #b91c1c;
  box-shadow: 0 0 0 4px rgba(248, 113, 113, 0.3);
}

/* Title + description */
.rp-guide-title {
  font-size: 1rem;
  font-weight: 700;
  color: #111827;
}

.rp-guide-desc {
  font-size: 0.9rem;
  color: #4b5563;
  line-height: 1.6;
  flex: 1;
}

/* Meta (file type) */
.rp-guide-meta {
  font-size: 0.78rem;
  color: #9ca3af;
}

/* Download button */
.rp-guide-actions {
  margin-top: 0.6rem;
  display: flex;
  justify-content: flex-start;
}

.rp-guide-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.65rem 1.1rem;
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 600;
  text-decoration: none;
  color: #ffffff;
  background: linear-gradient(135deg, #b91c1c, #7f1d1d);
  box-shadow: 0 12px 26px rgba(185, 28, 28, 0.35);
  transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}

.rp-guide-btn span.rp-guide-icon {
  font-size: 1rem;
  line-height: 1;
}

.rp-guide-btn:hover {
  transform: translateY(-1px);
  background: linear-gradient(135deg, #7f1d1d, #991b1b);
  box-shadow: 0 16px 32px rgba(185, 28, 28, 0.45);
}

/* Responsive */
@media (max-width: 1024px) {
  .rp-guides-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .rp-guides-section {
    padding: 2.8rem 1.2rem;
    border-radius: 20px;
  }

  .rp-guides-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f3d427d *//* ===========================================
   Modern Heading Section for Buyer Tools
   RE-PROP RED THEME
   =========================================== */

.buyer-heading-section {
  width: 100%;
  padding: 70px 20px 50px;
  text-align: center;
  background: linear-gradient(
    135deg,
    #ffffff 0%,
    #f5f5f5 50%,
    #ececec 100%
  );
  border-bottom: 1px solid #e5e7eb;
  position: relative;
  overflow: hidden;
}

/* Soft red glow circles behind heading */
.buyer-heading-section::before {
  content: "";
  position: absolute;
  top: -120px;
  left: -120px;
  width: 260px;
  height: 260px;
  background: radial-gradient(
    circle,
    rgba(220, 38, 38, 0.18),
    transparent 70%
  );
  border-radius: 50%;
  filter: blur(30px);
  z-index: 0;
}

.buyer-heading-section::after {
  content: "";
  position: absolute;
  bottom: -120px;
  right: -120px;
  width: 260px;
  height: 260px;
  background: radial-gradient(
    circle,
    rgba(248, 113, 113, 0.18),
    transparent 70%
  );
  border-radius: 50%;
  filter: blur(30px);
  z-index: 0;
}

.buyer-heading-inner {
  position: relative;
  z-index: 2;
  max-width: 850px;
  margin: 0 auto;
}

/* Title */
.buyer-title {
  font-size: 38px;
  font-weight: 800;
  margin-bottom: 12px;
  color: #7f1d1d; /* deep red/burgundy */
  letter-spacing: -0.5px;
  animation: fadeSlideDown 0.6s ease-out both;
}

/* Subtitle */
.buyer-subtitle {
  font-size: 18px;
  color: #4b5563;
  max-width: 650px;
  margin: 0 auto;
  line-height: 1.55;
  animation: fadeSlideUp 0.8s ease-out both;
}

/* Simple fade/slide animation */
@keyframes fadeSlideDown {
  0% { opacity: 0; transform: translateY(-15px); }
  100% { opacity: 1; transform: translateY(0); }
}

@keyframes fadeSlideUp {
  0% { opacity: 0; transform: translateY(15px); }
  100% { opacity: 1; transform: translateY(0); }
}

/* Mobile Adjustments */
@media (max-width: 640px) {
  .buyer-title {
    font-size: 30px;
  }
  .buyer-subtitle {
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-43b16ea *//* ===========================================
   RE-PROP AFFORDABILITY CALCULATOR – RED THEME
   =========================================== */

.sa-afford-card {
  max-width: 650px;
  margin: 40px auto;
  padding: 28px;
  background: rgba(255,255,255,0.98);
  border-radius: 18px;
  box-shadow: 0 22px 45px rgba(15,23,42,0.12);
  border: 1px solid #e5e7eb;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Heading */
.sa-afford-card h2 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 6px;
  color: #7f1d1d; /* deep red */
  font-weight: 800;
}

/* Subheading */
.sa-afford-card .sa-sub {
  text-align: center;
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 22px;
}

/* Grid Layout */
.sa-afford-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

/* Labels */
.sa-afford-field label {
  font-size: 13px;
  color: #374151;
  font-weight: 500;
}

/* Inputs */
.sa-afford-field input {
  width: 100%;
  margin-top: 6px;
  padding: 10px 11px;
  border-radius: 10px;
  border: 1px solid #d1d5db;
  font-size: 14px;
  transition: all 0.2s ease;
  background: #ffffff;
}

.sa-afford-field input:focus {
  outline: none;
  border-color: #b91c1c;
  box-shadow: 0 0 0 3px rgba(185,28,28,0.18); /* soft red glow */
}

/* Button */
.sa-afford-btn {
  width: 100%;
  margin-top: 22px;
  padding: 13px;
  border-radius: 12px;
  border: none;
  background: linear-gradient(135deg, #b91c1c, #7f1d1d);
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: 
    transform 0.15s ease,
    box-shadow 0.15s ease,
    background 0.15s ease;
}

.sa-afford-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 25px rgba(185,28,28,0.35);
  background: linear-gradient(135deg, #7f1d1d, #991b1b);
}

/* Results */
.sa-afford-results {
  margin-top: 24px;
  padding: 18px 16px;
  border-radius: 14px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
}

/* Results heading */
.sa-afford-results h3 {
  font-size: 18px;
  margin-bottom: 8px;
  color: #7f1d1d;
  font-weight: 700;
}

/* Results text */
.sa-afford-results p {
  margin: 4px 0;
  font-size: 14px;
  color: #374151;
}

/* Highlighted summary text */
.sa-afford-highlight {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 700;
  color: #b91c1c; /* red instead of green */
}

/* Notes */
.sa-afford-note {
  margin-top: 8px;
  font-size: 12px;
  color: #6b7280;
}

/* Hidden class */
.sa-hidden {
  display: none;
}

/* Mobile fixes */
@media (max-width: 640px) {
  .sa-afford-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-42ae13c *//* ===========================================
   RE-PROP CALCULATOR – RED CORPORATE THEME
   =========================================== */

.sa-calculator {
  max-width: 650px;
  margin: 40px auto;
  padding: 30px;
  background: rgba(255,255,255,0.96);
  border-radius: 18px;
  box-shadow: 0 25px 50px rgba(0,0,0,0.10);
  backdrop-filter: blur(12px);
  border: 1px solid #e5e7eb;
  font-family: "Inter", Arial, sans-serif;
}

/* Title */
.sa-calculator h2 {
  text-align: center;
  font-size: 26px;
  margin-bottom: 8px;
  color: #7f1d1d; /* deep red */
  font-weight: 800;
}

/* Subtext */
.sa-calculator .subtext {
  text-align: center;
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 25px;
}

/* Grid */
.sa-calc-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr 1fr;
}

/* Labels */
.sa-input-box label {
  font-size: 14px;
  color: #374151;
  font-weight: 500;
}

/* Inputs */
.sa-input-box input {
  width: 100%;
  padding: 12px;
  margin-top: 6px;
  border: 1px solid #d1d5db;
  background: #ffffff;
  border-radius: 10px;
  font-size: 15px;
  transition: all 0.3s ease;
}

.sa-input-box input:focus {
  border-color: #b91c1c;
  box-shadow: 0 0 0 3px rgba(185,28,28,0.20); /* red glow */
  outline: none;
}

/* Button */
.sa-calc-btn {
  width: 100%;
  padding: 14px;
  margin-top: 25px;
  background: linear-gradient(135deg,#b91c1c,#7f1d1d);
  color: #fff;
  font-size: 16px;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  font-weight: 600;
}

.sa-calc-btn:hover {
  background: linear-gradient(135deg,#7f1d1d,#991b1b);
  box-shadow: 0 12px 25px rgba(185,28,28,0.28);
}

/* Results container */
.sa-results {
  margin-top: 30px;
  padding: 20px;
  background: #f9fafb;
  border-radius: 14px;
  border: 1px solid #e5e7eb;
}

/* Results title */
.sa-results h3 {
  margin-bottom: 15px;
  color: #7f1d1d;
  font-weight: 700;
}

/* Result rows */
.sa-result-box p {
  font-size: 15px;
  margin: 6px 0;
  color: #374151;
}

/* Highlighted total */
.sa-result-box p.sa-total {
  font-size: 17px;
  margin-top: 15px;
  font-weight: 700;
  color: #b91c1c; /* red highlight */
}

/* Hidden class */
.sa-hidden {
  display: none;
}

/* Mobile */
@media (max-width: 600px) {
  .sa-calc-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-16d3512 *//* ===========================================
   RE-PROP TRANSFER DUTY CALCULATOR – RED THEME
   =========================================== */

.sa-transfer-card {
  max-width: 720px;
  margin: 40px auto;
  padding: 28px 24px;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 20px;
  box-shadow: 0 26px 60px rgba(15, 23, 42, 0.16);
  border: 1px solid #e5e7eb;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Title */
.sa-transfer-card h2 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 6px;
  color: #7f1d1d; /* deep corporate red */
  font-weight: 800;
  letter-spacing: 0.02em;
}

/* Subtitle */
.sa-transfer-card .sa-transfer-sub {
  text-align: center;
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 22px;
}

/* Grid */
.sa-transfer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 18px 20px;
}

.sa-transfer-field {
  margin-bottom: 10px;
}

/* Labels */
.sa-transfer-field label {
  display: block;
  font-size: 13px;
  color: #374151;
  font-weight: 600;
}

.sa-transfer-field small {
  display: block;
  font-size: 11px;
  color: #9ca3af;
  margin-top: 3px;
}

/* Inputs */
.sa-transfer-field input {
  width: 100%;
  margin-top: 6px;
  padding: 10px 11px;
  border-radius: 10px;
  border: 1px solid #d1d5db;
  font-size: 14px;
  background: #ffffff;
  transition: all 0.18s ease;
}

.sa-transfer-field input:focus {
  outline: none;
  border-color: #b91c1c;
  box-shadow: 0 0 0 3px rgba(185, 28, 28, 0.22); /* soft red glow */
}

/* Button */
.sa-transfer-btn {
  width: 100%;
  margin-top: 20px;
  padding: 13px;
  border-radius: 12px;
  border: none;
  background: linear-gradient(135deg, #b91c1c, #7f1d1d);
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.sa-transfer-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(185, 28, 28, 0.35);
  background: linear-gradient(135deg, #7f1d1d, #991b1b);
}

.sa-transfer-btn:active {
  transform: translateY(0);
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.35);
}

/* Results container */
.sa-transfer-results {
  margin-top: 26px;
  padding: 18px 16px 14px;
  border-radius: 16px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
}

/* Results title */
.sa-transfer-results h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #7f1d1d;
  font-weight: 700;
}

/* Result Summary (2 columns desktop) */
.sa-transfer-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 8px 16px;
  margin-bottom: 10px;
}

.sa-transfer-summary-item {
  font-size: 13px;
  color: #374151;
}

.sa-transfer-summary-item span {
  display: block;
  font-weight: 700;
  color: #111827;
}

/* Breakdown section */
.sa-transfer-breakdown {
  margin-top: 12px;
  font-size: 13px;
  color: #374151;
}

.sa-transfer-breakdown p {
  margin: 4px 0;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.sa-transfer-breakdown p span:first-child {
  color: #6b7280;
}

/* TOTAL highlight row */
.sa-transfer-breakdown p.sa-transfer-total {
  margin-top: 8px;
  padding-top: 6px;
  border-top: 1px solid #d1d5db;
  font-weight: 700;
  color: #b91c1c; /* RED total highlight */
}

/* Notes */
.sa-transfer-note {
  margin-top: 8px;
  font-size: 11px;
  color: #6b7280;
  line-height: 1.5;
}

/* Hidden results */
.sa-transfer-hidden {
  display: none;
}

/* Mobile adjustments */
@media (max-width: 720px) {
  .sa-transfer-grid {
    grid-template-columns: 1fr;
  }

  .sa-transfer-summary {
    grid-template-columns: 1fr;
  }

  .sa-transfer-card {
    padding: 24px 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b881424 *//* ===========================================
   RE-PROP RENT VS BUY CALCULATOR – RED THEME
   =========================================== */

.sa-rentbuy-card {
  max-width: 840px;
  margin: 40px auto;
  padding: 28px 24px;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 20px;
  box-shadow: 0 26px 60px rgba(15, 23, 42, 0.16);
  border: 1px solid #e5e7eb;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Title */
.sa-rentbuy-card h2 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 6px;
  color: #7f1d1d; /* deep red */
  font-weight: 800;
  letter-spacing: 0.02em;
}

/* Subtitle */
.sa-rentbuy-card .sa-sub {
  text-align: center;
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 22px;
}

/* Grid */
.sa-rentbuy-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 20px;
}

/* Block sections */
.sa-rentbuy-block {
  padding: 16px 14px;
  border-radius: 14px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
}

.sa-rentbuy-block h3 {
  font-size: 15px;
  margin-bottom: 10px;
  color: #111827;
  font-weight: 700;
}

/* Fields */
.sa-rentbuy-field {
  margin-bottom: 10px;
}

.sa-rentbuy-field label {
  display: block;
  font-size: 13px;
  color: #374151;
  font-weight: 600;
}

.sa-rentbuy-field small {
  display: block;
  font-size: 11px;
  color: #9ca3af;
  margin-top: 2px;
}

/* Inputs */
.sa-rentbuy-field input {
  width: 100%;
  margin-top: 5px;
  padding: 9px 10px;
  border-radius: 10px;
  border: 1px solid #d1d5db;
  font-size: 14px;
  background: #ffffff;
  transition: all 0.18s ease;
}

.sa-rentbuy-field input:focus {
  outline: none;
  border-color: #b91c1c;
  box-shadow: 0 0 0 3px rgba(185, 28, 28, 0.22); /* red glow */
}

/* Button */
.sa-rentbuy-btn {
  width: 100%;
  margin-top: 22px;
  padding: 13px;
  border-radius: 12px;
  border: none;
  background: linear-gradient(135deg, #b91c1c, #7f1d1d);
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.sa-rentbuy-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(185, 28, 28, 0.35);
  background: linear-gradient(135deg, #7f1d1d, #991b1b);
}

.sa-rentbuy-btn:active {
  transform: translateY(0);
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.35);
}

/* Results Container */
.sa-rentbuy-results {
  margin-top: 26px;
  padding: 18px 16px 14px;
  border-radius: 16px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
}

/* Results Heading */
.sa-rentbuy-results h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #7f1d1d;
  font-weight: 700;
}

/* Table */
.sa-rentbuy-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 6px;
  font-size: 13px;
}

/* Table headers & cells */
.sa-rentbuy-table th,
.sa-rentbuy-table td {
  padding: 8px 6px;
  text-align: right;
  border-bottom: 1px solid #e5e7eb;
  white-space: nowrap;
}

.sa-rentbuy-table th:first-child,
.sa-rentbuy-table td:first-child {
  text-align: left;
  white-space: normal;
}

/* Table header background */
.sa-rentbuy-table th {
  background: #fce8e8; /* soft red tint */
  font-weight: 700;
  color: #7f1d1d;
}

/* Totals in footer */
.sa-rentbuy-table tfoot td {
  border-top: 1px solid #d1d5db;
  border-bottom: none;
  font-weight: 700;
  color: #111827;
}

/* Better option (highlight) */
.sa-rentbuy-better {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #b91c1c; /* red highlight instead of green */
}

/* Notes */
.sa-rentbuy-note {
  margin-top: 6px;
  font-size: 12px;
  color: #6b7280;
  line-height: 1.5;
}

/* Hidden results */
.sa-rentbuy-hidden {
  display: none;
}

/* Responsive */
@media (max-width: 900px) {
  .sa-rentbuy-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .sa-rentbuy-card {
    padding: 24px 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b52e1fc *//* ===============================
   Realty-Wise / Re-Prop Agent Matcher Widget – RED THEME
   =============================== */

.rw-agent-widget {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  display: flex;
  justify-content: center;
  padding: 1.5rem;
}

.rw-agent-card {
  display: flex;
  gap: 1.8rem;
  align-items: center;
  max-width: 960px;
  width: 100%;
  background: radial-gradient(
      circle at top left,
      #fee2e2 0%,
      #ffffff 45%,
      #f5f5f5 100%
  );
  border-radius: 22px;
  padding: 1.75rem 2rem;
  border: 1px solid rgba(185, 28, 28, 0.14);
  box-shadow: 0 22px 55px rgba(15, 23, 42, 0.15);
  position: relative;
  overflow: hidden;
}

/* Soft red glow top-right */
.rw-agent-card::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  background: radial-gradient(
    circle,
    rgba(220, 38, 38, 0.20),
    transparent 60%
  );
  top: -80px;
  right: -80px;
  pointer-events: none;
}

.rw-agent-logo-wrap {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  position: relative;
  z-index: 1;
}

.rw-agent-logo {
  width: 90px;
  height: 90px;
  border-radius: 24px;
  background: #7f1d1d;
  padding: 0.35rem;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.45);
  object-fit: cover;
}

/* Badge */
.rw-agent-badge {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  padding: 0.3rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.55);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  color: #b91c1c;
  font-weight: 600;
}

.rw-agent-content {
  position: relative;
  z-index: 1;
  flex: 1;
}

/* Title */
.rw-agent-title {
  font-size: 1.5rem;
  line-height: 1.25;
  margin: 0 0 0.6rem;
  color: #111827;
}

.rw-agent-title span {
  color: #b91c1c; /* red accent */
}

/* Text */
.rw-agent-text {
  margin: 0 0 0.9rem;
  font-size: 0.96rem;
  line-height: 1.5;
  color: #4b5563;
}

/* Bullet list */
.rw-agent-list {
  list-style: none;
  margin: 0 0 1.2rem;
  padding: 0;
  display: grid;
  gap: 0.25rem;
  font-size: 0.9rem;
  color: #374151;
}

.rw-agent-list li {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.rw-agent-list li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #b91c1c;
  box-shadow: 0 0 0 5px rgba(248, 113, 113, 0.25);
}

/* Button */
.rw-agent-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.85rem 1.4rem;
  border-radius: 999px;
  border: none;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
  background: linear-gradient(135deg, #b91c1c, #7f1d1d);
  color: #ffffff;
  box-shadow: 0 18px 40px rgba(185, 28, 28, 0.5);
  cursor: pointer;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background 0.18s ease;
  white-space: normal;
  text-align: center;
}

.rw-agent-button:hover {
  transform: translateY(-1px) translateZ(0);
  box-shadow: 0 22px 55px rgba(185, 28, 28, 0.7);
  background: linear-gradient(135deg, #7f1d1d, #991b1b);
}

.rw-agent-footer {
  margin: 0.7rem 0 0;
  font-size: 0.78rem;
  color: #6b7280;
}

/* ============================
   Responsive
   ============================ */
@media (max-width: 768px) {
  .rw-agent-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.5rem 1.25rem 1.6rem;
    gap: 1.2rem;
  }

  .rw-agent-logo-wrap {
    flex-direction: row;
    align-items: center;
    gap: 0.9rem;
  }

  .rw-agent-logo {
    width: 70px;
    height: 70px;
    border-radius: 18px;
  }

  .rw-agent-title {
    font-size: 1.25rem;
  }
}

@media (max-width: 480px) {
  .rw-agent-widget {
    padding: 1rem;
  }

  .rw-agent-card {
    border-radius: 18px;
  }

  .rw-agent-button {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3c414d3 *//* =======================================
   INLINE AGENT CONTACT CTA SECTION – RE-PROP RED THEME
   ======================================= */

.rw-inline-contact {
  padding: 3rem 1.5rem;
  background: linear-gradient(180deg, #fdf2f2 0%, #f5f5f5 100%);
  border-radius: 18px;
  border: 1px solid #e5e7eb;
  margin: 2.5rem 0;
}

.rw-inline-inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

/* Title */
.rw-inline-title {
  font-size: clamp(1.6rem, 2.3vw, 2rem);
  font-weight: 800;
  color: #7f1d1d; /* deep red */
  margin-bottom: 0.5rem;
}

/* Subtitle */
.rw-inline-sub {
  font-size: 1rem;
  color: #6b7280;
  max-width: 650px;
  margin: 0 auto 2rem;
  line-height: 1.55;
}

/* Grid Layout */
.rw-inline-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.8rem;
}

@media (max-width: 700px) {
  .rw-inline-grid {
    grid-template-columns: 1fr;
  }
}

/* Agent Card */
.rw-inline-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 1.6rem 1.4rem;
  box-shadow: 0 16px 35px rgba(15, 23, 42, 0.10);
  border: 1px solid #e5e7eb;
  transition: transform 0.16s ease, box-shadow 0.16s ease;
}

.rw-inline-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.15);
}

/* Agent Text */
.rw-agent-name {
  font-size: 1.15rem;
  font-weight: 800;
  color: #111827;
  margin-bottom: 0.2rem;
}

.rw-agent-role {
  font-size: 0.9rem;
  color: #6b7280;
  margin-bottom: 1rem;
}

/* Button Row */
.rw-inline-buttons {
  display: flex;
  gap: 0.7rem;
  justify-content: center;
}

/* BUTTON BASE */
.rw-inline-btn {
  flex: 1;
  padding: 0.7rem 0.9rem;
  border-radius: 10px;
  font-size: 0.88rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  transition: all 0.18s ease;
}

/* WhatsApp Button (kept green on purpose) */
.rw-wa-btn {
  background: #22c55e;
}
.rw-wa-btn:hover {
  background: #16a34a;
}

/* CALL BUTTON – RED (Re-Prop branding) */
.rw-call-btn {
  background: linear-gradient(135deg, #b91c1c, #7f1d1d);
  box-shadow: 0 12px 25px rgba(185, 28, 28, 0.25);
}
.rw-call-btn:hover {
  background: linear-gradient(135deg, #7f1d1d, #991b1b);
  box-shadow: 0 14px 32px rgba(185, 28, 28, 0.35);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c395dc6 *//* =========================================
   SA PROPERTY VALUATION CTA – RED VERSION
   ========================================= */

.sa-value-cta.red-version {
  width: 100%;
  padding: 70px 20px 60px;
  display: flex;
  justify-content: center;

  /* Premium red gradient background */
  background: linear-gradient(
    135deg,
    #ffffff 0%,
    #fef2f2 35%,
    #fde8e8 60%,
    #fce7e7 100%
  );

  border-radius: 26px;
  border: 1px solid #f3d9d9;
  box-shadow: 0 26px 65px rgba(0,0,0,0.09);
  margin: 40px auto;
  position: relative;
  overflow: hidden;
}

/* Red soft glowing shapes */
.sa-value-cta.red-version::before {
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, rgba(185,28,28,0.18), transparent 70%);
  top: -120px;
  right: -100px;
  filter: blur(45px);
}

.sa-value-inner {
  max-width: 780px;
  text-align: center;
  position: relative;
  z-index: 2;
  font-family: "Inter", system-ui, sans-serif;
}

/* Heading */
.sa-value-title {
  font-size: 32px;
  font-weight: 800;
  color: #7f1d1d;  /* deep professional red */
  margin-bottom: 10px;
  letter-spacing: -0.4px;
}

/* Subtitle text */
.sa-value-sub {
  font-size: 17px;
  color: #4b5563;
  max-width: 620px;
  margin: 0 auto 30px;
  line-height: 1.65;
}

/* Red Call-to-Action Button */
.sa-value-btn-red {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;

  background: linear-gradient(135deg, #b91c1c, #7f1d1d);
  color: #fff;

  box-shadow: 0 18px 45px rgba(127,29,29,0.45);
  transition: 0.22s ease;
}

.sa-value-btn-red:hover {
  transform: translateY(-2px);
  box-shadow: 0 26px 55px rgba(127,29,29,0.55);
  background: linear-gradient(135deg, #991b1b, #661313);
}

/* Small note text */
.sa-value-note {
  font-size: 13px;
  color: #6b7280;
  margin-top: 14px;
}

/* Mobile responsiveness */
@media (max-width: 640px) {
  .sa-value-title {
    font-size: 26px;
  }
  .sa-value-sub {
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dc2dae5 *//* ===========================
   Modern Real Estate Footer
   =========================== */

.rw-footer {
  background: linear-gradient(180deg, #0b1f3b 0%, #0a1a33 100%);
  color: #e5e7eb;
  padding: 3rem 1.5rem 0;
  font-family: "Inter", system-ui, sans-serif;
}

.rw-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem 3rem;
}

/* Column Titles */
.rw-footer-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #ffffff;
}

/* About Text */
.rw-footer-text {
  font-size: 0.92rem;
  line-height: 1.55;
  color: #cbd5e1;
}

/* Links */
.rw-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.rw-footer-links li {
  margin-bottom: 0.55rem;
}

.rw-footer-links a {
  color: #cbd5e1;
  text-decoration: none;
  font-size: 0.94rem;
  transition: color 0.2s ease;
}

.rw-footer-links a:hover {
  color: #60a5fa;
}

/* Contact */
.rw-footer-contact {
  list-style: none;
  padding: 0;
  margin: 0 0 0.8rem 0;
}

.rw-footer-contact li {
  font-size: 0.94rem;
  margin-bottom: 0.45rem;
  color: #cbd5e1;
}

/* Social Icons */
.rw-footer-socials {
  display: flex;
  gap: 0.6rem;
  margin-top: 0.5rem;
}

.rw-social {
  width: 32px;
  height: 32px;
  background: #1e293b;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #93c5fd;
  font-size: 1.1rem;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.rw-social:hover {
  background: #2563eb;
  transform: translateY(-3px);
}

/* Bottom Bar */
.rw-footer-bottom {
  text-align: center;
  padding: 0.9rem 0;
  margin-top: 2rem;
  border-top: 1px solid rgba(255,255,255,0.12);
}

.rw-footer-bottom p {
  color: #9ca3af;
  font-size: 0.85rem;
}

/* Responsive */
@media (max-width: 900px) {
  .rw-footer-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .rw-footer-inner {
    grid-template-columns: minmax(0, 1fr);
  }
}/* End custom CSS */