
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/* * {
  font-family: "Roboto", sans-serif;
    margin: 0;
    padding: 0;
  } */
  
  #p-body {
    overflow-x: hidden;
    box-sizing: border-box;
    background: #fff;   
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.logo-card img {
    padding: 5px;
}


/* Marquee container-p */
.marquee-container-p {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
  width: 100%;
  overflow: hidden;
  padding: 10px 25px ; /* spacing for arrows */
  box-sizing: border-box;
  /* background-color: #CCCCCC; */
}
.student-card {
  margin: 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;  min-width: 200px;
  flex-shrink: 0;
  padding: 10px 0;
  box-sizing: border-box;
  overflow: visible; /* important */
}

.student-card img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.slider-wrapper {
  overflow-x: auto;
  scroll-behavior: smooth;
}

.slider {
  display: flex;
  gap: 5px;
  overflow-x: hidden;
}


.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background-color: #1a1c78;
  color: white;
  border: none;
  font-size: 1rem;
  padding: 8px 10px;
  cursor: pointer;
  border-radius: 50%;
}

.arrow.left {
  left: 10px;
}

.arrow.right {
  right: 10px;
}

.marquee-title h1 {
    font-size: 1.8rem;
    color: #D1143E;
    white-space: nowrap;
}

.recruiters-container-p {
  margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 5px;
    /* border-top: 1px solid #000000;
    border-bottom: 1px solid #000000; */
    min-height: 90px;
    z-index: 1;
    position: relative;
}

.marquee {
    display: inline-flex;
    animation: scroll 60s linear infinite;
}

.recruiters {
    display: inline-flex;
    animation: scroll 40s linear infinite;
}

.marquee-title {
    margin: 0;
    padding: 0;
    flex-shrink: 0;
}

.marquee:hover {
    animation-play-state: paused;
}


.marquee div {
    margin: 0 15px;
    display: inline-block;
}

.recruiters div {
    margin: 0 15px;
    display: inline-block;
    white-space: nowrap;
}

.marquee-container-p:hover .marquee {
    animation-play-state: paused;
}

/* Student Cards */

.placement-heading {
    font-size: 45px;
    font-weight: 500;
  color: #1a1c78;
  text-align: center;
  margin-bottom: 10px; /* removes space below heading */
  margin-top: 40px;
}
.placement-stats{
  background-color: #e8e8e8;
  margin-top: 15px;
}
.placement-p {
    font-size: 18px;
  text-align: center;
  /* margin-bottom: 30px; */
}

.stats-section {
  display: flex;
  justify-content: center;
  gap: 5rem;
  padding: 0 10px;
  flex-wrap: wrap; /* Wrap on smaller screens automatically */
}

.stat-box {
  /* text-align: center; */
  display:flex;
  margin-bottom: 30px;
  flex: 1; /* allow resizing */
  max-width: 300px;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.stat-box h2 {
  font-size: 1.2rem;
  font-weight: 400;
  max-width: 200px;
  color: black;
  /* margin-top: 2px; */
}

.stat-box .counter {
  height: 4rem;
    font-size: 2.5rem;
    color: #D1143E;
    margin-top: 40px;
    padding-top: 10px;

  }
  .percent {
  height: 4rem;
    font-size: 3rem;
    color: #D1143E;
    margin-top: 40px;
    padding-top: 10px;
  }
  
  .counter-text {
    padding-top: 10px;
  margin-top: 40px;
    font-size: 2.5rem;
    font-weight: bold;
    color: #D1143E;
    margin-top: 10px;
}

/* Recruiters Section */


.recruiters-container-p .marquee-container-p {
    width: 100%;
    overflow: hidden;
    padding: 10px 0;

    white-space: nowrap;
}

.marquee-title {
    text-align: left;
    padding-left: 20px;
}

.marquee-title h1 {
    font-size: 1.8rem;
    color: #D1143E;
}

/* Marquee */
.marquee:hover {
    animation-play-state: paused;
}

.logo-card img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

/* Logo Card Styling */
.logo-card {
    min-width: 200px;
    height: 120px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 1rem;
    flex-shrink: 0;
    overflow: hidden;
}


/* Animation Keyframes */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.slider-wrapper {
  overflow-x: auto;
  scroll-behavior: smooth;
}

.slider {
  display: flex;
  gap: 8px;
}


.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background-color: #1a1c78;
  color: white;
  border: none;
  font-size: 1rem;
  padding: 8px 10px;
  cursor: pointer;
  border-radius: 50%;
}

.arrow.left {
  left: 10px;
}

.arrow.right {
  right: 10px;
}

.industry-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.industry-header h1 {
  font-size: 2rem;
  color: #1a1c78;
}

.industry-header h1 span {
  color: #D1143E;
}

