
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:Arial, Helvetica, sans-serif;
    color:#070707;
    background:#ffffff;
    line-height:1.6;
}

.container{
    width:90%;
    max-width:1200px;
    margin:0 auto;
}

header{
    width:100%;
    background:hwb(0 2% 0%);
    box-shadow:0 2px 10px rgb(0, 243, 239);
    position:sticky;
    top:0;
    z-index:999;
}

header .container{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:15px 0;
}

.logo img{
    height:60px;
}

nav ul{
    display:flex;
    list-style:none;
}

nav ul li{
    margin-left:25px;
}

nav ul li a{
    text-decoration:none;
    color:#ffffff;
    font-weight:600;
    transition:.3s;
}

nav ul li a:hover{
    color:#000000;
}

.btn{
    background:#0B1F3A;
    color:#ffffff;
    padding:12px 24px;
    border-radius:5px;
    text-decoration:none;
    transition:.3s;
}

.btn:hover{
    background:#000000;
}

.hero{
    height:90vh;
    background:url("../images/hero-banner.jpg.png") center center/cover no-repeat;
    display:flex;
    justify-content:center;
    align-items:center;
    position:relative;
}

.overlay{
    width:100%;
    height:100%;
    background:rgb(251, 109, 0);
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    color:rgb(236, 2, 2);
    padding:20px;
}

.overlay h1{
    font-size:55px;
    margin-bottom:20px;
}

.overlay p{
    font-size:22px;
    max-width:800px;
    margin-bottom:35px;
}

.hero-btn{
    display:inline-block;
    background:#ffffff;
    color:rgb(250, 237, 237);
    padding:15px 35px;
    border-radius:5px;
    text-decoration:none;
    transition:.3s;
}

.hero-btn:hover{
    background:#ffffff;
}
.hero-content{
    max-width:900px;
    animation:fadeUp 1.2s ease;
}

.tagline{
    display:inline-block;
    background:#ffffff;
    padding:10px 20px;
    border-radius:30px;
    margin-bottom:25px;
    font-size:15px;
    letter-spacing:1px;
}

.hero-buttons{
    margin-top:35px;
}

.hero-buttons a{
    margin:10px;
}

.btn-outline{

    color:rgb(235, 0, 0);

    text-decoration:none;

    border:2px solid white;

    padding:15px 35px;

    border-radius:5px;

    transition:.3s;

}

.btn-outline:hover{

    background:rgb(230, 5, 5);

    color:#003366;

}

@keyframes fadeUp{

0%{

opacity:0;

transform:translateY(50px);

}

100%{

opacity:1;

transform:translateY(0);

}

}

.about{

padding:90px 0;

background:#ffffff;

}

.about-container{

display:flex;

align-items:center;

justify-content:space-between;

gap:60px;

}

.about-image{

flex:1;

}

.about-image img{

width:100%;

border-radius:10px;

box-shadow:0 10px 30px rgba(0, 232, 228, 0.733);

}

.about-content{

flex:1;

}

.section-title{

display:inline-block;

color:#000000;

font-weight:bold;

margin-bottom:15px;

letter-spacing:1px;

}

.about-content h2{

font-size:40px;

margin-bottom:20px;

color:#0B1F3A;

}

.about-content p{

font-size:17px;

line-height:1.8;

margin-bottom:30px;

}

.about-boxes{

display:flex;

gap:20px;

margin-bottom:35px;

}

.box{

flex:1;

background: #1f2833;;

padding:25px;

text-align:center;

border-radius:10px;

box-shadow:0 5px 15px rgba(2, 255, 242, 0.99);

}

.box h3{

font-size:34px;

color:#fdfbfb;

margin-bottom:10px;

}

.box p{
 color: #fcfdfe;
margin:0;

font-size:15px;

}

.products{
    padding:100px 0;
     background: #004cff;;
}

.section-heading{
    text-align:center;
    text-align:60px;
    margin-bottom:60px;
}

.section-heading span{
    color:#0d0d0d;
    font-weight:bold;
    letter-spacing:1px;
}

.section-heading h2{
    font-size:42px;
    color:#090909;
    margin:15px 0;
}

.section-heading p{
    max-width:700px;
    margin:auto;
    color:#060606;
}

.product-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.product-card{
    background:#d40000;
    border-radius:10px;
    overflow:hidden;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    transition:.3s;
}

.product-card:hover{
    transform:translateY(-10px);
}

.product-card img{
    width:100%;
    height:240px;
    object-fit:cover;
}

.product-card h3{
    color:#050505;
    padding:20px;
}

.product-card p{
    padding:0 20px 20px;
    color:#0e0e0e;
}

.product-card a{
    display:inline-block;
    margin:0 20px 25px;
    color:#070707;
    text-decoration:none;
    font-weight:bold;
}

.why-us{
    padding:100px 0;
    background:#ffffff;
}

.why-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    margin-top:50px;
}

.why-card{
    background:#0B1F3A;
    padding:30px;
    border-radius:10px;
    box-shadow:0 5px 15px rgba(3, 225, 225, 0.971);
    transition:.3s;
}

.why-card:hover{
    transform:translateY(-8px);
}

.why-card h3{
    color:#fafafa;
    margin-bottom:15px;
}

.why-card p{
    color:#ffffff;
    line-height:1.7;
}

.manufacturing{

padding:100px 0;

background:#ffffff;

}

.manufacturing-container{

display:flex;

align-items:center;

justify-content:space-between;

gap:60px;

}

