.nav-logo {
    height: 90px;
    width: auto;
}

.hero-h3 {
    font-size: 26px;
}

.border-bottom-marquee {
    border-bottom: 1px dashed #f75b2da6;
}

.about-small-img {
    border-radius: 0 40px 0 40px;
}

.float-car {
    height: 200px;
    position: relative;
    right: 51px;
    left: 280px;
    top: 519px;
}

.about-main-img {
    border-radius: 0 80px 0 0;
}

.small-img {
    background: white;
    padding: 10px;
    border-radius: 0 40px 0 40px;
    bottom: 65px !important;

}


.about-home-p {}

.text-highlight {
    color: var(--theme-2);
}

/* title */
.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.section-badge span {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--theme);
    padding: 6px 22px;
    border: 1px solid rgb(1 95 201 / 37%);
    border-radius: 50px;
    background: rgba(94, 128, 200, 0.08);
    backdrop-filter: blur(8px);
}

.section-badge::before,
.section-badge::after {
    content: "";
    width: 42px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--theme));
}

.section-badge::after {
    background: linear-gradient(90deg, var(--theme), transparent);
}

.white-title {
    color: white;
}

.white-title span {
    color: white;
    border: 1px solid rgb(255 255 255 / 98%);
}

.white-title::before,
.white-title::after {
    content: "";
    width: 42px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--white));
}

.white-title::after {
    background: linear-gradient(90deg, var(--white), transparent);
}

@media (max-width: 576px) {
    .section-badge span {
        font-size: 12px;
        letter-spacing: 2px;
        padding: 8px 18px;
    }

    .section-badge::before,
    .section-badge::after {
        width: 24px;
    }

    .hero-swiper3-item .hero3-content p {
        display: none;
    }
    .quote-img{
        display: none;
    }
}




.phone-icon {
    background: #00a8e8 !important;
}

.whatsapp-icon {
    background: #25d366 !important;
}

.content.d-flex {
    width: 100%;
}



.car-info {
    list-style: none;
    padding: 0;
    margin-top: 10px;
}

.car-info li {
    margin-bottom: 6px;
}

.learn-more-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    color: var(--theme-2);
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    transition: 0.3s ease;
}

.learn-more-btn i {
    font-size: 13px;
    transition: 0.3s ease;
}

.learn-more-btn:hover i {
    transform: translateX(4px);
}

.align-center {
    text-align: center;
}

.tab-title {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}

.tab-main-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}

.car-list {
    list-style: none;
    padding: 0;
    margin: 15px 0 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px 20px;
}


.car-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}

.car-list li i {
    color: #ed5331;
    font-size: 14px;
}

.car-list2 {
    list-style: none;
    padding: 0;
    margin: 15px 0 0;
    display: grid;
    /* grid-template-columns: repeat(2, 1fr); */
    gap: 0px 20px;
}


.car-list2 li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}

.car-list2 li i {
    color: #ed5331;
    font-size: 14px;
}


/* footer */

.footor-logo {
    width: 215px;
    background: var(--theme-2);
    border-radius: 28px;
    padding: 9px;
    margin-bottom: 10px;
}

.footer-top {
    margin-top: 59px !important;
}

.align-justify {
    text-align: justify;
}

.highlight-color {
    color: var(--theme-2);
}

.social-image {
    width: 30px;
    height: 30px;
}

.list-items-7 li a i {
    margin-right: 8px;
    color: var(--theme-2);
    /* your theme color */
}

@media (max-width: 768px) {
    .swiper-dot-2{
        display: none;
    }
    .footer-top {
        margin-top: 4px !important;
    }

    .section-title h2 {
        transition: none !important;
    }

    .card-theme2 {
        transition: none;
    }

    .adventure-items-style-1 .adventure-image {
        padding: 0 21px;
    }

    .about-main-img {
        border-radius: 0 34px 0 0;
    }

    .team-card-items-style-1 .team-image img {
        aspect-ratio: 1/1;
    }

    .left {
        padding-left: 13px !important;
    }

    .popular-deatination-style-2 .popular-deatination-content {
        bottom: 25px;
        padding-bottom: 60px !important;

    }

    .about-img-position {
        left: 6px;
        top: 76px;
    }

    .about-thumb_controller .thumb3 {
        padding-left: 0 !important;
    }

    .about-img-bg {
        display: none;
    }

    .mv-section {
        padding: 0 0 80px 0;
    }

    .hero-button{
        margin-top: 30px;
    }
    .array-button .array-next {
    width: 50px;
    height: 50px;
    line-height: 50px;
    }
      .array-button .array-prev {
    width: 50px;
    height: 50px;
    line-height: 50px;
    }

}


