

/*Banner start*/

.contact-banner-back-link {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    color: #939598;
    margin-bottom: 60px;  
    display: flex;
    align-items: center;
    gap: 8px;
}

.contact-banner-text1{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    color: #D4D4D4;
    margin-bottom: 2px;
}

.contact-banner-text2 {
    width: 700px;
    max-width: 100%;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 120%;
    color: #FFFFFF;
}

.contact-banner-text2 span {
    color: #89E53D;
}

/*Banner end*/


.contact-bg{
    background-image: url(../../images/who-we-are-bg-pattern.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.contact{
    color: #1A1A1A !important;
    font-family: 'Rubik';
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    
}

.contact-content {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

@media(max-width: 992px){
    .contact-content {
    width: 95%;
}
}

/*contact Tab start*/

.contact-tab-section {
    margin-top: 60px;
}

.contact-tab-btn-wrapper {
    display: flex;
    column-gap: 24px;
}

.contact-tab-btn {
    display: flex;
    align-items: center;
    column-gap: 12px;
    flex-grow: 1;
    background: #EBEBEB;
    padding: 12px;
    border-radius: 12px;
    cursor: pointer;
}


.contact-tab-btn:hover{
    background: #2C9836;
}

.contact-tab-btn.active{
    background: #2C9836;
}

.contact-tab-btn-text1{;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    text-transform: uppercase;
    color: #ADADAD;
    margin-bottom: 2px;

}

.contact-tab-btn-text2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #002060;
    margin-bottom: 0;
}

@media(max-width: 992px){
    .contact-tab-btn {
        flex-direction: column;
        row-gap: 10px;
        align-items: flex-start;
    }
    .contact-tab-btn-wrapper {
        column-gap: 10px;
    }

    .contact-tab-btn-text1  {
            font-size: 10px;
    }
    .contact-tab-btn-text2 {
        font-size: 11px;
    }
}


.contact-tab-btn:hover .contact-tab-btn-text1 {
    color: #BEEBC2;
}

.contact-tab-btn:hover .contact-tab-btn-text2 {
    color: #FFFFFF;
}

.contact-tab-btn.active .contact-tab-btn-text1 {
    color: #BEEBC2;
}

.contact-tab-btn.active .contact-tab-btn-text2 {
    color: #FFFFFF;
}

.contact-tab-btn:hover svg path {
    fill:#FFFFFF !important ;
}
.contact-tab-btn.active svg path{
    fill:#FFFFFF !important ;
}

.contact-tab-content {
    display: none;
    margin-top: 48px;
    margin-bottom: 48px;
}

.contact-tab-content.active {
    display: block;
}

.custom-row-gap{
    row-gap: 24px;
}

.contact-input {
    padding: 0px 12px;
    background: #FFFFFF;
    border: 1px solid #D4D4D4;
    border-radius: 6px;
    height: 51px;
    color: #ADADAD;
}

.contact-input-label {
    position: relative !important;
    font-family: 'Montserrat' !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 120% !important;
    color: #1A1A1A !important;
    display: block !important;
    height: fit-content !important;
    margin-top: 0 !important;
    margin-bottom: 5px !important;
    padding-top:0 !important;
    padding-bottom: 0 !important;
}

.contact-input-label::after{
    content: "*";
    position: absolute;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #BB251A;
    margin-left: 2px;

}

.contact-input::placeholder{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #ADADAD;
}


.contact-select-style{
    display: flex;
    align-items: center;
    padding: 0px 12px;
    background: #FFFFFF;
    border: 1px solid #D4D4D4;
    border-radius: 6px;
    height: 51px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #ADADAD;
}

.contact-message-label{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #1A1A1A;
}

.contact-message {
    padding: 12px;
    height: 120px;
    background: #FFFFFF;
    border: 1px solid #D4D4D4;
    border-radius: 6px; 
    color: #ADADAD;
}

.contact-message::placeholder{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #ADADAD;
}

.contact-checkbox-wrapper {
    margin-top: 24px;
    display: flex;
    align-items: center;
    column-gap: 8px;
}

.contact-checkbox-label {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #1A1A1A;
    margin-bottom: 0;
}

.contact-checkbox-wrapper input[type=checkbox]{
    background: #D4D4D4;
    border-radius: 4px;
}



.contact-submit-btn-tab3-wrapper {
    margin-top: 48px;

}

.contact-captcha-container-tab3 {
    width: 302px;
    height: 74px;
    background: #FAFAFA;
    border: 1px solid #D6D6D6;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    padding: 12px;
}

.contact-captcha-wrapper-tab3 {
    display: flex;
    align-items: center;
    column-gap: 14px;
}

.contact-captcha-label {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    margin-bottom: 0;
}

.contact-captcha-wrapper-tab3 input[type=checkbox] {
    width: 24px;
    height: 24px;
    background: #FFFFFF;
    border: 2px solid #C1C1C1;
    border-radius: 1px;
}

.contact-submit-tab3-btn-container {
    height: 100%;
    align-items: center;
}

.contact-submit-tab3-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 24px;
    gap: 8px;
    background: #2B88CB;
    border-radius: 50px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 110%;
    color: #FFFFFF;
}


/*cust dropdown checkbox*/
.custom-dropdown {
    width: 100%;
    position: relative;
    display: inline-block;
    font-family: Arial, sans-serif;
}

.custom-dropdown-toggle {
    border: 1px solid #D4D4D4;
    border-radius: 6px;
    padding: 0px 12px;
    height: 51px;
    cursor: pointer;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
}
.custom-dropdown-toggle2 {
   border: 1px solid #D4D4D4;
    border-radius: 6px;
    padding: 0px 12px;
    height: 51px;
    cursor: pointer;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
}
.custom-dropdown-toggle3 {
   border: 1px solid #D4D4D4;
    border-radius: 6px;
    padding: 0px 12px;
    height: 51px;
    cursor: pointer;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
}
.custom-dropdown-placeholder {

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #ADADAD;
}

.custom-dropdown-arrow {
    transition: transform 0.3s ease;
}

.custom-dropdown.open .custom-dropdown-arrow {
    transform: rotate(180deg);
}

.custom-dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid #ccc;
    background-color: #fff;
    z-index: 1;
    overflow-y: auto;
}

