/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    overflow-x: hidden;
    width: 100%;
    position: relative;
    -webkit-overflow-scrolling: touch;
    margin: 0;
    padding: 0;
}

/* Prevent horizontal scrolling on mobile */
@media (max-width: 768px) {
    .container {
        max-width: 100vw;
        overflow-x: hidden;
    }
    
    /* Prevent horizontal scrolling on all sections */
    section {
        overflow-x: hidden;
        width: 100%;
        -webkit-overflow-scrolling: touch;
    }
    
    /* Fix mobile scrolling issues */
    body {
        -webkit-overflow-scrolling: touch;
        overflow-y: auto;
        overflow-x: hidden;
    }
    
    html {
        -webkit-overflow-scrolling: touch;
        overflow-y: auto;
        overflow-x: hidden;
    }
}

body {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
    color: #2c3e50;
    background-color: #ffffff;
    font-weight: 300;
    touch-action: pan-y;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 1rem;
}

h1 {
    font-size: 3.5rem;
    font-weight: 300;
    letter-spacing: -0.02em;
}

h2 {
    font-size: 2.5rem;
    font-weight: 300;
    letter-spacing: -0.01em;
}

h3 {
    font-size: 1.8rem;
    font-weight: 400;
}

p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #5a6c7d;
    margin-bottom: 1.5rem;
}

/* Navigation */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 1000;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.nav-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.nav-logo {
    position: relative;
}

.nav-logo a {
    text-decoration: none;
    color: inherit;
}

.nav-logo h2 {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-weight: 300;
    color: #2c3e50;
    margin: 0;
    transition: color 0.3s ease;
}

.nav-logo a:hover h2 {
    color: #1a73e8;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 1.8rem;
}

.nav-menu a {
    text-decoration: none;
    color: #2c3e50;
    font-size: 0.8rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    transition: color 0.3s ease;
    position: relative;
}

.nav-menu a:hover {
    color: #1a73e8;
}

.nav-menu a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 1px;
    background: #1a73e8;
    transition: width 0.3s ease;
}

.nav-menu a:hover::after {
    width: 100%;
}

.nav-cta {
    display: flex;
    gap: 0.8rem;
    align-items: center;
}

.nav-phone {
    text-decoration: none;
    color: #2c3e50;
    font-size: 0.8rem;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    transition: color 0.3s ease;
}

.nav-phone:hover {
    color: #1a73e8;
}

.nav-quote {
    background: #1a73e8;
    color: white;
    border: none;
    padding: 0.7rem 1.2rem;
    font-size: 0.8rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 2px;
}

.nav-quote:hover {
    background: #1557b0;
    transform: translateY(-1px);
}

/* Hide mobile CTA buttons on desktop */
.nav-menu .mobile-cta {
    display: none;
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.nav-phone-mobile {
    display: none;
}

.nav-phone-mobile a {
    color: #2c3e50;
    font-size: 1.2rem;
    text-decoration: none;
    transition: color 0.3s ease;
}

.nav-phone-mobile a:hover {
    color: #1a73e8;
}

.hamburger span {
    width: 25px;
    height: 2px;
    background: #2c3e50;
    margin: 3px 0;
    transition: 0.3s;
}

/* Hero Section */
.hero {
    height: 66vh;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero.hero-img-bg {
    background: url('Wedding_music_byron_bay_gold_coast.png') center center/cover no-repeat;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="0.5" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

/* Hero Video Background */
.hero {
    position: relative;
    overflow: hidden;
}
.hero-bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    pointer-events: none;
}
.hero-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(20, 20, 30, 0.55);
    z-index: 2;
}
.hero-slider, .hero-nav {
    position: relative;
    z-index: 3;
}
.slide-content, .hero-title, .hero-subtitle, .hero-buttons {
    position: relative;
    z-index: 4;
}

.hero-slider {
    position: relative;
    width: 100%;
    height: 100%;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 1s ease;
}

.slide.active {
    opacity: 1;
}

.slide-content {
    max-width: 800px;
    padding: 0 2rem;
    z-index: 2;
}

/* Slightly lower hero copy when using image background */
.hero-img-bg .slide-content {
    margin-top: 2.5rem;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 300;
    color: #2c3e50;
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
    line-height: 1.1;
}

.hero-subtitle {
    font-size: 1.3rem;
    color: #5a6c7d;
    margin-bottom: 3rem;
    font-weight: 300;
    letter-spacing: 0.01em;
}

.hero-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-button {
    text-decoration: none;
    padding: 1.2rem 2.5rem;
    font-size: 0.9rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-radius: 3px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border: none;
    cursor: pointer;
}

.cta-button.primary {
    background: #1a73e8;
    color: white;
}

.cta-button.primary:hover {
    background: #1557b0;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(26, 115, 232, 0.3);
}

.cta-button.secondary {
    background: transparent;
    color: #2c3e50;
    border: 1px solid #2c3e50;
}

.cta-button.secondary:hover {
    background: #2c3e50;
    color: white;
    transform: translateY(-2px);
}

.hero-nav {
    position: absolute;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 1rem;
}

.slide-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #2c3e50;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slide-dot.active {
    background: #1a73e8;
    border-color: #1a73e8;
}

