

/* Tablet Large - 1200px - ALL SECTION */
@media (max-width: 1200px) {
   
  /* Why Us */
  .feature-card {
    padding: 16px;
    gap: 16px;
  }
  
  .why-choose-us-cards {
    gap: 12px;
  }
  
    /* About Slider - 1200px: %10 Küçültme */
  #section_about_slider {
    padding: 50px 0;
  }
  
  .hakkimizda-slide.active {
    width: 575px;
    height: 450px;
  }
    
  .hakkimizda-slide.active .hakkimizda-slide-text {
    padding: 63px 0 45px 36px;
    width: 315px;
  }
    
  .hakkimizda-slide.active .hakkimizda-slide-label {
    font-size: 26px;
  }
    
  .hakkimizda-slide.active .hakkimizda-slide-title {
    font-size: 29px;
    line-height: 32px;
  }
    
  .hakkimizda-slide-description {
    font-size: 15px;
  }
    
  .hakkimizda-slide.active .hakkimizda-slide-image {
    width: 270px;
    top: 27px;
  }
    
  .hakkimizda-slide:not(.active) {
    width: 175px;
    height: 450px;
  }
    
  .hakkimizda-slide:not(.active) .hakkimizda-slide-text {
    padding: 27px 0 9px;
  }
    
  .hakkimizda-slide:not(.active) .hakkimizda-slide-label {
    font-size: 16px;
  }
    
  .hakkimizda-slide:not(.active) .hakkimizda-slide-title {
    font-size: 18px;
    line-height: 23px;
  }
    
  .hakkimizda-slide:not(.active) .hakkimizda-slide-image img {
    max-height: 306px;
  }
  
  /* App Promo */
  .uygulama-content {
    gap: 40px;
  }
  
  .uygulama-text-content {
    max-width: 450px;
  }
  
  .uygulama-title {
    font-size: 34px;
  }

  .comments-cards-grid {
    gap: 10px;
  }

  .comment-card {
    width: 150px;
    height: 150px;
  }

  .comment-card.active {
    width: 188px;
    height: 188px;
  }

  .comments-content-wrapper {
    gap: 40px;
  }

  .comments-banner-wrapper {
    width: 300px;
    height: 310px;
  }

  .comments-text {
    font-size: 22px;
  }
}


/* Tablet Normal - 1024px - ALL SECTION */
@media (max-width: 1024px) {
  .faq-container {
    gap: 60px;
  }

  .faq-left-column {
    width: 380px;
    height: 400px;
  }

  .faq-background-wrapper {
    left: 12px;
    width: 368px;
    height: 400px;
  }

  .faq-image-container {
    left: 60px;
    width: 250px;
    height: 380px;
  }

  .faq-crown-badge {
    left: 60px;
    top: 100px;
    width: 60px;
    height: 60px;
  }

  .faq-crown-badge svg {
    width: 28px;
    height: 28px;
  }

  #section_faq .pos-bl {
    left: 0;
    top: 280px;
  }

  #section_faq .pos-bc {
    left: 130px;
    top: 220px;
  }

  .faq-right-column {
    width: 450px;
  }

  .faq-title {
    font-size: 26px;
  }
}


/* Tablet - 1000px - ALL SECTION */
@media (max-width: 1000px) {
  .hakkimizda-slider-container {
    flex-direction: column;
    gap: 20px;
  }
  
  /* Açık slide - Desktop gibi */
  .hakkimizda-slide.active {
    width: 100%;
    max-width: 675px;
    height: 450px;
  }
  
  /* Kapalı slide - Image gizli, font BÜYÜK */
  .hakkimizda-slide:not(.active) {
    width: 100%;
    max-width: 675px;
    height: auto;
    min-height: 100px;
  }
  
  .hakkimizda-slide:not(.active) .hakkimizda-slide-text {
    padding: 30px 20px;
  }
  
  /* Kapalı slide - RESMİ GİZLE */
  .hakkimizda-slide:not(.active) .hakkimizda-slide-image {
    display: none;
  }
  
  /* Kapalı slide - Font açık slide ile AYNI */
  .hakkimizda-slide:not(.active) .hakkimizda-slide-label {
    font-size: 26px;
  }
  
  .hakkimizda-slide:not(.active) .hakkimizda-slide-title {
    font-size: 29px;
    line-height: 32px;
  }

  /* App Promo */
  #section_app_promo {
    padding: 60px 0 80px;
  }

  .uygulama-content {
    flex-direction: column;
    gap: 40px;
    text-align: center;
  }

  .uygulama-text-content {
    max-width: 100%;
    align-items: center;
  }

  .uygulama-title {
    font-size: 32px;
  }

  .uygulama-store-buttons {
    justify-content: center;
  }

  .uygulama-phones-image {
    max-width: 400px;
  }
}


