.elementor-208 .elementor-element.elementor-element-631e5ca{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-2ccd507 *//* General Page Styling */
.thank-you-page {
  font-family: Arial, sans-serif;
  background-color: #f5f5f5;
  padding: 50px 20px;
  text-align: center;
}

/* Header Styling */
.thank-you-header {
  background-color: #003366; /* Azul similar a la página de referencia */
  color: white;
  padding: 30px 20px;
  width: 100%;
}

.thank-you-header .logo {
  max-width: 100px;
  height: auto;
  margin-bottom: 20px;
}

.thank-you-header h1 {
  font-size: 3em;
  color: white;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  font-family: 'Roboto', sans-serif; /* Asegura que el título use la misma fuente que el resto */
}

/* Body Styling */
.thank-you-body {
  background-color: #fff;
  padding: 40px 20px;
}

.thank-you-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 40px;
}

.thank-you-video {
  width: 48%;
  margin-right: 20px;
}

.thank-you-text {
  width: 48%;
  padding: 20px;
  border: 2px solid #ccc;
  border-radius: 10px;
  background-color: #f9f9f9;
}

.thank-you-text h2 {
  font-size: 2em;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
  font-family: 'Roboto', sans-serif; /* Usa la misma fuente que el título "Why Choose Maimone Legal" */
}

.thank-you-text p {
  font-size: 1.2em;
  line-height: 1.5;
  font-family: Arial, sans-serif;
}

/* Promo Image Styling */
.thank-you-image {
  margin-top: 20px;
  text-align: center;
}

.promo-image {
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Details Styling */
.thank-you-details {
  background-color: #f0f0f0;
  padding: 20px;
  margin: 30px 0;
}

.thank-you-details ul {
  list-style-type: none;
  padding-left: 0;
}

.thank-you-details li {
  font-size: 1.2em;
  margin-bottom: 10px;
}

/* Social Media Icons */
.social-media {
  text-align: center;
  margin-top: 40px;
}

.social-media h2 {
  font-size: 2em;
  margin-bottom: 20px;
  font-family: 'Roboto', sans-serif; /* Consistencia en los títulos */
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.social-icon {
  width: 80px;
  height: 80px;
  background-color: #ccc;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3em;
  color: white;
}

.social-icon a {
  color: white;
  text-decoration: none;
}

.social-icon:hover {
  background-color: #ff5c5c;
}

/* Facebook Banner */
.facebook-banner {
  margin-top: 40px;
}

.facebook-banner a {
  display: block;
}

.facebook-banner-img {
  width: 100%;
  max-width: 600px;
  height: auto;
}/* End custom CSS */