/*
Theme Name: BYD
Author: Smartweb
Version: 1.0
Text Domain: BYD
*/


/* Import Open sans fonts */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');


@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/Montserrat-Regular.ttf');
}
@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/Montserrat-Bold.ttf');
}
@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('../fonts/Montserrat-SemiBold.ttf');
}

html {
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: "Montserrat-Regular";
}

button,
img:focus {
    outline: none;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}
a {
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
p {
    margin: 0;
    padding: 0;
}

p {
    line-height: 1.5;
    color: #000;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}



.container {
    width: 100%;
    max-width: 1550px;
    padding: 0 15px;
    margin: auto;
}

.home header {
    position: absolute;
    z-index: 5;
    width: 100%;
    background-color: transparent;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#ani-2 {
    display: none;
}

.home header.color {
    background-color: #3c3f3f;
    transition: all .5s ease;
}

header.submenu-open {
    background-color: #3c3f3f;
}

header .nav-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0
}

header .links ul {
    display: flex;
    align-items: center;
}

header .links ul li  {
    margin: 0px 0px 0px 0px;
    padding: 20px;
}

header .links ul li a {
    color: #FFF;
}

header .btn a {
    background-color: #61CE7000;
    font-size: 16px;
    font-weight: 600;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
    fill: #FFFFFF;
    color: #FFFFFF;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-radius: 0px 0px 0px 0px;
    padding: 10px 31px 10px 31px;
}

.home .section .content {
    /*position: absolute;*/
    width: 100%;
    /*top: calc(15% + 73px);*/
    text-align: center;
    margin-bottom: 50px;
}
.home .section .content-technology {
    position: absolute;
    width: 100%;
    top: calc(15% + 73px);
    text-align: center;
}

.home .section .content :is(p, span, h1) {
    color: #FFF;
}
.home .section .content h1 {
    font-size: 46px;
    font-weight: 700;
    font-family: 'Montserrat-Bold';
}
.home .section .content p span.price,
.content p span.price {
    font-size: 30px;
    font-weight: 700;
    font-family: 'Montserrat-SemiBold';
}

.home .section .content-bottom {
    position: absolute;
    width: 100%;
    bottom: 30px;
    text-align: center;
}

.home .section .content-bottom .flex {
    display: flex  ;
    justify-content: center;
    column-gap: 20px;
}

.home .section .content-bottom a {
    fill: #FFFFFF;
    color: #FFFFFF;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-radius: 0px 0px 0px 0px;
    padding: 16px 32px 16px 32px;
}

.home .section .content-bottom a:is(:first-child) {
    color: #252828;
    background: #FFF;
}

footer .flex {
    display: flex;
    column-gap: 20px;
}

footer .flex :is(.left, .right) {
    width: 50%;
}

footer .flex :is(h3, p, a) {
    color: #FFF;
}

footer .flex h3 {
    font-size: 22px;
    padding-bottom: 15px;
}

footer .flex ul li a {
    font-size: 16px;
    color: #fff;
    border: none;
    background-color: transparent;
}

footer .right {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

footer .social-wrapper {
    display: flex;
    gap: 20px;
}
footer .social-wrapper li {
    padding: 0;
}
footer .social-wrapper i {
    font-size: 24px;
    font-weight: 300;
}

header {
    height: 78px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    background-color: #3c3f3f;
    transition: all .5s ease;
    z-index: 5;
}

.banner,
.single-banner{
    position: relative;
    margin-top: 78px;
    min-height: calc(100svh - 78px);
}

.single-blog {
    margin-top: 78px;
}

.banner img,
.single-banner img,
.coming-soon-wrapper video {
    min-height: calc(100svh - 78px);
    height: calc(100vh - 78px);
    width: 100%;
    object-fit: cover;
}

.banner .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.single-banner .content {
    position: absolute;
    width: 100%;
    top: 15%;
    text-align: center;
}

.single-banner.mt-0 {
    margin-top: 0;
}

.single-banner .content-bottom {
    position: absolute;
    width: 100%;
    bottom: 40px;
    text-align: center;
}

.single-banner .content-bottom .flex {
    display: flex  ;
    justify-content: center;
    column-gap: 20px;
}

.single-banner .content-bottom a {
    fill: #FFFFFF;
    color: #FFFFFF;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-radius: 0px 0px 0px 0px;
    padding: 16px 32px 16px 32px;
}

.banner .content h1,
.single-banner .content h1 {
    color: #FFF;
    font-size: 40px;
    font-family: 'Montserrat-Bold';
}

.single-banner .content h2,
.configuration-text-wrapper h2 {
    color: #FFF;
    font-size: 40px;
    font-family: 'Montserrat-Bold';
}
.postid-256 .single-car-wrapper .content h2 {
    color: #000;
    font-family: 'Montserrat-Bold';
}
.technology-wrapper {
    padding: 100px 0;
}

.technology-wrapper .row {
    margin-bottom: 30px;
}

.technology-wrapper .row:nth-child(even) .flex {
    flex-direction: row-reverse;
}

.technology-wrapper .flex {
    display: flex ;
    align-items: center;
    column-gap: 80px;
}

.technology-wrapper .flex .col {
    width: 50%;
}

.technology-wrapper .flex .col h2,
.page-template-template-about .flex .col h2,
.support-wrapper .flex .col h2,
.page-template-template-price .flex .col h2 {
    text-shadow: none;
    color: #000000;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: 'Montserrat-SemiBold';
}

.page-template-template-about .banner .content img {
    height: auto;
    min-height: unset;
}

.technology-wrapper .flex .col p,
.page-template-template-about .flex .col p,
.support-wrapper .flex .col p,
.page-template-template-price .flex .col p {
    text-shadow: none;
    color: #A2A3A6;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 25px;
}

.page-template-template-about .single-banner h1 {
    margin-bottom: 15px;
}

.page-template-template-about .single-banner p {
    width: 75%;
    margin: auto;
}

.technology-wrapper .flex .col a {
    color: #2f5aae;
}

.blog-home .slick-slide img {
    border-radius: 20px;
}

.blog-home .blog-section h1 {
    font-size: 46px;
    margin-bottom: 10px;
}

.blog-home h3 {
    font-size: 18px;
    color: #000;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* the slides */
.blog-home .slick-slide {
    margin: 0 7.5px;
}

/* the parent */
.blog-home .slick-list {
    margin: 0 -7.5px;
}

.bottom-section {
    padding: 100px 0;
    background: #f3f3f3;
}

.bottom-section  .flex-box {
    padding-top: 56px;
    padding-bottom: 56px;
    padding-left: 72px;
    padding-right: 72px;
    background: #FFF;
    border-radius: 20px;
    display: flex;
    column-gap: 15px;
}

.bottom-section  .flex-box .col {
    width: 50%;
}

.bottom-section  h3 {
    font-size: 46px;
    margin-bottom: 15px;
    text-align: center;
    font-family: 'Montserrat-Bold';
}

.bottom-section  .flex-box h4 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 24px;
    border-bottom: 1px solid #CCC;
    font-family: 'Montserrat-SemiBold';
}

.bottom-section  .flex-box li {
    padding-bottom: 15px;
    font-size: 16px;
}

.flex-pdf {
    margin-top: 100px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.flex-pdf .col {
    position: relative;
}

.flex-pdf img {
    border-radius: 20px;
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.flex-pdf h3 {
    font-weight: 700;
    font-size: 24px;
    position: absolute;
    bottom: 26px;
    left: 50%;
    color: #fff;
    margin-bottom: 0;
    text-align: center;
    transform: translateX(-50%);
    width: 100%;
}

.blog-page {
    padding: 100px 0;
}

.blog-page h1 {
    text-shadow: none;
    font-size: 42px;
    font-weight: 700;
    color: #000000;
    margin-top: 40px;
}

.blog-page .full {
    margin-top: 45px;
}

.blog-page img {
    border-radius: 20px;
}

.blog-page .full {
    padding-bottom: 50px;
}

.blog-page .full .flex {
    display: flex;
    align-items: center;
    column-gap: 35px;
}

.blog-page li {
    list-style: none;
}

.blog-page .full .flex :is(.cat_img, .cat_desc)  {
    width: 50%;
}

.blog-page .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 15px;
}

.blog-page .full h2 {
    font-size: 32px;
    color: #000;
    margin-bottom: 16px;
}


.blog-page .grid h2 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin-top: 20px;
    margin-bottom: 10px;
}

.blog-page span {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
    line-height: 1;
    text-align: left;
    width: 100%;
    color: #000;
}

.blog-page p {
    margin-top: 0px;
    font-size: 18px;
    color: #000;
}

.single-banner p {
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
}


.about-wrapper {
    padding: 100px 0;
}

.about-wrapper .row {
    margin-bottom: 20px;
}


.support-wrapper .row {
    margin-bottom: 20px;
}

.about-wrapper .row:nth-child(even) .flex {
    flex-direction: row-reverse;
}

.about-wrapper .flex {
    display: flex ;
    align-items: center;
    column-gap: 50px;
}

.about-wrapper .flex .col {
    width: 50%;
}

.support-wrapper .flex {
    display: flex ;
    align-items: center;
    column-gap: 80px;
}

.support-wrapper .flex .col {
    width: 50%;
}


.single-page .single-banner span {
    color: #FFF;
}

.single-page .single-banner small  {
    color: #FFF;
}

.single-page .single-banner .grid {
    display: grid  ;
    grid-template-columns: repeat(3, 1fr);
    width: fit-content;
    margin: auto;
    padding-bottom: 30px;
    gap: 30px;
}

.single-page .single-banner .grid h2  {
    color: #FFF;
    font-family: 'Montserrat-SemiBold';
}

.support-wrapper .single-banner .content {
    top: 10%;
}

.support-wrapper .single-banner .content-bottom {
    top: 20%;
}

.support-wrapper .single-banner .content-bottom img {
    border-radius: 21px;
}

.support-wrapper .support-row {
    margin-top: 15%;
}

.support-wrapper .support-row img {
    border-radius: 21px;
}

.technology-wrapper video {
    border-radius: 21px;
}


footer {
    background-color: #3c3f3f;
    padding-top: 100px;
}

#section-tech-home h2 {
    text-shadow: none;
    color: #000000;
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: 'Montserrat-Bold';
}

#section-tech-home p {
    text-shadow: none;
    color: #000000;
}

