.about-Agricu {
  padding: 50px 0;
  background: #f9f9f9;
}

/* FORCE PROPER LAYOUT */
.about-row {
  display: flex;
  align-items: center;
}

/* IMAGE */
.about-agro-image {
  position: relative;
}

.about-agro-image img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

/* CONTENT */
.about-agro-content {
  padding-left: 40px;
  max-width: 600px;
}

/* HEADING */
.about-agro-content h2 {
  font-size: 42px;
  font-weight: 700;
  color: var(--color-five);
  margin-bottom: 20px;
  line-height: 1.3;
}

.about-agro-content h2 span {
  color: var(--main-color);
}

/* INTRO TEXT */
.about-agro-content .intro {
  font-size: 18px;
  font-weight: 500;
  color: #444;
  margin-bottom: 15px;
}

/* PARAGRAPHS */
.about-agro-content p {
  font-size: 15.5px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 15px;
}

/* RESPONSIVE FIX */
@media (max-width: 991px) {
  .about-row {
    flex-direction: column;
  }

  .about-agro-content {
    padding-left: 0;
    margin-top: 30px;
    max-width: 100%;
    text-align: center;
  }

  .about-agro-image img {
    height: auto;
  }

  .about-agro-content h2 {
    font-size: 32px;
  }
}

/* MOBILE */
@media (max-width: 576px) {
  .about-Agricu {
    padding: 60px 0;
  }

  .about-agro-content h2 {
    font-size: 26px;
  }

  .about-agro-content p {
    font-size: 14px;
  }
}
/* FULL WIDTH TEXT */
.about-full-text {
  margin-top: 40px;
}

.about-full-text p {
  font-size: 17px;
  line-height: 1.9;
  color: #666;
  margin-bottom: 18px;
}

/*  */
/*  */
.about-soil {
  padding: 50px 0;
  background: #f5f5f5;
}

/* IMAGE */
.about-soil-image {
  position: relative;
}

.about-soil-image img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

/* CONTENT */
.about-soil-content {
  padding-left: 40px;
}

/* HEADING */
.about-soil-content h2 {
  font-size: 42px;
  font-weight: 700;
  color: var(--color-five);
  margin-bottom: 20px;
  line-height: 1.3;
}

.about-soil-content h2 span {
  color: var(--main-color);
}

/* TEXT */
.about-soil-content p {
  font-size: 17px;
  line-height: 1.8;
  color: #666;
  max-width: 600px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .about-soil-content {
    padding-left: 0;
    margin-top: 30px;
    text-align: center;
  }

  .about-soil-image img {
    height: auto;
  }

  .about-soil-content h2 {
    font-size: 32px;
  }
}

@media (max-width: 576px) {
  .about-soil {
    padding: 60px 0;
  }

  .about-soil-content h2 {
    font-size: 26px;
  }

  .about-soil-content p {
    font-size: 14px;
  }
}

/*  */
/*  */
.soil-types {
  padding: 50px 0;
  background: #f5f5f5;
}

/* HEADING */
.soil-content h2 {
  font-size: 42px;
  font-weight: 700;
  color: var(--color-five);
  margin-bottom: 25px;
}

.soil-content h2 span {
  color: var(--main-color);
}

/* LIST */
.soil-list {
  padding-left: 0;
}

.soil-list li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  font-size: 17px;
  color: #555;
  line-height: 1.7;
}

/* GREEN CHECK ICON */
.soil-list li::before {
  /* content: "✔";
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 14px;
  color: var(--main-color); */

  content: "✔";
  position: absolute;
  left: 0;
  top: 2px;

  width: 22px;
  height: 22px;

  border: 2px solid #ffc107;
  color: #1f7a4c;

  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 12px;
  line-height: 1;
}

/* IMAGE WRAPPER */
.soil-image-wrapper {
  position: relative;
}

/* IMAGE BOX */
.soil-image {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

/* IMAGE */
.soil-image img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  transition: 0.5s ease;
}

/* 🔥 ZOOM EFFECT */
.soil-image:hover img {
  transform: scale(1.1);
}

/* GREEN BACK CARD EFFECT */
.soil-image-wrapper::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  background: var(--main-color);
  border-radius: 12px;
  z-index: -1;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .soil-content {
    text-align: center;
    margin-bottom: 30px;
  }

  .soil-content h2 {
    font-size: 32px;
  }

  .soil-image img {
    height: auto;
  }
}

@media (max-width: 576px) {
  .soil-types {
    padding: 60px 0;
  }

  .soil-content h2 {
    font-size: 26px;
  }

  .soil-list li {
    font-size: 14px;
  }
}

/*  */
/*  */
.soil-benefits-process {
  padding: 50px 0;
  background: #f5f5f5;
}

/* GAP BETWEEN SECTIONS */
.section-gap {
  margin-bottom: 60px;
}

/* HEADING */
.soil-content h2 {
  font-size: 42px;
  font-weight: 700;
  color: var(--color-five);
  margin-bottom: 25px;
  line-height: 1.3;
}

.soil-content h2 span {
  color: var(--main-color);
}

/* LIST */
.soil-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 14px;
  font-size: 16px;
  color: #555;
  line-height: 1.7;
}

/* CHECK ICON */
.soil-list li::before {
  /* content: "✔";
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 14px;
  color: var(--main-color); */

  content: "✔";
  position: absolute;
  left: 0;
  top: 2px;

  width: 22px;
  height: 22px;

  border: 2px solid rgb(252, 176, 63);
  color: #1f7a4c;

  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 12px;
  line-height: 1;
}

