:root {
    --theme: #F36B27 !important;
    --theme2: #28282B !important;
    --header: #28282B !important;
    --bg: #eee !important;
}

body {
    scroll-behavior: smooth;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 25px;
}

h3 {
    font-size: 20px;
}

.header-right .social-icon {
    gap: 25px;
}

.header-right .contact-list li,
.header-right .social-icon a {
    font-size: 14px;
}

.header-right .contact-list li i {
    color: var(--theme);
    margin-right: 10px;
}

header {
    position: relative;
    background-color: var(--white);
    box-shadow: var(--box-shadow);
    z-index: 999;
}

.footer-widgets-wrapper .single-footer-widget .widget-head h4 a {
    font-weight: bold;
    color: var(--white);
}

.footer-widgets-wrapper {
    padding: 32px 0;
}

.footer-widgets-wrapper .single-footer-widget .widget-head,
.footer-widgets-wrapper .single-footer-widget {
    margin: 0;
}

.footer-wrapper a {
    color: #fff;
}

.car-details.section-padding,
.policy-content.section-padding {
    padding: 60px 0;
}

.theme-btn {
    cursor: pointer;
}

.theme-btn p {
    line-height: 1;
    display: flex;
}

.theme-btn p .wpcf7-spinner,
.car-details-wrapper .car-booking-items .contact-form-items .form-clt br {
    display: none;
}

.wpcf7-form .theme-btn {
    padding: unset;
}

.theme-btn p input {
    appearance: none;
    border: unset;
    background: unset;
    padding: 20px 40px;
}

.wpcf7-response-output {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.car-details-wrapper .car-booking-items .contact-form-items .form-clt textarea {
    width: 100%;
    outline: none;
    border: none;
    padding: 18px 24px;
    border-radius: 10px;
    color: var(--text);
    background-color: var(--bg);
    height: 64px;
}

.car-list-items .car-content .price {
    position: static;
}

.car-rentals-section-2 .icon-items ul,
.car-rentals-section .icon-items ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
    gap: 0 70px;
    width: 100%;
}

.car-rentals-items .car-image img {
    height: 250px;
    object-fit: cover;
}

#faq {
    scroll-margin-top: 100px;
}

.car-list-link {
    display: none;
}

.car-content .icon-items li {
    text-transform: uppercase;
}

.car-rentals-section-2 .icon-items ul,
.car-rentals-section .icon-items ul {
    gap: 0 60px;
}

.car-details-wrapper .car-details-items .car-content .icon-details-area .icon-details-main-items {
    grid-template-columns: repeat(4, auto);
    display: grid;
    flex-wrap: wrap;
    gap: 20px 40px;
}

.accordion-item:last-child {
    margin-bottom: 0 !important;
}

@media (max-width: 991px) {

    .car-details.section-padding,
    .policy-content.section-padding {
        padding: 30px 0;
    }
}

@media (max-width: 767px) {
    .theme-btn p input {
        padding: 20px 32px;
    }

    .car-rentals-items .car-image img {
        height: 230px;
    }

    .footer-widgets-wrapper .single-footer-widget .widget-head h4 a {
        font-size: 16px;
    }

    .car-list-items .car-image {
        border-radius: 10px 10px 0 0;
    }

    .faq-section {
        margin-top: 0;
    }

    .page-template-front-page .car-sale-section {
        margin-bottom: 0;
    }
}

@media (max-width: 575px) {
    /* .car-list-items .car-content .price {
        top: 20px;
    } */

    .car-list-items .car-content h3 {
        max-width: 230px;
    }

    .car-list-items .car-content .price {
        font-size: 14px;
        padding: 8px 14px;
        line-height: 1.3;
        font-weight: 400;
        transform: translateX(10px);
    }

    .theme-btn p input {
        padding: 18px 30px;
    }

    .footer-wrapper a,
    .footer-bottom .footer-wrapper p {
        font-size: 16px;
        line-height: 130%;
    }

    .footer-widgets-wrapper,
    .footer-bottom {
        padding: 24px 0;
    }

    .footer-bottom .footer-wrapper>div {
        align-items: center;
        flex-wrap: wrap;
        justify-content: center !important;
    }

    .car-list-items .car-content .icon-items {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }

    .car-list-items {
        position: relative;
    }

    .car-list-link {
        display: block;
        position: absolute;
        inset: 0;
        z-index: 1;
    }

    .car-list-items .car-content .icon-items {
        display: grid;
        grid-template-columns: auto auto;
        justify-content: space-between;
        gap: 10px 20px;
    }

    .car-rentals-section-2 .icon-items ul,
    .car-rentals-section .icon-items ul {
        grid-template-columns: repeat(2, auto);
        gap: 0 40px;
    }

    .car-details-wrapper .car-details-items .car-content .icon-details-area .icon-details-main-items {
        grid-template-columns: repeat(2, auto);
    }

    .about-wrapper-2 .about-content .about-list-wrapper .author-items {
        display: none;
    }
}

