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

.unvenquiry {
    position: absolute;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    z-index: 1000000 !important;
    background-color: #eeeeeea6;
}
.unvenquiry-modal-section {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.unvenquiry-modal-content {
    padding: 20px;
    width: 50% !important;
    max-height: 90vh !important;
    overflow-y: auto;
    background-color: var(--white_color);
    border-radius: 15px;
    position: relative;
}

.unvenquiry-modal-content .modal-body {
    display: flex;
    justify-content: space-between;
}

.enquiry-left-box {
    width: 49%;
    border-radius: 20px;
    background-image: url("/website/assets/images/form-bg/enq.webp");
    background-repeat: no-repeat;
    background-size: 100% 100% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.enquiry-clg-box {
    background-color: var(--white_color);
    width: 100%;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
}
.enquiry-clg-title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    font-family: var(--primary_font);
}
.cls-btn {
    position: absolute;
    right: 1rem;
    top: -0.5rem;
    border: none;
    background: none;
    z-index: 10000 !important;
}

.cls-btn span {
    font-size: 40px;
    color: var(--text_color);
    cursor: pointer;
}

.modal-devider {
    display: none;
}

/* ==========sweeper========== */
.mySwiperq {
    width: 80%;
    border-radius: 10px;
    margin: 2rem 0;
}

.mySwiperq .swiper-slide {
    padding: 1rem;
    background-color: var(--white_color);
    border-radius: 10px;
}

.mySwiperq .swiper-slide img {
    width: 100%;
    border-radius: 10px;
    height: 250px;
}

.enquiry-right-box {
    width: 50%;
    padding: 1rem;
}
.enFormTitle {
    margin: 0;
    font-family: var(--primary_font);
    font-size: 24px;
    font-weight: 600;
}
.enFormPara {
    margin: 0;
    font-family: var(--secondary_font);
    font-size: 16px;
    font-weight: 400;
}

.enquiry_form .form-group .input-group {
    border: 1px solid var(--border_color);
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 13px 10px;
    border-radius: 5px;
}
.enquiry_form .form-group .form-control {
    border: none;
    font-size: 16px;
    font-weight: 400;
    color: var(--text_color);
}
.enquiry_form .form-group .form-control:focus {
    outline: none;
    box-shadow: none;
}
.enquiry_form .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;
}

.swiper-pagination {
    margin-bottom: -8px !important;
}

.encls-btn {
    position: absolute;
    right: 1rem;
    top: 1rem;
    cursor: pointer;
}

.encls-btn i {
    font-size: 28px;
    color: #666666;
    cursor: pointer;
    transition: 0.2s;
}
.encls-btn:hover {
    transform: scale(1.1);
    transition: 0.2s;
}
#enquiryModal {
    display: none;
}
@media screen and (max-width: 1660px) {
    /* Enquiry Form */
    .unvenquiry-modal-content {
        width: 60% !important;
    }

    .enquiry-left-box {
        background-size: auto 100%;
    }
}

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

@media screen and (max-width: 1280px) {
    .enquiry-left-box {
        background-size: auto 100% !important;
    }
    .unvenquiry-modal-content {
        width: 70% !important;
    }
}

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

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

@media screen and (max-width: 768px) {
    /* Enquiry Form */
    .unvenquiry-modal-content {
        width: 90% !important;
        padding: 16px;
    }

    .modal-body {
        gap: 0;
        flex-direction: column !important;
    }

    .enquiry-left-box {
        width: 100% !important;
        background-size: 100% !important;
    }

    .enquiry-clg-box {
        margin-top: 0 !important;
        padding: 0.5rem 1rem;
    }

    .enquiry-right-box {
        width: 100% !important;
    }

    .mySwiperq {
        display: none !important;
    }
    .cls-btn{
        color: var(--white_color);
    }
    .enFormTitle {
        font-size: 20px;
        font-weight: 600;
    }
    .enquiry_form .form-group .input-group {
        padding: 8px;
    }
    .cvenquirybtn {
        height: 45px;
    }
    .encls-btn{
        top: 1.5rem;
        right: 1.5rem;
    }
    .encls-btn i{
        color: var(--white_color) !important;
    }
    .enquiry-clg-title {
        font-size: 20px;
    }
}

@media screen and (max-width: 500px) {
    .enquiry-clg-title {
        font-size: 18px;
    }
}
@media screen and (max-width: 400px) {
    .enquiry-clg-title {
        font-size: 16px;
    }
}

.error {
    color: var(--secondary_color);
}

.success {
    background-color: var(--primary_color);
    color: var(--white_color);
    border-radius: 10px;
    padding: 10px;
}

.error1 {
    background-color: var(--red_color);
    color: var(--white_color);
    border-radius: 10px;
    padding: 10px;
}

.bg-black {
    background-color: var(--text_color);
}
