/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


* {
    outline: 0 !important;
}
:root {
    --primarygredient:linear-gradient( 146deg, rgb(56,212,61) 0%, rgb(1,66,137) 100%);
    --secondarygredient:linear-gradient( 0deg, rgb(94,205,128) 0%, rgb(1,66,137) 100%);
    --primary:#38d43d;
    --secondary:#014289;
    --text: #191919;
    --white: #FFF;
    --dark: #000;
    --font1: 'Avenir LT Std';
    scroll-behavior: smooth;
}
html {
    margin-top: 0 !important;
}
html body {
    font-family: var(--font1);
}
html h1,
html h2,
html h3,
html h4,
html h5,
html h6 {
    margin-top: 0;
    font-family: var(--font1);
}
html p {
    margin-top: 0;
}
html ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
html a {
    text-decoration: none;
    transition: all 0.4s;
}
html a:hover {
    color: var(--text);
}
.elementor a {
    text-decoration: none;
}
html p:last-child {
    margin-bottom: 0;
}
main .page-header {
    display: none;
}
header{
    position: fixed !important;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    transition: all 0.5s;
}
.sticky header{
    background-color:transparent;
}
header > .elementor-element > .e-con-inner{
    transition: all 0.4s;
    border-radius: 50px;
}
.sticky header > .elementor-element > .e-con-inner {
    background-color: #000000b5;
    backdrop-filter: blur(20px);
    padding: 18px;
    margin-top: 20px;
}
header > .elementor-element {
    transition: all 0.4s;
}
.sticky header > .elementor-element {
    margin: 0;
}
.sticky header > .elementor-element > .e-con-inner .elementor-nav-menu > li > .elementor-item {
    color: var(--white);
}
.sticky header > .elementor-element > .e-con-inner .elementor-nav-menu > li > .elementor-item-active,
.sticky header > .elementor-element > .e-con-inner .elementor-nav-menu > li > .elementor-item:hover {
    color: var(--primary);
}
/*.sticky header > .elementor-element > .e-con-inner .elementor-widget-theme-site-logo {
    transform: scale(0.89);
}*/
header > .e-con-inner {
    transition: all 0.4s;
}
.sticky header > .e-con-inner {
    padding-block: 6px;
}
header .elementor-widget-theme-site-logo img {
    transition: all 0.4s;
}
.sticky header .elementor-widget-theme-site-logo img {
    width: 180px !important;
}
header .elementor-nav-menu > .menu-item-has-children > a .sub-arrow {
    padding: 0;
    display: none !important;
}
header .elementor-nav-menu > .menu-item-has-children > a:after {
    content: "+" !important;
    opacity: 1 !important;
    position: static;
    height: auto !important;
    width: auto !important;
    background: transparent !important;
}
header .elementor-nav-menu > .menu-item-has-children > a {
    display: flex !important;
    align-items: center !important;
    gap: 3px !important;
}
html .elementor-button .elementor-button-content-wrapper {
    gap: 15px !important;
    align-items: center;
}
html .elementor-button .elementor-button-icon {
    background: var(--primarygredient);
    height: 33px;
    width: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    padding: 10px;
    transition: all 0.5s;
}
html .elementor-button:hover .elementor-button-icon {
    transform: rotate(45deg);
}
ul.sub-menu .elementor-sub-item {
    margin: 0 !important;
    border: 0 !important;
    padding: 4px 8px!important;
    border-radius: 4px;
    margin-bottom: 4px !important;
}
ul.sub-menu li:last-child .elementor-sub-item {
    margin-bottom: 0px !important;
}
ul.sub-menu .elementor-sub-item:hover {
    background: var(--primary) !important;
}
ul.sub-menu {
    padding: 8px !important;
    border-radius: 8px;
    box-shadow: 0 5px 14px 0 #00000014;
}
.crcl_icn .elementor-widget-image a:before {
    content: "";
    height: 16px;
    width: 16px;
    display: inline-block;
    background-image: url('/wp-content/uploads/2025/08/btn_arw.svg');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    inset: 0;
    margin: auto;
    z-index: 2;
    transition: all 0.4s;
}
.crcl_icn .elementor-widget-image a:hover::before{
    transform: rotate(45deg);
}
.crcl_icn .elementor-widget-image img {
    display: block;
    -webkit-animation: spin 14s linear infinite;
    -moz-animation: spin 14s linear infinite;
    animation: spin 14s linear infinite;
}
@keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.elementor-element.nmbr_lst {
    counter-reset: step;
}
.nmbr_lst .elementor-widget-icon-box {
    counter-increment: step;
    position: relative;
    padding-left: 100px;
}
.nmbr_lst .elementor-widget-icon-box:before {
    content: counter(step);
    position: absolute;
    left: 0;
    top: 0;
    width: 58px;
    height: 58px;
    line-height: normal;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primarygredient);
    color: #FFF;
    font-size: 32px;
    font-weight: 800;
}
.elementor-image-carousel-wrapper .swiper-wrapper {
    transition-timing-function: linear !important;
}
.cstmr_stry .elementor-testimonial {
    display: flex;
    flex-direction: column;
    padding: 26px;
    padding-left: 160px;
}
.cstmr_stry .elementor-testimonial .elementor-testimonial__header {
    order: 1;
    padding: 0 !important;
    margin-top: 20px;
    align-items: center;
}
.cstmr_stry .elementor-testimonial .elementor-testimonial__icon {
    height: 105px;
    width: 105px;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
}
.cstmr_stry .elementor-testimonial .elementor-testimonial__icon {
    height: 100px;
    width: 100px;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    padding: 14px;
    position: absolute;
    left: 30px;
    top: -33px;
}
.cstmr_stry .elementor-testimonial .elementor-testimonial__icon svg {
    background: var(--primarygredient);
    height: 70px;
    width: 70px;
    border-radius: 13px;
    padding: 18px;
}
.cstmr_stry .elementor-main-swiper .swiper-slide, .cstmr_stry .elementor-main-swiper {
    overflow: visible;
    width: 100%;
}
.blg_pst .elementor-posts .elementor-post .elementor-post__thumbnail__link {
    order: -2;
    display: block;
    margin-bottom: 15px;
    border-radius: 15px;
    overflow: hidden;
}
.blg_pst .elementor-posts .elementor-post .elementor-post__meta-data {
    order: -1;
    border: 0;
    padding: 0 0 22px;
}
.blg_pst .elementor-posts .elementor-post .elementor-post__title a:hover{
    color: var(--primary);
}
.blg_pst .elementor-posts .elementor-post .elementor-post__read-more {
    height: 62px;
    width: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('/wp-content/uploads/2025/08/btn_arw.svg') ,var(--primarygredient);
    border-radius: 100px;
    color: var(--white);
    background-size: 20px, auto;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.4s;
    transform: scale(0);
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: calc( 0.66 * 50% );
    left: 0;
    right: 0;
    margin: auto;
    translate: 0 -50%;
    z-index: 3;
}
.blg_pst .elementor-posts article:hover .elementor-post__read-more{
    transform: scale(1);
    visibility: visible;
    opacity: 1;
}
.blg_pst .elementor-posts .elementor-post .elementor-post__thumbnail__link::after {
    background: transparent;
}
.blg_pst .elementor-posts article:hover .elementor-post__thumbnail__link::after {
    background: #000000ad;
    opacity: 1;
}
.blog .blg_pst .elementor-posts .elementor-post .elementor-post__meta-data {
    padding: 0 0 16px;
}
.single-post .elementor-widget-theme-post-content p{
    margin-top: revert-layer;
}
.ordr_on .elementor-icon-list-items .elementor-icon-list-icon {
    order: 1;
    padding: 0 !important;
    margin: 0 0px 0 13px !important;
}
.prdct_bx .elementor-image-box-wrapper .elementor-image-box-content {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    padding: 32px;
    z-index: 2;
}
.prdct_bx .elementor-image-box-wrapper {
    border-radius: 24px;
    overflow: hidden;
    transition: all 0.4s;
    position: relative;
}
.prdct_bx .elementor-image-box-wrapper .elementor-image-box-img a, .prdct_bx .elementor-image-box-wrapper .elementor-image-box-img a img, .prdct_bx .elementor-image-box-wrapper .elementor-image-box-img {
    display: block;
}
.prdct_bx .elementor-image-box-wrapper .elementor-image-box-content a {
    font-weight: inherit;
}
.prdct_bx .elementor-image-box-wrapper .elementor-image-box-content a::before {
    content: "";
    position: absolute;
    inset: 0;
}
.prdct_bx .elementor-image-box-wrapper .elementor-image-box-img a::before {
    content: "";
    background: linear-gradient(180deg, rgb(1 66 137 / 0%) 0%, rgb(1, 66, 137) 100%);
    inset: 0;
    display: block;
    position: absolute;
    border-radius: 0;
    height: 50%;
    opacity: 0.6;
    top: auto;
    transition: all 0.4s;
    z-index: 1;
}
.prdct_bx .elementor-image-box-wrapper:hover .elementor-image-box-img a::before {
    height: 100%;
    opacity: 0.8;
}
.crcl_icn.s_icn .elementor-widget-image a:before {
    background-image: url('/wp-content/uploads/2025/08/w-icon.png');
    height: 35px;
    width: 38px;
}
.crcl_icn.s_icn .elementor-widget-image a:hover:before {
    transform: none;
}
.prdct_bx .elementor-image-box-wrapper .elementor-image-box-img img {
    transition: all 0.8s !important;
}
.prdct_bx .elementor-image-box-wrapper:hover .elementor-image-box-img img {
    transform: scale(1.2);
}
.cntct_frm .elementor-form-fields-wrapper {
    row-gap: 22px;
    margin: 0 -15px;
}
.cntct_frm .elementor-form-fields-wrapper .elementor-column {
    padding: 0 15px;
}
.cntct_frm .elementor-form-fields-wrapper textarea {
    padding-top: 12px;
    min-height: auto;
    height: 110px;
    resize: none;
}
.cntct_frm .elementor-form-fields-wrapper .elementor-button .elementor-button-icon {
    transform: none;
}

