.about-section{
    
    margin:auto;
    background:#fff;
    padding:30px;
    border-radius:10px;
}

.about-title{
    color:#d86715;
    font-size:48px;
    font-weight:700;
    line-height:1.1;
}

.about-subtitle{
    color:#1b5cb8;
    font-size:32px;
    font-weight:600;
    margin-top:5px;
}

.about-text{
    font-size:16px;
    color:#222;
    
    margin-top:25px;
}

.highlight-box{
    margin-top:30px;
    border:2px solid #69b36d;
    border-radius:15px;
    padding:20px;
    display:flex;
    align-items:center;
    gap:20px;
    background:#f8fff8;
}

.icon-circle{
    min-width:90px;
    width:90px;
    height:90px;
    background:#3fa63f;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:45px;
}

.highlight-content h3{
    color: #1e7a34;
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 600;
}

.highlight-content p{
    font-size:16px;
    color:#222;
    line-height:1.6;
}

/* Tablet */
@media(max-width:768px){
    .about-title{
        font-size:38px;
    }

    .about-subtitle{
        font-size:26px;
    }

    .about-text{
        font-size:18px;
    }

    .highlight-content h3{
        font-size:26px;
    }

    .highlight-content p{
        font-size:18px;
    }
}

/* Mobile */
@media(max-width:576px){
    .about-section{
        padding:20px;
    }

    .about-title{
        font-size:30px;
    }

    .about-subtitle{
        font-size:20px;
    }

    .about-text{
        font-size:16px;
    }

    .highlight-box{
        flex-direction:column;
        text-align:center;
        padding:20px 15px;
    }

    .icon-circle{
        width:70px;
        height:70px;
        font-size:35px;
    }

    .highlight-content h3{
        font-size:22px;
    }

    .highlight-content p{
        font-size:16px;
    }
}



.portfolio-section{
   
    margin:auto;
}

.section-title{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:15px;
    margin-bottom:20px;
}

.section-title::before,
.section-title::after{
    content:"";
    flex:1;
    height:2px;
    background:#0b4da2;
    position:relative;
}

.section-title h2{
    color:#0b4da2;
    font-size:26px;
    font-weight:700;
    white-space:nowrap;
}

.portfolio-box{
    border:2px solid #7ab56d;
    border-radius:12px;
    overflow:hidden;
    background:#fff;
}

.portfolio-item{
    display:flex;
    align-items:center;
    padding:5px 20px;
    border-bottom:1px solid #cfcfcf;
    gap:15px;
}

.portfolio-item:last-child{
    border-bottom:none;
}

.left-content{
    display:flex;
    align-items:center;
    gap:12px;
    flex:1;
}

.check-icon{
    width:26px;
    height:26px;
    min-width:26px;
    border-radius:50%;
    background:#3ea83e;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:14px;
    font-weight:bold;
}

.number{
    font-weight:700;
    color:#000;
    min-width:25px;
}

.product-name{
   font-size: 18px;
  font-weight: 600;
  color: #222;
}

.chemical-name{
    font-size:16px;
    color:#333;
    text-align:right;
}

@media(max-width:768px){

    .section-title h2{
        font-size:24px;
    }

    .portfolio-item{
        flex-direction:column;
        align-items:flex-start;
    }

    .chemical-name{
        text-align:left;
        margin-left:40px;
        font-size:16px;
    }

    .product-name{
        font-size:18px;
    }
}

@media(max-width:480px){

    .section-title{
        gap:8px;
    }

    .section-title h2{
        font-size:18px;
        text-align:center;
        white-space:normal;
    }

    .product-name{
        font-size:16px;
    }

    .chemical-name{
        font-size:14px;
        margin-left:38px;
    }

    .portfolio-item{
        padding:12px;
    }

    .check-icon{
        width:22px;
        height:22px;
        min-width:22px;
        font-size:12px;
    }
}
	



	.company-section{
   
    margin:auto;
    background:#fff;
		margin-top: 40px;
}

.company-item{
    display:flex;
    align-items:flex-start;
    gap:25px;
    margin-bottom:35px;
}

.company-logo{
    width:90px;
    min-width:90px;
   /* height:90px;*/
    /*border-radius:50%;*/
    overflow:hidden;
}

.company-logo img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.company-content{
    flex:1;
}

.company-title{
    font-size:24px;
    font-weight:700;
    margin-bottom:10px;
    line-height:1.2;
}

.blue{
    color:#0b4da2;
}

.green{
    color:#0c6b33;
}

.company-text{
    font-size:16px;
    color:#222;
    line-height:1.6;
}

.highlight-box{
   margin-top: 20px;
  border: 2px solid #57a429;
  border-radius: 12px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  background: #f5faf2;
}

.factory-icon{
    font-size:55px;
    color:#0b4da2;
    min-width:60px;
}

.highlight-text{
    font-size:16px;
    line-height:1.6;
    color:#0d2f5e;
    font-weight:600;
}

