:root{
  --primary: #2f9d5d;
  --primary-dark: #1f7a46;
  --primary-light: #eaf8f0;
  --secondary: #f3fff7;
  --accent: #c36e2f;
  --text-dark: #1d2a22;
  --text-muted: #5f6f66;
  --white: #ffffff;
  --border: #d9eadf;
  --shadow: 0 15px 40px rgba(25, 80, 48, 0.10);
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 12px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Arial, sans-serif;
  color: var(--text-dark);
  background: #f8fcf9;
  margin: 0;
  padding: 0;
}

html, body {
  overflow-x: hidden;
}

/* ── TOP HEADER ── */
.top-header-bar{
  background:#143826;
  color:#fff;
  height:28px;
  display:flex;
  align-items:center;
  overflow:hidden;
}

.marquee-wrapper{
  width:100%;
  overflow:hidden;
  position:relative;
}

.marquee-text{
  display:inline-block;
  white-space:nowrap;
  font-size:14px;
  font-weight:300;
  position:relative;
  letter-spacing:2.5px;
  left:0;
  animation:bounceText 4s ease-in-out infinite alternate;
}

@keyframes bounceText{
  0%{ transform: translateX(0); }
  100%{ transform: translateX(var(--move-distance)); }
}

/* ── GLOBAL ── */
img {
  max-width: 100%;
  display: block;
}

.section-space {
  padding: 45px 0;
}

.section-tag {
  display: inline-block;
  background: var(--primary-light);
  color: var(--primary-dark);
  font-size: 14px;
  font-weight: 700;
  padding: 10px 16px;
  border-radius: 999px;
  margin-bottom: 18px;
  letter-spacing: 1.5px;
}

.section-heading h2 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 14px;
  color: var(--text-dark);
  letter-spacing: 1.5px;
}

.section-heading p {
  font-size: 18px;
  color: var(--text-muted);
  max-width: 760px;
  margin: 0 auto;
}

p{
  font-size: 14px !important;
  letter-spacing: 1.5px !important;
  color: #000 !important;
}

/* ── NAVBAR ── */
.men-wellness-navbar {
  background-color: #ffffff;
  padding: 4px 0;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.men-wellness-navbar .navbar-brand img {
  height: 60px;
  width: auto;
}

.men-wellness-navbar .nav-item {
  margin-left: 10px;
}

.men-wellness-navbar .nav-link {
  color: #000 !important;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 14px !important;
  border-radius: 10px;
  transition: all 0.3s ease;
  letter-spacing: 1.5px;
}

.men-wellness-navbar .nav-link:hover,
.men-wellness-navbar .nav-link.active {
  color: #000 !important;
  background: rgb(39 36 36 / 12%);
}

.nav-contact-btn {
  border: 1px solid rgb(229 228 228);
}

.custom-toggler {
  border-color: rgba(0,0,0,0.25);
}

/* ── HERO ── */
.hero-section {
  padding: 110px 0 90px;
  background:
    linear-gradient(135deg, rgba(47,157,93,0.10), rgba(255,255,255,0.92)),
    linear-gradient(180deg, #f7fff9 0%, #ffffff 100%);
}

.hero-title {
  font-size: 32px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--text-dark);
  letter-spacing: 1.5px;
}

.hero-subtitle {
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 1.5px;
  color: var(--text-muted);
  max-width: 720px;
}

.hero-highlight {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0;
}

.hero-highlight span {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1.5px;
  color: var(--primary-dark);
  box-shadow: 0 8px 20px rgba(31,122,70,0.06);
}

.hero-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.btn-brand-primary {
  background: linear-gradient(90deg, var(--primary-dark), var(--primary));
  color: var(--white);
  border: none;
  padding: 16px 26px;
  border-radius: 999px;
  font-weight: 600;
  box-shadow: 0 12px 26px rgba(47, 157, 93, 0.24);
  letter-spacing: 1.5px;
  font-size: 15px;
}

.btn-brand-primary:hover {
  background: linear-gradient(90deg, var(--primary), var(--primary-dark));
  color: var(--white);
}

.btn-brand-outline {
  background: transparent;
  color: var(--primary-dark);
  border: 2px solid var(--primary);
  padding: 14px 26px;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 1.5px;
  font-size: 15px;
}

.btn-brand-outline:hover {
  background: var(--primary-light);
  color: var(--primary-dark);
  border-color: var(--primary-dark);
}

.trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.trust-item {
  background: var(--white);
  border: 1px solid var(--border);
  padding: 12px 18px;
  border-radius: var(--radius-sm);
  font-weight: 500;
  color: var(--text-dark);
  letter-spacing: 1.5px;
  font-size: 14px;
}

.hero-card {
  background: var(--white);
  padding: 36px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  border: 1px solid #edf5ef;
}

.hero-card h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 18px;
  letter-spacing: 1.5px;
}

