/* ===== Multi-level Dropdown (Flyout) Styles ===== */
.dropdown-main {
    min-width: 260px;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}
.dropdown-item {
    position: relative;
    padding: 0.25rem 0.75rem;
    cursor: pointer;
    font-weight: 500;
    color: var(--primary);
    border-radius: 0.25rem;
    transition: background 0.2s;
    font-size: 0.85rem;
    line-height: 1.4;
}
.dropdown-item:hover,
.dropdown-item:focus-within {
    background: var(--muted);
}
.dropdown-item > span {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dropdown-item.has-flyout > a {
    position: relative;
    padding-right: 1.5rem;
    display: block;
}

.dropdown-item.has-flyout > a::after,
.dropdown-item.has-flyout > span::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 5px solid var(--muted-foreground);
    display: inline-block;
    margin-left: 0.5em;
    vertical-align: middle;
    transition: all 0.3s ease;
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
}

.dropdown-item.has-flyout > span {
    position: relative;
    padding-right: 1.5rem;
}

.dropdown-item.has-flyout:hover > a::after,
.dropdown-item.has-flyout:hover > span::after {
    border-left-color: var(--secondary);
    transform: translateY(-50%) translateX(2px);
}
.dropdown-flyout {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 280px;
    background: var(--background);
    box-shadow: 0 8px 24px rgba(0,0,0,0.08), 0 1.5px 4px rgba(0,0,0,0.04);
    border-radius: var(--radius);
    padding: 0.6rem 0.4rem;
    z-index: 1002;
    flex-direction: column;
    gap: 0.2rem;
}
.dropdown-item:hover > .dropdown-flyout,
.dropdown-item:focus-within > .dropdown-flyout {
    display: flex;
}
.dropdown-flyout a {
    color: var(--foreground);
    text-decoration: none;
    padding: 0.25rem 0.75rem;
    border-radius: 0.25rem;
    transition: background 0.2s, color 0.2s;
    font-size: 0.82rem;
    line-height: 1.4;
}
.dropdown-flyout a:hover {
    background: var(--muted);
    color: var(--secondary);
}
/* ===== Custom Dropdown Styles ===== */
.dropdown {
    position: relative;
}

.dropdown > span {
    cursor: pointer;
    display: inline-block;
}

/* Dropdown icon for Services */
.dropdown .nav-link span::after {
    content: '';
    margin-left: 0.5rem;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid rgba(255, 255, 255, 0.8);
    display: inline-block;
    vertical-align: middle;
    transition: all 0.3s ease;
    position: relative;
    top: -1px;
}

.dropdown:hover .nav-link span::after,
.dropdown .nav-link:hover span::after {
    border-top-color: var(--secondary);
    transform: translateY(2px);
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 260px;
    background: var(--background);
    box-shadow: 0 8px 24px rgba(0,0,0,0.08), 0 1.5px 4px rgba(0,0,0,0.04);
    border-radius: var(--radius);
    padding: 1rem 0.5rem;
    z-index: 1001;
    flex-direction: column;
    gap: 0.25rem;
}

.dropdown:hover .dropdown-content, .dropdown:focus-within .dropdown-content {
    display: flex;
}

.dropdown-title {
    font-weight: bold;
    color: var(--primary);
    font-size: 1rem;
    margin: 0.5rem 0 0.25rem 0.5rem;
    display: block;
    padding: 0.25rem 0.5rem;
}

.dropdown-category {
    margin: 0.5rem 0 0.5rem 0.5rem;
    padding-left: 0.5rem;
    border-left: 2px solid var(--border);
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.dropdown-content a {
    color: var(--foreground);
    text-decoration: none;
    padding: 0.25rem 0.75rem;
    border-radius: 0.25rem;
    transition: background 0.2s, color 0.2s;
    font-size: 0.85rem;
    line-height: 1.4;
}
.dropdown-content a:hover {
    background: var(--muted);
    color: var(--secondary);
}
.dropdown-content .dropdown-title:hover {
    background: none;
    color: var(--primary);
    cursor: default;
}
/* ===== CSS Variables ===== */
:root {
    --primary: #000000;
    --primary-foreground: hsl(210, 40%, 98%);
    --secondary: #20c997;
    --secondary-foreground: #000000;
    --background: hsl(0, 0%, 100%);
    --foreground: #000000;
    --card: hsl(0, 0%, 100%);
    --muted: hsl(210, 40%, 96.1%);
    --muted-foreground: hsl(215.4, 16.3%, 46.9%);
    --border: hsl(214.3, 31.8%, 91.4%);
    --radius: 0.5rem;
    
    --font-serif: 'Playfair Display', serif;
    --font-sans: 'DM Sans', sans-serif;
}

/* ===== Reset & Base Styles ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.hea{
    background-color: white !important;
    padding-top: 1.5rem !important;
    padding-left: 3.5rem !important;
}
html {
    scroll-behavior: smooth;
}

/* ===== Scroll Animations ===== */
.scroll-animate {
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.scroll-animate.animate-left {
    transform: translateX(-100px) translateZ(-50px) rotateY(10deg);
}

.scroll-animate.animate-right {
    transform: translateX(100px) translateZ(-50px) rotateY(-10deg);
}

.scroll-animate.animate-up {
    transform: translateY(50px) translateZ(-30px);
}

.scroll-animate.animate-scale {
    transform: scale(0.8) translateZ(-50px);
}

.scroll-animate.animate-3d {
    transform: perspective(1000px) rotateX(15deg) translateY(50px);
}

.scroll-animate.animated {
    opacity: 1;
    transform: translateX(0) translateY(0) translateZ(0) rotateX(0) rotateY(0) scale(1);
}

/* Stagger animation delays */
.scroll-animate.delay-1 {
    transition-delay: 0.1s;
}

.scroll-animate.delay-2 {
    transition-delay: 0.2s;
}

.scroll-animate.delay-3 {
    transition-delay: 0.3s;
}

.scroll-animate.delay-4 {
    transition-delay: 0.4s;
}

/* 3D Card Effects */
.card-3d {
    transform-style: preserve-3d;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.card-3d:hover {
    transform: translateY(-10px) rotateX(5deg) rotateY(5deg);
}

/* Parallax Effect */
.parallax-element {
    will-change: transform;
    transition: transform 0.3s ease-out;
}

body {
    font-family: var(--font-sans);
    background-color: var(--background);
    color: var(--foreground);
    line-height: 1.6;
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

/* Remove any white boxes or borders on mobile */
@media (max-width: 767px) {
    body {
        overflow-x: hidden !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    
    html {
        overflow-x: hidden !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    
    * {
        box-sizing: border-box;
    }
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-serif);
    font-weight: bold;
    color: var(--primary);
    line-height: 1.2;
}
.prew{
    background: transparent !important;
    padding: 1.5rem 1rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-preview.prew .container {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 1rem 1.5rem;
    background: #000000;
    border-radius: 2rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.05);
}

@media (min-width: 640px) {
    .about-preview.prew .container {
        padding: 1.25rem 2rem;
    }
}

@media (min-width: 768px) {
    .prew {
        padding: 1.5rem 1.5rem;
    }
    
    .about-preview.prew .container {
        padding: 1.5rem 2.5rem;
        border-radius: 2.5rem;
        box-shadow: 0 30px 60px -12px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.08);
    }
}

@media (min-width: 1024px) {
    .prew {
        padding: 2rem 2rem;
    }
    
    .about-preview.prew .container {
        padding: 1.75rem 3rem;
        border-radius: 3rem;
        box-shadow: 0 35px 70px -12px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(255, 255, 255, 0.1);
    }
}

.head{
    color: white !important;
}

.about-preview.prew .about-preview-text {
    position: relative;
    z-index: 2;
}

.about-preview.prew .about-preview-image {
    position: relative;
    z-index: 2;
}

.about-preview.prew .about-preview-text {
    animation: slideInLeft3D 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.1s both;
}

.about-preview.prew .about-preview-image {
    animation: slideInRight3D 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.2s both;
}

@keyframes slideInLeft3D {
    from {
        opacity: 0;
        transform: translateX(-80px) translateZ(-50px) rotateY(15deg);
    }
    to {
        opacity: 1;
        transform: translateX(0) translateZ(0) rotateY(0);
    }
}

@keyframes slideInRight3D {
    from {
        opacity: 0;
        transform: translateX(80px) translateZ(-50px) rotateY(-15deg);
    }
    to {
        opacity: 1;
        transform: translateX(0) translateZ(0) rotateY(0);
    }
}

.about-preview.prew .about-preview-content {
    position: relative;
    z-index: 1;
    gap: 2.5rem;
    padding: 0.5rem 0;
}

@media (min-width: 768px) {
    .about-preview.prew .about-preview-content {
        gap: 3rem;
        padding: 0.75rem 0;
    }
}

@media (min-width: 1024px) {
    .about-preview.prew .about-preview-content {
        gap: 4rem;
        padding: 1rem 0;
    }
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

@media (min-width: 640px) {
    .container {
        padding: 0 1.5rem;
    }
}

@media (min-width: 1024px) {
    .container {
        padding: 0 2rem;
    }
}

.container-fluid {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

/* Mobile container fixes */
@media (max-width: 767px) {
    .container {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 1rem !important;
        margin: 0 auto !important;
    }
    
    .container-fluid {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }
}

/* ===== Utility Classes ===== */
.hidden {
    display: none !important;
}

.text-secondary {
    color: var(--secondary);
}

.rounded-img {
    border-radius: var(--radius);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

/* ===== Navbar ===== */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: all 0.3s ease;
    background: transparent;
    padding: 1.5rem 0;
}

/* Navbar background for about-us page */
body.about-page .navbar {
    background: #000000 !important;
}

.navbar.scrolled {
    background: #000000 ;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    padding: 0.75rem 0;
}

.nav-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    color: var(--primary);
    transition: transform 0.3s ease;
}

.logo:hover {
    transform: scale(1.05);
}

.logo-icon {
    background: var(--primary);
    color: white;
    padding: 0.5rem;
    border-radius: var(--radius);
    font-size: 1.5rem;
    transition: background 0.3s ease;
}

.logo:hover .logo-icon {
    background: var(--secondary);
}

.logo-text {
    font-size: 1.25rem;
    font-weight: bold;
    font-family: var(--font-serif);
}

@media (min-width: 1024px) {
    .navbar:not(.scrolled) .logo-text {
        color: white;
        mix-blend-mode: difference;
    }
}

.nav-links {
    display: none;
    align-items: center;
    gap: 2rem;
}

@media (min-width: 768px) {
    .nav-links {
        display: flex;
    }
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.nav-link {
    text-decoration: none;
    color: white;
    font-size: 0.875rem;
    font-weight: 500;
    transition: color 0.3s ease;
    position: relative;
    padding: 0.25rem 0;
}

.nav-link:hover {
    color: var(--secondary);
}

.nav-link.active {
    color: var(--secondary);
    font-weight: bold;
}

.nav-link.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--secondary);
}

/* Hide dash/underline for Services dropdown link */
.dropdown .nav-link.active::after {
    display: none;
}

@media (min-width: 1024px) {
    .navbar:not(.scrolled) .nav-link {
        color: rgba(255, 255, 255, 0.9);
    }
}

.mobile-menu-btn {
    display: block;
    background: transparent !important;
    border: none !important;
    font-size: 1.5rem;
    color: #ffffff;
    cursor: pointer;
    padding: 0.5rem;
    outline: none !important;
    box-shadow: none !important;
}

.mobile-menu-btn:focus,
.mobile-menu-btn:active,
.mobile-menu-btn:hover {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
}

@media (min-width: 768px) {
    .mobile-menu-btn {
        display: none;
    }
}

.mobile-menu {
    display: none;
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    width: 100%;
    background: #000000;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    padding: 0;
    flex-direction: column;
    gap: 0;
    z-index: 999;
    max-height: calc(100vh - 80px);
    overflow-y: auto;
}

.mobile-menu.open {
    display: flex;
}

.mobile-nav-link {
    text-decoration: none;
    color: var(--foreground);
    font-size: 1.125rem;
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-radius: var(--radius);
    transition: background 0.3s ease;
}

.mobile-nav-link:hover,
.mobile-nav-link.active {
    background: rgba(0, 0, 0, 0.05);
    color: var(--secondary);
}

.mobile-btn {
    width: 100%;
    margin-top: 0.5rem;
}

/* ===== Buttons ===== */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: var(--radius);
    font-size: 0.875rem;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: var(--font-sans);
    white-space: nowrap;
}

button.btn {
    background: inherit;
    font: inherit;
    color: inherit;
    border: inherit;
    outline: none;
}

.btn-primary {
    background: white;
    color: black;
    border-color: var(--primary);
}

.btn-primary:hover {
    background: #000000;
    transform: translateY(-2px);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.btn-secondary {
    background: var(--secondary);
    color: var(--secondary-foreground);
    border-color: var(--secondary);
    font-weight: bold;
}

.btn-secondary:hover {
    background: #6B5233;
    transform: translateY(-2px);
}

.btn-outline {
    background-color: #FFFFFF !important;
    color: var(--foreground);
    border-color: var(--border);
}

.btn-outline:hover {
    background: var(--muted);
}

.btn-lg {
    padding: 0.875rem 2rem;
    font-size: 1.125rem;
    min-height: 3.5rem;
    font-weight: bold;
}

/* ===== Start Publishing Button ===== */
.btn-start-publishing {
    background: #20c997;
    color: #ffffff;
    border: none;
    padding: 0.75rem 1.75rem;
    border-radius: 8px;
    font-size: 0.9375rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: var(--font-sans);
    box-shadow: 0 4px 15px rgba(32, 201, 151, 0.4);
    position: relative;
    overflow: hidden;
    white-space: nowrap;
}

.btn-start-publishing::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.btn-start-publishing:hover::before {
    left: 100%;
}

.btn-start-publishing:hover {
    background: #1db584;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(32, 201, 151, 0.5);
}

.btn-start-publishing:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(32, 201, 151, 0.4);
}

.btn-start-publishing:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(32, 201, 151, 0.3), 0 4px 15px rgba(32, 201, 151, 0.4);
}

@media (max-width: 767px) {
    .btn-start-publishing {
        padding: 0.625rem 1.25rem;
        font-size: 0.875rem;
    }
}

/* ===== Hero Section Start Publishing Button ===== */
#heroStartPublishingBtn {
    background: #20c997;
    color: #ffffff;
    border: none;
    padding: 0.875rem 2rem;
    border-radius: 8px;
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: var(--font-sans);
    box-shadow: 0 4px 15px rgba(32, 201, 151, 0.4);
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    min-height: 3.5rem;
}

#heroStartPublishingBtn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

#heroStartPublishingBtn:hover::before {
    left: 100%;
}

