:root {
    --primary-orange: #f39c12;
    --dark-bg: #1a1a1a;
    --text-orange: #ff9800;
}

body {
    font-family: 'Segoe UI Emoji';
    background-color: var(--dark-bg);
    color: #fff;
    font-size: 16px;
}

@font-face {
    font-family: 'Futura Md BT';
    src: url('../fonts/FuturaBT-Medium.woff2') format('woff2'),
        url('../fonts/FuturaBT-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Md BT';
    src: url('../fonts/FuturaBT-Bold.woff2') format('woff2'),
        url('../fonts/FuturaBT-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bebas Kai';
    src: url('../fonts/BebasKai.woff2') format('woff2'),
        url('../fonts/BebasKai.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI Emoji';
    src: url('../fonts/SegoeUIEmoji.woff2') format('woff2'),
        url('../fonts/SegoeUIEmoji.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI.woff2') format('woff2'),
        url('../fonts/SegoeUI.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gabriola';
    src: url('../fonts/Gabriola.woff2') format('woff2'),
        url('../fonts/Gabriola.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
 a{
    text-decoration: none;
 }
.px-70 {
    padding-left: 70px;
    padding-right: 70px;
}

.py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.admin-logo {
    width: 150px;
}

.maxw-300 {
    max-width: 300px;
}

.fs-18{font-size: 18px;}
.fs-14{font-size: 14px;}
.color2 {
    color: #f7941c;
}

.bg-yellow {
    background: #f1680a !important;
}

.futura {
    font-family: 'Futura Md BT';
}
.mb-30{
    margin-bottom: 30px;
}
.segoeemoji {
    font-family: 'Segoe UI Emoji';
}

.bebaskai {
    font-family: 'Bebas Kai';
}

.gabriela {
    font-family: 'Gabriola';
    font-style: normal;
    font-weight: bold;
}

.fs-20 {
    font-size: 20px;
}

.fs-24 {
    font-size: 24px;
    line-height: 1.2;
}
.fs-22 {
    font-size: 22px;
    line-height: 1.2;
}

.fs-30 {
    font-size: 30px;
}

.fs-35 {
    font-size: 35px;
}
.fw-600{font-weight: 600;}
.fw-500{font-weight: 500;}
.fw-400{font-weight: 400;}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Bebas Kai';
    font-weight: 500;
}

.bg-1 {
	background: url(../images/bg-1.png) no-repeat center;
	height: 100%;
	background-size: cover;
     background-attachment: fixed;
}

.bg-2 {
    background: url(../images/bg-2.png) no-repeat center /cover;
    background-attachment: fixed;
}

/* Navbar Styles */
.navbar-custom {

    padding: 1rem 0;
    border-bottom: 2px solid var(--primary-orange);
}

.navbar-brand img {
    height: 50px;
}

.navbar-custom .nav-link {
    color: #fff !important;
    font-weight: 500;
    padding: 0.5rem 1rem !important;
    transition: all 0.3s ease;
    position: relative;
}

.navbar-custom .nav-link:hover {
    color: var(--primary-orange) !important;
}

.btn-destination {
    background-color: var(--primary-orange);
    color: #000;
    font-weight: bold;
    border-radius: 25px;
    padding: 0.5rem 1.5rem;
}

/* Top User Bar */
.top-user-bar {

    padding: 1.5rem 0 0.5rem;
    /*! font-size: 0.9rem; */
}

.top-user-bar a {
    color: #fff;
    text-decoration: none;
    margin-left: 1rem;
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 19px;
    font-weight: 5000;
}

.top-user-bar a:hover {
    color: var(--primary-orange);
}

header {
    width: 100%;
    padding: 14px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    /* position: fixed; */
    top: 0;
    left: 0;
    z-index: 999;
    max-width: 1320px;
    transition: all 0.3s ease;
    /* smooth animation */
}

header.fixed {
    padding: 10px 0px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    position: fixed;
    margin: auto;
    left: 0;
    right: 0;
        transition: all 0.3s ease;
}
body.fixed {
	padding-top: 70px;
}

header.fixed::after {
	content: "";
	background: rgba(0, 0, 0, 0.88);
	left: 0;
	right: 0;
	height: 88px;
	position: fixed;
	width: 100%;
	z-index: -1;
}


.logo {
    font-size: 22px;
    font-weight: 700;
}

.desktop-nav {
    width: 83%;
}

.desktop-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.desktop-nav ul li {
    position: relative;
}

.desktop-nav ul li a {
    text-decoration: none;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    padding: 5px 11px 8px;
    border-radius: 11px;
    text-decoration: none;
    font-family: 'Futura Md BT';
    transition: all 0.3s ease;
    /* smooth animation */
}

.desktop-nav ul li a:hover, .desktop-nav ul li a.active {
    color: #000000;
    background: #f7941c;
}

.desktop-nav ul li a:hover img {
    filter: brightness(0);
}

 .desktop-nav ul li a.sub-active {
    color: #f7941c;
}
 .desktop-nav ul li a:hover.sub-active {
    color: #000000;
}


.hamburger {
    font-size: 28px;
    cursor: pointer;
    display: none;
}

/* DESKTOP SUBMENU */

.dropdown {
    position: absolute;
    top: 55px;
    left: 0;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 10px 0;
    width: 192px;
    opacity: 0;
    visibility: hidden;
    transition: .25s;
    text-align: center;
    z-index: 1;
}

.dropdown a {
    display: block;
    padding: 10px 15px;
    color: #000;
    text-decoration: none;
    font-size: 15px;
}

.dropdown a:hover {
    background: #f2f2f2;
}

/* MOBILE SLIDE MENU */
.mobile-menu-wrapper {
    position: fixed;
    top: 0;
    left: -360px;
    width: 320px;
    height: 100vh;
    background: #f1680a;
    z-index: 9999;
    transition: .35s;
    overflow: hidden;
    box-shadow: 4px 0 8px rgba(0, 0, 0, 0.25);
    padding-top: 2px;
}

.mobile-menu-wrapper.active {
    left: 0;
}

.mobile-menu-wrapper a {
    color: #fff;
    text-decoration: none;
}


/* PAGES (slide inside) */
.slide-container {
    width: 200%;
    height: 100%;
    display: flex;
    transition: .38s ease;
}

.menu-page {
    min-width: 313px;
    padding: 20px;
    overflow-y: auto;
}

.menu-item {
    padding: 10px 10px;
    border-bottom: 1px solid #f7883d;
    font-size: 19px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-item span {
    font-size: 24px;
    line-height: 1;
}

.back-btn {
    font-size: 20px;
    cursor: pointer;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    border-bottom: 1px solid #eee;
    padding-bottom: 12px;
}

svg.backarrow {
    width: 23px;
    height: 20px;
    margin-top: 4px;
}

/* OVERLAY */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .45);
    display: none;
    z-index: 9998;
}

.desktop-nav ul li {
    position: relative;
}


.dropdown {
	position: absolute;
	/* top: 50%; */
	left: 50%;
	background: #f7941c;
	padding: 12px 0;
	border-radius: 14px;
	opacity: 0;
	visibility: hidden;
	transition: .25s;
	z-index: 11;
	/* right: 50%; */
	transform: translate(-50%, -0%);
}

.dropdown ul li {
    padding: 1px 10px;
    line-height: 1;
}

.desktop-nav ul li .dropdown a {
    color: #fff;
    padding: 8px 10px;
    display: block;
    font-size: 22px;
    font-weight: 500;
    font-family: 'Bebas Kai';
    text-transform: uppercase;
    border-radius: 0;
}

.desktop-nav ul li .dropdown a:hover, .desktop-nav ul li .dropdown a.active {
    background: #f1680a;
}

/* show first submenu */
.has-sub:hover .first-level {
    opacity: 1;
    visibility: visible;
}

/* second submenu */
.first-level .arrow {
    position: absolute;
    top: -22px;
    left: 0;
    right: 0;
}

.second-level {
    position: absolute;
    top: 0;
    left: 210px;
    background: #f7941c;
    min-width: 192px;
    border-radius: 14px;
    opacity: 0;
    visibility: hidden;
    transition: .25s;
    padding: 12px 6px;
    transform: translate(-0%, -0%);
}

.second-level .arrow {
    position: absolute;
    top: 22px;
    left: -18px;
    right: 100%;
    transform: rotate(272deg);
}

.second-level.leftshow {
	position: absolute;
	top: 0;
	left: -108px;
	background: #f7941c;
	min-width: 192px;
	border-radius: 14px;
	opacity: 0;
	visibility: hidden;
	transition: .25s;
	padding: 12px 6px;
	transform: translate(-50%, -0%);
}


.second-level.leftshow .arrow {
	position: absolute;
	top: 22px;
	right: -10px;
	left: 100%;
	transform: rotate(90deg);
}
/* show second submenu */
.first-level a.has-inner:hover+.second-level,
.second-level:hover {
    opacity: 1;
    visibility: visible;
}

.dropdown ul {
    display: block;
}

/* RESPONSIVE */
@media(max-width:992px) {
    .desktop-nav {
        display: none;
    }

    .hamburger {
        display: block;
    }
}

/* Hero Section */
.hero-section {
    /* background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 600"><rect fill="%231a1a1a"/></svg>');
            background-size: cover;
            background-position: center; */
    padding: 1rem 0;
}

.map-container {
    position: relative;
}

.map-svg {
    max-width: 100%;
    height: auto;
}

.country-path {
    fill: #555;
    stroke: #333;
    stroke-width: 1;
    transition: all 0.3s ease;
    cursor: pointer;
}

.country-path:hover {
    fill: #777;
}

.country-path.active {
    fill: var(--primary-orange);
    stroke: #fff;
    stroke-width: 2;
}

.region-tooltip {
    background-color: var(--primary-orange);
    color: #000;
    padding: 1rem;
    border-radius: 10px;
    font-weight: bold;
    position: absolute;
    box-shadow: 0 4px 15px rgba(243, 156, 18, 0.5);
}

.region-tooltip.left {
    left: 10%;
    top: 20%;
}

.region-tooltip.right {
    right: 10%;
    top: 15%;
}

.region-list {
    list-style: none;
    padding: 0;
    margin: 0.5rem 0;
}

.region-list li {
    padding: 0.3rem 0;
}

/* Country Cards */
.country-card {
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    height: 100%;
    background-size: cover;
    background-position: center;
    border: 3px solid transparent;
        cursor: pointer;
}



.country-card.active {
    border: 3px solid var(--primary-orange);

}

.country-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3));
}

.country-name {
    position: absolute;
    bottom: 10px;
    left: 0;
    font-weight: 500;
    font-size: 30px;
    z-index: 1;
    font-family: 'Bebas Kai';
    right: 0;
    text-align: center;
}


.country-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease; /* smooth zoom */
}

