@font-face {
    font-family: 'TT Commons Pro';
    src: url('assets/fonts/TTCommonsPro-Regular.woff2') format('woff2'),
         url('assets/fonts/TTCommonsPro-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

:root {
    --deep-slate-gray: #36454F;
    --blush-rose: #E3C1B6;
    --soft-gold: #C5A880;
    --white: #FFFFFF;
    --blush-rose-light: #FFE8E3;
    --body-font: 'TT Commons Pro', 'Inter', sans-serif;
    --heading-font: 'Italiana Regular', serif;
}

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

body {
    font-family: var(--body-font);
    background: radial-gradient(31.3% 57.62% at 32.71% 48.88%, #FFEBE5 0%, var(--blush-rose) 100%);
    color: var(--deep-slate-gray);
    min-height: 100vh;
    overflow-x: hidden;
    position: relative;
}


.auth-buttons {
    display: flex;
    gap: 1.5rem;
    align-items: center;
}

.login-btn, .signup-btn {
    text-decoration: none;
    color: var(--deep-slate-gray);
    font-size: 1rem;
    font-weight: 400;
    font-family: var(--body-font);
}

/* Hero Section */
.hero {
    display: flex;
    min-height: 100vh;
    padding: 2rem 4rem 4rem;
    align-items: center;
    justify-content: space-between;
    gap: 4rem;
    position: relative;
}

.hero-content {
    flex: 1;
    max-width: 824px;
    position: relative;
}

.hero-content h1 {
    font-family: 'Italiana', serif;
    font-size: 6rem;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    margin-left: 5%;
    color: var(--deep-slate-gray);
    position: relative;
    z-index: 2;
}

.hero-content p {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 2.5rem; 
    margin-left: 5%;
    color: var(--deep-slate-gray);
    max-width: 90%;
    font-family: var(--body-font);
}

.hero-buttons {
    display: flex;
    gap: 2rem;
    position: relative;
    margin-left: 5%;
    z-index: 2;
}

.btn-primary {
    padding: 1rem 2.5rem;
    background: var(--deep-slate-gray);
    color: var(--white);
    border: none;
    border-radius: 10px;
    font-size: 1.2rem;
    cursor: pointer;
    font-family: var(--body-font);
}

.btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--deep-slate-gray);
    text-decoration: none;
    font-size: 1.2rem;
    font-family: var(--body-font);
}

/* Decorative Elements */
.decorative-leaf-left {
    position: absolute;
    left: -80px;
    top: 20px;
    width: 145px;
    height: auto;
    z-index: 1;
}

.decorative-flower-bottom {
    position: absolute;
    left: -140px;
    width: 222px;
    height: auto;
}

.decorative-star {
    position: absolute;
    right: -1%;
    top: 10%;
    background: #E3C1B6;
}

.product-flower {
    position: absolute;
    left: -80px;
    height: auto;
    transform: rotate(-15deg);
}

/* Product Showcase */
.hero-image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.arch-container {
    position: relative;
    width: 550px;
    height: 700px;
}

.arch-outer {
    width: 100%;
    height: 100%;
    border: 1px solid rgb(0, 0, 0);
    border-radius: 427.626px 427.626px 0 0;
    padding: 15px;
    position: relative;
}

.arch-inner {
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 427.626px 427.626px 0 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-image {
    width: 90%;
    height: auto;
    object-fit: contain;
}

/* Responsive Design */
@media (max-width: 1400px) {
    .hero {
        padding: 6rem 3rem 3rem;
        gap: 3rem;
    }

    .hero-content h1 {
        font-size: 4rem;
    }

    .arch-container {
        width: 400px;
        height: 550px;
    }
    
    .arch-outer {
        width: 350px;
        height: 500px;
    }

    .decorative-star {
        width: 60px;
    }
    
    .product-flower {
        width: 150px;
        left: -60px;
    }
}

@media (max-width: 1200px) {

    .hero {
        padding: 6rem 2rem 2rem;
        gap: 2rem;
    }

    .hero-content h1 {
        font-size: 3.5rem;
    }

    .hero-content p {
        font-size: 1rem;
    }

    .arch-container {
        width: 350px;
        height: 500px;
    }
    
    .arch-outer {
        width: 300px;
        height: 450px;
    }

    .decorative-star {
        width: 50px;
    }
    
    .product-flower {
        width: 150px;
        left: -60px;
    }

    .product-img-main {
        width: 250px;
        height: 350px;
    }
}

@media (max-width: 1024px) {
    .hero {
        flex-direction: column;
        text-align: center;
        padding-top: 8rem;
        gap: 3rem;
    }

    .hero-content {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .hero-content p {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-buttons {
        justify-content: center;
    }

    .arch-container {
        margin-top: 2rem;
        width: 100%;
        max-width: 500px;
        height: 600px;
    }

    .arch-outer {
        width: 100%;
        height: 100%;
    }

    .product-image {
        width: 90%;
        height: auto;
    }

    .features {
        width: 100%;
        overflow-x: hidden;
    }

    .features-grid {
        width: 100%;
        max-width: 100%;
        padding: 0 1rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .feature-left, .feature-right {
        width: 100%;
        max-width: 100%;
        padding: 0 1rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }

    .feature-image {
        width: 100%;
        max-width: 500px;
        margin: 2rem auto;
    }

    .feature-item {
        width: 100%;
        max-width: 500px;
        padding: 0 1rem;
        text-align: center;
    }

    .feature-item h4 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    .feature-item p {
        font-size: 1rem;
        line-height: 1.6;
        margin: 0 auto;
    }

    .testimonials-grid {
        flex-direction: column;
        gap: 2rem;
    }

    .testimonial-card {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    .testimonial-card:nth-child(2) {
        transform: none;
    }

    .footer {
        width: 100%;
        padding: 3rem 2rem;
    }

    .footer-content {
        max-width: 100%;
    }
}

@media (max-width: 768px) {

    .logo {
        font-size: 2rem;
    }

    .nav-links {
        display: none;
    }

    .nav-links.active {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: var(--blush-rose);
        padding: 1rem;
        gap: 1rem;
    }

    .hero {
        flex-direction: column;
        text-align: center;
        padding: 6rem 2rem 2rem;
        gap: 2rem;
    }

    .hero-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 100%;
    }

    .hero-content h1 {
        margin-left: 0;
        font-size: 3.5rem;
    }

    .hero-content p {
        margin-left: 0;
        text-align: center;
        max-width: 100%;
    }

    .hero-buttons {
        margin-left: 0;
        justify-content: center;
    }

    .hero-image {
        width: 100%;
        margin-top: 2rem;
    }

    .arch-container {
        max-width: 300px;
        height: 400px;
    }

    .arch-outer {
        padding: 10px;
    }

    .product-image {
        width: 80%;
    }

    .testimonial-card {
        width: 100%;
        max-width: 100%;
        margin: 1rem 0;
    }

    .testimonial-card:nth-child(2) {
        transform: none;
    }

    .testimonial-card h4 {
        font-size: 1.25rem;
    }

    .testimonial-card p {
        font-size: 1rem;
    }

    .footer {
        padding: 2rem 1rem;
    }

    .footer-nav {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .footer-form {
        flex-direction: column;
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }

    .footer-form input {
        width: 100%;
    }

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

    .footer-background {
        font-size: 10rem;
    }

    .footer-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 2rem;
    }

    .footer-left {
        align-items: center;
    }

    .footer-subscribe {
        width: 100%;
        max-width: 300px;
    }

    .footer-subscribe p {
        font-size: 0.75rem;
    }

    .features {
        padding: 3rem 1rem;
    }

    .feature-image {
        max-width: 400px;
    }

    .feature-item {
        max-width: 400px;
    }

    .feature-item h4 {
        font-size: 1.5rem;
        margin-bottom: 0.5rem;
    }

    .feature-item p {
        font-size: 1rem;
        max-width: 400px;
        margin: 0 auto;
    }

    .testimonials {
        padding: 4rem 1rem;
    }

    .testimonial-card {
        padding: 2rem;
    }
}

@media (max-width: 480px) {

    .logo {
        font-size: 1.5rem;
    }

    .auth-buttons {
        gap: 0.5rem;
    }

    .login-btn, .signup-btn {
        font-size: 0.875rem;
        padding: 0.5rem 1rem;
    }

    .hero-content h1 {
        font-size: 2.8rem;
    }

    .hero-content p {
        font-size: 1.125rem;
        margin-left: 0;
    }

    .arch-container {
        max-width: 250px;
        height: 350px;
    }

    .arch-outer {
        padding: 8px;
    }

    .testimonial-card {
        padding: 1.5rem;
    }

    .testimonial-card h4 {
        font-size: 1.25rem;
    }

    .testimonial-card p {
        font-size: 1rem;
    }

    .footer-logo {
        font-size: 2rem;
    }

    .footer-nav {
        grid-template-columns: 1fr;
    }

    .footer-nav a {
        font-size: 0.875rem;
    }

    .features {
        padding: 2rem 0.5rem;
    }

    .feature-image {
        max-width: 300px;
    }

    .feature-item {
        max-width: 300px;
    }

    .feature-item h4 {
        font-size: 1.25rem;
    }

    .feature-item p {
        font-size: 0.875rem;
        max-width: 300px;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }

    .hero-buttons a {
        width: 100%;
        text-align: center;
    }
}

/* Add hamburger menu styles */
.menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
}

@media (max-width: 768px) {
    .menu-toggle {
        display: block;
    }

    .menu-toggle span {
        display: block;
        width: 25px;
        height: 2px;
        background-color: var(--deep-slate-gray);
        margin: 5px 0;
        transition: all 0.3s ease;
    }

    .menu-toggle.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }

    .menu-toggle.active span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -6px);
    }
}

/* Our Product Section */
.our-product {
    padding: 8rem 4rem;
    background: var(--white);
}

.our-product h2 {
    font-family: 'Italiana', serif;
    font-size: 3rem;
    color: var(--deep-slate-gray);
    text-align: center;
    margin-bottom: 4rem;
}

.product-showcase {
    display: flex;
    align-items: center;
    gap: 6rem;
    max-width: 1400px;
    margin: 0 auto;
}

.product-description {
    flex: 1;
}

.product-description h3 {
    font-family: 'Italiana', serif;
    font-size: 3rem;
    color: var(--deep-slate-gray);
    margin-bottom: 1.5rem;
}

.product-description p {
    color: var(--blush-rose);
    font-size: 1.5rem;
    line-height: 1.8;
    margin-bottom: 2rem;
    font-family: var(--body-font);
}

.learn-more {
    color: var(--blush-rose);
    text-decoration: none;
    font-size: 1.1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: var(--body-font);
}

.product-images {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-img-main {
    width: 75%;
    height: 75%;
    object-fit: cover;
}

.product-img-secondary {
    position: absolute;
    bottom: -20%;
    right: -20%;
    width: 80%;
    height: auto;
    border-radius: 20px;
}

/* Features Section */
.features {
    padding: 8rem 4rem;
    background: var(--blush-rose-light);
    text-align: center;
}

.features h2 {
    font-family: var(--heading-font);
    font-size: 4rem;
    color: var(--deep-slate-gray);
    margin-bottom: 1.5rem;
    line-height: 1.2;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.subtitle {
    color: var(--deep-slate-gray);
    max-width: 800px;
    margin: 0 auto 4rem;
    line-height: 1.6;
    font-size: 1.2rem;
    opacity: 0.8;
}

.features-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 4rem;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

.feature-left, .feature-right {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    justify-content: center;
}

.feature-left {
    align-items: flex-end;
    text-align: right;
    padding-right: 2rem;
}

.feature-right {
    align-items: flex-start;
    text-align: left;
    padding-left: 2rem;
}

.feature-image {
    width: 500px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.center-image {
    width: 100%;
    height: auto;
}

.feature-item {
    max-width: 300px;
}

.feature-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 1rem;
}

.feature-item h4 {
    font-family: var(--heading-font);
    font-size: 1.5rem;
    color: var(--deep-slate-gray);
    margin-bottom: 1rem;
}

.feature-item p {
    color: var(--deep-slate-gray);
    line-height: 1.6;
    font-size: 1rem;
    opacity: 0.8;
}

/* Mobile styles for features section */
@media screen and (max-width: 768px) {
    .features {
        padding: 4rem 1.5rem;
    }

    .features h2 {
        font-size: 2.5rem;
        margin-bottom: 1rem;
    }

    .subtitle {
        font-size: 1rem;
        margin-bottom: 3rem;
    }

    .features-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .feature-left, .feature-right {
        padding: 0;
        align-items: center;
        text-align: center;
        gap: 2rem;
    }

    .feature-left {
        order: 1;
    }

    .feature-image {
        width: 100%;
        max-width: 400px;
        margin: 2rem auto;
        order: 2;
    }

    .feature-right {
        order: 3;
    }

    .feature-item {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .feature-icon {
        width: 32px;
        height: 32px;
    }

    .feature-item h4 {
        font-size: 1.3rem;
        margin-bottom: 0.5rem;
    }

    .feature-item p {
        font-size: 0.95rem;
        max-width: 300px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 480px) {
    .features {
        padding: 3rem 1rem;
    }

    .features h2 {
        font-size: 2rem;
    }

    .feature-image {
        max-width: 300px;
    }

    .feature-item h4 {
        font-size: 1.2rem;
    }

    .feature-item p {
        font-size: 0.9rem;
        max-width: 250px;
    }
}

/* Testimonials Section */
/* Testimonials Section */
.testimonials {
    padding: 4rem 4rem;
    background: var(--white);
    text-align: center;
    overflow: hidden;
}

.testimonials h2 {
    font-family: 'Italiana', serif;
    font-size: 3rem;
    color: var(--deep-slate-gray);
    margin-bottom: 2rem;
}

.testimonials-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4rem;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

.testimonial-card {
    background: var(--blush-rose);
    padding: 3.5rem;
    border-radius: 20px;
    text-align: center;
    width: 400px;
    height: 350px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    opacity: 0.8;
    box-shadow: 0 4px 20px rgba(54, 69, 79, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial-card:hover {
    transform: scale(1.2);
    opacity: 1;
    box-shadow: 0 8px 30px rgba(54, 69, 79, 0.15);
}

.testimonials-grid:hover .testimonial-card:nth-child(2):not(:hover) {
    transform: scale(1);
    opacity: 0.8;
    box-shadow: 0 4px 20px rgba(54, 69, 79, 0.1);
}

.testimonial-content {
    flex: 1;
    overflow-y: auto; /* Enable vertical scrolling */
    padding-right: 0.5rem; /* Prevent text from touching the scrollbar */
    margin: 0.5rem 0; /* Add spacing between title, content, and rating */
    scrollbar-width: thin; /* Firefox: Thin scrollbar */
    scrollbar-color: var(--deep-slate-gray) var(--blush-rose); /* Firefox: Scrollbar colors */
}

/* Webkit browsers (Chrome, Safari): Custom scrollbar */
.testimonial-content::-webkit-scrollbar {
    width: 62x;
}

.testimonial-content::-webkit-scrollbar-track {
    background: var(--blush-rose);
}

.testimonial-content::-webkit-scrollbar-thumb {
    background: var(--blush-rose);
    border-radius: 3px;
}

.testimonial-card h4 {
    font-family: 'Italiana', serif;
    font-size: 1.8rem;
    color: var(--deep-slate-gray);
    margin-bottom: 0.5rem; /* Reduced to fit content */
}

.testimonial-card p {
    color: var(--blush-rose-light);
    line-height: 1.8;
    font-family: var(--body-font);
    font-size: 1rem;
}

.rating {
    color: black;
    font-size: 1.4rem;
    margin-top: 0.5rem; /* Reduced to fit content */
}

/* Responsive Design */
@media (max-width: 1024px) {
    .testimonials-grid {
        flex-direction: column;
        gap: 2rem;
    }

    .testimonial-card {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    .testimonial-card:nth-child(2) {
        transform: none;
    }
}

@media (max-width: 768px) {
    .testimonials {
        padding: 4rem 1rem;
    }

    .testimonial-card {
        padding: 2rem;
        width: 100%;
        max-width: 100%;
        margin: 1rem 0;
    }

    .testimonial-card h4 {
        font-size: 1.25rem;
    }

    .testimonial-card p {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .testimonial-card {
        padding: 1.5rem;
    }

    .testimonial-card h4 {
        font-size: 1.25rem;
    }

    .testimonial-card p {
        font-size: 1rem;
    }
}

/* testimonials button */

.testimonials-button {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--white);
    padding-bottom: 1rem;
}

.testimonials-button a {
    background: var(--deep-slate-gray);
    padding: 1rem;
    border-radius: 100px;
    color: var(--white);
    font-family: var(--body-font);
    font-size: 1.2rem;
    font-weight: 600;
    text-decoration: none;
}

.testimonials-button a:hover {
    background: var(--blush-rose);
    color: var(--deep-slate-gray);
    transition: background-color 0.3s ease;
    padding: 1.2rem;
}

.rating {
    color: black;
    font-size: 1.4rem;
    margin-top: auto;
}

/* Newsletter Section */
.newsletter-section {
    padding: 4rem 0;
    margin-bottom: 0;
    background: var(--white);
}

.newsletter {
    padding: 3rem 4rem;
    background: var(--deep-slate-gray);
    border-radius: 20px;
    max-width: 1000px;
    margin: 0 auto;
}

.newsletter-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

.newsletter-text {
    flex: 1;
    text-align: left;
}

.newsletter h2 {
    font-family: 'Italiana', serif;
    font-size: 2.8rem;
    color: var(--white);
    margin-bottom: 0.5rem;
    text-align: left;
}

.newsletter p {
    color: var(--white);
    font-size: 1rem;
    opacity: 0.9;
}

.subscribe-form {
    display: flex;
    gap: 0.5rem;
    min-width: 400px;
    background-color: var(--white);
    border-radius: 8px;
}

.subscribe-form input {
    flex: 1;
    border: none;
    padding: 0.8rem 1.5rem;
    font-size: 1rem;
    border-radius: 8px;
    outline: none;
    font-family: var(--body-font);
    background: var(--white);
}

.subscribe-form input::placeholder {
    color: #666;
}

.subscribe-form button {
    background: var(--blush-rose);
    color: var(--deep-slate-gray);
    border: none;
    padding: 0.8rem 1.5rem;
    border-radius: 8px;
    cursor: pointer;
    font-size: 1rem;
    font-family: var(--body-font);
    transition: background-color 0.3s ease;
    white-space: nowrap;
}

.subscribe-form button:hover {
    background: var(--blush-rose-light);
}

@media (max-width: 900px) {
    .newsletter-container {
        flex-direction: column;
        text-align: center;
        gap: 1.5rem;
    }

    .newsletter-text {
        text-align: center;
    }

    .newsletter h2 {
        text-align: center;
    }

    .subscribe-form {
        min-width: 0;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .newsletter {
        padding: 2rem;
        margin: 0 1rem;
    }

    .newsletter h2 {
        font-size: 2.2rem;
    }

    .subscribe-form {
        flex-direction: column;
    }

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

/* Certification Section */
.certification {
    background-color: var(--white);
    padding: 4rem 0;
    margin-bottom: 0;
}

.certification h2 {
    font-family: 'Italiana', serif;
    font-size: 3.5rem;
    color: var(--deep-slate-gray);
    text-align: center;
    margin-bottom: 4rem;
}

.certification-container {
    display: flex;
    gap: 4rem;
    max-width: 1400px;
    margin: 0 auto;
    align-items: flex-start;
}

.certification-image {
    flex: 1;
    border: 2px solid #4A90E2;
    border-radius: 4px;
    overflow: hidden;
}

.certification-image img {
    width: 100%;
    height: auto;
    display: block;
}

.certification-badges {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.badge {
    background: var(--blush-rose-light);
    padding: 2rem;
    border-radius: 12px;
    text-align: center;
}

.badge-icon {
    width: 32px;
    height: 32px;
    margin-bottom: 1rem;
}

.badge h4 {
    font-family: 'Italiana', serif;
    font-size: 2rem;
    color: var(--deep-slate-gray);
    margin-bottom: 0.5rem;
}

.badge p {
    color: var(--deep-slate-gray);
    line-height: 1.6;
    font-family: var(--body-font);
    font-size: 1rem;
    max-width: 400px;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .certification-container {
        flex-direction: column;
        gap: 3rem;
    }

    .certification-image {
        max-width: 600px;
        margin: 0 auto;
    }

    .certification-badges {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .certification {
        padding: 4rem 2rem;
    }

    .certification h2 {
        font-size: 2.8rem;
        margin-bottom: 3rem;
    }

    .badge {
        padding: 1.5rem;
    }

    .badge h4 {
        font-size: 1.8rem;
    }
}

/* Footer Styles */
.footer {
    background: #2D3648;
    color: #fff;
    padding: 4rem;
    margin-top: 4rem;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 4rem;
}

.footer-left {
    flex: 1;
}

.footer-logo {
    font-family: 'Italiana', serif;
    font-size: 2.5rem;
    color: #fff;
    margin-bottom: 1rem;
}

.footer-description {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
}

.footer-links {
    display: flex;
    gap: 4rem;
}

.footer-section h4 {
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    margin-bottom: 0.8rem;
}

.footer-section ul li a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section ul li a:hover {
    color: #fff;
}

.footer-bottom {
    max-width: 1200px;
    margin: 3rem auto 0;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.social-links {
    display: flex;
    gap: 1.5rem;
}

.social-link img {
    width: 24px;
    height: 24px;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.social-link:hover img {
    opacity: 1;
}

.footer-credit {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.9rem;
}

.footer-credit a {
    color: inherit;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.35);
}

.footer-credit a:hover {
    color: #ffffff;
    border-bottom-color: transparent;
}

/* Add margin to main content to account for fixed header */
main {
    margin-top: 100px;
    margin-bottom: 0;
    padding-bottom: 0;
}

/* Secondary Navigation */
.secondary-nav {
    background-color: #f8e1e1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.secondary-nav .nav-links a {
    color: #2D3648;
    transition: color 0.3s ease;
}

.secondary-nav .nav-links a:hover,
.secondary-nav .nav-links a.active {
    color: #ff69b4;
}

.secondary-nav .auth-buttons a {
    color: #2D3648;
    padding: 0.5rem 1rem;
    border-radius: 25px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.secondary-nav .auth-buttons a:last-child {
    background-color: #2D3648;
    color: #fff;
}

.secondary-nav .auth-buttons a:last-child:hover {
    background-color: #3d4861;
}

@media screen and (max-width: 768px) {
    .hero {
        flex-direction: column;
        padding: 6rem 1rem 2rem;
        text-align: center;
    }

    .hero-content {
        width: 100%;
        padding-right: 0;
    }

    .hero h1 {
        font-size: 2.5rem;
        margin-bottom: 1rem;
    }

    .hero p {
        font-size: 1rem;
        margin-bottom: 2rem;
    }

    .hero-buttons {
        justify-content: center;
    }

    .hero-image {
        width: 100%;
        margin-top: 2rem;
    }

    /* Our Product section mobile styles */
    .our-product {
        padding: 3rem 1rem;
    }

    .product-showcase {
        flex-direction: column;
        gap: 2rem;
    }

    .product-description {
        width: 100%;
        text-align: center;
    }

    .product-description h3 {
        font-size: 1.8rem;
        margin-bottom: 1rem;
    }

    .product-description p {
        font-size: 1rem;
        line-height: 1.6;
    }

    .product-images {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .product-img-main {
        max-width: 100%;
        height: auto;
    }

    .learn-more {
        margin-top: 1.5rem;
        display: inline-block;
    }
}

@media screen and (max-width: 480px) {
    .hero h1 {
        font-size: 2rem;
    }

    .hero-buttons {
        flex-direction: column;
        gap: 1rem;
    }

    .hero-buttons a {
        width: 100%;
    }

    /* Our Product section mobile small styles */
    .our-product {
        padding: 2rem 1rem;
    }

    .product-description h3 {
        font-size: 1.5rem;
    }

    .product-description p {
        font-size: 0.9rem;
    }
} 