        html {
            font-size: 1rem;
        }

        /* Custom styles to maintain design while using Bootstrap */
        body {
            font-family: 'Poppins', Arial, sans-serif;
            line-height: 1.6;
            color: #000000;
            background-color: #ffffff;
        }
a.btn-dark {
    background-color: #000;
}

        .orange-text {
            color: #e77512;
        }

        .bg-orange {
            background-color: #e77512 !important;
        }

        .bg-light-orange {
            background-color: #ffead7;
        }

        .bg-light-gray {
            background-color: #f4f4f4;
        }

        .btn-orange {
            background-color: #e77512;
            border-color: #e77512;
            color: #ffffff;
        }

        .btn-orange:hover {
            background-color: #d66410;
            border-color: #d66410;
            color: #ffffff;
            transform: translateY(-2px);
        }

        .btn-outline-white {
            border: 2px solid #ffffff;
            color: #ffffff;
            background: transparent;
        }

        .btn-outline-white:hover {
            background-color: #ffffff;
            color: #e77512;
        }

        a {
            text-decoration: none;
            color: inherit;
        }

        /* Header styles */
        .navbar {
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }

        .navbar-brand img {
            width: 180px;
            height: auto;
        }

        .navbar-nav .nav-link {
            color: #000000 !important;
            font-weight: 400;
            margin: 0 15px;
        }

        .navbar-nav .nav-link:hover {
            color: #e77512 !important;
        }

        /* Hero section */
        .hero-section {
            background-color: #ffead7;
            background: url(./assets/images/banner-bg.jpg);
            background-position: center center;
            background-size: cover;
            background-repeat: no-repeat;
            padding: 70px 0px 70px 0px;
        }

        .hero-title {
            font-size: 2rem;
            font-weight: 700;
            line-height: 1.3;
            letter-spacing: 1px;
        }

        .feature-item {
            background-color: #464646;
            color: #ffffff;
            padding: 6px 22px 6px 6px;
            border-radius: 20px;
            font-size: 0.875rem;
        }

        .feature-icon {
            width: 24px;
            height: 24px;
        }

        .hero-bg-image {
            position: absolute;
            border-radius: 20px;
            pointer-events: none;
        }

        /* Contact sidebar */
        .contact-sidebar {
            position: fixed;
            right: 16px;
            top: 50%;
            transform: translateY(-50%);
            z-index: 1050;
        }

        .contact-icon {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background-color: #e77512;
            transition: transform 0.3s ease;
        }

        .contact-icon:hover {
            transform: scale(1.1);
        }

        /* Form section */
