

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:'oxanium',sans-serif;
    background:#f5f5f5;
}

/* Container */


/* Floating Rounded Header Styling */
.site-header {
    background-color: #ffffff;
    box-shadow: 0 8px 15px rgba(95, 94, 94, 0.08);
    position: sticky;
    top: 15px; /* Upar se thoda chhod kar float karega */
    z-index: 1000;
    width: 92%; /* Pura stretch na hokar dono taraf se gap dega */
    max-width: 1250px;
    margin: 8px auto; /* Center align karega */
    border-radius: 12px; /* Rounded corners */
    padding: 5px 0;
}

.header-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Logo Styling */
.header-logo img {
    height: 90px;
    width: auto;
    display: block;
}

/* Navigation Links */
.header-nav ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 50px;
    margin: 0;
    padding: 0;
}

.header-nav ul li a {
    text-decoration: none;
    font-size: 17px;
    font-weight: 700;
    color: #232323;
    transition: color 0.3s ease;
    padding: 10px 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

.header-nav ul li a:hover,
.header-nav ul li a.active {
    color: #b91c1c;
}

.header-nav ul li a i {
    font-size: 11px;
}

/* Dropdown Menu Styling */
.dropdown {
    position: relative;
}

.dropdown-menu {
    position: absolute;
    top: 177%;
    left: 0;
    background-color: #111827;
    min-width: 270px;
    list-style: none;
    padding: 8px 10px;
    display: flex;
    flex-direction: column;
    gap: 0 !important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 100;
}

.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-menu li {
    width: 100%;
}

.dropdown-menu li a{
    display: block !important;
    width: 100% !important;

    font-size: 15px !important;
    padding: 10px 20px 10px 20px !important;
    font-weight: 600 !important;

    color: #fff !important;
    background: #0E0C1B !important;
}
.dropdown-menu li:last-child a {
    border-bottom: none;
}

.dropdown-menu li a:hover {
    background-color: rgba(185, 28, 28, 0.2);
    color: #ef4444 !important;
}

/* Enquiry Button Styling */
.enquiry-now-btn {
    background-color: #ff0000;
    color: #ffffff;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    display: inline-block;
}

.enquiry-now-btn:hover {
    background-color: #dc2626;
    transform: translateY(-2px);
}


 .site-footer {
    background-color: #333638;
    color: #ffffff;
    padding-top: 50px;
}

.footer-container {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    padding: 0 20px 40px 20px;
}

.footer-col h3 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
    color: #ffffff;
    border-bottom: 2px solid transparent;
}

