/* Start custom CSS for html, class: .elementor-element-4b01ab7 *//* HERO SECTION */
.valley-hero{
font-family:'Poppins',sans-serif;
position:relative;
min-height:700px;
display:flex;
align-items:center;
overflow:hidden;
background:url('YOUR-KASHMIR-IMAGE.jpg') center center/cover no-repeat;
}

/* OVERLAY */
.valley-hero::before{
content:'';
position:absolute;
inset:0;
background:
linear-gradient(
135deg,
rgba(255,133,123,.85),
rgba(254,85,23,.75),
rgba(255,49,49,.70)
),
rgba(0,0,0,.55);
z-index:1;
}

.valley-hero-container{
position:relative;
z-index:2;
max-width:1200px;
margin:auto;
padding:100px 20px;
display:grid;
grid-template-columns:1.1fr .9fr;
gap:60px;
align-items:center;
width:100%;
}

/* LEFT CONTENT */
.valley-content h1{
font-size:58px;
line-height:1.1;
color:#fff;
margin-bottom:20px;
font-weight:700;
max-width:700px;
}

.valley-content p{
font-size:18px;
line-height:1.8;
color:rgba(255,255,255,.92);
margin-bottom:25px;
max-width:650px;
}

/* TRUST BAR */
.valley-trust{
display:flex;
flex-wrap:wrap;
gap:12px;
margin-bottom:30px;
}

.valley-badge{
background:rgba(255,255,255,.15);
backdrop-filter:blur(10px);
border:1px solid rgba(255,255,255,.20);
padding:10px 14px;
border-radius:50px;
color:#fff;
font-size:14px;
font-weight:500;
}

/* CTA */
.valley-cta{
display:flex;
gap:15px;
flex-wrap:wrap;
margin-bottom:25px;
}

.valley-btn{
display:inline-flex;
align-items:center;
justify-content:center;
padding:16px 32px;
border-radius:50px;
font-size:15px;
font-weight:600;
text-decoration:none;
transition:.3s;
}

.valley-btn-primary{
background:#fe5517;
color:#fff;
}

.valley-btn-primary:hover{
transform:translateY(-3px);
}

.valley-btn-wa{
background:#25D366;
color:#fff;
}

.valley-btn-wa:hover{
transform:translateY(-3px);
}

/* TRUST TEXT */
.valley-rating{
color:#fff;
font-size:15px;
font-weight:500;
}

/* RIGHT CARD */
.valley-card{
position:relative;
background:rgba(255,255,255,.12);
backdrop-filter:blur(18px);
border:1px solid rgba(255,255,255,.25);
border-radius:24px;
padding:35px;
box-shadow:0 25px 60px rgba(0,0,0,.25);
color:#fff;
}

.valley-card-badge{
display:inline-block;
padding:8px 14px;
border-radius:30px;
background:#fff;
color:#fe5517;
font-size:13px;
font-weight:600;
margin-bottom:15px;
}

.valley-price{
font-size:42px;
font-weight:700;
line-height:1;
margin-bottom:10px;
}

.valley-price small{
font-size:14px;
font-weight:400;
}

.valley-meta{
display:grid;
gap:15px;
margin-top:25px;
}

.valley-meta-item{
display:flex;
justify-content:space-between;
padding-bottom:12px;
border-bottom:1px solid rgba(255,255,255,.15);
}

.valley-meta-item:last-child{
border:none;
}

/* FLOATING ELEMENTS */
.float-icon{
position:absolute;
font-size:32px;
animation:float 5s ease-in-out infinite;
}

.float-mountain{
top:-20px;
right:20px;
}

.float-plane{
bottom:-15px;
left:20px;
}

.float-pin{
top:40%;
right:-15px;
}

@keyframes float{
0%,100%{transform:translateY(0);}
50%{transform:translateY(-10px);}
}

