﻿/* ========================================
   ARTICLE PAGE STYLES
   Follows EnerBless-M design system
   ======================================== */

/* ========== HERO SECTION ==========  */
#article-page .hero-section.hero-bg-image {
  background: url(../images/male-inf-banner.png) no-repeat center center !important;
  background-size: cover !important;
  padding: 150px 0 !important;
  overflow: hidden;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-right: 0px;
  animation: fadeInUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s both;
  position: relative;
  min-height: 550px;
  display: flex;
  align-items: center;
}

/* Gradient overlay for text readability */
/* #article-page .hero-section.hero-bg-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(15, 20, 25, 0.75) 0%,
    rgba(15, 20, 25, 0.5) 60%,
    rgba(15, 20, 25, 0.2) 100%
  );
  pointer-events: none;
  z-index: 1;
} */

#article-page .hero-section.hero-bg-image .container-fluid {
  position: relative;
  z-index: 2;
}

#article-page .hero-content {
  padding: 0;
  display: block;
}

#article-page .hero-content .title-secondary {
  display: block;
  font-size: 40px;
  font-weight: 800;
  color: #ffffff;
  line-height: 50px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 30px;
  text-align: center;
}

#article-page .hero-section.hero-bg-image h1 {
  font-size: 3.5rem;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 1.5rem;
  font-family: 'Poppins', sans-serif;
  line-height: 1.15;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

#article-page .hero-section.hero-bg-image h5 {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.8;
  max-width: 600px;
  margin-bottom: 1.5rem;
  font-weight: 400;
  font-family: 'Inter', 'Roboto', sans-serif;
}

#article-page .hero-content .article-meta {
  display: flex;
  gap: 2rem;
  color: rgba(255, 255, 255, 0.85);
  font-size: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

#article-page .article-meta .meta-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
}

#article-page .article-meta .meta-item i {
  font-size: 1.1rem;
  opacity: 0.9;
}

/* ========== ARTICLE CONTAINER ========== */
.article-container {
  width: 100%;
  float: left;
  background: linear-gradient(180deg, rgba(15, 20, 25, 0.5) 0%, rgba(15, 20, 25, 0.2) 100%);
  position: relative;
  z-index: 1;
  padding-top: 0px;
  padding-bottom: 50px;
}

/* ========== CONTENT CARD ========== */
.content-card {
  background: linear-gradient(135deg, rgba(40, 45, 55, 0.95) 0%, rgba(30, 35, 45, 0.95) 100%);
  backdrop-filter: blur(15px);
  border: 1.5px solid rgba(211, 19, 126, 0.25);
  border-radius: 24px;
  padding: 20px 30px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  color: #ffffff;
}

.content-card:hover {
  box-shadow: 0 30px 80px rgba(211, 19, 126, 0.2);
  border-color: rgba(211, 19, 126, 0.4);
  transform: translateY(-2px);
}

.article-container .card-header {
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid rgba(211, 19, 126, 0.3);
  width: 100%;
  float: left;
}

.article-container h2 {
  font-size: 2rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 0.75rem;
  font-family: 'Poppins', sans-serif;
  line-height: 1.3;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.article-container h2 i {
  color: #f48620;
  font-size: 2.2rem;
}

.article-container h3 {
  font-size: 35px;
  font-weight: 700;
  color: #d4177b;
  margin-top: 0px;
  margin-bottom: 0.25rem;
  font-family: 'Poppins', sans-serif;
  line-height: 1.3;
  padding-bottom: 0.75rem;
  /* border-bottom: 2px solid rgba(211, 19, 126, 0.3); */
  position: relative;
  display: block;
  align-items: center;
  gap: 0.75rem;
}

.article-container h3 sup a{
    color: #d4177b;
    text-decoration: none;
    font-size: 16px;
}

/* .article-container h3::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 50px;
  height: 2px;
  background: linear-gradient(90deg, #D3137E, #f48620);
  border-radius: 1px;
} */

.article-container h3 i {
  color: #f48620;
  font-size: 1.6rem;
  margin-right: 0.25rem;
}

.article-container h4 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #ffffff;
  margin-top: 1.75rem;
  margin-bottom: 1rem;
  font-family: 'Poppins', sans-serif;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.article-container h4 i {
  color: #D3137E;
  font-size: 1.3rem;
}

.article-container p {
  color: #232323;
  font-size: 1.05rem;
  line-height: 1.85;
  margin-bottom: 1.25rem;
}

.article-container .article-section#Effects p{margin-bottom: 5px !important;font-size: 18px;line-height: 28px;}

.article-container p.text-muted {
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 0.95rem;
  margin-bottom: 1rem;
}

/* ========== ARTICLE SECTIONS ========== */
.article-section {
   padding-top: 30px;
  margin-top: 0;
  width: 100%;
  float: left;
 
}

.article-section:first-child
{
  padding-top:0px;
}


.article-section ul {
  margin-left: 0;
  margin-bottom: 0px;
  list-style: none;
  padding-left: 0;
  float: left;
  width: 100%;
}
.article-section#Basics ul{    margin-bottom: 25px;}

.article-section#Myths ul.mytfact {
  margin-left: 0;
  margin-bottom: 0px;
  list-style: none;
  padding-left: 0;
  float: left;
  width: 100%;
  display: flex;
  align-content: stretch;
}


