.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}
#locationPopupRight {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(250, 248, 248, 0);
    z-index: 9999;
}
#locationPopupLeft {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(250, 248, 248, 0);
    z-index: 9999;
}

/* Popup content */
.popup-content {
    margin: 5% auto;
    width: 70%;
    border-radius: 6px;
    min-height: 500px;
    background: #ffffff00;
    border: 1px solid #ffffff5e;
    backdrop-filter: blur(25.5px);
}
.popup-content-location {
    margin: 20% auto;
    width: 32%;
    left: 50%;
    left: 15px;
    border-radius: 6px;
    margin-left: 51%;
    height: 300px;
    background: #ffffff00;
    border: 1px solid #ffffff5e;
    backdrop-filter: blur(25.5px);
    overflow-x: hidden;
    z-index: 99999;
}
.popup-content-location-left {
    margin: 20% auto;
    width: 32%;
    left: 20%;
    left: 15px;
    border-radius: 6px;
    margin-left: 17%;
    height: 300px;
    background: #ffffff00;
    border: 1px solid #ffffff5e;
    backdrop-filter: blur(25.5px);
    overflow-x: hidden;
    z-index: 99999;
}

.popup-content-log {
    /* background-color: #f8f9fa; */
    margin: 5% auto;
    /* border: 1px solid #888; */
    width: 40%;
    border-radius: 6px;
    min-height: 445px;
    background: #ffffff00;
    border: 1px solid #ffffff5e;
    backdrop-filter: blur(25.5px);
}

.popup-content-visa {
    /* background-color: #f8f9fa; */
    margin: 5% auto;
    width: 70%;
    border-radius: 6px;
    min-height: 300px;
    background: #ffffff00;
    border: 1px solid #ffffff5e;
    backdrop-filter: blur(25.5px);
    top: -100%;
    /* Start above the screen */
    opacity: 0;
    position: relative;
}

.popup-content-car-rent {
    /* background-color: #f8f9fa; */
    margin: 5% auto;
    width: 70%;
    border-radius: 6px;
    min-height: 455px;
    background: #ffffff00;
    border: 1px solid #ffffff5e;
    backdrop-filter: blur(25.5px);
    top: -100%;
    /* Start above the screen */
    opacity: 0;
    position: relative;
}

.popup-content-setTime {
    /* background-color: #f8f9fa; */
    margin: 4% auto;
    width: 30%;
    border-radius: 6px;
    min-height: 300px;
    background: #ffffff00;
    border: 1px solid #ffffff5e;
    backdrop-filter: blur(25.5px);
    top: -100%;
    /* Start above the screen */
    opacity: 0;
    position: relative;
}

.popup-content-visa-add {
    animation: slideDown 0.4s forwards;
}

.popup-content-visa-setTime {
    animation: slideDown 0.4s forwards;
}

/* Close button */
.close {
    float: right;
    cursor: pointer;
    font-size: 20px;
    margin: -23px -19px 0px 0px;
    border-radius: 25px;
    padding: 5px 14px;
    color: #ce1567;
    background-color: #eceaea;
    border: 1px solid #ce156730;
    z-index: 9999999999999999999999;
}

.popup h2 {
    font-size: 20px;
    background-color: white;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2),
        0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    border-radius: 6px;
    padding: 12px;
}

.popup-content-visa h2 {
    background-color: #fbb03b;
}

.popup-content-car-rent h2 {
    background-color: #fbb03b;
}

.popup img {
    margin: 13px 20px 0px;
    height: 200px;
    border-radius: 8px;
    width: 75%;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

#Popuparea a {
    font-size: 28px;
}

.des {
    background-color: white;
    border-radius: 5px;
    width: 46%;
    margin: 10px 19px;
    border: 1px solid #cbd1d6;
    text-align: left;
}

.scroll {
    max-height: 400px;
    overflow: auto;
    width: 100%;
    overflow-x: hidden;
}

.popup .search {
    margin: 10px;
}

.popup input {
    padding: 15px;
    width: 100%;
    border-radius: 5px;
    margin-top: -5px;
    padding-left: 25px;
}

.popup label {
    padding: 5px 10px;
    font-weight: 600;
}

.popup .popup-content-car-rent label {
    color: white;
    background-color: #ce1567;
    width: 100%;
    padding: 5px 0px;
    font-weight: 600;
}

.popup input:focus {
    border: none;
}

.popup .popup-content-log input {
    padding: 10px;
    width: 80%;
    border-radius: 8px;
    margin-top: -5px;
}

.log-input {
    margin-top: 10px;
}

.log-input button {
    color: var(--white-color);
    font-family: var(--font-rubik);
    font-size: 25px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.54px;
    white-space: nowrap;
    background-color: var(--primary-color1);
    padding: 10px 0px;
    border-radius: 10px 10px 10px 10px;
    width: 80%;
    margin-top: 15px;
}

.text-hover:hover {
    text-decoration: underline;
}

.reg-des {
    background-color: #ffc107;
}

