
.office_wrap{
    background-color: #F2DDCE;
}

.career_form_sub, .contact_heading{
    background: #F6E3D6;
}


.office_wrap .row{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: baseline;
    column-gap: 50px;
}

.office_wrap .container{
    width: 100%;
    max-width: 85%;
    margin: 0 auto;
    padding: 55px 0 70px;
}

.office_wrap .col h3{
    color: var(--color-dark2);
font-family: var(--font-family-heading);
font-size: 26px;
font-style: normal;
font-weight: var(--font-weight-bold);
line-height: 29px;
}

.office_wrap .col h3 a{
    color: var(--color-dark2);
font-family: var(--font-family-heading);
font-size: 26px;
font-style: normal;
font-weight: var(--font-weight-bold);
line-height: 29px;
display: inline-block;
}

.office_wrap .col h4{
    color: var(--color-dark2);
font-family: var(--font-family-heading);
    font-size: var(--font-size-journey-span);
    font-style: normal;
    font-weight: var(--font-weight-bold);
    line-height: 39px; /* 195% */
    letter-spacing: -0.8px;
    padding-top: 10px;
}

.office_wrap .col p{
    color: var(--color-dark2);
    font-family: var(--font-family-heading);
    font-size: var(--font-size-normal);
    font-style: normal;
    font-weight: var(--font-weight-normal);
    line-height: 29px;
    letter-spacing: -0.68px;
}

.office_wrap .col p a{
    color: var(--color-dark2);
    font-family: var(--fm-montserrat);
    font-size: var(--font-size-value-h4);
    font-style: normal;
    font-weight: var(--font-weight-normal);
    line-height: 29px;
    display: inline-block;
    letter-spacing: -0.68px;
}


.office_wrap .col p a[href^="mailto"], .office_wrap .col p a[href^="https"]{
    text-decoration: underline;
}
/* 
.office_wrap .col p a[href^="tel:"]:before{
   content: "";
   clear: both;
   background: url(https://www.vedantfashions.com/wp-content/themes/vedant/images/call.svg);
   height: 18px;
   width: 18px;
   background-repeat: no-repeat;
   background-size: cover;
   display: inline-block;
   margin-right: 10px;
   vertical-align: middle;
}

.office_wrap .col p a[href^="mailto:"]:before{
   content: "";
   clear: both;
   background: url(https://www.vedantfashions.com/wp-content/themes/vedant/images/msg.svg);
   height: 15px;
   width: 22px;
   background-repeat: no-repeat;
   background-size: cover;
   display: inline-block;
   margin-right: 10px;
   vertical-align: middle;
} */


.conatct_details{
    padding-left: 30px;
}

.office_wrap .conatct_details p{
    color: var(--color-dark2);
font-family: var(--fm-montserrat);
font-size: var(--font-size-value-h4);
font-style: normal;
font-weight: var(--font-weight-normal);
line-height: 29px;
letter-spacing: -0.72px;
padding: 20px 0 0;
position: relative;

}

.office_wrap .col p:has(> a[href^="tel:"]):before{
    content: "";
    clear: both;
    background: url(https://www.vedantfashions.com/wp-content/themes/vedant/images/call.svg);
    height: 18px;
    width: 18px;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    position: absolute;
    top: 29px;
    left: -30px;

}

.office_wrap .col p:has(> a[href^="mailto:"]):before{
    content: "";
    clear: both;
    background: url(https://www.vedantfashions.com/wp-content/themes/vedant/images/msg.svg);
    height: 14px;
    width: 21px;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    position: absolute;
    top: 29px;
    left: -30px;
}

.office_wrap .col p:before{
    content: "";
    clear: both;
    background: url(https://www.vedantfashions.com/wp-content/themes/vedant/images/location.svg);
    height: 22px;
    width: 13px;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    position: absolute;
    top: 24px;
    left: -30px;
}

.office_wrap .col p:has(> a[href^="https:"]):before{
    content: "";
    clear: both;
    background: url(https://www.vedantfashions.com/wp-content/themes/vedant/images/internet.svg);
    height: 18px;
    width: 18px;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    position: absolute;
    top: 29px;
    left: -30px;
}

.office_wrap .col p:has(> a[href^="https:"]):before{
    content: "";
    clear: both;
    background: url(https://www.vedantfashions.com/wp-content/themes/vedant/images/internet.svg);
    height: 18px;
    width: 18px;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    position: absolute;
    top: 29px;
    left: -30px;
}


.office_wrap .conatct_details span{
    color: var(--color-dark2);
font-family: var(--fm-montserrat);
    font-size: var(--font-size-xs);
    font-style: normal;
    font-weight: var(--font-weight-normal);
    line-height: 22px;
    letter-spacing: -0.56px;
}

.office_contact{
    padding-top: 50px;
}

.office_contact img{
    max-width: 22px;
    display: inline-block;
    vertical-align: middle;
}



@media screen and (max-width: 768px){
    .office_wrap .container{
        max-width: 100%;
        padding: 0 15px 55px;
    }

    section.career_form_sub .container{
        max-width: 100%;
        padding: 0 15px; 
    }

    .office_wrap .row{
        grid-template-columns: repeat(1, 1fr);
        column-gap: unset;
    }

    .form_grid{
        grid-template-columns: repeat(1, 1fr);
    }

    .form_grid .input_6{
        grid-column: unset;
    }
}