/*
Theme Name:   Hello Elementor Child
Theme URI:    https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Description:  Hello Elementor Child is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Author:       Elementor Team
Author URI:   https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Template:     hello-elementor
Version:      3.0.1
License:      GNU General Public License v3 or later
License URI:  http://www.gnu.org/licenses/gpl-3.0.html
Tags:         accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready
Text Domain:  hello-elementorchild
*/

:root {
	--primary: #5e9049;
	--primary-dark: #4b7739;
	--primary-light: #edf6e8;
	--text: #1f2937;
	--muted: #6b7280;
	--border: #e5e7eb;
	--bg: #f7f8fa;
	--white: #ffffff;
	--shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
	--radius: 16px;
	--radius-sm: 10px;
	--container: 1200px;
}
body {
    overflow-x: hidden;
}

.custom-blog-content p, .custom-blog-content li {
    line-height: 1.7;
}

main#main {
    padding-top: 60px;
    padding-bottom: 60px;
}

#main * {
  font-family: var(--e-global-typography-primary-font-family), sans-serif !important;
}
.woocommerce-breadcrumb {
    background: #EBF4F6;
    padding: 5px 15px!important;
    display: inline-block;
    border-radius: 51px;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: .2px
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
    font-size: .92em;
    color: #09637E;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
    font-size: .92em;
    color: #004a99;
    font-weight: 500;
}



.comit_cards > .comit_card {
  position: relative;
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  z-index: 1;
  transition: transform 0.3s ease;
}

/* Create gradient border layer */
.comit_cards > .comit_card::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px; /* border thickness */
  border-radius: 12px;
  background: linear-gradient(135deg, #2563eb, #22c55e);
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Hover effect */
.comit_cards > .comit_card:hover::before {
  opacity: 1;
}

.comit_cards > .comit_card:hover {
  transform: translateY(-5px);
}

.elementor-button.elementor-button-link.elementor-size-sm {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 84000px;
  transition: color 0.3s ease, transform 0.3s ease;
}

/* Outer gradient border */
.elementor-button.elementor-button-link.elementor-size-sm::before {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 84000px;
  background: linear-gradient(135deg, #2563eb, #22c55e);
  z-index: -2;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Inner gradient fill animation */
.elementor-button.elementor-button-link.elementor-size-sm::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 84000px;
  background: linear-gradient(135deg, #2563eb, #22c55e);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.4s ease;
  z-index: -1;
}

.elementor-button.elementor-button-link.elementor-size-sm:hover::before {
  opacity: 1;
}

.elementor-button.elementor-button-link.elementor-size-sm:hover::after {
  transform: scaleX(1);
}

.elementor-button.elementor-button-link.elementor-size-sm:hover,
.elementor-button.elementor-button-link.elementor-size-sm:hover span {
  color: #fff !important;
}

.elementor-button.elementor-button-link.elementor-size-sm:hover {
  transform: translateY(-2px);
}




/* ────────────────── PRODUCT DETAIL PAGE CSS ────────────────── */


/* ── BENEFITS ── */
.benefit-card {
  position: relative;
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  z-index: 1;
  transition: transform 0.3s ease;
}

.benefit-card::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 12px;
    background: linear-gradient(135deg, #2563eb, #22c55e);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    transition: opacity 0.3s ease;
	opacity: 0;
}
.benefit-card:hover::before {
  opacity: 1;
}

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

.benefits-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.benefit-card {
	padding: 22px;
}

.benefit-icon {
	width: 52px;
	height: 52px;
	border-radius: 7px;
	background: var(--primary-light);
	color: var(--primary-dark);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	margin-bottom: 16px;
}

.benefit-title {
	margin: 0 0 8px;
	font-size: 18px;
	line-height: 1.35;
	color: #17331c;
}

.benefit-text {
	margin: 0;
	color: var(--muted);
	font-size: 14px;
}


/* ── WHO SHOULD USE ── */
#who-should-use {
  background: #f8fbf5;
  position: relative;
  overflow: hidden;
}
.check-item p{
  margin-bottom:0 !important;
}
#who-should-use::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 80% at 90% 50%, rgba(107, 169, 27, 0.08) 0%, transparent 70%);
}

#who-should-use .section-eyebrow {
  color: var(--green-mid);
}

