    * {
        margin: 0px;
        padding: 0px;
    }
    body {
      font-family: 'PT Sans Narrow', sans-serif;
      margin: 0;
    }

    /* Navbar - now overlays video */
    .awd_rd_navbar {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 1000;
      margin-bottom: 0;
      border-radius: 0;
      min-height: 90px;
      background-color: rgb(0 0 0 / 40%);
      border: none;
      box-shadow: 0 2px 10px rgba(0,0,0,0.3);
    }

    .awd_rd_navbar .navbar-brand {
      padding: 5px 15px;
      height: auto;
    }

    .awd_rd_navbar .navbar-brand img {
      height: 100px;
      width: auto;
      max-width: 240px;
      vertical-align: middle;
    }

    .awd_rd_navbar .navbar-nav > li > a {
      padding: 45px 30px;
      font-size: 16px;
      font-weight: 600;
      color: #fff !important;
    }

    

    .awd_rd_navbar .navbar-toggle {
      margin-top: 23px;
      margin-bottom: 23px;
    }

    .awd_rd_navbar .navbar-right {
      margin-right: -15px;
    }

    /*  Video Banner - full screen */
    .awd_rd_video-banner {
      position: relative;
      height: auto;
      min-height: 90vh;
      overflow: hidden;
      background: #000;
    }

    .awd_rd_video-banner video {
      width: 100%;
      height: auto;
      display: block;
      object-fit: contain;
    }

    .awd_rd_video-overlay {
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.10);
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: white;
      padding: 20px;
      z-index: 10; 
    }

    .awd_rd_video-text {
      font-size: 5.2rem;
      font-weight: 700;
      line-height: 1.1;
      text-shadow: 0 4px 16px rgba(0,0,0,0.75);
    }

    .awd_rd_video-text span {
      font-size: 28px;
      font-weight: 500;
      display: block;
      margin-top: 10px;
    }

    .awd_rd-dtl {
      font-weight: 400;
      font-size: 18px;
      margin-top: 15px;
    }

    /*  Rest remains unchanged */
    .awd_rd_text-section {
      padding: 60px 0;
    }
    .awd_rd_text-section p {
      color: #636975;
      font-size: 18px;
      font-weight: 300;
      line-height: 28px;
      margin-bottom: 20px;
    }

    .awd_rd_cards-section {
      padding: 30px 0 30px;
      background: #f8f9fa;
    }
    .card-title {
        padding-bottom: 30px;
        text-transform: uppercase;
    }
    .awd_rd_card {
      border: none;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 8px 25px rgba(0,0,0,0.13);
      transition: transform 0.32s ease, box-shadow 0.32s ease;
      margin-bottom: 30px;
      background: white;
    }
    .awd_rd_card:hover {
      transform: translateY(-10px);
      box-shadow: 0 18px 40px rgba(0,0,0,0.20);
    }
    .awd_rd_card-img {
      width: 100%;
      height: auto;
      object-fit: cover;
      display: block;
    }
    .awd_rd_card-body {
      padding: 25px 20px;
    }
    .awd_rd_card-title {
      font-size: 18px;
      margin: 0 0 16px;
      font-weight: 600;
      color: #555555;
      text-align: center;
    }
    .awd_rd_card-text {
      color: #636975;
      font-size: 18px;
      font-weight: 300;
      line-height: 24px;
      text-align: center;
    }
    .awrd_rd_link {
        color: #337ab7;
        text-decoration: underline;
    }

    .awd_rd_footer {
      background: #1a1f2e;
      color: #c0c4cc;
      padding: 60px 0 60px;
      font-size: 15px;
    }
    .awd_rd_footer h4 {
      color: white;
      font-weight: 600;
      margin-bottom: 25px;
      font-size: 18px;
    }
    .awd_rd_footer p, .awd_rd_footer a {
      color: #c0c4cc;
      line-height: 1.7;
    }
    .awd_rd_footer a:hover {
      color: #ffffff;
      text-decoration: none;
    }
    .awd_rd_footer .social-icons a {
      font-size: 22px;
      margin-right: 15px;
      color: #c0c4cc;
      transition: color 0.3s;
    }
    .awd_rd_footer .social-icons a:hover {
      color: #ffffff;
    }
    .bnr-icon {
      width: 240px;
      padding: 20px 0px 0px 0px;
    }

    /* Modal */
