a{
    text-decoration: none;
    color: #000;
}
a:hover{
    color: #000;
}
section,
div {
    scroll-margin-top: 100px;
}

/* career */
.career-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    flex-wrap: wrap;
    margin: 100px auto;
    gap: 20px;
    background-color: #F1F0E9;
    padding: 20px;
}

.career-img-box {

    max-width: 100%;
}

.career-img-box img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
}
.why-work-img{
    width: 100%;
    height: 350px;
    display: block;
}
.why-work-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.career-details {
    padding: 15px;
}

.career-details h3 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: bold;
}

.career-details p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

.career-why-vkl {
    list-style: none;
}

.career-why-vkl li {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 20px;
    align-items: center;
    padding-bottom: 15px;
}

/* General grid layout */
.career-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* Default two-column grid */
    gap: 20px;
    margin: 100px auto;
}

.second-banner {
    background: #F1F0E9;
    padding: 50px 0 50px 0;
    margin: 150px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.second-banner-img {
    max-width: 560px;
    height: auto;

}

.second-banner-img img {
    display: block;
    width: 50%;
    position: absolute;


}

.second-banner-img img.img-one {
    right: 0px;
    top: -150px;
}

.second-banner-img img.img-two {
    left: 0px;
    top: -150px;
}

.second-banner-details {
    width: 50%;
    padding: 0 50px;
    text-align: left;
}

.career-card {
    background: #F1F0E9;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 100px;
    padding-bottom: 50px;
}

.career-card .vacancy-name {
    text-align: start;
    padding-top: 30px;
    padding-left: 20px;
}

.career-card .vacancy-name h4 {
    padding: 10px 0;
}

.vkl-h-five.icon {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
    width: 100%;
    margin-bottom: 1rem;
}

.accelerating-bx {
    padding-bottom: 1.5rem;
}


@media (max-width: 1200px) {

    .second-banner-img img.img-one,
    .second-banner-img img.img-two {

        top: -100px;
    }

}

/* Make the grid responsive for smaller devices */
@media (max-width: 992px) {
    .career-content {
        grid-template-columns: 1fr;
        /* Stack items in a single column on medium devices */
        margin: 50px auto;
        /* Adjust margin for smaller screens */
    }
}

@media (max-width: 768px) {
    .career-content {
        grid-template-columns: 1fr;
        /* Stack items in a single column on small devices */
        gap: 15px;
        /* Adjust gap for smaller devices */
        margin: 30px auto;
        /* Further adjust margin for smaller screens */
    }

    .second-banner {
        margin: 50px 0;
    }

    .second-banner-details {
        width: 100%;
    }

    .second-banner-img {
        visibility: hidden;

    }
}

@media (max-width: 576px) {
    .career-content {
        grid-template-columns: 1fr;
        /* Stack items in a single column on extra-small devices */
        gap: 10px;
        /* Reduce gap for extra-small devices */
        margin: 20px auto;
        /* Adjust margin for very small screens */
    }
}

/* contact page */
.specific-needs {
    padding: 20px 0;
    position: relative;
}

.specific-needs .title-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.specific-needs .title-heading i {
    font-size: 32px;
    font-weight: 700;
    color: #000;
    cursor: pointer;
}

.specific-needs .title-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 1px;
    margin-top: 10px;
    background: #A4B465;
    display: block;
}

.details {
    padding-top: 10px;
    max-height: 0;
    /* Start collapsed */
    overflow: hidden;
    transition: max-height 0.5s ease;
    /* Smooth transition */
}

.details.active {
    max-height: 200px;
    /* Adjust based on your content height */
    transition: max-height 0.5s ease;
    /* Ensure smooth transition */
}

/* .details p{
    padding-top: 10px;
    display: none;
    overflow: hidden;
    transition: 0.5s ease, ; 
} */
/* .details p.active{
    display: block;
} */
.get-in-touch {
    position: absolute;
    right: 20%;
    top: 45%;
}

@media (max-width: 991px) {
    .get-in-touch {
        position: unset;
        margin-left: 20px;
    }
}

/* Business page product heading */
.product-heading {
    font-size: 18px;
    padding-bottom: 10px;
}

/* contact */



.address-line {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    padding: 50px;
    margin: 0 20px 20px 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.address.line {
    width: 100%;
    max-width: 350px;
}

.address-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
    position: relative;
}
.address-icons.location{
    justify-content: Start !important;
}


