/* About Us - Mobile Styles */
.bg-gradient {
    display: none;
}

/* Ensure no horizontal overflow */
* {
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
}

.footer {
    margin-top: -283px;
}

.main-container {
    height: 1920px;
}

/* Mobile Hero Section - First Container */
.hero-section {
    position: relative;
    width: 100%;
    max-width: 320px;
    height: 479px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 40px;
}

/* Hero Background - Mobile */
.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-bg-image {
    position: absolute;
    top: 56px; /* top-12 equivalent */
    left: 0;
    width: 100%;
    height: 479px;
    background-image: url('/static/images/1d441413ddbc67f6d1ebaa83b293f468f5f9e7d2.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Hide desktop gradients on mobile */
.hero-gradient-right,
.hero-gradient-bottom {
    display: none;
}

/* Hero Content - Mobile */
.hero-content {
    position: absolute;
    top: 80px; /* top-20 equivalent */
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.hero-text-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 24px; /* gap-6 equivalent */
    width: 272px; /* w-[272px] from Figma */
}

.hero-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 8px; /* gap-2 equivalent */
    width: 100%;
}

.hero-title {
    font-family: 'Peyda', sans-serif;
    font-weight: 500; /* Medium */
    line-height: 36px;
    text-align: right;
    color: #FFFFFF;
    margin: 0;
    width: 100%;
}

.title-main {
    font-family: 'Peyda', sans-serif;
    font-weight: 600; /* SemiBold */
    font-size: 24px;
    display: block;
    direction: rtl;
    margin-bottom: 0;
}

.title-sub {
    font-family: 'Peyda', sans-serif;
    font-weight: 500; /* Medium */
    font-size: 19px;
    display: block;
    direction: rtl;
}

.hero-description {
    font-family: 'Peyda', sans-serif;
    font-weight: 400; /* Regular */
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
    color: rgba(255, 255, 255, 0.6);
    width: 100%;
}

.hero-description p {
    margin: 0;
    direction: rtl;
}

/* Mission, Vision & Values Section - Second Container - Mobile */
.mission-vision-section {
    position: relative;
    width: 100%;
    max-width: 320px;
    min-height: 1095px;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
}

.mission-vision-container {
    position: relative;
    width: 100%;
    height: 100%;
}

/* Mission Section - Mobile */
.mission-section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 132px;
}

/* Vision Section - Mobile */
.vision-section {
    position: absolute;
    top: 156px; /* 132px + 24px gap */
    left: 0;
    width: 100%;
    height: 132px;
}

/* Values Section - Mobile */
.values-section {
    position: absolute;
    top: 312px; /* 156px + 132px + 24px gap */
    left: 0;
    width: 100%;
    height: 253px;
}

/* Section Content - Mobile */
.section-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    height: 100%;
}

.section-title {
    font-family: 'Peyda', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: #FFFFFF;
    text-align: right;
    margin: 0;
    direction: rtl;
}

.section-divider {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
}

.section-description {
    font-family: 'Peyda', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.8);
    text-align: justify;
    margin: 0;
    direction: rtl;
}

/* Values section specific styling - Mobile */
.values-section .section-title {
    font-size: 20px;
    line-height: 32px;
}

.values-section .section-description {
    font-size: 14px;
    line-height: 20px;
}

/* Values List Styling - Mobile */
.values-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.value-item {
    font-family: 'Peyda', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.8);
    text-align: right;
    direction: rtl;
    position: relative;
    padding-right: 16px;
}

.value-item::before {
    content: '';
    position: absolute;
    right: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    background-color: #FFFFFF;
    border-radius: 1px;
}

/* Call to Action Section - Mobile */
.cta-section {
    position: absolute;
    top: 660px; /* 312px + 253px + 47px gap */
    left: 0;
    width: 100%;
    height: 404px; /* 288px + 116px for image */
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.cta-image {
    width: 165.82px;
    height: 199.98px;
    flex-shrink: 0;
    background-image: url('/static/images/38a41040496034034a982cf3326570e396f29bf4.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(-10.042deg);
}

.cta-content {
    width: 100%;
    max-width: 288px;
    height: 288px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: relative;
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 24px;
    box-sizing: border-box;
    bottom: 70px;
}

.cta-text-container {
    width: 100%;
    height: 184px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.cta-title {
    font-family: 'Peyda', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #FFFFFF;
    text-align: justify;
    margin: 0;
    direction: rtl;
    width: 100%;
}

.cta-subtitle {
    font-family: 'Peyda', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.8);
    text-align: justify;
    margin: 0;
    direction: rtl;
    width: 100%;
}

.cta-button {
    width: 100%;
    max-width: 256px;
    height: 32px;
    background: linear-gradient(135deg, #FFFFFF);
    border: none;
    border-radius: 16px;
    font-family: 'Peyda', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #000000;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 107, 53, 0.3);
}

/* Background ellipse - Mobile */
.bg-ellipse {
    position: absolute;
    width: 100vw;
    height: 2600px;
    background: linear-gradient(to bottom, #000000 0%, #244234);
    opacity: 50%;
    border-radius: 0;
    z-index: -1;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%) rotate(0deg);
}

/* Mobile-specific adjustments */
@media (max-width: 320px) {
    .hero-section {
        width: 100%;
    }
    
    .hero-bg-image {
        width: 100%;
    }
    
    .hero-text-container {
        width: calc(100% - 48px); /* 24px padding on each side */
        max-width: 272px;
    }
    
    .mission-vision-section {
        width: 100%;
        padding: 0 12px;
    }
    
    .cta-content {
        width: 100%;
        padding: 20px;
    }
}