.model-box {
      width: 1200px;
}
.nomination-modal {
  background-color: rgba(0, 0, 0, 0.65); 
  backdrop-filter: blur(8px);           
  -webkit-backdrop-filter: blur(8px);  
}

.nomination-modal p { font-size: 16px;}

.modal-content {
  background-color: #fff;
  width: 100%;
  border-radius: 12px;
  padding: 28px 32px;
  position: relative;
  box-shadow: 0 10px 40px rgba(0,0,0,0.3);
}

.modal-close-btn {
  position: absolute;
  top: 14px;
  right: 20px;
  font-size: 32px;
  font-weight: bold;
  color: #000;
  background: none;
  border: none;
  cursor: pointer;
  line-height: 1;
}

.modal-list {
  margin: 20px 0 0;
  padding-left: 22px;
  color: #636975;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.mdl-pic {
  width: 600px;
}

.modal-list li {
  margin-bottom: 14px;
}

.process-link {
  color: #0066cc;
  text-decoration: underline;
  cursor: pointer;
  font-weight: 500;
}

.process-link:hover {
  color: #004080;
  text-decoration: none;
}

    /* Responsive adjustments */
    @media (max-width: 991px) {
      .awd_rd_video-text { font-size: 4.2rem; }
      .awd_rd_video-text span { font-size: 2.8rem; }
      .awd_rd_card-img { height: auto; }
      .awd_rd_navbar .navbar-nav > li > a { padding: 45px 12px; }
      .awd_rd_video-banner{ height: 70vh;}    
      .awd_rd_video-banner video{ width: 100%; height: 100%; object-fit: cover; }
      .model-box { width: auto; }
      .mdl-pic { width: 220px;}
    }

    @media (max-width: 767px) {
      .awd_rd_navbar { min-height: auto; }
      .awd_rd_navbar .navbar-nav > li > a { padding-top: 10px; padding-bottom: 10px; }
      .awd_rd_video-banner{ height: 60vh;}
      .awd_rd_video-text{ font-size: 2.4rem; }
      .awd_rd_video-text span{ font-size: 1.7rem; }
      .awd_rd_navbar .navbar-right { margin-right: 0; }
      .awd_rd_video-text { font-size: 3.4rem; }
      .awd_rd_video-text span { font-size: 2.2rem; }
      .awd_rd_card-img { height: 180px; }
      .awd_rd_cards-section { padding: 40px 0 60px; }
      .awd_rd_footer { padding: 50px 0 30px; }
      .awd_rd_footer h4 { margin-top: 30px; }
    }

    @media (max-width: 576px) {
      .awd_rd_navbar .navbar-brand img { height: 60px; }
      .awd_rd_video-text { font-size: 2.8rem; }
      .awd_rd_video-text span { font-size: 1.9rem; }
      .awd_rd_card-img { height: auto; }
    }
  

    /* Custom PAST EDITIONS styles */
    .pst-edtn-hero {
      position: relative;
      height: 70vh;
      min-height: 650px;
    }

    .pst-edtn-hero .carousel-inner > .item {
      height: 70vh;
      min-height: 650px;
      background-position: center !important;
      background-size: cover !important;
      background-repeat: no-repeat !important;
    }

    .pst-edtn-hero::before {
      content: '';
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.35);  
      z-index: 1;
    }