/* Tablet Large - 991px - ALL SECTION */
@media (max-width: 991px) {
  #section_faq {
    padding: 60px 0;
  }

  .faq-container {
    flex-direction: column;
    gap: 50px;
  }

  .faq-left-column,
  .faq-right-column {
    width: 100%;
    max-width: 520px;
  }

  .faq-left-column {
    height: 400px;
    margin: 0 auto;
  }
  
  .comments-cards-grid {
    flex-wrap: wrap;
    gap: 12px;
  }

  .comment-card {
    width: 140px;
    height: 140px;
  }

  .comment-card.active {
    width: 170px;
    height: 170px;
  }

  .comments-content-wrapper {
    flex-direction: column-reverse;
    gap: 30px;
    text-align: center;
  }

  .comments-banner-wrapper {
    width: 280px;
    height: 290px;
  }

  .comments-text-content {
    align-items: start;
    gap: 30px;
    text-align: start;
  }

  .comments-text {
    font-size: 20px;
  }

  .comments-author-name,
  .comments-author-title {
    font-size: 18px;
  }
  
  .faq-left-column {
    position: relative !important;
    top: -100px !important;
  }

  /* Why Us */
  .feature-card {
    padding: 18px;
  }

  .feature-icon-wrapper.icon-tall {
    width: 56px;
    height: 100px;
  }

  .feature-icon-wrapper.icon-tall svg {
    width: 26px;
    height: 26px;
  }

  .feature-card-title {
    font-size: 18px;
  }

  .why-choose-us-cards {
    flex-direction: column;
    gap: 16px;
  }

  .why-choose-us-cards .feature-card {
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
  }
}


/* Mobile Large - 768px - ALL SECTION */
@media (max-width: 768px) {
    /* Why Us */
  .feature-card {
    padding: 16px;
    gap: 14px;
  }
  
  .feature-icon-wrapper {
    width: 50px;
    height: 70px;
  }
  
  .feature-icon-wrapper.icon-tall {
    width: 50px;
    height: 90px;
  }
  
  .feature-icon-wrapper.icon-tall svg {
    width: 24px;
    height: 24px;
  }
  
  .feature-card-title {
    font-size: 17px;
  }
  
  .feature-card-description {
    font-size: 13px;
  }
  
  .feature-link {
    font-size: 13px;
  }
  
  #section_why_us {
    padding: 40px 0;
  }
  
  #section_why_us .section-header {
    margin-bottom: 16px;
  }
  
  #section_why_us .section-title {
    font-size: 23px;
    line-height: 1.209em;
    text-align: center;
  }
  
  #section_why_us .section-description {
    font-size: 14px;
    line-height: 1.16em;
    text-align: center;
  }
  
.hakkimizda-slide.active {
  height: 420px;
}
    
.hakkimizda-slide.active .hakkimizda-slide-text {
  padding: 55px 0 40px 30px;
  width: 290px;
}
    
.hakkimizda-slide.active .hakkimizda-slide-label {
  font-size: 24px;
}
    
.hakkimizda-slide.active .hakkimizda-slide-title {
  font-size: 27px;
  line-height: 30px;
}
    
.hakkimizda-slide-description {
  font-size: 14px;
  }
  
.hakkimizda-slide.active .hakkimizda-slide-image {
      width: 250px;
      top: 25px;
}
    
.hakkimizda-slide:not(.active) {
      min-height: 90px;
}
    
.hakkimizda-slide:not(.active) .hakkimizda-slide-text {
      padding: 25px 18px;
}
    
