/* Custom style sheet for Virilis Performance responsive banner */

:root {
  --primary-green: #0f6b30;
  --primary-green-hover: #168c43;
  --secondary-green: #117a37;
  --dark-color: #1a1a1a;
  --text-color: #4a4a4a;
  --light-bg: #ffffff;
  --badge-border: rgba(15, 107, 48, 0.15);
  --shadow-sm: 0 4px 10px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 8px 25px rgba(15, 107, 48, 0.12);
  --font-outfit: 'Outfit', sans-serif;
  --font-inter: 'Inter', sans-serif;
}

body {
  margin: 0;
  padding: 0;
  background-color: #f8faf9;
  font-family: var(--font-inter);
  color: var(--text-color);
  -webkit-font-smoothing: antialiased;
  overflow-y: auto;
  overflow-x: hidden;
}

/* Banner Container */
/* .virilis-banner-section {
  padding: 40px 0;
} */



/* Content Styles */
.banner-content-column {
  padding: 110px 45px 50px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 5;
}
.hero-banner
{
	width: 100%;
	position: relative;
}
.hero-banner img
{
	width: 100%;
}
.Hero-banner_area
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.Hero-banner_area
{
	padding-top: 20px;
}
.logo-container {
  display: inline-flex;
  align-items: center;
  margin-bottom: 40px;
  text-decoration: none;
}

.logo-text-box {
  line-height: 1.1;
  margin-left: 8px;
}

.logo-main-text {
  font-family: var(--font-outfit);
  font-weight: 800;
  font-size: 1.5rem;
  color: var(--dark-color);
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.logo-sub-text {
  font-family: var(--font-outfit);
  font-weight: 500;
  font-size: 0.65rem;
  color: var(--text-color);
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* Titles */
.banner-title {
  font-size: 1.75rem;
  font-weight: 600;
  color: var(--dark-color);
  letter-spacing: 1px;
  margin-bottom: 4px;
}

.banner-title-highlight {
  font-size: 2.85rem;
  font-weight: 800;
  color: var(--primary-green);
  line-height: 0.95;
  letter-spacing: -1px;
  margin-bottom: 10px;
}

.banner-subheading-box {
  position: relative;
  padding-bottom: 0px;
  margin-bottom: 20px;
}

.banner-subheading {
  font-family: var(--font-outfit);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--dark-color);
  letter-spacing: 1px;
}

.banner-subheading-line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45px;
  height: 2px;
  background-color: var(--primary-green);
}

.banner-desc {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #5a5a5a;
  max-width: 440px;
  margin-bottom: 5px;
}

/* Call to Action */
.cta-wrapper {
  margin-bottom: 35px;
}

.btn-virilis-shop {
  background: linear-gradient(135deg, var(--primary-green-hover), var(--primary-green));
  color: #ffffff;
  font-family: var(--font-outfit);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 1.5px;
  padding: 15px 35px;
  border-radius: 4px;
  border: none;
  box-shadow: var(--shadow-md);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-decoration: none;
margin-bottom: 10px;
}

.btn-virilis-shop i {
  font-size: 0.9rem;
  transition: transform 0.3s ease;
}

.btn-virilis-shop:hover {
  background: linear-gradient(135deg, #1aa44f, #12803a);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(15, 107, 48, 0.25);
}

.btn-virilis-shop:hover i {
  transform: translateX(4px);
}

.btn-virilis-shop:active {
  transform: translateY(1px);
  box-shadow: var(--shadow-sm);
}

/* Trust Badges Bottom */
.trust-badges-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

.trust-badge-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.trust-badge-item i {
  color: var(--primary-green);
  font-size: 1.1rem;
}

.trust-badge-text {
  font-family: var(--font-outfit);
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--dark-color);
}

/* Visuals Column Styling */
.banner-visuals-column {
  padding: 20px 60px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

/* Top Feature Badges */
.top-badges-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  z-index: 10;
}

.feature-badge-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 95px;
  text-align: center;
}

.feature-badge-icon-box {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid var(--badge-border);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  margin-bottom: 8px;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.feature-badge-icon-box i {
  color: var(--primary-green);
  font-size: 16px;
}

.feature-badge-card:hover .feature-badge-icon-box {
  border-color: var(--primary-green);
  background-color: rgba(15, 107, 48, 0.04);
  transform: scale(1.1);
  box-shadow: 0 4px 10px rgba(15, 107, 48, 0.1);
}

.feature-badge-title {
  font-family: var(--font-outfit);
  font-weight: 700;
  font-size: 0.65rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--dark-color);
  line-height: 1.3;
}

