.elementor-564 .elementor-element.elementor-element-94f0771{--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-564 .elementor-element.elementor-element-b22175f{--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-564 .elementor-element.elementor-element-47a6a6a{--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-564 .elementor-element.elementor-element-df5e7b0{--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-564 .elementor-element.elementor-element-3e93aa7{--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-564 .elementor-element.elementor-element-3a5a7a2{--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-a2d371b *//* ==========================================
   CloudwowX x Realty-Wise Hero – LIGHT THEME
   FULL & FINAL CSS (hero section only)
   ========================================== */

:root {
  --cw-rw-bg-section: transparent; /* keep parent/page background visible */
  --cw-rw-surface: #ffffff;
  --cw-rw-surface-soft: #f9fafb;
  --cw-rw-primary: #2563eb;
  --cw-rw-primary-soft: rgba(37, 99, 235, 0.08);
  --cw-rw-accent: #0ea5e9;
  --cw-rw-text-main: #0f172a;
  --cw-rw-text-muted: #6b7280;
  --cw-rw-border-subtle: #e5e7eb;
  --cw-rw-radius-xl: 24px;
  --cw-rw-radius-lg: 18px;
  --cw-rw-radius-pill: 999px;
  --cw-rw-shadow-soft: 0 18px 45px rgba(15, 23, 42, 0.08);
  --cw-rw-shadow-light: 0 14px 35px rgba(15, 23, 42, 0.06);
}

/* Base font to keep things consistent even inside Elementor containers */
.cw-rw-hero {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

/* ============== SECTION WRAPPER ============== */

.cw-rw-hero {
  position: relative;
  padding: 4rem 1.5rem 3.5rem;
  background: var(--cw-rw-bg-section);
  color: var(--cw-rw-text-main);
}

.cw-rw-hero-inner {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
}

/* light ambient “glow” band behind content (very subtle) */
.cw-rw-hero-inner::before {
  content: "";
  position: absolute;
  inset-inline: -40px;
  top: 30%;
  height: 60%;
  background: radial-gradient(
    circle at center,
    rgba(37, 99, 235, 0.08),
    transparent 65%
  );
  z-index: -1;
}

/* ============== TOP BAR ============== */

.cw-rw-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 2.4rem;
}

.cw-rw-logo-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-width: 0;
}

.cw-rw-logo {
  height: 42px;
  width: auto;
  object-fit: contain;
}

.cw-rw-brand-tagline {
  font-size: 0.95rem;
  color: var(--cw-rw-text-muted);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.cw-rw-badge {
  padding: 0.45rem 1rem;
  border-radius: var(--cw-rw-radius-pill);
  border: 1px solid rgba(37, 99, 235, 0.25);
  background: linear-gradient(
    135deg,
    rgba(219, 234, 254, 0.9),
    rgba(224, 242, 254, 0.9)
  );
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1d4ed8;
}

/* ============== GRID LAYOUT ============== */

.cw-rw-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1.1fr);
  gap: 2.8rem;
  align-items: center;
}

/* ============== LEFT COLUMN (COPY) ============== */

.cw-rw-hero-copy {
  max-width: 640px;
}

.cw-rw-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.9rem;
  border-radius: var(--cw-rw-radius-pill);
  border: 1px solid rgba(148, 163, 184, 0.4);
  background: #eff6ff;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1d4ed8;
  margin-bottom: 0.9rem;
}

.cw-rw-hero-title {
  font-size: clamp(2.1rem, 3.1vw, 2.7rem);
  line-height: 1.1;
  margin: 0 0 1rem;
  letter-spacing: -0.03em;
  color: var(--cw-rw-text-main);
}

.cw-rw-hero-title span {
  display: block;
  background: linear-gradient(120deg, #1d4ed8, #0ea5e9);
  -webkit-background-clip: text;
  color: transparent;
}

.cw-rw-hero-subtitle {
  font-size: 0.98rem;
  line-height: 1.7;
  color: var(--cw-rw-text-muted);
  margin-bottom: 1.4rem;
}

/* ============== BULLET LIST – SIMPLE, FORMAL ============== */

.cw-rw-hero-list {
  margin: 0 0 1.9rem;
  padding-left: 1.1rem;       /* indent bullets neatly */
}

.cw-rw-hero-list li {
  font-size: 0.94rem;
  color: #4b5563;
  line-height: 1.6;
  margin-bottom: 0.55rem;
}

/* coloured bullets */
.cw-rw-hero-list li::marker {
  color: #2563eb;
}

/* title on first line, description under it */
.cw-rw-hero-list strong {
  display: block;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 0.12rem;
}

.cw-rw-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-bottom: 0.9rem;
}

.cw-rw-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.4rem;
  border-radius: var(--cw-rw-radius-pill);
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease,
    background-color 0.18s ease, border-color 0.18s ease;
  white-space: nowrap;
}

.cw-rw-btn-primary {
  background: linear-gradient(135deg, var(--cw-rw-primary), var(--cw-rw-accent));
  color: #ffffff;
  box-shadow: 0 18px 40px rgba(37, 99, 235, 0.35);
}

.cw-rw-btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 22px 55px rgba(37, 99, 235, 0.45);
}

.cw-rw-btn-ghost {
  background: #ffffff;
  color: #1f2937;
  border-color: #d1d5db;
}

.cw-rw-btn-ghost:hover {
  border-color: #2563eb;
  background: #eff6ff;
}

.cw-rw-hero-note {
  font-size: 0.86rem;
  color: var(--cw-rw-text-muted);
}

.cw-rw-hero-note a {
  color: #2563eb;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.cw-rw-hero-note a:hover {
  color: #1d4ed8;
}

/* ============== RIGHT COLUMN (PANEL) ============== */

.cw-rw-hero-panel {
  position: relative;
}

.cw-rw-panel-card {
  background: var(--cw-rw-surface);
  border-radius: var(--cw-rw-radius-xl);
  border: 1px solid var(--cw-rw-border-subtle);
  box-shadow: var(--cw-rw-shadow-soft);
  padding: 1.8rem 1.7rem;
}

.cw-rw-panel-main h2 {
  font-size: 1.1rem;
  margin: 0 0 0.4rem;
  color: var(--cw-rw-text-main);
}

.cw-rw-panel-main p {
  font-size: 0.9rem;
  color: var(--cw-rw-text-muted);
  margin-bottom: 1.3rem;
}

.cw-rw-panel-features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.9rem;
  margin-bottom: 1.3rem;
}

