/*
Theme Name: Autoniq
Author: true
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: autoniq
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Preloader CSS */
#loadingMask {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #000;
    opacity: 1;
    z-index: 1000;
    text-align: center;
}

.preloader-image {
    width: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* END Preloader CSS */

/* Scrollbar CSS */

/* ::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background: #4e4f53;
    border-radius: 6px;
}

::-webkit-scrollbar-track {
    background: #1d1e23;
} */

/* END Scrollbar CSS */

/* Tables Scrollbar */


/* Tables Scrollbar */

/* Global CSS */
body {
    font-family: "Barlow", sans-serif;
    overflow-x: hidden;
    background: #eef2f6;
}

.no-scroll {
    overflow-y: hidden;
}

/* wp class */
body.page-template-faq {
    background: #fff;
}

::selection {
    color: #FFF;
    background: #219696;
}

.container {
    max-width: 1272px;
}

.container.container-no-gutter {
    max-width: 1240px;
}

.row > * {
    padding-right: 16px;
    padding-left: 16px;
}

ul li a:hover {
    color: #219696;
    transition: 200ms all ease-in-out;
}

ul li a:hover > svg path {
    stroke: #219696;
    transition: 200ms all ease-in-out;
}

a {
    color: #000000;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: -0.01em;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    font-size: 36px;
    line-height: 43.2px;
    margin-bottom: 0;
}

h3 {
    font-size: 18px;
    line-height: 23.4px;
}


.btn {
    padding: 10px 16px;
    border-radius: 4px;
    font-weight: 700;
    transition: 200ms all ease-in-out;
    letter-spacing: -0.01em;
}

.btn-1 {
    background: #219696;
    color: #fff;
}

.btn-1:hover,
.btn-1:focus,
.btn-1:active,
.btn-1:active:focus,
.btn-1::selection {
    background: #1A7272;
    color: #fff;
    box-shadow: 0px 5px 55px 0px #2196964D;
}

.btn-2 {
    background: #000;
    color: #fff;
    gap: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-2:hover,
.btn-2:focus,
.btn-2:active,
.btn-2:active:focus,
.btn-2::selection {
    background: #000;
    color: #fff;
    box-shadow: 0px 5px 55px 0px #0000004D;
}

.btn-3 {
    background: transparent;
    border: 1px solid black;
}

.btn-3-alt {
    background: transparent;
    border: 1px solid #219696;
    color: #219696;
    padding: 15px;
}

.btn-3:hover,
.btn-3:focus,
.btn-3:active,
.btn-3:active:focus,
.btn-3::selection {
    background: black;
    border: 1px solid black;
    color: #fff;
}

.btn-3-alt:hover,
.btn-3-alt:focus,
.btn-3-alt:active,
.btn-3-alt:active:focus,
.btn-3-alt::selection {
    background: #219696;
    color: #fff;
}

.btn-3:hover svg {
    stroke: white;
}

.color-primary {
    color: #219696;
}

.col-custom {
    padding-left: 10px;
    padding-right: 10px;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    letter-spacing: -0.01em;
    color: rgba(0,0,0,.65);
}

.d-mobile {
    display: none;
}

b, strong {
    font-weight: bold;
    color: #000;
    opacity: 1;
}

.fw-500 {
    font-weight: 500;
    color: rgba(0,0,0,1);
}

textarea {
    resize: none;
}

.margin-section {
    margin-bottom: 40px;
}

.mb-0 {
    margin-bottom: 0 !important;
}


.lb-cancel {
    background: url('assets/img/loading.gif') no-repeat;
}

.lb-nav a.lb-prev {
    background: url('assets/img/prev.png') left 48% no-repeat;
}

.lb-nav a.lb-next {
    background: url('assets/img/next.png') right 48% no-repeat;
}

.lb-data .lb-close {
    background: url('assets/img/close.png') top right no-repeat;
}

/* END Global CSS */

/* Header CSS */
#top-bar {
    padding: 10px 16px;
}

.top-bar-wrapper {
    display: flex;
    justify-content: space-between;
    background: #0000000D;
    padding: 16px 24px;
    margin: 0 auto;
    border-radius: 5px;
    max-width: 1240px;
}

.top-bar-wrapper ul {
    display: flex;
}

.top-bar-wrapper ul svg {
    margin-right: 10px;
}

.top-bar-wrapper ul li {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    margin: 0 20px;
}

.top-bar-wrapper ul li:first-child {
    margin-left: 0;
}

.top-bar-wrapper ul li:last-child {
    margin-right: 0;
}

.top-bar-wrapper a {
    letter-spacing: -0.01em;
}

#top-bar ul {
    list-style: none;
}

header {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1000;
}

header.p-0 {
    padding-left: 0;
    padding-right: 0;
}

nav {
    background: #000;
}

nav.sticky-top {
    box-shadow: 0px 5px 55px 0px #2196964D;
}

.nav-link {
    color: #fff;
    position: relative;
    font-size: 14px;
    line-height: 18.2px;
    white-space: nowrap;
    letter-spacing: -0.01em;
}

.nav-link:hover,
.nav-link:focus,
.nav-link:active,
.nav-link:active:focus,
.nav-link::selection {
    color: #219696;
}

.sub-menu .nav-link:hover::before,
.sub-menu .nav-link:hover::after {
    display: none;
}

header {
    max-width: 1272px;
    padding-left: 16px;
    padding-right: 16px;
    margin: 0 auto;
    margin-bottom: 16px;
}

header .navbar {
    padding: 16px 4px;
    border-radius: 4px;
}

header .navbar-brand {
    padding: 0;
}

header .navbar-brand img {
    width: 96px;
}

header ul {
    margin-left: 111.5px;
}

header ul li {
    margin: 0 12px;
    position: relative;
}

header ul li .sub-menu {
    margin-left: 0;
    position: absolute;
    background: black;
    padding: 10px;
    z-index: 999;
    display: none;
}