.delivery-ornge-box {
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.20);
}


        .form-section {
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
        }

        .form-container {
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
            border-radius: 10px;
            overflow: hidden;
            background-color: #ffffff;
        }

        .form-content {
            background-color: #f2f2f2;
        }

        .form-input {
            border: 1px solid #c6c6c6;
            background-color: #ffffff;
        }

        .form-input::placeholder {
            color: #929497;
        }

        /* Stats section */
        .stat-item {
            color: #000000;
        }

        .stat-number {
            font-size: 2rem;
            font-weight: 700;
            line-height: 1.5;
        }

        .stat-label {
            font-size: 1rem;
            line-height: 1.5;
        }

        .stat-icon {
            width: 60px;
            height: 60px;
        }

        /* Machine cards */
        .machine-card {
            background-color: #ffffff;
            border-radius: 10px;
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .machine-card:hover {
            transform: translateY(-5px);
            box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
        }

        .machine-title {
            font-size: 1.125rem;
            font-weight: 600;
        }

        .machine-features-title {
            font-size: 1rem;
            font-weight: 600;
            color: #e77512;
        }

        .bullet-icon {
            width: 24px;
            height: 24px;
            margin-top: 2px;
            flex-shrink: 0;
        }

        .spec-tags {
            position: absolute;
            bottom: 20px; 
            right: -23px;
        }

        .spec-tags.left-sec {
            right: auto;
            left: -22px;
        }

        .spec-tag {
            background-color: #e77512;
            color: #ffffff;
            padding: 8px 12px;
            border-radius: 5px;
            font-size: 0.875rem;
            font-weight: 600;
        }

        .output-tag {
            background-color: #000000;
            color: #ffffff;
            padding: 8px 12px;
            border-radius: 5px;
            font-size: 0.875rem;
        }

        /* Client logos */
        .client-logo {
            background-color: #f8f9fa;
            padding: 20px;
            border-radius: 10px;
            transition: transform 0.3s ease;
        }

        .client-logo:hover {
            transform: translateY(-5px);
        }

        .client-logo img {
            max-height: 80px;
            width: auto;
        }

        /* Feature cards */
        .feature-card {
            background-color: #ffead7;
            border-radius: 10px;
            padding: 40px 30px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            height: 100%;
        }

        .feature-card:hover {
            transform: translateY(-3px);
            box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.1);
        }

        .feature-icon-wrapper {
            background-color: #e77512;
            border-radius: 50%;
            padding: 30px;
            width: 120px;
            height: 120px;
        }

        .feature-icon-wrapper img {
            width: 75px;
            height: 75px;
        }

        /* Certificates */
        .certificate-item {
            background-color: #000000;
            padding: 6px;
            border-radius: 5px;
        }

        .certificate-item img {
            border-radius: 5px;
        }

        /* FAQ */
        .faq-question {
            background-color: #e77512;
            color: #ffffff;
            padding: 15px 30px;
            cursor: pointer;
            font-size: 1rem;
            font-weight: 700;
            border: none;
            width: 100%;
            text-align: left;
        }

        .faq-question.inactive {
            background-color: #f0f0f0;
            color: #000000;
            font-weight: 400;
        }

        .faq-answer {
            background-color: #ffffff;
            padding: 20px 30px;
            font-size: 1rem;
            line-height: 1.6;
            display: none;
        }

        .faq-answer.active {
            display: block;
        }

        .faq-icon {
            width: 12px;
            height: 12px;
            transition: transform 0.3s ease;
        }

        .faq-question.active .faq-icon {
            transform: rotate(180deg);
        }

        /* Footer */
        .footer {
            background-color: #f0f0f0;
        }

        .footer h3 {
            color: #e77512;
            font-size: 1.125rem;
            font-weight: 700;
        }

        .contact-icon-footer {
            width: 24px;
            height: 24px;
            margin-top: 4px;
        }

        .social-icon {
            width: 36px;
            height: 36px;
            background-color: #000000;
            border-radius: 10px;
            transition: transform 0.3s ease;
        }

        .social-icon:hover {
            transform: translateY(-2px);
        }

        .client-logo-main {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 20px;
        }

        /* Scroll to top */
        .scroll-top {
            position: fixed;
            bottom: 20px;
            right: 20px;
            width: 50px;
            height: 50px;
            background-color: #e77512;
            border-radius: 50%;
            cursor: pointer;
            transition: all 0.3s ease;
            z-index: 1000;
        }

        .scroll-top:hover {
            transform: translateY(-3px);
        }

        .owl-dots {
            display: none;
        }

        .owl-theme .owl-nav {
            position: absolute;
            width: 104%;
            display: flex !important;
            justify-content: space-between;
            top: 30%;
            left: -2%;
        }

        .owl-theme .owl-nav [class*=owl-]:hover {
            background: none !important;
        }

        .accordion {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .accordion-button {
            border: none;
            background: #F0F0F0;
            outline: 0 !important;
            box-shadow: none !important;
        }

        .accordion-button:not(.collapsed) {
            background-color: #e77512;
            color: #fff;
            font-weight: 600;
        }

        .accordion-item {
            border: none;
        }

        .accordion-button::after {
            content: "";
            background-image: url("./assets/images/accordian-1.svg") !important;
            background-position: center center;
            background-size: contain;
            background-repeat: no-repeat;
        }

        .accordion-button:not(.collapsed)::after {
            content: "";
            background-image: url("./assets/images/accordian-2.svg") !important;
            transform: rotate(0deg);
        }
.phone-foot {
    min-height: 110px;
}
.border-left {
    border-left: solid 1px #929497 !important;
}

.border-right{
      border-right: solid 1px #929497 !important;
}
.home-carousel h3 {
    font-weight: 400;
}
.output-tag span, .spec-tag span {
    font-weight: 400;
}

.output-tag {
    font-weight: 600;
}





        /* Responsive adjustments */
        @media (max-width: 1400px) {
            html {
                font-size: 15px;
            }

            .display-5 {
                font-size: 2.5rem; 
            }

            img.bg-image {
                width: 300px;
            }
        }

        /* Responsive adjustments */
        @media (max-width: 992px) {
            .hero-title {
                font-size: 1.875rem;
            }

            .hero-section {
                padding: 0;
            }

            .display-5 {
                font-size: 2.2rem;
            }


        }


        @media (max-width: 767px) {
            .border-left {
    border-left: 0px; 
}

.border-right{
    border-right:0px;
}
            .feature-item {
                font-size: 0.75rem;
                margin-bottom: 10px;
            }

            img.bg-image {
                width: 150px;
            }

            html , a.btn {
                font-size: 14px;
            }
            .client-logo-main {
                grid-template-columns: 1fr 1fr;
            }

            .display-5 {
                font-size: 1.8rem;
            }

            .spec-tags {
                position: static;
            }

            .owl-theme .owl-nav {
                position: absolute;
                width: 110%;
                display: flex !important;
                justify-content: space-between;
                top: 30%;
                left: -5%;
            }

            .feature-card {
                padding: 20px;
            }

            .feature-icon-wrapper {
                width: 60px;
                height: 60px;
            }
            .feature-icon-wrapper img {
    width: 35px;
    height: 35px;
}
.feature-card {
    align-items: flex-start !important;
}
.phone-foot {
    min-height: auto;
}


        }

        /* Responsive adjustments */
        @media (min-width: 768px) {
            .display-4 {
                font-size: 2.625rem;
            }

            .navbar-brand img {
                width: 280px;
            }


        }

        @media (min-width: 1024px) {
            .hero-title {
                /*font-size: 2.725rem;*/
                font-size: 2.425rem;
            }

            .display-4 {
                font-size: 3rem;
            }
        }


        .header.sticky-top{
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }

.header.sticky-top .navbar
        {
            box-shadow:unset !important
        }
        
        .btn-close.menu-close
        {
            display:none;
        }
        
        /* Default desktop (no change) */
@media (max-width: 991px) {
    
    .btn-close.menu-close
    {
        display:block;
    }
    
    
    .custom-slide-menu {
        position: fixed;
        top: 0;
        left: -100%; /* hidden */
        width: 67%;   /* full width */
        height: 100vh; /* full screen */
        background: #f37021; /* orange like your screenshot */
        transition: right 0.4s ease;
        padding-top: 80px; /* space for header */
        z-index: 1050;
    }

    .custom-slide-menu.show {
        left: 0; /* slide in full screen */
    }

    .custom-slide-menu ul {
        flex-direction: column;
        text-align: left;
        padding-left: 0px;
    }

    .custom-slide-menu .nav-link {
        padding: 15px 0;
        color: #fff !important; /* white text */
        
        border-bottom: 1px solid rgba(255,255,255,0.3);
    }
    .custom-slide-menu .menu-close {
        position: absolute;
        top: 20px;
        right: 20px;
        background: none;
        border: none;
        font-size: 24px;
        color: #fff;
        opacity: 1;
        z-index: 1060;
    }
}

        
        
        
        
        
        
        
        