/* Tablet */
@media(max-width:768px){

    .company-item{
        gap:18px;
    }

    .company-logo{
        width:70px;
        min-width:70px;
        height:70px;
    }

    .company-title{
        font-size:26px;
    }

    .company-text{
        font-size:17px;
    }

    .highlight-text{
        font-size:17px;
    }
}

/* Mobile */
@media(max-width:576px){

    .company-item{
        flex-direction:column;
        align-items:center;
        text-align:center;
        margin-bottom:30px;
    }

    .company-logo{
        width:80px;
        min-width:80px;
        height:80px;
    }

    .company-title{
        font-size:22px;
    }

    .company-text{
        font-size:15px;
    }

    .highlight-box{
        flex-direction:column;
        text-align:center;
        padding:15px;
    }

    .factory-icon{
        font-size:45px;
    }

    .highlight-text{
        font-size:15px;
    }
}



.zeni-banner{
   
    margin:auto;
    background:#fff;
    border:2px solid #1d5fbf;
    overflow:hidden;
	margin-top: 40px;
}

.top-section{
    display:flex;
    flex-wrap:wrap;
}

/* Left Content */
.left-content{
    flex:1;
   min-width: 500px;
  padding: 6px;
}

.logo{
    color:#0a4ca3;
    font-size:28px;
    font-weight:700;
    margin-bottom:10px;
}

.main-title{
    text-align:center;
}

.main-title h1{
    font-size:37px;
    color:#0a4ca3;
    font-weight:800;
}

.main-title h2{
    color:#0a4ca3;
    font-size:20px;
    font-weight:600;
}

.main-title p{
    margin-top:10px;
    font-size:16px;
    line-height:1.5;
    color:#222;
}

/* Company Cards */
.company-cards{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:15px;
    margin-top:25px;
}

.card{
    border-radius:12px;
    overflow:hidden;
    min-height:280px;
}

.card-header{
    padding:20px;
    color:#fff;
}

.card-blue{
    background:#0a4ca3;
}

.card-green{
    background:#5aaa2b;
}

.card-light{
    background:#56a9ef;
}

.card h3{
    font-size: 20px;
  margin-bottom: 8px;
  font-weight: 600;
}

.card h4{
    font-size:15px;
    margin-bottom:15px;
    font-weight:500;
}

.card p,
.card li{
    font-size:15px;
    line-height:1.7;
}

.card ul{
    padding-left:18px;
}

/* Factory Image */
.factory-image{
    width:420px;
}

.factory-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

/* Portfolio Section */
.bottom-section{
    display:grid;
    grid-template-columns:320px 1fr;
    border-top:2px solid #d8d8d8;
}

.core-strength{
    background:#0a4ca3;
    color:#fff;
    padding:25px;
}

.core-strength h3{
    font-size:20px;
}

.core-strength h2{
   font-size: 23px;
  margin: 10px 0 15px;
  font-weight: 600;
}

.core-strength p{
    line-height:1.7;
    font-size:16px;
}

.portfolio{
    padding:20px;
}

.portfolio-title{
    text-align:center;
    color:#0a4ca3;
    font-size:30px;
    font-weight:700;
    margin-bottom:20px;
}

.products{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:15px;
}

.product{
    text-align:center;
    border-left:1px solid #ddd;
    padding:10px;
}

.product:first-child{
    border-left:none;
}

.product-number{
    width:35px;
    height:35px;
    margin:10px auto;
    border-radius:50%;
    background:#0a4ca3;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
}

.product h4{
    font-size:15px;
    color:#0a4ca3;
	font-weight: 600;
}

.product p{
    font-size:13px;
    color:#444;
    margin-top:5px;
}

/* Footer Features */
.features{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    background:#0a4ca3;
    color:#fff;
}

.feature{
    padding:18px 10px;
    text-align:center;
    border-right:1px solid rgba(255,255,255,.3);
}

.feature:last-child{
    border-right:none;
}

.feature h4{
    font-size:15px;
}

/* Bottom Text */
.footer-text{
    text-align:center;
    padding:15px;
    font-size:24px;
    color:#0a4ca3;
    font-weight:700;
}

/* Responsive */
@media(max-width:1200px){
    .company-cards{
        grid-template-columns:1fr;
    }

    .left-content{
        min-width:100%;
    }

    .factory-image{
        width:100%;
        height:400px;
    }

    .top-section{
        flex-direction:column;
    }

    .products{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:768px){

    .main-title h1{
        font-size:40px;
    }

    .main-title h2{
        font-size:24px;
    }

    .bottom-section{
        grid-template-columns:1fr;
    }

    .products{
        grid-template-columns:1fr;
    }

    .features{
        grid-template-columns:repeat(2,1fr);
    }

    .footer-text{
        font-size:18px;
    }
}

@media(max-width:480px){

    .main-title h1{
        font-size:30px;
    }

    .main-title h2{
        font-size:20px;
    }

    .card h3{
        font-size:22px;
    }

    .portfolio-title{
        font-size:22px;
    }

    .features{
        grid-template-columns:1fr;
    }
}