.elementor-60 .elementor-element.elementor-element-dbf41f1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-60 .elementor-element.elementor-element-65b6ec2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-60 .elementor-element.elementor-element-c365c81{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-505e38f *//* HEADER */

.header{
position:sticky;
top:0;
background:white;
z-index:1000;
box-shadow:0 2px 10px rgba(0,0,0,0.08);
}

.nav{
display:flex;
align-items:center;
justify-content:space-between;
padding:18px 0;
}

.logo{
color:#2c7a7b;
font-size:22px;
font-weight:600;
}

/* NAV MENU */

nav{
display:flex;
align-items:center;
}

nav a{
margin-left:25px;
text-decoration:none;
color:#333;
font-weight:500;
}

nav a:hover{
color:#2c7a7b;
}

/* CALL BUTTON */

.call-header{
background:#ff6b4a;
color:white;
padding:10px 18px;
border-radius:6px;
text-decoration:none;
font-weight:500;
margin-left:20px;
}

.call-header:hover{
background:#e65a3e;
}

/* MOBILE MENU ICON */

.menu-toggle{
display:none;
font-size:26px;
cursor:pointer;
}

/* MOBILE RESPONSIVE */

@media(max-width:768px){

.nav{
flex-wrap:wrap;
}

.menu-toggle{
display:block;
}

nav{
width:100%;
display:none;
flex-direction:column;
margin-top:15px;
}

nav.active{
display:flex;
}

nav a{
margin:12px 0;
}

.call-header{
margin-top:10px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-99b7fea */.contact-hero{
background:url(http://geetaayacenter.in/wp-content/uploads/2026/03/WhatsApp-Image-2026-03-10-at-11.51.50.jpeg) center/cover no-repeat;
height:600px;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
color:white;
position:relative;
padding:20px;
}

.hero-overlay{
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
background:rgba(0,0,0,0.6);
}

.hero-content{
position:relative;
z-index:2;
max-width:700px;
margin:auto;
}

.hero-content h1{
font-size:40px;
margin-bottom:10px;
}



/* CONTACT SECTION */

.contact-section{
padding:90px 20px;
background:#f5f9fa;
}

.section-title{
text-align:center;
margin-bottom:50px;
}

.contact-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

.contact-card{
background:white;
padding:35px;
border-radius:10px;
text-align:center;
box-shadow:0 10px 25px rgba(0,0,0,0.06);
}

.contact-icon{
font-size:32px;
margin-bottom:15px;
}

.contact-btn{
display:inline-block;
margin-top:15px;
padding:12px 25px;
background:#ff6b4a;
color:white;
border-radius:6px;
text-decoration:none;
}

.contact-btn.whatsapp{
background:#25D366;
}



/* CTA SECTION */

.contact-cta{
background:url(http://geetaayacenter.in/wp-content/uploads/2026/03/WhatsApp-Image-2026-03-10-at-11.51.48.jpeg) center/cover no-repeat;
padding:90px 20px;
height:400px;
text-align:center;
color:white;
position:relative;
}

.cta-overlay{
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
background:rgba(0,0,0,0.65);
}

.cta-content{
position:relative;
z-index:2;
max-width:700px;
margin:auto;
}

.cta-buttons{
margin-top:25px;
display:flex;
justify-content:center;
gap:15px;
flex-wrap:wrap;
}

.cta-call{
background:#ff6b4a;
padding:14px 30px;
color:white;
border-radius:6px;
text-decoration:none;
}

.cta-whatsapp{
background:#25D366;
padding:14px 30px;
color:white;
border-radius:6px;
text-decoration:none;
}



/* ========================= */
/* RESPONSIVE BREAKPOINTS */
/* ========================= */

@media (max-width:992px){

.contact-grid{
grid-template-columns:repeat(2,1fr);
}

.hero-content h1{
font-size:32px;
}

}



@media (max-width:600px){

.contact-grid{
grid-template-columns:1fr;
}

.contact-section{
padding:60px 20px;
}

.contact-card{
padding:25px;
}

.hero-content h1{
font-size:26px;
}

.hero-content p{
font-size:14px;
}

.cta-buttons{
flex-direction:column;
}

.cta-call,
.cta-whatsapp{
width:100%;
max-width:260px;
margin:auto;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b3d615a *//* FOOTER */

footer{
background:#1f2933;
color:white;
text-align:center;
padding:40px 20px;
margin-top:60px;
}

footer p{
line-height:1.7;
font-size:16px;
margin-bottom:10px;
}



/* FLOATING WHATSAPP BUTTON */

.whatsapp-float{
position:fixed;
bottom:20px;
right:20px;
width:60px;
height:60px;
background:#25D366;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
box-shadow:0 8px 20px rgba(0,0,0,0.3);
z-index:9999;
animation:pulse 2s infinite;
}

.whatsapp-float img{
width:32px;
height:32px;
}

.whatsapp-float:hover{
transform:scale(1.1);
transition:0.3s;
}



/* WHATSAPP PULSE ANIMATION */

@keyframes pulse{
0%{box-shadow:0 0 0 0 rgba(37,211,102,0.7);}
70%{box-shadow:0 0 0 15px rgba(37,211,102,0);}
100%{box-shadow:0 0 0 0 rgba(37,211,102,0);}
}



/* MOBILE RESPONSIVE */

@media (max-width:768px){

footer{
padding:30px 15px;
}

footer p{
font-size:14px;
line-height:1.6;
}

.whatsapp-float{
width:55px;
height:55px;
bottom:15px;
right:15px;
}

.whatsapp-float img{
width:28px;
height:28px;
}

}/* End custom CSS */