/* Tablet screens (portrait + landscape) */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pink-header {
    height: 180px;
  }

  .adv-round-frame {
    width: 130px;
    height: 130px;
    left: 30px;
    top: 50%;
    transform: translate(10%, -10%);
  }

  .pink-header-title {
    font-size: 2.2rem;
  }

  .pink-header-subtitle {
    font-size: 1rem;
  }

  .pink-header-text {
    padding-bottom: 20px;
  }

  .adv-widget-title {
    font-size: 14px;
  }
}

@media (min-width: 1024px) and (max-width: 1325px) {
  .custom-flex {
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  .custom-flex .adv-view-link {
    margin-top: 0.5rem;
  }
}

@media screen and (min-width: 481px) and (max-width: 767px) {
  .adv-round-frame {
    width: 120px;
    height: 120px;
    transform: translate(8%, 25%);
  }

  .pink-header-title {
    font-size: 30px;
  }

  .pink-header-subtitle {
    color: #fff;
    margin: 5px 0 0 0;
    font-size: 15px;
  }

  .pink-header-text {
    margin-right: 10px;
  }
}

@media screen and (min-width: 991px) and (max-width: 1347px) {
  .adv-sidebar-wrapper {
    min-width: 230px;
  }

  .col-custom-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 768px) {
  .progress-tracker {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    padding: 0 10px;
  }

  .progress-step {
    min-width: 70px;
    flex: 1 1 80px;
    padding: 0 5px;
  }

  .progress-step-icon {
    width: 35px;
    height: 35px;
  }

  .progress-step-text {
    font-size: 0.75rem;
  }

  .progress-tracker::before {
    display: none;
  }

  .status-badge {
    padding: 0.4rem 0.8rem;
    font-size: 0.75rem;
    border-radius: 18px;
  }

  .card-title {
    font-size: 1rem;
    line-height: 1.3;
  }
}

@media (min-width: 992px) and (max-width: 1194px) {
  .campaign-col {
    flex: 0 0 33.3333% !important;
    max-width: 33.3333% !important;
  }
}

@media (min-width: 992px) and (max-width: 1284px) {
  .btn-stack .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0.5rem; /* spacing between stacked buttons */
  }
}
