@media (max-width: 768px) {
    .image1 {
        width: 100%;
        height: auto; /* Maintain aspect ratio */
    }

    .category-section h1 {
        font-size: 24px;
        margin: 30px 0;
    }

    .category-grid {
        grid-template-columns: repeat(3, 1fr); /* 2 columns for mobile */
        gap: 15px;
    }

    .icon-circle {
        width: 110px;
        height: 110px;
    }

    .link-circle p {
        font-size: 14px;
    }

    .br { /* "Brands" title */
        font-size: 36px;
        margin-top: 50px;
    }

    .brand {
        grid-template-columns: repeat(3, 1fr); /* 3 brand logos per row */
        gap: 15px;
        margin: 0 15px;
    }
    .brand img{
        max-width: 100%;
    }
    .offers-search {
      --search-width: 85vw;              /* wider on mobile but not full-bleed */
      padding: 10px;
      border-radius: 10px;
    }
    .offers-search input[type="search"]{
      height: 42px;                      /* larger tap target on mobile */
      font-size: 15px;
      padding: 0 12px;
    }
    /* keep start-side anchoring on mobile */
    html[dir="ltr"] .offers-search { margin-left: 8px;  margin-right: auto; }
    html[dir="rtl"] .offers-search { margin-right: 8px; margin-left:  auto; }
    .gtext{
    font-size: 22px;
    font-weight: bolder;
}
  .promo-video {
    padding: 25px 10px;
    margin: 20px auto;
  }

  .video-player {
    width: 100%;
    max-width: 100%;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }
}