

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    background: #fff;
    font-family: "IBM Plex Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
            "wdth" 100;
    color: #272727;
}








/*.reveal {*/
/*    opacity: 0;*/
/*    transform: translateY(28px);*/
/*    transition: opacity .65s cubic-bezier(.22,1,.36,1), transform .65s cubic-bezier(.22,1,.36,1);*/
/*}*/
/*.reveal.visible { opacity: 1; transform: translateY(0); }*/
/*.reveal-d1 { transition-delay: .1s; }*/
/*.reveal-d2 { transition-delay: .2s; }*/
/*.reveal-d3 { transition-delay: .3s; }*/
/*.reveal-d4 { transition-delay: .4s; }*/


@keyframes blobMorph {
    0%, 100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
    25% {
        border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
    }
    50% {
        border-radius: 50% 60% 30% 60% / 30% 40% 70% 60%;
    }
    75% {
        border-radius: 60% 30% 60% 40% / 70% 50% 40% 60%;
    }
}


.blop-a {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    animation: blobMorph 12s ease-in-out infinite;
    will-change: border-radius;
}


.grad-text-01 {
    background: linear-gradient(
            55deg,
            #00A3C2 0%,     /* tmavší odtieň */
            #00738A 50%,    /* základná farba */
            #004F5E 100%    /* svetlejší odtieň */
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}


.grad-text-02 {
    background: linear-gradient(
            90deg,
            #CC5F1F 0%,     /* tmavší odtieň */
            #FF8036 50%,    /* základná farba */
            #FF9E5C 100%    /* svetlejší odtieň */
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}


.grad-text-03 {
    background: linear-gradient(
            135deg,
            #ffffff 0%,
            #f6fcfd 50%,
            #eaf6f9 100%
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}






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

.t-color-3 {
    color: var(--third-color);
}




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

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

.container {
    max-width: 1450px;
    padding-left: 35px !important;
    padding-right: 35px !important;
}

/*@media (min-width: 1600px) {*/
/*    .container {*/
/*        max-width: 1500px;*/
/*    }*/
/*}*/

@media (max-width: 767.98px) {
    .container {

        padding-left: 25px !important;
        padding-right: 25px !important;
    }

}


.fu-a {
    animation: fadeUp 1s linear;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
}


@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(40px) scale(0.5);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@media( min-width: 992px) {
    .t-up {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .t-up:hover {
        transform: translateY(-6px);
        /*box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);*/
    }
}










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

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




.heading-box .heading {
    font-size: 45px;
    font-weight: 300;
    color: #333;
}

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

.heading-box .heading-text {
    font-size: 18px;
    font-weight: 300;
    color: #555;
    max-width: 550px;
    margin: auto;

}

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

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

    }


}


.heading-box .specer {
    color: var(--third-color);
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}

@media (max-width: 767.98px) {
    .heading-box {
        padding-left: 0;
        padding-right: 0;
    }

    .heading-box .specer {
        font-weight: 400;
        font-size: 12px;
    }
}





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

.heading-box .page-heading {
    font-size: 40px;
    font-weight: 400;
}

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




/********** 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: 400;
    padding: 0.95em 1.8em;
    border: none;
    color: #fff;
    text-decoration: none;
    /*border-radius: 5px;*/
    cursor: pointer;
    opacity: 1;
    transform-origin: center;
    transform: translateY(0) scale(1);
    transition: transform 0.35s cubic-bezier(.25,.8,.25,1);
}

.t-btn {
    position: relative;
    overflow: hidden;
}

.t-btn::after {
    content: "";
    position: absolute;
    top: -50%;
    left: -60%;
    width: 40%;
    height: 200%;
    background: rgba(255,255,255,0.15);
    transform: rotate(25deg);
    transition: left 0.4s ease;
}

.t-btn:hover::after {
    left: 130%;
}


@media (min-width: 992px) {
    .t-btn:hover {
        transform: translateY(-2px) scale(1.04);
        box-shadow: 0 15px 35px rgba(0,0,0,0.18);
        transition: transform 0.35s cubic-bezier(.25,.8,.25,1);
    }
}


.t-btn.white {
    background: #fff;
    color: var(--main-color);
}

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

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

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







.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.theme2 {
    border-color: var(--second-color);
    background: var(--second-color);
    color: var(--second-text-color);
}

.t-btn.theme3 {
    border-color: var(--third-color);
    background: var(--third-color);
    color: var(--third-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 {
    display: block;
}



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

body:not(.home) .main-header {
    background: #fff !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: var(--second-color);
}

.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(255,255,255,0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

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

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

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



.main-header .phone-box .ico .small {
    display: block;
    font-size: 10px;
    line-height: 1;
    margin-bottom: -2px;
    font-weight: 600;
    color: #777;

}

body.home:not(.not-top) .main-header .phone-box .ico .small {
    color: rgba(255,255,255,0.5);
}

body.home:not(.not-top) .main-header .phone-box a {
    color: #fff;
}

.main-header {
    background: #fff;
    width: 100% !important;
    max-width: 100% !important;
    position: sticky;
}


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

body:not(.home) .top-bar .container {
    border: none;
    padding-bottom: 7px;
    padding-top: 12px;
    border-bottom: 1px solid #f1f1f1;
    border-radius: 0;
}

.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 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.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.1);
    border-radius: 0 !important;
    padding-bottom: 8px;
}

body.home:not(.not-top) .top-bar a {
    color: rgba(255,255,255,0.8);
}

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 ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.main-header .top-bar ul a {
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    color: #555;
}

.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:not(.not-top ) .main-header .logo .second {
    display: none;
}

body.not-top .main-header .logo .first {
    display: none;
}

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

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

/*body.not-top .main-header .logo img {*/
/*    transition: all 0.2s ease-in;*/
/*    width: 75px;*/
/*}*/

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

/*body.not-top .main-header .menu-link {*/
/*    font-size: 13px !important;*/
/*    transition: all 0.2s ease-in;*/
/*}*/




.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 .emergency .menu-link {
    color: var(--third-color) !important;
    font-weight: 700 !important;
}

.main-header .emergency .menu-link:hover {
    color: var(--third-color) !important;
    font-weight: 700 !important;
}

.main-header .main-menu .menu-list .menu-link,
.main-header .main-menu .menu-list .dropdown-toggle.menu-link {
    padding: 8px 15px;
    text-decoration: none;
    display: inline-block;
    background: transparent;
    border-radius: 0;
    border: none;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.4px;
    color: #1a1a1a;
    position: relative;
}

@media (min-width: 1200px) {
    .main-header .main-menu .menu-list .menu-link:hover,
    .main-header .main-menu .menu-list .menu-link:focus {
        color: var(--main-color);
        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: 65px;
    height: 65px;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    text-decoration: none;
    color: #1a1a1a;
}



.main-header.is-sticky .js-menu-open {
    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: 400;
    color: #444;
    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: transparent;*/

/*}*/

body.not-top .logo .first {
    display: block !important;
}

body.not-top .logo .second {
    display: none !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: 13px;

    }

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







/* mobile menu */





@media (max-width: 1199.98px) {
    body.menu-opened .main-header .js-menu {
        display: block !important;
        z-index: 99999;
        background: #fff;
        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 #f1f1f1;
        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: 60px;
    }

    .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) .menu-link {
        color: #1a1a1a !important;
    }


}







/********** contact sec ******/

.contact-sec .contact-content {

    padding: 70px 45px;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}


.contact-sec .contact-content::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right top, #051937, #0c2540, #153048, #213c50, #2e4858);
    z-index: -1;
    opacity: 0.85;
}







.contact-sec .info-box {
    color: #cbcfd6;
}


.contact-sec .heading {
    color: #fff;
}

.contact-sec .form-box {
    background: rgba(0,0,0,0.1);
    backdrop-filter: blur(10px);
    padding: 35px;
    padding-bottom: 80px;
    height: 100%;
}

.contact-sec .form-box label {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 5px;
    color: #fff;
}

.contact-sec .form-control {
    border-radius: 0;
    font-size: 16px;
}

.contact-sec .form-select {
    border-radius: 0;
    height: 44px;
    font-size: 14px;
}

.contact-sec .form-control:not(textarea) {
    height: 44px;
}

.contact-sec .form-control::placeholder {
    font-size: 14px;
    font-weight: 500;
}

.contact-sec .form-control:focus,
.contact-sec .form-select:focus {
    box-shadow: none;
    outline: none;
    border-color: #ccc;
}


.contact-sec .heading-text {
    margin-left: 0;
    color: rgba(255,255,255,0.7);
    font-weight: 500;
}

.contact-sec .contact-item {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
}

.contact-sec .contact-item.emergency .icon-box {
    background: var(--third-color);
}

.contact-sec .contact-item .value {
    display: block;
    margin-bottom: 4px;
    font-size: 15px;
}

.contact-sec .contact-item.emergency .em-text {
    color: var(--third-color);
    font-weight: 500;
}


.contact-sec .contact-item .icon-box {
    width: 45px;
    height: 45px;
    background: #131d23;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.contact-sec .contact-item .info-box {
    flex: 1;
}

.contact-sec .contact-item .info-box .title {
    display: block;
    color: #fff;
    font-weight: 700;
    margin-bottom: 8px;
}

.contact-sec .opening-hours .main-title {
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    display: block;
    margin-bottom: 15px;
}

.contact-sec .opening-hours {
    padding-top: 25px;
    border-top: 1px solid rgba(255,255,255,0.08);
}

.contact-sec .opening-hours .title {
    display: block;
    margin-bottom: 4px;
}

.contact-sec .opening-hours .value {
    display: block;
    font-weight: 600;
    color: #fff;
    margin-bottom: 4px;
}

.contact-sec .opening-hours .value.em {
    color: var(--third-color);
}



@media (min-width: 992px) {
    .contact-sec .info-box {
        padding-right: 30px;
    }
}


@media (max-width: 767.98px) {
    .contact-sec .contact-item .value {
        font-size: 14px;
    }

    .contact-sec .contact-item .info-box .title {
        font-size: 15px;
    }
    .contact-sec .opening-hours .title {
        font-size: 14px;
    }

    .contact-sec .opening-hours .value {
        font-size: 14px;
    }

    .contact-sec .opening-hours .main-title {
        color: #fff;
        font-weight: 700;
        font-size: 16px;
        display: block;
        margin-bottom: 15px;
    }

}










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

.main-footer {
    background: #f9f9f9;
    color: #555;
    font-weight: 300;
    font-size: 15px;
    padding-top: 70px;
}


.main-footer p {
    max-width: 350px;
    text-align: justify;
}

.main-footer .contact-name {
    color: var(--main-color);
    font-weight: 400;
}

.main-footer .menu-list li a:hover {
    padding-left: 5px;


}


.main-footer .menu-list {
    padding-left: 17px;
}



.main-footer .menu-list li a {
    padding-left: 0;
    transition: padding 0.15s ease-in;
    will-change: padding;
}

.main-footer .main-bar {
    padding: 50px 0;
}
.main-footer .copyright {
    text-align: center;
    color: rgba(0,0,0,0.8);
    font-weight: 400;
    font-size: 12px;
}

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

}

.main-footer .main-bar a {
    color: #222;
    font-weight: 300;
    margin-top: 3px;
    margin-bottom: 3px;
    text-decoration: none;
}

.main-footer a:hover {
    color: var(--third-color);
}


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

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




.main-footer ul.menu-list {
    list-style: square;
}

.main-footer ul.menu-list li::marker {
    color: var(--main-color);
}

.main-footer .copyright a {
    font-weight: 500;
    font-size: 12px;
    color: #333;
    text-decoration: none;
}

.main-footer .footheading {
    font-size: 16px;
    font-weight: 500;
    color: #111;
    margin-bottom: 30px;
    text-transform: uppercase;
    position: relative;
    /*border-bottom: 1px solid rgba(255,255,255,0.05);*/
}

/*.main-footer .footheading::after {*/
/*    content: '';*/
/*    display: block;*/
/*    width: 70px;*/
/*    height: 1px;*/
/*    background: var(--third-color);*/
/*    position: absolute;*/
/*    bottom: -1px;*/
/*    left: 0;*/
/*}*/





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

.main-footer .spec-img-box {
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    padding: 25px;
    background: rgba(0,0,0,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 table td {
    padding-bottom: 15px;
    vertical-align: top;
}

.main-footer td a {
    display: inline-block;
}

.main-footer table td svg {
    color: var(--third-color);
    width: 40px;
    height: 40px;
    padding: 6px;
    background: rgba(0,0,0,0.01);
}

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

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

.main-footer .soc-box a {
    width: 40px;
    height: 40px;
    padding: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--main-color);
    color: var(--main-text-color);
}

.main-footer .soc-box a svg {
    width: 25px;
}



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

.main-footer .top-bar .heading-box {
    margin-top: 45px;
}

.main-footer .top-bar .heading-box .heading {
    font-size: 50px;
    color: #fff;
}

.main-footer .top-bar .heading-box .heading-text {
    color: #a9acb3;
    font-size: 20px;
    font-weight: 500;
    max-width: 650px;
}


.main-footer .top-bar .btn-box .t-btn {
    font-size: 14px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}




@media (max-width: 767.98px) {
    .main-footer .top-bar .heading-box .heading {
        font-size: 25px;
    }

    .main-footer .top-bar .heading-box .heading-text {
        font-size: 17px;
    }

    .main-footer .top-bar .btn-box .t-btn {
        font-size: 12px;
        padding: 1.1em 1.5em;
    }

}




/* 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.85;
}



.above-foot .heading {
    font-size: 40px;
    font-weight: 500;
    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 {
    background: rgba(0,0,0,0.02);
}

.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: #000;
    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 {
    background: #f9f9f9;
    display: flex;
    align-items: center;
    padding-top: 0;
    min-height: calc( 100vh - 150px );
    padding-bottom: 150px;
    position: relative;
    z-index: 1;
}


.hero-box {
    position: relative;
}

.hero-box .scroll-down {
    position:absolute;          /* ak je v hero sekcii */
    left: calc(50% - 23px);
    bottom:44px;
    width:46px;
    height:46px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:999px;
    text-decoration:none;
    color: var(--main-color);

    /* jemné pozadie + blur, ak máš podporu */
    background:rgba(0,115,138,.1);
    backdrop-filter: blur(8px);

    /* plynulé hover */
    transition: transform .25s ease, background .25s ease;
    z-index:5;
}

/* pulz kruhu (ring) */
.hero-box .scroll-down::before{
    content:"";
    position:absolute;
    inset:-10px;
    border-radius:999px;
    border:2px solid rgba(0,115,138,.4);
    opacity:0;
    transform:scale(.85);
    animation: scrollPulse 1.6s ease-out infinite;
}

/* samotná ikonka jemne „poskakuje“ */
.hero-box .scroll-down {

    animation: scrollBounce 1.2s ease-in-out infinite;
}

/* hover */
@media (min-width: 992px){
    .hero-box .scroll-down:hover{
        transform:translateX(-50%) translateY(-3px);
        background:rgba(0,115,138,0.26);
    }
}

@keyframes scrollPulse{
    0%   {opacity:0; transform:scale(.85);}
    30%  {opacity:1;}
    100% {opacity:0; transform:scale(1.25);}
}

@keyframes scrollBounce{
    0%,100% {transform:translateY(0);}
    50%     {transform:translateY(5px);}
}

/* rešpektuj reduced motion */
@media (prefers-reduced-motion: reduce){
    .scroll-down::before,
    .scroll-icon{animation:none;}
}



.hero-banner .round-box img {
    width: 220px;
    animation: rotate 25s linear infinite;
}

.hero-banner .round-box {
    overflow: hidden;
}


@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-360deg);
    }
}