header #search-form {
    position: relative;
    align-items: center;
}

header #search-form input {
    background: #333333;
    color: #FFFFFF66;
    padding: 8px 10px 8px 48px;
    border: none;
    max-width: 195px;
}

header #search-form input:focus {
    box-shadow: none;
}

header #search-form input::placeholder {
    color: #FFFFFF66;
    letter-spacing: -0.01em;
}

header #search-form img {
    position: absolute;
    left: 18px;
}

button > span.navbar-toggler-icon {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><path stroke="%23FFF" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M4 7h22M4 15h22M4 23h22"/></svg>');
}

button#mobile-menu-toggle > span.navbar-toggler-icon {
    background: url('data:image/svg+xml,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M13 15.3566L22.4283 24.7849C22.7427 25.0885 23.1637 25.2565 23.6007 25.2527C24.0377 25.2489 24.4557 25.0736 24.7647 24.7646C25.0737 24.4556 25.249 24.0376 25.2528 23.6006C25.2566 23.1636 25.0886 22.7426 24.785 22.4283L15.3567 12.9999L24.785 3.57159C25.0886 3.25725 25.2566 2.83625 25.2528 2.39925C25.249 1.96226 25.0737 1.54424 24.7647 1.23523C24.4557 0.926213 24.0377 0.750931 23.6007 0.747133C23.1637 0.743336 22.7427 0.911326 22.4283 1.21492L13 10.6433L3.57166 1.21492C3.25591 0.918831 2.83735 0.757199 2.40454 0.764227C1.97174 0.771255 1.55864 0.946392 1.25267 1.25258C0.946702 1.55877 0.771856 1.97198 0.765135 2.40479C0.758413 2.8376 0.920341 3.25605 1.21666 3.57159L10.6433 12.9999L1.21499 22.4283C1.05581 22.582 0.928837 22.7659 0.841488 22.9692C0.75414 23.1726 0.708163 23.3913 0.70624 23.6126C0.704317 23.8339 0.746486 24.0534 0.830287 24.2582C0.914089 24.463 1.03784 24.6491 1.19433 24.8056C1.35082 24.9621 1.53691 25.0858 1.74173 25.1696C1.94656 25.2534 2.16603 25.2956 2.38733 25.2937C2.60862 25.2918 2.82732 25.2458 3.03066 25.1584C3.234 25.0711 3.41791 24.9441 3.57166 24.7849L13 15.3566Z" fill="black"/></svg>');
    background-repeat: no-repeat;
}

#mobile-menu-toggle {
    box-shadow: none;
    border: none;
}

.mobile-menu-header {
    padding: 24px 20px;
    display: flex;
    justify-content: space-between;
}

header ul li .sub-menu {
    border-radius: 4px;
}

header .user-login {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    background: #219696;
    border-radius: 6px;
    position: relative;
}

header .user-login svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* END Header CSS */

/* Hero CSS */

#hero {
    margin-top: 16px;
}

#hero .slick-slider {
    margin-bottom: 0;
}

#hero .slick-dots {
    bottom: 40px;
    left: 28px;
    width: inherit;
}

#hero .slick-dots li {
    width: 5px;
}

#hero .slick-dots li button:before {
    color: #fff;
    opacity: .25;
    font-size: 8px;
}

#hero .slick-dots li.slick-active button:before {
    color: #fff;
    opacity: 1;
}

#hero .slick-item {
    position: relative;
}

#hero .slick-item .slider-mobile {
    display: none;
}

#hero .slick-inner {
    position: absolute;
    padding-left: 40px;
    padding-top: 80px;
    top: 0;
}

#hero .slick-inner h1 {
    font-family: "Inter", sans-serif;
    color: #fff;
    font-size: 56px;
    line-height: 67.2px;
    font-weight: 700;
    text-align: left;
}

#hero .slick-inner p {
    font-size: 18px;
    line-height: 23.4px;
    font-weight: 500;
    color: rgba(255, 255, 255, .8);
    padding-top: 20px;
    letter-spacing: -0.01em;
}

/* END Hero CSS */

/* Filter CSS */

/* END Filter CSS */

/* TOP offers CSS */

#top-offer .swiper {
    padding-bottom: 80px;
}

.swiper {
    cursor: move;
}

.car-swiper {
    margin-left: 4px;
    margin-right: 4px;
}

.title-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 10px;
}

.title-row .title-wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
}

.title-row .title-wrapper .icon-tag {
    display: flex;
    padding: 8px 16px;
    border-radius: 4px;
    gap: 8px;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.01em;
    white-space: nowrap;
}

.title-row .title-wrapper .icon-tag-1 {
    color: #fff;
    background: #E00F00;
}

.title-row a {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 18px;
    line-height: 23.4px;
    letter-spacing: -0.01em;
}

.title-row a:hover {
    color: #219696;
}

.title-row a:hover > svg path {
    stroke: #219696;
}

.card {
    padding: 16px;
    border: 1px solid white;
    box-shadow: none;
}

.card .card-body {
    padding: 0;
}

.card:hover {
    border: 1px solid #2196964D;
    box-shadow: 0px 5px 55px 0px #2196964D;
}

.card .card-image-wrapper {
    position: relative;
}

.card .card-image-wrapper .price-wrapper {
    position: absolute;
    right: 16px;
    bottom: 16px;
    display: flex;
    flex-direction: column;
    letter-spacing: -0.01em;
}

.card .card-image-wrapper .price-wrapper .monthly-price {
    padding: 10px 20px;
    font-size: 12px;
    line-height: 15.6px;
    border-radius: 4px 4px 0 0;
    font-weight: 700;
    color: #fff;
    background: #E00F00;
    letter-spacing: -0.01em;
}

