
#hero-25 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 65vh;
  padding: 6rem 0;
  text-align: center;
}
#hero-25 .hero-overlay-25 {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
#hero-25 .container {
  position: relative;
  z-index: 2;
}
#hero-25 .hero-content-wrapper-25 {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
#hero-25 .hero-title-25 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-25 .hero-subtitle-25 {
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.9;
}
#hero-25 .event-details-wrapper-25 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  justify-content: center;
  margin-bottom: 2.5rem;
}
#hero-25 .event-detail-item-25 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.95rem;
  opacity: 0.85;
}
#hero-25 .event-detail-item-25 i {
  font-size: 0.9em;
}
#hero-25 .hero-cta-button-25 {
  display: inline-block;
  padding: 0.8rem 2.2rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 5px;
  text-decoration: none;
  border: none;
  transition: transform 0.2s ease;
  background-color: #0d6efd;
  color: #ffffff;
}
#hero-25 .hero-cta-button-25:hover {
  transform: translateY(-2px);
}
@media (max-width: 767.98px) {
  #hero-25 {
    min-height: 60vh;
    padding: 4rem 0;
  }
  #hero-25 .hero-title-25 {
    font-size: 2.3rem;
  }
  #hero-25 .hero-subtitle-25 {
    font-size: 1.05rem;
    margin-bottom: 1.5rem;
  }
  #hero-25 .event-details-wrapper-25 {
    justify-content: center;
    margin-bottom: 2rem;
    gap: 0.5rem 1rem;
  }
  #hero-25 .event-detail-item-25 {
    font-size: 0.9rem;
  }
}



#features-21 {
  padding: 80px 0;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: {{ $data['features-21']['text_color'] ?? '#ffffff' }};
}
#features-21::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: {{ $data['features-21']['overlay_color'] ?? 'rgba(0, 0, 0, 0.6)' }};
  z-index: 1;
}
#features-21 .container {
  position: relative;
  z-index: 2;
}
#features-21 .section-header h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px;
  color: inherit; 
}
#features-21 .feature-block {
  text-align: center;
  padding: 20px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1); 
  transition: background 0.3s ease;
  height: 100%; 
  backdrop-filter: blur(5px); 
  -webkit-backdrop-filter: blur(5px); 
}
#features-21 .feature-block:hover {
   background: rgba(255, 255, 255, 0.2);
}
#features-21 .feature-icon i {
  font-size: 40px;
  margin-bottom: 15px;
  display: inline-block;
  color: inherit; 
  opacity: 0.9;
}
#features-21 .feature-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: inherit;
}
#features-21 .feature-description {
  font-size: 15px;
  line-height: 1.5;
  color: inherit;
  opacity: 0.85;
}
@media (max-width: 991.98px) {
  #features-21 {
    padding: 60px 0;
  }
  #features-21 .section-header h2 {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
   #features-21 .section-header h2 {
     font-size: 28px;
   }
   #features-21 .feature-icon i {
     font-size: 36px;
   }
   #features-21 .feature-title {
      font-size: 17px;
   }
   #features-21 .feature-description {
      font-size: 14px;
   }
}



