*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}

body{
  font-family: "Montserrat", sans-serif !important;
}

/* HEADER */
.header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 80px;
  backdrop-filter: blur(20px);
  z-index: 999;
  padding: 6px 10px;
}

.nep-pu-logo {
  width: 315px;
  max-width: 100%;
  height: auto;
}

/* HERO SECTION */
.hero-banner {
  background-image: url("../img/main-gate-wide.jpg");
  background-size: cover;
  background-position: center;
  height: 600px;
  margin-top: 80px;
}

.nep-pu-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  padding-top: 3.5rem;
}

.nep-pu-title {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.3;
  padding: 0 15px;
}

/* COMMON SECTION STYLES */
.nep-pu-section-heading{
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem !important;
}

.nep-pu-section-padding{
  padding: 2rem 0 !important;
}

.nep-pu-card{
  width: 100%;
  background: #f5f5f5;
  border-radius: 1rem;
  padding: 3rem 3.5rem !important;
}
/* COMMON SECTION STYLES END */

/* Leadership details */
.nep-pu-img-container {
    width: 100%;
    display: flex;
    justify-content: center; 
}

.nep-pu-img-container img {
    width: 100%;
    height: 500px;
    max-width: 550px;
    object-fit: cover;
    object-position: top center; 
    border-radius: 12px;
}

.carousel-item {
    transition: transform 0.6s ease-in-out;
}


/* Text spacing */
.nep-pu-text {
  padding: 1rem;
  text-align: justify;
  font-size: 1.10rem;
}


/* Main Image */
.nep-pu-img {
  width: 100%;
  border-radius: 1rem;
}

/* Member Cards */
.nep-pu-member-card {
  background: #f5f5f5;
  border-radius: 0.75rem;
  padding: 2rem 1rem;
}

/* Circular Image */
.nep-pu-member-img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 50%;
}

/* Subtext */
.nep-pu-subtext {
  font-size: 0.8rem;
  font-weight: 500;
}


/* Text */
.nep-pu-about-text {
  line-height: 1.7;
  text-align: justify;
  font-size: 0.95rem;
}

@media (min-width: 992px) {
  .nep-pu-about-text {
    font-size: 1rem;
  }
}

.nep-pu-decor {
  position: absolute;
  top: -45px;
  right: 0;
  width: 280px;
}

.nep-pu-event-title {
  font-size: 1.75rem;
  font-weight: 900;
}

.nep-pu-event-date {
  font-size: 0.8rem;
  color: #6c757d;
}


/* TABLET (≤ 992px) */
@media (max-width: 992px) {
  .header {
    height: 70px;
  }

  .hero-banner {
    height: 500px;
    margin-top: 70px;
  }

  .nep-pu-logo {
    width: 250px;
  }

  .nep-pu-title {
    font-size: 1.7rem;
  }
}

/* MOBILE (≤ 768px) */
@media (max-width: 768px) {
  .header {
    height: 65px;
  }

  .hero-banner {
    height: 420px;
    margin-top: 65px;
  }

  .nep-pu-logo {
    width: 270px;
  }

  .nep-pu-title {
    font-size: 1.5rem;
  }

  .nep-pu-overlay {
    padding-top: 2.5rem;
  }

  .nep-pu-leadership{
    padding-top: 0 !important;
  }

  .nep-pu-card{
    padding: 1rem !important;
  }

  .nep-pu-text{
    font-size: 0rem;
  }

}

/* SMALL MOBILE (≤ 480px) */
@media (max-width: 480px) {
  .header {
    height: 60px;
  }

  .hero-banner {
    height: 350px;
    margin-top: 60px;
  }

  .nep-pu-logo {
    width: 230px;
  }

  .nep-pu-title {
    font-size: 1.3rem;
  }

  .nep-pu-overlay {
    padding-top: 2rem;
  }

  .nep-pu-section-heading{
    font-size: 1.5rem !important;
  }

  .nep-pu-text{
    font-size: 0.95rem;
  }
}
/* SMALL MOBILE (≤ 480px) */
@media (max-width: 375px) {
  .nep-pu-title {
    font-size: 1rem;
  }
}




/* UNPROPER CSS */

/* Card */
.nep-pu-amb-card {
  background: #f5f5f5;
  border-radius: 1rem;
  padding: 1.5rem;
}

@media (min-width: 992px) {
  .nep-pu-amb-card {
    padding: 1rem !important;
  }
}

/* Heading */
.nep-pu-heading {
  font-size: 1.5rem;
  font-weight: 900;
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .nep-pu-heading {
    font-size: 3rem;
  }
}

/* Content spacing */
.nep-pu-content {
  gap: 1rem;
}

@media (min-width: 992px) {
  .nep-pu-content {
    gap: 2.5rem;
  }
}

/* Text */
.nep-pu-text {
  text-align: justify;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
}


/* Heading */
.nep-pu-team-heading {
  font-size: 1.125rem;
}

@media (min-width: 992px) {
  .nep-pu-team-heading {
    font-size: 1.25rem;
  }
}

