.elementor-18809 .elementor-element.elementor-element-04c1e19{--display:flex;}.elementor-18809 .elementor-element.elementor-element-31b5c15 .elementor-wrapper{--video-aspect-ratio:1.77777;}.elementor-18809 .elementor-element.elementor-element-3adcbf4{--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-18809 .elementor-element.elementor-element-cdd1a63{--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-18809 .elementor-element.elementor-element-43a0e8a{--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-09969f3 *//* GOOGLE FONT */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:'Inter',sans-serif;
    background:#ffffff;
}

/* SECTION */

.overview-section{
    position:relative;
    padding:100px 8%;
    overflow:hidden;
    background:
    radial-gradient(circle at top left,#d7ffe900 0%,#ffffff 50%),
    linear-gradient(to bottom,#ffffff,#fcfffd);
}

/* Floating Neon Blur */

.overview-section::before{
    content:'';
    position:absolute;
    width:420px;
    height:420px;
    background:#00ff8840;
    border-radius:50%;
    filter:blur(120px);
    top:-180px;
    right:-150px;
    animation:floatGlow 8s ease-in-out infinite;
}

.overview-section::after{
    content:'';
    position:absolute;
    width:280px;
    height:280px;
    background:#00ff9540;
    border-radius:50%;
    filter:blur(90px);
    bottom:-120px;
    left:-100px;
    animation:floatGlow2 10s ease-in-out infinite;
}

.overview-container{
    position:relative;
    z-index:2;
    max-width:1180px;
    margin:auto;
}

/* TITLE */

.title-wrap{
    display:flex;
    align-items:center;
    gap:18px;
    margin-bottom:45px;
}

.glow-dot{
    width:18px;
    height:18px;
    border-radius:50%;
    background:#00ff95;
    box-shadow:
    0 0 10px #00ff95,
    0 0 25px #00ff95,
    0 0 45px #00ff95;
    animation:pulse 2.2s infinite;
}

.title-wrap h2{
    font-size:68px;
    font-weight:800;
    color:#16252c;
    letter-spacing:-2px;
    position:relative;
}

.title-wrap h2::after{
    content:'';
    position:absolute;
    left:0;
    bottom:-14px;
    width:180px;
    height:4px;
    border-radius:20px;
    background:linear-gradient(90deg,#00ff95,#32ffb8,#ffffff);
    box-shadow:0 0 20px #00ff95;
}

/* CARD */

.overview-card{
    position:relative;
    background:#ffffff;
    border:1px solid rgba(0,255,149,.25);
    border-radius:22px;
    padding:45px;
    transition:.45s;
    overflow:hidden;

    box-shadow:
    0 20px 60px rgba(0,0,0,.05),
    inset 0 0 0 1px rgba(255,255,255,.8);
}

.overview-card::before{
    content:'';
    position:absolute;
    inset:0;
    background:linear-gradient(135deg,
    rgba(0,255,149,.08),
    transparent 40%,
    rgba(0,255,149,.03));
    pointer-events:none;
}

.overview-card::after{
    content:'';
    position:absolute;
    width:160px;
    height:160px;
    border-radius:50%;
    background:#00ff9525;
    filter:blur(60px);
    right:-40px;
    top:-40px;
}

.overview-card:hover{
    transform:translateY(-8px);

    border-color:#00ff95;

    box-shadow:
    0 25px 70px rgba(0,255,149,.20),
    0 0 40px rgba(0,255,149,.15);
}

.overview-card p{
    font-size:22px;
    line-height:2;
    color:#38454d;
    font-weight:400;
    text-align:justify;
}

/* ANIMATIONS */

@keyframes pulse{

    0%{
        transform:scale(1);
        box-shadow:0 0 8px #00ff95;
    }

    50%{
        transform:scale(1.25);
        box-shadow:
        0 0 18px #00ff95,
        0 0 40px #00ff95;
    }

    100%{
        transform:scale(1);
        box-shadow:0 0 8px #00ff95;
    }

}

@keyframes floatGlow{

    0%,100%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(40px);
    }

}

@keyframes floatGlow2{

    0%,100%{
        transform:translateX(0);
    }

    50%{
        transform:translateX(40px);
    }

}

/* Responsive */

@media(max-width:992px){

.title-wrap h2{
    font-size:52px;
}

.overview-card{
    padding:35px;
}

.overview-card p{
    font-size:18px;
    line-height:1.9;
}

}

@media(max-width:768px){

.overview-section{
    padding:70px 25px;
}

.title-wrap{
    gap:12px;
}

.title-wrap h2{
    font-size:42px;
}

.glow-dot{
    width:14px;
    height:14px;
}

.overview-card{
    padding:28px;
}

.overview-card p{
    font-size:17px;
    line-height:1.8;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bd9ee7c */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{
font-family:'Inter',sans-serif;
background:#ffffff;
}

/* SECTION */

.services-section{

padding:90px 8%;
background:#fff;
position:relative;
overflow:hidden;

}

.services-section::before{

content:'';
position:absolute;
width:500px;
height:500px;
background:#00ff7a12;
filter:blur(120px);
border-radius:50%;
top:-250px;
right:-180px;

}

.container{

max-width:1250px;
margin:auto;

}

/* TITLE */

.section-title{

margin-bottom:70px;

}

.section-title h2{

font-size:58px;
font-weight:800;
color:#18322c;
display:inline-block;
position:relative;

}

.section-title h2::after{

content:'';
position:absolute;
left:0;
bottom:-18px;
width:90px;
height:4px;
background:#00d56d;
border-radius:50px;
box-shadow:0 0 18px #00ff7a;

}

/* GRID */

.services-grid{

display:grid;
grid-template-columns:repeat(2,1fr);
gap:40px;

}

/* CARD */

.service-card{

background:#ffffff;
padding:35px;
border-radius:18px;
border:1px solid #ebebeb;

transition:.35s;

position:relative;
overflow:hidden;

box-shadow:
0 10px 30px rgba(0,0,0,.04);

}

.service-card::before{

content:'';
position:absolute;
left:0;
top:0;
width:5px;
height:100%;
background:#00d56d;
transform:scaleY(0);
transition:.4s;

}

.service-card:hover{

transform:translateY(-8px);

border-color:#00d56d;

box-shadow:
0 20px 40px rgba(0,255,120,.15);

}

.service-card:hover::before{

transform:scaleY(1);

}

/* ICON */

.icon{

width:62px;
height:62px;

display:flex;
align-items:center;
justify-content:center;

border-radius:14px;

background:#f5fff8;

font-size:28px;

color:#00b85d;

margin-bottom:20px;

transition:.35s;

}

.service-card:hover .icon{

background:#00d56d;
color:#fff;

box-shadow:
0 0 25px #00ff7a;

transform:rotate(8deg);

}

/* TITLE */

.service-card h3{

font-size:28px;
font-weight:700;
color:#1d2f35;
margin-bottom:18px;
line-height:1.3;

}

.service-card h3::after{

content:'';
display:block;
width:75px;
height:2px;
background:#00d56d;
margin-top:14px;

}

/* TEXT */

.service-card p{

font-size:16px;
line-height:1.9;
color:#58646d;

}

/* RESPONSIVE */

@media(max-width:992px){

.services-grid{

grid-template-columns:1fr;

}

.section-title h2{

font-size:46px;

}

}

@media(max-width:768px){

.services-section{

padding:70px 25px;

}

.section-title{

margin-bottom:50px;

}

.section-title h2{

font-size:38px;

}

.service-card{

padding:28px;

}

.service-card h3{

font-size:24px;

}

.service-card p{

font-size:15px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dd6c458 *//*=========================================
GOOGLE FONT
=========================================*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:'Inter',sans-serif;
    background:#ffffff;
    color:#1f2937;
}

/*=========================================
SECTION
=========================================*/

.why-hansvl{

    position:relative;
    overflow:hidden;

    padding:110px 8%;

    background:
    linear-gradient(180deg,#ffffff 0%,#f9fffc 100%);

}

/*=========================================
CONTAINER
=========================================*/

.container{

    max-width:1280px;
    margin:auto;

}

/*=========================================
HEADING
=========================================*/

.section-heading{

    text-align:center;
    margin-bottom:80px;

}

.mini-title{

    display:inline-block;

    padding:8px 18px;

    background:#e8fff2;

    color:#00a651;

    border-radius:30px;

    font-size:13px;

    font-weight:700;

    letter-spacing:1px;

    margin-bottom:18px;

}

.section-heading h2{

    font-size:60px;

    font-weight:800;

    color:#15252f;

    margin-bottom:18px;

}

.heading-line{

    width:110px;
    height:4px;

    margin:auto;

    border-radius:50px;

    background:linear-gradient(90deg,#00d56d,#65ffb1);

}

/*=========================================
GRID
=========================================*/

.features-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:35px;

}

/*=========================================
CARD
=========================================*/

.feature-card{

    position:relative;

    background:#ffffff;

    padding:50px 35px;

    border-radius:24px;

    text-align:center;

    overflow:hidden;

    border:1px solid rgba(0,214,109,.12);

    transition:.45s;

    box-shadow:
    0 15px 35px rgba(0,0,0,.05);

}

/* Left Neon Border */

.feature-card::before{

    content:'';

    position:absolute;

    left:0;
    top:0;

    width:5px;
    height:100%;

    background:#00d56d;

    transform:scaleY(0);

    transition:.4s;

}

.feature-card:hover::before{

    transform:scaleY(1);

}

.feature-card:hover{

    transform:translateY(-12px);

    border-color:#00d56d;

    box-shadow:
    0 25px 45px rgba(0,255,120,.15);

}

/*=========================================
ICON
=========================================*/

.icon-box{

    width:78px;
    height:78px;

    margin:auto;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:22px;

    background:#effff6;

    color:#00b85d;

    font-size:32px;

    margin-bottom:28px;

    transition:.4s;

}

.feature-card:hover .icon-box{

    background:#00d56d;

    color:#ffffff;

}

/*=========================================
TEXT
=========================================*/

.feature-card p{

    font-size:18px;

    line-height:2;

    color:#5b6772;

}

/*=========================================
CTA
=========================================*/

.cta-wrapper{

    text-align:center;

    margin-top:70px;

}

.cta-btn{

    display:inline-flex;

    align-items:center;

    gap:16px;

    padding:18px 40px;

    text-decoration:none;

    color:#ffffff;

    font-weight:700;

    font-size:17px;

    border-radius:60px;

    background:
    linear-gradient(135deg,#00c96b,#19f58e);

    transition:.4s;

    box-shadow:
    0 15px 35px rgba(0,255,120,.20);

}

.cta-btn span{

    width:42px;
    height:42px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:rgba(255,255,255,.18);

    border-radius:50%;

    transition:.35s;

}

.cta-btn:hover{

    transform:translateY(-5px);

}

.cta-btn:hover span{

    transform:translateX(6px);

}

/*=========================================
RESPONSIVE
=========================================*/

@media(max-width:992px){

.features-grid{

grid-template-columns:1fr;

}

.section-heading h2{

font-size:48px;

}

}

@media(max-width:768px){

.why-hansvl{

padding:70px 25px;

}

.section-heading{

margin-bottom:50px;

}

.section-heading h2{

font-size:38px;

}

.feature-card{

padding:35px 25px;

}

.feature-card p{

font-size:16px;

line-height:1.9;

}

.cta-btn{

width:100%;

justify-content:center;

}

}/* End custom CSS */