@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

:root{
    --bg-color: #fff;
    --light-bg: #ADD7FF;
    --dark-text: #314D7C;
    --dark-bg: #314D7C;
    --light-text: #ADD7FF;
    --color-black: #000;
    --color-white: #fff;
    --border-color: #e9e9e9;
    --text-muted: #949494;
    --grey-bg: #f7f7f7;
    --light-box: #f5f8fa;
    --callout-bg: #e8f2fb;
    --mainly-box: #e8f2fb;
    --main-bg: #f2f2f2;
    /* pages */
    --sub-title-blue: #4371C6;
    --icons-color: #4371C6;
    --icons-dark-color: #314D7C;
    --icons-green-color: #4bb162;
    --yellow-star: #ffc800;

    --pages-dark-text: #314D7C;
    /* hilights */
    --pages-spe-text: #4371C6;

    /* management table pages */
    --main-title-blue: #4371C6;
    --table-header-bg: #ADD7FF;

    /* All buttons */
    --action-button-bg: #ADD7FF;
    --action-button-color: #000;

    --close-button-bg: #f5374a;
    --close-button-color: #fff;

    --open-button-bg: #4bb162;
    --open-button-color: #fff;
  }

  /* background-color: rgb(120, 152, 240); */

* {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    /* hyphens: auto; */
}

.highlight-buttons{
    box-shadow: gold 0 0 4px 0px;
    transition: box-shadow 400ms ease 500ms;
    -webkit-transition: box-shadow 400ms ease 500ms;
    -moz-transition: box-shadow 400ms ease 500ms;
    -ms-transition: box-shadow 400ms ease 500ms;
    -o-transition: box-shadow 400ms ease 500ms;
    background-color: gold !important;
    border-color: gold;
    color: #fff;
}

/* html, body{
    height: 100%;
} */
 /* body{
    position: unset !important;
 } */

.star-mark path{
    fill: var(--yellow-star);
}

.text-primarys{
    color: var(--icons-color) !important;
}

.action-buttons{
    background-color: var(--action-button-bg) !important;
    color: var(--action-button-color) !important;
    border: var(--action-button-bg) !important;
}

.close-buttons{
    background-color: var(--close-button-bg) !important;
    color: var(--close-button-color) !important;
    border: var(--close-button-bg) !important;
}

.open-buttons{
    background-color: var(--open-button-bg) !important;
    color: var(--open-button-color) !important;
    border: var(--open-button-bg) !important;
}

.btn-outline-primary{
    color: var(--dark-text) !important;
    border-color: var(--dark-bg) !important;
    background: none !important;
}

.filter-btn{
    color: var(--dark-text) !important;
    border-color: var(--dark-bg) !important;
    background: none !important;
    padding: 10px 20px;;
}

a {
    text-decoration: none !;
}

section {
    padding: 50px 100px;
}

.default_img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.menu li a {
    display: block;
}

.logo a {
    font-size: 22px;
    font-family: 600;
    margin-top: 4px;
    font-family: "AstroSpace", sans-serif;
}

.button.secondary {
    border-bottom: 1px #444 solid;
}

.menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.toggle {
    order: 1;
}

.item.button {
    order: 2;
}

.item {
    width: 100%;
    text-align: center;
    order: 3;
    display: none;
}

.item.active {
    display: block;
    background: none !important;
}

.toggle {
    cursor: pointer;
}

.bars {
    background: #02171d;
    display: inline-block;
    height: 2px;
    position: relative;
    width: 18px;
}

.bars::before,
.bars::after {
    background: #02171d;
    content: "";
    display: inline-block;
    height: 2px;
    position: absolute;
    width: 18px;
}

.bars::before {
    top: 5px;
}

.bars::after {
    top: -5px;
}