/* Images Overlapping Layout */
.overlapping-images-container {
  position: relative;
  width: 100%;
  height: 380px;
  margin-top: 20px;
}

.couple-image-box {
    position: absolute;
    left: 2%;
    bottom: 0;
    width: 68%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.couple-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.product-image-box {
    position: absolute;
    left: 28%;
    bottom: 0;
    width: 100%;
    height: 75%;
    z-index: 2;
    transition: transform 0.4s ease;
}

.product-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-image-box:hover {
  transform: translateY(-5px) scale(1.02);
}

/* --- Responsive Media Queries --- */

/* Huge desktops / ultra-wide screens */
@media (min-width: 1400px) {
  .banner-title-highlight {
    font-size: 4.75rem;
  }
  .overlapping-images-container {
    height: 420px;
  }
}

/* Large screens (up to 1199.98px) */
@media (max-width: 1199.98px) {
  .banner-content-column {
    padding: 50px 30px 40px 45px;
  }
  .banner-visuals-column {
    padding: 40px 40px 0 0;
  }
  .banner-title-highlight {
    font-size: 3.5rem;
  }
  .banner-desc {
    margin-bottom: 25px;
  }
  .overlapping-images-container {
    height: 340px;
  }
  .product-image-box {
    width: 53%;
    height: 105%;
  }
}

/* Medium screens - Tablets (up to 991.98px) */
@media (max-width: 991.98px) {
  .virilis-banner-card {
    border-radius: 12px;
  }
  .banner-content-column {
    padding: 40px 35px 35px 35px;
  }
  .banner-visuals-column {
    padding: 40px 35px 0 35px;
    justify-content: flex-start;
  }
  .logo-container {
    margin-bottom: 30px;
  }
  .banner-title-highlight {
    font-size: 3.25rem;
  }
  .top-badges-grid {
    grid-template-columns: repeat(4, 1fr);
    margin: 0 auto 30px auto;
  }
  .overlapping-images-container {
    height: 380px;
    max-width: 600px;
    margin: 0 auto;
  }
  .couple-image-box {
    width: 65%;
  }
  .product-image-box {
    width: 50%;
  }
}

/* Small screens - Mobile (up to 767.98px) */
@media (max-width: 767.98px) {
  .virilis-banner-section {
    padding: 20px 0;
  }
  .banner-content-column {
    padding: 30px 24px 24px 24px;
    align-items: center;
    text-align: center;
  }
  .banner-subheading-line {
    left: 50%;
    transform: translateX(-50%);
  }
  .banner-desc {
    margin-left: auto;
    margin-right: auto;
  }
  .trust-badges-bottom {
    justify-content: center;
    gap: 20px;
  }
  .top-badges-grid {
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 25px;
  }
  .overlapping-images-container {
    height: 300px;
  }
  .couple-image-box {
    width: 62%;
  }
  .product-image-box {
    width: 53%;
  }
}

/* Extra small screens - Mobile (up to 575.98px) */
@media (max-width: 575.98px) {
  .banner-title {
    font-size: 1.4rem;
  }
  .banner-title-highlight {
    font-size: 2.5rem;
  }
  .banner-subheading {
    font-size: 1rem;
  }
  .overlapping-images-container {
    height: 250px;
  }
  .top-badges-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .feature-badge-card {
    width: 100%;
  }
}

/* --- Second Section (Benefits Strip) --- */
.second-sec {
  background-color: #f4f6f1; /* Premium pale greenish warm white from the reference image */
  border-top: 1px solid rgba(15, 107, 48, 0.08);
  border-bottom: 1px solid rgba(15, 107, 48, 0.08);
  padding: 5px 0;
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 8px 12px;
  height: 100%;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.benefit-item:hover {
  transform: translateY(-2px);
}

.benefit-icon-wrapper {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-green);
  transition: transform 0.3s ease;
}

.benefit-item:hover .benefit-icon-wrapper {
  transform: scale(1.06);
}

.benefit-svg {
  color: var(--primary-green);
  transition: color 0.3s ease;
}

.benefit-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.benefit-title {
  font-family: var(--font-outfit);
  font-weight: 800;
  font-size: 0.85rem;
  color: var(--primary-green);
  letter-spacing: 0.5px;
  margin-bottom: 2px;
  text-transform: uppercase;
  line-height: 1.25;
}

.benefit-desc {
  font-family: var(--font-inter);
  font-size: 0.78rem;
  line-height: 1.3;
  color: #4a4a4a;
  margin: 0;
  font-weight: 400;
}

/* --- Responsive Adaptations for Benefits Section --- */
@media (max-width: 991.98px) {
  .second-sec {
    padding: 24px 0;
  }
}

@media (max-width: 575.98px) {
  .benefit-item {
    padding: 12px 16px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
  }
}

/* --- Third Section (Are You Performing) --- */
.third-sec {
  background-color: #fcfdfe;
  padding: 60px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.third-sec-product-showcase {
  padding: 20px;
  display: inline-block;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.third-sec-product-showcase:hover {
  transform: translateY(-5px) scale(1.02);
}

.third-sec-main-product-img {
  max-height: 440px;
  object-fit: contain;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.1));
}

.third-sec-content-box {
  padding: 20px 40px;
}

.third-sec-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--dark-color);
  line-height: 1.2;
  margin-bottom: 20px;
}

