  @font-face {
      font-family: "Square721 BT Roman";
      src: url("../fonts/Square721-BT-Roman/Square721\ BT\ Roman.ttf");
  }

  @font-face {
      font-family: "Adver Gothic";
      src: url("../fonts/Adver\ Gothic.ttf");
  }

  :root {
      --font-primary: "Square721 BT Roman";
      --font-secondary: "Adver Gothic";
      --primary: #8B022D;
      --secondary: #FFEFF4;
      --tertiary: #f7f4f5;
      --primary-text: #1A1A1A;
      --secondary-text: #918F8F;
      --bg-color: #ffffff;
      --white-color: #FFFFFF;
  }

  .h-95 {
      height: 95% !important;
  }

  body {
      margin: 0;
      font-family: Arial, sans-serif;
  }

  /* HERO FULLSCREEN */
  .hero {
      height: 100vh;
      background: url('../assets/banner/banner.webp') no-repeat center center/cover;
      position: relative;
      display: flex;
      align-items: center;
      color: #fff;
  }

  /* DARK OVERLAY */
  .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.4);
  }

  .custom-navbar {
      position: absolute;
      top: 45px;
      left: 0;
      width: 100%;
      z-index: 10;
  }

  .custom-navbar .container {
      max-width: 95%;
  }

  .navbar-inner {
      background: var(--bg-color);
      border-radius: 10px;
      padding: 10px 20px;
  }

  .navbar-brand img {
      height: 80px;
  }

  .nav-link {
      color: var(--primary);
      font-weight: 500;
      margin: 0 4px;
      font-size: 16px;
      font-family: "Square721 BT Roman";
  }

  .navbar .nav-link.active {
      font-weight: 700;
      color: var(--primary);
      border-bottom: 2px solid var(--primary);
  }

  .btn-contact {
      background: #b3003c;
      color: #fff;
      border-radius: 25px;
      padding: 8px 18px;
  }

  .navbar-toggler:focus {
      box-shadow: none !important;
  }

  .dropdown-menu .dropdown-item {
      padding: 10px 20px;
      border-bottom: 1px solid #ccc;
      font-family: "Square721 BT Roman";

  }

  .dropdown-menu .dropdown-item:hover {
      background: var(--primary);
      color: var(--white-color);
  }

  .dropdown-item.active,
  .dropdown-item:active {
      background-color: var(--primary);
  }

  /* Our Team */
  .dropdown-submenu {
      position: relative;
  }

  /* Hidden by default */
  .dropdown-submenu>.submenu {
      display: none !important;
      position: absolute;
      top: 0;
      left: 100%;
      margin: 0;
      min-width: 310px;
  }

  /* Open only on Our Team hover */
  .dropdown-submenu:hover>.submenu {
      display: block !important;
  }
  
    /* Sticky Header after scroll */
.custom-navbar.sticky {
    position: fixed;
    top: 0;
    /* padding: 10px 0; */
    background: transparent;
}

