.product-details-section {
    padding: 70px 0;
    background: #f8fafb;
}

.product-details-heading {
    max-width: 850px;
    margin-bottom: 40px;
}

.product-details-eyebrow {
    display: inline-block;
    margin-bottom: 10px;
    padding: 6px 12px;
    background: #eef3f6;
    border-radius: 5px;
    color: #1d3557;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.product-details-heading h2 {
    margin: 0 0 12px;
    color: #1d3557;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 700;
}

.product-details-intro {
    max-width: 780px;
    margin: 0;
    color: #667085;
    font-size: 15px;
    line-height: 1.7;
}


/* DETAIL CARD */

.product-detail-card {
    height: 100%;
    padding: 26px;
    background: #ffffff;
    border: 1px solid #e3e8ed;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.product-detail-card:hover {
    transform: translateY(-4px);
    border-color: #d3dce3;
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.08);
}


/* TOP */

.product-detail-top {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.product-detail-icon {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: #1d3557;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.product-detail-line {
    width: 45px;
    height: 1px;
    background: #dfe5e9;
}


/* CONTENT */

.product-detail-content h4 {
    margin: 0 0 9px;
    color: #1d3557;
    font-size: 19px;
    line-height: 1.35;
    font-weight: 700;
}

.product-detail-content p {
    margin: 0;
    color: #667085;
    font-size: 14px;
    line-height: 1.65;
}


/* MOBILE */

@media (max-width: 767px) {

    .product-details-section {
        padding: 50px 0;
    }

    .product-details-heading {
        margin-bottom: 30px;
    }

    .product-details-heading h2 {
        font-size: 28px;
    }

    .product-detail-card {
        padding: 22px;
    }

    .product-detail-content h4 {
        font-size: 18px;
    }

}

.milglass-grades-section {
    padding: 70px 0;
    background: #f8fafb;
}

.milglass-grades-heading {
    max-width: 850px;
    margin-bottom: 35px;
}

.milglass-grades-eyebrow {
    display: inline-block;
    margin-bottom: 10px;
    padding: 6px 12px;
    background: #eef3f6;
    border-radius: 5px;
    color: #1d3557;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.milglass-grades-heading h2 {
    margin: 0 0 12px;
    color: #1d3557;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 700;
}

.milglass-grades-heading p {
    max-width: 780px;
    margin: 0;
    color: #667085;
    font-size: 15px;
    line-height: 1.7;
}


/* TABLE */

.milglass-grade-table-wrap {
    overflow-x: auto;
    background: #ffffff;
    border: 1px solid #e3e8ed;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.milglass-grade-table {
    width: 100%;
    min-width: 700px;
    margin: 0;
    border-collapse: collapse;
}

.milglass-grade-table thead th {
    padding: 16px 20px;
    background: #1d3557;
    color: #ffffff;
    border: 0;
    font-size: 12px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.milglass-grade-table tbody td {
    padding: 18px 20px;
    border-bottom: 1px solid #edf0f2;
    color: #667085;
    font-size: 14px;
    vertical-align: middle;
}

.milglass-grade-table tbody tr:last-child td {
    border-bottom: 0;
}

.milglass-grade-table tbody tr {
    transition: background 0.25s ease;
}

.milglass-grade-table tbody tr:hover {
    background: #f8fafb;
}


/* GRADE NAME */

.milglass-grade-name {
    display: flex;
    align-items: center;
    gap: 12px;
}

.milglass-grade-name strong {
    color: #1d3557;
    font-size: 15px;
}

.milglass-grade-no {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #eef3f6;
    color: #1d3557;
    font-size: 11px;
    font-weight: 700;
}

.milglass-grade-table td strong {
    color: #1d3557;
    font-size: 14px;
}

.milglass-range {
    display: inline-block;
    margin-left: 5px;
    color: #98a2b3;
    font-size: 11px;
}


/* NOTE */

.milglass-grade-note {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-top: 20px;
    padding: 18px 20px;
    background: #ffffff;
    border: 1px solid #e3e8ed;
    border-radius: 12px;
}

.milglass-note-icon {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #eef5f0;
    color: #28734a;
    font-size: 13px;
    font-weight: 700;
}

.milglass-grade-note strong {
    display: block;
    margin-bottom: 4px;
    color: #344054;
    font-size: 13px;
}

.milglass-grade-note p {
    margin: 0;
    color: #667085;
    font-size: 13px;
    line-height: 1.6;
}


/* MOBILE */

@media (max-width: 767px) {

    .milglass-grades-section {
        padding: 50px 0;
    }

    .milglass-grades-heading h2 {
        font-size: 28px;
    }

    .milglass-grade-table thead th,
    .milglass-grade-table tbody td {
        padding: 14px 15px;
    }

    .milglass-grade-note {
        padding: 15px;
    }

}

.milglass-grade-image {
    width: 100%;
    max-width: 850px;
    margin: 0 auto 35px;
    text-align: center;
    overflow: hidden;
    border-radius: 14px;
}

.milglass-grade-image img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
    border-radius: 14px;
}

.milglass-quality-section {
    padding: 70px 0;
    background: #ffffff;
}

.milglass-quality-heading {
    max-width: 850px;
    margin-bottom: 35px;
}

.milglass-quality-eyebrow {
    display: inline-block;
    margin-bottom: 10px;
    padding: 6px 12px;
    background: #eef3f6;
    border-radius: 5px;
    color: #1d3557;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.milglass-quality-heading h2 {
    margin: 0 0 12px;
    color: #1d3557;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 700;
}

.milglass-quality-heading p {
    max-width: 780px;
    margin: 0;
    color: #667085;
    font-size: 15px;
    line-height: 1.7;
}


/* QUALITY CARD */

.milglass-quality-card {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 22px;
    background: #f8fafb;
    border: 1px solid #e3e8ed;
    border-radius: 14px;
    transition: all 0.3s ease;
}

.milglass-quality-card:hover {
    background: #ffffff;
    border-color: #d3dce3;
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}


/* NUMBER */

.milglass-quality-number {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: #1d3557;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
}


/* CONTENT */

.milglass-quality-content {
    min-width: 0;
}

.milglass-quality-label {
    display: block;
    margin-bottom: 5px;
    color: #667085;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.milglass-quality-content h4 {
    margin: 0;
    color: #1d3557;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 700;
}


/* MOBILE */

@media (max-width: 767px) {

    .milglass-quality-section {
        padding: 50px 0;
    }

    .milglass-quality-heading h2 {
        font-size: 28px;
    }

    .milglass-quality-card {
        padding: 18px;
        gap: 14px;
    }

    .milglass-quality-number {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
    }

    .milglass-quality-content h4 {
        font-size: 15px;
    }

}

/* PRODUCT IMAGE */

.milglass-grade-image {
    width: 100%;
    margin-top: 30px;
    text-align: center;
    overflow: hidden;
    border-radius: 16px;
}

.milglass-grade-image img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
    border-radius: 16px;
    transition: transform 0.4s ease;
}

