﻿#vehicle-preview {
    /*background: radial-gradient(#ffffff, #8296c7);*/
    /*background: #3776ba url(/Upload/vehicle/bg-slide.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom 20% center;
    padding: 200px 40px 50px 40px;*/
    position: relative;
}

    #vehicle-preview .title {
        font-family: 'Caveat', sans-serif;
        color: #6093bb;
        font-size: 90px;
        line-height: 90px;
        font-weight: 600;
        text-align: center;
        position: absolute;
        top: 50px;
        left: 0;
        right: 0;
        z-index: 3;
    }


.vehicle-display-panel {
    position: relative;
    overflow: hidden;
}


    .vehicle-display-panel img {
        position: relative;
        z-index: 1;
    }

    .vehicle-display-panel .vehicle-item {
        z-index: 2;
        position: absolute;
        cursor: pointer;
        transform: scale(1);
        transition: 0.5s ease all;
    }



        .vehicle-display-panel .vehicle-item .price-label {
            position: absolute;
            top: 0px;
            left: 30px;
            color: #ffffff;
            background: #4f5f85;
            width: 150px;
            height: 150px;
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 50%;
            font-size: 36px;
            font-weight: 600;
            letter-spacing: 0px;
            opacity: 0;
            transform: rotate(360deg);
            transition: 1s ease all;
        }


        .vehicle-display-panel .vehicle-item:hover {
            transform: scale(1.05);
        }

            .vehicle-display-panel .vehicle-item:hover .price-label {
                top: -20px;
                opacity: 1;
                transform: rotate(340deg);
            }

        .vehicle-display-panel .vehicle-item.camry:hover .price-label {
            top: 20px;
            opacity: 1;
        }

        .vehicle-display-panel .vehicle-item.camry {
            width: 34%;
            left: 2%;
            bottom: 5%;
        }

        .vehicle-display-panel .vehicle-item.suv {
            width: 32%;
            left: 22%;
            bottom: 5%;
        }

        .vehicle-display-panel .vehicle-item.van {
            width: 36%;
            right: 24%;
            bottom: 6%;
        }

        .vehicle-display-panel .vehicle-item.vanvip {
            width: 40%;
            right: 0px;
            bottom: 2%;
        }






/*.vehicle-slide-item {*/
/*background: linear-gradient(to top, #8296c7 0%, #f9d32a 100%);*/
/*display: flex;
    justify-content: center;
}

    .vehicle-slide-item .vehicle-slide-item-photo {
        width: 50%;
        text-align: center;
    }

        .vehicle-slide-item .vehicle-slide-item-photo img {
            width: 100%;
        }

    .vehicle-slide-item .vehicle-slide-item-info {
        width: 30%;
        background: #ffffff;
        padding: 20px;
        border-radius: 10px;
    }

        .vehicle-slide-item .vehicle-slide-item-info .vehicle-name {
            font-size: 30px;
            line-height: 34px;
            margin-bottom: 10px;
        }

        .vehicle-slide-item .vehicle-slide-item-info .vehicle-start-price {
            font-size: 16px;
            line-height: 20px;
            margin-bottom: 10px;
        }*/


/*****************************************
* Stepper Wrapper
*****************************************/
.stepper-wrapper {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.stepper-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;

    @media (max-width: 768px) {
        font-size: 12px;
    }
}

    .stepper-item::before {
        position: absolute;
        content: "";
        border-bottom: 2px solid #ccc;
        width: 100%;
        top: 40px;
        left: -50%;
        z-index: 2;
    }

    .stepper-item::after {
        position: absolute;
        content: "";
        border-bottom: 2px solid #ccc;
        width: 100%;
        top: 40px;
        left: 50%;
        z-index: 2;
    }

    .stepper-item .step-counter {
        position: relative;
        z-index: 5;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background: #ccc;
        margin-bottom: 6px;
        font-size: 40px;
        border: 5px solid #b4b4b4;
        transition: 1s ease all;
    }

    .stepper-item .step-name {
        font-weight: 600;
    }

    .stepper-item.active {
        font-weight: bold;
    }

    .stepper-item.completed .step-counter {
        background: linear-gradient(45deg, #f9d32b, #ffeea3);
        border: 5px solid #f9d32b;
    }

    .stepper-item.completed::after {
        position: absolute;
        content: "";
        border-bottom: 2px solid #f9d32b;
        width: 100%;
        top: 40px;
        left: 50%;
        z-index: 3;
    }


    .stepper-item.active .step-counter {
        background: linear-gradient(45deg, #ff510f, #ffa785);
        border: 5px solid #ff510f;
    }

    /*.stepper-item.active::after {
        position: absolute;
        content: "";
        border-bottom: 2px solid #f9d32b;
        width: 100%;
        top: 40px;
        left: 50%;
        z-index: 3;
    }*/


    .stepper-item:first-child::before {
        content: none;
    }

    .stepper-item:last-child::after {
        content: none;
    }



/*****************************************
* Daytour
*****************************************/
#daytour {
    /* background: #040203 url('/Upload/daytour/bg-main.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;*/
    padding: 50px 0px;
}

    #daytour .title {
        font-family: 'Caveat', sans-serif;
        color: #8296c7;
        font-size: 90px;
        line-height: 90px;
        font-weight: 600;
        text-align: center;
        margin-bottom: 40px;
    }


