:root {
    --color1: #FBBA00;
    --color2: #FDB713;
    --subtitle: #5E5E5E;
    --black: #494949;
    --white: #ffffff;
    --border: #D7D7D7;
    --gray: #EDEEF4;
    --bold: "Estedad_Bold";
    --Medium: "Estedad_Medium";
    --main: "Estedad_Regular";
}
@font-face {
    font-family: "Estedad_Bold";
    font-style: normal;
    font-display: swap;
    src: url("../fonts/Estedad-Bold.woff2") format("woff2");
    font-weight: normal;
}
@font-face {
    font-family: "Estedad_Medium";
    font-style: normal;
    font-display: swap;
    src: url("../fonts/Estedad-Medium.woff2") format("woff2");
    font-weight: normal;
}
@font-face {
    font-family: "Estedad_Regular";
    font-style: normal;
    font-display: swap;
    src: url("../fonts/Estedad-Regular.woff2") format("woff2");
    font-weight: normal;
}
/** Request Form **/
.inquiry-overlay,
.request-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999;
}
.close-inquiryform,
.close-requestform {
    position: absolute;
    bottom: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%);
    font-size: 26px;
    cursor: pointer;
    z-index: 99;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: 0.4s;
    &:hover {
        color: var(--danger);
    }
}
#inquiryform .form-row:not(:nth-last-child(1)),
#requestform .form-row:not(:nth-last-child(1)) {
    margin-bottom: 24px;
}
/*.btn-requestform {
    position: fixed;
    bottom: 16px;
    right: clamp(16px, 2vw, 32px);
    background: var(--color3);
    z-index: 9;
    cursor: pointer;
    width: clamp(32px, 4vw, 48px);
    height: clamp(32px, 4vw, 48px);
    border-radius: 8px;
    background-color: var(--color1);
    color: white;
    font-size: clamp(16px, 2vw, 22px);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
    border: 1px solid var(--color1);
    &:hover {
        color: var(--color1);
        background: white;
    }
}*/
.inquiryform-wrapper,
.requestform-wrapper {
    position: fixed;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    background: white;
    width: calc(100% - 40px);
    display: flex;
    flex-direction: row-reverse;
    padding: 24px;
    z-index: 9;
    border-radius: 16px;
    justify-content: space-between;
    max-width: 1220px;
    & .form-group {
        position: relative;
        & i {
            position: absolute;
            top: 20px;
            right: 15px;
            color: #8E939D;
            font-size: 17px;
        }
    }
    & textarea,
    & input {
        display: block;
        width: 100%;
        border: 1px solid #aeaeae;
        -webkit-appearance: textfield;
        transition: 0.4s;
        appearance: none;
        padding-right: 44px;
        &::placeholder {
            color: #A5A8AE;
            font-size: 14px;
        }
    }
    & label {
        color: #AAB1BB;
        padding-left: clamp(12px, 2vw, 16px) !important;
        font-size: clamp(14px, 2vw, 16px);
        margin: 0 0 12px !important;
        &::placeholder {
            color: #A5A8AE;
            font-size: 16px;
        }
    }
    & label.error {
        color: var(--danger) !important;
        font-size: 12px !important;
    }
    & .alert {
        background: green;
        text-align: center;
        margin-top: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        padding: 4px 12px;
        font-size: 10px;
        width: max-content;
    }
    & .inquiryform-title,
    & .requestform-title {
        margin-bottom: 24px;
        padding-bottom: 12px;
        border-bottom: 1px solid #E4E4E4;
        font-size: 16px;
    }
    & .request_img img,
    & .inquiry_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 12px;
    }
}
@media only screen and (min-width: 768px) {
    .requestform-wrapper {
        & .request_img {
            flex: 0 38%;
            display: flex;
        }
        & form#requestform {
            flex: 0 0 60%;
        }
    }
    .inquiryform-wrapper {
        & .inquiry_img {
            flex: 0 38%;
            display: flex;
        }
        & form#inquiryform {
            flex: 0 0 60%;
        }
    }
}
.call-requestform {
    width: 100%;
    background: var(--color3);
    color: var(--color1);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 81px;
    position: relative;
    flex-direction: row-reverse;
    gap: 8px;
    font-size: clamp(16px, 2vw, 20px);
    & i {
        width: clamp(32px, 3vw, 40px);
        height: clamp(32px, 3vw, 40px);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: clamp(20px, 3vw, 28px);
    }
    &:before {
        content: "";
        width: clamp(18px, 3vw, 36px);
        height: clamp(18px, 3vw, 36px);
        background: white;
        position: absolute;
        right: -1px;
        bottom: -1px;
        clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    }
    &:after {
        content: "";
        width: clamp(18px, 3vw, 36px);
        height: clamp(18px, 3vw, 36px);
        background: white;
        position: absolute;
        left: -1px;
        bottom: -1px;
        clip-path: polygon(0 0, 0% 100%, 100% 100%);
    }
}
.title-requestform {
    width: 100%;
    margin-block: clamp(24px, 4vw, 40px);
    text-align: center;
    font-size: clamp(18px, 2vw, 22px);
}
/*
@media only screen and (max-width: 768px) {
    .btn-requestform {
        bottom: 84px;
    }
}*/
