@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@font-face {
    font-family: "Neue-Montreal";
    src: url("/website/assets/font/NeueMontreal-Regular.otf");
}
:root {
    --primary_color: #006b4f !important;
    --secondary_color: #ee2d43 !important;
    --border_color: #ccc9c9 !important;
    --white_color: #ffffff !important;
    --text_color: #333 !important;
    --red_color: #ce2e28 !important;
    --green_color: #00312d !important;
    --lightGreen_color: #94d227;
    --yellow_color: #daac50;
    --primary_font: "Poppins" !important;
    --secondary_font: "Inter" !important;
    --tarnary_font: "Neue-Montreal" !important;
}

.cvenquiry {
    position: absolute;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    z-index: 1000000 !important;
    background-color: #eeeeeea6;
}

#cvenquiryModal {
    display: none;
}

.cvenquiry-modal-content {
    width: 50% !important;
    max-height: 90vh !important;
    overflow-x: auto;
    background-color: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}
.cvenquiry-modal-content::-webkit-scrollbar {
    display: block;
}
.cvenquiry-modal-body {
    display: flex;
    justify-content: space-between;
}

.cvenquiry-form-left-contaner {
    background-image: url("/website/assets/images/form-bg/cv.webp");
    width: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    justify-content: center;
}

.cvenquiry-modal-section {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cvenquiry-clg-box {
    background-color: #ffffff;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
}

.cvenquiry-form-left-text-item-box {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding: 1rem 2rem;
}

/* ------------------------------ */
.input-group-text i {
    font-size: 20px;
    color: #595959;
}
.cvcls-btn {
    position: absolute;
    right: 1rem;
    top: 1rem;
    cursor: pointer;
}

.cvcls-btn i {
    font-size: 28px;
    color: #666666;
    cursor: pointer;
    transition: 0.2s;
}
.cvcls-btn:hover {
    transform: scale(1.1);
    transition: 0.2s;
}
.modal-devider {
    display: none;
}
/* =============================== */
.cvenquiry-right-box {
    width: 50%;
    padding: 1rem;
}
.cvenquiry-right-title {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    color: #303030;
}
.cvenquiry-right-para {
    margin: 0;
    font-size: 16px;
    color: #595959;
}
.cvpara {
    margin: 8px 0;
    font-size: 14px;
    font-weight: 400;
    color: var(--text_color);
}
.cvenquiry-right-box .form-group .input-group{
    border: 1px solid var(--border_color);
    display:flex;
    align-items:center;
    gap: 4px;
    padding: 13px 10px;
    border-radius: 5px;
}
.cvenquiry-right-box .form-group .form-control {
    border: none;
    font-size: 16px;
    font-weight: 400;
    color: var(--text_color);
}
.cvenquiry-right-box .form-group .form-control:focus {
    outline: none;
    box-shadow: none;
}
.cvenquiry-right-box .form-group .input-group{
    font-size: 24px;
    font-weight: 600;
}
.cvenquirybtn {
    width: 100%;
    height: 50px;
    font-size: 16px;
    font-weight: 600;
    color: var(--green_color);
    background-color: var(--lightGreen_color);
    border-radius: 30px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}
.cvenquirybtn i {
    font-weight: 600;
    font-size: 20px;
}


@media screen and (max-width: 1660px) {
    .cvenquiry-modal-content {
        width: 65% !important;
    }
    .cvenquiry-form-left-contaner {
        background-size: 100% 100% !important;
    }
}

@media screen and (max-width: 1440px) {
    .cvenquiry-modal-content {
        width: 70% !important;
    }
}

@media screen and (max-width: 1280px) {
    .cvenquiry-modal-content {
        width: 75% !important;
    }
}

@media screen and (max-width: 1080px) {
    .cvenquiry-modal-content {
        width: 80% !important;
    }
}

@media screen and (max-width: 990px) {
    /*======== Enquiry Form ==============*/
    .cvenquiry-modal-content {
        width: 90% !important;
    }
}

@media screen and (max-width: 768px) {
    .cvenquiry-form-left-contaner {
        display: none !important;
    }
    .cvenquiry-right-box {
        width: 100%;
    }
}



  
.success {
    background-color: #226f34;
    color: #ffffff;
    border-radius: 10px;
    padding: 10px;
}

.error1 {
    background-color: #CE2E28;
    color: #ffffff;
    border-radius: 10px;
    padding: 10px;
}