*{
    font-family: 'Josefin Sans', sans-serif;
    /* background-color: #f9f9f9; */
}

.head {
    min-height: 300px;
    overflow: hidden;
}

.bg-image {
    top: 0;
    left: 0;
    z-index: 0;
}

.bg-image img {
    object-fit: cover;
    object-position: center;
}

.career-img {
    max-width: 306px;
    width: 313px;
    height: auto;
    /* left: 10px; */
    position: absolute;
    top: 50px;
    right: -116px;
    z-index: 1;
    opacity: 0.9;
}

/* Mobile adjustment */
@media (max-width: 768px) {
    .career-img {
        max-width: 120px;
        top: 10px;
        right: 10px;
    }

    .head h1 {
        font-size: 2rem;
    }

    .head .breadcrumb {
        font-size: 0.9rem;
    }
}

 body {
    /* font-family: 'Segoe UI', sans-serif; */
    background-color: #fff;
    color: #1a237e;
}

.contact-section {
    padding: 60px 20px;
}

.contact-section h2 {
    font-weight: 700;
    font-size: 50px;
    color: #1a237e;
    margin-bottom: 30px;
}

.contact-section .form-control {
    border-radius: 6px;
    padding: 10px 15px;
}

.contact-section .btn-send {
    background-color: #3f51b5;
    color: white;
    font-weight: 600;
    border: none;
    padding: 12px;
    border-radius: 8px;
    transition: background 0.3s;
}

.contact-section .btn-send:hover {
    background-color: #303f9f;
}

.contact-info h4 {
    color: #1a237e;
    font-weight: 700;
    font-size: 51px;
    margin-bottom: 20px;
}

.contact-info p {
    color: #1a237e;
    margin-bottom: 10px;
    font-size: 30px;
    font-size: 1rem;
}

.contact-info strong {
    color: #1a237e;
    display: block;
    font-size: 20px;
    margin-bottom: 5px;
}