﻿/* Cairo */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800;900;1000&display=swap');

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-family: 'Cairo', 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6,
.text-font,
input, button, select, textarea
.btn-style-one,
.btn-style-two,
.btn-style-three,
form .form-group .field-label,
.form-group .ui-selectmenu-button.ui-button,
.ui-widget.ui-widget-content,
.site-form form .form-group .field-label,
.site-form form .f-btn,
.main-header,
.main-header .header-upper .links-box .call-to,
.main-menu .navigation > li > a,
.hidden-bar .side-menu,
.banner-section .left-col h3,
.title-box .subtitle,
.about-section .image-col .exp,
.package-block .image-box .b-title span,
.package-block .lower-box .location,
.package-block .bottom-box .rating strong,
.package-block .bottom-box .price .amount,
.facts-section .fact-counter .fact-block,
.testi-block-one .info .name,
.main-footer .news .news-post .price .amount,
.footer-subscribe form .theme-btn,
.search-one .search-title,
.search-one .search-tabs .tab-buttons,
.packages-two .title-outer .tab-buttons .tab-btn,
.featured-block-one .b-title span,
.featured-block-one .price,
.facts-two .fact-block,
.why-us-two .image-col .rating .count,
.why-us-two .image-col .fact-block,
.testi-block-two .info .name,
.news-block-three .social strong,
.insta-section-two .insta-title .insta-user,
.package-block-two .image-box .b-title span,
.package-block-two .content-box .loc-rat .location,
.package-block-two .content-box .loc-rat .rating strong,
.package-block-two .bottom-box .price .amount,
.sidebar-container .posts-widget .post .text,
.destination-single .upper-images .img-link .theme-btn,
.basic-info .i-block .i-title,
.destination-single .weather li .ttl,
.default-post-section .u-title .link-box .theme-btn,
.post-details .text-content blockquote .info strong,
post-details .social strong,
.post-controls .control .c-title,
.sidebar-container .author-box .more a,
.sidebar-container .comments .comment-box .reply-link .theme-btn,
.sidebar-container .comments .comment-box .author-name,
.tour-single-banner .content-box .t-type strong,
.tour-single-banner .content-box .links li a,
.dsp-container .sp-header .loc-rat .location,
.dsp-container .sp-header .loc-rat .rating strong,
.tp-accordion .block .acc-btn,
.faqs-accordion .block .acc-btn,
.t-reviews .rev-info .rev-left .count,
.t-reviews .rev-info .rev-left .level,
.t-reviews .rev-info .cat .c-title,
.t-reviews .reviews .rev-box .author-name,
.t-reviews .see-all .theme-btn,
.t-reviews .add-review .s-rev-option .ser-ttl,
.t-book-widget .t-book-header .amount,
.t-book-widget .t-book-header .qty,
.t-book-widget .total .t-ttl,
.t-book-widget .total .ttl-amt,
.dsp-container .get-help-widget .call-to,
.dsp-container .similar-widget .post .price .amount,
.dsp-container .dsp-stat-widget ul li .ttl,
.hotel-single-banner .image-block .img-link .theme-btn,
.rooms-avail-box .table .price .rate {
    font-family: 'Cairo', 'Open Sans', sans-serif;
}

.main-header .main-box .logo-box {
    min-height: 74px;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main-menu .navigation > li {
    padding: 15px 0px;
}

    .main-menu .navigation > li > a {
        font-family: 'Cairo', 'Open Sans', sans-serif;
        font-weight: bold;
    }

   
.header-top {
    background-color: #f3fafd;
}


@media screen and (max-width: 992px) {
    .additional-service .text-container {
        font-size: 0.8rem !important;
        font-weight:bold;
    }

    .basic-info-row .col .value {
        font-size: 1.2rem !important;
    }

    .basic-info-row .col .label {
        font-size: 0.8rem !important;
    }
}

@media screen and (max-width: 768px) {
    .additional-service .text-container {
        font-size: 0.8rem !important;
        font-weight:bold;
    }
}

@media only screen and (max-width: 7000px) {
    .page-wrapper {
        overflow: initial;
    }

        /* Hide scrollbar */
        .page-wrapper::-webkit-scrollbar {
            width: 0.5em;
        }

        .page-wrapper::-webkit-scrollbar-thumb {
            background-color: rgba(0, 0, 0, 0.5);
        }
}

/*Authentication style*/
.authen-container {
    position: relative;
    background-color: #ffffff;
    border-radius: 5px;
}

.input-container {
    display: flex;
    align-items: center;
    padding: 12px;
}

.authen-icon {
    color: var(--primary-color);
    font-size: 20px;
}

.authen-input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 18px;
    width:100%;
    min-height:35px;
}

.progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    background-color: var(--primary-color);
    height: 4px;
}

.icon-box {
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 2px solid var(--primary-color);
    border-radius: 7px;
    background-color: #ffffff;
}

.buttons-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.authen-button {
    width: 100%;
    padding: 10px 20px;
    border-radius: 5px;
    background-color: var(--primary-color);
    color: #ffffff;
    font-size: 20px;
    text-decoration: none;
    margin-bottom: 10px;
    text-align: center;
}

.reg-button {
    width: 100%;
    padding: 10px 20px;
    border-radius: 5px;
    background-color: #ffffff;
    color: var(--primary-color);
    font-size: 20px;
    text-decoration: none;
    text-align: center;
    border: 2px solid var(--primary-color);
}

.separator {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-bottom:10px;
}

.separator-line {
    flex: 1;
    height: 1px;
    background-color: #ccc;
}

.separator-text {
    padding: 0 10px;
    color: #ccc;
    font-size: 18px;
    font-weight:bold;
}

/*Phone Booking button*/
.phone-button {
    display: inline-block;
    width: 100%;
    height: 50px;
    text-align: center; /* Center the text horizontally */
    line-height: 50px; /* Center the text vertically */
    border-bottom: 3px solid var(--primary-color);
    border-radius: 3px;
    background: #ffffff;
    color: var(--primary-color);
    font-weight: bold;
    margin-bottom: 40px;
    transition: all ease-in-out 0.3s;
}

/* Use a media query to hide the button on larger screens (non-mobile) */
@media (min-width: 768px) {
    .phone-button {
        display: none;
    }
}


/*--------------------
Boarding Pass
--------------------*/


.boarding-pass {
    @include center;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, .2);
    overflow: hidden;
    text-transform: uppercase;
}

    .boarding-pass small {
        display: block;
        font-size: 11px;
        color: black;
        margin-bottom: 2px;
    }

    .boarding-pass strong {
        font-size: 14px;
        display: block;
    }

    /* Header */
    .boarding-pass header {
        background: linear-gradient(to bottom, #36475f, #2c394f);
        padding: 12px 20px;
        height: 75px;
    }

    .boarding-pass .logo {
        float: left;
        width: 104px;
        height: 31px;
    }

    .boarding-pass .flight {
        float: right;
        color: #fff;
        text-align: right;
    }

        .boarding-pass .flight small {
            font-size: 8px;
            margin-bottom: 2px;
            opacity: 0.8;
        }

        .boarding-pass .flight strong {
            font-size: 18px;
        }

    /* Cities */
    .boarding-pass .cities {
        position: relative;
    }

        .boarding-pass .cities::after {
            content: '';
            display: table;
            clear: both;
        }

    .boarding-pass .city {
        padding: 20px 18px;
        float: left;
    }

        .boarding-pass .city:nth-child(2) {
            float: right;
        }

        .boarding-pass .city strong {
            font-size: 36px;
            font-weight: bold;
            line-height: 1;
        }

        .boarding-pass .city small {
            margin-bottom: 0px;
            margin-left: 3px;
        }

    .boarding-pass .airplane {
        position: absolute;
        width: 30px;
        height: 25px;
        top: 57%;
        left: 30%;
        opacity: 0;
        transform: translate(-50%, -50%);
        animation: move 3s infinite;
    }

@keyframes move {
    40% {
        left: 50%;
        opacity: 1;
    }

    100% {
        left: 70%;
        opacity: 0;
    }
}

/* Infos */
.boarding-pass .infos {
    display: flex;
    border-top: 1px solid #99D298;
}

    .boarding-pass .infos .places,
    .boarding-pass .infos .times {
        width: 50%;
        padding: 10px 0;
    }

        .boarding-pass .infos .times strong {
            transform: scale(0.9);
            transform-origin: left bottom;
        }

    .boarding-pass .infos .places {
        background: #ECECEC;
        
    }

    .boarding-pass .infos small {
        color: #97A1AD;
    }

    .boarding-pass .infos strong {
        color: var(--primary-color);
    }

    .boarding-pass .infos .box {
        padding: 10px 20px 10px;
        width: 47%;
        float: left;
    }

/* Strap */
.boarding-pass .strap {
    clear: both;
    position: relative;
    border-top: 1px solid #99D298;
}

    .boarding-pass .strap::after {
        content: '';
        display: table;
        clear: both;
    }

    .boarding-pass .strap .box {
        padding: 23px 0 20px 20px;
    }

        .boarding-pass .strap .box div {
            margin-bottom: 15px;
        }

        .boarding-pass .strap .box small {
            font-size: 10px;
        }

        .boarding-pass .strap .box strong {
            font-size: 13px;
        }

    .boarding-pass .strap sup {
        font-size: 8px;
        position: relative;
        top: -5px;
    }

.boarding-pass .qrcode {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 80px;
    height: 80px;
}



html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

.page-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    flex: 1;
}

