/* style/index-core-advantages.css */
.page-index-core-advantages {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
}

.page-index-core-advantages .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-index-core-advantages .hero-section {
  background: linear-gradient(135deg, #0A2E59, #FFA500);
  color: #fff;
  padding: 100px 0;
  text-align: center;
}

.page-index-core-advantages .hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #fff;
}

.page-index-core-advantages .hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-index-core-advantages .hero-description a {
  color: #FFA500;
  text-decoration: underline;
}

.page-index-core-advantages .hero-actions .btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  margin: 0 10px;
}

.page-index-core-advantages .btn-primary {
  background-color: #FFA500;
  color: #0A2E59;
  border: 2px solid #FFA500;
}

.page-index-core-advantages .btn-primary:hover {
  background-color: #ffc04d;
  transform: translateY(-3px);
}

.page-index-core-advantages .btn-secondary {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.page-index-core-advantages .btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-3px);
}

.page-index-core-advantages .section-title {
  font-size: 2.5em;
  color: #0A2E59;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 60px;
  position: relative;
}

.page-index-core-advantages .section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFA500;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-index-core-advantages .section-description {
  font-size: 1.1em;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 60px;
  color: #555;
}

.page-index-core-advantages .section-description a {
  color: #0A2E59;
  text-decoration: underline;
}

.page-index-core-advantages .about-y088-section, 
.page-index-core-advantages .core-advantages-section, 
.page-index-core-advantages .why-choose-y088-section, 
.page-index-core-advantages .cta-section {
  padding: 80px 0;
}

.page-index-core-advantages .about-y088-section {
  background-color: #f9f9f9;
}

.page-index-core-advantages .content-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.page-index-core-advantages .content-wrapper .text-content {
  flex: 1;
  min-width: 300px;
}

.page-index-core-advantages .content-wrapper .text-content p {
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #444;
}

.page-index-core-advantages .content-wrapper .text-content a {
  color: #0A2E59;
  font-weight: bold;
}

.page-index-core-advantages .content-wrapper .image-content {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.page-index-core-advantages .content-wrapper .image-content img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.page-index-core-advantages .core-advantages-section {
  background-color: #fff;
}

.page-index-core-advantages .advantage-item {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 80px;
  flex-wrap: wrap;
}

.page-index-core-advantages .advantage-item:last-child {
  margin-bottom: 0;
}

.page-index-core-advantages .advantage-item.reverse {
  flex-direction: row-reverse;
}

.page-index-core-advantages .advantage-item h3 {
  font-size: 1.8em;
  color: #0A2E59;
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
}

.page-index-core-advantages .advantage-item h3::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #FFA500;
  border-radius: 50%;
}

.page-index-core-advantages .advantage-item p {
  font-size: 1.05em;
  margin-bottom: 15px;
  color: #444;
}

.page-index-core-advantages .advantage-item p a {
  color: #0A2E59;
  font-weight: bold;
}

.page-index-core-advantages .advantage-item ul {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.page-index-core-advantages .advantage-item ul 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="none" stroke="%23FFA500" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check-circle"><path d="M22 11.08V12a10 10 0 1 1-5.93-8.93"></path><polyline points="22 4 12 14.01 9 11.01"></polyline></svg>') no-repeat left center;
  background-size: 18px;
  padding-left: 28px;
  margin-bottom: 10px;
  font-size: 1.05em;
  color: #333;
}

.page-index-core-advantages .advantage-item .advantage-content {
  flex: 2;
  min-width: 350px;
}