.mb-h {
    margin-top: 5px;
    position: fixed;
    z-index: 99;
    text-align: center;
    display: none;
    background: #fff;
    padding: 3px 0px;
}

.visa-select {
    margin-top: 3rem !important;
}

@keyframes slideDown {
    from {
        opacity: 0;
        top: -100%;
    }

    to {
        opacity: 1;
        top: 5%;
    }
}

/* Set Time css */
.setTime {
    color: white;
    text-align: center;
    padding: 10% 6%;
    font-size: 30px;
}

.time-hour {
    background-color: black;
    padding: 11px 9px 9px 5px;
    border-radius: 5px;
    width: 54px;
    box-shadow: 0px 0px 1px rgba(255, 255, 255, 0.356);
}

.timeDot {
    position: absolute;
    color: white;
    font-size: 30px;
    margin-top: 10%;
    margin-top: 26%;
    margin-left: 29%;
}

.setTime i {
    cursor: pointer;
}

.c-t-s button {
    width: 30%;
    font-weight: 600;
    background-color: black;
    padding: 10px 15px;
}

.c-t-s button:hover {
    width: 32%;
}

.c-t input {
    text-align: center;
    font-weight: 600;
}

.retutn-p {
    position: absolute;
    margin-top: 2%;
    margin-left: 48.5%;
    background-color: #fbb03b;
    padding: 4px 11px;
    border-radius: 94%;
    /* color: white; */
}

.icon-p {
    position: absolute;
    margin-top: 5%;
    left: 3%;
}

.icon-p-r {
    position: absolute;
    margin-top: 5%;
    left: 52%;
}

.icon-p-e {
    position: absolute;
    margin-top: 2%;
    left: 45%;
}

.icon-p-plus {
    position: absolute;
    margin-top: -3.5%;
    margin-left: 19%;
    cursor: pointer;
    font-size: 20px;
}

.icon-p-minus {
    position: absolute;
    margin-top: -3.5%;
    margin-left: 16%;
    cursor: pointer;
    font-size: 20px;
}

.cus-padding {
    padding: 15px 30px;
}

.car-mar-top {
    margin-top: 15px;
}

.time-w {
    width: 72%;
}

.h-nv-new {
    padding: 2px 3px;
    border: 1px solid #0000008a;
    width: 130px;
    cursor: pointer;
    background: #746e6e00;
    border: 1px solid #000000c9;
    backdrop-filter: blur(25.5px);
}

.cus-mt {
    margin-top: 50px;
}

.sm-disable {
    margin: 25px 0px 0px -43px;
}
.ct-display {
    display: none;
}
.breadcrumb-section-custom {
    padding: 120px 0 25px;
}
.custom-a-w {
    width: 190px;
}

.tour-customer-w {
    width: 50%;
}
.display-media-small td {
    display: none;
}

/************************************          popup css         *******************************************/

.alert-box {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    z-index: 9999; /* High z-index to overlay other content */
    justify-content: center;
    align-items: center;
}

.alert-content {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 450px;
}

.alert-content a {
    margin: 10px;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    background-color: #e4e4e4;
    transition: background-color 0.3s;
}

.alert-content a:first-child {
    background-color: #28a745; /* Green button */
    color: white;
}

.alert-content a:first-child:hover {
    background-color: #218838;
}

.alert-content a:last-child {
    background-color: #dc3545; /* Red button */
    color: white;
}

.alert-content a:last-child:hover {
    background-color: #c82333;
}

.nav-link .icon img {
    border-radius: 10px 10px 0px 0px;
}

.floating-button {
    position: fixed;
    bottom: 20%;
    right: 20px;
    background-color: #07484A;
    color: white;
    border: none;
    border-radius: 51px;
    padding: 12px 14px
    width: 60px;
    height: 60px;
    font-size: 15px;
    cursor: move;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background-color 0.3s;
    user-select: none;
    z-index: 99999999;
    display: none;
    line-height: 18px;
}
.floating-button:hover {
    background-color: #07484A;
}
.c-pd {
    padding: 130px 0 80px;
}

.carousel {
    width: 100.6%;
    overflow: hidden;
    position: relative;
}

.carousel-track {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease-in-out;
}

.carousel-slide {
    min-width: 100%;
    height: 100%;
}

.carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-buttons {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    padding: 0 20px;
}

.carousel-button {
    background: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    font-size: 2rem;
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 5px;
    transition: background 0.3s;
}

.carousel-button:hover {
    background: rgba(0, 0, 0, 0.7);
}

header.style-2 .nav-right {
    gap: 10px;
}



/****************************** Hotel Start***********************************/

.section-title {
    text-align: center;
    margin: 40px 0 20px;
}

.resort-card {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease;
    background-color: #fff;
}

.resort-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.resort-img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.location-icon {
    font-size: 0.85rem;
    color: #888;
}

.resort-content {
    padding: 15px;
}

.resort-title {
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 5px;
}

.rating {
    color: #0099cc;
    font-size: 0.9rem;
}