/* testimonials */
.content-user h5{
    font-weight: 500;
}
.user-image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.left {
    padding-left: 70px;
}

.font-h4 {
    font-size: 22px;
    font-weight: 400;
    padding-bottom: 20px;
}


.instagram-media {
    min-width: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 auto !important;
}

.popular-deatination-image {
    overflow: hidden;
}

.popular-destination-section>a {
    display: block;
    width: fit-content;
    margin: 30px auto 0;
    text-align: center;
}

.section-padding2 {
    padding: 50px 0 30px 0;
}


.nav-btn {
    padding: 13px 17px;
}

.marquee-section {
    overflow: hidden;
    position: relative;
    background: linear-gradient(90deg, var(--theme), var(--theme-2));
}


.stact-item .icon i {
    color: var(--theme-2);
    transition: all 0.3s ease;
}

.stact-item:hover .icon i {
    color: #fff;
}

.adventure-image {
    position: relative;
    overflow: hidden;
}

.best-destination-item {
    position: relative;
}

.best-destination-image {
    position: relative;
    overflow: hidden;
}

.contact-icons-car {
    position: absolute;
    top: 40px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 2;

    opacity: 0;
    visibility: hidden;
    transform: translateY(-15px);
    transition: all 0.4s ease;
}

.best-destination-image:hover .contact-icons-car {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.contact-icons-car a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    /* background: #fff; */
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.contact-icons-car a:hover {
    /* background: #c8a97e; */
    color: #fff;
    transform: translateY(-3px);
}

.space-bottom {
    margin-bottom: 13px;
}

.highlight {
    color: var(--theme-2) !important;
    font-weight: 600 !important;
    font-size: 20px;
}


.popular-deatination-image {
    position: relative;
    overflow: hidden;
}

.popular-deatination-image .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: 0.3s;
    z-index: 2;
}

.popular-deatination-image:hover .icon {
    transform: translate(-50%, -50%) scale(1);
}

.popular-deatination-image .icon a {
    width: 50px;
    height: 50px;
    background: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
}

.popular-deatination-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: 0.3s;
}

.popular-deatination-image:hover::after {
    opacity: 1;
}


/* appointment  */


/* Overlay */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    /* dark semi-transparent overlay */
    display: none;
    /* hidden by default */
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

/* Popup Box */
.popup-box {
    background: #fff;
    padding: 30px 25px;
    width: 530px;
    max-width: 100%;
    border-radius: 12px;
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    animation: fadeIn 0.3s ease-in-out;
}

/* Close Button */
.close-popup {
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 28px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    transition: color 0.2s;
}

.close-popup:hover {
    color: #ff0000;
}

