.frm-register select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(down.png) no-repeat right 10px center;
    background-size: 12px;
    padding: 10px 30px 10px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
}

.frm-register select::-ms-expand {
    display: none;
}

.frm-register select:valid {
    background-image: none;
}

.section-gallery .owl-theme .owl-controls .owl-buttons div.owl-prev {
    background: url(sprite.png) 0 -146px no-repeat;
    margin-left: 25px;
    left: 0;
}

.section-gallery .owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
    background: url(sprite.png) 0 -203px no-repeat;
}

.section-gallery .owl-theme .owl-controls .owl-buttons div.owl-next {
    background: url(sprite.png) -59px -146px no-repeat;
    margin-right: 25px;
    right: 0;
}

.section-gallery .owl-theme .owl-controls .owl-buttons div.owl-next:hover {
    background: url(sprite.png) -59px -203px no-repeat;
}

.popup-location {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 450px;
    width: 90%;
    background: url(basvuru-formu-arka-plani.jpg);
    background-size: cover;
    border-radius: 10px;
    padding: 20px;
    font-size: 20px;
    z-index: 999;
    transition: 0.6s;
    border: 3px solid white;
    box-shadow: 0 0 15px white;
}

@media screen and (max-width: 979px) {
    .popup-location {
        width: 95% !important;
        left: 50% !important;
        top: 50% !important;
        transform: translate(-50%, -50%) !important;
        font-size: 18px;
        box-sizing: border-box;
    }
}

.zzzd {
    max-width: 500px;
    font-size: 18px;
    padding: 20px;
    color: #fff;
    background: url(basvuru-formu-arka-plani.jpg) no-repeat center center;
    border: 2px solid #9d9d9d;
    border-radius: 3px;
    margin-left: auto;
    margin-right: auto;
}

.shadow {
    background: url(sprite-shadows.png) repeat-x #fff;
}

.shadowpaketdetay {
    margin-top: -13px !important;
    background: url(sprite-shadows.png) repeat-x #fff;
}

.shadowiletisim {
    margin-top: 80px;
    padding-top: 30px;
    background: url(sprite-shadows.png) repeat-x #fff;
}