.article-section ul li {
  margin-bottom: 15px;
  color: #2f2f2f;
  line-height: 28px;
  position: relative;
  padding-left: 50px;
  display: flex;
  align-items: flex-start;
  font-size: 19px;
}

.article-section ul li sup a {
  color: #000000;
  font-size: 10px;
}

.article-section#Role ul{margin-bottom: 40px;}

.article-section#causes ul, .article-section#Treatments ul {
  margin-top: 20px;
}

.article-section#causes .container .row, .article-section#Myths .container .row, .article-section#Terms, .article-section#Treatments .container .row
{
      display: flex;
    align-items: center;
}

.article-section#causes ul li, .article-section#Effects ul li, .article-section#check-ups ul li, .article-section#Counselling ul li, .article-section#Treatments ul li {
  margin-bottom: 15px;
  color: #2f2f2f;
  line-height: 24px;
  position: relative;
  padding-left: 25px;
  display: flex;
  align-items: flex-start;
  font-size: 19px;
}

.article-section#causes ul li:last-child, .article-section#Effects ul li:last-child, .article-section#check-ups ul li:last-child, .article-section#Counselling ul li:last-child, .article-section#Treatments ul li:last-child
{
  margin-bottom: 5px;
}

/* .article-section ul li::after
{
 content: '🠊';
 position: absolute;
 left: 6px;
 top: 2px;
 color: white;
 font-weight: 700;
 font-size: 0.9rem;
} */

.article-section ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.25rem;
  width: 32px;
  height: 21px;
  background-image:url('../images/pg01-arw.png');
  background-repeat: no-repeat;
  border-radius: 50%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: bold;
  flex-shrink: 0;
}


.article-section#causes ul li::before, .article-section#Effects ul li::before, .article-section#check-ups ul li::before, .article-section#Counselling ul li::before, .article-section#Treatments ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.25rem;
  width: 15px;
  height: 18px;
  background-image:url('../images/pg01-liico.png');
  background-repeat: no-repeat;
  border-radius: 50%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: bold;
  flex-shrink: 0;
}

.article-section ul.mytfact li {
    margin-bottom: 1.25rem;
    color: #2d2d2d;
    line-height: 22px;
    position: relative;
    padding-left: 3.5rem;
    display: flex;
    align-items: flex-start;
    font-size: 19px;
    flex-direction: row;
    margin-bottom: 20px;
    float: left;
    width: 98%;
    background-color: #c3e2c9;
    margin-left: 1%;
    margin-right: 2%;
    border-radius: 10px;
    padding: 50px 20px 20px 20px;
    gap: 10px;
}

.article-section ul.mytfact li.cross span{
  background-color: #be1e2d;
  position: absolute;
  top: 0;
  left: 0;
  padding: 6px 30px 6px 15px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
  min-height: 35px;
  text-align: left;
  clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
}

.article-section ul.mytfact li span{
  background-color: #00a651;
  position: absolute;
  top: 0;
  left: 0;
  padding: 6px 30px 6px 15px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
  min-height: 35px;
  clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
  text-align: left;
}


.article-section ul.mytfact li.cross {
    margin-bottom: 1.25rem;
    color: #2d2d2d;
    line-height: 22px;
    position: relative;
    padding-left: 3.5rem;
    display: flex;
    font-size: 19px;
    flex-direction: row;
    margin-bottom: 20px;
    float: left;
    width: 98%;
    background-color: #ffccd0;
    margin-left: 1%;
    margin-right: 2%;
    border-radius: 10px;
    padding: 50px 20px 20px 20px;
    gap: 15px;
    flex-wrap: unset;
}



.article-section ul.mytfact li::before{display: none;}

.article-section ul.sec, .article-section ul.sec li{
 margin-bottom: 10px !important;
}

.blockquote
{
        border-radius: 16px;
        padding: 16px 15px;
        padding: 20px 30px;
        position: relative;
        text-align: center;
        float: left;
        width: 100%;
        border-radius: 0px;
        margin: 0px;
}




.blockquote h4{
       margin: 0px;
       color: #f15a29;
       line-height: 30px;
       display: block;
       float: left;
       width: 100%;
       font-size: 30px;
}

