
#hero-8 {
  padding: 100px 20px;
  background-color: #fff;
  text-align: center;
}
#hero-8 .hero-title {
  font-size: 48px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}
#hero-8 .hero-subtitle {
  font-size: 20px;
  color: #666;
  margin-bottom: 40px;
}
.registration-form {
  max-width: 500px;
  margin: 0 auto;
}
.registration-form input {
  width: 100%;
  padding: 15px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
}
.registration-form button {
  width: 100%;
  padding: 15px;
  font-size: 18px;
  background-color: #2575fc;
  color: #fff;
  border: none;
  border-radius: 4px;
}



#portfolio-11 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #f0f4f8;
}
#portfolio-11 .section-title-container {
  margin-bottom: 50px;
}
#portfolio-11 .section-main-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #1a2533;
}
#portfolio-11 .section-main-subtitle {
  font-size: 1.1rem;
  color: #4a5568;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
#portfolio-11 .project-result-card {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.07);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
#portfolio-11 .project-result-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}
#portfolio-11 .project-header-info {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
#portfolio-11 .project-visual {
  flex-shrink: 0;
  margin-right: 20px;
}
#portfolio-11 .project-visual img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
}
#portfolio-11 .project-visual .project-icon-display {
  font-size: 3rem;
  color: #0d6efd;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: #e7f1ff;
  border-radius: 8px;
}
#portfolio-11 .project-title-stats {
  font-size: 1.4rem;
  font-weight: 600;
  color: #0d6efd;
  margin-bottom: 5px;
}
#portfolio-11 .project-brief-desc {
  font-size: 0.9rem;
  color: #555e68;
  line-height: 1.6;
  margin-bottom: 20px;
}
#portfolio-11 .key-stats-area {
  margin-top: auto;
  padding-top: 15px;
  border-top: 1px solid #e9ecef;
}
#portfolio-11 .key-stats-title {
  font-size: 1rem;
  font-weight: 500;
  color: #343a40;
  margin-bottom: 15px;
}
#portfolio-11 .stats-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 15px;
}
#portfolio-11 .stat-item {
  background-color: #f8f9fa;
  padding: 10px;
  border-radius: 6px;
  text-align: center;
}
#portfolio-11 .stat-item .stat-icon {
  font-size: 1.3rem;
  color: #0d6efd;
  margin-bottom: 5px;
  display: block;
}
#portfolio-11 .stat-item .stat-value {
  font-size: 1.5rem;
  font-weight: 700;
  color: #28a745;
  display: block;
}
#portfolio-11 .stat-item .stat-label {
  font-size: 0.8rem;
  color: #6c757d;
  display: block;
  line-height: 1.2;
}
#portfolio-11 .project-details-link {
  margin-top: 20px;
  text-align: right;
}
#portfolio-11 .project-details-link a {
  font-size: 0.9rem;
  font-weight: 500;
}
@media (max-width: 575.98px) {
  #portfolio-11 .project-header-info {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  #portfolio-11 .project-visual {
    margin-right: 0;
    margin-bottom: 10px;
  }
  #portfolio-11 .project-title-stats {
    font-size: 1.2rem;
  }
  #portfolio-11 .stats-list {
    grid-template-columns: 1fr;
  }
}



#how-it-works-2 {
  padding: 60px 15px;
  max-width: 900px;
  margin: 0 auto;
}
#how-it-works-2 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#how-it-works-2 .nav-tabs .nav-link {
  font-size: 1rem;
  padding: 10px 15px;
}
#how-it-works-2 .tab-content {
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  margin-top: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
#how-it-works-2 .process-step {
  text-align: center;
  font-size: 1rem;
  color: #333;
}



