/* 
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: 3.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 */
.es-form-field-container {
    display: flex;
    width: 100% !important;
}
input#esfpx_email_675a1823d88f7 {
    padding: 16px 20px !important;
    width: 255px;
    background: #fff !important;
    font-size: 14px !important;
    height: 58px !important;
    color: #6C7084 !important;
}
input[type="submit"] {
    border-radius: 0 !important;
    padding: 21px 16px !important;
    color: #fff !important;
    width: 96px !important;
    height: 58px !important;
    font-size: 14px !important;
}
ul.sub-menu {
    display: flex;
    flex-wrap: wrap;
}
ul.sub-menu li {
	width: 50%;
}
ul#menu-custom-menu li:nth-child(6) ul.sub-menu {
    display: block !important;
    min-width: 350px !important;
}
ul#menu-custom-menu li:nth-child(6) ul.sub-menu li {
    width: 100% !important;
}
ul#menu-custom-menu li:nth-child(7) ul.sub-menu {
    min-width: 350px;
    display: block !important;
}
/* .about-icon-box p.icon-box-description {
    text-align: justify !important;
} */
.icon-box.icon-box-body ul li {
    color: #000 !important;
}
body.parent-pageid-432 p.icon-box-description, body.page-id-806 p.icon-box-description, body.page-id-793 p.icon-box-description, body.page-id-821 p.icon-box-description {
    text-align: left !important;
}
body.page-id-430 p.icon-box-description {
	text-align: center !important;
}
body .add-battery-box p.icon-box-description {
    text-align: justify !important;
}
.about-icon-box .icon-box.icon-box-header {
    text-align: center;
}
section#hover-sec .customizeBoxes {
    max-width: 100%;
    height: auto;
}
section#hover-sec .customizeBoxes .jkit-icon-box-wrapper {
}
section#hover-sec .customizeBoxes .icon-box {
    text-align: center !important;
}
section#hover-sec .customizeBoxes p.icon-box-description {
    text-align: center !important;
    font-size: 16px !important;
    line-height: 24px !important;
}
section#hover-sec .customizeBoxes .icon-box-header .icon img {
    width: 30px !important;
    height: 30px !important;
}
section#hover-sec .customizeBoxes .icon-box-header .icon {
    padding: 0 !important;
    height: 70px;
    width: 70px;
    border-radius: 50px;
}
section#hover-sec  section#hover-inner-sec .jkit-icon-box-wrapper {
    justify-content: center !important;
    align-items: center !important;
    height: 268px;
}
section#hover-sec section#hover-inner-sec .jkit-icon-box-wrapper .icon-box {
    margin-right: 0;
}
section#hover-sec section#hover-inner-sec .jkit-icon-box-wrapper h3.title {
    text-align: center;
    font-size: 18px !important;
}
section#hover-sec section#hover-inner-sec .jkit-icon-box-wrapper p {
    text-align: center !important;
}
section#hover-sec .customizeBoxes ul li {
    font-size: 16px !important;
    line-height: 30px;
    color: #6C7084 !important;
    text-align: left;
}
section#hover-sec .customizeBoxes h3.title {
    font-size: 24px !important;
    text-align: center;
}
section#icon-boxes .icon-box h3 {
    font-size: 20px;
}




/* new css here */
.customizeBoxes {
  --background: 0 0% 98%;
  --foreground: 215 25% 15%;
  --card: 0 0% 100%;
  --card-foreground: 215 25% 15%;
  --primary: 158 64% 52%;
  --primary-foreground: 0 0% 100%;
  --border: 214 32% 91%;
  --muted-foreground: 215 16% 47%;
  --gradient-primary: linear-gradient(135deg, hsl(145.85deg 63.73% 37.84%), hsl(145.85deg 63.73% 37.84%));
  --shadow-card: 0 8px 16px -4px hsl(158 64% 52% / .1), 0 4px 8px -2px hsl(215 25% 15% / .05);
  --shadow-card-hover: 0 24px 38px -8px hsl(158 64% 52% / .25), 0 12px 18px -6px hsl(215 25% 15% / .1);
  --icon-fg: hsl(0 0% 100%);
  --radius: 0.75rem;
}

.customizeBoxes .jeg-elementor-kit.jkit-icon-box {
  position: relative;
  border-radius: var(--radius);
  background-color: hsl(var(--card));
  color: hsl(var(--card-foreground));
  box-shadow: var(--shadow-card);
  border: 2px solid hsl(var(--border) / 0.4);
  overflow: hidden;
  background: linear-gradient(to bottom right, hsl(var(--card)), hsl(var(--card)), hsl(var(--card) / 0.9));
  backdrop-filter: blur(4px);
  transition: all 0.5s ease;
}

.customizeBoxes .jeg-elementor-kit.jkit-icon-box:hover {
  transform: translateY(-0.5rem);
  box-shadow: var(--shadow-card-hover);
  border-color: hsl(143deg 52% 41% / 60%);
}

