/* Start custom CSS for html, class: .elementor-element-aacaa75 */.about-us{

padding:120px 20px;

background:#ffffff;

}

.about-grid{

display:grid;

grid-template-columns:1.2fr .8fr;

gap:70px;

align-items:center;

}

.about-content .tag{

display:inline-block;

padding:12px 24px;

background:#FFF3EA;

color:#7B1E2B;

border-radius:50px;

font-weight:600;

margin-bottom:25px;

}

.about-content h2{

font-size:52px;

font-family:Poppins,sans-serif;

line-height:1.2;

margin-bottom:25px;

color:#222;

}

.about-content h2 span{

background:linear-gradient(90deg,#7B1E2B,#F97316);

-webkit-background-clip:text;

-webkit-text-fill-color:transparent;

}

.about-text{

font-size:18px;

line-height:34px;

color:#666;

margin-bottom:25px;

}

.about-features{

margin-top:40px;

display:flex;

flex-direction:column;

gap:25px;

}

.feature{

display:flex;

gap:20px;

align-items:flex-start;

}

.feature .icon{

width:70px;

height:70px;

background:#FFF3EA;

border-radius:18px;

display:flex;

align-items:center;

justify-content:center;

font-size:30px;

flex-shrink:0;

}

.feature h4{

font-size:22px;

margin-bottom:8px;

color:#222;

font-family:Poppins,sans-serif;

}

.feature p{

color:#666;

line-height:28px;

}

.about-btn{

display:inline-block;

margin-top:45px;

padding:18px 40px;

background:linear-gradient(135deg,#7B1E2B,#F97316);

color:#fff;

text-decoration:none;

border-radius:50px;

font-weight:600;

transition:.35s;

}

.about-btn:hover{

transform:translateY(-5px);

box-shadow:0 20px 40px rgba(123,30,43,.25);

}

.about-right{

display:flex;

flex-direction:column;

gap:30px;

}

.experience-card{

background:linear-gradient(135deg,#7B1E2B,#F97316);

padding:60px;

border-radius:30px;

text-align:center;

color:#fff;

box-shadow:0 25px 60px rgba(123,30,43,.25);

}

.experience-card h2{

font-size:72px;

margin-bottom:15px;

font-family:Poppins,sans-serif;

}

.experience-card span{

font-size:22px;

}

.stats-box{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:25px;

}

.stats-box div{

background:#FFF8F3;

padding:35px;

border-radius:24px;

text-align:center;

transition:.3s;

}

.stats-box div:hover{

transform:translateY(-8px);

background:#fff;

box-shadow:0 15px 35px rgba(0,0,0,.08);

}

.stats-box h3{

font-size:42px;

color:#F97316;

margin-bottom:10px;

font-family:Poppins,sans-serif;

}

.stats-box span{

color:#555;

font-weight:500;

}

@media(max-width:991px){

.about-grid{

grid-template-columns:1fr;

}

.about-content h2{

font-size:42px;

}

}

@media(max-width:576px){

.about-us{

padding:80px 20px;

}

.about-content h2{

font-size:32px;

}

.about-text{

font-size:16px;

line-height:30px;

}

.feature{

flex-direction:column;

}

.stats-box{

grid-template-columns:1fr;

}

.experience-card{

padding:40px;

}

.experience-card h2{

font-size:56px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5957090 */.mission-vision{

padding:120px 20px;

background:#FFF8F3;

}

.mission-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:35px;

margin-top:70px;

}

.mission-card{

background:#fff;

padding:45px;

border-radius:28px;

box-shadow:0 20px 60px rgba(0,0,0,.06);

transition:.4s;

border:1px solid #f1f1f1;

}

.mission-card:hover{

transform:translateY(-10px);

}

.featured{

background:linear-gradient(135deg,#7B1E2B,#F97316);

color:#fff;

}

.featured p,

.featured h3{

color:#fff;

}

.icon{

width:80px;

height:80px;

background:#FFF3EA;

display:flex;

align-items:center;

justify-content:center;

border-radius:20px;

font-size:36px;

margin-bottom:25px;

}

.featured .icon{

background:rgba(255,255,255,.15);

}

.mission-card h3{

font-size:28px;

font-family:Poppins,sans-serif;

margin-bottom:20px;

}

.mission-card p{

line-height:30px;

color:#666;

}

.featured p{

color:#fff;

}

.mission-card ul{

list-style:none;

padding:0;

margin:0;

}

.mission-card ul li{

padding:10px 0;

color:#555;

}

@media(max-width:991px){

.mission-grid{

grid-template-columns:1fr;

}

}/* End custom CSS */