/* Evora Page - Unique Classes 2026-e1 */

/* Hero/Product Showcase Section */
.evora-hero-2026-e1 {
    background: #ffffff;
    padding: 100px 24px;
    position: relative;
    overflow: hidden;
}

.evora-hero-shell-2026-e1 {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 1;
}

.evora-hero-content-2026-e1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.evora-hero-image-wrapper-2026-e1 {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.evora-hero-image-2026-e1 {
    width: 100%;
    max-width: 500px;
    height: auto;
    display: block;
    object-fit: contain;
}

.evora-hero-text-wrapper-2026-e1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.evora-hero-title-2026-e1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 56px;
    font-weight: 900;
    line-height: 1.1;
    color: #0a2b62;
    margin: 0 0 32px;
    letter-spacing: -0.02em;
}

.evora-hero-description-2026-e1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 1.75;
    color: #5a6470;
    margin: 0 0 40px;
    max-width: 600px;
}

.evora-hero-btn-2026-e1 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #0a2b62;
    color: #ffffff;
    padding: 18px 42px;
    border-radius: 50px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(10, 43, 98, 0.2);
    max-width: fit-content;
}

.evora-hero-btn-2026-e1:hover {
    background-color: #0d3a7a;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(10, 43, 98, 0.3);
    color: #ffffff;
    text-decoration: none;
}

