         /* make full navbar align in one row */
.navigation .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* fix menu alignment */
.navigation-holder {
    display: flex;
    align-items: center;
}
/* remove bootstrap float */
.navbar-nav {
    display: flex;
    align-items: center;
}

.navbar-nav > li {
    float: none !important;
}
/* fix height alignment */
.navbar-nav > li > a {
    padding: 25px 15px;
}




/* make icon + text in one line */
.cart-contact .awards > div {
    display: flex;
    align-items: center;
    gap: 10px; /* space between icon and text */
}

/* optional: remove extra spacing */
.award-info h4,
.award-info p {
    margin: 0;
    line-height: 1.2;
}



/* MOBILE FIX */
@media (max-width: 991px) {

    .navigation .container {
        display: block; /* back to normal */
    }

    .navbar-nav {
        display: block; /* vertical menu */
    }

    .cart-contact {
        text-align: center;
        margin-top: 0px;
    }

    .cart-contact .awards > div {
        justify-content: center;
    }
}


/*responsive css*/
  @media(max-width:767px){
      .address-box
      {
        display: none!important;
      }
  }


@media(max-width:767px){

    .topbar .row{
        display:flex;
        align-items:center;
        flex-wrap:nowrap;
    }

    .topbar .col-sm-8{
        width:75%;
        padding:0 5px;
    }

    .topbar .col-sm-4{
        width:25%;
        padding:0 5px;
    }

    .address-box{
        display:none!important;
    }

    .mobile-contact{
        display:block;
        align-items:center;
        gap:5px;
        width:100%;
    }

    .mobile-contact .fa{
        font-size:12px;
    }

    .mobile-contact .details{
        display:block;
        align-items:center;
        gap:7px;
        width:100%;
    }

    .mobile-contact .details p,
    .mobile-contact .details span{
        margin:0;
        font-size:13px;
        white-space:nowrap;
    }

    .get-quote{
        text-align:right;
    }

    .get-quote .theme-btn{
        padding:5px 6px!important;
        font-size:13px;
        white-space:nowrap;
    }

      .topbar-style-2 .get-quote {
       
        margin: 25px 0 25px!important;
    }

    .topbar-style-1, .topbar-style-2 {
padding: 0px 0!important;

}
.topbar-style-2 .topbar-contact-info > div + div {
        margin-top: 0px!important;
    }
  .header-style-2 .site-logo, .header-style-3 .site-logo, .header-style-4 .site-logo, .header-style-5 .site-logo, .header-style-6 .site-logo {
            margin: 12px 0 12px 10px!important;
        }
        .style-switcher-box button {
                top: 25px!important;
        }
         .site-header .navbar-header button {


    top: 21px!important;


  }
    .section-padding {
        padding: 0px 0!important;
    }
    .offer-section {
        padding-bottom: 50px!important;
    }

    .info .bg-image{
    width:100%;
    height:250px;
    object-fit:contain;
    background:#fff;
}


}


.section-padding {

  padding: 50px 0!important;

}
