﻿@charset "UTF-8";

:root[data-theme="light"] {
    --ThemeGradient: linear-gradient(260deg, #93298e, #428fbb);
    --ThemePrimaryColor: #428fbb;
    --ThemePrimaryColorHover: #428fbb;
    --ThemeSecondaryColor: #93298e;
    --ThemeSecondaryColorHover: #93298e;
    --ThemeDarkColor: #212529;
    --ThemeDarkColorHover: #212529;
    --FooterBgColor: #292826;
    --BlackColor: black;
    --WhiteColor: white;
    --ColorGreen: #209e8c;
    --BlacBgkColor: black;
    --WhiteBgColor: white;
    --InputPlaceHolderGrayColor: #595c5f;
    --SlickSlderGradient: linear-gradient(360deg, rgb(38 57 70 / 97%) 30%, rgb(0 0 0 / 0%) 60%);
    --OfferBoxGradient: linear-gradient(181deg, rgb(0 0 0 / 73%) 0%, rgba(0, 0, 0, 0.2665441176470589) 100%);
    --OffBoxGraident: linear-gradient(0deg, rgba(51, 192, 172, 0.8575805322128851) 0%, rgba(43, 177, 158, 0.8071603641456583) 100%);
    --BodyBgColor: white;
    --FormsInputTextColor: black;
    --BgGray: #f8f8f8;
}

/*:root[data-theme="dark"] {
    --ClosedCountText: white;
}*/
/* General Css Start */
.row {
    margin: 0px !important;
}

.leaflet-bottom leaflet-right {
    display: none !important;
}

.leaflet-touch .leaflet-control-attribution, .leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
    box-shadow: none;
    display: none;
}

html {
    scroll-behavior: smooth;
}

.BgGray {
    background: var(--BgGray);
}

table {
    border: 1px solid gray;
    border-radius: 2px;
    font-size: 16px;
    width: 100%;
    overflow: scroll;
    background-color: var(--WhiteBgColor);
    color: var(--BlackColor);
}


tr th {
    background: var(--ThemePrimaryColor) !important;
    padding: 10px !important;
    color: white !important;
    font-weight: bold;
}

tr td {
    border: 1px solid gray;
    padding: 10px 5px;
}

th, td {
    width: fit-content;
    white-space: nowrap;
}

.TableICON {
    color: var(--ThemePrimaryColor);
    font-size: 19px;
    margin-right: 5px;
}

table, tr, th, td {
    border: none !important;
}

.table-responsive {
    margin-bottom: 10px;
    max-height: 350px !important;
    overflow: auto;
    height: auto;
    width: 100%;
}

    .table-responsive table tr th {
        background: #eeeeee !important;
        padding: 10px 5px !important;
        color: #000000 !important;
        border-bottom: 1px solid #dcdcdc !important;
        font-weight: bold;
        position: sticky;
        top: -1px;
        z-index: 9;
    }

    .table-responsive table tr:nth-child(even) {
        background-color: #edf4fc;
    }

    .table-responsive .Table_Icon {
        border-radius: 5px;
        color: white;
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        text-align: center;
        align-content: center;
        font-size: 9px;
    }

        .table-responsive .Table_Icon svg {
            color: white;
        }

.GrayColor {
    color: #5b5b5b
}

.small, small {
    font-size: 12px;
}

.w-90 {
    width: 90%
}

.w-45 {
    width: 45%
}




.ng-cloak {
    display: none
}

@font-face {
    font-family: 'roboto-bold';
    src: url('../font/roboto-bold.ttf') format('truetype');
}

@font-face {
    font-family: 'roboto-regular';
    src: url('../font/roboto-regular.ttf') format('truetype');
}

.FontBold {
    font-family: 'roboto-bold';
}

.select2-container, .form-select, div, p, .select2-container, nav ul li, label,
div, .btn, ::placeholder, .form-control {
    font-size: 14px;
}

table, th, td {
    font-size: 12px;
}

body {
    font-family: 'roboto-regular';
    background: whitesmoke;
}

.card {
    border-radius: 6px;
    margin-bottom: 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    border: none;
}

.ColorBlack {
    color: var(--BlackColor);
}

.ColorGreen {
    color: var(--ColorGreen) !important;
}

.ColorRed {
    color: red
}

.ThemePrimaryColor {
    color: var(--ThemePrimaryColor) !important;
}

.ThemeSecondaryColor {
    color: var(--ThemeSecondaryColor) !important;
}

