/*
 Theme Name: Focus Factor Elementor
 Author: Vuk Kulundzic
 Template: hello-elementor
 Version: 1.0
*/

body {
    margin: 0;
    overflow-x: hidden;
}
ul, p, h1, h2, h3 {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}
li {
    list-style-type: none;
}
html {
    overflow-x: hidden;
}

/* header */
header {
    background-color: #fff;
    width: 100%;
    padding: 20px 0;
    box-shadow: 0px 3px 6px #00000029;
}

.header-wrapper {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(13, 21, 36, 0.2);;
    padding-bottom: 10px;
}

.menu-logo img {
    width: 280px;
}

.menu-info {
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-info .phone {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;

    color: #0D1524;
    font-family: 'ubuntu-reglar';
    font-size: 14px;
    border-right: 2px solid rgba(13, 21, 36, 0.3);
    padding-right: 20px;
}

.menu-info .linkedin {
    color: #0D1524;
    padding-left: 20px;
}

.menu-info i {
    font-size: 22px;
}

#menu-meni-right {
    width: 80%;
    margin: 0 auto;
    padding-top: 20px;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

#menu-meni-right a {
    color: #182236;
    font-family: 'ubuntu-light';
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1.1px;
}

/* fixed social */

.social-fixed {
    position: fixed;
    top: 35%;
    right: 20px;
    z-index: 9999;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
}

.social-fixed i {
    width: 55px;
    height: 55px;
    border-radius: 100%;
    background-color: #10182E;
    color: #CDDF69;
    font-size: 22px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*  */

/* home page */

.first-tabs-holder {
    position: relative;
}

.first-tabs-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    position: absolute;
    right: -25%;
    bottom: 10%;
    z-index: 99;
    width: 70%;
}

.first-tabs-wrapper li {
    position: relative;
    flex-shrink: 0;
}

.first-tabs-wrapper li a h3 {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.first-tabs-wrapper li a img {
    filter: brightness(50%);
}

.first-tabs-wrapper li.tab-active a img {
    filter: brightness(100%);
}

.first-tabs-wrapper li.tab-active h3 {
    display: none;
}

.first-tab-block-single img {
    width: 100%;
    height: 780px !important;
    object-fit: cover;
}

.first-tab-text {
    position: absolute;
    bottom: 20%;
    left: 10%;
    width: 450px;
}

.first-tab-text h1 {
    color: #fff;
    font-size: 70px;
    font-family: 'cormorant-semibold';
}

.first-tab-text h1::after {
    display: block;
    height: 3px;
    width: 90%;
    background-color: #CDDF69;
    content: " ";
}

.first-tab-text p {
    color: #fff;
    font-size: 18px;
    font-family: 'Ubuntu';
    font-weight: 100;
    margin-top: 20px;
    line-height: 1.3;
}

.main-container {
    margin-top: -5px;
    background-color: #F0F4FC;
    padding: 50px 0;
}

.icons-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    padding: 50px 0;
}

.icons-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    margin: 10px;
}

.icons-block img {
    width: 70px;
    height: 70px;
}

.icons-block p {
    color: #10182E;
    font-family: 'ubuntu-reglar';
    font-size: 18px;
    margin-top: 10px;
}

