html, body {
    margin: 0;
    padding: 0;
    height: 100%;

    }   





body {
    background-color: #F5DEB3; /* Sand Beige */
    color: #333333; /* Dark Gray */
}
h1 h2,  {
    color: #333333; /* Teal */
}
h3{
    color: #FF7F50;
}
.cta-button {
    background-color: #FF7F50; /* Coral */
    color: #FFFFFF;
}
section {
    margin: 0;
    padding: 20px 0; /* Adjust padding as needed */
}
/* Hero Section */
.hero {
    position: relative;
    height: 90vh;
    background-image: url("Images/20.jpeg"); /* Replace with your image path */
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    overflow: hidden;
}

/* Dark overlay for text contrast */
.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* Dark overlay */
    z-index: 1;
}

/* Hero Content Styling */
.hero-content {
    position: relative;
    z-index: 2;
    max-width: 600px;
    padding: 20px;
}

.hero-content h1 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.2;
}

.hero-content p {
    font-size: 1.2rem;
    margin-bottom: 20px;
}

/* CTA Button */
.cta-button {
    display: inline-block;
    padding: 12px 24px;
    background-color: #ff7f50; /* Coral color for contrast */
    color: white;
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #ff6347; /* Slightly darker shade for hover */
}

/* Responsive Hero Text */
@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 2rem;
    }
    
    .hero-content p {
        font-size: 1rem;
    }
}
/* Shared figure styling for all sections */
.image-row {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    max-width: 900px;
    margin: 30px auto;
    background-color: rgb(243, 165, 165); /* Light background for contrast */
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Subtle shadow */
}

/* Image container styling */
.image-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 60%;
}

.image-container img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15); /* Adds depth */
    transition: transform 0.3s ease;
}

/* Hover effect for images */
.image-container img:hover {
    transform: scale(1.05); /* Subtle zoom on hover */
}

/* Caption styling */
figcaption {
    flex: 1;
    font-size: 1rem;
    color: #444;
    line-height: 1.6;
    max-width: 40%; /* Professional spacing */
}

figcaption p {
    margin-bottom: 10px;
}

figcaption p:first-of-type {
    font-weight: 600;
    color: #333;
}

/* Responsive styling for smaller screens */
@media (max-width: 768px) {
    .image-row {
        flex-direction: column;
        padding: 15px;
    }

    .image-container,
    figcaption {
        max-width: 100%;
    }
}



.Logo a {
    background-image: url("Images/IMG_2679.png");
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    height: 45px;
    width: 45px;
    text-align: center;
}

header {
    background: cadetblue;
    background-size: contain;
    background-position: center;
    border: #333;
    color: tan;
    margin: 0;
    padding: 0;
    height: 50px;
    
}
a:hover {
    text-decoration: underline;
}
a {
    text-decoration: none;
}
li{
    display: inline-block;
    color: aliceblue;
    border-radius: 10px;
    margin-left: 20px;
    text-decoration: none;
}
li {
    font-family: 'Roboto', sans-serif; /* Use a professional sans-serif font */
    font-weight: 500;
    margin: 0 10px;
    padding: 10px 15px;
    border-radius: 8px;
    transition: background-color 0.3s ease;
}
li {
    border: 1px solid transparent;
    padding: 10px 15px;
    border-radius: 8px;
    transition: border 0.3s ease, background-color 0.3s ease;
}

li:hover {
    border-color: #008080; /* Teal border on hover */
    background-color: #f0f8ff; /* Light background color on hover */
}
li {
    border: 1px solid transparent;
    padding: 10px 15px;
    border-radius: 8px;
    transition: border 0.3s ease, background-color 0.3s ease;
}

li:hover {
    border-color: #008080; /* Teal border on hover */
    background-color: #f0f8ff; /* Light background color on hover */
}
li {
    border: 1px solid transparent;
    padding: 10px 15px;
    border-radius: 8px;
    transition: border 0.3s ease, background-color 0.3s ease;
}
li:first-child{
    margin-left:0;
}
.banner-image img {
    background-size: contain;
    width: 100%;
    height: auto;
}

.banner-image figcaption {
    text-align: center;
    color: #4682B4; /* Ocean Blue for beach theme */
    font-size: 1.2rem;
    padding: 5px 0;
}
section {
    background:#FFF5EE;
    color: rgb(0, 0, 0);
    margin: 0;
    padding: 0;
}

footer {
    background: lightcoral;
    color: bisque;
    margin: 0;
    padding: 0;
}
ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

li {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin: 0 10px;
    padding: 10px 15px;
    border-radius: 8px;
    transition: background-color 0.3s ease, border 0.3s ease;
}

li a {
    text-decoration: none;
    color: #333333;
    display: flex;
    align-items: center;
}

li i {
    margin-right: 8px;
    color: #008080; /* Teal color for icons */
}

li:hover {
    background-color: #f0f8ff;
    color: #008080;
    cursor: pointer;
}
.image-group-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Three equal columns */
    gap: 15px;
    margin: 20px 0;
}

.image-group-grid img {
    width: 100%; /* Full width within each grid cell */
    height: auto;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

/* Responsive Adjustment */
@media (max-width: 768px) {
    .image-group-grid {
        grid-template-columns: 1fr; /* Stack images on smaller screens */
    }
}
.cool-image {
    position: relative;
    width: 100%;
    max-width: 600px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.cool-image img {
    width: 100%;
    display: block;
    transition: transform 0.3s ease;
}

.cool-image:hover img {
    transform: scale(1.1); /* Zoom effect */
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Dark overlay */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.5rem;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 8px;
}

.cool-image:hover .overlay {
    opacity: 1; /* Overlay appears on hover */
}
.animated-overlay {
    position: relative;
    width: 100%;
    max-width: 600px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
}

.animated-overlay img {
    width: 100%;
    display: block;
    transition: transform 0.3s ease;
}











