*{
    padding: 0;
    margin: 0;
}
h2{
    color:#2B2A29
}
p{
    color: #4B4B4B;
}
body{
    font-family: poppins;
}
.kd-header{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    z-index:999;
    transition: all .5s ease-in-out;

}

.kd-topbar{
    height:42px;
    display:flex;
    justify-content:flex-end;
    background-color: #fff;
}
.kd-topbar:before {
    content: "";
    position: relative;
    left: 27px;
    top: 0;
    width: 60px;
    height: 100%;
    background: #8E231E;
    transform: skewX(35deg);
    border-radius: 0px 10px;
}
.kd-topbar-inner{
    background:#8E231E;
    color:#fff;
    min-width:500px;
    height:42px;
    display:flex;
    align-items:center;
    justify-content:start;
    gap:50px;
    padding:0 40px;
    clip-path:polygon(25px 0,100% 0,100% 100%,0 100%,0 0);
        border-radius: 0px 0px 0 10px;
}

.kd-topbar-inner a{
    color:#fff;
    text-decoration:none;
    font-size:15px;
}

.kd-topbar-inner i{
    margin-right:8px;
}

/* =========================
   NAVBAR
========================= */

.kd-navbar {
    background: #fff;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: end;
    position: relative;
    padding: 0px 120px;
}

.kd-logo{
    position:absolute;
    left:50px;
    top:50%;
    transform:translateY(-50%);
}

.kd-logo img {
    height: 65px;
    position: absolute;
    top: -50px;
}

.kd-menu ul{
    display:flex;
    align-items:center;
    gap:50px;
    list-style:none;
    margin:0;
    padding:0;
}

.kd-menu a{
    text-decoration:none;
    color:#4B4B4B;
    font-size:15px;
    font-weight:500;
    transition:.3s;
    position:relative;
    padding-bottom:5px;
}

.kd-menu a::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:0;
    height:2px;
    background:#8E231E;
    transition:width .4s ease;
}

.kd-menu a:hover{
    color:#8E231E;
}

.kd-menu a:hover::after{
    width:100%;
}

.kd-menu a::after{
    content:"";
    position:absolute;
    left:50%;
    bottom:0;
    width:0;
    height:2px;
    background:#8E231E;
    transform:translateX(-50%);
    transition:width .4s ease;
}

.kd-menu a:hover::after{
    width:100%;
}


.kd-menu a.active{
    color:#8E231E;
    font-weight:600;
}

.kd-menu a:hover{
    color:#8E231E;
}

/* =========================
   STICKY
========================= */

.kd-header.sticky{
    position:fixed;
    top:0;
    left:0;
    transition: all .5s ease-in-out;
}
.kd-header.sticky .kd-logo img {
    height: 50px;
    position: absolute;
    top: -25px;
}
.kd-header.sticky .kd-topbar{
    display:none;
}

.kd-header.sticky .kd-navbar{
    height:75px;
    box-shadow:0 5px 25px rgba(0,0,0,.08);
}

/* =========================
   MOBILE
========================= */

.kd-toggle{
    display:none;
    border:none;
    background:none;
    cursor:pointer;
}

.kd-toggle span{
    display:block;
    width:28px;
    height:3px;
    background:#222;
    margin:5px 0;
}

@media(max-width:1024px){

    .kd-navbar{
        justify-content:space-between;
        padding:0 20px;
    }

    .kd-logo{
        position:static;
        transform:none;
    }

    .kd-logo img{
        height:60px;
    }

    .kd-toggle{
        display:block;
    }

    .kd-menu{
        position:fixed;
        right:-100%;
        top:0;
        width:300px;
        height:100vh;
        background:#fff;
        transition:.4s;
        box-shadow:-5px 0 20px rgba(0,0,0,.1);
        padding-top:100px;
    }

    .kd-menu.active{
        right:0;
    }

    .kd-menu ul{
        flex-direction:column;
        gap:0;
    }

    .kd-menu li{
        width:100%;
    }

    .kd-menu a{
        display:block;
        padding:15px 25px;
        border-bottom:1px solid #eee;
    }

    .kd-topbar{
        display:none;
    }
}

.video-banner{
    width:100%;
    /* height:100vh; */
    overflow:hidden;
}

.video-banner video{
    width:100%;
    /* height:100%; */
    object-fit:cover;
}



.about-manufacturing{
    position:relative;
    padding:100px 0;
    overflow:hidden;
    /* background:#f9f9f9; */
}

/* contour background */

.about-manufacturing::before{
    content:"";
    position:absolute;
    inset:0;
    background:url(../img/Pattern.png) center center;
    background-size:cover;
    /* opacity:.25; */
    pointer-events:none;
}

.about-manufacturing .container{
    position:relative;
    max-width:1400px;
    margin:auto;
    text-align:center;
    z-index:2;
}

.section-tag{
    display:block;
    letter-spacing:3px;
    font-size:18px;
    font-weight:500;
    color:#2f2f2f;
    margin-bottom:15px;
}