#heroStartPublishingBtn:hover {
    background: #20c997;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(32, 201, 151, 0.5);
}

#heroStartPublishingBtn:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(32, 201, 151, 0.4);
}

#heroStartPublishingBtn:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(32, 201, 151, 0.3), 0 4px 15px rgba(32, 201, 151, 0.4);
}

@media (max-width: 767px) {
    #heroStartPublishingBtn {
        padding: 0.75rem 1.5rem;
        font-size: 1rem;
        min-height: auto;
    }
}

/* ===== Hero Section Live Chat Button ===== */
#heroLiveChatBtn {
    color: #000000 !important;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.2;
    vertical-align: middle;
    /* Ensure consistent sizing with start publishing button */
    padding: 0.875rem 2rem;
    min-height: 3.5rem;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
#heroLiveChatBtn:hover {
    background-color: #f5f5f5 !important;
    border-color: #f5f5f5 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}
#heroLiveChatBtn:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
    #heroLiveChatBtn {
        padding: 0.75rem 1.5rem;
        font-size: 1rem;
        min-height: auto;
    }
}

/* ===== About Section Start Publishing Button ===== */
#aboutStartPublishingBtn {
    background: #20c997;
    color: #ffffff;
    border: none;
    padding: 0.875rem 2rem;
    border-radius: 8px;
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: var(--font-sans);
    box-shadow: 0 4px 15px rgba(32, 201, 151, 0.4);
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    min-height: 3.5rem;
}

#aboutStartPublishingBtn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

#aboutStartPublishingBtn:hover::before {
    left: 100%;
}

#aboutStartPublishingBtn:hover {
    background: #20c997;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(32, 201, 151, 0.5);
}

#aboutStartPublishingBtn:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(32, 201, 151, 0.4);
}

#aboutStartPublishingBtn:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(32, 201, 151, 0.3), 0 4px 15px rgba(32, 201, 151, 0.4);
}

/* ===== About Section Live Chat Button ===== */
#aboutLiveChatBtn {
    color: #000000 !important;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.2;
    vertical-align: middle;
    /* Ensure consistent sizing with start publishing button */
    padding: 0.875rem 2rem;
    min-height: 3.5rem;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
#aboutLiveChatBtn:hover {
    background-color: #f5f5f5 !important;
    border-color: #f5f5f5 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}
#aboutLiveChatBtn:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
    #aboutLiveChatBtn {
        padding: 0.75rem 1.5rem;
        font-size: 1rem;
        min-height: auto;
    }
}

@media (max-width: 767px) {
    #aboutStartPublishingBtn {
        padding: 0.75rem 1.5rem;
        font-size: 1rem;
        min-height: auto;
    }
}

/* ===== Global Start Publishing Button (Class-based) ===== */
.start-publishing-btn {
    background: #20c997 !important;
    color: #ffffff !important;
    border: none !important;
    padding: 0.875rem 2rem;
    border-radius: 8px;
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: var(--font-sans);
    box-shadow: 0 4px 15px rgba(32, 201, 151, 0.4);
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    min-height: 3.5rem;
}

.start-publishing-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.start-publishing-btn:hover::before {
    left: 100%;
}

.start-publishing-btn:hover {
    background: #20c997 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(32, 201, 151, 0.5);
}

.start-publishing-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(32, 201, 151, 0.4);
}

.start-publishing-btn:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(32, 201, 151, 0.3), 0 4px 15px rgba(32, 201, 151, 0.4);
}

/* ===== Global Live Chat Button (Class-based) ===== */
.live-chat-btn {
    color: #000000 !important;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.2;
    vertical-align: middle;
    /* Ensure consistent sizing with start publishing button */
    padding: 0.875rem 2rem;
    min-height: 3.5rem;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.live-chat-btn:hover {
    background-color: #f5f5f5 !important;
    border-color: #f5f5f5 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}
.live-chat-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
    .live-chat-btn {
        padding: 0.75rem 1.5rem;
        font-size: 1rem;
        min-height: auto;
    }
}

@media (max-width: 767px) {
    .start-publishing-btn {
        padding: 0.75rem 1.5rem;
        font-size: 1rem;
        min-height: auto;
    }
}

/* ===== Pages ===== */
.page {
    display: none;
    min-height: 100vh;
    flex-direction: column;
}

.page.active {
    display: flex;
}

/* ===== Hero Section ===== */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding-top: 4rem;
    padding-bottom: 2rem;
    overflow: hidden;
    background: var(--primary);
    color: white;
    width: 100%;
    max-width: 100%;
}

/* Mobile hero fixes - remove white boxes */
@media (max-width: 767px) {
    .hero {
        width: 100% !important;
        max-width: 100vw !important;
        min-width: 100% !important;
        overflow-x: hidden !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (min-width: 640px) {
    .hero {
        min-height: 90vh;
        padding-top: 5rem;
        padding-bottom: 3rem;
    }
}

@media (min-width: 1024px) {
    .hero {
        min-height: 90vh;
        padding-top: 5rem;
    }
}

.hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.4;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3), transparent);
}

.hero-content {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 100%;
    min-height: auto;
    align-items: flex-start;
    justify-content: center;
    padding: 1.5rem 1rem;
}

@media (min-width: 640px) {
    .hero-content {
        gap: 2.5rem;
        padding: 2rem 1.5rem;
    }
    
    .hero-text {
        padding-left: 2.5rem;
        padding-top: 2rem;
    }
}

@media (min-width: 768px) {
    .hero-content {
        gap: 3rem;
        padding: 2rem 1.5rem;
        min-height: calc(90vh - 5rem);
    }
}

