 /* Top Navigation Bar */
.top-bar {
    padding: 0.5rem 1rem;
    background-color: #343a40;
    border-bottom: 1px solid #333;
}

/* Navbar links styling */
.navbar-nav .nav-link {
    font-size: 1.1rem;
    font-weight: 500;
    color: #fff;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: #007bff;
}

/* Mega Menu Layout */
.dropdown-menu {
    width: 89%;
    left: 5%;
    right: 20%;
    border-radius: 0;
    padding: 5px;
    box-shadow: 0px 6px 12px rgba(33, 2, 172, 0.47);
}

.dropdown-hover:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
}

/* Mega menu items styling */
.mega-menu-column {
    padding: 15px;
    background-color: #f8f9fa;
    border-radius: 8px;
}

/* Heading styles */
.mega-menu-column h6 {
    font-size: 1.2rem;
    font-weight: bold;
    color: #007bff;
    margin-bottom: 1rem;
}

.dropdown-menu .dropdown-item {
    font-size: 0.95rem;
    color: #333;
    transition: color 0.3s ease;
}

.dropdown-menu .dropdown-item:hover {
    color: #007bff;
}

.dropdown-menu img {
    max-width: 100%;
    border-radius: 8px;
}

/* Submenu styling */
#submenuhere {
    display: none;
    padding: 15px;
    background-color: #f8f9fa;
    border-radius: 8px;
}

/* Hide topbar items in mobile view */
@media (max-width: 992px) {
    .topbar-items {
        display: none;
    }

    /* Mobile-specific styling for mega menu items */
    .mega-menu-items {
        display: block;
    }
}




.themega{
    background-color: #022243 !important;
}



    /* styles.css */

    /* Container for the social media icons */
    .social-media-links {
        position: fixed;
        /* Fixed position */
        right: 20px;
        /* Distance from the right edge */
        top: 50%;
        /* Center vertically */
        transform: translateY(-50%);
        /* Adjust for exact centering */
        display: flex;
        /* Display icons in a row */
        flex-direction: column;
        /* Arrange icons vertically */
        gap: 10px;
        /* Space between icons */
        z-index: 1;
    }

    /* Style each icon */
    .social-icon {
        display: inline-block;
        /* Make each icon an inline-block element */
        width: 40px;
        /* Width of the icon */
        height: 40px;
        /* Height of the icon */
        /* background-color: #333; */
        background-color: rgb(4, 4, 91);

        /* Background color of the icon */
        color: #fff;
        /* Color of the icon */
        text-align: center;
        /* Center the icon inside the link */
        line-height: 40px;
        /* Vertically center the icon */
        border-radius: 50%;
        /* Make the icon circular */
        transition: background-color 0.3s, color 0.3s;
        /* Smooth transition on hover */
        font-size: 20px;
        /* Size of the icon */
    }

    .social-icon:hover {
        background-color: #555;
        /* Change background color on hover */
        color: #ddd;
        /* Change icon color on hover */
    }


    /* Set specific colors for each icon */
    .social-icon.facebook {
        background-color: #1877F2;
        /* Facebook blue */
    }

    .social-icon.twitter {
        background-color: #1DA1F2;
        /* Twitter blue */
    }

    .social-icon.instagram {
        background-color: #C13584;
        /* Instagram gradient */
    }

    .social-icon.linkedin {
        background-color: #0077B5;
        /* LinkedIn blue */
    }

    .social-icon.phone {
        background-color: #25D366;
        /* WhatsApp green */
    }

    .social-icon.whatsapp {
        background-color: #25D366;
        /* WhatsApp green */
    }

    .social-icon.email {
        background-color: #D44638;
        /* Email red */
    }

    /* Hover effects for each icon */
    .social-icon:hover {
        opacity: 0.8;
        /* Slightly reduce opacity on hover */
    }

    /* Specific hover colors for each icon */
    .social-icon.facebook:hover {
        background-color: #165E9D;
        /* Darker shade of Facebook blue */
    }

    .social-icon.twitter:hover {
        background-color: #0D95E8;
        /* Darker shade of Twitter blue */
    }

    .social-icon.instagram:hover {
        background-color: #A1306C;
        /* Darker shade of Instagram pink */
    }

    .social-icon.linkedin:hover {
        background-color: #005582;
        /* Darker shade of LinkedIn blue */
    }

    .social-icon.phone:hover {
        background-color: #1E8E3E;
        /* Darker shade of WhatsApp green */
    }

    .social-icon.email:hover {
        background-color: #B63528;
        /* Darker shade of Email red */
    }

    .social-icon.whatsapp:hover {
        background-color: #1E8E3E;
        /* Darker shade of WhatsApp green */
    }



 
a{
    text-decoration: none !important;
}



.navbar-navddddddddd .nav-linkzzzzzzzzz:hover {
    color: #05051f87;
}