.third-sec-desc {
  font-family: var(--font-inter);
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text-color);
  margin-bottom: 30px;
  max-width: 580px;
}

/* Checklist Grid */
.checklist-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 24px;
}

.checklist-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.checklist-check {
  flex-shrink: 0;
  color: var(--primary-green);
}

.checklist-text {
  font-family: var(--font-inter);
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--dark-color);
}

/* --- Responsive Adaptations --- */

@media (max-width: 1199.98px) {
  .third-sec-title {
    font-size: 2.2rem;
  }
}

@media (max-width: 991.98px) {
  .third-sec {
    padding: 40px 0;
  }
  .third-sec-main-product-img {
    max-height: 350px;
    margin-bottom: 20px;
  }
  .third-sec-content-box {
    padding: 20px 15px;
  }
  .third-sec-title {
    font-size: 2rem;
  }
}

@media (max-width: 575.98px) {
  .checklist-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .third-sec-main-product-img {
    max-height: 280px;
  }
}

/* --- Fourth Section (Ingredients Showcase) --- */
.fourth-sec {
  background-color: #ffffff;
  padding: 80px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.section-header {
  margin-bottom: 50px;
}

.section-title {
  font-size: 2.25rem;
  font-weight: 800;
  color: var(--dark-color);
}

.section-subtitle {
  font-family: var(--font-inter);
  font-size: 0.95rem;
  color: var(--text-color);
  max-width: 600px;
  margin: 10px auto 0 auto;
}

/* Ingredients Stack */
.ingredients-stack {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.ingredient-card {
  display: flex;
  align-items: center;
  gap: 20px;
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.ingredient-card:hover {
  transform: translateY(-2px);
}

/* Left Stack: text aligns right, icon is on the right */
.left-stack .ingredient-card {
  text-align: right;
  justify-content: flex-end;
}

/* Right Stack: text aligns left, icon is on the left */
.right-stack .ingredient-card {
  text-align: left;
  justify-content: flex-start;
}

.ingredient-circle {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 1px solid rgba(15, 107, 48, 0.15);
  padding: 4px;
  background-color: #ffffff;
  flex-shrink: 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.ingredient-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ingredient-name {
  font-family: var(--font-outfit);
  font-weight: 800;
  font-size: 1.1rem;
  color: var(--primary-green);
  text-transform: uppercase;
  margin-bottom: 6px;
  letter-spacing: 0.5px;
}

.ingredient-desc {
  font-family: var(--font-inter);
  font-size: 0.85rem;
  line-height: 1.4;
  color: #555555;
  margin: 0;
  max-width: 250px;
}

.left-stack .ingredient-desc {
  margin-left: auto;
}

/* Center Bottle Styling */
.center-bottle-showcase {
  max-width: 320px;
  margin: 0 auto;
}

.center-bottle-img {
  max-height: 420px;
  object-fit: contain;
  filter: drop-shadow(0 20px 45px rgba(0,0,0,0.1));
  transition: transform 0.4s ease;
}

.center-bottle-showcase:hover .center-bottle-img {
  transform: scale(1.02);
}

.dotted-lines-overlay {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 400px;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 1;
}

/* --- Responsive Media Queries for Ingredients --- */

@media (max-width: 1199.98px) {
  .ingredient-circle {
    width: 80px;
    height: 80px;
  }
  .ingredient-name {
    font-size: 1rem;
  }
  .dotted-lines-overlay {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .fourth-sec {
    padding: 60px 0;
  }
  .ingredients-stack {
    gap: 30px;
  }
  .left-stack .ingredient-card {
    text-align: left;
    justify-content: flex-start;
    flex-direction: row-reverse;
  }
  .left-stack .ingredient-desc {
    margin-left: 0;
  }
  .center-bottle-img {
    max-height: 320px;
  }
}

@media (max-width: 575.98px) {
  .section-title {
    font-size: 1.85rem;
  }
  .ingredient-circle {
    width: 70px;
    height: 70px;
  }
  .ingredient-name {
    font-size: 0.95rem;
  }
  .ingredient-desc {
    font-size: 0.8rem;
  }
}

/* --- Fifth Section (More Confidence. More Connection) --- */
.fifth-sec {
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.fifth-sec-content {
  padding: 80px 40px 80px 80px;
  width: 100%;
}

.fifth-sec-title {
  font-size: 2.9rem;
  font-weight: 800;
  color: var(--dark-color);
  line-height: 1.15;
}

.fifth-feature-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fifth-feature-icon-box {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 1px solid rgba(15, 107, 48, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-green);
  font-size: 1.4rem;
  margin-bottom: 15px;
  background-color: #ffffff;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.fifth-feature-item:hover .fifth-feature-icon-box {
  border-color: var(--primary-green);
  background-color: rgba(15, 107, 48, 0.05);
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(15, 107, 48, 0.1);
}

.fifth-feature-title {
  font-family: var(--font-outfit);
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--primary-green);
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.fifth-feature-desc {
  font-family: var(--font-inter);
  font-size: 0.8rem;
  color: #666666;
  line-height: 1.4;
  margin: 0;
  max-width: 180px;
}

.fifth-sec-image-box {
  width: 100%;
  height: 100%;
  min-height: 450px;
}

.fifth-sec-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Responsive adjustments for Fifth Section */
@media (max-width: 1199.98px) {
  .fifth-sec-content {
    padding: 60px 30px 60px 50px;
  }
  .fifth-sec-title {
    font-size: 2.1rem;
  }
}

@media (max-width: 991.98px) {
  .fifth-sec-content {
    padding: 60px 40px;
  }
  .fifth-sec-image-box {
    min-height: 380px;
  }
}

@media (max-width: 575.98px) {
  .fifth-sec-content {
    padding: 40px 20px;
  }
  .fifth-sec-title {
    font-size: 1.75rem;
  }
  .fifth-sec-image-box {
    min-height: 280px;
  }
  .fifth-feature-desc {
    max-width: 100%;
  }
}

/* --- How It Works Section --- */
.how-it-works-sec {
  background-color: #fcfdfe;
  padding: 50px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.how-it-works-title {
  font-size: 2.25rem;
  font-weight: 800;
  color: var(--dark-color);
  letter-spacing: 0.5px;
}

.how-it-works-flow {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.how-it-works-card {
  background: #ffffff;
  border: 1px solid rgba(15, 107, 48, 0.08);
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  display: flex;
  width: 360px;
  height: 130px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.how-it-works-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(15, 107, 48, 0.1);
  border-color: rgba(15, 107, 48, 0.25);
}

.card-left {
  flex: 1;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.step-badge {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid var(--primary-green);
  color: var(--primary-green);
  font-family: var(--font-outfit);
  font-weight: 700;
  font-size: 1.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: rgba(15, 107, 48, 0.02);
}

.step-info {
  display: flex;
  flex-direction: column;
}

.step-title {
  font-family: var(--font-outfit);
  font-weight: 800;
  font-size: 0.95rem;
  color: var(--primary-green);
  margin: 0 0 6px 0;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.step-desc {
  font-family: var(--font-inter);
  font-size: 0.8rem;
  color: #555555;
  line-height: 1.35;
  margin: 0;
}

.card-right {
  width: 130px;
  height: 130px;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
}

.step-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.how-it-works-arrow {
  color: var(--primary-green);
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: pulseArrow 2s infinite ease-in-out;
  padding: 0 10px;
}

@keyframes pulseArrow {
  0%, 100% {
    transform: translateX(0);
    opacity: 0.6;
  }
  50% {
    transform: translateX(4px);
    opacity: 1;
  }
}

/* Responsive adjustments for How It Works Section */
@media (max-width: 1199.98px) {
  .how-it-works-flow {
    flex-direction: column;
    gap: 10px;
  }
  
  .how-it-works-arrow {
    transform: rotate(90deg);
    margin: 10px 0;
    padding: 10px 0;
    animation: pulseArrowVertical 2s infinite ease-in-out;
  }
}

@keyframes pulseArrowVertical {
  0%, 100% {
    transform: translateY(0) rotate(90deg);
    opacity: 0.6;
  }
  50% {
    transform: translateY(4px) rotate(90deg);
    opacity: 1;
  }
}

@media (max-width: 575.98px) {
  .how-it-works-sec {
    padding: 60px 0;
  }
  .how-it-works-title {
    font-size: 1.85rem;
  }
  .how-it-works-card {
    width: 100%;
    max-width: 340px;
    height: 110px;
  }
  .card-right {
    width: 110px;
    height: 110px;
  }
  .step-badge {
    width: 32px;
    height: 32px;
    font-size: 1rem;
  }
  .step-title {
    font-size: 0.85rem;
  }
  .step-desc {
    font-size: 0.75rem;
  }
}

/* --- Testimonials Section --- */
.testimonials-sec {
  background-color: #ffffff;
  padding: 40px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.testimonials-title {
  font-size: 2.25rem;
  font-weight: 800;
  color: var(--dark-color);
  letter-spacing: 0.5px;
}

.testimonials-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
  width: 100%;
}

.testimonials-slider {
  display: flex;
  flex-direction: row;
  gap: 20px;
  overflow-x: auto;
  width: 100%;
  padding: 10px 5px;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.testimonials-slider::-webkit-scrollbar {
  display: none; /* Chrome, Safari and Opera */
}

.testimonial-card {
  background: #ffffff;
  border: 1px solid rgba(15, 107, 48, 0.08);
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
  padding: 25px 20px;
  flex-shrink: 0;
  width: calc(25% - 15px);
  min-width: 270px;
  height: 205px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.testimonial-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(15, 107, 48, 0.08);
  border-color: rgba(15, 107, 48, 0.25);
}

.stars-box {
  color: var(--primary-green);
  font-size: 0.85rem;
  margin-bottom: 10px;
}

.testimonial-quote {
  font-family: var(--font-inter);
  font-size: 0.85rem;
  color: #4a4a4a;
  line-height: 1.45;
  margin: 0 0 15px 0;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.author-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.author-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgba(15, 107, 48, 0.15);
}

.author-name {
  font-family: var(--font-outfit);
  font-weight: 700;
  font-size: 0.85rem;
  color: var(--dark-color);
}

.testimonial-nav-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: var(--primary-green);
  border: none;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(15, 107, 48, 0.15);
}

.testimonial-nav-btn:hover {
  background-color: var(--primary-green-hover);
  transform: scale(1.05);
}

.testimonial-nav-btn:active {
  transform: scale(0.95);
}

/* Responsive adjustments */
@media (min-width: 1200px) {
  .testimonials-slider {
    overflow-x: hidden; /* Disable scrolling when all 4 fit */
  }
}

@media (max-width: 1199.98px) {
  .testimonial-card {
    width: 280px;
  }
}

@media (max-width: 575.98px) {
  .testimonials-title {
    font-size: 1.85rem;
  }
  .testimonial-card {
    width: 260px;
    height: 190px;
    padding: 20px 15px;
  }
  .testimonial-nav-btn {
    width: 34px;
    height: 34px;
    font-size: 0.8rem;
  }
}

/* --- FAQ Section --- */
.faq-sec {
  background-color: #ffffff;
  padding: 30px 0 0 0;
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.faq-title {
  color: var(--primary-green);
  font-family: var(--font-outfit);
  font-weight: 800;
  font-size: 2.25rem;
  letter-spacing: 0.5px;
  margin-bottom: 40px;
}

.faq-content-container {
  padding-bottom: 80px;
}

.faq-accordion-group {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.faq-card-item {
  background-color: #ffffff;
  border: 1px solid rgba(15, 107, 48, 0.15);
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.01);
}

.faq-card-item:hover {
  border-color: var(--primary-green);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(15, 107, 48, 0.06);
}

.faq-card-trigger {
  width: 100%;
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: none;
  text-align: left;
  font-family: var(--font-outfit);
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--dark-color);
  cursor: pointer;
  transition: all 0.3s ease;
  gap: 15px;
}

.faq-card-trigger:focus {
  outline: none;
  box-shadow: none;
}

.faq-question-text {
  flex-grow: 1;
  line-height: 1.35;
}

/* Custom CSS-based Plus-Minus Icon */
.faq-toggle-icon {
  position: relative;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.faq-toggle-icon::before,
.faq-toggle-icon::after {
  content: '';
  position: absolute;
  background-color: var(--primary-green);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 2px;
}

/* Horizontal line */
.faq-toggle-icon::before {
  top: 6px;
  left: 0;
  width: 14px;
  height: 2px;
}

/* Vertical line */
.faq-toggle-icon::after {
  top: 0;
  left: 6px;
  width: 2px;
  height: 14px;
}

/* Morph to minus on expand */
.faq-card-trigger:not(.collapsed) .faq-toggle-icon::after {
  transform: rotate(90deg);
  opacity: 0;
}

.faq-card-trigger:not(.collapsed) .faq-toggle-icon::before {
  transform: rotate(180deg);
}

.faq-card-body {
  padding: 0 24px 20px 24px;
  font-family: var(--font-inter);
  font-size: 0.9rem;
  color: var(--text-color);
  line-height: 1.55;
}

/* Desktop Visuals Column (Right-aligned) */
.faq-visuals-side {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40%;
  z-index: 2;
  overflow: hidden;
}

.faq-couple-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.faq-gradient-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0.9) 12%, rgba(255, 255, 255, 0) 100%);
  z-index: 3;
  pointer-events: none;
}

.faq-product-img {
  position: absolute;
  bottom: 70px; /* Aligns above the bottom footer bar */
  left: 10%;
  width: 48%;
  max-width: 200px;
  z-index: 4;
  filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.12));
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.faq-visuals-side:hover .faq-product-img {
  transform: translateY(-8px) scale(1.03);
}

/* Dark Green Bottom Bar */
.faq-bottom-bar {
  background-color: var(--primary-green);
  color: #ffffff;
  padding: 20px 0;
  margin-top: 0;
  position: relative;
  z-index: 5;
  border-top: 2px solid var(--primary-green-hover);
}

.faq-footer-content {
  font-size: 0.8rem;
  letter-spacing: 0.5px;
}

.faq-copyright {
  font-weight: 500;
  opacity: 0.85;
}

.faq-footer-badges span {
  font-weight: 700;
  display: inline-flex;
  align-items: center;
}

/* Responsive adjustments */
@media (max-width: 1199.98px) {
  .faq-visuals-side {
    width: 30%;
  }
  .faq-product-img {
    width: 55%;
    left: 5%;
  }
}

@media (max-width: 991.98px) {
  .faq-sec {
    padding: 60px 0 0 0;
  }
  .faq-title {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px;
  }
  .faq-content-container {
    padding-bottom: 20px;
  }
  .faq-visuals-mobile {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 40px;
  }
  .faq-mobile-images-wrapper {
    position: relative;
    width: 100%;
    height: 320px;
    max-width: 500px;
    margin: 0 auto;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
  }
  .faq-mobile-couple-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .faq-mobile-images-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0) 50%);
    z-index: 2;
    pointer-events: none;
  }
  .faq-mobile-product-img {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 130px;
    z-index: 3;
    filter: drop-shadow(0 8px 15px rgba(0, 0, 0, 0.1));
  }
}

@media (max-width: 575.98px) {
  .faq-sec {
    padding: 50px 0 0 0;
  }
  .faq-title {
    font-size: 1.75rem;
    margin-bottom: 25px;
  }
  .faq-card-trigger {
    padding: 16px 20px;
    font-size: 0.98rem;
  }
  .faq-card-body {
    padding: 0 20px 16px 20px;
    font-size: 0.85rem;
  }
  .faq-mobile-images-wrapper {
    height: 250px;
  }
  .faq-mobile-product-img {
    width: 100px;
  }
  .faq-bottom-bar {
    padding: 15px 0;
  }
  .faq-footer-content {
    font-size: 0.72rem;
  }
}

/* --- Footer CTA Section --- */
.footer-cta-sec {
  background: linear-gradient(135deg, #021a0a 0%, #062f14 50%, #021a0a 100%);
  position: relative;
  overflow: hidden;
  height: 230px;
  display: flex;
  align-items: center;
  z-index: 4;
}

/* Texture/Glow Overlay */
.footer-cta-sec::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 80% 50%, rgba(22, 140, 67, 0.15) 0%, transparent 60%);
  pointer-events: none;
  z-index: 1;
}

.footer-cta-container {
  height: 100%;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
  padding: 0 15px;
}

/* Left: Muscular Man */
.footer-cta-left {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 32%;
  display: flex;
  align-items: flex-end;
  z-index: 2;
  overflow: hidden;
}

.muscular-man-img {
  height: 120%; /* extends slightly above top edge for dynamic overlapping feel */
  width: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: bottom left;
  filter: brightness(0.7) contrast(1.15) grayscale(100%);
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0) 100%);
}

/* Center: Typography and Button */
.footer-cta-center {
  margin: 0 auto;
  text-align: center;
  z-index: 3;
  padding: 10px 0;
  max-width: 600px;
}

.footer-cta-title {
    color: #ffffff;
    font-family: var(--font-outfit);
    font-weight: 600;
    font-size: 1.6rem;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
    line-height: 1.2;
}

.footer-cta-subtitle {
  color: rgba(255, 255, 255, 0.85);
  font-family: var(--font-inter);
  font-size: 1.05rem;
  font-weight: 400;
  margin-bottom: 18px;
}

.btn-footer-cta {
  background-color: #2b7617;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff !important;
  font-family: var(--font-outfit);
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 1.5px;
  padding: 10px 30px;
  border-radius: 6px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.btn-footer-cta i {
  font-size: 0.85rem;
  transition: transform 0.3s ease;
}

.btn-footer-cta:hover {
  background-color: #388a1b;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(56, 138, 27, 0.35);
}

.btn-footer-cta:hover i {
  transform: translateX(4px);
}

.btn-footer-cta:active {
  transform: translateY(1px);
}

/* Right: Products */
.footer-cta-right {
  position: absolute;
  right: 2%;
  bottom: 0;
  height: 100%;
  width: 32%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  z-index: 2;
}

.footer-product-img {
  height: 110%; /* extends slightly above top edge like the man */
  width: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: bottom right;
  filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.4));
  transition: transform 0.4s ease;
}

