.custom-logo-link img {
    display: inline-block;
    max-height: 55px !important;
    width: auto;
}
.responsive-embed {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 ratio */
  height: 0;
  overflow: hidden;
}

.responsive-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.site-info .copyright span:nth-child(2) {
    flex: 0 0 50%;
    text-align: right;
    display: none;
}

.site-footer .footer-widgets .widget_block>.title {
    margin-bottom: 20px;
    color: #A1F5F8;
}

/* === Contact Form 7 Styling for Legado Media (Black + Aqua) === */
.wpcf7-form {
  max-width: 700px;
  margin: 0 auto;
  background: #101010;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
}

/* Labels & Headings */
.wpcf7-form label {
  display: block;
  font-weight: 500;
  margin-bottom: 8px;
  color: #f5f5f5;
}

.wpcf7-form h4 {
  font-size: 16px;
  font-weight: 600;
  color: #A1F5F8;
  margin: 20px 0 10px;
}

/* Input, Select, Textarea Fields */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="date"],
.wpcf7-form input[type="time"],
.wpcf7-form select,
.wpcf7-form textarea {
  width: 100%;
  padding: 14px 16px;
  margin-bottom: 20px;
  border: 1px solid #A1F5F8;
  border-radius: 8px;
  background: #111111;
  color: #ffffff;
  font-size: 15px;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

/* Focus State */
.wpcf7-form input:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus {
  border-color: #A1F5F8;
  box-shadow: 0 0 8px rgba(161, 245, 248, 0.5);
  outline: none;
}

/* Placeholder */
.wpcf7-form ::placeholder {
  color: #cccccc;
  opacity: 0.8;
}

/* Dropdowns */
.wpcf7-form select[name="country"] {
  color: #ffffff;
  background: #111111;
}

/* File Upload */
.wpcf7-form input[type="file"] {
  padding: 6px;
  border: none;
  background: #1a1a1a;
  color: #ccc;
}

/* Date Input */
.wpcf7-form input[type="date"] {
  background: #111111;
  color: #ffffff;
  border: 1px solid #A1F5F8;
  border-radius: 8px;
  padding: 14px 16px;
  width: 100%;
  font-size: 15px;
  cursor: pointer;
}

/* Calendar Icon */
.wpcf7-form input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1) sepia(1) saturate(5) hue-rotate(180deg);
  cursor: pointer;
}

/* Submit Button */
.wpcf7-form input[type="submit"] {
  background: linear-gradient(135deg, #A1F5F8, #6BE3E7);
  color: #000000;
  font-weight: 600;
  font-size: 16px;
  padding: 14px 28px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.wpcf7-form input[type="submit"]:hover {
  background: linear-gradient(135deg, #6BE3E7, #A1F5F8);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(161, 245, 248, 0.4);
}

/* Messages */
.wpcf7-not-valid-tip {
  color: #ff6666;
  font-size: 13px;
}

.wpcf7-response-output {
  margin-top: 20px;
  padding: 12px;
  border-radius: 8px;
  font-size: 14px;
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #0f2e2e;
  color: #A1F5F8;
  border: 1px solid #A1F5F8;
}

.wpcf7-response-output.wpcf7-validation-errors {
  background: #3d1a1a;
  color: #ffb8b8;
  border: 1px solid #e74c3c;
}
