/*
Theme Name: Word4ya
Theme URI: https://word4ya.net/
Author: Word4ya
Author URI: https://word4ya.net/
Description: A framework theme for creating business websites
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: word4ya
*/

.belly-0-container{
    background-color: #FFFFFF;
} 


/* Alternative: Use :root for even higher specificity */
:root body {
    line-height: normal;
}


.header-content {
    max-width: var(--wp--style--global--content-size);
    margin: 0 auto;
    padding: 1rem;
    border: 0px solid orange;
}


/* General Header Styles */
.debug-header-background-color {
    background: orange !important;
}

.header-row {
    /*
    display: flex;
    justify-content: space-between;
    align-items: center;
    */
    width: 100%;
    border: 2px solid green;
}

.header-branding {
    display: flex;
    align-items: center;
}

.site-identity {
    display: flex;
    flex-direction: column;
}

.wp-block-site-title {
    margin: 0;
    padding: 0;
    text-align: left;
}

.wp-block-site-tagline {
    margin: 0;
    padding: 0;
    text-align: left;
}

.header-navigation {
    margin-left: auto;
}

.header-1-navigation-container {
    position: relative;
}

.main-navigation {
    max-width: var(--wp--style--global--content-size);
    margin: 0 auto;
    padding: 0.5rem;
    border: 0px solid yellow;
}

/* Belly Styles */
.belly-container {
    padding: 4rem 2rem;
    min-height: 400px;
}

.belly-content {
    max-width: var(--wp--style--global--content-size);
    margin: 0 auto;
}

.belly-row {
    display: flex;
    gap: 2rem;
    margin-bottom: 2rem;
}

.belly-left {
    flex: 1;
}

.belly-right {
    flex: 1;
}

.belly-title {
    font-size: clamp(2rem, 4vw, 3rem);
    margin-bottom: 1rem;
}

.belly-description {
    font-size: clamp(1rem, 2vw, 1.25rem);
    line-height: 1.6;
    margin-bottom: 2rem;
}

.belly-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.belly-cta-buttons {
    gap: 1rem;
}

.belly-cta-primary .wp-block-button__link {
    background-color: #333;
    color: white;
    padding: 1rem 2rem;
    border-radius: 4px;
    text-decoration: none;
}

.belly-cta-secondary .wp-block-button__link {
    background-color: white;
    color: #333;
    padding: 1rem 2rem;
    border-radius: 4px;
    text-decoration: none;
    border: 1px solid #333;
}

/* Belly 2 Styles - Features Grid */
.belly-features-title {
    font-size: clamp(2rem, 4vw, 2.5rem);
    margin-bottom: 1rem;
}

.belly-features-subtitle {
    font-size: clamp(1rem, 2vw, 1.25rem);
    max-width: 800px;
    margin: 0 auto 3rem;
    line-height: 1.6;
}

.belly-features-grid {
    margin-bottom: 2rem;
}

.belly-feature {
    padding: 1.5rem;
    text-align: center;
}

.belly-feature-icon {
    margin-bottom: 1rem;
}

.belly-feature-title {
    font-size: clamp(1.2rem, 2vw, 1.5rem);
    margin-bottom: 1rem;
}

.belly-feature-description {
    font-size: clamp(0.9rem, 1.5vw, 1rem);
    line-height: 1.6;
}

.belly-features-buttons {
    margin-top: 2rem;
}

.belly-features-cta .wp-block-button__link {
    padding: 0.8rem 1.5rem;
    font-size: clamp(0.9rem, 1.5vw, 1rem);
}

/* Belly 3 Styles - Hero Layout */
.belly-3-container {
    padding: 0;
}

.belly-hero-cover {
    position: relative;
}