.milglass-grade-image:hover img {
    transform: scale(1.02);
}

.milglass-applications-section {
    padding: 90px 0;
    background: #f7f8fa;
}

.milglass-applications-heading {
    max-width: 850px;
    margin: 0 auto 55px;
    text-align: center;
}

.milglass-applications-eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.milglass-applications-heading h2 {
    margin-bottom: 18px;
    font-size: 38px;
    font-weight: 700;
}

.milglass-applications-heading p {
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
    color: #666;
}

.milglass-application-card {
    height: 100%;
    padding: 32px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    transition: all 0.35s ease;
}

.milglass-application-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.milglass-application-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.milglass-application-icon {
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1f3f5;
    border-radius: 12px;
    font-size: 28px;
}

.milglass-application-number {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #999;
}

.milglass-application-content h4 {
    margin-bottom: 12px;
    font-size: 21px;
    font-weight: 700;
}

.milglass-application-content p {
    margin: 0;
    font-size: 15px;
    line-height: 1.75;
    color: #666;
}

@media (max-width: 767px) {

    .milglass-applications-section {
        padding: 60px 0;
    }

    .milglass-applications-heading h2 {
        font-size: 30px;
    }

    .milglass-application-card {
        padding: 25px;
    }

}

.milglass-handling-section {
    padding: 90px 0;
    background: #f7f8fa;
}