.hero-card p {
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 22px;
  letter-spacing: 1.5px;
}

.hero-card-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-card-list span {
  background: var(--primary-light);
  color: var(--primary-dark);
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 500;
  letter-spacing: 1.5px;
  font-size: 14px;
}

/* ── PROBLEM ── */
.problem-section {
  background: var(--white);
}

/* Problem row – scrollable on mobile */
.problem-row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}

.problem-col{
  width: calc(20% - 14px);
  min-width: 160px;
}

.info-card {
  background: #ffffff;
  border: 1px solid #e7f0ea;
  border-radius: var(--radius-md);
  padding: 30px 24px;
  box-shadow: 0 10px 24px rgba(38, 76, 50, 0.05);
  height: 100%;
  transition: transform 0.3s ease;
}

.info-card:hover,
.choose-card:hover,
.product-card:hover,
.testimonial-card:hover,
.feature-mini-card:hover {
  transform: translateY(-6px);
}

.icon-wrap{
  width: 58px;
  height: 58px;
  border-radius: 16px;
  background: var(--primary-light);
  color: var(--primary-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin: 0 auto 18px auto;
}

.info-card h5 {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 1.5px;
}

/* ── SOLUTION ── */
.solution-section {
  background: linear-gradient(180deg, #f6fcf7 0%, #ffffff 100%);
}

.solution-box {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 40px;
  box-shadow: var(--shadow);
}

.solution-box h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.3;
  letter-spacing: 1.5px;
}

.solution-list {
  list-style: none;
  padding-left: 0;
  margin: 0 0 22px;
}

.solution-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: var(--text-dark);
  margin-bottom: 14px;
  font-weight: 600;
  letter-spacing: 1.5px;
}

.solution-icon{
  color: #2f9d5d;
  font-size: 18px;
  flex-shrink: 0;
}

.solution-note {
  color: var(--primary-dark);
  font-weight: 700;
  margin: 0;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.feature-mini-card {
  background: var(--white);
  padding: 28px 24px;
  border-radius: var(--radius-md);
  border: 1px solid #e7f0ea;
  box-shadow: 0 8px 18px rgba(31,122,70,0.05);
  height: 100%;
}

.feature-mini-card h5 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 1.5px;
}

.feature-mini-card p {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.7;
  letter-spacing: 1.5px;
}

/* ── PRODUCTS ── */
.product-section {
  background: var(--white);
}

.product-card {
  background: var(--white);
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid #e4efe7;
  box-shadow: var(--shadow);
  height: 100%;
  text-align: center;
}
.product-price {
    font-size: 15px;
    font-weight: 700;
    color: #504f4d;
    margin-bottom: 13px;
}

.featured-product {
  border: 2px solid rgba(47,157,93,0.32);
}

.product-image-wrap {
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
  padding: 28px;
  min-height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-image-wrap img {
  max-height: 145px;
  object-fit: contain;
}

.product-content {
  padding: 25px 15px 25px;
  background-color: #abd6c0;
}

.product-badge {
  display: inline-block;
  background: var(--primary-light);
  color: var(--primary-dark);
  font-size: 13px;
  font-weight: 700;
  padding: 8px 14px;
  border-radius: 999px;
  margin-bottom: 16px;
}

.product-content h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: 1.5px;
}

.product-best {
  color: var(--accent) !important;
  font-weight: 700;
  margin-bottom: 5px;
  letter-spacing: 1.5px;
}

.product-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 18px;
}

.product-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 5px;
  font-size: 14px;
  color: #000;
  letter-spacing: 1.5px;
  line-height: 1.6;
}

.product-list li::before{
  content: "";
  width: 6px;
  height: 6px;
  background: #2f9d5d;
  position: absolute;
  left: 0;
  top: 9px;
}

.product-note {
  color: var(--primary-dark);
  font-weight: 600;
  margin-bottom: 22px;
  letter-spacing: 1.5px;
}

.product_order {
  background: linear-gradient(90deg, var(--primary-dark), var(--primary));
  color: var(--white);
  border: none;
  padding: 8px 20px;
  border-radius: 999px;
  font-weight: 600;
  box-shadow: 0 12px 26px rgba(47, 157, 93, 0.24);
  letter-spacing: 1.5px;
  font-size: 15px;
  text-decoration: none;
  display: inline-block;
}

