html,
.weekly-offer-body {
    margin: 0;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
/* .navbar{
    min-width: 0px !important;
}
.nav-body{
    min-width: 0px !important;
} */

.footer_div_get_in_touch {
    cursor: auto;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: block;
}

.section_top_sub_title {
    color: #FFF;
    text-align: center;
    font-size: 18px;
}

.footer-container.footer-mobile-container {
    padding: 0px;
}



/* Weekly Offer Page Styles */

section {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px 0;
}

.heading_div,
.description_div,
.weekly_offer_hero,
.benefits_div,
.button_container {
    text-align: center;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}


.upper-title {
    font-family: 'Tajawal-Bold', sans-serif;
    text-transform: uppercase;
    font-size: 25px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    color: #E0F2F1;
}

.main-title {
    font-family: 'Tajawal-Black', sans-serif;
    font-size: 50px;
    font-weight: 900;
    margin: 0;
    line-height: 1;
    margin-left: 10px;
    letter-spacing: 3.1px;
}

.price-tag {
    font-family: 'Tajawal-Black', sans-serif;
    font-size: 74px;
    color: #04E6FF;
    font-weight: 900;
    margin-top: -5px;
}

.sub-intro {
    font-family: 'Tajawal-Bold', sans-serif;
    font-size: 30px;
    margin-bottom: 27px;
}

.detailed-desc {
    font-family: 'Tajawal-Regular', sans-serif;
    font-size: 20px;
    max-width: 500px;
    margin: 0 auto;
    line-height: 1.5;
    opacity: 0.9;
}

.weekly_offer_hero {
    text-align: center;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
        margin-top: -70px;
    margin-bottom: -40px;
}

.hero-background-container {
    position: relative;
    width: 100%;
    background-size: 50% auto;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-image {
    max-width: 100%;
    position: relative;
    z-index: 2;
    width: 250px;
    margin-top: 60px;
}

.benefits-title {
    font-family: 'Tajawal-Bold', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 30px;
    letter-spacing: 1.5px;
}

.benefits-grid {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    padding: 0 20px;
}

.benefit-card {
    background: rgba(14, 57, 104, 0.4);
    border: 1.5px solid rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    padding: 15px;
    width: 160px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefit-card p {
    margin: 0;
    font-size: 19px;
    line-height: 1.3;
}

.action_section {
    padding-bottom: 60px;
}

.cta-button {
    display: inline-block;
    background: linear-gradient(180deg, rgba(3, 33, 61, 0.5) -71.21%, rgba(4, 221, 255, 0.5) 73.03%);
    color: #fff;
    padding: 18px 45px;
    border-radius: 50px;
    font-family: 'Tajawal-Bold', sans-serif;
    font-size: 20px;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    font-weight: 600;
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    color: #fff;
    background: linear-gradient(90deg, rgba(3, 33, 61, 0.5) -71.21%, rgba(4, 221, 255, 0.5) 73.03%);
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    text-decoration: none;
}

.download-app-section {
    padding: 40px 20px;
}

.download-app-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.download-title {
    font-family: 'Tajawal-Bold', sans-serif;
    font-size: 24px;
    color: #ffffff;
    margin: 0;
    white-space: nowrap;
    text-align: end;
}

.separator {
    width: 4px;
    height: 65px;
    background-color: #ffffff;
    flex-shrink: 0;
}

.app-icons {
    display: flex;
    align-items: center;
    gap: 20px;
}

.app-link {
    display: inline-block;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.app-link:hover {
    transform: translateY(-3px);
    opacity: 0.8;
}

.app-icon,
.play-icon {
    height: 50px;
    width: auto;
}


@media (max-width: 1024px) {
    .heading_div,
    .description_div,
    .weekly_offer_hero,
    .benefits_div,
    .button_container {
        max-width: 950px;
    }
    .upper-title{
        font-size: 30px;
    }
    
    .main-title {
        font-size: 42px;
    }

    .price-tag {
        font-size: 62px;
    }
     .weekly-offer-body{
        width: fit-content !important;
    }
    /* Modal centering fix for 1024px */
    .modal-dialog {
        margin: 1.75rem auto !important;
        max-width: 90% !important;
        display: flex !important;
        align-items: center !important;
        min-height: calc(100vh - 3.5rem) !important;
    }
    
    .modal-content {
        margin: 0 auto !important;
        width: 100% !important;
        max-width: 500px !important;
    }
}

@media (max-width: 768px) {
    .heading_div,
    .description_div,
    .weekly_offer_hero,
    .benefits_div,
    .button_container {
        max-width: 700px;
    }
    
    .main-title {
        font-size: 32px;
    }
    .weekly_offer_hero {
        margin-top: -75px !important;
        margin-bottom: -40px !important;
    }
    .hero-background-container{
            background-size: 39% auto !important;
    }
    .hero-image{
            width: 160px !important;
            margin-top: 45px !important;
    }
    .upper-title{
        font-size: 16px !important;
    }
  
    .price-tag{
        font-size: 48px !important;
    }
    .download-title{
        font-size: 20px !important;
    }
    .sub-intro{
        font-size: 16px !important;
    }
    .cta-button{
        font-size: 14px !important;
    }
    .detailed-desc{
        font-size: 16px !important;
    }
    
    .benefit-card {
        width: 140px;
    }
    .benefit-card p{
        font-size: 16px;
    }
    /* Modal centering fix for 768px */
    .modal-dialog {
        margin: 1rem auto !important;
        max-width: 95% !important;
        display: flex !important;
        align-items: center !important;
        min-height: calc(100vh - 2rem) !important;
    }
    
    .modal-content {
        margin: 0 auto !important;
        width: 100% !important;
        max-width: 450px !important;
    }
    .app-icon,
    .play-icon {
        height: 40px;
    }
    
    .app-icons {
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .benefit-card {
        width: 45%;
    }
    .weekly_offer_hero {
        margin-top: -75px !important;
        margin-bottom: -40px !important;
    }
    .hero-background-container{
            background-size: 65% auto !important;
    }
    .hero-image{
            width: 160px !important;
            margin-top: 45px !important;
    }
    .upper-title{
        font-size: 16px !important;
    }
    .main-title{
        font-size: 25px !important;
    }
    .price-tag{
        font-size: 40px !important;
    }
    .download-title{
        font-size: 18px !important;
    }
    .sub-intro{
        font-size: 16px !important;
    }
    .cta-button{
        font-size: 14px !important;
    }
    .detailed-desc{
        font-size: 16px !important;
    }
    .benefits-grid{
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    }
    .benefit-card p{
        font-size: 16px;
    }
    .navbar.navbar-mobile{
        min-width: 435px !important;
    }
    .download-app-container{
        gap: 20px !important;
    }
    .separator{
        width: 3px !important;
    }
}