:root{
      --g-teal:#0d6e6f;
      --g-teal-dark:#084d4e;
      --g-orange:#ff7f50;
      --g-bg:#f7fbfd;
      --g-text:#102436;
      --g-muted:#6a7b8f;
      --g-border:#e5edf3;
      --g-shadow:0 18px 45px rgba(16,36,54,.08);
      --g-radius:24px;
    }
    *{box-sizing:border-box}
    body{
      margin:0;
      font-family:Inter, "Segoe UI", Arial, sans-serif;
      color:var(--g-text);
      background:#fff;
    }
    a{text-decoration:none}
    .utility-bar{
      background:var(--g-teal-dark);
      color:#fff;
      font-size:.92rem;
    }
    .utility-bar a{
      color:#fff;
      opacity:.95;
    }
    .utility-bar a:hover{
      opacity:1;
      text-decoration:underline;
    }

/* ===== NIPER Header Same Line Design ===== */
.sticky-shell {
  width: 100%;
  background: #fff;
  border-top: 3px solid #083b4c;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.06);
  position: sticky;
  top: 0;
  z-index: 999;
}

.header-main {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}


   @media (max-width:575.98px){
    .header-main {
 display: contents;
}

   }





.brand-box {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}

.brand-mark {
  width: 88px;
  height: 88px;
  object-fit: contain;
}

.brand-divider {
  width: 1px;
  height: 70px;
  background: #d8d8d8;
}

.brand-title {
  font-size: 33px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 1px;
  color: #0b4f6b;
  text-transform: uppercase;
}

.brand-subtitle {
  margin-top: 4px;
  font-size: 20px;
  line-height: 1;
  font-weight: 800;
  color: #f26a4b;
  text-transform: uppercase;
}

.main-nav {
  padding: 0;
  flex: 1;
}

.main-nav .navbar-collapse {
  justify-content: flex-end;
}

.main-nav .navbar-nav {
  align-items: center;
  justify-content: flex-end !important;
  gap: 1px;
  width: auto !important;
}

.main-nav .nav-link {
  color: #101a35;
  font-size: 14px;
  font-weight: 700;
  padding: 39px 4px;
  white-space: nowrap;
  margin-left: 0px;
}

.main-nav .nav-link:hover,
.main-nav .nav-link:focus {
  color: #0b6b86;
}

.main-nav .dropdown-toggle::after {
  margin-left: 6px;
  vertical-align: 2px;
}

.nirf-btn {
  background: #12254b;
  color: #fff !important;
  padding: 31px 30px !important;
  margin-left: 8px;
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nirf-btn:hover {
  background: #0b1b3b;
  color: #fff !important;
}

/* Mega menu */
.mega-menu {
  width: 100%;
  left: 0;
  right: 0;
  top: 100%;
  border: 0;
  border-radius: 0;
  padding: 28px;
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.12);
}

.mega-menu h6 {
  color: #0b4f6b;
  font-weight: 800;
  margin-bottom: 12px;
}

.mega-menu a {
  display: block;
  color: #333;
  text-decoration: none;
  padding: 7px 0;
  font-size: 14px;
}

.mega-menu a:hover {
  color: #f26a4b;
}

/* Normal dropdown */
.custom-dropdown-menu {
  border: 0;
  border-radius: 0;
  padding: 10px 0;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}

.custom-dropdown-menu .dropdown-item {
  font-size: 14px;
  font-weight: 600;
  padding: 9px 18px;
}

.blink-badge {
  background: #f26a4b;
  color: #fff;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 10px;
  margin-left: 4px;
}