.manufacturing-image{

flex:1;

}

.manufacturing-image img{

width:100%;

border-radius:10px;

box-shadow:0 10px 30px rgba(0,0,0,.10);

}

.manufacturing-content{

flex:1;

}

.manufacturing-content h2{

font-size:40px;

margin:20px 0;

color:#0f0f10;

}

.manufacturing-content p{

font-size:17px;

line-height:1.8;

margin-bottom:25px;

}

.facility-list{

list-style:none;

margin-bottom:35px;

}

.facility-list li{

padding:10px 0;

font-size:17px;

color:#0c0c0c;

}

.quality{
    padding:100px 0;
    background:#ffffff;
}

.quality-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
    margin-top:50px;
}

.quality-card{
    background:#0B1F3A;
    padding:35px 25px;
    border-radius:10px;
    text-align:center;
    box-shadow:0 5px 15px rgba(1, 254, 233, 0.989);
    transition:.3s;
}

.quality-card:hover{
    transform:translateY(-8px);
}

.quality-icon{
    font-size:45px;
    margin-bottom:20px;
}

.quality-card h3{
    color:#fafafa;
    margin-bottom:15px;
}

.quality-card p{
    color:#fffdfd;
    line-height:1.7;
}

.counter{
    background:#0B1F3A;
    padding:80px 0;
}

.counter-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

.counter-box{
    text-align:center;
    color:#fffbfb;
}

.counter-box h2{
    font-size:55px;
    color:#ffffff;
    margin-bottom:10px;
}

.counter-box p{
    font-size:18px;
    letter-spacing:1px;
}

.global{
    padding:100px 0;
     background:#ffffff;
}
.global-content{
    display:flex;
    align-items:center;
    gap:50px;
    margin-top:50px;
}

.global-image{
    flex:1;
}

.global-image img{
    width:100%;
}

.global-info{
    flex:1;
}

.country-card{
    background:#0B1F3A;
    padding:25px;
    margin-bottom:20px;
    border-left:5px solid #00ffea;
    border-radius:8px;
    box-shadow:0 5px 15px rgb(0, 249, 224);
}

.country-card h3{
    color:#fffefe;
    margin-bottom:10px;
}

.country-card p{
    color:#ffffff;
}

.certifications{
    padding:100px 0;
    background:#fdf000;
}

.certificate-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
    margin-top:50px;
}

.certificate-card{
    background:#0B1F3A;
    text-align:center;
    padding:30px 20px;
    border-radius:10px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    transition:.3s;
}

.certificate-card:hover{
    transform:translateY(-8px);
}

.certificate-card img{
    width:80px;
    height:80px;
    object-fit:contain;
    margin-bottom:20px;
}

.certificate-card h3{
    color:#ed4c28;
    margin-bottom:10px;
}

.certificate-card p{
    color:#0c0c0c;
}

.contact-cta{

padding:90px 0;

background:linear-gradient(135deg,#fef9ba,#fef9ba);

text-align:center;

color:#161616;

}

.contact-cta h2{

font-size:42px;

margin-bottom:20px;

}

.contact-cta p{

max-width:750px;

margin:0 auto 35px;

font-size:18px;

line-height:1.8;

}

.cta-buttons{

display:flex;

justify-content:center;

gap:20px;

flex-wrap:wrap;

}

.btn-outline-dark{

display:inline-block;

padding:14px 32px;

border:2px solid #d81b1b;

color:#ce1111;

text-decoration:none;

border-radius:5px;

transition:.3s;

}

.btn-outline-dark:hover{

background:#ffffff;

color:#1d1d1c;

}

.footer{
    background:#ff0000;
    color:#ffffff;
    padding:70px 0 0;
}

.footer-grid{
    display:grid;
    grid-template-columns:2fr 1fr 1fr 2fr;
    gap:40px;
}

.footer-logo{
    width:180px;
    margin-bottom:20px;
}

.footer-box h3{
    margin-bottom:20px;
    color:#63b277cc;
}

.footer-box p{
    line-height:1.8;
    color:#e6dbdb;
}

.footer-box ul{
    list-style:none;
}

.footer-box ul li{
    margin-bottom:12px;
}

.footer-box ul li a{
    color:#dddddd;
    text-decoration:none;
    transition:.3s;
}

.footer-box ul li a:hover{
    color:#00bfff;
    padding-left:5px;
}

.footer-bottom{
    margin-top:50px;
    border-top:1px solid rgba(255,255,255,.15);
    text-align:center;
    padding:20px 0;
}

.page-banner{

height:350px;

background:url("../images/about-banner.jpg");

background-size:cover;

background-position:center;

position:relative;

}

.page-banner .overlay{

width:100%;

height:100%;

background:rgba(4, 65, 138, 0.7);

display:flex;

justify-content:center;

align-items:center;

flex-direction:column;

color:white;

}

.page-banner h1{

font-size:55px;

margin-bottom:15px;

}

.page-banner p{

font-size:20px;

}

.company-overview{
    padding:100px 0;
     background:#fbfbfb;
}

.overview-container{
    display:flex;
    align-items:center;
    gap:60px;
}

.overview-image{
    flex:1;
}

.overview-image img{
    width:100%;
    border-radius:10px;
    box-shadow:0 10px 30px rgb(0, 255, 238);
}

.overview-content{
    flex:1;
}

.overview-content h2{
    font-size:40px;
    color:#000000;
    margin:20px 0;
}

.overview-content p{
    margin-bottom:20px;
    line-height:1.8;
    color:#000000;
}

.overview-info{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
    margin-top:30px;
}

.info-box{
    background:#91aac9;
    padding:20px;
    border-radius:10px;
    text-align:center;
    box-shadow:0 5px 15px rgba(0, 255, 238, 0.959);
}

.info-box h3{
    color:#fffcfc;
    margin-bottom:10px;
}

.mission-section{

padding:100px 0;

 background:#ffffff;

}

.mission-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

margin-top:60px;

}

