@media (max-width: 991.98px) {
  .getfranchise-btn-desktop {
    display: none;
  }
}

@media (min-width: 992px) {
  .getfranchise-btn-mobile {
    display: none;
  }
}
/* Responsive tweaks */
@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 1.8rem;
  }
}

/* Tablet */
@media (max-width: 992px) {
  .custom-advantage-text h2 {
    font-size: 2.5rem;
  }
  .custom-advantage-text p {
    font-size: 0.95rem;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .custom-advantage-section {
    padding: 30px 10px;
    min-height: auto;
  }
  .custom-advantage-text h2 {
    font-size: 1.8rem;
  }
  .custom-advantage-text p {
    font-size: 0.9rem;
  }
  .about-section .about-img img{
    top: 5px;
  }
}


/* Responsive Adjustments */
@media (max-width: 767px) {
  .businessType-card-box-content h3 {
    font-size: 16px;
  }
  .businessType-card-box-content p {
    font-size: 13px;
  }
}

/* Responsive adjustments */
/*@media (max-width: 992px) {*/
/*  .benefitsSnapshot-right-box {*/
/*    position: relative;*/
/*    right: 0;*/
/*    top: 0;*/
/*    margin: 20px auto 0;*/
/*  }*/
/*}*/

/*@media (max-width: 576px) {*/
/*  .benefitsSnapshot-right-box {*/
/*    padding: 15px;*/
/*    max-width: 100%;*/
/*    box-shadow: none;*/
/*  }*/
/*}*/
