.elementor-11 .elementor-element.elementor-element-9665504{--display:flex;}.elementor-11 .elementor-element.elementor-element-752219c{padding:30px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-752219c */.iea-about-page {
  --iea-primary: #169AA3;
  --iea-primary-dark: #0E727A;
  --iea-dark: #102633;
  --iea-border: #DCEEEF;
  --iea-muted: #6D7D84;
  --iea-light: #F3FAFA;

  font-family: 'Montserrat', Arial, sans-serif !important;
  color: var(--iea-dark);
  background: #fff;
  overflow: hidden;
}

.iea-about-page,
.iea-about-page * {
  box-sizing: border-box;
}

.iea-about-page h1,
.iea-about-page h2,
.iea-about-page h3,
.iea-about-page p {
  margin: 0;
}

.iea-about-page a {
  text-decoration: none !important;
}

.iea-about-label {
  display: inline-block;
  color: var(--iea-primary-dark);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 12px;
}

.iea-about-label.light {
  color: rgba(255,255,255,0.88);
}

.iea-about-hero {
  background:
    linear-gradient(90deg, rgba(255,255,255,0.98), rgba(243,250,250,0.78)),
    radial-gradient(circle at 16% 38%, rgba(22,154,163,0.10), transparent 34%);
  padding: 74px 0 70px;
  border-bottom: 1px solid var(--iea-border);
}

.iea-about-hero-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 64px;
  align-items: center;
}

.iea-about-hero h1 {
  font-size: clamp(34px, 3.8vw, 52px);
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: -0.04em;
  color: var(--iea-dark);
  margin-bottom: 22px;
}

.iea-about-hero h1 span {
  display: block;
  font-family: 'Caveat', cursive !important;
  font-size: 1em;
  font-weight: 400;
  line-height: 0.95;
  color: var(--iea-primary);
  letter-spacing: 0;
  margin-top: 8px;
}

.iea-about-hero p {
  max-width: 540px;
  font-size: 16.5px;
  line-height: 1.75;
  color: var(--iea-muted);
}

.iea-about-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.iea-about-hero-image,
.iea-mission-image {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(16,38,51,0.09);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.iea-about-hero-image {
  min-height: 470px;
  background-image:
    linear-gradient(135deg, rgba(22,154,163,0.14), rgba(16,38,51,0.03)),
    url('https://endokrinologija.betop.lt/wp-content/uploads/2026/06/apie-endokrinologu-asociacija.png');
}

.iea-mission-image {
  min-height: 440px;
  background-image:
    linear-gradient(135deg, rgba(22,154,163,0.14), rgba(16,38,51,0.03)),
    url('https://endokrinologija.betop.lt/wp-content/uploads/2026/06/IEA-misija.png');
}

.iea-mission,
.iea-direction,
.iea-work,
.iea-team,
.iea-join {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 66px;
}

.iea-mission {
  display: grid;
  grid-template-columns: 1.06fr 0.94fr;
  gap: 60px;
  align-items: center;
  padding-top: 66px;
}

.iea-mission-text h2,
.iea-section-head h2,
.iea-direction-head h2,
.iea-join h2 {
  font-size: clamp(25px, 2.4vw, 36px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.025em;
  color: var(--iea-dark);
}

.iea-mission-text p {
  color: var(--iea-muted);
  font-size: 16px;
  line-height: 1.8;
  margin-top: 16px;
}

.iea-mission-points {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 28px;
}

.iea-mission-points > div {
  border: 1px solid var(--iea-border);
  border-radius: 14px;
  padding: 16px 18px;
  background: #fff;
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  align-items: center;
}

.iea-mission-points img {
  width: 46px;
  height: 46px;
  display: block;
}

.iea-mission-points strong {
  display: block;
  color: var(--iea-dark);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}

.iea-mission-points span {
  color: var(--iea-muted);
  font-size: 14px;
  line-height: 1.55;
}

.iea-direction {
  background:
    linear-gradient(135deg, rgba(243,250,250,0.96), rgba(255,255,255,0.96));
  border: 1px solid var(--iea-border);
  border-radius: 18px;
  padding: 42px 46px;
}

.iea-direction-inner {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 46px;
  align-items: start;
}

.iea-direction-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.iea-direction-content p {
  color: var(--iea-muted);
  font-size: 15.5px;
  line-height: 1.8;
}

.iea-section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 26px;
  gap: 20px;
}

.iea-work-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--iea-border);
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}

.iea-work-card {
  padding: 30px 26px;
  border-right: 1px solid var(--iea-border);
  background: #fff;
  transition: 0.25s ease;
}

.iea-work-card:last-child {
  border-right: 0;
}

.iea-work-card:hover {
  background: var(--iea-light);
}

.iea-work-card img {
  width: 54px;
  height: 54px;
  display: block;
  margin-bottom: 18px;
}

.iea-work-card h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
  margin-bottom: 12px;
}

