﻿root {
    /*Theme colors $primary_neutral: #fff;*/
    --primary_neutral: #fff;
    --primary_dark: #000;
    --primary_one: #08346c;
    --primary_two: #587494;
    --neutral: #c8b48c;
    --secondary_one: #f88c24;
    --secondary_two: #f8c46c;
    --secondary_two_light: #f5f539;
    --footer_background: #292929;
    /*Admin page $admin_background: #f0f0f0;*/
    --admin_border_clr: #e7e7e7;
    /*ContactUs $not_addressed: #4485db;*/
    --addressed: #55da90;
    --addressed: #55da90;
    --onHold: #ee4949;
    /*Package*/
    --package_list_bg: #fafafa;
}

/*Home page section Start*/
.home .hero {
    width: 100%;
    height: calc(100vh - 96px);
    position: relative !important;
}

.hero .hero_content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: "Times New Roman", "Sarif";
    color: #fff;
}

.package-carousel {
    border: 2px solid #f6bc03 !important;
    border-radius: 10px !important;
}

.custom_carousel_inner {
    width: 100% !important;
    height: calc(100vh - 96px) !important;
}


.custom_carousal_item {
    width: 100%;
    height: 100%;
}

.custom_carousal_item video {
    /*width: 100%;*/
    height:100%;
    object-fit: cover;
    object-position: center;
}

.default_section {
    padding: 0;
    margin: 0;
    width: 100%;
    min-height: calc(100vh - 168px) !important;
}

/*Home page section End*/

/* Carousel Styling (Contained Width) */
.package-carousel {
    border-radius: 10px;
    overflow: hidden;
    background-color: var(--primary_neutral);
}

    .package-carousel img {
        height: 450px;
        object-fit: cover;
    }

/* Titles */
.package-title {
    font-size: 2rem;
    font-weight: bold;
    color: var(--primary_one);
    margin-bottom: 0.2rem;
}

.package-location {
    color: var(--primary_two);
    font-size: 1rem;
    margin-bottom: 1.5rem;
}

/* Section Heading */
.section-heading {
    font-family: 'Times New Roman', serif;
    font-weight: bold;
    font-size: 1.25rem;
    margin-top: 2rem;
    background: linear-gradient(90deg, var(--secondary_one), var(--secondary_two));
    color: var(--primary_neutral);
    padding: 0.5rem 1rem;
    border-radius: 6px;
}

/* Booking Card */
.book-now-btn {
    background: linear-gradient(90deg, var(--secondary_one), var(--secondary_two));
    border: none;
    padding: 0.75rem 1.5rem;
    color: var(--primary_neutral);
    font-size: 1.1rem;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    white-space: nowrap;
}

    .book-now-btn:hover {
        background: linear-gradient(90deg, var(--secondary_two), var(--secondary_one));
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0,0,0,0.2);
        color: var(--primary_neutral);
    }

.price_duration_details_wrapper {
    padding: 0;
}

