@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

:root {
    --primary-color: #D12300;
    --secondary-color: #B01E00;
    --accent-color: #FF3A1C;
    --dark-color: #000000;
    --light-color: #F5F5F5;
    --gradient: linear-gradient(135deg, #D12300 0%, #B01E00 50%, #FF3A1C 100%);
    --warm-red: #E63946;
    --dark-red: #A61E1E;
}

* {
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
}

/* Sticky Footer */
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden; /* Yatay kaymayı engelle */
}

body {
    display: flex;
    flex-direction: column;
    background-color: white;
}

/* Container ve genel stillemeler */
.container, .container-fluid {
    max-width: 100vw;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12,
.col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12,
.col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12,
.col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    padding-left: 15px;
    padding-right: 15px;
}

/* Ana içerik bölümü */
main {
    flex: 1 0 auto;
    background-color: white;
    width: 100%;
    overflow-x: hidden;
}

/* Footer tam alt ve beyaz kısım yok */
footer {
    flex-shrink: 0;
    margin-top: auto;
}

footer {
    flex-shrink: 0;
}

/* Caterserv Inspired Navbar */
.navbar {
    padding: 15px 0;
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 30px rgba(0,0,0,0.1);
    z-index: 1050 !important;
    transition: all 0.3s ease;
    width: 100%;
}

.navbar .container {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
}

.navbar-brand {
    font-weight: 700;
    font-size: 1.8rem;
    color: var(--primary-color) !important;
}

.navbar-nav .nav-link {
    font-weight: 500;
    color: #000000 !important;
    margin: 0 10px;
    padding: 8px 16px !important;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.navbar-nav .nav-link:hover {
    background: var(--gradient);
    color: white !important;
    transform: translateY(-2px);
}

.dropdown-menu {
    z-index: 1060 !important;
    border: none;
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    padding: 20px;
    margin-top: 10px;
}

.dropdown-item {
    padding: 10px 20px;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.dropdown-item:hover {
    background: var(--gradient);
    color: white;
    transform: translateX(5px);
}

/* Phone Button Styles */
.phone-btn {
    background: var(--gradient);
    color: white !important;
    padding: 8px 16px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    margin: 0 5px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.phone-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(209, 35, 0, 0.3);
    color: white !important;
}

.phone-btn i {
    animation: pulse 2s infinite;
}

/* Modern Buttons */
.btn-primary {
    background: var(--gradient);
    border: none;
    border-radius: 25px;
    padding: 12px 30px;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(209, 35, 0, 0.3);
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(209, 35, 0, 0.4);
    background: var(--gradient);
}

.btn-outline-light {
    border: 2px solid rgba(255,255,255,0.3);
    border-radius: 25px;
    padding: 12px 30px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-outline-light:hover {
    background: rgba(255,255,255,0.2);
    border-color: white;
    transform: translateY(-2px);
}

/* Hero Section */
.hero-section {
    background: var(--gradient);
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
    width: 100%;
}

.hero-section .container {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
}

.hero-section .row {
    margin-left: -15px;
    margin-right: -15px;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" fill="rgba(209,35,0,0.1)"><polygon points="1000,100 1000,0 0,100"/></svg>');
    background-size: cover;
}

/* Home Page Specific Styles */
@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

.floating-card {
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
}

.stats-section .counter {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary-color);
}

/* CTA Section Styles */
.cta-section {
    background: white;
    position: relative;
    color: #333;
}

.cta-section h2 {
    color: #333;
}

.cta-section .lead {
    color: #666;
}

.cta-section .feature-icon {
    background: var(--primary-color);
}

.cta-section .d-flex span {
    color: #333;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent 30%, rgba(209,35,0,0.05) 50%, transparent 70%);
}

.cta-background-pattern {
    width: 300px;
    height: 300px;
    opacity: 0.1;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' r='2' fill='%23D4A762' opacity='0.3'/%3E%3Ccircle cx='20' cy='20' r='1' fill='%23D4A762' opacity='0.2'/%3E%3Ccircle cx='80' cy='30' r='1.5' fill='%23D4A762' opacity='0.3'/%3E%3Ccircle cx='30' cy='80' r='1' fill='%23D4A762' opacity='0.2'/%3E%3Ccircle cx='70' cy='70' r='2' fill='%23D4A762' opacity='0.3'/%3E%3C/svg%3E");
    background-size: 100px 100px;
}

.cta-buttons .btn {
    transition: all 0.3s ease;
}

.cta-buttons .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.2) !important;
}