@media all and (min-width: 468px) {
    .menu {
        justify-content: center;
    }
    .logo {
        flex: 1;
    }
    .item.button {
        width: auto;
        order: 1;
        display: block;
    }
    .toggle {
        order: 2;
    }
    .button.secondary {
        border: 0;
    }
    .button a {
        padding: 7px 15px;
        color: white;
        border-radius: 5px;
        background-color: #02171d;
        border: 1px solid #02171d;
    }
    .button a:hover {
        transition: all .25s;
        background: #fff;
        color: #02171d;
    }
}

@media all and (min-width: 768px) {
    .item {
        display: block;
        width: auto;
    }
    .toggle {
        display: none;
    }
    .logo {
        order: 0;
    }
    .item {
        order: 1;
    }
    .button {
        order: 2;
    }
    .menu li {
        padding: 15px 10px;
    }
    .menu li.button {
        padding-right: 0;
    }
}

.product-container {
    /* display: grid;
    grid-template-columns: repeat(4, minmax(250px, auto));
    gap: 2rem;
    justify-content: center; */
    margin-top: -40px;
    /* gap: 2rem; */
    justify-content: start;
}

@media screen and (max-width: 991px) {
    .product-container {
        /* grid-template-columns: repeat(2, minmax(250px, auto)); */
        margin-top: -10px;
    }
}

.product-container .box {
    position: relative;
    padding: 10px;
    width: 100%;
    /*min-width: 280px;
    */height: 90%;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
    /* padding-top: 20px; */
    padding-bottom: 30px;
    /*border-radius: 0 0 0 20px;*/
    border-radius: 15px;
    margin: 10px 0px;
    border: 1px solid var(--border-color);
    /*box-shadow: 2px 2px 10px 4px rgb(14 55 54 / 15%);*/
}

.product-container .box .content h2 {
    font-size: 16px;
    padding-top: 5px;
    font-weight: 600;
    color: var(--main-title-blue);
    margin-bottom: 0.3rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.product-container .box .content p {
    font-size: 11px;
    font-weight: 500;
    color: black;
    margin-bottom: 0.3rem;
}

.product-container .box .content .stars .bx {
    color: var(--icons-dark-color);
}

.product-container .box .bx-cart-alt {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px;
    font-size: 24px;
    background: #314D7C;
    color: #ADD7FF;
}

.product-container .box .bx-cart-alt:hover {
    background: var(--main-title-blue);
    color: #fff;
}

.product-container .box:hover img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    transition: 0.5s;
}

.pag {
    display: inline-block;
    justify-content: center;
    /* margin: 40px 2px 60px; */
    margin: 30px 2px 30px;

}

