



body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    background: #0E0E0E;
    font-family: "Montserrat", sans-serif;
    color: #fff;
}

.ng-shadow {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}



/*body:not(.home) {*/
/*    padding-top: 150px;*/
/*}*/

/*@media(max-width: 1200px) {*/
/*    body:not(.home) {*/
/*        padding-top: 80px;*/
/*    }*/
/*}*/


.container {
    max-width: 1350px;
}

.heading-box .heading {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 0.2px;
    color: #fff;
}

.heading-box .slim {
    font-weight: 300;
}

.heading-box .heading-text {
    font-size: 20px;
    font-weight: 600;
    color: #9ca3af;
    max-width: 550px;
    margin: auto;
    line-height: 1.7;

}

@media (max-width: 991.98px) {
    .heading-box .heading {
        font-size: 35px;
    }

    .heading-box .heading-text {
        font-size: 17px;

    }


}

@media (max-width: 767.98px) {
    .heading-box .heading {
        font-size: 29px;
    }

    .heading-box .heading-text {
        font-size: 15px;

    }


}





/*body.home .main-header,*/
/*body.home .main-footer {*/
/*    display: none !important;*/
/*}*/










/******** page heading *******/

.heading-box .page-heading {
    font-size: 60px;
    font-weight: 900;
}

@media (max-width: 991.98px) {
    .heading-box .page-heading {
        font-size: 40px;
        font-weight: 900;
    }
}




/********** btns ********/


/** theme btn ***/


.t-btn.big {
    font-size: 18px;
}

.t-btn.small {
    font-size: 13px;
    padding: 0.8em 1.3em;
}

.t-btn {
    display: inline-flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 600;
    padding: 1em 1.4em;
    line-height: 1;
    border: none;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.3s ease;
    transform-origin: center;
}



.t-btn {
    position: relative;
    overflow: hidden; /* dôležité pre pseudo-element */
}

.t-btn::after {
    content: '';
    position: absolute;
    top: 0; left: -100%;
    width: 200%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0) 60%);
    transform: skewX(-20deg);
    transition: left 0.4s ease;
    pointer-events: none;
}

@media (min-width: 992px) {
    .t-btn:hover::after {
        left: 100%; /* presúvanie „shine“ efektu */
    }
}



.t-btn.dark {
    background: #333;
}

.t-btn {
    position: relative;
    z-index: 2;
}

.t-color {
    color: var(--main-color);
}

.t-color-2 {
    color: var(--second-color);
}


.specer {
    display: inline-flex;
    border-radius: 25px;
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(5px);
    padding: 8px 24px;
    font-weight: 600;
    font-size: 15px;
    border: 1px solid rgba(255,255,255,0.5);
}

.specer.theme {
    color: var(--main-color);
    /*background: var(--main-light-color);*/
    border-color: var(--main-color);
}

.specer.theme-2 {
    color: var(--second-color);
    /*background: var(--second-light-color);*/
    border-color: var(--second-color);
}


@media (max-width: 991.98px) {
    .specer {
        padding: 4px 12px;
        font-size: 11px;
        margin-bottom: 5px;
    }
}


.t-color {
    color: var(--main-color);
}

.t-bg {
    background: var(--main-color);
}


.t-btn.theme {
    border-color: var(--main-color);
    background: var(--main-color);
    color: var(--main-text-color);
}

.t-btn.theme svg {
    color: var(--main-text-color);
}


.t-btn.theme2 {
    border-color: var(--second-color);
    background: var(--second-color);
    color: var(--second-text-color);
}


.t-btn.theme2 svg {
    color: var(--second-text-color);
}




.t-btn.ic .icon {
    display: inline-flex;
    background: rgba(255,255,255,1);
    padding: 5px;
    position: absolute;
    border-radius: 3px;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    right: 12px;
    top: 50%;
    transform: translate(0,-50%);

}

.t-btn.ic {
    padding-right: 55px;
}

.t-btn.ic svg {
    color: #000;
}

.t-btn.white.ic svg {
    color: #fff;
}

.t-btn.white.ic .icon {
    background: #121212;
}





@media (max-width: 767.98px) {
    .t-btn {
        font-size: 15px;
    }
}



/***************** MAIN HEADER *****************/

/*body:not(.home) .main-header {*/
/*    position: sticky;*/
/*}*/

.main-header {
    /*position: relative;*/
    display: block;
    border-bottom: 1px solid rgb(31 41 55);
}


body.import .main-header .menu-link:hover {
    color: var(--second-color) !important;
}

body.delivery .main-header .menu-link:hover {
    color: var(--main-color) !important;
}


body:not(.delivery,.import) .main-header .menu-link:hover  {
    color: #ccc !important;
}



.main-header .logo img {
    width: 140px;
}

body:not(.home) .main-header {
    background: #121212 !important;
}



.main-header .main-menu {
    width: 100%;
}

.main-header .phone-box {
    gap: 10px;
    align-items: center;
    margin-left: 20px;
    padding: 10px;
    border-radius: 4px;
    background: #fff;
}

.main-header .phone-box .menu-list {
    justify-content: flex-start;
    width: 100%;
}

