@media (max-width: 774px) {
    body {
        padding-top: 130px !important;
    }

    .image-container-web {
        display: none !important;
    }

    #image-container-mobile {
        display: block !important;
    }

    .where-you-are-green-section-text {
        padding-top: 0 !important;
        align-items: center !important;
        height: 100%;
    }

    .where-you-are-green-section-text p {
        margin-bottom: 0 !important;
    }

    .where-you-are-green-section {
        /* padding-top: 8px !important; */
        height: 40px !important;
        position: fixed !important;
        top: 130px !important;
        width: 100% !important;
    }

    /* .image-container{
        display: none !important;
    } */
    /* footer */
    .footer-contact-infos {
        flex-direction: column;
    }

    /******************************/
    /* modal For language */
    .show {
        /*display: flex !important;*/
        width: 100%;
        justify-content: center;
        align-items: center;
    }

   

    .language-model-div {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .language-model-div span {
        color: red;
    }

    /* kos header */
    .header-app-screen {
        display: none;
    }

    .kos-header-container {
        padding-top: 0 !important;
        height: 100%;
        display: none;
    }

    .header-mobile-screen {
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 100%;
    }

    .kos-header {
        padding: 0 20px;
        position: fixed;
        top: 0 !important;
        z-index: 101 !important;
    }

    .header-mobile-screen form input {
        width: 100%;
        height: 20px;
        border-radius: 20px;
    }

    .title-header-mobile {
        font-family: 'DomaineSansText', sans-serif;
    }

    .title-header-mobile img {
        width: 15px !important;
        margin-left: 5px;
    }

    /****************************************/
    /* kos-navbar */
    .kos-navbar {
        height: auto !important;
        position: fixed;
        z-index: 100 !important;
        width: 100% !important;
        top: 45px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .nav-kos-mobile {
        width: 100%;
    }

    .show {
        z-index: 10 !important;
        /*display: none !important;*/
    }

    .navbar-brand img {
        width: 150px !important;
    }

    .language-mobile {
        display: none;
        visibility: hidden;
    }

    .language-mobile-show {
        visibility: visible !important;
        border: none;
        color: gray;
        font-size: 15px;
        background-color: white !important;
    }
    .right-chevron-language-switcher-mobile {
        display: block !important;
        color: #b2b2b2;
    }
    .language-switcher-mobile {
        display: block;
    }

    /****************************************/
    /* Brand Sellection */
    .brands-section-div {
        overflow-x: auto; /* Enable horizontal scrolling */
        white-space: nowrap; /* Keep all items in one line */
        -webkit-overflow-scrolling: touch; /* Enable smooth scrolling for iOS devices */
    }

    .brands {
        margin-top: 20px !important;
        margin-bottom: 30px !important;
    }

    .brand {
        margin-top: 26px !important;
        margin-bottom: 30px !important;

        display: inline-block; /* Display brands side by side */
        vertical-align: top; /* Align brands to the top */
    }

    .brand img {
        max-width: 100%; /* Ensure images don't exceed container width */
    }

    .brands-section-div h2 {
        margin-top: 0 !important;
        font-size: 22px !important;
        font-weight: bold !important;
        padding-left: 0 !important;
        text-align: center !important;
    }

    /*.mobile-brendet {
       /* display: flex !important;
       /*  flex-wrap: wrap !important; /* Allow items to wrap to the next line */
    /* justify-content: flex-start !important; /* Align items to the start of the flex container */
    /*width: 100%;
    display: inline-block !important;
    overflow-x: auto; /* Enable horizontal scrolling */
    /*white-space: nowrap; /* Keep all items in one line */
    /*-webkit-overflow-scrolling: touch; /* Enable smooth scrolling for iOS devices */
    /* margin: 0 !important;
}*/
    .mobile-brendet {
        margin-top: 20px !important;
        display: flex !important; /* Use flexbox to display items in a row */
        flex-wrap: nowrap !important; /* Prevent items from wrapping to the next line */
        overflow-x: auto; /* Enable horizontal scrolling */
        -webkit-overflow-scrolling: touch; /* Enable smooth scrolling for iOS devices */
    }

    .mobile-brendet::-webkit-scrollbar {
        display: none;
    }

    .all-products::-webkit-scrollbar,
    .product-slider::-webkit-scrollbar,
    .products-section-mobile::-webkit-scrollbar {
        display: none !important;
    }

    .brend-mobile-logo-show {
        display: flex !important;
        align-items: center; /* Align items vertically */
        /* flex: 1; */
        /* width: 30%; */
        width: 33%;
        /* padding: 0 !important; */
        padding: 0 15px !important;
    }

    .brend-mobile-logo-show img {
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .brend-mobile-logo-hide {
        display: none !important;
    }

    /****************************************/
    /* Products section */
    .products-section-mobile {
        overflow-x: auto !important; /* Enable horizontal scrolling */
        white-space: nowrap !important; /* Keep all items in one line */
        -webkit-overflow-scrolling: touch !important; /* Enable smooth scrolling for iOS devices */
        position: relative;
    }

    .all-products {
        display: inline-block !important; /* Display products side by side */
        vertical-align: top !important; /* Align products to the top */
        white-space: nowrap !important; /* Prevent wrapping of products */
    }

    .product {
        display: inline-block; /* Display products side by side */
        margin-right: 20px; /* Add spacing between products */
        vertical-align: top; /* Align products to the top */
        width: 49% !important;
    }

    .product img {
        max-width: 100%; /* Ensure images don't exceed container width */
        height: auto;
    }

    .products-section {
        visibility: hidden !important;
        display: none !important;
    }

    .products-section-mobile {
        visibility: visible !important;
        display: block !important;
        background-color: red;
        padding: 40px 0px 10px  !important;
    }

    .all-products-description {
        margin-left: 0 !important;
        text-align: center !important;

        /* margin-top: 28px; */
    }

    .all-products-description h1 {
        color: white !important;
        width: 100% !important;
        text-align: center !important;
        font-size: 22px !important;
        font-weight: bold !important;
    }

    .all-products-description p {
        display: none !important;
        visibility: hidden !important;
    }

    .all-products .product h3 {
        margin-top: 15px !important;
    }

    /****************************************/
    /* Home media section */
    #home-media-section-mobile {
        margin-top: 0 !important;
        width: 100% !important;
    }

    .home-media-title {
        margin-top: 30px !important;
        font-size: 20px !important;
        font-weight: bold !important;
        padding-left: 0 !important;
    }

    .media-item-hide-mobile {
        display: none;
    }

    .media-header {
        width: 100% !important;
    }

    .media-button {
        display: none !important;
    }

    .media-container {
        width: 100% !important;
        margin-bottom: 28px !important;
    }

    .media-item-show {
        flex: 1;
        padding: 0 20px;
        width: 100% !important;
    }

    .media-item-show .media-item {
        margin: 0 !important;
    }

    .media-item-show .media-item {
        width: 100% !important;
    }

    .media-item-hide {
        display: none !important;
        visibility: hidden !important;
    }

    /****************************************/
    /*kosmonte-home-screen-green-catalog*/
    .kosmonte-home-screen-green-catalog {
        width: 100% !important;
        height: auto !important;
        padding: 15px 0 !important;
    }

    .kosmonte-home-screen-green-catalog-text {
        display: none !important;
        visibility: hidden !important;
    }

    .green-catalog-button {
        padding: 10px 0 !important;
        height: 40px !important;
        text-align: left !important;
        padding-left: 15px !important;
        display: flex !important;
        align-items: center !important;
    }

    .green-catalog-button i {
        margin-right: 5px !important;
    }

    /****************************************/
    /*Foooter */
    .footer-container {
        height: 300px !important;
    }

    .container-fluid .row {
        --bs-gutter-x: 0 !important;
        --bs-gutter-y: 0 !important;
    }

    .content-overlay {
        display: flex;
        flex-direction: column !important;
        width: 100% !important;
        /* padding: 0 20px !important; */
        margin: 0 !important;
        padding: 40px 20px 0 20px !important;
        height: 40px !important;
        bottom: 40 !important;
    }

    /* .home-footer{
        display: none !important;
    } */
    .contact-info-sec {
        justify-content: left !important;
    }

    .contact-info-sec p {
        margin-bottom: 0 !important;
    }

    .contact-info-sec p:nth-child(1) {
        font-weight: bold !important;
    }

    .tuv-nord-logo {
        border-radius: 20px !important;
    }

    /****************************************/
    /* Language Modal */
    .show .modal-title {
        font-weight: bold;
        color: rgb(0, 0, 0);
        padding: 20px;
        text-align: center;
    }

    /* Navbar */
    .navbar-collapse {
        position: absolute;
        top: 88px;
        left: 0;
        right: 0;
        z-index: 1000; /* Ensure the navbar is above other content */
        background-color: white !important;
        height: 100vh;
    }

    .navbar-nav {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 5% !important;
    }

    .navbar-nav li {
        justify-content: space-between !important;
    }

    .navbar-nav li a {
        font-weight: bold !important;
    }

    .dropdown-name,
    .dropdown-title-paragraph {
        display: none !important;
    }

    .multi-collapse.show {
        width: 100% !important;
        left: 0 !important;
        border: none !important;
    }

    #kompaniaDropdown {
        border: none !important;
        transform: translateY(40px) !important;
    }

    .inside-drop-down {
        display: flex;
        flex-direction: column !important;
    }

    .dropdown-content {
        width: 100% !important;
    }
}

