.elementor-144 .elementor-element.elementor-element-c17d8af{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-144 .elementor-element.elementor-element-c17d8af:not(.elementor-motion-effects-element-type-background), .elementor-144 .elementor-element.elementor-element-c17d8af > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://barnstaplebusinessstays.co.uk/wp-content/uploads/2026/01/Luke-2200-x-1200-px.jpg");}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-144 .elementor-element.elementor-element-88d0126{margin:80px 0px calc(var(--kit-widget-spacing, 0px) + 80px) 0px;text-align:start;}.elementor-144 .elementor-element.elementor-element-88d0126 .elementor-heading-title{font-family:"Crimson Text", Sans-serif;font-size:80px;font-weight:600;color:#FFFFFF;}.elementor-144 .elementor-element.elementor-element-bb38864{--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;--padding-top:50px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-144 .elementor-element.elementor-element-aac95c4{text-align:center;}.elementor-144 .elementor-element.elementor-element-5727d7b{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--padding-top:20px;--padding-bottom:20px;--padding-left:0px;--padding-right:0px;}.elementor-144 .elementor-element.elementor-element-7d8fbba.elementor-element{--align-self:center;}.elementor-144 .elementor-element.elementor-element-7d8fbba{text-align:center;}.elementor-144 .elementor-element.elementor-element-7d8fbba .elementor-heading-title{font-family:"Crimson Text", Sans-serif;font-weight:600;color:var( --e-global-color-accent );}.elementor-144 .elementor-element.elementor-element-733c17c{color:var( --e-global-color-secondary );}.elementor-144 .elementor-element.elementor-element-8deb1fd{--display:flex;}.elementor-144 .elementor-element.elementor-element-8deb1fd:not(.elementor-motion-effects-element-type-background), .elementor-144 .elementor-element.elementor-element-8deb1fd > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://barnstaplebusinessstays.co.uk/wp-content/uploads/2026/01/Luke-2200-x-1200-px.jpg");}.elementor-144 .elementor-element.elementor-element-29fdb72{--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-144 .elementor-element.elementor-element-6c4ddde{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-95cad08 */.cta-section {
  max-width: 1000px;
  margin: 60px auto;
  padding: 0 20px;
  font-family: 'Segoe UI', Arial, sans-serif;
}

.cta-title {
  text-align: center;
  font-size: 36px;
  margin-bottom: 50px;
  color: #1f2933;
  font-weight: 600;
}

.cta-container {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

/* Individual boxes */
.cta-box {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-left: 6px solid #fbbf24; /* Brand accent */
  padding: 30px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cta-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.cta-icon {
  font-size: 28px;
  color: #fbbf24;
  margin-bottom: 15px;
}

/* Text styles */
.cta-box h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 22px;
  color: #111827;
}

.cta-box p {
  margin: 0;
  line-height: 1.6;
  color: #374151;
}

.cta-box ul {
  padding-left: 20px;
  margin: 0;
}

.cta-box ul li {
  margin-bottom: 8px;
  color: #374151;
}

/* Highlighted CTA */
.cta-box.highlight {
  background-color: #1f2933;
  border-left-color: #fbbf24;
  color: #ffffff;
}

.cta-box.highlight h3,
.cta-box.highlight p,
.cta-box.highlight ul li {
  color: #ffffff;
}

/* Responsive for smaller screens */
@media (max-width: 768px) {
  .cta-box {
    padding: 20px;
  }

  .cta-icon {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .cta-title {
    font-size: 28px;
  }
}/* End custom CSS */