#about-us-26 {
  padding: 80px 0;
  background-color: #f4f4f4;
  color: #333;
}
#about-us-26 .container > h2.section-title,
#about-us-26 .container > p.section-subtitle {
  text-align: center;
  margin-bottom: 50px;
}
#about-us-26 .our-story {
  background-color: #fff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
}
#about-us-26 .our-story h3 {
  font-size: 2rem;
  color: #007bff;
  margin-bottom: 20px;
}
#about-us-26 .our-story p {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 20px;
}
#about-us-26 .our-story img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}
#about-us-26 .our-values {
  background-color: #e9ecef;
  padding: 40px;
  border-radius: 8px;
  margin-bottom: 50px;
}
#about-us-26 .our-values h3 {
  font-size: 2rem;
  color: #28a745;
  margin-bottom: 30px;
  text-align: center;
}
#about-us-26 .our-values .value-item {
  text-align: center;
  margin-bottom: 30px;
}
#about-us-26 .our-values .value-item i {
  font-size: 2.5rem;
  color: #28a745;
  margin-bottom: 15px;
}
#about-us-26 .our-values .value-item h4 {
  font-size: 1.2rem;
  color: #333;
  margin-bottom: 10px;
}
#about-us-26 .our-values .value-item p {
  font-size: 0.9rem;
  color: #555;
}
#about-us-26 .our-team {
  background-color: #fff;
  padding: 40px;
  border-radius: 8px;
  margin-bottom: 50px;
}
#about-us-26 .our-team h3 {
  font-size: 2rem;
  color: #dc3545;
  margin-bottom: 30px;
  text-align: center;
}
#about-us-26 .our-team .team-member {
  text-align: center;
  margin-bottom: 30px;
}
#about-us-26 .our-team .team-member img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
}
#about-us-26 .our-team .team-member h4 {
  font-size: 1.1rem;
  color: #333;
  margin-bottom: 5px;
}
#about-us-26 .our-team .team-member p {
  font-size: 0.9rem;
  color: #777;
}
#about-us-26 .our-achievements {
  background-color: #f8f9fa;
  padding: 40px;
  border-radius: 8px;
}
#about-us-26 .our-achievements h3 {
  font-size: 2rem;
  color: #ffc107;
  margin-bottom: 30px;
  text-align: center;
}
#about-us-26 .our-achievements .achievement-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
#about-us-26 .our-achievements .achievement-item img {
  width: 80px;
  height: auto;
  margin-right: 20px;
  border-radius: 4px;
}
#about-us-26 .our-achievements .achievement-item p {
  font-size: 1rem;
  color: #555;
}
@media (min-width: 768px) {
  #about-us-26 .our-values .row > div {
    margin-bottom: 0;
  }
  #about-us-26 .our-team .row > div {
    margin-bottom: 0;
  }
}



/* === Section Base === */
.post-section {
  padding: 60px 0;
  background: #fff;
}
.post-section .section-header {
  text-align: center;
  margin-bottom: 40px;
}
.post-section .section-header h2 {
  font-size: 2rem;
  font-weight: 700;
}
.post-section .section-header p {
  color: #666;
  margin-top: 8px;
}

/* === Gallery Grid === */
.post-gallery {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(1,1fr);
}
@media (min-width: 576px) {
  .post-gallery { grid-template-columns: repeat(2,1fr); }
}
@media (min-width: 992px) {
  .post-gallery { grid-template-columns: repeat(4,1fr); }
}

/* === Card Styles === */
.post-card {
  position: relative;
  height: 300px;
  background-size: cover;
  background-position: center;
  border-radius: 0.5rem;
  overflow: hidden;
  transition: transform 0.4s ease, background-size 0.4s ease;
}
.post-card:hover {
  transform: translateY(-8px);
  background-size: 110%;
}

/* Hexagon tag badge */
.post-card .tag-hex {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 0.25rem 0.5rem;
  background: rgba(0,123,255,0.85);
  color: #fff;
  font-size: 0.75rem;
  clip-path: polygon(
    25% 0%, 75% 0%, 
    100% 50%, 75% 100%, 
    25% 100%, 0% 50%
  );
  text-align: center;
  text-transform: uppercase;
}

/* Overlay gradient with content */
.post-card .overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
  color: #fff;
}
.post-card .overlay h5 {
  margin: 0 0 0.5rem;
  font-size: 1.1rem;
}
.post-card .overlay .date {
  font-size: 0.8rem;
  opacity: 0.85;
  margin-bottom: 0.75rem;
}
.post-card .overlay .btn-readmore {
  font-size: 0.85rem;
  color: #fff;
  border: 1px solid #fff;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  text-decoration: none;
  transition: background 0.3s;
}
.post-card .overlay .btn-readmore:hover {
  background: #fff;
  color: #000;
}

/* === Pagination === */
.pagination-wrapper {
  text-align: center;
  margin: 40px 0;
}




