/* Reseller Landing Pages Styles */

.reseller-landing {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    background-color: var(--white-color);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.reseller-landing .boot_main_section,
.reseller-landing .quest_eat_main_section {
    margin-top: 0;
    padding-top: 40px;
    max-width: 100%;
    width: 100%;
}

.reseller-landing .boot_main_section {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.reseller-landing .quest_eat_content {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.reseller-landing .boot_steps_image {
    margin: 40px auto;
    display: block;
    max-width: 1200px;
}

.reseller-landing .companies_form_section {
    margin: 40px auto;
    max-width: 1200px;
    width: 90%;
}

.reseller-landing .quest-eat-grid {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

.reseller-landing .quest_eat_cta_section {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

/* Ensure video overlays work properly */
.video-play-overlay.hidden {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.video-play-overlay {
    opacity: 1;
    transition: opacity 0.3s ease;
}
