

.company-solution-section {
    padding: 3rem 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    align-items: center;
}
.company-solution-section .content-wrapper {
    color: #333;
}
.company-solution-section .content-wrapper h2 {
    color: var(--comcolor);
    font-size: 2rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 1rem;
}
.company-solution-section .content-wrapper p {
    margin-bottom: 1rem;
    text-align: justify;
}
.company-solution-section .cert-icons {
    margin-top: 2rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}
.cert-icons img {
    width: 3.75rem;
    object-fit: contain;
}

.company-solution-section .image-wrapper {
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.company-solution-section .image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 768px) {
    .company-solution-section {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 3rem 0 0;
    }
    .company-solution-section .content-wrapper h2 {
        font-size: 1.5rem;
    }
    .company-solution-section .cert-icons {
        justify-content: center;
    }
}




.my-strengths-section {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #17918c;
    color: #ffffff;
    margin-top: 1rem;
    padding: 2rem 0;
    width: 100%;
}
.my-strengths-section .advantage-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex: 1;
    justify-content: center;
    padding: 0 0.8rem;
}
.my-strengths-section .advantage-icon i {font-size: 2rem;}
.my-strengths-section .advantage-text {
    line-height: 1.6;
}
.my-strengths-section  .advantage-title {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}
.my-strengths-section .advantage-desc {
    font-size: 1rem;
    opacity: 0.9;
}

@media (max-width: 768px) {
    .my-strengths-section {
        flex-direction: column;
        gap: 1.5rem;
    }
    .my-strengths-section .advantage-item {
        width: 100%;
        justify-content: flex-start;
    }
}