.mission-card{

background:#0B1F3A;

padding:40px 30px;

text-align:center;

border-radius:12px;

box-shadow:0 8px 20px rgba(0, 251, 255, 0.995);

transition:.4s;

}

.mission-card:hover{

transform:translateY(-10px);

}

.icon{

font-size:55px;

margin-bottom:20px;

}

.mission-card h3{

color:#fefefe;

margin-bottom:20px;

font-size:24px;

}

.mission-card p{

line-height:1.8;

color:#f6f4f4;

}

.management-message{
    padding:100px 0;
   background:#fbf8f8;
}

.management-container{
    display:flex;
    align-items:center;
    gap:60px;
}

.management-image{
    flex:1;
}

.management-image img{
    width:100%;
    max-width:400px;
    border-radius:12px;
    box-shadow:0 10px 25px rgba(0,0,0,.10);
}

.management-content{
    flex:2;
}

.management-content h2{
    color:#0d608d;
    font-size:38px;
    margin:20px 0;
}

.management-content p{
    color:#555;
    line-height:1.9;
    margin-bottom:20px;
}

.director-name{
    color:#0077cc;
    margin-top:30px;
    font-size:22px;
}
.timeline{
    padding:100px 0;
     background:#ffffff;
}

.timeline-wrapper{
    max-width:900px;
    margin:60px auto 0;
    border-left:4px solid #141414;
    padding-left:30px;
}

.timeline-item{
    position:relative;
    margin-bottom:40px;
}

.timeline-item::before{
    content:"";
    position:absolute;
    left:-40px;
    top:10px;
    width:18px;
    height:18px;
    background:#00eeff;
    border-radius:50%;
}

.timeline-year{
    display:inline-block;
    background:#0B1F3A;
    color:#ffffff;
    padding:8px 18px;
    border-radius:20px;
    margin-bottom:15px;
    font-weight:bold;
}

.timeline-content{
    background:#0B1F3A;
    padding:25px;
    border-radius:10px;
    box-shadow:0 5px 15px rgba(3, 221, 255, 0.981);
}

.timeline-content h3{
    color:#ffffff;
    margin-bottom:10px;
}

.timeline-content p{
    color:#fff9f9;
    line-height:1.7;
}

.product-category{

padding:100px 0;

 background:#ffffff;

}

.category-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

margin-top:50px;

}

.category-card{

background:rgb(247, 247, 247);

border-radius:10px;

overflow:hidden;

box-shadow:0 5px 20px rgba(0,0,0,.08);

transition:.4s;

}

.category-card:hover{

transform:translateY(-10px);

}

.category-card img{

width:100%;

height:230px;

object-fit:cover;

}

.category-card h3{

padding:20px;

color:#000000;

}

.category-card p{

padding:0 20px 25px;

color:#666;

line-height:1.7;

}
/* SEARCH */

.product-search{

padding:40px 0 20px;

}

#searchBox{

width:100%;

padding:15px;

font-size:18px;

border:1px solid #1b1a1a;

border-radius:8px;

}

.filter-buttons{

display:flex;

justify-content:center;

gap:15px;

margin-bottom:40px;

flex-wrap:wrap;

}

.filter-buttons button{

padding:12px 25px;

border:none;

background:#ffffff;

cursor:pointer;

border-radius:6px;

font-size:16px;

transition:.3s;

}

.filter-buttons button.active{

background:#ffffff;

color:white;

}

.filter-buttons button:hover{

background:#ffffff;

color:white;

}

.modal{

display:none;

position:fixed;

left:0;

top:0;

width:100%;

height:100%;

background:rgba(0,0,0,.6);

z-index:9999;

}

.modal-content{

background:rgb(249, 234, 234);

width:90%;

max-width:600px;

margin:60px auto;

padding:30px;

border-radius:10px;

text-align:center;

position:relative;

animation:popup .3s ease;

}

@keyframes popup{

from{

transform:scale(.8);

opacity:0;

}

to{

transform:scale(1);

opacity:1;

}

}

.modal-content img{

width:220px;

margin-bottom:20px;

}

.close-btn{

position:absolute;

right:20px;

top:15px;

font-size:35px;

cursor:pointer;

}

.modal-buttons{

margin-top:30px;

display:flex;

justify-content:center;

gap:20px;

flex-wrap:wrap;

}

.product-search{

padding:40px 0 20px;

}

#searchBox{

width:100%;

padding:15px;

font-size:18px;

border:1px solid #ccc;

border-radius:8px;

}

/* FILTER */

.filter-buttons{

display:flex;

justify-content:center;

gap:15px;

margin-bottom:40px;

flex-wrap:wrap;

}

.filter-buttons button{

padding:12px 25px;

border:none;

background:#f8f8f8;

cursor:pointer;

border-radius:6px;

font-size:16px;

transition:.3s;

}

.filter-buttons button.active{

background:#ffffff;

color:white;

}

