    .r5-banner {

        position: relative;

        overflow: hidden;

        min-height: 520px;

        display: flex;

        align-items: center;

        background:
            linear-gradient(90deg,
                rgba(5, 24, 48, .96) 0%,
                rgba(5, 24, 48, .92) 35%,
                rgba(5, 24, 48, .35) 60%,
                rgba(5, 24, 48, .05) 100%),

            url("../../assets/images/fly-ash/banner.jpeg");

        background-size: cover;

        background-position: right 55%;

        background-repeat: no-repeat;

        margin-top: 22px;
    }

    .banner-content .btn-primary {
        background: #d7a13e;
        color: #fff;
        border-color: #d7a13e;
    }

    .banner-overlay {

        position: absolute;

        inset: 0;

        background:

            radial-gradient(circle at 70% 30%,
                rgba(255, 255, 255, .10),
                transparent 35%),

            radial-gradient(circle at 80% 50%,
                rgba(255, 255, 255, .08),
                transparent 45%);

        pointer-events: none;
    }

    .banner-content {

        position: relative;

        z-index: 2;

        width: 60%;

        padding: 80px 0px 80px 0;
    }

    .hero-text h1 {

        font-size: 50px;

        /*font-weight:700;*/

        line-height: 1;

        margin-bottom: 18px;

        color: #fff;
    }

    .hero-text h1 span {

        color: #d7a13e;
    }

    .hero-text h2 {

        font-size: 28px;

        font-weight: 500;

        margin-bottom: 24px;

        color: #fff;
    }

    .hero-text p {

        color: #d8e3f2;

        font-size: 20px;

        line-height: 1.8;

        max-width: 650px;

        /*margin-bottom:35px;*/
    }

    .standards {

        display: flex;

        align-items: center;

        gap: 18px;

        color: #fff;

        font-weight: 600;

        margin-bottom: 35px;
    }

    .standards span {

        width: 1px;

        height: 16px;

        background: rgba(255, 255, 255, .3);
    }

    .buttons {

        display: flex;

        gap: 15px;
    }

    .btn {

        padding: 18px 34px;

        border-radius: 8px;

        font-weight: 700;

        text-decoration: none;

        transition: .3s;
    }

    .btn-primary {

        background: #d7a13e;

        color: #081c37;
    }

    .btn-primary:hover {

        transform: translateY(-3px);
    }

    .btn-outline {

        border: 1px solid rgba(255, 255, 255, .35);

        color: #fff;
    }

    .btn-outline:hover {

        background: #fff;

        color: #08284e;
    }

    @media(max-width:991px) {

        .r5-banner {

            min-height: 520px;

            background-position: 75% center;
        }

        .banner-content {

            width: 100%;

            text-align: center;

            padding: 70px 20px;
        }

        .hero-text h1 {

            font-size: 42px;
        }

        .hero-text h2 {

            font-size: 24px;
        }

        .hero-text p {

            font-size: 17px;

            margin: auto auto 30px;
        }

        .standards {

            justify-content: center;

            flex-wrap: wrap;
        }

        .buttons {

            justify-content: center;
        }

    }

    .banner-inner {
        display: grid;
        grid-template-columns: 1.1fr 1fr .45fr;
        align-items: center;
        gap: 20px;
        padding: 0px 30px;
    }

    .title {
        font-size: 30px;
        line-height: 1;
    }

    .title span {
        color: #d7a13e
    }

    .sub {
        font-size: 24px;
        margin: 12px 0 18px;
    }

    .desc {
        font-size: 16px;
        line-height: 1.7;
        color: #dbe4f0;
        max-width: 520px;
    }

    .standards {
        margin: 18px 0 24px;
        font-weight: 700;
        letter-spacing: .5px;
    }

    .buttons {
        display: flex;
        gap: 12px
    }

    .btn {
        padding: 14px 24px;
        border-radius: 6px;
        text-decoration: none;
        font-weight: 700;
        display: inline-block;
    }

    .btn-primary {
        background: #d7a13e;
        color: #fff;
        border: 1px solid #d7a13e;
    }

    .btn-outline {
        border: 1px solid rgba(255, 255, 255, .4);
        color: #fff
    }

    .product {
        text-align: center
    }

    .product img {
        max-width: 100%;
        height: auto;
        filter: drop-shadow(0 20px 30px rgba(0, 0, 0, .4));
    }

    .spec-strip {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        background: #071d3d;
        border-top: 1px solid rgba(255, 255, 255, .1);
    }

    .spec {
        padding: 18px;
        text-align: center;
        border-right: 1px solid rgba(255, 255, 255, .08);
    }

    .spec:last-child {
        border-right: none
    }

    .spec small {
        display: block;
        color: #cbd5e1
    }

    .spec strong {
        display: block;
        margin-top: 6px
    }

    @media(max-width:991px) {
        .banner-inner {
            grid-template-columns: 1fr;
            text-align: center
        }

        .buttons {
            justify-content: center
        }

        .spec-strip {
            grid-template-columns: repeat(2, 1fr)
        }

        .company-story {

            margin-top: -60px;

            padding-bottom: 60px;
        }

        .r5-banner {

            padding-bottom: 100px;
        }
    }

    .tech-section {
        background: #f4f6f8;
        padding: 60px 0;
    }

    .section-title {
        text-align: center;
        margin-bottom: 30px;
    }

    .section-title h2 {
        display: inline-block;
        position: relative;
        font-size: 38px;
        font-weight: 800;
        color: #0f2742;
    }

    .section-header h2 {

        color: #0f2742;
        font-size: 24px;
        font-weight: 800;
        margin-bottom: 5px;
    }

    .section-header p {

        color: #64748b;
        font-size: 14px;
        margin: 0;
    }

    /* LEFT */

    .engineering-grid {

        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 12px;
        padding: 20px;
    }

    .engineering-item {

        background: #fff;
        border: 1px solid #e5e7eb;
        border-radius: 10px;
        padding: 20px 10px;
        text-align: center;
        transition: .3s;
    }

    .engineering-item:hover {

        transform: translateY(-4px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, .08);
    }

    .icon-wrap {

        width: 60px;
        height: 60px;
        margin: auto auto 12px;

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

        border-radius: 50%;
        background: #f1f5f9;

        color: #0f2742;
        font-size: 28px;
    }

    .engineering-item h3 {

        font-size: 14px;
        font-weight: 700;
        line-height: 1.4;
        margin: 0;
    }

    /* RIGHT */

    .stats-grid {

        display: grid;
        grid-template-columns: repeat(4, 1fr);
        text-align: center;
    }

    .stat-box {

        padding: 25px 15px;
        position: relative;
    }

    .stat-box:not(:last-child)::after {

        content: "";
        position: absolute;
        top: 20%;
        right: 0;

        width: 1px;
        height: 60%;
        background: #e2e8f0;
    }

    .stat-number {

        color: #0f2742;
        font-size: 38px;
        font-weight: 800;
        margin-bottom: 10px;
    }

    .stat-label {

        font-size: 14px;
        font-weight: 600;
        color: #475569;
        line-height: 1.4;
    }

    .icon-stat {

        font-size: 42px;
        color: #0f2742;
        margin-bottom: 10px;
    }

    /* SUPPLY BAR */

    .supply-bar {

        background: #062a57;

        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }

    .supply-item {

        display: flex;
        align-items: center;
        gap: 10px;

        padding: 16px;

        color: #fff;
        font-size: 13px;
        font-weight: 600;

        border-right: 1px solid rgba(255, 255, 255, .1);
    }

    .supply-item:last-child {

        border-right: none;
    }

    .supply-item i {

        font-size: 22px;
        color: #d9a441;
    }

    /* TABLET */

    @media(max-width:992px) {

        .capability-grid {
            grid-template-columns: 1fr;
        }

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

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

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

    /* MOBILE */

    @media(max-width:576px) {

        .engineering-grid {
            grid-template-columns: 1fr;
        }

        .stats-grid {
            grid-template-columns: 1fr;
        }

        .supply-bar {
            grid-template-columns: 1fr;
        }

        .stat-box::after {
            display: none;
        }

        .section-header h2 {
            font-size: 20px;
        }
    }



    .capability-section {
        padding: 55px 0px;
        background: #ffffff;
    }

    .section-title {
        text-align: center;
        margin-bottom: 20px;
    }

    .section-title h2 {
        font-size: 46px;
        font-weight: 700;
        color: #13264A;
        letter-spacing: .5px;
        margin: 0;
    }

    .capability-stats {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        align-items: center;
        gap: 25px;
        margin: 35px 0 45px;
    }

    .stat-item {
        position: relative;
        text-align: center;
        padding: 10px 20px;
    }

    .stat-item:not(:last-child)::after {
        content: "";
        position: absolute;
        right: -12px;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 60px;
        background: #E7EBF2;
    }

    .stat-item h3 {
        margin: 0;
        color: #13264A;
        font-size: 44px;
        line-height: 1;
        font-weight: 700;
    }

    .featured h3 span {
        font-size: 34px;
        font-weight: 600;
        margin-left: 8px;
    }

    .stat-item p {
        margin-top: 18px;
        color: #58657C;
        font-size: 19px;
        font-weight: 500;
    }

    .global-export {
        text-align: center;
        margin-bottom: 45px;
    }

    .globe-icon {
        width: 60px;
        height: 60px;
        margin: 0 auto 20px;
        border-radius: 50%;
        background: #F6F8FC;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .globe-icon i {
        font-size: 30px;
        color: #13264A;
    }

    .global-export h4 {
        margin: 0;
        font-size: 24px;
        color: #13264A;
        font-weight: 600;
    }

    .gold-divider {
        width: 120px;
        height: 4px;
        background: #D6A13A;
        border-radius: 20px;
        margin: 0 auto 55px;
    }

    .capability-stats {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 18px;
        align-items: center;
        margin-bottom: 35px;
    }

    .stat-item {
        text-align: center;
    }

    .globe-icon {
        width: 60px;
        height: 60px;
        margin: 0 auto 12px;
        background: #F5F8FC;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .globe-icon i {
        font-size: 30px;
        color: #13264A;
    }






    /* Tablet */

    @media (max-width: 991px) {

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

        .benefit-item:nth-child(2)::after {
            display: none;
        }
    }

    /* Mobile */

    @media (max-width: 576px) {

        .section-heading {
            font-size: 22px;
        }

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

        .benefit-item::after {
            display: none !important;
        }

        .benefit-item {
            border-bottom: 1px solid #edf2f7;
        }

        .benefit-item:last-child {
            border-bottom: none;
        }

        .benefit-icon {
            width: 60px;
            height: 60px;
            font-size: 28px;
        }

        .benefit-item h3 {
            font-size: 16px;
        }
    }

    .capability-section {

        padding: 60px 0;
        background: #f5f7fa;
    }

    .capability-grid {

        display: grid;
        grid-template-columns: 1fr 1.2fr;
        gap: 20px;
    }

    .chemical-properties {

        padding: 70px 0;

        /*background:#F8FAFC;*/

    }

    .section-heading {

        text-align: center;

        margin-bottom: 40px;

    }

    .section-heading h2 {

        font-size: 40px;

        color: #12203F;

        font-weight: 700;

    }

    .section-heading p {

        color: #667085;

    }

    .property-table {

        width: 100%;

        border-collapse: collapse;

        background: #fff;

        border-radius: 16px;

        overflow: hidden;

        box-shadow: 0 10px 30px rgba(0, 0, 0, .05);

    }

    .property-table th {

        background: #12203F;

        color: #fff;

        padding: 18px;

        text-align: center;

        font-size: 14px;

    }

    .property-table td {

        padding: 14px;

        border-bottom: 1px solid #EDF2F7;

    }

    .property-table tbody tr:hover {

        background: #F8FAFC;

    }

    .property-table td:first-child {

        font-weight: 600;

        color: #23324D;

    }

    .highlight {

        background: #D7A33B !important;

        color: #fff !important;

    }

    .property-table td:last-child {

        background: #FFF9EC;

        font-weight: 700;

        color: #12203F;

    }

    .table-responsive {

        overflow-x: auto;

    }

    .property-table {

        min-width: 900px;

    }

    .highlight-value {
        background: #FFF8E8;
        color: #12203F;
        font-weight: 700;
        text-align: center;
    }

    .text-center {
        text-align: center;
    }

    /*====================================================
Technical Information
====================================================*/

    .technical-info {

        padding: 30px 0;

        /*background:#F7F9FC;*/

    }

    .technical-grid {

        display: grid;

        grid-template-columns: 320px 1fr;

        gap: 28px;

    }

    /* Bottom cards */

    .storage-card,
    .safety-card {

        grid-column: 1 / -1;

    }

    /* Cards */

    .info-card {

        background: #fff;

        border: 1px solid #E8EDF5;

        border-radius: 16px;

        padding: 22px;

        transition: .35s;

        box-shadow: 0 10px 25px rgba(18, 31, 61, .05);

    }

    .info-card:hover {

        transform: translateY(-5px);

        box-shadow: 0 20px 40px rgba(18, 31, 61, .10);

    }

    .card-header {

        display: flex;

        align-items: center;

        gap: 18px;

        margin-bottom: 22px;

    }

    .info-icon {

        width: 58px;

        height: 58px;

        border-radius: 50%;

        background: #FFF6E6;

        display: flex;

        justify-content: center;

        align-items: center;

        flex-shrink: 0;

    }

    .info-icon i {

        color: #D7A33B;

        font-size: 26px;

    }

    .card-header h3 {

        margin: 0;

        color: #12203F;

        font-size: 24px;

        font-weight: 700;

    }

    /* Packing */

    .packing-list {

        display: flex;

        flex-direction: column;

        gap: 14px;

    }

    .packing-item {

        display: flex;

        align-items: center;

        gap: 12px;

        padding: 14px 16px;

        border: 1px solid #EDF2F7;

        border-radius: 10px;

        transition: .25s;

    }

    .packing-item:hover {

        border-color: #D7A33B;

        background: #FFFDF8;

    }

    .packing-item i {

        color: #D7A33B;

        font-size: 18px;

    }

    /* Paragraph */

    .info-card p {

        color: #5F6B7A;

        line-height: 1.6;

        /*margin-bottom: 20px;*/

    }

    /* Lists */

    .info-card ul {

        margin: 0;

        padding-left: 22px;

    }

    .info-card li {

        color: #5F6B7A;

        line-height: 1.8;

        margin-bottom: 12px;

    }

    /* Note */

    .info-note {

        display: flex;

        gap: 12px;

        align-items: flex-start;

        background: #FFF8EA;

        border-left: 4px solid #D7A33B;

        padding: 16px 18px;

        border-radius: 10px;

        margin-top: 20px;

    }

    .info-note i {

        color: #D7A33B;

        font-size: 20px;

        margin-top: 2px;

    }

    .info-note span {

        color: #12203F;

        font-weight: 500;

        line-height: 1.7;

    }

    /* Responsive */

    @media(max-width:992px) {

        .technical-grid {

            grid-template-columns: 1fr;

        }

        .storage-card,
        .safety-card {

            grid-column: auto;

        }

    }

    @media(max-width:576px) {

        .technical-info {

            padding: 50px 0;

        }

        .info-card {

            padding: 24px;

        }

        .card-header {

            flex-direction: column;

            text-align: center;

            gap: 12px;

        }

    }

    /*======================================
Impact Card
======================================*/

    .impact-card {

        max-width: 900px;

        margin: 0 auto;

        background: #fff;

        border-left: 6px solid #2E8B43;

        border-radius: 16px;

        padding: 35px 40px;

        box-shadow: 0 10px 30px rgba(18, 32, 74, .06);

    }

    .impact-header {

        display: flex;

        align-items: center;

        gap: 15px;

        margin-bottom: 20px;

    }

    .impact-header i {

        font-size: 34px;

        color: #2E8B43;

    }

    .impact-header h3 {

        margin: 0;

        color: #12203F;

        font-size: 28px;

        font-weight: 700;

    }

    .impact-card p {

        color: #56657D;

        line-height: 1.9;

        margin-bottom: 18px;

    }

    .impact-card p:last-child {

        margin-bottom: 0;

    }


    /*=============================
WHY R5
=============================*/

    .why-r5 {

        padding-top: 20px;

        /*background:#F8FAFD;*/

    }

    .section-header {

        max-width: 760px;

        margin: 0 auto 25px;

        text-align: center;

    }

    .section-tag {

        display: inline-block;

        padding: 8px 18px;

        background: #FFF5E4;

        color: #D6A137;

        font-weight: 600;

        border-radius: 40px;

        margin-bottom: 18px;

        font-size: 13px;

        letter-spacing: .08em;

    }

    .section-header h2 {

        font-size: 36px;

        font-weight: 700;

        color: #4AA666;

        margin-bottom: 15px;

    }

    .section-header p {

        font-size: 18px;

        line-height: 1.8;

        color: #5C687A;

    }

    .why-grid {

        display: grid;

        grid-template-columns: 1.7fr 1fr;

        gap: 35px;

        margin-bottom: 45px;

    }

    .why-card,
    .tech-card {

        background: #fff;

        border-radius: 18px;

        padding: 35px;

        box-shadow: 0 12px 30px rgba(18, 32, 63, .06);

        border: 1px solid #E9EEF5;

    }

    .why-card h3,
    .tech-card h3 {

        font-size: 24px;

        margin-bottom: 25px;

        color: #12203F;

    }

    .why-list {

        list-style: none;

        padding: 0;

        margin: 0;

    }

    .why-list li {

        padding: 15px 0;

        padding-left: 35px;

        position: relative;

        border-bottom: 1px solid #EEF2F7;

        font-size: 16px;

        line-height: 1.6;

        color: #49576A;

    }

    .why-list li:last-child {

        border-bottom: none;

    }

    .why-list li:before {

        content: "✓";

        position: absolute;

        left: 0;

        top: 15px;

        color: #D6A137;

        font-size: 18px;

        font-weight: bold;

    }

    .tech-grid {

        display: grid;

        grid-template-columns: repeat(2, 1fr);

        gap: 18px;

    }

    .tech-item {

        background: #F8FAFC;

        border: 1px solid #E8EDF4;

        border-radius: 12px;

        padding: 18px;

    }

    .tech-item span {

        display: block;

        font-size: 13px;

        text-transform: uppercase;

        letter-spacing: .05em;

        color: #6E7A8A;

        margin-bottom: 6px;
        /*font-weight: 700;*/

    }

    .tech-item strong {

        font-size: 18px;

        color: #12203F;

    }

    .performance-strip {

        display: grid;

        grid-template-columns: repeat(4, 1fr);

        gap: 20px;

    }

    .performance-item {

        background: #fff;

        border-radius: 14px;

        padding: 22px;

        text-align: center;

        border: 1px solid #E8EDF5;

    }

    .performance-item i {

        font-size: 30px;

        color: #D6A137;

        margin-bottom: 10px;

        display: block;

    }

    .performance-item span {

        font-weight: 600;

        color: #12203F;

    }

    @media(max-width:992px) {

        .why-grid {

            grid-template-columns: 1fr;

        }

        .performance-strip {

            grid-template-columns: repeat(2, 1fr);

        }

    }

    @media(max-width:576px) {

        .performance-strip {

            grid-template-columns: 1fr;

        }

        .tech-grid {

            grid-template-columns: 1fr;

        }

        .section-header h2 {

            font-size: 34px;

        }

    }

    /*======================================
Why HITEPOZZO R5
======================================*/

    .section-heading {

        text-align: center;

        margin-bottom: 45px;

    }

    .section-tag {

        display: inline-block;

        padding: 8px 18px;

        background: #FFF5E6;

        color: #D7A33B;

        border-radius: 40px;

        font-size: 12px;

        font-weight: 700;

        letter-spacing: .08em;

        margin-bottom: 18px;

    }

    .section-heading h2 {

        font-size: 44px;

        color: #12203F;

        margin-bottom: 0;

        font-weight: 700;

    }

    /* Intro Card */

    .intro-card {

        /*max-width:980px;*/

        margin: 0 auto 20px;

        background: #fff;

        border: 1px solid #E7ECF3;

        border-radius: 18px;

        padding: 20px 25px;

        box-shadow: 0 10px 30px rgba(18, 32, 63, .05);

    }

    .intro-card h3 {

        font-size: 30px;

        color: #12203F;

        margin-bottom: 25px;

        font-weight: 700;

    }

    .intro-card p {

        font-size: 16px;

        line-height: 1.6;

        color: #5C687A;

        /*margin-bottom: 18px;*/

    }

    .intro-card p:last-child {

        margin-bottom: 0;

    }

    /* Cards */

    .advantage-grid {

        display: grid;

        grid-template-columns: repeat(4, 1fr);

        gap: 25px;

    }

    .advantage-card {

        background: #fff;

        border: 1px solid #E7ECF3;

        border-radius: 16px;

        padding: 30px;

        text-align: center;

        transition: .35s;

    }

    .advantage-card:hover {

        transform: translateY(-6px);

        box-shadow: 0 15px 35px rgba(18, 32, 63, .08);

    }

    .icon-circle {

        width: 72px;

        height: 72px;

        margin: 0 auto 22px;

        border-radius: 50%;

        background: #FFF6E9;

        display: flex;

        justify-content: center;

        align-items: center;

    }

    .icon-circle i {

        font-size: 30px;

        color: #D7A33B;

    }

    .advantage-card h4 {

        font-size: 22px;

        color: #12203F;

        margin-bottom: 15px;

        font-weight: 700;

    }

    .advantage-card p {

        color: #667487;

        line-height: 1.8;

        margin: 0;

        font-size: 15px;

    }

    /* Responsive */

    @media(max-width:991px) {

        .advantage-grid {

            grid-template-columns: repeat(2, 1fr);

        }

    }

    @media(max-width:576px) {

        .why-r5-section {

            padding: 60px 0;

        }

        .intro-card {

            padding: 30px;

        }

        .intro-card h3 {

            font-size: 24px;

        }

        .advantage-grid {

            grid-template-columns: 1fr;

        }

    }



    /*======================================
BOTTOM STRIP
======================================*/

    .story-footer {

        margin-top: 55px;

        background: #13264B;

        color: #fff;

        padding: 30px 45px;

        border-radius: 16px;

        text-align: center;

        line-height: 1.9;

        font-size: 17px;

    }

    .story-footer strong {

        display: block;

        color: #F0B53C;

        font-size: 22px;

        margin-bottom: 12px;

    }

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

    @media(max-width:992px) {

        .company-wrapper {

            grid-template-columns: 1fr;

        }

        .company-connector {

            transform: rotate(90deg);

            margin: 10px 0;

        }

        .story-title h2 {

            font-size: 34px;

        }

    }

    .company-wrapper {

        display: flex;

        align-items: stretch;

        justify-content: center;

        gap: 35px;

    }

    .company-card {

        flex: 1;

        max-width: 520px;

    }

    .company-connector {

        display: flex;

        align-items: center;

        justify-content: center;

        min-width: 180px;

    }

    .connector-line {

        width: 55px;

        height: 2px;

        background: #d7a33b;

    }

    .connector-text {

        margin: 0 15px;

        font-size: 11px;

        letter-spacing: .12em;

        font-weight: 700;

        white-space: nowrap;

        color: #13264B;

    }

    @media (max-width:991px) {

        .company-wrapper {

            flex-direction: column;

            gap: 25px;

        }

        .company-card {

            max-width: 100%;

        }

        .company-connector {

            flex-direction: column;

            min-width: unset;

        }

        .connector-line {

            width: 2px;

            height: 40px;

        }

        .connector-text {

            margin: 12px 0;

        }

    }

    /*=========================================
ENGINEERING VALUE
=========================================*/

    .engineering-value {

        padding: 30px 0;

        background: #f8fafc;

    }

    .engineering-value .section-heading p {
        font-size: initial;
        font-weight: initial;
    }

    .section-heading {

        text-align: center;

        /*max-width:760px;*/

        margin: auto auto 20px;

    }

    .section-tag {

        display: inline-block;

        padding: 6px 14px;

        background: #fef3dc;

        color: #d39b27;

        border-radius: 30px;

        font-size: 11px;

        font-weight: 700;

        letter-spacing: .12em;

        margin-bottom: 15px;

    }

    .section-heading h2 {

        font-size: 36px;

        font-weight: 700;

        color: #16284d;

        margin-bottom: 15px;

    }

    .section-heading p {

        color: #58657c;

        line-height: 1.6;

    }


    /* Summary */

    #action-block .summary strong {

        display: block;

        font-size: 24px;

        margin-bottom: 10px;

    }

    #action-block .summary p {

        margin: 0;

        opacity: .92;

        line-height: 1.8;

    }


    @media(max-width:767px) {

        .engineering-value {

            padding: 60px 0;

        }

        .section-heading h2 {

            font-size: 30px;

        }


    }

    /* ==========================================================
   TECHNICAL CONSULTATION CTA
========================================================== */



    .consultation-cta .cta-box {

        background: linear-gradient(135deg, #0d2748 0%, #173965 100%);

        /*border-radius: 18px;*/

        padding: 30px 0px;

        position: relative;

        overflow: hidden;

        box-shadow: 0 18px 50px rgba(0, 0, 0, .12);

    }

    .consultation-cta .cta-box:before {

        content: "";

        position: absolute;

        right: -120px;

        top: -120px;

        width: 320px;

        height: 320px;

        border-radius: 50%;

        background: rgba(255, 255, 255, .05);

    }

    .consultation-cta .cta-box:after {

        content: "";

        position: absolute;

        left: -80px;

        bottom: -80px;

        width: 220px;

        height: 220px;

        border-radius: 50%;

        background: rgba(255, 185, 44, .08);

    }

    .consultation-cta .cta-content {

        position: relative;

        z-index: 2;

        /*max-width: 900px;*/

        /*margin: auto;*/

        text-align: center;

    }

    .consultation-cta .cta-tag {

        display: inline-block;

        padding: 8px 18px;

        border-radius: 30px;

        background: rgba(255, 185, 44, .15);

        color: #f2b233;

        font-size: 12px;

        font-weight: 700;

        letter-spacing: .12em;

        margin-bottom: 22px;

    }

    .consultation-cta h2 {

        color: #d7a13e;

        font-size: 36px;

        /*font-weight: 700;*/

        /*margin-bottom: 20px;*/

    }

    .consultation-cta p {

        color: rgba(255, 255, 255, .85);

        font-size: 16px;

        line-height: 1.6;

        max-width: 760px;

        margin: 0 auto 15px;

    }

    .consultation-cta .cta-features {

        display: grid;

        grid-template-columns: repeat(4, 1fr);

        gap: 18px;

        margin-bottom: 40px;

    }

    .consultation-cta .cta-feature {

        display: flex;

        align-items: center;

        justify-content: center;

        gap: 10px;

        padding: 14px;

        border-radius: 10px;

        background: rgba(255, 255, 255, .08);

        color: #fff;

        font-weight: 600;

    }

    .consultation-cta .cta-feature i {

        color: #f2b233;

        font-size: 18px;

    }

    .consultation-cta .cta-buttons {

        display: flex;

        justify-content: center;

        gap: 18px;

        flex-wrap: wrap;

    }

    .consultation-cta .btn {

        padding: 14px 34px;

        border-radius: 8px;

        font-weight: 700;

        text-decoration: none;

        transition: .3s;

    }

    .consultation-cta .btn-gold {

        background: #f2b233;

        color: #fff;

    }

    .consultation-cta .btn-gold:hover {

        background: #d89b22;

    }

    .consultation-cta .btn-outline-light {

        border: 2px solid rgba(255, 255, 255, .35);

        color: #fff;

    }

    .consultation-cta .btn-outline-light:hover {

        background: #fff;

        color: #0d2748;

    }

    /* ------------------------- */

    @media(max-width:991px) {

        .consultation-cta {

            padding: 60px 0;

        }

        .consultation-cta .cta-box {

            padding: 40px 30px;

        }

        .consultation-cta h2 {

            font-size: 32px;

        }

        .consultation-cta p {

            font-size: 16px;

        }

        .consultation-cta .cta-features {

            grid-template-columns: repeat(2, 1fr);

        }

    }

    @media(max-width:576px) {

        .consultation-cta .cta-box {

            padding: 30px 22px;

        }

        .consultation-cta h2 {

            font-size: 28px;

        }

        .consultation-cta p {

            font-size: 15px;

            line-height: 1.7;

        }

        .consultation-cta .cta-features {

            grid-template-columns: 1fr;

        }

        .consultation-cta .cta-feature {

            justify-content: flex-start;

        }

        .consultation-cta .cta-buttons {

            flex-direction: column;

        }

        .consultation-cta .btn {

            width: 100%;

            text-align: center;

        }

    }

    .quick-contact {

        padding: 60px 0;

        /*background:#f8fafc;*/

    }

    .quick-contact-box {

        max-width: 760px;

        margin: auto;

        text-align: center;

    }

    .quick-label {

        display: inline-block;

        padding: 8px 18px;

        background: #fff3d9;

        color: #c78d12;

        border-radius: 30px;

        font-size: 10px;

        font-weight: 700;

        letter-spacing: 1px;

        /*margin-bottom: 15px;*/

    }

    .quick-contact h2 {

        color: #13284d;

        font-size: 36px;

        margin-bottom: 15px;

    }

    .quick-contact p {

        color: #6b7280;

        line-height: 1.6;

        max-width: 620px;

        margin: 0 auto 35px;

    }

    .quick-buttons {

        display: flex;

        justify-content: center;

        gap: 18px;

        flex-wrap: wrap;

    }

    .quick-buttons .btn-primary {

        background: #13284d;

        color: #fff;

        padding: 15px 36px;

        border-radius: 50px;

        text-decoration: none;

        font-weight: 600;

    }

    .quick-buttons .btn-outline {

        border: 2px solid #13284d;

        color: #13284d;

        padding: 15px 36px;

        border-radius: 50px;

        text-decoration: none;

        font-weight: 600;

        transition: .3s;

    }

    .btn-outline:hover {

        background: #13284d;

        color: #fff;

    }

    @media(max-width:576px) {

        .quick-contact h2 {

            font-size: 28px;

        }

        .quick-buttons {

            flex-direction: column;

        }

        .quick-buttons a {

            width: 100%;

        }

    }

    .benefits-grid-section {
        padding: 30px 0;
        background: #f7f9fc;
    }

    .benefits-grid-section .section-title {
        text-align: center;
        max-width: 850px;
        margin: 0 auto 25px;
    }

    .benefits-grid-section .section-title p {
        color: #667085;
        margin-top: 12px;
    }

    .benefit-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 28px;
    }

    .benefit-card {
        background: #fff;
        border: 1px solid #e6edf5;
        border-radius: 16px;
        padding: 30px;
        box-shadow: 0 12px 35px rgba(0, 0, 0, .05);
        transition: .3s;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .benefit-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 20px 45px rgba(0, 0, 0, .10);
    }

    .benefit-icon {
        width: 64px;
        height: 64px;
        border-radius: 50%;
        background: #edf7ef;
        color: #4d9d45;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 30px;
        margin-bottom: 20px;
    }

    .benefit-card h3 {
        font-size: 16px;
        color: #1d3159;
        margin-bottom: 16px;
        font-weight: 700;
    }

    .benefit-card p {
        color: #5f6674;
        line-height: 1.6;
        flex: 1;
        font-size: 14px;
    }

    .benefit-tag {
        display: inline-block;
        /*margin-top: 24px;*/
        padding: 8px 14px;
        border-radius: 40px;
        background: #fff7e8;
        color: #c58a15;
        font-weight: 600;
        font-size: 12px;
    }

    @media(max-width:768px) {

        .benefits-grid-section {
            padding: 60px 0;
        }

        .benefit-grid {
            grid-template-columns: 1fr;
            gap: 20px;
        }

        .benefit-card {
            padding: 24px;
        }

        .benefit-card h3 {
            font-size: 19px;
        }

    }

    /*==================================================
APPLICATION SECTION
==================================================*/

    #r5-applications {
        padding: 30px 0px;
        /*background: #ffffff;*/
    }

    #r5-applications * {
        box-sizing: border-box;
    }

    #r5-applications .r5-container {
        max-width: 1280px;
        margin: auto;
    }

    /*--------------------------------*/

    #r5-applications .r5-heading {
        text-align: center;
        max-width: 850px;
        margin: 0 auto 30px;
    }

    #r5-applications .r5-heading h2 {

        font-size: 36px;
        font-weight: 700;
        color: #4AA666;
        margin-bottom: 18px;
        line-height: 1.1;

    }

    #r5-applications .r5-heading p {

        font-size: 16px;
        line-height: 1.6;
        color: #687388;

    }

    /*--------------------------------*/

    #r5-applications .r5-app-grid {

        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 40px;

    }

    /*--------------------------------*/

    #r5-applications .r5-app-card {

        display: flex;
        flex-direction: column;

    }

    /*--------------------------------*/

    #r5-applications .r5-app-image {

        border-radius: 18px;
        overflow: hidden;
        box-shadow: 0 15px 45px rgba(0, 0, 0, .08);
        margin-bottom: 28px;
        cursor: pointer;

    }

    #r5-applications .r5-app-image img {

        width: 100%;
        height: 240px;
        object-fit: cover;
        display: block;
        transition: .4s;

    }

    #r5-applications .r5-app-card:hover img {

        transform: scale(1.05);

    }

    /*--------------------------------*/




    /*--------------------------------*/

    #r5-applications .r5-app-card:hover h3 {

        color: #0f6b3d;

    }

    #r5-applications .r5-app-card:hover {

        transform: translateY(-6px);

        transition: .35s;

    }

    /*==============================
Laptop
==============================*/

    @media(max-width:1200px) {

        #r5-applications .r5-app-grid {

            grid-template-columns: repeat(2, 1fr);

        }

    }

    /*==============================
Tablet
==============================*/

    @media(max-width:768px) {

        #r5-applications {

            padding: 70px 20px;

        }

        #r5-applications .r5-heading {

            margin-bottom: 50px;

        }

        #r5-applications .r5-heading h2 {

            font-size: 40px;

        }

        #r5-applications .r5-app-grid {

            grid-template-columns: 1fr;
            gap: 55px;

        }


    }

    /*==============================
Mobile
==============================*/

    @media(max-width:480px) {

        #r5-applications {

            padding: 60px 18px;

        }

        #r5-applications .r5-heading h2 {

            font-size: 34px;

        }

        #r5-applications .r5-heading p {

            font-size: 15px;

            line-height: 1.8;

        }

        #r5-applications .r5-app-image img {

            height: 210px;

        }


    }

    .company-story {
        position: relative;
        /*margin-top: -80px;*/
        /* Pull card over banner */
        padding: 0 0 40px;
        z-index: 20;
    }

    .story-title {

        max-width: 850px;

        margin: auto;

        text-align: center;

        margin-bottom: 55px;
    }

    .story-title h2 {

        font-size: 56px;

        font-weight: 700;

        color: #1c315d;

        margin: 18px 0;
    }

    .story-title p {

        font-size: 21px;

        color: #60708a;

        line-height: 1.8;
    }

    .story-tag {

        display: inline-block;

        padding: 10px 24px;

        border-radius: 40px;

        background: #fff2dc;

        color: #d8962d;

        letter-spacing: 2px;

        font-size: 13px;

        font-weight: 700;
    }

    .about-card {

        /*max-width:1180px;*/

        margin: 0 auto;

        border-radius: 22px;

        padding: 20px;

        border: 1px solid #ececec;

        box-shadow:
            0 30px 70px rgba(0, 0, 0, .08),
            0 5px 15px rgba(0, 0, 0, .03);

        overflow: hidden;
        background:
            linear-gradient(180deg, #ffffff 0%, #fdfdfd 100%);
    }

    .about-item {

        display: flex;

        gap: 30px;

        align-items: flex-start;

        padding: 14px 0;

        border-bottom: 1px solid #edf1f6;
    }

    .about-item:last-child {

        border-bottom: none;
    }



    .about-content h3 {

        font-size: 18px;

        margin-bottom: 10px;

        color: #18345e;

        font-weight: 700;
    }

    .about-content p {

        margin: 0;

        line-height: 1.6;

        color: #5f6f84;

        font-size: 16px;
    }

    .about-highlight {

        /*margin-top:35px;*/

        background-color: #4AA666;

        color: #fff;

        border-radius: 18px;

        padding: 16px;

        display: flex;

        gap: 25px;

        align-items: flex-start;
    }

    .hero-specs {

        display: flex;

        flex-wrap: wrap;

        align-items: center;

        gap: 14px;

        /*margin:22px 0;*/

        padding: 14px 20px;

        width: fit-content;

        max-width: 100%;

        background: rgba(255, 255, 255, .08);

        border: 1px solid rgba(255, 255, 255, .12);

        border-radius: 10px;

        backdrop-filter: blur(8px);

    }

    .hero-specs span {

        color: #e5edf7;

        font-size: 15px;

        font-weight: 500;

        white-space: nowrap;

    }

    .hero-specs strong {

        color: #85CF7C;

        font-weight: 700;

    }

    .spec-badge {

        display: flex;

        align-items: center;

        gap: 8px;

        color: #fff !important;

        font-weight: 600 !important;

    }

    .spec-badge i {

        color: #85CF7C;

        font-size: 9px;

    }

    .divider {

        width: 1px;

        height: 18px;

        background: rgba(255, 255, 255, .2);

    }

    .about-highlight p {

        margin: 0;

        line-height: 1.6;

        font-size: 16px;
    }



    @media(max-width:768px) {

        .story-title h2 {

            font-size: 36px;
        }

        .story-title p {

            font-size: 17px;
        }

        .about-card {

            padding: 25px;
        }

        .about-item {

            flex-direction: column;

            text-align: center;
        }

        .about-highlight {

            flex-direction: column;

            text-align: center;
        }
    }

    #action-block .summary {


        background: #16284d;

        color: #fff;


        padding: 30px 35px;

        /*display: flex;*/

        /*align-items: flex-start;*/

        /*gap: 20px;*/

    }

    .capability-section {

        padding: 50px 0px 50px;
        background: #fff;

    }

    .container {

        max-width: 1280px;
        margin: auto;

    }

    .section-title {

        text-align: center;
        margin-bottom: 45px;

    }

    .section-title h2 {

        color: #4AA666;
        font-size: 36px;
        font-weight: 700;
        letter-spacing: .5px;
        margin: 0;

    }

    .section-title span {

        width: 90px;
        height: 4px;
        display: inline-block;
        background: #1E6A38;
        border-radius: 30px;
        margin-top: 12px;

    }

    .capability-grid {

        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 24px;

    }

    .capability-card {

        background: #fff;
        border: 1px solid #E8E8E8;
        border-radius: 16px;
        text-align: center;
        /*padding:34px 20px;*/
        text-decoration: none;
        transition: .35s ease;

        box-shadow: 0 2px 10px rgba(0, 0, 0, .04);
        cursor: pointer;

        min-height: 130px;

        display: flex;

        flex-direction: column;

        justify-content: center;

    }

    .capability-card:hover {

        transform: translateY(-8px);

        box-shadow: 0 15px 35px rgba(0, 0, 0, .15);

        /*border-color:#1E6A38;*/

    }

    .capability-card:hover img {

        transform: scale(1.08);

    }

    .capability-card img {

        /*width:110px;*/
        /*height: 110px;*/
        object-fit: contain;
        /*margin-bottom:20px;*/
        transition: .35s;

    }

    .capability-card h3 {

        color: #222;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.45;
        /*margin:0;*/

    }


    /* Tablet */

    @media(max-width:1100px) {

        .capability-grid {

            grid-template-columns: repeat(3, 1fr);

        }

    }


    /* Mobile */

    @media(max-width:768px) {

        .section-title h2 {

            font-size: 28px;

        }

        .capability-grid {

            grid-template-columns: repeat(2, 1fr);

            gap: 18px;

        }

        .capability-card {

            padding: 24px 15px;

        }

        .capability-card img {

            width: 60px;
            height: 60px;

        }

        .capability-card h3 {

            font-size: 17px;

        }

    }


    /* Small Mobile */

    @media(max-width:520px) {

        .capability-grid {

            grid-template-columns: 1fr;

        }

    }

    .capability-card.active {

        position: relative;

        transform: translateY(-6px);

        box-shadow:
            0 18px 35px rgba(30, 106, 56, .28),
            0 0 0 4px rgba(30, 106, 56, .08);

    }


    .active-tag {

        position: absolute;

        top: 12px;
        right: 12px;

        background: #fff;

        color: #1E6A38;

        font-size: 11px;

        font-weight: 700;

        padding: 5px 10px;

        border-radius: 20px;

        text-transform: uppercase;

        letter-spacing: 1px;

    }

    .active-tag {

        position: absolute;

        top: 12px;
        right: 12px;

        background: #fff;

        color: #1E6A38;

        font-size: 11px;

        font-weight: 700;

        padding: 5px 10px;

        border-radius: 20px;

        text-transform: uppercase;

        letter-spacing: 1px;

    }

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

    #r5-sustainability {

        position: relative;

        overflow: hidden;

        background: url("../../assets/images/fly-ash/sustainability-r5.jpeg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;


    }

    /* Dark overlay */

    #r5-sustainability .r5-overlay,
    #r5-export .r5-overlay {

        width: 100%;
        height: 100%;

        min-height: 500px;

        display: flex;
        align-items: center;

        background: linear-gradient(90deg,
                rgba(255, 255, 255, .96) 0%,
                rgba(255, 255, 255, .88) 30%,
                rgba(255, 255, 255, .55) 55%,
                rgba(255, 255, 255, .12) 78%,
                rgba(255, 255, 255, 0) 100%);

    }

    #r5-sustainability .r5-container,
    #r5-export .r5-container {

        max-width: 1280px;
        /*margin:auto;*/
        width: 100%;

        padding: 0px 80px;


    }

    #r5-sustainability .r5-content {

        width: 55%;

    }

    #r5-sustainability h2,
    #r5-export h2 {

        font-size: 36px;
        color: #4AA666;
        margin-bottom: 10px;
        font-weight: 700;

    }

    #r5-sustainability h3,
    #r5-export h3 {

        font-size: 30px;
        color: #222;
        margin-bottom: 30px;

    }

    #r5-sustainability p {

        font-size: 18px;
        line-height: 1.9;
        color: #444;
        margin-bottom: 20px;

    }

    #r5-sustainability strong {

        color: #1E6A38;

    }

    @media(max-width:1100px) {

        #r5-sustainability .r5-content {

            width: 70%;

        }


    }

    @media(max-width:768px) {

        #r5-sustainability .r5-content {

            width: 100%;

        }

        #r5-sustainability h2 {

            font-size: 38px;

        }

        #r5-sustainability h3 {

            font-size: 28px;

        }

        #r5-sustainability .r5-overlay {

            background: rgba(255, 255, 255, .88);

        }

    }

    .engineering-value .section-heading h2 {
        color: #4AA666;
    }

    .r5-app-image {
        position: relative;
        overflow: hidden;
        border-radius: 12px;
    }

    .r5-app-image img {
        display: block;
        width: 100%;
        height: auto;
    }

    .r5-app-image span {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, -50%);

        width: 85%;
        text-align: center;

        color: #fff;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.4;

        z-index: 2;
    }

    .r5-app-image::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.15);
        z-index: 1;
    }

    .r5-app-image span {
        z-index: 2;
    }

    .r5-app-image span {
        pointer-events: none;
    }

    .r5-app-image::before {
        pointer-events: none;
    }

    #exploringCta .quick-contact-box,
    #exploringCta .quick-contact-box p {
        max-width: unset;
    }

    #exploringCta {
        padding-top: 0;
    }

    #r5-export {
        position: relative;
        overflow: hidden;
        background: url("../../assets/images/fly-ash/export.jpeg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .why-export li {
        padding: 5px 0;
        /*padding-left: 35px;*/
        position: relative;
        color: #49576A;
    }

    #r5-export .r5-content {
        width: 80%;
    }

    #r5-export .stat-item {
        padding: unset;
    }

    #r5-export .stat-item h3 {
        font-size: 24px;
        margin-bottom: unset;
        color: inherit;
    }

    #r5-export .capability-stats {
        margin: unset;
        border: 1px solid #E7EBF2;
        padding: 5px;
        border-radius: 10px;
        margin: 0px 0px 20px 0px;
    }

    #r5-export .stat-item p {
        margin-top: unset;
        font-size: unset;
        margin-bottom: unset;
    }

    #r5-export .featured h3 span {
        font-size: 24px;
    }