/* SECTION HEADING */

.milglass-handling-heading {
    max-width: 850px;
    margin: 0 auto 55px;
    text-align: center;
}

.milglass-handling-eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.milglass-handling-heading h2 {
    margin-bottom: 18px;
    font-size: 38px;
    font-weight: 700;
}

.milglass-handling-heading p {
    margin: 0;
    color: #666;
    font-size: 16px;
    line-height: 1.8;
}


/* PACKAGING CARDS */

.milglass-packaging-card {
    height: 100%;
    padding: 32px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    transition: all 0.35s ease;
}

.milglass-packaging-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.milglass-packaging-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.milglass-packaging-icon {
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1f3f5;
    border-radius: 12px;
    font-size: 27px;
}

.milglass-packaging-number {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #999;
}

.milglass-packaging-label {
    display: block;
    margin-bottom: 7px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #888;
}

.milglass-packaging-card h4 {
    margin-bottom: 8px;
    font-size: 23px;
    font-weight: 700;
}

.milglass-packaging-card strong {
    display: block;
    margin-bottom: 14px;
    font-size: 14px;
    font-weight: 600;
}

.milglass-packaging-card p {
    margin: 0;
    color: #666;
    font-size: 15px;
    line-height: 1.75;
}


/* HANDLING INFORMATION GRID */

.milglass-handling-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 45px;
}

.milglass-handling-card {
    padding: 30px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    transition: all 0.3s ease;
}

.milglass-handling-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

.milglass-handling-card-head {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.milglass-handling-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1f3f5;
    border-radius: 12px;
    font-size: 24px;
}

.milglass-handling-card-head span {
    display: block;
    margin-bottom: 3px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #999;
}

.milglass-handling-card-head h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}

.milglass-handling-card p {
    margin: 0;
    color: #666;
    font-size: 15px;
    line-height: 1.8;
}


/* RESPONSIVE */

@media (max-width: 767px) {

    .milglass-handling-section {
        padding: 60px 0;
    }

    .milglass-handling-heading h2 {
        font-size: 30px;
    }

    .milglass-handling-grid {
        grid-template-columns: 1fr;
        margin-top: 30px;
    }

    .milglass-packaging-card,
    .milglass-handling-card {
        padding: 25px;
    }

}

.milglass-related-section {
    padding: 90px 0;
    background: #ffffff;
}


/* SECTION HEADING */

.milglass-related-heading {
    max-width: 850px;
    margin: 0 auto 55px;
    text-align: center;
}

.milglass-related-eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.milglass-related-heading h2 {
    margin-bottom: 18px;
    font-size: 38px;
    font-weight: 700;
}

.milglass-related-heading p {
    margin: 0;
    color: #666;
    font-size: 16px;
    line-height: 1.8;
}


/* RELATED CARD */

.milglass-related-card {
    height: 100%;
    padding: 32px;
    background: #f8f9fa;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    transition: all 0.35s ease;
}

.milglass-related-card:hover {
    transform: translateY(-6px);
    background: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}


/* CARD TOP */

.milglass-related-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.milglass-related-icon {
    width: 58px;
    height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;

    font-size: 27px;
}

.milglass-related-number {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #999;
}


/* CATEGORY */

.milglass-related-category {
    display: block;
    margin-bottom: 8px;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;

    color: #888;
}


/* TITLE */

.milglass-related-card h4 {
    margin-bottom: 12px;
    font-size: 22px;
    font-weight: 700;
}


/* TAG */

.milglass-related-tag {
    display: inline-block;
    margin-bottom: 16px;

    padding: 6px 12px;

    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 30px;

    font-size: 12px;
    font-weight: 600;
    color: #666;
}


/* DESCRIPTION */