.pst-edtn-hero-new::before{content: none;
background: rgba(0, 0, 0, 0.90);
}

    .hero-overlay {
      position: absolute;
      inset: 0;
      z-index: 3;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: white;
      pointer-events: none;       
    }

    .hero-overlay .container {
      position: relative;
      z-index: 4;
      padding: 0 15px;
    }

    .hero-overlay h1 {
        font-size: 5.2rem;
        font-weight: 700;
        line-height: 1.1;
        text-shadow: rgba(0, 0, 0, 0.75) 0px 4px 16px;
    }

    .hero-overlay p {
      font-size: 18px;
      font-weight: 400;
      max-width: 800px;
      text-shadow: rgba(0, 0, 0, 0.8) 1px 1px 6px;
      margin: 0px auto;
    }

    .pst-edtn-hero .carousel-control {
      z-index: 5;
      opacity: 0.75;
    }

    .pst-edtn-hero .carousel-control:hover {
      opacity: 1;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right {
      font-size: 20px;
    }


    /* Tabs customization */
    .pst-edtn-tabs {
        padding: 60px 0 20px 0;
        background: #f8f9fa;
    }

    .nav-tabs.pst-edtn-year-tabs > li > a {
        padding: 14px 32px;
        font-size: 18px;
        font-weight: 600;
        color: #333;
        border-radius: 8px 8px 0 0;
        margin-right: 4px;
        background: #e9ecef;
    }

    .nav-tabs.pst-edtn-year-tabs > li.active > a,
    .nav-tabs.pst-edtn-year-tabs > li.active > a:hover,
    .nav-tabs.pst-edtn-year-tabs > li.active > a:focus {
        color: white;
        background: #47a25b;
        border-color: #47a25b;
    }

    .nav-tabs.pst-edtn-year-tabs > li > a:hover {
        background: #d1d8e0;
    }

    .tab-content {
        padding: 30px 10px;
    }

    .pst-edtn-video-links {
        padding-top: 20px;
    }
    .pst-edtn-year {
        font-size: 28px;
        font-weight: 600;
        color: #555555;
        margin-bottom: 1.2rem;
    }

    .pst-edtn-title {
        font-size: 2.1rem;
        margin: 1.2rem 0;
        color: #636975;
    }

    .pst-edtn-subtitle {
        font-size: 1.45rem;
        font-style: italic;
        color: #555;
        margin-bottom: 2rem;
    }

    .pst-edtn-text {
        color: #636975;
        font-size: 18px;
        font-weight: 300;
        line-height: 26px;
    }

    .pst-edtn-video-links .btn {
        margin: 8px 12px 8px 0;
       font-size: 16px;
    }
    .pst-edtn-btn-link {
        background-color: #47a25b;
        color: #fff !important;
    }
    .pst-edtn-btn-link:hover {
        background-color: #faa94f;
        color: #fff !important;
    }
   

    /* Mobile adjustments */
    @media (max-width: 767px) {
        .pst-edtn-hero {
            height: auto;
            /* min-height: 340px; */
        }
        .pst-edtn-hero h1 {
            font-size: 3rem;
        }
        .pst-edtn-hero p {
            font-size: 1.4rem;
        }
        .nav-tabs.pst-edtn-year-tabs {
            margin-bottom: 20px;
        }
        .nav-tabs.pst-edtn-year-tabs > li {
            float: none;
            width: 100%;
            margin-bottom: 6px;
        }
        .nav-tabs.pst-edtn-year-tabs > li > a {
            border-radius: 6px;
            text-align: center;
        }
        .tab-content {
            padding: 25px 15px;
        }
        .pst-edtn-year {
            font-size: 2.6rem;
        }
    }


    /* Award Categories page css */
    .award-category-section {
        padding: 40px 0px 50px 0px;
    }
    .awd-cat-title {
      padding-bottom: 30px;
    }
    .award-row {
      border-bottom: 1px solid #e0e0e0;
      text-align: center;
    }
    .knw-more {
        padding-top: 50px;
    }

    @media (min-width: 992px) {
      .award-col {
        border-right: 1px solid #e0e0e0;
      }
      .award-col:last-child {
        border-right: none;
      }
    }





  


