/* ------- */
/* General */
/* ------- */


/*@font-face {
    font-family: 'MyriadPro';
    src: url('../fonts/MyriadProSemiCondensed.otf');
}

@font-face {
    font-family: 'MyriadProLight';
    src: url('../fonts/MyriadProLightSemiCondensed.otf');
}

@font-face {
    font-family: 'MyriadProBold';
    src: url('../fonts/MyriadProBoldSemiCondensed.otf');
}*/

@font-face {
    font-family: 'Manrope';
}


html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Manrope', sans-serif;
    color: #000000;
    font-size: 16px;
    overflow-x: hidden;
   
}

h3 {
    font-size: 17px;
}

.pdf-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    text-decoration: none;
}

    .pdf-icon::before {
        content: url('../images/pdf-icon-grey.png');
        display: inline-block;
    }


/* Links */
a:hover {
    text-decoration: none;
}

/* Containers */
.wrapper {
    width: 100%;
    min-height: 100%;
    position: relative;
    margin: -1px;
}



.adjust-size-section {
    float: left;
}


.mht-menu {
    display: inline-block;
    line-height: 1.42857143;
}

    .mht-menu > li,
    .mht-menu > li > a {
        color: #fff;
    }

    .mht-menu > li {
        display: inline-block;
        font-size: 14px;
    }

        .mht-menu > li + li {
            margin-left: 40px;
        }

        .mht-menu > li > a:before {
            margin-right: 8px;
        }

.mh-nav {
    background-color: #ebebec;
    /*    line-height: 105px;
*/ /*    box-shadow: 0 8px 24px 0 rgba(0,0,0,.25);
*/
    transition: all .3s ease-in-out;
    margin-bottom: 0px !important;
}

.mhn-group {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.mhn-logo {
    display: inline-block;
    vertical-align: middle;
    /*	width: 220px;*/
    width: 171px;
    margin: 0;
    padding: 0;
    margin-top: -22px;
}

    .mhn-logo > a {
        display: block;
        height: 0px;
        padding-bottom: 21.33333%;
        background-size: 100%;
    }







.lang {
    /*color: #898989;
    border-right: solid 1px #d8d8d8;*/
    padding-right: 10px;
}

    .lang:last-child {
        border-right: none;
        /*        padding-left: 10px;
*/
    }




.divider {
    color: #154c72;
    line-height: inherit;
}

.slika {
    z-index: 9;
    position: absolute;
    padding-top: 7%;
}

.bg {
    position: relative;
}

.info-text {
    padding: 0px 5px;
    color: #4B5A64;
    font-size: 13px;
}



/*Header*/
.btn-header {
    color: #ffffffe0;
    font-size: 16px;
    font-weight: 500;
    border: 2px solid #ffffffa6;
    padding: 10px 14px;
    border-radius: 10px;
    transition: 0.5s;
    margin-right: 10px;
}

    .btn-header:hover {
        background-color: #ffffffe3;
        color: #0198db;
    }

.header-part2 {
    height: 105px;
}

.header-buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}

.header-lng-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: normal;
    height: 100%;
}

    .header-lng-btn a {
        color: #fff;
        transition: 0.5s;
        margin-left: 10px;
        display: inline;
    }

        .header-lng-btn a:hover {
            color: #008ACC;
        }


.collection-1 {
    -webkit-box-shadow: inset 2px 2px 2px 0 rgba(255, 255, 255, 0.5), 7px 7px 20px 0 rgba(0, 0, 0, 0.1), 4px 4px 5px 0 rgba(0, 0, 0, 0.1);
}

.btn-3:after,
.btn-3:before,
.collection-1 {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
}

a {
    font-size: inherit;
    color: inherit;
}


.txt-news {
    font-size: 14px;
    color: #4B5A64;
    padding-bottom: 7px;
    padding-top: 7px;
    height: 74px;
}

.item-space {
    padding: 20px 25px 20px 25px;
}

.news_fixed_maxwidth {
    max-width: 1170px;
    margin: 0 auto;
    display: block;
}

.date {
    font-size: 13px;
    color: #898989;
}

.title-news {
    font-size: 18px;
    font-family: MontserratSemiBold, sans-serif;
    color: #4B5A64;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 27px;
}

.button-two span:after {
    content: '»';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.button-two:hover span {
    padding-right: 25px;
}

    .button-two:hover span:after {
        opacity: 1;
        right: 0;
    }

.button-two1 {
    display: inline-block;
    border-radius: 58px;
    background-color: #66afe9;
    border: none;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    width: 187px;
    transition: all 0.5s;
    text-decoration: none;
    box-shadow: 0 4px 12px 0 rgba(75,90,100,.28);
}

    .button-two1 span {
        font-family: 'MontserratSemiBold', sans-serif;
        cursor: pointer;
        display: inline-block;
        position: relative;
        transition: 0.5s;
    }

        .button-two1 span:after {
            content: '»';
            position: absolute;
            opacity: 0;
            top: 0;
            right: -20px;
            transition: 0.5s;
        }

    .button-two1:hover span {
        padding-right: 25px;
        color: #fff;
    }

        .button-two1:hover span:after {
            opacity: 1;
            right: 0;
        }

.carousel-caption {
    right: 4%;
    left: 4%;
    text-align: right;
    padding-bottom: 30px;
}

.carousel-indicators {
    bottom: 20px;
    text-align: left;
    left: 37%;
}

    .carousel-indicators .active {
        width: 16px;
        height: 16px;
        margin: 0;
        background-color: #dfdfdf;
    }

    .carousel-indicators li {
        display: inline-block;
        width: 16px;
        height: 16px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #000\9;
        background-color: rgba(0,0,0,0);
        border: 1px solid #d0d0d0;
        border-radius: 10px;
    }

.table-header {
    /* background-color: #37B34A ;*/
    font-size: 14px;
    color: #165580;
}

.align-button-news {
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
}


.head_title {
    overflow: hidden;
}

.text-center {
    text-align: center;
}


.head_title h2 {
    color: #333;
    font-size: 50px;
    font-weight: 800;
    text-align: center;
    font-weight: 300;
}

    .head_title h2 span {
        color: #4B5A64;
        font-family: MontserratSemiBold, sans-serif
    }

.separator_auto {
    width: 95px;
    height: 4px;
    margin: 10px auto;
    border-radius: 7px;
    background: #0198db;
    margin-bottom: 64px;
}

.table > thead > tr > th {
    padding: 25px 8px 12px 8px;
}

.table > thead > tr > th {
    vertical-align: middle;
    border-bottom: none;
    /* background-color: #c8d5df;*/
    color: #4B5A64;
    font-size: 13px;
    font-family: MontserratSemiBold, sans-serif;
}

.table-hover > tbody > tr {
    background-color: #ffffff;
    box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 10%);
    color: #165580;
    border-radius: 3px;
    font-size: 14px;
    transition: 0.6s;
    cursor: pointer
}

    .table-hover > tbody > tr:hover {
        /* background-color: #38434c;*/
        background-color: #efefefbd;
        color: #fff;
    }

    .table-hover > tbody > tr > td {
        padding: 21px 10px;
        margin-bottom: 25px;
        font-size: 14px;
    }