.price_duration_details {
    text-align: center;
    background: linear-gradient(135deg, #f6bc03, #ffd54f);
    width: 100%;
    padding: 1.5rem;
    border-radius: 15px;
    color: #222;
    position: sticky;
    top: 4.5rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

    .price_duration_details:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    }

    .price_duration_details h6 {
        font-weight: 700;
        font-size: 1.3rem;
        font-family: "Times New Roman", serif;
        margin-bottom: 0.5rem;
        color: #333;
        text-transform: uppercase;
        letter-spacing: 1px;
        text-decoration: none;
        border-bottom: 2px solid rgba(0,0,0,0.2);
        display: inline-block;
        padding-bottom: 0.2rem;
    }

    .price_duration_details p {
        margin: 0.25rem 0;
        font-size: 1rem;
    }

    .price_duration_details .original_price {
        color: #d64500 !important;
        text-decoration: line-through !important;
        font-size: 1rem;
    }

    .price_duration_details .actual_price {
        font-size: 2.2rem;
        font-weight: bold;
        font-family: "Times New Roman", serif;
        margin: 0.25rem 0 0.5rem 0;
        color: #1e293b;
    }

        .price_duration_details .actual_price .unit {
            font-size: 1rem;
            font-weight: normal;
            color: #555;
        }

/* Policy Headings */
.policy-heading {
    font-family: 'Times New Roman', serif;
    font-weight: bold;
    font-size: 1.25rem;
    margin-top: 2rem;
    background: linear-gradient(90deg, var(--secondary_one), var(--secondary_two));
    color: var(--primary_neutral);
    padding: 0.5rem 1rem;
    border-radius: 6px;
}

/*Package-Details End*/


/*Package categories section Start*/
.package_categories * {
    padding: 0;
    margin: 0;
}

.package_categories {
    padding: 1.5rem 0 2.5rem 0;
    background-image: url("/assets/images/packagesbg.jpg");
    background-size: contain;
    position: relative;
    text-align: center;
}

    .package_categories::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255,255,255,0.9);
        z-index: 0;
    }

    .package_categories a {
        text-decoration: none
    }

    .package_categories .package_category_card {
        height: 20rem;
        border-radius: 10px;
        transition: all 0.25s ease-in;
        cursor: pointer;
        position: relative;
        overflow: hidden;
        transition: all 0.25s ease-in;
    }

        .package_categories .package_category_card:hover .p_image_wrapper {
            transition: all 0.25s ease-in-out;
            transform: scale(1.1);
        }

        .package_categories .package_category_card .p_image_wrapper {
            width: 100%;
            height: 100%;
        }

            .package_categories .package_category_card .p_image_wrapper img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: center;
            }

        .package_categories .package_category_card:hover {
            transform: translateY(-5px);
            box-shadow: 0 5px 15px -1px #555555;
        }

        .package_categories .package_category_card .view_package_title {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            transition: all 0.25s ease-in-out;
            background-image: linear-gradient(180deg, rgba(0,0,0,0.2), rgba(0,0,0,0.8));
        }

            .package_categories .package_category_card .view_package_title .package_type {
                width: 100%;
                height: 20rem;
                /*background-color: purple;*/
                display: flex;
                justify-content: center;
                align-items: center;
                font-family: 'Times New Roman', Times, serif;
                color: #fff;
            }

            .package_categories .package_category_card .view_package_title .view_package_type {
                width: 100%;
                height: 20rem;
                display: flex;
                justify-content: center;
                align-items: center;
                position: relative;
            }

                .package_categories .package_category_card .view_package_title .view_package_type a {
                    outline: 2px solid #fff;
                    border: none;
                    background-color: transparent;
                    color: #fff;
                    padding: 0.5rem;
                    border-radius: 5px;
                    cursor: pointer;
                    text-transform: uppercase;
                    letter-spacing: 2px;
                    text-decoration: none;
                }

                    .package_categories .package_category_card .view_package_title .view_package_type a:hover {
                        color: #000;
                        outline: none;
                        font-weight: 500;
                        background-color: var(--secondary_two);
                        text-decoration: none;
                    }

                .package_categories .package_category_card .view_package_title .view_package_type .trade_mark {
                    background-color: transparent;
                    color: #fff !important;
                    position: absolute;
                    top: 8px;
                    left: 10px;
                }

            .package_categories .package_category_card .view_package_title:hover {
                position: absolute;
                top: -20rem;
                left: 0;
                width: 100%;
                /*background-color: red;*/
            }

        .package_categories .package_category_card .package_count {
            position: absolute;
            bottom: 10px;
            right: 10px;
            background-color: #f5f539;
            color: #000;
            width: max-content;
            padding: 0.15rem 0.5rem;
            border-radius: 2px;
        }
/*Package categories section End*/

/*Services start*/
.services * {
    margin: 0;
    padding: 0;
}

.services {
    width: 100%;
    background-color: #fff;
    padding: 2rem 22.5%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    text-align: center;
}

    .services .service_container {
        width: 100%;
        display: flex;
        flex-flow: row nowrap;
        text-align: left;
    }

        .services .service_container:first-of-type {
            margin-top: 1.5rem;
        }

        .services .service_container .service_aside_image {
            width: 10rem;
            height: 8rem;
        }

            .services .service_container .service_aside_image img {
                width: 100%;
                height: 100%;
                object-fit: contain;
                object-position: center;
            }

        .services .service_container .service_description {
            padding: 1rem;
        }


@media only screen and (max-width: 992px) {
    .services .service_container {
        width: 100%;
        display: flex;
        flex-flow: column nowrap;
    }

        .services .service_container .service_aside_image {
            margin: 0 auto;
        }
}