.country-card:hover img {
    transform: scale(1.12); /* zoom level */
}


 


/* What's New Section */
.whats-new {
    text-align: center;
    padding: 3rem 0;
}

.whats-new h2 {
    color: var(--text-orange);
    font-style: italic;
    font-size: 48px;
    margin-bottom: 1rem;
    font-weight: bold;
}

.scroll-indicator {
    color: var(--primary-orange);
    font-size: 2rem;
    animation: bounce 2s infinite;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-10px);
    }

    60% {
        transform: translateY(-5px);
    }
}

/* Lorem Section */
.lorem-section {

    padding: 3rem 0;
    text-align: center;
}

.fs-70 {
    font-size: 70px;
    line-height: 60px;
}

.lorem-section h2 {
    color: var(--text-orange);
    margin-bottom: 0.5rem;
}

.lorem-section p {
    color: #999;
    font-size: 0.9rem;
}

/* Cards Section */
.cards-section {

    padding: 0rem 0;
}

.info-card {
    border-radius: 0px;
    overflow: hidden;
    margin-bottom: 2rem;
    transition: transform 0.3s ease;
    position: relative;
    display: flex;
    height: 100%;
    /* flex-wrap: wrap; */
}

.info-card.aterleft::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 100%;
    background: #fff;
    left: 0px;
    z-index: 11;
    top: 0;
}
#welcome .info-card {
    border-bottom: solid 25px #f7941c;
}
#welcome .info-card.bg-yellow{
    border-bottom: solid 25px #f1680a;
}

