/* General section styling */
.why-invest-section {
    padding: 60px 20px;
    background-image: url('./images/bg01.png');
    background-position: center;
    background-size: cover;
    height: 210vh; /* Adjust the height for larger screens */
  }
  
  .coffee-label-box {
    color: #49382c;
    font-style: italic;
    	font-family: 'Fredoka One', sans-serif !important;
    font-size: 1.2rem;
    max-width: 700px;
    margin: 0 auto; /* Centering the text */
  }
  
  .coffee-label-box .highlight-text {
    font-size: 1.4rem;
    font-style: normal;
    color: #2f2a23;
    font-weight: bold;
  }
  
  /* The menu board container */
  .menu-board {
    background-color: #b2b683;
    border: 5px solid #000;
    border-radius: 18px;
    box-shadow: 6px 6px 0 #000;
    padding: 2rem 2.5rem;
    max-width: 850px;
    text-align: left;
    	font-family: 'Fredoka One', sans-serif !important;
    margin: 0 auto; /* Center the menu */
  }
  
  /* Menu section titles */
  .menu-subtitle {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    text-align: center;
  }
  
  /* Shared list styling */
  .menu-section ul,
  .comic-list {
    list-style: none;
    padding-left: 0;
    font-size: 1.05rem;
    color: black;
  }
  
  .menu-section li {
    margin-bottom: 1.2rem;
  }
  
  /* Security note */
  .security-note {
    	font-family: 'Fredoka One', sans-serif !important;
    font-size: 1rem;
    color: #000;
    background: #e7d6b8;
    display: inline-block;
    padding: 0.6rem 1.2rem;
    border: 3px solid #000;
    border-radius: 10px;
    box-shadow: 3px 3px 0 #000;
  }
  
  /* Parent container for the image */
  .image-container2 {
    position: relative;
    width: 100%;
    height: 100vh; /* Full height of the viewport */
  }
  .image-container3 {
    position: relative;
    width: 100%;
    height: 100vh; /* Full height of the viewport */
  }
  
  /* New class for the image */
  .comicrandomimg {
    position: absolute;
    width: 250px;  /* Set to desired size */
    height: auto; /* Set to desired size */
    top: -63%;      /* Adjust the random positioning */
    left: 72%;     /* Adjust the random positioning */
    transition: all 0.3s ease; /* Smooth transition for positioning */
  }
  
  .comicrandomimg2 {
    position: absolute;
    width: 220px;  /* Set to desired size */
    height: 220px; /* Set to desired size */
    top: -210%;      /* Adjust the random positioning */
    left: 11%;     /* Adjust the random positioning */
    transition: all 0.3s ease; /* Smooth transition for positioning */
    z-index: 100 !important;
  }
  
  
  

  
.custom-banner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
  
}

.banner-img {
  max-width: 1000px;
  width: 100%;
  height: auto;
  border-radius: 12px; /* optional rounding */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3); /* optional shadow */
}

@media (max-width: 1024px) {
  .why-invest-section {
    padding: 40px 15px;
    background-position: center;
    background-size: cover;
    height: auto; /* Let content decide the height */
  }

  .coffee-label-box {
    font-size: 1rem;
    text-align: center;
    padding: 0 1rem;
  }

  .coffee-label-box .highlight-text {
    font-size: 1.2rem;
    display: block;
    margin-top: 0.3rem;
  }

  .menu-board {
    padding: 1.5rem;
    width: 90%;
    max-width: 100%;
    box-sizing: border-box;
    font-size: 0.95rem;
  }

  .menu-subtitle {
    font-size: 1.2rem;
    text-align: center;
  }

  .menu-section ul,
  .comic-list {
    font-size: 0.95rem;
  }

  .menu-section li {
    margin-bottom: 1rem;
  }

  .security-note {
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
    display: block;
    margin: 0 auto;
    text-align: center;
  }

  .image-container2,
  .image-container3 {
    height: auto;
    position: relative;
    text-align: center;
    margin-bottom: 2rem;
  }

  .comicrandomimg{
    position: static;
    width: 60%;
    max-width: 250px;
    height: auto;
    margin: 1rem auto;
    display: block;
    transform: none;
  }
  .comicrandomimg2 {

    display: none !important;
   
  }
}
