/* --- Styles from internal <style> block (higher priority) --- */

.description p {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 2rem;
  line-height: 39.06px;
  text-align: center;
  color: white;
  padding: 0 90px 0 90px;
}

.streaming_services_png {
  background: #eef6fc;
  padding: 2rem 0 1rem 0;
}

.icon {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.ott-h2 {
  color: #1a629e;
  font-size: 42px;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
  margin-top: 4.4rem;
}

.video-h2 {
  color: #0f395c;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
  margin: 5rem 0rem 2rem;
}

.top-row,
.bottom-row {
  display: flex;
  justify-content: center;
  gap: 40px;
  width: 100%;
  align-items: stretch;
}

.feature-card {
  border-radius: 10px;
  padding: 20px;
  flex: 1;
  max-width: 400px;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.card-border {
  padding: 20px 30px 40px 30px;
  background: #effbfb;
  border: 0.3px solid #0f395c;
  box-shadow: 0px 4px 4px 0px #00000040;
  border-radius: 10px;
  flex-grow: 1;
}

.card-border p {
  color: #1a629e;
  margin-bottom: 1rem;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}

.bottom-row p {
  text-align: left;
  margin-bottom: 10px;
}

.feature-card h2 {
  font-size: 20px;
  color: #0f395c;
  font-weight: 700;
  margin-bottom: 15px;
}

.feature-card li::before {
  content: "•";
  color: #007bff;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.feature-card ul {
  list-style: none;
  padding-left: 20px;
  text-align: left;
  color: #1a629e;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}

.submit-row {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}

.submit-button {
  padding: 15px 30px;
  border-radius: 30px;
  font-weight: bold;
  color: #fff;
  background-image: linear-gradient(#1d9097, #092f31cc);
  text-decoration: none;
  font-size: 20px;
}

.submit-button:hover {
  background: linear-gradient(270deg, #1d9097 0%, rgba(9, 47, 49, 1) 100%);
  transform: scale(1.05);
}

.home-container {
  background: linear-gradient(270deg, #092338 0%, #1a629e 100%);
  text-align: center;
  padding-top: 3rem;
}

.home-container h2 {
  font-size: 46px;
  font-weight: 700;
  color: white;
  margin-bottom: 1rem;
}

.card-with-video {
  color: white;
  font-size: 20px;
  font-weight: 700;
  line-height: 45px;
}

.video-text-container {
  max-width: 85%;
  margin: 0 auto;
  text-align: center;
}

.video-section {
  text-align: center;
  margin-bottom: 10rem;
}

.responsive-video {
  width: 90%;
  max-width: 872px;
  height: auto;
  box-shadow: 2px 3px 12px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  width: -moz-available;
}