@media (min-width: 768px) {
    .pag {
        display: flex !important;
    }
    .pag2 {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .pag2 {
        width: 70px !important;
        display: none !important;
    }
    .pag a {
        /* padding: 8px 16px !important; */
        font-size: 14px;
    }
}

.pag a {
    color: var(--sub-title-blue);
    /* box-shadow: 0 5px 25px rgb(1 1 1 / 20%); */
    float: left;
    margin: 5px 2px;
    /* margin: 8px 2px; */
    background-color: var(--mainly-box);
    border-radius: 50%;
    /* padding: 11px 20px; */
    /* padding: 10px; */
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    text-align: center;
    width: 40px;
    height: 40px;
    font-size: 14px;
}

.pag a.active {
    background-color: rgb(108, 89, 89, 1);
    color: white;
    border-radius: 50%;
    box-shadow: 0 5px 25px rgb(1 1 1 / 20%);
    text-align: center;
    text-decoration: none;
}

.pag a:hover:not(.active) {
    background-color: #cbcadb;
    color: white;
    box-shadow: 0 5px 25px rgb(1 1 1 / 20%);
    text-align: center;
    border-radius: 50%;
    text-decoration: none;
}

.wrapper {
    max-width: 88%;
    margin: 10px auto;
}

.wrapper .search-input {
    background: #fff;
    width: 100%;
    border-radius: 5px;
    position: relative;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}

.search-input input {
    height: 55px;
    width: 100%;
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 0 60px 0 20px;
    font-size: 18px;
    /* box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1); */
}

@media (max-width: 424px) {
    .search-input input {
        font-size: 14px;
        padding: 0 60px 0 15px;
    }
}

.search-input.active input {
    border-radius: 5px 5px 0 0;
}

.search-input .autocom-box {
    padding: 0;
    opacity: 0;
    pointer-events: none;
    max-height: 280px;
    overflow-y: auto;
}

.search-input.active .autocom-box {
    padding: 10px 8px;
    opacity: 1;
    pointer-events: auto;
}

.autocom-box li {
    list-style: none;
    padding: 8px 12px;
    display: none;
    width: 100%;
    cursor: default;
    border-radius: 3px;
}

.search-input.active .autocom-box li {
    display: block;
}

.autocom-box li:hover {
    background: #efefef;
}

.search-input .icon {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 55px;
    width: 55px;
    text-align: center;
    line-height: 55px;
    font-size: 20px;
    /* background: #314D7C; */
    background: var(--light-bg);
    color: var(--dark-text);
    cursor: pointer;
    border: none;
    border-radius: 0px 5px 5px 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
    -moz-border-radius: 0px 5px 5px 0px;
    -ms-border-radius: 0px 5px 5px 0px;
    -o-border-radius: 0px 5px 5px 0px;
}

.search-input .icon:hover {
    color: #fff;
}

@media (max-width: 1058px) {
    section {
        padding: 50px 60px;
    }
}

@media (max-width: 991px) {
    section {
        padding: 20px 4% !important;
    }
    .wrapper {
        max-width: 100%
    }
}

@media (max-width: 652px) {
    .pagination {
        margin: 90px 0px 0px;
    }
}

.card-wrapper {
    max-width: 1100px;
    margin: 0 auto;
}

.img-display {
    overflow: hidden;
}

.img-showcase {
    display: flex;
    width: 100%;
    transition: all 0.5s ease;
}

.img-showcase img {
    min-width: 100%;
}

.product-content {
    padding: 2rem 1rem;
}

.product-title {
    font-size: 2rem;
    text-transform: capitalize;
    font-weight: 600;
    position: relative;
    color: #02171d;
    margin: 1rem 0;
}

.product-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 80px;
    background-color: var(--main-title-blue);
}

.product-rating {
    color: #314D7C;
}

.product-rating span {
    font-weight: 600;
    color: #02171d;
}

.product-price {
    margin: 0.6rem 0;
    font-size: 1.5rem;
    font-weight: 600;
}

.product-details h2 {
    text-transform: capitalize;
    color: #02171d;
    padding-bottom: 0.6rem;
    font-size: 1.5rem;
}

.product-details p {
    font-size: 0.9rem;
    padding: 0.3rem;
    opacity: 0.8;
    text-align: justify;
}

.product-details ul {
    margin: 1rem 0;
    font-size: 0.9rem;
}

.product-details ul li {
    margin: 0;
    list-style: none;
    background: url("./img/cross-regular-24.png")left center no-repeat;
    background-size: 12px;
    padding-left: 1.4rem;
    margin: 0.6rem 0;
    font-weight: 600;
}

.product-details ul li span {
    font-weight: 400;
    margin-left: 2px;
}

.purchase-info {
    margin: 1.5rem 0rem;
}

.purchase-info .btn {
    border: 1.5px solid #fff;
    border-radius: 5px;
    text-align: center;
    padding: 0.45rem 0.8rem;
    outline: none;
    margin-right: 0rem;
    margin-bottom: 1rem;
    cursor: pointer;
    color: #fff;
    background: #314D7C;
}

.purchase-info .btn:hover {
    opacity: 0.9;
}