/* Responsive */
@media (max-width: 1199px) {
  .brand-title {
    font-size: 34px;
  }

  .brand-subtitle {
    font-size: 22px;
  }

  .main-nav .navbar-nav {
    gap: 10px;
  }

  .main-nav .nav-link {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .header-main {
    min-height: auto;
    padding: 12px 0;
    align-items: flex-start;
  }

  .brand-mark {
    width: 70px!important;
    height: 70px!important;
  }

  .brand-divider {
    height: 58px;
  }

  .brand-title {
    font-size: 28px;
  }

  .brand-subtitle {
    font-size: 18px;
  }

  .main-nav {
    width: auto;
    flex: unset;
    height: 49px!important;
  }

  .navbar-toggler {
    margin-top: 0px;
  }

  .main-nav .navbar-collapse {
    position: absolute;
    left: 0;
    right: 0;
    top: 96px;
    background: #fff;
    padding: 12px 20px;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
  }

  .main-nav .navbar-nav {
    align-items: flex-start;
    gap: 0;
    width: 100% !important;
  }

  .main-nav .nav-link {
    padding: 10px 0;
  }

  .nirf-btn {
    min-height: auto;
    padding: 10px 18px !important;
    margin-left: 0;
    margin-top: 8px;
  }
}




    .sticky-shell{
      position:sticky;
      top:0;
      z-index:1050;
      background:#fff;
      box-shadow:0 8px 28px rgba(0,0,0,.06);
    }

    .brand-row{
      background:#fff;
    }

    .brand-logo{
      max-width:100%;
      height:72px;
      object-fit:contain;
    }

    .top-actions{
      font-size:.9rem;
      color:var(--g-muted);
    }

    .main-nav{
      border-top: 1px solid var(--g-border);
      background: #fff;
      box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
      height: 95px;
    }
    .main-nav .nav-link{
      /* color:var(--g-text)!important; */
      /* font-weight:700; */
      /* padding:1rem .9rem!important; */
      /* font-size:.96rem; */
    }
    .main-nav .nav-link:hover{
      color:var(--g-teal)!important;
    }

    .mega-menu{
      min-width: 801px;
      border:none;
      border-radius:0 0 22px 22px;
      padding:1.25rem;
      box-shadow:0 24px 70px rgba(0,0,0,.14);
    }
    .mega-menu h6{
      color: #0e5c72;
      font-size:.78rem;
      text-transform:uppercase;
      letter-spacing:.06em;
      font-weight:800;
      margin-bottom:.7rem;
    }
    .mega-menu a{
      display: block;
    color: #223549;
    font-size: 14px;
    padding: 0.29rem 0;
    border-bottom: 1px solid #cccccc69;
    }
    .mega-menu a:hover{
      color:var(--g-teal);
    }
    @media (min-width:992px){
      .navbar .dropdown:hover .dropdown-menu{
        display:block;
      }
    }
    @media (max-width:1199.98px){
      .mega-menu{min-width:760px}
    }
    @media (max-width:991.98px){
      .mega-menu{
        min-width:100%;
        box-shadow:none;
        border:1px solid var(--g-border);
      }
    }

    .section{
      padding:4rem 0;
    }
    .section-soft{
      background:var(--g-bg);
    }
    .cap{
      color:var(--g-teal);
      font-size:.79rem;
      text-transform:uppercase;
      letter-spacing:.06em;
      font-weight:800;
      margin-bottom:.45rem;
    }
    .section-title{
      font-size:2rem;
      font-weight:900;
      line-height:1.1;
      margin-bottom:.45rem;
    }
    .section-note{
      color:var(--g-muted);
      max-width:760px;
      margin-bottom:0;
    }
    .section-head{
      display:flex;
      justify-content:space-between;
      align-items:end;
      gap:1rem;
      margin-bottom:1.4rem;
    }
    .cta-link{
      color:var(--g-teal);
      font-weight:700;
    }

    .announce-strip{
      background:#fff;
      border:1px solid var(--g-border);
      box-shadow:var(--g-shadow);
      border-radius:18px;
      padding:1rem 1.1rem;
      display:flex;
      gap:1rem;
      align-items:flex-start;
    }
    .announce-title{
      font-size:.8rem;
      font-weight:800;
      color:var(--g-teal);
      text-transform:uppercase;
      letter-spacing:.05em;
      white-space:nowrap;
    }
    .announce-links{
      display:flex;
      flex-wrap:wrap;
      gap:.7rem 1rem;
      font-size:.95rem;
    }
    .announce-links a{
      color:#223549;
    }
    .announce-links a:hover{
      color:var(--g-teal);
    }

    .hero-wrap{
      display:grid;
      grid-template-columns:1.45fr .88fr;
      gap:1.2rem;
      margin-top:1.25rem;
      align-items:stretch;
    }
    @media (max-width:991.98px){
      .hero-wrap{grid-template-columns:1fr}
    }

    .hero-main{
      min-height:520px;
      position:relative;
      overflow:hidden;
      border-radius:32px;
      color:#fff;
      box-shadow:0 32px 75px rgba(13,110,111,.22);
      background:
        linear-gradient(90deg, rgba(0,0,0,.28) 0%, rgba(0,0,0,.11) 48%, rgba(0,0,0,.05) 100%),
        linear-gradient(135deg, #0f5455 0%, #0d6e6f 44%, #2da8aa 100%);
    }
    .hero-main::before{
      content:"";
      position:absolute;
      inset:0;
      background:url('https://niperguwahati.ac.in/img/bg/an-img-02.png') left bottom / cover no-repeat;
      opacity:.22;
      mix-blend-mode:screen;
    }
    .hero-main::after{
      content:"";
      position:absolute;
      right:0;
      bottom:0;
      width:72%;
      height:62%;
      background:url('https://niperguwahati.ac.in/img/bg/6th_convo-removebg-preview.png') right bottom / contain no-repeat;
      opacity:.9;
      pointer-events:none;
    }
    .hero-content{
      position:relative;
      z-index:2;
      height:100%;
      display:flex;
      flex-direction:column;
      justify-content:end;
      padding:3rem;
    }
    .hero-pill{
      display:inline-flex;
      align-items:center;
      gap:.45rem;
      width:max-content;
      padding:.45rem .9rem;
      border-radius:999px;
      border:1px solid rgba(255,255,255,.24);
      background:rgba(255,255,255,.15);
      font-size:.78rem;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.05em;
      margin-bottom:1rem;
    }
    .hero-title{
      font-size:clamp(2rem,4.5vw,4rem);
      line-height:1.02;
      font-weight:900;
      margin-bottom:1rem;
      max-width:760px;
    }
    .hero-text{
      max-width:620px;
      color:rgba(255,255,255,.92);
      font-size:1.03rem;
      margin-bottom:1.5rem;
    }

    .side-stack{
      display:grid;
      gap:1rem;
    }
    .quick-box{
      background:#fff;
      border:1px solid var(--g-border);
      box-shadow:var(--g-shadow);
      border-radius:24px;
      padding:1.25rem;
      display:flex;
      gap:1rem;
      align-items:flex-start;
      min-height:158px;
    }
    .quick-icon{
      width:54px;
      height:54px;
      object-fit:contain;
      flex:0 0 auto;
    }
    .quick-box h5{
      margin:0 0 .3rem;
      font-size:1.08rem;
      font-weight:800;
    }
    .quick-box p{
      color:var(--g-muted);
      margin-bottom:.45rem;
      font-size:.95rem;
    }

    .leaders{
      margin-top:1.3rem;
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:1rem;
    }
    @media (max-width:991.98px){
      .leaders{grid-template-columns:repeat(2,1fr)}
    }
    @media (max-width:575.98px){
      .leaders{grid-template-columns:1fr}
    }
    .leader-card{
      background:#fff;
      border:1px solid var(--g-border);
      box-shadow:var(--g-shadow);
      border-radius:24px;
      padding:1.25rem;
      text-align:center;
    }
    .leader-card img{
      width: 112px;
    height: 112px;
    border-radius: 50%;
    margin: 0 auto 1rem;
    border: 5px solid #f7ededc7;
    box-shadow: 0 12px 25px rgb(0 0 0 / 28%);
    display: block;
    }
    .leader-card h6{
      font-weight:800;
      margin-bottom:.15rem;
    }
    .leader-card .small{
      color:var(--g-muted);
      line-height:1.4;
    }

    .event-feature{
      background:#fff;
      border:1px solid var(--g-border);
      border-radius:28px;
      overflow:hidden;
      box-shadow:var(--g-shadow);
      height:100%;
    }
    .event-left{
      min-height:360px;
      color:#fff;
      display:flex;
      flex-direction:column;
      justify-content:end;
      padding:2rem;
      background:
        linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.46)),
        url('https://niperguwahati.ac.in/img/bg/an-img-03.png') center/cover no-repeat,
        linear-gradient(135deg,#0f5455 0%, #0d6e6f 44%, #2da8aa 100%);
    }
    .event-badge{
      display:inline-flex;
      align-items:center;
      gap:.45rem;
      width:max-content;
      padding:.42rem .8rem;
      border-radius:999px;
      border:1px solid rgba(255,255,255,.24);
      background:rgba(255,255,255,.15);
      font-size:.76rem;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.05em;
      margin-bottom:1rem;
    }
    .event-side{
      background:#fff;
      border:1px solid var(--g-border);
      box-shadow:var(--g-shadow);
      border-radius:24px;
      padding:1.25rem;
    }
    .event-side + .event-side{
      margin-top:1rem;
    }
    .event-side h5{
      font-weight:800;
      margin-bottom:.35rem;
    }
    .event-side p{
      color:var(--g-muted);
      margin-bottom:.45rem;
    }

    .panel{
      background:#fff;
      border:1px solid var(--g-border);
      box-shadow:var(--g-shadow);
      border-radius:28px;
      height:100%;
    }
    .copy{
      color:#425466;
      line-height:1.8;
    }

    

    .top-header {
          height: 45px;
    background: #0e5c72;
    position: relative;
    overflow: hidden;
    border-top: 0px solid #d5eef4;
    }

    .top-header::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 45%;
      height: 100%;
      background: #102b55;
      clip-path: polygon(0 0, 88% 0, 100% 100%, 0% 100%);
      z-index: 1;
    }

    .top-header .container {
      position: relative;
      z-index: 2;
      height: 100%;
    }

    .social-icons a {
      color: #ffffff;
      font-size: 14px;
      margin-right: 16px;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
    }

    .right-tools {
      color: #ffffff;
      font-size: 12px;
      font-weight: 600;
    }

    .computer-icon {
      color: #ff6b43;
      font-size: 28px;
      line-height: 1;
      margin-right: 8px;
    }

    .skip-link {
      color: #ffffff;
      font-size: 10px;
      text-decoration: none;
      display: block;
      line-height: 1;
      margin-bottom: 2px;
    }

    .skip-link:hover {
      color: #ffffff;
      text-decoration: underline;
    }

    .font-tools {
      display: flex;
      align-items: center;
      gap: 4px;
      font-size: 17px;
      font-weight: 800;
      line-height: 1;
    }

    .font-tools a {
      color: #ffffff;
      text-decoration: none;
    }

    .contrast-circle {
      width: 15px;
      height: 15px;
      border-radius: 50%;
      display: inline-block;
      border: 2px solid #ffffff;
      margin-left: 7px;
    }

    .contrast-white {
      background: #ffffff;
    }

    .contrast-dark {
      background: #0e5c72;
    }

    .divider {
      width: 1px;
      height: 35px;
      background: rgba(255, 255, 255, 0.35);
      margin: 0 16px;
    }

    .translate-icon {
      color: #ff6b43;
      font-size: 22px;
      margin-right: 7px;
    }

    .language-select {
      height: 20px;
      font-size: 11px;
      padding: 0 6px;
      border-radius: 4px;
      border: 1px solid #333;
      max-width: 120px;
    }

    @media (max-width: 768px) {
      .top-header {
        height: auto;
        padding: 12px 0;
      }

      .top-header::before {
        width: 100%;
        clip-path: none;
      }

      .top-header .container {
        flex-direction: column;
        gap: 12px;
      }

      .right-tools {
        flex-wrap: wrap;
        justify-content: center;
      }

      .divider {
        display: none;
      }
    }



    /* Announcement Bar */
    .announcement-bar {
      display: flex;
      align-items: center;
      width: 100%;
      height: 38px;
      background: #ffffff;
      border-bottom: 1px solid #ddd;
      overflow: hidden;
      position: relative;
      z-index: 20;
    }

    .announcement-title {
      background: #08275c;
      color: #fff;
      height: 38px;
      min-width: 138px;
      padding: 0 14px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 12px;
      font-weight: 700;
      gap: 5px;
    }

    .announcement-marquee {
      flex: 1;
      font-size: 12px;
      font-weight: 700;
      white-space: nowrap;
      overflow: hidden;
    }

    .announcement-marquee marquee {
      display: block;
      line-height: 38px;
    }

    .announcement-marquee a {
      color: #008000;
      text-decoration: none;
      margin: 0 6px;
    }

    .announcement-marquee a.blue-link {
      color: #003cff;
    }

    .announcement-marquee a:hover {
      color: #003cff;
      text-decoration: underline;
    }

    .announcement-marquee span {
      color: #000;
      margin: 0 4px;
    }

    /* Slider */
    .workshop-slider {
      position: relative;
      width: 100%;
      overflow: hidden;
    }

    .slider-image {
          width: 100%;
    height: 100%;
    padding: 0px;
    }

    .left-collage {
      display: grid;
      grid-template-rows: 70% 30%;
      gap: 4px;
      overflow: hidden;
    }

    .left-top img,
    .left-bottom img,
    .right-main img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .left-bottom {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 4px;
    }

    .right-main {
      position: relative;
      overflow: hidden;
    }

    .slider-title {
      position: absolute;
      top: 15px;
      right: 0;
      background: #ffe76a;
      color: #000;
      padding: 10px 28px;
      font-size: 40px;
      font-weight: 800;
      line-height: 1.1;
      z-index: 3;
      max-width: 75%;
      white-space: nowrap;
      overflow: hidden;
    }

    .carousel-control-prev,
    .carousel-control-next {
      width: 55px;
      height: 55px;
      background: rgba(255, 255, 255, 0.85);
      border-radius: 50%;
      top: 50%;
      transform: translateY(-50%);
      opacity: 1;
    }

    .carousel-control-prev {
      left: 38px;
    }

    .carousel-control-next {
      right: 18px;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
      filter: invert(1);
      width: 22px;
      height: 22px;
    }

    @media (max-width: 991px) {
      .slider-layout {
        grid-template-columns: 1fr;
        min-height: auto;
      }

      .left-top {
        height: 260px;
      }

      .left-bottom {
        height: 160px;
      }

      .right-main {
        height: 320px;
      }

      .slider-title {
        font-size: 28px;
        max-width: 90%;
        padding: 8px 18px;
      }
    }

    @media (max-width: 576px) {
      .announcement-title {
        min-width: 115px;
        font-size: 11px;
        padding: 0 8px;
      }

      .announcement-marquee {
        font-size: 11px;
      }

      .left-top {
        height: 220px;
      }

      .left-bottom {
        height: 130px;
      }

      .right-main {
        height: 260px;
      }

      .slider-title {
        font-size: 22px;
        top: 10px;
      }

      .carousel-control-prev,
      .carousel-control-next {
        width: 42px;
        height: 42px;
      }

      .carousel-control-prev {
        left: 12px;
      }
    }

