.page-resources-tg777-cloud-technology-security {
  color: #333333; /* Dark text for light body background */
}

.page-resources-tg777-cloud-technology-security__hero-section {
  position: relative;
  padding-top: var(--header-offset, 120px); /* Ensure content clears fixed header */
  background-color: #007bff; /* Primary brand color */
  color: #ffffff;
  text-align: center;
  overflow: hidden;
}

.page-resources-tg777-cloud-technology-security__hero-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px;
  position: relative;
  z-index: 1;
}

.page-resources-tg777-cloud-technology-security__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  z-index: 0;
}

.page-resources-tg777-cloud-technology-security__hero-title {
  font-size: 3.5rem;
  margin-bottom: 20px;
  color: #ffc107; /* Auxiliary brand color for emphasis */
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-tg777-cloud-technology-security__hero-description {
  font-size: 1.3rem;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

.page-resources-tg777-cloud-technology-security__hero-button {
  display: inline-block;
  background-color: #ffc107; /* Auxiliary brand color */
  color: #007bff; /* Primary brand color for text */
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-tg777-cloud-technology-security__hero-button:hover {
  background-color: #e0a800;
  transform: translateY(-2px);
}

.page-resources-tg777-cloud-technology-security__content-area {
  max-width: 800px; /* Content width for comfortable reading */
  margin: 40px auto;
  padding: 0 20px;
  line-height: 1.7;
  font-size: 1.1rem;
}

.page-resources-tg777-cloud-technology-security__back-link {
  display: inline-block;
  margin-bottom: 30px;
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-tg777-cloud-technology-security__back-link:hover {
  color: #0056b3;
}

.page-resources-tg777-cloud-technology-security__article-heading {
  font-size: 2.2rem;
  color: #007bff;
  margin-top: 50px;
  margin-bottom: 25px;
  line-height: 1.3;
}

.page-resources-tg777-cloud-technology-security__article-subheading {
  font-size: 1.6rem;
  color: #333333;
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 1.4;
}

.page-resources-tg777-cloud-technology-security__article-paragraph {
  margin-bottom: 25px;
}

.page-resources-tg777-cloud-technology-security__article-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 40px auto;
  border-radius: 10px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.page-resources-tg777-cloud-technology-security__action-buttons {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.page-resources-tg777-cloud-technology-security__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-tg777-cloud-technology-security__button--primary {
  background-color: #007bff;
  color: #ffffff;
}

.page-resources-tg777-cloud-technology-security__button--primary:hover {
  background-color: #0056b3;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-tg777-cloud-technology-security__button--secondary {
  background-color: #ffc107;
  color: #007bff;
}

.page-resources-tg777-cloud-technology-security__button--secondary:hover {
  background-color: #e0a800;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
  .page-resources-tg777-cloud-technology-security__hero-container {
    padding: 60px 15px;
  }

  .page-resources-tg777-cloud-technology-security__hero-title {
    font-size: 2.5rem;
  }

  .page-resources-tg777-cloud-technology-security__hero-description {
    font-size: 1.1rem;
  }

  .page-resources-tg777-cloud-technology-security__content-area {
    padding: 0 15px;
    font-size: 1rem;
  }

  .page-resources-tg777-cloud-technology-security__article-heading {
    font-size: 1.8rem;
  }

  .page-resources-tg777-cloud-technology-security__article-subheading {
    font-size: 1.4rem;
  }

  .page-resources-tg777-cloud-technology-security__article-image {
    max-width: 100%;
    height: auto;
  }

  .page-resources-tg777-cloud-technology-security__action-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-tg777-cloud-technology-security__button {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }

  .page-resources-tg777-cloud-technology-security__hero-image {
    max-width: 100%;
    height: auto;
  }

  /* Ensure all images within content area are responsive and not smaller than 200px */
  .page-resources-tg777-cloud-technology-security img {
    max-width: 100%;
    height: auto;
    min-width: 200px; /* Enforce minimum display size */
    min-height: 200px; /* Enforce minimum display size */
  }
}