/* How We Align Page Specific Styles */

/* Main Container */
.how-we-align-main { 
    
    min-height: 100vh;
}

/* Vision Hero Section */
.vision-hero {
    position: relative;
    
    padding-top: 120px;
    padding-bottom: 80px;
    overflow: hidden;
}

.hero-background-mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('bg-2.png') repeat, #1d1f23;
    z-index: -1;
}

.about-page-title {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 28px;
    color: #838a91;
    margin-bottom: 56px;
    line-height: normal;
}

.about-subtitle-image {
    margin-bottom: 0;
}

.about-subtitle-image img {
    width: 100%;
    height: auto;
}

/* Vision Content Section */
.vision-content {
    padding: 0 0 80px 0;
    
}

.content-wrapper {
    max-width: 100%;
}

.main-title {
    font-family: 'Inter', sans-serif;
    font-size: 28px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 32px;
    line-height: 1.2;
}

.main-description {
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #838a91;
    line-height: 1.4;
    max-width: 874px;
}

/* Catalyst Section */
.catalyst-section {
    margin-bottom: 0;
}

.stand-for-content {
    position: relative;
    width: 100%;
    height: 622px;
    overflow: hidden;
}

.stand-for-image {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.stand-for-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Stand For Overlay */
.stand-for-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 604px;
    height: 620px;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    padding: 200px 51px;
    z-index: 1;
}

.overlay-content h3.overlay-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 40px;
    color: #000000;
    margin-bottom: 63px;
    line-height: normal;
    width: 502px;
    height: 91px;
    display: flex;
    align-items: center;
}

.overlay-content p.overlay-description {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 22px;
    color: #838a91;
    line-height: 40px;
    margin-bottom: 0;
    text-align: left;
}
.rtl .overlay-content p.overlay-description {
    text-align: right;
}


/* Alignment Section */
.alignment-section {
    padding: 80px 0;
    
}

.section-title {
    font-family: 'Inter', sans-serif;
    font-size: 40px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 56px;
}

.alignment-category {
    margin-bottom: 56px;
}

.category-title {
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 24px;
    line-height: 1.2;
}

.category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ltr .category-list li {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #838a91;
    margin-bottom: 24px;
    padding-left: 24px;
    position: relative;
    line-height: 1.4;
}

    .ltr  .category-list li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 8px;
        height: 8px;
        background-color: #8e61a5;
        border-radius: 50%;
    }


.rtl .category-list li {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #838a91;
    margin-bottom: 24px;
    padding-right: 24px;
    position: relative;
    line-height: 1.4;
}

    .rtl .category-list li::before {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 8px;
        height: 8px;
        background-color: #8e61a5;
        border-radius: 50%;
    }

/* Sustainability Section */
.sustainability-section {
    padding: 0 0 80px 0;
    
}

/* Footprint Section */
.footprint-section {
    padding: 80px 0;
    
}

.footprint-image {
    margin-bottom: 30px;
}

.footprint-image img {
    width: 100%;
    height: auto;
}

.footprint-content {
    padding-left: 30px;
}

.footprint-title {
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 23px;
    line-height: 1.2;
    letter-spacing: 0.24px;
}

.footprint-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 28px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 30px;
    line-height: 1.2;
    letter-spacing: 0.24px;
}

.footprint-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.footprint-item {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 16px 0;
    border-bottom: 1px solid #838a91;
}

.footprint-item:last-child {
    border-bottom: none;
}

.footprint-icon {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
}

.footprint-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.footprint-item span {
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.2;
}

/* Purpose Section */
.purpose-section {
    padding: 120px 0;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
}

.purpose-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 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="%23333" stroke-width="0.5" opacity="0.3"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.1;
}

.purpose-content {
    position: relative;
    z-index: 2;
    padding-right: 40px;
}

