:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-b7d54dd */.about-page{

padding:70px 20px;

background:#f7f9fc;

}

.about-hero{

max-width:900px;

margin:auto;

text-align:center;

margin-bottom:55px;

}

.about-badge{

display:inline-block;

padding:7px 18px;

background:#ff9800;

color:#fff;

border-radius:30px;

font-size:13px;

font-weight:600;

margin-bottom:15px;

}

.about-hero h1{

font-size:38px;

color:#0d6efd;

margin-bottom:15px;

line-height:1.3;

}

.about-hero p{

font-size:16px;

color:#666;

line-height:1.8;

}

.about-container{

max-width:1200px;

margin:auto;

display:grid;

grid-template-columns:repeat(auto-fit,minmax(350px,1fr));

gap:30px;

margin-bottom:50px;

}

.about-box{

background:#fff;

padding:35px;

border-radius:18px;

box-shadow:0 10px 25px rgba(0,0,0,.06);

transition:.3s;

}

.about-box:hover{

transform:translateY(-6px);

}

.about-box h2{

color:#0d6efd;

margin-bottom:15px;

}

.about-box p{

color:#666;

line-height:1.8;

}

.services{

max-width:1200px;

margin:0 auto 50px;

display:grid;

grid-template-columns:repeat(auto-fit,minmax(250px,1fr));

gap:25px;

}

.service-card{

background:#fff;

padding:30px;

text-align:center;

border-radius:18px;

box-shadow:0 10px 25px rgba(0,0,0,.06);

transition:.3s;

}

.service-card:hover{

transform:translateY(-8px);

}

.service-icon{

font-size:45px;

margin-bottom:18px;

}

.service-card h3{

color:#0d6efd;

margin-bottom:10px;

}

.service-card p{

color:#666;

line-height:1.7;

}

.trust-box{

max-width:1200px;

margin:auto;

background:linear-gradient(135deg,#0d6efd,#004aad);

padding:45px;

border-radius:20px;

color:#fff;

margin-bottom:50px;

}

.trust-box h2{

margin-bottom:20px;

}

.trust-box ul{

list-style:none;

padding:0;

columns:2;

}

.trust-box li{

padding:10px 0;

font-size:16px;

}

.thankyou{

max-width:900px;

margin:auto;

text-align:center;

background:#fff;

padding:40px;

border-radius:20px;

box-shadow:0 10px 25px rgba(0,0,0,.06);

}

.thankyou h2{

color:#0d6efd;

margin-bottom:15px;

}

.thankyou p{

color:#666;

line-height:1.8;

}

/* Responsive */

@media(max-width:768px){

.about-page{

padding:50px 15px;

}

.about-hero h1{

font-size:28px;

}

.about-container{

grid-template-columns:1fr;

}

.trust-box{

padding:30px;

}

.trust-box ul{

columns:1;

}

.thankyou{

padding:30px 20px;

}

}/* End custom CSS */