/* Top gradient border */
.customizeBoxes .jeg-elementor-kit.jkit-icon-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1.5px;
  background: linear-gradient(to right, hsl(var(--primary)), hsl(var(--primary) / 0.8), hsl(var(--primary)));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease;
  z-index: 2;
}

.customizeBoxes .jeg-elementor-kit.jkit-icon-box:hover::before {
  transform: scaleX(1);
}

/* Background gradient overlay */
.customizeBoxes .jeg-elementor-kit.jkit-icon-box::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom right, hsl(var(--primary) / 0.08), transparent, hsl(var(--primary) / 0.05));
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

.customizeBoxes .jeg-elementor-kit.jkit-icon-box:hover::after {
  opacity: 1;
}

/* Glow effect */
.customizeBoxes .jkit-icon-box-wrapper::before {
  content: '';
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: hsl(var(--primary) / 0.05);
  filter: blur(40px);
  transition: background-color 0.5s ease;
  z-index: 1;
}

.customizeBoxes .jeg-elementor-kit.jkit-icon-box:hover .jkit-icon-box-wrapper::before {
  background: hsl(var(--primary) / 0.1);
}

/* Main content */
.customizeBoxes .jkit-icon-box-wrapper {
  position: relative !important;
  padding: 2rem !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  z-index: 2;
  height: 100%;
}

/* Icon container */
.customizeBoxes .icon-box-header {
  position: relative !important;
  margin-bottom: 1.5rem;
}

/* Icon glow background */
.customizeBoxes .icon-box-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background: hsl(var(--primary) / 0.2);
  border-radius: 1.5rem;
  filter: blur(24px);
  transition: all 0.5s ease;
  transform: scale(0.9);
}

.customizeBoxes .jeg-elementor-kit.jkit-icon-box:hover .icon-box-header::before {
  filter: blur(40px);
  transform: scale(1);
}

/* Main icon container */
.customizeBoxes .icon-box-header .icon {
  position: relative;
  width: 6rem;
  height: 6rem;
  border-radius: 1.5rem;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: var(--gradient-primary);
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
}

.customizeBoxes .jeg-elementor-kit.jkit-icon-box:hover .icon-box-header .icon {
  transform: scale(1.1) rotate(6deg);
}

/* Icon styling */
.customizeBoxes .icon-box-header .icon i {
  font-size: 3rem;
  color: var(--icon-fg);
  transition: transform 0.5s ease;
}

.customizeBoxes .jeg-elementor-kit.jkit-icon-box:hover .icon-box-header .icon i {
  transform: scale(1.1) rotate(-6deg);
}

/* Title styling */
.customizeBoxes .icon-box-body .title {
  font-size: 1.2rem !important;
  font-weight: 700 !important;
  margin-bottom: 1rem !important;
  color: hsl(var(--card-foreground)) !important;
  transition: color 0.3s ease;
}

.customizeBoxes .jeg-elementor-kit.jkit-icon-box:hover .icon-box-body .title {
  color: hsl(var(--primary));
}

/* Description styling */
.customizeBoxes .icon-box-body .icon-box-description {
  color: hsl(var(--muted-foreground)) !important;
  line-height: 1.6 !important;
  font-size: 1rem !important;
  margin: 0;
  text-align: center !important;
  font-size: 15px !important;
}

/* Bottom gradient border */
.customizeBoxes .jkit-icon-box-wrapper::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, hsl(var(--primary) / 0.2), transparent);
  opacity: 0;
  transition: opacity 0.5s ease;
}

.customizeBoxes .jeg-elementor-kit.jkit-icon-box:hover .jkit-icon-box-wrapper::after {
  opacity: 1;
}

/* Responsive grid layout */
.customizeBoxes .jeg-elementor-kit.jkit-icon-box {
  width: 100%;
  /* height: 100%; */
}

@media (min-width: 768px) {
  .customizeBoxes {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
    max-width: 72rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5rem;
    height: -webkit-fill-available;
    margin: 0px;
  }
}

/* Reset any conflicting styles */
.customizeBoxes .jeg-elementor-kit.jkit-icon-box,
.customizeBoxes .jkit-icon-box-wrapper,
.customizeBoxes .icon-box-header,
.customizeBoxes .icon-box-body {
  box-sizing: border-box;
}

.customizeBoxes .jeg-elementor-kit.jkit-icon-box * {
  box-sizing: border-box;
}
.setParagraph p {
    font-size: 16px;
    line-height: 26px;
    color: #65758b;
    max-width: 52rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0px !important;
}

.setHeading h2.elementor-heading-title {
    margin: 0 auto;
    font-size: 2.2rem !important;
    line-height: 1.4 !important;
    color: #1d2530 !important;
    font-weight: 700 !important;
    margin-bottom: 0.2rem;
    max-width: 100%;
}