.my-workshop-section {
    padding: 2rem 0 0;
}
.my-workshop-section .title {
    position: relative;
    margin-bottom: 2rem;
    padding-top: 2rem;
    box-sizing: content-box;
    font-size: 2.5rem;
    text-align: center;
}
.my-workshop-section .title::before,
.my-workshop-section .title::after {
    content: "";
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background: #229093cc;
    margin: 0 2.5rem;
    vertical-align: middle;
}
.my-workshop-section .title::before {
    box-shadow: -1.5rem 0 0 #22909375, 1.5rem 0 0 #218e91;
}
.my-workshop-section .title::after {
    box-shadow: -1.5rem 0 0 #218e91, 1.5rem 0 0 #22909375;
}
.my-workshop-section .features-grid {
    display: flex;
    flex-wrap: wrap;
    gap:2rem;
}
.my-workshop-section .features-grid .feature-card { flex: 0 0 calc(25% - 1.5rem);aspect-ratio: 1000 / 666;}
.my-workshop-section .features-grid .feature-card .tit {background: #d7d7d7;color:#3b3b3b;height:3rem;display: flex;align-items: center;justify-content: center;}
.my-workshop-section .features-grid .feature-card img { width:100%;height:100%;object-fit: cover;display: block;}

@media  screen and (max-width: 765px){
    .my-workshop-section .title {
        font-size: 1.5rem;
    }
    .my-workshop-section .features-grid {
        gap:0.5rem;
    }
    .my-workshop-section .features-grid .feature-card { flex: 0 0 calc(50% - 0.25rem);}
    .my-workshop-section .features-grid .feature-card .tit {font-size: 0.9rem;}
}





.why-choose-section {
    padding: 2rem 0 0;
}
.why-choose-section .title {
    position: relative;
    margin-bottom: 2rem;
    padding-top: 2rem;
    box-sizing: content-box;
    font-size: 2.5rem;
    text-align: center;
}
.why-choose-section .title::before,
.why-choose-section .title::after {
    content: "";
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background: #229093cc;
    margin: 0 2.5rem;
    vertical-align: middle;
}
.why-choose-section .title::before {
    box-shadow: -1.5rem 0 0 #22909375, 1.5rem 0 0 #218e91;
}
.why-choose-section .title::after {
    box-shadow: -1.5rem 0 0 #218e91, 1.5rem 0 0 #22909375;
}

.why-choose-section .features-grid{display:flex;flex-wrap:wrap;gap:1.5rem;}
.why-choose-section .features-grid h3 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}
.why-choose-section .features-grid .features-card{flex:1;min-width:30%;background:#f5f5f5;padding:1.5rem;}

@media  screen and (max-width: 765px) {
    .why-choose-section .title {
        font-size: 1.5rem;
    }
    .why-choose-section .features-grid {display: block;}
}


.my-cer-section {
    padding: 2rem 0 0;
}
.my-cer-section .title {
    position: relative;
    margin-bottom: 2rem;
    padding-top: 2rem;
    box-sizing: content-box;
    font-size: 2.5rem;
    text-align: center;
}
.my-cer-section .title::before,
.my-cer-section .title::after {
    content: "";
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background: #229093cc;
    margin: 0 2.5rem;
    vertical-align: middle;
}
.my-cer-section .title::before {
    box-shadow: -1.5rem 0 0 #22909375, 1.5rem 0 0 #218e91;
}
.my-cer-section .title::after {
    box-shadow: -1.5rem 0 0 #218e91, 1.5rem 0 0 #22909375;
}
.my-cer-section .features-grid{display:flex;flex-wrap:wrap;gap:2rem;}
.my-cer-section .features-grid .features-card{ flex: 0 0 calc(33.33% - 1.333rem);}

@media  screen and (max-width: 765px) {
    .my-cer-section .title {
        font-size: 1.5rem;
    }
}


.advantage-promise-section { padding: 2rem 0 0;}
.advantage-promise-section .title {
    position: relative;
    margin-bottom: 2rem;
    padding-top: 2rem;
    box-sizing: content-box;
    font-size: 2.5rem;
    text-align: center;
}
.advantage-promise-section .title::before,
.advantage-promise-section .title::after {
    content: "";
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background: #229093cc;
    margin: 0 2.5rem;
    vertical-align: middle;
}
.advantage-promise-section .title::before {
    box-shadow: -1.5rem 0 0 #22909375, 1.5rem 0 0 #218e91;
}
.advantage-promise-section .title::after {
    box-shadow: -1.5rem 0 0 #218e91, 1.5rem 0 0 #22909375;
}
.advantage-promise-section .features-grid {
    display: flex;
    background: #fff;
    border-radius: 0.8rem;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    overflow: hidden;
}
.advantage-promise-section .features-grid .left-text {
    flex: 1;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.advantage-promise-section .features-grid .block-title {
    font-size: 1.5rem;
    color: var(--comcolor);
    margin-bottom: 1.5rem;
    padding-bottom: 0.8rem;
    border-bottom: 2px solid #edf2f7;
}

.advantage-promise-section .features-grid .space {
    height: 2rem;
}

.advantage-promise-section .features-grid .item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
}
.advantage-promise-section .features-grid .icon {
    color: var(--subcolor);
    font-weight: bold;
    font-size: 1rem;
    margin-right: 1rem;
}
.advantage-promise-section .features-grid .text strong {
    color: #2d3748;
    display: block;
    margin-bottom: 0.5rem;
}
.advantage-promise-section .features-grid .text p {
    color: #718096;
    line-height: 1.5;
}


.advantage-promise-section .features-grid .right-img {
    flex: 1;
}

.advantage-promise-section .features-grid .right-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 1000px) {
    .advantage-promise-section .title {font-size: 1.5rem;}
    .advantage-promise-section .features-grid  {
        flex-direction: column;
    }
    .advantage-promise-section .features-grid .left-text {
        padding:1rem;
    }
}









.partner-section {
    padding: 3rem 0;
}
.partner-section .partner-title {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 2.5rem;
    font-weight: 600;
}
.partner-section .partner-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.5rem;
}
.partner-section .partner-grid .partner-card {
    flex: 0 0 calc(16.666% - 1.25rem);
}

@media (max-width: 768px) {
    .partner-section {padding: 2rem 0;}
    .partner-section .partner-grid .partner-card {
        flex: 0 0 calc(33.33% - 1.3rem);
    }
}