.milglass-related-card p {
    margin: 0 0 22px;

    color: #666;
    font-size: 15px;
    line-height: 1.75;
}


/* LINK */

.milglass-related-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    font-size: 14px;
    font-weight: 700;
    text-decoration: none;

    color: inherit;

    transition: all 0.3s ease;
}

.milglass-related-link span {
    font-size: 20px;
    line-height: 1;
    transition: transform 0.3s ease;
}

.milglass-related-link:hover span {
    transform: translateX(5px);
}


/* RESPONSIVE */

@media (max-width: 767px) {

    .milglass-related-section {
        padding: 60px 0;
    }

    .milglass-related-heading h2 {
        font-size: 30px;
    }

    .milglass-related-card {
        padding: 25px;
    }

}

.hero-card {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

/* =========================================
   WETTING MECHANISM SECTION
========================================= */

.wetting-mechanism-section {
    padding: 90px 0;
    background: #f7f9fb;
}

.wetting-mechanism-content {
    padding-right: 30px;
}

.wetting-eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #1683c5;
}

.wetting-mechanism-content h2 {
    margin: 0 0 20px;
    font-size: 42px;
    line-height: 1.15;
    font-weight: 700;
    color: #172b3a;
}

.wetting-mechanism-content > p {
    margin: 0 0 30px;
    font-size: 16px;
    line-height: 1.8;
    color: #5f6b75;
    text-align: justify;
}


/* KEY POINT */

.wetting-key-point {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    padding: 20px 22px;
    background: #ffffff;
    border-left: 4px solid #1683c5;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.wetting-point-icon {
    width: 34px;
    height: 34px;
    min-width: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #1683c5;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
}

.wetting-key-point strong {
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
    color: #172b3a;
}

.wetting-key-point p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #6c757d;
}


/* IMAGE / GRAPH */

.wetting-mechanism-image {
    padding: 25px;
    background: #ffffff;
    border: 1px solid #e5e9ed;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.07);
}

.wetting-mechanism-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.wetting-image-caption {
    margin-top: 18px;
    padding-top: 15px;
    border-top: 1px solid #e5e9ed;
    font-size: 12px;
    line-height: 1.6;
    color: #7a858e;
}


/* RESPONSIVE */

@media (max-width: 991px) {

    .wetting-mechanism-section {
        padding: 60px 0;
    }

    .wetting-mechanism-content {
        padding-right: 0;
    }

    .wetting-mechanism-content h2 {
        font-size: 34px;
    }

}

@media (max-width: 575px) {

    .wetting-mechanism-section {
        padding: 45px 0;
    }

    .wetting-mechanism-content h2 {
        font-size: 30px;
    }

    .wetting-mechanism-image {
        padding: 15px;
    }

}

/* =========================================
   DISPERSION MECHANISM
========================================= */

.dispersion-mechanism-section {
    padding: 90px 0;
    background: #f7f9fb;
}


/* HEADING */

.dispersion-mechanism-heading {
    max-width: 850px;
    margin: 0 auto 55px;
    text-align: center;
}

.dispersion-eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #1683c5;
}

.dispersion-mechanism-heading h2 {
    margin: 0 0 18px;
    font-size: 42px;
    line-height: 1.15;
    font-weight: 700;
    color: #172b3a;
}

.dispersion-mechanism-heading p {
    max-width: 760px;
    margin: auto;
    font-size: 16px;
    line-height: 1.8;
    color: #66727c;
}


/* PROCESS */

.dispersion-process {
    display: flex;
    align-items: stretch;
    gap: 20px;
}


/* STEP CARD */

.dispersion-step {
    flex: 1;
    position: relative;
    padding: 30px;
    background: #ffffff;
    border: 1px solid #e4e9ed;
    border-radius: 4px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.dispersion-step:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.09);
}


/* TOP */

.dispersion-step-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.dispersion-icon {
    width: 62px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eef7fc;
    border-radius: 50%;
    font-size: 27px;
}

.dispersion-number {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #a3adb5;
}


/* CONTENT */

.dispersion-step-label {
    display: block;
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #1683c5;
}

