/* import fonts here */

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* import fonts here */



/* basic css*/

:root {
    --primary-color: #0E0E0E;
    --transition: .4s;
}
html, body { overflow-x: hidden; }

body {
    font-family: "Inter", sans-serif;
    
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

p {
    margin: 0;
}

a {
    text-decoration: none;
    transition: var(--transition);
}

input,
textarea {
    outline: none;
    font-family: "Inter", sans-serif;
}

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

button,
label {
    font-family: "Inter", sans-serif;
}

img {
    width: 100%;
    height: auto;
    display: block;
}

.container,
.container1,
.container2 {
    padding-inline: 20px;
    margin-inline: auto;
    pointer-events: all;
}

.container {
    max-width: 1220px;
}

.container1 {
    max-width: 1366px;

}

.container2 {
    max-width: 1440px;
}

/* basic css */



/* header area start here */

header {
    background-color: #050810;
    padding-block: 11px;
}

.header__brand a:nth-child(1) {
    padding: 17px;
}

.header__brand a:nth-child(2) {
    padding: 18px;
}

.header__right {
    gap: 40px;
}

.header__brand a img {
    width: 68px;
}

.header__brand a:last-child img {
    width: 124px;
    height: 58px;
    object-fit: contain;
}

/* header area end here */



/* hero area start here */
.swiper-slide {
    pointer-events: all;
}
.hero__single__slider {
    height: calc(100vh - 96px);
    position: relative;
    padding-block: 60px;
    display: flex;
    align-items: end;
    pointer-events: none;
}

.hero__single__slider::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 0.5;
  z-index: 1;
  pointer-events: none;
}

.hero__single__slider::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at center,
    rgba(0, 0, 0, 0) 40%,
    rgba(0, 0, 0, 1) 100%
  );
  pointer-events: none;
}

.hero__single__slider .container1 {
    position: relative;
    z-index: 2;
}

.hero__slider__text h1 {
    color: #fff;
    font-size: 72px;
    font-weight: 300;
    line-height: 120%;
    letter-spacing: -0.72px;
    margin-bottom: 16px;
    margin-top: 40px;


}

.hero__slider__content {
    max-width: 48%;
}

.hero__slider__text p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 160%;
    margin-bottom: 40px;
  
}

.hero__slider__button a {
    color: #000;
    font-size: 17.016px;
    font-weight: 500;
    line-height: 20px;
    padding: 16px 24px;
    background: #fff;
    border-radius: 100px;
    border: 1px solid transparent;

}

.hero__slider__button a:hover {
    background: transparent;
    border-color: #fff;
    color: #fff;
}

.hero__slider__button a:last-child:hover {
    background: #fff;
    color: #000;
}

.hero__slider__button {
    gap: 20px;
}

.hero__slider__button a:last-child {
    background: transparent;
    border-color: #fff;
    color: #fff;
}

.hero__wrapper .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    gap: 8px;
    position: unset;
}

.hero__wrapper .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #fff;
    opacity: .5;
    transition: var(--transition);
    margin: 0;
}

.hero__wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
    width: 30px;
    border-radius: 100px;
}

.hero__wrapper .swiper-button-prev:hover {
    background: #fff !important;
    color: #000 !important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    display: none;
}

.hero__area .swiper-button-prev,
.hero__area .swiper-button-next,
.hero__slider__nav {
  display: none;
}
.hero__area .heroSlider:has(.swiper-slide:nth-of-type(2)) .swiper-button-prev,
.hero__area .heroSlider:has(.swiper-slide:nth-of-type(2)) .swiper-button-next {
  display: flex;
}
.hero__wrapper .swiper-button-prev {
    background: transparent !important;
    color: #fff !important;
}

.hero__wrapper .swiper-button-next:hover {
    background: #D9D9D9;
}

.hero__wrapper .swiper-button-prev,
.hero__wrapper .swiper-button-next {
    width: 50px;
    height: 50px;
    font-size: 25px;
    background: #fff;
    border-radius: 100px;
    color: #000;
    position: unset;
    margin: 0;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    transition: var(--transition);
}

