.nav-link,
.navbar-toggler,
.social-icon {
  color: var(--light-gray);
}
.btn-outline-light:hover,
.social-icon:hover {
  color: var(--primary-green);
}
.card-bottom-text,
.infosection {
  text-align: center;
}
.card,
.infosection,
.infosection-image-back,
.kinesitherapie-section,
.map-container,
.qa-answer,
.qa-item,
.team-section,
.visit-card {
  overflow: hidden;
}
.card-subtitle,
.contact-label,
.eyebrow,
.instagram-info-badge,
.kinesitherapie-eyebrow {
  text-transform: uppercase;
}
:root {
  --primary-green: #8cbe90;
  --dark-green: #5a7b5c;
  --light-green: #aedbb2;
  --light-gray: #f7f7f7;
  --gray: #c9c9c9;
  --text-color: #6d7280;
  --dark-blue: rgb(27, 36, 61);
  --medium-blue: #38415a;
}
.rosario-font {
  font-family: Rosario, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
body {
  font-family: Roboto, sans-serif;
}
.instagram-info-title,
.kinesitherapie-title,
.success-icon,
.success-message h3,
h1,
h2,
h3,
h4,
h5 {
  font-family: Rosario, sans-serif;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
}
footer h5 {
  font-size: 1.1rem;
}
footer p {
  margin: 0;
  font-size: 0.95rem;
}
section {
  scroll-margin-top: 80px;
}
header {
  background-image: linear-gradient(
      360deg,
      rgba(27, 36, 61, 0) 0,
      rgba(27, 36, 61, 0.5) 100%
    ),
    url("../images/header-new-2.png");
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  position: relative;
}
.navbar {
  transition: 0.3s;
  padding: 20px 0;
}
.navbar-scrolled {
  background-color: var(--dark-blue);
  padding: 10px 0;
  height: 92px;
}
.navbar-brand img {
  height: 92px;
  transition: 0.3s;
}
.navbar-scrolled .navbar-brand img {
  height: 52px;
}
.nav-link {
  font-weight: 500;
  margin: 0 10px;
}
.navbar-toggler {
  border: none;
}
.social-icon {
  font-size: 1.5rem;
  margin: 0 8px;
  transition: 0.2s;
}
.badge,
.btn-outline-light {
  border-radius: 50px;
  transition: 0.3s;
  color: var(--light-gray);
  padding: 12px 25px;
}
.badge {
  background-color: var(--dark-green);
  border-color: var(--dark-green);
  font-weight: 400;
  font-size: 1.1rem;
}
.btn-outline-light {
  font-weight: 500;
  border: 2px solid var(--light-gray);
}
.btn-outline-light:hover {
  border: 2px solid var(--primary-green);
  background-color: transparent;
}
.btn--primary {
  background-color: var(--primary-green);
  border-color: var(--primary-green);
  border-radius: 50px;
  padding: 12px 25px;
  font-weight: 400;
  color: var(--light-gray);
  transition: 0.3s;
}
.btn--alt,
.btn--secondary {
  padding: 12px 30px;
  font-size: 1.1rem;
  transition: 0.3s;
}
.btn--primary:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.btn--primary:active,
.btn--primary:hover {
  background-color: var(--dark-green);
  border-color: var(--dark-green);
  color: var(--light-gray);
}
.btn--primary:focus {
  outline: #fff solid 3px;
  outline-offset: 3px;
}
.btn--secondary {
  background-color: var(--medium-blue);
  border: none;
  color: #fff;
  border-radius: 30px;
  font-weight: 400;
}
.btn--secondary:active,
.btn--secondary:hover {
  background-color: var(--dark-blue);
  color: var(--light-gray);
}
.btn--secondary:focus {
  outline: #fff solid 3px;
  outline-offset: 3px;
}
.btn--alt {
  background-color: transparent;
  border: none;
  color: var(--text-color);
  border-radius: 30px;
  font-weight: 500;
}
.eyebrow,
.highlight {
  color: var(--primary-green);
}
.btn--alt:active,
.btn--alt:hover {
  background-color: transparent;
  color: var(--medium-blue);
}
.btn--alt:focus {
  outline: #fff solid 3px;
  outline-offset: 3px;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.15em;
}
.content-panel-landing {
  background-color: #fff;
  padding: 82px;
  margin-top: 160px;
}
.content-panel-landing h1 {
  color: var(--dark-green);
  font-size: 4.2rem;
  margin-bottom: 20px;
  font-weight: 500;
}
.content-panel-landing p {
  color: var(--text-color);
  font-size: 1.2rem;
  line-height: 1.8;
  margin-bottom: 23px;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(140, 190, 144, 0.15);
  padding: 10px 22px;
  border-radius: 40px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  margin-bottom: 30px;
  text-decoration: none;
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.eyebrow:hover {
  background: rgba(140, 190, 144, 0.3);
}
.highlight {
  font-style: italic;
}
.kinesitherapie-section {
  background: linear-gradient(
    135deg,
    var(--primary-green) 0,
    var(--dark-green) 100%
  );
  text-align: center;
}
.appointment-section,
footer {
  background-size: cover;
  background-position: center;
}
.appointment-section::before,
.specialisaties-section,
footer::before {
  background-color: var(--dark-blue);
}
.kinesitherapie-section::after {
  content: "";
}
.specialisaties-section {
  padding: 60px;
}
.team-section {
  background-color: var(--light-gray);
  padding: 90px;
  position: relative;
}
.appointment-section {
  position: relative;
  padding: 140px 90px;
  background-image: url("../images/header-appointment-new.jpg");
}
.appointment-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.75;
}
.status-badge {
  position: absolute;
  top: 5px;
  right: 5px;
  background: rgba(79, 209, 197, 0.1);
  color: #4fd1c5;
  padding: 8px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
}
.infosection,
.visit-card,
footer {
  position: relative;
}
.status-badge.gesloten {
  background: rgba(237, 100, 166, 0.1);
  color: #ed64a6;
}
.visit-card-container {
  position: relative;
  display: flex;
  perspective: 1500px;
  height: 100%;
  width: 100%;
  justify-content: center;
}
.card-bottom,
.visit-card {
  display: flex;
  flex-direction: column;
}
.visit-card {
  width: 100%;
  max-width: 480px;
  aspect-ratio: 1.6/1;
  background: #fff;
  border-radius: 8px;
  padding: 0;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
  transform: rotateY(-5deg) rotateX(2deg);
  transition: 0.5s;
}
.visit-card:hover {
  transform: rotateY(0) rotateX(0) translateY(-10px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.15);
}
.card-header-medical {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 40px;
}
.card-top {
  display: flex;
  flex-direction: row;
  gap: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.card-logo {
  height: 140px;
  margin: 10px 30px;
}
.card-bottom {
  background-color: var(--primary-green);
  padding: 16px;
  color: #fff;
  justify-content: center;
  align-items: center;
}
.card-title-section h3 {
  font-size: 22px;
  font-weight: 800;
  color: var(--dark-blue);
  margin-bottom: 4px;
}
.card-subtitle {
  font-size: 11px;
  color: var(--primary-green);
  font-weight: 700;
  letter-spacing: 1.5px;
}
.card-status-badge {
  background: rgba(79, 209, 197, 0.1);
  color: var(--accent-teal);
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.card-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  margin-bottom: 35px;
}
.card-contacts {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 5px;
  flex-grow: 1;
}
.contact-person {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.contact-name {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--dark-blue);
}
.contact-phone {
  font-size: 1.02rem;
  color: var(--dark-blue);
  font-weight: 400;
}
.card-divider {
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(0, 0, 0, 0.08),
    transparent
  );
  margin: 30px 0;
}
.contact-info-card {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.contact-label {
  font-size: 10px;
  color: var(--text-color);
  font-weight: 600;
  letter-spacing: 1px;
}
.contact-value {
  font-size: 14px;
  color: var(--dark-blue);
  font-weight: 600;
}
.infosection {
  padding: 60px;
  background: linear-gradient(
    135deg,
    var(--primary-green) 0,
    var(--dark-green) 100%
  );
  color: #fff;
}
.qa-icon,
.qa-question,
.section-title {
  color: var(--light-gray);
}
.infosection-image-back {
  width: 50%;
  background-image: url(../images/section-pratical-info.png);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 170%;
  padding: 0;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.infosection-content-wrapper {
  color: var(--light-gray);
  padding: 90px;
}
.qa-item {
  margin-bottom: 16px;
  padding: 0;
  border-left: 4px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.05);
  transition: 0.3s;
}
.qa-answer,
.qa-question {
  margin: 0;
  text-align: left;
}
.qa-item:last-child {
  margin-bottom: 0;
}
.qa-item.active {
  background: rgba(255, 255, 255, 0.02);
}
.qa-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  cursor: pointer;
  transition: 0.3s;
  padding: 18px 24px;
  user-select: none;
  background: 0 0;
  border: none;
  width: 100%;
}
.qa-icon,
.qa-question-wrapper {
  align-items: center;
  display: flex;
}
.qa-icon,
.qa-question:hover {
  background-color: rgba(255, 255, 255, 0.06);
}
.qa-question-wrapper {
  gap: 14px;
  flex: 1;
}
.qa-icon {
  width: 32px;
  height: 32px;
  min-width: 32px;
  justify-content: center;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 700;
  transition: 0.3s;
}
.qa-question-text {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
}
.qa-chevron {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.2rem;
}
.qa-item.active .qa-chevron {
  transform: rotate(-180deg);
}
.qa-answer {
  font-size: 1rem;
  line-height: 1.6;
  padding: 0 24px;
  opacity: 0.9;
  max-height: 500px;
  transition: 0.4s;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.qa-answer.collapsed {
  max-height: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  border-top: none;
}
.qa-answer-item {
  font-size: 1.1rem;
  padding: 10px 0;
}
.section-title,
.section-title--alt,
.section-title--primary,
.section-title--secondary {
  font-size: 2.5rem;
  margin-bottom: 30px;
  font-weight: 500;
}
.qa-answer-item:last-child {
  padding-bottom: 18px;
}
footer {
  padding: 90px 90px 0;
  background-image: url("../images/header-image-5.JPG");
}
footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.85;
}
.content-panel-about {
  background-color: var(--light-gray);
  padding: 92px 72px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-title {
  text-align: left;
}
.section-title--primary {
  color: var(--primary-green);
}
.section-title--secondary {
  color: var(--medium-blue);
}
.section-title--alt {
  color: var(--light-gray);
}
.section-text,
.section-text--alt {
  line-height: 32px;
  margin-bottom: 25px;
}
.section-text {
  color: var(--text-color);
  font-size: 1.2rem;
  text-align: left;
}
.section-text--alt {
  color: var(--light-gray);
  font-size: 18px;
}
.img-container {
  position: absolute;
  right: 0;
  top: 5%;
  width: fit-content;
  height: 90%;
  z-index: 1;
  padding: 0;
  margin: 0;
}
.img-container img {
  width: auto;
  height: 100%;
  object-fit: cover;
  overflow: visible;
  padding: 0;
  margin: 0;
}
.card {
  border: none;
  border-radius: 10px;
  height: 100%;
  background-color: transparent;
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.card-number {
  font-size: 6rem;
  font-weight: 800;
  color: var(--primary-green);
  line-height: 1;
  margin-bottom: 20px;
  position: absolute;
  top: 5px;
  left: 5px;
}
.card-img-top {
  height: 300px;
  object-fit: cover;
  border-radius: 0;
}
.card-body {
  background-color: var(--medium-blue);
  padding: 25px 20px;
  text-align: center;
}
.card-title {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
}
.btn--text,
.btn--text:hover,
.contact-text:hover,
.team-name {
  color: var(--primary-green);
}
.btn--text {
  background-color: transparent;
  border: none;
  padding: 0;
  font-size: 1rem;
  transition: 0.3s;
  text-decoration: underline;
}
.card-row {
  margin-left: 0;
  margin-right: 0;
}
.card-col {
  padding: 12px;
}
.team-member {
  text-align: center;
  flex-direction: column;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.success-icon,
.team-contact {
  align-items: center;
  display: flex;
}
.team-photo {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  display: inline-block;
}
.team-name {
  font-size: 2rem;
  margin-top: 16px;
  margin-bottom: 28px;
  font-weight: 400;
}
.team-description {
  color: var(--text-color);
  font-size: 1.1rem;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 400px;
  text-align: center;
}
.team-contact {
  width: fit-content;
  justify-content: center;
  gap: 10px;
  padding: 6px;
  border: 2px solid var(--primary-green);
  border-radius: 14px;
  margin-bottom: 16px;
  transition: 0.3s;
}
.contact-text {
  color: var(--primary-green);
  font-size: 0.85rem;
  font-weight: 500;
  text-decoration: none;
}
.content-wrapper {
  position: relative;
  z-index: 2;
}
.cta-text {
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 30px;
  font-weight: 400;
}
.form-container {
  background-color: var(--light-gray);
  padding: 60px;
}
.form-label {
  color: var(--dark-blue);
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.form-control {
  border: none;
  border-radius: 0;
  padding: 12px 15px;
  margin-bottom: 20px;
}
input.form-control::placeholder,
textarea.form-control::placeholder {
  color: var(--gray);
}
.form-control:focus {
  border-color: var(--primary-green);
  box-shadow: 0 0 0 0.2rem rgba(139, 172, 141, 0.25);
}
textarea.form-control {
  min-height: 120px;
  resize: vertical;
}
.footer-logo {
  height: 200px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.footer-content-wrapper {
  padding: 90px;
  background-color: var(--dark-blue);
}
.contact-subtitle {
  color: var(--primary-green);
  font-size: 1.5rem;
  margin-bottom: 15px;
  font-weight: 400;
}
.map-container {
  max-width: 100%;
  border-radius: 8px;
}
.social-icons-footer {
  display: flex;
  justify-content: center;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
}
.success-message {
  color: var(--dark-blue);
  padding: 2.5rem;
  text-align: center;
  animation: 0.5s ease-out slideDown;
}
.success-content {
  max-width: 500px;
  margin: 0 auto;
}
.success-icon {
  width: 70px;
  height: 70px;
  background: #fff;
  color: var(--primary-green);
  border-radius: 50%;
  justify-content: center;
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0 auto 1.5rem;
  animation: 0.5s ease-out 0.2s both scaleIn;
}
.success-message h3 {
  margin: 0 0 1rem;
  font-size: 1.75rem;
  font-weight: 600;
}
.success-message p {
  margin: 0;
  font-size: 1.1rem;
  opacity: 0.95;
  font-family: Roboto, sans-serif;
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes scaleIn {
  from {
    transform: scale(0) rotate(-180deg);
  }
  to {
    transform: scale(1) rotate(0);
  }
}
@media (max-width: 575px) {
  .navbar-collapse {
    background-color: rgba(42, 85, 57, 0.95);
    padding: 20px;
    border-radius: 5px;
    margin-top: 10px;
  }
  .nav-link,
  .nav-link:hover {
    background-color: transparent;
    border: 0;
  }
  .nav-social {
    display: none !important;
  }
  .appointment-section,
  .infosection,
  .kinesitherapie-section,
  .specialisaties-section,
  .team-section {
    padding: 16px 0;
  }
  .navbar-brand img {
    height: 70px;
  }
  .content-panel-landing h1 {
    font-size: 3rem;
  }
  .content-panel-landing p,
  .section-text,
  .team-description {
    font-size: 1rem;
  }
  .content-panel-about,
  .infosection-content-wrapper,
  footer {
    padding: 16px;
  }
  .team-contact {
    padding: 10px 14px;
    font-size: 0.85rem;
  }
  .content-panel-landing {
    margin-top: 150px;
    padding: 24px;
  }
  .content-wrapper {
    max-width: 100%;
  }
  .section-title {
    font-size: 1.5rem;
    margin-bottom: 24px;
  }
  .qa-item {
    padding: 0;
    margin-bottom: 8px;
    border-left-width: 4px;
  }
  .qa-question {
    gap: 8px;
    padding: 4px;
    margin-left: 0;
  }
  .qa-icon {
    width: 36px;
    height: 36px;
    font-size: 1.1rem;
  }
  .qa-question-text {
    font-size: 0.95rem;
    font-weight: 600;
  }
  .qa-answer-item {
    margin-bottom: 5px;
  }
  .img-container {
    display: none;
  }
  .card-col {
    margin-bottom: 20px;
  }
  .visit-card {
    aspect-ratio: unset;
  }
  .card-logo {
    width: 80px;
  }
  .cta-text {
    font-size: 2rem;
    margin-bottom: 25px;
    text-align: center;
  }
  .btn-wrapper {
    text-align: center;
    margin-bottom: 40px;
  }
  .form-container {
    padding: 30px;
  }
  .footer-content-wrapper {
    padding: 20px;
  }
  .contact-subtitle {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .navbar-collapse {
    background-color: rgba(42, 85, 57, 0.95);
    padding: 20px;
    border-radius: 5px;
    margin-top: 10px;
  }
  .nav-link,
  .nav-link:hover {
    background-color: transparent;
    border: 0;
  }
  .nav-social {
    display: none !important;
  }
  .appointment-section,
  .kinesitherapie-section,
  .specialisaties-section,
  .team-section {
    padding: 24px 0;
  }
  .navbar-brand img {
    height: 70px;
  }
  .content-panel-landing h1 {
    font-size: 3rem;
  }
  .content-panel-landing p,
  .qa-question-text,
  .section-text,
  .team-description {
    font-size: 1rem;
  }
  footer {
    padding: 24px;
  }
  .content-panel-about,
  .infosection-content-wrapper {
    padding: 32px;
  }
  .content-panel-landing {
    margin-top: 150px;
    padding: 32px;
  }
  .content-wrapper {
    max-width: 100%;
  }
  .section-title {
    font-size: 1.8rem;
    margin-bottom: 32px;
    padding: 24px 20px;
  }
  .qa-item {
    padding: 0;
    margin-bottom: 12px;
  }
  .qa-question {
    gap: 14px;
  }
  .qa-icon {
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
  }
  .qa-answer {
    font-size: 0.95rem;
    margin-left: 54px;
    margin-top: 10px;
  }
  .img-container {
    display: none;
  }
  .card-col {
    margin-bottom: 20px;
  }
  .cta-text {
    font-size: 2rem;
    margin-bottom: 25px;
    text-align: center;
  }
  .btn-wrapper {
    text-align: center;
    margin-bottom: 40px;
  }
  .footer-content-wrapper,
  .form-container {
    padding: 40px;
  }
  .contact-subtitle {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse {
    background-color: rgba(42, 85, 57, 0.95);
    padding: 20px;
    border-radius: 5px;
    margin-top: 10px;
  }
  .nav-link,
  .nav-link:hover {
    background-color: transparent;
    border: 0;
  }
  .nav-social {
    display: none !important;
  }
  .appointment-section,
  .kinesitherapie-section,
  .specialisaties-section,
  .team-section {
    padding: 40px 20px;
  }
  .navbar-brand img {
    height: 70px;
  }
  .content-panel-landing h1 {
    font-size: 3.5rem;
  }
  .content-panel-landing p,
  .qa-question-text,
  .section-text {
    font-size: 1.1rem;
  }
  footer {
    padding: 40px;
  }
  .content-panel-about,
  .infosection-content-wrapper {
    padding: 60px 40px;
  }
  .content-panel-landing {
    margin-top: 150px;
    padding: 50px;
  }
  .content-wrapper {
    max-width: 580px;
  }
  .section-title {
    font-size: 2.2rem;
    margin-bottom: 40px;
    padding: 28px 24px;
  }
  .qa-item {
    padding: 0;
    margin-bottom: 8px;
  }
  .qa-icon {
    width: 42px;
    height: 42px;
    font-size: 1.3rem;
  }
  .qa-answer,
  .team-description {
    font-size: 1rem;
  }
  .qa-answer {
    margin-left: 56px;
  }
  .img-container {
    display: none;
  }
  .card-col {
    margin-bottom: 20px;
  }
  .cta-text {
    font-size: 2.2rem;
    margin-bottom: 25px;
    text-align: center;
  }
  .btn-wrapper {
    text-align: center;
    margin-bottom: 40px;
  }
  .form-container {
    padding: 50px;
  }
  .footer-content-wrapper {
    padding: 60px;
  }
  .contact-subtitle {
    font-size: 1.4rem;
    margin-bottom: 12px;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 12px 25px;
  }
}
@media (max-width: 992px) {
  .infosection-image-back {
    background-image: none;
  }
}
@media (max-width: 1024px) {
  .img-container {
    display: none;
  }
}
.kinesitherapie-section {
  padding: 80px 40px;
  background: linear-gradient(
    135deg,
    var(--primary-green) 0,
    var(--dark-green) 100%
  );
  color: #fff;
  position: relative;
}
.instagram-embed-wrapper,
.instagram-info {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}
.kinesitherapie-section::before {
  content: "";
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 800px;
  height: 800px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  animation: 20s ease-in-out infinite float;
  z-index: 0;
}
.kinesitherapie-section::after {
  content: "";
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 500px;
  height: 500px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  animation: 15s ease-in-out infinite reverse float;
  z-index: 0;
}
.instagram-info-badge::before,
.kinesitherapie-eyebrow::before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--primary-green);
  border-radius: 50%;
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(30px);
  }
}
@keyframes floatSlow {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(30px);
  }
}
@keyframes floatReverse {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
}
.kinesitherapie-container {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.kinesitherapie-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.kinesitherapie-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.kinesitherapie-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.5px;
  color: var(--primary-green);
  text-decoration: none;
}
.kinesitherapie-title {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.1;
  color: #fff;
  letter-spacing: -1px;
}
.kinesitherapie-title span {
  color: var(--light-green);
  font-style: italic;
}
.kinesitherapie-description {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.kinesitherapie-text {
  font-size: 1.2rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
}
.kinesitherapie-text strong {
  color: #fff;
  font-weight: 700;
}
.kinesitherapie-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}
.instagram-container {
  width: 100%;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.instagram-embed-wrapper {
  overflow: hidden;
  transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.instagram-embed-wrapper:hover {
  transform: translateY(-12px);
  box-shadow: 0 40px 80px rgba(140, 190, 144, 0.15);
}
.instagram-embed-wrapper blockquote {
  margin: 0 !important;
  background: #fff !important;
  border-radius: 16px !important;
}
.instagram-info {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.instagram-info-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  padding: 8px 12px;
  background: rgba(140, 190, 144, 0.1);
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--primary-green);
  letter-spacing: 1px;
}
.instagram-info-badge::before {
  animation: 2s ease-in-out infinite pulse;
}
@keyframes pulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.2);
  }
}
.instagram-info-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--dark-blue);
}
.instagram-info-text {
  font-size: 0.9rem;
  color: var(--text-color);
  line-height: 1.5;
}
.instagram-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--primary-green);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  transition: 0.3s;
  margin-top: 8px;
}
.instagram-link:hover {
  gap: 12px;
  color: var(--dark-green);
}
@media (max-width: 991px) {
  .kinesitherapie-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .kinesitherapie-title {
    font-size: 2.5rem;
  }
  .instagram-container {
    max-width: 350px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .kinesitherapie-section {
    padding: 60px 20px;
  }
  .kinesitherapie-section::before {
    width: 300px;
    height: 300px;
    top: -50px;
    right: -50px;
  }
  .kinesitherapie-section::after {
    width: 300px;
    height: 300px;
    bottom: -100px;
    left: -100px;
  }
  .kinesitherapie-title {
    font-size: 1.8rem;
  }
  .instagram-container {
    max-width: 100%;
  }
}