.industry-header a {
  background-color: #D1143E;
  text-decoration: none;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  padding: 5px 10px;
  color: white;
  border-radius: 5px;
}

.industry-header a:hover {
  background-color: #1a1c78;
  color: white;
  transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


body {
  margin: 0;
  font-family: "Roboto", sans-serif;
}

.container-p {
  display: flex;
  padding: 0px 200px;
}

.contain-container-p {
  display: flex;
}

.main-content {
  flex: 2;
  padding-right: 60px;
}

.main-content h1 {
  font-size: 50px;
  font-weight: 300;
  color: #1a1c78;
}

.write-up,
.empty-box {
  font-size: 17px;
  display: flex;
  align-items: center;
  width: 100%;
  text-align: justify;
  margin-top: 10px;
  line-height: 1.6;
}

.placement-section {
  border-radius: 10px;
  max-width: 900px;
  margin: auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.placement-section p {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 25px;
  text-align: justify;
}

.placement-section h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #1a1c78;
  font-weight: 400;
}

.objectives-list {
  padding-left: 20px;
  text-align: justify;
}

.objectives-list li {
  font-size: 18px;
  margin-bottom: 12px;
  position: relative;
  padding-left: 20px;
  line-height: 1.5;
}

/* Custom bullet point style */
.objectives-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #1a1c78;
  font-weight: bold;
}

.sidebar {
  width: 220px; /* adjust as needed */
  background-color: #1a237e; /* your existing blue */
  color: white;
  /* min-height: 100vh; */
  position: sticky;
  top: 20px;
  right: 150px;
}

.layout-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 60px;
}

.sidebar .nav-item {
  /* padding: 15px 20px; */
  cursor: pointer;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sidebar .nav-item.active {
  background-color: #c62828; /* red background */
  color: white;
}

.content-wrapper {
  flex: 1;
  
  /* padding: -400px; */
}

.sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar li {
  padding: 15px;
  background-color: #2E3192; /* Dark blue */
  color: white;
  margin-bottom: 1px;
  font-weight: bold;
  cursor: pointer;
}

.sidebar li:hover {
  background-color: #1a1c78; /* Slightly darker blue */
  transition: background-color 0.3s ease;
}

.sidebar li.active {
  background-color: #D1143E; /* Red for selected */
}

.section-content {
  padding: 0 60px; /* or whatever matches your text block */
  margin-top: 40px;
}

.table-section {
  font-family: Arial, sans-serif;
  padding:20px;
}


.custom-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  margin-bottom: 30px;
  margin-right: 150px;
  border: 1px solid #ddd;
}

.custom-table thead {
  background-color: #e9f0fb;
}

.custom-table th,
.custom-table td {
  padding: 10px 12px;
  border: 1px solid #ccc;
  text-align: left;
  font-size: 0.95rem;
  vertical-align: middle;
}

.custom-table th {
  color: #1d2e7c;
  font-weight: bold;
}

.custom-table tbody tr:hover {
  background-color: #f1f1f1;
}

.custom-table a img {
  display: inline-block;
}

.highlight-red {
  color: #aa1e1e;
  font-size: 18px;
  margin-top: 20px;
}

.container-p-R{
  padding: 0 160px;
  margin: 0 auto;
}

.main-content-R{
  width: 130%;
  right: 150px;
  position: relative;
  height: 100%;
  /* background-color: red; */
}

.rec-empty {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 columns */
  gap: 13px;
  justify-content: start;
  width: 100%;
  margin-top: 30px;
  padding: 10px;
  right: 0px;
  margin-right: 40px;
}

.intern-empty-box {
  padding: 10px;
  display: grid;
  /* background-color: #D1143E; */
  grid-template-columns: repeat(4, 1fr); /* 4 columns */
  gap: 20px;
  justify-content: start;
  width: 100%;
  margin-top: 30px;
}

.logo-card {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 120px;
  padding: 10px;
  /* border: 1px solid #eee; */
  border-radius: 8px;
  cursor: pointer;
  /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.05); */
  background-color: white;
}

.logo-card-R {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 150px;
  padding: 5px;
  border: 1px solid #eee;
  border-radius: 8px;
  cursor: pointer;
  height: 100px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  background-color: white;
}

.logo-card-R:hover{
  box-shadow: rgba(0, 0, 0, 0.5) ;
  border: 1px solid #D1143E;
  transition-duration: 0.5s;
}

.logo-card-I:hover{
  box-shadow: rgba(0, 0, 0, 0.5) ;
  border: 1px solid #D1143E;
  transition-duration: 0.5s;
  cursor: pointer;
  box-shadow: 0 0 5px rgba(0,0,0, 0.2);
}

