.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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-1402d0d *//* =========================
   HERO SECTION
========================= */

.about-hero{
    position:relative;
    min-height:70vh;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    overflow:hidden;
    background:url('https://images.unsplash.com/photo-1584515933487-779824d29309') center/cover no-repeat;
}

.hero-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(to right,
    rgba(15,23,42,0.88),
    rgba(37,99,235,0.70));
}

.hero-content{
    position:relative;
    z-index:2;
    max-width:850px;
    padding:20px;
    color:#fff;
}

.hero-tag{
    display:inline-block;
    background:rgba(255,255,255,0.12);
    border:1px solid rgba(255,255,255,0.2);
    padding:10px 18px;
    border-radius:50px;
    font-size:14px;
    margin-bottom:22px;
    backdrop-filter:blur(8px);
}

.hero-content h1{
    font-size:58px;
    line-height:1.1;
    margin-bottom:18px;
    font-weight:700;
}

.hero-content p{
    font-size:18px;
    color:#e2e8f0;
    max-width:720px;
    margin:auto;
}

/* =========================
   ABOUT SECTION
========================= */

.about-section{
    padding:100px 0;
    background:#ffffff;
}

.about-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:60px;
    align-items:center;
}

.about-image{
    position:relative;
}

.about-image img{
    width:100%;
    border-radius:28px;
    box-shadow:0 20px 45px rgba(0,0,0,0.10);
}

.section-subtitle{
    color:#2563eb;
    font-size:15px;
    font-weight:600;
    letter-spacing:0.5px;
    display:inline-block;
    margin-bottom:14px;
}

.about-text h2{
    font-size:42px;
    line-height:1.2;
    margin-bottom:24px;
    color:#0f172a;
}

.about-text p{
    margin-bottom:18px;
    color:#64748b;
    font-size:16px;
}

/* INFO BOX */

.about-info-box{
    margin-top:35px;
    background:#f8fafc;
    border:1px solid #e2e8f0;
    border-radius:18px;
    padding:30px;
}

.info-item{
    margin-bottom:18px;
}

.info-item:last-child{
    margin-bottom:0;
}

.info-item strong{
    display:block;
    margin-bottom:6px;
    color:#0f172a;
}

.info-item span{
    color:#64748b;
    font-size:15px;
}

/* =========================
   MISSION SECTION
========================= */

.mission-section{
    padding:100px 0;
    background:#f1f5f9;
}

.mission-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
    gap:30px;
}

.mission-card{
    background:#ffffff;
    padding:45px 35px;
    border-radius:24px;
    transition:0.4s ease;
    border:1px solid #e2e8f0;
    box-shadow:0 8px 25px rgba(0,0,0,0.04);
}

.mission-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(0,0,0,0.08);
}

.mission-icon{
    width:70px;
    height:70px;
    border-radius:18px;
    background:linear-gradient(135deg,#2563eb,#1d4ed8);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:30px;
    margin-bottom:24px;
}

.mission-card h3{
    font-size:26px;
    margin-bottom:14px;
    color:#0f172a;
}

.mission-card p{
    color:#64748b;
}

/* =========================
   WHY SECTION
========================= */

.why-section{
    padding:100px 0;
    background:#ffffff;
}

.section-heading{
    text-align:center;
    margin-bottom:60px;
}

.section-heading h2{
    font-size:42px;
    color:#0f172a;
}

.why-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:25px;
}

.why-card{
    background:#ffffff;
    border:1px solid #e2e8f0;
    border-radius:22px;
    padding:32px 24px;
    text-align:center;
    font-weight:600;
    color:#0f172a;
    transition:0.35s ease;
    box-shadow:0 8px 20px rgba(0,0,0,0.04);
}

.why-card span{
    display:flex;
    align-items:center;
    justify-content:center;
    width:55px;
    height:55px;
    margin:auto auto 16px;
    border-radius:50%;
    background:#dbeafe;
    color:#2563eb;
    font-size:24px;
}

.why-card:hover{
    transform:translateY(-6px);
    border-color:#2563eb;
    box-shadow:0 18px 35px rgba(37,99,235,0.12);
}

/* =========================
   CTA SECTION
========================= */

.about-cta{
    position:relative;
    padding:110px 20px;
    text-align:center;
    overflow:hidden;
    background:url('https://images.unsplash.com/photo-1584515933487-779824d29309') center/cover no-repeat;
}

.cta-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(to right,
    rgba(15,23,42,0.90),
    rgba(37,99,235,0.85));
}

.cta-content{
    position:relative;
    z-index:2;
    max-width:820px;
    margin:auto;
    color:#fff;
}

.cta-tag{
    display:inline-block;
    padding:10px 18px;
    border-radius:50px;
    background:rgba(255,255,255,0.12);
    border:1px solid rgba(255,255,255,0.2);
    margin-bottom:24px;
}

.cta-content h2{
    font-size:48px;
    line-height:1.2;
    margin-bottom:20px;
}

.cta-content p{
    color:#e2e8f0;
    margin-bottom:35px;
    font-size:17px;
}

/* CTA BUTTONS */

.cta-buttons{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:16px;
}

.cta-buttons a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:16px 28px;
    border-radius:60px;
    text-decoration:none;
    font-weight:600;
    transition:0.35s ease;
}

.cta-call{
    background:#ffffff;
    color:#2563eb;
}

