﻿/* General Settings */
body {
	font-family: "Times New Roman", Times, serif;
	line-height: 1.6;
	background-color: #E3F2FD;
	margin-left: -20px;
	margin-right: 20px;
	text-align: center;
}
body {
	display: table-header-group;
	justify-content: center; /* Centers content horizontally */;
	align-items: center; /* Centers content vertically */;
	min-height: 100px /* Ensures full viewport height */
}
.container {
  width: 80%;
  max-width: 1200px;
}
CSS
.container {
  width: 80%;
  max-width: 1200px; /* Prevents the content from stretching too wide */
  margin: 0 auto; /* Centers the element */
}

/* Header Section */
header {
	background-size: cover;
	background-image: url('Images/IMG-20250403-WA0017.jpg');
	background-position: center;
	color: #fff;
	padding: 100px;
	position: relative;
}
	
header h1 {
	margin: 0px font-size: 2.5em;
	font-size: 3.0em;
}

header p {
	font-size: 1.0em;
}

nav ul {
   primary-navigation 
{
     margin:  auto;
    display: block;
    padding: 120px 0 0 0;  
    text-align: center;
    font-size: 16px;

    {
      list-style: none;
      margin: 0 auto;
      border-left: 0px White;
      
      display: inline-block;
      padding: 0 30px;
      position: relative;
      text-decoration: none;
      text-align: center;
      font-family: sans-serif
    }

    li a {
      color: white;
    }

    li a:hover {
      color: yellow;
    }

    li:hover {
      cursor: pointer;
    }

    ul li ul {
      visibility: hidden;
      opacity: 0;
      position: absolute;
      padding-left: 0;
      left: 0;
      display: none;
      background: white;
    }

    ul li:hover > ul,
    ul li ul:hover {
      visibility: visible;
      opacity: 1;
      display: block;
      min-width: 250px;
      text-align: left;
      padding-top: 20px;
      box-shadow: 0px 3px 5px -1px #ccc;
    }

    ul li ul li {
      clear: both;
      width: 100%;
      text-align: left;
      margin-bottom: 20px;
      border-style: none;
    }

    ul li ul li a:hover {
      padding-left: 10px;
      border-left: 2px solid #3ca0e7;
      transition: all 0.3s ease;
    }
  }
}

a {
	text-decoration: none;&:hover {color:#3CA0E7; } ;
	background-color: #00796b;
}

 ul li ul li a { transition: all 0.5s ease; }



/* Main Content Section */
main {
    padding: 20px;
}

#intro {
	text-align: center;
	background-color: #e0f7fa;
	color: #008080;
}

#intro h2 {
	color: #00796b;
	tex-aling: center;
	background-color: #e0f7fa;
	font-size: 2.0em;
}

#intro .btn {
	display: inline-block;
	padding: 10px 20px;
	background-color: #00796b;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	margin-top: 10px;
}

#intro .btn:hover {
	background-color: #008080;
}

/* Footer Section */

footer {
	text-align: center;
	padding: 20px;
	background-color: #333;
	color: #FFFFFF;
	margin-top: 20px;
	margin-right: -65px;
}
Service page


/* Services Page Styling */
#services-page {
    text-align: center;
    padding: 40px 20px;
    background-color: #fff3e0;
}

#services-page h2 {
	color: #000080;
	font-size: 2.5em;
	margin-bottom: 20px;
}

#services-page p {
	font-size: 1.0em;
	color: #008080;
	margin-bottom: 20px;
	background-color: #E3F2FD;
}

.package {
	border: 1px solid #d84315;
	border-radius: 10px;
	padding: 20px;
	margin: 20px auto;
	width: 88%;
	background-color: #00796b;
}

.package h3 {
	color: #000080;
	font-size: 1.8em;
	margin-bottom: 10px;
	background-color: #E3F2FD;
}

.package p {
    color: #4e342e;
}

.package .btn {
	display: inline-block;
	padding: 10px 15px;
	background-color: #D84315;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	margin-top: 10px;
}

