.elementor-37216 .elementor-element.elementor-element-e8f8b99{margin-top:30px;margin-bottom:30px;padding:20px 100px 20px 100px;}.elementor-37216 .elementor-element.elementor-element-de05034{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-37216 .elementor-element.elementor-element-20b8540 > .elementor-widget-container{margin:8px 0px 0px 0px;}.elementor-37216 .elementor-element.elementor-element-37e25e2 > .elementor-element-populated, .elementor-37216 .elementor-element.elementor-element-37e25e2 > .elementor-element-populated > .elementor-background-overlay, .elementor-37216 .elementor-element.elementor-element-37e25e2 > .elementor-background-slideshow{border-radius:20px 20px 20px 20px;}.elementor-37216 .elementor-element.elementor-element-37e25e2 > .elementor-element-populated{padding:30px 30px 30px 30px;}.elementor-37216 .elementor-element.elementor-element-a5130da > .elementor-widget-container{margin:0px 0px 16px 0px;}.elementor-37216 .elementor-element.elementor-element-8d44bc3{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-37216 .elementor-element.elementor-element-4d863fb > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-37216 .elementor-element.elementor-element-7f2c4b0 > .elementor-element-populated >  .elementor-background-overlay{opacity:0.5;}.elementor-37216 .elementor-element.elementor-element-7f2c4b0 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-37216 .elementor-element.elementor-element-7f2c4b0 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}@media(max-width:1599px){.elementor-37216 .elementor-element.elementor-element-e8f8b99{padding:20px 50px 20px 50px;}}@media(max-width:1199px){.elementor-37216 .elementor-element.elementor-element-e8f8b99{padding:20px 20px 20px 20px;}}@media(max-width:991px){.elementor-37216 .elementor-element.elementor-element-e8f8b99{padding:10px 10px 10px 10px;}}@media(max-width:767px){.elementor-37216 .elementor-element.elementor-element-20b8540 > .elementor-widget-container{margin:16px 0px 0px 0px;}}@media(min-width:768px){.elementor-37216 .elementor-element.elementor-element-6ed66f7{width:25%;}.elementor-37216 .elementor-element.elementor-element-5cc1596{width:50%;}.elementor-37216 .elementor-element.elementor-element-37e25e2{width:24.664%;}.elementor-37216 .elementor-element.elementor-element-4d863fb{width:44.333%;}.elementor-37216 .elementor-element.elementor-element-7f2c4b0{width:55%;}}/* Start custom CSS for column, class: .elementor-element-6ed66f7 *//* ===== Advisor Profile: Photo + Quote Card ===== */

/* Remove default widget spacing so photo and card connect */
.advisor-photo-col > .elementor-widget-wrap {
  gap: 0 !important;
  align-content: flex-start;
}
.advisor-photo-col .elementor-widget {
  margin-bottom: 0 !important;
}

/* Photo: portrait crop, rounded top corners */
.advisor-photo .lte-team-full {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  line-height: 0;
}
.advisor-photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
}

/* Quote card */
.advisor-quote {
  position: relative;
  background: #fbeff0;
  border-radius: 0 0 8px 8px;
  padding: 34px 36px 38px 80px;
}

/* Large red quotation mark */
.advisor-quote::before {
  content: "\201C";
  position: absolute;
  top: 24px;
  left: 30px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 1;
  color: #b6121b;
}

/* Quote text */
.advisor-quote .elementor-heading-title {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif; /* swap for your heading font */
  font-style: italic;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: none;
  color: #1c1c1c;
}

/* Short red accent line under the quote */
.advisor-quote .elementor-widget-container::after {
  content: "";
  display: block;
  width: 42px;
  height: 3px;
  margin-top: 28px;
  background: #b6121b;
}

/* Tablet Landscape: up to 1366px */
@media (max-width: 1366px) {
  .advisor-quote {
    padding: 32px 32px 36px 76px;
  }
  .advisor-quote::before {
    top: 22px;
    left: 28px;
    font-size: 68px;
  }
  .advisor-quote .elementor-heading-title {
    font-size: 21px;
  }
}

