body {
    font-family: 'Inter', sans-serif;
    line-height: 1.7;
    color: #1a1a1a;
    overflow-x: hidden;
    position: relative;
    background:
        linear-gradient(135deg, #f8fafc 0%, #e2e8f0 25%, #f1f5f9 50%, #f8fafc 75%, #ffffff 100%),
        radial-gradient(circle at 25% 25%, rgba(220, 38, 38, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 75% 75%, rgba(59, 130, 246, 0.05) 0%, transparent 50%);
    background-attachment: fixed;
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100vw;
    direction: ltr;
    text-align: left;
}

/* RTL/LTR Support for About Page */
[dir="rtl"] body {
    direction: rtl;
    text-align: right;
}

[dir="ltr"] body {
    direction: ltr;
    text-align: left;
}

/* RTL/LTR Support for Content Sections */
[dir="rtl"] .container {
    direction: rtl;
    text-align: right;
}

[dir="ltr"] .container {
    direction: ltr;
    text-align: left;
}

[dir="rtl"] .section-header {
    text-align: center;
}

[dir="ltr"] .section-header {
    text-align: center;
}

/* Ensure navbar works properly with RTL/LTR */
[dir="rtl"] .header {
    direction: rtl;
}

[dir="ltr"] .header {
    direction: ltr;
}




/* Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    width: 100%;
    box-sizing: border-box;
}

/* Modern Section Headers */
.section-header {
    text-align: center;
    margin-bottom: 6rem;
    position: relative;
}

.section-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 900;
    background: linear-gradient(135deg, #1a1a1a, #4a5568, #2d3748);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1.5rem;
    position: relative;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 6px;
    background: linear-gradient(135deg, #dc2626, #ef4444, #f59e0b);
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(220, 38, 38, 0.3);
}

.section-subtitle {
    font-size: clamp(1.1rem, 2.5vw, 1.4rem);
    background: linear-gradient(135deg, #4b5563, #6b7280, #9ca3af);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.8;
    font-weight: 500;
    letter-spacing: 0.01em;
}

/* Particle Animation Styles */
#particles-style-01 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.particles-js-canvas-el {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Hero Section */
.hero {
    padding: 120px 0 60px;
    text-align: center;
    background: linear-gradient(135deg, rgba(220, 38, 38, 0.05) 0%, rgba(0, 0, 0, 0.02) 50%, rgba(220, 38, 38, 0.05) 100%);
    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="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="%23dc2626" stroke-width="0.5" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.3;
}

.hero h1 {
    font-size: 4rem;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
    text-shadow: 0 4px 8px rgba(220, 38, 38, 0.3);
    position: relative;
    z-index: 2;
}

.hero p {
    font-size: 1.3rem;
    color: #4b5563;
    max-width: 700px;
    margin: 0 auto 2rem;
    line-height: 1.7;
    position: relative;
    z-index: 2;
}

/* About Section */
.about-section {
    padding: 80px 0;
    background: linear-gradient(135deg, rgba(220, 38, 38, 0.02) 0%, rgba(0, 0, 0, 0.01) 50%, rgba(220, 38, 38, 0.02) 100%);
    position: relative;
}

.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.about-text h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 4px rgba(220, 38, 38, 0.2);
}

.about-text p {
    color: #4b5563;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

.about-image {
    text-align: center;
}

.about-image img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

/* Team Section */
.team-section {
    padding: 80px 0;
    background: linear-gradient(135deg, rgba(102, 0, 0, 0.05), rgba(160, 30, 46, 0.05));
}

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

.team-member {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(102, 0, 0, 0.3);
    border-radius: 20px;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.team-member:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(102, 0, 0, 0.2);
}

.team-avatar {
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #660000, #A01E2E);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: white;
    margin: 0 auto 1.5rem;
}

.team-name {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
}

.team-position {
    color: #8B1A2E;
    font-weight: 500;
    margin-bottom: 1rem;
}

.team-bio {
    color: #666;
    line-height: 1.6;
}

/* Values Section */
.values-section {
    padding: 80px 0;
    background: linear-gradient(135deg, rgba(102, 0, 0, 0.03), rgba(160, 30, 46, 0.03));
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.value-card {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(102, 0, 0, 0.3);
    border-radius: 20px;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

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

.value-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #660000, #A01E2E);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: white;
    margin: 0 auto 1.5rem;
}

.value-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1rem;
}

.value-description {
    color: #666;
    line-height: 1.6;
}

/* Company Stats Styles */
.company-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.stat-item {
    text-align: center;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(20px);
    padding: 1.5rem 1rem;
    border-radius: 16px;
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.5),
        0 0 0 1px rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
}

.stat-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #dc2626, #ef4444);
}

.stat-item:hover {
    transform: translateY(-10px) rotateY(5deg) rotateX(5deg) scale(1.05);
    box-shadow:
        0 25px 50px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.8),
        0 0 0 1px rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.35);
}

