.elementor-334439 .elementor-element.elementor-element-dd38082{padding:0px 0px 0px 0px;}@media(max-width:767px){.elementor-334439 .elementor-element.elementor-element-e4880fe > div.elementor-element-populated{padding:0px 0px 0px 0px !important;}}/* Start custom CSS for html, class: .elementor-element-08e5322 *//* Giveaway Section */
.giveaway-section {
  background: linear-gradient(135deg, #fff9f9, #ffecec);
  padding: 60px 20px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #333;
}

.giveaway-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
}

/* Left video */
.giveaway-video {
  flex: 1 1 50%;
  min-width: 300px;
}

.giveaway-video iframe {
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* Right content */
.giveaway-content {
  flex: 1 1 45%;
  min-width: 280px;
}

.giveaway-content h2 {
  font-size: 2rem;
  color: #c0392b; /* warm red to stand out */
  margin-bottom: 20px;
}

.giveaway-content p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 15px;
  color: #444;
}

.giveaway-content strong {
  color: #e67e22; /* accent orange */
}

/* Button */
.giveaway-btn {
  display: inline-block;
  padding: 14px 28px;
  background: #c0392b;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 10px rgba(192,57,43,0.3);
}

.giveaway-btn:hover {
  background: #a93226;
  transform: translateY(-3px);
}/* End custom CSS */