/* MOBILE */
@media(max-width:768px){

.valley-hero{
min-height:auto;
}

.valley-hero-container{
grid-template-columns:1fr;
padding:70px 20px;
gap:35px;
}

.valley-content h1{
font-size:36px;
}

.valley-content p{
font-size:16px;
}

.valley-card{
padding:25px;
}

.valley-price{
font-size:34px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-923ed37 *//* ==========================
B2B KASHMIR SECTION
========================== */

.b2b-kashmir-section{
font-family:'Poppins',sans-serif;
padding:90px 20px;
background:#f7f7f7;
}

.b2b-kashmir-container{
max-width:1200px;
margin:auto;
display:grid;
grid-template-columns:60% 40%;
gap:40px;
align-items:start;
}

/* LEFT CARD */

.b2b-content-card{
background:#fff;
padding:35px;
border-radius:20px;
box-shadow:0 15px 40px rgba(0,0,0,.06);
border-left:6px solid #fe5517;
}

.b2b-content-card h2{
font-size:32px;
line-height:1.3;
color:#1A1A1A;
margin-bottom:20px;
}

.b2b-content-card p{
font-size:16px;
line-height:1.9;
color:#555555;
margin-bottom:18px;
}

.b2b-highlight{
font-weight:700;
color:#fe5517;
}

/* RIGHT CARD */

.b2b-table-card{
background:#fff;
padding:30px;
border-radius:20px;
box-shadow:0 15px 40px rgba(0,0,0,.06);
}

.b2b-table-card h3{
font-size:24px;
color:#1A1A1A;
margin-bottom:20px;
}

/* TABLE */

.b2b-table-wrapper{
overflow-x:auto;
border-radius:14px;
}

.b2b-table{
width:100%;
border-collapse:collapse;
min-width:600px;
background:#fff;
}

.b2b-table thead th{
background:linear-gradient(
135deg,
#ff857b,
#fe5517,
#ff3131
);
color:#fff;
padding:15px;
text-align:left;
font-size:14px;
font-weight:700;
position:sticky;
top:0;
z-index:2;
}

.b2b-table td{
padding:15px;
font-size:14px;
line-height:1.7;
color:#444;
border-bottom:1px solid #f2f2f2;
vertical-align:top;
}

.b2b-table tr:hover{
background:#fafafa;
}

.b2b-table strong{
color:#1A1A1A;
}

/* ENTITY TAGS */

.b2b-tag{
display:inline-block;
padding:6px 12px;
border-radius:30px;
background:#fff3ed;
color:#fe5517;
font-size:12px;
font-weight:600;
margin-right:8px;
margin-bottom:8px;
}

/* MOBILE */

@media(max-width:768px){

.b2b-kashmir-container{
grid-template-columns:1fr;
gap:25px;
}

.b2b-content-card{
padding:25px;
}

.b2b-content-card h2{
font-size:26px;
}

.b2b-table-card{
padding:20px;
}

.b2b-table{
min-width:700px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0ac3979 *//* ==========================
WHY AGENTS TRUST US
========================== */

.valley-trust-section{
font-family:'Poppins',sans-serif;
padding:90px 20px;
background:#ffffff;
}

.valley-trust-container{
max-width:1200px;
margin:auto;
display:grid;
grid-template-columns:60% 40%;
gap:50px;
align-items:center;
}

/* LEFT CARD */

.valley-trust-content{
background:#fff;
padding:35px;
border-radius:20px;
box-shadow:0 15px 40px rgba(0,0,0,.06);
border-left:6px solid #fe5517;
}

.valley-trust-content h2{
font-size:32px;
line-height:1.3;
color:#1A1A1A;
margin-bottom:20px;
}

.valley-trust-content p{
font-size:16px;
line-height:1.9;
color:#555555;
margin-bottom:18px;
}

/* TRUST POINTS */

.valley-trust-list{
margin-top:25px;
display:grid;
gap:15px;
}

.valley-trust-item{
display:flex;
align-items:flex-start;
gap:14px;
background:#fafafa;
padding:16px;
border-radius:12px;
}

.valley-trust-icon{
width:42px;
height:42px;
min-width:42px;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
background:linear-gradient(135deg,#ff857b,#fe5517,#ff3131);
color:#fff;
font-size:18px;
}

.valley-trust-item strong{
display:block;
color:#1A1A1A;
margin-bottom:4px;
}

/* RIGHT IMAGE */

.valley-trust-image{
position:relative;
}

.valley-trust-image img{
width:100%;
height:100%;
object-fit:cover;
border-radius:20px;
box-shadow:0 20px 50px rgba(0,0,0,.10);
display:block;
}

/* EXPERIENCE BADGE */

.valley-experience{
position:absolute;
bottom:20px;
left:20px;
background:#fff;
padding:18px 20px;
border-radius:14px;
box-shadow:0 10px 30px rgba(0,0,0,.10);
}

.valley-experience strong{
display:block;
font-size:28px;
color:#fe5517;
line-height:1;
}

.valley-experience span{
font-size:13px;
color:#555;
}

/* MOBILE */

@media(max-width:768px){

.valley-trust-container{
grid-template-columns:1fr;
gap:30px;
}

.valley-trust-content{
padding:25px;
}

.valley-trust-content h2{
font-size:26px;
}

}/* End custom CSS */