/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

body {
    font-size: 16px;
    line-height: 1.5;
}

h1 {
    font-size: 2.5em;
    line-height: 1.3;
    margin: 0 0 15px;
}
h2 {
    font-size: 2em;
    line-height: 1.3;
    margin: 0 0 15px;
}
h3 {
    font-size: 1.8em;
    line-height: 1.3;
    margin: 0 0 15px;
}
h4 {
    font-size: 1.5em;
    line-height: 1.3;
    margin: 0 0 20px;
}
h5 {
    font-size: 1.25em;
    line-height: 1.3;
    margin: 0 0 15px;
}
h6 {
    font-size: 1em;
    line-height: 1.3;
    margin: 0 0 15px;
    opacity: 1;
}
/*.text h1,*/
/*.text h2,*/
/*.text h3,*/
/*.text h4,*/
/*.text h5,*/
/*.text h6 {*/
/*font-size: inherit;*/
/*}*/
b, strong {
    font-weight: 700;
}
.banner h1, .banner h2, .banner h3 {
    font-weight: 700;
}
.banner h1 {
    font-size: 2em;
}
.uppercase, h6, span.widget-title, th {
    letter-spacing: 0;
    line-height: 1.3;
}
h6, span.widget-title, th {
    text-transform: inherit;
}
blockquote, dl, figure, ol, p, pre, ul {
    margin: 0 0 15px;
}
form {
    margin: 0;
}
.justify p {
    text-align: justify;
}
.icon-box .icon-box-left,
.icon-box .icon-box-right {
    display: flex;
}
.icon-box.align-center {
    align-items: center;
}
.icon-box-left .icon-box-text {
    padding-left: 5px !important;
}
.icon-box-right .icon-box-text {
    padding-right: 5px !important;
}
p:last-of-type {
    margin: 0;
}
.rd-10 {
    border-radius: 10px;
    overflow: hidden;
}
.rd-15 {
    border-radius: 15px;
    overflow: hidden;
}
.rd-20 {
    border-radius: 20px;
    overflow: hidden;
}
.rd-25 {
    border-radius: 25px;
    overflow: hidden;
}

@media only screen and (max-width: 550px) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .col.col-mobile-top {
        order: -1;
    }
    .row .row-small-mobile:not(.row-collapse) {
        margin-bottom: 0;
        margin-left: -5px;
        margin-right: -5px;
    }
    .row-small-mobile>.col {
        margin-bottom: 0;
        padding: 0 5px 10px;
    }

}
.col-inner>.img:not(:last-child), .col>.img:not(:last-child) {
    margin-bottom: 15px;
}

.container .row-small:not(.row-collapse), .row .row-small:not(.row-collapse) {
    margin-bottom: 0;
    margin-left: -10px;
    margin-right: -10px;
}
.row-small>.col, .row-small>.flickity-viewport>.flickity-slider>.col {
    margin-bottom: 0;
    padding: 0 10px 20px;
}
.icon-box-left .icon-box-text {
    padding-left: 10px;
}
.icon-box-right .icon-box-text {
    padding-right: 10px;
}

.site-scrollbar {
    max-height: 1000px;
    overflow-y: auto;
}

.site-scrollbar::-webkit-scrollbar-track
{
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    border-radius: 0;
    /*background-color: #F5F5F5;*/
    background-color: transparent;
}

.site-scrollbar::-webkit-scrollbar
{
    width: 9px;
    background-color: #F5F5F5;
    border-radius: 9px;
}

.site-scrollbar::-webkit-scrollbar-thumb
{
    border-radius: 0;
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
    background-color: var(--primary-color);
    border-radius: 9px;
}
.button {
    margin-bottom: 0;
}
.slider-custom-width {
    margin: 0 -15px;
}
.slider-custom-width .flickity-slider .banner {
    background: none !important;
}
.slider-custom-width .flickity-slider .banner-inner {
    width: calc(100% - 30px);
    left: 15px;
}