.cw-rw-panel-feature {
  padding: 0.75rem 0.85rem;
  border-radius: var(--cw-rw-radius-lg);
  border: 1px solid #e5e7eb;
  background: var(--cw-rw-surface-soft);
  transition: transform 0.18s ease, box-shadow 0.18s ease,
    border-color 0.18s ease, background-color 0.18s ease;
}

.cw-rw-panel-feature:hover {
  border-color: rgba(37, 99, 235, 0.55);
  box-shadow: var(--cw-rw-shadow-light);
  background: #ffffff;
  transform: translateY(-2px);
}

.cw-rw-panel-feature h3 {
  font-size: 0.95rem;
  margin: 0.35rem 0 0.2rem;
  color: var(--cw-rw-text-main);
}

.cw-rw-panel-feature p {
  font-size: 0.84rem;
  color: var(--cw-rw-text-muted);
  margin: 0;
}

/* Feature Pill Tags */

.cw-rw-pill-mini {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.18rem 0.6rem;
  font-size: 0.68rem;
  border-radius: var(--cw-rw-radius-pill);
  border: 1px solid #d1d5db;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.cw-rw-pill-ai {
  background: #eff6ff;
  color: #1d4ed8;
  border-color: rgba(37, 99, 235, 0.45);
}

.cw-rw-pill-verify {
  background: #ecfdf3;
  color: #166534;
  border-color: rgba(22, 163, 74, 0.4);
}

.cw-rw-pill-social {
  background: #ecfeff;
  color: #0369a1;
  border-color: rgba(6, 182, 212, 0.5);
}

/* Stats footer */

