.biofuel-ex-adg-section {
    padding: 60px 0;
    background: #f8fbfa;
}

/* Header */
.biofuel-ex-adg-header {
    text-align: center;
    margin-bottom: 50px;
}
.biofuel-ex-adg-heading {
    font-size: 28px;
    font-weight: 700;
    color: #0b2e2a;
    margin-bottom: 30px;
    text-align: center;
}

.biofuel-ex-adg-title {
    font-size: 32px;
    font-weight: 700;
    color: #0b2e2a;
}

.biofuel-ex-adg-theme {
    color: #017D65;
    font-weight: 500;
    margin-top: 8px;
}

/* Timeline Layout */
.biofuel-ex-adg-row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

/* Time Column */
.biofuel-ex-adg-time {
    min-width: 180px;
    font-weight: 600;
    color: #017D65;
    font-size: 20px;
    padding-top: 10px;
}

/* Card */
.biofuel-ex-adg-card {
    background: #ffffff;
    padding: 18px 20px;
    border-radius: 10px;
    width: 100%;
    border: 1px solid #e3f1ee;
    transition: all 0.25s ease;
    box-shadow: 0 8px 20px rgba(1,125,101,0.08);
}

/* Hover */
.biofuel-ex-adg-card:hover {
    box-shadow: 0 8px 20px rgba(1,125,101,0.08);
    transform: translateY(-3px);
}

/* Title */
.biofuel-ex-adg-card-title {
    font-size: 20px;
    font-weight: 600;
    color: #0b2e2a;
    margin-bottom: 8px;
}

/* Icon */
.biofuel-ex-adg-icon {
    color: #017D65;
    margin-right: 6px;
}

/* List */
.biofuel-ex-adg-list {
    padding-left: 18px;
    margin: 0;
}

.biofuel-ex-adg-list li {
    list-style: disc;
    font-size: 16px;
    color: #000000;
    margin-bottom: 5px;
}

/* Highlight */
.biofuel-ex-adg-highlight {
    font-size: 16px;
    font-weight: 600;
    background: #eef8f6;
    color: #017D65;
    padding: 6px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    display: inline-block;
}

/* Responsive */
@media(max-width:768px){
    .biofuel-ex-adg-row {
        flex-direction: column;
    }

    .biofuel-ex-adg-time {
        margin-bottom: 6px;
    }
}

.biofuel-ex-adg-top {
    background: #ffffff;
    padding: 50px 0 30px;
    border-bottom: 1px solid #e6f2ef;
    text-align: center;
}

.biofuel-ex-adg-main-title {
    font-size: 34px;
    font-weight: 700;
    color: #0b2e2a;
}

.biofuel-ex-adg-subtitle {
   font-size: 20px;
    color: #000000;
    max-width: 800px;
    margin: 12px auto;
    line-height: 1.6;
}

.biofuel-ex-adg-theme {
    font-size: 18px;
    color: #017D65;
    font-weight: 600;
    margin-top: 10px;
}

/* Divider line */
.biofuel-ex-adg-divider {
    width: 80px;
    height: 3px;
    background: #017D65;
    margin: 20px auto 0;
    border-radius: 10px;
}.biofue-custom-sec {
    background: #f8fbf9;
}

.biofue-custom-sec h2 {
    color: #ffffff;
}

.biofue-card {
    background: #ffffff;
    padding: 25px 20px;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #e5e5e5;
    height: 100%;
}

.biofue-card .icon1 {
    font-size: 32px;
    color: #EA5E20;
    margin-bottom: 15px;
}

.biofue-card h5 {
    font-weight: 600;
       font-size: 22px;
    color: #333;
}

.biofue-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    border-color: #EA5E20;
}.biofue-custom-sec {
    background: #f8fbf9;
}

.biofue-custom-sec h2 {
    color: #0C7146;
}

.biofue-visit-card {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    gap: 15px;
    align-items: flex-start;
    border: 1px solid #eaeaea;
    transition: 0.3s ease;
    height: 100%;
}

.biofue-visit-card .icon1 {
    font-size: 26px;
    color: #EA5E20;
    min-width: 45px;
}

.biofue-visit-card h5 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #222;
}

.biofue-visit-card p {
    font-size: 16px;
    color: #393939;
    margin: 0;
}

.biofue-visit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    border-color: #EA5E20;
}.biofuel-final-sec {
    background: #f8fbf9;
}

/* LEFT BOX DESIGN */
.left-title {
    color: #0C7146;
    font-weight: 700;
}

.obj-box {
    background: #017d65;
    padding: 9px 18px;
    border-radius: 8px;
    border-left: 8px solid #ea5e20;
    font-size: 17px;
    color: #ffffff;
    transition: 0.3s ease;
}

.obj-box:hover {
    transform: translateX(5px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.08);
}

/* RIGHT BULLET DESIGN */
.right-title {
    color: #EA5E20;
    font-weight: 700;
}

.strategic-list {
    list-style: none;
    padding: 0;
}

.strategic-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 16px;
    font-size: 17px;
    color: #000000;
}

/* custom bullet */
.strategic-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #0C7146;
    font-weight: bold;
}

/* RESPONSIVE */
@media(max-width:768px){
    .obj-box {
        font-size: 13px;
    }
}
.p-80tb{
    padding: 80px 0!important;
}
.custom-h2 h2{
    color: #000000 !important;
}