/* 
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 */
div#our_story_colm span.elementor-heading-title {
    background: #f6e5f3;
    padding: 10px 20px;
    border-radius: 10px;
}

div#categories_productheading h2 span {
    font-size: 36px;
    display: block;
}
div#footer_logo img {
    background: #fff;
    padding: 20px 30px;
    border-radius: 10px;
}
div#latest_newsletter h2 span {
    font-weight: 700;
}
div#newsletter_form .tnp-subscription-minimal input.tnp-email{
    max-width: 100%;
    border: none;
    border-bottom: 1px solid #c0c0c0;
    background: transparent;
    padding: 20px;
    font-size: 16px;
    font-weight: 500;
}
div#newsletter_form .tnp-subscription-minimal input.tnp-submit {
    background: #e67db8;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 20px 15px;
}
div#certified_images div#gallery-1 {
    justify-content: end;
    display: flex;
    margin: 0;
}
.solutions_boxes .elementor-image-box-wrapper .elementor-image-box-img {
    width: 100%;
    height: 320px;
    position: relative;
}

.solutions_boxes .elementor-image-box-wrapper .elementor-image-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.solutions_boxes .elementor-image-box-wrapper .elementor-image-box-img:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 63%, rgba(0,0,0,0.19) 100%);
}

.solutions_boxes .elementor-image-box-wrapper .elementor-image-box-content {
    position: absolute;
    left:0;
    bottom:0;
}
.solutions_boxes .elementor-image-box-wrapper .elementor-image-box-content h3 {
    margin: 0;
    padding: 20px;
}
div#testiminal_page {
    position: relative;
}
div#testiminal_page:before {
       display: block;
       content: '';
       position: absolute;
       border-top: 15vh solid transparent;
       border-bottom: 0vh solid transparent;
       border-left: 50vw solid #e67db8;
       width: 50%;
       height:15vh;
       top: -15vh;
       left: 0px;
       opacity: 1;
}
div#testiminal_page:after {
    display: block;
    content: '';
    position: absolute;
    border-top: 15vh solid transparent;
    border-bottom: 0vh solid transparent;
    border-right: 100vw solid #9056ab;
    width: 100%;
    height: 15vh;
    top: -15vh;
    right: 0px;
    opacity: 1;
}
/*div#categories_range .products li.product-category a{
    display: flex;
    align-items: center;
    position: relative;
}*/
div#categories_range .products li.product-category.product {
    border: 2px solid #fff;
    padding: 10px;
    position: relative;
    margin-bottom: 20px;
    margin-right: 20px;
    border-radius: 10px;
    transition: all 0.4s;
}
/*div#categories_range .products li.product-category.product a:before{
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: url('images/arrow.png');
    width: 21px;
    height: 18px;
}*/
/*div#categories_range .products li.product-category.product .img-wapper {
    width: 85px;
    height: 85px;
}*/
div#categories_range .products li.product-category.product .img-wapper {
    height: 300px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s;
}


div#categories_range .products li.product-category.product .img-wapper  img{
       width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    transition: all 0.4s;
}
div#categories_range .products li.product-category.product h2.woocommerce-loop-category__title {
        font-size: 24px;
    color: #fff;
    padding: 20px 0 10px;
/*    margin-left: 20px;*/
        transition: all 0.4s;
}
div#categories_range .products li.product-category.product:hover h2.woocommerce-loop-category__title{
    color: #000;
    transition: all 0.4s;
}
div#categories_range .products li.product-category.product:hover img {
    transform: scale(1.2);
    transition: all 0.4s;
}
div#categories_range .products li.product-category.product:hover {
    background: #fff;
    transition: all 0.4s;
}
div#categories_range .products li.product-category.product h2.woocommerce-loop-category__title  mark.count {
    display: none;
}
div#home_products ul.products li.product a.button.product_type_simple {
    display: none;
}
div#home_products ul.products li.product .img-wapper {
    border: 2px solid #a7015b;
    border-radius: 10px;
    height: 340px;
    overflow: hidden;
}
div#home_products ul.products li.product .img-wapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
div#home_products ul.products li.product h2.woocommerce-loop-product__title {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
div#home_products ul.products li.product p {
    font-size: 13px;
    color: #000;
    font-weight: 500;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}