/* Form */
.popup-box form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* Input & Select Fields */
.popup-box input,
.popup-box select {
    padding: 12px 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.popup-box input:focus,
.popup-box select:focus {
    border-color: #000;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    outline: none;
}

/* Submit Button */
.popup-box button {
    background: var(--theme-2);
    color: #fff;
    padding: 13px 0;
    width: 40%;
    place-self: center;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
}

.popup-box button:hover {
    background: #444;
}

.form-title {
    padding-bottom: 15px;
    text-align: center;
    font-size: 20px;
}

.bg-top-cover {
    background-size: cover !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
}

/* Responsive for Mobile */
@media (max-width: 768px) {
    .bg-top-cover {
        background-position: bottom right !important;

    }
    .section-padding2 {
    padding: 50px 0 30px 0;
}
.about-list{
    margin-top: 20px;
}
}

/* Animation */
@keyframes fadeIn {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Responsive for Mobile */
@media (max-width: 500px) {
    .popup-box {
        padding: 20px 15px;
        width: 95%;
    }
}


input[type="tel"],
input[type="text"] {
    line-height: 0;
}

input[type="date"] {
    padding: 7px 10px;
}



.book-appointment-floating {
    display: flex;
    position: fixed;
    bottom: 244px;
    right: -33px;
    z-index: 9999;
    background: #ff6b00;
    color: #fff;
    padding: 12px 33px;
    border-radius: 50px;
    align-items: center;
    gap: 8px;
    font-size: 29px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.floating-icon {
    position: relative;
    right: 11px;
}

/* Optional: slightly adjust position on mobile */
@media (max-width: 768px) {
    .book-appointment-floating {
        bottom: 180px;
        right: -33px;
    }

    .tour-card-items-6-style-1 .tour-content .bottom-content {
        padding: 5px 24px !important;
    }

    .contact-btns {
        gap: 8px;
        padding: 0 27px !important;
    }
}

.cars-bg {
    height: 145px;
}

.nav-btn {
    display: none;
}

.book-appointment-floating {
    display: flex;
}

.submenu {
    padding-left: 20px !important;
}

.tour-card-items-6-style-1 .tour-content .bottom-content {
    padding: 5px 100px;
}




.bottom-content span {
    display: flex;
    align-items: center;
    gap: 8px;
}

.bottom-content span i {
    color: #ff6b00;
    font-size: 14px;
}

.tour-image {
    position: relative;
}

.read-more-btn {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: var(--theme-2);
    color: #fff;
    padding: 12px 14px;
    border-radius: 0 10px 10px 0;
    /* font-size: 12px; */
    /* font-weight: 600; */
    text-decoration: none;
    z-index: 2;
    transition: 0.3s;
}

.read-more-btn:hover {
    background: var(--theme);
    color: #fff;
}

.bottom-content {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
}

.bottom-content span {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 16px;
}

.bottom-content span i {
    color: #ff6b00;
}

.contact-btns {
    display: flex;
    gap: 20px;
    padding: 0 86px;
    margin-top: 16px;

}

.contact-btns a {
    flex: 1;
    text-align: center;
    padding: 6px 5px;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s;
}

.whatsapp-btn {
    background: #20c640;
}

.whatsapp-btn:hover {
    background: #1da851;
    color: #fff;
}

.call-btn {
    background: #2091eb;
}

.call-btn:hover {
    background: #2091eb;
    color: #fff;
}


.booking-form .form-field {
    width: 100%;
    height: 55px;
    padding: 0 18px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
    color: #000;
    font-size: 15px;
}

.booking-form .form-field::placeholder {
    color: #000;
    opacity: 1;
}

.booking-form select.form-field,
.booking-form .date-field {
    color: #000;
}

.booking-form .textarea-field {
    height: 140px;
    padding: 15px 18px;
    resize: none;
}

.booking-form .date-field::-webkit-calendar-picker-indicator {
    filter: brightness(0);
}




/* About page */

.about-img-bg {
    background: #ededed;
    padding: 10px;
}

.about-img-position {
    position: relative;
    left: 28px;
}
.about-content-bottom{
    margin-top: 40px;
}

.mv-section {
    background: #f8f6f1;
}

.mv-tab-buttons {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.mv-tab-btn {
    border: 0;
    background: #fff;
    border-radius: 20px;
    padding: 24px 22px;
    display: flex;
    align-items: center;
    gap: 18px;
    text-align: left;
    width: 100%;
    transition: all .4s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    position: relative;
    overflow: hidden;
}



.mv-tab-btn .number {
    width: 58px;
    height: 58px;
    min-width: 58px;
    border-radius: 50%;
    color: #000000;
    display: flex;
    align-items: center;
    border: 1px dashed;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
}

.mv-tab-btn.active .number {
    color: white;

}

.mv-tab-btn:hover .number {
    color: white;

}

.mv-tab-btn h5 {
    margin-bottom: 5px;
    font-size: 22px;
}

.mv-tab-btn p {
    margin: 0;
    color: #777;
    font-size: 14px;
}

.mv-tab-btn.active,
.mv-tab-btn:hover {
    /* transform: translateX(10px); */
    background: var(--theme-2);
}

.mv-tab-btn.active::before,
.mv-tab-btn:hover::before {
    opacity: 1;
}

.mv-tab-btn.active h5,
.mv-tab-btn.active p,
.mv-tab-btn:hover h5,
.mv-tab-btn:hover p {
    color: #fff;
}

.mv-content-wrapper {
    background: #fff;
    border-radius: 30px;
    padding: 50px;
    min-height: 100%;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    position: relative;
    margin: 32px 0px;
}

.mv-content {
    display: none;
    animation: fadeUp .5s ease;
}

.mv-content.active {
    display: block;
}

.top-tag {
    display: inline-block;
    padding: 6px 18px;
    border-radius: 50px;
    background: rgb(248 246 241);
    color: #015fc9;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 18px;
}

.mv-content h2 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.mv-content p {
    font-size: 16px;
    line-height: 1.9;
    text-align: justify;
}

.mv-highlight {
    margin-top: 30px;
    padding: 20px 25px;
    border-radius: 18px;
    background: #f8f6f1;
    display: flex;
    align-items: center;
    gap: 15px;
}

.mv-highlight i {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: var(--theme);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.mv-highlight span {
    color: #222;
    font-weight: 500;
    font-size: 16px;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .mv-content-wrapper {
        padding: 35px 16px;
    }

    .mv-content h2 {
        font-size: 30px;
    }

    .mv-tab-btn.active,
    .mv-tab-btn:hover {
        transform: translateX(0);
    }

    .mv-highlight {
               /* padding: 20px 5px; */
        display: block;
        text-align: -webkit-center;
    }
}

.our-values-section {
    position: relative;
    padding: 50px 0;
    background: url("../img/about/our-values-bg.jpeg") center center / cover no-repeat;
    overflow: hidden;
    margin: 40px 68px;
    border-radius: 61px;
}

.values-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgb(1 95 201 / 58%), rgba(11, 28, 53, 0.82), rgba(247, 91, 45, 0.72));
}

.values-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
    color: #fff;
}

.values-subtitle {
    display: inline-block;
    padding: 10px 22px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.values-content h2 {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 30px;
    color: #fff;
}

.values-content p {
    font-size: 16px;
    line-height: 1.9;
    color: var(--white);
    margin-bottom: 22px;
}

@media (max-width: 991px) {
    .our-values-section {
        padding: 100px 0;
    }

    .values-content h2 {
        font-size: 38px;
    }
}

@media (max-width: 768px) {
    .our-values-section {
        padding: 80px 0;
    }

    .values-content h2 {
        font-size: 30px;
    }

    .values-content p {
        font-size: 16px;
        text-align: justify;
    }

    .our-values-section {
        margin: 40px 5px;
    }
    .about-content-bottom{
    margin-top: 20px;
}


}

.feature-box {
    background: #fff;
    border: 1px solid rgba(247, 91, 45, 0.15);
    border-radius: 18px;
    padding: 25px 20px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
}

.feature-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 40px rgba(247, 91, 45, 0.15);
    border-color: rgba(247, 91, 45, 0.35);
}

.about-feature-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.about-feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.08);
}