/* Navbar box when sticky */
.custom-navbar.sticky .navbar-inner {
    border-radius: 0 0 10px 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

.custom-navbar.sticky .navbar-brand img {
    height: 65px;
    transition: all 0.3s ease;
}

  /* HERO CONTENT */
  .hero-content {
      position: relative;
      z-index: 2;
      max-width: 600px;
      top: 130px;
  }

  .hero h1 {
      font-size: 50px;
      font-family: var(--font-primary);
      margin-bottom: 25px;
  }

  .custom-btn {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      background: var(--primary);
      color: #fff;
      padding: 10px 18px 10px 20px;
      border-radius: 50px;
      text-decoration: none;
      font-size: 16px;
      font-weight: 500;
      transition: all 0.3s ease;
      font-family: var(--font-primary);
  }

  /* Circle icon */
  .custom-btn .icon {
      display: flex;
      align-items: center;
      justify-content: center;
      background: #fff;
      color: var(--primary);
      width: 28px;
      height: 28px;
      border-radius: 50%;
      font-size: 16px;
      transition: all 0.3s ease;
  }

  .custom-btn:hover {
      background: var(--primary);
  }

  .custom-btn:hover .icon {
      transform: rotate(45deg);
  }

  .navbar .dropdown-toggle::after {
      pointer-events: none;
  }

  .dropdown-menu {
      display: none;
      margin-top: 0px;
      border-radius: 10px;
      border: none;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  }

  /* Show on hover (desktop only) */
  @media (min-width: 992px) {
      .navbar .dropdown:hover .dropdown-menu {
          display: block;
      }
  }

  .dropdown-menu {
      transition: all 0.3s ease;
  }

  .dropdown-item:hover {
      background: #f5f5f5;
  }



  /* ABOUT SECTION */
  .about-section {
      padding: 80px 0;
  }

  .about-section .badge-about {
      padding: 6px 14px;
      border-radius: 20px;
      font-size: 14px;
      color: var(--primary-text);
      border: 1px solid #E9E9E9;
  }

  .about-section .about-title {
      font-family: var(--font-primary);
      color: #8a002c;
      font-size: 40px;
      font-weight: 500;
      line-height: 1.3;
  }

  .about-section .about-text {
      color: var(--primary-text);
      font-size: 16px;
      line-height: 33px;
      margin-bottom: 20px;
      font-family: Arial, sans-serif;
      text-align: justify;
  }

  .about-section .stats {
      align-items: center;
      position: relative;
      gap: 30px;
  }

  .about-section .stat-item p {
      font-size: 16px;
      color: var(--secondary-text);
      margin-bottom: 25px;
      font-family: var(--font-primary);
  }

  .about-section .stat-item h3 {
      font-size: 36px;
      color: var(--primary);
      font-family: var(--font-secondary);
      margin-bottom: 16px;
  }

  .about-section .stats .divider {
      width: 1px;
      height: 50px;
      background: #DDDDDD;
  }


  /* ACTIVITY SECTION BG */
  .activities-section {
      background: var(--primary);
      color: #fff;
      padding: 80px 0;
  }

  .activities-section .badge-activity {
      padding: 6px 14px;
      border-radius: 20px;
      font-size: 14px;
      color: var(--white-color);
      border: 1px solid #E9E9E9;
  }

  .activities-section .section-title {
      font-family: var(--font-primary);
      color: var(--white-color);
      font-size: 40px;
      font-weight: 500;
      line-height: 1.3;
  }

  .custom-btn1 {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      background: var(--secondary);
      color: var(--primary-text);
      padding: 10px 18px 10px 20px;
      border-radius: 50px;
      text-decoration: none;
      font-size: 16px;
      font-weight: 500;
      transition: all 0.3s ease;
      font-family: var(--font-primary);
      cursor: pointer;
  }

  .custom-btn1 .icon {
      display: flex;
      align-items: center;
      justify-content: center;
      background: var(--primary);
      color: var(--secondary);
      width: 28px;
      height: 28px;
      border-radius: 50%;
      font-size: 16px;
      transition: all 0.3s ease;
  }

  .custom-btn1:hover .icon {
      transform: rotate(45deg);
  }

  .activities-section .activity-card {
      position: relative;
      border-radius: 10px;
      overflow: hidden;
      cursor: pointer;
  }

  .activities-section .activity-card img {
      object-fit: cover;
      transition: 0.4s;
  }

  /* OVERLAY */
  .activities-section .overlay {
      position: absolute;
      inset: 0;
      padding: 20px;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      background: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent);
      transition: 0.4s;
  }

  .activities-section .overlay h5 {
      font-size: 18px;
      margin-bottom: 16px;
      font-family: var(--font-primary);
      color: var(--white-color);
  }

  .activities-section .overlay p {
      font-size: 16px;
      font-family: Arial, sans-serif;
      color: var(--white-color);
      height: 72px;
  }

  .activities-section .overlay a {
      color: #fff;
      text-decoration: none;
  }

  .activities-section .activity-card:hover img {
      transform: scale(1.1);
  }

  .activities-section .activity-card .overlay {
      background: linear-gradient(to top,
              rgba(92, 3, 31, 1) 0%,
              rgba(0, 0, 0, 0.6) 60%,
              rgba(0, 0, 0, 0.1) 100%);
  }

  /* .activity-card:hover .overlay {
      background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.2));
  } */

  .activities-section .read-more {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      font-size: 16px;
      font-weight: 500;
      transition: 0.3s ease;
      color: var(--white-color);
  }

  .activities-section .read-more span {
      font-size: 22px;
      transition: 0.3s ease;
  }

  .activities-section .read-more:hover span {
      transform: rotate(45deg);
  }



  /* FOUNDER SECTION  */
  .founder-section {
      padding: 80px 0;
  }

  .founder-section .founder-img {
      position: relative;
      border-radius: 10px;
      overflow: hidden;
  }

  .founder-section .founder-img img {
      width: 100%;
      object-fit: cover;
      border-radius: 10px;
  }

  .founder-section .founder-label {
      position: absolute;
      bottom: 30px;
      right: 0px;
      background: var(--primary);
      color: #fff;
      padding: 10px 14px;
      font-size: 16px;
      border-radius: 5px;
      line-height: 1.4;
      font-family: Arial, sans-serif;
  }

  .founder-section .badge-founder {
      padding: 6px 14px;
      border-radius: 20px;
      font-size: 14px;
      color: var(--primary-text);
      border: 1px solid #E9E9E9;
  }

  .founder-section .founder-text {
      color: var(--primary-text);
      font-size: 16px;
      line-height: 33px;
      margin-bottom: 20px;
      font-family: Arial, sans-serif;
      text-align: justify;
  }

  .founder-section .section-title {
      font-family: var(--font-primary);
      color: var(--primary);
      font-size: 40px;
      font-weight: 500;
      line-height: 1.3;
  }

  /* .founder-section .founder-img img {
      width: 85%;
  } */



  /* REASEARCH SECTION BG */
  .research-section {
      padding: 80px 0;
      background-color: var(--secondary);
  }

  .research-section .badge-research {
      padding: 6px 14px;
      border-radius: 20px;
      font-size: 14px;
      color: var(--primary-text);
      border: 1px solid #aaaaaa;
  }

  .research-section .section-title {
      font-family: var(--font-primary);
      color: var(--primary-text);
      font-size: 40px;
      font-weight: 500;
      line-height: 1.3;
  }

  .research-section .research-card {
      background: var(--primary);
      border-radius: 10px;
      padding: 20px;
      color: #fff;
      position: relative;
      height: 100%;
      transition: 0.3s;
      display: flex;
      flex-direction: column;
      text-decoration: none;
  }

  .research-section .card-icon {
      background: var(--secondary);
      color: var(--primary);
      width: 30px;
      height: 30px;
      border-radius: 50%;
      align-items: center;
      margin-left: auto;
  }

  .research-section .card-icon .icon {
      right: 23px;
      position: absolute;
      top: 25px;
  }

  .research-section .card-title {
      font-family: "Square721 BT Roman";
      color: var(--white-color);
      font-size: 18px;
      margin-bottom: 25px;
      line-height: 1.4;
      height: 100px;
  }

  .research-section .divider {
      padding: 10px 0;
      border-bottom: 1px solid #dddddd;
  }

  .research-section .research-card img {
      width: 100%;
      height: 160px;
      object-fit: cover;
      border-radius: 10px;
      transition: 0.4s ease;
  }

  .research-section .research-card .img-box {
      overflow: hidden;
      border-radius: 10px;
  }

  .research-section .research-card:hover .img-box img {
      transform: scale(1.1);
      /* thoda subtle looks premium */
  }

  .research-section .research-card:hover .card-icon .icon {
      transform: rotate(45deg);
  }

  .research-section .card-footer-text {
      font-size: 16px;
      color: var(--white-color);
      font-family: Arial, sans-serif;
      margin-top: 10px;
  }


  /* AWARD SECTION */
  .awards-section {
      padding: 80px 0;
  }

  .awards-section .badge-research {
      padding: 6px 14px;
      border-radius: 20px;
      font-size: 14px;
      color: var(--primary-text);
      border: 1px solid #aaaaaa;
  }

  .awards-section .section-title {
      font-family: var(--font-primary);
      color: var(--primary);
      font-size: 40px;
      font-weight: 500;
      line-height: 1.3;
  }

  .awards-section .card-body h5 {
      font-family: var(--font-primary);
      color: var(--primary);
      font-size: 18px;
      font-weight: 500;
      margin-top: 0;
  }

  .awards-section .award-item {
      padding: 18px 0;
      border-bottom: 0.5px solid #ddd;
      transition: 0.3s;
      text-decoration: none;
      position: relative;
  }

  .awards-section .year {
      color: var(--primary);
      font-size: 30px;
      font-family: "Square721 BT Roman";
      font-weight: 600;
      min-width: 60px;
  }

  .awards-section .award-item h6 {
      margin: 0;
      font-size: 22px;
      font-family: "Square721 BT Roman";
      color: var(--primary-text);
  }

  .awards-section .award-item p {
      margin: 0;
      font-size: 16px;
      color: var(--secondary-text);
      font-family: Arial, sans-serif;
  }

  .awards-section .award-item:hover {
      transform: translateX(5px);
  }

  .awards-section .award-item .card-icon {
      background: var(--primary);
      width: 40px;
      height: 40px;
      border-radius: 50%;
      align-items: center;
      margin-left: auto;
  }

  .awards-section .card-icon .icon {
      right: 8px;
      position: absolute;
      top: 32px;
      color: var(--white-color);
  }

  .awards-section .award-item:hover .card-icon .icon {
      transform: rotate(45deg);
  }


  /* FOOTER SECTION */
  .footer-section {
      background: var(--secondary);
      padding: 60px 0;
      font-size: 14px;
  }

  .footer-section .footer-top {
      margin-bottom: 20px;
  }

  .footer-section .footer-desc {
      max-width: 350px;
      color: var(--primary-text);
      font-size: 20px;
      font-family: "Square721 BT Roman";
  }

  .footer-section .social-icons a {
      margin-left: 15px;
      color: var(--primary);
      font-size: 22px;
  }

  .footer-section .footer-section hr {
      border-color: var(--primary);
      margin: 20px 0;
  }

  .footer-section .footer-logo {
      width: 70px;
      margin-bottom: 10px;
  }

  .footer-section .copyright {
      font-size: 16px;
      color: var(--primary-text);
      font-family: Arial, sans-serif;
  }

  .footer-section .footer-main ul {
      list-style: none;
      padding: 0;
      margin-bottom: 0;
  }

  .footer-section .footer-main li {
      margin-bottom: 14px;
  }

  .footer-section .footer-main li a {
      text-decoration: none;
      color: var(--primary-text);
      font-size: 16px;
      font-family: "Square721 BT Roman";

  }

  .footer-section .footer-main li a:hover {
      color: var(--primary);
  }

  .footer-section .copyright-highlight {
      color: var(--primary);
  }


  /* BREADCRUB SECTION */
  .page-header {
      position: relative;
      background: url('../assets/banner/bg.webp') no-repeat;
      background-position: center center;
      background-size: cover;
      /* padding: 265px 0 150px; */
      padding: 250px 0 100px;
      /* margin-top: 20px; */
      overflow: hidden;
  }

  .page-header:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: #000;
      opacity: 70%;
      width: 100%;
      height: 100%;
      z-index: 1;
  }

  .agriculture-research-banner {
      position: relative;
      background: url('../assets/banner/agriculture-research.webp') no-repeat;
      background-position: center center;
      background-size: cover;
      /* padding: 265px 0 150px; */
      padding: 250px 0 100px;
      /* margin-top: 20px; */
      overflow: hidden;
  }

  .agriculture-research-banner:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: #000;
      opacity: 40%;
      width: 100%;
      height: 100%;
      z-index: 1;
  }

  .agriculture-education-banner {
      position: relative;
      background: url('../assets/banner/agriculture-education.webp') no-repeat;
      background-position: center center;
      background-size: cover;
      /* padding: 265px 0 150px; */
      padding: 250px 0 100px;
      /* margin-top: 20px; */
      overflow: hidden;
  }

  .agriculture-education-banner:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: #000;
      opacity: 40%;
      width: 100%;
      height: 100%;
      z-index: 1;
  }

  .research-development-banner {
      position: relative;
      background: url('../assets/banner/research-development.webp') no-repeat;
      background-position: center center;
      background-size: cover;
      /* padding: 265px 0 150px; */
      padding: 250px 0 100px;
      /* margin-top: 20px; */
      overflow: hidden;
  }

  .research-development-banner:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: #000;
      opacity: 40%;
      width: 100%;
      height: 100%;
      z-index: 1;
  }

  .agriculture-extension-banner {
      position: relative;
      background: url('../assets/banner/agriculture-extension.webp') no-repeat;
      background-position: center center;
      background-size: cover;
      /* padding: 265px 0 150px; */
      padding: 250px 0 100px;
      /* margin-top: 20px; */
      overflow: hidden;
  }

  .agriculture-extension-banner:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: #000;
      opacity: 40%;
      width: 100%;
      height: 100%;
      z-index: 1;
  }

  .agriculture-engineering-banner {
      position: relative;
      background: url('../assets/banner/agriculture-engineering.webp') no-repeat;
      background-position: center center;
      background-size: cover;
      /* padding: 265px 0 150px; */
      padding: 250px 0 100px;
      /* margin-top: 20px; */
      overflow: hidden;
  }

  .agriculture-engineering-banner:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: #000;
      opacity: 40%;
      width: 100%;
      height: 100%;
      z-index: 1;
  }

  .aspee-gold-banner {
      position: relative;
      background: url('../assets/banner/aspee-gold.webp') no-repeat;
      background-position: center center;
      background-size: cover;
      /* padding: 265px 0 150px; */
      padding: 250px 0 100px;
      /* margin-top: 20px; */
      overflow: hidden;
  }

  .aspee-gold-banner:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: #000;
      opacity: 40%;
      width: 100%;
      height: 100%;
      z-index: 1;
  }

  .aspee-alumini-banner {
      position: relative;
      background: url('../assets/banner/aspee-alumini.webp') no-repeat;
      background-position: center center;
      background-size: cover;
      /* padding: 265px 0 150px; */
      padding: 250px 0 100px;
      /* margin-top: 20px; */
      overflow: hidden;
  }

  .aspee-alumini-banner:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: #000;
      opacity: 40%;
      width: 100%;
      height: 100%;
      z-index: 1;
  }

  .seminar-banner {
      position: relative;
      background: url('../assets/banner/seminar.webp') no-repeat;
      background-position: center center;
      background-size: cover;
      /* padding: 265px 0 150px; */
      padding: 250px 0 100px;
      /* margin-top: 20px; */
      overflow: hidden;
  }

  .seminar-banner:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: #000;
      opacity: 45%;
      width: 100%;
      height: 100%;
      z-index: 1;
  }

  .mou-banner {
      position: relative;
      background: url('../assets/banner/mou.webp') no-repeat;
      background-position: center center;
      background-size: cover;
      /* padding: 265px 0 150px; */
      padding: 250px 0 100px;
      /* margin-top: 20px; */
      overflow: hidden;
  }

  .mou-banner:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: #000;
      opacity: 40%;
      width: 100%;
      height: 100%;
      z-index: 1;
  }

  .publication-banner {
      position: relative;
      background: url('../assets/banner/publication.webp') no-repeat;
      background-position: center center;
      background-size: cover;
      /* padding: 265px 0 150px; */
      padding: 250px 0 100px;
      /* margin-top: 20px; */
      overflow: hidden;
  }

  .publication-banner:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: #000;
      opacity: 70%;
      width: 100%;
      height: 100%;
      z-index: 1;
  }

  .download-form-banner {
      position: relative;
      background: url('../assets/banner/download-form.webp') no-repeat;
      background-position: center center;
      background-size: cover;
      /* padding: 265px 0 150px; */
      padding: 250px 0 100px;
      /* margin-top: 20px; */
      overflow: hidden;
  }

  .download-form-banner:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: #000;
      opacity: 40%;
      width: 100%;
      height: 100%;
      z-index: 1;
  }

  .founder-banner {
      position: relative;
      background: url('../assets/banner/founder.webp') no-repeat;
      background-position: center center;
      background-size: cover;
      /* padding: 265px 0 150px; */
      padding: 250px 0 100px;
      /* margin-top: 20px; */
      overflow: hidden;
  }

  .founder img {
      border-radius: 10px;
  }

  .founder-banner:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: #000;
      opacity: 50%;
      width: 100%;
      height: 100%;
      z-index: 1;
  }

  .facilities-banner {
      position: relative;
      background: url('../assets/banner/facilities.webp') no-repeat;
      background-position: center center;
      background-size: cover;
      /* padding: 265px 0 150px; */
      padding: 250px 0 100px;
      /* margin-top: 20px; */
      overflow: hidden;
  }

  .facilities-banner:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: #000;
      opacity: 40%;
      width: 100%;
      height: 100%;
      z-index: 1;
  }

  .news-banner {
      position: relative;
      background: url('../assets/banner/news.webp') no-repeat;
      background-position: center center;
      background-size: cover;
      /* padding: 265px 0 150px; */
      padding: 250px 0 100px;
      /* margin-top: 20px; */
      overflow: hidden;
  }

  .news-banner:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: #000;
      opacity: 50%;
      width: 100%;
      height: 100%;
      z-index: 1;
  }

  .newsletter-banner {
      position: relative;
      background: url('../assets/banner/newsletter.webp') no-repeat;
      background-position: center center;
      background-size: cover;
      /* padding: 265px 0 150px; */
      padding: 250px 0 100px;
      /* margin-top: 20px; */
      overflow: hidden;
  }

  .newsletter-banner:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: #000;
      opacity: 50%;
      width: 100%;
      height: 100%;
      z-index: 1;
  }

  .contact-banner {
      position: relative;
      background: url('../assets/banner/contact.webp') no-repeat;
      background-position: center center;
      background-size: cover;
      /* padding: 265px 0 150px; */
      padding: 250px 0 100px;
      /* margin-top: 20px; */
      overflow: hidden;
  }

  .contact-banner:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: #000;
      opacity: 40%;
      width: 100%;
      height: 100%;
      z-index: 1;
  }

  .aboutus-banner {
      position: relative;
      background: url('../assets/banner/aboutus.webp') no-repeat;
      background-position: center center;
      background-size: cover;
      /* padding: 265px 0 150px; */
      padding: 250px 0 100px;
      /* margin-top: 20px; */
      overflow: hidden;
  }

  .aboutus-banner:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: #000;
      opacity: 40%;
      width: 100%;
      height: 100%;
      z-index: 1;
  }

  .activity-banner {
      position: relative;
      background: url('../assets/banner/activity.webp') no-repeat;
      background-position: center center;
      background-size: cover;
      /* padding: 265px 0 150px; */
      padding: 250px 0 100px;
      /* margin-top: 20px; */
      overflow: hidden;
  }

  .activity-banner:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: #000;
      opacity: 40%;
      width: 100%;
      height: 100%;
      z-index: 1;
  }

  .awards-banner {
      position: relative;
      background: url('../assets/banner/awards.webp') no-repeat;
      background-position: center center;
      background-size: cover;
      /* padding: 265px 0 150px; */
      padding: 250px 0 100px;
      /* margin-top: 20px; */
      overflow: hidden;
  }

  .awards-banner:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: #000;
      opacity: 40%;
      width: 100%;
      height: 100%;
      z-index: 1;
  }

  .school-banner {
      position: relative;
      background: url('../assets/banner/school-banner.webp') no-repeat;
      background-position: center center;
      background-size: cover;
      /* padding: 265px 0 150px; */
      padding: 250px 0 100px;
      /* margin-top: 20px; */
      overflow: hidden;
  }

  .school-banner:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: #000;
      opacity: 40%;
      width: 100%;
      height: 100%;
      z-index: 1;
  }

  .team-banner {
      position: relative;
      background: url('../assets/banner/team-banner.webp') no-repeat;
      background-position: center center;
      background-size: cover;
      /* padding: 265px 0 150px; */
      padding: 250px 0 100px;
      /* margin-top: 20px; */
      overflow: hidden;
  }

  .team-banner:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: #000;
      opacity: 40%;
      width: 100%;
      height: 100%;
      z-index: 1;
  }

  .page-header .container {
      position: relative;
      z-index: 2;
  }

  .page-header-box {
      text-align: left;
  }

  .page-header-box h1 {
      display: inline-block;
      font-size: 48px;
      font-weight: 600;
      line-height: 1.1em;
      color: var(--white-color);
      margin-bottom: 10px;
      font-family: "Square721 BT Roman";
  }

  .page-header-box ol {
      justify-content: left;
      margin-bottom: 25px;
      padding: 0;
  }

  .page-header-box ol li.breadcrumb-item {
      font-size: 14px;
      font-family: Arial, sans-serif;
      line-height: normal;
      text-transform: capitalize;
      color: var(--white-color);
      display: flex;
      align-items: center;
  }

  .page-header-box .hero-line {
      width: 160px;
      height: 3px;
      background: var(--white-color);
      margin: 15px 0;
  }

  .page-header-box .hero-text {
      font-family: Arial, sans-serif;
      color: var(--white-color);
      font-size: 16px;
  }

  .page-header-box ol li.breadcrumb-item a {
      color: var(--white-color);
      font-size: 14px;
      font-family: Arial, sans-serif;
      text-decoration: none;
  }

  .page-header-box ol .breadcrumb-item+.breadcrumb-item::before {
      color: var(--white-color);
  }

  /* Our-Activities-Section */

  .agricultural-extension {
      padding: 80px 0 0 !important;
  }

  .agriculture-extension-details {
      padding: 0 0 80px 0;
  }

  .our-activities-section {
      padding: 0px 0 80px 0;
  }

  .our-activities-section .year-box {
      background: var(--tertiary);
      padding: 30px;
      margin-bottom: 30px;
      border-radius: 5px;
  }

  .our-activities-section .year-box-content {
      display: flex;
      justify-content: space-between;
      align-items: center;
  }

  .our-activities-section .year-title {
      display: flex;
      align-items: center;
      gap: 12px;
  }

  .our-activities-section .year-title .year-text {
      display: flex;
      align-items: center;
      gap: 5px;
  }

  .our-activities-section .year-title .icon-circle {
      width: 40px;
      height: 40px;
      background: var(--primary);
      color: #fff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
  }

  .our-activities-section .year-title .year-label {
      font-size: 18px;
      color: var(--primary-color);
      font-family: "Square721 BT Roman";
      font-weight: 500;
  }

  .our-activities-section .year-title .year-value {
      font-size: 18px;
      color: var(--primary);
      font-family: "Square721 BT Roman";
      font-weight: 600;
  }

  /* Cards */
  /* .research-card {
      border: 1px solid var(--divider-color);
      padding: 20px;
      background: var(--bg-color);
      transition: 0.3s;
      height: 100%;
  } */

  .our-activities-section .research-card p {
      font-family: "Square721 BT Roman";
      color: var(--primary-text);
      font-size: 18px;
      margin-bottom: 25px;
      line-height: 1.4;
      height: 100px;
  }

  .our-activities-section .research-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  }

  .our-activities-section .research-card .icon-circle {
      /* width: 60px;
      height: 60px;
      background: var(--secondary); */
      color: #aaabab;
      /* border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center; */
      font-size: 26px;
  }


  .our-activities-section .nav-pills .nav-link {
      font-size: 14px;
      padding: 10px 25px;
      border-radius: 5px;
      font-size: 16px;
      font-family: "Square721 BT Roman";
      color: var(--primary);
      border: 1px solid #ddd;
      box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }

  .our-activities-section .nav-pills .nav-link.active {
      background: var(--primary);
      color: var(--white-color);
      padding: 10px 25px;
      border-radius: 5px;
      font-size: 16px;
      font-family: "Square721 BT Roman";
      box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }

  .our-activities-section .pdf-card {
      /* background: #fff; */
      background: url(../activities/bg.jpg);
      background-size: cover;
      border-radius: 10px;
      padding: 20px;
      position: relative;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
      transition: 0.3s ease;
      height: 100%;
  }

  .our-activities-section .pdf-card::before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      border-width: 0 35px 35px 0;
      border-style: solid;
      border-color: #e0e0e0 #f5f5f5;
      border-radius: 0 12px 0 0;
  }

  .our-activities-section .pdf-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 18px 35px rgba(0, 0, 0, 0.15);
  }



  .our-activities-details {
      padding: 80px 0;
  }

  .our-activities-details img {
      border-radius: 10px;
  }

  .our-activities-details .about-title {
      font-family: var(--font-primary);
      color: #8a002c;
      font-size: 40px;
      font-weight: 500;
      line-height: 1.3;
  }

  .our-activities-details .about-text {
      color: var(--primary-text);
      font-size: 16px;
      line-height: 33px;
      margin-bottom: 20px;
      font-family: Arial, sans-serif;
      text-align: justify;
  }

  .our-activities-details .about-text1 {
      padding: 20px 0 20px 40px;
      color: var(--primary-text);
      font-size: 16px;
      line-height: 33px;
      margin-bottom: 20px;
      font-family: var(--font-primary);
      text-align: justify;
      border-left: 3px solid var(--primary);
  }


  .swiper-wrapper {
      display: flex;
  }

  .swiper-slide img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 10px;
  }

  /* Common styles */
  .swiper-button-next,
  .swiper-button-prev {
      width: 35px !important;
      height: 35px !important;
      background-color: var(--primary);
      /* change color */
      border-radius: 5px;
      color: #fff;
      transition: 0.3s ease;
  }

  .swiper-button-prev:after {
      font-size: 16px !important;
      color: #fff !important;
  }

  .swiper-button-next:after {
      font-size: 16px !important;
      color: #fff !important;
  }

  .swiper-button-next:hover,
  .swiper-button-prev:hover {
      background-color: var(--primary-text);
      /* brand color */

  }

  .swiper-button-next {
      right: 20px;
  }

  .swiper-button-prev {
      left: 20px;
  }


  /* ABOUTUS PAGE */
  .aboutuspage-section {
      padding: 80px 0 0 0;
  }

  .aboutuspage-section .badge-about {
      padding: 6px 14px;
      border-radius: 20px;
      font-size: 14px;
      color: var(--primary-text);
      border: 1px solid #E9E9E9;
  }

  .aboutuspage-section .about-title {
      font-family: var(--font-primary);
      color: #8a002c;
      font-size: 40px;
      font-weight: 500;
      line-height: 1.3;
  }

  .aboutus-content-section .about-content p {
      padding: 20px 0 20px 40px;
      color: var(--primary-text);
      font-size: 16px;
      line-height: 33px;
      margin-bottom: 20px;
      font-family: var(--font-primary);
      text-align: justify;
      border-left: 3px solid var(--primary);
  }

  .aboutus-content-section .about-text {
      color: var(--primary-text);
      font-size: 16px;
      line-height: 33px;
      font-family: Arial, sans-serif;
  }

  .lab-to-land-section {
      padding: 60px 0;
  }

  .lab-to-land-section .lab-to-land {
      background-color: var(--tertiary);
      padding: 40px;
      color: var(--primary-text);
      font-size: 16px;
      line-height: 33px;
      margin-bottom: 20px;
      font-family: var(--font-primary);
      text-align: justify;
      border-radius: 10px;
  }

  .lab-to-land-section .lab-to-land h5 {
      color: var(--primary);
      font-size: 22px;
      font-weight: 600;
  }

  .lab-to-land-section .founder .text {
      font-family: "Square721 BT Roman";
      color: var(--primary-text);
      font-size: 18px;
      margin-bottom: 0;
      text-align: center;
      font-weight: 600;
      padding: 10px;
      background: var(--tertiary);
  }

  .lab-to-land-section .lab-to-land .about-content {
      color: var(--primary-text);
      font-size: 16px;
      line-height: 33px;
      font-family: var(--font-primary);
      text-align: justify;
  }

  .lab-to-land-section .founder img {
      border-radius: 10px 10px 0 0;
  }

  .about-founder-section {
      padding: 80px 0;
      background-color: var(--primary);
  }

  .about-founder-section .founder img {
      border-radius: 10px;
  }

  .about-founder-section .about-founder-content {
      padding: 20px 0 20px 40px;
      color: var(--white-color);
      font-size: 16px;
      line-height: 33px;
      margin-bottom: 8px;
      font-family: var(--font-primary);
      text-align: justify;
      border-left: 3px solid var(--white-color);
  }

  .about-founder-section h5 {
      color: var(--white-color);
      font-size: 22px;
      font-weight: 600;
  }

  .about-founder-section p {
      color: var(--white-color);
      font-size: 16px;
      line-height: 33px;
      font-family: Arial, sans-serif;
  }

  .about-timeline-section {
      padding: 80px 0;

  }

  .about-timeline-section h3 {
      font-family: var(--font-primary);
      color: #8a002c;
      font-size: 30px;
      font-weight: 500;
      line-height: 1.3;
      /* text-align: center; */
  }

  .about-timeline-section p {
      color: var(--primary-text);
      font-size: 16px;
      line-height: 33px;
      font-family: Arial, sans-serif;
      /* text-align: center; */
  }

  .about-timeline-section .timeline-section .timeline-card {
      background: var(--primary);
      border-radius: 10px;
      padding: 25px;
  }

  .about-timeline-section .timeline-section .timeline-card i {
      font-size: 16px;
      color: var(--white-color);
  }

  .about-timeline-section .timeline-section .timeline-card h6 {
      color: var(--white-color);
      font-size: 20px;
      font-family: var(--font-primary);
  }

  .about-timeline-section .timeline-section .timeline-card .timeline-item h5 {
      color: var(--white-color);
      font-size: 18px;
      font-family: var(--font-primary);
  }

  .about-timeline-section .timeline-section .timeline-card .timeline-item p {
      color: var(--white-color);
      font-size: 16px;
      font-family: Arial, sans-serif;

  }

  .about-timeline-section .timeline-section .timeline::before {
      content: "";
      position: absolute;
      left: 10px;
      top: 0;
      width: 2px;
      height: 100%;
      background: rgba(255, 255, 255, 0.2);
  }

  /* Timeline dot */
  .about-timeline-section .timeline-section .timeline-item {
      position: relative;
  }

  .about-timeline-section .timeline-section .timeline-item::before {
      content: "";
      position: absolute;
      left: -18px;
      top: 6px;
      width: 10px;
      height: 10px;
      background: var(--bg-color);
      border-radius: 50%;
      box-shadow: 0 0 0 4px rgb(255 255 255 / 20%);
      animation: blinkShadow 1.5s infinite;
  }

  @keyframes blinkShadow {
      0% {
          box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
      }

      50% {
          box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
      }

      100% {
          box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
      }
  }

  .about-timeline-section .timeline-wrapper {
      max-height: 320px;
      overflow-y: auto;
      padding-right: 10px;
  }

  .timeline-item ul {
      color: var(--white-color);
  }

  /* Optional scrollbar styling */
  .timeline-wrapper::-webkit-scrollbar {
      width: 5px;
  }

  .timeline-wrapper::-webkit-scrollbar-thumb {
      background: #ccc;
      border-radius: 10px;
  }

  .about-timeline-section .about-text {
      color: var(--primary-text);
      font-size: 16px;
      line-height: 33px;
      font-family: Arial, sans-serif;
  }

  .objectives-section {
      background: var(--tertiary);
      padding: 80px 0;
  }

  .objectives-section .objectives-content h4 {
      color: var(--primary);
      font-size: 30px;
      font-family: var(--font-primary);
  }

  .objectives-section .obj-card {
      background: var(--bg-color);
      border-radius: 10px;
      padding: 25px;
  }

  .objectives-section .obj-card i {
      font-size: 26px;
      color: var(--primary);
  }

  .objectives-section .obj-card p {
      color: var(--primary-text);
      font-size: 16px;
      line-height: 33px;
      font-family: Arial, sans-serif;
      text-align: left;
  }

  .objectives-section .highlight-card {
      background: var(--primary);
      border-radius: 10px;
      color: #fff;
      position: relative;
      overflow: hidden;
  }

  .objectives-section .highlight-card::before {
      content: "";
      position: absolute;
      right: -40px;
      bottom: -40px;
      width: 150px;
      height: 150px;
      background: rgba(255, 255, 255, 0.05);
      border-radius: 50%;
  }

  .objectives-section .highlight-card h5 {
      color: var(--white-color);
      font-size: 22px;
      font-family: var(--font-primary);
  }

  .objectives-section .highlight-card p {
      color: var(--white-color);
      font-size: 16px;
      line-height: 33px;
      font-family: Arial, sans-serif;
      text-align: left;
  }

  .objectives-section .highlight-card .text-light {
      color: var(--white-color);
      font-size: 14px;
      font-family: Arial, sans-serif;
  }



  /* ── ACHIEVEMENTS ── */
  .achievements-section {
      padding: 0 0px 80px 0;
  }

  .achievements-section .section-heading {
      font-family: var(--font-primary);
      color: var(--primary);
      font-size: 30px;
      font-weight: 500;
  }

  .achievements-section .ach-card h5 {
      color: var(--primary);
      font-size: 20px;
      font-family: var(--font-primary);
  }

  .achievements-section .ach-card {
      background: var(--tertiary);
      border-radius: 10px;
      padding: 25px;
      height: 100%;
      transition: background 0.3s, transform 0.3s;
  }


  .achievements-section .ach-icon {
      width: 48px;
      height: 48px;
      border-radius: 50%;
      background: var(--primary);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.3rem;
      color: var(--white-color);
      margin-bottom: 1rem;
  }


  .achievements-section .ach-list {
      /* padding: 0; */
      margin: 0;
  }

  .achievements-section .ach-list li {
      font-size: 16px;
      color: var(--primary-text);
      line-height: 33px;
      font-family: Arial, sans-serif;
      position: relative;
  }

  .achievements-section .ach-list li::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0.7rem;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: var(--gold);
  }

  /* ── FORWARD BANNER ── */
  .forward-section {
      background: var(--primary);
      padding: 80px 0;
  }

  .forward-section .forward-card h3 {
      font-family: var(--font-primary);
      color: var(--white-color);
      font-size: 30px;
      font-weight: 500;
      margin-bottom: 15px;
  }

  .forward-section .forward-card p {
      color: var(--white-color);
      font-size: 18px;
      line-height: 33px;
      font-family: Arial, sans-serif;
      text-align: left;
      text-align: center;
  }

  .forward-section .tagline-badge {
      color: var(--tertiary);
      font-size: 22px;
      font-weight: 600;
      font-style: italic;
      text-align: center;
  }

  /* Contact Section */

  .contact-section {
      padding: 80px 0;
  }

  .contact-section .badge-about {
      padding: 6px 14px;
      border-radius: 20px;
      font-size: 14px;
      color: var(--primary-text);
      border: 1px solid #E9E9E9;
  }

  .contact-section .about-title {
      font-family: var(--font-primary);
      color: var(--primary);
      font-size: 40px;
      font-weight: 500;
      line-height: 1.3;
  }

  .contact-section h6 {
      font-size: 16px;
      color: var(--secondary-text);
      margin-bottom: 15px;
      font-family: var(--font-primary);
  }

  .contact-section p {
      font-family: Arial, sans-serif;
      color: var(--primary-text);
      font-size: 16px;
  }

  .contact-section .social-media {
      color: var(--primary-text);
      font-size: 16px;
  }

  .contact-section .contact-card {
      background: var(--white-color);
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  }

  .contact-section .contact-card p {
      font-family: var(--font-primary);
      color: var(--primary-text);
      font-size: 18px;
  }

  .contact-section .contact-card h5 {
      font-family: var(--font-primary);
      font-size: 22px;
      color: var(--primary);
  }

  .contact-section .contact-card .form-control {
      border: none;
      border-bottom: 1px solid #ccc;
      border-radius: 0;
      background: transparent;
      padding: 15px 0px;
      font-size: 16px;
      box-shadow: none;
      font-family: Arial, sans-serif;
  }

  .contact-section .contact-card .form-select {
      border: none;
      border-bottom: 1px solid #ccc;
      border-radius: 0;
      /* background: #fff; */
      padding: 15px 0px;
      font-size: 16px;
      box-shadow: none;
      font-family: Arial, sans-serif;
  }


  /* .contact-section .contact-card textarea.form-control {
      height: auto;
      resize: none;
  } */

  .contact-section .contact-card .form-control:focus {
      border-bottom: 2px solid var(--primary);
      outline: none;
      box-shadow: none;
  }

  .contact-section .contact-card .form-control::placeholder {
      color: #999;
      font-size: 16px;
  }

  .contact-section .contact-card .form-select::placeholder {
      color: #999;
      font-size: 16px;
  }


  .contact-section .contact-card .form-select:focus {
      border-bottom: 2px solid var(--primary);
      outline: none;
      box-shadow: none;
  }

  .contact-section .contact-card .form-select::placeholder {
      color: #999;
      font-size: 16px;
  }


  .map-section {
      padding: 0 0 80px 0;
  }

  /* Award Section */
  .awards-recognisation-section {
      padding: 80px 0 0px 0;
  }

  .awards-recognisation-section .badge-about {
      padding: 6px 14px;
      border-radius: 20px;
      font-size: 14px;
      color: var(--primary-text);
      border: 1px solid #E9E9E9;
  }

  .awards-recognisation-section .about-title {
      font-family: var(--font-primary);
      color: var(--primary);
      font-size: 40px;
      font-weight: 500;
      line-height: 1.3;
  }

  .awards-content-section .awards-content p {
      padding: 20px 0 20px 40px;
      color: var(--primary-text);
      font-size: 16px;
      line-height: 33px;
      margin-bottom: 20px;
      font-family: var(--font-primary);
      text-align: justify;
      border-left: 3px solid var(--primary);
  }

  .awards-content-section p {
      color: var(--primary-text);
      font-size: 16px;
      line-height: 33px;
      font-family: Arial, sans-serif;
  }

  .awards-content-section {
      padding: 0 0 80px 0;
  }

  .awards-content-section .award-img-box {
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .farmer-award-section {
      padding: 80px 0;
      background-color: var(--primary);
  }

  .farmer-award-section h3 {
      font-family: var(--font-primary);
      color: var(--white-color);
      font-size: 40px;
      font-weight: 500;
      line-height: 1.3;
  }

  .farmer-award-section p {
      color: var(--white-color);
      font-size: 16px;
      line-height: 33px;
      font-family: Arial, sans-serif;
  }

  .farmer-award-section .prize-presentation {
      display: flex;
      align-items: baseline;
      gap: 15px;
      border-top: 1px solid rgb(255 255 255 / 51%);
      padding-top: 30px;
  }

  .farmer-award-section .prize-amount {
      font-size: 40px;
      font-family: var(--font-primary);
      color: var(--white-color);
      font-weight: 500;
      line-height: 1;
  }

  .farmer-award-section .prize-meta {
      font-family: Arial, sans-serif;
      font-size: 22px;
      color: var(--white-color);
      text-transform: uppercase;
      letter-spacing: 1px;
  }

  .awardees-section {
      padding: 0 0 80px 0;
  }

  .awardees .about-title {
      font-family: var(--font-primary);
      color: var(--primary);
      font-size: 40px;
      font-weight: 500;
      line-height: 1.3;
  }


  /* Founder Page section */
  .founderpage-section {
      padding: 80px 0 40px 0;
  }

  .founderpage-section .badge-about {
      padding: 6px 14px;
      border-radius: 20px;
      font-size: 14px;
      color: var(--primary-text);
      border: 1px solid #E9E9E9;
  }

  .founderpage-section .about-title {
      font-family: var(--font-primary);
      color: var(--primary);
      font-size: 40px;
      font-weight: 500;
      line-height: 1.3;
  }

  .founderpage-section .about-content {
      padding: 20px 0 20px 40px;
      color: var(--primary-text);
      font-size: 16px;
      line-height: 33px;
      margin-bottom: 20px;
      font-family: var(--font-primary);
      text-align: justify;
      border-left: 3px solid var(--primary);
  }

  .founderpage-section .about-content h2 {
      color: var(--primary-text);
      font-size: 26px;
      font-weight: 600;
  }

  .founderpage-section .about-content p {
      color: var(--primary-text);
      font-size: 16px;
      line-height: 33px;
      font-family: Arial, sans-serif;
  }

  .founderpage-section p {
      color: var(--primary-text);
      font-size: 16px;
      line-height: 33px;
      font-family: Arial, sans-serif;
      text-align: justify;
  }

  .founderpage-content-section {
      padding: 0 0 80px 0;
  }

  .founderpage-content-section p {
      background-color: var(--primary);
      padding: 40px;
      color: var(--white-color);
      font-size: 16px;
      line-height: 33px;
      margin-bottom: 20px;
      font-family: var(--font-primary);
      text-align: justify;
      border-radius: 10px;
  }

  .founderpage-content-section img {
      border-radius: 10px;
  }

  .founderpage-section .highlight {
      font-family: var(--font-primary);
      color: var(--primary);
      font-weight: 600;
  }

  .founderpage-section1 {
      padding: 0 0 80px;
  }

  .founderpage-section1 .badge-about {
      padding: 6px 14px;
      border-radius: 20px;
      font-size: 14px;
      color: var(--primary-text);
      border: 1px solid #E9E9E9;
  }

  .founderpage-section1 .about-title {
      font-family: var(--font-primary);
      color: var(--primary);
      font-size: 40px;
      font-weight: 500;
      line-height: 1.3;
  }

  .founderpage-section1 .about-content {
      padding: 20px 0 20px 40px;
      color: var(--primary-text);
      font-size: 16px;
      line-height: 33px;
      margin-bottom: 20px;
      font-family: var(--font-primary);
      text-align: justify;
      border-left: 3px solid var(--primary);
  }

  .founderpage-section1 .about-content h2 {
      color: var(--primary-text);
      font-size: 26px;
      font-weight: 600;
  }

  .founderpage-section1 .about-content p {
      color: var(--primary-text);
      font-size: 16px;
      line-height: 33px;
      font-family: Arial, sans-serif;
  }

  .founderpage-section1 p {
      color: var(--primary-text);
      font-size: 16px;
      line-height: 33px;
      font-family: Arial, sans-serif;
      text-align: justify;
  }

  .founderpage-section1 .award-list {
      color: var(--primary-text);
      font-size: 16px;
      line-height: 33px;
      font-family: Arial, sans-serif;
  }

  .founderpage-section1 h6 {
      font-family: var(--font-primary);
      color: var(--primary);
      font-size: 18px;
      font-weight: 500;
      line-height: 1.3;
  }

  /* PUBLICATION PAGE SECTION BG */
  .publication-section {
      padding: 80px 0;
  }

  .publication-section .badge-research {
      padding: 6px 14px;
      border-radius: 20px;
      font-size: 14px;
      color: var(--primary-text);
      border: 1px solid #aaaaaa;
  }

  .publication-section .section-title {
      font-family: var(--font-primary);
      color: var(--primary);
      font-size: 40px;
      font-weight: 500;
      line-height: 1.3;
  }

  .publication-section .research-card {
      background: var(--primary);
      border-radius: 10px;
      padding: 20px;
      color: #fff;
      position: relative;
      height: 100%;
      transition: 0.3s;
      display: flex;
      flex-direction: column;
      text-decoration: none;
  }

  .publication-section .card-icon {
      background: var(--secondary);
      color: var(--primary);
      width: 30px;
      height: 30px;
      border-radius: 50%;
      align-items: center;
      margin-left: auto;
  }

  .publication-section .card-icon .icon {
      right: 23px;
      position: absolute;
      top: 25px;
  }

  .publication-section .card-title {
      font-family: "Square721 BT Roman";
      color: var(--white-color);
      font-size: 16px;
      margin-bottom: 25px;
      line-height: 1.4;
      height: 100px;
  }

  .publication-section .divider {
      padding: 10px 0;
      border-bottom: 1px solid #dddddd;
  }

  .publication-section .research-card img {
      width: 100%;
      height: 160px;
      object-fit: cover;
      border-radius: 10px;
      transition: 0.4s ease;
  }

  .publication-section .research-card .img-box {
      overflow: hidden;
      border-radius: 8px;
  }

  .publication-section .research-card:hover .img-box img {
      transform: scale(1.1);
      /* thoda subtle looks premium */
  }

  .publication-section .research-card:hover .card-icon .icon {
      transform: rotate(45deg);
  }

  .publication-section .card-footer-text {
      font-size: 16px;
      color: var(--white-color);
      font-family: Arial, sans-serif;
      margin-top: 10px;
  }


  /* NEWS-EVENTS PAGE SECTION BG */
  .news-events-section {
      padding: 80px 0 40px 0;
  }

  .news-events-section .badge-research {
      padding: 6px 14px;
      border-radius: 20px;
      font-size: 14px;
      color: var(--primary-text);
      border: 1px solid #aaaaaa;
  }

  .news-events-section .section-title {
      font-family: var(--font-primary);
      color: var(--primary);
      font-size: 40px;
      font-weight: 500;
      line-height: 1.3;
  }

  .news-events-section .news-content p {
      color: var(--primary-text);
      font-size: 16px;
      line-height: 33px;
      font-family: Arial, sans-serif;
      text-align: justify;
  }

  .news-events-content .news-event-image {
      padding: 20px 0 20px 40px;
      color: var(--primary-text);
      font-size: 16px;
      line-height: 33px;
      margin-bottom: 20px;
      font-family: var(--font-primary);
      text-align: justify;
      border-left: 3px solid var(--primary);
  }

  .news-events-content img {
      border-radius: 10px;
  }

  .news-events-content {
      padding: 0 0 80px 0;
  }


  /* ASPEE Gold Medal PAGE */
  .aspee-goldmedal-section {
      padding: 80px 0;
  }



  .aspee-goldmedal-section .about-title {
      font-family: var(--font-primary);
      color: #8a002c;
      font-size: 40px;
      font-weight: 500;
      line-height: 1.3;
  }

  .aspee-goldmedal-contents {
      padding: 20px 0 2px 40px;
      color: var(--primary-text);
      font-size: 16px;
      line-height: 33px;
      margin-bottom: 20px;
      font-family: var(--font-primary);
      text-align: justify;
      border-left: 3px solid var(--primary);
  }

  .aspee-goldmedal-section .aspee-goldmedal-content p {
      color: var(--primary-text);
      font-size: 16px;
      line-height: 33px;
      margin-bottom: 20px;
      font-family: Arial, sans-serif;
      text-align: justify;
  }

  .aspee-goldmedal-content-img img {
      border-radius: 10px;
  }

  .aspee-goldmedal-section .aspee-goldmedal-content ul {
      color: var(--primary-text);
      font-size: 16px;
      line-height: 33px;
      margin-bottom: 20px;
      font-family: Arial, sans-serif;
      text-align: justify;
  }

  .aspee-goldmedal-section .goldmedal-img img {
      border-radius: 10px;
  }


  .aspee-goldmedal-pdf {
      padding: 80px 0;
      background-color: var(--tertiary);
  }

  .aspee-goldmedal-pdf .about-title {
      font-family: var(--font-primary);
      color: var(--primary);
      font-size: 40px;
      font-weight: 500;
      line-height: 1.3;
  }

  /* NEWSLETTER PAGE */
  .newsletter-section {
      padding: 80px 0;
  }

  .newsletter-section .year-box {
      background: var(--tertiary);
      padding: 30px;
      margin-bottom: 30px;
      border-radius: 5px;
  }

  .newsletter-section .year-title {
      display: flex;
      align-items: center;
      gap: 12px;
  }

  .newsletter-section .year-title .icon-circle {
      width: 40px;
      height: 40px;
      background: var(--primary);
      color: #fff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
  }

  .newsletter-section .year-title .year-text {
      display: flex;
      align-items: center;
      gap: 5px;
  }

  .newsletter-section .pdf-card {
      /* background: #fff; */
      background: url(../activities/bg.jpg);
      background-size: cover;
      border-radius: 12px;
      padding: 20px;
      position: relative;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
      transition: 0.3s ease;
      height: 100%;
  }

  .newsletter-section .research-card .icon-circle {
      color: #aaabab;
      font-size: 26px;
  }

  .newsletter-section .research-card p {
      font-family: "Square721 BT Roman";
      color: var(--primary-text);
      font-size: 18px;
      margin-bottom: 25px;
      line-height: 1.4;
      height: 100px;
  }

  /* STICKY CONTENT */
  .sticky-icon {
      z-index: 1;
      position: fixed;
      top: 45%;
      right: 0%;
      width: 220px;
      display: flex;
      flex-direction: column;
  }

  .sticky-icon a {
      transform: translate(160px, 0px);
      border-radius: 50px 0px 0px 50px;
      text-align: left;
      margin: 1px 2px 8px 0;
      text-decoration: none;
      text-transform: uppercase;
      padding: 10px;
      font-size: 14px;
      font-family: var(--font-primary);
      font-weight: 600;
      transition: all 0.8s;
  }

  .sticky-icon a:hover {
      color: var(--primary);
      transform: translate(0px, 0px);
  }

  .sticky-icon a:hover i {
      transform: rotate(360deg);
  }

  .Facebook {
      background-color: var(--secondary);
      color: var(--primary);
  }


  .Instagram {
      background-color: var(--secondary);
      color: var(--primary);
  }


  .sticky-icon a i {
      background-color: var(--primary);
      height: 40px;
      width: 40px;
      color: var(--white-color);
      text-align: center;
      line-height: 40px;
      border-radius: 50%;
      margin-right: 20px;
      transition: all 0.5s;
  }



  /* NEWSLETTER PAGE */
  .downloadform-section {
      padding: 80px 0;
  }

  .downloadform-section .year-box {
      background: var(--tertiary);
      padding: 30px;
      margin-bottom: 30px;
      border-radius: 5px;
  }

  .downloadform-section .year-title {
      display: flex;
      align-items: center;
      gap: 12px;
  }

  .downloadform-section .year-title .icon-circle {
      width: 40px;
      height: 40px;
      background: var(--primary);
      color: #fff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
  }

  .downloadform-section .year-title .year-text {
      display: flex;
      align-items: center;
      gap: 5px;
  }

  .downloadform-section .pdf-card {
      /* background: #fff; */
      background: url(../activities/bg.jpg);
      background-size: cover;
      border-radius: 12px;
      padding: 20px;
      position: relative;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
      transition: 0.3s ease;
      height: 100%;
  }

  .downloadform-section .research-card .icon-circle {
      color: #aaabab;
      font-size: 26px;
  }

  .downloadform-section .research-card p {
      font-family: "Square721 BT Roman";
      color: var(--primary-text);
      font-size: 18px;
      margin-bottom: 25px;
      line-height: 1.4;
      height: 100px;
  }

  /* bottom to top */
  #scrollTopBtn {
      position: fixed;
      bottom: 30px;
      right: 30px;
      z-index: 999;
      background: var(--primary-text);
      color: #fff;
      border: none;
      width: 45px;
      height: 45px;
      border-radius: 50%;
      font-size: 16px;
      cursor: pointer;
      display: none;
      transition: 0.3s;
  }

  #scrollTopBtn:hover {
      background: var(--primary);
      transform: translateY(-3px);
  }




  /* ACTIVITY PAGE SECTION BG */
  .activitiespage-section {
      background: var(--white-color);
      color: #fff;
      padding: 80px 0;
  }

  .activitiespage-section .badge-activity {
      padding: 6px 14px;
      border-radius: 20px;
      font-size: 14px;
      color: var(--primary-text);
      border: 1px solid #E9E9E9;
  }

  .activitiespage-section .section-title {
      font-family: var(--font-primary);
      color: var(--primary);
      font-size: 40px;
      font-weight: 500;
      line-height: 1.3;
  }


  .activitiespage-section .activity-card {
      position: relative;
      border-radius: 10px;
      overflow: hidden;
      cursor: pointer;
  }

  .activitiespage-section .activity-card img {
      object-fit: cover;
      transition: 0.4s;
  }

  /* OVERLAY */
  .activitiespage-section .overlay {
      position: absolute;
      inset: 0;
      padding: 20px;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      background: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent);
      transition: 0.4s;
  }

  .activitiespage-section .overlay h5 {
      font-size: 18px;
      margin-bottom: 16px;
      font-family: var(--font-primary);
      color: var(--white-color);
  }

  .activitiespage-section .overlay p {
      font-size: 16px;
      font-family: Arial, sans-serif;
      color: var(--white-color);
      height: 72px;
  }

  .activitiespage-section .overlay a {
      color: #fff;
      text-decoration: none;
  }

  .activitiespage-section .activity-card:hover img {
      transform: scale(1.1);
  }

  .activitiespage-section .activity-card .overlay {
      background: linear-gradient(to top,
              rgba(92, 3, 31, 1) 0%,
              rgba(0, 0, 0, 0.6) 60%,
              rgba(0, 0, 0, 0.1) 100%);
  }

  /* .activity-card:hover .overlay {
      background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.2));
  } */

  .activitiespage-section .read-more {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      font-size: 16px;
      font-weight: 500;
      transition: 0.3s ease;
      color: var(--white-color);
  }

  .activitiespage-section .read-more span {
      font-size: 22px;
      transition: 0.3s ease;
  }

  .activitiespage-section .read-more:hover span {
      transform: rotate(45deg);
  }

  /* SEMINAR PAGE */

  .seminar-section {
      padding: 80px 0;
  }

  .seminar-section .about-title {
      font-family: var(--font-primary);
      color: var(--primary);
      font-size: 40px;
      font-weight: 500;
      line-height: 1.3;
  }

  .seminar-section .seminar-content p {
      color: var(--primary-text);
      font-size: 16px;
      line-height: 33px;
      margin-bottom: 20px;
      font-family: Arial, sans-serif;
      text-align: justify;
  }

  .seminar-role-section {
      padding: 80px 0;
      background: var(--primary);
  }

  .seminar-role-section .about-title {
      font-family: var(--font-primary);
      color: var(--white-color);
      font-size: 40px;
      font-weight: 500;
      line-height: 1.3;
  }

  .seminar-role-section .seminar-content p {
      color: var(--white-color);
      font-size: 16px;
      line-height: 33px;
      margin-bottom: 20px;
      font-family: Arial, sans-serif;
      text-align: justify;
  }

  .seminar-role-section .seminar-img {
      padding: 20px;
      border-radius: 10px;
      border: 1px solid #ffffff29;

  }

  .seminar-role-section .seminar-img img {
      border-radius: 5px;
  }

  .seminar-role-section .seminar-img h5 {
      font-size: 16px;
      color: var(--white-color);
      margin-top: 12px;
      margin-bottom: 0;
      line-height: 28px;
  }

  .seminar-content-points li {
      color: var(--primary-text);
      font-size: 16px;
      line-height: 33px;
      font-family: Arial, sans-serif;
  }

  .seminar-content-points h5 {
      font-family: var(--font-primary);
      color: var(--primary);
      font-size: 22px;
      font-weight: 500;
      line-height: 1.3;
  }

  .seminar-content h6 {
      font-family: var(--font-primary);
      color: var(--primary);
      font-size: 22px;
      font-weight: 500;
      line-height: 1.3;
  }

  .workshop-section {
      padding: 80px 0;
  }

  .workshop-section .about-title {
      font-family: var(--font-primary);
      color: var(--primary);
      font-size: 40px;
      font-weight: 500;
      line-height: 1.3;
  }


  .workshop-section .workshop-content p {
      color: var(--primary-text);
      font-size: 16px;
      line-height: 33px;
      margin-bottom: 20px;
      font-family: Arial, sans-serif;
      text-align: justify;
  }

  .workshop-section img {
      border-radius: 10px;
  }

  .farmer-club-section1 {
      padding: 80px 0;
      background-color: var(--tertiary);
  }

  .farmer-club-section1 .about-title {
      font-family: var(--font-primary);
      color: var(--primary);
      font-size: 40px;
      font-weight: 500;
      line-height: 1.3;
  }


  .farmer-club-section1 .farmer-club-content p {
      color: var(--primary-text);
      font-size: 16px;
      line-height: 33px;
      margin-bottom: 20px;
      font-family: Arial, sans-serif;
      text-align: justify;
  }

  .farmer-club-section1 .farmer-club-img img {
      border-radius: 10px;
  }


  .farmer-club-section {
      padding: 80px 0;
      background-color: var(--primary);
  }

  .farmer-club-section .about-title {
      font-family: var(--font-primary);
      color: var(--white-color);
      font-size: 40px;
      font-weight: 500;
      line-height: 1.3;
  }


  .farmer-club-section .farmer-club-content p {
      color: var(--white-color);
      font-size: 16px;
      line-height: 33px;
      margin-bottom: 20px;
      font-family: Arial, sans-serif;
      text-align: justify;
  }

  .farmer-club-section .farmer-club-img img {
      border-radius: 10px;
  }

  /* AGRICULTURE ENGINEERING PAGE */

  .project-section {
      padding: 80px 0;
      background-color: var(--primary);
  }

  .project-section .project-list {
      padding: 20px;
      border-radius: 10px;
      border: 1px solid #ffffff29;
  }

  .project-section .about-title {
      font-family: var(--font-primary);
      color: var(--white-color);
      font-size: 40px;
      font-weight: 500;
      line-height: 1.3;
  }

  .project-section h6 {
      font-family: var(--font-primary);
      color: var(--white-color);
      font-size: 24px;
      font-weight: 500;
      line-height: 1.3;
      margin-bottom: 20px;
  }

  .project-section .project-content h4 {
      font-family: var(--font-primary);
      color: var(--white-color);
      font-size: 24px;
      font-weight: 500;
      line-height: 1.3;
      margin-bottom: 20px;
  }

  .project-section img {
      border-radius: 10px;
  }

  .project-section .project-list p {
      font-family: Arial, sans-serif;
      text-align: justify;
      color: var(--white-color);
      font-size: 18px;
      font-weight: 500;
      line-height: 35px;
      margin-bottom: 0;
  }

  .phd-project-section {
      padding: 80px 0;
  }

  .phd-project-section .about-title {
      font-family: var(--font-primary);
      color: #8a002c;
      font-size: 40px;
      font-weight: 500;
      line-height: 1.3;
  }

  .phd-project-section .project-list {
      padding: 20px;
      border-radius: 10px;
      border: 1px solid #CCC;
  }

  .phd-project-section .project-list img {
      border-radius: 10px;
  }

  .phd-project-section .project-list h6 {
      font-family: var(--font-primary);
      color: #8a002c;
      font-size: 20px;
      font-weight: 500;
      line-height: 1.3;
  }

  .phd-project-section .project-list p {
      font-family: Arial, sans-serif;
      text-align: justify;
      color: var(--primary-text);
      font-size: 18px;
      font-weight: 500;
      line-height: 35px;
      margin-bottom: 0;
  }

  .phd-project-section .project-list h4 {
      font-family: var(--font-primary);
      color: var(--primary-text);
      font-size: 24px;
      font-weight: 500;
      line-height: 1.3;
      margin-bottom: 20px;
  }

  .video-section {
      padding: 80px 0;
      background-color: var(--primary);
  }

  /* APEE-ALUMINI-PAGE */
  .aspee-alumini-association-section {
      padding: 80px 0;
  }

  .aspee-alumini-association-section .badge-about {
      padding: 6px 14px;
      border-radius: 20px;
      font-size: 14px;
      color: var(--primary-text);
      border: 1px solid #E9E9E9;
  }

  .aspee-alumini-association-section .about-title {
      font-family: var(--font-primary);
      color: var(--primary);
      font-size: 40px;
      font-weight: 500;
      line-height: 1.3;
  }

  .aspee-alumini-association-section .about-description p {
      color: var(--primary-text);
      font-size: 16px;
      line-height: 33px;
      font-family: Arial, sans-serif;
  }

  .aspee-alumini-association-section .alumini-content {
      color: var(--primary-text);
      font-size: 16px;
      line-height: 33px;
      margin-bottom: 20px;
      font-family: var(--font-primary);
      text-align: justify;
      padding: 20px 0px 20px 40px;
      border-left: 3px solid var(--primary);
      font-weight: 600;
  }

  .aspee-alumini-association-section .alumini-img img {
      border-radius: 10px;
  }

  .fellowship-section {
      padding: 60px 0;
      background-color: var(--primary);
  }

  .fellowship-section .fellowship-description p {
      color: var(--white-color);
      font-size: 20px;
      line-height: 33px;
      font-family: Arial, sans-serif;
      text-align: justify;
  }

  .alumini-success-stories-section {
      padding: 80px 0;
  }

  .alumini-success-stories-section .about-title {
      font-family: var(--font-primary);
      color: var(--primary);
      font-size: 40px;
      font-weight: 500;
      line-height: 1.3;
  }

  .alumini-success-stories-section .about-description p {
      color: var(--primary-text);
      font-size: 16px;
      line-height: 33px;
      font-family: Arial, sans-serif;
  }

  .alumini-success-stories-section .alumni-card {
      background: var(--tertiary);
      padding: 35px;
      border-radius: 10px;
      height: 100%;
  }

  .alumini-success-stories-section .alumni-card .alumni-fellowship {
      padding: 6px 14px;
      border-radius: 20px;
      font-size: 14px;
      color: var(--primary-text);
      border: 1px solid #E9E9E9;
  }

  .alumini-success-stories-section .alumni-card img {
      border-radius: 5px;
  }

  .alumini-success-stories-section .alumini-content h3 {
      font-family: var(--font-primary);
      color: #8a002c;
      font-size: 28px;
      font-weight: 500;
      line-height: 1.3;
      margin-top: 14px;
  }

  .alumini-success-stories-section .alumini-content p {
      color: var(--primary-text);
      font-size: 16px;
      line-height: 33px;
      font-family: Arial, sans-serif;
  }

  .alumini-success-stories-section .alumini-content .alumni-org span {
      font-size: 16px;
      color: var(--primary-text);
      font-weight: 600;
  }

  /* .alumini-success-stories-section .alumini-content .alumni-org h6 {
      font-size: 16px;
      color: var(--primary-text);
      margin-bottom: 5px;
  } */

  .alumini-success-stories-section .alumini-content .alumni-achievements span {
      font-size: 16px;
      color: var(--primary-text);
      font-weight: 600;
  }

  .alumini-success-stories-section .alumini-content .alumni-achievements p {
      font-size: 16px;
      color: var(--primary-text);
      margin-bottom: 5px;
  }

  .alumini-success-stories-section .alumini-content .alumni-achievements .achievement-item li {
      font-size: 16px;
      color: var(--primary-text);
      font-family: Arial, sans-serif;
  }

  .alumini-connect-section {
      padding: 80px 0;
      background-color: var(--primary);
  }

  .alumini-connect-section .about-title {
      font-family: var(--font-primary);
      color: var(--white-color);
      font-size: 40px;
      font-weight: 500;
      line-height: 1.3;
  }

  .alumini-connect-section .content-box .subheading {
      color: var(--white-color);
      font-size: 18px;
      line-height: 33px;
      font-family: Arial, sans-serif;
  }

  .alumini-connect-section .content-box .text {
      color: var(--white-color);
      font-size: 16px;
      line-height: 33px;
      font-family: Arial, sans-serif;
  }

  .form-section .form-label {
      font-family: var(--font-primary);
      color: var(--primary);
      font-size: 16px;
      font-weight: 500;
      line-height: 1.3;
  }

  .form-section {
      background-color: var(--tertiary);
      padding: 25px;
      border-radius: 10px;
  }

  .form-section .form-control {
      border-radius: 5px;
      border: 1px solid #d5d5d5;
      background: transparent;
  }

  .form-select {
      border-radius: 5px;
      border: 1px solid #d5d5d5;
      /* background: transparent; */
  }

  .form-section .form-control:focus {
      box-shadow: none;
      border: 1px solid var(--primary);
  }

  .form-section .form-select:focus {
      box-shadow: none;
      border: 1px solid var(--primary);
  }

  .form-section .section-title h5 {
      font-family: Arial, sans-serif;
      color: #ffffff;
      font-size: 16px;
      font-weight: 500;
      line-height: 1.3;
      padding: 8px;
      background-color: var(--primary);
      border-radius: 5px;
  }

  .form-section p {
      color: var(--primary-text);
      font-size: 16px;
      line-height: 33px;
      font-family: Arial, sans-serif;
  }

  /* FACILITIES PAGE SECTION BG */
  .facilities-content {
      padding: 80px 0;
  }

  .facilities-content .badge-research {
      padding: 6px 14px;
      border-radius: 20px;
      font-size: 14px;
      color: var(--primary-text);
      border: 1px solid #aaaaaa;
  }

  .facilities-content .section-title {
      font-family: var(--font-primary);
      color: var(--primary);
      font-size: 40px;
      font-weight: 500;
      line-height: 1.3;
  }

  .facilities-content .news-event-image {
      padding: 20px 0 20px 40px;
      color: var(--primary-text);
      font-size: 16px;
      line-height: 33px;
      margin-bottom: 20px;
      font-family: var(--font-primary);
      text-align: justify;
      border-left: 3px solid var(--primary);
  }

  .facilities-content img {
      border-radius: 10px;
  }


  .facilities-content .facilities-description {
      color: var(--primary-text);
      font-size: 16px;
      line-height: 33px;
      font-family: Arial, sans-serif;
  }

  .facilities-content1 {
      padding: 80px 0;
      background-color: var(--primary);
  }

  .facilities-content1 h6 {
      color: var(--white-color);
      font-size: 16px;
      font-family: Arial, sans-serif;
      margin-top: 10px;

  }

  .facilities-content1 .news-event-image {
      padding: 20px 0 20px 40px;
      color: var(--white-color);
      font-size: 16px;
      line-height: 33px;
      margin-bottom: 20px;
      font-family: var(--font-primary);
      text-align: justify;
      border-left: 3px solid var(--white-color);
  }

  .facilities-content1 img {
      border-radius: 10px;
  }

  .facilities-content1 .facilities-description p {
      color: var(--white-color);
      font-size: 16px;
      line-height: 33px;
      font-family: Arial, sans-serif;
  }

  /* ERROR PAGE */
  .error-section {
      display: flex;
      align-items: center;
      text-align: center;
      height: 80vh;
  }

  .error-section h1 {
      font-family: var(--font-primary);
      color: var(--primary);
      font-size: 80px;
      font-weight: 600;
      line-height: 1.3;
  }

  .error-section h3 {
      color: var(--primary-text);
      font-size: 28px;
      line-height: 33px;
      margin-bottom: 20px;
      font-family: var(--font-primary);
  }

  .error-section p {
      color: var(--primary-text);
      font-size: 16px;
      line-height: 33px;
      font-family: Arial, sans-serif;
  }

  /* Schools and College Page */
  .contribution-section {
      padding: 80px 0;
  }

  .contribution-section .badge-about {
      padding: 6px 14px;
      border-radius: 20px;
      font-size: 14px;
      color: var(--primary-text);
      border: 1px solid #E9E9E9;
  }

  .contribution-section .about-title {
      font-family: var(--font-primary);
      color: #8a002c;
      font-size: 40px;
      font-weight: 500;
      line-height: 1.3;
  }

  .contribution-section .about-text {
      color: var(--primary-text);
      font-size: 16px;
      line-height: 33px;
      margin-bottom: 20px;
      font-family: Arial, sans-serif;
      text-align: justify;
  }

  .contribution-section .about-text1 {
      padding: 20px 0 20px 40px;
      color: var(--primary-text);
      font-size: 16px;
      line-height: 33px;
      margin-bottom: 20px;
      font-family: var(--font-primary);
      text-align: justify;
      border-left: 3px solid var(--primary);
  }


  .college-section {
      padding: 80px 0;
      background-color: var(--primary);
  }

  .college-section .badge-about {
      padding: 6px 14px;
      border-radius: 20px;
      font-size: 14px;
      color: var(--white-color);
      border: 1px solid #E9E9E9;
  }

  .college-section .about-title {
      font-family: var(--font-primary);
      color: var(--white-color);
      font-size: 40px;
      font-weight: 500;
      line-height: 1.3;
  }

  .college-section .college-content-box {
      padding: 20px;
      border: 1px solid #ffffff29;
      border-radius: 10px;
      cursor: pointer;
      height: 100%;
  }

  .college-section .college-content-box img {
      border-radius: 5px;
  }

  .college-section .college-content-box h3 {
      font-family: var(--font-primary);
      color: var(--white-color);
      font-size: 22px;
      font-weight: 500;
      line-height: 1.3;
      /* height: 58px; */
  }

  .college-section .est-badge {
      color: var(--white-color);
      font-size: 16px;
      line-height: 33px;
      font-family: Arial, sans-serif;
  }

  .college-section .college-content-box .about-text {
      color: var(--white-color);
      font-size: 16px;
      line-height: 33px;
      margin-bottom: 20px;
      font-family: Arial, sans-serif;
      text-align: justify;
      /* height: 20vh; */
  }

  .college-section .college-content-box .college-box {
      height: 280px;
  }

  .college-section .card-footer-custom {
      display: flex;
      align-items: center;
      justify-content: space-between;
  }

  .college-section .card-footer-custom .btn-website {
      color: var(--white-color);
      font-size: 18px;
      font-family: var(--font-primary);
      font-weight: 500;
  }


  .school-section {
      padding: 80px 0;
  }

  .school-section .badge-about {
      padding: 6px 14px;
      border-radius: 20px;
      font-size: 14px;
      color: var(--primary-text);
      border: 1px solid #E9E9E9;
  }

  .school-section .about-title {
      font-family: var(--font-primary);
      color: var(--primary);
      font-size: 40px;
      font-weight: 500;
      line-height: 1.3;
  }

  .school-section .college-content-box {
      padding: 20px;
      border: 1px solid #1d1d1d3d;
      border-radius: 10px;
      cursor: pointer;
      height: 100%;
  }

  .school-section .college-content-box img {
      border-radius: 10px;
  }

  .school-section .college-content-box h3 {
      font-family: var(--font-primary);
      color: var(--primary);
      font-size: 22px;
      font-weight: 500;
      line-height: 1.3;
      /* height: 60px; */
  }

  .school-section .est-badge {
      color: var(--primary);
      font-size: 16px;
      line-height: 33px;
      font-family: Arial, sans-serif;
  }

  .school-section .college-content-box .about-text {
      color: var(--primary-text);
      font-size: 16px;
      line-height: 33px;
      margin-bottom: 20px;
      font-family: Arial, sans-serif;
      text-align: justify;
      /* height: 30vh; */
  }

  .school-section .college-box {
      height: 295px;
  }

  .school-section .card-footer-custom {
      display: flex;
      align-items: center;
      justify-content: space-between;
  }

  .school-section .card-footer-custom .btn-website {
      color: var(--primary);
      font-size: 18px;
      font-family: var(--font-primary);
      font-weight: 500;
  }

  .college-section1 {
      padding: 80px 0;
      background-color: var(--primary);
  }

  .college-section1 .badge-about {
      padding: 6px 14px;
      border-radius: 20px;
      font-size: 14px;
      color: var(--white-color);
      border: 1px solid #E9E9E9;
  }

  .college-section1 .about-title {
      font-family: var(--font-primary);
      color: var(--white-color);
      font-size: 40px;
      font-weight: 500;
      line-height: 1.3;
  }

  .college-section1 .college-content-box {
      padding: 20px;
      border: 1px solid #ffffff29;
      border-radius: 10px;
      cursor: pointer;
      height: 100%;
  }

  .college-section1 .college-content-box img {
      border-radius: 5px;
  }

  .college-section1 .college-content-box h3 {
      font-family: var(--font-primary);
      color: var(--white-color);
      font-size: 22px;
      font-weight: 500;
      line-height: 1.3;
      /* height: 58px; */
  }

  .college-section1 .est-badge {
      color: var(--white-color);
      font-size: 16px;
      line-height: 33px;
      font-family: Arial, sans-serif;
  }

  .college-section1 .college-box {
      height: 290px;
  }

  .college-section1 .college-content-box .about-text {
      color: var(--white-color);
      font-size: 16px;
      line-height: 33px;
      margin-bottom: 20px;
      font-family: Arial, sans-serif;
      text-align: justify;
      /* height: 25vh; */
  }

  .college-section1 .card-footer-custom {
      display: flex;
      align-items: center;
      justify-content: space-between;
  }

  .college-section1 .card-footer-custom .btn-website {
      color: var(--white-color);
      font-size: 18px;
      font-family: var(--font-primary);
      font-weight: 500;
  }


  /* ── MODAL ── */
  .modal-content {
      border-radius: 20px;
      border: none;
      overflow: hidden;
  }

  .modal-header-custom {
      padding: 25px;
      border-bottom: 1px solid #eee;
  }

  .modal-header-custom .modal-title {
      font-family: var(--font-primary);
      color: #8a002c;
      font-size: 22px;
      font-weight: 600;
      line-height: 1.3;
  }

  .modal-header-custom p {
      color: var(--primary-text);
      font-size: 18px;
      font-family: Arial, sans-serif;
  }

  .modal-body {
      padding: 25px;
  }

  .modal-body h6 {
      font-size: 20px;
      color: var(--primary);
  }

  .modal-meta {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-bottom: 20px;
  }

  .meta-chip {
      display: inline-flex;
      align-items: center;
      gap: 5px;
      background: var(--tertiary);
      color: var(--primary-text);
      border-radius: 5px;
      padding: 5px 12px;
      font-size: 16px;
      font-weight: 500;
      font-family: var(--font-primary);

  }

  .meta-chip i {
      color: var(--primary);

  }

  .modal-body p {
      color: var(--primary-text);
      font-size: 16px;
      line-height: 33px;
      margin-bottom: 20px;
      font-family: Arial, sans-serif;
      text-align: justify;
  }

  .modal-footer {
      padding: 16px 32px 24px;
      border-top: 1px solid #eee;
  }

  .modal-footer .btn-modal-primary {
      background: var(--primary);
      color: #fff;
      border: none;
      border-radius: 10px;
      padding: 10px 24px;
      font-size: 16px;
      font-family: var(--font-primary);
  }

  .modal-footer .btn-modal-primary:hover {
      background: var(--primary);
      color: #fff;
  }

  .modal-footer .btn-modal-close {
      background: #f1f5f1;
      color: var(--aspee-muted);
      border: none;
      border-radius: 10px;
      padding: 10px 20px;
      font-size: 0.9rem;
  }


  /* THANKYOU PAGE */
  .thankyou-section {
      display: flex;
      align-items: center;
      text-align: center;
      height: 80vh;
  }

  .thankyou-section h1 {
      font-family: var(--font-primary);
      color: var(--primary);
      font-size: 40px;
      font-weight: 600;
      line-height: 1.3;
  }

  .thankyou-section h3 {
      color: var(--primary-text);
      font-size: 22px;
      line-height: 33px;
      margin-bottom: 20px;
      font-family: var(--font-primary);
  }

  .thankyou-section p {
      color: var(--primary-text);
      font-size: 16px;
      line-height: 33px;
      font-family: Arial, sans-serif;
  }


  /* OUR TEAM PAGE */

  .impact-section {
      padding: 80px 0 0 0;
  }

  .impact-section .counter-card {
      background-color: var(--tertiary);
      padding: 40px;
      color: var(--primary-text);
      font-size: 16px;
      line-height: 33px;
      font-family: var(--font-primary);
      border-radius: 10px;
      /*height: 425px;*/
      cursor: pointer;
  }

  .impact-section .counter-card .counter-icon {
      background: var(--primary);
      width: 50px;
      height: 50px;
      padding: 10px 15px;
      border-radius: 50%;
      color: #fff;
      margin-bottom: 16px;
  }

  .impact-section .counter-card .counter-icon i {
      font-size: 18px;
  }

  .impact-section .counter-card h5 {
      font-family: var(--font-primary);
      color: var(--primary);
      font-size: 18px;
      font-weight: 500;
      line-height: 1.3;
      margin-bottom: 18px;
  }

  .impact-section .counter-card h2 {
      font-family: var(--font-secondary);
      color: #8a002c;
      font-size: 26px;
      /* font-weight: 600; */
      line-height: 1.3;
  }

  .impact-section .counter-card p {
      color: var(--primary-text);
      font-size: 16px;
      line-height: 26px;
      margin-bottom: 10px;
      font-family: Arial, sans-serif;
  }

  .impact .modal-header {
      padding: 15px;
      border-bottom: 1px solid #eee;
  }

  .impact .modal-header .modal-title {
      font-family: var(--font-primary);
      color: #8a002c;
      font-size: 18px;
      font-weight: 600;
      line-height: 1.3;
  }

  .impact .modal-dialog {
      max-width: 50%;
  }

  .impact-section .stat-item p {
      font-size: 16px;
      color: var(--white-color);
      margin-bottom: 25px;
      /* font-weight: 600; */
      font-family: var(--font-primary);
      line-height: 1.3;
  }

  .impact-section .stats .stat-item h3 {
      font-family: var(--font-secondary);
      color: var(--white-color);
      font-size: 26px;
      /* font-weight: 600; */
      line-height: 1.3;
      margin-bottom: 0;
  }

  .impact-section .stats {
      background-color: var(--primary);
      padding: 40px;
      color: var(--primary-text);
      font-size: 16px;
      line-height: 33px;
      font-family: var(--font-primary);
      border-radius: 10px;
  }

  .our-team-section {
      padding: 80px 0;
  }

  .our-team-section .badge-research {
      padding: 6px 14px;
      border-radius: 20px;
      font-size: 14px;
      color: var(--primary-text);
      border: 1px solid #aaaaaa;
  }

  .our-team-section .section-title {
      font-family: var(--font-primary);
      color: var(--primary);
      font-size: 40px;
      font-weight: 500;
      line-height: 1.3;
  }

  .our-team-section .team-description {
      color: var(--primary-text);
      font-size: 16px;
      line-height: 33px;
      font-family: Arial, sans-serif;
  }


  .our-team-section1 {
      padding: 80px 0;
      background-color: var(--primary);
  }

  .our-team-section1 h6 {
      color: var(--white-color);
      font-size: 16px;
      font-family: Arial, sans-serif;
      margin-top: 10px;
  }

  .our-team-section1 .our-team-title {
      padding: 20px 0 20px 40px;
      color: var(--white-color);
      font-size: 16px;
      line-height: 33px;
      margin-bottom: 20px;
      font-family: var(--font-primary);
      text-align: justify;
      border-left: 3px solid var(--white-color);
  }

  .our-team-section1 .facilities-description p {
      color: var(--white-color);
      font-size: 16px;
      line-height: 33px;
      font-family: Arial, sans-serif;
  }

  .our-team-section1 .eminent-past {
      padding: 20px;
      border-radius: 10px;
      border: 1px solid #ffffff29;
  }

  .our-team-section1 .eminent-past img {
      border-radius: 5px;
  }

  .our-team-section1 .eminent-past .eminent-past-title {
      font-family: var(--font-primary);
      color: var(--white-color);
      font-size: 24px;
      font-weight: 600;
      line-height: 1.3;
      margin-bottom: 8px;
  }

  .our-team-section1 .eminent-past .eminent-past-role {
      font-family: Arial, sans-serif;
      text-align: justify;
      color: var(--white-color);
      font-size: 16px;
      font-weight: 500;
      line-height: 35px;
  }

  .our-team-section1 .eminent-past .eminent-past-bio {
      font-family: Arial, sans-serif;
      text-align: justify;
      color: var(--white-color);
      font-size: 16px;
      font-weight: 500;
      line-height: 35px;
  }





  .our-team-section2 {
      padding: 80px 0;
      background-color: var(--bg-color);
  }

  .our-team-section2 h6 {
      color: var(--primary-text);
      font-size: 16px;
      font-family: Arial, sans-serif;
      margin-top: 10px;
  }

  .our-team-section2 .our-team-title {
      padding: 20px 0 20px 40px;
      color: var(--primary-text);
      font-size: 16px;
      line-height: 33px;
      margin-bottom: 20px;
      font-family: var(--font-primary);
      text-align: justify;
      border-left: 3px solid var(--primary);
  }

  .our-team-section2 .facilities-description p {
      color: var(--primary-text);
      font-size: 16px;
      line-height: 33px;
      font-family: Arial, sans-serif;
  }

  .our-team-section2 .eminent-past {
      padding: 20px;
      border-radius: 10px;
      border: 1px solid #4f4e4e29;
  }

  .our-team-section2 .eminent-past img {
      border-radius: 5px;
  }

  .our-team-section2 .eminent-past .eminent-past-title {
      font-family: var(--font-primary);
      color: var(--primary);
      font-size: 24px;
      font-weight: 600;
      line-height: 1.3;
      margin-bottom: 8px;
  }

  .our-team-section2 .eminent-past .eminent-past-role {
      font-family: Arial, sans-serif;
      text-align: justify;
      color: var(--primary-text);
      font-size: 16px;
      font-weight: 500;
      line-height: 35px;
  }

  .our-team-section2 .eminent-past .eminent-past-bio {
      font-family: Arial, sans-serif;
      text-align: justify;
      color: var(--primary-text);
      font-size: 16px;
      font-weight: 500;
      line-height: 35px;
  }

  /* ── acknowledgement-section  ── */
  .acknowledgement-section {
      background: var(--white-color);
      padding: 80px 0;
  }

  .acknowledgement-section .forward-card h3 {
      font-family: var(--font-primary);
      color: var(--primary);
      font-size: 30px;
      font-weight: 500;
      margin-bottom: 15px;
  }

  .acknowledgement-section .forward-card p {
      color: var(--primary-text);
      font-size: 18px;
      line-height: 33px;
      font-family: Arial, sans-serif;
      text-align: left;
      text-align: center;
  }

  .acknowledgement-section .tagline-badge {
      color: var(--tertiary);
      font-size: 22px;
      font-weight: 600;
      font-style: italic;
      text-align: center;
  }