body {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  overflow-x: hidden;
  background-color: #2a1454;
}


/* Sidebar for large screens */
.sidebar {
  width: 280px;
  height: 100vh;
  background-color: #2a1454;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  border-right: 1px solid #9a9b9c0e;
  transition: width 0.3s ease-in-out;
  z-index: 1050;
  display: none;
}

@media (min-width: 992px) {
  .sidebar {
    display: flex;
    flex-direction: column;
  }
}

.sidebar.collapsed {
  width: 80px;
}

.sidebar-header {
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.sidebar-header img {
  width: 100px;
  height: 100px;
  transition: all 0.3s ease;
}

.sidebar.collapsed .sidebar-header img {
  width: 50px;
}

.sidebar-nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  flex-grow: 1;
  font-size: 1rem !important;
}

.sidebar-item {
  display: flex;
  align-items: center;
  padding: 0.5rem;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s;
  background-color: #f6bd13;
  border-radius: 10px;
  margin: 0.25rem 1rem;
}



.sidebar-icon {
  font-size: 1.5rem;
  margin-right: 10px;
  width: 24px;
  text-align: center;
  color: #fff;
}

.sidebar.collapsed .sidebar-item span {
  display: none;
}

.sidebar.collapsed .sidebar-item {
  justify-content: center;
  padding: 0.75rem 0;
}

.sidebar.collapsed .sidebar-icon {
  margin-right: 0;
}

.sidebar-footer {
  padding: 1rem;
  font-size: 0.85rem;
  text-align: center;
}

.sidebar.collapsed .sidebar-footer {
  display: none;
  font-size: 1.5rem;
}

.content {
  margin-left: 0;
  padding: 2rem;
  transition: margin-left 0.3s ease-in-out;
}

@media (min-width: 992px) {
  .content {
    margin-left: 250px;
  }

  .content.expanded {
    margin-left: 80px;
  }
}

@media (max-width: 991.98px) {
  .content {
    margin-top: 56px;
  }
}

.banner_section {
  text-align: center;
}

.banner_image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

/* Mobile navbar overlay */
.mobile-navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1100;
  background-color: #2a1454 !important;
}

.mobile-navbar .navbar-collapse {
  background-color: #2a1454;
  min-height: 500px;
  padding: 1rem;
}

.mobile-navbar .navbar-nav .nav-link {
  color: white !important;
}

.mobile-navbar .navbar-brand img {
  height: 70px;
  background-color: #fff;
  padding: 9px;
  border-radius: 10px;
}

.mobile-navbar .navbar-toggler {
  border: none !important;
}

.mobile-navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* ---------- Section Styles ----------- */
/* event highlights */
.section-heading {
  color: #fff;
  background-color: #f6bd13;
  display: inline-block;
  padding: 0.6rem 1.5rem;
  border-radius: 50px;
  font-size: 1.7rem;
  margin-top: 2rem;
  width: 100%;
}

.highlight-box {
  background-color: #1d0f3f;
  border-left: 5px solid #f6bd13;
  padding: 2rem;
  border-radius: 12px;
  margin-bottom: 2.5rem;
}

.highlight-box .section-heading {
  font-size: 25px;
  background-color: transparent !important;
  padding: 0 !important;
  margin-top: 0 !important;
  color: #f6bd13 !important;
}

.highlight-box p {
  color: #fff;
}

.list-items {
  color: #fff;
}

.highlight-box a {
  text-decoration: none;
}

.logo img {
  max-width: 180px;
}

p,
li {
  font-size: 1.1rem;
  line-height: 1.7;
}

h2,
h3,
h4 {
  font-weight: 600;
  font-size: 1.7rem;
}

a.text-warning:hover {
  color: #ffe066 !important;
}

.section-heading-wrapper {
  text-align: center;
 margin-top: 30px;
 margin-bottom: 25px;
}

