


.about-company {
    padding: 40px 0;
    background: #fff;
}

.about-company-text {
    max-width: 830px;
}

.about-company-text span {
    display: block;
    margin-bottom: 34px;
    color: #666;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: .3px;
    text-transform: uppercase;
}

.about-company-text h2 {
    margin: 0 0 34px;
    color: #111;
    font-size: 1.3rem;
    line-height: 1.55;
    text-transform: uppercase;
}

.about-company-text p {
    margin: 0;
    color: #424C65;
    font-size: 0.95rem;
    line-height: 1.58;
}


.about-products-cat {
    display: flex;
    background: #24324f;
    border-radius: 18px;
    overflow: hidden;
	margin-top: 40px;
}

.about-products-cat-item {
    flex: 1;
    min-height: 204px;
    padding: 42px 20px 34px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;

    color: #fff;
    text-align: center;
    text-decoration: none;

    background: #24324f;
    transition: all .3s ease;
}

.about-products-cat-item:nth-child(even) {
    background: #253653;
}

.about-products-cat-item img {
    display: block;
    height: 45px;
    max-width: 62px;
    object-fit: contain;
    margin-bottom: 22px;
    transition: all .3s ease;
}

.about-products-cat-item span {
    display: block;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.28;
    font-weight: 500;
}

.about-products-cat-item:hover {
    background: #1f2d48;
}

.about-products-cat-item:hover img {
    transform: translateY(-5px);
}

.about-products-cat-item:hover span {
    color: #fff;
}



.about-manufacturing-support {
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 60px;
}

.about-manufacturing-support-img {
    flex: 0 0 39%;
}

.about-manufacturing-support-img img {
    display: block;
    width: 100%;
    height: auto;
    border-radius:6px 42px 6px 42px;
    object-fit: cover;
}

.about-manufacturing-support-info {
    flex: 1;
}

.about-manufacturing-support-info h2 {
    margin: 0 0 24px;
    font-size: 2rem;
    line-height: 1.25;
}

.about-manufacturing-support-info p {
    margin: 0 0 22px;
    font-size:0.9rem;
    line-height: 1.55;
}

.about-manufacturing-support-info p:last-child {
    margin-bottom: 0;
}


.about-why-quality {
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 60px;
}

.about-why-quality-info {
    flex: 1;
}

.about-why-quality-info h2 {
    margin: 0 0 24px;
    font-size: 2rem;
    line-height: 1.25;
}

.about-why-quality-info p {
    margin: 0 0 24px;
    font-size: 0.9rem;
    line-height: 1.55;
}

.about-why-quality-info p:last-child {
    margin-bottom: 0;
}

.about-why-quality-img {
    flex: 0 0 38%;
}

.about-why-quality-img img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 42px 6px 42px 6px;
    object-fit: cover;
}

.about-custom {
    background: #F3F4F6;
    border-radius: 30px;
    padding: 45px 30px;
    margin-top: 40px;
}

.about-custom-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 34px;
}

.about-custom-head h2 {
    margin: 0 0 22px;
    font-size: 2rem;
    line-height: 1.2;
}

.about-custom-head p {
    margin: 0;
    color: #003ee6;
    font-size: 1.2rem;
    line-height: 1.4;
}

.about-custom-more {
    flex: 0 0 auto;
    min-width: 170px;
    height: 52px;
    padding: 0 28px;
    margin-top: -15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #24324f;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
    line-height: 52px;
    text-decoration: none;
    transition: all .3s ease;
}

.about-custom-more span {
    font-size: 20px;
    line-height: 1;
}

.about-custom-more:hover {
    background: #003ee6;
    color: #fff;
}

.about-custom-main {
    display: flex;
    gap: 50px;
    align-items: stretch;
}

.about-custom-list {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.about-custom-item {
    position: relative;
    min-height: 68px;
    padding: 0 60px 0 34px;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 9px;
    color: #151515;
    text-decoration: none;
    overflow: hidden;
    transition: all .3s ease;
}

.about-custom-item img {
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
    object-fit: contain;
    margin-right: 28px;
}

.about-custom-item span {
    color: #151515;
    font-size: 1.2rem;
    line-height: 1.3;
}

.about-custom-item i {
    position: absolute;
    right: 28px;
    top: 50%;
    width: 28px;
    height: 28px;
    transform: translateY(-50%);
    opacity: .75;
}

.about-custom-item i::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, #dbe5ff 2.5px, transparent 3px);
    background-size: 10px 10px;
}

.about-custom-item:hover {
    background: #24324f;
    transform: translateX(6px);
}

.about-custom-item:hover span {
    color: #fff;
}

