@import url('sunrise/footer.css');
@import url('sunrise/header.css');
@import url('sunrise/buttons.css');
@import url('sunrise/forms.css');
@import url('sunrise/cards.css');
@import url('sunrise/effects.css');
@import url('sunrise/mobile.css');
@import url('sunrise/utilities.css');


@charset "utf-8";
/* CSS Document */

*, ::after, ::before {
    box-sizing: border-box;
}
body{
	padding: 0;
	margin: 0;
}
img{
	max-width: 100%;
}
a, abbr, acronym, address, applet, big, blockquote, body, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, tt, ul, var {
	border: 0;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: none !important;
	padding: 0;
	vertical-align: baseline;
	font-family: 'Inter', sans-serif;
}
@font-face {
    font-family: 'Cocogoose Compressed Trial';
    src: url('../fonts/CocogooseCompressedTrial-Letter.woff2') format('woff2'),
        url('../fonts/CocogooseCompressedTrial-Letter.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cocogoose Compressed Trial';
    src: url('../fonts/CocogooseCompressedTrial-Bold.woff2') format('woff2'),
        url('../fonts/CocogooseCompressedTrial-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cocogoose Compressed Trial';
    src: url('../fonts/CocogooseCompressedTrial-Bold.woff2') format('woff2'),
        url('../fonts/CocogooseCompressedTrial-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


body {
	margin: 0;
	padding: 0;
	background: #fff;
	background-repeat: repeat-x;
	font-family: 'Montserrat', sans-serif;
	font-size:17px;
	color:#333333;
}
.btn:focus{
	box-shadow: none !important;
}


header{
	position: absolute;
	top:10px;
	left: 0;
	right: 0;
	display: inline-block;
	width: 100%;
	z-index: 3;
}
.main-menu-div .navbar{
	align-items: center;

}
.main-menu-div .navbar .nav-item{
	margin: 0 15px;
}
.main-menu-div .navbar .nav-link{
	color: #fff;
	transition: all 0.5s;
	font-size: 18px;
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 500;
}
.main-menu-div .navbar .nav-link:hover{
    color: var(--sunrise-gold) !important;
}
.main-menu-div .navbar a.active{
	color: #fff !important;
	border-bottom: solid 2px #fff;
}
.main-menu-div .right-src li{
	margin: 0 15px;
}
.main-menu-div .right-src a{
	color: #fff;
	font-size: 15px;
}
.main-menu-div .right-src a svg{
	width: 20px;
	height: 20px;
}
/* banner */
.banner-home{
	position: relative;
	display: grid;
	align-items: center;
	width: 100%;
	height: 760px;
	overflow: hidden;

}
.carousel-indicators [data-bs-target]{
	background: none !important;
	opacity:9;
	width: 130px;
	height:130px;
	text-indent: 0;
	border:solid 4px transparent;
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 8px;
}
.carousel-indicators .active{
	opacity: 9;
	border: solid 4px #fff;
}
.socal-divs1-banner{
	position: absolute;
	left: 20px;
	bottom: 140px;
}
.socal-divs1-banner li{
	margin-bottom: 12px;
}
.socal-divs1-banner li a{
	color: #fff;
	font-size: 18px;
}
.banner-slider-m{
	position: absolute;
	left: 0;
	right: 0;
	top:0;
	display: inline-block;
	width: 100%;
}

.carousel-item{
	display: inline-block;
	width: 100%;
	height: 650px;
	overflow: hidden;
}
.carousel-item img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.sm-thums-cm{
	width: 130px;
	height:130px;
	display: inline-block;
	overflow: hidden;
}
.sm-thums-cm img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.carousel-indicators{
	justify-content: flex-end;
	margin-right: 5%;
}
.banner-content{
	position: relative;
	z-index: 2;
	display: inline-block;
	width: 100%;

}
.banner-content h1,
.inside-nms h1{
	color: #fff;
	font-family: 'Red Hat Display', sans-serif;
	line-height: 53px;
	margin-bottom:40px;
	text-shadow: #000 1px 2px 5px;
	font-weight: 700;
}
.inside-nms h1{
	color: #000;
	font-size: 56px;
	text-shadow: none;
	line-height: 63px;
	margin-bottom: 14px;
}
.inside-nms h1 span{
	font-family: 'Cocogoose Compressed Trial';
}
.banner-content h1 span{
	font-size: 70px;
	font-family: 'Cocogoose Compressed Trial';
}
.banner-content p{
	font-family: 'Nothing You Could Do', cursive;
    font-size: 20px;
    color: #fff;
    width: 68%;
    position: relative;
    padding-left: 30px;
    line-height: 25px;
}
.banner-content p:after{
	position: absolute;
    left: 0;
    width: 2px;
    height: 70px;
    content: "";
    top: 0;
    background: #fff;

}

.strokeme {
	color: #001a35;
	font-family: 'PT Sans Narrow', sans-serif !important;
	text-shadow:
	  -1px -1px 0 #fff,
	  1px -1px 0 #fff,
	  -1px 1px 0 #fff,
	  1px 1px 0 #fff;  
	
  }

  .form-divs{
	background: #fff;
	border-radius: 10px;
	padding:10px 20px;
	display: inline-block;
	margin-top: 30px;
	width: 100%;
  }



.form-divs .row > div{
	position: relative;
}
.form-divs .row > div:after{
	position: absolute;
    right: 0;
    top: 13px;
    content: "";
    background: #ddd;
    width: 1px;
    height:38px;


}
.form-divs .row > div:last-child:after{
	display: none;
}
.search-btn:hover{
	background: #000;
}
.form-divs .form-select{
	border: none !important;
	font-size: 13px;
	padding-left: 0;
}
.form-divs .form-select:focus{
	box-shadow: none !important;
}
.form-divs label{
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 700;
	color: #000;
	font-size: 15px;
}
.input-group{
	align-items: center;
}
.cs-desti{
	text-align: center;
	text-decoration: none;
}
.cs-desti h5{
	color: #fff;
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 500;
	
}
.cs-desti p{
	color: #999;
	font-family: 'Red Hat Display', sans-serif;
	font-size: 13px;
}
.cs-desti figure{
	height: 90px;
	width: 90px;
	border-radius: 50%;
	overflow: hidden;
	margin: auto;
	margin-bottom: 10px;
	border: solid 5px #ffffff2b;
}
.cs-desti figure img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.form-divs .form-control{
    background: none !important;
	border: none !important;
	font-size: 13px;
	padding-left: 0;
}
.search-btn{
    background: var(--sunrise-gold);
    color: #fff !important;
    margin-top: 6px;
    display: inline-block;
    width: 100%;
    height:45px;
}
.bok{
	color: var(--sunrise-gold);
	padding: 0;
	display: inline-block;
	transition: all 0.5s;
}
.bok:hover{
	color: #000;
}
.bok:hover i{
	color: #000;
}
.discover-page .pol-text{
	bottom: 0;
	top:inherit !important;
}

.body-part{
	display: inline-block;
	width: 100%;
	margin-top: 100px;
}
.comon-head-m{
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 900;
	color: #222;
	font-size: 40px;
	position: relative;
}
.comon-head-m:after{
	position: absolute;
	left: 0;
	bottom: -14px;
	background-image: url(../images/landing-top-logo-img.png);
	content: "";
	width: 175px;
    height: 15px;
}
.sub-page-n{
	font-family: 'Nothing You Could Do', cursive;
}
.comon-items-week{
	display: inline-block;
	position: relative;
	width: 100%;
}
.adventure-divs-1 .comon-items-week figure{
	height: 230px;
}
.comon-items-week figure{
	display: inline-block;
	width: 100%;
	height: 300px;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}
.comon-items-week figure img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
	transform: scale(1);
}
.comon-items-week:hover figure img{
	transform: scale(1.1);
}
.comon-items-week .wish-list{
	position: absolute;
	right: 10px;
	top:10px;
	display: grid;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
	background: #fff;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	color: #222;
}
.price{
	background: #008665;
	position: absolute;
	left: 10px;
	top:10px;
	display: grid;
	align-items: center;
	padding: 10px;
	color: #fff;
	border-radius: 10px;
	font-size: 14px;
}
.div-test1 i{
	color: var(--sunrise-gold);
}
.div-test1 svg{
	color: var(--sunrise-gold);
}
.div-test1 h5{
	font-size: 18px;
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 700;
	color: #000;
	margin: 10px 0;
}
.div-test1 p{
	font-size: 14px;
	color: #6c6c6c;
	margin-bottom: 10px;
}
.favlist{
	background: var(--sunrise-gold) !important;
	color: #fff !important;
}
.titel-cm{
	font-size: 18px;
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 700;
	color: #000;
	margin: 10px 0;
	text-decoration: none;
	transition: all 0.5s;
}
.titel-cm:hover{
	color: var(--sunrise-gold);
}
.slide-weekly1{
	position: relative;
	width: 100%;
	display: inline-block;
	margin-top: 70px;

}
.slide-weekly1 .owl-nav,
.slide-weekly2 .owl-nav{
	position: absolute;
	top:-95px;
	right: 0;
}
.slide-weekly1 .owl-nav .owl-prev,
.slide-weekly2 .owl-nav .owl-prev{
	position: relative;
}
.slide-weekly1 .owl-nav .owl-prev span,
.slide-weekly2 .owl-nav .owl-prev span{
	display: none;
}
.slide-weekly1 .owl-nav .owl-prev:after,
.slide-weekly2 .owl-nav .owl-prev:after{
	content: "\f060";
	font-family: "FontAwesome";
	color: #222;
	position: absolute;
	left: -20px;
	top:0;
}


.slide-weekly1 .owl-nav .owl-next,
.slide-weekly2 .owl-nav .owl-next{
	position: relative;
}
.slide-weekly1 .owl-nav .owl-next span,
.slide-weekly2 .owl-nav .owl-next span{
	display: none;
}
.slide-weekly1 .owl-nav .owl-next:after,
.slide-weekly2 .owl-nav .owl-next:after{
	content: "\f061";
	font-family: "FontAwesome";
	color: #222;
	position: absolute;
	left: 0;
	top:0;
}

.show-btn1{
	background: var(--sunrise-gold);
	color: #fff;
	padding: 10px 25px;
	margin-top: 50px;
}
.why-choose-divs1{
	display: inline-block;
	position: relative;
	width: 100%;
	margin-top:100px;
	padding: 50px 0;
	background: url(../images/bg-how.jpg) no-repeat;
	background-size: cover;

}
.why-choose-divs1 h5{
	color: var(--sunrise-gold);
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 700;
	font-size: 18px;

}
.why-choose-divs1 h1{
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 700;
	color: #222;
}
.why-choose-divs1 h5{
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 700;
}
.why-choose-divs1 .comon-head-m,
.inside-nms .comon-head-m{
	font-size: 35px;
	margin-bottom: 30px;
	color: #fff;
}
.why-choose-divs1 .comon-head-m:after,
.inside-nms .comon-head-m:after{
	background-image: url(../images/landing-top-logo-img2.png);
}
.cm-sub-head{
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 600;
	font-size:20px;
	color: var(--sunrise-gold);
}
.why-choose-divs1 .let-bnt{
	background: var(--sunrise-gold);
	color: #fff;
	padding: 10px 25px;
	margin-top: 24px;
}
.why-choose-divs1 .let-bnt{
	background: #fff;
	color: #222;
}
.why-choose-divs1 figure{
	width: 70%;
	display: inline-block;
}
.sub-textb{
	color: var(--sunrise-gold);
}

.slide-weekly2 .comon-items-week{
	background: #fff;
	box-shadow:#e9e9e9 1px 2px 18px;
	padding-bottom: 30px;
}
.slide-weekly2{
	margin-top: 80px;
}
.slide-weekly2 .comon-items-week figure{
	height: 300px;
}
.slide-weekly2 .comon-items-week h5{
	font-size: 20px;
	color: var(--sunrise-gold);
}
.slide-weekly2 .comon-items-week h5 span{
	font-size: 13px;
	color: #222;
	font-weight: 300;
	margin-left: 5px;
	
}
.bt-rating{
	font-size: 13px;
	color: #222;
	font-weight: 300;
}
.slide-weekly2 .div-test1{
	padding: 0 20px;
}
.poular-packges{
	display: inline-block;
	width: 100%;
	background: url(../images/bg-cm-travel.jpg) no-repeat;
	position: relative;
}
.bg-gs-1{
	position: absolute;
	right: 200px;
    top: 30px;
}
.services-mountain{
	background: url(../images/bg-moutain.jpg) no-repeat;
	background-size: cover;
	width: 100%;
	height: 713px;
	overflow: hidden;
}
.services-mountain{
	display: inline-block;
	width: 100%;
	position: relative;
	padding-top: 100px;
}
.comon-office-divs{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 30px;
}
.comon-office-divs figure{
	width: 40px;
	display: inline-block;
	margin-right: 15px;
}
.comon-office-divs .right-test-of{
	width:70%;
}
.comon-office-divs h5{
	font-weight: 700;
}
.comon-office-divs p{
	font-size: 13px;
	color: #404040;
	margin-top: 6px;
}
.comon-ps-1{
	display: inline-block;
	position: relative;
	width: 100%;
	border-radius: 8px;
}
.big-ds{
	height: 450px;
	overflow: hidden;
	
}
.big-ds figure,
.small-ds figure{
	height: 100%;
	width: 100%;

}
.big-ds figure img,
.small-ds figure img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	transform: scale(1);
	transition: all 0.5s;
}
.small-ds:hover figure img,
.big-ds:hover figure img{
	transform: scale(1.1);
}
.poluar-destinations{
	display: inline-block;
	width: 100%;
}
.content-text2{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 6%);
	position: absolute;
	text-align: center;
	top:0;
	left: 0;
	display: grid;
	align-content: center;
	z-index: 3;
	color: #fff;
	
}
.content-text2 h2{
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 600;
}
.poluar-destinations .comon-head-m::after,
.blogs-divs .comon-head-m::after,
.textimonals-idv .comon-head-m::after,
.subcribe-part .comon-head-m::after{
     margin: auto;
	 margin: auto;
    left: 0;
    right: 0;
}
.content-text2 h6{
   background: #fff;
   color: #222;
   width: 120px;
   display:none;
   transition: all 0.5s;
   margin: auto;
   margin-top: 10px;
}
.comon-ps-1:hover h6{
	display:block;
}
.small-ds{
	height: 216px;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}
.offcer-divs{
	background: url(../images/bg-offer.jpg) no-repeat;
	background-size: cover;
	width: 100%;
	display: inline-block;
	height: 400px;
}
.blogs-divs{
	display: inline-block;
	width: 100%;
	position: relative;
	background: url(../images/blogs-bg.jpg) no-repeat;
	height:920px;
	background-size: cover;
}
.comon-choose{
	display: flex;
	flex-wrap: wrap;
}
.comon-choose figure{
	background: #fff;
	width: 50px;
	height: 50px;
	display: grid;
	align-content: center;
	justify-content: center;
	border-radius: 50%;
	overflow: hidden;
	padding: 10px;
	margin-right: 15px;
}
.comon-choose .coose-text{
	width: 70%;
}
.comon-choose .coose-text h5{
	color: #fff;
}
.blogs-slide1 .comon-items-week{
	background: #fff;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	border-radius: 8px;
	box-shadow: #d7d7d7 1px 3px 39px;
}
.blogs-slide1 .div-test1{
	padding: 0 20px 20px;
}
.tags{
	background: var(--sunrise-gold);
	color: #fff;
	width: 79px;
	font-size: 14px;
	margin-bottom: 8px;

}
.textimonals-idv{
	display: inline-block;
	position: relative;
	width: 100%;
}
.items-ts figure{
	width: 80px;
	height: 80px;
	display: grid;
	justify-content: center;
	overflow: hidden;
	border-radius: 50%;
	margin: auto;
	border: solid 4px var(--sunrise-gold);
}
.items-ts{
	text-align: center;
	width: 50%;
	margin: auto;
}
.items-ts figure img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.items-ts h5{
	font-size: 16px;
	color: #fff;
	margin-top: 15px;
}
.items-ts p{
	color: #fff;
}
.items-ts h5 span{
	font-size: 13px;
	font-weight: 400;
	color: #fff;
}
.subcribe-part{
	display: inline-block;
	width: 100%;
	position: relative;
	background: url(../images/footer-bg.jpg) no-repeat;
    height: 920px;
	background-size:cover;

}
.subpage-sub2 .inside-nms .comon-head-m span{
	font-family: 'Red Hat Display', sans-serif;
}
.emil-sub{
	background: #fff;
    border-radius: 58px;
    padding: 10px;
    height: 55px;
    align-items: center;
    margin-top: 20px;
    box-shadow: #000 1px 2px 8px;
    width: 170px;
}
.inside-nms{
	margin-top:80px;
}
.emil-sub .form-control{
	border: none !important;
	
}
.subucr{
	color: #000;
}
footer .footer-link-div{
	background: #01162d;
	background-position: center 40px;
	background-repeat: no-repeat;
    display: inline-block;
    width: 100%;
	margin-top: 0;
	padding-bottom: 20px;
}
footer .footer-link-div li a,
footer .footer-link-div li{
	color: rgb(219, 219, 219);
	font-size: 14px;
	text-decoration: none;
}
footer .footer-link-div p{
	font-size: 14px;
	color: rgb(219, 219, 219);
}
footer .footer-link-div li{
	margin-bottom: 10px;
}
.contact-link li{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 10px;

}
.contact-link li i{
	margin-right:10px;
}




/* sub pages */
.sub-page-banner{
	height: 300px;
}
.sub-page-banner .banner-content{
	height: 300px;
    display: grid;
    align-content: center;
	padding-top: 40px;
}
.sub-page-banner .banner-content .breadcrumb-item+.breadcrumb-item::before{
	color: #fff;
}
.sub-page-banner h1{
    text-transform: capitalize;
	margin-bottom: 15px;
}
.sub-page-banner .breadcrumb-item{
	color: #fff;
	text-decoration: none;
}
.sub-page-banner .breadcrumb-item a{
	color: #fff;
	text-decoration: none;
}
.discover-page .comon-head-m::after{
	margin: auto;
    left: 0;
    right: 0;
	z-index: 3;
}
.comon-travel-1{
	display: inline-block;
	width: 100%;
	height: 400px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}
.comon-travel-1 figure{
	margin: 0;
	height: 400px;
	overflow: hidden;
	border-radius: 10px;
}
.comon-travel-1 figure img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	transform: scale(1);
	transition: all 0.5s;
}
.comon-travel-1:hover figure img{
	transform: scale(1.1);
}
.comon-travel-1:hover .com-dis{
	background: rgba(0, 0, 0, 50%);
}
.com-dis{
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	top:0;
	color: #fff;
	background: rgba(0, 0, 0, 20%);
	height: 100%;
	display: grid;
	align-content: center;
	transition: all 0.5s;
	border-radius: 10px;
}
.com-dis h5{
	font-weight: 700;
	font-size: 30px;
	margin-bottom: 15px;
	text-shadow: #000 1px 2px 5px;

}
.com-dis li {
	text-shadow: #000 1px 2px 5px;
}
.load-monre{
	background: var(--sunrise-gold);
    color: #fff;
    padding: 10px 25px;
	display: table;
	margin: auto;
	margin-top: 50px;

}
.colm{
	display: none;
}
.dd-body-pic{
   height: 400px;
   display: inline-block;
   width: 100%;
   border-radius: 10px;
   overflow: hidden;
}
.dd-body-pic img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.discover-details-page h2{
	font-weight: 700;
	color: #222;
	font-family: 'Red Hat Display', sans-serif;
}
.hightlist{
	column-count: 2;
}
.hightlist li{
	margin-bottom: 10px;
}
.hightlist li i{
	color: var(--sunrise-gold);
}
.discover-details-page h3{
	font-weight: 700;
	color: var(--sunrise-gold);
	font-family: 'Red Hat Display', sans-serif;
}
.comon-explore-divs{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
.comon-explore-divs figure{
	width: 30%;
	height:150px;
	overflow: hidden;
	border-radius: 8px;
}
.comon-explore-divs figure img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.exp-text{
	width: 70%;
	padding-left: 20px;
}
.exp-text h5{
	font-weight: 700;
	color: #222;
	font-family: 'Red Hat Display', sans-serif;
}
.exp-text a{
    color: var(--sunrise-gold);
	text-decoration: none;
	margin-top: 8px;
	display: inline-block;
}
.submit-btn{
	background: var(--sunrise-gold);
	color: #fff;
	width: 100%;
	transition: all 0.5s;
}
.submit-btn:hover{
	background: #000;
}

.range-slider {
	width: 300px;
	text-align: center;
	position: relative;
  }
  .range-slider .rangeValues {
	display: block;
  }
  
  input[type=range] {
	-webkit-appearance: none;
	border: 1px solid white;
	width: 300px;
	position: absolute;
	left: 0;
  }
  
  input[type=range]::-webkit-slider-runnable-track {
	width: 300px;
	height: 5px;
	background: #ddd;
	border: none;
	border-radius: 3px;
  }
  
  input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	border: none;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: var(--sunrise-gold) ;
	margin-top: -4px;
	cursor: pointer;
	position: relative;
	z-index: 1;
  }
  
  input[type=range]:focus {
	outline: none;
  }
  
  input[type=range]:focus::-webkit-slider-runnable-track {
	background: #ccc;
  }
  
  input[type=range]::-moz-range-track {
	width: 300px;
	height: 5px;
	background: #ddd;
	border: none;
	border-radius: 3px;
  }
  
  input[type=range]::-moz-range-thumb {
	border: none;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: var(--sunrise-gold) ;
  }
  
  /*hide the outline behind the border*/
  input[type=range]:-moz-focusring {
	outline: 1px solid white;
	outline-offset: -1px;
  }
  
  input[type=range]::-ms-track {
	width: 300px;
	height: 5px;
	/*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
	background: transparent;
	/*leave room for the larger thumb to overflow with a transparent border */
	border-color: transparent;
	border-width: 6px 0;
	/*remove default tick marks*/
	color: transparent;
	z-index: -4;
  }
  
  input[type=range]::-ms-fill-lower {
	background: #777;
	border-radius: 10px;
  }
  
  input[type=range]::-ms-fill-upper {
	background: #ddd;
	border-radius: 10px;
  }
  
  input[type=range]::-ms-thumb {
	border: none;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: var(--sunrise-gold) ;
  }
  
  input[type=range]:focus::-ms-fill-lower {
	background: #888;
  }
  
  input[type=range]:focus::-ms-fill-upper {
	background: #ccc;
  }


  .right-divs-ds1{
	background: #f5f5f5;
	display: inline-block;
	width: 100%;
	padding:30px;
  }
  .comon-filter-news1 h5,
  .similar-packgaes h5{
	font-weight: 700;
	color: #222;
	font-family: 'Red Hat Display', sans-serif;
	margin-bottom: 25px;
  }
  .comon-filter-news1 .form-group{
	margin-bottom: 15px;
  }
  .comon-filter-news1 .input-group{
	background: #fff;
	padding-right: 10px;
  }
  .comon-filter-news1 .form-control{
	border: none;
	height: 45px;
  }
  .comon-filter-news1 .form-control:disabled, .form-control[readonly]{
	background: #ffff;
	border: none;
  }
  .comon-filter-news1 .form-check{
	margin-bottom: 10px;
  }
  .comon-filter-news1 .form-check label{
	font-size: 15px;
  }
  .form-check-input:focus{
	box-shadow: none !important;
  }
  .form-check-input:checked{
	  background-color: var(--sunrise-gold) !important;
	  border-color: var(--sunrise-gold) !important;
  }
  .pc-slider1{
	text-decoration: none;
  }
  .pc-slider1 figure{
	width: 100%;
	height: 150px;
	overflow: hidden;
	border-radius: 10px;
  }
  .pc-slider1 figure img{
	object-fit: cover;
	width: 100%;
	height: 100%;
  }
  .pc-slider1 h6{
	color: var(--sunrise-gold);
	font-size: 25px;
	font-weight: 700;
  }
  .pc-slider1 h6 i{
	color: var(--sunrise-gold);
  }
  .pc-slider1 h6 span{
	font-size: 15px;
	color: #222;
	font-weight: 400;
  }
  .test-dib h4{
	color: #222;
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 700;
	font-size: 20px;
  }
  .comon-filter-news1 .form-select{
	border: none;
	height: 45px;
	font-size: 15px;
  }
  /* listing details */
  .locations-ts{
	color: var(--sunrise-gold);
  }
  .listing-details-adds .comon-head-m{
	font-size: 30px;
  }
  .tour-price{
	background: var(--sunrise-gold);
	color: #fff !important;
	padding: 10px 15px;
	border-radius: 8px;
  }
  .tour-price span{
	color: #222;
	font-size: 14px;
	font-weight: 400;
  }
  .list-sort i{
	color: var(--sunrise-gold);
	margin-right: 5px;
  }
  .include-listing li{
	margin-bottom: 10px;
  }
  .include-listing li i{
	color: var(--sunrise-gold);
  }
  .tour-plans .accordion-button:not(.collapsed){
     background-color: #f5f5f5;
	 border-color: #f5f5f5;
  }
  .accordion-button:focus{
	box-shadow: none;
  }
  .tour-plans .accordion-button span{
	color: var(--sunrise-gold);
	text-transform: uppercase;
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 700;
	margin-right: 20px;
	position: relative;
  }
  .tour-plans .accordion-button span:after{
	position: absolute;
	right: -11px;
	top:0;
	height: 25px;
	background: #d5d5d5;
    content: "";
    width: 1px;
    height: 20px;
  }
  .tour-plans .accordion-button{
	color: #000;
	font-weight: 700;
  }
  .features-list1 {
	display: flex;
	flex-wrap: wrap;

  }
  .features-list1 li {
	margin-right: 10px;
	margin-bottom: 4px;
	font-size: 14px;
  }
  .features-list1 li i{
	color: var(--sunrise-gold);
  }
  .comon-tour-days h5{
	font-family: 'Red Hat Display', sans-serif;
	color: #000;
	font-size: 16px;
	font-weight: 700;
  }
  .comon-tour-days p{
	font-size: 14px;
  }
  .galllery-divs figure{
	width: 100%;
	height: 150px;
	border-radius: 8px;
	overflow: hidden;
	display: inline-block;
  }
  .galllery-divs figure img{
	object-fit: cover;
	width: 100%;
	height: 100%;
  }
  .map-loctions{
	width: 100%;
	height: 300px;
	overflow: hidden;
  }
  .linke-aloso .comon-items-week{
	display: inline-block;
	width: 100%;
  }
  .linke-aloso .comon-items-week figure{
	height: 200px;
  }
  .comments-sec1{
	display: inline-block;
	width: 100%;
  }

  .comment-user-div {
    display: flex;
    flex-wrap: wrap;
    border-bottom: solid 1px #f1f1f1;
    padding-bottom: 20px;
    padding-top: 20px;
}
.comment-user-div .us-pic {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 8px;
}
.user-dsl {
    width: 80%;
}
.user-dsl h6 span {
    font-size: 13px;
    color: var(--sunrise-gold);
    display: block;
    margin-top: 5px;
    margin-left: 8px;
    margin-right: 8px;
}
.rating.star > label {
    color: #bbb;
    margin: 1px 20px 0px 0px;
    background-color: #ffffff;
    border-radius: 0;
    height: 35px;
    float: right;
    width: 14px;
    border: none;
}
.rating > label {
    color: #fff;
    margin: 1px 11px 0px 0px;
    background-color: #78e2fb;
    border-radius: 2px;
    height: 16px;
    float: right;
    width: 16px;
    border: 1px solid #c1c0c0;
}
fieldset.rating.star > label:before {
    margin-top: 0;
    padding: 0px;
    font-size: 31px;
    font-family: FontAwesome;
    display: inline-block;
    content: "\2605";
    position: relative;
    top: -9px;
}
.rating {
    border: none;
    margin: 0px;
    margin-bottom: 18px;
    float: left;
}
.rating > input {
    display: none;
}
.submit-review .form-control {
    border: none;
    background: #f3f3f3;
    height: 50px;
    margin-bottom: 15px;
}
.submit-review textarea {
    height: 150px !important;
    resize: none;
}
.sub-re{
	background:var(--sunrise-gold);
    color: #fff !important;
    display: inline-block;
    margin: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
    margin-top: 16px;
    margin-right: 8px;
    padding: 10px 20px;
    transition: all 0.5s;
    text-decoration: none;
    cursor: pointer;
	box-shadow: 0 20px 30px 0 rgb(172 172 172 / 65%);
	width: 160px;

}
.list-serach-acd .accordion-button:not(.collapsed){
	background-color: #f5f5f5;
	border:none;
	box-shadow: none !important;
}
.list-serach-acd .accordion-button{
	font-weight: 700;
    color: #222;
    font-family: 'Red Hat Display', sans-serif;
	background-color: #f5f5f5;
}
.list-serach-acd .accordion-item{
	border:none;
	margin-top: 15px;
	
}
.list-serach-acd label{
	font-size: 15px;
}
.list-serach-acd .form-check{
	margin-bottom: 10px;
}
.right-divs-ds1 h4{
	font-weight: 700;
    color: #222;
    font-family: 'Red Hat Display', sans-serif;
	margin-bottom: 25px;
}
.right-divs-ds1 .form-group label{
	color: #222;
    font-family: 'Red Hat Display', sans-serif;
	margin-bottom: 10px;
	font-weight: 600;
}


.item.list-group-item {
    float: none;
    width: 100%;
    margin-bottom: 30px;
    -ms-flex: 0 0 48%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    border: 0;
    height: 271px;
    overflow: hidden;
    border-radius: 8px;
    transition: all 0.5s;
}
.share-bn i{
	color: #c7c7c7;
}
.left-div-list figure{
	height: 271px;
	border-radius: 8px;
	overflow: hidden;
}
.item .right-list-div{
	margin-top: 10px;
}
.item .list-sort{
	font-size: 14px;
}
.item p{
	font-size: 14px;
}
.item hr{
	background: #d5d5d5;
}
.view-products{
   background: var(--sunrise-gold);
   color: #fff;
}

.comon-items-d1 {
    display: flex;
    justify-content: space-between;
    padding:0;
    flex-wrap: wrap;
    width: 100%;
    background-color: #fff;
    /* box-shadow: 0 1px 8px 0 rgb(0 0 0 / 6%); */
    border-radius: 8px;
    overflow: hidden;
    /* box-shadow: 0 1px 8px 0 rgb(0 0 0 / 6%); */
}

