/*
Theme Name: Neve Child
Theme URI: https://themeisle.com/themes/neve/
Template: neve
Author: ThemeIsle
Author URI: https://themeisle.com
Description: Neve is a super fast, easily customizable, multi-purpose theme. It’s perfect for blogs, small business, startups, agencies, firms, e-commerce shops (WooCommerce storefront) as well as personal portfolio sites and most types of projects. A fully AMP optimized and responsive theme, Neve will load in mere seconds and adapt perfectly on any viewing device. While it is lightweight and has a minimalist design, the theme is highly extendable, it has a highly SEO optimized code, resulting in top rankings in Google search results. Neve works perfectly with Gutenberg and the most popular page builders (Elementor, Brizy, Beaver Builder, Visual Composer, SiteOrigin, Divi). Neve is also WooCommerce ready, responsive, RTL &amp; translation ready. Look no further. Neve is the perfect theme for you!
Tags: blog,custom-logo,e-commerce,rtl-language-support,grid-layout,one-column,two-columns,custom-background,custom-colors,custom-header,custom-menu,featured-image-header,featured-images,flexible-header,full-width-template,sticky-post,theme-options,threaded-comments,translation-ready,accessibility-ready,wide-blocks,block-styles,footer-widgets,portfolio,left-sidebar,right-sidebar
Version: 3.8.16.1735218965
Updated: 2024-12-26 13:16:05

*/

/* Custome css */
.mr p {
    margin: 0px;
}

.elementor-widget-container {
    height: 20px;
}

.header {
    box-shadow: 0 4px 10px rgba(255, 255, 255, 0.3);
}

.page-banner::before {
    content: "";
    left: 0;
    top: 0;
    width: 70%;
    height: 100%;
    background: rgba(16, 72, 139, 0.8);
    clip-path: polygon(0 0, 85% 0, 70% 100%, 0% 100%);
    z-index: 1;
}

.grade_text {
    background: linear-gradient(to right, #44b0f1, #000000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}


/* Card Container */
.offer_cards {
    width: 310px;
    height: 305px;
    position: relative;
    perspective: 1000px;
    cursor: pointer;
}


/* Card Flip Logic */
.offer_front,
.offer_back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    box-shadow: #44b0f1 0px 10px 20px -10px;
    transition: transform 0.8s ease-in-out;
}

.offer_front {
    transform: rotateY(0deg);
}

.offer_back {
    transform: rotateY(180deg);
    position: absolute;
    top: 0;
    left: 0;
}

/* Flip the entire card on hover */
.offer_cards:hover .offer_front {
    transform: rotateY(180deg);
}

.offer_cards:hover .offer_back {
    transform: rotateY(360deg);
}

.offer_cards:hover .offer_item {
    transform: TranslateY(-10px);
}


.service_card:hover {
    transform: translateY(-20px);
}

/*  contact form css*/

.form-submit .basic-details {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px;
    width: 100%;
}

.form-submit .basic-details div {
    width: 48%;
}

.form-submit p {
    margin-bottom: 0px;
    position: relative;
}

.form-submit .wpcf7-not-valid-tip {
    color: #eb161c;
    font-size: 9px;
    text-align: end;
    font-weight: 700;
    font-family: "Open Sans", Sans-serif;
    display: block;
    position: absolute;
    right: 0;
}

.form-submit .input-field {
    position: relative;
    width: 100%;
}

.form-submit .input-field p label {
    color: #10488B;
    font-family: 'Poppins', sans-serif;
    font-size: 14px !important;
    font-weight: 400 !important;
    margin-bottom: 5px;
}

.form-submit .input-field p input,
.form-submit .input-field p textarea {
    background: transparent;
    border: 0px;
    border: 1px solid #57C3E6;
    border-radius: 5px;
    font-size: 15px;
    height: 44px;
    width: 100%;
    font-family: "Poppins", Sans-serif;
    color: #000 !important;
    position: relative;
    z-index: 2;
    transition: all 0.3s;
}

.form-submit .input-field p textarea {
    height: 100px !important;
}

.form-submit .input-field p input:focus,
.form-submit .input-field p select:focus,
.form-submit .input-field p textarea:focus {
    box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);
    border-color: #57C3E6 !important;
}

.form-submit .submit {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.form-submit .submit p {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    width: 100%;
}

.form-submit .submit .submit-btn {
    background-color: #1C6DA1;
    border-color: #1C6DA1;
    color: #fff;
    font-family: "Open Sans", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 24px;
    border-radius: 5px;
    transition: all 0.4s;
}

.form-submit .submit .submit-btn:hover {
    background-color: #57C3E6;
    border-color: #57C3E6;
    color: #fff;
    cursor: pointer;
}

.wpcf7-response-output {
    border-color: #DA0501 !important;
    color: #DA0501;
    font-family: "Poppins", Sans-serif;
    font-size: 12px;
    width: max-content;
    margin: 0 !important;
    margin-top: 10px !important;
    border-radius: 18px;
}


/* Queries */

/* Mobile divice */
@media (max-width: 767px) {
    ul.sub-menu.sub-menu-open {
        right: 100%;
        left: auto;
        transform: translateX(0px) !important;
        position: relative;
        visibility: visible;
        opacity: 1;
        height: auto;
        transition: 0.3s;
    }

    .form-submit .basic-details div {
        width: 90%;
    }

    .contactus-form {
        display: flex;
        flex-direction: column;
        gap: 18px;
    }

    .page-banner::before {
        width: 90% !important;
    }

    .elementor-217 .elementor-element.elementor-element-fdac9d1:not(.elementor-motion-effects-element-type-background),
    .elementor-217 .elementor-element.elementor-element-fdac9d1>.elementor-motion-effects-container>.elementor-motion-effects-layer {
        background-color: transparent;
        background-image: linear-gradient(0deg, var(--e-global-color-nvsitebg) 58%, var(--e-global-color-secondary) 100%) !important;
    }
}


/* tablet  */
@media (min-width: 768px) and (max-width: 1024px) {
    .page-banner::before {
        width: 80% !important;
    }

    .elementor-248 .elementor-element.elementor-element-5473547 .hfe-nav-menu__container {
        display: flex;
        justify-content: flex-end;
    }

    .elementor-248 .elementor-element.elementor-element-5473547 .hfe-nav-menu__toggle {
        margin: 0 !important;
    }

    .elementor-217 .elementor-element.elementor-element-fdac9d1:not(.elementor-motion-effects-element-type-background),
    .elementor-217 .elementor-element.elementor-element-fdac9d1>.elementor-motion-effects-container>.elementor-motion-effects-layer {
        background-color: transparent;
        background-image: linear-gradient(0deg, var(--e-global-color-nvsitebg) 58%, var(--e-global-color-secondary) 100%) !important;
    }
}