.main-header .phone-box .icon-box {
    width: 28px;
    height: 28px;
    padding: 3px;
    background: rgba(0,0,0,0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.main-header .phone-box .ico {
    flex: 1;
}

.main-header .phone-box a {
    color: #111;
    font-size: 14px;
    font-weight: 700;
    line-height 1;
    text-decoration: none;
}

.main-header .phone-box svg {
    color: #000;
}



body.import .main-header .phone-box a {
    color: var(--second-text-color);
}

body.import .main-header .phone-box .ico .small {
    color: rgba(0, 0, 0, 0.8);
}

body.import .main-header .phone-box svg {
    color: rgba(0, 0, 0, 0.8);
}

body.import .main-header .phone-box {
    background: var(--second-color);
}


body.delivery .main-header .phone-box a {
    color: var(--main-text-color);
}

body.delivery .main-header .phone-box .ico .small {
    color: rgba(0, 0, 0, 0.8);
}

body.delivery .main-header .phone-box svg {
    color: var(--main-text-color);
}

body.delivery .main-header .phone-box {
    background: var(--main-color);
}




.main-header .phone-box .ico .small {
    display: block;
    font-size: 10px;
    line-height: 1;
    margin-bottom: -2px;
    font-weight: 600;
    color: rgba(0,0,0,0.8);

}




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


body:not(.home) .top-bar .container {
    border: none;
    padding-bottom: 2px;
}



.main-header.is-sticky {
    box-shadow: 0 0 5px 5px rgba(0,0,0,0.05);
}

.main-header.is-sticky .logo img {
    width: 100px;
}

.main-header:not(.is-sticky) .main-bar .container {
    /*background: #fff !important;*/
    /*padding: 15px;*/
}

.home.not-top .main-header .top-bar {
    display: none;
}

body.home .main-header .top-bar .container {
    border-bottom: 1px solid rgba(255,255,255,0.4);
    border-radius: 0 !important;
    padding-bottom: 8px;
}

body .main-header .top-bar {
    /*background: #011035;*/
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 13px;
}

body.home .main-header .top-bar {
    padding-top: 14px;
    padding-bottom: 4px;
}

.main-header .top-bar {
    padding-bottom: 4px;
}

.main-header .top-bar::after {
    content: '';
    display: block;
    z-index: -1;
    height: 40px;
    width: 100%;
    position: absolute;
    bottom: -35px;
    left: 0;
    /*background: #011035;*/
}

body.home:not(.not-top) .main-header .first {
    display: none;
}

body.home.not-top .main-header .second {
    display: none;
}


body:not(.home) .second {
    display: none;
}

.not-top .main-header {
    box-shadow: 5px 5px 15px rgba(0,0,0,0.05);
}


.main-header .menu-list .t-btn {
    font-size: 14px;
    text-transform: uppercase;
    margin-left: 15px;
    margin-right: 15px;
}

.main-header .menu-list .icon {
    width: 25px;
    height: 25px;
}

.main-header .main-menu .menu-list {
    display: flex;
    padding-left: 0;
    align-items: center;
    list-style: none;
    margin-bottom: 0;
}


.main-header .main-bar .logo {
    color: #fff !important;
    filter: brightness(0) invert(1);

}


.main-header .main-menu .menu-list .menu-link,
.main-header .main-menu .menu-list .dropdown-toggle.menu-link {
    padding: 8px 12px;
    text-decoration: none;
    display: inline-block;
    background: transparent;
    border-radius: 0;
    border: none;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.6px;
    color: #ccc;
    position: relative;
}


/*body.import .main-header .menu-link {*/
/*    color: #fdecce !important;*/
/*}*/
/*body.delivery .main-header .menu-link {*/
/*    color: #e0f5ff !important;*/
/*}*/


.main-header .main-menu .menu-list .menu-link:hover,
.main-header .main-menu .menu-list .menu-link:focus,
.main-header .main-menu .menu-list .menu-link.active {
    opacity: 0.8;
}


/*.main-header .main-menu .menu-list .menu-link.active {*/
/*    background: var(--main-color);*/
/*    color: var(--main-text-color);*/
/*}*/

.main-header .js-menu-open {
    display: inline-flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    text-decoration: none;
    color: #fff;
}

body.home:not(.not-top) .main-header .js-menu-open {
    color: #fff;
}


.main-header.is-sticky .js-menu-open {
    color: var(--main-color);
}

.main-header .js-menu-open:hover {
    color: var(--main-color);
}


.main-header .dropdown-menu .dropdown-item {
    font-size: 14px;
}

.main-header .dropdown-menu {
    border-color: #f1f1f1;
}




.main-header .dropdown-menu .dropdown-item:hover,
.main-header .dropdown-menu .dropdown-item:focus {
    font-size: 14px;
    color: var(--main-text-color);
    background: var(--main-color);
}

.main-header .js-menu .contact-info {
    flex-wrap: wrap;
    gap: 15px;
    display: flex;
}

.main-header .js-menu .contact-info a {
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    color: #9ca3af;
    text-decoration: none;
}


.main-header .js-menu .contact-info i {
    color: var(--main-color);
}

.main-header .mobile-head .logo img {
    height: auto !important;
}


.main-header.is-sticky .main-menu .menu-list .menu-link {
    font-size: 12px;
}

.main-header.is-sticky .logo img {
    width: 130px;
    /*transition: all 0.2s ease-in;*/
}

.main-header:not(.is-sticky) .main-menu .menu-list .menu-link {
    /*transition: all 0.2s ease-in;*/
}

.main-header.is-sticky .main-menu .menu-list .menu-link {
    font-size: 12px;
    /*transition: all 0.2s ease-in;*/
}

.main-header:not(.is-sticky) .logo img {
    /*transition: all 0.2s ease-in;*/
}

.home .main-header.fixed-top:not(.is-sticky) {
    background: #121212;
    position: fixed;
}

body.home.not-top .main-header {
    background: ##121212 !important;
}

@media (max-width: 1400px) {
    .main-header .main-menu .menu-list .menu-link,
    .main-header .main-menu .menu-list .dropdown-toggle.menu-link {
        padding: 8px 10px;
        font-size: 15px;

    }

    .main-header .phone-box {
        gap: 5px;
        margin-left: 10px;
        padding: 10px 5px;
    }
}


@media (max-width: 1200px) {
    .main-header .main-menu .menu-list .dropdown-toggle.menu-link {
        padding: 8px 8px;
        font-size: 14px;

    }

    .main-header .phone-box {
        gap: 5px;
        margin-left: 10px;
        padding: 10px 5px;
    }
}






/* mobile menu */





@media (max-width: 991.98px) {
    body.menu-opened .main-header .js-menu {
        display: block !important;
        z-index: 99999;
        background: #121212;
        width: 100%;
        height: 100lvh;
        overflow-y: auto;
        position: fixed;
        top: 0;
        left: 0;
    }

    body.menu-opened .mobile-head {
        padding: 8px 0;
        position: relative;
    }

    body.menu-opened .mobile-head .js-menu-close {
        font-size: 28px;
        display: inline-flex;
        width: 45px;
        height: 45px;
        justify-content: center;
        align-items: center;
        /*position: absolute;*/
        /*top: 15px;*/
        /*right: 15px;*/
        text-decoration: none;
        color: #ccc;
    }

    .main-header .container {
        border-radius: 0 !important;
    }


    body.menu-opened .js-menu .menu-list {
        flex-wrap: wrap;
        flex-direction: column;
    }



    body.menu-opened .main-header .js-menu .menu-item {
        text-align: center;
        width: 100%;
    }

    body.menu-opened .main-header .js-menu .menu-item .t-btn {
        margin-bottom: 15px;
        margin-top: 15px;
    }

    body.menu-opened .main-header .js-menu .menu-item .menu-link {
        width: 100%;
        border-bottom: 1px solid rgb(31 41 55);
        font-size: 16px;
        padding: 17px 0;
    }

    body.menu-opened .js-menu .dropdown-menu {
        position: static !important;
        transform: unset !important;
        background: var(--main-bg-color);
        border: none;
    }



    body.menu-opened {
        height: 100vh !important;
        overflow: hidden;
    }


}


@media (max-width: 767.98px) {
    .main-header .logo img {
        max-width: 100px;
    }

    .main-header .top-bar {
        display: none;
    }


    .main-header.is-sticky .logo img {
        width: 100px;
        transition: all 0.2s ease-in;
    }

    .main-header .main-bar .container {
        padding-top: 0;
        padding-bottom: 0;
    }

    .main-header .main-bar {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .main-header .top-bar {
        font-size: 10px;
    }

    .main-header .top-bar .contact-span {
        gap: 5px;
        font-size: 9px;
        font-weight: 500;
    }

    .main-header .top-bar .follow {
        gap: 5px;
        font-size: 8px;
        font-weight: 500;
    }


}

.main-header .container {
    border-radius: 8px;
}

@media (min-width: 1200px) {
    body.home:not(.not-top) .main-header .menu-link {
        color: #fff !important;
    }
}


/*********** MAIN FOOTER ***********/

.main-footer {
    background: #151619;
    color: #9ca3af;
    font-weight: 500;
    font-size: 15px;
    border-top: 1px solid rgb(31 41 55);
}

.main-footer .main-bar {
    padding: 50px 0;
}

.main-footer .copyright a {
    color: #9ca3af;
    text-decoration: none;
}

.main-footer .copyright .container {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid rgba(255,255,255,0.1);

}

.main-footer .main-bar a {
    font-weight: 500;
    color: #9ca3af;
    text-decoration: none;
}

.main-footer a:hover {
    color: #fff;
}

.main-footer ul li {
    margin-bottom: 10px;
}

.main-footer table td {
    padding-right: 10px;
}




.main-footer ul {
    padding-left: 0;
    list-style: none;
}

.main-footer .lg {
    color: #fff !important;
    filter: brightness(0) invert(1);
}


.main-footer .footheading {
    font-size: 17px;
    padding-bottom: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #fff;
    margin-bottom: 15px;
}

.main-footer .copyright {
    font-size: 13px !important;
}

.main-footer .spec-img-box {
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    padding: 25px;
    background: rgba(255,255,255,1);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    transform: translate(-50%, 0);
}

.main-footer .top-bar {
    position: relative;
}

.main-footer .soc-box {
    font-size: 25px;
}

.main-footer {
    position: relative;
}

.main-footer .top-bar {
    padding-bottom: 100px;
}


.main-footer table td {
    padding-bottom: 10px;
    vertical-align: top;
}

.main-footer td a {
    display: inline-block;
    margin-bottom: 12px;
}

.main-footer table td svg {
    color: var(--third-color);
}

.main-footer .soc-title {
    margin-top: 25px;
    display: block;
    color: #fff;
    padding-bottom: 5px;
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.7px;
}

.main-footer .soc-box a.facebook {
    background: #0866FF;
}

.main-footer .soc-box a {
    width: 35px;
    height: 35px;
    padding: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.1);
}

.main-footer .soc-box a svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/* above foot */

.above-foot {
    padding-bottom: 140px;
    padding-top: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}


.above-foot::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.55;
}



.above-foot .heading {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: 1px;
    margin: auto;
    margin-bottom: 20px;
    color: #fff;

}

.above-foot .heading-text {
    color: rgba(255,255,255,0.95);
    max-width: 850px;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 25px;
}


@media (max-width: 991.98px) {
    .above-foot {
        background-attachment: unset;
    }

    .above-foot .heading {
        font-size: 24px;
    }

    .above-foot .heading-text {
        font-size: 15px;
    }

    .above-foot {
        padding-bottom: 70px;
        padding-top: 50px;
    }
}


/********** REALIZATION info page **********/




.type-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.type-item img {
    transform: scale(1) rotate(0);
    transition: transform 0.3s ease-in;
}



.type-item:hover img {
    transform: scale(1.05) rotate(2deg);
    transition: transform 0.3s ease-in;
}

.type-item .title {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 50%;
    z-index: 2;
    padding: 10px 22px;
    background: #fff;
    color: var(--second-color);
    text-transform: uppercase;
    font-weight: 800;
    font-size: 16px;
    letter-spacing: 0.5px;
    white-space: nowrap;
    transform: translate(-50%,0);
    max-width: 100%;
}

.type-item .img-box::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    transition: background 0.3s ease-in;
}