.dispersion-step-content h3 {
    margin: 0 0 15px;
    font-size: 22px;
    line-height: 1.3;
    color: #172b3a;
}

.dispersion-step-content p {
    margin: 0;
    font-size: 14px;
    line-height: 1.75;
    color: #66727c;
}


/* CONNECTOR */

.dispersion-connector {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    min-width: 35px;
}

.dispersion-connector span {
    font-size: 28px;
    font-weight: 300;
    color: #1683c5;
}


/* RESULT */

.dispersion-result {
    max-width: 850px;
    margin: 45px auto 0;
    padding: 22px 28px;
    display: flex;
    align-items: center;
    gap: 18px;
    background: #ffffff;
    border-left: 4px solid #1683c5;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.dispersion-result-icon {
    width: 38px;
    height: 38px;
    min-width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #1683c5;
    color: #ffffff;
    font-weight: 700;
}

.dispersion-result strong {
    display: block;
    margin-bottom: 4px;
    font-size: 15px;
    color: #172b3a;
}

.dispersion-result p {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
    color: #66727c;
}


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

@media (max-width: 991px) {

    .dispersion-mechanism-section {
        padding: 65px 0;
    }

    .dispersion-mechanism-heading h2 {
        font-size: 34px;
    }

    .dispersion-process {
        flex-direction: column;
    }

    .dispersion-connector {
        width: 100%;
        height: 25px;
        min-width: auto;
    }

    .dispersion-connector span {
        transform: rotate(90deg);
    }

}


@media (max-width: 575px) {

    .dispersion-mechanism-section {
        padding: 50px 0;
    }

    .dispersion-mechanism-heading h2 {
        font-size: 29px;
    }

    .dispersion-step {
        padding: 24px;
    }

    .dispersion-result {
        padding: 18px;
    }

}

/* =========================================
   WETTING / DISPERSION COMMON
========================================= */

.wetting-chemistry-section,
.wetting-benefits-section,
.wetting-industries-section,
.wetting-dosage-section {
    padding: 90px 0;
}

.wetting-chemistry-section,
.wetting-industries-section {
    background: #f7f9fb;
}

.wetting-benefits-section,
.wetting-dosage-section {
    background: #ffffff;
}


/* SECTION HEADING */

.wetting-section-heading {
    max-width: 850px;
    margin: 0 auto 55px;
    text-align: center;
}

.wetting-section-heading.left {
    max-width: 850px;
    margin-left: 0;
    text-align: left;
}

.wetting-section-eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #1683c5;
    text-transform: uppercase;
}

.wetting-section-heading h2 {
    margin: 0 0 18px;
    font-size: 40px;
    line-height: 1.15;
    font-weight: 700;
    color: #172b3a;
}

.wetting-section-heading p {
    margin: 0 auto;
    max-width: 760px;
    font-size: 16px;
    line-height: 1.8;
    color: #68757f;
}


/* =========================================
   CHEMISTRY CARDS
========================================= */

.wetting-chemistry-card {
    height: 100%;
    padding: 30px;
    background: #ffffff;
    border: 1px solid #e4e9ed;
    border-radius: 5px;
    transition: all .3s ease;
}

.wetting-chemistry-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0,0,0,.08);
}

.wetting-chemistry-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.wetting-chemistry-icon {
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eef7fc;
    border-radius: 50%;
    font-size: 25px;
}

.wetting-chemistry-top > span {
    font-size: 13px;
    font-weight: 700;
    color: #a5afb7;
}

.wetting-chemistry-card h4 {
    margin: 0 0 14px;
    font-size: 21px;
    color: #172b3a;
}

.wetting-chemistry-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.75;
    color: #68757f;
}

.wetting-chemistry-card a {
    color: #1683c5;
    font-weight: 600;
    text-decoration: none;
}


/* =========================================
   BENEFITS
========================================= */

.wetting-benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.wetting-benefit-card {
    position: relative;
    padding: 32px;
    background: #f7f9fb;
    border: 1px solid #e4e9ed;
}

