.page-blog-hit88-security-features {
  padding-top: 10px; /* Small padding to offset from fixed header */
  background-color: #0D0E12;
  color: #FFF3E6;
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-hit88-security-features__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 40px 20px;
  background-color: #17191F;
  border-radius: 10px;
  margin: 20px auto;
  max-width: 1200px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-hit88-security-features__hero-image {
  width: 100%;
  max-width: 1200px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 30px;
  object-fit: cover;
}

.page-blog-hit88-security-features__hero-content {
  width: 100%;
  max-width: 900px;
}

.page-blog-hit88-security-features__main-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: #FFB04D; /* Using Glow color for main title */
  margin-bottom: 20px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 0 0 10px rgba(255, 176, 77, 0.5);
}

.page-blog-hit88-security-features__description {
  font-size: 1.1em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-hit88-security-features__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%);
  color: #FFF3E6;
  text-decoration: none;
  border-radius: 50px;
  font-weight: bold;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-hit88-security-features__cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-hit88-security-features__features-section {
  padding: 60px 20px;
  max-width: 1200px;
  margin: 40px auto;
  text-align: center;
  background-color: #17191F;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-hit88-security-features__section-title {
  font-size: 2.5em;
  color: #FF8C1A;
  margin-bottom: 40px;
  font-weight: bold;
  text-shadow: 0 0 8px rgba(255, 140, 26, 0.4);
}

.page-blog-hit88-security-features__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-blog-hit88-security-features__feature-card {
  background-color: #0D0E12;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #A84F0C;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-hit88-security-features__feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-blog-hit88-security-features__feature-icon {
  width: 100%;
  max-width: 400px; /* Ensure images are not too small */
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
}

.page-blog-hit88-security-features__feature-title {
  font-size: 1.5em;
  color: #FFA53A;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-hit88-security-features__feature-text {
  font-size: 1em;
  color: #FFF3E6;
}

.page-blog-hit88-security-features__trust-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  padding: 60px 20px;
  max-width: 1200px;
  margin: 40px auto;
  background-color: #17191F;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-hit88-security-features__trust-content {
  flex: 1;
  text-align: left;
}

.page-blog-hit88-security-features__trust-image {
  flex: 1;
  max-width: 500px;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  min-width: 200px; /* Ensure images are not too small */
}

.page-blog-hit88-security-features__text {
  font-size: 1.1em;
  margin-bottom: 30px;
}

.page-blog-hit88-security-features__learn-more-button {
  display: inline-block;
  padding: 12px 25px;
  background-color: #FF8C1A;
  color: #FFF3E6;
  text-decoration: none;
  border-radius: 30px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-blog-hit88-security-features__learn-more-button:hover {
  background-color: #D96800;
}

.page-blog-hit88-security-features__cta-bottom-section {
  text-align: center;
  padding: 60px 20px;
  max-width: 1000px;
  margin: 40px auto 60px auto;
  background: linear-gradient(135deg, #17191F 0%, #0D0E12 100%);
  border-radius: 10px;
  border: 1px solid #A84F0C;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}

.page-blog-hit88-security-features__cta-bottom-title {
  font-size: 2.2em;
  color: #FFB04D;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-blog-hit88-security-features__cta-bottom-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-hit88-security-features__cta-bottom-button {
  display: inline-block;
  padding: 18px 35px;
  background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%);
  color: #FFF3E6;
  text-decoration: none;
  border-radius: 50px;
  font-weight: bold;
  font-size: 1.2em;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-hit88-security-features__cta-bottom-button:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-blog-hit88-security-features__hero-section {
    padding: 30px 15px;
  }
  .page-blog-hit88-security-features__main-title {
    font-size: 2.2em;
  }
  .page-blog-hit88-security-features__section-title {
    font-size: 2em;
  }
  .page-blog-hit88-security-features__trust-section {
    flex-direction: column;
    text-align: center;
  }
  .page-blog-hit88-security-features__trust-content {
    margin-bottom: 30px;
  }
  .page-blog-hit88-security-features__trust-image {
    max-width: 100%;
  }
  .page-blog-hit88-security-features__cta-bottom-title {
    font-size: 1.8em;
  }
}

@media (max-width: 768px) {
  .page-blog-hit88-security-features__hero-section {
    padding: 20px 10px;
  }
  .page-blog-hit88-security-features__main-title {
    font-size: 1.8em;
  }
  .page-blog-hit88-security-features__description {
    font-size: 1em;
  }
  .page-blog-hit88-security-features__cta-button {
    padding: 12px 25px;
    font-size: 0.9em;
  }
  .page-blog-hit88-security-features__section-title {
    font-size: 1.8em;
  }
  .page-blog-hit88-security-features__feature-card {
    padding: 20px;
  }
  .page-blog-hit88-security-features__feature-title {
    font-size: 1.3em;
  }
  .page-blog-hit88-security-features__feature-text {
    font-size: 0.9em;
  }
  .page-blog-hit88-security-features__trust-section {
    padding: 40px 15px;
  }
  .page-blog-hit88-security-features__text {
    font-size: 1em;
  }
  .page-blog-hit88-security-features__learn-more-button {
    padding: 10px 20px;
    font-size: 0.9em;
  }
  .page-blog-hit88-security-features__cta-bottom-title {
    font-size: 1.6em;
  }
  .page-blog-hit88-security-features__cta-bottom-description {
    font-size: 1em;
  }
  .page-blog-hit88-security-features__cta-bottom-button {
    padding: 15px 30px;
    font-size: 1em;
  }
  /* Mobile image overflow prevention */
  .page-blog-hit88-security-features img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-blog-hit88-security-features__main-title {
    font-size: 1.5em;
  }
  .page-blog-hit88-security-features__section-title {
    font-size: 1.5em;
  }
  .page-blog-hit88-security-features__feature-grid {
    grid-template-columns: 1fr;
  }
  .page-blog-hit88-security-features__cta-bottom-title {
    font-size: 1.4em;
  }
}