.bg-gradient {
    display: none;
}


.footer {
    z-index: 20;
    margin-top: 0;
}

/* Hero Section Styles - Mobile Version */
.hero-container {
    position: relative;
    width: 320px;
    height: 700px;
    margin: 0 auto;
    overflow: hidden;
}

/* Background Image - Mobile */
.hero-background {
    position: absolute;
    top: 56px;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/static/images/b5c665cbf16690974b618c5c51fe62984fbfd5d8.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

/* Gradient Overlay - Mobile (hidden for mobile version) */
.hero-gradient {
    display: none;
}

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

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

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

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

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