.card-image {
    background-size: cover;
    background-position: center;
}

.card-content {

    padding: 1rem;
}

.card-title {
    background-color: var(--primary-orange);
    color: #000;
    font-weight: bold;
    padding: 0.8rem;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.view-more-btn {
    background-color: var(--primary-orange);
    color: #000;
    border: none;
    padding: 0.5rem 2rem;
    border-radius: 25px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
}

.view-more-btn:hover {
    background-color: #fff;
    transform: scale(1.05);
}

/* Footer */
.footer {
    background-color: #000;
    padding: 1rem 0;
    text-align: center;
    border-top: 2px solid var(--primary-orange);
}

.footer p {
    margin: 0;
    font-size: 0.85rem;
    color: #999;
}

.rightbox {
    max-width: 450px;
    margin-left: auto;
}

.rightbox ul {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    padding: 0;
    gap: 13px;
}

.rightbox ul li {
    display: inline-block;
    max-width: 140px;
    max-height: 198px;
}

.text-color-dark {
    color: #1a1a1a !important;
    /* display: flex; */
    /* height: 100%; */
    /* flex-wrap: wrap; */
    width: 100%;
}

.text-color-2 {
    color: var(--text-orange) !important;
}

.btnBookNow {
    font-size: 21px;
    color: #fff;
    font-weight: 500;
    padding: 7px 12px;
    background: #f7941c;
    border-radius: 14px;
    border: solid 1px #f7941c;
    font-family: 'Bebas Kai';
    line-height: 1.2;
    transition: all.5s;
}

.btnBookNow:hover {
    background: #000000;
    border: solid 1px #000000;
    color: #fff !important;
}

.btn img {
    width: 29px !important;
    display: inline-flex !important;
}

.max-w-980 {
    max-width: 980px !important;
}

/* Responsive */
@media (max-width: 991px) {
    .region-tooltip {
        position: static;
        margin: 1rem 0;
    }

    .navbar-collapse {
        background-color: rgba(26, 26, 26, 0.98);
        padding: 1rem;
        border-radius: 8px;
        margin-top: 1rem;
    }

    .btn-destination {
        width: 100%;
        text-align: left;
    }
}

@media (max-width: 768px) {


    .country-name {
        font-size: 1rem;
    }


}

@media (max-width: 767px) {

    .top-user-bar a {
        margin-left: 0rem;
        gap: 5px;
        font-size: 15px;
    }

    .iph-w {
        width: 100%;
    }

    .fs-70 {
        font-size: 40px;
        line-height: 1;
    }

    .info-card.aterleft::after {
        display: none;
    }

}

@media (max-width: 575px) {
    .lorem-section {
        padding: 1rem 0;
    }

    .rightbox ul {
        gap: 1px;
    }

    .rightbox ul li {
        display: inline-block;
        width: 33%;
    }

    .country-card {
        height: 100px;
    }


}

/* login css */

.login-bg {
	background: url(../images/login-bg-new.jpg) no-repeat center;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-attachment: fixed;
}

/* .login-bg::before {
    background: url(../images/login-left-bg.png) no-repeat center /cover;
    height: 100vh;

    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
} */

.tagline {
    font-size: 14px;
    letter-spacing: 3px;
    margin-bottom: 35px;
    opacity: 0.9;
}

.welcome-title {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 25px;
}

.intro-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
}

.feature-box {
    margin-bottom: 20px;
    transition: all 0.3s ease;
    display: flex;
    align-items: start;
    gap: 40px;
}

.feature-title {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0px;
    background: #ff8c00;
    display: block;
    white-space: pre;
    border-radius: 12px;
    padding: 1px 17px 3px;
    color: #000;
}

.feature-desc {
    font-size: 18px;
    /*! opacity: 0.9; */
    /*! line-height: 1.5; */
}



.contact-info {
    margin-top: 20px;
}

.contact-info a {
    color: #ffa500;
}

/* Right Image Section */
.image-section {
    position: relative;

}