#section-tech-home .content a {
    fill: #252828;
    color: #252828;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-radius: 0px 0px 0px 0px;
    padding: 16px 32px 16px 32px;
    display: inline-block;
    margin-top: 20px;
}

#section-tech-home img {
    width: 100%;
    height: 100vh;
}

.video-wrapper video {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    z-index: 0;
}

.video-wrapper::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(0deg, #000 0%, transparent 100%);
    z-index: 1;
}


.video-wrapper img {
    object-fit: cover;
}

#fullpage .content,
.single-page .content {
    z-index: 2;
}

#fullpage .content-bottom,
.single-page .content-bottom {
    z-index: 2;
}

#section-blog-home .container > h2 {
    text-shadow: none;
    font-size: 46px;
    font-weight: 700;
    margin-top: 40px;
}

#section-blog-home .container > p {
    margin-bottom: 45px;
}


.single-blog img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 20px;
    aspect-ratio: 15 / 9;
}



.page-template-template-about .video-wrapper::before {
    display: none;
}
/* coming soon page */
.coming-soon-wrapper {
    position: relative;
    margin-top: 75px;
    margin-bottom: -6px;
}
.coming-soon-content-holder {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1000px;
}
.coming-soon-logo-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 70px;
    position: relative;
    margin-bottom: 150px;
}
.coming-soon-logo-block img {
    width: auto;
    height: 50px;
}
.coming-soon-logo-block:nth-child(1)::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.coming-soon-content-holder h1 {
    font-weight: 100;
    color: #fff;
    width: 80%;
    margin: 0 auto;
}
.coming-soon-content-holder h2 {
    color: #fff;
    text-align: center;
    padding-top: 20px;
    text-transform: uppercase;
    font-size: 30px;
}
.coming-soon-contact-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
}
.contact-block {
    text-align: center;
}
.contact-block p,
.contact-block a {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

/* end coming soon */
/* header */
.menu-item--modeli {
    position: relative;
}

header .links .modeli-submenu {
    display: none;
    position: fixed;
    top: 78px;
    left: 0;
    width: 100%;
    background: white;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    z-index: 1000;
}
header .links .modeli-submenu.active {
    display: block;
}
.modeli-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 50px 0;
}