.wetting-benefit-number {
    position: absolute;
    top: 22px;
    right: 25px;
    font-size: 12px;
    font-weight: 700;
    color: #aab3ba;
}

.wetting-benefit-icon {
    width: 55px;
    height: 55px;
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 50%;
    font-size: 24px;
}

.wetting-benefit-card h4 {
    margin: 0 0 12px;
    font-size: 19px;
    color: #172b3a;
}

.wetting-benefit-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.75;
    color: #68757f;
}


/* =========================================
   INDUSTRIES
========================================= */

.wetting-industry-card {
    height: 100%;
    padding: 28px 24px;
    background: #ffffff;
    border: 1px solid #e4e9ed;
    transition: all .3s ease;
}

.wetting-industry-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,.07);
}

.wetting-industry-icon {
    font-size: 28px;
    margin-bottom: 18px;
}

.wetting-industry-card > span {
    display: block;
    margin-bottom: 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #1683c5;
}

.wetting-industry-card h4 {
    margin: 0 0 12px;
    font-size: 18px;
    color: #172b3a;
}

.wetting-industry-card p {
    margin: 0;
    font-size: 13px;
    line-height: 1.7;
    color: #68757f;
}


/* =========================================
   DOSAGE TABLE
========================================= */

.wetting-dosage-table-wrap {
    overflow-x: auto;
}

.wetting-dosage-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    border: 1px solid #e1e6ea;
}

.wetting-dosage-table th {
    padding: 17px 20px;
    text-align: left;
    background: #172b3a;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
}

.wetting-dosage-table td {
    padding: 18px 20px;
    border-bottom: 1px solid #e7ebee;
    font-size: 14px;
    color: #65717b;
}

.wetting-dosage-table tr:last-child td {
    border-bottom: 0;
}

.wetting-dosage-table td strong {
    color: #172b3a;
}

.wetting-dosage-table td:nth-child(2) strong {
    color: #1683c5;
}


/* NOTE */

.wetting-dosage-note {
    margin-top: 25px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 22px 25px;
    background: #f7f9fb;
    border-left: 4px solid #1683c5;
}

.wetting-dosage-note-icon {
    width: 34px;
    height: 34px;
    min-width: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1683c5;
    border-radius: 50%;
    color: #ffffff;
    font-weight: 700;
}

.wetting-dosage-note p {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: #68757f;
}


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

@media (max-width: 991px) {

    .wetting-chemistry-section,
    .wetting-benefits-section,
    .wetting-industries-section,
    .wetting-dosage-section {
        padding: 65px 0;
    }

    .wetting-section-heading h2 {
        font-size: 34px;
    }

    .wetting-benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media (max-width: 575px) {

    .wetting-chemistry-section,
    .wetting-benefits-section,
    .wetting-industries-section,
    .wetting-dosage-section {
        padding: 50px 0;
    }

    .wetting-section-heading h2 {
        font-size: 29px;
    }

    .wetting-benefits-grid {
        grid-template-columns: 1fr;
    }

    .wetting-chemistry-card {
        padding: 24px;
    }

    .wetting-dosage-table {
        min-width: 650px;
    }

}

/* =========================================
   IMPACT OF UNCONTROLLED DUST
========================================= */

.biox-impact-card {
    background: #f8fafc;
    border: 1px solid #d9e2ec;
    border-radius: 22px;
    padding: 12px 24px;
    width: 100%;
    box-sizing: border-box;
}

/* HEADING */

.biox-impact-title {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
}

.biox-warning-icon {
    color: #ff3b3b;
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
}

.biox-impact-title h3 {
    margin: 0;
    color: #071b45;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
}

/* TWO COLUMN LIST */

.biox-impact-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 45px;
}

.biox-impact-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.biox-impact-list li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 18px;
    color: #173968;
    font-size: 14px;
    line-height: 1.5;
}

.biox-impact-list li::before {
    content: ".";
    position: absolute;
    left: 0;
    top: 0;
    color: #ff3b3b;
    font-size: 15px;
    font-weight: 700;
}

/* MOBILE */

