.page-index-full88-core-services {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f8f8;
}

.page-index-full88-core-services__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-index-full88-core-services__hero {
  background: linear-gradient(135deg, #003366 0%, #0a4a8c 100%);
  color: #fff;
  padding: 80px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  position: relative;
  overflow: hidden;
}

.page-index-full88-core-services__hero-content {
  max-width: 800px;
  z-index: 1;
}

.page-index-full88-core-services__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for emphasis */
  font-weight: bold;
  line-height: 1.2;
}

.page-index-full88-core-services__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-index-full88-core-services__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  overflow: hidden;
}

.page-index-full88-core-services__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transform: scale(1.1);
}

.page-index-full88-core-services__section-title {
  font-size: 2.5em;
  color: #003366;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 60px;
  font-weight: bold;
}

.page-index-full88-core-services__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
  color: #444;
}

.page-index-full88-core-services__about, 
.page-index-full88-core-services__responsible-gambling {
  padding: 60px 0;
  background-color: #f0f4f8;
}

.page-index-full88-core-services__about .page-index-full88-core-services__image, 
.page-index-full88-core-services__responsible-gambling .page-index-full88-core-services__image {
  width: 100%;
  max-width: 800px;
  height: auto;
  display: block;
  margin: 40px auto 0;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-index-full88-core-services__services {
  padding: 60px 0;
  background-color: #fff;
}

.page-index-full88-core-services__service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-full88-core-services__service-item {
  background-color: #fdfdfd;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-index-full88-core-services__service-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.page-index-full88-core-services__service-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  object-fit: contain;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
}

.page-index-full88-core-services__service-title {
  font-size: 1.6em;
  color: #003366;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-index-full88-core-services__service-description {
  font-size: 1em;
  color: #555;
  flex-grow: 1;
}

.page-index-full88-core-services__why-choose {
  padding: 80px 0;
  background-color: #e6f0f8;
}

.page-index-full88-core-services__why-choose-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

.page-index-full88-core-services__why-choose-text {
  flex: 1;
  min-width: 300px;
}

.page-index-full88-core-services__why-choose-image {
  flex: 1;
  min-width: 300px;
  max-width: 500px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.page-index-full88-core-services__list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.page-index-full88-core-services__list li {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="%23FFD700"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z"/></svg>') no-repeat left 8px;
  background-size: 18px;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #333;
}

.page-index-full88-core-services__get-started {
  padding: 80px 0;
  background-color: #003366;
  color: #fff;
  text-align: center;
}

.page-index-full88-core-services__get-started .page-index-full88-core-services__section-title {
  color: #FFD700;
}

.page-index-full88-core-services__get-started .page-index-full88-core-services__paragraph {
  color: #e0e0e0;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

.page-index-full88-core-services__steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-full88-core-services__step-item {
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-index-full88-core-services__step-number {
  background-color: #FFD700;
  color: #003366;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.page-index-full88-core-services__step-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-index-full88-core-services__step-description {
  color: #c0c0c0;
  margin-bottom: 20px;
}

.page-index-full88-core-services__get-started-image {
  margin-top: 60px;
  width: 100%;
  max-width: 900px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.page-index-full88-core-services__faq {
  padding: 80px 0;
  background-color: #fdfdfd;
}

.page-index-full88-core-services__faq-list {
  max-width: 900px;
  margin: 40px auto 0;
}

.page-index-full88-core-services__faq-item {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-index-full88-core-services__faq-question {
  font-size: 1.3em;
  color: #003366;
  padding: 20px;
  margin: 0;
  cursor: pointer;
  background-color: #f9f9f9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
}

.page-index-full88-core-services__faq-question::after {
  content: '+';
  font-size: 1.5em;
  color: #FFD700;
  transition: transform 0.3s ease;
}

.page-index-full88-core-services__faq-item.active .page-index-full88-core-services__faq-question::after {
  content: '-';
  transform: rotate(180deg);
}

.page-index-full88-core-services__faq-answer {
  padding: 0 20px 20px;
  margin: 0;
  font-size: 1.1em;
  color: #555;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.page-index-full88-core-services__faq-item.active .page-index-full88-core-services__faq-answer {
  max-height: 200px; /* Adjust as needed */
  padding-top: 10px;
}

.page-index-full88-core-services__cta-final {
  background-color: #DC143C;
  padding: 80px 0;
  text-align: center;
  color: #fff;
}

.page-index-full88-core-services__cta-final .page-index-full88-core-services__section-title {
  color: #FFD700;
}

.page-index-full88-core-services__cta-final .page-index-full88-core-services__paragraph {
  color: #f0f0f0;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

.page-index-full88-core-services__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-index-full88-core-services__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  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);
  white-space: nowrap;
}

.page-index-full88-core-services__btn--primary {
  background-color: #FFD700;
  color: #003366;
}

.page-index-full88-core-services__btn--primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-index-full88-core-services__btn--secondary {
  background-color: #003366;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-index-full88-core-services__btn--secondary:hover {
  background-color: #0a4a8c;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-index-full88-core-services__btn--small {
  padding: 10px 20px;
  font-size: 0.95em;
  border-radius: 30px;
  background-color: #FFD700;
  color: #003366;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.page-index-full88-core-services__btn--small:hover {
  background-color: #e6c200;
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-index-full88-core-services__hero-title {
    font-size: 2.5em;
  }
  .page-index-full88-core-services__section-title {
    font-size: 2em;
  }
  .page-index-full88-core-services__service-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
  .page-index-full88-core-services__why-choose-content {
    flex-direction: column;
    text-align: center;
  }
  .page-index-full88-core-services__why-choose-image {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .page-index-full88-core-services__hero {
    padding: 60px 0;
  }
  .page-index-full88-core-services__hero-title {
    font-size: 2em;
  }
  .page-index-full88-core-services__hero-description {
    font-size: 1em;
  }
  .page-index-full88-core-services__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
    padding-top: 40px;
  }
  .page-index-full88-core-services__paragraph {
    font-size: 1em;
  }
  .page-index-full88-core-services__service-item {
    padding: 25px;
  }
  .page-index-full88-core-services__service-title {
    font-size: 1.4em;
  }
  .page-index-full88-core-services__list li {
    font-size: 1em;
  }
  .page-index-full88-core-services__steps {
    grid-template-columns: 1fr;
  }
  .page-index-full88-core-services__faq-question {
    font-size: 1.1em;
    padding: 15px;
  }
  .page-index-full88-core-services__faq-answer {
    font-size: 1em;
    padding: 0 15px 15px;
  }
  .page-index-full88-core-services__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-index-full88-core-services__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
}

@media (max-width: 480px) {
  .page-index-full88-core-services__hero-title {
    font-size: 1.8em;
  }
  .page-index-full88-core-services__section-title {
    font-size: 1.5em;
  }
  .page-index-full88-core-services__btn {
    width: 100%;
    max-width: 280px;
  }
  .page-index-full88-core-services__btn--small {
    width: auto;
    max-width: none;
  }
}