.hero__slider__dotted {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.hero__slider__nav {
    display: flex;
    gap: 16px;
    position: absolute;
    right: 20px;
    bottom: 60px;
    z-index: 9;
}

/* hero area end here */



/* brand area start here */

main {
    overflow: hidden;
}

.brand__area {
    padding-block: 80px 40px;
}

.brand__title h1 {
    color: var(--primary-color);
    font-size: 48px;
    font-weight: 300;
    line-height: 120%;
    letter-spacing: -0.48px;
    margin-bottom: 30px;
    
}

.single__brand {
    padding: 40px 20.667px;
    border-radius: 40px;
    border: 1px solid rgba(6, 6, 6, 0.10);
    background: #F9F9F9;
    width: 31.8%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}

.single__brand:hover {
    background: #f9f9f9;
    box-shadow: 0px 10px 20px 2px rgba(0, 0, 0, 0.10);
}

.single__brand a {
    display: flex;
    align-items: center;
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.2px;
    gap: 6px;
}

.single__brand:nth-child(1) .brand__wrapper img {
    width: 168.316px;
    padding-bottom: 35px;
}

.single__brand:nth-child(2) .brand__wrapper img {
    width: 130.632px;
    padding-bottom: 20px;
}

.single__brand:nth-child(3) .brand__wrapper img {
    width: 230px;
}

.brand__wrapper:hover img {
    transform: scale(1.1);
}

.brand__wrapper img {
    transition: var(--transition);
}

/* brand area end here */



/* poster area start here */

.poster__area {
    padding-block: 60px;
}

.poster__box {
    display: flex;
    gap: 304px;
    flex-direction: column;
    padding: 40px;
    border-radius: 30px;
    border: 1px solid rgba(242, 242, 242, 0.10);
    position: relative;
    z-index: 3;
    height: 100%;
    justify-content: space-between;
}

.poster__box::after {
    background: #000;
    position: absolute;
    content: '';
    inset: 0;
    border-radius: 30px;
    opacity: .5;
}

.poster__arrow__link {
    flex-shrink: 0;
    opacity: 0;
}

.poster__box:hover .poster__arrow__link {
    opacity: 1;
    visibility: visible;
}

.single__poster {
    width: 49.4%;
}

.poster__top,
.poster__bottom {
    position: relative;
    z-index: 2;
}

.poster__top h1 {
    color: #FFF;
    font-size: 48px;
    font-weight: 300;
    line-height: 120%;
    letter-spacing: -0.48px;

}

.poster__bottom p,
.poster__bottom p a {
    color: #FFF;
    font-size: 18px;
    font-weight: 200;
    line-height: 160%;

}

.poster__bottom p {
    max-width: 57%;
}

/* poster area end here */



/* service area start here */

.service__area {
    padding-block: 100px;
}

.service__title h1 {
    color: #0E0E0E;
    font-size: 56px;
    font-weight: 300;
    line-height: 120%;
    letter-spacing: -0.56px;
    margin-bottom: 47px;

}

.service__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
     align-items: stretch;
}

.service__bg {
    width: 100%;
    grid-column: span 2;
    position: relative;
    border-radius: 40px;
    border: 1px solid #E1E1E1;
    padding: 30px;
}

.service__bg::after {
    position: absolute;
    content: '';
    background: #000;
    inset: 0;
    opacity: .5;
    border-radius: 40px;
    pointer-events: none;
}

.single__service {
    border-radius: 40px;
    border: 1px solid #E1E1E1;
    background: #F9F9F9;
    padding: 40px 34px;
    transition: var(--transition);
    cursor: pointer;

    height: 100%; /* Makes sure cards take full available height */
    display: flex; /* To keep internal content aligned */
    flex-direction: column;
    justify-content: space-between;
}

.single__service:hover {
    background: #F9F9F9;
    box-shadow: 0px 10px 20px 2px rgba(0, 0, 0, 0.10);
}

.service__icon img {
    width: 120px;
    margin: auto;
}

.service__text {
    position: relative;
    z-index: 2;
    max-width: 290px;
}

.service__text h1 {
    color: #FFF;
    font-size: 40px;
    font-weight: 300;
    line-height: 120%;
    letter-spacing: 0.2px;
 

}

.service__text a {
    color: #FFF;
    font-size: 17.016px;
    font-weight: 500;
    line-height: 20px;
    border-radius: 40px;
    border: 0.5px solid #FFF;
    padding: 12px 24px;
    display: inline-flex;
    margin-top: 20px;


}

.service__text a:hover {
    background: #fff;
    color: #000;
}

.single__service input {
    display: none;
}

.service__text p {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
}

.service__card input {
    display: none;
}

.service__card input:checked~.single__service {
    background: #F0F0F0;
    box-shadow: 0px 10px 20px 2px rgba(0, 0, 0, 0.10);
}

/* service area end here */



/* banner area start here */

.banner__wrapper {
    padding-block: 100px;
    border-radius: 45px;
}

.banner__wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 45px;
    pointer-events: none;
}

.banner__wrapper:nth-of-type(1)::after {
    background: linear-gradient(
      to right,
      rgba(0,0,0,0.9) 0%,
      rgba(0,0,0,0)   100%
    );
}

.banner__wrapper:nth-of-type(2)::after {
    background: linear-gradient(
      to left,
      rgba(0,0,0,0.9) 0%,
      rgba(0,0,0,0)   100%
    );
}

.banner__wrapper:nth-of-type(3)::after {
    background: linear-gradient(
      to right,
      rgba(0,0,0,0.9) 0%,
      rgba(0,0,0,0)   100%
    );
}


.banner__text h1 {
    color: #FFF;
    font-size: 48px;
    font-weight: 300;
    line-height: 120%;
    letter-spacing: -0.48px;
    padding-block: 30px 16px;

}

.banner__text p {
    color: #FFF;
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;

}

.banner__text .car__price {
    color: #FFF;
    font-size: 48px;
    font-weight: 500;
    line-height: 24px;
    margin-block: 20px;
    display: block;
}

.banner__button .offer__btn {
    color: #000;
    font-size: 17.016px;
    font-weight: 500;
    line-height: 20px;
    border-radius: 40px;
    background: #FFF;
    padding: 12px 24px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 40px;
    border: 1px solid transparent;
}

.banner__content__wrap {
    position: relative;
    z-index: 2;
    padding: 50px 80px;
    max-width: 450px;
}

.banner__button .offer__btn:hover {
    background: transparent;
    border-color: #fff;
    color: #fff;
}