#team-11 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f9fa;
  overflow: hidden;
}
#team-11 .section-header {
  text-align: center;
  margin-bottom: 3rem;
}
#team-11 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#team-11 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#team-11 .photo-grid-wrapper .row {
  --bs-gutter-x: 0.5rem;
  --bs-gutter-y: 0.5rem;
  justify-content: center;
}
#team-11 .photo-item {
  line-height: 0;
  position: relative;
  overflow: hidden;
}
#team-11 .photo-item img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 0.4s ease, filter 0.4s ease;
  display: block;
}
#team-11 .photo-item.shape-circle img,
#team-11 .photo-item.shape-circle {
  border-radius: 50%;
}
#team-11 .photo-item.shape-square img,
#team-11 .photo-item.shape-square {
  border-radius: 0.25rem;
}
#team-11 .photo-item a::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(var(--bs-primary-rgb), 0);
  transition: background-color 0.3s ease;
  border-radius: inherit;
}
#team-11 .photo-item a:hover::after {
  background-color: rgba(var(--bs-primary-rgb), 0.2);
}
#team-11 .photo-item a:hover img {
  transform: scale(1.08);
  filter: brightness(1.1);
}
@media (max-width: 767.98px) {
  #team-11 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #team-11 .section-title {
    font-size: 2.1rem;
  }
  #team-11 .photo-grid-wrapper .row {
    --bs-gutter-x: 0.3rem;
    --bs-gutter-y: 0.3rem;
  }
}



#testimonials-8 {
  padding: 60px 15px;
  max-width: 1000px;
  margin: 0 auto;
  perspective: 1000px;
}
#testimonials-8 .flip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
#testimonials-8 .flip-card {
  position: relative;
  width: 300px;
  height: 350px;
  transform-style: preserve-3d;
  transition: transform 0.6s;
}
#testimonials-8 .flip-card:hover {
  transform: rotateY(180deg);
}
#testimonials-8 .flip-side {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
#testimonials-8 .flip-front {
  background: #fff;
  text-align: center;
  padding: 20px;
}
#testimonials-8 .flip-front img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
}
#testimonials-8 .flip-front h5 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
#testimonials-8 .flip-front p {
  font-size: 1rem;
  font-style: italic;
  color: #333;
}
#testimonials-8 .flip-back {
  background: #f8f9fa;
  color: #333;
  transform: rotateY(180deg);
  padding: 20px;
  text-align: center;
  font-size: 0.95rem;
}



/* === Section Base === */
.post-section {
  padding: 60px 0;
  background: #fff;
}
.post-section .section-header {
  text-align: center;
  margin-bottom: 30px;
}
.post-section .section-header h2 {
  font-size: 2rem;
  font-weight: 700;
}
.post-section .section-header p {
  color: #666;
  margin-top: 8px;
}

/* === Tabs Nav === */
.post-tabs {
  margin-bottom: 30px;
}
.post-tabs .nav-link {
  font-weight: 600;
  color: #555;
  border: none;
  border-bottom: 2px solid transparent;
}
.post-tabs .nav-link.active {
  color: #000;
  border-color: #007bff;
}

/* === Grid === */
.tab-content .post-grid {
  display: grid;
  grid-template-columns: repeat(1,1fr);
  gap: 1.5rem;
}
@media (min-width: 576px) {
  .tab-content .post-grid {
    grid-template-columns: repeat(2,1fr);
  }
}
@media (min-width: 992px) {
  .tab-content .post-grid {
    grid-template-columns: repeat(3,1fr);
  }
}
.post-card {
  background: #f8f9fa;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  transition: transform 0.2s;
}
.post-card:hover {
  transform: translateY(-5px);
}
.post-card img {
  width: 100%;
  display: block;
}
.post-card .card-body {
  padding: 1rem;
}
.post-card .card-body h5 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
.post-card .card-body p {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 1rem;
}
.post-card .btn-readmore {
  font-size: 0.85rem;
}

/* === More Posts Button === */
.more-post-btn {
  text-align: center;
  margin-top: 40px;
}




#awards-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
}
#awards-12 .section-title {
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #6c757d;
  margin-bottom: 2.5rem;
}
#awards-12 .logo-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem 3rem;
}
#awards-12 .logo-item {
  text-align: center;
}
#awards-12 .logo-item a {
  display: inline-block;
  filter: grayscale(80%);
  opacity: 0.8;
  transition: filter 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}
