.elementor-71480 .elementor-element.elementor-element-c7796f7{--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:20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.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-71480 .elementor-element.elementor-element-e21afbe .elementor-heading-title{font-family:"Quicksand", Sans-serif;font-size:24px;font-weight:700;}.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-71480 .elementor-element.elementor-element-569c347{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-71480 .elementor-element.elementor-element-561f311b{margin-top:0px;margin-bottom:0px;}.elementor-71480 .elementor-element.elementor-element-14e984ad{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 20px) 0px;}.elementor-71480 .elementor-element.elementor-element-14e984ad .elementor-heading-title{font-family:"Quicksand", Sans-serif;font-size:20px;color:#0077c0;}.elementor-widget-icon-list .elementor-icon-list-item:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-widget-icon-list .elementor-icon-list-icon i{color:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text, .elementor-widget-icon-list .elementor-icon-list-item > a{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-icon-list .elementor-icon-list-text{color:var( --e-global-color-secondary );}.elementor-71480 .elementor-element.elementor-element-59b5bfcb .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(20px/2);}.elementor-71480 .elementor-element.elementor-element-59b5bfcb .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(20px/2);}.elementor-71480 .elementor-element.elementor-element-59b5bfcb .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(20px/2);}.elementor-71480 .elementor-element.elementor-element-59b5bfcb .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-20px/2);}.elementor-71480 .elementor-element.elementor-element-59b5bfcb .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-20px/2);}.elementor-71480 .elementor-element.elementor-element-59b5bfcb .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-71480 .elementor-element.elementor-element-59b5bfcb .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-71480 .elementor-element.elementor-element-59b5bfcb{--e-icon-list-icon-size:30px;--icon-vertical-offset:0px;}.elementor-71480 .elementor-element.elementor-element-59b5bfcb .elementor-icon-list-icon{padding-inline-end:10px;}.elementor-71480 .elementor-element.elementor-element-59b5bfcb .elementor-icon-list-item > .elementor-icon-list-text, .elementor-71480 .elementor-element.elementor-element-59b5bfcb .elementor-icon-list-item > a{font-family:"Cabin", Sans-serif;font-size:14px;font-weight:bold;}.elementor-71480 .elementor-element.elementor-element-59b5bfcb .elementor-icon-list-text{color:#666666;transition:color 0.3s;}.elementor-71480 .elementor-element.elementor-element-a63919f{--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-71480 .elementor-element.elementor-element-3da5275{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}@media(max-width:1024px){.elementor-71480 .elementor-element.elementor-element-14e984ad .elementor-heading-title{font-size:19px;}}@media(max-width:767px){.elementor-71480 .elementor-element.elementor-element-14e984ad .elementor-heading-title{font-size:17px;}}/* Start custom CSS for shortcode, class: .elementor-element-2440bbcb *//* ── LapCabby Quote Form ── */

/* Two-column grid */
.cf7-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

@media (max-width: 640px) {
  .cf7-row {
    grid-template-columns: 1fr;
  }
}

/* Labels */
.wpcf7 label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #1a2e44;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 6px;
}

/* Required asterisk */
.wpcf7 label .req {
  color: #0057a8;
  margin-left: 2px;
}

/* All inputs and selects */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 14px;
  font-size: 14px;
  font-family: inherit;
  color: #1a2e44;
  background: #ffffff;
  border: 1.5px solid #d0d9e3;
  border-radius: 6px;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  appearance: none;
  -webkit-appearance: none;
  margin-top: 6px;
}

/* Custom dropdown arrow */
.wpcf7 select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%230057a8' stroke-width='1.8' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-color: #ffffff;
  padding-right: 36px;
}

/* Focus state */
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 select:focus {
  border-color: #0057a8;
  box-shadow: 0 0 0 3px rgba(0, 87, 168, 0.12);
}

/* Placeholder */
.wpcf7 input::placeholder {
  color: #a0adb8;
  font-weight: 400;
}

/* Submit button */
.wpcf7 input[type="submit"] {
  display: inline-block;
  margin-top: 8px;
  padding: 12px 36px;
  font-size: 14px;
  font-weight: 700;
  font-family: inherit;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #ffffff;
  background: #0057a8;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s;
  width: auto;
}

.wpcf7 input[type="submit"]:hover {
  background: #003f7d;
}

/* Validation errors */
.wpcf7 .wpcf7-not-valid-tip {
  font-size: 12px;
  color: #d0021b;
  margin-top: 4px;
  font-weight: 400;
  text-transform: none;
}

.wpcf7 input.wpcf7-not-valid,
.wpcf7 select.wpcf7-not-valid {
  border-color: #d0021b;
}

/* Response messages */
.wpcf7 .wpcf7-response-output {
  margin-top: 16px;
  padding: 12px 16px;
  border-radius: 6px;
  font-size: 13px;
  border: none;
}

.wpcf7 .wpcf7-mail-sent-ok {
  background: #e6f4ea;
  color: #1e6e35;
}

.wpcf7 .wpcf7-mail-sent-ng,
.wpcf7 .wpcf7-validation-errors {
  background: #fdecea;
  color: #a8000f;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Quicksand';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://staging.lapcabby.cc/wp-content/uploads/2026/06/quicksand-v37-latin-600.woff2') format('woff2');
}
@font-face {
	font-family: 'Quicksand';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://staging.lapcabby.cc/wp-content/uploads/2026/06/quicksand-v37-latin-700.woff2') format('woff2');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Cabin';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://staging.lapcabby.cc/wp-content/uploads/2026/06/cabin-v35-latin-regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Cabin';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://staging.lapcabby.cc/wp-content/uploads/2026/06/cabin-v35-latin-500.woff2') format('woff2');
}
/* End Custom Fonts CSS */