.info-section {
  display: flex;
  /* justify-content: space-between; */
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap; /* Ensures responsive wrapping on small screens */
  gap: 2.5rem;
  margin: 1rem auto 0rem auto;
  width: 90%;              /* ← Makes it scale with screen size */
  max-width: 1300px; 
}




.promotions, .announcements {
  flex: 1 1 42%;
  box-sizing: border-box;
}

.info-section h4 {
  display: flex;
  align-items: center;     /* Vertically center icon + text */
  justify-content: center; /* Horizontally center both together */
  gap: 0.5rem;              /* Add spacing between icon and text */
  padding: 0rem 1rem;
  border-radius: 8px;
  margin: 0;
  font-weight: bold;
}



/* .info-section h2 i {
  vertical-align: middle;
  margin-right: 0.5rem;
} */

/* Optional: make sure announcements have card-like feel */
.announcements {
  /* background: #2e2e36; */
  color: white;
  border-radius: 8px;
  padding: 0.5rem;
  /* box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); */
}

.promotions {
  border-radius: 8px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: 0.5rem;
}

  .promo-card {
    background: #467c9e;
    color: white;
    padding: 0rem 0.75rem;
    margin-bottom: 0.75rem;
    border-radius: 8px;
  }

  .promotion-carousel-wrapper {
  position: relative;
}

.promotion-carousel {
  display: flex;
  flex-direction: column;
}

  
  .announcements ul {
    list-style: none;
    padding: 0;
  }
  
  .announcements li {
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
  }

  @media (max-width: 768px) {
  .info-section {
    flex-direction: column;
  }

  .promotions, .announcements {
    flex: 1 1 100%;
  }
}

  
  .site-footer {
    background-color: #2e2e36;
    color: white;
    padding: 40px 20px;
    font-size: 14px;
  }

  footer p {
    color: white;
  }

  footer h4 {
    color: white;
  }
  
  .footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
    gap: 2rem;
  }
  
  .footer-col {
    flex: 1 1 300px;
    min-width: 280px;
  }
  
  .footer-col h4 {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 600;
  }
  
  .footer-col a {
    color: #fff;
    text-decoration: underline;
  }
  
  .footer-col .highlight {
    color: #f74b50;
    font-weight: bold;
  }

  .site-footer a {
    color: #467c9e;
  }
  
  .subscribe-form {
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0;
  }
  
  .subscribe-form input[type="email"] {
    padding: 10px;
    flex: 1;
    min-width: 180px;
    border: none;
    margin-right: 10px;
  }
  
  .subscribe-form button {
    background-color: #E73746;
    border: none;
    color: white;
    padding: 10px 20px;
    font-weight: bold;
    cursor: pointer;
  }
  
  .contact-info p {
    margin: 5px 0;
  }
  
  .footer-col ul {
    padding-left: 15px;
  }
  
  .footer-col ul li {
    margin-bottom: 10px;
  }
  
  .register-button {
    background-color: #E73746 !important;
    border-radius: 10px;
    padding: 0rem;
    transition: background-color 0.3s;
  }
  
  .register-button a.hfe-menu-item {
    color: #ffffff !important;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
  }
  
  .register-button:hover,
  .register-button:focus,
  .register-button:active {
    background-color: #c52e3b !important;
  }
  
  .register-button a.hfe-menu-item:hover,
  .register-button a.hfe-menu-item:focus {
    color: #ffffff !important;
  }



.kpi-rate-high { background: #b2f7c1; }
.kpi-rate-mid { background: #ffe082; }
.kpi-rate-low { background: #ffb3b3; }
.kpi-rate-badge {
    padding: 0.2em 0.7em;
    border-radius: 1em;
    display: inline-block;
}

#cart-count {
    transition: opacity 0.2s;
}

.d-none { display: none !important; }


/* reduce the whitespace  */
.elementor-section {
  padding-top: 1rem !important;
  padding-bottom: 0rem !important;
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.elementor-element {
  /* padding-top: 1rem !important; */
  padding-bottom: 0rem !important;
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}


/* .elementor-column-wrap,
.elementor-widget-wrap {
  padding: 0rem !important;
  margin: 0rem !important;
} */

div.elementor-container {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
  min-height: 0 !important;
}

div.elementor-row {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.hero-home-image {
  width: 100%;
  height: auto;
  border-radius: 12px !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1) !important;
  object-fit: cover;
  max-width: 100%;
}

.scroll-footer-btn, .faq-btn {
  background-color: white;
  color: #2c303b;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}


.scroll-footer-btn, .faq-btn i {
  font-size: 1rem;
}