.blockquote h4::after{
  content: "";
  background-image: url(../images/quote-left.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0px;
  top: -50px;
  width: 100px;
  height: 95px;
  opacity: 0.5;
}

.blockquote h4::before{
  content: "";
  background-image: url(../images/quote-right.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0px;
  bottom: -70px;
  width: 100px;
  height: 95px;
  opacity: 0.5;
}

.article-section ul.mytfact li::after {
  /* content: '✔'; */
  content:'';
  position: absolute;
  left: 5px;
  top: 5px;
  color: white;
  font-weight: 700;
  font-size: 0.9rem;
  background-image: url('../images/check.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  display: none;
}

.article-section ul.mytfact li.cross::after {
  /* content: '✘'; */
  content: '';
  position: absolute;
  left: 5px;
  top: 5px;
  color: white;
  font-weight: 700;
  font-size: 0.9rem;
  background-image: url('../images/cross.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  display: none;
}

.article-section .effect ul li::after
{
 content: '🠊';
  position: absolute;
  left: 6px;
  top: 4px;
  color: white;
  font-weight: 700;
  font-size: 0.9rem;
}

.article-section#causes .effect ul li::after, .article-section#Effects .effect ul li::after, .article-section#Treatments .effect ul li::after
{
  display: none;
}


.article-section ol {
  margin-left: 0;
  margin-bottom: 1.5rem;
  padding-left: 0;
  list-style: none;
  counter-reset: item;
}

.article-section ol li {
  margin-bottom: 1.25rem;
  color: #ffffff;
  line-height: 1.85;
  position: relative;
  padding-left: 3.5rem;
  counter-increment: item;
  display: flex;
  align-items: flex-start;
  font-size: 17px;
}

.article-section ol li::before {
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, #f48620, #D3137E);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  color: white;
  font-weight: 800;
  flex-shrink: 0;
  font-family: 'Poppins', sans-serif;
}

/* ========== FIGURES & MEDIA ========== */
.article-figure {
  margin: 2.5rem 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
  background: rgba(40, 45, 55, 0.6);
  border: 1px solid rgba(211, 19, 126, 0.2);
}

.article-figure img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
  transition: transform 0.3s ease;
  background: rgba(211, 19, 126, 0.1);
}

.article-figure:hover img {
  transform: scale(1.02);
}

.figure-caption {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 0.75rem;
  font-weight: 500;
  text-align: center;
  padding: 0 1rem 1rem;
  line-height: 1.6;
}

/* ========== ARTICLE FOOTER ========== */
.article-footer {
  border-top: 0px solid rgba(211, 19, 126, 0.25);
  padding-top: 2rem;
  margin-top: 0px !important;
  padding-bottom: 2rem;
  background: #ffe4d1;
  background: linear-gradient(81deg, #ffffff 25%, #ffd1de 80%);
}

.article-footer.pg02 {background: #f1ab86;
    background: linear-gradient(50deg, #ffffff 25%, #f1ab86 80%);}

.article-footer .tags {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  align-items: center;
  color: #ffffff;
}

.article-footer .badge {
  background: rgba(244, 134, 32, 0.2) !important;
  color: #f48620 !important;
  font-weight: 600;
  border-radius: 20px;
  padding: 0.5rem 1rem;
  border: 1px solid rgba(244, 134, 32, 0.4);
}

.article-actions {
     display: flex;
    gap: 0.75rem;
    flex-wrap: nowrap;
}

.article-actions .btn {
  border-radius: 8px;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  transition: all 0.3s ease;
}

.article-actions .btn-outline-primary {
  border: 2px solid #d51b78;
  color: #d4167b;
}

.article-actions .btn-outline-primary:hover {
  background: #D3137E;
  border-color: #D3137E;
  color: white;
  transform: translateY(-2px);
}

.article-actions .btn-primary {
  background: linear-gradient(135deg, #D3137E, #f48620);
  border: none;
  color: white;
}

.article-actions .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(211, 19, 126, 0.3);
}

/* ========== SIDEBAR ========== */
.sticky-side {
  position: relative;
}

.sticky-side .card {
  border-radius: 20px;
  overflow: hidden;
  border: 1.5px solid rgba(211, 19, 126, 0.25);
  background: linear-gradient(135deg, rgba(211, 19, 126, 0.15) 0%, rgba(244, 134, 32, 0.08) 100%);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
  padding: 1.75rem;
  margin-bottom: 1.75rem;
  transition: all 0.3s ease;
  max-height: none;
  overflow-y: visible;
      padding-bottom: 15px;
}

.sticky-side .card:hover {
  border-color: rgba(211, 19, 126, 0.4);
  box-shadow: 0 20px 50px rgba(211, 19, 126, 0.2);
}

.sticky-side .card-body {
  padding: 0;
  color: #ffffff;
}

.sticky-side .card-body a {
  color: #f48620;
  text-decoration: none;
  font-weight: normal;
  transition: all 0.3s ease;
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  padding: 0rem 0px 0.5rem;
  line-height: 1.6;
}

.sticky-side .card-body a:hover {
  color: #D3137E;
  padding-left: 0.5rem;
}

.sticky-side .card-body ul li {
  margin-bottom: 0px;
}

.sticky-side .card-title {
  font-size: 1.3rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 1.25rem;
  font-family: 'Poppins', sans-serif;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0;
}

.sticky-side .card-title i {
  color: #f48620;
  font-size: 1.5rem;
}

.toc ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 10px;
}

.toc ul li {
  padding: 0.6rem 0px 0px;
  border-bottom: 1px solid rgba(211, 19, 126, 0.1);
}

.toc ul li:last-child {
  border-bottom: none;
}

.toc ul li a {
  color: #f48620;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  display: block;
  padding: 0.25rem 0;
}

.toc ul li a:hover {
  color: #D3137E;
  padding-left: 0.5rem;
  text-decoration: underline;
}

/* ========== CTA GRADIENT ========== */
.bg-gradient-cta {
  background: linear-gradient(135deg, rgba(211, 19, 126, 0.95), rgba(244, 134, 32, 0.9)) !important;
  color: #ffffff;
  border-radius: 20px;
  padding: 2.5rem;
  box-shadow: 0 20px 50px rgba(211, 19, 126, 0.3);
  border: 1px solid rgba(211, 19, 126, 0.4);
}

.bg-gradient-cta .card-title {
  color: white;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.bg-gradient-cta .card-title i {
  font-size: 1.8rem;
}

.bg-gradient-cta p {
  color: rgba(255, 255, 255, 0.95);
}

.bg-gradient-cta .btn {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.25);
  border: 2px solid rgba(255, 255, 255, 0.4);
  color: #ffffff;
  font-weight: 700;
  transition: all 0.3s ease;
  padding: 0.75rem 1.5rem;
}

.bg-gradient-cta .btn:hover {
  background: rgba(255, 255, 255, 0.4);
  border-color: rgba(255, 255, 255, 0.7);
  transform: translateY(-2px);
  color: white;
}

/* ========== ACCESSIBILITY & UTILITIES ========== */
.muted {
  color: rgba(0, 0, 0, 0.55);
  font-size: 0.95rem;
}

.dot {
  margin: 0 0.5rem;
  color: rgba(0, 0, 0, 0.3);
}

.text-muted {
  color: #999 !important;
  font-size: 0.95rem;
}

.d-flex {
  display: flex;
}

.justify-content-between {
  justify-content: space-between;
}

.align-items-center {
  align-items: center;
}

.gap-2 {
  gap: 2rem;
}

.gap-3 {
  gap: 3rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.mt-5 {
  margin-top: 5rem;
}

.text-center {
  text-align: center;
}

.flex-wrap {
  flex-wrap: wrap;
}

#article-page .hero-section.hero-bg-image
{
width: 100%;
    height: 90vh;
    background: url(../images/article1-banner.png) no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    padding: 0px 0;
    overflow: hidden;
    width: calc(100% - 0px);
    margin-left: 0px;
    margin-right: 0px;
    animation: fadeInUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s both;
}

#article-page .hero-section.hero-bg-image .hero-content {
    position: relative;
    left: unset;
    right: unset;
    top: unset;
    bottom: unset;
    transform: unset;
    padding-top: 100px;
    display: block;
    float: left;
}


#article-page .hero-section.hero-bg-image h1 {
    font-size: 50px;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 1.5rem;
    font-family: 'Poppins', sans-serif;
    line-height: 1.15;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    max-width: 900px;
}

#article-page .impact-item {
    display: flex;
    gap: 1.5rem;
   margin-bottom: 0.5rem;
     /* padding: 1.5rem;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 15px;
    border-left: 3px solid #f48620; */
    transition: all 0.3s ease;
}

#article-page.pe02 .impact-item
{
   margin-bottom:2rem;
       align-items: center;
}
/* 

#article-page.pe03 .impact-item
{
   margin-bottom:2rem;
       align-items: center;
} */

#article-page .effect .impact-item
{
     margin-bottom: 15px;
}

#article-page .impact-item-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #D3137E, #f48620);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: white;
    flex-shrink: 0;
}
#article-page .impact-item-content p {
    font-size: 17px;
    color: #ffffff;
    line-height: 1.7;
    margin: 0;
}

#article-page .impact-item-content-text {
    font-size: 1rem;
    color: #ffffff;
    line-height: 1.7;
    margin: 0;
    width: 100%;
    float: left;
}

