  .container {
    max-width: 95% !important;
  }

  #hero-carousel {
    width: 100%;
    overflow: hidden;
    position: relative;
  }

  #hero-carousel .slide { display: none; }

  #hero-carousel .slide.active { display: block; }

  #hero-carousel .slide img {
    width: 100%;
    height: auto;
    display: block;
  }

  .carousel-ctrl {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.35);
    color: #fff;
    border: none;
    padding: 14px 18px;
    font-size: 1.2rem;
    cursor: pointer;
    z-index: 10;
    transition: background 0.2s;
  }

  .carousel-ctrl:hover { background: rgba(0,0,0,0.6); }
  #hero-prev { left: 0; }
  #hero-next { right: 0; }

  .carousel-dots {
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 7px;
  }

  .carousel-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255,255,255,0.45);
    border: none;
    cursor: pointer;
    transition: background 0.2s;
  }

  .carousel-dot.active { background: #fff; }

  #hero-banner {
    display: flex;
    align-items: stretch;
    position: relative;
  }

  .hero-panel {
    flex: 1;
    padding: 20px;
  }

  .hero-panel.left {
    background: #FFD200;
    color: #000;
  }

  .hero-panel.left p {
    font-family: 'IBM Plex Serif', serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
  }

  .hero-panel.right {
    background: #F8A724;
    color: #fff;
    padding-left: 80px;
  }

  .hero-panel.right h2 {
    font-family: 'IBM Plex Serif', serif;
    font-size: 1.7rem;
    font-weight: 700;
    margin-bottom: 16px;
  }

  .hero-panel.right p {
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
    color: rgba(255,255,255,0.92);
  }

  .hero-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
  }

  @media (max-width: 768px) {
    #hero-banner { flex-direction: column; }
    
  }

  .section-eyebrow {
    font-size: 20px;
    color: #bababa;
  }

  .section-title {
    font-family: 'IBM Plex Serif', serif;
    font-size: 2.2rem;
    font-weight: 700;
  }

  .icon-box-card {
    background: #f9f9f9;
    border-left: 4px solid #ffc600;
    border-radius: 6px;
    padding: 20px;
    height: 100%;
  }

  .icon-box-card .box-icon {
    font-size: 2rem;
    color: #ffc600;
    margin-bottom: 12px;
  }

  .icon-box-card h5 { font-weight: 700; font-size: 1rem; margin-bottom: 6px; }
  .icon-box-card p  { font-size: 0.88rem; color: #555; margin: 0; }

  #new-info {
    padding: 60px 0;
    background: #fff;
  }

.news-container {
    perspective: 1000px;
    width: 100%;
    height: 450px;
  }

  .news-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
  }

  .news-container:hover .news-inner {
    transform: rotateX(180deg); 
  }

  .news-front, .news-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  }

  .news-front img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
  }

  .news-back {
    background-color: #333;
    color: white;
    transform: rotateX(180deg);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
  }

  .news-title{
    font-weight:bold;
  }

  #scholarship { background: #fff8ee; }

  .stat-box { text-align: center; padding: 28px 20px 12px; }
  .stat-number { font-size: 2.8rem; font-weight: 800; color: #1d1d1d; }
  .stat-divider { width: 50px; border: 3px solid #fcaa25; margin: 8px auto; }
  .stat-label { font-size: 0.9rem; font-weight: 700; }
  .stat-desc { font-size: 0.85rem; padding: 0 20px 20px; text-align: center; }

  #new-info {
      padding-top: 50px;
      padding-bottom: 50px;
      background-color: #ffffff;
      }

  #new-info .section-title {
color: #000000;
text-align: center;
font-family: 'IBM Plex Serif', serif;
font-weight: 700;
font-size: 30px;
margin-bottom: 32px;
}

.insta-grid .insta-item img {
border: 1px solid #000;
padding: 4px;
background: #fff;
transition: transform 0.3s ease;
}

.insta-grid .insta-item img:hover {
transform: scale(1.02);
}

.accordion-column-title {
font-size: 20px;
font-weight: 700;
color: #000;
margin-bottom: 20px;
border-bottom: 2px solid #f8a724;
display: inline-block;
padding-bottom: 5px;
}

.accordion-header-btn {
background: #f9f9f9;
border: 1px solid #eee;
border-left: 4px solid #f8a724;
color: #333;
padding: 12px 15px;
font-weight: 600;
font-size: 0.95rem;
text-align: left;
margin-bottom: 8px;
border-radius: 0;
}

.accordion-header-btn:hover {
background: #f1f1f1;
}

.accordion-header-btn::after {
color: #707070;
}

.accordion-body-content {
border: 1px solid #eee;
border-top: none;
background: #fff;
padding: 15px;
font-size: 0.9rem;
color: #555;
}

.accordion-button{
  font-weight: bold;
}

.accordion-button:not(.collapsed) {
    color: #1d87e4 !important;
}

.accordion-button:not(.collapsed) {
    background-color: transparent !important;
    box-shadow: none !important;
}

#campus-accordion .btn{
  background-color: #f4524d;
}