
.editor-label { padding: 10px 0px; display: flex; font-weight: 400; font-size: 1.3em;  color: #fff;}
.editor-field input { min-height: 50px; width: 100%; border: 1px solid #1d185d; border-radius: 6px; padding: 0px 15px; font-size: 1.1em; background-color: #fff;  }
.editor-field input.input-validation-error { border: 2px solid var(--colour-error); }
.editor-field select { min-height: 50px; width: 100%; background-color: #fff; color: #000; border-radius: 6px; padding: 0px 15px; font-size: 1.1em; }

.editor-field input[type="file"] { border: none; padding: 0px; min-height: auto; }
.editor-field input[type="checkbox"] {width: auto;}
.editor-field textarea { text-wrap: auto; min-height: 165px; width: 100%; border: 1px solid #1d185d;  border-radius: 6px; padding: 15px; font-size: 1.1em; background-color: #fff;  }
.cke_source{border-radius: 0px !important; padding: 0px !important; border: none !important;}


.editor-field input.btn { font-size: 1.3em; }



.editor-field.sml select { min-height: 40px; }

.editor-field.sml input { min-height: 40px; }

.editor-field { position: relative; }
.editor-field .forgot { cursor: pointer; color: #000000; position: absolute; top: 0px; right: 0px; width: 50px; height: 50px; display: flex; justify-content: center; align-items: center; }
.editor-field .forgot:hover { color: var(--colour-error); }
.editor-field .field-validation-error { font-weight: 500; padding: 0px; background-color: transparent; display: block; color: var(--colour-error); border: none; box-shadow: none; padding-top: 5px; margin: 0px; }

.editor-field .date { position: relative; max-width: 490px; display: block; }
.editor-field .date i { border-right: 1px solid #061931; padding: 4px 15px; font-size: 1.4rem; color: var(--colour-error); position: absolute; font-weight: 500; left: 0px; top: 50%; transform: translateY(-50%); }
.editor-field .date input { padding-left: 60px; font-size: 1.3rem; height: 55px; cursor: pointer; }
.editor-field .date input::placeholder { color: #061931; }

.editor-field .date:hover i { color: #000000; }

.cms .editor-field input:not([type=submit]) { background-color: #fff; color: #000; }

.img-controls { background-color: #f5f5f5; }
.img-controls .preview-img { border: 1px solid #dbdbdb; padding: 15px; border-radius: 3px; }
.img-controls .preview-img img { margin: 0 auto; }
.img-upload input { display: block; left: 0px; top: 0px; width: 100%; height: 100%; opacity: 0; z-index: 100000; position: absolute; }

.img-upload { height: 150px; border: 2px dashed #dbdbdb; position: relative; border-radius: 3px; margin-bottom: 15px; cursor: pointer; display: block; }
.img-upload:hover { background-color: #f1f1f1; }
.img-upload span { text-align: center; font-size: 1.1em; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: block; color: #999; }
.img-upload span i { display: block; color: #999 !important; }
.img-upload.sml { height: auto; padding: 15px; }
.img-upload.sml .drop-txt { width: 100%; align-items: center; align-content: center; }
.img-upload.sml span { position: static; transform: none; }
.img-upload.sml .drop-txt > span { margin-top: 15px; }

.editor-field.submit { display: flex; justify-content: space-between; gap: 30px; margin-top: 2rem; }
.editor-field.submit input { font-size: 1.1em; cursor: pointer; display: flex; justify-content: center; align-items: center; font-weight: 600; min-height: 49px; padding: .5rem 1.5rem; border-radius: 50px; text-decoration: none; border: 0; width: 100%; gap: 10px; position: relative; background-color: #07B85A; }
.editor-field.submit input.green { background-color: #79b473; }
.editor-field.submit .btn, .editor-field.submit input { max-width: 200px; min-width: 200px; }
.editor-field.submit .toright.btn { background-color: #000000; color: #fff; }
.editor-field.submit .clear { display: none; }

.validation-summary-valid ul { margin: 0px; padding-left: 15px; }

.validation-summary-errors { background-color: #fce9e9; border-bottom: 2px solid var(--colour-error); box-shadow: 0 3px 6px #00000029; width: fit-content; padding: 15px 15px; font-weight: 700; font-size: 1.2em; margin-bottom: 15px; }
.validation-summary-errors ul { padding: 0px; margin: 0px; list-style: none; color: var(--colour-error); }

.field-validation-error, .KO, .ko { display: block; background-color: #fce9e9; border-bottom: 2px solid var(--colour-error); box-shadow: 0 3px 6px #00000029; width: fit-content; padding: 15px 15px; font-weight: 700; font-size: 1.2em; margin-bottom: 15px; font-family: "new-hero"; }
.OK, .ok { display: block; color: #fff; background-color: #28b714; width: fit-content; padding: 15px 15px; font-weight: 700; font-size: 1.3em; margin-bottom: 15px; }
.toast { transition: none; }
.toast .ok, .toast .OK, toast .ko, .toast .KO { border-radius: 10px; gap: 15px; align-items: center; border: 1px solid #000000; color: #061931; background-color: #fff; position: fixed; bottom: 2rem; right: 2rem; display: flex; z-index: 99; }
.toast i { max-width: 30px; }
.toast .ok .ico, .toast .OK .ico { background-color: #28b714; width: 30px; height: 30px; position: relative; display: flex; justify-content: center; align-items: center; aspect-ratio: 1; padding: 10px; border-radius: 100%; }
.toast .ok .ico i, .toast .OK .ico i { display: block; }
.toast .ko .ico, .toast .KO .ico { background-color: var(--colour-error); width: 30px; height: 30px; position: relative; display: flex; justify-content: center; align-items: center; aspect-ratio: 1; padding: 10px; border-radius: 100%; }
.toast .ko .ico i, .toast .KO .ico i { display: block; width: 100%; aspect-ratio: 1; }
.toast .ko .ico.info, .toast .KO .ico.info { background-color: #000000; }

.field-validation-error ul { padding-left: 5px; }


#applicationform input:not([type=submit]),
#applicationform select { background-color: #fff; border: 1px solid #fff; height: 66px; color: #000; }

#applicationform input[type=date] { font-family: Arial; }
#applicationform input[type=radio],
#applicationform input[type=checkbox] { width: 45px; height: 45px; border-radius: 7px; min-height: unset; }

#applicationform input[type=checkbox] { flex-shrink: 0; }
#applicationform input[type=checkbox] + label { font-size: var(--font-22); }

#applicationform input[type=radio] + span { font-size: var(--font-24); }

.contact-form {background-color: #1d185d; border-radius: 10px; max-width: 1320px; margin: 0 auto; border: 1px solid #1d185d; overflow: hidden; }

.contact-form .top{padding: 100px 130px;}
.contact-form .btm{padding: 30px 130px 60px; background-color: #fff;}

.radio-opt {font-size: 1.3rem; color: #1d185d; margin-bottom: 15px; display: flex; align-items: center; gap: 10px; cursor: pointer;}
.radio-opt input {margin: 0px;}
.check-opt {font-size: 1.3rem; color: #1d185d; margin-bottom: 15px; display: flex; align-items: center; gap: 10px; cursor: pointer;}
.check-opt input {margin: 0px;}

.bookcallform { background: #FFF; background: linear-gradient(90deg, rgba(255, 255, 255, 1) 50%, rgba(29, 24, 93, 1) 50%); position: fixed; bottom: 0px; left: 0px; z-index: 99; width: 100%;} 
.bookcallform .slide-inner {height: 100vh; overflow: auto; }
.bookcallform .left {padding-right: 30px; display: flex; align-items: center; padding-top: 30px; padding-bottom: 30px; min-height: 100vh;}
.bookcallform .left > div {width: 100%;}
.bookcallform .right {padding-left: 80px; padding-bottom: 30px; display: flex; align-items: center; padding-top: 30px; padding-bottom: 30px; min-height: 100vh; position: relative;}
.bookcallform .right .call-close {position: absolute; right: 0px; top: 80px; color: #fff; font-size: 1.6rem; text-decoration: underline; display: flex; align-items:center; gap: 15px; cursor: pointer;}
.bookcallform .right .call-close .close-x {position: relative; width: 25px; height: 25px; transform: rotate(45deg);}
.bookcallform .right .call-close .close-x:before {content: ""; width: 3px; height: 100%; background-color: #fff; display: flex; border-radius: 3px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.bookcallform .right .call-close .close-x:after {content: ""; width: 100%; height: 3px; background-color: #fff; display: flex; border-radius: 3px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.bookcallform .right .call-close:hover {text-decoration: none;}
.datepicker .table-condensed{width: 100%;}
.datepicker {border-bottom: 1px solid #1d185d; padding-bottom: 10px;}
.datepicker .day {}
.datepicker .day.disabled, .datepicker .day.new {opacity: 0.6; background-color: transparent !important; }
.datepicker table {display: flex; flex-direction: column; gap: 10px;}
.datepicker table tbody, .datepicker table thead{display: flex; width:100%; flex-direction:column; gap: 10px;}
.datepicker table thead tr {padding-top: 10px;}
.datepicker table tr {display: flex; gap: 10px;}
.datepicker table tr td {flex: 1;  text-align: center; color: #100C3E; font-weight: 700; aspect-ratio: 1; display: flex; align-items: center; justify-content: center;}
.datepicker .day {border-radius: 15px; font-size: 1.3rem; cursor: pointer;}
.datepicker .day.active {color: #fff; background-color: #1d185d !important;}
.datepicker .dow {font-size: 1.3rem;}
.datepicker .day:hover {background-color: #e3e3eb;}
.datepicker table tr:last-child th {flex: 1; text-align: center; font-weight: 400; color: #100C3E; position:relative;  aspect-ratio: 1; display: flex; align-items: center; justify-content: center;}
.datepicker table tr th.prev {width: 25px; height: 25px; position: relative; color: transparent; transform: scaleY(.8);}
.datepicker table tr th.prev:before {content: ""; width: 50%; height: 50%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) rotate(-45deg); border-left: 2px solid #1d185d; border-top: 2px solid #1d185d;}
.datepicker table tr th.next {width: 25px; height: 25px; position: relative; color: transparent; transform: scaleY(.8);}
.datepicker table tr th.next:before {content: ""; width: 50%; height: 50%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) rotate(-45deg); border-right: 2px solid #1d185d; border-bottom: 2px solid #1d185d;}
.datepicker .datepicker-switch {display: flex; align-items: center; color: #100c3e; font-size: 1.3rem; margin: 0px 15px;}

.selected-date {color: #fff; display: flex; gap: 11px;}
.selected-date > div {border-bottom: 2px solid #fff; min-height: 35px;  font-size: 1.3rem; font-weight: 600; line-height: 1; display: flex; align-items: center;}
.selected-date .day {padding: 0px 8px;}
.selected-date .month {padding: 0px 8px;}
.selected-date .year {padding: 0px 8px;}


@media screen and (max-width: 1229px) {
    .editor-field.submit .btn { max-width: 200px; min-width: auto; }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
.bookcallform .left {padding-right: 0px; padding-top: 10vh;}
.bookcallform .right {padding-left: 30px; min-height: calc(100vh - 70px); padding-top: 10vh;}

}
@media screen and (max-width: 767px) {
.bookcallform {background-color: #1d185d; background:#1d185d; height: calc(100vh - 70px); overflow: auto;}
.bookcallform .left {padding-top: 15px; min-height: 10px; background-color: #1d185d; padding-right: 0px;}
.bookcallform .left h2 {color: #fff;}
.bookcallform .datepicker { background-color: #fff; padding: 15px; border-radius: 10px;}
.bookcallform .datepicker table thead tr:first-child{display: none;}

.bookcallform .right {padding: 0px; min-height: 10px; padding-bottom: 30px;}
.bookcallform .white-bg {background-color: #1d185d;}
.bookcallform .radio-opt{color: #fff;}

.bookcallform .selections {display: none;}
.bookcallform .mt-60 {margin-top: 0px;}
.bookcallform .submit-load {padding-top: 30px; display: flex; justify-content: end;}

.bookcallform .right .call-close {display: none;}

.contact-form .top{padding: 30px ;}
.contact-form .btm{padding: 30px ; background-color: #fff;}
.contact-form .maw-230 {max-width: 100% !important;}
.contact-form .btm .section {gap: 0px;}
}

/* ========================================
   GET A QUOTE PAGE - NEW DESIGN
   ======================================== */

/* Hero Section */
.quote-hero { position: relative; width: 100%; min-height: 566px; background: var(--surface-secondary-default); display: flex; align-items: flex-start; overflow: hidden; }
.quote-hero::before { content: ''; position: absolute; top: -80px; right: -120px; width: 900px; height: 900px; background-image: url('../images/icons/decorative-curves.svg'); background-repeat: no-repeat; background-position: top right; background-size: 900px 900px; opacity: 1; pointer-events: none; z-index: 1; }
.page-get-quote .quote-hero::before { left: 65%; top: -331px; right: auto; width: 1660px; height: 2706px; background-position: left top; background-size: 75%; }
.quote-hero .container { position: relative; z-index: 2; }
.quote-hero-content { display: flex; flex-direction: column; gap: 16px; max-width: 706px; padding: 216px 0 0; }
.quote-hero-breadcrumb { font: var(--paragraph-body); letter-spacing: 0.50px; color: var(--text-on-colour-heading); margin: 0; }
.quote-hero-heading { font: var(--heading-h1-bold); letter-spacing: -0.5px; color: var(--text-on-colour-heading); margin: 0; }
.quote-hero-description { font: var(--paragraph-p2); letter-spacing: 0.50px; color: var(--text-on-colour-heading); margin: 0; }
.quote-hero-description--light { font: var(--paragraph-p2-light); letter-spacing: 0.50px; }

/* Contact Section (Gray) */
.quote-contact-section { background: var(--surface-page-neutral); padding: 71px 0; position: relative; }
.quote-contact-section .container { max-width: 1394px; padding-left: 0; padding-right: 0; }
.quote-contact-grid { display: grid; grid-template-columns: 685px 546px; gap: 161px; align-items: center; }
.quote-map { border-radius: 0; overflow: hidden; background: #f3f3f3; }
.quote-map iframe { width: 100%; height: 507px; display: block; border: none; }
.quote-contact-info { display: flex; flex-direction: column; gap: 32px; padding-top: 0; }
.quote-contact-header { display: flex; flex-direction: column; gap: 24px; }
.quote-contact-heading { font: var(--heading-h3-bold); letter-spacing: var(--heading-h3-bold-letter-spacing); color: var(--text-secondary-heading); margin: 0; }
.quote-contact-intro { font: var(--paragraph-p2-light); letter-spacing: var(--paragraph-p2-light-letter-spacing); color: var(--text-secondary-heading); margin: 0; max-width: 536px; }
.quote-contact-list { display: flex; flex-direction: column; gap: 16px; }
.quote-contact-item { display: flex; align-items: flex-start; gap: 16px; }
.quote-contact-icon { width: 30px; height: 30px; flex-shrink: 0; }
.quote-contact-icon--phone { width: 30px; height: 30px; }
.quote-contact-icon--email { width: 30px; height: 30px; }
.quote-contact-item p { font: var(--paragraph-p2-light); letter-spacing: var(--paragraph-p2-light-letter-spacing); color: var(--text-secondary-heading); margin: 0; }
.quote-contact-links { display: flex; flex-direction: column; gap: 20px; }
.quote-contact-link-item { display: flex; align-items: center; gap: 12px; }
.quote-contact-link { font: var(--paragraph-p2); letter-spacing: var(--paragraph-p2-letter-spacing); color: var(--text-link-default); text-decoration: underline; text-underline-offset: 2px; }
.quote-contact-link:hover { opacity: 0.8; }

/* Form Section (White) */
.quote-form-section { background: var(--surface-page-default); padding: 80px 0 120px; }
.quote-form-container { max-width: 1114px; margin: 0 auto; }
.quote-form-heading { font: var(--heading-h3-bold); letter-spacing: 0.50px; color: var(--text-secondary-heading); margin: 0 0 32px; }
.quote-form { display: flex; flex-direction: column; gap: 32px; }
.quote-form-grid { margin: 0 -32px; row-gap: 32px; }
.quote-form-grid > div { padding: 0 32px; }
.quote-field { display: flex; flex-direction: column; gap: 8px; min-width: 0; }
.quote-field--full { width: 100%; }
.quote-label { font-family: var(--font-family-base); font-size: 20px; font-weight: 600; line-height: 32px; letter-spacing: 0.50px; color: var(--text-secondary-heading); }
.page-get-quote .quote-label { font-family: var(--font-family-base); font-weight: 600; }
.quote-input, .quote-select, .quote-textarea { width: 100%; border: 1px solid #b0aeae; border-radius: 2px; padding: 12px; font: var(--paragraph-body); letter-spacing: -0.30px; color: var(--text-secondary-heading); background: var(--surface-page-neutral); transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease; box-sizing: border-box; }
.quote-input, .quote-select { height: 64px; }
.quote-select { appearance: none; background-image: url('../images/icons/chevron-down-form.svg'); background-repeat: no-repeat; background-position: right 16px center; background-size: 11px 6px; padding-right: 48px; cursor: pointer; }
.quote-textarea { resize: vertical; min-height: 253px; }
.quote-input:focus, .quote-select:focus, .quote-textarea:focus { outline: none; border-color: var(--surface-secondary-default); background: #ffffff; box-shadow: 0 0 0 1px var(--surface-secondary-default); }
.quote-input.input-validation-error, .quote-select.input-validation-error, .quote-textarea.input-validation-error { border: 2px solid var(--colour-error); }
.quote-error { display: block; margin-top: 4px; font-family: var(--font-family-base); font-size: 14px; line-height: 18px; color: var(--colour-error); }
.quote-form-errors { list-style: none; margin: 0 0 16px; padding: 16px 20px; background: #fff1f1; border: 1px solid #f1bcbc; border-radius: var(--border-radius-sm); color: var(--colour-error); font: var(--paragraph-body); letter-spacing: var(--paragraph-body-letter-spacing); }
.quote-form-errors ul { margin: 0; padding-left: 18px; }
.quote-form-success { margin-bottom: 24px; padding: 16px 20px; border-radius: var(--border-radius-sm); background: #eef7ef; border: 1px solid #c7e8cf; color: #1e6a2c; font: var(--paragraph-body); letter-spacing: var(--paragraph-body-letter-spacing); }
.quote-submit { align-self: flex-start; cursor: pointer; background: var(--surface-default-default); border: 2px solid var(--border-default-default); color: var(--text-on-colour-heading); padding: 18px 24px; border-radius: var(--border-radius-sm); gap: 22px; transition: background 0.35s ease-in-out, border-color 0.35s ease-in-out, color 0.35s ease-in-out; overflow: hidden; }
.quote-submit .quote-submit-text { transition: color 0.35s ease-in-out; }
.quote-submit.btn:hover { background: transparent; color: var(--text-default-heading); border-color: var(--border-default-default); }
.quote-submit.btn:hover .quote-submit-text { color: var(--text-default-heading); }
.quote-submit.btn:hover .btn-icon { filter: brightness(0) saturate(100%) invert(16%) sepia(88%) saturate(4511%) hue-rotate(350deg) brightness(86%) contrast(94%); }
.quote-submit { position: relative; }
.quote-submit .loader {
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: none;
    box-sizing: border-box;
    animation: quote-submit-rotation 1s linear infinite;
}

.quote-submit.is-loading {
    pointer-events: none;
}
.quote-submit.is-loading .quote-submit-text,
.quote-submit.is-loading .btn-icon {
    opacity: 0;
}
.quote-submit.is-loading .loader {
    display: inline-block;
    position: absolute;
    inset: 0;
    margin: auto;
}
@keyframes quote-submit-rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Responsive - Tablet */
@media (max-width: 1200px) {
    .quote-contact-section .container { max-width: 100%; padding-left: 1rem; padding-right: 1rem; }
    .quote-contact-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 60px; }
    .quote-form-grid { margin: 0 -20px; row-gap: 24px; }
    .quote-form-grid > div { padding: 0 20px; }
}

@media (max-width: 991px) {
    .quote-hero { min-height: 480px; align-items: center; }
    .quote-hero::before { top: -60px; right: -120px; width: 760px; height: 760px; background-size: 760px 760px; opacity: 0.8; }
    .quote-hero-content { padding: 0; }
    .quote-hero-heading { font-size: 38px; line-height: 48px; }
    .quote-contact-section { padding: 60px 0; }
    .quote-contact-grid { grid-template-columns: 1fr; gap: 48px; }
    .quote-map iframe { height: 400px; }
    .quote-contact-info { padding-top: 0; }
    .quote-form-section { padding: 60px 0 80px; }
    .quote-form-grid { margin: 0 -16px; row-gap: 24px; }
    .quote-form-grid > div { padding: 0 16px; }
}

/* Responsive - Mobile */
@media (max-width: 767px) {
    .quote-hero { min-height: 350px; }
    .quote-hero::before { top: -40px; right: -140px; width: 620px; height: 620px; background-size: 620px 620px; opacity: 0.6; }
    .quote-hero-content { padding: 0; gap: 12px; }
    .quote-hero-heading { font-size: 32px; line-height: 40px; }
    .quote-hero-description { font-size: 16px; line-height: 28px; }
    .quote-contact-section { padding: 32px 0; }
    .quote-contact-grid { gap: 28px; }
    .quote-map { order: 2; }
    .quote-contact-info { order: 1; }
    .quote-map iframe { height: 220px; }
    .quote-contact-heading { font-size: 24px; line-height: 32px; }
    .quote-contact-info { gap: 20px; }
    .quote-contact-header { gap: 12px; }
    .quote-contact-links { gap: 14px; }
    .quote-form-section { padding: 40px 0 36px; }
    .quote-form-heading { font-size: 24px; line-height: 32px; margin-bottom: 24px; }
    .quote-form { gap: 24px; }
    .quote-form-grid { margin: 0 -16px; row-gap: 18px; }
    .quote-form-grid > div { padding: 0 16px; }
    .quote-field { gap: 6px; }
    .quote-label { font-size: 18px; line-height: 28px; letter-spacing: 0.3px; }
    .quote-input, .quote-select { height: 48px; padding: 10px 12px; }
    .quote-select { background-position: right 14px center; padding-right: 42px; }
    .quote-textarea { min-height: 140px; padding: 12px; }
    .quote-error { font-size: 13px; line-height: 17px; }
    .quote-submit { width: 100%; justify-content: center; min-height: 50px; padding: 14px 24px; gap: 18px; font-size: 15px; line-height: 24px; }
}

@media (max-width: 480px) {
    .quote-hero { min-height: 320px; }
    .quote-hero-content { padding: 0; }
    .quote-hero-heading { font-size: 28px; line-height: 36px; }
    .quote-hero-breadcrumb { font-size: 15px; line-height: 22px; font-weight: 500; opacity: 0.95; }
    .quote-contact-section { padding: 24px 0; }
    .quote-map iframe { height: 200px; }
    .quote-form-section { padding: 32px 0 28px; }
}










/* Thank-you page viewport fill so footer sits at viewport bottom on short pages */
body.get-quote-thank-you-page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
body.get-quote-thank-you-page > #content {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
}
body.get-quote-thank-you-page > #content > main {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
}
body.get-quote-thank-you-page .page-get-quote {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
}

body.get-quote-thank-you-page .quote-hero {
    flex: 1 0 auto;
}

body.get-quote-thank-you-page .page-get-quote .quote-hero::before {
    top: auto;
    bottom: 0;
    background-position: left bottom;
}