.modeli-item {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #000;
}
/*.modeli-item img {*/
/*    width: 100%;*/
/*    height: auto;*/
/*    display: block;*/
/*}*/

.modeli-item span {
    font-weight: 600;
    display: block;
    color: #252828;
    font-family: 'Montserrat-Bold';
}
.modeli-item small {
    color: #686D71;
    font-weight: 400;
}
#fp-nav {
    z-index: 4 !important;
}
/* end header */
/* contact */
.contact-wrapper {
    margin-top: 78px;
}
.contact-wrapper img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}
.contact-content-wrapper {
    padding: 50px 0;
    width: 95%;
}
.contact-wrapper h1 {
    margin: 20px 0 50px 0;
    font-family: 'Montserrat-Bold';
}
.contact-data-wrapper {
    display: flex;
    justify-content: center;
    gap: 30px;
}
.contact-block-left {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.contact-block-left p {
   font-size: 20px;
}
.contact-block-left p strong {
    font-family: 'Montserrat-SemiBold';
}
.contact-block-left a {
    color: #000;
}
.contact-form {
    padding: 20px 0;
    width: 50%;
}

.contact-form input,
.test-forma input {
    border: none;
    border-bottom: 1px solid #bababa;
}
.contact-form textarea,
.test-forma textarea {
    border-bottom: 1px solid #bababa;
    height: 96px !important;
    border-radius: 0;
    background-color: initial;
    resize: none;
}

.contact-form .gform_footer,
.test-forma .gform_footer {
    justify-content: end;
}

.contact-form #gform_submit_button_1,
.test-forma #gform_submit_button_2,
.test-forma #gform_submit_button_3 {
    border: 2px solid #000;
    color: #000;
    font-weight: 700;
    background-color: initial;
    transition: .3s all ease;
    padding: 16px 46px;
    border-radius: 0;
    font-size: 16px;
    cursor: pointer;
}

.contact-form #gform_submit_button_1:hover,
.test-forma #gform_submit_button_2:hover,
.test-forma #gform_submit_button_3:hover {
    border: 2px solid #000;
    color: #fff;
    background-color: #000;
    border-radius: 0;
}
.gchoice {
    display: flex;
    align-items: center;
    gap: 10px;
}
.ginput_container_checkbox input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #000;
    margin: 0;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    outline: none;
    background-color: transparent;
}
.ginput_container_checkbox input[type="checkbox"]::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #000;
    opacity: 0;
    transition: opacity 0.2s ease;
}
.ginput_container_checkbox input[type="checkbox"]:checked::before {
    opacity: 1;
}

#gform_1_validation_container,
#gform_2_validation_container,
#gform_3_validation_container {
    display: none;
}

/* end contact */
/* single blog */
.single-blog {
    margin-top: 120px;
}
.single-blog h1,
.latest-posts li h3 {
    margin-bottom: 10px;
}
.post-content p,
.latest-posts li img{
    margin-bottom: 20px;
}
.latest-posts {
    margin: 50px 0;
}
.latest-posts ul {
    display: flex;
    justify-content: start;
    gap: 30px;
    padding-top: 20px;
}
.latest-posts li {
    width: 33%;
}
.latest-posts li a {
    display: block;
    color: #000;
}