.statue-placeholder {
    width: 80%;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.3);
    font-size: 100px;
}

.login-btn-box{
    max-width: 120px;
    width: 100%;
}
.mxW-300{
    width: 272px;
}
.mxW-300 div{
    width: 100%;
}
.rightmins-15{
    margin-right: -16px;
}

.login-container {
    max-width: 620px;
    margin: 50px auto 0;
    color: #fff;
}

.login-title {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 35px;
}

.login-input {
    height: 40px;
    border-radius: 10px;
    background: #fff;
    border: none;
    padding-left: 15px;
    font-size: 18px;
}

.login-input:focus {
    outline: none;
    box-shadow: 0 0 0 2px #ff9d00 !important;
}

.login-textaria {
    height: 110px;
    border-radius: 10px;
    background: #fff;
    border: none;
    padding-left: 15px;
    font-size: 18px;
    
}

.login-textaria:focus {
    outline: none;
    box-shadow: 0 0 0 2px #ff9d00;
}

.remember-login {
    width: 200px;
}

.remember-login .form-check-label {
    font-size: 17px;
}

.btn-login {
    background: #ff8c00;
    color: #000;
    font-weight: 700;
    font-size: 19px;
    border-radius: 10px;
    width: 100%;
    height: 45px;
    border: none;
    transition: .3s;
}

.btn-login:hover {
    background: #ffb93a;
}

.login-links {
    margin-top: 0px;
    font-size: 18px;
    text-align: left;
}

.login-links a {
    color: #ffa500;
    text-decoration: none;
}
.login-links a strong {
 font-size: 14px;
}

.login-links a:hover {
    text-decoration: underline;
}

label.form-label {
    font-family: 'Futura Md BT';
}

.min-150px {
    min-width: 117px;
}

.remember-me {
    min-width: 177px;
}

.remember-me .form-check-input{
    border-radius: 100%;
}


p {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
}
.banner-text{
        position: absolute;
    bottom: 10px;
    left: 50px;
}
.banner-text  h1{
    font-size: 48px;
    list-style: 1.2;
}
.top-banner{
    border-radius: 24px;
    overflow: hidden;
}

/* .carouselrooms .owl-nav{
    display: block ;
} */

.carouselrooms .owl-prev{
    top: 45%;
    position: absolute;
    left: -60px;
    width: 55PX;
}
.carouselrooms .owl-next{
    top: 45%;
    position: absolute;
    right: -60px;
    width: 55PX;
}
.carouselrooms .owl-prev img,
.carouselrooms .owl-next img {
   width: 100%;
}

.w-125{min-width: 135px;}
        .news-img-collapse h5{font-family: 'Futura Md BT';}

.news-img-collapse {
    position: absolute;
    bottom: 0px;
    width: 100%;
    color: #fff;
    background-color: rgb(0 0 0 / 49%);
    transition: all .3s;
    text-align: center;
}
.news-img-collapse-top {
    position: absolute;
    top: 0px;
    width: 100%;
    color: #fff;
    background-color: rgb(0 0 0 / 49%);
    transition: all .3s;
    text-align: center;
}

.news-img-collapse-top .btnBookNow {
    padding: 0;
    background: none;
    border-radius: 0px;
    border:0;
}


.news-img-collapse .btnBookNow {
    padding: 0;
    background: none;
    border-radius: 0px;
    border:0;
}


.br-24{
    border-radius: 24px;
    overflow: hidden;
}
.slider-content .imgSec{
   border-radius: 24px;
    overflow: hidden; 
    height: 100%;
}
.slider-content .imgSec img{
   height: 100%; 
}
.min-175px {
    min-width: 200px;
}


.hotel-box {
    border-radius: 0;
}

/* GRID TOP SECTION */
.hotel-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 4px;
    background: #f6a313;
    padding: 4px;
    width: 100%;
}

.full-img {
    width: 100%;
    object-fit: cover;
}

.small-img {
    width: 100%;
    height: 49.5%;
    object-fit: cover;
}

.modal-dialog {
    width: 100%;
    max-width: 950px; /* Desktop */
    margin: 1.75rem auto;
}
.color-oreng{
    color: #ffa500;
}
.Copyright-text{
    font-size: 14px;
}

.product-boxs h5{
     font-family: 'Futura Md BT';
}
.factsheets h5{
     font-family: 'Futura Md BT';
}

@media (max-width: 1699px) {
    .modal-dialog {
     max-width: 850px;
    }
}

@media (max-width: 1400px) {
    .rightbox ul {
    justify-content: flex-start;
}
}
@media (max-width: 1199px) {
    .modal-dialog {
        max-width: 850px;
    }
}

@media (max-width: 991px) {
    .modal-dialog {
        max-width: 95%;
    }
}

@media (max-width: 575px) {
    .modal-dialog {
        max-width: 100%;
        width: 100%;
        margin: 0;
    }

    .modal-content {
        min-height: 100vh;
        border-radius: 0;
    }
}

.line30 {
	font-size: 28px !important;
	line-height: 31px;
}

.resize-none{resize: none;}
.imgSec {
	overflow: hidden;
	border-radius: 17px;
}

.imgSec img {
    transition: transform 0.5s ease;
}

.imgSec:hover img {
    transform: scale(1.08);
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .hotel-grid {
        /*! grid-template-columns: 1fr; */
    }
    .full-img,
    .small-img {
        /*! height: 171px; */
    }
}