.filter-buttons button:hover{

background:#ffffff;

color:white;

}

.modal{

display:none;

position:fixed;

left:0;

top:0;

width:100%;

height:100%;

background:rgba(0,0,0,.6);

z-index:9999;

}

.modal-content{

background:rgb(30, 253, 0);

width:90%;

max-width:600px;

margin:60px auto;

padding:30px;

border-radius:10px;

text-align:center;

position:relative;

animation:popup .3s ease;

}

@keyframes popup{

from{

transform:scale(.8);

opacity:0;

}

to{

transform:scale(1);

opacity:1;

}

}

.modal-content img{

width:220px;

margin-bottom:20px;

}

.close-btn{

position:absolute;

right:20px;

top:15px;

font-size:35px;

cursor:pointer;

}

.modal-buttons{

margin-top:30px;

display:flex;

justify-content:center;

gap:20px;

flex-wrap:wrap;

}

.product-tools{

padding:20px 0;

}

.tools-container{

display:flex;

justify-content:space-between;

align-items:center;

flex-wrap:wrap;

gap:20px;

}

.product-count{

font-size:18px;

font-weight:bold;

color:#003366;

}

.sort-box select{

padding:10px 15px;

font-size:16px;

border-radius:6px;

border:1px solid #ccc;

}

.pagination{

display:flex;

justify-content:center;

align-items:center;

gap:20px;

margin:50px 0;

}

.pagination button{

padding:10px 25px;

border:none;

background:#ffffff;

color:white;

cursor:pointer;

border-radius:6px;

}

.pagination button:hover{

background:#ffffff;

}

.product-details{

padding:100px 0;

}

.details-grid{

display:grid;

grid-template-columns:1fr 1fr;

gap:60px;

align-items:center;

}

.details-image img{

width:100%;

border-radius:10px;

box-shadow:0 10px 25px rgba(0,0,0,.1);

}

.details-buttons{

margin-top:30px;

display:flex;

gap:20px;

flex-wrap:wrap;

}

.product-specification{

margin-top:60px;

}

.spec-table{

width:100%;

border-collapse:collapse;

margin-top:20px;

}

.spec-table th,
.spec-table td{

border:1px solid #d5d5d5;

padding:15px;

}

.spec-table th{

background:#ffffff;

color:white;

width:220px;

}

/* APPLICATIONS */

.applications{

margin-top:60px;

}

.applications ul{

padding-left:25px;

line-height:2;

}


.quick-enquiry{

margin-top:60px;

}

.quick-enquiry input,
.quick-enquiry textarea{

width:100%;

padding:15px;

margin-bottom:20px;

border:1px solid #ccc;

border-radius:6px;

}

.quick-enquiry textarea{

height:150px;

resize:none;

}


.contact-section{
    padding:80px 0;
    background:#ffffff;
}

.contact-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:50px;
    align-items:flex-start;
}

.contact-info{
    background:#0B1F3A;
    padding:40px;
    border-radius:10px;
    box-shadow:0 5px 15px rgb(3, 255, 255);
}

.contact-info h2{
    color:#f8f7f7;
    margin-bottom:20px;
}

.contact-info p{
    margin-bottom:15px;
    line-height:1.8;
    color:#ffffff;
}

.contact-form{
    background:#ffffff;
    padding:40px;
    border-radius:10px;
    box-shadow:0 5px 15px rgba(0,0,0,0.1);
}

.contact-form h2{
    color:#0d0d0d;
    margin-bottom:20px;
}

.contact-form input,
.contact-form textarea{

    width:100%;
    padding:15px;
    margin-bottom:20px;
    border:1px solid #01fdf5;
    border-radius:5px;
    font-size:16px;
}

.contact-form textarea{

    height:180px;
    resize:none;

}

.contact-form button{

    width:100%;
}

.map{

    margin-top:60px;
}

.map iframe{

    width:100%;
    height:450px;
    border:0;
}


.manufacturing{

padding:80px 0;

}

.manufacturing-grid{

display:grid;

grid-template-columns:1fr 1fr;

gap:50px;

align-items:center;

}

.manufacturing-image img{

width:100%;

border-radius:10px;

box-shadow:0 10px 20px rgb(0, 251, 255);

}

.manufacturing-content h3{

color:#0c0c0c;

margin-bottom:20px;

}

.manufacturing-content ul{

padding-left:20px;

}

.manufacturing-content li{

margin-bottom:15px;

font-size:17px;

}

.footer{
    background:#333333;
    color:#fff;
    padding:60px 0 20px;
}

.footer-grid{
    display:grid;
    grid-template-columns:2fr 1fr 1fr;
    gap:40px;
}

.footer-logo{
    width:180px;
    margin-bottom:20px;
}

.footer h3{
    margin-bottom:20px;
}

.footer ul{
    list-style:none;
    padding:0;
}

.footer ul li{
    margin-bottom:12px;
}

.footer ul li a{
    color:#fff;
    text-decoration:none;
}

.footer ul li a:hover{
    color:#00bfff;
}

.footer-contact p,
.footer-about p{
    line-height:1.8;
}

.footer-bottom{
    border-top:1px solid rgba(255,255,255,.2);
    margin-top:40px;
    padding-top:20px;
    text-align:center;
}

.directors{
    padding:80px 0;
     background:#ffffff;
}

.director-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
    margin-top:40px;
}

.director-card{
    background:#feffff;
    text-align:center;
    border-radius:10px;
    overflow:hidden;
    box-shadow:0 5px 15px rgba(3, 251, 255, 0.978);
    transition:.3s;
}

