.sks-cement-story-section {
  background: linear-gradient(135deg, #f7fbf7 0%, #ffffff 55%, #fff8e6 100%);
}

.sks-cement-story-content {
  background: #ffffff;
  padding: 35px;
  border-radius: 22px;
  border-left: 6px solid #0b6b3a;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.sks-cement-story-badge {
  display: inline-block;
  background: rgba(11, 107, 58, 0.1);
  color: #0b6b3a;
  padding: 8px 18px;
  border-radius: 50px;
  font-weight: 600;
  margin-bottom: 15px;
}

.sks-cement-story-title {
  color: #0b3d2e;
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 22px;
  position: relative;
}

.sks-cement-story-title::after {
  content: "";
  width: 80px;
  height: 4px;
  background: #c99a2e;
  display: block;
  margin-top: 14px;
  border-radius: 10px;
}

.sks-cement-story-content p {
  color: #555;
  font-size: 16px;
  line-height: 1.85;
  margin-bottom: 16px;
}

.sks-cement-story-content strong {
  color: #0b6b3a;
}

.sks-cement-highlight-card {
  background: #0b6b3a;
  color: #ffffff;
  padding: 35px;
  border-radius: 24px;
  box-shadow: 0 18px 45px rgba(11, 107, 58, 0.25);
  position: relative;
  overflow: hidden;
}

.sks-cement-highlight-card::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  background: rgba(201, 154, 46, 0.22);
  border-radius: 50%;
  top: -70px;
  right: -70px;
}

.sks-cement-icon-box {
  width: 70px;
  height: 70px;
  background: #c99a2e;
  color: #ffffff;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  margin-bottom: 22px;
}

.sks-cement-highlight-card h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
}

.sks-cement-highlight-card > p {
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.7;
  margin-bottom: 28px;
}

.sks-cement-timeline {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.sks-cement-timeline div {
  background: rgba(255, 255, 255, 0.12);
  padding: 16px 18px;
  border-radius: 16px;
  border-left: 4px solid #c99a2e;
}

.sks-cement-timeline span {
  display: block;
  color: #ffd56b;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 4px;
}

.sks-cement-timeline p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
}

@media (max-width: 991px) {
  .sks-cement-story-title {
    font-size: 30px;
  }

  .sks-cement-story-content,
  .sks-cement-highlight-card {
    padding: 28px;
  }
}

@media (max-width: 575px) {
  .sks-cement-story-title {
    font-size: 26px;
  }

  .sks-cement-story-content p {
    font-size: 15px;
  }
}

.sks-cement-capacity-section {
  background: linear-gradient(135deg, #ffffff 0%, #f6fbf7 60%, #fff8e8 100%);
}

.sks-capacity-title {
  font-size: 34px;
  font-weight: 700;
  color: #0b3d2e;
}

.sks-capacity-subtitle {
  color: #666;
  font-size: 16px;
  margin-top: 10px;
}

.sks-capacity-card {
  background: #ffffff;
  padding: 28px;
  border-radius: 20px;
  border-top: 5px solid #0b6b3a;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
  height: 100%;
  transition: all 0.3s ease;
}

.sks-capacity-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

.sks-capacity-card h4 {
  font-size: 22px;
  font-weight: 700;
  color: #0b6b3a;
  margin-bottom: 18px;
  position: relative;
}

.sks-capacity-card h4::after {
  content: "";
  width: 50px;
  height: 3px;
  background: #c99a2e;
  display: block;
  margin-top: 8px;
  border-radius: 10px;
}

.sks-capacity-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sks-capacity-card ul li {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px dashed #e5e5e5;
  font-size: 15px;
}

.sks-capacity-card ul li:last-child {
  border-bottom: none;
}

.sks-capacity-card ul li span {
  color: #444;
}

.sks-capacity-card ul li strong {
  color: #0b6b3a;
  font-weight: 600;
}

@media (max-width: 991px) {
  .sks-capacity-title {
    font-size: 28px;
  }
}

@media (max-width: 575px) {
  .sks-capacity-card {
    padding: 22px;
  }

  .sks-capacity-card ul li {
    font-size: 14px;
  }
}

.sks-capacity-card h4 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sks-capacity-card h4 i {
  width: 42px;
  height: 42px;
  background: rgba(201, 154, 46, 0.16);
  color: #c99a2e;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  flex-shrink: 0;
}

.sks-cement-tabs-section {
  background: linear-gradient(135deg, #f7fbf7 0%, #ffffff 55%, #fff8e8 100%);
}

.sks-cement-tabs-badge {
  display: inline-block;
  background: rgba(11, 107, 58, 0.1);
  color: #0b6b3a;
  padding: 8px 18px;
  border-radius: 50px;
  font-weight: 600;
  margin-bottom: 14px;
}

.sks-cement-tabs-title {
  color: #0b3d2e;
  font-size: 36px;
  font-weight: 700;
}

.sks-cement-tabs-subtitle {
  max-width: 720px;
  margin: 12px auto 0;
  color: #666;
  line-height: 1.7;
}

.sks-cement-tabs-wrapper {
  background: #ffffff;
  border-radius: 28px;
  padding: 22px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
}

.sks-cement-tab-nav {
  gap: 12px;
  justify-content: center;
  margin-bottom: 25px;
}

.sks-cement-tab-nav .nav-link {
  border-radius: 16px;
  padding: 13px 20px;
  color: #0b3d2e;
  background: #f4f8f5;
  font-weight: 600;
  border: 1px solid rgba(11, 107, 58, 0.12);
}

.sks-cement-tab-nav .nav-link i {
  margin-right: 8px;
  color: #c99a2e;
}

.sks-cement-tab-nav .nav-link.active {
  background: #0b6b3a;
  color: #ffffff;
  box-shadow: 0 10px 25px rgba(11, 107, 58, 0.25);
}

.sks-cement-tab-nav .nav-link.active i {
  color: #ffd56b;
}

.sks-cement-tab-panel {
  background: linear-gradient(135deg, #0b6b3a, #063f26);
  border-radius: 24px;
  padding: 35px;
  color: #ffffff;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 30px;
  align-items: center;
  min-height: 340px;
  position: relative;
  overflow: hidden;
}

.sks-cement-tab-panel::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(201, 154, 46, 0.18);
  right: -80px;
  top: -80px;
}

.sks-tab-panel-left {
  position: relative;
  z-index: 1;
}

.sks-tab-panel-left span {
  color: #ffd56b;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
}

.sks-tab-panel-left h3 {
  font-size: 32px;
  font-weight: 700;
  margin: 12px 0 15px;
}

.sks-tab-panel-left p {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.8;
  margin: 0;
}

.sks-tab-data-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  position: relative;
  z-index: 1;
}

.sks-tab-data-card {
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 22px;
  padding: 24px;
  text-align: center;
  backdrop-filter: blur(10px);
}

.sks-tab-data-card small {
  display: block;
  color: #ffd56b;
  font-weight: 700;
  margin-bottom: 10px;
}

.sks-tab-data-card strong {
  display: block;
  font-size: 42px;
  line-height: 1;
  color: #ffffff;
}

.sks-tab-data-card span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.8);
}

