a.toggle-down{
  font-weight: bold;
}
.header-solid {
  background: #191919;
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.2);
}
.header-solid ul.navbar-nav > li > a {
  color: #f7e202;
}
.navbar-header {
  z-index: 9999;
}
.navbar-brand.navbar-bg {
  position: absolute;
  left: 0;
  padding: 3px 15px 10px;
  width: 20%;
  height: 62px;
  line-height: 62px;
}
.navbar-brand img {
  float: right;
  padding: 0 15px;
}
.navbar {
  border-radius: 0;
  border: 0;
  margin-bottom: 0;
}
.navbar-right,
ul.navbar-nav > li:last-child a {
  padding-right: 0;
}
.navbar-right .dropdown-menu {
  right: auto;
  left: 0;
}
.navbar-toggle {
  border-radius: 0;
  margin-right: 5px;
}
.featured-video,
.navbar-toggle .icon-bar {
  background: #fff;
}
ul.navbar-nav > li > a {
  font-size: 15px !important;
  color: #f7e202;
  padding-top: 16px;
  padding-bottom: 20px;
  line-height: 20px;
}
.font_ebl,
ul.navbar-nav > li > a i {
  font-weight: 700;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background: 0 0;
  border: 0;
}
.dropdown-menu {
  border: 0;
  border-radius: 0;
  width: 100%;
  box-shadow: none;
  background: 0 0;
  min-width: 180px;
}
.header3,
.header4 {
  background: #fff;
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.2);
}
.dropdown-menu > ul {
  list-style: none;
  padding: 0 8px;
  margin: -20px auto 0;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 0.09px rgba(0, 0, 0, 0.15);
}
.dropdown-menu > ul > li > a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  padding: 10px;
  color: #333;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.comments-list .comment.last,