.item.list-group-item .left-div-list {
    width: 40%;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.item h2{
	margin-top: 10px;
}
.item.list-group-item .right-list-div {
    padding-top: 0;
    padding-bottom: 0;
    width: 60%;
}

.item.list-group-item .right-list-div {
    padding-left: 20px;
}

.strat-r {
    background: var(--sunrise-gold);
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    position: absolute;
    left: 13px;
    top: 10px;
    z-index: 1;
}
.comon-items-d1 h6 {
    color: var(--sunrise-gold);
    font-size: 15px;
    font-weight: 600;
}
.comon-items-d1 h2 {
    font-size: 25px;
    color: var(--sunrise-gold);
}
.comon-items-d1 .titel-product {
    font-weight: 700;
    font-size: 18px;
    color: #212529;
    text-decoration: none;
    text-overflow: ellipsis;
    width: 100%;
    font-family: 'Red Hat Display', sans-serif;
    text-transform: capitalize;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
}
.listed-bn li {
    margin: 0 7px;
}
.listed-bn ul li .active {
	color: var(--sunrise-gold);
}
.listed-bn li a {
    color: #161616;
    font-size: 24px;
    cursor: pointer;
}
.comon-items-d1:hover figure img {
    transform: scale(1.1);
}
.comon-items-d1 figure img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: all 0.5s;
}
.grid-group-item .left-div-list, .grid-group-item .right-list-div {
    width: 100%;
}
.grid-group-item .comon-items-d1,
.grid-group-item .left-div-list{
	width: 100%;
	position: relative;
}
.collist{
	display: none;
}
.item{
	margin-bottom: 25px;
}
#products .load-monre{
	margin: 0;
}
.tour-packages-pages .comon-head-m:after,
.offer-divs12 .comon-head-m:after{
	margin: auto;
	display: table;
	right: 0;
}
.dt-div-list .in-dtat{
	border: none !important;
}
.dt-div-list .in-dtat:focus{
	border: none;
	outline: none;
}
.comon-expl2{
	display: flex;
	flex-wrap: wrap;
	box-shadow: #ddd 1px 8px 38px;
	border-radius: 5px;
	width: 100%;
	height: 140px;
	align-items: center;
	overflow: hidden;
	padding-left: 30px;
	margin-bottom: 15px;
	background: #ffff;
	
}
.location-nm{
	color: var(--sunrise-gold);
	font-size: 14px;
	margin-bottom: 5px;
}
.comon-expl2 h5{
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 700;
	text-overflow: ellipsis;
	width: 80%;
	overflow: hidden;
	white-space: nowrap;
	margin-bottom: 10px;
}
.comon-expl2 .list-sort{
	font-size: 14px;
}
.comon-expl2 h3{
	color: var(--sunrise-gold);
	margin-top: 10px;
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 700;
}
.comon-expl2 h3 span{
	font-size: 13px;
	color: #222;
	font-weight: 600;
}
.st-m1{
	font-size: 13px;
	color: #bbb;
}
.book-btn1{
	background: var(--sunrise-gold);
	color: #fff;
	font-size: 12px;
	margin-top: 10px;
	transition: all 0.5s;
}
.book-btn1:hover{
	background: #222;
	color: #fff !important;
}
.comon-explores-divs1 h3{
	font-size:30px;
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 700;
	margin-bottom: 10px;
}
.comon-explores-divs1 .ps-tm{
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 700;
	margin-bottom: 10px;
	color: var(--sunrise-gold);
}
.slider-nm{
	height: 200px;
	overflow-y: scroll;
	width: 100%;
	display: inline-block;
	padding: 0 30px;
}

.slider-nm::-webkit-scrollbar-thumb:hover {
	background: var(--sunrise-gold);
   }
.slider-nm::-webkit-scrollbar {
	width: 6px;
   }

   .slider-nm::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey;
	border-radius: 10px;
   }
   
   
   
   /* Handle */
   
   .slider-nm::-webkit-scrollbar-thumb {
	background: var(--sunrise-gold);
	border-radius: 10px;
   }

   .explores-divb2{
	background: #f5f5f5;
	display: inline-block;
	width: 100%;
   }
   .ab-top-m2 h6{
	font-weight: 500;
	color: var(--sunrise-gold);
	font-size: 18px;
   }
   .red-mone{
	 background: var(--sunrise-gold);
	 color: #fff;
	 padding: 8px 20px;
   }
   .comon-ab3{
	text-align: center;
   }
   .comon-ab3 figure{
	width: 90px;
	height: 90px;
	overflow: hidden;
	display: grid;
	align-content: center;
	border-radius: 50%;
	box-shadow: #d9d9d9 1px 16px 27px;
	margin: auto;
	padding: 20px;
   }
   .comon-count figure,
   .com-ln3 figure{
	width: 54px;
	display: inline-block;
   }
   .comon-ab3 h5{
	font-family: 'Red Hat Display', sans-serif;
	font-size: 16px;
	font-weight: 600;
	margin: 10px 0;
   }
   .comon-ab3 p{
	font-size: 14px;
   }
   .comon-count{
	text-align: center;
   }
   .comon-count h5{
	  font-family: 'Nothing You Could Do', cursive;
	  font-size: 25px;
   }
   .comon-count h3{
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 700;
	color: #fff;
   }
   .client-dibns{
	background: url(../images/bg-ambn.jpg) no-repeat;
	background-size: cover;
	width: 100%;
	color: #fff;
   }
   
   .client-dibns .row > div{
	position: relative;
   }
   .client-dibns .row > div:after{
	position: absolute;
	right: 0;
	top:20%;
	content: "";
	background: #bbb;
	width: 1px;
	height: 50px;

   }
   .client-dibns .row > div:last-child::after{
	display: none;
   }

   .com-link {
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
}
.cat-count {
    position: absolute;
    bottom: 2px;
    display: grid;
    width: 20px;
    height: 20px;
    background: var(--sunrise-gold);
    color: #fff;
    font-size: 12px;
    align-content: center;
    border-radius: 50%;
    overflow: hidden;
    left: 20px;
    font-weight: 700;
    text-align: center;
    pointer-events: none;
}

.comon-cart-ps {
    padding: 15px 7px 14px;
    margin: 0;
    border-bottom: solid 1px #ebebeb;
    width: 100%;
    display: inline-block;
}
.products-sm-pic figure {
    height: 60px;
    width: 60px;
    overflow: hidden;
    margin: 0;
}
.titel-crt-products {
    color: #212529;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}
.cart-ps-details h6 {
    color: var(--sunrise-gold);
    font-weight: 700;
    margin-top: 5px;
}
.close-crt {
    color: #212529 !important;
	width: 20px;
	height: 20px;
	overflow: hidden;
	border-radius: 20px;
	background: #ebebeb;
	font-size: 10px !important;
	border-radius: 50%;
	text-align: center;
	line-height: 20px;
}
.sub-total-products {
    padding: 10px 15px;
}
.sub-total-products h4 {
    color: var(--sunrise-gold);
    font-weight: 600;
}
.cart-drop-bn {
    width: 90%;
    margin: 0 auto;
    font-weight: 600;
    display: table;
	font-size: 14px !important;
	background: var(--sunrise-gold);
	color: #fff !important;
	font-family: 'Inter', sans-serif;
}
.cart-new-icon {
    font-size: 25px !important;
    padding-top: 0;
    padding-bottom: 0;
}
.check-drop-bn {
    background: #222;
    width: 90%;
    margin: 0 auto;
    font-weight: 600;
    display: table;
    color: #fff;
    margin-top: 10px;
	font-size: 14px !important;
	font-family: 'Inter', sans-serif;
}
.titel-crt-products {
    color: #212529 !important;
    text-decoration: none;
    font-size: 14px !important;
    font-weight: 600;
}
.products-sm-pic figure img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.cart-dropdown-ne {
    width: 310px;
    right: 0;
    left: inherit !important;
    border: none;
    transition: all 0.5s;
    top: 120%;
}
.small-nm{
	color: var(--sunrise-gold);
	font-size: 13px !important;
}
.color-logo{
	display: none;
}

.fixed-menu {
    background: #fff;
    position: fixed;
    top: 0;
    animation: slide-down 0.7s;
    left: 0;
    right: 0;
    box-shadow: 4px -86px 103px rgb(0 0 0 / 90%);
    z-index: 250;
}
@keyframes slide-down {
	0% {
		transform: translateY(-100%);
	} 
	100% {
		transform: translateY(0);
	} 
}

@keyframes slide {
  0% {
	  opacity: 0;
	  transform: translateY(50%);
  } 
  100% {
	  opacity: 1;
	  transform: translateY(0);
  } 
}
.fixed-menu .navbar .nav-link{
	color: #000;
}
.fixed-menu .right-src a{
	color: #000;
}
.fixed-menu .com-link{
	color: #000;
}
.fixed-menu .navbar a.active{
	color: var(--sunrise-gold) !important;
}
.fixed-menu .color-logo{
	display: block;
}
.fixed-menu .delf{
	display: none;
}
.right-src a{
	cursor: pointer;
}
.com-div-md {
    background: #fff;
    padding-top: 25px;
    padding-bottom: 25px;
}
.user-icon {
    font-size: 35px;
}
.login-div-modal h5 {
    font-weight: 700;
    font-size: 25px;
}
.login-div-modal .close {
    transform: none;
    position: absolute;
    right: 22px;
    top: 27px;
    border: none;
    background: none;
    font-size: 29px;
}
.login-modal-pn .form-control {
    border: none;
    font-size: 15px;
    background: #f3f3f3;
    height: 45px;
    margin-bottom: 20px;
}
.continue-bn {
    background:var(--sunrise-gold);
    color: #fff !important;
    font-weight: 700;
    width: 100%;
    display: inline-block;
    box-shadow: 0 20px 30px 0 rgb(172 172 172 / 40%);
}
.regster-bn {
    text-decoration: none;
    font-weight: 600;
    color: var(--sunrise-gold);
    cursor: pointer;
}
.login-div-modal .modal-content, .login-div-modal .modal-header {
    background: none;
    border: none;
}
.login-modal-pn {
    /* background: #f3f3f3; */
    padding: 10px 40px 30px 40px;
}
.cm-select-login label {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 14px;
    width: 92%;
}
.main-tn::after{
	margin:0;
	display: table;
	right: 0;
}
.con-lins{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.com-ln3{
	display: flex;
    flex-wrap: wrap;
    width: 100%;
    background: #fff;
    border-radius: 8px;
    box-shadow: #e3e3e3 1px 2px 31px;
    padding: 20px;
	align-items: center;
	justify-content: center;
	height: 120px;
}
.com-ln3 figure{
	width:41px;
	margin-right: 25px;
	margin-bottom: 0;
}
.com-ln3 .left-com-cm{
	width:65%;
}
.com-ln3 h5{
	font-family: 'Red Hat Display', sans-serif;
    font-size:20px;
	color: var(--sunrise-gold);
}
.rt-icon{
	font-size: 14px;
	color: var(--sunrise-gold);
}
.com-ln3 h6{
	font-family: 'Red Hat Display', sans-serif;
	margin-top: 5px;
	font-size: 15px !important;
	font-weight: 600 !important;
	color: #222;
}
.tol-free-n{
	font-size: 20px !important;
	font-weight: 700 !important;
}
.contan-nm .form-control{
	background-color:#f1f1f1;
	border: none;
	height: 45px;
	margin-bottom: 15px;
}
.contan-nm textarea.form-control{
	height: 150px;
	resize: none;
}
.submit-q{
	background:var(--sunrise-gold);
    color: #fff !important;
	margin: 0;
	display: table;
	transition: all 0.5s;
	padding: 8px 20px;
}
.submit-q:hover{
	background: #222;
}
.com-socila li a{
	color: #000;
	font-size: 20px;
}
.com-socila li{
	display: inline-block;
	margin: 0 15px 0 0;
}

.ad-fm {
    background: #fff;
    box-shadow: 0 1px 22px 0 rgb(0 0 0 / 9%);
    padding: 15px 20px;
}
.sub-pages h2 {
    font-size: 23px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: 'Red Hat Display', sans-serif;
}
.ad-fm .row > div .form-group {
    margin-bottom: 5px;
}
.comon-steps-div label {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-bottom: 8px;
}
.form-wizard .form-control {
    font-weight: 300;
    height: auto !important;
    padding: 15px;
    color: #888888;
    background-color: #fff;
    border: none;
}
.form-wizard h2 {
    font-size: 23px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: 'Red Hat Display', sans-serif;
}
.comon-steps-div .form-select {
    background-color: #f1f1f1;
    padding: 15px;
    border: none;
}
.form-wizard .form-group {
    position: relative;
    margin: 13px 0;
}
.left-sec-d2 {
    margin-left: 15px;
}
.end-date, .cvv {
    display: flex;
    place-items: center;
}
.end-date .form-select {
    margin-right: 5px;
    font-size: 13px;
}
.cvv .form-control {
    width: 60%;
    margin-right: 8px;
}
.left-sec-d1 h4, .left-sec-d2 h4 {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Red Hat Display', sans-serif;
	margin-bottom: 10px;
}
#ac-2 {
    display: none;
}
.ceck-out-right-div {
    background: #fff;
    box-shadow: 0 1px 22px 0 rgb(0 0 0 / 9%);
    padding: 15px 20px;
    min-height: 270px;
}
.sub-pages h2 {
    font-size: 23px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: 'Red Hat Display', sans-serif;
}
.checkout-table tr th {
    background: #f7f7f7;
    border: none;
    text-transform: capitalize;
    font-family: 'Red Hat Display', sans-serif;
}
.price-am, .delivery-am, .discount-am {
    display: flex;
    align-items: center;
    font-family: 'Open Sans', sans-serif;
    justify-content: space-between;
    font-size: 15px;
}
.price-am span {
    font-weight: 700;
    font-size: 20px;
}
.delivery-am span {
    font-size: 15px;
    font-weight: 500;
    color: var(--sunrise-gold);
}
.price-am, .delivery-am, .discount-am {
    display: flex;
    align-items: center;
    font-family: 'Open Sans', sans-serif;
    justify-content: space-between;
    font-size: 15px;
	margin-bottom: 10px;
}
.total-price {
    color: var(--sunrise-gold);
    padding: 10px 0;
}
.form-wizard-next-bt {
	background:var(--sunrise-gold) !important;
	color: #fff !important;
	width: 100%;
	transition: all 0.5s;
}
.form-wizard-next-bt:hover{
	background: #222 !important;
}
.ceck-out-right-div hr, .ad-fm hr {
    background: #bbb;
}


.qty-input {
    color: #000;
    background: #fff;
    display: flex;
    align-items: center;
    overflow: hidden;
	border-radius: 4px;
}

.qty-input .qty-count {
    padding: 0;
    cursor: pointer;
    width: 23px;
    font-size: 1.25em;
    text-indent: -100px;
    overflow: hidden;
    position: relative;
}

.qty-input .qty-count:before, .qty-input .qty-count:after {
    content: "";
    height: 2px;
    width: 10px;
    position: absolute;
    display: block;
    background: #000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.qty-input .qty-count:before, .qty-input .qty-count:after {
    content: "";
    height: 2px;
    width: 10px;
    position: absolute;
    display: block;
    background: #000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.qty-input .product-qty, .qty-input .qty-count {
    background: transparent;
    color: inherit;
    font-weight: bold;
    font-size: inherit;
    border: none;
    display: inline-block;
    min-width: 0;
    height: 28px;
    line-height: 1;
}
.qty-input .qty-count {
    padding: 0;
    cursor: pointer;
    width: 23px;
    font-size: 1.25em;
    text-indent: -100px;
    overflow: hidden;
    position: relative;
}
.qty-input .qty-count--add {
    background: var(--sunrise-gold);
    color: #000;
}
.qty-input .qty-count--minus {
    background: var(--sunrise-gold);
    color: #000;
}
.qty-input .qty-count--add:after {
    transform: rotate(90deg);
}
.qty-input .product-qty {
    width: 50px;
    min-width: 0;
    display: inline-block;
    text-align: center;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    border: 1px solid var(--sunrise-gold);
}

.qty-input .product-qty {
    width: 50px;
    min-width: 0;
    display: inline-block;
    text-align: center;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    border: 1px solid var(--sunrise-gold);
}
.count-div2{
	display: inline-block;
	width: 100%;
	margin-bottom: 5px;
}
.age-text{
	margin-top: 8px;
}
.remove-field{
	width: 70px;
    float: right;
    display: table;
	margin-top: 6px;
}

.testimonals-div-new .items-ts{
   border-radius: 8px;
   display: inline-block;
   overflow: hidden;
   width: 100%;
   margin: 30px 0;
   height: 290px;
   padding-left: 20px;
   padding-top: 20px;
   position: relative;


   /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+31,000000+100&0.88+34,0+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0.88) 31%, rgba(244,244,244,0.88) 34%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0.88) 31%,rgba(244,244,244,0.88) 34%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0.88) 31%,rgba(244,244,244,0.88) 34%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0ffffff', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */








}
.testimonals-div-new .comon-head-m::after{
   margin: 0;
}
.testimonals-div-new .items-ts::before {
	content: "\f10d";
    position: absolute;
    right: 50px;
    bottom: 1px;
    font-size: 50px;
    color: #f5f5f5;
    font-family: 'FontAwesome';

	color: transparent;
    -webkit-text-stroke: 1px #fff;
}
.testimonals-div-new .items-ts{
	text-align: left;
}
.testimonals-div-new .items-ts h5{
	color: #000;
	width: 60%;
    text-align: left;
	padding-left: 10px;
	font-size: 20px;
}
.testimonals-div-new .items-ts h5 span{
	color: #222;
	margin-top: 5px;
}
.testimonals-div-new .items-ts p{
    color: #000;
    font-size: 16px;
    width: 90%;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 500;

}
.testimonals-div-new .items-ts figure{
	border-radius: 8px;
	border: none;
	margin: 0;
	
}
.testimonals-div-new .items-ts i{
	color: var(--sunrise-gold);

}
.get-mail .sub-divbn{
    background: #fff;
	border-radius: 8px;
	height: 60px;
	display: flex;
	align-items: center;
	width: 70%;
	padding: 20px 10px;
}
.get-mail .sub-divbn .form-control{
	border: none !important;
}
.subcribe-btn{
	background: var(--sunrise-gold);
	color: #fff;
	width: 100px;
	height: 40px;
	display: inline-block;
}
.subcrib-div-new{
	background: #f3f3f3;
	display: inline-block;
	width: 100%;
	overflow: hidden;
}
.offer-div{
	position: relative;
}
.offer-div figure{
	height: 350px;
	overflow: hidden;
}
.offer-div h2{
	position: absolute;
	left: 50%;
	top:50%;
	transform: translate(-50%, -50%);
	color: #fff;
	z-index: 2;
	font-size: 80px;
	text-align: center;
	font-weight: 700;
}
.offer-div h2 span{
	font-family: 'Nothing You Could Do', cursive;
	font-size: 40px;
}
.lgn-btn{
	background: var(--sunrise-gold);
    color: #fff;
	width: 34px;
    height: 34px;
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    line-height: 34px;
}
.pack-divsbn{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-decoration: none;
}
.pack-divsbn span{
	margin-left: 10px;
	font-weight: 600;
	color: #222;
}
.pack-divsbn figure{
	width: 40px;
	height: 40px;
	border-radius: 5px;
	overflow: hidden;
	margin: 0;
}
.pack-divsbn figure img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.account-apge-design table.dataTable.table-striped>tbody>tr td{
	box-shadow: none;
	border: none;
}
.account-apge-design .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
	background: var(--sunrise-gold);
    color: #fff !important;
}
.account-apge-design  .nav-tabs .nav-link{
	color: var(--sunrise-gold);
}
.account-apge-design .table> td{
	border: none;
	box-shadow: none;
}

.profile-pic {
    color: transparent;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
	height: 200px;
}
.profile-pic:hover .-label {
 
    background-color:#000;
   
}
.profile-pic .-label {
    cursor: pointer;
    height:40px;
    width: 40px;
	margin-bottom: 15px;
	position: absolute;
	border-radius: 50%;
	background: var(--sunrise-gold);
	color: #fff;
	z-index: 2;
	text-align: center;
	line-height: 40px;
	bottom: 0;
	right: 0;
}
.profile-pic input {
    display: none;
}
.profile-pic img {
    position: absolute;
    object-fit: cover;
    width: 200px;
    height: 200px;
    box-shadow: 0 0 10px 0 rgb(255 255 255 / 35%);
    z-index: 0;
	border-radius: 8px;
	margin: auto;
    left: 0;
    right: 0;
}
.acount-divbn .form-control,
.acount-divbn .form-select{
	border: none;
	background-color: #f3f3f3 !important;
	height: 45px;
}
.acount-divbn .form-group{
	margin-bottom: 15px;
}
.acount-divbn label{
	font-weight: 600;
	margin-bottom: 8px;
}
.submit-bn{
	background: var(--sunrise-gold);
    color: #fff !important;
	padding: 5px 15px;
	margin-top: 15px;
}
.account-left-div{
	background: #efefef;
    border-radius: 8px;
    padding: 20px;
    display: inline-block;
    width: 100%;
	position: relative;

	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e5ebee+10,f6f8f9+100 */
background: rgb(229,235,238); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(229,235,238,1) 10%, rgba(246,248,249,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(229,235,238,1) 10%,rgba(246,248,249,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(229,235,238,1) 10%,rgba(246,248,249,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ebee', endColorstr='#f6f8f9',GradientType=0 ); /* IE6-9 */

}
.navbar-toggler i{
	color: #fff;
}
.pas-name{
	font-family: 'Red Hat Display', sans-serif;
	font-weight:700;
	color: #000;
	text-align: center;
	margin-bottom: 5px;
}
.pas-name span{
	font-size: 15px;
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 500;
}

.account-left-div .nav-pills .nav-link{
	text-align: left;
	font-size: 15px;
	color: #222;
	border-bottom: solid 1px #ddd;
	border-radius: 0;
	padding-bottom:15px;
	padding-top: 15px;
	padding-left: 15px;
}
.account-left-div .nav-pills .nav-link i{
	margin-right: 5px;
}
.account-left-div .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
	background: #fff;
	color: #000;
	border-bottom: none;
}
.account-left-div .nav-pills .nav-link:last-child{
	 border-bottom: none;
}
.bd-account-6 .nav-pills{
	background: #efefef;
    width: 79%;
    justify-content: center;
    padding: 10px 15px;
    border-radius: 57px;
	
}
.bd-account-6 .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
	background: #fff;
	color: #000;
    justify-content: center;
}
.bd-account-6 .nav-link{
	color: #6c6c6c;
    font-size: 15px;
    border-radius: 68px;
    padding: 13px 24px;
}
.pogress2,
.bd-f-div{
	background: #fff;
	border-radius: 8px;
	box-shadow: #e9e9e9 1px 7px 8px;
    padding: 30px;
}
.pogress2 span{
	font-weight: 700;
}
.progress-bar{
	background: var(--sunrise-gold);
}
.varify-divb{
	background: #efefef;
	padding:20px;
	font-size: 15px;
}
.verrit{
	color: green;
}
.notveri{
	color: #bbb;
}
.bd-f-div h5{
	font-size: 25px;
	font-weight: 700;
	font-family: 'Red Hat Display', sans-serif;
}
.bd-f-div p{
	font-size: 14px;
	margin-bottom: 20px;
}
.bd-f-div .form-group{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	flex-wrap: wrap;
}
.bd-f-div .form-group label{
	width: 250px;
	display: inline-block;
	margin-bottom: 10px;
}
.bd-f-div .form-group .form-control{
	background: #f1f1f1;
	border: none;
	height: 45px;
}
.sub-divbn1{
	border: solid 2px var(--sunrise-gold);
	color: var(--sunrise-gold);
}
.submit-bnt{
	background: var(--sunrise-gold);
	color: #fff;
	transition: all 0.5s;
}
.submit-bnt:hover{
	background: #000;
	color: #fff;
}
.emtp-text{
	padding-left: 20px;
}
.empt-box-img{
	width: 150px;
	display: inline-block;
}
.emtp-text h5,
.wal-tbn h2{
	font-size: 25px;
	font-weight: 700;
	font-family: 'Red Hat Display', sans-serif;
}
.wal-tbn figure{
	width: 70px;
	display: inline-block;
}
.wal-tbn .wl-tests{
	padding-left: 25px;
}
.wal-tbn .wl-tests h1{
	font-size: 24px;
}
.wal-tbn h2{
	font-size: 40px;
	color: var(--sunrise-gold);
}
.wal-tbn h1{
	font-weight: 700;
	font-family: 'Red Hat Display', sans-serif;
}
.bd-f-div .accordion-button:not(.collapsed){
	color: #222;
}
.subpage-sub2{
	background: url(../images/pexels-asad-photo-maldives-9149301.jpg) fixed no-repeat;
	height:463px;
	width:100%;
	padding-top: 50px;
	background-position: center;
	background-size: cover;
}
.subpage-sub2 .inside-nms{
      margin-top: 90px;
}
.subpage-sub2 .inside-nms:after{
	position: absolute;
	left: 0;
	right: 0;
	background: #01162d;
	bottom: 0;
	content: "";
	height: 45px;
}
.bk-btn svg{
	width: 50px;
    height: 25px;
}
.subpage-sub2 .inside-nms span.number-ts{
	font-weight: 700;
	font-family: 'Red Hat Display', sans-serif;
	color: var(--sunrise-gold);

}
.div-test1 del{
	color: red;
	font-weight: 700;
	font-family: 'Red Hat Display', sans-serif;
}
.subpage-sub2 .inside-nms .comon-head-m{ 
color: #000;
text-shadow: #ffffff 0px 4px 6px;
}
.subpage-sub2 .inside-nms p{
	color: #fff;
    font-family: 'Nothing You Could Do', cursive;
    font-weight: 700;
    font-size: 25px;
}
.subpage-sub2 .inside-nms .comon-head-m:after{
	background-image: url(../images/landing-top-logo-img.png);
}
.account-apge-design tr th,
.account-apge-design tr td{
	font-size: 15px;
}
.wal-tbn .submit-bnt{
	height: 45px;
}
.trans-divs h3{
	font-family: 'Red Hat Display', sans-serif;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 25px;
	color: #000;
}
.trans-divs .nav-pills{
	background: none !important;
	justify-content: flex-start;
}
.trans-divs .nav-pills .nav-link.active, 
.trans-divs .nav-pills .show>.nav-link{
    background: #000;
	color: #fff;
}
.trans-divs .nav-pills .nav-link{
	padding: 8px 20px;
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 700;
}
.titel-es{
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 600;
	color: #000;
}
.ad-price{
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 700;
	color: var(--sunrise-gold);
}
.titel-es figure{
	width: 30px;
	display: inline-block;
	margin-right: 8px;
}
.comon-cash{
	border-bottom: solid 1px #efefef;
	padding-top:15px;
}
.comon-copon{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	height: 180px;
	overflow: hidden;
	background: #f5f5f5;
	border-radius: 8px;
}
.comon-copon figure{
	width: 40%;
	position: relative;
	height: 180px;
	margin-bottom: 0;
}
.comon-copon figure img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.comon-copon figure  figcaption{
    position: absolute;
    top: 33%;
    left: 0;
    right: 0;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 700;
    color: #000;
    font-size: 32px;
	text-shadow: #fff 1px 2px 2px;

}
.comon-copon .conp-text{
	width: 60%;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
}
.comon-copon .conp-text .vou{
	background: #fff;
	padding: 10px;
	text-align: center;
}
.comon-copon .conp-text .vou h5{
	font-size: 14px;
}
.comon-copon .conp-text .vou h3{
	font-family: 'Red Hat Display', sans-serif;
    font-weight: 700;
}
.comon-copon .conp-text p{
	font-size: 13px;
	font-family: 'Red Hat Display', sans-serif;
}
.comon-copon .conp-text .appy-btn{
	background: var(--sunrise-gold);
	color: #fff;
	font-size: 13px;
	margin-top: 10px;
}
.navbar-toggler{
	margin-left: auto;
	border: none;
}
.slide-weekly2 .owl-dots,
.slide-weekly1 .owl-dots{
	display: none;
}
.fixed-menu .navbar-toggler i{
	color: #000;
	border: none;
}
button.close-menu {
    color: #fff;
    background: #212529;
    border-radius: 5px;
    display: block;
    margin: 40px 0 0 0;
    width: 100px;
}
.mobile-menu-sec .active-m a {
    background: var(--sunrise-gold);
    color: #fff;
}
.mobile-menu-sec li a, .mobile-menu-sec li .dropdown .btn {
    text-decoration: none;
    color: #212529;
    padding: 10px 5px 10px 10px;
    display: block;
    background: #f7f7f7;
    margin-bottom: 3px;
    width: 100%;
    text-align: left;
}

.side-media {
    list-style-type: none;
    margin-top: 15px;
    display: flex;
}
.side-media li {
    margin: 0 5px;
}
.side-media li a {
    background: #212529;
    color: #fff;
    padding: 8px 12px;
    border-radius: 8px;
    display: inline-block;
}
.mobile-menu-div {
    width: 320px;
}
.tour-packages-pages .div-test1 h5{
	color: var(--sunrise-gold);
	font-size: 25px;
}
.tour-packages-pages .div-test1 h5 span{
	 color: #222;
	 font-size: 13px;
}

/* 05-07-2022 */

.our-most-popular-pack{
	display: inline-block;
	width: 100%;
	background: #efefef;
	padding: 50px 0 80px 0;

}
.our-most-popular-pack .div-test1 h5{
	color: #000;
}
.book-now-btn{
	background: var(--sunrise-gold);
	color: #fff;
}

/* hots deals */

.hots-deals .comon-head-m:after{
	margin: 0;
}
.hots-deals .get-btn{
	background: var(--sunrise-gold);
	color: #fff;
}
.hots-deals .ex-test2 h5{
	font-size: 15px;
	color: var(--sunrise-gold);
}
.hots-deals .ex-test2 del{
	color: red;
	font-family: 'Red Hat Display', sans-serif;
    font-weight: 700;
}
.hots-deals .ex-test2 h4{
	color: #000;
	font-family: 'Red Hat Display', sans-serif;
    font-weight: 700;
}
.more-citites{
	background: #222;
	display: inline-block;
	width: 100%;
}
.more-citites .comon-head-m,
.more-citites h6 {
	color: #fff;
}
.fe-city h5,
.fe-city p{
	color: #fff;
	font-family: 'Red Hat Display', sans-serif;
}
.fe-city h5{
	font-weight: 700;
	font-size: 25px;
}
.fe-city h6{
	color: var(--sunrise-gold);
}
.fe-city p{
	font-size: 14px;
	font-weight: 400;
	font-family: 'Red Hat Display', sans-serif;
	color: #999;
}
.more-citites figure{
	display: inline-block;
	border-radius: 8px;
	overflow: hidden;
	height: 400px;
	width: 100%;


}
.more-citites figure img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.more-citites .row > div:nth-child(2) .fe-city figure{
	height: 230px;
	overflow: hidden;
}
.more-citites .row > div:nth-child(2) .fe-city figure img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.more-citites .row > div:nth-child(4) .fe-city figure{
	height: 230px;
	overflow: hidden;
}
.more-citites .row > div:nth-child(4) .fe-city figure img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.testimonal-div{
	background: #01162d;
	border-radius: 0;
	display: inline-block;
	width: 100%;
	padding: 30px;
}
.testimonal-div p{
	font-family: 'Inter', sans-serif !important;
	font-size: 16px !important;
	text-align: left;
	font-weight: 400 !important;
}
.testimonal-div .items-ts{
	width: 100%;
}
.testimonal-div .items-ts span{
	color: var(--sunrise-gold);
}
.testimonal-div .items-ts figure{
	margin: 0 8px 0 0;

}
.testimonal-div .items-ts h5{
	margin-top:0 !important;
	color: #fff;
}
.testimonal-div h6{
	font-family: 'Red Hat Display', sans-serif;
	color: #fff;
}
.testimonal-div h3{
	font-weight: 700;
	font-family: 'Red Hat Display', sans-serif;
	color: #fff;
}
.left-tes-5 h2{
	font-family: 'Red Hat Display', sans-serif;
    color: #fff;
	font-weight: 700;
	font-size: 42px;
	text-shadow: #000000 1px 2px 19px;
}
.left-tes-5 h2 span{
	color: #fff;
	font-family: 'Red Hat Display', sans-serif;
	display: block;
	font-weight: 700;
	text-shadow: #000000 1px 2px 19px;
}
.left-tes-5 h6{
	color: #fff;
	font-weight: 700;
	font-size: 31px;
    font-family: 'Red Hat Display', sans-serif;
	text-shadow: #000000 1px 2px 19px;
}
.left-tes-5 h6 span{
	font-size: 20px;
	font-family: 'Red Hat Display', sans-serif;
}
.left-tes-5 i{
	color: #fff;
	font-size: 40px;
	text-shadow: #000000 1px 2px 19px;
}

/* 07-07-2022 */
.imagagine-div .comon-head-m{
	font-size: 30px;
}
.imagagine-div .comon-head-m:after{
	margin: 0;
}
.comon-images-divs{
	display: inline-block;
    width: 100%;
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
	text-align: left;
}
.comon-images-divs figure {
    margin: 0;
    height: 400px;
    overflow: hidden;
    border-radius: 10px;
}
.comon-images-divs figure img{
	object-fit: cover;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: all 0.5s;
}
.comon-images-divs .com-dis{
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	bottom: 0;
	height: 90px;
	background: rgba(0, 0, 0, 50%);
	border-radius: 0;
	top:inherit !important;
}
.comon-images-divs .com-dis h5{
	font-size: 20px;
	font-family: 'Red Hat Display', sans-serif;
	text-shadow: none;
	text-transform: capitalize;
	text-shadow:0px 0px 20px #000,0px 0px 20px #000;
}
.comon-images-divs .com-dis h4{
	font-size:30px;
	font-family: 'Red Hat Display', sans-serif;
	text-shadow: none;
	font-weight: 700;
	color: var(--sunrise-gold);
}
.comon-images-divs .com-dis p{
	font-family: 'Red Hat Display', sans-serif;
	font-size: 15px;
}
.all-city-cover{
	display: inline-block;
	width: 100%;
	background: #121212 url(../images/bg-map-2.png) no-repeat right center;
	margin-top: 80px;
	padding: 50px 0;
}
.all-city-cover .comon-head-m{
	color: #fff;
}
.all-city-cover .comon-head-m:after{
	background-image: url(../images/landing-top-logo-img2.png);
}
.comon-places{
	display: inline-block;
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}
.comon-places .com-dis{
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	bottom: 0;
	height: 150px;
	background: none;
	border-radius: 0;
	top:inherit !important;
}
.comon-places .com-dis h6{
	font-family: 'Nothing You Could Do', cursive;
	color: #fff;
	font-size: 35px;
	text-shadow:0px 0px 20px #000,0px 0px 20px #000;
}
.imagagine-div{
	background: url(../images/h1-background-1.png) no-repeat center top;
	background-size: cover;
	width: 100%;

}
.discover-main-div{
	display: inline-block;
	width: 100%;
}
.controls {
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	font-family: 'Red Hat Display', sans-serif;
}
.controls .btn{
	font-weight: 700;
	font-size: 20px;
}
.top-ledt-b figure{
	height: 361px;
}
.bd-part .comon-items-week{
    border: solid 1px #ededed;
}
.bd-part .comon-items-week figure{
	height: 248px;
	border-radius: 0;
	position: relative;
}
.rating-bn{
	font-size: 15px;
	margin: 15px 0;
	display: inline-block;
}
.bd-part .comon-items-week .div-test1{
	padding: 0 20px 30px 20px;
}
.bd-part .comon-items-week .div-test1 h5 span{
	font-size: 13px;
	font-weight: 400;
}
.bd-part .comon-items-week .div-test1 del{
	color: #cfcfcf;
	font-weight: 500;
}
.location-icon2{
	position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 13px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) -2%, rgba(0, 0, 0, 0.9) 100%);
    height: 42px;
    width: 100%;
    display: inline-block;
    padding: 14px;

}
.bd-part .comon-items-week .pol-text{
	border-radius: 5px;
	right: 20px;
	top:15px;
}
.mixitup-control-active{
	background: var(--sunrise-gold);
	color: #fff;
}
.pol-text{
	background: var(--sunrise-gold);
	color: #fff;
	position: absolute;
	right: 0;
	top:10px;
	font-size: 14px;
	border-radius: 0;
}
.bk-btn{
	color: var(--sunrise-gold);
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 700;
}
.comon-packages{
	display: flex;
	 flex-wrap: wrap;
	 justify-content: space-between;
	 text-decoration: none;
	 font-family: 'Red Hat Display', sans-serif;
	 margin-bottom: 20px;
}
.comon-packages figure{
	height: 80px;
	width: 80px;
	overflow: hidden;
	border-radius: 5px;
}
.comon-packages figure img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.comon-packages .left-divs-1{
	width: 70%;
}
.comon-packages .left-divs-1 i{
	font-size: 12px;
	color: var(--sunrise-gold);
}
.comon-packages .left-divs-1 h5{
	color: #fff;
	text-transform: capitalize;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	margin-bottom: 5px;
	font-size: 16px;
}
.comon-packages .left-divs-1 h3{
	font-size:20px;
	color: var(--sunrise-gold);
	font-family: 'Red Hat Display', sans-serif;
}
.top-ledt-b{
	height: 361px;
	display: inline-block;
	width: 100%;
	overflow: hidden;
}
.new-dicount .pack-md-dl{
	background: none;
}
.new-dicount .pack-md-dl h5{
	color: #fff;
	font-size: 25px;
	text-shadow: #000 1px 1px 5px;
}
.new-dicount .pack-md-dl p{
	color: #fff;
	text-shadow: #000 1px 1px 5px;
}
.new-dicount .booking-now{
	background: #fff;
	color: #000 !important;
	margin-top: 0;
	box-shadow: #000 1px 8px 23px;
}
.top-ledt-s{
	height: 261px;
	display: inline-block;
	width: 100%;
	overflow: hidden;
}
.top-ledt-s figure{
	height: 261px;
	width: 100%;
	display: inline-block;
}
.top-ledt-s figure img,
.right-sm-b figure img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.right-sm-b{
	height: 361px;
	display: inline-block;
	width: 100%;
	overflow: hidden;
}
.right-sm-b figure{
	height: 361px;
	width: 100%;
	display: inline-block;
}
.new-sp-packages1{
	display: inline-block;
	position: relative;
	width: 100%;
	height:270px;
	border-radius: 8px;
	overflow: hidden;
}
.new-sp-packages1 figure{
	display: inline-block;
	position: relative;
	width: 100%;
	height: 270px;
}
.new-sp-packages1 figure img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.pack-md-dl{
	position: absolute;
	left: 0px;
    bottom: 6px;
    background: #ffffffc9;
    z-index: 1;
    width: 79%;
    border-radius: 8px;
    padding: 20px 30px;

}
.new-packge-design .comon-items-week{
    border: none;
}
.new-packge-design .comon-items-week figure{
	border-radius: 10px 10px 0 0;
	margin: 0;
}

