/* About Page Styles */

/* Inside Banner */
.inside-banner .mobile img {
    width: 100%;
}

/* Company Profile */
.about-profile {
    padding: 8rem 0;
    text-align: center;
    background: #fff;
}

.about-profile .profile-header {
    margin-bottom: 4rem;
}

.about-profile .profile-title {
    font-size: 50px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    line-height: 60px;
}

.about-profile .profile-subtitle {
    font-size: 20px;
    color: #333;
    letter-spacing: 1px;
}

.about-profile .profile-content {
    max-width: 100rem;
    margin: 3rem auto 0;
}

.about-profile .profile-content p {
    font-size: 20px;
    color: #666;
    line-height: 36px;
    text-align: center;
}

/* Qualification Certificates */
.about-cert {
    padding: 8rem 0;
    background: #f8f9fa;
}

.about-cert .cert-header {
    text-align: center;
    margin-bottom: 4rem;
    position: relative;
}

.about-cert .cert-label {
    display: block;
    font-size: 20px;
    color: #164b95;
    margin-bottom: 1rem;
}

.about-cert .cert-title {
    font-size: 5rem;
    font-weight: 700;
    color: #000;
    margin: 0;
    line-height: 1.2;
}

.about-cert .cert-nav {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    gap: 1rem;
}

.about-cert .cert-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s;
}

.about-cert .cert-prev {
    background: #0375e5;
    color: #fff;
}

.about-cert .cert-next {
    background: #fff;
    color: #000;
    border: 1px solid #ddd;
}

.about-cert .cert-swiper {
    max-width: 140rem;
    margin: 0 auto;
    padding: 2rem 0;
    height: 50rem;
}

.about-cert .cert-swiper .swiper-slide {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-cert .cert-swiper .swiper-slide img {
    width: 100%;
    height: auto;
    max-height: 45rem;
    object-fit: contain;
    display: block;
}

.about-cert .cert-footer {
    text-align: center;
    margin-top: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.about-cert .cert-footer-text {
    font-size: 20px;
    color: #000;
}

.about-cert .cert-footer-btn {
    display: inline-block;
    color: #000;
    font-size: 20px;
    text-decoration: underline;
    text-underline-offset: 4px;
}

/* Corporate Advantages */
.about-advantage {
    padding: 8rem 0;
    background: #fff;
}

.about-advantage .advantage-header {
    text-align: center;
    margin-bottom: 50px;
}

.about-advantage .advantage-label {
    display: block;
    font-size: 20px;
    color: #164b95;

}

.about-advantage .advantage-title {
    font-size: 50px;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.about-advantage .advantage-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    max-width: 140rem;
    margin: 0 auto;
}

.about-advantage .advantage-item {
    text-align: left;
    padding: 20px 15px;
    transition: transform 0.3s;
}

.about-advantage .advantage-item:hover {
    transform: translateY(-0.5rem);
}

.about-advantage .advantage-item img {
    width: 100%;

    object-fit: cover;
    display: block;
    margin: 0 0 15px;
}

.about-advantage .advantage-item h4 {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin: 0 0 8px;
    line-height:24px;
}

.about-advantage .advantage-item p {
    font-size: 15px;
    color: #666;
    line-height: 26px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Global Marketing */
.about-global {
    padding: 8rem 0;
    background: #f8f9fa;
    text-align: center;
}

.about-global .global-title {
    font-size: 5rem;
    font-weight: 700;
    color: #333;
    margin: 0 0 2rem;
}

.about-global .global-desc {
    max-width:1400px;
    margin: 0 auto 40px;
    font-size: 16px;
    color: #333;
    line-height: 28px;
    text-align: center;
}

.about-global .global-map {
    max-width:1400px;
    margin: 0 auto;
}

.about-global .global-map img {
    width: 100%;
    height: auto;
}

/* Responsive */
@media (max-width: 1440px) {
    .about-advantage .container {
        max-width: 90%;
    }

    .about-advantage .advantage-grid {
        gap: 10px;
        max-width: none;
        width: 100%;
    }

    .about-advantage .advantage-item {
        width: auto;
        overflow: visible;
        padding: 0;        margin-bottom: 25px;
    }

    .about-advantage .advantage-item img {
 
        min-width: 100%;
        margin: 0 0 10px;
    }
	
	.about-global .global-desc {
    max-width:90%;
    margin: 0 auto 40px;
    font-size: 16px;
    color: #333;
    line-height: 28px;
    text-align: center;
}

.about-global .global-map {
    max-width:90%;
    margin: 0 auto;
}

	
}

@media (max-width: 1024px) {
    .about-profile {
        padding: 60px 0;
    }

    .about-profile .profile-title {
        font-size: 40px;
    }

    .about-profile .profile-subtitle {
        font-size: 16px;
    }

    .about-profile .profile-content p {
        font-size: 16px;
        line-height: 30px;
    }

    .about-cert {
        padding: 60px 0;
    }

    .about-cert .cert-title,
    .about-advantage .advantage-title {
        font-size: 40px;
    }

    .about-advantage .advantage-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }

    .about-global {
        padding: 6rem 0;
    }

    .about-global .global-title {
        font-size: 40px;
    }
	.about-cert .cert-swiper{
		    max-width:100%;
	}
	.about-cert .cert-swiper{
		height:auto;
	}
	.about-cert .cert-swiper .swiper-slide img{
		max-height: 60rem;
	}
}

@media (max-width: 768px) {
    .about-profile {
        padding: 4rem 2rem;
    }

    .about-profile .profile-title {
        font-size: 30px;
		margin-bottom: 0px;
    }

    .about-profile .profile-subtitle {
        font-size: 15px;
		letter-spacing: 0;
    }

    .about-profile .profile-content p {
              font-size: 16px;
        line-height: 28px;
    }
	.about-profile .profile-content{
		    max-width: 90%;
    margin: 20px auto 30px;
	}

    .about-cert {
        padding: 40px 20px;
    }

    .about-cert .cert-label,
    .about-advantage .advantage-label {
        font-size: 24px;
		font-weight: bold;
    }

    .about-cert .cert-title,
    .about-advantage .advantage-title,
    .about-global .global-title {
        font-size: 36px;
    }

    .about-cert .cert-nav {
        display: none;
    }

    .about-cert .cert-swiper .swiper-slide img {
        max-width: 80%;
    }

    .about-cert .cert-footer {
        flex-direction: column;
        gap: 1.5rem;
    }

    .about-cert .cert-footer-text {
        font-size: 16px;
    }

    .about-cert .cert-footer-btn {
        font-size: 15px;
        padding: 10px 30px;
    }

    .about-advantage {
        padding: 40px 20px;
    }

    .about-advantage .advantage-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .about-advantage .advantage-item img {
        max-width: 25rem;
    }

    .about-advantage .advantage-item h4 {
        font-size: 18px;
    }

    .about-advantage .advantage-item p {
        font-size: 15px;
        line-height: 24px;
    }

    .about-global {
        padding: 40px 20px;
    }

    .about-global .global-desc {
        font-size: 15px;
        line-height: 26px;
    }
	.about-advantage .container,.about-global .global-desc,.about-global .global-map{
		max-width:100%;
	}
}
