/*
Theme Name: Child theme
Author: Nazmul Hossain
Description: A starter WordPress theme Including Bootstarp 4.1.3 and FontAwesome 5.13.0. It’s a standard starter theme can easily be modified for self-branding. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features – Currently using Bootstrap v4.1.3 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 1.1.10
Template: wpbstarter

This is the child theme for wpbstarter theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

@font-face {
    font-family: 'Satoshi Bold';
    src: url('assets/fonts/Satoshi-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Satoshi Medium';
    src: url('assets/fonts/Satoshi-Medium.otf') format('opentype');
    font-weight: medium;
    font-style: normal;
}
@font-face {
    font-family: 'Satoshi Regular';
    src: url('assets/fonts/Satoshi-Regular.otf') format('opentype');
    font-weight: regular;
    font-style: normal;
}
@font-face {
    font-family: 'Mirella Regular';
    src: url('assets/fonts/mirella.regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Satoshi Light';
    src: url('assets/fonts/Satoshi-Light.otf') format('opentype');
    font-weight: light;
    font-style: normal;
}
@font-face {
    font-family: 'Bricolage Grotesque Bold';
    src: url('assets/fonts/BricolageGrotesque-Bold.ttf') format('truetype');
    font-weight: bold;
}
@font-face {
    font-family: 'Bricolage Grotesque SemiBold';
    src: url('assets/fonts/BricolageGrotesque-SemiBold.ttf') format('truetype');
    font-weight: Semi-Bold;
}
.search-box {
    padding: 8px 0;
    display: none;
    border-radius: 4px;
    overflow: hidden;
    background-color: #f6f6f6
}
.text_img_heading h2 {
    font-size: 150px;
    color: #5F6D1A;
    text-align: center;
    font-family: 'Mirella', sans-serif;
}
body {
    font-family: 'Satoshi', sans-serif;
    overflow-x: hidden !important;
    background: #BBC9C2;
}
.container {
    max-width: 1800px;
        margin: 0px auto !important;
}
.header-search-popup {
    position: absolute;
    top: 80%;
    right: 15px;
    width: 350px;
    background: #f8f9fa00;
    padding: 15px;
    box-shadow: 0 4px 12px rgb(218 255 24 / 49%);
    display: none;
    z-index: 9999;
    border-radius: 15px;
    backdrop-filter: blur(10px);
}
.post-type-archive-service header#mastheadx {
    background-image: url(https://arogyaenergy.com/dev.arogya/wp-content/uploads/2026/06/header-overlay.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}
.services-banner p, .shop-banner p {
    margin: 0px auto;
    color: #fff !important;
    font-size: 20px;
    max-width: 544px;
}
.service-banner img {
    width: 100%;
}
.header-search-popup.active{
    display:block;
}
#ajax-search-input {
    width: 100%;
    height: 45px;
    padding: 0 15px;
    border: 1px solid #abbe48;
    background: #abbe481a;
    color: #2C3111;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgb(218 255 24 / 49%);
    color: #fff !important;
}
div#ajax-search-results {
    padding: 20px;
}
.ajax-search-results a, .ajax-search-results {
    color: #fff !important;
}
#ajax-search-input::placeholder {
    color: #fff !important;
}
.ajax-search-results{
    list-style:none;
    padding:0;
    margin:15px 0 0;
}

.ajax-search-results li{
    margin-bottom:10px;
}

.ajax-search-results li a{
    display:block;
    text-decoration:none;
}
.header-inner {
    display: flex;
    justify-content: space-between;
    padding: 35px 15px;
    align-items: center;
}
.sina-nav .extension-nav {
    float: unset;
    margin-left: 0px;
    margin-top: 0px;
}
.sina-nav .sina-brand > img {
    width: 210px;
    height: auto;
}

.sina-nav .sina-menu > li > a {
    padding: 16px 6px;
    width: 115px;
    color: #fff;
    height: 57px;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    border: 1px solid #fff !important;
    margin-right: 15px;
    border-radius: 100px;
    background: linear-gradient(45deg, hwb(0deg 74.51% 25.49% / 41%), hwb(0deg 74.51% 25.49% / 41%));
    text-transform: capitalize;
    text-align: center;
}
.sina-nav .sina-brand {
    height: auto;
}
body h2.bnrHeading {
    line-height: 60px !important;
}
.healing_sec_inner .wpb_text_column {
    max-width: 500px;
}
.sina-nav {
    background: transparent;
    border: none;
}
header#mastheadx {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
}
section.homeBanner {
    padding: 185px 15px 100px !important;
    /* margin-top: -150px; */
    position: relative;
    overflow: visible !important;
}
.homeBanner::after {
    content: '';
    width: 370px;
    height: 760px;
    display: block;
    position: absolute;
    bottom: -220px;
    right: -10px;
    background-image: url(https://arogyaenergy.com/dev.arogya/wp-content/uploads/2026/06/banner_after_img.webp);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover;
    z-index: 999999999;
}
.sina-nav .extension-nav > ul > li > a {
    color: #fff;
}
a.book-call-btn {
    background: #ABBE48 !important;
    text-transform: capitalize !important;
    border-radius: 100px !important;
    width: 157px;
    text-align: center;
    height: 57px;
    display: flex !important;
    align-items: center;
    padding: 0px !important;
    justify-content: center;
    color: #2C3111 !important;
    gap: 4px;
    border: 1px solid transparent;
}
a.book-call-btn:hover {
    background: transparent !important;
    border-color: #ABBE48 !important;
    color: #fff;

}
.sina-nav .extension-nav > ul > li > a {
    display: block;
    padding:10px;
    position: relative;
    font-size: 18px;
    color: #fff;
    border:1px solid transparent;
}

.sina-nav .extension-nav > ul > li > a:hover,
.sina-nav .extension-nav > ul > li > a:focus {
    color: #ABBE48 !important;
    background-color: transparent;
    border:1px solid transparent;
}
ul.header-right-icons a.book-call-btn {
    margin-left: 8px;
}
ul.header-right-icons {
    display: flex;
    align-items: center;
    float: unset;
}
ul.header-right-icons a i::before {
    font-size: 20px;
}
.bnr_lft_cont p {
    background: #D0DB99;
    max-width: 225px;
    padding: 11px 15px;
    color: #2C3111;
    font-size: 18px;
    letter-spacing: -0.3px;
    text-transform: capitalize !important;
    border-radius: 30px 30px 0px 27px;
    font-weight: 700;
    line-height: 17px;
}
.bnr_left_cnt_2 .wpb_wrapper {
    margin-left: 40px;
}
.bnr_lft_cont .wpb_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 40px;
}
.bnrHeading h2, h2.bnrHeading {
    font-size: 100px;
    text-align: left;
    color: #DDE3B9;
    font-weight: 700;
    line-height: 96px !important;
    font-family: 'Bricolage Grotesque Bold', sans-serif;    
}
h2.bnrHeading {
	line-height: 56px;
}
.bnr_lft_btm {
    font-family: 'Bricolage Grotesque Bold', sans-serif;        
}
.bnr_left_cnt_1 {
    margin-bottom: 10px !important;
}
.banner_hdng_txt_btm p {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    max-width: 545px;
    text-align: left;
    margin: 0px auto 0px 230px;
    position: relative;
    top: -58px;
    left: 30px;
}
a#header-search-toggle {
    margin-right: 40px;
}
.sina-nav .sina-menu > li.active > a, .sina-nav .sina-menu > li > a:hover, .sina-nav .sina-menu > li > a:focus {
    background: #D0DB99;
    color: #2C3111;
}
.bnr_lft_cont {
    padding-top: 191px;
}
.bnr_team_cnt p {
    color: #fff;
    position: relative;
    top: 0;
    left: 14px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.3px;
}
.bnr_team_img {
    position: relative;
    top: -24px;
}
.bnr_team_img, .bnr_team_cnt {
    display: inline-block;
}
.banner_button_row {
    text-align: center;
    margin: -65px 0 0 0;
}
.btm_bnr_text {
    padding-top: 160px;
}
input:focus, 
textarea:focus, 
button:focus, 
.form-control:focus, 
.btn.focus, .btn:focus, 
a:focus, button:focus, 
.search-box input.form-control:focus, 
button.close-search:focus {
    outline: none;
    border: none;
}
.bannerBtn a, .bannerBtn a.themeBtn, .shop-loadmore button#load-more, .bannerBtn button {
    font-weight: 700;
    font-size: 18px !important;
    border-radius: 47px !important;
    line-height: normal;
    height: 57px;
    position: relative;
    max-width: 244px;
    display: flex;
    justify-content: center;
    background: #ABBE48;
    color: #2C3111;
    font-family: 'Satoshi', sans-sarif;
    align-items: center;
    width: 100% !important;
}
a.themeBtn {
    margin: 20px 58px 0px auto;
}
.consultationSection h2.heading_two {
    text-align: center;
    max-width: 100%;
}
.consultationSection a.themeBtn {
    margin: 60px auto 0px;
}
div#cgs-left-gallery-1 {
    transform: rotate(-6.46deg);
}
#cgs-right-gallery-2 {
    transform: rotate(6.46deg);    
}
.img_right {
    display: flex;
    justify-content: flex-end;
}
.shop_btn_row {
    text-align: center;
    padding: 70px 0 0;
}
.aboutBanner h2.bannerHeading {
    max-width: 1460px;
    margin: 0px auto 40px;
}
.videoRow {
    text-align: center;
}
.videoRow h2 {
    width: 100% !important;
    max-width: 100% !important;
    padding: 90px 0 0;
}
.bannerBtn a::before, 
.bannerBtn a.themeBtn::before, 
.shop-loadmore button#load-more::before, 
.bannerBtn button::before {
    content: '↗';
    width: 58px;
    height: 57px;
    display: block;
    position: absolute;
    right: -58px;
    background: linear-gradient(45deg, #D0DB99, #DDE3B9);
    top: 0;
    border-radius: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
}
.sub_heading {
    background: #ABBE48;
    max-width: fit-content;
    margin: 0px auto;
    color: #0F0F0F;
    font-size: 18px;
    line-height: 55px;
    padding: 1px 35px;
    border-radius: 60px;
    font-family: 'Mirella Regular', sans-serif;    
}
section.home_secnd_sec {
    padding: 100px 0px !important;
    background: #BBC9C2;
    position: relative !important;
    width: 100%;
    z-index: -2;
}
section.home_secnd_sec::before{
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background-image: url('https://arogyaenergy.com/dev.arogya/wp-content/uploads/2026/06/sing-before-bg-scaled.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;    
}
h2.sign-Heading {
    text-align: center;
    font-size: 100px;
    font-family: 'Bricolage Grotesque Bold';
    line-height: 103px;
    color: #222020;
    margin-top: 17px;
}
.sign-Heading span {
    color: #5F6D1A;
}
.zs-wrap{
    overflow:hidden;
}
.zs-sign-name {
    font-family: 'Bricolage Grotesque SemiBold';
}
h3.service-title {
    font-size: 70px;
    color: #222020;
    font-family: 'Bricolage Grotesque SemiBold';
}
.servicesSec .vc_column-inner {
    padding: 0px !important;
}


.services-accordion{
    max-width:1200px;
    margin:auto;
}

.service-item{
    border-top:1px solid #d9d9d9;
    padding:37px 0;
}
.services_lft_img .wpb_single_image {
    margin: 0px;
}
.service-item:last-child{
    border-bottom:1px solid #d9d9d9;
}

.service-header{
    display:flex;
    align-items:flex-start;
    gap:40px;
    cursor:pointer;
}

.service-number{
    min-width:60px;
    font-size:14px;
    color:#222;
    padding-top:10px;
}

.service-title{
    font-size:38px !important;
    line-height:1;
    font-weight:700;
    margin:0;
}
.services-accordion .service-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}

.service-item.active .service-content {
    max-height: 500px; /* ya auto alternative */
    opacity: 1;
}

.service-desc{
    margin-bottom:25px;
}

.services-accordion .service-btn{
    display:inline-block;
    background:#b8d04f;
    color:#000;
    text-decoration:none;
    padding:12px 28px;
    border-radius:50px;
    font-weight:600;
}

.service-btn:hover{
    color:#000;
}
.service-card h3 a {
    color: #fff;
    font-size: 35px;
    font-family: 'Bricolage Grotesque SemiBold';
    line-height: 45px;
}
.services-accordion {
    padding-left: 57px;
    padding-top: 60px;
}
.moonSec {
    padding: 240px 0px 150px;
}
.moon {
    display: inline-block;
}
.moon_parent .wpb_wrapper, .counter_parent .wpb_wrapper {
    display: flex;
    justify-content: center;
    gap: 74px;
}
.sca-number, .sca-icon--text {
    font-size: 70px !important;
    font-weight: bold;
    color: #CED6A6 !important;
    font-family: 'Bricolage Grotesque Bold';
}
.sca-title {
    font-size: 18px !important;
    margin-top: 5px;
    color: #CED6A6 !important;
    font-family: 'Satoshi', sans-serif !important;
}
.counter_parent .sca-counter:not(:last-child) {
    position: relative;
}
.counter_parent .sca-counter:not(:last-child)::before {
    content: '';
    width: 100%;
    height: 118px;
    display: block;
    position: absolute;
    top: 40px;
    right: -50px;
    border-right: 1px solid #FFFFFF;
}
.counter_parent {
    padding-top: 180px;
}
.moon {
    position: relative;
}
.moon_1 {
    bottom: -250px;
}
.moon_2 {
    bottom: -120px;
}
.moon_3 {
    bottom: -44px;
}
.moon_5 {
    bottom: -40px;
}
.moon_6 {
    bottom: -118px;
}
.moon_7 {
    bottom: -250px;
}
section.prd_carousel_sec {
    padding: 100px 0px !important;
}
.prd_carousel_top_row .sub_heading {
    margin: 0px 0px 20px;
}   
.heading_two h2, h2.heading_two  {
    font-size: 70px;
    font-family: 'Bricolage Grotesque SemiBold';
    line-height: 80px;
    max-width: 415px;
}
body p {
    font-size: 18px;
    color: #0D0B0B;
    font-family: 'Satoshi', sans-serif;
    font-weight: 700;
}
.healing_sec_inner .wpb_content_element {
    margin: 20px 0 60px;
}
.prd_sec_right_para p {
    margin-left: auto;
}
.prd_carousel_inner {
    padding-top: 73px;
}
.custom-product-carousel .owl-nav.disabled {
    display: block;
}
.product-content {
    display: flex;
    gap: 15px;
    margin: 30px 0 0;
}
.prd_lft_cnt h3.product-title, .prd_lft_cnt h3.product-title a, .product-price bdi {
    font-size: 30px;
    color: #0D0B0B;
    font-weight: 700 !important;
    font-family: 'Satoshi', sans-serif;
}
.product-description {
    font-size: 18px;
    font-family: 'Satoshi', sans-serif;
    font-weight: 700;
    color: #0D0B0B;
}
.custom-product-carousel .owl-nav, .testimonial-carousel .owl-nav, .related-products-carousel .owl-nav {
    display: block !important;
    text-align: center;
    padding-top: 80px;
}
.custom-product-carousel .owl-nav button, .testimonial-carousel .owl-nav button, .related-products-carousel .owl-nav button {
    margin: 0px 15px;
    width: 138px;
    height: 48px;
    border: 1px solid #000000 !important;
    border-radius: 90px;
    transition: all 0.5s ease-in-out;
}
.custom-product-carousel .owl-nav button:hover, .testimonial-carousel .owl-nav button:hover, .related-products-carousel .owl-nav button:hover {
    background: #ABBE48 !important;
    border-color: #ABBE48 !important;
}
.healingSec {
    padding: 350px 0px 0px !important;
    position: relative;
}
.healingSec::before {
    content: '';
    width: 100%;
    height: 500px;
    display: block;
    position: absolute;
    bottom: -130px;
    left: 0;
    background-image: url(https://arogyaenergy.com/dev.arogya/wp-content/uploads/2026/06/healing-after.png);
    background-size: 100% 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    z-index: 9999999;
}
.healing_sec_inner .heading_two h2, .healing_sec_inner h2.heading_two{
    max-width: 630px;
}
.service-card.card-9 {
    width: 100%;
    max-width: 888px;
    height: 292px;
}
.healing_sun_img {
    margin-top: -380px !important;
}
.healing_flower_img {
    margin-top: -860px !important;
}
.healing_girl_img {
    margin-top: -943px !important;
    padding-left: 80px;
}
.healing_btm_row {
    padding-left: 50px;
}
.healing_sec_inner .bannerBtn {
    position: relative;
    z-index: 99999;
}
.text_img_heading h2 {
    font-size: 150px;
    color: #5F6D1A;
    text-align: center;
    font-family: 'Mirella Regular', sans-serif;
    line-height: normal;    
}
.testimonial_row_inner  h2.heading_two {
    max-width: 980px;
}
h2.heading_two {
    font-size: 70px;
    font-family: 'Bricolage Grotesque SemiBold';
    line-height: 80px;
}
h2.heading_two span.sub_heading {
    display: inline-block;
}
h2.heading_two span.sub_heading {
    display: inline-block;
    position: relative;
    top: -16px;
}
.testimonial_row_inner .vc_col-sm-4 .vc_column-inner {
    align-items: end;
}
.testimonial_row_inner {
    padding-top: 150px;
}
.testimonial-img img {
    width: 100%;
    max-width: 69px;
}
.testimonial_inner_top {
    display: flex;
    justify-content: space-between;
}
.testi_top_left {
    display: flex;
    gap: 15px;
}
.testimonial-img {
    border-right: 1px solid #B6B0B0;
    padding-right: 18px;
}
.testimonialSec .testimonial-carousel {
    padding-left: 80px;
    padding-top: 44px;
}
h4.name {
    font-size: 18px;
    color: #0D0B0B;
    font-weight: 700 !important;
    font-family: 'Satoshi', sans-serif;
}
.date_desig_bar {
    display: flex;
    gap: 10px;
}
/* Filled stars */
.rating .filled{
    color:#EBC862;
}
.rating{
    font-size:18px;
    margin-top:5px;
}
/* Empty stars */
.rating .empty{
    color:#DCDBD8; 
}
.testimonial-item {
    background: #FFFFFF;
    padding: 47px 50px;
    border-radius: 30px;
    min-height: 377px;
}
.testimonial-content {
    font-size: 18px;
    font-family: 'Satoshi', sans-serif;
    font-weight: 700;
    color: #0D0B0B;
    padding-top: 52px;
}
button.vc_general {
    background-image: none !important;
}
.testimonialSec {
    position: relative;
    padding-bottom: 46px;
}
.testimonialSec::after {
    content: '';
    width: 100%;
    height: 479px;
    display: block;
    position: absolute;
    bottom: -210px;
    left: 0;
    background-image: url(https://arogyaenergy.com/dev.arogya/wp-content/uploads/2026/06/testi-after-img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.healing_journey_inner .wpb_raw_html h2.heading_two {
    width: 100%;
    max-width: 100%;
}
.healing_journey_inner .wpb_raw_html {
    text-align: center;
}
.healing_journey_inner p {
    max-width: 100% !important;
    text-align: center;
}
.healing_journey_inner {
    text-align: center;
}
footer#colophon {
    padding: 100px 0px;
    background-image: url(https://arogyaenergy.com/dev.arogya/wp-content/uploads/2026/06/footer_bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.footer_col_1 {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid;
    align-items: center;
}
.widget_nav_menu ul#menu-footer-2 {
    display: flex;
    flex-direction: row !important;
    justify-content: space-between;
}
.footer_col_3 img {
    width: 100%;
    padding-top: 150px;
}
#menu-footer-menu {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row !important;
    max-width: 509px;
    justify-content: flex-end;
}
.footer_col_1 h3.widget-title {
    font-size: 70px;
    color: #FFFFFF;
    font-family: 'Bricolage Grotesque Bold';
    max-width: 779px;
}
.subscription input.wpcf7-email {
    border-radius: 90px;
    width: 369px;
    height: 79px;
    padding: 15px 30px;
    color: #888686;
    font-size: 18px;
    font-family: 'Satoshi', sans-serif;
}
.subscription p {
    display: flex;
    gap: 8px;
}
.subscription input.wpcf7-submit {
    color: #2C3111;
    background: #ABBE48;
    font-size: 18px;
    font-family: 'Satoshi', sans-serif !important;
    font-weight: 700 !important;
    padding: 15px 41px;
    border-radius: 90px;
}
.footer_col_1 {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(70, 106, 106, 0.7);
    align-items: center;
    padding-bottom: 30px;
    margin-bottom: 60px;
}
#menu-footer-menu a.nav-link, .menu-footer-2-container a {
    color: #fff;
    font-size: 20px;
    font-family: 'Satoshi', sans-serif;
}
section.vc_section.home_secnd_sec {
    z-index: 99999;
}