@media (min-width: 768px) {
    .hero-content {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

.hero-text {
    flex: 1;
    animation: slideInLeft 0.7s ease;
    padding: 0;
    padding-left: 2rem;
    padding-top: 1.5rem;
    width: 100%;
    max-width: 100%;
}

@media (min-width: 768px) {
    .hero-text {
        /* Reserve a little more space for the right-side form so left column is slightly narrower */
        max-width: calc(100% - 38rem);
        padding-left: 3.5rem;
        padding-top: 2.5rem;
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.badge {
    display: inline-block;
    padding: 0.375rem 1rem;
    border-radius: 9999px;
    background: rgba(170, 127, 46, 0.2);
    border: 1px solid var(--secondary);
    color: var(--secondary);
    font-weight: 600;
    font-size: 0.75rem;
    margin-bottom: 1.5rem;
}

@media (min-width: 640px) {
    .badge {
        font-size: 0.875rem;
        margin-bottom: 2rem;
    }
}

.hero h1 {
    font-size: 1.1875rem;
    color: white;
    margin-bottom: 1rem;
    line-height: 1.1;
}

@media (min-width: 640px) {
    .hero h1 {
        font-size: 1.6875rem;
        margin-bottom: 1.25rem;
    }
}

@media (min-width: 768px) {
    .hero h1 {
        font-size: 2.1875rem;
        margin-bottom: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .hero h1 {
        font-size: 2.6875rem;
    }
}

@media (min-width: 1280px) {
    .hero h1 {
        font-size: 3.1875rem;
    }
}

/* Original larger font size for index.php hero heading */
.hero-main-heading {
    font-size: 1.75rem !important;
}

@media (min-width: 640px) {
    .hero-main-heading {
        font-size: 2.25rem !important;
    }
}

@media (min-width: 768px) {
    .hero-main-heading {
        font-size: 2.75rem !important;
    }
}

@media (min-width: 1024px) {
    .hero-main-heading {
        font-size: 3.5rem !important;
    }
}

@media (min-width: 1280px) {
    .hero-main-heading {
        font-size: 4rem !important;
    }
}

.hero p {
    font-size: 0.9375rem;
    color: rgba(255, 255, 255, 0.8);
    max-width: 100%;
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

@media (min-width: 640px) {
    .hero p {
        font-size: 1rem;
        margin-bottom: 1.75rem;
    }
}

@media (min-width: 768px) {
    .hero p {
        font-size: 1.125rem;
        max-width: 90%;
        margin-bottom: 2rem;
    }
}

@media (min-width: 1024px) {
    .hero p {
        font-size: 1.25rem;
        max-width: 85%;
    }
}

.hero-intro-text {
    font-size: 0.85rem !important;
    color: rgba(255, 255, 255, 0.8);
    max-width: 100%;
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

@media (min-width: 640px) {
    .hero-intro-text {
        font-size: 0.9rem !important;
        margin-bottom: 1.75rem;
    }
}

@media (min-width: 768px) {
    .hero-intro-text {
        font-size: 0.95rem !important;
        max-width: 90%;
        margin-bottom: 2rem;
    }
}

@media (min-width: 1024px) {
    .hero-intro-text {
        font-size: 1rem !important;
        max-width: 85%;
    }
}

.hero-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
}

@media (min-width: 640px) {
    .hero-buttons {
        flex-direction: row;
    }
}

.hero-trust {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.7);
}

.trust-avatars {
    display: flex;
    gap: -0.5rem;
}

.avatar {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    border: 2px solid var(--primary);
    background: hsl(0, 0%, 40%);
    margin-left: -0.5rem;
}

.avatar:first-child {
    margin-left: 0;
}

.hero-form {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: slideInRight 1s ease;
    padding: 1rem 0;
    width: 100%;
}

@media (min-width: 640px) {
    .hero-form {
        padding: 1rem 0;
    }
}

@media (min-width: 768px) {
    .hero-form {
        padding: 1.5rem 1.2rem 1.5rem 0.3rem;
        max-width: 42%;
        justify-content: flex-start;
        margin-left: auto;
        margin-right: 0;
        transform: translateX(0rem);
        transition: transform 0.28s ease;
    }
}

@media (min-width: 1024px) {
    .hero-form {
        padding: 1.5rem 1.8rem 1.5rem 0.8rem;
        max-width: 42%;
        margin-right: 0;
        transform: translateX(0.5rem);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.hero-form-wrapper {
    position: relative;
    width: 100%;
    max-width: 100%;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 1rem;
    box-shadow: 0 20px 40px -12px rgba(0, 0, 0, 0.3);
    padding: 0.65rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@media (min-width: 640px) {
    .hero-form-wrapper {
        max-width: 28rem;
        padding: 0.7rem 1.5rem;
    }
}

@media (min-width: 1024px) {
    .hero-form-wrapper {
        max-width: 28rem;
        padding: 0.75rem 1.8rem;
    }
}

.hero-form-wrapper:hover {
    transform: translateY(-3px);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4);
}

.hero-form-wrapper::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(135deg, var(--secondary), #000000);
    border-radius: 1.5rem;
    z-index: -1;
    opacity: 0.1;
    transition: opacity 0.3s ease;
}

.hero-form-wrapper:hover::before {
    opacity: 0.2;
}

.hero-form-header {
    text-align: center;
    margin-bottom: 0.4rem;
}

.hero-form-header h3 {
    font-size: 0.95rem;
    color: var(--primary);
    margin-bottom: 0.15rem;
    font-family: var(--font-serif);
    line-height: 1.2;
}

@media (min-width: 640px) {
    .hero-form-header h3 {
        font-size: 1.05rem;
    }
}

.hero-form-header p {
    color: var(--muted-foreground);
    font-size: 0.7rem;
    line-height: 1.2;
}

@media (min-width: 640px) {
    .hero-form-header p {
        font-size: 0.75rem;
    }
}

.hero-form-content {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.hero-form-group {
    display: flex;
    flex-direction: column;
    gap: 0.18rem;
}

.hero-form-group label {
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--primary);
    line-height: 1.25;
}

.hero-form-group input,
.hero-form-group textarea {
    width: 100%;
    padding: 0.35rem 0.7rem;
    border: 2px solid var(--border);
    border-radius: var(--radius);
    font-size: 0.8rem;
    font-family: var(--font-sans);
    background: white;
    color: var(--foreground);
    transition: all 0.3s ease;
}

@media (min-width: 640px) {
    .hero-form-group label {
        font-size: 0.75rem;
    }
    
    .hero-form-group input,
    .hero-form-group textarea {
        font-size: 0.82rem;
        padding: 0.4rem 0.75rem;
    }
}

.hero-form-group input:focus,
.hero-form-group textarea:focus {
    outline: none;
    border-color: var(--secondary);
    box-shadow: 0 0 0 3px rgba(170, 127, 46, 0.1);
}

.hero-form-group input::placeholder,
.hero-form-group textarea::placeholder {
    color: var(--muted-foreground);
}

.hero-form-group textarea {
    resize: vertical;
    min-height: 35px;
}

@media (min-width: 640px) {
    .hero-form-group textarea {
        min-height: 40px;
    }
}

.hero-submit-btn {
    width: 100%;
    margin-top: 0.05rem;
    font-weight: bold;
    padding: 0.45rem 1.2rem;
    font-size: 0.8rem;
    background: #20c997 !important;
    color: var(--secondary-foreground);
    border-color: #20c997;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    min-height: auto;
}

@media (min-width: 640px) {
    .hero-submit-btn {
        font-size: 0.85rem;
        padding: 0.5rem 1.3rem;
        background: #20c997 !important;
    }
}

.hero-submit-btn:hover {
    background: #6B5233;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px -2px rgba(0, 0, 0, 0.15);
}

.hero-submit-btn:active {
    transform: translateY(0);
}

.hero-form-note {
    text-align: center;
    font-size: 0.65rem;
    color: var(--muted-foreground);
    margin-top: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    line-height: 1.2;
}

.hero-form-note::before {
    content: '✓';
    color: var(--secondary);
    font-weight: bold;
    font-size: 0.85rem;
}

@media (min-width: 640px) {
    .hero-form-note {
        font-size: 0.7rem;
    }
    
    .hero-form-note::before {
        font-size: 0.9rem;
    }
}

@media (min-width: 768px) {
    .hero-form-wrapper {
        padding: 0.6rem 1rem;
        max-width: 28rem;
    }
    
    .hero-form-header h3 {
        font-size: 1.08rem;
    }
    
    .hero-form-header p {
        font-size: 0.76rem;
    }
}

/* ===== About Preview Section ===== */
.about-preview {
    padding: 4rem 0;
    background: var(--muted);
    background-opacity: 0.2;
}

.about-preview-content {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    align-items: center;
}

@media (min-width: 768px) {
    .about-preview-content {
        flex-direction: row;
    }
}

.about-preview-image {
    flex: 1;
    width: 100%;
}

.about-preview-image img {
    width: 100%;
    height: auto;
}

.about-preview-text {
    flex: 1;
}

.about-preview-text h2 {
    font-size: 1.875rem;
    margin-bottom: 1.5rem;
}

.about-preview-text p {
    color: var(--muted-foreground);
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

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

.feature-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 500;
}

.check-icon {
    color: var(--secondary);
    font-size: 1.25rem;
    font-weight: bold;
}

/* ===== Features Section ===== */
.features {
    padding: 6rem 0;
    background: white;
}

.section-header {
    text-align: center;
    max-width: 48rem;
    margin: 0 auto 4rem;
}

.section-badge {
    font-size: 0.875rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--secondary);
    margin-bottom: 0.75rem;
}

.section-header h2 {
    font-size: 2.25rem;
    margin-bottom: 1.5rem;
}

.section-header p {
    font-size: 1.125rem;
    color: var(--muted-foreground);
}

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

@media (min-width: 768px) {
    .features-grid-main {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .features-grid-main {
        grid-template-columns: repeat(4, 1fr);
    }
}

.feature-card {
    padding: 2rem;
    border-radius: 1rem;
    background: rgba(210, 40%, 96.1%, 0.2);
    border: 1px solid transparent;
    transition: all 0.3s ease;
}

.feature-card:hover {
    border-color: rgba(170, 127, 46, 0.2);
    background: white;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.feature-icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 0.75rem;
    background: rgba(0, 0, 0, 0.05);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
}

.feature-card:hover .feature-icon {
    background: var(--secondary);
    color: var(--secondary-foreground);
}

.feature-card h3 {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
}

.feature-card p {
    color: var(--muted-foreground);
    line-height: 1.7;
}

/* ===== Become Best-selling Author Section ===== */
.become-author {
    padding: 6rem 0;
    background: white;
    color: var(--foreground);
    position: relative;
    overflow: hidden;
}

.become-author::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(170, 127, 46, 0.05), transparent);
    pointer-events: none;
}

.author-header {
    text-align: center;
    margin-bottom: 4rem;
    position: relative;
    z-index: 1;
}

.author-tagline {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--secondary);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 1rem;
}

.author-header h2 {
    font-size: 3rem;
    color: var(--primary);
    font-family: var(--font-serif);
    font-weight: bold;
    line-height: 1.2;
}

@media (min-width: 768px) {
    .author-header h2 {
        font-size: 3.5rem;
    }
}

.author-services-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .author-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .author-services-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.author-service-card {
    background: var(--muted);
    backdrop-filter: blur(10px);
    border-radius: 0.75rem;
    padding: 1.25rem;
    border: 1px solid var(--border);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.author-service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--secondary);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.author-service-card:hover {
    background: white;
    transform: translateY(-8px);
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.15);
    border-color: var(--secondary);
}

.author-service-card:hover::before {
    transform: scaleX(1);
}

.service-visual {
    position: relative;
    width: 100%;
    height: 140px;
    margin-bottom: 0.85rem;
    border-radius: var(--radius);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.1);
}

.service-visual-bg {
    position: absolute;
    top: -50%;
    right: -20%;
    width: 150%;
    height: 200%;
    background: var(--secondary);
    border-radius: 50%;
    opacity: 0.2;
    transform: rotate(-15deg);
    transition: transform 0.4s ease;
}

.author-service-card:hover .service-visual-bg {
    transform: rotate(-10deg) scale(1.1);
}

.service-image {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    z-index: 1;
    display: block;
    background: var(--muted);
}

.author-service-card:hover .service-image {
    transform: scale(1.1);
}

.author-service-card h3 {
    font-size: 1.125rem;
    color: var(--primary);
    margin-bottom: 0.6rem;
    font-family: var(--font-serif);
    font-weight: bold;
    position: relative;
    z-index: 1;
}

.author-service-card p {
    color: var(--muted-foreground);
    line-height: 1.55;
    font-size: 0.8125rem;
    position: relative;
    z-index: 1;
}

/* ===== Portfolio Section ===== */
.portfolio {
    padding: 6rem 0;
    background: rgba(210, 40%, 96.1%, 0.3);
}

.portfolio-header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 3rem;
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .portfolio-header {
        flex-direction: row;
        align-items: flex-end;
    }
}

.portfolio-header h2 {
    font-size: 2.25rem;
    margin-bottom: 1rem;
}

.portfolio-header p {
    color: var(--muted-foreground);
    max-width: 36rem;
}

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

@media (min-width: 640px) {
    .portfolio-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .portfolio-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.portfolio-item {
    cursor: pointer;
}

.portfolio-image {
    position: relative;
    aspect-ratio: 2/3;
    overflow: hidden;
    border-radius: var(--radius);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
    transition: all 0.3s ease;
}

.portfolio-item:hover .portfolio-image {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.portfolio-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.portfolio-item:hover .portfolio-image img {
    transform: scale(1.05);
}

.portfolio-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
}

.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
}

.portfolio-item h4 {
    font-size: 1.25rem;
    margin-bottom: 0.25rem;
}

.portfolio-item p {
    font-size: 0.875rem;
    color: var(--muted-foreground);
}

/* ===== Testimonials Section ===== */
.testimonials {
    padding: 6rem 0;
    background: var(--primary);
    color: white;
    overflow: hidden;
}

.testimonials .section-header h2 {
    color: white;
    margin-bottom: 1rem;
}

.divider {
    width: 6rem;
    height: 0.25rem;
    background: var(--secondary);
    margin: 0 auto;
    border-radius: 9999px;
}

.carousel-container {
    position: relative;
    max-width: 64rem;
    margin: 0 auto;
}

.carousel {
    overflow: hidden;
    border-radius: var(--radius);
}

.carousel-track {
    display: flex;
    transition: transform 0.5s ease;
}

.carousel-slide {
    min-width: 100%;
    flex-shrink: 0;
}

.testimonial-content {
    padding: 1.5rem 3rem;
    text-align: center;
}

@media (min-width: 768px) {
    .testimonial-content {
        padding: 3rem;
    }
}

.stars {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
    color: var(--secondary);
    font-size: 1.5rem;
    gap: 0.25rem;
}

.testimonial-content blockquote {
    font-size: 1.5rem;
    font-family: var(--font-serif);
    line-height: 1.7;
    margin-bottom: 2rem;
    font-style: italic;
}

@media (min-width: 768px) {
    .testimonial-content blockquote {
        font-size: 1.875rem;
    }
}

.testimonial-content cite {
    font-style: normal;
}

.author-name {
    font-weight: bold;
    font-size: 1.125rem;
    margin-bottom: 0.25rem;
}

.author-role {
    font-size: 0.875rem;
    opacity: 0.6;
}

.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: white;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    font-size: 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
}

.carousel-btn:hover {
    background: white;
    color: var(--primary);
}

.carousel-prev {
    left: 1rem;
}

.carousel-next {
    right: 1rem;
}

/* ===== Contact Form Section ===== */
.contact-form-section {
    padding: 5rem 0;
    background: rgba(210, 40%, 96.1%, 0.3);
}

.contact-form-wrapper {
    max-width: 64rem;
    margin: 0 auto;
    background: var(--card);
    border-radius: 1rem;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: 1px solid var(--border);
    display: grid;
    grid-template-columns: 1fr;
}

@media (min-width: 768px) {
    .contact-form-wrapper {
        grid-template-columns: 1fr 1fr;
    }
}

.contact-form-left {
    padding: 2rem;
    background: var(--primary);
    color: var(--primary-foreground);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}

@media (min-width: 768px) {
    .contact-form-left {
        padding: 3rem;
    }
}

.contact-form-left::before {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0.1;
    background-image: 
        radial-gradient(circle, currentColor 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
}

.contact-form-left h2 {
    color: white;
    font-size: 1.875rem;
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
}

.contact-form-left p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 2rem;
    position: relative;
    z-index: 1;
}

