.client-logo {
  max-width: 120px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1681px) {
  html {
    font-size: 14pt;
  }
}

.youtube-celebration {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 420px;
  margin: 0 auto;
}
.youtube-celebration img {
  max-width: 350px;
}
.youtube-icon-overlay {
  left: 80px;
  top: 0px;
  transform: none;
}
.celebration-badge {
  left: 40px;
  bottom: 20px;
  font-size: 1.1em;
  padding: 4px 18px;
}

/* Modal Styles */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
}

.modal-content {
  background-color: #fff;
  margin: 3% auto;
  padding: 2rem;
  border-radius: 10px;
  width: 90%;
  max-width: 900px;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.close {
  position: absolute;
  top: 15px;
  right: 25px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  color: #aaa;
  transition: color 0.3s ease;
  line-height: 1;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
}

.modal-content h2 {
  margin-top: 0;
  color: #333;
  border-bottom: 2px solid #f4f4f4;
  padding-bottom: 1rem;
  padding-right: 2rem;
}

.modal-body h3 {
  color: #555;
  margin-bottom: 0.8rem;
  margin-top: 1.5rem;
}

.modal-body h3:first-child {
  margin-top: 0;
}

.modal-body ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 1.5rem;
}

.modal-body ul li {
  padding: 0.4rem 0;
  position: relative;
  padding-left: 1.5rem;
  line-height: 1.4;
}

.modal-body ul li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #4CAF50;
  font-weight: bold;
  font-size: 1.1em;
}

.modalidades {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin: 1rem 0;
}

.modalidad {
  background-color: #f8f9fa;
  padding: 1rem;
  border-radius: 8px;
  border-left: 4px solid #4CAF50;
}

.modalidad h4 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  color: #333;
}

.modalidad p {
  margin-bottom: 0;
  font-size: 0.9em;
  color: #666;
}

.contact-info {
  background-color: #f0f8ff;
  padding: 1.5rem;
  border-radius: 8px;
  margin-top: 2rem;
  text-align: center;
  border: 1px solid #e0e8f0;
}

.contact-info h3 {
  margin-top: 0;
  color: #333;
}

.contact-info .button {
  margin-top: 1rem;
}

/* Responsive modal */
@media (max-width: 768px) {
  .modal-content {
    margin: 10% auto;
    width: 95%;
    padding: 1.5rem;
  }
  
  .modalidades {
    grid-template-columns: 1fr;
  }
}
  /* Langu
age Switcher Styles */
.language-switcher {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1000;
}

.language-switcher a {
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 8px 12px;
  border-radius: 30px;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(5px);
}

.language-switcher a:hover {
  background-color: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

.lang-text {
  margin-left: 5px;
  font-size: 0.9em;
  text-transform: uppercase;
}

.lang-arrow {
  margin: 0 5px;
  font-size: 0.9em;
  opacity: 0.6;
}

@media screen and (max-width: 736px) {
  .language-switcher {
    top: 10px;
    right: 10px;
  }
  
  .language-switcher a {
    padding: 6px 10px;
  }
  
  .lang-text {
    display: none;
  }
}/*
 Language Switcher Styles */
.language-switcher {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1000;
}

.language-switcher a {
  display: inline-block;
  background-color: transparent;
  padding: 8px 15px;
  border-radius: 30px;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-size: 0.9em;
  letter-spacing: 0.05em;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.language-switcher a:hover {
  transform: translateY(-2px);
  color: #f0f0f0;
}

@media screen and (max-width: 736px) {
  .language-switcher {
    top: 10px;
    right: 10px;
  }
  
  .language-switcher a {
    padding: 6px 12px;
    font-size: 0.8em;
  }
}
/*
 Podcast Gallery Styles */
.podcast-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
  padding: 0 1rem;
}

.podcast-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  background: #fff;
}

.podcast-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.podcast-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.podcast-item:hover img {
  transform: scale(1.05);
}

.podcast-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 0, 0, 0.9);
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.podcast-item:hover .podcast-overlay {
  opacity: 1;
}

/* Responsive adjustments */
@media (min-width: 1200px) {
  .podcast-gallery {
    grid-template-columns: repeat(4, 1fr);
    max-width: 1200px;
    margin: 2rem auto 0;
  }
}

@media (max-width: 980px) {
  .podcast-gallery {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}

@media (max-width: 736px) {
  .podcast-gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    padding: 0 0.5rem;
  }
  
  .podcast-item img {
    height: 150px;
  }
  
  .podcast-overlay {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .podcast-gallery {
    grid-template-columns: 1fr;
  }
  
  .podcast-item img {
    height: 180px;
  }
}/* Po
dcast Gallery Styles */
.podcast-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 2rem;
  padding: 0 1rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.podcast-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  background: #fff;
}

.podcast-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.podcast-item img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: contain;
  display: block;
  transition: transform 0.3s ease;
  background: #f8f9fa;
}

.podcast-item:hover img {
  transform: scale(1.02);
}

.podcast-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 0, 0, 0.9);
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.podcast-item:hover .podcast-overlay {
  opacity: 1;
}

/* Responsive adjustments */
@media (max-width: 980px) {
  .podcast-gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

@media (max-width: 736px) {
  .podcast-gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    padding: 0 0.5rem;
  }
  
  .podcast-overlay {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .podcast-gallery {
    grid-template-columns: 1fr;
  }
}
/* About Text Fade Effect */
.about-text-container {
  position: relative;
}

.text-fade-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(transparent, rgba(255, 255, 255, 0.9) 80%, rgba(255, 255, 255, 1));
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.text-fade-overlay.hidden {
  opacity: 0;
}

/* Adjust for different background colors */
.spotlight.style2 .text-fade-overlay {
  background: linear-gradient(transparent, rgba(255, 255, 255, 0.9) 80%, rgba(255, 255, 255, 1));
}

.content-align-left {
  text-align: left;
}

/* Conferences Modal Specific Styles */
.topics-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 1.5rem;
}

.topics-list li {
  padding: 0.5rem 0;
  position: relative;
  padding-left: 1.5rem;
  line-height: 1.4;
  font-weight: 500;
}

.topics-list li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #4CAF50;
  font-weight: bold;
  font-size: 1.2em;
}

.budget-info {
  background-color: #f8f9fa;
  padding: 1.5rem;
  border-radius: 8px;
  margin: 1.5rem 0;
  border-left: 4px solid #2196F3;
}

.budget-info p {
  margin-bottom: 0;
  font-style: italic;
  color: #555;
}

* Courses Modal Specific Styles */
.courses-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 2rem;
}

.course-item {
  background-color: #f8f9fa;
  padding: 1.5rem;
  border-radius: 8px;
  border-left: 4px solid #4CAF50;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.course-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.course-item h3 {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #333;
  font-size: 1.1em;
  line-height: 1.3;
}

.course-item .button {
  margin-top: 0.5rem;
}

@media (max-width: 768px) {
  .course-item {
    padding: 1rem;
  }
  
  .course-item h3 {
    font-size: 1em;
  }
}