.card .card-image-wrapper .price-wrapper .price {
    padding: 8px 16px;
    font-size: 18px;
    line-height: 23.4px;
    font-weight: 600;
    border-radius: 0 0 4px 4px;
    color: #fff;
    background: #000;
}

.card .card-title-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 32px 0;
}

.card .card-title-wrapper .icon-tag {
    margin-left: 0;
    padding: 4px 10px;
    background: #E00F00;
    font-size: 12px;
    line-height: 15.6px;
    color: #fff;
    display: flex;
    align-items: center;
    border-radius: 4px;
    font-weight: 700;
    margin-right: 8px;
}

.card .card-title-wrapper .icon-tag img {
    margin-right: 6px;
}

.card .card-title-wrapper .card-title {
    margin-bottom: 0;
}

.card .specification-icons {
    display: flex;
    margin-bottom: 8px;
    gap: 8px;
}

.card .specification-icons .single-spec {
    display: flex;
    flex-direction: column;
    padding: 10px;
    background: #0000000D;
    border-radius: 5px;
    width: 100%;
    gap: 4px;
}

.card .specification-icons .single-spec img {
    width: 24px;
}

.card .specification-icons .single-spec span {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
}

.card .btn-wrapper {
    display: flex;
    gap: 10px;
}

.card .btn-wrapper a {
    width: 100%;
}

.card .btn-wrapper img {
    padding: 12px;
    border: 2px solid #000000;
    border-radius: 4px;
}

/* END Top offers CSS */

/* Categories CSS */

#categories {
    padding-bottom: 40px;
}

#categories .title-row {
    padding-top: 0;
}

#categories .categories {
    display: flex;
    padding-left: 6px;
    padding-right: 6px;
}

#categories .categories .single-category {
    display: block;
    padding: 16px 0;
    text-align: center;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #CDD8E3;
    width: 100%;
    margin-bottom: 20px;
    transition: 200ms all ease-in-out;
}

#categories .categories .single-category svg {
    height: 58px;
}
#categories .categories .single-category svg path {
    transition: 200ms all ease-in-out;
}

#categories .categories .single-category:hover {
    background: #F49700;
}

#categories .categories .single-category:hover > svg > path {
    fill: #E00F00;
}

#categories .categories .single-category img {
    width: 90%;
    margin-bottom: 13px;
}

#categories .categories .single-category h3 {
    color: #000;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px;
    letter-spacing: -0.01em;
    padding: 0 10px;
    height: 32px;
    word-wrap: break-word;
}

#categories .categories .single-category span {
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    color: #000;
    padding: 8px 16px;
    border: 1px solid #CDD8E3;
    border-radius: 4px;
}

#categories .banner {
    display: flex;
    background: #fff;
    padding: 36px 32px 42px 16px;
    align-items: center;
    gap: 25px;
    height: 100%;
    border: 1px solid #CDD8E3;
    border-radius: 4px;
}

#categories .banner img {
    max-width: 320px;
}

#categories .banner .subtitle {
    color: #E00F00;
    font-size: 12px;
    line-height: 15.6px;
    font-weight: 700;
    letter-spacing: -0.01em;
}

#categories .banner h3 {
    font-size: 36px;
    line-height: 36px;
    font-weight: 500;
    padding-bottom: 10px;
}

#categories .banner .note {
    color: #0000008C;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    padding-bottom: 16px;
    display: inline-block;
    letter-spacing: -0.01em;
}

#categories .banner a {
    padding: 14.5px 12px;
    line-height: 16px;
    white-space: nowrap;
    letter-spacing: -0.01em;
}

#categories .banner a svg {
    margin-left: 10px;
    margin-right: 6px;
}

#categories .icons {
    padding-top: 80px;
    border-radius: 4px;
}

#categories .icons > div {
    padding-left: 0;
    padding-right: 0;
}

#categories .icons > div:first-child {
    padding-left: 16px;
}

#categories .icons > div:first-child .icon {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

#categories .icons > div:last-child {
    padding-right: 16px;
}

#categories .icons > div:last-child .icon {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

#categories .icons .icon {
    background: #fff;
    padding: 32px 0;
    text-align: center;
    width: 100%;
}

#categories .icons .icon .icon-inner {
    border-right: 1px solid #00000026;
}

#categories .icons > div:last-child .icon-inner {
    border-right: none;
}

#categories .icons .icon img {
    height: 40px;
    width: 55px;
}

#categories .icons .icon h4 {
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    margin-top: 16px;
    white-space: nowrap;
    letter-spacing: -0.01em;
}

/* END Categories CSS */

/* New offer CSS */

#new-offer {
    padding-bottom: 80px;
}

.title-row .title-wrapper .icon-tag-2 {
    padding: 8px 16px;
    border-radius: 4px;
    background: #CDD8E3;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
}

/* END New offer CSS */

/* Testimonials CSS */

#testimonials {
    padding: 48px 0;
}

#testimonials .review-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 94%;
}

#testimonials h2 {
    padding-bottom: 64px;
}

/*#testimonials .carousel-item .col-6:first-child {*/
/*    padding-right: 16px;*/
/*}*/

/*#testimonials .carousel-item .col-6:last-child {*/
/*    padding-left: 16px;*/
/*}*/

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: flex;
}

#testimonials  .single-testimonial {
    background: #fff;
    padding: 40px;
    border-radius: 4px;
    height: 100%;
}

#testimonials #testimonials-swiper {
    padding-bottom: 64px;
}

#testimonials .single-testimonial p {
    font-size: 24px;
    line-height: 31.2px;
    font-weight: 600;
    margin-top: 24px;
    letter-spacing: -0.01em;
}

#testimonials .single-testimonial .show-more {
    color: #219696;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    padding-top: 26.5px;
    display: inline-block;
    letter-spacing: -0.01em;
}

#testimonials  .single-testimonial .show-more svg {
    margin-left: 4px;
}

