/* ============================================
   Garantili Oto Servis - Responsive Styles
   Tüm @media sorguları bu dosyada toplanmıştır.
   Bootstrap 5 Breakpoints:
   - xl: 1200px+
   - lg: 992px - 1199px
   - md: 768px - 991px
   - sm: 576px - 767px
   - xs: < 576px
   ============================================ */

/* ==========================================
   XL — max-width: 1480px (Large Desktops)
   ========================================== */
@media (max-width: 1480px) {

  /* Hero */
  .hero-title {
    font-size: 2.5rem;
  }

  .hero-title .highlight {
    font-size: 3rem;
  }

  .hero-slider-img {
    width: 600px;
  }

  .services-section .section-title {
    font-size: 3rem;
  }

  .services-section .section-subtitle {
    font-size: 1.3rem;
  }

  .btn-services.fade-up.visible {
    font-size: 1.35rem;
  }

}

/* ==========================================
   LG — max-width: 1199px (Desktops)
   ========================================== */
@media (max-width: 1199px) {

  /* Global */
  .section-title {
    font-size: 2rem;
  }

  /* Hero */
  .hero-title {
    font-size: 3rem;
  }

  .hero-title .highlight {
    font-size: 3.5rem;
  }

  .hero-description {
    font-size: 1.1rem;
  }

  .hero-slider-img {
    width: 500px;
    margin-right: -30px;
  }

  /* GOS Nedir */
  .gos-nedir-section .section-title {
    font-size: 3rem;
  }

  .gos-nedir-text {
    font-size: 1.1rem;
  }

  /* Services */
  .services-section .section-title {
    font-size: 3.2rem;
  }

  .services-section .section-subtitle {
    font-size: 1.25rem;
  }

  .btn-services {
    font-size: 1.5rem;
  }

  .service-card {
    height: 260px;
    padding: 20px;
  }

  .service-card h5 {
    font-size: 1.3rem;
  }

  .service-card .service-icon {
    width: 60px;
    height: 60px;
    min-height: 60px;
  }

  .service-card .service-icon img {
    width: 36px;
    height: 36px;
  }

  /* Steps */
  .steps-section .section-title {
    font-size: 2.4rem;
  }
}

/* ==========================================
   MD — max-width: 991px (Tablets)
   ========================================== */
@media (max-width: 991px) {

  .testimonials-section {
    --testimonial-card-width: 300px;
    --testimonial-card-active-width: 340px;
    --testimonial-slider-height: 605px;
  }

  /* Global */
  section {
    padding: 60px 0;
  }

  .section-title {
    font-size: 1.8rem;
  }

  /* Hero */
  .hero-section {
    padding: 80px 0 40px;
    min-height: auto;
  }

  .hero-title {
    font-size: 2.5rem;
  }

  .hero-title .highlight {
    font-size: 3rem;
  }

  .hero-right {
    margin-top: 2rem;
  }

  .hero-slider-img {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }

  .hero-price-orijinal,
  .hero-price-alternatif {
    bottom: auto;
    left: auto;
    right: auto;
  }

  /* Testimonials */
  .testimonial-card {
    width: 300px;
  }

  .testimonial-featured {
    width: 340px;
  }

  .testimonial-card-img {
    height: 420px;
  }

  /* GOS Nedir */
  .gos-nedir-section .section-title {
    font-size: 2.5rem;
  }

  .gos-nedir-text {
    font-size: 1rem;
  }

  .gos-nedir-link {
    font-size: 1.2rem;
  }

  .gos-video-card {
    margin-top: 2rem;
  }

  /* Steps */
  .step-card {
    height: auto;
    min-height: 220px;
  }

  /* Services */
  .services-section {
    background-size: cover;
  }

  .services-section .section-title {
    font-size: 2.8rem;
  }

  .services-section .section-subtitle {
    font-size: 1.15rem;
  }

  .services-left {
    padding-right: 0;
    text-align: center;
    margin-bottom: 2rem;
  }

  .services-line {
    margin-left: auto;
    margin-right: auto;
  }

  .btn-services {
    font-size: 1.3rem;
    margin-left: auto;
    margin-right: auto;
  }

  .service-col-offset {
    margin-top: 0;
  }

  .service-card {
    height: auto;
    min-height: 240px;
  }

  /* Pricing */
  .pricing-card.popular {
    transform: none;
  }

  .pricing-card.popular:hover {
    transform: translateY(-8px);
  }

  /* Map */
  .map-container {
    height: 280px;
  }

  /* Newsletter */
  .newsletter-box {
    flex-direction: column;
    text-align: center;
  }

  .newsletter-form input {
    min-width: 200px;
  }

  /* Quality */
  .quality-section .row {
    gap: 1.5rem;
  }

  /* İletişim */
  .ilet-intro-section {
    padding: 40px 0 24px;
  }

  .ilet-content-section {
    padding: 0 0 56px;
  }

  .ilet-info-label {
    min-width: 130px;
  }
}