@media (max-width:1024px){
    html .elementor-nav-menu--dropdown.elementor-nav-menu__container {
        margin-top: 24px;
    }
    #sheader .elementor-widget-nav-menu {
        flex: unset;
    }
    #sheader .elementor-menu-toggle {
        margin-left: 0;
        padding: 0;
    }
    #sheader .elementor-menu-toggle.elementor-active .e-eicon-close {
        position: fixed;
        z-index: 9999;
        top: 0;
        right: 0;
        margin: 16px 20px;
        width: 38px;
        height: 38px;
        padding: 4px;
    }
    #sheader .elementor-widget-button {
        margin-left: auto;
    }
    #sheader nav.elementor-nav-menu--dropdown {
        position: fixed;
        inset: 0px !important;
        width: auto !important;
        height: 100dvh;
        max-height: unset;
        transform: translateX(0);
        margin: 0;
        border: 0;
        padding: 80px 20px;
        translate: 100% 0;
        transition: all 0.8s;
        visibility: hidden;
        opacity: 0;
        margin:0px 0 !important;
    }
    .sticky #sheader nav.elementor-nav-menu--dropdown {
        margin:-14px -25px 0 !important;
    }
    #sheader .elementor-active ~ nav.elementor-nav-menu--dropdown {
        translate: 0% 0;
        visibility: visible;
        opacity: 1;
    }
    #sheader nav.elementor-nav-menu--dropdown li.menu-item {
        border: 0;
        margin-bottom: 12px;
    }
    #sheader nav.elementor-nav-menu--dropdown li.menu-item:last-child{
        margin-bottom: 0;
    }
    #sheader nav.elementor-nav-menu--dropdown li.menu-item a {
        padding: 0;
        font-size: 18px;
        line-height: 140%;
        background-color: transparent;
        color: var(--secondary);
        justify-content: space-between;
    }
    header .elementor-nav-menu > .menu-item-has-children > a:after {
        font-weight: 600;
        font-size: 24px;
    }
    #sheader nav.elementor-nav-menu--dropdown ul.sub-menu .elementor-sub-item {
        font-size: 14px;
    }
    h1.elementor-heading-title img {
        width: 22%;
    }
    .nmbr_lst .elementor-widget-icon-box:before {
    width: 38px;
    height: 38px;
    font-size: 18px;
}
.nmbr_lst .elementor-widget-icon-box {
    padding-left: 50px;
}
.cstmr_stry .elementor-testimonial .elementor-testimonial__icon {
    height: 50px;
    width: 50px;
    border-radius: 12px;
    padding: 6px;
    left: 14px;
    top: -18px;
}
.cstmr_stry .elementor-testimonial .elementor-testimonial__icon svg {
    height: 30px;
    width: 30px;
    border-radius: 6px;
    padding: 8px;
}
.cstmr_stry .elementor-testimonial {
    display: flex;
    flex-direction: column;
    padding: 14px;
    padding-left: 80px;
}
.cstmr_stry .swiper-slide {
    border-radius: 14px !important;
}
.blg_pst .elementor-posts .elementor-post .elementor-post__meta-data {
    padding: 14px 0 10px;
}
.blg_pst .elementor-posts .elementor-post .elementor-post__read-more {
    height: 40px;
    width: 40px;
    background-size: 14px, auto;
    top: calc( 0.66 * 50% );
    translate: 0 -100%;
}
header > .elementor-element > .e-con-inner .elementor-menu-toggle__icon--open {
    fill: #FFF !important;
}
.sticky header > .elementor-element > .e-con-inner .elementor-widget-theme-site-logo {
    transform: scale(0.8);
}
.sticky header > .elementor-element > .e-con-inner {
    padding: 10px 14px;
    margin-top: 14px;
    padding-left: 0;
}
.sticky header > .elementor-element {
    padding-inline: 25px !important;
}
.blog .blg_pst .elementor-posts .elementor-post .elementor-post__meta-data {
    padding: 12px 0 10px;
}
.prdct_bx .elementor-image-box-wrapper .elementor-image-box-content {
    padding: 24px;
    z-index: 2;
}
.prdct_bx .elementor-image-box-wrapper {
    border-radius: 12px;
}
.cntct_frm .elementor-form-fields-wrapper {
    row-gap: 16px;
    margin: 0;
}
.cntct_frm .elementor-form-fields-wrapper .elementor-column {
    padding: 0;
}
}

