/* Top Bar */
.top-bar {
    font-size: 14px;
    background-color: #add8e6; /* Light blue background */
}

.bg-light-blue {
    background-color: #add8e6; /* Custom Light Blue Background */
}

.top-bar i {
    margin-right: 5px;
}

.top-bar .social-icons a {
    font-size: 18px;
    color: #333; /* Default color for social icons */
}

.top-bar .social-icons a:hover {
    color: #007bff; /* Hover color for social icons */
}

/* Navbar */
.navbar {
    padding: 10px 0;
}

.navbar-brand h1 {
    font-size: 32px;
    margin: 0;
}

.navbar-nav .nav-link {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    padding-right: 15px;
}

.navbar-nav .nav-link:hover {
    color: #007bff; /* Hover color for nav links */
}

.navbar-nav .nav-link.active {
    color: #007bff;
    font-weight: bold;
}

/* Dropdown with Multi-Column */
.multi-column-dropdown {
    width: 100%;
    padding: 1rem;
    background-color: #f8f9fa;
    border-radius: 5px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
}

.multi-column-dropdown .dropdown-item {
    padding: 0.5rem 1rem;
    color: #333;
    text-decoration: none;
}

.multi-column-dropdown .dropdown-header {
    font-weight: bold;
    margin-bottom: 0.5rem;
    color: #007bff;
}

.multi-column-dropdown .dropdown-item:hover {
    background-color: #007bff;
    color: #fff;
}

/* Ensure the dropdown fills the width of the menu */
@media (min-width: 992px) {
    .dropdown-menu {
        display: none;
        position: absolute;
        width: 100%;
    }

    .dropdown-menu.show {
        display: block;
    }
}

