/* style/resources-debet-reputation-guarantee.css */
.page-resources-debet-reputation-guarantee {
  font-family: 'Arial', sans-serif;
  color: #333; /* Dark text for readability */
  line-height: 1.6;
  background-color: #f8f8f8; /* Light background for main content */
}

.page-resources-debet-reputation-guarantee__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-debet-reputation-guarantee__section {
  padding: 60px 0;
  margin-bottom: 20px;
}

.page-resources-debet-reputation-guarantee__section:nth-of-type(even) {
  background-color: #e9e9e9; /* Slightly darker background for alternating sections */
}

.page-resources-debet-reputation-guarantee__hero {
  background: linear-gradient(135deg, #0A2342, #1a3a60); /* Dark blue gradient */
  color: #fff;
  padding: 80px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 450px; /* Ensure sufficient height */
  position: relative;
  overflow: hidden;
}

.page-resources-debet-reputation-guarantee__hero-content {
  z-index: 1;
  max-width: 800px;
  padding: 0 20px;
}

.page-resources-debet-reputation-guarantee__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for main title */
  line-height: 1.2;
}

.page-resources-debet-reputation-guarantee__hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #e0e0e0; /* Lighter text for subtitle */
}

.page-resources-debet-reputation-guarantee__hero-image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.15; /* Subtle background image */
  overflow: hidden;
}

.page-resources-debet-reputation-guarantee__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%) brightness(50%);
}

.page-resources-debet-reputation-guarantee__section-title {
  font-size: 2.5em;
  color: #0A2342; /* Main dark blue for section titles */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-debet-reputation-guarantee__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700; /* Gold underline */
  border-radius: 2px;
}

.page-resources-debet-reputation-guarantee__subsection-title {
  font-size: 1.8em;
  color: #0A2342;
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: left;
  border-left: 5px solid #FFD700;
  padding-left: 15px;
}

.page-resources-debet-reputation-guarantee__content-flex {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 30px;
}

.page-resources-debet-reputation-guarantee__content-flex--reverse {
  flex-direction: row-reverse;
}

.page-resources-debet-reputation-guarantee__text-content {
  flex: 1;
}

.page-resources-debet-reputation-guarantee__text-content p {
  margin-bottom: 15px;
  color: #444; /* Slightly lighter text for paragraphs */
}

.page-resources-debet-reputation-guarantee__image-wrapper {
  flex: 1;
  min-width: 300px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-resources-debet-reputation-guarantee__image {
  width: 100%;
  height: auto;
  display: block;
}

.page-resources-debet-reputation-guarantee__image--full-width {
  margin-top: 40px;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-resources-debet-reputation-guarantee__product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-debet-reputation-guarantee__product-item {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  padding: 25px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-debet-reputation-guarantee__product-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.page-resources-debet-reputation-guarantee__product-image {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-resources-debet-reputation-guarantee__product-title {
  font-size: 1.5em;
  color: #0A2342;
  margin-bottom: 15px;
}

.page-resources-debet-reputation-guarantee__testimonials {
  background-color: #0A2342;
  color: #fff;
}

.page-resources-debet-reputation-guarantee__testimonials .page-resources-debet-reputation-guarantee__section-title {
  color: #FFD700;
}

.page-resources-debet-reputation-guarantee__testimonials .page-resources-debet-reputation-guarantee__section-title::after {
  background-color: #fff;
}

.page-resources-debet-reputation-guarantee__testimonials p {
  color: #e0e0e0;
}

.page-resources-debet-reputation-guarantee__testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-debet-reputation-guarantee__testimonial-item {
  background-color: #1a3a60; /* Slightly lighter dark blue for testimonial cards */
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-debet-reputation-guarantee__testimonial-quote {
  font-style: italic;
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #f0f0f0;
}

.page-resources-debet-reputation-guarantee__testimonial-author {
  font-weight: bold;
  text-align: right;
  color: #FFD700;
}

.page-resources-debet-reputation-guarantee__cta-buttons {
  text-align: center;
  margin-top: 50px;
}

.page-resources-debet-reputation-guarantee__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
  margin: 0 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-debet-reputation-guarantee__btn--primary {
  background-color: #FFD700; /* Gold button */
  color: #0A2342; /* Dark blue text */
}

.page-resources-debet-reputation-guarantee__btn--primary:hover {
  background-color: #e6c200; /* Darker gold on hover */
  transform: translateY(-2px);
}

.page-resources-debet-reputation-guarantee__btn--secondary {
  background-color: #0A2342; /* Dark blue button */
  color: #FFD700; /* Gold text */
  border: 2px solid #FFD700;
}

.page-resources-debet-reputation-guarantee__btn--secondary:hover {
  background-color: #1a3a60; /* Lighter dark blue on hover */
  transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-debet-reputation-guarantee__hero-title {
    font-size: 2.5em;
  }
  .page-resources-debet-reputation-guarantee__hero-subtitle {
    font-size: 1.1em;
  }
  .page-resources-debet-reputation-guarantee__section-title {
    font-size: 2em;
  }
  .page-resources-debet-reputation-guarantee__subsection-title {
    font-size: 1.5em;
  }
  .page-resources-debet-reputation-guarantee__content-flex {
    flex-direction: column;
    text-align: center;
  }
  .page-resources-debet-reputation-guarantee__content-flex--reverse {
    flex-direction: column-reverse;
  }
  .page-resources-debet-reputation-guarantee__image-wrapper {
    margin-top: 30px;
  }
  .page-resources-debet-reputation-guarantee__product-grid {
    grid-template-columns: 1fr;
  }
  .page-resources-debet-reputation-guarantee__testimonial-grid {
    grid-template-columns: 1fr;
  }
  .page-resources-debet-reputation-guarantee__testimonial-item {
    text-align: left;
  }
}

@media (max-width: 576px) {
  .page-resources-debet-reputation-guarantee__hero {
    padding: 60px 0;
  }
  .page-resources-debet-reputation-guarantee__hero-title {
    font-size: 2em;
  }
  .page-resources-debet-reputation-guarantee__hero-subtitle {
    font-size: 1em;
  }
  .page-resources-debet-reputation-guarantee__section-title {
    font-size: 1.8em;
  }
  .page-resources-debet-reputation-guarantee__subsection-title {
    font-size: 1.3em;
  }
  .page-resources-debet-reputation-guarantee__btn {
    padding: 12px 20px;
    font-size: 1em;
    margin: 10px 0;
    display: block;
  }
  .page-resources-debet-reputation-guarantee__cta-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}