*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Poppins',sans-serif;color:#222;overflow-x:hidden}
.container{width:90%;max-width:1280px;margin:auto}
img{max-width:100%;display:block}
a{text-decoration:none}
.header{position:fixed;top:0;width:100%;z-index:999;background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.08)}
.navbar{display:flex;justify-content:space-between;align-items:center;padding:18px 0}
.logo{font-size:34px;font-weight:800;color:#0b2a68}
.logo span{color:#ff6600}
nav ul{display:flex;gap:28px;list-style:none}
nav a{color:#111;font-weight:600}
.call-btn{background:#0b2a68;color:#fff;padding:14px 22px;border-radius:6px;font-weight:700}
.hero-slider,.inner-banner{position:relative}
.hero-slider{height:100vh;overflow:hidden}
.slide,.inner-banner{
background-size:cover;background-position:center
}
.slide{position:absolute;width:100%;height:100%;opacity:0;transition:1s ease}
.slide.active{opacity:1}
.overlay{position:absolute;inset:0;background:rgba(0,0,0,.65)}
.hero-content,.banner-content{position:relative;z-index:2;color:#fff}
.hero-content{height:100%;display:flex;align-items:center}
.hero-text{max-width:760px}
.hero-text h2{font-size:68px;font-weight:800}
.hero-text h1{font-size:82px;font-weight:800;color:#ff6600;line-height:1;margin:15px 0 25px}
.hero-text p{font-size:22px;line-height:1.8;margin-bottom:35px}
.inner-banner{height:420px;display:flex;align-items:center;margin-top:0px}
.banner-content h1{font-size:62px;font-weight:800}
.banner-content p{font-size:20px;margin-top:15px}
.btns{display:flex;gap:18px;flex-wrap:wrap}
.btn{padding:16px 28px;border-radius:6px;font-weight:700}
.orange{background:#ff6600;color:#fff}
.blue{background:#0b2a68;color:#fff}
.border{border:2px solid #fff;color:#fff}
.section{padding:100px 0}
.title{text-align:center;margin-bottom:60px}
.title h4{color:#ff6600;font-size:20px}
.title h2{font-size:48px;color:#0b2a68}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.service-grid,.gallery-grid,.feature-grid{
display:grid;grid-template-columns:repeat(3,1fr);gap:30px
}
.feature-grid{grid-template-columns:repeat(4,1fr)}
/*====================================
    OUR UNIT SECTION
====================================*/

.our-unit-section{
    padding:90px 0;
    background:#ffffff;
    position:relative;
    overflow:hidden;
}

.our-unit-section .container{
    width:90%;
    max-width:1320px;
    margin:auto;
}

/*====================================
    SECTION TITLE
====================================*/

.section-title{
    text-align:center;
    margin-bottom:55px;
}

.section-title span{
    display:inline-block;
    font-size:15px;
    font-weight:700;
    color:#ff7a00;
    text-transform:uppercase;
    letter-spacing:2px;
    margin-bottom:12px;
    position:relative;
}

.section-title h2{
    font-size:44px;
    color:#111111;
    font-weight:700;
    margin-bottom:18px;
    line-height:1.2;
}

.section-title p{
    max-width:760px;
    margin:auto;
    font-size:16px;
    color:#666666;
    line-height:1.8;
}
 /* =========================
   OUR UNIT SECTION
========================= */

.our-unit-section{
    padding:80px 0;
    background:#ffffff;
}

.unit-box{
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 5px 15px rgba(0,0,0,0.08);
    transition:0.3s ease;
    height:100%;
}

.unit-box:hover{
    transform:translateY(-5px);
}

.unit-box img{
    width:100%;
    height:280px;
    object-fit:contain;
    background:#f8f8f8;
    padding:10px;
    display:block;
}

.unit-content{
    padding:18px;
    text-align:center;
}

.unit-content h5{
    font-size:20px;
    font-weight:600;
    color:#222;
    margin:0;
}
/*====================================
    SHINE EFFECT
====================================*/
 
 /* ABOUT PAGE CSS */

.about-page{
    padding:90px 0;
    background:#f5f7fb;
    font-family:'Poppins',sans-serif;
}

.container{
    width:90%;
    max-width:1200px;
    margin:auto;
}

/* TOP SECTION */

.about-top{
    display:flex;
    align-items:center;
    gap:60px;
    margin-bottom:80px;
}

.about-image{
    flex:1;
}

.about-image img{
    width:100%;
    border-radius:20px;
    box-shadow:0 10px 35px rgba(0,0,0,0.12);
}

.about-content{
    flex:1;
}

.sub-title{
    color:#ff7a00;
    font-size:15px;
    font-weight:600;
    letter-spacing:2px;
}

.about-content h2{
    font-size:42px;
    color:#0d1b2a;
    margin:12px 0 25px;
}

.about-content p{
    font-size:16px;
    line-height:1.9;
    color:#555;
    margin-bottom:15px;
}

/* STATS */

.about-stats{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
    margin-top:35px;
}

.stat-box{
    background:#fff;
    padding:25px;
    border-radius:15px;
    text-align:center;
    box-shadow:0 8px 20px rgba(0,0,0,0.08);
    transition:0.3s;
}

.stat-box:hover{
    transform:translateY(-5px);
}

.stat-box h3{
    color:#ff7a00;
    font-size:30px;
    margin-bottom:8px;
}

.stat-box p{
    margin:0;
    color:#222;
    font-weight:500;
}

/* COMPANY SECTION */

.company-section{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:30px;
    margin-bottom:90px;
}

.company-card{
    background:#fff;
    padding:40px;
    border-radius:18px;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
    border-top:5px solid #ff7a00;
}

.company-card h3{
    font-size:28px;
    margin-bottom:20px;
    color:#0d1b2a;
}

.company-card p{
    color:#555;
    line-height:1.9;
    margin-bottom:12px;
}

/* EQUIPMENT */

.title-center{
    text-align:center;
    margin-bottom:50px;
}

.title-center span{
    color:#ff7a00;
    font-size:15px;
    font-weight:600;
    letter-spacing:2px;
}

.title-center h2{
    font-size:40px;
    margin-top:12px;
    color:#0d1b2a;
}

.equipment-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.equipment-card{
    background:#0d1b2a;
    color:#fff;
    padding:35px 25px;
    border-radius:18px;
    text-align:center;
    transition:0.3s;
    position:relative;
    overflow:hidden;
}

.equipment-card::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:#ff7a00;
}

.equipment-card:hover{
    transform:translateY(-8px);
}

.equipment-card h3{
    font-size:22px;
    margin-bottom:12px;
}

.equipment-card h4{
    color:#ffb066;
    font-size:20px;
    margin-bottom:10px;
}

.equipment-card p{
    color:#ddd;
    font-size:15px;
    line-height:1.7;
}

/* RESPONSIVE */

@media(max-width:991px){

    .about-top{
        flex-direction:column;
    }

    .company-section{
        grid-template-columns:1fr;
    }

    .equipment-grid{
        grid-template-columns:1fr 1fr;
    }

    .about-content h2{
        font-size:34px;
    }

    .title-center h2{
        font-size:32px;
    }

}

@media(max-width:600px){

    .equipment-grid,
    .about-stats{
        grid-template-columns:1fr;
    }

    .about-content h2{
        font-size:28px;
    }

}
 
 /* CLIENTS SECTION */

.clients-section{
    padding:90px 0;
    background:#ffffff;
    overflow:hidden;
    position:relative;
}

.section-heading{
    text-align:center;
    margin-bottom:55px;
}

.section-heading span{
    color:#ff7a00;
    font-size:15px;
    font-weight:600;
    letter-spacing:2px;
}

.section-heading h2{
    font-size:42px;
    color:#0d1b2a;
    margin:12px 0;
    font-weight:700;
}

.section-heading p{
    color:#666;
    font-size:16px;
}

/* SLIDER */

.clients-slider{
    width:100%;
    overflow:hidden;
    position:relative;
}

.clients-track{
    display:flex;
    align-items:center;
    gap:25px;
    width:max-content;
    animation:scrollClients 30s linear infinite;
}

.clients-slider:hover .clients-track{
    animation-play-state:paused;
}

/* CLIENT CARD */

.client-box{
    width:240px;
    height:140px;
    background:#fff;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:20px;
     
    border:1px solid #f0f0f0;
    transition:0.3s;
    flex-shrink:0;
}

.client-box:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 15px rgba(0,0,0,0.15);
}

.client-box img{
    width:100%;
    height:100%;
    object-fit:contain;
     
    transition:0.3s;
}

.client-box:hover img{
    filter:grayscale(0%);
}

/* ANIMATION */

@keyframes scrollClients{

    0%{
        transform:translateX(0);
    }

    100%{
        transform:translateX(-50%);
    }

}

/* RESPONSIVE */

@media(max-width:991px){

    .section-heading h2{
        font-size:34px;
    }

    .client-box{
        width:200px;
        height:120px;
    }

}

@media(max-width:600px){

    .section-heading h2{
        font-size:28px;
    }

    .client-box{
        width:170px;
        height:100px;
        padding:15px;
    }

    .clients-track{
        gap:15px;
    }

}
 


.card{
background:#fff;border-radius:10px;overflow:hidden;
box-shadow:0 5px 18px rgba(0,0,0,.08)
}
.card img{height:240px;width:100%;object-fit:cover}
.card h3{padding:24px 24px 10px;color:#0b2a68}
.card p{padding:0 24px 30px;line-height:1.8}
.features{background:#071d4d;color:#fff;padding:50px 0}
.feature h3{color:#ff6600;margin-bottom:10px}
.content-box h2{font-size:44px;color:#0b2a68;margin-bottom:25px}
.content-box p{line-height:1.9;font-size:18px;margin-bottom:20px}
.gallery-grid img{height:280px;object-fit:cover;border-radius:10px}
.contact{background:#f7f7f7}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px}
form input,form textarea{
width:100%;padding:16px;margin-bottom:18px;
border:1px solid #ddd;border-radius:6px
}
form button{border:none;cursor:pointer}
.footer{background:#000;color:#fff;padding-top:70px}
.footer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;padding-bottom:40px}
.footer ul{list-style:none}
.footer li{margin-bottom:12px}
.footer li a{ color:#fff;}
.footer li a:hover{ text-decoration:underline; }
.copyright{text-align:center;padding:22px;border-top:1px solid rgba(255,255,255,.15)}
.dots{
position:absolute;bottom:40px;left:50%;
transform:translateX(-50%);display:flex;gap:12px;z-index:20
}
.dot{width:14px;height:14px;border-radius:50%;background:#fff;opacity:.5;cursor:pointer}
.dot.active{background:#ff6600;opacity:1}

@media(max-width:992px){
.grid-2,.service-grid,.gallery-grid,.feature-grid,.contact-grid,.footer-grid{
grid-template-columns:1fr 1fr
}
.hero-text h2{font-size:50px}
.hero-text h1{font-size:62px}
.banner-content h1{font-size:48px}
}
@media(max-width:768px){
nav{display:none}
.grid-2,.service-grid,.gallery-grid,.feature-grid,.contact-grid,.footer-grid{
grid-template-columns:1fr
}
.hero-slider{height:auto;min-height:100vh}
.hero-content{padding:140px 0 100px}
.hero-text h2{font-size:38px}
.hero-text h1{font-size:48px}
.hero-text p{font-size:18px}
.banner-content h1{font-size:38px}
.logo{font-size:26px}
}
/* =========================
   ABOUT SECTION
========================= */

.about-section{
    padding:80px 0;
    background:#fff;
}

.about-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:50px;
    align-items:center;
}

.about-image img{
    width:100%;
    border-radius:10px;
}

.about-content h5{
    color:#f39c12;
    font-size:22px;
    margin-bottom:10px;
    font-weight:700;
}

.about-content h2{
    font-size:50px;
    line-height:1.1;
    margin-bottom:25px;
    font-weight:800;
    color:#111;
}

.about-content p{
    font-size:16px;
    line-height:1.9;
    color:#555;
    margin-bottom:20px;
}

.about-counter{
    display:flex;
    gap:40px;
    margin-top:40px;
    flex-wrap:wrap;
}

.counter-box{
    display:flex;
    align-items:center;
    gap:15px;
}

.counter-box .icon{
    font-size:40px;
}

.counter-box h3{
    font-size:32px;
    margin:0;
    color:#111;
}

.counter-box span{
    color:#f39c12;
    font-weight:700;
    font-size:14px;
}


/* =========================
   WHY CHOOSE US
========================= */

.why-choose{
    padding:90px 0;
    background:#2f3037;
}

.section-title{
    text-align:center;
    margin-bottom:60px;
}

.section-title h5{
    color:#ff5a1f;
    font-size:24px;
    font-weight:600;
    margin-bottom:15px;
}

.section-title h5 i{
    font-size:16px;
    margin-left:6px;
}

.section-title h2{
    color:#fff;
    font-size:60px;
    font-weight:800;
    line-height:1.2;
}

.choose-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.choose-box{
    border:1px solid rgba(255,255,255,0.08);
    padding:55px 35px;
    text-align:center;
    transition:0.4s;
}

.choose-box:hover{
    transform:translateY(-8px);
    border-color:#ff5a1f;
}

.choose-icon{
    margin-bottom:25px;
}

.choose-icon i{
    font-size:60px;
    color:#ff5a1f;
}

.choose-box h3{
    color:#fff;
    font-size:32px;
    margin-bottom:20px;
    font-weight:700;
}

.choose-box p{
    color:#d2d2d2;
    line-height:1.9;
    font-size:16px;
}


/* =========================
   INQUIRY SECTION
========================= */

.inquiry-section{
    padding:80px 0;
    background:#fff;
}

.inquiry-wrapper{
    background:
    linear-gradient(rgba(0,0,0,0.75),rgba(0,0,0,0.75)),
    url('images/inquiry-bg.jpg');
    background-size:cover;
    background-position:center;
    border-radius:10px;
    overflow:hidden;
    display:grid;
    grid-template-columns:35% 65%;
}

.inquiry-left{
    padding:50px 40px;
}

.inquiry-left h2{
    color:#fff;
    font-size:44px;
    font-weight:800;
    margin-bottom:20px;
}

.inquiry-left h2 span{
    color:#ff5a1f;
}

.inquiry-left p{
    color:#d7d7d7;
    line-height:1.9;
    margin-bottom:30px;
}

.info-box{
    display:flex;
    align-items:flex-start;
    gap:15px;
    margin-bottom:25px;
}
.info-box a{color:#fff;}
.info-box a:hover{text-decoration:underline;}
.info-icon{
    width:48px;
    height:48px;
    min-width:48px;
    min-height:48px;
    border:2px solid #ff5a1f;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#ff5a1f;
    font-size:18px;
    flex-shrink:0;
}

.info-box h4{
    color:#fff;
    margin-bottom:5px;
    font-size:18px;
}

.info-box p{
    margin:0;
    color:#d2d2d2;
}

.inquiry-right{
    padding:50px;
}

.form-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:18px;
    margin-bottom:18px;
}

.inquiry-form input,
.inquiry-form textarea{ font-family: 'Poppins',sans-serif;
    width:100%;
    padding:16px 18px;
    border:none;
    border-radius:6px;
    font-size:15px;
    background:#fff;
    outline:none;
}

.inquiry-form textarea{
    height:130px;
    resize:none;
    margin-bottom:20px;
}

.inquiry-form button{ font-family: 'Poppins',sans-serif;
    background:#ff5a1f;
    color:#fff;
    border:none;
    padding:16px 35px;
    border-radius:6px;
    font-size:15px;
    font-weight:700;
    cursor:pointer;
    transition:0.3s;
}

.inquiry-form button i{
    margin-left:8px;
}

.inquiry-form button:hover{
    background:#e04812;
}


/* =========================
   RESPONSIVE
========================= */

@media(max-width:992px){

    .choose-grid{
        grid-template-columns:1fr 1fr;
    }

    .inquiry-wrapper{
        grid-template-columns:1fr;
    }

}

@media(max-width:768px){

    .section-title h2{
        font-size:38px;
    }

    .choose-grid{
        grid-template-columns:1fr;
    }

    .form-grid{
        grid-template-columns:1fr;
    }

    .inquiry-left h2{
        font-size:34px;
    }

}
.inquiry-wrapper{ font-family: 'Poppins',sans-serif;
    background:
    linear-gradient(rgba(0,0,0,0.75), rgba(0,0,0,0.75)),
    url('../images/inquirybg.png');
    
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    border-radius: 10px;
    overflow: hidden;

    display: grid;
    grid-template-columns: 35% 65%;
}
.footer h3{
    color:#fff;
    font-size:28px;
    font-weight:700;
    margin-bottom:30px;
    display:inline-block;
    position:relative;
    padding-left:18px;
    text-transform:uppercase;
}

.footer h3::before{
    content:'';
    position:absolute;
    left:0;
    top:5px;
    width:5px;
    height:28px;
    background:#ff5a1f;
    border-radius:10px;
}

.footer h3::after{
    content:'';
    position:absolute;
    left:18px;
    bottom:-8px;
    width:100%;
    height:2px;
    background:linear-gradient(to right,#ff5a1f,transparent);
}
/* FOOTER LINKS */

.footer-links{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-links li{
    margin-bottom:18px;
    position:relative;
    padding-left:28px;
}

/* custom bullet */
.footer-links li::before{
    content:'';
    position:absolute;
    left:0;
    top:10px;
    width:10px;
    height:10px;
    background:#ff5a1f;
    border-radius:50%;
    box-shadow:0 0 10px rgba(255,90,31,0.8);
    transition:0.3s;
}

/* line effect */
.footer-links li::after{
    content:'';
    position:absolute;
    left:4px;
    top:14px;
    width:0;
    height:2px;
    background:#ff5a1f;
    transition:0.4s;
}

.footer-links li:hover::after{
    width:18px;
}

.footer-links li:hover::before{
    transform:scale(1.2);
}

.footer-links li a{
    color:#ffffff;
    text-decoration:none;
    font-size:17px;
    font-weight:500;
    transition:0.3s;
    display:inline-block;
}

/* hover effect */
.footer-links li a:hover{
    color:#ff5a1f;
    transform:translateX(8px);
}
/* ABOUT INFO SECTION */

.about-info{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;
    margin-top:40px;
}

/* INFO BOX */

.about-info .info-box{
    background:#fff;
    padding:28px 24px;
    border-radius:18px;
    display:flex;
    align-items:center;
    gap:18px;
    position:relative;
    overflow:hidden;
    border:1px solid #f1f1f1;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    transition:0.35s ease;
}

.about-info  .info-box:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(0,0,0,0.14);
}

/* TOP BORDER */

.info-box::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:linear-gradient(90deg,#ff7a00,#ff5500);
}

/* ICON */

.icon{
    width:72px;
    height:72px;
    min-width:72px;
    border-radius:20px;
    background:linear-gradient(135deg,#ff7a00,#ff5500);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:28px;
    box-shadow:0 12px 24px rgba(255,122,0,0.25);
}

/* CONTENT */

.info-content h4{
    font-size:30px;
    font-weight:700;
    color:#0d1b2a;
    margin-bottom:6px;
    line-height:1.2;
}

.info-content p{
    margin:0;
    color:#666;
    font-size:15px;
    font-weight:500;
    letter-spacing:0.3px;
}

/* RESPONSIVE */

@media(max-width:768px){

    .about-info{
        grid-template-columns:1fr;
    }

    .info-box{
        padding:24px 18px;
    }

    .icon{
        width:62px;
        height:62px;
        min-width:62px;
        font-size:24px;
    }

    .info-content h4{
        font-size:26px;
    }

}
/* LASER CUTTING SECTION */

.laser-section{
    padding:100px 0;
    background:#f7f9fc;
    font-family:'Poppins',sans-serif;
}

.container{
    width:90%;
    max-width:1200px;
    margin:auto;
}

/* GRID */

.laser-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:60px;
    align-items:center;
}

/* IMAGE */

.laser-image img{
    width:100%;
    border-radius:20px;
    box-shadow:0 15px 40px rgba(0,0,0,0.15);
}

/* CONTENT */

.sub-title{
    color:#ff7a00;
    font-size:15px;
    font-weight:600;
    letter-spacing:2px;
}

.laser-content h2{
    font-size:42px;
    color:#0d1b2a;
    margin:12px 0 20px;
    line-height:1.3;
}

.laser-content p{
    color:#555;
    font-size:16px;
    line-height:1.9;
    margin-bottom:25px;
}

/* MATERIAL BOX */

.material-box{
    background:#fff;
    padding:35px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    border-left:5px solid #ff7a00;
}

.material-box h3{
    font-size:28px;
    margin-bottom:25px;
    color:#0d1b2a;
}

.material-box ul{
    padding:0;
    margin:0;
    list-style:none;
}

.material-box ul li{
    display:flex;
    gap:12px;
    margin-bottom:18px;
    line-height:1.8;
    color:#555;
    font-size:15px;
}

.material-box ul li i{
    color:#ff7a00;
    margin-top:6px;
    font-size:14px;
}

/* BOTTOM SECTION */

.laser-bottom{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:30px;
    margin-top:60px;
}

.service-card{
    background:#fff;
    padding:40px;
    border-radius:20px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    transition:0.3s;
}

.service-card:hover{
    transform:translateY(-8px);
}

.service-icon{
    width:85px;
    height:85px;
    margin:auto;
    margin-bottom:25px;
    border-radius:50%;
    background:linear-gradient(135deg,#ff7a00,#ff5500);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:32px;
    box-shadow:0 12px 25px rgba(255,122,0,0.25);
}

.service-card h3{
    font-size:28px;
    margin-bottom:15px;
    color:#0d1b2a;
}

.service-card p{
    color:#666;
    line-height:1.9;
    font-size:15px;
}

/* RESPONSIVE */

@media(max-width:991px){

    .laser-grid{
        grid-template-columns:1fr;
    }

    .laser-bottom{
        grid-template-columns:1fr;
    }

    .laser-content h2{
        font-size:34px;
    }

}

@media(max-width:600px){

    .laser-content h2{
        font-size:28px;
    }

    .material-box{
        padding:25px;
    }

    .service-card{
        padding:30px 22px;
    }

}
 
 /* CNC BENDING SECTION */

.bending-section{
    padding:100px 0;
    background:#f7f9fc;
    font-family:'Poppins',sans-serif;
}

.container{
    width:90%;
    max-width:1200px;
    margin:auto;
}

/* GRID */

.bending-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:60px;
    align-items:center;
}

/* IMAGE */

.bending-image img{
    width:100%;
    border-radius:20px;
    box-shadow:0 15px 40px rgba(0,0,0,0.15);
}

/* CONTENT */

.sub-title{
    color:#ff7a00;
    font-size:15px;
    font-weight:600;
    letter-spacing:2px;
}

.bending-content h2{
    font-size:42px;
    color:#0d1b2a;
    margin:12px 0 25px;
    line-height:1.3;
}

.bending-content p{
    color:#555;
    font-size:16px;
    line-height:1.9;
    margin-bottom:18px;
}

/* MACHINE INFO */

.machine-info{
    margin-bottom:30px;
}

.machine-box{
    background:#fff;
    padding:22px 25px;
    border-radius:18px;
    display:flex;
    align-items:center;
    gap:18px;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
    border-left:5px solid #ff7a00;
}

.machine-icon{
    width:75px;
    height:75px;
    border-radius:18px;
    background:linear-gradient(135deg,#ff7a00,#ff5500);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:30px;
    box-shadow:0 10px 20px rgba(255,122,0,0.25);
}

.machine-text h4{
    font-size:28px;
    color:#0d1b2a;
    margin-bottom:6px;
}

.machine-text p{
    margin:0;
    color:#666;
    font-weight:500;
}

/* FEATURES */

.feature-list{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:18px;
    margin-top:35px;
}

.feature-item{
    background:#fff;
    padding:16px 18px;
    border-radius:14px;
    display:flex;
    align-items:center;
    gap:12px;
    font-size:15px;
    color:#333;
    font-weight:500;
    box-shadow:0 8px 20px rgba(0,0,0,0.06);
}

.feature-item i{
    color:#ff7a00;
    font-size:14px;
}

/* RESPONSIVE */

@media(max-width:991px){

    .bending-grid{
        grid-template-columns:1fr;
    }

    .bending-content h2{
        font-size:34px;
    }

}

@media(max-width:600px){

    .feature-list{
        grid-template-columns:1fr;
    }

    .machine-box{
        flex-direction:column;
        text-align:center;
    }

    .bending-content h2{
        font-size:28px;
    }

}
 /* =========================
   HEADER CSS
========================= */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:'Poppins',sans-serif;
}

.container{
    width:90%;
    max-width:1200px;
    margin:auto;
}

/* HEADER */

.header{
    width:100%;
    background:#fff;
    position:relative;
    z-index:999;
    box-shadow:0 2px 10px rgba(0,0,0,0.06);
}

/* NAVBAR */

.navbar{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:18px 0;
}

/* LOGO */

.logo img{
    width:260px;
}

/* MENU */

.nav-menu ul{
    display:flex;
    align-items:center;
    gap:32px;
    list-style:none;
}

.nav-menu ul li{
    position:relative;
}

.nav-menu ul li a{
    text-decoration:none;
    color:#0d1b2a;
    font-size:16px;
    font-weight:600;
    transition:0.3s;
}

.nav-menu ul li a:hover{
    color:#ff7a00;
}

/* DROPDOWN */

.submenu{
    position:absolute;
    top:120%;
    left:0;
    background:#fff;
    width:240px;
    border-radius:10px;
    padding:12px 0;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
    opacity:0;
    visibility:hidden;
    transition:0.3s;
}

.submenu li{
    width:100%;
}

.submenu li a{
    display:block;
    padding:12px 20px;
    font-size:15px;
}

.submenu li a:hover{
    background:#f7f7f7;
    color:#ff7a00;
}

.dropdown:hover .submenu{
    opacity:1;
    visibility:visible;
    top:100%;
}

/* CALL BUTTON */

.call-btn{
    background:#0d1b2a;
    color:#fff;
    text-decoration:none;
    padding:14px 24px;
    border-radius:10px;
    font-weight:600;
    transition:0.3s;
}

.call-btn:hover{
    background:#ff7a00;
}

/* MOBILE MENU BUTTON */

.mobile-menu-btn{
    width:45px;
    height:45px;
    background:#ff7a00;
    color:#fff;
    border-radius:8px;
    display:none;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    font-size:22px;
}

/* =========================
   MOBILE CSS
========================= */

@media(max-width:991px){

    .navbar{
        padding:15px 0;
    }

    .logo img{
        width:210px;
    }

    .mobile-menu-btn{
        display:flex;
    }

    .call-btn{
        display:none;
    }

    .nav-menu{
        position:absolute;
        top:100%;
        left:0;
        width:100%;
        background:#fff;
        padding:20px;
        display:none;
        border-top:1px solid #eee;
        box-shadow:0 10px 20px rgba(0,0,0,0.08);
    }

    .nav-menu.active{
        display:block;
    }

    .nav-menu ul{
        flex-direction:column;
        align-items:flex-start;
        gap:0;
    }

    .nav-menu ul li{
        width:100%;
        border-bottom:1px solid #f1f1f1;
    }

    .nav-menu ul li a{
        display:flex;
        justify-content:space-between;
        width:100%;
        padding:15px 0;
    }

    /* MOBILE DROPDOWN */

    .submenu{
        position:static;
        width:100%;
        opacity:1;
        visibility:visible;
        display:none;
        box-shadow:none;
        padding:0 0 10px;
        border-radius:0;
    }

    .submenu li a{
        padding:12px 15px;
        font-size:14px;
    }

    .dropdown.active .submenu{
        display:block;
    }

}
/* DESKTOP SUBMENU */

.submenu{
    position:absolute;
    top:120%;
    left:0;
    width:240px;
    background:#fff;
    border-radius:10px;
    padding:10px 0;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);

    /* FIX */
    display:flex;
    flex-direction:column;

    opacity:0;
    visibility:hidden;
    transition:0.3s ease;
    z-index:999;
}

/* SUBMENU ITEMS */

.submenu li{
    width:100%;
    display:block;
}

.submenu li a{
    display:block;
    width:100%;
    padding:12px 20px;
    font-size:15px;
    color:#0d1b2a;
    text-decoration:none;
    transition:0.3s;
}

.submenu li a:hover{
    background:#f7f7f7;
    color:#ff7a00;
}

/* SHOW DROPDOWN */

.dropdown:hover .submenu{
    opacity:1;
    visibility:visible;
    top:100%;
}

/* =========================
   MOBILE DROPDOWN FIX
========================= */

@media(max-width:991px){

    .nav-menu{
        position:absolute;
        top:100%;
        left:0;
        width:100%;
        background:#fff;
        padding:20px;
        display:none;
        box-shadow:0 10px 20px rgba(0,0,0,0.08);
    }

    .nav-menu.active{
        display:block;
    }

    .nav-menu ul{
        flex-direction:column;
        align-items:flex-start;
        gap:0;
    }

    .nav-menu ul li{
        width:100%;
        position:relative;
        border-bottom:1px solid #f1f1f1;
    }

    .nav-menu ul li a{
        display:flex;
        justify-content:space-between;
        align-items:center;
        width:100%;
        padding:15px 0;
    }

    /* MOBILE SUBMENU */

    .submenu{
        position:static;
        width:100%;
        background:#f8f8f8;
        box-shadow:none;
        border-radius:0;
        padding:0;
        margin-top:5px;

        /* IMPORTANT */
        display:none;
        opacity:1;
        visibility:visible;
    }

    .submenu li{
        border-bottom:none;
    }

    .submenu li a{
        padding:12px 15px;
        font-size:14px;
        color:#555;
    }

    /* OPEN BELOW MENU */

    .dropdown.active .submenu{
        display:block;
    }

}
/* MOBILE VIEW */
@media (max-width: 768px) {

    .inquiry-wrapper{
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .inquiry-left,
    .inquiry-right{
        width: 100%;
    }

    .form-grid{
        display: grid;
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .inquiry-form textarea{
        width: 100%;
    }

    .contact-info{
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .info-box{
        width: 100%;
    }

}
/* MOBILE RESPONSIVE CSS */
@media (max-width: 768px) {

    .about-grid{
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .about-image,
    .about-content{
        width: 100%;
    }

    .about-image img{
        width: 100%;
        height: auto;
        display: block;
    }

    .about-content{
        text-align: center;
    }

    .about-content h2{
        font-size: 30px;
    }

    .about-content p{
        font-size: 15px;
        line-height: 1.7;
    }

    .about-counter{
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 25px;
    }

    .counter-box{
        padding: 20px;
    }

}
/* =========================
   TIMELINE SECTION
========================= */

.company-timeline{
    padding:80px 20px;
    background:#f8f9fc;
    font-family:Arial, sans-serif;
}

.container{
    max-width:1200px;
    margin:auto;
}

.section-title{
    text-align:center;
    margin-bottom:60px;
}

.section-title h2{
    font-size:38px;
    color:#0d1b2a;
    margin-bottom:10px;
}

.section-title p{
    color:#666;
    font-size:16px;
}

/* Timeline */

.timeline{
    position:relative;
    max-width:1000px;
    margin:auto;
}

.timeline::before{
    content:"";
    position:absolute;
    width:4px;
    background:#1e3a5f;
    top:0;
    bottom:0;
    left:50%;
    transform:translateX(-50%);
}

/* Timeline Item */

.timeline-item{
    position:relative;
    width:50%;
    padding:20px 40px;
    box-sizing:border-box;
}

.timeline-item.left{
    left:0;
    text-align:right;
}

.timeline-item.right{
    left:50%;
}

/* Dot */

.timeline-item::before{
    content:"";
    position:absolute;
    width:18px;
    height:18px;
    background:#ff7a00;
    border:4px solid #fff;
    border-radius:50%;
    top:30px;
    z-index:2;
    box-shadow:0 0 10px rgba(0,0,0,0.2);
}

.timeline-item.left::before{
    right:-13px;
}

.timeline-item.right::before{
    left:-13px;
}

/* Content Box */

.timeline-content{
    background:#fff;
    padding:25px;
    border-radius:12px;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
    transition:0.3s;
}

.timeline-content:hover{
    transform:translateY(-5px);
}

.year{
    display:inline-block;
    background:#ff7a00;
    color:#fff;
    padding:6px 14px;
    border-radius:30px;
    font-size:14px;
    font-weight:bold;
    margin-bottom:15px;
}

.timeline-content h3{
    margin-bottom:12px;
    color:#0d1b2a;
    font-size:24px;
}

.timeline-content p{
    color:#555;
    line-height:1.7;
    font-size:15px;
}

/* =========================
   MOBILE RESPONSIVE
========================= */

@media(max-width:768px){

    .timeline::before{
        left:20px;
    }

    .timeline-item{
        width:100%;
        padding-left:60px;
        padding-right:20px;
        margin-bottom:40px;
    }

    .timeline-item.left,
    .timeline-item.right{
        left:0;
        text-align:left;
    }

    .timeline-item.left::before,
    .timeline-item.right::before{
        left:11px;
    }

    .section-title h2{
        font-size:30px;
    }
}
.whittex{color:#fff !important;}
/* SOCIAL ICONS */

.social-icons{
    display:flex;
    gap:12px;
    margin-top:20px;
}

.social-icons a{
    width:42px;
    height:42px;
    background:#ff6b00;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    transition:0.3s;
    text-decoration:none;
}

.social-icons a:hover{
    background:#fff;
    color:#ff6b00;
    transform:translateY(-4px);
}

/* INSTAGRAM ICON STYLE */

.fa-instagram{
    font-size:18px;
}