.new-packge-design .comon-items-week .div-test1{
	position: relative;
    top: -20px;
    background: #fff;
    z-index: 3;
    display: inline-block;
    width: 100%;
    padding-top: 25px;
    border-radius: 18px 18px 0 0;
	border: solid 1px #ededed;
}
.pack-md-dl ul li{
	color: #000;
	margin-right: 20px;
	font-size: 15px;
}
.pack-md-dl ul li i{
	color: var(--sunrise-gold);
	margin-right: 3px;
}
.pack-md-dl h5{
	color: #000;
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 700;
	text-transform: capitalize;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 90%;

}
.pack-md-dl h4{
	color: #000;
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 700;
}
.pack-md-dl h4 del{
	color: #606060;
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 700;
}
.pack-md-dl h4 span{
	margin-left: 14px;
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 700;
}
.pack-md-dl p{
	color: #000;
	font-family: 'Red Hat Display', sans-serif;
	margin-bottom: 10px;
}
.booking-now{
	background: #000;
	color: #fff;
	margin-top: 15px;
}
.offe-test{
	position: absolute;
	right: 20px;
	top:20px;
	background: var(--sunrise-gold);
	color: #fff;
}
.discount-packgaes{
	display: inline-block;
	width: 100%;
	background: url(../images/h1-background-1.png) no-repeat center;

}
.last-mint-offer{
	display: inline-block;
	width: 100%;
	background: #121212 url(../images/bg-map-2.png) no-repeat right center;
	margin-top: 50px;
}
.last-mint-offer .comon-head-m{
	color: #fff;
}
.last-mint-offer .comon-head-m::after{
	background-image: url(../images/landing-top-logo-img2.png);
}
.comon-deals-offer{
	display: inline-block;
	border-radius: 8px;
	background: #fff;
	height: 290px;
	overflow: hidden;
}
.comon-deals-offer figure{
	height: 290px;
	display: inline-block;
	width: 100%;
}
.comon-deals-offer figure img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.md-tile-div{
	height: 290px;
	display: grid;
	align-content: center;
}
.md-tile-div h5{
	color: #222;
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 700;
	margin-bottom: 15px;
	fo
}
.last-mint-offer h2{
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 700;
	font-size: 24px;
}
.bk-right-div{
	background: var(--sunrise-gold);
	color: #fff;
	display: grid;
	align-content: center;
	height: 290px;
	justify-content: center;
	text-align: center;
}
.bk-right-div h3{
	margin: 10px 0;
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 700;
}
.bk-right-div h3 span{
	font-size: 13px;
	font-weight: 400;
}
.book-now2{
	background: #fff;
	color: var(--sunrise-gold);
}
.md-tile-div ul li{
	
	font-size: 14px;
	margin-right: 15px;
}
.md-tile-div ul li i{
	color: var(--sunrise-gold);
}
@media screen and (max-width:1180px) {
footer .footer-link-div li a, footer .footer-link-div li {
	font-size: 12px;
}
.banner-slider-m{
	height: 100%;
}
.banner-slider-m img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.slider-nm{
	padding: 0 10px;
}
/* discover */
.comon-travel-1,
.comon-travel-1 figure{
	height:300px;
}
input[type=range]{
	width: 200px;
}
.range-slider{
	width: 200px;
}
.comon-steps-div label{
	font-size: 12px;
}
}
@media screen and (max-width:900px) {
	.banner-slider-m{
		height: 100%;
	}
	.banner-slider-m img{
		object-fit: cover;
		width: 100%;
		height: 100%;
	}
	.socal-divs1-banner {
		bottom: 80px;
	}
	.services-mountain{
		background-position: center;
	}
	footer .footer-link-div li a, footer .footer-link-div li {
		font-size: 14px;
	}
	/* discover */
	.comon-travel-1,
	.comon-travel-1 figure{
		height: 250px;
	}
	input[type=range]{
		width: 300px;
	}
	.range-slider{
		width: 300px;
	}
	.comon-steps-div label{
		font-size: 16px;
	}
}
@media screen and (max-width:667px) {
	.banner-content h1{
		margin-bottom: 4px;
	}
	.banner-content h1 span{
		font-size:35px;
	}
	.banner-content p{
		width: 100%;
	}
	.banner-slider-m{
		height: 100%;
	}
	.banner-slider-m img{
		object-fit: cover;
		width: 100%;
		height: 100%;
	}
	.slide-weekly1 .owl-nav .owl-prev:after, .slide-weekly2 .owl-nav .owl-prev:after,
	.slide-weekly1 .owl-nav .owl-next:after, .slide-weekly2 .owl-nav .owl-next:after{
		top:-27px;
	}
	.slider-nm{
		padding: 0 10px;
		height: 290px;
	}
	.comon-expl2{
		height: 256px;
		padding-left: 15px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	/* discover */
	.comon-travel-1,
	.comon-travel-1 figure{
		height: 250px;
	}
	/* discover details */
	.comon-explore-divs figure{
		height: 110px;
	}
	.comon-explore-divs{
		margin-bottom: 45px;
	}

	/* listing */
	.listing-details-adds .list-group-item .list-sort{
		font-size: 12px;
	}
	.sub-re{
		margin-left: 20px;
	}
	.listing-details-adds .list-sort{
        font-size: 14px;
	}
	.client-dibns {
		background-position: center;
	}

	.bd-account-6 .nav-pills{
		width: 96%;
	}

	.table {
		table-layout: fixed;
		word-wrap: break-word;
		width: 1330px !important;
	}
	.full-widh12{
		width: 100%;
		overflow: auto;
	}
	
}
@media screen and (max-width:480px) {
	.slide-weekly2 .owl-dots,
	.slide-weekly1 .owl-dots{
		display: block;
	}
	.slide-weekly2 .owl-nav,
	.slide-weekly1 .owl-nav{
		display: none;
	}
	.subcribe-part{
		background-position: center;
	}
	.comon-head-m{
		font-size: 34px;
	}
	.services-mountain{
		height:863px;
		background-position: center;
		padding-top: 20px;
	}

    /* listing */


	.listing-details-adds .list-group-item .list-sort{
		font-size: 8px;
	}
	.item.list-group-item .left-div-list{
		width: 37%;
	}
	.item.list-group-item .right-list-div{
		width: 63%;
	}
	.item.list-group-item .left-div-list figure{
       height: 131px;
	} 

}

	
	
@media screen and (max-width: 375px) {
	.banner-content h1{
		margin-bottom: 4px;
	}
	.banner-content h1 span{
		font-size:35px;
	}
	.banner-content p{
		width: 100%;
	}
	.banner-slider-m{
		height: 100%;
	}
	.banner-slider-m img{
		object-fit: cover;
		width: 100%;
		height: 100%;
	}
	.slide-weekly1 .owl-nav .owl-prev:after, .slide-weekly2 .owl-nav .owl-prev:after,
	.slide-weekly1 .owl-nav .owl-next:after, .slide-weekly2 .owl-nav .owl-next:after{
		top:-27px;
	}
	/* banner */
	.comon-head-m{
		font-size: 30px;
	}

	.services-mountain{
		height:863px;
		background-position: center;
		padding-top: 20px;
	}
	footer .footer-link-div p {
		font-size: 13px;
	}
	.slide-weekly2 .owl-dots,
	.slide-weekly1 .owl-dots{
		display: block;
	}
	.slide-weekly2 .owl-nav,
	.slide-weekly1 .owl-nav{
		display: none;
	}


	/* expolore */

	.slider-nm{
		padding: 0 10px;
		height: 290px;
	}
	.comon-expl2{
		height: 256px;
	}
	
	.comon-expl2 .list-sort {
		font-size: 12px;
	}
	.comon-expl2 h5{
		width: 42%;
	}
	.comon-explores-divs1 h3{
		font-size: 20px;
	}
	
}
/*  new style css */

<style>
  /* Base do Banner */
  .banner-home {
    position: relative;
    width: 100%;
    min-height: 500px; /* Ajuste conforme a altura desejada */
    overflow: hidden;
  }

  /* Container do Slider */
  .banner-slider-m {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }

  /* Configuração das Imagens */
  .banner-slider-m img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    animation: fade-slideshow 20s infinite; /* 20 segundos total para 4 fotos */
  }

  /* Delays para as 4 fotos (5s cada) */
  .banner-slider-m img:nth-child(1) { animation-delay: 0s; }
  .banner-slider-m img:nth-child(2) { animation-delay: 5s; }
  .banner-slider-m img:nth-child(3) { animation-delay: 10s; }
  .banner-slider-m img:nth-child(4) { animation-delay: 15s; }

  @keyframes fade-slideshow {
    0% { opacity: 0; }
    5% { opacity: 1; }  /* Aparece */
    25% { opacity: 1; } /* Fica visível */
    30% { opacity: 0; } /* Desaparece */
    100% { opacity: 0; }
  }

  /* Garante que o texto e redes sociais fiquem na frente */
  .banner-content {
    position: relative;
    z-index: 2;
    pointer-events: none; /* Deixa cliques passarem se necessário */
  }
  
  .banner-content .container {
      pointer-events: auto; /* Reativa cliques nos botões/links do texto */
  }

  .socal-divs1-banner {
    position: absolute;
    z-index: 3;
    bottom: 20px;
    right: 20px;
  }

  .strokeme {
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  }
</style>
.banner-home {
    /* Define a imagem de fundo diretamente no container para o efeito fixo */
    background-image: url('images/dicover-details-big.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px; /* Ajuste a altura conforme necessário */
}

/* Removemos a exibição da tag <img> antiga para não duplicar */
.main-banner-img {
    display: none;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* Ajuste a opacidade do overlay aqui */
}

/* new style ends */

.review-card {
    border-bottom: 4px solid var(--sunrise-gold-dark); /* Cor da Sunrise */
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 15px;
}
.review-card p {
    font-style: italic;
    font-size: 0.95rem;
}
.reviews-slider .owl-dot.active span {
    background: var(--sunrise-gold-dark) !important;
}

.review-box {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border-top: 5px solid var(--sunrise-gold-dark); /* Laranja Sunrise */
    margin: 15px 5px;
    transition: transform 0.3s ease;
}

.review-box:hover {
    transform: translateY(-5px);
}

.review-box p {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.6;
    font-style: italic;
}

.reviews-slider .owl-dots .owl-dot.active span {
    background: var(--sunrise-gold-dark) !important;
}

/* new style ends */


/* Container do Banner */
.banner-home.fixed-banner {
    position: relative;
    width: 100%;
    height: 70vh; /* Define a altura em 70% da altura da tela */
    overflow: hidden;
}

/* Ajuste da Imagem para ocupar todo o espaço */
.banner-fixed-img {
    width: 100%;
    height: 100%;
    object-fit: cover;    /* Preenche todo o container cortando as sobras */
    object-position: center; /* Mantém o foco no centro da imagem */
    display: block;
}

/* Conteúdo Centralizado */
.banner-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    z-index: 5;
    color: #fff;
}

/* Estilo do Texto (Stroke) */
.strokeme {
    text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000;
}

/* Ajuste Responsivo: No celular, talvez 70% fique muito alto, 
   você pode reduzir se achar necessário */
@media (max-width: 768px) {
    .banner-home.fixed-banner {
        height: 50vh; 
    }
}

/* new style ends */

/* Estilo moderno para os inputs */
.custom-input {
    border: 1px solid #e0e0e0;
    padding: 12px 15px;
    border-radius: 8px;
    transition: all 0.3s ease;
    background-color: #f9f9f9;
}

.custom-input:focus {
    background-color: #fff;
    border-color: var(--sunrise-gold);
    box-shadow: 0 0 8px rgba(255, 165, 0, 0.2);
    outline: none;
}

/* Botão Personalizado */
.btn-submit {
    background-color: var(--sunrise-gold);
    border: none;
    color: #fff;
    font-weight: bold;
    padding: 15px 30px;
    border-radius: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: transform 0.2s, background-color 0.3s;
}

.btn-submit:hover {
    background-color: #e69500;
    transform: translateY(-2px);
    color: #fff;
}

/* Ajustes de espaçamento mobile */
@media (max-width: 768px) {
    .submit-review {
        padding: 20px !important;
    }
}


/* ============================================================
   MENU PRINCIPAL - SUNRISE TRAVEL (CSS Otimizado)
   ============================================================ */

/* Efeito de Overlay Branco no Menu Transparente */
.main-menu-div {
    transition: all 0.3s ease-in-out;
    background: rgba(255, 255, 255, 0.1); 
    backdrop-filter: blur(5px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Quando o mouse passa no Menu Inteiro */
.main-menu-div:hover {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

/* Interatividade nos Links do Menu - Cor Laranja Aplicada */
.navbar-nav .nav-link {
    position: relative;
    font-weight: 500;
    transition: all 0.3s ease;
    padding: 10px 15px !important;
    border-radius: 8px;
    color: #FF8C00 !important; /* Letra Laranja como solicitado */
}

/* Efeito ao passar o mouse nos itens individuais */
.navbar-nav .nav-link:hover {
    background-color: #FF8C00; /* Fundo laranja no hover */
    box-shadow: 0 5px 15px rgba(255, 140, 0, 0.3); /* Sombra laranja suave */
    transform: translateY(-2px);
    color: #ffffff !important; /* Letra fica branca para contraste no fundo laranja */
}

/* Ajuste específico para a Área de Clientes */
.custom-client-area .nav-link {
    background: rgba(255, 140, 0, 0.1); /* Fundo laranja bem sutil */
    border: 1px solid rgba(255, 140, 0, 0.3);
    margin-left: 10px;
}

.custom-client-area .nav-link:hover {
    background: #FF8C00;
    border-color: #FF8C00;
}

/* Dropdown Menu e Itens */
.dropdown-menu {
    border-radius: 12px;
    padding: 10px;
    border: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    animation: fadeIn 0.3s ease;
}

.dropdown-item {
    color: #FF8C00 !important;
    border-radius: 6px;
    transition: 0.2s;
}

.dropdown-item:hover {
    background-color: rgba(255, 140, 0, 0.1);
    padding-left: 20px; /* Efeito de deslocamento lateral no hover */
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}





<style>
						/* DEFINIÇÃO DA COR DE DESTAQUE - LARANJA */
						:root {
						--cor-destaque: #ff6a00; /* Um laranja vibrante e moderno */
						--cor-destaque-hover: #e65f00; /* Tom mais escuro para o hover do botão */
						}
						
						/* Customizações para dar o toque "Premium" */
						.contact-box {
						background: #ffffff;
						padding: 40px;
						border-radius: 15px;
						box-shadow: 0 10px 30px rgba(0,0,0,0.08);
						}
						.contact-box h6 {
						color: var(--cor-destaque); /* Subtítulo em laranja */
						letter-spacing: 2px;
						font-weight: 700;
						text-transform: uppercase;
						font-size: 13px;
						margin-bottom: 10px;
						display: block;
						}
						.contact-box h2 {
						font-weight: 800;
						color: #333;
						}
						.form-control, .form-select {
						height: 50px;
						border: 1px solid #e1e1e1;
						border-radius: 8px;
						padding-left: 15px;
						transition: all 0.3s ease;
						}
						
						/* Estilo de foco nos campos (borda e sombra laranja) */
						.form-control:focus, .form-select:focus {
						border-color: var(--cor-destaque);
						box-shadow: 0 0 0 0.2rem rgba(255, 106, 0, 0.15); /* Sombra suave laranja */
						}
						
						/* Estilo dos ícones laranja dentro do input-group */
						.input-group-text {
						background: transparent;
						border: 1px solid #e1e1e1;
						border-right: none;
						border-radius: 8px 0 0 8px;
						color: var(--cor-destaque); /* Ícones em Laranja */
						font-size: 1.1rem;
						}
						.input-group .form-control {
						border-left: none;
						border-radius: 0 8px 8px 0;
						}
						
						/* Estilo do Botão Principal Laranja */
						.btn-submit {
						background-color: var(--cor-destaque);
						color: #fff;
						padding: 15px;
						font-weight: 700;
						font-size: 1.1rem;
						border-radius: 8px;
						border: none;
						transition: all 0.3s ease;
						}
						.btn-submit:hover {
						background-color: var(--cor-destaque-hover);
						transform: translateY(-2px);
						color: #fff;
						box-shadow: 0 5px 15px rgba(255, 106, 0, 0.3); /* Sombra no hover do botão */
						}
						
						.label-custom {
						font-size: 12px;
						font-weight: 600;
						color: #666;
						margin-bottom: 5px;
						display: block;
						text-transform: uppercase;
						}
					</style>
					
					
					
<style>
										.comodidades-container h3 {
										font-weight: 800;
										color: #333;
										position: relative;
										padding-bottom: 10px;
										}
										.comodidades-container h3::after {
										content: '';
										position: absolute;
										left: 0;
										bottom: 0;
										width: 50px;
										height: 3px;
										background-color: #ff6a00;
										}
										.comodidade-item {
										padding: 12px;
										transition: all 0.3s ease;
										border-radius: 8px;
										display: flex;
										align-items: center;
										margin-bottom: 5px;
										}
										.comodidade-item:hover {
										background-color: #fffaf5;
										}
										.comodidade-item i {
										color: #ff6a00;
										font-size: 1.2rem;
										margin-right: 12px;
										width: 25px;
										text-align: center;
										}
										.comodidade-item span {
										font-weight: 500;
										color: #555;
										font-size: 0.95rem;
										}
									</style>
									
									
									
									
<style>
							/* Galeria e Lightbox */
							.gallery-img { cursor: pointer; transition: 0.3s; border-radius: 8px; margin-bottom: 20px; width: 100%; object-fit: cover; height: 200px; }
							.gallery-img:hover { transform: scale(1.05); filter: brightness(1.1); }
							.modal-content { background: #000; border: none; }
							.contador-custom { font-size: 14px; opacity: 0.8; z-index: 10; position: absolute; top: 0; start: 0; margin: 1rem; color: white; }
							
							#carouselOnibus .carousel-control-prev-icon, #carouselOnibus .carousel-control-next-icon,
							#carouselMicro .carousel-control-prev-icon, #carouselMicro .carousel-control-next-icon,
							#carouselVan .carousel-control-prev-icon, #carouselVan .carousel-control-next-icon {
							filter: invert(1); width: 45px; height: 45px; background-color: rgba(0,0,0,0.5); border-radius: 50%; padding: 20px;
							}
							
							.barra-cotacao-full {
							display: flex; align-items: center; justify-content: center; width: 100%;
							background: linear-gradient(45deg, var(--sunrise-gold-dark), #ff9500); color: #fff !important;
							font-weight: 700; font-size: 1.3rem; padding: 22px 0; text-decoration: none;
							text-transform: uppercase; transition: all 0.3s ease; animation: pulse-barra 2s infinite; border: none;
							}
							.barra-cotacao-full:hover { background: linear-gradient(45deg, #e66900, var(--sunrise-gold-dark)); letter-spacing: 1px; }
							.spacer-2-lines { margin-bottom: 3rem; display: block; width: 100%; }
							
							@keyframes pulse-barra {
							0% { box-shadow: 0 0 0 0 rgba(255,122,0,0.6); }
							70% { box-shadow: 0 0 0 15px rgba(255,122,0,0); }
							100% { box-shadow: 0 0 0 0 rgba(255,122,0,0); }
							}
						</style>
						
						
						
						
					<style>
							.comodidades-container h3 {
							font-weight: 800;
							color: #333;
							position: relative;
							padding-bottom: 10px;
							}
							.comodidades-container h3::after {
							content: '';
							position: absolute;
							left: 0;
							bottom: 0;
							width: 50px;
							height: 3px;
							background-color: #ff6a00;
							}
							.comodidade-item {
							padding: 12px;
							transition: all 0.3s ease;
							border-radius: 8px;
							display: flex;
							align-items: center;
							margin-bottom: 5px;
							}
							.comodidade-item:hover {
							background-color: #fffaf5;
							}
							.comodidade-item i {
							color: #ff6a00;
							font-size: 1.2rem;
							margin-right: 12px;
							width: 25px;
							text-align: center;
							}
							.comodidade-item span {
							font-weight: 500;
							color: #555;
							font-size: 0.95rem;
							}
						</style>
						
						
						
						<style>
							/* Galeria e Lightbox */
							.gallery-img { cursor: pointer; transition: 0.3s; border-radius: 8px; margin-bottom: 20px; width: 100%; object-fit: cover; height: 200px; }
							.gallery-img:hover { transform: scale(1.05); filter: brightness(1.1); }
							.modal-content { background: #000; border: none; }
							.contador-custom { font-size: 14px; opacity: 0.8; z-index: 10; position: absolute; top: 0; start: 0; margin: 1rem; color: white; }
							
							#carouselOnibus .carousel-control-prev-icon, #carouselOnibus .carousel-control-next-icon,
							#carouselMicro .carousel-control-prev-icon, #carouselMicro .carousel-control-next-icon,
							#carouselVan .carousel-control-prev-icon, #carouselVan .carousel-control-next-icon {
							filter: invert(1); width: 45px; height: 45px; background-color: rgba(0,0,0,0.5); border-radius: 50%; padding: 20px;
							}
							
							.barra-cotacao-full {
							display: flex; align-items: center; justify-content: center; width: 100%;
							background: linear-gradient(45deg, var(--sunrise-gold-dark), #ff9500); color: #fff !important;
							font-weight: 700; font-size: 1.3rem; padding: 22px 0; text-decoration: none;
							text-transform: uppercase; transition: all 0.3s ease; animation: pulse-barra 2s infinite; border: none;
							}
							.barra-cotacao-full:hover { background: linear-gradient(45deg, #e66900, var(--sunrise-gold-dark)); letter-spacing: 1px; }
							.spacer-2-lines { margin-bottom: 3rem; display: block; width: 100%; }
							
							@keyframes pulse-barra {
							0% { box-shadow: 0 0 0 0 rgba(255,122,0,0.6); }
							70% { box-shadow: 0 0 0 15px rgba(255,122,0,0); }
							100% { box-shadow: 0 0 0 0 rgba(255,122,0,0); }
							}
						</style>

/* ==========================================================
   SUNRISE PREMIUM HEADER - PADRÃO GLOBAL
   ========================================================== */

.sunrise-premium-header {
  position: absolute;
  top: 16px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}

.sunrise-navbar{
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    background: rgba(10, 20, 40, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

/* empurra o conteúdo para baixo */
body{
    padding-top: 100px;
}
}
}

.sunrise-brand img {
  max-height: 58px;
  width: auto;
}

.sunrise-brand .logo-color {
  display: none;
}

.sunrise-menu .nav-item {
  margin: 0 4px;
}

.sunrise-menu .nav-link {
  color: #fff !important;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 15.5px;
  font-weight: 700;
  padding: 10px 14px !important;
  border-radius: 999px;
  transition: all .3s ease;
  letter-spacing: .1px;
}

.sunrise-menu .nav-link:hover,
.sunrise-menu .nav-link.active {
  background: rgba(255, 122, 0, 0.96);
  color: #fff !important;
  box-shadow: 0 10px 25px rgba(255, 122, 0, 0.28);
}

.sunrise-dropdown {
  border: 0;
  border-radius: 18px;
  padding: 12px;
  margin-top: 14px;
  min-width: 265px;
  box-shadow: 0 20px 55px rgba(0, 0, 0, .18);
}

.sunrise-dropdown .dropdown-item {
  border-radius: 12px;
  padding: 10px 12px;
  font-size: 14.5px;
  font-weight: 600;
  color: #1d2430;
  transition: all .25s ease;
}

.sunrise-dropdown .dropdown-item i {
  width: 22px;
  color: var(--sunrise-gold-dark);
  margin-right: 6px;
}

.sunrise-dropdown .dropdown-item:hover,
.sunrise-dropdown .dropdown-item.active {
  background: #fff8e1;
  color: var(--sunrise-gold-dark);
  transform: translateX(3px);
}

.sunrise-header-cta {
  background: linear-gradient(135deg, var(--sunrise-gold-dark), var(--sunrise-gold-light));
  color: #fff !important;
  text-decoration: none;
  font-weight: 800;
  font-size: 14px;
  padding: 11px 18px;
  border-radius: 999px;
  box-shadow: 0 14px 30px rgba(255, 122, 0, .35);
  transition: all .3s ease;
  white-space: nowrap;
}

.sunrise-header-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(255, 122, 0, .45);
}

.sunrise-header-cta i {
  margin-right: 6px;
}

/* Sticky / fixed menu */
.fixed-menu.sunrise-premium-header,
.sunrise-premium-header.fixed-menu {
  position: fixed;
  top: 0;
  background: transparent;
  animation: slide-down .45s ease;
  box-shadow: none;
}

.fixed-menu .sunrise-navbar .container,
.sunrise-premium-header.fixed-menu .sunrise-navbar .container {
  background: rgba(255, 255, 255, .96);
  border-color: rgba(0, 0, 0, .05);
  border-radius: 0 0 24px 24px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, .11);
}

.fixed-menu .sunrise-menu .nav-link,
.sunrise-premium-header.fixed-menu .sunrise-menu .nav-link {
  color: #172033 !important;
}

.fixed-menu .sunrise-menu .nav-link:hover,
.fixed-menu .sunrise-menu .nav-link.active,
.sunrise-premium-header.fixed-menu .sunrise-menu .nav-link:hover,
.sunrise-premium-header.fixed-menu .sunrise-menu .nav-link.active {
  color: #fff !important;
}

.fixed-menu .sunrise-brand .logo-light,
.sunrise-premium-header.fixed-menu .sunrise-brand .logo-light {
  display: none;
}

.fixed-menu .sunrise-brand .logo-color,
.sunrise-premium-header.fixed-menu .sunrise-brand .logo-color {
  display: block;
}

.sunrise-toggler {
  border: 0;
  background: var(--sunrise-gold-dark);
  color: #fff;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  box-shadow: 0 12px 25px rgba(255, 122, 0, .35);
}

.sunrise-toggler:focus {
  box-shadow: none;
}

.sunrise-toggler i {
  color: #fff;
  font-size: 20px;
}

/* ==========================================================
   SUNRISE MOBILE MENU
   ========================================================== */

.sunrise-mobile-menu {
  width: 330px;
  border: 0;
  background: #fff;
}

.sunrise-mobile-menu .offcanvas-header {
  padding: 22px;
  border-bottom: 1px solid #f0f0f0;
}

.mobile-logo img {
  max-width: 170px;
}

.mobile-close {
  border: 0;
  background: #fff8e1;
  color: var(--sunrise-gold-dark);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 17px;
}

.mobile-nav-list {
  margin: 0;
  padding: 0;
}

.mobile-nav-list li a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #1f2937;
  text-decoration: none;
  padding: 12px 14px;
  border-radius: 14px;
  font-weight: 700;
  font-size: 15px;
  transition: all .25s ease;
}

.mobile-nav-list li a i {
  color: var(--sunrise-gold-dark);
  width: 20px;
}

.mobile-nav-list li a:hover {
  background: #fff8e1;
  color: var(--sunrise-gold-dark);
  transform: translateX(4px);
}

.mobile-menu-title {
  font-size: 12px;
  font-weight: 900;
  color: var(--sunrise-gold-dark);
  text-transform: uppercase;
  letter-spacing: .8px;
  margin: 18px 0 8px;
  padding-left: 14px;
}

.mobile-whatsapp-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  margin-top: 22px;
  padding: 14px 18px;
  background: linear-gradient(135deg, var(--sunrise-gold-dark), var(--sunrise-gold-light));
  color: #fff !important;
  text-decoration: none;
  border-radius: 18px;
  font-weight: 900;
  box-shadow: 0 16px 35px rgba(255, 122, 0, .32);
}

/* Responsivo */
@media (max-width: 991px) {
  .sunrise-premium-header {
    top: 10px;
  }

  .sunrise-navbar .container {
    border-radius: 20px;
    padding: 9px 14px;
  }

  .sunrise-brand img {
    max-height: 50px;
  }
}

@media (min-width: 992px) {
  .sunrise-menu .dropdown:hover > .dropdown-menu {
    display: block;
  }
}




/* ==========================================================
   SUNRISE PREMIUM FOOTER - PADRÃO GLOBAL
   ========================================================== */

.sunrise-premium-footer {
  background:
    radial-gradient(circle at top left, rgba(255, 122, 0, .18), transparent 30%),
    linear-gradient(135deg, #061529 0%, #01162d 55%, #031020 100%);
  color: #fff;
  padding: 70px 0 0;
  position: relative;
  overflow: hidden;
}

.sunrise-premium-footer::before {
  content: "";
  position: absolute;
  right: -120px;
  top: -120px;
  width: 320px;
  height: 320px;
  background: rgba(255, 122, 0, .12);
  border-radius: 50%;
  filter: blur(8px);
}

.sunrise-premium-footer .container {
  position: relative;
  z-index: 2;
}

.footer-logo img {
  max-width: 185px;
  margin-bottom: 20px;
}

.sunrise-premium-footer p {
  color: rgba(255,255,255,.76);
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 22px;
}

.sunrise-premium-footer h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  font-family: 'Red Hat Display', sans-serif;
  margin-bottom: 22px;
  position: relative;
}

.sunrise-premium-footer h5::after {
  content: "";
  display: block;
  width: 42px;
  height: 3px;
  background: var(--sunrise-gold-dark);
  border-radius: 999px;
  margin-top: 10px;
}

.sunrise-premium-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sunrise-premium-footer ul li {
  margin-bottom: 11px;
  color: rgba(255,255,255,.78);
  font-size: 14px;
}

.sunrise-premium-footer ul li a {
  color: rgba(255,255,255,.78);
  text-decoration: none;
  transition: all .25s ease;
}

.sunrise-premium-footer ul li a::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--sunrise-gold-dark);
  margin-right: 8px;
}

.sunrise-premium-footer ul li a:hover {
  color: var(--sunrise-gold-light);
  padding-left: 4px;
}

.footer-contact li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.footer-contact li i {
  color: var(--sunrise-gold-dark);
  margin-top: 4px;
  min-width: 16px;
}

.footer-social {
  display: flex;
  gap: 12px;
}

.footer-social a {
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.14);
  color: #fff;
  display: grid;
  place-items: center;
  border-radius: 50%;
  text-decoration: none;
  transition: all .3s ease;
}

.footer-social a:hover {
  background: var(--sunrise-gold-dark);
  color: #fff;
  transform: translateY(-3px);
}

.footer-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, var(--sunrise-gold-dark), var(--sunrise-gold-light));
  color: #fff !important;
  text-decoration: none;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 900;
  margin-top: 10px;
  box-shadow: 0 14px 30px rgba(255,122,0,.28);
  transition: all .3s ease;
}