.cw-rw-panel-footer {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  border-top: 1px solid #e5e7eb;
  padding-top: 0.9rem;
  margin-top: 0.4rem;
}

.cw-rw-stat-number {
  display: block;
  font-size: 0.98rem;
  font-weight: 600;
  color: var(--cw-rw-text-main);
}

.cw-rw-stat-label {
  font-size: 0.78rem;
  color: var(--cw-rw-text-muted);
}

/* Floating bits */

.cw-rw-panel-floating {
  position: absolute;
  inset-inline: auto;
  right: -6px;
  bottom: -26px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.6rem;
  pointer-events: none;
}

.cw-rw-floating-badge {
  padding: 0.35rem 0.9rem;
  border-radius: var(--cw-rw-radius-pill);
  background: #ffffff;
  border: 1px solid #e5e7eb;
  font-size: 0.74rem;
  color: #1f2937;
  box-shadow: 0 12px 30px rgba(148, 163, 184, 0.4);
}

.cw-rw-floating-card {
  max-width: 240px;
  padding: 0.9rem 1rem;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 16px 40px rgba(148, 163, 184, 0.35);
}

.cw-rw-floating-card p {
  font-size: 0.78rem;
  color: var(--cw-rw-text-muted);
  margin: 0;
}

/* ============== RESPONSIVE ============== */

@media (max-width: 900px) {
  .cw-rw-hero {
    padding: 3.2rem 1.25rem 3rem;
  }

  .cw-rw-topbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .cw-rw-brand-tagline {
    white-space: normal;
  }

  .cw-rw-hero-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 2.4rem;
  }

  .cw-rw-hero-copy {
    order: 1;
  }

  .cw-rw-hero-panel {
    order: 2;
  }

  .cw-rw-panel-floating {
    position: static;
    margin-top: 0.9rem;
    align-items: flex-start;
  }

  .cw-rw-panel-footer {
    grid-template-columns: 1fr;
  }

  .cw-rw-hero-ctas {
    flex-direction: row;
  }
}

@media (max-width: 600px) {
  .cw-rw-hero {
    padding-inline: 1rem;
  }

  .cw-rw-hero-title {
    font-size: 1.9rem;
  }

  .cw-rw-hero-subtitle {
    font-size: 0.95rem;
  }

  .cw-rw-hero-list li {
    font-size: 0.9rem;
  }

  .cw-rw-btn {
    width: 100%;
    justify-content: center;
  }

  .cw-rw-topbar {
    gap: 0.8rem;
  }

  .cw-rw-badge {
    font-size: 0.72rem;
  }
}

/* Respect users who prefer less motion */
@media (prefers-reduced-motion: reduce) {
  .cw-rw-btn,
  .cw-rw-panel-feature {
    transition: none !important;
  }

  .cw-rw-btn-primary:hover,
  .cw-rw-btn-ghost:hover,
  .cw-rw-panel-feature:hover {
    transform: none !important;
    box-shadow: none !important;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-b22175f *//* ==========================================
   CloudwowX x Realty-Wise – How It Works
   ========================================== */

.cw-rw-how {
  padding: 3.5rem 1.5rem 3.5rem;
  background: transparent; /* inherits page background */
}

.cw-rw-how-inner {
  max-width: 1180px;
  margin: 0 auto;
}

/* Section Header */

.cw-rw-section-header {
  text-align: left;
  max-width: 720px;
  margin-bottom: 2.4rem;
}

.cw-rw-section-kicker {
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6b7280;
  margin: 0 0 0.6rem;
}

.cw-rw-section-title {
  font-size: clamp(1.7rem, 2.5vw, 2rem);
  line-height: 1.2;
  margin: 0 0 0.8rem;
  color: var(--cw-rw-text-main);
}

.cw-rw-section-subtitle {
  font-size: 0.96rem;
  line-height: 1.7;
  color: var(--cw-rw-text-muted);
  margin: 0;
}

/* Steps Grid */

.cw-rw-how-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.4rem;
  margin-bottom: 2.6rem;
}

.cw-rw-how-card {
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid var(--cw-rw-border-subtle);
  padding: 1.4rem 1.3rem 1.35rem;
  box-shadow: 0 16px 35px rgba(15, 23, 42, 0.03);
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  transition: transform 0.18s ease, box-shadow 0.18s ease,
    border-color 0.18s ease, background-color 0.18s ease;
}

.cw-rw-how-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.06);
  border-color: rgba(37, 99, 235, 0.5);
}