.about-custom-item:hover i::before {
    background-image: radial-gradient(circle, rgba(255,255,255,.45) 2.5px, transparent 3px);
}

.about-custom-img {
    flex: 0 0 45%;
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
}

.about-custom-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-custom-bottom {
    margin-top: 30px;
    padding: 18px 20px;
    background: #24324f;
    border-radius: 8px;
    color: #fff;
    text-align: center;
    font-size: 0.9rem;
    line-height: 1.6;
}

.about-purpose {
    margin-top: 40px;
    padding: 45px 40px;
    background: #F3F4F6;
    border-radius: 30px;
}

.about-purpose-head {
    max-width: 780px;
    margin-bottom: 34px;
}

.about-purpose-head span {
    display: block;
    margin-bottom: 12px;
    color: #24324f;
    font-size: 13px;
    line-height: 1.4;
    text-transform: uppercase;
    font-weight: 600;
}

.about-purpose-head h2 {
    margin: 0 0 18px;
    font-size: 2rem;
    line-height: 1.25;
}

.about-purpose-head p {
    margin: 0;
    color: #003ee6;
    font-size: 22px;
    line-height: 1.45;
}

.about-purpose-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.about-purpose-item {
    position: relative;
    padding: 30px 28px;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    transition: all .3s ease;
}


.about-purpose-item h3 {
    position: relative;
    margin: 0 0 18px;
    color: #151515;
    font-size: 22px;
    line-height: 1.35;
    font-weight: 700;
}

.about-purpose-item p {
    position: relative;
    margin: 0;
    color: #3f4b66;
    font-size: 15.5px;
    line-height: 1.65;
}

.about-purpose-item:hover {
    background: #24324f;
    transform: translateY(-6px);
}

.about-purpose-item:hover h3,
.about-purpose-item:hover p {
    color: #fff;
}

.about-purpose-item:hover::before {
    background-image: radial-gradient(circle, rgba(255,255,255,.45) 2.5px, transparent 3px);
}


.about-oem-odm {
    margin-top: 40px;
    display: flex;
    gap: 50px;
    align-items: stretch;
    padding: 45px 40px;
    background: #24324f;
    border-radius: 30px;
}

.about-oem-odm-info {
    flex: 0 0 42%;
    color: #fff;
}

.about-oem-odm-info span {
    display: block;
    margin-bottom: 14px;
    color: rgba(255,255,255,.72);
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
}

.about-oem-odm-info h2 {
    margin: 0 0 24px;
    color: #fff;
    font-size: 2rem;
    line-height: 1.25;
}

.about-oem-odm-info p {
    margin: 0 0 20px;
    color: rgba(255,255,255,.86);
    font-size: 15.5px;
    line-height: 1.65;
}

.about-oem-odm-info p:last-child {
    margin-bottom: 0;
}