.type-item:hover .img-box::after {

    background: rgba(0,0,0,0);
    transition: background 0.3s ease-in;
}


.type-item .img-box {
    overflow: hidden;
    height: 350px;
    display: flex;
}

.type-item .img-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


@media (max-width: 767.98px) {
    .type-item .title {
        padding: 8px 15px;
        font-size: 14px;
    }

    .type-item .img-box {
        height: 250px;
    }
}










/*** not-found-page **/

.not-found-page h1.head {
    font-size: 175px;
    font-weight: 800;
    text-align: center;
    letter-spacing: -18px;
    color: var(--second-color);
    text-shadow: -4px 0 #fff;
    margin-left: -18px;
}


.not-found-page h1.head .first {
    z-index: 1;
    position: relative;
}

.not-found-page h1.head .second {
    z-index: 2;
    position: relative;
}

.not-found-page p {
    text-align: center;
    position: relative;
    top: 40px;
    color: #fff;
    font-weight: 500;
}

.not-found-page h1.head .third {
    z-index: 3;
    position: relative;
}

@media (max-width: 767.98px) {

    .not-found-page h1.head {
        font-size: 105px;
        letter-spacing: -10px;
        margin-left: -10px;
    }

    .not-found-page p {
        top: 20px;
    }
}




/******************* HOME PAGE ********************/


/******** hero banner ******/

.hero-box .hero-content {

}

.hero-box .hero-content {
    display: flex;
    justify-content: center;
    min-height: 100lvh;
}

.hero-box .hero-content .parter {
    width: 50%;
    height: 100lvh !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.hero-box .hero-content .parter .content {
    position: relative;
    z-index: 3;
    padding-bottom: 50px;
}

.hero-box .hero-content .parter::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background-image: linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0.4) 70%);
}

.hero-box .hero-content .parter:hover::after {
    background-image: linear-gradient(to top, rgba(0,0,0,0.65), rgba(0,0,0,0.5) 70%);
}



.hero-box .hero-content img.spec {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}






.hero-box .heading {
    font-size: 55px;
    font-weight: 600;
    color: #fff;
}


.hero-box .icon-box {
    width: 80px;
    height: 80px;
    display: inline-flex;
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(8px);
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-bottom: 35px;
}

.hero-box .icon-box svg {
    width: 40px;
    height: 40px;
    stroke-width: 1.5px;
}

.hero-box .content {
    text-align: center;
    max-width: 100%;
    width: 650px;
}

.hero-box .content .subhead {
    font-size: 25px;
    font-weight: 400;
    color: rgba(255,255,255,0.65);
}

.hero-box .desc-head {
    font-size: 18px;
    font-weight: 400;
    color: #f1f1f1;
    margin-top: 25px;
    margin-bottom: 25px;
}

.hero-box .befs {
    margin-top: 25px;
}

.hero-box  .t-btn {
    font-size: 15px;
}

.hero-box .bef-item .number {
    font-weight: 600;
    font-size: 35px;
    display: block;
    white-space: nowrap;
}

.hero-box .bef-item .desc {
    color: #ccc;
    font-weight: 500;
}

.hero-box .bef-item {
    text-align: center;
}


.hero-box .left .bef-item .number {
    color: var(--main-color);
}

.hero-box .left .icon-box svg {
    color: var(--main-color);
}

.hero-box .right .icon-box svg {
    color: var(--second-color);
}


.hero-box .right .bef-item .number {
    color: var(--second-color);
}


@media (max-width: 992px) {

    .hero-box .heading {
        font-size: 25px;
    }

    .hero-box .hero-content .parter {
        width: 100%;
        height: auto !important;
        padding-top: 50px;
    }

    .hero-box .hero-content {
        flex-wrap: wrap;
    }

    .hero-box .hero-content {
        min-height: unset;
    }

    .hero-box .content .subhead {
        font-size: 19px;
    }

    .hero-box .desc-head {
        font-size: 15px;
    }

    .hero-box .icon-box {
        margin-bottom: 15px;
    }

    .hero-box .bef-item .number {
        font-size: 25px;
    }

    .hero-box .icon-box {
        width: 60px;
        height: 60px;
        margin-bottom: 25px;
    }

    .hero-box .icon-box svg {
        width: 30px;
        height: 30px;
    }

    .hero-box .t-btn {
        font-size: 13px;
    }

    .hero-box .bef-item .desc {
        font-size: 10px;
        line-height: 1.3;
        font-weight: 400;
    }

}








/******* gallery ******/

.home-page .gallery .gallery-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;

}

.home-page .gallery .gallery-box .item {
    width: calc( 100% / 3 - 30px / 3);
    aspect-ratio: 1;
    overflow: hidden !important;
    display: block;
    border-radius: 6px;
}

.home-page .gallery .gallery-box .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}







/** references ***/


.home-page .references {
    background: #f9f9f9;
    padding: 50px 0;
}




/** home page paral */

.home-page .spec-paral {
    padding: 170px 0;
    color: #fff;
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    z-index: 1;
}

.home-page .spec-paral::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.45;
    z-index: -1;
}

.home-page .spec-paral .heading-text {
    max-width: 100%;
}

.home-page .spec-paral .content {
    max-width: 1080px;
    margin: auto;
}



.home-page  .spec-paral .heading {
    color: #fff;
}

.home-page  .spec-paral .heading-text {
    color: rgba(255,255,255,0.9);
}


@media (max-width: 991.98px) {
    .home-page .spec-paral {
        background-attachment: unset;
        padding: 70px 0;
    }
}


/********** OFFER *********/

.home-page .offer {
    padding: 50px 0;

}



.home-page  .offer .offer-item .img-box {
    display: block;
    overflow: hidden;
    position: relative;
}

.home-page  .offer .offer-item p {
    font-weight: 400;
    color: rgba(0,0,0,0.8);
    font-size: 15px;
    margin-top: 15px;
}


.home-page .offer .offer-item .info-box {
    padding: 15px;
}

.home-page .offer .offer-item {
    background: #fff;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.home-page .offer .heading {
    color: #fff;
}

.home-page  .offer .offer-item .title {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    padding-left: 10px;
    border-left: 3px solid var(--main-color);
}

.home-page  .offer .offer-item img {
    transition: transform 0.3s ease;
    transform: scale(1);
}

.home-page  .offer .offer-item img:hover {
    transition: transform 0.3s ease;
    transform: scale(1.05);
}


.spec-wrap {
    background-color: #050505;
    background-size: 90% auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;



}

.spec-wrap .offer-item {
    background: #fff;
}



/******** references ******/









/*** partner slider **/

.home-page section.slider {
    background: var(--second-light-color);
}

.home-page .img-box {

}

.home-page .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-page section.slider {
    padding-top: 20px;
    padding-bottom: 20px;
}

.home-page section.slider .img-box {
    padding: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 100%;

}

.home-page section.slider .img-box img {
    height: 50px;
    width: 100%;
    object-fit: contain;
}


/*** benefits **/

.home-page .benefits {
    position: relative;
    background: none;
}



.home-page .benefits .container {
    position: relative;
    z-index: 5;
}

.home-page .offer {
    position: relative;
    z-index: 6;
}

@media (min-width: 992px) {
    .home-page .benefits .container {
        transform: translate(0,-50%);
    }

    .home-page .benefits {
        margin-bottom: -120px;
    }

}

.home-page .benefits .benefit-item {
    border-radius: 8px;
    height: 100%;
    text-align: center;
    padding: 25px;
    background: rgba(255,255,255,0.2);
    backdrop-filter: blur(20px);
}

.home-page .benefits  .benefit-item .icon-box {
    position: relative;
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: var(--main-color);
}

.home-page .benefits  .benefit-item .icon-box svg {
    color: var(--main-text-color);
    width: 40px;
    height: 40px;
}