.cw-rw-step-label {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.7rem;
  border-radius: 999px;
  font-size: 0.72rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #1d4ed8;
  background: var(--cw-rw-primary-soft);
}

.cw-rw-how-card h3 {
  font-size: 1rem;
  margin: 0.25rem 0 0.1rem;
  color: var(--cw-rw-text-main);
}

.cw-rw-how-card p {
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--cw-rw-text-muted);
  margin: 0 0 0.4rem;
}

/* Bullet list inside cards */

.cw-rw-how-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cw-rw-how-card ul li {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.84rem;
  color: #4b5563;
  margin-bottom: 0.25rem;
}

.cw-rw-how-card ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(135deg, #2563eb, #0ea5e9);
  flex-shrink: 0;
}

/* Bottom Strip */

.cw-rw-how-strip {
  border-radius: 18px;
  border: 1px solid #e5e7eb;
  background: linear-gradient(
    135deg,
    rgba(239, 246, 255, 0.9),
    rgba(236, 252, 255, 0.9)
  );
  padding: 1.1rem 1.3rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.cw-rw-how-strip-item {
  border-right: 1px solid rgba(209, 213, 219, 0.9);
  padding-right: 0.9rem;
}

.cw-rw-how-strip-item:last-child {
  border-right: none;
  padding-right: 0;
}

.cw-rw-strip-label {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 0.2rem;
}

.cw-rw-how-strip-item p {
  font-size: 0.86rem;
  color: #4b5563;
  margin: 0;
}

/* ============== RESPONSIVE ============== */

@media (max-width: 1024px) {
  .cw-rw-how-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cw-rw-how-card {
    padding: 1.3rem 1.15rem 1.25rem;
  }
}

@media (max-width: 768px) {
  .cw-rw-how {
    padding: 3rem 1.25rem 3.2rem;
  }

  .cw-rw-section-header {
    text-align: left;
    margin-bottom: 2.1rem;
  }

  .cw-rw-how-strip {
    grid-template-columns: 1fr;
    padding: 1rem 1.1rem;
  }

  .cw-rw-how-strip-item {
    border-right: none;
    border-bottom: 1px solid rgba(209, 213, 219, 0.7);
    padding: 0 0 0.7rem;
  }

  .cw-rw-how-strip-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}

@media (max-width: 600px) {
  .cw-rw-how {
    padding-inline: 1rem;
  }

  .cw-rw-how-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .cw-rw-section-title {
    font-size: 1.6rem;
  }
}

/* Reduced motion */

@media (prefers-reduced-motion: reduce) {
  .cw-rw-how-card {
    transition: none !important;
  }

  .cw-rw-how-card:hover {
    transform: none !important;
    box-shadow: 0 16px 35px rgba(15, 23, 42, 0.03) !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-81ee936 *//* ==========================================
   CloudwowX x Realty-Wise – Pricing & Offer
   ========================================== */

.cw-rw-pricing {
  padding: 3.5rem 1.5rem 4rem;
  background: transparent;
}

.cw-rw-pricing-inner {
  max-width: 1180px;
  margin: 0 auto;
}

/* Centered header variation */

.cw-rw-section-header-center {
  text-align: center;
  margin-bottom: 2.6rem;
}

.cw-rw-section-header-center .cw-rw-section-subtitle {
  max-width: 720px;
  margin: 0.3rem auto 0;
}

/* Layout */

.cw-rw-pricing-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1.05fr);
  gap: 2rem;
  align-items: stretch;
}

/* Left side – features */

.cw-rw-pricing-features {
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid var(--cw-rw-border-subtle);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.04);
  padding: 1.7rem 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.cw-rw-pricing-features h3 {
  font-size: 1.1rem;
  margin: 0;
  color: var(--cw-rw-text-main);
}

.cw-rw-pricing-features ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem 1rem;
}

