* { box-sizing: border-box; margin: 0; padding: 0; }
    body {
      color: #333;
      line-height: 1.6;
    }

    header {
      background: #003580;
      color: white;
      text-align: center;
      padding: 3rem 1rem;
    }

    header h1 { font-size: 2.5rem; }
    header p { font-size: 1.2rem; margin-top: 0.5rem; }

    section {
      padding: 3rem 2rem;
      max-width: 100%;
      margin: auto;
    }

    .campus {
      margin-bottom: 0rem;
      padding: 2rem;
      border-radius: 0px;
    }

    .salem-campus {
      background-color: #fff;
      color: #1a1a1a;
    }

    
    .ug-course {
      background-color: #e8eaf6;
      color: #1a1a1a;
    }

    .pg-course {
      background-color: #d5d9ef;
      color: #1a1a1a;
    }

    .diploma-course {
      background-color: #e8eaf6;
      color: #1a1a1a;
    }

    .campus h2 {
      font-size: 3rem;
      margin-bottom: 1rem;
    }

    .degree-section {
      margin-top: 4rem;
    }

    .notification-section {
      margin-top: 4rem;
    }

    .calendar-section {
      margin-top: 4rem;
    }

    .degree-section h3 {
      font-size: 2.4rem;
      margin-bottom: 2rem;
      border-left: 5px solid #003580;
      padding-left: 0.75rem;
    }

    .notification-section h3 {
      font-size: 2.4rem;
      margin-bottom: 2rem;
      border-left: 5px solid #003580;
      padding-left: 0.75rem;
    }

    .calendar-section h3 {
      font-size: 2.4rem;
      margin-bottom: 2rem;
      border-left: 5px solid #003580;
      padding-left: 0.75rem;
    }

    .courses {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      gap: 2rem;
      width: 100%;
    }

    .course-card {
      background: #ffffff;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.08);
      overflow: hidden;
      transition: transform 0.2s;
      height: 100%;
      display: flex;
      flex-direction: column;
    }

    .course-card:hover {
      transform: translateY(-5px);
    }

    .course-card img {
      width: 100%;
      height: 180px;
      object-fit: cover;
    }

    .course-content {
      padding: 1rem 1.25rem 1.5rem;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .course-content h4 {
      font-size: 1.8rem !important;
      font-weight:bold !important;
      margin-bottom: 0.5rem;
    }

    .course-content p {
      font-size: 0.95rem;
      margin-bottom: 1rem;
    }

    .btn {
      display: inline-block;
      background-color: #003580;
      color: white;
      padding: 0.6rem 1.2rem;
      text-decoration: none;
      border-radius: 6px;
      font-size: 1.5rem !important;
      transition: background 0.3s;
      align-self: flex-start;
    }

    .btn:hover,  .btn:focus {
      background-color: #001f4d;
      color:#fff;
    }

  
    p{    
      font-size: 1.6rem;
    }

    @media (max-width: 2000px) {
      .courses {
        grid-template-columns: repeat(6, 1fr);
      }
    }

    @media (max-width: 1366px) {
      .courses {
        grid-template-columns: repeat(4, 1fr);
      }
    }

    @media (max-width: 992px) {
      .courses {
        grid-template-columns: repeat(3, 1fr);
      }
    }
    

    @media (max-width: 768px) {
      .courses {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 560px) {
      .courses {
        grid-template-columns: 1fr;
      }
    }

   


.event-item-title{padding:5px;min-height:30px;background-color:#006064}
.event-item-excerpt{padding:5px;min-height:30px;font-size:14px;background-color: #eee;}
.event-item:hover{background-color:#3f51b5;color:#fff}
.event-title > a {color:#fff;
    font-size: 16px;}
.event-text > a:hover{color:#000}

.event-text > a{text-decoration:none !important; color:#006064;
    line-height: 25px;}

.event-title {
  display: flex;
  align-items: center; 
    padding: 0px !important;
    margin: 0px !important;
}

.event-title > .date{
    min-width: 39px !important;
    background: #001d2b;
    font-size: 16px;
    padding: 3px;
    border-radius: 5px;
    background-color:#fff !important;
}

.event-title > .date > div{
color:#006063 !important;
}

   .event-container {
         background: transparent;
    position: relative;
   }
   .event-item {
      position: relative;
      bottom: 0;
      width: 100%;
   }

   @keyframes marquee {
       0% {
    top: 450px
  }
  100% {
    top: -5500px
  }
   }
  
  .thover {
    background-color: #8BC34A !important;
    border: 1px solid #4CAF50 !important;
    padding: 0px !important;
}
.title {
  display: flex;
  align-items: center;
  margin-left: 15px; 
  font-size:16px;
    line-height: 20px;
}

.title a{
  color:#fff !important;
}

  .content-wrapper {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
  }

  .content-wrapper h2,
  .content-wrapper h3,
  .content-wrapper p {
    margin-bottom: 20px;
  }

  .content-wrapper p {
    line-height: 1.6;
    font-size: 16px;
  }