.trust-badge {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

/* Feature Icons */
.feature-icon {
    width: 80px;
    height: 80px;
    background: var(--gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(209, 35, 0, 0.3);
}

.feature-icon:hover {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 15px 40px rgba(209, 35, 0, 0.4);
}

/* Cards */
.card {
    border: none;
    border-radius: 20px;
    transition: all 0.3s ease;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0,0,0,0.1);
}

.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

/* Section Titles */
.section-title {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 50px;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: var(--gradient);
    border-radius: 2px;
}

/* Caterserv Inspired Footer */
footer {
    background: linear-gradient(135deg, #2C2C2C 0%, #1A1A1A 100%);
    color: white;
    position: relative;
    padding: 40px 0 0; /* Sadece üst padding */
    margin: 0; /* Hiç margin yok */
    width: 100%;
}

footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gradient);
}

/* Footer son satır için özel stil */
footer .row:last-child {
    margin-bottom: 0;
    padding-bottom: 15px;
}

footer .container {
    margin-bottom: 0;
    padding-bottom: 0;
}

.footer-widget h5 {
    color: var(--primary-color);
    margin-bottom: 20px;
    font-weight: 600;
}

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

.footer-widget ul li {
    margin-bottom: 10px;
}

.footer-widget ul li a {
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.footer-widget ul li a:hover {
    color: var(--primary-color);
    transform: translateX(5px);
}

.footer-widget ul li a i {
    margin-right: 10px;
    width: 20px;
}

/* Social Links */
.social-links a {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    margin-right: 10px;
    transition: all 0.3s ease;
    color: white;
}

.social-links a:hover {
    background: var(--primary-color);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(209, 35, 0, 0.3);
}

/* Contact Info */
.contact-info h6 {
    color: var(--primary-color);
    margin-bottom: 15px;
}

.contact-info p {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.contact-info i {
    margin-right: 10px;
    width: 20px;
    color: var(--primary-color);
}

/* Newsletter Form */
.newsletter-form .btn-primary {
    background: var(--gradient);
    border: none;
    padding: 8px 15px;
}

.newsletter-form .btn-primary:hover {
    background: var(--gradient);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(209, 35, 0, 0.3);
}

/* Back to Top Button */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: var(--gradient);
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 1000;
    box-shadow: 0 4px 15px rgba(209, 35, 0, 0.3);
}

.back-to-top:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(209, 35, 0, 0.4);
}

/* Footer Links Hover */
.footer-links a:hover {
    color: var(--primary-color) !important;
    transition: all 0.3s ease;
}

/* Responsive */
@media (max-width: 768px) {
    .hero-section {
        min-height: 60vh;
        text-align: center;
    }
    
    .hero-section h1 {
        font-size: 2rem;
    }
    
    .feature-icon {
        width: 60px;
        height: 60px;
    }
    
    .navbar-brand {
        font-size: 1.4rem;
    }
    
    footer {
        padding: 40px 0 20px;
    }
    
}

/* Menu Category Buttons */
.category-btn {
    background: white;
    border: 2px solid #e9ecef;
    color: #6c757d;
    font-weight: 500;
    padding: 12px 20px;
    border-radius: 30px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    cursor: pointer;
    margin-bottom: 10px;
}

.category-btn:hover {
    background: #f8f9fa;
    border-color: var(--primary-color);
    color: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(209, 35, 0, 0.2);
}

.category-btn.active {
    background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
    border-color: var(--primary-color);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(209, 35, 0, 0.3);
}

.category-btn.active:hover {
    background: linear-gradient(45deg, var(--secondary-color), var(--primary-color));
    transform: translateY(-3px);
}

/* Modern Feature Cards */
.feature-card {
    background: white;
    border-radius: 20px;
    padding: 40px 30px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    border: 1px solid rgba(209, 35, 0, 0.1);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(209, 35, 0, 0.15);
    border-color: var(--primary-color);
}

.card-content {
    position: relative;
    z-index: 2;
}

.feature-number {
    position: absolute;
    top: -10px;
    right: 20px;
    font-size: 4rem;
    font-weight: 900;
    color: rgba(209, 35, 0, 0.1);
    line-height: 1;
    transition: all 0.3s ease;
}

.feature-card:hover .feature-number {
    color: rgba(209, 35, 0, 0.2);
    transform: scale(1.1);
}

.feature-badge {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    font-size: 1.8rem;
    color: white;
    transition: all 0.3s ease;
    position: relative;
}

.feature-badge::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    border-radius: 25px;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: -1;
}

.feature-card:hover .feature-badge::before {
    opacity: 0.3;
}