/* IMAGE */
.soil-img {
  border-radius: 12px;
}

.soil-img img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

/* GREEN BACK LAYER */
.soil-img {
  position: relative;
}

.soil-img::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  background: var(--main-color);
  border-radius: 12px;
  z-index: -1;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .section-gap {
    margin-bottom: 40px;
  }

  .soil-content {
    text-align: center;
    margin-top: 30px;
  }

  .soil-content h2 {
    font-size: 32px;
  }

  .soil-img img {
    height: auto;
  }
}

@media (max-width: 576px) {
  .soil-benefits-process {
    padding: 60px 0;
  }

  .soil-content h2 {
    font-size: 26px;
  }

  .soil-list li {
    font-size: 14px;
  }
}

/*  */
/*  */
.soil-extra-section {
  padding: 50px 0;
  background: #f5f5f5;
}

/* GAP */
.section-gap {
  margin-bottom: 60px;
}

/* HEADING */
.soil-content h2 {
  font-size: 42px;
  font-weight: 700;
  color: var(--color-five);
  margin-bottom: 20px;
}

.soil-content h2 span {
  color: var(--main-color);
}

/* LIST */
.soil-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  font-size: 16px;
  color: #555;
  line-height: 1.7;
}

/* CHECK ICON */
.soil-list li::before {
  /* content: "✔";
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 14px;
  color: var(--main-color); */

  content: "✔";
  position: absolute;
  left: 0;
  top: 2px;

  width: 22px;
  height: 22px;

  border: 2px solid rgb(252, 176, 63);
  color: #1f7a4c;

  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 12px;
  line-height: 1;
}

/* PARAGRAPH */
.soil-note {
  margin-top: 15px;
  font-size: 15px;
  color: #666;
  line-height: 1.8;
}

/* BUTTON */
.soil-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 22px;
  background: var(--main-color);
  color: #fff;
  border-radius: 30px;
  font-size: 14px;
  transition: 0.3s;
}

.soil-btn:hover {
  background: var(--color-three);
}

/* IMAGE */
.soil-img {
  position: relative;
  border-radius: 12px;
}

.soil-img img {
  width: 100%;
  /* height: 320px; */
  object-fit: cover;
  height: auto;
}

/* GREEN BACK EFFECT */
.soil-img::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  background: var(--main-color);
  border-radius: 12px;
  z-index: -1;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .soil-content {
    text-align: center;
    margin-top: 30px;
  }

  .soil-content h2 {
    font-size: 32px;
  }

  .section-gap {
    margin-bottom: 40px;
  }

  .soil-img img {
    height: auto;
  }
}

@media (max-width: 576px) {
  .soil-extra-section {
    padding: 60px 0;
  }

  .soil-content h2 {
    font-size: 26px;
  }

  .soil-list li {
    font-size: 14px;
  }
}

/*  */
/*  */
.about-agarwood {
  padding: 50px 0;
  background: #f5f5f5;
}

/* IMAGE */
.agarwood-img {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.agarwood-img img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

/* GREEN BACK EFFECT */
.agarwood-img::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  background: var(--main-color);
  border-radius: 12px;
  z-index: -1;
}

/* CONTENT */
.agarwood-content {
  padding-left: 40px;
}

/* HEADING */
.agarwood-content h2 {
  font-size: 42px;
  font-weight: 700;
  color: var(--color-five);
  margin-bottom: 20px;
}

.agarwood-content h2 span {
  color: var(--main-color);
}

/* TEXT */
.agarwood-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 15px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .agarwood-content {
    padding-left: 0;
    margin-top: 30px;
    text-align: center;
  }

  .agarwood-content h2 {
    font-size: 32px;
  }

  .agarwood-img img {
    height: auto;
  }
}

@media (max-width: 576px) {
  .about-agarwood {
    padding: 60px 0;
  }

  .agarwood-content h2 {
    font-size: 26px;
  }

  .agarwood-content p {
    font-size: 14px;
  }
}

/*  */
/*  */
.agarwood-gallery {
  padding: 50px 0;
  background: #f5f5f5;
}

/* TITLE */
.section-title h2 {
  font-size: 36px;
  font-weight: 700;
  color: var(--color-five);
}

.section-title h2 span {
  color: var(--main-color);
}

.section-title p {
  margin-top: 10px;
  color: var(--main-color);
  font-size: 16px;
}

/* GALLERY ITEM */
.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 25px;
}

/* IMAGE */
.gallery-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: 0.5s;
}

/* ZOOM */
.gallery-item:hover img {
  transform: scale(1.1);
}

/* LABEL */
.gallery-label {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: var(--main-color);
  color: #fff;
  text-align: center;
  padding: 8px 0;
  font-weight: 500;
  font-size: 14px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .section-title h2 {
    font-size: 30px;
  }
}

@media (max-width: 576px) {
  .agarwood-gallery {
    padding: 60px 0;
  }

  .gallery-item img {
    height: 180px;
  }
}
.gallery-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 25px;
  height: 220px; /* ✅ FIX HEIGHT AT CONTAINER LEVEL */
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* crop properly */
  object-position: center; /* center focus */
  transition: 0.5s ease;
}

.gallery-item:hover img {
  transform: scale(1.1);
}