.home-page .benefits .benefit-item .title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    display: block;
    color: #fff;
}

.home-page .benefits .benefit-item .icon-box {
    margin-bottom: 25px;
}

.home-page .benefits .benefit-item .text {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255,255,255,0.8);
}


.home-page .benefits .benefit-item .text span {
    font-weight: 500;
}

.home-page .benefits .benefit-item svg {
    color: var(--main-color);
}

.home-page .benefits {

}



@media (max-width: 767.98px) {
    .home-page .benefits .benefit-item {
        padding: 15px 10px;
    }

    .home-page .benefits {
        padding: 40px 0;
    }

    .home-page .benefits .benefit-item .text {
        font-size: 12px;
    }

    .home-page .benefits .benefit-item .title {
        font-size: 15px;
        margin-bottom: 8px;
    }
    .home-page .benefits .benefit-item .icon-box {
        margin-bottom: 15px;
    }

    .home-page .benefits .benefit-item svg {
        width: 40px;
        height: 40px;
    }


}

/********* ABOUT *******/

.home-page .about {
    padding: 80px 0;
    position: relative;
    background: #f9f9f9;
}

.about .spec-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    object-fit: cover;
}


.home-page .about .content {
    max-width: 100%;
}


.home-page  .about .info {
    font-size: 17px;
}

/*.home-page .about {*/
/*    top: -90px;*/
/*    margin-bottom: -90px;*/
/*    z-index: 1;*/
/*}*/

.hero-box {
    position: relative;
    z-index: 5;
}

.home-page .about .bef-item .icon-box {
    display: inline-flex;
    width: 70px;
    height: 70px;
    color: var(--main-color);
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.home-page .about .bef-item .icon-box svg {
    height: 40px;
    width: 40px;
}

.home-page .about .bef-item {
    display: flex;
    align-items: center;
    padding: 10px;
    border: 1px solid #f1f1f1;
    box-shadow
}

.home-page .about .boxes {
    margin-bottom: 25px;
}

.home-page .about .bef-item .title {
    flex: 1;
    font-size: 16px;
    font-weight: 600;
}


@media (max-width: 991.98px) {

    .home-page  .about .info {
        font-size: 15px;
    }

    .home-page .about .bef-item .icon-box {
        width: 40px;
        height: 40px;
    }

    .home-page .about .bef-item .icon-box svg {
        height: 35px;
        width: 35px;
    }

    .home-page .about .bef-item .title {
        font-size: 13px;
    }

    .home-page  .about .count-item {
        margin-top: 5px;
        margin-bottom: 35px;
    }


    .home-page .about .spec-img {
        position: relative;
        width: 100%;
    }


    /*.home-page .about {*/
    /*    top: -140px;*/
    /*    margin-bottom: -140px;*/
    /*}*/

    .home-page .about .content {
        padding-left: 0;
        padding-top: 0;
    }

}



/***************** services **********/


.home-page .services {
    position: relative;
}


/* testimonials */

.home-page .testimonials {
    background: #fff;
    padding: 50px 0;
}



.home-page .testimonials .testimonial-item {
    padding: 25px 25px;
    border-radius: 18px;
    background: rgba(255,255,255,0.65);
    backdrop-filter: blur(15px);

}

.home-page .lSlide {
    text-align: center;
}

.home-page .testimonials .testimonial-item .title {
    font-weight: 700;
    margin-top: 5px;
    color: #000;
}

.home-page .testimonials .testimonial-item .position {
    text-transform: uppercase;
    color: #444;
    font-size: 11px;

}

.home-page .testimonials .testimonial-item svg {
    color: var(--main-text-color);
}

.home-page .testimonials .testimonial-item p {
    font-size: 15px;
    color: #444;
    font-weight: 300;
    margin-top: 20px;
    min-height: 100px;
}

.home-page .testimonials .testimonial-item .rank-box {
    display: flex;
    gap: 15px;
    align-items: center;
}

.home-page .testimonials .testimonial-item .img-box {
    width: 50px;
    height: 50px;
    display: inline-flex;
    background: var(--main-color);
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.home-page .testimonials .testimonial-item .img-box svg {
    color: var(--main-text-color) !important;
}

.home-page .testimonials .testimonial-item .ranking {
    flex: 1;
}


.home-page .testimonials .testimonial-item {
    box-shadow: 0 0 5px rgba(0,0,0,0.07);
    margin: 10px;
}

.home-page .testimonials .lSSlideOuter .lSPager.lSpg > li:hover a,
.home-page .testimonials .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: var(--main-color);
}





/****** portfolio-item ******/


/****** portfolio-item ******/

.portfolio-item {
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-radius: 8px;
}

.portfolio-item .title {
    font-size: 16px;
    font-weight: 500;
    display: block;
    padding-top: 15px;
    color: #000;
    line-height: 1.4;
    letter-spacing: 0.3px;

}

.portfolio-item:hover img {
    transform: scale(1.05) rotate(1deg);
    transition: transform 0.3s ease-in;
}

.portfolio-item .img-box {
    height: 300px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.portfolio-item img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    transform: scale(1);
    transition: transform 0.3s ease-in;
}

.portfolio-item .badg {
    z-index: 3;
    position: absolute;
    display: block;
    top: 25px;
    left: 35px;
    font-weight: 600;
    font-size: 12px;
    padding: 6px 5px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    color: var(--main-color);

}

.portfolio-item .img-box a {
    display: block;
    height: 100%;
    width: 100%;
    z-index: 5;
}

.portfolio-item .content-box {
    position: absolute;
    z-index: 5;
    color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 35px;
}

.portfolio-item .meta {
    width: 100%;
    font-size: 15px;
    display: flex;
    align-items: center;
    line-height: 1;
    z-index: 5;
    color: #888;
    font-weight: 600;
    gap: 8px;
}

.portfolio-item a {
    text-decoration: none;
}

.portfolio-item .img-box::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.40);
    transition: background 0.3s ease-in;
}

.portfolio-item:hover::after {
    transition: background 0.3s ease-in;
    background: rgba(0,0,0,0.0);
}

.portfolio-item .hover-box {
    z-index: 10;
    flex-wrap: wrap;
}

.portfolio-item {
    position: relative;
}




.portfolio-item .title {
    color: #1a1a1a;
    width: 100%;
    display: block;
    text-align: left;
}

.portfolio-item a.icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 5px;
    z-index: 10;
    right: 5px;
    color: #fff;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    background: var(--main-color);
}

@media (max-width: 767.98px) {

    .portfolio-item .hover-box {
        display: flex;
    }

    .portfolio-item .img-box {
        height: 250px;
    }

    .portfolio-item .meta {
        font-size: 13px;
    }


    .portfolio-item .badg {
        font-weight: 700;
        font-size: 11px;
    }

    .portfolio-item .title {
        font-size: 17px;
        font-weight: 700;
        padding-top: 25px;
        line-height: 1.5;

    }
}





/******** CLEAN PAGE ********/


.clean-page h2 {
    font-size: 28px;
    font-weight: bold;
    margin-top: 1.5em;
}

.clean-page h3 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 1.2em;
}

.clean-page h4 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 1em;
}

.clean-page h5 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0.8em;
}

.clean-page h6 {
    font-size: 16px;
    font-weight: 500;
    margin-top: 0.6em;
}

.clean-page .content {
    width: 1080px;
    max-width: 100%;
    padding: 35px;
    margin: auto;
    border-radius: 15px;
    color: #9ca3af;
}

.clean-page .content strong {
    font-weight: 600;
}

.clean-page a {
    color: #fff;
}

.clean-page .content {
    background: #1A1A1A;
    border: 1px solid rgb(31 41 55);
}




.clean-page .gallery-box .gallery-imgs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.clean-page .gallery-box {
    margin-top: 25px;
}

.clean-page .gallery-box .heading {
    text-align: center;
    margin-bottom: 15px;
    color: var(--main-color);
    font-weight: 700;
}

.clean-page .gallery-box .gallery-imgs a {
    width: calc(100% / 7 - 10px);
    display: block;
}

.clean-page .gallery-box .gallery-imgs a img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}


@media (max-width: 767.98px) {
    .clean-page .content {
        padding: 15px;
    }


    .clean-page h2 {
        font-size: 18px;
    }

    .clean-page h3 {
        font-size: 17px;
    }

    .clean-page h4 {
        font-size: 16px;
    }

    .clean-page h5 {
        font-size: 15px;
    }

    .clean-page h6 {
        font-size: 14px;
    }

    .clean-page {
        font-size: 13px;
    }
}
















