
@media (min-width: 1300px) {
  .PricingTabMenu {
    display: none;
  }
}   
@media (max-width: 1300px) {

  .PricingFeaturesSection {

  }
  
    .container.container-2 {
        padding: 0px !important;
    }
  /* Pricing Packages - Yatay Tab Menü Tablet/Desktop için */
  .PricingPackageItem {
    display: none;
    max-width: 600px;
    margin: 0 auto;
  }

  /* Üst Tab Menü */
  .PricingTabMenu {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    border-bottom: 2px solid #eee;
  }
.PricingPackagesSection {
    background: white;
    margin-bottom: 200px;
}
  .PricingTabMenuItem {
    padding: 15px 30px;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    margin: 0 10px;
    transition: all 0.3s ease;
    font-weight: 500;
    color: #666;
  }

  .PricingTabMenuItem:hover {
    color: #333;
    border-bottom-color: #ddd;
  }

  .PricingTabMenuItem.active {
    color: #000;
    border-bottom-color: #00d293;
    background-color: #3d3e3e3d;
  }

  /* Grid yerine tek paket gösterimi */
  .PricingPackages {
    display: block;
  }

  .PricingPackageItem.active {
    display: block;
  }

  .PricingPackageItemInner {
    box-shadow: none !important;
    transform: scale(1.02);
    border-radius: 0px !important;
  }
}

@media (max-width: 1024px) {
   
   
.PricingFeatureStickyRow {
    margin-bottom: 118px !important;
}
  
  /* .PricingFeaturePackageItemHeader {
    display: none;
    border-radius: 12px 12px 0px 0px;
    background: #EFEFEF;
    text-align: center;
    border-radius: 12px 12px 0px 0px;
    height: 171px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
} */

  .PageFAQSectionTitle {
    font-size: 36px ;
  }

  .PageFAQSection {
    padding: 92px 20px;
  }
  .PricingFeaturePackageItemPriceInfo_SalePrice {
    translate: -20px;
  }
  /* PricingFeaturesSection scrolled için tablet sticky column yapısı */
  .PricingFeaturesSection.scrolled {
    overflow-x: auto !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    max-height: 85vh !important;
    position: relative !important;
  }

  .PricingFeaturesSection.scrolled .container {
    -webkit-overflow-scrolling: touch !important;
    position: relative !important;
    overflow-x: auto !important;
    min-width: 700px !important;
  }

  .PricingFeaturesSection.scrolled .PricingFeatureRowInner {
    display: flex !important;
    min-width: 700px !important;
  }

  /* Tablet - Sabit sütunlar */
  .PricingFeaturesSection.scrolled .PricingFeatureCol_className {
    /* position: sticky !important; */
    left: 0 !important;
    z-index: 30 !important;
    min-width: 156px !important;
    max-width: 155px !important;
    flex-shrink: 0 !important;
  }

  .PricingFeaturesSection.scrolled .PricingFeatureCol_classNameDesc {
    /* position: sticky !important; */
    left: 0px !important;
    z-index: 30 !important;
    min-width: 150px !important;
    max-width: 150px !important;
    flex-shrink: 0 !important;
  }

  /* Tablet - Scroll edilebilir sütunlar */
  .PricingFeaturesSection.scrolled .PricingFeatureCol_Package_1,
  .PricingFeaturesSection.scrolled .PricingFeatureCol_Package_2,
  .PricingFeaturesSection.scrolled .PricingFeatureCol_Package_3,
  .PricingFeaturesSection.scrolled .PricingFeatureCol_Package_4 {
    min-width: 130px !important;
    flex-shrink: 0 !important;
  }

  /* Tablet için className ve classNameDesc yazılarının alt satıra geçmesi */
  .PricingFeaturesSection.scrolled .PricingFeatureCol_className,
  .PricingFeaturesSection.scrolled .PricingFeatureCol_classNameDesc {
    white-space: normal !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }

  .PricingFeaturesSection.scrolled .PricingFeatureCol_className strong,
  .PricingFeaturesSection.scrolled .PricingFeatureCol_classNameDesc strong {
    white-space: normal !important;
    word-wrap: break-word !important;
    line-height: 1.4 !important;
    display: block !important;
  }

  /* Tablet scroll bar styling */
  .PricingFeaturesSection.scrolled::-webkit-scrollbar {
    width: 7px !important;
    height: 7px !important;
  }

  .PricingFeaturesSection.scrolled::-webkit-scrollbar-track {
    background: #f1f1f1 !important;
    border-radius: 3px !important;
  }

  .PricingFeaturesSection.scrolled::-webkit-scrollbar-thumb {
    background: #888 !important;
    border-radius: 3px !important;
  }

  .PricingFeaturesSection.scrolled::-webkit-scrollbar-thumb:hover {
    background: #555 !important;
  }

  /* Buraya tablet için stiller gelecek */
  .SiteHero.SiteHeroPricing h1 {
    font-size: 42px !important;
  }
  .SiteHero.SiteHeroPricing .Copy__body {
    font-size: 16px !important;
  }
  .Section__header h1 {
    font-size: 42px !important;
  }

  /* UserLogoGrid 2x2 grid düzeni */
  .UserLogoGrid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    grid-template-rows: repeat(2, 1fr) !important;
    gap: 40px !important;
    max-width: 400px !important;
    margin: 0 auto !important;
  }

  .UserLogoGrid img {
    width: 75% !important;
    height: auto !important;
    object-fit: contain !important;
  }
}