@media screen and (min-width: 992px) {
    .cards {
        display: grid;
        grid-gap: 1.5rem;
    }
    .card-wrapper {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .product-imgs {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .product-content {
        padding-top: 0;
    }
    .img-showcase {
        width: 450px;
    }
}

.modal-footer .btn {
    font-size: 14px;
}

.select2-container{
    /* width: 100% !important; */
    width: -webkit-fill-available !important;
}

.btn-sm{
    font-size: 12px !important;
}

.update-table-btn{
    background: var(--open-button-bg) !important;
    border-color: var(--open-button-bg) !important;
    color: var(--open-button-color) !important;
}

.btn-primary{
    background: var(--action-button-bg);
    border-color: var(--action-button-bg);
    color: var(--action-button-color);
    font-size: 12px;
}

.prompt-container{
    background-color: #fff;
    padding: 15px;
    box-shadow: 2px 2px 10px 4px rgb(14 55 54 / 15%);
    width: 700px;
    /* height: 320px; */
    min-height: 320px;
    max-width: 100%;
    /* display: flex;
    flex-direction: column;
    justify-content: center; */
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.copy-text-prompt{
    border: 1px solid var(--main-title-blue);
    padding: 16px 20px;
    font-size: 14px;
    height: 200px;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}


.btn{
    white-space: nowrap;
}

.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .1rem rgba(13, 110, 253, .25) !important;
}

.form-select{
    font-size: 14px !important;
}

.form-control{
    font-size: 14px;
}

.form-label {
    font-size: 14px;
    font-weight: 500;
    color: #2e2e2e;
}

input[type="checkbox"]:checked{
    background-color: var(--dark-bg) !important;
    border-color: var(--dark-bg) !important;
}

/* select2 styles */

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da !important;
}

.select2-container .select2-selection--single{
    height: 35px !important;
    /* padding-top: 3px !important; */
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #495057 !important;
    line-height: 35px !important;
    font-size: 14px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 35px !important;
    top: 1px !important;
}

.select2-results__option{
    font-size: 14px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    color: var(--color-black) !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color: var(--light-bg) !important;
    border: 1px solid var(--light-bg) !important;
    font-size: 14px;
}

.select2-container--default .select2-selection--multiple{
    border: 1px solid #ced4da !important;
}

.select2-dropdown {
    box-sizing: border-box;
}

@supports (-webkit-touch-callout: none) {
  .select2-container .select2-selection--single {
    border-radius: 4px !important;
  }
}

@media screen and (max-device-width: 1024px) and (-webkit-touch-callout: none) {
  /* Target only iOS Safari and similar WebKit touch devices */
  .select2-container--open .select2-dropdown {
      -webkit-overflow-scrolling: touch;
          overflow-y: auto !important;
          max-height: 200px;
          position: absolute !important;
          z-index: 9999 !important;
  }
}

 /* .select2-container{
    width: 100% !important;
} */

.iti{
    width: 100%;
}

 .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter,
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_processing,
  .dataTables_wrapper .dataTables_paginate {
    font-size: 14px;
  }



.popover{
    background-color: var(--light-bg) !important;
    border-color: var(--light-bg) !important;
}

.bs-popover-auto[x-placement^=top]>.popover-arrow::after, .bs-popover-top>.popover-arrow::after{
    border-top-color: var(--light-bg) !important;
}

.popover-body{
    font-size: 12px;
    color: var(--color-black) !important;
}


.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    background: var(--action-button-bg) !important;
    border: 1px solid var(--action-button-bg) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    background: var(--action-button-bg) !important;
    border: 1px solid var(--action-button-bg) !important;
}


td {
  /* max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; */
  /* width: 198px; */
  max-width: 100%;
  word-wrap: break-word;
  /* word-break: break-all; */
}

@media (min-width: 992px) {
    td[data-title='Action'] {
      white-space: nowrap;
    }
}


