/* $Id: style.css,v 1.23 2007/12/17 15:05:09 goba Exp $ */
/*
** HTML elements
*/
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 100px 0 0;
  color: #1f2937;
  background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
  font: 16px/1.6 Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  height: 100%;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}
tr.odd td, tr.even td {
  padding: 0.3em;
}
h1 {
  color: black;
  font-size: 23px !important;
   margin-bottom: 0.5em;
}
h2 {
  font-size: 20px !important;
   margin-bottom: 0.5em;
}
h3, h4, h5, h6 {
  font-size: 1.2em;
   margin-bottom: 0.5em;
}
p {
  margin-top: 0.5em;
  margin-bottom: 0.9em;
  font-size: 16px;
}

a {
  text-decoration: none;
  font-weight: bold;
}
a:link {
  color: #39c;
}
a:visited {
  color: #369;
}
a:hover {
  color: #39c;
  text-decoration: underline;
}
fieldset {
  border: 1px solid #ccc;
}
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 13px;
  border: 1px solid #ddd;
}
table {
  /* make <td> sizes relative to body size! */
    font-size: 1.1em;
    border-collapse: separate;
}
textarea {
  resize: none; /* Disable textarea to be resizeable */
  overflow: auto; /* IE tends to add scroller by default as well */
}
/*
** Page layout blocks / IDs
*/
#content {
  width: 100%;
}

#logo {
  vertical-align: middle;
  border: 0;
  float: left; width:180px;
    height:60px;
}
#logo img {
  float: left; /* LTR */
  padding: 0 1em;
  border: 0;
}
#menu {
  padding: 0.5em 0.5em 0 0.5em; /* LTR */
  text-align: right; /* LTR */
  vertical-align: middle;
}

ul.links li {
  border-left: 1px solid #9cf; /* LTR */
}
ul.links li.first {
  border: none;
}

/* Above 1 */

#wrapper{
    min-height: 100%;
    width:min(1200px,95%);
    margin:auto;
    background:#fff;
    border-radius:0 0 18px 18px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    overflow:hidden;
}

#header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:85px;
    background:#fff;
    border-bottom:4px solid #BE000A;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:10 25px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    z-index:9999;
}

#menubar { float: right;
}
#language { 
  position:absolute;
    display:none;
    z-index:9999;
    font-size:15px;
    color: #BE000A;
    border-bottom:3px solid #BE000A;
    box-shadow:0 3px 10px rgba(0,0,0,.12);
}
#language a { color: skyBlue; font-weight: normal;
}
#menuComPro,
#menuService,
#menuNCT,
#menuProduct,
#menuContact{
    position:absolute;
    z-index:10000;
}

#menuhome {
  display: block;
  position:absolute;
  z-index:10000;
  width: 65px;
  height: 13px;
  background: url("../picture/home.jpg") no-repeat 0 0;
  margin: 0px 35px 0px 5px;  
}

#menuhome:hover { 
  background-position: 0 -13px;
}

#menuhome span {
  position: absolute;
  top: -999em;
}

#menucompany {
  display: block;
  width: 152px;
  height: 13px;
  background: url("../picture/company-profile.jpg") no-repeat 0 0;
  margin: 0px 35px 0px 5px;
}

#menucompany:hover { 
  background-position: 0 -13px;
}

#menucompany span {
  position: absolute;
  top: -999em;
}

#menuservices {
  display: block;
  width: 89px;
  height: 13px;
  background: url("../picture/services.jpg") no-repeat 0 0;
  margin: 0px 35px 0px 5px;
}

#menuservices:hover { 
  background-position: 0 -13px;
  color: #BE000A;
}

#menuservices span {
  position: absolute;
  top: -999em;
}

#menuclients {
  display: block;
  width: 168px;
  height: 13px;
  background: url("../picture/clients.jpg") no-repeat 0 0;
  margin: 0px 35px 0px 5px; 
}

#menuclients:hover { 
  background-position: 0 -13px;
}

#menuclients span {
  position: absolute;
  top: -999em;
}

#menucontact {
  display: block;
  width: 111px;
  height: 13px;
  background: url("../picture/contact-us.jpg") no-repeat 0 0;
  margin: 0px 35px 0px 5px;
}

#menucontact:hover { 
  background-position: 0 -13px;
}
 
#menucontact span {
  position: absolute;
  top: -999em;
}

#mainbanner { 
    width: fixed;
    height: 300px;
    min-height: 50%;
    overflow: hidden;
    border-radius: 16px;
    margin-bottom: 18px;
}

#mainbanner img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
}

#maincontent {
  margin-top: 10px;
  min-height: 450px;
  height:auto !important;
  _height: 450px;
  padding: 0px 10px;
}

#maincontent table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 12px;
}

#maincontent td {
  vertical-align: top;
}

