/* أنماط عامة - Global Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Noto Kufi Arabic', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #faf8ff;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* لوحة الألوان المصرية - Egyptian Color Palette */
:root {
    --primary-purple: #8b5cf6;
    --light-purple: #a78bfa;
    --dark-purple: #7c3aed;
    --pink-accent: #ec4899;
    --light-pink: #f472b6;
    --gold: #f59e0b;
    --dark-gold: #d97706;
    --text-dark: #1f2937;
    --text-light: #6b7280;
    --bg-light: #fef7ff;
    --white: #ffffff;
}

/* الهيدر - Header */
.header {
    background: linear-gradient(135deg, var(--primary-purple), var(--dark-purple));
    color: var(--white);
    padding: 1rem 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 20px rgba(139, 92, 246, 0.3);
}

.navbar {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    gap: 3rem;
}

.logo h1 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 0.2rem;
}

.logo span {
    font-size: 0.9rem;
    color: var(--light-purple);
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 2rem;
    margin-left: auto;
}

.nav-menu a {
    color: var(--white);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
    position: relative;
}

.nav-menu a:hover {
    color: var(--light-pink);
}

.nav-menu a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--light-pink);
    transition: width 0.3s ease;
}

.nav-menu a:hover::after {
    width: 100%;
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background: var(--white);
    margin: 3px 0;
    transition: 0.3s;
}

/* القسم الرئيسي - Hero Section */
.hero {
    background: linear-gradient(135deg, var(--bg-light), var(--light-purple));
    padding: 8rem 0 4rem;
    margin-top: 80px;
    position: relative;
    overflow: hidden;
}

.hero::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 100 100"><defs><pattern id="egyptian" patternUnits="userSpaceOnUse" width="20" height="20"><circle cx="10" cy="10" r="2" fill="%23ec4899" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23egyptian)"/></svg>');
    opacity: 0.3;
}

.hero .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    position: relative;
    z-index: 1;
}