.cw-rw-pricing-features ul li {
  display: flex;
  align-items: flex-start;
  gap: 0.4rem;
  font-size: 0.9rem;
  color: #4b5563;
}

.cw-rw-pricing-features ul li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, #2563eb, #0ea5e9);
  margin-top: 0.3rem;
  flex-shrink: 0;
}

.cw-rw-pricing-features strong {
  color: #111827;
  font-weight: 600;
}

.cw-rw-pricing-note {
  margin-top: 0.4rem;
  padding-top: 0.85rem;
  border-top: 1px solid #e5e7eb;
}

.cw-rw-pricing-note span {
  display: inline-block;
  font-size: 0.82rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 0.15rem;
}

.cw-rw-pricing-note p {
  font-size: 0.88rem;
  color: var(--cw-rw-text-muted);
  margin: 0;
}

/* Right side – price card */

.cw-rw-pricing-card {
  position: relative;
  background: #ffffff;
  border-radius: 22px;
  border: 1px solid var(--cw-rw-border-subtle);
  box-shadow: 0 22px 50px rgba(15, 23, 42, 0.07);
  padding: 1.9rem 1.7rem 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.cw-rw-pricing-ribbon {
  position: absolute;
  top: 14px;
  right: 16px;
  padding: 0.25rem 0.85rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #2563eb, #0ea5e9);
  color: #f9fafb;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 0 10px 25px rgba(37, 99, 235, 0.45);
}

.cw-rw-pricing-title {
  font-size: 1.05rem;
  margin: 0 0 0.3rem;
  color: var(--cw-rw-text-main);
}

/* Prices */

.cw-rw-price-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.1rem;
  margin-top: 0.4rem;
}

.cw-rw-price-block {
  padding: 0.9rem 0.9rem 0.8rem;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  background: #f9fafb;
}

.cw-rw-price-label {
  display: block;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #6b7280;
  margin-bottom: 0.25rem;
}

.cw-rw-price-value {
  display: flex;
  align-items: baseline;
  gap: 0.15rem;
  margin-bottom: 0.15rem;
}

.cw-rw-price-currency {
  font-size: 0.95rem;
  font-weight: 600;
  color: #111827;
}

.cw-rw-price-main {
  font-size: 1.5rem;
  font-weight: 700;
  color: #111827;
}

.cw-rw-price-period {
  font-size: 0.9rem;
  font-weight: 500;
  color: #4b5563;
  margin-left: 0.1rem;
}

.cw-rw-price-caption {
  font-size: 0.8rem;
  color: var(--cw-rw-text-muted);
  margin: 0;
}

/* Checklist */

.cw-rw-pricing-checklist {
  list-style: none;
  padding: 0;
  margin: 0.3rem 0 0.2rem;
}

.cw-rw-pricing-checklist li {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.83rem;
  color: #4b5563;
  margin-bottom: 0.25rem;
}

.cw-rw-pricing-checklist li::before {
  content: "✓";
  font-size: 0.85rem;
  color: #16a34a;
}

/* CTA buttons */