.hero-banner .round-box {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(0,50%);
}





.hero-banner .spec-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    border-radius: 0;
}


/*.hero-banner::after {*/
/*    content: '';*/
/*    display: block;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    z-index: 2;*/
/*    !*background: #041f41;*!*/
/*    background: #000;*/
/*    opacity: 0.55;*/
/*}*/

.hero-banner {
    position: relative;
}

.hero-banner .container {
    position: relative;
    z-index: 3;
}

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

.hero-banner .bef-item {
    display: inline-block;
}

.hero-banner .bef-item .number {
    font-size: 25px;
    font-weight: 300;
}

.hero-banner .bef-item .value {
    font-size: 14px;
    display: block;
}

.hero-banner .bef-box {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
    gap: 25px;
    padding-top: 15px;
    border-top: 1px solid rgba(0,0,0,0.15);
}






.hero-banner {
    background: transparent;
}



.hero-box {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.hero-box .heading {
    margin-bottom: 45px;
    font-size: 180px;
}

.hero-box p {
    font-size: 20px;
    color: #000;
    font-weight: 500;
}

.hero-banner .number {
    color: #000;
}

/*.hero-box::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    inset: 0;*/
/*    z-index: -1;*/
/*    background: #000;*/

/*    opacity: 0.22;*/
/*}*/







body.home:not(.not-top) .main-header .second {
    display: block;
}

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


.hero-banner .heading {
    font-weight: 300;
    font-size: 75px;
    line-height: 1;
    margin-bottom: 25px;
    letter-spacing: 1px;
}



.hero-box img.cover {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    object-fit: cover;
}


.hero-banner .hero-text {
    font-weight: 300;
    font-size: 20px;
    max-width: 550px;
    padding-bottom: 20px;
    padding-top: 10px;
}



.hero-banner p {
    font-size: 24px;
}

.hero-banner .heading {
    font-size: 85px;
}

.hero-banner {
    padding-bottom: 100px;
}

.hero-banner .bef-item .number {
    font-size: 21px;
}




@media (max-width: 991.98px) {

    .hero-banner {
        background-attachment: unset;
        padding-top: 30px;
        padding-bottom: 120px;
        min-height: unset;

    }

    .hero-banner .round-box img {
        width: 150px;
    }


    .hero-banner .bef-item .number {
        font-size: 22px;
        text-align: center;
        display: block;
        width: 100%;
    }

    .hero-banner .bef-box,
    .hero-banner .bef-item {
        display: block;
    }





    .hero-banner .heading {
        font-size: 45px;
        text-align: center;
        margin-bottom: 20px;
    }

    .hero-banner p {
        font-size: 15px;
        text-align: center;
        margin: auto;
    }

    .hero-banner .btn-box {
        flex-wrap: wrap;
        justify-content: center;
    }

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

}


/*** expert bar ***/

.expert-bar {
    padding: 22px 0;
    background: var(--second-light-color);
    font-weight: 500;
    font-size: 15px;
}

.expert-bar .cers span {
    padding-left: 20px;
}


@media (max-width: 767.98px) {
    .expert-bar {
        font-weight: 600;
        font-size: 12px;
    }

    .expert-bar .cers span {
        padding-left: 7px;
        display: inline-block;
    }

    .expert-bar .cers {
        text-align: end;
    }
}





/** services ***/

.service-item .info-box {
    padding: 20px;
}


.service-item {
    padding-top: 50px;
    padding-bottom: 50px;
}


.service-item .img-box {
    aspect-ratio: 5/3;
    display: block;
    overflow: hidden;
    position: relative;
    /*border-radius: 8px;*/
}

.service-item .img-box::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    /*background: linear-gradient(to top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.1) 100%);*/
}


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