.contact-right-items a[href="mailto:info@example.com"] {
    text-transform: none;
}

.how-works-items:hover .icon-box .icon .icon-1 {
    display: inline-block !important;
}

.how-works-items:hover .title {
    color: var(--white);
}

.map-items .googpemap iframe {
    vertical-align: middle;
}

.contact-wrapper-area .contact-form-items .wpcf7-form-control-wrap {
    width: 100%;
}

.contact-wrapper-area .contact-form-items .theme-btn input {
    padding: 20px 40px;
}

.contact-wrapper-area .contact-form-items .form-clt textarea {
    height: 180px;
}

.pickup-loaction-area-2 .form-clt .input-group input {
    background-color: #ecf0f4;
    border-radius: 10px;
    padding: 15px 60px 15px 20px;
    width: 215px;
}

.pickup-loaction-area-2 .form-clt label {
    font-size: 16px;
    font-weight: 500;
    color: var(--header);
    margin-bottom: 15px;
}

.pickup-loaction-area-2 .contact-form-items .row {
    flex-direction: row;
    align-items: center;
}

.pickup-loaction-area-2 .contact-form-items .row .col-lg-12 {
    width: fit-content !important;
    align-self: end;
}

.pickup-wrapper.style-2 {
    justify-content: center;
}

.pickup-loaction-area-2 .container {
    max-width: 750px;
}

.wpcf7-not-valid-tip {
    font-size: 13px;
}

.header-logo {
    display: block;
}

.logo img {
    width: 180px;
    height: 45px;
    object-fit: cover;
}

.car-image img {
    max-height: 500px;
    object-fit: cover;
}

.policy-content p,
.policy-content h2:not(:first-child),
.policy-content h3 {
    margin-top: 1.5rem !important;
}

/* .policy-content h1 {
    font-size: 30px;
}

.policy-content h2 {
    font-size: 25px;
}

.policy-content h3 {
    font-size: 20px;
} */

.footer-wrapper a:nth-child(2) {
    order: 1;
}

.testimonial-section .section-title-area p {
    max-width: 500px;
    text-align: right;
}

.testimonial-card-items .testimonial-items-top {
    min-height: 400px;
}

.about-wrapper-2 .about-content .about-list-wrapper .about-list-items ul li i {
    color: var(--theme);
}

@media (max-width: 767px) {
    .contact-wrapper-area .contact-form-items .theme-btn input {
        padding: 20px 32px;
    }

    .pickup-loaction-area-2 .form-clt .input-group input {
        width: 100%;
    }

    .logo img {
        width: 160px;
        height: 40px;
        object-fit: cover;
    }

    /* .policy-content h1 {
        font-size: 25px;
    }

    .policy-content h2 {
        font-size: 20px;
    }

    .policy-content h3 {
        font-size: 18px;
    } */

    h1 {
        font-size: 25px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 18px;
    }

    .testimonial-section .section-title-area p {
        text-align: left;
    }

    .testimonial-card-items .testimonial-items-top {
        min-height: 290px;
    }
}

@media (max-width: 575px) {
    .contact-wrapper-area .contact-form-items .theme-btn input {
        padding: 18px 30px;
    }

    .contact-wrapper-area {
        padding: 30px 20px;
    }

    .logo img {
        width: 120px;
        height: 30px;
        object-fit: cover;
    }

    .footer-wrapper a:nth-child(2) {
        order: unset;
    }
}