.main-footer {
    margin-top: auto;
}
.dsp-container .sp-header .info .persons {
    margin-left: 0;
    margin-right: 0;
}

.t-book-widget .lower-box {
    padding: 40px 30px 50px !important;
}

.dsp-container .fac-block .icon {
    border: none;
}
/* styles.css */

.d-flex {
    display: flex;
}

.rounded {
}

.border-bottom {
    border-bottom: 3px solid var(--primary-color) !important;
}

.text-facilities {
    color: white;
}

.white-facilities {
    color: white;
}

.icon-facilities {
    margin: 0 5px;
    display: flex;
    align-items: center;
}

.d-flex.rounded.border {
    height: 72px;
}

.text-facilities.white-facilities {
    width: 72px;
    border-top-left-radius: 8px;
    background-color: var(--primary-color);
    border-bottom-left-radius: 8px;
    font-size: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}


.span-facilities {
    font-weight: bold;
    display: flex;
    align-items: center;
    font-size: 1rem;
    color: var(--primary-color);
}

.dsp-container .get-help-widget .call-to .icon {
    font-size: 36px !important;
}

.dsp-container .get-help-widget h3 {
    font-weight: bold;
}

.custom-table td,
.custom-table th {
    border-color: #0C7DB8 !important;
}

.custom-table th {
    background: #0C7DB8;
    color: #FFF;
}

.swiper-wrapper {
    height: 70vh;
    min-height: 400px;
}

.additional-service {
    display: flex;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 30px;
}

    .additional-service .icon-container {
        width: 50px;
        height: 50px;
        background: var(--primary-color);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .additional-service .text-container {
        display: flex;
        align-items: center;
        padding: 10px 10px;
        font-size: 1rem;
        font-weight:bold;
        color: var(--primary-color);
    }

.basic-info-container {
    color: var(--primary-color);
    font-size: 1.2rem;
    overflow: hidden;
    /*border-width: 5px !important;*/
    border-radius: 15px !important;
}

.basic-info-row {
    background: #f8f9fa;
    color: #a8b1b5;
    line-height: 0.5rem;
}

    .basic-info-row .col {
        display: flex;
        flex-direction: column;
    }

        .basic-info-row .col .value {
            font-size: 1.2rem;
            font-weight: bold;
            color: var(--primary-color);
            padding-bottom: 20px;
        }

        .basic-info-row .col .label {
            font-size: 0.9rem;
            padding: 15px 0;
        }

.social {
    margin-bottom: 30px;
}

    .social .social-links {
        display: flex;
        justify-content: center;
        font-size: 30px;
    }

.social-links li {
    margin: 20px;
}

.popular-section {
    padding: 50px 0px 130px !important;
}

    .popular-section .bg-grad-right {
        right: -60px !important;
    }

    .popular-section .carousel-box .slick-list {
        overflow: hidden;
    }

.news-block-three .inner-box {
    background: rgba(255,255,255,0.3) !important;
}

.social {
    margin-bottom: 10px !important;
}

.news-block-three .social a.facebook {
    margin-left: unset;
}

.news-block-three .text {
    padding-top: unset;
    margin-bottom: 5px;
}

.icon-about {
    width: 56px;
    height: 56px;
    font-size: 18px;
    background: var(--primary-color);
    color: #ffffff;
    line-height: 56px;
    text-align: center;
    border-radius: 50%;
}

.custom-heading {
    padding: 0 15px;
    color:black;
    font-weight:600;
}
@keyframes glowing {
    0% {
        text-shadow: 0 0 10px rgba(0, 255, 0, 0.5);
    }
    /* Greenish color */
    50% {
        text-shadow: 0 0 20px rgba(0, 255, 0, 0.9);
    }
    /* Brighter greenish color */
    100% {
        text-shadow: 0 0 10px rgba(0, 255, 0, 0.5);
    }
    /* Greenish color */
}

.available-day {
    /*background-color: var(--primary-color);*/
    font-weight: bold;
    color: white !important;
    height: 30px;
    font-size: larger;
    animation: glowing 1s infinite; /* Adjust duration as needed */
}

    .available-day > a {
        color: var(--primary-color) !important; /* Change the color to your desired color */
    }

.unavailable-day {
    color: gray;
    height: 30px;
}

.select2-container--bootstrap .select2-selection {
    border: 1px solid #a1a1a1;
}

.form-group-top .control-label {
    color: rgba(58,58,58,.7);
}

.form-group-top {
    display: block;
    position: relative;
    margin-bottom: 15px;
}

    .form-group-top .control-label {
        position: absolute;
        cursor: text;
        font-size: 80%;
        opacity: 1;
        top: -.5em;
        z-index: 3;
        line-height: 1;
        padding: 0px 2px;
        min-width: unset !important;
    }

        .form-group-top .control-label::after {
            background: #fff;
        }

        .form-group-top .control-label::after {
            content: " ";
            display: block;
            position: absolute;
            height: 5px;
            top: 3px;
            left: -.2em;
            right: -.2em;
            z-index: -1;
        }

    .form-group-top .invalid {
        position: absolute;
        cursor: text;
        font-size: 70%;
        opacity: 1;
        bottom: -.4em;
        right: .75rem;
        z-index: 3;
        line-height: 1;
        padding: 0 1px;
        color: red !important;
    }

        .form-group-top .invalid::after {
            background: #fff;
        }

        .form-group-top .invalid::after {
            content: " ";
            display: block;
            position: absolute;
            height: 5px;
            bottom: 3px;
            left: -.2em;
            right: -.2em;
            z-index: -1;
        }

.form-select:focus {
    box-shadow: none !important;
}


/* Style for the modal overlay */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Dimmed background color */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000; /* Ensure it's on top of everything */
}

    .modal-content img {
        display: block;
        margin: 0 auto;
    }