.cw-rw-pricing-cta-group {
  margin-top: 0.6rem;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.cw-rw-btn-full {
  width: 100%;
  justify-content: center;
}

/* Small print & tagline */

.cw-rw-pricing-small {
  font-size: 0.8rem;
  color: var(--cw-rw-text-muted);
  margin: 0.6rem 0 0;
}

.cw-rw-pricing-small a {
  color: #2563eb;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.cw-rw-pricing-tagline {
  font-size: 0.82rem;
  color: #4b5563;
  margin: 0.4rem 0 0;
  border-top: 1px solid #e5e7eb;
  padding-top: 0.6rem;
  font-style: italic;
}

/* ============== RESPONSIVE ============== */

@media (max-width: 1024px) {
  .cw-rw-pricing-layout {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.1fr);
  }

  .cw-rw-pricing-features ul {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .cw-rw-pricing {
    padding: 3.1rem 1.25rem 3.5rem;
  }

  .cw-rw-pricing-layout {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 600px) {
  .cw-rw-pricing {
    padding-inline: 1rem;
  }

  .cw-rw-price-row {
    grid-template-columns: 1fr;
  }

  .cw-rw-pricing-card {
    padding-inline: 1.25rem;
  }

  .cw-rw-pricing-features {
    padding-inline: 1.25rem;
  }
}

/* Reduced motion */

@media (prefers-reduced-motion: reduce) {
  .cw-rw-pricing-features,
  .cw-rw-pricing-card {
    transition: none !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9f720f0 *//* ==========================================
   CloudwowX x Realty-Wise – Partner Section
   ========================================== */

.cw-rw-partner {
  padding: 4rem 1.5rem 4.2rem;
  background: transparent;
}

.cw-rw-partner-inner {
  max-width: 1180px;
  margin: 0 auto;
}

/* Partner Card Layout */

.cw-rw-partner-card {
  background: #ffffff;
  border-radius: 22px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 22px 55px rgba(15, 23, 42, 0.05);
  padding: 2rem 2rem;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 2rem;
  align-items: center;
}

/* Image */

.cw-rw-partner-image img {
  width: 100%;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 14px 35px rgba(15, 23, 42, 0.15);
}

/* Partner Info */

.cw-rw-partner-name {
  font-size: 1.35rem;
  font-weight: 700;
  margin: 0 0 0.3rem;
  color: #0f172a;
}

.cw-rw-partner-role {
  font-size: 0.95rem;
  color: #475569;
  margin-bottom: 1rem;
}

.cw-rw-partner-bio {
  font-size: 0.95rem;
  color: #4b5563;
  line-height: 1.65;
  margin: 0 0 1.5rem;
  max-width: 95%;
}

/* Badge */

.cw-rw-partner-badge {
  display: inline-block;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(37, 99, 235, 0.35);
  background: linear-gradient(
    135deg,
    rgba(219, 234, 254, 0.85),
    rgba(236, 252, 255, 0.85)
  );
  color: #1e40af;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* ===========================
   RESPONSIVE
   =========================== */

@media (max-width: 950px) {
  .cw-rw-partner-card {
    grid-template-columns: 1fr;
    padding: 1.7rem 1.5rem;
    text-align: center;
  }

  .cw-rw-partner-image img {
    max-width: 260px;
    margin: 0 auto;
  }

  .cw-rw-partner-bio {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 600px) {
  .cw-rw-partner {
    padding-inline: 1rem;
  }

  .cw-rw-partner-card {
    padding: 1.5rem 1.25rem;
  }

  .cw-rw-partner-name {
    font-size: 1.25rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6aeca3f *//* ===============================
   CloudwowX x Realty-Wise – Final CTA Strip
   =============================== */

.cw-rw-end {
  padding: 4rem 1.5rem;
  background: linear-gradient(
    180deg,
    rgba(241, 245, 249, 0.8),
    rgba(255, 255, 255, 1)
  );
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
}

.cw-rw-end-inner {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.cw-rw-end-title {
  font-size: clamp(1.8rem, 2.6vw, 2.2rem);
  margin: 0 0 0.8rem;
  color: #0f172a;
  font-weight: 700;
}

.cw-rw-end-subtitle {
  font-size: 1rem;
  color: #475569;
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto 1.8rem;
}

.cw-rw-end-ctas {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1.6rem;
}

.cw-rw-end-btn-primary {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  color: #ffffff;
  padding: 0.9rem 1.8rem;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cw-rw-end-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(37, 99, 235, 0.32);
}

.cw-rw-end-btn-ghost {
  background: #ffffff;
  border: 1px solid #2563eb;
  color: #2563eb;
  padding: 0.9rem 1.8rem;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.cw-rw-end-btn-ghost:hover {
  background: #2563eb;
  color: #ffffff;
}

.cw-rw-end-note {
  font-size: 0.9rem;
  color: #64748b;
  margin-top: 0.6rem;
}

/* Responsive */
@media (max-width: 600px) {
  .cw-rw-end {
    padding: 3rem 1.2rem;
  }
}/* End custom CSS */