/* style/resources-kubet-777-account-security.css */

/* Base styles for the page content */
.page-resources-kubet-777-account-security {
  color: #ffffff; /* Light text for dark body background */
  background-color: #000;
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px); /* Adjust for fixed header */
}

/* Hero Section */
.page-resources-kubet-777-account-security__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  min-height: 600px;
  overflow: hidden;
}

.page-resources-kubet-777-account-security__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.page-resources-kubet-777-account-security__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5); /* Darken image for text readability */
}

.page-resources-kubet-777-account-security__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
}

.page-resources-kubet-777-account-security__main-title {
  font-size: 3.5em;
  color: #FFC107; /* Auxiliary color for main title */
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-resources-kubet-777-account-security__hero-description {
  font-size: 1.3em;
  color: #f0f0f0;
  margin-bottom: 30px;
}

.page-resources-kubet-777-account-security__hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap; /* Allow wrapping on smaller screens */
}

/* Buttons */
.page-resources-kubet-777-account-security__btn-primary,
.page-resources-kubet-777-account-security__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  max-width: 100%; /* Ensure responsiveness */
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-resources-kubet-777-account-security__btn-primary {
  background-color: #007BFF; /* Main color */
  color: #ffffff;
  border: 2px solid #007BFF;
}

.page-resources-kubet-777-account-security__btn-primary:hover {
  background-color: #0056b3;
  border-color: #0056b3;
}

.page-resources-kubet-777-account-security__btn-secondary {
  background-color: transparent;
  color: #FFC107; /* Auxiliary color */
  border: 2px solid #FFC107;
}

.page-resources-kubet-777-account-security__btn-secondary:hover {
  background-color: #FFC107;
  color: #000; /* Dark text for light background */
}

/* General Section Styles */
.page-resources-kubet-777-account-security__section {
  padding: 60px 20px;
  text-align: center;
}

.page-resources-kubet-777-account-security__content-area {
  background-color: #1a1a1a; /* Slightly lighter dark background for content */
  color: #ffffff;
}

.page-resources-kubet-777-account-security__dark-bg {
  background-color: #000;
  color: #ffffff;
}

.page-resources-kubet-777-account-security__section-title {
  font-size: 2.5em;
  color: #007BFF; /* Main color for section titles */
  margin-bottom: 40px;
  text-align: center;
}