/* Tablet Landscape: up to 1199px */
@media (max-width: 1199px) {
  .advisor-quote {
    padding: 30px 28px 34px 70px;
  }
  .advisor-quote::before {
    top: 22px;
    left: 24px;
    font-size: 64px;
  }
  .advisor-quote .elementor-heading-title {
    font-size: 20px;
  }
  .advisor-quote .elementor-widget-container::after {
    margin-top: 24px;
  }
}

/* Tablet: up to 1024px */
@media (max-width: 1024px) {
  .advisor-quote {
    padding: 28px 24px 30px 64px;
  }
  .advisor-quote::before {
    top: 20px;
    left: 20px;
    font-size: 60px;
  }
  .advisor-quote .elementor-heading-title {
    font-size: 19px;
  }
}

/* Mobile Landscape: up to 991px */
@media (max-width: 991px) {
  .advisor-quote {
    padding: 26px 20px 28px 56px;
  }
  .advisor-quote::before {
    top: 18px;
    left: 16px;
    font-size: 54px;
  }
  .advisor-quote .elementor-heading-title {
    font-size: 18px;
    line-height: 1.35;
  }
  .advisor-quote .elementor-widget-container::after {
    width: 36px;
    margin-top: 20px;
  }
}

/* Mobile Portrait: up to 767px (columns stacked) */
@media (max-width: 767px) {
  .advisor-photo img {
    aspect-ratio: 1 / 1;
  }
  .advisor-quote {
    padding: 28px 22px 30px 62px;
  }
  .advisor-quote::before {
    top: 20px;
    left: 20px;
    font-size: 60px;
  }
  .advisor-quote .elementor-heading-title {
    font-size: 19px;
  }
  .advisor-quote .elementor-widget-container::after {
    width: 42px;
    margin-top: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for column, class: .elementor-element-5cc1596 *//* ===== Advisor Profile: Name + Bio ===== */

/* Column spacing between photo and contact card */
.advisor-bio-col > .elementor-widget-wrap {
  padding: 0 30px !important;
  align-content: flex-start;
}

/* Eyebrow: "SENIOR LIVING ADVISOR" */
.advisor-heading .lte-team-cat {
  margin: 0 0 10px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #b6121b;
}

/* Advisor name */
.advisor-heading .lte-team-name {
  position: relative;
  margin: 0 0 32px;
  padding-bottom: 22px;
  font-family: Georgia, "Times New Roman", serif; /* swap for your heading font */
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.5px;
  text-transform: none;
  color: #1c1c1c;
}

/* Red accent line under the name */
.advisor-heading .lte-team-name::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 76px;
  height: 3px;
  background: #b6121b;
}

/* Bio text */
.advisor-bio p {
  margin: 0 0 22px;
  font-size: 18px;
  line-height: 1.7;
  color: #555555;
}
.advisor-bio p:last-child {
  margin-bottom: 0;
}

/* Tablet Landscape: up to 1366px */
@media (max-width: 1366px) {
  .advisor-bio-col > .elementor-widget-wrap {
    padding: 0 26px !important;
  }
  .advisor-heading .lte-team-name {
    font-size: 44px;
    margin-bottom: 28px;
    padding-bottom: 20px;
  }
  .advisor-bio p {
    font-size: 17px;
    margin-bottom: 20px;
  }
}

/* Tablet Landscape: up to 1199px */
@media (max-width: 1199px) {
  .advisor-bio-col > .elementor-widget-wrap {
    padding: 0 22px !important;
  }
  .advisor-heading .lte-team-name {
    font-size: 40px;
    margin-bottom: 26px;
    padding-bottom: 18px;
  }
  .advisor-heading .lte-team-name::after {
    width: 68px;
  }
  .advisor-bio p {
    font-size: 16.5px;
    line-height: 1.65;
  }
}

/* Tablet: up to 1024px */
@media (max-width: 1024px) {
  .advisor-bio-col > .elementor-widget-wrap {
    padding: 0 20px !important;
  }
  .advisor-heading .lte-team-name {
    font-size: 38px;
  }
  .advisor-bio p {
    font-size: 16px;
    margin-bottom: 18px;
  }
}

/* Mobile Landscape: up to 991px */
@media (max-width: 991px) {
  .advisor-bio-col > .elementor-widget-wrap {
    padding: 0 18px !important;
  }
  .advisor-heading .lte-team-cat {
    font-size: 12px;
    letter-spacing: 1.5px;
  }
  .advisor-heading .lte-team-name {
    font-size: 36px;
    margin-bottom: 24px;
    padding-bottom: 16px;
  }
  .advisor-heading .lte-team-name::after {
    width: 60px;
  }
  .advisor-bio p {
    font-size: 15.5px;
    line-height: 1.65;
  }
}

/* Mobile Portrait: up to 767px (columns stacked) */
@media (max-width: 767px) {
  .advisor-bio-col > .elementor-widget-wrap {
    padding: 36px 0 0 !important;
  }
  .advisor-heading .lte-team-name {
    font-size: 34px;
    margin-bottom: 24px;
    padding-bottom: 18px;
  }
  .advisor-bio p {
    font-size: 15px;
    line-height: 1.7;
  }
}/* End custom CSS */
/* Start custom CSS for column, class: .elementor-element-37e25e2 *//* ===== Advisor Profile: Contact Card ===== */

/* Override theme gray background */
.advisor-contact-col.lte-background-gray,
.advisor-contact-col {
  background: transparent !important;
}

/* Card */
.advisor-contact-col > .elementor-widget-wrap {
  position: relative;
  overflow: hidden;
  align-content: flex-start;
  background: #faf6f3 !important;
  border: 1px solid #efe7e2;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  padding: 34px 30px 36px !important;
}
.advisor-contact-col .elementor-widget {
  position: relative;
  z-index: 1;
  margin-bottom: 0 !important;
}

/* Decorative leaf, bottom right */
.advisor-contact-col > .elementor-widget-wrap::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 160px;
  height: 140px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 140'%3E%3Cpath d='M150 140C150 80 120 30 60 10c10 60 40 110 90 130z' fill='%23f2d6d8'/%3E%3Cpath d='M140 140C110 110 60 100 10 110c30 25 80 35 130 30z' fill='%23f6e3e4'/%3E%3C/svg%3E") no-repeat right bottom / contain;
  opacity: 0.8;
  pointer-events: none;
  z-index: 0;
}