.stat-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.stat-item:hover::after {
    opacity: 1;
}

.stat-item h3 {
    font-size: 2rem;
    font-weight: 800;
    background: linear-gradient(135deg, #dc2626, #ef4444);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.5rem;
    text-shadow: 0 2px 4px rgba(220, 38, 38, 0.1);
}

.stat-item p {
    color: #6b7280;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Vision & Mission Styles */
.vision-mission-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, rgba(220, 38, 38, 0.03) 0%, rgba(0, 0, 0, 0.01) 50%, rgba(220, 38, 38, 0.03) 100%);
    position: relative;
}

.vision-mission-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    max-width: 1000px;
    margin: 0 auto;
}

.vision-card,
.mission-card {
    background: linear-gradient(135deg, #ffffff 0%, #fefefe 100%);
    padding: 3rem;
    border-radius: 25px;
    text-align: center;
    border: 2px solid #f3f4f6;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
}

.vision-card::before,
.mission-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #dc2626, #ef4444, #dc2626);
}

.vision-card:hover,
.mission-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(220, 38, 38, 0.15);
    border-color: #dc2626;
}

.vision-icon,
.mission-icon {
    font-size: 3.5rem;
    color: #dc2626;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 4px rgba(220, 38, 38, 0.3);
}

.vision-title,
.mission-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 4px rgba(220, 38, 38, 0.2);
}

.vision-description,
.mission-description {
    color: #4b5563;
    line-height: 1.7;
    font-size: 1.1rem;
}

/* Leadership Styles */
.leadership-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, rgba(220, 38, 38, 0.02) 0%, rgba(0, 0, 0, 0.01) 50%, rgba(220, 38, 38, 0.02) 100%);
    position: relative;
}

.leadership-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 3rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.leader-card {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(25px);
    padding: 1.5rem;
    border-radius: 20px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow:
        0 15px 35px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.4),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
}

.leader-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #dc2626, #ef4444);
}

.leader-card:hover {
    transform: translateY(-15px) rotateY(8deg) rotateX(5deg) scale(1.05);
    box-shadow:
        0 30px 60px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.6),
        0 0 0 1px rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.4);
}

.leader-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(220, 38, 38, 0.1), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.leader-card:hover::after {
    opacity: 1;
}