.package .btn:hover {
    background-color: #bf360c;
    
    photo-row {
    display: flex; /* Align items in a row */
    gap: 10px; /* Space between the pictures */
    justify-content: center; /* Center the images */
}

.frame {
    border: 2px solid #000; /* Frame color and thickness */
    padding: 5px; /* Space inside the border */
    border-radius: 10px; /* Round the corners */
    width: 300px; /* Set the size of your pictures */
}

}
Gallery page 


/* Gallery Page Styling */

#gallery-page {
    text-align: center;
    padding: 40px 20px;
    background-color: #f3f4f6;
}

#gallery-page h2 {
	color: #00796b;
	font-size: large;
	margin-bottom: 20px;
}

#gallery-page p {
    font-size: 1.2em;
    color: #37474f;
    margin-bottom: 30px;
}

.gallery-grid {
	display: grid;
	Flex-wrap: wrap;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 15px;
	justify-items: center;
	background-color: #E3F2FD;
}

.gallery-grid figure {
	text-align: center;
	color: #000000;
}

.gallery-grid img {
	border-width: 0px;
	border-radius: 10px;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
	margin-top: 0px;
	float: none;
	width: 300px;
	margin-bottom: 0px;
}

.gallery-grid figcaption {
    margin-top: 8px;
    color: #555;
}
/* Reset some basic styles */

body {
}

/* Gallery section styles */
#gallery-page {
	text-align: center;
	padding: 50px;
	background-color: #E3F2FD;
}

#gallery-page h2 {
	font-size: 1.2em;
	margin-bottom: 20px;
	color: #008080;
}

#gallery-page p {
    font-size: 1.2rem;
    margin-bottom: 40px;
    color: #555;
}

/* Image grid styling */
.image-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 12px;
    justify-items: center;
}

/* Styling for images and captions */
.image-grid figure {
	background-color: #E3F2FD;
	text-align: center;
}

.image-grid figure:hover {
    transform: scale(1.05);
}

.image-grid img {
	background-position: bottom;
	width: 300px;
	height: auto;
	display: block;
	color: #000000;
}

.image-grid figcaption {
	padding: 10px;
	font-size: 1em;
	color: #333;
	font-weight: normal;
	background-color: #E3F2FD;
}
.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px;
}
.gallery img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Tour Page Styling */

#tour-page {
	text-align: center;
	background-color: #e0f7fa;
	font-size: medium;
}

#tour-page h2 {
	color: #00695c;
	font-size: 2.em;
	margin-bottom: 20px;
}

#tour-page p {
	font-size: medium;
	color: #004d40;
	line-height: 135%;
	font-family: Arial, Helvetica, sans-serif;
}

.tour-package {
	border: 1px solid #004d40;
	border-radius: 10px;
	padding: 20px;
	margin: 40px;
	width: 94%;
	background-color: #b2dfdb;
	color: #004d40;
	font-family: Arial, Helvetica, sans-serif;
}

.tour-package h3 {
	color: #00796b;
	font-size: x-large;
	margin-bottom: 10px 15px;
	text-align: center;
}

.tour-package img {
    border-radius: 10px;
    margin-bottom: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
	float:left
	}

.tour-package .btn {
	display: inline-block;
	padding: 10px;
	background-color: #00796b;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	margin-top: 10px;
}

.tour-package .btn:hover {
    background-color: #004d40;
}

Booking Page

/* Booking Page Styling */
#booking-page {
    text-align: center;
    padding: 40px 20px;
    background-color: #f1f8e9;
}

#booking-page h2 {
	color: #00796b;
	font-size: 2.5em;
	margin-bottom: 20px;
}

#booking-page p {
	font-size: 1.2em;
	color: #00796b;
	margin-bottom: 30px;
}

form {
    width: 80%;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #33691e;
    border-radius: 10px;
    background-color: #dcedc8;
}

label {
    display: block;
    margin: 10px 0 5px;
    font-weight: bold;
    color: #33691e;
}

input, select, button {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #558b2f;
    border-radius: 5px;
}

