.elementor-39 .elementor-element.elementor-element-7fd1b3e{--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-39 .elementor-element.elementor-element-4bf5bfc{--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-39 .elementor-element.elementor-element-f6a90b7{--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-39 .elementor-element.elementor-element-6e13861{--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-c83757b *//* 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-a2eeffb */.services-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;
position:relative;
color:white;
text-align:center;
padding:20px;
}

.hero-overlay{
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
background:rgba(0,0,0,0.55);
}

.hero-content{
position:relative;
z-index:2;
max-width:700px;
margin:auto;
}

.hero-content h1{
font-size:40px;
margin-bottom:10px;
}



/* SERVICES SECTION */

.services-section{
padding:90px 20px;
background:#f5f9fa;

}

.section-title{
text-align:center;
margin-bottom:50px;
}

.services-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:30px;
}

.service-card{
background:white;
border-radius:10px;
overflow:hidden;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
cursor:pointer;
transition:0.3s;
}

.service-card:hover{
transform:translateY(-8px);
box-shadow:0 18px 35px rgba(0,0,0,0.15);
}

.service-image img{
width:100%;
height:300px;
object-fit:cover;
}

.service-card h3{
padding:15px 20px 5px;
font-size:18px;
}

.service-card p{
padding:0 20px 20px;
font-size:14px;
color:#555;
}



/* MODAL */

.service-modal{
display:none;
position:fixed;
top:0;
left:0;
right:0;
bottom:0;
background:rgba(0,0,0,0.6);
justify-content:center;
align-items:center;
z-index:9999;
padding:20px;
}

.modal-content{
background:white;
padding:35px;
border-radius:10px;
max-width:500px;
width:100%;
text-align:center;
position:relative;
}

.close-btn{
position:absolute;
right:15px;
top:10px;
font-size:28px;
cursor:pointer;
}

.modal-buttons{
margin-top:25px;
display:flex;
justify-content:center;
gap:15px;
flex-wrap:wrap;
}

.call-btn{
background:#ff6b4a;
padding:12px 25px;
color:white;
text-decoration:none;
border-radius:6px;
}

.whatsapp-btn{
background:#25D366;
padding:12px 25px;
color:white;
text-decoration:none;
border-radius:6px;
}



/* ======================= */
/* RESPONSIVE BREAKPOINTS */
/* ======================= */


/* Tablet */

@media (max-width:1024px){

.services-grid{
grid-template-columns:repeat(2,1fr);
}

.hero-content h1{
font-size:32px;
}

}



/* Mobile */

@media (max-width:600px){

.services-grid{
grid-template-columns:1fr;
}

.services-section{
padding:60px 20px;
}

.hero-content h1{
font-size:26px;
}

.hero-content p{
font-size:14px;
}

.modal-content{
padding:25px;
}

.modal-buttons{
flex-direction:column;
}

.call-btn,
.whatsapp-btn{
width:100%;
max-width:250px;
margin:auto;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b43a7b9 */.cta-section{
position:relative;
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:100px 20px;
height:400px;
text-align:center;
color:white;
}

.cta-overlay{
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
background:rgba(0,0,0,0.65);
}

.cta-content{
position:relative;
max-width:700px;
margin:auto;
z-index:2;
}

.cta-content h2{
font-size:38px;
margin-bottom:15px;
}

.cta-content p{
font-size:18px;
margin-bottom:30px;
line-height:1.6;
}

.cta-buttons{
display:flex;
justify-content:center;
gap:20px;
flex-wrap:wrap;
}

.cta-call{
background:#ff6b4a;
color:white;
padding:14px 30px;
border-radius:6px;
text-decoration:none;
font-weight:500;
transition:0.3s;
}

.cta-call:hover{
background:#e55a3c;
}

.cta-whatsapp{
background:#25D366;
color:white;
padding:14px 30px;
border-radius:6px;
text-decoration:none;
font-weight:500;
transition:0.3s;
}

.cta-whatsapp:hover{
background:#1ebe5d;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6a816ad *//* 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 */