    /* Navbar base styles */
    .navbar {
      background-color: #002a5a;
      border-bottom: 1px solid #eee;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: 1rem;
      padding-left: .5rem;
    }

    .navbar-brand,
    .nav-link {
      color: #0909b7 !important;


    }

    #megaMenuOutside .nav-link.active::after {
      content: '\f061';
      font-family: 'Font Awesome 6 Free';
      font-weight: 900;
      margin-left: 8px;
      color: #0909b7;
      transition: all 0.3s ease;
    }


    #megaMenuOutside .nav-item {

      position: relative;
    }

    #megaMenuOutside .nav-link.active:hover::after {
      margin-left: 12px;
      color: #0909b7;
    }

    .nav-link:hover,
    .nav-link:focus {
      color: #000 !important;
    }
    .sliderm .carousel-control-prev-icon, .sliderm .carousel-control-next-icon {
    background-color: transparent;
    border-radius: 50%;
    padding: 10px;
    background-size: 50%;
    opacity: 1!important;
    border: 1px solid #fff;
}

    /* Mega menu styling */
    .mega-menu {
      position: absolute;
      width: 100%;
      background-color: #eff3f8;

      border-radius: 0 0 8px 8px;
      padding: 2rem 3rem;
      opacity: 0;
      visibility: hidden;

      z-index: 99999999999999;
      display: none;
    }

    #megaMenuOutside .nav-link::after {
 
      position: absolute;
      right: 15px;
    }
    #megaMenuOutside .nav-link.active::after {
      margin-left: 12px;
      color: #0909b7;
      margin-left: 12px;
      color: #0909b7;
      position: absolute;
      right: 15px;
    }

    .mega-menu.show {
      opacity: 1;
      visibility: visible;
      display: block;
    }

    #megaMenuOutside a.mnklp {
      color: #0909B7 !important;
      font-size: 16px;
      display: flex;
      align-items: center;
      padding-left: 10px;
      margin-top: 15px;
    }

    a.mnklp i {
      margin-left: 10px;
      position: relative;
      top: 1px;

    }

    /* Container for columns */
    .mega-menu-content {
      display: flex;
      gap: 3rem;
      justify-content: space-between;
    }

    /* Each column */
    .mega-menu-column {
      flex: 1;
      min-width: 220px;
    }

    /* Headings */
    .mega-menu-column h5 {
      font-weight: 700;
      font-size: 1.2rem;
      margin-bottom: 1rem;
      color: #002a5a;
      border-bottom: 3px solid #fda30d;
      padding-bottom: 0.3rem;

    }

    /* Service item styles */
    .mega-menu-column a {
      display: flex;
      align-items: center;
      gap: 0.75rem;
      padding: 0.35rem 0;
      color: #222;
      font-weight: 500;
      font-family: "Open Sans", sans-serif;
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .mega-menu-column a:hover {
      color: #002a5a;
    }

    /* Icon container */
    .mega-menu-column a .icon {
      color: #002a5a;
      font-size: 1.1rem;
      min-width: 24px;
      text-align: center;
    }

.mega-menu.show {
    top: 88px !important;
    width: 100%;
    min-width: 100%;
    overflow: auto;
    height: 448px;
}
    ul.cltyupop li {
    line-height: 25px;
    display: flex
;
    margin-bottom: 10px;

    }

    #megaMenuOutside .nav-pills .nav-link.active,
    #megaMenuOutside .nav-pills .show>.nav-link {
      color: #252929 !important;
      background-color: #ffffff;
    }

    #megaMenuOutside .nav-link {
      color: #252929 !important;
      font-weight: 600;
      min-height: 65px;
    }

    .tab-pane a {
      color: #252929 !important;
      font-size: 16px;
      font-weight: 400;
    }

    .tab-pane p {
      font-size: 12px;
      line-height: 1.5;
      margin: 0px;
    }

    ul.list-unstyled li a {
      display: block;
      padding: 10px;
    }

    ul.list-unstyled li a:hover {
      background-color: #fff;
    }

    .tab-pane ul li {
      list-style: unset !important;
    }

    #megaMenuOutside .nav-link {

      width: 100%;
      text-align: left;
    }

    ul.cltyupop li a {
display: flex
;
    color: #030303 !important;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    }

    ul.cltyupop li a:hover img {
      opacity: 0.8;
    }

    .ftyu {
      font-size: 16px;
      color: #0909B7;
    }

      .brdlf   h4.ftyu {
    font-size: 16px;
    color: #0909B7;
    display: flex
;
    /* color: #030303 !important; */
    align-items: stretch;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
}


    ul.cltyupop {
      padding-left: 0;
      list-style: none;
    }

    ul.cltyupop li img {
width: 68px;
    margin-right: 10px;
    border-radius: 10px;
    height: 56px;
    object-fit: cover;
    }

    ul.cltyupop li h4 {
      font-size: 16px;
      text-transform: capitalize;
      margin: 0px;
      font-weight: 400!important;
    }

    ul.cltyupop li p {
      font-size: 12px;

    }

    .brdlf {
      border-left: 1px solid #e4e8ef;
    }


    .carousel-control-next, .carousel-control-prev {
position: absolute;
    top: unset;
    bottom: 25px;
    z-index: 1;
    display: flex
;
    align-items: center;
    justify-content: center;
    width: 52px;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s 
ease;
    height: 61px;
    left: 0px;
}
.carousel-control-prev {

    left: 50px;
}
.carousel-control-next {
    right: unset;
    left: 110px;
}
.carousel-control-next-icon, .carousel-control-prev-icon {

    width: 48px;
    height: 48px;

}
.carousel-control-next, .carousel-control-prev {

    opacity: 1;

}
    @media (max-width: 991px) {
      .mega-menu {
        position: static !important;
        width: 100% !important;
        padding: 0rem ;
        box-shadow: none;
        border-radius: 0;
        opacity: 1 !important;
        visibility: visible !important;
        display: block !important;
        margin-top: 1rem; min-width: 100%;
      }
      

      .mega-menu-content {
        flex-direction: column;
        gap: 1.5rem;
      }

      .mega-menu-column {
        min-width: auto;
      }
    }