.about-feature-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.feature-icon {
    min-width: 52px;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: rgba(247, 91, 45, 0.1);
    color: #f75b2d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: all 0.4s ease;
}

.feature-box:hover .feature-icon {
    background: #f75b2d;
    color: #fff;
}

.feature-content h6 {
    font-size: 18px;
    font-weight: 500;
    color: #111;
    margin-bottom: 6px;
}

.feature-content p {
    margin: 0;
    color: #000000;
    font-size: 16px;
    line-height: 1.7;
}

@media (max-width: 768px) {
    .feature-box {
        padding: 20px 15px;
    }

    .about-feature-list li {
        gap: 12px;
        padding: 14px 0;
    }

    .feature-icon {
        width: 46px;
        height: 46px;
        min-width: 46px;
        font-size: 18px;
    }
}
 

/* contact page */

.content {
    align-self: flex-start;

}

.contact-cardd {
    gap: 18px;
    padding: 18px 20px;
    /* background: #fff3f1; */
    border-radius: 16px;
    border: 1px solid #dadada;
    text-align: center;
    transition: all 0.3s ease;
    height: 265px;
}

.contact-cardd:hover {
    transform: translateY(-3px);
    border-color: #f75b2d;
    box-shadow: 0 10px 20px rgba(247, 91, 45, 0.12);
}


/* gllery */


/* gallery page  */
.gallerys {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

/* FIXED RATIO (IMPORTANT) */
.gallerys img {
    width: 100%;
    height: 250px;
    /* 🔥 same height for all */
    object-fit: cover;
    /* 🔥 image crop properly */
    transition: 0.4s;
}

/* Zoom */
.gallerys:hover img {
    transform: scale(1.1);
}

/* Overlay */
.gallerys::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: 0.3s;
    z-index: 1;
}

/* Icon */
.gallerys .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: 0.3s;
    z-index: 2;
}