.footer-whatsapp:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(255,122,0,.38);
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.12);
  margin-top: 50px;
  padding: 22px 0;
  text-align: center;
}

.footer-bottom p {
  margin: 0;
  font-size: 13px;
  color: rgba(255,255,255,.7);
}

@media (max-width: 767px) {
  .sunrise-premium-footer {
    padding-top: 50px;
  }

  .footer-logo img {
    max-width: 165px;
  }

  .sunrise-premium-footer h5 {
    margin-top: 12px;
  }
}




/* ==========================================================
   SUNRISE HERO PREMIUM - HOME
   ========================================================== */

.sunrise-hero-home {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: #061529;
}

.sunrise-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.sunrise-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sunrise-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    radial-gradient(circle at 78% 42%, rgba(255, 122, 0, .28), transparent 34%),
    linear-gradient(90deg, rgba(1, 22, 45, .94) 0%, rgba(1, 22, 45, .74) 46%, rgba(1, 22, 45, .32) 100%);
}

.sunrise-hero-home .container {
  position: relative;
  z-index: 3;
}

.sunrise-hero-content {
  padding-top: 80px;
  color: #fff;
}

.sunrise-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: rgba(255, 122, 0, .16);
  border: 1px solid rgba(255, 122, 0, .35);
  color: #ffb35c;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 22px;
}

.sunrise-hero-content h1 {
  color: #fff;
  font-family: 'Red Hat Display', sans-serif;
  font-size: clamp(2.6rem, 5vw, 5rem);
  line-height: .98;
  font-weight: 900;
  letter-spacing: -2px;
  max-width: 850px;
  margin-bottom: 24px;
  text-shadow: 0 12px 35px rgba(0,0,0,.45);
}

.sunrise-hero-content p {
  color: rgba(255,255,255,.86);
  font-size: 18px;
  line-height: 1.8;
  max-width: 680px;
  margin-bottom: 34px;
}

.sunrise-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 38px;
}

.hero-btn-primary,
.hero-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 15px 24px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 900;
  transition: all .3s ease;
}

.hero-btn-primary {
  background: linear-gradient(135deg, var(--sunrise-gold-dark), var(--sunrise-gold-light));
  color: #fff !important;
  box-shadow: 0 18px 40px rgba(255,122,0,.34);
}

.hero-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 48px rgba(255,122,0,.45);
}

.hero-btn-secondary {
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.35);
  background: rgba(255,255,255,.08);
}

.hero-btn-secondary:hover {
  background: rgba(255,255,255,.16);
  transform: translateY(-3px);
}

.sunrise-hero-features {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.sunrise-hero-features div {
  min-width: 140px;
  padding: 15px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.14);
  backdrop-filter: blur(10px);
}

.sunrise-hero-features strong {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
}

.sunrise-hero-features span {
  color: rgba(255,255,255,.72);
  font-size: 13px;
}

.sunrise-hero-card {
  margin-top: 90px;
  background: rgba(255,255,255,.94);
  border-radius: 28px;
  padding: 34px;
  box-shadow: 0 30px 70px rgba(0,0,0,.28);
  border: 1px solid rgba(255,255,255,.4);
}

.sunrise-hero-card h3 {
  color: #061529;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 12px;
}

.sunrise-hero-card p {
  color: #5b6472;
  line-height: 1.7;
  font-size: 15px;
  margin-bottom: 18px;
}

.sunrise-hero-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}

.sunrise-hero-card li {
  margin-bottom: 11px;
  color: #1f2937;
  font-weight: 700;
}

.sunrise-hero-card li i {
  color: var(--sunrise-gold-dark);
  margin-right: 8px;
}

.hero-card-btn {
  display: block;
  text-align: center;
  background: #061529;
  color: #fff !important;
  text-decoration: none;
  padding: 14px 20px;
  border-radius: 16px;
  font-weight: 900;
  transition: all .3s ease;
}

.hero-card-btn:hover {
  background: var(--sunrise-gold-dark);
  transform: translateY(-2px);
}

.sunrise-info-bar {
  position: relative;
  z-index: 5;
  margin-top: -45px;
  margin-bottom: 60px;
}

.sunrise-info-bar .container {
  background: #fff;
  border-radius: 26px;
  box-shadow: 0 24px 70px rgba(0,0,0,.12);
  padding: 18px;
}

.info-bar-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 14px 16px;
}

.info-bar-item i {
  width: 48px;
  height: 48px;
  background: #fff8e1;
  color: var(--sunrise-gold-dark);
  display: grid;
  place-items: center;
  border-radius: 16px;
  font-size: 20px;
}

.info-bar-item strong {
  display: block;
  color: #061529;
  font-size: 16px;
  font-weight: 900;
}

.info-bar-item span {
  display: block;
  color: #697386;
  font-size: 13px;
}

@media (max-width: 991px) {
  .sunrise-hero-home {
    min-height: 760px;
  }

  .sunrise-hero-content {
    padding-top: 130px;
    padding-bottom: 70px;
  }

  .sunrise-hero-overlay {
    background:
      radial-gradient(circle at 50% 20%, rgba(255, 122, 0, .22), transparent 35%),
      linear-gradient(180deg, rgba(1,22,45,.92), rgba(1,22,45,.78));
  }

  .sunrise-info-bar {
    margin-top: -35px;
  }
}

@media (max-width: 575px) {
  .sunrise-hero-content h1 {
    font-size: 2.55rem;
    letter-spacing: -1px;
  }

  .sunrise-hero-content p {
    font-size: 16px;
  }

  .sunrise-hero-actions a {
    width: 100%;
  }

  .sunrise-hero-features div {
    width: 100%;
  }
}



/* ==========================================================
   SUNRISE SERVICES PREMIUM - HOME
   ========================================================== */

.sunrise-services-premium {
  padding: 90px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
}

.sunrise-section-heading {
  max-width: 760px;
  margin: 0 auto 48px;
}

.sunrise-section-heading span {
  display: inline-flex;
  color: var(--sunrise-gold-dark);
  background: #fff8e1;
  padding: 8px 16px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 13px;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.sunrise-section-heading h2 {
  color: #061529;
  font-family: 'Red Hat Display', sans-serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -1px;
  margin-bottom: 18px;
}

.sunrise-section-heading p {
  color: #667085;
  font-size: 17px;
  line-height: 1.8;
  margin: 0;
}

.sunrise-service-card {
  display: block;
  height: 100%;
  background: #fff;
  border-radius: 28px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 18px 50px rgba(6, 21, 41, .08);
  border: 1px solid rgba(6, 21, 41, .06);
  transition: all .35s ease;
}

.sunrise-service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 70px rgba(6, 21, 41, .14);
}

.sunrise-service-card .service-img {
  height: 245px;
  overflow: hidden;
  position: relative;
}

.sunrise-service-card.service-wide .service-img {
  height: 280px;
}

.sunrise-service-card .service-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(6,21,41,.28));
  z-index: 2;
}

.sunrise-service-card .service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease;
}

.sunrise-service-card:hover .service-img img {
  transform: scale(1.08);
}

.sunrise-service-card .service-content {
  padding: 28px;
}

.sunrise-service-card .service-content span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--sunrise-gold-dark);
  background: #fff8e1;
  padding: 7px 13px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 15px;
}

.sunrise-service-card h3 {
  color: #061529;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 12px;
}

.sunrise-service-card p {
  color: #667085;
  font-size: 15px;
  line-height: 1.75;
  margin-bottom: 20px;
}

.service-link {
  color: #061529;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all .3s ease;
}

.sunrise-service-card:hover .service-link {
  color: var(--sunrise-gold-dark);
  gap: 12px;
}

@media (max-width: 767px) {
  .sunrise-services-premium {
    padding: 65px 0;
  }

  .sunrise-service-card .service-img,
  .sunrise-service-card.service-wide .service-img {
    height: 220px;
  }

  .sunrise-service-card .service-content {
    padding: 24px;
  }
}



/* ==========================================================
   SUNRISE TOURS PREMIUM - HOME
   ========================================================== */

.sunrise-tours-premium {
  padding: 95px 0;
  background:
    radial-gradient(circle at top right, rgba(255,122,0,.10), transparent 28%),
    linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%);
}

.sunrise-tour-card {
  display: block;
  height: 100%;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 20px 55px rgba(6,21,41,.09);
  border: 1px solid rgba(6,21,41,.06);
  transition: all .35s ease;
}

.sunrise-tour-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 32px 80px rgba(6,21,41,.15);
}

.sunrise-tour-card .tour-img {
  position: relative;
  height: 270px;
  overflow: hidden;
}

.sunrise-tour-card.tour-featured .tour-img {
  height: 330px;
}

.sunrise-tour-card .tour-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(6,21,41,.45));
  z-index: 2;
}

.sunrise-tour-card .tour-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease;
}

.sunrise-tour-card:hover .tour-img img {
  transform: scale(1.08);
}

.tour-date {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 3;
  background: linear-gradient(135deg, var(--sunrise-gold-dark), var(--sunrise-gold-light));
  color: #fff;
  padding: 9px 15px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(255,122,0,.35);
}

.tour-content {
  padding: 28px;
}

.tour-content small {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--sunrise-gold-dark);
  background: #fff8e1;
  padding: 7px 13px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 15px;
}

.tour-content h3 {
  color: #061529;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 27px;
  font-weight: 900;
  margin-bottom: 12px;
  letter-spacing: -.3px;
}

.tour-featured .tour-content h3 {
  font-size: 34px;
}

.tour-content p {
  color: #667085;
  line-height: 1.75;
  font-size: 15px;
  margin-bottom: 22px;
}

.tour-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid rgba(6,21,41,.08);
  padding-top: 18px;
}

.tour-footer strong {
  color: var(--sunrise-gold-dark);
  font-size: 20px;
  font-weight: 900;
  white-space: nowrap;
}

.tour-footer span {
  color: #061529;
  font-weight: 900;
  font-size: 14px;
  transition: all .3s ease;
}

.sunrise-tour-card:hover .tour-footer span {
  color: var(--sunrise-gold-dark);
}

.sunrise-tour-card:hover .tour-footer span i {
  transform: translateX(4px);
}

.tour-footer span i {
  transition: transform .3s ease;
}

@media (max-width: 767px) {
  .sunrise-tours-premium {
    padding: 70px 0;
  }

  .sunrise-tour-card .tour-img,
  .sunrise-tour-card.tour-featured .tour-img {
    height: 230px;
  }

  .tour-featured .tour-content h3,
  .tour-content h3 {
    font-size: 25px;
  }

  .tour-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}



/* ==========================================================
   SUNRISE STAYS PREMIUM - HOME
   ========================================================== */

.sunrise-stays-premium {
  padding: 95px 0;
  background:
    radial-gradient(circle at top left, rgba(255,122,0,.10), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
}

.sunrise-stay-card {
  display: block;
  height: 100%;
  background: #fff;
  border-radius: 28px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 18px 50px rgba(6,21,41,.08);
  border: 1px solid rgba(6,21,41,.06);
  transition: all .35s ease;
}

.sunrise-stay-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 75px rgba(6,21,41,.14);
}

.stay-img {
  position: relative;
  height: 230px;
  overflow: hidden;
}

.stay-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(6,21,41,.45));
  z-index: 2;
}

.stay-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease;
}

.sunrise-stay-card:hover .stay-img img {
  transform: scale(1.08);
}

.stay-img span {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 3;
  background: linear-gradient(135deg, var(--sunrise-gold-dark), var(--sunrise-gold-light));
  color: #fff;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(255,122,0,.32);
}

.stay-content {
  padding: 24px;
}

.stay-content small {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--sunrise-gold-dark);
  background: #fff8e1;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 14px;
}

.stay-content h3 {
  color: #061529;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 23px;
  font-weight: 900;
  margin-bottom: 10px;
}

.stay-content p {
  color: #667085;
  font-size: 14.5px;
  line-height: 1.7;
  margin-bottom: 16px;
}

.stay-content strong {
  display: block;
  color: var(--sunrise-gold-dark);
  font-size: 21px;
  font-weight: 900;
}

.sunrise-stays-cta {
  margin-top: 44px;
  background:
    radial-gradient(circle at right, rgba(255,122,0,.22), transparent 28%),
    linear-gradient(135deg, #061529, #01162d);
  border-radius: 30px;
  padding: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  box-shadow: 0 24px 65px rgba(6,21,41,.16);
}

.sunrise-stays-cta h3 {
  color: #fff;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 8px;
}

.sunrise-stays-cta p {
  color: rgba(255,255,255,.76);
  margin: 0;
  line-height: 1.7;
}

.sunrise-stays-cta a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: linear-gradient(135deg, var(--sunrise-gold-dark), var(--sunrise-gold-light));
  color: #fff !important;
  text-decoration: none;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: 0 18px 40px rgba(255,122,0,.32);
  transition: all .3s ease;
}

.sunrise-stays-cta a:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 52px rgba(255,122,0,.42);
}

@media (max-width: 991px) {
  .sunrise-stays-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .sunrise-stays-premium {
    padding: 70px 0;
  }

  .stay-img {
    height: 220px;
  }

  .sunrise-stays-cta {
    padding: 26px;
  }

  .sunrise-stays-cta h3 {
    font-size: 24px;
  }

  .sunrise-stays-cta a {
    width: 100%;
    justify-content: center;
  }
}



/* ==========================================================
   SUNRISE TRUST PREMIUM - HOME
   ========================================================== */

.sunrise-trust-premium {
  padding: 95px 0;
  background:
    radial-gradient(circle at top left, rgba(255,122,0,.16), transparent 30%),
    linear-gradient(135deg, #061529 0%, #01162d 60%, #020b16 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.sunrise-trust-premium::after {
  content: "";
  position: absolute;
  right: -110px;
  bottom: -120px;
  width: 340px;
  height: 340px;
  background: rgba(255,122,0,.12);
  border-radius: 50%;
  filter: blur(10px);
}

.sunrise-trust-premium .container {
  position: relative;
  z-index: 2;
}

.trust-content span {
  display: inline-flex;
  color: #ffb35c;
  background: rgba(255,122,0,.14);
  border: 1px solid rgba(255,122,0,.35);
  padding: 8px 16px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: 18px;
}

.trust-content h2 {
  color: #fff;
  font-family: 'Red Hat Display', sans-serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -1px;
  margin-bottom: 20px;
}

.trust-content p {
  color: rgba(255,255,255,.76);
  font-size: 17px;
  line-height: 1.8;
  margin: 0;
}

.trust-card {
  height: 100%;
  padding: 30px;
  border-radius: 28px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  backdrop-filter: blur(14px);
  transition: all .35s ease;
}

.trust-card:hover {
  transform: translateY(-7px);
  background: rgba(255,255,255,.12);
  border-color: rgba(255,122,0,.38);
}

.trust-card i {
  width: 58px;
  height: 58px;
  background: linear-gradient(135deg, var(--sunrise-gold-dark), var(--sunrise-gold-light));
  color: #fff;
  border-radius: 18px;
  display: grid;
  place-items: center;
  font-size: 24px;
  margin-bottom: 20px;
  box-shadow: 0 16px 35px rgba(255,122,0,.28);
}

.trust-card h3 {
  color: #fff;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 23px;
  font-weight: 900;
  margin-bottom: 12px;
}

.trust-card p {
  color: rgba(255,255,255,.74);
  font-size: 15px;
  line-height: 1.75;
  margin: 0;
}

@media (max-width: 767px) {
  .sunrise-trust-premium {
    padding: 70px 0;
  }

  .trust-card {
    padding: 26px;
  }
}



/* ==========================================================
   SUNRISE AUTHORITY PREMIUM - CADASTUR
   ========================================================== */

.sunrise-authority-premium {
  padding: 95px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
}

.authority-box {
  background:
    radial-gradient(circle at left, rgba(255,122,0,.14), transparent 32%),
    #ffffff;
  border-radius: 34px;
  padding: 46px;
  box-shadow: 0 24px 70px rgba(6,21,41,.10);
  border: 1px solid rgba(6,21,41,.06);
}

.authority-seal {
  background: #fff8e1;
  border-radius: 28px;
  padding: 34px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-shadow: inset 0 0 0 1px rgba(255,122,0,.12);
}

.authority-seal img {
  max-width: 230px;
  width: 100%;
  height: auto;
}

.authority-content span {
  display: inline-flex;
  color: var(--sunrise-gold-dark);
  background: #fff8e1;
  padding: 8px 16px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: 18px;
}

.authority-content h2 {
  color: #061529;
  font-family: 'Red Hat Display', sans-serif;
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -1px;
  margin-bottom: 18px;
}

.authority-content p {
  color: #667085;
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 24px;
}

.authority-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.authority-highlights div {
  background: #f7f9fc;
  color: #061529;
  padding: 11px 15px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 14px;
}

.authority-highlights i {
  color: var(--sunrise-gold-dark);
  margin-right: 7px;
}

@media (max-width: 767px) {
  .sunrise-authority-premium {
    padding: 70px 0;
  }

  .authority-box {
    padding: 28px;
    border-radius: 28px;
  }

  .authority-seal {
    padding: 24px;
  }
}


/* ==========================================================
   SUNRISE PREMIUM MOTION - ANIMAÇÕES GLOBAIS
   ========================================================== */

.sunrise-hero-content,
.sunrise-hero-card,
.sunrise-section-heading,
.sunrise-service-card,
.sunrise-tour-card,
.sunrise-stay-card,
.trust-content,
.trust-card,
.authority-box {
  animation: sunriseFadeUp .85s ease both;
}

.sunrise-service-card:nth-child(2),
.sunrise-tour-card:nth-child(2),
.sunrise-stay-card:nth-child(2),
.trust-card:nth-child(2) {
  animation-delay: .08s;
}

.sunrise-service-card:nth-child(3),
.sunrise-tour-card:nth-child(3),
.sunrise-stay-card:nth-child(3),
.trust-card:nth-child(3) {
  animation-delay: .16s;
}

.sunrise-service-card:nth-child(4),
.sunrise-tour-card:nth-child(4),
.sunrise-stay-card:nth-child(4),
.trust-card:nth-child(4) {
  animation-delay: .24s;
}

@keyframes sunriseFadeUp {
  from {
    opacity: 0;
    transform: translateY(34px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.sunrise-service-card,
.sunrise-tour-card,
.sunrise-stay-card,
.trust-card,
.authority-box,
.sunrise-hero-card {
  will-change: transform;
}

.sunrise-service-card:hover,
.sunrise-tour-card:hover,
.sunrise-stay-card:hover {
  filter: saturate(1.04);
}

.sunrise-hero-bg img {
  animation: sunriseHeroZoom 14s ease-in-out infinite alternate;
}

@keyframes sunriseHeroZoom {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.06);
  }
}

/* Acessibilidade: respeita usuários que preferem menos movimento */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}



/* ==========================================================
   SUNRISE FLOATING WHATSAPP
   ========================================================== */

.sunrise-floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 24px;
  z-index: 9999;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: linear-gradient(135deg, #25d366, #18b957);
  color: #fff !important;
  text-decoration: none;
  padding: 14px 18px;
  border-radius: 999px;
  font-weight: 900;
  box-shadow: 0 18px 45px rgba(37, 211, 102, .38);
  transition: all .3s ease;
}

.sunrise-floating-whatsapp:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 58px rgba(37, 211, 102, .48);
}

.sunrise-floating-whatsapp i {
  font-size: 24px;
}

.sunrise-floating-whatsapp strong {
  font-size: 14px;
  letter-spacing: .2px;
}

.whatsapp-pulse {
  position: absolute;
  inset: -7px;
  border-radius: 999px;
  border: 2px solid rgba(37, 211, 102, .45);
  animation: sunriseWhatsPulse 1.8s infinite;
}

@keyframes sunriseWhatsPulse {
  0% {
    transform: scale(.92);
    opacity: .85;
  }

  100% {
    transform: scale(1.25);
    opacity: 0;
  }
}

@media (max-width: 575px) {
  .sunrise-floating-whatsapp {
    right: 16px;
    bottom: 18px;
    padding: 14px;
    border-radius: 50%;
  }

  .sunrise-floating-whatsapp strong {
    display: none;
  }

  .sunrise-floating-whatsapp i {
    font-size: 26px;
  }
}



/* ==========================================================
   SUNRISE STATS PREMIUM
   ========================================================== */

.sunrise-stats-premium {
  padding: 95px 0;
  background:
    radial-gradient(circle at center, rgba(255,122,0,.10), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
}

.sunrise-stat-card {
  height: 100%;
  background: #fff;
  border-radius: 30px;
  padding: 34px 28px;
  text-align: center;
  box-shadow: 0 20px 55px rgba(6,21,41,.08);
  border: 1px solid rgba(6,21,41,.06);
  transition: all .35s ease;
}

.sunrise-stat-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 32px 80px rgba(6,21,41,.15);
}

.stat-icon {
  width: 78px;
  height: 78px;
  margin: 0 auto 22px;
  background: linear-gradient(135deg, var(--sunrise-gold-dark), var(--sunrise-gold-light));
  color: #fff;
  border-radius: 24px;
  display: grid;
  place-items: center;
  font-size: 32px;
  box-shadow: 0 18px 42px rgba(255,122,0,.32);
}

.sunrise-stat-card h3 {
  color: #061529;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 34px;
  font-weight: 900;
  margin-bottom: 12px;
  letter-spacing: -1px;
}

.sunrise-stat-card p {
  color: #667085;
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}

@media (max-width: 767px) {
  .sunrise-stats-premium {
    padding: 70px 0;
  }

  .sunrise-stat-card {
    padding: 28px 24px;
  }

  .sunrise-stat-card h3 {
    font-size: 28px;
  }
}



/* ==========================================================
   SUNRISE TESTIMONIALS PREMIUM
   ========================================================== */

.sunrise-testimonials-premium {
  padding: 95px 0;
  background:
    radial-gradient(circle at top right, rgba(255,122,0,.12), transparent 28%),
    linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%);
}

.sunrise-testimonial-card {
  height: 100%;
  background: #fff;
  border-radius: 30px;
  padding: 34px;
  box-shadow: 0 20px 55px rgba(6,21,41,.08);
  border: 1px solid rgba(6,21,41,.06);
  transition: all .35s ease;
  position: relative;
  overflow: hidden;
}

.sunrise-testimonial-card::before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 26px;
  bottom: -8px;
  font-size: 86px;
  color: rgba(255,122,0,.08);
}

.sunrise-testimonial-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 32px 80px rgba(6,21,41,.15);
}