.address-icons img {
    width: 42px;
    height: 42px;
    margin-bottom: 10px;
    display: block;
    text-align: center;
}

.icon-line {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.icon-line span {
    opacity: 0;
    transition: all 0.3s ease;
    position: absolute;
    top: -60px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    max-width: 100px;
    width: 100%;
    background: #FFF;



}

.icon-line:hover span {
    opacity: 1;
}

form {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 20px;
    padding: 40px;
    background: #F0F0F0;

}
form.career_page_form{
    border-radius: unset;
    background: #fff;
}
.input-bx {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 30px;
   
    /* background: rgba(195,230,225,0.6); */
}

.input-bx label {
    padding-bottom: 5px;
}

.input-bx input {
    /* padding: 10px 0; */
    background: transparent;
    border: none;
    border-bottom: 1px solid #000;
    outline: none;
    margin-bottom: 20px;
}



.input-bx textarea {
    background: transparent;
    border: none;
    border-bottom: 1px solid #000;
    outline: none;
    height: 90px;
}
.career_page_form .resumefile1 {
    width: 300px;
    margin-top: 0;
}
.char-counter {
    text-align: right;
    margin-top: 10px;

}
.career_page_form .resumefile1 label.filelabel {
    padding-bottom: 10px;
}
.btn-submit {
    align-items: center;
    background-color: #000;
    border-radius: 4px;
    border-style: none;
    color: #fff;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    padding: 10px 15px;
    text-align: center;
}

.btn-submit:hover {
    color: #fff;
    background: #111;
}

/* Language option */
.other-menu {
    display: flex;
    gap: 10px;
}

.language {
    padding: 5px 10px;
    border: none;
    outline: none;
    background: transparent;
    color: #fff;
}

.language option {
    color: #111;
}

.language.black-font {
    color: #111 !important;
}

.icon {
    width: 25px;
    display: block;
    cursor: pointer;
}

.icon.black {
    display: none;
}

.packaged-food-section {
    padding: 50px 0 50px 0 !important;
}

.about-dsm-firmenich {
    padding-bottom: 100px !important;
    background: #FFF2F2;
}

.highlights {
    padding: 15px 0;
}

.highlights .list-items {
    margin: 0;
    padding: 0;
}

.highlights .list-items li {
    display: flex;
    list-style: none;
    gap: 10px;
    align-items: start;
    justify-content: start;
    padding-bottom: 10px;
}

.highlights .list-items li p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
}

.highlights .list-items img {
    width: 14px;
    height: 14px;
    display: block;
    margin-top: 10px;

}

.journey {
    background: #F5D0C9;
    padding: 80px 0px;


}

.vkl-letter-p {
    font-size: 16px;
    font-weight: 400;
    color: #FFF;
}

.margin-top {
    margin-top: 50px;
}

.blank-space {
    padding: 30px 0;
}

.vkl-contact-btn {
    background: transparent;
    color: #fff;
    padding: 11px 19px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    border-radius: 50px;
    letter-spacing: 0.1px;
    text-decoration: none;
    transition: 0.6s ease-in;
    border: 1px solid #fff;
    outline: none;
    overflow: hidden;
}

.vkl-contact-btn.btn-black {
    color: #FFF;
    border: 1px solid #000;
    background: #000;
}

.vkl-contact-btn.btn-black:hover {
    color: #fff;
    box-shadow: unset;
}

.vkl-contact-btn:hover {
    color: #fff;
    box-shadow: rgba(225, 225, 225, 0.15) 0px 5px 15px;
}

/* Smooth slide  */

.explore {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.explore .explore-img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 512px;
    overflow: hidden;
}

.explore .explore-img img {
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
    transition: transform 0.3s linear; 
}

.explore .explore-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        rgba(0, 0, 0, 0.3), 
        rgba(0, 0, 0, 0.6)
    );
    opacity: 1;
    z-index: 1;
    transition: opacity 0.3s linear;
}

.explore:hover .explore-img::after {
    opacity: 1;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9));
}

.explore .explore-content {
    position: absolute;
    bottom: 20px;
    left: 35px;
    z-index: 3;
    padding-right: 10px;
    transition:  0.3s linear;
}

.explore .explore-content h4 {
    color: #FFF;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 2rem;
    line-height: 2.5rem;
    letter-spacing: 1px;
    transform 0.3s linear;
}