.section-heading-wrapper h2 {
  max-width: 600px;
  margin: 0 auto;
}
.h100vh{height: 100vh;}
.h100{height: 100%;}
.content{min-height: 100%;}
/* ---------- Responsive Card Tweaks ---------- */
@media (max-width: 768px) {
  .highlight-box {
    padding: 1.2rem;
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
    border-left: 4px solid #f6bd13;
    min-width: 380px;
    width: 100%;
  }

  .highlight-box h3,
  .highlight-box h4 {
    font-size: 1.1rem;
  }

  .section-heading {
    font-size: 1.3rem;
    padding: 0.5rem 1rem;
  }

   .section-heading-wrapper {
    margin-bottom: 15px;
    padding: 0 1rem;
    margin-top: 0;
  }

  p,
  li {
    font-size: 0.95rem;
    line-height: 1.6;
  }

  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media screen and (max-width:451px) {
  .highlight-box {

    border-left: none;

  }

}

@media (max-width: 399px) {
  .container {
    padding: 0 24px;
  }

  .section-heading {
    font-size: 1rem;
    padding: 0.4rem 0.8rem;
    text-align: center;
  }

  .section-heading-wrapper {
    margin-bottom: 1.5rem;
    padding: 0 0.5rem;
  }

  .highlight-box {
    padding: 1rem;
    font-size: 0.9rem;
    margin-bottom: 1.2rem;

    min-width: 350px;
    margin-left: -10px;
  }

  .highlight-box h3,
  .highlight-box h4 {
    font-size: 1rem;
    margin-bottom: 0.8rem;
  }

  p,
  li {
    font-size: 0.9rem;
    line-height: 1.5;
  }

  ul {
    padding-left: 1.2rem;
  }

  a.text-warning {
    word-break: break-word;
  }
}

@media (max-width: 376px) {
  .container {
    padding: 0 10px;
  }
}

@media (max-width:360px) {
  .container {
    padding: 0 6px !important;
  }
}

@media (max-width: 391px) {
  .highlight-box {
    margin-left: 0 !important;
  }
}

/* ---------- Contact Section ---------- */

.top_title_sec h5 {
  font-size: 1.7rem;
  margin: 30px 0;
  text-align: center;
  font-weight: 600;
  color: #fff;
}

.contact-section {
  background-color: #381c6a;
  border-radius: 20px;
  padding: 40px 30px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.contact-details h4,
.contact-form h4 {
  color: #ffc107;
  margin-bottom: 20px;
  font-weight: 600;
}

.contact-details p,
.contact-details a {
  color: #ddd;
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}

.contact-details i {
  margin-right: 8px;
  color: #ffc107;
}

.contact-form .form-group {
  margin-bottom: 20px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px 15px;
  border: none;
  border-radius: 8px;
  background: #fff;
  color: #000;
  font-size: 14px;
}

.contact-form textarea {
  resize: vertical;
}

.submit-btn {
  background-color: #ffc107;
  color: #2a1454;
  border: none;
  font-weight: bold;
  padding: 12px 25px;
  border-radius: 8px;
  transition: 0.3s ease;
}

.submit-btn:hover {
  background-color: #e0a800;
}

.social-media-container {
  display: flex;
  gap: 15px;
  margin-top: 15px;
}

.icon-container a i {
  font-size: 22px;
  color: #fff;
  transition: 0.3s;
}

/* .icon-container a:hover i {
  color: #ffc107;
} */
.contact-details a {
  text-decoration: none;
}

.icon-container i {
  background-color: #ffc107;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

@media (max-width: 992px) {
  .navbar-toggler:focus {
    box-shadow: none;
  }

  .mobile-navbar button[aria-expanded="true"] .navbar-toggler-icon {
    background-image: url('../images/close.png');
  }

  .collapse:not(.show) {
    display: block !important;
    position: absolute !important;
    left: -100%;
    top: 80px;
    transition: all 0.4s linear;
  }

  .navbar-collapse {
    position: absolute !important;
    left: 0;
    top: 80px;
    width: 100%;
    transition: all 0.4s linear;
  }

  .mobile-navbar .navbar-collapse {
    min-height: 100vh;
  }

  .mobile-navbar {
    position: fixed !important;
  }
}

@media (max-width: 768px) {
  .contact-section {
    padding: 20px;
  }

  .top_title_sec h5 {
    font-size: 1.4rem;
  }

  .banner_section h4 {
    font-size: 22px;
  }

  .mobile-navbar .navbar-brand img {
    height: 60px;
  }

}

@media screen and (max-width:576px) {
  .content {
    margin-top: 70px;
    padding-inline: 0px;
  }
.mobile-navbar {
box-shadow: 0px 0px 1px 0px #ffffff40;
}
  .section-heading {
    margin-top: 0;
    font-size: 17px !important;
    font-weight: 500;
    border-radius: 5px !important;
  }

  .highlight-box {
    padding: 30px 15px;
  }

  .section-heading-wrapper h2 {
    max-width: 600px;
    margin: 0px auto;
  }
}

@media screen and (max-width:350px) {
  .banner_section h4 {
    font-size: 18px;
  }

  #mainContent {
    padding-inline: 15px;
  }
}

.sidebar-header img {
  width: 110px;
  height: auto;
  transition: all 0.3s ease;
  background-color: #ffff;
  padding: 10px;
  border-radius: 20px;
}

/* Sponsors start Here */
.sponsor-title {
  font-size: 20px;
  color: #ffffff;

}

.sponsor-logo-box {
  background-color: #fff;
  border-radius: 6px;
  padding: 0px!important;
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: 190px;
        height: 163px; */
  /* margin: auto; */
}

.sponsor-logo-box img {
  width: 100%;
  object-fit: contain;
  max-width: 200px;
  height: 100px;
}

/* Sponsors End Here */

a {
  color: inherit;
  text-decoration: none;
}

a.sidebar-item.active {
  background-color: #5a2abf;
}

.mobile-navbar .navbar-nav .nav-link {
  padding-left: 5px;
  text-align: left;
}

.mobile-navbar .navbar-nav .nav-link:hover {
  background-color: #665486 !important;
  padding-left: 5px;
}

.sidebar-footer a {
  color: #f6bd13;
}

.sponsors-bg {
  /* background-color: #665486; */
  padding: 20px;
  border-radius: 15px;
}

.sponsors-container {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  flex-wrap: wrap;
  margin-block: 25px;

}


/* footer */
/* By default, hide the footer */
.footer {
  display: none;
}

/* Show only on mobile (max-width: 768px) */
@media (max-width: 768px) {
  .footer {
    display: block;
    text-align: center;
    font-size: 15px;
    padding: 10px;
    color: #ffffff;
    word-wrap: break-word;
  }

  .footer a {
    text-decoration: none;
    color: #f6bd13 !important;
  }

  .footer a:hover {
    text-decoration: underline;
  }
}
.error{
  color: #f6bd13;
}

  .social_links {
          display: flex;
          justify-content: center;
          align-items: center;
          gap: 15px;
          margin-top:10px;
         }
        .social_links a {
            color: #fff !important;
            border: 1px dashed;
            padding: 10px 15px;
            width: 40px;
            height: 40px;
            display: inline-flex;
            border-radius: 40px;
            text-decoration: none;
            justify-content: center;
            align-items: center;
            transition: all .4s linear;
          }
         .social_links a:hover {
background: #ffe400;
color: #000;
transition: all .4s linear;
}