/*01-7-2024*/

div#our-service-section span.elementor-heading-title, div#why-choose-us span.elementor-heading-title, 
div#certified span.elementor-heading-title{
    background: #e67db8;
    padding: 10px 20px;
    border-radius: 10px;
}

div#categories span.elementor-heading-title, div#brand span.elementor-heading-title{
    background: #ffffff5c;
    padding: 10px 20px;
    border-radius: 10px;

}

.main-images-box .elementor-image-box-wrapper img.attachment-full.size-full {
    filter: invert(1);
}

div#contact-us form>ul.contact {
    display: grid;
    grid-template-columns: 1fr 1fr 1.5fr;
    gap: 22px;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

div#contact-us form>li.half {
    position: relative;
}

div#contact-us form>li.half:nth-child(5) {
    grid-column: 3/4;
    grid-row: 1/4;
}

div#contact-us form>li.half:last-child {
    grid-column: 1/3;
    position: relative;
}

ul.contact li.full:nth-child(5) {
    grid-column: 3 / 4;
    grid-row: 1 / 4;
}

div#contact-us form>ul.contact li.full:last-child {
    grid-column: 1 / 3;
    position: relative;
}

div#contact-us form>ul.contact li.full input.wpcf7-form-control.wpcf7-submit.has-spinner {     width: 100%;
    margin: 0;
    height: 100%;
    min-height: 50px;
}

div#contact-us form>ul.contact textarea.wpcf7-form-control.wpcf7-textarea {
    height: 224px;
    background: transparent;
}
div#contact-us form>ul.contact li.full input.wpcf7-form-control.wpcf7-submit.has-spinner{

    border: 1px solid #A70086!important;
        transition: all .3s ease-in-out;
}

div#contact-us form>ul.contact li input.wpcf7-form-control {
    font-weight: 400;
    padding: 12px 18px;
    background-color: transparent;
        transition: all .3s ease-in-out;
}

div#contact-us form>ul.contact li input:focus-visible, div#contact-us form>ul.contact textarea.wpcf7-form-control.wpcf7-textarea:focus-visible {
    outline: -webkit-focus-ring-color auto 0px!important;

}



div#contact-us form>ul.contact li.full input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background:#A70086;
        transition: all .3s ease-in-out;
}


div#contact-us form>ul.contact li.full input{

border: 1px solid #d9d9d9!important;
}

div#hmc_faq .elementor-accordion .elementor-accordion-item {
    margin-bottom: 10px;
    border: 1px solid #000;
    border-radius: 5px;
}
div#hmc_faq span.elementor-accordion-icon-closed, div#hmc_faq span.elementor-accordion-icon-opened {
    background: #a70086;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    text-align: center;
    line-height: 35px;
    color: #fff!important;
    margin-top: -5px;
}
div#blog_listing .lae-grid-item {
    padding: 50px 0;
    border-bottom: 1px solid #000;
}
div#blog_listing .lae-grid-item:first-child {
    padding-top: 0;
}
div#blog_listing .lae-grid-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}
div#blog_listing .lae-grid-item article {
    display: flex;
}

div#blog_listing .lae-grid-item article .lae-project-image, div#blog_listing .lae-grid-item article .lae-entry-text-wrap {
    width: 50%;
}
div#blog_listing .lae-grid-item article .lae-entry-text-wrap{
    text-align: left;
    padding: 0 50px;
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
div#blog_listing  .lae-portfolio-wrap .lae-portfolio{
	margin: inherit;
}
div#blog_listing  .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-project-image .lae-image-info {
    display: none;
}
div#blog_listing .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .entry-summary:before{
	display: none;
}

.blog_single_header {
    padding: 100px 0;
    background: linear-gradient(167deg, #9056AB 0%, #A70086 100%);
}
.blog_single_header h1 {
    color: #FFFFFF;
    font-family: "Montserrat", Sans-serif;
    font-size: 36px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 50px;
    text-align: center;
}
.blog_container {
    padding: 80px 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
}
.blog_container h2{
	font-size: 32px;
}
.blog_container h3{
	font-size: 28px;
}
.blog_container h4{
	font-size: 25px;
}
.blog_container h5{
	font-size: 22px;
}
.blog_container h6{
	font-size: 20px;
}

/*Product listing page css*/
.shop_banner {
    position: relative;
    height: 450px;
    z-index: 1;
}

.shop_banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.5;
    z-index: 1;
}