@media (max-width: 767px) {

    .biox-impact-card {
        padding: 30px 25px;
        border-radius: 18px;
    }

    .biox-impact-title h3 {
        font-size: 23px;
    }

    .biox-impact-list {
        grid-template-columns: 1fr;
        column-gap: 0;
    }

    .biox-impact-list li {
        font-size: 14px;
        margin-bottom: 14px;
    }

}

/* =========================================
   DUSTZEN - 50/50 PRODUCT + DOSAGE
========================================= */

.dustzen-characteristics-section {
    padding: 70px 0;
    background: #fff;
}

/* Main two columns */
.dustzen-characteristics-section > .container > .row {
    --bs-gutter-x: 40px;
    --bs-gutter-y: 50px;
    align-items: flex-start;
}


/* =========================================
   LEFT + RIGHT COLUMN
========================================= */

.dustzen-characteristics-section .col-lg-6 {
    width: 50%;
}


/* =========================================
   HEADINGS
========================================= */

.dustzen-characteristics-section h2 {
    color: #061d43;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
    margin: 12px 0 25px;
}

.dustzen-characteristics-section .section-eyebrow,
.dustzen-characteristics-section .wetting-section-eyebrow {
    display: block;
    color: #087bc1;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 3px;
    margin-bottom: 12px;
}

.dustzen-characteristics-section .section-intro,
.dustzen-characteristics-section .wetting-section-heading p {
    color: #31577f;
    font-size: 18px;
    line-height: 1.65;
    margin-bottom: 35px;
}


/* =========================================
   PRODUCT TABLE
========================================= */

.dustzen-characteristics-card {
    width: 100%;
    border: 1px solid #dce5ef;
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
}

.dustzen-spec-row {
    display: grid;
    grid-template-columns: 36% 64%;
    min-height: 66px;
    border-bottom: 1px solid #dce5ef;
}

.dustzen-spec-row:last-child {
    border-bottom: 0;
}

.dustzen-spec-row span {
    display: flex;
    align-items: center;
    padding: 15px 28px;
    background: #f5f7fa;
    color: #173d68;
    font-size: 16px;
    font-weight: 600;
}