.gallerys .icon a {
    width: 50px;
    height: 50px;
    background: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

/* Hover */
.gallerys:hover::before {
    opacity: 1;
}

.gallerys:hover .icon {
    transform: translate(-50%, -50%) scale(1);
}


@media (max-width: 768px) {
    .gallerys img {
        height: 200px;
    }
}

@media (max-width: 480px) {
    .gallerys img {
        height: 180px;
    }
}

.gallerys video {
    width: 100%;
    height: 250px;
    object-fit: cover;
}


/* cars page */
/* cars */
.sidebar-title {
    text-align: center;
}

.sidebar-title h4 {
    font-size: 24px;
    font-weight: 700;
    color: #222;
    margin-bottom: 0;
    padding-bottom: 12px;
    border-bottom: 2px solid #f75b2d;
    display: inline-block;
}

.news-details-image {
    overflow: hidden;
    border-radius: 20px;
}

.news-details-image img {
    width: 100%;
    display: block;
    transition: transform 0.6s ease, filter 0.6s ease;
}

.news-details-image:hover img {
    transform: scale(1.08) rotate(1deg);
    filter: brightness(1.05);
}

.car-sidebar {
    width: 100%;
}

/* Item */
.car-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f5f7fa;
    padding: 12px 15px;
    margin-bottom: 10px;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
    font-size: 18px;
    color: #222;
}

/* Icon */
.car-item i {
    font-size: 14px;
    background: #e2e8f0;
    padding: 6px;
    border-radius: 5px;
    transition: 0.3s;
}

/* Hover */
.car-item:hover {
    background: var(--theme-2);
    color: #fff;
    transform: translateX(6px);
}

.car-item:hover i {
    background: #fff;
    color: #ff6600;
}

/* Active */
.car-item.active {
    background: var(--theme-2);
    color: #fff;
}

.car-item.active i {
    background: #fff;
    color: var(--theme);
}

/* Highlight (featured car) */
.car-item.highlight {
    background: var(--theme-2);
    color: #fff;
}

.car-item.highlight i {
    background: #fff;
    color: var(--theme-2);
}

.car-item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-decoration: none;
    color: black;
}

.car-item:hover span {
    color: #fff;
}

/* Title */
.car-title {
    font-weight: 500;
    font-size: 34px;
    margin-bottom: 20px;
}

.car-specs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 20px;
    padding-bottom: 25px;
}

.spec-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 18px;
    background: #f8f8f8;
    /* border-left: 3px solid #f75b2d; */
    border-radius: 6px;
    transition: all 0.3s ease;
}

.spec-item:hover {
    background: #fff3ef;
    transform: translateX(5px);
}

.spec-item i {
    color: #f75b2d;
    font-size: 14px;
}

.spec-item span {
    color: #222;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .car-specs {
        grid-template-columns: 1fr;
    }

    .exprience-counting {
        top: 63px;
    }
}

