/* Failas: assets/css/custom.css */

body {
  background: none !important;
}

#wrapper {
  background: none !important;
}

#video-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

#video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#sponsors {
  padding: 1rem;
  background: white;
  margin-top: 3rem;
}

#sponsors h3 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}
.sponsor-logos {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.contact-container {
    display: flex;
    justify-content: space-between;
    gap: 40px; /* Tarpo dydis tarp teksto ir formos */
    flex-wrap: wrap;
}
.contact-info {
    flex: 1 1 50%;
    min-width: 300px;
}


.contact-form {
    flex: 1 1 40%;
    min-width: 300px;
}

.sponsor-logo {
  max-width: 180px;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.intro-logo {
  height: 45vh;
  width: auto;
  display: block;
  margin: auto;
}
.news-content {
    text-align: center;
    max-width: 800px; /* Nebūtina, bet vizualiai maloniau */
    margin: 0 auto;
}
/* .news-content p {
    text-align: center;
} */
.news-content h3 {
    margin-bottom: 20px;
}
.moreInfo {
text-align: center;
}

.circleLogo {
  height: 55vh;
  display: block;
  margin: 3rem;
  padding: 3rem;
}
.two-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: flex-start;
  margin-bottom: 2rem;
}

.news-text {
  flex: 1 1 55%;
  text-align: left;
  font-size: 1rem;
}

.news-image {
  flex: 1 1 40%;
}

.news-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.content-with-image {
  flex-wrap: wrap;
  gap: 2rem;
  align-items: flex-start;
  justify-content: space-between;
}

.text-side {
  flex: 1 1 50%;
  min-width: 300px;
  text-align: center;
}

.image-side {
  flex: 1 1 40%;
  min-width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.centerText {
  text-align: center;
  padding: 1.5rem;
}
ul.actions {
  display: flex;
  justify-content: center;
}
.image-side img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.support-wrapper {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.support-text {
  flex: 1 1 55%;
  text-align: center;
  min-width: 300px;
}

.support-visual {
  flex: 1 1 35%;
  min-width: 250px;
  text-align: center;
  position: sticky;
  top: 80px; /* Kiek nuo viršaus laikysis */
}

.support-visual img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.video-centered {
  display: flex;
  justify-content: center;
  margin: 3rem 0;
}

.video-centered iframe {
  width: 90%;
  max-width: 800px;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.support-followup {
  margin-top: 2rem;
  text-align: center;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 2rem auto;
  padding: 0 1rem;
}

.service-card {
  background: #fff;
  border-radius: 10px;
  padding: 2rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  text-align: center;
}

.service-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 1rem;
}

.service-card h3 {
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
}
.service-detail {
  margin: 0 auto;
  padding: 2rem;
  text-align: center;
}

.service-detail img {
  display: block;
  margin: 0 auto 2rem auto;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}


.service-card p {
  flex-grow: 1;
  color: #444;
  font-size: 0.95rem;
  line-height: 1.5;
  padding: 1rem;
  margin-bottom: 1.5rem;
}
.button-wrapper {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.switch-button {
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  border: 2px solid #003f66;
  color: #003f66;
  background: white;
  transition: 0.3s ease;
}

.switch-button:hover {
  background: #003f66;
  color: white;
}

.service-card .button {
  display: inline-block;
  border: 2px solid #003366;
  color: #003366;
  font-weight: 600;
  border-radius: 5px;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}

.service-card .button:hover {
  background: #003366;
  color: white;
}
@media (max-width: 400px) {
  .circleLogo {
  height: 45vh;
  display: block;
  margin: 0;
  padding: 0;
}
}

@media (max-width: 768px) {
  .two-columns {
    flex-direction: column;
  }

  .news-text,
  .news-image {
    flex: 1 1 100%;
  }
}