.director-card:hover{
    transform:translateY(-8px);
}

.director-card img{
    width:100%;
    height:300px;
    object-fit:cover;
}

.director-card h3{
    margin:20px 0 10px;
    color:#141515;
}

.director-card p{
    margin-bottom:20px;
    color:#0e0d0d;
}

.quality{

padding:80px 0;

}

.quality-grid{

display:grid;

grid-template-columns:1fr 1fr;

gap:50px;

align-items:center;

}

.quality-image img{

width:100%;
border-radius:10px;
box-shadow:0 10px 20px rgba(0,0,0,.1);

}

.quality-content h3{

color:#0b0b0b;
margin-bottom:20px;

}

.quality-content ul{

padding-left:20px;

}

.quality-content li{

margin-bottom:15px;
line-height:1.8;

}

.certifications{

    padding:80px 0;

     background:#ffffff;

}

.certificate-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

    margin-top:40px;

}

.certificate-card{

    background:#0B1F3A;

    border-radius:10px;

    overflow:hidden;

    text-align:center;

    box-shadow:0 5px 15px rgb(3, 251, 255);

    transition:.3s;

}

.certificate-card:hover{

    transform:translateY(-8px);

}

.certificate-card img{

    width:100%;

    height:250px;

    object-fit:cover;

}

.certificate-card h3{

    margin:20px 0 10px;

    color:#fffefe;

}

.certificate-card p{

    padding-bottom:20px;

    color:#fffefe;

}

.downloads{
    background-color: #ffffff;

padding:80px 0;

}

.download-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

margin-top:40px;

}

.download-card{

background:#0B1F3A;

padding:35px;

text-align:center;

border-radius:10px;

box-shadow:0 5px 15px rgba(5, 255, 247, 0.982);

transition:.3s;

}

.download-card:hover{
    color: #01fdf5;

transform:translateY(-8px);

}

.download-card h3{

margin-bottom:15px;

color:#f9f9f9;

}

.download-card p{
    color: #ffffff;

margin-bottom:25px;

}


.hero-slider{
    position:relative;
    height:90vh;
    overflow:hidden;
}

.slide{
    position:absolute;
    width:100%;
    height:100%;
    display:none;
}

.slide.active{
    display:block;
}

.slide img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.slide-content{
    position:absolute;
    top:50%;
    left:10%;
    transform:translateY(-50%);
    color:#fff;
    max-width:600px;
}

.slide-content h1{
    font-size:52px;
    margin-bottom:20px;
}

.slide-content p{
    font-size:20px;
    margin-bottom:30px;
    line-height:1.6;
}

.footer-box h4{
    color:#f7eeee;
    margin-top:25px;
    margin-bottom:12px;
    font-size:18px;
}

.footer-box p{
    color:#e4dcdc;
    line-height:1.8;
    margin-bottom:15px;
}

.footer-box strong{
    color:#fff;
}

.footer-box hr{
    border:none;
    border-top:1px solid rgba(11, 11, 11, 0.932);
    margin:20px 0;
}

.footer{

background:#ffffff;

color:#0a0a0a;

padding:70px 0 20px;

}

.footer-grid{

display:grid;

grid-template-columns:1.3fr 1fr 1.7fr;

gap:40px;

}

.footer-logo{

width:170px;

margin-bottom:20px;

}

.footer-box h3{

color:#f5eeee;

margin-bottom:20px;

}

.footer-box p{

color:#fffefe;

line-height:1.8;

}

.footer-links{

list-style:none;

padding:0;

margin:0;

}

.footer-links li{

margin-bottom:12px;

}

.footer-links li a{

color:#fff8f8;

text-decoration:none;

transition:.3s;

}

.footer-links li a:hover{

color:#ece5e5;

padding-left:8px;

}

.office-info,
.factory-info{

background:rgba(0, 0, 0, 0.08);

padding:15px;

border-radius:8px;

margin-bottom:20px;

}

.office-info{

border-left:4px solid #171717;

}

.factory-info{

border-left:4px solid #1b1c1c;

}

.office-info h4,
.factory-info h4{

margin-bottom:10px;

}

.footer-bottom{

text-align:center;

margin-top:30px;

padding-top:20px;

border-top:1px solid rgba(255,255,255,.2);

}

.modal{

    display:none;

    position:fixed;

    left:0;

    top:0;

    width:100%;

    height:100%;

    background:rgba(0,0,0,.7);

    z-index:9999;

}

.modal-content{

    background:#ffffff;

    width:500px;

    max-width:90%;

    margin:70px auto;

    padding:30px;

    border-radius:10px;

    text-align:center;

    position:relative;

}

.modal-content img{

    width:220px;

    height:220px;

    object-fit:contain;

    margin-bottom:20px;

}

.close-btn{

    position:absolute;

    right:20px;

    top:15px;

    font-size:35px;

    font-weight:bold;

    cursor:pointer;

    color:#333;

}

.close-btn:hover{

    color:red;

}

.modal-content h2{

    color:#003366;

    margin-bottom:15px;

}

.modal-content p{

    margin-bottom:10px;

    color:#555;

}

header{

    position:sticky;

    top:0;

    left:0;

    width:100%;

   background:#0B1F3A;

    z-index:999;

    box-shadow:0 2px 10px rgb(2, 255, 183);

}