#testimonials .single-testimonial .testimonial-info {
    display: flex;
    flex-direction: column;
    padding-top: 32px;
}

#testimonials .single-testimonial .testimonial-info .author {
    color: #101828;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    padding-bottom: 12px;
    letter-spacing: -0.01em;
}

#testimonials  .single-testimonial .testimonial-info .date {
    color: #0000008C;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.01em;
}

#testimonials .testimonial-swiper-wrapper {
    position: relative;
}

#testimonials .testimonial-swiper-wrapper .swiper-slide {
    height: auto;
}

#testimonials .testimonial-swiper-wrapper .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    margin: 0;
}

#testimonials .testimonial-swiper-wrapper .swiper-pagination-bullet-active {
    background: #219696;
}

#testimonials .testimonial-swiper-wrapper .swiper-pagination {
    bottom: -80px;
    display: inline-flex;
    justify-content: center;
    gap: 16px;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 14px;
    height: 24px;
    background-repeat: no-repeat;
}

.swiper-button-prev {
    left: -7px;
}

.swiper-button-next {
    right: -7px;
}

.swiper-button-prev:after {
    content: url('assets/img/chevron-left.svg');
}

.swiper-button-next:after {
    content: url('assets/img/chevron-right.svg');
}

.carousel-control-next-icon {
    background-image: url('data:image/svg+xml,<svg width="14" height="24" viewBox="0 0 14 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 2L12 12L2 22" stroke="black" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

/* END Testimonials CSS */

/* Calculator CSS */

#calculator {
    padding-top: 80px;
    padding-bottom: 40px;
}

.subpage #calculator {
    padding: 0;
}

.subsection {
    padding-left: 16px;
}

.subsection .subtitle {
    font-size: 14px;
    line-height: 18.2px;
    font-weight: 500;
    color: #E00F00;
    letter-spacing: -0.01em;
}

.subsection h2 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
}

.subsection p {
    font-size: 16px;
    line-height: 20.8px;
    color: #6B7280;
    padding-top: 12px;
    padding-bottom: 32px;
    letter-spacing: -0.01em;
}

#calculator .calculator {
    background: #fff;
    padding: 24px 36px;
    border-radius: 4px;
}

.subpage #calculator .calculator {
    padding: 24px;
}

#calculator .calculator .calculator-header {
    display: flex;
    justify-content: space-between;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(31, 30, 38, 0.2);
    align-items: center;
}

#calculator .calculator .calculator-header .results {
    display: flex;
    flex-direction: column;
    gap: 6px;
    letter-spacing: -0.01em;
}

#calculator .calculator .calculator-header .results .frequency {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    letter-spacing: -0.01em;
}

#calculator .calculator .calculator-header .results #result {
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    color: #219696;
}

#calculator .calculator .calculator-body {
    padding-top: 48px;
}

#calculator .calculator .calculator-body .range-wrapper {
    width: 100%;
}

#calculator .calculator .calculator-body .range-wrapper .range {
    width: 100%;
    gap: 25px;
    align-items: center;
}

#calculator .calculator .calculator-body .range-wrapper .range .form-range {
    height: 4px;
    border-radius: 0;
}

#calculator .calculator .calculator-body .range-wrapper .value {
    width: 150px;
}


#calculator #monthly-payment {
    font-weight: bold;
}

#calculator .range-slider-wrapper {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

#calculator .range-wrapper .label {
    display: block;
    padding-bottom: 21px;
}

#calculator .range-slider-wrapper .input-wrapper {
    position: relative;
}

#calculator .range-slider-wrapper .input-wrapper img {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

#calculator .range-slider-wrapper .input-wrapper input {
    width: 150px;
    padding: 14px 16px;
    border-radius: 4px;
    border: 1px solid #CDD8E3;
    box-shadow: 0px 3px 10px 0px #CDD8E366;
    position: relative;
    margin-left: 25px;
    -moz-appearance: textfield;
}

#calculator .range-slider-wrapper .input-wrapper input:hover,
#calculator .range-slider-wrapper .input-wrapper input:active,
#calculator .range-slider-wrapper .input-wrapper input:focus {
    border-color: #219696;
    box-shadow: none;
    outline: none;
}

#calculator .range-slider-wrapper .input-wrapper input::-webkit-outer-spin-button,
#calculator .range-slider-wrapper .input-wrapper input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


#calculator .range-slider {
    width: 100%;
    height: 4px;
    background: #CDD8E3;
    border: none;
    box-shadow: none;
    border-radius: 0;
}

#calculator .range .label {
    margin-bottom: 4px;
    letter-spacing: -0.01em;
}

#calculator .noUi-horizontal .noUi-handle {
    top: -10px;
    width: 24px;
    height: 24px;
    outline: none;
    z-index: 1;
    border-radius: 50%;
    background: #fff;
    border: 4px solid #1A7272;
    cursor: pointer;
}

#calculator .noUi-handle:before,
#calculator .noUi-handle:after {
    display: none;
}

#calculator .noUi-connect {
    background: #219696;
}

/* END Calculator CSS */

/* Map CSS */

#map {
    padding: 40px 0;
}

/* END Map CSS */

/* Custom section CSS */

#custom-section {
    padding-top: 40px;
    padding-bottom: 80px;
}

#custom-section .row {
    align-items: center;
}

/* END Custom section CSS */

/* Footer CSS */

footer {
    background: #fff;
    padding-top: 64px;
    padding-bottom: 48px;
}

footer .footer-logo {
    padding-bottom: 32px;
}

footer .copyright {
    display: block;
    font-size: 16px;
    line-height: 20.8px;
    color: #667085;
    padding-bottom: 32px;
    letter-spacing: -0.01em;
}

footer ul li {
    display: inline-block;
}

footer .footer-menu-top {
    padding-bottom: 64px;
}

