* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', 'Roboto', 'Arial', sans-serif;
    line-height: 1.6;
    color: #2c3e50;
    overflow-x: hidden;
}

/* Header Section */
.header {
    background: #00002d;
    padding: 20px 40px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 2px solid #D4AF37;
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.logo {
    height: 50px;
    width: auto;
    object-fit: contain;
}

.company-name {
    font-size: 28px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 1px;
    text-align: center;
    font-family: 'EB Garamond', serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.el-amrani-text {
    color: #D4AF37;
}

.consultancies-text {
    color: #ffffff;
}

/* Hero Section */
.hero-section {
    position: relative;
    min-height: 100vh;
    background-image: url('https://images.unsplash.com/photo-1589829545856-d10d557cf95f?ixlib=rb-4.0.3&auto=format&fit=crop&w=2000&q=80');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 20px;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(26, 26, 46, 0.3) 0%, rgba(22, 33, 62, 0.25) 100%);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 800px;
    padding: 30px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.logo-tagline-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-bottom: 35px;
    flex-wrap: wrap;
}

.logo-main {
    height: 320px;
    width: auto;
    object-fit: contain;
    flex-shrink: 0;
    border-radius: 20px;
}

.tagline {
    font-size: 24px;
    font-weight: 600;
    color: #0a0a1a;
    line-height: 1.8;
    font-style: italic;
    flex: 1;
    min-width: 300px;
    text-align: left;
    text-shadow: 0 2px 4px rgba(255, 255, 255, 0.8);
    font-family: 'EB Garamond', serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.whatsapp-link {
    display: block;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    transition: opacity 0.3s ease;
}

.whatsapp-link:hover {
    opacity: 0.8;
}

.whatsapp-icon {
    height: 60px;
    width: 60px;
    object-fit: contain;
}

.closing-statement {
    font-size: 28px;
    color: #000000;
    margin-top: 30px;
    margin-bottom: 30px;
    font-style: italic;
    font-weight: 500;
    font-family: 'EB Garamond', serif;
    font-optical-sizing: auto;
    text-shadow: 0 2px 4px rgba(255, 255, 255, 0.8);
}

.justice-text {
    color: #000000;
    font-weight: 600;
}

/* Quote Section */
.quote-section {
    padding: 12px 20px;
    margin: 0;
    background-image: url('https://images.unsplash.com/photo-1589829545856-d10d557cf95f?ixlib=rb-4.0.3&auto=format&fit=crop&w=2000&q=80');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

.quote-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(26, 26, 46, 0.3) 0%, rgba(22, 33, 62, 0.25) 100%);
    z-index: 1;
}

.quote-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 10px;
}

.quote {
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 25px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    font-style: italic;
    position: relative;
    z-index: 2;
}

.quote-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    flex-wrap: nowrap;
    width: 100%;
}

.injustice-image {
    height: 200px;
    width: 200px;
    object-fit: contain;
    flex-shrink: 0;
    border: none;
}

.quote-text-block {
    flex: 1;
    min-width: 0;
    text-align: left;
    margin: 0;
    padding: 0;
}

.quote-text {
    font-size: 24px;
    color: #000000;
    font-family: 'EB Garamond', serif;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.4;
    text-shadow: 2px 2px 6px rgba(255, 255, 255, 0.95);
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

.quote-author {
    font-size: 22px;
    color: #D4AF37;
    font-family: 'EB Garamond', serif;
    font-weight: 700;
    font-style: normal;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
}

/* Contact Section */
.contact-section {
    background: #00002d;
    padding: 15px 20px;
    color: #ffffff;
}

.contact-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.contact-title {
    font-size: 32px;
    margin-bottom: 5px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
}

.contact-details {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    align-items: center;
}

.contact-icon {
    font-size: 32px;
    margin-right: 8px;
}


.contact-link {
    display: flex;
    align-items: center;
    color: #ffffff;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.contact-link:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #25D366;
    transform: translateY(-2px);
}

.footer-whatsapp-icon {
    height: 28px;
    width: 28px;
    object-fit: contain;
    margin-right: 8px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .header {
        padding: 15px 20px;
    }

    .header-content {
        flex-direction: column;
        gap: 10px;
    }

    .logo {
        height: 40px;
    }

    .company-name {
        font-size: 26px;
    }

    .hero-section {
        min-height: 70vh;
        background-attachment: scroll;
        padding: 40px 15px;
    }

    .hero-content {
        padding: 25px 15px;
        max-width: 600px;
    }

    .logo-tagline-container {
        flex-direction: column;
        gap: 25px;
        margin-bottom: 30px;
    }

    .logo-main {
        height: 180px;
        border-radius: 15px;
    }

    .tagline {
        font-size: 18px;
        font-weight: 600;
        text-align: center;
        min-width: auto;
        color: #0a0a1a;
        text-shadow: 0 2px 4px rgba(255, 255, 255, 0.8);
        font-family: 'EB Garamond', serif;
        font-optical-sizing: auto;
        font-style: normal;
    }

    .whatsapp-icon {
        height: 50px;
        width: 50px;
    }

    .quote-content {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .injustice-image {
        height: 180px;
        width: 180px;
        border: none;
    }

    .quote-text-block {
        text-align: center;
        min-width: 0;
        width: 100%;
    }

    .quote-text {
        font-size: 20px;
    }



    .closing-statement {
        font-size: 24px;
        font-weight: 500;
        margin-top: 25px;
        margin-bottom: 25px;
        color: #000000;
        font-family: 'EB Garamond', serif;
        font-optical-sizing: auto;
        font-style: italic;
        text-shadow: 0 2px 4px rgba(255, 255, 255, 0.8);
    }

    .contact-title {
        font-size: 28px;
        margin-bottom: 4px;
    }

    .contact-details {
        flex-direction: column;
        gap: 25px;
        align-items: center;
    }

    .contact-icon {
        font-size: 28px;
    }

    .contact-text {
        font-size: 16px;
    }

    .footer-whatsapp-icon {
        height: 24px;
        width: 24px;
    }
}

@media (max-width: 480px) {
    .quote-section {
        padding: 20px 10px;
        background-attachment: scroll;
    }

    .quote-container {
        padding: 0 5px;
    }

    .quote {
        padding: 20px 15px;
    }

    .quote-content {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }

    .quote-text-block {
        text-align: center;
        width: 100%;
    }

    .company-name {
        font-size: 24px;
    }

    .logo-main {
        height: 140px;
        border-radius: 12px;
    }

    .tagline {
        font-size: 20px;
        font-weight: 600;
        color: #0a0a1a;
        text-shadow: 0 2px 4px rgba(255, 255, 255, 0.8);
        font-family: 'EB Garamond', serif;
        font-optical-sizing: auto;
        font-style: normal;
    }

    .whatsapp-icon {
        height: 40px;
        width: 40px;
    }

    .injustice-image {
        height: 120px;
        width: 120px;
        border: none;
    }

    .quote-text {
        font-size: 20px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        max-width: 100%;
    }

    .quote-author {
        font-size: 14px;
    }



    .closing-statement {
        font-size: 24px;
        font-weight: 500;
        margin-bottom: 20px;
        color: #000000;
        font-family: 'EB Garamond', serif;
        font-optical-sizing: auto;
        font-style: italic;
        text-shadow: 0 2px 4px rgba(255, 255, 255, 0.8);
    }
}