.setHeading h2.elementor-heading-title span, .setHeading h1.elementor-heading-title span {
    color: #239e58 !important;
}
.customizeBoxes .icon-box-header .icon img {
    width: 50px !important;
    height: 50px !important;
    object-fit: contain;
}
.coling-page {
    height: 100% !important;
}
.about-icon-box .icon-box.icon-box-body h3 {
    text-align: center !important;
}
body .heading-white h2.elementor-heading-title {
    color: #fff !important;
}



@media (max-width:767px){
  .customizeBoxes .icon-box-header .icon {
    margin-bottom: 5px !important;
}
	.setHeading h2.elementor-heading-title {
    font-size: 1.5rem !important;
    line-height: 1.3 !important;
}

.setParagraph p {
    line-height: 1.6rem;
    font-size: 1rem;
}
	.customizeBoxes .icon-box-header .icon img {
    width: 40px !important;
    height: 40px !important;
    object-fit: contain;
}
.jkit-heading .heading-section-title {
	margin: 0 !important;
	text-align: center !important;
}
.jkit-heading .separator-wrapper.style-solid{
	visibility: hidden !important;
}
.jkit-heading .heading-title {
	margin-top: 20px;
	margin-bottom: 0;
}
	
	
	
}

ul.sub-menu li a {
    padding: 12px !important;
    line-height: 22px !important;
    font-weight: 600 !important;
}



.comment-content {
    margin: 0 auto 0 !important;
    padding-top: 75px;
    width: 85% !important;
}

.testimonials-track .testimonial-item .testimonial-box .icon-content {
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
    width: 50px;
    justify-content: center;
    background: #efefef;
    height: 50px;
    align-items: center;
    border-radius: 100px;
}

.testimonials-track .testimonial-item .testimonial-box .icon-content i {
    font-size: 22px;
}

.testimonials-track .testimonial-item .testimonial-box .comment-bio {
    justify-content: center !important;
}

.jkit-testimonials .tns-nav {
    margin-top: 0px !important;
}
.jeg-elementor-kit.jkit-testimonials.style-2 .testimonials-track .testimonial-item .testimonial-box .comment-header {
    justify-content: center;
}

.jeg-elementor-kit.jkit-testimonials.style-2 .testimonials-track .testimonial-item .testimonial-box .comment-header .rating-stars {
    margin: 0px 0px -52px;
}

.elementor-2 .elementor-element.elementor-element-6eb4d53 .jeg-elementor-kit.jkit-testimonials .testimonials-track .testimonial-item .testimonial-box .rating-stars li:not(:last-child) {
    margin-right: 2px;
}
.elementor-2 .elementor-element.elementor-element-6eb4d53 .jeg-elementor-kit.jkit-testimonials .testimonials-track .testimonial-item .testimonial-box .profile-info .profile-name {
    font-size: 14px;
    margin: -12px 0px 0px 10px;
}

.elementor-2 .elementor-element.elementor-element-6eb4d53 .jeg-elementor-kit.jkit-testimonials .testimonials-track .testimonial-item .testimonial-box .rating-stars li svg {
    width: 12px;
}

.jeg-elementor-kit.jkit-testimonials.style-2 .testimonials-track .testimonial-item .testimonial-box .comment-bio .bio-details {
    min-width: 150px;
    justify-content: flex-start;
}
.elementor-2 .elementor-element.elementor-element-6eb4d53 .jeg-elementor-kit.jkit-testimonials .testimonials-track .testimonial-item .testimonial-box .comment-content p {
    padding-bottom: 0;
}
.elementor-2 .elementor-element.elementor-element-6eb4d53 .jeg-elementor-kit.jkit-testimonials .testimonials-track .testimonial-item .testimonial-box {
    border-radius: 0.75rem;
    box-shadow: 0 8px 16px -4px hsl(158 64% 52% / .1), 0 4px 8px -2px hsl(215 25% 15% / .05);
    border: 2px solid hsl(214 32% 91% / 0.4);
    transition: all 0.5s 
ease;
    padding: 15px 0px 20px;
    margin-bottom: 15px;
}
.elementor-2 .elementor-element.elementor-element-6eb4d53 .jeg-elementor-kit.jkit-testimonials.quote-override .testimonials-track .testimonial-item .testimonial-box .icon-content {
    top: 20px !important;
}
@media only screen and (max-width: 865px) {
	
	.comment-content {
		width: 100% !important;
	}

	.comment-content p {
		font-size: 15px !important;
		margin-bottom: 20px !important;
	}
	.elementor-2 .elementor-element.elementor-element-6eb4d53 .jeg-elementor-kit.jkit-testimonials .testimonials-track .testimonial-item .testimonial-box {
    padding: 40px 20px 40px;
}
	
}