.contact-features {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    position: relative;
    z-index: 1;
}

.contact-feature {
    border-left: 2px solid var(--secondary);
    padding-left: 1rem;
}

.contact-feature h4 {
    color: var(--secondary);
    font-weight: bold;
    margin-bottom: 0.25rem;
    font-size: 1rem;
}

.contact-feature p {
    font-size: 0.875rem;
    opacity: 0.8;
    margin-bottom: 0;
}

.contact-form-right {
    padding: 2rem;
    background: white;
}

@media (min-width: 768px) {
    .contact-form-right {
        padding: 3rem;
    }
}

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

.form-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-group label {
    font-weight: 500;
    font-size: 0.875rem;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 0.5rem 0.75rem;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    font-size: 0.875rem;
    font-family: var(--font-sans);
    background: rgba(210, 40%, 96.1%, 0.3);
    transition: all 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--primary);
    ring: 2px;
    ring-color: var(--primary);
    ring-offset: 2px;
}

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

.error-message {
    color: hsl(0, 84.2%, 60.2%);
    font-size: 0.875rem;
    display: none;
}

.error-message.show {
    display: block;
}

/* ===== Successful Projects Section ===== */
.successful-projects {
    padding: 6rem 0;
    background: var(--muted);
    color: var(--foreground);
    position: relative;
}

.projects-header {
    text-align: center;
    margin-bottom: 3rem;
}

.projects-badge {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--secondary);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 1rem;
    display: inline-block;
}

.projects-header h2 {
    font-size: 2.5rem;
    color: var(--primary);
    margin-bottom: 1rem;
    font-family: var(--font-serif);
}

.projects-header p {
    font-size: 1.125rem;
    color: var(--muted-foreground);
    max-width: 48rem;
    margin: 0 auto;
    line-height: 1.7;
}

.genre-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    margin-bottom: 3rem;
}

.genre-btn {
    padding: 0.625rem 1.25rem;
    border: 1px solid var(--border);
    background: white;
    color: var(--foreground);
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: var(--font-sans);
}

.genre-btn:hover {
    border-color: var(--secondary);
    color: var(--secondary);
    transform: translateY(-2px);
}

.genre-btn.active {
    background: var(--secondary);
    color: var(--secondary-foreground);
    border-color: var(--secondary);
    font-weight: 600;
}

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

@media (min-width: 640px) {
    .projects-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .projects-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.project-card {
    background: transparent;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    opacity: 1;
    transform: scale(1);
    border: 2px solid rgba(255, 255, 255, 0.1);
    aspect-ratio: 2/3;
}

.project-card.hidden {
    display: none;
}

.project-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
    border-color: var(--secondary);
}

.project-image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: var(--muted);
    border-radius: 1rem;
}

.project-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease, filter 0.5s ease;
    filter: grayscale(100%);
    display: block;
}

.project-card:hover .project-image {
    transform: scale(1.1);
    filter: grayscale(0%);
}

.project-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4), transparent);
    padding: 1.5rem 1rem 1rem;
    transform: translateY(0);
    transition: all 0.4s ease;
}

.project-card:hover .project-overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5), transparent);
    padding-bottom: 1.25rem;
}

.project-overlay-text {
    color: white;
    font-size: 1.125rem;
    font-weight: bold;
    font-family: var(--font-serif);
    text-align: center;
    margin: 0;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    line-height: 1.3;
}

.project-info {
    padding: 1.5rem;
    text-align: center;
}

.project-title {
    font-size: 1.125rem;
    font-weight: bold;
    color: var(--primary);
    margin-bottom: 0.5rem;
    font-family: var(--font-serif);
    line-height: 1.3;
}

.project-subtitle {
    font-size: 0.75rem;
    color: var(--muted-foreground);
    margin-bottom: 0.75rem;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.project-author {
    font-size: 0.8125rem;
    color: var(--primary);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* ===== Why Choose Us Section ===== */
.why-choose-us {
    padding: 3rem 0;
    background: #000000;
    color: white;
    position: relative;
    overflow: hidden;
}

@media (min-width: 768px) {
    .why-choose-us {
        padding: 3.5rem 0;
    }
}

.why-choose-us::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(34, 139, 34, 0.05), transparent);
    pointer-events: none;
}

.why-choose-header {
    text-align: center;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .why-choose-header {
        margin-bottom: 2rem;
    }
}

.why-choose-header h2 {
    font-size: 2.5rem;
    color: white;
    font-family: var(--font-serif);
    font-weight: bold;
}

@media (min-width: 768px) {
    .why-choose-header h2 {
        font-size: 3rem;
    }
}

.why-choose-content {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.why-choose-timeline {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 3px;
    display: none;
    transform: translateX(-50%);
}

@media (min-width: 1024px) {
    .why-choose-timeline {
        display: block;
    }
}

.timeline-line {
    position: absolute;
    top: 1.5rem;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 3px;
    background: #22C55E;
    border-radius: 2px;
}

@media (min-width: 768px) {
    .timeline-line {
        top: 2rem;
        bottom: 2rem;
    }
}

@media (min-width: 1024px) {
    .timeline-line {
        top: 2.5rem;
        bottom: 2.5rem;
    }
}

.why-choose-items {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .why-choose-items {
        gap: 0.5rem;
    }
}

@media (min-width: 1024px) {
    .why-choose-items {
        gap: 0.4rem;
    }
}

.why-choose-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    position: relative;
    padding: 0.25rem 0;
}

/* Reduce gap for items 2-5 on mobile/tablet, keep item 1 position same */
.why-choose-item:nth-child(n+2) {
    margin-top: -0.1rem;
}

@media (min-width: 768px) {
    .why-choose-item:nth-child(n+2) {
        margin-top: -0.15rem;
    }
}

/* Equal spacing for all items */
@media (min-width: 1024px) {
    .why-choose-item {
        gap: 0.5rem;
        position: relative;
        padding: 0.35rem 0;
    }
    
    .why-choose-item.item-left {
        flex-direction: row;
        padding-right: 50%;
        justify-content: flex-end;
        text-align: right;
    }
    
    .why-choose-item.item-right {
        flex-direction: row-reverse;
        padding-left: 50%;
        justify-content: flex-start;
        text-align: left;
    }
    
    /* Reduce gap for items 2-5, keep item 1 position same */
    .why-choose-item:nth-child(n+2) {
        margin-top: -0.15rem;
    }
}

.item-number {
    width: 1.4rem;
    height: 1.4rem;
    min-width: 1.4rem;
    background: #22C55E;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: bold;
    font-family: var(--font-serif);
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(34, 197, 94, 0.3);
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

@media (min-width: 768px) {
    .item-number {
        width: 1.6rem;
        height: 1.6rem;
        min-width: 1.6rem;
        font-size: 0.8rem;
    }
}

@media (min-width: 1024px) {
    .item-number {
        width: 1.8rem;
        height: 1.8rem;
        min-width: 1.8rem;
        font-size: 0.85rem;
        position: absolute;
        left: 50%;
        top: 1rem;
        transform: translateX(-50%);
        z-index: 3;
    }
    
    .why-choose-item:hover .item-number {
        transform: translateX(-50%) scale(1.1);
        box-shadow: 0 4px 16px rgba(34, 197, 94, 0.5);
    }
}

/* 3D scroll animations for left/right items - matching screenshot */
/* Left items (item-left) use animate-right - come from right side */
.why-choose-item.scroll-animate.animate-right {
    transform: translateX(100px) translateZ(-50px) rotateY(-10deg);
}

/* Right items (item-right) use animate-left - come from left side */
.why-choose-item.scroll-animate.animate-left {
    transform: translateX(-100px) translateZ(-50px) rotateY(10deg);
}

.why-choose-item.scroll-animate.animated {
    transform: translateX(0) translateY(0) translateZ(0) rotateX(0) rotateY(0) scale(1);
}

@media (max-width: 1023px) {
    .why-choose-item.item-left, .why-choose-item.item-right {
        padding-left: 1rem;
        padding-right: 1rem;
        text-align: center;
        flex-direction: column;
        align-items: center;
    }
    .why-choose-item.item-left .item-number, .why-choose-item.item-right .item-number {
        position: relative;
        left: auto !important;
        transform: none !important;
        top: auto;
        margin-bottom: 0.5rem;
    }
}

.item-content {
    flex: 1;
    background: transparent;
    padding: 0.5rem;
    border-radius: 0;
    border: none;
    transition: all 0.4s ease;
}

.why-choose-item:hover .item-content {
    background: transparent;
    border-color: transparent;
    transform: translateX(0);
}

.why-choose-item.item-right:hover .item-content {
    transform: translateX(0);
}

.item-content h3 {
    font-size: 1rem;
    color: white;
    margin-bottom: 0.35rem;
    font-family: var(--font-sans);
    font-weight: bold;
    line-height: 1.25;
}

@media (min-width: 1024px) {
    .why-choose-item.item-left .item-content {
        text-align: right;
    }
    
    .why-choose-item.item-left .item-content h3 {
        text-align: right;
    }
    
    .why-choose-item.item-right .item-content {
        text-align: left;
    }
    
    .why-choose-item.item-right .item-content h3 {
        text-align: left;
    }
}

.item-content p {
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.5;
    font-size: 0.875rem;
    text-align: justify;
    margin: 0;
}

@media (min-width: 1024px) {
    .why-choose-item.item-left .item-content p {
        text-align: left;
    }
    
    .why-choose-item.item-right .item-content p {
        text-align: left;
    }
}

@media (min-width: 768px) {
    .why-choose-item {
        gap: 1rem;
    }
    
    .item-content {
        padding: 0.75rem;
    }
    
    .item-content h3 {
        font-size: 1.25rem;
        margin-bottom: 0.4rem;
    }
    
    .item-content p {
        font-size: 0.9375rem;
        line-height: 1.55;
    }
}

@media (min-width: 1024px) {
    .why-choose-item {
        gap: 1.25rem;
    }
    
    .item-content {
        padding: 1rem;
    }
    
    .item-content h3 {
        font-size: 1.375rem;
        margin-bottom: 0.5rem;
    }
    
    .item-content p {
        font-size: 1rem;
        line-height: 1.6;
    }
}

/* ===== Readers Verdict Section ===== */
.readers-verdict {
    padding: 6rem 0;
    background-image: url('images/Crown Book Publisher.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: white;
    position: relative;
    overflow: hidden;
}

.readers-verdict::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(34, 54, 84, 0.75), rgba(15, 25, 45, 0.85));
    z-index: 0;
}

.verdict-content {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    min-height: 500px;
    position: relative;
    z-index: 1;
}

@media (min-width: 1024px) {
    .verdict-content {
        flex-direction: row;
        align-items: center;
        gap: 4rem;
    }
}

.verdict-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2rem;
    position: relative;
    z-index: 1;
    background: linear-gradient(180deg, rgba(170, 127, 46, 0.2), rgba(0, 0, 0, 0.3));
}

@media (min-width: 1024px) {
    .verdict-left {
        padding: 3rem 4rem;
        max-width: 48%;
    }
}

.verdict-intro {
    margin-bottom: 2rem;
    width: 100%;
}

@media (min-width: 1024px) {
    .verdict-intro {
        width: 105%;
    }
}

.verdict-badge {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--secondary);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 1.5rem;
    display: inline-block;
}

.verdict-left h2 {
    font-size: 2.5rem;
    color: white;
    font-family: var(--font-serif);
    font-weight: bold;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    max-width: 100%;
}

@media (min-width: 768px) {
    .verdict-left h2 {
        font-size: 3rem;
        max-width: 95%;
    }
}

@media (min-width: 1024px) {
    .verdict-left h2 {
        font-size: 3.5rem;
        max-width: 110%;
    }
}

.verdict-highlight {
    color: var(--secondary);
    display: block;
}

.verdict-left p {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.8;
    max-width: 32rem;
}

.verdict-navigation {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
}