/*Page Loader CSS*/
/* Overlay */
#arogya-loader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: #080808;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.7s ease, visibility 0.7s ease;
}
 
#arogya-loader.ae-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
 
/* Particle canvas */
#arogya-particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
 
/* Main wrapper */
.ae-loader-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
}
 
/* ── Logo area ── */
.ae-logo-area {
  position: relative;
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
 
/* Glow rings */
.ae-rings {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
 
.ae-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: 1px solid rgba(201, 168, 76, 0.25);
  transform: translate(-50%, -50%);
  animation: ae-ring-pulse 3s ease-in-out infinite;
}
 
.ae-ring:nth-child(1) {
  width: 130px;
  height: 130px;
  animation-delay: 0s;
}
.ae-ring:nth-child(2) {
  width: 162px;
  height: 162px;
  border-color: rgba(201, 168, 76, 0.13);
  animation-delay: 0.6s;
}
.ae-ring:nth-child(3) {
  width: 196px;
  height: 196px;
  border-color: rgba(201, 168, 76, 0.06);
  animation-delay: 1.2s;
}
 
@keyframes ae-ring-pulse {
  0%,  100% { transform: translate(-50%, -50%) scale(1);    opacity: 1;   }
  50%        { transform: translate(-50%, -50%) scale(1.07); opacity: 0.4; }
}
 
/* Figure floating */
.ae-figure-wrap {
  animation: ae-float 3.5s ease-in-out infinite;
}
 
@keyframes ae-float {
  0%,  100% { transform: translateY(0);    }
  50%        { transform: translateY(-9px); }
}
 
/* ── Brand text ── */
.ae-brand {
  text-align: center;
  line-height: 1.2;
}
 
.ae-brand span {
  display: block;
  font-family: 'Georgia', serif;
  font-size: 30px;
  letter-spacing: 7px;
  color: #e8e0cc;
  font-weight: 400;
  opacity: 0;
  animation: ae-fade-up 0.9s ease forwards;
}
 
.ae-brand span:nth-child(1) { animation-delay: 0.3s; }
.ae-brand span:nth-child(2) { animation-delay: 0.6s; }
 
@keyframes ae-fade-up {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0);    }
}
 