.btn-link {
  display: inline-block;
  padding: 8px 14px;
  background: #BE000A;
  color: #fff !important;
  border-radius: 999px;
  font-size: 13px;
  transition: background 0.2s ease, transform 0.2s ease;
}

.btn-link:hover {
  background: #8f0008;
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
}

.threebox { width: 222px; min-height: 370px; float: left; line-height: 17px; color: #666;
}
.lonebox{ width: 750px; float: center;
}
#loneslice { background: url(../picture/announcements_slice.png) repeat-y; min-height: 250px;
}

#footer {
    background: #111827;
    min-height: 100px;
    color: #FFF !important;
    font-size: 18px;
    margin-top: 24px;
	height: 80px;
	clear:both;
    width: 100%;
    height: 80px;
}
#footer  a { color: white; font-size: 12px; font-weight: normal; line-height: 16px;
}
#actualfooter { margin: 0px auto; width: 100% !important; height: 80px; background: #111827; border-radius: 0 0 18px 18px;
}

#copyright { color: #CCC; font-size: 11px;}

html {height: 100%;}

#main {overflow: hidden;
	padding-bottom: 76px;}  /* must be same height as the footer */

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}

/* COMPANY STRUCTURE (LOGOS)    */
.company-structure{
    display:flex;
    align-items:center;
    gap:20px;
    flex-shrink: 0;
}

.logo-box{
    text-align:center;
}

.logo-box img{
    height:45px;
    width:100px;
    object-fit: contain;
    padding-top:7px;
}

.logo-box .label{
    font-size:10px;
    margin:0;
    color:black;
}

.divider{
    font-size:45px;
    color:#cbd5e1;
}

.navbar-shell{
    display:flex;
    align-items:center;
    justify-content:space-between;
    width:100%;
    gap:20px;
    flex-wrap:wrap;
}

.navbar-shell > div:last-child{
    display:flex;
    align-items:center;
    gap:18px;
    flex-wrap: wrap;
}

/* MENU BUTTON STYLE */
.menu a{
    display:inline-block;
    padding:8px 14px;
    background:transparent;
    color:#111827;
    font-size:13px;
    border-radius:999px;
    text-decoration:none;
    transition:0.25s ease;
}
.menu{
    display:inline-block;
    margin:0 4px;
}

.menuHead a{
    display:inline-block;
    padding:8px 14px;
    background:transparent;
    color:#111827;
    font-weight:600;
    text-decoration:none;
    border-radius:999px;
    transition:0.25s ease;
}

.menuHead a:hover,
.menuHead a:focus{
    color:#BE000A !important;
    text-shadow: 0px 0px 3px rgba(255,255,255,0.9);
    background:#fff1f2;
}
.menuHead a.active {
    color: #BE000A !important;
    font-weight: bold;
}

.menu.active .menuHead a {
    color:#BE000A !important;
    font-weight: bold;
}
.submenu .buttonactive {
    background: #BE000A !important;
    font-weight: bold;
    font-size: 17px;
}

.brand-link {
    display:inline-flex;
    align-items:center;
    justify-content:center;
}

.logo-box .label a {
    color:#BE000A;
    font-weight:600;
    text-decoration:none;
}

.logo-box .label a:hover {
    text-decoration:underline;
}