.banner__button .offer__btn:hover svg path {
    fill: #fff;
}

.banner__button .offer__btn svg path {
    transition: var(--transition);
}

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

/* banner area end here */



/* content area start here */

.content__area {
    background: #F7F7F7;
    padding-block: 60px;
    margin-top: 20px;
}

.content__wrapper {
    width: 58%;
}

.content__text {
    width: 34%;
}

.content__wrapper {
    width: 57%;
    border-radius: 30px;
    border: 1px solid rgba(6, 6, 6, 0.10);
    background: #FFF;
    overflow: hidden;
}

.content__wrapper:hover img {
    transform: scale(1.1);
}

.content__wrapper img {
    border-radius: 30px;
    transition: var(--transition);
}


.content__text h1 {
    color: #040403;
    font-size: 48px;
    font-weight: 300;
    line-height: 120%;
    letter-spacing: -0.48px;
}

.content__text p {
    color: #040403;
    font-size: 16px;
    font-weight: 300;
    line-height: 160%;
    margin-block: 40px;
}

.content__text a {
    color: #FFF;
    font-size: 17.016px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding: 17px 24px;
    display: inline-flex;
    background: #000000;
    border-radius: 100px;
    border: 1px solid transparent;
}

.content__text a:hover {
    background: #fff;
    border-color: #000;
    color: #000;
}

/* content area end here */



/* blog area start here */

.blog__area {
    padding-block: 80px;
}