.page-index-core-advantages .advantage-item .advantage-image {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.page-index-core-advantages .advantage-item .advantage-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.page-index-core-advantages .why-choose-y088-section {
  background-color: #f9f9f9;
}

.page-index-core-advantages .why-choose-y088-section .check-list {
  list-style: none;
  padding: 0;
  max-width: 800px;
  margin: 40px auto 40px auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}

.page-index-core-advantages .why-choose-y088-section .check-list li {
  font-size: 1.1em;
  color: #333;
  padding-left: 35px;
  position: relative;
  text-align: left;
}

.page-index-core-advantages .why-choose-y088-section .check-list li .icon-check {
  position: absolute;
  left: 0;
  top: 5px;
  color: #FFA500;
  font-size: 1.3em;
  content: '✔'; /* Using a simple checkmark character */
}

.page-index-core-advantages .why-choose-y088-section .check-list li a {
  color: #0A2E59;
  font-weight: bold;
}

.page-index-core-advantages .why-choose-y088-section p {
  text-align: center;
  font-size: 1.1em;
  max-width: 900px;
  margin: 0 auto;
  color: #555;
}

.page-index-core-advantages .why-choose-y088-section p a {
  color: #0A2E59;
  font-weight: bold;
}

.page-index-core-advantages .cta-section {
  background-color: #0A2E59;
  color: #fff;
  text-align: center;
  padding: 80px 0;
}

.page-index-core-advantages .cta-section .section-title {
  color: #fff;
}

.page-index-core-advantages .cta-section .section-title::after {
  background-color: #FFA500;
}

.page-index-core-advantages .cta-section .section-description {
  color: #eee;
  margin-bottom: 40px;
}

.page-index-core-advantages .cta-section .section-description a {
  color: #FFA500;
  text-decoration: underline;
}

.page-index-core-advantages .cta-actions .btn {
  margin: 0 15px;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-index-core-advantages .hero-title {
    font-size: 2.5em;
  }
  .page-index-core-advantages .section-title {
    font-size: 2em;
  }
  .page-index-core-advantages .content-wrapper, 
  .page-index-core-advantages .advantage-item {
    flex-direction: column;
    text-align: center;
  }
  .page-index-core-advantages .advantage-item.reverse {
    flex-direction: column;
  }
  .page-index-core-advantages .content-wrapper .text-content, 
  .page-index-core-advantages .content-wrapper .image-content, 
  .page-index-core-advantages .advantage-item .advantage-content, 
  .page-index-core-advantages .advantage-item .advantage-image {
    min-width: unset;
    width: 100%;
  }
  .page-index-core-advantages .advantage-item h3 {
    padding-left: 0;
  }
  .page-index-core-advantages .advantage-item h3::before {
    display: none;
  }
  .page-index-core-advantages .advantage-item ul li {
    background-position: center left;
    text-align: left;
  }
  .page-index-core-advantages .why-choose-y088-section .check-list {
    grid-template-columns: 1fr;
    padding: 0 20px;
  }
  .page-index-core-advantages .why-choose-y088-section .check-list li {
    text-align: left;
  }
  .page-index-core-advantages .hero-actions .btn {
    display: block;
    margin: 15px auto;
  }
}

@media (max-width: 768px) {
  .page-index-core-advantages .hero-section {
    padding: 80px 0;
  }
  .page-index-core-advantages .hero-title {
    font-size: 2em;
  }
  .page-index-core-advantages .hero-description {
    font-size: 1.1em;
  }
  .page-index-core-advantages .section-title {
    font-size: 1.8em;
  }
  .page-index-core-advantages .about-y088-section, 
  .page-index-core-advantages .core-advantages-section, 
  .page-index-core-advantages .why-choose-y088-section, 
  .page-index-core-advantages .cta-section {
    padding: 60px 0;
  }
  .page-index-core-advantages .advantage-item {
    margin-bottom: 60px;
  }
}

@media (max-width: 480px) {
  .page-index-core-advantages .hero-title {
    font-size: 1.8em;
  }
  .page-index-core-advantages .hero-description {
    font-size: 1em;
  }
  .page-index-core-advantages .section-title {
    font-size: 1.5em;
  }
  .page-index-core-advantages .section-description {
    font-size: 0.95em;
  }
  .page-index-core-advantages .advantage-item h3 {
    font-size: 1.5em;
  }
  .page-index-core-advantages .advantage-item p, 
  .page-index-core-advantages .advantage-item ul li, 
  .page-index-core-advantages .why-choose-y088-section .check-list li {
    font-size: 0.95em;
  }
  .page-index-core-advantages .hero-actions .btn {
    padding: 12px 25px;
    font-size: 1em;
  }
}