.elementor-6 .elementor-element.elementor-element-8cacd68 .elementor-widget-container,
.elementor-6 .elementor-element.elementor-element-bbda76d .elementor-widget-container,
.elementor-6 .elementor-element.elementor-element-33c314e .elementor-widget-container,
.elementor-6 .elementor-element.elementor-element-049f868 .elementor-widget-container,
.elementor-6 .service-box-text .elementor-widget-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* about us section home */
.about-us-section {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.image-container {
    position: relative;
    width: 100%;
    height: 600px;
}

.image-container img {
    width: 100%;
    height: 100% !important;
}

.background-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-us-section-mobile {
    display: none;
}

.overlay-text {
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    right: 50px;
    font-size: 230px;
    font-family: 'cormorant-semibold';
    color: #FFFFFF;
    opacity: 0.22;
    z-index: 1;
}

.hover-items {
    height: 100%;
    position: absolute;
    bottom: 0;
    right: -1px;
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 2;
}

.hover-item {
    position: relative;
    height: 100%;
    width: 33.333333%;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    transition: all 0.3s ease-in-out;
    padding-bottom: 50px;
}

.hover-item:hover {
    justify-content: center;
}

.main-text {
    width: 100%;
    transition: transform 0.3s ease-in-out;
    z-index: 999;
}

.main-text h3 {
    font-weight: 600;
    color: #fff;
    font-size: 24px;
    transition: color 0.3s ease-in-out;
}

.hover-item:hover .main-text {
    transform: translateY(-50%);
    color: #10182E;
}

.hover-content .description {
    display: none;
    color: #10182E;
    font-size: 18px;
    width: 90%;
    margin: 0 auto;
}

.hover-item .hover-content {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #CDDF69;
    transition: bottom 0.3s ease-in-out;
    z-index: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hover-item:hover .hover-content {
    bottom: 0;
}

.hover-item:hover .description {
    display: block;
    position: absolute;
    bottom: 18%;
    height: 200px;
}

.hover-item:hover .main-text h3 {
    color: #10182E;
}

.elementor-widget-container a {
    color: #fff !important;
}

.menu-item a {
   color: #182236 !important;
}


/* form */

/* validation message */
#gform_1_validation_container {
    display: none;
}

.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
    border: 1px solid #CDDF69 !important;
    color: #000 !important;
    background-color: #E9F4C2 !important;
}

.gform_wrapper .gfield_error label {
    color: #000 !important;
}
/* end of validation message */

#validation_message_1_19 {
    width: 49%;
}

#gform_wrapper_1 {
    padding: 50px 0;
}

.gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 20px !important;
}

.gform_heading {
    display: none;
}

#input_1_19 {
    width: 49%;
}

#gform_1 h3,
#gform_1 h4 {
    width: fit-content;
    margin-left: calc(-50vw + 50%);
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: left;
    padding-left: 6%;
    padding-right: 20px;
    font-family: 'Ubuntu';
    font-weight: 100;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
}

#gform_1 h3 {
    background-color: #CDDF69;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 30px !important;
}

#gform_1 h4 {
    background-color: rgba(16, 24, 46, 0.08);
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 18px !important;
    font-weight: 400;
}

.gfield_label {
    font-family: 'Ubuntu';
    font-weight: 400 !important;
    margin-bottom: 10px !important;
    font-size: 18px !important;
}

.gfield_radio label,
.gfield_checkbox label {
    font-family: 'Ubuntu';
    font-weight: 400 !important;
    font-size: 18px !important;
}

.gfield input,
.gfield textarea {
    padding: 20px !important;
    font-family: 'Ubuntu';
    border: none !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.11);
}

.gchoice {
    padding: 8px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

#input_1_26 {
    margin-top: 20px;
}

/* Stilizovanje checkbox-a */
input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background-color: #CDDF69;
    position: relative;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease;
    padding: 0 !important;
}

/* Strelica unutar checkbox-a */
input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 0;
    width: 10px;
    height: 15px;
    border: solid black;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: #CDDF69;
    position: relative;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease;
    padding: 0 !important;
}

/* Strelica unutar radio-a */
input[type="radio"]:checked::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 0;
    width: 10px;
    height: 15px;
    border: solid black;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.ginput_container_textarea {
    margin: 30px 0;
}

#gform_wrapper_1 .gform_button {
    width: 600px !important;
    margin: 0 auto;
    background-color: #CDDF69 !important;
    color: #fff !important;
    border: none !important;
    font-family: 'Ubuntu';
    font-weight: 900 !important;
    letter-spacing: 6px;
    font-size: 20px;
}

.elementor-widget-video .elementor-wrapper video {
    background-color: transparent !important;
}

.elementor-element-a2d583d {
    display: none !important;
}

/* social icons fixed mob */
.social-fixed-mob {
    display: none;
}
.contact-btn-mob {
    background-color: #10182E;
    border: none;
    color: #CDDF69;
    padding: 15px;
    font-size: 20px;
    cursor: pointer;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    text-orientation: mixed;
    position: fixed;
    right: 10px;
    transform: translateY(-50%);
    transition: right 0.3s ease-in-out, opacity 0.3s ease-in-out;
    z-index: 10000;
    -webkit-transform: rotate(-90deg);
}
.contact-btn-mob:hover {
    background-color: #10182E;
    color: #CDDF69;
}
/*  */