.blog__title p {
    color: var(--primary-color);
    font-size: 12px;
    font-weight: 200;
    line-height: 14.4px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.blog__title h1 {
    color: var(--primary-color);
    font-size: 48px;
    font-weight: 300;
    line-height: 120%;
    letter-spacing: -0.48px;
}

.blog__title {
    margin-bottom: 50px;
}

.single__blog {
    width: 31.7%;
       display: flex;
    flex-direction: column;
} 
 
.blog__name {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 160%;
}

.blog__date {
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 300;
    line-height: 160%;
}

.blog__top {
    margin-bottom: 10px;
}

.blog__post__title {
    color: #000;
    font-size: 32px;
    font-weight: 300;
    line-height: 130%;
    letter-spacing: -0.32px;
    margin-bottom: 10px;
    display: inline-flex;
}

.blog__main p {
    color: #666;
    font-size: 16px;
    font-weight: 300;
    line-height: 160%;
}

.blog__next {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    background: #fff;
    justify-content: center;
    border-radius: 100px;
    margin-top: 10px;
}

.single__blog:hover .blog__next {
    background: #000;
    fill: #fff !important;
}

.single__blog:hover .blog__next svg path {
    fill: #fff !important;
}

.blog__next:hover svg path {
    fill: #fff;
}

.blog__next svg path {
    transition: var(--transition);
}

.blog__text {
    border-radius: 0px 0px 40px 40px;
    background: #F7F7F7;
    padding: 20px;
}

.blogSlider__dots .swiper-pagination {
    position: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    gap: 8px;
}

.blogSlider__dots .swiper-pagination-bullet {
    margin: 0 !important;
    transition: var(--transition);
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
    border-radius: 100px;
    background: #000;
}

/* blog area end here */



/* footer area start here */

.footer__area {
    background: #040403;
    padding-block: 80px 20px;
}

.footer__left {
    width: 36.2%;
}

.footer__right {
    width: 51.3%;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.footer__credit p {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.footer__credit p a {
    color: #fff;
}

.footer__credit {
    padding-block: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    margin-top: 60px;
}

.footer__logo img {
    max-width: 174px;
    max-height: 50px;
}

.footer__left__wrapper p {
    color: #FFF;
    font-size: 16px;
    font-weight: 100;
    line-height: 28.8px;
    margin-block: 30px;
}

.footer__social {
    gap: 24px;
}

.footer__social a {
    color: #fff;
    font-size: 25px;
    display: flex;
}

.footer__nav__flex {
    gap: 20px;
}

.footer__single__navigation ul li.leading__nav a::after {
    background: #A3A3A3;
}

.footer__single__navigation ul li.leading__nav a {
    color: #A3A3A3;
    font-weight: 200;
}

.footer__single__navigation ul li a {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.4px;
    position: relative;
}

.footer__single__navigation ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer__single__navigation ul li a::after {
    position: absolute;
    content: '';
    background: #fff;
    height: 1px;
    width: 0%;
    bottom: -1px;
    left: 0;
    transition: var(--transition);
}

.footer__single__navigation ul li a:hover::after {
    width: 100%;
}

/* footer area end here */




/* Podstran znamke - Kia start here */

/* edit css start here */

.subPage__hero .hero__slider__logo {
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 2;
    max-width: 1366px;
    margin: auto;
    right: 0;
    padding-inline: 20px;
    padding-top: 20px;
}



.content__container .content__flex {
    padding-block: 60px;
}

/* edit css end here */



/* model area start here */

.model__area {
    padding-block: 40px 60px;
}

.model__info {
    margin-top: 10px;
}

.model__info h1 {
    color: var(--primary-color);
    font-size: 24px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 8px;
}

.single__model {
    width: 23.5%;
    margin-bottom: 37px;
}

.model__wrapper img {
    opacity: .6;
    transition: var(--transition);
}

.model__wrapper:hover>img {
    opacity: 1;
}

.view__btn {
    color: #000;
    font-size: 17.016px;
    font-weight: 500;
    line-height: 20px;
    padding: 12px 24px;
    border: 0.5px solid #000;
    display: inline-flex;
    border-radius: 100px;
}

.view__btn:hover {
    background: #000;
    color: #fff;
}

.view__more__btn {
    color: #FFF;
    font-size: 17.016px;
    font-weight: 500;
    line-height: 20px;
    padding: 16px 24px;
    display: inline-flex;
    background: #000;
    border-radius: 100px;
    border: 1px solid transparent;
}

.view__more__btn:hover {
    border-color: #000;
    background: #fff;
    color: #000;
}

.model__tab__button {
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 37px;
}

.model__tab__trigger {
    padding: 12px 35px;
    background: transparent;
    border: none;
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
}

.model__tab__trigger.active {
    border-bottom: 2px solid #000;
}

/* model area end here */

/* Podstran znamke - Kia end here */







/* servis page start here */

.page__headline {
    padding-block: 60px 44px;
}

.page__headline ul {
    display: flex;
    gap: 8px;
}

.page__title::after {
    position: absolute;
    content: '';
    background: #000;
    inset: 0;
    opacity: .5;
}

.page__title__text h1 {
    color: #FFF;
    font-size: 56px;
    font-weight: 300;
    line-height: 120%;
    letter-spacing: -0.56px;

}

.page__title__content {
    position: relative;
    z-index: 2;
    padding-top: 109px;
}

.page__headline ul li a,
.page__headline ul li {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0.28px;

}

.page__headline ul li a.current__page {
    color: rgba(255, 255, 255, 0.50);
}

.contact__area {
    padding-block: 40px 60px;
    justify-content: center;

}

.contact__wrapper {
    border-radius: 20px;
    border: 1px solid #E1E1E1;
    background: #F7F7F7;
    padding: 40px;
    max-width: 1080px;
}

.contact__form__title h1 {
    color: var(--primary-color);
    font-size: 32px;
    font-weight: 300;
    line-height: 130%;
    letter-spacing: -0.32px;
    margin-bottom: 30px;
}

.form__dropdown__container {
    display: flex;
    margin-bottom: 24px;
    gap: 20px;
}

.custom-select-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 6px;
    border: 1px solid #BDBDBD;
    background: #FFF;
    position: relative;
}

.dropdown__arrow {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    transition: var(--transition);
}

.form__flex__group {
    display: flex;
    margin-bottom: 24px;
    gap: 20px;
}

.single__input__container {
    width: 32%;
}

.form__label__box {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    padding: 15px 16px;
    background: #ffff;
    border-radius: 6px;
    border: 1px solid #BDBDBD;
    position: relative;
    display: flex;
    gap: 10px;
    align-items: center;
}

.form__flex__group .custom-select {
    margin: 0;
}

.form__personal__info .single__input__container {
    width: 33.3%;
    
}

.input__date__box input {
    width: 100%;
    padding: 13px 16px;
    border-radius: 6px;
    border: 1px solid #BDBDBD;
    background: #FFF;
}

.form__personal__info textarea {
    width: 100%;
    height: 100%;
    padding: 13px 16px;
    border-radius: 6px;
    border: 1px solid #BDBDBD;
    background: #FFF;
    scrollbar-width: none;
}

.form__personal__info input {
     -webkit-appearance: none;
    width: 100%;
    padding: 13px 16px;
    border-radius: 6px;
    border: 1px solid #BDBDBD;
    background: #FFF;
    min-height: 50px;
}

.form__personal__info input:focus {
    outline: 1px solid #000;
}

.form__personal__info input:focus {
    outline: 1px solid #000;
}

.checkbox__container {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
    align-items: start;
}

.checkbox__container label,
.checkbox__container label {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 125%;
}

.checkbox__container label a {
    text-decoration: underline;
    color: #000;
}

.form__submit__button button {
    color: #FFF;
    font-size: 17.016px;
    font-weight: 500;
    line-height: 20px;
    padding: 16px 24px;
    background: #000;
    border-radius: 100px;
    border: 1px solid transparent;
    transition: var(--transition);
}

.form__submit__button button:hover {
    background: transparent;
    color: #000;
    border-color: #000;
}

/* servis page end here */





/* custom from dropdown css start here */

.custom-select {
    position: relative;
    width: 32%;
}

.selected {
    cursor: pointer;
    min-height: 50px;
    width: 100%;
    padding: 9px 16px;
    display: flex;
    align-items: end;
    color: #000;
    font-size: 16px;
    line-height: 125%;
}

.options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border-top: none;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.25s ease, opacity 0.25s ease;
    z-index: 10;
    margin-top: 6px;
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
    opacity: 0;
    pointer-events: none;
    padding-block: 6px;
}

.custom-select.open .options {
    transform: scaleY(1);
    opacity: 1;
    pointer-events: auto;
}

.option {
    padding: 9px 16px;
    cursor: pointer;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 125%;
}

.option:hover {
    background-color: #f0f0f0;
}

.float-label {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    pointer-events: none;
    transition: all 0.2s ease;
    color: #828282;
    font-size: 16px;
    font-weight: 500;
}

.custom-select.active .float-label {
    top: 14px;
    font-size: 12px;
}

.dropdown__arrow i {
    font-size: 20px;
}

.custom-select.open .dropdown__arrow {
    transform: translateY(-50%) rotate(-180deg);
}

.custom-select.open .custom-select-top,
.custom-select.active .custom-select-top {
    border-color: #000000;
}

/* custom from dropdown css start here */







/* storitve - Popravila za vse zavarovalnice page start here */

.article__area {
    padding-block: 80px;
}

.article__content {
    max-width: 768px;
    margin: auto;
}

.single__article h1.heading1__article {
    color: #000;
    font-size: 56px;
    font-weight: 300;
    line-height: 120%;
    letter-spacing: -0.56px;
}

.heading2__article {
    font-size: 48px;
    font-weight: 300;
    line-height: 120%;
    letter-spacing: -0.48px;
}

.heading3__article {
    font-size: 32px;
    font-weight: 300;
    line-height: 130%;
    letter-spacing: -0.32px;
}

.heading4__article {
    font-size: 24px;
    font-weight: 400;
    line-height: 140%;
}

.heading5__article {
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
}

.single__article article {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.single__article h1 {
    margin-bottom: 16px;
}

.single__article article p {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 160%;
}

.single__article article p strong {
    font-weight: 700;
}

.whatsupp__btn {
    color: #FFF;
    font-size: 17.016px;
    font-weight: 500;
    line-height: 20px;
    border-radius: 40px;
    background: #000;
    padding: 16px 24px;
    display: inline-flex;
    gap: 12px;
    align-items: center;
    border: 1px solid transparent;
    margin-top: 26px;
}

.whatsupp__btn:hover {
    background: #fff;
    color: #000;
    border-color: #000;
}

.whatsupp__btn:hover svg path {
    fill: #000;
}

.whatsupp__btn svg path {
    transition: var(--transition);
}

.single__article {
    margin-bottom: 35px;
}

.single__article:nth-child(2) {
    margin: 0;
}

.single__article:last-child {
    margin-bottom: 0;
}

.article__image__wrapper {
    border-radius: 40px;
    margin-block: 26px 34px;
}

.article__image__wrapper img {
    border-radius: 40px;
    transition: var(--transition);
}

.article__image__wrapper:hover img {
    transform: scale(1.1);
}

.service__slider {
    padding-block: 60px;
}

.serviceSlide__wrapper img {
    width: 120px;
    margin: auto;
}

.service__slider__title {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.serviceSlider__navigation {
    gap: 16px;
}

.serviceSlider__title__text h1 {
    color: #000;
    font-size: 56px;
    font-weight: 300;
    line-height: 120%;
    letter-spacing: -0.56px;
}

.single__serviceSlide {
    padding: 40px 34px;
    border-radius: 40px;
    border: 1px solid #E1E1E1;
    background: #F9F9F9;
    height: 100%;
}

.serviceSlide__text p {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
    height: 55px;
}

.service__slider__container .swiper-button-next,
.service__slider__container .swiper-button-prev {
    position: unset;
    margin: 0;
}

.service__slider__container .swiper-button-next,
.service__slider__container .swiper-button-prev {
    border-radius: 40px;
    background: #000;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 22px;
    border: 1px solid transparent;
}

.service__slider__container .swiper-button-prev {
    background: transparent;
    border-color: #000;
    color: #000;
    transition: var(--transition);
}

.service__slider__container .swiper-button-prev:hover {
    background: #000;
    color: #fff;
}

.serviceSlider__dots .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.serviceSlider__dots .swiper-pagination {
    position: unset;
}

.serviceSlider__dots .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    transition: var(--transition);
}

.serviceSlider__dots .swiper-pagination-bullet-active {
    width: 30px;
    background: #000;
    border-radius: 100px;
}

/* storitve - Popravila za vse zavarovalnice end here */




/* blog page start here */

.blog__group {
    padding-block: 60px;
}

.blogGroup__content .single__blog {
    margin-bottom: 40px;
}

.blog__wrapper {
    border-radius: 40px 40px 0 0;
}

.blog__wrapper img {
    border-radius: 20px 20px 0 0;
    object-fit: cover;
}

.pagination__button button {
    width: 44px;
    height: 46px;
    border: none;
    background: transparent;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 160%;
    padding: 0;
    transition: var(--transition);
}

.pagination__button button:hover {
    background: #000;
    color: #fff;
}

.pagination__button {
    display: flex;
    align-items: center;
    gap: 8px;
}

.pagination__button button.current__page {
    background: #000;
    color: #fff;
    font-weight: 700;
}

.pagination__button .page__prev,
.pagination__button .page__next {
    font-size: 20px;
}

/* blog page end here */





/* O-nas page start here */

.page__starter {
    padding-block: 80px;
}

.page__starter__image img {
    border-radius: 40px;
}

.page__starter__text p {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
    max-width: 768px;
    margin: auto;
    margin-bottom: 60px;
}

.achievement__area {
    background: var(--primary-color);
    padding-block: 60px;
}

.achievement__flex {
    gap: 30px;
}

.achieve__number span {
    color: #FFF;
    font-size: 56px;
    font-weight: 300;
    line-height: 120%;
    letter-spacing: -0.56px;
}

.achieve__text p {
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
    line-height: 160%;
}

.single__achievement {
    gap: 30px;
    width: 44%;
}

.about__content {
    display: flex;
    flex-direction: column;
    gap: 160px;
}

.about__content .about__counter .single__counter span{
    font-size: 40px;
}

.about__area {
    padding-block: 80px;
}

.about__text {
    width: 46.5%;
}

.about__image {
    width: 46.5%;
}

.about__wrapper img {
    border-radius: 40px;
    transition: var(--transition);
}

.about__wrapper:hover img {
    transform: scale(1.08);
}

.about__wrapper {
    border-radius: 40px;
}

.about__text h1 {
    color: #000;
    font-size: 56px;
    font-weight: 300;
    line-height: 120%;
    letter-spacing: -0.56px;
    margin-bottom: 24px;
}

.about__text h1+p {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 160%;
}

.single__counter span {
    color: #000;
    font-size: 48px;
    font-weight: 300;
    line-height: 120%;
    letter-spacing: -0.48px;
    margin-bottom: 8px;
    display: inline-block;
}

.single__counter p {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 160%;
}

.about__counter {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 40px;
    margin-top: 48px;
}

.single__counter {
    width: 48%;
}

.learnMore__btn {
    color: #FFF;
    font-size: 17.016px;
    font-weight: 500;
    line-height: 20px;
    padding: 17px 24px;
    background: #000;
    display: inline-block;
    border-radius: 100px;
    border: 1px solid transparent;
    margin-top: 30px;
}

.learnMore__btn:hover {
    background: transparent;
    border-color: #000;
    color: #000;
}

.location__image {
    width: 56.77%;
}

.locaiton__info {
    width: 37.77%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.locaiton__title__left h1 {
    color: #000;
    font-size: 56px;
    font-weight: 300;
    line-height: 120%;
    letter-spacing: -0.56px;
    margin-bottom: 24px;
}

.location__place {
    display: flex;
    align-items: center;
    gap: 10px;
}

.location__title {
    margin-bottom: 40px;
}

.location__place a {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.direction__btn {
    color: #FFF;
    font-size: 17.016px;
    font-weight: 500;
    line-height: 20px;
    padding: 17px 24px;
    background: #000;
    border-radius: 100px;
    display: inline-block;
    border: 1px solid transparent;
}

.location__area {
    padding-block: 112px;
    background: #FAFAFA;
}

.direction__btn:hover {
    background: #fff;
    color: #000;
    border-color: #000;
}

.locationInfo__top h1 {
    color: #000;
    font-size: 32px;
    font-weight: 300;
    line-height: 130%;
    letter-spacing: -0.32px;
    margin-bottom: 16px;
}

.location__info__item address {
    margin: 0;
}

.location__info__item address span {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 160%;
}

.locationInfo__top .location__email a,
.location__email span {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 160%;
    text-decoration: underline;
}

.location__email span {
    text-decoration: none;
}

.locationInfo__top {
    margin-bottom: 16px;
}

.locationActive__time time {
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 160%;
}

.location__wrapper img {
    height: 100%;
}

.location__wrapper {
    height: 100%;
}

.team__area {
    padding-block: 112px;
}

.team__title h1 {
    color: #000;
    font-size: 56px;
    font-weight: 300;
    line-height: 120%;
    letter-spacing: -0.56px;
    margin-bottom: 24px;
}

.team__title p {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 160%;
}

.team__title {
    margin-bottom: 80px;
}


.teamMember__info h1 {
    color: #000;
    font-size: 32px;
    font-weight: 300;
    line-height: 130%;
    letter-spacing: -0.32px;
    margin-bottom: 4px;
}

.teamMember__info h5 {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 16px;
}

.teamMember__info p {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 160%;
}


.single__team__member {
    gap: 32px;
    width: 47%;
}

.team__flex {
    row-gap: 64px;
}

.teamMember__image img {
    transition: var(--transition);
    border-radius: 40px;
}

.teamMember__image:hover img {
    transform: scale(1.08);
}

.teamMember__image {
    border-radius: 40px;
    width: 296px;
    flex-shrink: 0;
}

.footer2 {
    background: #000000;
    padding-block: 80px 60px;
}

.footer2 .footer__credit {
    border: none;
    padding: 0;
    margin-top: 80px;
}

.contact__location,
.contact__number {
    gap: 10px;
}

.contact__location span,
.contact__number a {
    color: #AFAFAF;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
}

.footer__contact address {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer__contact .footer__social {
    margin-top: 40px;
}

.footer__flex {
    margin-top: 55px;
}

.footer__links h1 {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 19px;
}

.footer__links ul li a {
    color: #AFAFAF;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    margin-bottom: 19px;
    display: inline-block;
}

.footer__links ul li a:hover {
    color: #fff;
}

.footer__widget {
    width: 33.33%;
    border-left: 0.667px solid rgba(255, 255, 255, 0.30);
}

.footer__widget:first-child {
    border: none;
}

/* O-nas page end herer */





/* modal css start here */

.modal__close {
    background: transparent;
    border: none;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9;
    padding: 0;
}

.carModel__modal .modal-body {
    padding: 40px;
}

.carModel__modal .modal-content {
    border-radius: 40px;
}

.modal__brand__title h1 {
    color: var(--primary-color);
    font-size: 32px;
    font-weight: 300;
    line-height: 130%;
    letter-spacing: -0.32px;
    margin-block: 24px;
}

.modal__brand__car img {
    margin: auto;
    margin-bottom: 24px;
    object-fit: cover;
}

.modal__button {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0 30px;
}

.modal__button a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    background: #000;
    color: #fff;
    font-size: 17.016px;
    font-weight: 500;
    line-height: 20px;
    padding: 16px 24px;
    border-radius: 100px;
    border: 1px solid transparent;
}

.modal__button a svg path {
    transition: var(--transition);
}

.modal__button a:hover {
    color: #000;
    background: #fff;
    border-color: #000;
}

.modal__button a:hover svg path {
    fill: #000;
}

/* modal css end here */





/* mega menu start here */

.header__navigation {
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.megaMenu {
    max-width: 1080px;
    margin: auto;
    position: absolute;
    top: 110px;
    right: 0;
    background: #fff;
    z-index: 9;
    border-radius: 40px;
    opacity: 0;
    transform: scale(0);
    transform-origin: top right;
    transition: transform var(--transition), opacity var(--transition);
    box-shadow: -4px 10px 20px -15px #969696;
}

.megaMenu.active {
    transform: scale(1);
    opacity: 1;
}

.page__logo img {
    width: 112px;
}

.menu-toggle.active .hamburger {
    display: none;
}

.close__menu {
    display: none;
}

.menu-toggle.active .close__menu {
    display: block;
}

.brand__contact {
    width: 100%;
    display: flex;
    gap: 10px;
    align-items: center;
    border-top: 1px solid #E6E6E6;
    padding-top: 20px;
    padding-bottom: 20px;
}

.page__navigation {
    background: #F5F5F5;
    padding: 40px 50px;
    border-radius: 40px;
    width: 24.1%;
}

.mega__brand__navigation {
    padding: 40px 50px 0px 50px;
    width: 75.9%;
    gap: 1px;
}

.megaMenu__content ul li a {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 160%;
    display: inline-flex;
    align-items: center;
    position: relative;
    gap: 5px;
}

.megaMenu__content ul li a::after {
    position: absolute;
    content: '';
    background: #000;
    width: 0;
    height: 1px;
    bottom: 0;
    left: 0;
    transition: var(--transition);
}

.megaMenu__content ul li a:hover::after {
    width: 100%;
}

.megaMenu__content ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 28px;
}

.brand__contact span {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 160%;
}

.social__contact {
    gap: 10px;
    margin-top: 20px;
}

.brand__contact__button {
    display: flex;
    gap: 10px;
}

.brand__contact__button a {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    border: 1px solid #000;
    padding: 6px 20px;
    border-radius: 100px;
}

.brand__contact__button a:hover {
    background: #000;
    color: #fff;
}

/* mega menu end here */


.single__brand__navigation .brand__logo img {
    width: 50%;
}

.single__brand__navigation {
    width: 33.33%;
    padding-bottom: 40px;
}

.single__brand__navigation .brand__nav,
.brand__logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}




.footer__content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.footer__single__navigation {
    flex: 1 1 200px;
    box-sizing: border-box;
    padding: 0.5rem;
}

.footer__single__navigation nav {
    display: flex;
    flex-direction: column;
}

.footer__single__navigation .leading__nav {
    margin-bottom: 0.5rem;
}

.hero__single__slider>*:not(.hero__slider-image) {
    pointer-events: none;
}
.hero__single__slider .container1 {
    pointer-events: all;
    z-index: 2;
}
.hero__single__slider .hero__slider-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    pointer-events: all;
}

.poster__box {
    position: relative;
    overflow: hidden;
}

.poster__box .poster__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.service__bg-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
    display: block;
    border-radius: 40px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(225, 225, 225);
    border-image: initial;

}


.banner__wrapper {
    position: relative;
}

.banner__wrapper .banner__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    pointer-events: auto;
    border-radius: 40px;
    border-image: initial;
}

