.elementor-kit-14{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-14 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Full page center layout */
.wm-coming-page {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background: linear-gradient(135deg, #6875DE, #7450A9);
}

/* Card box */
.wm-coming-card {
    background: #ffffff;
    padding: 50px 40px;
    border-radius: 20px;
    box-shadow: 0 20px 55px rgba(0, 0, 0, 0.10);
    text-align: center;
    max-width: 550px;
    width: 100%;
    animation: wm-fadeUp 0.8s ease-out;
}

/* Logo (Bigger) */
.wm-logo {
    width: 230px;
    margin-bottom: 30px;
    animation: wm-float 4s ease-in-out infinite;
}

/* Heading (Bigger) */
.wm-title {
    font-size: 48px;
    line-height: 1.3;
    font-weight: 800;
    color: #222;
    margin-bottom: 15px;
}

/* Highlight “WahMart” */
.wm-title span {
    display: inline-block;
    padding: 8px 20px;
    margin-left: 6px;
    border-radius: 999px;
    background: #ffebe3;
    color: #ff5722;
    font-weight: 800;
    font-size: 42px;
    box-shadow: 0 0 0 2px rgba(255, 87, 34, 0.18);
}

/* Subtitle */
.wm-subtitle {
    font-size: 18px;
    color: #555;
    margin-top: 12px;
}

/* Simple animations */
@keyframes wm-fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes wm-float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

/* Mobile responsive */
@media (max-width: 480px) {
    .wm-coming-card {
        padding: 35px 20px;
    }

    .wm-title {
        font-size: 34px;
    }

    .wm-title span {
        font-size: 30px;
        padding: 6px 16px;
    }

    .wm-logo {
        width: 160px;
    }
}/* End custom CSS */