/* Header */
.nav-dropdown-default {
    padding: 10px;
}
.nav>li>a,
.nav-dropdown-default .nav-column li>a,
.nav-dropdown.nav-dropdown-default>li>a {
    font-size: 16px;
}
.nav>li.active>a {
    font-weight: 700;
}
.header-nav.header-nav-main.nav-left {
    justify-content: center;
    padding-right: 30px;
}

.header-main .nav ul.sub-menu {
    z-index: 999;
    position: absolute;
    width: 240px;
    max-width: none;
    padding: 10px 0;
    border: 0;
    border-radius: 0;
    background: var(--fs-color-primary);
}
.header-main .nav ul.sub-menu .menu-item {
    position: relative;
    display: block;
    width: 100%;
    min-width: 100%;
    margin: 0 !important;
}
.header-main .nav ul.sub-menu a {
    display: block;
    white-space: normal;
    font-family: inherit;
    font-size: 16px;
    font-weight: normal;
    padding: 10px 20px;
    text-decoration: none;
    vertical-align: baseline;
    border: none;
    margin: 0;
    text-transform: none;
    color: #ffffff;
}
.header-main .nav ul.sub-menu a:hover,
.header-main .nav ul.sub-menu .active > a {
    color: var(--fs-color-secondary);
}
.header-main .nav ul.sub-menu ul.sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 10px);
    transition: opacity 200ms
    ease-in, transform 200ms
    ease-in, visibility 200ms
    ease-in;
    border-left: 1px #ffffff solid;
}
.header-main .nav ul.sub-menu .menu-item:hover > ul.sub-menu {
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
}
.nav-dropdown-default {
    padding: 10px;
}

/* Footer */
.footer-wrapper .absolute-footer {
    display: none;
}
.footer-wrapper .ux-menu .ux-menu-link {
    padding-bottom: 10px;
}
.footer-wrapper .ux-menu .ux-menu-link:last-child {
    padding-bottom: 0;
}
.footer-wrapper .ux-menu .ux-menu-link__link {
    min-height: auto;
    padding: 0;
    font-size: 16px;
    color: #ffffff;
    transition: 0.5s;
}
.footer-wrapper .ux-menu .ux-menu-link__link:hover {
    color: var(--fs-color-secondary);
}
.section-footer-bottom .col {
    padding-bottom: 10px;
}
.section-footer-bottom a {
    color: #ffffff;
}
.section-footer-bottom a:hover {
    color: var(--primary-color);
}
.title-follow-us {
    display: inline-block;
    white-space: nowrap;
}
.site-follow-us a.icon {
    font-size: 24px;
    color: var(--fs-color-base);
}
.row-social-fixed {
    position: fixed;
    width: auto;
    height: auto;
    bottom: 61px;
    right: 20px;
    z-index: 99;
    margin: 0 !important;
    text-align: right;
}
.row-social-fixed .col {
    padding: 0 !important;
}
.row-social-fixed .img a {
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    align-items: center;
    position: relative;
    display: flex;
    justify-content: center;
    background: var(--primary-color);
    border-radius: 50%;
    margin: 0 0 20px;
}
.row-social-fixed .img a:before {
    content: "";
    width: 50px;
    height: 50px;
    top: -5px;
    right: -5px;
    position: absolute;
    -webkit-transition: all 0.2s
    ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s
    ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-name: imgpulse;
    background-color: rgba(7, 41, 103, 0.35);
    opacity: .4;
}
.row-social-fixed .img a:after {
    content: "";
    width: 50px;
    height: 50px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(7, 41, 103, 0.8);
    opacity: .1;
    border-color: var(--primary-color);
    -webkit-transition: all 0.2s
    ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s
    ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-name: imgzoomIn;
    opacity: .5;
}
.row-social-fixed .img img {
    padding: 0;
    width: 23px;
    height: auto;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
@keyframes imgzoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}
@keyframes imgpulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
.wpcf7-form .btn-submit {
    position: relative;
}
.wpcf7-form input.wpcf7-submit {
    border: none;
    text-transform: none;
    margin: 0;
}
.wpcf7-form .wpcf7-spinner {
    position: absolute;
    top: calc(50% - 12px);
    left: calc(50% - 12px);
    margin: 0;
}
/* End footer */

