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

.key-baner-div {
    width: 100%;
    height: 340px;
    margin-bottom: 30px;
}

.key-baner-div img {
    width: 100%;
    height: 340px;
    /* margin-bottom: 30px; */
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 7px;
}

.key-head {
    font-weight: 600;
    font-size: 35px;
}

.key-about {
    /* background: linear-gradient(135deg, #979797 0%, #5b5b5b 35%, #373737 65%, #000000 100%); */

    background-image: url(../img/whychoosebg.jpg);
    background-repeat: no-repeat;
    background-size: cover;

    padding: 25px 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    max-width: 300px;
    /* font-family: "Lora", serif; */
    font-family: 'Arial', sans-serif;
    transition: transform 0.3s;
    /* border: 1px solid #ffffff; */
    color: #000000;
}

.key-about:hover {
    transform: translateY(-5px);
}

.key-about h3 {
    font-size: 1.6rem;
    color: #dc3545;
    margin-bottom: 15px;
    border-bottom: 2px solid #ce1426;
    padding-bottom: 5px;
    font-family: "Lora", serif;
}

.key-about p {
    font-weight: 600;
}

.key-links {
    background-image: url(../img/whychoosebg.jpg);
    background-repeat: no-repeat;
    background-size: cover;

    /* soft background */
    padding: 25px 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    max-width: 300px;
    font-family: 'Arial', sans-serif;
    transition: transform 0.3s;
    /* border: 1px solid #db972f; */
}

.key-links:hover {
    transform: translateY(-5px);
}

.key-links h3 {
    font-size: 1.6rem;
    color: #dc3545;
    margin-bottom: 15px;
    border-bottom: 2px solid #ce1426;
    padding-bottom: 5px;
    font-family: "Lora", serif;
}

.key-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.key-links ul li {
    margin: 0px 0;
}

.key-links ul li a {
    text-decoration: none;
    color: #000000;
    font-size: 15px;
    padding: 8px;
    display: block;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-weight: 600;
}

.key-links ul li a:hover {
    background-color: #000000;
    color: #ffffff;
    transform: translateX(5px);
}

.key-contact {
    background-image: url(../img/whychoosebg.jpg);
    background-repeat: no-repeat;
    background-size: cover;

    /* soft background */
    padding: 25px 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    max-width: 300px;
    font-family: 'Arial', sans-serif;
    transition: transform 0.3s;
    /* border: 1px solid #db972f; */
}

.key-contact:hover {
    transform: translateY(-5px);
}

.key-contact h3 {
    font-size: 1.6rem;
    color: #dc3545;
    margin-bottom: 15px;
    border-bottom: 2px solid #ce1426;
    padding-bottom: 5px;
    font-family: "Lora", serif;
}

.key-contact p a {
    color: #000000 !important;
    text-decoration: none;
    font-weight: 600;
}






.cement-heading {
    font-size: 33px;
    font-weight: 800;
    text-align: center;
}

.head-cg {
    color: #dc3545;
}





/* FAQ css */
.faq-contain {
    max-width: 800px;
    margin: auto;
}

.faq-item {
    margin-bottom: 15px;
    border-radius: 30px;
    overflow: hidden;
    background: #fff;
    box-shadow: rgb(220 53 69 / 14%) 0px 3px 8px;
}

.faq-question {
    width: 100%;
    padding: 18px 20px;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    background: #ffffff;
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
    transition: background 0.3s;
}

.faq-question:hover {
    background: #f1f1f1;
}

.faq-question::after {
    content: '+';
    position: absolute;
    right: 20px;
    font-size: 20px;
    transition: transform 0.3s;
}

.faq-question.active::after {
    content: '-';
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    background: #fafafa;
    transition: max-height 0.4s ease;
}

.faq-answer p {
    padding: 15px 20px;
    margin: 0;
    color: #555;
}





.ordinary-box {
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border: 1px solid #dc3545;
    border-radius: 7px;
    height: 100%;
}

.ordinary-box p {
    margin-bottom: 0rem;
    color: black;
    font-weight: 600;
    font-size: 13px;
}







/* =========================================
   CLINKER BUYER TABLE
========================================= */

.clinker-buyer-section {
    /* padding: 55px 0; */
    background: #f5f7f9;
}

.clinker-table-wrap {
    width: 100%;
    overflow: hidden;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid #e4e8ec;
    box-shadow: 0 12px 35px rgba(20, 32, 45, 0.08);
}

.clinker-buyer-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    font-family: "Poppins", sans-serif;
}