/*  */
/*  */
.plantation-section {
  padding: 50px 0;
  background: #f5f5f5;
}

/* TITLE */
.section-title h2 {
  font-size: 42px;
  font-weight: 700;
  color: var(--color-five);
}

.section-title h2 span {
  color: var(--main-color);
}

.section-title p {
  max-width: 750px;
  margin: 15px auto 40px;
  font-size: 18px;
  color: var(--main-color);
  line-height: 1.6;
}

/* IMAGE */
.plantation-img {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.plantation-img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  transition: 0.5s ease;
}

/* ZOOM */
.plantation-img:hover img {
  transform: scale(1.1);
}

/* CONTENT */
.plantation-content {
  padding-left: 40px;
}

.plantation-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 15px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .plantation-content {
    padding-left: 0;
    margin-top: 30px;
    text-align: center;
  }

  .plantation-img img {
    height: auto;
  }

  .section-title h2 {
    font-size: 32px;
  }
}

@media (max-width: 576px) {
  .plantation-section {
    padding: 60px 0;
  }

  .section-title h2 {
    font-size: 26px;
  }

  .section-title p {
    font-size: 14px;
  }

  .plantation-content p {
    font-size: 14px;
  }
}

/*  */
/*  */
.agarwood-process {
  padding: 50px 0;
  background: #f5f5f5;
}

/* HEADING */
.section-title h2 {
  font-size: 42px;
  font-weight: 700;
  color: var(--color-five);
}

.section-title h2 span {
  color: var(--main-color);
}

/* LIST */
.process-list {
  padding-left: 0;
  margin-top: 20px;
}

.process-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  font-size: 16px;
  color: #555;
  line-height: 1.7;
}

/* GREEN CHECK ICON */
.process-list li::before {
  /* content: "✔";
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 14px;
  color: var(--main-color); */

  content: "✔";
  position: absolute;
  left: 0;
  top: 2px;

  width: 22px;
  height: 22px;

  border: 2px solid rgb(252, 176, 63);
  color: #1f7a4c;

  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 12px;
  line-height: 1;
}

/* IMAGE */
.process-img {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.process-img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  transition: 0.5s ease;
}

/* ZOOM EFFECT */
.process-img:hover img {
  transform: scale(1.1);
}

/* GREEN BACK LAYER */
.process-img::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  background: var(--main-color);
  border-radius: 12px;
  z-index: -1;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .process-list {
    text-align: center;
  }

  .process-img {
    margin-top: 30px;
  }

  .process-img img {
    height: auto;
  }

  .section-title h2 {
    font-size: 32px;
  }
}

@media (max-width: 576px) {
  .agarwood-process {
    padding: 60px 0;
  }

  .section-title h2 {
    font-size: 26px;
  }

  .process-list li {
    font-size: 14px;
  }
}

/*  */
/*  */
/* SECTION */
.agarwood-plantation {
  padding: 50px 0;
  background: #f5f5f5;
}

/* TITLE */
.section-title h2 {
  font-size: 42px;
  font-weight: 700;
  color: var(--color-five);
  margin-bottom: 40px;
}

.section-title h2 span {
  color: var(--main-color);
}

/* IMAGE */
.plantation-img {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
}

.plantation-img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  transition: 0.4s ease;
}

/* HOVER */
.plantation-img:hover img {
  transform: scale(1.08);
}

/* GREEN BACK EFFECT */
.plantation-img::before {
  content: "";
  position: absolute;
  top: -12px;
  left: -12px;
  width: 100%;
  height: 100%;
  background: var(--main-color);
  border-radius: 14px;
  z-index: -1;
}

/* CONTENT */
.plantation-content {
  padding-left: 40px;
}

/* LIST */
.plantation-list {
  padding-left: 0;
}

.plantation-list li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 14px;
  font-size: 16px;
  color: #555;
  line-height: 1.2;
}

/* ICON */
.plantation-list li::before {
  /* content: "✔";
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 13px;
  color: var(--main-color); */

  content: "✔";
  position: absolute;
  left: 0;
  top: 2px;

  width: 22px;
  height: 22px;

  border: 2px solid rgb(252, 176, 63);
  color: #1f7a4c;

  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 12px;
  line-height: 1;
}

/* ========================= */
/* 📱 TABLET FIX (IMPORTANT) */
/* ========================= */
@media (max-width: 991px) {
  .plantation-row {
    flex-direction: column;
  }

  .plantation-content {
    padding-left: 0;
    margin-top: 30px;
    text-align: center;
  }

  .plantation-img img {
    height: auto; /* FIX: prevent crop issues */
  }

  .section-title h2 {
    font-size: 32px;
  }

  .plantation-list li {
    text-align: left; /* don't center lists — looks bad */
  }
}

/* ========================= */
/* 📱 MOBILE FIX */
/* ========================= */
@media (max-width: 576px) {
  .agarwood-plantation {
    padding: 60px 0;
  }

  .section-title h2 {
    font-size: 26px;
  }

  .plantation-list li {
    font-size: 14px;
    line-height: 1.6;
  }
}

/*  */
/*  */
/* SECTION */
.agarwood-sales {
  padding: 50px 0;
  background: #f5f5f5;
}

/* TITLE */
.section-title h2 {
  font-size: 42px;
  font-weight: 700;
  color: var(--color-five);
  margin-bottom: 40px;
}