#topBtn{

    display:none;

    position:fixed;

    bottom:30px;

    right:30px;

    width:50px;

    height:50px;

    border:none;

    border-radius:50%;

    background:#ffffff;

    color:#fffefe;

    font-size:24px;

    cursor:pointer;

    z-index:999;

    transition:.3s;

}

#topBtn:hover{

    background:#ffffff;

}
.gallery{

    padding:80px 0;

    background:#ffffff;

}

.gallery .section-title{

    text-align:center;

    margin-bottom:50px;

}

.gallery .section-title h2{

    color:#060606;

    font-size:38px;

}

.gallery-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:20px;

}

.gallery-grid img{

    width:100%;

    height:250px;

    object-fit:cover;

    border-radius:10px;

    transition:.4s;

    cursor:pointer;

}

.gallery-grid img:hover{
    

    transform:scale(1.05);

    box-shadow:0 10px 25px rgba(0, 255, 255, 0.977);

}
.directors-chart{
    text-align:center;
    padding:60px 20px;
    font-family:Arial, sans-serif;
}

.directors-chart h2{
    color:#000000;
    margin-bottom:40px;
}

.top-director{
    display:flex;
    justify-content:center;
}

.director-box{
    width:240px;
    padding:15px;
    border:2px solid #00f7ff;
    border-radius:8px;
     background:#0B1F3A;
    font-weight:bold;
    color:#fffcfc;
}


.vertical-line{
    width:2px;
    height:50px;
    background:#00ffff;
    margin:0 auto;
}


.bottom-directors{
    display:flex;
    justify-content:center;
    gap:40px;
    position:relative;
    margin-top:20px;
}


.bottom-directors::before{
    content:"";
    position:absolute;
    top:-20px;
    left:50%;
    transform:translateX(-50%);
    width:70%;
    height:2px;
    background:#01fff2;
}

/* Small Vertical Lines */
.bottom-directors .director-box{
    position:relative;
}

.bottom-directors .director-box::before{
    content:"";
    position:absolute;
    top:-20px;
    left:50%;
    transform:translateX(-50%);
    width:2px;
    height:20px;
    background:#00eeff;
}

.lightbox{

    display:none;

    position:fixed;

    top:0;
    left:0;

    width:100%;
    height:100%;

    background:rgba(0, 0, 0, 0.9);

    justify-content:center;

    align-items:center;

    z-index:9999;

}

.lightbox img{

    max-width:90%;

    max-height:90%;

    border-radius:10px;

}

.close-lightbox{

    position:absolute;

    top:30px;

    right:40px;

    color:#fff;

    font-size:45px;

    cursor:pointer;

}
.directors-container{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
    margin-top:40px;
}

.director-card{
    background:#fbfbfb;
    border-radius:10px;
    padding:20px;
    text-align:center;
    box-shadow:0 5px 15px rgba(0,0,0,.1);
    transition:0.3s;
}

.director-card:hover{
    transform:translateY(-5px);
}

.director-card img{
    width:180px;
    height:180px;
    object-fit:cover;
    border-radius:50%;
    border:4px solid #003366;
    margin-bottom:15px;
}

.director-card h3{
    color:#003366;
    margin-bottom:8px;
}

.director-card p{
    color:#a4a4a4;
}
.directors-container{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
    margin-top:40px;
}

.director-card{
    background:#0B1F3A;
    border-radius:12px;
    padding:20px;
    text-align:center;
    box-shadow:0 5px 15px rgb(0, 202, 253);
    transition:0.3s;
}

.director-card:hover{
    transform:translateY(-8px);
}

.director-card img{
    width:180px;
    height:180px;
    object-fit:cover;
    border-radius:50%;
    border:4px solid #00f9fd;
    margin-bottom:15px;
}

.director-card h3{
    color:#ffffff;
    margin-bottom:10px;
}

.director-card p{
    color:#fffefe;
    font-size:15px;
}

@media(max-width:992px){
    .directors-container{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:576px){
    .directors-container{
        grid-template-columns:1fr;
    }

}

.products-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

.product-card{
background:#ffffff;
padding:20px;
border-radius:10px;
box-shadow:0 5px 15px rgba(1, 255, 242, 0.99);
text-align:center;
}

.product-card img{
width:100%;
height:220px;
object-fit:cover;
border-radius:8px;
}

.product-card h3{
margin:15px 0;
color:#000000;
}

.product-card a{
display:inline-block;
padding:10px 20px;
background:#0B1F3A;
color:#fff;
text-decoration:none;
border-radius:5px;
}
.gallery-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:25px;
    margin-top:40px;
}

.gallery-item{
    background:#fbfbfb;
    border-radius:10px;
    overflow:hidden;
    box-shadow:0 5px 15px rgba(0,0,0,.1);
    text-align:center;
}

.gallery-item img{
    width:100%;
    height:250px;
    object-fit:cover;
}

.gallery-item h4{
    padding:15px;
}
.gallery-section{
    padding:80px 0;
    background:#ffffff;
}

.gallery-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
    gap:30px;
}

.gallery-item{
    background:#fffefe;
    border-radius:10px;
    overflow:hidden;
    box-shadow:0 5px 15px rgba(0,0,0,.1);
    transition:.3s;
}

.gallery-item:hover{
    transform:translateY(-5px);
}

.gallery-item img{
    width:100%;
    height:250px;
    object-fit:cover;
    display:block;
}

.gallery-item h4{
    text-align:center;
    padding:15px;
    color:#003366;
}
.gallery-section{
    padding:80px 0;
}