.footer-cta-right:hover .footer-product-img {
  transform: scale(1.02) translateY(-3px);
}

/* --- Responsive Adaptations for Footer CTA --- */
@media (max-width: 991.98px) {
  .footer-cta-sec {
    height: auto;
    padding: 50px 20px;
  }
  
  .footer-cta-container {
    flex-direction: column;
    justify-content: center;
    gap: 35px;
  }
  
  .footer-cta-left,
  .footer-cta-right {
    position: relative;
    width: 100%;
    height: 180px;
    left: auto;
    right: auto;
    bottom: auto;
    justify-content: center;
    align-items: center;
  }
  
  .muscular-man-img {
    height: 100%;
    object-position: center;
    mask-image: linear-gradient(to top, rgba(0, 0, 0, 1) 75%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 1) 75%, rgba(0, 0, 0, 0) 100%);
  }
  
  .footer-product-img {
    height: 100%;
    object-position: center;
  }
  
  .footer-cta-title {
    font-size: 1.75rem;
  }
  
  .footer-cta-subtitle {
    font-size: 0.95rem;
  }
}

@media (max-width: 575.98px) {
  .footer-cta-sec {
    padding: 40px 15px;
  }
  
  .footer-cta-title {
    font-size: 1.4rem;
  }
  
  .footer-cta-subtitle {
    font-size: 0.88rem;
    margin-bottom: 15px;
  }
  
  .footer-cta-left,
  .footer-cta-right {
    height: 140px;
  }
  
  .btn-footer-cta {
    padding: 10px 24px;
    font-size: 0.88rem;
  }
}