.explore .explore-content p {
    font-size: 18px;
    color: #FFF;
    font-weight: 400;
}

.explore-p-content {
    max-height: 0;
    opacity: 0;
    transform: translateY(10px);
    overflow: hidden;
    transition:
    max-height 0.6s ease,
    opacity 0.6s ease 0.2s,
    transform 0.3s linear;
}

.explore:hover .explore-p-content {
    max-height: 200px; /* Adjust based on your content height */
    opacity: 1;
    transform: translateY(0);
    transform 0.3s linear;
}

.explore:hover .explore-img img {
    transform: scale(1.05);
}



.journey.img-1 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7)), url(../images/background/history.jpg) no-repeat;
    background-position: center;

}
.journey.company{
     background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7)), url(../images/background/journey-company.jpg) no-repeat;
    background-position: center;
}

.journey.img-two {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7)), url(../images/banner/banner-11.jpg) no-repeat;
    background-position: center;
}

.journey.img-three {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7)), url(../images/banner/banner-9.jpg) no-repeat;
    background-position: center;
}

.journey.img-one {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7)), url(../images/background/join-vkl.jpg) no-repeat;
    background-position: center;
}

/* career page */
.career-one-img {
    display: flex;
    align-items: center;
    justify-content: center;

}

.career-one {
    padding: 50px 0;
}

.career-one-img img {
    width: 100%;
    max-height: 280px;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    display: block;
    padding: 0 20px;


}


.vkl_title_h_four {
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
}

.vkl-small-title {
    font-size: 28px;
    font-weight: 700;
    color: #000;
    padding: 15px 0;
    line-height: 34px;
}

.vkl-h-h6 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
}

.btn-apply {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    transition: all 0.3s;
    text-transform: capitalize;
}

.btn-apply::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 1px;
    background: transparent;
    display: block;
}

/* .role{
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
}
.role span{
    width: 100px;
} */
.btn-apply:hover::after {
    background: #000;
}


/* Footer area */



.footer-social-media {
    display: flex;
    gap: 20px;
    list-style: none;
    justify-content: flex-end;
    align-items: center;
}

.footer-social-media li a {
    font-size: 24px;
    color: #000;
}

/* news */
.vkl-h-h4 {
    font-size: 24px;
    color: #000;
    font-weight: 500;
}

.vkl-small-p {
    font-size: 12px;
    font-weight: 500;
    padding: 10px 0;
}

.news-bx {
    padding: 10px 0 20px 0;
}

.vkl-bg-color-contact {
    background: #B3D8A8;

}

/* page header */
.page-header {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 0;
    padding: 0;

}

.page-header li {
    list-style: none;
}

.page-header li a {
    border-bottom: 1px solid transparent;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 28px;
    letter-spacing: 1px;
}

.page-header li a:hover {
    border-bottom: 1px solid #000;
}

.pillars_of_success_content {
    margin-right: 20.0px;
    padding-left: 10.0px;
    position: relative;
    border-left: 4.0px solid rgb(195, 230, 225);

}

.pillars_of_success_content p {
    text-align: start;
    padding-right: 50px;
}

.product-section {
    width: 100%;
    height: 315px;
    display: block;
    position: relative;
    margin-bottom: 1rem;
}

.product-section img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    position: relative;
}

.btn-read-more {
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 700;
    line-height: 20px;
    color: #000;
    background: transparent;
    outline: none;
    cursor: pointer;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease-in;
}

.btn-read-more:hover {
    border-bottom: 1px solid #000;
}

.job-box {
    padding: 20px;
    display: flex;
    flex-direction: column;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    min-height: 250px;
    height: 100%;
}

.small-title-s.icon {
    display: flex;
    width: 100%;
    gap: 8px;
    align-items: center;
}