.clinker-buyer-table thead {
    background: linear-gradient(135deg, #1d2935, #34495e) !important;
}

.clinker-buyer-table thead th {
    padding: 20px 25px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    letter-spacing: 0.3px;
    border: none;
}

.clinker-buyer-table thead th:first-child {
    width: 46%;
}

.clinker-buyer-table tbody tr {
    transition: all 0.3s ease;
}

.clinker-buyer-table tbody tr:nth-child(even) {
    background: #f8fafb;
}

.clinker-buyer-table tbody tr:hover {
    background: #eef5f8;
    transform: scale(1.005);
}

.clinker-buyer-table tbody td {
    padding: 19px 25px;
    color: #56616d;
    font-size: 14px;
    line-height: 1.6;
    border-bottom: 1px solid #e9edf0;
    vertical-align: middle;
}

.clinker-buyer-table tbody tr:last-child td {
    border-bottom: none;
}


/* Industry Name */

.clinker-industry {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #273746;
    font-weight: 600;
}

.clinker-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    background: linear-gradient(135deg, #eef3f5, #dce6eb);
    color: #34495e;
    font-size: 16px;
    transition: all 0.3s ease;
}

.clinker-buyer-table tbody tr:hover .clinker-icon {
    background: #34495e;
    color: #ffffff;
    transform: rotate(-4deg) scale(1.05);
}


/* Requirement */

.clinker-buyer-table tbody td:nth-child(2) {
    position: relative;
    padding-left: 30px;
}

.clinker-buyer-table tbody td:nth-child(2)::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 28px;
    border-radius: 10px;
    background: #34495e;
    transform: translateY(-50%);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .clinker-buyer-section {
        padding: 45px 0;
    }

    .clinker-buyer-table thead th,
    .clinker-buyer-table tbody td {
        padding: 17px 18px;
    }

    .clinker-industry {
        gap: 10px;
    }

    .clinker-icon {
        width: 38px;
        height: 38px;
        min-width: 38px;
        font-size: 14px;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .clinker-buyer-section {
        padding: 35px 0;
    }

    .clinker-table-wrap {
        border-radius: 14px;
        overflow-x: auto;
    }

    .clinker-buyer-table {
        min-width: 650px;
    }

    .clinker-buyer-table thead th {
        padding: 16px 15px;
        font-size: 13px;
    }

    .clinker-buyer-table tbody td {
        padding: 15px;
        font-size: 13px;
    }

    .clinker-icon {
        width: 36px;
        height: 36px;
        min-width: 36px;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .clinker-table-wrap {
        border-radius: 12px;
    }

    .clinker-buyer-table {
        min-width: 610px;
    }

    .clinker-buyer-table thead th {
        font-size: 12px;
    }

    .clinker-buyer-table tbody td {
        font-size: 12px;
        padding: 13px;
    }

    .clinker-industry {
        font-size: 12px;
    }
}








/* ================================
   GCC BULK CLINKER CHOICE SECTION
================================ */

.gcc-clinker-choice-sec {
    position: relative;
    /* padding: 90px 20px; */
    overflow: hidden;
    background:
        radial-gradient(circle at 90% 10%, rgba(190, 143, 58, 0.12), transparent 28%),
        linear-gradient(135deg, #11100e 0%, #191714 55%, #0e0d0b 100%);
    color: #fff;
}

.gcc-clinker-choice-sec::before {
    content: "GCC";
    position: absolute;
    right: -35px;
    top: 40px;
    font-size: 180px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -15px;
    color: rgba(255, 255, 255, 0.025);
    pointer-events: none;
}

/* .gcc-clinker-choice-wrap {
    max-width: 1180px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
} */


/* HEADING */

.gcc-clinker-choice-heading {
    /* max-width: 760px; */
    margin-bottom: 22px;
}

.gcc-clinker-choice-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #d6a94d;
}

.gcc-clinker-choice-eyebrow::before {
    content: "";
    width: 34px;
    height: 1px;
    background: #d6a94d;
}

.gcc-clinker-choice-heading h2 {
    margin: 0;
    font-size: 35px;
    line-height: 1.12;
    font-weight: 700;
    /* letter-spacing: -1.5px; */
    color: #fff;
}

.gcc-clinker-choice-heading h2 span {
    color: #d6a94d;
}

.gcc-clinker-choice-line {
    width: 70px;
    height: 3px;
    margin-top: 22px;
    background: linear-gradient(90deg, #d6a94d, transparent);
}


/* INTRO */

.gcc-clinker-choice-intro {
    /* max-width: 700px; */
    margin-bottom: 25px;
}

.gcc-clinker-choice-intro p {
    margin: 0;
    color: rgb(255 255 255 / 83%);
    font-size: 16px;
    line-height: 1.8;
}


/* LIST */

.gcc-clinker-choice-list {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}


/* ITEM */

.gcc-clinker-choice-item {
    position: relative;
    display: grid;
    grid-template-columns: 90px 1fr 45px;
    align-items: center;
    gap: 15px;
    /* min-height: 125px; */
    padding: 18px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    transition: all 0.35s ease;
}

.gcc-clinker-choice-item:hover {
    padding-left: 28px;
    background: rgba(255, 255, 255, 0.035);
}


/* NUMBER */

.gcc-clinker-choice-number {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #d6a94d;
    position: relative;
}

.gcc-clinker-choice-number::after {
    content: "";
    display: inline-block;
    width: 25px;
    height: 1px;
    margin-left: 8px;
    vertical-align: middle;
    background: rgba(214, 169, 77, 0.45);
}


/* CONTENT */

.gcc-clinker-choice-content h3 {
    margin: 0 0 8px;
    font-size: 21px;
    font-weight: 650;
    color: #fff;
}

.gcc-clinker-choice-content p {
    /* max-width: 760px; */
    margin: 0;
    font-size: 15px;
    /* line-height: 1.7; */
    color: rgb(255 255 255 / 82%);
}

.gcc-clinker-choice-content strong {
    color: #e0b65d;
    font-weight: 600;
}


/* ARROW */

.gcc-clinker-choice-arrow {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(214, 169, 77, 0.35);
    border-radius: 50%;
    color: #d6a94d;
    font-size: 18px;
    transition: all 0.35s ease;
}

.gcc-clinker-choice-item:hover .gcc-clinker-choice-arrow {
    transform: rotate(45deg);
    background: #d6a94d;
    color: #15120d;
}


/* HIGHLIGHT ITEM */

.gcc-clinker-choice-highlight {
    margin: 12px 0;
    /* padding-top: 28px;
    padding-bottom: 28px; */
    border: 1px solid rgba(214, 169, 77, 0.35);
    background:
        linear-gradient(90deg,
            rgba(214, 169, 77, 0.10),
            rgba(214, 169, 77, 0.025));
}

.gcc-clinker-choice-highlight:hover {
    padding-left: 28px;
    background:
        linear-gradient(90deg,
            rgba(214, 169, 77, 0.15),
            rgba(214, 169, 77, 0.035));
}


/* ================================
   TABLET
================================ */

@media (max-width: 768px) {

    .gcc-clinker-choice-sec {
        padding: 65px 18px;
    }

    .gcc-clinker-choice-sec::before {
        font-size: 110px;
        right: -20px;
        top: 25px;
    }

    .gcc-clinker-choice-heading h2 {
        font-size: 34px;
        letter-spacing: -0.8px;
    }

    .gcc-clinker-choice-intro {
        margin-bottom: 30px;
    }

    .gcc-clinker-choice-item {
        grid-template-columns: 55px 1fr 35px;
        gap: 12px;
        min-height: auto;
        padding: 22px 8px;
    }

    .gcc-clinker-choice-item:hover {
        padding-left: 12px;
    }

    .gcc-clinker-choice-number::after {
        display: none;
    }

    .gcc-clinker-choice-content h3 {
        font-size: 18px;
    }

    .gcc-clinker-choice-content p {
        font-size: 14px;
        line-height: 1.65;
    }

    .gcc-clinker-choice-arrow {
        width: 32px;
        height: 32px;
        font-size: 15px;
    }

    .gcc-clinker-choice-highlight {
        margin: 8px 0;
        padding: 22px 8px;
    }
}


/* ================================
   SMALL MOBILE
================================ */

@media (max-width: 480px) {

    .gcc-clinker-choice-sec {
        padding: 52px 15px;
    }

    .gcc-clinker-choice-eyebrow {
        font-size: 10px;
        letter-spacing: 2px;
    }

    .gcc-clinker-choice-heading h2 {
        font-size: 29px;
    }

    .gcc-clinker-choice-intro p {
        font-size: 14px;
    }

    .gcc-clinker-choice-item {
        grid-template-columns: 38px 1fr;
        gap: 10px;
        padding: 20px 5px;
    }

    .gcc-clinker-choice-number {
        font-size: 11px;
        letter-spacing: 1px;
        padding-top: 3px;
    }

    .gcc-clinker-choice-content h3 {
        font-size: 17px;
        line-height: 1.35;
    }

    .gcc-clinker-choice-content p {
        font-size: 13.5px;
        line-height: 1.6;
    }

    .gcc-clinker-choice-arrow {
        display: none;
    }

    .gcc-clinker-choice-highlight {
        padding: 20px 5px;
    }
}







/* =========================================
   GCC PROCESS SECTION
========================================= */


/* =========================================
   PROCESS FLOW
========================================= */

.gcc-process-flow {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
}


/* Connecting Line */

.gcc-process-flow::before {
    content: "";
    position: absolute;
    top: 43px;
    left: 7%;
    right: 7%;
    height: 1px;
    background: linear-gradient(90deg,
            transparent,
            rgba(216, 170, 85, 0.65),
            rgba(216, 170, 85, 0.65),
            transparent);
}


/* =========================================
   PROCESS ITEM
========================================= */

.gcc-process-item {
    position: relative;
    padding: 0 22px;
    text-align: center;
    z-index: 2;
}

.gcc-process-number {
    position: absolute;
    top: -12px;
    right: 15px;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;

    color: rgba(255, 255, 255, 0.25);
}


/* =========================================
   ICON
========================================= */

.gcc-process-icon {
    position: relative;
    width: 86px;
    height: 86px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(255 221 225);
    border-radius: 50%;
    /* background: radial-gradient(circle, rgba(216, 170, 85, 0.18), rgba(15, 18, 22, 0.95) 70%); */
    color: #dc3545;
    font-size: 25px;
    /* box-shadow: 0 0 0 8px rgba(216, 170, 85, 0.035), 0 15px 35px rgba(0, 0, 0, 0.35); */
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: all 0.35s ease;
}


/* Small center dot */

.gcc-process-icon::after {
    content: "";
    position: absolute;

    width: 7px;
    height: 7px;

    bottom: 7px;
    right: 7px;

    border-radius: 50%;
    background: #dc3545;
    box-shadow: 0 0 12px rgb(208 81 93 / 77%);
}


/* =========================================
   CONTENT
========================================= */

.gcc-process-content h3 {
    margin: 0 0 13px;

    color: #000000;

    font-size: 18px;
    font-weight: 650;

    line-height: 1.3;
}

.gcc-process-content p {
    margin: 0;
    color: #494f58;
    font-size: 14px;
    /* line-height: 1.75; */
}


/* =========================================
   HOVER
========================================= */

.gcc-process-item:hover .gcc-process-icon {
    transform: translateY(-8px);

    background:
        radial-gradient(circle,
            rgba(224, 214, 195, 0.3),
            rgba(142, 150, 161, 0.98) 70%);

    border-color: #dc3545;

    /* box-shadow:
        0 0 0 10px rgba(216, 170, 85, 0.04),
        0 20px 45px rgba(0, 0, 0, 0.45),
        0 0 25px rgba(216, 170, 85, 0.12); */
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.gcc-process-item:hover .gcc-process-content h3 {
    color: #dc3545;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1100px) {

    .gcc-process-section {
        padding: 80px 20px;
    }

    .gcc-process-flow {
        grid-template-columns: repeat(5, minmax(150px, 1fr));
    }

    .gcc-process-item {
        padding: 0 12px;
    }

    .gcc-process-content h3 {
        font-size: 17px;
    }

    .gcc-process-content p {
        font-size: 13px;
    }

    .gcc-process-icon {
        width: 72px;
        height: 72px;
        font-size: 21px;
    }

    .gcc-process-flow::before {
        top: 36px;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .gcc-process-section {
        padding: 65px 18px;
    }

    .gcc-process-heading {
        margin-bottom: 50px;
    }

    .gcc-process-heading h2 {
        font-size: 34px;
        letter-spacing: -0.8px;
    }

    .gcc-process-heading p {
        font-size: 14px;
        line-height: 1.7;
    }

    .gcc-process-flow {
        display: flex;
        flex-direction: column;
        gap: 38px;
    }

    /* Vertical connecting line */

    .gcc-process-flow::before {
        top: 40px;
        bottom: 40px;
        left: 39px;
        right: auto;

        width: 1px;
        height: auto;

        background: linear-gradient(180deg,
                transparent,
                rgba(216, 170, 85, 0.65),
                rgba(216, 170, 85, 0.65),
                transparent);
    }

    .gcc-process-item {
        display: grid;
        grid-template-columns: 80px 1fr;

        column-gap: 20px;

        padding: 0;

        text-align: left;
    }

    .gcc-process-icon {
        grid-column: 1;
        grid-row: 1 / span 2;

        width: 78px;
        height: 78px;

        margin: 0;

        font-size: 21px;
    }

    .gcc-process-content {
        grid-column: 2;
        align-self: center;
    }

    .gcc-process-content h3 {
        margin-bottom: 8px;
        font-size: 18px;
    }

    .gcc-process-content p {
        font-size: 13px;
        line-height: 1.65;
    }

    .gcc-process-number {
        top: -8px;
        right: auto;
        left: 65px;
        z-index: 5;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .gcc-process-section {
        padding: 55px 15px;
    }

    .gcc-process-heading h2 {
        font-size: 29px;
    }

    .gcc-process-heading p {
        font-size: 13px;
    }

    .gcc-process-item {
        grid-template-columns: 65px 1fr;
        column-gap: 16px;
    }

    .gcc-process-icon {
        width: 65px;
        height: 65px;
        font-size: 18px;
    }

    .gcc-process-icon::after {
        width: 6px;
        height: 6px;
        bottom: 5px;
        right: 5px;
    }

    .gcc-process-flow::before {
        left: 32px;
    }

    .gcc-process-number {
        left: 52px;
        font-size: 10px;
    }

    .gcc-process-content h3 {
        font-size: 16px;
    }

    .gcc-process-content p {
        font-size: 12.5px;
    }
}






.clinker-quality-section {
    /* width: 100%;
    padding: 75px 20px; */
    background: #f6f7f8;
}


/* Main Content */

.clinker-quality-content {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 45px;
    align-items: start;
}

/* Checklist */

.clinker-quality-checks {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    border-top: 1px solid #dfe3e5;
}

.clinker-check-item {
    display: flex;
    align-items: center;
    gap: 16px;
    /* min-height: 72px; */
    padding: 12px 15px 12px 0;
    border-bottom: 1px solid #dfe3e5;
    color: #30383d;
    font-size: 15px;
    font-weight: 600;
}

.clinker-check-number {
    min-width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #d4c5c7;
    color: #dc3545;
    font-size: 11px;
    font-weight: 700;
}

/* Note */

.clinker-quality-note {
    position: relative;
    padding: 20px;
    background: #ffffff;
    border-left: 4px solid #dc3545;
    box-shadow: 0 12px 35px rgba(25, 35, 40, 0.07);
}

.clinker-note-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border-radius: 50%;
    background: #f3dadc;
    color: #dc3545;
    font-size: 20px;
}

.clinker-note-content h3 {
    margin: 0 0 15px;
    color: #252d32;
    font-size: 23px;
    font-weight: 700;
}

.clinker-note-content p {
    margin: 0 0 14px;
    color: #000000;
    font-size: 14px;
    line-height: 1.8;
}

.clinker-note-content strong {
    color: #343d42;
}

.clinker-important {
    margin-top: 22px;
    padding: 16px 18px;
    background: #f8f5f1;
    border-radius: 4px;
    color: #62615f;
    font-size: 13px;
    line-height: 1.7;
}

.clinker-important strong {
    color: #a45f19;
}


/* Hover */

.clinker-check-item {
    transition: all 0.25s ease;
}

.clinker-check-item:hover {
    padding-left: 8px;
    color: #b36b20;
}

.clinker-check-item:hover .clinker-check-number {
    background: #b36b20;
    border-color: #b36b20;
    color: #ffffff;
}


/* Tablet */

@media (max-width: 991px) {

    .clinker-quality-section {
        padding: 60px 20px;
    }

    .clinker-quality-header h2 {
        font-size: 32px;
    }

    .clinker-quality-content {
        grid-template-columns: 1fr;
        gap: 35px;
    }

}


/* Mobile */

@media (max-width: 600px) {

    .clinker-quality-section {
        padding: 50px 16px;
    }

    .clinker-quality-header {
        margin-bottom: 30px;
    }

    .clinker-quality-header h2 {
        font-size: 27px;
    }

    .clinker-quality-header p {
        font-size: 14px;
        line-height: 1.7;
    }

    .clinker-quality-checks {
        grid-template-columns: 1fr;
    }

    .clinker-check-item {
        min-height: 62px;
        font-size: 14px;
    }

    .clinker-quality-note {
        padding: 24px 20px;
    }

    .clinker-note-content h3 {
        font-size: 20px;
    }

}




.supply {
    list-style: none;
    padding-left: 0rem;
}

.supply li i {
    color: #dc3545;
}

.supply li {
    color: #000000;
    font-size: 17px;
    font-weight: 700;
}






/* =========================================
   GCC INDUSTRIAL MATERIALS SECTION
========================================= */

.gcc-materials-section {
    position: relative;
    width: 100%;
    /* padding: 100px 30px; */
    overflow: hidden;

    /* background:
        linear-gradient(
            135deg,
            rgba(10, 12, 15, 0.97),
            rgba(22, 25, 29, 0.98)
        ); */

    color: #ffffff;
}


/* Subtle industrial grid */

.gcc-materials-section::before {
    content: "";
    position: absolute;
    inset: 0;

    background-image:
        linear-gradient(rgba(255, 255, 255, 0.025) 1px,
            transparent 1px),
        linear-gradient(90deg,
            rgba(255, 255, 255, 0.025) 1px,
            transparent 1px);

    background-size: 55px 55px;

    pointer-events: none;
}


/* Decorative glow */

.gcc-materials-section::after {
    content: "";
    position: absolute;

    width: 500px;
    height: 500px;

    right: -200px;
    top: -180px;

    background: rgba(213, 160, 65, 0.10);

    border-radius: 50%;

    filter: blur(80px);

    pointer-events: none;
}


/* Main container */

.gcc-materials-container {
    position: relative;
    z-index: 2;

    max-width: 1200px;
    margin: auto;

    display: grid;
    grid-template-columns: 0.85fr 1.15fr;

    gap: 80px;

    align-items: center;
}


/* =========================================
   LEFT SIDE
========================================= */

.gcc-materials-intro {
    max-width: 500px;
}



.gcc-materials-intro h2 {
    margin: 0;
    font-size: 45px;
    line-height: 1.02;
    /* font-weight: 700; */
    /* letter-spacing: -2px; */
    color: #000000;
}


.gcc-materials-intro h2 span {
    display: block;

    color: #000000;
}


.gcc-materials-description {
    margin: 30px 0 0;

    max-width: 480px;

    font-size: 16px;

    line-height: 1.8;

    color: #000000;
}


.gcc-materials-line {
    width: 80px;
    height: 2px;
    margin: 14px 0 18px;
    background: #dc3545;
}



/* =========================================
   RIGHT MATERIAL LIST
========================================= */

.gcc-materials-list {
    display: flex;

    flex-direction: column;

    gap: 12px;
}


.gcc-material-item {
    position: relative;

    display: grid;

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

    align-items: center;

    /* min-height: 125px; */

    padding: 20px;

    border: 1px solid rgb(235 216 218);

    background:
        linear-gradient(110deg,
            rgba(255, 255, 255, 0.065),
            rgba(255, 255, 255, 0.025));

    backdrop-filter: blur(12px);

    transition:
        transform 0.35s ease,
        border-color 0.35s ease,
        background 0.35s ease;
}


.gcc-material-item::before {
    content: "";

    position: absolute;

    left: 0;
    top: 0;

    width: 3px;
    height: 100%;

    background: #dc3545;

    transform: scaleY(0);

    transform-origin: center;

    transition: transform 0.35s ease;
}


.gcc-material-item:hover {
    transform: translateX(8px);

    border-color: #dc3545;

    background:
        linear-gradient(110deg,
            rgba(216, 168, 78, 0.10),
            rgba(255, 255, 255, 0.035));
}


.gcc-material-item:hover::before {
    transform: scaleY(1);
}


/* Number */

.gcc-material-number {
    align-self: start;

    padding-top: 3px;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 1px;

    color: #dc3545;
}


/* Content */

.gcc-material-content h3 {
    margin: 0 0 9px;

    font-size: 21px;

    font-weight: 600;

    color: #000000;
}


.gcc-material-content p {
    margin: 0;

    max-width: 520px;

    font-size: 14px;

    line-height: 1.65;

    color: rgba(15, 15, 15, 0.58);
}


/* Icon */

.gcc-material-icon {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(219 172 177);
    border-radius: 50%;
    color: #dc3545;
    font-size: 17px;
    transition: all 0.35s ease;
}


.gcc-material-item:hover .gcc-material-icon {
    background: #dc3545;

    color: #ffffff;

    transform: rotate(8deg);
}




/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .gcc-materials-section {
        padding: 80px 25px;
    }

    .gcc-materials-container {
        grid-template-columns: 1fr;

        gap: 50px;
    }

    .gcc-materials-intro {
        max-width: 700px;
    }

    .gcc-materials-intro h2 {
        font-size: 50px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .gcc-materials-section {
        padding: 65px 18px;
    }

    .gcc-materials-container {
        gap: 38px;
    }

    .gcc-materials-intro h2 {
        font-size: 39px;

        letter-spacing: -1px;
    }

    .gcc-materials-description {
        font-size: 14px;

        line-height: 1.7;

        margin-top: 22px;
    }

    .gcc-materials-list {
        gap: 10px;
    }

    .gcc-material-item {
        grid-template-columns: 38px 1fr;

        padding: 18px;

        min-height: auto;
    }

    .gcc-material-content {
        padding-right: 5px;
    }

    .gcc-material-content h3 {
        font-size: 17px;

        line-height: 1.3;
    }

    .gcc-material-content p {
        font-size: 13px;

        line-height: 1.6;
    }

    .gcc-material-icon {
        display: none;
    }

    .gcc-material-number {
        font-size: 10px;
    }

    .gcc-materials-bottom {
        margin-top: 45px;

        align-items: flex-start;

        gap: 20px;
    }

    .gcc-materials-bottom span {
        font-size: 12px;
    }

    .gcc-materials-bottom i {
        flex-shrink: 0;

        width: 38px;
        height: 38px;

        font-size: 12px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .gcc-materials-intro h2 {
        font-size: 34px;
    }

    .gcc-material-item {
        padding: 16px 14px;
    }

    .gcc-material-content h3 {
        font-size: 16px;
    }

    .gcc-material-content p {
        font-size: 12px;
    }

}





/* =========================================
   GCC CLINKER SECTION
========================================= */

.gcc-clinker-section {
    width: 100%;
    /* padding: 80px 20px; */
    background: #f5f6f7;
    /* font-family: "Poppins", sans-serif; */
}



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

.gcc-clinker-title {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 25px;
}

.gcc-clinker-title span {
    min-width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1d1d1d;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 50%;
}

.gcc-clinker-title h2 {
    margin: 0px;
    font-size: 30px;
    /* line-height: 1.25; */
    font-weight: 700;
    color: #202020;
}

.gcc-clinker-title h2 strong {
    font-weight: 700;
}


/* =========================================
   INTRO SECTION
========================================= */

.gcc-clinker-intro {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid #e4e4e4;
    margin-bottom: 25px;
    height: 100%;
}

.gcc-clinker-intro>p {
    max-width: 1050px;
    margin: 0 0 30px;
    color: #555;
    font-size: 16px;
    line-height: 1.8;
}


/* =========================================
   KEY POINTS
========================================= */

.gcc-clinker-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.gcc-clinker-points span {
    padding: 10px 17px;
    background: #f1f2f3;
    border: 1px solid #dedede;
    border-radius: 4px;
    color: #333;
    font-size: 13px;
    font-weight: 500;
}


/* =========================================
   REQUEST SECTION
========================================= */

.gcc-clinker-request {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 30px;
    background: #202020;
    border-radius: 12px;
    height: 100%;
}

.gcc-request-content {
    max-width: 900px;
    position: relative;
    z-index: 2;
}

.gcc-request-content .gcc-clinker-title {
    margin-bottom: 25px;
}

.gcc-request-content .gcc-clinker-title span {
    background: #fff;
    color: #202020;
}

.gcc-request-content .gcc-clinker-title h2 {
    color: #fff;
}

.gcc-request-content p {
    /* margin: 0 0 18px; */
    color: #cfcfcf;
    font-size: 15px;
    line-height: 1.8;
}

.gcc-request-content p b {
    color: #fff;
}





/* =========================================
   BACKGROUND DETAIL
========================================= */

.gcc-clinker-request::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    right: -100px;
    bottom: -150px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
}

.gcc-clinker-request::before {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    right: 0;
    top: -90px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 50%;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 768px) {

    .gcc-clinker-section {
        padding: 55px 15px;
    }

    .gcc-clinker-intro {
        padding: 30px 25px;
    }

    .gcc-clinker-request {
        padding: 35px 25px;
        flex-direction: column;
        align-items: flex-start;
    }

    .gcc-clinker-title {
        gap: 12px;
    }

    .gcc-clinker-title span {
        min-width: 38px;
        width: 38px;
        height: 38px;
        font-size: 12px;
    }

    .gcc-clinker-title h2 {
        font-size: 26px;
    }

    .gcc-request-icon {
        width: 90px;
        height: 90px;
        min-width: 90px;
        position: absolute;
        right: 20px;
        bottom: 20px;
        opacity: 0.18;
    }

    .gcc-request-icon i {
        font-size: 38px;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 480px) {

    .gcc-clinker-section {
        padding: 40px 12px;
    }

    .gcc-clinker-intro {
        padding: 25px 20px;
        margin-bottom: 18px;
    }

    .gcc-clinker-request {
        padding: 28px 20px;
    }

    .gcc-clinker-title {
        align-items: center;
    }

    .gcc-clinker-title h2 {
        font-size: 22px;
    }

    .gcc-clinker-intro>p,
    .gcc-request-content p {
        font-size: 14px;
        line-height: 1.7;
    }

    .gcc-clinker-points {
        gap: 7px;
    }

    .gcc-clinker-points span {
        padding: 8px 11px;
        font-size: 11px;
    }

    .gcc-clinker-btn {
        font-size: 13px;
        padding: 12px 17px;
    }

    .gcc-request-icon {
        display: none;
    }
}






/* =========================================
   GCC BAUXITE APPLICATIONS
========================================= */


/* =========================================
   APPLICATION ITEM
========================================= */

.gcc-bauxite-item {
    position: relative;

    display: grid;
    grid-template-columns: 115px minmax(0, 1fr) 300px;

    margin-bottom: 24px;

    background: #ffffff;
    border: 1px solid #e5e4df;

    transition: all 0.35s ease;
}

.gcc-bauxite-item:hover {
    transform: translateY(-5px);
    border-color: #dc3545;
    box-shadow: 0 20px 50px rgba(32, 31, 27, 0.09);
}


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

.gcc-bauxite-number {
    position: relative;

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

    padding: 30px 15px;

    background: #1e211e;
    color: #ffffff;
}

.gcc-bauxite-number i {

    color: #ffffff;
}

.gcc-bauxite-number::after {
    content: "";
    position: absolute;
    right: -1px;
    top: 50%;

    width: 1px;
    height: 55px;

    background: rgba(255, 255, 255, 0.2);

    transform: translateY(-50%);
}

.gcc-bauxite-number span {
    font-size: 38px;
    line-height: 1;
    font-weight: 700;
    color: #c9a25c;
}

.gcc-bauxite-number small {
    margin-top: 12px;

    font-size: 8px;
    letter-spacing: 1.5px;
    color: #aeb2aa;
    text-align: center;
}


/* =========================================
   MAIN CONTENT
========================================= */

.gcc-bauxite-content {
    padding: 25px;
}

.gcc-bauxite-content h3 {
    margin: 0 0 17px;

    font-size: 27px;
    line-height: 1.25;
    color: #20241f;
}

.gcc-bauxite-content p {
    margin: 0 0 12px;

    font-size: 14px;
    line-height: 1.8;
    color: #424540;
}


/* =========================================
   INFO NOTE
========================================= */

.gcc-bauxite-note {
    display: flex;
    align-items: flex-start;
    gap: 12px;

    margin-top: 22px;
    padding: 14px 16px;

    background: #fff5f6;
    border-left: 3px solid #dc3545;
}

.gcc-bauxite-note i {
    flex: 0 0 auto;

    margin-top: 3px;

    font-size: 14px;
    color: #dc3545;
}

.gcc-bauxite-note span {
    font-size: 12px;
    line-height: 1.6;
    color: #000000;
}


/* =========================================
   SPECIFICATION SIDE
========================================= */

.gcc-bauxite-spec {
    position: relative;

    padding: 35px 28px;

    background: #f7f7f4;
    border-left: 1px solid #e5e4df;
}

.gcc-bauxite-spec h4 {
    margin: 0 0 20px;

    font-size: 14px;
    font-weight: 700;
    color: #292d28;
}

.gcc-bauxite-spec ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 15px;

    margin: 0;
    padding: 0;

    list-style: none;
}

.gcc-bauxite-spec li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 12px;
    line-height: 1.4;
    color: #000000;
}

.gcc-bauxite-spec li i {
    margin-top: 2px;

    font-size: 9px;
    color: #dc3545;
}





/* =========================================
   TABLET
========================================= */

@media (max-width: 992px) {

    .gcc-bauxite-applications {
        padding: 75px 18px;
    }

    .gcc-bauxite-heading h2 {
        font-size: 40px;
    }

    .gcc-bauxite-item {
        grid-template-columns: 90px minmax(0, 1fr);
    }

    .gcc-bauxite-spec {
        grid-column: 2;
        border-left: 0;
        border-top: 1px solid #e5e4df;
    }

    .gcc-bauxite-content {
        padding: 32px;
    }

    .gcc-bauxite-number {
        grid-row: span 2;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 768px) {

    .gcc-bauxite-applications {
        padding: 55px 15px;
    }

    .gcc-bauxite-heading {
        margin-bottom: 35px;
    }

    .gcc-bauxite-heading h2 {
        font-size: 32px;
    }

    .gcc-bauxite-heading p {
        font-size: 14px;
        line-height: 1.7;
    }

    .gcc-bauxite-item {
        display: block;
        margin-bottom: 18px;
    }

    .gcc-bauxite-number {
        min-height: 90px;

        flex-direction: row;
        justify-content: flex-start;
        gap: 15px;

        padding: 18px 22px;
    }

    .gcc-bauxite-number span {
        font-size: 30px;
    }

    .gcc-bauxite-number small {
        margin-top: 0;
        font-size: 8px;
    }

    .gcc-bauxite-number::after {
        display: none;
    }

    .gcc-bauxite-content {
        padding: 26px 22px;
    }

    .gcc-bauxite-content h3 {
        font-size: 23px;
    }

    .gcc-bauxite-content p {
        font-size: 13px;
    }

    .gcc-bauxite-spec {
        padding: 25px 22px;
    }

    .gcc-bauxite-spec ul {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .gcc-bauxite-footer {
        align-items: flex-start;
        padding: 24px 20px;
        gap: 15px;
    }

    .gcc-bauxite-footer-icon {
        width: 45px;
        height: 45px;
        font-size: 16px;
    }

    .gcc-bauxite-footer h4 {
        font-size: 16px;
    }

    .gcc-bauxite-footer p {
        font-size: 12px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .gcc-bauxite-heading h2 {
        font-size: 28px;
    }

    .gcc-bauxite-content {
        padding: 24px 18px;
    }

    .gcc-bauxite-spec {
        padding: 22px 18px;
    }

    .gcc-bauxite-note {
        padding: 12px;
    }

    .gcc-bauxite-footer {
        display: block;
    }

    .gcc-bauxite-footer-icon {
        margin-bottom: 15px;
    }

}






/* =========================================
   BIOMASS PELLET QUALITY SECTION
========================================= */

.gcc-biomass-quality-section {
    position: relative;
    /* padding: 100px 0; */
    background: #f5f5f2;
    overflow: hidden;
}

.gcc-biomass-quality-section::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    right: -180px;
    top: -150px;
    border-radius: 50%;
    background: rgb(215 145 152 / 8%);
}

.gcc-biomass-quality-section .container {
    position: relative;
    z-index: 2;
}


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

.gcc-biomass-heading {
    max-width: 850px;
    margin-bottom: 55px;
}

.gcc-biomass-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    color: #557b4d;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.gcc-biomass-label::before {
    content: "";
    width: 35px;
    height: 2px;
    background: #557b4d;
}

.gcc-biomass-heading h2 {
    margin: 0 0 18px;
    color: #172018;
    font-size: 44px;
    line-height: 1.15;
    font-weight: 700;
}

.gcc-biomass-heading h2 span {
    color: #557b4d;
}

.gcc-biomass-heading p {
    margin: 0;
    max-width: 780px;
    color: #687068;
    font-size: 16px;
    line-height: 1.8;
}


/* =========================================
   MAIN CONTENT
========================================= */

/* .gcc-biomass-content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 35px;
    align-items: stretch;
} */


/* =========================================
   PARAMETERS BOX
========================================= */

.gcc-biomass-parameters {
    padding: 25px;
    background: #ffffff;
    border: 1px solid #dfc2c5;
    border-radius: 18px;
}

.gcc-biomass-param-header {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 28px;
}

.gcc-biomass-param-header>span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #dc3545;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
}

.gcc-biomass-param-header h3 {
    margin: 0 0 5px;
    color: #1b241c;
    font-size: 22px;
    font-weight: 700;
}

.gcc-biomass-param-header p {
    margin: 0;
    color: #7b827b;
    font-size: 13px;
}


/* =========================================
   PARAMETER GRID
========================================= */

.gcc-biomass-param-grid {
    display: grid;
    /* grid-template-columns: repeat(2, 1fr); */
    gap: 12px;
}

.gcc-biomass-param-card {
    display: flex;
    align-items: center;
    gap: 15px;
    /* min-height: 92px; */
    padding: 13px;
    background: #fff4f5;
    border: 1px solid transparent;
    border-radius: 12px;
    transition: all 0.3s ease;
    margin-bottom: 15px;
}

.gcc-biomass-param-card:hover {
    background: #ffffff;
    border-color: #dc3545;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

.gcc-biomass-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    flex-shrink: 0;
    border-radius: 10px;
    border-radius: 10px;
    background: #ffffff;
    color: #dc3545;
    font-size: 17px;
}

.gcc-biomass-param-card h4 {
    margin: 0 0 5px;
    color: #202820;
    font-size: 15px;
    font-weight: 700;
}

.gcc-biomass-param-card p {
    margin: 0;
    color: #7a8179;
    font-size: 12px;
    line-height: 1.5;
}




/* =========================================
   TABLE SECTION
========================================= */

.gcc-biomass-table-wrapper {
    margin-top: 30px;
    padding: 30px;
    background: #ffffff;
    border: 1px solid #e3e6df;
    border-radius: 18px;
}


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

.gcc-biomass-table {
    width: 100%;
    border-collapse: collapse;
}

.gcc-biomass-table thead th {
    padding: 17px 20px;
    background: #1d2a1e;
    color: #ffffff;
    text-align: left;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.gcc-biomass-table thead th:first-child {
    width: 32%;
    border-radius: 8px 0 0 0;
}

.gcc-biomass-table thead th:last-child {
    border-radius: 0 8px 0 0;
}

.gcc-biomass-table tbody td {
    padding: 17px 20px;
    border-bottom: 1px solid #e8ebe6;
    color: #697169;
    font-size: 13px;
    line-height: 1.6;
}

.gcc-biomass-table tbody tr:last-child td {
    border-bottom: 0;
}

.gcc-biomass-table tbody tr:hover {
    background: #f7f9f5;
}

.gcc-biomass-table tbody td:first-child {
    color: #283328;
}


/* =========================================
   BOTTOM NOTE
========================================= */

.gcc-biomass-note {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 19px;
    padding: 15px;
    border-left: 4px solid #dc3545;
    background: #f6eff0;
    border-radius: 10px;
}

.gcc-biomass-note-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #dc3545;
    color: #ffffff;
    font-size: 17px;
}

.gcc-biomass-note-content h3 {
    margin: 0 0 5px;
    color: #263026;
    font-size: 16px;
    font-weight: 700;
}

.gcc-biomass-note-content p {
    margin: 0;
    color: #687068;
    font-size: 13px;
    line-height: 1.7;
}


/* =========================================
   RESPONSIVE - TABLET
========================================= */

@media (max-width: 991px) {

    .gcc-biomass-quality-section {
        padding: 75px 0;
    }

    .gcc-biomass-heading h2 {
        font-size: 36px;
    }

    .gcc-biomass-content {
        grid-template-columns: 1fr;
    }

    .gcc-biomass-highlight {
        min-height: auto;
    }
}


/* =========================================
   RESPONSIVE - MOBILE
========================================= */

@media (max-width: 767px) {

    .gcc-biomass-quality-section {
        padding: 55px 0;
    }

    .gcc-biomass-heading {
        margin-bottom: 35px;
    }

    .gcc-biomass-heading h2 {
        font-size: 29px;
    }

    .gcc-biomass-heading p {
        font-size: 14px;
        line-height: 1.7;
    }

    .gcc-biomass-parameters {
        padding: 22px 16px;
        border-radius: 14px;
    }

    .gcc-biomass-param-header {
        gap: 12px;
    }

    .gcc-biomass-param-header h3 {
        font-size: 19px;
    }

    .gcc-biomass-param-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .gcc-biomass-param-card {
        min-height: 78px;
    }

    .gcc-biomass-highlight {
        padding: 30px 23px;
        border-radius: 14px;
    }

    .gcc-biomass-table-wrapper {
        margin-top: 35px;
        padding: 22px 16px;
        border-radius: 14px;
    }

    .gcc-biomass-table-scroll {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .gcc-biomass-table {
        min-width: 650px;
    }

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

    .gcc-biomass-note {
        align-items: flex-start;
        padding: 20px;
        gap: 14px;
    }

    .gcc-biomass-note-icon {
        width: 42px;
        height: 42px;
    }

    .gcc-biomass-note-content h3 {
        font-size: 15px;
    }

    .gcc-biomass-note-content p {
        font-size: 12px;
    }
}




/* Biomass Fuel Economics Section */


/* Main Row */

.biomass-economics-row {
    display: flex;
    align-items: stretch;
}


/* Left Content */

.biomass-economics-content {
    height: 100%;
    padding: 35px;
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #e5e9e3;
    box-shadow: 0 10px 35px rgba(30, 50, 25, 0.06);
}

.biomass-economics-content p {
    margin: 0 0 25px;
    color: #5f675f;
    font-size: 15px;
    line-height: 1.85;
}

.biomass-economics-content p:last-child {
    margin-bottom: 0;
}


/* Energy Formula */

.biomass-energy-box {
    margin: 30px 0;
    padding: 25px;
    text-align: center;
    border-radius: 10px;
    background: #fff3f4;
    border-left: 4px solid #dc3545;
}

.biomass-energy-box span {
    display: block;
    margin-bottom: 10px;
    color: #dc3545;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.biomass-energy-box strong {
    display: block;
    color: #dc3545;
    font-size: 19px;
    line-height: 1.6;
}

.biomass-energy-box small {
    padding: 0 8px;
    color: #000000;
    font-size: 16px;
}


/* Evaluation Card */

.biomass-evaluation-card {
    height: 100%;
    margin-left: 20px;
    padding: 35px;
    border-radius: 12px;
    background: #263426;
    box-shadow: 0 15px 40px rgba(20, 35, 20, 0.15);
}

.biomass-card-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #dc3545;
    color: #ffffff;
    font-size: 22px;
}

.biomass-evaluation-card h3 {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 25px;
}

.biomass-evaluation-card p {
    margin: 0 0 22px;
    color: #c9d2c7;
    font-size: 14px;
    line-height: 1.7;
}


/* Factors */

.biomass-factor-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.biomass-factor-list span {
    position: relative;
    padding: 11px 12px 11px 30px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.07);
    color: #e5ebe3;
    font-size: 13px;
}

.biomass-factor-list span::before {
    content: "\f00c";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-family: FontAwesome;
    color: #dc3545;
    font-size: 11px;
}





/* Responsive */

@media (max-width: 767px) {

    .biomass-economics-heading {
        margin-bottom: 30px;
    }

    .biomass-economics-heading h2 {
        font-size: 28px;
    }

    .biomass-economics-heading p {
        font-size: 14px;
    }

    .biomass-economics-row {
        display: block;
    }

    .biomass-economics-content {
        padding: 25px;
    }

    .biomass-evaluation-card {
        margin: 20px 0 0;
        padding: 25px;
    }

    .biomass-factor-list {
        grid-template-columns: 1fr;
    }

    .biomass-energy-box strong {
        font-size: 16px;
    }
}






/* Mobile Responsive */
@media (max-width: 768px) {
    .key-baner-div img {
        width: 100%;
        height: auto;
    }

    .key-baner-div {
        width: 100%;
        height: auto;
    }

    .cement-heading {
        font-size: 25px;
    }

    .display-7 {
        font-size: 22px;
    }

    .key-about {
        max-width: 100%;
    }

    .key-links {
        max-width: 100%;
    }

    .key-contact {
        max-width: 100%;
    }
}


.inter-link {
    color: #dc3545 !important; 
}

.inter-link:hover {
    color: #bc2332 !important;
}