.px-70 {
	padding-left: 40px;
	padding-right: 40px;
}
.py-80 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.hotel-title {
  font-weight: 700;
  font-size: 22px;
  color: #2a2a2a;
}

.hotel-desc {
    font-size: 18px;
    color: #000000;
}

.action-box .action-text {
  font-size: 14px;
  color: #4a3a2a; cursor: pointer;
  font-family: 'Segoe UI Emoji';
}

.icon-square {
  width: 26px;
  height: 26px;
}

.icon-img {
  width: 26px;
  height: 26px;
}

.icon-round {
  width: 26px;
  height: 26px;
  border: 2px solid #f7a54a;
  border-radius: 50%;
}

/* TABLE STYLE */
.hotel-table th {
	background: #fff;
	font-weight: 600;
	font-size: 14px;
	color: #000000;
	border: 1px solid #000000;
	padding: 8px 2px;
}

.hotel-table td {
  background: #fff;
  font-size: 14px;
  color: #000;
  border: 1px solid #000000;
 padding: 8px 2px;
}

.hotel-table th:first-child,
.hotel-table td:first-child {
  border-left: 1px solid #000000;
}
.hotel-box-bottum {
    background: #f1eeee;
}


.close-btn {
    position: absolute;
    top: -12px;
    right: -12px;
    background: #ffffff;
    border: 3px solid #f7931e; /* orange border */
    color: #000;
    font-weight: 700;
    width: 32px;
    height: 32px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 9;
}

.close-btn:hover {
    background: #f7931e;
    color: #fff;
}

.custom-radio {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    color: #4a3a2a;
    font-family: 'Segoe UI Emoji';
}

.custom-radio input {
    display: none;
}

/* Outer circle */
.custom-radio .checkmark {
    height: 26px;
    width: 26px;
    border: 2px solid #ff8c00;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    margin-right: 8px;
}