#lonebox li { list-style-image: url(../picture/button.jpg); font-size: 11px; color: #666; margin-bottom: 10px;
}
#loneslice { padding: 10px 20px;
}
#lonebox a { color: #000761;
}
.submenu a { line-height: 35px; color: black; font-size: 13px;
}
.head0 {font-weight:bold;font-size:17px;color:#000080;}

/* set the menu style */
.menuHead {font-family: "Verdana", san-serif; font-weight:light; font-size: 13px;}
.menuHomeChoices {font-family: "Verdana", san-serif; background-color: #0F0038; width: 50px;}
.menuComProChoices {font-family: "Verdana", san-serif; background-color: #0F0038; width: 130px;}
.menuServiceChoices {font-family: "Verdana", san-serif; background-color: #0F0038; width: 108px;}
.menuNCTChoices {font-family: "Verdana", san-serif; background-color: #0F0038; width: 110px;}
.menuProductChoices {font-family: "Verdana", san-serif; background-color: #0F0038; width: 95px;}
.menuInvestChoices {font-family: "Verdana", san-serif; background-color: #0F0038; width: 135px;}
.menu a {color: black; text-decoration: none;}
.menu a:hover {color: #BE000A;}
/* position your menus */
#menuHome,
#menuComPro,
#menuService,
#menuNCT,
#menuProduct,
#menuContact{
    position: static;
    width: auto;
}
#menuInvest {position: absolute; top: 83px; left: 690px; width: 150px;}

/* Seperator position */
#sep1 { position: absolute; top: 77px; left: 115px; width: 1px;}
#sep2 { position: absolute; top: 77px; left: 275px; width: 1px;}
#sep3 { position: absolute; top: 77px; left: 415px; width: 1px;}
#sep4 { position: absolute; top: 77px; left: 550px; width: 1px;}
#sep5 { position: absolute; top: 77px; left: 670px; width: 1px;}
#sep6 { position: absolute; top: 77px; left: 845px; width: 1px;}


h2,
.h2,
.fw-bold {
    font-weight: 700 !important;
    font-size: 20px;
    color: #BE000A;
}

h3,
.h3,
h4,
.h4,
.fw-medium {
    font-weight: 600 !important;
}

h5,
.h5,
h6,
.h6,
.fw-semi-bold {
    font-weight: 500 !important;
}
.production-tag{

    display:inline-block;

    background:#be000a;

    color:white;

    padding:10px 20px;

    border-radius:25px;

    margin:5px;

    font-size:18px;

    font-weight:600;

}

.submenu button {
    width: 130px;
    padding: 10px;
    border: 1px solid #999;
    background: #63666A;
    color: white;
    border-radius: 10px;
    cursor: pointer;
    font-size: 15px;
    text-align: left;
}

.submenu button:hover {
    background: #ABB0B8;
    color: White;
}

td {
    padding: 0 10px;   /* 10px left and right */
}

.product-img {
    margin: 10px;
}


/* ================================
   HOMEPAGE
================================ */

.strategy-section{
    margin-bottom:40px;
}

.strategy-section h2{
    text-align:left;
    margin-left:20px;
    font-size:32px;
    margin-bottom:25px;
    color:#BE000A;
}

.strategy-box{

    display:flex;

    gap:25px;

    flex-wrap:wrap;

}

.strategy-item{

    flex:1;

    min-width:300px;

    background:white;

    padding:25px;

    border-radius:12px;

    box-shadow:0 8px 25px rgba(0,0,0,.08);

    border-top:5px solid #BE000A;

}

.strategy-item h3{

    margin-top:0;

    margin-bottom:15px;

    color:#BE000A;

    font-size:24px;

}

.strategy-item p{

    line-height:1.8;

    color:#555;

}



/* HOME CARDS */

.card-section{

    display:flex;
    width:80%;
    text-align:center;
    gap:30px;
    justify-content:center !important;
    flex-wrap:wrap;

}

.home-card{

    flex:1;

    min-width:320px;
    background:white;

    border-radius:15px;

    overflow:hidden;
    text-align:center !important;

    box-shadow:0 10px 25px rgba(0,0,0,.08);

    transition:.3s;
  }

.home-card:hover{

    transform:translateY(-8px);

    box-shadow:0 18px 40px rgba(0,0,0,.18);

}

.home-card img{

    width:100%;
    height: 70px;

    height:250px;
    justify-content:center;
    object-fit:cover;

}

.card-content{

    padding:22px;
    text-align:center !important;

}

.card-content h3{

    margin-top:0;

    color:#BE000A;

}

.card-content p{

    color:#666;

    line-height:1.7;

    min-height:100px;

}

.card-content .btn-link{

    margin-top:10px;

}

/* ---------------- HOME ---------------- */

.home-section{

    margin:60px 0;
    background:#f5f7fa;

}

.section-title{

    text-align:center;

    color:#BE000A;

    font-size:34px;

    margin-bottom:40px;

}

/* ABOUT */

.about-allied{

    display:flex;

    align-items:center;

    gap:40px;

    flex-wrap:wrap;

}

.about-image{

    flex:1;

    min-width:330px;
    height:100px;

}

.about-image img{

    width:100%;
    margin-top: -45px;
    border-radius:15px;

    box-shadow:0 10px 30px rgba(0,0,0,.12);

}

.about-text{

    flex:1;

    min-width:350px;

}

.about-text h2{

    color:#BE000A;

}

.about-text p{

    line-height:1.9;

    color:#555;

}

.capability-card h3{

    color:#003366;
    margin-top: 1px;
    text-align: center;
    font-size:18px;

}

.capability-card img{

    width:220px;
    height: 120px;
    margin:auto;
    border-radius: 10%;

    margin-bottom:5px;

}

/* PROCESS */

.process-flow{

    display:flex;

    flex-wrap:wrap;

    justify-content:center;

    align-items:center;

    gap:15px;

}

.process-box{

    background:#BE000A;

    color:white;

    padding:15px 25px;

    border-radius:10px;

    font-weight:bold;

}

.arrow{

    font-size:28px;

    color:#BE000A;

}

/* INDUSTRY */

.industry-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:25px;

}

.industry-card{

    background:#f7f7f7;

    padding:35px;

    text-align:center;

    border-radius:12px;

    font-weight:bold;

    transition:.3s;

}

.industry-card:hover{

    background:#BE000A;

    color:white;

}

/* WHY */

.why-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    width:50%;
    gap:20px;

}

.why-grid div{

    background:white;

    padding:25px;

    border-left:5px solid #BE000A;

    box-shadow:0 5px 20px rgba(0,0,0,.08);

    font-size:18px;

}

/* Responsive */

@media(max-width:768px){

.capability-grid,

.industry-grid,

.why-grid{

grid-template-columns:1fr;

}

.process-flow{

flex-direction:column;

}

.arrow{

transform:rotate(90deg);

}

}

.company-highlight{

    display:grid;
    width: 100%;
    margin-top:40px;
    grid-template-columns: repeat(3,1fr);
    gap:15px;
    background-color: #be000a;
    border-radius: 2%;
    margin:40px 0;

}



.highlight-card{

    background:white;

    border-radius:15px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 30px;
    overflow:hidden;

    box-shadow:0 8px 25px rgba(0,0,0,0.08);

    transition:.3s;

}


.highlight-card:hover{

    transform:translateY(-5px);

    box-shadow:0 15px 35px rgba(0,0,0,.15);

}



.highlight-image img{

    width:100%;

    height:180px;

    object-fit:cover;

}



.highlight-content{

    padding:20px;

}



.highlight-tag{

    display:inline-block;

    background:rgb(73, 71, 71);

    color:white;

    padding:6px 15px;

    border-radius:20px;

    font-size:14px;

    font-weight:bold;

    margin-bottom:15px;

}



.highlight-content p{

    color:#555;

    line-height:1.7;

}



.why-card ul{

    padding-left:20px;

}



.why-card li{

    margin-bottom:12px;

    font-size:15px;

    color:#555;

}



.why-card li::marker{

    color:#BE000A;

}

/* Factory Statistics */


.factory-statistics{

    padding:40px 0;
    background:#f5f7fa;
    text-align:center;
    width:100%;

}


.stats-title h2{

    font-size:32px;
    color:#1d1d1d;
    margin-bottom:15px;
    margin-top:0px;

}


.stats-title p{

    color:#666;
    max-width:700px;
    margin:auto;

}



.stats-box{

    display:flex;
    justify-content:center;
    gap:30px;
    margin-top:20px;
    flex-wrap:wrap;
    width:100%;
}



.stat-item{

    width:240px;
    padding:35px 20px;
    font-size:16px;
    border-radius:10px;
    background:#be000a;

    box-shadow:0 5px 15px rgba(0,0,0,0.08);

}

.stat-item h1{

    color:white !important;
    font-size:48px;
    margin:0;
    

}


.stat-item span{
    color:white !important;

    font-size:20px;
    color:#555;

}

.about-intro{
    margin-left: 1px !important;
    font-size:18px;
    line-height:1.8;
    max-width:900px;
    margin:20px auto 45px;
    color:#555;
}

.about-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
    margin-top:35px;
}

.about-card{
    background:#fff;
    padding:30px;
    border-radius:10px;
    text-align:center;
    box-shadow:0 4px 12px rgba(0,0,0,.08);
    transition:.3s;
}

.about-card:hover{
    transform:translateY(-6px);
    box-shadow:0 10px 25px rgba(0,0,0,.15);
}

.about-card h3{
    color:#004c97;
    margin-bottom:15px;
    font-size:22px;
}

.about-card p{
    color:#666;
    line-height:1.7;
    font-size:15px;
}

@media(max-width:900px){

.about-grid{
    grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:768px){

.about-grid{
    grid-template-columns:1fr;
}

}

.about-sidebar{
    float:left;
    width:184px;
    min-height:200px;
    background:url('../picture/menu_bg.png') no-repeat;
    margin:-29px 0 0 -17px;
    padding:30px 20px 20px 30px;
}

.about-content{
    float:right;
    width:980px;          /* Adjust if needed */
    margin-left:35px !important;
    margin-top: 10px;
}

.about-content .title{
    margin-top:8px;
}

.about-intro{
    margin-top:20px;
    line-height:1.8;
    text-align:justify;
}

.qesh-section{
    max-width:1000px;
    margin:auto;
    margin-left:30px !important;
    margin-top: 0px;
    padding:0px 10px 40px;
}

.qesh-intro{
    text-align:left;
    color:#555;
    font-size:17px;
    line-height:28px;
    margin-bottom:40px;
}

.qesh-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:25px;
}

.qesh-card{
    background:#fff;
    border-radius:12px;
    padding:30px 25px;
    text-align:center;
    box-shadow:0 5px 18px rgba(0,0,0,.12);
    transition:.3s;
}

.qesh-card:hover{
    transform:translateY(-8px);
    box-shadow:0 12px 30px rgba(0,0,0,.18);
}

.qesh-icon{
    font-size:50px;
    margin-bottom:15px;
}

.qesh-card h3{
    color:#003366;
    margin-bottom:15px;
    font-size:22px;
}
.qesh-card p{
    color:#666;
    font-size:15px;
    line-height:25px;
}

/* Sustainability */

.sustainability-page{
    padding:20px;
     float:right;
    width:980px;          /* Adjust if needed */
    margin-left:10px;
    
}
.sustainability-structure-image{
    width: 65% !important;
    height: 65% !important;
    margin-left: 100px !important;
}

.sustainability-intro,
.sustainability-pillar,
.organisation-section,
.materiality-section,
.report-section{

    margin-bottom:40px;
    width: 980px;

}


.sustainability-page h2{

    color:white;
    font-size:28px;
    margin-bottom:20px;

}



.sustainability-intro p,
.materiality-section p{

    font-size:16px;
    line-height:1.8;
    text-align:justify;

}

/* Pillar Cards */
.pillar-container{

    display:flex;
    grid-template-columns:repeat(3,1fr);
    gap:20px;

}



.pillar-card{

    background:white;
    padding:25px;
    text-align:center;

    border-radius:10px;

    box-shadow:0 5px 15px rgba(0,0,0,0.12);

    transition:.3s;

}



.pillar-card:hover{

    transform:translateY(-8px);

}



.pillar-icon{

    font-size:45px;
    margin-bottom:15px;

}



.pillar-card h3{

    color:#0056a6;

}



.pillar-card p{

    font-size:14px;
    line-height:1.6;

}



/* Organisation */


.structure-box{

    text-align:center;

}


.structure-item{

    display:inline-block;

    background:#0056a6;

    color:white;

    padding:15px 40px;

    border-radius:8px;

    font-weight:bold;

}


.arrow{

    font-size:30px;
    margin:10px;

}


.structure-row{

    display:flex;

    justify-content:center;

    gap:30px;

}


.structure-row div{

    background:#eaf3fb;

    padding:20px 40px;

    border-radius:8px;

    font-weight:bold;

}



/* Materiality */


.materiality-image{

    width:80%;

    display:block;

    margin:auto;

}



/* Report */


.report-card{

    display:flex;

    align-items:center;

    gap:20px;

    background:#f5f8fc;

    padding:25px;

    border-radius:10px;

}


.report-icon{

    font-size:50px;

}



.download-btn{

    background:#0056a6;

    color:white !important;

    padding:12px 25px;

    border-radius:5px;

    text-decoration:none;

}


.download-btn:hover{

    background:#003366;

}
/* LEFT MENU */

.left-menu{

    float:left;

    width:184px;

    min-height:300px;

    background:url('../picture/menu_bg.png') no-repeat;

    padding:30px 20px 20px 30px;

}



/* RIGHT CONTENT */

.right-content{

    float:left;

    width:740px;

    margin-left:35px;

}



/* Make all sections start same line */

.right-content h1,
.right-content h2,
.right-content p,
.right-content img{

    margin-left:0;

}



/* Section spacing */

.right-content section{

    margin-bottom:35px;

}

.pillar-card{

    flex:1;

    background:#fff;

    padding:25px;

    border-radius:10px;

    box-shadow:0 5px 15px rgba(0,0,0,0.15);

    text-align:center;

}



.pillar-icon{

    font-size:40px;

}
.pillar-icon img {
    width:200px;
    height:120px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-top: 2px;
    border-radius: 30px !important;
}



/* Materiality image */

.materiality-image{

    width:100%;

    max-width:700px;

    margin-top:20px;

}





/* Report */

.report-card{

    display:flex;

    align-items:center;

    gap:20px;

    padding:20px;

    background:#f5f8fc;

    border-left:5px solid #005baa;

}


.report-icon{

    font-size:45px;

}

.capability-content{

    float:left;
    margin-left:50px;
    margin-top: -2px;
    width:80%;

}

.capability-grid{

    display:grid;

    grid-template-columns:
    repeat(3,1fr);

    gap:20px;

}

.capability-icon{

    font: size 12px;
    margin-bottom:100px;

}
.capability-icon img {
    width: auto;
    height: 150px;
    object-fit: contain;
    border-radius: 10% !important;
    transition: transform 0.3s ease;
}

.gallery-title{

    margin-top:40px;

    color:#003366;

}


.image-gallery{

    display:flex;
    flex-wrap: wrap;
    justify-content: center;

    grid-template-columns: repeat(2,1fr);

    gap:10px;
    

}


.image-gallery img{

    width:45%;

    height:auto;

    object-fit:cover;

    border-radius:5px;

    display:block;

}

.product-card h3{

    font-size:22px;

    color:#003366;

    padding:10px 15px 0;

}

.product-card img{

    width:100%;

    height:180px;

    object-fit:cover;

}

.service-content{

    float:left;

    width:80%;

    margin-left:50px;

}

.product-card p{

    padding:0 15px 20px;

    line-height:1.6;

    color:#555;

}

.product-card{

    background:#ffffff;

    border:1px solid #ddd;

    border-radius:10px;

    overflow:hidden;

    transition:0.3s;

}

.product-card:hover{

    transform:translateY(-5px);

    box-shadow:0 10px 25px rgba(0,0,0,0.15);

}

.product-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:25px;

}

.quality-gallery{

    display:flex;
    gap:20px;
    margin:20px 0 35px;

}


.quality-gallery img{

    width:30%;
    height:220px;
    object-fit:cover;
    border-radius:8px;

}




.quality-intro{

    margin-bottom:30px;

}


.quality-intro h2,
.quality-section h2{

    color:#003366;
    font-size:24px;
    margin-bottom:12px;

}


.quality-intro p,
.quality-section p{

    font-size:16px;
    line-height:1.8;
    text-align:justify;

}

.quality-card-container{

    display:flex;
    gap:20px;
    margin:30px 0;
}



.quality-card{

    flex:1;

    background:#f5f8fc;

    padding:25px;

    text-align:center;

    border-radius:10px;

    transition:0.3s;

}



.quality-card:hover{

    transform:translateY(-5px);

    box-shadow:0 10px 25px rgba(0,0,0,0.15);

}



.quality-icon{

    font-size:40px;
    border-radius: 60% !important;

    margin-bottom:15px;

}
.quality-icon-image img{

    border-radius: 60% !important;

}


.quality-card h3{

    color:#0056a6;

    font-size:20px;

}



.quality-card p{

    font-size:15px;

    line-height:1.6;

}



.quality-section{

    margin-top:35px;

    padding:20px;

    background:white;

    border-left:5px solid #0056a6;

}

.intro-text{

    font-size:16px;
    line-height:1.8;
    color:#555;
    margin-bottom:25px;    
    text-align:justify;


}



.service-grid{

    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
    margin-top:30px;

}



.service-card{

    background:#ffffff;

    border-radius:10px;

    padding:25px;

    text-align:center;

    box-shadow:0 5px 15px rgba(0,0,0,0.12);

    transition:0.3s;

}



.service-card:hover{

    transform:translateY(-8px);

}



.service-icon{

    font-size:45px;

    margin-bottom:15px;

}
.service-icon img {

    width: 100%;

    height: 140px;

    object-fit: cover;

    display: block;

    border-radius: 20px;

}

.quality-card img {

    width: 100%;

    height: 180px;

    object-fit: cover;

    display: block;

    border-radius: 20px;

}

.service-card h3{

    color:#003366;

    font-size:22px;

}



.service-card p{

    color:#666;

    line-height:1.6;

}



.development-detail{

    margin-top:50px;

}



.development-detail h2{

    color:#003366;

    border-bottom:3px solid #0074cc;

    padding-bottom:10px;

}



.process-box{

    display:flex;

    gap:30px;

    align-items:center;

}



.process-box img{

    width:300px;

    height:180px;

    object-fit:cover;

    border-radius:10px;

}


.process-box p{

    font-size:16px;

    line-height:1.8;

}

.development-process{

    margin-top:40px;
    text-align:center;

}


.development-process h2{

    color:#003366;
    font-size:28px;

}


.development-process h3{

    color:#555;
    font-size:22px;
    margin-bottom:25px;

}


.process-images{

    display:flex;
    width:100%;

    gap:20px;

    justify-content:center;

    align-items:center;

    margin-top:20px;

}


.process-image{ 
    float:right;
    text-align:right;
    width:90%;
    height:220px;
    display:grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-left: 10px;
    margin-bottom:25px;
    text-align:left;
    object-fit:cover;
    border-radius:10px;
}



.process-grid{

    display:flex;

    gap:20px;

    margin:20px 0;

}

.process-icon{

    font-size:40px;

    margin-bottom:10px;

}

.process-description h2{

    color:#003366;

    font-size:26px;

    border-bottom:3px solid #0074cc;

    padding-bottom:8px;
    margin-top:0;
    margin-bottom:12px;

}

.image-card{

    width:50%;
    flex:1;

    background:white;

    box-shadow:0 3px 10px rgba(0,0,0,0.15);

    border-radius:10px;

    overflow:hidden;

}



.image-card img{

    width:100%;

    height:350px;

    object-fit:cover;

}



.image-card h3{

    text-align:center;

    padding:15px;

    color:#003366;

}

.title{

    font-size:32px;
    color:#003366;
    margin-bottom:25px;

}

.process-intro{
    gap:30px;
    display:flex;
    align-items:center;
    font-size:16px;
    background:#f5f8fc;
    line-height:1.7;
    padding:20px;
    border-left:6px solid #0074cc;
    margin-bottom:25px;

}

.process-icon img{

    border-radius: 10%;
    width: 220px;
    height: 140px;

}



.process-intro h2{

    margin:0;

    color:#003366;

    font-size:26px;

}

.capability-container{

    display:flex;

    gap:20px;

    margin-bottom:30px;

}

.capability-card:hover{

    transform:translateY(-5px);

    transition:.3s;
    box-shadow: 0 8px 20px rgba(0,0,0,.15); 

}



.capability-card .icon{

    font-size:35px;

}

.sub-title{

    font-size:24px;

    color:#003366;

    border-bottom:3px solid #0074cc;

    padding-bottom:8px;

}



.image-row{

    display:flex;

    gap:20px;

}



.image-row img{

    width:80%;

    height:80%;

    object-fit:cover;

}



.product-image img{

    width:448px;

    height:auto;

}


.process-intro img{

    width:360px;
    height:230px;
    object-fit:cover;

}

.process-intro p{

    font-size:16px;
    line-height:1.8;
    text-align:justify;

}

.capability-container{

    display:flex;
    gap:20px;
    margin:30px 0;

}



.capability-box{

    flex:1;
    background:#f5f8fc;
    padding:20px;
    text-align:center;
    border-radius:8px;
    border-top:4px solid #0066aa;

}



.capability-box h3{

    color:#003366;
    font-size:18px;

}



.capability-box p{

    font-size:14px;
    line-height:1.6;

}



.icon{

    font-size:35px;
    margin-bottom:10px;

}




.machine-section{

    margin-top:35px;

}



.machine-section h2{

    color:#003366;
    border-bottom:3px solid #0074cc;
    padding-bottom:8px;

}



.machine-section p{

    line-height:1.8;
    text-align:justify;

}



.machine-image{

    width:358px;
    height:231px;
    object-fit:cover;

}



.product-image{

    width:482px;
    height:230px;
    object-fit:cover;

}

.process-card img{

    width:100%;

    height:220px;

    object-fit:cover;

}

.capability-box{

    margin-top:30px;

}



.capability-box h2{

    color:#003366;

    border-bottom:3px solid #0074cc;

    padding-bottom:8px;

}



.cap-item{

    background:#f4f7fb;

    padding:20px;

    text-align:center;

    font-size:28px;

}



.cap-item span{

    display:block;

    font-size:14px;

    margin-top:10px;

}

.process-image-box{

    display:flex;
    gap:20px;
    margin:20px 0;
justify-content: center;
}


.process-image-box img{

    width:400px;
    justify-content: center;
    height:300px;
    object-fit:cover;
    border-radius:8px;

}

.capability-card-container{

    display:flex;
    gap:20px;
    height: 200p;
    margin-top:20px;

}

.cap-icon{

    font-size:35px;

    margin-bottom:10px;

}

.capability-card p{

    font-size:14px;
    margin-top: 1px;
    line-height:1.5;

}

.process-images img{

    width:50%;
    height:220px;
    object-fit:cover;

    border-radius:8px;

    box-shadow:0 5px 15px rgba(0,0,0,0.15);

}

.capability-card{


    display:grid;
    gap:20px;
    padding:25px;
    border-radius:15px;
    height: 100px;
    text-align:center;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    transition:.3s;
    background:#ffffff;
    border:1px solid #ddd;
    padding:20px;
    min-height:220px;
    height: 300px;
    text-align:center; 
    flex:1;


}
.capability-cards {

    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;

}


.cap-card{

    display: grid;
    

    background:white;

    padding:20px;


    border-radius:10px;


    box-shadow:
    0 5px 15px rgba(0,0,0,0.1);


    transition:.3s;


}

.cap-card img{
    width: 220px;
    border-radius: 20%;
    height: 140px;
}

.cap-card:hover{


    transform:translateY(-5px);


}



.icon{


    font-size:35px;

    margin-bottom:10px;


}



.cap-card h3{

    color:#003366;

    font-size:20px;

}



.cap-card p{

    color:#555;

    line-height:1.6;

}


.process-title{

    font-size:32px;
    color:#003366;
    border-bottom:3px solid #0074cc;
    padding-bottom:10px;
    margin-bottom:20px;

}

.process-cards{

    display:flex;
    gap:20px;
    margin-bottom:30px;
    justify-content:space-between;
    margin:30px 0;

}

.process-card:hover{

    transform:translateY(-5px);

    box-shadow:0 8px 20px rgba(0,0,0,.15);

}

.process-feature{


    margin-top:30px;

    background:#f8f8f8;

    padding:20px;

    border-left:5px solid #0074cc;

}



.process-feature h2{

    color:#003366;

}



.process-feature li{

    margin-bottom:10px;

}

/* Process Page Layout */

#subcontent{
    display:flex;
    align-items:flex-start;
    margin-top: 12px; 
    margin-left: 10px;
    padding: 0px 20px;
}


/* Right Content */

.process-content{

    float:left;
    width:90%;
    margin-left:10px;
    margin-top:0;

}

.process-image img{

    width:350px;
    height:250px;
    object-fit:cover;
    box-shadow:0 4px 12px rgba(0,0,0,0.15);
    border:1px solid #ddd;
    text-align: left;
    justify-content: left;
    border-radius:8px;
}



/* Description */

.process-description{

    background:#f5f8fc;
    margin-top:25px;

    padding:20px;
    width:100%;
    float:left;

    margin-bottom:25px;

}

.process-card:hover{

    transform:translateY(-5px);

}

.content-area{

    float:left;
    width:90%;
    margin-left:-7px;
    margin-top:-5px;

}

.title{

    font-size:28px;
    color:#1c4c8c;
    margin-bottom:10px;
    display:flex;
    align-items:center;

}

.title-icon{

    width:42px;
    margin-left:10px;

}

.intro{

    font-size:15px;
    line-height:26px;
    color:#555;
    margin-bottom:25px;

}

.feature-box{

    display:flex;
    justify-content:space-between;
    margin-bottom:30px;

}

.feature-card{

    width:31%;
    text-align:center;
    background:#fafafa;
    border:1px solid #ddd;
    border-radius:8px;
    padding:20px;
    transition:.3s;

}

.feature-card:hover{

    box-shadow:0 5px 15px rgba(0,0,0,.15);

}

.feature-card img{

    width:55px;
    margin-bottom:10px;

}

.feature-card h3{

    color:#1c4c8c;
    font-size:17px;
    margin-bottom:8px;

}

.feature-card p{

    font-size:14px;
    color:#666;

}

.process-description p{

    font-size:15px;
    line-height:28px;
    color:#555;
    text-align:justify;

}

.process-card{

    flex:1;
    width:50%;
    background:#f7f9fc;
    border-radius:10px;
    box-shadow:0 3px 12px rgba(0,0,0,0.15);

    overflow:hidden;
    padding:20px;
    transition:.3s;

    text-align:center;

    border:1px solid #ddd;

}


.process-card:hover{

    transform:translateY(-5px);
    box-shadow:0 8px 18px rgba(0,0,0,.15);

}

.process-card h3{

    color:#003366;
    font-size:20px;
    margin-bottom:10px;
    padding:10px 15px 0;

}

.process-card p{

    color:#666;
    font-size:14px;
    padding:0 15px 15px;
    line-height:1.5;

}

.gallery-title{

    color:#004b93;
    margin-bottom:15px;

}

.process-gallery{

    display:flex;
    margin-left: 10px;
    grid-template-columns:repeat(2,1fr);
    gap:15px;

}

.process-gallery img{

    width:100%;
    border:1px solid #ddd;
        object-fit:cover;

    border-radius:8px;
    transition:.3s;

}

.process-gallery img:hover{

    transform:scale(1.03);

}

.home-capability-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:15px;
}

.capability-card-home{
    min-height:70px;
    height:70px;
    padding:15px;
    background-color: #bdbaba;
    display:flex;
    border-radius: 15px; 
    justify-content:center;
    align-items:center;
}

.capability-card-home h3{
    margin:0;
    font-size:18px;
}

.about-icon{
    width:auto !important;
    height:120px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-top: 2px;
    border-radius: 20px;
    object-fit:contain;
    margin-bottom:15px;
    font-size:50px;
    border-radius: 10%;
}
.qesh-icon-img{
    width:auto;
    height:120px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-top: 2px;
    border-radius: 30px !important;
    object-fit:contain;
    margin-bottom:15px;
}

/* ================================
   Plastic Product Page
================================ */

.product-content {

    width: 980px;
    margin-left: 10px;
    margin-top: -20px;

}


/* Page Title */

.product-content .title {

    font-size: 28px;
    color: #1b4d89;
    font-weight: bold;

    margin-bottom: 15px;

    border-bottom: 2px solid #1b4d89;

    padding-bottom: 10px;

}



/* Description */

.product-description {

    width: 90%;

    font-size: 15px;

    line-height: 1.8;

    color: #555;

    margin-bottom: 30px;

}



/* Category Title */

.product-category {

    font-size: 20px;

    color:#333;

    margin-bottom:20px;

}



/* Image Gallery */

.product-gallery {


    display:grid;

    grid-template-columns: repeat(2, 1fr);

    gap:25px;

}



/* Product Image */

.product-gallery img {


    width:100%;

    height:330px;

    object-fit:contain;

    background:white;

    border:1px solid #ddd;

    padding:8px;


    transition:0.3s;


}



/* Hover Effect */

.product-gallery img:hover {


    transform:scale(1.03);

    box-shadow:0 5px 15px rgba(0,0,0,0.2);


}



/* Mobile Responsive */

@media(max-width:768px){


    .product-content {

        width:100%;

        margin-left:0;

    }


    .product-gallery {

        grid-template-columns:1fr;

    }


    .product-gallery img {

        height:auto;

    }


}