.elementor-1312 .elementor-element.elementor-element-7c3c8a3{--display:flex;}.elementor-1312 .elementor-element.elementor-element-7b31392{--display:flex;}.elementor-1312 .elementor-element.elementor-element-57cc0e8{--display:flex;}.elementor-1312 .elementor-element.elementor-element-4399cbe{--display:flex;}.elementor-1312 .elementor-element.elementor-element-5091015{--display:flex;}/* Start custom CSS for html, class: .elementor-element-e02fedb */.about-hero{
    padding:160px 20px 100px;
    background:#f8f6f6;
    text-align:center;
}

.about-hero-content{
    max-width:900px;
    margin:auto;
}

.about-tag{
    color:#d89b29;
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
}

.about-hero h1{
    font-size:clamp(38px,5vw,72px);
    color:#122447;
    line-height:1.1;
    margin:20px 0;
}

.about-hero p{
    font-size:clamp(16px,1.5vw,22px);
    color:#6f6f6f;
    line-height:1.8;
}

.about-btn{
    display:inline-block;
    margin-top:30px;
    background:#122447;
    color:#fff;
    padding:16px 30px;
    border-radius:12px;
    text-decoration:none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8666d56 */.about-story{
    padding:100px 20px;
}

.about-container{
    max-width:1200px;
    margin:auto;
}

.about-text h2{
    font-size:clamp(34px,4vw,56px);
    color:#122447;
    margin-bottom:25px;
}

.about-text p{
    font-size:17px;
    line-height:1.9;
    color:#6f6f6f;
    margin-bottom:20px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2ccdab2 */.about-services{
    padding:100px 20px;
    background:#f8f6f6;
}

.about-services h2{
    text-align:center;
    color:#122447;
    margin-bottom:50px;
    font-size:clamp(34px,4vw,56px);
}

.service-grid{
    max-width:1200px;
    margin:auto;

    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.service-box{
    background:#fff;
    padding:40px;
    text-align:center;
    border-radius:20px;
    font-size:22px;
    box-shadow:0 5px 20px rgba(0,0,0,.05);
}

.service-box h3{
    margin-top:15px;
    color:#122447;
    font-size:22px;
}

@media(max-width:768px){

.service-grid{
    grid-template-columns:1fr;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b13648c */.why-us{
    padding:100px 20px;
}

.why-us h2{
    text-align:center;
    color:#122447;
    margin-bottom:50px;
    font-size:clamp(34px,4vw,56px);
}

.why-grid{
    max-width:1200px;
    margin:auto;

    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.why-grid div{
    background:#fff;
    padding:30px;
    border-radius:20px;
    box-shadow:0 5px 20px rgba(0,0,0,.05);
}

.why-grid h3{
    color:#122447;
    margin-bottom:15px;
}

.why-grid p{
    color:#6f6f6f;
    line-height:1.8;
}

@media(max-width:1024px){

.why-grid{
    grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:768px){

.why-grid{
    grid-template-columns:1fr;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0482199 */.about-cta{
    padding:100px 20px;
    background:#122447;
    text-align:center;
}

.about-cta h2{
    color:#fff;
    font-size:clamp(34px,4vw,60px);
}

.about-cta p{
    color:#d7d7d7;
    margin:20px 0 30px;
}

.about-cta a{
    display:inline-block;
    background:#d89b29;
    color:#122447;
    text-decoration:none;
    padding:16px 30px;
    border-radius:12px;
    font-weight:700;
}/* End custom CSS */