/* ============================================
   suspendcozum - Auto-bundled CSS
   Generated: 2025-12-18 22:45:40
   ============================================ */

/* ========== page.css ========== */
:root {
    --suspendcozum-page-bg: #FFFFFF;
}

body {
    margin: 0;
    padding: 0;
    background: var(--suspendcozum-page-bg);
}

main.page-main {
    background: var(--suspendcozum-page-bg);
}

.suspendcozum-section-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding-left: 16px;
    padding-right: 16px;
}

/* HERO – 1408px sınır (ana sayfa ile aynı) */
.suspendcozum-section-hero {
    max-width: 1408px;
}

/* HİZMET SECTION – 1100px sınır */
.suspendcozum-section-hizmet {
    max-width: 1100px;
}

/* PROGRAM SECTION – 1100px sınır */
.suspendcozum-section-program {
    max-width: 1100px;
}

/* BUTON SECTION – 715px sınır */
.suspendcozum-section-buton {
    max-width: 715px;
}

/* REVIEWS – 1408px container içinde 45px radius, #F9F9F9 kutu */
.suspendcozum-section-reviews {
    max-width: 1408px;
}

.suspendcozum-section-reviews-box {
    background: #F9F9F9;
    border-radius: 45px;
    padding: 40px 32px;
    box-sizing: border-box;
}

/* FOOTER – 1468px container */
.suspendcozum-section-footer {
    max-width: 1468px;
}

/* Genel dikey aralıklar */
.suspendcozum-section-hero,
.suspendcozum-section-hizmet,
.suspendcozum-section-program,
.suspendcozum-section-buton,
.suspendcozum-section-reviews,
.suspendcozum-section-footer {
    margin-left: auto;
    margin-right: auto;
}

/* Section'lar arası boşluklar */
.suspendcozum-section-hizmet {
    margin-top: clamp(40px, 6vw, 40px);
}

.suspendcozum-section-program {
    margin-top: clamp(40px, 6vw, 40px);
}

.suspendcozum-section-buton {
    margin-top: clamp(40px, 6vw, 40px);
}

.suspendcozum-section-reviews {
    margin-top: clamp(40px, 6vw, 40px);
}

.suspendcozum-section-footer {
    margin-top: clamp(40px, 6vw, 40px);
}

/* Tablet optimizasyonları */
@media (max-width: 1024px) and (min-width: 769px) {
    .suspendcozum-section-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .suspendcozum-section-hizmet,
    .suspendcozum-section-program,
    .suspendcozum-section-buton {
        margin-top: clamp(32px, 5vw, 36px);
    }
    
    .suspendcozum-section-reviews-box {
        padding: 32px 24px;
        border-radius: 35px;
    }
}

/* Mobil optimizasyonları */
@media (max-width: 768px) {
    .suspendcozum-section-container {
        padding-left: 12px;
        padding-right: 12px;
    }
    
    .suspendcozum-section-hizmet,
    .suspendcozum-section-program,
    .suspendcozum-section-buton {
        margin-top: clamp(28px, 4vw, 32px);
    }
    
    .suspendcozum-section-reviews-box {
        padding: 20px 16px;
        border-radius: 24px;
    }
}

