


/* vission and mission/anthem Styling */
.vision-mission-container 
{
  background: linear-gradient(to bottom right, var(--background_light_dark), var(--card_bg) ) !important;
  padding: 100px;
}


.mission-section-title {
  font-size: 30px;
  margin-bottom: 50px;
  color: var(--title_text_color);
  font-weight: 700;
  position: relative;
  text-align: center;
}

.mission-section-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: var(--button_hover_color);
  margin: 10px auto 0;
  border-radius: 2px;
}

/* Vision & Mission Cards */
.mission-content 
{
  display: grid;
  grid-template-columns: 1fr 1fr !important;
  gap: 20px;
}

.mission-card {
  background: var(--background_light_dark);
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  padding: 35px 25px;
  transition: all 0.3s ease;
  text-align: left;
}

.mission-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.mission-card h3 {
  color: var(--title_text_color);;
  font-size: 24px;
  margin-bottom: 15px;
}

.mission-card p {
  color: var(--text_color);
  line-height: 1.7;
  font-size: 16px;
}


.proprietor_photo {
  overflow: hidden;
  border-radius: 10px;
}


.proprietor_photo img {
  overflow: hidden;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.proprietor_details h4 
{
  display: block;
  margin: 10px 0 0 0 !important;
  padding: 0;
  color: var(--main_color);
 
}

.proprietor_details small 
{
  display: block;
  margin: 0;
  font-size: 16px;
  color: #fff;
}



/* Enrollment Section */

.grade_card_container
{
  display: grid;
  gap: 20px;
  max-height: 400px;
  overflow: auto;
  padding: 5px;
}




.grad_card_box h3
{
  /* background-color: var(--main_color); */
  margin: 0 0 10px 0;
  /* padding: 5px 10px; */
  color: var(--main_color);
  text-align: center;
}


.grade_level_wrapper
{
  /* padding: 10px; */
  /* margin: 10px; */
  /* border: 1px solid var(--main_color); */
  border-radius: 10px;
  overflow: hidden;
  display: grid;
  gap: 10px;
}

.grade_level_btn
{
  padding: 15px;
  background-color: var(--main_color);
  /* color: var(--text_color); */
  color: #fff;
  /* border-radius: 10px 10px 0 0; */
  border-radius: 10px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.curve_top_edges_only 
{
   border-radius: 10px 10px 0 0;
}

.grade_level_btn span 
{
  flex: 1;
}

.grade_level_btn i 
{
  font-size: 14px;
  color: #fff;
}

.grade_level_class_container
{
  padding: 10px;
  border: 1px solid var(--main_color);
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  display: grid;
  display: none;
  gap: 10px;
}


.grade_level_class_item
{
    display: block;
    padding: 10px;
    font-size: 16px;
    background: linear-gradient(#fff, #e6e6e6);

}



@media only screen and (max-width: 900px) {


  .vision-mission-container {
    padding: 50px 20px;
  }



}


@media only screen and (max-width: 650px) {

  .mission-content {
    grid-template-columns: 1fr !important;
   
  }



}





/* Carousel Styling */

    /* * {
      box-sizing: border-box;
    }

    body {
      font-family: Arial, sans-serif;
      margin: 0;
      padding: 20px;
      background: #f5f5f5;
    } */
/* 
    h2 {
      text-align: center;
      margin-bottom: 20px;
    } */

    .carousel-container {
      width: 100%;
      overflow: hidden;
      position: relative;
      background: var(--card_bg);
      border-radius: 12px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      cursor: grab;
    }

    .carousel-container:active {
      cursor: grabbing;
    }

    .carousel-track {
      display: flex;
      transition: transform 0.6s ease;
    }

    .carousel-item {
      flex: 0 0 33.3333%; /* 3 items per view (desktop) */
      text-align: center;
      padding: 10px;
      /* border-right: 1px solid #eee; */
      user-select: none;
      overflow: hidden;
    }

    .carousel-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 8px;
      pointer-events: none;
    }

    /* Tablet: 2 items visible */
    @media (max-width: 991px) {
      .carousel-item {
        flex: 0 0 50%;
      }
    }

    /* Mobile: 1 item visible */
    @media (max-width: 599px) {
      .carousel-item {
        flex: 0 0 100%;
      }
    }


/* General Button Styling */
.general_button_container {
  text-align: center;
  margin-top: 30px;
}

.general_button {
  background-color: var(--button_fill_color);
  color: var(--button_text_color);
  padding: 15px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.general_button:hover {
  background-color: var(--button_hover_color);
    color: var(--button_text_color);
} 

.general_button_container i {
  font-size: 12px;;
} 


.page_title_container
{

    background-position: center top;
    background-repeat: no-repeat;    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 70vh;
    width: 100vw;

}


.page_overlay 
{
    height: 70vh;
    width: 100vw;
}

.pagination
{
    display: flex;
    justify-content: center;
}

.carousel-item {
    display: block !important;
}

/* .carousel-item img {
    display: block !important;
} */



/* REGISTRATION PAGE */

        .reg_wrapper {
            font-family: Arial, sans-serif;
            /* background: #f4f6f8; */
            background: linear-gradient(to bottom right, var(--background_light_dark), var(--card_bg) ) !important;
            padding: 20px;
        }

        .reg_container {
            max-width: 900px;
            /* background: #fff; */
            background: var(--background_light_dark);
            margin: auto;
            padding: 25px;
            border-radius: 8px;
        }

        .reg_container h2 {
            margin-top: 30px;
            color: var(--title_text_color);
            border-bottom: 1px solid #ddd;
            padding-bottom: 5px;
        }

        .reg_container .row {
            display: flex;
            gap: 15px;
            margin-bottom: 15px;
        }

      .reg_container  .form-group {
            flex: 1;
        }

      .reg_container label {
            display: block;
            font-weight: bold;
            margin-bottom: 5px;
        }

        input:-webkit-autofill,
        input:-webkit-autofill:hover,
        input:-webkit-autofill:focus,
        input:-webkit-autofill:active{
          box-shadow: 0 0 0 30px white inset !important;
          -webkit-box-shadow: 0 0 0 30px white inset !important;
        } 

      .reg_container input, .reg_container select,.reg_container textarea {
            width: 100%;
            padding: 10px;
            border: 1px solid #ccc;
            background: none;
            border-radius: 4px;
        }

       


        .reg_container textarea {
            resize: vertical;
        }

      /* .reg_container button {
            background: #0d6efd;
            color: #fff;
            border: none;
            padding: 12px 20px;
            font-size: 16px;
            cursor: pointer;
            border-radius: 4px;
        } */

       /* .reg_container button:hover {
            background: #084298;
        } */

       .reg_container .error {
            color: red;
            font-size: 13px;
        }

        .form_input
        {
            width: 100%;
            padding: 10px;
            border: 1px solid #ccc;
            background: none;
            border-radius: 4px;
        }

        .form_input:focus
        {
          border: 2px solid var(--button_border_color);
          outline: none;
        }
        

        @media (max-width: 768px) {
          .reg_container .row {
                flex-direction: column;
            }
        }

        .highlight_star
        {
          color: red;

        }




@media only screen and (max-width: 600px)
{
  
    .page_title_container
    {
        height: 35vh;

    }

    .page_title_text
    {
      display: none;
    }

    .page_overlay 
    {
        height: 35vh;
    }


}