.footer-col p {
    font-size: 16px;
    line-height: 1.6;
    color: #cccccc;
    margin-bottom: 20px;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col ul li {
    margin-bottom: 12px;
}

.footer-col ul li a {
    color: #cccccc;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease;
}

.footer-col ul li a:hover {
    color: #ff0000;
}

.icon-hand {
    color: #ff0000;
    margin-right: 8px;
    font-size: 12px;
}

.contact-info li {
    font-size: 16px;
    color: #cccccc;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    line-height: 1.5;
}

.contact-icon {
    margin-right: 10px;
    color: #ff0000;
}

/* Social Icons */
.footer-social {
    display: flex;
    gap: 10px;
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background-color: #AF1810;
    color: #ffffff;
    border-radius: 4px;
    text-decoration: none;
    font-size: 15px;
}

/* Bottom Bar */
.footer-bottom {
    background-color: #222425;
    text-align: center;
    padding: 13px 20px;
    font-size: 15px;
    color: #aaaaaa;

}

.brand-red {
    color: #ff0000;
}




/*=========================
BLOG SECTION
=========================*/

.crushing-machine-blog{

    width:100%;

    padding:70px 20px;

}


.crushing-machine-container{

    max-width:1200px;

    margin:auto;

}


/*=========================
TITLE
=========================*/

.crushing-machine-title{

    font-size:45px;

    font-weight:700;

    color:#000;

    line-height:1.1;

    margin-bottom:30px;

}


/*=========================
PARAGRAPH
=========================*/

.crushing-machine-container p{

    font-size:17px;

    color:#232323;

    margin-bottom:20px;
    line-height: 26px;

    text-align:justify;

}


/*=========================
HEADING
=========================*/

.crushing-machine-container h2{

    font-size:25px;

    color:#000;

    margin-top:40px;

    margin-bottom:20px;

}


/*=========================
HIGHLIGHT BOX
=========================*/

.crushing-machine-highlight{

    background:#fff;

    border-left:5px solid #AF1810;

    padding:25px;

    margin:40px 0;

    border-radius:5px;

}

.crushing-machine-highlight p{

    margin:0;

    font-weight:500;

}

/*=========================
LIST
=========================*/

.crushing-list{

    padding-left:22px;

    margin:25px 0 40px;

}

.crushing-list li{

    margin-bottom:14px;

    font-size:17px;

    color:#232323;

    line-height:1.8;

}


/*=========================
TABLE
=========================*/

.crushing-table-responsive{

    overflow-x:auto;

    margin:35px 0;

}

.crushing-table{

    width:100%;

    border-collapse:collapse;

    background:#fff;

}

.crushing-table th{

    background:#AF1810;

    color:#fff;

    padding:16px;

    font-size:17px;

}

.crushing-table td{

    border:1px solid #ddd;

    padding:15px;

    text-align:center;

    font-size:16px;

}

.crushing-table tr:nth-child(even){

    background:#f7f7f7;

}

.crushing-table tr:hover{

    background:#eef6ff;

}


/*=========================
SUB HEADING
=========================*/

.crushing-machine-container h3{

    font-size:24px;

    color:#222;

    margin-top:30px;

    margin-bottom:15px;

}

/*==================================
FEATURE LIST
===================================*/

.crushing-feature-list{

    padding-left:22px;

    margin:25px 0 45px;

}

.crushing-feature-list li{

    font-size:17px;

    color:#232323;

    margin-bottom:14px;

    line-height:1.8;

}


/*==================================
PRODUCTION FLOW
===================================*/

.production-flow{

    flex-direction:column;

}

.flow-box{

    width:100%;

    flex:unset;

}

.flow-box h3{

    text-align:center;

}

.flow-arrow{

    display:none;

}

}

/*==================================
WHY BOX
===================================*/

.crushing-why-box{

    background:#fafafa;

    border:1px solid #e5e5e5;

    border-left:5px solid #AF1810;

    padding:25px;

    margin-bottom:22px;

    border-radius:6px;

    transition:.3s;

}



.crushing-why-box h3{

    color:#AF1810;

    font-size:23px;

    margin-bottom:10px;

}

.crushing-why-box p{

    margin:0;

}
/*==================================
NUMBER LIST
===================================*/

.crushing-number-list{

    padding-left:22px;

    margin:25px 0 40px;

}

.crushing-number-list li{

    margin-bottom:14px;

    font-size:17px;

    color:#232323;

    line-height:1.8;

}


/*==================================
FAQ
===================================*/

.crushing-faq{

    border:1px solid #ddd;

    padding:22px;

    margin-bottom:20px;

    border-radius:6px;

    background:#fff;

}

.crushing-faq h3{

    color:#AF1810;

    font-size:22px;

    margin-bottom:10px;

}

.crushing-faq p{

    margin:0;

}
.blog-image-1{

    width:100%;

    margin:30px 0;

}

.blog-image-1 img{

    width:50%;

    height:auto;

    display:block;

    object-fit:contain;

    border-radius:8px;

}


/*=====================================
FOOTER RESPONSIVE
=====================================*/

@media (max-width:1200px){

.site-footer{

    padding-top:50px;

}

.footer-container{

    grid-template-columns:repeat(2,1fr);

    gap:35px;

    padding:0 40px 40px;

}

}


/*============== TABLET ==============*/

@media (max-width:992px){

.footer-container{

    grid-template-columns:repeat(2,1fr);

    gap:30px;

    padding:0 30px 35px;

}

.footer-col h3{

    font-size:19px;

}

.footer-col p,
.footer-col ul li a,
.contact-info li{

    font-size:15px;

}

}


/*============== MOBILE ==============*/