.hakkimizda-slide:not(.active) .hakkimizda-slide-label {
      font-size: 24px;
  }
    
  .hakkimizda-slide:not(.active) .hakkimizda-slide-title {
      font-size: 27px;
      line-height: 30px;
  }
  
  #section_app_promo {
      padding: 50px 0 60px;
  }
  
  .uygulama-title {
      font-size: 28px;
   }
  
  .uygulama-description {
      font-size: 15px;
  }
  
  .uygulama-store-buttons {
      flex-direction: column;
      gap: 12px;
      width: 100%;
  }
  
    .uygulama-store-btn {
      width: 100%;
      max-width: 200px;
  }
  
  .uygulama-phones-image {
      max-width: 320px;
    }

  #section_faq {
    padding: 50px 0;
  }

  .faq-left-column {
    width: 100%;
    max-width: 380px;
    height: 350px;
  }

  .faq-background-wrapper {
    left: 8px;
    width: calc(100% - 16px);
    height: 350px;
  }

  .faq-image-container {
    left: 50px;
    width: 200px;
    height: 320px;
  }

  .faq-crown-badge {
    left: 50px;
    top: 80px;
    width: 50px;
    height: 50px;
  }

  .faq-crown-badge svg {
    width: 24px;
    height: 24px;
  }

  #section_faq .notification-badge {
    padding: 10px;
  }

  #section_faq .pos-bl {
    left: 0;
    top: 240px;
  }

  #section_faq .pos-bc {
    left: 100px;
    top: 190px;
  }

  #section_faq .notification-icon {
    width: 35px;
    height: 35px;
  }

  #section_faq .notification-title {
    font-size: 14px;
  }

  #section_faq .notification-text {
    font-size: 12px;
    max-width: 180px;
  }

  .faq-title {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .faq-item-answer {
    font-size: 14px;
  }
 
 
  #section_comments {
    padding: 40px 0;
  }

  #section_comments .section-header {
    margin-bottom: 24px;
  }

  #section_comments .section-title {
    font-size: 24px;
  }

  #section_comments .section-description {
    font-size: 14px;
  }

  .comments-cards-grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    margin-bottom: 30px;
    justify-content: flex-start;
    align-items: flex-end;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 0 20px;
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
    min-height: auto;
  }

  .comments-cards-grid::-webkit-scrollbar {
    display: none;
  }

  .comment-card {
    width: 120px;
    height: 120px;
    flex-shrink: 0;
    scroll-snap-align: center;
  }

  .comment-card-image {
    border-radius: 30px;
  }

  .comment-card.active {
    width: 140px;
    height: 140px;
  }

  .comment-card-indicator {
    top: -6px;
    left: -6px;
    width: 50px;
    height: 40px;
  }

  .comments-banner-wrapper {
    width: 240px;
    height: 250px;
  }

  .comments-banner-image {
    border-radius: 40px;
  }

  #section_comments .pos-comments {
    top: 10px;
    right: 10px;
  }

  #section_comments .notification-badge {
    padding: 12px;
    gap: 8px;
  }

  #section_comments .notification-icon {
    padding: 8px;
    border-radius: 10px;
  }

  #section_comments .notification-icon svg {
    width: 16px;
    height: 16px;
  }

  #section_comments .notification-text {
    font-size: 14px;
    width: 130px;
  }

  .comments-text {
    font-size: 18px;
  }
  
}


/* Mobile Small - 575px - ALL SECTION */
@media (max-width: 575px) {
  
  /* Tüm slide'larda resim GİZLE */
  .hakkimizda-slide.active .hakkimizda-slide-image,
  .hakkimizda-slide:not(.active) .hakkimizda-slide-image {
    display: none;
  }
  
  .hakkimizda-slide.active,
  .hakkimizda-slide:not(.active) {
    height: auto;
    min-height: 100px;
  }
  
  .hakkimizda-slide.active .hakkimizda-slide-text {
    width: 100%;
    text-align: center;
    padding: 30px 20px;
  }

  #section_about_slider .hakkimizda-slide-description {
    max-width: 100%;
  }
}