footer .footer-menu-top li {
    margin-right: 32px;
    font-size: 18px;
    line-height: 23.4px;
    font-weight: 500;
}

footer .footer-bottom-wrapper {
    padding-top: 35px;
    border-top: 1px solid #EAECF0;
    display: flex;
    justify-content: space-between;
}

footer .footer-bottom-wrapper .socials {
    display: flex;
    gap: 24px;
}

footer .footer-bottom-wrapper .socials svg:hover path,
body:not(.home) footer .footer-bottom-wrapper .socials svg:hover path{
    fill-opacity: 1;
    fill: #219696;
}

footer .footer-bottom-wrapper .footer-menu-bottom li {
    margin-right: 32px;
    font-size: 14px;
    line-height: 18.2px;
    font-weight: 400;
}

footer .footer-bottom-wrapper .footer-menu-bottom li a {
    font-weight: 400;
}

footer .top-row li a:hover,
footer .footer-bottom-wrapper .footer-menu-bottom li a:hover {
    color: #219696;
}

footer .footer-logo-white {
    display: none;
}

/* END Footer CSS */

/* Footer invert CSS */
body:not(.home) footer {
    background: #000000;
}

body:not(.home) footer .footer-logo-default {
    display: none;
}

body:not(.home) footer .footer-logo-white {
    display: inline;
}

body:not(.home) footer .copyright {
    color: #FFFFFF8C;
}

body:not(.home) footer ul li a {
    color: #CDD8E3;
}

body:not(.home) footer .footer-bottom-wrapper {
    border-top: 1px solid #FFFFFF40;
}

body:not(.home) footer .footer-bottom-wrapper .socials svg path {
    fill: #CDD8E3;
    fill-opacity: 1;
}

/* END Footer invert CSS */

/* Subpage CSS */
.subpage h1 {
    font-size: 32px;
    font-weight: 600;
    line-height: 41.6px;
    letter-spacing: -0.01em;
    text-align: center;
    padding-bottom: 16px;
}


.subpage h2,
.subpage #faq h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 31.2px;
    letter-spacing: -0.01em;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.subpage .title-row h2 {
    padding: 0;
    font-size: 36px;
    line-height: 43.2px;
}

.subpage .subpage-wrapper h2 {
    padding-top: 0;
}

.subpage .subtitle {
    font-size: 16px;
    line-height: 20.8px;
    letter-spacing: -0.01em;
    text-align: center;
    display: block;
}

.subpage #faq {
    padding-top: 80px;
    padding-bottom: 96px;
}

.subpage #faq {
    background: #fff;
}

.subpage #faq .single-faq {
    padding-top: 64px;
    text-align: center;
}

.subpage #faq .single-faq img {
    padding: 12px;
    border-radius: .3rem;
    border: 1px solid #EAECF0;
    box-shadow: 0px 1px 2px 0px #1018280D;
}

.subpage #faq .single-faq p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    letter-spacing: -0.01em;
    text-align: center;
}

.subpage #subpage-header {
    padding-top: 24px;
    padding-bottom: 40px;
}

.subpage #subpage-header .header-row img {
    border-radius: 4px;
}

.container.custom-padding {
    padding-left: 16px;
    padding-right: 16px;
}

.subpage .subpage-wrapper {
    padding: 80px 160px 80px;
    background: #fff;
    border-radius: 4px;
}

#documents h1 {
    font-size: 24px;
    font-weight: 600;
    line-height: 31.2px;
    letter-spacing: -0.01em;
    text-align: center;
    padding-bottom: 24px;
}

#documents .subtitle {
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    letter-spacing: -0.01em;
    display: block;
    text-align: center;
}

.document-row {
    padding-top: 32px;
}

.document-row .col-md-6 {
    padding-top: 24px;
    padding-left: 12px;
    padding-right: 12px;
}


.document-row h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 23.4px;
    letter-spacing: -0.01em;
    text-align: left;
    padding-bottom: 16px;
}

.document-row .document-box {
    padding: 24px;
    border: 1px solid #CDD8E3;
    border-radius: 4px;
    height: 100%;
}

.document-row ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    letter-spacing: -0.01em;
    text-align: left;
    color: rgba(0,0,0,.65);
}

.document-row ul li a {
    text-decoration: underline;
    font-weight: 400;
    color: rgba(0,0,0,.65);
}

#documents-download {
    font-size: 24px;
    font-weight: 600;
    line-height: 31.2px;
    letter-spacing: -0.01em;
    text-align: center;
}

#documents-download .btn-group {
    padding-top: 40px;
}

#documents-download .btn-group .col-12 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}

#documents-download .btn-group a {
    min-width: 290px;
}

.guarantees-icons-row {
    padding-top: 56px;
}

.guarantees-icons-row > * {
    padding: 12px;
}

.guarantees-icons-row .card {
    text-align: center;
    padding: 24px;
    border: 1px solid #CDD8E3;
    height: 100%;
}

.guarantees-icons-row .card img {
    width: 48px;
    height: 48px;
    margin: 0 auto;
}

.guarantees-icons-row .card h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 23.4px;
    letter-spacing: -0.01em;
    margin-bottom: 0;
    padding: 24px 0;
}

.guarantees-icons-row .btn {
    margin-top: 32px;
}

#authorisation .inner-content {
    margin-top: 54px;
    padding: 24px;
    border: 1px solid #CDD8E3;
    border-radius: 4px;
}

#authorisation .inner-content .flex-custom {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#authorisation .inner-content .col-md-6 {
    padding-left: 12px;
    padding-right: 12px;
}

#authorisation .inner-content .col-md-6 img {
    position: relative;
    top: 2px;
}

#authorisation .inner-content h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 23.4px;
    letter-spacing: -0.01em;
}

#authorisation .inner-content ul {
    list-style: disc;
    padding-left: 25px;
}