.logo-card-R img {
  width: 140px;
  height: auto;
  object-fit: contain;
  max-width: 100%;
}

.logo-card-I {
    display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 150px;
  padding:5px;
  border: 1px solid #eee;
  border-radius: 8px;
  cursor: pointer;
  height: 100px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  background-color: white;
}

.logo-card-I img {
  width: 140px;
  height: auto;
  object-fit: contain;
  max-width: 100%;
}

.nav-item.active {
  background-color: #ff0000; /* Red background */
  color: white;              /* Optional: white text for contrast */
}

.logo-card-Industry a {
  color: #D1143E;
  font-size: small;
}

.logo-card-Industry:hover  {
  color: #ff5a7e;
  font-size: small;
  transition-duration: 0.5s;
}
  
.logo-card-Industry {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 200px;
  padding: 10px;
  border: 1px solid #eee;
  border-radius: 8px;
  cursor: pointer;
  max-height: 1005;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  background-color:white;
}

.logo-card-Industry img {
  width: 180px;
  height: auto;
  object-fit: contain;
  max-width: 100%;
}
.logo-card-Industry:hover{
  box-shadow: rgba(0, 0, 0, 0.5) ;
  border: 1px solid #ff7593;
  transition-duration: 0.5s;
  cursor: pointer;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.industry-empty-box {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-top: 30px;
  width: 100%;
}

.internship-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(180px, 1fr));
    gap: 20px;
    margin-top:30px;
}

.record{
  font-size: 30px;
  font-weight: bold;
  color: #1a1c78;
  text-align: center;
  position: absolute;
  left: 200px;
  margin-bottom: 20px;
}



table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

th, td {
  padding: 12px;
  border: 1px solid #ddd;
  text-align: left;
}

th {
  background-color: #e3efff;
  color: #001a57;
}

.pdf-icon {
  width: 24px;
}


.pdf-button {
      display: inline-block;
      padding: 15px 30px;
      margin: 15px;
      font-size: 18px;
      color: white;
      background-color: #007BFF;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      transition: background-color 0.3s ease;
      text-decoration: none;
    }

    .pdf-button:hover {
      background-color: #0056b3;
    }

    /* For content section */

.member {
  display: flex;
  justify-content: center;
  gap: 40px; /* More space between cards */
  margin-top: 50px;
  flex-wrap: wrap;
}


.card {
  width: 180px;
  height: 150px;
  background-color: #f9f9f9;
  border: 2px solid #ddd;
  border-radius: 10px;
  text-align: center;
  /* padding: 20px 10px; */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s;
}

.card:hover {
  transform: translateY(-5px);
}

.card h4 {
  font-size: 25px;
  color: #1E3A8A;
  margin-bottom: 10px;
}

.pdf-icon {
  width: 64px;
  height: 64px;
  transition: transform 0.2s;
}

.pdf-icon:hover {
  transform: scale(1.1);
}

/* .governing_member .card a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
  border-bottom: 1px solid transparent;
  transition: border-bottom 0.3s ease;
} */

.member .card :hover {
  transform: scale(1);
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 25%);
} 

.event-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(300px, 1fr)); /* 3 per row, responsive */
  gap: 20px;
  padding: 20px 20px;
  /* background-color: #f5f5f5; */
  z-index: 100000000000;
  width: 100%;
}

/* Individual event card */
.event-card {
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* Card hover effect */
.event-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

/* Card inner content */
.card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
}

/* Event image styling */
.event-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

/* Event date */
.event-date {
  font-size: 0.9em;
  color: #666;
  margin-top: 10px;
}

/* Event caption text */
.event-caption {
  font-size: 1.1em;
  font-weight: bold;
  color: #222;
  margin-top: 10px;
  text-align: center;
  display: block;
}


.section-title {
      text-align: center;
      font-family: Arial, sans-serif;
      font-size: 35px;
      font-weight: 300;
      color: #2E3192; /* Deep blue color */
      position: relative;
      height: 2.8rem;
      display: inline-block;
      margin-top: 40px;
    }

    .underline-p {
      height: 3.2px;
      width: 170px;
      background-color: #2E3192;
      margin: 8px auto 0;
      position: relative;
      margin-bottom: 10px;
    }

    .underline-p::after {
      content: '';
      position: absolute;
      top: -1px;
      width: 20px;
      height: 5px;
      background-color: #D1143E; /* Red bar */
      border-radius: 4px;
      animation: moveBar 3s linear infinite;
    }

    @keyframes moveBar {
      0%   { left: 0%; }
      50%  { left: calc(100% - 20px); }
      100% { left: 0%; }
    }

    .title-wrapper {
      text-align: center;
      margin-top: 35px;
    }

    
/* CAROUSEL */

    /* Main Carousel Wrapper */
    
  