@media only screen and (max-width: 768px) {
    .services {
        padding: 2rem 10.5%
    }
}

    /*Services end*/

    /*Testimony start*/
    .testimony {
        background-color: #f7f7f7;
    }

    .testimonal_card {
        width: 100%;
        height: 100%;
        border-radius: 5px;
        padding: 1.5rem;
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
    }

        .testimonal_card:hover .testimonal_card_image_wrapper img {
            transition: all 0.1s ease-in;
            transform: scale(1.10);
        }

        .testimonal_card .testimonal_card_image_wrapper {
            width: 35%;
            height: 35%;
            margin: 0rem auto;
        }

            .testimonal_card .testimonal_card_image_wrapper img {
                width: 100%;
                height: 100%;
                object-position: center;
                object-fit: contain;
            }

        .testimonal_card .testimonial_description {
            color: #585858;
        }
    /*Testimony end*/

    /*Contact use from start*/
    .contact_section {
        padding: 1rem 0;
        background-image: url("/assets/images/contactbg.jpg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        color: #fff;
        position: relative;
        z-index: 0 !important;
    }

        .contact_section h1 {
            text-align: center;
            padding: 0.5rem 0;
            width: fit-content;
            margin: 0 auto;
            position: relative;
            color: #fff;
            font-family: "Times New Roman", "Sarif";
        }

            .contact_section h1::before {
                content: "";
                background-color: #fff;
                width: 100%;
                height: 2px;
                position: absolute;
                bottom: -0.25rem;
                left: 0;
            }

            .contact_section h1::after {
                content: "";
                background-color: #fff;
                width: 80%;
                height: 2px;
                position: absolute;
                bottom: -0.75rem;
                right: 10%;
            }

        .contact_section::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            background-color: #252525;
            opacity: 0.92;
            width: 100%;
            height: 100%;
            z-index: -1;
        }

        .contact_section .contact_div_wrapper {
            width: 100%;
            height: auto;
            display: flex;
            flex-flow: row wrap;
            align-items: center;
        }

            .contact_section .contact_div_wrapper .contact_div {
                flex: 1;
                padding: 2rem !important;
                box-sizing: border-box;
                padding: 10px;
                text-align: center;
                display: flex;
                justify-content: center;
                align-items: center;
            }










                .contact_section .contact_div_wrapper .contact_div iframe {
                    border: 3px solid #6c757d !important; /* Assuming $secondary_two is #6c757d */
                    border-radius: 10px;
                    min-width: 80%;
                }

                .contact_section .contact_div_wrapper .contact_div .form_wrapper {
                    background-image: linear-gradient(#6c757d, #17a2b8); /* Assuming $secondary_two, $secondary_one */
                    padding: 2rem 1rem;
                    border-radius: 10px;
                    width: 80%;
                }

                    .contact_section .contact_div_wrapper .contact_div .form_wrapper .form_body {
                        background-color: #343a40; /* Assuming $primary_two is #343a40 */
                        transform: translateX(-2rem);
                        padding: 1rem;
                        border-radius: 2px;
                    }












                        .contact_section .contact_div_wrapper .contact_div .form_wrapper .form_body .contact_form_group {
                            margin-top: 0.75rem;
                        }

                            .contact_section .contact_div_wrapper .contact_div .form_wrapper .form_body .contact_form_group .contact_form_input {
                                width: 100%;
                                padding: 0.5rem 1rem;
                                border-radius: 2px;
                                border: none;
                                outline: none;
                            }

                            .contact_section .contact_div_wrapper .contact_div .form_wrapper .form_body .contact_form_group textarea {
                                resize: none;
                            }

                        .contact_section .contact_div_wrapper .contact_div .form_wrapper .form_body .custom_success_btn {
                            margin-top: 0.5rem;
                        }

                .contact_section .contact_div_wrapper .contact_div.contact_info_text {
                    display: flex;
                    flex-flow: column nowrap;
                    gap: 2rem;
                }

                    .contact_section .contact_div_wrapper .contact_div.contact_info_text .contact_info_text_wrapper {
                        display: flex;
                        flex-direction: column;
                        justify-content: center;
                        align-items: center;
                        gap: 0.5rem;
                    }

                        .contact_section .contact_div_wrapper .contact_div.contact_info_text .contact_info_text_wrapper i {
                            font-size: 1.25rem;
                        }

                        .contact_section .contact_div_wrapper .contact_div.contact_info_text .contact_info_text_wrapper .contact_info_text_icon_wrapper {
                            background-color: #fff;
                            width: max-content;
                            height: max-content;
                            padding: 0.75rem;
                            border-radius: 50rem;
                            box-shadow: 0 2px 5px 1px gray;
                        }

                            .contact_section .contact_div_wrapper .contact_div.contact_info_text .contact_info_text_wrapper .contact_info_text_icon_wrapper .contact_icon {
                                color: #000;
                                width: 2rem;
                                height: 2rem;
                            }

                    .contact_section .contact_div_wrapper .contact_div.contact_info_text .header_text {
                        color: #ffffff;
                        font-family: "Times New Roman", "Sarif";
                        font-size: 2.5rem;
                    }

    @media only screen and (max-width: 768px) {
        .contact_div {
            flex: 1 0.5 50% !important;
        }
    }

    /*Contact use from end*/

    /*Shared*/
    .section_title {
        font-family: 'Times New Roman', Times, serif;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
        text-align: center;
        color: var(--primary_one);
        z-index: 2 !important;
        position: relative;
    }

    .section_title_title {
        font-family: 'Times New Roman', Times, serif;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
        text-align: center;
        color: var(--primary_one);
        z-index: 2 !important;
        position: relative;
        width: max-content;
        margin: 0 auto;
    }

        .section_title_title::before {
            content: "";
            background-color: #000;
            width: 100%;
            height: 2px;
            position: absolute;
            bottom: -0.25rem;
            left: 0;
        }

        .section_title_title::after {
            content: "";
            background-color: #000;
            width: 80%;
            height: 2px;
            position: absolute;
            bottom: -0.75rem;
            right: 10%;
        }


    .sub_header_text {
        display: inline-block;
        font-family: 'Times New Roman', Times, serif;
        font-size: 1.20rem;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
        text-align: center;
        color: #000;
        z-index: 2 !important;
        position: relative;
        margin: 0 auto;
    }

        .sub_header_text::before {
            content: "";
            background-color: #000;
            width: 100%;
            height: 2px;
            position: absolute;
            bottom: -0.25rem;
            left: 0;
        }

        .sub_header_text::after {
            content: "";
            background-color: #000;
            width: 80%;
            height: 2px;
            position: absolute;
            bottom: -0.75rem;
            right: 10%;
        }