#authorisation .inner-content ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    letter-spacing: -0.01em;
    color: rgba(0,0,0,.65);
}

#career {
    padding-top: 24px;
}

#career .career-single .card {
    padding: 80px 160px;
    margin-bottom: 16px;
}

#career .career-single:last-child .card {
    margin-bottom: 0;
}

#career .career-single .card .btn {
    margin-top: 24px;
}

#career .career-single h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 31.2px;
    letter-spacing: -0.01em;
    margin-bottom: 0;
}

.career-tags {
    display: flex;
    gap: 10px;
    padding: 24px 0;
    flex-wrap: wrap;
}

.career-tags .career-tag {
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: -0.01em;
    padding: 8px 16px;
    display: flex;
    gap: 8px;
    align-items: center;
    background: #EEF2F6;
    border: 1px solid #CDD8E3;
    border-radius: 4px;
}

#career .career-single p {
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    letter-spacing: -0.01em;
    margin-bottom: 24px;
}

.inner-content-wrapper  {
    background: #fff;
    padding: 80px 160px;
    margin-top: 24px;
}

#career-contact .inner-content-wrapper {
    margin-top: 0;
}

#career-contact .inner-content-wrapper .btn {
    min-width: 300px;
    padding: 19px 10px;
    line-height: 16px;
    margin-top: 56px;
}

#career-contact h2 {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 24px;
}

#career-contact .career-tags {
    justify-content: center;
    padding-top: 56px;
}

#career .career-single .career-link {
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
}

#map .inner-content-wrapper {
    background: #fff;
    padding: 0;
    padding-top: 80px;
}

#map .inner-content-wrapper h2 {
    padding-top: 0;
}


#map .inner-content-wrapper .map-wrapper {
    padding-top: 80px;
}

.subpage .title-row {
    padding-top: 0;
}

.subpage #top-offer .title-row {
    padding: 40px 10px;
}

.subpage #top-offer .swiper {
    padding-bottom: 40px;
}

.inner-content-wrapper {
    border-radius: 4px;
}

#subpage-title-header {
    margin-bottom: 16px;
    text-align: center;
}

#subpage-title-header h2 {
    padding-bottom: 24px;
    font-size: 24px;
    line-height: 31.2px;
}

#subpage-title-header p {
    font-size: 14px;
    line-height: 18.2px;
}

#position-detail .row > * {
    padding-left: 12px;
    padding-right: 12px;
}

#position-detail .inner-content-wrapper {
    margin-top: 16px;
}

#position-detail .position-description h3 {
    padding-bottom: 24px;
}

#position-detail .position-description ul {
    padding-bottom: 24px;
    padding-left: 25px;
    list-style: disc;
}

#position-detail .position-description ul li {
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    line-height: 18.2px;
    letter-spacing: -0.01em
}

#position-detail .inner-content-wrapper p {
    font-size: 14px;
    line-height: 18.2px;
}

#position-detail .map-wrapper,
#position-detail .map-wrapper img {
    border-radius: 4px;
}

#map .inner-content-wrapper {
    margin-top: 0;
}

#contact-us h2 {
    font-size: 24px;
    line-height: 31.2px;
    padding-bottom: 24px;
}

#contact-us p {
    font-size: 14px;
    line-height: 18.2px;
}

#position-detail h3 {
    font-size: 24px;
    line-height: 31.2px;
}

#position-detail .btn {
    width: 100%;
    margin-top: 16px;
}

#position-detail .career-tags {
    padding-top: 40px;
    padding-bottom: 0;
}

.map-wrapper img {
    width: 100%;
}

.subpage #map {
    padding: 0;
}

#position-detail .inner-content-wrapper h3 {
    padding-bottom: 24px;
    font-weight: 600;
}

#team .gallery-row {
    margin-top: 56px;
    padding: 12px;
    border: 1px solid #CDD8E3;
    border-radius: 4px;
}

#team .gallery-row > * {
    padding: 0;
}

#team .gallery-row img {
    padding: 12px;
    width: 100%;
}

form .row .col,
form .row .form-group {
    padding: 0 8px;
}

#contact-position .row,
#contact-position .form-group,
#contact-position .form-check {
    padding-bottom: 32px;
}

#contact-position label {
    font-size: 16px;
    font-weight: 500;
    line-height: 20.8px;
    letter-spacing: -0.01em;
    padding-bottom: 16px;
}

#contact-position label[for='privacy-agreement'] {
    padding-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    color: rgba(0,0,0,.5);
}

#contact-position input[type=checkbox] {
    position: relative;
    top: 2px;
    box-shadow: none;
    width: 16px;
    height: 16px;
    accent-color: #219696;
}

#contact-position input::placeholder,
#contact-position textarea::placeholder {
    color: rgba(0,0,0,.5);
}

.form-check-input:checked {
    background-color: #219696;
    border-color: #219696;
}

#contact-position input:not([type='checkbox']),
#contact-position textarea {
    padding: 15.5px 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 17.2px;
    letter-spacing: -0.01em;
    border: 1px solid #CDD8E3;
    box-shadow: 0px 3px 10px 0px #CDD8E366;
}

#contact-position input:not([type='checkbox']):focus,
#contact-position input:not([type='checkbox']):hover,
#contact-position input:not([type='checkbox']):active,
#contact-position textarea:focus,
#contact-position textarea:hover,
#contact-position textarea:active {
    border-color: #219696;
}

#contact-position textarea {
    min-height: 140px;
}

#contact-position .btn {
    width: 100%;
}

.card .card-title .card-subtitle {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 18.2px;
    letter-spacing: -0.01em;
    text-align: center;
}

#buyout .numbers-wrapper {
    display: flex;
    justify-content: center;
    gap: 40px;
}

#buyout .single-number {
    display: flex;
    align-items: center;
    gap: 24px;
    padding-right: 24px;
    width: 25%;
    align-items: flex-start;
}