.hero-content h2 {
    font-size: 3rem;
    color: var(--text-dark);
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.hero-content p {
    font-size: 1.2rem;
    color: var(--text-light);
    margin-bottom: 2rem;
    line-height: 1.8;
}

.cta-button {
    display: inline-block;
    background: linear-gradient(135deg, var(--primary-purple), var(--pink-accent));
    color: var(--white);
    padding: 1rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(139, 92, 246, 0.4);
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(139, 92, 246, 0.6);
}

.tech-illustration {
    width: 100%;
    height: 400px;
    background: linear-gradient(135deg, var(--primary-purple), var(--pink-accent));
    border-radius: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tech-illustration::before {
    content: '';
    width: 200px;
    height: 200px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><defs><linearGradient id="techGrad1" x1="0%" y1="0%" x2="100%" y2="100%"><stop offset="0%" style="stop-color:%23ffffff;stop-opacity:0.9"/><stop offset="100%" style="stop-color:%23ffffff;stop-opacity:0.6"/></linearGradient><linearGradient id="techGrad2" x1="0%" y1="0%" x2="100%" y2="100%"><stop offset="0%" style="stop-color:%23ec4899;stop-opacity:0.8"/><stop offset="100%" style="stop-color:%238b5cf6;stop-opacity:0.8"/></linearGradient></defs><circle cx="100" cy="100" r="80" fill="none" stroke="url(%23techGrad1)" stroke-width="3"/><circle cx="100" cy="100" r="60" fill="none" stroke="url(%23techGrad1)" stroke-width="2" opacity="0.7"/><circle cx="100" cy="100" r="40" fill="none" stroke="url(%23techGrad1)" stroke-width="1.5" opacity="0.5"/><polygon points="100,40 120,80 100,120 80,80" fill="url(%23techGrad2)" opacity="0.8"/><polygon points="100,80 120,120 100,160 80,120" fill="url(%23techGrad2)" opacity="0.6"/><circle cx="100" cy="100" r="15" fill="url(%23techGrad1)"/><path d="M60,60 L80,80 M140,60 L120,80 M60,140 L80,120 M140,140 L120,120" stroke="url(%23techGrad1)" stroke-width="2" opacity="0.8"/><circle cx="60" cy="60" r="4" fill="url(%23techGrad1)"/><circle cx="140" cy="60" r="4" fill="url(%23techGrad1)"/><circle cx="60" cy="140" r="4" fill="url(%23techGrad1)"/><circle cx="140" cy="140" r="4" fill="url(%23techGrad1)"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* خدماتنا - Services Section */
.services {
    padding: 5rem 0;
    background: var(--white);
}

.services h2 {
    text-align: center;
    font-size: 2.5rem;
    color: var(--text-dark);
    margin-bottom: 3rem;
    position: relative;
}

.services h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(135deg, var(--primary-purple), var(--pink-accent));
    border-radius: 2px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.service-card {
    background: var(--white);
    padding: 2.5rem 2rem;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(139, 92, 246, 0.1);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(139, 92, 246, 0.2);
    border-color: var(--light-purple);
}

.service-icon {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    background: linear-gradient(135deg, var(--primary-purple), var(--pink-accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.service-card h3 {
    font-size: 1.5rem;
    color: var(--text-dark);
    margin-bottom: 1rem;
}

.service-card p {
    color: var(--text-light);
    line-height: 1.6;
}

/* من نحن - About Section */
.about {
    padding: 5rem 0;
    background: linear-gradient(135deg, var(--bg-light), var(--light-purple));
}

.about h2 {
    text-align: center;
    font-size: 2.5rem;
    color: var(--text-dark);
    margin-bottom: 2rem;
}

.about-content p {
    font-size: 1.1rem;
    color: var(--text-light);
    text-align: center;
    max-width: 800px;
    margin: 0 auto 3rem;
    line-height: 1.8;
}

.about-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.stat {
    text-align: center;
    padding: 2rem;
    background: var(--white);
    border-radius: 15px;
    box-shadow: 0 5px 25px rgba(139, 92, 246, 0.1);
}

.stat h3 {
    font-size: 2.5rem;
    color: var(--primary-purple);
    margin-bottom: 0.5rem;
}

.stat p {
    color: var(--text-light);
    font-weight: 500;
}

/*为什么选择我们 - Why Choose Us Section */
.why-choose-us {
    padding: 5rem 0;
    background: var(--white);
}

.why-choose-us h2 {
    text-align: center;
    font-size: 2.5rem;
    color: var(--text-dark);
    margin-bottom: 3rem;
    position: relative;
}

.why-choose-us h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(135deg, var(--primary-purple), var(--pink-accent));
    border-radius: 2px;
}

.why-us-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.why-us-card {
    background: var(--white);
    padding: 2.5rem 2rem;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(139, 92, 246, 0.1);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.why-us-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(139, 92, 246, 0.2);
    border-color: var(--light-purple);
}

.why-us-icon {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    background: linear-gradient(135deg, var(--primary-purple), var(--pink-accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.why-us-card h3 {
    font-size: 1.5rem;
    color: var(--text-dark);
    margin-bottom: 1rem;
}

.why-us-card p {
    color: var(--text-light);
    line-height: 1.6;
}

.cta-section {
    text-align: center;
    margin-top: 4rem;
    padding: 3rem;
    background: linear-gradient(135deg, var(--bg-light), var(--light-purple));
    border-radius: 20px;
}

.cta-section p {
    font-size: 1.3rem;
    color: var(--text-dark);
    margin-bottom: 2rem;
    font-weight: 500;
}

.cta-button {
    background: linear-gradient(135deg, var(--primary-purple), var(--pink-accent));
    color: var(--white);
    padding: 1rem 2.5rem;
    border: none;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(139, 92, 246, 0.4);
}

/* الفوتر - Footer */
.footer {
    background: linear-gradient(135deg, var(--dark-purple), var(--primary-purple));
    color: var(--white);
    padding: 3rem 0 1rem;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-section h3 {
    margin-bottom: 1rem;
    color: var(--light-pink);
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 0.5rem;
}

.footer-section a {
    color: var(--white);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section a:hover {
    color: var(--light-pink);
}

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

.social-links a {
    background: rgba(255, 255, 255, 0.1);
    padding: 0.5rem 1rem;
    border-radius: 25px;
    transition: background 0.3s ease;
}

.social-links a:hover {
    background: rgba(255, 255, 255, 0.2);
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--light-purple);
}

/* تأثيرات التحميل */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* صفحة الخدمات - Services Page */
.services-hero {
    background: linear-gradient(135deg, var(--primary-purple) 0%, var(--pink-accent) 100%);
    color: white;
    padding: 120px 0 80px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.services-hero::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 100 100"><defs><pattern id="servicesPattern" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1.5" fill="white" opacity="0.08"/><circle cx="75" cy="75" r="1.5" fill="white" opacity="0.08"/><circle cx="50" cy="50" r="0.8" fill="white" opacity="0.04"/><circle cx="10" cy="60" r="0.8" fill="white" opacity="0.04"/><circle cx="90" cy="40" r="0.8" fill="white" opacity="0.04"/></pattern></defs><rect width="100" height="100" fill="url(%23servicesPattern)"/></svg>');
    pointer-events: none;
}

.services-hero h2 {
    font-size: 3.5rem;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.services-hero p {
    font-size: 1.3rem;
    opacity: 0.9;
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* تصميم متقدم لقسم الخدمات */
.service-category {
    padding: 100px 0;
    position: relative;
}

.service-category:nth-child(even) {
    background: linear-gradient(135deg, #faf8ff 0%, #fff5f8 100%);
}

.service-category-header {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}

.service-category-header .category-icon {
    font-size: 4rem;
    margin-bottom: 20px;
    display: inline-block;
    animation: bounce 2s infinite;
}

.service-category-header h3 {
    font-size: 2.8rem;
    color: var(--dark-purple);
    margin-bottom: 15px;
    position: relative;
}

.service-category-header h3::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(135deg, var(--primary-purple), var(--pink-accent));
    border-radius: 2px;
}

.service-category-header p {
    font-size: 1.2rem;
    color: var(--text-light);
    max-width: 600px;
    margin: 20px auto 0;
}

.services-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
    margin-top: 50px;
}

.service-item {
    background: var(--white);
    border-radius: 20px;
    padding: 40px 30px;
    box-shadow: 0 15px 50px rgba(139, 92, 246, 0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(139, 92, 246, 0.1);
}

.service-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(135deg, var(--primary-purple), var(--pink-accent));
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.service-item:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 25px 70px rgba(139, 92, 246, 0.2);
}

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

.service-icon {
    font-size: 3.5rem;
    margin-bottom: 25px;
    display: inline-block;
    background: linear-gradient(135deg, var(--primary-purple), var(--pink-accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 5px 15px rgba(139, 92, 246, 0.3));
}

.service-content h4 {
    font-size: 1.6rem;
    color: var(--dark-purple);
    margin-bottom: 20px;
    font-weight: 600;
}

.service-content p {
    font-size: 1.1rem;
    color: var(--text-light);
    margin-bottom: 25px;
    line-height: 1.7;
}

.service-features {
    list-style: none;
    padding: 0;
}

.service-features li {
    position: relative;
    padding-right: 30px;
    margin-bottom: 12px;
    color: var(--text-light);
    font-size: 1rem;
    transition: all 0.3s ease;
}

.service-features li::before {
    content: '✓';
    position: absolute;
    right: 0;
    top: 0;
    color: var(--pink-accent);
    font-weight: bold;
    font-size: 1.2rem;
}

.service-features li:hover {
    color: var(--primary-purple);
    transform: translateX(5px);
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

/* صفحة من نحن - About Page */
.about-hero {
    background: linear-gradient(135deg, var(--primary-purple) 0%, var(--pink-accent) 100%);
    color: white;
    padding: 120px 0 80px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.about-hero::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 100 100"><defs><pattern id="aboutPattern" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="20" cy="20" r="1.5" fill="white" opacity="0.08"/><circle cx="80" cy="80" r="1.5" fill="white" opacity="0.08"/><circle cx="50" cy="50" r="0.8" fill="white" opacity="0.04"/><circle cx="10" cy="70" r="0.8" fill="white" opacity="0.04"/><circle cx="90" cy="30" r="0.8" fill="white" opacity="0.04"/></pattern></defs><rect width="100" height="100" fill="url(%23aboutPattern)"/></svg>');
    pointer-events: none;
}

.about-hero h2 {
    font-size: 3.5rem;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.about-hero p {
    font-size: 1.3rem;
    opacity: 0.9;
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* قصة الشركة - Company Story */
.story {
    padding: 100px 0;
    background: var(--white);
    position: relative;
}

.story-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.story-text h3 {
    font-size: 2.8rem;
    color: var(--dark-purple);
    margin-bottom: 30px;
    position: relative;
}

.story-text h3::after {
    content: '';
    position: absolute;
    bottom: -15px;
    right: 0;
    width: 100px;
    height: 4px;
    background: linear-gradient(135deg, var(--primary-purple), var(--pink-accent));
    border-radius: 2px;
}

.story-text p {
    font-size: 1.2rem;
    color: var(--text-light);
    margin-bottom: 25px;
    line-height: 1.8;
    text-align: justify;
}

.story-image {
    position: relative;
}

.company-illustration {
    width: 100%;
    height: 400px;
    background: linear-gradient(135deg, var(--light-purple), var(--light-pink));
    border-radius: 25px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(139, 92, 246, 0.2);
}

.company-illustration::before {
    content: '🏢';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 8rem;
    opacity: 0.3;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.1));
}

/* الرؤية والرسالة - Vision and Mission */
.vision-mission {
    padding: 100px 0;
    background: linear-gradient(135deg, #faf8ff 0%, #fff5f8 100%);
    position: relative;
}

.vision-mission-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.vision-card,
.mission-card {
    background: var(--white);
    padding: 50px 40px;
    border-radius: 25px;
    box-shadow: 0 20px 60px rgba(139, 92, 246, 0.1);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(139, 92, 246, 0.1);
}

.vision-card:hover,
.mission-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 80px rgba(139, 92, 246, 0.2);
}

.vision-card::before,
.mission-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(135deg, var(--primary-purple), var(--pink-accent));
}

.vision-icon,
.mission-icon {
    font-size: 4rem;
    margin-bottom: 25px;
    display: inline-block;
    filter: drop-shadow(0 5px 15px rgba(139, 92, 246, 0.3));
}

.vision-card h3,
.mission-card h3 {
    font-size: 2.2rem;
    color: var(--dark-purple);
    margin-bottom: 20px;
    font-weight: 600;
}

.vision-card p,
.mission-card p {
    font-size: 1.1rem;
    color: var(--text-light);
    line-height: 1.7;
    text-align: justify;
}

/* القيم - Values */
.values {
    padding: 100px 0;
    background: var(--white);
}

.values h2 {
    text-align: center;
    font-size: 3rem;
    color: var(--dark-purple);
    margin-bottom: 60px;
    position: relative;
}

.values h2::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 4px;
    background: linear-gradient(135deg, var(--primary-purple), var(--pink-accent));
    border-radius: 2px;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    margin-top: 50px;
}

.value-card {
    background: var(--white);
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 15px 50px rgba(139, 92, 246, 0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(139, 92, 246, 0.1);
}

.value-card:hover {
    transform: translateY(-15px) scale(1.03);
    box-shadow: 0 25px 70px rgba(139, 92, 246, 0.2);
}

.value-icon {
    font-size: 3.5rem;
    margin-bottom: 25px;
    display: inline-block;
    background: linear-gradient(135deg, var(--primary-purple), var(--pink-accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 5px 15px rgba(139, 92, 246, 0.3));
    transition: transform 0.3s ease;
}

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

.value-card h3 {
    font-size: 1.8rem;
    color: var(--dark-purple);
    margin-bottom: 20px;
    font-weight: 600;
}

.value-card p {
    font-size: 1.1rem;
    color: var(--text-light);
    line-height: 1.6;
}

/* فريق العمل - Team */
.team {
    padding: 100px 0;
    background: linear-gradient(135deg, #faf8ff 0%, #fff5f8 100%);
}

.team h2 {
    text-align: center;
    font-size: 3rem;
    color: var(--dark-purple);
    margin-bottom: 20px;
    position: relative;
}

.team h2::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 4px;
    background: linear-gradient(135deg, var(--primary-purple), var(--pink-accent));
    border-radius: 2px;
}

.team > .container > p {
    text-align: center;
    font-size: 1.2rem;
    color: var(--text-light);
    margin-bottom: 60px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-top: 50px;
}

.team-member {
    background: var(--white);
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 15px 50px rgba(139, 92, 246, 0.1);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(139, 92, 246, 0.1);
}

.team-member:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 70px rgba(139, 92, 246, 0.2);
}

.member-avatar {
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, var(--light-purple), var(--light-pink));
    border-radius: 50%;
    margin: 0 auto 25px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(139, 92, 246, 0.3);
}

.member-avatar::before {
    content: '👤';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 4rem;
    opacity: 0.6;
}

.team-member h3 {
    font-size: 1.6rem;
    color: var(--dark-purple);
    margin-bottom: 15px;
    font-weight: 600;
}

.team-member p {
    font-size: 1.1rem;
    color: var(--text-light);
    line-height: 1.6;
}

/* إحصائيات الشركة - Company Statistics */
.company-stats {
    padding: 100px 0;
    background: var(--white);
    position: relative;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-top: 50px;
}

.stat-card {
    background: linear-gradient(135deg, var(--primary-purple), var(--pink-accent));
    color: var(--white);
    padding: 50px 30px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 20px 60px rgba(139, 92, 246, 0.3);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

.stat-card:hover {
    transform: translateY(-15px) scale(1.05);
    box-shadow: 0 30px 80px rgba(139, 92, 246, 0.4);
}

.stat-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    transform: rotate(45deg);
    transition: all 0.6s ease;
}

.stat-card:hover::before {
    transform: rotate(45deg) translate(20%, 20%);
}

.stat-number {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.stat-label {
    font-size: 1.2rem;
    opacity: 0.9;
    position: relative;
    z-index: 1;
    font-weight: 500;
}

/* صفحة اتصل بنا - Contact Page */
.contact-hero {
    background: linear-gradient(135deg, var(--primary-purple) 0%, var(--pink-accent) 100%);
    color: white;
    padding: 120px 0 80px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.contact-hero::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 100 100"><defs><pattern id="contactPattern" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="15" cy="15" r="1.2" fill="white" opacity="0.08"/><circle cx="85" cy="85" r="1.2" fill="white" opacity="0.08"/><circle cx="50" cy="50" r="0.7" fill="white" opacity="0.04"/><circle cx="25" cy="75" r="0.7" fill="white" opacity="0.04"/><circle cx="75" cy="25" r="0.7" fill="white" opacity="0.04"/></pattern></defs><rect width="100" height="100" fill="url(%23contactPattern)"/></svg>');
    pointer-events: none;
}

.contact-hero h2 {
    font-size: 3.5rem;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.contact-hero p {
    font-size: 1.3rem;
    opacity: 0.9;
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* معلومات الاتصال - Contact Information */
.contact-info-section {
    padding: 100px 0;
    background: var(--white);
    position: relative;
}

.contact-info-section h2 {
    text-align: center;
    font-size: 3rem;
    color: var(--dark-purple);
    margin-bottom: 60px;
    position: relative;
}

.contact-info-section h2::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 4px;
    background: linear-gradient(135deg, var(--primary-purple), var(--pink-accent));
    border-radius: 2px;
}

.contact-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-top: 50px;
}

.contact-card {
    background: var(--white);
    padding: 50px 40px;
    border-radius: 25px;
    text-align: center;
    box-shadow: 0 20px 60px rgba(139, 92, 246, 0.1);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(139, 92, 246, 0.1);
}

.contact-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 80px rgba(139, 92, 246, 0.2);
}

.contact-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(135deg, var(--primary-purple), var(--pink-accent));
}

.contact-icon {
    font-size: 4rem;
    margin-bottom: 25px;
    display: inline-block;
    background: linear-gradient(135deg, var(--primary-purple), var(--pink-accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 5px 15px rgba(139, 92, 246, 0.3));
    transition: transform 0.3s ease;
}

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

.contact-card h3 {
    font-size: 1.8rem;
    color: var(--dark-purple);
    margin-bottom: 20px;
    font-weight: 600;
}

.contact-card p {
    font-size: 1.1rem;
    color: var(--text-light);
    line-height: 1.7;
    margin-bottom: 15px;
}

.contact-card .contact-detail {
    font-size: 1.2rem;
    color: var(--primary-purple);
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact-card .contact-detail:hover {
    color: var(--pink-accent);
    text-decoration: underline;
}

/* نموذج الاتصال - Contact Form */
.contact-form-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #faf8ff 0%, #fff5f8 100%);
    position: relative;
}

.contact-form-section h2 {
    text-align: center;
    font-size: 3rem;
    color: var(--dark-purple);
    margin-bottom: 20px;
    position: relative;
}

.contact-form-section h2::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 4px;
    background: linear-gradient(135deg, var(--primary-purple), var(--pink-accent));
    border-radius: 2px;
}

.contact-form-section > .container > p {
    text-align: center;
    font-size: 1.2rem;
    color: var(--text-light);
    margin-bottom: 60px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.contact-form-container {
    max-width: 800px;
    margin: 0 auto;
    background: var(--white);
    padding: 60px 50px;
    border-radius: 30px;
    box-shadow: 0 25px 80px rgba(139, 92, 246, 0.15);
    border: 1px solid rgba(139, 92, 246, 0.1);
    position: relative;
    overflow: hidden;
}

.contact-form-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 8px;
    background: linear-gradient(135deg, var(--primary-purple), var(--pink-accent));
}

.contact-form .form-group {
    margin-bottom: 30px;
    position: relative;
}

.contact-form label {
    display: block;
    font-size: 1.1rem;
    color: var(--dark-purple);
    margin-bottom: 10px;
    font-weight: 500;
    position: relative;
}

.contact-form .required {
    color: var(--pink-accent);
    margin-right: 5px;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
    width: 100%;
    padding: 18px 20px;
    border: 2px solid #e5e7eb;
    border-radius: 15px;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    background: var(--white);
    font-family: inherit;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
    outline: none;
    border-color: var(--primary-purple);
    box-shadow: 0 0 0 4px rgba(139, 92, 246, 0.1);
    transform: translateY(-2px);
}

.contact-form input:hover,
.contact-form textarea:hover,
.contact-form select:hover {
    border-color: var(--primary-purple);
}

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

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.submit-btn {
    background: linear-gradient(135deg, var(--primary-purple), var(--pink-accent));
    color: var(--white);
    padding: 18px 40px;
    border: none;
    border-radius: 15px;
    font-size: 1.2rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    position: relative;
    overflow: hidden;
}

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

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

.submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(139, 92, 246, 0.3);
}

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

/* الأسئلة الشائعة - FAQ */
.faq {
    padding: 100px 0;
    background: var(--white);
    position: relative;
}

.faq h2 {
    text-align: center;
    font-size: 3rem;
    color: var(--dark-purple);
    margin-bottom: 60px;
    position: relative;
}

.faq h2::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 4px;
    background: linear-gradient(135deg, var(--primary-purple), var(--pink-accent));
    border-radius: 2px;
}

.faq-container {
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    background: var(--white);
    border-radius: 20px;
    margin-bottom: 20px;
    box-shadow: 0 10px 30px rgba(139, 92, 246, 0.1);
    border: 1px solid rgba(139, 92, 246, 0.1);
    transition: all 0.3s ease;
    overflow: hidden;
}

.faq-item:hover {
    box-shadow: 0 15px 40px rgba(139, 92, 246, 0.15);
}

.faq-question {
    padding: 25px 30px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
    position: relative;
}

.faq-question:hover {
    background: linear-gradient(135deg, #faf8ff, #fff5f8);
}

.faq-question h3 {
    font-size: 1.3rem;
    color: var(--dark-purple);
    margin: 0;
    font-weight: 500;
    flex: 1;
}

.faq-toggle {
    font-size: 1.5rem;
    color: var(--primary-purple);
    transition: all 0.3s ease;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--light-purple), var(--light-pink));
}

.faq-item.active .faq-toggle {
    transform: rotate(45deg);
    background: linear-gradient(135deg, var(--primary-purple), var(--pink-accent));
    color: var(--white);
}

.faq-answer {
    padding: 0 30px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
    background: linear-gradient(135deg, #faf8ff, #fff5f8);
}

.faq-item.active .faq-answer {
    padding: 25px 30px;
    max-height: 300px;
}

.faq-answer p {
    font-size: 1.1rem;
    color: var(--text-light);
    line-height: 1.7;
    margin: 0;
    text-align: justify;
}

/* صفحة المدونة - Blog Page */
.blog-hero {
    background: linear-gradient(135deg, var(--primary-purple) 0%, var(--pink-accent) 100%);
    color: white;
    padding: 120px 0 80px;
    text-align: center;
}

.blog-hero h2 {
    font-size: 3rem;
    margin-bottom: 20px;
    font-weight: 700;
}

.blog-hero p {
    font-size: 1.2rem;
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto;
}

.featured-articles {
    padding: 80px 0;
    background: var(--bg-light);
}

.featured-articles h3 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 50px;
    color: var(--dark-purple);
}

.featured-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    gap: 40px;
    margin-bottom: 60px;
}

.featured-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.article-image {
    height: 250px;
    overflow: hidden;
}

.image-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, var(--light-purple), var(--light-pink));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: white;
}

.ecommerce-img::before { content: '🛒'; }
.marketing-img::before { content: '📱'; }
.seo-img::before { content: '🔍'; }
.mobile-img::before { content: '📲'; }
.cloud-img::before { content: '☁️'; }
.social-img::before { content: '💬'; }
.analytics-img::before { content: '📊'; }
.conversion-img::before { content: '💰'; }

.article-content {
    padding: 30px;
}

.article-category {
    display: inline-block;
    background: var(--pink-accent);
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.9rem;
    margin-bottom: 15px;
}

.article-content h4 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: var(--dark-purple);
    line-height: 1.4;
}

.article-content p {
    color: var(--text-light);
    margin-bottom: 20px;
    line-height: 1.6;
}

.article-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.9rem;
    color: var(--text-light);
}

.blog-categories {
    padding: 80px 0;
}

.blog-categories h3 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 50px;
    color: var(--dark-purple);
}

.categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.category-card {
    background: white;
    padding: 40px 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    color: inherit;
}

.category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.category-icon {
    font-size: 3rem;
    margin-bottom: 20px;
}

.category-card h4 {
    font-size: 1.3rem;
    margin-bottom: 10px;
    color: var(--dark-purple);
}

.category-card p {
    color: var(--text-light);
    font-size: 1.1rem;
}

.category-card.ecommerce { border-top: 4px solid #ff6b6b; }
.category-card.marketing { border-top: 4px solid #4ecdc4; }
.category-card.development { border-top: 4px solid #45b7d1; }
.category-card.technology { border-top: 4px solid #96ceb4; }
.category-card.security { border-top: 4px solid #feca57; }
.category-card.business { border-top: 4px solid #ff9ff3; }

.latest-articles {
    padding: 80px 0;
    background: var(--bg-light);
}

.latest-articles h3 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 50px;
    color: var(--dark-purple);
}

.articles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

.article-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.article-card .article-image {
    height: 200px;
}

.load-more {
    text-align: center;
}

.load-more-btn {
    background: linear-gradient(135deg, var(--primary-purple), var(--pink-accent));
    color: white;
    border: none;
    padding: 15px 40px;
    border-radius: 30px;
    font-size: 1.1rem;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.load-more-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.newsletter-section {
    padding: 80px 0;
    background: linear-gradient(135deg, var(--primary-purple) 0%, var(--pink-accent) 100%);
    color: white;
    text-align: center;
}

.newsletter-content h3 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.newsletter-content p {
    font-size: 1.2rem;
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.newsletter-form {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.newsletter-form input {
    padding: 15px 25px;
    border: none;
    border-radius: 30px;
    font-size: 1.1rem;
    min-width: 300px;
    outline: none;
}

.newsletter-form button {
    background: white;
    color: var(--primary-purple);
    border: none;
    padding: 15px 30px;
    border-radius: 30px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.newsletter-form button:hover {
    transform: translateY(-2px);
}

.newsletter-content small {
    opacity: 0.8;
    font-size: 0.9rem;
}

.search-section {
    padding: 80px 0;
    background: var(--bg-light);
}

.search-section h3 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 40px;
    color: var(--dark-purple);
}

.search-container {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 60px;
}

.search-container input {
    padding: 15px 25px;
    border: 2px solid #e0e0e0;
    border-radius: 30px;
    font-size: 1.1rem;
    min-width: 400px;
    outline: none;
    transition: border-color 0.3s ease;
}

.search-container input:focus {
    border-color: var(--primary-purple);
}

.search-container button {
    background: linear-gradient(135deg, var(--primary-purple), var(--pink-accent));
    color: white;
    border: none;
    padding: 15px 25px;
    border-radius: 30px;
    font-size: 1.2rem;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.search-container button:hover {
    transform: translateY(-2px);
}

.popular-tags h4 {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 30px;
    color: var(--dark-purple);
}

.tags {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

.tag {
    background: white;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 1rem;
    color: var(--text-light);
    border: 2px solid #e0e0e0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.tag:hover {
    background: var(--primary-purple);
    color: white;
    border-color: var(--primary-purple);
    transform: translateY(-2px);
}

/* استجابة صفحات الخدمات، من نحن، اتصل بنا - Services, About, Contact Responsive */
@media (max-width: 768px) {
    .services-hero,
    .about-hero,
    .contact-hero {
        padding: 100px 0 60px;
    }
    
    .services-hero h2,
    .about-hero h2,
    .contact-hero h2,
    .blog-hero h2 {
        font-size: 2.5rem;
    }
    
    .services-hero p,
    .about-hero p,
    .contact-hero p,
    .blog-hero p {
        font-size: 1.1rem;
        padding: 0 20px;
    }
    
    .featured-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .featured-card {
        margin: 0 20px;
    }
    
    .categories-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 20px;
    }
    
    .articles-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .newsletter-form {
        flex-direction: column;
        align-items: center;
    }
    
    .newsletter-form input {
        min-width: auto;
        width: 100%;
        max-width: 400px;
    }
    
    .search-container {
        flex-direction: column;
        align-items: center;
    }
    
    .search-container input {
        min-width: auto;
        width: 100%;
        max-width: 400px;
    }
}

/* تصميم متجاوب - Responsive Design */
@media (max-width: 768px) {
    .nav-menu {
        position: fixed;
        left: -100%;
        top: 80px;
        flex-direction: column;
        background: var(--dark-purple);
        width: 100%;
        text-align: center;
        transition: 0.3s;
        padding: 2rem 0;
    }

    .nav-menu.active {
        left: 0;
    }

    .hamburger {
        display: flex;
    }

    .hero .container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hero-content h2 {
        font-size: 2rem;
    }

    .contact-content {
        grid-template-columns: 1fr;
    }

    .about-stats {
        grid-template-columns: 1fr;
    }
    
    .why-us-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .cta-section {
        padding: 2rem;
        margin-top: 3rem;
    }
    
    .cta-section p {
        font-size: 1.1rem;
    }
    
    /* Services Page Responsive */
    .service-categories h2,
    .why-choose-us h2,
    .our-process h2,
    .services-cta h2 {
        font-size: 2rem;
    }
    
    .services-list {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .service-item {
        padding: 30px 25px;
    }
    
    .service-category h3 {
        font-size: 2rem;
    }
    
    .why-choose-grid,
    .process-timeline {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .process-step .step-number::after {
        display: none;
    }
    
    /* About Page Responsive */
    .story-content {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    
    .story-text h3,
    .vision-card h3,
    .mission-card h3 {
        font-size: 2rem;
    }
    
    .vision-mission-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .values-grid,
    .team-grid,
    .stats-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .company-illustration {
        height: 300px;
    }
    
    /* Contact Page Responsive */
    .contact-info-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .contact-form-container {
        padding: 40px 30px;
        border-radius: 20px;
    }
    
    .form-row {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .contact-info-section h2,
    .contact-form-section h2,
    .faq h2 {
        font-size: 2rem;
    }
    
    .contact-card {
        padding: 40px 30px;
    }
    
    .faq-question h3 {
        font-size: 1.1rem;
    }
    
    .faq-question,
    .faq-item.active .faq-answer {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .hero-content h2 {
        font-size: 1.8rem;
    }

    .services h2,
    .about h2,
    .why-choose-us h2 {
        font-size: 2rem;
    }

    .service-card {
        padding: 2rem 1.5rem;
    }
}