.leader-avatar {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #dc2626, #ef4444);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 1.8rem;
    color: white;
    box-shadow:
        0 8px 20px rgba(220, 38, 38, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.leader-card:hover .leader-avatar {
    transform: scale(1.1) rotateY(15deg);
    box-shadow:
        0 12px 30px rgba(220, 38, 38, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.leader-name {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
    text-shadow: 0 1px 2px rgba(220, 38, 38, 0.2);
}

.leader-position {
    color: #dc2626;
    font-weight: 600;
    margin-bottom: 1rem;
}

.leader-bio {
    color: #4b5563;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.leader-expertise {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
}

.expertise-tag {
    background: linear-gradient(135deg, rgba(220, 38, 38, 0.1), rgba(239, 68, 68, 0.1));
    color: #dc2626;
    padding: 0.4rem 1rem;
    border-radius: 25px;
    font-size: 0.8rem;
    font-weight: 600;
    border: 1px solid rgba(220, 38, 38, 0.3);
    transition: all 0.3s ease;
}

.expertise-tag:hover {
    background: linear-gradient(135deg, rgba(220, 38, 38, 0.2), rgba(239, 68, 68, 0.2));
    transform: translateY(-2px);
}

/* Partners Styles */
.partners-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, rgba(220, 38, 38, 0.02) 0%, rgba(0, 0, 0, 0.01) 50%, rgba(220, 38, 38, 0.02) 100%);
    position: relative;
}

.partners-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 3rem;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

.partner-card {
    background: linear-gradient(145deg, #ffffff, #f8f9fa);
    padding: 1.5rem;
    border-radius: 16px;
    text-align: center;
    border: 1px solid rgba(220, 20, 60, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow:
        0 8px 25px rgba(0, 0, 0, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    position: relative;
    overflow: hidden;
}

.partner-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #dc2626, #ef4444);
}

.partner-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 40px rgba(220, 38, 38, 0.15);
    border-color: #dc2626;
}

.partner-logo {
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, #dc2626, #ef4444);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 1.6rem;
    color: white;
    box-shadow:
        0 6px 16px rgba(220, 38, 38, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.partner-card:hover .partner-logo {
    transform: scale(1.1) rotateZ(-5deg);
    box-shadow:
        0 10px 25px rgba(220, 38, 38, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.partner-name {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1rem;
    text-shadow: 0 1px 2px rgba(220, 38, 38, 0.2);
}

.partner-description {
    color: #4b5563;
    line-height: 1.7;
}

/* Alliances Styles */
.alliances-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, rgba(220, 38, 38, 0.02) 0%, rgba(0, 0, 0, 0.01) 50%, rgba(220, 38, 38, 0.02) 100%);
    position: relative;
}

.alliances-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    margin-top: 3rem;
}

.alliance-text h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 4px rgba(220, 38, 38, 0.2);
}

.alliance-text p {
    color: #4b5563;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.alliance-categories {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.alliance-category {
    background: linear-gradient(135deg, #ffffff 0%, #fefefe 100%);
    padding: 1.5rem;
    border-radius: 15px;
    border-left: 4px solid #dc2626;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.alliance-category:hover {
    transform: translateX(5px);
    box-shadow: 0 8px 16px rgba(220, 38, 38, 0.15);
}

.alliance-category h3 {
    color: #1a1a1a;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
}

.alliance-category h3 i {
    color: #dc2626;
}

.alliance-category p {
    color: #4b5563;
    line-height: 1.6;
    margin: 0;
}

.alliance-image img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Clients Styles */
.clients-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, rgba(220, 38, 38, 0.02) 0%, rgba(0, 0, 0, 0.01) 50%, rgba(220, 38, 38, 0.02) 100%);
    position: relative;
}

.clients-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 1.5rem;
    margin: 3rem 0;
}

.client-stat {
    text-align: center;
    background: linear-gradient(145deg, #ffffff, #f8f9fa);
    padding: 1.5rem 1rem;
    border-radius: 20px;
    border: 1px solid rgba(220, 20, 60, 0.1);
    box-shadow:
        0 8px 25px rgba(0, 0, 0, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.client-stat::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #dc2626, #ef4444);
}

.client-stat:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(220, 38, 38, 0.15);
}

.client-stat h3 {
    font-size: 2.2rem;
    font-weight: 800;
    background: linear-gradient(135deg, #dc2626, #ef4444);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.5rem;
}

.client-stat p {
    color: #4b5563;
    font-weight: 600;
}

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

.client-category {
    background: linear-gradient(135deg, #ffffff 0%, #fefefe 100%);
    padding: 2rem;
    border-radius: 20px;
    border: 2px solid #f3f4f6;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.client-category::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #dc2626, #ef4444);
}

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

.client-category h3 {
    color: #1a1a1a;
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
}

.client-category h3 i {
    color: #dc2626;
}

.client-logos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.client-logo {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 1rem;
    border-radius: 12px;
    text-align: center;
    color: #4b5563;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 1px solid #e5e7eb;
}

.client-logo:hover {
    background: linear-gradient(135deg, rgba(220, 38, 38, 0.1), rgba(239, 68, 68, 0.1));
    color: #dc2626;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(220, 38, 38, 0.2);
}

.client-testimonials {
    margin-top: 4rem;
}

.client-testimonials h3 {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 2rem;
    text-shadow: 0 2px 4px rgba(220, 38, 38, 0.2);
}

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

.testimonial-card {
    background: linear-gradient(135deg, #ffffff 0%, #fefefe 100%);
    padding: 2.5rem;
    border-radius: 20px;
    border: 2px solid #f3f4f6;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.testimonial-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #dc2626, #ef4444);
}

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

.testimonial-card p {
    color: #4b5563;
    line-height: 1.7;
    font-style: italic;
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

.testimonial-author strong {
    color: #1a1a1a;
    display: block;
    margin-bottom: 0.3rem;
    font-weight: 600;
}

.testimonial-author span {
    color: #dc2626;
    font-size: 0.9rem;
    font-weight: 500;
}

/* Featured Solutions Styles */
.featured-solutions {
    padding: 5rem 0;
    background: linear-gradient(135deg, rgba(220, 38, 38, 0.02) 0%, rgba(0, 0, 0, 0.01) 50%, rgba(220, 38, 38, 0.02) 100%);
    position: relative;
}

.featured-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1rem;
    text-shadow: 0 2px 4px rgba(220, 38, 38, 0.2);
    text-align: center;
}

.solutions-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 2.5rem;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.solution-card {
    background: linear-gradient(145deg, #ffffff, #f8f9fa);
    border-radius: 16px;
    border: 1px solid rgba(220, 20, 60, 0.1);
    box-shadow:
        0 8px 25px rgba(0, 0, 0, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    padding: 1.2rem;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.solution-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #dc2626, #ef4444);
}

.solution-card:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 15px 35px rgba(160, 30, 46, 0.15);
    border-color: #dc2626;
}

.solution-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.solution-image {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #dc2626, #ef4444);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    box-shadow:
        0 6px 16px rgba(220, 38, 38, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.solution-card:hover .solution-image {
    transform: scale(1.1) rotateZ(5deg);
    box-shadow:
        0 8px 20px rgba(220, 38, 38, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.solution-badge {
    background: linear-gradient(135deg, #fef2f2, #fee2e2);
    color: #dc2626;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    border: 1px solid #fecaca;
}

.solution-content h4 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 0.75rem;
    line-height: 1.3;
}

.solution-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.solution-content p {
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
}

.solution-features {
    list-style: none;
    padding: 0;
    margin: 0 0 auto 0;
    flex-grow: 1;
}

.solution-features li {
    display: flex;
    align-items: center;
    margin-bottom: 0.75rem;
    color: #374151;
    font-size: 0.9rem;
}

.solution-features li i {
    color: #10b981;
    margin-right: 0.75rem;
    font-size: 0.875rem;
}

.solution-cta {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(135deg, #dc2626, #ef4444);
    color: white;
    text-decoration: none;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(220, 38, 38, 0.3);
    margin-top: auto;
    align-self: flex-start;
}

.solution-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(220, 38, 38, 0.4);
    background: linear-gradient(135deg, #b91c1c, #dc2626);
}

.solution-cta i {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
}

.solution-cta:hover i {
    transform: translateX(3px);
}

.solution-image {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, rgba(220, 38, 38, 0.1), rgba(239, 68, 68, 0.1));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #dc2626;
}

.solution-badge {
    background: linear-gradient(135deg, #dc2626, #ef4444);
    color: white;
    padding: 0.3rem 0.8rem;
    border-radius: 15px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.solution-content h4 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.8rem;
    text-shadow: 0 1px 2px rgba(220, 38, 38, 0.2);
}

.solution-content p {
    color: #4b5563;
    line-height: 1.6;
    margin-bottom: 1rem;
    font-size: 0.95rem;
}

.solution-features {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem 0;
}

.solution-features li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    color: #4b5563;
    font-size: 0.9rem;
}

.solution-features li i {
    color: #dc2626;
    font-size: 0.8rem;
}

.solution-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #dc2626, #ef4444);
    color: white;
    text-decoration: none;
    padding: 0.8rem 1.5rem;
    border-radius: 25px;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    width: 100%;
    justify-content: center;
}

.solution-cta:hover {
    background: linear-gradient(135deg, #b91c1c, #dc2626);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(220, 38, 38, 0.3);
}

.solution-cta i {
    transition: transform 0.3s ease;
}

.solution-cta:hover i {
    transform: translateX(3px);
}

/* Additional Mobile Responsive Styles */
@media (max-width: 768px) {
    .section-title {
        font-size: 2rem;
    }

    .section-subtitle {
        font-size: 1rem;
    }

    .vision-mission-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .leadership-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .partners-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .alliances-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .clients-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .company-stats {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .clients-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .client-logos {
        grid-template-columns: 1fr;
    }

    .leadership-card,
    .partner-card,
    .client-card,
    .testimonial-card {
        padding: 1.5rem;
    }

    .leadership-card h3,
    .partner-card h3,
    .client-card h3 {
        font-size: 1.2rem;
    }

    .leadership-card p,
    .partner-card p,
    .client-card p {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .company-stats {
        grid-template-columns: 1fr;
    }

    .clients-stats {
        grid-template-columns: 1fr;
    }

    .vision-card,
    .mission-card {
        padding: 2rem;
    }

    .leader-card,
    .partner-card {
        padding: 1.5rem;
    }

    .alliance-category {
        padding: 1rem;
    }

    /* Featured Solutions Mobile */
    .solutions-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .solution-card {
        padding: 1.2rem;
    }

    .featured-title {
        font-size: 2rem;
    }
}


/* Company name style */
.company-name {
    text-decoration: underline;
    color: #8B1A2E;
}


/* Responsive Design */
@media (max-width: 1024px) {
    .container {
        padding: 0 1.5rem;
    }

    .hero-content {
        padding: 2rem 0;
    }

    .hero-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .floating-shape {
        display: none;
    }

    .values-floating-elements .floating-shape:nth-child(-n+8) {
        display: block;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 0 1rem;
        max-width: 100%;
        overflow-x: hidden;
    }

    body {
        padding-top: 0;
        overflow-x: hidden;
        max-width: 100vw;
    }

    .hero {
        margin-top: 0;
        padding: 8rem 0 2rem;
        overflow-x: hidden;
    }

    .hero h1 {
        font-size: 2.5rem;
        line-height: 1.2;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .hero p {
        font-size: 1rem;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    /* Ensure content doesn't overlap with navbar */
    .section-header {
        margin-top: 2rem;
    }

    .about-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .team-grid {
        grid-template-columns: 1fr;
    }

    .values-grid {
        grid-template-columns: 1fr;
    }

    .vision-mission-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .leadership-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .partners-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .alliances-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .clients-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .company-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .clients-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .client-logos {
        grid-template-columns: 1fr;
    }

    .solutions-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    

    

    .newsletter-form {
        flex-direction: column;
    }

    .newsletter-btn {
        width: 100%;
        height: 45px;
    }

    /* Prevent horizontal overflow */
    * {
        max-width: 100%;
        box-sizing: border-box;
    }

    img {
        max-width: 100%;
        height: auto;
    }
}

/* Mobile Phones */
@media (max-width: 480px) {
    .container {
        padding: 0 1rem;
        max-width: 100%;
        overflow-x: hidden;
    }

    .hero {
        padding: 7rem 0 1rem;
        margin-top: 0;
        overflow-x: hidden;
    }

    .hero h1 {
        font-size: 2rem;
        line-height: 1.1;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .hero p {
        font-size: 0.9rem;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .section-title {
        font-size: 1.8rem;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .section-subtitle {
        font-size: 0.9rem;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .about-text h2 {
        font-size: 1.8rem;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .about-text p {
        font-size: 0.95rem;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .company-stats {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .clients-stats {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .vision-card,
    .mission-card {
        padding: 1.5rem;
    }

    .leader-card,
    .partner-card {
        padding: 1.5rem;
    }

    .alliance-category {
        padding: 1rem;
    }

    .solution-card {
        padding: 1.2rem;
    }

    .featured-title {
        font-size: 1.8rem;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    /* Prevent horizontal overflow */
    * {
        max-width: 100%;
        box-sizing: border-box;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    body {
        overflow-x: hidden;
        max-width: 100vw;
    }
}

/* Advanced Scroll Animations */
.fade-in-up {
    opacity: 0;
    transform: translateY(60px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.fade-in-up.animate {
    opacity: 1;
    transform: translateY(0);
}

.fade-in-left {
    opacity: 0;
    transform: translateX(-60px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.fade-in-left.animate {
    opacity: 1;
    transform: translateX(0);
}

.fade-in-right {
    opacity: 0;
    transform: translateX(60px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.fade-in-right.animate {
    opacity: 1;
    transform: translateX(0);
}

.scale-in {
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.scale-in.animate {
    opacity: 1;
    transform: scale(1);
}

/* Staggered Animation Delays */
.animate-delay-1 {
    transition-delay: 0.1s;
}

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

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

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

/* Floating Elements */
.floating-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.floating-element {
    position: absolute;
    background: linear-gradient(135deg, rgba(220, 38, 38, 0.15), rgba(239, 68, 68, 0.15), rgba(59, 130, 246, 0.1));
    border-radius: 50%;
    animation: float 8s ease-in-out infinite;
    box-shadow:
        0 0 20px rgba(220, 38, 38, 0.2),
        inset 0 0 20px rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.floating-element:nth-child(1) {
    width: 60px;
    height: 60px;
    top: 10%;
    left: 10%;
    animation-delay: 0s;
}

.floating-element:nth-child(2) {
    width: 80px;
    height: 80px;
    top: 60%;
    right: 15%;
    animation-delay: 2s;
}

.floating-element:nth-child(3) {
    width: 40px;
    height: 40px;
    top: 30%;
    right: 30%;
    animation-delay: 4s;
}

.floating-element:nth-child(4) {
    width: 100px;
    height: 100px;
    bottom: 20%;
    left: 20%;
    animation-delay: 1s;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px) rotate(0deg);
        opacity: 0.7;
    }

    50% {
        transform: translateY(-20px) rotate(180deg);
        opacity: 1;
    }
}

/* Extra Small Mobile */
@media (max-width: 360px) {
    .hero {
        padding: 6rem 0 0.5rem;
        margin-top: 0;
        overflow-x: hidden;
    }

    .hero h1 {
        font-size: 1.6rem;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .section-title {
        font-size: 1.6rem;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .about-text h2 {
        font-size: 1.4rem;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .container {
        padding: 0 0.8rem;
        max-width: 100%;
        overflow-x: hidden;
    }

    /* Prevent horizontal overflow */
    * {
        max-width: 100%;
        box-sizing: border-box;
    }

    body {
        overflow-x: hidden;
        max-width: 100vw;
    }
}

/* Mouse Dust Effect - Like Index Page */
.dust-particle {
    position: fixed;
    width: 4px;
    height: 4px;
    background: radial-gradient(circle, #660000, transparent);
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
    animation: particleFloat 2s ease-out forwards;
}

@keyframes particleFloat {
    0% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }

    100% {
        opacity: 0;
        transform: translateY(-50px) scale(0);
    }
}

/* Programming Symbols Background for Hero Section */
.hero {
    position: relative;
    overflow: hidden;
}

.programming-symbols-hero {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
}

.programming-symbol-hero {
    position: absolute;
    color: rgba(102, 0, 0, 0.08);
    font-size: 2.5rem;
    font-weight: bold;
    font-family: 'Courier New', monospace;
    animation: symbolFloatHero 25s infinite linear;
    opacity: 0.1;
}

.programming-symbol-hero:nth-child(1) {
    top: 10%;
    left: 5%;
    animation-delay: 0s;
    animation-duration: 30s;
}

.programming-symbol-hero:nth-child(2) {
    top: 20%;
    right: 10%;
    animation-delay: 3s;
    animation-duration: 35s;
}

.programming-symbol-hero:nth-child(3) {
    top: 40%;
    left: 15%;
    animation-delay: 6s;
    animation-duration: 40s;
}

.programming-symbol-hero:nth-child(4) {
    top: 60%;
    right: 20%;
    animation-delay: 9s;
    animation-duration: 33s;
}

.programming-symbol-hero:nth-child(5) {
    top: 80%;
    left: 8%;
    animation-delay: 12s;
    animation-duration: 37s;
}

.programming-symbol-hero:nth-child(6) {
    top: 15%;
    left: 50%;
    animation-delay: 15s;
    animation-duration: 31s;
}

.programming-symbol-hero:nth-child(7) {
    top: 70%;
    left: 60%;
    animation-delay: 18s;
    animation-duration: 34s;
}

.programming-symbol-hero:nth-child(8) {
    top: 35%;
    right: 5%;
    animation-delay: 21s;
    animation-duration: 38s;
}

.programming-symbol-hero:nth-child(9) {
    top: 25%;
    left: 25%;
    animation-delay: 24s;
    animation-duration: 32s;
}

.programming-symbol-hero:nth-child(10) {
    top: 55%;
    left: 45%;
    animation-delay: 27s;
    animation-duration: 36s;
}

.programming-symbol-hero:nth-child(11) {
    top: 75%;
    right: 15%;
    animation-delay: 30s;
    animation-duration: 34s;
}

.programming-symbol-hero:nth-child(12) {
    top: 45%;
    left: 70%;
    animation-delay: 33s;
    animation-duration: 39s;
}

.programming-symbol-hero:nth-child(13) {
    top: 5%;
    left: 80%;
    animation-delay: 36s;
    animation-duration: 31s;
}

.programming-symbol-hero:nth-child(14) {
    top: 65%;
    left: 30%;
    animation-delay: 39s;
    animation-duration: 37s;
}

.programming-symbol-hero:nth-child(15) {
    top: 85%;
    right: 40%;
    animation-delay: 42s;
    animation-duration: 33s;
}

.programming-symbol-hero:nth-child(16) {
    top: 30%;
    left: 85%;
    animation-delay: 45s;
    animation-duration: 35s;
}

.programming-symbol-hero:nth-child(17) {
    top: 50%;
    left: 5%;
    animation-delay: 48s;
    animation-duration: 38s;
}

.programming-symbol-hero:nth-child(18) {
    top: 90%;
    left: 25%;
    animation-delay: 51s;
    animation-duration: 32s;
}

.programming-symbol-hero:nth-child(19) {
    top: 12%;
    left: 35%;
    animation-delay: 54s;
    animation-duration: 36s;
}

.programming-symbol-hero:nth-child(20) {
    top: 95%;
    right: 25%;
    animation-delay: 57s;
    animation-duration: 34s;
}

@keyframes symbolFloatHero {
    0% {
        transform: translateY(0px) rotate(0deg) scale(1);
        opacity: 0.1;
    }

    25% {
        transform: translateY(-20px) rotate(90deg) scale(1.1);
        opacity: 0.15;
    }

    50% {
        transform: translateY(-40px) rotate(180deg) scale(0.9);
        opacity: 0.08;
    }

    75% {
        transform: translateY(-20px) rotate(270deg) scale(1.05);
        opacity: 0.12;
    }

    100% {
        transform: translateY(0px) rotate(360deg) scale(1);
        opacity: 0.1;
    }
}

/* Ensure hero content is above symbols but below navbar */
.hero .container {
    position: relative;
    z-index: 2;
}

/* Ensure all content sections are below navbar */
.about-section,
.vision-mission-section,
.leadership-section,
.partners-section,
.alliances-section,
.clients-section,
.featured-solutions,
.values-section {
    position: relative;
    z-index: 1;
}