.dropdown-menu > ul > li:last-child > a,
.featured-tab .nav-tabs,
.post.post-last,
.widget-categories ul.category-list li:last-child {
  border-bottom: 0;
}
#main-container.portfolio,
.dropdown-menu > ul > li > a:focus,
.dropdown-menu > ul > li > a:hover,
.landing-tab .nav-tabs > li > a:hover {
  background: 0 0;
}
.nav > li.megamenu {
  position: static;
}
.nav > li.megamenu .dropdown-menu {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 20px !important;
  z-index: 1000;
  border-radius: 0;
  top: auto;
}
.nav > li.megamenu .dropdown-menu ul {
  margin-top: 4px;
  padding: 20px;
}
.header2 {
  padding: 8px 0;
}
.header2 .navbar-brand {
  background: 0 0;
  padding-top: 3px;
}
.header-bgnone {
  padding: 5px 0;
  width: auto;
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.2);
}
.header-bgnone ul.navbar-nav > li.active > a,
.header-bgnone ul.navbar-nav > li:hover > a,
.twitter-feed .tweet a:hover {
  color: #000;
}
.header3 {
  border-radius: 0 0 5px 5px;
}
.header3 .navbar-brand,
.header4 .navbar-brand,
.recent-post .post-excerpt {
  padding-top: 10px;
}
.header3 ul.navbar-nav > li > a,
.header4 ul.navbar-nav > li > a {
  padding-top: 30px;
  padding-bottom: 25px;
  color: #333;
}
.header3 ul.navbar-nav > li:last-child a {
  padding-right: 15px;
}
.header3 .navbar-collapse {
  padding-right: 30px;
}
.overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../Images/overaly.webp);
}

    body {
        overflow-x: hidden !important;
    }

    /* Chat popup styles */
    .open-button {
        background-color: #555;
        color: white;
        padding: 8px 7px;
        border: none;
        cursor: pointer;
        opacity: 0.8;
        position: fixed;
        bottom: 25px;
        right: 68px;
        width: 134px;
        z-index: 9;
    }

    .chat-popup {
        display: none;
        position: fixed;
        bottom: 0;
        right: 15px;
        border: 3px solid #f1f1f1;
        z-index: 9;
    }

    .form-container {
        max-width: 300px;
        padding: 10px;
        background-color: white;
    }

    .form-container textarea {
        width: 100%;
        padding: 15px;
        margin: 5px 0 22px 0;
        border: none;
        background: #f1f1f1;
        resize: none;
        min-height: 200px;
    }

    .form-container textarea:focus {
        background-color: #ddd;
        outline: none;
    }

    .form-container .btn {
        background-color: #4CAF50;
        color: white;
        padding: 16px 20px;
        border: none;
        cursor: pointer;
        width: 100%;
        margin-bottom: 10px;
        opacity: 0.8;
    }

    .form-container .cancel {
        background-color: red;
        z-index: 999;
    }

    .form-container .btn:hover,
    .open-button:hover {
        opacity: 1;
    }

    /* Mobile Slide Menu */
    @media (max-width: 767px) {

        /* Show mobile menu on small screens (mobile view) */
        .mobile-slide-menu {
            position: fixed;
            top: 0;
            left: -250px;
            width: 250px;
            height: 100%;
            background: #fff;
            overflow-y: auto;
            transition: left 0.3s ease-in-out;
            z-index: 9999;
            padding-top: 60px;
            box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);
            display: block;
            /* Ensure it's visible in mobile view */
        }

        .mobile-slide-menu.open {
            left: 0;
        }

        .mobile-menu-overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            background: rgba(0, 0, 0, 0.5);
            z-index: 9998;
        }

        .mobile-menu-overlay.active {
            display: block;
        }

        .navbar-toggle {
            float: right;
            margin-top: 5px;
            /* margin-right: 1px; */
            background-color: #000;
            border: 1px solid #ccc;
        }

        .navbar-collapse {
            display: none !important;
        }

        /* Dropdown style for mobile */
        .mobile-slide-menu .submenu {
            display: none;
            padding-left: 10px;
        }

        .mobile-slide-menu .submenu.show {
            display: block;
        }

        .mobile-slide-menu li>a {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        /* Add style for the dropdown icon */
        .dropdown-icon {
            font-size: 16px;
        }

        .dropdown-icon.expand {
            transform: rotate(90deg);
        }
    }

    /* Ensure mobile menu does NOT appear on desktop */
    @media (min-width: 768px) {
        .mobile-slide-menu {
            display: none !important;
            /* Hide the mobile menu on desktop */
        }

        .mobile-menu-overlay {
            display: none !important;
            /* Hide the overlay on desktop */
        }

        .navbar-collapse {
            display: block !important;
            /* Ensure regular navbar is visible on desktop */
        }
    }

    .mobile-slide-menu ul li a {
        padding: 10px 20px;
        display: block;
        color: black !important;
        font-size: 14px !important;
    }

    /* New flex styles for header */
    #header .header-inner {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 12px 20px;
        width: 100%;
        box-sizing: border-box;
    }

    #header .logo-container {
        padding-left: 20px;
        flex-shrink: 0;
    }

    #header .nav-container {
        flex-grow: 1;
        margin-left: 30px;
    }

    #header nav ul.nav {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        /* gap: 10px; */
        margin: 0;
        padding: 0;
        list-style: none;
        font-weight: bold;
    }

    /* Mobile toggle button container */
    #header .mobile-toggle-container {
        margin-left: 100px;
    }

    @media (min-width: 768px) {

        /* Main nav menu links */
        #header nav ul.nav>li>a {
            font-size: 14px !important;
        }

        /* Dropdown menu links */
        .dropdown-menu ul li a {
            font-size: 13px !important;
        }

        /* Optional: top-level nav text */
        .navbar-nav>li>a {
            font-size: 13px !important;
        }
    }

.card-footer .btn,
.career-btn,
.clarity-heading,
.comments-list .comment-reply,
.gallery-title,
.section-title-text,
.slider.btn,
ul.navbar-nav > li > a {
  text-transform: uppercase;
}