.fs-12 {
    font-size: 12px;
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

/*.riyalicon::before {
    content: '';
    vertical-align: middle;
    height: 16px;
    width: 16px;
    display: inline-block;
    background: url('https://fileserver.o2sapps.com/UploadedFiles/mao/20250507-638822100338900859-8573-Saudia-riyal.png');
    background-size: 100% 100%;
    margin-right: 5px;
}*/
/* button Css Start */
.btn {
    font-size: 16px;
    border: none;
}

.btn-primary {
    background: var(--ThemePrimaryColor);
    color: white;
    border: 1px solid transparent;
}

    .btn-primary:hover {
        background: var(--ThemePrimaryColor);
        color: white;
        border: 1px solid transparent;
    }

.btn-outline-primary {
    border: 1px solid var(--ThemePrimaryColor);
    color: var(--ThemePrimaryColor);
}

    .btn-outline-primary:hover {
        background: var(--ThemePrimaryColor);
        color: white;
        border: 1px solid var(--ThemePrimaryColor);
    }

.btn-secondary {
    background: var(--ThemeSecondaryColor);
    color: white;
    border: 1px solid transparent;
}

    .btn-secondary:hover {
        background: var(--ThemeSecondaryColor);
        color: white;
        border: 1px solid transparent;
    }

.btn-outline-secondary {
    border: 1px solid var(--ThemeSecondaryColor);
    color: var(--ThemeSecondaryColor);
}

    .btn-outline-secondary:hover {
        background: var(--ThemeSecondaryColor);
        color: white;
        border: 1px solid var(--ThemeSecondaryColor);
    }

.btn-outline-dark {
    border: 1px solid var(--ThemeDarkColor);
    color: var(--ThemeDarkColor);
}

    .btn-outline-dark:hover {
        background: var(--ThemeDarkColor);
        color: white;
        border: 1px solid var(--ThemeDarkColor);
    }

.btn:disabled {
    background-color: darkgray !important;
    color: white !important;
    cursor: not-allowed !important;
}
/* button Css End */
.truncate {
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.Table_Truncate {
    display: inline-table;
    width: 270px;
    white-space: normal;
    text-overflow: ellipsis;
}

.lineWrap {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 45px;
}

.form-control, .input-group-text {
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    background: transparent;
}

    .form-control:focus {
        box-shadow: none;
        outline: none;
        border-color: black;
    }

    .form-control:disabled {
        cursor: not-allowed;
    }

.input-group-text {
    width: 36px;
}

/* Modal Start */
.modal {
    z-index: 99992;
}

    .modal .modal-header {
        background: var(--ThemePrimaryColor);
        color: white;
        padding: 10px;
    }

.modal-backdrop {
    z-index: 9999;
}

.Modal-Scrolling {
    max-height: 73vh;
    overflow: auto;
}

@media only screen and (max-width: 929px) {
    .modal .modal-dialog {
        max-width: 100% !important;
    }
}
/* Modal End */
/* Select 2 Start */
.input-group-text, .select2-container--default .select2-selection--single, .form-control {
    border: 0;
    border-bottom: 1px solid #c7c8c9;
    border-radius: 0;
    background: transparent;
    align-content: center;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    cursor: not-allowed !important;
    opacity: 0.8;
    background: transparent
}

.select2-container--default .select2-selection--single {
    min-height: 34.5px;
    padding: 5px;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 4px;
        right: 6px;
    }

    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: var(--InputPlaceHolderGrayColor);
    }

.select2-container--open {
    z-index: 99999;
}

.select2-container--disabled {
    background-color: var(--bs-secondary-bg);
    opacity: 1;
}


@media (min-width:1210px) {
    .select2-container {
        width: 84% !important;
    }
}

@media (max-width:1208px) {
    .select2-container {
        width: 79% !important;
    }
}

@media (min-width:1642px) {
    .select2-container {
        width: 88% !important;
    }
}

.FlagImg {
    border-radius: 50%;
    height: 25px;
    width: 25px !important;
}
/* Select 2 End */
/*Loader CSS*/
.preloader {
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 99999;
    background: #fff;
    opacity: 0.6;
}

    .preloader img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100px;
    }
/*Loader CSS*/
/* Badge Start */
.badge {
    font-size: 14px;
    border-radius: 4px !important;
    font-weight: 400;
    color: #fff;
    min-width: 110px;
}

.badge-Tentative {
    background-color: #1e9ccf;
}

.badge-Definite {
    background-color: #28a745;
}

.badge-Hold {
    background-color: #ffb22b;
}

.badge-Danger {
    background-color: #ef5350;
}

.badge-Completed {
    background-color: #28a745;
}

.badge-Pending {
    background-color: #ceb60c;
}

.badge-Booked {
    background-color: #28a745;
}

.badge-Dark {
    background-color: #212529;
}

.badge-Active {
    background-color: #28a745;
}

.badge-InActive {
    background-color: #ef5350;
}
/* Badge End */
/* Cursor Start */
/*.cursor {
    position: fixed;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #35246b;
    pointer-events: none;
    z-index: 999999;
    transform: translate(-50%, -50%);
    transition: width 0.2s, height 0.2s;
}*/

/*.cursor-follower {
    position: fixed;
    width: 40px;
    height: 40px;
    border: 2px solid #E45858;
    border-radius: 50%;
    pointer-events: none;
    z-index: 99999;
    transform: translate(-50%, -50%);
    transition: all 0.2s ease-out;
}*/
.CursorPoniter {
    cursor: pointer !important;
}
/* Cursor End */
/* General Css End */
/* DateTime Picker Start */
.dtp div.dtp-actual-num {
    font-size: 30px
}

.dtp div.dtp-actual-month {
    font-size: 25px;
}