.daytour {
    background: #ffffff;
    padding: 20px;
}

.daytour-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
    flex-wrap: wrap;
    padding: 20px;
    box-shadow: 0px 10px 30px rgba(49, 112, 231, 0.15);
}

    .daytour-item .daytour-thumbnail {
        width: 30%;
    }

        .daytour-item .daytour-thumbnail img {
            width: 100%;
            border-radius: 10px;
        }

    .daytour-item .daytour-info {
        width: 60%;
        padding: 0px 20px;
    }

        .daytour-item .daytour-info .daytour-location {
            color: #4997d3;
            letter-spacing: 2px;
            font-weight: 400;
            text-transform: uppercase;
            margin-bottom: 5px;
        }

        .daytour-item .daytour-info .daytour-name {
            color: #000000;
            font-size: 30px;
            line-height: 30px;
            font-weight: 500;
            margin-bottom: 10px;
        }

    .daytour-item .daytour-booking {
        width: 15%;
    }

        .daytour-item .daytour-booking .daytour-time {
            margin-bottom: 20px;
        }

        .daytour-item .daytour-booking .booking-action {
        }

            .daytour-item .daytour-booking .booking-action a.booking-button {
                position: relative;
                font-weight: 500;
                overflow: hidden;
                text-align: center;
                border-radius: 5px;
                padding: 10px 25px;
                display: inline-block;
                letter-spacing: 1px;
                color: #ffffff;
                font-size: 14px;
                text-transform: uppercase;
                background-color: #8296c7;
                border: 1px solid #8296c7;
                width: 100%;
            }

            .daytour-item .daytour-booking .booking-action a.view-button {
                position: relative;
                font-weight: 500;
                overflow: hidden;
                text-align: center;
                border-radius: 5px;
                padding: 10px 25px;
                display: inline-block;
                letter-spacing: 1px;
                color: #8296c7;
                font-size: 14px;
                text-transform: uppercase;
                background-color: transparent;
                border: 1px solid #8296c7;
                width: 100%;
            }

                .daytour-item .daytour-booking .booking-action a.booking-button:hover,
                .daytour-item .daytour-booking .booking-action a.view-button:hover {
                    text-decoration: none;
                }


    .daytour-item .daytour-carousel {
        width: 100%;
        margin-top: 20px;
    }

        .daytour-item .daytour-carousel img {
            border-radius: 10px;
        }

/*****************************************
* daytour-detail
*****************************************/
#daytour-detail {
    padding: 50px 0px 100px 0px;
}

    #daytour-detail .main-intro {
        margin-bottom: 60px;
        position: relative;
    }


        #daytour-detail .main-intro .intro-text {
            position: absolute;
            z-index: 2;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: #ffffff;
            font-size: 90px;
            font-weight: 600;
            line-height: 90px;
            text-transform: uppercase;
            text-align: center;
        }

        #daytour-detail .main-intro img {
            opacity: 0.8;
        }

    #daytour-detail .daytour-name {
        color: #4060ad;
        font-size: 50px;
        font-weight: 600;
        margin-bottom: 20px;
    }


.daytour-detail {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 20px;
}

    .daytour-detail .daytour-left {
        width: 55%;
    }


    .daytour-detail .daytour-right {
        width: 40%;
    }


    .daytour-detail .header {
        font-size: 32px;
        font-weight: 600;
    }

    .daytour-detail .description {
        margin-bottom: 20px;
    }

    .daytour-detail ul {
        padding-left: 20px;
    }


