@font-face {
    font-family: "Blacksword";
    src: url("../../fonts/Blacksword.otf") format("opentype");
}

.uf-center{
    float: unset;
    text-align: center;
    margin: 0px auto;
}

.position-absolute{
    position: absolute!important;
}

.bottom-0{
    top: 100%!important;
}

.b-neg-35{
    bottom: -35px!important;
}

.z-index-1{
    z-index: 1!important;
}

.m-l-25{
    margin-left: 25px!important;
}

.error-page a:last-child{
    background-color: #fad202;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    height: 56px;
    font-weight: 700;
    padding: 15px 30px;
    text-transform: uppercase;
    border-radius: 0px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.error-page a:last-child:hover {
    color: #ffffff;
    text-decoration: none;
}

.error-page a:last-child::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: 2px solid #fad202;
    z-index: -1;
}

.error-page a:last-child:hover::before {
    left: 8px;
    top: 8px;
}

.error-page a:last-child:hover::after {
    left: -8px;
    top: -8px;
}

.error-page a:last-child::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: 2px solid #fad202;
    z-index: -1;
}

.project-information ul li strong{
    float: left;
}

input.agree-checkbox {
    position: absolute;
    left: 0;
    top: 4px;
    width: auto!important;
    height: auto!important;
}

.custom-bold h1 strong {
    font-size: 48px;
    line-height: 1;
    font-weight: 700;
    margin-right: 5px;
}

.content ol,
.container ol{
    margin-left: 0px;
    padding-left: 15px;
}

div.lang{
    display: inline-block;
    margin-right: 4px;
}

div.lang:last-child{
    margin-right: 0px;
}
.testimonial-slider-content .testimonial{
    padding-bottom: 20px;
}

.brand img{
    width: 100%;
    height: auto;
}

.sidebar-list li.active a{
    color: #fad202;
}

body .blog .blog-inner .content .read-more{
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
}

.header-top-icons{
    display: flex;
}

.content .read-more{
    text-transform: unset!important;
}

.content ul {
    list-style-type: disc!important;
    padding-left: 15px;
}

.content ul.meta,
.content .project-information ul
{
    list-style-type: unset!important;
    list-style: outside none none!important;
    padding-left: 0px;
}

.block-title h1{
    font-weight: 700;
    font-size: 34px;
    line-height: 1;
    margin: 0;
}

.block-title p {
    max-width: 500px;
    margin-top: 15px;
    line-height: 26px;
    margin-left: auto;
    margin-right: auto;
}

.page-pagination li.active a:hover{
    color: #1f2d30!important;
    cursor: default;
}

.sidebar-list li a.active{
    color: #fad202;
}

.product-details-tab-list li span {
    line-height: 1;
    display: block;
    font-size: 18px;
    font-family: "Oswald", sans-serif;
    padding-bottom: 5px;
    border-bottom: 2px solid #fad202;
    color: #fad202;
}

.product-details .product-inner .content .actions .add-to-cart{
    margin-left: 0px!important;
}

.product-details .slick-track{
    margin-left: 0px;
    margin-right: 0px;
}

.product-slider-3.slick-initialized .slick-slide{
    padding-right: 10px;
}

.slick-slider .slick-arrow{
    top: 42%!important;
}

.product-section .text-section{
    margin: 0px auto;
}

.product-section .text-section .section-title{
    background: unset;
}

.product .product-inner .media .add-to-cart.btn:hover,
.product-details .product-inner .content .actions .add-to-cart.btn:hover{
    background-color: #1f2d30;
    color: #ffffff;
}

li.subcategory{
    padding-left: 20px;
}

.btn.add-to-cart{
    height: auto;
    font-size: 15px;
    font-weight: 500;
}

.btn.add-to-cart.detail{
    font-size: 14px;
}

.product-inner .no-desc{
    margin-top: 50px;
}

.sidebar-list .category + .subcategory{
    border-top: 0px;
    padding-top: 0px;
}

.sidebar-list .subcategory{
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: unset;
}

.sidebar-list .subcategory a{
    font-weight: unset !important;
    font-size: 13px;
}

.product-thumb-slider .item:hover{
    cursor: pointer;
}

.category-item .icon-box h4{
    position: relative;
    color: white;
    z-index: 14;
    margin-top: 18px;
}

.category-item .icon-box {
    background-size: 100% auto;
    background-position: contain, cover;
}

.category-item:hover .icon-box{
    position: relative;
}
.category-item .icon-box .overlay-shade{
    opacity: 0;
}