.service-item .more-link {
    color: var(--main-color);
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    gap: 4px;
    align-items: center;
    margin-top: auto;
}

.service-item .more-link:hover {
    color: var(--third-color);
}

.service-item .more-link svg {
    stroke-width: 3px;
    width: 18px;
}

.service-item .title {
    font-weight: 600;
    font-size: 25px;
    color: #000;
    text-decoration: none;
    display: block;
    margin-bottom: 15px;
}

.service-item p {
    color: #272727;
    font-weight: 300;
    font-size: 18px;
    text-align: justify;
    line-height: 1.5;


}

.service-item .service-title {
    font-size: 45px;
    margin-bottom: 25px !important;
    font-weight: 300;
}

.service-item .icon-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    background: var(--third-color);
    color: rgba(255,255,255,0.65);
    width: 70px;
    height: 70px;
    margin-bottom: 25px;

}

.service-item.second .icon-box {

    background: var(--main-color);



}

.service-item .icon-box svg {
    width: 44px;
    height: 44px;
    stroke-width: 1px;
}



.service-item ul {
    list-style: none;
    padding-left: 0;
}

.service-item ul li {
    padding-left: 20px;
    position: relative;
    font-size: 14px;
    margin-bottom: 10px;
}



.service-item ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 6px;
    height: 13px;
    border-left: 2px solid var(--third-color);
    border-top: 2px solid var(--third-color);
    transform: rotate(-135deg);
}