/* Mobile Small - 480px - ALL SECTION */
@media (max-width: 480px) {
  .hakkimizda-slide.active {
    height: 380px;
  }
  
  .hakkimizda-slide.active .hakkimizda-slide-text {
    padding: 45px 0 35px 25px;
    width: 260px;
  }
  
  .hakkimizda-slide.active .hakkimizda-slide-label {
    font-size: 22px;
  }
  
  .hakkimizda-slide.active .hakkimizda-slide-title {
    font-size: 25px;
    line-height: 28px;
  }
  
  .hakkimizda-slide-description {
    font-size: 13px;
  }
  
  .hakkimizda-slide.active .hakkimizda-slide-image {
    width: 220px;
    top: 20px;
  }
  
  .hakkimizda-slide:not(.active) {
    min-height: 80px;
  }
  
  .hakkimizda-slide:not(.active) .hakkimizda-slide-text {
    padding: 22px 15px;
  }
  
  /* Kapalı slide - Font açık slide ile AYNI */
  .hakkimizda-slide:not(.active) .hakkimizda-slide-label {
    font-size: 22px;
  }
  
  .hakkimizda-slide:not(.active) .hakkimizda-slide-title {
    font-size: 25px;
    line-height: 28px;
  }

  /* Why Us */
  .feature-card {
    padding: 20px;
    gap: 16px;
  }

  .feature-icon-wrapper {
    width: 60px;
    height: 60px;
  }

  .feature-icon-wrapper.icon-tall {
    width: 48px;
    height: 80px;
  }

  .feature-icon-wrapper.icon-tall svg {
    width: 22px;
    height: 22px;
  }

  .feature-card-description {
    font-size: 12px;
  }

  .feature-link {
    font-size: 12px;
  }

  #section_why_us {
    padding: 30px 0;
  }

  #section_why_us .section-title {
    font-size: 20px;
  }

  .why-choose-us-cards {
    gap: 10px;
  }

  .why-choose-us-cards .feature-card {
    padding: 12px;
    border-radius: 12px;
    gap: 20px;
    min-height: auto;
  }

  .why-choose-us-cards .feature-icon-wrapper {
    width: 60px;
    height: 84px;
  }

  .why-choose-us-cards .feature-card-content {
    gap: 6px;
    width: 295px;
  }

  .why-choose-us-cards .feature-card-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.193em;
  }

  .why-choose-us-cards .feature-card-description {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.429em;
  }

  /* About Slider */
  /* Küçük slide - Sadece text */
  .hakkimizda-slide:not(.active) {
    height: auto;
    min-height: 90px;
  }

  .hakkimizda-slide:not(.active) .hakkimizda-slide-text {
    padding: 20px 15px;
  }

  /* Küçük slide - Resmi GİZLE */
  .hakkimizda-slide:not(.active) .hakkimizda-slide-image {
    display: none;
  }

  /* Büyük slide */
  .hakkimizda-slide.active {
    height: 380px;
  }

  .hakkimizda-slide.active .hakkimizda-slide-text {
    padding: 45px 0 25px 20px;
    max-width: 240px;
  }

  .hakkimizda-slide.active .hakkimizda-slide-label {
    font-size: 22px;
  }

  .hakkimizda-slide.active .hakkimizda-slide-title {
    font-size: 25px;
    line-height: 29px;
  }

  .hakkimizda-slide-description {
    font-size: 13px;
    max-width: 100%;
    line-height: 1.5;
  }

  /* Büyük slide image */
  .hakkimizda-slide.active .hakkimizda-slide-image {
    width: 200px;
    top: 20px;
  }

  /* App Promo */
  #section_app_promo {
    padding: 40px 0 50px;
  }

  .uygulama-title {
    font-size: 24px;
  }

  .uygulama-description {
    font-size: 14px;
    line-height: 1.5em;
  }

  .uygulama-text-content {
    gap: 20px;
  }

  .uygulama-phones-image {
    max-width: 280px;
  }
  
  .faq-left-column {
    max-width: 320px;
    height: 300px;
  }

  .faq-background-wrapper {
    height: 300px;
  }

  .faq-image-container {
    left: 40px;
    width: 160px;
    height: 270px;
  }

  .faq-crown-badge {
    left: 40px;
    top: 60px;
    width: 45px;
    height: 45px;
  }

  .faq-crown-badge svg {
    width: 20px;
    height: 20px;
  }

  #section_faq .pos-bl {
    top: 200px;
  }

  #section_faq .pos-bc {
    left: 80px;
    top: 160px;
  }

  #section_faq .notification-icon {
    width: 30px;
    height: 30px;
  }

  #section_faq .notification-icon svg {
    width: 16px;
    height: 16px;
  }

  #section_faq .notification-title {
    font-size: 13px;
  }

  #section_faq .notification-text {
    font-size: 11px;
    max-width: 150px;
  }

  .faq-title {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .faq-items-wrapper {
    gap: 16px;
  }

  .faq-item-question {
    font-size: 15px;
    line-height: 1.6em;
  }

  .faq-item-answer {
    font-size: 13px;
  }

  .faq-item-icon {
    width: 26px;
    height: 26px;
  }

  .faq-item-icon svg {
    width: 16px;
    height: 16px;
  }
  
  
  #section_comments {
    padding: 30px 0;
  }

  #section_comments .section-title {
    font-size: 20px;
    max-width: 250px;
  }

  #section_comments .section-description {
    font-size: 13px;
  }

  .comments-cards-grid {
    gap: 10px;
    padding: 0 16px;
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 32px);
    overflow-x: visible;
  }

  .comment-card {
    width: 120px;
    height: 120px;
  }

  .comment-card-image {
    border-radius: 24px;
  }

  .comment-card.active {
    width: 160px;
    height: 160px;
  }

  .comment-card-indicator {
    top: -5px;
    left: -5px;
    width: 40px;
    height: 32px;
  }

  .comments-banner-image {
    border-radius: 32px;
  }

  #section_comments .pos-comments {
    top: 0px;
    right: -50px;
  }

  #section_comments .notification-badge {
    padding: 10px;
    gap: 6px;
    border-radius: 12px;
  }

  #section_comments .notification-icon {
    padding: 6px;
    border-radius: 8px;
  }

  #section_comments .notification-icon svg {
    width: 14px;
    height: 14px;
  }

  #section_comments .notification-text {
    font-size: 12px;
    text-align: start;
  }

  .comments-author-name,
  .comments-author-title {
    font-size: 14px;
  }

  .comments-quote-icon {
    width: 40px;
    height: 28px;
  }
  
  @keyframes slideInUp {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}