@media (max-width: 1024px) {
  .layout-wrapper {
    flex-direction: column-reverse;
    align-items: stretch; /* full width children */
  }

  .sidebar {
    width: 100%;
    position: relative;
    top: 0;
    right: 0;
    z-index: 1;
  }

  .sidebar ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 10px 0;
  }

  .sidebar li {
    padding: 10px 12px;
    text-align: center;
    flex: 1 1 auto;
    background-color: #2E3192;
    margin-bottom: 0; /* remove stacking */
  }

  .sidebar li.active {
    background-color: #D1143E;
  }

  .content-wrapper {
    width: 100%;
    padding: 20px;
  }
  .stats-section {
    gap: 1rem;
  }

  .stat-box {
    max-width: 280px;
    padding: 1rem;
  }

  .stat-box p{
    max-width: 280px;
    height: 3rem;
    padding: 1rem;
    font-size: 0.5rem;
  }
  .stat-box h2{
    max-width: 280px;
    padding: 1rem;
    margin: -15px auto;
  }

  .counter {
    font-size: 1.5rem;
    
  }

  .placement-heading {
    font-size: 2.2rem;
  }
  .placement-section p {
    font-size: 1.05rem;
    line-height: 1.6;
  }

  .objectives-list {
    padding-left: 1.2rem;
    font-size: 1.05rem;
  }

  .objectives-list li {
    margin-bottom: 0.7rem;
  }
}

@media (max-width: 768px) {
  .container-p,
  .contain-container-p {
    flex-direction: column;
    padding: 0 15px;
  }

  .event-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(300px, 1fr)); /* 3 per row, responsive */
  gap: 20px;
  padding: 20px 20px;
  /* background-color: #f5f5f5; */
  z-index: 100000000000;
  width: 100%;
}

  .main-content {
    padding-right: 0;
  }

  .placement-heading {
    font-size: 1.8rem;
    margin-top: 30px;
  }


  .stats-section {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }

  .stat-box {
    max-width: 100%;
    width: 90%;
    padding: 1.2rem;
  }

  .stat-box h2 {
    font-size: 1.1rem;
    margin-top: 10px;
  }
  .stat-box p {
    font-size: 1.1rem;
    /* text-align: center; */
    margin: 10px auto;
  }

  .counter {
    font-size: 2rem;
  }

  .placement-section p,
  .objectives-list li {
    font-size: 1rem;
  }

  .placement-section h3 {
    font-size: 1.3rem;
  }

  .sidebar {
    width: 100%;
    position: relative;
    top: 0;
    right: 0;
  }

  .sidebar ul {
    flex-direction: column;
    padding: 0;
  }

  .sidebar li {
    font-size: 0.95rem;
    text-align: center;
  }

  .content-wrapper {
    width: 100%;
    padding: 15px;
  }

  .marquee-title h1 {
    font-size: 1.3rem;
    text-align: center;
  }

  .student-card {
    min-width: 150px;
  }

  .student-card img {
    width: 100px;
    height: 100px;
  }

  .governing_member {
    flex-direction: column;
    align-items: center;
  }

  .governing_member .card {
    width: 90%;
  }

  .event-grid {
    grid-template-columns: 1fr;
  }

  .intern-empty-box,
  .rec-empty-box,
  .industry-empty-box {
    grid-template-columns: repeat(2, 1fr);
  }

  .internship-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .custom-table {
    font-size: 0.85rem;
    overflow-x: auto;
    display: block;
  }

  .accordion {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
  }

  .record {
    font-size: 1.5rem;
    left: 0;
    text-align: center;
    margin-bottom: 1rem;
  }

  .hero-carousel h1 {
    font-size: 24px;
  }

  .alumni-title {
    font-size: 2rem;
  }

  .alumni-card {
    padding: 20px;
  }

  .logo-card,
  .logo-card-I,
  .logo-card-R,
  .logo-card-Industry {
    width: 100px;
  }

  .logo-card img,
  .logo-card-I img,
  .logo-card-R img,
  .logo-card-Industry img {
    width: 80px;
  }

  .pdf-button {
    padding: 10px 20px;
    font-size: 14px;
  }

  .industry-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .industry-header h1 {
    font-size: 1.5rem;
  }

  .industry-header a {
    font-size: 0.9rem;
    padding: 4px 8px;
  }

 /* .carousel-box{
  width: 40%;
  overflow: hidden;
 } */

  .name h3 {
    font-size: 1.2rem;
  }

  .name p,
  .inner-text p {
    font-size: 0.95rem;
  }

  .testimonial_mg {
    height: 120px;
    width: 120px;
  }

  button.prev,
  button.next {
    padding: 8px;
    font-size: 12px;
  }
}