@media (min-width: 470px) and (max-width: 774px) {
    .col-mobile-footer-logos {
        display: flex !important;
        flex-direction: column !important;
        position: relative !important;
        gap: 10px !important;
        width: 20% !important;
        left: 340px !important;
        bottom: 205 !important;
    }
}

@media (min-width: 420px) and (max-width: 469px) {
    .col-mobile-footer-logos {
        display: flex !important;
        flex-direction: column !important;
        position: relative !important;
        gap: 10px !important;
        width: 20% !important;
        left: 290px !important;
        bottom: 205 !important;
    }
}

@media (min-width: 400px) and (max-width: 419px) {
    .col-mobile-footer-logos {
        display: flex !important;
        flex-direction: column !important;
        position: relative !important;
        gap: 10px !important;
        width: 20% !important;
        left: 260px !important;
        bottom: 205 !important;
    }
}

@media (min-width: 350px) and (max-width: 400px) {
    .col-mobile-footer-logos {
        display: flex !important;
        flex-direction: column !important;
        position: relative !important;
        gap: 10px !important;
        width: 20% !important;
        left: 245px !important;
        bottom: 205 !important;
    }
}

@media (min-width: 300px) and (max-width: 349px) {
    .col-mobile-footer-logos {
        display: flex !important;
        flex-direction: column !important;
        position: relative !important;
        gap: 5px !important;
        width: 20% !important;
        left: 205px !important;
        bottom: 185 !important;
    }

    .col-mobile-footer {
        font-size: 12px !important;
        width: 70% !important;
    }

    .small-footer-content {
        font-size: 14px !important;
    }
}