.brez.besedila .banner__wrapper .banner__img {
    object-position: center;
    pointer-events: auto;
    border-radius: 20px;
    border-image: initial;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    max-height: 750px;
    /*aspect-ratio: 16 / 9;*/
}

.brez.besedila .banner__wrapper{
    padding-block: 0;
}

.banner__wrapper .banner__content__wrap {
    z-index: 2;
}

.page__title {
  position: relative;
  overflow: hidden;
  pointer-events: none;
}

.page__title__bg {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: auto;
}

.page__title__content {
  position: relative;
  z-index: 1;
}


.model__flex {
    gap: 30px;
}

.content__container .content__flex {
  flex-direction: row-reverse !important;
} 

.header__logo {
    max-width: 174px;
    max-height: 50px;
}


.subPage__hero .hero__single__slider .container1 {
    pointer-events: all;
    z-index: 2;
}

.subPage__hero .hero__single__slider__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: all;
}

.model__flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.single__model {
  flex: 1 1 100%;
  max-width: 100%;
}
@media (max-width: 375px) {
  .single__model {
    flex: 1 1 calc((100% - 20px) / 2);
    max-width: calc((100% - 20px) / 2);
  }
}
@media (min-width: 375px) {
  .single__model {
    flex: 1 1 calc((100% - 20px) / 2);
    max-width: calc((100% - 20px) / 2);
  }
}