/** import page **/

/* cars */

.import-page .cars .container {
    max-width: 1500px;
}



.import-page .cars .car-item .info-box {
    padding: 25px;
    background: #121212;

}

.import-page .cars .car-item {
    overflow: hidden;
    position: relative;
    border: 1px solid rgb(31 41 55);
    border-radius: 16px;
}

.import-page .cars .car-item:hover {
    border-color: var(--second-color);
}

.import-page .cars .car-item:hover .img-box img {
    transform: scale(1.07);
    transition: transform 0.3s ease-in;
}

.import-page .cars .car-item .img-box img {
    transform: scale(1);
    transition: transform 0.3s ease-in;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.import-page .cars .car-item .img-box {
    aspect-ratio: 3/2;
    overflow: hidden;
    position: relative;
}

.import-page .cars .car-item .ribbon-item {
    display: inline-flex;
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(5px);
    padding: 1px 10px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 25px;
    z-index: 5;
}


.import-page .cars .car-item .title {
    display: block;
    font-size: 24px;
    font-weight: 700;
}

.import-page .cars .car-item .meta-data {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
    margin-top: 5px;
}

.import-page .cars .car-item .meta-data .meta-item {
    font-size: 16px;
    font-weight: 600;
    color: #9ca3af;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.import-page .cars .car-item .meta-data .meta-item:not(:last-of-type):after {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #9ca3af;
    margin-left: 15px;
}

.import-page .cars .car-item .meta-item svg {
    width: 20px;
    height: 20px;
    stroke-width: 3px;
}



.import-page .cars .car-item .param-item {
    border-radius: 12px;
    background: #1A1A1A;
    padding: 6px 10px;
    text-align: center;
    width: calc(100% / 3 - 30px / 3);
}

.import-page .cars .car-item .param-box {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.import-page .cars .car-item .param-item svg {
    color: var(--second-color);
    width: 20px;
    height: 20px;
}

.import-page .cars .car-item .param-item span {
    display: block;
    text-align: center;
    margin-top: 2px;
    font-size: 14px;
    color: #9ca3af;
}

.import-page .cars .car-item .price-box .total,
.import-page .cars .car-item .time-box .total {
    color: #9ca3af;
    font-size: 14px;
    font-weight: 500;
    display: block;
}

.import-page .cars .car-item .time-box .total {
    text-align: right;
}

.import-page .cars .car-item .time-box .price {
    display: block;
    text-align: right;
    font-size: 18px;
    font-weight: 600;
}

.import-page .cars .car-item .price-box .price {
    font-weight: 700;
    color: var(--second-color);
    font-size: 30px;
    line-height: 1;
}

.import-page .cars .car-item .t-btn {
    font-size: 16px;
    font-weight: 700;
    margin-top: 25px;
}


/* galery */

.import-page .gallery {
    background: #121212;
}

.import-page .gallery .container {
    max-width: 1500px;
}

.import-page .gallery .gallery-box .sold-car {
    width: calc(100% / 4 - 60px / 4);
    display: block;
    position: relative;
    overflow: hidden;

}

.import-page .gallery .gallery-box {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.import-page .gallery .gallery-box a  {
    display: block;
    aspect-ratio: 1;
    width: 100%;
    overflow: hidden;
    border-radius: 16px;
}

.import-page .gallery .gallery-box a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform 0.2s ease-in;
    transform-origin: center;
}

.import-page .gallery .gallery-box a:hover img {
    transform: scale(1.05);
    transition: transform 0.2s ease-in;
}

@media (max-width: 767.98px) {
    .import-page .gallery .gallery-box .sold-car {
        width: calc(100% / 2 - 15px / 2);
    }
}


/* sold car **/

.import-page .sold-car .info {
    margin-top: 8px;
}

.import-page .sold-car .name {
    display: block;
    font-weight: 600;
}

.import-page .sold-car .year {
    font-size: 13px;
    color: rgba(255,255,255,0.8);
}

.import-page .sold-car .year strong {
    font-size: 14px;
}


/** services **/

.import-page .services {
    background: #121212;
}

.import-page .services .container {
    max-width: 1500px;
}

.import-page .services .service-item {
    background: #1A1A1A;
    padding: 32px;
    border-radius: 16px;
    border: 1px solid rgb(31 41 55);
}

.import-page .services .service-item:hover {
    border-color: var(--second-color);
}

.import-page .services .service-item .icon-box {
    border-radius: 6px;
    height: 64px;
    width: 64px;
    color: var(--second-color);
    background: var(--second-light-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.import-page .services .service-item .icon-box svg {
    width: 40px;
    height: 40px;
    stroke-width: 1px;
}

.import-page .services .service-item:hover .icon-box {
    color: var(--second-text-color);
    background: var(--second-color);
}

.import-page .services .service-item .title {
    display: block;
    font-weight: 800;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 8px;
}

.import-page .services .service-item .excerpt {
    font-weight: 600;
    color: #9ca3af;
    font-size: 15px;
    line-height: 20px;
    min-height: 70px;
    display: block;
}

.import-page .services .service-item ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.import-page .services .service-item ul {
    color: var(--second-color);
    margin-top: 25px;
}

.import-page .services .service-item ul li {
    color: #d1d5db;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    margin-bottom: 8px;
}

.import-page .services .service-item ul li svg {
    color: var(--second-color);
    margin-right: 8px;
}


@media( max-width: 991.98px) {
    .import-page .services .service-item .title {
        font-size: 19px;
    }

    .import-page .services .service-item .icon-box {
        height: 54px;
        width: 54px;
        margin-bottom: 18px;
    }

    .import-page .services .service-item .icon-box svg {
        width: 35px;
        height: 35px;
    }

}

/** reviews **/

.import-page .reviews .review-item {
    padding: 25px;
    background: #121212;
    overflow: hidden;
    position: relative;
    border: 1px solid rgb(31 41 55);
    border-radius: 16px;
}

.import-page .reviews .review-item:hover {
    border-color: var(--second-color);
}

.import-page .reviews .review-item .ranking {
    display: flex;
    margin-bottom: 20px;
}

.import-page .reviews .review-item .text {
    color: #d1d5db;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 20px;
}

.reviews .container {
    max-width: 1500px;
}

.import-page .reviews .review-item .person-box {
    display: flex;
    gap: 10px;
}

.import-page .reviews .review-item .person-box .text-box {
    flex: 1;
}

.import-page .reviews .review-item .person-box .icon-box {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--second-light-color);
    color: var(--second-color);
}

.import-page .reviews .review-item .ranking svg {
    fill: var(--second-color);
    color: var(--second-color);
}

.import-page .reviews .review-item .person-box .name {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    display: block;
}

.import-page .reviews .review-item .person-box .car {
    color: #9ca3af;
    font-size: 14px;
    display: block;
    font-weight: 500;
}

.import-page .reviews .review-item:hover .icon-box {
    background: var(--second-color);
    color: var(--second-text-color);
}

/** pricing **/

/** pricing **/

.import-page .pricing {
    background: #121212;
}



.import-page .pricing .price-item {
    background: #1A1A1A;
    padding: 24px;
    border-radius: 16px;
    border: 1px solid rgb(31 41 55);
    transition: all 0.3s ease;
}

.import-page .pricing .price-item:hover {
    border-color: var(--second-color);
}

.import-page .pricing .price-item .flag {
    width: 40px;
    height: auto;
    display: block;
    margin: 0 auto 12px;
}

.import-page .pricing .price-item .title {
    font-weight: 700;
    font-size: 17px;
    color: #fff;
    margin-bottom: 8px;
}

.import-page .pricing .price-item .price {
    font-weight: 600;
    font-size: 18px;
    color: var(--second-color);
}

.import-page .pricing .text-box {
    color: #d1d5db;
    font-size: 16px;
    line-height: 22px;
    margin-top: 30px;
}

.import-page .pricing .text-box ul {
    list-style: disc inside;
    margin-top: 15px;
    margin-bottom: 15px;
}

.import-page .pricing .text-box ul li {
    margin-bottom: 8px;
    color: #d1d5db;
    font-weight: 500;
    font-size: 15px;
}

.import-page .pricing .text-box strong {
    color: var(--second-color);
}

.import-page .pricing .text-box em {
    color: #9ca3af;
    font-style: normal;
}


.import-page  .pricing {
    background: rgba(255,255,255,0.04) !important;
}

.import-page  .pricing .text-box {
    max-width: 850px;
}

.import-page .pricing ul.list {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.import-page .pricing ul.list {
    color: var(--second-color);
    margin-top: 25px;
}

.import-page .pricing ul.list li {
    color: #d1d5db;
    font-weight: 500;
    display: flex;
    margin-bottom: 8px;
}

.import-page .pricing ul.list li span {
    flex: 1;
}


.import-page .pricing ul.list li svg {
    color: var(--second-color);
    margin-right: 8px;
    width: 25px;

}





/********** DELIVERY PAGE *************/



/* galery */

.delivery-page .gallery {
    background: #121212;
}

.delivery-page .gallery .container {
    max-width: 1500px;
}

.delivery-page .gallery .gallery-box a {
    width: calc(100% / 3 - 40px / 3);
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    aspect-ratio: 3/2;
}

.delivery-page .gallery .gallery-box {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.delivery-page .gallery .gallery-box a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform 0.2s ease-in;
    transform-origin: center;
}

.delivery-page .gallery .gallery-box a:hover img {
    transform: scale(1.05);
    transition: transform 0.2s ease-in;
}


/** paralax **/

.delivery-page .paralax {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    position: relative;
    padding: 100px 0 !important;
}

.delivery-page .paralax .container {
    position: relative;
    z-index: 2;
}

.delivery-page .paralax::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.delivery-page .paralax .heading {
    font-size: 35px;
}

.delivery-page .paralax .heading-text {
    font-size: 18px;
    font-weight: 500;
    max-width: 750px;
}


@media (max-width: 992px) {
    .delivery-page .paralax {
        background-attachment: unset;
    }
}


/** about **/


.delivery-page .about .heading {
    font-weight: 600;
    font-size: 45px;
}


.delivery-page .about {
    color: #d1d5db;
    font-weight: 500;
    font-size: 17px;
}


/** services **/

.delivery-page .services {
    background: #121212;
}

.delivery-page .services .container {
    max-width: 1500px;
}

.delivery-page .services .service-item {
    background: #1A1A1A;
    padding: 32px;
    border-radius: 16px;
    border: 1px solid rgb(31 41 55);
}

.delivery-page .services .service-item:hover {
    border-color: var(--main-color);
}

.delivery-page .services .service-item .icon-box {
    border-radius: 6px;
    height: 64px;
    width: 64px;
    color: var(--main-color);
    background: var(--main-light-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.delivery-page .services .service-item .icon-box svg {
    width: 40px;
    height: 40px;
    stroke-width: 1px;
}

.delivery-page .services .service-item:hover .icon-box {
    color: var(--main-text-color);
    background: var(--main-color);
}

.delivery-page .services .service-item .title {
    display: block;
    font-weight: 800;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 8px;
}

.delivery-page .services .service-item .excerpt {
    font-weight: 600;
    color: #9ca3af;
    font-size: 16px;;
    min-height: 70px;
    display: block;
}

.delivery-page .services .service-item ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.delivery-page .services .service-item ul {
    color: var(--main-color);
    margin-top: 25px;
}

.delivery-page .services .service-item ul li {
    color: #d1d5db;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 8px;
}

.delivery-page .services .service-item ul li svg {
    color: var(--main-color);
    margin-right: 8px;
}


/** reviews **/

.delivery-page .reviews .review-item {
    padding: 25px;
    background: #121212;
    overflow: hidden;
    position: relative;
    border: 1px solid rgb(31 41 55);
    border-radius: 16px;
}

.delivery-page .reviews .review-item:hover {
    border-color: var(--main-color);
}

.delivery-page .reviews .review-item .ranking {
    display: flex;
    margin-bottom: 20px;
}

.delivery-page .reviews .review-item .text {
    color: #d1d5db;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 20px;
}

.reviews .container {
    max-width: 1500px;
}

.delivery-page .reviews .review-item .person-box {
    display: flex;
    gap: 10px;
}

.delivery-page .reviews .review-item .person-box .text-box {
    flex: 1;
}

.delivery-page .reviews .review-item .person-box .icon-box {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--main-light-color);
    color: var(--main-color);
}

.delivery-page .reviews .review-item .ranking svg {
    fill: var(--main-color);
    color: var(--main-color);
}

.delivery-page .reviews .review-item .person-box .name {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    display: block;
}

.delivery-page .reviews .review-item .person-box .car {
    color: #9ca3af;
    font-size: 14px;
    display: block;
    font-weight: 500;
}

.delivery-page .reviews .review-item:hover .icon-box {
    background: var(--main-color);
    color: var(--main-text-color);
}




/****** sharing rules ********/

.d-page .main-banner .heading {
    font-size: 60px;
    font-weight: 700;
    margin-top: 35px;
    margin-bottom: 25px;
}

.d-page .main-banner .heading-text {
    margin: auto;
    max-width: 680px;
    color: #cacdd4;
    font-size: 20px;
    font-weight: 500;

}

.d-page .main-banner .t-btn {
    font-size: 17px;
}

.d-page .main-banner {
    position: relative;
    padding: 100px 0;
    /*padding-top: 200px;*/
}

.d-page .main-banner .content {
    position: relative;
    z-index: 5;
}

.d-page .main-banner .spec-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.d-page .main-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5) 70%);
    /*opacity: 0.8;*/
}

.d-page .main-banner .pulse-box {
    display: flex;
    width: 50px;
    height: 50px;
    margin: auto;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(5px);
    cursor: pointer;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    animation: pulse 1.5s infinite; /* Spustenie animácie */
}


.d-page .main-banner .pulse-box svg {
    width: 30px;
    height: 30px;
}

.d-page .main-banner .bef-item .number {
    font-weight: 600;
    font-size: 38px;
    display: block;
    white-space: nowrap;
}

.d-page .main-banner .bef-item .desc {
    color: #ccc;
    font-weight: 500;
}

.d-page .main-banner .bef-item {
    text-align: center;
}


.d-page .main-banner .befs {
    margin: auto;
    max-width: 650px;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}



@media (max-width: 992px) {
    .d-page .main-banner .heading {
        font-size: 30px;
    }

    .d-page .main-banner .heading-text {
        font-size: 17px;
    }

    .d-page .main-banner .bef-item .number {
        font-size: 14px;
    }

    .d-page .main-banner .bef-item .desc {
        font-size: 12px;
    }

    .d-page .main-banner {
        padding: 30px 0;
    }

    .d-page .services .service-item {
        padding: 20px;
    }

    .d-page .services .service-item .title {
        font-size: 18px;
    }

    .d-page .services .service-item .excerpt {
        font-size: 14px;
    }

    .delivery-page .about .heading {
        font-size: 22px;
        margin-top: 10px;
    }

    .delivery-page .about {
        font-size: 14px;
    }

    .delivery-page .paralax .heading-text {
        font-size: 14px;
    }

    .delivery-page .paralax .heading {
        font-size: 20px;
    }

    .d-page .reviews .review-item .text {
        font-size: 14px;
    }

    .d-page .gallery .gallery-box {
        gap: 7px;
    }

    .d-page .reviews .review-item .person-box .name {
        font-size: 14px;
    }

    .d-page .reviews .review-item .person-box .car {
        font-size: 12px;
    }

    .d-page .services .service-item ul li {
        font-size: 14px;
    }

    .delivery-page .gallery .gallery-box a {
        width: calc(100% / 3 - 14px / 3);
        border-radius: 4px;
    }

    .d-page .cars .car-item .meta-data .meta-item {
        font-size: 15px;
    }

    .d-page .cars .car-item .param-item span {
        font-size: 13px;
    }

    .d-page .cars .car-item .price-box .total,
    .d-page .cars .car-item .time-box .total {
        font-size: 12px;
    }

    .d-page .cars .car-item .price-box .price {
        font-size: 22px;
    }

    .d-page .cars .car-item .time-box .price {
        font-size: 15px;
    }


}







/** global **/


.social-links {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    width: 32px;
    height: 32px;
    text-decoration: none;
    border-radius: 0;
    color: var(--main-text-color);
    background: var(--main-color);
    transition: transform 0.1s ease-in;
}

.social-links a:hover {
    transform: scale(1.05);
}



.social-links a.facebook {
    background: #1877f2;
    color: #fff;
}
.social-links a.youtube {
    background: #ff0000;
    color: #fff;
}
.social-links a.instagram {
    background: #c32aa3;
    color: #fff;
}
.social-links a.linkedin {
    background: #0a66c2;
    color: #fff;
}
.social-links a.tiktok {
    background: #010101;
    color: #fff;
}
.social-links a.x-twitter {
    background: #000;
    color: #fff;
}

/******* REALIZATION PAGE ******/

/* galery */

.realization-page section.gallery {
    background: #f9f9f9;
}

.realization-page section.gallery .gallery-box {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.realization-page section.gallery .gallery-box a {
    width: calc( 100% / 7 - 60px / 7);
    display: block;
    aspect-ratio: 1/1;
    overflow: hidden;
    position: relative;
}

.realization-page section.gallery .gallery-box a::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    background:  var(--second-color);
    opacity: 0.5;
    transition: background 0.3s ease-in;
}

.realization-page section.gallery .gallery-box a:hover::after {

    background: rgba(0,0,0,0.0);
    transition: background 0.3s ease-in;
}

.realization-page section.gallery .gallery-box a:hover img {
    transform: scale(1.05) rotate(2deg);
    transition: transform 0.3s ease-in;
}


.realization-page section.gallery .gallery-box img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    transform: scale(1) rotate(0);
    transition: transform 0.3s ease-in;
}

@media (max-width: 767.98px) {
    .realization-page section.gallery .gallery-box {
        gap: 5px;
    }

    .realization-page section.gallery .gallery-box a {
        width: calc( 100% / 4 - 30px / 4);
    }
}


/********* PORTFOLIO PAGE *********/




/* galery */

.portfolio-page section.gallery {
    background: #fff;
}

.portfolio-page section.gallery .gallery-box {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.portfolio-page section.gallery .gallery-box a {
    width: calc( 100% / 7 - 60px / 7);
    display: block;
    aspect-ratio: 1/1;
    overflow: hidden;
    position: relative;
}

.portfolio-page section.gallery .gallery-box a::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    background:  var(--second-color);
    opacity: 0.5;
    transition: background 0.3s ease-in;
}

.portfolio-page section.gallery .gallery-box a:hover::after {

    background: rgba(0,0,0,0.0);
    transition: background 0.3s ease-in;
}

.portfolio-page section.gallery .gallery-box a:hover img {
    transform: scale(1.05) rotate(2deg);
    transition: transform 0.3s ease-in;
}


.portfolio-page section.gallery .gallery-box img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    transform: scale(1) rotate(0);
    transition: transform 0.3s ease-in;
}