/* end single blog */
/* cene */
.price-banner .content h1 {
    font-size: 58px;
    font-weight: 600;
    line-height: 64px;
    letter-spacing: 2.9px;
}
.single-banner .price {
    bottom: 10%;
}
.content-bottom.price p {
    width: 950px;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px
}
.page-template-template-price .flex .col ul {
    list-style-type: disc;
    padding-left: 30px;
}
.page-template-template-price .flex .col ul li {
    text-shadow: none;
    color: #A2A3A6;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    padding-bottom: 10px;
}
/*  end cene  */
/* single model */
.content.single-battery h2 {
    margin-bottom: 20px;
    color: #000;
}
.content.single-battery p {
    width: 470px;
    margin: 0 auto;
    color: #000;
}
.single-slider-holder {
    background-color: #252828;
    padding: 100px 0;
}
.single-slider-content-holder {
    margin-left: 10%;
}
.single-slider-content-holder h3 {
    font-size: 46px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 30px;
    font-family: 'Montserrat-SemiBold';
}
.single-slider-block h3 {
    font-size: 28px;
    font-weight: 400;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 15px;
}
.single-slider-block p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding-bottom: 30px;
}
.single-slider-wrapper .slick-dots {
    text-align: left;
}
.single-model .flex a:first-of-type {
    background-color: #fff;
    color: #252828;
    border: 2px solid #fff;
}
/*.single-slider-wrapper .slick-dots li button {*/
/*    width: 50px;*/
/*    height: 10px;*/
/*    border-radius: 0;*/
/*    background-color: #ccc;*/
/*    border: none;*/
/*    padding: 0;*/
/*    margin: 0 5px;*/
/*    transition: background-color 0.3s ease;*/
/*}*/
/*.single-slider-wrapper .slick-dots li.slick-active button {*/
/*    background-color: #fff;*/
/*}*/
/*.single-slider-wrapper .slick-dots li button:before {*/
/*    content: none;*/
/*}*/
.second-slider {
    background-color: #fff;
}
.second-slider .single-slider-content-holder h3,
.second-slider .single-slider-content-holder p {
    color: #000;
}
.single-slider-block-text {
    width: 90%;
}
/* the slides */
.single-slider-wrapper .slick-slide {
    margin: 0 10px;
}
/* the parent */
.single-slider-wrapper .slick-list {
    margin: 0 -10px;
}
.single-slider-wrapper img {
    width: 100%;
    border-radius: 20px;
}
.single-slider-wrapper .slick-next {
    z-index: 99;
    right: 20px;
    top: 40%;
}
.single-slider-wrapper .slick-prev {
    z-index: 99;
    left: 20px;
    top: 40%;
}
.slick-dots li button:before {
    display: none;
}
.single-slider-wrapper .slick-dots li {
    margin: 0;
    margin-right: 10px;
    width: unset;
    height: unset;
}
.single-slider-wrapper .slick-dots li button {
    width: 40px;
    height: 8px;
    background-color: #999;
    border: none;
    border-radius: 3px;
    padding: 0;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.single-slider-wrapper .slick-dots li.slick-active button {
    background-color: #fff;
}
.second-slider-wrapper .slick-dots li.slick-active button {
    background-color: #000;
}
.configuration-wrapper img {
    filter: brightness(0.4);
}
.configuration-text-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 70%;
}
.configuration-main-text {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding: 20px 0 70px 0;
}
.configuration-main-text-block {
    width: 33.33%;
}
.configuration-main-text-block h3 {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 20px;
    font-family: 'Montserrat-SemiBold';
}
.configuration-main-text-block ul li {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding-bottom: 10px;
}
.configuration-text-wrapper a {
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 40px;
    text-transform: uppercase;
}
.single-battery a {
    border: 1px solid #000;
    color: #000;
    padding: 10px 0;
    text-transform: uppercase;
    display: block;
    width: 180px;
    margin: 0 auto;
    margin-top: 50px;
}
.single-content-description  {
    width: 700px;
    margin: 0 auto;
    margin-bottom: 50px;
}
footer .flex ul li a {
    font-size: 16px;
    color: #fff !important;
    border: none !important;
    background-color: transparent !important;
}
.image-mobile {
    display: none;
}
/* end single model */
/* test voznja */
.test-drive-wrapper {
    width: 915px;
    margin: 0 auto;
    margin-top: 78px;
    padding: 100px 0;
}
.test-drive-wrapper h1 {
    font-size: 58px;
    font-weight: 600;
    line-height: 1em;
    padding-bottom: 30px;
    font-family: 'Montserrat-SemiBold';
}
#field_2_12 {
    display: flex;
    align-items: center;
}
#field_2_12 .ginput_container {
    width: 100%;
}
#input_2_12 {
    border: none;
    background-color: transparent;
    font-weight: 700;
    padding-left: 0;
    font-size: 20px;
    border-radius: 0;
    box-shadow: none;
}
#input_2_12:focus-visible {
    outline: none;
    border: none;
    box-shadow: none;
}
.test-forma input:focus-visible,
.contact-form input:focus-visible {
    outline: none;
    box-shadow: none;
}
/* end test voznja */
/* footer */
.footer-logo {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
footer .footer-logo img {
    max-height: 72px;
    object-fit: contain;
    display: flex;
    width: max-content;
    padding-bottom: 0;
    margin-bottom: 15px;
}
.footer-logo-image {
    border-bottom: 1px solid #ffffff46;
    margin-top: -15px;
}
.footer-logo h2 {
    color: #fff;
    font-family: 'Montserrat-SemiBold';
}
footer .flex {
    padding-bottom: 50px;
}
footer .flex h3 {
    height: 73px;
    display: flex;
    align-items: end;
    border-bottom: 1px solid #ffffff46;
    text-transform: uppercase;
    font-family: 'Montserrat-SemiBold';
}
.flex .right .col ul {
    padding-top: 20px;
}
.flex .right .col ul li {
    padding-bottom: 10px;
}
.flex .right .col ul li a {
    font-weight: 600;
}
.copyright-wrapper {
    border-top: 1px solid #ffffff46;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
}
.copyright-left {
    display: flex;
    align-items: center;
    gap: 10px;
}
.copyright-left a {
    position: relative;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}
.copyright-left a + a::before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 16px;
    background-color: #fff;
    margin-right: 10px;
    vertical-align: middle;
}
.copyright-right p {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}
/* end footer */
.about-last-section-wrapper {
    background-color: #666666;
    padding: 50px 0;
}
.about-last-section-wrapper .content {
    text-align: center;
}
.about-last-section-wrapper .content h3 {
    font-size: 48px;
    font-weight: 700;
    line-height: 51px;
    color: #FFFFFF;
    padding-bottom: 50px;
    font-family: 'Montserrat-Bold';
}
.about-last-section-wrapper .content p {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3em;
    letter-spacing: 1px;
    color: #fff;
    padding-bottom: 30px;
}
.about-last-section-wrapper .content img {
    border-radius: 12px;
}
.technology-wrapper .flex .col p {
    margin-bottom: 5px;
}
.submenu-back {
    display: none;
}

/* price page */
.price-car-holder {
    padding: 50px 0;
    background-color: #eaeaea;
}
.price-car-holder h3 {
    padding-bottom: 50px;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.3em;
    font-family: 'Montserrat-Bold';
}
.price-car-content-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.price-car-block {
    background-color: #fff;
    border-radius: 12px;
    padding: 30px 40px;
}
.price-car-block-text h4 {
    font-size: 36px;
    font-weight: 700;
    font-family: 'Montserrat-Bold';
}
.price-car-block-text p {
    font-size: 15px;
    font-weight: 500;
    color: #686D71;
}
.price-car-block-image {
    text-align: center;
}
.price-car-block a {
    color: #000;
    border: 1px solid #000;
    width: 200px;
    display: block;
    padding: 10px 0;
    text-align: center;
    letter-spacing: 1.3px;
}
/* end price page */