.verdict-nav-btn {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.verdict-nav-btn:hover {
    background: rgba(0, 0, 0, 0.5);
    border-color: var(--secondary);
    transform: scale(1.1);
}

.verdict-right {
    flex: 0 0 auto;
    padding: 1.25rem;
    position: relative;
    background: hsl(0, 0%, 20%);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    z-index: 1;
}

@media (min-width: 768px) {
    .verdict-right {
        padding: 1.5rem 1.75rem;
        width: fit-content;
        max-width: calc((270px * 2) + 0.85rem + 1.5rem + 1.75rem);
        margin-left: 0;
        margin-right: auto;
    }
}

@media (min-width: 1024px) {
    .verdict-right {
        padding: 1.75rem 2rem;
        width: fit-content;
        max-width: calc((250px * 2) + 1rem + 1.75rem + 2rem);
        margin-left: 0;
        margin-right: auto;
        justify-content: flex-start;
    }
}

.reviews-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
    width: 100%;
    max-width: 100%;
    margin: 0;
    transform: none;
    padding: 0;
}

@media (min-width: 768px) {
    .reviews-grid {
        grid-template-columns: repeat(2, auto);
        gap: 0.85rem;
        width: fit-content;
        max-width: 100%;
        margin-left: 0;
        margin-right: auto;
        justify-content: flex-start;
    }
}

@media (min-width: 1024px) {
    .reviews-grid {
        gap: 1rem;
        width: fit-content;
        max-width: 100%;
        margin-left: 0;
        margin-right: auto;
        justify-content: flex-start;
    }
}

.review-card {
    background: linear-gradient(145deg, hsl(0, 0%, 27%), hsl(0, 0%, 23%));
    border-radius: 0.7rem;
    padding: 0.75rem;
    transition: all 0.35s ease;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    max-width: 100%;
    width: 100%;
    height: auto;
    max-height: 280px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
}

@media (min-width: 768px) {
    .review-card {
        max-width: 270px;
        width: 270px;
        max-height: 255px;
        padding: 0.7rem;
    }
}

@media (min-width: 1024px) {
    .review-card {
        max-width: 250px;
        width: 250px;
        max-height: 240px;
        padding: 0.65rem;
    }
}

.review-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--secondary), transparent);
    opacity: 0;
    transition: opacity 0.35s ease;
}

.review-card:hover::before {
    opacity: 1;
}


.review-card:hover {
    background: linear-gradient(145deg, hsl(0, 0%, 29%), hsl(0, 0%, 25%));
    transform: translateY(-2px) translateX(2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.1);
}

.review-avatar {
    width: 1.9rem;
    height: 1.9rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--secondary), #1fb955);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: bold;
    margin-bottom: 0.45rem;
    flex-shrink: 0;
    box-shadow: 0 2px 6px rgba(34, 197, 94, 0.3);
    transition: all 0.3s ease;
}

.review-card:hover .review-avatar {
    transform: scale(1.05);
    box-shadow: 0 3px 10px rgba(34, 197, 94, 0.4);
}

@media (min-width: 768px) {
    .review-avatar {
        width: 2rem;
        height: 2rem;
        font-size: 0.85rem;
        margin-bottom: 0.4rem;
    }
}

.reviewer-info {
    margin-bottom: 0.35rem;
    width: 100%;
}

.reviewer-name {
    font-size: 0.78rem;
    color: white;
    font-weight: 600;
    margin-bottom: 0.15rem;
    line-height: 1.25;
    letter-spacing: 0.01em;
}

.review-count {
    font-size: 0.65rem;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.2;
}

@media (min-width: 768px) {
    .reviewer-name {
        font-size: 0.82rem;
        margin-bottom: 0.12rem;
    }
    
    .review-count {
        font-size: 0.68rem;
    }
}

.review-rating {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.4rem;
    margin-bottom: 0.4rem;
    flex-wrap: wrap;
    width: 100%;
}

.review-rating .stars {
    color: #f57c15;
    font-size: 0.72rem;
    letter-spacing: 0.02em;
    filter: drop-shadow(0 1px 2px rgba(255, 215, 0, 0.3));
}

.review-date {
    font-size: 0.62rem;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.2;
}

@media (min-width: 768px) {
    .review-rating {
        margin-bottom: 0.35rem;
        gap: 0.35rem;
    }
    
    .review-rating .stars {
        font-size: 0.75rem;
    }
    
    .review-date {
        font-size: 0.65rem;
    }
}

.review-title {
    font-size: 0.76rem;
    color: white;
    font-weight: 600;
    margin-bottom: 0.35rem;
    text-align: left;
    line-height: 1.25;
    width: 100%;
}