.feature-card:hover .feature-badge {
    transform: scale(1.1) rotate(5deg);
}

.card-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
    line-height: 1.3;
}

.card-description {
    color: #6c757d;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 25px;
}

.feature-details {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.detail-item {
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    color: #495057;
    font-weight: 500;
}

.detail-item i {
    color: var(--primary-color);
    margin-right: 10px;
    font-size: 0.8rem;
    width: 16px;
}

.card-decoration {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    opacity: 0.05;
    transition: all 0.5s ease;
}

.card-decoration-1 {
    background: var(--primary-color);
    top: -20px;
    right: -30px;
}

.card-decoration-2 {
    background: var(--secondary-color);
    bottom: -30px;
    left: -20px;
}

.card-decoration-3 {
    background: var(--accent-color);
    top: -30px;
    left: -20px;
}

.card-decoration-4 {
    background: var(--primary-color);
    bottom: -20px;
    right: -30px;
}

.feature-card:hover .card-decoration {
    opacity: 0.1;
    transform: scale(1.2);
}

/* Responsive Design for Feature Cards */
@media (max-width: 768px) {
    .feature-card {
        padding: 30px 20px;
        margin-bottom: 20px;
    }
    
    .feature-number {
        font-size: 3rem;
        top: -5px;
        right: 15px;
    }
    
    .feature-badge {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
        margin-bottom: 20px;
    }
    
    .card-title {
        font-size: 1.3rem;
    }
    
    .feature-details {
        flex-direction: column;
    }
}

/* Timeline Design for About Page */
.timeline-container {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 0;
}

.timeline-line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, var(--primary-color), var(--secondary-color));
    transform: translateX(-50%);
    border-radius: 2px;
}

.timeline-item {
    position: relative;
    margin-bottom: 50px;
    width: 50%;
}

.timeline-item.left {
    left: 0;
    padding-right: 50px;
}

.timeline-item.right {
    left: 50%;
    padding-left: 50px;
}

.timeline-content {
    position: relative;
}

.timeline-marker {
    position: absolute;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    border: 4px solid white;
    box-shadow: 0 4px 20px rgba(209, 35, 0, 0.3);
    z-index: 2;
}

.timeline-item.left .timeline-marker {
    right: -80px;
}

.timeline-item.right .timeline-marker {
    left: -80px;
}

.timeline-card {
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(209, 35, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
}

.timeline-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(209, 35, 0, 0.15);
}

.timeline-card::before {
    content: '';
    position: absolute;
    top: 20px;
    width: 0;
    height: 0;
    border: 15px solid transparent;
}

.timeline-item.left .timeline-card::before {
    right: -30px;
    border-left-color: white;
}

.timeline-item.right .timeline-card::before {
    left: -30px;
    border-right-color: white;
}

.timeline-title {
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 1.4rem;
}

.timeline-text {
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 20px;
}

.timeline-features {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.timeline-badge {
    background: linear-gradient(45deg, var(--primary-color), var(--accent-color));
    color: white;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    white-space: nowrap;
}

/* Timeline Responsive Design */
@media (max-width: 768px) {
    .timeline-line {
        left: 30px;
    }
    
    .timeline-item {
        width: 100%;
        left: 0 !important;
        padding-left: 80px !important;
        padding-right: 0 !important;
    }
    
    .timeline-marker {
        left: 0 !important;
        right: auto !important;
    }
    
    .timeline-card::before {
        left: -30px !important;
        right: auto !important;
        border-right-color: white !important;
        border-left-color: transparent !important;
    }
    
    .timeline-container {
        padding: 20px 0;
    }
    
    .timeline-card {
        padding: 20px;
    }
    
    .timeline-features {
        justify-content: flex-start;
    }
}

/* Zigzag Layout for Services Page */
.zigzag-container {
    padding: 40px 0;
}

.zigzag-item {
    margin-bottom: 80px;
    position: relative;
}

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

.zigzag-content {
    padding: 40px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(209, 35, 0, 0.1);
    position: relative;
    transition: all 0.3s ease;
}

.zigzag-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 60px rgba(209, 35, 0, 0.15);
}

.zigzag-number {
    position: absolute;
    top: -20px;
    left: 40px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 900;
    font-size: 1.5rem;
    box-shadow: 0 8px 25px rgba(209, 35, 0, 0.3);
}

.zigzag-title {
    color: #2c3e50;
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: 20px;
    margin-top: 20px;
}

.zigzag-text {
    color: #6c757d;
    line-height: 1.7;
    font-size: 1.1rem;
    margin-bottom: 25px;
}