.dtp div.dtp-actual-year {
    font-size: 25px;
}

.dtp div.dtp-picker-month {
    padding: 10px 0px !important;
}

.dtp-picker-days th, .dtp-picker-days td {
    padding: 5px !important;
    vertical-align: middle;
}

.dtp {
    z-index: 99999 !important
}

.dtp-buttons .btn-flat {
    padding: 0px !important
}

.dtp-btn-cancel {
    margin-right: 10px;
}
/* DateTime Picker End */
/* Scroll bar Start */
::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
    background-color: var(--ThemePrimaryColor);
}
/* Scroll bar End */
/* Navbar Start*/
.HeaderNav {
    width: 100%;
}


.nav-container {
    max-width: 80%;
    display: inline-block;
}

nav {
    float: right;
}

    nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        nav ul li {
            float: left;
            position: relative;
        }

            nav ul li .active {
                background: none !important;
                border-radius: 0 !important;
                border-bottom: 3px solid var(--ThemePrimaryColor) !important;
                font-weight: 900;
            }

            nav ul li a {
                border-bottom: 3px solid transparent !important;
            }

                nav ul li a,
                nav ul li a:visited {
                    display: block;
                    padding: 0 20px;
                    line-height: 3;
                    color: black;
                    text-decoration: none;
                    cursor: pointer;
                }

                    nav ul li a:hover,
                    nav ul li a:visited:hover {
                        background: none !important;
                        border-radius: 0 !important;
                        border-bottom: 3px solid var(--ThemePrimaryColor) !important;
                        font-weight: 900;
                    }

                    nav ul li a:not(:only-child):after,
                    nav ul li a:visited:not(:only-child):after {
                        padding-left: 4px;
                        content: " ▾";
                    }

            nav ul li ul li {
                min-width: 190px;
            }

                nav ul li ul li a {
                    padding: 15px;
                    line-height: 20px;
                }

/*.nav-dropdown {
    position: absolute;
    display: none;
    z-index: 1;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
    background-color: white;
}

    .nav-dropdown li {
        border-bottom: 1px solid grey !important;
    }

        .nav-dropdown li a {
            color: black !important;
        }

            .nav-dropdown li a:hover {
                background: none !important;
                border-radius: 0 !important;
                color: var(--ThemePrimaryColor) !important;
                border-bottom: 1px solid var(--ThemePrimaryColor) !important;
            }*/

.navbar_Logo {
    position: absolute;
    top: 10px;
}
/* profile menu */

.profile .img-box {
    position: relative;
    width: 48px;
    height: 48px;
    border-radius: 5px;
    overflow: hidden;
}

    .profile .img-box img {
        height: 100%;
    }

/* menu (the right one) */

.menu {
    position: absolute;
    top: calc(100% + 20px);
    right: 90px;
    width: 200px;
    min-height: 100px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
    opacity: 0;
    transform: translateY(-10px);
    visibility: hidden;
    transition: 300ms;
}

    .menu::before {
        content: '';
        position: absolute;
        top: -10px;
        left: 14px;
        width: 20px;
        height: 20px;
        background: #fff;
        transform: rotate(45deg);
        z-index: -1;
    }

    .menu.active {
        opacity: 1;
        transform: translateY(0);
        visibility: visible;
    }

    /* menu links */
    .menu ul {
        margin: 1rem 0px;
    }

        .menu ul li {
            list-style: none;
            padding: 15px;
        }

            .menu ul li:hover {
                background: #eee;
            }

            .menu ul li a {
                text-decoration: none;
                color: #000;
                display: flex;
                align-items: center;
                gap: 15px;
            }
/* Mobile navigation */
.nav-mobile {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    /* background: #262626;*/
    height: 70px;
    width: 70px;
}

@media only screen and (max-width: 929px) {
    .profile {
        position: relative;
        top: 10px;
        right: 60px;
        width: 100%;
    }

    .menu {
        position: absolute;
        right: 145px;
    }

    .navbar_Logo {
        position: absolute;
        top: 15px;
    }

    .NavBar_Btns {
        position: absolute;
        top: 20px;
        right: 70px;
    }

    .nav-mobile {
        display: block;
        margin-top: 5px;
    }

    nav {
        width: 100%;
        padding: 50px 0 15px;
    }

        nav ul {
            display: none;
        }

            nav ul li {
                float: none;
            }

                nav ul li a {
                    padding: 15px;
                    line-height: 20px;
                }

                nav ul li ul li a {
                    padding-left: 30px;
                }

    .nav-dropdown {
        position: static;
    }
}

@media screen and (min-width: 930px) {
    .nav-list {
        display: block !important;
    }
}