/** Mobil için media query */
@media (max-width: 767px) {

    .PricingFeaturePackageItemPriceInfo_SalePrice{
        translate: -30px;

    }
    .PricingTabMenuItem {
        padding: 15px 15px !important;

    }
    .PricingFeatureStickyRow {
        margin-bottom: 120px !important;
        padding-top: 10px !important;
    } 
  #pixa-lab-section-6 h1.Copy__title {
    color: black !important;
  }
  #pixa-lab-section-6 .Copy__body {
    color: #000 !important;
  }

  #pixa-lab-section-6.Section__demo .container .str-btn {
    left: 40px !important;
    bottom: 40px !important;
  }

  /* Mobil için PricingFeatureCol stilleri - tablet ile aynı temel yapı */
  .PricingFeaturesSection.scrolled .PricingFeatureCol_className,
  .PricingFeaturesSection.scrolled .PricingFeatureCol_classNameDesc {
    /* position: sticky !important;   */
    z-index: 30 !important;
    min-width: 156px !important;
    max-width: 155px !important;
    flex-shrink: 0 !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }

  .PricingFeaturesSection.scrolled .PricingFeatureCol_className {
    left: 0 !important;
  }

  .PricingFeaturesSection.scrolled .PricingFeatureCol_classNameDesc {
    left: 2px !important;
  }

  .PricingFeaturesSection.scrolled .PricingFeatureCol_className strong,
  .PricingFeaturesSection.scrolled .PricingFeatureCol_classNameDesc strong {
    white-space: normal !important;
    word-wrap: break-word !important;
    line-height: 1.4 !important;
    display: block !important;
  }

  /* Mobil - Scroll edilebilir sütunlar */
  .PricingFeaturesSection.scrolled .PricingFeatureCol_Package_1,
  .PricingFeaturesSection.scrolled .PricingFeatureCol_Package_2,
  .PricingFeaturesSection.scrolled .PricingFeatureCol_Package_3,
  .PricingFeaturesSection.scrolled .PricingFeatureCol_Package_4 {
    min-width: 120px !important;
    flex-shrink: 0 !important;
    position: relative !important;
  }

  .PricingFeaturesSection.scrolled .PricingFeatureCol {

    flex-shrink: 0 !important;
  }

  /* Mobil için container min-width */
  .PricingFeaturesSection.scrolled .container {
    min-width: 600px !important;
  }

  /* Mobil scroll bar styling */
  .PricingFeaturesSection.scrolled::-webkit-scrollbar {
    width: 6px !important;
    height: 6px !important;
  }

  .PricingFeaturesSection.scrolled::-webkit-scrollbar-track {
    background: #f1f1f1 !important;
    border-radius: 3px !important;
  }

  .PricingFeaturesSection.scrolled::-webkit-scrollbar-thumb {
    background: #888 !important;
    border-radius: 3px !important;
  }

  .PricingFeaturesSection.scrolled::-webkit-scrollbar-thumb:hover {
    background: #555 !important;
  }

  .PricingSwitcher
    .PricingSwitcher__container
    .PricingSwitcher__item
    .PricingSwitcher__item-title {
    display: flex;
    flex-direction: column !important;
  }

  /* Pricing Switcher butonlarının mobilde eşit boyutta olması */
  .PricingSwitcher__container {
    width: 100%;
    max-width: 320px;
    display: flex;
    flex-direction: column !important;
    border: none !important;
  }

  .PricingSwitcher__item {
    flex: 1;
    padding: 12px 20px;
    font-size: 16px;
    margin: 5px;
    text-align: center;
    min-width: 0;
    white-space: nowrap;
    width: 300px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .PricingSwitcher__item-title {
    font-size: 14px;
    line-height: 1.2;
    margin: 0;
  }
}
