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

.main-container {
    height: 1900px;
}

.footer {
    z-index: 10;
}

/* Background ellipse */
.bg-ellipse {
    position: absolute;
    height: 1350px;
    left: -625px;
    top: 830px;
    width: 2586px;
    background: linear-gradient(to bottom, #000000 0%, #244234 20%);
    opacity: 40%;
    border-radius: 0;
    transform: rotate(0deg);
    z-index: -1;
}

/* Hero Section - First Container */
.hero-section {
    position: relative;
    width: 1441px;
    height: 633px;
    margin: 0 auto;
    overflow: hidden;
}

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

.hero-bg-image {
    position: absolute;
    top: 0;
    left: -2px;
    width: 1441px;
    height: 633px;
    background-image: url('/static/images/c52bf7f47840583f442b2c0ef40b57a99a5e3d9f.webp');
    background-position: 49.99% 0%;
    background-repeat: no-repeat;
    background-size: 100.06% 106%;
}

.hero-gradient-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 1070px;
    height: 633px;
    background: linear-gradient(to left, #000000 31.25%, rgba(0, 0, 0, 0) 100%);
}

.hero-gradient-bottom {
    position: absolute;
    top: 457px;
    left: calc(50% - 0.5px);
    transform: translateX(-50%);
    width: 1439px;
    height: 176px;
    background: linear-gradient(to top, #000000 20.41%, rgba(0, 0, 0, 0) 100%);
}

/* Hero Content */
.hero-content {
    position: absolute;
    top: 191px;
    left: 810px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 32px;
}

.hero-text-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
    width: 100%;
}

.hero-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    width: 540px;
}

.hero-title {
    font-family: 'Peyda', sans-serif;
    font-weight: 500;
    line-height: 56px;
    text-align: right;
    color: #FFFFFF;
    letter-spacing: -0.4px;
    margin: 0;
    width: 100%;
}

.title-main {
    font-family: 'Peyda', sans-serif;
    font-weight: 600;
    font-size: 48px;
    display: block;
    direction: rtl;
}

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

.hero-description {
    font-family: 'Peyda', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    text-align: justify;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: -0.432px;
    width: 540px;
}

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



/* Mission, Vision & Values Section - Second Container */
.mission-vision-section {
    position: relative;
    width: 1299px;
    height: 1083px;
    margin: 0 auto;
    padding: 0 21px;
}

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

/* Mission Section */
.mission-section {
    position: absolute;
    top: 0;
    right: 800px;
    width: 520px;
    height: 216px;
}

/* Vision Section */
.vision-section {
    position: absolute;
    top: 0;
    right: 110px;
    width: 520px;
    height: 216px;
}

/* Values Section */
.values-section {
    position: absolute;
    top: 295px;
    right: 389px;
    width: 680px;
    height: 362px;
}

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

.section-title {
    font-family: 'Peyda', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    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: 24px;
    line-height: 36px;
    color: rgba(255, 255, 255, 0.8);
    text-align: justify;
    margin: 0;
    direction: rtl;
}

/* Values section specific styling */
.values-section .section-title {
    font-size: 40px;
    line-height: 74px;
}

.values-section .section-description {
    font-size: 18px;
    line-height: 30px;
}

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

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

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

/* Call to Action Section */
.cta-section {
    position: absolute;
    top: 494px;
    left: 21px;
    width: 1299px;
    height: 589px;
    display: flex;
    align-items: center;
    gap: 40px;
}

.cta-image {
    width: 320px;
    height: 387px;
    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 {
    align-items: center;
    border-radius: 19px;
    background: rgba(0, 0, 0, 0.00);
    backdrop-filter: blur(20px);
    top: 380px;
    right: 81px;
    position: absolute;

}

.cta-content-container {
    width: 1200px;
    height: 326px;
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    position: relative;
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 24px;
}

.cta-text-container {
    width: 1146px;
    height: 104px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    margin: 24px;
}

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

.cta-subtitle {
    font-family: 'Peyda', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: rgba(255, 255, 255, 0.8);
    text-align: right;
    margin: 0;
    direction: rtl;
}

.cta-button {
    position: absolute;
    top: 200px;
    width: 286px;
    height: 62px;
    background: linear-gradient(135deg, #FFFFFF);
    border: none;
    border-radius: 55px;
    font-family: 'Peyda', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none; /* Remove underline from anchor tag */
    display: flex;
    align-items: center;
    justify-content: center;
}

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

