@media only screen and (max-width: 1200px), 
       only screen and (max-device-width: 1200px), 
       only screen and (orientation: portrait) {

  /* باکس درباره ما */
  .welcomeBox {
    display: block !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }

  .welcome {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    background: #ffffff !important;
    padding: 8px 10px !important;
    box-shadow: none !important;
    width: 100% !important;
    gap: 4px !important;
  }

  /* کارت‌ها */
  .welcome .boxMore {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
    height: auto !important;
    min-height: unset !important;
    flex: 0 0 auto !important;

    max-width: 320px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }

  .welcome .btnMore {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
    font-size: 13px !important;
    padding: 6px 10px !important;
    line-height: 1.3 !important;
    box-sizing: border-box !important;
  }

  /* عنوان و متن */
  .welcome h3 {
    text-align: center !important;
    font-size: 14pt !important;
    margin: 6px 0 3px 0 !important;
  }

  .welcome p {
    text-align: center !important;
    font-size: 12pt !important;
    line-height: 1.4 !important;
    margin: 0 0 6px 0 !important;
  }

  /* 🎯 بخش Check your domain */
  .domain-check label {
    display: block !important;
    text-align: center !important;
    font-size: 12px !important;          /* کوچکتر برای یک خط */
    font-weight: 600 !important;
    color: #ff9800 !important;           /* نارنجی برند */
    margin-bottom: 6px !important;
    background: none !important;         /* حذف پس‌زمینه */
    border: none !important;             /* حذف کادر */
    box-shadow: none !important;         /* حذف سایه */
  }

  /* حذف خط زیر عنوان */
  .domain-check label::after {
    content: none !important;
  }

  .domain-check input,
  .domain-check button {
    margin: 2px 0 !important;
  }

  /* حذف فاصله‌های بوت‌استرپ */
  .row,
  .col-12,
  .col-md-12 {
    margin: 0 !important;
    padding: 0 !important;
  }

  /* کانتینر کلی */
  .container {
    max-width: 100% !important;
    padding: 0 !important;
  }
}