#who-should-use .section-title {
  color: #1f2937;
}

#who-should-use .section-sub {
  color: #6b7280;
}

.check-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  position: relative;
  z-index: 1;
}

.check-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: var(--radius-sm);
  font-size: 16px;
  font-weight: 500;
  color: #374151;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
  transition: all 0.25s ease;
}

.check-item:hover {
  background: #f3f9ed;
  border-color: rgba(107, 169, 27, 0.35);
  color: #111827;
  transform: translateY(-2px);
}

.check-mark {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #6ba91b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  box-shadow: 0 3px 10px rgba(107, 169, 27, 0.25);
}

.product_tab_subtitle * {
    text-align: center;
    font-family: "Poppins", Sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: 2.5px !important;
    color: var(--e-global-color-accent) !important;
}
.product_tab_title h2 {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif  !important;
    font-size: var(--e-global-typography-primary-font-size) !important;
    font-weight: var(--e-global-typography-primary-font-weight)  !important;
    line-height: var(--e-global-typography-primary-line-height)  !important;
    color: #1C244B  !important;
    text-align: center;
}
.product_tab_container > .e-con-inner {
    gap: 0;
}
.product_tab_box {
    background-color: var(--e-global-color-secondary);
    padding:30px;
    border-radius: 7px;
    margin-top:36px;
}

 .packaging-minimal {
    max-width: 460px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 7px;
    overflow: hidden;
    outline: 0;
  }

  .packaging-minimal th, .packaging-minimal td {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    border: 0 !important;
    outline: 0 !important;
  }
.packaging-minimal table{
	margin-bottom: 0 !important;
}

  .packaging-minimal th {
    text-align: left;
    padding: 14px 18px;
    font-size: 16px;
    font-weight: 600;
    color: #1f2937;
    background: #efefef !important;
    border-bottom: 1px solid #e5e7eb;
  }

  .packaging-minimal td {
    padding: 14px 18px;
    font-size: 14px;
    color: #4b5563;
    border-bottom: 1px solid #f1f5f9;
       background: #f8faf8 !important;
  }

  .packaging-minimal tr:last-child td {
    border-bottom: none;
  }

  .packaging-minimal .label {
    width: 42%;
    font-weight: 500;
    color: #374151;
  }


  .composition-minimal {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 7px;
    overflow: hidden;
  }

  .composition-minimal table {
    width: 100%;
    border-collapse: collapse;
    border:0 !important;
  }

  .composition-minimal th {
    text-align: left;
    padding: 14px 18px;
    font-size: 16px;
    font-weight: 600;
    color: #1f2937;
    background: #f8faf8;
    border:0 !important;
  }

  .composition-minimal td {
    padding: 12px 18px;
    font-size: 14px;
    color: #4b5563;
    border:0 !important;
  }

  .composition-minimal tr:last-child td {
    border-bottom: none;
  }

  .composition-minimal .label {
    width: 70%;
    font-weight: 500;
    color: #374151;
  }

  .composition-minimal .value {
    text-align: right;
    font-weight: 500;
    color: #111827;
  }