/* Responsive Design */
@media (max-width: 968px) {
    .evora-hero-content-2026-e1 {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .evora-hero-image-wrapper-2026-e1 {
        order: 1;
    }

    .evora-hero-text-wrapper-2026-e1 {
        order: 2;
        text-align: center;
        align-items: center;
    }

    .evora-hero-description-2026-e1 {
        max-width: 100%;
    }

    .evora-hero-btn-2026-e1 {
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .evora-hero-2026-e1 {
        padding: 80px 20px;
    }

    .evora-hero-content-2026-e1 {
        gap: 40px;
    }

    .evora-hero-title-2026-e1 {
        font-size: 40px;
        margin-bottom: 24px;
    }

    .evora-hero-description-2026-e1 {
        font-size: 16px;
        margin-bottom: 32px;
    }

    .evora-hero-btn-2026-e1 {
        padding: 16px 36px;
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .evora-hero-2026-e1 {
        padding: 60px 20px;
    }

    .evora-hero-content-2026-e1 {
        gap: 32px;
    }

    .evora-hero-title-2026-e1 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .evora-hero-description-2026-e1 {
        font-size: 15px;
        margin-bottom: 28px;
    }

    .evora-hero-btn-2026-e1 {
        padding: 14px 32px;
        font-size: 14px;
        width: 100%;
        max-width: 100%;
    }
}

/* CapFit Feature Section */
.evora-capfit-2026-e1 {
    background: #6b7280;
    padding: 100px 24px;
    position: relative;
    overflow: hidden;
}

.evora-capfit-shell-2026-e1 {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 1;
}

.evora-capfit-content-2026-e1 {
    max-width: 900px;
    margin: 0 auto;
    text-align: left;
}

.evora-capfit-heading-2026-e1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    font-weight: 900;
    line-height: 1.2;
    color: #ffffff;
    margin: 0 0 24px;
    letter-spacing: -0.01em;
}

.evora-capfit-description-2026-e1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 1.75;
    color: #ffffff;
    margin: 0;
    opacity: 0.95;
}

/* Responsive Design for CapFit Section */
@media (max-width: 768px) {
    .evora-capfit-2026-e1 {
        padding: 80px 20px;
    }

    .evora-capfit-heading-2026-e1 {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .evora-capfit-description-2026-e1 {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .evora-capfit-2026-e1 {
        padding: 60px 20px;
    }

    .evora-capfit-content-2026-e1 {
        text-align: center;
    }

    .evora-capfit-heading-2026-e1 {
        font-size: 32px;
        margin-bottom: 18px;
    }

    .evora-capfit-description-2026-e1 {
        font-size: 15px;
    }
}

/* Features Section */
.evora-features-2026-e1 {
    background: #f8f9fb;
    padding: 100px 24px;
    position: relative;
    overflow: hidden;
}

.evora-features-shell-2026-e1 {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 1;
}

.evora-features-heading-2026-e1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 900;
    line-height: 1.2;
    color: #0a2b62;
    margin: 0 0 60px;
    letter-spacing: -0.01em;
    text-align: center;
}

.evora-features-grid-2026-e1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.evora-features-column-2026-e1 {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.evora-feature-item-2026-e1 {
    display: flex;
    flex-direction: column;
}

.evora-feature-continuation-2026-e1 {
    padding-top: 0;
}

.evora-feature-title-2026-e1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.3;
    color: #0a2b62;
    margin: 0 0 16px;
}

.evora-feature-description-2026-e1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.75;
    color: #5a6470;
    margin: 0;
}

/* Responsive Design for Features Section */
@media (max-width: 968px) {
    .evora-features-grid-2026-e1 {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .evora-features-column-2026-e1 {
        gap: 35px;
    }
}

@media (max-width: 768px) {
    .evora-features-2026-e1 {
        padding: 80px 20px;
    }

    .evora-features-heading-2026-e1 {
        font-size: 32px;
        margin-bottom: 50px;
    }

    .evora-features-grid-2026-e1 {
        gap: 40px;
    }

    .evora-features-column-2026-e1 {
        gap: 30px;
    }

    .evora-feature-title-2026-e1 {
        font-size: 20px;
        margin-bottom: 14px;
    }

    .evora-feature-description-2026-e1 {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .evora-features-2026-e1 {
        padding: 60px 20px;
    }

    .evora-features-heading-2026-e1 {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .evora-features-grid-2026-e1 {
        gap: 35px;
    }

    .evora-features-column-2026-e1 {
        gap: 28px;
    }

    .evora-feature-title-2026-e1 {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .evora-feature-description-2026-e1 {
        font-size: 14px;
    }
}

/* Video Section */
.evora-video-2026-e1 {
    background: #ffffff;
    padding: 100px 24px;
    position: relative;
    overflow: hidden;
}

.evora-video-shell-2026-e1 {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 1;
}

.evora-video-content-2026-e1 {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.evora-video-wrapper-2026-e1 {
    position: relative;
    margin: 0 auto;
    max-width: 800px;
    aspect-ratio: 16 / 9;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.evora-video-thumbnail-2026-e1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    overflow: hidden;
}

.evora-video-thumbnail-img-2026-e1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.evora-video-thumbnail-2026-e1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    transition: background 0.3s ease;
    z-index: 1;
}

.evora-video-thumbnail-2026-e1:hover::before {
    background: rgba(0, 0, 0, 0.3);
}

.evora-video-play-btn-2026-e1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #e94132;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 24px rgba(233, 65, 50, 0.4);
    padding: 0;
}

.evora-video-play-btn-2026-e1:hover {
    background: #d12e1f;
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 0 12px 32px rgba(233, 65, 50, 0.5);
}

.evora-video-play-btn-2026-e1:active {
    transform: translate(-50%, -50%) scale(1.05);
}

.evora-video-play-btn-2026-e1 svg {
    width: 40px;
    height: 40px;
    fill: #ffffff;
    margin-left: 4px;
}

.evora-video-embed-wrapper-2026-e1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.evora-video-iframe-2026-e1 {
    width: 100%;
    height: 100%;
    border: none;
}

.evora-video-hidden-2026-e1 {
    display: none;
}

/* Responsive Design for Video Section */
@media (max-width: 768px) {
    .evora-video-2026-e1 {
        padding: 80px 20px;
    }

    .evora-video-play-btn-2026-e1 {
        width: 80px;
        height: 80px;
    }

    .evora-video-play-btn-2026-e1 svg {
        width: 32px;
        height: 32px;
        margin-left: 3px;
    }
}

@media (max-width: 480px) {
    .evora-video-2026-e1 {
        padding: 60px 20px;
    }

    .evora-video-play-btn-2026-e1 {
        width: 70px;
        height: 70px;
    }

    .evora-video-play-btn-2026-e1 svg {
        width: 28px;
        height: 28px;
        margin-left: 2px;
    }
}

/* Products Section */
.evora-products-2026-e1 {
    background: #f8f9fb;
    padding: 100px 24px;
    position: relative;
    overflow: hidden;
}

.evora-products-shell-2026-e1 {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 1;
}

.evora-products-heading-2026-e1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 900;
    line-height: 1.2;
    color: #0a2b62;
    margin: 0 0 60px;
    letter-spacing: -0.01em;
    text-align: center;
}

.evora-products-grid-2026-e1 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
}

.evora-product-card-2026-e1 {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.evora-product-card-2026-e1:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.evora-product-image-wrapper-2026-e1 {
    width: 100%;
    padding-top: 75%;
    position: relative;
    background: #f8f9fb;
    overflow: hidden;
}

.evora-product-image-2026-e1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 20px;
    transition: transform 0.3s ease;
}

.evora-product-card-2026-e1:hover .evora-product-image-2026-e1 {
    transform: scale(1.05);
}

.evora-product-content-2026-e1 {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.evora-product-title-2026-e1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.3;
    color: #0a2b62;
    margin: 0 0 20px;
    min-height: 46px;
}

.evora-product-btn-2026-e1 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: #e94132;
    padding: 12px 24px;
    border-radius: 50px;
    border: 2px solid #e94132;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-top: auto;
}

.evora-product-btn-2026-e1:hover {
    background-color: #e94132;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(233, 65, 50, 0.3);
    text-decoration: none;
}

/* Responsive Design for Products Section */
@media (max-width: 1200px) {
    .evora-products-grid-2026-e1 {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }
}

@media (max-width: 968px) {
    .evora-products-grid-2026-e1 {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

@media (max-width: 768px) {
    .evora-products-2026-e1 {
        padding: 80px 20px;
    }

    .evora-products-heading-2026-e1 {
        font-size: 32px;
        margin-bottom: 50px;
    }

    .evora-products-grid-2026-e1 {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .evora-product-content-2026-e1 {
        padding: 20px;
    }

    .evora-product-title-2026-e1 {
        font-size: 16px;
        min-height: 42px;
        margin-bottom: 18px;
    }

    .evora-product-btn-2026-e1 {
        padding: 10px 20px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .evora-products-2026-e1 {
        padding: 60px 20px;
    }

    .evora-products-heading-2026-e1 {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .evora-products-grid-2026-e1 {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .evora-product-content-2026-e1 {
        padding: 20px;
    }

    .evora-product-title-2026-e1 {
        font-size: 16px;
        min-height: auto;
        margin-bottom: 16px;
    }


    .evora-product-btn-2026-e1 {
        padding: 10px 20px;
        font-size: 13px;
        width: 100%;
    }
}

