* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

body {
    background: #101C22;
     text-decoration: none;
    color: white;
}

header {
    width: 100%;
    padding: 20px 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #101C22;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo img {
    /* width: 80px; */
    height: 80px;
}

nav {
    display: flex;
    align-items: center;
    gap: 25px;
}

nav a {
    color: #ddd;
    text-decoration: none;
    font-size: 16px;
}

.contact-btn {
    background: #167cff;
    padding: 10px 18px;
    border-radius: 8px;
    border: none;
    color: white;
    cursor: pointer;
}



/* =================================BG================= */


.hero-slider {
    /* position: relative;
    width: 90%;
    height: 80vh;
    margin: 20px auto;
    overflow: hidden;
    border-radius: 30px; */

    position: relative;
    width: 100%;
    height: 100vh;
    margin: 0px auto;
    overflow: hidden;
    border-radius: 0px;
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease;
}

.slide.active {
    opacity: 1;
}

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


.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide video {
    width: 100%;
    height: 100%;
    object-fit: contain;     /* SHOW FULL VIDEO */
    background: #000;       
}


.overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.45), rgba(0,0,0,0.2));
    z-index: 2;
}

.hero-inner {
    position: absolute;
    z-index: 3;
    text-align: center;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}

.hero-inner h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 15px;
}

.hero-inner p {
    font-size: 16px;
    color: #d6d6d6;
    margin-bottom: 30px;
}

.hero-buttons {
    display: flex;
    justify-content: center;
    gap: 18px;
}

.primary-btn,
.secondary-btn {
    padding: 14px 28px;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 600;
}

.primary-btn {
    background: #ffb703;
    color: #000;
}

.secondary-btn {
    border: 2px solid #fff;
    color: #fff;
}

/* Navigation */
.nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    color: #fff;
    border: none;
    padding: 12px 18px;
    cursor: pointer;
    z-index: 4;
    border-radius: 50%;
}

.prev { left: 20px; }
.next { right: 20px; }

/* Dots */
.dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    z-index: 4;
}

.dots span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 6px;
    background: #ccc;
    border-radius: 50%;
    cursor: pointer;
}

.dots span.active {
    background: #ffb703;
}




/* ===================================== */


.primary-btn {
    background: #1db4ff;
    padding: 12px 28px;
    border-radius: 8px;
    border: none;
    font-size: 15px;
    cursor: pointer;
    color: white;
    text-decoration: none;
}

.secondary-btn {
    background: transparent;
    border: 1px solid white;
    padding: 12px 28px;
    border-radius: 8px;
    font-size: 15px;
    cursor: pointer;
    color: white;
    text-decoration: none;
}