.places {
}

    .places .place-item {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        box-shadow: 0px 4px 12px #e8e8e8;
        margin-bottom: 20px;
    }

        .places .place-item .place-photo {
            width: 40%;
        }

        .places .place-item .place-info {
            width: 60%;
            padding: 15px 20px;
        }

            .places .place-item .place-info .header {
                color: #4060ad;
                font-size: 22px;
                line-height: 26px;
                font-weight: 600;
                margin-bottom: 3px;
            }

            .places .place-item .place-info .opening-hours {
                font-size: 14px;
                line-height: 20px;
                margin-bottom: 10px;
            }


            .places .place-item .place-info .detail {
                font-size: 14px;
                line-height: 20px;
            }

            
.package-detail {
    position: relative;
    padding: 30px 40px;
    border-radius: 20px;
    background-color: #f6f6f6;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .package-detail .package-header {
        font-size: 32px;
        font-weight: 600;
        margin-bottom: 20px;
        width: 100%;
    }

    .package-detail .package-detail-left {
        width: 50%;
    }

    .package-detail .package-detail-right {
        width: 50%;
    }


    .package-detail .package-location {
        color: #4997d3;
        letter-spacing: 2px;
        font-weight: 400;
        text-transform: uppercase;
        margin-bottom: 5px;
    }

    .package-detail .package-time {
        color: #4997d3;
        letter-spacing: 2px;
        font-weight: 400;
        text-transform: uppercase;
        margin-bottom: 5px;
    }

    .package-detail .package-price {
        font-size: 50px;
        line-height: 50px;
        font-weight: 600;
        margin-bottom: 10px;
        color: #8296c7;
        text-align: center;
    }

    .package-detail a.booking-button {
        width: 100%;
        position: relative;
        font-weight: 500;
        overflow: hidden;
        text-align: center;
        border-radius: 5px;
        padding: 20px 25px;
        display: inline-block;
        letter-spacing: 1px;
        color: #ffffff;
        font-size: 14px;
        text-transform: uppercase;
        background-color: #8296c7;
        border: 1px solid #8296c7;
        width: 100%;
        margin-top: 20px;
        text-decoration: none;
    }

        .package-detail a.booking-button:hover {
            text-decoration: none;
            transform: translateY(-2px);
        }

/*****************************************
* Reviews Form
*****************************************/
#reviews-form {
    padding: 50px 0px;
    /*background: linear-gradient(to bottom, #ffffff 0%, #8296c7 100%);*/
    background: #040203 url('/Upload/daytour/bg-main.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    height: 80vh;
}


    #reviews-form .title {
        font-family: 'Caveat', sans-serif;
        color: #ffffff;
        font-size: 90px;
        line-height: 90px;
        font-weight: 600;
        text-align: center;
        margin-bottom: 40px;
    }

    #reviews-form .subtitle {
        text-align: center;
        font-size: 1.5rem;
        line-height: 2rem;
        color: #ffffff;
        margin-bottom: 40px;
    }


@media (max-width: 460px) {
    #reviews-form {
        padding: 50px 0px 20px 0px;
    }

        #reviews-form .title {
            margin-bottom: 20px;
            font-size: 3rem;
        }
}