.section-title h2 span {
  color: var(--main-color);
}

/* CONTENT */
.sales-content {
  padding-right: 40px;
}

/* LIST */
.sales-list {
  padding-left: 0;
}

.sales-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 14px;
  font-size: 16px;
  color: #555;
  line-height: 1.8;
}

/* CHECK ICON */
.sales-list li::before {
  /* content: "✔";
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 13px;
  color: var(--main-color); */

  content: "✔";
  position: absolute;
  left: 0;
  top: 2px;

  width: 22px;
  height: 22px;

  border: 2px solid rgb(252, 176, 63);
  color: #1f7a4c;

  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 12px;
  line-height: 1;
}

/* IMAGE */
.sales-img {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
}

.sales-img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  transition: 0.4s ease;
}

/* HOVER */
.sales-img:hover img {
  transform: scale(1.08);
}

/* GREEN BACK EFFECT */
.sales-img::before {
  content: "";
  position: absolute;
  top: -12px;
  left: -12px;
  width: 100%;
  height: 100%;
  background: var(--main-color);
  border-radius: 14px;
  z-index: -1;
}

/* ========================= */
/* 📱 TABLET */
/* ========================= */
@media (max-width: 991px) {
  .sales-row {
    flex-direction: column;
  }

  .sales-content {
    padding-right: 0;
    margin-bottom: 30px;
    text-align: center;
  }

  .sales-img img {
    height: auto; /* FIX cropping issue */
  }

  .section-title h2 {
    font-size: 32px;
  }

  .sales-list li {
    text-align: left; /* important */
  }
}

/* ========================= */
/* 📱 MOBILE */
/* ========================= */
@media (max-width: 576px) {
  .agarwood-sales {
    padding: 60px 0;
  }

  .section-title h2 {
    font-size: 26px;
  }

  .sales-list li {
    font-size: 14px;
    line-height: 1.6;
  }
}

/*  */
/*  */
/* SECTION */
.organic-farming {
  padding: 50px 0;
  background: #f5f5f5;
}

/* TITLE */
.section-title h2 {
  font-size: 42px;
  font-weight: 700;
  color: var(--color-five);
  margin-bottom: 40px;
}

.section-title h2 span {
  color: var(--main-color);
}

/* IMAGE */
.organic-img {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
}

.organic-img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  transition: 0.4s ease;
}

.organic-img:hover img {
  transform: scale(1.08);
}

/* GREEN BACK EFFECT */
.organic-img::before {
  content: "";
  position: absolute;
  top: -12px;
  left: -12px;
  width: 100%;
  height: 100%;
  background: var(--main-color);
  border-radius: 14px;
  z-index: -1;
}

/* CONTENT */
.organic-content {
  padding-left: 40px;
}

/* INTRO TEXT */
.organic-intro {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 20px;
}

/* LIST */
.organic-list {
  padding-left: 0;
}

.organic-list li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 14px;
  font-size: 16px;
  color: #555;
  line-height: 1.8;
}

/* ICON */
.organic-list li::before {
  /* content: "✔";
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 13px;
  color: var(--main-color); */

  content: "✔";
  position: absolute;
  left: 0;
  top: 2px;

  width: 22px;
  height: 22px;

  border: 2px solid rgb(252, 176, 63);
  color: #1f7a4c;

  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 12px;
  line-height: 1;
}

/* ========================= */
/* 📱 TABLET */
/* ========================= */
@media (max-width: 991px) {
  .organic-row {
    flex-direction: column;
  }

  .organic-content {
    padding-left: 0;
    margin-top: 30px;
    text-align: center;
  }

  .organic-img img {
    height: auto;
  }

  .section-title h2 {
    font-size: 32px;
  }

  .organic-list li {
    text-align: left; /* keep readable */
  }
}

/* ========================= */
/* 📱 MOBILE */
/* ========================= */
@media (max-width: 576px) {
  .organic-farming {
    padding: 60px 0;
  }

  .section-title h2 {
    font-size: 26px;
  }

  .organic-intro {
    font-size: 14px;
  }

  .organic-list li {
    font-size: 14px;
    line-height: 1.6;
  }
}

/*  */
/*  */
/* SECTION */
.farmer-services {
  padding: 50px 0;
  background: #f5f5f5;
}

/* TITLE */
.section-title h2 {
  font-size: 42px;
  font-weight: 700;
  color: var(--color-five);
  margin-bottom: 40px;
}

.section-title h2 span {
  color: var(--main-color);
}

/* IMAGE */
.services-img {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
}

.services-img img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  transition: 0.4s ease;
}

.services-img:hover img {
  transform: scale(1.08);
}

/* GREEN BACK EFFECT */
.services-img::before {
  content: "";
  position: absolute;
  top: -12px;
  left: -12px;
  width: 100%;
  height: 100%;
  background: var(--main-color);
  border-radius: 14px;
  z-index: -1;
}

/* LIST */
.services-list {
  padding-left: 0;
}

.services-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  font-size: 15.5px;
  color: #555;
  line-height: 1.7;
}

/* ICON */
.services-list li::before {
  /* content: "✔";
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 12px;
  color: var(--main-color); */

  content: "✔";
  position: absolute;
  left: 0;
  top: 2px;

  width: 22px;
  height: 22px;

  border: 2px solid rgb(252, 176, 63);
  color: #1f7a4c;

  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 12px;
  line-height: 1;
}

