﻿body {
}

h1 {
    font-size: 40px !important;
}

.banner-text-area-body {
    background: #00000014;
}

.content_wrapper_less {
    padding: 50px 0px;
}

.banner_background {
    background-image: url("../Images/img/backgroundImg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.text-white {
    color: white !important;
}

.captcha-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.banner-text-area {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 5px;
    padding: 50px 0px;
}

.font-weight-700 {
    font-weight: 700;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-500 {
    font-weight: 500;
}

.Heading-16px {
    font-size: 16px;
}

.Heading-22px {
    font-size: 22px;
}

.adjust-banner-header {
    width: 88%;
}

.adjust-banner-subheader {
    width: 70%;
}

.banner-text-area-body {
    width: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: start;
    gap: 5px;
}

.social-icons {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
}

.body-text-area {
    display: flex;
    justify-content: center;
    align-items: end;
    flex-direction: column;
    padding: 20px 0px;
}

.body-area-div {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    gap: 6px;
}

.contact-box {
    width: 40%;
    /*background-color: #8FA0AA;*/
    background-color: white;
    border-radius: 24px;
    margin: 0px 20px;
    box-shadow: 0px 4px 16px 4px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(220, 220, 220, 1);
    margin-top: -910px;
    margin-bottom: 80px;
    margin-left: 0px;
}

.box-f-head {
    margin-left: 90px;
}

.paddingToBox {
    padding: 40px;
}

.Heading-32px {
    font-size: 32px;
}

.first_part_header_text {
    color: black;
}

.contact-a,
.contact-a:visited {
    color: #EF7E1A;
    text-decoration: none;
}

    .contact-a:hover {
        color: #EF7E1A;
    }

    .contact-a:active {
        color: #EF7E1A;
    }

#fileInput {
    display: none;
}

.filelistvalue {
    margin: 10px 0px;
}

.reload-icon {
    cursor: pointer;
    align-self: center;
    font-size: 2rem;
}

.reload-icon-value {
    transform: rotate(45deg);
    display: inline-table;
    font-weight: bold;
    margin-top: 11% !important;
}

input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="search"], input[type="url"] {
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(220, 220, 220, 1);
    text-indent: 10px;
    font: 400 15px / 40px 'Philosopher', sans-serif;
    width: 100%;
    box-sizing: border-box;
    color: #322f2f;
    margin: 0px 0 0 !important;
    border-radius: 12px;
}


label {
    width: 100%;
    display: block;
    margin: 20px 0 0px !important;
    text-align: left;
    color: #585858;
    box-sizing: border-box;
    font: normal 16px / 22px 'Montserrat', sans-serif !important;
    font-weight: 500 !important;
    color: black;
}

textarea {
    height: 150px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(220, 220, 220, 1);
    padding: 5px;
    font: 400 15px / 24px 'Philosopher', sans-serif;
    width: 100%;
    resize: none;
    box-sizing: border-box;
    color: #322f2f;
    margin: 0px 0 0 !important;
    border-radius: 12px;
}

.input-error {
    border: 1px solid red !important;
}

.required {
    color: red;
}


.descriptionText {
    font-size: 14px;
    font-weight: 400;
}

.file-drop-zone {
    border: 1px solid rgba(220, 220, 220, 1);
    border-radius: 12px;
    background: #fff;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    cursor: pointer;
    min-height: 50px;
    transition: border-color 0.2s, background 0.2s;
}

    .file-drop-zone:hover,
    .file-drop-zone.drag-over {
        border-color: #5b9bd5;
        background: #f0f7ff;
    }

.add-file-link {
    color: rgba(41, 162, 232, 1);
    font-size: 18px;
    font-weight: 500;
}

.drop-text {
    color: #000;
    font-size: 18px;
    font-weight: 400;
}

.labelText {
    margin: 0px !important;
    font-size: 11px !important;
    font-weight: 500 !important;
}

input[type="submit"] {
    background: rgba(239, 126, 26, 1);
    color: white;
    width: 100%;
    border: none;
    border-radius: 24px;
    padding: 8px 0px;
}


.contact-area {
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-direction: column;
    padding: 60px 0px;
    margin-bottom: 120px;
}

.box-f {
    background-color: #445661;
    border-radius: 24px;
    display: flex;
    gap: 10px;
    padding: 15px 20px;
}

.file-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.file-info {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
    margin: 5px 0px;
}

.remove-btn {
    margin-left: auto;
    border: none;
    background: none;
    cursor: pointer;
    color: #d77c74;
    font-size: 18px;
}