@media( max-width: 767.98px ) {
    .service-item ul li {
        font-size: 15px;
        margin-bottom: 7px;
    }

    .service-item .icon-box {
        width: 40px;
        height: 40px;
        margin-bottom: 12px;
        margin-top: 15px;
    }

    .service-item .icon-box svg {
        width: 25px;
    }

    .service-item p {
        font-size: 15px;


    }

    .service-item .img-box {
        aspect-ratio: 16/9;
    }

    .service-item .service-title {
        font-size: 35px;
        margin-bottom: 15px;
    }

    .service-item {
        padding-top: 20px;
        padding-bottom: 20px;
    }


}


/***** home page ***/


/* properties */


.home-page .properties {
    padding: 100px 0;
    background: #fff;
}


.home-page .heading-box .heading {
    text-transform: unset;
}




/*** services ***/





/** references ***/


.home-page .references {
    padding: 100px 0;
}


.home-page .ref img {
    padding: 10px 25px;
    background: #fff;
}

.home-page .ref {
    background: #f9f9f9;
}



/** home page paral */

.home-page .spec-paral {
    padding: 120px 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: linear-gradient(
            55deg,
            #00A3C2 0%,     /* tmavší odtieň */
            #00738A 50%,    /* základná farba */
            #004F5E 100%    /* svetlejší odtieň */
    );

    opacity: 0.65;
    z-index: -1;
}

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

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



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

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


@media (max-width: 991.98px) {

    .home-page .spec-paral {
        padding: 50px 0;
        background-attachment: unset;
    }

}










@media( max-width: 767.98px ) {

    .home-page .references,
    .home-page .services,
    .home-page .about,
    .home-page .testimonials {
        padding: 50px 0 !important;
    }

}








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







/*** article-item ***/

.article-item .img-box {
    overflow: hidden;
    aspect-ratio: 16/9;
    position: relative;

}

.article-item {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}

.article-item .img-box .date-icon {
    border-radius: 6px;
    background: var(--main-color);
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    color: #fff;
    text-align: center;
    padding: 10px;
}

.article-item .date-icon .day {
    font-weight: 800;
    font-size: 17px;
    display: block;
    line-height: 1;
}



.article-item .date-icon .year {
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    line-height: 1;
}

.article-item .excerpt {
    font-size: 13px;
    margin-top: 8px;
    color: #555;
}


.article-item .info-box  {
    padding-top: 15px;;

}

.article-item .img-box {
    border-radius: 6px;
    overflow: hidden;
}

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

.article-item .title {
    color: #000;
    margin-top: 10px;
    font-size: 17px;
    display: block;
    font-weight: 400;
    text-decoration: none;

}


.article-item .title:hover {
    color: var(--main-color);
}




/*** benefits **/



.home-page .benefits .benefit-item {
    border-radius: 8px;
    height: 100%;
    text-align: center;
    padding: 25px;
    background: rgba(255,255,255,1);
    /*border-left: 4px solid var(--main-color);*/
}