#buyout .single-number h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 23.4px;
    letter-spacing: -0.01em;
    margin-top: 50px;
}

#buyout .single-number h3 span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
}

#buyout .single-number .number-large {
    font-size: 128px;
    font-weight: 700;
    line-height: 153.6px;
    color: #219696;
}

#sell-benefits h2 {
    padding-bottom: 24px;
}

#benefit-tabs .inner-content {
    background: #fff;
    border-radius: 4px;
    margin-top: 16px;
}

#benefit-tabs .inner-content .benefit-row {
    display: flex;
    padding-left: 12px;
    padding-right: 12px;
    align-items: center;
    text-align: center;
}


#benefit-tabs .inner-content .benefit-row .col-md-5 {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#benefit-tabs .inner-content .benefit-row .text-wrapper {
    padding: 100px;
    text-align: center;
}

#benefit-tabs .inner-content .benefit-row img {
    border-radius: 4px;
}

#benefit-tabs ul li {
    line-height: normal;
    color: rgba(0,0,0,.65);
}

#benefits h2 {
    padding-bottom: 24px;
}

#benefits h3 {
    padding-bottom: 24px;
}

#benefits a.btn ,
#how-it-works a.btn {
    min-width: 290px;
    margin-top: 44px;
    min-height: 56px;
    padding: 15px 16px;
}

#partners h2 {
    padding-bottom: 24px;
}

#partners .subtitle {
    padding-bottom: 24px;
    text-align: center !important;
}

#partners .partners-images {
    padding-top: 56px;
    display: flex;
    gap: 40px;
    justify-content: center;
}

#partners .partners-images img {
    max-width: 128px;
}

#how-it-works {
    margin-top: 16px;
}

#how-it-works h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 31.2px;
    letter-spacing: -0.01em;
    padding-bottom: 24px;
    padding-top: 56px;
}

#how-it-works .subtitle {
    font-size: 16px;
    font-weight: 500;
    line-height: 20.8px;
    letter-spacing: -0.01em;
    padding-bottom: 24px;
}

.document-col {
    padding-top: 56px;
    display: flex;
    gap: 16px;
}

.document-col .btn {
    width: 50%;
    padding: 15px !important;
}

#terms ul {
    list-style: disc;
    padding-left: 25px;
    padding-bottom: 24px;
}

#terms ul li {
    color: #000;
    opacity: .65;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    letter-spacing: -0.01em;
}

#terms h2 {
    text-align: left;
    padding-bottom: 24px;
}

#filters {
    margin-top: 16px;
}

.subpage-calculator-wrapper {
    background: #fff;
    border-radius: 4px;

}

.subpage-calculator-wrapper .subsection {
    padding: 80px 160px;
    text-align: center;
}

#section-customer {
    margin-bottom: 16px;
}

#section-customer h2 {
    text-align: left;
}

#subpage-title-header ul li {
    color: rgba(0,0,0,.65);
}

#my-map {
    min-height: 400px;
    width: 100%;
    padding-right: 40px;
}

#map .row {
    align-items: center;
}

.gm-ui-hover-effect {
    display: none !important;
}

.swiper-wrapper.tiles {
    display: flex;
    gap: 5px
}

#page-404 {
    padding-top: 96px;
    padding-bottom: 80px;
}

#page-404 h1 {
    font-size: 24px;
    font-weight: 600;
    line-height: 31.2px;
    letter-spacing: -0.01em;
    text-align: center;
    padding-bottom: 24px;
}

#page-404 img {
    padding-top: 56px;
}

#page-404 a {
    color: #219696;
    text-decoration: underline;
}

#posts {
    padding-bottom: 80px;
}

#posts article {
    height: 100%;
}

#posts .row .post-single-wrapper {
    margin-bottom: 16px;
}

#posts .post-single {
    padding: 56px;
    background: #fff;
    border-radius: 4px;
    height: 100%;
}

#posts .post-single h2 {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 48px;
    margin-bottom: 24px;
    text-align: left;
}

#posts .post-single h2:hover {
    color: #219696;
}

#posts .post-single p {
    padding-bottom: 48px;
    text-align: left;
}

#posts .post-single .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

#posts .post-single a {
    display: block;
}

#posts .post-single a img {
    transition: 200ms all ease-in-out;
}

#posts .post-single a img:hover {
    transform: scale(1.01);
}

#posts .post-single a svg path {
    transition: 200ms all ease-in-out;
}

#posts .post-single a:hover > svg path {
    stroke: #fff;
}

#posts .post-single .single-post-image-link {
    text-align: center;
}

#posts-categories {
    margin-bottom: 16px;
}

#posts-categories .categories-wrapper {
    padding: 10px 14px;
    background: #fff;
    display: block;
    justify-content: center;
    border-radius: 4px;
    text-align: center;
}

#posts-categories .categories-wrapper a {
    display: inline-block;
    padding: 12px 16px;
    margin: 4px;
    border: 1px solid transparent;
    transition: 200ms all ease-in-out;
}

#posts-categories .categories-wrapper a.active,
#posts-categories .categories-wrapper a:hover {
    background: #21969612;
    border: 1px solid #219696;
    border-radius: 4px;
}

#post-detail p {
    text-align: left;
}

#post-detail {
    padding-bottom: 80px;
}

#contact-map {
    margin-top: 80px;
    min-height: 300px;
    width: 100%;
}

#position-detail #contact-map {
    margin-top: 0;
}

.wpcf7-submit {
    font-size: 16px !important;
    font-weight: 700 !important;
}

#purchase_form {
    margin-top: 80px;
}

#branch-map {
    margin-top: 16px;
    margin-bottom: 40px;
    min-height: 300px;
    width: 100%;
}

#sell-benefits {
    margin-bottom: 16px;
}

#buyout {
    margin-top: 16px;
    margin-bottom: 16px;
}

