
/* Quote form styling to match reference */
.modal-dialog.quote-modal {
    max-width: 978px;
    width: 100%
}

.quote-modal .modal-content {
    border-radius: 20px;
    padding: 28px 30px
}

.quote-modal h3 {
    font-size: 22px;
    margin-bottom: 5px;
    text-align: center
}

.q-label {
       font-weight: 400;
    font-size: 12px;
    margin-bottom: 6px;
    display: block;
    font-family: 'Poppins';
}
.upload-text p {
    margin-bottom: 0;
}
.q-req {
    color: #d94b4b;
    margin-left: 6px
}

.q-input {
    width: 100%;
    padding: 14px 18px;
    border-radius: 28px;
    border: 1px solid #e6efef;
    background: #F4F6F6;
    font-size: 12px;
}
.phone-wrapper #phone {
    font-size: 12px;
}
.phone-wrapper .iti__selected-dial-code {
    font-size: 12px;
}
.q-textarea {
    max-height: 110px;
    width: 100%;
    padding: 14px 18px;
    border-radius: 12px;
    border: 1px solid #e6efef;
    background: #F4F6F6;
}
.input-group span.country {
    border: 1px solid #e6efef;
    background: #F4F6F6;
        padding-right: 3px;
}
.bottom-arrow {
    text-align: center;
    margin: 0 auto;
    padding: 0 6px;
}
.country img {
    padding-right: 9px;
}
.input-group input.form-control.phone-number {
    padding: 14px 18px;
    border-radius: 28px;
    border: 1px solid #e6efef;
    background: #F4F6F6;
}
.upload-area {
    border: 2px dashed #e0e6e6;
    border-radius: 12px;
    padding: 18px;
    text-align: center;
    background: #F4F6F6;
    height: 84px;
}
.text-upload {
    font-size: 12px;
    color: #9D9D9D;
    font-weight: 400;
    font-family: 'Poppins';
}
.upload-text {
    font-size: 13px;
    font-weight: 400;
    font-family: 'Poppins';
    color: #017479;
}
input:focus-visible {
    outline: none !important;
}
.phone-input {
    display: flex;
    align-items: center;
    gap: 10px
}

.flag-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #0f8b80;
    color: #fff
}

.submit-quote {
   font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
   color: #000000;
    border-radius: 30px;
    padding: 7px 26px;
    border: 0;
    width: 100%;
    max-width: 179px;
    background: linear-gradient(90deg, #C5962F 3.99%, #E7C562 59.69%, #F7DD7B 73.62%, #EFD271 101.47%, #E3C05D 115.4%, #DEB853 143.25%);
}
#uploadLabel {
    color: #000000;
}
textarea:focus-visible {
    outline: none !important;
}
/* Responsive fallbacks */
@media (max-width:1024px) {
    .modal-dialog.quote-modal {
        width: 95%;
        max-width: 95%;
        margin: 0 auto;
    }
}
@media (max-width:992px) {
    .modal-body.request-quote-modal {
    padding: 0 5px 15px !important;
}
.modal-content.request-modal-content {
    padding: 0 10px !important;
}
.locations-list {
    padding-top: 0;
}
}
@media (max-width:576px) {
    .modal-dialog.quote-modal {
        width: 95%;
        max-width: 95%;
        margin: 0 auto;
    }
   
}

.upload-area input {
    position: relative;
       top: -70px;
    height: 71px;
    opacity: 0;
    width: 100%;
}
.phone-wrapper .wpcf7-form-control-wrap .form-control {
    min-height: 54px;
    padding-left: 120px !important;
    width: 100%;
    padding: 14px 18px;
    border-radius: 28px;
    border: 1px solid #e6efef;
    background: #F4F6F6;
}
.text-upload p {
    margin-bottom: 0;
}
.top-sec.text-center {
    position: relative;
    top: -70px;
    margin-top: 0;
}
.logo-top {
    padding: 10px 10px;
}
/* .phone-wrapper p {
    margin-top: 30px;
} */
.modal-body.request-quote-modal {
    padding: 0 77px 77px;
}
.modal-content.request-modal-content {
    padding: 0 30px;
    background-color: #FFFFFF;
}
.logo-top img {
    background-color: #ffffff;
    padding: 10px 10px;
    border-radius: 100%;
    vertical-align: middle;
  max-width: 74px;
    width: 100%;
    height: unset !important;
}
.modal-dialog.modal-dialog-centered.quote-modal {
    margin-top: 55px;
}
.copyright-text a {
    color: #000000;
}
/* phone-contry style */
span.country {
    background-color: #F0F0F0;
    border: 1px solid #E5E5E5;
    border-radius: 50px;
    display: flex;
    align-items: center;
    padding-right: 13px;
    padding-left: 13px;
}
.modal-body.request-quote-modal .col-12.text-end {
    position: relative;
}
.modal-body.request-quote-modal .wpcf7-spinner {
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 0;
    position: absolute;
    bottom: 0 !important;
    right: 16px !important;
    transform: translateY(8px);
    z-index: 3;
    opacity: 1;
    top: 0;
}
.modal-body.request-quote-modal input.wpcf7-form-control.wpcf7-submit.has-spinner.submit-quote {
    background: linear-gradient(90deg, #C5962F 3.99%, #E7C562 59.69%, #F7DD7B 73.62%, #EFD271 101.47%, #E3C05D 115.4%, #DEB853 143.25%);
}