.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: #1a1a1a;
}

.home-page .benefits  .benefit-item .icon-box svg {
    color: #fff;
    width: 40px;
    height: 40px;
}





.home-page .benefits {
    position: relative;
    padding: 50px 0;
    background: #fff;
}



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

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

.home-page .benefits .benefit-item .text {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0,0,0,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;
    }

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

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

    .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;
    }


}

/********* Articles ******/

.home-page .articles {
    background: #fff;
}

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

.home-page .about {
    padding: 100px 0;
    position: relative;
    font-size: 17px;
    font-weight: 300;
    background: #fcfcfc;
}



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




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

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

/*.hero-box::after {*/
/*    content: '';*/
/*    display: block;*/
/*    width: 50%;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    background: linear-gradient(55deg, rgb(0, 163, 194) 0%, rgb(0, 115, 138) 50%, rgb(0, 79, 94) 100%);*/
/*    opacity: 0.3;*/
/*}*/

.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;
}

.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  {
        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;
    padding: 100px 0;
    background: #fcfcfc;
}





/* testimonials */

.home-page .testimonials {
    padding: 100px 0;
    background: #fcfcfc;
}

.home-page .testimonial-item {
    height: 100%;
}

.testimonial-item {
    padding: 25px 25px;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.03);
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

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



.testimonial-item .title {
    font-weight: 500;
    color: #000;
    font-size: 17px;
    padding-top: 15px;
}

.testimonial-item .position {
    color: #555;
    display: block;
    font-size: 14px;

}

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

.testimonial-item .rank-box svg {
    color: var(--third-color);
    fill: var(--third-color);
}




.testimonial-item p {
    font-size: 16px;
    color: #111;
    font-weight: 300;
    margin-top: 25px;
    margin-bottom: 25px;
}

.testimonial-item .person-box {
    display: flex;
    align-items: center;
    gap: 15px;
}

.testimonial-item .person-box .info {
    flex: 1;
}

.testimonial-item .rank-box {
    display: flex;
}

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

/* 1. prvok */
.test-col:nth-child(3n+1) .testimonial-item .img-box {
    background: var(--main-color);
    color: var(--main-text-color);
}

/* 2. prvok */
.test-col:nth-child(3n+2) .testimonial-item .img-box {
    background: var(--second-color);
    color: var(--second-text-color);
}

/* 3. prvok */
.test-col:nth-child(3n+3) .testimonial-item .img-box {
    background: var(--third-color);
    color: var(--third-text-color);
}

.testimonial-item .img-box svg {
    color: var(--main-text-color) !important;
    stroke-width: 1.5px;
}

.testimonial-item .ranking {
    flex: 1;
}


/*.testimonial-item {*/
/*    box-shadow: 0 0 5px rgba(0,0,0,0.07);*/
/*}*/

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



@media (max-width: 767.98px) {

    .testimonial-item p {
        font-size: 13px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .testimonial-item .title {
        font-size: 13px;
    }

    .testimonial-item .img-box {
        width: 50px;
        height: 50px;
    }
}






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




.portfolio-item .title {
    display: block;
    padding-top: 10px;
    color: #000;
    line-height: 1.4;
    letter-spacing: 0.3px;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
}



.portfolio-item .img-box {
    aspect-ratio: 16/10;
    position: relative;
    overflow: hidden;
    /*border-radius: 12px;*/
}

.portfolio-item img {
    object-fit: cover;
    height: 100%;
    width: 100%;

}



.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: 12px;
    display: flex;
    align-items: center;
    line-height: 1;
    z-index: 5;
    color: #555;
    font-weight: 400;
    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;
    z-index: 2;
    overflow: hidden;
}



.portfolio-item .price {
    font-weight: 400;
    /*color: var(--third-color);*/
    font-size: 27px;
    padding-top: 8px;
    margin-bottom: 7px;
    display: block;
}

.portfolio-item .price .note {
    font-size: 12px !important;
}

.portfolio-item .icon-boxer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    top: 5px;
    z-index: 10;
    left: 5px;
    gap: 5px;
}

.portfolio-item .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    padding: 0.7em 1.2em;
    /*border-radius: 3px;*/
    font-size: 12px;
    width: auto;
    height: auto;
    background: var(--third-color);
}

.portfolio-item .icon.t1 {
    background: var(--third-color);
}

.portfolio-item .icon.t2 {
    background: var(--main-color);
}

.portfolio-item .icon.t3 {
    background: var(--second-color);
}



