.about-hero-section{
    background:#f5fbf8;
}

.about-hero-wrapper{
    background:linear-gradient(135deg,#0d8b55,#14a56a);
    padding:60px;
    border-radius:32px;
    box-shadow:0 20px 50px rgba(13,139,85,.18);
}

.about-breadcrumb{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    align-items:center;
}

.about-breadcrumb a{
    color:#ffffff;
    text-decoration:none;
    font-size:14px;
    font-weight:600;
}

.about-breadcrumb span{
    color:rgba(255,255,255,.85);
    font-size:14px;
}

.about-hero-title{
    color:#ffffff;
    font-size:60px;
    font-weight:800;
    line-height:1.1;
    margin-bottom:20px;
}

.about-hero-desc{
    color:rgba(255,255,255,.92);
    font-size:18px;
    line-height:1.9;
    margin:0;
}

.about-hero-buttons{
    display:flex;
    flex-direction:column;
    gap:15px;
}

.about-btn-primary{
    background:#ffffff;
    color:#0d8b55;
    border:none;
    border-radius:50px;
    padding:15px 25px;
    font-size:16px;
    font-weight:700;
}

.about-btn-primary:hover{
    background:#f3f3f3;
    color:#0d8b55;
}

.about-btn-outline{
    border:2px solid rgba(255,255,255,.4);
    color:#ffffff;
    border-radius:50px;
    padding:15px 25px;
    font-size:16px;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
}

.about-btn-outline:hover{
    background:rgba(255,255,255,.12);
    color:#ffffff;
}

.section-label{
    display:inline-block;
    background:rgba(255,255,255,.18);
    color:#ffffff;
    padding:8px 18px;
    border-radius:50px;
    font-size:14px;
    font-weight:700;
    margin-bottom:18px;
}

.about-intro-section{
    background:#f5fbf8;
}

.about-body-text{
    color:#667788;
    font-size:17px;
    line-height:1.9;
}

.about-outline-btn{
    border:2px solid #0d8b55;
    color:#0d8b55;
    padding:12px 28px;
    border-radius:50px;
    font-weight:700;
}

.about-outline-btn:hover{
    background:#0d8b55;
    color:#ffffff;
}

.about-sidebar-card{
    background:#ffffff;
    border:1px solid #dcebe5;
    border-radius:28px;
    padding:35px 30px;
    box-shadow:0 15px 40px rgba(0,0,0,.06);
}

.about-sidebar-icon{
    width:80px;
    height:80px;
    border-radius:22px;
    background:#e8f6ef;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:22px;
}

.about-sidebar-icon i{
    color:#0d8b55;
    font-size:32px;
}

.about-sidebar-card h3{
    font-size:24px;
    font-weight:800;
    color:#172331;
    margin-bottom:14px;
}

.about-sidebar-contact li{
    margin-bottom:12px;
}

.about-sidebar-contact li:last-child{
    margin-bottom:0;
}

.about-sidebar-contact a{
    display:flex;
    align-items:center;
    gap:12px;
    background:#f5fbf8;
    padding:14px 16px;
    border-radius:16px;
    color:#172331;
    text-decoration:none;
    font-weight:700;
    transition:.3s;
}

.about-sidebar-contact a:hover{
    background:#0d8b55;
    color:#ffffff;
}

.about-sidebar-contact a i{
    color:#0d8b55;
}

.about-sidebar-contact a:hover i{
    color:#ffffff;
}

.section-label{
    display:inline-block;
    background:#e8f6ef;
    color:#0d8b55;
    padding:8px 18px;
    border-radius:50px;
    font-size:14px;
    font-weight:700;
    margin-bottom:18px;
}

.section-title{
    font-size:40px;
    font-weight:800;
    color:#172331;
    line-height:1.15;
}
.about-help-section{
    background:#f5fbf8;
}

.about-help-card{
    background:#ffffff;
    border:1px solid #dcebe5;
    border-radius:26px;
    padding:32px 24px;
    text-align:center;
    transition:.35s;
    box-shadow:0 10px 30px rgba(0,0,0,.04);
}

.about-help-card:hover{
    transform:translateY(-8px);
    border-color:#0d8b55;
    box-shadow:0 20px 45px rgba(13,139,85,.12);
}

.about-help-icon{
    width:80px;
    height:80px;
    margin:0 auto 22px;
    border-radius:22px;
    background:#e8f6ef;
    display:flex;
    align-items:center;
    justify-content:center;
}

.about-help-icon i{
    color:#0d8b55;
    font-size:30px;
}

.about-help-card h3{
    font-size:22px;
    font-weight:800;
    color:#172331;
    margin-bottom:15px;
    line-height:1.4;
}

.about-help-card p{
    color:#667788;
    font-size:15px;
    line-height:1.8;
    margin:0;
}

.section-label{
    display:inline-block;
    background:#e8f6ef;
    color:#0d8b55;
    padding:8px 18px;
    border-radius:50px;
    font-size:14px;
    font-weight:700;
    margin-bottom:15px;
}


.section-lead{
    max-width:760px;
    color:#667788;
    font-size:17px;
    line-height:1.8;
}
.about-process-section{
    background:#f5fbf8;
}

.about-process-text{
    color:#667788;
    font-size:17px;
    line-height:1.9;
}

.process-btn{
    background:#0d8b55;
    color:#fff;
    border:none;
    padding:15px 30px;
    border-radius:50px;
    font-weight:700;
}

.process-btn:hover{
    background:#087245;
    color:#fff;
}

.process-steps{
    display:flex;
    flex-direction:column;
    gap:24px;
}

.process-step{
    display:flex;
    align-items:flex-start;
    gap:20px;
    background:#fff;
    padding:24px;
    border-radius:24px;
    border:1px solid #dcebe5;
    box-shadow:0 10px 30px rgba(0,0,0,.04);
    transition:.3s;
}

.process-step:hover{
    transform:translateY(-5px);
    border-color:#0d8b55;
    box-shadow:0 18px 40px rgba(13,139,85,.10);
}

.step-number{
    min-width:65px;
    width:65px;
    height:65px;
    border-radius:20px;
    background:#e8f6ef;
    color:#0d8b55;
    font-size:24px;
    font-weight:800;
    display:flex;
    align-items:center;
    justify-content:center;
}

.step-content h3{
    font-size:22px;
    font-weight:800;
    color:#172331;
    margin-bottom:8px;
}

.step-content p{
    margin:0;
    color:#667788;
    font-size:15px;
    line-height:1.8;
}

.section-label{
    display:inline-block;
    background:#e8f6ef;
    color:#0d8b55;
    padding:8px 18px;
    border-radius:50px;
    font-size:14px;
    font-weight:700;
    margin-bottom:15px;
}

.about-not-section{
    background:#f5fbf8;
}

.about-not-wrapper{
    background:#ffffff;
    border-radius:32px;
    padding:50px;
    border:1px solid #e7e7e7;
    box-shadow:0 15px 40px rgba(0,0,0,.05);
}

.danger-label{
    background:#fff1f1;
    color:#dc3545;
}

.about-not-title{
    font-size:48px;
    font-weight:800;
    color:#172331;
    margin-bottom:15px;
    line-height:1.15;
}

.about-not-desc{
    color:#667788;
    font-size:17px;
    line-height:1.9;
    margin:0;
}

.about-not-list{
    display:flex;
    flex-direction:column;
    gap:18px;
}

.about-not-item{
    display:flex;
    align-items:flex-start;
    gap:16px;
    background:#fff8f8;
    border:1px solid #ffe2e2;
    border-radius:20px;
    padding:22px;
    transition:.3s;
}

.about-not-item:hover{
    transform:translateY(-4px);
    box-shadow:0 12px 30px rgba(220,53,69,.08);
}

.not-icon{
    width:50px;
    height:50px;
    min-width:50px;
    border-radius:15px;
    background:#ffe8e8;
    display:flex;
    align-items:center;
    justify-content:center;
}

.not-icon i{
    color:#dc3545;
    font-size:22px;
}

.about-not-item p{
    margin:0;
    color:#495057;
    font-size:16px;
    line-height:1.8;
    font-weight:500;
}

.section-label{
    display:inline-block;
    padding:8px 18px;
    border-radius:50px;
    font-size:14px;
    font-weight:700;
    margin-bottom:18px;
}
.about-values-section{
    background:#f5fbf8;
}

.about-value-card{
    background:#ffffff;
    border:1px solid #dcebe5;
    border-radius:26px;
    padding:35px 28px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.04);
    transition:.35s;
}