.reviews-form-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .reviews-form-wrapper .review-transfer {
        width: 80%;
        margin: 20px auto 20px auto;
        padding: 40px;
        background: #ffffff;
        border-radius: 0px;
        box-shadow: 0px 10px 30px rgba(49, 112, 231, 0.15);
    }

        .reviews-form-wrapper .review-transfer .header {
            font-size: 28px;
            font-weight: bold;
            color: #8296c7;
        }

        .reviews-form-wrapper .review-transfer .subheader {
            font-size: 20px;
            font-weight: 400;
            margin-bottom: 20px;
            color: #8296c7;
        }

        .reviews-form-wrapper .review-transfer .form-group label {
            color: #3170e7;
            font-size: 1rem;
        }

        .reviews-form-wrapper .review-transfer .form-group input {
            height: 50px;
            border-radius: 0px;
            font-size: 1rem;
        }

        .reviews-form-wrapper .review-transfer .form-group textarea {
            border-radius: 0px;
            font-size: 1rem;
        }

    .reviews-form-wrapper .review-lists {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

        .reviews-form-wrapper .review-lists .review-item {
            width: calc(100% / 2 - 20px);
            margin: 10px;
            background: #000000;
            padding: 20px;
            color: #000000;
            /*box-shadow: 0 0 5px rgba(255, 125, 0, 0.6) inset, 0 0 10px 2px rgba(230, 0, 115, 0.5) inset, 0 0 15px 4px rgba(230, 0, 115, 0.4) inset, 5px 5px 5px rgba(0, 0, 0, 0.2);*/
        }

            .reviews-form-wrapper .review-lists .review-item .review-name {
                font-size: 1.5rem;
                font-weight: bold;
                color: #8296c7;
                margin-bottom: 5px;
            }

            .reviews-form-wrapper .review-lists .review-item .review-message {
                color: #8296c7;
                font-size: 16px;
                line-height: 20px;
                margin-bottom: 10px;
            }

        .reviews-form-wrapper .review-lists .rating-stars ul {
            font-size: 0.8rem;
        }

    .reviews-form-wrapper .viewmore {
        text-align: center;
    }

        .reviews-form-wrapper .viewmore .viewmore-btn {
            background: #3170e7;
            border: #3170e7;
            color: #ffffff;
            padding: 10px 20px;
            margin-top: 20px;
            display: block;
            border-radius: 10px;
            font-size: 1.2rem;
        }


@media (max-width: 460px) {
    .reviews-form-wrapper .review-transfer {
        width: 100%;
        padding: 20px;
        margin-bottom: 20px;
    }

        .reviews-form-wrapper .review-transfer .header {
            font-size: 1.2rem;
        }

        .reviews-form-wrapper .review-transfer .subheader {
            font-size: 1rem;
        }

    .reviews-form-wrapper .review-lists {
        width: 100%;
    }

        .reviews-form-wrapper .review-lists .review-item {
            width: 100%
        }
}

/* Rating Star Widgets Style  */
/* https://codepen.io/depy/pen/vEWWdw */
.rating-stars .rating-header {
    color: #e36509;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 10px;
}

    .rating-stars .rating-header span {
        background: #ed143d;
        color: #ffffff;
        padding: 5px 10px 5px 10px;
        font-size: 1rem;
    }


.rating-stars ul {
    list-style-type: none;
    padding: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
}

    .rating-stars ul > li.star {
        display: inline-block;
    }

        /* Idle State of the stars */
        .rating-stars ul > li.star > i.fa {
            font-size: 24px; /* Change the size of the stars */
            color: #ccc; /* Color on idle state */
        }

        /* Hover state of the stars */
        .rating-stars ul > li.star.hover > i.fa {
            color: #f42e1c;
        }

        /* Selected state of the stars */
        .rating-stars ul > li.star.selected > i.fa {
            color: #f42e1c;
        }



/*****************************************
* reviews-lists
*****************************************/
#reviews-lists {
    padding: 50px 0px;
}

    #reviews-lists .title {
        font-family: 'Caveat', sans-serif;
        color: #8296c7;
        font-size: 90px;
        line-height: 90px;
        font-weight: 600;
        text-align: center;
        margin-bottom: 40px;
    }


