article {
	background-size: cover;
	background-image: url("background2.png");
	background-repeat: no-repeat;
	 border: 5px solid blue;
 margin: 0;
  padding: 0;
  /* Ensure the element size includes the border within the viewport dimensions */
  box-sizing: border-box;
  /* Set width and height to 100% of the viewport */
  width: 100%;
  min-height: 100%;	 
	  
}


header {
	background-image: url("flag.png");
	background-repeat: no-repeat; /* prevents tiling if image is smaller than container */
  background-position: center; /* centers the image */
  background-size: cover;
	color: red;
	border-radius: 50px;

}

.text-box {
  font-size: clamp(18px, 5vw, 40px);
  font-weight: bold;
  color: #000;
  text-align: center;
  font-family: fantasy;
/* border */
  border: 3px solid yellow;
  padding: 10px;
  width: 100%;
  border-radius: 50px;
  color: white;
}



.title {
		 color: white; /* Text fill color */
  -webkit-text-stroke: 2px black; /* Outline width and color */
  text-stroke: 2px black; /* Standard property (less common) */
}



.article-box {
	font-size: clamp(18px, 5vw, 40px);
  font-weight: bold;
	background-color: wihte;
  text-align: center;
  font-family: fantasy;
/* border */
  border: 3px solid yellow;
  padding: 10px;
  width: 100%;
  border-radius: 50px;
  color: white;
 
  -webkit-text-stroke: 2px black; /* Outline width and color */
  text-stroke: 2px black; /* Standard property (less common) */
}


.textbox {
	color: white;
	font-weight: bold;
	font-size: clamp(5px, 3vw, 20px);
	-webkit-text-stroke: 1px blue;
	font-family: fantasy;
	text-align: center;
	border: 1px solid blue;
	border-radius:10px;
	padding: 5px;   
	 width: fit-content;
	  justify-content: center;
}



body {
  margin: 0;
  height: 100vh;
  background: linear-gradient(
    to right,
    #0038A8 33%,
    #CE1126 33%,
    #CE1126 66%,
    #FCD116 66%
  );
}
	
.pic1 {
	color: white;
	font-weight: bold;
	font-size: clamp(5px, 3vw, 20px);
	-webkit-text-stroke: 1px blue;
	font-family: fantasy;
	text-align: center;
	border: 1px solid blue;
	border-radius:10px;
	padding: 5px;   
	 width: fit-content;

	 
	 
}

.pinoy-footer {
  background: linear-gradient(
    135deg,
    #0038A8,  /* Blue */
    #CE1126   /* Red */
  );
  color: white;
  padding: 40px 20px;
  text-align: center;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
}

.footer-logo {
  margin-bottom: 20px;
  font-size: 24px;
  letter-spacing: 2px;
}

.footer-buttons {
  margin-bottom: 20px;
}

.footer-btn {
  display: inline-block;
  margin: 8px 12px;
  padding: 10px 20px;
  background: #FCD116; /* Sun yellow */
  color: #000;
  text-decoration: none;
  border-radius: 25px;
  font-weight: bold;
  transition: all 0.3s ease;
}

.footer-btn:hover {
  background: white;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.footer-copy {
  font-size: 14px;
  opacity: 0.9;
}



.zoom-container input {
  display: none;
}

/* Small Image */
.thumbnail {
  position: relative;
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
}

.thumbnail img {
  width: 300px;
  border-radius: 15px;
  transition: 0.4s ease;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.thumbnail:hover img {
  transform: scale(1.05);
}

/* Caption Style */
.caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  font-size: 16px;
  text-align: center;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.thumbnail:hover .caption {
  transform: translateY(0);
  opacity: 1;
}

/* Dark Blue Background with Blur Effect */
.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 30, 80, 0.85);
  backdrop-filter: blur(10px);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s ease;
}

.overlay img {
  width: 70%;
  max-width: 800px;
  border-radius: 20px;
  transform: scale(0.8);
  transition: 0.4s ease;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.7);
}

/* Caption on Overlay (when clicked) */
.overlay .caption {
  position: absolute;
  bottom: 20px;
  width: 100%;
  padding: 10px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  font-size: 20px;
  text-align: center;
}

/* When Clicked */
#zoom-img:checked ~ .overlay {
  opacity: 1;
  pointer-events: auto;
}

#zoom-img:checked ~ .overlay img {
  transform: scale(1);
}
  
  
  .food-cuisine {
    padding: 60px 20px;
    background-color: #fff;
    text-align: center;
}

.food-cuisine h2 {
    font-size: 2.5rem;
    margin-bottom: 30px;
    color: #c0392b;
}

.food-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.food-item {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.food-item:hover {
    transform: translateY(-10px);
}


    
  
  
  
  
  .coollist {
	    margin: 0;
    line-height: 1.6;
 -webkit-text-stroke: 1px blue;
  text-stroke: 1px blue;
  font-weight: bold;
	color :white;
  text-align: center;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  }
  
  
  
  
  
.float {
	float:right; 
	width: 1000px;
	height:250px;
	border: 1px solid blue;
	border-radius: 3px;
  }
  
  
  
  

  
  
  <style>
.ph-wrapper {
    width: 75%;               
    margin: 40px 0 40px 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 columns */
    gap: 25px;
}

.ph-box {
    padding: 22px 25px;
    border-radius: 18px;
	border: 1px solid yellow;
    color: white;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
	 margin-bottom: 15px;
	 margin-top: 15px;
}





.ph-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 45px rgba(0, 0, 0, 0.35);
	border: 1px solid yellow;
	 margin-bottom: 15px;
	 margin-top: 15px;
}

.ph-box h2 {
    margin: 0 0 10px 0;
 -webkit-text-stroke: 1px blue; 
  text-stroke: 1px black; 
  font-weight: bold;
  text-align: center;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  
}

.ph-box p {
    margin: 0;
    line-height: 1.6;
 -webkit-text-stroke: 1px blue;
  text-stroke: 1px black;
  font-weight: bold;
  text-align: center;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.ph-box h3 {
	text-align: center;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	-webkit-text-stroke: 1px blue;
}

.ph-box:last-child {
    grid-column: span 2;
}


@media (max-width: 768px) {
    .ph-wrapper {
        width: 100%;
        margin: 20px;
        grid-template-columns: 1fr;
    }
    .ph-box:last-child {
        grid-column: span 1;
    }
}
</style>

.skibfood {
 -webkit-text-stroke: 2px yellow;
  text-stroke: 1px black;
  font-weight: bold;
 
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}







