
/* ======== Widgets ======== */
.widget-item ul{
	max-height:320px;
	overflow:auto;
	overflow-x:hidden;
	padding-right:10px;
}
.widget-item ul::-webkit-scrollbar{
	width:4px;
	height:4px;
}
.widget-item li{
    padding:10px 0;
    //border-bottom:1px solid #cad7ee;
}
.widget-item li:nth-child(1){
    padding-top:0;
}
.widget-item li:nth-last-child(1){
    padding-bottom: 0;
    border-bottom:none;
}
.widget-item li a{
	font-size:0.9rem;
	font-weight:400;
    transition:color 0.2s ease-in-out
}
.widget-item li a:hover{
    color:#000
}
/*--- Widget Img ---*/
.widget-img-item ul{
	list-style:none;
	padding-left:0;
}
.widget-img-item ul li img{
	width:80px;
	height:70px;
}
/*--- Widget Gallery ---*/
.widget-gallery-item img{
	
}


/* ======== CTA - Bottom links ======== */
.sp-cta-bottom-links{
	bottom:150px;
    right:19px;
	transition:transform 0.3s ease-in-out;
}
.sp-cta-bottom-links.active{
	visibility:hidden;
}

.sp-cta-bottom-btn{
	opacity:0;
	visibility:hidden;
	transform:translateY(10px);
	transition:transform 0.2s ease-in-out;
}
.sp-cta-bottom-btn:hover{
	transform:scale(1.1) !important;
}
.sp-cta-bottom-btn:nth-child(1){
	bottom:36px;
	transform:translateY(56px);
	transition:all 0.9s cubic-bezier(0.42, 0, 0, 1.03);
}
.sp-cta-bottom-btn:nth-child(2){
	bottom:24px;
	transform:translateY(44px);
	transition:all 0.6s cubic-bezier(0.42, 0, 0, 1.03);
}
.sp-cta-bottom-btn:nth-child(3){
	bottom:12px;
	transform:translateY(32px);
	transition:all 0.4s cubic-bezier(0.42, 0, 0, 1.03);
}
.sp-cta-bottom-btn:nth-child(4){
	bottom:0;
	transform:translateY(20px);
	transition:all 0.2s cubic-bezier(0.42, 0, 0, 1.03);
}
.sp-cta-bottom-btn.active{
	opacity:1;
	visibility:visible;
	transform:translateY(0);
}

.sp-cta-bottom-close{
	bottom:90px;
    right:26px;
	width:36px;
	height:36px;
}


.custom-badge, .widget-item li .badge{
    background: #eee;
    border: none;
    font-weight: 600;
    color: #000 !important;
    border-radius: 100px;
    margin-left: 4px;
    transition: background 0.2s ease-in-out;
}