#article-page .effect .impact-item-icon
{
      width: 60px;
    height: 60px;
    background: linear-gradient(135deg, rgba(211, 19, 126, 0.2), rgba(244, 134, 32, 0.2));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
    color: #f48620;
}


#article-page.pe02 .effect .impact-item-icon
{
      width: 60px;
    height: 60px;
    background: linear-gradient(135deg, rgba(211, 19, 126, 0.2), rgba(244, 134, 32, 0.2));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom:0rem;
    font-size: 1.8rem;
    color: #f48620;
        padding: 10px;
}


#article-page .content-card .effect h4 {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 29px;
    font-family: 'Poppins', sans-serif;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

#article-page .article-section .effect .impact-item-content-text ul
{
  margin-left: 0;
    margin-bottom: 15px;
    list-style: none;
    padding-left: 0;
}

#article-page .article-section .effect .impact-item-content-text ul li
{
  margin-bottom: 15px;
  color: #ffffff;
  line-height: 22px;
  position: relative;
  padding-left: 2.5rem;
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  text-align: left;
}

#article-page .article-section .effect .impact-item-content-text p{
   margin-bottom: 20px;
   color: #ffffff;
   line-height: 22px;
   position: relative;
   padding-left:0px;
   display: flex;
   align-items: flex-start;
   font-size: 17px;
   text-align: left;
}

#article-page.pe02 .article-section .effect .impact-item-content-text p
{
  display: block;
  margin: 0px;
}

#article-page .article-section .faico
{
  /* padding-left: 80px; */
  width: 100%;
  float: left;
  line-height: 29px;
  padding-top: 10px;
  position: relative;
  margin-bottom: 30px;
  font-size: 19px;
}

