:root{
    --white: #fff;
    --black: #000;
    --blue: #102c5c;
    --grey: #f5f3f2;
}

.white--color{
    color: var(--white);
}
.black--color{
    color: var(--black);
}
.blue--color{
    color: var(--blue);
}
.content{
    font-size: 1.2rem;
}

@font-face {
    font-family: "first";
    src: url(../fonts/HyundaiSansText-Regular.otf);
}
@font-face {
    font-family: "sec";
    src: url(../fonts/HyundaiSansHead-Medium.otf);
}
@font-face {
    font-family: "third";
    src: url(../fonts/HyundaiSansText-Bold.otf);
}
body{
    margin: 0;
    padding: 0;
    font-family: "first";
    overflow-x: hidden;
}
ul.top--icons{
    list-style-type: none;
    position: relative;
    bottom: 22px;
    display: flex;
    gap: 10px;
}
ul.top--icons li a{
    color: var(--black);
    font-size: 1.3rem;
}
ul.top--icons li input{
    outline: none;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom-width: 1px;
    border-color: #ccc;
}
ul.top--icons li button{
    background-color: transparent;
    outline: none;
    border: none;
}
.navbar .nav-item .dropdown-menu{  display:block; opacity: 0;  visibility: hidden; transition:.3s; margin-top:0;  }
.navbar .nav-item:hover .nav-link{ color: #fff;  }
.navbar .nav-item:hover .dropdown-menu{ transition: .3s; opacity:1; visibility:visible; top:100%; transform: rotateX(0deg); }
ul.nav--wrapper{
    position: relative;
    bottom: -15px;
    left: 2rem;
}
ul.nav--wrapper li{
    margin: 0 0 0 3rem;
}
ul.nav--wrapper li ul li{
    margin-left: 0;
}
ul.nav--wrapper li a{
    color: var(--black) !important;
    font-family: 'sec';
    font-size: 1.2rem;
    border-bottom: 2px solid transparent;
}
ul.nav--wrapper li a:hover{
    border-bottom: 2px solid var(--blue);
    color: var(--blue) !important;
}
.toggle--menu{
    background-color: var(--blue);
}
.banner--text{
    font-size: 1.2rem;
}
.banner--text h1{
    font-size: 4rem;
    font-family: "third";
    color: var(--blue);
    margin-bottom: 1rem;
}
.mobile--search{
    display: none;
}
.pink--back{
    background-color: var(--grey);
    padding: 5rem 0;
}
.enquiry--box{
    font-size: 1.2rem;
    background-color: var(--white);
    padding: 1rem 4rem;
    min-height: 350px;
    border-radius: 10px;
}
.enquiry--icon{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}
.enquiry--box h2{
    font-family: "third";
}
.enquiry--text{
    width: 55%;
}
.enquiry--box h2::after{
    content: "";
    display: block;
    width: 40px;
    height: 4px;
    background-color: var(--blue);
    border-radius: 10px;
    margin-top: .8rem;
}
ul.enquiry--list{
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    row-gap: 0;
    margin-top: 3rem;
}
ul.enquiry--list li{
    font-size: 1.3rem;
}
ul.enquiry--list li i{
    color: var(--blue);
}
ul.enquiry--list li a{
    text-decoration: none;
    color: var(--black);
}
.hdng{
    font-family: "third";
}
.sub--hdng{
    font-family: "first";
}
.hdng--size{
    font-size: 4rem;
}
.contact--form label, .contact--form label input, .contact--form label textarea{
    width: 100%;
    border: none;
    border-bottom: solid 1px;
    outline: none;
}
.contact--form label{
    margin-bottom: 2rem;
    border-bottom: none;
}
.contact--form label input{
    padding: 7px 0 3px 0;
}
.contact--form label textarea{
    border: solid 1px;
    height: 240px;
    padding: 1rem 1rem;
    border-radius: 4px;
}
.contact--form label span{
    color: red;
    display: none;
    font-size: .8rem;
}
.contact--form button{
    width: 130px;
    min-height: 54px;
    outline: none;
    border: none;
    background-color: var(--blue);
    color: var(--white);
    font-size: 1.3rem;
    border-radius: 6px;
}
.footer--bg{
    background-image: url(../images/footer-bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 3rem 0 .5rem;
}
.ftr--logo{
    display: block;
}
ul.ftr--socials{
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    font-size: 1.5rem;
}
ul.ftr--socials li a{
    color: var(--white);
}
ul.ftr--adress, ul.ftr--links{
    list-style-type: none;
    padding: 0;
}
ul.ftr--adress li{
    margin-bottom: .5rem;
    font-size: .9rem;
}
ul.ftr--adress li span{
    font-family: "third";
}
ul.ftr--links li a{
    color: var(--white);
    display: block;
    text-decoration: none;
    margin-bottom: .5rem;
}
.mdes--text{
    margin: 0 .5rem 0 0;
    font-size: 1.2rem;
}
.border--right{
    border-right: solid #4e4e4e 1px;
}
.grey--bg{
    background-color: var(--grey);
    padding: 4rem 0;
}
ul.experience--list{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 3rem;
    gap: 30px;
}
ul.experience--list li{
    display: flex;
    align-items: end;
    border-right: solid var(--black) 1px;
    padding-right: 2rem;
}
ul.experience--list li:last-child{
    padding-right: 0;
    border-right: 0;
}
ul.experience--list li span{
    color: var(--blue);
    font-size: 4rem;
    margin-right: 1rem;
}
ul.experience--list li .experience--text h4{
    font-family: "third";
    margin-bottom: .4rem;
}
.res--circle{
    width: 270px;
}
ul.job--buttons{
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
ul.job--buttons li a{
    background-color: var(--blue);
    color: var(--white) !important;
    text-decoration: none;
    display: block;
    max-width: 100%;
    min-width: 170px;
    text-align: center;
    padding: 1rem 0 0.85rem 0;
    border-radius: 7px;
}
.bold--weight{
    font-family: "third";
}
.insurance--box{
    text-align: center;
}
.insurance--icon{
    height: 250px;
    overflow: hidden;
}
.insurance--icon img{
    height: 100%;
    object-fit: cover;
}
.explore--btn{
    background-color: var(--blue);
    color: var(--white) !important;
    border-radius: 4px;
}
.knowledge--box h5{
    border-bottom: solid #000 2px;
    width: fit-content;
    padding: 0 2rem 0 2rem;
    position: relative;
}
.knowledge--box h5::after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: solid #0000 10px;
    border-right: solid #0000 10px;
    border-bottom: solid #000 14px;
    border-left: solid #0000 10px;
    position: absolute;
    bottom: 0;
    left: 0px;
}
.knowledge--box a{
    text-decoration: none;
}
.knowledge--box a span{
    font-family: "third";
    color: var(--black);
    display: block;
    margin-top: 2rem;
    font-size: 1.6rem;
}
.knowledge--box a span:hover{
    text-decoration: underline;
}
ul.dealer-btns{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    gap: 10px;
}
ul.dealer-btns li button{
    background-color: transparent;
    color: var(--black);
    border: none;
    outline: none;
    width: 150px;
    height: 50px;
    border-radius: 7px;
    margin-top: 3rem;
    font-size: 1.2rem;
}
ul.dealer-btns li button.active{
    background-color: var(--blue);
    color: var(--white);
}
.dearler-pincode{
    display: flex;
    flex-direction: column;    
    width: 50%;
    max-width: 100%;
}
.dearler-pincode input{
    outline: none;
    border: none;
    border-bottom: solid var(--blue) 1px;
    margin-top: 1.5rem;
    margin-bottom: 3rem;
    background-color: transparent;
    padding: 0 0 0.5rem 0;
}
.dearler-pincode button{
    width: 200px;
    height: 60px;
    outline: none;
    border: none;
    background-color: var(--blue);
    color: var(--white);
    border-radius: 7px;
    font-size: 1.3rem;
}
.workshop--details, .dealer--details{
    display: none;
}
.workshop--details.active, .dealer--details.active{
    display: flex;
}
.protection--icon{
    height: 210px;
    position: relative;
}
.static--image{
    border-right: solid #ccc 1px;
}
.no--border{
    border: 0;
}
.static--image img{
    width: 210px;
    height: 210px;
    transition: all ease-in-out .4s;
}
.mission--box{
    min-height: 250px;
}

.directors--icon{
    min-height: auto;
    overflow: hidden;
    border-radius: 10px;
    transition: all ease-in-out .4s;
}
.directors--text h3{
    margin-top: 1rem;
    margin-bottom: 0;
}
.directors--text a{
    text-decoration: none;
    color: var(--black);
    border-radius: 4px;
    margin-top: .5rem;
    display: table;
    transition: all ease-in-out .4s;
}
.directors--text p{
    font-size: 1.2rem;
    margin-top: .4rem;
}
.directors--text p::after{
    content: "";
    display: block;
    background-color: var(--blue);
    width: 50px;
    height: 4px;
    border-radius: 10px;
    margin-top: .2rem;
}
.depart{
    margin-bottom: 0;
}
.depart::after{
    display: none !important;
}
.directors--box:hover .directors--icon{
    box-shadow: 8px 8px 0 var(--blue);
}
.directors--box:hover a{
    background-color: var(--blue);
    color: var(--white) !important;
    padding: .5rem 1rem;
}
.team--box{
    border-right: solid var(--blue) 1px;
    padding: 0 3rem 0 2rem;
    height: 100%;
}
.team--box--nb{
    border-right: solid var(--blue) 0;
}

.team--box:hover .directors--icon{
    box-shadow: none;
}
.ceo--bg{
    background: url(../images/ceo.jpg);
    background-size: cover;
    background-position: center center;
    padding: 6rem 0;
}
.education--box{
    display: flex;
    min-height: 250px;
    align-items: flex-start;
    justify-content: center;
    padding-left: 1.5rem;
    border: solid var(--black) 1px;
    color: var(--black) !important;
    border-radius: 4px;
    text-decoration: none;
    flex-direction: column;
    transition: all ease-in-out .4s;
}
.education--box span{
    display: block;
    transition: all ease-in-out .4s;
    transform: translateY(100%);
    border-bottom: 4px solid transparent;
    opacity: 0;
}
.education--box:hover{
    background-color: var(--grey);
    border: solid #999 1px;
}
.education--box:hover span{
    display: block;
    width: 50px;
    border-bottom: 4px solid #000;
    border-radius: 8px;
    transition: all ease-in-out .4s;
    transform: translateY(0%);
    opacity: 1;
}
.apply--field select{
    border-radius: 4px;
}
.apply--field input, .apply--field select{
    width: 100%;
    border: none;
    border-bottom: 1px solid #000;
    outline: none;
    padding: 1rem 0;
}
.employee--btn input[type="radio"]{
    -webkit-appearance: none;
    appearance: none;
    display: flex;
    outline: none;
    align-items: center;
    justify-content: center;
    position: relative;
    float: left;
    margin-right: .5rem;
}
.employee--btn input[type="radio"]::before{
    content: "";
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border: solid var(--blue) 1px;
}
.employee--btn input[type="radio"]::after{
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background-color: var(--blue);
    border-radius: 50%;
    position: absolute;
}
.employee--btn input[type="radio"]:checked{
    width: 25px;
    height: 25px;
    background-color: var(--blue);
}
.employee--btn input[type="radio"]:checked::before{
    width: 25px;
    height: 25px;
    border: solid var(--blue) 1px;
}
.employee--btn input[type="radio"]:checked::after{
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background-color: var(--white);
    border-radius: 50%;
}
.file--upload input{
    border-bottom: none;
}
.file--upload input::-webkit-file-upload-button{
    visibility: hidden;
}
.file--upload input::before {
    content: 'Attach Resume';
    color: black;
    display: inline-block;
    background: transparent;
    border: 1px solid #999;
    border-radius: 3px;
    padding: 1rem 2rem;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-size: 1rem;
  }
.cover--letter input::before {
    content: 'Cover Letter';
}
.submit{
    background-color: var(--blue);
    color: var(--white);
    outline: none;
    border: none;
    padding: 1rem 3rem;
    border-radius: 4px;
    font-size: 1.2rem;
}
.press--release--box a{
    transition: all ease-in-out .4s;
}
.press--release--box a:hover{
    background-color: var(--blue);
    color: var(--white);
}
.ftr--bottom--text p{
    margin-bottom: 0;
}





@media only screen and (max-width: 1400px){
    ul.nav--wrapper li{
        margin: 0 0 0 1.2rem;
    }
    .enquiry--box{
        min-height: 380px;
    }
    .mission--box{
        min-height: 280px;
    }
    .res--circle {
        width: 235px;
    }
}
@media only screen and (max-width: 1200px){
    .res--logo {
        width: 190px;
    }
    ul.nav--wrapper li {
        margin: 0 0 0 1rem;
    }
    ul.nav--wrapper li a {
        font-family: 'first';
        font-size: 1rem;
    }  
    .banner--text h1 {
        font-size: 3rem;
    }
    .enquiry--box{
        padding: 1rem 1.5rem;
    }
    .enquiry--text{
        width: 100%;
    }
    .insurance--icon{
        height: 270px;
    }
    
}
@media only screen and (max-width: 991px){      
    ul.top--icons {
        position: unset;
    }
    ul.nav--wrapper{
        left: 0;
    }
    ul.nav--wrapper li{
        margin: 0 0 0 1.2rem;;
    }
    ul.ftr--adress{
        border-bottom: 1px solid #ccc;
        padding: 1rem 0;
    }
    .show--icons{
        display: flex !important;
        width: 100%;
    }
    ul.top--icons{
        display: none;
    }
    .mobile--search--box{
        display: flex;
    }
    .mobile--search{
        display: block;
        width: 50px;
        border: none;
        outline: none;
        background-color: var(--blue);
        color: #ffffffb8;
        border-radius: 5px;
        margin: 0 0 0 5px;
        font-size: 1.1rem;
    }
    .border--right{
        border-right: solid #4e4e4e 0px;
    }
    .enquiry--box{
        padding: 1rem 2rem;
    }
    .enquiry--icon img{
        width: 50px;
    }
    .insurance--box h5{
        font-family: 'first';
        font-size: 1.2rem !important;
    }
    .insurance--icon{
        height: 170px;
    }
    .directors--text h3{
        font-size: 1.2rem;
    }
    .directors--text p{
        font-size: 1rem;
    }
    .team--box {
        border-right: solid #ccc 1px;
        padding: 0 1.5rem 0 0rem;
        height: 100%;
    }
    .ceo--bg{
        background: #f5f3f2;
        padding: 3rem 0;
    }
}
@media only screen and (max-width: 768px){
    ul.ftr--adress, ul.ftr--links{
        border-bottom: 1px solid #ccc;
        padding: 1rem 0;
    }
    .enquiry--box, .mission--box{
        min-height: auto;
    }
    ul.enquiry--list{
        margin-top: 2rem;
    }
    .insurance--icon{
        height: auto;
    }
    .insurance--icon img {
        height: 200px;
    }
    .team--box {
        border-right: solid #ccc 0;
        padding: 0;
        height: 100%;
    }
    .ftr--logo{
        margin: 0 auto;
    }
}
@media only screen and (max-width: 576px){
    ul.nav--wrapper li {
        margin: 0 0 0 0;
    }
    .banner--text h1 {
        font-size: 2rem;
        text-align: center;
        display: block !important;
        border: none !important;
    }
    .banner--text, .content, .enquiry--box {
        font-size: 1rem;
    }
    .res-banner{
        width: 300px;
    }
    .res--circle{
        width: 170px;
        margin: 0 auto;
        display: block;
    }
    .insurance--icon{
        margin-bottom: 2rem;
    }
    .insurance--icon img {
        height: 210px;
        object-fit: cover;
    }
}
@media only screen and (max-width: 420px){
    ul.job--buttons{
        flex-direction: column;
    }
}