.sks-tab-list-box {
  background: #ffffff;
  border-radius: 22px;
  padding: 18px;
  position: relative;
  z-index: 1;
}

.sks-tab-list-box div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 14px;
  border-bottom: 1px dashed #ddd;
}

.sks-tab-list-box div:last-child {
  border-bottom: none;
}

.sks-tab-list-box span {
  color: #444;
  font-weight: 500;
}

.sks-tab-list-box strong {
  color: #0b6b3a;
  text-align: right;
}

.sks-tab-list-box small {
  color: #777;
  font-weight: 500;
}

@media (max-width: 991px) {
  .sks-cement-tab-panel {
    grid-template-columns: 1fr;
  }

  .sks-tab-data-grid {
    grid-template-columns: 1fr;
  }

  .sks-cement-tabs-title {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  .sks-cement-tabs-wrapper {
    padding: 14px;
    border-radius: 22px;
  }

  .sks-cement-tab-panel {
    padding: 24px;
  }

  .sks-tab-panel-left h3 {
    font-size: 25px;
  }

  .sks-tab-list-box div {
    flex-direction: column;
    gap: 6px;
  }

  .sks-tab-list-box strong {
    text-align: left;
  }

  .sks-cement-tab-nav .nav-link {
    width: 100%;
  }
}

.sks-cs-section {
  background: linear-gradient(135deg, #ffffff 0%, #f6fbf7 60%, #fff8e8 100%);
}

.sks-cs-badge {
  display: inline-block;
  background: rgba(11, 107, 58, 0.1);
  color: #0b6b3a;
  padding: 8px 18px;
  border-radius: 50px;
  font-weight: 600;
  margin-bottom: 12px;
}

.sks-cs-title {
  font-size: 34px;
  font-weight: 700;
  color: #0b3d2e;
}

.sks-cs-subtitle {
  color: #666;
  margin-top: 10px;
}

.sks-cs-card {
  background: #ffffff;
  padding: 28px;
  border-radius: 20px;
  text-align: center;
  border-top: 4px solid #0b6b3a;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
}

.sks-cs-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

.sks-cs-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 18px;
  background: #c99a2e;
  color: #fff;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}

.sks-cs-card h5 {
  font-weight: 700;
  color: #0b6b3a;
  margin-bottom: 12px;
}

.sks-cs-card p {
  margin: 4px 0;
  color: #444;
  font-weight: 500;
}

@media (max-width: 575px) {
  .sks-cs-title {
    font-size: 26px;
  }
}

.sks-download-section {
  background: linear-gradient(135deg, #ffffff 0%, #f6fbf7 60%, #fff8e8 100%);
}

.sks-download-badge {
  display: inline-block;
  background: rgba(11, 107, 58, 0.1);
  color: #0b6b3a;
  padding: 8px 18px;
  border-radius: 50px;
  font-weight: 600;
  margin-bottom: 12px;
}

.sks-download-title {
  font-size: 34px;
  font-weight: 700;
  color: #0b3d2e;
}

.sks-download-subtitle {
  color: #666;
  margin-top: 10px;
}

.sks-download-card {
  background: #ffffff;
  padding: 30px 20px;
  border-radius: 20px;
  text-align: center;
  border: 1px solid #eaeaea;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  height: 100%;
}

.sks-download-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

.sks-download-icon {
  width: 65px;
  height: 65px;
  margin: 0 auto 18px;
  background: rgba(201, 154, 46, 0.15);
  color: #c99a2e;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}

.sks-download-card h5 {
  font-weight: 700;
  color: #0b6b3a;
  margin-bottom: 18px;
}

.sks-download-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: #0b6b3a;
  color: #fff;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.sks-download-btn i {
  font-size: 16px;
}

.sks-download-btn:hover {
  background: #094f2c;
  color: #fff;
}

@media (max-width: 575px) {
  .sks-download-title {
    font-size: 26px;
  }
}