#article-page .article-section .faico .fas{
          width: 60px;
          height: 60px;
          background: linear-gradient(135deg, rgba(211, 19, 126, 0.2), rgba(244, 134, 32, 0.2));
          border-radius: 50%;
          margin: 0 auto 1.5rem;
          font-size: 2rem;
          color: #f48620;
          display: inline-block;
          text-align: center;
          padding: 11px 9px;
          position: absolute;
          left: 0px;
}

#article-page .article-section .faico span b{
   color: #dd6912;
   font-size: 22px;
}

#article-page.pe02 .article-section .faico span b{
   color: #fff;
   font-size: 17px;
}

.refs p{
  font-size: 14px;
} 



.article-section#Abbreviation.refs p{
  font-size: 19px;
} 

.article-section#References.refs p{
    margin-bottom: 0.25rem;
} 
.article-section#References.refs p:last-child{
    margin-bottom: 10px;
}

.refs p a{
 text-decoration: underline;
 color:#f48620;
 word-break: break-all;
}


.refs p a:hover{
 text-decoration: none;
 color:#d11779;
}

.structrimg img
{
  border-radius: 10px;
  max-height: 300px;
}


#article-page.pe03 .halfeffect.impact-item {
    display: flex;
    gap: 0px;
    margin-bottom: 0.5rem;
    transition: all 0.3s ease;
    width: 45%;
    float: left;
    align-items: center;
    margin-right: 20px;
    margin-top: 10px;
    flex-direction: row;
}

#article-page.pe03 .halfeffect .impact-item-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, rgb(211 19 126), rgb(244 134 32));
    border-radius: 50%;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    font-size: 1.8rem;
    color: #f48620;
    align-items: center;
}


#article-page.pe03 .halfeffect .impact-item-content
{    margin-left: 16px;
}

#article-page.pe03 .halfeffect .impact-item-content-text {
    font-size: 1rem;
    color: #ffffff;
    line-height: 1.7;
    margin: 0;
    width: 100%;
    float: left;
}

#article-page.pe03 .article-section .halfeffect .impact-item-content-text p {
    margin-bottom: 15px;
    color: #393939;
    line-height: 22px;
    position: relative;
    padding-left: 0px;
    display: block;
    font-size: 18px;
    text-align: left;
    align-items: center;
    flex-wrap: wrap;
}