@media (max-width:767px){
    .sticky header .elementor-widget-theme-site-logo img {
        width: 110px !important;
    }
    header .elementor-widget-nav-menu .elementor-menu-toggle {
        padding: 0;
    }
    html .elementor-nav-menu--dropdown.elementor-nav-menu__container {
        margin-top: 22px;
    }
    #sheader .elementor-menu-toggle.elementor-active .e-eicon-close {
        margin: 16px 10px;
    }
    #sheader nav.elementor-nav-menu--dropdown li.menu-item {
        margin-bottom: 18px;
    }
    header > .elementor-element > .e-con-inner .elementor-widget-button .elementor-button-icon {
        display: none;
    }
    .sticky header > .elementor-element {
        padding-inline: 20px !important;
    }
    html .elementor-button .elementor-button-icon {
        height: 28px;
        width: 28px;
        padding: 8px;
    }
    html .elementor-button .elementor-button-content-wrapper {
        gap: 8px !important;
    }
    .sticky #sheader nav.elementor-nav-menu--dropdown {
        margin: -14px -20px 0 !important;
    }
    .blg_pst .elementor-posts .elementor-post .elementor-post__read-more {
        top: calc( 0.5 * 50% );
        translate: 0 -20%;
    }
    .crcl_icn.s_icn .elementor-widget-image a:before {
        height: 22px;
        width: 25px;
    }
    .prdct_bx .elementor-image-box-wrapper .elementor-image-box-content {
        padding: 20px;
    }
    .prdct_bx .elementor-image-box-wrapper .elementor-image-box-content svg {
        width: 22px;
    }
    #sheader nav ul.sub-menu li.menu-item {
        margin-bottom: 0;
    }
    .blg_pst .elementor-posts .elementor-post .elementor-post__thumbnail__link {
        border-radius: 8px;
    }
	.cntct_frm .elementor-field-type-recaptcha {
		transform: scale(0.9);
		transform-origin: left;
	}
}