.shop_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
body.archive ul.products li.product .img-wapper {
    border: 2px solid #a7015b;
    border-radius: 10px;
    height: 340px;
    overflow: hidden;
}

body.archive ul.products li.product h2.woocommerce-loop-product__title {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
      display: -webkit-box;
    -webkit-box-orient: vertical;
    text-align:center;


}
body.archive ul.products li.product .img-wapper img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
body.archive main#main {
    padding: 100px 10px 40px 10px;
    max-width: 1320px;
}

.container {
    width: 1320px;
    margin: auto;
    /* background: #ccc; */
}

.main_shopbanner {
    background: #A70086;
    padding: 200px 0px;
    color: #fff;
    font-size: 48px;
}

.main_shopbanner h1 {
    color: #FFFFFF;
    font-family: "Montserrat", Sans-serif;
    font-size: 48px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 60px;
    text-align: center;
}


form.woocommerce-ordering, p.woocommerce-result-count, nav.woocommerce-breadcrumb {
    display: none;
}


.site-main {
    padding: 60px 0px;
}

.woocommerce nav.woocommerce-pagination ul li {
    border-right: 1px solid #e67db8;

}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: #e67db8;
    color: #ffffff;
}

.woocommerce nav.woocommerce-pagination ul {
        
        border: 1px solid #a7015b;
}
div#popmake-1614 {
    background: #A70086;
}
div#popmake-1614 form label {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}
div#popmake-1614 form input, div#popmake-1614 form textarea{
    border: none!important;
    font-size: 14px;
    outline: 0;
}
div#popmake-1614 form input.wpcf7-form-control.wpcf7-submit {
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 36px;
    color: #000000;
    background-color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    padding: 5px 40px 5px 40px;
}
body.archive ul.products li.product .woocommerce-loop-category__title {
    color: #000;
    font-size: 18px !important;
    font-weight: 500;
    text-align: center;
}
header#masthead .e-con-inner {
    padding: 0 10px;
}


