/* Hero Section Styles */
.bg-gradient {
    display: none;
}

.main-container {
    height: 800px;
    direction: rtl;
    width: -webkit-fill-available;

}

.footer {
    z-index: 20;
}

.hero-container {
    position: absolute;
    width: 1440px;
    height: 891px;
    margin: 0 auto;
    overflow: hidden;

}

/* Background Image */
.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/static/images/6b10ab9351de0d84fa912184f9cad94bff131a10.webp');
    background-position: 31.61% 71.13%;
    background-repeat: no-repeat;
    background-size: 105.09% 126.79%;
    z-index: 1;
}

/* Gradient Overlay */
.hero-gradient {
    position: absolute;
    top: 98px;
    left: 0;
    width: 849px;
    height: 794px;
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 122.73%);
    z-index: 2;
}

/* Hero Content */
.hero-content {
    position: absolute;
    top: 251px;
    left: calc(6.25% + 282.538px);
    transform: translateX(-50%);
    width: 553.076px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 41.939px;
}

/* Hero Text Container */
.hero-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 31.454px;
    width: 100%;
}

/* Hero Title */
.hero-title {
    font-family: 'Peyda', sans-serif;
    font-weight: 400;
    font-size: 62.909px;
    line-height: 86.5px;
    text-align: right;
    color: #FFFFFF;
    letter-spacing: -0.6291px;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 10.485px;
    width: 100%;
}

/* Orange Text */
.hero-title-orange {
    font-family: 'Peyda', sans-serif;
    font-weight: 600;
    color: #ee6625;
    direction: auto;
}

/* White Text */
.hero-title-white {
    font-family: 'Peyda', sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    direction: auto;
}