.article-section#Basics
{
  width: 100%;
  float: left;
  background: #e69a71;
  background: linear-gradient(50deg, #ffffff 0%, #e69a71 100%);
  padding: 15px 0px 0px 0px;
}

.article-section#Role
{
  width: 100%;
  float: left;
  background: #e69a71;
  background: linear-gradient(50deg, #ffffff 0%, #e69a71 100%);
  padding: 50px 0px 0px 0px;
}

.article-section#Lifestyle
{
  width: 100%;
  float: left;
  background: #e69a71;
  background: linear-gradient(50deg, #ffffff 0%, #e69a71 100%);
  padding: 50px 0px 0px 0px;
}

.article-section#causes
{
  width: 100%;
  float: left;
  background: #ffb6e3;
  background: linear-gradient(120deg, #ffffff 0%, #ffb6e3 75%);
  padding: 50px 0px 30px 0px;
}


.article-section#Treatments
{
  width: 100%;
  float: left;
  background: #ffb6e3;
  background: linear-gradient(120deg, #ffffff 0%, #ffb6e3 75%);
  padding: 50px 0px 30px 0px;
}

.article-section#Effects
{
  width: 100%;
  float: left;
  background: #ffb6e3;
  background: linear-gradient(120deg, #ffffff 0%, #ffb6e3 75%);
  padding: 50px 0px 60px 0px;
}

.article-section#Terms, .article-section#Counselling
{
  width: 100%;
  float: left;
  background: #f1ab86;
  background: linear-gradient(50deg, #ffffff 25%, #f1ab86 80%);
  padding: 15px 0px 0px 0px;
}


.article-section#check-ups
{
  width: 100%;
  float: left;
  background: #f1ab86;
  background: linear-gradient(50deg, #ffffff 25%, #f1ab86 80%);
  padding: 50px 0px 50px 0px;
}

.article-section#Myths
{
  width: 100%;
  float: left;
  background: #ffb6e3;
  background: linear-gradient(120deg, #ffb6e3 0%, #ffffff 75%);
  padding: 15px 0px 30px 0px;
}

.article-section#Takeaways
{
  width: 100%;
  float: left;
  background: #ffb6e3;
  background: linear-gradient(50deg, #ffffff 25%, #ffb6e3 80%);
  padding: 40px 0px 40px 0px;
}

section.blockquote
{
  width: 100%;
  float: left;
  background: #ffe8d4;
  padding: 60px 0px;
}

.article-section#Abbreviation
{
  width: 100%;
  float: left;
  background: #ffe3f7;
  background: linear-gradient(50deg, #ffe3f7 25%, #ffffff 80%);
  padding: 15px 0px 20px 0px;
}

.article-section#References
{
  width: 100%;
  float: left;
  background: #ffe4d1;
  background: linear-gradient(50deg, #ffffff 25%, #ffe4d1 80%);
  padding: 40px 0px 40px 0px;
}

.article-section.pg02#References{
    background: #ffd1de;
       background: linear-gradient(81deg, #ffd1de 25%, #ffffff 80%);
}

.article-section#causes .causeimg, .article-section#Treatments .causeimg{
  margin-top: 150px;
}

.article-section#Myths .Mythsimg{
  margin-top: 70px;
}

.article-section#causes .pg-item, .article-section#Effects .pg-item, .article-section#Treatments .pg-item{
      width: 100%;
      float: left;
      background: #ffffff7d;
      border-radius: 10px;
      padding: 15px 20px 15px;
      background: rgba(255, 255, 255, 0.2);
      box-shadow: 0 4px 30px rgb(0 0 0 / 5%);
      backdrop-filter: blur(5px);
      -webkit-backdrop-filter: blur(5px);
      border: 1px solid rgba(255, 255, 255, 0.3);
      margin-bottom: 15px;
}


.article-section#causes .pg-item .pg-item-icon, .article-section#Effects .pg-item .pg-item-icon, .article-section#Treatments .pg-item .pg-item-icon{
      width: 100%;
    float: left;
    display: flex;
        align-items: center;
}

.article-section#causes .pg-item .pg-item-icon img, .article-section#Effects .pg-item .pg-item-icon img, .article-section#Treatments .pg-item .pg-item-icon img{
    width: 70px;
    margin-right: 10px;
    }

    
.article-section#causes .pg-item .pg-item-icon h4, .article-section#Effects .pg-item .pg-item-icon h4, .article-section#Treatments .pg-item .pg-item-icon h4{
    font-size: 27px;
    font-weight: 700;
    color: #8e4b93;
    margin-top: 9px;
    margin-bottom: 1rem;
    font-family: 'Poppins', sans-serif;
    display: flex;
    align-items: center;
    gap: 2px;
    }

    .article-section#causes .pg-item .pg-item-icon h4 sup a, .article-section#Effects .pg-item .pg-item-icon h4 sup a, .article-section#Treatments .pg-item .pg-item-icon h4 sup a{
       color: #8e4b93;
       font-size: 15px;
    }
.pe01{
      margin-top: 80px;
}
.hero-section-bg{    align-content: center;padding: 0px;}

.flxend-res{
      display: flex;
      align-items: center;
}

.article-section#Role .flxend-res{display: flex;
    align-items: flex-start;
}

.article-container .flxend-res h3
{margin-top: 0px;}

.termsmainbg{
  display: flex;
  width: 90%;
  justify-content: space-around;
  text-align: center;
  align-content: center;
  flex-wrap: nowrap;
  margin-bottom: 25px;
}

.termsbg
{
      display: grid;
    text-align: center;
    justify-items: center;
    align-items: stretch;
    padding: 0px 10px;
    align-content: start;
}

.termimg{
    width: 90%;
    float: none;
    text-align: center;
    }

    .dflxend-res{
    display: flex;
    align-items: flex-end;
    justify-content: space-evenly;
    flex-wrap: nowrap;
    width: 100%;
    }
.modal .modal-content .modal-header{padding: 0px 10px 10px 10px;}
    .modal .modal-content .modal-body
{    margin: 0px}

.pdf-form-group{
    margin-bottom: 20px;
}

.pg .btn-generate-pdf {
    background: linear-gradient(135deg, #D3137E, #f48620);
    border: none;
    color: white;
    border-radius: 8px;
    font-weight: 600;
    padding: 13px 25px;
    transition: all 0.3s ease;
}

.pg .btn-generate-pdf:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(211, 19, 126, 0.3);
}

.pg .btn-secondary {
        border: 2px solid #ffffff;
        color: #ffffff;
        border-radius: 8px;
        font-weight: 600;
        padding: 8px 20px;
        transition: all 0.3s ease;
        background: transparent;
}

.pg .btn-secondary:hover {
    background:#f48620;
    border-color: #f48620;
    color: white;
    transform: translateY(-2px);
}


.pdf-form-group .form-control{padding: 10px;}

/* ========== RESPONSIVE DESIGN ========== */

/* Tablet Landscape (1200px) */
@media (max-width: 1199px) {
  #article-page .hero-section.hero-bg-image h1 {
    font-size: 3rem;
  }

  .content-card {
    padding: 40px;
  }

  .content-card h2 {
    font-size: 1.8rem;
  }

  .content-card h3 {
    font-size: 1.3rem;
  }
}

/* Tablet Portrait (991px) */
@media (max-width: 991px) {
  #article-page .hero-section.hero-bg-image {
    padding: 120px 0 !important;
    min-height: 480px;
  }

     #article-page .hero-content .title-secondary {
        font-size: 27px;
        line-height: 40px;
        margin-bottom: 13px;
    }

  #article-page .hero-section.hero-bg-image h1 {
    font-size: 2.5rem;
  }

  #article-page .hero-section.hero-bg-image h5 {
    font-size: 1.1rem;
  }

  .content-card {
    padding: 32px;
  }

  .content-card h2 {
    font-size: 1.6rem;
  }

  .content-card h3 {
    font-size: 28px;
  }

  .content-card h4 {
    font-size: 1.1rem;
  }

  .content-card p {
    font-size: 1rem;
  }

  .sticky-side {
    position: static;
    margin-top: 2rem;
  }

  .sticky-side .card {
    padding: 1.5rem;
  }
}

