.elementor-423 .elementor-element.elementor-element-65ca7d8{--display:flex;}/* Start custom CSS for container, class: .elementor-element-65ca7d8 *//* === General Section Background === */
section {
  background: linear-gradient(to bottom, #000000, #1a1a1a);
  color: #ffffff;
  padding: 60px 20px;
  font-family: 'Georgia', serif;
}

/* === Heading Styles === */
h1 {
  font-size: 3rem;
  color: #facc15; /* Yellow-400 */
  margin-bottom: 1rem;
  text-align: center;
}

h2 {
  font-size: 1.75rem;
  color: #fbbf24; /* Yellow-300 */
  margin-bottom: 0.5rem;
}

h3 {
  font-size: 1.5rem;
  color: #facc15;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

h4 {
  font-size: 1.25rem;
  color: #ffffff;
  margin-bottom: 1rem;
}

/* === Paragraph Styling === */
p {
  color: #d1d5db; /* Gray-300 */
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 1.2rem;
}

/* === Blockquote Styling === */
blockquote {
  border-left: 4px solid #facc15;
  padding-left: 1rem;
  font-style: italic;
  font-size: 1.2rem;
  color: #fcd34d;
  margin: 2rem 0;
}

/* === Buttons and Links === */
a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.button,
a.inline-block {
  background-color: #fbbf24;
  color: #000000;
  padding: 12px 24px;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 8px;
  display: inline-block;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(255, 191, 0, 0.2);
}

a.button:hover,
a.inline-block:hover {
  background-color: #fcd34d;
  color: #000;
}

/* === Card/Grid Boxes === */
.grid > div {
  background-color: #1f2937; /* Gray-800 */
  padding: 1.5rem;
  border-radius: 1rem;
  box-shadow: 0 2px 6px rgba(0,0,0,0.4);
  transition: transform 0.3s ease;
}

.grid > div:hover {
  transform: scale(1.02);
}

/* === Footer Note === */
p.text-sm {
  font-size: 0.875rem;
  color: #6b7280;
  margin-top: 3rem;
  text-align: center;
}/* End custom CSS */