@media(max-width:1300px){    


    div#meetBoxes div#email-box p.elementor-icon-box-description{
        font-size: 12px;
    }


}
@media(max-width:1200px){
    div#mainheader ul.hfe-nav-menu{
        margin: auto;
    }
    div#mainheader ul.hfe-nav-menu li a {
        padding: 30px 10px;
        font-size: 14px;
    }
    div#categories_range .products li.product-category.product {
        width: calc(50% - 10px);
    }
    div#categories_range .products li.product-category.product:nth-child(2n) {
        margin-right: 0;
    }
    body.archive ul.products li {
        width: calc(33.33% - 14px)!important;
        margin-right: 20px!important;
    }
    body.archive ul.products li:nth-child(3n) {
        margin-right: 0!important;
    }
    body.archive ul.products.columns-4 {
        display: flex;
        flex-wrap: wrap;
    }




}
@media(max-width:991px){
    div#home_products ul.products li.product {
        width: calc(50% - 10px);
    }
    div#home_products ul.products li.product {
        margin-right: 20px;
    }
    div#home_products ul.products li.product:nth-child(2n) {
        margin-right: 0;
    }
    div#benifits .e-con-inner >.elementor-element {
        padding: 40px;
    }
    div#benifits .e-con-inner >.elementor-element:nth-child(2) {
        border-right: 0;
    }
      div#certified_images div#gallery-1 figure.gallery-item {
    padding: 0;
}
div#meetBoxes .elementor-icon-box-content p.elementor-icon-box-description {
        word-break: break-word;
    }


    div#meetBoxes div#email-box p.elementor-icon-box-description{
        font-size: 16px;
    }
    
}
@media (max-width: 767px) {
div#brandImage .elementor-widget-image {
        position: relative;
    }
       div#benifits .e-con-inner >.elementor-element {
        border: 0;
        border-bottom: 1px solid #A7015B;
        padding: 40px;
    }

    div#benifits .e-con-inner >.elementor-element:last-child {
        border: 0;
        padding-bottom: 0;
    }
    .shop_banner {
        height: 350px;
    }
     header#masthead .e-con-inner{
        padding: 0!important;
    }
    div#hero_imagebottle:before {
        background-image: linear-gradient(0deg, #FFFFFF 47%, #FFFFFF00 100%);
    }
    .ehf-header #masthead {
    z-index: 99;
    position: fixed;
    width: 100%;
}
    nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow.hfe-dropdown {
    position: fixed!important;
    left: 0;
    width: 100%;
    top: 150px;
}
div#hero_text {
    padding-top: 200px;
}
.bannerHero {
    padding-top: 100px;
}
.blog_single_header {
    padding: 150px 0 100px 0;
}
}
@media (max-width: 676px) {
    
    div#categories_range .products li.product-category.product {
        width: 100%;
    }
    button.slick-arrow {
        display: none !important;
    }
    div#why_choose_grid figure.elementor-image-box-img img {
        width: 90px!important;
    }
    div#developImages {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
    }
    div#developImages img {
        width: 100%;
    }
      div#contact-us form>ul.contact {
        display: block;
    }
     body.archive ul.products li {
        width: calc(50% - 10px)!important;
        margin-right: 20px!important;
    }
    body.archive ul.products li:nth-child(3n) {
        margin-right: 20px!important;
    }
    body.archive ul.products li:nth-child(2n) {
        margin-right: 0!important;
    }
   
}
@media (max-width: 593px) {
    div#certified_images div#gallery-1 {
        justify-content: end;
        display: flex;
        margin: 0;
    }
    div#certified_images div#gallery-1 img {
        width: 100px;
    }
    div#newsletter_form .tnp-subscription-minimal input.tnp-email {
        margin-bottom: 20px;
        width: 100%;
    }
    div#research_box .elementor-image-box-wrapper .elementor-image-box-img img {
        width: 50%;
    }
    div#blog_listing .lae-grid-item article {
        display: block;
    }
    div#blog_listing .lae-grid-item article .lae-project-image, div#blog_listing .lae-grid-item article .lae-entry-text-wrap {
        width: 100%;
    }
    div#blog_listing .lae-grid-item article .lae-entry-text-wrap {
        padding: 20px 0;
    }
    body.single-post main#content {
        max-width: 100%;
        padding: 0;
    }
    div#popmake-1614 {
    width: 85%!important;
}
div#newsletter_form .tnp-subscription-minimal input.tnp-submit {
    width: 100%;
    display: block;
}
}
@media (max-width: 480px) {
    div#certified_images div#gallery-1 {
        display: block;
    }
    div#home_products ul.products li.product {
        width: 100%;
    }
    div#certified_images div#gallery-1 figure.gallery-item {
        padding: 0px 0 20px 0;
    }
    div#certified_images div#gallery-1:last-child {
        padding-bottom: 0;
    }
    div#certified  h2.elementor-heading-title.elementor-size-default {
        text-align: center;
    }
    div#certified .elementor-widget.elementor-widget-heading {
        text-align: center;
    }
    div#emailtext ul.elementor-icon-list-items li a {
        word-break: break-all;
    }
    body.archive ul.products li {
        width: 100%!important;
        margin-right: 0px!important;
    }
        
    body.archive ul.products li:nth-child(3n) {
        margin-right: 0px!important;
    }
    body.archive ul.products li:nth-child(2n) {
        margin-right: 0!important;
    }
}

.container.topbanner-heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}

h1.woocommerce-products-header__title.page-title {
    text-align: center;
    color: #FFFFFF;
    font-family: "Montserrat", Sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 36px;
    z-index: 999;
    position: relative;
}

textarea.select2-search__field {
    width: 100%;
}

span.select2.select2-container.select2-container--default.select2-container--below {
    width: 100%!important;
    display: block;
}
span.select2-dropdown.select2-dropdown--above {
    width: 100%!important;
}
span.select2-container.select2-container--default{
    width: 100%!important;
}

.pdscf7_dropdown_wrapper .pdscf7_container .pdscf7_title, .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    color: #000!important;
    font-weight: 400!important;
    padding: 0px!important;
    line-height: 14px!important;
    font-size: 14px!important;
}



