.hero-home-fix {
    position: relative;
    min-height: 560px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.36)), url('../img/ani-banner.jpg');
    background-repeat: no-repeat;
    background-position: center 32%;
    background-size: cover;
    background-attachment: scroll !important;
}

.hero-home-fix:before {
    display: none;
}

.home-itinerary-lead {
    margin-top: 5px;
    line-height: 1.3;
    font-size: 18px !important;
}

@media (max-width: 991px) {
    .hero-home-fix {
        min-height: 420px;
        background-position: center 38%;
    }
}

@media (max-width: 767px) {
    .hero-home-fix {
        min-height: 350px;
        background-position: center 42%;
    }
}

@media (max-width: 480px) {
    .hero-home-fix {
        min-height: 300px;
        background-position: center 45%;
    }
}

.tour_container {
    border: 1px solid #ececec;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
}

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

.tour_container .tour_title {
    padding: 14px;
}

.tour_container .tour_title h3 {
    font-size: 17px;
    line-height: 1.3;
    margin-bottom: 7px;
}

.tour_container .tour_title .rating {
    font-size: 13px;
    color: #666;
    margin: 0;
}

.tour-location {
    margin-top: 7px;
    font-size: 12px;
    color: #444;
    line-height: 1.4;
}

.tour-location i {
    color: #e04f67;
    margin-right: 5px;
}

.card-actions {
    display: flex;
    gap: 8px;
    padding: 10px 0 0;
    margin-top: 10px;
    border-top: 1px solid #f1f1f1;
}

.card-btn-details,
.card-btn-wa {
    flex: 1;
    text-align: center;
    padding: 7px 8px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    text-decoration: none;
}

.card-btn-details {
    background: #e05067;
    color: #fff;
}

.card-btn-details:hover {
    background: #333;
    color: #fff;
    text-decoration: none;
}

.card-btn-wa {
    background: #25d366;
    color: #fff;
}

.card-btn-wa:hover {
    background: #1eb354;
    color: #fff;
    text-decoration: none;
}

.card-btn-details i,
.card-btn-wa i {
    margin-right: 4px;
}

#more-packages {
    display: none;
}

.btn-show-more {
    display: inline-block;
    background: #fff;
    color: #e05067;
    border: 2px solid #e05067;
    padding: 9px 28px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.2s ease;
    margin: 8px 0 24px;
}

.btn-show-more:hover {
    background: #e05067;
    color: #fff;
}

.btn-show-more i {
    margin-left: 6px;
}

.home-contact-section {
    position: relative;
    margin-top: 10px;
}

.home-carhire-parallax {
    background-position: center center;
    background-attachment: fixed;
    transform: translateZ(0);
}

@supports (-webkit-touch-callout: inherit) {
    .home-carhire-parallax {
        background-attachment: scroll;
    }
}

.home-contact-title h2 {
    
    margin-bottom: 10px;
}

.home-contact-lead {
    max-width: 860px;
    margin: 0 auto;
    color: #666;
    line-height: 1.7;
}

.home-contact-wrap {
    margin-top: 16px;
    padding: 30px 26px 24px;
    background: linear-gradient(165deg, #fffefb 0%, #ffffff 100%);
    border: 1px solid #ecdcc4;
    border-top: 4px solid #e04f67;
    border-radius: 10px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.09);
}

.home-contact-form .form-group {
    margin-bottom: 16px;
}

.home-contact-form .form-control {
    height: 48px;
    border: 1px solid #dedede;
    border-radius: 4px;
    box-shadow: none;
    font-size: 14px;
    padding: 10px 14px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
    background: #fff;
}

.home-contact-form textarea.form-control {
    min-height: 136px;
    resize: vertical;
}

.home-contact-form .form-control:focus {
    border-color: #e05067;
    box-shadow: 0 0 0 3px rgba(224, 80, 103, 0.16);
    background: #fcfeff;
}

.home-contact-form .form-control::placeholder {
    color: #8e8e8e;
}

.home-contact-submit {
    min-width: 230px;
    font-size: 13px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    border-radius: 30px;
    padding: 12px 30px;
    box-shadow: 0 8px 20px rgba(224, 80, 103, 0.28);
}

.home-contact-submit:hover {
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.2);
}

.home-contact-details {
    margin-top: 22px;
    padding-top: 20px;
    border-top: 1px dashed #e6d9c8;
}

.home-contact-detail {
    background: #fff;
    border: 1px solid #f0e7da;
    border-radius: 8px;
    padding: 16px 14px;
    text-align: center;
    min-height: 135px;
}

.home-contact-detail i {
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 50%;
    background: #f4fbff;
    color: #e05067;
    font-size: 20px;
    margin-bottom: 10px;
}

.home-contact-detail h4 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 8px;
    color: #333;
}

.home-contact-detail a {
    font-size: 14px;
    color: #e04f67;
    font-weight: 700;
    text-decoration: none;
}

.home-contact-detail a:hover {
    color: #333;
    text-decoration: none;
}