/* ========================= */
/* 📱 TABLET */
/* ========================= */
@media (max-width: 991px) {
  .services-row {
    flex-direction: column;
  }

  .services-img img {
    height: auto;
  }

  .services-list {
    margin-top: 25px;
    text-align: center;
  }

  .services-list li {
    text-align: left; /* important */
  }

  .section-title h2 {
    font-size: 32px;
  }
}

/* ========================= */
/* 📱 MOBILE */
/* ========================= */
@media (max-width: 576px) {
  .farmer-services {
    padding: 60px 0;
  }

  .section-title h2 {
    font-size: 26px;
  }

  .services-list li {
    font-size: 14px;
    line-height: 1.6;
  }
}

/*  */
/*  */
/* SECTION */
.value-services {
  padding: 50px 0;
  background: #f5f5f5;
}

/* TITLE */
.section-title h2 {
  font-size: 42px;
  font-weight: 700;
  color: var(--color-five);
  margin-bottom: 40px;
}

.section-title h2 span {
  color: var(--main-color);
}

/* LIST */
.value-list {
  padding-left: 0;
}

.value-list li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 13px;
  font-size: 15.5px;
  color: #555;
  line-height: 1.7;
}

/* CHECK ICON */
.value-list li::before {
  /* content: "✔";
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 12px;
  color: var(--main-color); */

  content: "✔";
  position: absolute;
  left: 0;
  top: 2px;

  width: 22px;
  height: 22px;

  border: 2px solid rgb(252, 176, 63);
  color: #1f7a4c;

  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 12px;
  line-height: 1;
}

/* IMAGE */
.value-img {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
}

.value-img {
  border-radius: 14px;
  overflow: hidden;
}

.value-img img {
  width: 100%;
  height: auto;
  display: block;
}

.value-img:hover img {
  transform: scale(1.08);
}

/* GREEN BACK EFFECT */
.value-img::before {
  content: "";
  position: absolute;
  top: -12px;
  left: -12px;
  width: 100%;
  height: 100%;
  background: var(--main-color);
  border-radius: 14px;
  z-index: -1;
}

/* ========================= */
/* 📱 TABLET */
/* ========================= */
@media (max-width: 991px) {
  .services-row {
    flex-direction: column;
  }

  .value-img img {
    height: auto;
  }

  .value-list {
    margin-top: 25px;
    text-align: center;
  }

  .value-list li {
    text-align: left;
  }

  .section-title h2 {
    font-size: 32px;
  }
}

/* ========================= */
/* 📱 MOBILE */
/* ========================= */
@media (max-width: 576px) {
  .value-services {
    padding: 60px 0;
  }

  .section-title h2 {
    font-size: 26px;
  }

  .value-list li {
    font-size: 14px;
    line-height: 1.6;
  }
}

/*  */
/*  */
.benefits-section {
  padding: 60px 0;
  background: #f9f9f9;
}

/* Title */
.sec-title h2 {
  font-size: 42px;
  font-weight: 700;
  color: #000;
}

.sec-title h2 span {
  color: #1f7a4c;
}

/* Image */
.benefits-img img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}

/* List */
.benefits-list {
  list-style: none;
  padding-left: 0;
}

.benefits-list li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 16px;
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

/* Green check icon */
.benefits-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 2px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid rgb(252, 176, 63);
  color: #1f7a4c;
  font-size: 12px;
  text-align: center;
  line-height: 18px;
}