.main-sidebar {
    padding: 10px;
    border-radius: 20px;
    background: linear-gradient(262deg, #fce5dc 0%, #ffffff 100%);
    border: 1px solid #f1d8cf;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    /* border-radius: 20px; */
}

.contact-line {
    display: block;
    margin-top: 8px;
}

.arrow-list {
    list-style: none;
    padding-left: 0;
}

.arrow-list li {
    position: relative;
    /* padding-left: 25px; */
    margin-bottom: 8px;
    font-size: 18px;
}

/* Add >> before text */
.arrow-list {
    list-style: none;
    padding: 0;
    margin: 0;
}


.arrow-list li i {
    color: #f75b2d;
    font-size: 14px;
}

.car-contact-text a {
    text-decoration: none;
}

.car-content {
    font-size: 18px;
}

.car-contact-box {
    margin-top: 40px;
    padding: 35px 30px;
    border-radius: 20px;
    background: linear-gradient(135deg, #fff8f5 0%, #ffffff 100%);
    border: 1px solid #f1d8cf;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.car-contact-header {
    margin-bottom: 25px;
}

.car-contact-subtitle {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #f75b2d;
    background: rgba(247, 91, 45, 0.1);
    padding: 6px 14px;
    border-radius: 30px;
    margin-bottom: 12px;
}

.car-contact-header h4 {
    font-size: 30px;
    margin-bottom: 12px;
    color: #111;
}

.car-contact-header p {
    margin: 0;
    color: #666;
    line-height: 1.8;
}

.car-contact-info {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.contact-card {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 18px 20px;
    background: #fff;
    border-radius: 16px;
    border: 1px solid #eee;
    transition: all 0.3s ease;
}

.contact-card:hover {
    transform: translateY(-3px);
    border-color: #f75b2d;
    box-shadow: 0 10px 20px rgba(247, 91, 45, 0.12);
}

.contact-icon {
    width: 58px;
    height: 58px;
    min-width: 58px;
    border-radius: 50%;
    background: #f75b2d;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
}

.contact-content span {
    display: block;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 5px;
}

.contact-content a {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #111;
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact-content a:hover {
    color: #f75b2d;
}

.main-title {
    font-size: 38px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: 500;
}

.main-title::after {
    content: "";
    display: block;
    width: 90px;
    height: 4px;
    margin-top: 0px;
    border-radius: 10px;
    background: linear-gradient(90deg, #f75b2d 0%, #ffb199 100%);
}

@media (max-width: 575px) {
    .car-contact-box {
        padding: 25px 20px;
    }

    .contact-card {
        align-items: flex-start;
        display: block;
        text-align: center;
    }

    .contact-icon {
        place-self: center;
        margin-bottom: 7px;
    }

    .contact-content a {
        font-size: 16px;
    }

    .arrow-list li {
        padding-left: 14px;
    }
}


/* navbar-li scroller */
.submenu {
    max-height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 8px;
}

.submenu li {
    list-style: none;
    margin-bottom: 10px;
}

.submenu::-webkit-scrollbar {
    width: 7px;
}

.submenu::-webkit-scrollbar-thumb {
    border-radius: 10px;
}

.submenu::-webkit-scrollbar-track {
    background: transparent;
}


/* 4 page */

.custom-space {
    padding: 100px 0;
}

.executive-travel-image img {
    width: 100%;
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.executive-travel-content h2 {
    font-size: 42px;
    margin-bottom: 20px;
    color: #111;
}

.executive-travel-content p {
    color: #000000;
    line-height: 1.9;
    margin-bottom: 18px;
    text-align: justify;
}

.executive-label {
    display: inline-block;
    color: #f75b2d;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.executive-feature-wrap {
    margin-top: 30px;
}

.executive-feature-box {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
    font-weight: 600;
    color: #222;
}

.executive-feature-box i {
    width: 38px;
    height: 38px;
    background: rgba(247, 91, 45, 0.12);
    color: #f75b2d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.executive-action-group {
    margin-top: 35px;
}

.executive-btn-primary,
.executive-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 32px;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.executive-btn-primary {
    background: #f75b2d;
    color: #fff;
}

.executive-btn-primary:hover {
    background: #df4d21;
    color: #fff;
}

.executive-btn-outline {
    border: 2px solid #f75b2d;
    color: #f75b2d;
    background: transparent;
}

.executive-btn-outline:hover {
    background: #f75b2d;
    color: #fff;
}

@media (max-width: 991px) {
    .custom-space {
        padding: 70px 0;
    }

    .executive-travel-content h2 {
        font-size: 32px;
    }
}


/* whtsapp-call floating */

.contact-fab-wrap {
    position: fixed;
    left: 25px;
    bottom: 25px;
    z-index: 99999;
}

.contact-fab-btn {
    width: 65px;
    height: 65px;
    border: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, #f75b2d, #ff7d4d);
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    position: relative;
    box-shadow: 0 15px 35px rgba(247, 91, 45, 0.35);
    transition: all .4s ease;
}

.contact-fab-btn:hover {
    transform: scale(1.08);
}

.contact-fab-btn i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .35s ease;
}

.contact-fab-btn .close-icon {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(-180deg) scale(.3);
}

.contact-fab-wrap.active .open-icon {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(180deg) scale(.3);
}

.contact-fab-wrap.active .close-icon {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(0) scale(1);
}

.contact-fab-menu {
    position: absolute;
    left: 5px;
    bottom: 85px;
}

.fab-item {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    text-decoration: none;
    margin-bottom: 14px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .2);
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px) scale(.5);
    transition: all .4s ease;
}

.contact-fab-wrap.active .fab-item {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.contact-fab-wrap.active .fab-item:nth-child(1) {
    transition-delay: .08s;
}

.contact-fab-wrap.active .fab-item:nth-child(2) {
    transition-delay: .16s;
}

.fab-whatsapp {
    background: #20c640;
}

.fab-phone {
    background: #2091eb;
}

.fab-item:hover {
    transform: scale(1.12) !important;
}

.contact-fab-btn::before {
    content: "";
    position: absolute;
    inset: -8px;
    border-radius: 50%;
    border: 2px solid rgba(247, 91, 45, .35);
    animation: pulseRing 2s infinite;
}

@keyframes pulseRing {
    0% {
        transform: scale(.9);
        opacity: 1;
    }

    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

@media (max-width: 575px) {
    .contact-fab-wrap {
        right: 18px;
        bottom: 18px;
    }

    .contact-fab-btn {
        width: 58px;
        height: 58px;
    }

    .fab-item {
        width: 52px;
        height: 52px;
        font-size: 20px;
    }
}