.destination-packages-title p {
    color: #666;
}

.destination-card-row {
    margin-top: 6px;
}

.destination-card {
    display: block;
    position: relative;
    height: 360px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.destination-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.destination-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 35%, rgba(0, 0, 0, 0.72) 100%);
    z-index: 1;
}

.destination-card-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 18px 14px 16px;
    color: #fff;
    text-align: center;
}

.destination-card-overlay h3 {
    margin: 0;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: 0.4px;
    color: #fff;
}

.destination-card-overlay p {
    margin: 6px 0 0;
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.95);
}

.destination-card:hover img {
    transform: scale(1.06);
}

.car-rental-carousel-section {
    background: linear-gradient(180deg, #f7f7f7 0%, #ffffff 100%);
    padding: 8px 0 18px;
}

.car-rental-carousel {
    position: relative;
    margin-top: 16px;
    padding: 0 44px;
}

.car-carousel-note {
    margin-top:6px;
    margin-bottom: 0;
    color: #8a8a8a;
    font-size: 12px;
    line-height: 1.5;
}

.car-carousel-viewport {
    overflow: hidden;
}

.car-carousel-track {
    display: flex;
    transition: transform 0.45s ease;
}

.car-card {
    position: relative;
    flex: 0 0 25%;
    padding: 0 10px;
}

.car-card img {
    width: 100%;
    height: 430px;
    border-radius: 12px;
    display: block;
    object-fit: cover;
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.15);
}

.car-card::after {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0;
    top: 0;
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 34%, rgba(0, 0, 0, 0.78) 100%);
    pointer-events: none;
}

.car-card-overlay {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 18px;
    z-index: 2;
    color: #fff;
}

.car-card-overlay h3 {
    margin: 0;
    color: #fff;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 800;
}

.car-card-overlay p {
    margin: 6px 0 0;
    color: rgba(255, 255, 255, 0.95);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.45;
}

.car-wa-float {
    position: absolute;
    top: 14px;
    right: 24px;
    z-index: 3;
    background: #25d366;
    color: #fff;
    border-radius: 20px;
    padding: 8px 12px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    text-decoration: none;
}

.car-wa-float i {
    margin-right: 4px;
}

.car-wa-float:hover,
.car-wa-float:focus {
    background: #1fb458;
    color: #fff;
    text-decoration: none;
}

.car-carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #e4cbd0;
    background: #fff;
    color: #e05067;
    box-shadow: 0 7px 16px rgba(35, 17, 21, 0.12);
    z-index: 3;
}

.car-carousel-nav.prev {
    left: 0;
}

.car-carousel-nav.next {
    right: 0;
}

.car-carousel-nav:hover,
.car-carousel-nav:focus {
    background: #e05067;
    color: #fff;
}

.car-carousel-dots {
    text-align: center;
    margin-top: 14px;
}

.car-carousel-dot {
    width: 10px;
    height: 10px;
    border: 0;
    border-radius: 50%;
    margin: 0 4px;
    background: #d8c8cb;
    padding: 0;
}

.car-carousel-dot.is-active {
    width: 24px;
    border-radius: 8px;
    background: #e05067;
}

.home-why-choose-section,
.home-client-review-section {
    margin-top: 26px;
}

.why-metrics-row {
    margin-top: 22px;
}

.why-metric-card {
    background: linear-gradient(165deg, #ffffff 0%, #fff7f8 100%);
    border: 1px solid #f2d9dd;
    border-radius: 10px;
    padding: 18px;
    text-align: center;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.07);
    min-height: 120px;
}

.why-metric-card strong {
    display: block;
    color: #e05067;
    font-size: 28px;
    line-height: 1.1;
}

.why-metric-card span {
    display: block;
    margin-top: 6px;
    color: #666;
    font-size: 13px;
}

.why-points-row {
    margin-top: 14px;
}

.why-point-card {
    height: 100%;
    background: #fff;
    border: 1px solid #eedce0;
    border-radius: 10px;
    padding: 18px 16px;
    margin-bottom: 16px;
    box-shadow: 0 8px 18px rgba(35, 17, 21, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.why-point-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 24px rgba(35, 17, 21, 0.12);
}

.why-point-card i {
    width: 44px;
    height: 44px;
    line-height: 44px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    color: #e05067;
    background: #fff3f5;
    font-size: 20px;
    margin-bottom: 10px;
}

.why-point-card h4 {
    font-size: 18px;
    margin: 0 0 6px;
}

.why-point-card p {
    margin: 0;
    color: #666;
    line-height: 1.65;
}

.review-grid-row {
    margin-top: 20px;
}

.testimonial-carousel {
    position: relative;
    margin-top: 20px;
    padding: 0 56px;
}

.testimonial-viewport {
    overflow: hidden;
}

.testimonial-track {
    position: relative;
}

.testimonial-slide {
    display: none;
}

.testimonial-slide .row {
    margin-left: -10px;
    margin-right: -10px;
}

.testimonial-slide .row > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.testimonial-slide.is-active {
    display: block;
    animation: testimonialFade 0.35s ease;
}

@keyframes testimonialFade {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.testimonial-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #e8c7cf;
    background: #fff;
    color: #e05067;
    box-shadow: 0 8px 18px rgba(35, 17, 21, 0.12);
    z-index: 2;
    line-height: 38px;
    text-align: center;
}

.testimonial-nav.prev {
    left: 0;
}

.testimonial-nav.next {
    right: 0;
}

.testimonial-nav:hover,
.testimonial-nav:focus {
    background: #e05067;
    color: #fff;
    text-decoration: none;
}

.testimonial-dots {
    text-align: center;
    margin-top: 14px;
}

.testimonial-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 0;
    background: #d8c8cb;
    margin: 0 4px;
    padding: 0;
}

