/* Modern Design Styles for Makovej Video Editor Portfolio */

/* ==========================================
   Modern Color Variables
   ========================================== */
:root {
    --primary-color: #6366f1;
    --primary-dark: #4f46e5;
    --primary-light: #818cf8;
    --secondary-color: #8b5cf6;
    --accent-color: #ec4899;
    --text-dark: #1e293b;
    --text-light: #64748b;
    --bg-white: #ffffff;
    --bg-gray: #f8fafc;
    --border-color: #e2e8f0;
    --gradient-1: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    --gradient-2: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    --gradient-3: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.08);
    --shadow-lg: 0 8px 32px rgba(0, 0, 0, 0.12);
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 16px;
}

/* ==========================================
   Accessibility & Focus States
   ========================================== */
*:focus {
    outline: 2px solid var(--primary-color);
    outline-offset: 2px;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
    outline: 2px solid var(--primary-color);
    outline-offset: 2px;
}

/* Improve link visibility */
a {
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
    text-decoration: none;
}

/* ==========================================
   Modern Header Styles
   ========================================== */
.modern-header {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    box-shadow: var(--shadow-sm);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    transition: all 0.3s ease;
}

.modern-nav {
    padding: 1rem 0;
}

.modern-nav .main-menu ul li a {
    color: var(--text-dark);
    font-weight: 500;
    font-size: 15px;
    padding: 0.5rem 1rem;
    transition: all 0.3s ease;
    position: relative;
}

.modern-nav .main-menu ul li a:hover {
    color: var(--primary-color);
}

.modern-nav .main-menu ul li a.active {
    color: var(--primary-color);
    font-weight: 600;
}

.modern-nav .main-menu ul li a.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 1rem;
    right: 1rem;
    height: 2px;
    background: var(--primary-color);
    border-radius: 2px;
}

/* ==========================================
   Modern Buttons
   ========================================== */
.modern-btn {
    background: var(--gradient-2);
    color: white !important;
    padding: 12px 32px;
    border-radius: var(--radius-md);
    font-weight: 600;
    font-size: 15px;
    border: none;
    box-shadow: var(--shadow-md);
    transition: all 0.3s ease;
    display: inline-block;
}

.modern-btn:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
    color: white !important;
}