@media (max-width:1250px) and (min-width: 1200px) {
  #article-page.pe03 .halfeffect.impact-item{width: 100%;}
  #article-page.pe03 .halfeffect .impact-item-icon{margin-bottom: 0px;}
}

@media (max-width:1199px) and (min-width: 992px) {
  #article-page.pe03 .halfeffect.impact-item{width: 100%;}
  .termimg {
    width: 100%;
    float: right;
    text-align: right;
    margin-right: -40px;
}

  .flxend-res {
    display: flex;
    align-items: flex-end;
}
}
@media (max-width:991px) and (min-width: 767px) {
    #article-page.pe03 .halfeffect.impact-item{width: 100%;}
  .termimg{
        max-width: 320px;
    float: none;
    margin: 0px auto;
    text-align: center;
  }
  .dflxend-res{display: block;}
   .flxend-res {
    display: flex;
    align-items: flex-end;
}
  .article-section ul li{    line-height: 23px;    font-size: 17.5px;}
      .text-center-sm {
        text-align: center !important;
    }
  .formula-img {
    border-radius: 10px;
    float: none;
    height: 190px;
}
 .structrimg
  {
    float: none !important;
    text-align: center;
  }
  .structrimg img
{
  border-radius: 10px;
  max-height: 250px;
  float: none;
}
  article{order: 2;}
}


@media (max-width:1412px) and (min-width: 768px) {
   .article-section#Role .flxend-res {
    display: flex;
    align-items: flex-end;
}
}

@media (max-width:767px) and (min-width: 150px) {
  #article-page.pe03 .article-section .halfeffect .impact-item-content-text p{text-align: left;margin-bottom: 0px;}
    #article-page.pe03 .halfeffect.impact-item{width: 100%;}
  .article-section ul li sup a {
    color: #191919;
    font-size: 10px;
}
  .article-section#causes .pg-item .pg-item-icon, .article-section#Effects .pg-item .pg-item-icon, .article-section#Treatments .pg-item .pg-item-icon{
    width: 100%;
    float: left;
    display: flex;
    align-items: flex-start;
}
  .article-section#Role img, .article-section#Effects img.effectimg, .article-section#Treatments img.treatmentimg{
    width: 86%;
    margin: 0px 7% 0px;
    }
     .article-section#check-ups img.chkupsimg{width: 90%;
    margin: 20px 5% 0px;}
  .article-section#Abbreviation.refs p{text-align: center;}
  .termsmainbg{display: block;
    width: 100%;}
 .dflxend-res{display: block;}
  .termimg{        width: 60%;
        margin: 0px 20%;}
  
  .article-section#Myths .Mythsimg
  {
    margin-top: 10px;
    width: 60%;
    margin: 0px 20%;
  }
  .article-section#Terms .text-center img
{max-width: 300px !important;}
  .blockquote h4{line-height: normal;}
 .article-section#Myths ul.mytfact{display: block;}
    .article-section#causes .pg-item .pg-item-icon img, .article-section#Treatments .pg-item .pg-item-icon img{    width: auto;
    margin-right: 10px;
    height: auto;
    max-width: unset;}
    .article-section#causes .pg-item .pg-item-icon h4, .article-section#Treatments .pg-item .pg-item-icon h4
    {display: block;    font-size: 24px;    margin-bottom: 0rem;}



  .article-section#causes .causeimg, .article-section#Treatments .causeimg{
    margin-top: 10px;
    width: 60%;
    margin: 0px 20%;
}
  .article-section#causes .row, .article-section#Treatments .row {
    display: block;
}
  .article-section ul li {
        line-height: 23px;
        font-size: 17.5px;
    }
  .article-section#Basics .flxend-res img{width: 60%;margin: 0px 20%;}
  .article-container h3{font-size: 28px; text-align: center;}
  .article-container h3 sup a{font-size: 14px;}
  .flxend-res, .article-section#Role .flxend-res {
    display: block;
}
.article-section#Effects .flxend-res {
    display: flex;
}


      .hero {
        margin-top: 50px;
    }
  .pe01, .pe03{
      margin-top: 0px;
}
    .hero-section-bg {
        padding: 0px;
    }
  #article-page .impact-item{    flex-direction: column;}
  #article-page ul.breadcrumb li{    line-height: 19px}
  article{order: 2;}
  .structrimg
  {
    float: none !important;
    text-align: center;
  }
  .structrimg img
{
  border-radius: 10px;
  max-height: 200px;
  float: none;
}

  .article-footer .d-flex
  {
    display: block !important;
  }
  #article-page #Effect .impact-item{
        /* flex-direction: column; */
        text-align: center;
    }
    #article-page .content-card .effect h4{
    margin-top: 0px;
    margin-bottom: 15px;
    display: block;
    }
    #article-page .effect .impact-item-icon{margin-bottom: 0px;}
  .formula-img {
    margin: 0px auto;
    float: none;
    height: 190px;
    text-align: center;
}
#article-page .hero-section.hero-bg-image{    background-position: left bottom !important;}
}