#awards-12 .logo-item a:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.1);
}
#awards-12 .logo-item img {
  max-width: 100%;
  height: auto;
  max-height: 50px;
  vertical-align: middle;
}
@media (max-width: 991.98px) {
  #awards-12 .logo-grid {
    gap: 2rem 2.5rem;
  }
  #awards-12 .logo-item img {
    max-height: 45px;
  }
}
@media (max-width: 767.98px) {
  #awards-12 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  #awards-12 .logo-grid {
    gap: 1.5rem 2rem;
  }
  #awards-12 .logo-item img {
    max-height: 40px;
  }
}



#call-to-action-10 {
  background: linear-gradient(135deg, #6a11cb, #2575fc);
  color: #fff;
  padding: 80px 20px;
  text-align: center;
}
#call-to-action-10 h2 {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: bold;
}
#call-to-action-10 p {
  font-size: 18px;
  margin-bottom: 30px;
}
#call-to-action-10 .cta-btn {
  padding: 12px 30px;
  background-color: #fff;
  color: #2575fc;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}
#call-to-action-10 .cta-btn:hover {
  background-color: #e2e6ea;
  color: #2575fc;
}
@media (max-width: 767.98px) {
  #call-to-action-10 h2 {
    font-size: 28px;
  }
  #call-to-action-10 p {
    font-size: 16px;
  }
}



#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;
  }
}



#faq-5 {
  padding: 60px 0;
  background-color: #ffffff;
}
#faq-5 .faq-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
#faq-5 .faq-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}
#faq-5 .faq-item {
  display: flex;
  align-items: center;
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
  transition: transform 0.3s, box-shadow 0.3s;
}
#faq-5 .faq-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
#faq-5 .faq-icon {
  font-size: 30px;
  color: #17a2b8;
  margin-right: 20px;
}
#faq-5 .faq-content {
  flex: 1;
}
#faq-5 .faq-question {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
#faq-5 .faq-answer {
  font-size: 14px;
  color: #6c757d;
}



#customer-support-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
#customer-support-20 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#customer-support-20 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#customer-support-20 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
}
#customer-support-20 .contact-details-wrapper {
}
#customer-support-20 .detail-block {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
}
#customer-support-20 .detail-block:last-child {
  margin-bottom: 0;
}
#customer-support-20 .detail-icon {
  flex-shrink: 0;
  width: 45px;
  margin-right: 1.5rem;
  text-align: center;
}
#customer-support-20 .detail-icon i {
  font-size: 1.8rem;
  color: var(--bs-primary);
  margin-top: 5px;
}
#customer-support-20 .detail-content {
  flex-grow: 1;
}
#customer-support-20 .detail-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #343a40;
}
#customer-support-20 .detail-text p {
  margin-bottom: 0.25rem;
  color: #495057;
  line-height: 1.6;
}
#customer-support-20 .detail-text a {
  color: var(--bs-primary);
  text-decoration: none;
  font-weight: 500;
}
#customer-support-20 .detail-text a:hover {
  text-decoration: underline;
}
#customer-support-20 .detail-text .label {
  font-weight: 500;
  color: #343a40;
  margin-right: 0.5rem;
}
#customer-support-20 .map-placeholder-wrapper {
  height: 100%;
  min-height: 350px;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
}
#customer-support-20 .map-placeholder-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
}
#customer-support-20 .map-placeholder-div {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  color: #6c757d;
  font-style: italic;
  font-size: 1.1rem;
  border-radius: 0.5rem;
}
@media (max-width: 991.98px) {
  #customer-support-20 .map-placeholder-wrapper {
    min-height: 300px;
  }
  #customer-support-20 .detail-icon {
    margin-right: 1rem;
  }
}
@media (max-width: 767.98px) {
  #customer-support-20 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #customer-support-20 .section-title {
    font-size: 2.1rem;
  }
  #customer-support-20 .map-placeholder-wrapper {
    margin-bottom: 2.5rem;
    min-height: 250px;
  }
}