.iea-work-card p {
  color: var(--iea-muted);
  font-size: 14.5px;
  line-height: 1.7;
}

.iea-team-arrows {
  display: flex;
  gap: 10px;
}

.iea-team-arrows button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--iea-border);
  background: #fff;
  color: var(--iea-primary-dark);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  transition: 0.25s ease;
}

.iea-team-arrows button:hover {
  background: var(--iea-primary);
  color: #fff;
  border-color: var(--iea-primary);
}

.iea-team-slider {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 4px 4px 18px;
  -webkit-overflow-scrolling: touch;
}

.iea-team-slider::-webkit-scrollbar {
  height: 3px;
}

.iea-team-slider::-webkit-scrollbar-track {
  background: rgba(220,238,239,0.55);
  border-radius: 999px;
}

.iea-team-slider::-webkit-scrollbar-thumb {
  background: rgba(22,154,163,0.55);
  border-radius: 999px;
}

.iea-team-card {
  scroll-snap-align: start;
  flex: 0 0 390px;
  display: grid;
  grid-template-columns: 132px 1fr;
  gap: 20px;
  border: 1px solid var(--iea-border);
  border-radius: 16px;
  background: #fff;
  padding: 18px;
  box-shadow: 0 12px 34px rgba(16,38,51,0.05);
}

.iea-team-photo {
  width: 132px;
  height: 164px;
  border-radius: 14px;
  background: var(--iea-light);
  overflow: hidden;
}

.iea-team-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.iea-team-info h3 {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: 6px;
}

.iea-team-info span {
  display: block;
  color: var(--iea-primary-dark);
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
}

.iea-team-info p {
  color: var(--iea-muted);
  font-size: 13.5px;
  line-height: 1.6;
}

.iea-join {
  background:
    linear-gradient(135deg, rgba(14,114,122,0.96), rgba(22,154,163,0.82)),
    radial-gradient(circle at 80% 20%, rgba(255,255,255,0.18), transparent 30%);
  border-radius: 14px;
  padding: 50px 56px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 42px;
}

.iea-join h2 {
  color: #fff;
  max-width: 760px;
}

.iea-join p {
  max-width: 720px;
  margin-top: 14px;
  color: rgba(255,255,255,0.9);
  line-height: 1.7;
}

.iea-about-btn {
  min-height: 50px;
  padding: 0 26px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  white-space: nowrap;
  transition: 0.25s ease;
  border: 1px solid transparent;
}

.iea-about-btn.primary {
  background: var(--iea-primary);
  color: #fff !important;
}

.iea-about-btn.outline {
  background: #fff;
  border-color: var(--iea-primary-dark);
  color: var(--iea-primary-dark) !important;
}

.iea-about-btn.white {
  background: #fff;
  color: var(--iea-primary-dark) !important;
}

.iea-about-btn:hover {
  transform: translateY(-2px);
}

@media (max-width: 1024px) {
  .iea-about-hero-inner,
  .iea-mission,
  .iea-direction-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .iea-about-hero-image {
    min-height: 380px;
  }

  .iea-work-grid,
  .iea-direction-content {
    grid-template-columns: 1fr 1fr;
  }

  .iea-work-card:nth-child(2) {
    border-right: 0;
  }

  .iea-work-card:nth-child(1),
  .iea-work-card:nth-child(2) {
    border-bottom: 1px solid var(--iea-border);
  }
}

@media (max-width: 640px) {
  .iea-about-hero {
    padding: 54px 0 56px;
  }

  .iea-about-hero-inner,
  .iea-mission,
  .iea-direction,
  .iea-work,
  .iea-team,
  .iea-join {
    width: calc(100% - 28px);
  }

  .iea-about-hero h1 {
    font-size: 35px;
  }

  .iea-about-hero p {
    font-size: 16px;
  }

  .iea-about-buttons {
    flex-direction: column;
  }

  .iea-about-btn {
    width: 100%;
  }

  .iea-about-hero-image,
  .iea-mission-image {
    min-height: 300px;
  }

  .iea-mission {
    grid-template-columns: 1fr;
    padding-top: 56px;
  }

  .iea-direction {
    padding: 32px 24px;
  }

  .iea-direction-content {
    grid-template-columns: 1fr;
  }

  .iea-work-grid {
    grid-template-columns: 1fr;
  }

  .iea-work-card {
    border-right: 0;
    border-bottom: 1px solid var(--iea-border);
  }

  .iea-work-card:last-child {
    border-bottom: 0;
  }

  .iea-team .iea-section-head {
    flex-direction: row;
    align-items: center;
  }

  .iea-team-card {
    flex: 0 0 300px;
    grid-template-columns: 104px 1fr;
    gap: 16px;
  }

  .iea-team-photo {
    width: 104px;
    height: 132px;
  }

  .iea-team-arrows button {
    width: 38px;
    height: 38px;
    font-size: 24px;
  }

  .iea-join {
    padding: 36px 24px;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .iea-mission-image {
    display: none !important;
  }
}/* End custom CSS */