button {
    background-color: #558b2f;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

button:hover {
    background-color: #33691e;
 body {
    font-family: Arial, sans-serif;
    text-align: center;
    margin: 50px;
}

form {
    display: inline-block;
    text-align: left;
    padding: 20px;
    border: 1px solid #ccc;
    background: #f9f9f9;
}

input, button {
    display: block;
    width: 100%;
    margin-top: 10px;
}
   
}
/* About Us Page Styling */
#about-us-page {
	padding: 40px 20px;
	background-color: #e3f2fd;
	text-align: center;
	width: 1262px;
}

#about-us-page h2 {
    color: #01579b;
    font-size: 2.5em;
    margin-bottom: 20px;
}

#about-us-page p {
	color: #37474f;
	margin-bottom: 6px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
}

.about-section {
	border: 1px solid #0288d1;
	border-radius: 10px;
	padding: 20px;
	margin: 20px;
	width: auto;
	background-color: #b3e5fc;
}

.about-section h3 {
    color: #01579b;
    font-size: 1.8em;
    margin-bottom: 10px;
}

.about-section p, ul {
	padding: 20px0;
	color: #455a64;
}

.about-section ul {
    text-align: left;
    margin: 0 auto;
    padding: 0;
    list-style-position: inside;
    list-style-type: disc;
}
/* Contact Page Styling */
#contact-page {
	text-align: center;
	padding: 40px 20px;
	background-color: #e0f7fa;
}

#contact-page h2 {
    color: #558b2f;
    font-size: 2.5em;
    margin-bottom: 20px;
}

#contact-page p {
    font-size: 1.2em;
    color: #33691e;
    margin-bottom: 30px;
}

form {
	width: 80%;
	margin: 0 auto;
	padding: 20px;
	border: 1px solid #558b2f;
	border-radius: 10px;
	background-color: #008080;
}

label {
	display: block;
	margin: 10px 0 5px;
	font-weight: bold;
	color: #FFFFFF;
}

input, textarea, button {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #558b2f;
    border-radius: 5px;
}

button {
	background-color: #E3F2FD;
	color: #00796b;
	font-weight: bold;
	cursor: pointer;
}

button:hover {
    background-color: #33691e;
}

.contact-info, #map, #social-media {
	margin-top: 20px;
	background-color: #e0f7fa;
	color: #33691e;
}

#map iframe {
    margin-top: 10px;
    border-radius: 10px;
    width: 100%;
    max-width: 600px;
}

#social-media h3 {
    color: #558b2f;
    font-size: 1.5em;
}

#social-media a {
    color: #33691e;
    text-decoration: none;
    margin: 0 10px;
}

#social-media a:hover {
    text-decoration: underline;
}
.photo-row {
    display: flex; 
    gap: 10px;     
    justify-content: center;
}

.frame {
    border: 2px solid #000;     
    padding: 5px;     
    border-radius: 10px;   
    width: 150px;}
img {
	border-radius: 10px;
	float: left;
	margin-bottom: 0px;
	margin-left: 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
    nav ul {
        display: flex;
        flex-direction: column;
    }

    nav ul li {
        margin: 5px 0;
    }
}
/* Responsive Design */
@media (max-width: 768px) {
    .image-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); 
        gap: 10px; 
    }

    #gallery-page {
        padding: 30px; 
    }

    .image-grid figure {
        box-shadow: none; 
    }
}

@media (max-width: 480px) {
    .image-grid {
        grid-template-columns: 1fr; 
    }

    #gallery-page h2 {
        font-size: 1.5rem; 
    }

    #gallery-page p {
        font-size: 1rem; 
    }
}
.image-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    grid-template-rows: repeat(3, auto); 
    gap: 10px;
    justify-items: center;
    align-items: center;
}
.image-grid img {
	width: 300px;
	height: auto;
	background-color: #E3F2FD;
	text-align: center;
	color: #000000;
}
.image-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.row {
    display: flex;
    justify-content: center;
    width: 100%;
}
.row img {
    width: 30%; 
    height: auto;
}
.gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.gallery img {
    width: 100%;
    height: auto;
}