.sunrise-testimonial-card.featured {
  background: linear-gradient(135deg, #061529, #01162d);
  color: #fff;
}

.sunrise-testimonial-card.featured p,
.sunrise-testimonial-card.featured span {
  color: rgba(255,255,255,.78);
}

.testimonial-stars {
  color: var(--sunrise-gold-dark);
  margin-bottom: 20px;
}

.sunrise-testimonial-card p {
  color: #4b5563;
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 26px;
  position: relative;
  z-index: 2;
}

.testimonial-author {
  position: relative;
  z-index: 2;
}

.testimonial-author strong {
  display: block;
  color: #061529;
  font-weight: 900;
  font-size: 17px;
}

.sunrise-testimonial-card.featured .testimonial-author strong {
  color: #fff;
}

.testimonial-author span {
  color: #667085;
  font-size: 14px;
}

@media (max-width: 767px) {
  .sunrise-testimonials-premium {
    padding: 70px 0;
  }

  .sunrise-testimonial-card {
    padding: 28px;
  }
}



<section class="sunrise-fleet-premium">
  <div class="container">

    <div class="row align-items-center g-5">

      <div class="col-lg-6">
        <div class="fleet-images">

          <div class="fleet-main-img">
            <img src="images/Frota-Sunrise-travel-01.jpg" alt="Frota Sunrise Travel">
          </div>

          <div class="fleet-floating-card">
            <i class="fas fa-shield-alt"></i>
            <div>
              <strong>Viagens seguras</strong>
              <span>Conforto e organização</span>
            </div>
          </div>

        </div>
      </div>

      <div class="col-lg-6">

        <div class="fleet-content">
          <span>Nossa estrutura</span>

          <h2>
            Uma frota preparada para transformar sua viagem em uma experiência confortável.
          </h2>

          <p>
            A Sunrise Travel oferece ônibus, micro-ônibus e vans executivas para excursões, eventos, fretamentos e viagens em grupo, sempre com foco em conforto, pontualidade e qualidade no atendimento.
          </p>

          <div class="fleet-features">

            <div class="fleet-feature-item">
              <i class="fas fa-bus"></i>
              <div>
                <strong>Ônibus Executivos</strong>
                <span>Ideal para grandes grupos e excursões</span>
              </div>
            </div>

            <div class="fleet-feature-item">
              <i class="fas fa-shuttle-van"></i>
              <div>
                <strong>Micro-ônibus e Vans</strong>
                <span>Flexibilidade para grupos menores</span>
              </div>
            </div>

            <div class="fleet-feature-item">
              <i class="fas fa-route"></i>
              <div>
                <strong>Viagens Planejadas</strong>
                <span>Organização completa para seu roteiro</span>
              </div>
            </div>

          </div>

          <a href="fretamento-onibus.html" class="fleet-btn">
            Conhecer nossa frota
          </a>

        </div>

      </div>

    </div>

  </div>
</section>

/* ==========================================================
   SUNRISE GLOBAL PREMIUM UPGRADE
   ========================================================== */

:root{
  --sunrise-primary:var(--sunrise-gold-dark);
  --sunrise-secondary:var(--sunrise-gold-light);
  --sunrise-dark:#061529;
  --sunrise-text:#667085;
  --sunrise-radius:28px;
  --sunrise-shadow:0 25px 70px rgba(6,21,41,.10);
}

/* Scroll suave */
html{
  scroll-behavior:smooth;
}

/* Seleção */
::selection{
  background:var(--sunrise-primary);
  color:#fff;
}

/* Corpo */
body{
  background:#fff;
  color:#344054;
  overflow-x:hidden;
}

/* Tipografia premium */
h1,h2,h3,h4,h5,h6{
  font-family:'Red Hat Display',sans-serif;
  letter-spacing:-.5px;
}

/* Links */
a{
  transition:all .3s ease;
}

/* Botões globais */
.btn,
.search-btn,
.submit-btn,
.submit-q,
.show-btn1,
.book-btn1,
.submit-bnt,
.subcribe-btn{
  border:none !important;
  border-radius:999px !important;
  font-weight:800 !important;
  transition:all .3s ease !important;
}

.btn:hover,
.search-btn:hover,
.submit-btn:hover,
.submit-q:hover,
.show-btn1:hover,
.book-btn1:hover,
.submit-bnt:hover,
.subcribe-btn:hover{
  transform:translateY(-2px);
}

/* Cards globais */
.comon-items-week,
.comon-expl2,
.com-ln3,
.blogs-slide1 .comon-items-week,
.slide-weekly2 .comon-items-week{
  border-radius:28px !important;
  overflow:hidden;
  transition:all .35s ease;
}

.comon-items-week:hover,
.comon-expl2:hover,
.com-ln3:hover{
  transform:translateY(-6px);
}

/* Imagens */
figure{
  margin-bottom:0;
}

img{
  image-rendering:auto;
}

/* Inputs premium */
.form-control,
.form-select{
  border-radius:16px !important;
  transition:all .25s ease;
}

.form-control:focus,
.form-select:focus{
  border-color:var(--sunrise-primary) !important;
  box-shadow:0 0 0 4px rgba(255,122,0,.12) !important;
}

/* Dropdown premium */
.dropdown-menu{
  border:none !important;
  border-radius:22px !important;
  padding:14px !important;
  box-shadow:0 30px 70px rgba(0,0,0,.14) !important;
}

.dropdown-item{
  border-radius:14px;
  padding:12px 14px;
  font-weight:600;
}

.dropdown-item:hover{
  background:#fff8e1;
  color:var(--sunrise-primary);
}

/* Footer */
footer{
  position:relative;
  overflow:hidden;
}

/* Espaçamento premium */
section{
  position:relative;
}

/* Scrollbar moderna */
::-webkit-scrollbar{
  width:10px;
}

::-webkit-scrollbar-track{
  background:#f3f4f6;
}

::-webkit-scrollbar-thumb{
  background:linear-gradient(
    180deg,
    var(--sunrise-primary),
    var(--sunrise-secondary)
  );
  border-radius:999px;
}



/* CORREÇÃO DEFINITIVA - MENU SUPERIOR CLICÁVEL */
.sunrise-premium-header,
.sunrise-premium-header * {
  pointer-events: auto !important;
}

.sunrise-premium-header {
  z-index: 999999 !important;
}

.sunrise-navbar,
.sunrise-navbar .container,
.sunrise-menu,
.sunrise-menu .nav-item,
.sunrise-menu .nav-link,
.sunrise-header-cta {
  position: relative;
  z-index: 999999 !important;
}

.sunrise-dropdown {
  z-index: 1000000 !important;
}

/* Garante que o banner nunca cubra o menu */
.sunrise-hero-home,
.sunrise-hero-bg,
.sunrise-hero-overlay {
  pointer-events: none !important;
}

.sunrise-hero-content,
.sunrise-hero-content *,
.sunrise-hero-card,
.sunrise-hero-card * {
  pointer-events: auto !important;
}

/* Força dropdown no hover em desktop */
@media (min-width: 992px) {
  .sunrise-menu .dropdown:hover > .dropdown-menu {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}



.sunrise-premium-footer{
  background: linear-gradient(135deg,#061529 0%,#01162d 100%);
  padding-top:70px;
  color:rgba(255,255,255,.78);
  position:relative;
  overflow:hidden;
}

.sunrise-premium-footer::before{
  content:'';
  position:absolute;
  width:420px;
  height:420px;
  border-radius:50%;
  background:rgba(255,122,0,.08);
  top:-180px;
  right:-120px;
}

.footer-top{
  position:relative;
  z-index:2;
}

.footer-logo img{
  max-width:180px;
  margin-bottom:22px;
}

.sunrise-premium-footer p{
  line-height:1.8;
  font-size:15px;
}

.sunrise-premium-footer h5{
  color:#fff;
  font-weight:800;
  margin-bottom:22px;
  font-family:'Red Hat Display',sans-serif;
}

.sunrise-premium-footer ul{
  list-style:none;
  padding:0;
  margin:0;
}

.sunrise-premium-footer ul li{
  margin-bottom:12px;
}

.sunrise-premium-footer ul li a{
  color:rgba(255,255,255,.72);
  text-decoration:none;
  transition:.25s ease;
}

.sunrise-premium-footer ul li a:hover{
  color:var(--sunrise-gold-dark);
  padding-left:4px;
}

.footer-social{
  display:flex;
  gap:12px;
  margin-top:22px;
}

.footer-social a{
  width:44px;
  height:44px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,.08);
  color:#fff;
  text-decoration:none;
  transition:.25s ease;
}

.footer-social a:hover{
  background:var(--sunrise-gold-dark);
  transform:translateY(-3px);
}

.footer-contact li{
  display:flex;
  gap:12px;
  align-items:flex-start;
}

.footer-contact i{
  color:var(--sunrise-gold-dark);
  margin-top:5px;
}

.footer-whatsapp{
  margin-top:20px;
  display:inline-flex;
  align-items:center;
  gap:10px;
  background:linear-gradient(135deg,var(--sunrise-gold-dark),#ff9b21);
  color:#fff !important;
  text-decoration:none;
  padding:14px 20px;
  border-radius:14px;
  font-weight:800;
  transition:.25s ease;
  box-shadow:0 14px 28px rgba(255,122,0,.25);
}

.footer-whatsapp:hover{
  transform:translateY(-3px);
}

.footer-bottom{
  border-top:1px solid rgba(255,255,255,.08);
  margin-top:55px;
  padding:28px 0;
  text-align:center;
  position:relative;
  z-index:2;
}

.footer-bottom p{
  margin:0;
  font-size:14px;
  color:rgba(255,255,255,.6);
}



.premium-section {
  padding: 95px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
}

.suites-section .suite-card {
  background: #fff;
  border-radius: 36px;
  overflow: hidden;
  margin-bottom: 42px;
  box-shadow: 0 30px 85px rgba(6,21,41,.12);
  border: 1px solid rgba(6,21,41,.06);
}

.suite-image {
  position: relative;
  height: 100%;
  min-height: 520px;
  overflow: hidden;
}

.suite-image img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  transition: transform .7s ease;
}

.suite-card:hover .suite-image img {
  transform: scale(1.05);
}

.suite-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(6,21,41,.65));
  z-index: 1;
}

.suite-capacity {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 2;
  background: rgba(255,122,0,.95);
  color: #fff;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.suite-content {
  padding: 52px;
}

.suite-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--sunrise-gold-dark);
  background: #fff8e1;
  padding: 8px 16px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: 18px;
}

.suite-content h3 {
  color: #061529;
  font-family: 'Red Hat Display', sans-serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -1px;
  margin-bottom: 18px;
}

.suite-content p {
  color: #667085;
  font-size: 17px;
  line-height: 1.85;
  margin-bottom: 24px;
}

.suite-features {
  display: grid;
  gap: 12px;
  margin-bottom: 26px;
}

.suite-features div {
  color: #061529;
  font-weight: 800;
}

.suite-features i {
  color: var(--sunrise-gold-dark);
  margin-right: 8px;
}

.btn-sunrise {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  background: linear-gradient(135deg, var(--sunrise-gold-dark), var(--sunrise-gold-light));
  color: #fff !important;
  padding: 15px 24px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 900;
  box-shadow: 0 18px 40px rgba(255,122,0,.26);
  transition: all .3s ease;
  margin-bottom: 26px;
}

.btn-sunrise:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 50px rgba(255,122,0,.34);
}

.suite-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.suite-gallery a {
  display: block;
  border-radius: 16px;
  overflow: hidden;
  height: 86px;
  border: 2px solid rgba(255,122,0,.12);
}

.suite-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.suite-gallery a:hover img {
  transform: scale(1.08);
}

@media (max-width: 991px) {
  .suite-image,
  .suite-image img {
    min-height: 360px;
  }

  .suite-content {
    padding: 34px;
  }
}

@media (max-width: 767px) {
  .premium-section {
    padding: 70px 0;
  }

  .suites-section .suite-card {
    border-radius: 28px;
    margin-bottom: 30px;
  }

  .suite-image,
  .suite-image img {
    min-height: 290px;
  }

  .suite-content {
    padding: 28px;
  }

  .btn-sunrise {
    width: 100%;
  }

  .suite-gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .suite-gallery a {
    height: 105px;
  }
}


/* ===== FORM PREMIUM SUNRISE ===== */

```css
.sunrise-quote-premium {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(255,122,0,.10), transparent 28%),
    radial-gradient(circle at 90% 75%, rgba(255,159,28,.08), transparent 30%),
    #dcd9c9;
}

.quote-bg-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(5px);
  opacity: .45;
  animation: quoteFloat 7s ease-in-out infinite alternate;
}

.quote-orb-one {
  width: 220px;
  height: 220px;
  background: rgba(255,122,0,.14);
  top: 80px;
  left: -70px;
}

.quote-orb-two {
  width: 300px;
  height: 300px;
  background: rgba(255,159,28,.10);
  right: -100px;
  bottom: -90px;
}

.quote-intro-card,
.quote-form-card {
  position: relative;
  z-index: 2;
}

.quote-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--sunrise-gold-dark);
  background: rgba(255,255,255,.75);
  border: 1px solid rgba(255,122,0,.22);
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: 22px;
  backdrop-filter: blur(10px);
}

.quote-intro-card h2 {
  color: #061529;
  font-family: 'Red Hat Display', sans-serif;
  font-size: clamp(2.2rem, 4vw, 4rem);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: -1px;
  margin-bottom: 20px;
}

.quote-intro-card p {
  color: #4b5563;
  font-size: 17px;
  line-height: 1.85;
  margin-bottom: 28px;
}

.quote-benefits {
  display: grid;
  gap: 14px;
  margin-bottom: 30px;
}

.quote-benefits div {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(6,21,41,.08);
  backdrop-filter: blur(12px);
  color: #061529;
  font-weight: 800;
  box-shadow: 0 10px 30px rgba(6,21,41,.05);
}

.quote-benefits i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--sunrise-gold-dark), var(--sunrise-gold-light));
  color: #fff;
  box-shadow: 0 14px 30px rgba(255,122,0,.28);
}

.quote-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #fff !important;
  background: linear-gradient(135deg, #25d366, #128c7e);
  padding: 15px 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 900;
  box-shadow: 0 18px 40px rgba(37,211,102,.24);
  transition: all .3s ease;
}

.quote-whatsapp:hover {
  transform: translateY(-3px);
}

.quote-form-card {
  padding: 34px;
  border-radius: 34px;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(255,255,255,.7);
  box-shadow: 0 35px 90px rgba(0,0,0,.10);
  overflow: hidden;
}

.quote-form-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 6px;
  background: linear-gradient(90deg, var(--sunrise-gold-dark), #ffb35c, var(--sunrise-gold-dark));
}

.quote-form-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 28px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(6,21,41,.08);
}

.quote-form-header span {
  color: var(--sunrise-gold-dark);
  font-weight: 900;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.quote-form-header h3 {
  color: #061529;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 30px;
  font-weight: 900;
  margin: 4px 0 0;
}

.quote-form-icon {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--sunrise-gold-dark), var(--sunrise-gold-light));
  color: #fff;
  font-size: 23px;
  box-shadow: 0 18px 38px rgba(255,122,0,.22);
}

.quote-section-title {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #061529;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .4px;
}

.quote-section-title i {
  color: var(--sunrise-gold-dark);
}

.quote-label {
  color: #344054;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 8px;
}

.input-icon-box {
  position: relative;
}

.input-icon-box > i {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--sunrise-gold-dark);
  font-size: 16px;
  z-index: 3;
  transition: all .3s ease;
}

.textarea-box > i {
  top: 24px;
  transform: none;
}

.quote-input {
  height: 58px;
  border-radius: 18px;
  border: 1px solid rgba(6,21,41,.10);
  background: #f8fafc;
  color: #061529;
  font-size: 15px;
  font-weight: 700;
  padding-left: 50px;
  box-shadow: none;
  transition: all .3s ease;
}

textarea.quote-input {
  height: auto;
  min-height: 130px;
  padding-top: 18px;
  resize: vertical;
}

.quote-input:focus {
  background: #fff;
  border-color: var(--sunrise-gold-dark);
  box-shadow: 0 0 0 .22rem rgba(255,122,0,.13);
}

.input-icon-box:focus-within > i {
  transform: translateY(-50%) scale(1.12);
  color: var(--sunrise-gold-light);
}

.textarea-box:focus-within > i {
  transform: scale(1.12);
}

.quote-submit-btn {
  width: 100%;
  border: none;
  border-radius: 20px;
  padding: 18px 24px;
  background: linear-gradient(135deg, var(--sunrise-gold-dark), var(--sunrise-gold-light));
  color: #fff;
  font-weight: 900;
  font-size: 16px;
  box-shadow: 0 22px 45px rgba(255,122,0,.28);
  position: relative;
  overflow: hidden;
  transition: all .35s ease;
}

.quote-submit-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -90%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.38), transparent);
  transform: skewX(-20deg);
  transition: all .6s ease;
}

.quote-submit-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 60px rgba(255,122,0,.38);
}

.quote-submit-btn:hover::before {
  left: 130%;
}

.quote-submit-btn span {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

@keyframes quoteFloat {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-22px);
  }
}

@media (max-width: 991px) {
  .sunrise-quote-premium {
    padding: 80px 0;
  }

  .quote-form-card {
    padding: 26px;
  }
}

@media (max-width: 575px) {
  .quote-form-header {
    align-items: flex-start;
  }

  .quote-form-icon {
    width: 52px;
    height: 52px;
    font-size: 20px;
  }

  .quote-form-card {
    border-radius: 26px;
    padding: 22px;
  }

  .quote-input {
    height: 56px;
    font-size: 14px;
  }
}
```


