/*
Theme Name: FADA
Theme URI: -
Author: Sipos Lajos
Author URI: https://webquest.cloud/
Description: Egyedi FADA WordPress sablon.
Version: 1.0
*/

@font-face {
  font-family: 'FADA';
  src: url('../assets/fonts/Fada.woff2') format('woff2'),
    url('../assets/fonts/Fada.woff') format('woff'),
    url('../assets/fonts/Fada.ttf') format('truetype'),
    url('../assets/fonts/Fada.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  margin: 0;
  font-family: 'FADA', Arial, sans-serif !important;
  background: #fafafa;
  color: #222;
  overflow-x: hidden;
}

h2 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

.row {
  display: flex;
  gap: 16px;

  @media screen and (max-width: 992px) {
    flex-direction: column
  }
}

.column {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
}

.section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 128px 0;
}

.section-secondary {
  background-color: #e2f3fd;
}

.section-linear {
  background: linear-gradient(110deg, #6dc1f3 0%, #6dc1f3 80%, #e42fb0 100%);
}

.custom-gradient {
  background: linear-gradient(110deg, #6dc1f3 0%, #6dc1f3 80%, #e42fb0 100%);
}

.custom-link {
  color: #374BA3;
  font-weight: bold;
  text-transform: uppercase;
}

.custom-link:hover {
  opacity: 0.8;
}

.custom-arrow {
  filter: brightness(0) saturate(100%) invert(19%) sepia(62%) saturate(2614%) hue-rotate(220deg) brightness(99%) contrast(80%);
}

.site-header {
  position: fixed;
  width: 100%;
  padding: 18px 40px 18px 40px;
  z-index: 10;
  box-sizing: border-box;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.header-left {
  display: flex;
  align-items: center;
}

.header-logo {
  height: 26px;
  width: auto;
  display: block;
}

.header-nav ul {
  display: flex;
  align-items: center;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-nav a {
  color: #222;
  text-decoration: none;
  font-size: 1.08rem;
  font-weight: 500;
  transition: color 0.2s;
  font-family: "FADA", Arial, sans-serif;
}

.header-nav a:hover {
  color: #2e3192;
}

@media (max-width: 700px) {
  .site-header {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 16px;
  }

  .header-nav ul {
    gap: 16px;
  }

  .header-logo {
    height: 20px;
  }
}

button {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #fafafa;
  background-color: #374ba3;
  padding: 16px 24px;
  border: none;
  cursor: pointer;
  height: fit-content;
  border-radius: 24px 24px 0 24px;
  font-size: 16px;
  font-weight: bold;
  transition: background-color 0.2s, transform 0.2s;
  font-family: 'FADA', Arial, sans-serif !important;
}

button:focus,
button:active {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
  text-decoration: none !important;
}

button,
button * {
  text-decoration: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
}

button:active,
button:focus,
button *:active,
button *:focus {
  text-decoration: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
  outline: none !important;
}


.button-secondary {
  border-radius: 0 24px 24px 24px;
}

input,
textarea {
  padding: 12px 16px;
  border: 1px solid #ccc;
  border-radius: 0 24px 24px 24px;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
}

input::placeholder,
textarea::placeholder {
  font-family: 'FADA', Arial, sans-serif;
  font-size: 14px;
}

.input-secondary {
  border-radius: 0 24px 24px 24px;
}

button:hover {
  background-color: #2e3192;
  transform: translateY(-2px);
}

.icon {
  margin-left: 8px;
  height: 12px;
  width: 12px;
}

.search {
  width: 18px;
  height: 18px;
}

/* --- HERO SECTION --- */
.hero {
  background-color: #e2f3fd;
  width: 100%;
  height: 878px;
  min-height: 878px;
  position: relative;

  @media screen and (max-width: 992px) {
    height: 778px;
    min-height: 778px;
  }
}

.hero-mobile {
  display: none;

  @media screen and (max-width: 992px) {
    position: absolute;
    display: flex;
    height: 300px;
    width: 100%;
    background: #E2F3FD;
    z-index: 3;
  }
}

.hero-image {
  width: 63%;
  height: 100%;
  min-height: 878px;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;

  @media screen and (max-width: 1100px) {
    width: 80%;
  }

  @media screen and (max-width: 992px) {
    display: none;
  }
}

.hero-image-mobile {
  display: none;

  @media screen and (max-width: 992px) {
    display: flex;
    min-height: 300px;
    margin-top: 300px;
    height: 500px;
    width: 100%;
  }
}

.hero-decoration {
  position: absolute;
  top: 0;
  left: 16px;
  width: calc(100% - 16px);
  min-height: 878px;
  max-height: 100%;
  object-fit: cover;
  z-index: 3;

  @media screen and (max-width: 992px) {
    display: none;
    left: 0;
    width: 100%;
    min-height: 600px;
    height: 50%;
    margin-top: 70px;
  }
}

.hero-decoration.mobile {
  display: block;

  @media screen and (min-width: 992px) {
    display: none;
  }
}

.hero-decoration2 {
  position: absolute;
  top: 0;
  left: -64px;
  width: calc(100% - 64px);
  height: 100%;
  min-height: 878px;
  object-fit: cover;
  z-index: 2;

  @media screen and (max-width: 1500px) {
    left: 0;
    width: 100%;
  }
}

.hero-text {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 16px;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1200px;
  width: 100%;
  z-index: 5;

  @media screen and (max-width: 992px) {
    max-width: 90%;
    transform: translate(-50%, -70%);
  }
}

.hero-text>h2 {
  font-size: clamp(48px, 5vw, 120px);
  font-weight: 400;
  text-transform: uppercase;
  max-width: 700px;
  line-height: 1;
  padding: 0;
  margin: 0;
  @media screen and (max-width: 992px) {
      font-size: clamp(32px, 5vw, 70px);
  }
}

.hero-text>p {
  font-size: 16px;
  max-width: 500px;
  padding: 0;
  margin: 0;
}

.overons-hero-text {
  @media screen and (max-width: 992px) {
    top: 60%;
  }
}

.overons-hero-text>h2{
  font-size: 80px;
  @media screen and (max-width: 992px) {
    font-size: 48px;
  }
}

.overons-hero-text>p {
  font-size: 24px;
}

.hero-text-mobile>p {
  @media screen and (max-width: 992px) {
    display: none;
  }
}

.hero-buttons {
  display: flex;
  gap: 16px;

  @media screen and (max-width: 992px) {
    flex-direction: column;
  }
}

/* --- SOLUTION SECTION --- */
.solution-section {
  display: flex;
  gap: 128px;
  align-items: center;
  padding: 128px 0;

  @media screen and (max-width: 992px) {
    flex-direction: column;
    padding-left: 32px;
    padding-right: 32px;
  }
}

.content-container {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}

.highlight {
  color: #6dc1f3;
}

.content-container>h2 {
  max-width: 450px;
  font-size: 44px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

.content-container>p {
  font-size: 16px;
  max-width: 500px;
  margin: 0;
  padding: 0;
}

.image-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;

  @media screen and (max-width: 992px) {
    width: 90%;
  }
}

.solution-image {
  width: 100%;
  max-height: 415px;
  object-fit: contain;
}

.solution-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 48px;
  max-width: 500px;
  background: linear-gradient(110deg, #6dc1f3 0%, #6dc1f3 80%, #e42fb0 100%);
  border-radius: 40px;
}

.solution-form>h2 {
  font-size: 32px;
  font-weight: bold;
}

.form-group {
  display: flex;
  gap: 16px;
  @media screen and (max-width: 992px) {
    flex-direction: column;
  }
}

.form-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.solution-bubble {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  text-align: center;
  padding: 24px 32px 16px 32px;
  background-color: #e2f3fd;
  border-radius: 40px;
  max-width: 280px;

  @media screen and (max-width: 992px) {
    scale: 0.6;
  }
}

.solution-bubble.center {
  position: absolute;
  top: calc(50% - 124px / 2);
  left: -48px;
  @media screen and (max-width: 992px) {
    left: -96px;
  }
}

.solution-bubble.top-right {
  position: absolute;
  right: 0;
  top: -56px;
  @media screen and (max-width: 992px) {
    top: -80px;
  }
}

.solution-bubble.bottom-right {
  position: absolute;
  bottom: -56px;
  right: -24px;
}

.solution-bubble>h2 {
  font-size: 52px;
  font-weight: bold;
  color: #6dc1f3;
}

.solution-bubble>p {
  font-size: 16px;
}

/* --- RIGHT PROFESSIONALS SECTION --- */
.right-professionals {
  display: flex;
  flex-direction: column;
  gap: 32px;

  @media screen and (max-width: 992px) {
    padding-left: 32px;
    padding-right: 32px;
  }
}

.right-professionals>h2 {
  font-size: 48px;
  max-width: 636px;
  text-transform: uppercase;

  @media screen and (max-width: 992px) {
    font-size: 32px;
  }
}

.card {
  background: linear-gradient(110deg, #6dc1f3 0%, #6dc1f3 80%, #e42fb0 100%);
  padding: 32px;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  max-height: 100%;
  gap: 16px;
  justify-content: center;
}

.professionals-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.professionals-list-text {
  color: #374BA3;
  font-weight: bold;
}

.professionals-list>li>a {
  display: flex;
  gap: 8px;
  align-items: center;
  text-decoration: none;
  color: inherit;
  background: none;
  box-shadow: none;
}

.professionals-list>li>a:hover {
  opacity: 0.8;
  transition: opacity 0.2s;
}

.professionals-list>li>a>img {
  filter: brightness(0) saturate(100%) invert(27%) sepia(20%) saturate(4170%) hue-rotate(208deg) brightness(94%) contrast(91%);
  margin-left: -0.01rem;
}

.profession-card {
  display: flex;
  gap: 16px;
  max-height: auto;

  @media screen and (max-width: 992px) {
    max-height: 100%;
  }
}

.profession-card.smaller>.card,
.image-card>img {
  max-width: 200px;
  object-fit: cover;
  border-radius: 32px;

  @media screen and (max-width: 992px) {
    max-height: 100%;
    width: 100%;
  }
}

.image-card>img {
  @media screen and (max-width: 992px) {
    max-height: 200px;
    object-fit: cover;
    object-position: 50% 20%;
    border-radius: 40px;
  }
}

.profession-card.smaller>.image-card>img {
  max-height: 300px;

  @media screen and (max-width: 992px) {
    max-height: 200px;
    object-fit: cover;
    object-position: 50% 20%;
    border-radius: 40px;
  }
}

/* --- PARTNERS SECTION --- */
.partners-section {
  display: flex;
  flex-direction: column;
  gap: 32px;
  background: linear-gradient(110deg, #6dc1f3 0%, #6dc1f3 70%, #e42fb0 100%);
  padding: 64px 0;
}

.partners-container {
  display: flex;
  flex-direction: column;
  gap: 56px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}

.partners-container>h2 {
  font-size: 48px;
  font-weight: 400;
  text-transform: uppercase;

  @media screen and (max-width: 992px) {
    font-size: 32px;
  }
}

.partner-logos {
  display: flex;
  gap: 48px;
  align-items: flex-end;

  img {
    max-height: 80px;
  }

  @media screen and (max-width: 992px) {
    flex-direction: column;
    max-width: 100%;
    align-items: center;

    img {
      max-width: calc(100% - 32px);
    }
  }
}

/* --- FADA RECRUITMENT SECTION --- */
.fada-recruitment-container {
  display: flex;
  align-items: stretch;
  gap: 48px;
  justify-content: center;
  height: 100%;
}

.fada-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 992px) {
  .fada-image-container {
    border-radius: 64px;
    img {
      width: 100%;
      max-height: 275px;
      object-fit: cover;
      object-position: top;
      border-radius: 64px;
    }
  }
}

.fada-content-container {
  flex: 1 1 50%;
  min-width: 0;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fada-stock-image-container {
  flex: 1 1 50%;
  max-width: 50%;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.fada-stock-image {
  width: 100%;
  height: 100%;
  max-width: 100%;
  border-radius: 24px;
  box-shadow: 0 4px 32px rgba(55, 75, 163, 0.10);
  object-fit: cover;
  aspect-ratio: unset;
  display: block;
}

@media (max-width: 900px) {
  .fada-recruitment-container {
    flex-direction: column;
    gap: 32px;
    align-items: stretch;
    height: auto;
  }

  .fada-content-container,
  .fada-stock-image-container {
    max-width: 100%;
    flex: 1 1 100%;
  }

  .fada-stock-image {
    height: auto;
    max-width: 100%;
    border-radius: 18px;
  }
}

.fada-sectionlogo {
  position: absolute;
  top: 35%;
  left: -48px;

  @media screen and (max-width: 992px) {
    display: flex;
    width: 100%;
    height: 100%;
    object-fit: contain !important;
    top: -80px;
    left: -180px;
    scale: 0.3;
  }
}

.fada-content-container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.fada-content-container>h2 {
  font-size: 48px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;

  @media screen and (max-width: 992px) {
    font-size: 32px;
  }
}

/* --- WHAT CUSTOMERS SAY SECTION --- */
.customers-say-container {
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative;
  width: 100%;
  height: 100%;
}

.customers-say-header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.customers-say-header>h2 {
  font-size: 48px;
  font-weight: 400;
  text-transform: uppercase;
  z-index: 3;

  @media screen and (max-width: 992px) {
    margin-left: 32px;
    font-size: 32px;

    span {
      color: black;
    }
  }
}

.secondary-section-decoration {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.customers-say-buttons {
  display: flex;
  gap: 12px;

  @media screen and (max-width: 992px) {
    margin-right: 32px;
    font-size: 32px;
  }
}

.pagination-arrow {
  background-color: #374ba3;
  border-radius: 99px;
  padding: 12px;
  z-index: 3;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination-arrow:hover {
  background-color: #2e3192;
}

.pagination-arrow:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

.customers-say-content {
  position: relative;
  padding-bottom: 24px;
  max-width: calc(3 * 340px + 2 * 32px + 120px);
  margin: 0 auto;

  @media screen and (max-width: 992px) {
    overflow: hidden;
    max-width: 200px;
  }
}

.customers-say-slider {
  display: flex;
  gap: 32px;
  transition: transform 0.3s;
  will-change: transform;
  max-width: calc(100% - 32px);
}

.customers-say-card {
  min-width: 340px;
  max-width: 340px;
  flex: 0 0 340px;
  background: #fff;
  border-radius: 20px;
  padding: 32px 24px;
  margin-right: 0;
}

@media (max-width: 1200px) {
  .customers-say-content {
    max-width: 100vw;
    padding-left: 16px;
    padding-right: 16px;
  }

  .customers-say-card {
    min-width: 280px;
    max-width: 280px;
    flex: 0 0 280px;
  }

  .customers-say-slider {
    gap: 16px;
  }
}

@media screen and (max-width: 992px) {
  .customers-say-content {
    overflow: hidden;
    max-width: 100vw !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .customers-say-slider {
    gap: 8px !important;
    max-width: 100vw !important;
  }

  .customers-say-card {
    min-width: 90vw !important;
    max-width: 90vw !important;
    flex: 0 0 90vw !important;
    box-sizing: border-box;
    padding: 32px 8px !important;
  }
}

@media screen and (max-width: 992px) {
  .customers-say-slider {
    justify-content: flex-start !important;
    align-items: stretch !important;
  }

  .customers-say-card {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.customers-say-card {
  max-width: 320px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-color: #fafafa;
  padding: 56px 32px;
  border-radius: 40px;











  @media screen and (max-width: 992px) {
    min-width: calc(100% - 64px);
  }
}

.customers-say-stars {
  display: flex;
  gap: 16px;

  @media screen and (max-width: 992px) {
    flex-direction: column;
    padding: 0 32px;
  }
}

.customers-say-footer {
  display: flex;
  justify-content: space-between;
  z-index: 3;

  @media screen and (max-width: 992px) {
    margin-right: 32px;
  }
}

.customers-say-star-button {
  display: flex;
  align-items: center;
  gap: 4px;
  background-color: #fafafa;
  border-radius: 99px;
  padding: 12px 16px;
  max-width: fit-content;
}

/* --- FOOTER --- */
footer {
  background: linear-gradient(110deg, #6dc1f3 0%, #6dc1f3 70%, #e42fb0 100%);
  position: relative;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 128px 0;
  display: flex;
  justify-content: space-between;

  @media screen and (max-width: 992px) {
    flex-direction: column;
    margin-left: 32px;
    padding: 64px 0;
    gap: 32px;
  }
}

footer {
  overflow: hidden;
}

.footer-decoration {
  position: absolute;
  top: 0;
  /* left: 32px; */
  object-fit: cover;
  height: 100%;

  @media screen and (max-width: 992px) {
    left: 0;
    display: none;
    top: 0;
    object-fit: contain;
    transform: translate(-30%, 50%);
  }
}

.footer-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  z-index: 3;
}

.footer-left>h2 {
  font-size: 68px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  max-width: 500px;
  @media screen and (max-width: 992px) {
    font-size: 40px;
    max-width: 100%;
  }
}

.footer-right {
  display: flex;
  gap: 128px;
  position: relative;
  z-index: 3;

  @media screen and (max-width: 992px) {
    flex-direction: column;
    gap: 24px;
  }
}

.footer-left>img {
  height: 24px;
}

.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-nav>h2 {
  font-size: 32px;
  font-weight: bold;
}

.footer-links {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer-links>li>a {
  display: flex;
  gap: 8px;
  align-items: center;
  text-decoration: none;
  color: inherit;
  background: none;
  box-shadow: none;
}

.footer-links>li>a:hover {
  opacity: 0.8;
  transition: opacity 0.2s;
}

.footer-links>li>a>img {
  filter: brightness(0) saturate(100%) invert(27%) sepia(20%) saturate(4170%) hue-rotate(208deg) brightness(94%) contrast(91%);
  margin-left: -0.01rem;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 300px;
}

.footer-contact-links {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.footer-contact-links {
  display: flex;
  gap: 8px;
}

.footer-links>li>a:not(:first-child) {
  padding-top: 8px;
}

.footer-contact-links>a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #374ba3;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
}

.footer-contact-links>a>img {
  width: 16px;
  height: 16px;
  margin-left: -0.01rem;
}

.footer-link-text {
  font-weight: bold;
  color: #374BA3;
}

.social-links {
  display: flex;
  gap: 8px;
}

.contact-socials {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}

.footer-note {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
  padding-bottom: 48px;
  z-index: 3;

  @media screen and (max-width: 992px) {
    flex-wrap: wrap;
    padding-left: 32px;
    padding-right: 32px;
  }
}

.footer-note p {
  z-index: 3;
}

.footer-note-links {
  display: flex;
  gap: 24px;
  z-index: 3;
}

.footer-note-links>a {
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: inherit;
  background: none;
  box-shadow: none;
  z-index: 3;
}

.footer-note-links>p {
  font-size: 16px;
  z-index: 3;
}

/* --- MOBILE HAMBURGER MENU --- */

/* Hamburger menu button */
.hamburger-menu {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  align-items: center;
  width: 40px;
  height: 36px;
  background: #374ba3 !important;
  border-radius: 24px 24px 0 24px !important;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1000;
  position: relative;
  user-select: none;
}

.hamburger-line {
  width: 50%;
  height: 3px;
  background-color: #fff;
  border-radius: 2px;
  transition: all 0.3s ease;
  transform-origin: center;
}

/* Mobile navigation styles */
@media (max-width: 768px) {
  .hamburger-menu {
    display: flex;
    cursor: pointer;
  }

  .header-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-color: #fafafa;
    transition: right 0.3s ease;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header-nav.active {
    right: 0;
  }

  .nav-menu {
    flex-direction: column;
    gap: 32px;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 80px 20px 20px;
    box-sizing: border-box;
  }

  .nav-menu li {
    display: flex;
    align-items: center;
    vertical-align: middle;
  }

  .nav-menu a {
    font-size: 1.5rem;
    padding: 4px 0;
    display: block;
    width: 100%;
  }

  .nav-menu button {
    width: 100%;
    max-width: 200px;
    justify-content: center;
  }

  /* Hamburger animation when menu is open */
  .hamburger-menu.active .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(6px, 4px);
  }

  .hamburger-menu.active .hamburger-line:nth-child(2) {
    opacity: 0;
  }

  .hamburger-menu.active .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -4px);
  }

  /* Prevent body scroll when menu is open */
  body.menu-open {
    overflow: hidden;
  }

  /* Adjust header for mobile */
  .site-header {
    padding: 12px 16px;
  }

  .header-container {
    position: relative;
  }
}

/* Tablet styles */
@media (min-width: 769px) and (max-width: 1024px) {
  .header-nav ul {
    gap: 12px;
  }

  .header-nav a {
    font-size: 1rem;
  }

  button {
    padding: 12px 20px;
    font-size: 14px;
  }
}

.nav-menu li {
  display: flex;
  align-items: center;
  vertical-align: middle;
}

#header-search-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  display: flex;
  align-items: center;
  color: #fafafa;
  background-color: #374ba3;
  padding: 16px 24px;
  border: none;
  cursor: pointer;
  height: fit-content;
  border-radius: 0 24px 24px 24px;
  font-size: 16px;
  font-weight: bold;
  transition: background-color 0.2s, transform 0.2s;
}

.header-search-dropdown-wrapper {
  display: flex;
  align-items: center;
  position: relative;
}

.header-search-modal {
  position: absolute;
  top: -10px;
  right: 0;
  left: auto;
  min-width: 350px;
  max-width: 98vw;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  z-index: 1002;
  display: none;
  padding: 0;
  margin: 0;
  animation: fadeInDropdown 0.18s ease;
  box-sizing: border-box;
  border: 1px solid rgba(224, 224, 224, 0.3);
}

@keyframes fadeInDropdown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.header-search-modal[style*="display: block"] {
  display: block !important;
}

.header-search-modal-content {
  background: none;
  box-shadow: none;
  border-radius: 16px;
  padding: 20px;
  min-width: 0;
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  box-sizing: border-box;
}

#header-search-input {
  font-size: 1rem;
  border: 1.5px solid #6dc1f3;
  border-radius: 12px;
  padding: 10px 14px;
  outline: none;
  margin-bottom: 6px;
  width: 100%;
  box-sizing: border-box;
}

#header-search-input:focus {
  border-color: #2e3192;
}

#header-search-results {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 280px;
  overflow-y: auto;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
}

#header-search-results li {
  padding: 12px 16px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
  line-height: 1.4;
  display: block;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  margin: 0;
}

#header-search-results li:last-child {
  border-bottom: none;
  border-radius: 0 0 8px 8px;
}

#header-search-results li:first-child {
  border-radius: 8px 8px 0 0;
}

#header-search-results li:only-child {
  border-radius: 8px;
}

#header-search-results a {
  color: #2e3192;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
  display: block;
  width: 100%;
  line-height: 1.4;
}

#header-search-results a:hover {
  color: #6dc1f3;
}