/* Conf page */

.conf-page {
    margin-top: 78px;
}

.conf-wrapper {
    display: flex;
}

.conf-wrapper .slider {
    width: 75%;
}

.conf-wrapper .conf-info {
    width: 25%;
    max-width: 100%;
    overflow-y: scroll;
    scrollbar-gutter: stable;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    border-left: 1px solid #000000;
    background-color: #ffffff;
    overflow-x: hidden;
    max-height: calc(100vh - 78px);
    padding-top: 100px;
}


/* GLOBALNO SAKRIVANJE */

/* WebKit (Chrome, Safari, Edge) */
::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background: transparent;
}

/* Firefox + IE */
* {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

/* Firefox i IE — vrati scroll */
.conf-wrapper .conf-info {
    scrollbar-width: auto !important;
    -ms-overflow-style: auto !important;
}

/* WebKit — vrati scrollbar */
.conf-wrapper .conf-info::-webkit-scrollbar {
    width: 10px !important;
}

/* Thumb */
.conf-wrapper .conf-info::-webkit-scrollbar-thumb {
    background-color: #252828 !important;
    border-radius: 4px !important;
}

/* Track */
.conf-wrapper .conf-info::-webkit-scrollbar-track {
    background-color: #cecece !important;
}


.model-price h3, .model-price-total h3 {
    font-size: 20px;
    font-weight: 600;
}

.model-price-total h3 {
    margin-bottom: 20px;
}


.model-info .model {
    border-radius: 10px;
    background-color: #f3f3f3;
    padding: 15px 20px;
    margin-bottom: 20px;
    border: 1px solid #252828;
    cursor: pointer;
    position: relative;
}

.model-price-total {
    background-color: #ffffff;
    position: sticky;
    bottom: -30px;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
    left: 0;
    right: 0;
    width: calc(100% + 60px);
    margin-left: -30px;
}

.model-info .model .name {
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.model-info .model .price {
    display: block;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #666666;
}

.model-info .model .price span {
    display: block;
}

.model-info .model .price strong {
    font-size: 32px;
    font-weight: 600;
    line-height: 30px;
    color: #252828;
}

.model-price-total .price, .model-price .info .init, .model-price .info .color, .model-price-total .discount .discount-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: baseline;
    flex-direction: row;
    gap: 10px;
}

.model-price-total .total-price {
    font-size: 32px;
    font-weight: 600;
}

.conf-wrapper .conf-info > h1 {
    font-size: 48px;
    font-weight: 600;
    line-height: 1;
}

.conf-wrapper .conf-info > h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    margin-top: 15px;
    margin-bottom: 50px;
}

.conf-wrapper .conf-info > h2 p {
    line-height: 1;
}

.conf-wrapper .conf-info > h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 15px;
}


.send {
    display: block;
    width: 100%;
    padding: 10px 20px;
    background-color: #252828;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    border: 1px solid #252828;
    border-radius: 0px;
    text-transform: uppercase;
    transition: color 0.3s, background-color 0.3s;
    text-align: center;
}

.send:hover,
.send:focus {
    background-color: #ffffff;
    color: #252828 !important;
}


.model-color {
    border-top: 1px solid #000000;
    padding-top: 20px;
}

.model-color .exterior,
.model-color .interior {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 50px 10px;
    margin-bottom: 60px;
}

.model-color h3 {
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 20px;
}

.model-color .colors {
    position: relative;
}

.model-color .exterior .color,
.model-color .interior .color {
    width: 65px;
    height: 65px;
    border-radius: 100%;
    overflow: hidden;
    border: 2px solid #ffffff;
    transition: border 0.3s;
    padding: 10px;
    margin: 0 auto;
    cursor: pointer;
}

.model-color .colors.selected .color,
.model-color .colors.selected .color {
    border: 2px solid #0425ff;
}

.model-color .colors.selected strong,
.model-color .colors.selected span {
    display: block;
}

.model-color .colors strong,
.model-color .colors span {
    display: block;
    text-align: center;
    font-weight: 600;
    display: none;
}

.model-color .colors strong {
    font-size: 16px;
}

.model-color .colors span {
    font-size: 13px;
    color: #666666;
}

.model-color .colors .info {
    position: absolute;
    margin-bottom: 0;
    min-width: 120px;
    left: 50%;
    top: calc(100% + 5px);
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
    line-height: 1.1;
}


.model-info .model:after {
    content: "";
    width: 31px;
    height: 31px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: block;
    background: url("https://byd-auto.rs/wp-content/themes/hello-elementor-child/shortcode/unchecked.svg")
    no-repeat center center;
    transition: background 0.3s;
    background-size: cover;
    filter: brightness(0.5);
}

.model-info .model.checked:after {
    background-size: cover !important;
    filter: brightness(1);
    background: url("https://byd-auto.rs/wp-content/themes/hello-elementor-child/shortcode/checked.svg")
    no-repeat center center;
}

.conf-wrapper .slide {
    height: 0;
    opacity: 0;
    text-align: center;
    overflow: hidden;
}

.conf-wrapper .slide.active {
    height: 100%;
    opacity: 1;
}

.conf-wrapper .slide img {
    /*width: 100%;*/
    /*height: 85vh;*/
    /*object-fit: contain;*/

    width: 100%;
    object-fit: cover;
    height: calc(100dvh - 78px);
}

.model-info .info  {
    margin-bottom: 25px;
}


.model-info .info p {
    font-weight: 500;
    margin-bottom: 10px;
}