@media (max-width: 767.98px) {
    .portfolio-page section.gallery .gallery-box {
        gap: 5px;
    }

    .portfolio-page section.gallery .gallery-box a {
        width: calc( 100% / 4 - 30px / 4);
    }
}





/******* CATEGORY PAGE *******/

.category-page section.other .container {
    max-width: 100%;
    width: 1000px;

}


.category-page section.other .table td {
    background: rgba(0,0,0,0.02);
    padding: 15px;
    font-size: 14px;
    font-weight: 500;
}

.category-page section.other .table th {
    background: var(--second-color);
    color: var(--second-text-color);
}


@media (max-width: 767.98px) {
    .category-page section.other .table td {
        padding: 12px;
        font-size: 12px;
    }
}







/*** nav ***/


.page-banner .heading {
    color: #fff;
    font-weight: 800;
}

/*.page-banner::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    z-index: -1;*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: rgba(0,0,0,0.5);*/
/*}*/

.page-banner {
    padding: 10px 0;
    display: flex;
    position: relative;
    z-index: 1;
    background: #f9f9f9;
    border-bottom: 1px solid rgba(0,0,0,0.01);
}

.page-banner {
    display: flex;
    align-items: center;
    justify-content: center;

}



.page-banner .content {
    color: #fff;
}