/* ---------- Spacing ---------- */
.advisor-contact-col .elementor-widget.advisor-contact-title {
  margin-bottom: 16px !important;
}
.advisor-contact-col .elementor-widget.advisor-contact-sub {
  margin-bottom: 28px !important;
  padding-bottom: 26px;
  border-bottom: 1px solid #ddd3cd;
}
.advisor-contact-col .elementor-widget.advisor-contact-item {
  margin-bottom: 22px !important;
}
.advisor-contact-col .elementor-widget.advisor-contact-email {
  margin-bottom: 28px !important;
  padding-bottom: 28px;
  border-bottom: 1px solid #ddd3cd;
}
.advisor-contact-col .elementor-widget.advisor-contact-btn {
  margin-bottom: 22px !important;
}
.advisor-contact-col .elementor-widget.advisor-contact-note {
  margin-bottom: 0 !important;
}

/* ---------- Title + subtext ---------- */
.advisor-contact-title .elementor-heading-title {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif; /* swap for your heading font */
  font-size: 32px;
  font-weight: 700;
  line-height: 1.15;
  text-transform: none;
  color: #1c1c1c;
}
.advisor-contact-sub p {
  margin: 0;
  font-size: 16.5px;
  line-height: 1.5;
  color: #444444;
}

/* ---------- Contact rows ---------- */
.advisor-contact-item,
.advisor-contact-item .lte-block-icon,
.advisor-contact-item .lte-block-icon li,
.advisor-contact-item .lte-inner,
.advisor-contact-item .lte-icon-content,
.advisor-contact-item .lte-header {
  text-align: left !important;
}
.advisor-contact-item .lte-block-icon {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}
.advisor-contact-item .lte-block-icon li {
  padding: 0 !important;
  margin: 0 !important;
}
.advisor-contact-item .lte-inner {
  display: flex !important;
  align-items: center;
  justify-content: flex-start !important;
  gap: 16px !important;
  text-decoration: none !important;
}