/* ==========================================
   MD — max-width: 991.98px
   Sayfa bazlı responsive (style.css'den taşındı)
   ========================================== */
@media (max-width: 991.98px) {
  .gs-map-desc {
    padding-bottom: 0px;
  }

  /* Garantili Servisler (gs-) */
  .gs-hero-title {
    font-size: 2.4rem;
  }

  .gs-map-title {
    font-size: 1.8rem;
  }

  .gs-map-wrapper {
    height: 300px;
  }

  .gs-servis-card {
    /* height: auto; */
    min-height: 110px;
  }

  .gs-servis-card-actions {
    flex-wrap: wrap;
    gap: 4px;
  }

  .gs-filter-bar-inner {
    flex-direction: column;
    align-items: stretch;
    min-height: auto;
    padding: 12px 8px;
    gap: 10px;
  }

  .gs-filter-title {
    text-align: center;
  }

  .gs-filter-controls {
    justify-content: center;
  }

  .gs-filter-select,
  .gs-filter-controls .select2-container {
    min-width: 140px !important;
    max-width: 200px !important;
  }

  /* Bilgi Bankası (bb-) */
  .bb-hero-title {
    font-size: 2.4rem;
  }

  .bb-intro-title {
    font-size: 2rem;
  }

  .bb-list-img-wrap {
    width: 140px;
  }

  /* Garantili Haberler (gh-) */
  .gh-hero-title {
    font-size: 2.4rem;
  }

  .gh-intro-title {
    font-size: 2rem;
  }

  /* Garantili Servis Detay (gsd-) */
  .gsd-hero-title {
    font-size: 2.5rem;
  }

  .gsd-hero-section {
    height: 300px;
  }

  .gsd-brands-title {
    font-size: 1.8rem;
  }

  .gsd-brand-item {
    width: 130px;
    padding: 20px 12px;
  }

  .gsd-cert-title {
    font-size: 1.6rem;
  }

  .gsd-slide img {
    height: 300px;
  }

  .gsd-hours-table th {
    font-size: 0.75rem;
    padding: 4px 14px 8px;
  }

  .gsd-hours-table td {
    font-size: 0.9rem;
    padding: 11px 14px;
  }

  /* Page Detail (art-) */
  .art-hero-title {
    font-size: 2.4rem;
  }

  .art-section-title {
    font-size: 1.6rem;
  }

  .art-closing-title {
    font-size: 1.6rem;
  }

  /* Kurumsal İşbirlikleri (kib-) */
  .kib-card-logo {
    width: 40%;
  }

  .kib-card-content {
    padding: 32px 36px;
  }

  .kib-section-title {
    font-size: 1.6rem;
  }

  /* Kurumsal İşbirliği Detay (kibd-) */
  .kibd-section-heading {
    font-size: 1.65rem;
  }

  .kibd-bullet-item {
    padding-right: 16px;
  }

  /* Ön Başvuru Formu (obf-) */
  .obf-sidebar-sticky {
    position: static;
  }

  .obf-section-heading {
    font-size: 1.6rem;
  }

  .obf-package-img-wrap {
    width: 160px;
  }

  .obf-bottom-cta-card {
    padding: 40px 36px;
  }

  .obf-bottom-icon-frame {
    width: 120px;
    height: 120px;
    right: 28px;
  }

  .obf-bottom-icon-frame img {
    width: 60px;
    height: 60px;
  }

  .obf-bottom-cta-inner {
    max-width: 460px;
  }

  /* Bilgi Bankası Detay (bbd-) */
  .bbd-views-badge {
    margin-left: 0;
  }

  .bbd-lights-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .bbd-light-item:nth-child(4n) {
    border-right: 1px solid #a1cf66;
  }

  .bbd-light-item:nth-child(2n) {
    border-right: none;
  }

  .bbd-light-item:nth-last-child(-n+4) {
    border-bottom: 1px solid #eeeeee;
  }

  .bbd-light-item:nth-last-child(-n+2) {
    border-bottom: none;
  }

  .bbd-info-section {
    padding: 0 0 32px;
  }
}

