@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Caveat:wght@400;700&family=Lobster&family=Monoton&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display+SC:ital,wght@0,400;0,700;1,700&family=Playfair+Display:ital,wght@0,400;0,700;1,700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,700&family=Work+Sans:ital,wght@0,400;0,700;1,700&display=swap');

.sk_logo {
    width: 200px;
    height: 50px;
}

#navItem1 {
    color: #2c2c2c;
    font-family: "Roboto";
}

#navItem2 {
    color: #2c2c2c;
    font-family: "Roboto";
}

#navItem3 {
    color: #2c2c2c;
    font-family: "Roboto";
}

#navItem4 {
    color: #2c2c2c;
    font-family: "Roboto";
}

.banner-section-bg-container {
    background-image:url("images/career\ bg.png");
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    
}

.banner-heading-car {
    color:#2980b9;
    font-size: 48px;
    font-weight: bold;
}

.banner-heading-car span {
    color: black;

}
.banner-caption-car {
    color: #000000;
    font-family: "Roboto";
    font-size: 21px;
    font-weight:bold
}

.client-button {
    color: white;
    font-family: "Roboto";
    background-color: #1a95e8;
    width: 115px;
    height: 40px;
    border-width: 0;
    border-radius: 10px;
    margin-right: 10px;
    cursor: pointer;
    transition: background-color 0.5s ease;
}


.client-button:hover {
    background-color: #2980b9;
    transform: scale(1.05);
    box-shadow: 0 7px 15px rgba(0, 0, 0, 0.2);
}

.main-heading-car {
    font-family: "Roboto";
    color: #2980b9;
    font-weight: bold;
}

.description-car {
    color: #616c7c;
    font-size: 20px;
    font-family: "Roboto";
}

.card-container-car {
    text-align: center;
    border-radius: 15px;
    transition: border-color 0.3s ease, transform 0.3s ease;
}

.card-container-car:hover {
  border-color: #939797;
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.card-image-car {
    width: 40%;
}

.heading-car {
    font-family: "Roboto";
    font-size: 24px;
    font-weight: bold;
    color:#2980b9;
}

.para-car {
    color: #000000;
    font-weight: 18px;
    font-family: "Monospace";
}

.para-car2 {
    color: #000000;
    font-size: 13px;
}

.bg-container-bottom {
    background-color: #ffffff;
    padding: 8px;
    padding-top: 40px;
    padding-bottom: 10px;
    height: cover;
}

.card-description {
    color: #353434;
    font-size: 16px;
    font-family: "Roboto";
}

.card-headings {
    color: #353434;
    font-size: 20px;
    font-family: "Roboto";
    font-weight: bold;
}

.adress {
    color: #353434;
    font-size: 16px;
    font-family: "Roboto";
    text-align: justify;
}

.icon-container {
    background-color: #fcfcfc;
    border: 4px solid #2980b9;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    padding-top: 9px;
    padding-bottom: 9px;
}

.font-awesome-icons {
    color: #2980b9;
    font-size: 24px;
}

.hr-line {
    background-color: #2980b9;
}

.copy-right {
    color: #5a7184;
}
.navbar-nav .nav-link {
    position: relative;
    display: inline-block;
    color: #2c2c2c !important;
    font-family: "Roboto";
    padding: 8px 10px;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background-color: #1a95e8;
    transition: width 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: #1a95e8 !important;
}
.navbar-nav .nav-link.active {
    color: #1a95e8 !important;
}

.navbar-nav .nav-link.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background-color: #1a95e8;
}

.card-description-1 {
    text-align: center;
}

.map-responsive {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    width: 300px;
    height: 100%;
    overflow: hidden;
}

.map-responsive iframe {
    position: absolute;
    border-radius: 20px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.icon-container a i {
    color: #007bff; /* default icon color */
    font-size: 25px;
    transition: transform 0.3s ease, color 0.3s ease;
}

.icon-container a:hover i {
    color: #007bff; /* change this to match your theme */
    transform: scale(1.2); /* slightly zoom in */
}

.icon-container a:hover .fa-facebook { color: #3b5998; }
.icon-container a:hover .fa-instagram { color: #E4405F; }
.icon-container a:hover .fa-linkedin { color: #0077b5; }
.icon-container a:hover .fa-whatsapp { color: #25D366; }