@media (min-width: 600px) {
  .single__model {
    flex: 1 1 calc((100% - 40px) / 3);
    max-width: calc((100% - 40px) / 3);
  }
}

@media (min-width: 1024px) {
  .single__model {
    flex: 1 1 calc((100% - 60px) / 4);
    max-width: calc((100% - 60px) / 4);
  }
}

@media (min-width: 1440px) {
  .single__model {
    flex: 1 1 calc((100% - 80px) / 5);
    max-width: calc((100% - 80px) / 5);
  }
}
.row .custom-select,
.row .single__input__container {
  width: 100%;      
}

.single__input__container{
    max-width: 319.33px;
}
.formInput {
    max-height: 50px;
}
.custom-select-top {
  min-height: 50px;
  padding: 9px 16px;
  border: 1px solid #BDBDBD;
  border-radius: 6px;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.custom-select-top .dropdown__arrow {
  margin-left: auto;
}

.selected-text {
  color: #828282;
  white-space: nowrap;
}

.real-input:not([value=""]) + 
.custom-select-top .selected-text,
.custom-select.open .selected-text {
  color: #000;
}

.form__label__box input {
    width: auto;
}

.contact__area label {
    color: #000000;
}

.contact__area span {
    overflow:hidden;
}

.form__flex__group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; 
}