/* ==========================================
   SM — max-width: 767px (Mobile Landscape)
   ========================================== */
@media (max-width: 767px) {

  /* Hero yorum kartı — mobilde gizle */
  .hero-review-card {
    display: none !important;
  }

  /* Mobil Teklif Al butonu (hamburger yanı) */
  .btn-gos-mobile-cta {
    font-size: 0.78rem;
    padding: 6px 14px;
    white-space: nowrap;
  }

  .testimonials-section {
    --testimonial-card-width: 248px;
    --testimonial-card-active-width: 286px;
    --testimonial-slider-height: 569px;
  }

  .testimonials-section .fake-container-slider {
    margin-left: 16px;
    margin-right: 16px;
  }

  .testimonials-section .fake-container-track {
    gap: 14px;
  }

  /* ── Tüm Banner Sayfaları — Mobil ── */

  /* Page Detail (art-) */
  .art-hero-section {
    height: 220px;
    margin-top: 60px;
  }

  .art-hero-bg {
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .art-hero-title {
    font-size: 1.6rem;
    margin-top: 8px;
    line-height: 1.2;
  }

  /* Video + İçerik Section */
  .art-video-content-section {
    padding: 40px 0;
  }

  .art-video-title {
    font-size: 1.5rem;
    margin-top: 24px;
  }

  /* Garantili Servisler (gs-) */
  .gs-hero-section {
    height: 220px;
    margin-top: 60px;
  }

  .gs-hero-title {
    font-size: 1.8rem;
    line-height: 1.2;
  }

  .gs-filter-controls {
    flex-direction: column;
    width: 100%;
  }

  .gs-filter-select,
  .gs-filter-controls .select2-container {
    min-width: 100% !important;
    max-width: 100% !important;
  }

  /* Bilgi Bankası (bb-) */
  .bb-hero-section {
    height: 220px;
    margin-top: 60px;
  }

  .bb-hero-title {
    font-size: 1.8rem;
    line-height: 1.2;
  }

  /* Garantili Haberler (gh-) */
  .gh-hero-section {
    height: 180px;
    margin-top: 90px;
  }

  .gh-hero-title {
    font-size: 1.8rem;
    line-height: 1.2;
  }

  .obf-hero-overlay {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    height: 100%;
    padding-top: 0px;
    padding-bottom: 30px;
  }

  .obf-step-card {
    padding: 16px 13px;
  }

  /* Garantili Servis Detay (gsd-) */
  .gsd-hero-section {
    height: 220px;
    margin-top: 60px;
  }

  .gsd-hero-title {
    font-size: 1.8rem;
    line-height: 1.2;
    margin-bottom: 0.5rem;
  }

  /* Hizmetlerimiz & Hizmet Detay (services-banner) */
  .services-banner-section {
    height: 220px;
    margin-top: 60px;
  }

  .service-hero-title {
    font-size: 1.8rem;
    line-height: 1.2;
    margin-bottom: 0.5rem;
  }

  .services-banner-title {
    font-size: 1.8rem;
    line-height: 1.2;
  }

  /* Ön Başvuru Formu (obf-) */
  .obf-hero-section {
    height: 220px;
    margin-top: 60px;
  }

  .obf-hero-title {
    font-size: 1.8rem;
    line-height: 1.2;
    margin-top: 8px;
  }

  /* İletişim (ilet-) */
  .ilet-hero-section {
    height: 220px;
    margin-top: 60px;
  }

  .ilet-hero-title {
    font-size: 1.8rem;
    line-height: 1.2;
    margin-top: 8px;
  }

  /* Breadcrumb — tüm banner sayfaları */
  .service-breadcrumb {
    font-size: 0.75rem;
    gap: 4px;
  }


  .faq-cta-top {
    background: linear-gradient(150deg, #042d19 0%, #37664f 40%, #8ac340 100%);
    padding: 10px 40px 30px;
  }

  .faq-cta-top h3 {
    font-size: 2rem;
  }

  .faq-section .accordion-button {
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
    color: #37664f;
    background: var(--gos-white);
    padding: 7px 10px;
    border-radius: 16px !important;
    box-shadow: none !important;
    min-height: 60px;
  }

  .hero-section::before {
    content: '';
    position: absolute;
    bottom: -750px;
    right: -400px;
    width: 1200px;
    height: 1200px;
    background: none;
    background-size: contain;
    opacity: 1;
    z-index: 1;
  }

  /* Global */
  .section-title {
    font-size: 1.6rem;
  }

  .section-subtitle {
    font-size: 0.9rem;
  }

  /* Navbar — Mobil düzeni */
  .gos-navbar {
    padding: 8px 0;
    background: var(--gos-white);
  }

  .gos-navbar .navbar-brand img {
    height: 80px;
  }

  .gos-navbar .navbar-collapse {
    border-radius: var(--gos-radius-lg);
    margin-left: 0;
    padding: 12px 16px;
    margin-top: 10px;
    max-height: calc(100vh - 108px);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }

  .gos-navbar .nav-link {
    padding: 10px 0 !important;
  }

  .gos-navbar .navbar-nav {
    gap: 2px;
  }

  .navbar-cta {
    margin-top: 1rem;
    margin-left: 0;
  }

  /* Mega Menu — Tablet/Mobil */
  .gos-mega-menu {
    position: static !important;
    top: auto !important;
    width: 100% !important;
    left: 0 !important;
    transform: none !important;
    border-radius: 16px !important;
    padding: 12px !important;
    margin-top: 6px !important;
    box-shadow: 0 12px 28px rgba(5, 64, 35, 0.06) !important;
  }

  .gos-mega-dropdown.show>.nav-link::before {
    display: none;
  }

  .gos-mega-menu::before {
    display: none;
  }

  .gos-mega-inner {
    flex-direction: column;
    gap: 10px;
  }

  .gos-mega-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .gos-mega-title {
    margin-bottom: 10px;
    padding-left: 2px;
  }

  .gos-mega-item {
    min-height: 46px;
    padding: 10px 12px;
    gap: 10px;
    border-radius: 10px;
    box-shadow: 0 8px 18px rgba(7, 40, 22, 0.04);
  }

  .gos-mega-item-text {
    font-size: 0.96rem;
    line-height: 1.2;
  }

  .gos-mega-item-icon {
    width: 16px;
    height: 16px;
    font-size: 14px;
  }

  .gos-mega-item-arrow {
    font-size: 11px;
  }

  .gos-mega-promo {
    width: 100%;
    display: none;
  }

  /* Hero */
  .hero-section {
    padding: 100px 0 30px;
  }

  .hero-title {
    font-size: 1.6rem;
  }

  .hero-title .highlight {
    font-size: 2rem;
  }

  .hero-description {
    font-size: 1rem;
  }

  .hero-guarantee-badge {
    font-size: 0.85rem;
    padding: 8px 0px;
    gap: 2px;
  }

  .hero-tse-badge {
    font-size: 1rem;
    padding: 5px 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    margin-top: 1rem;
  }

  /* Testimonials */
  .testimonial-card {
    width: var(--testimonial-card-width);
    transform: scale(0.92);
    opacity: 0.82;
  }

  .testimonial-featured {
    width: var(--testimonial-card-active-width);
    transform: scale(1);
    opacity: 1;
  }

  .testimonial-card-img {
    height: 380px;
  }

  .testimonial-play-btn.is-audio-toggle {
    top: 14px;
    right: 14px;
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }

  .testimonial-card:hover {
    transform: scale(0.92);
    box-shadow: none;
  }

  .testimonial-featured:hover {
    transform: scale(1);
    box-shadow: var(--gos-shadow-lg);
  }

  .carousel-nav-btn {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }

  /* GOS Nedir */
  .gos-nedir-section .section-title {
    font-size: 2rem;
  }

  .gos-nedir-text {
    font-size: 0.95rem;
  }

  .gos-nedir-link {
    font-size: 1rem;
    padding: 12px 20px;
  }

  /* Steps */
  .steps-section .section-title {
    font-size: 1.8rem;
  }

  .step-card {
    height: auto;
    min-height: 200px;
    margin-top: 30px;
  }

  .step-card h4 {
    font-size: 20px;
  }

  .step-card p {
    font-size: 13px;
  }

  .step-icon {
    width: 50px !important;
    height: 50px !important;
  }

  /* Services */
  .services-section .section-title {
    font-size: 2.2rem;
  }

  .services-section .section-subtitle {
    font-size: 1.1rem;
  }

  .btn-services {
    font-size: 1.2rem;
    padding: 12px 20px;
  }

  .service-col-offset {
    margin-top: 10px;
  }

  .service-card {
    height: auto;
    min-height: 220px;
  }

  .service-card h5 {
    font-size: 1.2rem;
  }

  .service-card .service-icon {
    width: 60px;
    height: 60px;
    min-height: 60px;
  }

  .service-card .service-icon img {
    width: 36px;
    height: 36px;
  }

  /* Pricing */
  .pricing-features {
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
  }

  .pricing-card {
    padding: 24px;
  }

  .pricing-card .package-price {
    font-size: 1.5rem;
  }

  /* Map */
  .map-container {
    height: 220px;
  }

  .map-search-bar {
    max-width: 100%;
  }

  .stat-card {
    padding: 16px 20px;
  }

  /* News */
  .news-card-img {
    height: 180px;
  }

  /* Newsletter */
  .newsletter-form {
    flex-direction: column;
    border-radius: var(--gos-radius);
    width: 100%;
  }

  .newsletter-form input {
    min-width: 100%;
    text-align: center;
  }

  /* FAQ */
  .faq-cta-card {
    margin-top: 2rem;
  }

  /* Instagram */
  .instagram-section .row {
    gap: 0.5rem;
  }
}

/* ==========================================
   SM — max-width: 767.98px
   Sayfa bazlı responsive (style.css'den taşındı)
   ========================================== */
@media (max-width: 767.98px) {

  h2 {
    font-size: 1.4rem;
  }

  .art-content-section {
    padding: 20px 0;
  }

  .art-banner-section {
    padding: 0;
  }

  .art-intro-section {
    padding: 20px 0 40px;
  }

  .art-toc-icon {
    width: 40px;
    height: 50px;
    min-width: 50px;
  }

  .art-toc-icon::before {
    width: 40px;
    height: 40px;
  }

  .art-toc-icon::after {
    width: 40px;
    height: 40px;
  }

  /* Garantili Servis Detay (gsd-) */
  .gsd-hero-section {
    height: 260px;
    margin-top: 60px;
  }

  .gsd-hero-title {
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }

  .gsd-section-title {
    font-size: 1.6rem;
  }

  .gsd-brands-title {
    font-size: 1.6rem;
  }

  .gsd-brands-section {
    padding: 50px 0 60px;
  }

  .gsd-brand-item {
    width: 120px;
    padding: 18px 10px;
  }

  .gsd-brand-logo-wrap {
    width: 56px;
    height: 56px;
  }

  .gsd-brand-name {
    font-size: .75rem;
  }

  .gsd-hours-title {
    font-size: 1.8rem;
  }

  /* Page Detail (art-) */
  .art-intro-title {
    font-size: 1.35rem;
  }

  .art-toc-card {
    height: auto;
    padding: 5px 10px;
  }

  .art-section-title {
    font-size: 1.4rem;
  }

  .art-tag {
    font-size: 0.82rem;
    white-space: normal;
    height: auto;
    padding: 10px 14px;
  }

  .art-banner-img {
    height: 180px;
    border-radius: 16px;
  }

  .art-icon-rotate {
    display: none;
  }

  /* Kurumsal İşbirlikleri (kib-) */
  .kib-card-inner {
    flex-direction: column;
  }

  .kib-card-logo {
    width: 100%;
    min-height: 180px;
  }

  .kib-card-content {
    padding: 28px 24px;
  }

  .kib-partner-logo {
    max-height: 110px;
  }

  /* Kurumsal İşbirliği Detay (kibd-) */
  .kibd-details-section {
    padding: 48px 0 40px;
  }

  .kibd-contact-section {
    padding: 48px 0 64px;
  }

  .kibd-bullet-item {
    padding-right: 0;
  }

  .kibd-whatsapp-card {
    width: 100%;
  }

  /* Ön Başvuru Formu (obf-) */
  .obf-content-section {
    padding: 48px 0 60px;
  }

  .obf-package-card {
    flex-direction: column;
  }

  .obf-package-img-wrap {
    width: 100%;
    height: 180px;
  }

  .obf-package-body {
    padding: 20px 24px;
  }

  .obf-bottom-cta-section {
    padding-bottom: 56px;
  }

  .obf-bottom-cta-card {
    padding: 36px 28px;
    min-height: auto;
  }

  .obf-bottom-cta-title {
    font-size: 1.5rem;
  }

  .obf-bottom-icon-frame {
    display: none;
  }

  .obf-bottom-deco-circle {
    display: none;
  }

  .obf-bottom-cta-inner {
    max-width: 100%;
  }

  .obf-radio-group {
    flex-direction: column;
    gap: 12px;
  }

  .services-banner-overlay .gos-breadcrumb .breadcrumb {
    max-width: 300px;
    margin: -30px 0 0 0;
    font-size: 9px;

  }
}

/* ==========================================
   XS — max-width: 575px (Mobile Portrait)
   ========================================== */
@media (max-width: 575px) {
  .testimonials-section {
    --testimonial-card-width: 226px;
    --testimonial-card-active-width: 264px;
    --testimonial-slider-height: 534px;
  }

  .testimonials-section .fake-container-slider {
    margin-left: 12px;
    margin-right: 12px;
  }

  .testimonials-section .fake-container-track {
    gap: 12px;
  }

  .service-card-divider {
    margin: 0.3rem 0;
  }

  .service-card--horizontal .service-card-body {
    padding: 10px 10px;
  }

  .service-card-actions {
    flex-direction: column;
    gap: 8px;
  }

  .remove {
    display: none;
  }

  .pricing-section .section-title {
    font-size: 2.7rem;
  }

  .pricing-section {
    padding: 30px 0 0;
  }

  .btn-services.fade-up.visible {
    background: #054033;
  }

  .gos-video-card .play-btn {
    top: 10px;
    left: 10px;
    background: #FF0000;
    color: var(--gos-white);
    padding: 0px 10px;
  }

  .hero-review-card {
    padding: 10px 14px;
    margin-top: 1rem !important;
  }

  /* Global */
  .section-title {
    font-size: 2.2rem;
  }

  .gos-badge {
    font-size: 0.7rem;
    padding: 4px 14px;
  }

  /* Navbar — Mobil küçük ekran */
  .gos-navbar {
    padding: 6px 0;
  }

  .gos-navbar .navbar-brand img {
    height: 70px;
  }

  .gos-navbar .navbar-toggler {
    padding: 4px 8px;
    font-size: 1.5rem;
  }

  .gos-navbar .navbar-collapse {
    border-radius: var(--gos-radius);
    padding: 10px 14px;
    margin-top: 8px;
    max-height: calc(100vh - 92px);
  }

  .gos-navbar .nav-link {
    font-size: 0.88rem;
    padding: 7px 0 !important;
  }

  .gos-mega-menu {
    padding: 10px !important;
    border-radius: 14px !important;
  }

  .gos-mega-title {
    font-size: 11px;
    margin-bottom: 8px;
  }

  .gos-mega-item {
    min-height: 44px;
    padding: 9px 10px;
    gap: 9px;
  }

  .gos-mega-item-text {
    font-size: 0.9rem;
  }

  .gos-mega-item-icon {
    width: 15px;
    height: 15px;
    font-size: 13px;
  }

  .navbar-cta {
    gap: 6px;
    flex-wrap: wrap;
  }

  .navbar-cta .btn-gos-nav {
    font-size: 0.85rem;
    padding: 8px 18px;
  }

  .navbar-mail-btn {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }

  /* Hero */
  .hero-title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }

  .hero-title .highlight {
    margin-top: 10px;
    font-size: 3rem;
    height: 105px;
  }

  .hero-description {
    font-size: 0.9rem;
    margin-bottom: 0px;
  }

  .btn-gos {
    padding: 10px 24px;
    font-size: 0.85rem;
  }

  .btn-gos-outline {
    padding: 8px 20px;
    font-size: 0.85rem;
  }

  /* Testimonials */
  .testimonial-card {
    width: 244px;
    transform: scale(0.9);
    opacity: 0.8;
  }

  .testimonial-featured {
    width: 292px;
    transform: scale(1);
    opacity: 1;
  }

  .testimonial-card-img {
    height: 520px;
  }

  .testimonial-card:hover {
    transform: scale(0.9);
    box-shadow: none;
  }

  .testimonial-featured:hover {
    transform: scale(1);
    box-shadow: var(--gos-shadow-lg);
  }

  /* GOS Nedir */
  .gos-nedir-section .section-title {
    font-size: 2.5rem;
  }

  /* Steps */
  .steps-section .section-title {
    font-size: 1.5rem;
  }

  .step-card {
    min-height: 180px;
    padding: 18px;
  }

  .step-number-container {
    width: 60px;
    height: 50px;
    margin-bottom: 12px;
  }

  /* Services */
  .services-section {
    padding: 50px 0;
  }

  .services-section .section-title {
    color: black;
    font-size: 2.8rem;
  }

  .services-section .section-subtitle {
    color: black;
    font-size: 0.95rem;
  }

  .services-line {
    width: 200px;
  }

  .btn-services {
    font-size: 1rem;
    padding: 10px 18px;
    gap: 8px;
  }

  .service-card {
    min-height: 200px;
    padding: 18px;
    box-shadow: 15px 15px 24px -20px rgb(0 0 0 / 65%);
  }

  .service-card h5 {
    font-size: 1.1rem;
  }

  .service-card p {
    font-size: 0.8rem;
  }

  /* Pricing */
  .pricing-card {
    padding: 20px;
  }

  .pricing-card .package-name {
    font-size: 1rem;
  }

  .pricing-card .package-price {
    font-size: 1.3rem;
  }

  .pricing-table {
    font-size: 0.72rem;
  }

  /* Map */
  .map-container {
    height: 180px;
  }

  .stat-card {
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }

  /* Footer */
  .footer-section {
    text-align: center;
  }

  .step-card.step-light {
    background: #FDFDFD;
    box-shadow: 8px 8px 30px -10px rgb(132 132 132);
  }

  .steps-section {
    padding: 50px 0 100px;
  }

  /* Garantili Servisler (gs-) */
  .gs-hero-section {
    height: 320px;
  }

  .gs-hero-title {
    font-size: 1.8rem;
  }

  .gs-hero-desc {
    font-size: 0.85rem;
  }

  .gs-search-bar {
    height: 56px;
  }

  .gs-search-icon-bg {
    width: 56px;
    height: 56px;
    font-size: 1.2rem;
    border-radius: 0 8px 8px 0;
  }

  .gs-map-wrapper {
    height: 220px;
  }

  .gs-servis-card-body {
    padding: 10px 10px 10px;
  }

  .gs-servis-card-logo {
    width: 50px;
    padding: 2px;
  }

  .gs-servis-logo-img {
    width: 50px;
    height: 70px;
  }

  .gs-servis-name {
    font-size: 0.82rem;
  }

  .gs-action-btn {
    font-size: 0.68rem;
    padding: 3px 6px;
  }

  /* ── Tüm Banner Sayfaları — Küçük Mobil ── */

  .gs-stat-icon-wrap {
    font-size: 3.2rem;
  }

  /* Page Detail (art-) */
  .art-hero-section {
    height: 180px;
    margin-top: 50px;
  }

  .art-hero-title {
    font-size: 1.2rem;
  }

  /* Garantili Servisler (gs-) */
  .gs-hero-section {
    height: 180px;
    margin-top: 90px;
  }

  .gs-hero-title {
    font-size: 1.4rem;
  }

  /* Bilgi Bankası (bb-) */
  .bb-hero-section {
    height: 180px;
    margin-top: 90px;
  }

  .bb-hero-title {
    font-size: 1.4rem;
    max-width: 250px;
  }

  .bb-intro-title {
    font-size: 1.5rem;
  }

  .bb-list-card {
    flex-direction: column;
  }

  .bb-list-img-wrap {
    width: 100%;
    height: 140px;
  }

  .bb-list-title {
    white-space: normal;
  }

  /* Garantili Haberler (gh-) */
  .gh-hero-section {
    height: 180px;
    margin-top: 90px;
  }

  .gh-hero-title {
    font-size: 1.4rem;
  }

  .gh-intro-title {
    font-size: 1.5rem;
  }

  /* Garantili Servis Detay (gsd-) */
  .gsd-hero-section {
    height: 200px;
    margin-top: 55px;
  }

  .gsd-hero-title {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
  }

  .gsd-breadcrumb {
    font-size: 0.85rem;
    margin-top: 10px;
  }

  .gsd-section-title {
    font-size: 1.3rem;
  }

  .gsd-brands-title {
    font-size: 1.3rem;
  }

  .gsd-brands-section {
    padding: 40px 0 50px;
  }

  .gsd-brands-grid {
    gap: 14px;
  }

  .gsd-brand-item {
    width: 100px;
    padding: 14px 8px;
    border-radius: 10px;
  }

  .gsd-brand-logo-wrap {
    width: 46px;
    height: 46px;
    margin-bottom: 8px;
  }

  .gsd-brand-name {
    font-size: .7rem;
  }

  .gsd-brands-desc {
    font-size: .92rem;
  }


  /* Hizmetlerimiz & Hizmet Detay */
  .services-banner-overlay {
    padding: 0px;
  }

  .services-banner-section {
    height: 180px;
    margin-top: 80px;
  }

  .service-hero-title {
    font-size: 1.4rem;
    margin-bottom: 0.3rem;
  }

  .breadcrumb-item+.breadcrumb-item {
    padding-left: 5px;
  }

  .breadcrumb-item+.breadcrumb-item::before {
    padding-right: 5px;
  }

  .banner-title-dark {
    max-width: 255px;
  }

  .services-banner-title {
    font-size: 1.4rem;

  }

  .services-banner-img {
    object-position: 33% center;
  }

  .ilet-hero-bg {
    object-position: 40% center;
  }

  /* Ön Başvuru Formu (obf-) */
  .obf-hero-section {
    height: 180px;
    margin-top: 80px;
  }

  .obf-hero-title {
    font-size: 1.4rem;
  }

  /* İletişim (ilet-) */
  .ilet-hero-section {
    height: 180px;
    margin-top: 80px;
  }

  .ilet-hero-title {
    font-size: 1.4rem;
  }

  /* Breadcrumb — tüm banner sayfaları */
  .service-breadcrumb {
    font-size: 0.7rem;
  }

  /* Bilgi Bankası Detay (bbd-) */

  .bbd-lights-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .bbd-info-card {
    padding: 20px 18px;
  }

  .bbd-content-section {
    padding: 32px 0 48px;
  }
}

/* ==========================================
   XXS — max-width: 390px (Small phones)
   ========================================== */
@media (max-width: 390px) {

  /* Navbar — çok küçük ekranlar */
  .gos-navbar .navbar-brand img {
    height: 36px;
  }

  .gos-navbar .navbar-toggler {
    padding: 3px 6px;
    font-size: 0.9rem;
  }

  .navbar-cta .btn-gos-nav {
    font-size: 0.8rem;
    padding: 7px 14px;
  }

  .navbar-mail-btn {
    width: 36px;
    height: 36px;
    font-size: 0.9rem;
  }

  /* Hero */
  .hero-title {
    font-size: 1.2rem;
  }

  .hero-title .highlight {
    font-size: 1.5rem;
  }

  /* Services */
  .services-section .section-title {
    font-size: 1.5rem;
  }

  .service-card {
    min-height: 180px;
    padding: 16px;
  }

  /* Steps */
  .step-card {
    min-height: 170px;
    padding: 16px;
  }
}

/* ==========================================
   Chatbot Widget — Mobile Responsive
   ========================================== */
@media (max-width: 767px) {
  .gos-chat-fab-pulse{
   top: 25px;
    right: 5px;
  }
  .gos-chat-fab {
    width: 102px;
    height: 102px;
    bottom: 4px;
    right: 25px;
  }

  .gos-chat-fab-logo {
    width: 102px;
    height: 102px;
  }

  .gos-chat-tooltip {
    right: 12px;
    bottom: 92px;
    min-width: 0;
    max-width: 220px;
    padding: 10px 10px 10px;
    border-radius: 26px;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.08em;
  }

  .gos-chat-tooltip::after {
    right: 74px;
    bottom: -10px;
    width: 20px;
    height: 20px;
  }

  .gos-chat-tooltip-line {
    display: inline;
    white-space: normal;
    line-height: 1.1;
  }

  .gos-chat-tooltip-line--light {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0;
  }

  .gos-chat-tooltip-line--strong {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.1;
  }

  /* Minimalist floating kart — tam ekran yerine alt köşede kompakt pencere */
  .gos-chat-widget {
    width: calc(100vw - 24px);
    max-width: 380px;
    height: min(78vh, 580px);
    bottom: 16px;
    right: 12px;
    left: auto;
    border-radius: 18px;
  }

  .gos-chat-header-logo {
    width: 44px;
    height: 44px;
  }

  .gos-chat-header {
    padding: 12px 14px;
  }

  .gos-chat-header-title {
    font-size: 0.95rem;
  }

  .gos-chat-header-subtitle {
    font-size: 0.78rem;
  }
}

/* Çok dar ekranlarda kenar boşluğunu azaltıp genişliği koru */
@media (max-width: 400px) {
  .gos-chat-widget {
    width: calc(100vw - 16px);
    right: 8px;
    bottom: 12px;
    height: min(80vh, 560px);
  }
}