.review-text {
    font-size: 0.68rem;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.45;
    text-align: left;
    margin: 0;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (min-width: 768px) {
    .review-title {
        font-size: 0.78rem;
        margin-bottom: 0.3rem;
    }
    
    .review-text {
        font-size: 0.7rem;
        line-height: 1.4;
        -webkit-line-clamp: 4;
        line-clamp: 4;
    }
}

/* ===== Appointment Request Section ===== */
.appointment-request {
    padding: 3rem 1rem;
    background: white;
    color: var(--foreground);
    position: relative;
    overflow: hidden;
}

@media (min-width: 768px) {
    .appointment-request {
        padding: 3.5rem 1.5rem;
    }
}

@media (min-width: 1024px) {
    .appointment-request {
        padding: 4rem 2rem;
    }
}

.appointment-header {
    text-align: center;
    margin-bottom: 2rem;
    position: relative;
    z-index: 1;
}

.appointment-header h2 {
    font-size: 1.75rem;
    font-weight: bold;
    margin-bottom: 0.75rem;
    line-height: 1.3;
    color: var(--foreground);
    font-family: var(--font-sans, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif);
}

@media (min-width: 640px) {
    .appointment-header h2 {
        font-size: 2rem;
    }
}

@media (min-width: 768px) {
    .appointment-header h2 {
        font-size: 2.25rem;
    }
}

@media (min-width: 1024px) {
    .appointment-header h2 {
        font-size: 2.5rem;
    }
}

.appointment-highlight {
    color: var(--foreground);
    font-weight: bold;
}

.appointment-highlight-2 {
    color: var(--secondary);
    font-weight: bold;
}

.appointment-header p {
    font-size: 0.9375rem;
    color: var(--muted-foreground);
    max-width: 36rem;
    margin: 0 auto;
    line-height: 1.6;
}

@media (min-width: 768px) {
    .appointment-header p {
        font-size: 1rem;
    }
}

.appointment-form-wrapper {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.appointment-form {
    background: var(--muted);
    border-radius: 1rem;
    padding: 1.75rem 1.25rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid var(--border);
}

@media (min-width: 640px) {
    .appointment-form {
        padding: 2rem 1.5rem;
        border-radius: 1.25rem;
    }
}

@media (min-width: 768px) {
    .appointment-form {
        padding: 2.25rem 2rem;
        border-radius: 1.5rem;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

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

@media (min-width: 768px) {
    .form-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.25rem;
        margin-bottom: 1.25rem;
    }
}

.form-row .form-group.full-width {
    grid-column: 1 / -1;
}

.appointment-form .form-group {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.appointment-form .form-group label {
    display: none;
}

.appointment-form .form-group input,
.appointment-form .form-group select,
.appointment-form .form-group textarea {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid var(--border);
    border-radius: 0.5rem;
    font-size: 0.9375rem;
    font-family: var(--font-sans, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif);
    background: white;
    color: var(--foreground);
    transition: all 0.3s ease;
}

.appointment-form .form-group input::placeholder,
.appointment-form .form-group textarea::placeholder,
.appointment-form .form-group select {
    color: var(--muted-foreground);
}

.appointment-form .form-group select option {
    background: white;
    color: var(--foreground);
}

.appointment-form .form-group input:focus,
.appointment-form .form-group select:focus,
.appointment-form .form-group textarea:focus {
    outline: none;
    border-color: var(--secondary);
    background: white;
    box-shadow: 0 0 0 3px rgba(170, 127, 46, 0.1);
}

.appointment-form .form-group select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23111' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    padding-right: 2.5rem;
}

.appointment-form .form-group textarea {
    resize: vertical;
    min-height: 100px;
}

.appointment-form .error-message {
    color: hsl(0, 70%, 60%);
    font-size: 0.875rem;
    margin-top: 0.5rem;
}

.btn-submit {
    width: 100%;
    padding: 0.875rem 1.75rem;
    background: var(--secondary);
    color: var(--secondary-foreground);
    border: none;
    border-radius: 0.5rem;
    font-size: 0.9375rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: var(--font-sans, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif);
    margin-top: 1rem;
    box-shadow: 0 4px 12px rgba(170, 127, 46, 0.3);
}

.btn-submit:hover {
    background: #6B5233;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(170, 127, 46, 0.4);
}

.btn-submit:active {
    transform: translateY(0);
}

.btn-submit:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

/* ===== Let's Get Started Section ===== */
.lets-get-started {
    padding: 6rem 0;
    background: white;
    color: var(--foreground);
    position: relative;
    overflow: hidden;
}

.get-started-content {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    align-items: stretch;
}

@media (min-width: 1024px) {
    .get-started-content {
        flex-direction: row;
        align-items: flex-start;
        gap: 4rem;
    }
}

.get-started-form-panel {
    flex: 1;
    background: var(--muted);
    border-radius: 1rem;
    padding: 2.5rem;
    border: 1px solid var(--border);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1024px) {
    .get-started-form-panel {
        max-width: 45%;
        padding: 3rem;
    }
}

.get-started-image-panel {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
}

@media (min-width: 1024px) {
    .get-started-image-panel {
        max-width: 45%;
        padding: 2rem;
    }
}

.get-started-image-wrapper {
    position: relative;
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.get-started-image-wrapper::before {
    content: '';
    position: absolute;
    inset: -8px;
    background: linear-gradient(135deg, rgba(170, 127, 46, 0.2), rgba(0, 0, 0, 0.15));
    border-radius: 1.75rem;
    z-index: -1;
    transform: rotate(-2deg);
    transition: transform 0.4s ease;
}

.get-started-image-wrapper:hover::before {
    transform: rotate(0deg);
}

.get-started-image {
    width: 100%;
    max-width: 800px;
    height: auto;
    max-height: 720px;
    object-fit: cover;
    border-radius: 1.5rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.2), 0 8px 16px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 4px solid rgba(255, 255, 255, 0.95);
    position: relative;
    z-index: 1;
    margin-top: 3.5rem;
}

.get-started-image:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 35px 60px -12px rgba(0, 0, 0, 0.25), 0 12px 24px rgba(0, 0, 0, 0.15);
    border-color: rgba(255, 255, 255, 1);
}

@media (min-width: 640px) {
    .get-started-image {
        width: 100%;
        max-width: 780px;
        max-height: 700px;
        margin-top: 4rem;
    }
}

@media (min-width: 768px) {
    .get-started-image {
        width: 100%;
        max-width: 760px;
        max-height: 680px;
        border-radius: 1.75rem;
        margin-top: 4.5rem;
    }
    
    .get-started-image-wrapper::before {
        border-radius: 2rem;
    }
}

@media (min-width: 1024px) {
    .get-started-image {
        width: 95%;
        max-width: 700px;
        max-height: 630px;
        border-radius: 2rem;
        margin-top: 5rem;
    }
    
    .get-started-image-wrapper::before {
        inset: -10px;
        border-radius: 2.25rem;
    }
}

.get-started-form-panel h2 {
    font-size: 2rem;
    color: var(--primary);
    font-family: var(--font-serif);
    font-weight: bold;
    margin-bottom: 2rem;
    text-align: center;
}

.get-started-form {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.get-started-form .form-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.get-started-form .form-group input {
    width: 100%;
    padding: 0.875rem 1rem;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    font-size: 0.9375rem;
    font-family: var(--font-sans);
    background: white;
    color: var(--foreground);
    transition: all 0.3s ease;
}

.get-started-form .form-group input::placeholder {
    color: var(--muted-foreground);
}

.get-started-form .form-group input:focus {
    outline: none;
    border-color: var(--secondary);
    background: white;
    box-shadow: 0 0 0 3px rgba(170, 127, 46, 0.1);
}

.form-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin: 0.5rem 0;
}

.form-checkbox input[type="checkbox"] {
    width: 1.25rem;
    height: 1.25rem;
    margin-top: 0.25rem;
    cursor: pointer;
    accent-color: var(--secondary);
    flex-shrink: 0;
}

.form-checkbox label {
    font-size: 0.75rem;
    color: var(--foreground);
    line-height: 1.6;
    cursor: pointer;
}

.link-highlight {
    color: var(--secondary);
    text-decoration: underline;
    font-weight: 600;
    transition: color 0.3s ease;
}

.link-highlight:hover {
    color: #6B5233;
}

.btn-submit-get-started {
    width: 100%;
    padding: 1rem 2rem;
    background: var(--secondary);
    color: var(--secondary-foreground);
    border: none;
    border-radius: var(--radius);
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: var(--font-sans);
    margin-top: 0.5rem;
    box-shadow: 0 4px 12px rgba(170, 127, 46, 0.3);
}

.btn-submit-get-started:hover {
    background: #6B5233;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(170, 127, 46, 0.4);
}

.get-started-content-panel {
    flex: 1;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (min-width: 1024px) {
    .get-started-content-panel {
        padding: 3rem;
        max-width: 55%;
    }
}

.get-started-content-panel h2 {
    font-size: 2.5rem;
    color: var(--primary);
    font-family: var(--font-serif);
    font-weight: bold;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

@media (min-width: 768px) {
    .get-started-content-panel h2 {
        font-size: 3rem;
    }
}

@media (min-width: 1024px) {
    .get-started-content-panel h2 {
        font-size: 3.5rem;
    }
}

.highlight-orange {
    color: var(--secondary);
}

.get-started-content-panel p {
    font-size: 1.125rem;
    color: var(--muted-foreground);
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.get-started-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
}

@media (min-width: 640px) {
    .get-started-buttons {
        flex-direction: row;
        gap: 1.5rem;
    }
}

.btn-call-us {
    flex: 1;
    padding: 1rem 2rem;
    background: var(--secondary);
    color: var(--secondary-foreground);
    border: none;
    border-radius: var(--radius);
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: var(--font-sans);
    box-shadow: 0 4px 12px rgba(170, 127, 46, 0.3);
}

.btn-call-us:hover {
    background: #6B5233;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(170, 127, 46, 0.4);
}

.btn-get-started {
    flex: 1;
    padding: 1rem 2rem;
    background: hsl(142, 76%, 36%);
    color: white;
    border: none;
    border-radius: var(--radius);
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: var(--font-sans);
    box-shadow: 0 4px 12px rgba(142, 76%, 36%, 0.3);
}

.btn-get-started:hover {
    background: hsl(142, 76%, 42%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(142, 76%, 36%, 0.4);
}

/* ===== About Us Page Sections ===== */
.about-us-header {
    padding: 4rem 0;
    background: var(--primary);
    color: white;
    text-align: center;
}

.about-us-header h1 {
    font-size: 3rem;
    font-weight: bold;
    color: white;
    font-family: var(--font-sans);
}

@media (min-width: 768px) {
    .about-us-header h1 {
        font-size: 4rem;
    }
}

.about-content-section {
    padding: 1.5rem 0;
    background: white;
}

.about-content-section-compact {
    padding-top: 0.5rem;
}

.about-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    align-items: center;
}

@media (min-width: 1024px) {
    .about-content-wrapper {
        flex-direction: row;
        align-items: center;
        gap: 4rem;
    }
}

.about-content-text {
    flex: 1;
}

.about-content-text h2 {
    font-size: 2.5rem;
    color: var(--primary);
    font-family: var(--font-serif);
    font-weight: bold;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

@media (min-width: 768px) {
    .about-content-text h2 {
        font-size: 3rem;
    }
}

.about-content-text p {
    font-size: 1.125rem;
    color: var(--muted-foreground);
    line-height: 1.8;
}

.about-content-image {
    flex: 1;
    max-width: 100%;
}

.about-content-image img {
    width: 100%;
    height: auto;
    border-radius: 1rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.about-content-text-only {
    max-width: 900px;
    margin: 0 auto;
}

.about-content-text-only h2 {
    font-size: 2.5rem;
    color: var(--primary);
    font-family: var(--font-serif);
    font-weight: bold;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

@media (min-width: 768px) {
    .about-content-text-only h2 {
        font-size: 3rem;
    }
}

.about-content-text-only p {
    font-size: 1.125rem;
    color: var(--muted-foreground);
    line-height: 1.8;
}

/* Recent Collections Section */
.recent-collections {
    padding: 6rem 0;
    background: var(--primary);
    color: white;
}

.recent-collections h2 {
    font-size: 2.5rem;
    color: white;
    font-family: var(--font-serif);
    font-weight: bold;
    text-align: center;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .recent-collections h2 {
        font-size: 3rem;
    }
}

.recent-collections > .container > p {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
    margin-bottom: 3rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.book-covers-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 3rem;
}

@media (min-width: 640px) {
    .book-covers-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .book-covers-grid {
        grid-template-columns: repeat(5, 1fr);
    }
}

.book-cover-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 0.5rem;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.book-cover-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.book-cover-img {
    width: 100%;
    height: auto;
    display: block;
}

.book-cover-info {
    padding: 1rem;
    background: rgba(255, 255, 255, 0.05);
}

.book-cover-info h3 {
    font-size: 0.875rem;
    color: white;
    font-weight: bold;
    margin-bottom: 0.5rem;
    line-height: 1.3;
}

.book-cover-info p {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.8);
}

/* Get in Touch Section */
.get-in-touch-section {
    padding: 2rem 0;
    background: #F8F5F0;
}

.get-in-touch-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

@media (min-width: 1024px) {
    .get-in-touch-content {
        flex-direction: row;
        gap: 2rem;
        align-items: flex-start;
    }
}

.get-in-touch-info {
    flex: 1;
}

.get-in-touch-info h2 {
    font-size: 1.75rem;
    color: var(--primary);
    font-family: var(--font-serif);
    font-weight: bold;
    margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
    .get-in-touch-info h2 {
        font-size: 2rem;
    }
}

.contact-info-item {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    margin-bottom: 0.75rem;
    font-size: 0.9375rem;
    color: var(--foreground);
}

.contact-icon {
    font-size: 1.125rem;
    width: 1.5rem;
    text-align: center;
}

.get-in-touch-form {
    flex: 1;
    background: white;
    padding: 1.5rem;
    border-radius: 0.75rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

@media (min-width: 768px) {
    .get-in-touch-form {
        padding: 1.75rem;
    }
}

.contact-form-about .form-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

@media (min-width: 768px) {
    .contact-form-about .form-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.875rem;
    }
}

.contact-form-about .form-group {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    margin-bottom: 0.75rem;
}

.contact-form-about .form-group:last-of-type {
    margin-bottom: 0.5rem;
}

.contact-form-about .form-group label {
    font-size: 0.78125rem;
    font-weight: 500;
    color: var(--foreground);
}

.contact-form-about .form-group input,
.contact-form-about .form-group textarea {
    width: 100%;
    padding: 0.5rem 0.75rem;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    font-size: 0.8125rem;
    font-family: var(--font-sans);
    background: white;
    color: var(--foreground);
    transition: all 0.3s ease;
}

.contact-form-about .form-group input:focus,
.contact-form-about .form-group textarea:focus {
    outline: none;
    border-color: var(--secondary);
    box-shadow: 0 0 0 3px rgba(170, 127, 46, 0.1);
}

.contact-form-about .form-group textarea {
    min-height: 70px;
    resize: vertical;
}

.contact-form-about .btn-primary.btn-lg {
    padding: 0.625rem 1.5rem;
    font-size: 0.9375rem;
    min-height: auto;
    margin-top: 0.5rem;
    width: 100%;
}

.form-disclaimer {
    font-size: 0.6875rem;
    color: var(--muted-foreground);
    margin-top: 0.625rem;
    line-height: 1.4;
}

/* Floating Social Media Icons */
.floating-social {
    position: fixed;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    z-index: 1000;
}

@media (max-width: 768px) {
    .floating-social {
        display: none;
    }
}

.social-icon {
    width: 3rem;
    height: 3rem;
    background: var(--primary);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.social-icon:hover {
    background: var(--secondary);
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

/* Floating Action Icons */
.floating-actions {
    position: fixed;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    z-index: 1000;
}

@media (max-width: 768px) {
    .floating-actions {
        display: none;
    }
}

.floating-action-btn {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    padding: 1rem 0.75rem;
    background: var(--primary);
    color: white;
    border-radius: 0.5rem;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.875rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.floating-action-btn:hover {
    background: var(--secondary);
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.floating-action-icon {
    width: 3rem;
    height: 3rem;
    background: var(--primary);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.floating-action-icon:hover {
    background: var(--secondary);
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

/* ===== FAQ Section ===== */
.faq {
    padding: 6rem 0;
    background: white;
}

.faq .section-header {
    margin-bottom: 3rem;
}

.accordion {
    max-width: 48rem;
    margin: 0 auto;
}

.accordion-item {
    border-bottom: 1px solid var(--border);
}

.accordion-trigger {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 0;
    background: none;
    border: none;
    text-align: left;
    font-size: 1.125rem;
    font-weight: 500;
    cursor: pointer;
    color: var(--foreground);
    transition: color 0.3s ease;
}

.accordion-trigger:hover {
    color: var(--secondary);
}

.accordion-icon {
    font-size: 1.5rem;
    transition: transform 0.3s ease;
    color: var(--secondary);
}

.accordion-item.active .accordion-icon {
    transform: rotate(45deg);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.accordion-item.active .accordion-content {
    max-height: 500px;
}

.accordion-content p {
    padding-bottom: 1.25rem;
    color: var(--muted-foreground);
    line-height: 1.7;
}

/* ===== Page Header ===== */
.page-header {
    padding: 5rem 0;
    background: var(--primary);
    color: white;
    text-align: center;
}

.page-header h1 {
    font-size: 3rem;
    color: white;
    margin-bottom: 1rem;
}

.page-header p {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.8);
    max-width: 42rem;
    margin: 0 auto;
}

/* ===== Services Page ===== */
.services-list {
    padding: 5rem 0;
    background: var(--background);
}

.service-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    margin-bottom: 6rem;
}

.service-item:last-child {
    margin-bottom: 0;
}

@media (min-width: 1024px) {
    .service-item {
        flex-direction: row;
    }
    
    .service-item.reverse {
        flex-direction: row-reverse;
    }
}

.service-image {
    width: 100%;
    flex: 1;
    position: relative;
}

.service-image-bg {
    position: absolute;
    inset: -1rem;
    background: rgba(170, 127, 46, 0.2);
    border-radius: 0.75rem;
    transform: rotate(-2deg);
    transition: transform 0.3s ease;
}

.service-item:hover .service-image-bg {
    transform: rotate(0deg);
}

.service-image img {
    position: relative;
    border-radius: 0.75rem;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.service-content {
    flex: 1;
    width: 100%;
}

.service-icon {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-bottom: 1rem;
    color: var(--primary);
}

.service-content h2 {
    font-size: 1.875rem;
    margin-bottom: 1.5rem;
}

.service-content p {
    font-size: 1.125rem;
    color: var(--muted-foreground);
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.service-details {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
    margin-bottom: 1.5rem;
    list-style: none;
}

.service-details li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 500;
}

.service-details li::before {
    content: '';
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: var(--secondary);
    flex-shrink: 0;
}

.cta-section {
    padding: 5rem 0;
    background: rgba(170, 127, 46, 0.1);
    text-align: center;
}

.cta-section h2 {
    font-size: 1.875rem;
    margin-bottom: 1.5rem;
}

.cta-section p {
    font-size: 1.125rem;
    color: var(--muted-foreground);
    margin-bottom: 2rem;
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
}

/* ===== About Page ===== */
.mission-vision {
    padding: 5rem 0;
}

.mission-content {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    align-items: center;
    margin-bottom: 5rem;
}

@media (min-width: 768px) {
    .mission-content {
        flex-direction: row;
    }
}

.mission-text {
    flex: 1;
}

.mission-text h2 {
    font-size: 1.875rem;
    margin-bottom: 1.5rem;
}

.mission-text p {
    font-size: 1.125rem;
    color: var(--muted-foreground);
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.mission-image {
    flex: 1;
    position: relative;
    width: 100%;
}

.mission-image-bg {
    position: absolute;
    inset: 0;
    background: var(--secondary);
    border-radius: var(--radius);
    transform: translate(1rem, 1rem);
}

.mission-image img {
    position: relative;
    border-radius: var(--radius);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    width: 100%;
}

.values-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
}

@media (min-width: 768px) {
    .values-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.value-card {
    padding: 2rem;
    background: rgba(210, 40%, 96.1%, 0.3);
    border-radius: 0.75rem;
}

.value-card h3 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.value-card p {
    color: var(--muted-foreground);
}

.stats-section {
    padding: 5rem 0;
    background: var(--primary);
    color: white;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    text-align: center;
}

@media (min-width: 768px) {
    .stats-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.stat-item {
    padding: 1rem;
}

.stat-number {
    font-size: 3rem;
    font-weight: bold;
    color: var(--secondary);
    margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
    .stat-number {
        font-size: 3.75rem;
    }
}

.stat-label {
    opacity: 0.8;
}

/* ===== Contact Page ===== */
.contact-info {
    padding: 5rem 0;
}

.contact-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 5rem;
}

@media (min-width: 768px) {
    .contact-cards {
        grid-template-columns: repeat(4, 1fr);
    }
}

.contact-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1.5rem;
    background: white;
    border: 1px solid var(--border);
    border-radius: 0.75rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.contact-card:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.contact-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: rgba(170, 127, 46, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--secondary);
}

.contact-card h3 {
    font-weight: bold;
    margin-bottom: 0.5rem;
    font-size: 1rem;
}

.contact-card p {
    font-size: 0.875rem;
    color: var(--muted-foreground);
}

/* ===== Footer ===== */
.footer {
    background: var(--primary);
    color: var(--primary-foreground);
    padding-top: 4rem;
    padding-bottom: 2rem;
    border-top: 4px solid var(--secondary);
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-bottom: 3rem;
}

@media (min-width: 768px) {
    .footer-content {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .footer-content {
        grid-template-columns: repeat(4, 1fr);
    }
}

.footer-section h3 {
    font-size: 1.5rem;
    color: white;
    margin-bottom: 1rem;
}

.footer-section h4 {
    font-size: 1.125rem;
    color: white;
    margin-bottom: 1.5rem;
}

.footer-section .logo {
    margin-top: -15px;
    margin-bottom: 1rem;
}

.footer-section p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    margin-bottom: 1rem;
}

.social-links {
    display: flex;
    gap: 1rem;
    margin-top: 0.5rem;
}

.social-link {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: white;
    transition: all 0.3s ease;
    font-weight: bold;
}

.social-link:hover {
    background: var(--secondary);
    color: var(--secondary-foreground);
}

.footer-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.footer-links a:hover {
    color: var(--secondary);
}

.footer-links a::before {
    content: '';
    width: 0.375rem;
    height: 0.375rem;
    border-radius: 50%;
    background: var(--secondary);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.footer-links a:hover::before {
    opacity: 1;
}

.footer-contact {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer-contact li {
    color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.newsletter-input {
    width: 100%;
    padding: 0.5rem 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.1);
    color: white;
    font-size: 0.875rem;
}

.newsletter-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.newsletter-input:focus {
    outline: none;
    border-color: var(--secondary);
}

.footer-bottom {
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 768px) {
    .footer-bottom {
        flex-direction: row;
    }
}

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

.footer-bottom-links a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: color 0.3s ease;
}

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

/* ===== Toast Notification ===== */
.toast {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    background: var(--primary);
    color: white;
    padding: 1rem 1.5rem;
    border-radius: var(--radius);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    z-index: 10000;
    animation: slideInUp 0.3s ease;
    max-width: 24rem;
}

@keyframes slideInUp {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.toast-content {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.toast-title {
    font-weight: bold;
}

.toast-message {
    font-size: 0.875rem;
    opacity: 0.9;
}

.toast.error {
    background: hsl(0, 84.2%, 60.2%);
}

.toast.success {
    background: hsl(142, 76%, 36%);
}

/* ===== Responsive Adjustments ===== */
@media (max-width: 640px) {
    .hero h1 {
        font-size: 2.5rem;
    }
    
    .page-header h1 {
        font-size: 2rem;
    }
    
    .section-header h2 {
        font-size: 1.75rem;
    }
    
    .testimonial-content blockquote {
        font-size: 1.25rem;
    }
    
    .service-details {
        grid-template-columns: 1fr;
    }
}

/* ===== Comprehensive Mobile Responsive Styles ===== */

/* Mobile Navbar Responsive Styles */
@media (max-width: 767px) {
    /* Navbar adjustments */
    .navbar {
        padding: 0.75rem 0;
        background: #000000 !important;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        border: none !important;
        outline: none !important;
        width: 100% !important;
        max-width: 100vw !important;
        left: 0 !important;
        right: 0 !important;
        margin: 0 !important;
    }
    
    .navbar.scrolled {
        padding: 0.5rem 0;
        background: #000000 !important;
        border: none !important;
        outline: none !important;
    }
    
    /* Container adjustments for mobile */
    .navbar .container {
        padding: 0 1rem;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        background: transparent !important;
        border: none !important;
        outline: none !important;
    }
    
    /* Ensure no white backgrounds or borders on navbar elements */
    .navbar .nav-content {
        background: transparent !important;
        border: none !important;
    }
    
    .navbar .logo {
        background: transparent !important;
        border: none !important;
    }
    
    .navbar .nav-actions {
        background: transparent !important;
        border: none !important;
    }
    
    /* Nav content flex adjustments */
    .nav-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
        gap: 0.5rem;
        width: 100%;
    }
    
    /* Logo size on mobile */
    .logo {
        flex-shrink: 0;
    }
    
    .logo img {
        width: 70px !important;
        height: 70px !important;
        max-width: 70px !important;
        object-fit: contain;
    }
    
    /* Hide desktop nav links on mobile */
    .nav-links {
        display: none !important;
    }
    
    /* Nav actions (buttons) on mobile - hide on mobile, show in mobile menu */
    .nav-actions {
        display: none !important;
    }
    
    /* Mobile menu button - remove any borders or backgrounds */
    .mobile-menu-btn {
        display: block !important;
        font-size: 1.5rem;
        padding: 0.5rem;
        margin: 0;
        background: transparent !important;
        border: none !important;
        color: #ffffff !important;
        cursor: pointer;
        flex-shrink: 0;
        outline: none !important;
        box-shadow: none !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    
    .mobile-menu-btn:focus,
    .mobile-menu-btn:active,
    .mobile-menu-btn:hover {
        outline: none !important;
        border: none !important;
        box-shadow: none !important;
        background: transparent !important;
    }
    
    /* Remove any default button styles */
    .mobile-menu-btn::-moz-focus-inner {
        border: 0;
        padding: 0;
    }
    
    /* Mobile menu styling */
    .mobile-menu {
        display: none;
        position: fixed;
        top: 80px;
        left: 0;
        right: 0;
        width: 100%;
        background: #000000;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
        z-index: 999;
        max-height: calc(100vh - 80px);
        overflow-y: auto;
        padding: 0;
    }
    
    .mobile-menu.open {
        display: flex;
        flex-direction: column;
    }
    
    .mobile-menu a {
        display: block;
        padding: 1rem 1.5rem;
        font-size: 1rem;
        color: #ffffff;
        text-decoration: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        transition: background 0.3s ease;
    }
    
    .mobile-menu a:hover {
        background: rgba(255, 255, 255, 0.1);
        color: var(--secondary);
    }
    
    /* Add Start Publishing button to mobile menu */
    .mobile-menu .btn-start-publishing {
        width: calc(100% - 3rem);
        margin: 1rem 1.5rem;
        padding: 0.875rem 1.5rem;
        font-size: 0.9375rem;
        border-radius: 8px;
        background: #20c997;
        color: #ffffff;
        border: none;
        cursor: pointer;
        text-align: center;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }
    
    .mobile-menu .btn-start-publishing:hover {
        background: #1db584;
    }
    
    /* Dropdown adjustments for mobile menu */
    .mobile-menu .dropdown-content {
        position: static;
        box-shadow: none;
        background: rgba(0, 0, 0, 0.3);
        margin-top: 0;
        padding: 0.5rem 0;
        border: none;
    }
}

/* Hero Section Mobile Responsive */
@media (max-width: 767px) {
    .hero {
        min-height: auto;
        padding: 2rem 0;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        overflow: hidden;
    }
    
    .hero-bg {
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .hero-img {
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .hero-content {
        padding: 1rem 1rem !important;
        gap: 1.5rem !important;
        min-height: auto !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
    }
    
    .hero-text {
        padding-left: 0 !important;
        padding-top: 0 !important;
        padding-right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
    }
    
    .hero-main-heading {
        font-size: 1.5rem !important;
        line-height: 1.3 !important;
        margin-bottom: 1rem !important;
        width: 100% !important;
    }
    
    .hero-intro-text {
        font-size: 0.875rem !important;
        margin-bottom: 1.25rem !important;
        width: 100% !important;
    }
    
    .hero-buttons {
        flex-direction: column;
        gap: 0.75rem;
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 1.5rem;
        padding: 0 !important;
    }
    
    .hero-buttons button {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0.875rem 1.5rem;
        font-size: 0.9375rem;
        margin: 0 !important;
    }
    
    /* Hero form on mobile */
    .hero-form {
        width: 100% !important;
        max-width: 100% !important;
        padding: 1rem 0 !important;
        margin: 0 !important;
    }
    
    .hero-form-wrapper {
        max-width: 100% !important;
        width: 100% !important;
        padding: 1rem !important;
        margin: 0 !important;
    }
    
    .hero-form-header h3 {
        font-size: 0.95rem !important;
    }
    
    .hero-form-header p {
        font-size: 0.7rem !important;
    }
    
    .hero-form-group input,
    .hero-form-group textarea {
        padding: 0.5rem 0.75rem;
        font-size: 0.875rem;
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .hero-submit-btn {
        padding: 0.75rem 1.5rem;
        font-size: 0.9375rem;
        width: 100% !important;
    }
}

/* About Preview Section Mobile Responsive */
@media (max-width: 767px) {
    .about-preview {
        padding: 2.5rem 0;
    }
    
    .about-preview.prew {
        padding: 1.5rem 0.75rem;
    }
    
    .about-preview.prew .container {
        padding: 1rem 1rem !important;
        border-radius: 1rem !important;
    }
    
    .about-preview-content {
        flex-direction: column;
        gap: 2rem !important;
        padding: 0;
    }
    
    .about-preview-image {
        width: 100%;
        order: 1;
    }
    
    .about-preview-text {
        width: 100%;
        order: 2;
    }
    
    .about-preview-text h2 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
    
    .about-preview-text p {
        font-size: 0.9375rem;
        margin-bottom: 1.25rem;
    }
    
    .features-grid {
        grid-template-columns: 1fr !important;
        gap: 0.75rem;
        margin-bottom: 1.25rem;
    }
    
    .feature-item {
        font-size: 0.875rem;
        padding: 0.5rem 0;
    }
    
    .check-icon {
        font-size: 1rem;
    }
    
    /* Buttons in about preview */
    .about-preview .hero-buttons {
        flex-direction: column;
        gap: 0.75rem;
        margin-top: 1.25rem;
    }
    
    .about-preview .hero-buttons button {
        width: 100%;
        padding: 0.875rem 1.5rem;
        font-size: 0.9375rem;
    }
}

/* Section Headers Mobile Responsive */
@media (max-width: 767px) {
    .section-header {
        margin-bottom: 2.5rem !important;
        padding: 0 0.5rem;
    }
    
    .section-header h2 {
        font-size: 1.75rem !important;
        margin-bottom: 1rem !important;
    }
    
    .section-header p {
        font-size: 0.9375rem !important;
    }
    
    .section-badge {
        font-size: 0.75rem;
        margin-bottom: 0.5rem;
    }
}

/* Features Grid Mobile Responsive */
@media (max-width: 767px) {
    .features-grid-main {
        grid-template-columns: 1fr !important;
        gap: 1.5rem;
    }
    
    .feature-card {
        padding: 1.5rem;
    }
    
    .feature-icon {
        width: 3rem;
        height: 3rem;
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
    
    .feature-card h3 {
        font-size: 1.125rem;
        margin-bottom: 0.5rem;
    }
    
    .feature-card p {
        font-size: 0.9375rem;
    }
}

/* Become Author Section Mobile Responsive */
@media (max-width: 767px) {
    .become-author {
        padding: 3rem 0;
    }
    
    .author-header {
        margin-bottom: 2.5rem;
        padding: 0 0.5rem;
    }
    
    .author-header h2 {
        font-size: 2rem !important;
    }
    
    .author-tagline {
        font-size: 0.75rem;
    }
    
    .author-services-grid {
        grid-template-columns: 1fr !important;
        gap: 1rem;
    }
    
    .author-service-card {
        padding: 1rem;
    }
    
    .service-visual {
        height: 120px;
        margin-bottom: 0.75rem;
    }
    
    .author-service-card h3 {
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }
    
    .author-service-card p {
        font-size: 0.8125rem;
    }
}

/* Portfolio Section Mobile Responsive */
@media (max-width: 767px) {
    .portfolio {
        padding: 3rem 0;
    }
    
    .portfolio-header {
        margin-bottom: 2rem;
        padding: 0 0.5rem;
    }
    
    .portfolio-header h2 {
        font-size: 1.75rem;
    }
    
    .portfolio-header p {
        font-size: 0.9375rem;
    }
    
    .portfolio-grid {
        grid-template-columns: 1fr !important;
        gap: 1.5rem;
    }
    
    .portfolio-item h4 {
        font-size: 1.125rem;
    }
    
    .portfolio-item p {
        font-size: 0.875rem;
    }
}

/* Testimonials Section Mobile Responsive */
@media (max-width: 767px) {
    .testimonials {
        padding: 3rem 0;
    }
    
    .testimonial-content {
        padding: 1.5rem 1rem !important;
    }
    
    .testimonial-content blockquote {
        font-size: 1.125rem !important;
        margin-bottom: 1.5rem;
    }
    
    .stars {
        font-size: 1.25rem;
        margin-bottom: 1rem;
    }
    
    .author-name {
        font-size: 1rem;
    }
    
    .author-role {
        font-size: 0.8125rem;
    }
    
    .carousel-btn {
        width: 2.5rem;
        height: 2.5rem;
        font-size: 1.25rem;
    }
    
    .carousel-prev {
        left: 0.5rem;
    }
    
    .carousel-next {
        right: 0.5rem;
    }
}

/* Contact Form Section Mobile Responsive */
@media (max-width: 767px) {
    .contact-form-section {
        padding: 3rem 0;
    }
    
    .contact-form-wrapper {
        grid-template-columns: 1fr !important;
        border-radius: 0.75rem;
    }
    
    .contact-form-left {
        padding: 1.5rem;
    }
    
    .contact-form-right {
        padding: 1.5rem;
    }
    
    .contact-form-group input,
    .contact-form-group textarea {
        padding: 0.75rem;
        font-size: 0.9375rem;
    }
}

/* Services Section Mobile Responsive */
@media (max-width: 767px) {
    .services-list {
        padding: 3rem 0;
    }
    
    .service-item {
        flex-direction: column !important;
        gap: 1.5rem;
        padding: 1.5rem 0;
    }
    
    .service-item.reverse {
        flex-direction: column !important;
    }
    
    .service-image {
        width: 100%;
        height: 250px;
    }
    
    .service-content {
        width: 100%;
        padding: 0;
    }
    
    .service-content h2 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
    
    .service-content p {
        font-size: 0.9375rem;
        margin-bottom: 1rem;
    }
    
    .service-details {
        grid-template-columns: 1fr !important;
        gap: 0.75rem;
    }
    
    .service-details li {
        font-size: 0.875rem;
        padding-left: 1.5rem;
    }
}

/* CTA Section Mobile Responsive */
@media (max-width: 767px) {
    .cta-section {
        padding: 2.5rem 1rem;
    }
    
    .cta-section h2 {
        font-size: 1.75rem;
        margin-bottom: 1rem;
    }
    
    .cta-section p {
        font-size: 0.9375rem;
        margin-bottom: 1.5rem;
    }
}

/* Why Choose Us Section Mobile Responsive */
@media (max-width: 767px) {
    .why-choose-us {
        padding: 3rem 0;
    }
    
    .why-choose-header h2 {
        font-size: 1.75rem;
        margin-bottom: 2rem;
    }
    
    .why-choose-item {
        flex-direction: column;
        gap: 1rem;
        padding: 1.5rem 1rem;
    }
    
    .item-number {
        width: 3rem;
        height: 3rem;
        font-size: 1.5rem;
    }
    
    .item-content h3 {
        font-size: 1.125rem;
        margin-bottom: 0.5rem;
    }
    
    .item-content p {
        font-size: 0.9375rem;
    }
}

/* FAQ Section Mobile Responsive */
@media (max-width: 767px) {
    .faq {
        padding: 3rem 0;
    }
    
    .accordion-item {
        margin-bottom: 0.75rem;
    }
    
    .accordion-trigger {
        padding: 1rem;
        font-size: 0.9375rem;
    }
    
    .accordion-content {
        padding: 0 1rem 1rem;
    }
    
    .accordion-content p {
        font-size: 0.875rem;
    }
}

/* Footer Mobile Responsive */
@media (max-width: 767px) {
    .footer {
        padding: 3rem 0 1.5rem;
    }
    
    .footer-content {
        grid-template-columns: 1fr !important;
        gap: 2rem;
    }
    
    .footer-section {
        padding: 0 0.5rem;
    }
    
    .footer-section h3,
    .footer-section h4 {
        font-size: 1.125rem;
        margin-bottom: 1rem;
    }
    
    .footer-section p {
        font-size: 0.875rem;
    }
    
    .footer-links {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .footer-links a {
        font-size: 0.875rem;
        padding: 0.5rem 0;
    }
    
    .footer-contact li {
        font-size: 0.875rem;
        margin-bottom: 0.75rem;
    }
    
    .footer-bottom {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
        padding-top: 1.5rem;
    }
    
    .footer-bottom-links {
        flex-direction: column;
        gap: 0.75rem;
    }
    
    .footer-bottom-links a {
        font-size: 0.875rem;
    }
}

/* Buttons Mobile Responsive */
@media (max-width: 767px) {
    .btn {
        padding: 0.75rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .btn-lg {
        padding: 0.875rem 1.5rem;
        font-size: 1rem;
        min-height: 3rem;
    }
    
    .btn-start-publishing,
    .start-publishing-btn {
        padding: 0.75rem 1.5rem;
        font-size: 0.9375rem;
        width: 100%;
    }
    
    .live-chat-btn {
        padding: 0.75rem 1.5rem;
        font-size: 0.9375rem;
        width: 100%;
    }
    
    .hero-buttons {
        flex-direction: column;
        width: 100%;
    }
    
    .hero-buttons button {
        width: 100%;
    }
}

/* Container Mobile Responsive */
@media (max-width: 767px) {
    .container {
        padding: 0 1rem !important;
    }
    
    .container-fluid {
        padding: 0 0.75rem;
    }
}

/* Typography Mobile Responsive */
@media (max-width: 767px) {
    h1 {
        font-size: 1.75rem !important;
    }
    
    h2 {
        font-size: 1.5rem !important;
    }
    
    h3 {
        font-size: 1.25rem !important;
    }
    
    h4 {
        font-size: 1.125rem !important;
    }
    
    p {
        font-size: 0.9375rem;
        line-height: 1.6;
    }
}

/* General Mobile Spacing Adjustments */
@media (max-width: 767px) {
    /* Ensure body has no white background showing */
    body {
        background: var(--background) !important;
        overflow-x: hidden !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    html {
        overflow-x: hidden !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    
    section {
        padding: 2.5rem 0;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        overflow-x: hidden;
    }
    
    .page {
        padding-top: 90px;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        overflow-x: hidden;
    }
    
    /* Ensure no white borders or backgrounds on main elements */
    main,
    .main-content,
    .content {
        background: transparent !important;
        border: none !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    /* Remove any white boxes or borders */
    * {
        box-sizing: border-box;
    }
    
    /* Fix white box issue - ensure full width and remove right-side white space */
    .hero,
    .hero-content,
    .hero-text,
    .hero-form,
    .hero-form-wrapper,
    section,
    .container,
    .container-fluid {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    /* Remove any right-side white boxes - force full width */
    body > *,
    html > body > * {
        width: 100% !important;
        max-width: 100vw !important;
        box-sizing: border-box;
    }
    
    /* Ensure no overflow creating white space */
    html,
    body {
        overflow-x: hidden !important;
        position: relative;
        width: 100% !important;
        max-width: 100vw !important;
    }
    
    /* Remove white backgrounds that might show on right */
    .hero-bg,
    .hero-overlay {
        width: 100% !important;
        max-width: 100% !important;
        left: 0 !important;
        right: 0 !important;
    }
    
    /* Fix container-fluid on mobile */
    .container-fluid {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    .hero .container-fluid {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}

/* Dropdown Mobile Responsive */
@media (max-width: 767px) {
    .dropdown-flyout {
        position: static !important;
        display: none;
        min-width: 100%;
        left: 0;
        top: 100%;
        margin-top: 0.5rem;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }
    
    .dropdown-item:hover > .dropdown-flyout,
    .dropdown-item:focus-within > .dropdown-flyout {
        display: flex;
    }
}

/* Modal/Popup Mobile Responsive */
@media (max-width: 767px) {
    .modal {
        padding: 1rem !important;
    }
    
    .modal-content {
        margin: 0.5rem;
        max-width: calc(100% - 1rem);
        border-radius: 0.75rem;
    }
    
    .modal-header {
        padding: 1rem;
    }
    
    .modal-header h2 {
        font-size: 1.25rem;
    }
    
    .modal-body {
        padding: 1rem;
    }
    
    .modal-footer {
        padding: 1rem;
        flex-direction: column;
        gap: 0.75rem;
    }
    
    .modal-footer button {
        width: 100%;
    }
}

/* Tablet Responsive (768px - 1023px) */
@media (min-width: 768px) and (max-width: 1023px) {
    .container {
        padding: 0 1.5rem;
    }
    
    .hero-main-heading {
        font-size: 2.25rem !important;
    }
    
    .about-preview-content {
        gap: 2.5rem;
    }
    
    .features-grid-main {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .author-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .portfolio-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Small Mobile Devices (max-width: 480px) */
@media (max-width: 480px) {
    /* Navbar adjustments for small mobile */
    .navbar {
        padding: 0.5rem 0;
        width: 100% !important;
        max-width: 100vw !important;
    }
    
    .navbar .container {
        padding: 0 0.75rem;
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .logo img {
        width: 60px !important;
        height: 60px !important;
        max-width: 60px !important;
    }
    
    .mobile-menu {
        top: 70px;
        max-height: calc(100vh - 70px);
        width: 100% !important;
    }
    
    .hero-main-heading {
        font-size: 1.25rem !important;
    }
    
    .hero-intro-text {
        font-size: 0.8125rem !important;
    }
    
    .section-header h2 {
        font-size: 1.5rem !important;
    }
    
    .about-preview-text h2 {
        font-size: 1.25rem;
    }
    
    .btn {
        padding: 0.625rem 1rem;
        font-size: 0.8125rem;
    }
    
    .btn-lg {
        padding: 0.75rem 1.25rem;
        font-size: 0.9375rem;
    }
}

/* ===== Final Mobile Fixes - Remove White Boxes and Ensure Full Width ===== */
@media (max-width: 767px) {
    /* Force full width on all major elements */
    html {
        width: 100% !important;
        max-width: 100vw !important;
        overflow-x: hidden !important;
    }
    
    body {
        width: 100% !important;
        max-width: 100vw !important;
        overflow-x: hidden !important;
        position: relative;
    }
    
    /* Remove any white space on right side */
    * {
        max-width: 100vw !important;
    }
    
    /* Ensure all sections are full width */
    section,
    .section,
    .hero,
    .about-preview,
    .features,
    .testimonials,
    .contact-form-section,
    .footer {
        width: 100% !important;
        max-width: 100vw !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        box-sizing: border-box;
    }
    
    /* Container full width */
    .container,
    .container-fluid {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    /* Hero specific fixes */
    .hero .container-fluid {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    
    .hero-content,
    .hero-text,
    .hero-form {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    /* Remove any white backgrounds that might show */
    .hero-bg,
    .hero-overlay {
        width: 100% !important;
        max-width: 100vw !important;
        left: 0 !important;
        right: 0 !important;
    }
    
    /* Navbar full width */
    .navbar,
    .navbar .container,
    .navbar .nav-content {
        width: 100% !important;
        max-width: 100vw !important;
    }
    
    /* Ensure no element creates white space */
    img,
    video,
    iframe {
        max-width: 100% !important;
        height: auto !important;
    }
}