/* start: Tour Guide */
.tour-guide-highlight {
    position: relative;
    z-index: 1000;
}
.tour-guide-layer {
    position: absolute;
    z-index: 100000;
    box-shadow: 0 0 0 6000px rgba(0, 0, 0, .5);
    transition: all .1s;
}
.tour-guide-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
}
.tour-guide-tooltip {
    position: fixed;
    top: 0;
    left: 0;
    background-color: var(--bg-color);
    border-radius: 8px;
    padding: 24px;
    margin: 0 2px;
    max-width: 350px;
    width: 100%;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
.tour-guide-close {
    position: absolute;
    top: 8px;
    right: 8px;
    background-color: transparent;
    border: none;
    width: 24px;
    height: 24px;
    background-color: var(--close-button-bg) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
    border-radius: .2rem;
    cursor: pointer;
    font-size: 18px;
    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    -ms-border-radius: .2rem;
    -o-border-radius: .2rem;
}
.tour-guide-close:hover {
    background-color: var(--neutral-200);
}
.tour-guide-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}
.tour-guide-description {
    font-size: 14px;
    color: var(--neutral-600);
}
.tour-guide-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
}
.tour-guide-step {
    font-size: 12px;
    font-weight: 500;
    color: var(--neutral-600);
}
.tour-guide-action {
    display: flex;
    align-items: center;
    gap: 8px;
}
/* end: Tour Guide */


.modal-content{
    border: 1px solid var(--border-color) !important;
}

.tooltip{
font-size: 12px !important;
}

/* .tooltip-inner{
    background-color: var(--light-bg) !important;
    color: var(--dark-text) !important;
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    opacity: 10 !important;
}

.tooltip-top .arrow::before, .tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: var(--light-bg) !important;
}

.tooltip-right .arrow::before, .tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: var(--light-bg) !important;
}


.tooltip-bottom .arrow::before, .tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: var(--light-bg) !important;
}


.tooltip-left .arrow::before, .tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: var(--light-bg) !important;
} */

#info_model_body{
    white-space: unset !important;
}


.contact-iti .iti__country-list{
    max-width: 280px;
    overflow-x: hidden;
    scrollbar-width: thin;
}

.card-box-view{
    padding: 20px 15px;
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.text-primary-link{
    color: var(--main-title-blue);
}

.new-hotel-about-sec p{
    margin: 10px 0 !important; 
}

.new-hotel-about-sec h3{
    font-size: 1rem !important;
    margin-bottom: 10px !important;
}


/* .backico{
    background: var(--light-box);
} */



/* Skeleton Loader Base Styles */
.skeleton-box {
    background: #fff;
    border-radius: 15px; /* Matches your .box border-radius */
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    position: relative;
}

/* The Shimmer Animation */
.skeleton-shimmer {
    background: #f6f7f8;
    background-image: linear-gradient(
        to right,
        #f6f7f8 0%,
        #edeef1 20%,
        #f6f7f8 40%,
        #f6f7f8 100%
    );
    background-repeat: no-repeat;
    background-size: 800px 1040px; 
    display: inline-block;
    position: relative; 
    animation-duration: 1s;
    animation-fill-mode: forwards; 
    animation-iteration-count: infinite;
    animation-name: placeholderShimmer;
    animation-timing-function: linear;
}

@keyframes placeholderShimmer {
    0% { background-position: -468px 0; }
    100% { background-position: 468px 0; }
}

/* Skeleton Element Shapes */
.sk-img {
    width: 100%;
    height: 200px; /* Approx height of your hotel images */
    display: block;
}

.sk-content {
    padding: 15px;
}

.sk-title {
    height: 20px;
    width: 80%;
    margin-bottom: 10px;
    border-radius: 4px;
}

.sk-location {
    height: 12px;
    width: 60%;
    margin-bottom: 15px;
    border-radius: 4px;
}

.sk-stars {
    height: 12px;
    width: 40%;
    margin-bottom: 15px;
    border-radius: 4px;
}

.sk-btn {
    height: 25px;
    width: 90px;
    border-radius: 15px;
    margin-bottom: 10px;
}

.sk-footer {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.sk-icon {
    height: 15px;
    width: 40%;
    border-radius: 4px;
}