/* --- Enquiry Modal Popup --- */
.enquiry-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 20px;
}

.enquiry-modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.enquiry-modal {
  background: #ffffff;
  border-radius: 16px;
  width: 100%;
  max-width: 460px;
  padding: 35px 30px 30px;
  position: relative;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(15, 107, 48, 0.08);
  transform: translateY(30px) scale(0.96);
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  max-height: 90vh;
  overflow-y: auto;
}

.enquiry-modal-overlay.active .enquiry-modal {
  transform: translateY(0) scale(1);
}

/* Scrollbar styling */
.enquiry-modal::-webkit-scrollbar {
  width: 4px;
}
.enquiry-modal::-webkit-scrollbar-track {
  background: transparent;
}
.enquiry-modal::-webkit-scrollbar-thumb {
  background: rgba(15, 107, 48, 0.2);
  border-radius: 10px;
}

/* Close Button */
.enquiry-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #f5f5f5;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.25s ease;
  z-index: 2;
}
.enquiry-modal-close:hover {
  background: #e8e8e8;
  color: #333;
  transform: rotate(90deg);
}

/* Header */
.enquiry-modal-header {
  text-align: center;
  margin-bottom: 25px;
}

.enquiry-modal-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(15, 107, 48, 0.08), rgba(22, 140, 67, 0.12));
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
}