.zigzag-features {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.feature-tag {
    background: linear-gradient(45deg, var(--primary-color), var(--accent-color));
    color: white;
    padding: 8px 16px;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 600;
    white-space: nowrap;
}

.zigzag-visual {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
}

.visual-circle {
    width: 180px;
    height: 180px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 3.5rem;
    position: relative;
    transition: all 0.4s ease;
    box-shadow: 0 20px 60px rgba(209, 35, 0, 0.3);
}

.visual-circle::before {
    content: '';
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    border: 3px solid rgba(209, 35, 0, 0.2);
    border-radius: 50%;
    transition: all 0.4s ease;
}

.zigzag-item:hover .visual-circle {
    transform: scale(1.05) rotate(5deg);
}

.zigzag-item:hover .visual-circle::before {
    transform: rotate(-10deg);
    border-color: rgba(209, 35, 0, 0.4);
}

/* Zigzag Item Connecting Lines */
.zigzag-item.left::after,
.zigzag-item.right::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 60px;
    background: linear-gradient(180deg, var(--primary-color), transparent);
    bottom: -60px;
    z-index: 1;
}

.zigzag-item.left::after {
    right: 25%;
}

.zigzag-item.right::after {
    left: 25%;
}

.zigzag-item:last-child::after {
    display: none;
}

/* Zigzag Responsive Design */
@media (max-width: 768px) {
    .zigzag-item {
        margin-bottom: 60px;
    }
    
    .zigzag-content {
        padding: 30px 25px;
        margin-top: 30px;
    }
    
    .zigzag-number {
        top: -15px;
        left: 25px;
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
    
    .zigzag-title {
        font-size: 1.5rem;
        margin-top: 15px;
    }
    
    .zigzag-text {
        font-size: 1rem;
    }
    
    .visual-circle {
        width: 140px;
        height: 140px;
        font-size: 2.5rem;
    }
    
    .zigzag-visual {
        padding: 20px;
        order: 1 !important;
    }
    
    .zigzag-content {
        order: 2 !important;
    }
    
    .zigzag-item.left::after,
    .zigzag-item.right::after {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }
}

/* FAQ Cards Design for Contact Page */
.faq-card {
    background: white;
    padding: 35px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(209, 35, 0, 0.1);
    height: 100%;
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
}

.faq-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--accent-color));
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.faq-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(209, 35, 0, 0.15);
    border-color: var(--primary-color);
}

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

.faq-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.8rem;
    margin-bottom: 25px;
    transition: all 0.3s ease;
    position: relative;
}

.faq-icon::after {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    background: linear-gradient(135deg, var(--accent-color), var(--primary-color));
    border-radius: 25px;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: -1;
}

.faq-card:hover .faq-icon {
    transform: scale(1.1) rotate(5deg);
}

.faq-card:hover .faq-icon::after {
    opacity: 0.3;
}

.faq-question {
    color: #2c3e50;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 1.3rem;
    line-height: 1.4;
}

.faq-answer {
    color: #6c757d;
    line-height: 1.7;
    margin-bottom: 25px;
    font-size: 1rem;
}

.faq-tag {
    display: inline-block;
    background: linear-gradient(45deg, var(--primary-color), var(--accent-color));
    color: white;
    padding: 8px 16px;
    border-radius: 25px;
    font-size: 0.85rem;
    font-weight: 600;
    position: absolute;
    bottom: 25px;
    left: 35px;
}

/* FAQ Cards Animation */
.faq-card {
    animation: fadeInUp 0.6s ease-out;
}

.faq-card:nth-child(1) { animation-delay: 0.1s; }
.faq-card:nth-child(2) { animation-delay: 0.2s; }
.faq-card:nth-child(3) { animation-delay: 0.3s; }
.faq-card:nth-child(4) { animation-delay: 0.4s; }
.faq-card:nth-child(5) { animation-delay: 0.5s; }
.faq-card:nth-child(6) { animation-delay: 0.6s; }

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

/* FAQ Responsive Design */
@media (max-width: 768px) {
    .faq-card {
        padding: 25px;
        margin-bottom: 20px;
    }
    
    .faq-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
        margin-bottom: 20px;
    }
    
    .faq-question {
        font-size: 1.2rem;
    }
    
    .faq-answer {
        font-size: 0.95rem;
        margin-bottom: 20px;
    }
    
    .faq-tag {
        bottom: 20px;
        left: 25px;
        font-size: 0.8rem;
        padding: 6px 12px;
    }
}