.category-item:hover .icon-box .overlay-shade{
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 12;
    background-color: #333;
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.category-item .bg-lighter{
    background-color: rgba(17, 17, 17, 0.5)!important;
    height: 144px;
}

.category-item .bg-lighter{
    display: flex;
    align-items: center;
    text-align: center;
    margin: 0px auto;
}
.category-item .bg-lighter h4 {
    margin: 0px auto;
    font-size: 20px;
    font-weight: 600;
}

.category-item .icon-box,
.category-item a.icon-box-a{
    width: 100%;
}

.section-content .category-item {
    margin-bottom: 5px;
}
.logo a img{
    max-height: 60px;
}

body{
    background-color: black!important;
    color: white!important;
}

.main-menu > ul > li.active > a::before, .main-menu > ul > li:hover > a::before {
    background-color: #e30413 !important;
}

body .btn::before,
body .btn::after{
    border: 2px solid #e30413;
}

.copyright p a:hover,
body a:hover{
    color: #e30413!important;
}

h1, h2, h3, h4, h5, h6{
    color: #d8d8d8!important;
}

body div .btn,
body div a.btn:hover,
.contact-form input[type="submit"], .contact-form button, .contact-form .submit{
    background-color: #e30413!important;
    color: white!important;
}

header.header{
    background-color: black!important;
}

.main-menu > ul > li > a{
    color: white!important;
}
.hero-content h1 {
    font-family: "Blacksword", sans-serif;
}

.hero-content h1{
    line-height: 1.7!important;
}

.mobile-menu .mean-bar .mean-nav {
    background-color: #000000!important;
}

.mobile-menu .mean-bar .mean-nav > ul li a.active {
    color: #e30413!important;
}

.mobile-menu .mean-bar .mean-nav > ul li a{
    color: white!important;
    border-top: 1px solid rgb(255 255 255 / 20%)!important;
}

.mobile-menu .mean-bar .mean-nav > ul > li:first-child > a {
    border-top: none!important;
}

.inline-href-custom a{
    display: inline!important;
}

.feedback-section .feedback-item {
    background-color: #f9f9f9;
    border-radius: 2px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.feedback-section .feedback-item:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.feedback-section .feedback-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.feedback-section .avatar {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 15px;
    flex-shrink: 0;
}

.feedback-section .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feedback-section .user-info {
    flex-grow: 1;
}

.feedback-section .user-info .title {
    margin: 0 0 5px;
    font-size: 18px;
    line-height: 1.2;
    color: #000000 !important;<
}

.user-info .date {
    color: #777;
    font-size: 14px;
}

.feedback-section .rating {
    margin-bottom: 15px;
}

.feedback-section .star-rating i.fa-star,
.feedback-section .star-rating i.fa-star-half-o {
    color: #fbbc04;
}

.feedback-section .star-rating i {
    font-size: 18px;
    margin-right: 2px;
}

.feedback-section .score-text {
    color: #777;
    margin-left: 5px;
    font-size: 14px;
}

.feedback-section .feedback-text {
    color: #555;
    line-height: 1.6;
    flex-grow: 1;
}

.feedback-section .row {
    display: flex;
    flex-wrap: wrap;
}

.feedback-section .row > [class*="col-"] {
    display: flex;
}

.about-content-two {
    display: flex;
    flex-direction: column;
}

/* Create a flex container for buttons */
.about-content-two .btn-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    column-gap: 25px;
}

.about-content-two .btn {
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
}

/* Single button styling */
.about-content-two .btn:only-of-type {
    width: auto;
}

/* When there are two buttons, make them equal width - handled by JS */
.about-content-two .btn:not(:only-of-type) {
    /* flex: 1; - removed to allow JS to control width */
    min-width: 0; /* Allow buttons to shrink if needed */
}

/* Media query for mobile devices */
@media only screen and (max-width: 576px) {
    .about-content-two .btn-container {
        flex-direction: column;
    }

    /* Width is now handled by JS
    .about-content-two .btn:not(:only-of-type) {
        width: 100%;
    } */
}

.blog-section iframe[src^="https://www.firmy.cz"] {
    background-color: #ffffff !important;
}

.section table.table td,
.section table.table[border="0"] td{
    border: 0px!important;
}

.section table.table[border] td {
    border-top: 1px solid #dee2e6!important;
}

@media only screen and (max-width: 991px) {
    .header-bottom.menu-right {
        margin-top: 15px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .testimonial-slider-content .testimonial {
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 425px) {
    .header-top-links{
        width: 100%;
        text-align: center;
    }

    .header-top-links ul {
        display: inline-flex!important;
    }

    .header-top-icons .header-top-social.ml-auto{
        margin-left: 0px!important;
    }

    .header-top-icons{
        text-align: center;
        width: 100%;
        margin: 0px auto!important;
        display: inline-flex;
    }

    .page-banner-section {
        margin-top: 140px;
    }

    .testimonial-slider-content .testimonial {
        padding-bottom: 50px;
    }

    #main-wrapper .hero-section {
        margin-top: 116px;
    }

    #main-wrapper .page-banner-section {
        margin-top: 140px;
    }
}