/* Circular icon badge */
.advisor-contact-item .lte-inner i {
  position: static !important;
  flex: 0 0 54px !important;
  width: 54px !important;
  height: 54px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  border-radius: 50%;
  background: #f5dfe0 !important;
  color: #b6121b !important;
  font-size: 20px !important;
  line-height: 1 !important;
}
.advisor-contact-item .lte-inner i::before {
  line-height: 1;
}

/* Label + value wrapper */
.advisor-contact-item .lte-icon-content {
  position: static !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start !important;
  flex: 1 1 auto;
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
  left: auto !important;
  transform: none !important;
}

/* "Phone" / "Email" labels */
.advisor-contact-phone .lte-icon-content::before {
  content: "Phone";
}
.advisor-contact-email .lte-icon-content::before {
  content: "Email";
}
.advisor-contact-item .lte-icon-content::before {
  display: block;
  margin-bottom: 2px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  color: #333333;
}

/* Phone number / email value */
.advisor-contact-item .lte-header {
  position: static !important;
  margin: 0 !important;
  padding: 0 !important;
  left: auto !important;
  transform: none !important;
  font-family: inherit !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  color: #b6121b !important;
  hyphens: none !important;
  -webkit-hyphens: none !important;
  word-break: normal !important;
  overflow-wrap: anywhere;
  white-space: normal;
  transition: color 0.2s ease;
}
.advisor-contact-item .lte-inner:hover .lte-header {
  color: #8e0e15 !important;
}

