/******************************************************************************
* Header
******************************************************************************/
#enquiry-header {
    background-color: #ffffff;
    color: #454545;
    background-image: url('https://s3.eu-west-1.amazonaws.com/media.markselectrical.co.uk/other/enquiry-form/form-banner-desktop.jpg');
	background-image: url('https://s3.eu-west-1.amazonaws.com/media.markselectrical.co.uk/other/enquiry-form/form-banner-desktop.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

body.webp #enquiry-header {
    background-image: url('https://s3.eu-west-1.amazonaws.com/media.markselectrical.co.uk/other/enquiry-form/form-banner-desktop.webp');
}

#enquiry-header .enquiry-title-wrapper {
    min-height: 180px;
}

#enquiry-header .enquiry-title-wrapper .enquiry-title {
    font-family: 'Centrale Sans Bold', Trebuchet, sans-serif;
    font-size: 2.5rem;
}


#enquiry-header .enquiry-text {
    font-family: 'Centrale Sans Bold', Trebuchet, sans-serif;
    font-size: 1.5rem;
}

#enquiry-header .enquiry-button {
    font-size: 0.875rem;
}

/* @media screen and (max-width: 767px) {
    #enquiry-header {
        background-image: url('https://s3.eu-west-1.amazonaws.com/media.markselectrical.co.uk/other/enquiry-form/form-banner-mobile.jpg');
        height: 610px;
    }

    body.webp #enquiry-header {
        background-image: url('https://s3.eu-west-1.amazonaws.com/media.markselectrical.co.uk/other/enquiry-form/form-banner-mobile.webp');
    }
} */


/******************************************************************************
* Breadcrumbs - Custom Overrides
******************************************************************************/

.breadcrumbs li,
.breadcrumbs li a {
    color: #2D2D2D;
}

.breadcrumbs li.current,
.breadcrumbs li.current a {
    color: #2D2D2D;
}

.breadcrumbs li a:hover,
.breadcrumbs li.current a:hover {
    color: #2D2D2D;
}

/******************************************************************************
* Enquiry Form
******************************************************************************/

/* ::-webkit-input-placeholder {
    font-weight: bold;
    color: red;
} */

/* ::-moz-placeholder {
    font-weight: bold;
    color: red;
} */

/* firefox 19+ */
/* :-ms-input-placeholder {
    font-weight: bold;
    color: red;
} */

/* ie */
/* input:-moz-placeholder {
    font-weight: bold;
    color: red;
} */

/* ::placeholder {
    color: red;
} */

#enquiry-form {
    font-family: 'Centrale Sans Regular', Trebuchet, sans-serif;
    font-size: 1.1rem;
    color: #102a4b;
}

#enquiry-form .form-field {
    margin-bottom: 30px;
}

#enquiry-form-title {
    color: #102a4b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 30px;
}

#enquiry-form .form-control {
    height: 50px;
}

#enquiry-form .form-select {
    height: 50px;
}

#enquiry-form-title h2 {
    font-size: 1.5rem;
}

#enquiry-form-title .newsletter-envelope {
    width: 35px;
    height: 25px;
    margin-right: 5px;
}

#enquiry-form .form-field label .required {
    color: #db0a0a;
    font-style: normal;
}

#enquiry-form .form-field label {
    font-family: 'Centrale Sans Bold', Trebuchet, sans-serif;
    font-style: normal;
}

#enquiry-form .form-text {
    color: #102a4b;
    margin-bottom: 0.5rem !important;
}

#enquiry-form #description {
    height: 210px;
}

#enquiry-form .conditional {
    display: none;
}

#enquiry-form .form-field.conditional.show {
    display: block;
}

#enquiry-form .submit-btn-container.show {
    display: flex;
    justify-content: end;
}

#enquiry-form .submit-btn-container.hidden {
    display: none;
}

#enquiry-form .submit-btn {
    height: 35px;
    width: 160px;
    border-radius: 18px;
    display: block;
    font-family: 'Centrale Sans Bold';
}

.box-title {
    background-color: rgb(0, 153, 255);
    border-radius: 5px 5px 0 0;
}

.split-column {
    display: flex;
    gap: 1rem
}

@media (max-width: 768px) {
	.split-column {
		flex-direction: column;
        gap: none;
	}
}

.split-column-a {
    width: 100%;
}

.split-column-b {
    width: 100%;
}

.form-field {
    margin-bottom: 1rem;
}

#drop-zone {
    height: 210px;
    border-width: 1px;
    margin-bottom: 20px;
    border-style: dashed;
    border-radius: 5px;
    border-color: rgb(16, 42, 75,0.3);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
}

#drop-zone .drop-zone-text {
    font-size: 1rem;
    margin-bottom: 20px;
}

.file-upload-btn {
    font-family: 'Centrale Sans Regular', Trebuchet, sans-serif !important;
    background-color: #ffff;
    color: #0099ff;
    border-radius: 25px;
    font-size: 0.95rem;
    height: 35px;
    min-width: 186px;
    border: 1px solid #0099ff;
    padding-top: inherit;
    padding-bottom: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
}

.file-upload-btn label {
    font-family: inherit;
}

.file-upload-wrapper {
    display: inline-block;
    position: relative;
}

.file-upload-input {
    display: none;
}

.files-section {
    display: none;
}
.file-item {
    display: flex;
    border-width: 1px;
    margin-bottom: 20px;
    border-style: dashed;
    border-color: rgb(16, 42, 75,0.3);
    border-radius: 5px;
    padding: 10px;
}

.file-icon {
    width: 30px;
    margin-right: 10px;
}

.file-details {
    flex: 1;
}

.delete-file-btn {
    cursor: pointer;
}

.hidden {
    display: none;
}

.result-blue-box {
    background-color: rgb(0, 153, 255);
    color: white;
    text-align: center;
    padding: 100px 0;
    margin-bottom: 20px;
    position: relative;
    font-family: 'Centrale Sans Bold', Trebuchet, sans-serif;
    font-size: 1.5rem;
}

.result-blue-box p {
    font-family: 'Centrale Sans', Trebuchet, sans-serif;
    font-size: 1.2rem;
}

#close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    color: white;
}

.result-blue-box img {
    margin-top: 30px;
}

.form-error {
    display: inline-block;
    margin-top: 5px;
    font-size: 1rem;
}