/* Responsive Design */
@media (max-width: 1440px) {
  .services-grid {
    max-width: 1200px;
    gap: var(--spacing-sm);
  }
  
  .service-card {
    width: 200px;
    height: 85px;
  }
  
  .service-card-text {
    left: 18px;
    top: 24px;
  }
  
  .service-card-text-light {
    font-size: var(--fs-small);
  }
  
  .service-card-overlay {
    width: 52px;
    height: 52px;
    right: var(--spacing-md);
    top: var(--spacing-md);
  }
  
}

@media (max-width: 1024px) {
  .services-grid {
    max-width: 900px;
    gap: 6px;
  }
  
  .service-card {
    width: 180px;
    height: 80px;
  }
  
  .service-card-text {
    left: var(--spacing-md);
    top: 22px;
    font-size: 15px;
  }
  
  .service-card-text-light {
    font-size: 13px;
  }
  
  .service-card-overlay {
    width: 48px;
    height: 48px;
    right: 14px;
    top: 14px;
  }

}

@media (max-width: 991px) {
  #section_services_showcase {
    padding: 40px 0;
  }
  
  .services-header {
    margin-bottom: var(--spacing-lg);
  }
  
  .services-title {
    font-size: 26px;
  }
  
  .services-subtitle {
    font-size: var(--fs-small);
  }
  
  .services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 10px;
  }
  
  .service-card {
    width: 100%;
    height: 75px;
    padding: 14px;
  }
  
  .service-card-text {
    font-size: var(--fs-small);
  }
  
  .service-card-text-light {
    font-size: var(--fs-xs);
  }
  
  .service-card-overlay {
    width: 44px;
    height: 44px;
  }

}

@media (max-width: 768px) {
  #section_services_showcase {
    padding: var(--spacing-xl) 0;
  }
  
  .services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  
  .service-card {
    width: 100%;
    height: 80px;
    padding: 20px;
  }
  
  .service-card-text {
    font-size: 18px;
  }
  
  .service-card-text-light {
    font-size: var(--fs-small);
  }
  
  .service-card-overlay {
    width: 48px;
    height: 48px;
  }

}

@media (max-width: 480px) {
  #section_services_showcase {
    padding: 0 0 40px 0;
  }
  
  .services-header {
    margin-bottom: 20px;
  }
  
  .services-title {
    font-size: 23px;
  }
  
  .services-subtitle {
    font-size: 14px;
  }
  
  .services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  
  .service-card {
    width: 100%;
    height: 76px;
    border-radius: 16px;
    padding: 16px;
  }
  
  .service-card-text {
    font-size: 16px;
  }
  
  .service-card-text-light {
    font-size: 14px;
  }
  
  .service-card-overlay {
    width: 44px;
    height: 44px;
    border-radius: 11.79px;
  }
  
  .service-card-overlay.service-card-overlay-other {
    background: rgba(51, 53, 62, 0.06);
    border: 0.79px solid rgba(210, 210, 210, 0.5);
  }

}