@import url('https://fonts.googleapis.com/css2?family=Inria+Serif:wght@400;700&display=swap');
* {
  padding: 0;
  margin: 0;
}


 .feature-box {
      text-align: center;
      padding: 20px;
      border-radius: 12px;
      transition: all 0.3s ease;
    }



    .feature-box:hover {
      /* background-color: #f0f8ff; */
      transform: translateY(-3px);
    }

    .feature-title {
      font-size: 1rem;
      color: #005C92;
      font-weight: 500;
      
    }

    .features-section {
      background-color: #E1EEFF;
      /* padding: 40px 7px; */
    }



    /* css for card section */


     .college-card {
            border-radius: 12px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
            border: 1px solid #d7e7f7;
            overflow: hidden;
            transition: transform 0.2s;
        }

        .college-card:hover {
            transform: translateY(-5px);
        }

        .college-header {
            display: flex;
            align-items: center;
            padding: 10px 15px 0;
        }

        .college-header img {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            margin-right: 10px;
        }

        .college-title {

            color: #000;
            font-family: Inter;
            font-size: 13px;
            font-style: normal;
            font-weight: 500;
        }

        .college-location {
            font-size: 12px;
            color: #e65b00;
        }

        .college-img {
            width: 100%;
            height: 150px;
            object-fit: cover;
            margin-top: 10px;
        }

        .college-buttons {
            padding: 10px 15px 15px;
            display: flex;
            justify-content: space-between;
            gap: 10px;
        }

        .btn-outline-primary {
            font-weight: 500;
        }

        .btn-apply {
            background-color: #a1af00 !important;
            color: white !important;
            font-weight: 500;
        }

        .btn-apply:hover {
            background-color: #a1af00 !important;
            color: white !important;

        }


        .section-title {
            font-size: 24px;
            font-weight: bold;
            color: #e65b00;
        }

        @media (max-width: 576px) {
            .college-img {
                height: 120px;
            }

        .section-title2 {
            font-size: 15px !important;
            font-weight: bold !important;
            color: #e65b00 !important;
        }
        }





  
/* css for notic bord */

 .notice-section {
      font-family: 'Segoe UI', sans-serif;
      background: linear-gradient(to right, #005C92, #005C92);
      color: white;
      padding: 20px;
    }

   .section-title {
      font-size: 2rem;
      font-weight: 700;
    }

    .latest-news {
      background-color: rgba(0, 0, 0, 0.1);
      padding: 20px;
      border-radius: 8px;
    }

    .timeline {
      position: relative;
      padding-left: 30px;
    }

    .timeline::before {
      content: '';
      position: absolute;
      left: 8px;
      top: 0;
      bottom: 0;
      width: 4px;
      background-color: #bbb;
      z-index: 0;
      border-radius: 2px;
    }

    .fill-line {
      position: absolute;
      left: 8px;
      top: 0;
      width: 4px;
      height: 0;
      background-color: #005C92;
      z-index: 1;
      border-radius: 2px;
      transition: height 0.4s ease;
    }

    .timeline-item {
      position: relative;
      margin-bottom: 30px;
      padding-left: 10px;
      cursor: pointer;
      z-index: 2;
      color: #fff;
    }

    .timeline-item::before {
      content: '';
      position: absolute;
      left: -26px;
      top: 4px;
      width: 12px;
      height: 12px;
      background-color: #005C92;
      border-radius: 50%;
      z-index: 3;
    }

    .timeline-item.active {
      font-weight: bold;
      color: #ffd700;
    }

 /* .notice-board {
  background: url('../images/img/birla-bg-3.svg') center center no-repeat;
  background-size: cover;
  padding: 30px;
  color: black;
  height: auto;
  width: 100%;
  border-radius: 10px; /* Optional: add if you want rounded corners
} */

  .notice-board {
      background-color: rgba(255, 255, 255, 0.95);
      border: 8px solid #f5d7a5;
      padding: 30px;
      color: black;
      border-radius: 10px;
    }

    .holiday-section {
      background-color: #fcae1e;
      color: #000;
      padding: 20px;
      border-radius: 8px;
      font-weight: 500;
    }

    .holiday-section a {
      font-weight: bold;
      color: blue;
      text-decoration: none;
    }

    .holiday-section a:hover {
      text-decoration: underline;
    }

    .important-notice-title {
      font-weight: bold;
      font-size: 1.5rem;
    }

    .divider {
      height: 2px;
      background-color: #000;
      margin: 10px 0;
      width: 100%;
    }




    /* next css */

     .State-body {
      font-family: 'Segoe UI', sans-serif;
    }

    .State-title {
      font-size: 24px;
      font-weight: 700;
      text-align: center;
    }

    .State-highlight {
      color: #f15a07;
    }

    .State-subtitle {
      text-align: center;
      color: #004c84;
      font-size: 16px;
      margin-bottom: 30px;
    }

    .State-card {
      background-color: #99d8ff;
      border-radius: 20px;
      padding: 25px 15px;
      text-align: center;
      transition: all 0.3s ease;
    }

    .State-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    .State-card img {
      height: 70px;
      margin-bottom: 15px;
    }

    .State-city-name {
      font-weight: 600;
      font-size: 18px;
      color: #f15a07;
    }




    .bg-img-add{
      background-image: url('../banner/banner2.svg');
      background-size: cover;
      background-position: center;
      height: auto;
      display: flex;
      align-items: center;
      justify-content: center;
    }



    .intop {
    font-family: "Saira", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #005C92;
}

.topindia {
    font-family: "Rowdies", sans-serif;
    font-size: 45px;
    font-weight: 400;
}

.statewise {
    font-family: "Rowdies", sans-serif;
    font-size: 45px;
    font-weight: 700;
}


.college-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,92,146,0.1);
    padding: 10px;
    margin-bottom: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #e3f0ff;
}