.moving-cursor {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.moving-btn {
    outline: none;
    background: transparent;
    border: none;
    outline: none;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #ccc;
    text-align: center;
    cursor: pointer;
}

.moving-btn.move {
    color: #000;
}

.toggle {
    padding: 10px;
    font-size: 16px;
    color: #ccc;
    text-align: center;
    line-height: 28px;
}

.toggle.active {
    color: #000;
    border-bottom: 1px solid #000;
    display: inline-block;
}

.cursole-two {
    display: none;

}

.left-img {
    width: 100%;
    max-height: 100%;
    height: 512px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.img-box {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Company-policy */
.policy.sec-1 {
    margin-bottom: 50px;
}

.policy-list li p {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 20px;
}

.policy-list li p i.fa-solid {
    margin-top: 5px;
    font-size: 14px;
}

.career_head {
    display: flex;
    justify-content: space-between;
}

.career_upload_resume {
    display: flex;
    align-items: center;
    justify-content: center;
}

.career_upload_resume button {
    border: none;
    outline: none;
    padding: 10px 20px;
    background: #000;
    color: #FFF;
    border-radius: 10px;
    font-size: 400;
    font-size: 18px;
    letter-spacing: 0.1px;
    cursor: pointer;
}
.career_upload_resume button:hover{
    background: #111;
    color: #fff;
}
/* Resume Form */

/*.modal-header{*/
/*    border-bottom: unset !important;*/
/*}*/
.modal{
    z-index: 9999 !important;
}

.resume-form{
    background: #f0f0f0;
    box-shadow: unset;
}



.resume-form input,
.resume-form textarea,
.resume-form select {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    outline: none;
    border: none;
    background: transparent;
    border-bottom: 1px solid #000;
}
.resume-form input{
    padding: 10px;
    margin-bottom: 20px;
}

.resume-form .submit-btn {
    margin-top: 20px;
    padding: 10px 15px;
    background-color: #000;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 0;
}
.resume-form .wpcf7-response-output {
    margin: 0 !important;
}
.resume-form button.submit-btn:hover {
    background-color: #111;
    color: #fff;
}

/* Resume Form End */

.career-location {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 5px;
    align-items: center;
    color: #525252 !important;
}

.job_description_title {
    display: inline-block;
    border-bottom: 2px solid #000;
}

.job_descrtiption_list li p {
    display: grid !important;
    grid-template-columns: auto 1fr;
    gap: 10px;

}

.icons {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 8px;
    align-items: center;
}

.icons i {
    font-size: 5px;
}

.icons .fa-caret-right {
    font-size: 12px !important;
}

i {
    font-style: normal;
}

/* Sustainability */
.content-bx {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 20px 0;
}


.img-bx {
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.pdf-box {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 20px;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.pdf-box a {
    border-bottom: 1px solid transparent;
    transition: 0.3s;
    position: relative;
}

.pdf-box img {
    width: 32px;
    height: 32px;
    display: block;
}

.solar-img-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
    position: relative;

}
/*Food Services*/
.image-qrs {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
}

.image-qrs img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.content_rsrs {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.project {
    padding: 10px;
    border: 3px solid #FFF;
    margin: 10px 0;
    background: #FFF;

}
.right-side-img img{
    width: 100%;
    height: 250px;
    display: block;
    object-fit: cover;
}


/*=====================================*/
@media (max-width: 1420px) {
    #mainmenu>li>a {
        font-size: 14px;

    }
}

@media (max-width: 1200px) {
    #mainmenu>li>a {
        font-size: 12px;

    }

    .language {
        font-size: 12px;
    }

    .icon {
        width: 20px;
    }

    #btn-extra {
        display: none;
    }
}

@media (max-width: 991px) {
    #mainmenu>li>a:hover {
        color: #f4f4f4 !important;
    }
}

@media (max-width: 778px) {
    .other-menu {
        display: none;
    }

    #mainmenu>li>a {
        font-size: 16px;

    }

    .page-header {
        display: none;
    }

    .pillars_of_success_content {
        margin-top: 1rem;
    }

    .pillars_of_success_content p {
        text-align: start;
        padding-right: unset;

    }

    .product-section {
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        margin-bottom: 1rem;
    }

    .career_head {
        display: block;
        text-align: center;
        padding-top: 50px;
    }

    .address-line {
        display: block;
    }

    .address-icons {
        /*flex-direction: column;*/
        align-items: start;
        justify-content: start;
    }


  .address-icons img {
    width: 32px;
    height: 32px;
   }
    

    .icon-line span {
        opacity: 0;
        transition: all 0.3s ease;
        position: absolute;
        top: 0;
        left: 50px;
        width: 100%;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        max-width: 100px;
        width: 100%;
        background: #FFF;
        display: block;

    }
    .vkl-sub-title{
        text-align: start;
    }
    section{
        padding: 50px 0;
    }
    form {;
    padding: 40px 30px !important;
}
        
}