.gallery-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.gallery-item{
    background:#ffffff;
    border-radius:10px;
    overflow:hidden;
    box-shadow:0 5px 15px rgba(0,0,0,.15);
}

.gallery-item img{
    width:100%;
    height:250px;
    object-fit:cover;
    display:block;
}

.gallery-item h4{
    padding:15px;
    text-align:center;
    color:#003366;
}
.footer{
    background:#0B1F3A;
    color:#fefefe;
    padding:60px 0 20px;
}

.footer-container{
    width:90%;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:40px;
}

.footer-box h3{
    margin-bottom:20px;
    color:#ffffff;
}

.footer-box p{
    line-height:1.8;
    color:#ffffff;
}

.footer-box ul{
    list-style:none;
    padding:0;
}

.footer-box ul li{
    margin-bottom:12px;
}

.footer-box ul li a{
    color:#ffffff;
    text-decoration:none;
}

.footer-box ul li a:hover{
    color:#ffffff;
}

.footer-logo{
    width:180px;
    margin-bottom:20px;
}

.footer-bottom{
    border-top:1px solid rgba(0, 229, 255, 0.992);
    margin-top:40px;
    padding-top:20px;
    text-align:center;
    color:#fffefe;
}

.about-image,
.about-content,
.about-boxes .box{
    opacity:0;
    transition:1s ease;
}

.about-image{
    transform:translateX(-80px);
}

.about-content{
    transform:translateX(80px);
}

.about-boxes .box{
    transform:translateY(60px);
}

.about-image.show,
.about-content.show,
.about-boxes .box.show{
    opacity:1;
    transform:translate(0,0);
}


.product-card{

    opacity:0;
    transform:scale(0.8) rotateY(20deg);
    transition:all .8s ease;

}

.product-card.show{

    opacity:1;
    transform:scale(1) rotateY(0deg);

}

.product-card img{

    transition:.5s;

}

.product-card:hover img{

    transform:scale(1.08);

}

.product-card:hover{

    transform:translateY(-12px);
    box-shadow:0 20px 40px rgba(0,0,0,.18);

}

.why-card{

    opacity:0;
    transform:translateY(80px) rotate(-5deg) scale(0.9);
    transition:all .8s ease;

}

.why-card.show{

    opacity:1;
    transform:translateY(0) rotate(0deg) scale(1);

}

.why-card:hover{

    transform:translateY(-12px) scale(1.05);
    box-shadow:0 20px 40px rgba(0,0,0,.18);
    transition:.4s;

}

.why-card h3{

    transition:.4s;

}

.why-card:hover h3{

    color:#ff6600;

}


.manufacturing-image{

    opacity:0;
    transform:translateX(-120px) rotate(-6deg);
    transition:1s ease;

}

.manufacturing-content{

    opacity:0;
    transform:translateX(120px);
    transition:1s ease;

}

.manufacturing-image.show{

    opacity:1;
    transform:translateX(0) rotate(0);

}

.manufacturing-content.show{

    opacity:1;
    transform:translateX(0);

}

.facility-list li{

    opacity:0;
    transform:translateX(50px);
    transition:.6s ease;

}

.facility-list li.show{

    opacity:1;
    transform:translateX(0);

}

/* Hover Effect */

.manufacturing-image{

    overflow:hidden;
    border-radius:12px;

}

.manufacturing-image img{

    transition:.6s;

}

.manufacturing-image:hover img{

    transform:scale(1.08);

}

.manufacturing-content .btn{

    transition:.4s;

}

.manufacturing-content .btn:hover{

    transform:translateX(10px);

}

.quality-card{

    opacity:0;
    transform:translateY(70px) scale(0.8);
    transition:all .8s ease;
    border-radius:12px;

}

.quality-card.show{

    opacity:1;
    transform:translateY(0) scale(1);

}

.quality-icon{

    transition:.5s ease;
    display:inline-block;

}

.quality-card:hover .quality-icon{

    transform:translateY(-8px) rotate(15deg) scale(1.3);

}

.quality-card:hover{

    transform:translateY(-12px);
    box-shadow:0 20px 40px rgba(0,0,0,.18);

}

.quality-card h3{

    transition:.4s;

}

.quality-card:hover h3{

    color:#ff6600;

}

.global-image{

    opacity:0;
    transform:scale(.7) rotate(-8deg);
    transition:1s ease;

}

.global-image.show{

    opacity:1;
    transform:scale(1) rotate(0);

}

.country-card{

    opacity:0;
    transform:translateX(120px);
    transition:.8s ease;

}

.country-card.show{

    opacity:1;
    transform:translateX(0);

}


.global-image{

    overflow:hidden;
    border-radius:12px;

}

.global-image img{

    transition:.6s;

}

.global-image:hover img{

    transform:scale(1.08);

}

.country-card{

    transition:.4s;

}

.country-card:hover{

    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(142, 103, 103, 0.023);
    border-left:5px solid #ff6600;

}

.country-card h3{

    transition:.4s;

}

.country-card:hover h3{

    color:#ff6600;

}

.certificate-card{

    opacity:0;
    transform:perspective(1000px) rotateY(90deg) scale(0.8);
    transition:all .9s ease;
    border-radius:15px;
    overflow:hidden;

}

.certificate-card.show{

    opacity:1;
    transform:perspective(1000px) rotateY(0deg) scale(1);

}

.certificate-card img{

    width:100%;
    transition:.6s ease;

}