/* ---------- Button ---------- */
.advisor-contact-btn .elementor-button-wrapper {
  text-align: center;
}
.advisor-contact-col .advisor-contact-btn .elementor-button {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  min-height: 60px;
  padding: 18px 28px !important;
  border: none !important;
  border-radius: 50px !important;
  background: #b6121b !important;
  color: #ffffff !important;
  font-family: inherit;
  font-size: 17px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  text-decoration: none !important;
  box-shadow: 0 8px 18px rgba(182, 18, 27, 0.22);
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.advisor-contact-col .advisor-contact-btn .elementor-button::before,
.advisor-contact-col .advisor-contact-btn .elementor-button::after {
  display: none !important;
}
.advisor-contact-btn .elementor-button-text {
  display: inline-flex;
  align-items: center;
  color: #ffffff !important;
}
.advisor-contact-btn .elementor-button-text::after {
  content: "\2192";
  display: inline-block;
  margin-left: 14px;
  font-size: 20px;
  line-height: 1;
  transition: transform 0.2s ease;
}
.advisor-contact-col .advisor-contact-btn .elementor-button:hover,
.advisor-contact-col .advisor-contact-btn .elementor-button:focus {
  background: #8e0e15 !important;
  color: #ffffff !important;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(182, 18, 27, 0.28);
}
.advisor-contact-btn .elementor-button:hover .elementor-button-text::after {
  transform: translateX(6px);
}

/* ---------- Helper note ---------- */
.advisor-contact-note p {
  margin: 0 !important;
  max-width: 260px;
  font-size: 14.5px;
  line-height: 1.6;
  color: #666666;
}

/* ===== Responsive ===== */

/* Tablet Landscape: up to 1366px */
@media (max-width: 1366px) {
  .advisor-contact-col > .elementor-widget-wrap {
    padding: 32px 28px 34px !important;
  }
  .advisor-contact-title .elementor-heading-title {
    font-size: 30px;
  }
  .advisor-contact-item .lte-header {
    font-size: 17px !important;
  }
  .advisor-contact-item .lte-inner i {
    flex-basis: 52px !important;
    width: 52px !important;
    height: 52px !important;
  }
}

/* Tablet Landscape: up to 1199px */
@media (max-width: 1199px) {
  .advisor-contact-col > .elementor-widget-wrap {
    padding: 28px 24px 30px !important;
  }
  .advisor-contact-col > .elementor-widget-wrap::after {
    width: 130px;
    height: 114px;
  }
  .advisor-contact-title .elementor-heading-title {
    font-size: 27px;
  }
  .advisor-contact-sub p {
    font-size: 15.5px;
  }
  .advisor-contact-col .elementor-widget.advisor-contact-sub {
    margin-bottom: 24px !important;
    padding-bottom: 22px;
  }
  .advisor-contact-col .elementor-widget.advisor-contact-email {
    margin-bottom: 24px !important;
    padding-bottom: 24px;
  }
  .advisor-contact-item .lte-inner {
    gap: 14px !important;
  }
  .advisor-contact-item .lte-inner i {
    flex-basis: 48px !important;
    width: 48px !important;
    height: 48px !important;
    font-size: 18px !important;
  }
  .advisor-contact-item .lte-icon-content::before {
    font-size: 14px;
  }
  .advisor-contact-item .lte-header {
    font-size: 16px !important;
  }
  .advisor-contact-col .advisor-contact-btn .elementor-button {
    min-height: 56px;
    padding: 16px 22px !important;
    font-size: 16px !important;
  }
  .advisor-contact-note p {
    font-size: 14px;
  }
}

/* Tablet: up to 1024px */
@media (max-width: 1024px) {
  .advisor-contact-col > .elementor-widget-wrap {
    padding: 26px 22px 28px !important;
  }
  .advisor-contact-title .elementor-heading-title {
    font-size: 26px;
  }
  .advisor-contact-item .lte-header {
    font-size: 15.5px !important;
  }
}

/* Mobile Landscape: up to 991px */
@media (max-width: 991px) {
  .advisor-contact-col > .elementor-widget-wrap {
    padding: 24px 20px 26px !important;
  }
  .advisor-contact-col > .elementor-widget-wrap::after {
    width: 110px;
    height: 96px;
  }
  .advisor-contact-title .elementor-heading-title {
    font-size: 24px;
  }
  .advisor-contact-sub p {
    font-size: 15px;
  }
  .advisor-contact-col .elementor-widget.advisor-contact-sub {
    margin-bottom: 20px !important;
    padding-bottom: 20px;
  }
  .advisor-contact-col .elementor-widget.advisor-contact-item {
    margin-bottom: 18px !important;
  }
  .advisor-contact-col .elementor-widget.advisor-contact-email {
    margin-bottom: 20px !important;
    padding-bottom: 20px;
  }
  .advisor-contact-item .lte-inner {
    gap: 12px !important;
  }
  .advisor-contact-item .lte-inner i {
    flex-basis: 44px !important;
    width: 44px !important;
    height: 44px !important;
    font-size: 17px !important;
  }
  .advisor-contact-item .lte-icon-content::before {
    font-size: 13.5px;
  }
  .advisor-contact-item .lte-header {
    font-size: 15px !important;
  }
  .advisor-contact-col .advisor-contact-btn .elementor-button {
    min-height: 52px;
    padding: 15px 20px !important;
    font-size: 15px !important;
  }
  .advisor-contact-btn .elementor-button-text::after {
    margin-left: 10px;
    font-size: 18px;
  }
  .advisor-contact-note p {
    font-size: 13.5px;
  }
}

/* Mobile Portrait: up to 767px (columns stacked) */
@media (max-width: 767px) {
  .advisor-contact-col {
    margin-top: 36px;
  }
  .advisor-contact-col > .elementor-widget-wrap {
    padding: 30px 24px 32px !important;
  }
  .advisor-contact-col > .elementor-widget-wrap::after {
    width: 140px;
    height: 122px;
  }
  .advisor-contact-title .elementor-heading-title {
    font-size: 26px;
  }
  .advisor-contact-sub p {
    font-size: 16px;
  }
  .advisor-contact-item .lte-inner {
    gap: 14px !important;
  }
  .advisor-contact-item .lte-inner i {
    flex-basis: 50px !important;
    width: 50px !important;
    height: 50px !important;
    font-size: 19px !important;
  }
  .advisor-contact-item .lte-icon-content::before {
    font-size: 14.5px;
  }
  .advisor-contact-item .lte-header {
    font-size: 17px !important;
  }
  .advisor-contact-col .advisor-contact-btn .elementor-button {
    min-height: 54px;
    font-size: 16px !important;
  }
  .advisor-contact-note p {
    max-width: none;
    font-size: 14.5px;
  }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-8d44bc3 *//* ===== Advisor Profile: CTA Band ===== */

/* Section */
.advisor-cta-band {
  background: #f7efe9 !important;
  overflow: hidden;
}
.advisor-cta-band > .elementor-container {
  min-height: 300px;
  align-items: stretch;
}

/* Left content column */
.advisor-cta-content {
  position: relative;
  z-index: 2;
}
.advisor-cta-content > .elementor-widget-wrap {
  align-content: center !important;
  padding: 20px 40px 20px 80px !important;
}
.advisor-cta-content .elementor-widget {
  margin-bottom: 0 !important;
}

/* Heading */
.advisor-cta-title .elementor-heading-title {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif; /* swap for your heading font */
  font-size: 44px;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.5px;
  text-transform: none;
  color: #1c1c1c;
}

/* Red accent line under heading */
.advisor-cta-title .elementor-widget-container::after {
  content: "";
  display: block;
  width: 70px;
  height: 3px;
  margin: 26px 0 24px;
  background: #b6121b;
}

/* Text */
.advisor-cta-text p {
  margin: 0;
  max-width: 560px;
  font-size: 17px;
  line-height: 1.6;
  color: #555555;
}

/* Right image column */
.advisor-cta-image {
  position: relative;
  min-height: 300px;
  background-size: cover !important;
  background-position: center center !important;
}

/* Fade from cream into the photo */
.advisor-cta-image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(
      to right,
      #f7efe9 0%,
      rgba(247, 239, 233, 0.85) 20%,
      rgba(247, 239, 233, 0.35) 55%,
      rgba(247, 239, 233, 0.15) 100%
    );
}

/* ===== CTA Band: Image Source ===== */
.advisor-cta-image {
  background-image: url("https://staging.rubycaresenior.com/wp-content/uploads/2021/09/help.png") !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

/* Tablet */
@media (max-width: 1024px) {
  .advisor-cta-content > .elementor-widget-wrap {
    padding: 50px 30px 50px 40px !important;
  }
  .advisor-cta-title .elementor-heading-title {
    font-size: 36px;
  }
}

/* Mobile: text on top, photo below with a top fade */
@media (max-width: 767px) {
  .advisor-cta-band > .elementor-container {
    min-height: 0;
  }
  .advisor-cta-content > .elementor-widget-wrap {
    padding: 44px 24px 10px !important;
  }
  .advisor-cta-title .elementor-heading-title {
    font-size: 30px;
  }
  .advisor-cta-text p {
    font-size: 16px;
  }
  .advisor-cta-image {
    min-height: 200px;
  }
  .advisor-cta-image::before {
    background: linear-gradient(
      to bottom,
      #f7efe9 0%,
      rgba(247, 239, 233, 0.4) 45%,
      rgba(247, 239, 233, 0.1) 100%
    );
  }
}/* End custom CSS */