.elementor-widget-heading .elementor-heading-title{color:var( --e-global-color-primary );}.elementor-17812 .elementor-element.elementor-element-3223aa2{text-align:center;}.elementor-17812 .elementor-element.elementor-element-3223aa2 .elementor-heading-title{color:#070605;}.elementor-widget-text-editor{color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for html, class: .elementor-element-26ac076 */.valley-hero{
font-family:'Manrope',sans-serif;
padding:150px 20px;
background:linear-gradient(135deg,#ff857b,#fe5517,#ff3131);
color:#fff;
overflow:hidden;
}

.valley-container{
max-width:1200px;
margin:auto;
display:grid;
grid-template-columns:1.1fr .9fr;
gap:50px;
align-items:center;
}

.valley-left{
animation:fadeUp 1s ease forwards;
}

@keyframes fadeUp{
from{opacity:0; transform:translateY(30px);}
to{opacity:1; transform:translateY(0);}
}

.valley-badge{
display:inline-block;
background:#ec0808;
padding:6px 14px;
border-radius:20px;
font-size:13px;
margin-bottom:15px;
}

.valley-hero h1{
font-size:38px;
line-height:1.2;
margin-bottom:15px;
}

.valley-hero p{
font-size:16px;
line-height:1.6;
max-width:520px;
}

.valley-trust{
margin:20px 0;
display:flex;
flex-wrap:wrap;
gap:10px;
}

.valley-trust span{
background:rgba(255,255,255,0.15);
padding:8px 14px;
border-radius:20px;
font-size:13px;
}

.valley-btn{
display:inline-block;
padding:13px 22px;
margin-right:10px;
border-radius:6px;
font-weight:600;
text-decoration:none;
font-size:14px;
transition:all .3s ease;
}

.valley-btn-primary{
background:#fff;
color:#fe5517;
}

.valley-btn-primary:hover{
transform:translateY(-3px);
box-shadow:0 10px 25px rgba(0,0,0,0.2);
}

.valley-btn-dark{
background:#25D366;
color:#fff;
}

.valley-btn-dark:hover{
transform:translateY(-3px);
}

/* IMAGE SLIDER */
.valley-slider{
position:relative;
overflow:hidden;
border-radius:12px;
}

.valley-slide{
display:none;
width:100%;
}

.valley-slide img{
width:100%;
height:420px;
object-fit:cover;
border-radius:12px;
}

.valley-slide.active{
display:block;
animation:fade 1s ease;
}

@keyframes fade{
from{opacity:0;}
to{opacity:1;}
}



/* MOBILE */
@media(max-width:768px){
.valley-container{
grid-template-columns:1fr;
}
.valley-hero h1{
font-size:28px;
}
.valley-sticky{
display:flex;
}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4a9e961 */.valley-section{
font-family:'Manrope',sans-serif;
padding:30px 20px;
background:#f7f7f7;
}

.valley-container{
max-width:1200px;
margin:auto;
display:grid;
grid-template-columns:1.1fr .9fr;
gap:50px;
align-items:start;
}

/* LEFT SIDE */
.valley-details h2{
font-size:32px;
color:#121010;
margin-bottom:15px;
}

.valley-details p{
color:#555;
line-height:1.7;
margin-bottom:15px;
}

/* ICON BOX */
.valley-info{
margin-top:25px;
display:grid;
gap:15px;
}

.valley-info-box{
display:flex;
align-items:flex-start;
gap:15px;
background:#fff;
padding:15px;
border-radius:10px;
box-shadow:0 5px 15px rgba(0,0,0,0.05);
transition:.3s;
}

.valley-info-box:hover{
transform:translateY(-5px);
}

.valley-icon{
font-size:22px;
background:linear-gradient(135deg,#ff857b,#fe5517,#ff3131);
color:#fff;
width:45px;
height:45px;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
}

.valley-info-text h3{
font-size:18px;
margin:0 0 5px;
color:#121010;
}

.valley-info-text p{
margin:0;
font-size:15px;
color:#555;
}

/* RIGHT PRICING */
.valley-pricing{
background:linear-gradient(135deg,#ff857b,#fe5517,#ff3131);
border-radius:16px;
padding:30px;
color:#fff;
box-shadow:0 15px 40px rgba(0,0,0,0.15);
}

.valley-pricing h3{
text-align:center;
margin-bottom:20px;
font-size:24px;
}

.price-box{
background:rgba(255,255,255,0.1);
border-radius:12px;
padding:18px;
margin-bottom:15px;
display:flex;
gap:15px;
align-items:center;
transition:.3s;
}

.price-box:hover{
background:rgba(255,255,255,0.2);
transform:translateY(-5px);
}

.price-icon{
font-size:22px;
background:#fff;
color:#fe5517;
width:45px;
height:45px;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
}

.price-content{
flex:1;
}

.price-title{
font-weight:600;
font-size:15px;
}

.price-amount{
font-size:22px;
font-weight:700;
}

.price-desc{
font-size:13px;
opacity:0.9;
}

/* CTA */
.valley-cta{
text-align:center;
margin-top:20px;
}

.valley-btn{
display:inline-block;
padding:12px 20px;
margin:8px;
border-radius:6px;
font-weight:600;
text-decoration:none;
font-size:14px;
}

.valley-btn-wa{
background:#25D366;
color:#fff;
}

.valley-btn-form{
background:#121010;
color:#fff;
}

/* MOBILE */
@media(max-width:768px){
.valley-container{
grid-template-columns:1fr;
}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a7a8bcc */.valley-itinerary-section{
font-family:'Manrope',sans-serif;
padding:30px 20px;
background:#ffffff;
}

.valley-container{
max-width:1200px;
margin:auto;
display:grid;
grid-template-columns:1.1fr .9fr;
gap:50px;
}

/* HEADINGS */
.valley-itinerary-section h2{
font-size:32px;
color:#121010;
margin-bottom:20px;
}

/* ACCORDION */
.valley-accordion{
border-radius:10px;
overflow:hidden;
}

.valley-acc-item{
border-bottom:1px solid #eee;
background:#f7f7f7;
margin-bottom:10px;
border-radius:10px;
overflow:hidden;
}

.valley-acc-header{
padding:15px;
cursor:pointer;
display:flex;
justify-content:space-between;
align-items:center;
color:#ff3a3a;
}

.valley-acc-header:hover{
background:#fff;
}

/* H3 STYLE */
.valley-acc-header h3{
margin:0;
font-size:15px;
font-weight:600;
display:flex;
align-items:center;
gap:8px;
}

.valley-acc-header h3::before{
content:"✦";
color:#fe5517;
font-size:15px;
}

.valley-acc-content{
max-height:0;
overflow:hidden;
transition:max-height .4s ease;
padding:0 15px;
color:#555;
font-size:14px;
}

.valley-acc-content p{
margin:10px 0 15px;
}

/* HOTEL TABLE */
.valley-hotel-card{
background:linear-gradient(135deg,#ff857b,#fe5517,#ff3131);
padding:25px;
border-radius:16px;
color:#fff;
}

.valley-hotel-table{
margin-top:15px;
border-radius:10px;
overflow:hidden;
}

.valley-hotel-row{
display:grid;
grid-template-columns:1fr 1fr 1fr 1fr;
padding:12px;
font-size:14px;
background:rgba(255,255,255,0.15);
margin-bottom:6px;
border-radius:8px;
}

.valley-hotel-row.header{
background:#121010;
font-weight:700;
}

.valley-hotel-row div{
font-weight:600;
}

/* CTA */
.valley-cta{
margin-top:20px;
text-align:center;
}

.valley-btn{
display:inline-block;
padding:12px 20px;
margin:6px;
border-radius:6px;
font-weight:600;
text-decoration:none;
font-size:14px;
}

.valley-btn-wa{
background:#25D366;
color:#fff;
}

.valley-btn-form{
background:#121010;
color:#fff;
}

/* MOBILE */
@media(max-width:768px){
.valley-container{
grid-template-columns:1fr;
}
.valley-hotel-row{
grid-template-columns:1fr 1fr;
}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-df21418 */.valley-inclusion-section{
font-family:'Manrope',sans-serif;
padding:20px 20px;
background:#f7f7f7;
}

.valley-container{
max-width:1200px;
margin:auto;
display:grid;
grid-template-columns:1fr 1fr;
gap:40px;
}

/* HEADINGS */
.valley-inclusion-section h2{
font-size:32px;
color:#121010;
margin-bottom:15px;
}

/* CARD */
.valley-card{
background:#fff;
padding:25px;
border-radius:14px;
box-shadow:0 10px 30px rgba(0,0,0,0.06);
transition:.3s;
}

.valley-card:hover{
transform:translateY(-5px);
}

/* LIST */
.valley-list{
list-style:none;
padding:0;
margin-top:15px;
}

.valley-list li{
display:flex;
align-items:flex-start;
gap:12px;
margin-bottom:12px;
font-size:14px;
color:#444;
line-height:1.5;
}

/* ICONS */
.valley-icon{
min-width:34px;
height:34px;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
font-size:16px;
color:#fff;
flex-shrink:0;
}

/* Inclusion Icons */
.valley-include .valley-icon{
background:linear-gradient(135deg,#ff857b,#fe5517,#ff3131);
}

/* Exclusion Icons */
.valley-exclude .valley-icon{
background:#121010;
}

/* MOBILE */
@media(max-width:768px){
.valley-container{
grid-template-columns:1fr;
}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bbdbe7e */.valley-tips-section{
font-family:'Manrope',sans-serif;
padding:20px 20px;
background:#ffffff;
}

.valley-container{
max-width:1200px;
margin:auto;
display:grid;
grid-template-columns:1fr 1fr;
gap:50px;
}

/* HEADINGS */
.valley-tips-section h2{
font-size:32px;
color:#121010;
margin-bottom:15px;
}

/* CARD */
.valley-card{
background:#f7f7f7;
padding:25px;
border-radius:16px;
transition:.3s;
border:1px solid #eee;
}

.valley-card:hover{
transform:translateY(-6px);
box-shadow:0 15px 40px rgba(0,0,0,0.08);
}

/* BLOCK */
.valley-block{
margin-top:20px;
}

.valley-block h3{
font-size:18px;
color:#ff3a3a;
margin-bottom:8px;
display:flex;
align-items:center;
gap:8px;
}

/* ICON STYLE */
.valley-icon{
width:34px;
height:34px;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
color:#fff;
font-size:15px;
background:linear-gradient(135deg,#ff857b,#fe5517,#ff3131);
flex-shrink:0;
}

/* TEXT */
.valley-block p{
font-size:14px;
color:#555;
line-height:1.6;
}

/* TRUST SIDE */
.valley-trust{
background:linear-gradient(135deg,#ff857b,#fe5517,#ff3131);
color:#fff;
}

.valley-trust h2{
color:;
}

.valley-trust .valley-block h3{
color:;
}

.valley-trust .valley-icon{
background: #121010;;
color:#fe5517;
}

/* MOBILE */
@media(max-width:768px){
.valley-container{
grid-template-columns:1fr;
}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-22c3e27 */.valley-notes-section{
font-family:'Manrope',sans-serif;
padding:20px 20px;
background:#f7f7f7;
}

.valley-container{
max-width:1200px;
margin:auto;
display:grid;
grid-template-columns:1fr 1fr;
gap:40px;
}

/* HEADINGS */
.valley-notes-section h2{
font-size:30px;
color:#121010;
margin-bottom:15px;
}

/* CARD */
.valley-card{
background:#fff;
padding:25px;
border-radius:14px;
box-shadow:0 10px 30px rgba(0,0,0,0.06);
transition:.3s;
}

.valley-card:hover{
transform:translateY(-5px);
}

/* TEXT */
.valley-card p{
font-size:15px;
color:#555;
line-height:1.7;
}

/* READ MORE */
details{
margin-top:10px;
}

summary{
cursor:pointer;
font-weight:600;
color:#f3660e;
margin-top:10px;
}

summary:hover{
text-decoration:underline;
}

/* MOBILE */
@media(max-width:768px){
.valley-container{
grid-template-columns:1fr;
}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-60f418d */.valley-related-section{
font-family:'Manrope',sans-serif;
padding:30px 20px;
background:linear-gradient(135deg,#ff857b,#fe5517,#ff3131);
}

/* INNER */
.valley-related-inner{
max-width:1200px;
margin:auto;
}

/* HEADING */
.valley-related-inner h2{
font-size:32px;
color:#fff;
margin-bottom:35px;
text-align:center;
}

/* GRID */
.valley-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;
}

/* CARD (WHITE - CLEAN) */
.valley-card{
background:#fff;
border-radius:18px;
overflow:hidden;
box-shadow:0 15px 40px rgba(0,0,0,0.15);
transition:.35s ease;
display:flex;
flex-direction:column;
}

.valley-card:hover{
transform:translateY(-10px);
box-shadow:0 25px 60px rgba(0,0,0,0.25);
}

/* IMAGE */
.valley-img{
height:180px;
background-size:cover;
background-position:center;
position:relative;
}

/* SOFT OVERLAY */
.valley-img::after{
content:"";
position:absolute;
inset:0;
background:linear-gradient(180deg,transparent,rgba(0,0,0,0.15));
}

/* CONTENT */
.valley-content{
padding:18px;
display:flex;
flex-direction:column;
flex:1;
}

/* TITLE */
.valley-content h3{
font-size:16px;
color:#121010;
margin-bottom:8px;
}

/* TEXT */
.valley-content p{
font-size:13px;
color:#555;
line-height:1.5;
flex:1;
}

/* LINK */
.valley-link{
margin-top:14px;
font-size:13px;
font-weight:600;
color:#f3660e;
text-decoration:none;
display:inline-flex;
align-items:center;
gap:6px;
transition:.3s;
}

.valley-link:hover{
gap:10px;
text-decoration:underline;
}

/* RESPONSIVE */
@media(max-width:992px){
.valley-grid{
grid-template-columns:repeat(2,1fr);
}
}

@media(max-width:600px){
.valley-grid{
grid-template-columns:1fr;
}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dae95bd */.valley-faq-section{
font-family:'Manrope',sans-serif;
padding:40px 20px;
background:#f7f7f7;
}

/* SAFE FLEX WRAPPER */
.valley-flex{
display:flex;
gap:40px;
align-items:flex-start;
flex-wrap:wrap;
}

/* LEFT */
.valley-faq{
flex:1 1 600px;
}

/* RIGHT */
.valley-cta-wrapper{
flex:1 1 320px;
}

/* FAQ */
.valley-faq h2{
font-size:30px;
color:#121010;
margin-bottom:20px;
}

.valley-faq-item{
background:#fff;
border-radius:12px;
margin-bottom:12px;
overflow:hidden;
box-shadow:0 8px 25px rgba(0,0,0,0.05);
}

.valley-faq-header{
padding:16px;
cursor:pointer;
display:flex;
justify-content:space-between;
align-items:center;
color:#ff3a3a;
}

.valley-faq-header h3{
font-size:15px;
margin:0;
}

.valley-faq-icon{
font-size:18px;
transition:.3s;
}

.valley-faq-item.active .valley-faq-icon{
transform:rotate(45deg);
}

.valley-faq-content{
max-height:0;
overflow:hidden;
transition:max-height .4s ease;
padding:0 16px;
}

.valley-faq-content p{
font-size:14px;
color:#555;
line-height:1.6;
margin:10px 0 15px;
}

/* CTA */
.valley-cta-card{
background:linear-gradient(135deg,#ff857b,#fe5517,#ff3131);
padding:30px;
border-radius:18px;
color:#fff;
box-shadow:0 20px 50px rgba(0,0,0,0.15);
position:sticky;
top:20px;
}

.valley-cta-card h2{
font-size:26px;
margin-bottom:10px;
}

.valley-price{
font-size:22px;
font-weight:700;
margin:10px 0;
}

.valley-offer{
background:#fff;
color:#fe5517;
display:inline-block;
padding:5px 10px;
border-radius:6px;
font-size:13px;
font-weight:600;
margin-bottom:15px;
}

.valley-btn{
display:block;
text-align:center;
padding:12px;
margin-top:10px;
border-radius:6px;
font-weight:600;
text-decoration:none;
font-size:14px;
}

.valley-btn-wa{
background:#25D366;
color:#fff;
}

.valley-btn-form{
background:#121010;
color:#fff;
}

/* MOBILE */
@media(max-width:768px){
.valley-flex{
flex-direction:column;
}
.valley-cta-card{
position:relative;
top:auto;
}
}/* End custom CSS */