/* Section Styles */
.section-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 300;
    color: #2c3e50;
    margin-bottom: 4rem;
    letter-spacing: -0.01em;
}

/* About Section */
.about {
    padding: 8rem 0;
    background: white;
}

.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
    align-items: center;
}

.about-text {
    text-align: left;
    max-width: none;
    margin: 0;
}

.about-text h2 {
    font-size: 2.5rem;
    font-weight: 300;
    color: #2c3e50;
    margin-bottom: 2rem;
    letter-spacing: -0.01em;
    text-align: center;
}

.about-text p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #5a6c7d;
    margin-bottom: 1.5rem;
    text-align: left;
}

.about-image {
    display: flex;
    justify-content: center;
}

.about-story-image {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

.about-story-image:hover {
    transform: scale(1.02);
}

.image-placeholder {
    width: 400px;
    height: 300px;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.image-placeholder i {
    font-size: 4rem;
    color: #1a73e8;
    opacity: 0.7;
}

/* Services Section */
.services {
    padding: 8rem 0;
    background: #fafbfc;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.service-card {
    background: white;
    padding: 3rem 2rem;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.service-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #1a73e8, #4285f4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2rem;
}

.service-icon i {
    font-size: 2rem;
    color: white;
}

.service-card h3 {
    font-size: 1.5rem;
    font-weight: 400;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.service-card p {
    font-size: 1rem;
    line-height: 1.6;
    color: #5a6c7d;
}

/* Music Samples Section */
.music-samples {
    padding: 8rem 0;
    background: white;
}

.audio-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.audio-item {
    background: #fafbfc;
    padding: 2.5rem;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.audio-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.audio-cover {
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #1a73e8, #4285f4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.audio-cover:hover {
    transform: scale(1.05);
}

.audio-cover i {
    font-size: 2.5rem;
    color: white;
}

.audio-item h4 {
    font-size: 1.3rem;
    font-weight: 400;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.audio-item p {
    font-size: 0.9rem;
    color: #5a6c7d;
    margin-bottom: 1.5rem;
}

.audio-item audio {
    width: 100%;
    margin-top: 1rem;
}

/* Flat Audio Grid Layout */
.flat-audio-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem 1.5rem;
    margin: 3rem 0;
}

.flat-audio-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.3s ease;
}

.flat-audio-item:hover {
    background-color: #fafafa;
    border-radius: 8px;
    padding: 1rem;
    margin: 0 -1rem;
}

.play-button {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #1a73e8, #4285f4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.play-button:hover {
    background: linear-gradient(135deg, #1557b0, #3367d6);
    transform: scale(1.1);
}

.play-button i {
    color: white;
    font-size: 1rem;
    margin-left: 2px;
}

.track-info {
    flex: 1;
    min-width: 0;
}

.track-info h4 {
    font-size: 1rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 0 0 0.2rem 0;
    line-height: 1.2;
}

.track-info p {
    font-size: 0.9rem;
    color: #5a6c7d;
    margin: 0;
    line-height: 1.2;
}

.flat-audio-item audio {
    display: none;
}

.audio-cta {
    text-align: center;
    margin-top: 3rem;
}

.demo-button {
    background: linear-gradient(135deg, #1557b0, #3367d6);
    color: #ffffff;
    border: none;
    padding: 1rem 2rem;
    border-radius: 25px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(21, 87, 176, 0.35);
}

.demo-button:hover {
    background: linear-gradient(135deg, #114796, #2859c2);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(21, 87, 176, 0.45);
}

/* What Sets Us Apart Section */
.what-sets-us-apart {
    padding: 8rem 0;
    background: #e0e6f6;
    color: #2c3e50;
}

.what-sets-us-apart .section-title {
    color: #2c3e50;
    text-align: center;
    margin-bottom: 4rem;
    font-size: 2.5rem;
    font-weight: 600;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
    margin-bottom: 4rem;
}

.feature-item {
    text-align: center;
}

.feature-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #1a73e8, #4285f4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    border: 2px solid #ffffff;
}

.feature-icon i {
    font-size: 2rem;
    color: white;
}

.feature-item h3 {
    color: #2c3e50;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.feature-item p {
    color: #5a6c7d;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}

.features-cta {
    text-align: center;
}

.contact-button {
    background: linear-gradient(135deg, #1a73e8, #4285f4);
    color: white;
    border: none;
    padding: 1rem 2.5rem;
    border-radius: 25px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(26, 115, 232, 0.3);
}

.contact-button:hover {
    background: linear-gradient(135deg, #1557b0, #3367d6);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(26, 115, 232, 0.4);
}

/* Music CTA Section */
.music-cta {
    padding: 4rem 0;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    text-align: center;
}

.music-cta .cta-content h3 {
    font-size: 2.2rem;
    font-weight: 300;
    color: #2c3e50;
    margin-bottom: 1rem;
    letter-spacing: -0.01em;
}

.music-cta .cta-content p {
    font-size: 1.1rem;
    color: #5a6c7d;
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.music-cta .cta-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* Packages Section */
.packages {
    padding: 8rem 0;
    background: #fafbfc;
}

.packages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 3rem;
}

.package-card {
    background: white;
    padding: 3rem 2.5rem;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
}

.package-card.featured {
    border: 2px solid #1a73e8;
    transform: scale(1.02);
}

.package-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.package-card.featured:hover {
    transform: translateY(-5px) scale(1.02);
}

.package-header {
    text-align: center;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.package-header h3 {
    font-size: 1.8rem;
    font-weight: 400;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.package-price {
    font-size: 2rem;
    font-weight: 300;
    color: #1a73e8;
    font-family: 'Playfair Display', serif;
}

.package-features {
    list-style: none;
    margin-bottom: 2.5rem;
}

.package-features li {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    font-size: 1rem;
    color: #5a6c7d;
}

.package-features i {
    color: #1a73e8;
    font-size: 0.9rem;
}

.package-cta {
    width: 100%;
    background: #1a73e8;
    color: white;
    border: none;
    padding: 1rem 2rem;
    font-size: 0.9rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.package-cta:hover {
    background: #1557b0;
    transform: translateY(-2px);
}

/* Testimonials Section */
.testimonials {
    padding: 8rem 0;
    background: white;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.testimonial-card {
    background: #fafbfc;
    padding: 1.5rem 1.25rem;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
    max-width: 280px;
}

.testimonial-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.stars {
    display: flex;
    gap: 0.2rem;
    margin-bottom: 1rem;
}

.stars i {
    color: #ffd700;
    font-size: 0.9rem;
}

.rating-text {
    font-weight: 600;
    color: #2c3e50;
    font-size: 0.9rem;
    margin-left: 0.5rem;
}

.testimonial-content p {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #5a6c7d;
    margin-bottom: 1.25rem;
    font-style: italic;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.couple-image {
    flex-shrink: 0;
}

.couple-photo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #1a73e8;
    box-shadow: 0 4px 12px rgba(26, 115, 232, 0.2);
}

.couple-photo-placeholder {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1a73e8, #4285f4);
    border: 3px solid #1a73e8;
    box-shadow: 0 4px 12px rgba(26, 115, 232, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.couple-photo-placeholder i {
    font-size: 1.5rem;
}

.author-info h4 {
    font-size: 1rem;
    font-weight: 500;
    color: #2c3e50;
    margin-bottom: 0.2rem;
}

.author-info span {
    font-size: 0.8rem;
    color: #5a6c7d;
    font-weight: 400;
}

/* Clients Section */
.clients {
    padding: 4rem 0;
    background: #f8f9fa;
}

.clients .section-title {
    text-align: center;
    margin-bottom: 3rem;
    color: #2c3e50;
    font-size: 2.5rem;
    font-weight: 600;
}

.clients-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.client-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
}

.client-logo:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.venue-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.75rem;
}

.venue-logo i {
    font-size: 2.5rem;
    color: #007bff;
    margin-bottom: 0.5rem;
}

.venue-logo span {
    font-size: 0.9rem;
    font-weight: 600;
    color: #2c3e50;
    line-height: 1.3;
    max-width: 150px;
}

.venue-logo-img {
    max-width: 120px;
    max-height: 60px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(100%);
    transition: all 0.3s ease;
}

.client-logo:hover .venue-logo-img {
    filter: grayscale(0%);
    transform: scale(1.05);
}

/* Contact Section */
.contact {
    padding: 8rem 0;
    background: #fafbfc;
}

.contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
    align-items: start;
}

.contact-info h3 {
    font-size: 2rem;
    font-weight: 300;
    color: #2c3e50;
    margin-bottom: 1.5rem;
}

.contact-info p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #5a6c7d;
    margin-bottom: 2.5rem;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.contact-item i {
    width: 40px;
    height: 40px;
    background: #1a73e8;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

.contact-item span {
    font-size: 1rem;
    color: #2c3e50;
    font-weight: 400;
}

.contact-form {
    background: white;
    padding: 3rem;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    font-weight: 500;
    color: #2c3e50;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    font-size: 1rem;
    font-family: 'Montserrat', sans-serif;
    transition: all 0.3s ease;
    background: #fafbfc;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #1a73e8;
    background: white;
    box-shadow: 0 0 0 3px rgba(26, 115, 232, 0.1);
}

.form-group textarea {
    height: 120px;
    resize: vertical;
}

.submit-btn {
    width: 100%;
    background: #1a73e8;
    color: white;
    border: none;
    padding: 1.2rem 2rem;
    font-size: 0.9rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 1rem;
}

.submit-btn:hover {
    background: #1557b0;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(26, 115, 232, 0.3);
}

/* Bottom CTA Section */
.bottom-cta {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 4rem 0;
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.bottom-cta-content {
    max-width: 800px;
    margin: 0 auto;
}

.bottom-cta h3 {
    font-size: 2.5rem;
    font-weight: 400;
    color: #2c3e50;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.bottom-cta p {
    font-size: 1.2rem;
    color: #5a6c7d;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.bottom-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.bottom-cta .cta-button {
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: 500;
    border-radius: 8px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.bottom-cta .cta-button.primary {
    background: linear-gradient(135deg, #1a73e8, #4285f4);
    color: white;
}

.bottom-cta .cta-button.primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(26, 115, 232, 0.3);
}

.bottom-cta .cta-button.secondary {
    background: linear-gradient(135deg, #d4a574, #c19a6b);
    color: white;
}

.bottom-cta .cta-button.secondary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(212, 165, 116, 0.3);
}

/* Footer */
.footer {
    background: #2c3e50;
    color: white;
    padding: 4rem 0 2rem;
    margin: 0;
    border: none;
}

/* Ensure no white space after footer */
.footer::after {
    content: "";
    display: block;
    height: 0;
    margin: 0;
    padding: 0;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 3rem;
    margin-bottom: 3rem;
}

.footer-section h3,
.footer-section h4 {
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 1rem;
    color: white;
}

.footer-section p {
    font-size: 0.9rem;
    color: #bdc3c7;
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.5rem;
}

.footer-links a {
    color: #bdc3c7;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: white;
}

/* Venue Highlight Styles */
.venue-highlight {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 8px;
    border-left: 4px solid #1a73e8;
}

.venue-highlight h3 {
    color: #2c3e50;
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

.venue-highlight ul {
    list-style: none;
    padding: 0;
}

.venue-highlight li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #e9ecef;
    color: #5a6c7d;
}

.venue-highlight li:last-child {
    border-bottom: none;
}

.venue-highlight li:before {
    content: "✓";
    color: #1a73e8;
    font-weight: bold;
    margin-right: 0.5rem;
}

/* Map Section Styles */
.map-section {
    padding: 4rem 0;
    background-color: #f8f9fa;
}

.map-container {
    margin-bottom: 2rem;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.map-container iframe {
    border-radius: 8px;
}

.map-description {
    text-align: center;
    color: #5a6c7d;
    font-size: 1rem;
    max-width: 600px;
    margin: 0 auto;
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom p {
    font-size: 0.9rem;
    color: #bdc3c7;
    margin: 0;
}

/* Partner Badges */
.footer-partners {
    text-align: center;
    padding: 2rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-partners h4 {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
    color: white;
}

.partner-badges {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.partner-badges a {
    display: inline-block;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.partner-badges a:hover {
    transform: translateY(-2px);
    opacity: 0.8;
}

.partner-badges img {
    max-width: 180px;
    height: auto;
    border-radius: 4px;
}

/* Mobile responsive for partner badges */
@media (max-width: 768px) {
    .partner-badges {
        gap: 1rem;
    }
    
    .partner-badges img {
        max-width: 150px;
    }
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .nav-menu {
        position: fixed;
        left: -100%;
        top: 80px;
        flex-direction: column;
        background-color: white;
        width: 100%;
        text-align: center;
        transition: 0.3s;
        box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
        padding: 1rem 0;
        gap: 0.2rem;
        height: calc(100vh - 80px);
        overflow-y: auto;
    }

    .nav-menu.active {
        left: 0;
    }

    .nav-menu li {
        margin: 0.2rem 0;
    }

    .nav-menu a {
        font-size: 0.95rem;
        padding: 0.5rem 0;
        display: block;
    }
    
    .nav-menu .mobile-cta {
        display: block;
        margin-top: 1rem;
        padding-top: 1rem;
        border-top: 1px solid #e9ecef;
    }
    
    .nav-menu .mobile-cta a,
    .nav-menu .mobile-cta button {
        display: block;
        width: 80%;
        margin: 0.5rem auto;
        padding: 0.8rem;
        border-radius: 6px;
        font-size: 0.9rem;
        font-weight: 500;
        text-decoration: none;
        transition: all 0.3s ease;
    }
    
    .nav-menu .mobile-cta .nav-phone {
        background: #1a73e8;
        color: white;
        border: none;
    }
    
    .nav-menu .mobile-cta .nav-phone:hover {
        background: #1557b0;
    }
    
    .nav-menu .mobile-cta .nav-quote {
        background: white;
        color: #1a73e8;
        border: 1px solid #1a73e8;
    }
    
    .nav-menu .mobile-cta .nav-quote:hover {
        background: #1a73e8;
        color: white;
    }
    
    .nav-cta {
        display: none;
    }
    
    .hamburger {
        display: flex;
    }
    
    .nav-phone-mobile {
        display: block;
    }
    
    .nav-logo {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    
    .nav-logo h2 {
        font-size: 1.2rem;
        white-space: nowrap;
    }
    
    .hamburger.active span:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active span:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
    
    .hero {
        height: 100vh;
    }
    
    .hero-img-bg {
        margin: 0;
        border-radius: 8px;
        background: url('Wedding_music_byron_bay_gold_coast.png') center center/cover no-repeat;
    }
    
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
    }

    /* Keep copy slightly lowered on mobile as well, but a bit less */
    .hero-img-bg .slide-content {
        margin-top: 1.25rem;
    }
    
    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .about-content {
        display: flex;
        flex-direction: column;
        gap: 3rem;
        padding: 0 1rem;
    }
    
    .about-text {
        max-width: 100%;
        padding: 0 1rem;
        text-align: center;
    }
    
    .about-text h2 {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }
    
    .about-text p {
        font-size: 1rem;
        line-height: 1.6;
        margin-bottom: 1rem;
        text-align: center;
    }
    
    .about-story-image {
        height: 40vh;
        border-radius: 8px;
    }
    
    .contact-content {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .form-row {
        grid-template-columns: 1fr;
    }
    
    .clients-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
    }
    
    .packages-grid {
        grid-template-columns: 1fr;
    }
    
    .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
    
    .audio-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
    
    .flat-audio-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem 1rem;
    }
    
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
    
    .audio-item {
        padding: 1.8rem 1.5rem;
    }
    
    .audio-cover {
        width: 80px;
        height: 80px;
        margin-bottom: 1rem;
    }
    
    .audio-cover i {
        font-size: 1.8rem;
    }
    
    .audio-item h4 {
        font-size: 1.1rem;
        margin-bottom: 0.3rem;
    }
    
    .audio-item p {
        font-size: 0.8rem;
        margin-bottom: 1rem;
    }
    
    .audio-item audio {
        width: 100%;
        margin-top: 0.5rem;
    }
    
    .music-cta {
        padding: 3rem 0;
    }
    
    .music-cta .cta-content h3 {
        font-size: 1.8rem;
    }
    
    .music-cta .cta-content p {
        font-size: 1rem;
    }
    
    .music-cta .cta-buttons {
        flex-direction: column;
        gap: 1rem;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 1rem;
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        justify-items: center;
    }
    
    .testimonial-card {
        max-width: 400px;
        width: 100%;
    }
    
    .audio-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .flat-audio-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .what-sets-us-apart {
        padding: 6rem 0;
    }
    
    .what-sets-us-apart .section-title {
        font-size: 2rem;
        margin-bottom: 3rem;
    }
    
    .audio-item {
        padding: 1.5rem 1rem;
    }
    
    .audio-cover {
        width: 70px;
        height: 70px;
        margin-bottom: 0.8rem;
    }
    
    .audio-cover i {
        font-size: 1.5rem;
    }
    
    .audio-item h4 {
        font-size: 1rem;
        margin-bottom: 0.2rem;
    }
    
    .audio-item p {
        font-size: 0.75rem;
        margin-bottom: 0.8rem;
    }
    
    .hero-title {
        font-size: 2rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .service-card,
    .package-card,
    .testimonial-card {
        padding: 2rem 1.5rem;
    }
    
    .couple-photo {
        width: 50px;
        height: 50px;
    }
    
    .couple-photo-placeholder {
        width: 50px;
        height: 50px;
    }
    
    .couple-photo-placeholder i {
        font-size: 1.2rem;
    }
    
    .contact-form {
        padding: 2rem 1.5rem;
    }
    
    .about-content {
        padding: 0 0.5rem;
        gap: 2rem;
    }
    
    .about-text {
        padding: 0 0.5rem;
        text-align: center;
    }
    
    .about-text h2 {
        font-size: 1.8rem;
    }
    
    .about-text p {
        font-size: 0.95rem;
        text-align: center;
    }
    
    .about-story-image {
        height: 30vh;
        border-radius: 6px;
    }
} 

/* Blog Styles */
.blog-hero {
    padding: 8rem 0 4rem;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    text-align: center;
    margin-top: 80px;
}

.blog-hero-content h1 {
    font-size: 3rem;
    font-weight: 300;
    color: #2c3e50;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}

.blog-hero-content p {
    font-size: 1.2rem;
    color: #5a6c7d;
    margin-bottom: 2rem;
    font-weight: 300;
}

.blog-categories {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.category-tag {
    background: white;
    color: #2c3e50;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 400;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.category-tag:hover {
    background: #1a73e8;
    color: white;
    transform: translateY(-1px);
}

/* AdSense Banners */
.adsense-banner {
    padding: 2rem 0;
    background: #fafbfc;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.ad-placeholder {
    background: #f8f9fa;
    border: 2px dashed #dee2e6;
    border-radius: 8px;
    padding: 2rem;
    text-align: center;
    color: #6c757d;
    transition: all 0.3s ease;
}

.ad-placeholder:hover {
    border-color: #1a73e8;
    background: #f0f8ff;
}

.ad-placeholder i {
    font-size: 2rem;
    color: #1a73e8;
    margin-bottom: 0.5rem;
}

.ad-placeholder span {
    display: block;
    font-weight: 500;
    margin-bottom: 0.25rem;
}

.ad-placeholder p {
    font-size: 0.8rem;
    margin: 0;
    opacity: 0.7;
}

/* CTA Section Styling */
.cta-section {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 1.5rem;
    margin: 2rem 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.cta-content {
    text-align: center;
}

.cta-content h3 {
    color: #2c3e50;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.cta-content p {
    color: #6c757d;
    font-size: 0.9rem;
    margin-bottom: 1.25rem;
}

.cta-buttons {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-buttons .cta-button {
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.85rem;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-width: 160px;
    justify-content: center;
    text-transform: none;
}

.cta-buttons .cta-button.call-now {
    background: #007bff;
    color: white;
    border: none;
}

.cta-buttons .cta-button.call-now:hover {
    background: #0056b3;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.25);
}

.cta-buttons .cta-button.get-quote {
    background: white;
    color: #007bff;
    border: 1px solid #007bff;
}

.cta-buttons .cta-button.get-quote:hover {
    background: #f8f9fa;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.15);
}

/* Blog Header */
.blog-header {
    padding: 6rem 0 2rem 0;
    background: white;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    margin-top: 40px;
}

.blog-header-content {
    max-width: 800px;
    margin: 0 auto;
}

.blog-category {
    background: linear-gradient(135deg, #1a73e8, #4285f4);
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    display: inline-block;
    margin-bottom: 1.5rem;
}

.blog-header h1 {
    font-size: 2.8rem;
    font-weight: 400;
    color: #2c3e50;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.blog-meta {
    display: flex;
    justify-content: center;
    gap: 2rem;
    font-size: 0.95rem;
    color: #5a6c7d;
}

.blog-meta span {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.blog-meta i {
    color: #1a73e8;
}

/* Blog Layout */
.blog-content {
    padding: 3rem 0 5rem 0;
    background: white;
}

.blog-layout {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 5rem;
    align-items: start;
}

/* Blog Posts */
.blog-post {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06);
    margin-bottom: 4rem;
    overflow: hidden;
    transition: all 0.3s ease;
    border: none;
}

.blog-post:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.blog-post.featured {
    border: none;
}

.post-image {
    height: 250px;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.post-image .image-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.post-image .image-placeholder i {
    font-size: 3rem;
    color: #1a73e8;
    opacity: 0.7;
}

.post-content {
    padding: 3rem;
}

.post-meta {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
}

.post-category {
    background: linear-gradient(135deg, #1a73e8, #4285f4);
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.post-date {
    color: #5a6c7d;
    font-weight: 400;
}

.post-content h2,
.post-content h3 {
    font-size: 1.5rem;
    font-weight: 400;
    color: #2c3e50;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.post-content h2 a,
.post-content h3 a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.post-content h2 a:hover,
.post-content h3 a:hover {
    color: #1a73e8;
}

.post-content p {
    color: #5a6c7d;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.post-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.read-more {
    color: #d4a574;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.read-more:hover {
    color: #c19a6b;
}

.post-stats {
    display: flex;
    gap: 1rem;
    font-size: 0.8rem;
    color: #5a6c7d;
}

.post-stats span {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.post-stats i {
    font-size: 0.7rem;
}

/* AdSense In-Content */
.adsense-inline {
    margin: 3rem 0;
    text-align: center;
}

.adsense-inline .ad-placeholder {
    max-width: 300px;
    margin: 0 auto;
    padding: 1.5rem;
}

/* Pagination */
.pagination {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 3rem;
}

.page-link {
    display: inline-flex;
    align-items: center;
    padding: 0.75rem 1rem;
    background: white;
    color: #2c3e50;
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    font-size: 0.9rem;
    font-weight: 400;
}

.page-link:hover,
.page-link.active {
    background: #1a73e8;
    color: white;
    border-color: #1a73e8;
}

.page-link i {
    font-size: 0.8rem;
    margin-left: 0.25rem;
}

/* Sidebar */
.blog-sidebar {
    position: sticky;
    top: 100px;
}

.sidebar-widget {
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    padding: 2rem;
    margin-bottom: 2rem;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.sidebar-widget h4 {
    font-size: 1.2rem;
    font-weight: 400;
    color: #2c3e50;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 0.5rem;
}

/* Search Box */
.search-box {
    display: flex;
    gap: 0.5rem;
}

.search-box input {
    flex: 1;
    padding: 0.75rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    font-size: 0.9rem;
    background: #fafbfc;
}

.search-box input:focus {
    outline: none;
    border-color: #1a73e8;
    background: white;
}

.search-box button {
    background: #1a73e8;
    color: white;
    border: none;
    padding: 0.75rem 1rem;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.search-box button:hover {
    background: #1557b0;
}

/* Sidebar Ad */
.sidebar-ad {
    min-height: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* Popular Posts */
.popular-posts {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.popular-post {
    display: flex;
    gap: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.popular-post:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.post-thumb {
    flex-shrink: 0;
}

.thumb-placeholder {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    border-radius: 4px;
}

.post-info h5 {
    font-size: 0.9rem;
    font-weight: 400;
    color: #2c3e50;
    margin-bottom: 0.25rem;
    line-height: 1.3;
}

.post-info h5 a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.post-info h5 a:hover {
    color: #1a73e8;
}

.post-info .post-date {
    font-size: 0.8rem;
    color: #5a6c7d;
}

/* Categories */
.category-list {
    list-style: none;
    padding: 0;
}

.category-list li {
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.category-list li:last-child {
    border-bottom: none;
}

.category-list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #2c3e50;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.category-list a:hover {
    color: #1a73e8;
}

.category-list span {
    background: #f8f9fa;
    color: #5a6c7d;
    padding: 0.25rem 0.5rem;
    border-radius: 10px;
    font-size: 0.8rem;
    font-weight: 400;
}

/* Newsletter */
.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.newsletter-form input {
    padding: 0.75rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    font-size: 0.9rem;
    background: #fafbfc;
}

.newsletter-form input:focus {
    outline: none;
    border-color: #1a73e8;
    background: white;
}

.newsletter-form button {
    background: #1a73e8;
    color: white;
    border: none;
    padding: 0.75rem;
    border-radius: 4px;
    font-size: 0.9rem;
    font-weight: 400;
    cursor: pointer;
    transition: background 0.3s ease;
}

.newsletter-form button:hover {
    background: #1557b0;
}

/* CTA Widget */
.cta-widget {
    background: linear-gradient(135deg, #1a73e8, #4285f4);
    color: white;
    text-align: center;
}

.cta-widget h4 {
    color: white;
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

.cta-widget p {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 1.5rem;
}

.cta-widget .cta-button {
    width: 100%;
    margin-bottom: 0.5rem;
    justify-content: center;
}

.cta-widget .cta-button.primary {
    background: white;
    color: #1a73e8;
}

.cta-widget .cta-button.primary:hover {
    background: #f8f9fa;
}

.cta-widget .cta-button.secondary {
    background: transparent;
    color: white;
    border-color: white;
}

.cta-widget .cta-button.secondary:hover {
    background: white;
    color: #1a73e8;
}

/* Responsive Blog */
@media (max-width: 768px) {
    .blog-layout {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .blog-sidebar {
        position: static;
    }
    
    .blog-hero-content h1 {
        font-size: 2.5rem;
    }
    
    .blog-categories {
        gap: 0.5rem;
    }
    
    .category-tag {
        font-size: 0.8rem;
        padding: 0.4rem 0.8rem;
    }
    
    .post-content {
        padding: 1.5rem;
    }
    
    .post-footer {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
    }
    
    .pagination {
        gap: 0.25rem;
    }
    
    .page-link {
        padding: 0.5rem 0.75rem;
        font-size: 0.8rem;
    }
}

@media (max-width: 480px) {
    .blog-hero {
        padding: 6rem 0 3rem;
    }
    
    .blog-hero-content h1 {
        font-size: 2rem;
    }
    
    .blog-hero-content p {
        font-size: 1rem;
    }
    
    .post-content h2,
    .post-content h3 {
        font-size: 1.3rem;
    }
    
    .sidebar-widget {
        padding: 1.5rem;
    }
}

/* Premium Ad Styles */
.premium-ad-banner {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 2rem 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.premium-ad {
    background: white;
    border-radius: 8px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.ad-content {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.ad-icon {
    background: linear-gradient(135deg, #1a73e8 0%, #4285f4 100%);
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.ad-text h3 {
    color: #2c3e50;
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
}

.ad-text p {
    color: #5a6c7d;
    margin-bottom: 1rem;
    font-size: 1rem;
}

.ad-cta {
    display: inline-block;
    background: #1a73e8;
    color: white;
    text-decoration: none;
    padding: 0.8rem 1.5rem;
    border-radius: 4px;
    font-weight: 500;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.ad-cta:hover {
    background: #1557b0;
    transform: translateY(-1px);
}

/* Premium In-Content Ads */
.premium-ad-inline {
    margin: 3rem 0;
}

.premium-ad-card {
    background: white;
    border-radius: 8px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}

.premium-ad-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #1a73e8 0%, #4285f4 50%, #34a853 100%);
}

.ad-card-header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.ad-card-header i {
    color: #f4b400;
    font-size: 1rem;
}

.ad-label {
    background: #f4b400;
    color: white;
    padding: 0.2rem 0.6rem;
    border-radius: 12px;
    font-size: 0.7rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.ad-card-content h4 {
    color: #2c3e50;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
}

.ad-card-content p {
    color: #5a6c7d;
    margin-bottom: 1rem;
    font-size: 0.95rem;
}

.venue-features,
.song-features {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.venue-features span,
.song-features span {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #5a6c7d;
    font-size: 0.9rem;
}

.venue-features i,
.song-features i {
    color: #34a853;
    font-size: 0.8rem;
}

.venue-cta,
.song-cta {
    display: inline-block;
    background: #1a73e8;
    color: white;
    text-decoration: none;
    padding: 0.7rem 1.2rem;
    border-radius: 4px;
    font-weight: 500;
    font-size: 0.85rem;
    transition: all 0.3s ease;
}

.venue-cta:hover,
.song-cta:hover {
    background: #1557b0;
    transform: translateY(-1px);
}

/* Premium Sidebar Ad */
.premium-sidebar-ad {
    background: white;
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}

.premium-sidebar-ad::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #f4b400 0%, #ff6b35 100%);
}

.sidebar-ad-header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.sidebar-ad-header i {
    color: #f4b400;
    font-size: 1rem;
}

.sidebar-ad-content h4 {
    color: #2c3e50;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

.sidebar-ad-content p {
    color: #5a6c7d;
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

.venue-highlights {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    margin-bottom: 1.5rem;
}

.venue-highlights span {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #5a6c7d;
    font-size: 0.8rem;
}

.venue-highlights i {
    color: #1a73e8;
    font-size: 0.7rem;
}

.sidebar-cta {
    display: inline-block;
    background: #1a73e8;
    color: white;
    text-decoration: none;
    padding: 0.6rem 1rem;
    border-radius: 4px;
    font-weight: 500;
    font-size: 0.8rem;
    transition: all 0.3s ease;
    text-align: center;
    width: 100%;
}

.sidebar-cta:hover {
    background: #1557b0;
    transform: translateY(-1px);
}

/* Responsive Premium Ads */
@media (max-width: 768px) {
    .ad-content {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .ad-icon {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
    
    .ad-text h3 {
        font-size: 1.2rem;
    }
    
    .premium-ad-card {
        padding: 1.5rem;
    }
    
    .venue-features,
    .song-features {
        gap: 0.3rem;
    }
    
    .venue-features span,
    .song-features span {
        font-size: 0.85rem;
    }
}

@media (max-width: 480px) {
    .premium-ad {
        padding: 1.5rem;
    }
    
    .ad-text h3 {
        font-size: 1.1rem;
    }
    
    .ad-text p {
        font-size: 0.9rem;
    }
    
    .premium-ad-card {
        padding: 1rem;
    }
    
    .ad-card-content h4 {
        font-size: 1.1rem;
    }
} 

.hero-img-bg {
    background: url('Wedding_music_byron_bay_gold_coast.png') center center/cover no-repeat;
    position: relative;
} 

.hero-title, .hero-subtitle {
    color: #fff !important;
    text-shadow: 0 2px 8px rgba(0,0,0,0.25);
}

.hero-buttons .cta-button.secondary {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.hero-buttons .cta-button.secondary:hover {
    background: rgba(255,255,255,0.12);
    color: #fff;
    border: 2px solid #fff;
} 