.header-block-block-1 {
    display: flex;
    flex-flow: row wrap;
    gap: 50px;
    white-space: nowrap;
    padding-bottom: 29px;
}
.header-block-block-1 > div.icon-box {
    width: auto;
}
.header-bottom {
    min-height: auto !important;
    z-index: 9;
}
.header-bottom .flex-row.container {
    position: relative;
}
.header-bottom .header-bottom-nav {
    position: absolute;
    right: 15px;
    bottom: -41px;
    width: auto;
    padding-left: 55px;
    background: var(--primary-color);
    border-radius: 0 0 0 60px;
    overflow: hidden;
}
.header-bottom .flex-right {
    display: flex;
    justify-content: flex-end;
}
.header-bottom .nav>li {
    margin: 0 20px;
}
.header-bottom .nav>li:last-child a {
    padding-left: 25px;
    padding-right: 25px;
    background: #000000;
}
.nav>li>a, .nav-dropdown-default .nav-column li>a, .nav-dropdown.nav-dropdown-default>li>a {
    font-size: 14px;
}
.nav-line-bottom>li>a:before {
    bottom: 15px;
    top: auto;
}

.text-bg-white {
    padding: 10px;
    border-width: 1px;
    border-radius: 1px;
    border-style: solid;
    border-color: rgb(241, 243, 244);
    box-shadow: rgba(0, 0, 0, 0.5) 0px 15px 20px -15px;
    background: #ffffff;
}
.button.white {
    color: var(--primary-color) !important;
}
.image-border .img-inner {
    overflow: visible;
}
.image-border .img-inner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 10px;
    left: 10px;
    background: var(--primary-color);
}
.image-border .img-inner img {
    position: relative;
    z-index: 9;
}
.icon-box.icon-box-custom1 {
    padding: 15px;
    background-image: linear-gradient(rgb(253, 251, 251), rgb(235, 237, 238));
    border-radius: 0px 4px 4px;
    box-shadow: rgb(0, 0, 0) 0px 9px 8px -12px;
}
.icon-box.icon-box-custom1 .icon-inner {
    width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px var(--primary-color) solid;
    border-radius: 50%;
}
.icon-box.icon-box-custom1 .icon-inner svg,
.icon-box.icon-box-custom1 .icon-inner img {
    max-width: 27px;
    max-height: 27px;
    object-fit: contain;
    padding: 0;
}
.button.btn-bg-gradient {
    background-image: linear-gradient(rgb(254, 244, 18), rgb(243, 140, 1));
    background-color: transparent;
    border: none;
    color: #000000 !important;
}
.button.btn-animation {
    animation-name: pulse;
    animation-delay: 1s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    box-shadow: rgb(0, 0, 0) 0px 15px 20px -20px;
}
@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.image-box-book {
    height: 100%;
    background: #ffffff;
    filter: drop-shadow(rgb(166, 166, 166) 0px 2px 2px);
}
.wpcf7-form .row {
    margin: 0 -7px !important;
}
.wpcf7-form .row .col {
    padding: 0 7px 0;
}
.wpcf7-form input {
    padding: 15px 10px;
    height: auto;
    background-color: rgb(51, 51, 51);
    border: 1px rgb(84, 84, 84) solid;
    border-radius: 4px;
    outline: none;
    box-shadow: none;
    margin: 0 0 15px;
    color: #ffffff;
}
.wpcf7-form input::-webkit-input-placeholder {
    color: #ffffff;
}
.wpcf7-form input::-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}
.wpcf7-form input:-ms-input-placeholder {
    color: #ffffff;
}
.wpcf7-form input::-ms-input-placeholder {
    color: #ffffff;
}
.wpcf7-form input.wpcf7-submit {
    width: 100%;
    padding: 17px 10px;
    line-height: 1.5;
    font-weight: 400;
    text-transform: uppercase;
    background: var(--primary-color);
}
.icon-box-location .icon-box {
    height: 100%;
    color: #ffffff;
    padding: 15px;
    border-radius: 10px;
    background-image: linear-gradient(rgb(218, 68, 83), rgb(137, 33, 107));
}
.icon-box-location .col:nth-child(2) .icon-box {
    background-image: linear-gradient(rgb(8, 200, 246), rgb(77, 93, 251));
}
.icon-box-location .col:nth-child(3) .icon-box {
    background-image: linear-gradient(rgb(255, 65, 108), rgb(255, 75, 43));
}
.icon-box-location .col:nth-child(4) .icon-box {
    background-image: linear-gradient(rgb(30, 60, 114), rgb(42, 82, 152));
}
.icon-box-location .col:nth-child(5) .icon-box {
    background-image: linear-gradient(rgb(255, 0, 204), rgb(51, 51, 153));
}
.icon-box-location .col:nth-child(6) .icon-box {
    background-image: linear-gradient(rgb(249, 212, 35), rgb(255, 78, 80));
}
.icon-box-location .col:nth-child(7) .icon-box {
    background-image: linear-gradient(rgb(69, 104, 220), rgb(176, 106, 179));
}
.icon-box-location .col:nth-child(8) .icon-box {
    background-image: linear-gradient(rgb(68, 129, 235), rgb(4, 190, 254));
}