#header-search-results li:hover {
  background: #f8f9ff;
}

#header-search-close {
  align-self: flex-end;
  background: #f0f0f0;
  color: #2e3192;
  border: none;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  padding: 8px 16px;
  border-radius: 8px;
  transition: all 0.2s;
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
  margin-top: 4px;
}

#header-search-close:hover {
  background: #e0e0e0;
  transform: translateY(-1px);
}

@media (max-width: 700px) {
  .header-search-modal {
    position: fixed;
    top: 100px;
    left: 10px;
    right: 10px;
    width: calc(100vw - 20px);
    max-width: calc(100vw - 20px);
    min-width: 0;
    transform: none;
    margin: 0;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
  }

  .header-search-modal::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: -1;
    pointer-events: none;
  }

  .header-search-modal-content {
    padding: 16px;
    border-radius: 16px;
  }

  #header-search-input {
    font-size: 16px;
    padding: 14px 16px;
  }

  #header-search-results {
    max-height: 60vh;
  }

  #header-search-results li {
    padding: 14px 16px;
    font-size: 15px;
  }

  #header-search-close {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
    margin-top: 8px;
    background: #2e3192 !important;
    color: white !important;
    border-radius: 8px;
  }

  #header-search-close:hover {
    background: #374ba3 !important;
  }
}