.modern-btn-outline {
    background: rgba(255, 255, 255, 0.95);
    color: var(--primary-color) !important;
    padding: 12px 32px;
    border-radius: var(--radius-md);
    font-weight: 600;
    font-size: 15px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
    display: inline-block;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.modern-btn-outline:hover {
    background: white;
    color: var(--primary-color) !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    border-color: white;
}

.modern-btn-white {
    background: white;
    color: var(--primary-color) !important;
    padding: 14px 36px;
    border-radius: var(--radius-md);
    font-weight: 600;
    font-size: 16px;
    border: none;
    box-shadow: var(--shadow-lg);
    transition: all 0.3s ease;
}

.modern-btn-white:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

/* ==========================================
   Hero Section
   ========================================== */
.hero-area.modern-hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    position: relative;
    padding: 100px 0 80px;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.hero-gradient {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 50%, rgba(139, 92, 246, 0.3) 0%, transparent 50%),
                radial-gradient(circle at 80% 80%, rgba(236, 72, 153, 0.3) 0%, transparent 50%);
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    color: white;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 24px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.hero-title {
    font-size: 56px;
    font-weight: 800;
    color: white;
    line-height: 1.2;
    margin-bottom: 24px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.gradient-text {
    background: linear-gradient(135deg, #fde047 0%, #facc15 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    /* Fallback for browsers that don't support background-clip */
    color: #fde047;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.15));
}

.hero-description {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.8;
    margin-bottom: 40px;
    max-width: 600px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.hero-stats {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.stat-item {
    text-align: left;
}

.stat-number {
    font-size: 42px;
    font-weight: 800;
    color: white;
    line-height: 1;
    margin-bottom: 8px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.stat-label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.95);
    font-weight: 500;
}

.hero-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.hero-image-wrap {
    position: relative;
    z-index: 2;
}

.hero-main-img {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.3));
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
}

/* ==========================================
   Modern Sections
   ========================================== */
.modern-section {
    padding: 100px 0;
    position: relative;
}

.section-gray {
    background: var(--bg-gray);
}

.section-header {
    margin-bottom: 60px;
}

.section-badge {
    display: inline-block;
    background: var(--gradient-2);
    color: white;
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 16px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.section-title {
    font-size: 42px;
    font-weight: 800;
    color: var(--text-dark);
    line-height: 1.3;
    margin-bottom: 16px;
}

.section-description {
    font-size: 18px;
    color: var(--text-light);
    line-height: 1.8;
    max-width: 700px;
    margin: 0 auto;
}

/* ==========================================
   Feature Cards
   ========================================== */
.about-features {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.feature-card {
    background: white;
    padding: 30px;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
    display: flex;
    gap: 20px;
    align-items: flex-start;
    transition: all 0.3s ease;
}

.feature-card:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-4px);
}

.feature-icon {
    width: 60px;
    height: 60px;
    background: var(--gradient-2);
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.feature-icon i {
    font-size: 28px;
    color: white;
}

.feature-content h4 {
    font-size: 20px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 8px;
}

.feature-content p {
    font-size: 15px;
    color: var(--text-light);
    line-height: 1.6;
    margin: 0;
}

/* ==========================================
   Info Card
   ========================================== */
.about-info-card {
    background: white;
    padding: 40px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    height: 100%;
}

.about-info-card h3 {
    font-size: 24px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 2px solid var(--border-color);
}

.info-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.info-list li {
    font-size: 16px;
    color: var(--text-dark);
    padding: 12px 0;
    border-bottom: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    gap: 12px;
}

.info-list li:last-child {
    border-bottom: none;
}

.info-list li i {
    color: var(--primary-color);
    font-size: 18px;
    width: 24px;
}

.info-list li strong {
    font-weight: 600;
    margin-right: 8px;
}

.about-cta {
    text-align: center;
}

/* ==========================================
   Service Cards
   ========================================== */
.service-card {
    background: white;
    padding: 40px 30px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    transition: all 0.3s ease;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.service-card:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-8px);
}

.service-card.featured {
    background: var(--gradient-2);
    color: white;
}

.service-card.featured h3,
.service-card.featured p {
    color: white;
}

.service-card.featured .service-link {
    color: white;
}

.featured-badge {
    position: absolute;
    top: -12px;
    right: 20px;
    background: var(--accent-color);
    color: white;
    padding: 4px 16px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.service-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 24px;
}

.service-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.service-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 16px;
    text-align: center;
}

.service-card p {
    font-size: 15px;
    color: var(--text-light);
    line-height: 1.7;
    text-align: center;
    margin-bottom: 20px;
    flex-grow: 1;
}

.service-link {
    color: var(--primary-color);
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.service-link:hover {
    gap: 12px;
}

/* ==========================================
   CTA Section
   ========================================== */
.cta-section {
    background: var(--gradient-1);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.cta-gradient {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 80% 50%, rgba(236, 72, 153, 0.3) 0%, transparent 50%);
    pointer-events: none;
}

.cta-content {
    position: relative;
    z-index: 2;
}

.cta-content h2 {
    font-size: 40px;
    font-weight: 800;
    color: white;
    line-height: 1.3;
    margin-bottom: 16px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.cta-content p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.95);
    margin: 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* ==========================================
   Testimonial Cards
   ========================================== */
.testimonial-slider {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.testimonial-card {
    background: white;
    padding: 40px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    position: relative;
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.testimonial-quote {
    font-size: 48px;
    color: var(--primary-color);
    opacity: 0.2;
    margin-bottom: 16px;
}

.testimonial-text {
    font-size: 16px;
    color: var(--text-dark);
    line-height: 1.8;
    margin-bottom: 24px;
    font-style: italic;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-top: 24px;
    border-top: 2px solid var(--border-color);
}

.author-info h5 {
    font-size: 18px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 4px;
}

.author-info span {
    font-size: 14px;
    color: var(--text-light);
}

/* ==========================================
   Contact Form
   ========================================== */
.modern-contact-form {
    background: white;
    padding: 40px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
}

.modern-contact-form .form-group {
    margin-bottom: 24px;
}

.modern-contact-form input,
.modern-contact-form textarea {
    width: 100%;
    padding: 14px 20px;
    border: 2px solid var(--border-color);
    border-radius: var(--radius-md);
    font-size: 15px;
    color: var(--text-dark);
    transition: all 0.3s ease;
    background: var(--bg-white);
}

.modern-contact-form input::placeholder,
.modern-contact-form textarea::placeholder {
    color: var(--text-light);
    opacity: 0.7;
}

.modern-contact-form label {
    display: block;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 8px;
    font-size: 15px;
}

.modern-contact-form input:focus,
.modern-contact-form textarea:focus {
    border-color: var(--primary-color);
    outline: none;
    box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.1);
}

.modern-contact-form input:invalid:not(:placeholder-shown),
.modern-contact-form textarea:invalid:not(:placeholder-shown) {
    border-color: #ef4444;
}

.modern-contact-form input:valid:not(:placeholder-shown),
.modern-contact-form textarea:valid:not(:placeholder-shown) {
    border-color: #10b981;
}

.modern-contact-form textarea {
    resize: vertical;
    min-height: 140px;
}

.modern-contact-form .btn {
    margin-top: 8px;
}

.modern-contact-form .btn i {
    transition: transform 0.3s ease;
}

.modern-contact-form .btn:hover i {
    transform: translateX(4px);
}

.modern-contact-form .btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none !important;
}

.modern-contact-form .btn.loading {
    position: relative;
    color: transparent;
    pointer-events: none;
}

.modern-contact-form .btn.loading::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    border: 2px solid white;
    border-radius: 50%;
    border-top-color: transparent;
    animation: spinner 0.6s linear infinite;
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

/* Map wrapper */
.map-wrapper {
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    transition: all 0.3s ease;
}

.map-wrapper:hover {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.map-wrapper iframe {
    display: block;
    width: 100%;
}

/* ==========================================
   FAQ Accordion
   ========================================== */
.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq-item {
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.faq-item:hover {
    box-shadow: var(--shadow-md);
    border-color: var(--primary-color);
    border-color: rgba(99, 102, 241, 0.2);
}

.faq-question {
    width: 100%;
    background: white;
    border: none;
    padding: 24px 28px;
    display: flex;
    align-items: center;
    gap: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: left;
}

.faq-question:hover {
    background: var(--bg-gray);
}

.faq-question[aria-expanded="true"] {
    background: var(--bg-gray);
    border-bottom: 1px solid var(--border-color);
}

.faq-icon {
    width: 48px;
    height: 48px;
    background: var(--gradient-2);
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.faq-icon i {
    font-size: 20px;
    color: white;
}

.faq-title {
    flex: 1;
    font-size: 18px;
    font-weight: 600;
    color: var(--text-dark);
    line-height: 1.4;
}

.faq-toggle {
    width: 32px;
    height: 32px;
    background: var(--bg-gray);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.faq-toggle i {
    font-size: 14px;
    color: var(--text-dark);
    transition: transform 0.3s ease;
}

.faq-question[aria-expanded="true"] .faq-toggle {
    background: var(--primary-color);
}

.faq-question[aria-expanded="true"] .faq-toggle i {
    color: white;
    transform: rotate(180deg);
}

.faq-answer {
    background: white;
    transition: all 0.3s ease;
    overflow: hidden;
}

.faq-answer.collapsing {
    transition: height 0.35s ease;
}

.faq-answer.show {
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.faq-body {
    padding: 24px 28px 28px 92px;
    color: var(--text-light);
    font-size: 15px;
    line-height: 1.8;
}
    font-size: 15px;
    line-height: 1.8;
}

/* ==========================================
   Portfolio Cards
   ========================================== */
.portfolio-card {
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.portfolio-card:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-4px);
}

.portfolio-video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
}

.portfolio-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.portfolio-content {
    padding: 24px;
    flex: 1;
}

.portfolio-category {
    display: inline-block;
    background: var(--gradient-2);
    color: white;
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
}

.portfolio-content h4 {
    font-size: 18px;
    font-weight: 700;
    color: var(--text-dark);
    line-height: 1.4;
    margin: 0;
}

/* ==========================================
   Testimonials Update
   ========================================== */
.testimonial-slider {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.testimonial-card {
    background: white;
    padding: 40px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    position: relative;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.testimonial-quote {
    font-size: 60px;
    color: var(--primary-color);
    opacity: 0.15;
    line-height: 1;
    margin-bottom: 16px;
    font-family: Georgia, serif;
}

.testimonial-text {
    font-size: 16px;
    color: var(--text-dark);
    line-height: 1.8;
    margin-bottom: 24px;
    flex: 1;
}

.author-info {
    border-top: 1px solid var(--border-color);
    padding-top: 20px;
}

.author-info h6 {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-dark);
    margin: 0;
    margin-bottom: 4px;
}

.author-info span {
    font-size: 14px;
    color: var(--text-light);
}

/* ==========================================
   Responsive Styles
   ========================================== */
@media (max-width: 991px) {
    .hero-title {
        font-size: 42px;
    }
    
    .section-title {
        font-size: 36px;
    }
    
    .hero-area.modern-hero {
        padding: 80px 0 60px;
    }
    
    .modern-section {
        padding: 60px 0;
    }
    
    .hero-stats {
        gap: 24px;
    }
    
    .testimonial-slider {
        grid-template-columns: 1fr;
    }
    
    /* Footer adjustments for tablets */
    .modern-footer .footer-widget {
        margin-bottom: 40px;
    }
    
    .modern-footer .footer-widget:nth-child(1),
    .modern-footer .footer-widget:nth-child(2) {
        margin-bottom: 45px;
    }
    
    /* Contact and FAQ on tablets */
    .map-wrapper iframe {
        height: 400px !important;
    }
    
    .faq-body {
        padding: 20px 24px 24px 80px;
    }
}

@media (max-width: 767px) {
    .hero-title {
        font-size: 36px;
    }
    
    .section-title {
        font-size: 30px;
    }
    
    .hero-description,
    .section-description {
        font-size: 17px;
    }
    
    .stat-number {
        font-size: 36px;
    }
    
    .hero-buttons {
        flex-direction: column;
    }
    
    .hero-buttons .btn {
        width: 100%;
        text-align: center;
    }
    
    .cta-content h2 {
        font-size: 30px;
    }
    
    .about-info-card {
        margin-top: 30px;
    }
    
    /* Improve button sizes on mobile */
    .modern-btn,
    .modern-btn-outline,
    .modern-btn-white {
        padding: 14px 28px;
        font-size: 16px;
    }
    
    /* Ensure minimum touch target size */
    .modern-nav .main-menu ul li a {
        min-height: 44px;
        display: flex;
        align-items: center;
    }
    
    /* Better spacing for mobile */
    .modern-section {
        padding: 60px 0;
    }
    
    .section-header {
        margin-bottom: 40px;
    }
    
    /* Footer adjustments for mobile */
    .modern-footer {
        padding: 60px 0 20px;
    }
    
    .modern-footer .footer-widget {
        margin-bottom: 35px;
        text-align: center;
    }
    
    .modern-footer .footer-logo {
        display: flex;
        justify-content: center;
    }
    
    .modern-footer .footer-widget h4::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .modern-footer .footer-links,
    .modern-footer .footer-contact {
        text-align: center;
    }
    
    .modern-footer .footer-contact li {
        justify-content: center;
    }
    
    .modern-footer .footer-social {
        justify-content: center;
    }
    
    /* Contact form mobile */
    .modern-contact-form {
        padding: 30px 20px;
    }
    
    .modern-contact-form label {
        font-size: 14px;
    }
    
    .modern-contact-form input,
    .modern-contact-form textarea {
        font-size: 14px;
        padding: 12px 16px;
    }
    
    .map-wrapper {
        margin-bottom: 30px;
    }
    
    .map-wrapper iframe {
        height: 300px !important;
    }
    
    /* FAQ mobile */
    .faq-question {
        padding: 20px 16px;
        gap: 12px;
    }
    
    .faq-icon {
        width: 40px;
        height: 40px;
    }
    
    .faq-icon i {
        font-size: 18px;
    }
    
    .faq-title {
        font-size: 16px;
    }
    
    .faq-body {
        padding: 20px 16px 24px 68px;
        font-size: 14px;
    }
    
    /* Portfolio mobile */
    .portfolio-content {
        padding: 20px;
    }
    
    .portfolio-content h4 {
        font-size: 16px;
    }
    
    /* Testimonials mobile */
    .testimonial-slider {
        grid-template-columns: 1fr;
    }
    
    .testimonial-card {
        padding: 30px 20px;
    }
    
    .testimonial-quote {
        font-size: 48px;
    }
}

/* ==========================================
   Print Styles
   ========================================== */
@media print {
    .modern-header,
    .modern-footer,
    .modern-btn,
    .cta-section {
        display: none;
    }
    
    body {
        font-size: 12pt;
        line-height: 1.5;
        color: #000;
        background: #fff;
    }
}

/* ==========================================
   Modern Footer Styles
   ========================================== */
.modern-footer {
    background: #1e293b;
    padding: 80px 0 30px;
    color: white;
}

.modern-footer .footer-widget {
    margin-bottom: 40px;
    background: transparent !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

.modern-footer .footer-logo {
    margin-bottom: 16px;
}

.modern-footer .footer-logo img {
    max-width: 150px;
    height: auto;
}

.modern-footer .footer-widget h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 24px;
    color: white;
    position: relative;
    padding-bottom: 12px;
}

.modern-footer .footer-widget h4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background: var(--primary-color);
    border-radius: 2px;
}

.modern-footer .footer-widget p {
    color: rgba(255,255,255,0.8);
    line-height: 1.8;
    margin: 0;
    font-size: 15px;
}

.modern-footer .footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.modern-footer .footer-links li {
    margin-bottom: 12px;
}

.modern-footer .footer-links a {
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    font-size: 15px;
}

.modern-footer .footer-links a:hover {
    color: white;
    padding-left: 5px;
}

.modern-footer .footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.modern-footer .footer-contact li {
    margin-bottom: 12px;
    color: rgba(255,255,255,0.8);
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 15px;
}

.modern-footer .footer-contact i {
    color: var(--primary-color);
    margin-top: 4px;
    flex-shrink: 0;
}

.modern-footer .footer-social {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.modern-footer .footer-social a {
    width: 44px;
    height: 44px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.modern-footer .footer-social a:hover {
    background: var(--primary-color);
    transform: translateY(-3px);
}

.modern-footer .footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 30px;
    margin-top: 40px;
    text-align: center;
}

.modern-footer .footer-bottom p {
    color: rgba(255,255,255,0.6);
    margin: 0;
    font-size: 14px;
}