@media (max-width:768px){

.site-footer{

    padding-top:40px;

}

.footer-container{

    grid-template-columns:1fr;

    gap:30px;

    padding:0 20px 30px;

}

.footer-col{

    text-align:left;

}

.footer-social{

    justify-content:flex-start;

}

.footer-bottom{

    padding:15px;

    font-size:14px;

    line-height:1.6;

}

}


/*============== SMALL MOBILE ==============*/

@media (max-width:576px){

.site-footer{

    padding-top:35px;

}

.footer-container{

    padding:0 15px 25px;

    gap:25px;

}

.footer-col h3{

    font-size:18px;

    margin-bottom:15px;

}

.footer-col p,

.footer-col ul li a,

.contact-info li{

    font-size:14px;

    line-height:1.7;

}

.social-icon{

    width:34px;

    height:34px;

    font-size:14px;

}

.footer-bottom{

    font-size:13px;

    padding:14px 12px;

}

}


/*============== EXTRA SMALL ==============*/

@media (max-width:375px){

.footer-col h3{

    font-size:17px;

}

.footer-col p,

.footer-col ul li a,

.contact-info li{

    font-size:13px;

}

.footer-bottom{

    font-size:12px;

    line-height:1.6;

}

.social-icon{

    width:32px;

    height:32px;

    font-size:13px;

}

}

/*====================================
RESPONSIVE HEADER
====================================*/

.mobile-toggle{
    display:none;
    width:48px;
    height:48px;
    background:#c31612;
    color:#fff;
    border-radius:8px;
    cursor:pointer;
    align-items:center;
    justify-content:center;
    font-size:22px;
}

/*============== 1200 ==============*/

@media (max-width:1200px){

.site-header{

    width:96%;
    top:10px;

}

.header-container{

    padding:0 20px;

}

.header-nav ul{

    gap:28px;

}

.header-logo img{

    height:75px;

}

.enquiry-now-btn{

    padding:13px 24px;
    font-size:15px;

}

.hero-section{

    height:auto;

}

.heroSwiper img{

    width:100%;
    height:auto;
    display:block;

}

}

/*============== 992 ==============*/

@media (max-width:992px){

.mobile-toggle{

    display:flex;

}

.header-btn{

    display:none;

}

.header-logo img{

    height:65px;

}

.header-nav{

    position:absolute;
    left:0;
    top:100%;
    width:100%;
    background:#fff;
    box-shadow:0 15px 35px rgba(0,0,0,.08);

    max-height:0;
    overflow:hidden;

    transition:.35s;

}

.header-nav.show-menu{

    max-height:700px;

}

.header-nav ul{

    flex-direction:column;
    align-items:flex-start;
    gap:0;
    padding:15px 0;

}

.header-nav ul li{

    width:100%;

}

.header-nav ul li a{

    width:100%;
    padding:15px 25px;

    border-bottom:1px solid #eee;

}

.dropdown-menu{

    position:static;

    opacity:1;
    visibility:visible;

    transform:none;

    display:none;

    width:100%;

    box-shadow:none;

    background:#f8f8f8;

}

.dropdown:hover .dropdown-menu{

    display:block;

}

.hero-section{

    margin-top:10px;

}

}

/*============== 768 ==============*/

@media (max-width:768px){

.site-header{

    width:95%;
    border-radius:10px;

}

.header-container{

    padding:12px 18px;

}

.header-logo img{

    height:55px;

}

.heroSwiper img{

    min-height:250px;
    object-fit:cover;

}

}

/*============== 576 ==============*/

@media (max-width:576px){

.header-logo img{

    height:48px;

}

.mobile-toggle{

    width:42px;
    height:42px;
    font-size:18px;

}

.heroSwiper img{

    min-height:220px;

}

}

/*============== 375 ==============*/

@media (max-width:375px){

.header-container{

    padding:10px 15px;

}

.header-logo img{

    height:42px;

}

}

/*=========================================
CRUSHING MACHINE BLOG RESPONSIVE
=========================================*/

@media (max-width:1200px){

.crushing-machine-blog{

    padding:60px 30px;

}

.crushing-machine-container{

    max-width:100%;

}

.crushing-machine-title{

    font-size:38px;

}

.crushing-machine-container p{

    font-size:17px;

}

.crushing-table th,
.crushing-table td{

    padding:14px;

}

}


