:root{
      --orange:#ff7a00;
      --green:#0f8a31;
      --muted:#666;
      --bg:#ffffff;
      --glass: rgba(255,255,255,0.65);
      --card-shadow: 0 8px 30px rgba(12,12,12,0.08);
    }

    html,body{height:100%;}
    body{
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
      background: linear-gradient(180deg,#ffffff 0%, #fbfbfb 100%);
      color:#222;
      -webkit-font-smoothing:antialiased;
      -moz-osx-font-smoothing:grayscale;
    }

    /* ===== NAVBAR ===== */
    .navbar{
      transition: all .36s ease;
      backdrop-filter: blur(6px);
      z-index: 40;
    }
    .navbar.scrolled{
      box-shadow: 0 6px 20px rgba(20,20,20,0.08);
      background: linear-gradient(90deg, rgba(255,255,255,0.98), rgba(255,255,255,0.96));
      transform: translateY(0);
    }
    .navbar-brand img{border-radius:8px;}

    .nav-link{color: #333 !important; font-weight:600;}
    .brochure-btn{
      background: linear-gradient(90deg,var(--orange), #ff8f2d);
      color:#fff;
      border-radius:10px;
      padding:10px 16px;
      box-shadow: 0 6px 18px rgba(255,122,0,0.14);
    }

    /* ===== HERO ===== */
    .hero {
      position: relative;
      overflow: hidden;
      min-height: 540px;
      display:flex;
      align-items:center;
      justify-content:center;
      padding: 80px 0 40px;
    }

    .hero .hero-bg {
      position:absolute;
      inset:0;
      background-image: url('images/banner.jpeg');
      background-size:cover;
      background-position:center;
      filter: saturate(.95) contrast(.98);
      transform-origin:center;
      z-index:0;
    }

    /* gradient overlay */
    .hero::after{
      content:"";
      position:absolute;
      inset:0;
      background: linear-gradient(180deg, rgba(255,255,255,0.18), rgba(255,255,255,0.6) 55%, rgba(255,255,255,0.95));
      z-index:1;
    }

    /* floating shapes */
    .hero .shape {
      position:absolute;
      width:160px;
      height:160px;
      border-radius:18px;
      opacity:.12;
      z-index:2;
      filter: blur(6px);
    }
    .shape.s1{ background: linear-gradient(135deg, #ffb07a, var(--orange)); left:8%; top:10%;}
    .shape.s2{ background: linear-gradient(135deg, #96e6a1, var(--green)); right:6%; top:18%;}
    .shape.s3{ background: linear-gradient(135deg, #fff5e6, #ffd9b8); left:20%; bottom:8%; width:220px; height:120px; border-radius:80px; opacity:.09;}

    .hero .hero-card{
      position:relative;
      z-index:3;
      max-width:1100px;
      width:100%;
      margin: 0 20px;
      background: linear-gradient(180deg, rgba(255,255,255,0.9), rgba(255,255,255,0.95));
      border-radius:14px;
      padding:30px;
      box-shadow: var(--card-shadow);
      display:flex;
      gap:30px;
      align-items:center;
    }

    .hero h1{ font-size:34px; margin:0; color: #0b2b2b; letter-spacing: -0.2px;}
    .hero p.lead{ color:var(--muted); margin-bottom:0; }

    .hero .cta {
      margin-top:12px;
    }

    .chairman-message-section {
  background: linear-gradient(180deg, #f7faff, #ffffff);
}

.chairman-img-card img {
  border-radius: 16px;
  box-shadow: 0px 10px 25px rgba(0,0,0,0.12);
}

.message-card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0px 10px 30px rgba(0,0,0,0.10);
}

.section-title {
  font-size: 28px;
  font-weight: 700;
  color: #0b1d39;
  position: relative;
}

.chairman-message-full {
  width: 100%;
  background: linear-gradient(180deg, #f3f7ff, #ffffff);
  padding: 60px 0;
}

.message-wrapper {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.message-card {
  background: #fff;
  width: min(100%, 1100px);  /* keeps it readable on big screens */
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.section-title {
  font-size: 30px;
  font-weight: 700;
  color: #0b1d39;
}

.message-text {
  font-size: 17px;
  line-height: 1.9;
  color: #444;
}


.section-title::after {
  content: "";
  width: 60px;
  height: 3px;
  background: #0d6efd;
  display: block;
  margin-top: 6px;
  border-radius: 3px;
}

.message-text {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}


    /* ===== SECTIONS ===== */
    section { padding:60px 0; }
    .section-title{ color: var(--orange); font-weight:800; font-size:26px; margin-bottom:18px; letter-spacing: .4px; }

    /* ===== BOARD ===== */
    .member-card{
      background: linear-gradient(180deg,#fff,#fff);
      border-radius:14px;
      padding:16px;
      transition: transform .28s cubic-bezier(.2,.9,.2,1), box-shadow .28s;
      box-shadow: 0 6px 18px rgba(12,12,12,0.06);
      border: 1px solid rgba(0,0,0,0.04);
      transform-style: preserve-3d;
      perspective: 1000px;
      overflow:hidden;
      position:relative;
    }
    .member-card .photo{
      border-radius:10px;
      overflow:hidden;
    }
    .member-img{ width:100%; height:260px; object-fit:cover; display:block; }
    .member-card h5{ margin-top:12px; font-weight:700; }
    .member-card p{ color:var(--muted); margin-bottom:0; }

    /* tilt glow */
    .member-card::after{
      content:"";
      position:absolute;
      inset:0;
      pointer-events:none;
      background: linear-gradient(90deg, rgba(255,255,255,0.02), rgba(255,255,255,0.08));
      mix-blend-mode: overlay;
      transition: opacity .28s;
    }

    /* when hovering */
    .member-card.hovered{
      transform: translateY(-10px) rotateX(3deg) rotateY(6deg) scale(1.02);
      box-shadow: 0 28px 60px rgba(12,12,12,0.12);
    }

    /* ===== EVENTS ===== */
    .events-section .carousel-item{ padding:10px; }
    .event-img{ border-radius:14px; height:420px; object-fit:cover; width:100%; }
    .event-caption{
      position:absolute; left:30px; bottom:30px; z-index:5;
      background: linear-gradient(90deg, rgba(0,0,0,0.36), rgba(0,0,0,0.18));
      color:#fff; padding:14px 20px; border-radius:10px; backdrop-filter: blur(4px);
    }

    /* ===== ABOUT ===== */
    .about-text{ max-width:900px; margin:auto; color:#444; font-size:16.5px; line-height:1.75; }

    /* ===== FOOTER ===== */
    .footer{
      background: linear-gradient(90deg,var(--green), #0aa245);
      color:#fff !important;
      position:relative;
      overflow:hidden;
      padding:40px 0;
    }
    .footer .logo{ width:96px; border-radius:10px; }
    .footer p{ margin:0; }

    /* small responsive */
    @media (max-width:992px){
      .hero .hero-card { flex-direction:column; text-align:center; gap:14px; padding:22px; }
      .member-img{ height:210px; }
      .event-img{ height:260px; }
    }

.msme-footer {
  background: #F4F0F0;
  color: #333 !important;
  font-family: 'Poppins', sans-serif;
  padding-top: 60px;
  padding-bottom: 40px;
}

/* Titles */
.footer-title {
  font-weight: 700;
  font-size: 19px;
  margin-bottom: 20px;
}

.footer-subtitle {
  font-weight: 700;
  font-size: 15px;
  margin-top: 22px;
}

/* Normal Text */
.footer-text {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 8px;
}

/* Links */
.footer-links {
  padding-left: 0;
  list-style: none;
  margin-top: 10px;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  font-size: 14px;
  color: #333;
  text-decoration: none !important;   /* NO UNDERLINE */
  display: flex;
  align-items: center;
  gap: 6px;
}

.footer-links a:hover {
  color: #ff6600;
}

.footer-links i {
  font-size: 6px;
  color: #ff6600; /* small dot becomes orange */
}

/* Social Icons */
.footer-social a {
  display: inline-block;
  font-size: 16px;
  width: 34px;
  height: 34px;
  border-radius: 6px;
  background: #ff6600;
  color: #fff;
  text-align: center;
  line-height: 34px;
  margin-right: 7px;
  transition: 0.3s ease;
}

.footer-social a:hover {
  background: #e95500;
}

/* Buttons */
.footer-btn {
  background: #ff6600;
  color: #fff;
  font-weight: 600;
  padding: 11px 5px;
  border-radius: 6px;
  font-size: 14px;
  text-decoration: none !important;
  transition: 0.3s ease;
}

.footer-btn:hover {
  background: #e95500;
}

/* Support logos */
.support-logos img {
  width: 85px;
  margin: 6px 8px 0 0;
  transition: 0.3s;
}

.support-logos img:hover {
  transform: scale(1.05);
}

/* Footer bottom line */
.footer-bottom {
  padding-top: 22px;
  margin-top: 40px;
  font-size: 13px;
  letter-spacing: 0.3px;
  color: #555;
  border-top: 1px solid #ddd;
}




/* Board Section */
.board-section {
  background: #f8f9fa;
  padding-top: 80px;
  padding-bottom: 80px;
}

/* New Enhanced Card */
.new-card {
  background: #fff;
  border-radius: 20px;
  padding: 25px;
  text-align: center;
  border: 1px solid rgba(255, 122, 0, 0.2);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
}

.new-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 18px 35px rgba(255, 122, 0, 0.25);
  border-color: var(--orange);
}
 /* Mobile-first responsiveness */
  #about {
    padding: 40px 15px;
  }

  .section-title {
    font-size: 28px;
  }

  .about-text {
    font-size: 16px;
    line-height: 1.7;
    text-align: justify;
  }

  /* Medium devices (tablets) */
  @media (min-width: 768px) {
    .section-title {
      font-size: 32px;
    }
    .about-text {
      font-size: 17px;
    }
  }

  /* Large devices (desktops) */
  @media (min-width: 992px) {
    .section-title {
      font-size: 36px;
    }
    .about-text {
      font-size: 18px;
    }
  }
  .event-tt{
    min-height: 0px !important;
  }
/* Image Wrapper */
/* Default */
.photo-wrapper {
  width: 100%;
  height: 320px;
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 18px;
}

.photo-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* MOBILE VIEW – FIX CENTER ISSUE */
@media (max-width: 576px) {
  .photo-wrapper {
    height: 320px;
    display: flex;
    justify-content: center;
    align-items: center;  /* centers vertical & horizontal */
  }

  .photo-wrapper img {
    width: 75%;
    height: 75%;
    object-fit: cover;
  }

  .member-card {
    text-align: center;
  }
}



/* Text Styling */
.member-name {
  font-size: 20px;
  font-weight: 700;
  color: #222;
}

.member-role {
  font-size: 15px;
  color: #777;
}

/* Animation */
.new-card {
  opacity: 0;
  transform: translateY(40px);
  animation: fadeUp 0.9s ease forwards;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}

.new-card:nth-child(2) { animation-delay: 0.2s; }
.new-card:nth-child(3) { animation-delay: 0.4s; }
.new-card:nth-child(4) { animation-delay: 0.6s; }
.new-card:nth-child(5) { animation-delay: 0.8s; }
.new-card:nth-child(6) { animation-delay: 1s; }


  .functions-section {
    background-color: #f9f9f9;
  }
  .functions-section .section-title {
    font-size: 32px;
    font-weight: 700;
  }
  .functions-section h5 {
    font-weight: 600;
    margin-bottom: 8px;
  }
  .functions-section p {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
  }
  .functions-section .section-subtitle {
    font-size: 24px;
    font-weight: 600;
  }
  .functions-section .key-facts li {
    font-size: 16px;
    line-height: 1.6;
  }

  @media (max-width: 768px) {
    .functions-section .section-title {
      font-size: 28px;
    }
    .functions-section h5, .functions-section .section-subtitle {
      font-size: 20px;
    }
    .functions-section p, .functions-section .key-facts li {
      font-size: 15px;
    }
  }


   .projects-section {
    background-color: #f5f8fa;
  }
  .projects-section .section-title {
    font-size: 32px;
    font-weight: 700;
  }
  .projects-section .project-subtitle {
    font-size: 18px;
    color: #555;
  }
  .projects-section h5 {
    font-weight: 600;
    margin-bottom: 8px;
  }
  .projects-section p {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
  }
  .projects-section .project-points {
    padding-left: 20px;
    list-style: disc;
    color: #333;
  }

  @media (max-width: 768px) {
    .projects-section .section-title {
      font-size: 28px;
    }
    .projects-section h5 {
      font-size: 20px;
    }
    .projects-section p, .projects-section .project-points li {
      font-size: 15px;
    }
  }

  @media (max-width: 576px) {
  .feature-list {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    overflow-x: auto;   /* so they don't break into new lines */
    white-space: nowrap;
  }

  .feature-list li {
    display: inline-block;
  }
}
