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;
}
  
    *, *::before, *::after {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    body, html {
        margin: 0;
        padding: 0;
        width: 100%;
        overflow-x: hidden;
    }

    /* Remove any container margins/padding */
    .container, .container-fluid {
        padding: 0 !important;
        margin: 0 !important;
        max-width: 100% !important;
    }

    .contact-section {
        background: linear-gradient(to right, #003366, #006699);
        padding: 80px 0;
        color: white;
        position: relative;
        overflow: hidden;
        width: 100vw;
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%);
        left: 0;
        right: 0;
    }

    .contact-content {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
        position: relative;
        z-index: 2;
    }

    .contact-title {
        font-size: 3.5rem;
        font-weight: bold;
        margin-bottom: 20px;
        line-height: 1.2;
    }

    .contact-description {
        font-size: 1.1rem;
        max-width: 600px;
        opacity: 0.9;
        line-height: 1.6;
    }

    .floating-icons {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 50%;
        height: 100%;
        opacity: 0.8;
    }

    .contact-card {
        background: rgba(9, 25, 72, 0.9);
        padding: 40px;
        border-radius: 10px;
        max-width: 600px;
    }

    .decorative-icons {
        position: absolute;
        bottom: 40px;
        right: 40px;
        display: flex;
        gap: 30px;
    }

        .decorative-icons i {
            font-size: 2.5rem;
            color: rgba(255, 255, 255, 0.3);
            transition: color 0.3s ease;
        }

            .decorative-icons i:hover {
                color: rgba(255, 255, 255, 0.5);
            }

    /* Updated Contact Form Section Styles */
    .contact-form-section {
        padding: 60px 0;
        background: #fff;
        width: 100vw;
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%);
    }

    /* Updated Container Layout */
    .contact-form-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
    }

    /* Updated Company Info Layout */
    .company-info {
        display: flex;
        gap: 40px;
        width: 100%;
    }

    /* New Image Container */
    .image-container {
        flex: 1;
        min-width: 300px;
    }

    /* New Company Details Container */
    .company-details-container {
        flex: 1;
        min-width: 300px;
        padding: 20px;
    }

    .contact-image-container {
        width: 100%;
        position: relative;
        border-radius: 10px;
        overflow: hidden;
        margin: 0;
    }

    .contact-image {
        width: 100%;
        height: auto;
        display: block;
    }

    .contact-icons-overlay {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: rgba(255, 255, 255, 0.9);
        padding: 10px 20px;
        border-radius: 25px;
        display: flex;
        gap: 20px;
        align-items: center;
    }

        .contact-icons-overlay i {
            font-size: 20px;
            color: #003366;
        }

        .contact-icons-overlay .icon-divider {
            width: 1px;
            height: 20px;
            background: #ccc;
        }

    .contact-message {
        margin-bottom: 30px;
    }

    .company-details {
        margin-top: 30px;
    }

        .company-details h2 {
            font-size: 24px;
            margin-bottom: 20px;
        }

    .contact-info {
        margin-top: 20px;
    }

        .contact-info a {
            display: flex;
            align-items: center;
            color: #333;
            text-decoration: none;
            margin-bottom: 10px;
        }

        .contact-info i {
            margin-right: 10px;
            color: #003366;
        }

    .business-hours {
        margin-top: 20px;
        color: #666;
    }

    .action-buttons {
        display: flex;
        gap: 15px;
        margin-top: 20px;
    }

    .action-btn {
        padding: 10px 20px;
        text-decoration: none;
        color: #003366;
        border: 1px solid #003366;
        border-radius: 5px;
        display: inline-flex;
        align-items: center;
    }

    .join-btn {
        background: #003366;
        color: white;
        padding: 12px 25px;
        border-radius: 5px;
        text-decoration: none;
        display: inline-block;
        margin-top: 20px;
    }

    /* Responsive Design */
     @media (max-width: 992px) {
        .company-info

    {
        flex-direction: column;
    }

    .image-container,
    .company-details-container {
        width: 100%;
    }

    .contact-title {
        font-size: 2.5rem;
    }

    .floating-icons {
        opacity: 0.3;
    }

    .decorative-icons {
        bottom: 20px;
        right: 20px;
    }

        .decorative-icons i {
            font-size: 2rem;
        }

    .contact-content {
        padding: 0 15px;
    }

    .action-buttons {
        flex-direction: column;
    }

    .action-btn {
        width: 100%;
        justify-content: center;
    }

    }

     @media (max-width: 768px) {
        .contact-title

    {
        font-size: 2rem;
    }

    .contact-card {
        padding: 30px;
    }

    .company-details h2 {
        font-size: 20px;
    }

    }