.elementor-51 .elementor-element.elementor-element-0dcb7b2{--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-51 .elementor-element.elementor-element-e816c33{--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-51 .elementor-element.elementor-element-1337499{--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-954d1ae *//* RESET */
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:'Poppins',sans-serif;
}

body{
    background:#f8fafc;
    color:#1e293b;
    line-height:1.6;
}

/* CONTAINER */
.container{
    width:90%;
    max-width:1200px;
    margin:auto;
}

/* HEADER */
.header{
    background:#ffffff;
    box-shadow:0 4px 20px rgba(0,0,0,0.05);
    position:sticky;
    top:0;
    z-index:1000;
}

.nav{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:15px 0;
}

.logo{
    font-weight:700;
    font-size:20px;
    color:#2563eb;
}

nav a{
    margin:0 12px;
    text-decoration:none;
    color:#475569;
    font-weight:500;
    transition:0.3s;
}

nav a:hover{
    color:#2563eb;
}

/* HEADER CTA */
.call-header{
    background:#2563eb;
    color:#fff;
    padding:10px 16px;
    border-radius:6px;
    text-decoration:none;
    font-size:14px;
    font-weight:500;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1402d0d *//* HERO (ABOUT) */
.about-hero{
    position:relative;
    height:55vh;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    background:url('https://images.unsplash.com/photo-1584515933487-779824d29309') center/cover no-repeat;
}

.hero-overlay{
    position:absolute;
    width:100%;
    height:100%;
    background:rgba(15,23,42,0.75);
}

.hero-content{
    position:relative;
    color:#fff;
    max-width:700px;
}

.hero-content h1{
    font-size:40px;
    font-weight:700;
}

.hero-content p{
    margin-top:10px;
    color:#e2e8f0;
}

/* ABOUT SECTION */
.about-section{
    padding:70px 0;
}

.about-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:40px;
    align-items:center;
}

.about-image img{
    width:100%;
    border-radius:12px;
}

.about-text h2{
    font-size:28px;
    margin-bottom:15px;
}

.about-text p{
    margin-bottom:15px;
    color:#64748b;
}

/* MISSION & VISION */
.mission-section{
    background:#f1f5f9;
    padding:70px 0;
}

.mission-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:25px;
}

.mission-card{
    background:#ffffff;
    padding:30px;
    border-radius:12px;
    border:1px solid #e2e8f0;
    transition:0.3s;
}

.mission-card:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

.mission-card h3{
    margin-bottom:10px;
    color:#2563eb;
}

.mission-card p{
    color:#64748b;
}

/* WHY SECTION */
.why-section{
    padding:70px 0;
}

.why-section h2{
    text-align:center;
    margin-bottom:30px;
}

.why-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
    gap:20px;
}

.why-card{
    background:#ffffff;
    padding:20px;
    border-radius:10px;
    text-align:center;
    border:1px solid #e2e8f0;
    font-weight:500;
    transition:0.3s;
}

.why-card::before{
    content:"✓";
    display:block;
    font-size:20px;
    color:#2563eb;
    margin-bottom:8px;
}

.why-card:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

/* CTA */
.about-cta{
    position:relative;
    padding:70px 20px;
    text-align:center;
    background:url('https://images.unsplash.com/photo-1584515933487-779824d29309') center/cover no-repeat;
}

.cta-overlay{
    position:absolute;
    width:100%;
    height:100%;
    background:rgba(37,99,235,0.85);
    top:0;
    left:0;
}

.cta-content{
    position:relative;
    color:#fff;
    max-width:700px;
    margin:auto;
}

.cta-content h2{
    font-size:32px;
}

.cta-content p{
    margin:15px 0 25px;
}

/* CTA BUTTONS */
.cta-buttons a{
    display:inline-block;
    padding:12px 22px;
    border-radius:6px;
    text-decoration:none;
    font-weight:500;
    margin:5px;
}

.cta-call{
    background:#fff;
    color:#2563eb;
}

.cta-whatsapp{
    background:#22c55e;
    color:#fff;
}

/* RESPONSIVE */
@media(max-width:768px){

    .about-grid{
        grid-template-columns:1fr;
    }

    .hero-content h1{
        font-size:28px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bc4cf6e *//* FOOTER */
footer{
    background:#0f172a;
    color:#cbd5f5;
    padding:50px 0 30px;
    text-align:center;
    position:relative;
}

/* subtle top divider */
footer::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:3px;
    background:linear-gradient(90deg,#2563eb,#06b6d4);
}

/* footer text */
footer p{
    margin-bottom:10px;
    font-size:14px;
    line-height:1.6;
}

/* highlight phone */
footer p:nth-child(2){
    font-weight:600;
    color:#ffffff;
}

/* email style */
footer p:nth-child(3){
    color:#94a3b8;
}

/* hover effect (if clickable later) */
footer a{
    color:#cbd5f5;
    text-decoration:none;
}

footer a:hover{
    color:#38bdf8;
}

/* FLOATING WHATSAPP */
.whatsapp-float{
    position:fixed;
    bottom:20px;
    right:20px;
    width:60px;
    height:60px;
    z-index:999;
    border-radius:50%;
    box-shadow:0 10px 25px rgba(0,0,0,0.2);
    background:#25D366;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:0.3s;
}

/* icon inside */
.whatsapp-float img{
    width:32px;
    height:32px;
}

/* hover animation */
.whatsapp-float:hover{
    transform:scale(1.1);
    box-shadow:0 15px 35px rgba(0,0,0,0.3);
}

/* subtle pulse animation (attention grab) */
@keyframes whatsappPulse{
    0%{box-shadow:0 0 0 0 rgba(37,211,102,0.6);}
    70%{box-shadow:0 0 0 15px rgba(37,211,102,0);}
    100%{box-shadow:0 0 0 0 rgba(37,211,102,0);}
}

.whatsapp-float{
    animation:whatsappPulse 2s infinite;
}/* End custom CSS */