/* ============================================
   drop-egitim - Auto-bundled CSS
   Generated: 2025-12-18 23:02:10
   ============================================ */

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

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

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

.drop-egitim-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ı) */
.drop-egitim-section-hero {
    max-width: 1408px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Küçük mobil cihazlar */
@media (max-width: 480px) {
    .drop-egitim-section-container {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .drop-egitim-section-hizmet,
    .drop-egitim-section-program,
    .drop-egitim-section-buton {
        margin-top: clamp(24px, 3.5vw, 28px);
    }
    
    .drop-egitim-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;
      }
    }

    /* Tablet optimizasyonları */
    @media (max-width: 1024px) and (min-width: 769px) {
      .uygun-section { 
        padding: 10px 0; 
      }
      .uygun-section .us-container { 
        border-radius: 20px; 
      }
      .uygun-section .us-card-wrapper { 
        padding: 22px 22px 22px 22px; 
      }
      .uygun-section .us-icon-container { 
        width: 100px; 
        height: 100px; 
        top: -30px; 
        left: -30px; 
      }
      .uygun-section .us-icon { 
        width: 80px; 
        height: 80px; 
      }
      .uygun-section .us-title-area { 
        padding: 22px 18px; 
        margin-left: 0; 
        margin-bottom: 20px; 
      }
      .uygun-section .us-title { 
        font-size: clamp(24px, 3.5vw, 28px); 
        text-align: center;
        margin-right: 0;
      }
      .uygun-section .us-description { 
        font-size: clamp(16px, 2vw, 18px); 
        text-align: center; 
        padding-left: 0;
      }
    }
    
    /* Mobil optimizasyonları */
    @media (max-width: 768px) {
      .uygun-section { 
        padding: 8px 0; 
      }
      .uygun-section .us-container { 
        border-radius: 16px; 
      }
      .uygun-section .us-card-wrapper { 
        padding: 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: clamp(20px, 4.5vw, 24px); 
        text-align: center;
        margin-right: 0;
      }
      .uygun-section .us-card { 
        border-radius: 16px; 
      }
      .uygun-section .us-content-area { 
        padding: 0; 
      }
      .uygun-section .us-description { 
        font-size: clamp(15px, 3.5vw, 17px); 
        text-align: center; 
        padding-left: 0;
      }
    }
    
    /* Küçük mobil cihazlar */
    @media (max-width: 480px) {
      .uygun-section { 
        padding: 6px 0; 
      }
      .uygun-section .us-container { 
        border-radius: 12px; 
      }
      .uygun-section .us-card-wrapper { 
        padding: 16px; 
      }
      .uygun-section .us-icon-container { 
        width: 70px; 
        height: 70px; 
        top: -15px; 
        left: -15px; 
      }
      .uygun-section .us-icon { 
        width: 50px; 
        height: 50px; 
      }
      .uygun-section .us-title-area { 
        padding: 16px 12px; 
        margin-left: 0; 
        margin-bottom: 12px; 
      }
      .uygun-section .us-title { 
        font-size: clamp(18px, 5vw, 22px); 
        text-align: center;
        margin-right: 0;
      }
      .uygun-section .us-card { 
        border-radius: 12px; 
      }
      .uygun-section .us-content-area { 
        padding: 0; 
      }
      .uygun-section .us-description { 
        font-size: clamp(14px, 3.8vw, 16px); 
        text-align: center; 
        padding-left: 0;
      }
    }

/* ========== 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: 490px;
         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;
       }
   
       /* 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;
         }
       }
   
       /* Tablet optimizasyonları */
       @media (max-width: 1024px) and (min-width: 769px) {
         .program-ozellikleri-section { 
           padding: 10px 0; 
         }
         .program-ozellikleri-section .pos-container { 
           border-radius: 20px; 
         }
         .program-ozellikleri-section .pos-card-wrapper { 
           padding: 22px 22px 22px 22px; 
         }
         .program-ozellikleri-section .pos-icon-container { 
           width: 100px; 
           height: 100px; 
           top: -30px; 
           right: -30px; 
         }
         .program-ozellikleri-section .pos-icon { 
           width: 80px; 
           height: 80px; 
         }
         .program-ozellikleri-section .pos-title-area { 
           padding: 22px 18px; 
           margin-right: 0; 
           margin-bottom: 20px; 
         }
         .program-ozellikleri-section .pos-title { 
           font-size: clamp(24px, 3.5vw, 28px); 
           margin-left: 0; 
           text-align: center; 
         }
         .program-ozellikleri-section .pos-description { 
           font-size: clamp(16px, 2vw, 18px); 
           text-align: center; 
         }
       }
   
       /* Mobil optimizasyonları */
       @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: clamp(20px, 4.5vw, 24px); 
           margin-left: 0; 
           text-align: center; 
         }
         .program-ozellikleri-section .pos-card { 
           border-radius: 16px; 
         }
         .program-ozellikleri-section .pos-content-area { 
           padding: 0; 
         }
         .program-ozellikleri-section .pos-description { 
           font-size: clamp(15px, 3.5vw, 17px); 
           text-align: center; 
         }
       }
   
       /* Küçük mobil cihazlar */
       @media (max-width: 480px) {
         .program-ozellikleri-section { 
           padding: 6px 0; 
         }
         .program-ozellikleri-section .pos-container { 
           border-radius: 12px; 
         }
         .program-ozellikleri-section .pos-card-wrapper { 
           padding: 16px; 
         }
         .program-ozellikleri-section .pos-icon-container { 
           width: 70px; 
           height: 70px; 
           top: -15px; 
           right: -15px; 
         }
         .program-ozellikleri-section .pos-icon { 
           width: 50px; 
           height: 50px; 
         }
         .program-ozellikleri-section .pos-title-area { 
           padding: 16px 12px; 
           margin-right: 0; 
           margin-bottom: 12px; 
         }
         .program-ozellikleri-section .pos-title { 
           font-size: clamp(18px, 5vw, 22px); 
           margin-left: 0; 
           text-align: center; 
         }
         .program-ozellikleri-section .pos-card { 
           border-radius: 12px; 
         }
         .program-ozellikleri-section .pos-content-area { 
           padding: 0; 
         }
         .program-ozellikleri-section .pos-description { 
           font-size: clamp(14px, 3.8vw, 16px); 
           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;
        padding: 18px 32px;
        border-radius: 16px;
        cursor: pointer;
        transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
        text-decoration: none;
        display: inline-flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
        gap: 20px;
        white-space: nowrap;
      }
  
      .cta-section .cta-button .price-info {
        display: flex;
        align-items: center;
        gap: 10px;
      }
  
      .cta-section .cta-button .price-info .old-price {
        text-decoration: line-through;
        opacity: 0.5;
        color: #999;
        font-weight: 500;
        font-size: 18px;
      }
  
      .cta-section .cta-button .price-info .arrow {
        color: #059669;
        font-weight: 700;
        font-size: 18px;
      }
  
      .cta-section .cta-button .price-info .new-price {
        font-weight: 700;
        color: #059669;
        font-size: 24px;
        position: relative;
      }
  
      .cta-section .cta-button .discount-badge {
        background: linear-gradient(135deg, #ef4444, #dc2626);
        color: #ffffff;
        font-size: 11px;
        font-weight: 700;
        padding: 4px 8px;
        border-radius: 6px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        position: absolute;
        top: -8px;
        right: -35px;
        white-space: nowrap;
        box-shadow: 0 2px 6px rgba(239, 68, 68, 0.4);
      }
  
      .cta-section .cta-button .button-text {
        font-size: 22px;
        line-height: 1;
        color: #0a0a0a;
      }
  
      .cta-section .cta-button .separator {
        width: 1px;
        height: 28px;
        background: #e5e5e5;
        flex-shrink: 0;
      }
  
      .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);
      }
  
      /* Tablet optimizasyonları */
      @media (max-width: 1024px) and (min-width: 769px) {
        .cta-section .cta-outer { 
          border-radius: 20px; 
          padding: 22px; 
        }
        .cta-section .cta-button { 
          padding: 16px clamp(28px, 4vw, 36px); 
          border-radius: 14px; 
          gap: clamp(16px, 2.5vw, 20px);
        }
        .cta-section .cta-button .button-text {
          font-size: clamp(20px, 2.5vw, 22px);
        }
        .cta-section .cta-button .price-info .old-price {
          font-size: clamp(16px, 2vw, 18px);
        }
        .cta-section .cta-button .price-info .arrow {
          font-size: clamp(16px, 2vw, 18px);
        }
        .cta-section .cta-button .price-info .new-price {
          font-size: clamp(20px, 2.8vw, 24px);
        }
        .cta-section .cta-button .discount-badge {
          font-size: 10px;
          padding: 3px 6px;
          top: -6px;
          right: -30px;
        }
      }

      /* Mobil optimizasyonları */
      @media (max-width: 768px) {
        .cta-section .cta-outer { 
          border-radius: 16px; 
          padding: 20px; 
        }
        .cta-section .cta-button { 
          padding: 16px clamp(20px, 4vw, 28px); 
          border-radius: 14px; 
          gap: clamp(14px, 2.5vw, 18px);
        }
        .cta-section .cta-button .button-text {
          font-size: clamp(18px, 4vw, 20px);
        }
        .cta-section .cta-button .price-info .old-price {
          font-size: clamp(15px, 3.5vw, 17px);
        }
        .cta-section .cta-button .price-info .arrow {
          font-size: clamp(15px, 3.5vw, 17px);
        }
        .cta-section .cta-button .price-info .new-price {
          font-size: clamp(20px, 4.5vw, 22px);
        }
        .cta-section .cta-button .discount-badge {
          font-size: 10px;
          padding: 3px 6px;
          top: -6px;
          right: -30px;
        }
        .cta-section .cta-button .separator {
          height: 24px;
        }
      }
  
      /* Küçük mobil cihazlar */
      @media (max-width: 480px) {
        .cta-section .cta-outer { 
          border-radius: 12px; 
          padding: 16px; 
        }
        .cta-section .cta-button { 
          padding: 14px clamp(16px, 4vw, 24px); 
          border-radius: 12px; 
          gap: 12px;
          flex-wrap: wrap;
          width: 100%;
          max-width: 100%;
        }
        .cta-section .cta-button .button-text {
          font-size: clamp(16px, 4.5vw, 18px);
        }
        .cta-section .cta-button .price-info {
          gap: 8px;
        }
        .cta-section .cta-button .price-info .old-price {
          font-size: clamp(13px, 3.5vw, 15px);
        }
        .cta-section .cta-button .price-info .arrow {
          font-size: clamp(13px, 3.5vw, 15px);
        }
        .cta-section .cta-button .price-info .new-price {
          font-size: clamp(18px, 4.5vw, 20px);
        }
        .cta-section .cta-button .discount-badge {
          font-size: 9px;
          padding: 3px 6px;
          top: -6px;
          right: -25px;
        }
        .cta-section .cta-button .separator {
          display: none;
        }
      }

/* ========== ../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);
}
}