/* Language Switcher Styles */
.language-switcher-dropdown {
  position: relative;
  display: inline-block;
}

.language-switcher-btn {
  display: flex;
  align-items: center;
  color: #fafafa;
  background-color: #6DC1F3;
  padding: 16px 24px;
  border: none;
  cursor: pointer;
  height: fit-content;
  border-radius: 24px 24px 0 24px;
  font-size: 16px;
  font-weight: bold;
  transition: background-color 0.2s, transform 0.2s;
}

.language-switcher-btn:hover {
  background-color: #5bb0e2;
}

.language-switcher-btn img {
  width: 16px;
  height: 16px;
  object-fit: cover;
  border-radius: 99px;
  display: block;
}

.language-switcher-btn .flag-icon {
  width: 16px;
  height: 16px;
  object-fit: cover;
  border-radius: 999px;
  display: block;
}

.language-switcher-btn .dropdown-arrow {
  width: 12px;
  height: 8px;
  margin-left: 4px;
  filter: invert(1);
}

.language-switcher-btn span {
  font-size: 16px;
  line-height: 1;
}

.language-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: white;
  border: 1px solid #ddd;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  min-width: 180px;
  width: max-content;
  margin-top: 8px;
  overflow: hidden;
}

.language-dropdown.show {
  display: block;
  animation: fadeInScale 0.2s ease-out;
}

