.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;
}

:root {
  --bio-con-bstyle-2-primary: #0f7b46;
  --bio-con-bstyle-2-secondary: #1f9d65;
  --bio-con-bstyle-2-dark: #103b2d;
  --bio-con-bstyle-2-light: #f4fbf7;
  --bio-con-bstyle-2-accent: #ffc857;
  --bio-con-bstyle-2-text: #2b2b2b;
}

.bio-con-bstyle-2-section {
  padding: 80px 0;
  position: relative;
}

.bio-con-bstyle-2-bg-light {
  background: var(--bio-con-bstyle-2-light);
}

.bio-con-bstyle-2-title-wrap {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 50px;
}

.bio-con-bstyle-2-subtitle {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--bio-con-bstyle-2-secondary);
  background: rgba(31, 157, 101, 0.08);
  padding: 8px 16px;
  border-radius: 50px;
  margin-bottom: 15px;
}

.bio-con-bstyle-2-heading {
  font-size: 38px;
  font-weight: 800;
  color: var(--bio-con-bstyle-2-dark);
  margin-bottom: 15px;
  line-height: 1.2;
}

.bio-con-bstyle-2-text {
  font-size: 16px;
  line-height: 1.8;
  color: #5c5c5c;
}

.bio-con-bstyle-2-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 30px 28px;
  height: 100%;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(15, 123, 70, 0.08);
  transition: all 0.3s ease;
}

.bio-con-bstyle-2-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.10);
}

.bio-con-bstyle-2-icon-box {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--bio-con-bstyle-2-primary), var(--bio-con-bstyle-2-secondary));
  color: #ffffff;
  font-size: 28px;
  margin-bottom: 20px;
}

.bio-con-bstyle-2-card h3 {
  font-size: 26px;
  font-weight: 800;
  color: var(--bio-con-bstyle-2-dark);
  margin-bottom: 20px;
}

.bio-con-bstyle-2-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bio-con-bstyle-2-list li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1.7;
  color: #000000;
}

.bio-con-bstyle-2-list li:last-child {
  margin-bottom: 0;
}

.bio-con-bstyle-2-list li i {
  position: absolute;
  left: 0;
  top: 3px;
  color: var(--bio-con-bstyle-2-secondary);
  font-size: 20px;
}

.bio-con-bstyle-2-highlight-box {
  background: linear-gradient(135deg, var(--bio-con-bstyle-2-dark), var(--bio-con-bstyle-2-primary));
  color: #ffffff;
  border-radius: 24px;
  padding: 40px 30px;
  box-shadow: 0 18px 50px rgba(16, 59, 45, 0.18);
}

.bio-con-bstyle-2-highlight-box h3 {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 25px;
}

.bio-con-bstyle-2-highlight-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 18px;
}

.bio-con-bstyle-2-highlight-item:last-child {
  margin-bottom: 0;
}

.bio-con-bstyle-2-highlight-item i {
  font-size: 22px;
  color: var(--bio-con-bstyle-2-accent);
  margin-top: 2px;
}

.bio-con-bstyle-2-highlight-item span {
  font-size: 16px;
  line-height: 1.7;
}

.bio-con-bstyle-2-who-card {
  background: #fff;
  border-radius: 18px;
  padding: 22px 20px;
  border-left: 5px solid var(--bio-con-bstyle-2-secondary);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.05);
  height: 100%;
}

.bio-con-bstyle-2-who-card .icon1 {
  font-size: 26px;
  color: var(--bio-con-bstyle-2-primary);
  margin-bottom: 12px;
  display: inline-block;
}

.bio-con-bstyle-2-who-card h5 {
  font-size: 22px;
  font-weight: 600;
  color: var(--bio-con-bstyle-2-dark);
  margin-bottom: 10px;
}

.bio-con-bstyle-2-who-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bio-con-bstyle-2-who-card ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.6;
  color: #5d5d5d;
}

.bio-con-bstyle-2-who-card ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--bio-con-bstyle-2-secondary);
  position: absolute;
  left: 0;
  top: 9px;
}

@media (max-width: 991px) {
  .bio-con-bstyle-2-heading {
    font-size: 30px;
  }

  .bio-con-bstyle-2-highlight-box h3 {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .bio-con-bstyle-2-section {
    padding: 60px 0;
  }

  .bio-con-bstyle-2-heading {
    font-size: 26px;
  }

  .bio-con-bstyle-2-card,
  .bio-con-bstyle-2-highlight-box,
  .bio-con-bstyle-2-who-card {
    padding: 24px 20px;
  }
}.bio-con-bstyle-2-objectives {
  padding: 80px 0;
  background: #f4fbf7;
}

.bio-con-bstyle-2-obj-title {
  text-align: center;
  margin-bottom: 50px;
}

.bio-con-bstyle-2-obj-title h2 {
  font-size: 38px;
  font-weight: 800;
  color: #103b2d;
}

.bio-con-bstyle-2-obj-title p {
  color: #5c5c5c;
  font-size: 16px;
  max-width: 700px;
  margin: 10px auto 0;
}

.bio-con-bstyle-2-obj-card {
  background: #fff;
  border-radius: 18px;
  padding: 30px 25px;
  text-align: center;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  transition: 0.3s ease;
  border: 1px solid rgba(0,0,0,0.05);
}

.bio-con-bstyle-2-obj-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.1);
}

.bio-con-bstyle-2-obj-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 18px;
  background: linear-gradient(135deg,#0f7b46,#1f9d65);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
}

.bio-con-bstyle-2-obj-card h5 {
  font-size: 20px;
  font-weight: 600;
  color: #103b2d;
  margin-bottom: 10px;
}

.bio-con-bstyle-2-obj-card p {
  font-size: 17px;
  color: #000000;
  margin: 0;
}