/* Full width dropdown styling */
.full-width-dropdown {
    position: absolute;
    left: 0;
    right: 0;
    width: 100vw; /* Full viewport width */
    top: 100%;
    margin-top: 0; /* Adjust margin */
    background-color: white;
    padding: 20px 0;
    z-index: 1000;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.full-width-dropdown .container-fluid {
    max-width: 100%; /* Ensure it covers the full width */
}

/* Dropdown header */
.dropdown-menu .dropdown-header {
    font-weight: bold;
    font-size: 16px;
    color: #007bff;
}

/* Dropdown items */
.dropdown-menu .dropdown-item {
    padding: 10px 15px;
    font-size: 14px;
    color: #333;
    transition: all 0.3s ease;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #f8f9fa;
    color: #007bff;
}

/* Ensure the dropdown shows on click, not hover */
.navbar .dropdown-menu {
    display: none; /* Initially hide the dropdown */
}

.navbar .dropdown-menu.show {
    display: block; /* Show the dropdown on click */
}
/* Full Width Dropdown Styling */
.full-width-dropdown {
    position: absolute;
    left: 0;
    right: 0;
    width: 100vw; /* Full viewport width */
    top: 100%;
    margin-top: 0;
    background-color: white;
    padding: 30px 0; /* Add more padding for breathing space */
    z-index: 1000;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    display: none;
}

.full-width-dropdown .container-fluid {
    max-width: 100%;
}

.dropdown-header {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
    color: #007bff;
}

.multi-column-dropdown .dropdown-item {
    padding: 10px 20px; /* Increased padding */
    font-size: 16px; /* Larger font size for readability */
    color: #333;
    transition: all 0.3s ease;
}

.multi-column-dropdown .dropdown-item:hover {
    background-color: #007bff;
    color: #fff;
}

.navbar .dropdown-menu.show {
    display: block !important;
}

/* Ensuring consistent spacing between dropdown items and their headers */
.multi-column-dropdown .col-md-3 {
    padding: 10px 20px; /* Adding padding to each column */
}

.multi-column-dropdown {
    border-radius: 6px;
}

/* Media Query for Larger Screens */
@media (min-width: 992px) {
    .navbar .dropdown-menu {
        display: none;
        position: absolute;
        width: 100vw;
    }

    .navbar .dropdown-menu.show {
        display: block !important;
    }
}

 /* Add your custom styles here */
 .hero-banner {
    padding: 50px 0;
    text-align: center;
    background-color: #f5f5f5;
}

.search-form input {
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #ddd;
    width: 100%;
    max-width: 500px;
}

.search-form button {
    padding: 10px 20px;
    font-size: 16px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
}

.services-section {
    padding: 50px 0;
    background-color: #f9f9f9;
}

.service-card {
    padding: 30px;
    text-align: center;
    border-radius: 10px;
    background-color: #e7f0ff;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

.service-card:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.service-card h5 {
    font-size: 24px;
    font-weight: bold;
}

.service-card a {
    text-decoration: none;
    color: #007bff;
    font-weight: bold;
    font-size: 16px;
}

.icon-list {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.icon-list a {
    color: #333;
    font-size: 24px;
}

.icon-list a:hover {
    color: #007bff;
}

.info-section {
    text-align: center;
    padding: 20px 0;
    font-size: 18px;
}

.hero-section {
    background-color: white;
    padding: 50px 0;
    margin-top: 10%;
    margin-bottom: 1%;
}
.hero-title {
    color: #2C3E50;
    padding: 20px;
}
.hero-subtitle {
    color: #2ECC71;
}
.search-bar {
    margin-top: 20px;
    margin-bottom: 20px;
}
.search-bar .form-control {
    border: 2px solid #BDC3C7;
}
.btn-search {
    background-color: #3498DB;
    color: white;
    border: none;
}
.category-list {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
    text-align: center;
}
.category-list li {
    display: inline-block;
    margin: 0 15px;
}
.category-list a {
    color: #2C3E50;
    font-size: 16px;
}
.action-boxes {
    display: flex;
    justify-content: space-around;
    margin-top: 40px;
}
.action-box {
    background-color: #9aaffea1;
    padding: 40px;
    border-radius: 20px;
    color: white;
    width: 30%;
    text-align: center;
    transition: transform 0.3s ease;
}
.action-box:hover {
    transform: scale(1.05);
}
.action-box h3 {
    font-size: 1.2rem;
    font-weight: bold;
}
.stats-slider {
    background-color: #203897;
    padding: 10px 0;
    color: #ffffff;
    font-weight: bold;
    margin-top: 50px;
}
.stats-item {
    display: inline-block;
    padding: 0 20px;
}
.stats-item:not(:last-child)::after {
    content: "/";
    padding-left: 20px;
    color: #ffffff;
}
.service-box {
background-color: #fff;
border: 1px solid #ddd;
border-radius: 5px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
padding: 20px;
margin-bottom: 20px;
transition: transform 0.2s, box-shadow 0.2s;
}

.service-box:hover {
transform: translateY(-5px);
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.service-title {
font-size: 1.2em;
font-weight: bold;
color: #007bff;
margin-bottom: 10px;
}

.service-list {
list-style: none;
padding: 0;
}

.service-list li {
margin-bottom: 10px;
}

.service-list li a {
color: #333;
text-decoration: none;
}

.service-list li a:hover {
text-decoration: underline;
}

.fa-hands-holding-circle, .fa-chart-line, .fa-file-alt {
margin-right: 10px;
}

.service-box {
background-color: #fff;
border: 1px solid #ddd;
border-radius: 5px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
padding: 20px;
margin-bottom: 20px;
transition: transform 0.2s, box-shadow 0.2s;
}

.service-box:hover {
transform: translateY(-5px);
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.service-title {
font-size: 1.2em;
font-weight: bold;
color: #fff;
background-color: #007bff;
padding: 10px;
border-radius: 5px 5px 0 0;
margin: -20px -20px 20px -20px;
}

.service-list {
list-style: none;
padding: 0;
}

.service-list li {
margin-bottom: 10px;
display: flex;
align-items: center;
}

.service-list li a {
color: #333;
text-decoration: none;
flex: 1;
}

.service-list li a:hover {
text-decoration: underline;
}

.service-list li:hover {
background-color: #f8f9fa;
border-radius: 5px;
}

.service-list li i {
margin-right: 10px;
color: #007bff;
}

#sectioncont {
background: #f4f9f4;
}

.social-icon {
width: 40px; /* Initial width showing only the icon */
height: 40px;
border-radius: 5px;
overflow: hidden;
white-space: nowrap; /* Prevent text wrapping */
transition: width 0.3s ease; /* Smooth width transition */
background-color: #3b5998; /* Default background color */
color: white;
text-align: center;
line-height: 40px;
padding: 0 10px;
}

.social-icon i {
font-size: 20px;
}

.social-icon .text {
display: none; /* Hide text by default */
font-size: 16px;
color: white;
}


.social-icon.facebook {
background-color: #3b5998; /* Facebook color */
}

.social-icon.twitter {
background-color: #1da1f2; /* Twitter color */
}

.social-icon.instagram {
background-color: #e4405f; /* Instagram color */
}

.social-icon.linkedin {
background-color: #0077b5; /* LinkedIn color */
}

.social-icon:hover {
width: 150px; /* Expand the button width on hover */
}

.social-icon:hover .text {
display: inline-block; /* Show text on hover */
}