/* Tablet */
@media (max-width: 991px) {
  .sec-title h2 {
    font-size: 32px;
  }

  .benefits-section {
    padding: 60px 0;
  }

  .benefits-img {
    margin-bottom: 30px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .sec-title h2 {
    font-size: 26px;
  }

  .benefits-list li {
    font-size: 14px;
    padding-left: 30px;
  }

  .benefits-list li::before {
    width: 18px;
    height: 18px;
    font-size: 10px;
    line-height: 15px;
  }
}

/*  */
/*  */
/* ============================================= */
/* FIX: CENTER TITLES & H2 - LEFT OTHER TEXT */
/* Tablet & Mobile Responsive */
/* ============================================= */

/* Tablet Devices (768px - 1023px) */
@media only screen and (max-width: 1023px) {
  /* Force center alignment for ALL section titles */
  .sec-title,
  .sec-title.centered,
  .sec-title.text-center {
    text-align: center !important;
  }

  /* Center the small title (e.g., "About soil testing") */
  .sec-title_title {
    text-align: center !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: fit-content !important;
  }

  /* Remove any decorative lines that cause issues */
  .sec-title_title:before,
  .sec-title_title:after {
    display: none !important;
  }

  /* Center ALL H2 headings */
  h2,
  .sec-title_heading,
  .about-soil-content h2,
  .soil-content h2,
  .agarwood-content h2,
  .plantation-content h2,
  .organic-content h2,
  .benefits-section h2,
  .value-services h2,
  .farmer-services h2,
  .Agrotech-advantage h2,
  .about-agro-content h2 {
    text-align: center !important;
  }

  /* Keep paragraphs left aligned */
  p,
  .sec-title_text,
  .about-soil-content p,
  .soil-content p,
  .agarwood-content p,
  .plantation-content p,
  .organic-content p,
  .about-full-text p,
  .soil-note {
    text-align: left !important;
  }

  /* Keep lists left aligned */
  .soil-list,
  .process-list,
  .plantation-list,
  .sales-list,
  .organic-list,
  .services-list,
  .value-list,
  .benefits-list,
  .advantage-list {
    text-align: left !important;
    padding-left: 20px !important;
  }

  .soil-list li,
  .process-list li,
  .plantation-list li,
  .sales-list li,
  .organic-list li,
  .services-list li,
  .value-list li,
  .benefits-list li,
  .advantage-list li {
    text-align: left !important;
  }
}

/* Mobile Devices (up to 767px) */
@media only screen and (max-width: 767px) {
  /* SECTION TITLES - CENTER ALIGNED */
  .sec-title,
  .sec-title.centered,
  .sec-title.text-center {
    text-align: center !important;
    width: 100% !important;
  }

  .sec-title_title {
    text-align: center !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: fit-content !important;
    font-size: 12px !important;
  }

  /* Hide decorative elements */
  .sec-title_title:before,
  .sec-title_title:after {
    display: none !important;
  }

  /* ALL H2 HEADINGS - CENTER ALIGNED */
  h2,
  .sec-title_heading,
  .about-soil-content h2,
  .soil-content h2,
  .agarwood-content h2,
  .plantation-content h2,
  .organic-content h2,
  .benefits-section h2,
  .value-services h2,
  .farmer-services h2,
  .Agrotech-advantage h2,
  .about-agro-content h2 {
    text-align: center !important;
    font-size: 24px !important;
    line-height: 1.3 !important;
  }

  /* ALL PARAGRAPHS - LEFT ALIGNED */
  p,
  .sec-title_text,
  .about-soil-content p,
  .soil-content p,
  .agarwood-content p,
  .plantation-content p,
  .organic-content p,
  .about-full-text p,
  .soil-note,
  .intro {
    text-align: left !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
  }

  /* ALL LISTS - LEFT ALIGNED */
  ul,
  ol,
  .soil-list,
  .process-list,
  .plantation-list,
  .sales-list,
  .organic-list,
  .services-list,
  .value-list,
  .benefits-list,
  .advantage-list {
    text-align: left !important;
    padding-left: 20px !important;
  }

  li,
  .soil-list li,
  .process-list li,
  .plantation-list li,
  .sales-list li,
  .organic-list li,
  .services-list li,
  .value-list li,
  .benefits-list li,
  .advantage-list li {
    text-align: left !important;
    font-size: 14px !important;
    margin-bottom: 12px !important;
  }

  /* BUTTONS - CENTER ALIGNED */
  .soil-btn,
  .theme-btn,
  .about-two_button {
    text-align: center !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: fit-content !important;
    padding: 15px;
  }

  /* IMAGES - CENTER ALIGNED (visual only) */
  .about-soil-image,
  .soil-image-wrapper,
  .img-hover-zoom,
  .about-agro-image {
    text-align: center !important;
    margin-bottom: 20px !important;
  }

  .about-soil-image img,
  .soil-image-wrapper img,
  .about-agro-image img {
    display: inline-block !important;
    max-width: 100% !important;
    height: auto !important;
  }

  /* Fix specific sections */
  .about-soil .row,
  .soil-types .row,
  .soil-benefits-process .row,
  .soil-extra-section .row,
  .about-agarwood .row {
    display: flex !important;
    flex-direction: column !important;
  }

  .about-soil .col-lg-5,
  .about-soil .col-lg-7,
  .soil-types .col-lg-6,
  .soil-benefits-process .col-lg-5,
  .soil-benefits-process .col-lg-7,
  .soil-extra-section .col-lg-5,
  .soil-extra-section .col-lg-7,
  .about-agarwood .col-lg-5,
  .about-agarwood .col-lg-7 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  /* Reorder soil-types (image first on mobile) */
  .soil-types .col-lg-6:first-child {
    order: 2 !important;
  }

  .soil-types .col-lg-6:last-child {
    order: 1 !important;
  }
}

/* Small Mobile (up to 480px) */
@media only screen and (max-width: 480px) {
  h2,
  .sec-title_heading {
    font-size: 22px !important;
  }

  .sec-title_title {
    font-size: 11px !important;
  }

  p,
  li {
    font-size: 13px !important;
  }

  .soil-list,
  .benefits-list,
  .services-list {
    padding-left: 15px !important;
  }
}

/*  */

/*  */
/*  */
/* 
 */
.vision-mission-section {
  padding: 50px 0;
  background: #f8f9fa;
}

/* IMAGE */
.vm-img {
  height: 100%;
}

.vm-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px !important;
}

/* CONTENT */
.vm-content {
  padding: 40px;
}

.vm-content h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
}

.vm-content h3 span {
  color: #1f7a4c; /* your green */
}

.vm-content p {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
}

/* LIST */
.vm-list {
  list-style: none;
  padding: 0;
  margin-top: 15px;
}

.vm-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}

.vm-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border: 2px solid #ffc107;
  color: #1f7a4c;
  border-radius: 50%;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* about page  */

/* ================================
   CORPORATE STRUCTURE
================================ */
.corporate-structure {
  padding: 50px 0;
  background: #f9f9f9;
}

/* IMAGE */
.corporate-image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 12px;
}

/* HEADING */
.corporate-heading {
  font-size: 42px;
  font-weight: 700;
  color: var(--color-five);
  margin-bottom: 25px;
}

.corporate-heading span {
  color: rgb(16, 117, 60); /* your green */
}