.belly-hero-title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    margin-bottom: 1.5rem;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.belly-hero-description {
    font-size: clamp(1rem, 2vw, 1.25rem);
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto 2rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.belly-hero-buttons {
    gap: 1rem;
}

.belly-hero-primary-button .wp-block-button__link {
    padding: 1rem 2rem;
    font-size: clamp(0.9rem, 1.5vw, 1rem);
    font-weight: 600;
}

.belly-hero-secondary-button .wp-block-button__link {
    padding: 1rem 2rem;
    font-size: clamp(0.9rem, 1.5vw, 1rem);
    font-weight: 600;
}

.belly-hero-info-boxes {
    padding: 4rem 2rem;
}

.belly-hero-info-columns {
    margin-bottom: 0;
}

.belly-hero-info-box {
    padding: 1.5rem;
    text-align: center;
}

.belly-hero-info-title {
    font-size: clamp(1.2rem, 2vw, 1.5rem);
    margin-bottom: 1rem;
}

.belly-hero-info-text {
    font-size: clamp(0.9rem, 1.5vw, 1rem);
    line-height: 1.6;
}

/* Belly 4 Styles - Testimonials */
.belly-testimonials-title {
    font-size: clamp(2rem, 4vw, 2.5rem);
    margin-bottom: 1rem;
}

.belly-testimonials-subtitle {
    font-size: clamp(1rem, 2vw, 1.25rem);
    max-width: 800px;
    margin: 0 auto 3rem;
    line-height: 1.6;
}

.belly-testimonials-carousel {
    margin-bottom: 3rem;
}

.belly-testimonials-row {
    margin-bottom: 2rem;
}

.belly-testimonial {
    margin-bottom: 1.5rem;
}

.belly-testimonial-card {
    height: 100%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}

.belly-testimonial-content {
    flex-grow: 1;
    font-size: clamp(0.9rem, 1.5vw, 1rem);
    line-height: 1.6;
    font-style: italic;
    margin-bottom: 1.5rem;
}

.belly-testimonial-author {
    margin-top: auto;
    gap: 1rem;
}

.belly-testimonial-info {
    flex-grow: 1;
}

.belly-testimonial-name {
    margin: 0 0 0.2rem;
    font-size: clamp(0.9rem, 1.5vw, 1rem);
}

.belly-testimonial-position {
    margin: 0;
    font-size: clamp(0.8rem, 1.2vw, 0.9rem);
    opacity: 0.8;
}

.belly-testimonials-buttons {
    margin-top: 1rem;
}

.belly-testimonials-cta .wp-block-button__link {
    padding: 0.8rem 1.5rem;
    font-size: clamp(0.9rem, 1.5vw, 1rem);
}

/* Footer Styles */
.footer-container {
    padding: 4rem 2rem 2rem;
    color: #333;
}

.footer-content {
    max-width: var(--wp--style--global--content-size);
    margin: 0 auto;
}

.footer-columns {
    margin-bottom: 3rem;
}

.footer-column {
    padding: 0 1rem;
}

.footer-heading {
    font-size: clamp(1.25rem, 2vw, 1.5rem);
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.footer-text {
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    line-height: 1.6;
}

.footer-contact {
    gap: 0.5rem;
}

.footer-contact p {
    margin: 0;
    font-size: clamp(0.875rem, 1.5vw, 1rem);
}

.footer-menu {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.footer-menu a {
    text-decoration: none;
    color: inherit;
}

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

.footer-copyright {
    font-size: 0.875rem;
    margin: 0;
}

.footer-legal-menu {
    gap: 1.5rem;
    font-size: 0.875rem;
}

.footer-legal-menu a {
    text-decoration: none;
    color: inherit;
}

/* Footer 2 Specific Styles */
.footer-column-left {
    padding-right: 2rem;
}

.footer-column-right {
    padding-left: 2rem;
}

.footer-social-icons {
    margin-top: 1.5rem;
    gap: 0.75rem;
}

.footer-separator {
    margin: 2rem 0;
    border-color: rgba(0, 0, 0, 0.1);
}

.footer-hours {
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    line-height: 1.6;
}

/* Footer 3 Specific Styles */
.footer-3-container .footer-banner {
    margin-bottom: 2rem;
}

.footer-columns-4 {
    margin: 2rem 0;
}

.footer-list {
    padding-left: 1.5rem;
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    line-height: 1.8;
}

.footer-newsletter-text {
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    margin-bottom: 1rem;
}

.footer-newsletter-button .wp-block-button__link {
    width: 100%;
    text-align: center;
}

/* Footer 4 Specific Styles */
.footer-4-container {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.footer-center-content {
    gap: 1.5rem;
    align-items: center;
}

.footer-social-links {
    margin: 1rem 0;
    gap: 1.5rem;
}

.footer-social-links .wp-block-social-link {
    margin: 0 0.5rem;
}

.footer-tagline {
    font-size: clamp(1rem, 1.5vw, 1.2rem);
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

.footer-site-title {
    margin-bottom: 0;
}

.footer-navigation {
    margin: 1rem 0;
}

.footer-navigation a {
    padding: 0.5rem 1rem;
    font-size: clamp(0.875rem, 1.5vw, 1rem);
}

.footer-address, 
.footer-contact-info {
    font-size: clamp(0.875rem, 1.5vw, 0.9rem);
    margin: 0.25rem 0;
}

/* Header Navigation Container Specific Styles */
.header-2-navigation-container {
    z-index: 200;
    position: relative;
}

.header-3-navigation-container {
    z-index: 200;
    position: relative;
}

.header-4-navigation-container {
    z-index: 200;
    position: relative;
}

/* Responsive Footer */
@media (max-width: 768px) {
    .footer-container {
        padding: 2rem 1rem 1rem;
    }

    .footer-columns, 
    .footer-columns-4 {
        gap: 2rem;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    .footer-legal-menu {
        justify-content: center;
    }
    
    .footer-column-left,
    .footer-column-right {
        padding: 0;
    }
    
    .footer-social-links {
        flex-wrap: wrap;
        justify-content: center;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .belly-container {
        padding: 2rem 1rem;
    }

    .belly-row {
        flex-direction: column;
    }

    .belly-right {
        order: -1; /* Image appears above text on mobile */
    }

    .belly-cta-buttons {
        flex-direction: column;
        align-items: stretch;
    }
    
    .belly-features-grid {
        flex-direction: column;
    }
    
    .belly-feature {
        margin-bottom: 2rem;
    }
    
    .belly-hero-content {
        padding: 2rem 1rem;
    }
    
    .belly-hero-info-columns {
        flex-direction: column;
    }
    
    .belly-hero-info-box {
        margin-bottom: 1.5rem;
    }
    
    .belly-testimonials-row {
        flex-direction: column;
    }
    
    .belly-testimonial {
        margin-bottom: 1.5rem;
    }
}
 