.latest-news-post .elementor-596 {
    background-color: #fff !important;
}

.about-us-image-mobile {
    display: none;
}

/* latest news list */
.news-wrapper {
    display: flex;
    overflow-x: scroll;
    gap: 30px;
    padding: 50px 0;
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
    width: 80%;
    margin: 0 auto;
}
.news-item {
    flex: 0 0 calc(100% / 3.5);
    width: 33.33%;
    background: #fff;
    text-align: left;
    border-radius: 10px;
}
.news-item img {
    width: 100%;
}
.news-text {
    padding: 20px;
}
.news-text h2 {
    color: #10182E;
    font-family: 'Ubuntu';
    font-size: 20px;
    margin: 0;
}

.news-text p {
    margin: 0;

    color: #A2A399;
    font-family: 'Ubuntu';
    font-size: 16px;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.news-text p.news-date {
    padding: 20px 0;
}
.news-wrapper::-webkit-scrollbar {
    height: 6px;
}

.news-wrapper::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}

.news-wrapper::-webkit-scrollbar-track {
    background: transparent;
}
/* end latest news list */

/* latest news single */
.single-latest-news-wrapper {
    width: 80%;
    margin: 0 auto;
    padding: 50px 0;
}
.single-latest-news-wrapper h1 {
    width: fit-content;
    font-size: 45px !important;
    line-height: 50px !important;
}
.single-latest-news-wrapper h1::after {
    display: block;
    height: 3px;
    width: 80%;
    background-color: #CDDF69;
    content: " ";
}
.single-latest-news-wrapper p {
    color: #A2A399;
    font-family: 'Ubuntu';
    font-size: 16px;
}
/* end latest news single */

/* display none news */
.elementor-element-963a775,
.elementor-element-7977a2a {
    display: none !important;
}


@media (max-width: 1650px) {
    .elementor-70 .elementor-element.elementor-element-1c4a978 {
        --e-nav-menu-horizontal-menu-item-margin: calc(65px / 2) !important;
    }
}

@media (max-width: 1550px) {
    .elementor-70 .elementor-element.elementor-element-1c4a978 {
        --e-nav-menu-horizontal-menu-item-margin: calc(45px / 2) !important;
    }
}

@media (max-width: 1440px) {
    #gform_1 h3 {
        font-size: 26px !important;
    }
    #gform_wrapper_1 .gform_button {
        font-size: 18px;
        width: 500px !important;
    }
    .first-tab-text {
        width: 350px;
        bottom: 15%;
    }
    .first-tab-text h1 {
        font-size: 60px !important;
        line-height: 60px !important;
    }
    .main-text h3 {
        font-size: 22px;
    }
    .hover-content .description {
        font-size: 16px;
    }
}

@media (max-width: 1250px) {
    .elementor-70 .elementor-element.elementor-element-1c4a978 {
        --e-nav-menu-horizontal-menu-item-margin: calc(20px / 2) !important;
    }
    .news-item {
        flex: 0 0 calc(100% / 2.5);
    }
    .news-text h2 {
        font-size: 18px;
    }
}

@media (max-width: 1200px) {
    #gform_wrapper_1 {
        padding: 30px 0;
    }
    #gform_1 h3 {
        font-size: 24px !important;
    }
    .gfield_label,
    .gfield_checkbox label,
    .gfield_radio label {
        font-size: 16px !important;
    }
    #gform_1 h3, #gform_1 h4 {
        padding-left: 3%;
    }
    .first-tab-block-single img {
        height: auto !important;
    }
    .first-tabs-wrapper li a img {
        width: 250px;
        height: 300px;
        object-fit: contain;
    }
    .first-tab-text {
        width: 250px;
        left: 5%;
    }
    .first-tab-text h1 {
        font-size: 40px !important;
        line-height: 40px !important;
    }
    .first-tab-text p {
        font-size: 16px;
    }
    .first-tabs-wrapper li a h3 {
        font-size: 18px;
    }
    .overlay-text {
        font-size: 180px;
    }
}