#testimonials-20 {
  padding: 80px 0;
  background-color: #ffffff;
}
#testimonials-20 .container {
  max-width: 1140px;
}
#testimonials-20 .section-header {
  margin-bottom: 40px;
  text-align: center;
}
#testimonials-20 .section-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #343a40;
  margin-bottom: 15px;
}
#testimonials-20 .section-header p {
  color: #6c757d;
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto;
}
#testimonials-20 .map-testimonial-container {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}
#testimonials-20 .map-testimonial-item {
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 2;
}
#testimonials-20 .marker-icon {
  display: inline-block;
  font-size: 1.8rem;
  color: #dc3545;
  cursor: pointer;
  transition: transform 0.3s ease, color 0.3s ease;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  line-height: 1;
}
#testimonials-20 .map-testimonial-item:hover .marker-icon,
#testimonials-20 .map-testimonial-item .marker-icon:focus {
  transform: scale(1.2);
  color: #0d6efd;
}
#testimonials-20 .testimonial-popup {
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.95);
  padding: 15px 20px;
  border-radius: 6px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  min-width: 220px;
  max-width: 280px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 3;
  text-align: left;
  border: 1px solid #e0e0e0;
}
#testimonials-20 .map-testimonial-item:hover .testimonial-popup,
#testimonials-20 .map-testimonial-item .marker-icon:focus + .testimonial-popup {
  opacity: 1;
  visibility: visible;
}
#testimonials-20 .testimonial-popup::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.95) transparent transparent transparent;
}
#testimonials-20 .popup-message {
  font-size: 0.9rem;
  color: #343a40;
  line-height: 1.5;
  margin-bottom: 8px;
  font-style: italic;
}
#testimonials-20 .popup-client-name {
  font-size: 0.85rem;
  font-weight: 600;
  color: #495057;
  display: block;
  text-align: right;
}
#testimonials-20 .testimonial-list-fallback {
  display: none;
  margin-top: 40px;
}
#testimonials-20 .testimonial-list-fallback h3 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
  color: #343a40;
}
#testimonials-20 .fallback-item {
  background-color: #f8f9fa;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 10px;
  border: 1px solid #e9ecef;
}
#testimonials-20 .fallback-item blockquote {
  margin-bottom: 5px;
  font-size: 0.95rem;
  font-style: italic;
  color: #495057;
}
#testimonials-20 .fallback-item cite {
  display: block;
  text-align: right;
  font-size: 0.9rem;
  color: #6c757d;
  font-style: normal;
}
@media (max-width: 767.98px) {
  #testimonials-20 {
    padding: 50px 0;
  }
  #testimonials-20 .section-header h2 {
    font-size: 2rem;
  }
  #testimonials-20 .map-testimonial-container {
    display: none;
  }
  #testimonials-20 .testimonial-list-fallback {
    display: block;
  }
}



#call-to-action-6 {
  background-size: cover;
  background-position: center;
  padding: 80px 20px;
  text-align: center;
  color: #ffffff;
  position: relative;
}
#call-to-action-6::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
#call-to-action-6 .cta-content {
  position: relative;
  z-index: 1;
}
#call-to-action-6 h2 {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: bold;
}
#call-to-action-6 p {
  font-size: 18px;
  margin-bottom: 30px;
}
#call-to-action-6 .cta-btn {
  padding: 12px 30px;
  font-size: 16px;
  border: none;
  border-radius: 30px;
  background-color: #17a2b8;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.3s;
}
#call-to-action-6 .cta-btn:hover {
  background-color: #138496;
}
@media (max-width: 767.98px) {
  #call-to-action-6 h2 {
    font-size: 28px;
  }
  #call-to-action-6 p {
    font-size: 16px;
  }
}



#our-services-22 {
  padding: 80px 0;
  background-color: #fff;
}
#our-services-22 .services-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 4rem;
  font-size: 2.2rem;
}
#our-services-22 .service-block {
  margin-bottom: 5rem;
}
#our-services-22 .service-block:last-child {
  margin-bottom: 0;
}
#our-services-22 .service-content-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 1rem 2rem;
}
#our-services-22 .service-title {
  font-weight: 700;
  font-size: 1.8rem;
  color: #0d6efd;
  margin-bottom: 1rem;
}
#our-services-22 .service-description {
  color: #495057;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}