.custom-dropdown-menu label {
    margin: 12px;
    height: 48px;
    border-radius: 3px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #1A1A1A;
    display: flex;
    align-items: center;
}

.custom-dropdown-menu label.selected {
background: #8BE193;
}

.custom-dropdown.open .custom-dropdown-menu {
    display: block;
}

.custom-dropdown-menu label {
    display: flex;
    padding: 8px 12px;
    cursor: pointer;
}

.custom-dropdown-menu input[type="checkbox"] {
    accent-color: black;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

#othersFieldWrapper{
padding: 12px;
min-height: 100px;
background: #EBEBEB;
border-radius: 3px;
margin-left: 24px;
margin-right: 24px;
}

.other-job-input {
padding: 0px 12px;
gap: 12px;
height: 35px;
background: #FFFFFF !important;
border: 1px solid #D4D4D4;
border-radius: 6px;
}

.other-job-input::placeholder{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #ADADAD;
}

.add-another-position-text {
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 120%;
color: #939598;
margin-bottom: 0;
margin-top: 5px;
}
/*cust dropdown checkbox*/

/*contact Tab End*/



.map{
    margin-top: 5%;
    width: 100%;
}

.map img {
    width: 100%;
}


.visit-us{
    color: #1A1A1A;
    font-family: 'Rubik';
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
}

.visit-us-p1{
    color: #ADADAD;
    font-family: 'Rubik';
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
}

.visit-us-p2{
    color: #ADADAD;
    font-family: 'Rubik';
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
}

.map-foot{
    max-width: 960px;
    width: 100%;
    margin-top: 4%;
}



