@media (max-width: 768px) {
 
  /* ---- NAV ---- */
  nav {
    display: flex;
    padding: 0 1.25rem;
    height: 56px;
  }
 
 .hamburger {
    display: block;
    flex-direction: column;
    justify-content: center;
     margin-left: auto;
  }
 
  .nav-links {
    position: fixed;
    top: 56px;
    left: 0;
    width: 100%;
    height: calc(100vh - 56px);
    background: rgba(26, 26, 26, 0.6);  
    backdrop-filter: blur(8px);         
    -webkit-backdrop-filter: blur(8px);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2.5rem;
    transform: translateX(100%);
    transition: transform 0.35s ease;
    z-index: 999;
    display: flex;
  }
 
  .nav-links.open {
    transform: translateX(0);
  }
 
  .nav-links a {
    font-size: 1.1rem;
    color: var(--hamrosastobazar-white);
  }
 
  .logo-text {
    font-size: 0.9rem;
  }
 
  /* ---- HERO ---- */
  .hero {
    padding: 0.5rem 1.25rem 0.5rem;
    min-height: 100svh;
  }
 
  .hero-badge {
    display: none;
  }
 
  /* ---- MOBILE SEARCH BAR ---- */
  .mobile-search-wrap {
    display: flex;
    align-items: center;
    position: relative;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid var(--hamrosastobazar-black);
    border-radius: 999px;
    padding: 0.6rem 1.1rem;
    width: 100%;
    max-width: 480px;
    margin: 0 auto 1.75rem;
    gap: 0.6rem;
    backdrop-filter: blur(6px);
    transition: border-color 0.25s, background 0.25s;
    z-index: 100;
  }
 
  .mobile-search-wrap:focus-within {
    border-color: var(--hamrosastobazar-black);
    background: rgba(237, 28, 36, 0.07);
    border-radius: 20px 20px;
  }
 
  .mobile-search-icon {
    color: rgba(255,255,255,0.4);
    font-size: 0.95rem;
    flex-shrink: 0;
  }
 
  .mobile-search-input::-webkit-search-cancel-button,
  .mobile-search-input::-webkit-search-decoration,
  .mobile-search-input::-webkit-search-results-button,
  .mobile-search-input::-webkit-search-results-decoration {
    -webkit-appearance: none;
    appearance: none;
    display: none;
    
  }
 
  .mobile-search-input {
    flex: 1;
    background: none;
    border: none;
    outline: none;
    color: var(--hamrosastobazar-white);
    font-size: 0.92rem;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    -webkit-appearance: none;
    appearance: none;
  }
 
  .mobile-search-input::placeholder {
    color: var(--hamrosastobazar-red);
  }
 
  /* ---- SEARCH DROPDOWN ---- */
  .search-dropdown {
    position: absolute;
    top: calc(100% + 15px);
    left: 0;
    right: 0;
    background: #1a1a1a;
    border: 2px solid rgba(237, 28, 36, 0.35);
    border-radius: 20px;
    overflow: hidden;
    z-index: 200;
    max-height: 280px;
    overflow-y: auto;
    scrollbar-width: none;
  }
 
  .search-dropdown::-webkit-scrollbar { display: none; }
 
  .search-dropdown.active { display: block; }
 
  .dropdown-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1.1rem;
    cursor: pointer;
    border-bottom: 1px solid rgba(255,255,255,0.04);
    border-left: none;
    border-right: none;
    border-top: none;
    transition: background 0.15s;
    text-align: left;
    width: 100%;
    background: none;
  }
 
  .dropdown-item:last-child { border-bottom: none; }
 
  .dropdown-item:hover,
  .dropdown-item:active {
    background: rgba(237, 28, 36, 0.1);
  }
 
  .dropdown-item-icon {
    color: var(--hamrosastobazar-red);
    font-size: 0.8rem;
    flex-shrink: 0;
  }
 
  .dropdown-item-text {
    flex: 1;
    font-size: 0.85rem;
    color: var(--hamrosastobazar-white);
    line-height: 1.3;
    text-align: left;
  }
 
  .dropdown-item-price {
    font-size: 0.8rem;
    color: #00ff99;
    font-weight: 700;
    flex-shrink: 0;
  }
 
  .dropdown-no-results {
    padding: 1.25rem 1.1rem;
    font-size: 0.85rem;
    color: rgba(255,255,255,0.35);
    text-align: center;
  }
 
  /* ---- HERO TEXT ---- */
  .hero h1 {
    font-size: clamp(1.5rem, 6vw, 2rem);
    letter-spacing: -0.02em;
  }
 
  .hero-sub {
    font-size: 0.95rem;
    margin-bottom: 2rem;
  }
 
  .hero-stats {
    gap: 2.5rem;
    margin-top: 3rem;
    flex-wrap: wrap;
    justify-content: center;
  }
 
  .hero-stat-number { font-size: 2.2rem; }
  .hero-stat-label  { font-size: 0.65rem; }
 
  /* ---- TICKER ---- */
  .ticker-wrap { padding: 0.6rem 0; }
 
  .ticker span {
    font-size: 0.75rem;
    padding: 0 1.5rem;
  }
 
  /* ---- SECTIONS ---- */
  section {
    padding: 3rem 1rem;
    scroll-margin-top: 56px;
  }
 
  .section-dark  { padding: 2.5rem 0.5rem; }
  .section-red   { padding: 2.5rem 0.5rem; }
 
  .section-title    { font-size: clamp(1.5rem, 5vw, 2rem); padding: 0 0.5rem; }
  .section-subtitle { font-size: 0.9rem; padding: 0 0.5rem; }
  .section-label    { padding: 0 0.5rem; }
 
  /* ---- PRODUCT CAROUSEL ---- */
  .services-grid {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    gap: 0.85rem;
    padding: 0.5rem 1rem 1.25rem;
    margin-top: 1.5rem;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
 
  .services-grid::-webkit-scrollbar { display: none; }
 
  .service-card {
    min-width: 78vw;
    max-width: 78vw;
    flex-shrink: 0;
    scroll-snap-align: center;
    border-radius: 16px;
    flex-direction: column;
    display: flex;
    padding: 0;
    transition: transform 0.3s, border-color 0.3s;
  }
 
  .service-card:hover { transform: translateY(-4px); }
 
  .card-image { width: 100%; position: relative; }
 
  .card-image img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 16px 16px 0 0;
  }
 
  .top-tag {
    font-size: 0.62rem;
    padding: 4px 9px;
    top: 9px;
    right: 9px;
  }
 
  .badge {
    font-size: 0.62rem;
    padding: 4px 9px;
    bottom: 9px;
    left: 9px;
  }
 
  .card-content {
    padding: 1rem 1rem 1.1rem;
    flex: 1;
    display: flex;
    flex-direction: column;
  }
 
  .card-content h3 {
    font-size: 0.95rem;
    margin-bottom: 0.6rem;
    line-height: 1.35;
  }
 
  .price-row {
    gap: 10px;
    margin-bottom: 0.75rem;
    align-items: baseline;
  }
 
  .discount-price { font-size: 1.3rem; }
  .original-price { font-size: 1rem; }
 
  .bottom-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
  }
 
  .buy-btn {
    font-size: 0.82rem;
    padding: 8px 16px;
    border-radius: 8px;
  }
 
  .stars { font-size: 0.7rem; letter-spacing: 1px; }
 
  /* ---- CAROUSEL DOTS (products only) ---- */
  .carousel-dots {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 0.75rem;
    padding: 0 1rem;
  }
 
  .carousel-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255,255,255,0.2);
    transition: background 0.3s, transform 0.3s;
    cursor: pointer;
  }
 
  .carousel-dot.active {
    background: var(--hamrosastobazar-red);
    transform: scale(1.3);
  }
 
  /* ---- TESTIMONIAL CAROUSEL (no dots) ---- */
  .testimonial-container {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    gap: 0.85rem;
    padding: 0.5rem 1rem 0.5rem;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    /* Reset the desktop grid */
    grid-template-columns: unset;
  }
 
  .testimonial-container::-webkit-scrollbar { display: none; }
 
  .testimonial-card {
    min-width: 82vw;
    max-width: 82vw;
    flex-shrink: 0;
    scroll-snap-align: center;
    padding: 1.25rem;
    border-radius: 16px;
    box-sizing: border-box;
  }
 
  .profile h4  { font-size: 0.9rem; }
  .profile span { font-size: 0.78rem; }
  .testimonial-card p { font-size: 0.88rem; }
 
  .btn { padding: 10px; font-size: 0.9rem; }
  .contact-buttons { gap: 8px; margin-top: 12px; }
 
  /* ---- FAQ ---- */
  .faq-list { margin-top: 2rem; }
 
  .faq-question {
    font-size: 0.92rem;
    gap: 0.5rem;
  }
 
  .faq-question::after {
    font-size: 1.25rem;
    flex-shrink: 0;
  }
 
  .faq-answer { font-size: 0.85rem; }
  .faq-item   { padding: 1.25rem 0; }
 
  /* ---- FOOTER ---- */
  footer .testimonial-container {
    grid-template-columns: unset;
  }
 
  .footer-bottom {
    font-size: 0.78rem;
    padding: 1rem;
  }

  #footer .section-subtitle {
    font-size: 0.7rem;
  }
 
  .quick-links a { font-size: 0.9rem; }
 
  /* ---- FADE UP ---- */
  .fade-up {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
  }
 
  .fade-up.visible {
    opacity: 1;
    transform: translateY(0);
  }
 
  .container { padding: 0 0.25rem; }
}