#our-services-22 .service-features-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2rem;
}
#our-services-22 .service-features-list li {
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  color: #343a40;
  font-size: 0.95rem;
}
#our-services-22 .service-features-list li i {
  color: #198754;
  margin-right: 10px;
  font-size: 1.1em;
}
#our-services-22 .btn-service-cta {
  padding: 0.7rem 1.5rem;
  font-weight: 500;
  align-self: flex-start;
}
#our-services-22 .service-image-col {
  display: flex;
  align-items: center;
  justify-content: center;
}
#our-services-22 .service-block-image {
  max-width: 90%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767.98px) {
  #our-services-22 .service-block {
    margin-bottom: 3.5rem;
  }
  #our-services-22 .service-image-col {
    margin-bottom: 2rem;
    order: 1 !important;
  }
  #our-services-22 .service-content-col {
    order: 2 !important;
    text-align: center;
    padding: 1rem;
  }
  #our-services-22 .service-features-list {
    text-align: left;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  #our-services-22 .btn-service-cta {
    align-self: center;
  }
  #our-services-22 .service-block-image {
    max-width: 85%;
  }
}



#why-choose-us-10 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 1000px;
}
#why-choose-us-10 .header {
  text-align: center;
  margin-bottom: 40px;
}
#why-choose-us-10 .header h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
#why-choose-us-10 .header p {
  font-size: 1.1rem;
  color: #777;
}
#why-choose-us-10 .icon-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 20px;
}
#why-choose-us-10 .icon-card {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  transition: transform 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
#why-choose-us-10 .icon-card:hover {
  transform: translateY(-5px);
}
#why-choose-us-10 .icon-card i {
  font-size: 2.5rem;
  color: #dc3545;
  margin-bottom: 10px;
}
#why-choose-us-10 .icon-card h5 {
  font-size: 1.1rem;
  margin-bottom: 8px;
}
#why-choose-us-10 .icon-card p {
  font-size: 0.95rem;
  color: #555;
}



#offers-8 {
  padding: 80px 0;
  background-color: #fcfcfc;
}
#offers-8 .offer-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3.5rem;
  font-size: 2rem;
  color: #1a1a1a;
}
#offers-8 .game-visual-col {
  display: flex;
  align-items: center;
  justify-content: center;
}
#offers-8 .game-visual-wrapper {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  width: 100%;
}
#offers-8 .game-visual-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}
#offers-8 .game-visual-wrapper .ratio iframe {
  border-radius: 12px;
}
#offers-8 .game-offer-details-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-left: 2rem;
}
#offers-8 .game-offer-title {
  font-weight: 600;
  font-size: 1.4rem;
  color: #555;
  margin-bottom: 0.5rem;
}
#offers-8 .game-offer-headline {
  font-weight: 700;
  font-size: 1.9rem;
  color: #0d6efd;
  margin-bottom: 1rem;
  line-height: 1.3;
}
#offers-8 .game-offer-condition {
  color: #495057;
  line-height: 1.7;
  margin-bottom: 1rem;
  font-size: 0.95rem;
}
#offers-8 .game-offer-validity {
  font-size: 0.85rem;
  color: #6c757d;
  margin-bottom: 2rem;
  font-style: italic;
}
#offers-8 .game-offer-validity i {
  margin-right: 5px;
}
#offers-8 .btn-play-game-cta {
  padding: 0.8rem 2rem;
  font-weight: 600;
  align-self: flex-start;
}
@media (max-width: 991.98px) {
  #offers-8 .game-offer-details-col {
    padding-left: 0;
    margin-top: 2rem;
    text-align: center;
  }
  #offers-8 .btn-play-game-cta {
    align-self: center;
  }
}



#timeline-17 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
#timeline-17 .section-header {
  text-align: center;
  margin-bottom: 3rem;
}
#timeline-17 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#timeline-17 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#timeline-17 .timeline-centered-list {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
/*
#timeline-17 .timeline-centered-list::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 10px;
    bottom: 10px;
    width: 2px;
    background-color: #eee;
    z-index: 1;
}
*/
#timeline-17 .timeline-event-item {
  padding: 1rem 0;
  margin-bottom: 1rem;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
}
#timeline-17 .timeline-event-item:not(:last-child) {
}
#timeline-17 .event-date {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  color: var(--bs-primary);
  margin-bottom: 0.5rem;
  background-color: rgba(var(--bs-primary-rgb), 0.1);
  padding: 0.2rem 0.8rem;
  border-radius: 50rem;
}
#timeline-17 .event-description {
  font-size: 1.1rem;
  color: #495057;
  line-height: 1.6;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  #timeline-17 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #timeline-17 .section-title {
    font-size: 2.1rem;
  }
  #timeline-17 .timeline-centered-list::before {
    display: none;
  }
  #timeline-17 .event-description {
    font-size: 1rem;
  }
}


