:root {
    --primary-blue: #1a3c6e;
    --primary-green: #2e8b57;
    --light-green: #3cb371;
    --dark-bg: #0d1b2a;
}
.accordion-item {
    background: none;
    border: none;
    border-top: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
    border-bottom: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-body{white-space: pre-line;margin-top: -20px;}
.accordion-button{
    background: none;
    font-weight: bold;
}
.accordion-button:focus {
    box-shadow: none;
}
.accordion-button:not(.collapsed){
    background: none;
}
/* Breadcrumb */
.breadcrumb-section {
    background: #e5e5e5;
    padding: 15px 0;
}

.breadcrumb {
    margin: 0;
    font-size: 14px;
}

.breadcrumb-item a {
    color: var(--primary-blue);
    text-decoration: none;
}

/* Product Cards */
.product-card-body {
    padding: 20px;
}

.product-card-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 10px;
}
.product-card-title a{
    color:#2e8b57;
}
.product-card-text {
    font-size: 0.9rem;
    color: #666;
}

.btn-view {
    background: var(--primary-green);
    color: #fff;
    border: none;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 0.9rem;
    transition: all 0.3s;
}

.btn-view:hover {
    background: var(--light-green);
    color: #fff;
}

/* What is Section */
.what-is-section {
    background: var(--primary-green);
    padding: 50px 0;
    color: #fff;
}
.what-is-screening {
    background: var(--primary-green);
    padding: 50px 0 20px;
    color: #fff;
}
/* Working Principle */
.working-principle {
    background: #f8f9fa;
    padding: 50px 0;
}

/* Process Flow */
.process-flow {
    background: #dcdcdc;
    padding: 50px 0;
}

.process-step {
    padding: 25px 15px;
    background: #f8f9fa;
    width: 20%;
    position: relative;
    transition: all 0.3s;
}

.step-num {
    text-align: left;
    color: #009b4c;
    font-size: 1.8rem;
    font-style: italic;
    transition: all 0.3s;
}
.step-border {
    width: 90%;
    margin-left: 10%;
    margin-top: -10px;
    border: dashed 1px #009b4c;
}
.step-title {
    font-weight: 600;
    margin-bottom: 8px;
    transition: all 0.3s;
}

.step-desc {
    font-size: 0.85rem;
    color: #666;
    transition: all 0.3s;
}
.process-step:hover {
    background: var(--primary-green);
    color: #fff;
}

.process-step:hover .step-num {
    color: #fff;
}

.process-step:hover .step-title {
    color: #fff;
}
.process-step:hover .step-border {
    border: dashed 1px #fff;
}
.process-step:hover .step-desc {
    color: rgba(255,255,255,0.9);
}
.w-md-25{width: 25%;}
.leads{
    font-size: 1.25rem;
    font-weight: 400;
}
/* Types Section */
.types-section {
    background: #f8f9fa;
}

.type-card {
    background: #fff;
    padding: 20px 0;
    text-align: center;
    height: 100%;
    transition: all 0.3s;
    border: 2px solid #009b4c;
}

.type-card:hover {
    border-color: var(--primary-green);
    transform: translateY(-5px);
}

.type-icon {
    margin: 0 auto 20px;
}

.type-icon i {
    font-size: 2rem;
    color: #fff;
}