.hero-door {
    width: 320px;
    margin-top: 15px;
    filter: drop-shadow(0 0 25px #00e0ff);
}
.featured-products, .cutting-features, .why-choose, .testimonials {
    padding: 60px 60px;
    text-align: center;
}

.featured-products h2, .cutting-features h2, .why-choose h2, .testimonials h2 {
    font-size: 28px;
    margin-bottom: 25px;
}

.sub-text {
    color: #aaa;
    margin-bottom: 40px;
    font-size: 15px;
}

.product-grid {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.product-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid #1d3c40;
    border-radius: 12px;
    padding: 15px;
    width: 23%;
    text-align: left;
}

.product-card img {
    width: 100%;
    height: 150px;
    border-radius: 10px;
    object-fit: cover;
    margin-bottom: 12px;
}

.product-card h3 {
    font-size: 18px;
    margin-bottom: 6px;
}

.product-card p {
    color: #bbb;
    font-size: 14px;
}


.features-row {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.feature-box {
    width: 23%;
    background: rgba(255,255,255,0.05);
    border-radius: 12px;
    padding: 20px;
    border: 1px solid #1d3c40;
}

.feature-box h3 {
    color: #25befc;
    margin-bottom: 8px;
}


.why-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.why-card {
    width: 30%;
    background: rgba(255,255,255,0.05);
    border-radius: 12px;
    padding: 25px;
    border: 1px solid #1d3c40;
}

.icon {
    width: 45px;
    margin-bottom: 12px;
}


.testimonials {
    padding-bottom: 100px;
}

.testimonial-box {
    background: rgba(255,255,255,0.06);
    border: 1px solid #1d3c40;
    border-radius: 15px;
    width: 80%;
    margin: 0 auto;
    padding: 35px;
}

.testimonial-box p {
    font-size: 16px;
    margin: 15px 0;
}

.testimonial-box span {
    color: #ccc;
}

.testimonial-nav {
    margin-top: 20px;
}

.testimonial-nav button {
    background: transparent;
    border: 1px solid #25befc;
    color: #25befc;
    border-radius: 50%;
    padding: 8px 12px;
    font-size: 20px;
    cursor: pointer;
}
.footer {
    background: rgba(255,255,255,0.04);
    padding: 60px 60px 20px;
    border-top: 1px solid #1d3c40;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.footer-col {
    width: 30%;
}

.footer-col h3 {
    font-size: 20px;
}

.tagline {
    display: block;
    margin-top: 4px;
    font-size: 14px;
    color: #25befc;
}

.footer-col p {
    color: #ccc;
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.5;
}

.footer-col ul {
    list-style: none;
    margin-top: 12px;
}

.footer-col ul li {
    margin: 8px 0;
}

.footer-col ul li a {
    color: #ccc;
    text-decoration: none;
    font-size: 15px;
}

.footer-info {
    margin: 12px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ccc;
    font-size: 14px;
}

.icon-sm {
    font-size: 18px;
    color: #25befc;
}

.footer-social {
    display: flex;
    gap: 14px;
    margin-top: 14px;
}

.footer-social i {
    font-size: 22px;
    color: #25befc;
    cursor: pointer;
    transition: 0.3s ease;
}

.footer-social i:hover {
    color: white;
    transform: scale(1.15);
}

.footer-bottom {
    text-align: center;
    border-top: 1px solid #1d3c40;
    padding-top: 12px;
}

.footer-bottom p {
    color: #888;
    font-size: 14px;
}


/* =====================================================*/
/* ================================================================ */
 

/* ICON Styling Only */
.why-icon {
    font-size: 40px;
    color: #00c6d6;
    margin-bottom: 15px;
    display: block;
}


/* Responsive Fix */
@media (max-width: 768px) {
    .why-row {
        flex-direction: column;
    }

    .why-card {
        width: 100%;
    }
}


.why-card h3 , .feature-box h3 , .product-card h3 {
    font-size: 18px;
    color: #bbb;
    margin: 10px 0 0;
}

.why-card p  , .feature-box p , .product-card p  {
    font-size: 16px;
    color: #bbb;
    margin: 10px 0 0;
}



.testimonial-box h3{
    font-size: 20px;
    color: #FFAE00;
    text-align: left;
}


.testimonial-box p
{
text-align: justify;
font-size: 16px;
}



/* ================================ */

    .feat_infinite_section {
    padding: 60px 5%;
    color: #fff;
}

.feat_title {
    text-align: center;
    font-size: 30px;
    margin-bottom: 40px;
}

.feat_infinite_slider {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.feat_track {
    display: flex;
    width: calc(250px * 8); /* 8 cards (4 original + 4 copies) */
    animation: scrollLeft 20s linear infinite;
}

.feat_card {
    min-width: 250px;
    background: rgba(255,255,255,0.07);
    border: 1px solid #1d3c40;
    padding: 18px;
    border-radius: 12px;
    margin-right: 20px;
}

.feat_card img {
    width: 100%;
    height: 150px;
    border-radius: 12px;
    object-fit: cover;
    margin-bottom: 10px;
}

@keyframes scrollLeft {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-250px * 4)); } /* Move original 4 cards length */
}

/* RESPONSIVE */
@media (max-width: 600px) {
    /* .feat_card {
        min-width: 80%;
    } */

    .feat_track {
        width: calc(80% * 8);
    }
}


/* -----------  SECTION ----------- */



/* =================== RESPONSIVE CSS =================== */

/* General adjustments for tablets and small screens */
@media (max-width: 1024px) {
    header {
        padding: 15px 30px;
    }

    .hero-inner h1 {
        font-size: 36px;
    }

    .hero-inner p {
        font-size: 14px;
    }

    .hero-buttons {
        flex-direction: column;
        gap: 12px;
    }

    .features-row, .why-row, .product-grid {
        flex-wrap: wrap;
        justify-content: center;
    }

    .feature-box, .why-card, .product-card {
        width: 45%;
        margin-bottom: 20px;
    }
}

/* Mobile adjustments */
@media (max-width: 768px) {
    header {
        flex-direction: column;
        align-items: flex-start;
        padding: 15px 20px;
    }

    nav {
        flex-direction: column;
        width: 100%;
        display: none; /* Hide by default, show on toggle */
        background: #101C22;
        margin-top: 10px;
    }

    nav a {
        padding: 10px 15px;
        width: 100%;
        border-top: 1px solid #1d3c40;
    }

    nav a.contact-btn {
        margin: 10px 0;
        text-align: center;
    }

    .nav-toggle {
        display: block;
        font-size: 24px;
        cursor: pointer;
        color: #fff;
    }

    .hero-inner h1 {
        font-size: 28px;
    }

    .hero-inner p {
        font-size: 13px;
    }

    .hero {
        height: auto;
        padding: 60px 20px;
        text-align: center;
    }

    .feature-box, .why-card, .product-card {
        width: 100%;
    }


    
}