.text-quote {
    padding: 25px;
    background: #ffffff;
    position: relative;
    font-size: 18px;
}
.text-quote:after {
    content: "";
    position: absolute;
    width: 51px;
    height: 41px;
    right: 24px;
    bottom: -20px;
    background-image: url("/wp-content/uploads/2025/11/quote-icon.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.icon-box-quote.icon-box .icon-inner img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    object-fit: cover;
}
.icon-box-quote.icon-box .icon-box-text {
    padding-left: 15px !important;
}
.icon-box-quote.icon-box .icon-box-text p {
    margin-bottom: 5px;
}
.icon-box-quote.icon-box .icon-box-text p:last-of-type {
    margin-bottom: 0;
}
.footer-wrapper {
    overflow: hidden;
}
.icon-box-phone-footer {
    padding: 20px 0 29px 36px;
    position: relative;
}
.icon-box-phone-footer:after {
    content: "";
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--primary-color);
    border-radius: 0px 0px 0px 65px;
}
.icon-box-phone-footer > div {
    position: relative;
    z-index: 2;
}
.image-car-footer {
    width: 200% !important;
    position: absolute;
    top: 50%;
    left: -100px;
    transform: translateY(-29%);
}
.image-animation-footer {
    animation-name: slideInRight;
    animation-delay: 2s;
    animation-duration: 10s;
    animation-iteration-count: infinite;
}
.image-animation-footer .img-inner {
    max-width: 200px;
    margin: 0;
}
@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    100% {
        -webkit-transform: translateX(-29%);
        -ms-transform: translateX(-29%);
        transform: translateX(-29%);
    }
}

#popup-form-book-car section.section {
    background-image: linear-gradient(rgb(249, 212, 35), rgb(255, 153, 0));
}
#popup-form-book-car .wpcf7-form input {
    padding: 5px 10px;
    height: auto;
    background-color: #ffffff;
    border: 1px #ffffff solid;
    border-radius: 4px;
    outline: none;
    box-shadow: none;
    margin: 0 0 15px;
    color: #000000;
}
#popup-form-book-car .wpcf7-form input::-webkit-input-placeholder {
    color: #000000;
}
#popup-form-book-car .wpcf7-form input::-moz-placeholder {
    color: #000000;
    opacity: 1;
}
#popup-form-book-car .wpcf7-form input:-ms-input-placeholder {
    color: #000000;
}
#popup-form-book-car .wpcf7-form input::-ms-input-placeholder {
    color: #000000;
}
#popup-form-book-car .wpcf7-form input.wpcf7-submit {
    width: 100%;
    padding: 7px 10px;
    line-height: 1.5;
    font-weight: 400;
    text-transform: uppercase;
    background: #ffffff;
    color: #000000;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}