/* LIST */
.corporate-list {
  list-style: none;
  padding: 0;
}

.corporate-list li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 18px;
  font-size: 16px;
  color: #444;
  line-height: 1.7;
}

/* CHECK ICON (FIXED PROPERLY) */
.corporate-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 4px;

  width: 22px;
  height: 22px;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 12px;
  color: rgb(16, 117, 60);

  border: 2px solid #ffc107;
  border-radius: 50%;
}

/* ================================
   TABLET
================================ */
@media (max-width: 991px) {
  .corporate-structure {
    padding: 60px 0;
  }

  .corporate-image img {
    height: 300px;
    margin-bottom: 30px;
  }

  .corporate-heading {
    font-size: 32px;
    text-align: center;
  }

  .corporate-content {
    text-align: center;
  }

  .corporate-list li {
    padding-left: 35px;
    text-align: left;
  }
}

/* ================================
   MOBILE
================================ */
@media (max-width: 576px) {
  .corporate-structure {
    padding: 50px 0;
  }

  .corporate-image img {
    height: 220px;
  }

  .corporate-heading {
    font-size: 26px;
  }

  .corporate-list li {
    font-size: 14px;
    padding-left: 30px;
  }

  .corporate-list li::before {
    width: 18px;
    height: 18px;
    font-size: 10px;
  }
}

/*  */
/* SECTION */
.farmer-support-section {
  padding: 50px 0;
  background: #f5f5f5;
}

/* IMAGE */
.farmer-image {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
}

.farmer-image img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 14px;
}

/* GREEN BACK EFFECT */
.farmer-image::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  background: var(--main-color);
  border-radius: 14px;
  z-index: -1;
}

/* CONTENT */
.farmer-content {
  padding-right: 40px;
}

/* LIST */
.farmer-list {
  padding-left: 0;
}

.farmer-list li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 14px;
  font-size: 16px;
  color: #555;
  line-height: 1.7;
}

/* ICON */
.farmer-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 3px;

  width: 22px;
  height: 22px;

  border: 2px solid rgb(252, 176, 63);
  color: #1f7a4c;

  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 12px;
}

/* ========================= */
/* 📱 TABLET */
/* ========================= */
@media (max-width: 991px) {
  .farmer-content {
    padding-right: 0;
    margin-bottom: 30px;
    text-align: center;
  }

  .farmer-image img {
    height: auto;
  }

  .farmer-list li {
    text-align: left; /* important */
  }

  .sec-title_heading {
    font-size: 32px;
  }
}

/* ========================= */
/* 📱 MOBILE */
/* ========================= */
@media (max-width: 576px) {
  .farmer-support-section {
    padding: 60px 0;
  }

  .sec-title_heading {
    font-size: 26px;
  }

  .farmer-list li {
    font-size: 14px;
  }
}

/*  */
/* Image hover zoom effect */
.img-hover-zoom {
  overflow: hidden;
  border-radius: 12px;
}

.img-hover-zoom img {
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
  display: block;
}

.img-hover-zoom:hover img {
  transform: scale(1.08);
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .food-one_image-column {
    margin-top: 30px;
  }

  .food-one_image-outer {
    padding-right: 0 !important;
  }
}

/*  */

/*  */
.activities-section {
  padding: 50px 0;
  background: #f9f9f9;
}

/* HEADING */
.activities-content h2 {
  font-size: 42px;
  font-weight: 700;
  color: #222;
  margin-bottom: 20px;
}

.activities-content h2 span {
  color: rgb(16, 117, 60); /* BRAND GREEN */
}

/* TEXT */
.activities-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
}

/* IMAGE */
.activities-image {
  position: relative;
}

.activities-image img {
  width: 100%;
  border-radius: 15px;
  display: block;
}

/* GREEN BORDER EFFECT */
.activities-image::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border: 4px solid rgb(16, 117, 60);
  border-radius: 15px;
  z-index: -1;
}

/* BOTTOM TEXT */
.activities-bottom-text {
  margin-top: 40px;
}

.activities-bottom-text p {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
}
/* TABLET */
@media (max-width: 991px) {
  .activities-content h2 {
    font-size: 32px;
    text-align: center;
  }

  .activities-content p {
    text-align: center;
  }

  .activities-image {
    margin-top: 30px;
  }

  .activities-image::before {
    display: none; /* avoid messy overlap */
  }
}

/* MOBILE */
@media (max-width: 576px) {
  .activities-section {
    padding: 50px 15px;
  }

  .activities-content h2 {
    font-size: 26px;
  }

  .activities-content p,
  .activities-bottom-text p {
    font-size: 14px;
    line-height: 1.6;
  }

  .activities-image img {
    border-radius: 10px;
  }
}

/*  */
.plantation-section {
  padding: 50px 0;
  background: #f9f9f9;
}

/* TITLE */
.plantation-title {
  font-size: 42px;
  font-weight: 700;
  color: #222;
  margin-bottom: 40px;
}

.plantation-title span {
  color: rgb(16, 117, 60); /* BRAND GREEN */
}

/* IMAGE */
.plantation-image img {
  width: 100%;
  border-radius: 15px;
  display: block;
}

/* TEXT */
.plantation-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 20px;
}

/*  */
.agarwood-india {
  padding: 50px 0;
  background: #f9f9f9;
}

/* TITLE */
.section-title {
  font-size: 42px;
  font-weight: 700;
  color: #222;
  margin-bottom: 40px;
}

