main.font-monospace {
  font-family: inherit !important; /* Restore to default or inherited font */
}

.hero-section {
  min-height: 100vh;
  display: flex;
  flex-direction: row;
}

.hero-text-wrapper {
  flex: 1;
  display: flex;
  align-items: center;
}

.hero-media {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.hero-media img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.section-background_empty {
  background-image: url("/images/main/placeholder-background.png"); /* Replace with your background image path */
  background-size: cover;
  background-position: center;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
}

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

  .hero-text-wrapper {
    width: 100%;
  }

  .hero-text-wrapper .container {
    width: 100%;
    max-width: 100%;
    padding: 2rem 1rem;
  }

  .hero-media {
    width: 100%;
    height: auto;
  }

  .hero-media img {
    content: url("/images/products/easyword_enguru/easyword_enguru-banner_ai.png");
  }
}

.icon-img {
  width: 40px;
  height: 40px;
  border: 1px solid #dfdfdf;
  border-radius: 8px;
}

#easyword_enguru .ea-banner {
  background-image: linear-gradient(
      to top,
      rgba(20, 60, 35, 1) 10%,
      rgba(20, 60, 35, 0) 20%
    ),
    url("/images/products/easyword_enguru/easyword_enguru-banner.jpg");
}
#easyword_enguru .banner-buttons a:hover {
  color: green;
}
#easyword_enguru .mockups-screen {
  background: linear-gradient(to bottom, #e6f0dc, #e6f0dc);
}
#easyword_enguru .custom-swiper-icon:hover {
  color: darkgreen; /* Hover color (match Swiper hover state) */
}
#easyword_enguru .custom-swiper-icon.active {
  color: #0056b3; /* Active state color */
}
#easyword_enguru .footer-buttons a {
  background-color: #f4f4f4;
}
#easyword_enguru .footer-buttons a:hover {
  color: white;
  background-color: #43885e;
}
#easyword_enguru .footer-buttons a:active {
  color: white;
  background-color: #43885e;
}

/* easydict_enguru */

#easydict_enguru .ea-banner {
  background-image: linear-gradient(
      to top,
      rgb(200, 80, 85) 10%,
      rgba(200, 80, 85, 0.5) 50%
    ),
    url("/images/products/easydict_enguru/easydict_enguru-banner.png");
}
#easydict_enguru .banner-buttons a:hover {
  color: rgb(200, 80, 85);
}
#easydict_enguru .mockups-screen {
  background: linear-gradient(to bottom, #f2f2f4, #f2f2f4);
}
#easydict_enguru .custom-swiper-icon:hover {
  color: darkred; /* Hover color (match Swiper hover state) */
}
#easydict_enguru .custom-swiper-icon.active {
  color: darkred; /* Active state color */
}
#easydict_enguru .footer-buttons a {
  background-color: #f4f4f4;
}
#easydict_enguru .footer-buttons a:hover {
  color: white;
  background-color: rgb(200, 80, 85);
}
#easydict_enguru .footer-buttons a:active {
  color: white;
  background-color: rgb(200, 80, 85);
}

/* easyrote_enguru */

#easyrote_enguru .ea-banner {
  background-image: linear-gradient(
      to top,
      rgba(40, 140, 220, 0.5) 10%,
      rgba(40, 140, 220, 0.3) 20%
    ),
    url("/images/products/easyrote_enguru/easyrote_enguru-banner.png");
}
#easyrote_enguru .banner-buttons a:hover {
  color: rgb(40, 140, 220);
}
#easyrote_enguru .mockups-screen {
  background: linear-gradient(to bottom, #f2f2f4, #f2f2f4);
}
#easyrote_enguru .custom-swiper-icon:hover {
  color: rgb(40, 140, 220); /* Hover color (match Swiper hover state) */
}
#easyrote_enguru .custom-swiper-icon.active {
  color: rgb(40, 140, 220); /* Active state color */
}
#easyrote_enguru .footer-buttons a {
  background-color: #f4f4f4;
}
#easyrote_enguru .footer-buttons a:hover {
  color: white;
  background-color: rgb(40, 140, 220);
}
#easyrote_enguru .footer-buttons a:active {
  color: white;
  background-color: rgb(40, 140, 220);
}

/* easyread_enguru */

#easyread_enguru .ea-banner {
  background-image: linear-gradient(
      to top,
      rgb(145, 105, 50) 10%,
      rgba(145, 105, 50, 0) 30%
    ),
    url("../images/products/easyread_enguru/easyread_enguru-banner.jpg");
}
#easyread_enguru .banner-buttons a:hover {
  color: rgb(169, 140, 110);
}
#easyread_enguru .mockups-screen {
  background: linear-gradient(to bottom, #f2f2f4, #f2f2f4);
}
#easyread_enguru .custom-swiper-icon:hover {
  color: rgb(169, 140, 110); /* Hover color (match Swiper hover state) */
}
#easyread_enguru .custom-swiper-icon.active {
  color: hsl(35, 49%, 38%); /* Active state color */
}
#easyread_enguru .footer-buttons a {
  background-color: #f4f4f4;
}
#easyread_enguru .footer-buttons a:hover {
  color: white;
  background-color: rgb(169, 140, 110);
}
#easyread_enguru .footer-buttons a:active {
  color: white;
  background-color: rgb(169, 140, 110);
}

/* Product index page */
.card.rounded-3 {
  border-radius: 5%;
}
.card img {
  border-radius: 50%;
  background-color: lightgray;
}
/* Product list page */
.product-in-promotion,
.product-in-list {
  height: 100%; /* Auto stretch to fill the height of the column */
}
.product-in-promotion img {
  border-radius: 50%;
  background-color: lightgray;
}
.easyword_enguru img {
  background-color: rgba(245, 250, 245, 1);
}
.easydict_enguru img {
  background-color: rgba(250, 245, 245, 1);
}
.easyread_enguru img {
  background-color: rgba(250, 245, 245, 1);
}
.easyrote_enguru img {
  background-color: rgba(245, 245, 250, 1);
}
.tomato_enguru img {
  background-color: rgba(250, 250, 250, 1);
}
.easypoem_enguru img {
  background-color: rgba(240, 240, 250, 1);
}
