/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 15 Aug 2025, 12:58:59
    Author     : gasperrencof
*/


@media (max-width: 1200px){

    .hero-content{
        max-width: 90%;
    }

    .container{
        padding: 0 15px;
    }

    .feature-images{
        display: grid;
        grid-template-columns: repeat(3, 160px);
        grid-template-rows: repeat(3, 215px);
        gap: 18px;
        position: relative;
        margin-right: 15px;
    }

    .feature-images img{
        border-radius: 20px;
        width: 162px;
        height: 210px;
    }

    .feature-main-right{
        font-size: 18px;
        margin-right: 25px;
    }

    .explore-flex{
        gap: 20px;
    }

    .ef-title{
        font-size: 22px;
    }

    .ef-desc{
        font-size: 18px;
    }


    .explore-phones .phone1{
        height: auto;
        width: 190px;
    }

    .explore-phones .phone2{
        height: 440px;
    }

    .explore-phones .phone3{
        height: auto;
        width: 190px;
    }

    .tl-row{
        margin-right: 20px;
    }

    .trust-text{
        font-size: 18px;
        margin-right: 20px;
    }

    .trust-photos img{
        height: 230px;
        width: 230px;
    }

    .trust-inner{
        gap: 25px;
    }

    .testimonial-section{
        padding-right: 30px;
    }

    .partnerships-cards{
        flex: 2;
        margin-right: 30px;
    }

    .news-inner{
        margin: 0 15px;
    }
}
@media (max-width: 992px){
    .nav-toggle{
        display: inline-block;
        margin-right: 15px;
        color: var(--primary);
    }
    .nav-desktop{
        display: none !important;
    }

    .navbar{
        position: fixed;
        width: 100%;
        padding: 0 10px;
    }

    .navbar nav a{
        color: #ffffff;
    }

    .navbar nav ul{
        flex-direction: column;
        gap: 15px;
        padding-top: 30px;
    }

    .lang li a{
        color: #ffffff;
    }

    .nav-actions-mobile{
        text-align: center;
        padding-top: 20px;
        margin-top: 30px;
    }
    .nav-actions-mobile .lang{
        margin: 0 auto;
        justify-content: center;
    }

    .btn-signup{
        background-color: var(--green);
        display: block;
        width: max-content;
        margin: 0 auto;
        margin-top: 20px;
        height: 40px;
    }

    body{
        overflow: hidden;
    }

    .explore-locations .explore-content{
        max-width: 70%;
    }


}

@media (min-width: 993px){
    /* za desktop pusti svojo obstojeÄo postavitev */
    .nav-panel, .nav-backdrop{
        display: none !important;
    }
}


