/*
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.5.1765814832
Updated: 2025-12-15 16:07:12

*/

.fixed-top {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    left: 0;
    right: 0;
}

.mega-service .elementor-icon-box-title {
    margin: 0px;
}
.gradient-title {
     background: linear-gradient(90deg, #ffffff 0%, #7aa9ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.service-box {
    transition: 0.5s;
}

.service-box:hover {
    transition: 0.5s;
}

.service-box .elementor-widget-wrap {
    transition: 0.5s;
    position: relative;
    overflow: hidden;
}

.service-box .elementor-widget-wrap:hover {
    transition: 0.5s;
}

.service-box .elementor-widget-wrap:after, .service-box .elementor-widget-wrap:before {
    border-radius: 100px;
    content: '';
    background: #eff6ff;
    width: 70px;
    height: 70px;
    position: absolute;
    top: -35px;
    right: -35px;
    bottom: 0;
}

.service-box .elementor-widget-wrap:before {
    left: -35px;
    bottom: -35px;
    top: auto;
}

.service-box:hover .elementor-widget-wrap:after, .service-box:hover .elementor-widget-wrap:before {
    opacity: 0;
    transition: 0s;
}

.service-box:hover .service-box-img-box, .service-box:hover .service-box-img-box .elementor-image-box-wrapper {
    color: #fff !important;
        transition: 0.5s;
}

.service-box:hover .service-box-img-box .elementor-image-box-wrapper .elementor-image-box-content h3, .service-box:hover .service-box-img-box .elementor-image-box-wrapper .elementor-image-box-content p {
    color: #fff !important;
        transition: 0.5s;
}

.service-box:hover .service-box-img-box .elementor-image-box-img {
    background: #fff;
    transition: 0.8s;
    transform: rotate(
359deg) scale(1.1);
}

.service-box .service-box-img-box .elementor-image-box-img {
    background: #eff6ff;
    padding: 14px;
    border-radius: 10px;
    box-shadow: 0 0 2px #c4c4c4;
}



.service-box:hover span.elementor-button-content-wrapper {
    color: #fff;
    transition: 0.5s;
}

.shanav-title {
	     background: linear-gradient(90deg, #1e0062 0%, #1e0062 6%, #f63694 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}



@media screen and (min-width: 767px) {
  .overly-box-style {
       position: absolute;
    right: 0;
    height: auto;
    top: 50%;
    transform: translate(0%, -50%);
}
}



.project-box-style {
    position: relative;
    overflow: hidden;
    transition: 0.5s;
}

.project-box-style .elementor-image-box-content {
    text-decoration: none;
    background: #000000;
    position: absolute;
    bottom: -180px;
    height: auto;
    padding: 10px;
    transition: 0.8s;
}

.project-box-style .elementor-image-box-content a {
    text-decoration: none;
}

.project-box-style:hover .elementor-image-box-content {
    bottom: 0px;
    transition: 0.5s;
}

.project-box-style:hover figure.elementor-image-box-img {transition: filter 0.4s ease;filter: blur(1px);}

.project-box-style:hover {
    transform: scale(1.05);
    transition: 0.5s;
}

.clients-slider {
    overflow: hidden;
}

.clients-slider .elementor-testimonial {
    display: flex;
    flex-wrap: wrap;
}

.clients-slider .elementor-testimonial .elementor-testimonial__content {
    order: 2;
    padding-top: 10px;
}


.blog-grid-style .eael-entry-wrapper {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.blog-grid-style .eael-entry-wrapper .eael-entry-header-after {
    order: 1;
}

.blog-grid-style .eael-entry-wrapper header.eael-entry-header {
    order: 2;
}

.blog-grid-style .eael-entry-wrapper .eael-entry-content {
    order: 3;
}

.blog-grid-style .eael-entry-wrapper .eael-entry-meta {position: absolute;top: -31px;width: 100%;left: 0;right: 0;padding: 10px;align-items: center;}

.blog-grid-style .eael-entry-wrapper .eael-entry-meta span.eael-meta-posted-on, .blog-grid-style .eael-entry-wrapper ul.post-meta-categories li a {
    background-color: transparent;
    font-family: var(--e-global-typography-6aaf6f5-font-family), Sans-serif !important;
    font-weight: var(--e-global-typography-6aaf6f5-font-weight);
    fill: var(--e-global-color-d90b61b);
    color: var(--e-global-color-d90b61b) !important;
    background-image: linear-gradient(240deg, #CD28B5A1 0%, #2c1570 58%);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 71%);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF47;
    border-radius: 50px 50px 50px 50px;
    padding: 8px 8px 8px 8px;
    pointer-events: none !important;
    cursor: default !important;
	margin: 4px 5px 10px 0px;
}


.blog-grid-style .eael-entry-wrapper ul.post-meta-categories li.meta-cat-icon {
    display: none;
}



@media (min-width: 1025px) {
    .smooth-img-slider .swiper-wrapper {
        transition-timing-function: linear !important;
    }

    .smooth-img-slider .swiper-slide {
        backface-visibility: hidden;
        transform: translateZ(0);
    }
}


.smooth-img-slider .swiper-slide {
    backface-visibility: hidden;
    transform: translateZ(0);
}


.mega-service .elementor-widget-wrap.elementor-element-populated .elementor-widget-icon-box {
    display: flex;
}


@media (max-width: 1024px) {
    .smooth-img-slider .swiper-wrapper {
        transition-timing-function: ease !important;
    }

    .smooth-img-slider .swiper-container {
        touch-action: auto !important;
    }
}


.mega-menu-wrap .mega-current-menu-item a.mega-menu-link {
    background:#f43694 !important;
    color: #fff !important;
}

.mega-menu-wrap .mega-menu-item a.mega-menu-link {
    font-weight: 500 !important;
}


ul li.mega-menu-row ul.mega-sub-menu ul.mega-sub-menu li a.mega-menu-link {
    padding-left: 20px !important;
    position: relative !important;
	    background: transparent !important;
    color: #000 !important;
}
ul li.mega-menu-row ul.mega-sub-menu ul.mega-sub-menu li.mega-current-menu-item a {
    color: #9333ea !important;
}

ul li.mega-menu-row ul.mega-sub-menu ul.mega-sub-menu li a.mega-menu-link:hover {
    color: #9333ea !important;
}

ul li.mega-menu-row ul.mega-sub-menu ul.mega-sub-menu li a.mega-menu-link:before {
    content: '';
    background: #df2ea8 !important;
    width: 8px !important;
    height: 8px !important;
    position: absolute !important;
    left: 0;
    border-radius: 100px;
    top: 44% !important;
}

ul li.mega-menu-row ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item-has-children>a.mega-menu-link {
    padding-left: 0px !important;
	  color: #9333ea !important;
}

ul li.mega-menu-row ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item-has-children>a.mega-menu-link:before {
    display: none !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {box-shadow: 0px 5px 12px #161616a1;margin-top: 5px;}

#mega-menu-wrap-menu-1 .mega-menu-toggle {
    width: fit-content;
    float: right;
}

.destop-only {
    display: none !important;
}


@media screen and (min-width: 1080px) {
  .mobile-only {
    display: none !important;
}
	.destop-only {
    display: block !important;
}

}


.mega-menu-service-box .elementor-icon-box-wrapper {
    flex-direction: row !important;
    text-align: start;
}


.mega-menu-service-box .mega-left-item .elementor-icon-box-content .elementor-icon-box-title {
    position: relative;
}

.mega-menu-service-box .mega-left-item.active .elementor-icon-box-content .elementor-icon-box-title:after {
    position: absolute;
    right: 0;
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    color: #9333ea;
}