.form__flex__group > .single__input__container {
  flex: 1 1 calc(33.333% - 20px);
  max-width: calc(33.333% - 20px);
}

@media (max-width: 991px) {
  .form__flex__group > .single__input__container {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}

@media (max-width: 600px) {
  .form__flex__group > .single__input__container {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.form-alert-message {
    margin-top: 15px;
}

.contact__area .container1 {
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.mega__brand__navigation {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem; 
}

.single__brand__navigation {
  flex: 1 1 calc(33.333% - 0.5rem);
  max-width: calc(33.333% - 0.5rem);
}

.novice_group {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    max-width: 1200px;
    margin: 0 auto;
    gap: 24px;
    padding: 40px 20px;
    justify-content: center;
}

@media (min-width: 1024px) {
    .novice_group {
        grid-template-columns: repeat(4, 1fr);
    }
}

.novice_group .single__blog {
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}



.blog__wrapper {
    height: 200px; 
}

.blog__wrapper a {
    display: block;
    height: 100%;
}

.blog__wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}

.blog__wrapper {
   overflow: hidden;
}


/* .single__blog:hover .blog__wrapper img {
    transform: scale(1.05);
} */

.blog__text {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 20px;
    justify-content: space-between;
}

.blog__top {
    margin-bottom: 12px;
}



.blog__main {
    flex: 1;
    margin-bottom: 16px;
}

.blog__post__title {    
    /* Limit title to 3 lines*/
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.blog__main p {
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    /* Limit description to 2 lines */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


@media (min-width: 768px) and (max-width: 1024px) {
    .novice_group {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 480px) and (max-width: 768px) {
    .novice_group {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 425px) {
    
    .novice_group {
        grid-template-columns: 1fr;
        padding: 20px 16px;
    }
    

    
    .blog__wrapper {
        height: 180px;
    }
}

@media (max-width: 320px) {

    
    .blog__wrapper {
        height: 160px;
    }
    
    .blog__text {
        padding: 16px;
    }
}


.blog_page_headline {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 84px;
    color: white;
}   

.validationMessages {
    color: darkred;
}

/* li::marker {
    display: flex;
}
 */
li {
  list-style-position: inside; /* Keeps bullet and text on the same line */
}

/* li p {
   display: flex;
} */
 li p {
  display: inline;  /* Make the text inline so it stays with the bullet */
  margin: 0;        /* Remove default margins */
  padding: 0;       /* Remove default padding if needed */
}

 div.placeholder-zemljevid{
     width: auto;
     height: 400px;
 }

 #datetimepickerContainer .flatpickr-calendar{
     top: unset !important;
     left: unset !important;
 }

.flatpickr-current-month{
    font-size: 16px !important;
}

.form__personal__info .flatpickr-months input{
    min-height: unset !important;
}

.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
    display: flex;
    align-items: center;
}

.contact__area{
    min-height: 600px;
}

span.flatpickr-day.selected {
    height: fit-content;
    padding: 0;
    min-height: unset;
    height: 39px;
    background-color: #050810;
    border-color: #050810;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay{
    background-color: #050810 !important;
    border-color: #050810 !important;
}

.flatpickr-day.selected:hover{
    background-color: #050810 !important;
    border-color: #050810 !important;
}

footer.footer__area{
    transform: unset !important;
}

@media (max-width: 600px) {
    .flatpickr-calendar.animate.open{
        position: relative;
    }

    .banner__area .banner__content .banner__img{
        height: unset !important;
    }

    .hero__slider__text p{
        margin-bottom: 20px;
    }
}

.blog__wrapper img[src*="placeholder-image.svg"] {
    object-fit: contain;
}

.blogMobile__slider .swiper-slide {
    height: auto !important;
    display: flex;
}

.Vozila.banner.no-text .banner__wrapper::after{
    background: none;
}

.Vozila.banner.no-text .banner__content__wrap{
    visibility: hidden;
}

#productCarousel .carousel-item img{
    object-fit: cover;
    max-height: 800px;
}

.videos .article__content .single__article div{
    width: fit-content;
}

.videos .article__content .single__article{
    display: grid;
    gap: 25px;
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
}

.videos .article__content{
    max-width: unset;
}