.how-works-items .title {
    background-color: var(--bg);
}

.offcanvas__info {
    background: #fff none repeat scroll 0 0 !important;
}

.contact-wrapper-area .contact-form-items .form-clt span {
    margin-bottom: 0;
}

br {
    display: block !important;
}

.form-clt br {
    display: none !important;
}

.section-title img {
    width: 23px;
    height: 23px;
    object-fit: cover;
}

.rental-benefit-section .section-title img,
.funfact-section .section-title img {
    filter: invert(1);
}

.car-rentals-section-2.fix,
.team-section.fix {
    overflow: unset;
}

.car-rentals-items .car-image {
    display: block;
}

.gallery-wrap {
    border-top: 1px solid var(--border);
    padding-top: 24px;
}

.gallery-wrap .gallery-item {
    display: grid;
    grid-template-columns: repeat(auto-fill, 90px);
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.gallery-wrap .gallery-item .thumb {
    position: relative;
    height: 90px;
}

.gallery-wrap .gallery-item .thumb img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.gallery-wrap .gallery-item .thumb .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;
    transition: 0.3s;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.gallery-wrap .gallery-item .thumb:hover .icon {
    opacity: 1;
}

.gallery-wrap .gallery-item .thumb .icon i {
    color: var(--white);
    font-size: 22px;
    z-index: 99;
    position: relative;
    margin-top: 35px;
}

.gallery-wrap .gallery-item .thumb .icon::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--theme);
    transition: 0.4s;
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.gallery-wrap .gallery-item .thumb:hover .icon::after {
    opacity: 0.8;
}

.gallery-wrap h4 {
    margin-bottom: 25px;
}

.team-card-items .border-shape {
    border-radius: 10px;
    padding: 2px;
    background: linear-gradient(0deg, #3A3A3D, #A94F27, #F36B27);

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0) padding-box;
    -webkit-mask-composite: destination-out;

    mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0) padding-box;
    mask-composite: exclude;
}

.car-rentals-wrapper .array-button {
    opacity: 1;
    visibility: visible;
}

.car-rentals-wrapper .array-button .array-prev,
.car-rentals-wrapper .array-button .array-next {
    z-index: 99;
    backface-visibility: hidden;
    width: 40px;
    height: 40px;
}

.car-rentals-wrapper .array-button .array-prev {
    left: 20px;
}

.car-rentals-wrapper .array-button .array-next {
    right: 20px;
}

.rental-benefit-wrapper .rental-benefit-content p {
    color: #fff;
}

.car-content .item-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.car-list-items .car-content h3 {
    margin-bottom: 0;
}

.car-sale-wrapper {
    background-image: linear-gradient(90deg, #35017b 0%, #f36b27 100%);
}

@media (max-width: 575px) {
    .gallery-wrap .gallery-item {
        grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
        justify-content: unset;
    }

    .car-rentals-wrapper .array-button .array-prev,
    .car-rentals-wrapper .array-button .array-next {
        width: 30px;
        height: 30px;
        top: 50%;
        background-color: #fff !important;
    }

    .car-rentals-items .car-content .theme-btn {
        background-color: var(--theme);
        color: #fff;
    }

    .car-rentals-items .car-content .theme-btn i {
        color: #fff;
    }

    .car-rentals-items .car-content .theme-btn::before,
    .car-rentals-items .car-content .theme-btn::after {
        width: 0 !important;
        height: 0 !important;
    }

    .about-wrapper-2 .about-content .about-list-wrapper .about-list-items:not(:has(.theme-btn)) ul {
        margin-bottom: 0;
    }
}


@media (min-width: 992px) {
    .contact-section-1 .contact-wrapper-area .row.g-4 .col-lg-9 {
        width: 62%;
    }

    .contact-section-1 .contact-wrapper-area .row.g-4 .col-lg-3 {
        width: 38%;
    }

    .contact-wrapper-area {
        padding: 60px;
    }
}

@media (min-width: 1200px) {
    .contact-section-1 .contact-wrapper-area .row.g-4 .col-lg-9 {
        width: 66%;
    }

    .contact-section-1 .contact-wrapper-area .row.g-4 .col-lg-3 {
        width: 34%;
    }
}