/* Mobile (767px) */
@media (max-width: 767px) {
  #article-page .hero-section.hero-bg-image {
    padding: 100px 0 !important;
    min-height: 420px;
    display: flex;
    align-items: center;
  }

  #article-page .hero-content .title-secondary {
    font-size: 32px;
    margin-bottom: 0.75rem;
  }

  #article-page .hero-section.hero-bg-image h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }

  #article-page .hero-section.hero-bg-image h5 {
    font-size: 1rem;
    margin-bottom: 1rem;
  }

  #article-page .hero-content .article-meta {
    flex-direction: column;
    gap: 0.75rem;
    font-size: 0.9rem;
  }

  .content-card {
    padding: 24px;
    border-radius: 20px;
  }

  .content-card h2 {
    font-size: 1.5rem;
  }

  .content-card h3 {
    font-size: 25px;
  }

  .content-card h4 {
    font-size: 1rem;
  }

  .content-card p {
    font-size: 17px;
    line-height: 1.7;
  }
/* 
  .article-section {
    margin-top: 0px;
    margin-bottom: 1.75rem;
  } */

  .article-figure {
    margin: 1.5rem 0;
  }

  .article-container {
    padding: 0px;
  }

  .sticky-side {
    position: static;
    margin-top: 2rem;
  }

  .article-footer {
    padding-top: 1.5rem;
    margin-top: 2rem;
  }

  /* .article-actions {
    flex-direction: column;
  } */

  .article-actions .btn {
    width: 100%;
    text-align: center;
  }
}

/* Small Mobile (480px) */
@media (max-width: 479px) {
  #article-page .hero-section.hero-bg-image {
    padding: 80px 0 !important;
            min-height: 300px;
  }

  #article-page .hero-content .title-secondary {
    font-size: 23px;
    line-height: 28px;
  }

  #article-page .hero-section.hero-bg-image h1 {
    font-size: 1.75rem;
    margin-bottom: 0.75rem;
  }

  #article-page .hero-section.hero-bg-image h5 {
    font-size: 0.95rem;
  }

  .content-card {
    padding: 18px;
    margin-bottom: 1rem;
    width: 100%;
    float: left;
  }

  .content-card h2 {
    font-size: 1.35rem;
  }

  .content-card h3 {
    font-size: 24px;
    margin-top: 1.5rem;
  }


  .article-section ul li {
           padding-left: 40px;
  }

  .article-section ul li::before {
    font-size: 0.95rem;
  }

  .sticky-side .card {
    padding: 1.25rem;
  }

  .bg-gradient-cta {
    padding: 1.75rem;
  }
}

/* Desktop Sticky Sidebar */
@media (min-width: 992px) {
  .sticky-side {
    position: sticky;
    top: 92px;
  }
      .container {
        float: left;
        width: 86%;
        padding: 0px;
        margin: 0px 7%;
        max-width: 97%;
    }
}

/* Print Styles */
@media print {
  body * {
    visibility: visible;
  }

  .modern-nav,
  .mobile-toggle,
  .animated-bg,
  .geometric-shapes,
  .modern-footer
  .loading-overlay {
    display: none !important;
  }

  .article-container {
    padding-top: 0;
  }

  .hero-section {
    page-break-after: avoid;
  }

  .content-card {
    box-shadow: none;
    border: 1px solid #ddd;
  }

  .sticky-side {
    position: static;
  }
}



/* Hamburger Icon */
.hamburger {
  width: 32px;
  height: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
.hamburger span {
  height: 3px;
  background: #000;
  border-radius: 2px;
  transition: 0.35s ease;
}

/* Animation to X */
.hamburger.active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

/* Slide-In Mobile Menu */
.mobile-menu {
  position: absolute;
  top: 0;
  right: -270px;
  width: 260px;
  height: auto;
  background: #ffffff;
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-shadow: -5px 0 25px rgba(0,0,0,0.15);
  transition: right 0.35s ease;
  z-index: 999;
}

.mobile-menu a {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

.mobile-menu.active {
  right: 0;
}

/* Hide mobile menu on lg+ */
@media (min-width: 992px) {
  .mobile-menu, .hamburger {
    display: none;
  }

}

.sidemenu1
{
  position: fixed;
  right: 0;
  bottom: 50px;
}


@media (max-width:435px) and (min-width: 150px) {
   .article-section#causes .pg-item .pg-item-icon, .article-section#Treatments .pg-item .pg-item-icon{    display: block;
    flex-wrap: wrap;}
  .article-actions{flex-wrap: wrap;}
  .article-section ol li, .article-section ul li, .content-card p{
        line-height: 23px;
        font-size: 17px;
        margin-bottom: 15px;
    }
    .article-section#Terms .termsmainbg .termsbg img.text-center{
         height: 90px !important;
    }
}

@media (width: 767px) and (height: 1024px) {
   .pg .hero-section-bg {
        padding: 45px 20px 20px 20px;
    }
        #article-page .hero-content .title-secondary {
        font-size: 32px;
    }
}
/* ========== POPUP BUTTON STYLES ========== */

.popup-button-container {
  text-align: center;
  padding: 20px 0;
  margin: 20px 0;
}

@media (max-width: 769px) {
    .hero {
        margin-top: 0px;
    }
}