.page-template-template-upit .gform_required_legend,
.page-template-template-contact .gform_required_legend,
.page-template-template-test-voznja .gform_required_legend {
    display: none;
}

/* thank you page */
.thank-you-container {
    max-width: 600px;
    margin: 200px auto 120px auto;
    background-color: #fff;
    padding: 40px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    text-align: center;
}
.thank-you-container h1 {
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: 600;
    display: block;
    color: #252828;
}
.thank-you-container p {
    font-size: 16px;
    color: #686D71;
    font-weight: 400;
    margin: 10px 0;
}
.thank-you-container a.basic-btn {
    font-size: 16px;
    color: #252828;
    font-weight: 900;
    margin: 10px 0;
    padding: 0;
    background-color: unset;
    text-decoration: none;
    border-radius: unset;
}
.thank-you-container a {
    display: inline-block;
    margin-top: 30px;
    padding: 12px 24px;
    background-color: #252828;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
}
/* responsive */

@media (max-width: 1440px) {
    .single-slider-content-holder h3,
    .bottom-section h3 {
        font-size: 40px;
    }
    .coming-soon-content-holder h1,
    .single-slider-block h3 {
        font-size: 26px;
    }
    .coming-soon-logo-wrapper {
        margin-bottom: 100px;
    }
    .coming-soon-logo-block img {
        height: 40px;
    }
    .flex-pdf h3 {
        font-size: 22px;
    }
    .configuration-text-wrapper {
        width: 80%;
    }
}
@media (max-width: 1200px) {
    .coming-soon-content-holder {
        width: 750px;
    }
    .coming-soon-content-holder h1 {
        width: 100%;
    }
}
@media (max-width: 1024px) {
    .test-drive-wrapper {
        padding: 40px 0;
        width: 90%;
    }
    .test-drive-wrapper h1 {
        font-size: 32px;
        text-align: center;
    }
    .single-slider-content-holder {
        margin-left: 0;
    }
    .single-slider-content-holder h3,
    .bottom-section h3,
    .single-banner .content h2,
    .configuration-text-wrapper h2{
        font-size: 26px;
        text-align: center;
        letter-spacing: 1.3px;
    }
    .single-slider-block-text {
        margin: 0 auto;
        text-align: center;
    }
    .single-slider-wrapper img {
        height: 400px;
        object-fit: cover;
    }
    .single-slider-wrapper .slick-dots {
        text-align: center;
    }
    .price-car-holder h3 {
        font-size: 32px;
        text-align: center;
    }
    .price-car-holder h3 br {
        display: none;
    }
    .price-car-content-wrapper {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    .price-car-block {
        text-align: center;
    }
    .price-car-block a {
        margin: 0 auto;
    }
}
@media (max-width: 991px) {
    .footer-logo-image {
        margin-top: 0;
    }
    header.header-bg-color {
        background-color: #3c3f3f;
    }
    footer .flex {
        padding-bottom: 30px;
        flex-wrap: wrap;
        gap: 30px;
    }
    footer {
        padding-top: 30px;
    }
    footer .flex :is(.left, .right) {
        width: 100%;
    }
    header .btn {
        display: none;
    }
    header .nav-links {
        width: 100%;
        margin: 0 auto;
    }
    /* === MOBILNI HEADER I MENI === */
    header {
        display: flex;
    }
    .header-wrapper {
        justify-content: start;
        padding: 20px 0;
    }

    #ani-2 .icon-bar {
        position: absolute;
        height: 1px;
        width: 30px;
        background-color: #fff;
        display: block;
        border-radius: 5px;
        margin-left: 10px;
        transition: all 0.2s ease-in-out;
    }
    .top-bar { top: 0; }
    .middle-bar { top: 8px; width: 18px; opacity: 1; }
    .bottom-bar { top: 16px; width: 10px; }

    #ani-2 {
        display: block;
    }
    .mobile-menu.menu_btn {
        display: block;
        position: absolute;
        right: 10px;
        top: 40px;
        transform: translate(-50%, -50%);
        z-index: 99999;
        width: 45px;
        height: 20px;
    }
    .menu-header {
        position: fixed;
        left: -100%;
        top: 78px;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 9999;
        transition: left 0.3s ease;
        display: flex;
        flex-direction: column;
        justify-content: start;
    }
    .menu-header.active-mob {
        left: 0;
    }
    .menu-header ul {
        flex-direction: column;
        display: flex;
        row-gap: 20px;
        padding: 50px 15px;
        width: 90%;
        margin: 0 auto;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .menu-header ul li {
        display: flex;
        align-items: center;
        height: 32px;
        width: 100%;
        padding: 0 !important;
    }
    .menu-header ul li a {
        font-size: 24px;
        font-weight: 700;
        color: #252828 !important;
        position: relative;
        width: 100%;
    }
    .menu-header ul li a::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: 16px;
        height: 16px;
        background-image: url('/wp-content/uploads/2025/05/arrow_forward_ios_30dp_997D5B_FILL0_wght400_GRAD0_opsz24.png');
        background-size: contain;
        background-repeat: no-repeat;
    }
    #ani-2.open .icon-bar.top-bar {
        top: 10px;
        transform: rotate(-45deg);
    }
    #ani-2.open .icon-bar.middle-bar {
        opacity: 0;
        width: 0;
    }
    #ani-2.open .icon-bar.bottom-bar {
        top: 10px;
        width: 30px;
        transform: rotate(45deg);
    }
    .overflow-hidden {
        overflow: hidden;
        position: fixed;
        width: 100%;
        height: 100%;
    }
    .overflow-hidden header {
        position: fixed;
        z-index: 99;
    }
    /* end mob menu */
    /* mob submenu */
    #menu-item-modeli::after {
        content: '\f054';
        font-family: "font awesome 5 pro";
        font-weight: 500;
        color: #252828;
        font-size: 22px;
    }
    .modeli-submenu {
        position: fixed;
        top: 78px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 78px);
        background: white;
        box-shadow: 0 4px 20px rgba(0,0,0,0.1);
        z-index: 1000;
        transition: left 0.3s ease;
        overflow-y: auto;
    }
    .modeli-submenu.active {
        left: 0;
    }
    .submenu-back {
        display: flex;
        justify-content: space-between;
        padding: 5px 20px 0 20px;
        cursor: pointer;
        width: 90%;
        margin: 0 auto;
    }
    .submenu-back h3 {
        font-size: 24px;
        font-weight: 700;
        color: #252828;
        position: relative;
    }
    .submenu-back i {
        font-family: "Font Awesome 5 Pro";
        font-weight: 500;
        font-size: 22px;
        color: #252828;
    }
    .modeli-grid {
        grid-template-columns: repeat(1, 1fr);
        padding: 30px 30px 100px 30px;
    }
    .modeli-item {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .modeli-item img {
        width: 250px;
    }
    .modeli-item-text {
        width: 150px;
        text-align: left;
    }
    .modeli-item-text span {
        font-size: 14px;
    }
    .modeli-item-text small {
        display: none;
    }
    /* end mob submenu */
    .logo img {
        width: 150px;
    }
    .banner .content h1,
    .single-banner .content h1 {
        text-align: center;
    }
    .page-template-template-about .single-banner h1,
    .banner .content h1,
    .single-banner .content h1,
    .page-template-template-about .flex .col h2,
    .about-last-section-wrapper .content h3,
    .technology-wrapper .flex .col h2,
    .page-template-template-about .flex .col h2,
    .support-wrapper .flex .col h2,
    .page-template-template-price .flex .col h2 {
        font-size: 26px;
    }
    .about-wrapper,
    .technology-wrapper {
        padding: 30px 0;
        text-align: center;
    }
    .about-wrapper .flex,
    .technology-wrapper .flex {
        flex-wrap: wrap;
        gap: 30px;
    }
    .about-wrapper .flex .col,
    .technology-wrapper .flex .col {
        width: 100%;
    }
    .about-wrapper .flex .col img,
    .technology-wrapper .flex .col img {
        width: 90%;
    }
    .technology-wrapper .flex .col p,
    .page-template-template-about .flex .col p,
    .support-wrapper .flex .col p,
    .page-template-template-price .flex .col p,
    .about-last-section-wrapper .content p {
        font-size: 16px;
        line-height: 24px;
    }
    .about-last-section-wrapper .content h3 {
        padding-bottom: 20px;
    }
    .about-last-section-wrapper .content p br,
    .page-template-template-price .single-banner .content h1 br {
        display: none;
    }
    .content-bottom.price p {
        width: 90%;
        font-size: 16px;
    }


    .conf-wrapper {
        display: flex;
        flex-direction: column;
    }

    .conf-wrapper .slider {
        width: 100%;
    }

    .conf-wrapper .slide img {
        width: 100%;
        object-fit: cover;
        height: 100%;
    }

    .conf-wrapper .conf-info {
        width: 100%;
        padding-top: 20px;
        border-top: 1px solid #000000;
        border-left: 0;
        max-height: 100%;
        overflow-y: unset;
        overflow-x: unset;
        padding-left: 20px;
        padding-right: 20px;
    }

    .conf-wrapper .conf-info > h1 {
        font-size: 28px;
    }

    .conf-wrapper .conf-info > h2 {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .model-price-total {
        position: relative;
    }

    .conf-wrapper .conf-info > h3 {
     font-size: 16px;
    }

    .model-info .info p {
        font-size: 14px;
    }

    .model-info .model .price strong {
        font-size: 26px;
    }


}
@media (max-width: 768px) {

    .contact-content-wrapper {
        padding: 30px 0;
    }
    .coming-soon-content-holder {
        width: 80%;
    }
    .coming-soon-logo-block img {
        height: 35px;
    }
    .coming-soon-logo-wrapper {
        margin-bottom: 50px;
    }
    .coming-soon-content-holder h1,
    .single-page .single-banner .grid h2 {
        font-size: 20px;
    }
    .coming-soon-content-holder h2,
    .single-banner .content h1 {
        font-size: 26px;
        line-height: 40px;
    }
    .contact-data-wrapper {
        flex-wrap: wrap;
    }
    .contact-block-left,
    .contact-form {
        width: 100%;
    }
    .contact-wrapper h1 {
        margin: 20px 0;
        text-align: center;
    }
    .contact-block-left p,
    .contact-block-left a {
        font-size: 16px;
    }
    .contact-wrapper img {
        height: 400px;
    }
    .single-slider-wrapper img {
        height: 300px;
    }
    .image-desktop {
        display: none;
    }
    .image-mobile {
        display: block;
    }
    .single-car-wrapper,
    .interior-car-wrapper {
        min-height: unset;
    }
    .single-car-wrapper img,
    .interior-car-wrapper img {
        min-height: 550px;
        height: 550px;
    }
    .single-car-wrapper .flex,
    .single-banner .content-bottom .flex,
    .home .section .content-bottom .flex {
        flex-wrap: wrap;
        gap: 20px;
    }
    .single-car-wrapper .flex a,
    .single-banner .content-bottom .flex a,
    .home .section .content-bottom .flex a{
        width: 90%;
        padding: 10px 0;
    }
    .single-battery a {
        margin-top: 30px;
    }
    .content.single-battery p {
        width: 370px;
    }
    .bottom-section .flex-box {
        flex-wrap: wrap;
        gap: 50px;
        padding: 40px 30px;
    }
    .bottom-section .flex-box .col,
    .configuration-main-text-block {
        width: 100%;
        text-align: center;
    }
    .configuration-main-text {
        flex-wrap: wrap;
        gap: 20px;
        padding: 20px 0 50px 0;
    }
    .configuration-main-text-block h3 {
        padding-bottom: 10px;
    }
    .flex-pdf {
        grid-template-columns: repeat(1, 1fr);
        margin-top: 50px;
    }
    .flex-pdf .col {
        height: 350px;
    }
    .flex-pdf h3 {
        font-size: 18px;
    }
    .bottom-section {
        padding: 50px 0;
    }
    .bottom-section .flex-box h4 {
        font-size: 20px;
    }
    .single-content-description {
        width: 90%;
        margin-bottom: 10px;
    }
    .single-banner p {
        font-size: 12px;
    }
    .single-page .single-banner .grid {
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    .single-page .single-banner .grid .col {
        width: 45%;
    }
    .postid-258 .configuration-wrapper .image-mobile {
        min-height: 1200px;
        height: 1200px;
    }
    .footer-logo h2,
    footer .flex h3 {
        font-size: 18px;
    }
    footer .footer-logo img {
        max-height: 60px;
    }
    .page-template-template-about .banner .content {
        width: 90%;
    }
    .price-car-holder h3 {
        font-size: 26px;
    }
    .price-car-block-text h4 {
        font-size: 24px;
    }
    .thank-you-container {
        max-width: 350px;
        margin: 150px auto 70px auto;
        padding: 20px;
    }
    .thank-you-container h1 {
        font-size: 26px;
    }
    .thank-you-container a {
        margin-top: 15px;
    }
}
@media only screen and (max-width: 641px) {
    .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
        line-height: unset !important;
    }
    .single-car-wrapper .content h2 {
        width: 80%;
        margin: 0 auto;
    }
    .home .section .content-technology {
        width: 90%;
        left: 50%;
        transform: translateX(-50%);
        top: 10%;
    }
    .home .section .content {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 30px;
        /*left: 50%;*/
        /*transform: translateX(-50%);*/
    }
    .home .section .content h1,
    #section-tech-home h2 {
        font-size: 34px;
    }
    .home .section .content p span.price, .content p span.price {
        font-size: 26px;
    }
}
@media (max-width: 600px) {
    .coming-soon-content-holder {
        width: 90%;
    }
    .coming-soon-logo-wrapper {
        flex-direction: column;
        gap: 50px;
    }
    .coming-soon-logo-block:nth-child(1)::after {
        content: "";
        display: block;
        width: 150px;
        height: 1px;
        background-color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .contact-data-wrapper {
        flex-direction: column;
    }
    .contact-block-left,
    .contact-block-right,
    .copyright-left,
    .copyright-right {
        width: 100%;
    }
    .flex-pdf .col {
        height: 200px;
    }
    .single-slider-wrapper img {
        height: 250px;
    }
    footer .flex .right {
        grid-template-columns: repeat(1, 1fr);
    }
    footer .flex h3 {
        height: auto;
    }
    footer .right .col:not(.no-toggle) ul,
    .configuration-main-text-block ul {
        display: none;
    }
    footer .footer-toggle i {
        transition: transform 0.3s ease;
    }
    footer .footer-toggle.rotate i {
        transform: rotate(180deg);
    }
    footer .right .col h3,
    .configuration-main-text-block h3 {
        position: relative;
        cursor: pointer;
    }
    footer .right .col h3::after,
    .configuration-main-text-block h3::after {
        content: '\f078';
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%) rotate(0deg);
        transition: transform 0.3s ease;
        font-family: "font awesome 5 pro";
        font-weight: 500;
        color: #fff;
        font-size: 18px;
    }
    footer .right .col h3.open::after,
    .configuration-main-text-block h3.open::after {
        transform: translateY(-50%) rotate(180deg);
    }
    footer .right .col.no-toggle h3::after {
        display: none;
    }
    .copyright-wrapper {
        flex-wrap: wrap;
        gap: 10px;
    }
    .about-wrapper .flex .col img {
        width: 100%;
    }
    .single-banner .content {
        top: 10%;
    }
    .single-banner .content-bottom {
        bottom: 20px;
    }
    .configuration-text-wrapper {
        width: 90%;
    }
}