.page-banner nav.path ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    width: auto;
    list-style: none;
    font-size: 12px;
    margin-bottom: 0;
    column-gap: 10px;
    row-gap: 5px;
    align-items: center;
    color: #000;

}

.page-banner nav.path ul li {
    display: inline-flex;
    align-items: center;

}



.page-banner nav.path ul li a {
    text-decoration: none;
    position: relative;
    display: inline-flex;
    align-items: center;
    column-gap: 5px;
    line-height: 1;
    color: #000;
    font-weight: 400;
    padding-right: 12px;
}


.page-banner nav.path ul li a:hover {
    text-decoration: underline;
    color: var(--second-color);
}

.page-banner nav.path ul li .final-path {
    font-weight: 600;
}

.page-banner nav.path ul li a:after {
    content: '';
    position: absolute;
    right: 0;
    top: calc(50% - 3px);
    transform: rotate(45deg);
    width: 6px;
    height: 6px;
    border-top: 1px solid #7a7a7a;
    border-right: 1px solid #7a7a7a;

}



/******** GUIDE PAGE *******/


.guide-page .warning-box {
    max-width: 100%;
    width: 700px;
    margin: auto;
    padding: 35px;
    background: var(--second-color);
    color: var(--second-text-color);
    border-radius: 8px;
    margin-bottom: 45px;
    text-align: justify;
}





/* timeline */


.guide-page .timeline-section {

}

.guide-page .timeline {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    z-index: 1;

}


.guide-page .timeline .sticky-line {
    position: sticky;
    top: 0;
    left: calc(50% - 1px);
    display: block;
    width: 2px;
    height: 30%;
    background: var(--second-color);
    z-index: -1;
}

.guide-page .timeline .line {
    position: absolute;
    top: 0;
    left: calc(50% - 1px);
    display: block;
    width: 2px;
    height: 100%;
    background: #F7F9FC;
    z-index: -1;
}

.guide-page .timeline .line:before,
.guide-page .timeline .line:after {
    content: '';
    position: absolute;
    top: 0;
    left: calc(50% - 12px);
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--main-color);
    border: 3px solid #F7F9FC;
}


.guide-page .timeline .item {
    display: flex;
    align-items: center;
}

.guide-page .timeline .item .info-box {
    width: calc(50% - 50px) !important;
}



.guide-page .timeline .line:after {
    top: auto;
    bottom: 0;
}

.guide-page .timeline .year-box {
    text-align: center;
    padding: 0 30px;

}

.guide-page .timeline .year-box .year {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #F7F9FC;
    font-size: 20px;
    border-radius: 50%;
    background: #000;
}

.guide-page .timeline {
    /*max-width: 700px;*/
    margin: auto;
}

.guide-page .timeline .info-box {
    width: min(300px, calc(50% - 25px));
    background: #F7F9FC;
    padding: 35px;
}

.guide-page .timeline .info-box .text-box {
    font-size: 16px;
    color: #555;
    font-weight: 300;
    margin-bottom: 0;
}

.guide-page .timeline .info-box .title {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}

.guide-page .timeline .info-box img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}


.guide-page .timeline .item .time {
    font-size: 17px;
    font-weight: 600;
    color: var(--main-color);
}

.guide-page .timeline .info-box {
    position: relative;
}

.guide-page .timeline .info-box:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: #F7F9FC;
    position: absolute;
    z-index: -1;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%) rotate(45deg);
}

.guide-page .timeline .item:nth-of-type(odd) .info-box:after {
    top: 50%;
    left: 0;
    right: auto;
    transform: translate(-50%, -50%) rotate(45deg);
}

.guide-page .timeline .item:nth-of-type(odd) {
    margin-left: auto !important;
    justify-content: flex-end;
}

.guide-page .timeline .item:nth-of-type(odd) .info-box {
    order: 3;
}

.guide-page .timeline .item:nth-of-type(odd) .year-box {
    order: 2;
}

.guide-page .timeline .item:nth-of-type(odd) .time {
    order: 1;
}



.guide-page .timeline .info-box {
    font-size: 13px;
    color: #777;
}


@media (max-width: 600px) {
    .guide-page .timeline .item .info-box {
        width: 100% !important;
    }

    .guide-page .timeline .item {
        flex-wrap: wrap;
    }

    .guide-page .timeline .item .time {
        order: 2 !important;
        position: relative;
        top: 30px;
        left: 10px;
        z-index: 5;
        font-size: 14px;
        background: var(--main-color);
        color: #fff;
        padding: 2px 5px;
    }

    .guide-page .timeline .item:nth-of-type(odd) .time {
        left: auto;
        right: 10px;
    }

    .guide-page .timeline .item .info-box {
        order: 3 !important;
    }

    .guide-page .timeline .item .info-box:after {
        all: unset;
    }


    .guide-page .timeline .item .year-box {
        order: 1 !important;
        width: 100%;
        margin-top: 25px;
    }
}