/* Küçük mobil cihazlar */
@media (max-width: 480px) {
    .suspendcozum-section-container {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .suspendcozum-section-hizmet,
    .suspendcozum-section-program,
    .suspendcozum-section-buton {
        margin-top: clamp(24px, 3.5vw, 28px);
    }
    
    .suspendcozum-section-reviews-box {
        padding: 16px 12px;
        border-radius: 20px;
    }
}



/* ========== hero.css ========== */
/* ================================
     HI5 HERO (dar layout + overlap video)
     ================================ */
  
  /* Bagoss fontları */
  @font-face {
    font-family: 'Bagoss';
    src: url('/wp-content/themes/custom/fonts/BagossCondensedTRIAL-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
  }
  @font-face {
    font-family: 'Bagoss';
    src: url('/wp-content/themes/custom/fonts/BagossCondensedTRIAL-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
  }
  /* İtalik için medium-italic dosyasını bağla (başlıkta sadece "hi5" bu yüzü kullanacak) */
  @font-face {
    font-family: 'Bagoss';
    src: url('/wp-content/themes/custom/fonts/BagossCondensedTRIAL-MediumItalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
  }
  
  /* Kök */
  .hi5-hero-css {
    width: 100%;
    display: flex;
    justify-content: center;
    background: #fff;
    padding: 48px 0 00px; /* altta buton için boşluk */
    font-family: 'Bagoss', sans-serif;
  }
  
  /* Dar container */
  .hi5-hero-css .hi5-hero-inner {
    width: 1400px;           /* daraltılmış sayfa genişliği */
    max-width: 100%;
    margin: 0 auto;
    position: relative;
  }
  
  /* Lacivert panel */
  .hi5-hero-css .hi5-panel {
    background: #000b45;
    color: #fff;
    border-radius: 28px;
    padding: 64px 80px 210px; /* altta fazla padding: overlap videonun yarısı içeride dursun */
    text-align: center;
    box-sizing: border-box;
  }
  
/* Başlık: regular, sadece "hi5" turuncu ve italik */
  .hi5-hero-css .hi5-title {
    margin: 0 0 16px;
  font-family: 'Bagoss', sans-serif;
  font-weight: 700;     /* REGULAR */
    font-size: 64px;
    line-height: 1.2;
    color: #ffffff;
  }
.hi5-hero-css .hi5-title .hi5-academy {
  font-weight: 700; /* diğer kelimelerden daha kalın */
}
  .hi5-hero-css .hi5-title .hi5-italic {
    color: #ff4a11;      /* turuncu */
    font-style: italic;  /* yatik */
  font-weight: 700;    /* italic yüzü */
  }
   .hi5-hero-css .hi5-title-icon {
    width: clamp(70px, 5vw, 56px);
    height: clamp(60px, 5vw, 56px);
    transform: rotate(-15deg);
    flex-shrink: 0;
  }
  
  /* Açıklama */
  .hi5-hero-css .hi5-subtext {
    margin: 0 auto;
    max-width: 820px;
    font-size: 22px;
    line-height: 1.3;
    color: #ffffff;
    opacity: 0.95;
  }
  
  /* Video kartı: panelin alt kenarından yarı taşır */
  .hi5-hero-css .hi5-video-overlap {
    position: relative;
    width: 620px;
    max-width: min(90%, 720px);
    margin: -180px auto 56px; /* NEGATİF TOP: yarı içerde / yarı dışarıda görünür */
    border-radius: 18px;
    background: #ffffff;
    padding: 10px;            /* beyaz çerçeve efekti */
    box-shadow: 0 24px 48px rgba(0,0,0,0.25);
  }
  
  /* Voomly kutusu içerisi */
  .hi5-hero-css .hi5-video-overlap .voomly-embed {
    border-radius: 12px !important;
    overflow: hidden;
  }

  /* Tablet optimizasyonları */
  @media (max-width: 1024px) and (min-width: 769px) {
    .hi5-hero-css { 
      padding: 32px 0 60px; 
    }
    .hi5-hero-css .hi5-panel { 
      padding: 48px 32px 140px; 
      border-radius: 24px;
    }
    .hi5-hero-css .hi5-title { 
      font-size: clamp(32px, 5vw, 48px); 
      margin-bottom: 14px;
    }
    .hi5-hero-css .hi5-title-icon {
      width: clamp(50px, 4.5vw, 56px);
      height: clamp(50px, 4.5vw, 56px);
    }
    .hi5-hero-css .hi5-subtext { 
      font-size: clamp(16px, 2vw, 20px); 
      max-width: 90%; 
    }
    .hi5-hero-css .hi5-video-overlap { 
      margin: -120px auto 40px; 
      width: 520px;
      max-width: 85%;
    }
  }

  /* Mobil optimizasyonları */
  @media (max-width: 768px) {
    .hi5-hero-css { 
      padding: 24px 0 40px; 
    }
    .hi5-hero-css .hi5-panel { 
      padding: 32px 20px 100px; 
      border-radius: 20px;
    }
    .hi5-hero-css .hi5-title { 
      font-size: clamp(24px, 6vw, 32px); 
      margin-bottom: 12px;
      line-height: 1.15;
    }
    .hi5-hero-css .hi5-title-icon {
      width: clamp(40px, 5vw, 50px);
      height: clamp(40px, 5vw, 50px);
    }
    .hi5-hero-css .hi5-subtext { 
      font-size: clamp(14px, 3.5vw, 18px); 
      max-width: 95%; 
      line-height: 1.4;
    }
    .hi5-hero-css .hi5-video-overlap { 
      margin: -80px auto 32px; 
      width: 90%;
      max-width: 400px;
      padding: 8px;
      border-radius: 14px;
    }
  }

  /* Küçük mobil cihazlar */
  @media (max-width: 480px) {
    .hi5-hero-css { 
      padding: 20px 0 32px; 
    }
    .hi5-hero-css .hi5-panel { 
      padding: 24px 16px 80px; 
      border-radius: 18px;
    }
    .hi5-hero-css .hi5-title { 
      font-size: clamp(20px, 5.5vw, 28px); 
      margin-bottom: 10px;
    }
    .hi5-hero-css .hi5-title-icon {
      width: clamp(36px, 4.5vw, 44px);
      height: clamp(36px, 4.5vw, 44px);
    }
    .hi5-hero-css .hi5-subtext { 
      font-size: clamp(13px, 3.8vw, 16px); 
    }
    .hi5-hero-css .hi5-video-overlap { 
      margin: -70px auto 24px; 
      width: 88%;
      padding: 6px;
      border-radius: 12px;
    }
  }

/* ========== hizmet.css ========== */
/* Bagoss fontları */
    @font-face {
      font-family: 'Bagoss';
      src: url('/wp-content/themes/custom/fonts/BagossCondensedTRIAL-Regular.otf') format('opentype');
      font-weight: 400;
      font-style: normal;
    }
    @font-face {
      font-family: 'Bagoss';
      src: url('/wp-content/themes/custom/fonts/BagossCondensedTRIAL-Medium.otf') format('opentype');
      font-weight: 500;
      font-style: normal;
    }
    @font-face {
      font-family: 'Bagoss';
      src: url('/wp-content/themes/custom/fonts/BagossCondensedTRIAL-MediumItalic.otf') format('opentype');
      font-weight: 500;
      font-style: italic;
    }
    
    /* Namespace: uygun-section */
    .uygun-section { 
      background: transparent; 
      position: relative; 
      font-family: 'Bagoss', sans-serif; 
      overflow: visible; 
      padding: 12px 0;
    }
    
    .uygun-section .us-container { 
      width: 100%;
      max-width: 1200px; 
      margin: 0 auto; 
      padding: 0; 
      overflow: visible; 
      background: #f8f8f8;
      border-radius: 24px;
      position: relative;
    }
    
    /* Ana kart wrapper */
    .uygun-section .us-card-wrapper {
      position: relative;
      padding: 24px 24px 24px 20px;
    }
    
    /* Icon container - beyaz yuvarlak arka plan */
    .uygun-section .us-icon-container {
      position: absolute;
      top: -40px;
      left: -40px;
      width: 120px;
      height: 120px;
      background: white;
      border-radius: 50%;
      z-index: 10;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }
    
    /* Overlapping icon */
    .uygun-section .us-icon {
      width: 100px;
      height: 100px;
    }
    
    /* Başlık alanı - gri arka plan, sağ tarafta */
    .uygun-section .us-title-area {
      background: #ededef;
     
      padding: 24px 20px;
      border-radius: 16px;
      margin-bottom: 24px;
     
      margin-left: 360px;
      
      
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    }
    
    .uygun-section .us-title {
      color: #000b45;
      font-size: 28px;
      font-weight: 800;
      margin: 0;
      margin-right: 20px;
      line-height: 1.2;
      text-align: right;
      font-family: Bagoss;
    }
    
    /* Ana beyaz kart */
    .uygun-section .us-card {
      border-radius: 24px;
      padding: 0;
      overflow: hidden;
      position: relative;
      z-index: 1;
      background: transparent;
    }
    
    /* Paragraph alanı */
    .uygun-section .us-content-area {
      padding: 22px;
    }
    
    .uygun-section .us-description {
      color: #000b45;
      font-size: 18px;
      line-height: 1.6;
      margin: 0;
      padding-left: 20px;
    }
    
    .uygun-section .us-description li {
      margin-bottom: 10px;
    }
    
    /* Responsive - Orta boyutlu ekranlar (1024px - 1439px) */
    @media (max-width: 1439px) and (min-width: 1024px) {
      .uygun-section .us-title-area {
        margin-left: 350px;
      }
    }

    /* Responsive - Tablet boyutları (769px - 1023px) */
    @media (max-width: 1023px) and (min-width: 769px) {
      .uygun-section .us-title-area {
        margin-left: 200px;
      }
      .uygun-section .us-icon-container {
        width: 100px;
        height: 100px;
        top: -30px;
        left: -30px;
      }
      .uygun-section .us-icon {
        width: 80px;
        height: 80px;
      }
    }
    
    /* Responsive - Mobil */
    @media (max-width: 768px) {
      .uygun-section { padding: 8px 0; }
      .uygun-section .us-container { border-radius: 16px; }
      .uygun-section .us-card-wrapper { padding: 20px 20px 20px 20px; }
      .uygun-section .us-icon-container { width: 90px; height: 90px; top: -20px; left: -20px; }
      .uygun-section .us-icon { width: 60px; height: 60px; }
      .uygun-section .us-title-area { padding: 20px 16px; margin-left: 0; margin-bottom: 16px; }
      .uygun-section .us-title { font-size: 22px; }
      .uygun-section .us-card { border-radius: 16px; }
      .uygun-section .us-content-area { padding: 0; }
      .uygun-section .us-description { font-size: 16px; text-align: center; }
    }
    
    @media (max-width: 480px) {
        
      .uygun-section { padding: 8px 0; }
      .uygun-section .us-container { border-radius: 12px; }
      .uygun-section .us-card-wrapper { padding: 16px 16px 16px 16px; }
      .uygun-section .us-icon-container { width: 50px; height: 50px; top: -15px; left: -15px; }
      .uygun-section .us-icon { width: 40px; height: 40px; }
      .uygun-section .us-title-area { padding: 16px 14px;
      padding-right: 0px;
      margin-left: 0; margin-bottom: 12px; }
      .uygun-section .us-title { font-size: 18px; }
      .uygun-section .us-card { border-radius: 12px; }
      .uygun-section .us-content-area { padding: 0; }
      .uygun-section .us-description { font-size: 15px; text-align: center; }
    }

/* ========== program.css ========== */
/* Bagoss fontları */
     @font-face {
       font-family: 'Bagoss';
       src: url('/wp-content/themes/custom/fonts/BagossCondensedTRIAL-Regular.otf') format('opentype');
       font-weight: 400;
       font-style: normal;
     }
     @font-face {
       font-family: 'Bagoss';
       src: url('/wp-content/themes/custom/fonts/BagossCondensedTRIAL-Medium.otf') format('opentype');
       font-weight: 500;
       font-style: normal;
     }
     @font-face {
       font-family: 'Bagoss';
       src: url('/wp-content/themes/custom/fonts/BagossCondensedTRIAL-MediumItalic.otf') format('opentype');
       font-weight: 500;
       font-style: italic;
     }
 
     /* Namespace: program-ozellikleri-section */
     .program-ozellikleri-section {
       background: transparent;
       position: relative;
       font-family: 'Bagoss', sans-serif;
       overflow: visible;
       padding: 12px 0;
     }
 
     .program-ozellikleri-section .pos-container {
       width: 100%;
       max-width: 1200px;
       margin: 0 auto;
       padding: 0;
       overflow: visible;
       background: #f8f8f8;
       border-radius: 24px;
       position: relative;
     }
 
     /* Ana kart wrapper */
     .program-ozellikleri-section .pos-card-wrapper {
       position: relative;
       padding: 24px 20px 24px 24px;
     }
 
     /* Icon container - beyaz yuvarlak arka plan, sağda */
     .program-ozellikleri-section .pos-icon-container {
       position: absolute;
       top: -40px;
       right: -40px;
       width: 120px;
       height: 120px;
       background: white;
       border-radius: 50%;
       z-index: 10;
       display: flex;
       align-items: center;
       justify-content: center;
       box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
     }
 
     /* Overlapping icon */
     .program-ozellikleri-section .pos-icon {
       width: 100px;
       height: 100px;
       transform: rotate(15deg);
     }
 
     /* Başlık alanı - gri arka plan, solda */
     .program-ozellikleri-section .pos-title-area {
       background: #ededef;
       padding: 24px 20px;
       border-radius: 16px;
       margin-bottom: 24px;
       margin-right: 290px;
       box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
     }
 
     .program-ozellikleri-section .pos-title {
       color: #000b45;
       font-size: 28px;
       font-weight: 800;
       margin: 0;
       margin-left: 20px;
       line-height: 1.2;
       text-align: left;
       font-family: 'Bagoss', sans-serif;
       display: flex;
       align-items: center;
       gap: 10px;
       flex-wrap: nowrap;
     }
 
     .program-ozellikleri-section .pos-price-tag {
       background: #000b45;
       color: #ffffff;
       font-size: 18px;
       font-weight: 600;
       padding: 6px 14px;
       border-radius: 999px;
       line-height: 1;
       letter-spacing: 0.5px;
       display: inline-flex;
       align-items: center;
       justify-content: center;
     }
 
     /* Ana beyaz kart */
     .program-ozellikleri-section .pos-card {
       border-radius: 24px;
       padding: 0;
       overflow: hidden;
       position: relative;
       z-index: 1;
       background: transparent;
     }
 
     /* Paragraph alanı */
     .program-ozellikleri-section .pos-content-area {
       padding: 22px;
     }
 
     .program-ozellikleri-section .pos-description {
       color: #000b45;
       font-size: 18px;
       line-height: 1.6;
       margin: 0;
     }
 
     /* Responsive - Orta boyutlu ekranlar (1024px - 1439px) */
     @media (max-width: 1439px) and (min-width: 1024px) {
       .program-ozellikleri-section .pos-title-area {
         margin-right: 350px;
       }
     }
 
     /* Responsive - Tablet boyutları (769px - 1023px) */
     @media (max-width: 1023px) and (min-width: 769px) {
       .program-ozellikleri-section .pos-title-area {
         margin-right: 200px;
       }
       .program-ozellikleri-section .pos-icon-container {
         width: 100px;
         height: 100px;
         top: -30px;
         right: -30px;
       }
       .program-ozellikleri-section .pos-icon {
         width: 80px;
         height: 80px;
       }
     }
 
     /* Responsive - Mobil */
     @media (max-width: 768px) {
       .program-ozellikleri-section { padding: 8px 0; }
       .program-ozellikleri-section .pos-container { border-radius: 16px; }
       .program-ozellikleri-section .pos-card-wrapper { padding: 20px; }
       .program-ozellikleri-section .pos-icon-container { width: 90px; height: 90px; top: -20px; right: -20px; }
       .program-ozellikleri-section .pos-icon { width: 60px; height: 60px; }
       .program-ozellikleri-section .pos-title-area { padding: 20px 16px; margin-right: 0; margin-bottom: 16px; }
       .program-ozellikleri-section .pos-title { font-size: 22px; margin-left: 0; text-align: center; justify-content: center; flex-direction: column; gap: 6px; }
       .program-ozellikleri-section .pos-price-tag { font-size: 16px; width: 100%; justify-content: center; }
       .program-ozellikleri-section .pos-card { border-radius: 16px; }
       .program-ozellikleri-section .pos-content-area { padding: 0; }
       .program-ozellikleri-section .pos-description { font-size: 16px; text-align: center; }
     }
 
     @media (max-width: 480px) {
       .program-ozellikleri-section { padding: 8px 0; }
       .program-ozellikleri-section .pos-container { border-radius: 12px; }
       .program-ozellikleri-section .pos-card-wrapper { padding: 16px; }
       .program-ozellikleri-section .pos-icon-container { width: 50px; height: 50px; top: -15px; right: -15px; }
       .program-ozellikleri-section .pos-icon { width: 40px; height: 40px; }
       .program-ozellikleri-section .pos-title-area { padding: 16px 14px; margin-right: 0; margin-bottom: 12px; }
       .program-ozellikleri-section .pos-title { font-size: 18px; margin-left: 0; text-align: center; justify-content: center; flex-direction: column; gap: 4px; }
       .program-ozellikleri-section .pos-price-tag { font-size: 15px; width: 100%; }
       .program-ozellikleri-section .pos-card { border-radius: 12px; }
       .program-ozellikleri-section .pos-content-area { padding: 0; }
       .program-ozellikleri-section .pos-description { font-size: 15px; text-align: center; }
     }

/* ========== buton.css ========== */
/* Namespace: genel-cta */
    .cta-section {
      background: transparent;
      font-family: 'Bagoss', sans-serif;
    }

    .cta-section .cta-outer {
      background: #1f1b42;
      border-radius: 24px; /* uygun-section ile uyumlu */
      padding: 24px;
      max-width: 100%;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    }

    .cta-section .cta-button {
      appearance: none;
      -webkit-appearance: none;
      border: none;
      background: #ffffff;
      color: #0a0a0a;
      font-weight: 700;
      font-size: 22px;
      line-height: 1;
      padding: 18px 88px;
      border-radius: 16px; /* iç kart/uygun-section oranına uygun */
      cursor: pointer;
      transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
      white-space: nowrap;
    }

    .cta-section .cta-button:hover {
      transform: translateY(-1px);
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
      background: #f5f5f5;
    }

    .cta-section .cta-button:active {
      transform: translateY(0);
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    }

    /* Responsive - uygun-section oranları ile uyumlu */
    @media (max-width: 768px) {
      .cta-section .cta-outer { border-radius: 16px; padding: 20px; }
      .cta-section .cta-button { font-size: 20px; padding: 16px 24px; border-radius: 14px; }
    }

    @media (max-width: 480px) {
      .cta-section .cta-outer { border-radius: 12px; padding: 16px; }
      .cta-section .cta-button { font-size: 18px; padding: 14px 20px;
   
      border-radius: 12px; width: 70%; max-width: 320px; }
    }

/* ========== ../mainpage/fullreviews.css ========== */
/* Namespace: videos-review-section */
.videos-review-section { background: transparent; font-family: 'Bagoss', sans-serif; position: relative; }
/* Orijinal Elementor yapısına geri: genişlik 1100px civarı, sağ/sol 16px padding */
.videos-review-section .vrs-container { max-width: 1100px; margin: 0 auto; padding: 40px 16px 60px; position: relative; }
.videos-review-section .vrs-carousel-wrapper { position: relative; }

/* Heading */
 .videos-review-section .vrs-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 8px; flex-wrap: wrap; margin-bottom: 60px; position: relative; padding-right: 140px; }
.videos-review-section .vrs-heading-inner { display: flex; align-items: center; justify-content: center; gap: 8px; flex-wrap: wrap; flex: 1; }
.videos-review-section .vrs-heading-text { font-family: 'Bagoss', sans-serif !important; color: #000b45; font-weight: 600; letter-spacing: -0.5px; line-height: 1.1; }
.videos-review-section .vrs-heading-text.v1 { font-size: clamp(22px, 4.6vw, 40px); }
.videos-review-section .vrs-heading-text.v2 { font-size: clamp(22px, 4.6vw, 40px); }
.videos-review-section .vrs-avatars { display: inline-flex; align-items: center; gap: 8px; }
.videos-review-section .vrs-avatars img { height: 3.5em; width: auto; vertical-align: -0.08em; margin: 0px; filter: e-rotate(358deg) brightness(101%) contrast(101%); }
 .videos-review-section .vrs-line2 { display: flex; align-items: center; gap: 10px; width: 100%; justify-content: center; margin-top: -4px; position: relative; }

/* Controls - horizontal rectangular buttons aligned with second line */
.videos-review-section .vrs-controls { position: absolute; right: 0; top: calc(clamp(95px, 4.6vw, 40px) * 1.1 + 4px); display: flex; gap: 8px; z-index: 10; transform: translateY(-50%); }
.videos-review-section .vrs-btn { width: 68px; height: 35px; border-radius: 18px; border: none; background: #000b45; color: #fff; display: grid; place-items: center; cursor: pointer; box-shadow: 0 2px 8px rgba(0,0,0,0.1); transition: all .15s ease; }
.videos-review-section .vrs-btn:hover:not(:disabled) { background: #001a6b; transform: translateY(-1px); }
.videos-review-section .vrs-btn[disabled] { opacity: .45; cursor: default; }
.videos-review-section .vrs-btn:active:not(:disabled) { transform: translateY(0); }
.videos-review-section .vrs-btn svg { width: 20px; height: 20px; }

/* Mobilde butonları gizle */
@media (max-width: 899px) {
  .videos-review-section .vrs-controls { display: none; }
}

/* Track */
.videos-review-section .vrs-track { display: flex; gap: 32px; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none; -ms-overflow-style: none; }
.videos-review-section .vrs-track::-webkit-scrollbar { display: none; height: 0; }
.videos-review-section .vrs-track::-webkit-scrollbar-thumb { background: transparent; }
.videos-review-section .vrs-track::-webkit-scrollbar-track { background: transparent; }
@media (min-width: 900px) {
  .videos-review-section .vrs-track { 
    display: flex;
    scroll-snap-type: x mandatory;
  }
}

/* Card */
 .videos-review-section .vrs-card { 
   scroll-snap-align: start; 
   min-width: calc(100% - 32px); 
   background: #fff; 
   border-radius: 18px; 
   padding: 20px 0 20px 0; 
   display: flex; 
   flex-direction: column; 
   gap: 0; 
   box-shadow: 0 2px 8px rgba(0,0,0,0.06); 
   border: 1px solid rgba(20, 10, 63, 0.08); 
   overflow: hidden; 
   position: relative; 
   flex-shrink: 0; 
 }
@media (min-width: 900px) {
  /* Desktop: 2 kart yan yana – orijinal genişlik hesabına geri döndük */
  .videos-review-section .vrs-card { 
    min-width: calc((100% - 32px) / 2);
    max-width: calc((100% - 32px) / 2);
    width: calc((100% - 32px) / 2);
    flex-direction: row;
    padding: 20px 0 20px 20px;
  }
  /* Sağdaki kartın "kesik" görünmemesi için track'e hafif iç boşluk veriyoruz */
  .videos-review-section .vrs-track {
    padding: 0 8px;
    box-sizing: border-box;
  }
}
.videos-review-section .vrs-card .vrs-media { 
  border-radius: 16px; 
  overflow: hidden; 
  background: transparent; 
  aspect-ratio: 9 / 16; 
  width: 100%; 
  max-width: 100%; 
  position: relative; 
  margin: 0 20px 24px 20px; 
  flex-shrink: 0;
  isolation: isolate;
}
@media (min-width: 900px) {
  .videos-review-section .vrs-card .vrs-media {
    width: 180px;
    max-width: 180px;
    min-width: 180px;
    margin: 0 24px 0 0;
    flex-shrink: 0;
  }
}
/* Play button overlay */
.videos-review-section .vrs-card .vrs-media::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  z-index: 2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ff7a00'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E");
  background-size: 28px 28px;
  background-position: center;
  background-repeat: no-repeat;
  background-position-x: 54%;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  pointer-events: none;
}
.videos-review-section .vrs-bg-1 .vrs-media::before { background-color: rgba(251, 230, 214, 0.85); }
.videos-review-section .vrs-bg-2 .vrs-media::before { background-color: rgba(236, 229, 253, 0.85); }
.videos-review-section .vrs-bg-3 .vrs-media::before { background-color: rgba(243, 250, 231, 0.85); }
.videos-review-section .vrs-bg-4 .vrs-media::before { background-color: rgba(238, 231, 250, 0.85); }
/* Voomly embed - vertical rectangle, no cropping, fit container */
.videos-review-section .vrs-card .vrs-media .voomly-embed { 
  width: 100% !important; 
  height: 100% !important; 
  border-radius: 16px !important; 
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.videos-review-section .vrs-card .vrs-media .voomly-embed iframe { 
  width: 100% !important; 
  height: 100% !important; 
  border-radius: 16px !important; 
  border: none;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.videos-review-section .vrs-card .vrs-content { 
  color: #150B3E; 
  padding: 0 20px 20px 20px; 
  display: flex; 
  flex-direction: column; 
  flex: 1; 
  min-height: 0;
  position: relative;
  z-index: 1;
}
@media (min-width: 900px) {
  .videos-review-section .vrs-card .vrs-content {
    padding: 20px 24px 24px 0;
    margin-left: 0;
  }
}
.videos-review-section .vrs-quote { font-size: 15px; line-height: 1.6; margin: 0 0 16px; flex: 1; }
.videos-review-section .vrs-author { display: flex; flex-direction: column; margin-top: auto; line-height: 1.2; gap: 2px; }
.videos-review-section .vrs-name { font-weight: 600; font-size: 18px; color: #000b45; margin-bottom: 0; }
.videos-review-section .vrs-role { font-size: 13px; color: #666; margin-top: 0; }

/* Heart icon for each card */
.videos-review-section .vrs-card::after {
  content: '';
  position: absolute;
  right: -6px;
  bottom: -6px;
  width: 70px;
  height: 70px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.5;
  transform: rotate(-14deg);
  pointer-events: none;
  z-index: 1;
}

/* Card background variants with heart icons */
.videos-review-section .vrs-bg-1 { background: #fbe6d6; }
.videos-review-section .vrs-bg-1::after { 
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e8b892' stroke-width='1.8'%3E%3Cpath d='M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z'/%3E%3C/svg%3E");
}
.videos-review-section .vrs-bg-2 { background: #ece5fd; }
.videos-review-section .vrs-bg-2::after { 
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c8b0e8' stroke-width='1.8'%3E%3Cpath d='M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z'/%3E%3C/svg%3E");
}
.videos-review-section .vrs-bg-3 { background: #f3fae7; }
.videos-review-section .vrs-bg-3::after { 
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23cad8b0' stroke-width='1.8'%3E%3Cpath d='M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z'/%3E%3C/svg%3E");
}
.videos-review-section .vrs-bg-4 { background: #eee7fa; }
.videos-review-section .vrs-bg-4::after { 
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23cdb8e8' stroke-width='1.8'%3E%3Cpath d='M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z'/%3E%3C/svg%3E");
}

/* Responsive */
@media (min-width: 900px) {
  .videos-review-section .vrs-card .vrs-media::before { width: 56px; height: 56px; background-size: 24px 24px; }
  .videos-review-section .vrs-card::after {
    width: 80px;
    height: 80px;
    right: -8px;
    bottom: -8px;
  }
  .videos-review-section .vrs-heading { padding-right: 120px; }
}

/* Mobil Tasarım İyileştirmeleri */
@media (max-width: 899px) {
  /* Container optimizasyonu */
  .videos-review-section .vrs-container { 
    padding: 32px 16px 18px; 
  }
  
  /* Başlık mobil optimizasyonu */
  .videos-review-section .vrs-heading { 
    margin-bottom: 28px; 
    padding-right: 0; 
    padding-left: 0;
    align-items: center;
    justify-content: center;
  }
  .videos-review-section .vrs-heading-inner { 
    width: 100%; 
    justify-content: center;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
  }
  .videos-review-section .vrs-heading-text.v1,
  .videos-review-section .vrs-heading-text.v2 { 
    font-size: clamp(26px, 6.5vw, 34px);
    letter-spacing: -0.9px;
    line-height: 1.15;
  }
  .videos-review-section .vrs-line2 {
    margin-top: -3px;
    gap: 6px;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .videos-review-section .vrs-avatars img { 
    height: 2.6em;
    max-height: 42px;
  }
  
  /* Track mobil optimizasyonu */
  .videos-review-section .vrs-track { 
    gap: 16px; 
    padding: 0 16px 8px;
    scroll-padding: 0 16px;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  }
  
  /* Kart mobil tasarımı - modern ve şık */
  .videos-review-section .vrs-card { 
    min-width: calc(100% - 32px);
    max-width: calc(100% - 32px);
    width: calc(100% - 32px);
    padding: 0;
    border-radius: 28px;
    box-shadow: 
      0 8px 24px rgba(0, 11, 69, 0.1),
      0 4px 12px rgba(0, 11, 69, 0.06),
      0 2px 4px rgba(0, 11, 69, 0.04);
    border: none;
    overflow: hidden;
    scroll-snap-align: center;
    scroll-snap-stop: always;
    backdrop-filter: blur(10px);
  }
  
  /* Video alanı mobil optimizasyonu */
  .videos-review-section .vrs-card .vrs-media { 
    width: 100%;
    margin: 0;
    border-radius: 28px 28px 0 0;
    aspect-ratio: 9 / 16;
    flex-shrink: 0;
    position: relative;
  }
  .videos-review-section .vrs-card .vrs-media::before {
    width: 76px;
    height: 76px;
    background-size: 34px 34px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s ease;
    opacity: 0.96;
  }
  .videos-review-section .vrs-card .vrs-media:active::before {
    transform: translate(-50%, -50%) scale(1.08);
    opacity: 1;
  }
  .videos-review-section .vrs-card .vrs-media .voomly-embed,
  .videos-review-section .vrs-card .vrs-media .voomly-embed iframe {
    border-radius: 28px 28px 0 0 !important;
  }
  
  /* İçerik alanı mobil optimizasyonu */
  .videos-review-section .vrs-card .vrs-content { 
    padding: 28px 24px 32px;
    gap: 20px;
    display: flex;
    flex-direction: column;
  }
  
  /* Quote mobil tipografi */
  .videos-review-section .vrs-quote { 
    font-size: 17px; 
    line-height: 1.75; 
    margin: 0 0 24px;
    letter-spacing: -0.3px;
    color: #1a1a2e;
    font-weight: 400;
  }
  
  /* Author mobil tasarımı */
  .videos-review-section .vrs-author { 
    gap: 6px;
    padding-top: 20px;
    border-top: 1.5px solid rgba(0, 11, 69, 0.12);
    margin-top: auto;
  }
  .videos-review-section .vrs-name { 
    font-size: 18px; 
    font-weight: 600;
    letter-spacing: -0.4px;
    color: #000b45;
  }
  .videos-review-section .vrs-role { 
    font-size: 14px; 
    color: #666;
    letter-spacing: 0.1px;
    font-weight: 400;
  }
  
  /* Heart icon mobil boyutu */
  .videos-review-section .vrs-card::after {
    width: 90px;
    height: 90px;
    right: -12px;
    bottom: -12px;
    opacity: 0.35;
  }
  
  /* Kartlar arası smooth geçiş için */
  .videos-review-section .vrs-card {
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.25s ease;
  }
  
  /* Aktif kart efekti (scroll/touch sırasında) */
  .videos-review-section .vrs-card:active {
    transform: scale(0.985);
  }
  
  /* Arka plan renkleri mobilde daha soft */
  .videos-review-section .vrs-bg-1 { 
    background: linear-gradient(135deg, #fbe6d6 0%, #f8ddd0 100%); 
  }
  .videos-review-section .vrs-bg-2 { 
    background: linear-gradient(135deg, #ece5fd 0%, #e6dcfa 100%); 
  }
  .videos-review-section .vrs-bg-3 { 
    background: linear-gradient(135deg, #f3fae7 0%, #eff7e0 100%); 
  }
  .videos-review-section .vrs-bg-4 { 
    background: linear-gradient(135deg, #eee7fa 0%, #e9e0f7 100%); 
  }
  
  /* Carousel wrapper mobil */
  .videos-review-section .vrs-carousel-wrapper {
    position: relative;
    padding-bottom: 20px;
  }
}

/* Tablet optimizasyonları - Videos Review Section */
@media (max-width: 1024px) and (min-width: 900px) {
  .videos-review-section .vrs-container { 
    padding: 36px 20px 50px; 
  }
  .videos-review-section .vrs-heading { 
    margin-bottom: 44px; 
    padding-right: 100px;
  }
  .videos-review-section .vrs-heading-text.v1,
  .videos-review-section .vrs-heading-text.v2 { 
    font-size: clamp(28px, 4vw, 36px);
  }
  .videos-review-section .vrs-card { 
    padding: 18px 0 18px 18px;
  }
  .videos-review-section .vrs-card .vrs-media {
    width: 160px;
    max-width: 160px;
    min-width: 160px;
  }
}

@media (max-width: 992px) {
  .videos-review-section .vrs-container { 
    padding: 32px 16px 48px; 
  }
  .videos-review-section .vrs-heading { 
    margin-bottom: 40px; 
    padding-right: 0; 
  }
  .videos-review-section .vrs-heading-inner { 
    width: 100%; 
  }
  .videos-review-section .vrs-controls { 
    position: static; 
    transform: none; 
    margin-top: 20px; 
    justify-content: center; 
  }
}
@media (max-width: 899px) {
  .videos-review-section .vrs-controls { 
    display: none; 
  }
}

/* Namespace: basariya-section */
.basariya-section { background: transparent; position: relative; font-family: 'Bagoss', sans-serif; overflow: visible; }
.basariya-section .bsr-container { max-width: 1200px; margin: 0 auto; padding: 12px 16px; overflow: visible; }

/* Heading */
.basariya-section .bsr-heading { display: grid; justify-content: center; gap: 8px; margin-bottom: 48px; }
.basariya-section .bsr-line1 { display: inline-flex; align-items: center; gap: 0px; justify-content: center; flex-wrap: wrap; color: #170d3c; font-family: 'Bagoss', sans-serif !important; font-weight: 500; font-size: clamp(22px, 4.6vw, 40px); line-height: 1.1; letter-spacing: -0.5px; }
.basariya-section .bsr-line1 img { 
  width: clamp(48px, 14vw, 72px); 
  height: clamp(48px, 14vw, 72px); 
  object-fit: contain; 
}
.basariya-section .bsr-line2 { display: flex; align-items: baseline; justify-content: center;  font-family: 'Bagoss', sans-serif !important; font-style: italic; font-weight: 700; font-size: clamp(30px, 4.8vw, 40px); line-height: 0.5; }
.basariya-section .bsr-line2 .academy { color: #170d3c; }
.basariya-section .bsr-line2 .hi5 { color: #ff4a11; }

/* Layout */
.basariya-section .bsr-grid { 
  display: grid; 
  grid-template-columns: 1fr; 
  gap: 20px; 
  align-items: stretch; 
  position: relative;
  overflow: visible;
}
.basariya-section .bsr-media { 
  width: 100%; 
  border-radius: 16px; 
  overflow: visible; 
  height: auto; 
  min-height: 250px;
  display: flex; 
  align-items: center; 
  justify-content: center;
  position: relative;
  background: transparent;
  padding: 10px 0;
}
.basariya-section .bsr-media::before {
  content: '';
  position: absolute;
  top: -15%;
  left: -10%;
  right: -10%;
  bottom: -15%;
  background-image: url('/wp-content/uploads/2025/11/g-01.png');
  background-size: 320px;
  background-position: center bottom;
  background-repeat: no-repeat;
  z-index: 0;
  pointer-events: none;
  mask-image: radial-gradient(ellipse 90% 90% at center, black 50%, transparent 85%);
  -webkit-mask-image: radial-gradient(ellipse 90% 90% at center, black 50%, transparent 85%);
}
.basariya-section .bsr-media::after {
  content: '';
  position: absolute;
  top: -15%;
  left: -10%;
  right: -10%;
  bottom: -15%;
  background: 
    radial-gradient(ellipse 100% 100% at center, transparent 50%, rgba(255,255,255,0.2) 65%, rgba(255,255,255,0.5) 75%, rgba(255,255,255,0.8) 85%, rgba(255,255,255,0.95) 92%, rgba(255,255,255,1) 100%);
  z-index: 1;
  pointer-events: none;
}
.basariya-section .bsr-media img { 
  width: 100%; 
  height: auto; 
  max-width: 280px;
  object-fit: contain; 
  object-position: center bottom;
  display: block; 
  position: relative;
  z-index: 2;
}

.basariya-section .bsr-cards { display: grid; grid-template-columns: 1fr; gap: 22px;  }
.basariya-section .bsr-card { border-radius: 16px; padding: 20px; color: #000b45; margin: 4px; max-height: 300px; overflow: hidden; }
.basariya-section .bsr-card h4 { 
  margin: 0 0 8px 0; 
  font-family: 'Bagoss', sans-serif !important;
  font-size: 18px; 
  font-weight: 700; 
  color: #000b45; 
  line-height: 1.2;
}
.basariya-section .bsr-card p { margin-top: 12px; font-size: 15px; line-height: 1.2; opacity: .95; color: #000b45; }

.basariya-section .bg-1 { background: #faf3ea; }
.basariya-section .bg-2 { background: #f3fae7; }
.basariya-section .bg-3 { background: #f4f0fe; }
.basariya-section .bg-4 { background: #eaf0fa; }

@media (min-width: 992px) {
  .basariya-section .bsr-container { 
    padding: 44px 16px; 
  }
  .basariya-section .bsr-grid { 
    grid-template-columns: 520px 1fr; 
    gap: 40px; 
    align-items: stretch; 
  }
  .basariya-section .bsr-cards { grid-template-columns: 1fr 1fr; gap: 22px; }
  .basariya-section .bsr-card { margin: 4px; }
  .basariya-section .bsr-media { 
    min-height: 600px;
    overflow: visible;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 0;
  }
  .basariya-section .bsr-media img {
    width: 160%;
    height: auto;
    max-width: none;
    max-height: 600px;
    object-fit: contain;
    object-position: left bottom;
    position: relative;
  }
  .basariya-section .bsr-media::before {
    top: -35%;
    left: -25%;
    right: -25%;
    bottom: -15%;
    background-size: 600px;
    background-position: bottom;
    mask-image: radial-gradient(ellipse 85% 85% at center, black 45%, transparent 80%);
    -webkit-mask-image: radial-gradient(ellipse 85% 85% at center, black 45%, transparent 80%);
  }
  .basariya-section .bsr-media::after {
    top: -35%;
    left: -25%;
    right: -25%;
    bottom: -35%;
    background: 
      radial-gradient(ellipse 100% 100% at center, transparent 45%, rgba(255,255,255,0.15) 60%, rgba(255,255,255,0.4) 70%, rgba(255,255,255,0.7) 80%, rgba(255,255,255,0.9) 90%, rgba(255,255,255,1) 98%);
  }
  .basariya-section .bsr-card {
    max-height: 300px;
  }
  .basariya-section .bsr-card h4 {
    font-size: 21px;
  }
  .basariya-section .bsr-card p {
    font-size: 17px;
  }
}

/* Temel değişkenler */
:root {
  --hi5-text: #000b45;
  --hi5-card: #f1f1f1;
  --hi5-star: #ff7a00;
  --radius-xl: 24px;
}

/* Section kabı - bg yok isteniyor */
.reviews-section {
  color: var(--hi5-text);
  background: transparent;
  font-family: 'Bagoss', sans-serif;
padding: clamp(20px, 6vw, 80px) 12px;
/* Görseldeki kapsayıcı parlaklığı ve yumuşak köşeler */
border-radius: 28px;
position: relative;
}

/* Başlık */
.reviews-header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
}
.reviews-title {
  font-family: 'Bagoss', sans-serif !important;
  font-weight: 600;
  letter-spacing: -0.5px;
  text-align: center;
  line-height: 1.1;
  font-size: clamp(22px, 4.6vw, 40px);
  color: #000b45;
}
.reviews-title img {
  height: 1.5em;
  width: auto;
  vertical-align: -0.08em;
  margin: -9px;
}

/* Kaydırıcı iskeleti */
.reviews-carousel {
position: relative;
}

/* Drag sırasında seçim ve sürükleme engelini kolayca yönetmek için yardımcı sınıflar */
.reviews-track.is-dragging { cursor: grabbing; }
.reviews-track.is-dragging, .reviews-track.is-dragging * { user-select: none; }
.review-card img { -webkit-user-drag: none; }

.reviews-track {
--reviews-gap: 16px;
display: flex;
gap: var(--reviews-gap);
overflow-x: auto;
overflow-y: hidden;
scroll-snap-type: x mandatory;
padding: 0;
-webkit-overflow-scrolling: touch;
/* Scrollbar gizleme */
scrollbar-width: none; /* Firefox */
-ms-overflow-style: none; /* IE/Edge */
/* Touch kaydırma aktif */
touch-action: pan-x pinch-zoom;
overscroll-behavior-x: contain;
cursor: grab;
scroll-behavior: smooth;
}
/* Chrome/Safari için scrollbar gizleme */
.reviews-track::-webkit-scrollbar {
  display: none;
}

.review-card {
scroll-snap-align: start;
background: var(--hi5-card);
border-radius: 18px;
border: 2px solid rgba(0, 0, 0, 0.06);
box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
padding: 16px;
min-height: auto;
width: 100%;
min-width: 100%;
max-width: 100%;
flex: 0 0 100%;
display: flex;
flex-direction: column;
box-sizing: border-box;
word-wrap: break-word;
overflow-wrap: break-word;
}

.reviews-nav {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 48px;
height: 48px;
border-radius: 50%;
border: 1px solid rgba(0, 11, 69, 0.08);
background: rgba(255, 255, 255, 0.92);
box-shadow: 0 12px 28px rgba(0, 11, 69, 0.2);
display: flex;
align-items: center;
justify-content: center;
color: var(--hi5-text);
cursor: pointer;
transition: transform 0.2s ease, background 0.2s ease, opacity 0.2s ease;
z-index: 5;
}

.reviews-nav svg {
width: 18px;
height: 18px;
stroke-width: 2.5;
}

.reviews-prev {
left: -18px;
}

.reviews-next {
right: -18px;
}

.reviews-nav:hover:not(:disabled) {
background: #ffffff;
transform: translateY(-50%) scale(1.05);
}

.reviews-nav:disabled {
opacity: 0.45;
cursor: default;
pointer-events: none;
}

@media (max-width: 1023px) {
.reviews-nav {
  display: none;
}
}

.review-top {
  display: flex;
  align-items: center;
  gap: 12px;
}

.avatar-ring {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: white;
  flex-shrink: 0;
}
.avatar-ring .avatar {
  width: 84%;
  height: 84%;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

.person {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.person .name {
  font-weight: 800;
  font-size: 16px;
  color: var(--hi5-text);
  line-height: 1.2;
}
.person .meta {
  font-size: 13px;
  opacity: 0.7;
}

.stars {
  display: inline-flex;
  gap: 6px;
}
.stars svg {
  width: 14px;
  height: 14px;
}

.review-body {
  margin-top: 16px;
  line-height: 1.5;
  font-size: 13px;
  flex: 1;
  overflow: visible;
  word-break: break-word;
}

/* Responsive */
@media (min-width: 640px) {
.reviews-section {
  padding: clamp(32px, 6vw, 80px) clamp(16px, 6vw, 64px);
}
.reviews-track {
  --reviews-gap: clamp(18px, 3vw, 28px);
  padding: 0 clamp(16px, 3vw, 24px);
}
.review-card {
  min-width: clamp(320px, 44vw, 360px);
  max-width: clamp(320px, 44vw, 360px);
  width: clamp(320px, 44vw, 360px);
  flex: 0 0 clamp(320px, 44vw, 360px);
  padding: clamp(24px, 4.5vw, 40px);
  min-height: 340px;
}
.avatar-ring {
  width: clamp(72px, 10vw, 110px);
  height: clamp(72px, 10vw, 110px);
}
.review-top {
  gap: clamp(12px, 3vw, 16px);
}
.person .name {
  font-size: clamp(18px, 2.2vw, 22px);
}
.stars svg {
  width: clamp(14px, 2vw, 16px);
  height: clamp(14px, 2vw, 16px);
}
.review-body {
  margin-top: clamp(16px, 3vw, 20px);
  font-size: clamp(14px, 1.9vw, 16px);
  line-height: 1.6;
}
}

@media (max-width: 992px) {
.reviews-header {
  margin-bottom: 40px;
}
}

@media (min-width: 1024px) {
.reviews-track {
  --reviews-gap: clamp(20px, 2.6vw, 28px);
  padding: 0;
}
.review-card {
  min-width: calc((100% - 2 * var(--reviews-gap)) / 3);
  max-width: calc((100% - 2 * var(--reviews-gap)) / 3);
  width: calc((100% - 2 * var(--reviews-gap)) / 3);
  flex: 0 0 calc((100% - 2 * var(--reviews-gap)) / 3);
}
}

/* ========== ../mainpage/contact-modal.css ========== */
/* Contact Modal Styles */
.contact-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
  box-sizing: border-box;
}

.contact-modal[aria-hidden="false"] {
  display: flex;
  opacity: 1;
}

.contact-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.contact-modal-container {
  position: relative;
  width: 100%;
  max-width: 600px;
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  max-height: 90vh;
  overflow-y: auto;
  overflow-x: hidden;
  transform: scale(0.9) translateY(20px);
  transition: transform 0.3s ease;
  z-index: 1;
  box-sizing: border-box;
  margin: 0;
  flex-shrink: 0;
}

.contact-modal[aria-hidden="false"] .contact-modal-container {
  transform: scale(1) translateY(0);
}

.contact-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border: none;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  transition: all 0.2s ease;
  z-index: 10;
}

.contact-modal-close:hover {
  background: rgba(0, 0, 0, 0.1);
  transform: rotate(90deg);
}

.contact-modal-content {
  padding: 40px;
}

.contact-modal-title {
  font-size: 28px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 8px 0;
  line-height: 1.2;
}

.contact-modal-subtitle {
  font-size: 16px;
  color: #666;
  margin: 0 0 32px 0;
  line-height: 1.5;
}

/* Form Styles */
.contact-form {
  width: 100%;
  position: relative;
}

/* Progress Bar */
.form-progress-container {
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}

.form-progress-bar {
  width: 100%;
  height: 6px;
  background: #f0f0f0;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 12px;
}

.form-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #ff4a11, #ff6b3d);
  border-radius: 10px;
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  width: 0%;
}

.form-progress-text {
  text-align: center;
  font-size: 13px;
  color: #666;
  font-weight: 500;
}

/* Form Steps */
.form-step {
  display: none;
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.form-step.active {
  display: block;
  opacity: 1;
  transform: translateX(0);
  animation: slideIn 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.form-step-header {
  margin-bottom: 28px;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}

.form-step-title {
  font-size: 22px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 8px 0;
  line-height: 1.3;
}

.form-step-subtitle {
  font-size: 14px;
  color: #666;
  margin: 0;
  line-height: 1.5;
}

.form-step .form-group {
  margin-bottom: 24px;
}

.form-step textarea {
  min-height: 120px;
  resize: vertical;
}

.form-step-actions {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid #f0f0f0;
}

.form-step-btn {
  flex: 1;
  padding: 14px 24px;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: inherit;
}

.form-step-btn-next,
.form-step-btn-submit {
  background: linear-gradient(135deg, #ff4a11, #ff6b3d);
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(255, 74, 17, 0.3);
  min-width: 140px;
}

.form-step-btn-next:hover,
.form-step-btn-submit:hover {
  background: linear-gradient(135deg, #e63900, #ff4a11);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(255, 74, 17, 0.4);
}

.form-step-btn-next:active,
.form-step-btn-submit:active {
  transform: translateY(0);
}

.form-step-btn-prev {
  background: #f5f5f5;
  color: #666;
  border: 2px solid #e0e0e0;
}

.form-step-btn-prev:hover {
  background: #eeeeee;
  border-color: #d0d0d0;
  color: #333;
}

.form-step-btn-prev[style*="display: none"] {
  display: none !important;
}

/* İlk adımda sadece "Devam Et" butonu */
.form-step[data-step="1"] .form-step-btn-prev {
  display: none;
}

.form-step-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none !important;
}

/* Input error state */
.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error,
.form-group input.error,
.form-group select.error,
.form-group textarea.error {
  border-color: #ff4444;
  box-shadow: 0 0 0 4px rgba(255, 68, 68, 0.1);
  animation: shake 0.3s ease;
}

@keyframes shake {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-8px); }
  75% { transform: translateX(8px); }
}

.contact-form .row {
  width: 100%;
}

.contact-form-row {
  margin-bottom: 20px;
}

.contact-form-group {
  width: 100%;
}

.form-group {
  width: 100%;
  margin-bottom: 20px;
}

.form-question-title {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 24px 0 16px 0;
  padding-bottom: 8px;
  border-bottom: 2px solid #f0f0f0;
}

.form-question-title:first-child {
  margin-top: 0;
}

.form-question {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  margin-bottom: 8px;
}

.contact-form-group-inline {
  display: flex;
  gap: 12px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form select,
.contact-form textarea,
.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 14px 16px;
  border: 2px solid #e0e0e0;
  border-radius: 12px;
  font-size: 16px;
  font-family: inherit;
  color: #1a1a1a;
  background: #ffffff;
  transition: all 0.2s ease;
  box-sizing: border-box;
  max-width: 100%;
}

.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form input[type="tel"]:focus,
.contact-form select:focus,
.contact-form textarea:focus,
.form-group input[type="text"]:focus,
.form-group input[type="email"]:focus,
.form-group input[type="tel"]:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #ff4a11;
  box-shadow: 0 0 0 4px rgba(255, 74, 17, 0.1);
}

.contact-form input[type="text"]::placeholder,
.contact-form input[type="email"]::placeholder,
.contact-form input[type="tel"]::placeholder,
.contact-form textarea::placeholder {
  color: #999;
}

.contact-form-phone-code,
.phone-code-input {
  flex: 0 0 22%;
  max-width: 120px;
  text-align: right;
  padding-left: 0 !important;
  background: #f5f5f5;
  cursor: not-allowed;
}

.phone-input-group {
  display: flex;
  gap: 12px;
  align-items: stretch;
}

.phone-code-input {
  flex: 0 0 28%;
  max-width: 100px;
  text-align: center;
}

.phone-number-input {
  flex: 1 1 auto;
}

.contact-form-group-inline input:not(.contact-form-phone-code) {
  flex: 1 1 auto;
}

.contact-form select,
.form-group select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
  cursor: pointer;
}

.contact-form textarea {
  resize: vertical;
  min-height: 100px;
  font-family: inherit;
}

.contact-form-char-count {
  display: block;
  text-align: right;
  font-size: 12px;
  color: #999;
  margin-top: 4px;
}

/* reCAPTCHA Widget */
.contact-form .g-recaptcha {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  max-width: 100%;
  overflow: hidden;
}

.contact-form .g-recaptcha > div {
  max-width: 100% !important;
  transform: scale(0.9);
  transform-origin: center;
}

.recaptcha-error {
  color: #dc3545;
  font-size: 14px;
  margin-top: 8px;
  text-align: center;
}

.contact-form-submit {
  width: 100%;
  padding: 16px 24px;
  background: #ff4a11;
  color: #ffffff;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: inherit;
}

.contact-form-submit:hover:not(:disabled) {
  background: #e63900;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 74, 17, 0.3);
}

.contact-form-submit:active:not(:disabled) {
  transform: translateY(0);
}

.contact-form-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.submit-loader {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Message Modal */
.message-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10001;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.message-modal[aria-hidden="false"] {
  display: flex;
  opacity: 1;
}

.message-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.message-modal-container {
  position: relative;
  width: 100%;
  max-width: 400px;
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  transform: scale(0.9) translateY(20px);
  transition: transform 0.3s ease;
  z-index: 1;
}

.message-modal[aria-hidden="false"] .message-modal-container {
  transform: scale(1) translateY(0);
}

.message-modal-content {
  padding: 40px;
  text-align: center;
}

.message-modal-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
}

.message-modal-icon.success {
  background: #d4edda;
  color: #155724;
}

.message-modal-icon.error {
  background: #f8d7da;
  color: #721c24;
}

.message-modal-title {
  font-size: 24px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 12px 0;
}

.message-modal-text {
  font-size: 16px;
  color: #666;
  margin: 0 0 24px 0;
  line-height: 1.5;
}

.message-modal-button {
  width: 100%;
  padding: 14px 24px;
  background: #ff4a11;
  color: #ffffff;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: inherit;
}

.message-modal-button:hover {
  background: #e63900;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 74, 17, 0.3);
}

/* Responsive */
@media (max-width: 768px) {
  .contact-modal {
    padding: 20px 16px;
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0;
  }

  .contact-modal-container {
    width: calc(100% - 32px);
    max-width: calc(100% - 32px);
    max-height: calc(100vh - 40px);
    border-radius: 20px;
    margin: 0;
    transform: scale(1) translateY(0);
    flex-shrink: 0;
  }

  .contact-modal-content {
    padding: 24px 20px;
  }

  .form-step-title {
    font-size: 20px;
  }

  .form-step-subtitle {
    font-size: 13px;
  }

  .form-step-header {
    margin-bottom: 20px;
    padding-bottom: 16px;
  }

  .form-step-actions {
    flex-direction: column;
    gap: 10px;
    margin-top: 24px;
    padding-top: 20px;
  }

  .form-step-btn {
    width: 100%;
  }

  .form-progress-container {
    margin-bottom: 20px;
    padding-bottom: 16px;
  }

  .form-step {
    transform: translateX(15px);
  }

  .form-step.active {
    transform: translateX(0);
  }

  .form-step .form-group {
    margin-bottom: 20px;
  }

  .form-step textarea {
    min-height: 100px;
  }

  .contact-modal-title {
    font-size: 22px;
  }

  .contact-modal-subtitle {
    font-size: 14px;
    margin-bottom: 20px;
  }
  
  /* Varsayılan olarak inline grupları dikey sırala (ismi/e-posta gibi alanlar) */
  .contact-form-group-inline {
    flex-direction: column;
    gap: 12px;
  }

  /* Telefon satırında ise her zaman yan yana kalsın */
  .contact-form-group-inline.contact-form-group-phone {
    flex-direction: row;
    align-items: stretch;
    gap: 10px;
  }

  .contact-form-group-phone .contact-form-phone-code {
    flex: 0 0 28%;
    max-width: 100px;
    text-align: center;
    min-width: 0;
  }

  .contact-form-group-phone input[type="tel"] {
    flex: 1 1 auto;
    min-width: 0;
  }

  .contact-form-row {
    margin-bottom: 14px;
  }

  .contact-form input[type="text"],
  .contact-form input[type="email"],
  .contact-form input[type="tel"],
  .contact-form select,
  .contact-form textarea,
  .form-group input[type="text"],
  .form-group input[type="email"],
  .form-group input[type="tel"],
  .form-group select,
  .form-group textarea {
    padding: 12px 14px;
    font-size: 16px;
  }

  .form-question-title {
    font-size: 16px;
    margin: 20px 0 12px 0;
  }

  .form-question {
    font-size: 13px;
    margin-bottom: 6px;
  }

  .form-group {
    margin-bottom: 16px;
  }

  .phone-input-group {
    flex-direction: row;
    gap: 10px;
  }

  .phone-code-input {
    flex: 0 0 28%;
    max-width: 100px;
  }

  .contact-form .g-recaptcha > div {
    transform: scale(0.85);
  }

  .contact-modal-close {
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 480px) {
  .contact-modal {
    padding: 16px 12px;
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0;
  }

  .contact-modal-container {
    width: calc(100% - 24px);
    max-width: calc(100% - 24px);
    border-radius: 16px;
    max-height: calc(100vh - 32px);
    margin: 0;
    transform: scale(1) translateY(0);
    flex-shrink: 0;
  }

  .contact-modal-content {
    padding: 20px 16px;
  }

  .form-step-title {
    font-size: 18px;
  }

  .form-step-subtitle {
    font-size: 12px;
  }

  .form-step-header {
    margin-bottom: 20px;
  }

  .form-step-actions {
    margin-top: 20px;
    padding-top: 16px;
  }

  .form-step-btn {
    padding: 12px 20px;
    font-size: 15px;
  }

  .form-progress-container {
    margin-bottom: 16px;
    padding-bottom: 12px;
  }

  .form-progress-text {
    font-size: 12px;
  }

  .form-step {
    transform: translateX(10px);
  }

  .form-step.active {
    transform: translateX(0);
  }

  .form-step-header {
    margin-bottom: 16px;
    padding-bottom: 12px;
  }

  .form-step .form-group {
    margin-bottom: 16px;
  }

  .form-step textarea {
    min-height: 90px;
  }

  .contact-modal-title {
    font-size: 20px;
    margin-bottom: 6px;
  }

  .contact-modal-subtitle {
    font-size: 13px;
    margin-bottom: 16px;
  }

  .contact-form-row {
    margin-bottom: 12px;
  }

  .contact-form input[type="text"],
  .contact-form input[type="email"],
  .contact-form input[type="tel"],
  .contact-form select,
  .contact-form textarea,
  .form-group input[type="text"],
  .form-group input[type="email"],
  .form-group input[type="tel"],
  .form-group select,
  .form-group textarea {
    padding: 12px 12px;
    font-size: 16px;
    border-width: 1.5px;
  }

  .form-question-title {
    font-size: 15px;
    margin: 18px 0 10px 0;
  }

  .form-question {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .form-group {
    margin-bottom: 14px;
  }

  .contact-form-group-phone .contact-form-phone-code {
    flex: 0 0 30%;
    max-width: 90px;
    padding: 12px 8px;
    font-size: 14px;
  }

  .contact-form-group-phone input[type="tel"] {
    padding: 12px 12px;
  }

  .contact-form textarea {
    min-height: 90px;
  }

  .contact-form .g-recaptcha {
    margin: 0 auto;
  }

  .contact-form .g-recaptcha > div {
    transform: scale(0.8);
  }

  .contact-form-submit {
    padding: 14px 20px;
    font-size: 15px;
    margin-top: 8px;
  }

  .contact-modal-close {
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
  }

  .message-modal-content {
    padding: 30px 24px;
  }
}

@media (max-width: 360px) {
  .contact-modal {
    padding: 12px 8px;
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0;
  }

  .contact-modal-container {
    width: calc(100% - 16px);
    max-width: calc(100% - 16px);
    border-radius: 14px;
    max-height: calc(100vh - 24px);
    margin: 0;
    transform: scale(1) translateY(0);
    flex-shrink: 0;
  }

  .contact-modal-content {
    padding: 18px 14px;
  }

  .contact-modal-title {
    font-size: 18px;
    margin-bottom: 4px;
  }

  .contact-modal-subtitle {
    font-size: 12px;
    margin-bottom: 14px;
  }

  .contact-form-row {
    margin-bottom: 10px;
  }

  .contact-form input[type="text"],
  .contact-form input[type="email"],
  .contact-form input[type="tel"],
  .contact-form select,
  .contact-form textarea {
    padding: 11px 10px;
    font-size: 15px;
  }

  .contact-form-group-phone .contact-form-phone-code {
    flex: 0 0 32%;
    max-width: 85px;
    padding: 11px 6px;
    font-size: 13px;
  }

  .contact-form .g-recaptcha > div {
    transform: scale(0.75);
  }
}