.reviews-lists {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .reviews-lists .reviews-lists-comment {
        width: 68%;
    }

    .reviews-lists .reviews-lists-form {
        width: 28%;
    }

        .reviews-lists .reviews-lists-form .review-form {
            border-radius: 0px;
        }

            .reviews-lists .reviews-lists-form .review-form .header {
                font-size: 20px;
                line-height: 20px;
                margin-bottom: 5px;
            }

            .reviews-lists .reviews-lists-form .review-form .subheader {
                font-size: 12px;
                line-height: 12px;
                margin-bottom: 20px;
            }

            .reviews-lists .reviews-lists-form .review-form input,
            .reviews-lists .reviews-lists-form .review-form form textarea {
                border: none;
                background: #eff4ff;
            }

.grid-container {
    columns: 3 200px;
    column-gap: 20px;
    width: 100%;
    margin: 0 auto;
}

    .grid-container .review-item {
        margin: 10px;
        display: inline-block;
        width: 100%;
        transition: all 0.3s ease-in-out;
        position: relative;
        cursor: pointer;
        margin-bottom: 30px;
    }

        .grid-container .review-item:hover {
            border-color: coral;
        }



        .grid-container .review-item .review-message {
            font-size: 16px;
            line-height: 20px;
            font-weight: 400;
            margin-bottom: 0px;
            padding: 20px;
            /*box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.2);*/
            border-radius: 5px;
            background: #f3f3f3;
        }

            .grid-container .review-item .review-message .ratings {
                color: #f44840;
                font-size: 20px;
                margin-bottom: 10px;
                display: flex;
                justify-content: flex-start;
                align-items: center;
            }

                .grid-container .review-item .review-message .ratings .rating-stars {
                    width: 20px;
                    height: 20px;
                    background: url(/frontend-assets/images/icons/star.png);
                    background-size: 100% auto;
                    background-position: center;
                    background-repeat: no-repeat;
                }

            .grid-container .review-item .review-message .message-text {
            }

        .grid-container .review-item .comment-arrow {
            margin-top: -7px;
            margin-left: 40px;
        }

            .grid-container .review-item .comment-arrow svg {
                fill: #f3f3f3;
            }



        .grid-container .review-item .review-name {
            display: flex;
            justify-content: flex-start;
            align-items: center;
        }

            .grid-container .review-item .review-name .review-name-icon {
                width: 40px;
                height: 40px;
                border: 1px solid #8296c7;
                border-radius: 50%;
                background: url(/frontend-assets/images/icons/couple.png);
                background-size: 60% auto;
                background-position: center;
                background-repeat: no-repeat;
                margin-right: 10px;
            }

            .grid-container .review-item .review-name .review-name-text {
                font-size: 16px;
                line-height: 20px;
                font-weight: 600;
            }




/*****************************************
* Contact Form
*****************************************/
#contact-form {
    padding: 50px 0px;
}

    #contact-form .title {
        font-family: 'Caveat', sans-serif;
        color: #8296c7;
        font-size: 90px;
        line-height: 90px;
        font-weight: 600;
        text-align: center;
        margin-bottom: 40px;
    }

.contact-form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0px 20px
}

    .contact-form .contact-location {
        width: 60%;
    }

    .contact-form .contact-form-info {
        width: 38%;
    }

.contact-form-wrapper {
    height: 100%;
    border-radius: 0px;
    padding: 20px 0px;
    background: #ffffff;
    /*box-shadow: 0px 4px 12px #e8e8e8;*/
}

    .contact-form-wrapper .header {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .contact-form-wrapper .subheader {
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 20px;
    }

    .contact-form-wrapper form input,
    .contact-form-wrapper form textarea {
        border: none;
        background: #eff4ff;
    }


.map-container {
    position: relative;
    width: 100%;
    padding-bottom: 75%; /* 16:9 ratio → change to 75% for 4:3 */
    height: 0;
    overflow: hidden;
}

    .map-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

/*****************************************
* why-choose-us
*****************************************/
#why-choose-us {
    position: relative;
    padding: 110px 0px 80px;
    background: url('/Upload/home/bg-why-choose-us.jpg');
    background-color: rgb(246,246,246);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.why-choose-us {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

    .why-choose-us .why-choose-us-item {
        width: calc(100%/4 - 20px);
        text-align: center;
    }

        .why-choose-us .why-choose-us-item .why-choose-us-icon {
        }

            .why-choose-us .why-choose-us-item .why-choose-us-icon img {
                width: 30%;
            }

        .why-choose-us .why-choose-us-item .why-choose-us-title {
            position: relative;
            font-size: 20px;
            line-height: 20px;
            font-weight: 600;
            margin-top: 35px;
        }

        .why-choose-us .why-choose-us-item .why-choose-us-detail {
            position: relative;
            font-size: 16px;
            line-height: 20px;
            margin-top: 15px;
        }




/*****************************************
* What Happen
*****************************************/
#whathappen {
    padding: 100px 0px;
    position: relative;
    background: #f8f8f8;
}

    #whathappen .title {
        font-size: 35px;
        line-height: 43px;
        font-weight: 600;
        text-align: center;
        margin: 0px auto 40px auto;
    }

    #whathappen .owl-theme {
        margin-bottom: 40px;
    }

        #whathappen .owl-theme .owl-dots .owl-dot span {
            width: 10px;
            height: 10px;
            margin: 5px;
        }

        /* Active dot style */
        #whathappen .owl-theme .owl-dots .owl-dot.active span {
            background: #dd1d24;
        }

    #whathappen .remark {
        text-align: center;
        padding: 20px 0px;
    }

    #whathappen .btn-enquiry {
        background: #fed035;
        color: #000000;
        padding: 7px 20px;
        display: inline-block;
        font-weight: 600;
    }

@media(max-width:460px) {
    #whathappen {
        padding: 40px 0px;
    }

        #whathappen .title {
            font-size: 26px;
            line-height: 30px;
        }
}
