
html, body {
  height: 100%; /* Ensure they take up the full viewport height */
  margin: 0; /* Remove default margins */
  padding: 0; /* Remove default padding */
}

body {
  font-family: 'Montserrat', sans-serif;

  text-align: center;
}

h1, h2,h3,h4,h5,h6 {
  font-weight: bold;
}

h3 {
  font-size: 4rem;
}

h6 {
  font-size: 1.7rem;
}

h4 {
  color: #ebebeb;
  font-size: 25px;
}

p{
  color: #8f8f8f;
}


/* headings */

#big-heading {
  font-weight: 800;
  font-size: 5.9vw;
  color: #ffffff;
  text-shadow: 5px 5px rgb(83, 138, 83);
}



@media (max-width: 981px) {
  #big-heading {
    font-size: 12vw; 
  }
}


@media (max-width: 500px) {
  #big-heading {
    font-size: 17vw; 
  }
}

.Gold {
  color: #e9e51e;
  text-shadow: 5px 5px #92914e;
}

.small-heading {
  padding-top: 15px;
  font-weight: 600;
  font-size: 1.5vw;
  color: #ffffff;
  text-shadow: 3px 3px rgb(63, 63, 63)
}


@media (max-width: 981px) {
  .small-heading {
    font-size: 3vw; 
  }
}

@media (max-width: 500px) {
  .small-heading {
    font-size: 4.5vw; 
  }
}

.section-heading {
  font-size: 3vw;
  line-height: 1.5;
}

/* containers */

.container-fluid {
  padding: 3% 15% 5%;
}

/* sections */

body{animation: 0s ease-out 2s 0 FadeIn; color: #154117;}
@keyframes FadeIn {
    0% {
      opacity:0;
    }
    35% {
      opacity:1;
    }
}



.colored-section {
  animation: 1s ease-out 0s 1 FadeIn;
  color: #100f0f;
}

.white-section {
  background-image:  linear-gradient(to right, rgba(26, 43, 32, 0.7) 0 100%), url(Madre.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 89.5vh;
}

/* navigation bar */

.navbar-brand {
  font-family: "Ubuntu", sans-serif;
  font-weight: bold;
  font-size: 2.1vw;
  text-shadow: 2px 2px rgb(83, 138, 83);
}

@media (max-width: 981px) {
  .navbar-brand {
    font-size: 4vw;
  }
}

@media (max-width: 500px) {
  .navbar-brand {
    font-size: 6vw;
  }
}

.gold {
  color: #e9e51e;
  text-shadow: 2px 2px #92914e;
}

.navbar {
  padding: 8px 40px 8px;
}

.nav-item {
  padding: 0 15px;
}

.nav-link {
  font-size: 1.2vw;
  font-family: "Montserrat", sans-serif;
  font-weight: light;
}

@media (max-width: 981px) {
  .nav-link {
    font-size: 3vw;
  }
}

@media (max-width: 500px) {
  .nav-link  {
    font-size: 5vw;
  }
}


.nav-link.Home {
  font-weight: bold;
  font-size: 1.2vw;
  color:  #b9b9b9;
}


@media (max-width: 980px) {
  .nav-link.Home {
    font-size: 3vw;
  }
}

@media (max-width: 500px) {
  .nav-link.Home  {
    font-size: 5vw;
  }
}

/* title */



/* buttons */

.btn {
  font-family: 'Montserrat', sans-serif;
  margin-top: 40px;
  margin-bottom: 30px;
  font-weight: bold;
  border-radius: 30px;
  padding: 10px 50px;
  font-size: 1.2vw;
}

@media (max-width: 980px) {
  .btn {
    font-size: 2vw;
  }
}

@media (max-width: 500px) {
  .btn {
    font-size: 3.5vw;
  }
}


.btn:hover {
  background-color: #ffd700;
  color: #000;
}

/* title image */

.title-image {
  margin-top: 45px;
  width: 82%;
}


/* carousels */

/*new*/

@media (max-width: 768px) {
  .carousel-item {
    margin: 40px 0px;
  }
}

.carousel-image {
  max-width: 100%;
  height: auto; /* Makes images responsive */
}


.carousel-info {
  text-align: center; /* Centers text for mobile */
  margin-top: 20px; /* Adds spacing between sections */
  line-height: 1.8;
  color: #ffffff;
}

.carousel-info h3 {
  font-size: 4.2rem; /* Scales down headings for smaller screens */
}

.carousel-info h6 {
  font-size: 1.5rem; /* Adjusts paragraph font size */
}

@media (max-width: 768px) {
  .carousel-info h3 {
    font-size: 2.6rem; /* Scales down headings for smaller screens */
  }

  .carousel-info h6 {
    font-size: 1.3rem; /* Adjusts paragraph font size */
  }
}

.frame {
  border: 3px solid; /* Add a frame border */
  padding: 10px; /* Space around the image */
  border-radius: 40px; /* Rounded corners */
  max-width: 100%; /* Ensure it doesn't overflow */
  box-shadow: 0 0px 5px #fffb00; /* Subtle shadow for depth */
  background: #eee;
  color: #aca91c;
  height: 600px;
  margin: 20px 20px 0px;

}

.carousel-image {
  max-width: 90%;
  height: auto; /* Maintain image proportions */
}

@media (max-width: 768px) {
  .frame {
    margin-bottom: 20px; /* Add spacing between frame and text on small screens */
    height:  45%;
    max-width: 100%;
  }
}



/**/

#carousel-1 {
  background-color:#154117;
}


.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 50px;
  width: 50px;
  filter: invert(60%);
}