.white-row > tbody > tr {
    background-color: white !important;
}
/*.logo-animation {
    max-width:100vw;
    height: auto;
    animation: pulse 1s infinite;*/ /* Apply the animation */
    
/*}

@keyframes pulse {
    0% {
        width: 100px;*/ /* Adjust the size of your logo */
        /*opacity: 0.5;
    }

    100% {
        width: 200px;
        opacity: 0.1;
    }
}*/

.image-background {
    background-size: cover;
    background-position: inherit;
}

.main-footer.style-two {
    border-top:solid 1px #d9d9dd;
    color: var(--primary-color);
    background: #ececec;
}

.form-container {
    flex-grow: 1;
    display: flex;
    justify-content: end;
    padding: 20px 15px 15px 15px;
    max-width: 1200px;
    margin-top: auto;
    margin-bottom: auto;
}

    .form-container .form-container--content {
        width: 100%;
        max-width: 450px;
        padding: 15px;
        background-color: rgba(255,255,255,0.9);
        border: 5px solid #FFF;
        border-radius: 10px;
        margin-left: auto;
    }

.mobile-code {
    max-width: 65px;
    margin-right: 10px;
}

.logo-container {
    text-align: center;
}

    .logo-container img {
        width: 120px; /* Adjust the width to your desired size */
        height: auto; /* Maintain aspect ratio */
    }