.dustzen-spec-row strong {
    display: flex;
    align-items: center;
    padding: 15px 28px;
    background: #fff;
    color: #365d87;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}


/* =========================================
   RIGHT DOSAGE AREA
========================================= */

.dustzen-dosage-card {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.dustzen-duty-item {
    width: 100%;
    min-height: 75px;
    padding: 18px 15px;
    background: #f6f8fa;
    border-radius: 12px;
    border-left: 6px solid #aebed0;
    box-sizing: border-box;
}

.dustzen-duty-item:nth-child(2) {
    border-left-color: #dfe3e8;
}

.dustzen-duty-item:nth-child(3) {
    border-left-color: #168044;
}

.dustzen-duty-item h4 {
    margin: 0 0 8px;
    color: #071b3c;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 700;
}

.dustzen-duty-item p {
    margin: 0;
    color: #31577f;
    font-size: 16px;
    line-height: 1.6;
}


/* =========================================
   REMOVE UNWANTED INNER SPACING
========================================= */

.dustzen-characteristics-section .col-lg-6 > * {
    margin-left: 0;
    margin-right: 0;
}


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

@media (max-width: 991px) {

    .dustzen-characteristics-section .col-lg-6 {
        width: 100%;
    }

    .dustzen-characteristics-section > .container > .row {
        --bs-gutter-x: 0;
        --bs-gutter-y: 45px;
    }

    .dustzen-characteristics-section h2 {
        font-size: 32px;
    }
}


@media (max-width: 767px) {

    .dustzen-characteristics-section {
        padding: 50px 0;
    }

    .dustzen-characteristics-section h2 {
        font-size: 27px;
    }

    .dustzen-spec-row {
        grid-template-columns: 1fr;
    }

    .dustzen-spec-row span {
        padding: 10px 18px 4px;
    }

    .dustzen-spec-row strong {
        padding: 4px 18px 14px;
    }

    .dustzen-duty-item {
        padding: 22px;
        min-height: auto;
    }

}

/* =========================================
   DUSTZEN APPLICATION PROCEDURE
========================================= */

.dustzen-application-steps {
    padding: 60px 0;
    background: #f7f9fb;
}


/* =========================================
   SECTION HEADING
========================================= */

.dustzen-steps-heading {
    text-align: center;
    margin-bottom: 40px;
}

.dustzen-steps-eyebrow {
    display: block;
    margin-bottom: 10px;
    color: #078043;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

.dustzen-steps-heading h2 {
    margin: 0;
    color: #071d42;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
}


/* =========================================
   FIVE STEP GRID
========================================= */

.dustzen-steps-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 22px;
    width: 100%;
}


/* =========================================
   STEP CARD
========================================= */

.dustzen-step-card {
    min-height: 192px;
    padding: 30px 28px;
    background: #ffffff;
    border: 1px solid #d9e2ec;
    border-radius: 10px;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.dustzen-step-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(20, 45, 75, 0.08);
}


/* =========================================
   STEP NUMBER
========================================= */

.dustzen-step-number {
    display: block;
    margin-bottom: 12px;
    color: #078043;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
}


/* =========================================
   STEP TITLE
========================================= */

.dustzen-step-card h4 {
    margin: 0 0 14px;
    color: #071d42;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 700;
}


/* =========================================
   STEP DESCRIPTION
========================================= */

.dustzen-step-card p {
    margin: 0;
    color: #31577f;
    font-size: 16px;
    line-height: 1.45;
}


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

@media (max-width: 1199px) {

    .dustzen-steps-grid {
        grid-template-columns: repeat(3, 1fr);
    }

}


@media (max-width: 767px) {

    .dustzen-application-steps {
        padding: 45px 0;
    }

    .dustzen-steps-heading h2 {
        font-size: 30px;
    }

    .dustzen-steps-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .dustzen-step-card {
        min-height: auto;
        padding: 25px;
    }

}

/* =========================================
   DUSTZEN AVAILABLE GRADES
========================================= */

.dustzen-grades-section {
    padding: 60px 0;
    background: #f7f9fb;
}


/* =========================================
   SECTION HEADING
========================================= */

.dustzen-grades-heading {
    text-align: center;
    margin-bottom: 40px;
}

.dustzen-grades-eyebrow {
    display: block;
    margin-bottom: 10px;
    color: #078043;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

.dustzen-grades-heading h2 {
    margin: 0 0 14px;
    color: #071d42;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
}

.dustzen-grades-heading p {
    margin: 0 auto;
    max-width: 700px;
    color: #31577f;
    font-size: 17px;
    line-height: 1.6;
}


/* =========================================
   GRADES GRID
========================================= */

.dustzen-grades-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 22px;
    width: 100%;
}


/* =========================================
   GRADE CARD
========================================= */

.dustzen-grade-card {
    min-height: 190px;
    padding: 30px 28px;
    background: #ffffff;
    border: 1px solid #d9e2ec;
    border-radius: 10px;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.dustzen-grade-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(20, 45, 75, 0.08);
}


/* =========================================
   NUMBER
========================================= */

.dustzen-grade-number {
    display: block;
    margin-bottom: 12px;
    color: #078043;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
}


/* =========================================
   TITLE
========================================= */

.dustzen-grade-card h4 {
    margin: 0 0 14px;
    color: #071d42;
    font-size: 21px;
    line-height: 1.3;
    font-weight: 700;
}


/* =========================================
   DESCRIPTION
========================================= */

.dustzen-grade-card p {
    margin: 0;
    color: #31577f;
    font-size: 16px;
    line-height: 1.5;
}


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

@media (max-width: 1199px) {

    .dustzen-grades-grid {
        grid-template-columns: repeat(3, 1fr);
    }

}


@media (max-width: 767px) {

    .dustzen-grades-section {
        padding: 45px 0;
    }

    .dustzen-grades-heading h2 {
        font-size: 30px;
    }

    .dustzen-grades-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .dustzen-grade-card {
        min-height: auto;
        padding: 25px;
    }

}