#nav-toggle {
    position: absolute;
    left: 18px;
    top: 22px;
    cursor: pointer;
    padding: 10px 35px 16px 0px;
}

    #nav-toggle span,
    #nav-toggle span:before,
    #nav-toggle span:after {
        cursor: pointer;
        border-radius: 1px;
        height: 5px;
        width: 35px;
        background: var(--ThemePrimaryColor);
        position: absolute;
        display: block;
        content: "";
        transition: all 300ms ease-in-out;
    }

        #nav-toggle span:before {
            top: -10px;
        }

        #nav-toggle span:after {
            bottom: -10px;
        }

    #nav-toggle.active span {
        background-color: transparent;
    }

        #nav-toggle.active span:before, #nav-toggle.active span:after {
            top: 0;
        }

        #nav-toggle.active span:before {
            transform: rotate(45deg);
        }

        #nav-toggle.active span:after {
            transform: rotate(-45deg);
        }

.logo {
    height: 50px;
    padding: 10px;
}
/* Navbar End*/
/* Cookie Start*/
/* Search_Section Start*/
.Search_Section {
    background-color: #fff;
    border-radius: 10px;
}

    .Search_Section .search-container {
        padding: 20px 10px;
    }

        .Search_Section .search-container .search-input {
            border: none;
            border-radius: 10px;
        }

    .Search_Section .input-group {
        border: 1px solid;
        border-radius: 10px;
        background: #fff;
    }

        .Search_Section .input-group svg {
            background-color: var(--ThemePrimaryColor);
            color: white;
            padding: 10px;
            border-radius: 5px;
        }

.Search_Tabs label {
    margin: 5px 0px 5px 0px;
    padding: 4px 10px !important;
}


.Search_Tabs .active {
    border-bottom: 3px solid var(--ThemePrimaryColor) !important;
    font-weight: 700;
    background: whitesmoke;
}

.Search_Tabs label:hover {
    cursor: pointer;
    border-bottom: 3px solid var(--ThemePrimaryColor) !important;
    font-weight: 900;
}
/* Search_Section End*/
/* carousel End*/
.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 40px;
    height: 40px;
    background-color: rgba(0,0,0,0.5);
    border-radius: 50%;
    background-size: 60%;
    cursor: pointer;
    transition: all 0.3s ease;
}

    /* Hover effect — white background + black arrow */
    .carousel-control-prev-icon:hover,
    .carousel-control-next-icon:hover {
        background-color: black;
    }

/* Hide controls until hover */
.carousel-control-prev,
.carousel-control-next {
    opacity: 0;
    transition: opacity 0.4s ease;
}

/* Show controls when hovering over carousel */
.carousel:hover .carousel-control-prev,
.carousel:hover .carousel-control-next {
    opacity: 1;
}
/* carousel Start*/
/* Cookie End*/
/* Captcha Start*/
.Captcha img {
    height: 50px;
    border-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #dee2e6;
}

.Captcha a {
    display: block !important;
    cursor: pointer !important;
}

    .Captcha a::after {
        content: "\f021";
        font-family: 'FontAwesome';
        font-size: 18px;
        position: absolute;
        right: 3%;
        bottom: 20%;
        color: var(--ThemePrimaryColor);
    }

.Captcha input {
    width: 100% !important;
    height: 50px;
    border-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #dee2e6;
    text-transform: uppercase;
}

    .Captcha input:focus-visible {
        outline: none;
    }

.Captcha br {
    display: none !important
}
/* Captcha End*/
/* Container Start*/
@media (min-width: 320px) and (max-width:600px) {
    .container {
        max-width: 600px !important;
    }
}

@media (min-width: 601px) and (max-width:900px) {
    .container {
        max-width: 780px !important;
    }
}

@media (min-width: 901px) and (max-width:1000px) {
    .container {
        max-width: 880px !important;
    }
}

@media (min-width: 1001px) and (max-width:1100px) {
    .container {
        max-width: 980px !important;
    }
}

@media (min-width: 1101px) and (max-width:1200px) {
    .container {
        max-width: 1050px !important;
    }
}

@media (min-width: 1201px) and (max-width:1300px) {
    .container {
        max-width: 1150px !important;
    }
}

@media (min-width:1301px) and (max-width:1400px) {
    .container {
        max-width: 1250px !important;
    }
}

@media (min-width:1401px) and (min-width:1500px) {
    .container {
        max-width: 1350px !important;
    }
}

@media (min-width:1501px) {
    .container {
        max-width: 1450px !important;
    }
}

/* Container End*/




/* swiper-container Start*/
@media (min-width: 1025px) {
    .swiper-container {
        height: 410px !important;
    }
}

@media (min-width: 1166px) {

    .swiper-container {
        height: 410px !important;
    }
}

@media screen and (min-width: 2000px) {
    .swiper-container {
        height: 467px !important;
    }
}

@media screen and (min-width: 2800px) {
    .swiper-container {
        height: 410px !important;
    }
}

/* swiper-container End*/

/* Layout Header Start */
.NavbarSticky {
    position: fixed;
    top: 0;
    background-color: var(--ThemePrimaryColor);
    width: 100%;
    z-index: 9999;
    padding: 0 !important;
}