.product_composition .product_tab_box, .product_dosage  {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.composition-minimal {
	border:0 !important;
}
.composition-minimal table tbody>tr:nth-child(odd)>td,.composition-minimal table tbody>tr:nth-child(odd)>th {
    background-color: hsl(210.98deg 2.18% 97.59%);
}
.composition-minimal table tbody tr:hover>td, .composition-minimal table tbody tr:hover>th {
    background-color: hsl(0deg 0% 94.49%) !important;
}
.product_dosage p, .product_dosage ul {
    font-size: 18px !important;
	font-weight:500 !important;
}
.product_dosage  ul {
    padding-left: 20px !important;
    margin-bottom: 10px;
}
.product_dosage ul li {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 8px;
}


.why_different .e-con-inner {
	background: linear-gradient(135deg, #001f4d 0%, #003370 50%, #004a99 100%);
	position: relative;
	overflow: hidden;
}
.why_different .e-con-inner::before {
	content: '';
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse 60% 80% at 90% 50%, rgba(107,169,27,.1) 0%, transparent 70%);
}
.elementskit_pregress_style li {
	margin-bottom: 13px !important;
}



.product-faqs .faq-list {
  display: flex !important;
  flex-direction: column !important;
  gap: 18px !important;
}

.product-faqs .faq-item {
  background: #ffffff !important;
/*   border: 1px solid #e5e7eb !important; */
  border-radius: 16px !important;
  overflow: hidden !important;
  transition: border-color 0.3s ease, box-shadow 0.3s ease !important;
}

.product-faqs .faq-item.active {
  border-color: #cfe2c5 !important;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06) !important;
}

.product-faqs .faq-question {
  width: 100% !important;
  border: 0 !important;
  background: #f1f2f3 !important;
  padding: 20px 22px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  text-align: left !important;
  cursor: pointer !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  color: #1f2937 !important;
}

.product-faqs .faq-question span:first-child {
  flex: 1 !important;    text-wrap: initial;
}

.product-faqs .faq-icon {
  width: 12px !important;
  height: 12px !important;
  flex-shrink: 0 !important;
  border-right: 2px solid #111111 !important;
  border-bottom: 2px solid #111111 !important;
  transform: rotate(45deg) !important;
  transition: transform 0.3s ease !important;
  margin-right: 4px !important;
}

.product-faqs .faq-item.active .faq-icon {
  transform: rotate(-135deg) !important;
}

.woocommerce-loop-product__title {
	color: #111;
	text-align: center;
	line-height: 1.4;
}
.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
	border: 1px solid #dadada;
	border-radius: 11px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	z-index: 9;
}

/* .product-faqs .faq-icon::before,
.product-faqs .faq-icon::after {
  content: "" !important;
  position: absolute !important;
  background: #5e9049 !important;
  border-radius: 2px !important;
  transition: transform 0.3s ease, opacity 0.3s ease !important;
}

.product-faqs .faq-icon::before {
  top: 8px !important;
  left: 0 !important;
  width: 18px !important;
  height: 2px !important;
} */
.product-faqs {
    font-family: var(--e-global-typography-primary-font-family);
	max-width: 1080px;
	margin: auto;
}
.product-faqs .faq-icon::after {
  top: 0 !important;
  left: 8px !important;
  width: 2px !important;
  height: 18px !important;
}

.product-faqs .faq-item.active .faq-icon::after {
  transform: scaleY(0) !important;
  opacity: 0 !important;
}

.product-faqs .faq-answer {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.product-faqs .faq-answer-inner {
  padding: 22px 20px !important;
}

.product-faqs .faq-answer p {
  margin: 0 !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
  color: #4b5563 !important;
}



/* 1. Entire Card Styling (Shadow & Lift) */
.blog_card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); /* Initial subtle shadow */
}

/* Lift card and deepen shadow on hover */
.blog_card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

/* 2. Image Container & Gradient Overlay */
.blog_card .blog_image {
    position: relative;
    overflow: hidden; /* Clips the zoomed image */
}

/* The Logo Gradient Overlay */
.blog_card .blog_image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Brand Colors: Lewis Green to Lewis Blue */
    background: linear-gradient(135deg, rgba(144, 199, 57, 0.4) 0%, rgba(0, 82, 155, 0.4) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

/* Show gradient on hover */
.blog_card:hover .blog_image::before {
    opacity: 1;
}

/* 3. Image Zoom Logic */
.blog_card .blog_image img {
    display: block;
    width: 100%;
/*     aspect-ratio: 1.3/1; */
    object-fit: cover;
    transition: transform 0.3s ease;
    z-index: 0;
}

.blog_card:hover .blog_image img {
    transform: scale(1.1);
}

/* 4. Link & Text Cleanup */
.blog_card a {
    text-decoration: none !important;
    color: inherit !important;
}


@media screen and (max-width:1024px){
	.benefits-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
}

@media screen and (max-width:768px){
	.check-grid {
	grid-template-columns: repeat(2, 1fr);
}
}

@media screen and (max-width:545px){
	.check-grid {
	grid-template-columns: repeat(1, 1fr);
}
	.benefits-grid {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
}