@media (min-width: 992px) {
    .portfolio-item .img-box a {
        position: relative;
    }

    .portfolio-item .img-box a::after {
        content: '';
        position: absolute;
        inset: 0;
        background: rgba(0,0,0,0.5);
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .portfolio-item .img-box a:hover::after {
        opacity: 1;
        transition: opacity 0.3s ease;
    }



}



@media (max-width: 767.98px) {


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


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

    .portfolio-item .title {
        padding-top: 5px;
        line-height: 1.5;
        font-size: 15px;

    }
}



/* Listing card details */
.portfolio-item .listing-details {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.portfolio-item .listing-details .detail-item {
    display: inline-flex;
    align-items: center;
    width: calc(100% / 2 - 5px / 2);
    gap: 4px;
    font-size: 14px;
    color: #666;
    white-space: nowrap;
}
.portfolio-item .listing-details .detail-item i,
.portfolio-item .listing-details .detail-item svg {
    color: var(--main-color);
    flex-shrink: 0;
}

/************* PROPERTY PAGE **********/


.property-page .spec-table td {
    padding: 0;
    background: none !important;
    padding-bottom: 4px;
    color: #111;
    font-size: 19px !important;
}

.property-page .spec-table tr {
    background: none !important;
}

.property-page .reserved-notice {
    background: #00738A;
    padding: 35px 24px;
    margin-bottom: 25px;
}

.property-page .reserved-notice p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}


.property-page .heading-box .heading {
    font-size: 30px;
    color: #272727;
    text-transform: unset;
    font-weight: 500;
}

.property-page .price {
    color: var(--main-color);
    font-weight: 500;
    font-size: 35px;
    display: block;
}


.property-page .price .note {
    font-size: 20px;
}





.property-page .table-box .table  thead {
    background-color: transparent;
    color: var(--main-color);
    padding: 0;

    font-size: 24px;
    font-weight: 300;
}
.property-page .table-box .table  thead th {
    font-weight: 300;
    padding: 0;
}




.property-page .table-box .table td {
    font-size: 17px;
    width: 50%;
}

.property-page .table-box .table tbody tr:nth-child(even) {
    background-color: #ffffff;
}

.property-page .table-box .table tbody tr:nth-child(odd) {
    background-color: #f8f9fa;
}


.property-page .gallery .image-box {
    display: flex;
    gap: 15px;
    aspect-ratio: 10/5;

}


.property-page .param-heading {
    color: var(--main-color);
    padding-top: 70px;
    margin-bottom: 25px;
}


.property-page .sp-box-link {
    height: 100%;
    width: 100%;
    position: relative;
    display: block;
}




.property-page .gallery .image-box .left-part img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.property-page .gallery .image-box .left-part {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.property-page .gallery .image-box .right-part {
    height: calc(100% - 15px /2);
    display: block;
    overflow: hidden;
}

.property-page .gallery .image-box .right-part img {
    object-fit: cover;
    object-position: center center;
    height: 100%;
    width: 100%;
}

.property-page .gallery .image-box .right {
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
}

.property-page .gallery .image-box .right .open-box {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background: #fff;
    color: #000;
    padding: 15px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    text-decoration: none;
    border-radius: 6px;

}

.property-page .gallery .image-box .left,
.property-page .gallery .image-box .right {
    width: calc( 100% / 2 - 15px / 2);
}


.property-page .info {
    font-size: 17px;
    text-align: justify;
    font-weight: 300;
}






.property-page .video-lay-title {
    font-size: 27px;
    color: var(--main-color);
    font-weight: 300;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.04);
}

.property-page .video-hero {
    position: relative;
    overflow: hidden;
    max-width: 490px;
    aspect-ratio: 3/2;
    display: block;


}

.property-page .video-hero-img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.property-page .video-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.28);
    display: flex;
    align-items: center;
    justify-content: center;
}

.property-page .video-hero-play {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.25s ease;
}

.property-page .video-hero-play:hover {
    transform: scale(1.08);
}

.property-page .video-hero-btn {
    width: 72px;
    height: 72px;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 4px;
}

.property-page .video-hero-btn svg {
    width: 28px;
    height: 28px;
    fill: white;
    stroke: none;
}

.property-page .video-hero-pulse {
    position: absolute;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, 0.5);
    animation: hero-pulse 2.2s ease-out infinite;
}

@keyframes hero-pulse {
    0%   { transform: scale(1);    opacity: 0.7; }
    70%  { transform: scale(1.75); opacity: 0;   }
    100% { transform: scale(1.75); opacity: 0;   }
}





.agent-detail-item {
    position: sticky;
    left: 0;
    top: 15px;
}

.agent-detail-item {
    background: #fff;
    border: 1px solid #f1f1f1;
    padding: 28px 24px 24px;
}

.agent-detail-item .agent {
    text-align: center;
}

.agent-detail-item .agent img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    margin: 0 auto 12px;
    border: 3px solid #f1f1f1;
}

.agent-detail-item .agent h5 {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 2px;
}

.agent-detail-item .agent .text-muted {
    font-size: 12px !important;
    color: #888 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: block;
    margin-bottom: 16px;
}

.agent-detail-item .agent::after {
    content: '';
    display: block;
    border-top: 1px solid #f1f1f1;
    margin: 16px 0;
}

.agent-detail-item .agent p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-bottom: 8px;
}

.agent-detail-item .agent p a {
    font-size: 14px;
    color: #272727;
    text-decoration: none;
}

.agent-detail-item .agent p a:hover {
    color: var(--main-color);
}

.agent-detail-item .agent p a i[data-lucide] {
    color: var(--main-color);
    width: 14px;
    height: 14px;
}

.agent-detail-item .agent p.mt-3 {
    display: block;
    font-size: 13px;
    color: #888;
    line-height: 1.6;
    text-align: center;
    margin-top: 14px !important;
}

.agent-detail-item .t-btn.theme3 {
    margin-top: 20px;
}

@media (min-width: 992px) {
    .js-open-box:not(.open-box):after {
        content: '';
        display: block;
        position: absolute;
        inset: 0;
        background: #000;
        opacity: 0;
        transition: opacity 0.2s ease;
    }

    .js-open-box:not(.open-box):hover::after {
        opacity: 0.6;
        transition: opacity 0.2s ease;
    }

    .property-page .video-hero-overlay:hover {
        background: rgba(0, 0, 0, 0.48);
    }
}





@media (max-width: 767.98px) {

    .property-page .price {
        font-size: 35px;
    }

    .property-page .info {
        font-size: 14px;
    }

    .property-page .spec-table td {
        font-size: 16px !important;
    }

    .property-page .gallery .image-box .right .open-box {
        bottom: -15px;
        padding: 5px 8px;
        background: #000;
        color: #fff;
        font-size: 10px;


    }

    .property-page table td {
        font-size: 14px !important;
    }

    .property-page .gallery .image-box .right .open-box svg {
        width: 14px;


    }

    .property-page .gallery .image-box {
        gap: 7px;
        aspect-ratio: 10 / 5;
    }

    .property-page .gallery .image-box .right {
        gap: 7px;
    }

    .property-page .heading-box .heading {
        font-size: 24px;
    }


}



.property-page.shaded .left-part,
.property-page.shaded .right-part {
    position: relative;
}


.property-page.shaded .left-part::after,
.property-page.shaded .right-part::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.9;
    background: var(--main-color);

}

.property-page.shaded .left-part .shaded-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-25deg);
    z-index: 5;
    width: 80%;
    object-fit: contain;
}





/********* BLOG DETAIL APGE **********/