@media (max-width: 1024px) {
    #gform_1 h3 {
        font-size: 20px !important;
    }
    #gform_1 h4 {
        font-size: 16px !important;
        font-weight: 300;
    }
    .gfield_label,
    .gfield_radio label,
    .gfield_checkbox label,
    .gfield input {
        font-size: 14px !important;
    }
    #gform_wrapper_1 .gform_button {
        width: 300px !important;
        font-size: 16px;
    }
    .home-icons,
    .our-team-wrapper,
    .latest-news-post {
        overflow-y: scroll !important;
    }
    .home-icons .e-con-inner,
    .our-team-wrapper .e-con-inner,
    .latest-news-post .e-con-inner {
        margin-left: 40px !important;
        justify-content: start !important;
        flex-wrap: nowrap !important;
    }
    .latest-news-post .elementor-596 .e-con-inner {
        margin-left: 0 !important;
    }
    .our-team-wrapper .services-block {
        min-width: 320px !important;
    }
    .our-team-wrapper .services-block:hover img {
        filter: unset !important;
    }
    .our-team-text h3 {
        height: 53px !important;
    }
    .our-team-wrapper .services-block p {
        font-size: 18px !important;
        color: #CDDF69;
        font-weight: 900;
    }
    .our-team-wrapper .services-block p a {
        color: #10182E !important;
        font-weight: 100;
    }
    .hover-items {
        width: 80%;
    }
    .hover-item:hover .main-text h3 {
        font-size: 20px;
    }
    .form-title {
        position: absolute;
        top: 15% !important;
        left: 50% !important;
        transform: translate(-50%, -50%);
    }
    .form-subtitle {
        position: absolute;
        top: 25% !important;
        left: 50% !important;
        transform: translate(-50%, -50%);
    }
    .form-home {
        position: absolute;
        bottom: -15% !important;
        left: 50% !important;
        transform: translate(-50%, -50%);
    }
    .page-id-1295 .form-home {
        bottom: -20% !important;
    }
    .latest-news-post .elementor-596 {
        min-width: 320px !important;
    }
    .news-wrapper {
        width: 90%;
    }
}

@media (max-width: 991px) {
    .elementor-element-3f6e7b0 {
        display: none !important;
    }
    .elementor-element-a2d583d {
        display: block !important;
        padding: 0 !important;
    }
    .elementor-element-a2d583d .e-con-inner {
        padding: 0 !important;
    }
    .home-banner-slider-mob {
        width: 100%;
        position: relative;
    }
    .home-banner-slider-mob-text {
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translate(-50%, -50%);
        text-align: center;

        width: 480px;
    }
    .home-banner-slider-mob-text h2 {
        color: #fff;
        font-size: 48px;
        font-family: 'cormorant-semibold';

        height: 120px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .home-banner-slider-mob-text h2::after {
        display: block;
        height: 3px;
        width: 300px;
        background-color: #CDDF69;
        content: " ";
        margin: 0 auto;
    }
    .home-banner-slider-mob-text p {
        color: #fff;
        font-size: 16px;
        font-family: 'Ubuntu';
        font-weight: 100;
        margin-top: 10px;
        line-height: 1.6;
        height: 70px;
    }
    .home-banner-slider-mob .owl-dots {
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translate(-50%, -50%);
    }
}

@media (max-width: 880px) {
    .image-container {
        display: none;
    }
    .about-us-section-mobile {
        display: block;
    }
    .overlay-text-mobile {
        text-transform: uppercase;
        font-size: 120px;
        font-family: 'cormorant-semibold';
        color: #0D1524;
        opacity: 0.15;
        z-index: 1;
        text-align: center;
    }
    .about-us-mobile {
        width: 100%;
    }
    .about-us-mobile img {
        width: 100%;
        height: 100% !important;
        object-fit: cover;
    }
    .about-us-mobile-text-wrapper {
        width: 100%;
        padding: 20px 0;
        background: rgba(16, 24, 46, 0.9);
        margin-top: -7px;

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .about-us-mobile-text {
        width: 80%;
    }
    .about-us-mobile-text:nth-child(1)::after,
    .about-us-mobile-text:nth-child(2)::after {
        display: block;
        height: 3px;
        width: 90px;
        background: rgba(205, 223, 105, 0.2);
        content: " ";
        margin: 20px auto;
    }
    .about-us-mobile-text h3 {
        font-size: 22px;
        color: #CDDF69;
        padding-bottom: 10px;
        font-family: 'Ubuntu';
    }
    .about-us-mobile-text h3 strong {
        font-size: 24px;
        text-transform: uppercase;
    }
    .about-us-mobile-text p {
        font-size: 14px;
        font-family: 'Ubuntu';
    }
    .form-home {
        bottom: -10% !important;
    }
    .page-id-1295 .form-home {
        bottom: -15% !important;
    }
    #gform_fields_1 {
        display: flex;
        flex-wrap: wrap;
    }
    .gfield{
        width: 100%;
        padding: 0 30px !important;
    }
    #input_1_19 {
        width: 100%;
        padding: 8px 30px;
    }
    #gform_1 h3, #gform_1 h4 {
        width: 100%;
        border-radius: unset;
        text-align: center;
        padding: 10px 30px;
    }
    #field_1_5,
    #field_1_12,
    #field_1_17,
    #field_1_27,
    #field_1_29 {
        padding: 0 !important;
    }
    .about-us-image-desktop {
        display: none;
    }
    .about-us-image-mobile {
        display: block;
    }
}