.pading-t-1 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.table-ali {
    text-align: center;
    font-size: 19px;
}

    .table-ali > a :hover {
        color: #fff;
    }

.fi-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 11px;
}

    .fi-table td:first-child {
        /*     font-weight: 500;*/
        border-radius: 6px 0 0 6px;
        width: 200px;
        font-size: 13px;
        color: #4B5A64;
        font-family: MontserratSemiBold, sans-serif;
    }

    .fi-table td:last-child {
        border-radius: 0 6px 6px 0;
    }

.section-table {
    background-color: #f7f7fad1;
}

.fixed {
    position: fixed;
    top: 170px;
    right: 0;
    width: 50px;
    height: 200px;
    z-index: 999;
}

.button {
    display: block;
    border: 0;
    line-height: 3;
    margin-bottom: 0.5em;
    outline: none;
    text-decoration: none;
    color: #fff;
    /*    width: 260px;*/
    width: 300px;
    font-size: 16px;
    border-radius: 20px 0 0 20px;
}

.buttonDiv {
    font-family: 'MontserratSemiBold', sans-serif;
    padding: 0 19px;
    border-radius: 30px 0 0 30px;
    font-size: 13px;
}

    .buttonDiv:hover {
        background: white;
        transition: margin 500ms;
        /*   margin-left: -230px;*/
        margin-left: -190px;
    }

.fa-pad {
    padding-right: 18px;
    font-size: 16px;
}