/* ── Tagline ── */
.ae-tagline {
  font-family: Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 3px;
  color: rgb(255 252 243);
  text-transform: uppercase;
  opacity: 0;
  animation: ae-fade-up 1s ease forwards 0.9s;
}
 
/* ── Bouncing dots ── */
.ae-dots {
  display: flex;
  gap: 8px;
  align-items: center;
}
 
.ae-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #28a745;
  animation: ae-dot-bounce 1.4s ease-in-out infinite;
}
 
.ae-dot:nth-child(1) { animation-delay: 0s;    }
.ae-dot:nth-child(2) { animation-delay: 0.22s; }
.ae-dot:nth-child(3) { animation-delay: 0.44s; }
 
@keyframes ae-dot-bounce {
  0%,  100% { transform: scale(1);   opacity: 0.35; }
  50%        { transform: scale(1.7); opacity: 1;    }
}
 
/* ── Progress bar ── */
.ae-progress-wrap {
  width: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
 
.ae-bar-track {
  width: 100%;
  height: 1.5px;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 2px;
  overflow: hidden;
}
 
.ae-bar-fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #437a50, #6da77a, #54a566);
  background-size: 200%;
  border-radius: 2px;
  box-shadow: 0 0 10px #28a745;
  animation:
    ae-fill-bar 3.5s cubic-bezier(0.4, 0, 0.2, 1) forwards,
    ae-shimmer   1.5s linear infinite;
}
 