@media (max-width: 767px) {
    .elementor-element-17008dc .footer-menu,
    .elementor-element-e8ae86d .footer-link {
        display: none;
    }
    /* offer home mobile */
    .custom-sections {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 30px 0;
    }
    .section {
        padding: 0 15px 20px 15px;
        text-align: left;
        border-bottom: 1px solid #cacaca;
    }
    .top-row-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .top-row {
        display: flex;
        align-items: center;
    }
    .top-row img {
        width: 200px;
        height: 200px !important;
        border-radius: 20px !important;
        object-fit: cover;
    }
    .top-row h2 {
        margin-left: 20px;
        font-size: 20px;
        font-family: 'Ubuntu';
        font-weight: 100;
    }
    .toggle-btn {
        background: #F0F4FC;
        color: #10182E;
        border: none;
        width: 50px;
        height: 50px;
        cursor: pointer;
        font-size: 20px;
        border-radius: 50%;
    }
    .toggle-btn:hover {
        background: #F0F4FC;
        color: #10182E;
        font-size: 20px;
    }
    .hidden-content {
        display: none;
        margin-top: 10px;
    }
    .hidden-content p {
        padding: 20px 0;
        width: 80%;
    }
    .action-btn {
        background: #CDDF69;
        padding: 10px 15px;
        border-radius: 5px;
        text-decoration: none;
        margin-top: 10px;
        display: block;
        width: 150px;
        text-align: center;
    }
    .form-subtitle {
        top: 21% !important;
    }
    .form-home {
        bottom: -19% !important;
    }
    .page-id-1295 .form-home {
        bottom: -24% !important;
    }
    #gform_1 h3 {
        font-size: 16px !important;
    }
    .gform_wrapper.gravity-theme .gfield textarea.medium {
        height: 140px !important;
    }
    /* social icons fixed mob */
    .contact-btn-mob {
        display: block;
        right: -30px;
        transition: right 0.3s ease-in-out;
    }
    .social-fixed-mob {
        position: fixed;
        top: 50%;
        right: 10px;
        z-index: 9999;
        transform: translateY(-50%);
        display: flex;
        align-items: center;
    }
    .social-fixed-mob i {
        width: 50px;
        height: 50px;
        border-radius: 100%;
        background-color: #10182E;
        color: #CDDF69;
        font-size: 26px;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .social-icons-mob {
        display: flex;
        flex-direction: column;
        position: fixed;
        right: -200px;
        top: 50%;
        transform: translateY(-50%);
        padding: 10px;
        opacity: 0;
        transition: right 0.3s ease-in-out, opacity 0.3s ease-in-out;
    }
    .social-fixed-mob,
    .social-fixed-mob.open .social-icons-mob {
        right: 0;
        opacity: 1;
    }
    .social-fixed-mob.open .contact-btn-mob {
        right: 53px;
    }
    /*  */
    .news-item {
        flex: 0 0 calc(100% / 1.5);
    }
    .news-text {
        padding: 10px;
    }
    .news-text h2 {
        font-size: 16px;
    }
    .news-text p.news-date {
        padding: 10px 0;
    }
    .news-text p {
        font-size: 14px;
    }
}

