
body{
	font-family: "Noto Sans", sans-serif;
	overflow-x: hidden;
	
}

h1, h2 {
	font-family: "Lora", serif;
}

.carousel-inner img {
  width: 100%;
  height: 400px; /* Adjust height as needed */
  object-fit: cover; /* Ensures image fills the box without distortion */
}

.carousel-inner .img-thumbnail {
  padding: 0;
  border: none;
}

.gcash-box {
      background-color: #f8f9fa;
      border: 1px solid #dee2e6;
      padding: 15px;
      border-radius: 8px;
      text-align: center;
    }
    .gcash-box img {
      max-width: 200px;
      margin-bottom: 10px;
    }
	
	.inclusion-section {
      max-width: 1000px;
      margin: 0 auto;
      padding: 40px 20px;
    }
    .highlight-box {
      background-color: #f8f9fa;
      border-left: 4px solid #0d6efd;
      padding: 20px;
      border-radius: 8px;
    }

.image-grid img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-radius: 8px;
      box-shadow: 0 0 8px rgba(0,0,0,0.1);
    }


.zoom-container {
      overflow: hidden;
      border-radius: 8px;
    }

    .zoom-container img {
      transition: transform 0.5s ease;
    }

    .zoom-container:hover img {
      transform: scale(1.5);
    }

.logo-img {
  height: 50px; /* Adjust height */
  width: auto;  /* Maintain aspect ratio */
}

.entro{
	font-family: "Pacifico", serif;
	
}
.entro1{
	font-family: "Noto", serif;
	text-align: center;
	
}
.entro2{
	font-family: "Sarina", serif;
	text-align: center;
}
.navbar-brand {
	font-family: "Lora", serif;
}
/* Navbar entrance animation */
    .navbar {
      animation: slideFade 1s ease forwards;
      opacity: 0;
      transform: translateY(-20px);
    }

    @keyframes slideFade {
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    /* Hover underline animation */
    .navbar-nav .nav-link {
      position: relative;
      font-weight: 500;
      color: #fff;
      transition: color 0.3s ease;
    }

    .navbar-nav .nav-link::after {
      content: '';
      position: absolute;
      width: 0%;
      height: 2px;
      bottom: 0;
      left: 0;
      background-color: #ffc107;
      transition: width 0.3s ease;
    }

    .navbar-nav .nav-link:hover {
      color: #ffc107;
    }

    .navbar-nav .nav-link:hover::after {
      width: 100%;
    }



.header-title {
	font-size: 45px;
	font-weight: bold;
	color: #000000;
}
.header-title1 {
	font-size: 45px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.header-title2 {
	font-size: 45px;
	font-weight: bold;
	color: #000000;
	text-align: center;

}
.F1 {
	color: #000000;
}
.yellow {
	font-family: "Lora", serif;
	background-color: #ffd43a;
	color: #22272e;
}

.green {
	background-color: #008080;
	color: #fff;
}
.masthead {
	background-size: cover;
	min-height: 65vh;
	position: relative;
	color: #ffffff;
	text-shadow: 2px 2px 2px rgba(0,0,0,.2);
}
.color-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	/*background-color: rgba(0,0,0,.2);*/
	font-size: 10rem;

}



@media (max-width: 768px) {
	
	.masthead {
		min-height: 30vh;
	}		
	
	h1 {
		font-size: calc(1.525rem + 3.3vw);
	}
}
section {
	scroll-margin: 50px;
}
.client-img {
	object-fit: contain;
	width: 120px;
	padding: 0 2%;
}




<!-- Images in Home Tour Packages -->
.fixed-img {
      width: 70%;
      height: 70px;
      border-radius: 8px;
      box-shadow: 0 0 6px rgba(0,0,0,0.1);
    }


.image-box {
      position: relative;
      width: 100%;
      height: 350px;
      overflow: hidden;
      border-radius: 10px;
      box-shadow: 0 0 8px rgba(0,0,0,0.1);
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .image-box img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 1;
    }
    .image-text {
      position: relative;
      z-index: 2;
      color: white;
      font-size: 1.5rem;
      font-weight: bold;
      text-align: center;
      text-shadow: 1px 1px 4px rgba(0,0,0,0.7);
    }

a {
  text-decoration: none !important;
  color: #fff4e6; /* Bootstrap primary color */
}

a:hover {
  color: #ffc107;
  text-decoration: underline;
}