.type-title {
    font-weight: 600;
    margin-bottom: 10px;
    padding: 0 20px;
}
.type-title a{color: #333;}
.type-title a:hover{text-decoration: underline;}
.type-desc {padding: 0 20px;}
.half-green{background: linear-gradient(to bottom, transparent 50%,  #009b4c 50%);}
.crusher-section {
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 20px;
}

.crusher-container {
    display: flex;
    background-color: #009640;
}

.left-panel {
    flex: 2;
    padding: 40px;
}

.right-panel {
    flex: 1;
    padding: 30px 14px;
    border-left: 27px solid #fff;
}

.header-row {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    gap: 20px;
}

.header-row h1 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    white-space: nowrap;
    margin: 0;
}

.header-line {
    flex: 1;
    height: 5px;
    background-color: #ffffffa1;
}

.text-content {
    color: #ffffff;
}

.text-content h2 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 1.3;
}

.text-content p {
    line-height: 1.6;
    margin: 0;
}

.icon-crusher {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.faqs-section{
    background: #eee;
    padding: 50px 0;
}
/* Engineering Section */
.engineering-section{
    padding: 50px 0;
}
.engineering-section h2 {
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
}

.engineering-card {
    background: #fff;
    border: 2px solid var(--primary-green);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 30px;
}

.engineering-card img {
    width: 100%;
}

.engineering-card .card-body {
    padding: 10px;
    text-align: center;
}
.engineering-card .card-body a{
    color: #333;
}
.engineering-card .card-body a:hover{
    text-decoration: underline;
}

.engineering-card h5 {
    font-weight: 700;
    margin-bottom: 10px;
}

.engineering-card p {
    font-size: 14px;
    color: #666;
}
/* Applications */
.applications {padding: 50px 0;}
.applications h2 {
    text-align: center;
    font-weight: normal;
}

.application-item {
    text-align: center;
    padding: 30px 15px;
}

.application-item .icon-circle {
    width: 150px;
    height: 150px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.application-item .icon-circle i {
    font-size: 32px;
    color: #fff;
}

.application-item h5 {
    font-weight: 700;
    margin-bottom: 10px;
}

.application-item p {
    font-size: 14px;
    color: #666;
}
/* Contact CTA */
.contact-cta {
    padding: 50px 0;
    color: #fff;
}
.contact-cta iframe{
    margin: 1rem 0;
}
.contact-cta h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}

.contact-cta p {
    margin-bottom: 10px;
}

.contact-card {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding:4rem 2rem 1rem;
    text-align: center;
    position: relative;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.contact-cta .icon-circle {
    width: 80px;
    height: 80px;
    background-color: #00a651;
    border: 4px solid #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.contact-cta .icon-circle i {
    font-size: 2rem;
    color: #ffffff;
}
.contact-card .card-title {
    color: #333333;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.contact-card .card-content {
    color: #555555;
    font-size: 0.95rem;
    line-height: 1.8;
    text-align: left;
}
.contact-card .card-content strong {
    color: #333333;
}
.contact-card .card-content a {
    color: #555;
    text-decoration: none;
}
.contact-card .card-content a:hover {
    text-decoration: underline;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.crusher-section {
    animation: fadeInUp 0.8s ease-out;
}

.left-panel .text-content {
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

.right-panel .text-content {
    animation: fadeInUp 0.8s ease-out 0.4s both;
}
.contact-card-two {
    background-color: #bfbfbf;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding:4rem 2rem 1rem;
    text-align: center;
    position: relative;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.contact-card-two:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    background-color: #009944;
}

.contact-card-two .icon-circle {
    width: 120px;
    height: 120px;
    background-color: #fff;
    border: 1px dashed #009944;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.contact-card-two .icon-circle i {
    font-size: 2rem;
    color: #ffffff;
}
.contact-card-two .card-title {
    color: #333333;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.contact-card-two .card-content {
    color: #555555;
    font-size: 0.95rem;
    text-align: left;
}
.contact-card-two .card-content p {
    margin-bottom: 0.5rem;
}
.contact-card-two .card-content strong {
    color: #333333;
}
.contact-card-two .card-content a {
    color: #555;
    text-decoration: none;
}
.contact-card-two .card-content a:hover {
    text-decoration: underline;
}
.contact-card-two:hover .card-content a{color: #fff;}
.contact-card-two:hover .card-content p{color: #fff;}
.contact-card-two:hover .card-content strong{color: #fff;}
/* Comparison Section */
.comparison-section {
    padding: 50px 0 10px;
}

.comparison-card {
    overflow: hidden;
    margin-bottom: 40px;
}

.comparison-header {
    background: linear-gradient(to bottom, transparent 50%,  #009b4c 50%);
    color: #fff;
    padding: 20px;
    text-align: center;
}

.comparison-body {
    padding: 30px;
    background: #009b4c;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    background: #fff;
}

.comparison-table th,
.comparison-table td {
    padding: 12px 15px;
    text-align: center;
    border: 3px solid #009b4c;
}
/*features-section*/
.features-section {
    background-color: #f2f2f2;
}

.section-title {
    color: var(--primary-green);
    font-weight: 600;
}

.feature-card {
    background-color: #ffffff;
    border: none;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.feature-card .card-body {
    padding: 2.5rem 1.5rem;
}

.feature-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-title {
    color: #212529;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
}

.feature-text {
    color: #6c757d;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 0;
}
.font-weight-normal{font-weight: normal!important;}
.main-title {
    color: var(--primary-green);
    font-weight: normal;
    text-align: center;
    margin-bottom: 50px;
    font-size: 1.8rem;
}

.step-card {
    background: white;
    border-radius: 8px;
    padding: 25px 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    height: 100%;
}

.step-header {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.step-title {
    color: var(--primary-green);
    white-space: nowrap;
    margin-right: 15px;
}

.step-line {
    flex-grow: 1;
    border-bottom: 2px dashed var(--primary-green);
    opacity: 0.5;
}

.content-box {
    border: 2px solid var(--primary-green);
    background: white;
    padding: 15px;
    text-align: center;
    color:#333333;
    font-size: 0.95rem;
    line-height: 1.4;
}

.arrow-down {
    text-align: center;
    color: var(--primary-green);
    font-size: 1.5rem;
    margin: 5px 0;
}

.cta-button {
    background-color: var(--primary-green);
    color: white;
    border: none;
    padding: 18px 40px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 50px;
}

.cta-button:hover {
    background-color: #007a33;
    color: white;
}
/*contact-from-section*/
.contact-from-section{
    background: #f2f4f7;
}
.contact-form-message {
    padding: 50px 0;
}

.contact-form-message h1 {
    font-size: 32px;
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 15px;
}

.contact-form-message .subtitle {
    font-size: 15px;
    color: #6b7280;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.6;
    margin-left: auto;
    margin-right: auto;
}

.contact-form-message .form-group {
    position: relative;
    margin-bottom: 20px;
}

.contact-form-message .input-group {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: white;
    transition: all 0.3s ease;
}

.contact-form-message .input-group:focus-within {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.contact-form-message .input-group-text {
    background: transparent;
    border: none;
    color: #9ca3af;
    padding-left: 18px;
    font-size: 18px;
}

.contact-form-message .form-control {
    border: none;
    padding: 14px 18px 14px 12px;
    font-size: 15px;
    border-radius: 10px;
}

.contact-form-message .form-control:focus {
    box-shadow: none;
    border-color: transparent;
}

.contact-form-message .form-control::placeholder {
    color: #9ca3af;
    font-weight: 500;
}

.contact-form-message textarea.form-control {
    min-height: 150px;
    resize: none;
}

.contact-form-message .btn-send {
    background: #009944;
    color: white;
    border: none;
    padding: 14px 45px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.contact-form-message .btn-send:hover {
    background: #16a34a;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(34, 197, 94, 0.4);
}

.contact-form-message .btn-reset {
    background: #004199;
    color: white;
    border: none;
    padding: 14px 45px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.contact-form-message .btn-reset:hover {
    background: #152a45;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(30, 58, 95, 0.4);
}
.bg-none{background: none!important;}
.service-process {
    position: relative;
    background: url('../images/c9.jpg') center/cover no-repeat;
    padding: 60px 0;
}
.quote-hero-banner {
    padding: 50px 0;
}

.quote-hero-left {
    position: relative;
    overflow: hidden;
}

.quote-factory-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.quote-hero-right {
    position: relative;

}

.quote-hero-right::before {
    content: '';
    position: absolute;
    left: -18px;
    top: 30%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right: 30px solid #009944;
}

.quote-hero-content {
    padding: 2rem;
    color: white;
    background: #009944;
}

.quote-hero-title {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}

.quote-hero-subtitle {
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    opacity: 0.95;
    line-height: 1.5;
}

.quote-hero-description {
    font-size: 0.95rem;
    line-height: 1.7;
    opacity: 0.9;
    margin-bottom: 2rem;
}

.quote-btn-quote {
    background: white;
    color: var(--primary-green);
    border: none;
    padding: 0.875rem 2rem;
    font-weight: 600;
    font-size: 0.95rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.quote-btn-quote:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.quote-btn-contact {
    background: transparent;
    color: white;
    border: 2px solid white;
    padding: 0.875rem 2rem;
    font-weight: 600;
    font-size: 0.95rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.quote-btn-contact:hover {
    background: white;
    color: var(--primary-green);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.quote-button-group {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}
@media (max-width: 768px) {
    .main-title {
        font-size: 1.4rem;
    }

    .step-card {
        margin-bottom: 30px;
    }
    .contact-form-message h1 {
        font-size: 26px;
    }

    .contact-form-message .btn-send, .contact-form-message .btn-reset {
        width: 100%;
        margin-bottom: 12px;
    }
}
/*Case*/
.case-product-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px 10px rgba(0,0,0,0.08);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 1rem;
}

.case-product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

.case-product-image {
    width: 100%;
    object-fit: cover;
    background: linear-gradient(135deg, #e0e0e0 0%, #f5f5f5 100%);
}

.case-product-content {
    padding: 1.5rem;
}

.case-product-title {
    color: var(--primary-green);
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    text-transform: capitalize;
}

.case-product-description {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.6;
    text-align: justify;
    margin-bottom: 1rem;
    height: 45px;
    overflow: hidden;
}

.case-view-more {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--primary-green);
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    transition: gap 0.3s ease;
}

.case-view-more:hover {
    gap: 0.75rem;
    color: var(--primary-green);
}
.case-underline {
    width: 80px;
    height: 4px;
    background: var(--primary-green);
    margin: 12px 0;
}
.pagination-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    margin-top: 2rem;
}

.web_turn_page {
    margin: 30px 0;
    text-align: center;
    height: auto;
    clear: both;
    display: flex;
    align-items: center;
    justify-content: center;
}

.web_turn_page span {
    text-align: center;
    display: inline-block;
    margin: 5px 5px;
    position: relative;
    border: 1px solid #DDDDDD;
}

.web_turn_page span:hover {
    background: #e9edeb
}

.web_turn_page span a,.web_turn_page span font {
    display: block;
    font-size: 16px;
    padding: 9px 18px;
    background: #f5f7f6;
    text-decoration: none;
    color: #333;
}

.web_turn_page span a.prev-next {
    padding: 9px 20px;
}

.web_turn_page span.active a {
    background: #555;
    color: #fff;
    cursor: default
}
.web_turn_page span.active a:hover{
    color: #fff;
}
.web_turn_page strong {
    padding: 0 5px;
    vertical-align: middle;
}

/*solution-card*/
.solution-card {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 15px 4px rgba(0, 0, 0, 0.1);
    padding: 15px;
}


.solution-card .card-title {
    text-align: center;
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid #eee;
    font-weight: 600;
    font-size: 0.85rem;
}
.solution-card .card-title a{
    color: #595757;
}
/*case-content*/
.client-section {
    background: url('../images/b12.jpg')center/cover no-repeat;
    display: flex;
    align-items: center;
    padding: 60px 0;
}

.client-featured-image {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.client-featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.client-header-title {
    color: #ffffff;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 30px;
}

.client-stats-row {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.client-stat-box {
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    padding: 15px 25px;
}

.client-stat-label {
    color: #fff;
    margin-bottom: 5px;
}
.client-stat-box .tag1{
    display: none;
}
.client-stat-value {
    color: #ffffff;
    font-size: 24px;
    font-weight: 800;
}

.client-application-section {
    margin-bottom: 30px;
}

.client-application-title {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 15px;
}

.client-application-text {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    line-height: 1.8;
}
/*Configuration*/
.client-process-section {
    padding: 30px 0;
    max-width: 1400px;
    margin: 0 auto;
}

.client-divider {
    border: none;
    border-top: 2px solid var(--primary-green);
    opacity: 1;
    margin: 0;
}

.client-process-flow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 40px 0;
    gap: 10px;
}

.client-machine-card {
    background-color: #f0f7f4;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    width: 180px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.client-machine-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(40, 167, 69, 0.15);
}

.client-machine-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.client-machine-icon svg {
    width: 100%;
    height: 100%;
}

.client-machine-label {
    font-size: 0.9rem;
    font-weight: 600;
    color: #333333;
    margin: 0;
}

.client-machine-label.active {
    color: var(--primary-green);
}

.client-arrow-connector {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-green);
    font-size: 1.5rem;
    padding: 0 5px;
}

.client-arrow-connector i {
    font-weight: bold;
}
/**/
.photo-section {
    background-color: #ffffff;
    padding: 20px 0;
}
.photo-section-title {
    color: #009944;
    font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: 30px;
}
.carousel-container {
    position: relative;
}
.carousel-inner {
    border-radius: 8px;
    overflow: hidden;
}
.carousel-item img {
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
}
.carousel-control-prev,
.carousel-control-next {
    width: 40px;
    height: 40px;
    background-color: rgba(200, 200, 200, 0.7);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
}
.carousel-control-prev {
    left: 15px;
}
.carousel-control-next {
    right: 15px;
}
.carousel-control-prev:hover,
.carousel-control-next:hover {
    background-color: rgba(180, 180, 180, 0.9);
}
.carousel-indicators {
    gap: 8px;
}
.carousel-indicators button {
    width: 40px;
    height: 4px;
    border: none;
    border-radius: 2px;
    background-color: #ccc;
    opacity: 1;
}
.carousel-indicators button.active {
    background-color: #28a745;
    height: 5px;
}
.carousel-indicators button:not(.active) {
    height: 3px;
    opacity: 1;
}
@media (max-width: 768px) {
    .carousel-control-prev,
    .carousel-control-next {
        width: 36px;
        height: 36px;
    }
    .carousel-control-prev {
        left: 10px;
    }
    .carousel-control-next {
        right: 10px;
    }
    .carousel-indicators {
        margin-top: 15px;
    }
    .carousel-indicators button {
        width: 30px;
    }
}
@media (max-width: 576px) {
    .carousel-inner {
        border-radius: 0;
    }
    .carousel-control-prev,
    .carousel-control-next {
        width: 32px;
        height: 32px;
        background-color: rgba(150, 150, 150, 0.8);
    }
    .carousel-control-prev {
        left: 8px;
    }
    .carousel-control-next {
        right: 8px;
    }
}
/*process-card*/
.mineral-process-card {
    background: transparent;
    text-align: center;
}
.mineral-process-btn {
    display: inline-block;
    background-color: white;
    color: #228B22;
    padding: 12px;
    border-radius: 8px;
    font-weight: bold;
    font-size: 1rem;
    width: 100%;
    margin-bottom: 15px;
    text-decoration: none;
}
.mineral-process-btn:hover {
    background-color: #f0f0f0;
    color: #228B22;
}
.mineral-process-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 15px;
}
.mineral-process-description {
    color: white;
    font-size: 0.85rem;
    line-height: 1.6;
    text-align: left;
}
/* WhatsApp Button */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.8rem;
    box-shadow: 0 5px 20px rgba(37, 211, 102, 0.4);
    z-index: 1000;
    transition: all 0.3s;
    text-decoration: none;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    color: #fff;
}

/* Responsive */
@media (max-width: 992px) {
    .process-step{width: 100%;}
    .step-border{width: 95%;margin-left: 5%;}
    .crusher-container {
        flex-direction: column;
    }

    .right-panel {
        border-left: none;
        border-top: 2px solid rgba(255, 255, 255, 0.3);
    }

    .header-row h1 {
        font-size: 24px;
    }

    .text-content h2 {
        font-size: 18px;
    }
    .comparison-table th, .comparison-table td{
        padding: 5px;
    }
    .w-md-100{
        width: 100%!important;
        flex: 0 0 auto;
    }
    .quote-hero-right::before{display: none;}
    .client-stats-row {
        flex-direction: column;
        gap: 15px;
    }
    .client-process-flow {
        flex-direction: column;
        gap: 20px;
    }

    .client-arrow-connector {
        transform: rotate(90deg);
    }

    .client-machine-card {
        width: 200px;
    }
}
@media (max-width: 768px) {
    .quote-btn-quote,.quote-btn-contact {
        width: 100%;
        text-align: center;
    }
}
@media (max-width: 576px) {
    .left-panel, .right-panel {
        padding: 25px;
    }

    .header-row h1 {
        font-size: 20px;
    }

    .text-content h2 {
        font-size: 16px;
    }

    .text-content p {
        font-size: 13px;
    }
    .client-machine-card {
        width: 160px;
        padding: 15px;
    }

    .client-machine-icon {
        width: 80px;
        height: 80px;
    }
}