@media (max-width: 600px) {
    .top-row img {
        width: 150px;
        height: 150px !important;
    }
    .top-row h2 {
        font-size: 18px;
        width: 150px;
    }
    .about-us-mobile-text h3 {
        font-size: 18px;
    }
    .about-us-mobile-text h3 strong {
        font-size: 22px;
    }
    .overlay-text-mobile {
        font-size: 80px;
    }
    .our-team-wrapper .services-block {
        min-width: 250px !important;
    }
    .our-team-wrapper .services-block h3 {
        font-size: 20px !important;
    }
    .our-team-wrapper .services-block p {
        font-size: 16px !important;
        height: 48px;
    }
    .our-team-wrapper .services-block p a {
        font-size: 14px !important;
    }
    .wpml-ls-flag {
        display: none !important;
    }
    .home-banner-slider-mob-text {
        width: 70%;
        bottom: -5%;
    }
    .home-banner-slider-mob-text h2 {
        font-size: 32px;
        height: 90px;
    }
    .home-banner-slider-mob-text h2::after {
        width: 200px;
    }
    .home-banner-slider-mob-text p {
        line-height: 1.4;
        height: 100px;
    }
    .about-us-mobile-text {
        width: 90%;
    }
}

@media (max-width: 450px) {
    .top-row img {
        width: 130px;
        height: 130px !important;
    }
    .top-row h2 {
        font-size: 15px;
    }
    .hidden-content p {
        font-size: 14px;
    }
    .action-btn {
        width: 130px;
        font-size: 14px;
    }
    .about-us-mobile-text:nth-child(1)::after,
    .about-us-mobile-text:nth-child(2)::after {
        margin: 10px auto;
    }
    .overlay-text-mobile {
        font-size: 60px;
    }
    .header-logo img {
        width: 150px !important;
    }
    .home-banner-slider-mob-text {
        bottom: -13%;
    }
    .home-banner-slider-mob-text p {
        height: 150px;
    }
}

/* wpml icon */
.wpml-ls-statics-shortcode_actions {
    padding: 0;
    padding-right: 20px;
}
.wpml-ls-link {
    padding: 0 !important;
}
.wpml-ls-native {
    color: #131B2C;
    text-transform: uppercase;
    font-family: 'Ubuntu';
    letter-spacing: 2px;
    font-size: 14px;
}


@media (min-width: 2600px) {
    .first-tab-block-single img {
        height: 1200px !important;
    }
}

@media (min-width: 2050px) {
    .first-tab-block-single img {
        height: 1000px !important;
    }
}

.first-tab-block-single img {
    filter: brightness(0.8);
}

/* homepage slider */
.banner-slider img {
    width: 100%;
    object-fit: cover;
}
.main-baner-wrapper .owl-carousel {
    display: block !important;
}
.thumbnail-slider {
    margin-top: 15px;
    position: absolute;
    bottom: 10%;
    max-width: 50%;
    width: 100%;
    right: 0;
}
.thumbnail-slider .thumb-item {
    cursor: pointer;
    transition: all 0.3s;
}
.thumbnail-slider .thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.thumbnail-slider .thumb-item.active {
    opacity: 1;
}

.main-baner-wrapper,
.banner-slider {
    position: relative;
}

.banner-slider .owl-dots {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 15px;
}

.banner-slider .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #6c6c6c;
}

.banner-slider .owl-dots .owl-dot.active-1 span {
    background-color: #fff;
}

.item img {
    filter: brightness(0.8);
}
.thumb-text-overlay h3 {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #fff;
}
.thumbnail-slider .thumb-item.active img {
    filter: brightness(100%);
}
.thumbnail-slider .thumb-item img {
    filter: brightness(70%);
}

.thumbnail-slider .thumb-item.active .thumb-text-overlay h3 {
    display: none;
}

@media (max-width: 1920px) {
    .banner-slider img {
        height: 700px !important;
    }
}

@media (max-width: 1440px) {
    .banner-slider img {
        height: auto !important;
    }
}
.thumbnail-slider {
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

.thumbnail-slider.owl-loaded {
    visibility: visible;
    height: auto;
    transition: all 0.3s ease-in-out;
}