@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.95) translateY(-5px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

@keyframes fadeInScaleMobile {
  from {
    opacity: 0;
    transform: scale(0.9) translateY(20px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

.language-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #f0f0f0;
  transition: all 0.2s ease;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  min-width: max-content;
}

.language-option:hover {
  background-color: #f8f9ff;
  text-decoration: none;
  color: #2e3192;
  transform: translateX(2px);
}

.language-option.active {
  background-color: #6dc1f3;
  color: white;
  display: flex;
}

.language-option:last-child {
  border-bottom: none;
  display: flex;
}

/* Mobile responsive language switcher */
@media (max-width: 768px) {
  .language-switcher-dropdown {
    position: static !important;
    width: auto !important;
  }

  .language-dropdown {
    position: fixed !important;
    top: auto !important;
    bottom: 150px !important;
    right: 20px !important;
    left: auto !important;
    width: auto !important;
    min-width: 220px !important;
    max-width: 300px !important;
    margin-top: 0 !important;
    border-radius: 16px !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    background: rgba(255, 255, 255, 0.95) !important;
    border: 1px solid rgba(224, 224, 224, 0.3) !important;
    z-index: 99999 !important;
    overflow: visible !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2) !important;
  }

  .language-dropdown::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.05);
    z-index: -1;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s ease;
  }

  .language-dropdown.show {
    animation: fadeInScaleMobile 0.3s ease-out;
  }

  .language-option {
    padding: 16px 20px !important;
    font-size: 16px !important;
    border-radius: 0 !important;
    white-space: nowrap !important;
    min-width: max-content !important;
    width: auto !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    flex-wrap: nowrap !important;
    overflow: visible !important;
    word-break: keep-all !important;
    text-overflow: clip !important;
  }

  .language-option span {
    white-space: nowrap !important;
    word-break: keep-all !important;
    overflow: visible !important;
  }

  .language-option:first-child {
    border-radius: 16px 16px 0 0;
  }

  .language-option:last-child {
    border-radius: 0 0 16px 16px;
  }

  .language-option:only-child {
    border-radius: 16px;
  }

  .language-switcher-btn {
    padding: 12px 16px;
    border-radius: 20px;
    font-size: 14px;
  }

  .language-switcher-btn .flag-icon {
    width: 18px;
    height: 18px;
  }
}