.feature-section{
      margin-top: -234px;
    position: relative;
}

    .feature-card {
      position: relative;
      min-height: 100%;
      padding: 28px 28px;
      overflow: hidden;
      color: #fff;
      background: rgba(5, 45, 87, 0.94);
      display: flex;
      align-items: center;
      gap: 24px;
    }

    .feature-card.teal-card {
      background: rgba(15, 93, 111, 0.92);
    background-color: rgba(18, 88, 117, 0.85);
    padding: 35px;
    transition: all 0.3s ease 0s;
    }

    .feature-card::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(135deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.04) 35%, transparent 35%),
        linear-gradient(320deg, transparent 0%, transparent 45%, rgba(255,255,255,0.05) 45%, rgba(255,255,255,0.05) 70%, transparent 70%);
      z-index: 1;
    }

    .feature-card::after {
      content: "";
      position: absolute;
      inset: 0;
      background-image:
        radial-gradient(circle at 20% 20%, rgba(255,255,255,0.08) 1px, transparent 1px);
      background-size: 24px 24px;
      opacity: 0.35;
      z-index: 1;
    }

    .feature-icon,
    .feature-content {
      position: relative;
      z-index: 2;
    }

    .feature-icon {
      width: 86px;
      min-width: 86px;
      text-align: center;
      color: #fff;
      line-height: 1;
    }

    .feature-icon i {
      font-size: 76px;
    }

    .feature-title {
      font-size: 18px;
      font-weight: 800;
      margin-bottom: 10px;
      color: #fff;
    }

    .feature-text {
      font-size: 12px;
      line-height: 1.6;
      font-weight: 700;
      margin-bottom: 10px;
      color: #fff;
    }

    .read-more {
      font-size: 12px;
      font-weight: 800;
      color: #fff;
      text-decoration: none;
    }

    .read-more:hover {
      color: #ffd84d;
    }

    .new-badge {
      display: inline-block;
      background: #ff3045;
      color: #fff;
      font-size: 7px;
      font-weight: 700;
      padding: 2px 5px;
      border-radius: 2px;
      margin-left: 5px;
      vertical-align: middle;
    }

    .admission-list {
      margin: 0 0 8px;
      padding: 0;
      list-style: none;
      background-color: #1d4167;
    }

    .admission-list li {
      font-size: 12px;
      line-height: 1.5;
      font-weight: 800;
      margin-bottom: 5px;
    }

    @media (max-width: 991px) {
      .feature-card {
        margin-bottom: 12px;
      }
    }

    @media (max-width: 576px) {
      .feature-card {
        padding: 22px 18px;
        gap: 16px;
      }

      .feature-section {
    margin-top: 15px;
  }

  ul, .navbar-nav{
    background-color: white;
  }

      .feature-icon {
        width: 64px;
        min-width: 64px;
      }

      .feature-icon i {
        font-size: 58px;
      }

      .feature-title {
        font-size: 16px;
      }
    }


      .footer-pattern {
      height: 48px;
      background-color: #ffe1bd;
      background-image: repeating-linear-gradient(
          45deg,
          transparent 0,
          transparent 6px,
          rgba(190, 30, 30, 0.9) 6px,
          rgba(190, 30, 30, 0.9) 8px
        ),
        repeating-linear-gradient(
          -45deg,
          transparent 0,
          transparent 6px,
          rgba(190, 30, 30, 0.9) 6px,
          rgba(190, 30, 30, 0.9) 8px
        );
      background-size: 16px 16px;
      border-top: 5px solid #f4b373;
    }

    .main-footer {
      position: relative;
      background: #073846;
      color: #ffffff;
      overflow: hidden;
      padding: 30px 0 0;
    }

    .main-footer::before {
      content: "";
      position: absolute;
      left: -150px;
      top: -120px;
      width: 310px;
      height: 360px;
      border: 1px solid rgba(255, 255, 255, 0.18);
      border-radius: 50%;
    }

    .main-footer::after {
      content: "";
      position: absolute;
      left: -90px;
      top: -80px;
      width: 245px;
      height: 320px;
      border: 1px solid rgba(255, 255, 255, 0.13);
      border-radius: 50%;
    }

   

    .footer-title {
      font-size: 17px;
      font-weight: 800;
      margin-bottom: 28px;
      color: #ffffff;
    }

    .footer-logo {
      width: 88px;
      height: auto;
      margin-bottom: 12px;
    }

    .footer-institute-name {
      font-size: 22px;
      line-height: 1.25;
      font-weight: 800;
      max-width: 390px;
      color: #ffffff;
      margin-bottom: 30px;
    }

    .footer-social {
      display: flex;
      gap: 12px;
    }

    .footer-social a {
      width: 28px;
      height: 28px;
      background: rgba(255, 255, 255, 0.25);
      color: #ffffff;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      font-size: 13px;
      transition: 0.3s;
    }

    .footer-social a:hover {
      background: #ffffff;
      color: #073846;
    }

    .footer-links {
      list-style: none;
      padding: 0;
      margin: 0;
      background-color: #073846;
    }

    .footer-links li {
      margin-bottom: 14px;
    }

    .footer-links a {
      color: #d9e6ea;
      text-decoration: none;
      font-size: 12px;
      font-weight: 600;
    }

    .footer-links a:hover {
      color: #ffffff;
      text-decoration: underline;
    }

    .contact-item {
      display: flex;
      gap: 15px;
      margin-bottom: 26px;
      color: #d9e6ea;
      font-size: 12px;
      line-height: 1.7;
      font-weight: 600;
    }

    .contact-icon {
      width: 28px;
      height: 28px;
      background: #102f63;
      color: #ffffff;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 28px;
      font-size: 13px;
    }

    .footer-divider {
      border-color: rgba(255, 255, 255, 0.18);
      margin: 5px 1px 6px;
      padding-bottom: 0px;
    }

    .footer-policy {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 0;
      list-style: none;
      padding: 0px;
      margin: 0px;
    }

    .footer-policy li {
      color: rgba(255, 255, 255, 0.5);
      font-size: 12px;
      font-weight: 600;
      margin-bottom: 8px;
    }

    .footer-policy li:not(:last-child)::after {
      content: "|";
      margin: 0 18px;
      color: rgba(255, 255, 255, 0.35);
    }

    .footer-policy a {
      color: #ffffff;
      text-decoration: none;
      font-size: 11px;
      font-weight: 700;
    }

    .footer-policy a:hover {
      color: #ffd86b;
    }

    .footer-bottom {
      background: #102b55;
      color: #ffffff;
      padding: 8px 0;
      font-size: 11px;
      font-weight: 800;
      position: relative;
      z-index: 2;
    }

    .scroll-top {
      position: fixed;
      right: 32px;
      bottom: 28px;
      width: 34px;
      height: 34px;
      background: #102b63;
      color: #ffffff;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      font-size: 18px;
      z-index: 99;
    }

    .scroll-top:hover {
      background: #ffffff;
      color: #102b63;
    }

    @media (max-width: 991px) {
      .footer-title {
        margin-top: 25px;
        margin-bottom: 16px;
      }

      .footer-institute-name {
        font-size: 20px;
      }

      .footer-bottom {
        text-align: center;
      }

      .footer-bottom .text-end {
        text-align: center !important;
        margin-top: 8px;
      }
    }

    @media (max-width: 576px) {
      .footer-policy {
        display: block;
        background: #073846;
      }

      .footer-policy li {
        margin-bottom: 10px;
      }

      .footer-policy li::after {
        display: none;
      }

      .footer-institute-name {
        font-size: 18px;
      }
    }


     .quick-glance-section {
     position: relative;
    background: #063746;
    min-height: 318px;
    overflow: hidden;
    border-top: 10px solid #f2f2f2;
    display: flex;
    align-items: center;
    }

    .quick-glance-title {
      color: #ffffff;
      font-size: 57px;
      line-height: 1.22;
      font-weight: 800;
      letter-spacing: 1px;
      margin: 0;
      position: relative;
      z-index: 5;
    }

    .hajipur-art-wrap {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 58%;
      height: 100%;
      z-index: 2;
      pointer-events: none;
    }

    .hajipur-map-bg {
      position: absolute;
      right: 150px;
      bottom: 0;
      width: 520px;
      height: 245px;
      background: linear-gradient(135deg, #ffb44d, #f47b32);
      clip-path: polygon(12% 28%, 30% 20%, 45% 8%, 62% 18%, 80% 10%, 95% 32%, 88% 58%, 94% 85%, 70% 92%, 52% 80%, 32% 95%, 13% 82%, 20% 58%);
      opacity: 0.95;
    }

    .hajipur-art-img {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 700px;
      max-width: 100%;
      z-index: 3;
    }

    .culture-card {
      position: absolute;
      right: 25px;
      bottom: 0;
      width: 330px;
      height: 250px;
      z-index: 3;
      background: linear-gradient(180deg, rgba(255,214,122,0.98), rgba(234,107,41,0.95));
      clip-path: polygon(7% 26%, 24% 18%, 36% 27%, 50% 13%, 70% 22%, 91% 17%, 100% 39%, 92% 100%, 0 100%, 0 42%);
      opacity: 0.95;
    }

    .temple {
      position: absolute;
      right: 45px;
      bottom: 35px;
      width: 210px;
      height: 145px;
      z-index: 5;
    }

    .temple-roof {
      width: 210px;
      height: 58px;
      background: #9b3f1f;
      clip-path: polygon(0 100%, 50% 0, 100% 100%);
      border-bottom: 8px solid #6e2b18;
    }

    .temple-body {
      width: 155px;
      height: 90px;
      margin: 0 auto;
      background: #b94b23;
      border: 8px solid #7b2f17;
      border-top: none;
      position: relative;
    }

    .temple-door {
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 55px;
      height: 70px;
      background: #3b2118;
      border-radius: 28px 28px 0 0;
    }

    .stupa {
      position: absolute;
      right: 310px;
      bottom: 18px;
      z-index: 5;
      width: 170px;
      height: 145px;
    }

    .stupa-base {
      position: absolute;
      bottom: 0;
      left: 10px;
      width: 145px;
      height: 38px;
      background: #b85a27;
      border-radius: 8px 8px 0 0;
    }

    .stupa-dome {
      position: absolute;
      bottom: 30px;
      left: 26px;
      width: 115px;
      height: 75px;
      background: #ffd48a;
      border-radius: 120px 120px 15px 15px;
      border: 5px solid #9d4b24;
    }

    .stupa-top {
      position: absolute;
      bottom: 105px;
      left: 74px;
      width: 18px;
      height: 40px;
      background: #7c3218;
    }

    .stupa-top::before {
      content: "";
      position: absolute;
      left: -15px;
      top: -12px;
      width: 48px;
      height: 15px;
      background: #7c3218;
      border-radius: 20px;
    }

    .people {
      position: absolute;
      right: 470px;
      bottom: 0;
      display: flex;
      gap: 12px;
      z-index: 6;
    }

    .person {
      width: 36px;
      height: 105px;
      position: relative;
    }

    .person::before {
      content: "";
      position: absolute;
      top: 0;
      left: 8px;
      width: 20px;
      height: 20px;
      background: #3a2217;
      border-radius: 50%;
    }

    .person::after {
      content: "";
      position: absolute;
      top: 22px;
      left: 4px;
      width: 28px;
      height: 72px;
      background: linear-gradient(90deg, #111 0 30%, #ffffff 30% 42%, #d61f2c 42% 55%, #111 55%);
      border-radius: 12px 12px 3px 3px;
    }

    .play-box {
      position: absolute;
      right: 16.5%;
      top: 27%;
      width: 148px;
      height: 148px;
      background: rgba(15, 79, 96, 0.78);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 8;
      border: none;
    }

    .play-box::before {
      content: "";
      position: absolute;
      width: 108px;
      height: 108px;
      border: 2px dashed #ffffff;
      border-radius: 50%;
    }

    .play-btn {
      width: 0;
      height: 0;
      border-top: 14px solid transparent;
      border-bottom: 14px solid transparent;
      border-left: 23px solid #ffffff;
      margin-left: 8px;
      position: relative;
      z-index: 2;
    }

    .play-box:hover {
      background: rgba(13, 45, 99, 0.95);
    }

    .modal-content {
      background: #000;
      border: 0;
      border-radius: 0;
    }

    .modal-header {
      border-bottom: 0;
      background: #063746;
      color: #fff;
    }

    .btn-close {
      filter: invert(1);
    }

    .video-frame {
      width: 100%;
      height: 480px;
      border: 0;
      display: block;
    }

    @media (max-width: 991px) {
      .quick-glance-section {
        min-height: 390px;
      }

      .quick-glance-title {
        font-size: 46px;
      }

      .hajipur-art-wrap {
        width: 75%;
        opacity: 0.9;
      }

      .play-box {
        right: 18%;
        top: 24%;
        width: 118px;
        height: 118px;
      }

      .play-box::before {
        width: 86px;
        height: 86px;
      }

      .video-frame {
        height: 360px;
      }
    }

    @media (max-width: 576px) {
      .quick-glance-section {
        min-height: 390px;
        align-items: flex-start;
        padding-top: 55px;
      }

      .quick-glance-title {
        font-size: 34px;
      }

      .hajipur-art-wrap {
        width: 100%;
      }

      .hajipur-map-bg {
        right: 0;
        width: 360px;
      }

      .temple {
        right: 20px;
        transform: scale(0.75);
        transform-origin: bottom right;
      }

      .stupa {
        right: 190px;
        transform: scale(0.7);
        transform-origin: bottom right;
      }

      .people {
        right: 260px;
        transform: scale(0.7);
        transform-origin: bottom right;
      }

      .play-box {
        right: 36%;
        top: 48%;
        width: 88px;
        height: 88px;
      }

      .play-box::before {
        width: 64px;
        height: 64px;
      }

      .play-btn {
        border-top-width: 10px;
        border-bottom-width: 10px;
        border-left-width: 17px;
      }

      .video-frame {
        height: 250px;
      }
    }

    .hajipur-art-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 58%;
  height: 100%;
  z-index: 2;
}

.hajipur-art-img {
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 700px;
  max-width: 100%;
  z-index: 3;

  animation-name: alltuchtopdown;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes alltuchtopdown {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }

  100% {
    transform: translateY(0);
  }
}


  .academic-section {
      padding: 28px 0 45px;
      background: #ffffff;
    }

    .section-title {
      font-size: 22px;
      font-weight: 800;
      color: #20262d;
      margin: 0;
    }

    .dept-slider-controls {
      display: flex;
      justify-content: end;
      gap: 10px;
    }

    .dept-slider-controls button {
      width: 40px;
      height: 40px;
      border: none;
      background: #0d2b59;
      color: #ffffff;
      border-radius: 3px;
      font-size: 22px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
    }

    .dept-slider-controls button:hover {
      background: #16417e;
    }

    .dept-card {
      position: relative;
      background: #eef6ff;
      border-radius: 2px;
      overflow: hidden;
      height: 100%;
      box-shadow: none;
      transition: all 0.3s ease;
    }

    .dept-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
    }

    .dept-img-box {
      position: relative;
      height: 172px;
      overflow: hidden;
    }

    .dept-img-box img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: all 0.4s ease;
    }

    .dept-card:hover .dept-img-box img {
      transform: scale(1.06);
    }

    .course-badge {
      position: absolute;
    right: 0px;
    bottom: -4px;
    background: #082b61;
    color: #ffffff;
    padding: 15px 10px;
    font-size: 11px;
    font-weight: 800;
    border-radius: 2px;
    line-height: 1;
    white-space: nowrap;
    }

    .course-badge i {
      font-size: 12px;
      margin-right: 3px;
    }

    .dept-content {
      position: relative;
      padding: 22px 20px 20px;
      min-height: 165px;
    }

    .dept-title {
      font-size: 17px;
      font-weight: 800;
      color: #1e252c;
      margin-bottom: 12px;
      line-height: 1.35;
    }

    .dept-text {
      font-size: 12px;
      line-height: 1.8;
      color: #4d5863;
      font-weight: 500;
      margin-bottom: 16px;
    }

    .read-more {
      font-size: 11px;
      font-weight: 800;
      color: #ffffff;
      text-decoration: none;
    }

    .read-more:hover {
      color: #0056b3;
      text-decoration: underline;
    }

    .book-icon {
      position: absolute;
      right: 18px;
      bottom: 14px;
      color: #f5b9b4;
      font-size: 31px;
      opacity: 0.85;
    }

    @media (max-width: 991px) {
      .section-title {
        margin-bottom: 15px;
      }

      .dept-slider-controls {
        justify-content: start;
        margin-bottom: 20px;
      }
    }

    @media (max-width: 576px) {
      .academic-section {
        padding: 25px 0;
      }

      .dept-img-box {
        height: 190px;
      }
    }


       .award-section {
      position: relative;
      padding: 70px 0;
      background: linear-gradient(180deg, #f7fbff 0%, #eef7ff 100%);
      overflow: hidden;
    }

    .award-section::before {
      content: "";
      position: absolute;
      right: -120px;
      top: -120px;
      width: 320px;
      height: 320px;
      background: rgba(8, 43, 97, 0.06);
      border-radius: 50%;
    }

    .award-section::after {
      content: "";
      position: absolute;
      left: -110px;
      bottom: -110px;
      width: 280px;
      height: 280px;
      background: rgba(255, 182, 64, 0.12);
      border-radius: 50%;
    }

    .section-subtitle {
      color: #0b6f81;
      font-size: 13px;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 1.5px;
      margin-bottom: 8px;
    }

    .section-title {
      font-size: 27px;
    font-weight: 900;
    color: #102b55;
    margin-bottom: 2px;
    }

    .section-desc {
      max-width: 720px;
      margin: 0 auto 38px;
      color: #5b6670;
      font-size: 15px;
      line-height: 1.8;
    }

    .award-card {
      position: relative;
      background: #ffffff;
      border-radius: 6px;
      overflow: hidden;
      height: 100%;
      box-shadow: 0 12px 30px rgba(16, 43, 85, 0.10);
      transition: 0.35s ease;
      z-index: 2;
    }

    .award-card:hover {
      transform: translateY(-7px);
      box-shadow: 0 18px 40px rgba(16, 43, 85, 0.18);
    }

    .award-img {
      position: relative;
      height: 230px;
      overflow: hidden;
    }

    .award-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: 0.45s ease;
    }

    .award-card:hover .award-img img {
      transform: scale(1.08);
    }

    .award-img::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, transparent 45%, rgba(8, 43, 97, 0.70));
    }

    .award-date {
      position: absolute;
      left: 20px;
      bottom: 18px;
      background: #102b55;
      color: #ffffff;
      width: 62px;
      height: 62px;
      border-radius: 4px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      z-index: 3;
      font-weight: 800;
      line-height: 1;
    }

    .award-date span {
      font-size: 24px;
    }

    .award-date small {
      font-size: 11px;
      margin-top: 5px;
    }

    .award-content {
      position: relative;
      padding: 24px 22px 26px;
    }

    .award-tag {
      display: inline-block;
      background: #eaf5f7;
      color: #0b6f81;
      padding: 6px 12px;
      border-radius: 30px;
      font-size: 11px;
      font-weight: 800;
      margin-bottom: 14px;
    }

    .award-title {
      font-size: 20px;
      line-height: 1.35;
      font-weight: 900;
      color: #20262d;
      margin-bottom: 12px;
    }

    .award-text {
      color: #5b6670;
      font-size: 13px;
      line-height: 1.8;
      margin-bottom: 18px;
    }

    .award-link {
      color: #102b55;
      font-size: 13px;
      font-weight: 900;
      text-decoration: none;
    }

    .award-link:hover {
      color: #0b6f81;
    }

    .achievement-highlight {
      background: #063746;
      color: #ffffff;
      border-radius: 6px;
      padding: 34px;
      height: 100%;
      position: relative;
      overflow: hidden;
      z-index: 2;
    }

    .achievement-highlight::before {
      content: "";
      position: absolute;
      right: -60px;
      top: -60px;
      width: 170px;
      height: 170px;
      background: rgba(255, 255, 255, 0.07);
      border-radius: 50%;
    }

    .highlight-icon {
      width: 70px;
      height: 70px;
      background: #ffcf4d;
      color: #102b55;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 34px;
      margin-bottom: 22px;
    }

    .highlight-title {
      font-size: 16px;
      font-weight: 900;
      line-height: 1.3;
      margin-bottom: 18px;
    }

    .highlight-text {
      color: rgba(255, 255, 255, 0.82);
      font-size: 14px;
      line-height: 1.8;
      margin-bottom: 24px;
    }

    .highlight-list {
      list-style: none;
      padding: 0;
      margin: 0;
      background: #063746;
    }

    .highlight-list li {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      margin-bottom: 12px;
      font-size: 14px;
      font-weight: 700;
    }

    .highlight-list i {
      color: #ffcf4d;
      margin-top: 2px;
    }

    @media (max-width: 991px) {
      .award-section {
        padding: 50px 0;
      }

      .section-title {
        font-size: 30px;
      }

      .achievement-highlight {
        margin-top: 24px;
      }
    }

    @media (max-width: 576px) {
      .section-title {
        font-size: 26px;
      }

      .award-img {
        height: 210px;
      }

      .highlight-title {
        font-size: 23px;
      }
    }


       .notice-section {
     
    }

    .section-heading {
      color: #102b55;
      font-size: 34px;
      font-weight: 900;
      margin-bottom: 28px;
      text-align: center;
    }

    .notice-box {
      background: #ffffff;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
    }

    .notice-tabs {
      background: #102b55;
      padding: 12px;
      gap: 10px;
      border-bottom: 0;
    }

    .notice-tabs .nav-link {
    color: #ffffff;
    border: 0;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 800;
    padding: 7px 9px;
    background: rgba(255, 255, 255, 0.08);
    transition: 0.3s;
    }

    .notice-tabs .nav-link i {
      margin-right: 6px;
    }

    .notice-tabs .nav-link:hover {
      background: rgba(255, 255, 255, 0.18);
    }

    .notice-tabs .nav-link.active {
      background: #ffcf4d;
      color: #102b55;
    }

    .tab-content-area {
      padding: 12px;
      min-height: 367px;
      background: #ffffff;
    }

    /* News Vertical Scroll */
    .news-scroll-box {
      height: 277px;
      overflow: hidden;
      position: relative;
      background: #f2f8ff;
      border: 1px solid #dcecf7;
      border-radius: 10px;
      padding: 8px;
    }

    .news-scroll-list {
      position: absolute;
      width: calc(100% - 30px); 
      animation: newsScrollUp 10s linear infinite; 
    }

    .news-scroll-box:hover .news-scroll-list {
      animation-play-state: paused;
    }

    @keyframes newsScrollUp {
      0% {
        transform: translateY(100%);
      }

      100% {
        transform: translateY(-100%);
      }
    }

    .news-item {
      display: flex;
      gap: 14px;
      background: #ffffff;
      border-left: 4px solid #0b6f81;
      border-radius: 8px;
      padding: 6px 10px;
      margin-bottom: 14px;
      box-shadow: 0 8px 20px rgba(16, 43, 85, 0.08);
    }

    .news-date {
      width: 58px;
      min-width: 58px;
      height: 48px;
      background: #102b55;
      color: #ffffff;
      border-radius: 8px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      line-height: 1;
      font-weight: 900;
    }

    .news-date span {
      font-size: 17px;
    }

    .news-date small {
      font-size: 10px;
      margin-top: 2px;
    }

    .news-title {
      font-size: 13px;
      font-weight: 800;
      color: #20262d;
      margin-bottom: 6px;
      line-height: 1.45;
    }

    .news-title a {
      color: #20262d;
      text-decoration: none;
    }

    .news-title a:hover {
      color: #0b6f81;
    }

    .news-meta {
      font-size: 12px;
      color: #6b757f;
      margin-bottom: 0;
    }

    .new-badge {
      display: inline-block;
      background: #ff3045;
      color: #ffffff;
      font-size: 9px;
      font-weight: 800;
      padding: 3px 6px;
      border-radius: 3px;
      margin-left: 6px;
      vertical-align: middle;
    }

    /* Recruitments & Tenders Card Pattern */
    .latest-list {
      display: grid;
      gap: 14px;
    }

    .latest-card {
      display: flex;
      align-items: center;
      gap: 12px;
      background: #f8fbff;
      border: 1px solid #e2edf8;
      border-radius: 12px;
      padding: 10px;
      transition: 0.3s;
      position: relative;
      overflow: hidden;
    }

    .latest-card::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 5px;
      background: #0b6f81;
    }

    .latest-card:hover {
      transform: translateX(6px);
      box-shadow: 0 12px 26px rgba(16, 43, 85, 0.12);
      background: #ffffff;
    }

    .latest-icon {
      width: 54px;
      height: 54px;
      min-width: 54px;
      background: #102b55;
      color: #ffffff;
      border-radius: 14px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 24px;
    }

    .latest-content h4 {
      font-size: 13px;
      font-weight: 900;
      color: #20262d;
      margin-bottom: 7px;
      line-height: 1.45;
    }

    .latest-content h4 a {
      color: #20262d;
      text-decoration: none;
    }

    .latest-content h4 a:hover {
      color: #0b6f81;
    }

    .latest-content p {
      font-size: 12px;
      color: #6b757f;
      margin-bottom: 0;
    }

    .download-btn {
      margin-left: auto;
      background: #eaf5f7;
      color: #0b6f81;
      width: 38px;
      height: 38px;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      font-size: 18px;
      min-width: 38px;
      transition: 0.3s;
    }

    .download-btn:hover {
      background: #ffcf4d;
      color: #102b55;
    }

    .view-all-btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: #102b55;
      color: #ffffff;
      padding: 11px 22px;
      border-radius: 30px;
      font-size: 13px;
      font-weight: 800;
      text-decoration: none;
      margin-top: 22px;
    }

    .view-all-btn:hover {
      background: #0b6f81;
      color: #ffffff;
    }

    @media (max-width: 768px) {
      .section-heading {
        font-size: 26px;
      }

      .notice-tabs {
        display: block;
      }

      .notice-tabs .nav-item {
        margin-bottom: 8px;
      }

      .notice-tabs .nav-link {
        width: 100%;
        text-align: left;
      }

      .tab-content-area {
        padding: 16px;
      }

      .latest-card {
        align-items: flex-start;
      }

      .download-btn {
        margin-left: 0;
      }
    }


    .news-card{
      border: 1px solid #e6e9ef;
    border-radius: 11px;
    overflow: hidden;
    background: #fff;
    box-shadow: var(--brand-shadow);
    height: 100%;
    transition: .2s ease;
    box-shadow: 0 12px 20px 1px rgb(64 64 64 / 28%) !important;
    }
    .news-card h5{
          font-weight: 800;
    line-height: 1.35;
    }

    .label-date {
    font-size: .8rem;
    color: #0e5c72;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .06em;
}


  .about-director-section {
      /* background: #eef4f7; */
      /* padding: 35px 0; */
      /* position: relative; */
      /* overflow: hidden; */
    }

    .info-panel {
      background: #eef4f7;
      height: 100%;
      padding: 12px 8px;
      border-radius: 4px;
      box-shadow: 0 12px 20px 1px rgb(64 64 64 / 28%) !important;
    }

    .info-row {
      display: flex;
      align-items: center;
      gap: 23px;
      height: 100%;
    }

    .info-img-wrap {
      width: 170px;
      /* height: 170px; */
      /* min-width: 134px; */
      /* border-radius: 50%; */
      /* padding: 6px; */
      /* background: linear-gradient(145deg, #102b55 0%, #102b63 45%, #3f91a6 70%, #3f91a6 100%); */
      position: relative;
    }

    .info-img-wrap::before {
      /* content: ""; */
      /* position: absolute; */
      /* inset: 6px; */
      /* border-radius: 50%; */
      /* border: 4px solid #ffffff; */
      /* z-index: 2; */
      /* pointer-events: none; */
    }

    .info-img {
      width: 100%;
      height: 100%;
      /* border-radius: 50%; */
      /* object-fit: cover; */
      /* display: block; */
    }

    .info-content {
      flex: 1;
    }

    .info-heading {
      color: #102b55;
      font-size: 24px;
      line-height: 1.15;
      font-weight: 800;
      margin-bottom: 22px;
    }

    .info-heading span {
      display: block;
    }

    .info-text {
      font-size: 14px;
      line-height: 1.55;
      color: #000000;
      margin-bottom: 18px;
    }

    .info-text strong {
      font-weight: 800;
    }

    .read-more-btn {
      background: #4c8fa1;
      color: #ffffff;
      border: none;
      padding: 6px 12px;
      font-size: 14px;
      font-weight: 700;
      border-radius: 4px;
      text-decoration: none;
      display: inline-block;
      margin-left: 5px;
    }

    .read-more-btn:hover {
      background: #2f7082;
      color: #ffffff;
    }

    .info-name {
      color: #b01600;
      font-size: 15px;
      font-weight: 900;
      line-height: 1.15;
      margin-top: 10px;
    }

    @media (max-width: 1199px) {
      .info-row {
        gap: 18px;
      }

      .info-img-wrap {
        width: 190px;
        height: 190px;
        min-width: 190px;
      }

      .info-heading {
        font-size: 21px;
      }

      .info-text {
        font-size: 13px;
      }
    }

    @media (max-width: 991px) {
      .info-row {
        flex-direction: column;
        text-align: center;
      }

      .info-img-wrap {
        margin: 0 auto;
      }

      .read-more-btn {
        margin-left: 0;
        margin-top: 8px;
      }
    }

    @media (max-width: 767px) {
      .info-panel {
        margin-bottom: 20px;
      }

      .info-heading {
        font-size: 22px;
      }

      .info-img-wrap {
        width: 210px;
        height: 210px;
        min-width: 210px;
      }
    }

      .home-events-section {
      padding: 45px 0;
      background: #ffffff;
    }

    .home-section-title {
      font-size: 26px;
      font-weight: 900;
      color: #102b55;
      margin-bottom: 6px;
    }

    .home-section-text {
      font-size: 14px;
      color: #66717c;
      margin-bottom: 26px;
    }

    .home-event-card {
      background: #f4f9fc;
      border: 1px solid #dcebf2;
      border-radius: 14px;
      padding: 22px;
      height: 100%;
      display: flex;
      gap: 16px;
      transition: 0.3s ease;
      position: relative;
      overflow: hidden;
    }

    .home-event-card::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 5px;
      height: 100%;
      background: #0b6f81;
    }

    .home-event-card:hover {
      background: #ffffff;
      transform: translateY(-5px);
      box-shadow: 0 14px 30px rgba(16, 43, 85, 0.12);
    }

    .home-event-icon {
      width: 56px;
      height: 56px;
      min-width: 56px;
      border-radius: 14px;
      background: #102b55;
      color: #ffffff;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 26px;
    }

    .home-event-card:nth-child(2) .home-event-icon {
      background: #0b6f81;
    }

    .home-event-content h3 {
      font-size: 17px;
      font-weight: 900;
      color: #20262d;
      margin-bottom: 8px;
    }

    .home-event-content p {
      font-size: 13px;
      color: #5f6b75;
      line-height: 1.7;
      margin-bottom: 10px;
    }

    .home-event-list {
      padding: 0;
      margin: 0;
      list-style: none;
    }

    .home-event-list li {
      font-size: 12px;
      color: #333;
      font-weight: 600;
      margin-bottom: 5px;
    }

    .home-event-list i {
      color: #0b6f81;
      margin-right: 5px;
    }

    .home-read-more {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      margin-top: 16px;
      font-size: 13px;
      font-weight: 800;
      color: #102b55;
      text-decoration: none;
    }

    .home-read-more:hover {
      color: #0b6f81;
    }

    @media (max-width: 767px) {
      .home-event-card {
        margin-bottom: 16px;
      }

      .home-section-title {
        font-size: 23px;
      }
    }


    .brand-mark {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: linear-gradient(145deg,#fff 0%,#f4f5f7 100%);
    border: 1px solid #eceff3;
    box-shadow: 0 4px 16px rgba(0,0,0,.08);
    font-size: 1.25rem;
    color: var(--brand-red);
    font-weight: 900;
    letter-spacing: .08em;
    position: relative;
    overflow: hidden
}

.brand-mark::before {
    content: "";
    position: absolute;
    inset: 8px;
    border-radius: 50%;
    border: 2px solid rgba(184,13,18,.14)
}

.brand-mark span {
    position: relative;
    z-index: 1
}

.brand-title {
    /* font-weight: 800; */
    /* letter-spacing: .01em; */
    /* line-height: 1.08; */
    /* font-size: 1rem; */
}

.brand-subtitle {
    /* font-size: .82rem; */
    /* color: var(--brand-muted); */
}

.mini-address {
    font-size: .88rem;
    color: #4b5563
}


.video-frame {
  width: 100%;
  height: 480px;
  border: 0;
  display: block;
}

@media (max-width: 576px) {
  .video-frame {
    height: 250px;
  }
}

.blink-badge {
       background: #007744;
    color: #fff;
    font-size: 8px;
    padding: 3px 4px;
    border-radius: 4px;
    margin-left: 6px;
    animation: blink 1s infinite;
    position: relative;
    top: -8px;
    left: -7px;
}

@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}