/* contact */

/*.contact {
  background-image:  linear-gradient(to right, rgba(26, 43, 32, 0.7) 0 100%), url(images/bohol.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 81.5vh;
  padding: 60px 20px;
  color: #fff;
}*/

/* Contact Section */
.contact-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image:  linear-gradient(to right, rgba(32, 32, 32, 0.7) 0 100%), url(tree.jpg);
  background-size: cover;
  position: center;
  padding-left: 50px;
}

.big-heading {
  font-weight: 800;
  font-size: 5.9vw;
  color: #e9e51e;
  text-shadow: 3px 3px #92914e;
}

 .contact-image-container{
  display: flex;
  flex-direction: column; /* Stack items vertically */
  justify-content: center; /* Center vertically */
  align-items: center; /* Center horizontally */
 }

/* Profile Image */
.contact-image {
  min-width: 350px;
  height: auto;
  text-align: center; /* Center text and button horizontally */
}

/* Contact Button */

@media (max-width: 770px) {
  .contact-button {
      font-size: 3vw;
  }
}


@media (max-width: 550px) {
  .contact-button {
      font-size: 4vw;
  }
}

/* Ensure proper spacing on small screens */
@media (max-width: 768px) {
  .contact-section {
      padding: 20px;
  }
}


/* Image Styling */
.contact-image {
  max-width: 70%;
  
}

.img {
  margin-bottom: -35px;
}

/* Heading Styling */
.big-heading {
  font-size:  4rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.gold {
  color: #ffd700;
}


/* Button Styling */


 /* Footer */
.footer-icon {
  color:  #ffffff;
  font-size: 35px;
  margin: 0px 10px 0px;
}

.copyright {
  margin-top: 1%;
  font-size: 1.3rem;
}

#footer {
  height: 80px;
}


/* Responsive Layout Adjustments */
@media (max-width: 768px) {
  .contact .row {
    flex-direction: column;
    text-align: center;
  }

  .contact-image {
    margin-bottom: 20px;
  }
}

  @media (max-width: 768px) {
    .contact-info {
      margin-top: -30px;
    }
  }


  /*suppport*/

  .gcash-payment {
    padding: 60px 20px;
    background-image:  linear-gradient(to right, rgba(26, 43, 32, 0.7) 0 100%), url(Mayon.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  /* Title and Subtitle */
  .payment-title {
    font-size: 2.8rem;
    font-weight: bold;
    color: #ffd700; /* Gold color */
    margin-bottom: 10px;
  }
  
  .payment-subtitle {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  
  /* QR Code Styling */
  .qr-container {
    display: inline-block;
    padding: 15px;
    background: rgba(0, 0, 0, 0.6); /* Semi-transparent black */
    border: 5px solid #ffd700; /* Gold border */
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  }
  
  .qr-code {
    max-width: 250px;
    border-radius: 10px;
  }
  
  /* Scan Text */
  .scan-text {
    margin-top: 20px;
    font-size: 1rem;
    color: #ccc;
  }
  
  /* Responsive Styling */
  @media (max-width: 768px) {
    .payment-title {
      font-size: 2rem;
    }
  
    .payment-subtitle {
      font-size: 1rem;
    }
  
    .qr-code {
      max-width: 200px;
    }
  }

  .gcash-number {
    margin-top: 15px;
    font-size: 1.2rem;
    color: #ffd700; /* Gold color to match the theme */
    font-weight: bold;
  }
  
  .gcash-number strong {
    color: #ffffff; /* White for the "GCash Number" label */
    font-weight: normal;
  }


  /*MORE BUTTON*/
  .more-checkbox {
    display: none;
  }
  
  /* Initially hide the extra text */
  .more-text {
    display: none;
    margin-top: 10px;
    line-height: 1.5;
    font-size: 1.1rem;
    color: #ccc; /* Light Gray */
  }
  
  /* Button styles */
  .more-button {
    margin-top: 10px;
    display: inline-block;
    font-size: 1.4rem;
    background-color: #ffd700; /* Gold */
    color: #000; /* Black */
    padding: 10px 20px;
    margin-top: 20px;
    font-weight: bold;
    transition: 0.3s;
    cursor: pointer;
    text-align: center;
    border-radius: 100px;
    width: 150px;
    font-size: 1vw;
  }

  
@media (max-width: 980px) {
  .more-button {
    font-size: 2vw;
  }
}

@media (max-width: 500px) {
  .more-button {
    font-size: 3.5vw;
  }
}


  .more-button:hover {
    background-color: #ffa500; /* Orange */
  }
  
  /* Toggle text visibility when checkbox is checked */
  
  
  .more-checkbox:checked ~ .more-text {
    display: block;
  }

  .more-checkbox:checked + .more-button::after {
    content: " Less";
    
  }

  .more-checkbox:not(:checked) + .more-button::after {
    content: " More";
  }
