.more-text {
  display: none;
}

.read-more-btn {
  background: none;
  border: none;
  color: #007bff;
  cursor: pointer;
  padding: 0;
  font-size: 14px;
}

.read-more-btn:hover {
  text-decoration: underline;
}
.about-text {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
}

.read-more-toggle {
  display: inline-block;
  margin-top: 8px;
  text-decoration: none;
}

.read-more-toggle:hover {
  text-decoration: underline;
}
.more-text {
    display: none;
}

.read-more-btn {
    background: none;
    border: none;
    color: #b6883a;
    font-weight: 600;
    padding: 0;
    margin-top: 10px;
    cursor: pointer;
}
.vision-box {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.about-text {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    border-left: 4px solid #b6883a;
    padding-left: 15px;
}

.vision-box {
  background-color: #f8f9fa;
  padding: 2rem;
  border-radius: 1rem;
}

.vision-image {
  max-width: 180px;
}

/* Mobile fine tuning */
@media (max-width: 576px) {
  .vision-image {
    max-width: 140px;
    margin-top: 1rem;
  }
}

.no_dot_list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.no_dot_list li {
    padding-left: 0;
    margin-bottom: 8px;
}

.image-layer {
  position: relative;
  background-size: cover;
  background-position: center;
}

/* transparent overlay */
.image-layer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.45); /* black transparent layer */
  z-index: 1;
}

/* slider content upar rahe */
.slide-item .auto-container {
  position: relative;
  z-index: 2;
}

.image_box {
  position: relative;
  /* overflow: hidden; */
}

/* image */
.image_box img {
  width: 100%;
  display: block;
}

/* transparent overlay */
.image_box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4); /* overlay color */
  z-index: 1;
}

/* experience box upar rahe */
.experience {
  position: absolute;
  z-index: 2;
}

/* =========================
   FLOATING TRANSLATE BUTTON
========================= */

.fixedr {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  z-index: 9999;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

/* Mobile & Tablet */
@media (max-width: 1028px) {
  .fixedr {
    bottom: 20px;
    right: 15px;
    height: 45px;
    width: 45px;
  }
}

/* =========================
   TRANSLATE ICON
========================= */

.vertical_translate {
  position: relative;
}

.vertical_translate_icon {
  width: 28px;
  height: 28px;
  background: url(images/google-translate.png) no-repeat center;
  background-size: contain;
  cursor: pointer;
}

/* =========================
   TRANSLATE DROPDOWN
========================= */

.vertical_translate_inner {
  display: none;
  position: absolute;
  right: 0;
  bottom: 60px;
  background: #fff;
  padding: 6px 10px;
  border-radius: 6px;
  z-index: 99999;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  width: 230px;
}

/* Mobile dropdown */
@media (max-width: 767px) {
  .vertical_translate_inner {
    bottom: 55px;
    width: 210px;
  }
}

/* =========================
   GOOGLE TRANSLATE CLEAN
========================= */
/* 
.goog-logo-link,
.goog-te-gadget span {
  display: none !important;
}

.goog-te-gadget {
  font-size: 13px;
  font-family: inherit;
}

.goog-te-gadget select {
  padding: 4px 8px;
  border-radius: 4px;
  border: 1px solid #ccc;
  cursor: pointer;
}

/* Remove top Google bar *
.goog-te-banner-frame.skiptranslate {
  display: none !important;
} */

/* ===== GOOGLE TRANSLATE HEADER ICON ===== */

.vertical_translate_wrapper {
  position: relative;
  display: inline-block;
}

.vertical_translate_icon {
  width: 28px;
  height: 28px;
  cursor: pointer;
}

/* Dropdown */
.vertical_translate_inner {
  display: none;
    position: absolute;
    top: 40px;
    right: -11px;
    background: #fff;
    padding: 0px 9px;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    width: 173px;
}

/* Google clean */
.goog-logo-link,
.goog-te-gadget span {
  display: none !important;
}

.goog-te-gadget select {
  right: -88px;
    padding: 0px -4px;
    border-radius: 4px;
    padding-left: -16px;
    border: 1px solid #ccc;
    top: -20px;
}
 /* ===== TABLE WRAPPER ===== */
    .coal-table-wrapper {
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      background: #fff;
    }

    /* ===== TABLE CORE ===== */
    .coal-table {
      min-width: 1800px; /* 🔥 key fix for desktop stretch */
      border-collapse: collapse;
    }

    .coal-table th,
    .coal-table td {
      padding: 14px;
      vertical-align: top;
      line-height: 1.6;
      white-space: normal;
      border: 1px solid #dee2e6;
      text-align: center;
    }

    /* ===== HEADER ===== */
    .coal-table thead th {
      background: #1f2328;
      color: #ffffff;
      font-weight: 600;
      white-space: nowrap;
    }

    /* ===== COLUMN WIDTH CONTROL ===== */
    .coal-table td:nth-child(1) { min-width: 200px; font-weight: 600; }
    .coal-table td:nth-child(2),
    .coal-table td:nth-child(3),
    .coal-table td:nth-child(4),
    .coal-table td:nth-child(5) { min-width: 150px; }

    .coal-table td:nth-child(6),
    .coal-table td:nth-child(7) { min-width: 360px; }

    .coal-table td:nth-child(8) { min-width: 220px; }

    /* ===== MOBILE IMPROVEMENT ===== */
    @media (max-width: 768px) {
      .coal-table {
        min-width: 1600px;
      }
    }
    .our-values-section .value-box {
    background: #ffffff;
    padding: 35px 25px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
}

.our-values-section .value-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.10);
}

.our-values-section .value-icon {
    font-size: 67px;
    margin-bottom: 15px;
}

.our-values-section h4 {
    font-weight: 600;
    margin-bottom: 12px;
}

.our-values-section p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 0;
}
/* ===== TIMBER VIDEO ===== */
.timber-video-box {
    max-width: 900px;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
}

.timber-video-thumb {
    height: 420px;
    object-fit: cover;
    border-radius: 10px;
}

.timber-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    background: rgba(0,0,0,0.65);
    color: #fff;
    font-size: 40px;
    border-radius: 50%;
    line-height: 90px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.timber-play-btn:hover {
    background: #c89b3c; /* theme-friendly */
    color: #fff;
}

@media (max-width: 768px) {
    .timber-video-thumb {
        height: 260px;
    }
}