.enquiry-modal-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--dark-color);
  margin: 0 0 6px;
  letter-spacing: 0.3px;
}

.enquiry-modal-subtitle {
  font-size: 0.88rem;
  color: #777;
  margin: 0;
  line-height: 1.4;
}

/* Form */
.enquiry-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.enquiry-form-group {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.enquiry-label {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--dark-color);
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.enquiry-optional {
  font-weight: 400;
  color: #999;
  text-transform: none;
  font-size: 0.72rem;
}

.enquiry-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.enquiry-input-icon {
  position: absolute;
  left: 14px;
  font-size: 0.85rem;
  color: rgba(15, 107, 48, 0.45);
  pointer-events: none;
  transition: color 0.2s ease;
}

.enquiry-textarea-icon {
  top: 14px;
}

.enquiry-input {
  width: 100%;
  padding: 12px 14px 12px 40px;
  border: 1.5px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  font-size: 0.92rem;
  color: var(--dark-color);
  background: #fafbfc;
  outline: none;
  transition: all 0.25s ease;
}

.enquiry-input::placeholder {
  color: #b0b0b0;
}

.enquiry-input:focus {
  border-color: var(--primary-green);
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(15, 107, 48, 0.08);
}

.enquiry-input:focus + .enquiry-input-icon,
.enquiry-input:focus ~ .enquiry-input-icon {
  color: var(--primary-green);
}

/* Fix: icon is before input, so use the wrapper focus-within */
.enquiry-input-wrapper:focus-within .enquiry-input-icon {
  color: var(--primary-green);
}

.enquiry-textarea {
  resize: vertical;
  min-height: 80px;
  max-height: 140px;
}

/* Submit Button */
.enquiry-submit-btn {
  width: 100%;
  padding: 13px 20px;
  background: linear-gradient(135deg, var(--primary-green-hover), var(--primary-green));
  color: #ffffff;
  border: none;
  border-radius: 10px;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 4px 15px rgba(15, 107, 48, 0.25);
  margin-top: 4px;
}

.enquiry-submit-btn:hover {
  background: linear-gradient(135deg, #1aa44f, #12803a);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(15, 107, 48, 0.3);
}

.enquiry-submit-btn:active {
  transform: translateY(1px);
}

.enquiry-submit-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}

.enquiry-submit-btn i {
  font-size: 0.85rem;
  transition: transform 0.3s ease;
}
.enquiry-submit-btn:hover i {
  transform: translateX(3px);
}

/* Trust Row */
.enquiry-trust-row {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 12px;
}

.enquiry-trust-row span {
  font-family: var(--font-outfit);
  font-size: 0.72rem;
  font-weight: 600;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.enquiry-trust-row span i {
  font-size: 0.7rem;
  color: var(--primary-green);
}

/* Success State */
.enquiry-success {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px 0 10px;
  gap: 12px;
}

.enquiry-success-icon {
  font-size: 3.5rem;
  color: var(--primary-green);
  animation: successPop 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes successPop {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.enquiry-success-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--dark-color);
  margin: 0;
}

.enquiry-success-msg {
  font-size: 0.9rem;
  color: #777;
  margin: 0 0 10px;
  line-height: 1.5;
  max-width: 320px;
}
.header
{
	position: absolute;
	top: 20px;
	width: 100%;
}
.lg-d-none
{
	display: none
}
.M-m-no
{
	display: none;
}
/* Responsive */
@media (max-width: 768px) {
	.header
	{
		position: fixed;
		top: 0;
		z-index: 999;
		background: #fff;
		padding-top: 10px;
	}
	    .logo-container {
        margin-bottom: 10px;
    }
		.sm-d-none
	{
		display: none;
	}
	.Hero-banner_area {
    position: relative;
}
	.hero-banner {
    padding-top: 50px;
}
	.logo-main-text {
    display: block;
}
	.M-m-no
	{
		float: right;
		display: inline;

	}
	.M-m-no a
	{
		 color: #ffffff !important;
		text-decoration: none;		background: linear-gradient(135deg, var(--primary-green-hover), var(--primary-green));
    color: #ffffff !important;
    font-family: var(--font-outfit);
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 1.5px;
    padding: 10px 15px;
    border-radius: 4px;
    border: none;
    box-shadow: var(--shadow-md);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-decoration: none;
	}
	    .logo-container {
        margin-left: -15px;
    }
	.lg-d-none
{
	display: inherit;
}
}
@media (max-width: 680px) {
.header {
position: fixed;
		top: 0;
		z-index: 999;
}
}
@media (max-width: 575.98px) {
  .enquiry-modal {
    padding: 28px 20px 24px;
    border-radius: 14px;
  }
  .enquiry-modal-title {
    font-size: 1.3rem;
  }
  .enquiry-input {
    padding: 11px 12px 11px 36px;
    font-size: 0.88rem;
  }
  .enquiry-submit-btn {
    padding: 12px 16px;
    font-size: 0.88rem;
  }
  .enquiry-trust-row {
    gap: 14px;
  }
	.sm-d-none
	{
		display: none;
	}
	.Hero-banner_area {
    position: relative;
  
}
}