.language-option img {
  width: 20px;
  height: 15px;
  object-fit: cover;
  border-radius: 2px;
  display: flex;
  flex-shrink: 0;

  @media screen and (max-width: 992px) {
    margin-left: 8px;
  }
}

.language-option span:first-child {
  font-size: 16px;
  line-height: 1;
  flex-shrink: 0;
}

.language-option span:last-child {
  font-size: 14px;
  font-weight: 500;
}

/* Mobile responsive for language switcher */
@media (max-width: 768px) {
  .language-dropdown {
    right: auto;
    left: 0;
    min-width: 120px;
  }

  .language-option {
    padding: 8px 12px;
  }

  .language-option span:last-child {
    font-size: 13px;
  }
}

@media screen and (max-width: 992px) {
  .customers-say-slider {
    padding-left: 0 !important;
  }
}

@media (max-width: 992px) {
  #why-us .profession-card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  #why-us .profession-card .card {
    order: 1;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  #why-us .profession-card .image-card {
    order: 2;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  #why-us .profession-card .image-card img {
    width: 100%;
    max-width: 100%;
    max-height: 150px;
    object-fit: cover;
    object-position: center;
    border-radius: 40px;
    display: block;
    margin: 0 auto;
  }

  .why-us-card {
    display: none !important;
  }
}