.blog-detail-page .content * {
    font-size: 16px !important;
    line-height: 1.7;
    font-weight: 300;
    text-align: justify !important;
}


.blog-detail-page .content h2,
.blog-detail-page .content h3,
.blog-detail-page .content h4,
.blog-detail-page .content h5,
.blog-detail-page .content h6 {
    font-weight: 600 !important;
    font-size: 24px !important;
    margin-bottom: 15px;
    margin-top: 35px;
}

.blog-detail-page .content strong {
    font-weight: 600 !important;
}


.blog-detail-page .heading-box .heading {
    font-size: 35px;
    font-weight: 600;
    color: #006072;
}













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

.clean-page {
    background: #fff;
}

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

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

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

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

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

/*.clean-page .content {*/
/*    width: 1080px;*/
/*    max-width: 100%;*/
/*    padding: 35px;*/
/*    margin: auto;*/
/*    border-radius: 15px;*/
/*}*/

.clean-page a {
    color: var(--main-color);
}

.clean-page {
    background: #fff;
}






.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: 10px;
    }


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

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

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

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

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

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

/**************** ABOUT PAGE ************/


.about-page .about {
    background: #f9f9f9;

}


.about-page .contact-item .position {
    margin-bottom: 0 !important;
    color: #222 !important;
}


/** members ***/


.about-page .members {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.about-page .contact-item {
    display: flex;
    flex-direction: column;
    width: calc(100% / 4 - 75px / 4);
}

.about-page .contact-item img {
    max-width: 100% !important;
    aspect-ratio: 4/5;
    object-fit: cover;
}

.about-page .contact-item .agent-photo {
    width: 100%;
    display: block;
    margin-bottom: 15px;
}

.about-page .contact-item .name {
    display: block;
    font-weight: 500;
    margin-top: 12px;
}

.about-page .contact-item .position {
    font-size: 14px;
    color: #555;
    display: block;
    margin-bottom: 15px;
}

.about-page .contact-item .agent-desc {
    font-size: 14px;
    font-weight: 300;
    color: #444;
    line-height: 1.7;
    margin-bottom: 12px;
}

.about-page .contact-item a {
    font-size: 15px;
    color: var(--main-color);
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
}

.about-page .contact-item a:hover {
    text-decoration: underline;
}

.about-page .contact-item .soc-box {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 10px;
}

.about-page .contact-item .soc-box a {
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: var(--main-color);
    color: #fff;
}

.about-page .contact-item .soc-box a:hover {
    text-decoration: none;
    opacity: 0.85;
}

.about-page .contact-item .soc-box a i {
    width: 18px;
    height: 18px;
}




@media (max-width: 1199.98px) {
    .about-page .members {
        gap: 25px;
    }

    .about-page .contact-item {
        width: calc(100% / 3 - 50px / 3);
    }
}

@media (max-width: 767.98px) {
    .about-page .members {
        gap: 25px;
    }

    .about-page .contact-item {
        width: calc(100% / 2 - 25px / 2);
    }
}














/* BENT GALLERY  */

.about-page .gal-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.about-page .gal-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 300px 200px;
    gap: 8px;
}

.about-page .gal-group a:first-child {
    grid-column: span 2;
    grid-row: span 1;
}

.about-page .gal-group a {
    display: block;
    overflow: hidden;
    position: relative;
}

.about-page .gal-group a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.about-page .gal-group a::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0);
    transition: background 0.3s ease;
}

@media (min-width: 992px) {
    .about-page .gal-group a:hover::after {
        background: rgba(0, 0, 0, 0.45);
    }

    .about-page .gal-group a img {
        transition: transform 0.3s ease;
    }

    .about-page .gal-group a:hover img {
        transform: scale(1.05);
    }
}

@media (max-width: 991.98px) {
    .about-page .gal-box {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575.98px) {
    .about-page .gal-box {
        grid-template-columns: 1fr;
    }

    .about-page .gal-group {
        grid-template-rows: 250px 160px;
    }
}


/***************** FAQ PAGE *****************/

.faq-page {
    background: #fff;
}


.faq-page .heading-box {
    margin-bottom: 100px !important;
}


.faq-page img {
    border-radius: 10px;
}

.faq-item span.roller {
    border-radius: 5px;
}

.faq-item.active .faq-question {
    background: var(--main-light-color);
}

.faq-item .faq-answer {
    background: transparent !important;
}

.faq-item .faq-question {
    background: #F7F9FC;
    padding: 25px;
    font-weight: 600;
    border-radius: 6px;
    box-shadow: var(--box-shadow);
    color: #000;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}



.faq-item {
    position: relative;
    border-radius: 0;
}

.faq-item .roller {
    position: absolute;
    top: -15px;
    right: 25px;
    display: inline-flex;
    height: 32px;
    border-radius: 0;
    width: 32px;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    background: #000;
    color: #fff;

}

.faq-item .roller svg {
    transform: rotate(0);
    transition: transform 0.2s ease-in;
}



.faq-item.active .roller {
    background: #000;

}

.faq-item.active svg {
    transform: rotate(180deg);
    transition: transform 0.2s ease-in;
}


.faq-item .faq-answer {
    display: none;
    background: #fff;
    font-size: 14px;
    font-weight: 300;
    color: #373737;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

}


.faq-item .faq-answer {
    padding: 15px;
    font-size: 16px;
}


@media (max-width: 767.98px) {

    .faq-item .faq-answer {
        font-size: 12px;
    }

    .faq-item .faq-question {
        font-size: 13px;
    }

    .faq-item .roller {
        top: -8px;
        right: 15px;
        height: 25px;
        width: 25px;
        font-size: 14px;
    }
}









/** global **/


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

.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    text-decoration: none;
    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;
}




/********* 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 *******/


.ct .heading-text {
    font-weight: 300;
    font-size: 18px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    margin-bottom: 15px;
}



.ct .heading-text strong {
    color: var(--main-color);
}

@media (max-width: 767.98px) {

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

}




/*** filter ***/



.filter-box {
    display: flex;
    flex-wrap: nowrap;
    gap: 25px;
    margin-bottom: 15px;
    background: #f9f9f9;
    padding: 15px;
}

.filter-box .categories a {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    padding-left: 5px;
    text-decoration: none;
}
.filter-box .categories a:hover {
    text-decoration: underline;
}


.filter-box .show-all {
    color: #000 !important;
}

.filter-box .categories {
    display: flex;
    align-items: center;
}


.filter-box .title,
.filter-box .default {
    white-space: nowrap;
}

.filter-box .default {
    color: #1a1a1a;
    text-decoration: none;
}

.filter-box .title {
    color: var(--main-color);
    font-weight: 500;
}


.rs .small {
    font-size: 14px;
    font-weight: 300;
}

#results-count {
    font-weight: 500 !important;
    color: #000;
}