.wpcf7-acceptance span {
    font-weight: 400;
    line-height: 18.2px;
    letter-spacing: -0.01em;
    text-align: left;
    color: rgba(0,0,0,.5);
}

.wpcf7-acceptance label {
    display: flex;
    gap: 8px;
}

.wpcf7-acceptance .wpcf7-list-item {
    margin-left: 0;
}

.wpcf7-not-valid-tip {
    font-size: 14px !important;
    margin-top: 5px;
    margin-left: 3px;
}

#leasing {
    margin-bottom: 16px;
}

#leasing .leasing-car {
    margin-top: 56px;
}

#leasing .comparison-row {
    margin-top: 56px;
    margin-bottom: 56px;
}

#leasing .btn-wrapper .btn {
    display: inline-flex;
    width: auto;
    justify-content: center;
    gap: 8px;
    align-items: center;
}

#leasing .comparison-row .comparison-single {
    border: 1px solid #CDD8E3;
    border-radius: 4px;
    padding: 56px;
    height: 100%;
}

#leasing .comparison-row .comparison-single h3 {
    font-size: 32px;
    font-weight: 600;
    line-height: 38.4px;
    letter-spacing: -0.01em;
    text-align: left;
    padding-bottom: 24px;
}

#leasing .comparison-row .comparison-single .subtitle {
    font-size: 18px;
    font-weight: 600;
    line-height: 23.4px;
    letter-spacing: -0.01em;
    color: #1A7272;
    text-align: left;
    padding-bottom: 32px;
}

#leasing .comparison-row .comparison-single .comparison-list {
    font-size: 16px;
    font-weight: 500;
    line-height: 20.8px;
    letter-spacing: -0.01em;
    text-align: left;
}

#leasing .comparison-row .comparison-single .comparison-list li {
    display: flex;
    align-items: center;
    margin: 8px 0;
    line-height: normal;
    list-style: none;
}

#leasing .comparison-row .comparison-single .comparison-list li:before {
    display: block;
    flex-shrink: 0;
    width: 33px;
    height: 33px;
    margin-right: 8px;
    vertical-align: middle;
    background: url("assets/img/check.svg") no-repeat left center;
    background-size: contain;
    content: '';
}

#leasing .comparison-row .col-lg-6:nth-child(2) .comparison-single {
    box-shadow: 0px 5px 55px 0px #2196964D;
}

#section_car_rent {
    margin-bottom: 16px;
}

.thank-you-page-wrapper > p,
.subpage .subpage-wrapper .thank-you-page-wrapper > h1 {
    text-align: center !important;
}

#sync-button {
    margin-left: 20px;
}

#sell-car .subpage-wrapper {
    background: #EBFAFA;
    border: 1px solid #219696;
}
#sell-car h2 {
    text-align: left;
}

.responsive-table {
    margin: 1em 0;
    position: relative;
}


.license-table-container {
    margin-top: 40px;
    overflow-y: auto;
    overflow-x: auto;
    position: relative;
}


#license-table {
    width: 100%;
    border-collapse: collapse;
}

#license-table td a {
    text-decoration: underline;
    font-weight: 400;
}

#license-table th, td {
    max-width: 230px;
    word-wrap: break-word;
    white-space: normal;
    border: 1px solid #CDD8E3;
    padding: 12px;
    text-align: left;
    font-size: 14px;
    line-height: normal;
}

#license-table th {
    background-color: #0000000D;
    color: black;
    position: sticky;
    top: 0;
    z-index: 1;
}

.form-section {
    margin: 16px 0;
}


@media (max-width: 768px) {
    #license-table tr {
        margin-bottom: 15px;
        border: 1px solid #ddd;
    }

    #license-table td {
        position: relative;
        text-align: left;
    }

    #license-table td:before {
        content: attr(data-label);
        position: absolute;
        left: 0;
        width: 50%;
        padding-left: 10px;
        text-align: left;
        font-weight: bold;
    }
}






/* Bubble Popups CSS */
.bubble-container {
    position: fixed;
    bottom: 16px;
    right: 16px;
    width: 64px;
    height: 64px;
    z-index: 9999;
    cursor: pointer;
    background-color: #3EA4A4;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bubble-container .bubble-container--icon {
    color: #ffffff;
    width: 25px;
    height: auto;
    transition: 200ms all ease-in-out;
}
.bubble-container:hover {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.47);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.47);
    transition: 200ms all ease-in-out;
}
.bubble-container:hover .bubble-container--icon {
    width: 35px;
}


.bubble-popup {
    opacity: 0;
    visibility: hidden;
    transform: scale(0.8);
    transition: opacity 0.3s ease,
    visibility 0.3s,
    transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);

    position: fixed;
    bottom: 96px;
    right: 16px;
    width: 280px;
    height: auto;
    z-index: 9999;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 16px;

    display: flex;
    flex-direction: column;
}
.bubble-popup.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.bubble-popup .bubble-popup__content {
    font-size: 16px;
    line-height: 1.5rem;
    color: #212529;
}
.bubble-popup .bubble-popup__content a {
    color:inherit;
    font-weight: bold;
    text-decoration: none;
}
.bubble-popup .bubble-popup__content a:hover {
    cursor: pointer;
    text-decoration: underline;
}
.bubble-popup .bubble-popup__close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    border: none;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    padding: 0;
}
.bubble-popup .bubble-popup__close:hover {
    background: rgba(0, 0, 0, 0.1);
    transform: rotate(90deg);
}
.bubble-popup .bubble-popup__close:active {
    transform: rotate(90deg) scale(0.95);
}
.bubble-popup .bubble-popup__close svg {
    width: 18px;
    height: 18px;
    color: #333;
    transition: color 0.2s ease;
}
.bubble-popup__content h3 {
    margin: 0 0 12px 0;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
/* END Bubble Popups CSS */