.price {
    font-weight: bold;
    font-size: 1.1rem;
    color: #333;
}

.small-text {
    font-size: 0.85rem;
    color: #777;
}



/****************************** Hotel End***********************************/



.location-text {
    color: #6c757d;
    display: flex;
    align-items: center;
}

.main-image {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.thumbnail {
    width: 80px;
    height: 60px;
    cursor: pointer;
    object-fit: cover;
    margin: 5px;
    border: 2px solid transparent;
}

.thumbnail.active {
    border-color: #07484A;
}

.card {
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.feature-badge {
    background-color: #f0f0f0;
    color: #333;
    margin: 5px;
    padding: 5px 10px;
    border-radius: 4px;
    display: inline-block;
}

.contact-icon {
    color: #07484A;
    margin-right: 10px;
}

.price {
    font-size: 24px;
    font-weight: bold;
    color: #07484A;
}

.book-btn {
    background-color: #07484A;
    border: none;
}

.book-btn:hover {
    background-color: #0052a3;
}

.reason-list {
    padding-left: 0;
}

.reason-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}

.reason-bullet {
    color: #07484A;
    margin-right: 10px;
    font-size: 20px;
}

.profile-photo-preview {
    border-radius: 50px;
}
.section-h {
    margin-top: 100px;
}

/* visa Section  */

.tour-plan .accordion-item .accordion-header .accordion-button span {
    min-width: 120px;
    max-width: 120px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    background-color: var(--primary-color1);
    border-radius: 5px 0 0 5px;
}

.tour-plan .accordion-item .accordion-header .accordion-button:focus {
    box-shadow: none;
}

.tour-plan .accordion-item .accordion-header .accordion-button {
    padding: 0px 10px 0px 0px;
    border: 1px solid #eee;
    border-radius: 5px;
    background-color: transparent;
    font-family: var(--font-rubik);
    font-size: 25px;
    font-weight: 500;
    color: var(--title-color);
    display: flex;
    align-items: center;
    gap: 25px;
}

.accordion-body {
    padding: 5px;
    line-height: 20px;
}

/* pagin ation button */

.page-link {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    font-weight: 400;
    border: none;
    padding: 0px;
    color: #555555;
    background: #ffffff;
}
.page-link {
    position: relative;
    display: block;
    color: black;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.page-item {
    margin-left: 10px;
}
.pagination {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
}
.active > .page-link,
.page-link.active {
    z-index: 3;
    color: white;
    background-color: #07484A;
    border-color: #07484A;
}

.bottom-paginate {
    padding-top: 25px;
    border-top: 1px solid #e8e8e8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 50%;
}

/* popup design */

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1050;
}

.popup-content-add {
    position: relative;
    padding: 20px;
    border-radius: 15px;
    max-width: 670px;
    text-align: center;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    background: #ffffff00;
    border: 1px solid #ffffff5e;
    backdrop-filter: blur(5.5px);
    animation: pop 0.4s ease-out;
}

.popup-content-add img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
}

.popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
    color: #ffffff;
    z-index: 999;
    background-color: red;
    border-radius: 33px;
    height: 30px;
    width: 30px;
}

@keyframes pop {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.team-section {
    padding: 30px 0;
    text-align: center;
    width: 100%;
}

.team-member {
    margin-bottom: 30px;
}

.team-member img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid #07484A;
    /* Purple border similar to the image */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.team-member h5 {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #343a40;
}

.team-member p {
    color: #6c757d;
    font-size: 0.9em;
}

.social-icons a {
    color: #07484A;
    /* Purple for social icons */
    margin: 0 8px;
    font-size: 1.2em;
    transition: color 0.3s ease;
}

.social-icons a:hover {
    color: #492b8d;
}

/* Specific styling for the CEO's smaller image on top */
.ceo-member img {
    width: 160px;
    /* Slightly smaller than other images */
    height: 160px;
}

.team-section p {
    margin-bottom: 0px;
    line-height: 15px;
}
.c-dash {
    font-size: 20px;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 5px;
}

.h-nv {
    background-color: #07484A;
    padding: 2px 12px;
    width: 155px;
    cursor: pointer;
    margin: 5px 0px;
    color: white;

    font-size: 18px;
}

.h-nv-img {
    width: 35px;
    height: 35px;
    /* margin-top:16px; */
    margin-right: 5px;
}

.header-logo {
    display: none;
}
.nav-right-h {
    display: none;
}
.holi {
    border: 1px solid #0000008a;
    cursor: pointer;
    background: #07484A;
    border: 1px solid #000000c9;
    backdrop-filter: blur(25.5px);
    color: white;
}
.h-nv-new {
    background: #07484A;
    color: white;
}

.service img {
    width: 90px;
    height: 90px;
    object-fit: cover;
}
.booking-form-wrap
    .sidebar-booking-form
    .number-input-item
    .quantity-counter
    .quantity-counter__button {
    height: 34px;
    min-width: 34px;
    max-width: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.35s;
    font-size: 18px;
    background-color: white;
}