.HomeBanner {
    height: 380px;
    position: relative;
    background-image: url(../../Content/images/Transport_Banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.HomeBannerTextBox {
    height: 380px;
    background: linear-gradient(360deg, rgb(0 0 0 / 60%) 30%, rgb(0 0 0 / 60%) 30%);
}

.HomeBannerText {
    position: relative;
    color: white;
    text-align: center;
}

.HomeBannerLogo {
    position: static;
    top: 50%;
    left: 50%;
    /*    transform: translate(-50%, -50%);*/
    z-index: 10;
    transition: top 0.9s ease, left 0.9s ease, transform 0.9s ease;
}

    .HomeBannerLogo img {
        height: 150px;
        transition: height 0.6s ease;
    }

/* Sticky style for when logo shrinks and moves to top-left */
.HomeBannerLogoSticky {
    position: fixed;
    top: 5px;
    left: 20px;
    transform: translate(0, 0);
    z-index: 10000;
    transition: top 0.9s ease, left 0.9s ease, transform 0.9s ease;
}

    .HomeBannerLogoSticky img {
        height: 45px;
        transform: translate(0, 0);
        margin: 0 !important
    }

@media only screen and (max-width: 929px) {
    .HomeBannerText img {
        margin-top: 10px !important;
    }
}
/* Layout Header End */

/* Home Card Listing Start*/
.HomePropertySection .ItemImage, .HomeTransportSection .ItemImage, .HomeToursSection .ItemImage, .HomePropertySellSection .ItemImage, .HomePropertyCommercialSellSection .ItemImage {
    height: 200px;
    border-top-left-radius: 6px;
    background-size: cover;
    background-position: center;
    border-top-right-radius: 6px;
}

#TransportModal .ItemImage {
    height: 293px;
    border-top-left-radius: 6px;
    background-size: cover;
    background-position: center;
    border-top-right-radius: 6px;
    background-repeat: no-repeat;
}

.RatingBox {
    background: var(--ThemePrimaryColor);
    padding: 3px 6px;
    text-align: center;
    font-size: 10px;
    border-radius: 2px;
    color: white;
    align-content: center;
}

.StarsIcon svg {
    color: #ffc600;
}
/* Home Card Listing End*/
/* SSLider Start*/
.SSIndication {
    display: none !important;
}

div[SSlider-Parent] {
    padding: 0 !important;
}

@media only screen and (max-width: 929px) {
    div[SSlider-Parent] {
        margin: 0 !important;
    }
}
/* SSLider End*/
/* InquerySection Start*/
.InquerySection .card {
    border-radius: 0;
}

.InquerySection {
    background-color: whitesmoke;
}

    .InquerySection .InqueryImage {
        min-height: 180px;
        background-image: url(../../Content/images/InquiryImage.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
/* InquerySection End*/
/* PromotionSection Start*/
.PromotionSection .PromotionImage {
    min-height: 200px;
    background-image: url(../../Content/images/PromotionImage.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

@media only screen and (max-width: 929px) {
    .PromotionSection .PromotionImage {
        border-top-right-radius: 6px;
        border-top-left-radius: 6px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }
}
/* PromotionSection End*/
/* footer Start*/
footer {
    background-color: var(--FooterBgColor);
    padding: 2rem;
}

    footer .Social-Icons {
        flex-wrap: nowrap;
    }

        footer .Social-Icons a {
            margin-right: 8px !important;
            margin-left: 0px !important;
        }

    footer .Quick-Links {
        color: white;
        margin-top: 1rem;
    }

        footer .Quick-Links a {
            display: inline-block;
            margin-right: 1.5rem;
            margin-top: 10px;
            text-decoration: none;
            color: #fff;
            cursor: pointer;
        }

    footer .PaymentPartners h4 {
        color: white;
        margin-top: 1rem;
    }

    footer .PaymentPartners img {
        height: 30px;
        margin-right: 8px;
        margin-top: 8px;
    }

    footer .CopyRight {
        color: white;
    }

    footer .SubscribeNewsletter .input-group {
        background-color: white;
        border-radius: 8px;
    }

    footer .SubscribeNewsletter h4 {
        color: white;
    }

@media only screen and (max-width: 929px) {
    footer {
        padding: 1rem;
    }

        footer .SubscribeNewsletter {
            margin-top: 1rem;
        }

        footer .Quick-Links {
            margin-top: 1rem;
        }
}
/* footer End*/
/* login Start*/
.Login-Form {
    width: 70%;
    margin: 0 auto;
    margin-top: 6rem;
}

.Login-Form-Image {
    background-image: url(../../Content/images/LoginBgImage.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.LoginCloseBtn {
    height: 0;
    text-align: right;
}

    .LoginCloseBtn .btn-close {
        position: relative;
        right: 1rem;
        top: 1rem;
    }

    .LoginCloseBtn .btn-Back {
        float: left;
        position: relative;
        left: 1rem;
        top: 1rem;
    }

.otp-form .otp-field, .Login_otp-form .otp-field {
    display: inline-block;
    width: 2.6rem;
    height: 2.5rem;
    font-size: 1.5rem;
    text-align: center;
    border: 1px solid darkgrey;
    background-color: #f8f8f8;
    border-radius: 6px;
    margin: 2px 2px !important;
}
/* login End*/
/* Tabset Start*/

.tabset > input[type="radio"] {
    position: absolute;
    left: -200vw;
}

.tabset .tab-panel {
    display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6),
.tabset > input:nth-child(13):checked ~ .tab-panels > .tab-panel:nth-child(7) {
    display: block;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel {
    display: block
}

.tabset > label {
    position: relative;
    display: inline-block;
    padding: 8px;
    cursor: pointer;
    font-weight: 600;
    min-width: 127px;
    text-align: center;
    background: #ececec;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

input:focus-visible + label {
    outline: 2px solid rgba(0, 102, 204, 1);
    border-radius: 3px;
}

.tabset > label:hover,
.tabset > input:focus + label,
.tabset > input:checked + label {
    color: var(--WhiteColor);
    background: var(--ThemePrimaryColor);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

    .tabset > label:hover::after,
    .tabset > input:focus + label::after,
    .tabset > input:checked + label::after {
        background: var(--ThemePrimaryColor);
    }


.tab-panel {
    padding: 5px 0;
    /*    border-top: 1px solid #33c0ac;*/
}
/* Tabset End*/
/* Contact Us Start*/
.contact-info-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .contact-info-main .contact-info {
        flex-grow: 2;
        margin-bottom: 10px;
    }

        .contact-info-main .contact-info svg {
            background-color: var(--ThemePrimaryColor);
            padding: 5px;
            text-align: center;
            font-size: 15px;
            color: white;
            border-radius: 5px;
            min-width: 20px;
            position: relative;
            top: 3px;
            margin-right: 5px;
        }
/* Contact Us End*/
/* Date Range Picker Start*/
.daterangepicker {
    width: max-content;
    top: 100% !important; /* Adjust based on your layout */
    left: 0 !important;
    right: 0 !important;
}

    .daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
        min-width: 32px;
        width: 20px;
        height: 20px;
        line-height: 8px;
        font-size: 12px;
        border-radius: 0px;
    }
/* Date Range Picker End*/

.MainContaintBox {
    margin-top: 2rem;
}

/* Detail Start*/
/* Slider Start*/
[class^=swiper-button-] {
    transition: all 0.3s ease;
}

.swiper-slide {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.swiper-container {
    width: 80%;
    height: 410px;
    float: left;
    transition: opacity 0.6s ease, transform 0.3s ease;
}

    .swiper-container.nav-slider {
        width: 20%;
        padding-left: 5px;
    }

        .swiper-container.nav-slider .swiper-slide {
            cursor: pointer;
            opacity: 0.4;
            transition: opacity 0.3s ease;
        }

            .swiper-container.nav-slider .swiper-slide.swiper-slide-active {
                opacity: 1;
            }

            .swiper-container.nav-slider .swiper-slide .content {
                width: 100%;
            }

                .swiper-container.nav-slider .swiper-slide .content .title {
                    font-size: 20px;
                }

    .swiper-container:hover .swiper-button-prev,
    .swiper-container:hover .swiper-button-next {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }

    .swiper-container.loading {
        opacity: 0;
        visibility: hidden;
    }

.swiper-slide {
    overflow: hidden;
}

    .swiper-slide .slide-bgimg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-position: center;
        background-size: cover;
    }

    .swiper-slide .entity-img {
        display: none;
    }


[class^=swiper-button-] {
    width: 44px;
    opacity: 0;
    visibility: hidden;
}

.swiper-button-prev {
    transform: translateX(50px);
}

.swiper-button-next {
    transform: translateX(-50px);
}
/* Slider End*/

.TotalDiv td {
    position: sticky;
    bottom: -1px;
    background-color: #eeeeee;
    padding: 10px 5px;
}

.RoomsBox {
    background: whitesmoke;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.RoomsIcon {
    padding: 4px;
    border-radius: 5px;
    background: var(--ThemePrimaryColor);
    color: white;
    margin-right: 10px;
    width: 40px;
    text-align: center;
}

.FacilitiesItemBox {
    display: flex;
    flex-wrap: wrap;
}

    .FacilitiesItemBox .FacilitiesItems {
        margin-bottom: 10px;
        border-radius: 5px;
        min-width: 19%;
        max-width: 23%;
        text-align: left;
        margin-right: 10px;
        color: var(--BlackColor);
    }

        .FacilitiesItemBox .FacilitiesItems svg {
            font-size: 20px;
            color: var(--ThemeBgGreenColor);
            margin-right: 8px;
        }


@media (min-width: 300px) and (max-width:500px) {
    .FacilitiesItemBox .FacilitiesItems {
        min-width: 100%
    }
}

@media (min-width: 501px) and (max-width:800px) {
    .FacilitiesItemBox .FacilitiesItems {
        min-width: 47%
    }
}
/* Custom Tooltip Start*/
.tooltip-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.tooltip-icon {
    color: red;
    font-size: 18px;
}

.custom-tooltip {
    visibility: hidden;
    opacity: 0;
    width: max-content;
    background-color: #fff;
    color: #333;
    text-align: left;
    padding: 12px;
    border-radius: 10px;
    border: 1px solid #ddd;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
    position: absolute;
    z-index: 999;
    top: 125%;
    left: 120px;
    transform: translateX(-50%);
    transition: opacity 0.3s;
    font-size: 14px;
    line-height: 1.5;
}

.tooltip-container:hover .custom-tooltip {
    visibility: visible;
    opacity: 1;
}

.custom-tooltip::before {
    content: '';
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}

.tooltip-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .tooltip-checklist li::before {
        content: "✔ ";
        color: green;
        margin-right: 6px;
    }

.Rules {
    color: red;
    font-size: 12px;
    flex-grow: 1;
    width: 100%;
    margin: 0;
}
/* Custom Tooltip End*/
/* Detail End*/
/* Transaction Grid Start*/
.GridHeading {
    background: var(--bs-card-cap-bg);
    padding: 7px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.TransGridBox {
    width: 100%;
    align-items: center;
}

    .TransGridBox .fa-circle-info {
        border: 1px solid #0093ff;
        padding: 4px;
        border-radius: 3px;
        color: #0093ff;
    }

        .TransGridBox .fa-circle-info:hover {
            color: white;
            background: #0093ff;
        }

    .TransGridBox .fa-print {
        border: 1px solid red;
        padding: 4px;
        border-radius: 3px;
        color: red;
    }

        .TransGridBox .fa-print:hover {
            color: white;
            background: red;
        }

    .TransGridBox .fa-money-bill {
        border: 1px solid forestgreen;
        padding: 4px;
        border-radius: 3px;
        color: forestgreen;
    }

        .TransGridBox .fa-money-bill:hover {
            color: white;
            background: forestgreen;
        }

    .TransGridBox .fa-file-signature {
        border: 1px solid forestgreen;
        padding: 4px;
        border-radius: 3px;
        color: forestgreen;
    }

        .TransGridBox .fa-file-signature:hover {
            color: white;
            background: forestgreen;
        }

    .TransGridBox .fa-clipboard {
        border: 1px solid #f67e07;
        padding: 4px;
        border-radius: 3px;
        color: #f67e07;
    }

        .TransGridBox .fa-clipboard:hover {
            color: white;
            background: #f67e07;
        }


    .TransGridBox .TransGridItem {
        margin-right: 15px;
        margin-bottom: 5px;
        margin-top: 5px;
    }


        .TransGridBox .TransGridItem p, .TransGridItem .badge {
            margin-bottom: 0px;
            font-size: 12px !important;
            display: inline-block;
        }

        .TransGridBox .TransGridItem > svg {
            background: #f0f0f0;
            padding: 12px;
            border-radius: 3px;
            color: var(--ThemePrimaryColor);
            position: relative;
            top: 0px;
            float: left;
            margin-right: 7px;
            width: 17px;
            height: 17px;
        }

        .TransGridBox .TransGridItem small {
            font-size: 12px !important
        }

    .TransGridBox p {
        margin: 0px
    }

.TransGridDate {
    min-width: 13% !important;
}

@media (min-width: 555px) and (max-width:800px) {
    .TransGridBox .TransGridItem {
        width: 46% !important;
    }
}

@media (min-width: 801px) and (max-width:1175px) {
    .TransGridBox .TransGridItem {
        width: 30% !important;
    }
}

@media (min-width: 300px) and (max-width:554px) {
    .TransGridDate {
        min-width: 100% !important
    }
}

@media (min-width: 300px) and (max-width:1175px) {
    .TransActionGrid.ms-auto {
        margin-left: 1px !important;
    }

    .TransActionGrid p {
        float: left !important
    }
}
/* Transaction Grid End*/
/* Grid Action Icons Start*/
.ActionIcons .fa-circle-info {
    border: 1px solid #0093ff;
    padding: 4px;
    border-radius: 3px;
    color: #0093ff;
}

    .ActionIcons .fa-circle-info:hover {
        color: white;
        background: #0093ff;
    }

.ActionIcons .fa-print {
    border: 1px solid red;
    padding: 4px;
    border-radius: 3px;
    color: red;
}

    .ActionIcons .fa-print:hover {
        color: white;
        background: red;
    }

.ActionIcons .fa-money-bill {
    border: 1px solid forestgreen;
    padding: 4px;
    border-radius: 3px;
    color: forestgreen;
}

    .ActionIcons .fa-money-bill:hover {
        color: white;
        background: forestgreen;
    }

.ActionIcons .fa-file-signature {
    border: 1px solid forestgreen;
    padding: 4px;
    border-radius: 3px;
    color: forestgreen;
}

    .ActionIcons .fa-file-signature:hover {
        color: white;
        background: forestgreen;
    }

.ActionIcons .fa-clipboard {
    border: 1px solid #f67e07;
    padding: 4px;
    border-radius: 3px;
    color: #f67e07;
}

    .ActionIcons .fa-clipboard:hover {
        color: white;
        background: #f67e07;
    }

.ActionIcons .fa-trash {
    border: 1px solid red;
    padding: 4px;
    border-radius: 3px;
    color: red;
}

    .ActionIcons .fa-trash:hover {
        color: white;
        background: red;
    }

.ActionIcons .fa-pen-to-square {
    border: 1px solid var(--ThemePrimaryColor);
    padding: 4px;
    border-radius: 3px;
    color: var(--ThemePrimaryColor);
}

    .ActionIcons .fa-pen-to-square:hover {
        color: white;
        background: var(--ThemePrimaryColor);
    }

.ActionIcons .fa-door-open {
    border: 1px solid var(--ThemeSecondaryColor);
    padding: 4px;
    border-radius: 3px;
    color: var(--ThemeSecondaryColor);
}

    .ActionIcons .fa-door-open:hover {
        color: white;
        background: var(--ThemeSecondaryColor);
    }

.ActionIcons .fa-utensils {
    border: 1px solid var(--ThemeDarkColor);
    padding: 4px;
    border-radius: 3px;
    color: var(--ThemeDarkColor);
}

    .ActionIcons .fa-utensils:hover {
        color: white;
        background: var(--ThemeDarkColor);
    }
/* Grid Action Icons End*/
/* My Profile Start*/
.ChangePassword .card, .Payments .card {
    border: 2px solid transparent;
}

    .ChangePassword .card:hover, .Payments .card:hover {
        background-color: #f5f5f5;
        border: 2px solid var(--ThemePrimaryColor);
    }




.profile-pic {
    position: relative;
    width: 165px;
    height: 165px;
}

    .profile-pic input {
        display: none;
    }

    .profile-pic img {
        position: absolute;
        width: 165px;
        height: 165px;
        object-fit: cover;
        border-radius: 10px;
        z-index: 1;
    }

    .profile-pic .Icons {
        position: absolute;
        width: 165px;
        height: 165px;
        border-radius: 10px;
        transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
        z-index: 2;
        color: transparent;
    }

        .profile-pic .Icons label {
            cursor: pointer;
            margin: 5px;
        }

        .profile-pic .Icons:hover {
            background-color: rgba(0, 0, 0, 0.6);
            color: #fff;
        }

    .profile-pic svg {
        border: 2px solid;
        border-radius: 10px;
        padding: 10px;
    }

        .profile-pic svg:hover {
            background: rgba(255, 255, 255, 0.2);
        }
/* My Profile End*/

@media (min-width:300px) and (max-width:500px) {
    .ContactDetails .d-flex .ms-auto {
        margin-left: 0px !important;
    }

    .ContactDetails .d-flex .lineWrap {
        min-height: auto !important;
        -webkit-line-clamp: 5 !important;
        margin-bottom: 10px !important;
    }

    .ContactDetails h5 {
        font-size: 14px;
        margin-bottom: 10px !important;
    }

    .TransGridBox .TransGridItem {
        margin-left: 0 !important;
    }

    .tabset > label {
        margin-top: 10px;
        padding: 8px;
    }

    .BankTransfer .card {
        height: auto !important;
    }

    .BankTransfer .card-body {
        padding: 0;
    }

    .btn {
        font-size: 13px !important;
    }
}

@media (min-width:300px) and (max-width:750px) {
    .tabset button {
        margin-top: 5px;
        margin-bottom: 5px;
        float: none !important
    }

    .ContactDetails .d-flex {
        align-items: center
    }

    .modal-dialog {
        max-width: 100% !important
    }

    #PersonalDetail .row {
        max-width: 100% !important;
    }

    .btn-outline-primary {
        width: 100% !important;
        float: none !important;
        margin: 0 0 5px 0 !important;
    }

    #TransportModal .ItemImage {
        height: auto;
    }
}


/*ResponsiveColumn for Landing page Card Start */
@media (max-width: 580px) {
    .container {
        max-width: 600px !important;
        padding: 1rem 0px !important;
    }

    .Search_Section .search-container {
        padding: 0px 10px 10px 0px;
    }

    .select2-container, .form-select, div, p, .select2-container, nav ul li, label, div, .btn, ::placeholder, .form-control {
        font-size: 13px !important
    }

    .Res-Col-Design .row > [class*="col-"] {
        flex: 0 0 50% !important; /* 2 items per row (100 / 2 = 50%) */
        max-width: 50% !important;
    }

    .Res-float-none {
        float: none !important
    }

    .profile {
        position: relative;
        top: 0px;
        right: -7px;
        width: 100%;
    }

    .Res-Col-Design .row > [class*="col-"] button {
        float: none !important;
        margin-left: 6px;
        margin-top: 4px;
    }

    .Res-Col-Design .card {
        margin: 6px !important; /* Spacing between cards */
    }

    .Res-Col-Design .ItemImage {
        height: 100px !important; /* Adjust image height for mobile */
        background-size: cover;
        background-position: center;
    }

    .Res-Col-Design .card-body {
        padding: 8px !important; /* Compact content padding */
        min-height: 110px;
    }

    .Res-Col-Design .truncate, .GrayColor, small {
        font-size: 12px !important; /* Smaller text for mobile */
    }

    .Res-Col-Design .truncate {
        width: 100px !important
    }

    .Res-Col-Design div[SSlider-Parent] div[SSlide-child] {
        margin-right: 5px !important
    }

    .Res-d-none {
        display: none !important;
    }
}
/*ResponsiveColumn for Landing page Card End */