/* Filled center when checked */
.custom-radio input:checked + .checkmark::after {
    content: "";
    width:15px;
    height: 15px;
    background: #FFA726;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}




        .hotel-title {
            color: #ff9800;
            font-size: 30px;
            font-weight: 500;
            margin-bottom: 30px;
            /*! text-shadow: 2px 2px 4px rgba(0,0,0,0.5); */
            font-family: 'Futura Md BT';
        }

        .filter-label {
            color: #fff;
            font-size: 20px;
            font-weight: 500;
            margin-bottom: 4px;
            display: block;
            font-family: 'Futura Md BT';
        }

        .form-control {
            background: #fff;
            border: none;
            border-radius: 7px;
            padding: 7px 14px;
            font-size: 1rem;
           
            transition: all 0.3s ease;
        }

        .form-control:focus {
           
            outline: none;
           
        }

        /* Custom Dropdown Styling */
        .custom-dropdown {
            position: relative;
        }

        .custom-dropdown-toggle {
            background: #fff;
            border: none;
            border-radius: 7px;
            padding: 6px 14px;
            font-size: 1rem;
          
            transition: all 0.3s ease;
            width: 100%;
            text-align: left;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            color: #333;
            font-weight: 500;
        }

       
        .custom-dropdown-toggle.active {
           
        }

        .dropdown-arrow {
            color: #ff9800;
            font-size: 17px;
            transition: transform 0.3s ease;
        }

        .subdropdown-arrow {
            color: #ff9800;
            font-size: 22px;
            transition: transform 0.3s ease;
            position: absolute;
            top: -21px;
            left: 0;
            right: 0;
            margin: 0;
            text-align: center;
            transform: rotate(180deg);
        }

        .custom-dropdown-toggle.active .dropdown-arrow {
            transform: rotate(180deg);
        }

        .custom-dropdown-menu {
            position: absolute;
            top: calc(100% + 8px);
            left: 0px;
            right: -41px;
            background: #ff9800;
            border-radius: 15px;
            box-shadow: 0 8px 20px rgba(0,0,0,0.3);
            z-index: 1000;
            display: none;
            /*! overflow: hidden; */
            max-height: auto;
            /*! overflow-y: auto; */
            width: 185px;
            margin-left: auto;
        }

        .custom-dropdown-menu.show {
            display: block;
            animation: slideDown 0.3s ease;
        }

        @keyframes slideDown {
            from {
                opacity: 0;
                transform: translateY(-10px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .custom-dropdown-item {
            padding: 1px 7px;
            color: #fff;
            cursor: pointer;
            transition: all 0.2s ease;
            font-weight: 500;
            font-size: 20px;
            border-bottom: 0px solid rgba(255, 255, 255, 0.1);
            font-family: 'Bebas Kai';
            text-align: center;
            border-radius: 8px;
            margin: 5px 8px;
        }

        .custom-dropdown-item:last-child {
            border-bottom: none;
        }

        .custom-dropdown-item:hover {
            background: #f57c00;
            /*! padding-left: 25px; */
        }

        .custom-dropdown-item.selected {
            background: #f57c00;
        }

        .btn-search {
            background: #ff9800;
            color: #262626;
            border: none;
            border-radius: 7px;
            padding: 4px 16px;
            font-size: 20px;
            font-weight: 600;
            /*! box-shadow: 0 6px 20px rgba(255, 152, 0, 0.4); */
            transition: all 0.3s ease;
            /*! width: 100%; */
            font-family: 'Futura Md BT';
        }

        .btn-search:hover {
            background: #f57c00;
            /*! transform: translateY(-2px); */
            /*! box-shadow: 0 8px 25px rgba(255, 152, 0, 0.6); */
        }

        .btn-search i {
            margin-right: 8px;
        }

        /* Custom Scrollbar for Dropdown */
        .custom-dropdown-menu::-webkit-scrollbar {
            width: 8px;
        }

        .custom-dropdown-menu::-webkit-scrollbar-track {
            background: rgba(255, 255, 255, 0.1);
            border-radius: 10px;
        }

        .custom-dropdown-menu::-webkit-scrollbar-thumb {
            background: rgba(255, 255, 255, 0.3);
            border-radius: 10px;
        }

        .custom-dropdown-menu::-webkit-scrollbar-thumb:hover {
            background: rgba(255, 255, 255, 0.5);
        }

        .curser {
            cursor: pointer;
        }

        @media (max-width: 768px) {
         
            
            .filter-container {
                padding: 20px;
            }
            
        }

    .pager-wrap {
        display: flex;
        align-items: center;
        gap: var(--gap);
        padding: 12px 18px;
        border-radius: 6px;
        justify-content: end;
        flex-wrap: wrap;
    }

  /* circular arrow button */
  .circle-btn{
    width: var(--dot-size);
    height: var(--dot-size);
    min-width: var(--dot-size);
    display:inline-grid;
    place-items:center;
    border-radius:50%;
    background: transparent;
    border: 0px solid rgba(255,255,255,0.08);
    box-shadow: 0 0 0 4px rgba(0,0,0,0) inset;
    cursor:pointer;
    transition: all .18s ease;
    flex-shrink:0;
  }
  .circle-btn:hover{
    transform: translateX(0px);
    border-color: rgba(245,158,11,0);
  }
 
  
  /* numbers list */
  .pagination {
    display:flex;
    align-items:center;
    gap:0px;
    list-style:none;
    padding:0;
    margin:0;
    justify-content: stretch;
  }
  .pagination li{
    display:inline-flex;
  }
  .pagination a{
    background:transparent;
    border:0;
    color:var(--muted);
    font-size:20px;
    padding:6px 6px;
    cursor:pointer;
    transition: color .15s ease, transform .12s ease;
    border-radius:3px;
    font-weight: bold;
  }
  .pagination a:focus{ outline: 2px solid rgba(245,158,11,0.18); }

  /* active style like your design: orange + slightly larger */
  .pagination a.active, .pagination a:hover{
    color: #f7941c;
  
  }

  /* small separator / subtle look (optional) */
  .pager-sep{
    width:1px;
    height:26px;
    background: rgba(255,255,255,0.04);
    margin-right:6px;
  }

  .pagination .prev, .pagination .next {display: none;}
  .white span.basket-text {
    color: #fff;
}
.hotel-box-top{border-radius: 20px;border: 4px solid #f7941c; overflow: hidden;}
.popupbg{
    background: url(../images/popupbg.png) no-repeat center;
    height: 100%;
    width: 100%; border-radius: 24px;
    background-size: cover;}

    .max-w-600{
    max-width: 600px;
    margin: auto;
}

.fs-35{font-size: 35px;}
.fs-30{font-size: 30px;}

.hotel-content.popupmail {
	padding: 69px 30px;
}
.site-error {
    background: url(../images/login-bg-new.jpg) no-repeat center;
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
      min-height: 100vh;
    display: flex;
    align-items: center;
}

.error-page h1{
    font-size: 52px;
    line-height: 1.2;
}
.error-page p{
    font-size: 20px;
    line-height: 1.2;
}
  /* responsive reduce size a bit */
  @media (max-width:420px){
    :root { --dot-size:44px; }
    .pagination button{ font-size:15px; padding:5px 6px; }
  }


  /* Desktop – Normal table */
@media (min-width: 768px) {
  .hotel-table td:before {
    display: none !important;
  }
}

/* Mobile – Card layout */
@media (max-width: 767px) {
  .hotel-table thead {
    display: none;
  }
  .hotel-table tr {
    display: block;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
    padding: 10px;
  }
.hotel-table td {
	display: flex;
	justify-content: space-between;
	padding: 8px 5px;
	border-bottom: 1px solid #eee;
	font-size: 15px;
	background: #fbf7f1;
}
  .hotel-table td:last-child {
    border-bottom: none;
  }
  .hotel-table td:before {
    content: attr(data-title) ":";
    font-weight: 600;
    color: #000;
  }
  .carouselrooms .owl-prev {
	top: 45%;
	position: absolute;
	left: 17px;
	width: 37px;
}

.carouselrooms .owl-next {
	top: 45%;
	position: absolute;
	right: 17px;
	width: 37px;
}
 .product-detail-top-slider .owl-prev {
display: none;
}

.product-detail-top-slider .owl-next {
	display: none;
}
.product-detail-top-slider .owl-dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}
.product-detail-top-slider .owl-dot.active span {
    background: #FF8C00;
    border-color: #FF8C00;
}
.product-detail-top-slider .owl-dot span {
    width: 15px;
    height: 15px;
    border: 2px solid #FF8C00;
    background: #FFFFFF;
    border-radius: 50%;
    display: block;
    transition: all 0.3s ease;
}

.modal-content {
	width: 95%;
	margin: 20px auto;
}

.hotel-table th:first-child, .hotel-table td:first-child {
	border-left: 1px solid #000000;
	background: #f0d8b4;
}

}


            .basket-container {
    background: white;
    border-radius: 10px;
    padding: 18px 27px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    max-height: 65vh;
    overflow-y: auto;
    overflow-x: hidden;
}

/* Chrome / Edge / Safari */
.basket-container::-webkit-scrollbar {
    width: 6px;       /* thin rakha */
}

.basket-container::-webkit-scrollbar-track {
    background: #d3d1d1;   /* light grey (track) */
    border-radius: 10px;
}

.basket-container::-webkit-scrollbar-thumb {
    background: #ff9400;   /* orange (thumb) */
    border-radius: 10px;
}

.basket-container::-webkit-scrollbar-thumb:hover {
    background: #ff8a00;   /* hover thoda dark orange */
}

/* Firefox support */
.basket-container {
    scrollbar-width: thin;
    scrollbar-color: #ff9400 #d3d1d1;
}

        .basket-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 0;
            padding-bottom: 15px;
            border-bottom: 2px solid #adadad;
        }
      
      
        .item-card {
            border-bottom: 2px solid #adadad;
            border-radius: 0;
            padding: 15px 0px;
            margin-bottom: 0px;
            transition: all 0.3s ease;
        }
        .item-card:hover {
            box-shadow: 0 0px 16px rgba(0,0,0,0.);
        }
        .item-thumbnail {
            width: 187px;
            height: 113px;
            object-fit: cover;
            border-radius: 20px;
        }
        .item-name {
            font-weight: 500;
            font-size: 30px;
            margin-bottom: 14px;
            color: #000;
        }
        .item-type {
            color: #959595;
            font-size: 24px;
            font-weight: 500;
        }
        .download-status {
            color: #31bc00;
            font-size: 14px;
            font-weight: 500;
            margin-top: 22px;
        }
        .btn-download {
            background-color: #f7941c;
            color: #020202;
            border: none;
            padding: 8px 25px;
            border-radius: 6px;
            font-weight: 600;
            transition: all 0.3s ease;
            font-family: 'Futura Md BT';
        }
        .btn-download:hover {
            background-color: #f57c00;
            color: white;
            /*! transform: translateY(-2px); */
        }
   .btn-delete {
	color: #ff9800;
	/* font-size: 1.3rem; */
	/* cursor: pointer; */
	transition: all 0.3s ease;
	margin-bottom: auto; cursor: pointer;
	margin-top: 5px;
}
        .btn-delete:hover {
            color: #f57c00;
            transform: scale(1.1);
        }
        .progress {
            height: 15px;
            margin-top: 5px;
            background: #ccc9c9;
        }
        .progress-bar {
            background-color: #ff9800;
        }
        .progress-text {
            color: #ff8c00;
            font-size: 14px;
            /*! font-weight: 600; */
            margin-top: 15px;
        }
        @media (max-width: 768px) {
            .basket-container{padding: 17px;}
            .item-thumbnail {
                width: 60px;
                height: 60px;
            }
            .item-name {
                font-size: 1rem;
                margin-bottom: 1px;
            }
            .item-type {
                    font-size: 18px;
                }

            .btn-download {
                padding: 6px 15px;
                font-size: 0.9rem;
            }
            .basket-header {
                flex-direction: column;
                align-items: flex-start;
                gap: 10px;
            }
            .download-status {font-size: 15px;margin-top: 10px;}

        }










.section-title{ color: #ff8c00; font-size: 24px; font-family: 'Futura Md BT';}


.theme .custom-dropdown-item {
  
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.theme .custom-dropdown-item::after {
    content: "";
    width: 15px;
    height: 15px;
    border: 2px solid #ffffff;
    border-radius: 50%;
}
.theme .custom-dropdown-item.selected::after {
    background: #ffffff;
}

.theme .custom-dropdown-menu {
    display: none;
}
.theme .custom-dropdown-menu.show {
    display: block;
}

.small-logo {
	width: 60px !important;
	height: 60px;
	position: absolute;
	left: 16px;
	top: 17px;
	z-index: 1;
}

.banner-text-bg {
	background: url(../images/banner--text-bg.png) no-repeat;
	background-size: cover;
	padding: 24px 103px 17px 30px;
}
.prodectheading {
	position: absolute;
	bottom: 10px;
	width: 100%;
	color: #fff;
	background-color: rgb(0 0 0 / 49%);
	transition: all .3s;
	text-align: center;
}


.itinerary-title {
    font-size: 36px;
    font-weight: 500;
    color: #f28c22;
        font-family: 'Futura Md BT';
}
.itinerary-box {
    background-color: #fbe6d4;
    border-radius: 10px;
    padding: 15px 20px;
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
}
.itinerary-box[aria-expanded="true"] {
    background-color: #f7941c;
}
.arrow-icon {
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
    line-height: 1;
}
.itinerary-box[aria-expanded="true"] .arrow-icon {
    transform: translateY(-50%) rotate(180deg);
}
.show-more-box {
    background-color: #fbe6d4;
    border-radius: 10px;
    padding: 18px 25px;
    margin-top: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
}
.show-more-box .i {
    border: 2px solid #000;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
}


.explore-btn {
	background: #f7941c;
	color: #000;
	border: none;
	padding: 8px 20px;
	border-radius: 12px;
	font-size: 20px;
	font-weight: 500;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	transition: 0.3s;
	line-height: 1;
}
.explore-btn .icon {
    border: 2px solid #000;
    border-radius: 50%;
    width: 37px;
    height: 37px;
    display: flex;
    /*! align-items: center; */
    justify-content: center;
    font-weight: 500;
    font-size: 35px;
    line-height: 27px;
}
.explore-btn:hover {
    transform: translateY(-2px);
}


.team-box .content-item {
    position: absolute;
    color: #fff;
    bottom: 0%;
    background-color: rgb(247 148 28 / 90%);
    border-radius: 16px;
    width: 100%;
    transition: all .5s;
    
}
.team-box .inneritem{
    border-radius: 27px;
    overflow: hidden; transition: all .5s;
}

.team-box .content-item .pdiv{
    /*! display: none; */
    transition: all .5s;
    opacity: 0;
    height: 0;
  
}
.team-box .item:hover .content-item .pdiv{
   /*! display: block; */
   opacity: 1;
   height:150px;
   transition: all .5s;
}
.modal-content .hotel-title {
    font-size: 25px;
    color: #000000;
}
.travel-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.travel-menu li {
  display: inline-block;
  margin: 0 -1px;
  position: relative;
}

.travel-menu li a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-family: "Futura", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  padding: 6px 10px;
}

.travel-menu li a:hover {
  color: #d37b00; /* orange highlight */
}

.travel-menu li:not(:last-child)::after {
  content: "|";
  margin-left: 1px;
  margin-right: 2px;
  color: #d37b00;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  transform: translateY(-2px);
}

.faqpage{background: #fbe6d4;
  border-radius: 10px;
  margin-bottom: 14px;}



    @media (max-width: 1399px) {    
    header.fixed {max-width: 1140px;}
    .country-card {	height: 143px;width: 139px;}
    .country-name {font-size: 26px;}
    }
    
    @media (max-width: 1200px) {    
    .container, .container-lg, .container-md, .container-sm {
	max-width: 1150px;
        }
    }
       @media (max-width: 775px) {    
        .productimg{min-height: 280px;}
        .banner-text-bg {padding: 10px 15px 16px 15px;}
        .itinerary-title {font-size: 29px;}

        header.fixed {
            padding: 10px 13px;

        }
    }
    @media (max-width: 575px) {    
   .iph-h-img img{min-height: auto;}

  .top-banner img[height="199"] {
    height: 100px!important;
}
    .arrow-icon {width: 22px;}
    .arrow-icon img{width: 22px;}
    .itinerary-box {
	border-radius: 10px;
	padding: 10px 14px;
	font-size: 18px;
    }
    .show-more-box {
        padding: 18px 4px;
        font-size: 19px;
    }
    .fs-30 {
        font-size: 18px;
    }
    .btnBookNow {
    font-size: 18px;
}
    .banner-text {
        left: 25px;
    }
  .banner-text h1 {
    font-size: 30px;
}
    .px-70 {
	padding-left: 0px;
	padding-right: 0px;
}
.mxW-300 {
	width: 100%;
}
.fs-24 {
	font-size: 18px;
	line-height: 1.2;
}
.fs-22 {
	font-size: 16px;
	line-height: 1.2;
}
.admin-logo {
	width: 84px;
}
.tagline {
	margin-bottom: 20px;
}
.login-container {
	margin: 16px auto 0;
}

.feature-box {
	gap: 3px;
	flex-wrap: wrap;
}

p {
	font-size: 16px;
	font-weight: 500;
	line-height: 18px;
}
.welcome-title {
	font-size: 26px;
	margin-bottom: 15px;
}
.feature-title {
    font-size: 14px;
    border-radius: 12px;
    padding: 1px 12px 1px;
    line-height: 24px;
    height: 24px;
}
.min-150px {
	min-width: 100%;
}
.custom-dropdown-menu {	
	right: 0;

}

.hotel-title {
	font-size: 22px;
}
.country-card {
	width: auto;
}
.Copyright-text {
    font-size: 13px;
}
.overlayclose {
	position: absolute;
	right: 7px;
	top: 4px;
    z-index: 111;
    cursor: pointer;
}
    }

/*// azadcss */
        .custom-dropdown-toggle .selected-value {
    display: inline-flex;
    align-items: center;
    line-height: 1;
    white-space: nowrap;
}

/* Container for the items */
.services-container {
    display: flex;
    flex-wrap: wrap;
    /* gap: 17px; */
    justify-content: space-between;
    margin: 20px 0;
}

/* Each item will take 1/5th of the container width (minus gap) */
.withoutslider.service-slide {
    /* flex: 0 0 calc(24% - 16px); 
    max-width: calc(24% - 16px); */
        max-width: 24%;
    width: 100%;
     margin-bottom: 24px;
}

.aterleft2 .card-content {
    padding: 1rem;
    height: 100%;
}
/* Responsive breakpoints */
@media (max-width: 1200px) {
    .withoutslider.service-slide {
        flex: 0 0 calc(25% - 15px); /* 4 items per row on tablets */
        max-width: calc(25% - 15px);
    }
}

@media (max-width: 768px) {
    .withoutslider.service-slide {
        flex: 0 0 calc(33.333% - 14px); /* 3 items per row on small tablets */
        max-width: calc(33.333% - 14px);
    }
}

@media (max-width: 576px) {
   .withoutslider.service-slide {
    flex: 0 0 calc(100% - 0px);
    max-width: calc(100% - 0px);
}
}
.menu-item span {
  font-size: 24px;
  line-height: 1;
}
.pagination li.active {
    color: #f7941c;
}

.mxW-300 div {
    width: 100%;
    position: relative;
}
.login-container .invalid-feedback {
    margin-top: auto;
    color: #ffa500 !important;
    line-height: 1;
    position: absolute;
    bottom: -16px;
}

