.elementor-2680 .elementor-element.elementor-element-96985b5{--display:flex;--min-height:104px;--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;--padding-top:107px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}.elementor-2680 .elementor-element.elementor-element-96985b5 .pxl-divider-border-line .pxl-item-line-width{width:0%;}.elementor-2680 .elementor-element.elementor-element-96985b5 .pxl-divider-border-line .pxl-item-line-height{height:0%;}.elementor-2680 .elementor-element.elementor-element-f27ea93{--display:flex;--min-height:104px;--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;overflow:visible;}.elementor-2680 .elementor-element.elementor-element-f27ea93 .pxl-divider-border-line .pxl-item-line-width{width:0%;}.elementor-2680 .elementor-element.elementor-element-f27ea93 .pxl-divider-border-line .pxl-item-line-height{height:0%;}.elementor-2680 .elementor-element.elementor-element-58621a3{--display:flex;--min-height:104px;--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;overflow:visible;}.elementor-2680 .elementor-element.elementor-element-58621a3 .pxl-divider-border-line .pxl-item-line-width{width:0%;}.elementor-2680 .elementor-element.elementor-element-58621a3 .pxl-divider-border-line .pxl-item-line-height{height:0%;}.elementor-2680 .elementor-element.elementor-element-7641c91{--display:flex;--min-height:134px;--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;overflow:visible;}.elementor-2680 .elementor-element.elementor-element-7641c91 .pxl-divider-border-line .pxl-item-line-width{width:0%;}.elementor-2680 .elementor-element.elementor-element-7641c91 .pxl-divider-border-line .pxl-item-line-height{height:0%;}.elementor-2680 .elementor-element.elementor-element-060ee3f{--display:flex;--min-height:119px;--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;overflow:visible;}.elementor-2680 .elementor-element.elementor-element-060ee3f .pxl-divider-border-line .pxl-item-line-width{width:0%;}.elementor-2680 .elementor-element.elementor-element-060ee3f .pxl-divider-border-line .pxl-item-line-height{height:0%;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}/* Start custom CSS for html, class: .elementor-element-139a753 *//* =========================
   REDLAND BAY HERO
========================= */

.cdc-rb-hero {
  background: #f7f3ee;
  padding: 120px 24px 95px;
  overflow: hidden;
}

.cdc-rb-hero * {
  box-sizing: border-box;
}

.cdc-rb-hero-inner {
  max-width: 1240px;
  margin: 0 auto;
}

.cdc-rb-hero-content {
  max-width: 860px;
}

.cdc-rb-eyebrow {
  color: #071634;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 22px;
  opacity: 0.78;
}

.cdc-rb-hero h1 {
  color: #071634;
  font-size: clamp(56px, 7vw, 96px);
  line-height: 0.96;
  letter-spacing: -0.055em;
  margin: 0 0 30px;
  font-weight: 700;
  max-width: 950px;
}

.cdc-rb-hero-text {
  color: #465363;
  font-size: 21px;
  line-height: 1.85;
  max-width: 760px;
  margin: 0 0 40px;
  font-weight: 500;
}

.cdc-rb-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.cdc-rb-primary,
.cdc-rb-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 22px 36px;
  border-radius: 18px;
  font-size: 19px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.25s ease;
}

.cdc-rb-primary {
  background: #071634;
  color: #ffffff;
  box-shadow: 0 16px 40px rgba(7,22,52,0.12);
}

.cdc-rb-primary:hover {
  background: #101722;
  color: #e7dccd;
  transform: translateY(-2px);
}

.cdc-rb-secondary {
  background: rgba(255,255,255,0.75);
  color: #071634;
  border: 1px solid rgba(7,22,52,0.12);
}

.cdc-rb-secondary:hover {
  background: #ffffff;
  transform: translateY(-2px);
}