.section-title span {
  color: rgb(16, 117, 60);
}

/* TEXT */
.text-content p,
.bottom-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 20px;
}

/* IMAGE */
.image-box img {
  width: 100%;
  border-radius: 15px;
  display: block;
}

/* SPACING */
.content-row {
  margin-bottom: 30px;
}

/*  */
/* SECTION */
.floating-section {
  position: relative;
  padding: 60px 0;
}

/* BACKGROUND IMAGE */
.floating-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background: url("../images/newimg/wood-bg.jpg") no-repeat center/cover;
  z-index: 1;
}

/* CARD */
.floating-card {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

/* IMAGE */
.card-image {
  width: 40%;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* CONTENT */
.card-content {
  width: 60%;
  padding: 30px;
}

.card-content p {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 15px;
} /* TABLET */
@media (max-width: 991px) {
  .floating-bg {
    height: 220px;
  }

  .floating-card {
    flex-direction: column;
  }

  .card-image,
  .card-content {
    width: 100%;
  }

  .card-content {
    padding: 25px;
    text-align: center;
  }
}

/* MOBILE */
@media (max-width: 576px) {
  .floating-section {
    padding: 80px 15px;
  }

  .floating-bg {
    height: 180px;
  }

  .card-content p {
    font-size: 14px;
    line-height: 1.6;
  }
}

/*  */
.about-agarwood {
  padding: 50px 0;
  background: #f9f9f9;
}

/* TITLE */
.section-title {
  font-size: 40px;
  font-weight: 700;
  color: #222;
  margin-bottom: 40px;
}

.section-title span {
  color: rgb(16, 117, 60);
}

/* IMAGE */
.about-image img {
  width: 100%;
  border-radius: 15px;
  display: block;
}

/* TEXT */
.about-text p,
.about-full-text p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 20px;
}

/* spacing */
.top-content {
  margin-bottom: 30px;
} /* TABLET */
@media (max-width: 991px) {
  .section-title {
    font-size: 32px;
  }

  .top-content {
    text-align: center;
  }

  .about-image {
    margin-bottom: 25px;
  }

  .about-text p,
  .about-full-text p {
    font-size: 15px;
  }
}

/* MOBILE */
@media (max-width: 576px) {
  .about-agarwood {
    padding: 50px 15px;
  }

  .section-title {
    font-size: 26px;
  }

  .about-text p,
  .about-full-text p {
    font-size: 14px;
    line-height: 1.6;
  }

  .about-image img {
    border-radius: 10px;
  }
}
.about-image {
  overflow: hidden;
}

.about-image img {
  transition: 0.4s ease;
}

.about-image:hover img {
  transform: scale(1.05);
}

/*  */
/* SECTION */
.food-one {
  padding: 50px 0;
}

/* FIX ROW */
.food-one .row {
  align-items: center;
}

/* 🔴 REMOVE THIS NONSENSE */
.food-one_image {
  margin-left: 0 !important; /* FIX */
  padding: 0;
}

/* IMAGE */
.food-one_image img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 12px;
}

/* REMOVE RANDOM POSITIONING */
.food-one_image-outer {
  padding-left: 0;
}

/* REMOVE FLOATING LEAF (OPTIONAL CLEANUP) */
.food-one_leaf {
  display: none;
}

/* CONTENT SPACING */
.food-one_content-outer {
  padding-left: 40px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .food-one_content-outer {
    padding-left: 0;
    margin-top: 30px;
    text-align: center;
  }

  .food-one_image img {
    height: auto;
  }
}

/*  */
/* FIX CARD HEIGHT */
.service-block_two-inner {
  position: relative;
  height: 320px; /* 🔥 CONTROL HEIGHT */
  overflow: hidden;
  border-radius: 10px;
}

/* IMAGE FULL HEIGHT */
.service-block_two-image {
  height: 100%;
}

.service-block_two-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* CONTENT POSITION FIX */
.service-block_two-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 2;
}

/* ICON FIX */
.service-block_two-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  margin: 0;
}

/* 🔥 OVERLAY FULL HEIGHT */
.service-block_two-overlay {
  position: absolute;
  inset: 0;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;

  transform: translateY(100%);
  transition: 0.4s ease;
}

/* SHOW OVERLAY ON HOVER */
.service-block_two-inner:hover .service-block_two-overlay {
  transform: translateY(0);
}

/* TEXT VISIBILITY FIX */
.service-block_two-text {
  font-size: 14px;
  line-height: 1.6;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .service-block_two-inner {
    height: 260px;
  }
}

@media (max-width: 576px) {
  .service-block_two-inner {
    height: 220px;
  }
}

/*  */
/* FIX TEXT COLOR ON HOVER */
.service-block_two-title a {
  color: #000;
  transition: 0.3s ease;
}

/* 🔥 CHANGE TO WHITE WHEN HOVER */
.service-block_two-inner:hover .service-block_two-title a {
  color: #fff;
}

/* FIX OVERLAY TEXT */
.service-block_two-title_two a {
  color: #fff;
}

.service-block_two-text {
  color: #fff;
}

/* FIX OVERLAY LAYERING */
.service-block_two-overlay {
  z-index: 2;
}

.service-block_two-content {
  z-index: 3;
  position: relative;
}

/* OPTIONAL: DARK OVERLAY FOR BETTER VISIBILITY */
.service-block_two-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}