@media (max-width: 992px) {
  #right-professionals .row {
    display: block;
  }

  #right-professionals .column {
    width: 100%;
    display: block;
    padding: 0;
  }

  #right-professionals .profession-card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 16px;
  }

  #right-professionals .profession-card .card {
    order: 1;
  }

  #right-professionals .profession-card .image-card {
    order: 2;
  }

  #right-professionals .image-card,
  #right-professionals .card {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
  }
}

a,
a *,
a:active,
a:focus,
a:visited,
a:hover,
a:active *,
a:focus *,
a:visited *,
a:hover * {
  text-decoration: none !important;
  border-bottom: none !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Vacatures Werkwijze Section */
.vacatures-werkwijze-section {
  padding: 64px 0;
  background: #e2f3fd;
}

.werkwijze-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
  text-align: left;
}

.werkwijze-title {
  font-size: 2.4rem;
  margin-bottom: 8px;
  letter-spacing: -1px;
}

.werkwijze-intro {
  font-size: 1.1rem;
  color: #222;
  margin-bottom: 32px;
}

.werkwijze-steps {
  display: flex;
  gap: 32px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.werkwijze-step {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
  flex: 1 1 0;
  min-width: 260px;
  max-width: 340px;
  padding: 32px 24px 24px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 16px;
}

.werkwijze-step-icon {
  font-size: 2.6rem;
  color: #6dc1f3;
  margin-bottom: 18px;
}

.werkwijze-step-content h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0;
  padding: 0;
  color: #222;
}