@keyframes ae-fill-bar {
  0%   { width: 0%;   }
  25%  { width: 28%;  }
  55%  { width: 60%;  }
  80%  { width: 82%;  }
  100% { width: 100%; }
}
 
@keyframes ae-shimmer {
  0%   { background-position: 0%   50%; }
  100% { background-position: 200% 50%; }
}
 
.ae-pct {
  font-family: Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 3px;
  color: rgba(201, 168, 76, 0.55);
}

/*Page Loader CSS End*/

.services-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    position: relative;
}
.service-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    flex-grow: 0;
    flex-shrink: 0;
}
.card-1, .card-3 {
    flex-basis: 100%;
    max-width: 429px;
}
.card-2 {
    flex-basis: 100%;
    height: 302px;
    max-width: 888px;
    order: 3;
}
.card-4 {
    flex-basis: 100%;
    height: 302px;
    max-width: 888px;
    position: absolute;
    right: 0;
    top: 306px;
}
.card-5 {
    flex-basis: 48%;
    height: 321px;
    order: 5;
    max-width: 581px;
}
.card-6 {
    height: 325px;
    order: 7;
    width: 581px !important;
}
.card-7 {
    flex-basis: 50%;
    height: 430px;
    order: 8;
}
.card-8 {
    flex-basis: 100%;
    order: 5;
    max-width: 581px;
}
.services_static_text {
    position: absolute;
    bottom: 0;
    right: 0;
    min-height: 430px;
    display: flex;
    width: 864px;
    border: 1px solid #6C8E7D;
    border-radius: 34px;
    padding: 37px;
}
.services_static_text h2 {
    font-size: 70px;
    color: #222020;
    font-family: 'Bricolage Grotesque SemiBold';
}
section.services-listing {
    padding-bottom: 100px;
}
.service-card .service-image,
.service-card .service-image a {
    display: block;
    width: 100%;
    height: 100%;
}
.service-card .service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.service-card h3 {
    position: absolute;
    top: 16px;
    left: 26px;
    margin: 0;
    z-index: 2;
}
.service-btn{
    position: absolute;
    bottom: 14px;
    right: 14px;
}
a.service-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.service-btn span {
    height: 57px;
    background: #ABBE48;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 18px !important;
    z-index: 2;
    border-radius: 47px;
    color: #2C3111;
    padding: 15px 31px;
    transform: translateX(-100%);
    opacity: 0;
    transition: all 0.4s ease;
    margin-right: 0;
}
.services-grid .service-card .service-btn::after {
    content: url(https://arogyaenergy.com/dev.arogya/wp-content/uploads/2026/06/chevr-g.png);
    font-size: 40px;
    line-height: 1;
    width: 57px;
    height: 57px;
    display: flex;
    align-items: center;
    position: absolute;
    justify-content: center;
    border-radius: 100px;
/*     background: #ABBE48; */
    color: #222020;
    padding: 7px;
    opacity: 1;
    transition: opacity 0.4s ease;
    right: 0;
}
section.consultationSection {
    padding: 100px 0px;
}
.services-grid .service-card:hover .service-btn span {
    transform: translateX(0);
    opacity: 1;
    margin-right: 10px;
}
.services-grid .service-card:hover .service-btn::after {
      opacity: 0;
}
a.service-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.service-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.05) 60%);
    z-index: 1;
    border-radius: 16px;
    pointer-events: none;
}
section.services-banner, .shop-banner {
    padding: 320px 0px 470px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
}
section.services-banner {
    background-image: url(https://arogyaenergy.com/dev.arogya/wp-content/uploads/2026/06/services-main-bg.png);
}
.shop-banner {
    background-image: url('https://arogyaenergy.com/dev.arogya/wp-content/uploads/2026/06/shop-bnr-bg.png');
}
.services-banner h1, 
.shop-banner h1 {
    font-size: 100px;
    color: #DDE3B9;
    font-family: 'Bricolage Grotesque Bold';
}
.service-left-head h5.sub_heading {
    margin-left: 0px;
    margin-bottom: 37px;
}
.service-left-head h2.heading_two {
    max-width: 100%;
}
.service-right-decr p {
    font-weight: 500;
    max-width: 603px;
}
.services-intro .row {
    justify-content: space-between;
    align-items: end;
    margin: 0px;
}
.service-right-decr {
    margin-right: -20px;
}
section.services-intro {
    padding: 100px 0px 63px !important;
}
/* Mobile */
@media (max-width: 768px) {
    .services-grid {
        grid-template-columns: 1fr 1fr;
    }
    .service-card:nth-child(n) {
        grid-column: auto !important;
        grid-row: auto !important;
    }
    .service-card:nth-child(8),
    .service-card:nth-child(6) {
        grid-column: span 1 !important;
    }
    .service-card:nth-child(2) {
        grid-column: span 2 !important;
    }
}
section.service-banner {
    position: relative;
}
.service-banner-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.service-banner-content h1 {
    font-size: 60px;
    line-height: 96.1px;
    color: #fff;
    font-family: 'Bricolage Grotesque Bold';
    max-width: 820px;
    line-height: normal;
}
.banner_inner {
    text-align: center;
}
.service-banner-content p, .banner_desc p {
    max-width: 504px;
    margin: 0px auto;
    color: #fff;
    font-weight: 700;
    font-family: 'Satoshi';
}
.services_mid_sec h5.sub_heading {
    margin-left: 0px;
    margin-bottom: 20px;
}
.services_mid_sec h2.heading_two {
    max-width: 100%;
}
.services_mid_sec .row {
    align-items: end;
}
.mid-desc p {
    max-width: 574px;
    margin: -1px 0px 0px auto;
    font-weight: 500;
}
.services_mid_sec h2.heading_two {
    margin: 0px auto;
}
section.services_mid_sec {
    padding-top: 100px;
    padding-bottom: 100px;
}
.service-gallery {
    padding-top: 70px;
}
.service-gallery img {
    height: 1350px;
    object-fit: cover;
}
.aboutBanner {
    padding: 340px 0px 400px !important;
}
.bannerHeading {
    font-size: 100px;
    font-family: 'Bricolage Grotesque Bold';
    line-height: 96px;
}
.storySection {
    padding: 130px 0px 100px !important;
}
h2.section_heading {
    font-size: 40px;
    font-family: 'Bricolage Grotesque SemiBold';
    color: #222020;
}
.about_sub_heading {
    margin-left: 0px;
}
.about_cntr_row {
    padding-top: 48px;
}
.about_cntr_row .vc_col-sm-5 {
    padding-left: 33px;
}
.about_r_cntr p {
    font-weight: 500;
}
.about_cntr_inner .wpb_wrapper {
    display: flex;
    gap: 72px;
    justify-content: flex-start;
}
.about_cntr_inner .sca-number, .about_cntr_inner .sca-icon--text {
    color: #222020 !important;
}
.about_cntr_inner .sca-title {
    color: #0D0B0B !important;
    letter-spacing: 3.4px;
}
.about_cntr_inner .wpb_wrapper .sca-counter {
    padding: 0px !important;
    text-align: left;
}
.missionSection {
    padding: 200px 0px 230px !important;
    overflow: visible !important;
}
.missionSection::before {
    content: '';
    width: 100%;
    height: 244px;
    display: block;
    position: absolute;
    top: -110px;
    right: 0;
    background-image: url(https://arogyaenergy.com/dev.arogya/wp-content/uploads/2026/06/about-mission-bg-before.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 140%;
    z-index: 9999;
}
.missionSection h2 {
    max-width: 100% !important;
    font-family: 'Satoshi', sans-serif;
    font-weight: 700;
}
.about_head_row h2 {
    margin-top: 41px;
    margin-bottom: 91px;
}
.about_steps_row {
    display: flex;
    gap: 10px;
}
.steps_box >.vc_column-inner {
    padding: 38px 68px 70px !important;
}
.steps_box_t_row {
    padding-bottom: 280px;
}
.about_vid_sec .vc_column-inner {
    padding: 0px;
}
.about_vid_sec .vc_column-inner {
    padding: 0px;
}
.cntct_form_inner h2.heading_two {
    max-width: 100%;
}
.cntct_form_inner {
    padding-top: 100px !important;
}
.contact_form_inner_row {
    padding: 15px !important;
    border-radius: 38px;
    background: #DDE4E0;
}
.contact_form_inner_row .vc_column-inner {
    padding: 0px;
}
.contact_form_inner_left {
    padding: 60px 130px 30px 60px !important;
}
.contact_form_inner_left .contact_left_desc p {
    max-width: 560px;
}
.contact_form_inner_left .contact_left_desc p {
    max-width: 560px;
    font-weight: 500;
    font-family: 'Saroshi', sans-serif;
}
.contact_left_desc {
    margin: 40px 0 50px !important;
}
.contactForm .row {
    flex-direction: column !important;
    margin: 0px;
}
.c-input-field p br {
    display: none;
}
.c-input-field {
    display: flex;
    gap: 58px;
    justify-content: space-between;
    margin-bottom: 30px !important;
}
.c-input-field p label {
    width: 100%;
    font-size: 20px;
    font-family: 'Satoshi', sans-serif;
    font-weight: 500;
}
.c-input-field input, .c-input-field textarea {
    border: 1px solid #000000;
    border-radius: 18px;
    background: transparent;
    margin-top: 11px;
}
.c-input-field input {
    height: 73px;
}
.c-input-field p {
    width: 100%;
}
.submitBtn input {
    background-color: #ABBE48;
    color: #2C3111;
    padding: 29px 90px !important;
    border-radius: 60px;
    font-size: 20px;
    font-family: 'Satoshi', sans-serif;
    font-weight: 400;
}
.cntct_bnr_hdng {
    max-width: 1148px;
    margin: 0px auto;
}
.product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 79px;
}



/*product main card*/
.product-card {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    background: transparent;
    transition: all 0.5s ease;
}
.product-card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}
.product-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 70%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.5),
        transparent
    );
    transform: skewX(-25deg);
    transition: 0.8s;
    z-index: 2;
}