@media (min-width: 350px) and (max-width: 400px) {
    .col-mobile-footer {
        font-size: 14px !important;
        width: 70% !important;
    }
}

@media (min-width: 401px) and (max-width: 774px) {
    .green-catalog-button {
        font-size: 10px !important;
    }

    .search-form {
        position: relative;
        margin-bottom: 0 !important;
        display: flex;
        justify-content: right;

        transition: all 0.3s ease-in;
    }

    .search-form input {
        width: 100% !important;
        padding: 12px 0 !important;
    }

    .search-icon {
        position: absolute;
        top: 50%;
        right: 18%;
        transform: translateY(-50%);
        width: 13px; /* Adjust size as needed */
        height: auto;
    }

    .media-nav {
        /* padding: 0 20px !important; */
        padding-left: 0 !important;
        width: 100% !important;
    }

    .media-nav li a {
        padding: 0 !important;
        font-size: 13px !important;
    }

    .col-mobile-footer {
        width: 70% !important;
        font-size: 18px !important;
    }

    .kosove-mobile {
        font-weight: bold !important;
        margin-bottom: 0 !important;
    }

    .footer-content {
        font-size: 18px !important;
    }

    /* .col-mobile-footer-logos {
        display: flex !important;
        flex-direction: column !important;
        position: relative !important;
        gap: 10px !important;
        width: 20% !important;
        left: 280 !important;
        bottom: 205 !important;
    } */
    .col-mobile-footer-logos img:nth-child(4) {
        display: none !important;
        visibility: hidden !important;
    }

    .col-mobile-footer-logos img {
        width: 100px !important;
    }

    .media-item-show .media-item .media-img-text p {
        font-size: 18px !important;
        width: 90% !important;
    }

    /****************************************/
    /* Language Modal */
    .show .modal-title {
        font-size: 18px !important;
    }
}

@media (min-width: 300px) and (max-width: 400px) {
    .show .modal-title {
        font-size: 14px !important;
    }

    .green-catalog-button {
        font-size: 8px !important;
    }

    .search-form {
        position: relative;
        margin-bottom: 0 !important;
        display: flex;
        justify-content: right;
    }

    .search-icon {
        position: absolute;
        top: 50%;
        right: 15%;
        transform: translateY(-50%);
        width: 13px; /* Adjust size as needed */
        height: auto;
    }

    .search-form input {
        width: 100% !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .media-nav {
        padding: 0 20px !important;
        width: 100% !important;
        justify-content: space-between;
    }

    .media-nav li a {
        padding: 0 !important;
        font-size: 10px !important;
    }

    /* .col-mobile-footer {
        width: 70% !important;
        font-size: 14px !important;
    } */
    .kosove-mobile {
        font-weight: bold !important;
        margin-bottom: 0 !important;
    }

    .footer-content {
        font-size: 14px !important;
    }

    /* .col-mobile-footer-logos {
        display: flex !important;
        flex-direction: column !important;
        position: relative !important;
        gap: 10px !important;
        width: 20% !important;
        left: 260 !important;
        bottom: 205 !important;
    } */
    .col-mobile-footer-logos img:nth-child(4) {
        display: none !important;
        visibility: hidden !important;
    }

    .col-mobile-footer-logos img {
        width: 80px !important;
    }

    .media-item-show .media-item .media-img-text p {
        font-size: 16px !important;
    }
}
