/* style/cockfight-betting-daga88-entry.css */

.page-cockfight-betting-daga88-entry {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-cockfight-betting-daga88-entry__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-cockfight-betting-daga88-entry__section {
  padding: 60px 0;
  text-align: center;
}

.page-cockfight-betting-daga88-entry__section:nth-child(even) {
  background-color: #e9e9e9;
}

.page-cockfight-betting-daga88-entry__section-title {
  font-size: 2.5em;
  color: #B22222; /* Main color */
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}

.page-cockfight-betting-daga88-entry__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 80px;
  height: 4px;
  background-color: #FFD700; /* Auxiliary color */
  border-radius: 2px;
}

.page-cockfight-betting-daga88-entry__section-description {
  font-size: 1.1em;
  color: #555;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-cockfight-betting-daga88-entry__button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.05em;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  margin: 10px;
}

.page-cockfight-betting-daga88-entry__button--primary {
  background-color: #B22222; /* Main color */
  color: #FFFFFF; /* White text for contrast */
}

.page-cockfight-betting-daga88-entry__button--primary:hover {
  background-color: #8c1b1b; /* Darker shade of main color */
  transform: translateY(-2px);
}

.page-cockfight-betting-daga88-entry__button--secondary {
  background-color: #FFD700; /* Auxiliary color */
  color: #333333; /* Dark text for contrast */
  border: 2px solid #FFD700;
}

.page-cockfight-betting-daga88-entry__button--secondary:hover {
  background-color: #e6c200; /* Darker shade of auxiliary color */
  border-color: #e6c200;
  transform: translateY(-2px);
}

/* Hero Section */
.page-cockfight-betting-daga88-entry__hero {
  background: linear-gradient(135deg, #B22222, #FFD700); /* Gradient with main and auxiliary colors */
  color: #FFFFFF;
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-cockfight-betting-daga88-entry__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('[GALLERY:bg:abstract,pattern,subtle]'); /* Subtle background pattern */
  opacity: 0.1;
  z-index: 0;
}

.page-cockfight-betting-daga88-entry__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-cockfight-betting-daga88-entry__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
}

.page-cockfight-betting-daga88-entry__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: #f0f0f0;
}

.page-cockfight-betting-daga88-entry__hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-cockfight-betting-daga88-entry__hero-image-wrapper {
  margin-top: 40px;
  max-width: 600px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.page-cockfight-betting-daga88-entry__hero-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

/* About Section */
.page-cockfight-betting-daga88-entry__about-content {
  display: flex;
  align-items: center;
  gap: 40px;
  text-align: left;
  flex-wrap: wrap;
}

.page-cockfight-betting-daga88-entry__about-text {
  flex: 1;
  min-width: 300px;
}

.page-cockfight-betting-daga88-entry__about-text p {
  margin-bottom: 15px;
  color: #444;
}

.page-cockfight-betting-daga88-entry__about-image-wrapper {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.page-cockfight-betting-daga88-entry__about-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Features Section */
.page-cockfight-betting-daga88-entry__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-cockfight-betting-daga88-entry__feature-item {
  background-color: #FFFFFF;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-cockfight-betting-daga88-entry__feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-cockfight-betting-daga88-entry__feature-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2));
}

.page-cockfight-betting-daga88-entry__feature-title {
  font-size: 1.5em;
  color: #B22222;
  margin-bottom: 10px;
}

.page-cockfight-betting-daga88-entry__feature-description {
  color: #666;
}

/* Guide Section */
.page-cockfight-betting-daga88-entry__guide-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  margin-top: 40px;
}

.page-cockfight-betting-daga88-entry__step-item {
  background-color: #FFFFFF;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
}

.page-cockfight-betting-daga88-entry__step-title {
  font-size: 1.4em;
  color: #B22222;
  margin-bottom: 15px;
}

.page-cockfight-betting-daga88-entry__step-item p {
  color: #555;
  margin-bottom: 15px;
}

.page-cockfight-betting-daga88-entry__step-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 15px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.page-cockfight-betting-daga88-entry__cta-block {
  margin-top: 60px;
  padding: 40px;
  background-color: #B22222; /* Main color */
  color: #FFFFFF;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.page-cockfight-betting-daga88-entry__cta-block p {
  font-size: 1.4em;
  margin-bottom: 25px;
  font-weight: bold;
  color: #FFFFFF;
}

/* App Download Section */
.page-cockfight-betting-daga88-entry__app-content {
  display: flex;
  align-items: center;
  gap: 40px;
  text-align: left;
  flex-wrap: wrap-reverse; /* Image on right for desktop, top for mobile */
}

.page-cockfight-betting-daga88-entry__app-text {
  flex: 1;
  min-width: 300px;
}

.page-cockfight-betting-daga88-entry__app-text p {
  margin-bottom: 15px;
  color: #444;
}