.box-f-text {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.box-f-text-header {
    margin-bottom: 10px;
}

.Heading-24px {
    font-size: 24px;
}

.text-yellow {
    color: #EF7E1A;
}

.text-danger {
    color: red;
}

.text-black {
    color: black;
}

.contact-area-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer_img {
    width: stretch;
}


p {
    font: 500 15px / 20px 'Montserrat', sans-serif;
    color: #4f4f4f;
    padding: 0px 0 0 !important;
}



.alert-container {
    margin: 15px 0;
}

.custom-alert {
    border-radius: 10px;
    padding: 8px 18px;
    box-shadow: 0 4px 12px rgba(0,0,0,.12);
    width: 40%;
    background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
    background-repeat: repeat-x;
    border:1px solid #dca7a7;
    margin: 20px 0px;
    color: black !important;
}

.custom-alert-s {
    border-radius: 10px;
    padding: 8px 18px;
    box-shadow: 0 4px 12px rgba(0,0,0,.12);
    width: 40%;
    background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
    background-repeat: repeat-x;
    border: 1px solid #b2d8a8;
    margin: 20px 0px;
    color: black !important;
}

.alert-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.alert-message {
    flex: 1;
    font-size: 15px;
    font-weight: 500;
    word-break: break-word;
    line-height: 1.5;
}

.custom-close {
    background: transparent;
    border: none;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    opacity: .9;
    padding: 0;
    line-height: 1;
    transition: .2s;
}

.custom-close:hover {
    opacity: 1;
    transform: scale(1.1);
}

.submitBtn:hover {
    background: #445661;
    color: #fff;
    border: 1px solid #445661;
    transition: all .3s ease-in-out;
    border-radius: 0px 15px 0 15px;
}



@media only screen and (max-width: 1197px) {
    .banner-text-area {
        padding: 0px 0px;
    }

    .box-f-text-header {
        font-size: 20px;
    }

    .box-f-text-subheader {
        font-size: 17px;
    }

    .box-f-head {
        margin-left: 5px;
    }

    .box-f {
        padding: 15px 10px;
    }
}

@media only screen and (max-width: 1024px) {
    .contact-box {
        margin-top: -800px;
    }

    .adjust-banner-header {
        width: 100%;
    }

    .adjust-banner-subheader {
        width: 80%;
    }

    .contact-box {
        width: 42%;
    }

    .banner-text-area-body {
        background: #0000003b;
    }
}

@media only screen and (max-width: 1005px) {
    .contact-box {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 989px) {
    .paddingToBox {
        padding: 20px;
    }

    .contact-box {
        margin-top: -980px;
    }

    .contact-area-body {
        flex-direction: column;
        gap: 10px;
    }

    .box-f-head {
        margin-left: 0px;
    }

    .box-f {
        padding: 20px 25px;
    }

    .adjust-banner-header {
        font-size: 35px !important;
    }

    .adjust-banner-subheader {
        width: 97%;
    }

    .contact-box {
        width: 45%;
    }

    .contact-box {
        margin-left: 0px;
    }

    .banner-text-area-body {
        margin-top: 40px;
    }

    .custom-alert {
        width: 100%;
    }
    .custom-alert-s {
        width: 100%;
    }
}

@media only screen and (max-width: 760px) {
    .banner-text-area-body {
        width: 95%;
        margin-top: 0px;
    }

    .contact-box {
        margin-top: -1350px;
        margin-bottom: 400px;
        width: 97%;
        margin-left: 10px;
    }

    .content_wrapper_less {
        padding: 850px 0px 0px;
    }

    .body-area-div {
        width: 95%;
    }

    .contact-area {
        width: 95%;
    }

    .contact-area-body {
        flex-direction: row;
        gap: 10px;
    }
}

@media only screen and (max-width: 601px) {
    .box-f {
        padding: 20px 20px;
    }
}

@media only screen and (max-width: 580px) {
    .contact-area {
        width: 97%;
    }

    .body-area-div {
        width: 96%;
    }
}

@media only screen and (max-width: 576px) {

    .custom-alert {
        padding: 12px;
    }

    .alert-content {
        align-items: flex-start;
        gap: 10px;
    }

    .alert-message {
        font-size: 14px;
    }

    .custom-close {
        font-size: 24px;
    }
}

@media only screen and (max-width: 568px) {
    .contact-area-body {
        flex-direction: column;
        gap: 10px;
    }

    .contact-box {
        margin-top: -1335px;
        margin-bottom: 400px;
        width: 97%;
        margin-left: 10px;
    }

    .content_wrapper_less {
        padding: 770px 0px 0px;
    }

    .contact-area {
        padding: 30px 0px;
        margin-bottom: 120px;
    }
}

@media only screen and (max-width: 512px) {
    .contact-box {
        margin-top: -1360px;
        margin-bottom: 400px;
        width: 97%;
        margin-left: 10px;
    }

    .content_wrapper_less {
        padding: 800px 0px 0px;
    }
}

@media only screen and (max-width: 420px) {
    .contact-box {
        margin-top: -1380px;
        margin-bottom: 400px;
        width: 97%;
        margin-left: 7px;
    }

    .content_wrapper_less {
        padding: 820px 0px 0px;
    }
}

@media only screen and (max-width: 390px) {
    .adjust-width-social-icons {
        width: 45px;
    }

    .contact-box {
        margin-top: -1370px;
        margin-bottom: 400px;
        width: 97%;
        margin-left: 7px;
    }

    .contact-area {
        align-items: center;
    }

    .content_wrapper_less {
        padding: 830px 0px 0px;
    }
}

@media only screen and (max-width: 350px) {
    .adjust-width-social-icons {
        width: 40px;
    }

    .contact-box {
        margin-top: -1370px;
        margin-bottom: 400px;
        width: 97%;
        margin-left: 7px;
    }

    .content_wrapper_less {
        padding: 830px 0px 0px;
    }
}

@media only screen and (max-width: 320) {
    .contact-box {
        margin-top: -1285px;
        margin-bottom: 400px;
        width: 97%;
        margin-left: 7px;
    }

    .content_wrapper_less {
        padding: 750px 0px 0px;
    }
}