/* Extra small devices */
@media (max-width: 480px) {
    .hero-inner h1 {
        font-size: 24px;
    }

    .hero-inner p {
        font-size: 12px;
    }

    .primary-btn, .secondary-btn {
        padding: 10px 18px;
        font-size: 14px;
    }

    .testimonial-box {
        width: 95%;
        padding: 25px;
    }

    .feat_card img {
        height: 120px;
    }
}

/* =================== NAVIGATION TOGGLE SCRIPT =================== */





/* ===== HEADER ===== */
header {
    width: 100%;
    padding: 20px 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #101C22;
    position: relative;
    z-index: 10;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
}


nav {
    display: flex;
    align-items: center;
    gap: 25px;
}

nav a {
    color: #ddd;
    text-decoration: none;
    font-size: 16px;
}

.contact-btn {
    background: #167cff;
    padding: 10px 18px;
    border-radius: 8px;
    border: none;
    color: white;
    cursor: pointer;
}

/* Hamburger / nav toggle */
.nav-toggle {
    display: none;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}

/* ===== RESPONSIVE NAV ===== */
@media (max-width: 768px) {
    header {
        flex-wrap: wrap;
        padding: 15px 20px;
    }

    .nav-toggle {
        display: block;
    }

    nav {
        display: none;
        flex-direction: column;
        width: 100%;
        background: #101C22;
        margin-top: 10px;
        border-top: 1px solid #1d3c40;
    }

    nav a {
        padding: 10px 15px;
        width: 100%;
        border-bottom: 1px solid #1d3c40;
    }

    nav a.contact-btn {
        margin: 10px 0;
        text-align: center;
    }

    nav.active {
        display: flex;
    }
}

/* ===== TESTIMONIALS ===== */
.testimonials {
    padding: 60px 5%;
    text-align: center;
    color: #fff;
}

.testimonial-box {
    background: rgba(255,255,255,0.06);
    border: 1px solid #1d3c40;
    border-radius: 15px;
    width: 80%;
    margin: 20px auto;
    padding: 35px;
    font-size: 16px;
    text-align: justify;
}

.testimonial-box h3 {
    font-size: 20px;
    color: #FFAE00;
    text-align: left;
}

.testimonial-box span {
    display: block;
    margin-top: 10px;
    color: #ccc;
    text-align: left;
}

.testimonial-nav {
    margin-top: 20px;
}

.testimonial-nav button {
    background: transparent;
    border: 1px solid #25befc;
    color: #25befc;
    border-radius: 50%;
    padding: 8px 12px;
    font-size: 20px;
    cursor: pointer;
    margin: 0 10px;
}

@media (max-width: 600px) {
    .testimonial-box {
        width: 95%;
        padding: 25px;
    }

    .testimonial-nav button {
        padding: 6px 10px;
        font-size: 18px;
    }
}



/* ====================== */


/* ===== FOOTER RESPONSIVE ===== */
@media (max-width: 1024px) {
    .footer-content {
        flex-wrap: wrap;
        gap: 30px;
    }

    .footer-col {
        width: 45%;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-col {
        width: 100%;
        margin-bottom: 25px;
    }

    .footer-col ul li {
        margin: 6px 0;
    }

    .footer-info {
        justify-content: center;
        text-align: center;
    }

    .footer-social {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .footer {
        padding: 40px 20px 20px;
    }

    .footer-col h3 {
        font-size: 18px;
    }

    .tagline {
        font-size: 13px;
    }

    .footer-col p, 
    .footer-col ul li a, 
    .footer-info {
        font-size: 14px;
    }

    .footer-social i {
        font-size: 20px;
        margin: 0 8px;
    }

    .footer-bottom p {
        font-size: 13px;
    }
}



/* =========================== */



.floating-contact {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 9999;
}

.float-btn {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(0,0,0,0.25);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.float-btn:hover {
    transform: scale(1.12);
    box-shadow: 0 8px 20px rgba(0,0,0,0.35);
}

/* Colors */
.whatsapp {
    background: #25D366;
}

.call {
    background: #007bff;
}

.email {
    background: #ff5722;
}

/* Mobile Friendly */
@media (max-width: 768px) {
    .floating-contact {
        right: 15px;
        bottom: 15px;
    }

    .float-btn {
        width: 50px;
        height: 50px;
        font-size: 22px;
    }
}