<style>
    .stay-hero{position:relative;min-height:92vh;overflow:hidden;display:flex;align-items:center;background:#061529}
    .stay-hero-bg{position:absolute;inset:0;z-index:1}.stay-hero-bg img{width:100%;height:100%;object-fit:cover;animation:sunriseHeroZoom 14s ease-in-out infinite alternate}
    .stay-hero-overlay{position:absolute;inset:0;z-index:2;background:radial-gradient(circle at 76% 42%,rgba(0,190,200,.25),transparent 30%),radial-gradient(circle at 82% 50%,rgba(255,122,0,.32),transparent 35%),linear-gradient(90deg,rgba(1,22,45,.96) 0%,rgba(1,22,45,.74) 48%,rgba(1,22,45,.30) 100%)}
    .stay-hero .container{position:relative;z-index:3}.stay-hero-content{color:#fff;padding-top:100px}
    .stay-badge,.stay-heading span,.stay-copy-box span,.stay-slide-content span{display:inline-flex;align-items:center;gap:9px;background:#fff8e1;color:var(--sunrise-gold-dark);padding:8px 16px;border-radius:999px;font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.5px;margin-bottom:18px}
    .stay-badge{background:rgba(255,122,0,.16);border:1px solid rgba(255,122,0,.35);color:#ffb35c;padding:10px 16px;font-size:14px;margin-bottom:22px}
    .stay-hero-content h1{color:#fff;font-family:'Red Hat Display',sans-serif;font-size:clamp(2.7rem,5vw,5.4rem);line-height:.98;font-weight:900;letter-spacing:-2px;max-width:920px;margin-bottom:24px;text-shadow:0 12px 35px rgba(0,0,0,.45)}
    .stay-hero-content p{color:rgba(255,255,255,.88);font-size:18px;line-height:1.8;max-width:720px;margin-bottom:34px}
    .stay-actions{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:38px}.stay-primary-btn,.stay-secondary-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:15px 24px;border-radius:999px;text-decoration:none;font-weight:900;transition:all .3s ease}
    .stay-primary-btn{background:linear-gradient(135deg,var(--sunrise-gold-dark),var(--sunrise-gold-light));color:#fff!important;box-shadow:0 18px 40px rgba(255,122,0,.34)}.stay-secondary-btn{color:#fff!important;border:1px solid rgba(255,255,255,.35);background:rgba(255,255,255,.08)}
    .stay-primary-btn:hover,.stay-secondary-btn:hover{transform:translateY(-3px)}
    .stay-hero-mini{display:flex;flex-wrap:wrap;gap:14px}.stay-hero-mini div{min-width:145px;padding:15px 18px;border-radius:18px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.14);backdrop-filter:blur(10px)}
    .stay-hero-mini strong{display:block;color:#fff;font-size:20px;font-weight:900}.stay-hero-mini span{color:rgba(255,255,255,.72);font-size:13px}
    .stay-side-card{margin-top:110px;background:rgba(255,255,255,.94);border-radius:30px;padding:34px;box-shadow:0 30px 70px rgba(0,0,0,.28);border:1px solid rgba(255,255,255,.4)}
    .stay-side-card h3{color:#061529;font-family:'Red Hat Display',sans-serif;font-size:28px;font-weight:900;margin-bottom:12px}.stay-side-card p{color:#5b6472;line-height:1.7;font-size:15px;margin-bottom:18px}
    .stay-price{background:#fff8e1;color:var(--sunrise-gold-dark);border-radius:20px;padding:18px;margin-bottom:20px}.stay-price small{display:block;color:#667085;font-weight:800;margin-bottom:4px;text-transform:uppercase;font-size:12px}.stay-price strong{font-size:30px;font-weight:900;color:var(--sunrise-gold-dark);font-family:'Red Hat Display',sans-serif}
    .stay-side-card ul{list-style:none;padding:0;margin:0 0 24px}.stay-side-card li{margin-bottom:11px;color:#1f2937;font-weight:800}.stay-side-card li i{color:var(--sunrise-gold-dark);margin-right:8px}
    .stay-section,.stay-slider-premium{padding:95px 0}.stay-light{background:linear-gradient(180deg,#fff 0%,#f7f9fc 100%)}.stay-dark{background:radial-gradient(circle at top left,rgba(255,122,0,.16),transparent 30%),linear-gradient(135deg,#061529 0%,#01162d 60%,#020b16 100%);color:#fff}
    .stay-heading{max-width:820px;margin:0 auto 48px;text-align:center}.stay-heading h2{color:#061529;font-family:'Red Hat Display',sans-serif;font-size:clamp(2rem,4vw,3.4rem);line-height:1.05;font-weight:900;letter-spacing:-1px;margin-bottom:18px}.stay-dark .stay-heading h2{color:#fff}.stay-heading p{color:#667085;font-size:17px;line-height:1.8;margin:0}.stay-dark .stay-heading p{color:rgba(255,255,255,.76)}
    .stay-benefit-card{height:100%;background:#fff;border-radius:30px;padding:32px;box-shadow:0 20px 55px rgba(6,21,41,.08);border:1px solid rgba(6,21,41,.06);transition:all .35s ease}.stay-benefit-card:hover{transform:translateY(-7px);box-shadow:0 32px 80px rgba(6,21,41,.14)}
    .stay-benefit-card i,.stay-info-card i{width:62px;height:62px;background:linear-gradient(135deg,var(--sunrise-gold-dark),var(--sunrise-gold-light));color:#fff;border-radius:20px;display:grid;place-items:center;font-size:26px;margin-bottom:22px;box-shadow:0 16px 35px rgba(255,122,0,.26)}
    .stay-benefit-card h3,.stay-step h3{color:#061529;font-family:'Red Hat Display',sans-serif;font-size:24px;font-weight:900;margin-bottom:12px}.stay-benefit-card p,.stay-step p{color:#667085;line-height:1.75;margin:0;font-size:15px}
    .stay-slider-premium{background:radial-gradient(circle at top right,rgba(0,190,200,.12),transparent 28%),linear-gradient(180deg,#f7f9fc 0%,#fff 100%);overflow:hidden}
    .stay-slide-card,.stay-image-section{background:#fff;border-radius:36px;overflow:hidden;box-shadow:0 35px 90px rgba(6,21,41,.14);border:1px solid rgba(6,21,41,.06)}
    .stay-slide-img{height:520px;overflow:hidden;position:relative}.stay-slide-img::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(6,21,41,.36));z-index:2}.stay-slide-img img,.stay-image-section img{width:100%;height:100%;object-fit:cover}.carousel-item.active .stay-slide-img img{transform:scale(1.04)}
    .stay-slide-content,.stay-copy-box{padding:52px}.stay-slide-content h3,.stay-copy-box h2{color:#061529;font-family:'Red Hat Display',sans-serif;font-size:clamp(2rem,4vw,3.2rem);line-height:1.05;font-weight:900;letter-spacing:-1px;margin-bottom:18px}.stay-slide-content p,.stay-copy-box p{color:#667085;font-size:17px;line-height:1.85;margin-bottom:24px}
    .stay-slide-content ul,.stay-copy-list{list-style:none;padding:0;margin:0;display:grid;gap:12px}.stay-slide-content li,.stay-copy-list div{color:#061529;font-weight:800}.stay-slide-content li i,.stay-copy-list i{color:var(--sunrise-gold-dark);margin-right:8px}
    .stay-carousel .carousel-indicators{position:relative;margin:0 0 28px;justify-content:center;gap:8px}.stay-carousel .carousel-indicators [data-bs-target]{width:12px;height:12px;border-radius:999px;background:var(--sunrise-gold-dark)!important;border:0;opacity:.28;margin:0}.stay-carousel .carousel-indicators .active{width:34px;opacity:1}
    .stay-carousel-control{width:54px;height:54px;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.95);color:var(--sunrise-gold-dark);border-radius:50%;opacity:1;box-shadow:0 18px 45px rgba(6,21,41,.16)}.stay-carousel-control i{color:var(--sunrise-gold-dark);font-size:18px}.stay-carousel .carousel-control-prev{left:-27px}.stay-carousel .carousel-control-next{right:-27px}
    .stay-image-section img{min-height:500px}.stay-info-card{height:100%;padding:30px;border-radius:28px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);backdrop-filter:blur(14px);transition:all .35s ease}.stay-info-card:hover{transform:translateY(-7px);background:rgba(255,255,255,.12);border-color:rgba(255,122,0,.38)}.stay-info-card h3{color:#fff;font-family:'Red Hat Display',sans-serif;font-size:23px;font-weight:900;margin-bottom:12px}.stay-info-card p{color:rgba(255,255,255,.74);font-size:15px;line-height:1.75;margin:0}
    .stay-timeline{display:grid;gap:18px}.stay-step{display:grid;grid-template-columns:72px 1fr;gap:18px;background:#fff;border-radius:28px;padding:26px;box-shadow:0 20px 55px rgba(6,21,41,.08);border:1px solid rgba(6,21,41,.06)}.stay-step-number{width:62px;height:62px;background:linear-gradient(135deg,var(--sunrise-gold-dark),var(--sunrise-gold-light));color:#fff;border-radius:20px;display:grid;place-items:center;font-size:22px;font-weight:900;box-shadow:0 16px 35px rgba(255,122,0,.26)}
    .stay-cta{padding:95px 0;background:radial-gradient(circle at right,rgba(255,122,0,.22),transparent 30%),linear-gradient(135deg,#061529,#01162d);color:#fff;text-align:center}.stay-cta h2{color:#fff;font-family:'Red Hat Display',sans-serif;font-size:clamp(2rem,4vw,3.5rem);font-weight:900;line-height:1.05;margin-bottom:18px}.stay-cta p{color:rgba(255,255,255,.76);max-width:780px;margin:0 auto 30px;line-height:1.8;font-size:17px}.stay-cta-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}

    .suite-showcase-premium {
      padding: 95px 0;
      background:
        radial-gradient(circle at top right, rgba(255,122,0,.13), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
      overflow: hidden;
    }

    .suite-package-card {
      display: block;
      height: 100%;
      background: #fff;
      border-radius: 30px;
      overflow: hidden;
      text-decoration: none;
      box-shadow: 0 24px 65px rgba(6,21,41,.10);
      border: 1px solid rgba(6,21,41,.06);
      transition: all .35s ease;
    }

    .suite-package-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 34px 90px rgba(6,21,41,.16);
    }

    .suite-package-img {
      height: 235px;
      position: relative;
      overflow: hidden;
    }

    .suite-package-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform .7s ease;
    }

    .suite-package-card:hover .suite-package-img img {
      transform: scale(1.08);
    }

    .suite-package-img::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, transparent 35%, rgba(6,21,41,.62));
      z-index: 1;
    }

    .suite-package-img span {
      position: absolute;
      left: 18px;
      bottom: 18px;
      z-index: 2;
      background: rgba(255,122,0,.94);
      color: #fff;
      padding: 8px 14px;
      border-radius: 999px;
      font-size: 12px;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: .4px;
      box-shadow: 0 12px 26px rgba(255,122,0,.28);
    }

    .suite-package-content {
      padding: 26px;
    }

    .suite-package-content small {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      color: var(--sunrise-gold-dark);
      font-weight: 900;
      text-transform: uppercase;
      font-size: 12px;
      letter-spacing: .4px;
      margin-bottom: 12px;
    }

    .suite-package-content h3 {
      color: #061529;
      font-family: 'Red Hat Display', sans-serif;
      font-size: 24px;
      font-weight: 900;
      line-height: 1.05;
      margin-bottom: 10px;
    }

    .suite-package-content p {
      color: #667085;
      font-size: 14px;
      line-height: 1.65;
      margin-bottom: 18px;
    }

    .suite-package-list {
      list-style: none;
      padding: 0;
      margin: 0 0 20px;
      display: grid;
      gap: 8px;
    }

    .suite-package-list li {
      color: #061529;
      font-size: 13px;
      font-weight: 800;
    }

    .suite-package-list i {
      color: var(--sunrise-gold-dark);
      margin-right: 7px;
    }

    .suite-package-price {
      display: flex;
      flex-direction: column;
      gap: 2px;
      padding-top: 18px;
      border-top: 1px solid rgba(6,21,41,.08);
    }

    .suite-package-price em {
      font-style: normal;
      color: #667085;
      font-size: 12px;
      font-weight: 800;
      text-transform: uppercase;
    }

    .suite-package-price strong {
      color: var(--sunrise-gold-dark);
      font-family: 'Red Hat Display', sans-serif;
      font-size: 28px;
      font-weight: 900;
      line-height: 1;
    }

    .suite-package-price span {
      color: #667085;
      font-size: 12px;
      font-weight: 700;
    }

    .suite-quote-wrapper {
      margin-top: 42px;
      background:
        radial-gradient(circle at right, rgba(255,122,0,.18), transparent 30%),
        linear-gradient(135deg, #061529 0%, #01162d 100%);
      border-radius: 36px;
      overflow: hidden;
      box-shadow: 0 35px 90px rgba(6,21,41,.18);
    }

    .suite-quote-copy {
      padding: 48px;
      color: #fff;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .suite-quote-copy span {
      display: inline-flex;
      width: fit-content;
      align-items: center;
      gap: 8px;
      color: #ffb35c;
      background: rgba(255,122,0,.14);
      border: 1px solid rgba(255,122,0,.35);
      padding: 8px 16px;
      border-radius: 999px;
      font-weight: 900;
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: .5px;
      margin-bottom: 18px;
    }

    .suite-quote-copy h3 {
      color: #fff;
      font-family: 'Red Hat Display', sans-serif;
      font-size: clamp(2rem, 4vw, 3.2rem);
      line-height: 1.05;
      font-weight: 900;
      letter-spacing: -1px;
      margin-bottom: 18px;
    }

    .suite-quote-copy p {
      color: rgba(255,255,255,.78);
      font-size: 17px;
      line-height: 1.8;
      margin-bottom: 24px;
    }

    .suite-quote-points {
      display: grid;
      gap: 12px;
      color: rgba(255,255,255,.92);
      font-weight: 800;
    }

    .suite-quote-points i {
      color: var(--sunrise-gold-light);
      margin-right: 8px;
    }

    .suite-quote-card {
      background: rgba(255,255,255,.96);
      margin: 24px;
      border-radius: 28px;
      padding: 30px;
      box-shadow: 0 25px 70px rgba(0,0,0,.22);
    }

    .suite-quote-card h3 {
      color: #061529;
      font-family: 'Red Hat Display', sans-serif;
      font-size: 26px;
      font-weight: 900;
      margin-bottom: 8px;
    }

    .suite-quote-card p {
      color: #667085;
      font-size: 14px;
      line-height: 1.65;
      margin-bottom: 20px;
    }

    .suite-label {
      display: block;
      color: #061529;
      font-size: 12px;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: .4px;
      margin-bottom: 7px;
    }

    .suite-quote-card .form-control,
    .suite-quote-card .form-select {
      min-height: 50px;
      border-radius: 14px;
      border: 1px solid rgba(6,21,41,.12);
      color: #061529;
      font-weight: 600;
    }

    .suite-quote-card .form-control:focus,
    .suite-quote-card .form-select:focus {
      border-color: var(--sunrise-gold-dark);
      box-shadow: 0 0 0 .18rem rgba(255,122,0,.13);
    }

    .suite-form-btn {
      width: 100%;
      border: 0;
      border-radius: 16px;
      background: linear-gradient(135deg, var(--sunrise-gold-dark), var(--sunrise-gold-light));
      color: #fff;
      padding: 15px 22px;
      font-weight: 900;
      text-transform: uppercase;
      transition: all .3s ease;
      box-shadow: 0 16px 35px rgba(255,122,0,.24);
    }

    .suite-form-btn:hover {
      transform: translateY(-2px);
      box-shadow: 0 20px 45px rgba(255,122,0,.32);
    }

    .suite-note {
      margin-top: 14px;
      color: #667085;
      font-size: 12px;
      line-height: 1.5;
    }



    .suite-details-premium{padding:95px 0;background:#fff;position:relative;overflow:hidden}
    .suite-details-premium::before{content:"";position:absolute;width:520px;height:520px;right:-260px;top:-260px;background:radial-gradient(circle,rgba(255,122,0,.12),transparent 68%);border-radius:50%}
    .room-detail-card{height:100%;background:#fff;border-radius:32px;overflow:hidden;border:1px solid rgba(6,21,41,.07);box-shadow:0 24px 65px rgba(6,21,41,.10);transition:all .35s ease;position:relative;z-index:2}
    .room-detail-card:hover{transform:translateY(-8px);box-shadow:0 36px 95px rgba(6,21,41,.16)}
    .room-detail-img{height:270px;position:relative;overflow:hidden}
    .room-detail-img img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}
    .room-detail-card:hover .room-detail-img img{transform:scale(1.07)}
    .room-detail-img::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(6,21,41,.72));z-index:1}
    .room-detail-tag{position:absolute;left:18px;bottom:18px;z-index:2;display:inline-flex;align-items:center;gap:8px;background:rgba(255,122,0,.95);color:#fff;padding:8px 14px;border-radius:999px;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.4px}
    .room-detail-content{padding:30px}
    .room-detail-content h3{color:#061529;font-family:'Red Hat Display',sans-serif;font-size:26px;font-weight:900;line-height:1.05;margin-bottom:10px}
    .room-detail-content p{color:#667085;font-size:15px;line-height:1.75;margin-bottom:22px}
    .room-feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:24px}
    .room-feature-grid div{background:#f7f9fc;border:1px solid rgba(6,21,41,.06);border-radius:16px;padding:12px;color:#061529;font-size:13px;font-weight:800;line-height:1.35}
    .room-feature-grid i{color:var(--sunrise-gold-dark);margin-right:7px}
    .room-includes{list-style:none;padding:0;margin:0 0 24px;display:grid;gap:10px}
    .room-includes li{color:#061529;font-size:14px;font-weight:800}
    .room-includes i{color:var(--sunrise-gold-dark);margin-right:8px}
    .room-price-line{background:#fff8e1;border-radius:20px;padding:18px;margin-bottom:18px}
    .room-price-line small{display:block;color:#667085;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.4px;margin-bottom:4px}
    .room-price-line strong{color:var(--sunrise-gold-dark);font-family:'Red Hat Display',sans-serif;font-size:30px;line-height:1;font-weight:900}
    .room-price-line span{display:block;color:#667085;font-size:12px;font-weight:700;margin-top:5px}
    .room-detail-btn{display:inline-flex;width:100%;align-items:center;justify-content:center;gap:8px;background:linear-gradient(135deg,var(--sunrise-gold-dark),var(--sunrise-gold-light));color:#fff!important;text-decoration:none;border-radius:16px;padding:14px 18px;font-weight:900;text-transform:uppercase;box-shadow:0 16px 35px rgba(255,122,0,.22);transition:all .3s ease}
    .room-detail-btn:hover{transform:translateY(-2px);box-shadow:0 20px 45px rgba(255,122,0,.30)}
    .room-advice-box{margin-top:42px;background:radial-gradient(circle at right,rgba(255,122,0,.16),transparent 30%),linear-gradient(135deg,#061529,#01162d);color:#fff;border-radius:32px;padding:36px;box-shadow:0 28px 75px rgba(6,21,41,.18);position:relative;z-index:2}
    .room-advice-box h3{color:#fff;font-family:'Red Hat Display',sans-serif;font-size:30px;font-weight:900;margin-bottom:10px}
    .room-advice-box p{color:rgba(255,255,255,.76);line-height:1.75;margin:0}
    .room-advice-box a{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--sunrise-gold-dark);color:#fff;text-decoration:none;border-radius:999px;padding:14px 22px;font-weight:900;white-space:nowrap}


    .amenities-premium {
      padding: 95px 0;
      background:
        radial-gradient(circle at top left, rgba(255,122,0,.12), transparent 30%),
        linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%);
    }

    .amenity-card {
      height: 100%;
      background: #fff;
      border-radius: 26px;
      padding: 28px;
      border: 1px solid rgba(6,21,41,.06);
      box-shadow: 0 20px 55px rgba(6,21,41,.08);
      transition: all .35s ease;
    }

    .amenity-card:hover {
      transform: translateY(-7px);
      box-shadow: 0 32px 80px rgba(6,21,41,.13);
    }

    .amenity-card i {
      width: 58px;
      height: 58px;
      border-radius: 18px;
      display: grid;
      place-items: center;
      background: linear-gradient(135deg, var(--sunrise-gold-dark), var(--sunrise-gold-light));
      color: #fff;
      font-size: 23px;
      margin-bottom: 18px;
      box-shadow: 0 16px 35px rgba(255,122,0,.22);
    }

    .amenity-card h3 {
      color: #061529;
      font-family: 'Red Hat Display', sans-serif;
      font-size: 22px;
      font-weight: 900;
      margin-bottom: 10px;
    }

    .amenity-card p {
      color: #667085;
      line-height: 1.7;
      margin: 0;
      font-size: 14px;
    }

    .suite-compare-premium {
      padding: 95px 0;
      background: #fff;
    }

    .suite-compare-box {
      background: #fff;
      border-radius: 34px;
      overflow: hidden;
      box-shadow: 0 28px 85px rgba(6,21,41,.12);
      border: 1px solid rgba(6,21,41,.06);
    }

    .suite-compare-table {
      width: 100%;
      margin: 0;
      border-collapse: collapse;
    }

    .suite-compare-table th {
      background: #061529;
      color: #fff;
      padding: 22px;
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: .4px;
    }

    .suite-compare-table td {
      padding: 20px 22px;
      border-bottom: 1px solid rgba(6,21,41,.07);
      color: #061529;
      font-weight: 800;
      vertical-align: middle;
    }

    .suite-compare-table tr:last-child td {
      border-bottom: 0;
    }

    .suite-compare-table td:first-child {
      color: var(--sunrise-gold-dark);
      font-weight: 900;
    }

    .suite-compare-table i {
      color: var(--sunrise-gold-dark);
      margin-right: 7px;
    }

    .trust-premium {
      padding: 95px 0;
      background:
        radial-gradient(circle at right, rgba(255,122,0,.18), transparent 30%),
        linear-gradient(135deg, #061529 0%, #01162d 100%);
      color: #fff;
    }

    .trust-card {
      height: 100%;
      background: rgba(255,255,255,.08);
      border: 1px solid rgba(255,255,255,.14);
      border-radius: 28px;
      padding: 30px;
      backdrop-filter: blur(12px);
      transition: all .35s ease;
    }

    .trust-card:hover {
      transform: translateY(-7px);
      background: rgba(255,255,255,.12);
      border-color: rgba(255,122,0,.38);
    }

    .trust-stars {
      color: var(--sunrise-gold-light);
      margin-bottom: 16px;
      letter-spacing: 2px;
    }

    .trust-card p {
      color: rgba(255,255,255,.78);
      line-height: 1.75;
      font-size: 15px;
      margin-bottom: 18px;
    }

    .trust-card strong {
      color: #fff;
      font-weight: 900;
    }

    .final-booking-cta {
      padding: 95px 0;
      background:
        linear-gradient(180deg, rgba(255,255,255,.88), rgba(247,249,252,.96)),
        url('images/Ilha-grande-promo.jpg') center/cover fixed;
      text-align: center;
    }

    .final-booking-box {
      background: rgba(255,255,255,.94);
      border: 1px solid rgba(255,255,255,.55);
      border-radius: 38px;
      padding: 54px;
      box-shadow: 0 35px 95px rgba(6,21,41,.18);
      max-width: 930px;
      margin: 0 auto;
      backdrop-filter: blur(12px);
    }

    .final-booking-box span {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: var(--sunrise-gold-dark);
      background: #fff8e1;
      padding: 9px 18px;
      border-radius: 999px;
      font-weight: 900;
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: .5px;
      margin-bottom: 18px;
    }

    .final-booking-box h2 {
      color: #061529;
      font-family: 'Red Hat Display', sans-serif;
      font-size: clamp(2.2rem, 4vw, 3.6rem);
      font-weight: 900;
      line-height: 1.05;
      letter-spacing: -1px;
      margin-bottom: 18px;
    }

    .final-booking-box p {
      color: #667085;
      max-width: 720px;
      margin: 0 auto 30px;
      line-height: 1.8;
      font-size: 17px;
    }

    .final-booking-actions {
      display: flex;
      gap: 14px;
      justify-content: center;
      flex-wrap: wrap;
    }

    .final-booking-actions a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      padding: 15px 24px;
      border-radius: 999px;
      text-decoration: none;
      font-weight: 900;
      transition: all .3s ease;
    }

    .final-booking-actions a:first-child {
      background: linear-gradient(135deg, var(--sunrise-gold-dark), var(--sunrise-gold-light));
      color: #fff;
      box-shadow: 0 18px 40px rgba(255,122,0,.28);
    }

    .final-booking-actions a:last-child {
      background: #061529;
      color: #fff;
    }

    .final-booking-actions a:hover {
      transform: translateY(-3px);
    }


    @media(max-width:991px){.suite-quote-copy{padding:34px}.suite-quote-card{margin:0 24px 24px}.stay-hero{min-height:780px}.stay-hero-content{padding-top:135px;padding-bottom:70px}.stay-side-card{display:none}.stay-slide-img{height:360px}.stay-slide-content,.stay-copy-box{padding:34px}.stay-carousel .carousel-control-prev{left:16px}.stay-carousel .carousel-control-next{right:16px}}
    @media(max-width:767px){.amenities-premium,.suite-compare-premium,.trust-premium,.final-booking-cta{padding:70px 0}.final-booking-box{padding:32px 22px}.suite-compare-box{overflow-x:auto}.suite-compare-table{min-width:760px}.suite-details-premium{padding:70px 0}.room-detail-img{height:230px}.room-feature-grid{grid-template-columns:1fr}.room-advice-box{padding:28px}.suite-showcase-premium{padding:70px 0}.suite-package-img{height:220px}.suite-quote-copy{padding:28px}.suite-quote-card{margin:0 16px 16px;padding:24px}.stay-section,.stay-slider-premium,.stay-cta{padding:70px 0}.stay-hero-content h1{font-size:2.55rem;letter-spacing:-1px}.stay-hero-content p{font-size:16px}.stay-primary-btn,.stay-secondary-btn{width:100%}.stay-hero-mini div{width:100%}.stay-slide-img{height:260px}.stay-step{grid-template-columns:1fr}.stay-image-section img{min-height:300px}}
  

    /* FIX LOCAL TIKTOK FOOTER - não depende da versão do Font Awesome */
    .footer-social a .sunrise-tiktok-svg {
      width: 16px;
      height: 16px;
      display: block;
    }

    .footer-social a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
    }
</style>



<style>
    .stay-hero{position:relative;min-height:92vh;overflow:hidden;display:flex;align-items:center;background:#061529}
    .stay-hero-bg{position:absolute;inset:0;z-index:1}.stay-hero-bg img{width:100%;height:100%;object-fit:cover;animation:sunriseHeroZoom 14s ease-in-out infinite alternate}
    .stay-hero-overlay{position:absolute;inset:0;z-index:2;background:radial-gradient(circle at 76% 42%,rgba(0,190,200,.25),transparent 30%),radial-gradient(circle at 82% 50%,rgba(255,122,0,.32),transparent 35%),linear-gradient(90deg,rgba(1,22,45,.96) 0%,rgba(1,22,45,.74) 48%,rgba(1,22,45,.30) 100%)}
    .stay-hero .container{position:relative;z-index:3}.stay-hero-content{color:#fff;padding-top:100px}
    .stay-badge,.stay-heading span,.stay-copy-box span,.stay-slide-content span{display:inline-flex;align-items:center;gap:9px;background:#fff8e1;color:var(--sunrise-gold-dark);padding:8px 16px;border-radius:999px;font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.5px;margin-bottom:18px}
    .stay-badge{background:rgba(255,122,0,.16);border:1px solid rgba(255,122,0,.35);color:#ffb35c;padding:10px 16px;font-size:14px;margin-bottom:22px}
    .stay-hero-content h1{color:#fff;font-family:'Red Hat Display',sans-serif;font-size:clamp(2.7rem,5vw,5.4rem);line-height:.98;font-weight:900;letter-spacing:-2px;max-width:920px;margin-bottom:24px;text-shadow:0 12px 35px rgba(0,0,0,.45)}
    .stay-hero-content p{color:rgba(255,255,255,.88);font-size:18px;line-height:1.8;max-width:720px;margin-bottom:34px}
    .stay-actions{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:38px}.stay-primary-btn,.stay-secondary-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:15px 24px;border-radius:999px;text-decoration:none;font-weight:900;transition:all .3s ease}
    .stay-primary-btn{background:linear-gradient(135deg,var(--sunrise-gold-dark),var(--sunrise-gold-light));color:#fff!important;box-shadow:0 18px 40px rgba(255,122,0,.34)}.stay-secondary-btn{color:#fff!important;border:1px solid rgba(255,255,255,.35);background:rgba(255,255,255,.08)}
    .stay-primary-btn:hover,.stay-secondary-btn:hover{transform:translateY(-3px)}
    .stay-hero-mini{display:flex;flex-wrap:wrap;gap:14px}.stay-hero-mini div{min-width:145px;padding:15px 18px;border-radius:18px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.14);backdrop-filter:blur(10px)}
    .stay-hero-mini strong{display:block;color:#fff;font-size:20px;font-weight:900}.stay-hero-mini span{color:rgba(255,255,255,.72);font-size:13px}
    .stay-side-card{margin-top:110px;background:rgba(255,255,255,.94);border-radius:30px;padding:34px;box-shadow:0 30px 70px rgba(0,0,0,.28);border:1px solid rgba(255,255,255,.4)}
    .stay-side-card h3{color:#061529;font-family:'Red Hat Display',sans-serif;font-size:28px;font-weight:900;margin-bottom:12px}.stay-side-card p{color:#5b6472;line-height:1.7;font-size:15px;margin-bottom:18px}
    .stay-price{background:#fff8e1;color:var(--sunrise-gold-dark);border-radius:20px;padding:18px;margin-bottom:20px}.stay-price small{display:block;color:#667085;font-weight:800;margin-bottom:4px;text-transform:uppercase;font-size:12px}.stay-price strong{font-size:30px;font-weight:900;color:var(--sunrise-gold-dark);font-family:'Red Hat Display',sans-serif}
    .stay-side-card ul{list-style:none;padding:0;margin:0 0 24px}.stay-side-card li{margin-bottom:11px;color:#1f2937;font-weight:800}.stay-side-card li i{color:var(--sunrise-gold-dark);margin-right:8px}
    .stay-section,.stay-slider-premium{padding:95px 0}.stay-light{background:linear-gradient(180deg,#fff 0%,#f7f9fc 100%)}.stay-dark{background:radial-gradient(circle at top left,rgba(255,122,0,.16),transparent 30%),linear-gradient(135deg,#061529 0%,#01162d 60%,#020b16 100%);color:#fff}
    .stay-heading{max-width:820px;margin:0 auto 48px;text-align:center}.stay-heading h2{color:#061529;font-family:'Red Hat Display',sans-serif;font-size:clamp(2rem,4vw,3.4rem);line-height:1.05;font-weight:900;letter-spacing:-1px;margin-bottom:18px}.stay-dark .stay-heading h2{color:#fff}.stay-heading p{color:#667085;font-size:17px;line-height:1.8;margin:0}.stay-dark .stay-heading p{color:rgba(255,255,255,.76)}
    .stay-benefit-card{height:100%;background:#fff;border-radius:30px;padding:32px;box-shadow:0 20px 55px rgba(6,21,41,.08);border:1px solid rgba(6,21,41,.06);transition:all .35s ease}.stay-benefit-card:hover{transform:translateY(-7px);box-shadow:0 32px 80px rgba(6,21,41,.14)}
    .stay-benefit-card i,.stay-info-card i{width:62px;height:62px;background:linear-gradient(135deg,var(--sunrise-gold-dark),var(--sunrise-gold-light));color:#fff;border-radius:20px;display:grid;place-items:center;font-size:26px;margin-bottom:22px;box-shadow:0 16px 35px rgba(255,122,0,.26)}
    .stay-benefit-card h3,.stay-step h3{color:#061529;font-family:'Red Hat Display',sans-serif;font-size:24px;font-weight:900;margin-bottom:12px}.stay-benefit-card p,.stay-step p{color:#667085;line-height:1.75;margin:0;font-size:15px}
    .stay-slider-premium{background:radial-gradient(circle at top right,rgba(0,190,200,.12),transparent 28%),linear-gradient(180deg,#f7f9fc 0%,#fff 100%);overflow:hidden}
    .stay-slide-card,.stay-image-section{background:#fff;border-radius:36px;overflow:hidden;box-shadow:0 35px 90px rgba(6,21,41,.14);border:1px solid rgba(6,21,41,.06)}
    .stay-slide-img{height:520px;overflow:hidden;position:relative}.stay-slide-img::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(6,21,41,.36));z-index:2}.stay-slide-img img,.stay-image-section img{width:100%;height:100%;object-fit:cover}.carousel-item.active .stay-slide-img img{transform:scale(1.04)}
    .stay-slide-content,.stay-copy-box{padding:52px}.stay-slide-content h3,.stay-copy-box h2{color:#061529;font-family:'Red Hat Display',sans-serif;font-size:clamp(2rem,4vw,3.2rem);line-height:1.05;font-weight:900;letter-spacing:-1px;margin-bottom:18px}.stay-slide-content p,.stay-copy-box p{color:#667085;font-size:17px;line-height:1.85;margin-bottom:24px}
    .stay-slide-content ul,.stay-copy-list{list-style:none;padding:0;margin:0;display:grid;gap:12px}.stay-slide-content li,.stay-copy-list div{color:#061529;font-weight:800}.stay-slide-content li i,.stay-copy-list i{color:var(--sunrise-gold-dark);margin-right:8px}
    .stay-carousel .carousel-indicators{position:relative;margin:0 0 28px;justify-content:center;gap:8px}.stay-carousel .carousel-indicators [data-bs-target]{width:12px;height:12px;border-radius:999px;background:var(--sunrise-gold-dark)!important;border:0;opacity:.28;margin:0}.stay-carousel .carousel-indicators .active{width:34px;opacity:1}
    .stay-carousel-control{width:54px;height:54px;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.95);color:var(--sunrise-gold-dark);border-radius:50%;opacity:1;box-shadow:0 18px 45px rgba(6,21,41,.16)}.stay-carousel-control i{color:var(--sunrise-gold-dark);font-size:18px}.stay-carousel .carousel-control-prev{left:-27px}.stay-carousel .carousel-control-next{right:-27px}
    .stay-image-section img{min-height:500px}.stay-info-card{height:100%;padding:30px;border-radius:28px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);backdrop-filter:blur(14px);transition:all .35s ease}.stay-info-card:hover{transform:translateY(-7px);background:rgba(255,255,255,.12);border-color:rgba(255,122,0,.38)}.stay-info-card h3{color:#fff;font-family:'Red Hat Display',sans-serif;font-size:23px;font-weight:900;margin-bottom:12px}.stay-info-card p{color:rgba(255,255,255,.74);font-size:15px;line-height:1.75;margin:0}
    .stay-timeline{display:grid;gap:18px}.stay-step{display:grid;grid-template-columns:72px 1fr;gap:18px;background:#fff;border-radius:28px;padding:26px;box-shadow:0 20px 55px rgba(6,21,41,.08);border:1px solid rgba(6,21,41,.06)}.stay-step-number{width:62px;height:62px;background:linear-gradient(135deg,var(--sunrise-gold-dark),var(--sunrise-gold-light));color:#fff;border-radius:20px;display:grid;place-items:center;font-size:22px;font-weight:900;box-shadow:0 16px 35px rgba(255,122,0,.26)}
    .stay-cta{padding:95px 0;background:radial-gradient(circle at right,rgba(255,122,0,.22),transparent 30%),linear-gradient(135deg,#061529,#01162d);color:#fff;text-align:center}.stay-cta h2{color:#fff;font-family:'Red Hat Display',sans-serif;font-size:clamp(2rem,4vw,3.5rem);font-weight:900;line-height:1.05;margin-bottom:18px}.stay-cta p{color:rgba(255,255,255,.76);max-width:780px;margin:0 auto 30px;line-height:1.8;font-size:17px}.stay-cta-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}

    .suite-showcase-premium {
      padding: 95px 0;
      background:
        radial-gradient(circle at top right, rgba(255,122,0,.13), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
      overflow: hidden;
    }

    .suite-package-card {
      display: block;
      height: 100%;
      background: #fff;
      border-radius: 30px;
      overflow: hidden;
      text-decoration: none;
      box-shadow: 0 24px 65px rgba(6,21,41,.10);
      border: 1px solid rgba(6,21,41,.06);
      transition: all .35s ease;
    }

    .suite-package-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 34px 90px rgba(6,21,41,.16);
    }

    .suite-package-img {
      height: 235px;
      position: relative;
      overflow: hidden;
    }

    .suite-package-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform .7s ease;
    }

    .suite-package-card:hover .suite-package-img img {
      transform: scale(1.08);
    }

    .suite-package-img::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, transparent 35%, rgba(6,21,41,.62));
      z-index: 1;
    }

    .suite-package-img span {
      position: absolute;
      left: 18px;
      bottom: 18px;
      z-index: 2;
      background: rgba(255,122,0,.94);
      color: #fff;
      padding: 8px 14px;
      border-radius: 999px;
      font-size: 12px;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: .4px;
      box-shadow: 0 12px 26px rgba(255,122,0,.28);
    }

    .suite-package-content {
      padding: 26px;
    }

    .suite-package-content small {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      color: var(--sunrise-gold-dark);
      font-weight: 900;
      text-transform: uppercase;
      font-size: 12px;
      letter-spacing: .4px;
      margin-bottom: 12px;
    }

    .suite-package-content h3 {
      color: #061529;
      font-family: 'Red Hat Display', sans-serif;
      font-size: 24px;
      font-weight: 900;
      line-height: 1.05;
      margin-bottom: 10px;
    }

    .suite-package-content p {
      color: #667085;
      font-size: 14px;
      line-height: 1.65;
      margin-bottom: 18px;
    }

    .suite-package-list {
      list-style: none;
      padding: 0;
      margin: 0 0 20px;
      display: grid;
      gap: 8px;
    }

    .suite-package-list li {
      color: #061529;
      font-size: 13px;
      font-weight: 800;
    }

    .suite-package-list i {
      color: var(--sunrise-gold-dark);
      margin-right: 7px;
    }

    .suite-package-price {
      display: flex;
      flex-direction: column;
      gap: 2px;
      padding-top: 18px;
      border-top: 1px solid rgba(6,21,41,.08);
    }

    .suite-package-price em {
      font-style: normal;
      color: #667085;
      font-size: 12px;
      font-weight: 800;
      text-transform: uppercase;
    }

    .suite-package-price strong {
      color: var(--sunrise-gold-dark);
      font-family: 'Red Hat Display', sans-serif;
      font-size: 28px;
      font-weight: 900;
      line-height: 1;
    }

    .suite-package-price span {
      color: #667085;
      font-size: 12px;
      font-weight: 700;
    }

    .suite-quote-wrapper {
      margin-top: 42px;
      background:
        radial-gradient(circle at right, rgba(255,122,0,.18), transparent 30%),
        linear-gradient(135deg, #061529 0%, #01162d 100%);
      border-radius: 36px;
      overflow: hidden;
      box-shadow: 0 35px 90px rgba(6,21,41,.18);
    }

    .suite-quote-copy {
      padding: 48px;
      color: #fff;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .suite-quote-copy span {
      display: inline-flex;
      width: fit-content;
      align-items: center;
      gap: 8px;
      color: #ffb35c;
      background: rgba(255,122,0,.14);
      border: 1px solid rgba(255,122,0,.35);
      padding: 8px 16px;
      border-radius: 999px;
      font-weight: 900;
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: .5px;
      margin-bottom: 18px;
    }

    .suite-quote-copy h3 {
      color: #fff;
      font-family: 'Red Hat Display', sans-serif;
      font-size: clamp(2rem, 4vw, 3.2rem);
      line-height: 1.05;
      font-weight: 900;
      letter-spacing: -1px;
      margin-bottom: 18px;
    }

    .suite-quote-copy p {
      color: rgba(255,255,255,.78);
      font-size: 17px;
      line-height: 1.8;
      margin-bottom: 24px;
    }

    .suite-quote-points {
      display: grid;
      gap: 12px;
      color: rgba(255,255,255,.92);
      font-weight: 800;
    }

    .suite-quote-points i {
      color: var(--sunrise-gold-light);
      margin-right: 8px;
    }

    .suite-quote-card {
      background: rgba(255,255,255,.96);
      margin: 24px;
      border-radius: 28px;
      padding: 30px;
      box-shadow: 0 25px 70px rgba(0,0,0,.22);
    }

    .suite-quote-card h3 {
      color: #061529;
      font-family: 'Red Hat Display', sans-serif;
      font-size: 26px;
      font-weight: 900;
      margin-bottom: 8px;
    }

    .suite-quote-card p {
      color: #667085;
      font-size: 14px;
      line-height: 1.65;
      margin-bottom: 20px;
    }

    .suite-label {
      display: block;
      color: #061529;
      font-size: 12px;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: .4px;
      margin-bottom: 7px;
    }

    .suite-quote-card .form-control,
    .suite-quote-card .form-select {
      min-height: 50px;
      border-radius: 14px;
      border: 1px solid rgba(6,21,41,.12);
      color: #061529;
      font-weight: 600;
    }

    .suite-quote-card .form-control:focus,
    .suite-quote-card .form-select:focus {
      border-color: var(--sunrise-gold-dark);
      box-shadow: 0 0 0 .18rem rgba(255,122,0,.13);
    }

    .suite-form-btn {
      width: 100%;
      border: 0;
      border-radius: 16px;
      background: linear-gradient(135deg, var(--sunrise-gold-dark), var(--sunrise-gold-light));
      color: #fff;
      padding: 15px 22px;
      font-weight: 900;
      text-transform: uppercase;
      transition: all .3s ease;
      box-shadow: 0 16px 35px rgba(255,122,0,.24);
    }

    .suite-form-btn:hover {
      transform: translateY(-2px);
      box-shadow: 0 20px 45px rgba(255,122,0,.32);
    }

    .suite-note {
      margin-top: 14px;
      color: #667085;
      font-size: 12px;
      line-height: 1.5;
    }



    .suite-details-premium{padding:95px 0;background:#fff;position:relative;overflow:hidden}
    .suite-details-premium::before{content:"";position:absolute;width:520px;height:520px;right:-260px;top:-260px;background:radial-gradient(circle,rgba(255,122,0,.12),transparent 68%);border-radius:50%}
    .room-detail-card{height:100%;background:#fff;border-radius:32px;overflow:hidden;border:1px solid rgba(6,21,41,.07);box-shadow:0 24px 65px rgba(6,21,41,.10);transition:all .35s ease;position:relative;z-index:2}
    .room-detail-card:hover{transform:translateY(-8px);box-shadow:0 36px 95px rgba(6,21,41,.16)}
    .room-detail-img{height:270px;position:relative;overflow:hidden}
    .room-detail-img img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}
    .room-detail-card:hover .room-detail-img img{transform:scale(1.07)}
    .room-detail-img::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(6,21,41,.72));z-index:1}
    .room-detail-tag{position:absolute;left:18px;bottom:18px;z-index:2;display:inline-flex;align-items:center;gap:8px;background:rgba(255,122,0,.95);color:#fff;padding:8px 14px;border-radius:999px;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.4px}
    .room-detail-content{padding:30px}
    .room-detail-content h3{color:#061529;font-family:'Red Hat Display',sans-serif;font-size:26px;font-weight:900;line-height:1.05;margin-bottom:10px}
    .room-detail-content p{color:#667085;font-size:15px;line-height:1.75;margin-bottom:22px}
    .room-feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:24px}
    .room-feature-grid div{background:#f7f9fc;border:1px solid rgba(6,21,41,.06);border-radius:16px;padding:12px;color:#061529;font-size:13px;font-weight:800;line-height:1.35}
    .room-feature-grid i{color:var(--sunrise-gold-dark);margin-right:7px}
    .room-includes{list-style:none;padding:0;margin:0 0 24px;display:grid;gap:10px}
    .room-includes li{color:#061529;font-size:14px;font-weight:800}
    .room-includes i{color:var(--sunrise-gold-dark);margin-right:8px}
    .room-price-line{background:#fff8e1;border-radius:20px;padding:18px;margin-bottom:18px}
    .room-price-line small{display:block;color:#667085;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.4px;margin-bottom:4px}
    .room-price-line strong{color:var(--sunrise-gold-dark);font-family:'Red Hat Display',sans-serif;font-size:30px;line-height:1;font-weight:900}
    .room-price-line span{display:block;color:#667085;font-size:12px;font-weight:700;margin-top:5px}
    .room-detail-btn{display:inline-flex;width:100%;align-items:center;justify-content:center;gap:8px;background:linear-gradient(135deg,var(--sunrise-gold-dark),var(--sunrise-gold-light));color:#fff!important;text-decoration:none;border-radius:16px;padding:14px 18px;font-weight:900;text-transform:uppercase;box-shadow:0 16px 35px rgba(255,122,0,.22);transition:all .3s ease}
    .room-detail-btn:hover{transform:translateY(-2px);box-shadow:0 20px 45px rgba(255,122,0,.30)}
    .room-advice-box{margin-top:42px;background:radial-gradient(circle at right,rgba(255,122,0,.16),transparent 30%),linear-gradient(135deg,#061529,#01162d);color:#fff;border-radius:32px;padding:36px;box-shadow:0 28px 75px rgba(6,21,41,.18);position:relative;z-index:2}
    .room-advice-box h3{color:#fff;font-family:'Red Hat Display',sans-serif;font-size:30px;font-weight:900;margin-bottom:10px}
    .room-advice-box p{color:rgba(255,255,255,.76);line-height:1.75;margin:0}
    .room-advice-box a{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--sunrise-gold-dark);color:#fff;text-decoration:none;border-radius:999px;padding:14px 22px;font-weight:900;white-space:nowrap}


    .amenities-premium {
      padding: 95px 0;
      background:
        radial-gradient(circle at top left, rgba(255,122,0,.12), transparent 30%),
        linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%);
    }

    .amenity-card {
      height: 100%;
      background: #fff;
      border-radius: 26px;
      padding: 28px;
      border: 1px solid rgba(6,21,41,.06);
      box-shadow: 0 20px 55px rgba(6,21,41,.08);
      transition: all .35s ease;
    }

    .amenity-card:hover {
      transform: translateY(-7px);
      box-shadow: 0 32px 80px rgba(6,21,41,.13);
    }

    .amenity-card i {
      width: 58px;
      height: 58px;
      border-radius: 18px;
      display: grid;
      place-items: center;
      background: linear-gradient(135deg, var(--sunrise-gold-dark), var(--sunrise-gold-light));
      color: #fff;
      font-size: 23px;
      margin-bottom: 18px;
      box-shadow: 0 16px 35px rgba(255,122,0,.22);
    }

    .amenity-card h3 {
      color: #061529;
      font-family: 'Red Hat Display', sans-serif;
      font-size: 22px;
      font-weight: 900;
      margin-bottom: 10px;
    }

    .amenity-card p {
      color: #667085;
      line-height: 1.7;
      margin: 0;
      font-size: 14px;
    }

    .suite-compare-premium {
      padding: 95px 0;
      background: #fff;
    }

    .suite-compare-box {
      background: #fff;
      border-radius: 34px;
      overflow: hidden;
      box-shadow: 0 28px 85px rgba(6,21,41,.12);
      border: 1px solid rgba(6,21,41,.06);
    }

    .suite-compare-table {
      width: 100%;
      margin: 0;
      border-collapse: collapse;
    }

    .suite-compare-table th {
      background: #061529;
      color: #fff;
      padding: 22px;
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: .4px;
    }

    .suite-compare-table td {
      padding: 20px 22px;
      border-bottom: 1px solid rgba(6,21,41,.07);
      color: #061529;
      font-weight: 800;
      vertical-align: middle;
    }

    .suite-compare-table tr:last-child td {
      border-bottom: 0;
    }

    .suite-compare-table td:first-child {
      color: var(--sunrise-gold-dark);
      font-weight: 900;
    }

    .suite-compare-table i {
      color: var(--sunrise-gold-dark);
      margin-right: 7px;
    }

    .trust-premium {
      padding: 95px 0;
      background:
        radial-gradient(circle at right, rgba(255,122,0,.18), transparent 30%),
        linear-gradient(135deg, #061529 0%, #01162d 100%);
      color: #fff;
    }

    .trust-card {
      height: 100%;
      background: rgba(255,255,255,.08);
      border: 1px solid rgba(255,255,255,.14);
      border-radius: 28px;
      padding: 30px;
      backdrop-filter: blur(12px);
      transition: all .35s ease;
    }

    .trust-card:hover {
      transform: translateY(-7px);
      background: rgba(255,255,255,.12);
      border-color: rgba(255,122,0,.38);
    }

    .trust-stars {
      color: var(--sunrise-gold-light);
      margin-bottom: 16px;
      letter-spacing: 2px;
    }

    .trust-card p {
      color: rgba(255,255,255,.78);
      line-height: 1.75;
      font-size: 15px;
      margin-bottom: 18px;
    }

    .trust-card strong {
      color: #fff;
      font-weight: 900;
    }

    .final-booking-cta {
      padding: 95px 0;
      background:
        linear-gradient(180deg, rgba(255,255,255,.88), rgba(247,249,252,.96)),
        url('images/Ilha-grande-promo.jpg') center/cover fixed;
      text-align: center;
    }

    .final-booking-box {
      background: rgba(255,255,255,.94);
      border: 1px solid rgba(255,255,255,.55);
      border-radius: 38px;
      padding: 54px;
      box-shadow: 0 35px 95px rgba(6,21,41,.18);
      max-width: 930px;
      margin: 0 auto;
      backdrop-filter: blur(12px);
    }

    .final-booking-box span {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: var(--sunrise-gold-dark);
      background: #fff8e1;
      padding: 9px 18px;
      border-radius: 999px;
      font-weight: 900;
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: .5px;
      margin-bottom: 18px;
    }

    .final-booking-box h2 {
      color: #061529;
      font-family: 'Red Hat Display', sans-serif;
      font-size: clamp(2.2rem, 4vw, 3.6rem);
      font-weight: 900;
      line-height: 1.05;
      letter-spacing: -1px;
      margin-bottom: 18px;
    }

    .final-booking-box p {
      color: #667085;
      max-width: 720px;
      margin: 0 auto 30px;
      line-height: 1.8;
      font-size: 17px;
    }

    .final-booking-actions {
      display: flex;
      gap: 14px;
      justify-content: center;
      flex-wrap: wrap;
    }

    .final-booking-actions a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      padding: 15px 24px;
      border-radius: 999px;
      text-decoration: none;
      font-weight: 900;
      transition: all .3s ease;
    }

    .final-booking-actions a:first-child {
      background: linear-gradient(135deg, var(--sunrise-gold-dark), var(--sunrise-gold-light));
      color: #fff;
      box-shadow: 0 18px 40px rgba(255,122,0,.28);
    }

    .final-booking-actions a:last-child {
      background: #061529;
      color: #fff;
    }

    .final-booking-actions a:hover {
      transform: translateY(-3px);
    }


    @media(max-width:991px){.suite-quote-copy{padding:34px}.suite-quote-card{margin:0 24px 24px}.stay-hero{min-height:780px}.stay-hero-content{padding-top:135px;padding-bottom:70px}.stay-side-card{display:none}.stay-slide-img{height:360px}.stay-slide-content,.stay-copy-box{padding:34px}.stay-carousel .carousel-control-prev{left:16px}.stay-carousel .carousel-control-next{right:16px}}
    @media(max-width:767px){.amenities-premium,.suite-compare-premium,.trust-premium,.final-booking-cta{padding:70px 0}.final-booking-box{padding:32px 22px}.suite-compare-box{overflow-x:auto}.suite-compare-table{min-width:760px}.suite-details-premium{padding:70px 0}.room-detail-img{height:230px}.room-feature-grid{grid-template-columns:1fr}.room-advice-box{padding:28px}.suite-showcase-premium{padding:70px 0}.suite-package-img{height:220px}.suite-quote-copy{padding:28px}.suite-quote-card{margin:0 16px 16px;padding:24px}.stay-section,.stay-slider-premium,.stay-cta{padding:70px 0}.stay-hero-content h1{font-size:2.55rem;letter-spacing:-1px}.stay-hero-content p{font-size:16px}.stay-primary-btn,.stay-secondary-btn{width:100%}.stay-hero-mini div{width:100%}.stay-slide-img{height:260px}.stay-step{grid-template-columns:1fr}.stay-image-section img{min-height:300px}}
  </style>
  
  
  <style>
    .wet-hero {
      position: relative;
      min-height: 92vh;
      overflow: hidden;
      display: flex;
      align-items: center;
      background: #061529;
    }

    .wet-hero-bg {
      position: absolute;
      inset: 0;
      z-index: 1;
    }

    .wet-hero-bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      animation: sunriseHeroZoom 14s ease-in-out infinite alternate;
    }

    .wet-hero-overlay {
      position: absolute;
      inset: 0;
      z-index: 2;
      background:
        radial-gradient(circle at 72% 42%, rgba(0, 174, 255, .22), transparent 28%),
        radial-gradient(circle at 82% 48%, rgba(255, 122, 0, .35), transparent 34%),
        linear-gradient(90deg, rgba(1, 22, 45, .96) 0%, rgba(1, 22, 45, .76) 48%, rgba(1, 22, 45, .34) 100%);
    }

    .wet-hero .container {
      position: relative;
      z-index: 3;
    }

    .wet-hero-content {
      color: #fff;
      padding-top: 100px;
    }

    .wet-badge {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      background: rgba(255, 122, 0, .16);
      border: 1px solid rgba(255, 122, 0, .35);
      color: #ffb35c;
      padding: 10px 16px;
      border-radius: 999px;
      font-size: 14px;
      font-weight: 900;
      margin-bottom: 22px;
      text-transform: uppercase;
      letter-spacing: .4px;
    }

    .wet-hero-content h1 {
      color: #fff;
      font-family: 'Red Hat Display', sans-serif;
      font-size: clamp(2.7rem, 5vw, 5.4rem);
      line-height: .98;
      font-weight: 900;
      letter-spacing: -2px;
      max-width: 860px;
      margin-bottom: 24px;
      text-shadow: 0 12px 35px rgba(0,0,0,.45);
    }

    .wet-hero-content p {
      color: rgba(255,255,255,.86);
      font-size: 18px;
      line-height: 1.8;
      max-width: 680px;
      margin-bottom: 34px;
    }

    .wet-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      margin-bottom: 38px;
    }

    .wet-primary-btn,
    .wet-secondary-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      padding: 15px 24px;
      border-radius: 999px;
      text-decoration: none;
      font-weight: 900;
      transition: all .3s ease;
    }

    .wet-primary-btn {
      background: linear-gradient(135deg, var(--sunrise-gold-dark), var(--sunrise-gold-light));
      color: #fff !important;
      box-shadow: 0 18px 40px rgba(255,122,0,.34);
    }

    .wet-secondary-btn {
      color: #fff !important;
      border: 1px solid rgba(255,255,255,.35);
      background: rgba(255,255,255,.08);
    }

    .wet-primary-btn:hover,
    .wet-secondary-btn:hover {
      transform: translateY(-3px);
    }

    .wet-hero-mini {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
    }

    .wet-hero-mini div {
      min-width: 145px;
      padding: 15px 18px;
      border-radius: 18px;
      background: rgba(255,255,255,.1);
      border: 1px solid rgba(255,255,255,.14);
      backdrop-filter: blur(10px);
    }

    .wet-hero-mini strong {
      display: block;
      color: #fff;
      font-size: 20px;
      font-weight: 900;
    }

    .wet-hero-mini span {
      color: rgba(255,255,255,.72);
      font-size: 13px;
    }

    .wet-side-card {
      margin-top: 110px;
      background: rgba(255,255,255,.94);
      border-radius: 30px;
      padding: 34px;
      box-shadow: 0 30px 70px rgba(0,0,0,.28);
      border: 1px solid rgba(255,255,255,.4);
    }

    .wet-side-card h3 {
      color: #061529;
      font-family: 'Red Hat Display', sans-serif;
      font-size: 28px;
      font-weight: 900;
      margin-bottom: 12px;
    }

    .wet-side-card p {
      color: #5b6472;
      line-height: 1.7;
      font-size: 15px;
      margin-bottom: 18px;
    }

    .wet-price {
      background: #fff8e1;
      color: var(--sunrise-gold-dark);
      border-radius: 20px;
      padding: 18px;
      margin-bottom: 20px;
    }

    .wet-price small {
      display: block;
      color: #667085;
      font-weight: 800;
      margin-bottom: 4px;
      text-transform: uppercase;
      font-size: 12px;
    }

    .wet-price strong {
      font-size: 34px;
      font-weight: 900;
      color: var(--sunrise-gold-dark);
      font-family: 'Red Hat Display', sans-serif;
    }

    .wet-side-card ul {
      list-style: none;
      padding: 0;
      margin: 0 0 24px;
    }

    .wet-side-card li {
      margin-bottom: 11px;
      color: #1f2937;
      font-weight: 800;
    }

    .wet-side-card li i {
      color: var(--sunrise-gold-dark);
      margin-right: 8px;
    }

    .wet-section {
      padding: 95px 0;
    }

    .wet-light {
      background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
    }

    .wet-dark {
      background:
        radial-gradient(circle at top left, rgba(255,122,0,.16), transparent 30%),
        linear-gradient(135deg, #061529 0%, #01162d 60%, #020b16 100%);
      color: #fff;
    }

    .wet-heading {
      max-width: 790px;
      margin: 0 auto 48px;
      text-align: center;
    }

    .wet-heading span {
      display: inline-flex;
      color: var(--sunrise-gold-dark);
      background: #fff8e1;
      padding: 8px 16px;
      border-radius: 999px;
      font-weight: 900;
      font-size: 13px;
      letter-spacing: .5px;
      text-transform: uppercase;
      margin-bottom: 16px;
    }

    .wet-dark .wet-heading span {
      color: #ffb35c;
      background: rgba(255,122,0,.14);
      border: 1px solid rgba(255,122,0,.35);
    }

    .wet-heading h2 {
      color: #061529;
      font-family: 'Red Hat Display', sans-serif;
      font-size: clamp(2rem, 4vw, 3.4rem);
      line-height: 1.05;
      font-weight: 900;
      letter-spacing: -1px;
      margin-bottom: 18px;
    }

    .wet-dark .wet-heading h2 {
      color: #fff;
    }

    .wet-heading p {
      color: #667085;
      font-size: 17px;
      line-height: 1.8;
      margin: 0;
    }

    .wet-dark .wet-heading p {
      color: rgba(255,255,255,.76);
    }

    .wet-benefit-card {
      height: 100%;
      background: #fff;
      border-radius: 30px;
      padding: 32px;
      box-shadow: 0 20px 55px rgba(6,21,41,.08);
      border: 1px solid rgba(6,21,41,.06);
      transition: all .35s ease;
    }

    .wet-benefit-card:hover {
      transform: translateY(-7px);
      box-shadow: 0 32px 80px rgba(6,21,41,.14);
    }

    .wet-benefit-card i {
      width: 62px;
      height: 62px;
      background: linear-gradient(135deg, var(--sunrise-gold-dark), var(--sunrise-gold-light));
      color: #fff;
      border-radius: 20px;
      display: grid;
      place-items: center;
      font-size: 26px;
      margin-bottom: 22px;
      box-shadow: 0 16px 35px rgba(255,122,0,.26);
    }

    .wet-benefit-card h3 {
      color: #061529;
      font-family: 'Red Hat Display', sans-serif;
      font-size: 24px;
      font-weight: 900;
      margin-bottom: 12px;
    }

    .wet-benefit-card p {
      color: #667085;
      line-height: 1.75;
      margin: 0;
      font-size: 15px;
    }

    .wet-image-section {
      background: #fff;
      border-radius: 36px;
      overflow: hidden;
      box-shadow: 0 35px 90px rgba(6,21,41,.16);
    }

    .wet-image-section img {
      width: 100%;
      height: 100%;
      min-height: 500px;
      object-fit: cover;
    }

    .wet-copy-box {
      padding: 44px;
    }

    .wet-copy-box span {
      display: inline-flex;
      color: var(--sunrise-gold-dark);
      background: #fff8e1;
      padding: 8px 16px;
      border-radius: 999px;
      font-weight: 900;
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: .5px;
      margin-bottom: 18px;
    }

    .wet-copy-box h2 {
      color: #061529;
      font-size: clamp(2rem, 4vw, 3.2rem);
      font-weight: 900;
      line-height: 1.05;
      margin-bottom: 18px;
    }

    .wet-copy-box p {
      color: #667085;
      line-height: 1.85;
      font-size: 17px;
      margin-bottom: 24px;
    }

    .wet-copy-list {
      display: grid;
      gap: 12px;
    }

    .wet-copy-list div {
      color: #061529;
      font-weight: 800;
    }

    .wet-copy-list i {
      color: var(--sunrise-gold-dark);
      margin-right: 8px;
    }

    .wet-info-card {
      height: 100%;
      padding: 30px;
      border-radius: 28px;
      background: rgba(255,255,255,.08);
      border: 1px solid rgba(255,255,255,.14);
      backdrop-filter: blur(14px);
      transition: all .35s ease;
    }

    .wet-info-card:hover {
      transform: translateY(-7px);
      background: rgba(255,255,255,.12);
      border-color: rgba(255,122,0,.38);
    }

    .wet-info-card i {
      width: 58px;
      height: 58px;
      background: linear-gradient(135deg, var(--sunrise-gold-dark), var(--sunrise-gold-light));
      color: #fff;
      border-radius: 18px;
      display: grid;
      place-items: center;
      font-size: 24px;
      margin-bottom: 20px;
      box-shadow: 0 16px 35px rgba(255,122,0,.28);
    }

    .wet-info-card h3 {
      color: #fff;
      font-family: 'Red Hat Display', sans-serif;
      font-size: 23px;
      font-weight: 900;
      margin-bottom: 12px;
    }

    .wet-info-card p {
      color: rgba(255,255,255,.74);
      font-size: 15px;
      line-height: 1.75;
      margin: 0;
    }

    .wet-timeline {
      display: grid;
      gap: 18px;
    }

    .wet-step {
      display: grid;
      grid-template-columns: 72px 1fr;
      gap: 18px;
      background: #fff;
      border-radius: 28px;
      padding: 26px;
      box-shadow: 0 20px 55px rgba(6,21,41,.08);
      border: 1px solid rgba(6,21,41,.06);
      transition: all .35s ease;
    }

    .wet-step:hover {
      transform: translateY(-5px);
      box-shadow: 0 32px 80px rgba(6,21,41,.13);
    }

    .wet-step-number {
      width: 62px;
      height: 62px;
      background: linear-gradient(135deg, var(--sunrise-gold-dark), var(--sunrise-gold-light));
      color: #fff;
      border-radius: 20px;
      display: grid;
      place-items: center;
      font-size: 22px;
      font-weight: 900;
      box-shadow: 0 16px 35px rgba(255,122,0,.26);
    }

    .wet-step h3 {
      color: #061529;
      font-size: 23px;
      font-weight: 900;
      margin-bottom: 8px;
    }

    .wet-step p {
      color: #667085;
      line-height: 1.75;
      margin: 0;
      font-size: 15px;
    }

    .wet-cta {
      padding: 95px 0;
      background:
        radial-gradient(circle at right, rgba(255,122,0,.22), transparent 30%),
        linear-gradient(135deg, #061529, #01162d);
      color: #fff;
      text-align: center;
    }

    .wet-cta h2 {
      color: #fff;
      font-family: 'Red Hat Display', sans-serif;
      font-size: clamp(2rem, 4vw, 3.5rem);
      font-weight: 900;
      line-height: 1.05;
      margin-bottom: 18px;
    }

    .wet-cta p {
      color: rgba(255,255,255,.76);
      max-width: 760px;
      margin: 0 auto 30px;
      line-height: 1.8;
      font-size: 17px;
    }

    .wet-cta-actions {
      display: flex;
      gap: 14px;
      justify-content: center;
      flex-wrap: wrap;
    }

    @media (max-width: 991px) {
      .wet-hero {
        min-height: 780px;
      }

      .wet-hero-content {
        padding-top: 135px;
        padding-bottom: 70px;
      }

      .wet-side-card {
        display: none;
      }
    }

    @media (max-width: 767px) {
      .wet-section,
      .wet-cta {
        padding: 70px 0;
      }

      .wet-hero-content h1 {
        font-size: 2.55rem;
        letter-spacing: -1px;
      }

      .wet-hero-content p {
        font-size: 16px;
      }

      .wet-primary-btn,
      .wet-secondary-btn {
        width: 100%;
      }

      .wet-hero-mini div {
        width: 100%;
      }

      .wet-copy-box {
        padding: 28px;
      }

      .wet-image-section img {
        min-height: 300px;
      }

      .wet-step {
        grid-template-columns: 1fr;
      }
    }
  </style>
  
  
   <style>
    .magic-hero {
      position: relative;
      min-height: 92vh;
      overflow: hidden;
      display: flex;
      align-items: center;
      background: #061529;
    }

    .magic-hero-bg {
      position: absolute;
      inset: 0;
      z-index: 1;
    }

    .magic-hero-bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      animation: sunriseHeroZoom 14s ease-in-out infinite alternate;
    }

    .magic-hero-overlay {
      position: absolute;
      inset: 0;
      z-index: 2;
      background:
        radial-gradient(circle at 72% 40%, rgba(255, 122, 0, .35), transparent 34%),
        linear-gradient(90deg, rgba(1, 22, 45, .96) 0%, rgba(1, 22, 45, .76) 48%, rgba(1, 22, 45, .34) 100%);
    }

    .magic-hero .container {
      position: relative;
      z-index: 3;
    }

    .magic-hero-content {
      color: #fff;
      padding-top: 100px;
    }

    .magic-badge {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      background: rgba(255, 122, 0, .16);
      border: 1px solid rgba(255, 122, 0, .35);
      color: #ffb35c;
      padding: 10px 16px;
      border-radius: 999px;
      font-size: 14px;
      font-weight: 900;
      margin-bottom: 22px;
      text-transform: uppercase;
      letter-spacing: .4px;
    }

    .magic-hero-content h1 {
      color: #fff;
      font-family: 'Red Hat Display', sans-serif;
      font-size: clamp(2.7rem, 5vw, 5.4rem);
      line-height: .98;
      font-weight: 900;
      letter-spacing: -2px;
      max-width: 860px;
      margin-bottom: 24px;
      text-shadow: 0 12px 35px rgba(0,0,0,.45);
    }

    .magic-hero-content p {
      color: rgba(255,255,255,.86);
      font-size: 18px;
      line-height: 1.8;
      max-width: 680px;
      margin-bottom: 34px;
    }

    .magic-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      margin-bottom: 38px;
    }

    .magic-primary-btn,
    .magic-secondary-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      padding: 15px 24px;
      border-radius: 999px;
      text-decoration: none;
      font-weight: 900;
      transition: all .3s ease;
    }

    .magic-primary-btn {
      background: linear-gradient(135deg, var(--sunrise-gold-dark), var(--sunrise-gold-light));
      color: #fff !important;
      box-shadow: 0 18px 40px rgba(255,122,0,.34);
    }

    .magic-secondary-btn {
      color: #fff !important;
      border: 1px solid rgba(255,255,255,.35);
      background: rgba(255,255,255,.08);
    }

    .magic-primary-btn:hover,
    .magic-secondary-btn:hover {
      transform: translateY(-3px);
    }

    .magic-hero-mini {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
    }

    .magic-hero-mini div {
      min-width: 145px;
      padding: 15px 18px;
      border-radius: 18px;
      background: rgba(255,255,255,.1);
      border: 1px solid rgba(255,255,255,.14);
      backdrop-filter: blur(10px);
    }

    .magic-hero-mini strong {
      display: block;
      color: #fff;
      font-size: 20px;
      font-weight: 900;
    }

    .magic-hero-mini span {
      color: rgba(255,255,255,.72);
      font-size: 13px;
    }

    .magic-side-card {
      margin-top: 110px;
      background: rgba(255,255,255,.94);
      border-radius: 30px;
      padding: 34px;
      box-shadow: 0 30px 70px rgba(0,0,0,.28);
      border: 1px solid rgba(255,255,255,.4);
    }

    .magic-side-card h3 {
      color: #061529;
      font-family: 'Red Hat Display', sans-serif;
      font-size: 28px;
      font-weight: 900;
      margin-bottom: 12px;
    }

    .magic-side-card p {
      color: #5b6472;
      line-height: 1.7;
      font-size: 15px;
      margin-bottom: 18px;
    }

    .magic-price {
      background: #fff8e1;
      color: var(--sunrise-gold-dark);
      border-radius: 20px;
      padding: 18px;
      margin-bottom: 20px;
    }

    .magic-price small {
      display: block;
      color: #667085;
      font-weight: 800;
      margin-bottom: 4px;
      text-transform: uppercase;
      font-size: 12px;
    }

    .magic-price strong {
      font-size: 34px;
      font-weight: 900;
      color: var(--sunrise-gold-dark);
      font-family: 'Red Hat Display', sans-serif;
    }

    .magic-side-card ul {
      list-style: none;
      padding: 0;
      margin: 0 0 24px;
    }

    .magic-side-card li {
      margin-bottom: 11px;
      color: #1f2937;
      font-weight: 800;
    }

    .magic-side-card li i {
      color: var(--sunrise-gold-dark);
      margin-right: 8px;
    }

    .magic-section {
      padding: 95px 0;
    }

    .magic-light {
      background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
    }

    .magic-dark {
      background:
        radial-gradient(circle at top left, rgba(255,122,0,.16), transparent 30%),
        linear-gradient(135deg, #061529 0%, #01162d 60%, #020b16 100%);
      color: #fff;
    }

    .magic-heading {
      max-width: 790px;
      margin: 0 auto 48px;
      text-align: center;
    }

    .magic-heading span {
      display: inline-flex;
      color: var(--sunrise-gold-dark);
      background: #fff8e1;
      padding: 8px 16px;
      border-radius: 999px;
      font-weight: 900;
      font-size: 13px;
      letter-spacing: .5px;
      text-transform: uppercase;
      margin-bottom: 16px;
    }

    .magic-dark .magic-heading span {
      color: #ffb35c;
      background: rgba(255,122,0,.14);
      border: 1px solid rgba(255,122,0,.35);
    }

    .magic-heading h2 {
      color: #061529;
      font-family: 'Red Hat Display', sans-serif;
      font-size: clamp(2rem, 4vw, 3.4rem);
      line-height: 1.05;
      font-weight: 900;
      letter-spacing: -1px;
      margin-bottom: 18px;
    }

    .magic-dark .magic-heading h2 {
      color: #fff;
    }

    .magic-heading p {
      color: #667085;
      font-size: 17px;
      line-height: 1.8;
      margin: 0;
    }

    .magic-dark .magic-heading p {
      color: rgba(255,255,255,.76);
    }

    .magic-benefit-card {
      height: 100%;
      background: #fff;
      border-radius: 30px;
      padding: 32px;
      box-shadow: 0 20px 55px rgba(6,21,41,.08);
      border: 1px solid rgba(6,21,41,.06);
      transition: all .35s ease;
    }

    .magic-benefit-card:hover {
      transform: translateY(-7px);
      box-shadow: 0 32px 80px rgba(6,21,41,.14);
    }

    .magic-benefit-card i {
      width: 62px;
      height: 62px;
      background: linear-gradient(135deg, var(--sunrise-gold-dark), var(--sunrise-gold-light));
      color: #fff;
      border-radius: 20px;
      display: grid;
      place-items: center;
      font-size: 26px;
      margin-bottom: 22px;
      box-shadow: 0 16px 35px rgba(255,122,0,.26);
    }

    .magic-benefit-card h3 {
      color: #061529;
      font-family: 'Red Hat Display', sans-serif;
      font-size: 24px;
      font-weight: 900;
      margin-bottom: 12px;
    }

    .magic-benefit-card p {
      color: #667085;
      line-height: 1.75;
      margin: 0;
      font-size: 15px;
    }

    .magic-image-section {
      background: #fff;
      border-radius: 36px;
      overflow: hidden;
      box-shadow: 0 35px 90px rgba(6,21,41,.16);
    }

    .magic-image-section img {
      width: 100%;
      height: 100%;
      min-height: 500px;
      object-fit: cover;
    }

    .magic-copy-box {
      padding: 44px;
    }

    .magic-copy-box span {
      display: inline-flex;
      color: var(--sunrise-gold-dark);
      background: #fff8e1;
      padding: 8px 16px;
      border-radius: 999px;
      font-weight: 900;
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: .5px;
      margin-bottom: 18px;
    }

    .magic-copy-box h2 {
      color: #061529;
      font-size: clamp(2rem, 4vw, 3.2rem);
      font-weight: 900;
      line-height: 1.05;
      margin-bottom: 18px;
    }

    .magic-copy-box p {
      color: #667085;
      line-height: 1.85;
      font-size: 17px;
      margin-bottom: 24px;
    }

    .magic-copy-list {
      display: grid;
      gap: 12px;
    }

    .magic-copy-list div {
      color: #061529;
      font-weight: 800;
    }

    .magic-copy-list i {
      color: var(--sunrise-gold-dark);
      margin-right: 8px;
    }

    .magic-info-card {
      height: 100%;
      padding: 30px;
      border-radius: 28px;
      background: rgba(255,255,255,.08);
      border: 1px solid rgba(255,255,255,.14);
      backdrop-filter: blur(14px);
      transition: all .35s ease;
    }

    .magic-info-card:hover {
      transform: translateY(-7px);
      background: rgba(255,255,255,.12);
      border-color: rgba(255,122,0,.38);
    }

    .magic-info-card i {
      width: 58px;
      height: 58px;
      background: linear-gradient(135deg, var(--sunrise-gold-dark), var(--sunrise-gold-light));
      color: #fff;
      border-radius: 18px;
      display: grid;
      place-items: center;
      font-size: 24px;
      margin-bottom: 20px;
      box-shadow: 0 16px 35px rgba(255,122,0,.28);
    }

    .magic-info-card h3 {
      color: #fff;
      font-family: 'Red Hat Display', sans-serif;
      font-size: 23px;
      font-weight: 900;
      margin-bottom: 12px;
    }

    .magic-info-card p {
      color: rgba(255,255,255,.74);
      font-size: 15px;
      line-height: 1.75;
      margin: 0;
    }

    .magic-timeline {
      display: grid;
      gap: 18px;
    }

    .magic-step {
      display: grid;
      grid-template-columns: 72px 1fr;
      gap: 18px;
      background: #fff;
      border-radius: 28px;
      padding: 26px;
      box-shadow: 0 20px 55px rgba(6,21,41,.08);
      border: 1px solid rgba(6,21,41,.06);
      transition: all .35s ease;
    }

    .magic-step:hover {
      transform: translateY(-5px);
      box-shadow: 0 32px 80px rgba(6,21,41,.13);
    }

    .magic-step-number {
      width: 62px;
      height: 62px;
      background: linear-gradient(135deg, var(--sunrise-gold-dark), var(--sunrise-gold-light));
      color: #fff;
      border-radius: 20px;
      display: grid;
      place-items: center;
      font-size: 22px;
      font-weight: 900;
      box-shadow: 0 16px 35px rgba(255,122,0,.26);
    }

    .magic-step h3 {
      color: #061529;
      font-size: 23px;
      font-weight: 900;
      margin-bottom: 8px;
    }

    .magic-step p {
      color: #667085;
      line-height: 1.75;
      margin: 0;
      font-size: 15px;
    }

    .magic-cta {
      padding: 95px 0;
      background:
        radial-gradient(circle at right, rgba(255,122,0,.22), transparent 30%),
        linear-gradient(135deg, #061529, #01162d);
      color: #fff;
      text-align: center;
    }

    .magic-cta h2 {
      color: #fff;
      font-family: 'Red Hat Display', sans-serif;
      font-size: clamp(2rem, 4vw, 3.5rem);
      font-weight: 900;
      line-height: 1.05;
      margin-bottom: 18px;
    }

    .magic-cta p {
      color: rgba(255,255,255,.76);
      max-width: 760px;
      margin: 0 auto 30px;
      line-height: 1.8;
      font-size: 17px;
    }

    .magic-cta-actions {
      display: flex;
      gap: 14px;
      justify-content: center;
      flex-wrap: wrap;
    }

    @media (max-width: 991px) {
      .magic-hero {
        min-height: 780px;
      }

      .magic-hero-content {
        padding-top: 135px;
        padding-bottom: 70px;
      }

      .magic-side-card {
        display: none;
      }
    }

    @media (max-width: 767px) {
      .magic-section,
      .magic-cta {
        padding: 70px 0;
      }

      .magic-hero-content h1 {
        font-size: 2.55rem;
        letter-spacing: -1px;
      }

      .magic-hero-content p {
        font-size: 16px;
      }

      .magic-primary-btn,
      .magic-secondary-btn {
        width: 100%;
      }

      .magic-hero-mini div {
        width: 100%;
      }

      .magic-copy-box {
        padding: 28px;
      }

      .magic-image-section img {
        min-height: 300px;
      }

      .magic-step {
        grid-template-columns: 1fr;
      }
    }
  </style>
  







/* =====================================================
   SUNRISE TRAVEL - GOLD PREMIUM OVERRIDES
===================================================== */

.main-menu-div .navbar .nav-link:hover,
.fixed-menu .navbar a.active,
footer .footer-link-div li a:hover,
.titel-cm:hover,
.exp-text a,
.locations-ts,
.list-sort i,
.include-listing li i,
.features-list1 li i,
.hightlist li i,
.div-test1 i,
.div-test1 svg,
.sub-textb,
.cm-sub-head {
  color: var(--sunrise-gold) !important;
}

.search-btn,
.show-btn1,
.load-monre,
.submit-btn,
.sub-re,
.view-products,
.strat-r,
.book-btn1,
.red-mone,
.cart-drop-bn,
.continue-bn,
.submit-q,
.submit-bn,
.submit-bnt,
.form-wizard-next-bt,
.subcribe-btn {
  background: linear-gradient(
    135deg,
    var(--sunrise-gold-dark),
    var(--sunrise-gold-light),
    var(--sunrise-gold)
  ) !important;

  border-color: var(--sunrise-gold) !important;
  color: var(--sunrise-blue) !important;
}

.search-btn:hover,
.show-btn1:hover,
.load-monre:hover,
.submit-btn:hover,
.sub-re:hover,
.view-products:hover,
.book-btn1:hover,
.red-mone:hover,
.cart-drop-bn:hover,
.continue-bn:hover,
.submit-q:hover,
.submit-bn:hover,
.submit-bnt:hover,
.form-wizard-next-bt:hover,
.subcribe-btn:hover {
  background: var(--sunrise-blue) !important;
  color: #ffffff !important;
}

.fa-check-circle,
.bi-check-circle-fill,
.form-check-input:checked,
.progress-bar {
  color: var(--sunrise-gold) !important;
  background-color: var(--sunrise-gold) !important;
  border-color: var(--sunrise-gold) !important;
}

/* =====================================================
   SUNRISE TRAVEL - GOLD PREMIUM V2
   Ajuste para as páginas novas com classes sunrise-*
===================================================== */

/* Cores base */
:root {
  --sunrise-blue: #061529;
  --sunrise-blue-2: #01162d;
  --sunrise-gold: #d4af37;
  --sunrise-gold-light: #f5d76e;
  --sunrise-gold-dark: #9f7928;
  --sunrise-gold-soft: #fff8e1;
  --sunrise-white: #ffffff;
  --sunrise-text: #222222;
}

/* Menu premium */
.sunrise-premium-header,
.sunrise-navbar,
.fixed-menu,
header.fixed-menu,
.sunrise-mobile-menu {
  background: var(--sunrise-blue) !important;
}

.sunrise-navbar .nav-link,
.sunrise-menu .nav-link,
.sunrise-header-cta,
.sunrise-toggler i {
  color: #ffffff !important;
}

.sunrise-navbar .nav-link:hover,
.sunrise-menu .nav-link:hover,
.sunrise-navbar .nav-link.active,
.sunrise-menu .nav-link.active,
.sunrise-dropdown .dropdown-item:hover,
.sunrise-dropdown .dropdown-item.active,
.mobile-nav-list a:hover,
.mobile-menu-title {
  color: var(--sunrise-gold) !important;
}

.sunrise-dropdown .dropdown-item i,
.mobile-nav-list i {
  color: var(--sunrise-gold) !important;
}

/* CTAs e botões novos */
.sunrise-header-cta,
.hero-btn-primary,
.hero-card-btn,
.sunrise-stays-cta a,
.footer-whatsapp,
.mobile-whatsapp-btn,
.sunrise-floating-whatsapp,
.service-link,
.tour-footer span {
  background: linear-gradient(135deg, var(--sunrise-gold-dark), var(--sunrise-gold-light), var(--sunrise-gold)) !important;
  color: var(--sunrise-blue) !important;
  border-color: var(--sunrise-gold) !important;
}

.sunrise-header-cta:hover,
.hero-btn-primary:hover,
.hero-card-btn:hover,
.sunrise-stays-cta a:hover,
.footer-whatsapp:hover,
.mobile-whatsapp-btn:hover,
.sunrise-floating-whatsapp:hover {
  background: var(--sunrise-blue) !important;
  color: #ffffff !important;
  border-color: var(--sunrise-gold) !important;
}

/* Botão secundário */
.hero-btn-secondary {
  border-color: var(--sunrise-gold) !important;
  color: var(--sunrise-gold) !important;
}

.hero-btn-secondary:hover {
  background: var(--sunrise-gold) !important;
  color: var(--sunrise-blue) !important;
}

/* Badges, etiquetas e destaques */
.sunrise-hero-badge,
.sunrise-section-heading span,
.trust-content span,
.authority-content span,
.tour-date,
.stay-img span,
.sunrise-tour-card small,
.sunrise-stay-card small,
.testimonial-stars i,
.authority-highlights i,
.sunrise-hero-card li i,
.info-bar-item i,
.trust-card i,
.stat-icon i,
.footer-contact i,
.footer-social a:hover,
.footer-top h5,
.sunrise-service-card span,
.service-content span,
.tour-footer strong,
.stay-content strong {
  color: var(--sunrise-gold) !important;
}

/* Ícones/cards com fundo dourado */
.stat-icon,
.info-bar-item > i,
.trust-card > i {
  background: var(--sunrise-gold-soft) !important;
  color: var(--sunrise-gold-dark) !important;
}

/* Bordas e detalhes */
.sunrise-hero-card,
.sunrise-service-card:hover,
.sunrise-tour-card:hover,
.sunrise-stay-card:hover,
.sunrise-testimonial-card.featured,
.authority-box {
  border-color: var(--sunrise-gold) !important;
}

.sunrise-hero-card,
.sunrise-service-card,
.sunrise-tour-card,
.sunrise-stay-card,
.sunrise-testimonial-card,
.authority-box {
  box-shadow: 0 18px 45px rgba(6, 21, 41, 0.12) !important;
}

/* Rodapé */
.sunrise-premium-footer {
  background: var(--sunrise-blue) !important;
}

.sunrise-premium-footer a:hover {
  color: var(--sunrise-gold) !important;
}

/* WhatsApp flutuante: mantém verde apenas no ícone se preferir visual WhatsApp.
   Para padronizar ouro, fica dourado abaixo. */
.sunrise-floating-whatsapp i {
  color: var(--sunrise-blue) !important;
}

/* Remoção final de laranja em classes comuns */
[style*="#ff7a00"],
[style*="#ffa500"],
[style*="#ff9f1c"] {
  color: var(--sunrise-gold) !important;
}

/* =====================================================
   SUNRISE TRAVEL - GOLD PREMIUM V3
   Correção forte para menu, botões e ícones
===================================================== */

:root {
  --sunrise-blue: #061529;
  --sunrise-blue-2: #01162d;
  --sunrise-gold: #f4c542;
  --sunrise-gold-light: #ffe27a;
  --sunrise-gold-dark: #c89211;
  --sunrise-gold-soft: #fff4cc;
  --sunrise-white: #ffffff;
  --sunrise-text: #222222;
}

/* MENU - mata laranja antigo */
header .navbar .nav-link:hover,
header .navbar .nav-link:focus,
header .navbar .nav-link.active,
header .navbar .dropdown-toggle.show,
.sunrise-premium-header .navbar .nav-link:hover,
.sunrise-premium-header .navbar .nav-link:focus,
.sunrise-premium-header .navbar .nav-link.active,
.sunrise-premium-header .sunrise-menu .nav-link:hover,
.sunrise-premium-header .sunrise-menu .nav-link.active,
.sunrise-navbar .nav-link:hover,
.sunrise-navbar .nav-link.active,
.main-menu-div .navbar .nav-link:hover,
.fixed-menu .navbar a.active,
.fixed-menu .navbar .nav-link:hover,
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item.active,
.sunrise-dropdown .dropdown-item:hover,
.sunrise-dropdown .dropdown-item:focus,
.sunrise-dropdown .dropdown-item.active {
  color: var(--sunrise-gold) !important;
  background: transparent !important;
}

/* borda ativa do menu */
header .navbar .nav-link.active,
.sunrise-navbar .nav-link.active,
.main-menu-div .navbar a.active {
  border-bottom-color: var(--sunrise-gold) !important;
}

/* ícones do dropdown/menu */
.sunrise-dropdown .dropdown-item i,
.dropdown-menu .dropdown-item i,
.mobile-nav-list i {
  color: var(--sunrise-gold) !important;
}

/* fundo do dropdown */
.sunrise-dropdown,
.dropdown-menu {
  border-top: 3px solid var(--sunrise-gold) !important;
}

/* BOTÕES PRINCIPAIS */
.sunrise-header-cta,
.hero-btn-primary,
.hero-card-btn,
.hero-btn-secondary:hover,
.sunrise-stays-cta a,
.footer-whatsapp,
.mobile-whatsapp-btn,
.btn-submit,
.search-btn,
.show-btn1,
.load-monre,
.submit-btn,
.sub-re,
.view-products,
.strat-r,
.book-btn1,
.red-mone,
.cart-drop-bn,
.continue-bn,
.submit-q,
.submit-bn,
.submit-bnt,
.form-wizard-next-bt,
.subcribe-btn {
  background: linear-gradient(135deg, #c89211 0%, #ffe27a 48%, #f4c542 100%) !important;
  color: #061529 !important;
  border: 1px solid var(--sunrise-gold) !important;
  box-shadow: 0 8px 22px rgba(244, 197, 66, 0.28) !important;
}

/* hover dos botões */
.sunrise-header-cta:hover,
.hero-btn-primary:hover,
.hero-card-btn:hover,
.sunrise-stays-cta a:hover,
.footer-whatsapp:hover,
.mobile-whatsapp-btn:hover,
.btn-submit:hover,
.search-btn:hover,
.show-btn1:hover,
.load-monre:hover,
.submit-btn:hover,
.sub-re:hover,
.view-products:hover,
.book-btn1:hover,
.red-mone:hover,
.cart-drop-bn:hover,
.continue-bn:hover,
.submit-q:hover,
.submit-bn:hover,
.submit-bnt:hover,
.form-wizard-next-bt:hover,
.subcribe-btn:hover {
  background: #061529 !important;
  color: #ffffff !important;
  border-color: var(--sunrise-gold) !important;
}

/* botão secundário parado */
.hero-btn-secondary {
  color: var(--sunrise-gold) !important;
  border: 1px solid var(--sunrise-gold) !important;
  background: transparent !important;
}

/* DESTAQUES E TEXTOS */
.sunrise-hero-badge,
.sunrise-section-heading span,
.trust-content span,
.authority-content span,
.tour-date,
.stay-img span,
.sunrise-tour-card small,
.sunrise-stay-card small,
.testimonial-stars i,
.authority-highlights i,
.sunrise-hero-card li i,
.info-bar-item i,
.trust-card i,
.stat-icon i,
.footer-contact i,
.footer-top h5,
.sunrise-service-card span,
.service-content span,
.tour-footer strong,
.stay-content strong,
.service-link,
.tour-footer span,
.footer-social a:hover,
.fa-check-circle,
.bi-check-circle-fill {
  color: var(--sunrise-gold) !important;
}

/* Corrige ícones que ficaram brancos em cards */
.info-bar-item > i,
.trust-card > i,
.stat-icon {
  background: var(--sunrise-gold-soft) !important;
  color: var(--sunrise-gold-dark) !important;
  border: 1px solid rgba(244, 197, 66, 0.35) !important;
}

/* ícones dentro de botões continuam legíveis */
.sunrise-header-cta i,
.hero-btn-primary i,
.hero-card-btn i,
.footer-whatsapp i,
.mobile-whatsapp-btn i,
.btn-submit i {
  color: inherit !important;
}

/* WhatsApp flutuante */
.sunrise-floating-whatsapp {
  background: linear-gradient(135deg, #c89211 0%, #ffe27a 48%, #f4c542 100%) !important;
  color: #061529 !important;
}

.sunrise-floating-whatsapp i,
.sunrise-floating-whatsapp strong {
  color: #061529 !important;
}

/* Formulários */
.form-control:focus,
.form-select:focus {
  border-color: var(--sunrise-gold) !important;
  box-shadow: 0 0 0 0.2rem rgba(244, 197, 66, 0.25) !important;
}

.input-group-text {
  color: var(--sunrise-gold) !important;
}

/* Mata sombras laranja antigas */
*[style*="255, 106, 0"],
*[style*="#ff6a00"],
*[style*="#ffa500"],
*[style*="#ff7a00"],
*[style*="#ff9f1c"] {
  border-color: var(--sunrise-gold) !important;
}

/* =====================================================
   SUNRISE TRAVEL - PREMIUM FINAL
   Paleta Azul Profundo + Dourado Oficial + Silver
===================================================== */

:root {
  --sunrise-blue: #061529;
  --sunrise-blue-2: #0a1f3a;
  --sunrise-blue-3: #102b4d;

  --sunrise-gold: #d6a63c;
  --sunrise-gold-light: #e7c46a;
  --sunrise-gold-dark: #9f6f18;
  --sunrise-gold-soft: #fff5dc;

  --sunrise-silver: #cfd6df;
  --sunrise-silver-light: #f3f6f9;
  --sunrise-silver-dark: #7d8794;

  --sunrise-white: #ffffff;
  --sunrise-text: #182230;
  --sunrise-muted: #64748b;

  --sunrise-shadow: 0 22px 55px rgba(6, 21, 41, 0.14);
  --sunrise-shadow-soft: 0 14px 35px rgba(6, 21, 41, 0.10);
  --sunrise-radius: 22px;

  --cor-destaque: var(--sunrise-gold);
  --cor-destaque-hover: var(--sunrise-gold-dark);
}

body {
  color: var(--sunrise-text) !important;
  background:
    radial-gradient(circle at top left, rgba(214,166,60,.08), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 45%, #ffffff 100%) !important;
}

/* Header mais executivo */
.sunrise-premium-header,
.sunrise-navbar {
  background: rgba(6, 21, 41, 0.96) !important;
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(214, 166, 60, 0.22);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.18);
}

.sunrise-brand img,
.footer-logo img,
.mobile-logo img {
  filter: drop-shadow(0 8px 18px rgba(214,166,60,.18));
}

.sunrise-menu .nav-link {
  position: relative;
  letter-spacing: .2px;
}

.sunrise-menu .nav-link::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: -8px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--sunrise-gold), transparent);
  opacity: 0;
  transform: scaleX(.35);
  transition: all .28s ease;
}

.sunrise-menu .nav-link:hover::after,
.sunrise-menu .nav-link.active::after {
  opacity: 1;
  transform: scaleX(1);
}

.sunrise-navbar .nav-link:hover,
.sunrise-navbar .nav-link.active,
.sunrise-dropdown .dropdown-item:hover,
.sunrise-dropdown .dropdown-item.active {
  color: var(--sunrise-gold-light) !important;
}

.sunrise-dropdown,
.dropdown-menu {
  border: 1px solid rgba(214,166,60,.22) !important;
  border-top: 3px solid var(--sunrise-gold) !important;
  box-shadow: 0 20px 45px rgba(6,21,41,.20) !important;
  border-radius: 16px !important;
  overflow: hidden;
}

/* Hero premium */
.sunrise-hero-home {
  position: relative;
  background: var(--sunrise-blue) !important;
}

.sunrise-hero-overlay {
  background:
    radial-gradient(circle at 18% 26%, rgba(214,166,60,.26), transparent 28%),
    linear-gradient(90deg, rgba(6,21,41,.94) 0%, rgba(6,21,41,.76) 48%, rgba(6,21,41,.30) 100%) !important;
}

.sunrise-hero-badge {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  color: var(--sunrise-gold-light) !important;
  background: rgba(255,255,255,.08) !important;
  border: 1px solid rgba(214,166,60,.38) !important;
  border-radius: 999px;
  padding: 9px 16px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.04);
}

.sunrise-hero-content h1 {
  color: #ffffff !important;
  text-shadow: 0 18px 40px rgba(0,0,0,.35);
}

.sunrise-hero-content p {
  color: rgba(255,255,255,.86) !important;
}

.sunrise-hero-features div,
.sunrise-hero-card {
  background: rgba(255,255,255,.10) !important;
  border: 1px solid rgba(207,214,223,.24) !important;
  box-shadow: 0 22px 60px rgba(0,0,0,.18) !important;
  backdrop-filter: blur(14px);
}

.sunrise-hero-features strong {
  color: var(--sunrise-gold-light) !important;
}

.sunrise-hero-features span,
.sunrise-hero-card p,
.sunrise-hero-card li {
  color: rgba(255,255,255,.84) !important;
}

.sunrise-hero-card h3 {
  color: #ffffff !important;
}

/* Botões com contraste correto */
.sunrise-header-cta,
.hero-btn-primary,
.hero-card-btn,
.sunrise-stays-cta a,
.footer-whatsapp,
.mobile-whatsapp-btn,
.btn-submit,
.search-btn,
.show-btn1,
.load-monre,
.submit-btn,
.sub-re,
.view-products,
.strat-r,
.book-btn1,
.red-mone,
.cart-drop-bn,
.continue-bn,
.submit-q,
.submit-bn,
.submit-bnt,
.form-wizard-next-bt,
.subcribe-btn {
  background: linear-gradient(135deg, var(--sunrise-gold-dark) 0%, var(--sunrise-gold) 46%, var(--sunrise-gold-light) 100%) !important;
  color: var(--sunrise-blue) !important;
  border: 1px solid rgba(231,196,106,.88) !important;
  box-shadow: 0 12px 26px rgba(159,111,24,.26), inset 0 1px 0 rgba(255,255,255,.35) !important;
  font-weight: 800 !important;
}

.sunrise-header-cta:hover,
.hero-btn-primary:hover,
.hero-card-btn:hover,
.sunrise-stays-cta a:hover,
.footer-whatsapp:hover,
.mobile-whatsapp-btn:hover,
.btn-submit:hover,
.search-btn:hover,
.show-btn1:hover,
.load-monre:hover,
.submit-btn:hover,
.sub-re:hover,
.view-products:hover,
.book-btn1:hover,
.red-mone:hover,
.cart-drop-bn:hover,
.continue-bn:hover,
.submit-q:hover,
.submit-bn:hover,
.submit-bnt:hover,
.form-wizard-next-bt:hover,
.subcribe-btn:hover {
  background: linear-gradient(135deg, var(--sunrise-blue) 0%, var(--sunrise-blue-3) 100%) !important;
  color: #ffffff !important;
  border-color: var(--sunrise-gold) !important;
  box-shadow: 0 14px 30px rgba(6,21,41,.28) !important;
}

.hero-btn-secondary {
  color: #ffffff !important;
  border: 1px solid rgba(231,196,106,.82) !important;
  background: rgba(255,255,255,.08) !important;
  backdrop-filter: blur(12px);
}

.hero-btn-secondary:hover {
  background: var(--sunrise-gold) !important;
  color: var(--sunrise-blue) !important;
}

/* Info bar */
.sunrise-info-bar {
  background: linear-gradient(135deg, #ffffff 0%, var(--sunrise-silver-light) 100%) !important;
  border-bottom: 1px solid rgba(207,214,223,.75);
}

.info-bar-item {
  background: #ffffff !important;
  border: 1px solid rgba(207,214,223,.75) !important;
  border-radius: 18px !important;
  box-shadow: var(--sunrise-shadow-soft) !important;
}

.info-bar-item > i,
.trust-card > i,
.stat-icon {
  background: linear-gradient(135deg, var(--sunrise-blue), var(--sunrise-blue-3)) !important;
  color: var(--sunrise-gold-light) !important;
  border: 1px solid rgba(214,166,60,.42) !important;
}

/* Títulos e detalhes */
.sunrise-section-heading span,
.trust-content span,
.authority-content span,
.sunrise-service-card span,
.service-content span,
.sunrise-tour-card small,
.sunrise-stay-card small,
.testimonial-stars i,
.authority-highlights i,
.sunrise-hero-card li i,
.footer-contact i,
.footer-top h5,
.tour-footer strong,
.stay-content strong,
.fa-check-circle,
.bi-check-circle-fill {
  color: var(--sunrise-gold-dark) !important;
}

.sunrise-section-heading h2,
.trust-content h2,
.authority-content h2 {
  color: var(--sunrise-blue) !important;
}

.sunrise-section-heading p,
.trust-content p,
.authority-content p {
  color: var(--sunrise-muted) !important;
}

/* Cards premium */
.sunrise-service-card,
.sunrise-tour-card,
.sunrise-stay-card,
.trust-card,
.sunrise-stat-card,
.sunrise-testimonial-card,
.authority-box {
  background: rgba(255,255,255,.96) !important;
  border: 1px solid rgba(207,214,223,.82) !important;
  border-radius: var(--sunrise-radius) !important;
  box-shadow: var(--sunrise-shadow-soft) !important;
  overflow: hidden;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.sunrise-service-card:hover,
.sunrise-tour-card:hover,
.sunrise-stay-card:hover,
.trust-card:hover,
.sunrise-stat-card:hover,
.sunrise-testimonial-card:hover {
  transform: translateY(-7px);
  border-color: rgba(214,166,60,.72) !important;
  box-shadow: var(--sunrise-shadow) !important;
}

.service-link,
.tour-footer span {
  background: transparent !important;
  color: var(--sunrise-blue) !important;
  border: none !important;
  box-shadow: none !important;
  font-weight: 800 !important;
}

.service-link i,
.tour-footer span i {
  color: var(--sunrise-gold-dark) !important;
}

.tour-date,
.stay-img span {
  background: linear-gradient(135deg, var(--sunrise-blue), var(--sunrise-blue-3)) !important;
  color: var(--sunrise-gold-light) !important;
  border: 1px solid rgba(231,196,106,.55) !important;
}

/* Seções alternadas */
.sunrise-services-premium,
.sunrise-stays-premium,
.sunrise-testimonials-premium {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%) !important;
}

.sunrise-trust-premium,
.sunrise-stats-premium,
.sunrise-authority-premium {
  background:
    radial-gradient(circle at top right, rgba(214,166,60,.10), transparent 32%),
    linear-gradient(135deg, var(--sunrise-blue) 0%, var(--sunrise-blue-2) 100%) !important;
}

.sunrise-trust-premium .trust-content h2,
.sunrise-trust-premium .trust-content p,
.sunrise-trust-premium .trust-content span,
.sunrise-stats-premium .sunrise-section-heading h2,
.sunrise-stats-premium .sunrise-section-heading p,
.sunrise-stats-premium .sunrise-section-heading span {
  color: #ffffff !important;
}

.sunrise-trust-premium .trust-content span,
.sunrise-stats-premium .sunrise-section-heading span {
  color: var(--sunrise-gold-light) !important;
}

.sunrise-stats-premium .sunrise-stat-card h3 {
  color: var(--sunrise-blue) !important;
}

/* CTA de hospedagem */
.sunrise-stays-cta {
  background:
    linear-gradient(135deg, rgba(6,21,41,.98), rgba(16,43,77,.96)),
    radial-gradient(circle at right, rgba(214,166,60,.20), transparent 40%) !important;
  border: 1px solid rgba(214,166,60,.34) !important;
  border-radius: 24px !important;
  box-shadow: var(--sunrise-shadow) !important;
}

.sunrise-stays-cta h3,
.sunrise-stays-cta p {
  color: #ffffff !important;
}

/* Rodapé */
.sunrise-premium-footer {
  background:
    radial-gradient(circle at top left, rgba(214,166,60,.12), transparent 30%),
    linear-gradient(135deg, #041020 0%, var(--sunrise-blue) 100%) !important;
  border-top: 1px solid rgba(214,166,60,.32);
}

.sunrise-premium-footer p,
.sunrise-premium-footer li,
.sunrise-premium-footer a {
  color: rgba(255,255,255,.76) !important;
}

.sunrise-premium-footer a:hover,
.footer-social a:hover {
  color: var(--sunrise-gold-light) !important;
}

.footer-bottom {
  border-top: 1px solid rgba(207,214,223,.16) !important;
}

/* WhatsApp flutuante premium */
.sunrise-floating-whatsapp {
  background: linear-gradient(135deg, var(--sunrise-gold-dark), var(--sunrise-gold), var(--sunrise-gold-light)) !important;
  color: var(--sunrise-blue) !important;
  border: 1px solid rgba(255,255,255,.28);
  box-shadow: 0 18px 35px rgba(6,21,41,.25) !important;
}

.sunrise-floating-whatsapp i,
.sunrise-floating-whatsapp strong {
  color: var(--sunrise-blue) !important;
}

/* Mobile */
.sunrise-mobile-menu {
  background: linear-gradient(180deg, var(--sunrise-blue), #041020) !important;
}

.mobile-menu-title {
  color: var(--sunrise-gold-light) !important;
}

.mobile-nav-list a {
  color: rgba(255,255,255,.88) !important;
}

.mobile-nav-list a:hover {
  color: var(--sunrise-gold-light) !important;
}

/* Ajustes finos de contraste */
.sunrise-testimonial-card.featured {
  border-color: rgba(214,166,60,.78) !important;
  box-shadow: 0 22px 55px rgba(159,111,24,.16) !important;
}

a {
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.trust-card p,
.trust-card strong{
    color:#061529 !important;
}



/* CORREÇÃO HERO + IMAGEM SEM FAIXA BRANCA */
html,
body{
    margin:0 !important;
    padding:0 !important;
    overflow-x:hidden !important;
}

.sunrise-hero-home{
    position:relative !important;
    width:100% !important;
    min-height:100vh !important;
    height:100vh !important;
    margin:0 !important;
    padding:0 !important;
    overflow:hidden !important;
    background:#061529 !important;
}

.sunrise-hero-bg{
    position:absolute !important;
    inset:0 !important;
    width:100% !important;
    height:100% !important;
    min-height:100vh !important;
    margin:0 !important;
    padding:0 !important;
    overflow:hidden !important;
    z-index:0 !important;
    background:#061529 !important;
}

.sunrise-hero-bg img{
    position:absolute !important;
    inset:0 !important;
    display:block !important;
    width:100% !important;
    height:100% !important;
    min-height:100% !important;
    object-fit:cover !important;
    object-position:center top !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
}

.sunrise-hero-overlay{
    position:absolute !important;
    inset:0 !important;
    width:100% !important;
    height:100% !important;
    z-index:1 !important;
}

.sunrise-hero-home > .container{
    position:relative !important;
    z-index:2 !important;
    min-height:100vh !important;
}

.sunrise-hero-home .row.min-vh-100{
    min-height:100vh !important;
    padding-top:95px !important;
}

.sunrise-premium-header{
  transition: opacity .35s ease, transform .35s ease;
}

.sunrise-premium-header.hide-on-footer{
  opacity:0;
  transform:translateY(-100%);
  pointer-events:none;
}

/* ===== FOOTER CLEAN SOLID ===== */

.sunrise-premium-footer{
    background:#061529 !important;
    background-image:none !important;
    box-shadow:none !important;
    border:none !important;
}

.sunrise-premium-footer::before,
.sunrise-premium-footer::after,
.footer-top::before,
.footer-top::after{
    display:none !important;
    content:none !important;
    background:none !important;
}

.footer-top{
    background:transparent !important;
    box-shadow:none !important;
    border-bottom:1px solid rgba(255,255,255,.08) !important;
}

.footer-bottom{
    background:transparent !important;
    box-shadow:none !important;
    border:none !important;
}

/* LOGO */
.footer-logo img{
    max-height:110px !important;
    filter:none !important;
    box-shadow:none !important;
}

/* REDES SOCIAIS */
.footer-social a{
    background:#0b2342 !important;
    border:none !important;
    box-shadow:none !important;
}

/* BOTÃO WHATSAPP */
.footer-whatsapp{
    background:#0b2342 !important;
    border:none !important;
    box-shadow:none !important;
    color:#fff !important;
}

.footer-whatsapp:hover{
    background:#12345c !important;
    box-shadow:none !important;
}

/* REMOVE QUALQUER GLOW DOURADO */
.footer-social a,
.footer-whatsapp,
.footer-logo,
.footer-logo img,
.footer-contact i{
    filter:none !important;
    text-shadow:none !important;
    box-shadow:none !important;
}

/* ==========================================================
   AJUSTE FINAL SUNRISE — MENU FIXO + FOOTER CLEAN SOLID
   Aplicado por cima do CSS principal para eliminar brilhos/gradientes
   ========================================================== */

/* MENU FIXO PREMIUM */
body{
  padding-top: 0 !important;
}

.sunrise-premium-header{
  position: fixed !important;
  top: 14px !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 99999 !important;
  background: transparent !important;
  box-shadow: none !important;
  pointer-events: auto !important;
  transition: opacity .35s ease, transform .35s ease, top .35s ease !important;
}

.sunrise-premium-header .sunrise-navbar{
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.sunrise-premium-header .sunrise-navbar > .container,
.sunrise-navbar .container{
  background: rgba(6, 21, 41, .94) !important;
  background-image: none !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border-radius: 999px !important;
  min-height: 70px !important;
  padding: 10px 22px !important;
}

.sunrise-premium-header::before,
.sunrise-premium-header::after,
.sunrise-navbar::before,
.sunrise-navbar::after,
.sunrise-navbar .container::before,
.sunrise-navbar .container::after{
  display: none !important;
  content: none !important;
  background: none !important;
  box-shadow: none !important;
  filter: none !important;
}

.sunrise-brand img{
  max-height: 52px !important;
  width: auto !important;
}

.sunrise-premium-header.hide-on-footer{
  opacity: 0 !important;
  transform: translateY(-120%) !important;
  pointer-events: none !important;
}

/* FOOTER CLEAN — COR SÓLIDA, SEM BRILHO, SEM TEMA/GRADIENTE */
.sunrise-premium-footer{
  background: #061529 !important;
  background-image: none !important;
  color: #fff !important;
  box-shadow: none !important;
  filter: none !important;
  text-shadow: none !important;
  border: none !important;
  overflow: hidden !important;
}

.sunrise-premium-footer::before,
.sunrise-premium-footer::after,
.footer-top::before,
.footer-top::after,
.footer-bottom::before,
.footer-bottom::after,
.footer-logo::before,
.footer-logo::after{
  display: none !important;
  content: none !important;
  width: 0 !important;
  height: 0 !important;
  background: none !important;
  background-image: none !important;
  box-shadow: none !important;
  filter: none !important;
  opacity: 0 !important;
}

.sunrise-premium-footer .container,
.footer-top,
.footer-bottom{
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  filter: none !important;
}

.footer-top{
  border-bottom: 1px solid rgba(255,255,255,.08) !important;
  padding-bottom: 28px !important;
}

.footer-bottom{
  border-top: none !important;
  margin-top: 0 !important;
}

.footer-logo{
  display: inline-block !important;
  margin-bottom: 18px !important;
  background: transparent !important;
  box-shadow: none !important;
  filter: none !important;
}

.footer-logo img{
  max-width: 210px !important;
  max-height: 115px !important;
  width: auto !important;
  height: auto !important;
  margin-bottom: 18px !important;
  background: transparent !important;
  box-shadow: none !important;
  filter: none !important;
  text-shadow: none !important;
}

/* Remove barra dourada embaixo dos títulos do footer */
.sunrise-premium-footer h5::after{
  display: none !important;
  content: none !important;
  background: none !important;
}

/* Links sem setinha dourada chamativa */
.sunrise-premium-footer ul li a::before{
  display: none !important;
  content: none !important;
}

.sunrise-premium-footer ul li a:hover{
  color: #ffffff !important;
  padding-left: 0 !important;
}

/* Ícones do contato discretos */
.footer-contact li i{
  color: rgba(255,255,255,.72) !important;
  filter: none !important;
  text-shadow: none !important;
}

/* Redes sociais sólidas e limpas */
.footer-social a{
  background: #0b2342 !important;
  background-image: none !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  color: #ffffff !important;
  box-shadow: none !important;
  filter: none !important;
  text-shadow: none !important;
  transform: none !important;
}

.footer-social a:hover{
  background: #102f55 !important;
  background-image: none !important;
  color: #ffffff !important;
  box-shadow: none !important;
  filter: none !important;
  transform: none !important;
}

/* Botão WhatsApp do footer sólido */
.footer-whatsapp{
  background: #0b2342 !important;
  background-image: none !important;
  color: #ffffff !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  box-shadow: none !important;
  filter: none !important;
  text-shadow: none !important;
  transform: none !important;
}

.footer-whatsapp:hover{
  background: #102f55 !important;
  background-image: none !important;
  color: #ffffff !important;
  box-shadow: none !important;
  filter: none !important;
  transform: none !important;
}

/* Mata qualquer brilho dourado herdado dentro do footer */
.sunrise-premium-footer *,
.sunrise-premium-footer *::before,
.sunrise-premium-footer *::after{
  box-shadow: none !important;
  filter: none !important;
  text-shadow: none !important;
}

/* Mobile */
@media (max-width: 991px){
  .sunrise-premium-header{
    top: 10px !important;
  }

  .sunrise-premium-header .sunrise-navbar > .container,
  .sunrise-navbar .container{
    border-radius: 22px !important;
    min-height: 64px !important;
    padding: 8px 14px !important;
  }

  .sunrise-brand img{
    max-height: 48px !important;
  }
}

/* MENU FULL WIDTH SEM EMENDA */

header{
    top:0 !important;
    padding:0 !important;
    margin:0 !important;
}

.sunrise-premium-header{
    padding:0 !important;
    margin:0 !important;
    background:transparent !important;
}

.sunrise-navbar{
    width:100% !important;
    border-radius:0 !important;
    margin:0 !important;
    padding:15px 0 !important;
}

.fixed-menu{
    background:#061529 !important;
    box-shadow:none !important;
}
.sunrise-navbar,
.sunrise-premium-header .navbar{
    border-radius:0 !important;
    margin-top:0 !important;
    background:#061529 !important;
}