/* Role text */
.nep-pu-role {
  font-size: 0.75rem;
  color: #dc3545;
  margin: 0;
}

/* Footer */
.nep-pu-footer {
  z-index: 0;
}

/* SVG Position */
.nep-pu-footer-decor {
  position: absolute;
  top: -45px;
  right: 0;
}

.nep-pu-footer-decor img {
  width: 280px;
}

@media (min-width: 768px) {
  .nep-pu-footer-decor {
    top: -85px;
  }

  .nep-pu-footer-decor img {
    width: 450px;
    height: 250px;
  }
}

/* Address */
.nep-pu-address {
  max-width: 500px;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Copyright */
.nep-pu-copy {
  font-size: 0.75rem;
}

/* Brand */
.nep-pu-brand {
  font-weight: 900;
  font-size: 2.5rem;
  opacity: 0.3;
  color: #000;
}

@media (min-width: 768px) {
  .nep-pu-brand {
    font-size: 4rem;
  }
}

@media (min-width: 992px) {
  .nep-pu-brand {
    font-size: 6rem;
  }
}


/* ================= Compliance Section ================= */


/* section-title */
.section-title {
  font-family: var(--font-poppins-regular);
  font-size: 2.8rem;
  font-weight: 850;
  color: #1a1a1a;
  margin-bottom: 2rem;
  letter-spacing: -0.5px;
}

.section-description {
  font-family: var(--font-poppins-regular);
  font-size: 1.15rem;
  line-height: 1.7;
  color: #4a4a4a;
  margin-bottom: 1.8rem;
}

.sub-section-title {
  font-family: var(--font-poppins-regular);
  font-size: 1.6rem;
  font-weight: 800;
  color: #e31e24;
  margin-bottom: 2rem;
}

.nep-red {
  color: #e31e24;
}

/* Accordion Item */
.custom-accordion .accordion-item {
  border: 1px solid #e5e5e5;
  border-radius: 1rem;
  margin-bottom: 1.2rem;
  overflow: hidden;
  transition: all 0.3s ease;
  background: #fff;
}



/* Accordion Button */
.custom-accordion .accordion-button {
  font-family: var(--font-outfit-semibold);
  font-size: 1rem;
  font-weight: 600;
  padding: 1.8rem 2rem;
  background: #fef2f2;
  color: #000;
  border: none;
  box-shadow: none;
  position: relative;
  transition: all 0.3s ease;
}

/* Remove Bootstrap default arrow */
.custom-accordion .accordion-button::after {
  display: none;
}

/* Custom Icon */
.custom-accordion .accordion-button::before {
  content: "+";
  position: absolute;
  right: 2rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #2b1e6b;
  transition: all 0.3s ease;
}

/* Active Button */
.custom-accordion .accordion-button:not(.collapsed) {
  background: #ebe7ff;
  color: #2b1e6b;
}

/* Change + to - when open */
.custom-accordion .accordion-button:not(.collapsed)::before {
  content: "–";
  transform: rotate(180deg);
}

/* Left Border Highlight */
.custom-accordion .accordion-button.active::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: #2b1e6b;
}

/* Accordion Body */
.custom-accordion .accordion-body {
  font-family: var(--font-poppins-regular);
  font-size: 1rem;
  color: #333;
  padding: 2rem;
  background: #fff;
  border-top: 1px solid #eee;
  animation: fadeIn 0.4s ease;
}

/* Lists */
.grievance-list li {
  margin-bottom: 0.8rem;
  line-height: 1.6;
}

/* Ordered List Styling */
.grievance-ol {
  list-style: none;
  counter-reset: item;
  padding-left: 0;
}

.grievance-ol>li {
  counter-increment: item;
  margin-bottom: 1.4rem;
}

.grievance-ol>li::before {
  content: counter(item) ". ";
  font-family: var(--font-outfit-semibold);
  font-size: 1.1rem;
  margin-right: 0.4rem;
}

/* Sub List */
.grievance-sub-list {
  list-style-type: disc;
  padding-left: 2rem;
  margin-top: 0.6rem;
  color: #555;
}

/* Premium View Button (Red) */
.view-btn-red {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 2.5rem;
  background-color: #d12c2c;
  color: #fff !important;
  font-family: var(--font-outfit-semibold);
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 12px rgba(209, 44, 44, 0.2);
  white-space: nowrap;
  letter-spacing: 0.5px;
}

.view-btn-red:hover {
  background-color: #b32626;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(209, 44, 44, 0.3);
  color: #fff !important;
}

.view-btn-red:active {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(209, 44, 44, 0.2);
}


/* Responsive adjustment for accordion-body flex */
@media (max-width: 991px) {
  .accordion-body .d-flex {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .action-area {
    margin-left: 0 !important;
    margin-top: 1.5rem;
    width: 100%;
  }

  .view-btn-red {
    width: 100%;
  }
  .compliance-section{
    padding: 0 0.7rem !important;
  }
}