.otp {
    padding: 10px;
    letter-spacing: 30px;
    border: 0;
    background-image: linear-gradient(to left, lightgray 70%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 40px;
    background-repeat: repeat-x;
    background-position-x: 30px;
    width: 260px;
    height: 30px;
    min-width: 260px;
    font-size: 18px;
    font-weight: bold;
}

.otpInner {
    margin: auto;
    left: 0;
    position: sticky;
}

.otpOuter {
    direction: ltr;
    border: solid 2px;
    border-radius: 20px;
    padding: 12px;
    text-align: center;
    margin: auto;
    width: 258px;
    overflow: hidden;
}

.numbersSpacing {
    letter-spacing: 5px;
}

/*Packeg Details*/
.card-extra {
    /*max-width: 350px;*/
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    margin-bottom: 20px;
}

.info {
    flex: 1;
    display: flex;
}

.service-name {
    font-weight:bold;
    font-size: 18px;
    color: #6c7171;
    margin: 0;
    padding: 0;
}

.service-price {
    font-size: 18px;
    font-weight: bold;
    color: var(--primary-color);
    margin: 0;
    padding: 0;
}

.line {
    height: 100%;
    width: 2px;
    background-color: #dddddd;
    margin: 0 40px;
}

/*Hotel Card*/
.hotel-card {
    width: 100%;/*
    max-width: 300px;*/
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.hotel-image {
    height: 200px;
    background-size: cover;
    background-position: center;
}

.hotel-details {
    padding: 20px;
}

.hotel-location {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
}
.hotel-rating {
    color: #f39c12;
    margin-bottom: 5px;
}

    .hotel-rating .fa-star {
        font-size: 16px;
    }

.hotel-dates {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.hotel-checkin {
    font-size: 14px;
    color: #333;
}

.hotel-date {
    font-weight: bold;
    color: var(--primary-color);
}
.activity-single-banner .carousel-box .image {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.25) !important;
}
.activity-single-banner .carousel-box .next-btn {
    border: 2px solid var(--primary-color);
}
.activity-single-banner .carousel-box .prev-btn {
    border: 2px solid var(--primary-color);
}

/*Ticket*/
.flightDate {
    float: left;
    text-align: left !important;
    color: #fff;
    text-align: right;
}
.boarding-pass {
    @include center;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, .2);
    overflow: hidden;
    text-transform: uppercase;
}

    .boarding-pass small {
        display: block;
        font-size: 11px;
        color: white;
        margin-bottom: 2px;
    }

    .boarding-pass strong {
        font-size: 14px;
        display: block;
    }

    /* Header */
    .boarding-pass header {
        background: linear-gradient(to bottom, #36475f, #2c394f);
        padding: 12px 20px;
        height: 75px;
    }

    .boarding-pass .logo {
        float: left;
        width: 104px;
        height: 31px;
    }

    .boarding-pass .flight {
        float: right;
        color: #fff;
        text-align: right;
    }

        .boarding-pass .flight small {
            font-size: 8px;
            margin-bottom: 2px;
            opacity: 0.8;
        }

        .boarding-pass .flight strong {
            font-size: 18px;
        }

    /* Cities */
    .boarding-pass .cities {
        position: relative;
    }

        .boarding-pass .cities::after {
            content: '';
            display: table;
            clear: both;
        }

    .boarding-pass .city {
        padding: 20px 18px;
        float: left;
    }

        .boarding-pass .city:nth-child(2) {
            float: right;
        }

        .boarding-pass .city strong {
            font-size: 36px;
            font-weight: bold;
            line-height: 1;
        }

        .boarding-pass .city small {
            margin-bottom: 0px;
            margin-left: 3px;
        }

    .boarding-pass .airplane {
        position: absolute;
        width: 30px;
        height: 25px;
        top: 57%;
        left: 30%;
        opacity: 0;
        transform: translate(-50%, -50%);
        animation: move 3s infinite;
    }

@keyframes move {
    40% {
        left: 50%;
        opacity: 1;
    }

    100% {
        left: 70%;
        opacity: 0;
    }
}

/* Infos */
.boarding-pass .infos {
    display: flex;
    border-top: 1px solid var(--primary-color);
}

    .boarding-pass .infos .places,
    .boarding-pass .infos .times {
        width: 50%;
        padding: 10px 0;
    }

        .boarding-pass .infos .times strong {
            transform: scale(0.9);
            transform-origin: left bottom;
        }

    .boarding-pass .infos .places {
        background: #ECECEC;
        /*border-right: 1px solid var(--primary-color);*/
    }

    .boarding-pass .infos small {
        color: #97A1AD;
    }

    .boarding-pass .infos strong {
        color: var(--primary-color);
    }

    .boarding-pass .infos .box {
        padding: 10px 20px 10px;
        width: 47%;
        float: left;
    }

/* Strap */
.boarding-pass .strap {
    clear: both;
    position: relative;
    border-top: 1px solid var(--primary-color);
}

    .boarding-pass .strap::after {
        content: '';
        display: table;
        clear: both;
    }

    .boarding-pass .strap .box {
        padding: 23px 20px 20px;
    }

        .boarding-pass .strap .box div {
            margin-bottom: 15px;
        }

        .boarding-pass .strap .box small {
            font-size: 10px;
        }

        .boarding-pass .strap .box strong {
            font-size: 13px;
        }

    .boarding-pass .strap sup {
        font-size: 8px;
        position: relative;
        top: -5px;
    }

.boarding-pass .qrcode {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 80px;
    height: 80px;
}
.package-block .lower-box .info
{
    color:gray;
}
.package-block .lower-box h5
{
    color:black;
}
.priceCategory {
    font-size: small;
    color: #c4c2c2;
    margin-bottom: -2px;
}

.packagePrice {
    color: var(--primary-color);
    font-weight: bold;
    font-size: larger;
}
.shadowLight {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.1) !important;
}

.table.user-info th {
    width: 180px;
}

/*MyReserations*/
.card-Reservations {
    background-color: #f3fafd !important;
    border-radius: 15px;
    border: initial;
    padding: 15px;
    margin-bottom: 30px;
    cursor: pointer;
}

    .card-Reservations:hover {
        background-color: #eaf4fa !important;
    }

.reservation-status {
    font-weight: bold;
    margin-right: 10px;
}

.status {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 5px;
}
.status i
{
    font-size:xxx-large;
}
.confirm {
    color: blue;
    background-color: rgba(255,255,255,0.3);
}

.pending {
    color: yellow;
    background-color: rgba(255,255,255,0.3);
}


.card-title {
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.card-text {
    font-size: 0.9rem;
    margin-bottom: 5px;
}

.btn {
    font-size: 0.9rem;
}

.col-price {
    display: flex;
    flex-direction: column;
}

/*ViewRegisteration*/
.ditils-registeration {
    border-radius: 15px;
    background-color: var(--anti-flash-white-color);
}

.pass {
    display: flex;
    flex-direction: column;
}

.pass-size {
    font-size: 12px;
}

.span-size {
    font-size: 12px;
}

.line-Register {
    margin-top: 2px;
    margin-bottom: 2px;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}

.table-responsive {
    max-width: 800px;
}

/*ViewReservation*/
.card-ViewReservation {
    border: 2px solid #0a6a9e;
}

.header-ViewReservation {
    background-color: #f3fafd;
    border-bottom: initial;
    border-top: initial !important;
    font-size: 1.5rem;
    color: #0a6a9e;
    font-weight: bold;
}
.rounded15:hover {
    border-color: gray;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.35) !important;
}

.rounded15 {
    transition: all ease-in-out 0.4s;
    border-radius: 15px;
    border: solid 1px lightgrey;
}
.t-gallery{
    margin-bottom:0px !important;
}


.package-block .image-box .b-title.featured span {
    background: black ;
    opacity:60%;
    font-weight:bold;
}

.date-details {
    color: var(--primary-color);
    font-size:1.3rem;
    font-weight:bold;
}
/*color text room*/
.green-text {
    color: #5D9C59;
}

.red-text {
    color: #DF2E38;
}

.yellow-text {
    color: #F8DE22;
}
/*fixed packages*/
.pagination {
    text-align: center;
    margin-top: 20px;
}


.next {
    display: inline-block;
    padding: 10px 20px;
    background-color: transparent;
    color: var(--primary-color);
    text-decoration: none;
    border: 2px solid var(--primary-color);
    border-radius: 5px;
    margin: 15px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.prev {
    display: inline-block;
    padding: 10px 20px;
    background-color: transparent;
    color: var(--primary-color);
    text-decoration: none;
    border: 2px solid var(--primary-color);
    border-radius: 5px;
    margin: 15px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}


    .prev:hover {
        background-color: var(--primary-color);
        color: #fff;
        transform: scale(1.1);
    }


.next:hover {
    background-color: var(--primary-color);
    color: #fff;
    transform: scale(1.1);
}

/*.logoIconPackage {
    width: 40px;
    height: 40px;
    background-size: cover;
    border-radius: 50%;
    position: absolute;
    z-index: 2;
    top: 15px;
    border: solid 2px white;
}*/
.control-label-required {
    position: absolute;
    cursor: text;
    font-size: 120%;
    opacity: 1;
    top: -.24em;
    z-index: 3;
    line-height: 1;
    padding: 0px 2px;
    min-width: unset !important;
    font-weight:bold;
}
.select2-container--bootstrap .select2-selection--single {
    border-radius: var(--bs-border-radius) !important;
    border: var(--bs-border-width) solid var(--bs-border-color) !important;
    border-bottom: 3px solid var(--primary-color) !important;
    padding-top: .5rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    color: var(--bs-body-color) !important;
}