/* style/promotions-first-deposit-offer.css */
.page-promotions-first-deposit-offer {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-promotions-first-deposit-offer__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-promotions-first-deposit-offer__hero-section {
  background: linear-gradient(135deg, #0A2463 0%, #304E8A 100%);
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-promotions-first-deposit-offer__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract_geometric,blue_gold,pattern]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-promotions-first-deposit-offer__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #E0B143;
  position: relative;
  z-index: 1;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-promotions-first-deposit-offer__hero-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.page-promotions-first-deposit-offer__cta-button {
  display: inline-block;
  background-color: #E0B143;
  color: #0A2463;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  position: relative;
  z-index: 1;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-promotions-first-deposit-offer__cta-button:hover {
  background-color: #f0c55a;
  transform: translateY(-3px);
}

.page-promotions-first-deposit-offer__cta-button--small {
  padding: 10px 20px;
  font-size: 1em;
}

.page-promotions-first-deposit-offer__cta-button--large {
  padding: 18px 35px;
  font-size: 1.3em;
}

.page-promotions-first-deposit-offer__section {
  padding: 60px 0;
  background-color: #ffffff;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.page-promotions-first-deposit-offer__section:nth-of-type(even) {
  background-color: #f0f4f7;
}

.page-promotions-first-deposit-offer__section-title {
  font-size: 2.5em;
  color: #0A2463;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 15px;
}

.page-promotions-first-deposit-offer__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #E0B143;
  border-radius: 2px;
}

.page-promotions-first-deposit-offer__section-intro {
  text-align: center;
  font-size: 1.1em;
  margin-bottom: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  color: #555;
}

.page-promotions-first-deposit-offer__about-888b .page-promotions-first-deposit-offer__content-wrapper {
  display: flex;
  gap: 40px;
  align-items: center;
}

.page-promotions-first-deposit-offer__about-888b .page-promotions-first-deposit-offer__text-content {
  flex: 1;
}

.page-promotions-first-deposit-offer__about-888b .page-promotions-first-deposit-offer__image-wrapper {
  flex: 1;
  text-align: center;
}

.page-promotions-first-deposit-offer__about-888b .page-promotions-first-deposit-offer__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.page-promotions-first-deposit-offer__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-promotions-first-deposit-offer__grid-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  border-top: 5px solid #0A2463;
}

.page-promotions-first-deposit-offer__grid-item:hover {
  transform: translateY(-5px);
}

.page-promotions-first-deposit-offer__item-title {
  font-size: 1.8em;
  color: #0A2463;
  margin-bottom: 15px;
  border-bottom: 2px solid #E0B143;
  padding-bottom: 10px;
}

.page-promotions-first-deposit-offer__grid-item p {
  margin-bottom: 15px;
  color: #444;
}

.page-promotions-first-deposit-offer__grid-item ol, .page-promotions-first-deposit-offer__grid-item ul {
  margin-left: 20px;
  margin-bottom: 15px;
  color: #444;
}

.page-promotions-first-deposit-offer__grid-item ol li, .page-promotions-first-deposit-offer__grid-item ul li {
  margin-bottom: 8px;
}

.page-promotions-first-deposit-offer__center-cta {
  text-align: center;
  margin-top: 50px;
}

.page-promotions-first-deposit-offer__benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-promotions-first-deposit-offer__benefit-card {
  text-align: center;
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  border-bottom: 5px solid #E0B143;
}

.page-promotions-first-deposit-offer__benefit-card:hover {
  transform: translateY(-5px);
}

.page-promotions-first-deposit-offer__benefit-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}

.page-promotions-first-deposit-offer__card-title {
  font-size: 1.6em;
  color: #0A2463;
  margin-bottom: 10px;
}

.page-promotions-first-deposit-offer__guide-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-promotions-first-deposit-offer__step-card {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  border-left: 5px solid #0A2463;
}

.page-promotions-first-deposit-offer__step-card:hover {
  transform: translateY(-5px);
}

.page-promotions-first-deposit-offer__step-image {
  max-width: 100%;
  height: 200px;
  object-fit: contain;
  margin-bottom: 20px;
  border-radius: 8px;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
}

.page-promotions-first-deposit-offer__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-promotions-first-deposit-offer__feature-card {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  text-align: center;
  border-right: 5px solid #E0B143;
}

.page-promotions-first-deposit-offer__feature-card:hover {
  transform: translateY(-5px);
}

.page-promotions-first-deposit-offer__feature-image {
  max-width: 100%;
  height: 180px;
  object-fit: contain;
  margin-bottom: 20px;
  border-radius: 8px;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
}

.page-promotions-first-deposit-offer__faq-items {
  margin-top: 40px;
}

.page-promotions-first-deposit-offer__faq-item {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 20px;
  transition: box-shadow 0.3s ease;
}

.page-promotions-first-deposit-offer__faq-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.page-promotions-first-deposit-offer__faq-question {
  font-size: 1.4em;
  color: #0A2463;
  margin-bottom: 10px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-promotions-first-deposit-offer__faq-question::after {
  content: '+';
  font-size: 1.2em;
  color: #E0B143;
  transition: transform 0.3s ease;
}

.page-promotions-first-deposit-offer__faq-question.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-promotions-first-deposit-offer__faq-answer {
  font-size: 1em;
  color: #555;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  padding-top: 0;
}

.page-promotions-first-deposit-offer__faq-answer.active {
  max-height: 200px; /* Adjust as needed */
  padding-top: 15px;
}

.page-promotions-first-deposit-offer__conclusion .page-promotions-first-deposit-offer__section-intro {
  margin-bottom: 30px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-promotions-first-deposit-offer__hero-title {
    font-size: 2.5em;
  }
  .page-promotions-first-deposit-offer__section-title {
    font-size: 2em;
  }
  .page-promotions-first-deposit-offer__about-888b .page-promotions-first-deposit-offer__content-wrapper {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .page-promotions-first-deposit-offer__hero-title {
    font-size: 2em;
  }
  .page-promotions-first-deposit-offer__hero-description {
    font-size: 1em;
  }
  .page-promotions-first-deposit-offer__section {
    padding: 40px 0;
  }
  .page-promotions-first-deposit-offer__section-title {
    font-size: 1.8em;
  }
  .page-promotions-first-deposit-offer__grid, .page-promotions-first-deposit-offer__benefits-grid, .page-promotions-first-deposit-offer__guide-steps, .page-promotions-first-deposit-offer__feature-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 576px) {
  .page-promotions-first-deposit-offer__hero-section {
    padding: 50px 0;
  }
  .page-promotions-first-deposit-offer__hero-title {
    font-size: 1.8em;
  }
  .page-promotions-first-deposit-offer__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-promotions-first-deposit-offer__cta-button--large {
    padding: 15px 30px;
    font-size: 1.1em;
  }
  .page-promotions-first-deposit-offer__section-title {
    font-size: 1.5em;
  }
  .page-promotions-first-deposit-offer__item-title, .page-promotions-first-deposit-offer__card-title, .page-promotions-first-deposit-offer__faq-question {
    font-size: 1.3em;
  }
}