.cta-call:hover{
    transform:translateY(-3px);
}

.cta-whatsapp{
    background:#22c55e;
    color:#fff;
}

.cta-whatsapp:hover{
    transform:translateY(-3px);
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:991px){

    .about-grid{
        grid-template-columns:1fr;
    }

    .hero-content h1{
        font-size:42px;
    }

    .about-text h2{
        font-size:34px;
    }

    .section-heading h2{
        font-size:34px;
    }

    .cta-content h2{
        font-size:38px;
    }

}

@media(max-width:576px){

    .about-hero{
        min-height:60vh;
    }

    .hero-content h1{
        font-size:32px;
    }

    .hero-content p{
        font-size:15px;
    }

    .about-section,
    .mission-section,
    .why-section{
        padding:70px 0;
    }

    .about-text h2{
        font-size:28px;
    }

    .section-heading h2{
        font-size:28px;
    }

    .cta-content h2{
        font-size:30px;
    }

    .cta-buttons{
        flex-direction:column;
    }

    .cta-buttons a{
        width:100%;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bc4cf6e *//* =========================
   FOOTER SECTION
========================= */

.footer{
    position:relative;
    overflow:hidden;
    background:#0f172a;
    padding:90px 0 25px;
    color:#cbd5e1;
}

/* gradient glow */
.footer::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:4px;
    background:linear-gradient(90deg,#2563eb,#06b6d4,#22c55e);
}

.footer-overlay{
    position:absolute;
    inset:0;
    background:
    radial-gradient(circle at top left,
    rgba(37,99,235,0.12),
    transparent 35%);
}

.footer-container{
    position:relative;
    z-index:2;
}

/* FOOTER GRID */

.footer-grid{
    display:grid;
    grid-template-columns:1.2fr 1fr 0.8fr;
    gap:60px;
    margin-bottom:55px;
}

/* LOGO */

.footer-logo{
    font-size:34px;
    font-weight:700;
    color:#ffffff;
    margin-bottom:18px;
    line-height:1.1;
}

/* ABOUT TEXT */

.footer-about{
    color:#94a3b8;
    line-height:1.8;
    font-size:15px;
    max-width:420px;
}

/* FOOTER TITLES */

.footer-col h3{
    font-size:22px;
    color:#ffffff;
    margin-bottom:24px;
    position:relative;
}

.footer-col h3::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-10px;
    width:55px;
    height:3px;
    border-radius:20px;
    background:#2563eb;
}

/* CONTACT LIST */

.footer-contact{
    list-style:none;
}

.footer-contact li{
    display:flex;
    align-items:flex-start;
    gap:12px;
    margin-bottom:20px;
    color:#cbd5e1;
    line-height:1.7;
    font-size:15px;
}

.footer-contact li span{
    font-size:18px;
    margin-top:2px;
}

.footer-contact a{
    color:#cbd5e1;
    text-decoration:none;
    transition:0.3s;
}

.footer-contact a:hover{
    color:#60a5fa;
}

/* QUICK LINKS */

.footer-links{
    list-style:none;
}

.footer-links li{
    margin-bottom:16px;
}

.footer-links a{
    color:#cbd5e1;
    text-decoration:none;
    transition:0.3s ease;
    position:relative;
    padding-left:18px;
}

.footer-links a::before{
    content:"›";
    position:absolute;
    left:0;
    color:#2563eb;
}

.footer-links a:hover{
    color:#60a5fa;
    padding-left:24px;
}

/* FOOTER BOTTOM */

.footer-bottom{
    border-top:1px solid rgba(255,255,255,0.08);
    padding-top:25px;
    text-align:center;
}

.footer-bottom p{
    color:#94a3b8;
    font-size:14px;
    letter-spacing:0.3px;
}

/* =========================
   WHATSAPP FLOAT BUTTON
========================= */

.whatsapp-float{
    position:fixed;
    right:22px;
    bottom:22px;
    width:68px;
    height:68px;
    border-radius:50%;
    background:linear-gradient(135deg,#25D366,#1ebe5d);
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:999;
    box-shadow:0 15px 35px rgba(37,211,102,0.35);
    transition:0.35s ease;
    animation:whatsappPulse 2s infinite;
}

.whatsapp-float img{
    width:34px;
    height:34px;
}

.whatsapp-float:hover{
    transform:translateY(-5px) scale(1.05);
    box-shadow:0 20px 45px rgba(37,211,102,0.45);
}

/* PULSE EFFECT */

@keyframes whatsappPulse{

    0%{
        box-shadow:0 0 0 0 rgba(37,211,102,0.6);
    }

    70%{
        box-shadow:0 0 0 18px rgba(37,211,102,0);
    }

    100%{
        box-shadow:0 0 0 0 rgba(37,211,102,0);
    }

}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:991px){

    .footer-grid{
        grid-template-columns:1fr;
        gap:45px;
    }

    .footer{
        padding:70px 0 25px;
    }

}

@media(max-width:576px){

    .footer-logo{
        font-size:28px;
    }

    .footer-col h3{
        font-size:20px;
    }

    .footer-about,
    .footer-contact li,
    .footer-links a{
        font-size:14px;
    }

    .whatsapp-float{
        width:60px;
        height:60px;
        right:16px;
        bottom:16px;
    }

    .whatsapp-float img{
        width:30px;
        height:30px;
    }

}/* End custom CSS */