/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.9.1781590574
Updated: 2026-06-16 07:16:14

*/


/* Change menu text color when sticky */
.sticky .menu a,
.sticky .nav-menu a,
.sticky nav a {
    color: #000 !important;
}

.sticky .logo img {
    filter: brightness(0);
}

.sticky .elementor-menu-toggle svg {
    fill: #000 !important;
}






.sticky {
    background-color: #fff !important;
    top: 0 !important;
}


/* Sticky hone par menu color */


.Header {
    background: rgba(234, 212, 199, 0.20) !important;
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 10px;

    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.banner {
    position: relative !important;
    overflow: hidden !important;
}

.banner::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;

    background:
        linear-gradient(270deg,
            rgba(0, 0, 0, 0) 41.33%,
            rgba(0, 0, 0, 0.20) 99.99%),
        linear-gradient(0deg,
            rgba(0, 0, 0, 0.10) 0%,
            rgba(0, 0, 0, 0.10) 100%);
}

.banner>* {
    position: relative !important;
    z-index: 2;
}

.hover-image-box {
    display: grid;
}

.hover-image-box .img-default,
.hover-image-box .img-hover {
    grid-area: 1 / 1;
}

.hover-image-box .img-default img,
.hover-image-box .img-hover img {
    transition: opacity 0.5s ease-in-out;
}

.hover-image-box .img-default img {
    opacity: 1;
}

.hover-image-box .img-hover img {
    opacity: 0;
}

.hover-image-box:hover .img-default img {
    opacity: 0;
}

.hover-image-box:hover .img-hover img {
    opacity: 1;
}

.thoughtfully_container {
    overflow: hidden;
}

.thoughtfully_container img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.7s ease;
    transform-origin: bottom center;
}

.thoughtfully_container:hover img {
    transform: scale(1.15);
}

.real_pro_box {
    background: linear-gradient(0deg, #F9F8F4 0%, #F9F8F4 100%), #FFF !important;
    transition: .3s ease-in-out;
    position: relative !important;
}

.real_pro_box:hover {
    background: #F4F1E9 !important;
    border: 1px solid #F4F1E9 !important;
}

.real_pro_box::after {
    content: "";
    position: absolute !important;
    width: 100%;
    height: 2px;
    background: #333;
    bottom: 0;
    left: 0;
    opacity: 0 !important;
    transition: .3s ease-in-out !important;
}

.real_pro_box:hover::after {
    opacity: 1 !important;
}

/* Default state */
.real_pro_box svg {
    display: inline-block;
    transition: transform 0.5s ease;
    transform-origin: center center;
    will-change: transform;
}

/* Hover on parent box */
.real_pro_box:hover svg {
    transform: rotateY(360deg);
}



.works_boxes .elementor-icon-box-wrapper {
    gap: 121px !important;
}

.works_boxes {
    transition: .7s ease-in-out;
    position: relative !important;
}

.works_boxes:hover {

    background: linear-gradient(0deg, #F4F1E9 0%, #F4F1E9 100%), #FFF !important;
}

.works_boxes::after {
    content: "";
    position: absolute !important;
    width: 100%;
    height: 2px;
    background: #333;
    bottom: 0;
    left: 0;
    opacity: 0 !important;
    transition: .3s ease-in-out !important;
}

.works_boxes:hover::after {
    opacity: 1 !important;
}

/* Default state */
.works_boxes svg {
    display: inline-block;
    transition: transform 0.7s ease;
    transform-origin: center center;
    will-change: transform;
}

/* Hover on parent box */
.works_boxes:hover svg {
    transform: rotateY(360deg);
}


.book_pre_header_btn a {
    display: none !important;
}

.elementor-widget-n-accordion .e-n-accordion>.e-n-accordion-item:last-child>.e-n-accordion-item-title {
    border-bottom: 0 !important;
}



/* Footer start*/
.footer_mail .elementor-icon-box-description a,
.footer_mail .elementor-icon-box-description a:visited {
    color: #333 !important;
}

.footer_mail .elementor-icon-box-description a:hover {
    color: #333 !important;
}

.footer_mail .elementor-icon-box-content a {
    transition: all 0.3s ease;
}

.footer_mail .elementor-icon-box-content a:hover {
    font-weight: 500;
}



/* Sticky header background */
.sticky .e-con-inner .Header {
    background-color: #fff !important;
    /* change to your preferred color */
    border-radius: 20px;
    transition: background-color 0.3s ease;
}

.menu_toggle a.elementor-item.elementor-item-active {
    font-weight: 700 !important;
}

.menu_toggle a.elementor-item:hover {
    font-weight: 600 !important;
}

.footer_menus .elementor-nav-menu .menu-item>.elementor-item:hover,
.footer_menus .elementor-nav-menu .menu-item>.elementor-item:focus {
    font-weight: 700 !important;
}

/* Responsive start */

@media (max-width: 1440px) {
    .works_boxes .elementor-icon-box-wrapper {
        gap: 41px !important;
    }
}

@media (max-width: 1250px) {
    .audit_img_content {
        width: 532px !important;
    }

    /* 
    .core_img_text {
        bottom: 63px;
    } */
}

@media (max-width: 1050px) {
    .audit_img_content {
        width: 442px !important;
    }
}

@media (max-width: 1024px) {
    .book_pre_header_btn a {
        display: block !important;
    }

    .menu_toggle .elementor-nav-menu--dropdown ul li a {
        justify-content: left !important;
        background: transparent !important;
        width: fit-content;
        transition: .3s ease-in-out;

    }

    .menu_toggle a.elementor-item.elementor-item-active {
        font-weight: 700 !important;
        color: #33373d !important;
    }


    .menu_toggle .elementor-nav-menu--dropdown ul li a:hover {
        font-weight: 700 !important;
        color: #33373d !important;
    }

    .menu_toggle .elementor-menu-toggle {
        background: transparent;
        padding: 0px;
    }

    .elementor-nav-menu--dropdown ul li:last-child a {
        border: 1px solid #EAD4C7;
        margin: 0px 0px 20px 20px;
        background: #EAD4C7 !important;
        color: #333333 !important;
        font-weight: 500 !important;
        padding: 0px 15px !important;
        border-radius: 2px !important;
    }


    .elementor-nav-menu--dropdown ul li:last-child a:hover {
        border: 1px solid #333333;
        margin: 0px 0px 20px 20px;
        background: #333333 !important;
        color: #f4f1e9 !important;
        font-weight: 500 !important;
    }

    .footer_menus.book_footer_hide .elementor-nav-menu>li:last-child {
        display: none;
    }

    .footer_menus a {
        max-width: fit-content !important;
        transition: .3s ease-in-out;
    }

}


@media (max-width: 880px) {
    .works_boxes .elementor-icon-box-wrapper {
        gap: 10px !important;
    }

    .number_coming {
        width: fit-content !important;
        margin: 0 auto !important;
    }
}

@media (max-width: 767px) {}

@media (max-width: 575px) {
    .audit_img_content {
        width: 100% !important;
    }

    .real_problem_grid {
        grid-template-columns: 1fr !important;
    }

    .work_grid_box {
        grid-template-columns: 1fr !important;
    }

    /* Menu ko center align karega */
    .footer_menus .elementor-nav-menu {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer_menus .elementor-item {
        text-align: center !important;
        justify-content: center !important;
    }

    .footer_menu_title {
        text-align: center !important;
    }
}

@media (max-width: 400px) {
    .footer_menu_grid {
        grid-template-columns: 1fr !important;
    }

    .footer_menu_title h2 {
        padding-top: 15px !important;
    }
}