/*landing-page-css-09-06-2026*/

 .banner-btn-landing a.elementor-button {
      
    background: linear-gradient(135deg, #c7a06a, #b8894e);
    box-shadow: 0 16px 34px rgba(184, 137, 78, .28);
}


.banner-btn-landing a.elementor-button:hover, .banner-btn-landing-secondary a.elementor-button:hover{ transform: translateY(-2px);}
.trust-strip .elementor-image-box-content h3.elementor-image-box-title {
    margin: 0px;
    margin-bottom: 7px;
}

.tag-heading .elementor-widget-container span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #b8894e;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}
   
  .tag-heading .elementor-widget-container span:before {
    content: "";
    width: 38px;
    height: 1px;
    background: #b8894e;
}


.card-service.e-flex {    
    min-height: 310px;
    padding: 34px;
    border-radius: 20px;
    background: rgba(255, 255, 255, .64);
    border: 1px solid rgba(255, 255, 255, .84);
    box-shadow: 0 18px 52px rgba(58, 44, 28, .08);
    position: relative;
    overflow: hidden;
    border-radius:12px; }


   .brand-box h3.elementor-image-box-title {
    color: #494949 !important;
    font-size: 20px !important;
    background: #fff !important;
    width: 325px !important;
    border-radius: 10px !important;
    padding: 20px 15px !important;
}

.elementor-absolute.side-arrows-image img {
filter: invert(57%) sepia(31%) saturate(710%) hue-rotate(353deg) brightness(95%) contrast(83%);
transform:rotate:30deg;
rotate: 16deg; }


.gallery {
    display: grid;
    grid-template-columns: 1.2fr .8fr 1fr;
    grid-auto-rows: 260px;
    gap: 22px;
}


span.e-closed, span.e-opened {
        width: 32px !important;
    height: 32px !important;
    border-radius: 50%;
    place-items: center;
    background: #e8ded2;
    color: #b8894e;
    transition: transform .3s ease;
    text-align: center;
    padding: 10px;
}

summary.e-n-accordion-item-title[aria-expanded="true"] {
    border-radius: 10px 10px 0px 0px;
}

div#contactFormlandingpage{
    background: #fff8ed;
    display: grid;
    align-content: center;
    gap: 14px;
    border-radius: 0px 10px 10px 0px;
}


div#contactFormlandingpage input.wpcf7-form-control, div#contactFormlandingpage textarea.wpcf7-form-control {    
    width: 100%;
    min-height: 54px;
    border: 1px solid rgba(34, 32, 29, .14);
    border-radius: 12px;
    background: rgba(255, 255, 255, .84);
    padding: 0 16px;
    outline: none;
}

div#contactFormlandingpage textarea.wpcf7-form-control{
    height: 230px!important;
    padding: 16px;
}

div#contactFormlandingpage input.wpcf7-form-control.wpcf7-submit {
    background: linear-gradient(135deg, #f2d49a, #b67e34);
    box-shadow: 0 18px 38px rgba(168, 116, 46, .3);
    color: #000;
    font-weight: 600;
    font-family: 'Poppins';
    border: 0px;
    margin-top: 20px;
}


.consult {
    margin-top: 8px;
    min-height: 108px;
    border-radius: 22px;
    border: 1px solid rgba(201, 155, 85, .55);
    background: linear-gradient(135deg, #0f0f0f, #24211d);
    box-shadow: 0 18px 36px rgba(0, 0, 0, .28);
    display: grid;
    grid-template-columns: 92px 1fr 270px;
    gap: 22px;
    align-items: center;
    padding: 20px 34px;
}


.phone {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    border: 2px solid #efc983;
    display: grid;
    place-items: center;
    color: #efc983;
    font-size: 34px;
}

.consult strong {
    display: block;
    color: #efc983;
    font-size: clamp(26px, 3vw, 40px);
    line-height: 1.05;
}

.consult span {
    color: white;
    font-size: clamp(16px, 1.8vw, 24px);
}


.btn-gold {
    color: #101010;
    background: linear-gradient(135deg, #f2d49a, #b67e34);
    box-shadow: 0 18px 38px rgba(168, 116, 46, .3);
}