
  .text-primary {
    color: #f6aa34 !important;
}.bg-primary {
    background-color: #f6aa34 !important;
}
.icon-btn {
  background: #f6aa34;
}
.btn-primary-round:before {
    background-color: #f6aa34;
}
.our-clients-style-02 .svg-item:before{
  background: #f6aa34;
}

.our-clients-style-02 .svg-item:after {
  background: #f6aa34;}
  .counter .counter-icon i {
    color: #f6aa34;}
    .feature-info .feature-info-icon {
      color: #f6aa34;}

      .text-stroke-primary {
        -webkit-text-stroke-color: #f6aa34;}


a {
  color: #f6aa34;}
  

.case-study .case-study-title:hover {
    color: #f6aa34;
}

.navbar .navbar-nav .nav-item.active a.nav-link {
    color: #f6aa34;
}
 .navbar .navbar-nav .dropdown.nav-item .nav-link:after{
  background-color:  #f6aa34;
 }
 .navbar .navbar-nav .dropdown.nav-item .nav-link:before{
  background-color: #f6aa34;
  
 }

 .navbar .dropdown > .dropdown-menu li > a:hover{
  color: #f6aa34;
 }

 .navbar .dropdown > .dropdown-menu li > a:hover {
  background: rgb(246 170 52 / 40%);}
  .category-grid-style-01 .category-item:before {
    color: #f6aa34;}
    .owl-carousel button.owl-dot.active {
      background: #f6aa34 !important;}
      .back-to-top {
        background: #f6aa34;} 

        .bg-dark {
    background-color: #2b3e83 !important;
}
.header-style-02 {
    background: #2b3e83;
}.header-style-02.sticky-top {
    background: #2b3e83;
}
.bg-dark-half-md:before{
  background: #2b3e83;
}
.category-grid-style-01 .show-more-cat a:hover {
    color: #f6aa34;
}.btn-white:hover {
    background: #f6aa34;
    border-color: #f6aa34;
    color: #ffffff;
}.blog-post .blog-post-content .blog-post-details .blog-post-title a:hover {
    color: #f6aa34;
}.category-grid-style-01 .category-item:hover .category-title {
    color: #f6aa34;
}.category-grid-style-01 .category-item:hover .category-icon {
    color: #f6aa34;
}
.list-number li span {color: #f6aa34;
}
.btn-primary {
    background: #f6aa34;
    border-color: #f6aa34;
}
.h-800 {
    height: 550px;
}.space-ptb {
    padding: 75px 0;
}.space-pt {
    padding: 50px 0 0;
}

@media (max-width: 1199px) {
  .our-clients-style-02 .client-title {background: #f6aa34;
  }}

  .accordion .accordion-icon.card-header button {
    background: #f6aa34;}
    
    .header-inner .header-inner-nav .nav li a.active {
    background: #f6aa34;
}
.counter.counter-03 {
    background: #f6aa34;}

    .btn-animation:before {
        background: #f6aa34;}

        .feature-info-style-06:hover .feature-info-number span {
            color: #f6aa34;}

            .bg-dark-half-sm:before {
              background: #2b3e83;
            }

            .header-inner .header-inner-nav.page-menu-top {
              background: #2b3e83;}
              .feature-info-style-08 .feature-info-item:hover .feature-info-number span {
                background: #f6aa34;}

                .feature-info-style-08 .feature-info-item:hover .feature-info-number span:after {
                  border-left-color: #f6aa34;
              }

              ::selection {
                background: #f6aa34;}
              
                  .nav-tabs.nav-tabs-02 .nav-link.active{
                    background: #f6aa34;

                  }

                  
.feature-info-style-05:hover .feature-info-icon i {
    background: #f6aa34;
    color: #ffffff;
}
.feature-info-style-05:hover .feature-info-icon i:after {
    border-top-color: #f6aa34;
}
                li.sb-menu-f {
    font-size: 15px;
    /* color: #ab1317 !important; */
    font-weight: 700;
}
.sb-menu-f::after {

    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 15%;
    height: 2px;
    background-color: #731012;
    transition: width 0.7s ease-in-out;
    
}

            


  .header .navbar .dropdown-menu a.dropdown-item {
    min-width: 115px;
}
  .sb-menu h6 {
    position: relative;
    display: inline-block;
    color: black;
    cursor: pointer;
  }

  .sb-menu h6::after {
    content: "";
    width: 50px;
    height: 1px;
    background: #f6aa34;
    display: flex;
    position: absolute;
    bottom: -2px;
    transition: width 0.3s ease-in-out;
  }

  .sb-menu h6:hover::after {
    width: 100%;
  }

  @media (max-width: 1200px) {
    .dropdown-menu.mega-menu {
      width: 100%;
      margin: 0;
    }

    .sb-menu ul {
      padding-left: 0;
    }

    .sb-menu h6 {
      font-size: 1.2rem;
    }
  }

  @media (max-width: 760px) {
    .dropdown-menu.mega-menu {
      width: 100%;
      padding: 15px;
    }

    .sb-menu ul {
      display: flex;
      flex-direction: column;
    }

    .sb-menu h6 {
      font-size: 1rem;
    }

    .well {
      margin-bottom: 15px;
    }
  }

  @media (max-width: 480px) {
    .dropdown-menu.mega-menu {
      padding: 10px;
    }

    .sb-menu h6 {
      font-size: 0.9rem;
    }

    .d-flex {
      flex-direction: column;
    }

    .sb-menu ul {
      margin-bottom: 15px;
    }

    .sb-menu a {
      font-size: 0.85rem;
      padding: 8px;
    }
  }



 



/* Extra small screens (up to 576px, typical mobile) */
@media (max-width: 576px) {
     
    .header .navbar .dropdown-menu.megamenu {
        left: 0; /* Align to left edge */
    }
}

/* Small screens (576px - 768px, larger mobile/tablet) */
@media (min-width: 577px) and (max-width: 768px) {
    .header .navbar .dropdown:hover > .dropdown-menu {
        width: 120%; /* Slightly wider for small screens */
    }
    .header .navbar .dropdown-menu.megamenu {
        left: 50px; /* Slight offset */
    }
}

/* Medium screens (768px - 992px, tablet) */
@media (min-width: 769px) and (max-width: 992px) {
    .header .navbar .dropdown:hover > .dropdown-menu {
        width: 140%; /* Wider for medium screens */
    }
    .header .navbar .dropdown-menu.megamenu {
        left: 150px; /* More offset */
    }
}

/* Large screens (992px - 1200px, small desktop) */
@media (min-width: 993px) and (max-width: 1200px) {
    .header .navbar .dropdown:hover > .dropdown-menu {
        width: 130%; /* Increasing width */
    }
    .header .navbar .dropdown-menu.megamenu {
        left: 385px; /* Further offset */
    }
}

/* Extra large screens (1200px - 1400px, desktop) */
@media (min-width: 1201px) and (max-width: 1400px) {
    .header .navbar .dropdown:hover > .dropdown-menu {
        width: 162%; /* Matching your original max-width: 1500px */
    }
    .header .navbar .dropdown-menu.megamenu {
        left: 352px; /* Matching your original value */
    }
}

/* Extra large screens (1400px - 1500px, larger desktop) */
@media (min-width: 1401px) and (max-width: 1499px) {
    .header .navbar .dropdown:hover > .dropdown-menu {
        width: 150%; /* Consistent with your original */
    }
    .header .navbar .dropdown-menu.megamenu {
        left: 423px; /* Consistent with your original */
    }
}

/* XXL screens (1500px and up, wide desktop) */
@media (min-width: 1500px) {
    .header .navbar .dropdown:hover > .dropdown-menu {
        width: 130%; 
    }
    .header .navbar .dropdown-menu.megamenu {
        left: 46%; /* Matching your original percentage */
    }
}
@media (max-width: 576px) {
  .dropdown-menu.megamenu {
    margin: 0 !important;
  }
}
@media (max-width: 575.98px) {
  .hide-on-mobile {
    display: none !important;
   text-align: center;
  }
}
 .btn-danger {
    background-color: #dc3545 !important;
  }

  .position-absolute {
    background-color: rgba(0, 0, 0, 0.5) !important;
  }

  .img-fluid {
    object-fit: cover;
  }
    .topbar {
    font-size: 14px;
    background: #fff;
    padding: 5px 15px;
}

.topbar a {
    color: #333;
    text-decoration: none;
}

.topbar .list-unstyled {
    padding-left: 0;
    display: flex;
    gap: 10px;
}

.topbar .list-unstyled li {
    list-style: none;
}

@media (max-width: 991px) {
  .navbar-collapse {background: #2b3e83;}}

  .underline {
    width: 50%;
    height: 2px;
    background-color: #f6aa34;
    margin-top: -10px; /* Thoda adjust karne ke liye */
}
        .badge-round {
                  background: #f6aa34;}
                  .nav-tabs.nav-tabs-02 .nav-link.active{
                    background: #f6aa34;

                  }
                  .nav-tabs.nav-tabs-02 .nav-link:hover {
    color: #ffffff;
    background: #f6aa34;
}
.btn-link {
    color: #f6aa34;

}


.navbar .navbar-nav .nav-link {
  color: #fbfdff;
}
.navbar .navbar-nav .nav-link:hover {
  color: #f6aa34;
}
 .sb-menu h6 {
        position: relative;
        display: inline-block;
        color: black;
        cursor: pointer;
    }

    .sb-menu h6::after {
    content: "";
    width: 50px;
    height: 1px;
    background: #f6aa34;
    display: flex
;
    position: absolute;
    bottom: -2px;
    transition: width 0.3s ease-in-out;
}
   
    .sb-menu h6:hover::after {
        width: 100%;
    }
    .navbar-toggler {
      color: #ffffff;
        border-color: #ffffff;
    }
    .hvr-forward.active {
    font-weight: bold;
    color: #ff6600; 
    border-left: 3px solid #ff6600;
    padding-left: 10px;
}
  .header_menu_itm {

    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 15px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }

  .header_menu_itm:hover::before {

    transition: .5s;
    bottom: 0;
  }

  .header_menu_itm::before {

    content: '';
    position: absolute;
    background: #f6aa34;
    width: 100%;
    height: 100%;
    bottom: -100%;
    left: 0;
    transition: .5s;
    z-index: 0;
  }

  .header_menu_itm .top-custom {

    position: relative;
    z-index: 1;
  }
    .header_menu_itm:hover {
        transform: scale(1.05);
    }

    .header_menu_itm {
        transition: transform 0.3s ease-in-out;
    }