* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
p.intro {
    margin-left: 30%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-style: italic;
    font-size: larger;
    color: white;
}

h3 {
    margin-left: 5%;
    font-size: 1.5rem;
    color: white;
}

h4 {
    font-size: 1.5rem;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin-right: 30.5%;
}
/* ABOUT US SECTION */
.about-us {
    padding: 60px 20px;
}

.about-container {
    max-width: 2200px;
    margin: auto;
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    background-color: white;
    background: rgba(700, 700, 700, 0.6);
    border-radius: 10px;

}

.about-text {
    flex: 1;
    min-width: 300px;
    margin-left: 6%;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.3rem;
}

.about-text h2 {
    font-size: 3rem;
    color: #1f4e79;
    margin-bottom: 20px;
    margin-right: 4%;
}

.about-text p {
    font-weight: 500;
    font-size: 10 rem;
    line-height: 1.8;
    color: #042b4f;
    margin-bottom: 15px;
}

.about-image {
    flex: 1;
    min-width: 300px;
}

.about-image img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    object-fit: cover;
}

/* BODY */
body {
    background-image: url("../images/bg.jpg");
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-attachment: fixed;
}

header {
    background: #2c5f2d;
    color: white;
    padding: 1rem;
}

nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 2rem;
    transition: 0.3s ease;
}

nav a {
    color: white;
    font-style: bold;
    text-decoration: none;
    padding: 0.5rem 1rem;
    transition: 0.3s ease;
}

nav a:hover {
    background: #1e401e;
}

.hero {
    /* background-image: url("../contact.html"), linear-gradient(135deg, #2c5f2d, #4a9c4a); */
    /* background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 400px;
    padding: 4rem 2rem; */
    /* color: white; */
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: large;
}

.btn {
    background: #ffc107;
    color: #333;
    padding: 1rem 2rem;
    text-decoration: none;
    margin-top: 1rem;
    display: inline-block;
    transition: 0.3s ease;
}

.btn:hover{
    background: #cf9d06;
    transform: none(8px);
}

.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    padding: 2rem;
}

.card {
    background: rgba(100, 100, 100, 0.5);
    color: white;
    border-radius: 5px;
    padding: 1rem;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    font-size: large;
    font-family: cursive;
    font-weight: 100;
}

.card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 4px;
}

.dest-img {
    width: 100%;
    max-width: 700px;
    height: 400px;
    object-fit: cover;
    margin: 1rem 0;
}

.destination {
    background: rgba(500, 500, 500, 0.5);
    padding: 2rem;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.tips {
    display:grid;
    grid-template-rows: repeat(minmax(250px, 1fr));
    gap: 3rem;
    padding: 5rem;
}

.tip {
    background: rgba(600, 600, 600, 0.5);
    padding: 2rem;
    /* border-radius: 8px; */
    font-size: large;
    font-style: normal;
    font-weight: bold;
}

form {
    max-width: 600px;
    margin: 2rem auto;
    padding: 2rem;
    background: #f9f9f9;
}

label {
    display: block;
    margin: 1rem 0 0.5rem;
}

input, select, textarea {
    width: 100%;
    padding: 0.8rem;
    margin-bottom: 1rem;
    border: 1px solid #ddd;
}

button {
    background: #2c5f2d;
    color: white;
    padding: 1rem 2rem;
    border: none;
    cursor: pointer;
    width: 100%;
}

footer {
    background: #2c5f2d;
    color: white;
    text-align: center;
    padding: 1rem;
    margin-top: 2rem;
}

@media (max-width: 768px) {
    nav ul {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .gallery, .tips {
        grid-template-columns: 1fr;
    }
}

/* Beautiful description styling */
.beautiful {
    font-size: 1.1rem;
    font-weight: normal;
    color: #2c5f2d;
    font-style: italic;
    margin: 1.5rem 0;
    padding: 1rem;
    background: #f0f8f0;
    border-left: 4px solid #2c5f2d;
    border-radius: 4px;
    font-family:cursive;
}

.destination {
    margin: 2rem 0;
    padding: 2rem;
    background: white;
    background: rgba(600, 600, 600, 0.5);
    border-radius: 10px;
    /*  box-shadow: 0 2px 8px rgba(0,0,0,0.1); */
}

/* Contact Section */
.contact-section{
    background: linear-gradient(135deg, #f4f9f4, #ffffff);
    background-image: url("../images/bg.jpg");
    padding: 60px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-container{
    background: rgba(400, 400, 400, 0.5);
    width: 100%;
    max-width: 700px;
    padding: 35px;
}

.contact-container h2{
    color: #2e6b2e;
    margin-bottom: 25px;
    font-size: 32px;
    text-align: center;
    border-bottom: 3px solid #4CAF50;
    display: inline-block;
    padding-bottom: 8px;
}

.contact-item{
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 20px 0;
    padding: 15px;
    border-radius: 10px;
    transition: 0.3s ease;
}

.contact-item:hover{
    background: #f1fdf1;
    transform: translateX(8px);
}

.icon{
    font-size: 28px;
    background: #4CAF50;
    color: white;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-item strong{
    color: #2e6b2e;
    font-size: 18px;
}

.contact-item p{
    margin-top: 4px;
    color: #555;
    font-size: 16px;
}

h2 {
    margin: 20px;;
}