.section-title{
    font-size:52px;
    line-height:1;
    font-weight:700;
    color:#2B2A29;
    margin-bottom:35px;
}

.section-content{
    /* max-width:1200px; */
    margin:auto;
}

.section-content p{
    font-size:18px;
    line-height:1.9;
    color:#4B4B4B;
    margin-bottom:22px;
}

.about-btn{
    display:inline-flex;
    align-items:center;
    gap:15px;
    text-decoration:none;
    margin-top:20px;
    font-size:24px;
    font-weight:600;
    color:#8E231E;
}

.sub-heading{
    margin-top:50px;
    font-size:24px;
    color:#4B4B4B;
    font-weight:600;
}

.stats-grid{
    display:flex;
    justify-content:center;
    gap:60px;
    margin-top:50px;
    flex-wrap:wrap;
}

.circle{
    width:260px;
    height:260px;
    border-radius:50%;
    border:2px solid #d9d9d9;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    background:rgba(255,255,255,.45);
    backdrop-filter:blur(5px);
}
.circle h3{
    font-size: 55px;
    color: #000;
    margin-bottom: 12px;
    font-weight: 400;
}

.circle p{
    font-size:18px;
    line-height:1.4;
    color:#4B4B4B;
}

.circle {
    transition: all .4s ease;
    cursor: pointer;
}

.circle:hover{
    transform: translateY(-12px) scale(1);
    border-color: #8E231E;
    box-shadow: 0 20px 40px rgba(0,0,0,.12);
    background-color: #8E231E;
    color: #fff;
}

.circle:hover h3{
    color: #fff;
}

.circle:hover p{
    color: #fff;
}



.why-choose-section{
    padding:120px 0 80px;
    /* background:#f8f8f8; */
    position:relative;
    overflow:hidden;
    background:url(../img/Pattern.png) center center;
    background-size:cover;
}

.why-wrapper{
    width:95%;
    max-width:1550px;
    /* margin:auto; */
    background:#2f2f2f;
    display:flex;
    justify-content:start;
    align-items:center;
    padding:100px 100px 0;
    position:relative;
}

.why-content{
    width:60%;
}

.sub-title{
    color:#fff;
    letter-spacing:2px;
    font-size:15px;
    display:block;
    margin-bottom:0px;
}

.why-content h2{
    color:#fff;
    font-size:52px;
    margin-bottom:30px;
}

.why-content p{
    color:#d8d8d8;
    font-size:18px;
    line-height:1.9;
    margin-bottom:20px;
}

.why-image{
    width:48%;
    transform:translateY(-80px);
}

.why-image img{
    width: 100%;
    display: block;
    position: relative;
    right: -150px;
    top: -80px;
}

.feature-grid{
    width:90%;
    max-width:1600px;
    margin:-30px auto 0;
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:20px;
    position:relative;
    z-index:5;
    left: -55px;
}

.feature-card {
    background: #fff;
    padding: 50px 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    border-radius: 20px;
}

.feature-card img {
    width: 60px;
    margin-bottom: 10px;
    height: 60px;
}

.feature-card h4{
    font-size:18px;
    margin-bottom:15px;
    color:#4B4B4B;
    font-weight: 600;
}

.feature-card p{
    color:#4B4B4B;
    line-height:1.8;
    font-size: 15px;
}

.process-section{
    padding:120px 0;
    /* background:#f8f8f8; */
    position:relative;
}

.section-title{
    text-align:center;
}

.section-title span{
    display:block;
    font-size:18px;
    margin-bottom:15px;
    font-weight: 500;
}

.section-title h2{
    font-size:52px;
    font-weight:700;
    margin:0;
}
.process-section{
    padding:120px 0;
    /* background:#f8f8f8; */
    position:relative;
    overflow:hidden;
}

.process-section::before{
    content:"";
    position:absolute;
    inset:0;
    background:url(../img/Pattern.png) center center;
    /* opacity:.15; */
}

.process-wrapper{
    display:flex;
    justify-content:center;
    align-items:center;
    max-width:1600px;
    margin:auto;
}

.process-item{
    position:relative;
    margin-left:0px;
}

.process-item:first-child{
    margin-left:0;
}

.process-circle{
    width:325px;
    height:325px;
    position:relative;
}

.process-circle svg{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    transform:rotate(-90deg);
    background-color: #fff;
}

.process-item.reverse .process-circle svg{
    transform:rotate(90deg);
}

.dashed-circle{
    fill:none;
    stroke:#d2d2d2;
    stroke-width:2;
    stroke-dasharray:8 5;
}

.solid-circle{
    fill:none;
    stroke:#2f2f2f;
    stroke-width:2;

    stroke-dasharray:455 455;
    stroke-dashoffset:0;
}

.circle-content{
    position:absolute;
    inset:0;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
}

.circle-content img{
    width:70px;
    margin-bottom:20px;
}

.circle-content h3{
    font-size:18px;
    line-height:1.4;
    color:#4B4B4B;
    margin:0;
    font-weight: 500;
}

