body {
    font-family: 'Poppins', sans-serif;
    background-color: #FAF3E0;
    color: #5A4A42;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.about {
    background: #FFF5EE;
    padding: 60px;
    text-align: center;
}

.about-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.about-img {
    width: 300px;
    border-radius: 15px;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.1);
}

.about-text {
    max-width: 500px;
    text-align: left;
}

.about a {
    color: #E69A8D;
    font-weight: bold;
    text-decoration: none;
}

.about a:hover {
    text-decoration: underline;
}

.rates {
    background: #FAF3E0;
    padding: 60px;
    text-align: center;
}

.subtext {
    font-size: 1.1rem;
    font-style: italic;
    color: #5A4A42;
}

.rate-cards {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.rate-card {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
    max-width: 300px;
    transition: transform 0.3s ease-in-out;
}

.rate-card:hover {
    transform: scale(1.05);
}

.rate-card h3 {
    color: #E69A8D;
}

.contact-cta {
    margin-top: 20px;
    font-size: 1.2rem;
    font-weight: bold;
}


.navbar {
    position: fixed;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    padding: 15px 0;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.navbar .logo {
    font-size: 2rem;
    font-weight: bold;
    color: #E69A8D;
}

.navbar .nav-links {
    list-style: none;
    padding: 0;
}

.navbar .nav-links li {
    display: inline;
    margin: 0 15px;
}

.navbar .nav-links a {
    text-decoration: none;
    font-weight: bold;
    color: #00334C;
    transition: color 0.3s ease-in-out;
}

.navbar .nav-links a:hover {
    color: #E69A8D;
    transform: scale(1.1);
}

.hero {
    height: 100vh;
    background: url('nordic-wood-texture.jpg') center/cover no-repeat, linear-gradient(to bottom, rgba(250, 243, 224, 0.7), rgba(255, 255, 255, 0.7));
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero h1 {
    font-size: 3rem;
    animation: fadeIn 1.5s ease-in-out;
}

.button {
    background: linear-gradient(135deg, #F8B195, #F67280);
    padding: 12px 24px;
    border-radius: 25px;
    color: white;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
}

.button:hover {
    background: linear-gradient(135deg, #F67280, #F8B195);
    transform: scale(1.1);
}

.section {
    padding: 50px;
    text-align: center;
}

.gallery img {
    width: 100%;
    max-width: 300px;
    border-radius: 15px;
    transition: all 0.3s ease-in-out;
}

.gallery img:hover {
    transform: scale(1.1) rotate(5deg);
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}
@media (max-width: 768px) {
    body {
        font-size: 16px;
    }
    .container {
        width: 90%;
    }
    .hero-content h1 {
        font-size: 28px;
    }
    nav ul {
        flex-direction: column;
        text-align: center;
    }
    .nav-links {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
}
.follow-me {
    margin-top: 30px;
    text-align: center;
}

.follow-me h2 {
    font-size: 24px;
    font-weight: bold;
    color: #4a4a4a;
    margin-bottom: 15px;
}

/* Social Media Section */
.social-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
}

.social-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    padding: 12px 20px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: bold;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

/* TikTok Button */
.tiktok {
    background: #ff0050;
}

.tiktok:hover {
    background: #cc003e;
    transform: scale(1.1);
}

/* Instagram Button */
.instagram {
    background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
}

.instagram:hover {
    opacity: 0.9;
    transform: scale(1.1);
}

/* Facebook Button */
.facebook {
    background: #3b5998;
}

.facebook:hover {
    background: #2d4373;
    transform: scale(1.1);
}
/* Google Form Button Centering */
.cta-container {
    text-align: center;
    margin-top: 20px;
}

/* Follow Me Section */
.follow-me {
    text-align: center;
    margin-top: 25px;
}

/* Social Buttons */
.social-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 10px;
}

.social-btn {
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 25px;
    font-weight: bold;
    color: white;
    transition: 0.3s;
    text-align: center;
    display: inline-block;
    width: 150px;
}

/* Button Colors */
.tiktok {
    background-color: #000;
}

.instagram {
    background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
}

.facebook {
    background-color: #1877F2;
}

/* Hover Effects */
.social-btn:hover {
    opacity: 0.8;
}

/* Mobile-Friendly Adjustments */
@media screen and (max-width: 768px) {
    .social-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .social-btn {
        width: 80%;
    }
}
/* Ensure Navbar Stays Responsive */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background-color: white; /* Adjust if needed */
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
}

/* Adjust Logo */
.logo {
    font-size: 1.8rem;
    font-weight: bold;
    margin-left: 10px;
}

/* Default Navigation Links */
.nav-links {
    list-style: none;
    display: flex;
    gap: 20px;
    margin-right: 20px;
}

.nav-links li {
    display: inline-block;
}

.nav-links a {
    text-decoration: none;
    color: black;
    font-size: 1.2rem;
    font-weight: bold;
    transition: 0.3s;
}

/* Hide nav links in mobile and add hamburger menu */
@media screen and (max-width: 768px) {
    .nav-links {
        display: none; /* Hide menu */
        flex-direction: column;
        background: white;
        position: absolute;
        top: 60px;
        right: 0;
        width: 100%;
        padding: 15px 0;
        text-align: center;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    }

    .nav-links.active {
        display: flex; /* Show when active */
    }

    /* Hamburger Menu */
    .menu-toggle {
        display: block;
        font-size: 2rem;
        cursor: pointer;
        margin-right: 20px;
    }
}

/* Hide Menu Toggle by Default */
.menu-toggle {
    display: none;
}
