/* Start custom CSS for html, class: .elementor-element-069a429 */.valley-testimonial-hero{
padding:110px 20px 90px;
background:linear-gradient(135deg,#ff857b,#fe5517,#ff3131);
font-family:Manrope,sans-serif;
display:flex;
justify-content:center;
color:#fff;
}

.valley-testimonial-container{
max-width:1100px;
width:100%;
text-align:center;
background:rgba(255,255,255,0.12);
backdrop-filter:blur(12px);
border-radius:22px;
padding:60px 40px;
box-shadow:0 25px 60px rgba(0,0,0,0.2);
position:relative;
}

/* gradient border */

.valley-testimonial-container:before{
content:"";
position:absolute;
inset:0;
padding:1px;
border-radius:22px;
background:linear-gradient(135deg,#ff857b,#fe5517,#ff3131);
-webkit-mask:
linear-gradient(#fff 0 0) content-box,
linear-gradient(#fff 0 0);
-webkit-mask-composite:xor;
mask-composite:exclude;
pointer-events:none;
}

/* heading */

.valley-testimonial-container h1{
font-size:38px;
margin-bottom:18px;
line-height:1.3;
}

/* description */

.valley-testimonial-container p{
font-size:16px;
line-height:1.8;
opacity:.95;
margin-bottom:15px;
}

/* trust cards */

.valley-trust-grid{
margin-top:40px;
display:grid;
grid-template-columns:repeat(3,1fr);
gap:22px;
}

.valley-trust-card{
background:rgba(255,255,255,0.15);
border-radius:18px;
padding:26px 20px;
text-align:center;
transition:all .3s ease;
box-shadow:0 10px 25px rgba(0,0,0,0.15);
}

.valley-trust-card:hover{
transform:translateY(-5px);
background:rgba(255,255,255,0.22);
}

/* icon */

.valley-trust-icon{
width:38px;
height:38px;
margin:auto;
margin-bottom:10px;
opacity:.95;
}

/* main text */

.valley-trust-card strong{
display:block;
font-size:20px;
margin-bottom:5px;
}

.valley-trust-card span{
font-size:14px;
opacity:.9;
}

/* responsive */

@media(max-width:900px){

.valley-trust-grid{
grid-template-columns:1fr;
}

.valley-testimonial-container{
padding:45px 25px;
}

.valley-testimonial-container h1{
font-size:30px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-83f483f */.valley-reviews-section{
padding:30px 20px;
font-family:Manrope,sans-serif;
background:#ffffff;
display:flex;
justify-content:center;
}

.valley-reviews-container{
max-width:1200px;
width:100%;
display:grid;
grid-template-columns:1.1fr .9fr;
gap:50px;
align-items:center;
}

/* LEFT GLASS CARD */

.valley-reviews-card{
background:rgba(255,255,255,0.75);
backdrop-filter:blur(10px);
border-radius:22px;
padding:40px;
position:relative;
box-shadow:0 20px 45px rgba(0,0,0,0.08);
}

/* gradient accent border */

.valley-reviews-card:before{
content:"";
position:absolute;
inset:0;
padding:1px;
border-radius:22px;
background:linear-gradient(135deg,#ff857b,#fe5517,#ff3131);
-webkit-mask:
linear-gradient(#fff 0 0) content-box,
linear-gradient(#fff 0 0);
-webkit-mask-composite:xor;
mask-composite:exclude;
pointer-events:none;
}

/* heading */

.valley-reviews-card h2{
font-size:30px;
margin-bottom:18px;
color:#121010;
line-height:1.3;
}

/* paragraph */

.valley-reviews-card p{
font-size:16.5px;
line-height:1.8;
color:#333;
margin-bottom:15px;
}

/* RIGHT IMAGE */

.valley-reviews-image{
position:relative;
border-radius:20px;
overflow:hidden;
box-shadow:0 25px 50px rgba(0,0,0,0.18);
}

.valley-reviews-image img{
width:100%;
height:auto;
display:block;
border-radius:20px;
transition:transform .4s ease;
}

/* gradient glow accent */

.valley-reviews-image:before{
content:"";
position:absolute;
inset:-2px;
background:linear-gradient(135deg,#ff857b,#fe5517,#ff3131);
border-radius:22px;
z-index:-1;
filter:blur(6px);
opacity:.6;
}

/* hover zoom */

.valley-reviews-image:hover img{
transform:scale(1.06);
}

/* RESPONSIVE */

@media(max-width:900px){

.valley-reviews-container{
grid-template-columns:1fr;
gap:35px;
}

.valley-reviews-card{
padding:32px;
}

.valley-reviews-card h2{
font-size:26px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bd8ceb8 */.valley-testimonial-info{
padding:10px 20px;
font-family:Manrope,sans-serif;
background:#ffffff;
display:flex;
justify-content:center;
}

.valley-testimonial-grid{
max-width:1200px;
width:100%;
display:grid;
grid-template-columns:1.2fr .8fr;
gap:55px;
align-items:start;
}

/* TEXT CARD (NO BORDER) */

.valley-testimonial-text{
background:rgba(255,255,255,0.75);
backdrop-filter:blur(10px);
border-radius:22px;
padding:42px;
box-shadow:0 25px 50px rgba(0,0,0,0.08);
}

/* headings */

.valley-testimonial-text h2{
font-size:30px;
margin-bottom:16px;
color:#121010;
line-height:1.3;
}

.valley-testimonial-text h3{
margin-top:28px;
font-size:20px;
color:#121010;
}

/* paragraphs */

.valley-testimonial-text p{
font-size:16.5px;
line-height:1.8;
color:#333;
margin-top:10px;
}

/* internal links */

.valley-testimonial-text a{
color:#f3660e;
text-decoration:none;
font-weight:600;
}

.valley-testimonial-text a:hover{
text-decoration:underline;
}

/* IMAGE COLUMN */

.valley-testimonial-images{
display:flex;
flex-direction:column;
gap:22px;
}

/* image card */

.valley-img-card{
position:relative;
border-radius:18px;
overflow:hidden;
box-shadow:0 20px 40px rgba(0,0,0,0.18);
transition:all .3s ease;
}

/* gradient glow border */

.valley-img-card:before{
content:"";
position:absolute;
inset:-2px;
background:linear-gradient(135deg,#ff857b,#fe5517,#ff3131);
border-radius:20px;
z-index:-1;
filter:blur(6px);
opacity:.7;
}

/* image */

.valley-img-card img{
width:100%;
height:auto;
display:block;
border-radius:18px;
transition:transform .35s ease;
}

/* hover zoom */

.valley-img-card:hover img{
transform:scale(1.06);
}

/* responsive */

@media(max-width:900px){

.valley-testimonial-grid{
grid-template-columns:1fr;
gap:35px;
}

.valley-testimonial-text{
padding:32px;
}

.valley-testimonial-text h2{
font-size:26px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-65b7a6d */.valley-google-map-section{
padding:10px 20px;
font-family:Manrope,sans-serif;
background:#ffffff;
display:flex;
justify-content:center;
}

.valley-google-map-container{
max-width:1200px;
width:100%;
display:grid;
grid-template-columns:1.1fr .9fr;
gap:55px;
align-items:center;
}

/* LEFT GLASS CARD */

.valley-google-map-text{
background:rgba(255,255,255,0.75);
backdrop-filter:blur(10px);
border-radius:22px;
padding:42px;
box-shadow:0 25px 50px rgba(0,0,0,0.08);
}

.valley-google-map-text h2{
font-size:30px;
margin-bottom:15px;
color:#121010;
line-height:1.3;
}

.valley-google-map-text p{
font-size:16.5px;
line-height:1.8;
color:#333;
margin-bottom:12px;
}

/* internal links */

.valley-google-map-text a{
color:#f3660e;
font-weight:600;
text-decoration:none;
}

.valley-google-map-text a:hover{
text-decoration:underline;
}

/* MAP CONTAINER */

.valley-map-wrapper{
position:relative;
border-radius:20px;
overflow:hidden;
box-shadow:0 25px 50px rgba(0,0,0,0.18);
transition:all .3s ease;
}

/* gradient glow */

.valley-map-wrapper:before{
content:"";
position:absolute;
inset:-2px;
background:linear-gradient(135deg,#ff857b,#fe5517,#ff3131);
border-radius:22px;
z-index:-1;
filter:blur(6px);
opacity:.6;
}

/* map */

.valley-map-wrapper iframe{
width:100%;
height:420px;
border:0;
display:block;
}

/* hover effect */

.valley-map-wrapper:hover{
transform:translateY(-4px);
}

/* responsive */

@media(max-width:900px){

.valley-google-map-container{
grid-template-columns:1fr;
gap:35px;
}

.valley-google-map-text{
padding:32px;
}

.valley-google-map-text h2{
font-size:26px;
}

.valley-map-wrapper iframe{
height:360px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3bd57cc */.valley-video-testimonials{
padding:10px 20px;
font-family:Manrope,sans-serif;
background:#ffffff;
display:flex;
justify-content:center;
}

.valley-video-container{
max-width:1200px;
width:100%;
}

/* TEXT AREA */

.valley-video-intro{
text-align:center;
max-width:760px;
margin:auto;
margin-bottom:50px;
}

.valley-video-intro h2{
font-size:32px;
color:#121010;
margin-bottom:14px;
}

.valley-video-intro p{
font-size:16.5px;
line-height:1.8;
color:#444;
}

/* SLIDER */

.valley-video-slider{
position:relative;
}

.valley-video-track{
display:flex;
gap:25px;
overflow-x:auto;
scroll-behavior:smooth;
padding-bottom:10px;
scrollbar-width:none;
}

.valley-video-track::-webkit-scrollbar{
display:none;
}

/* VIDEO CARD */

.valley-video-card{
flex:0 0 350px;
background:#fff;
border-radius:20px;
overflow:hidden;
box-shadow:0 20px 45px rgba(0,0,0,0.15);
position:relative;
transition:all .3s ease;
}

/* gradient glow */

.valley-video-card:before{
content:"";
position:absolute;
inset:-2px;
background:linear-gradient(135deg,#ff857b,#fe5517,#ff3131);
border-radius:22px;
z-index:-1;
filter:blur(6px);
opacity:.5;
}

.valley-video-card:hover{
transform:scale(1.04);
}

/* VIDEO */

.valley-video-card iframe{
width:100%;
height:210px;
border:0;
display:block;
border-radius:20px;
}

/* ARROWS */

.valley-video-arrow{
position:absolute;
top:50%;
transform:translateY(-50%);
background:#fff;
border:none;
width:42px;
height:42px;
border-radius:50%;
box-shadow:0 8px 20px rgba(0,0,0,0.15);
cursor:pointer;
display:flex;
align-items:center;
justify-content:center;
transition:.3s;
}

.valley-video-arrow:hover{
background:#f3660e;
color:#fff;
}

.valley-video-arrow-left{
left:-10px;
}

.valley-video-arrow-right{
right:-10px;
}

/* responsive */

@media(max-width:900px){

.valley-video-card{
flex:0 0 85%;
}

.valley-video-intro h2{
font-size:26px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-73b6368 */.valley-testimonial-wrapper{
padding:10px 20px;
background:#f8f8f8;
}

.valley-testimonial-grid{
max-width:1200px;
margin:auto;
display:grid;
grid-template-columns:1.1fr .9fr;
gap:40px;
}

/* FAQ */

.valley-faq-box{
background:#fff;
padding:35px;
border-radius:18px;
box-shadow:0 15px 35px rgba(0,0,0,0.1);
}

.valley-faq-title{
font-size:24px;
margin-bottom:25px;
}

.valley-faq-item{
background:#fff;
border-radius:12px;
margin-bottom:14px;
box-shadow:0 6px 16px rgba(0,0,0,0.06);
overflow:hidden;
}

/* QUESTION */

.valley-faq-question{
display:flex;
justify-content:space-between;
align-items:center;
width:100%;
padding:18px 20px;
border:none;
background:#fff;
cursor:pointer;
text-align:left;
}

.valley-faq-question h3{
font-size:16px;
margin:0;
color:#1c1c1c;
}

.valley-faq-icon{
font-size:20px;
font-weight:700;
color:#fe5517;
}

/* ANSWER */

.valley-faq-answer{
max-height:0;
overflow:hidden;
transition:max-height .35s ease;
}

.valley-faq-answer p{
padding:0 20px 18px 20px;
font-size:15px;
line-height:1.7;
color:#444;
}

/* CTA */

.valley-cta-card{
background:linear-gradient(135deg,#ff857b,#fe5517,#ff3131);
color:#fff;
padding:40px;
border-radius:22px;
}

.valley-cta-buttons{
margin-top:20px;
display:flex;
flex-direction:column;
gap:12px;
}

.valley-btn{
padding:14px;
text-align:center;
border-radius:8px;
font-weight:600;
text-decoration:none;
}

.valley-btn-primary{
background:#121010;
color:#fff;
}

.valley-btn-whatsapp{
background:#25D366;
color:#fff;
}

/* MOBILE */

@media(max-width:900px){

.valley-testimonial-grid{
grid-template-columns:1fr;
}

}/* End custom CSS */