html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.main-content {
    flex: 1 0 auto;
    padding-bottom: 40px;
}

.navbar {
    background-color: white !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    padding: 0.75rem 1rem; /* Slightly increased padding */
    min-height: 80px; /* Ensure navbar is tall enough */
    display: flex;
    align-items: center;
}

.navbar-nav {
    margin-left: auto;
    margin-right: 2rem;
}

.nav-item {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.navbar-brand img {
    height: 60px; /* Increased from 40px */
    width: auto;
    margin-right: 10px; /* Added some spacing after the logo */
    transition: all 0.3s ease; /* Smooth transition for any changes */
}


.navbar-brand {
    padding: 0;
    font-weight: bold;
    color: #0046cc !important;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
}

    .navbar-brand span {
        color: #333;
    }

.nav-link {
    color: #333 !important;
    font-weight: 500;
    padding: 0.5rem 1rem !important;
    transition: all 0.3s ease;
}

    .nav-link:hover {
        color: #0046cc !important;
    }

    .nav-link.active {
        background-color: #0046cc !important;
        color: white !important;
        border-radius: 4px;
    }

.get-in-touch {
    background-color: #0046cc;
    color: white !important;
    padding: 0.5rem 1.5rem !important;
    border-radius: 4px;
    text-decoration: none;
    margin-left: 1rem;
}

    .get-in-touch:hover {
        background-color: #003399;
    }

/* Enhanced Dropdown Styling */
.nav-item.dropdown {
    position: relative;
}

.dropdown-menu {
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 8px 0;
    margin-top: 10px;
    min-width: 220px;
    animation: dropdown-fade 0.2s ease-in-out;
}

.dropdown-item {
    padding: 10px 20px;
    color: #333;
    font-size: 14px;
    transition: all 0.2s ease;
}

    .dropdown-item:hover {
        background-color: #f8f9fa;
        padding-left: 24px;
        color: #0047AB;
    }

/* Optional: Add a subtle arrow indicator */
.dropdown-menu::before {
    content: '';
    position: absolute;
    top: -5px;
    left: 20px;
    width: 10px;
    height: 10px;
    background: white;
    transform: rotate(45deg);
    border-top: 1px solid rgba(0,0,0,0.05);
    border-left: 1px solid rgba(0,0,0,0.05);
}

/* Animation for smooth appearance */
@keyframes dropdown-fade {
    from

{
    opacity: 0;
    transform: translateY(-8px);
}

to {
    opacity: 1;
    transform: translateY(0);
}

}

/* Active state styling */
.dropdown-item.active,
.dropdown-item:active {
    background-color: #0047AB;
    color: white;
}

/* Hover effect for main dropdown toggle */
.nav-link.dropdown-toggle:hover {
    color: #0047AB !important;
}

.navbar-brand img {
    height: 40px;
    width: auto;
}

footer {
    background-color: #0F1744;
    color: white;
    padding: 40px 0;
    margin-top: auto;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    padding: 0 20px;
}

.footer-section h3 {
    color: white;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 500;
}

.footer-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .footer-section ul li {
        margin-bottom: 10px;
    }

        .footer-section ul li a {
            color: white;
            text-decoration: none;
            font-size: 14px;
            transition: opacity 0.3s;
        }

            .footer-section ul li a:hover {
                opacity: 0.8;
            }

.footer-contact {
    color: white;
    font-size: 14px;
}

    .footer-contact p {
        margin-bottom: 10px;
    }

.newsletter-form {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

    .newsletter-form input {
        padding: 8px 12px;
        border: none;
        border-radius: 4px;
        flex-grow: 1;
    }

    .newsletter-form button {
        padding: 8px 20px;
        background-color: white;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        transition: background-color 0.3s;
    }

.social-links {
    display: flex;
    gap: 15px;
    margin-top: 15px;
}

    .social-links a {
        color: white;
        font-size: 20px;
        transition: opacity 0.3s;
    }

        .social-links a:hover {
            opacity: 0.8;
        }

.copyright {
    text-align: center;
    padding-top: 20px;
    font-size: 12px;
    opacity: 0.8;
}

.navbar-brand img {
    height: 40px;
    width: auto;
}

.footer-logo img {
    height: 50px;
    width: auto;
    margin-bottom: 20px;
}


.follow-section h4 {
    color: white;
    margin-bottom: 15px;
}
  
    /* Reset default spacing */
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    body {
        overflow-x: hidden;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    /* Override any container classes from your layout */
    .container,
    .container-fluid {
        max-width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        overflow-x: hidden;
    }

    .career-section {
        width: 100vw;
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%);
        position: relative;
        background: linear-gradient(90deg, rgba(7, 28, 77, 1) 0%, rgba(7, 28, 77, 0.9) 100%);
        overflow: hidden;
    }

    .career-container {
        width: 100%;
        min-height: 600px;
        display: flex;
        margin: 0;
        padding: 0;
    }

    .career-content {
        width: 50%;
        display: flex;
        align-items: center;
        position: relative;
        z-index: 2;
        padding: 0;
    }

    .career-text {
        max-width: 600px;
        padding: 40px;
        margin-left: 10%;
        background: rgba(7, 28, 77, 0.9);
        border-radius: 10px;
    }

        .career-text h1 {
            color: #ffffff;
            font-size: 42px;
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 20px;
        }

        .career-text p {
            color: #ffffff;
            font-size: 18px;
            line-height: 1.6;
            opacity: 0.9;
            margin-bottom: 0;
        }

    .career-image {
        width: 50%;
        position: relative;
        overflow: hidden;
    }

        .career-image img {
            position: absolute;
            width: 100%;
            height: 100%;
            object-fit: cover;
            right: 0;
            top: 0;
        }

    /* Remove any layout page margins */
    .layout-page-container {
        margin: 0 !important;
        padding: 0 !important;
        max-width: 100% !important;
        overflow-x: hidden;
    }

     @media (max-width: 1024px) {
        .career-container

    {
        flex-direction: column;
    }

    .career-content,
    .career-image {
        width: 100%;
    }

    .career-text {
        margin-left: 5%;
        margin-right: 5%;
        max-width: 90%;
    }

    .career-image {
        min-height: 400px;
        position: relative;
    }

        .career-image img {
            position: relative;
            height: 400px;
        }

    }

     @media (max-width: 768px) {
        .career-text

    {
        padding: 30px;
    }

    .career-text h1 {
        font-size: 32px;
    }

    .career-text p {
        font-size: 16px;
    }

    }

     @media (max-width: 480px) {
        .career-text

    {
        padding: 20px;
        margin-left: 15px;
        margin-right: 15px;
    }

    .career-text h1 {
        font-size: 28px;
    }

    .career-image {
        min-height: 300px;
    }

        .career-image img {
            height: 300px;
        }

    }
  
  
    .career-details {
        padding: 60px 0;
        background-color: #fff;
        width: 100%;
    }

    .details-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
    }

    .main-title {
        font-size: 36px;
        color: #333;
        margin-bottom: 30px;
        font-weight: 600;
    }

    .intro-text {
        font-size: 16px;
        line-height: 1.6;
        color: #666;
        margin-bottom: 40px;
        max-width: 1000px;
    }

    .benefits-grid {
        display: flex;
        gap: 40px;
        margin-bottom: 50px;
    }

    .benefits-list {
        flex: 1;
    }

    .benefit-item {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        gap: 10px;
    }

    .checkmark {
        min-width: 24px;
    }

    .section-title {
        font-size: 28px;
        color: #333;
        margin: 40px 0 30px;
    }

    .requirements-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 20px;
        margin-bottom: 50px;
    }

    .requirement-item {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .culture-section {
        display: flex;
        gap: 40px;
        align-items: center;
        margin: 60px 0;
    }

    .culture-image {
        flex: 1;
        min-height: 400px;
        position: relative;
    }

        .culture-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 8px;
        }

    .culture-text {
        flex: 1;
        font-size: 16px;
        line-height: 1.6;
        color: #666;
    }

    .join-section {
        text-align: center;
        margin: 40px 0;
    }

    .join-title {
        font-size: 32px;
        color: #333;
        font-weight: 600;
    }

     @media (max-width: 768px) {
        .benefits-grid

    {
        flex-direction: column;
        gap: 20px;
    }

    .culture-section {
        flex-direction: column;
    }

    .culture-image {
        min-height: 300px;
        width: 100%;
    }

    .main-title {
        font-size: 28px;
    }

    .section-title {
        font-size: 24px;
    }

    .join-title {
        font-size: 28px;
    }

    .career-details {
        padding: 40px 0;
    }

    }

     @media (max-width: 480px) {
        .requirements-grid

    {
        grid-template-columns: 1fr;
    }

    .main-title {
        font-size: 24px;
    }

    .section-title {
        font-size: 22px;
    }

    .join-title {
        font-size: 24px;
    }

    }
  
  
    .current-openings {
        padding: 60px 0;
        background-color: #f8f9fa;
        width: 100%;
    }

    .openings-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
    }

    .openings-title {
        font-size: 36px;
        color: #333;
        text-align: center;
        margin-bottom: 20px;
    }

    .openings-description {
        text-align: center;
        max-width: 800px;
        margin: 0 auto 40px;
        color: #666;
        line-height: 1.6;
    }

    .search-filters {
        display: flex;
        gap: 20px;
        margin-bottom: 40px;
        flex-wrap: wrap;
    }

    .search-box {
        flex: 1;
        min-width: 250px;
        position: relative;
    }

    .search-input {
        width: 100%;
        padding: 12px 40px 12px 15px;
        border: 1px solid #ddd;
        border-radius: 4px;
        font-size: 14px;
    }

    .search-button {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        background: none;
        border: none;
        cursor: pointer;
    }

    .filter-group {
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
    }

    .filter-select {
        padding: 12px 30px 12px 15px;
        border: 1px solid #ddd;
        border-radius: 4px;
        font-size: 14px;
        min-width: 200px;
        appearance: none;
        background: #fff url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23666'%3e%3cpath d='M7 10l5 5 5-5z'/%3e%3c/svg%3e") no-repeat right 10px center;
        background-size: 20px;
    }

    .job-listings {
        display: grid;
        gap: 20px;
    }

    .job-card {
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 8px;
        padding: 25px;
        transition: all 0.3s ease;
    }

        .job-card:hover {
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            transform: translateY(-2px);
        }

    .job-title {
        font-size: 20px;
        color: #333;
        margin-bottom: 15px;
    }

    .job-meta {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
        margin-bottom: 15px;
    }

    .job-category, .job-location {
        display: flex;
        align-items: center;
        gap: 5px;
        color: #666;
        font-size: 14px;
    }

    .more-details {
        color: #0047CC;
        text-decoration: none;
        font-size: 14px;
        font-weight: 500;
        display: inline-block;
    }

        .more-details:hover {
            text-decoration: underline;
        }

     @media (max-width: 768px) {
        .search-filters

    {
        flex-direction: column;
    }

    .filter-group {
        width: 100%;
    }

    .filter-select {
        width: 100%;
    }

    .openings-title {
        font-size: 28px;
    }

    .job-meta {
        flex-direction: column;
        gap: 10px;
    }

    }

     @media (max-width: 480px) {
        .current-openings

    {
        padding: 40px 0;
    }

    .openings-title {
        font-size: 24px;
    }

    .job-card {
        padding: 20px;
    }

    .job-title {
        font-size: 18px;
    }

    }
  