.product-card:hover::before {
    left: 150%;
}

.product-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 60px rgba(0,0,0,.15);
}

.product-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.product-thumb img {
    width: 100%;
    transition: all .6s ease;
}

.product-card:hover .product-thumb img {
    transform: scale(1.1) rotate(-3deg);
}

/* Gradient Overlay */
.product-thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0,0,0,.6),
        transparent 60%
    );
    opacity: 0;
    transition: .4s;
}

.product-card:hover .product-thumb::after {
    opacity: 1;
}

/* Add To Cart */
.hover-cart {
    position: absolute;
    left: 50%;
    bottom: -70px;
    transform: translateX(-50%);
    transition: .5s ease;
    z-index: 3;
}

.product-card:hover .hover-cart {
    bottom: 25px;
}

.hover-cart a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    color: #111;
    padding: 14px 28px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: .3s;
    box-shadow: 0 10px 30px rgba(0,0,0,.15);
}
.hover-cart a.ajax_add_to_cart {
    font-weight: 700;
    font-size: 18px !important;
    border-radius: 47px !important;
    line-height: normal;
    height: 57px;
    position: relative;
    max-width: 244px;
    display: flex;
    justify-content: center;
    background: #ABBE48;
    color: #2C3111;
    font-family: 'Satoshi', sans-sarif;
    align-items: center;
}
.product-card .desc {
    font-size: 20px;
    color: #0D0B0B;
    font-weight: 500;
    font-family: 'Satoshi', sans-serif;
    padding-top: 10px;
    max-width: 384px;
}
.hover-cart a:hover {
    transform: scale(1.05);
    background: #ABBE48 !important;
}
/* Content */
.product-info {
    padding: 25px;
    transition: .4s;
}