/* Button Css */
.bg-b-blue {
    background: linear-gradient(45deg,#66afe9,#10ce88);
}

    .bg-b-blue:hover {
        background: linear-gradient(45deg,#66afe9,#10ce88 );
        color: #fff;
    }

.bg-b-green {
    background: linear-gradient(45deg,#2ed8b6,#59e0c5);
}

.bg-b-orange {
    background: linear-gradient(45deg,#F58F21, #fda582);
}

    .bg-b-orange:hover {
        background: linear-gradient(45deg, #F58F21, #fda582);
        color: #fff;
    }

.bg-b-purple {
    background: linear-gradient(45deg, #4B5A64, #69747A );
}

    .bg-b-purple:hover {
        background: linear-gradient(45deg, #69747A, #4B5A64 );
        color: #fff;
    }
/* width */
/*::-webkit-scrollbar {
    width: 8px;
    position: relative !important;
    z-index: 99999 !important;
}*/

/* Track */
::-webkit-scrollbar-track {
    background: #E6E9E6;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }





/*-----------------------------------------------------------------------------------*/
/*	SOCIAL BUTTONS
/*-----------------------------------------------------------------------------------*/
.social li {
    display: inline-block;
    margin: 0 7px 10px 0;
}

    .social li a {
        display: block;
        width: 50px;
        height: 50px;
        border: 1px solid #ccc;
        text-align: center;
        line-height: 46px;
        font-size: 23px;
        color: #878787;
        border-radius: 10px;
    }

        .social li a:hover {
            color: #66afe9;
            border-color: #66afe9;
            border-radius: 10px;
        }

.foot_about_block-a {
    margin-bottom: 24px;
    padding-right: 71px;
    line-height: 1px;
    font-size: 13px;
    transition: 0.3s;
}

    .foot_about_block-a:hover {
        color: #66afe9;
    }

.h4padd {
    padding-bottom: 12px;
}

.inf {
    border-top: 1px solid #ffffff5e;
    padding-top: 18px;
    margin-top: 38px;
    display: flex;
    justify-content: space-between;
    text-align: center;
}

    .inf a:hover {
        color: #66afe9;
    }

.list1 ul > li:before {
    content: "";
    display: inline-block;
    width: 0.6em;
    height: 0.6em;
    margin-right: 1em;
    border-radius: 50%;
    background-color: #fff;
}

.section-text {
    background-color: #0198db;
    padding-top: 6%;
    padding-bottom: 6%;
    color: #fff;
}

.about-us-sec-txt {
    padding-top: 5%;
    padding-bottom: 5%;
    text-align: left;
    margin: 0px;
}

.blue-bg {
    background-color: #0198db;
    color: #fff;
    text-align: center;
    padding-bottom: 70px;
    /*    margin-top: -125px;
*/ padding-top: 150px;
    margin: 0px;
}



.decor-2::after {
    content: '';
    display: block;
    width: 116px;
    height: 4px;
    margin: 9px 2px;
    border-radius: 25px;
    background-color: #fff;
}

.button1 {
    color: #ffffffe0;
    font-size: 18px;
    font-weight: 500;
    border: 2px solid #ffffffa6;
    padding: 14px;
    border-radius: 10px;
    transition: 0.5s;
}

.paragraf-txt-1 {
    font-size: 18px;
    padding-bottom: 25px;
}

.img-about {
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
    width: 100%;
}

img {
    width: 100%;
}



/* -------- */
/* Specific */
/* -------- */

/* Content */
.cont {
}

.green {
    width: 85px;
    color: #37B34A;
}

.red {
    width: 85px;
    color: #f72e2e;
}

.home-demo .item {
    background: #f3f3f3c4;
}



/* News cards */
.post-slide {
    background: #fff;
    margin: 20px 15px 20px;
    border-radius: 15px;
    padding-top: 1px;
    box-shadow: 0px 14px 22px -9px #bbcbd8;
}

    .post-slide .post-img {
        position: relative;
        overflow: hidden;
        border-radius: 10px;
        margin: -12px 15px 8px 15px;
        margin-left: -10px;
    }

        .post-slide .post-img img {
            width: 100%;
            height: auto;
            transform: scale(1, 1);
            transition: transform 0.2s linear;
        }

    .post-slide:hover .post-img img {
        transform: scale(1.1, 1.1);
    }

    .post-slide .over-layer {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        background: linear-gradient(-45deg, rgba(6, 190, 244, 0.75) 0%, rgba(45, 112, 253, 0.6) 100%);
        transition: all 0.50s linear;
    }

    .post-slide:hover .over-layer {
        opacity: 1;
        text-decoration: none;
    }

    .post-slide .over-layer i {
        position: relative;
        top: 45%;
        text-align: center;
        display: block;
        color: #fff;
        font-size: 25px;
    }

    .post-slide .post-content {
        background: #fff;
        padding: 2px 20px 40px;
        border-radius: 15px;
    }

    .post-slide .post-title a {
        font-size: 15px;
        font-weight: bold;
        color: #333;
        display: inline-block;
        text-transform: uppercase;
        transition: all 0.3s ease 0s;
    }

        .post-slide .post-title a:hover {
            text-decoration: none;
            color: #3498db;
        }

    .post-slide .post-description {
        line-height: 24px;
        color: #808080;
        margin-bottom: 25px;
    }

    .post-slide .post-date {
        color: #a9a9a9;
        font-size: 14px;
    }

        .post-slide .post-date i {
            font-size: 20px;
            margin-right: 8px;
            color: #e6e6e6;
        }

    .post-slide .read-more {
        padding: 7px 20px;
        float: right;
        font-size: 12px;
        background: #0198db;
        color: #ffffff;
        box-shadow: 0px 10px 20px -10px #1376c5;
        border-radius: 25px;
        text-transform: uppercase;
    }

        .post-slide .read-more:hover {
            background: #0198db;
            text-decoration: none;
            color: #fff;
        }

.decor-1::after {
    content: '';
    display: block;
    width: 116px;
    height: 4px;
    margin: 7px auto 0;
    border-radius: 25px;
    background-color: #0198db;
}


/* ----------------------------------- */

/* Cookies */
.cookies_btn {
    background-color: white;
    color: #0198db;
    border: 2px solid #0198db;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .cookies_btn:hover {
        background-color: #0198db;
        color: white;
    }
/* ----------------------------------- */

/* Containers */
.wrapper {
    width: 100%;
    min-height: 100%;
    position: relative;
}

.wrapper-80 {
    width: 80%;
    min-height: 100%;
    position: relative;
}



.owl-stage {
    padding-bottom: 10%;
}

/* Section-text-bg */
.section-text-bg {
    padding-top: 155px;
    height: 700px;
    background-image: url(../images/shutterstock_1240623613.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.txt-bg-sec {
    border-radius: 50px;
    background-color: #0198db;
    padding: 61px 66px;
}

.decor-2::after {
    content: '';
    display: block;
    width: 116px;
    height: 4px;
    margin: 9px 2px;
    border-radius: 25px;
    background-color: #fff;
}

.h2-style1 {
    color: #ffffff;
    font-size: 42px;
    font-weight: 800;
    padding-bottom: 25px;
    text-align: left;
    font-weight: 600;
}

.criteria-par {
    font-size: 18px;
    color: #ffffff;
}
/* ----------------------------------- */

/* Section-news */
.section-news {
    margin-top: 10%;
    margin-bottom: 3%;
}

.list1 ul {
    line-height: 2.5em;
}

.align-button-forms {
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
}

.button-two2 {
    border-radius: 61px;
    background-color: transparent;
    border: 2px solid #fff;
    padding: 9px;
    color: #ffffff;
    width: 200px;
    transition: all 0.5s;
    margin-top: 19px;
    display: inline-block;
    text-align: center;
    font-family: MontserratSemiBold, sans-serif;
    font-size: 14px;
}

    .button-two2 span {
        cursor: pointer;
        display: inline-block;
        position: relative;
        transition: 0.5s;
    }

        .button-two2 span:after {
            content: '»';
            position: absolute;
            opacity: 0;
            top: 0;
            right: -20px;
            transition: 0.5s;
        }

    .button-two2:hover span {
        padding-right: 25px;
        color: #E6E9E6;
    }

        .button-two2:hover span:after {
            opacity: 1;
            right: 0;
        }


.button-two3 {
    border-radius: 37px;
    background-color: transparent;
    border: 2px solid #fff;
    padding: 7px;
    text-align: center;
    color: #ffffff;
    display: inline-block;
    width: 190px;
    font-size: 15px;
    transition: all 0.5s;
    margin-top: 19px;
}

    .button-two3 span {
        cursor: pointer;
        display: inline-block;
        position: relative;
        transition: 0.5s;
    }

        .button-two3 span:after {
            content: '»';
            position: absolute;
            opacity: 0;
            top: 0;
            right: -20px;
            transition: 0.5s;
        }

    .button-two3:hover span {
        padding-right: 25px;
    }


        .button-two3:hover span:after {
            opacity: 1;
            right: 0;
        }

.image-forms {
    display: block;
    width: 38%;
    height: auto;
    margin: 0 auto;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    transition: .5s ease;
    background-color: #1c1c1c70;
}

.padding-box {
    padding: 0;
}

.section-3steps {
    /*    margin: 220px auto;*/
    background: #f7f7fad1;
    padding: 4% 0;
    width: 100%;
}

.position-cards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.card-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 380px;
    height: 350px;
    padding: 20px 77px;
    text-align: center;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 10%);
    transition: transform 0.5s ease;
}

    .card-item:hover {
        transform: translateY(-5px);
        cursor: pointer;
    }




.line2:before {
    content: '';
    display: block;
    width: 47px;
    height: 5px;
    background: #fff;
    border-radius: 2px;
}

.par-text {
    color: #5d6168;
    font-size: 14px;
    line-height: 1.85714;
}

.padd-bottom-sec {
    padding-bottom: 40px;
}

.accordion-header {
    background-color: rgb(235 235 236);
    cursor: pointer;
    color: #353535;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    transition: all 0.4s ease-in-out;
    border-radius: 15px;
    
}

    .accordion-header h4 {
        font-size: 1rem;
        font-weight: 400;
        color: #353535;
    }

        .accordion-header h4 i {
            padding-right: 1rem;
        }

.accordion-body {
    transition: all 0.35s ease-in-out;
    max-height: 0;
    overflow: hidden;
    background-color: transparent;
}



.accordion-paragraph {
    padding: 1rem 1.5rem;
    color: #5d6168;
    font-size: 14px;
    line-height: 1.85714;
}

    .accordion-paragraph a span:hover {
        color: #66afe9;
    }

.accordion {
    margin-bottom: 1rem;
}

.accordion-header {
    border-radius: 15px;
}

.accordion-icon {
    transition: transform 0.4s ease-in-out;
}

.accordion.active .accordion-header {
    background-color: #bf1e24;
}

.accordion.active .accordion-header h4 {
    color: #fff !important;
}


.accordion.active .accordion-icon {
    transform: rotate(-180deg);
    color:white;
}

.img-acc {
    width: 100%;
    border-radius: 30px;
    padding: 5px 15px;
}

#header {
    position: sticky;
    top: 0;
    z-index: 1000 !important;
    background-color: #bf1e24;
    margin: 0px;
    padding: 0px;
    
}





table#ctl19_AppointmentDate {
    width: 290px;
    height: 235px;
    color: black;
    border: none;
    border-color: #ccc;
    border-radius: 20px !important;
}

tbody {
    height: 30px;
}

td.arrows a {
    margin: 5px;
    position: relative;
    width: 25px;
    display: block;
    text-align: center;
    color: white !important;
}


    td.arrows a:hover {
        color: #ccc !important;
    }


table.calendarHeader {
    text-transform: capitalize;
    height: 0px !important;
    color: white;
}

th.calendarSubHeader {
    background: #37B34A;
    height: 25px;
    text-transform: capitalize;
    /*    border-bottom: 2px solid #16517b;*/
    color: white;
}

td.otherMonthDays a {
    color: grey !important;
    background: white !important;
}

td.otherMonthDays {
    background: white !important;
}


td.todayDayStyle a {
    border-radius: 25px;
    padding: 5px 16px;
    background: white !important;
    border: 1px solid #37B34A !important;
}


td.todayDayStyle:hover {
    border-radius: 25px;
    cursor: pointer;
}

td.dayStyle {
    position: relative;
}

    td.dayStyle:hover {
        border-radius: 25px;
        background: #ccc;
        cursor: pointer;
    }


td.selectedDay {
    border-radius: 25px;
}

td.disabledDate a {
    pointer-events: none !important;
    color: #ccc !important;
    background: white !important;
}

td.disabledDate {
    background: white !important;
}

td.disabledWeekend a {
    pointer-events: none !important;
}

td.disabledWeekend {
    background: white !important;
}

.adjust-size {
    font-family: 'MontserratSemiBold', sans-serif;
    width: 35px;
    height: auto;
    border: none;
    background: transparent;
    color: #4B5A64;
    border-right: 1px solid;
}

.adjust-size-header {
    width: 35px;
    height: auto;
    border: none;
    background: transparent;
    color: dodgerblue;
    border-right: 1px solid;
    font-family: 'MontserratSemiBold', sans-serif;
    font-size: 13px;
}

    .adjust-size-header:last-child {
        border-right: none;
    }

.adjust-size:last-child {
    border-right: none;
}

.table-custom {
    width: 875px;
    height: 110px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.table-custom-header {
    background: #66afe9;
    outline: none;
}

    .table-custom-header td {
        font-family: 'MontserratExtraBold', sans-serif;
        padding: 15px 20px;
        vertical-align: middle;
        text-align: center;
        color: #fff;
    }

    .table-custom-header.left-align td {
        text-align: start;
    }


.table-custom-subheader td {
    font-family: 'Raleway', sans-serif;
    color: #4b5a64;
    text-align: center;
    vertical-align: middle;
    padding: 12px 20px;
    display: table-cell;
    border-bottom: 1px solid #bdbdbd;
}


.table-custom-customRow td:first-child {
    font-family: 'Raleway', sans-serif;
}

.table-custom-customRow td:not(:first-child) {
    font-family: 'Raleway', sans-serif;
}

.table-custom-customRow td {
    color: #4b5a64;
    padding: 12px 20px;
    text-align: center;
    display: table-cell;
    border-bottom: 1px solid #ddd;
}

.table-risk-custom-customRow td {
    font-family: 'Raleway', sans-serif;
    color: #4b5a64;
    padding: 12px 20px;
    text-align: center;
    display: table-cell;
    border-bottom: 1px solid #ddd;
}


.table-custom-customRow.left-align td {
    text-align: start;
}

.table-custom-customRow:hover {
    background: #ebebec;
    cursor: pointer;
}



/*DESIGN SDSM ----------------------------------------------------*/

/*POZADINI PARALAX*/

 .m-0{
     margin:0px !important;
 }

 .p-0{
     padding:0px!important;
 }

.no-padding {
    padding: 0px;
}

.d-flex {
    display: flex !important;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.align-items-center {
    align-items: center !important;
}

.together-part {
    padding: 3% 5%;
    box-sizing:border-box;
}

.bg-parallax {
    padding: 0px;
    margin: 0px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.homepage-bg2 {
    height: 35vh;
    background-image: url(../images/traffic.jpg);  
}

.section-text-bg3 {
    background-image: url(../images/bg-white1.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  
}

img {
    margin: 0px;
}

.img-acc {
    width: 100%;
    border-radius: 30px;
    padding: 5px 15px;
}

/*POZADINI PARALAX END*/



    .ul-3column li {
        padding-bottom: 2%;
    }

    .padding-5 {
        padding: 2% 5%;
    }

    .lang-design {
        display: flex;
        justify-content: center;
        gap: 20px;
        list-style: none;
        padding: 0;
        margin: 0;
        margin-top: 30px;
    }

    .lang-design li {
        position: relative;
    }

        .lang-design li:not(:last-child)::after {
            content: "";
            position: absolute;
            right: -10px; 
            top: 0;
            bottom: 0;
            width: 1px;
            background-color: white; 
        }

        .lang-design li a {
            color: white;
            text-decoration: none;
            font-weight: 500;
        }

            .lang-design li a:hover {
                text-decoration: underline;
            }

.parallax-container {
    position: relative;
    height: 60vh;
    overflow: hidden;
}

    .parallax-container p {
        margin: 0;
        height: 100%;
    }

    .parallax-container img {
        position: fixed; /* stays fixed while scrolling */
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; /* fills container like background */
        z-index: -1; /* push behind content */
    }


.divided-parts-picture p {
    margin: 0;
}

/*.divided-parts-picture img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
}*/

.divided-parts-text {
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 10%;
    box-sizing: border-box;
    text-align: left;
}

.title-section-kandidati {
    padding: 0 5%;
    margin-bottom: 20px;
}

.marquee {
    overflow: hidden;
    width: 100%;
    padding: 60px 0;
    position: relative;
}

    .marquee:before,
    .marquee:after {
        content: "";
        position: absolute;
        top: 0;
        width: 200px; /* Fade width */
        height: 100%;
        z-index: 2;
    }

    .marquee:before {
        left: 0;
        background: linear-gradient(to left, rgba(255,255,255,0), white);
    }

    .marquee:after {
        right: 0;
        background: linear-gradient(to right, rgba(255,255,255,0), white);
    }

.marquee-content {
    display: flex;
    width: max-content;
    animation: marquee 150s linear infinite;
}

.marquee:hover .marquee-content {
    animation-play-state: paused;
}

.card-link {
    flex: 0 0 auto;
    margin-right: 1rem;
    text-align: center;
}

    .card-link img {
        width: 200px; 
        height: 280px;
        border-radius: 8px;
        object-fit: cover;
    }

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
    /* Adjust if you duplicate items for seamless loop */
}

/*-----------------------------------------------------------------------------------*/
/* CONTENT START
/*-----------------------------------------------------------------------------------*/
.opstina-paragraph-image {
    font-size: 16px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 3% 5%;
    text-align: left;
    /* height: 800px;*/
    margin: 0;
}

.kandidat-sekcija {
    font-size: 16px;
    padding: 5% 5%;
    display: block;
}

.kandidat-slika {
    width: 100%;
    border-radius: 25px;
    margin-bottom: 25px;
}

.red-section {
    background-color: #bf1e24;
    border-radius: 25px;
    padding: 35px 70px;
    color: #fff;
    margin-bottom: 10px;
}
.signature {
    color: #353535d9;
    font-family: "Great Vibes", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 35px;
}

.h1-title-content {
    font-size: 45px;
    font-weight: bold;
    padding-bottom: 14px;
    color: #353535;
}

.first-sec-inside {
    line-height: 1.5rem;
    list-style-type: disc;
}

    .first-sec-inside li::marker {
        color: #bf1e24;
        font-size: 20px;
    }

.white-section {
    background-color: #fff;
    border-radius: 25px;
    padding: 35px 70px;
    color: #bf1e24;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 18px;
}

.sovetnici-lista {
    display: block;
}

.red-section2 {
    background-color: #bf1e24;
    border-radius: 25px;
    padding: 24px 27px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
    min-height: 150px;
}

.ul-red-circle {
    list-style-type: disc;
    line-height: 2.5rem;
}

.ul-red-circle li::marker {
    color: #bf1e24;
    font-size: 20px;
}

.h3-red {
    font-size: 18px;
    color: #bf1e24;
}


/*-----------------------------------------------------------------------------------*/
/* FOOTER START
/*-----------------------------------------------------------------------------------*/
.site-footer {
    background-color: #f3f3f3;
    padding: 45px 0 20px 0;
    font-size: 14px;
    line-height: 24px;
    color: #6e6e6e;
    border-bottom: 7px solid;
    border-image: linear-gradient(to right, rgb(255 39 60), rgb(191 30 36));
    border-image-slice: 1;
}

    .site-footer hr {
        border-top-color: #bbb;
        opacity: 0.5
    }

        .site-footer hr.small {
            margin: 20px 0
        }

    .site-footer h6 {
        color: #d60f23;
        font-size: 16px;
        text-transform: uppercase;
        margin-top: 5px;
        letter-spacing: 2px
    }

    .site-footer a {
        color: #737373;
    }

        .site-footer a:hover {
            color: #d60f23;
            text-decoration: none;
        }

.footer-links {
    padding-left: 0;
    list-style: none;
}

    .footer-links li {
        display: block;
    }

    .footer-links i {
        font-size: 20px;
        width: 35px;
        text-align: left;
        color: #818a91b5;
    }

    .footer-links li:active, .footer-links li:focus, .footer-links li:hover {
        color: #d60f23;
        text-decoration: none;
        cursor: pointer;
    }

    .footer-links.inline li {
        display: inline-block
    }



.site-footer .social-icons {
    text-align: right
}

.social-icons {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .social-icons li {
        display: inline-block;
        margin-bottom: 4px;
    }

.site-footer .social-icons li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: 6px;
    margin-right: 0;
    border-radius: 100%;
    background-color: #dddddd;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.social-icons li:hover {
    background-color: #d60f23;
}

    .social-icons li:hover a {
        color: #fff;
    }

.copyright-text {
    margin: 0
}

/*-----------------------------------------------------------------------------------*/
/* FOOTER END
/*-----------------------------------------------------------------------------------*/



.h1-title4-4 {
    font-size: 30px;
    font-weight: 800;
    padding-bottom: 14px;
    color: #fff;
}

.title_news {
    font-size: 35px;
    padding-bottom: 14px;
}


.section-p1 {
    padding-top: 10%;
    padding-bottom: 10%;
}

.section-p3 {
    padding-top: 5%;
    padding-bottom: 5%;
}



.button-space {
    padding-top: 20px;
    padding-bottom: 30px;
}

.button3 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border: 2px solid #0198db;
    padding: 14px 90px;
    border-radius: 10px;
    transition: 0.5s;
    background-color: #0198db;
}


    .button3:hover, .button1:hover {
        background-color: #ffffffe3;
        color: #0198db;
    }

.btn-block {
    display: block;
    width: 100%;
    text-align: center;
}

.buttonReg {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border: 2px solid #0198db;
    padding: 14px 0px;
    border-radius: 10px;
    transition: 0.5s;
    background-color: #0198db;
    display: inline-block;
    width: 300px;
    text-align: center;
}

    .buttonReg:hover, .button1:hover {
        background-color: #ffffffe3;
        color: #0198db;
    }

.btnReg {
    padding: 14px 200px;
}

.requestAQuote_checkbox {
    font-size: 10px !important;
    line-height: 15px;
    position: relative;
    top: -24px;
    left: 27px;
    margin-left: 0px !important;
    padding-right: 20px;
    text-align: justify;
}


.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-10 {
    margin-top: 10px;
}

.registration_first_page_container {
    height: 40vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


input[type="checkbox"] + label {
    font-weight: normal;
    margin-left: 10px;
/*    font-size: 1.9rem;*/
}


.centar-1 {
    text-align: center;
}

/*.post-box img {
    width: 90%
}*/

.post-box .img-100 {
    width: 100%
}

.post-box {
    margin: 0px;
}

.section-text-bg2 {
    padding-top: 155px;
    height: 700px;
    background-image: url(../images/leaf-sky.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.section-text-bg4 {
    padding-top: 155px;
    height: 600px;
    background-image: url(../images/white_lion_trockeneisproduktion.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



/* ----------- */
/* Breakpoints */
/* ----------- */
/* Phones and tablets */
/* PCs */
@media (min-width: 992px) {

    .mobile_menu {
    display: block;
}
/* Show only on large devices */
.non-mobile {
    display: none;
}

}





@media screen and (max-width: 1057px) {
    .card-item {
        width: 320px;
        height: 300px;
        padding: 10px 47px;
        gap: 5px;
    }

    .image-forms {
        width: 13%;
    }

    .card-item h3 {
        font-size: 20px;
    }

    .card-item p {
        font-size: 14px;
    }

    @media (max-width: 991px) {
        /* Space from the device edges */
        .fixed_maxwidth {
            padding: 0px 15px;
        }

        .news_fixed_maxwidth {
            padding: 0px 25px;
        }
        /* Show only on small devices */
        .mobile {
            display: block;
        }
        /* Show only on large devices */
        .non-mobile {
            display: none;
        }

        .address-info-row {
            margin-bottom: 50px;
        }

        .address-box {
            margin-bottom: 30px;
        }

        .position-cards {
            flex-direction: column;
            gap: 10px;
        }


        .card-item {
            width: 100%;
            height: 350px;
            gap: 10px;
        }

        .section-text {
            padding-left: 20px;
        }
    }


    /* Up to tablets */
    @media (max-width: 768px) {
        .laptop_header {
            display: none;
        }


        .align-button-news {
            padding-top: 40px;
        }

        .adjust-size-section {
            display: none;
        }

        .section-text {
            padding-left: 25px;
            padding-right: 25px;
        }

        .list1 ul {
            line-height: 2.5em;
            font-size: 13px;
        }

        .button-two1 {
            border-radius: 5px;
            background-color: #66afe9;
            border: none;
            padding: 8px;
            color: #fff;
            font-size: 12px;
            width: 100px;
            transition: all 0.5s;
        }

        .item-space {
            padding: 10px 10px 10px 10px;
        }

        .txt-news {
            font-size: 12px;
            color: #4B5A64;
            padding-bottom: 0px;
            padding-top: 0px;
        }

        .date {
            font-size: 10px;
            color: #898989;
        }

        .title-news {
            font-size: 14px;
            font-family: MontserratSemiBold, sans-serif;
            color: #69747A;
        }

        .table-custom {
            overflow-x: auto;
        }

        .modal-content.modal-content-scrollable {
            max-height: none;
            overflow-y: unset;
        }

        .carousel-indicators .active {
            width: 10px;
            height: 10px;
        }

        .carousel-indicators li {
            width: 10px;
            height: 10px;
        }

        .carousel-indicators {
            bottom: -3px;
            text-align: left;
            left: 37%;
        }

        .button-two {
            border-radius: 61px;
            background-color: #66afe9;
            border: none;
            padding: 8px;
            width: 104px;
            font-size: 9px;
            transition: all 0.5s;
        }

        .carousel-caption {
            right: 4%;
            left: 4%;
            text-align: right;
            padding-bottom: 0px;
        }


    }

    @media screen and (max-width: 590px) {


        .pre-header li {
            padding-right: 19px;
        }
    }



    @media screen and (max-width: 570px) {
        .image-forms {
            width: 25%;
        }

        .card-item h3 {
            margin-bottom: 5px;
        }

        .pre-header li {
            padding-right: 19px;
        }
    }

    @media screen and (max-width: 565px) {


        .pre-header li {
            padding-right: 11px;
        }
    }

    @media screen and (max-width: 412px) {


        .pre-header li {
            padding-right: 24px;
        }
    }

    @media screen and (max-width: 375px) {


        .card-item {
            height: 320px;
        }
    }



    @media (max-width: 430px) {

        .pre-header li {
            padding-right: 32px;
        }
    }

    /*Mobile*/
    @media (max-width: 425px) {
        .laptop_header {
            display:none;
        }


   
    }
}



/*DESIGN SDSM ----------------------------------------------------*/

/*.container-fluid .row .post-box:first-of-type {
    margin-top: 40px !important;
}*/

/*POZADINI PARALAX*/

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
} 

.m-0 {
    margin: 0px !important;
}

.p-0 {
    padding: 0px !important;
}

.d-flex {
    display: flex !important;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.align-items-center {
    align-items: center !important;
}

/* Force row into flexbox */
.row-fullcontent {
    display: flex; /* make columns flex children */
    flex-wrap: wrap !important; /* still allow wrapping on small screens */
}

    /* Make both columns equal height */
    .row-fullcontent > [class*="col-"] {
        display: flex; /* so child fills height */
        flex-direction: column;
    }

.bg-parallax {
    padding: 0px;
    margin: 0px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.homepage-bg1 {
    padding-top: 100px;
    margin: 0px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    background-image: url(../images/baner_pocetna.png);
}

.homepage-bg1-sq {
    margin-bottom: 0px;
    padding-top: 100px;
    height: 100vh;
    background-image: url(../images/baner_pocetna_sq.png);
}

.homepage-bg1-prilep {
    margin-bottom: 0px;
    padding-top: 100px;
    height: 80vh;
    background-image: url(../images/baner2-inside.jpg);
}

.prilep-bg2 {
    height: 40vh;
    background-image: url(../images/together.jpg);
}

.prilep-bg3 {
    height: 40vh;
    background-image: url(../images/together2.jpg);
}

.section-together-text {
    font-size: 60px;
    color: #ffffff;
    line-height: 1.5;
    text-align: center;
    border: 6px solid #fff;
    padding: 14px;
    border-radius: 15px;
    backdrop-filter: blur(5px);
}

.homepage-bg2 {
    height: 35vh;
    background-image: url(../images/traffic.jpg);
}

.section-text-bg3 {
    background-image: url(../images/bg-white1.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

img {
    margin: 0px;
}

.img-acc {
    width: 100%;
    border-radius: 30px;
    padding: 5px 15px;
}

/*POZADINI PARALAX END*/


/* ================= TOP MENU ================= */
.mhn-menu {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    line-height: 2.428571;
    color: white;
    position: relative; /* anchor for top-level submenus */
    margin: 0;
    padding: 0
}

.arrow-after::after {
    content: "\02C5";
    font-weight: 400;
    margin-left: 6px;
    font-size: 14px;
    vertical-align: middle;
}

.fixed-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #bf1e24;
    z-index: 9999;
}

.mhn-menu > li > a {
    font-size: 16px;
    font-family: 'Manrope', sans-serif;
    padding: 20px 0; /* vertical padding only */
    display: block;
    font-weight: 400;
    text-decoration: none;
    color: white;
}

    .mhn-menu > li > a:hover {
        color: white;
    }

.mhn-menu > li .mhn-submenu { /* Stil za celata kolona za sekoj region */
    justify-content: space-around;
}

.mhn-menu .mhn-submenu ::before a {
    content: "\f107"; /* fa-angle-down */
    font-family: "Font Awesome 5 Free"; /* or "Font Awesome 6 Free" depending on version */
    font-weight: 900; /* solid style */
    margin-left: 5px;
    font-size: 12px;
    vertical-align: middle;
}


.mhn-menu > li > .mhn-submenu > li > a { 
    color: #bf1e24;
    font-weight: bold;
    font-size: 18px;
}

.mhn-menu li .mhn-submenu li .mhn-submenu { 
    display: list-item;
    padding: 5px 0 !important; 
    font-size: 16px;
}

/* Stil za Mega menu default (hidden) */
.mhn-menu > li > .mhn-submenu {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 9999;
    background-color: white;
    color: black;
    padding-top: 3%;
    padding-bottom: 5%;
    opacity: 0;
    transform: translateY(20%);
    pointer-events: none;
    transition: transform 0.6s ease, opacity 0.6s ease;
    max-height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
}

/* Show mega menu on hover */
.mhn-menu > li:hover > .mhn-submenu {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.mhn-menu > li > .mhn-submenu > * {
    flex: 0 0 25%; 
    max-width: 25%; 
    box-sizing: border-box;
    padding-left: 5%;
}

/* ================= TOP MENU ended ================= */

.uppercase-text {
    text-transform: uppercase;
}

.ul-3column {
    column-count: 3;
    column-fill: balance;
    width: 100%;
}

    .ul-3column li {
        padding-bottom: 2%;
    }

.padding-5 {
    padding: 2% 5%;
}

.lang-design {
    display: flex;
    justify-content: center;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 30px;
}

    .lang-design li {
        position: relative;
    }

        .lang-design li:not(:last-child)::after {
            content: "";
            position: absolute;
            right: -10px;
            top: 0;
            bottom: 0;
            width: 1px;
            background-color: white;
        }

        .lang-design li a {
            color: white;
            text-decoration: none;
            font-weight: 500;
        }

            .lang-design li a:hover {
                text-decoration: underline;
            }

.parallax-container {
    position: relative;
    height: 60vh;
    overflow: hidden;
}

    .parallax-container p {
        margin: 0;
        height: 100%;
    }

    .parallax-container img {
        position: fixed; /* stays fixed while scrolling */
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; /* fills container like background */
        z-index: -1; /* push behind content */
    }


.divided-parts-picture p {
    margin: 0;
}

/*.divided-parts-picture img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
}*/

.divided-parts-text {
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 10%;
    box-sizing: border-box;
    text-align: left;
}


.bgred-textwhite {
    background-color: #bf1e24;
    color: #fff;
}

.p-0-5 {
    padding: 0% 5%;
}

.decor--21::after {
    content: '';
    display: block;
    width: 116px;
    height: 6px;
    margin: 17px 2px;
    border-radius: 25px;
    background-color: #fff;
}

.h1-title2 {
    font-size: 50px;
    font-weight: bold;
    padding-bottom: 14px;
    color: #ffffff;
}

.h1-title {
    font-size: 50px;
    font-weight: bold;
    color: #353535;
}

.decor--22::after {
    content: '';
    display: block;
    width: 116px;
    height: 6px;
    margin: 17px 2px;
    border-radius: 25px;
    background-color: #bf1e24;
}


.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    margin-left: 2px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.i-styles {
    font-size: 12px;
    padding-right: 10px;
}

.i-styles-red {
    color: #bf1e24;
    font-size: 12px;
    padding-right: 10px;
}


.red-bg {
    background-color: #bf1e24;
    color: #fff;
}

.img-col {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-col-content {
    width: 100%;
    height: 800px;
    object-fit: cover;
}

.no-margin-bottom {
    margin-bottom: 0px;
}

.homepage-cards1 {
    padding: 5%;
    background-color: white;
}

.card-pocetna {
min-height: 440px;
    margin-bottom: 20px;
    border: 1px solid #e9e9e9;
    box-shadow: 2px 2px 6px 0px rgb(209 209 209);
    background-color: #fff;
    padding: 5% 10%;
    border-radius: 20px;
    transition: 1s;
    -webkit-transition: 1s;
}

    .card-pocetna:hover {
        transform: scale(1.05);
        box-shadow: 10px 10px 15px rgba(0,0,0,0.3);
    }

    .card-pocetna ul {
        list-style-type: disc;
        line-height: 2.0rem;
    }

    .card-pocetna li::marker {
        color: #bf1e24;
        font-size: 20px;
    }

.card-pocetna2 {
    margin-bottom: 20px;
    border: 1px solid #e9e9e9;
    box-shadow: 2px 2px 6px 0px rgb(209 209 209);
    background-color: #fff;
    border-radius: 20px;
    transition: 1s;
    -webkit-transition: 1s;
    min-height: 700px;
    position: relative;
}

    .card-pocetna2 ul {
        list-style-type: disc;
        line-height: 2.0rem;
    }

    .card-pocetna2 li::marker {
        color: #bf1e24;
        font-size: 20px;
    }

.card-padding {
    padding: 5% 10%;
}

.card-pocetna2:hover {
    transform: scale(1.05);
    box-shadow: 10px 10px 15px rgba(0,0,0,0.3);
}

.card-image {
    width: 100%;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    position: absolute;
    bottom: 0;
}

.h1-title1 {
    font-size: 23px;
    font-weight: 400;
    padding-bottom: 14px;
    color: #353535;
}

.h1-title3 {
    font-size: 25px;
    font-weight: bold;
    padding-bottom: 14px;
    color: #ffffff;
}

.padding-section {
    padding: 5%;
}

.fixed_maxwidth {
    max-width: 1170px;
    margin: 0 auto;
    /* float: none; */
    /* overflow: hidden; */
    display: block;
}

/*SKOPJE DESIGN START*/

.banner-skopje {
    width: 100%;
    padding-top: 85px;
}

.red-section4 {
    background-color: #bf1e24;
    border-radius: 25px;
    padding: 35px 70px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 800;
    text-align: center;
}

.image-ecocity {
   
    background-image: url(../images/eco-city.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.image-clean-city {
    background-image: url(../images/clean-city-2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.image-left-001-sk {
    background-image: url(../images/sovetnici-grad-skopje.JPG);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.image-left-1-sk {
    background-image: url(../images/Kaja-intervju.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.section-together2-2 {
    padding-top: 5%;
    padding-bottom: 10%;
}

    .potencirano {
    font-size: 23px;
}

.red-span {
    color: #bf1e24;
}

.btn-click {
    padding: 11px 40px;
    min-width: 250px;
    background-color: #c00000;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    font-size: 17px;
    border: none;
    margin-bottom: 20px;
    margin-top: 30px;
}

.red-section3 {
    background-color: #bf1e24;
    border-radius: 25px;
    padding: 24px 27px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
    min-height: 100px;
}

.block {
    background-color: #fff;
    padding: 20px;
    margin-top: 20px;
    display: none;
    transition: all 0.3s ease-in-out;
}


.i-styles-red {
    color: #bf1e24;
    font-size: 12px;
    padding-right: 10px;
}

.image-left-1 {
    background-image: url(../images/man-guru.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-together {
    padding-top: 100px;
    height: 400px;
    background-image: url(../images/together.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-text-bg3 {
    padding-top: 100px;
    background-image: url(../images/bg-white1.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5%;
}

.h2-s-accordion {
    font-size: 20px;
    color: #bf1e24;
}

.padding-ul {
    padding: 15px 50px;
    line-height: 1.5rem;
    font-size: 14px;
    list-style-type: disc;
}

    .padding-ul li::marker {
        color: #bf1e24; 
        font-size: 20px; 
    }



.accordion-body p {
    padding: 0;
    color: #222222;
    font-size: 14px;
    line-height: 1.85714;
}

.fire-protect li {
    list-style-type: disc;
    line-height: 2.5rem;
}

/*SKOPJE DESIGN END*/

/*PREZEMI PROGRAMA START*/

.programs-position {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; 
    gap: 20px;
    max-width: 100%; 
    margin: 0 auto; 
    padding: 50px 150px;
}

.gv-td-limit th,
.gv-td-limit td {
    max-width: 150px !important;
    white-space: normal !important;
    word-break: break-word !important;
}



.region {
    flex: 1 1 22%;
    min-width: 200px;
    display: flex;
    justify-content: start;
    flex-direction: column;
    align-items: center;
}

.region-content {
    text-align: left;
}



.region-name {
    margin-bottom: 30px;
    color: #bf1e24;
    font-weight: bold;
    font-size: 18px;
}


.region ul li {
    list-style: none; 
    position: relative; 
    padding-left: 30px; 
    padding-bottom: 15px;
}

    .region ul li::before {
        content: url('../images/download.jpg');
        position: absolute;
        left: 0;
        top: 40%;
        transform: translateY(-50%);
    }


.header-spacer {
    height: 80px; /* same as header */
}






    /*PREZEMI PROGRAMA END*/

    /*------------------------------// MEDIA QUERY za SDSM-------------------*/
    @keyframes slide {
        from {
            transform: translateX(0);
        }

        to {
            transform: translateX(-100%);
        }
    }

    @media screen and (max-width: 992px) {

        .mobile_header {
            display: none;
        }

        .mobile_menu {
            display: none;
        }
    }

    @media (max-width: 991px) {

        .mobile_menu {
            display: block;
        }

        .site-footer [class^=col-] {
            margin-bottom: 30px
        }

        .banner-skopje {
            padding-top: 0;
        }
    }

    @media (max-width:767px) {
        .site-footer {
            padding-bottom: 0
        }

            .site-footer .copyright-text,
            .site-footer .social-icons {
                text-align: center
            }
    }

    @media (max-width:767px) {
        .social-icons li.title {
            display: block;
            margin-right: 0;
            font-weight: 600
        }
    }

    @media (min-width: 992px) and (max-width: 1150px) {

        .card-pocetna {
            padding: 5% 15%;
        }

        ul {
            font-size: 15px;
            line-height: 2rem;
        }

        .first-sec-inside {
            font-size: 14px;
            line-height: 1.2rem;
        }

        .card-padding {
            padding: 5% 15%;
        }

        .h1-title1 {
            font-size: 18px;
        }

        .h1-title2 {
            font-size: 30px;
            padding-bottom: 9px;
        }

        .h1-title {
            font-size: 30px;
            padding-bottom: 9px;
        }

        h3 {
            font-size: 15px;
        }

        p {
            font-size: 14px;
        }

        .red-section {
            padding: 14px 22px;
        }

        .white-section {
            padding: 14px 22px;
        }

        .section-together-text {
            font-size: 30px;
        }
    }
    /* Phones and tablets */
    @media (max-width: 991px) {

        /* Space from the device edges */
        .fixed_maxwidth {
            padding: 0px 45px;
        }

        /* Show only on small devices */
        .mobile {
            display: block;
        }

        /* Show only on large devices */
        .non-mobile {
            display: none;
        }

        .programs-position {
      
            padding: 50px 25px;
        }
    }
    /* PCs */
    @media (min-width: 992px) {

        /* Show only on small devices */
        .mobile {
            display: none;
        }

        /* Show only on large devices */
        .non-mobile {
            display: block;
        }
    }
    /* Up to tablets */
@media (min-width: 426px) and (max-width: 769px) {
    .white-section {
        padding: 10px 15px;
        font-size: 15px;
    }

    .section-together-text {
        font-size: 26px;
    }

    .image-right-3 {
        height: 350px;
    }

    .image-right-1 {
        height: 300px;
    }

    .image-right-0 {
        height: 300px;
    }

    .h1-title {
        font-size: 24px;
    }

    ul {
        line-height: 1.5rem;
    }

    .opstina-paragraph-image {
        padding: 0% 12%;
    }

    .together-part {
        padding: 0% 12%;
    }

    .h1-title2 {
        font-size: 24px;
    }

    .image-left-1 {
        height: 300px;
    }

    .image-left-001 {
        height: 300px;
    }

    .red-section {
        padding: 20px 20px;
    }

    .image-right-2 {
        height: 300px;
    }

    .image-right-2-2-2 {
        height: 300px;
    }

    .region {
        padding-left: 30px;
        align-items: normal;
    }
}
/* Up to landscape tablets */
@media (max-width: 991px) {
   
}
/* Up to PCs */
@media (max-width: 1199px) {
}
    /* Portrait mobiles */
@media (max-width: 425px) {
    .section-together-text {
        font-size: 16px;
    }

    .opstina-paragraph-image,
    .together-part {
        padding: 3% 10%;
    }

    .reverse-on-mobile .row {
        flex-direction: column-reverse; /* reverse only inside this wrapper */
    }


    .h1-title-content,
    .h1-title,
    .h2-title,
    .h1-title2 {
        font-size: 30px;
    }

    .red-section,
    .white-section {
        padding: 15px 35px;
        font-size: 16px;
    }

    .ul-3column {
        column-count: 1;
    }

        .ul-3column li {
            padding-bottom: 2%;
        }

    .region {
        padding-left: 30px;
        align-items: normal;
    }

    .homepage-bg1 {
        background-attachment: scroll; /* fixed is buggy on mobile */
        background-size: contain; /* show whole image */
        background-position: top center;
        height: auto; /* don’t lock height */
        aspect-ratio: 2/1; /* keep proportions (adjust ratio to your image) */
        width: 100%;
    }



}

    /* Landscape mobiles */
    @media (min-width: 480px) and (max-width: 768px) {
        .section-together-text {
            font-size: 30px;
        }
    }
    /* Portrait tablets */
    @media (min-width: 768px) and (max-width: 991px) {

        .image-right-2 {
            height: 300px;
        }

        .image-right-2-2-2 {
            height: 300px;
        }

        .h1-title {
            font-size: 20px;
        }

        ul {
            line-height: 1.5rem;
        }

        .h1-title2 {
            font-size: 20px;
        }

        p {
            font-size: 14px;
        }

        h3 {
            font-size: 15px;
        }

        .section-together-text {
            font-size: 25px;
        }

        .homepage-bg1 {
            background-attachment: scroll; /* fixed is buggy on iOS/Android */
            background-size: contain; /* show full image */
            background-position: top center;
            aspect-ratio: 2 / 1; /* matches 1600x800 */
            width: 100%;
            height: auto; /* scale automatically */
        }
    }
    /* Landscape tablets */
    @media (min-width: 992px) and (max-width: 1199px) {
    }
    /* PCs */
    @media (min-width: 1200px) {
    }


@media (max-width: 1024px) and (min-width: 769px) {
    .homepage-bg1 {
        background-attachment: scroll; /* fixed is buggy on iOS/Android */
        background-size: contain; /* show full image */
        background-position: top center;
        aspect-ratio: 2 / 1; /* matches 1600x800 */
        width: 100%;
        height: auto; /* scale automatically */
    }
}