.college-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0,92,146,0.15);
}

.college-header {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.college-header img {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    margin-right: 12px;
    object-fit: cover;
}

/* .college-title {
    font-size: 12px;
    font-weight: 600;
    color: #005C92;
    margin-bottom: 4px;
    line-height: 1.3;
} */

.college-location {
    font-size: 12px;
    color: #666;
}

.college-img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 12px;
}

.college-info {
    margin-bottom: 16px;
}

.info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
    padding: 4px 0;
}

.info-label {
    font-size: 13px;
    color: #000000;
    font-weight: 600;
    flex: 1;
}

.info-value {
    font-size: 13px;
    color: #333;
    font-weight: 500;
    flex: 1;
    text-align: right;
}

.college-type {
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
}

.college-type.government {
    background: #e8f5e8;
    color: #2e7d32;
}

.college-type.private {
    background: #fff3e0;
    color: #f57c00;
}

.college-buttons {
    display: flex;
    gap: 8px;
}

.college-buttons .btn {
    font-size: 12px;
    padding: 8px 12px;
    border-radius: 6px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-outline-primary {
    border: 1px solid #005C92;
    color: #005C92;
    background: transparent;
}

.btn-outline-primary:hover {
    background: #005C92;
    color: white;
}

.btn-apply {
    background: #EA6124;
    color: white;
  
}

.btn-apply:hover {
    background: #d55620;
    /* border-color: #d55620; */
}

@media (max-width: 768px) {
    .college-card {
        padding: 12px;
    }
    
    .college-title {
        font-size: 13px;
    }
    
    .college-img {
        height: 100px;
    }
    
    .info-label,
    .info-value {
        font-size: 12px;
    }
}


#noticeText {
  max-height: 300px;           /* Adjust based on your design */
  overflow-y: auto;            /* Adds vertical scroll if needed */
  word-wrap: break-word;       /* Wraps long words */
  white-space: normal;         /* Allows multi-line text */
  padding-right: 10px;         /* Prevents text from sticking to scrollbar */
}

.notice-board p {
  margin-bottom: 0;
  line-height: 1.5;
}
