.elementor-1709 .elementor-element.elementor-element-3ecc0b1{--display:flex;--min-height:0px;}.elementor-1709 .elementor-element.elementor-element-ecb073e{--display:flex;}@media(min-width:768px){.elementor-1709 .elementor-element.elementor-element-3ecc0b1{--content-width:1234px;}.elementor-1709 .elementor-element.elementor-element-ecb073e{--content-width:1234px;}}/* Start custom CSS for html, class: .elementor-element-2adf2e5 *//* --- GAURI VAIDIK HOME HERO V155 --- */
:root {
    --g-green: #2a783a;
    --g-dark: #1a3a24;
    --g-soft: rgba(42, 120, 58, 0.08);
}

.v155-hero-luxury {
    background: radial-gradient(circle at top right, #f9fdf7, #ffffff);
    padding: 140px 0 100px;
    position: relative;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
}

.v155-container { max-width: 1240px; margin: 0 auto; padding: 0 25px; position: relative; z-index: 10; }

/* 1. TEXT CONTENT STYLING */
.v155-hero-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px; align-items: center; }

.v155-badge-wrap {
    background: var(--g-soft); color: var(--g-green);
    display: inline-flex; align-items: center; gap: 10px;
    padding: 8px 20px; border-radius: 50px;
    font-weight: 800; font-size: 11px; letter-spacing: 2px;
    border: 1px solid rgba(42, 120, 58, 0.1); margin-bottom: 25px;
}
.v155-dot { width: 8px; height: 8px; background: var(--g-green); border-radius: 50%; animation: vPulse 1.5s infinite; }

.v155-main-title { font-size: clamp(38px, 6vw, 68px); font-weight: 900; line-height: 1.1; color: var(--g-dark); margin-bottom: 25px; }
.v155-main-title span { color: var(--g-green); position: relative; }
.v155-description { font-size: 19px; color: #555; line-height: 1.8; margin-bottom: 40px; max-width: 550px; }

/* 2. BUTTONS & STATS */
.v155-action-group { display: flex; align-items: center; gap: 25px; margin-bottom: 50px; }
.v155-btn-prime { 
    background: var(--g-green); color: white !important; padding: 20px 45px; 
    border-radius: 50px; font-weight: 800; text-decoration: none; 
    box-shadow: 0 15px 30px rgba(42, 120, 58, 0.2); transition: 0.4s;
}
.v155-btn-prime:hover { transform: translateY(-5px); box-shadow: 0 20px 40px rgba(42, 120, 58, 0.3); }

.v155-btn-text { font-weight: 800; color: var(--g-dark); text-decoration: none; transition: 0.3s; }
.v155-btn-text:hover { color: var(--g-green); transform: translateX(10px); }

.v155-quick-stats { display: flex; gap: 20px; flex-wrap: wrap; }
.v155-stat { font-size: 13px; font-weight: 700; color: #777; background: #fff; padding: 6px 15px; border-radius: 50px; border: 1px solid #eee; }

/* 3. VISUAL SIDE STYLING */
.v155-visual-side { position: relative; }
.v155-image-wrapper { position: relative; z-index: 5; animation: vFloat 6s infinite ease-in-out; }
.v155-hero-img { width: 100%; border-radius: 40px; box-shadow: 0 30px 60px rgba(0,0,0,0.1); }

.v155-floating-iso {
    position: absolute; bottom: 30px; right: -20px;
    background: white; padding: 15px 25px; border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1); border-left: 5px solid var(--g-green);
    animation: vTag 4s infinite ease-in-out;
}
.v155-iso-text { display: block; font-weight: 900; font-size: 14px; color: var(--g-green); }
.v155-iso-sub { font-size: 10px; color: #999; font-weight: 600; }

/* 4. BACKGROUND & ANIMATIONS */
.v155-leaf { position: absolute; opacity: 0.15; font-size: 40px; animation: vLeaf 8s infinite ease-in-out; }
.l1 { top: 15%; left: 5%; }
.l2 { bottom: 15%; right: 5%; animation-delay: 2s; }

@keyframes vPulse { 0% { opacity: 1; } 50% { opacity: 0.4; } 100% { opacity: 1; } }
@keyframes vFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-15px); } }
@keyframes vLeaf { 0%, 100% { transform: translate(0,0) rotate(0deg); } 50% { transform: translate(20px, -20px) rotate(15deg); } }