.about-oem-odm-box {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.about-oem-odm-card {
    position: relative;
    padding: 28px 24px;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    transition: all .3s ease;
}

.about-oem-odm-card b {
    display: block;
    margin-bottom: 20px;
    color: #003ee6;
    font-size: 28px;
    line-height: 1;
}

.about-oem-odm-card h3 {
    margin: 0 0 14px;
    color: #151515;
    font-size: 21px;
    line-height: 1.35;
}

.about-oem-odm-card p {
    margin: 0;
    color: #3f4b66;
    font-size: 15px;
    line-height: 1.6;
}

.about-oem-odm-card::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 22px;
    width: 32px;
    height: 32px;
    opacity: .75;
    background-image: radial-gradient(circle, #dbe5ff 2.5px, transparent 3px);
    background-size: 10px 10px;
}

.about-oem-odm-card:hover {
    transform: translateY(-6px);
}

/* ==============================
   Mobile <= 768px
================================= */

@media screen and (max-width: 768px) {

    
	   .about-company {
	        padding: 20px 0;
	    }
	
	    .about-company-text span {
	        margin-bottom: 20px;
	        font-size: 12px;
	    }
	
	    .about-company-text h2 {
	        margin-bottom: 22px;
	        font-size: 20px;
	        line-height: 1.5;
	        letter-spacing: .5px;
	    }
	
	    .about-company-text p {
	        font-size: 15px;
	        line-height: 1.7;
	    }
	
	
	.about-products-cat {
	        border-radius: 14px;
	        flex-wrap: wrap;
			margin-top: 20px;
	    }
	
	    .about-products-cat-item {
	        flex: 0 0 50%;
	        min-height: 150px;
	        padding: 30px 12px 24px;
	    }
	
	    .about-products-cat-item img {
	        height: 36px;
	        max-width: 52px;
	        margin-bottom: 16px;
	    }
	
	    .about-products-cat-item span {
	        font-size: 16px;
	        line-height: 1.35;
	    }
		
	 .about-manufacturing-support {
	        margin-top: 20px;
	        display: block;
	    }
	
	    .about-manufacturing-support-img {
	        margin-bottom: 26px;
	    }
	
	    .about-manufacturing-support-img img {
	        border-radius: 6px 20px 6px 20px;
	    }
	
	    .about-manufacturing-support-info h2 {
	        margin-bottom: 18px;
	        font-size: 26px;
	    }
	
	    .about-manufacturing-support-info p {
	        margin-bottom: 16px;
	        font-size: 14px;
	        line-height: 1.65;
	    }	
		 .about-why-quality {
		        margin-top: 20px;
		        display: flex;
		        flex-direction: column-reverse;
		        gap: 26px;
		    }
		
		    .about-why-quality-img {
		        flex: none;
		        width: 100%;
		    }
		
		    .about-why-quality-img img {
		        border-radius: 20px 6px 20px 6px;
		    }
		
		    .about-why-quality-info h2 {
		        margin-bottom: 18px;
		        font-size: 26px;
		    }
		
		    .about-why-quality-info p {
		        margin-bottom: 16px;
		        font-size: 0.9rem;
		        line-height: 1.65;
		    }
	
	.about-custom {
	        margin-top: 20px;
	        padding: 30px 16px;
	        border-radius: 22px;
	    }
	
	    .about-custom-head {
	        display: block;
	        margin-bottom: 24px;
	    }
	
	    .about-custom-head h2 {
	        margin-bottom: 14px;
	        font-size: 26px;
	    }
	
	    .about-custom-head p {
	        font-size: 17px;
	        line-height: 1.5;
	    }
	
	    .about-custom-more {
	        margin-top: 20px;
	        min-width: 145px;
	        height: 46px;
	        padding: 0 22px;
	        font-size: 15px;
	        line-height: 46px;
	    }
	
	    .about-custom-main {
	        display: flex;
	        flex-direction: column-reverse;
	        gap: 22px;
	    }
	
	    .about-custom-img {
	        flex: none;
	        width: 100%;
	        border-radius: 16px;
	    }
	
	    .about-custom-img img {
	        height: auto;
	    }
	
	    .about-custom-list {
	        gap: 9px;
	    }
	
	    .about-custom-item {
	        min-height: 60px;
	        padding: 0 48px 0 20px;
	        border-radius: 8px;
	    }
	
	    .about-custom-item img {
	        width: 30px;
	        height: 30px;
	        margin-right: 18px;
	    }
	
	    .about-custom-item span {
	        font-size: 16px;
	    }
	
	    .about-custom-item i {
	        right: 18px;
	        width: 24px;
	        height: 24px;
	    }
	
	    .about-custom-bottom {
	        margin-top: 24px;
	        padding: 16px 18px;
	        font-size: 14px;
	        line-height: 1.65;
	        text-align: left;
	    }
	
	
	 .about-purpose {
	        margin-top: 20px;
	        padding: 30px 18px;
	        border-radius: 22px;
	    }
	
	    .about-purpose-head {
	        margin-bottom: 24px;
	    }
	
	    .about-purpose-head h2 {
	        font-size: 26px;
	    }
	
	    .about-purpose-head p {
	        font-size: 17px;
	        line-height: 1.55;
	    }
	
	    .about-purpose-list {
	        grid-template-columns: 1fr;
	        gap: 14px;
	    }
	
	    .about-purpose-item {
	        padding: 24px 22px;
	        border-radius: 16px;
	    }
	
	    .about-purpose-item h3 {
	        font-size: 20px;
	    }
	
	    .about-purpose-item p {
	        font-size: 15px;
	    }
	
	
	.about-oem-odm {
	        margin-top: 20px;
	        display: block;
	        padding: 30px 18px;
	        border-radius: 22px;
	    }
	
	    .about-oem-odm-info {
	        margin-bottom: 24px;
	    }
	
	    .about-oem-odm-info h2 {
	        font-size: 26px;
	    }
	
	    .about-oem-odm-info p {
	        font-size: 15px;
	        line-height: 1.65;
	    }
	
	    .about-oem-odm-box {
	        grid-template-columns: 1fr;
	        gap: 14px;
	    }
	
	    .about-oem-odm-card {
	        padding: 24px 22px;
	        border-radius: 16px;
	    }
	
	    .about-oem-odm-card b {
	        font-size: 24px;
	        margin-bottom: 16px;
	    }
	
	    .about-oem-odm-card h3 {
	        font-size: 20px;
	    }
	
}