/* Website Design & Development Landing Page Styles - Extracted for better performance */
:root {
    --primary-cta: #F26622;
    --primary-cta-hover: #E55A1A;
    --accent-orange: #F26622;
    --text-primary: #0F172A;
    --text-secondary: #4B5563;
    --text-dark: #4B4F58;
    --text-black: #212121;
    --about-us-bg: #F8FFF1;
    --white: #FFFFFF;
    --bg-light: #F9FBFF;
}

.bemunchie-cta-button {
    background-color: var(--primary-cta) !important;
    color: var(--white) !important;
    padding: 20px 48px !important;
    border-radius: 8px !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    border: none !important;
    box-shadow: 0 4px 12px rgba(242, 102, 34, 0.3) !important;
    transition: all 0.3s ease !important;
    letter-spacing: 0.3px !important;
    cursor: pointer !important;
    text-transform: none !important;
    font-family: 'Inter', sans-serif !important;
}
.bemunchie-cta-button:hover {
    background-color: var(--primary-cta-hover) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 16px rgba(242, 102, 34, 0.4) !important;
}
.bemunchie-cta-button:active {
    transform: translateY(0) !important;
}

.section-padding {
    padding: 80px 0;
}
@media (max-width: 768px) {
    .section-padding {
        padding: 50px 0;
    }
}

.card-hover {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card-hover:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.sticky-cta {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9998;
    animation: pulse 2s infinite;
}

body.website-design-landing #tawkchat-container,
body.website-design-landing #tawkchat-container iframe,
body.website-design-landing .tawk-min-container {
    z-index: 9999 !important;
}

@media (max-width: 767.98px) {
    .sticky-cta {
        bottom: 20px;
        left: 20px;
    }
    h1 {
        font-size: 32px !important;
        line-height: 1.2 !important;
    }
    h2 {
        font-size: 28px !important;
        line-height: 1.3 !important;
    }
    h3 {
        font-size: 22px !important;
        line-height: 1.3 !important;
    }
    p, .text-lg {
        font-size: 16px !important;
        line-height: 1.6 !important;
    }
    .bemunchie-cta-button {
        font-size: 16px !important;
        padding: 14px 32px !important;
    }
    .section-padding, section {
        padding: 35px 0 !important;
    }
}

.landing-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
    z-index: 1000;
}

@media (max-width: 991.98px) {
    .landing-nav {
        position: absolute;
        background: transparent;
        box-shadow: none;
    }
    .landing-logo {
        filter: brightness(0) invert(1) !important;
    }
    #mobile-menu-btn {
        color: #ffffff !important;
        text-shadow: 0 1px 3px rgba(0,0,0,0.3);
    }
    #mobile-menu a {
        color: #ffffff !important;
        text-shadow: 0 1px 3px rgba(0,0,0,0.3);
    }
    .website-design-page {
        padding-top: 0;
    }
}

@media (min-width: 992px) {
    #home {
        padding-top: 180px !important;
        padding-bottom: 100px !important;
    }
}

@media (max-width: 991.98px) {
    #home {
        padding-top: 120px !important;
        padding-bottom: 40px !important;
    }
}

nav.sticky {
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.95);
}

html {
    scroll-behavior: smooth;
}

.website-design-page .container {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: clamp(20px, 5vw, 24px);
    padding-right: clamp(20px, 5vw, 24px);
}

.website-design-page section {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    position: relative;
}

#home {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    position: relative;
}

body.website-design-landing, html {
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
}

@media (max-width: 991.98px) {
    .website-design-page section {
        padding-left: 16px;
        padding-right: 16px;
    }
}

.website-design-page {
    position: relative;
    z-index: 1;
}

.website-design-page a, .website-design-page button {
    transition: all 0.3s ease;
}

.faq-content {
    transition: all 0.3s ease;
}

.website-design-page .card, .website-design-page [class*="rounded"] {
    transition: all 0.3s ease;
}

.website-design-page input:focus, .website-design-page textarea:focus {
    outline: none;
    border-color: var(--primary-cta) !important;
    box-shadow: 0 0 0 3px rgba(29, 83, 221, 0.1) !important;
}

.website-design-page button.bg-white {
    transition: all 0.3s ease;
}

.website-design-page button.bg-white:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15) !important;
}

.website-design-page .portfolio-card {
    position: relative;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
}

.website-design-page .portfolio-card .bi-arrow-right {
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-block;
}

.website-design-page .portfolio-card:hover .bi-arrow-right {
    transform: translateX(6px);
}

.website-design-page .portfolio-card img {
    backface-visibility: hidden;
}

.website-design-page .portfolio-card:hover {
    z-index: 10;
}

.website-design-page .portfolio-card .badge {
    transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.testimonial-card {
    background: #f8f9fa;
    border-left: 4px solid var(--accent-orange);
}

.form-input {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    font-size: 16px;
    transition: border-color 0.3s;
}

.form-input:focus {
    outline: none;
    border-color: var(--primary-cta);
    box-shadow: 0 0 0 3px rgba(29, 83, 221, 0.1);
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
    line-height: 1.75 !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: -0.02em !important;
    line-height: 1.2 !important;
}

h1 {
    font-size: 56px !important;
    line-height: 1.1 !important;
}

@media (max-width: 768px) {
    h1 {
        font-size: 40px !important;
    }
}

.bemunchie-text-dark {
    color: var(--text-dark);
}

.bemunchie-text-black {
    color: var(--text-black);
}