/* Mobile Optimizations */
@media (max-width: 991px) {
    .v155-hero-grid { grid-template-columns: 1fr; text-align: center; }
    .v155-description { margin: 0 auto 40px; }
    .v155-action-group, .v155-quick-stats { justify-content: center; }
    .v155-floating-iso { right: 20px; }
    .v155-hero-luxury { padding-top: 100px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9647830 *//* --- GAURI HOME CONTENT V158 OPTIMIZED --- */
:root {
    --gv-primary: #2a783a;
    --gv-secondary: #1a3a24;
    --gv-light-green: rgba(42, 120, 58, 0.08);
}

.v158-home-body { font-family: 'Poppins', sans-serif; }
.v158-container { max-width: 1300px; margin: 0 auto; padding: 0 20px; }

/* 1. Benefits Grid Section - Forced 4 in a row on Desktop */
.v158-benefits { padding: 100px 0; background: #fff; }
.v158-sec-header { text-align: center; margin-bottom: 60px; }
.v158-badge-glow { 
    color: var(--gv-primary); font-weight: 800; letter-spacing: 3px; font-size: 11px; 
    background: var(--gv-light-green); padding: 8px 20px; border-radius: 50px; 
}
.v158-sec-header h2 { font-size: 42px; font-weight: 900; margin: 15px 0; color: var(--gv-secondary); }
.v158-sec-header h2 span { color: var(--gv-primary); }

/* Grid Adjustment for 4 points in 1 line */
.v158-benefit-grid { 
    display: grid; 
    grid-template-columns: repeat(4, 1fr); /* Force 4 columns */
    gap: 20px; 
}

.v158-b-card { 
    background: #ffffff; padding: 40px 25px; border-radius: 35px; border: 1px solid #f0f0f0; 
    transition: 0.5s; text-align: center; 
}
.v158-b-card:hover { transform: translateY(-10px); border-color: var(--gv-primary); box-shadow: 0 20px 40px rgba(42, 120, 58, 0.1); }
.v158-b-card.featured { background: var(--gv-light-green); border-color: var(--gv-primary); }

.v158-b-icon-wrap { font-size: 40px; margin-bottom: 20px; display: inline-block; }
.v158-b-card h3 { font-size: 19px; font-weight: 800; color: var(--gv-secondary); margin-bottom: 12px; }
.v158-b-card p { font-size: 13.5px; color: #666; line-height: 1.6; }

.v158-btn-center { text-align: center; margin-top: 50px; }
.v158-explore-btn { color: var(--gv-primary); text-decoration: none; font-weight: 800; border-bottom: 2px solid var(--gv-primary); padding-bottom: 4px; }

/* 2. Process Section */
.v158-process-vibe { padding: 80px 0; background: #fdfdfd; }
.v158-proc-row { display: flex; align-items: center; gap: 60px; flex-wrap: wrap; }
.v158-proc-image { flex: 1; min-width: 320px; }
.v158-img-frame { position: relative; border-radius: 40px; overflow: hidden; }
.v158-img-frame img { width: 100%; display: block; }
.v158-floating-tag { position: absolute; top: 20px; right: 20px; background: var(--gv-primary); color: white; padding: 8px 18px; border-radius: 50px; font-weight: 800; font-size: 11px; }

.v158-proc-content { flex: 1; min-width: 320px; }
.v158-tag-line { color: var(--gv-primary); font-weight: 900; font-size: 11px; letter-spacing: 2px; }
.v158-proc-content h2 { font-size: 38px; font-weight: 900; margin: 15px 0 25px; line-height: 1.2; }
.v158-proc-content h2 span { color: var(--gv-primary); }

.v158-step { display: flex; align-items: center; gap: 15px; margin-bottom: 15px; }
.v158-step-no { background: var(--gv-primary); color: white; width: 35px; height: 35px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; }
.v158-btn-dark { display: inline-block; background: var(--gv-secondary); color: white !important; padding: 18px 35px; border-radius: 15px; text-decoration: none; font-weight: 800; transition: 0.3s; }

/* 3. Catalog CTA Box */
.v158-catalog-cta { padding: 60px 0 100px; }
.v158-glass-cta { 
    background: var(--gv-secondary); padding: 60px; border-radius: 40px; 
    display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 30px;
}
.v158-cta-text h2 { color: white; font-size: 32px; font-weight: 900; margin-bottom: 10px; }
.v158-cta-text p { color: rgba(255,255,255,0.7); }
.v158-btn-white { background: #fff; color: var(--gv-secondary) !important; padding: 20px 40px; border-radius: 15px; text-decoration: none; font-weight: 800; transition: 0.3s; }

/* Responsiveness for Mobile */
@media (max-width: 1024px) {
    .v158-benefit-grid { grid-template-columns: repeat(2, 1fr); } /* 2 per line on tablets */
}
@media (max-width: 600px) {
    .v158-benefit-grid { grid-template-columns: 1fr; } /* 1 per line on mobile */
    .v158-glass-cta { text-align: center; justify-content: center; }
}/* End custom CSS */