.about-value-card:hover{
    transform:translateY(-8px);
    border-color:#0d8b55;
    box-shadow:0 20px 45px rgba(13,139,85,.12);
}

.about-value-icon{
    width:82px;
    height:82px;
    margin:0 auto 22px;
    border-radius:22px;
    background:#e8f6ef;
    display:flex;
    align-items:center;
    justify-content:center;
}

.about-value-icon i{
    color:#0d8b55;
    font-size:32px;
}

.about-value-card h3{
    font-size:22px;
    font-weight:800;
    color:#172331;
    margin-bottom:15px;
}

.about-value-card p{
    color:#667788;
    font-size:15px;
    line-height:1.8;
    margin:0;
}

.section-label{
    display:inline-block;
    background:#e8f6ef;
    color:#0d8b55;
    padding:8px 18px;
    border-radius:50px;
    font-size:14px;
    font-weight:700;
    margin-bottom:15px;
}

.section-title{
    font-size:40px;
    font-weight:800;
    color:#172331;
    line-height:1.15;
}

.about-cta-section{
    background:#f5fbf8;
}

.about-cta-box{
    background:linear-gradient(135deg,#0d8b55,#14a56a);
    padding:70px 40px;
    border-radius:32px;
    text-align:center;
    box-shadow:0 20px 50px rgba(13,139,85,.18);
}

.cta-label{
    display:inline-block;
    background:rgba(255,255,255,.18);
    color:#ffffff;
    padding:8px 18px;
    border-radius:50px;
    font-size:14px;
    font-weight:700;
    margin-bottom:18px;
}

.about-cta-box h2{
    color:#ffffff;
    font-size:52px;
    font-weight:800;
    line-height:1.15;
    margin-bottom:18px;
}

.about-cta-box p{
    max-width:760px;
    margin:0 auto 35px;
    color:rgba(255,255,255,.92);
    font-size:17px;
    line-height:1.9;
}

.cta-primary-btn{
    background:#ffffff;
    color:#0d8b55;
    border:none;
    padding:15px 30px;
    border-radius:50px;
    font-weight:700;
    display:flex;
    align-items:center;
    gap:10px;
}

.cta-primary-btn:hover{
    background:#f5f5f5;
    color:#0d8b55;
}

.cta-outline-btn{
    border:2px solid rgba(255,255,255,.35);
    color:#ffffff;
    padding:15px 30px;
    border-radius:50px;
    font-weight:700;
    display:flex;
    align-items:center;
    gap:10px;
}

.cta-outline-btn:hover{
    background:rgba(255,255,255,.12);
    color:#ffffff;
}

.cta-primary-btn i,
.cta-outline-btn i{
    font-size:16px;
}

@media screen and (max-width:768px){
   .about-hero-wrapper{
    background:linear-gradient(135deg,#0d8b55,#14a56a);
    padding:30px;
    border-radius:32px;
    box-shadow:0 20px 50px rgba(13,139,85,.18);
}
    .about-not-wrapper{
    background:#ffffff;
    border-radius:32px;
    padding:25px;
    border:1px solid #e7e7e7;
    box-shadow:0 15px 40px rgba(0,0,0,.05);
}

.about-cta-box{
    background:linear-gradient(135deg,#0d8b55,#14a56a);
    padding:50px 20px;
    border-radius:32px;
    text-align:center;
    box-shadow:0 20px 50px rgba(13,139,85,.18);
}
}