@charset "UTF-8";



  
    
      header {
        width: 100%;
        overflow: hidden;
        padding: 1rem;
        background: linear-gradient(to bottom, #ccfbd6, #fdf8f3);
      }
      
      .welcome-index {
        font-size: 42px;
        font-weight: bold;
        color: #569ebd;
        margin-bottom: 16px;
      }

      .banner-title {
        font-family: "Comic Sans MS", cursive, sans-serif;
        font-size: 54px;
        color: #c21807;
      }

      .top-banner-index {
        display: flex;
        align-items: center;
        gap: 40px;
        padding: 1rem;
      }

      .main-container {
        display: flex;
      }

      .sidebar {
        width: 220px;
        height: 100vh;
        background: linear-gradient(to right, #ccfbd6, #fdf8f3);
        padding: 20px;
        
      }

      .sidebar {
  width: 220px;
  height: 80vh;
  padding: 20px;
  box-shadow: 2px 0 6px #00000020;

  background: linear-gradient(
    to bottom,
    rgba(204, 251, 214, 0) 0%,
    #ccfbd6 20%,
    #fdf8f3 100%
  );

  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}


      .sidebar a:hover {
        color: #C21807;
      }

      .content {
        flex: 1;
        padding: 40px 20px 40px 60px;
        font-family: "Segoe UI", sans-serif;
        color: #444;
      }

      .tagline {
        font-size: 30px;
        color: #5c7d65;
        font-style: italic;
        margin-bottom: 30px;
      }

      .promise {
        background-color: #ccfbd6;
        border-left: 6px solid #b1b18f;
        padding: 20px;
        font-size: 18px;
        line-height: 1.6;
        max-width: 700px;
        box-shadow: 2px 2px 10px #00000010;
        margin: 0 auto;
      }
    

      header {
        width: 100%;
        overflow: hidden;
        padding: 1rem;
        background: linear-gradient(to bottom, #ccfbd6, #fdf8f3);
      }

      .banner-title {
        font-family: "Comic Sans MS", cursive, sans-serif;
        font-size: 54px;
        color: #c21807;
      }

      .top-banner {
        display: flex;
        align-items: center;
        gap: 40px;
        padding: 1rem;
      }

     .main-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


      .sidebar {
        width: 220px;
        height: 100vh;
        background: linear-gradient(to right, #ccfbd6, #fdf8f3);
        padding: 20px;
        
      }

      .sidebar {
  width: 220px;
  height: 80vh;
  padding: 20px;
  box-shadow: 2px 0 6px #00000020;

  background: linear-gradient(
    to bottom,
    rgba(204, 251, 214, 0) 0%,
    #ccfbd6 20%,
    #fdf8f3 100%
  );

  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}


      .sidebar a:hover {
        color: #C21807;
      }

      .content {
        flex: 1;
        padding: 40px 20px 40px 60px;
        font-family: "Segoe UI", sans-serif;
        color: #444;
      }

     

      .tagline {
        font-size: 30px;
        color: #749e82;
        font-style: italic;
        margin-bottom: 30px;
      }

      .promise {
        background-color: #ccfbd6;
        border-left: 6px solid #b1b18f;
        padding: 20px;
        font-size: 18px;
        line-height: 1.6;
        max-width: 700px;
        box-shadow: 2px 2px 10px #00000010;
        margin: 0 auto;
      }
    
 .close {
      position: absolute;
      top: 20px;
      right: 35px;
      color: #fff;
      font-size: 40px;
      font-weight: bold;
      cursor: pointer;
    }

    .lightbox {
      display: none;
      position: fixed;
      z-index: 999;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: auto;
      background-color: rgba(0,0,0,0.8);
      justify-content: center;
      align-items: center;
    }

    .lightbox img {
      max-width: 90%;
      max-height: 80%;
      box-shadow: 0 0 10px #fff;
    }
    
    .welcome-message {
  max-width: 600px;
  margin: 0 auto 2em;
  text-align: center;
  background: linear-gradient(135deg, #fceabb, #f8b500);
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  color: #333;
  font-family: 'Segoe UI', sans-serif;
}

.welcome-message h2 {
  margin-bottom: 12px;
  font-size: 1.8em;
}

.welcome-message p {
  font-size: 1.1em;
  line-height: 1.6;
}


    
    

.top-banner {
  width: 100%;
  height: 200px;
  background: linear-gradient(to bottom, rgba(255,255,255,0.7), rgba(255,255,255,0));
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-banner img {
  width: 100%;         /* Full width to eliminate side gaps */
  height: auto;        /* Maintain aspect ratio */
  object-fit: contain; /* Prevent cropping */
  opacity: 0.85;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

.body-index{
  background-color: #fdf8f3; /* Soft lilac or pick your palette */
}



.welcome-banner h1 {
  font-size: 2.5em;
  margin: 0;
}


@media (max-width: 768px) {
  .main-container {
    flex-direction: column;
    align-items: stretch;
  }

  .sidebar {
    width: 100%;
    height: auto;
    border-radius: 0;
    box-shadow: none;
    padding: 15px;
  }

  .content {
    padding: 20px;
  }

  .top-banner-index {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .banner-title {
    font-size: 2rem;
  }

  .promise {
    max-width: 100%;
    margin: 0;
    padding: 15px;
  }
}



@media (max-width: 768px) {
  .welcome-message {
    padding: 15px;
    font-size: 1em;
    margin: 0 10px 2em;
  }

  .welcome-message h2 {
    font-size: 1.5em;
  }

  .welcome-message p {
    font-size: 1em;
  }
}



    



    
    

    
    
    
    