/* stilizacija blog */
.single-vesti-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
    padding-top: 30px;
}
.single-vesti-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.single-vesti-header h1 {
    margin: 0;
}
.post-content p {
    font-size: 18px;
}
.post-content p em {
    font-style: normal;
    font-size: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    display: block;
}

.single-vesti-images,
.single-vesti-content {
    width: 50%;
}
.post-content-mobile {
    display: none;
}
.single-blog img {
    margin: 0;
}
.single-vesti-main-image img,
.single-vesti-gallery-image img {
    width: 100%;
    display: block;
    border-radius: 8px;
    margin-bottom: 20px;
}
.blog-page p {
    font-size: 16px;
}
.blog-page .cat_desc {
    display: flex;
    flex-direction: column;
}
@media (max-width: 768px) {
    .blog-page .grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .single-vesti-wrapper {
        flex-direction: column;
    }
    .single-vesti-images,
    .single-vesti-content {
        width: 100%;
    }
    .post-content-mobile {
        display: block;
    }
    .post-content-desktop {
        display: none;
    }
    .blog-page h1,
    .blog-page .full {
        margin-top: 20px;
    }
    .blog-page h1 {
        font-size: 32px;
    }
    .blog-page .full h2 {
        font-size: 26px;
    }
    .blog-page .full {
        padding-bottom: 20px;
    }
    .blog-page .full .flex {
        flex-direction: column;
        gap: 20px;
    }
    .blog-page .full .flex :is(.cat_img, .cat_desc) {
        width: 100%;
    }
    .single-vesti-header {
        flex-wrap: wrap;
    }
    .single-vesti-header h1 {
        margin-bottom: 10px;
    }
    .single-vesti-header h1,
    .single-vesti-date {
        width: 100%;
    }
    .post-content p em {
        font-size: 20px;
    }
    .post-content p {
        font-size: 16px;
    }
    .latest-posts ul {
        flex-wrap: wrap;
    }
    .latest-posts li {
        width: 100%;
    }
}