.werkwijze-step-content p {
  font-size: 1rem;
  color: #444;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .werkwijze-steps {
    flex-direction: column;
    gap: 20px;
  }

  .werkwijze-step {
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 600px) {
  .vacatures-werkwijze-section {
    padding: 32px 0;
  }

  .werkwijze-title {
    font-size: 1.5rem;
  }

  .werkwijze-step {
    padding: 20px 12px 16px 12px;
  }
}

/* Vertical Werkwijze Steps */
.werkwijze-steps-vertical {
  border-radius: 8px;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.werkwijze-step-vertical {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.werkwijze-step-number {
  font-size: 2.8rem;
  font-weight: 700;
  color: #b3d6ee;
  min-width: 56px;
  line-height: 1;
  font-family: inherit;
  margin-top: 2px;
}

.werkwijze-step-icon {
  font-size: 2.2rem;
  color: #6dc1f3;
  margin-top: 6px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.werkwijze-step-content h3 {
  font-size: 1.08rem;
  font-weight: 700;
  margin: 0;
  padding: 0;
  color: #222;
}

.werkwijze-step-content p {
  font-size: 1rem;
  color: #222;
  margin-bottom: 0;
}

@media (max-width: 700px) {
  .werkwijze-steps-vertical {
    padding: 16px 6px;
    gap: 16px;
  }

  .werkwijze-step-vertical {
    gap: 12px;
  }

  .werkwijze-step-number {
    font-size: 2rem;
    min-width: 36px;
  }

  .werkwijze-step-icon {
    font-size: 1.5rem;
    min-width: 28px;
  }
}

/* --- FADA EXTRA INFO CARD --- */
.fada-extra-info-card {
  background: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 600px;
}

.fada-extra-lead {
  font-size: 20px;
  font-weight: 500;
  color: #222;
  margin-bottom: 8px;
}

.fada-extra-list {
  list-style: none;
  padding: 0;
  margin: 0 0 8px 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.fada-extra-list li {
  display: flex;
  align-items: flex-start;
  font-size: 17px;
  color: #222;
  font-weight: 400;
  gap: 12px;
  padding: 0;
  background: none;
  border-radius: 0;
  box-shadow: none;
  transition: none;
}

.fada-list-icon {
  display: inline-block;
  min-width: 1.5em;
  text-align: center;
  color: #374ba3;
  font-size: 1.1em;
  font-weight: bold;
  margin-right: 6px;
  background: none;
  border-radius: 0;
  box-shadow: none;
}

.fada-extra-buttons {
  display: flex;
  gap: 20px;
  margin-top: 16px;
}

@media (max-width: 700px) {
  .fada-extra-info-card {
    padding: 0;
    max-width: 100%;
  }

  .fada-extra-buttons {
    flex-direction: row;
    gap: 12px;
    margin-left: 0;
    margin-right: 0;
  }

  .fada-extra-list li {
    font-size: 15px;
  }

  .fada-list-icon {
    font-size: 1em;
    margin-right: 4px;
  }
}

@media (max-width: 700px) {
  .fada-recruitment-container {
    margin-left: 16px;
    margin-right: 16px;
  }

  .fada-extra-buttons {
    flex-direction: row;
    gap: 12px;
    margin-left: 0;
    margin-right: 0;
  }

  .fada-extra-list li {
    font-size: 15px;
  }

  .fada-list-icon {
    font-size: 1em;
    margin-right: 4px;
  }
}

.branches-title {
  font-size: 32px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 40px;
}

.branches-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
}

.branch-card {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 4px 24px rgba(55, 75, 163, 0.10);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s, transform 0.2s;
}

.branch-card:hover {
  box-shadow: 0 8px 32px rgba(55, 75, 163, 0.18);
  transform: translateY(-4px) scale(1.02);
}

.branch-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.branch-content {
  padding: 24px 20px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.branch-card h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #374ba3;
  margin: 0 0 6px 0;
}

.branch-card p {
  font-size: 1rem;
  color: #222;
  margin: 0;
}

@media (max-width: 900px) {
  .branches-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

@media (max-width: 600px) {
  .branches-title {
    font-size: 1.5rem;
    margin-bottom: 24px;
  }

  .branches-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .branch-image {
    height: 140px;
  }

  .branch-content {
    padding: 16px 10px 14px 10px;
  }
}

.diensten-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
}

.dienst-card {
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 6px 32px rgba(55, 75, 163, 0.10);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 44px 28px 36px 28px;
  text-align: center;
  transition: box-shadow 0.22s, transform 0.22s;
  max-width: 370px;
  margin: 0 auto;
}

.dienst-card:hover {
  box-shadow: 0 16px 48px rgba(55, 75, 163, 0.16);
  transform: translateY(-6px) scale(1.025);
}

.dienst-icon {
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}

.dienst-icon svg {
  width: 32px;
  height: 32px;
}

.dienst-title {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #222;
  margin: 0 0 14px 0;
  text-transform: uppercase;
}

.dienst-desc {
  font-size: 1.08rem;
  color: #6b7280;
  margin: 0;
  font-weight: 400;
}

.dienst-leesmeer {
  color: #2da6ff;
  font-weight: 700;
  font-size: 1.08rem;
  letter-spacing: 0.01em;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  margin-top: auto;
  text-transform: uppercase;
}

.dienst-arrow {
  font-size: 1.2em;
  margin-left: 2px;
  display: inline-block;
  transition: transform 0.2s;
}

.dienst-leesmeer:hover .dienst-arrow {
  transform: translateX(4px);
}

@media (max-width: 900px) {
  .diensten-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .dienst-card {
    padding: 32px 10px 24px 10px;
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .diensten-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .dienst-card {
    padding: 20px 4px 14px 4px;
    max-width: 100%;
  }

  .dienst-title {
    font-size: 1.08rem;
  }
}

/* KeresÃ©si radius csÃºszka (Zoekradius slider) */
.fada-slider-simple {
  margin-top: 14px;
  margin-bottom: 8px;
}

.fada-slider-label {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 4px;
  display: block;
}

.fada-slider-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.fada-slider {
  width: 100%;
  min-width: 0;
  accent-color: #374ba3;
  height: 4px;
  margin: 0;
}

.fada-slider-badge {
  display: flex;
  justify-content: center;
  background: #374ba3;
  color: #fff;
  border-radius: 12px;
  padding: 4px 16px;
  font-size: 15px;
  font-weight: 600;
  min-width: 38px;
  text-align: center;
  margin-left: 0;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

/* FADA Testimonial Section (fada-testi-) */
.fada-testi-section {
  position: relative;
}

.fada-testi-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

.fada-testi-decoration {
  position: absolute;
  max-height: 90%;
  width: 100%;
  z-index: 0;
}

.fada-testi-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  flex-wrap: wrap;
  gap: 1rem;
  z-index: 2;
}

.fada-testi-header h2 {
  font-size: 48px;
  font-weight: bold;
  margin: 0;
  z-index: 2;
}

.fada-testi-header h2 span {
  color: #60a5fa;
  z-index: 2;
}

.fada-testi-nav-buttons {
  display: flex;
  gap: 0.5rem;
}

.fada-testi-nav-button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #374BA3;
  width: 48px;
  height: 48px;
  color: white;
  border-radius: 99px;
  transform: rotate(-135deg);
  z-index: 2;
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
}

.fada-testi-nav-button:last-child {
  transform: rotate(45deg);
}

.fada-testi-nav-button:hover {
  opacity: 0.8;
  cursor: pointer;
}

.fada-testi-slider-wrapper {
  position: relative;
  z-index: 2;
}

.fada-testi-slider {
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 0 1.5rem;
  z-index: 2;
}

.fada-testi-slider::-webkit-scrollbar {
  display: none;
}

.fada-testi-slider {
  -ms-overflow-style: none;
  scrollbar-width: none;
  z-index: 2;
}

.fada-testi-card {
  flex-shrink: 0;
  width: 90%;
  max-width: 350px;
  scroll-snap-align: start;
  background-color: white;
  border-radius: 1rem;
  padding: 1.5rem;
  box-sizing: border-box;
}

.fada-testi-card h3 {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  z-index: 2;
}

.fada-testi-card p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0.5rem;
  z-index: 2;
}

.fada-testi-card p:last-child {
  margin-bottom: 0;
}

.fada-testi-usp-section {
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  z-index: 2;
}

.fada-testi-usps {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  z-index: 2;
}

.fada-testi-usp-badge {
  display: flex;
  align-items: center;
  gap: 4px;
  background-color: white;
  color: #3b82f6;
  font-size: 0.85rem;
  padding: 16px 24px;
  border-radius: 9999px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.fada-testi-cta-button {
  background-color: #1d4ed8;
  color: white;
  padding: 0.6rem 1.4rem;
  border-radius: 9999px;
  font-size: 0.9rem;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: background-color 0.2s ease;
  display: inline-block;
}

@media (min-width: 768px) {
  .fada-testi-header h2 {
    font-size: 2.5rem;
  }
}

@media (max-width: 768px) {
  .fada-testi-nav-buttons {
    display: none;
  }
}


.whatsapp-float-btn {
  position: fixed;
  right: 32px;
  bottom: 32px;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  border-radius: 50%;
  transition: box-shadow 0.2s;
}
.whatsapp-float-btn:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.25);
}
.whatsapp-float-btn img {
  display: block;
}
@media (max-width: 600px) {
  .whatsapp-float-btn {
      right: 16px;
      bottom: 16px;
  }
}

h2 {
  line-height: 1;
}