* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    min-height: 100vh;
}

#home p {
    font-size: 1.1rem;
    margin: 0 auto 2rem;
    line-height: 1.8;
    text-align: justify;
}

header {
    background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.6)), url('https://media.architecturaldigest.com/photos/5d35d6f183971c0008b2066b/16:9/w_2240,c_limit/Sunset%20over%20downtown%20Austin%20skyline-2.jpg') no-repeat center center/cover;
    color: rgb(255, 255, 255);
    padding: 6rem 2rem 4rem;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 60vh;
}

header h1 {
    font-family: 'Georgia', serif;
    font-size: 4rem;
    font-weight: 700;
    text-shadow: 5px 3px 8px rgba(0, 0, 0, 0.7);
    margin-bottom: 1rem;
    color: white;
    letter-spacing: 2px;
}

header p {
    font-size: 1.4rem;
    margin-top: 0.5rem;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
    font-weight: 300;
}

nav {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    position: sticky;
    top: 0;
    z-index: 100;
}

.nav-div-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

nav ul li {
    margin: 0;
}

nav ul li a {
    display: block;
    color: white;
    text-decoration: none;
    padding: 1.2rem 2rem;
    font-size: 1.1rem;
    font-weight: 500;
    transition: all 0.3s ease;
    border-radius: 8px;
    margin: 0.2rem;
}

nav ul li a:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

section {
    margin: 3rem 1rem;
    padding: 2.5rem;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

section:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

h1, h2 {
    text-align: center;
    margin-bottom: 2rem;
    color: #2d3748;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

h2 {
    font-size: 2.8rem;
    margin-bottom: 3rem;
    font-weight: 700;
    color: #1a202c;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

h3 {
    color: #4a5568;
    font-size: 1.6rem;
    margin-bottom: 1rem;
    font-weight: 600;
    border-bottom: 2px solid #bec3ca;
    padding-bottom: 0.5rem;
}

#top-attractions {
    display: flex;
    flex-flow: column;
}

.attraction {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    border-radius: 15px;
    border: 3px groove #929fdc;
    transition: all 0.3s ease;
}

.attraction:hover {
    transform: translateX(10px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.2);
}

.attraction img {
    padding: 1rem 0.5rem 0.1rem 0rem;
    border-radius: 12px;
    transition: transform 0.3s ease;
}

.attraction img:hover {
    transform: scale(1.02);
}

.attraction p {
    line-height: 1.8;
    margin-top: 1rem;
    color: #4a5568;
    font-size: 1.05rem;
}

#eventsguide {
    display: flex;
    flex-direction: column;
}

.event {
    padding: 2rem;
    display: flex;
    flex-flow: column;
    margin-bottom: 2rem;
    background: linear-gradient(135deg, #fff5f5 0%, #fed7d7 100%);
    border-radius: 15px;
    border-left: 5px ridge #fed7d8;
    transition: all 0.3s ease;
}

.event:hover {
    transform: translateX(10px);
    box-shadow: 0 8px 25px rgba(229, 62, 62, 0.2);
}

.event p {
    font-size: 1rem;
    color: #4a5568;
    margin-bottom: 0.5rem;
}

.event p u {
    font-weight: bold;
    color: #2d3748;
}

.event desc {
    font-size: 1rem;
    line-height: 1.8;
}

.event a {
    color: #667eea;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    padding: 0.2rem 0.5rem;
    border-radius: 5px;
}

.event a:hover {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    transform: translateY(-1px);
}

#photos {
    display: block;
}

.photo-section {
    align-items: center;
    justify-content: center;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.photo-gallery {
    margin: auto;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.photo-gallery:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.photo-gallery img {
    padding: 1rem 0.5rem 0.2rem 0rem;
    border-radius: 12px;
    filter: brightness(1.05) contrast(1.1);
    transition: all 0.3s ease;
}

.photo-gallery img:hover {
    filter: brightness(1.1) contrast(1.15);
    transform: scale(1.02);
}

.photo-gallery p {
    text-align: left;
    font-size: 0.95rem;
    color: #4a5568;
    font-style: italic;
}

iframe {
    margin: auto;
    padding: 2rem 3rem 1rem 3rem;
    display: block;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

#newsletter {
    padding: 4rem 2rem;
    margin: 3rem 1rem;
    text-align: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 20px;
}

#newsletter h2 {
    color: white;
    -webkit-text-fill-color: white;
}

#newsletter p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.newsletter-form {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    max-width: 100%;
}

.newsletter-form input[type="email"] {
    width: 75%;
    padding: 1.2rem 1.5rem;
    font-size: 1.1rem;
    border-radius: 50px;
    border: none;
    background: rgba(255, 255, 255, 0.9);
    color: #333;
    outline: none;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.newsletter-form input[type="email"]:focus {
    background: white;
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
    transform: translateY(-2px);
}

.newsletter-form button {
    width: 35%;
    padding: 1.2rem 3rem;
    font-size: 1.1rem;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border-radius: 50px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.newsletter-form button:hover {
    background: white;
    color: #667eea;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.form-group {
    width: 100%;
    position: relative;
    padding-right: 2rem;
}

/* Media Queries */
@media screen and (max-width: 768px) {
    header h1 {
        font-size: 2.5rem;
        letter-spacing: 1px;
    }

    header p {
        font-size: 1.1rem;
    }

    .nav-div-container {
        padding: 0 1rem;
    }

    nav ul li a {
        padding: 0.8rem 1.2rem;
        font-size: 1rem;
    }

    main {
        padding: 1rem;
    }

    section {
        margin: 1.5rem 0.5rem;
        padding: 1.5rem;
    }

    .attraction, .event, .photo-gallery {
        padding: 1.5rem;
    }

    .attraction img, .photo-gallery img {
        height: 250px;
    }

    .newsletter-form {
        flex-direction: column;
        width: 100%;
    }

    .newsletter-form input[type="email"] {
        width: 100%;
    }

    .newsletter-form button {
        width: 100%;
    }

    h2 {
        font-size: 2.2rem;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    header h1 {
        font-size: 3.2rem;
    }

    header p {
        font-size: 1.2rem;
    }

    .nav-div-container {
        padding: 0 1.5rem;
    }

    nav ul li a {
        padding: 1rem 1.5rem;
        font-size: 1.05rem;
    }

    main {
        padding: 1.5rem;
    }

    section {
        margin: 2rem 1rem;
        padding: 2rem;
    }

    .attraction, .event, .photo-gallery {
        padding: 1.8rem;
    }

    .attraction img, .photo-gallery img {
        height: 300px;
    }

    .newsletter-form {
        flex-direction: row;
        width: 100%;
    }

    .newsletter-form input[type="email"] {
        width: 70%;
    }

    .newsletter-form button {
        width: 30%;
    }
}

@media screen and (min-width: 1025px) {
    header h1 {
        font-size: 4rem;
    }

    header p {
        font-size: 1.4rem;
    }

    .nav-div-container {
        padding: 0 2rem;
    }

    nav ul li a {
        padding: 1.2rem 2rem;
        font-size: 1.1rem;
    }

    main {
        padding: 2rem;
    }

    section {
        margin: 3rem 1rem;
        padding: 2.5rem;
    }

    .attraction, .event, .photo-gallery {
        padding: 2rem;
    }

    .attraction img, .photo-gallery img {
        height: 350px;
    }

    .newsletter-form {
        flex-direction: row;
        width: 100%;
    }

    .newsletter-form input[type="email"] {
        width: 75%;
    }

    .newsletter-form button {
        width: 25%;
    }
}