/* ── WHY CHOOSE ── */
.why-choose-section{
  background: linear-gradient(180deg, #f7fcf8 0%, #ffffff 100%);
}

.choose-card{
  background: #ffffff;
  border-radius: 24px;
  padding: 34px 26px;
  border: 1px solid #e7f0ea;
  box-shadow: 0 10px 28px rgba(31,122,70,0.06);
  text-align: center;
  height: 100%;
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}

.choose-card::before{
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 4px;
  background: linear-gradient(90deg, var(--primary-dark), var(--primary));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}

.choose-card:hover{
  transform: translateY(-8px);
  box-shadow: 0 18px 36px rgba(31,122,70,0.12);
  border-color: #cfe5d7;
}

.choose-card:hover::before{ transform: scaleX(1); }

.choose-icon-wrap{
  width: 78px; height: 78px;
  margin: 0 auto 20px auto;
  border-radius: 50%;
  background: linear-gradient(180deg, #edf8f1 0%, #dff3e6 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 0 1px #d7eadf;
}

.choose-icon-wrap i{ font-size: 34px; color: var(--primary-dark); }

.choose-card h5{
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
  letter-spacing: 1.5px;
  color: var(--text-dark);
}

.choose-card p{
  font-size: 15px;
  line-height: 1.8;
  color: var(--text-muted);
  margin: 0;
  letter-spacing: 1.5px;
}

/* ── TESTIMONIALS ── */
.testimonial-section {
  background: var(--white);
}

.testimonial-card {
  background: linear-gradient(180deg, #ffffff 0%, #f7fcf8 100%);
  border: 1px solid #e4efe7;
  border-radius: var(--radius-md);
  padding: 30px;
  box-shadow: 0 10px 22px rgba(31,122,70,0.06);
  height: 100%;
}

.stars {
  font-size: 20px;
  margin-bottom: 16px;
}

.testimonial-card p {
  font-size: 18px;
  line-height: 1.8;
  color: var(--text-dark);
  margin: 0;
  letter-spacing: 1.5px;
}

/* ── CONSULTATION ── */
.consultation-section{
  background: linear-gradient(180deg, #f4fbf6 0%, #ffffff 100%);
  position: relative;
}

.consultation-wrapper{
  background: linear-gradient(135deg, rgba(47,157,93,0.06), rgba(255,255,255,0.92));
  border: 1px solid #e3efe7;
  border-radius: 34px;
  padding: 40px;
  box-shadow: 0 18px 45px rgba(31,122,70,0.08);
}

.consultation-content h2{
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 18px;
  color: var(--text-dark);
  letter-spacing: 1.5px;
}

.consultation-box p{ margin-bottom: 22px !important; }
.consultation-box h2 { font-size: 25px !important; }

.consultation-content p{
  font-size: 16px;
  line-height: 1.9;
  color: var(--text-muted);
  letter-spacing: 1.5px;
  margin-bottom: 28px;
}

.consultation-points{
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.consult-point{
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: #ffffff;
  padding: 18px;
  border-radius: 18px;
  border: 1px solid #e5efe8;
  box-shadow: 0 8px 20px rgba(31,122,70,0.05);
}

.consult-point-icon{
  width: 52px; height: 52px; min-width: 52px;
  border-radius: 14px;
  background: linear-gradient(180deg, #edf8f1 0%, #dff3e6 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.consult-point-icon i{ font-size: 22px; color: var(--primary-dark); }

.consult-point h5{
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
  letter-spacing: 1.5px;
  color: var(--text-dark);
}

.consult-point p{
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 1.5px;
}

.consultation-box{
  background: #ffffff;
  border-radius: 28px;
  padding: 42px 34px;
  box-shadow: 0 14px 34px rgba(31,122,70,0.08);
  border: 1px solid #e7f0ea;
}

.input-icon-group{ position: relative; }

.input-icon{
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--primary-dark);
  font-size: 16px;
  z-index: 2;
}

.textarea-group .textarea-icon{ top: 22px; transform: none; }

.custom-input{
  border: 1px solid #d9eadf;
  border-radius: 16px;
  padding: 16px 18px 16px 48px;
  min-height: 56px;
  box-shadow: none !important;
  font-size: 15px;
  letter-spacing: 1.5px;
  color: var(--text-dark);
  background: #fcfffd;
  width: 100%;
}

.custom-input::placeholder{ color: #7b8d83; letter-spacing: 1.2px; }

.custom-input:focus{
  border-color: var(--primary);
  box-shadow: 0 0 0 0.2rem rgba(47,157,93,0.12) !important;
  background: #ffffff;
}

.custom-textarea{ min-height: 150px; resize: none; padding-top: 18px; }

.consultation-note{
  background: #f2fbf5;
  color: var(--primary-dark);
  padding: 14px 18px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.2px;
  border: 1px solid #d9eadf;
  text-align: center;
}

.btn-consultation{
  min-width: 320px;
  padding: 16px 30px;
  font-size: 15px;
  letter-spacing: 1.5px;
  border-radius: 999px;
  font-weight: 700;
}

.btn-consultation:hover{ transform: translateY(-2px); }

/* ── OFFER ── */
.offer-section { background: var(--white); }

.offer-box {
  background: linear-gradient(135deg, var(--primary-dark), var(--primary));
  color: var(--white);
  padding: 60px 30px;
  border-radius: 30px;
  box-shadow: 0 18px 40px rgba(47,157,93,0.28);
}

.offer-box .section-tag{
  background: rgba(255,255,255,0.12);
  color: #ffffff;
}

.offer-box h2{
  font-size: 54px;
  font-weight: 800;
  margin-bottom: 12px;
}

.offer-box p{ font-size: 22px; margin-bottom: 12px; }

.offer-note{
  font-size: 18px !important;
  opacity: 0.95;
  margin-bottom: 24px !important;
}

/* ── FAQ ── */
.faq-section {
  background: linear-gradient(180deg, #f8fcf9 0%, #ffffff 100%);
}

.custom-accordion .accordion-item{
  border: 1px solid #e5efe8;
  border-radius: 16px !important;
  overflow: hidden;
  margin-bottom: 16px;
  box-shadow: 0 8px 18px rgba(31,122,70,0.05);
}

.custom-accordion .accordion-button{
  font-weight: 700;
  font-size: 16px;
  padding: 20px 22px;
  background: #ffffff;
  color: var(--text-dark);
  box-shadow: none !important;
  letter-spacing: 1.5px;
}

.custom-accordion .accordion-button:not(.collapsed){
  background: var(--primary-light);
  color: var(--primary-dark);
}

.custom-accordion .accordion-body{
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.8;
  background: #ffffff;
  letter-spacing: 1.5px;
}

/* ── FINAL CTA ── */
.final-cta-section{
  padding: 30px 0 90px;
  background: #ffffff;
}

.final-cta-box{
  background: linear-gradient(180deg, #f4fbf6 0%, #ffffff 100%);
  border: 1px solid #e2eee5;
  border-radius: 30px;
  padding: 54px 30px;
  box-shadow: 0 12px 28px rgba(31,122,70,0.06);
}

.final-cta-box h2{
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 24px;
}

/* ── FOOTER ── */
.site-footer{
  border-top: 5px solid #2d9862;
  background: linear-gradient(180deg, #143826 0%, #0f2d1f 100%);
  color: #d5e7da;
  padding: 70px 0 24px;
  position: relative;
  overflow: hidden;
}

.site-footer::before{
  content:"";
  position:absolute; top:-80px; right:-80px;
  width:220px; height:220px;
  background: rgba(255,255,255,0.04);
  border-radius:50%;
}

.site-footer::after{
  content:"";
  position:absolute; bottom:-100px; left:-70px;
  width:260px; height:260px;
  background: rgba(255,255,255,0.03);
  border-radius:50%;
}

.footer-top{ position: relative; z-index: 2; }

.footer-brand-box,
.footer-links-box,
.footer-contact-box{
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}

.footer-trust-box{
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 24px;
  padding: 28px 24px;
}

.footer-logo-wrap{
  width: 140px;
  margin-bottom: 18px;
}

.footer-logo-wrap img{ width: 100%; height: auto; display: block; }

.footer-title{
  color: #ffffff;
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 14px;
  letter-spacing: 1.5px;
}

.footer-subtitle{
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 18px;
  letter-spacing: 1.5px;
}

.footer-text{
  color: #d5e7da !important;
  line-height: 1.9;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
}

.footer-socials{ display: flex; gap: 12px; flex-wrap: wrap; }

.footer-social-icon{
  width: 42px; height: 42px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.08);
  display: flex; align-items: center; justify-content: center;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-social-icon:hover{
  background: var(--primary);
  color: #ffffff;
  transform: translateY(-3px);
}

.footer-links{ list-style: none; padding: 0; margin: 0; }

.footer-links li{
  margin-bottom: 0;
  border-bottom: 1px dotted #cbded15c;
  font-size: 14px;
  padding: 10px 0 10px 5px;
}

.footer-links a{
  color: #d5e7da;
  text-decoration: none;
  letter-spacing: 1.5px;
  transition: all 0.3s ease;
}

.footer-links a:hover{ color: #ffffff; padding-left: 6px; }

.footer-contact-item{
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
}

.footer-contact-item:last-child{ margin-bottom: 0; }

.footer-contact-icon{
  width: 44px; height: 44px; min-width: 44px;
  border-radius: 14px;
  background: rgba(255,255,255,0.08);
  display: flex; align-items: center; justify-content: center;
  color: #ffffff;
  font-size: 18px;
}

.footer-contact-item span{
  display: block;
  color: #9fc6a9;
  font-size: 13px;
  letter-spacing: 1.2px;
  margin-bottom: 4px;
}

.footer-contact-item p{
  color: #ffffff !important;
  margin: 0;
  letter-spacing: 1.5px;
  line-height: 1.6;
  font-size: 15px !important;
}

.footer-badges{
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 18px;
}

.footer-badges span{
  display: inline-flex;
  align-items: center;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  color: #e4f1e8;
  padding: 12px 14px;
  border-radius: 14px;
  letter-spacing: 1.5px;
  font-size: 14px;
}

.footer-mini-note{
  color: #b9d3c0;
  line-height: 1.8;
  font-size: 14px;
  letter-spacing: 1.3px;
}

.footer-line{
  border-color: rgb(255 255 255 / 70%);
  margin: 33px 0 21px;
  position: relative;
  z-index: 2;
}

.footer-bottom{ position: relative; z-index: 2; }

.footer-copy{
  color: #bdd6c3 !important;
  letter-spacing: 1.5px;
  font-size: 14px;
}

.footer-bottom-links{
  display: flex;
  justify-content: flex-end;
  gap: 22px;
  flex-wrap: wrap;
}

.footer-bottom-links a{
  color: #bdd6c3;
  text-decoration: none;
  letter-spacing: 1.3px;
  transition: color 0.3s ease;
}

.footer-bottom-links a:hover{ color: #ffffff; }

/* ════════════════════════════════════════
   RESPONSIVE BREAKPOINTS
════════════════════════════════════════ */

/* ── Large screens (≤1199px) ── */
@media (max-width: 1199px){
  .hero-title { font-size: 36px; }

  .section-heading h2,
  .solution-box h2,
  .final-cta-box h2 { font-size: 30px; }

  .offer-box h2 { font-size: 46px; }

  .problem-col{ width: calc(33.333% - 12px); }
}

/* ── Tablets (≤991px) ── */
@media (max-width: 991px){
  .men-wellness-navbar .navbar-nav{
    margin-top: 18px;
    gap: 8px;
    align-items: flex-start !important;
  }

  .men-wellness-navbar .nav-item{
    margin-left: 0;
    width: 100%;
  }

  .men-wellness-navbar .nav-link{
    display: inline-block;
    width: 100%;
  }

  .hero-section { padding: 80px 0 70px; }
  .hero-title { font-size: 34px; }
  .hero-subtitle { font-size: 16px; }

  .section-heading h2,
  .solution-box h2,
  .final-cta-box h2 { font-size: 28px; }

  .feature-grid { grid-template-columns: 1fr; }

  .product-image-wrap { min-height: 220px; }

  .consultation-wrapper { padding: 24px; }
  .consultation-content h2 { font-size: 28px; }
  .consultation-box { padding: 30px 22px; }

  .footer-bottom-links { justify-content: flex-start; }

  /* Problem cols – 3 per row on tablets */
  .problem-col{ width: calc(33.333% - 12px); }
}

/* ── Mobile landscape (≤767px) ── */
@media (max-width: 767px){
  .section-space { padding: 50px 0; }

  .hero-section { padding: 60px 0 50px; }
  .hero-title { font-size: 26px; }
  .hero-subtitle { font-size: 14px; }

  .section-heading h2,
  .solution-box h2,
  .final-cta-box h2 { font-size: 22px; }

  .section-heading p { font-size: 14px; }

  .hero-btns,
  .trust-badges,
  .hero-highlight { flex-direction: column; align-items: stretch; }

  .btn-brand-primary,
  .btn-brand-outline { width: 100%; text-align: center; }

  .hero-card,
  .solution-box,
  .consultation-box,
  .offer-box,
  .final-cta-box { padding: 24px 16px; }

  .hero-card h3 { font-size: 22px; }

  .product-content h3 { font-size: 20px; }

  .offer-box h2 { font-size: 30px; }
  .offer-box p { font-size: 16px; }

  .btn-consultation { min-width: 100%; }

  .consultation-wrapper{ border-radius: 20px; padding: 16px; }
  .consultation-content h2 { font-size: 22px; }

  /* Problem cols – 2 per row on small mobile */
  .problem-row { gap: 12px; }
  .problem-col { width: calc(50% - 8px); }

  /* Feature grid – 1 column */
  .feature-grid { grid-template-columns: 1fr; }

  /* Choose cards – full width */
  .choose-card { padding: 24px 18px; }
  .choose-card h5 { font-size: 18px; }

  /* Footer */
  .site-footer { padding: 40px 0 18px; }
  .footer-trust-box { padding: 20px 16px; border-radius: 16px; }
  .footer-title { font-size: 22px; }
  .footer-subtitle { font-size: 16px; }
  .footer-bottom-links { gap: 12px; }

  /* Offer */
  .offer-box { padding: 40px 20px; border-radius: 20px; }
}

/* ── Very small screens (≤480px) ── */
@media (max-width: 480px){
  .hero-title { font-size: 22px; }

  .hero-highlight span,
  .trust-item { font-size: 12px; padding: 10px 12px; }

  /* Problem cols – 1 column on very small screens */
  .problem-col { width: 100%; }

  .choose-icon-wrap { width: 60px; height: 60px; }
  .choose-icon-wrap i { font-size: 26px; }

  .consult-point { flex-direction: column; gap: 10px; }
  .consult-point-icon { width: 44px; height: 44px; min-width: 44px; }

  .product-image-wrap { min-height: 180px; padding: 18px; }
  .product-image-wrap img { max-height: 160px; }

  .custom-accordion .accordion-button { font-size: 14px; padding: 16px 16px; }

  .offer-box h2 { font-size: 26px; }

  .final-cta-box { padding: 30px 14px; }

  .footer-contact-item { gap: 10px; }
  .footer-contact-icon { width: 38px; height: 38px; min-width: 38px; font-size: 16px; }
}

/*  */



.owl-nav button{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  background:#1f7a46!important;
  color:#fff!important;
  width:40px;height:40px;
  border-radius:50%!important;
  font-size:18px!important;
}
.owl-prev{left:-20px}
.owl-next{right:-20px}
.owl-carousel{position:relative}
.owl-dots .owl-dot.active span{background:#1f7a46!important}


/* feature secton css s */
.feature-product-section {
  padding: 18px 0;
  background: #ffffff;
}

.feature-product-container {
  width: 98%;
  max-width: 1900px;
  margin: 0 auto;
  background: #abd6c024;
  border-radius: 18px;
  padding: 26px 28px 30px;
  overflow: hidden;
}

.feature-product-header {
  margin-bottom: 28px;
}

.feature-product-title {
  font-size: 54px;
  font-weight: 700;
  color: #1d2a22;
  line-height: 1.15;
  margin-bottom: 10px;
  letter-spacing: 1.5px;
}

.feature-product-subtitle {
  font-size: 24px;
  font-weight: 400;
  color: #7a7a7a;
  line-height: 1.5;
}

.feature-product-carousel .feature-product-item {
  padding: 0;
}

.feature-product-card {
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 10px;
    min-height: 170px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    padding: 20px 15px;
    overflow: hidden;
    transition: all 0.35s ease;
    position: relative;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.04);
}

.feature-product-card:hover {
  border-color: #2b5f7d;
  /* transform: translateY(-6px); */
  box-shadow: 0 16px 35px rgba(43, 95, 125, 0.12);
}

.feature-product-image-wrap {
  width: 150px;
  min-width: 150px;
  height: 165px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}

.feature-product-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.feature-product-content {
  flex: 1;
  min-width: 0;
  max-width: 220px;
}

.feature-product-name {
    font-size: 18px;
    font-weight: 600;
    color: #1d2a22;
    line-height: 1.35;
    margin-bottom: 22px;
    white-space: normal;
    word-break: normal;
    overflow-wrap: break-word;
    letter-spacing: 1.5px;
}

.feature-product-price {
  font-size: 24px;
  font-weight: 700;
  color: #04b459;
  line-height: 1.2;
  white-space: nowrap;
}

.feature-product-carousel .owl-nav {
  position: absolute;
  top: -90px;
  right: 0;
  display: flex;
  gap: 12px;
}

.feature-product-carousel .owl-nav button.owl-prev,
.feature-product-carousel .owl-nav button.owl-next {
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  border: 1px solid #d9d9d9 !important;
  background: transparent !important;
  color: #8b8b8b !important;
  font-size: 32px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
  margin-left: -45px !important;
}

.feature-product-carousel .owl-nav button.owl-prev:hover,
.feature-product-carousel .owl-nav button.owl-next:hover {
  background: #2b5f7d !important;
  border-color: #2b5f7d !important;
  color: #ffffff !important;
}

.feature-product-carousel .owl-dots {
  margin-top: 28px;
  text-align: center;
}

.feature-product-carousel .owl-dots .owl-dot span {
  width: 18px;
  height: 18px;
  margin: 5px 8px;
  background: #c9c9c9;
  border-radius: 50%;
  display: block;
  transition: 0.3s ease;
}

.feature-product-carousel .owl-dots .owl-dot.active span {
  background: #2b5f7d;
}

@media (max-width: 1400px) {
  .feature-product-title {
    font-size: 35px;
  }

  .feature-product-subtitle {
    font-size: 21px;
  }

  .feature-product-name {
    font-size: 18px;
  }

  .feature-product-price {
    font-size: 17px;
  }

  .feature-product-image-wrap {
        width: 116px;
        min-width: 116px;
        height: 125px;
  }
}

@media (max-width: 991px) {
  .feature-product-container {
    padding: 22px 18px 26px;
  }

  .feature-product-title {
    font-size: 34px;
  }

  .feature-product-subtitle {
    font-size: 17px;
  }

  .feature-product-card {
    flex-direction: column;
    text-align: center;
    min-height: auto;
    gap: 16px;
    padding: 24px 18px;
  }

  .feature-product-content {
    max-width: 100%;
  }

  .feature-product-image-wrap {
    width: 160px;
    min-width: 160px;
    height: 160px;
  }

  .feature-product-name {
    font-size: 22px;
    margin-bottom: 12px;
  }

  .feature-product-price {
    font-size: 22px;
  }

  .feature-product-carousel .owl-nav {
    position: static;
    justify-content: center;
    margin-top: 18px;
  }
}

@media (max-width: 575px) {
  .feature-product-container {
    width: 95%;
    padding: 18px 14px 24px;
  }

  .feature-product-title {
    font-size: 28px;
  }

  .feature-product-subtitle {
    font-size: 15px;
  }

  .feature-product-image-wrap {
    width: 140px;
    min-width: 140px;
    height: 140px;
  }

  .feature-product-name {
    font-size: 20px;
  }

  .feature-product-price {
    font-size: 20px;
  }
}
/* features section css e */


/*whatsapp and call css s */

.mobile_callwhat {
  position: fixed;
  bottom: 115px;
  right: 23px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  width:50px;
  z-index: 9999;
}

.mobile_callwhat a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: #ffffff;
}

.mobile_callwhat a:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
}

.btn-whatsapp-pulse {
  background-color: #25d366;
}

.btn-whatsapp-pulse1 {
  background-color: #c42121;
}

.mobile_callwhat img {
  max-width: 42px !important;
  height: auto;
}

/* Pulse animation for interactivity */
.btn-whatsapp-pulse, .btn-whatsapp-pulse1 {
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
      transform: scale(1);
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  }
  50% {
      transform: scale(1.1);
      box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  }
  100% {
      transform: scale(1);
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .mobile_callwhat {
      bottom: 120px;
      right: 15px;
      gap: 15px;
  }
  .fixed_enquiry_btn_web a {
  background-color: #15373f;
  padding: 15px 5px 15px 5px;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 700;
  /* text-transform: uppercase; */
  letter-spacing: 1.5px;
  word-spacing: 1px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  writing-mode: vertical-lr;
  color: #fff !important;
  border: 2px solid #fff;
}

  .mobile_callwhat a {
      width: 50px;
      height: 50px;
  }

}

@media (max-width: 480px) {
  .mobile_callwhat {
      bottom: 120px;
      right: 15px;
  }

  .mobile_callwhat a {
      width: 50px;
      height: 50px;
  }


}

/*whatsapp and call css e */    


/* popup css start  */
/* Modal Box */
.modal-content {
  border-radius: 20px;
  border: none;
  box-shadow: 0 20px 60px rgba(0,0,0,0.2);
  animation: popupFade 0.4s ease;
}

/* Animation */
@keyframes popupFade {
  from {
    transform: translateY(-40px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Close Button */
.custom-close {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #f1f1f1;
  border-radius: 50%;
  padding: 8px;
  opacity: 1;
}

.custom-close:hover {
  /* background: #2f9d5d; */
  filter: invert(1);
}

/* Input */
.form-control {
  height: 48px;
  border-radius: 12px;
  border: 1px solid #d9eadf;
}

.form-control:focus {
  border-color: #2f9d5d;
  box-shadow: 0 0 0 0.2rem rgba(47,157,93,0.15);
}

/* Button */
.btn-success {
  background: linear-gradient(90deg, #1f7a46, #2f9d5d);
  border: none;
  height: 48px;
  border-radius: 50px;
}

/* Mobile */
@media (max-width: 576px) {
  .form-control {
    height: 44px;
  }
}


.btn-close {
  background-color: #f1f1f1;
  border-radius: 50%;
  padding: 6px;
  opacity: 1;
}

.btn-close:hover {
  background-color: #2f9d5d;
  filter: invert(1);
}

.btn-close {
  filter: none !important; /* remove invert */
  opacity: 1;
}



.custom-close {
   position: absolute;
  top: 15px;
  right: 15px;

  width: 40px;
  height: 40px;

  display: flex;               /* 👈 IMPORTANT */
  align-items: center;         /* vertical center */
  justify-content: center;     /* horizontal center */

  font-size: 20px;
  background: #2f9d5d;
  color: #000;

  border: none;
  border-radius: 50%;
  cursor: pointer;

  transition: 0.3s;
}

.custom-close:hover {
  background-color: #dc3545;
  color: #fff;
  transform: scale(1.1);
}



.modal-content h4 {
  font-weight: 700;
}

.btn-success {
  border-radius: 50px;
  padding: 10px 25px;
  width: 180px !important;
}
/* popup css end  */



/* BACKDROP */
.modal-backdrop.show {
  backdrop-filter: blur(12px);
  background: rgba(0,0,0,0.6);
}

/* MODAL */
.modal-content {
  border-radius: 28px;
  padding: 30px;
  background: linear-gradient(135deg, #ffffff, #f6fff9);
  position: relative;
  overflow: hidden;
  box-shadow: 0 40px 100px rgba(0,0,0,0.25);
  animation: popupFade 0.6s ease;
}

/* GLOW BORDER */
.modal-content::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 28px;
  padding: 1px;
  /* background: linear-gradient(120deg, #2f9d5d, #00ffcc, #2f9d5d); */
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
}

/* ANIMATION */
@keyframes popupFade {
  from { transform: translateY(-80px) scale(0.85); opacity: 0; }
  to { transform: translateY(0) scale(1); opacity: 1; }
}

/* CLOSE */
.btn-close {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #fff;
  border-radius: 50%;
  padding: 8px;
}

/* HEADING */
.modal-content h4 {
  text-align: center;
  font-weight: 800;
  font-size: 26px;
  background: linear-gradient(90deg, #1f7a46, #2f9d5d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* SUBTEXT */
.popup-subtitle {
  text-align: center;
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}

/* FLOAT INPUT */
.input-group {
  position: relative;
  margin-bottom: 18px;
}

.input-group input {
  width: 100%;
  height: 52px;
  border-radius: 14px;
  border: 1px solid #ddd;
  padding: 14px 12px;
  background: transparent;
}

.input-group label {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  font-size: 13px;
  color: #888;
  background: #fff;
  padding: 0 5px;
  transition: 0.3s;
}

.input-group input:focus + label,
.input-group input:not(:placeholder-shown) + label {
  top: -8px;
  font-size: 11px;
  color: #2f9d5d;
}

/* BUTTON */
.btn-success {
  background: linear-gradient(135deg, #1f7a46, #2f9d5d);
  border-radius: 50px;
  padding: 14px 35px;
  width: 180px;
  box-shadow: 0 15px 35px rgba(47,157,93,0.4);
}

/* TRUST */
.popup-trust {
  text-align: center;
  font-size: 12px;
  color: #999;
  margin-top: 10px;
}


/* popup end */


/* banner s */
.banner_desktop {
    display: block;
}

.banner_mob {
    display: none;
}

/* Mobile view */
@media (max-width: 768px) {
    .banner_desktop {
        display: none;
    }

    .banner_mob {
        display: block;
    }
}

/*banner e*/