@media (max-width: 767.98px) {

    .filter-box .categories a {
        font-size: 14px;
    }
}



/*** 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;

}

@media (max-width: 767.98px) {
    .page-banner nav.path ul {
        font-size: 10px;
    }
}







/******** SELL PAGE ******/


.sell-page .step ul {
    list-style: linear-gradient(315deg, #E28B49, #F2610D);
}

.sell-page .step ul li {
    margin-bottom: 15px;
    color: #444;
}

.sell-page .step .heading {
    font-size: 42px;
    max-width: 350px;
}


.sell-page .step p {
    font-size: 16px;
    color: #444;
}

.sell-page .step .epi {
    font-weight: 500;
    color: var(--third-text-color);
    padding: 15px;
    margin-top: 25px;
    background: linear-gradient(315deg, #E28B49, #F2610D);;
}

.sell-page  .step img {
    max-width: 100%;
    width: 500px;
}

.sell-page .steps .step {
    padding: 50px 0;
}

.sell-page .steps .step:nth-of-type(even) {
    background: #f9f9f9;
}


@media (max-width: 767.98px) {
    .sell-page .step .heading {
        font-size: 32px;
    }

}





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


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




.contact-page .contact-item .name {
    display: block;
    font-weight: 500;
    margin-top: 12px;
    font-size: 14px;

}

.contact-page .contact-item .position {
    font-size: 13px;
    color: #555;
    display: block;

}

.contact-page .contact-item .specialization {
    font-size: 12px;
    color: #000;
    display: block;
    margin-bottom: 15px;

}

.contact-page .contact-item a {
    font-size: 15px;
    color: #222;
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
}

.contact-page .contact-item.ff a {
    color: var(--main-color);
}

.contact-page .contact-item.sr a {
    color: var(--third-color);
}

.contact-page .contact-item img {
    width: 100%;
    aspect-ratio: 2/3;
    object-fit: cover;
}

.contact-page .contact-item a:hover {
    text-decoration: underline;
}


.contact-page .contact-item.ff .soc-box a {
    color: var(--main-text-color);
    background: var(--main-color);
}

.contact-page .contact-item.sr .soc-box a {
    color: var(--third-text-color);
    background: var(--third-color);
}

.contact-page .contact-item .soc-box {
    margin-top: 10px;
}

.contact-page .contact-item .soc-box a {
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.contact-page .contact-item .soc-box a svg {
    width: 20px;
}

.contact-page .contact-item .soc-box {
    display: flex;
    align-items: center;
    gap: 5px;
}















/* Form box */

.contact-page .contact {
    background: #f9f9f9;
    height: 100%;
}


.contact-page .form-box {
    height: 100%;
    padding: 45px 35px !important;
}

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

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

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

/* Form controls – ZJEDNOTENÉ */
.contact-page .contact-form-box .form-control,
.contact-page .contact .form-wrap .form-control {
    background: rgba(0,0,0,0.03);
    border: none;
    outline: none;
    box-shadow: none;
    color: #000;
    padding: 15px;
    font-size: 16px;
    border-radius: 0;
}

.contact-page .contact .form-wrap .form-control:not(textarea) {
    height: 50px;
}

.contact-page .contact-form-box .form-control::placeholder,
.contact-page .contact .form-wrap .form-control::placeholder {
    font-size: 14px;
    color: #111;
}







.contact-page .members {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}




.contact-page.ct .contact-item {
    width: calc(100% / 3 - 30px / 3);
}



.contact-page .contact-item.f .name {
    margin-top: 0;
    margin-bottom: 10px;
}

.contact-page .contact-item.f {
    margin-bottom: 35px;
}

.contact-page .contact-item.f .soc-box a {
    background: var(--second-color);
    color: var(--secont-text-color);
}

.contact-page .contact-item.f .position {
    margin-bottom: 0;
}

@media (max-width: 567.98px) {
    .contact-page.ct .contact-item {
        width: calc(100% / 2 - 15px / 2);
    }
}


/*************** 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);
}


.pagination .page-link {
    color: #555;
}

.pagination .active .page-link {
    background: var(--third-color);
    border-color: var(--third-color);
    color: var(--third-text-color);
}

.pagination .page-link:hover,
.pagination .page-link:focus {
    color: #000;
    box-shadow: none;
}

.filter-bar .badge {
    background: #f9f9f9 !important;
    border: 1px solid #f1f1f1 !important;
    color: #000 !important;
    font-weight: 500 !important;
}

.filter-bar .form-control:focus {
    box-shadow: none !important;
    outline: none !important;
    border-color: var(--main-color) !important;
}































/*.main-header .content {*/
/*    border-radius: 10px;*/
/*    background: var(--main-color);*/

/*    padding: 10px 50px;*/
/*}*/


/*.home .main-header .content {*/
/*    background: var(--main-color);*/
/*}*/

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

body main-header .logo img {
    transition: all 0.3s ease;
}


body.not-top .main-header .logo img {

    transition: all 0.3s ease;

}

@media(min-width: 1200px) {
    .main-header .main-menu .menu-list .menu-link, .main-header .main-menu .menu-list .dropdown-toggle.menu-link {
        color: #1a1a1a;
    }
}
