
@media screen and (max-width: 767px){
/*@media (max-width: @screen-xs-max){*/
    
    .noscroll { 
        position:fixed;
        overflow: hidden;
    }
    
    .background{
        max-width: 100%;
        margin: 0 auto;
        padding-left: 0px;
        padding-right: 0px;
    }
    .container-fluid{
        padding-left: 0px;
        padding-right: 0px;
    }
    .header-banner{
        padding-top: 13px;
        padding-left: 0;
    }
    .header-subheading h5{
        margin-top: 0;
        padding-top: 0;
    }
    .header-contact {
    font-size: 14px;
    line-height: 0.1px;
    }
    .logo{
        /* padding-right: 0px;
        margin-right: 0px; */
    }
    .main{
        padding-left: 0px;
        padding-right: 0px;
    }
    .main [class*="col-"]{
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .nav-dropdown-menu {
        position: fixed; 
        z-index: 20; 
        left: 0;
        top: 0;
        margin: 0;
        padding: 0;
        background-color: rgb(0,0,0); /* Black fallback color */
        background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
        height: 0;
        width: 100%;
        overflow-x: hidden;
        transition: 0.3s;
    }

    .nav-dropdown-ul {
        width: 100%;
        margin: 0;
        padding: 30px 0 0 0;
    }

    .nav-dropdown-menu li {
        position: relative;
        top: 25%;
        width: 100%;
        text-align: center;
    }

    .nav-dropdown-menu .nav-dropdown-header {
        padding: 0;
        display: inline-block; 
        background-color: rgb(51,51,51);
        background-color: rgba(51,51,51, 0.7);

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

    .nav-dropdown-menu .nav-dropdown-header a {
        color: #f1f1f1;
        text-decoration: none;
    }

    .nav-dropdown-menu .nav-dropdown-header .visible-mobile{
        display: inline-block;
    }

    .nav-dropdown-menu li.nav-dropdown {
        display: inline-block;
    }

    .nav-dropdown-menu .nav-dropdown-content {
        text-align: center;

        display: none;
        position: relative;
        z-index: 20;
    }

    .nav-dropdown-menu .nav-dropdown-content a {

        color: #f1f1f1;
        padding: 0;
        text-decoration: none;
        display: block;
        text-align: center;
    }

       .nav-dropdown-menu .nav-dropdown-content a:hover{

        color: #008080;
    }


    .nav-dropdown-menu .nav-dropdown-content small{
        display: none;
    }

    .header {
        position: relative;
    }

    .nav-icons{
        float:right;
        display: inline-block;
        margin: 0;
        padding: 0;
        position:absolute;
        right: 15px;
        z-index: 30;

        /* Position to align with subheading row */
        bottom: 15px; /* Adjust based on menu height */
        line-height: 40px;
    }

    .nav-icons a:hover {
        color: #DC143C;
        text-decoration: none;
    }
    .nav-icons .nav-showbtn {
        display: block;
        color: dimgray;
    }
    .nav-icons .nav-hidebtn {
        display: none;
        color: lightgray;
    }
    
/*    ul.nav-dropdown-ul.responsive {
        position: relative;    
    }
    ul.nav-dropdown-ul.responsive li.nav-icons {
        position: absolute;
        right: 0px;
        top: 0px;
    }
    ul.nav-dropdown-ul.responsive li {
        float: none;
        display: inline;
    }
    ul.nav-dropdown-ul.responsive li a {
        display: block;
        text-align: left;
        background-color: black;
    }*/
    
    .footer .footer-main .banner div{
        line-height: 1.0
    }
    .footer .footer-main .contact div{
        display: inline-block;
    }
    
    .col-sm-6.col-xs-8 {
        padding-top: 30px;
        padding-left: 1px;
    }
    
    .col-sm-6.col-xs-9 {
    padding-top: 30px;
    }
    
    .col-sm-12 {
    padding-bottom: 10px;
    }
    
      .col-sm-3.col-xs-3 {
    padding-left: 0px;
    padding-right: 0px;
    }

    #mobile-lang a{
    font-size: 28px;
    color: #eee;
    }

    #mobile-lang a:hover{
        text-decoration: none;
        color: #008080
    }

    /* Mobile header layout - ensure proper spacing */
    .header .header-contact {
        font-size: 14px;
        line-height: 0.1px;
        text-align: center;
        margin: auto;
    }

    .header .header-contact div {
        display: inline-block;
        padding: 8px 2px;
    }

    .header .header-contact a {
        color: black;
    }

    .header .header-contact a:hover {
        text-decoration: none;
        color: #DC143C;
    }

    .header .header-address {
        font-size: 14px;
        line-height: 14px;
        text-align: center;
        margin: auto;
    }

    .header .header-address div {
        display: inline-block;
        /* padding: 10px; */
    }

    .header .header-address a {
        color: black;
    }

    .header .header-address a:hover {
        text-decoration: none;
        color: #DC143C;
    }

    .header .logo {
        /* padding-top: 15px;
        padding-bottom: 10px; */
        text-align: center;
    }

    .header .logo img {
        max-width: 130%;
        height: auto;
    }

    /* Ensure proper mobile row spacing */
    .header .row {
        /* margin-bottom: 10px; */
    }


  }