 .navbar-custom {
        background-color: rgba(0, 123, 255, 1.8); /* Blue with 80% opacity */
    }
    .navbar-custom .nav-link {
        color: white; /* White text for links */
    }
    .navbar-custom .nav-link:hover {
        color: #d1e7ff; /* Light blue on hover */
    }
    .navbar-custom .dropdown-menu {
        background-color: rgba(0, 123, 255, 0.9); /* Slightly less transparent submenu */
    }
    .navbar-custom .dropdown-item {
        color: white; /* White text for submenu items */
    }
    .navbar-custom .dropdown-item:hover {
        background-color: rgba(0, 86, 179, 1); /* Darker blue for hover effect */
    }
    .dropdown-item i {
        margin-right: 10px; /* Space between icon and text */
    }
    .dropdown-head {
        color: black; /* Black text for submenu headings */
    }
    
    .dropdown-submenu {
  		position: relative;
	}

	.dropdown-submenu > .dropdown-menu {
  		top: 0;
  		left: 100%;
  		margin-top: -1px;
	}

	.mega-menu-content img {
  		max-height: 80px;
  		object-fit: contain;
	}

	.dropdown-submenu {
  		position: relative;
	}

	.dropdown-submenu .dropdown-menu {
  		top: 0;
  		left: 100%;
  		margin-top: -1px;
  		border: none;
  		border-radius: 0;
  		width: 1000px;
  		max-width: 90vw;
	}

	.mega-submenu .row > .col {
  		height: 220px;
 		 overflow: hidden;
	}