.certificate-card:hover img{

    transform:scale(1.1) rotate(3deg);

}


.certificate-card:hover{

    transform:translateY(-12px);
    box-shadow:0 20px 45px rgba(0, 255, 38, 0.262);

}


.certificate-card h3{

    transition:.4s;

}

.certificate-card:hover h3{

    color:#ff6600;

}


.certificate-card::before{

    content:"";

    position:absolute;

    top:0;
    left:-100%;

    width:100%;
    height:100%;

    background:linear-gradient(
        120deg,
        transparent,
        rgba(237, 232, 232, 0.595),
        transparent
    );

    transition:.8s;

}

.certificate-card:hover::before{

    left:100%;

}
.hero-video{
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.hero-video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.45);

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    color: rgb(236, 229, 229);
    text-align: center;
}

.hero-overlay h1{
    font-size: 60px;
    margin-bottom: 20px;
}

.hero-overlay p{
    font-size: 22px;
    margin-bottom: 30px;
}

.hero-overlay .btn{
    background:#000000;
    color:rgb(219, 219, 219)000949;
    padding:15px 35px;
    text-decoration:none;
    border-radius:6px;
    transition:.3s;
}

.hero-overlay .btn:hover{
    background:#009e7f;
}


.hero-slider {
    position: relative;
    width: 100%;
    height: 650px;
    overflow: hidden;
    background: #071c35;
}


.hero-slide {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    opacity: 0;

    transform: translateX(100%);

    transition:
        opacity 0.8s ease,
        transform 0.8s ease;

    pointer-events: none;
}


.hero-slide.active {
    opacity: 1;

    transform: translateX(0);

    pointer-events: auto;
}


.hero-slide img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    transform: scale(1);

    transition: transform 6s ease;
}



.hero-slide.active img {
    transform: scale(1.08);
}


.hero-slide-overlay {
    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(3, 20, 40, 0.78),
            rgba(3, 20, 40, 0.25)
        );
}

.hero-slide-content {
    position: absolute;

    top: 50%;
    left: 8%;

    transform: translateY(-50%);

    max-width: 700px;

    color: rgb(246, 244, 244);

    z-index: 2;
}


.hero-slide-content span {
    display: block;

    font-size: 16px;

    font-weight: bold;

    letter-spacing: 3px;

    margin-bottom: 18px;

    opacity: 0;

    transform: translateY(30px);
}

.hero-slide-content h1 {
    font-size: 52px;

    line-height: 1.15;

    margin: 0 0 20px;

    opacity: 0;

    transform: translateY(40px);
}

.hero-slide-content p {
    font-size: 19px;

    line-height: 1.6;

    margin-bottom: 30px;

    opacity: 0;

    transform: translateY(40px);
}

.hero-btn {
    display: inline-block;

    padding: 14px 30px;

    background: #00d9c0;

    color: #062344;

    text-decoration: none;

    font-weight: bold;

    border-radius: 5px;

    opacity: 0;

    transform: translateY(40px);

    transition:
        background 0.3s ease,
        transform 0.3s ease;
}


.hero-btn:hover {
    background: white;

    transform: translateY(-3px);
}

.hero-slide.active .hero-slide-content span {

    animation:
        slideText 0.8s ease forwards;

    animation-delay: 0.3s;
}


.hero-slide.active .hero-slide-content h1 {

    animation:
        slideText 0.9s ease forwards;

    animation-delay: 0.5s;
}


.hero-slide.active .hero-slide-content p {

    animation:
        slideText 0.9s ease forwards;

    animation-delay: 0.7s;
}


.hero-slide.active .hero-slide-content .hero-btn {

    animation:
        slideText 0.9s ease forwards;

    animation-delay: 0.9s;
}


@keyframes slideText {

    from {

        opacity: 0;

        transform: translateY(40px);

    }

    to {

        opacity: 1;

        transform: translateY(0);

    }

}

.hero-prev,
.hero-next {

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    width: 48px;

    height: 48px;

    border: none;

    border-radius: 50%;

    background: rgba(176, 173, 173, 0.407);

    color: white;

    font-size: 25px;

    cursor: pointer;

    z-index: 5;

    transition: 0.3s;
}


.hero-prev {

    left: 25px;

}


.hero-next {

    right: 25px;

}


.hero-prev:hover,
.hero-next:hover {

    background: #00d9c0;

    color: #062344;

}

.hero-dots {

    position: absolute;

    bottom: 25px;

    left: 50%;

    transform: translateX(-50%);

    display: flex;

    gap: 10px;

    z-index: 5;

}


.hero-dot {

    width: 12px;

    height: 12px;

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.567);

    cursor: pointer;

    transition: 0.3s;

}


.hero-dot.active {

    width: 30px;

    border-radius: 10px;

    background: #00d9c0;

}

@media (max-width: 768px) {

    .hero-slider {
        height: 500px;
    }

    .hero-slide-content {

        left: 25px;

        right: 25px;

        max-width: none;

        text-align: center;

    }

    .hero-slide-content span {

        font-size: 12px;

        letter-spacing: 2px;

    }

    .hero-slide-content h1 {

        font-size: 32px;

    }

    .hero-slide-content p {

        font-size: 16px;

    }

    .hero-prev,
    .hero-next {

        width: 38px;

        height: 38px;

        font-size: 20px;

    }

    .hero-prev {

        left: 10px;

    }

    .hero-next {

        right: 10px;

    }

}