.product-card:hover .product-info {
    transform: translateY(-5px);
}

.product-title {
    transition: .3s;
}

.product-card:hover .product-title {
    color: #B08D57;
}

.price {
    transition: .3s;
}

.product-card:hover .price {
    transform: scale(1.05);
}
.tit_prc {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-title a, .price bdi {
    font-size: 30px;
    color: #0D0B0B;
    font-family: 'Satoshi', sans-serif;
    font-weight: 700;
}
button#load-more {
    border-color: transparent;
    padding: 15px 34px;
    cursor: pointer;
}
.shop-loadmore {
    display: flex;
    justify-content: center;
}
section.shop-products {
    padding-bottom: 150px;
}
.shop-products .shop-loadmore {
    padding-top: 80px;
}
.service-content .service-desc p, .service-content ul.service-points li {
    font-size: 20px;
    font-weight: 500 !important;
}
.service-content ul.service-points {
    padding: 0 0 0 20px;
    margin: 0 0px 70px;
}
.service-content .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0px;
    justify-content: space-between;
}
.service-content ul.service-points {
    padding: 0 0 0 20px;
    margin: 0 0px 20px;
}
.service-content .row .colmd-6 {
    width: 58.6%;
    padding-right: 20px;
}
.service-content .about_service_video {
    width: 41.4%;
}
.service-content h2.service-title.heading_two {
    max-width: 100%;
}
.point-box {
    display: flex;
    gap: 38px;
}
.point-box {
    display: flex;
    gap: 38px;
    max-width: 475px;
    width: 50%;
    align-items: center;
}
.service-points-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 21px;
}
.point-text p {
    font-size: 20px;
    margin: 0px;
}
.point-box {
    display: flex;
    gap: 18px;
    max-width: 495px;
    width: 48%;
    align-items: center;
}
.point-number {
    font-size: 91px;
    color: #1E382B;
    font-weight: 100;
    line-height: 160px;
}








.service-video-section{
    padding:100px 0;
}

.video-box{
    position:relative;
    border-radius:24px;
    overflow:hidden;
}

.video-poster{
    position:relative;
    cursor:pointer;
}

.video-poster img {
    width: 100%;
    height: 825px;
    object-fit: cover;
    display: block;
}
.video-poster::before{
    content:'';
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.35);
}

.video-play-btn{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    border:none;
    background:none;
    cursor:pointer;
    z-index:2;
}

.video-play-btn svg{
    transition:.4s;
}

.video-play-btn:hover svg{
    transform:scale(1.1);
}