.purpose-badge {
    display: inline-block;
    background: linear-gradient(135deg, #8e61a5 0%, #6b46a0 100%);
    color: #ffffff;
    padding: 8px 20px;
    border-radius: 25px;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.purpose-title {
    font-family: 'Inter', sans-serif;
    font-size: 42px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 24px;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.purpose-description {
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #b8b8b8;
    line-height: 1.6;
    margin-bottom: 24px;
}

.purpose-highlight {
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #8e61a5;
    line-height: 1.4;
    margin-bottom: 40px;
    font-style: italic;
}

.purpose-stats {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #8e61a5;
    line-height: 1;
    margin-bottom: 8px;
}

.stat-label {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #b8b8b8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.purpose-visual {
    position: relative;
    z-index: 2;
}

.purpose-image-container {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.purpose-main-image {
    width: 100%;
    height: auto;
    display: block;
}

.purpose-overlay-shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(142, 97, 165, 0.1) 0%, rgba(107, 70, 160, 0.2) 100%);
    pointer-events: none;
}

.purpose-features {
    display: flex;
    gap: 20px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.05);
    padding: 12px 20px;
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.feature-item:hover {
    background: rgba(142, 97, 165, 0.1);
    border-color: rgba(142, 97, 165, 0.3);
    transform: translateY(-2px);
}

.feature-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8e61a5;
    font-size: 20px;
}

.feature-item span {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
}

/* Responsive Design for Purpose Section */
@media (max-width: 991.98px) {
    .purpose-section {
        padding: 80px 0;
    }
    
    .purpose-content {
        padding-right: 0;
        margin-bottom: 40px;
    }
    
    .purpose-title {
        font-size: 36px;
    }
    
    .purpose-stats {
        gap: 30px;
    }
    
    .purpose-features {
        justify-content: center;
    }
}

@media (max-width: 767.98px) {
    .purpose-title {
        font-size: 28px;
    }
    
    .purpose-description {
        font-size: 20px;
    }
    
    .purpose-highlight {
        font-size: 22px;
    }
    
    .purpose-stats {
        gap: 20px;
    }
    
    .stat-number {
        font-size: 24px;
    }
    
    .purpose-features {
        flex-direction: column;
        align-items: center;
    }
    
    .feature-item {
        width: 100%;
        max-width: 200px;
        justify-content: center;
    }
}

/* Explore Section */
.explore-section {
    padding: 120px 0;
    background: #ffffff;
}

.explore-content {
    text-align: center;
}

.explore-title {
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 48px;
    line-height: 1.2;
}

.explore-buttons {
    display: flex;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
}

.explore-buttons .btn {
    min-width: 239px;
}

/* Responsive Design */
@media (max-width: 1199.98px) {
    .stand-for-overlay {
        width: 500px;
        padding: 150px 40px;
    }
    
    .overlay-content h3.overlay-title {
        font-size: 36px;
        width: 420px;
        height: 80px;
        margin-bottom: 50px;
    }
    
    .overlay-content p.overlay-description {
        font-size: 24px;
        line-height: 36px;
    }
}

@media (max-width: 991.98px) {
    .stand-for-content {
        height: 500px;
    }
    
    .stand-for-overlay {
        width: 100%;
        height: 100%;
        padding: 100px 30px;
        background: rgba(255, 255, 255, 0.9);
    }
    
    .overlay-content h3.overlay-title {
        font-size: 32px;
        width: 100%;
        height: auto;
        margin-bottom: 40px;
    }
    
    .overlay-content p.overlay-description {
        font-size: 22px;
        line-height: 30px;
    }
    
    .footprint-content {
        padding-left: 0;
        margin-top: 30px;
    }
    
    .footprint-title {
        font-size: 28px;
    }
    
    .footprint-subtitle {
        font-size: 24px;
    }
}

@media (max-width: 767.98px) {
    .stand-for-content {
        height: 400px;
    }
    
    .stand-for-overlay {
        padding: 80px 20px;
    }
    
    .overlay-content h3.overlay-title {
        font-size: 28px;
        margin-bottom: 30px;
    }
    
    .overlay-content p.overlay-description {
        font-size: 22px;
        line-height: 26px;
    }
    
    .main-title {
        font-size: 24px;
    }
    
    .main-description {
        font-size: 22px;
    }
    
    .section-title {
        font-size: 32px;
    }
    
    .category-title {
        font-size: 22px;
    }
    
    .category-list li {
        font-size: 18px;
    }
    
    .footprint-title {
        font-size: 24px;
    }
    
    .footprint-subtitle {
        font-size: 22px;
    }
    
    .footprint-item span {
        font-size: 20px;
    }
    
    .explore-title {
        font-size: 28px;
    }
    
    .explore-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .explore-buttons .btn {
        width: 100%;
        max-width: 300px;
    }
}

@media (max-width: 576px) {
    .stand-for-content {
        height: 350px;
    }
    
    .stand-for-overlay {
        padding: 60px 15px;
    }
    
    .overlay-content h3.overlay-title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    
    .overlay-content p.overlay-description {
        font-size: 20px;
        line-height: 24px;
    }
    
    .footprint-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        text-align: left;
    }
    
    .footprint-icon {
        width: 40px;
        height: 40px;
    }
    
    .footprint-icon i {
        font-size: 22px;
    }
}

/* Animation for scroll reveal */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.alignment-category,
.footprint-item,
.catalyst-content,
.purpose-content {
    animation: fadeInUp 0.6s ease-out;
}

/* Hover effects */
 

.explore-buttons .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(142, 97, 165, 0.3);
}

/* Focus states for accessibility */
 

/* Ensure proper spacing between sections */
.vision-content,
.catalyst-section,
.alignment-section,
.sustainability-section,
.footprint-section,
.purpose-section {
    margin-bottom: 0;
}

/* Fix for background images on mobile */
@media (max-width: 768px) {
    .catalyst-card,
    .purpose-card {
        background-size: cover;
        background-position: center;
    }
}
