﻿
.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 #e10a0a; }
.editor-field select { min-height: 50px; width: 100%;     background-color: var(--white);
    color: #000; border-radius: 6px; padding: 0px 15px; font-size: 1.1em; background-color: #fff;}

.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: #e10a0a; }
.editor-field .field-validation-error { font-weight: 500; padding: 0px; background-color: transparent; display: block; color: #e10a0a; 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: #e10a0a; 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: var(--white); 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: var(--white); }
.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 #e10a0a; 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: #e10a0a; }

.field-validation-error, .KO, .ko { display: block; background-color: #fce9e9; border-bottom: 2px solid #e10a0a; box-shadow: 0 3px 6px #00000029; width: fit-content; padding: 15px 15px; font-weight: 700; font-size: 1.2em; margin-bottom: 15px; }
.OK, .ok { display: block; color: var(--white); 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: var(--white); 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: #e10a0a; 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: var(--white); border: 1px solid var(--white); height: 66px; color: var(--black); }

#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;}

/* -----------------------------------------------
   Contact Enquiry Form
   ----------------------------------------------- */
.enquiry-form__heading {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2.375rem;
}

.enquiry-form__rule {
    display: block;
    width: 10rem;
    height: 0.25rem;
    background-color: var(--color-black);
}

.enquiry-form__title {
    margin: 0;
    font-family: var(--font-heading);
    font-size: clamp(2rem, 3vw, 2.75rem);
    font-weight: 500;
    line-height: 1.4091;
    letter-spacing: -0.03em;
    color: var(--color-black);
}

.enquiry-form__row {
    margin-bottom: 0;
}

.enquiry-form__field {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.enquiry-form__field--full {
    flex-basis: 100%;
}

.enquiry-form__field-rule {
    display: block;
    width: 2.75rem;
    height: 0.125rem;
    background-color: var(--color-black);
}

.enquiry-form__label {
    display: block;
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.125;
    letter-spacing: -0.03em;
    color: var(--color-black);
    padding: 0;
}

.enquiry-form__input,
.enquiry-form__textarea {
    width: 100%;
    min-height: 3.75rem;
    padding: 0.875rem 1rem;
    font-family: var(--font-body);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--color-black);
    background-color: var(--color-white);
    border: 1px solid var(--color-border-light);
    border-radius: 0;
    outline: none;
    transition: border-color var(--transition-fast);
}

.enquiry-form__input:focus,
.enquiry-form__textarea:focus {
    border-color: var(--color-black);
}

.enquiry-form__input.input-validation-error,
.enquiry-form__textarea.input-validation-error {
    border-color: var(--color-primary);
}

.enquiry-form__textarea {
    min-height: 7.5rem;
    resize: vertical;
}

.enquiry-form__submit {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 3.75rem;
    padding: 1.3125rem 2rem;
    font-family: var(--font-nav);
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 0.922;
    color: var(--color-white);
    background-color: var(--color-primary);
    border: 1px solid rgba(0, 0, 0, 0.22);
    border-radius: 0.375rem;
    cursor: pointer;
    transition: background-color var(--transition-fast), opacity var(--transition-fast);
}

.enquiry-form__submit:hover {
    opacity: 0.88;
}

.enquiry-form__submit-loader {
    width: 1.5rem;
    height: 1.5rem;
    border: 3px solid #fff;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: none;
    position: absolute;
    inset: 0;
    margin: auto;
    box-sizing: border-box;
    animation: enquiry-submit-spin 1s linear infinite;
}

.enquiry-form__submit.is-loading {
    pointer-events: none;
}

.enquiry-form__submit.is-loading .enquiry-form__submit-text {
    opacity: 0;
}

.enquiry-form__submit.is-loading .enquiry-form__submit-loader {
    display: inline-block;
}

@keyframes enquiry-submit-spin {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Contact form validation overrides */
.enquiry-form .field-validation-error {
    display: block;
    font-size: 0.875rem;
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    margin-top: 0.25rem;
}

.enquiry-form .field-validation-error:empty,
.enquiry-form .field-validation-valid:empty,
.enquiry-form .validation-summary:empty,
.enquiry-form .validation-summary-valid:empty {
    display: none;
    padding: 0;
    margin: 0;
}

.enquiry-form .validation-summary {
    margin-bottom: 1.5rem;
}

.enquiry-form__honeypot {
    display: none;
}

.enquiry-form__actions {
    margin-top: 0.125rem;
}


@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;}

    .enquiry-form__row {
        margin-bottom: 0;
    }

    .enquiry-form__heading {
        margin-bottom: 1.5rem;
    }

    .enquiry-form__rule {
        width: 6rem;
    }

    .enquiry-form__label {
        font-size: 1.125rem;
    }

    .enquiry-form__submit {
        margin-top: 0.5rem;
    }
}