@media (max-width: 900px) {

  .cdc-rb-hero {
    padding: 80px 20px;
  }

  .cdc-rb-hero h1 {
    font-size: 54px;
  }

  .cdc-rb-hero-text {
    font-size: 18px;
  }

  .cdc-rb-actions {
    flex-direction: column;
  }

  .cdc-rb-primary,
  .cdc-rb-secondary {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-33de229 *//* =========================
   REDLAND BAY SERVICES
========================= */

.cdc-rb-services {
  background: #101722;
  padding: 110px 24px;
  overflow: hidden;
}

.cdc-rb-services * {
  box-sizing: border-box;
}

.cdc-rb-services-inner {
  max-width: 1240px;
  margin: 0 auto;
}

.cdc-rb-services-header {
  max-width: 780px;
  margin-bottom: 55px;
}

.cdc-rb-services-eyebrow {
  color: rgba(255,255,255,0.68);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 18px;
}

.cdc-rb-services h2 {
  color: #ffffff;
  font-size: clamp(44px, 5vw, 76px);
  line-height: 0.98;
  letter-spacing: -0.045em;
  margin: 0 0 24px;
  font-weight: 700;
}

.cdc-rb-services-header p {
  color: #d8dde5;
  font-size: 20px;
  line-height: 1.85;
  margin: 0;
  font-weight: 500;
}

.cdc-rb-services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.cdc-rb-service-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 28px;
  padding: 30px;
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.25s ease;
}

.cdc-rb-service-card:hover {
  transform: translateY(-4px);
  background: rgba(255,255,255,0.08);
}

.cdc-rb-service-card h3 {
  color: #ffffff;
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: -0.03em;
  margin: 0 0 16px;
  font-weight: 700;
}

.cdc-rb-service-card p {
  color: #d8dde5;
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  font-weight: 500;
}

@media (max-width: 1100px) {
  .cdc-rb-services-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 700px) {

  .cdc-rb-services {
    padding: 75px 20px;
  }

  .cdc-rb-services h2 {
    font-size: 48px;
  }

  .cdc-rb-services-header p {
    font-size: 18px;
  }

  .cdc-rb-services-grid {
    grid-template-columns: 1fr;
  }

  .cdc-rb-service-card {
    min-height: auto;
    padding: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e65f5fc *//* =========================
   REDLAND BAY WHY CHOOSE
========================= */

.cdc-rb-why {
  background: #f7f3ee;
  padding: 110px 24px;
  overflow: hidden;
}

.cdc-rb-why * {
  box-sizing: border-box;
}

.cdc-rb-why-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
  align-items: center;
}

.cdc-rb-why-eyebrow {
  color: #071634;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 18px;
  opacity: 0.78;
}

.cdc-rb-why h2 {
  color: #071634;
  font-size: clamp(44px, 5vw, 76px);
  line-height: 0.98;
  letter-spacing: -0.045em;
  margin: 0;
  font-weight: 700;
}

.cdc-rb-why-copy p {
  color: #465363;
  font-size: 20px;
  line-height: 1.85;
  margin: 0 0 24px;
  font-weight: 500;
}

.cdc-rb-why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 34px;
}

.cdc-rb-why-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 26px;
  border: 1px solid rgba(7,22,52,0.08);
  box-shadow: 0 16px 40px rgba(7,22,52,0.05);
}

.cdc-rb-why-card strong {
  display: block;
  color: #071634;
  font-size: 19px;
  line-height: 1.35;
  margin-bottom: 8px;
  font-weight: 700;
}

.cdc-rb-why-card span {
  color: #6d7b8b;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 500;
}

@media (max-width: 900px) {
  .cdc-rb-why {
    padding: 75px 20px;
  }

  .cdc-rb-why-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .cdc-rb-why h2 {
    font-size: 48px;
  }

  .cdc-rb-why-copy p {
    font-size: 18px;
  }

  .cdc-rb-why-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4354e2d *//* =========================
   REDLAND BAY FAQ + CTA
========================= */

.cdc-rb-faq {
  background: #101722;
  padding: 110px 24px;
}

.cdc-rb-faq-inner {
  max-width: 1240px;
  margin: 0 auto;
}

.cdc-rb-faq-header {
  max-width: 820px;
  margin-bottom: 55px;
}

.cdc-rb-faq-eyebrow {
  color: rgba(255,255,255,0.65);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 18px;
}

.cdc-rb-faq h2 {
  color: #ffffff;
  font-size: clamp(44px, 5vw, 76px);
  line-height: 0.98;
  letter-spacing: -0.045em;
  margin: 0;
  font-weight: 700;
}

.cdc-rb-faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 70px;
}

.cdc-rb-faq-item {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 26px;
  padding: 30px;
}

.cdc-rb-faq-item h3 {
  color: #ffffff;
  font-size: 23px;
  line-height: 1.2;
  margin: 0 0 14px;
  font-weight: 700;
}

.cdc-rb-faq-item p {
  color: #d8dde5;
  font-size: 17px;
  line-height: 1.75;
  margin: 0;
  font-weight: 500;
}

.cdc-rb-cta {
  background: #f7f3ee;
  border-radius: 34px;
  padding: 55px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
}

.cdc-rb-cta h2 {
  color: #071634;
  font-size: clamp(38px, 4vw, 62px);
  margin: 0 0 18px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.cdc-rb-cta p {
  color: #465363;
  font-size: 20px;
  line-height: 1.8;
  margin: 0;
  font-weight: 500;
}

.cdc-rb-cta-actions {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 300px;
}

.cdc-rb-cta-primary,
.cdc-rb-cta-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 32px;
  border-radius: 18px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.cdc-rb-cta-primary {
  background: #071634;
  color: #ffffff;
}

.cdc-rb-cta-secondary {
  background: #ffffff;
  color: #071634;
  border: 1px solid rgba(7,22,52,0.12);
}

@media (max-width: 900px) {
  .cdc-rb-faq {
    padding: 75px 20px;
  }

  .cdc-rb-faq h2 {
    font-size: 48px;
  }

  .cdc-rb-faq-grid,
  .cdc-rb-cta {
    grid-template-columns: 1fr;
  }

  .cdc-rb-cta {
    padding: 36px 28px;
  }

  .cdc-rb-cta-actions {
    min-width: 100%;
  }
}/* End custom CSS */