.logo-slider-section {
  background: #f8fafc;
  overflow: hidden;
}

.logo-slider-wrapper {
  position: relative;
}

.logo-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.logos-track {
  display: flex;
  align-items: center;
  gap: 30px;
  width: max-content;
  animation: logoScroll 22s linear infinite;
  transition: transform 0.4s ease;
}

.logo-slider:hover .logos-track {
  animation-play-state: paused;
}

.logo-item {
  min-width: 190px;
  height: 90px;
  background: #fff;
  border: 1px solid #e7eaf0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

.logo-item img {
  max-width: 100%;
  max-height: 62px;
  object-fit: contain;
  filter: grayscale(15%);
  transition: 0.3s ease;
}

.logo-item:hover img {
  filter: grayscale(0%);
  transform: scale(1.05);
}

/* Left Right Buttons */
.logo-slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 50%;
  background: #12264f;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s ease;
}

.logo-slider-btn:hover {
  background: #f2634b;
}

.logo-slider-btn.prev {
right: -59px;
}

.logo-slider-btn.next {
  left: -59px;
}

@keyframes logoScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 767px) {
  .logos-track {
    gap: 18px;
    animation-duration: 16s;
  }

  .logo-item {
    min-width: 150px;
    height: 78px;
  }

  .logo-item img {
    max-height: 52px;
  }

  .logo-slider-btn {
    width: 34px;
    height: 34px;
    font-size: 20px;
  }

  .logo-slider-btn.prev {
    left: 0;
  }

  .logo-slider-btn.next {
    right: 0;
  }
}