@media screen and (max-width: 768px){


    .hero{
        flex-direction: column;
        justify-content: start;
        height: auto;
        min-height: auto;
        padding-top: 40px;
        padding-bottom: 40px;
        min-height: auto;
        margin-top: 50px;
    }

    .hero-content{
        max-width: 100%;
        flex-direction: column;
    }

    .hero-right{
        max-width: 100%;
        display: block;
        width: 100%;
        margin: 0px;
    }

    .feature-top, .feature-main .feature-main-box, .feature-stats .feature-stats-box, .explore-flex,
    .trust-inner, .partnerships-inner, .footer-inner, .footer-left .content .footer-main, .news-cards, .tl-section .tl-inner{
        flex-direction: column;
    }

    .feature-top-right img {
        width: 190px;
        height: auto;
    }

    .feature-top-right .phone1{
        z-index: 2;
    }

    .feature-top-right .phone2 {
        width: 180px;
        height: auto;
        margin-left: -55px;
        z-index: 1;
    }

    .feature-images img{
        width: 104px;
    }

    .feature-images{
        grid-template-columns: repeat(3, 105px);
        grid-template-rows: repeat(3, 155px);
        order: 2;
        margin-top: 50px;
    }


    .explore-phones .phone1 {
        width: 140px;
        height: auto;
        margin-right: -50px;
    }

    .explore-phones .phone3 {
        width: 140px;
        height: auto;
        margin-left: -50px;
    }


    .explore-phones .phone2{
        width: 145px;
        height: auto;
        height: 320px;
    }

    .logos {
        max-width: 100%;
        overflow: hidden;
        gap: 10px;
    }


    /*    .footer-right .footer-promo{
            width: 100%;
        }*/

    .main-content{
        flex-direction: column;
    }

    #map{
        height: 500px;
        flex: none;
    }

    .search-bar{
        flex-direction: column;
    }

    .search-bar .main {
        display: flex;
        flex-direction: column;
    }

    .trust-text h2, .join-right h2{
        font-size: 40px;
    }


    .locations-page h1{
        font-size: 40px;
    }


    .feature-main-right {
        flex: none;
        color: #fff;
        margin-left: 0;
        margin: 0px;
        text-align: center;
    }

    .feature-images img{
        height: 150px;
    }

    .hero-left h1{
        font-size: 37px;
    }

    .hero-card{
        width: auto;
        padding: 20px;
    }

    .tab{
        font-size: 12px;
        padding: 10px 12px;
    }

    .card-content h3{
        font-size: 22px;
    }

    .card-content p{
        font-size: 16px;
    }


    h2{
        font-size: 30px;
        margin-bottom: 30px;
        text-align: center;
    }

    .feature-top{
        margin: 0 15px;
    }

    .feature-top-left li{
        font-size: 16px;
    }

    .feature-top-left li:before {
        left: 0;
        width: 25px;
        height: 23px;
    }

    .container{
        padding: 0px;
    }

    .feature-main .feature-main-box{
        margin: 0 15px;
    }

    .feature-stats .feature-stats-box .single-stat{
        margin-bottom: 20px;
        font-size: 22px;
        width: 32%;
        display: inline-block;
    }

    .feature-stats .feature-stats-box .single-stat .number{
        font-size: 50px;
    }


    .explore-flex{
        margin: 0 15px;
    }

    .ef-desc{
        font-size: 16px;
    }

    .explore-feature{
        padding: 20px 30px;
    }


    .explore-locations .explore-content{
        max-width: 100%;
        font-size: 18px;
        margin: 0 15px;
    }

    .howitworks-section .howitworks-content{
        margin: 0 15px;
    }

    .hiw-list li{
        font-size: 17px;
        text-align: left;
        padding-left: 75px;
        position: relative;
        display: block;
        text-align: center;
        padding: 0;
    }

    .hiw-list li span{
        /*        margin-right: 20px;
        position: absolute;
        left: 0;*/
        display: block;
        width: 100%;
    }

    .premium-bar{
        font-size: 20px;
    }

    .premium-logo{
        height: 45px;
    }

    .tl-section .tl-inner{
        gap: 20px;
        margin: 0 15px;
    }

    .tl-section .tl-inner .left h2{
        margin-top: 0;
    }

    .tl-row{
        margin: 0px;
    }


    .partnerships-inner{
        gap: 20px;
        margin: 0 15px;
        text-align: center;
    }

    .partnerships-title{
        margin-top: 0px;
    }

    .partnerships-cards{
        flex-direction: column;
        margin: 0px;
        gap: 20px;
        width: 100%;
    }

    .partnership-card{
        max-width: 100%;
        padding-top: 120px;
    }

    .join-inner{
        max-width: 100%;
        margin: 0 15px;
        text-align: center;
    }

    .join-left{
        display: none;
    }

    .trust-inner{
        margin: 0 15px;
    }

    .trust-photos{
        display: flex;
        flex-wrap: wrap;
        max-width: 100%;
        gap: 10px;
        min-width: auto;
        justify-content: center;
        order: 2;
    }

    .trust-photos img{
        display: inline-block;
        width: 46%;
        height: auto;
    }

    .testimonial-section{
        padding: 0px;
    }

    .testimonial-inner{
        margin: 60px 15px;
    }

    .testimonial-avatars img{
        width: 60px;
        height: 60px;
    }

    .trust-text{
        font-size: 16px;
        text-align: center;
        margin: 0;
    }

    .testimonial-card .qoute{
        width: 90px;
        top: -14px;
    }


    .testimonial-avatars{
        display: none;
    }

    .subpage .hero-left{
        width: 100%;
    }

    .benefits-section .benefits-inners{
        margin: 0 15px;
    }

    .benefits-section .benefits-inners .benefits-text{
        max-width: 100%;
    }

    .benefits-section .benefits-inners .benefits-icons{
        width: 100%;
        gap: 15px;
        flex-direction: column;
    }

    .designed-section .designed-inner, .plan-section .plan-inner{
        flex-direction: column;
        margin: 0 15px;
    }

    .designed-section .designed-img-box{
        width: 100%;
        height: auto;
    }

    .designed-section .designed-content{
        width: 100%;
    }

    .faq-question{
        font-size: 16px;
    }

    .footer-right{

    }
    .navbar .main-logo svg{
        width: 100px;
    }


    .hero-content{
        width: auto;
        margin: 0 15px;
    }

    .hero-left{
        width: 100%;
        text-align: center;
    }

    .app-buttons a svg{
        width: 170px;
    }

    .howitworks-section .howitworks-content a{
        margin: 0 auto;
        display: block;
        width: max-content;
    }

    .tl-section .tl-inner .left{
        text-align: center;
    }

    .tl-sub a{
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .trust-text h2, .join-right h2{
        font-size: 30px;
    }

    .tabs{
        margin-left: -8px;
        margin-right: -8px;
        gap: 3px;
    }

    .nav-panel .top svg{
        fill: white;
    }

    footer{
        padding: 0px;
    }

    .footer-inner{
        margin: 20px;
        padding-top: 35px;
        padding-bottom: 30px;
    }

    .app-buttons{
        display: none;
    }

    .footer-right .footer-promo{
        padding: 20px;
        width: auto;
    }

    .footer-right .footer-promo .footer-promo-title{
        font-size: 20px;
    }

    .footer-right .footer-promo .footer-promo-text{
        font-size: 14px;
    }

    .footer-apps svg{
        width: 140px;
    }


    .subpage.otherpage{
        margin-top: 75px;
    }

    .otherpage h1{
        font-size: 37px;
        margin-bottom: 30px;
    }

    .otherpage .designed-section{
        padding-top: 0px;
    }

    .otherpage .designed-section.about-us-second .designed-content{
        order: 2;
    }

    .subpage .hero{
        min-height: auto;
        padding-top: 60px;
    }


    .location-subpage .location-box{
        flex-direction: column;
    }

    .location-subpage .location-box .product-gallery{
        flex: 1;
        width: 100%;
        order: 2;
        margin-bottom: 50px;
    }


    .location-subpage .location-box .location-content{
        flex: 1;
        width: 100%;
    }


    .psp-gallery{
        height: auto;
    }


    .location-subpage .location-box .location-content{
        order: 1;
    }


    .location-subpage h1{
        font-size: 37px;
    }

    .location-item-hours {
        margin-bottom: 0;
    }


    .location-subpage{
        margin: 0 15px;
        margin-top: 20px;
    }

    .breadcrumb li{
        font-size: 12px;
    }

    .footer-left .content .footer-main .footer-links{
        margin-bottom: 20px;
    }

    .news-single-page .single-news-inner{
        margin: 15px;
        width: auto;
        max-width: 100%;
    }

    .news-single-page h1{
        font-size: 37px;
    }

    .breadcrumb{
        flex-wrap: wrap;
    }

    .news_content{
        font-size: 14px;
    }

    .news-subpage h1{
        font-size: 37px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .news-subpage{
        margin: 0 15px;
    }

    .benefits-section .benefits-inners .benefits-icons .benefits-card p {
        margin-top: 13px;
        font-size: 18px;
        margin-bottom: 20px;
    }

    .designed-section .designed-img-box{
        min-height: 300px;
    }


    .feature-stats .feature-stats-box{
        display: block;
        text-align: center;
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .logos {
        animation: none;
        gap: 0;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-snap-stop: always;         /* manj preskakovanja */
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-x: contain;
        scroll-behavior: smooth;          /* NATIVE smooth */
    }
    .logos::-webkit-scrollbar {
        display: none;
    }

    /* 2 loga na â€œstranâ€ (50% + 50%) */
    .img-box {
        flex: 0 0 50%;
        min-width: 50%;
        scroll-snap-align: start;
        padding: 14px 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .logos img {
        /* height: 67px; */
        /* width: auto; */
        /* max-width: 87%; */
        /* object-fit: cover; */
        object-position: center;
    }

    .logos-dots {
        display: flex;
    }

    .testimonial-quote {
        font-size: 16px;
        padding-right: 25px;
    }

    .partnerships-section{
        padding-top: 50px;
        padding-bottom: 70px;
    }

    .faq-section{
        padding-bottom: 70px;
        padding-top: 70px;
    }

    .news-section{
        padding: 70px 0;
    }

    .news-card img{
        height: 180px;
    }

    .benefits-section{
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .benefits-section .benefits-inners .benefits-icons .benefits-card .img-box{
        min-width: auto;
    }

    .designed-section .designed-card{
        text-align: center;
    }

    .designed-section, plan-section{
        padding-top: 60px;
        padding-bottom: 50px;
    }

    .explore-inner{
        padding-top: 60px;
    }

    .explore-locations{
        height: auto;
        padding-top: 60px;
        padding-bottom: 50px;
    }

    .tl-section, .trust-section{
        padding-top: 70px;
        padding-bottom: 50px;
    }

    .join-section{
        padding: 70px 0px;
    }

    .designed-section .designed-card ul{
        text-align: left;
    }


    .location-item-info .img-box{
        min-width: auto;
        flex: unset;
        height: auto;
    }



    .contact .contact-inner{
        flex-direction: column;
        width: auto;
        gap: 20px;
    }

    .contact .contact-inner .right{
        flex: 1;
        width: 100%;
    }

    .contact{
        width: auto;
        padding: 40px 15px;
    }

    .contact .contact-inner .left {
        flex: 1;
        width: 100%;
    }


    main.info{
        max-width: 90%;
        margin: 0 auto;
    }

    main.info h1{
        font-size: 37px;
        margin-top: 80px;
    }

    

}