/* Banner Hero Section */
.banner-hero-section {
    position: relative;
    padding: 52px 0;
    margin-bottom: 0;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    min-height: 300px;
    display: flex;
    align-items: center;
  }
  
  .banner-container {
    position: relative;
    z-index: 2;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .banner-hero-section .row {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  
  /* Modern Package Card Styles */
  .modern-package-col {
    margin-bottom: 30px;
    padding: 0 15px;
  }
  
  .modern-package-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18), 0 2px 8px rgba(0, 0, 0, 0.12);
    border: 2px solid transparent;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  
  .modern-package-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25), 0 4px 12px rgba(0, 0, 0, 0.18);
    border-color: rgba(81, 21, 103, 0.3);
  }
  
  /* Card Background Effects */
  .package-card-shine {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      90deg,
      transparent,
      rgba(255, 255, 255, 0.4),
      transparent
    );
    transition: left 0.5s;
    pointer-events: none;
    z-index: 1;
  }
  
  .modern-package-card:hover .package-card-shine {
    left: 100%;
  }
  
  .package-card-gradient {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(81, 21, 103, 0.05) 0%, rgba(123, 44, 143, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
    z-index: 1;
  }
  
  .modern-package-card:hover .package-card-gradient {
    opacity: 1;
  }
  
  /* Package Image */
  .modern-package-image {
    position: relative;
    overflow: hidden;
    background: #f8f9fa;
    height: 200px;
  }
  
  .modern-package-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      90deg,
      transparent 0%,
      rgba(255, 255, 255, 0.3) 50%,
      transparent 100%
    );
    transition: left 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 2;
    pointer-events: none;
  }
  
  .modern-package-image::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(
      circle,
      rgba(255, 255, 255, 0.15) 0%,
      transparent 70%
    );
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
    pointer-events: none;
  }
  
  .modern-package-card:hover .modern-package-image::before {
    left: 100%;
  }
  
  .modern-package-card:hover .modern-package-image::after {
    opacity: 1;
  }
  
  .package-image-link {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
  }
  
  .modern-package-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    position: relative;
    z-index: 0;
  }
  
  .modern-package-card:hover .modern-package-image img {
    transform: scale(1.1);
  }
  
  .package-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 100%);
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
    z-index: 1;
  }
  
  .modern-package-card:hover .package-image-overlay {
    opacity: 1;
  }
  
  /* Package Badge */
  .modern-package-badge {
    position: absolute;
    top: 15px;
    background: linear-gradient(135deg, #511567 0%, #7B2C8F 100%);
    color: #fff;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    z-index: 10;
    box-shadow: 0 4px 12px rgba(81, 21, 103, 0.3);
    line-height: 1.3;
  }
  
  .modern-package-badge.badge-left {
    left: 15px;
    right: auto;
  }
  
  .modern-package-badge.badge-right {
    right: 15px;
    left: auto;
  }
  
  .modern-package-badge.badge-city {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    left: 15px;
    right: auto;
  }
  
  .modern-package-badge.badge-red {
    background: linear-gradient(135deg, #d60a29 0%, #c40825 100%);
    padding: 10px;
    min-height: 38px;
    font-size: 12px !important;
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(214, 10, 41, 0.4);
  }
  
  .modern-package-badge.badge-right.badge-red {
    top: auto;
    bottom: 15px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 50%, rgba(40, 167, 69, 0.9) 100%);
    color: #28a745;
    font-size: 12px !important;
  }
  
  .modern-package-badge.badge-blue {
    background: linear-gradient(135deg, #2980b9 0%, #2471a3 100%);
    padding: 10px 18px;
    min-height: 38px;
    font-size: 12px !important;
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(41, 128, 185, 0.4);
  }
  
  .modern-package-badge span {
    display: block;
    text-align: center;
    font-size: inherit !important;
  }
  
  .modern-package-badge.badge-red span,
  .modern-package-badge.badge-blue span,
  .modern-package-badge.badge-right.badge-red span {
    font-size: 12px !important;
  }
  
  /* Package Content */
  .modern-package-content {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
    background: #fff;
  }
  
  /* Package Title */
  .package-title-section {
    margin-bottom: 15px;
  }
  
  .modern-package-title {
    margin: 0 0 10px 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
  }
  
  .modern-package-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s;
  }
  
  .modern-package-title a:hover {
    color: #511567;
  }
  
  .package-price-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #511567 0%, #7B2C8F 100%);
    color: #fff;
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 8px;
    min-height: 28px;
    line-height: 1.4;
    width: 100%;
  }
  
  .package-price-badge.badge-red {
    background: linear-gradient(135deg, #d60a29 0%, #c40825 100%);
    padding: 8px 15px;
    min-height: 36px;
    font-size: 15px;
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(214, 10, 41, 0.3);
  }
  
  .package-price-badge.badge-blue {
    background: linear-gradient(135deg, #2980b9 0%, #2471a3 100%);
    padding: 8px 15px;
    min-height: 36px;
    font-size: 15px;
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(41, 128, 185, 0.3);
  }
  
  /* Package Description */
  .package-description-section {
    flex: 1;
    margin-bottom: 20px;
    min-height: 90px;
  }
  
  .modern-package-description {
    margin: 0;
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    min-height: 60px;
  }
  
  /* Paket başlığındaki marka ikonları */
  .modern-package-title img {
    height: 1.5em;
    vertical-align: middle;
    display: inline-block;
    margin-right: 4px;
    max-width: 120px;
  }
  
  /* Alt satırdaki kalan metin */
  .package-title-remaining {
    display: block;
    margin-top: 4px;
    line-height: 1.4;
  }
  
  /*  ikonu - beyazdan siyaha çevir */
  .modern-package-title .icon-kutusuz {
    filter: brightness(0) saturate(100%) invert(12%) sepia(29%) saturate(6973%) hue-rotate(273deg);
  }
  
  /* Package Buttons */
  .modern-package-buttons {
    display: flex;
    flex-direction: column;
    gap: 1px;
  }
  
  /* Şehir seçilmemiş durumdaki buton için özel gap */
  .modern-package-buttons .btn-city-select {
    margin-bottom: 10px;
  }
  
  .price-buttons-wrapper {
    display: flex;
    flex-direction: row;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 5px;
    min-height: 50px;
  }
  
  .price-buttons-wrapper .btn-price {
    flex: 1;
    min-width: 0;
    background: #f8f9fa !important;
    color: #333 !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 6px !important;
    padding: 8px 8px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    box-shadow: none !important;
    cursor: default !important;
    transition: none !important;
    text-align: center;
  }
  
  .price-buttons-wrapper .btn-price:hover {
    background: #f8f9fa !important;
    transform: none !important;
    box-shadow: none !important;
    border-color: #d0d0d0 !important;
  }
  
  .price-buttons-wrapper .btn-price i {
    font-size: 12px !important;
    color: #511567 !important;
    margin-right: 4px;
  }
  
  .price-buttons-wrapper .btn-price span {
    color: #333 !important;
    font-weight: 500;
  }
  
  .price-buttons-wrapper .btn-price span b {
    color: #511567 !important;
    font-weight: 700;
    font-size: 14px;
  }
  
  /* Tüm fiyat butonları için etiket stili */
  /* Tek fiyat etiketi için (wrapper içinde olmayan, direkt çocuk) */
  .modern-package-buttons > .btn-price {
    background: #f8f9fa !important;
    color: #333 !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 6px !important;
    padding: 8px 12px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    box-shadow: none !important;
    cursor: default !important;
    transition: none !important;
    margin-bottom: 5px;
    min-height: 50px;
  }
  
  .modern-package-buttons .btn-price:hover {
    background: #f8f9fa !important;
    transform: none !important;
    box-shadow: none !important;
    border-color: #d0d0d0 !important;
  }
  
  .modern-package-buttons .btn-price i {
    font-size: 13px !important;
    color: #511567 !important;
    margin-right: 4px;
  }
  
  .modern-package-buttons .btn-price span {
    color: #333 !important;
    font-weight: 500;
  }
  
  .modern-package-buttons .btn-price span b {
    color: #511567 !important;
    font-weight: 700;
    font-size: 14px;
  }
  
  .modern-package-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1px;
    padding: 10px 10px;
    border: none;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  
  .modern-package-btn i {
    font-size: 16px;
  }
  
  .modern-package-btn span {
    flex: 1;
  }
  
  /* Button Types */
  /* Fiyat butonları artık etiket stili kullanıyor, bu stil sadece modern-package-buttons dışındaki butonlar için */
  .btn-price:not(.modern-package-buttons .btn-price) {
    background: linear-gradient(135deg, #511567 0%, #7B2C8F 100%);
    color: #fff;
  }
  
  .btn-price:not(.modern-package-buttons .btn-price):hover {
    background: linear-gradient(135deg, #7B2C8F 0%, #511567 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(81, 21, 103, 0.3);
  }
  
  .btn-info {
    background: linear-gradient(135deg, #ffc107 0%, #ff9800 100%);
    color: #fff;
  }
  
  .btn-info:hover {
    background: linear-gradient(135deg, #ff9800 0%, #ffc107 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 193, 7, 0.3);
  }
  
  .btn-callback {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    color: #fff;
  }
  
  .btn-callback:hover {
    background: linear-gradient(135deg, #c82333 0%, #dc3545 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(220, 53, 69, 0.3);
  }
  
  .btn-primary-action {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: #fff;
  }
  
  .btn-primary-action:hover {
    background: linear-gradient(135deg, #20c997 0%, #28a745 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(40, 167, 69, 0.3);
  }
  
  .package-bottom-buttons {
    display: flex;
    gap: 8px;
  }
  
  .package-bottom-buttons .btn-callback {
    flex: 0 0 39%;
  }
  
  .package-bottom-buttons .btn-primary-action {
    flex: 1;
  }
  
  /* Responsive Design */
  @media screen and (max-width: 768px) {
    .banner-hero-section {
      padding: 30px 0;
      min-height: 250px;
    }
    
    .banner-container {
      padding-left: 10px;
      padding-right: 10px;
    }
    
    .modern-package-col {
      margin-bottom: 20px;
      padding: 0 10px;
    }
    
    .modern-package-image {
      height: 180px;
    }
    
    .modern-package-content {
      padding: 15px;
    }
    
    .modern-package-title {
      font-size: 18px;
    }
    
    .modern-package-description {
      font-size: 13px;
      min-height: 50px;
    }
    
    .modern-package-btn {
      padding: 10px 15px;
      font-size: 13px;
    }
    
    .package-bottom-buttons {
      flex-direction: row;
      gap: 8px;
    }
    
    .package-bottom-buttons .btn-callback {
      flex: 0 0 39%;
      width: auto;
    }
    
    .package-bottom-buttons .btn-primary-action {
      flex: 1;
    }
    
    .price-buttons-wrapper {
      gap: 6px;
    }
    
    .price-buttons-wrapper .btn-price,
    .modern-package-buttons .btn-price {
      font-size: 11px !important;
      padding: 7px 10px !important;
    }
    
    .modern-package-buttons .btn-price span b {
      font-size: 12px !important;
    }
  }
  
  @media screen and (max-width: 480px) {
    .banner-hero-section {
      padding: 20px 0;
      min-height: 200px;
    }
    
    .banner-container {
      padding-left: 8px;
      padding-right: 8px;
    }
    
    .modern-package-image {
      height: 160px;
    }
    
    .modern-package-content {
      padding: 12px;
    }
    
    .modern-package-title {
      font-size: 14px;
    }
    
    .modern-package-description {
      font-size: 12px;
      min-height: 45px;
    }
    
    .modern-package-btn {
      padding: 10px 12px;
      font-size: 12px;
    }
    
    .modern-package-badge {
      top: 10px;
      padding: 6px 12px;
      font-size: 11px;
    }
    
    .modern-package-badge.badge-left {
      left: 10px;
      right: auto;
    }
    
    .modern-package-badge.badge-right {
      right: 10px;
      left: auto;
    }
    
    .modern-package-badge.badge-right.badge-red {
      top: auto;
      bottom: 10px;
    }
    
    .modern-package-badge.badge-city {
      left: 10px;
      right: auto;
    }
    
    .price-buttons-wrapper {
      gap: 5px;
    }
    
    .price-buttons-wrapper .btn-price,
    .modern-package-buttons .btn-price {
      font-size: 13px !important;
      padding: 6px 8px !important;
      flex: 1;
      min-width: 45%;
    }
    
    .modern-package-buttons .btn-price span b {
      font-size: 15px !important;
    }
    
    .modern-package-buttons .btn-price i {
      font-size: 20px !important;
    }
  }
  
  
  @media (max-width: 768px) {
      #cookie-consent {
          bottom: 100px !important;
      }
      #page-footer {
          padding-bottom: 92px !important;
      }
  }
  
  /* Feature Section Styles */
  .feature {
      background: #000 !important;
      padding: 60px 0 !important;
      margin-top: 0 !important;
  }
  
  .feature__title {
      text-align: center !important;
      margin-bottom: 50px !important;
      padding: 0 20px !important;
  }
  
  .feature__title h3 {
      color: #fff !important;
      font-size: 36px !important;
      font-weight: 700 !important;
      margin-bottom: 15px !important;
      line-height: 1.3 !important;
  }
  
  .feature__title p {
      color: #ccc !important;
      font-size: 18px !important;
      margin-bottom: 20px !important;
      line-height: 1.6 !important;
  }
  
  .feature-line {
      max-width: 200px !important;
      height: auto !important;
      margin: 0 auto !important;
      display: block !important;
  }
  
  .feature__content {
      max-width: 1200px !important;
      margin: 0 auto !important;
      padding: 0 20px !important;
  }
  
  .feature__grid {
      display: grid !important;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
      gap: 30px !important;
      justify-items: center !important;
  }
  
  .feature__box {
      background: #1a1a1a !important;
      border-radius: 16px !important;
      padding: 30px 20px !important;
      text-align: center !important;
      transition: all 0.4s ease !important;
      border: 2px solid transparent !important;
      max-width: 280px !important;
      width: 100% !important;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3) !important;
  }
  
  .feature__box:hover {
      transform: translateY(-8px) !important;
      border-color: #0facee !important;
      box-shadow: 0 8px 25px rgba(15, 172, 238, 0.4) !important;
      background: #222 !important;
  }
  
  .feature__box img {
      width: 60px !important;
      height: 60px !important;
      margin: 0 auto 20px !important;
      display: block !important;
      filter: brightness(0) invert(1) !important;
      transition: transform 0.4s ease !important;
  }
  
  .feature__box:hover img {
      transform: scale(1.1) rotate(5deg) !important;
  }
  
  .feature__box h3 {
      color: #fff !important;
      font-size: 22px !important;
      font-weight: 700 !important;
      margin-bottom: 15px !important;
      line-height: 1.4 !important;
  }
  
  .feature__box hr {
      border: none !important;
      border-top: 2px solid #0facee !important;
      width: 60px !important;
      margin: 0 auto 20px !important;
      transition: width 0.4s ease !important;
  }
  
  .feature__box:hover hr {
      width: 80px !important;
  }
  
  .feature__box p {
      color: #ccc !important;
      font-size: 15px !important;
      line-height: 1.6 !important;
      margin: 0 !important;
  }
  
  .feature-note {
      font-size: 10px !important;
      color: #888 !important;
      display: block !important;
      margin-top: 10px !important;
      font-weight: normal !important;
  }
  
  .official-info-grid {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      margin: 20px 0 35px 0;
  }
  
  .official-info-card {
      flex: 1;
      min-width: 260px;
      background: #f9fafc;
      border: 1px solid #e3e7ef;
      border-radius: 10px;
      padding: 20px;
      box-shadow: 0 8px 20px rgba(15, 172, 238, 0.08);
  }
  
  .official-info-card h3 {
      margin-top: 0;
      font-size: 18px;
      color: #511567;
      font-weight: 700;
  }
  
  .official-info-card ul {
      list-style: none;
      padding-left: 0;
      margin: 0;
  }
  
  .official-info-card li {
      margin-bottom: 8px;
      color: #333;
      line-height: 1.4;
  }
  
  .official-info-card li strong {
      color: #111;
  }
  
  .cookie-pref-btn {
      background: #0facee;
      color: #fff;
      border: none;
      padding: 12px 24px;
      border-radius: 6px;
      font-weight: 600;
      cursor: pointer;
      transition: background 0.3s ease;
  }
  
  .cookie-pref-btn:hover {
      background: #0c8fc4;
  }
  
  /* Responsive Styles */
  @media (max-width: 768px) {
      .feature {
          padding: 40px 0 !important;
      }
      
      .feature__title h3 {
          font-size: 28px !important;
      }
      
      .feature__title p {
          font-size: 16px !important;
      }
      
      .feature__box {
          max-width: 100% !important;
          padding: 25px 15px !important;
      }
      
      .feature__box h3 {
          font-size: 20px !important;
      }
      
      .feature__box p {
          font-size: 14px !important;
      }
      
      .feature__grid {
          grid-template-columns: 1fr !important;
          gap: 20px !important;
      }
  }
  
  @media (max-width: 480px) {
      .feature {
          padding: 30px 0 !important;
      }
      
      .feature__title h3 {
          font-size: 24px !important;
      }
      
      .feature__title p {
          font-size: 14px !important;
      }
      
      .feature__box {
          padding: 20px 15px !important;
      }
      
      .feature__box img {
          width: 50px !important;
          height: 50px !important;
      }
  }
  
  /* Home Three Section Background */
  .home-three-section-bg {
      width: 100% !important;
      position: relative !important;
      margin: 0 !important;
      padding: 0 !important;
      background-image: url('.jpg') !important;
      background-size: cover !important;
      background-position: center !important;
      background-repeat: no-repeat !important;
      background-attachment: fixed !important;
      min-height: auto !important;
      padding-bottom: 0 !important;
  }
  
  .home-three-section-bg::before {
      content: '' !important;
      position: absolute !important;
      top: 0 !important;
      left: 0 !important;
      width: 100% !important;
      height: 100% !important;
      background: rgba(0, 0, 0, 0.3) !important;
      z-index: 1 !important;
  }
  
  .home-three-section-bg > section {
      position: relative !important;
      z-index: 2 !important;
  }
  
  /* Series Section inside home-three-section-bg */
  .home-three-section-bg #series {
      padding-top: 60px !important;
      padding-bottom: 40px !important;
  }
  
  .home-three-section-bg #series .watch-box {
      background: transparent !important;
      padding: 60px 20px !important;
  }
  
  .home-three-section-bg #series .watch__left h3,
  .home-three-section-bg #series .watch__left p {
      color: #fff !important;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) !important;
  }
  
  .home-three-section-bg #series .t-btn {
      background: #fff !important;
      color: #000 !important;
      border-color: #fff !important;
  }
  
  .home-three-section-bg #series .t-btn:hover {
      background: #0facee !important;
      color: #fff !important;
      border-color: #0facee !important;
  }
  
  .home-three-section-bg #series .t-btn svg path {
      fill: #000 !important;
  }
  
  .home-three-section-bg #series .t-btn:hover svg path {
      fill: #fff !important;
  }
  
  /* Home League Section inside home-three-section-bg */
  .home-three-section-bg #home-league {
      padding-top: 40px !important;
      padding-bottom: 40px !important;
      background: transparent !important;
  }
  
  .home-three-section-bg #home-league .home-league-bg {
      display: none !important;
  }
  
  .home-three-section-bg #home-league .league-box {
      position: relative !important;
      z-index: 2 !important;
      padding: 0 20px !important;
  }
  
  .home-three-section-bg #home-league .league__left h3,
  .home-three-section-bg #home-league .league__left p {
      color: #fff !important;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) !important;
  }
  
  .home-three-section-bg #home-league .league__left h3 b {
      color: #0facee !important;
  }
  
  .home-three-section-bg #home-league .t-btn {
      background: #fff !important;
      color: #000 !important;
      border-color: #fff !important;
  }
  
  .home-three-section-bg #home-league .t-btn:hover {
      background: #0facee !important;
      color: #fff !important;
      border-color: #0facee !important;
  }
  
  .home-three-section-bg #home-league .t-btn svg path {
      fill: #000 !important;
  }
  
  .home-three-section-bg #home-league .t-btn:hover svg path {
      fill: #fff !important;
  }
  
  /* Films Section inside home-three-section-bg */
  .home-three-section-bg #films {
      padding-top: 40px !important;
      padding-bottom: 60px !important;
      background: transparent !important;
  }
  
  .home-three-section-bg #films .watch-box {
      background: transparent !important;
      padding: 60px 20px !important;
  }
  
  .home-three-section-bg #films .watch__left h3,
  .home-three-section-bg #films .watch__left p {
      color: #fff !important;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) !important;
  }
  
  .home-three-section-bg #films .t-btn {
      background: #fff !important;
      color: #000 !important;
      border-color: #fff !important;
  }
  
  .home-three-section-bg #films .t-btn:hover {
      background: #0facee !important;
      color: #fff !important;
      border-color: #0facee !important;
  }
  
  .home-three-section-bg #films .t-btn svg path {
      fill: #000 !important;
  }
  
  .home-three-section-bg #films .t-btn:hover svg path {
      fill: #fff !important;
  }
  
  /* Watch Box Styles */
  .watch-box {
      padding: 60px 20px !important;
      background: #fff !important;
  }
  
  /* Override for watch-box inside home-three-section-bg */
  .home-three-section-bg .watch-box {
      background: transparent !important;
  }
  
  .watch {
      display: flex !important;
      align-items: center !important;
      gap: 40px !important;
      max-width: 1200px !important;
      margin: 0 auto !important;
  }
  
  .watch__left {
      flex: 1 !important;
      max-width: 400px !important;
  }
  
  .watch__left h3 {
      font-size: 32px !important;
      font-weight: 700 !important;
      color: #000 !important;
      margin-bottom: 15px !important;
      line-height: 1.3 !important;
  }
  
  .watch__left p {
      font-size: 16px !important;
      color: #666 !important;
      margin-bottom: 25px !important;
      line-height: 1.6 !important;
  }
  
  .t-btn {
      display: inline-flex !important;
      align-items: center !important;
      gap: 8px !important;
      padding: 12px 24px !important;
      background: #000 !important;
      color: #fff !important;
      text-decoration: none !important;
      border-radius: 8px !important;
      font-weight: 600 !important;
      font-size: 14px !important;
      transition: all 0.3s ease !important;
      border: 2px solid #000 !important;
  }
  
  .t-btn:hover {
      background: #fff !important;
      color: #000 !important;
  }
  
  .t-btn svg {
      width: 15px !important;
      height: 13px !important;
      transition: transform 0.3s ease !important;
  }
  
  .t-btn:hover svg {
      transform: translateX(5px) !important;
  }
  
  .watch__right {
      flex: 1 !important;
      overflow: hidden !important;
  }
  
  .swiper {
      width: 100% !important;
      overflow: visible !important;
  }
  
  .swiper-wrapper {
      display: flex !important;
      align-items: stretch !important;
  }
  
  .swiper-slide {
      width: auto !important;
      flex-shrink: 0 !important;
      margin-right: 10px !important;
  }
  
  .watch__item {
      display: block !important;
      transition: transform 0.3s ease !important;
      border-radius: 8px !important;
      overflow: hidden !important;
      width: 124.75px !important;
      height: auto !important;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
      cursor: default !important;
  }
  
  .watch__item:hover {
      transform: scale(1.05) !important;
  }
  
  /* Home League Section */
  #home-league {
      position: relative !important;
      padding: 60px 0 !important;
      background: #f8f9fa !important;
      overflow: hidden !important;
  }
  
  /* Override for home-league inside home-three-section-bg */
  .home-three-section-bg #home-league {
      background: transparent !important;
      overflow: visible !important;
  }
  
  .home-league-bg {
      position: absolute !important;
      top: 0 !important;
      left: 0 !important;
      width: 100% !important;
      height: 100% !important;
      z-index: 0 !important;
      opacity: 0.1 !important;
  }
  
  .home-league-bg img {
      width: 100% !important;
      height: 100% !important;
      object-fit: cover !important;
  }
  
  .league-box {
      position: relative !important;
      z-index: 1 !important;
      padding: 0 20px !important;
  }
  
  .league {
      display: flex !important;
      align-items: center !important;
      gap: 40px !important;
      max-width: 1200px !important;
      margin: 0 auto !important;
  }
  
  .league__left {
      flex: 1 !important;
      max-width: 500px !important;
  }
  
  .league__left h3 {
      font-size: 32px !important;
      font-weight: 700 !important;
      color: #000 !important;
      margin-bottom: 15px !important;
      line-height: 1.3 !important;
  }
  
  .league__left h3 b {
      color: #0facee !important;
  }
  
  .league__left p {
      font-size: 16px !important;
      color: #666 !important;
      margin-bottom: 25px !important;
      line-height: 1.6 !important;
  }
  
  .league__right {
      flex: 1 !important;
      text-align: center !important;
  }
  
  .league__right img {
      max-width: 100% !important;
      height: auto !important;
  }
  
  /* Series and Films Sections */
  #series,
  #films {
      background: #fff !important;
      padding: 60px 0 !important;
  }
  
  #series {
      margin-top: 0 !important;
  }
  
  /* Override for series and films inside home-three-section-bg */
  .home-three-section-bg #series,
  .home-three-section-bg #films {
      background: transparent !important;
  }
  
  /* Responsive Styles for Watch and League Sections */
  @media (max-width: 992px) {
      .home-three-section-bg {
          background-attachment: scroll !important;
      }
      
      .watch {
          flex-direction: column !important;
          gap: 30px !important;
      }
      
      .watch__left {
          max-width: 100% !important;
          text-align: center !important;
      }
      
      .league {
          flex-direction: column !important;
          gap: 30px !important;
          text-align: center !important;
      }
      
      .league__left {
          max-width: 100% !important;
      }
  }
  
  @media (max-width: 768px) {
      .home-three-section-bg {
          background-attachment: scroll !important;
          min-height: auto !important;
          background-size: cover !important;
      }
      
      .home-three-section-bg #series {
          padding-top: 40px !important;
          padding-bottom: 30px !important;
      }
      
      .home-three-section-bg #home-league {
          padding-top: 30px !important;
          padding-bottom: 30px !important;
      }
      
      .home-three-section-bg #films {
          padding-top: 30px !important;
          padding-bottom: 40px !important;
      }
      
      .watch-box {
          padding: 40px 15px !important;
      }
      
      .watch__left h3,
      .league__left h3 {
          font-size: 24px !important;
      }
      
      .watch__left p,
      .league__left p {
          font-size: 14px !important;
      }
      
      .watch__item img {
          width: 100px !important;
      }
      
      #series,
      #films,
      #home-league {
          padding: 40px 0 !important;
      }
  }
  
  @media (max-width: 480px) {
      .watch__item img {
          width: 80px !important;
      }
      
      .watch__left h3,
      .league__left h3 {
          font-size: 20px !important;
      }
      
      .t-btn {
          padding: 10px 20px !important;
          font-size: 12px !important;
      }
  }
  
  /* t-container class */
  .t-container {
      max-width: 1200px !important;
      margin: 0 auto !important;
      padding: 0 20px !important;
  }
  

    .match-countdown-container {
        background: linear-gradient(181deg, #366f33 0%, #142e05 100%);
        padding: 15px 0;
        margin: 0;
        margin-top: 80px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
        position: relative;
        overflow: hidden;
        text-align: left !important;
        z-index: 998;
        background-image: 
            radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
            radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.08) 0%, transparent 50%),
            linear-gradient(181deg, #366f33 0%, #142e05 100%);
    }
    
    .match-countdown-container .container {
        text-align: left !important;
        position: relative;
        z-index: 1;
    }

    .match-countdown-container::before {
        content: '';
        position: absolute;
        top: -200%;
        left: -100%;
        width: 300%;
        height: 500%;
        background: linear-gradient(
            45deg,
            transparent 20%,
            rgba(255, 255, 255, 0.15) 40%,
            rgba(255, 255, 255, 0.4) 50%,
            rgba(255, 255, 255, 0.15) 60%,
            transparent 80%
        );
        animation: shineHeader 5s linear infinite;
        pointer-events: none;
        z-index: 2;
        filter: blur(2px);
    }

    @keyframes shineHeader {
        0% {
            transform: translateX(-100%) translateY(-100%) rotate(45deg);
            opacity: 0;
        }
        5% {
            opacity: 1;
        }
        45% {
            opacity: 1;
        }
        55% {
            opacity: 1;
        }
        95% {
            opacity: 1;
        }
        100% {
            transform: translateX(100%) translateY(100%) rotate(45deg);
            opacity: 0;
        }
    }

    .match-countdown-wrapper {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 15px;
        position: relative;
        z-index: 1;
    }
    
    .match-countdown-container .container {
        text-align: center !important;
    }

    .team-logos-section {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 12px;
        flex: 0 0 auto;
    }
    
    .team-logos-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        flex-wrap: nowrap;
    }
    
    .vs-separator {
        font-size: 20px;
        font-weight: 700;
        color: #fff;
        text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
        padding: 0 8px;
    }

    .team-logo {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
        transition: all 0.3s ease;
        position: relative;
        overflow: hidden;
        animation: logoPulse 3s ease-in-out infinite;
        flex-shrink: 0;
    }

    #team-logo-1 {
        animation-delay: 0s;
    }

    #team-logo-2 {
        animation-delay: 1.5s;
    }

    @keyframes logoPulse {
        0%, 100% {
            transform: scale(1);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
        }
        50% {
            transform: scale(1.05);
            box-shadow: 0 12px 30px rgba(255, 255, 255, 0.3);
        }
    }

    .team-logo:hover {
        transform: scale(1.15) !important;
        box-shadow: 0 15px 35px rgba(255, 255, 255, 0.4);
        animation: none;
    }

    .team-logo img {
        width: 80%;
        height: 80%;
        object-fit: contain;
        border-radius: 50%;
    }

    .countdown-content {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 15px;
        color: #fff;
        flex: 0 0 auto;
        min-width: 0;
        width: auto;
        text-align: center !important;
    }
    
    .match-title-section {
        margin-bottom: 0;
        margin-right: 15px;
        width: auto;
        text-align: center !important;
        align-self: center !important;
        flex-shrink: 0;
    }

    .match-title {
        font-size: 14px;
        font-weight: 600;
        margin: 0;
        text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
        color: #fff;
        letter-spacing: 0.3px;
        line-height: 1.3;
        text-align: center !important;
        width: auto;
        display: block;
        white-space: nowrap;
    }

    .countdown-timer {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        flex-wrap: nowrap;
        flex-shrink: 0;
    }

    .time-unit {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.15);
        backdrop-filter: blur(10px);
        border-radius: 8px;
        padding: 8px 12px;
        min-width: 50px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
        border: 1px solid rgba(255, 255, 255, 0.2);
        transition: all 0.3s ease;
    }

    .time-unit:hover {
        background: rgba(255, 255, 255, 0.25);
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
    }

    .time-value {
        font-size: 24px;
        font-weight: 700;
        color: #fff;
        line-height: 1;
        margin-bottom: 2px;
        text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
        animation: pulseNumber 1s ease-in-out infinite;
    }

    @keyframes pulseNumber {
        0%, 100% {
            transform: scale(1);
        }
        50% {
            transform: scale(1.05);
        }
    }

    .time-label {
        font-size: 10px;
        font-weight: 600;
        color: rgba(255, 255, 255, 0.9);
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .time-separator {
        font-size: 20px;
        font-weight: 700;
        color: #fff;
        text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
        animation: blinkSeparator 1s ease-in-out infinite;
        padding: 0 2px;
    }

    @keyframes blinkSeparator {
        0%, 100% {
            opacity: 1;
        }
        50% {
            opacity: 0.3;
        }
    }

    .match-ended-message {
        font-size: 14px;
        font-weight: 700;
        color: #fff;
        text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
        padding: 20px;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 12px;
        backdrop-filter: blur(10px);
        cursor: pointer;
        transition: all 0.3s ease;
        border: 2px solid rgba(255, 255, 255, 0.2);
        user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
    }
    
    .match-ended-message:hover {
        background: rgba(255, 255, 255, 0.2);
        border-color: rgba(255, 255, 255, 0.4);
        transform: scale(1.05);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
    }
    
    .match-ended-message:active {
        transform: scale(0.98);
        background: rgba(255, 255, 255, 0.15);
    }

    @media (max-width: 768px) {
        .match-countdown-container {
            padding: 12px 0;
            margin-top: 70px !important;
            z-index: 998;
            overflow: hidden;
        }
        
        .match-countdown-wrapper {
            flex-direction: row;
            align-items: center;
            justify-content: center;
            gap: 15px;
        }
        
        .team-logos-section {
            align-items: center;
            justify-content: center;
            flex: 0 0 auto;
        }
        
        .team-logos-wrapper {
            gap: 8px;
            justify-content: center;
        }
        
        .vs-separator {
            font-size: 18px;
            padding: 0 6px;
        }
        
        .team-logo {
            width: 50px;
            height: 50px;
        }
        
        .countdown-content {
            align-items: center !important;
            flex-direction: row !important;
            flex: 0 0 auto;
            min-width: 0;
            text-align: center !important;
            width: auto;
            gap: 12px;
            justify-content: center !important;
        }
        
        .match-title {
            font-size: 13px;
            text-align: center !important;
            width: auto;
            display: none !important;
            white-space: nowrap;
        }
        
        .match-title-section {
            text-align: center !important;
            width: auto;
            margin-bottom: 0;
            margin-right: 0;
            margin-left: 0;
            align-self: center !important;
            flex-shrink: 0;
            display: none !important;
        }
        
        .countdown-timer {
            gap: 6px;
            justify-content: center;
            width: auto;
            flex-wrap: nowrap;
            flex-shrink: 0;
        }
        
        .time-unit {
            padding: 6px 10px;
            min-width: 45px;
        }
        
        .time-value {
            font-size: 20px;
        }
        
        .time-label {
            font-size: 9px;
        }
        
        .time-separator {
            font-size: 18px;
        }
    }

    @media (max-width: 480px) {
        .match-countdown-container {
            padding: 12px 0;
            position: relative;
            z-index: 998;
            overflow: hidden;
        }
        
        .match-countdown-wrapper {
            flex-direction: row;
            align-items: center;
            justify-content: center;
            gap: 12px;
            padding: 0 10px;
        }
        
        .team-logos-section {
            align-items: center;
            justify-content: center;
            flex: 0 0 auto;
        }
        
        .team-logos-wrapper {
            gap: 6px;
            justify-content: center;
        }
        
        .team-logo {
            width: 45px;
            height: 45px;
        }
        
        .vs-separator {
            font-size: 16px;
            padding: 0 5px;
        }
        
        .countdown-content {
            align-items: center !important;
            flex-direction: row !important;
            flex: 0 0 auto;
            min-width: 0;
            text-align: center !important;
            width: auto;
            padding-top: 0;
            margin-top: 0;
            gap: 10px;
            justify-content: center !important;
        }
        
        .match-ended-message {
            font-size: 16px;
            padding: 12px;
            cursor: pointer;
            -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
            touch-action: manipulation;
        }
        
        .match-ended-message:hover {
            transform: scale(1.02);
        }
        
        .match-ended-message:active {
            transform: scale(0.98);
        }
        
        .match-title {
            font-size: 12px;
            text-align: center !important;
            width: auto;
            display: none !important;
            margin-top: 0;
            padding-top: 0;
            line-height: 1.4;
            white-space: nowrap;
        }
        
        .match-title-section {
            text-align: center !important;
            width: auto;
            margin-bottom: 0;
            margin-right: 0;
            margin-left: 0;
            margin-top: 0;
            padding-top: 0;
            align-self: center !important;
            flex-shrink: 0;
            display: none !important;
        }
        
        .countdown-timer {
            gap: 5px;
            justify-content: center;
            width: auto;
            flex-wrap: nowrap;
            flex-shrink: 0;
        }
        
        .time-unit {
            padding: 5px 8px;
            min-width: 40px;
        }
        
        .time-value {
            font-size: 18px;
        }
        
        .time-label {
            font-size: 8px;
        }
        
        .time-separator {
            font-size: 16px;
        }
    }

    .popup-overlay {
      position: fixed !important;
      top: 0 !important;
      left: 0 !important;
      width: 100% !important;
      height: 100% !important;
      background: rgba(0, 0, 0, 0.75) !important;
      backdrop-filter: blur(8px) !important;
      -webkit-backdrop-filter: blur(8px) !important;
      z-index: 999999 !important;
      align-items: center !important;
      justify-content: center !important;
      padding: 20px !important;
      box-sizing: border-box !important;
      margin: 0 !important;
      border: none !important;
      box-shadow: none !important;
    }
    
    .popup-overlay[style*="block"] {
      display: flex !important;
      animation: fadeIn 0.3s ease-out !important;
    }
    
    .popup-overlay[style*="none"] {
      display: none !important;
    }
    
    @keyframes fadeIn {
      from {
        opacity: 0;
      }
      to {
        opacity: 1;
      }
    }
    
    .popup-location {
      position: relative !important;
      width: 100% !important;
      max-width: 500px !important;
      background: #fff !important;
      background-image: none !important;
      background-size: auto !important;
      border-radius: 20px !important;
      box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3) !important;
      overflow: hidden !important;
      animation: slideUp 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
      transform-origin: center !important;
      padding: 0 !important;
      margin: 0 !important;
      border: none !important;
      font-size: inherit !important;
      z-index: inherit !important;
      transition: none !important;
      top: auto !important;
      left: auto !important;
      transform: none !important;
    }
    
    @keyframes slideUp {
      from {
        transform: translateY(50px) scale(0.9);
        opacity: 0;
      }
      to {
        transform: translateY(0) scale(1);
        opacity: 1;
      }
    }
    
    .ustbaslik1 {
      position: relative !important;
      background: linear-gradient(135deg, #511567 0%, #7B2C8F 100%) !important;
      padding: 25px 20px !important;
      margin: 0 !important;
      overflow: hidden !important;
      background-image: 
        radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        linear-gradient(135deg, #511567 0%, #7B2C8F 100%) !important;
      display: flex !important;
      justify-content: center !important;
      align-items: center !important;
    }
    
    .ustbaslik1::before {
      content: '';
      position: absolute;
      top: -200%;
      left: -100%;
      width: 300%;
      height: 500%;
      background: linear-gradient(
        45deg,
        transparent 20%,
        rgba(255, 255, 255, 0.2) 40%,
        rgba(255, 255, 255, 0.5) 50%,
        rgba(255, 255, 255, 0.2) 60%,
        transparent 80%
      );
      animation: shineHeader 5s linear infinite;
      pointer-events: none;
      z-index: 2;
      filter: blur(3px);
    }
    
    @keyframes shineHeader {
      0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
        opacity: 0;
      }
      10% {
        opacity: 1;
      }
      40% {
        opacity: 1;
      }
      60% {
        opacity: 1;
      }
      90% {
        opacity: 1;
      }
      100% {
        transform: translateX(100%) translateY(100%) rotate(45deg);
        opacity: 0;
      }
    }
    
    .ustbaslik1 h2 {
      font-size: 22px !important;
      font-weight: 700 !important;
      color: #fff !important;
      text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2) !important;
      line-height: 1.3 !important;
      margin: 0 !important;
      position: relative;
      z-index: 5;
    }
    
    .altbaslik1 {
      text-align: center !important;
      font-size: 16px !important;
      color: #fff !important;
      font-weight: 500 !important;
      margin: 10px 0 !important;
      line-height: 1.4 !important;
      position: relative;
      z-index: 5;
    }
    
    .popup-location .altbaslik1:last-of-type {
      color: #511567 !important;
      font-weight: 600 !important;
      font-size: 16px !important;
    }
    
    .sehirsecimkapat {
      position: absolute !important;
      top: 15px !important;
      right: 15px !important;
      width: 36px !important;
      height: 36px !important;
      background: rgba(255, 255, 255, 0.2) !important;
      backdrop-filter: blur(10px) !important;
      border: 2px solid rgba(255, 255, 255, 0.3) !important;
      border-radius: 50% !important;
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      color: #fff !important;
      font-size: 18px !important;
      cursor: pointer !important;
      transition: all 0.3s ease !important;
      z-index: 10 !important;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
      fill: #fff !important;
    }
    
    .sehirsecimkapat:hover {
      background: rgba(255, 255, 255, 0.3) !important;
      border-color: rgba(255, 255, 255, 0.5) !important;
      transform: scale(1.1) rotate(90deg) !important;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3) !important;
    }
    
    .sehirsecimkapat:active {
      transform: scale(0.95) rotate(90deg) !important;
    }
    
    .popup-location {
      background: #fff !important;
      padding: 0 !important;
    }
    
    .popup-location > center {
      padding: 30px 25px !important;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0.98), #fff) !important;
      display: flex !important;
      flex-direction: column !important;
      align-items: center !important;
    }
    
    .price-section-wrapper {
      display: flex !important;
      align-items: center !important;
      justify-content: flex-start !important;
      gap: 20px !important;
      width: 100% !important;
      margin: 0 0 20px 0 !important;
      padding: 20px 25px !important;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0.98), #fff) !important;
      border-bottom: 2px solid rgba(81, 21, 103, 0.1) !important;
    }
    
    .price-section-image {
      max-width: 100px !important;
      height: auto !important;
      flex-shrink: 0 !important;
      object-fit: contain !important;
    }
    
    .price-section-content {
      flex: 1 !important;
      text-align: center !important;
      display: flex !important;
      flex-direction: column !important;
      align-items: center !important;
      justify-content: center !important;
    }
    
    .price-section-content .altbaslik1 {
      margin: 5px 0 !important;
      color: #511567 !important;
      font-weight: 600 !important;
      font-size: 16px !important;
    }
    
    .price-amount-popup {
      display: inline-block !important;
      font-size: 42px !important;
      font-weight: 700 !important;
      background: linear-gradient(135deg, #511567 0%, #7B2C8F 100%) !important;
      -webkit-background-clip: text !important;
      -webkit-text-fill-color: transparent !important;
      background-clip: text !important;
      margin: 10px 0 !important;
    }
    
    .price-subtitle-popup {
      margin-top: 10px !important;
      color: #511567 !important;
      font-weight: 600 !important;
      font-size: 16px !important;
    }
    
    .popup-location select.btn {
      width: 100% !important;
      max-width: 100% !important;
      padding: 15px 50px 15px 50px !important;
      font-size: 16px !important;
      font-weight: 600 !important;
      color: #511567 !important;
      background: #fff !important;
      border: 2px solid #511567 !important;
      border-radius: 12px !important;
      cursor: pointer !important;
      outline: none !important;
      appearance: none !important;
      -webkit-appearance: none !important;
      -moz-appearance: none !important;
      transition: all 0.3s ease !important;
      box-shadow: 0 4px 12px rgba(81, 21, 103, 0.1) !important;
      position: relative !important;
      text-align: left !important;
      margin-bottom: 20px !important;
    }
    
    .popup-location select.btn:hover {
      border-color: #7B2C8F !important;
      box-shadow: 0 6px 20px rgba(81, 21, 103, 0.2) !important;
      transform: translateY(-2px) !important;
    }
    
    .popup-location select.btn:focus {
      border-color: #7B2C8F !important;
      box-shadow: 0 0 0 4px rgba(81, 21, 103, 0.1), 0 6px 20px rgba(81, 21, 103, 0.2) !important;
      transform: translateY(-2px) !important;
    }
    
    .popup-location select.btn option {
      padding: 12px !important;
      font-size: 15px !important;
      color: #333 !important;
      background: #fff !important;
    }
    
    .popup-location select.btn option:first-child {
      color: #999 !important;
      font-weight: 500 !important;
    }
    
    @media screen and (max-width: 768px) {
      .popup-overlay {
        padding: 15px !important;
      }
      
      .popup-location {
        max-width: 100% !important;
        border-radius: 16px !important;
      }
      
      .ustbaslik1 {
        padding: 20px 15px !important;
      }
      
      .ustbaslik1 h2 {
        font-size: 20px !important;
      }
      
      .altbaslik1 {
        font-size: 15px !important;
      }
      
      .sehirsecimkapat {
        width: 32px !important;
        height: 32px !important;
        font-size: 16px !important;
        top: 12px !important;
        right: 12px !important;
      }
      
      .popup-location > center {
        padding: 25px 20px !important;
      }
      
      .price-section-wrapper {
        flex-direction: row !important;
        gap: 15px !important;
        padding: 18px 20px !important;
        justify-content: flex-start !important;
      }
      
      .price-section-image {
        max-width: 80px !important;
      }
      
      .price-section-content {
        align-items: flex-start !important;
        text-align: left !important;
      }
      
      .price-amount-popup {
        font-size: 36px !important;
      }
      
      .popup-location select.btn {
        padding: 14px 45px 14px 45px !important;
        font-size: 15px !important;
      }
    }
    
    @media screen and (max-width: 480px) {
      .popup-overlay {
        padding: 10px !important;
      }
      
      .popup-location {
        border-radius: 14px !important;
      }
      
      .ustbaslik1 {
        padding: 18px 12px !important;
      }
      
      .ustbaslik1 h2 {
        font-size: 18px !important;
      }
      
      .altbaslik1 {
        font-size: 14px !important;
      }
      
      .sehirsecimkapat {
        width: 30px !important;
        height: 30px !important;
        font-size: 14px !important;
        top: 10px !important;
        right: 10px !important;
      }
      
      .popup-location > center {
        padding: 20px 15px !important;
      }
      
      .price-section-wrapper {
        flex-direction: row !important;
        gap: 12px !important;
        padding: 15px 18px !important;
        justify-content: flex-start !important;
      }
      
      .price-section-image {
        max-width: 70px !important;
      }
      
      .price-section-content {
        align-items: flex-start !important;
        text-align: left !important;
      }
      
      .price-amount-popup {
        font-size: 32px !important;
      }
      
      .price-subtitle-popup {
        font-size: 14px !important;
      }
      
      .popup-location select.btn {
        padding: 12px 40px 12px 40px !important;
        font-size: 14px !important;
      }
    }

    .modern-left-buttons-container {
      position: fixed;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      z-index: 999999;
      padding: 10px 0;
    }
    
    /* Varsayılan olarak mobil buton grubunu gizle
       Sadece mobil media query içinde (max-width: 979px) tekrar görünür yapacağız */
    .modern-mobile-buttons-wrapper {
      display: none !important;
    }
    
    .left-buttons-wrapper {
      display: flex;
      flex-direction: column;
      gap: 12px;
      align-items: flex-start;
    }
    
    .modern-left-btn {
      position: relative;
      width: 70px;
      min-height: 70px;
      border-radius: 0 16px 16px 0;
      overflow: hidden;
      transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
      border: 2px solid rgba(255, 255, 255, 0.2);
      cursor: pointer;
    }
    
    .modern-left-btn:hover {
      width: 180px;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
      border-color: rgba(255, 255, 255, 0.4);
    }
    
    .modern-left-btn:hover .btn-text-wrapper {
      opacity: 1;
      transform: translateX(0);
    }
    
    .modern-left-btn:hover .btn-icon {
      transform: scale(1.1) rotate(5deg);
    }
    
    .modern-left-btn:hover .btn-shine {
      opacity: 1;
      transform: translateX(100%);
    }
    
    .btn-featured {
      border: 2px solid rgba(255, 255, 255, 0.3);
      box-shadow: 0 6px 20px rgba(102, 126, 234, 0.3);
    }
    
    .btn-featured:hover {
      box-shadow: 0 12px 30px rgba(102, 126, 234, 0.4);
    }
    
    .btn-featured-badge {
      position: absolute;
      top: 5px;
      right: 5px;
      background: rgba(255, 255, 255, 0.9);
      color: #511567;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 10px;
      z-index: 15;
      pointer-events: none;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    }
    
    .btn-featured-badge i {
      color: #ffd700;
    }
    
    .btn-background-pattern {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0.15;
      background-image: 
        radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.3) 0%, transparent 50%),
        radial-gradient(circle at 70% 70%, rgba(255, 255, 255, 0.2) 0%, transparent 50%);
      pointer-events: none;
      z-index: 1;
    }
    
    .btn-gradient-overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      pointer-events: none !important;
      z-index: 1;
      border-radius: 0 16px 16px 0;
    }
    
    @media screen and (min-width: 980px) {
      .btn-gradient-overlay {
        border-radius: 0 16px 16px 0;
      }
    }
    
    .overlay-tel {
      background: linear-gradient(135deg, rgba(0, 123, 255, 0.9) 0%, rgba(0, 86, 179, 0.95) 100%);
    }
    
    .overlay-blue {
      background: linear-gradient(135deg, rgba(0, 123, 255, 0.85) 0%, rgba(0, 86, 179, 0.9) 100%);
    }
    
    .overlay-green {
      background: linear-gradient(135deg, rgba(40, 167, 69, 0.85) 0%, rgba(30, 126, 52, 0.9) 100%);
    }
    
    .overlay-orange {
      background: linear-gradient(135deg, rgba(253, 126, 20, 0.85) 0%, rgba(232, 89, 12, 0.9) 100%);
    }
    
    .modern-left-button {
      position: relative;
      z-index: 10;
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 12px 15px;
      text-decoration: none;
      color: #fff;
      width: 100%;
      height: 100%;
      pointer-events: auto !important;
      transition: all 0.3s ease;
    }
    
    .btn-icon-wrapper {
      position: relative;
      flex-shrink: 0;
      width: 46px;
      height: 46px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    
    .btn-icon {
      width: 46px;
      height: 46px;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 22px;
      color: #fff;
      position: relative;
      z-index: 3;
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
      transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      background: rgba(255, 255, 255, 0.2);
      backdrop-filter: blur(10px);
      border: 2px solid rgba(255, 255, 255, 0.3);
      pointer-events: none;
    }
    
    .icon-tel,
    .icon-blue {
      background: linear-gradient(135deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 100%);
    }
    
    .icon-green {
      background: linear-gradient(135deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 100%);
    }
    
    .icon-orange {
      background: linear-gradient(135deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 100%);
    }
    
    .btn-icon-glow {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 60px;
      height: 60px;
      border-radius: 50%;
      z-index: 1;
      animation: glowPulse 3s ease-in-out infinite;
      filter: blur(12px);
      pointer-events: none;
    }
    
    .glow-tel,
    .glow-blue {
      background: rgba(0, 123, 255, 0.4);
    }
    
    .glow-green {
      background: rgba(40, 167, 69, 0.4);
    }
    
    .glow-orange {
      background: rgba(253, 126, 20, 0.4);
    }
    
    @keyframes glowPulse {
      0%, 100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.5;
      }
      50% {
        transform: translate(-50%, -50%) scale(1.3);
        opacity: 0.2;
      }
    }
    
    .btn-text-wrapper {
      flex: 1;
      display: flex;
      flex-direction: column;
      gap: 2px;
      opacity: 0;
      transform: translateX(-10px);
      transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      white-space: nowrap;
      pointer-events: none;
    }
    
    .btn-main-text {
      font-size: 14px;
      font-weight: 700;
      color: #fff;
      text-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
      line-height: 1.2;
    }
    
    .btn-sub-text {
      font-size: 11px;
      font-weight: 500;
      color: rgba(255, 255, 255, 0.95);
      text-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
      line-height: 1.2;
    }
    
    .btn-phone-number {
      font-size: 13px;
      font-weight: 600;
      color: #fff;
      text-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
      margin-top: 2px;
      letter-spacing: 0.5px;
    }
    
    .btn-shine {
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
      );
      transition: all 0.6s ease;
      z-index: 4;
      opacity: 0;
      pointer-events: none;
      border-radius: 0 16px 16px 0;
    }
    
    @media screen and (min-width: 980px) {
      .desktop-buttons {
        display: block !important;
      }
      
      /* Masaüstünde mobil footer barını tamamen gizle
         (sadece görünmez yapmak yerine alan kaplamasını da engelle) */
      #footerhemenara.modern-footer-container {
        display: none !important;
      }
      
      .modern-left-buttons-container .btn-phone-number.desktop-phone {
        display: block !important;
      }
      
      .modern-left-buttons-container .btn-phone-number.mobile-phone {
        display: none !important;
      }
    }
    
    @media screen and (max-width: 979px) {
      .desktop-buttons {
        display: none !important;
      }
      
      #footerhemenara.modern-footer-container {
        visibility: visible !important;
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        z-index: 1000000000 !important;
        background: transparent !important;
        background-color: transparent !important;
        padding: 0 !important;
        margin: 0 !important;
        text-align: center !important;
        height: auto !important;
        border: none !important;
        box-shadow: none !important;
      }
      
      #footerhemenara.modern-footer-container > i {
        display: none !important;
      }
      
      #footerhemenara.modern-footer-container .partner_d {
        display: none !important;
      }
      
      #footerhemenara.modern-footer-container a,
      #footerhemenara.modern-footer-container .modern-left-button {
        color: #fff !important;
        font-weight: normal !important;
        font-size: inherit !important;
        text-decoration: none !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
      }
      
      #footerhemenara.modern-footer-container .modern-left-button i,
      #footerhemenara.modern-footer-container .btn-icon i,
      #footerhemenara.modern-footer-container .modern-mobile-buttons-wrapper i,
      #footerhemenara.modern-footer-container .modern-mobile-buttons-wrapper .btn-icon i,
      #footerhemenara.modern-footer-container .modern-mobile-buttons-wrapper .btn-icon-wrapper i {
        color: #ffffff !important;
        font-size: 14px !important;
        display: inline-block !important;
        visibility: visible !important;
        opacity: 1 !important;
        margin-bottom: 0 !important;
        width: auto !important;
        height: auto !important;
      }
      
      #footerhemenara.modern-footer-container .modern-mobile-buttons-wrapper a i.bi,
      #footerhemenara.modern-footer-container .modern-mobile-buttons-wrapper .btn-icon i.bi,
      #footerhemenara.modern-footer-container .modern-mobile-buttons-wrapper .btn-icon i.bi-telephone-inbound,
      #footerhemenara.modern-footer-container .modern-mobile-buttons-wrapper .btn-icon i.bi-file-text,
      #footerhemenara.modern-footer-container .modern-mobile-buttons-wrapper .btn-icon i.bi-geo-alt-fill {
        color: #ffffff !important;
        font-size: 14px !important;
        display: inline-block !important;
        margin-bottom: 0 !important;
        visibility: visible !important;
        opacity: 1 !important;
      }
      
      .modern-mobile-buttons-wrapper {
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-evenly !important;
        align-items: center !important;
        gap: 4px !important;
        width: 100%;
        padding: 10px 4px !important;
        background: transparent !important;
        background-color: transparent !important;
        height: auto !important;
        flex-wrap: wrap;
        margin: 0 !important;
        box-sizing: border-box;
      }
      
      .modern-mobile-buttons-wrapper .modern-left-btn {
        width: auto !important;
        min-width: 65px !important;
        min-height: 65px !important;
        max-width: calc(25% - 3px) !important;
        border-radius: 12px !important;
        flex: 1;
        margin: 0 !important;
        padding: 0 !important;
        background: none !important;
        background-color: transparent !important;
        border: 2px solid rgba(255, 255, 255, 0.2) !important;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
        position: relative !important;
        overflow: hidden !important;
        cursor: pointer !important;
      }
      
      .modern-mobile-buttons-wrapper .modern-left-btn .btn-gradient-overlay {
        border-radius: 12px !important;
        opacity: 1 !important;
        z-index: 1 !important;
        display: block !important;
      }
      
      .modern-mobile-buttons-wrapper .modern-left-btn .btn-background-pattern {
        opacity: 0.15 !important;
        z-index: 1 !important;
        display: block !important;
      }
      
      .modern-mobile-buttons-wrapper .modern-left-btn .btn-text-wrapper {
        opacity: 1 !important;
        transform: translateX(0) !important;
        display: flex !important;
        z-index: 10 !important;
        position: relative !important;
      }
      
      .modern-mobile-buttons-wrapper .modern-left-btn .btn-shine {
        display: none !important;
      }
      
      .modern-mobile-buttons-wrapper .modern-left-button {
        flex-direction: column !important;
        padding: 8px 4px !important;
        gap: 3px !important;
        justify-content: center !important;
        text-align: center !important;
        align-items: center !important;
        width: 100% !important;
        height: 100% !important;
        background: transparent !important;
        background-color: transparent !important;
        border: none !important;
        color: #fff !important;
        text-decoration: none !important;
        position: relative !important;
        z-index: 10 !important;
      }
      
      .modern-mobile-buttons-wrapper .btn-icon-wrapper {
        width: 28px !important;
        height: 28px !important;
        margin: 0 auto !important;
        flex-shrink: 0 !important;
        position: relative !important;
        z-index: 10 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
      }
      
      .modern-mobile-buttons-wrapper .btn-icon {
        width: 28px !important;
        height: 28px !important;
        font-size: 14px !important;
        margin: 0 !important;
        color: #fff !important;
        background: rgba(255, 255, 255, 0.2) !important;
        backdrop-filter: blur(10px) !important;
        border: 2px solid rgba(255, 255, 255, 0.3) !important;
        border-radius: 8px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        position: relative !important;
        z-index: 10 !important;
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25) !important;
        visibility: visible !important;
        opacity: 1 !important;
      }
      
      .modern-mobile-buttons-wrapper .btn-icon i,
      .modern-mobile-buttons-wrapper .btn-icon i.bi,
      .modern-mobile-buttons-wrapper .modern-left-button .btn-icon-wrapper .btn-icon i,
      .modern-mobile-buttons-wrapper .btn-icon-wrapper .btn-icon i,
      .modern-mobile-buttons-wrapper .btn-icon i.bi-telephone-inbound,
      .modern-mobile-buttons-wrapper .btn-icon i.bi-file-text,
      .modern-mobile-buttons-wrapper .btn-icon i.bi-geo-alt-fill {
        color: #ffffff !important;
        font-size: 14px !important;
        display: inline-block !important;
        visibility: visible !important;
        opacity: 1 !important;
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        line-height: 1 !important;
        font-style: normal !important;
        font-weight: normal !important;
        text-decoration: none !important;
        position: relative !important;
        z-index: 11 !important;
      }
      
      #footerhemenara.modern-footer-container .modern-mobile-buttons-wrapper .btn-icon i,
      #footerhemenara.modern-footer-container .modern-mobile-buttons-wrapper i.bi {
        color: #ffffff !important;
        font-size: 16px !important;
        display: inline-block !important;
        visibility: visible !important;
        opacity: 1 !important;
      }
      
      .modern-mobile-buttons-wrapper .btn-icon-glow {
        width: 36px !important;
        height: 36px !important;
        z-index: 1 !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
      }
      
      .modern-mobile-buttons-wrapper .modern-left-btn .btn-icon,
      .modern-mobile-buttons-wrapper .modern-left-btn .btn-icon-wrapper,
      .modern-mobile-buttons-wrapper .modern-left-btn .btn-icon i,
      .modern-mobile-buttons-wrapper .modern-left-btn .btn-icon-wrapper .btn-icon,
      .modern-mobile-buttons-wrapper .modern-left-btn .btn-icon-wrapper .btn-icon i {
        visibility: visible !important;
        opacity: 1 !important;
        display: flex !important;
      }
      
      .modern-mobile-buttons-wrapper .modern-left-btn .btn-icon i {
        display: inline-block !important;
      }
      
      .modern-mobile-buttons-wrapper .btn-text-wrapper {
        gap: 2px !important;
        align-items: center !important;
        text-align: center !important;
        width: 100% !important;
        margin-top: 4px !important;
        position: relative !important;
        z-index: 10 !important;
      }
      
      .modern-mobile-buttons-wrapper .btn-main-text {
        font-size: 11px !important;
        line-height: 1.3 !important;
        font-weight: 700 !important;
        color: #fff !important;
        text-shadow: 0 2px 6px rgba(0, 0, 0, 0.2) !important;
        display: block !important;
      }
      
      .modern-mobile-buttons-wrapper .btn-sub-text {
        font-size: 11px !important;
        line-height: 1.3 !important;
        font-weight: 600 !important;
        color: #fff !important;
        text-shadow: 0 2px 6px rgba(0, 0, 0, 0.2) !important;
        display: block !important;
      }
      
      .modern-mobile-buttons-wrapper .btn-phone-number {
        font-size: 11px !important;
        margin-top: 2px !important;
        font-weight: 600 !important;
        color: #fff !important;
        text-shadow: 0 2px 6px rgba(0, 0, 0, 0.2) !important;
        display: block !important;
      }
      
      .modern-mobile-buttons-wrapper .btn-phone-number.desktop-phone {
        display: none !important;
      }
      
      .modern-mobile-buttons-wrapper .btn-phone-number.mobile-phone {
        display: block !important;
        letter-spacing: 0.5px !important;
      }
      
      .modern-mobile-buttons-wrapper .btn-featured-badge {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        width: 0 !important;
        height: 0 !important;
      }
      
      .modern-mobile-buttons-wrapper .modern-left-btn:hover {
        width: auto !important;
        min-width: 65px !important;
        transform: none !important;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
        border-color: rgba(255, 255, 255, 0.2) !important;
      }
      
      .modern-mobile-buttons-wrapper .modern-left-btn:hover .btn-icon {
        transform: none !important;
      }
      
      .modern-mobile-buttons-wrapper .modern-left-btn:hover .btn-text-wrapper {
        opacity: 1 !important;
        transform: translateX(0) !important;
      }
      
      .modern-mobile-buttons-wrapper .modern-left-btn:active {
        transform: scale(0.95) !important;
      }
      
      .modern-mobile-buttons-wrapper .modern-left-button:active {
        transform: scale(0.95) !important;
      }
      
      .modern-mobile-buttons-wrapper .modern-left-btn,
      .modern-mobile-buttons-wrapper .modern-left-button {
        cursor: pointer !important;
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3) !important;
        touch-action: manipulation !important;
        user-select: none !important;
        -webkit-user-select: none !important;
      }
    }
    
    @media screen and (max-width: 480px) {
      .modern-mobile-buttons-wrapper {
        padding: 8px 3px !important;
        gap: 3px !important;
      }
      
      .modern-mobile-buttons-wrapper .modern-left-btn {
        min-width: 58px !important;
        min-height: 58px !important;
        max-width: calc(25% - 3px) !important;
        border-radius: 10px !important;
      }
      
      .modern-mobile-buttons-wrapper .modern-left-btn .btn-gradient-overlay {
        border-radius: 10px !important;
      }
      
      .modern-mobile-buttons-wrapper .modern-left-button {
        padding: 6px 3px !important;
        gap: 2px !important;
      }
      
      .modern-mobile-buttons-wrapper .btn-icon-wrapper {
        width: 26px !important;
        height: 26px !important;
      }
      
      .modern-mobile-buttons-wrapper .btn-icon {
        width: 26px !important;
        height: 26px !important;
        font-size: 13px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 7px !important;
      }
      
      .modern-mobile-buttons-wrapper .btn-icon i,
      .modern-mobile-buttons-wrapper .btn-icon i.bi {
        font-size: 13px !important;
        display: inline-block !important;
        visibility: visible !important;
        opacity: 1 !important;
        color: #ffffff !important;
      }
      
      .modern-mobile-buttons-wrapper .btn-icon-glow {
        width: 32px !important;
        height: 32px !important;
      }
      
      .modern-mobile-buttons-wrapper .btn-main-text {
        font-size: 10px !important;
        line-height: 1.3 !important;
      }
      
      .modern-mobile-buttons-wrapper .btn-sub-text {
        font-size: 10px !important;
        line-height: 1.3 !important;
      }
      
      .modern-mobile-buttons-wrapper .btn-phone-number {
        font-size: 10px !important;
        line-height: 1.3 !important;
      }
      
      .modern-mobile-buttons-wrapper .btn-phone-number.desktop-phone {
        display: none !important;
      }
      
      .modern-mobile-buttons-wrapper .btn-phone-number.mobile-phone {
        display: block !important;
        letter-spacing: 0.5px !important;
      }
      
      .modern-mobile-buttons-wrapper .btn-featured-badge {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        width: 0 !important;
        height: 0 !important;
      }
    }

    .modern-basvuru-container {
      border-radius: 15px;
      overflow: hidden;
      box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
      position: relative;
    }
    
    .modern-basvuru-container::before {
      content: '';
      position: absolute;
      top: -100%;
      left: -100%;
      width: 200%;
      height: 200%;
      background: linear-gradient(
        45deg,
        transparent 20%,
        rgba(255, 255, 255, 0.15) 40%,
        rgba(255, 255, 255, 0.4) 50%,
        rgba(255, 255, 255, 0.15) 60%,
        transparent 80%
      );
      animation: shineHeader 3s linear infinite;
      pointer-events: none;
      z-index: 1;
      filter: blur(2px);
    }
    
    .modern-basvuru-container::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: 
        radial-gradient(ellipse at 10% 20%, rgba(255, 255, 255, 0.25) 0%, transparent 50%),
        radial-gradient(ellipse at 90% 80%, rgba(255, 255, 255, 0.2) 0%, transparent 50%),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.12) 0%, transparent 70%);
      pointer-events: none;
      animation: pulseGlow 6s ease-in-out infinite;
      z-index: 0;
    }
    
    .modern-basvuru-header {
      background: rgba(255, 255, 255, 0.2);
      backdrop-filter: blur(5px);
      padding: 18px 20px;
      position: relative;
    }
    
    @keyframes shineHeader {
      0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
        opacity: 0;
      }
      5% {
        opacity: 1;
      }
      45% {
        opacity: 1;
      }
      55% {
        opacity: 1;
      }
      95% {
        opacity: 1;
      }
      100% {
        transform: translateX(100%) translateY(100%) rotate(45deg);
        opacity: 0;
      }
    }
    
    @keyframes pulseGlow {
      0%, 100% {
        opacity: 0.8;
        transform: scale(1) rotate(0deg);
      }
      25% {
        opacity: 1;
        transform: scale(1.02) rotate(1deg);
      }
      50% {
        opacity: 0.9;
        transform: scale(1.05) rotate(0deg);
      }
      75% {
        opacity: 1;
        transform: scale(1.02) rotate(-1deg);
      }
    }
    
    .header-content {
      display: flex;
      align-items: center;
      gap: 12px;
      position: relative;
      z-index: 10;
    }
    
    .header-icon {
      width: 45px;
      height: 45px;
      background: rgba(255, 255, 255, 0.2);
      backdrop-filter: blur(10px);
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 22px;
      color: #fff;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
      flex-shrink: 0;
    }
    
    .header-icon i {
      text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
    }
    
    .header-title {
      flex: 1;
      color: #fff;
      font-size: 18px;
      font-weight: 700;
      margin: 0;
      display: flex;
      flex-direction: column;
      gap: 4px;
      line-height: 1.3;
      align-items: flex-start;
    }
    
    .header-title-text,
    .header-subtitle {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 0;
      border-radius: 0;
      background: transparent;
      backdrop-filter: none;
      box-shadow: none;
      border: none;
      text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
    }
    
    .header-title-text {
      font-size: 18px;
      font-weight: 700;
    }
    
    .header-subtitle {
      font-size: 12px;
      font-weight: 500;
      opacity: 1;
    }
    
    .modern-basvuru-body {
      position: relative;
      padding: 15px 20px 20px 20px;
      z-index: 10;
    }
    
    .modern-basvuru-body::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(255, 255, 255, 0.2);
      backdrop-filter: blur(5px);
      z-index: -1;
    }
    .modern-form-container {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 15px;
    }
    
    /* Gösterme durumunda yeşil kartın tam genişlik kaplaması */
    .modern-form-container .modern-form-card[style*="grid-column"] {
      grid-column: 1 / -1 !important;
      width: 100% !important;
      max-width: 100% !important;
    }
    
    .modern-form-card {
      background: #fff;
      border-radius: 16px;
      padding: 20px;
      position: relative;
      overflow: hidden;
      transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      border: 2px solid transparent;
      cursor: default;
      min-height: 200px;
      display: flex;
      flex-direction: column;
    }
    
    .modern-form-card:hover {
      transform: translateY(-8px) scale(1.02);
      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
      border-color: rgba(255, 255, 255, 0.5);
    }
    
    .modern-form-card:hover .card-shine-effect {
      opacity: 1;
      transform: translateX(100%);
    }
    
    .card-background-pattern {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0.15;
      background-image: 
        radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.3) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.2) 0%, transparent 50%);
      background-size: 100% 100%;
      pointer-events: none;
      z-index: 1;
    }
    
    .card-gradient-overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      pointer-events: none !important;
      z-index: 1;
      border-radius: 16px;
    }
    
    .overlay-blue {
      background: linear-gradient(135deg, rgba(0, 123, 255, 0.85) 0%, rgba(0, 86, 179, 0.9) 100%);
    }
    
    .overlay-green {
      background: linear-gradient(135deg, rgba(40, 167, 69, 0.85) 0%, rgba(30, 126, 52, 0.9) 100%);
    }
    
    .overlay-orange {
      background: linear-gradient(135deg, rgba(253, 126, 20, 0.85) 0%, rgba(232, 89, 12, 0.9) 100%);
    }
    
    .card-content-wrapper {
      position: relative;
      z-index: 10;
      display: flex;
      flex-direction: column;
      height: 100%;
      pointer-events: auto !important;
    }
    
    .card-icon-section {
      position: relative;
      margin-bottom: 15px;
      display: flex;
      align-items: center;
      justify-content: center;
      pointer-events: none;
    }
    
    .card-shine-effect {
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
      );
      transition: all 0.6s ease;
      z-index: 4;
      opacity: 0;
      pointer-events: none;
    }
    
    .modern-form-card.featured-card {
      border: 2px solid rgba(255, 255, 255, 0.3);
      box-shadow: 0 6px 20px rgba(102, 126, 234, 0.3);
    }
    
    .modern-form-card.featured-card:hover {
      box-shadow: 0 15px 40px rgba(102, 126, 234, 0.4);
    }
    
    .modern-form-card.featured-card .card-title,
    .modern-form-card.featured-card .card-description {
      color: #fff;
    }
    
    .modern-form-card.card-blue .card-title,
    .modern-form-card.card-blue .card-description {
      color: #fff;
    }
    
    .modern-form-card.card-orange .card-title,
    .modern-form-card.card-orange .card-description {
      color: #fff;
    }
    
    .featured-badge {
      position: absolute;
      top: 8px;
      right: 8px;
      background: rgba(255, 255, 255, 0.9);
      color: #511567;
      padding: 3px 8px;
      border-radius: 12px;
      font-size: 10px;
      font-weight: 600;
      display: flex;
      align-items: center;
      gap: 3px;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
      z-index: 15;
      pointer-events: none;
    }
    
    .featured-badge i {
      color: #ffd700;
      font-size: 11px;
    }
    
    .card-icon {
      width: 70px;
      height: 70px;
      border-radius: 18px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 32px;
      color: #fff;
      position: relative;
      z-index: 6;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
      transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      background: rgba(255, 255, 255, 0.2);
      backdrop-filter: blur(10px);
      border: 2px solid rgba(255, 255, 255, 0.3);
      pointer-events: none;
    }
    
    .modern-form-card:hover .card-icon {
      transform: scale(1.15) rotate(5deg);
      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
    }
    
    .icon-blue-modern {
      background: linear-gradient(135deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 100%);
    }
    
    .card-icon.icon-green-modern {
      background: linear-gradient(135deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 100%);
    }
    
    .card-icon.icon-orange-modern {
      background: linear-gradient(135deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 100%);
    }
    
    .icon-glow {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 90px;
      height: 90px;
      border-radius: 50%;
      z-index: 1;
      animation: glowPulse 3s ease-in-out infinite;
      filter: blur(15px);
      pointer-events: none;
    }
    
    .glow-blue {
      background: rgba(0, 123, 255, 0.4);
    }
    
    .glow-green {
      background: rgba(40, 167, 69, 0.4);
    }
    
    .glow-orange {
      background: rgba(253, 126, 20, 0.4);
    }
    
    @keyframes glowPulse {
      0%, 100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.5;
      }
      50% {
        transform: translate(-50%, -50%) scale(1.3);
        opacity: 0.2;
      }
    }
    
    .card-content {
      position: relative;
      z-index: 10;
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      pointer-events: auto !important;
    }
    
    .card-title {
      font-size: 18px;
      font-weight: 700;
      color: #fff;
      margin: 0 0 8px 0;
      line-height: 1.3;
      text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    }
    
    .card-description {
      font-size: 13px;
      color: rgba(255, 255, 255, 0.95);
      margin: 0 0 16px 0;
      line-height: 1.5;
      text-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
      flex: 1;
    }
    
    .modern-btn {
      width: 100%;
      padding: 12px 18px;
      border: none;
      border-radius: 10px;
      font-size: 14px;
      font-weight: 600;
      color: #fff;
      cursor: pointer !important;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      transition: all 0.3s ease;
      position: relative;
      z-index: 20 !important;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
      background: rgba(255, 255, 255, 0.25);
      backdrop-filter: blur(10px);
      border: 2px solid rgba(255, 255, 255, 0.4);
      margin-top: auto;
      pointer-events: auto !important;
    }
    
    .modern-btn::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 0;
      height: 0;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.4);
      transform: translate(-50%, -50%);
      transition: width 0.6s, height 0.6s;
      pointer-events: none;
      z-index: -1;
    }
    
    .modern-btn:hover::before {
      width: 400px;
      height: 400px;
    }
    
    .modern-btn:hover {
      transform: translateY(-3px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
      background: rgba(255, 255, 255, 0.35);
      border-color: rgba(255, 255, 255, 0.6);
    }
    
    .modern-btn:active {
      transform: translateY(-1px);
    }
    
    .modern-btn i {
      transition: transform 0.3s ease;
      font-size: 16px;
      pointer-events: none;
      position: relative;
      z-index: 1;
    }
    
    .modern-btn span {
      pointer-events: none;
      position: relative;
      z-index: 1;
    }
    
    @media (min-width: 1025px) {
      .modern-form-card {
        padding: 14px 16px;
      }
      .modern-form-card .card-icon-section {
        margin-bottom: 10px;
      }
      .modern-form-card .card-icon {
        width: 52px;
        height: 52px;
        font-size: 24px;
        border-radius: 14px;
      }
      .modern-form-card .icon-glow {
        width: 68px;
        height: 68px;
      }
      .modern-form-card .card-title {
        font-size: 15px;
        margin-bottom: 5px;
      }
      .modern-form-card .card-description {
        font-size: 11px;
        margin-bottom: 10px;
      }
      .modern-form-card .modern-btn {
        padding: 10px 14px;
        font-size: 12px;
      }
      .modern-form-card .modern-btn i {
        font-size: 14px;
      }
    }
    
    @media (max-width: 992px) {
      .modern-form-container {
        grid-template-columns: 1fr;
        gap: 12px;
      }
      
      .modern-form-card {
        min-height: 180px;
      }
    }
    
    @media (max-width: 768px) {
      
      .modern-basvuru-header {
        padding: 12px;
      }
      
      .header-content {
        gap: 10px;
      }
      
      .header-icon {
        width: 38px;
        height: 38px;
        font-size: 18px;
      }
      
      .header-title {
        font-size: 16px;
      }
      
      .header-subtitle {
        font-size: 11px;
      }
      
      .modern-basvuru-body {
        padding: 12px 15px 15px 15px;
      }
      
      .modern-form-container {
        grid-template-columns: 1fr;
        gap: 10px;
      }
      
      .modern-form-card {
        padding: 15px;
        min-height: 160px;
      }
      
      .card-icon {
        width: 60px;
        height: 60px;
        font-size: 28px;
      }
      
      .icon-glow {
        width: 75px;
        height: 75px;
      }
      
      .card-title {
        font-size: 16px;
        margin-bottom: 6px;
      }
      
      .card-description {
        font-size: 12px;
        margin-bottom: 12px;
      }
      
      .modern-btn {
        padding: 10px 16px;
        font-size: 13px;
      }
    }
    
    @media (max-width: 480px) {
      .modern-basvuru-container {
        border-radius: 12px;
      }
      
      .modern-basvuru-header {
        padding: 12px;
      }
      
      .header-icon {
        width: 38px;
        height: 38px;
        font-size: 18px;
      }
      
      .header-title {
        font-size: 15px;
      }
      
      .header-subtitle {
        font-size: 10px;
      }
      
      .modern-basvuru-body {
        padding: 10px 12px 12px 12px;
      }
      
      .modern-form-card {
        padding: 10px;
      }
      
      .card-icon-wrapper {
        width: 40px;
        height: 40px;
        margin-bottom: 8px;
      }
      
      .card-icon {
        width: 40px;
        height: 40px;
        font-size: 20px;
      }
      
      .icon-pulse {
        width: 40px;
        height: 40px;
      }
      
      .card-title {
        font-size: 14px;
      }
      
      .card-description {
        font-size: 10px;
        margin-bottom: 8px;
      }
      
      .modern-btn {
        padding: 8px 12px;
        font-size: 12px;
      }
      
      .featured-badge {
        top: 6px;
        right: 6px;
        padding: 2px 6px;
        font-size: 9px;
      }
    }

/* Logo ve Badge Birleşik CSS - Digiturk Yetkili İş Ortağı */
/* Logo: 130x46px */
.navbar-brand {
    position: relative;
    display: inline-block;
}

.logo-wrapper {
    position: relative;
    display: inline-block;
    width: 130px;
    height: 61px;
}

#logo {
    display: block;
    width: 130px;
    height: 46px;
    margin-top: 15px;
}

/* Badge logonun sağ alt köşesinde */
.navbar-badge {
    position: absolute;
    bottom: -4px;
    right: -41px;
    background: #511567;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 8px 0 0 0;
    white-space: nowrap;
    box-shadow: 0 -2px 8px rgba(81, 21, 103, 0.3);
    z-index: 10;
    line-height: 1.2;
    letter-spacing: 0.3px;
    display: block;
}

@media (max-width: 991px) {
    .navbar-badge {
        font-size: 8px;
        padding: 2px 6px;
        border-radius: 6px 0 0 0;
        bottom: 1px;
        right: -26px;
    }
}

@media (max-width: 480px) {
    .navbar-badge {
        font-size: 7px;
        padding: 2px 5px;
        border-radius: 5px 0 0 0;
        letter-spacing: 0.2px;
        right: -14px;
    }
}

/* Footer Menü Stilleri */
.footer-menu h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 0;
}

.footer-menu ul li a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-menu ul li a:hover {
    color: #0facee;
    text-decoration: underline;
}