/********** CONTACT PAGE **********/


/*.contact-page {*/
/*    padding-top: 120px !important;*/
/*}*/

.contact-page .error-message {
    color: red;
    font-size: 12px;
}

.contact-page .contact-bar {
    background: #1A1A1A;
    border-radius: 16px;
    padding: 25px;
    border: 1px solid rgb(31 41 55);
}

.contact-page .contact-bar .content {
    padding: 25px;
}

.contact-page .map-box .heading,
.contact-page .contact-form-box .heading {
    font-size: 30px;
}

.contact-page .map-box .img-box {
    display: inline-block;
    text-align: center;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}




.contact-page .contact-bar .box .box-title {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(31 41 55);
}


.contact-page .contact-bar .contact-box {
    margin-bottom: 25px;
}

.contact-page .contact-bar .contact-box .heading {
    font-size: 18px;
    font-weight: 700;
    color: #9ca3af;
    margin-bottom: 15px;
    margin-top: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.contact-page .contact-bar .contact-box .heading i {
    color: var(--main-color);
}

.contact-page .contact-bar .contact-box .value {
    display: block;
    text-align: center;
    color: #d1d5db;
    font-weight: 500;
}

.contact-page .contact-bar .contact-box a.value {
    text-decoration: none;
    color: #d1d5db;
    font-weight: 400;
}




.contact-page .form-control::placeholder {
    color: #f1f1f1;
    font-size: 16px;
}

.contact-page .form-control:focus {
    box-shadow: none;
    border: none;
    background: #000 !important;
}


.contact-page  .form-control {
    background: #1A1A1A;
    padding: 15px;
    border: 1px solid rgb(31 41 55) !important;
    color: #fff;
    font-weight: 500;
}

/** section contact **/

.contact-page .contact .container {
    z-index: 2;
    position: relative;
}




.contact-page .contact .form-wrap {
    max-width: 650px;
}

.contact-page .contact .form-wrap .form-group {
    margin-bottom: 25px;
}

.contact-page .contact .form-wrap .form-control:not(textarea) {
    height: 50px;
    font-size: 16px;
    border-radius: 5px;
}

.contact-page .contact .form-wrap .form-control:focus,
.contact-page .contact .form-wrap .form-control {
    box-shadow: none;
    border: none;
    outline: none;
    padding: 15px;
}

.contact-page .contact .form-wrap .form-control::placeholder {
    font-size: 14px;
    color: #555;

}


@media (max-width: 992px) {
    .contact-page .contact-bar .box .box-title {
        font-size: 17px;
    }

    .contact-page .contact-bar .contact-box .heading {
        font-size: 15px;
    }

    .contact-page .contact-bar .contact-box .value {
        font-size: 13px;
    }

    /*.contact-page {*/
    /*    padding-top: 100px !important;*/
    /*}*/

}


/******* pricing page ******/

.pricing-page .contact-foot {
    text-align: center;
}

.pricing-page .contact-foot .working-time {
    margin-bottom: 20px;
    margin-top: 5px;
    display: block;
    color: #848484;
    font-weight: 400;
    font-size: 22px;
}

.pricing-page .contact-foot .titler {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    display: block;
    color: var(--main-color);
}

.pricing-page .contact-foot .number {
    font-weight: 800;
    font-size: 55px;
    text-decoration: none;
    line-height: 1;
    white-space: nowrap;
    display: inline-block;
    padding: 0.2em 0.3em;
    border-radius: 18px;
    background: var(--main-color);
    color: var(--main-text-color);
}


@media (max-width: 767.98px) {
    .pricing-page .contact-foot .number {

        font-size: 35px;

    }
}



/*************** To top btn *************************/

#myBtn {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 10px;
    z-index: 99;
    font-size: 25px;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.45);
}

#myBtn:hover {
    background: rgba(0, 0, 0, 0.65);
}



/** about import **/

/** Import Page - hlavný tabulator **/

.import-page .nav-tabs {
    border-bottom: 2px solid #1f2937; /* tmavý spodný border */
    margin-bottom: 32px;
}

.import-page .nav-tabs .nav-item {
    margin-right: 12px;
}

.import-page .nav-tabs .nav-link {
    color: #9ca3af;
    background: #1A1A1A;
    border: 1px solid #1f2937;
    border-bottom: none;
    border-radius: 12px 12px 0 0;
    font-weight: 600;
    padding: 12px 24px;
    transition: all 0.3s ease;
}

.import-page .nav-tabs .nav-link:hover {
    color: var(--second-color);
    background: #272727;
    border-color: var(--second-color) #1f2937 #1f2937;
}

.import-page .nav-tabs .nav-link.active {
    color: #ffffff;
    background: var(--second-color);
    border-color: var(--second-color) var(--second-color) #121212;
}

.import-page .tab-content {
    background: #121212;
    padding: 40px;
    border-radius: 16px;
    border: 1px solid #1f2937;
}




/** Import Page Tabs **/

.import-page .tab-content {
    background: #121212;
    padding: 40px;
    border-radius: 16px;
}

.import-page .cc-s p {
    color: #d1d5db;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 16px;
}

.import-page .cc-s h2.main-tab-title {
    font-size: 32px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 12px;
}

.import-page .cc-s h3.subtitle {
    font-size: 20px;
    font-weight: 600;
    color: #9ca3af;
    margin-bottom: 20px;
}

.import-page .cc-s h4.subsection-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--second-color);
    margin-top: 24px;
    margin-bottom: 12px;
}

.import-page .cc-s ul,
.import-page .cc-s ol {
    padding-left: 20px;
    margin-bottom: 20px;
}

.import-page .cc-s ul li,
.import-page .cc-s ol li {
    color: #d1d5db;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 8px;
    position: relative;
}

.import-page .cc-s ul li::before {
    content: "•";
    color: var(--second-color);
    position: absolute;
    left: -16px;
    top: 0;
}

.import-page .cc-s ol li {
    list-style-type: decimal;
    margin-left: 0;
}

.import-page .cc-s img {
    max-width: 100%;
    border-radius: 16px;
    margin-top: 16px;
}

.import-page .cc-s .t-btn.theme-2 {
    display: inline-block;
    padding: 12px 28px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background-color: var(--second-color);
    border-radius: 12px;
    border: none;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: 16px;
}

.import-page .cc-s .t-btn.theme-2:hover {
    background-color: var(--second-light-color);
    color: var(--second-text-color);
    text-decoration: none;
}

/* Accordion pre sociálne siete */
.import-page .cc-s .accordion-button {
    background: #1A1A1A;
    color: #ffffff;
    font-weight: 600;
    border-radius: 12px;
    padding: 12px 16px;
    margin-bottom: 8px;
    box-shadow: none;
}

.import-page .cc-s .accordion-button:not(.collapsed) {
    background: var(--second-color);
    color: #121212;
}

.import-page .cc-s .accordion-body {
    background: #121212;
    padding: 12px 16px;
    border-radius: 12px;
}

.import-page .cc-s .accordion-body ul li {
    color: #d1d5db;
    font-size: 14px;
    margin-bottom: 6px;
}

.import-page .cc-s .accordion-body ul li a {
    color: var(--second-color);
    text-decoration: none;
}

.import-page .cc-s .accordion-body ul li a:hover {
    text-decoration: underline;
}

.nav-tabs {
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden;
}

.nav-tabs .nav-item {
    white-space: nowrap;
}


/* Responsive tweaks */
@media (max-width: 991px) {
    .import-page .cc-s {
        padding: 20px 0;
    }

    .import-page .tab-content {
        padding: 40px 15px;
    }

    .import-page .cc-s h2.main-tab-title {
        font-size: 25px;
    }

    .import-page .cc-s h3.subtitle {
        font-size: 17px;
    }
}

.import-page .tab-content a {
    color: #fff;
}

.import-page .tab-content img.fl {
    position: sticky;
    top: 15px;
    left: 0;
}



.import-page .sp-fl-box {
    position: sticky;
    top: 15px;
    left: 0;
}


.step-page .text {
    font-size: 20px;
}

@media (max-width: 991.98px) {
    .step-page .text {
        font-size: 16px;
    }
}
