/*
Theme Name: Bridge
Theme URI: http://bridgelanding.qodeinteractive.com/
Description: Creative Multipurpose WordPress Theme
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Author: Qode Interactive
Author URI: http://qodethemes.com/
Text Domain: bridge
Version: 25.4
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

span.top-links.hed {
    color: wheat;
}

.social-media-icons a {
    height: 23px !important;
}

nav.main_menu ul li {
    border-right: none !important;
}

.contact-cls {
    color: black !important;
}

.qode-icwi-title {
    font-family: 'Roboto' !important;
    font-size: 13px !important;
}

.qode-info-card-with-icon .qode-icwi-text-holder p {
    font-size: 13px!important
}

.footer_inner.clearfix {
    margin-top: 45px;
    background: url(../images/footer-bgimg.png) no-repeat !important;
    background-size: cover!important;
}

.footer-links i {
    color: #ffc301 !important;
}

.footer_top:before {
    bottom: 75px!important;
}

.footer_top:after {
    background: none !important;
}

a {
    text-decoration: none !important;
}

.footer_bottom_holder {
    display: none !important;
}

.vc_custom_1627764600632 {
            padding-top: 50px !important;
            padding-bottom: 20px !important;
        }

.carousel-inner p {
    color: #000000!important;
    font-size: 14px !important;
    text-shadow: none!important;
; 
}

.card-title {
    color: #ffc301 !important;
}

.ser-box p {
    font-size: 14px !important;
}

.ser-box h3 {
    font-size: 20px!important;
 }

 .ser-box {
    margin-bottom: 30px; 
    padding-bottom: 10px;
    background: #fff;
    text-align: center;
    border-radius: 8px;
}

/* Container of the dropdown */
.new-navbar-dropdown {
        font-size: 18px;
    background: linear-gradient(90deg, #fe8c00 0%, #f83600 100%);
    padding: 14px!important;
    margin-top: 10px!important;
    min-width: 220px!important;
    list-style: none!important;
    border: none!important;
    box-shadow: none!important;
    z-index: 9999!important;
}

/* Each dropdown item */
.new-navbar-dropdown li a {
    text-transform: none !important;
    display: block;
    padding: 12px 20px;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: background-color 0.3s ease;
}

/* Hover effect */
.new-navbar-dropdown li a:hover {
     text-transform: none !important;
    background-color: rgba(255, 255, 255, 0.15);
    color: white;
}

/* Top-level nav item */
.main_menu > ul > li > a {
    color: #fcb900; /* Yellowish */
    font-weight: bold;
}

/* Optional: fix default red link */
.new-navbar-dropdown li a:first-child {
    color: white !important;
}

/* 🚫 Remove line-through from current/active dropdown item */
.new-navbar-dropdown li.current-menu-item a,
.new-navbar-dropdown li.active a,
.new-navbar-dropdown li a {
    text-decoration: none !important;
    color: white !important;
    font-weight: bold;
    background: none !important;
    outline: none !important;
}


#nav-menu-item-6 a {
    text-decoration: none !important;
}

.q_logo {
    top: 20% !important;
}

/* Hide by default */
.mobile_menu_custom {
  display: none;
}

/* Mobile styles */
@media (max-width: 767px) {
  .main_menu {
    display: none !important;
  }

  .mobile_menu_button {
    display: block;
  }

  .mobile_menu_custom {
    display: none;
    background: #fff;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 9999;
    padding: 15px 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  }

  .mobile_menu_custom.active {
    display: block !important;
  }

  .mobile_menu_custom ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .mobile_menu_custom ul li {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
  }

  .mobile_menu_custom ul li a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    display: block;
  }

  .mobile_menu_custom ul li ul {
    padding-left: 15px;
  }
}

.carousel-mobile {
  display: none;
}
@media (max-width: 767.98px) {
  .carousel-mobile {
    display: block !important;
  }
  .car-desktop {
  display: none !important;
}
.carousel-desktop {
    display: none !important;
  }
  .carousel-mobile {
    display: block !important;
  }
}



/* Show arrow icon on menu item with submenu */
.mobile_menu_custom .has-submenu > a {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Style the arrow */
.mobile_menu_custom .dropdown-arrow {
    font-size: 0.8em;
    margin-left: 8px;
}

/* Optional: Style submenu (for mobile dropdown behavior) */
.mobile_menu_custom ul ul {
    display: none;
    padding-left: 15px;
}

.mobile_menu_custom .has-submenu.open > ul {
    display: block;
}