.step-no{
    position:absolute;
    right:-20px;
    top:50%;
    transform:translateY(-50%);
    width:42px;
    height:42px;
    background:#2f2f2f;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:600;
    z-index: 999999;
}

.process-item:nth-child(odd) svg{
    transform:rotate(180deg);
}

.process-item.reverse .process-circle svg {
    transform: rotate(0deg);
}

.process-item.reverse .step-no {
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    background: #2f2f2f;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    z-index: 999999;
}

.process-item{
    position:relative;
    z-index:1;
    
}

.process-item:hover{
    z-index:10;
}

.step-no{
    position:absolute;
    top:50%;
    right:-22px;
    transform:translateY(-50%);
    width:44px;
    height:44px;
    border-radius:50%;
    background:#2f2f2f;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:9999;
}

.process-item{
    overflow:visible;
}

.process-circle{
    overflow:visible;
}

.process-wrapper{
    overflow:visible;
}
.process-circle{
    overflow:visible;
}
.process-item{
    position:relative;
}

.process-item:nth-child(1){
    z-index:5;
}

.process-item:nth-child(2){
    z-index:4;
}

.process-item:nth-child(3){
    z-index:3;
}

.process-item:nth-child(4){
    z-index:2;
}

.process-item:nth-child(5){
    z-index:1;
}

.footer-section{
    /* background:#f2f2f2; */
}

/* CTA */

.footer-cta{
    padding:120px 20px;
    text-align:center;
    background:url(../img/Pattern.png) center center;
}

.footer-cta h2{
    font-size:52px;
    font-weight:700;
    color:#2B2A29;
    margin-bottom:25px;
}

.footer-cta p{
    max-width:900px;
    margin:auto;
    font-size:18px;
    line-height:1.8;
    color:#4B4B4B;
}

.cta-btn{
    display:inline-flex;
    align-items:center;
    gap:15px;
    margin-top:40px;
    padding:18px 45px;
    border-radius:50px;
    background:#8E231E;
    color:#fff;
    text-decoration:none;
    font-weight:600;
}

/* Footer */

.footer-main{
    background:#efefef;
}

.footer-grid{
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
}

.footer-col{
    padding:80px 70px;
}

.footer-col:nth-child(2){
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
}

.footer-col h4{
    margin-bottom:30px;
    font-size:20px;
}

.footer-links-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:30px;
}

.footer-links-grid ul,
.contact-list{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-links-grid li{
    margin-bottom:15px;
}

.footer-links-grid a{
    color:#4B4B4B;
    text-decoration:none;
    position:relative;
    display:inline-block;
    padding-bottom:3px;
}

.footer-links-grid a::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:0;
    height:2px;
    background:#8E231E;
    transition:width .4s ease;
}

.footer-links-grid a:hover::after{
    width:100%;
}

.footer-links-grid a:hover{
    color:#8E231E;
}

.social-title{
    margin-top:40px;
}

.social-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:15px;
}

.social-grid a{
    color:#4B4B4B;
    text-decoration:none;
    position:relative;
    display:inline-block;
    padding-bottom:3px;
}

.social-grid a::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:0;
    height:2px;
    background:#8E231E;
    transition:width .4s ease;
}

.social-grid a:hover::after{
    width:45%;
}

.social-grid a:hover{
    color:#8E231E;
}
.footer-center{
    text-align:center;
}

.footer-center img{
    max-width:180px;
    margin-bottom:35px;
}

.footer-center p{
    max-width:450px;
    margin:auto;
    line-height:2;
    color:#4B4B4B;
}

.contact-list li{
    margin-bottom:10px;
    line-height:2;
    color:#4B4B4B;
    display: flex;
    gap: 10px;
}
.contact-list a{
    color:#4B4B4B;
    text-decoration:none;
    position:relative;
    display:inline-block;
    padding-bottom:3px;
}

.contact-list a::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:0;
    height:2px;
    background:#8E231E;
    transition:width .4s ease;
}

.contact-list a:hover::after{
    width:100%;
}

.contact-list a:hover{
    color:#8E231E;
}
.copyright{
    text-align:center;
    padding:30px 0;
    border-top:1px solid #ddd;
    color:#4B4B4B;
}


.about-btn {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
    margin-top: 20px;
    font-size: 24px;
    font-weight: 600;
    color: #8E231E;
    position: relative;
    padding-bottom: 5px;
}

.about-btn::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:0;
    height:2px;
    background:#8E231E;
    transition:width .4s ease;
}

.about-btn:hover::after{
    width:100%;
}

.about-btn::after{
    content:"";
    position:absolute;
    left:50%;
    bottom:0;
    width:0;
    height:2px;
    background:#8E231E;
    transform:translateX(-50%);
    transition:width .4s ease;
}

.about-btn:hover::after{
    width:100%;
}

.cta-btn{
    position:relative;
    overflow:hidden;
    z-index:1;
}

.cta-btn::after{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:0;
    height:100%;
    background:#701a16;
    transition:.4s;
    z-index:-1;
}

.cta-btn:hover::after{
    width:100%;
}