/*============== TABLET ==============*/

@media (max-width:992px){

.crushing-machine-blog{

    padding:50px 25px;

}

.crushing-machine-title{

    font-size:32px;

    line-height:1.3;

}

.crushing-machine-container h2{

    font-size:24px;

}

.crushing-machine-container h3{

    font-size:22px;

}

.crushing-machine-container p{

    font-size:16px;

    line-height:28px;

}

.crushing-machine-highlight{

    padding:20px;

}

.crushing-table th{

    font-size:15px;

    padding:12px;

}

.crushing-table td{

    font-size:15px;

    padding:12px;

}

.crushing-list li,
.crushing-feature-list li,
.crushing-number-list li{

    font-size:16px;

}

.crushing-why-box{

    padding:20px;

}

.crushing-faq{

    padding:18px;

}

.production-flow{

    justify-content:center;

    gap:15px;

}

.flow-box{

    flex:0 0 calc(50% - 10px);

}

.flow-arrow{

    display:none;

}

}


/*============== MOBILE ==============*/

@media (max-width:768px){

.crushing-machine-blog{

    padding:40px 20px;

}

.crushing-machine-container{

    width:100%;

}

.crushing-machine-title{

    font-size:28px;

    line-height:1.4;

}

.crushing-machine-container h2{

    font-size:22px;

    margin-top:30px;

}

.crushing-machine-container h3{

    font-size:19px;

}

.crushing-machine-container p{

    font-size:15px;

    line-height:27px;

    text-align:left;

}

.crushing-machine-highlight{

    padding:18px;

    margin:30px 0;

}

.crushing-table-responsive{

    overflow-x:auto;

}

.crushing-table{

    min-width:700px;

}

.crushing-list,
.crushing-feature-list,
.crushing-number-list{

    padding-left:20px;

}

.crushing-list li,
.crushing-feature-list li,
.crushing-number-list li{

    font-size:15px;

    line-height:1.7;

}

.crushing-why-box{

    padding:18px;

}

.crushing-why-box h3{

    font-size:20px;

}

.crushing-faq{

    padding:18px;

}

.crushing-faq h3{

    font-size:19px;

}

.production-flow{

    flex-direction:column;

}

.flow-box{

    width:100%;

    flex:unset;

}

.flow-box h3{

    text-align:center;

}

.flow-arrow{

    display:none;

}

}


/*============== SMALL MOBILE ==============*/

@media (max-width:576px){

.crushing-machine-blog{

    padding:35px 15px;

}

.crushing-machine-title{

    font-size:24px;

}

.crushing-machine-container h2{

    font-size:20px;

}

.crushing-machine-container h3{

    font-size:18px;

}

.crushing-machine-container p{

    font-size:14px;

    line-height:25px;

}

.crushing-machine-highlight{

    padding:15px;

}

.crushing-table{

    min-width:650px;

}

.crushing-table th{

    font-size:14px;

    padding:10px;

}

.crushing-table td{

    font-size:14px;

    padding:10px;

}

.crushing-list li,
.crushing-feature-list li,
.crushing-number-list li{

    font-size:14px;

}

.crushing-why-box{

    padding:15px;

}

.crushing-why-box h3{

    font-size:18px;

}

.crushing-faq{

    padding:15px;

}

.crushing-faq h3{

    font-size:18px;

}

}


/*============== EXTRA SMALL ==============*/

@media (max-width:375px){

.crushing-machine-blog{

    padding:30px 12px;

}

.crushing-machine-title{

    font-size:21px;

}

.crushing-machine-container h2{

    font-size:18px;

}

.crushing-machine-container h3{

    font-size:17px;

}

.crushing-machine-container p{

    font-size:14px;

    line-height:24px;

}

.crushing-list li,
.crushing-feature-list li,
.crushing-number-list li{

    font-size:14px;

}

.crushing-why-box{

    padding:12px;

}

.crushing-faq{

    padding:12px;

}

.crushing-machine-highlight{

    padding:12px;

}

}