.testimonial-dot.is-active {
    width: 24px;
    border-radius: 8px;
    background: #e05067;
}

.testimonial-more-link {
    margin: 10px 0 0;
}

.review-modern-card {
    display: block;
    height: 100%;
    background: linear-gradient(170deg, #ffffff 0%, #fff8f9 100%);
    border: 1px solid #efdce1;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 0;
    box-shadow: 0 10px 22px rgba(35, 17, 21, 0.08);
    color: inherit;
    text-decoration: none;
}

.review-modern-card:hover,
.review-modern-card:focus {
    text-decoration: none;
    color: inherit;
}

.reviewer-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.reviewer-head img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.14);
}

.reviewer-head h4 {
    margin: 0;
    font-size: 19px;
}

.reviewer-head-plain {
    gap: 12px;
}

.review-modern-card p {
    color: #666;
    line-height: 1.68;
    margin-bottom: 10px;
}

.review-modern-card .rating {
    margin-top: 4px;
}

.review-modern-card .rating i {
    color: #f5a623;
}

.review-score {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #e05067;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.review-link-card {
    border: 1px dashed #e7bbc3;
}

.review-link-card .review-score {
    background: #333;
    font-size: 18px;
}

.review-cta {
    display: inline-block;
    margin-top: 2px;
    color: #e05067;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

@media (max-width: 991px) {
    .car-card {
        flex-basis: 50%;
    }

    .car-card img {
        height: 340px;
    }

    .car-carousel-nav {
        top: auto;
        bottom: -74px;
        transform: none;
    }

    .car-carousel-nav.prev {
        left: calc(50% - 50px);
    }

    .car-carousel-nav.next {
        right: calc(50% - 50px);
    }

    .car-carousel-dots {
        margin-top: 66px;
    }

    .why-metric-card {
        margin-bottom: 14px;
        min-height: 0;
    }

    .testimonial-carousel {
        padding: 0 44px;
    }
}

@media (max-width: 767px) {

    .home-itinerary-lead {
   
    font-size: 16px !important;
}
    .car-rental-carousel {
        padding: 0 0 20px;
    }

    .car-card {
        flex-basis: 100%;
        padding: 0;
    }

    .car-card::after {
        left: 0;
        right: 0;
    }

    .car-card img {
        height: 400px;
        border-radius: 10px;
    }

    .car-card-overlay {
        left: 14px;
        right: 14px;
        bottom: 14px;
    }

    .car-card-overlay h3 {
        font-size: 26px;
    }

    .car-wa-float {
        top: 10px;
        right: 10px;
        font-size: 10px;
        padding: 7px 10px;
    }

    .car-carousel-nav {
        top: auto;
        bottom: -70px;
        transform: none;
        
    }

    .car-carousel-nav.prev {
        left: calc(50% - 50px);
    }

    .car-carousel-nav.next {
        right: calc(50% - 50px);
    }

    .car-carousel-dots {
        margin-top: 34px;
    }

    .home-carhire-parallax {
        background-attachment: scroll;
        background-position: center top;
    }

    .home-carhire-parallax .promo_full_wp > div {
        padding: 14% 8%;
    }

    .home-contact-wrap {
        padding: 20px 16px 16px;
    }

    .home-contact-submit {
        width: 100%;
        min-width: 0;
    }

    .home-contact-detail {
        min-height: 0;
        margin-bottom: 12px;
    }

    .destination-card {
        height: 300px;
    }

    .destination-card-overlay h3 {
        font-size: 28px;
    }

    .why-metric-card {
        margin-bottom: 12px;
    }

    .why-point-card {
        padding: 16px 14px;
    }

    .testimonial-carousel {
        padding: 0;
    }

    .testimonial-nav {
        top: auto;
        bottom: -50px;
        transform: none;
    }

    .testimonial-nav.prev {
        left: calc(50% - 50px);
    }

    .testimonial-nav.next {
        right: calc(50% - 50px);
    }

    .testimonial-dots {
        margin-top: 64px;
    }

    .review-modern-card {
        padding: 14px;
        margin-bottom: 12px;
    }

    .reviewer-head h4 {
        font-size: 17px;
    }
}
