/*
Theme Name: Business Landing Page Child
Theme URI: https://www.vwthemes.com/products/free-business-wordpress-theme
Author: VWthemes
Author URI: https://www.vwthemes.com
Description: Child theme for Business Landing Page by VWthemes.
Template: ecommerce-landing-page
Version: 1.0.0
License: GPLv3.0 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: business-landing-page-child
*/

/*--- overrides ---*/
footer {
    .copyright-wrapper {
        display: none !important;
    }
    .footer.close-sticky {

        .copyright {

            a {
                display: none !important;
            }
        }
    }
} 

.vw-page-title {
    display: none !important;
}

.bradcrumbs {
    display: none !important;
}

.cookieadmin-poweredby {
    display: none !important;
}

p {
    font-size: 16px;
}
/*--- overrides END ---*/

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

.home {
    --background-color: #ffffff;
    --default-color: #535d6b;
    --heading-color: #344761;
    --accent-color: #5c99ee;
    --surface-color: #ffffff;
    --contrast-color: #ffffff;

    --large-spacing: 100px;

    .e-btn {
    
        .wp-block-button__link {
            background: var(--accent-color);
            color: var(--contrast-color);
            padding: 14px 35px;
            border-radius: 8px;
            font-weight: 500;
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: 0.8px;
            transition: all 0.3s ease;
            box-shadow: 0 10px 30px color-mix(in srgb, var(--accent-color), transparent 70%);
            border: 2px solid transparent;

            &:hover {
                background: transparent;
                color: var(--default-color) !important;
                border-color: var(--accent-color);
                box-shadow: 0 15px 40px color-mix(in srgb, var(--accent-color), transparent 80%);
                transform: translateY(-2px);
            }
        }
        }

    .home-page-header {
        border-bottom: none !important;
        box-shadow: 0 0 15px #eee;

        .topbar {

            .col-lg-2 {

                @media screen and (max-width: 768px) {
                    flex: 0 0 150px;
                    height: 40px;
                }
            }

            .col-lg-8 {
                flex: 1 1 !important;
                text-align: right !important;

                .menu-section {
                    background-color: transparent;

                    .toggle-nav {

                        & i {
                            padding-right: 30px;

                            @media screen and (max-width: 721px) {
                                padding-right: 23px;
                            }
                        }
                    }

                    .main-menu {

                        .menu-item {
                            
                            & a {
                                color: var(--heading-color);
                                text-decoration: none;
                                font-size: 1rem;
                                font-weight: 600;
                                text-transform: uppercase;
                                transition: all 0.3s ease;

                                &:hover {
                                    color: var(--default-color);
                                }
                            }
                        }
                    }
                }
            }

            .site-logo {

                .custom-logo-link {
                    display: inline-block;
                    height: 60px;
                    overflow-y: hidden;

                    @media screen and (max-width: 1200px) {
                        height: 44px;
                    }

                    @media screen and (max-width: 992px) {
                        height: 50px;
                    }

                    @media screen and (max-width: 767px) {
                        height: 63px;
                    }

                    & img {
                        display: block;
                        box-sizing: border-box;
                        background: url(/wp-content/uploads/2025/09/ellviz-logo.svg) no-repeat;
                        width: 200px;
                        height: 60px;
                        padding-top: 100px;
                        overflow: hidden;
                    }
                }
            }

            .col-lg-1 {
                display: none !important;
            }
        }
    }

    .e-section-title {
        font-size: 32px;
        font-weight: 400;
        margin-bottom: 25px;
        padding-bottom: 25px;
        position: relative;
        text-align: center;

        &::after {
            content: "";
            position: absolute;
            display: block;
            width: 30%;
            max-width: 100px;
            height: 2px;
            background: var(--accent-color);
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
        }
    }

    .feature-design {

        .wp-block-group__inner-container {
            display: flex;
            flex-wrap: wrap;
            gap: 15px;

            .feature-design-item {
                flex: 0  0 calc((100% / 5) - 15px);
                padding: 15px;
                box-shadow: 0 0 12px #eee;

                @media screen and (max-width: 1201px) {
                    flex: 0 0 calc((100% / 3) - 15px);
                }

                @media screen and (max-width: 768px) {
                    flex: 0 0 calc((100% / 2) - 15px);
                }

                @media screen and (max-width: 480px) {
                    flex: 0 0 100%;
                }

                .wp-block-group__inner-container {
                    gap: 15px;

                    .feature-design-icon {
                        margin: 0;
                        flex: 0 0 100%;
                        
                        & i {
                            font-size: 2rem;
                            color: var(--accent-color);
                        }
                    }

                    .feature-design-title {
                        margin: 0;
                        font-size: 1.2rem;
                    }

                    .feature-design-txt {
                        margin: 0;
                    }
                }
            }
        }
    }

    .e-hero {
        margin-bottom: var(--large-spacing);
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        
        .e-hero-item-left {
            flex: 1 1;
        }

        .e-hero-item-right {
            flex: 0 0 500px;

            @media screen and (max-width: 1200px) {
                flex: 0 0 250px;
            }

            .e-floating {
                animation: floating 3s ease-in-out infinite;
                filter: drop-shadow(0 20px 40px color-mix(in srgb, var(--default-color), transparent 85%));
                text-align: center;

                & img {
                    max-width: 400px;

                    @media
                }
            }
        }
    }

    .e-services {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 25px;
        margin-bottom: var(--large-spacing);

        & > .wp-block-group {
            & > .wp-block-group__inner-container {
                display: flex;
                flex-wrap: wrap;
                gap: 15px;

                & > .wp-block-group {
                    flex: 0 0 calc(50% - 8px);
                    gap: 10px;

                    @media screen and (max-width: 991px) {
                        flex: 0 0 100%;
                    }

                    .wp-block-image {
                        flex: 0 0 150px;
                        text-align: center;

                        & img {
                            width: 125px;
                        }
                    }

                    .wp-block-heading {
                        font-size: 1.25rem;
                        margin-bottom: 5px;
                    }
                }
            }
        }
    }

    .e-plans {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 25px;
        margin-bottom: var(--large-spacing);

        .e-plans-items {

            & > .wp-block-group__inner-container {
                display: flex;
                gap: 15px;

                @media screen and (max-width: 768px) {
                    flex-wrap: wrap;
                }

                .e-plans-item {
                    display: flex;
                    flex-wrap: wrap;
                    align-content: flex-start;
                    justify-content: center;
                    box-shadow: 0 0 15px #eee;
                    padding: 20px;
                    transition: all 0.5s ease-in-out;

                    flex: 0 0 calc((100% / 3) - 10px);

                    &:not(:last-of-type) {
                        position: relative;

                        .e-btn {
                            position: absolute;
                            bottom: 20px;

                            @media screen and (max-width: 768px) {
                                position: static;
                            }
                        }
                    }

                    @media screen and (max-width: 768px) {
                        flex: 0 0 100%;
                    }

                    &:hover {
                       // background-color: var(--accent-color);
                    }

                    & > .wp-block-group {
                        flex: 0 0 100%;
                    }

                    .e-plan-item-header {
                        border-bottom: 1px solid rgba(202, 210, 210, 0.48);
                        padding-bottom: 15px;
                        margin-bottom: 15px;

                        .wp-block-group__inner-container {
                            display: flex;
                            gap: 10px;
                            align-items: center;
                            flex-wrap: wrap;
                            justify-content: center;

                            .e-plan-item-pricing {
                                background-color: var(--accent-color);
                                padding: 25px;
                                border-radius: 100px;
                                justify-content: center;
                                align-items: center;
                                color: var(--surface-color);

                                .e-plan-item-pricing-val {
                                    font-size: 1.25rem;
                                    font-weight: 700;
                                    color: var(--surface-color);
                                }

                                .e-plan-item-pricing-dur {
                                    font-size: 0.9rem;
                                    color: var(--surface-color);
                                }
                            }
                        }
                    }
                }
            }
        }
    }

    .e-about {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: var(--large-spacing);

        .e-section-title {
            text-align: left;

            &::after {
                right: auto;
            }
        }

        .e-about-left {
            flex: 1 1;

            .e-about-info-wrapper {

                .wp-block-group__inner-container {
                    display: flex;
                    flex-wrap: wrap;
                    gap: 15px;
                    
                    .e-about-info {

                        @media screen and (max-width: 768px) {
                            flex: 0 0 100%;
                        }

                        .wp-block-group__inner-container {
                            display: flex;
                            justify-content: center;
                            flex-wrap: wrap;
                            text-align: center;
                            padding: 20px;
                    
                            .e-about-info-head {
                                flex: 0 0 100%;
                                font-size: 2rem;
                                font-weight: 700;
                                color: var(--accent-color);
                                margin: 0;
                            }
                    
                            .e-about-info-txt {
                                flex: 0 0 100%;
                                font-size: 1rem;
                                text-transform: uppercase;
                                margin: 0;
                            }
                        }
                    }
                }
            }
        }

        .e-about-right {
            flex: 0 0 400px;

            @media screen and (max-width: 1200px) {
                display: none;
            }
        }
    }

    .e-our-services {
        margin-bottom: var(--large-spacing);
    }

    .e-contact {
        align-items: flex-start;
        gap: 25px;
        margin-bottom: var(--large-spacing);

        @media screen and (max-width: 768px) {
            flex-wrap: wrap;
        }

        .e-contact-item {
            flex: 0 0 calc(50% - 8px);
            gap: 25px;

            @media screen and (max-width: 768px) {
                flex: 0 0 100%;
            }

            .forminator-custom-form {
                display: flex;
                flex-wrap: wrap;
                gap: 10px;

                .forminator-row {
                    flex: 0 0 calc(50% - 5px);
                    margin: 0 !important;

                    &:has(#select-1, #textarea-1), &.forminator-row-last {
                        flex: 0 0 100%;
                    }

                    .forminator-col {
                        padding: 0;
                    }
                }
            }

            .e-contact-touch-item {
                width: 100%;
                display: flex;
                flex-wrap: nowrap;
                flex-direction: row;
                align-items: center;
                gap: 15px;

                .e-contact-touch-item-left {
                    flex: 0 0 50px;
                    background-color: var(--accent-color);
                    padding: 18px;
                    border-radius: 100px;
                    line-height: 1;
                    color: #fff;
                }
                .e-contact-touch-item-right {
                    flex: 1 1;

                    & p {
                        font-size: 1rem;
                        margin-bottom: 0;
                    }
                    & p:first-of-type {
                        font-size: 1.25rem;
                        color: var(--accent-color);
                        font-weight: 600;
                        text-transform: uppercase;
                        margin-bottom: 5px;
                    }
                }
            }
        }
    }
}

@keyframes floating {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px);
    }
}
