@media (max-width: 440px) {
  .counter-item {
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .counter-item h3 {
    font-size: 18px !important;
  }

  .counter-item .counter-title {
    font-size: 12px !important;
  }

  /* Hide 5th counter item */
  .counter-section-row>div:nth-child(n+5) {
    display: none !important;
  }

  .hero .hero-page-title {
    text-align: center;
    padding-top: 125px;
    padding-bottom: 100px;
  }

  /* Global Section Padding */
  .cta-section-two,
  .team,
  .ministrie-eight-area,
  .blog-six-area,
  .blog-main,
  .difference-two {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  /* Section Title Font Size */
  .title-animation,
  h1.title-animation,
  h2.title-animation,
  .section__header h1,
  .section__header h2,
  .hero-page-title h1,
  .page-header__title,
  .section-six-wrapper h2,
  .section-eight-wrapper h2 {
    font-size: 20px !important;
    line-height: 1.3 !important;
  }

  /* Center Buttons */
  section .btn--primary,
  .difference-two__content .btn--primary {
    font-size: 16px !important;
    font-weight: 400 !important;
    display: flex !important;
    width: fit-content !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* Center Subtitles and Main Titles */
  .sub-title-main,
  .section-eight-wrapper .sub-title-main,
  .section-eight-wrapper .title-animation {
    text-align: center !important;
    justify-content: center !important;
    display: block !important;
  }

  /* Adjust Tab Layout - 2 Columns */
  .difference-two__tab-btns {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
    width: 100% !important;
    margin-top: 20px !important;
  }

  .difference-two__tab-btn {
    width: 100% !important;
    text-align: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 8px 5px !important;
    font-size: 14px !important;
  }

  /* Adjust badges inside tabs */
  .difference-two__tab-btn .tab-badge {
    margin-left: 5px !important;
    font-size: 11px !important;
  }

  /* Center the last tab if it is the 3rd item (or any odd item) */
  .difference-two__tab-btn:nth-child(odd):last-child {
    grid-column: span 2 !important;
    width: 50% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .banner-two .banner-two__slider-single {
    height: 250px !important;
  }

  .hero .hero-page-title {}

  .hero .hero-bg img {
    width: 100% !important;
    height: 275px;
    object-fit: cover !important;
    filter: none !important;
  }

  .hero .hero-bg img {
    width: 100% !important;
    height: 275px;
    object-fit: cover !important;
    filter: none !important;
  }

  .hero .hero-bg::after {
    height: 275px;
  }

  .header-area {
    width: 100% !important;
    background: linear-gradient(114.3deg, rgb(19, 126, 57) 0.2%, rgb(8, 65, 91) 68.5%);
  }

  .left-header-content pt-1 pb-1 {
    display: none;
  }

  .header-area.sticky {
    position: fixed;
    top: 0;
    width: 100% !important;
    z-index: 1000 background: linear-gradient(109.6deg, rgb(19, 185, 237) -5%, rgb(74, 42, 133) 36%) !important;
  }

  .header-area {
    padding: 8px 20px;
    background: var(--qbit-base-20);
    border-radius: 0;
    position: fixed;
    z-index: 1001;
    top: 0;
    right: 0;
    width: calc(100%);
    /* background: linear-gradient(109.6deg, rgb(19, 185, 237) -5%, rgb(74, 42, 133) 36%) !important; */
    background: linear-gradient(114.3deg, rgb(19, 126, 57) 0.2%, rgb(8, 65, 91) 68.5%);
  }

  .header-area {
    padding: 8px 20px;
    background: var(--qbit-base-20);
    border-radius: 0;
    position: fixed;
    z-index: 1001;
    top: 0;
    right: 0;
    width: calc(100% - 0px);
    /* background: linear-gradient(109.6deg, rgb(19, 185, 237) -5%, rgb(74, 42, 133) 36%) !important; */
    background: linear-gradient(114.3deg, rgb(19, 126, 57) 0.2%, rgb(8, 65, 91) 68.5%);
  }

  .right-header-content {
    width: 150px !important;
    float: right !important;
  }

















































}