/* ======== Whatsapp Form ======== */
.sp-whatsapp-form{
	bottom:80px;
	right:88px;
	width:280px;
	background:linear-gradient(to bottom, #ffffff, #ccff91);
	opacity:0;
	visibility:hidden;
	transform:translateX(130%);
	transition:transform 0.4s cubic-bezier(0.65, -0.01, 0.16, 0.99), opacity 0.6s ease-in-out, visibility 0.6s ease-in-out;
}
.sp-whatsapp-form.sp-active{
	opacity:1;
	visibility:visible;
	transform:translateX(0);
}
.sp-whatsapp-form form.scroll{
	max-height:340px;
	margin-right:-10px;
}


/* ======== Header ======== */
.sp-header-top{
    padding-top:8px;
    padding-bottom:8px;
}

.navbar-brand img{
    width: auto;
}

.navbar-toggler, .navbar-toggler:focus{
    box-shadow: none
}

.navbar-toggler-icon{
    width: 1.3em;
    height: 1.3em
}
 
/*--- Header Nav ul ---*/ 
.sp-header-nav-inner{
	//padding:0 16px;
}
.sp-header-nav-ul li{
    margin:0 0 0 20px;
}

.sp-header-nav-ul li:nth-child(1){
	margin-left:0 !important; 
}

.sp-header-nav-ul li .nav-link{
    padding: 22px 0 !important;
    color: #191919;
	font-size:0.87rem;
}

.sp-header-fixed .sp-header-nav-ul li .nav-link{
	color:rgba(255,255,255,0.80);
}
.sp-header-fixed .sp-header-nav-ul li .nav-link:hover{
	color:#fff !important;
}

.sp-header-fixed .sp-header-nav-ul li ul.dropdown-menu .nav-link:hover{
	color:#ff5722 !important;
}

.sp-header-nav-ul .dropdown{
	position:static;
}

.sp-header-nav-ul li.dropdown a{
	padding-right:20px !important;
}

.sp-header-nav-ul li.dropdown a:after{
	content:'';
	width:12px;
	height:12px;
	border:none;
	position:absolute;
    //top:20px;
	top:0;
	bottom:0;
	margin:auto 0 auto 8px;
	//border:1px solid;
	background:url('http://localhost/urbaniahire.com/assets/images/arrow-down.svg') center no-repeat;
	background-size:22px;
	//margin-left:8px;
}

.sp-header-fixed .sp-header-nav-ul li.dropdown a:after{
	filter:brightness(0) invert(1);
}

.sp-header-nav-ul li:hover a,
.sp-header-nav-ul li:focus a{
	//color:#ff5722 !important;
}

/*--- Dropdown Menu ---*/ 
.dropdown-menu{
	border-radius:0.475rem;
	border-top-left-radius:0;
	border-top-right-radius:0;
	padding:0;
	width:max-content;
	border:0;
	border-top:2px solid #E0E0E0;
	box-shadow:0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.sp-header-nav-ul li.dropdown:hover .dropdown-menu{
    display: block
}

.dropdown-menu:before{
    content: '';
    position: absolute;
    border: solid #fff0;
    height: 0;
    width: 0;
    border-color: #E0E0E0 #fff0 #fff0;
    border-width: 8px;
    left:35px;
	top:-16px;
    margin: auto;
    transform: rotate(180deg);
}

.dropdown-menu li{
	margin-left:0;
	transition:color .15s ease-in-out,background-color .15s ease-in-out;
}

.dropdown-menu li:nth-last-child(1){
	border-bottom:none;
}

.dropdown-menu li:nth-last-child(1) a{
	border-bottom-left-radius:0.475rem;
	border-bottom-right-radius:0.475rem;
}

.sp-header-nav-ul li .dropdown-menu .nav-link{
	padding:11px 20px !important;
	width: 100%;
	background:none;
	transition:inherit;
	color:rgba(0, 0, 0, 0.75);
	font-weight:500;
}

.dropdown-menu li:nth-last-child(1) a{
	border-bottom:none;
}

.sp-header-nav-ul .dropdown-menu li:hover a, 
.sp-header-nav-ul .dropdown-menu li:focus a{
	background:#fff0eb !important;
	//color:#ff5722 !important;
}

.dropdown-menu li a:after{
	display:none;
}

.sticky {
    position: fixed !important;
    top: -1px;
    left: 0;
    width: 100%;
    z-index: 1500;
    transform-origin: top;
    animation: go-sticky 1s forwards
}

@keyframes go-sticky {
    0% {
        transform: translateY(-30px)
    }
    100% {
        transform: translateY(0)
    }
}


.sp-header-relative .sp-header-navbar.sticky{
	background:#fff !important;
	box-shadow:0 0 15px -3px rgba(0,0,0,.15);
}

.sp-header-fixed .sp-header-navbar.sticky{
	box-shadow:0 0 15px -3px rgba(0, 0, 0, .15);
    background:linear-gradient(135deg, rgb(43 43 43 / 59%) 0%, rgba(255, 255, 255, 0.01) 100%) !important;
    backdrop-filter:blur(16px);
}


/* ======== Scroll To Top ======== */
.sp-go-to-home{
    opacity: 0;
    visibility: hidden;
    right: 20px;
    bottom: 30px;
    z-index: 1100;
    width: 45px;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
    background: rgb(0 0 0 / .6);
    transition: all 0.3s ease-in-out
}

.sp-go-to-home:hover{
    background: rgb(0 0 0 / .75)
}

.sp-go-to-home.active{
    animation:goUp 600ms forwards;
}


/* ======== Home Banner ======== */
.sp-home-banner-section .carousel-item{
	height:calc(-1px + 100vh);
}
.sp-banner-content{
	 padding-top:10.5rem;
	 padding-bottom:3.5rem;
	 //background:linear-gradient(257deg, rgba(0, 0, 0, 0) 34.53%, rgba(0, 0, 0, 0.5) 60.67%, rgba(0, 0, 0, 0.9) 92.2%, rgb(0, 0, 0) 100%);
	 background:linear-gradient(180deg, rgba(0, 0, 0, 0) 34.53%, rgba(0, 0, 0, 0.5) 60.67%, rgba(0, 0, 0, 0.9) 92.2%, rgb(0, 0, 0) 100%);
}
.carousel-item h1.h1,
.carousel-item p.h5,
.carousel-item p.price,
.carousel-item button.btn{
    opacity:0;
	animation:fadeInUp 0.8s ease-in-out forwards;
}
.carousel-item.active p.h5{
    animation-delay:0.25s;
}
.carousel-item.active p.price{
    animation-delay:0.5s;
}
.carousel-item.active button.btn{
    animation-delay:0.75s;
}
@keyframes fadeInUp{
	from{ opacity:0; transform:translate3d(0, 40px, 0); }
	to{ opacity:1; transform:translate3d(0, 0, 0); }
}


/*=== --- Itinerary-accordion --- ===*/
.itinerary-accor-head{
	padding:0 20px 20px 32px;
	//background:#ddd;
}
.itinerary-accor-head:after{
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	left:-10px;
	width:20px;
	height:20px;
	margin:auto;
	margin-top:5px;
	background:url('http://localhost/new.japjitravel.com/assets/images/location-light.png');
	background-size:cover;
}
.itinerary-accor-head[aria-expanded="true"]:after{
	background:url('http://localhost/new.japjitravel.com/assets/images/location.png');
	background-size:cover;
}
.itinerary-accor-head[aria-expanded="true"] strong.text-black-50{color:#ff7837 !important;}
.itinerary-accor-head svg{fill:#adadad;transition:transform 0.3s ease-in-out;}
.itinerary-accor-head[aria-expanded="true"] svg{fill:#191919;transform:rotate(-45deg);}
.itinerary-accor-body{padding:20px 20px 20px 32px;border-left:1px dashed #bbbbbb;//background:#eee;}
.itinerary-accor-body.show{border-color:#ff5722;}
.itinerary-accor-item:nth-last-child(1) .itinerary-accor-body{padding-bottom:20px;}


/* ======== Article Data ======== */
p.article-title{
	font-weight:400;
}


/* ======== Video ======== */
.sp-video-poster img{
	height:350px;
}
.sp-video-poster .overlay.position-absolute{
	background:-webkit-linear-gradient(top, transparent 0%, rgb(0 0 0 / 15%) 55%, rgb(0 0 0 / 40%) 100%);
}
.sp-video-icon-btn{
	background:linear-gradient(45deg, rgb(255 255 255 / 0%), rgb(255 255 255 / 30%));
}
.sp-video-icon-btn:hover{
	background:linear-gradient(45deg, rgb(255 255 255 / 0%), rgb(255 255 255 / 50%));
}
.sp-video-icon-btn img{
	transition:transform 0.2s ease-in-out;
}
.sp-video-icon-btn:hover img{
	transform:scale(0.96);
}


/* ======== Place (Item) ======== */
article.place-item{
	transition:padding 0.3s ease-in-out;
}
article.place-item:hover{
	padding:10px;
    background:#ffffff;
    border-radius:0.675rem;
}


/* ======== Image Overlay (Item) ======== */
.image-overlay-item{
	perspective:1700px;
    transform-style:preserve-3d;
}
.image-overlay-item:hover .image-overlay-media{
    transform:translateX(65%);
}
.image-overlay-body, .image-overlay-media{
    transition:transform .4s ease-in-out
}
.image-overlay-body{
    opacity:0;
    width:65%;
    transform-origin:left;
    transform:rotateY(-80deg);
}
.image-overlay-item:hover .image-overlay-body{
    opacity:1;
    transform:rotateY(0);
}


/* ======== Gallery ======== */
.sp-gallery-grid{
	column-count:5;
	column-gap:.6rem;
}
.sp-grid-column-4{
	column-count:4;
}
.sp-gallery-item{
	break-inside:avoid;
	margin-bottom:.6rem;
}
.sp-gallery-item p{
	margin-bottom:.5rem !important;
}

/* GALLERY IN CONTENT */
.sp-gallery-content-grid{
	column-count:3;
}

/* GALLERY MODAL */
.sp-gallery-modal .modal-content{
	background:rgb(0 0 0 / 85%);
}
.sp-gallery-main-wrap, .sp-gallery-main-img{
	max-height:72vh;
}
.sp-gallery-main-wrap{
	cursor:zoom-in;
}
.sp-gallery-main-img{
	width:100%;
	transform:scale(1);
	transition:transform .15s linear;
	will-change:transform;
	cursor:zoom-in;
}

/* THUMBNAILS */
.sp-gallery-thumbs.mobile-slider > *{
	flex:1 0 0%;
}
.sp-gallery-thumb.active{
	border-color:#fff !important;
}

/* ARROWS */
.sp-gallery-prev, .sp-gallery-next{
	background:rgb(255 255 255 / 10%);
	border-color:rgb(255 255 255 / 20%) !important;
}
.sp-gallery-prev:hover, .sp-gallery-next:hover{
	background:rgb(255 255 255 / 18%);
}
.sp-gallery-prev{
	left:20px;
}
.sp-gallery-next{
	right:20px;
}

.sp-gallery-thumbs-slider .mobile-slide-prev,
.sp-gallery-thumbs-slider .mobile-slide-next{
	top:30%;
	width:23px;
	height:23px;
	line-height:20px;
}

.gallery-video-frame{
	width:900px;
	height:70vh;
}


/* ======== Gallery Grid ======== */
.gallery-grid-row{
    grid-template-columns:repeat(4, 1fr); /* 4 equal columns (25% each) */
    grid-template-rows:repeat(2, 260px);  /* Defines two explicit rows of 250px each */
}

.gallery-grid-item:nth-child(1){
    grid-column:1;
    grid-row:1;
} 
.gallery-grid-item:nth-child(2){
    grid-column:1;
    grid-row:2;
}
.gallery-grid-item:nth-child(3){
    grid-column:2;
    grid-row:1 / span 2;
	height:532px !important;
}
.gallery-grid-item:nth-child(4){
    grid-column:3;
    grid-row:1;
}
.gallery-grid-item:nth-child(5){
    grid-column:4;
    grid-row:1;
}
.gallery-grid-item:nth-child(6){
    grid-column:3 / span 2; 
    grid-row:2;
}

.gallery-grid-item:hover figcaption{
	opacity:0;
}
.travel-gallery-caption{
	//background:rgb(118 171 174 / 76%) !important;
	//background:linear-gradient(178deg, rgb(118 171 174 / 85%), rgb(118 171 174 / 65%), rgb(255 87 34 / 35%));
	background:linear-gradient(178deg, rgb(255 255 255 / 0%), rgb(118 171 174 / 85%), rgb(255 87 34 / 45%));
	opacity:0;
	transform: translateY(50%);
	transition:transform 0.3s ease-in-out;
}
.gallery-grid-item:hover .travel-gallery-caption{
	opacity:1;
	transform: translateY(0%);
}
.travel-gallery-caption:before{
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:10px;
	//border:4px solid #F5F5F5;
	border:4px solid transparent;
	border-image: linear-gradient(to right, #ff7e5f, #F5F5F5) 1;
}


/* ======== Our Pickup ======== */
.sp-pickup-section.overlayBefore:before{
	z-index:1;
	background:linear-gradient(267deg, rgba(0, 0, 0, 0) 34.53%, rgb(0 0 0 / 61%), rgba(0, 0, 0, 0.9), rgb(0, 0, 0));
}

.sp-pickup-head, .sp-pickup-timeline{
    padding-left:20px;
}
.sp-pickup-timeline::before{
    content:'';
    position:absolute;
    left:3px;
    top:10px;
    bottom:10px;
    width:1px;
    background:linear-gradient(to bottom, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.05) 100%);
}

.hub-node{
    padding-bottom:20px;
    transition:all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.hub-node:last-child {
    padding-bottom:0;
}
.hub-node::before{
    content:'';
    position:absolute;
    left:-20px;
    top:6px;
    width:7px;
    height:7px;
    background:#121212;
    border:2px solid rgba(255, 255, 255, 0.4);
    border-radius:50%;
    z-index:2;
    transition:all 0.3s ease;
}
.hub-state, .hub-cities{
	transition:color 0.4s ease;
}
.hub-node:hover::before, .hub-node.active::before{
    border-color:#ff5722;
    background:#ff5722;
    box-shadow:0 0 8px rgb(255 87 34 / 70%);
}
.hub-node:hover .hub-state, .hub-node.active .hub-state{
    color:#ff5722;
	font-weight:800 !important;
}
.hub-node:hover .hub-cities, .hub-node.active .hub-cities{
    color:#fff !important;
}

.sp-pickup-image-viewer{
    width: 100%;
    height: 100%;
    min-height: 450px; /* Ensures space on single stacked viewports */
    position: relative;
    overflow: hidden;
}

.dynamic-image-viewer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: opacity 0.5s ease-in-out; /* Smooth fade transistion */
}

.sp-pickup-note{
    border-top:1px dashed rgba(255, 255, 255, 0.09);
}


/* ======== Table of Contents ======== */
.sp-table-of-contents ul li a.scroll-trigger{
	color:#5b5b5b !important
}
.sp-table-of-contents ul li a.scroll-trigger.active{
	color:#ff5722 !important;
	border-bottom:2px solid #ff5722;
}


/* ======== CTA - Detail Page ======== */
.detail-page-cta, .sidebar-cta{
	padding:2.6rem 15rem 2.6rem 2.6rem;
}
.detail-page-cta .cta-img, .sidebar-cta .cta-img{
	max-width:455px;
	bottom:-45px;
}
.detail-page-cta .cta-img{
    right:-90px;
}

/*--- Detail CTA - medium ---*/
.detail-page-cta.md{
	padding:2.5rem 13.5rem 2.5rem 2.5rem;
}
.detail-page-cta.md .h2{
	font-size:1.72rem;
}
.detail-page-cta.md p{
	font-size:1.05rem !important;
}
.detail-page-cta.md .cta-img{
	max-width:410px;
}
.detail-page-cta.md .btn{
	font-size:0.85rem !important;
}

.dest-kms.position-relative:before{
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:1;
	margin:auto;
	width:100%;
	height:2px;
	background:linear-gradient(45deg, transparent, rgb(62 152 157 / 70%), transparent);
}


/* ======== Sidebar CTA ======== */
.sidebar-cta{
	padding-right:2.6rem;
	padding-bottom:14rem;
}


/* ======== Urbania CTA ======== */
.sp-urbania-cta{
	padding:2.6rem 16rem;
}
.sp-urbania-cta .cta-img,
.sp-urbania-cta.booking .cta-img:nth-child(2){
	max-width:430px;
    bottom:-55px;
}
.sp-urbania-cta .cta-img:nth-child(1){
	transform:rotateY(180deg);
	left:-90px;
}
.sp-urbania-cta .cta-img:nth-child(2){
	right:13px;
    max-width:220px;
    bottom:0;
}
.sp-urbania-cta.booking .cta-img:nth-child(2){
	right:-90px;
}


/* ======== Why Choose ======== */
.sp-why-choose-item{
	padding:35px 25px;
}
.sp-why-choose-item:hover{
	background:linear-gradient(135deg, rgb(255 255 255 / 0%) 0%, rgba(118, 171, 174, 0.08) 50%, rgba(255, 87, 34, 0.16) 100%);
	box-shadow:-4px -4px 16px rgba(118, 171, 174, 0.20), 4px 8px 20px rgba(255, 87, 34, 0.15);
}


/* ======== 404 Error ======== */
.sp-error-content h1{
	font-size:14rem;
}


/* ======== Footer ======== */ 
.sp-footer-section {
	padding-bottom:2.5rem;
	background:#13171c;
}

.sp-footer-col li a, 
.sp-footer-ul li a,
.sp-footer-col .sp-contact-text,
.sp-footer-col .sp-contact-text a {
	color:rgb(255 255 255 / 70%);
    transition: color 0.2s ease-in-out;
}

.sp-footer-col li a:hover,
.sp-footer-ul li a:hover,
.sp-footer-col li a:focus,
.sp-footer-ul li a:focus,
.sp-footer-col .sp-contact-text a:hover, 
.sp-footer-col .sp-contact-text:focus {
    color:rgb(254 251 229 / 100%) !important
}

.sp-footer-col .badge{
	color:#d8e5ff;
	font-size:0.86rem;
	font-weight:500;
	padding:0;
	border:none;
}

.sp-footer-list-style ul{
	//list-style: disc;
	//padding-left:20px;
}
.sp-footer-list-style ul li::marker{
	//color:#ff5722;
}

.sp-footer-wrap hr{
    border-color: rgb(255 255 255 / .10);
}


/* ======== Copyrights ======== */ 
.sp-copyrights{
	background:#191d23;
}


/* ======== Newsletter ======== */ 
.sp-emailer-form-head{
	bottom:-2px;
	transform:skewX(-20deg);
	padding:6px 12px;
}
.sp-emailer-form-head span{
	transform:skewX(20deg);
}
.sp-emailer-form .form-control,
.sp-emailer-form .btn{
	padding-top:.65rem;
	padding-bottom:.65rem;
}


/* ======== Enquiry Form ======== */ 
.sp-modal-btn-close{
	filter:brightness(0) invert(1);
}


/* ======== Booking Form ======== */ 
.sp-booking-details.bg-glass{
	//background:linear-gradient(180deg, rgb(255 255 255 / 0%), rgb(255 255 255 / 34%));
	background:linear-gradient(180deg, rgb(255 255 255 / 0%), rgb(118 171 174 / 34%));
	backdrop-filter:blur(15px);
}
.sp-booking-details .accordion-button[aria-expanded="false"]{
    background:rgb(255 255 255 / 15%) !important;
}
.check-list-sm li{
	margin-bottom:.35rem;
}
.check-list-sm li:nth-last-child(1){
	margin-bottom:0;
}
.sp-booking-details .check-list-sm li::before{
    color:#ffffff;
    width:20px;
    line-height:20px;
    height:20px;
    background:linear-gradient(98deg, rgb(137 255 0 / 35%), rgb(122 205 26 / 75%));
    border-radius:50%;
    text-align:center;
}
.sp-booking-details .mini-accor-btn::after{
	filter:brightness(0) invert(1);
}


/*=== --- Media-Queries --- ===*/
@media(max-width:1299px){
	
.sp-urbania-cta .cta-img:nth-child(1){
	left:-80px;
}

}


@media(max-width:1199px){
	
	.sp-header-nav-ul li a.anchor-text:before{
		bottom:-1px;
	}
	
	.sp-gallery-grid{
		column-count:4;
	}
	
	.detail-page-cta, .detail-page-cta.md{
		padding-right:19rem;
		overflow:hidden;
	}
	.detail-page-cta .cta-img{
		bottom:-30px;
		right:-92px;
	}
	.detail-page-cta.md .cta-img{
		max-width:455px;
	}
	
}


@media(max-width:1099px){
	
.sp-urbania-cta{
	padding:2.6rem 2.6rem 8rem;
}

.gallery-grid-row{
    grid-template-columns:repeat(3, 1fr); 
    grid-template-rows:auto; 
}

.gallery-grid-item:nth-child(1){ grid-column:1; grid-row:1; }
.gallery-grid-item:nth-child(2){ grid-column:2; grid-row:1; }
.gallery-grid-item:nth-child(3){ grid-column:3; }
.gallery-grid-item:nth-child(4){ grid-column:1; grid-row:2 / span 2; height:532px !important; }
.gallery-grid-item:nth-child(5){ grid-column:2; grid-row:2; }
.gallery-grid-item:nth-child(6){ grid-column:2 / span 2; grid-row:3; }

}


@media(max-width:991px){
	
	.sp-header-nav-ul{
		margin-bottom:16px;
	}
	.sp-header-nav-ul li .nav-link{
		padding:12px 0 8px 0 !important;
	}
	.sp-header-nav-ul li{
		margin-left:0;
	}
	.sp-header-nav-ul li.dropdown a:after{
		margin-left:10px;
	}
	.dropdown-menu{
		width:100%;
		position:relative !important;
		//background:linear-gradient(-45deg, #ffffff, #e8eef9) !important;
		border-left:1px solid #e1e1e1;
		border-right:1px solid #e1e1e1;
		border-bottom:1px solid #e1e1e1;
	}
	.dropdown-menu:before{
		border-color:#dce4f4 #fff0 #fff0;
	}
	.sp-header-nav-ul{
		max-height:380px;
		overflow: auto;
		overflow-x: hidden;
		padding-right:10px;
	}
	.sp-header-nav-ul::-webkit-scrollbar{
		width:4px;
		height:4px;
	}
	.sp-header-nav-ul li:nth-last-child(1){
		border:none;
	}
	.dropdown-menu li:hover a{
		color:#191919;
	}
	.dropdown-menu li a:hover{
		background:#f0d8ff;
	}
	
	.sp-header-fixed .navbar-toggler-icon{
		filter:brightness(0) invert(1);
	}
	
	/* --- Active --- */
	.sp-header-fixed.active .sp-header-navbar{
		background:#fff !important;
	}
	.sp-header-fixed.active .navbar-toggler-icon,
	.sp-header-fixed.active .sp-header-nav-ul li.dropdown a:after{
		filter:none;
	}
	.sp-header-fixed.active .sp-header-nav-ul li .nav-link{
		color:#191919;
	}
	.sp-header-fixed.active .sp-header-nav-ul li .nav-link:hover{
		color:#FF5722 !important;
	}
	
	.sp-urbania-cta .cta-img,
	.sp-urbania-cta.booking .cta-img:nth-child(2){
		max-width:400px;
	}
	.sp-urbania-cta .cta-img:nth-child(1){
		left:-75px;
	}
	.sp-urbania-cta .cta-img:nth-child(2){
		max-width:180px;
	}
	.sp-urbania-cta.booking .cta-img:nth-child(2){
		right:-75px;
	}
	
	.sp-gallery-grid{
		column-count:3;
	}
	
	.gallery-video-frame{
		height:60vh;
	}
	
	.gallery-grid-row{ grid-template-columns:repeat(2, 1fr); }
	
    .gallery-grid-item:nth-child(1){ grid-column:1; grid-row:1; }
    .gallery-grid-item:nth-child(2){ grid-column:2; grid-row:1; }
    .gallery-grid-item:nth-child(3){ grid-column:1; grid-row:2; height:260px !important; }
    .gallery-grid-item:nth-child(4){ grid-column:2; grid-row:2; height:260px !important; }
    .gallery-grid-item:nth-child(5){ grid-column:1; grid-row:3; }
    .gallery-grid-item:nth-child(6){ grid-column:2; grid-row:3; }

}


@media(max-width:767px){
	
	.sp-cta-bottom-links{
		right:15px;
	}
	.sp-cta-bottom-btn{
		width:44px !important;
		height:44px !important;
	}
	.sp-cta-bottom-btn svg{
		width:22px;
		height:22px;
	}
	.sp-cta-bottom-close{
		width:34px;
		height:34px;
		right:20px;
	}
	.sp-cta-bottom-close svg{
		width:18px;
		height:18px;
	}
	.sp-cta-bottom-close svg.bi-list{
		width:20px;
		height:20px;
	}
	
	.sp-go-to-home{
        right: 15px;
        width: 42px;
        height: 42px;
        line-height: 42px
    }
    .sp-go-to-home svg{
        width: 18px;
        height: 18px
    }
	
	.sp-banner-content{
		//padding-top:16.5rem;
	}
	
	.sp-video-poster img{
		height:250px;
	}
	
	.sp-urbania-cta{
		padding-bottom:10rem;
	}
	.sp-urbania-cta .cta-img:nth-child(1),
	.sp-urbania-cta.booking .cta-img:nth-child(2){
		max-width:380px;
	}
	.sp-urbania-cta .cta-img:nth-child(1){
		left:-70px;
	}
	.sp-urbania-cta .cta-img:nth-child(2){
		max-width:170px;
	}
	.sp-urbania-cta.booking .cta-img:nth-child(2){
		right:-70px;
	}
	
	.sp-gallery-grid{
		column-count:2;
	}
	#galleryThumbs_Slider{
        width:400px;
    }
	.gallery-video-frame{
		height:40vh;
	}
	
	.detail-page-cta, .detail-page-cta.md{
		padding-right:2.6rem;
		padding-bottom:14rem;
		overflow:inherit;
	}
	.detail-page-cta .cta-img{
		left:0;
		right:0;
		margin:auto;
	}
	
	.sp-error-content h1{
		font-size:10rem;
	}

}


@media screen and (max-width:768px){

}


@media(max-width:575px){
	
	.sp-whatsapp-form{
		left:68px;
		width:238px;
	}
	
	.sp-header-top{
		padding-top:6px;
		padding-bottom:6px;
	}
	
	.sp-urbania-cta{
		padding:2.2rem;
		padding-bottom:9rem;
	}
	.sp-urbania-cta .cta-img:nth-child(1){
		left:-64px;
		max-width:340px;
	}
	.sp-urbania-cta .cta-img:nth-child(2){
		max-width:140px;
	}
	.sp-urbania-cta.booking .cta-img:nth-child(2){
		left:0;
		right:0;
		margin:auto;
	}
	
	.gallery-grid-item, .gallery-grid-item:nth-child(3), .gallery-grid-item:nth-child(4){
		height:230px !important;
	}
	.travel-gallery-caption:before{
		margin:6px;
		border-width:2px;
	}
	
	.sp-error-content h1{
		font-size:8rem;
	}
	
	.sp-gallery-img figcaption a svg{
		width:15px;
		height:15px;
	}
	#galleryThumbs_Slider{
		width:250px;
	}
	#galleryThumbs_Slider .mobile-slide-prev,
	#galleryThumbs_Slider .mobile-slide-next{
		width:20px;
		height:20px;
		line-height:14px;
	}
	#galleryThumbs_Slider .mobile-slide-prev svg,
	#galleryThumbs_Slider .mobile-slide-next svg{
		width:14px;
		height:14px;
	}
	
	.vehicle-price-list-item{
        padding:0 0 10px;
    }
	.vehicle-price-list-image{
		padding:4px 0 4px 4px;
	}
	.vehicle-price-list-content{
		padding:10px 12px;
	}
	.vehicle-price-list-bottom{
		padding-top:10px;
        background:linear-gradient(45deg, #f8feff, #d5ebeb);
	}
	.vehicle-price-list-bottom-inner{
		padding:0 12px;
	}
	.vehicle-price-list-bottom .btn{
		padding:.4rem 1rem !important;
	}
	.vehicle-price-list-bottom .mini-accor-btn{
		background:#fff;
	}
	
	.detail-page-cta, .detail-page-cta.md, .sidebar-cta{
		padding:2.2rem;
		padding-bottom:14rem;
	}
	
	.social-link-item .social-link svg{
		width:28px;
		height:28px;
	}
	.social-link-item .social-meta strong.h2{
		font-size:1.4rem;
	}
	
	.sp-sl-item svg{
		width:22px;
		height:22px;
	}

}


@media(max-width:449px){
	
	.sp-urbania-cta .cta-img:nth-child(1){
		left:-60px;
		max-width:300px;
	}
	.sp-urbania-cta .cta-img:nth-child(2){
		max-width:120px;
	}
	
	.detail-page-cta, .detail-page-cta.md, .sidebar-cta{
		padding-bottom:13rem;
	}
	
}


@media(max-width:399px){
	
.detail-page-cta, .sidebar-cta{
	padding-bottom:10rem;
}
	
}
	
	
@media(min-width:576px){
	
	.sp-enquiry-modal-form .modal-dialog{
		max-width:450px;
		margin-left:auto;
		margin-right:auto;
	}
	
}