.service-video{
    width:100%;
    display:none;
}
section.service-content {
    padding-bottom: 100px;
}
.resetHeading {
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #BAA89B;
    flex-direction: column;
    padding: 40px;
}
.resetSection .col-md-6 {
    padding: 0px;
}
.resetSection img {
    width: 100%;
}
.resetHeading h3 {
    font-size: 40px;
    font-family: 'Satoshi', sans-serif;
    font-weight: 700;
    font-style: italic;
}
section.resetSection {
    margin-bottom: 100px;
}
.single-product .product_detail_banr {
    padding: 350px 0 200px;
}
.single-product .product_detail_banr {
    padding: 350px 0 200px;
    background-image: url(https://arogyaenergy.com/dev.arogya/wp-content/uploads/2026/06/pdt-detail-bnr.png);
}
section.single-product-sec {
    padding-top: 100px;
}
.product-gallery-wrap{
    max-width:100%;
}

.main-product-image{
    margin-bottom:20px;
    overflow:hidden;
    border-radius:20px;
}

.main-product-image img{
    width:100%;
    height:650px;
    object-fit:cover;
    display:block;
    border-radius:20px;
}

.product-gallery-slider{
    margin:0 -6px;
}

.gallery-thumb{
    padding:0 6px;
    cursor:pointer;
}

.gallery-thumb img {
    width: 100%;
    height: 218px;
    object-fit: cover;
    border-radius: 22px;
    border: 2px solid transparent;
    transition: .3s;
}
.gallery-thumb:hover img{
    border-color:#b6cb45;
}
.prdt_dtl_left {
    max-width: 782px;
}
.prdt_dtl_right h1 {
    font-size: 70px;
    font-weight: 700;
    color: #0D0B0B;
}
.purchase-badge {
    padding: 7px;
    background: #ADC2B8;
    max-width: 312px;
    margin: 29px 0px;
}
span.stock-badge, .stock-label {
    font-size: 18px;
    color: #0D0B0B;
}
span.stock-badge {
    padding: 9px 29px;
    border-radius: 47px;
    background: #CDDBD4;
    margin-right: 15px;
}
button.themeBtn.add-cart-btn {
    width: 100%;
    max-width: 512px;
    padding: 23px;
    border-radius: 60pc;
    border: 0px !important;
    background: #ABBE48;
    font-size: 20px;
    color: #0F0F0F;
    margin: 29px 0px;
}
.prdt_dtl_right .price {
    padding: 30px 0px 0px;
}
/* Mobile Menu Responsive CSS */
@media (min-width: 320px) and (max-width: 767px) {
	.header-inner {
		padding: 15px 15px;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.sina-nav .extension-nav {
		position: unset !important;
	}
	.sina-nav .navbar-toggle {
        border: 1px solid #f8f9fa !important;
        color: #f7f7f7 !important;
        z-index: 99999;
        background: transparent !important;
    }
	a.book-call-btn {
        font-size: 16px !important;
        width: 128px;
        height: 42px;
    }
	a#header-search-toggle {
		margin-right: 0px;
	}
	.header-right-icons {
		float: unset !important;
	}
	.sina-nav .extension-nav > ul > li > a {
		padding: 6px;
	}
	.sina-nav .sina-brand {
		margin: 0px !important;
	}
	.sina-nav .sina-brand > img {
		width: 150px;
		height: auto;
	}
	.header-right {
		width: 100%;
		padding-top: 10px;
		border-top: 1px solid #ffffff63;
		margin-top: 5px;
	}
	span.cart-count {
		position: absolute;
		background: red;
		padding: 4px;
		border-radius: 100px;
		font-size: 9px;
		width: 22px;
		height: 22px;
		display: flex;
		align-items: center;
		justify-content: center;
		top: 0;
		right: -6px;
	}
	/* Banner responsive */
	.bnr_lft_cont {
		padding-top: 0px;
	}
	.bnr_lft_cont .wpb_wrapper {
		padding-right: 0px;
	}
	.bnr_lft_cont p {
		font-size: 16px;
	}
	section.homeBanner {
		padding: 185px 0px 30px !important;
	}
	.bnrHeading h2, h2.bnrHeading {
		font-size: 50px !important;
		line-height: 46px !important;
	}
	.banner_hdng_txt_btm p {
		font-size: 16px;
		margin: 15px auto 0px auto;
		position: relative;
		top: 0;
		left: 0px;
	}
	.bnr_team_img {
		top: 0;
		margin-bottom: 15px !important;
		left: 0;
	}
	.btm_bnr_text {
		padding-top: 0px;
	}
	.btm_bnr_text h2 {
		font-size: 34px !important;
		line-height: 32px !important;
	}
	.homeBanner::after {
		display: none;
	}
	.banner_button_row {
		margin: 0px;
		text-align: left;
		padding: 30px 0 0;
	}
	.bannerBtn button, .bannerBtn a.themeBtn, .shop-loadmore button#load-more {
        font-size: 14px !important;
        height: 52px;
        max-width: 180px;
    }
	.bannerBtn button::before, .bannerBtn a.themeBtn::before, .shop-loadmore button#load-more::before {
    	width: 53px;
    	height: 52px;
		right: -53px;
	}
	.bnr_team_cnt p {
		left: 0;
		font-size: 16px;
	}
	section.home_secnd_sec {
		padding: 60px 0px !important;
	}
	.sub_heading {
		font-size: 16px;
		line-height: 50px;
		padding: 1px 25px;
	}
	h2.sign-Heading {
		font-size: 34px;
		line-height: 41px;
	}
	body p {
		font-size: 16px;
	}
	.zs-sign-btn {
		width: 30px;
		height: 30px;
		margin: -10px 0 0 -14px !important;
	}
	.zs-sign-name {
		margin-bottom: 15px;
	}
	.zs-panel {
		gap: 0px;
	}
	.zs-today-label {
		font-size: 34px;
		display: block;
		width: 100%;
	}
	.zs-badge {
		font-size: 14px;
	}
	.zs-badge-title {
		font-size: 16px;
	}
	.zs-desc {
		font-size: 16px;
	}
	.counter_parent {
		padding-top: 30px;
	}
	.moon_parent .wpb_wrapper, .counter_parent .wpb_wrapper {
        display: flex;
        justify-content: space-between;
        gap: 74px;
        gap: 0px !important;
        flex-direction: row;
        flex-wrap: wrap;
    }
	.moon_parent img {
        /* display: none; */
        width: 40px;
        height: 40px;
    }
	.moon_1 {
		bottom: -70px;
	}
	.moon_2 {
		bottom: -30px;
	}
	.moon_3 {
		bottom: -14px;
	}
	.moon_5 {
		bottom: -10px;
	}
	.moon_6 {
		bottom: -38px;
	}
	.moon_7 {
		bottom: -80px;
	}
	.sca-counter {
		padding: 10px 0px !important;
	}
	.heading_two h2, h2.heading_two {
		font-size: 32px !important;
		line-height: 42px !important;
	}
	.product-content {
		flex-direction: column;
	}
	.custom-product-carousel .owl-nav button, .testimonial-carousel .owl-nav button {
		width: 58px;
		height: 40px;
		border-radius: 30px;
	}
	.custom-product-carousel .owl-nav, .testimonial-carousel .owl-nav {
		padding-top: 30px;
	}
	.owl-nav svg {
		width: 30px;
	}
	.healingSec {
		padding: 0px 0px 240px !important;
		position: relative;
	}
	heading img {
		width: 140px;
	}
	.testimonialSec .testimonial-carousel {
		padding-left: 0px;
		padding-top: 30px;
	}
	.testimonial-item {
        background: #FFFFFF;
        padding: 30px 10px;
        border-radius: 30px;
        min-height: 377px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
	.container {
		padding: 0px !important;
	}
	.healing_btm_row img {
        bottom: -200px;
        position: absolute;
        width: 100%;
        left: 10px;
        z-index: 0;
        max-width: 150px !important;
    }
	.healing_btm_row img {
		width: 100px;
	}
	.cgs-slide img {
		max-width: 160px;
		height: 250px;
	}
	.date_desig_bar {
		flex-direction: column;
	}
	.testimonial-date {
		font-size: 12px;
	}
	.vcsi-icons-row {
		gap: 0px;
	}
	.site-footer .row {
		margin: 0px !important;
	}
	.subscription p {
		flex-direction: row;
		flex-wrap: wrap;
	}
	.subscription input.wpcf7-email {
		width: 289px;
		height: 54px;
	}
	.subscription input.wpcf7-submit {
		font-size: 16px;
		padding: 12px 30px;
	}
	section#nav_menu-2 {
		width: 100%;
	}
	.cgs-wrapper {
		height: 240px !important;
	}
	.footer_col_1 {
        flex-direction: column;
        margin-bottom: 20px;
        padding: 0px;
    }
	footer#colophon {
        padding: 50px 15px 15px;
        overflow: hidden;
    }
	.footer-widgets {
		width: 100%;
	}	
	.text_img_heading img {
		width: 70px;
	}
	.testimonialSec .wpb_column .wpb_wrapper {
		margin: 0px auto 0px 0px;
	}
	.testimonial_row_inner .vc_column-inner {
		padding: 0px !important;
	}
	.text_img_heading {
		margin-bottom: 60px;
	}
	h2.heading_two span.sub_heading {
		top: -4px;
	}
	.footer_col_1 h3.widget-title {
		font-size: 32px;
	}
	.footer_col_3 img {
        width: 100%;
        padding-top: 10px;
    }
	.widget_nav_menu ul#menu-footer-2 {
		flex-direction: column;
		padding: 0px;
	}
	header#mastheadx {
        padding: 0 15px 15px;
        background: #00000036;
        backdrop-filter: blur(4px);
    }
	.zs-sign-name {
		margin-bottom: 0px;
	}
	.services-accordion {
		padding-left: 15px;
		padding-top: 0px;
		padding-right: 15px;
	}
	.counter_parent .sca-counter:not(:last-child)::before, 
	.counter_parent .sca-counter:not(:last-child)::before{
		display: none;
	}
	.prd_carousel_inner {
		padding-top: 3px;
	}
	.service-content .service-desc p, .service-content ul.service-points li {
		font-size: 16px;
	}
	.service-item {
		padding: 37px 0 0px;
	}
	.accordiansButton {
		display: flex;
		width: 100%;
		height: 50px;
	}
	.sca-number, .sca-icon--text {
        font-size: 40px !important;
    }
	.sca-title {
		font-size: 14px !important;
	}
	.sca-counter {
		padding: 10px;
	}
	.sca-counter {
		width: 45%;
	}
	.zs-sign-btn img {
		width: 30px !important;
		height: 30px ! IMPORTANT;
	}
	.healingSec::before {
    	height: 190px;
		bottom: -80px;
	}
	.healing_sec_inner .wpb_content_element {
		margin: 10px 0 40px;
	}
	.text_img_heading h2 {
		font-size: 32px;
	}
	.testimonial-content {
		font-size: 15px;
		padding-top: 22px;
	}
	.seclastSec {
		padding: 0px 15px ! IMPORTANT;
	}
	.cgs-slide.cgs-active {;
		display: flex;
		justify-content: center;
	}
	#menu-footer-menu {
		flex-direction: column !important;
	}
	.zs-main .zs-sign-btn img {
		width: 30px !important;
		height: 30px ! IMPORTANT;
	}
	.bannerHeading, .services-banner h1, .shop-banner h1 {
		font-size: 38px;
		line-height: 44px;
	}
	.aboutBanner, .services-banner {
        padding: 200px 0px 30px !important;
        background-size: cover;
        background-repeat: no-repeat;
    }
	.storySection {
		padding: 50px 0px 50px !important;
	}
	.about_steps_row {
		flex-direction: row;
		flex-wrap: wrap;
	}
	.seclastSec {
		padding: 0px 0px 0px !important;
	}
	h2.section_heading {
		font-size: 24px;
	}
	.about_cntr_row .vc_col-sm-5 {
		padding-left: 0px;
	}
	.missionSection {
		padding: 60px 0px 60px !important;
	}
	.missionSection::before {
		height: 81px;
		top: -60px;
	}
	.about_head_row h2 {
		margin-top: 21px;
		margin-bottom: 41px;
	}
	.steps_box >.vc_column-inner {
		padding: 15px 15px 15px !important;
	}
	.steps_box_t_row {
		padding-bottom: 0px;
	}
	.steps_box_t_row .wpb_single_image {
		text-align: left;
		margin: 0px;
	}
	.about_steps_row {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.vc_custom_1781694166144 .vc_column-inner {
		padding: 0px;
	}
	.service-card h3 a {
		font-size: 34px;
		line-height: 42px;
	}
	.service-btn span {
		height: 52px;
		font-size: 16px !important;
	}
	.service-card .service-image img {
		height: 290px;
	}
	.services_static_text h2 {
		font-size: 40px;
	}
}
@media (min-width: 320px) and (max-width: 1024px) {
	.sina-nav.mobile-sidebar .navbar-collapse.show {
        left: 0;
        height: 100vh !important;
        max-height: 100vh !important;
        width: 100%;
        border: none;
        padding: 0 0 0 !important;
        background-image: url(https://arogyaenergy.com/dev.arogya/wp-content/uploads/2026/06/home-banner.webp);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
	.sina-nav.mobile-sidebar .sina-menu {
        backdrop-filter: blur(6px);
        height: 100vh !important;
    }
	ul#menu-header-primary-menu li {
		padding-bottom: 25px;
	}
	.sina-nav .sina-menu > li > a {
		background: #2c31119e;
		backdrop-filter: blur(10px);
	}
	.card-8, .card-7, .card-6, .card-5, .card-4, .card-3, .card-2, .card-1 {
        height: 100%;
        width: 100% !important;
        order: unset !important;
        position: relative;
        top: 0;
        right: 0;
        max-width: 100% !important;
        flex-basis: auto;
    }
	.services_static_text {
		position: unset;
		min-height: 100%;
		padding: 25px;
	}
	section.services-intro {
		padding: 50px 15px 50px !important;
	}
	.service-right-decr {
		margin-right: 0px;
	}
	.services-grid {
		gap: 15px;
		padding: 0px 15px;
	}
	section.services-listing {
		padding-bottom: 50px;
	}
	section.services_third_sec {
		padding: 0px 25px;
	}
	.testimonial_row_inner {
		padding-top: 70px;
	}
	.testimonialSec {
		padding: 0 15px 0;
	}
	.consultationSection a.themeBtn {
		margin: 30px auto 0px;
	}
	.consultationSection .row {
		margin: 0px;
	}
	.service-banner img {
		height: 350px;
		object-fit: cover;
	}
	.service-banner-content h1 {
		font-size: 36px;
		line-height: 36.1px;
	}
	.banner_inner {
		padding: 140px 15px 0px;
	}
	.row {
		margin: 0px;
	}
	.service-gallery img {
		height: 220px;
		object-fit: cover;
	}
	.service-gallery .owl-nav {
		display: none;
	}
	section.services_mid_sec {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.service-gallery {
		padding-top: 25px;
	}
	.service-content .row .colmd-6 {
		width: 100%;
		padding-right: 0px;
	}
	.service-content .row {
		flex-direction: column;
	}
	section.service-content {
		padding: 0 15px 50px;
	}
	.point-box {
		gap: 15px;
		width: 100%;
		align-items: flex-start;
		flex-direction: column;
	}
	.point-number {
		font-size: 61px;
		line-height: 70px;
	}
	.point-text p {
		font-size: 16px;
		margin: 0px;
	}
	.service-content .about_service_video {
		width: 100%;
	}
	.video-poster img {
		width: 100%;
		height: 100%;
	}
	.video-play-btn svg {
		width: 110px;
	}
	section.services-banner, .shop-banner {
		padding: 180px 0px 70px;
	}
	.product-grid {
		display: flex;
		gap: 25px;
		flex-direction: column;
		padding: 0px 15px;
	}
	.shop-products .shop-loadmore {
		padding-top: 30px;
	}
	.resetHeading h3 {
		font-size: 20px;
		padding: 50px 0 50px;
	}
	section.resetSection {
		margin-bottom: 50px;
	}
	.testimonialSec .testimonial_row_inner {
		padding-top: 0px;
	}
	.consultationSection .col-md-6 {
		margin: 30px 0 50px;
	}
	section.consultationSection {
		padding: 50px 0px;
	}
	.cntct_form_inner {
		padding: 50px 15px 0 !important;
	}
	.contact_form_inner_left {
		padding: 20px !important;
	}
	.contact_form_inner_left .vc_column-inner {
		padding: 0px;
	}
	.c-input-field {
		gap: 0px;
		margin-bottom: 15px !important;
		flex-direction: column;
	}
	.c-input-field p label {
		font-size: 18px;
	}
	.c-input-field input {
		height: 52px;
	}
	textarea.form-control {
		height: 140px;
	}
	.submitBtn input {
		padding: 12px 30px !important;
		font-size: 16px;
	}
	section.vc_section.cntct_form_inner {
		margin-bottom: 30px;
	}
}
ul.custom-product-tabs {
    display: flex;
    list-style: none;
    gap: 15px;
    justify-content: space-between;
    padding: 0px 0 23px;
    margin: 50px 0px 37px;
    border-bottom: 1px solid #000000;
}
.custom-tabs-wrap .tab-content.active {
    display: block;
}
.custom-product-tabs li {
    font-size: 18px;
    color: #000000;
    font-weight: 500;
}
section.related-products-section h2.heading_two {
    margin-bottom: 52px;
}
section.related-products-section {
    padding: 100px 0px;
}
.custom-product-tabs li.active {
    color: #5F6D1A;
}
.custom-tabs-wrap .tab-content {
    display: none;
}
.custom-tabs-wrap .tab-content.active {
    display: block;
}
.custom-tabs-wrap {
    max-width: 550px;
}
section.related-products-section {
    padding: 100px 0px;
    margin-top: 100px;
    border-top: 1px solid #000;
}
.service-card.card-9 {
    width: 100%;
    max-width: 888px;
    height: 295px;
}
@media(max-width:768px){

    .service-header{
        gap:15px;
    }

    .service-title{
        font-size:32px !important;
    }

    .service-content{
        margin-left:0;
        margin-top:20px;
    }

}
.bnr_right_top .banner_hdng_txt_btm {
    background: transparent !important;
}
a.vcsi-icon-link, span.vcsi-icon-inner {
    width: fit-content;
    height: 100%;
}
.vcsi-icons-row {
    gap: 15px;
}
