 .downloads{
        background-color: #cadbe6;
    }
    /* Header Styles */
    .header-container {
      background-color: #8dbbd6; /* Light Sea Green */
      border-radius: 1rem;
      padding: 2rem 1rem;
      color: white;
      box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }
    .btn-back-home {
      background-color: #3b8186; /* Blue */
      color: #fff;
      padding: 0.5rem 1rem;
      border-radius: 0.5rem;
      font-weight: 500;
      transition: 0.3s;
    }
    .btn-back-home:hover {
      background-color: #0056b3;
      text-decoration: none;
    }
    .header-title {
      font-size: 2.2rem;
      font-weight: 700;
    }
    .sub-title {
      font-size: 1.2rem;
      font-style: italic;
    }

    /* Table Styles */
    .table-responsive {
      margin-top: 2rem;
    }
    .table thead th {
      background:rgb(38, 88, 121);
      color: white;
      border: none;
    }
    .table tbody tr {
      transition: transform 0.2s, box-shadow 0.2s;
      border-radius: 0.75rem;
      margin-bottom: 0.5rem;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    }
    .table tbody tr:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    }
    .btn-download {
      background-color: #2e726f;
      border-radius: 0.5rem;
      font-weight: 500;
    }
    .btn-download:hover {
      background-color: #007B5E;
      color: #fff;
    }

  /* Responsive Adjustments */
   @media (max-width: 575.98px) {
    .header-title {
     font-size: 1.6rem;
  }
      .sub-title {
        font-size: 1rem;
      }
      .btn-back-home {
        font-size: 0.85rem;
        padding: 0.4rem 0.8rem;
      }
    }
     .back-home-container {
    text-align: left; /* align button to left */
    padding: 20px;
  }

  .btn-back-home {
    background-color: #2b6175; /* Green theme */
    color:rgb(255, 255, 255);
    font-weight: 600;
    padding: 10px 25px;
    border-radius: 50px;
    text-decoration: none;
    display: inline-block;
    transition: transform 0.3s, box-shadow 0.3s;
  }

  .btn-back-home:hover {
    background-color: #148080;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    color: white;
  }

  @media (max-width: 576px) {
    .back-home-container {
      text-align: center; /* center on small screens */
    }
    .btn-back-home {
      width: 100%;
    }
  }
   .header-title {
      color: #176965;
      font-weight: 700;
    }

    .sub-title {
      font-weight: 600;
      color: #be7f09;
    }

.navbar-nav {
    width: 100%;
    justify-content: space-between;
}

@media (max-width: 991.98px) {

 /* Before scroll */
    .navbar:not(.scrolled) .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");
    }

    .navbar:not(.scrolled) .nav-link {
        color:#781c2e!important;
    }

    

    .navbar.scrolled .nav-link {
        color: #994153 !important;
    }
}
#mainNav {
    background-color: #283b68;
    transition: background-color 0.4s ease, box-shadow 0.4s ease;
}

/* Default link style */
#mainNav .nav-link {
    color: whitesmoke !important;
    font-weight: 800;
    font-size: 0.9rem!important;
    text-decoration: uppercase !important;
    font-family: 'Poppins', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    padding: 0.5rem 0.6rem;
    border-radius: 6px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
    display: inline-block;
    margin: 0 3px; /* slight spacing */
}
/* Reduce spacing between nav links */
#mainNav .nav-link {
  padding: 0.4rem 0.6rem;  /* smaller padding */
  margin: 0 1px;           /* minimal gap */
  font-size: 0.8rem;       /* slightly smaller font for fit */
  white-space: nowrap;     /* prevents text from breaking into 2 lines */
}

/* Ensure navbar items stay in one line */
#mainNav .navbar-nav {
  flex-wrap: nowrap !important;
}

/* Hover effect on nav links: blue background and subtle shadow */
#mainNav .nav-link:hover {
    background-color:#00A3A3;  /* bright blue background */
    color: #fff !important;
    box-shadow:  #781c2ea9;
    cursor: pointer;
}

/* Brand default */
#mainNav .navbar-brand {
    color: whitesmoke !important;
    font-size: 1.0rem;
    letter-spacing: 0.4px;
    font-weight: 500;
    font-family: 'Poppins', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 0.25rem 0.5rem;
    border-radius: 6px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
    display: inline-block;
}


/* Hover effect on brand */
#mainNav .navbar-brand:hover {
    background-color: #00A3A3;
    color: #fff !important;
    box-shadow: #781c2ea9;
    cursor: pointer;
}


/* When scrolled */
#mainNav.scrolled {
    background-color: #ffffff !important;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
}

/* Link color after scroll */
#mainNav.scrolled .nav-link {
    color: #781c2e !important;
}
#mainNav.scrolled .nav-link:hover {
    background-color:  #10517c;  /* bright blue background */
    color: #fff !important;
    box-shadow:  #781c2ea9;
    cursor: pointer;
}
/* Brand after scroll */
#mainNav.scrolled .navbar-brand {
    color: #781c2e !important;
}
#mainNav.scrolled .navbar-brand:hover {
    background-color:  #6799bb;
    color: #fff !important;
    box-shadow: #781c2ea9;
    cursor: pointer;
}

.dropdown-menu .dropdown-item:hover {
      background-color: #55779b; /* Bootstrap primary blue */
      color: #fff !important;   /* Text white */
    }

   

    /* Dropdown background color */
.dropdown-menu {
  background-color: #427c7e; /* Blue background */
}

/* Dropdown items text color */
.dropdown-menu .dropdown-item {
  color: #fff; /* White text */
}

/* On hover - darker shade of blue */
.dropdown-menu .dropdown-item:hover {
  background-color: #82afb3; /* Darker blue */
  color: #fff !important;
}
 .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* remove the default spacing */
}
.navbar-nav .nav-item {
  margin: 0 10px; /* adjust px value as needed */
}
/* Mobile specific adjustments */
@media (max-width: 576px) {
  .dropdown-menu {
    width: 150px;           /* or whatever width you want */
    max-width: 80vw;        /* ensure it’s responsive (80% of viewport width) */
    padding: 0.25rem 0;      /* less padding top / bottom */
  }

  .dropdown-menu .dropdown-item {
    padding: 0.23rem 0.10rem;  /* reduce item padding */
    font-size: 0.8rem;        /* slightly smaller font */
  }
}
/* === Date & Venue === */
.font-weight-semibold {
  font-weight: 600;
}

/* === Conference Downloads Section === */
#downloads h4 {
  color: rgb(15, 33, 90);
  font-size: 1.8rem;
}

#downloads p {
  color: #995d18;
  font-size: 1rem;
  line-height: 1.6;
}


.place-card {
      border: none;
      border-radius: 15px;
      overflow: hidden;
      transition: transform 0.3s ease;
      box-shadow: 0 6px 15px rgba(0,0,0,0.1);
    }
    .place-card:hover {
      transform: translateY(-8px);
    }
    .place-card img {
      height: 220px;
      object-fit: cover;
      transition: transform 0.4s ease;
    }
    .place-card:hover img {
      transform: scale(1.1);
    }
    .card-body {
      background: #fff;
    }
    .fact {
      font-size: 0.9rem;
      color: #555;
      font-style: italic;
    }
    .fact-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .fact-card:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0px 12px 24px rgba(0,0,0,0.2);
  }
  .place-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .place-card:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0px 12px 24px rgba(0,0,0,0.2);
  }
  .custom-img {
    height: 180px; /* reduced image height */
    object-fit: cover; /* keeps image proportional */
  }
  .place-card {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
  }
  .place-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
  }
  #venue {
  background: linear-gradient(135deg, #f8f9fa, #ffffff);
}

#venue h2 {
  font-size: 2rem;
  color: #050f31;
}

#venue p {
  font-size: 1.1rem;
  line-height: 1.6;
}

#venue .btn {
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}

#venue .btn:hover {
  transform: scale(1.05);
  background: #ffc107;
  color: #212529;
}
/* ====== General Styles ====== */
body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f8f9fa;
  color: #333;
}

/* Section Headings */
h1, h2, h5 {
  letter-spacing: 0.5px;
}

h2 {
  font-size: 2rem;
  font-weight: 700;
}

/* ====== Venue Section ====== */
#venue {
  background: linear-gradient(135deg, #fff8e1, #ffecb3);
  border-top: 4px solid #ffc107;
  border-bottom: 4px solid #ffc107;
}

#venue h2 {
  font-size: 2.2rem;
}

#venue p {
  font-size: 1.1rem;
}

/* Venue Button */
#venue .btn {
  font-size: 1.1rem;
  transition: all 0.3s ease-in-out;
}

#venue .btn:hover {
  background-color: #ffb300;
  transform: scale(1.05);
}


/* About Section */
#about img {
  border-radius: 15px;
  transition: transform 0.4s ease;
}

#about img:hover {
  transform: scale(1.05);
}

.facility-card {
    transition: all 0.4s ease;
  }
  .facility-card:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  }

  /* Text Animation Glow */
  h2.text {
    text-shadow: 1px 1px 8px rgba(185, 80, 10, 0.2);
  }

   .facility-card {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
  }
  .facility-card:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
  }
/* Map Section */
#map a.btn {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}

#map a.btn:hover {
  background-color: #ffb300;
  transform: scale(1.05);
}

/* Footer */
footer {
  background: #212121;
  color: #eee;
  font-size: 0.9rem;
}
#reach h2 {
  font-weight: 700;
  font-size: 2rem;
  color: #050f31;
}

#reach .card {
  border-radius: 12px;
  transition: transform 0.3s ease;
}

#reach .card:hover {
  transform: translateY(-8px);
}

#reach .btn {
  font-size: 1.1rem;
  transition: all 0.3s ease;
}

#reach .btn:hover {
  background-color: #ff9800;
  transform: scale(1.05);
}
#explore-hyd h2 {
  font-size: 2rem;
  color: #050f31;
  animation: fadeInDown 1s ease;
}

#explore-hyd p {
  font-size: 1.1rem;
  max-width: 750px;
  margin: 0 auto;
  animation: fadeInUp 1.2s ease;
}

@keyframes fadeInDown {
  from { opacity: 0; transform: translateY(-20px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
#reach h2 {
  color: #050f31;
  animation: fadeInDown 1s ease;
}

#reach .card {
  border-radius: 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#reach .card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
}

@keyframes fadeInDown {
  from { opacity: 0; transform: translateY(-20px); }
  to { opacity: 1; transform: translateY(0); }
}
/* Back button inside header */
.back-home-container {
  text-align: left; /* left on desktop */
  padding: 15px 20px;
}

.btn-back-home {
  background-color: #7ebdbd;
  color: #020222;
  font-weight: 600;
  padding: 10px 22px;
  min-width: 200px;
  max-width: 260px;
  border-radius: 50px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.btn-back-home:hover {
  background-color: #148080;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  color: #fff;
}

/* Mobile responsiveness */
@media (max-width: 576px) {
  .back-home-container {
    text-align: center; /* center on mobile */
  }
  .btn-back-home {
    width: 100%; /* full width on mobile */
    min-width: unset;
    max-width: unset;
  }
  header {
    padding: 40px 15px; /* smaller padding on mobile */
  }
}
#map h2 {
  color: #050f31;
  animation: fadeInDown 1s ease;
}

#map p {
  font-size: 1rem;
  color: #555;
  animation: fadeInUp 1s ease;
}

#map .embed-responsive {
  border: 3px solid #ffc107;
  border-radius: 12px;
  overflow: hidden;
  animation: fadeIn 1s ease;
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}
.custom-map {
    height: 400px;   /* Adjust as needed */
  }

  /* Ensure iframe fills parent */
  .custom-map iframe {
    height: 100%;
    width: 100%;
    border: 0;
  }
 
/* Hover effect for Bootstrap 4 / 3 dropdowns */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}
.nav-item.dropdown .dropdown-menu {
    margin-top: 0; /* remove default spacing if needed */
}

  /* Back button container placed ABOVE the overlay */
   .btn-back-home {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: #f4fffe; /* bright color for visibility */
    color: #010d0e;
    padding: 7px 14px;
    border-radius: 18px;
    text-decoration: none;
   
    font-weight: bold;
    z-index: 10;
    transition: transform 0.2s;
  }

  .btn-back-home:hover {
    transform: scale(1.05);
    text-decoration: none;
  }

  
  /* Responsive adjustments for small screens */
  @media (max-width: 576px) {
    .btn-back-home {
      top: 10px;
      left: 10px;
      right: 10px;
      padding: 6px 10px;
      font-size: 14px;
    }
  }
  @media (max-width: 576px) {
    .back-home-container {
      text-align: center; /* center on small screens */
    }
    .btn-back-home {
      width: 90%;
    }
  }
  /* Text glow effect */
  h1, h2 {
    text-shadow: 2px 2px 10px rgba(255, 255, 255, 0.2);
    z-index: 2;
    position: relative;
  }

  p.lead {
    font-size: 1.2rem;
    z-index: 2;
    position: relative;
  }

  /* Animated gradient keyframes */
  @keyframes gradientMove {
    from { background: linear-gradient(135deg, rgba(19, 40, 110, 0.6), rgba(7, 14, 71, 0.8)); }
    to   { background: linear-gradient(225deg, rgba(29, 64, 117, 0.7), rgba(10, 31, 100, 0.9)); }
  }
  
/* Header background gradient */
.header-section {
  background: linear-gradient(135deg, #4780a7, #489096); /* your gradient */
  position: relative;
  overflow: hidden;
   font-family: 'Poppins', sans-serif; 
}

/* Optional overlay - transparent by default */
.header-overlay {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: rgba(0,0,0,0.25); /* subtle dark overlay (adjust opacity) */
  z-index: 1;
}

/* Ensure header text/content stays above overlay */
.header-section .container {
  position: relative;
  z-index: 2;
}

/* Header text styles */
.header-section h1,
.header-section h2 {
  text-align: center;
  color: #fff;
  text-shadow: 2px 2px 10px rgba(0,0,0,0.3);
}
.header-section {
  margin-top: 40px; /* push header below navbar */
}

.dropdown-menu .dropdown-item:hover {
      background-color: #55779b; /* Bootstrap primary blue */
      color: #fff !important;   /* Text white */
    }

   

    /* Dropdown background color */
.dropdown-menu {
  background-color: #427c7e; /* Blue background */
}

/* Dropdown items text color */
.dropdown-menu .dropdown-item {
  color: #fff; /* White text */
}

/* On hover - darker shade of blue */
.dropdown-menu .dropdown-item:hover {
  background-color: #82afb3; /* Darker blue */
  color: #fff !important;
}
#mainNav {
    background-color: #283b68;
    transition: background-color 0.4s ease, box-shadow 0.4s ease;
}


#mainNav .nav-link {
    color: whitesmoke !important;
    font-weight: 800;
    font-size: 0.5rem;
    text-decoration: uppercase !important;
    font-family: 'Poppins', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    padding: 0.5rem 0.6rem;
    border-radius: 6px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
    display: inline-block;
    margin: 0 1px; /* slight spacing */
}
/* Reduce spacing between nav links */
#mainNav .nav-link {
  padding: 0.4rem 0.6rem;  /* smaller padding */
  margin: 0 1px;           /* minimal gap */
  font-size: 0.8rem;       /* slightly smaller font for fit */
  white-space: nowrap;     /* prevents text from breaking into 2 lines */
}

/* Ensure navbar items stay in one line */
#mainNav .navbar-nav {
  flex-wrap: nowrap !important;
}

/* Hover effect on nav links: blue background and subtle shadow */
#mainNav .nav-link:hover {
    background-color:#00A3A3;  /* bright blue background */
    color: #fff !important;
    box-shadow:  #781c2ea9;
    cursor: pointer;
}

/* Brand default */
#mainNav .navbar-brand {
    color: whitesmoke !important;
    font-size: 1.0rem;
    letter-spacing: 0.4px;
    font-weight: 500;
    font-family: 'Poppins', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 0.25rem 0.5rem;
    border-radius: 6px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
    display: inline-block;
}


/* Hover effect on brand */
#mainNav .navbar-brand:hover {
    background-color: #00A3A3;
    color: #fff !important;
    box-shadow: #781c2ea9;
    cursor: pointer;
}
.dropdown-menu .dropdown-item {
    padding: 0.25rem 0.7rem;   /* ↑ increased padding */
    font-size: 1.0rem;         /* ↑ increased font size */
    line-height: 1.1;           /* keeps items compact but readable */
    font-family:'Times New Roman', Times, serif;
    text-transform: uppercase;
}


/* When scrolled */
#mainNav.scrolled {
    background-color: #ffffff !important;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
}

/* Link color after scroll */
#mainNav.scrolled .nav-link {
    color: #781c2e !important;
}
#mainNav.scrolled .nav-link:hover {
    background-color:  #10517c;  /* bright blue background */
    color: #fff !important;
    box-shadow:  #781c2ea9;
    cursor: pointer;
}
/* Brand after scroll */
#mainNav.scrolled .navbar-brand {
    color: #781c2e !important;
}
#mainNav.scrolled .navbar-brand:hover {
    background-color:  #6799bb;
    color: #fff !important;
    box-shadow: #781c2ea9;
    cursor: pointer;
}
.navbar-nav .nav-item {
  margin: 0 10px; /* adjust px value as needed */
}

.hero-slide {
  background-size: cover;
  background-position: center center;
}
/* Fix header spacing */
.hero-section {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.hero-slide .slide-text {
  padding-top: 80px;  /* push heading down, prevents cropping */
  padding-bottom: 60px; /* keeps buttons from sticking to edge */
}
/* Mobile adjustments for conference heading */
@media (max-width: 576px) {
  .conference-heading {
    font-size: 1.6rem !important;   /* slightly smaller */
    line-height: 1.2 !important;    /* compact spacing */
    margin-top: 25px !important;    /* keep clear of navbar */
    word-wrap: break-word;
    text-align: center;             /* safe alignment on mobile */
  }
}
/* Space links horizontally */
.navbar-nav {
    width: 100%;
    justify-content: space-between;
}
/* Mobile specific adjustments */
@media (max-width: 576px) {
  .dropdown-menu {
    width: 250px;           /* or whatever width you want */
    max-width: 85vw;        /* ensure it’s responsive (80% of viewport width) */
    padding: 0.25rem 0;      /* less padding top / bottom */
  }

  .dropdown-menu .dropdown-item {
    padding: 0.25rem 0.20rem;  /* reduce item padding */
    font-size: 0.8rem;        /* slightly smaller font */
  }
}


/* Mobile navbar toggler button */
/* Apply only to mobile */
@media (max-width: 991.98px) {

    /* Before scroll */
    .navbar:not(.scrolled) .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");
    }

    .navbar:not(.scrolled) .nav-link {
        color:#781c2e!important;
    }

    /* After scroll */
    

    .navbar.scrolled .nav-link {
        color: #994153 !important;
    }
}
.fact { font-style: italic; color: #555; }
    .place-card img,
    .card-img-top.custom-img {
      height: 220px;
      object-fit: cover;
    }
    .fact-card { transition: transform 0.3s ease; }
    .fact-card:hover { transform: translateY(-5px); }
/* === About Section === */
section.py-5.text-center {
  background: linear-gradient(135deg, #e3f2fd, #ffffff);
}

section.py-5.text-center img.img-fluid {
  max-width: 80%;
}

section.py-5.text-center h2.fw-bold.mb-3 {
  color: #6f89af;
}

section.py-5.text-center .d-inline-block {
  background: linear-gradient(135deg, #1c5866, #638d96);
  font-size: 1.1rem;
  color: #fff;
}

/* === Reach Section === */
#reach h2.text-center.fw-bold.mb-4 {
  color: #155f55;
}
#explore-hyd h2.mb-3.font-weight-bold {
  color: #9b450c;
}
/* === Facts Section === */
#facts {
  background-color: #f8f9fa; /* same as bg-light */
  padding-top: 3rem;
  padding-bottom: 3rem;
}

#facts h2.text-center.mb-5.fw-bold {
  color: #0b3c5d;
}

/* === Fact Cards === */
.fact-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: none;
  border-radius: 0.75rem;
}

.fact-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* === Card Images (round icons) === */
.fact-card img {
  border-radius: 50%;
  object-fit: cover;
}

.fact-card:nth-child(1) img {
  width: 50px;
  height: 50px;
}

.fact-card:nth-child(2) img,
.fact-card:nth-child(3) img {
  width: 40px;
  height: 40px;
}

/* === Card Text === */
.fact-card .card-title {
  font-weight: 600;
  color: #113f67;
}

.fact-card .card-text {
  color: #444;
  font-size: 0.95rem;
  line-height: 1.5;
}

/* === Animation Helper === */
.fact-card.animate__animated {
  animation-duration: 1s;
}
.committe{
  background-color: #f1f7f7;
}
/* ======= GENERAL PAGE STYLING ======= */

.left-column, .right-column {
  flex: 1;
  min-width: 300px;
}

.committee-title {
  font-weight: bold;
  font-size: 1.2rem;
  margin-top: 20px;
  color: #004a7c;
}


.left-column, .right-column {
  flex: 1;
  min-width: 300px;
}
/* Main section title (e.g., CHIEF PATRON, PATRONS) */
.committee-title {
  font-weight: 800;
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #c58816;
  margin-bottom: 12px;
  position: relative;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  margin-top: 0%;
}

/* Stylish underline effect */
.committee-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #ff9800, #b65b05);
  border-radius: 2px;
}

/* Subheadings (e.g., Conference Chair, Co-chairs) */
.subhead {
  font-weight: 700;
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #6d244c;
  margin-top: 25px;
  margin-bottom: 8px;
  position: relative;
  
  font-family: "Poppins", sans-serif;
  text-decoration: underline;
}

/* Modern underline for subhead */
.subhead::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 50px;
  height: 2px;
  border-radius: 2px;
}


p {
  margin: 3px 0;
  font-size: 0.95rem;
  line-height: 1.4;
}
.committee-section {
  text-align: center;
}
/* Reduce gap between Conference section and Committee section */
.text-center + section.committee-section {
  margin-top: 10px !important; /* reduce the default large gap */
}

/* Adjust internal padding of committee section */
.committee-section {
  padding-top: 20px !important;
  padding-bottom: 30px;
}

/* Reduce padding of container inside committee section */
.committee-section .container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
/* Background wrapper for heading */
.heading-block {
  background: linear-gradient(135deg, #064e4c, #0a7b74);
  padding: 4px 0; /* reduced from 10px → makes block thinner */
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  margin: 5px auto 10px auto; /* less space above (5px) and below (10px) */
  width: 95%;
  max-width: 1100px;
  color: white;
  text-align: center;
  transition: all 0.3s ease;
}


/* Mobile responsiveness */
@media (max-width: 768px) {
  .heading-block {
    width: 100%; /* full width on mobile */
    border-radius: 0; /* flush edges for cleaner mobile look */
    padding: 8px 0;
  }
}

/* Modern Heading */
.heading-modern {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1px;
  animation: fadeInUp 0.8s ease-out;
  margin-top: 0;
}

/* Optional subtle divider animation */
.divider-modern {
  width: 80px;
  height: 3px;
  background-color: #ffcc33;
  margin: 8px auto;
  border-radius: 2px;
  animation: expand 1s ease-in-out;
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes expand {
  from {
    width: 0;
  }
  to {
    width: 80px;
  }
}



/* Divider animation */
.animate-divider {
  animation: slideLine 1.2s ease-in-out infinite alternate;
}

/* Animations */
@keyframes slideLine {
  0% { width: 40px; opacity: 0.7; }
  100% { width: 80px; opacity: 1; }
}

@keyframes fadeInUp {
  from { transform: translateY(10px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
/* Committee Members Layout */
.committee-members {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  flex-wrap: wrap;

}

/* Columns */
.left-column,
.right-column {
  flex: 1;
  min-width: 320px;
}

/* Text styling */
.committee-members p {
  margin: 6px 0;
 
  color: #0d195f!important;
  line-height: 1.5;
  text-align: justify;
  font-family: 'Poppins', sans-serif;
}

/* Responsive Design */
@media (max-width: 768px) {
  .committee-members {
    flex-direction: column;
    gap: 10px;
    padding: 15px;
  }

  .left-column,
  .right-column {
    width: 100%;
  }

  .committee-members p {
    font-size: 0.95rem;
    line-height: 1.4;
  }
}
/* Text styling */
.committee-members p {
  margin: 6px 0;
  font-size: 0.72rem; /* reduced from default ~1rem */
  color: #333;
  line-height: 1.45;
  text-align: justify;
  font-family: 'Poppins', sans-serif;
}

/* Responsive Design */
@media (max-width: 768px) {
  .committee-members {
    flex-direction: column;
    gap: 10px;
    padding: 15px;
  }

  .committee-members p {
    font-size: 0.78rem; /* slightly smaller for mobile */
    line-height: 1.4;
  }
}
.committee-section p {
  font-size: 14px;
  line-height: 1.5;
  margin: 4px 0;
}
.committee-section .subhead {
  font-size: 18px;
  font-weight: 600;

}
.committee-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}
.committee-members p {
  white-space: nowrap;
  font-size: 13.5px; /* slightly reduced font size */
  line-height: 1.4;
  margin: 3px 0;
}
@media (max-width: 768px) {
  .committee-members p {
    white-space: normal; /* allow wrapping on small screens */
    font-size: 12.5px;
  }
}
.text-center h2.header-title {
  margin-bottom: 4px; /* reduce gap below the main title */
}

.text-center h4.sub-title {
  margin-top: 2px;
  margin-bottom: 4px; /* reduce space below subtitle */
}

.text-center p {
  margin-top: 0;
  margin-bottom: 8px; /* reduce space below date/venue */
}

.heading-block {
  margin-top: 10px; /* reduce space before 'Committees' heading */
  margin-bottom: 10px; /* reduce space below it */
}

.committee-section {
  margin-top: 0; /* remove default top margin */
  padding-top: 0;
}
 

    /* Smooth fade + slide animation */
    @keyframes fadeSlideUp {
      0% { opacity: 0; transform: translateY(20px); }
      100% { opacity: 1; transform: translateY(0); }
    }

    @keyframes fadeZoom {
      0% { opacity: 0; transform: scale(0.95); }
      100% { opacity: 1; transform: scale(1); }
    }

    .student-hero {
      background: linear-gradient(rgba(51, 94, 100, 0.6), rgba(15, 61, 70, 0.6)), url('graduate.jpg');
      background-size: cover;
      background-position: center;
      padding: 80px 40px;
      border-radius: 0 0 40px 40px;
      color: #fff;
      text-align: center;
      animation: fadeZoom 1.2s ease-out;
    }

     .student-section-card {
      background: #ffffff;
      border-radius: 22px;
      padding: 35px;
      box-shadow: 0 5px 25px rgba(0, 0, 0, 0.12);
      margin-bottom: 40px;
       border-left: 5px solid #1d5b79;
      animation: fadeSlideUp 1s ease-out;
      transition: transform 0.35s ease, box-shadow 0.35s ease;
    }

    .student-section-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
    }

    h3 {
      color: #04152e;
      font-weight: 700;
      animation: fadeSlideUp 1.2s ease-out;
      align-items: center!important;
      text-transform: uppercase;
      
    }

    ul li {
      margin-bottom: 8px;
      font-size: 1.05rem;
    }

    .highlight {
      color: #be800d;
      font-weight: 600;
    }
    .student-section-card h3 {
    text-align: center;
}
.register-btn-wrap {
    text-align: center;
    margin-top: 25px;
}
/* Modern Awards Note */
.awards-note-modern {
    background: #ffffff;
    border-left: 5px solid #0a7088;       /* ← elegant left border */
    padding: 20px 24px;
    border-radius: 14px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
    margin-top: 25px;
    font-family: "Poppins", sans-serif;
}

/* Title */
.awards-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #50223e;
 font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin: 25px 0;
    padding-left: 14px;
    border-left: 5px solid #1d5b79;
    animation: slideIn 0.6s ease;
}

@keyframes slideIn {
    from { opacity: 0; transform: translateX(-10px); }
    to { opacity: 1; transform: translateX(0); }
}

/* List styling */
.awards-list {
    padding-left: 18px;
    margin: 0;
}

.awards-list li {
    margin-bottom: 8px;
    font-size: 1.05rem;
    line-height: 1.6;
    color: #1f3d47;
    font-weight: 500;
}

.awards-list li strong {
    color: #0b7088;
    font-weight: 700;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .awards-note-modern {
        padding: 16px 18px;
        border-left-width: 4px;
    }

    .awards-title {
        font-size: 1.15rem;
    }

    .awards-list li {
        font-size: 1rem;
    }
}
.student-hero {
  padding: 90px 20px;
  text-align: center;
  animation: fadeInUp 1.2s ease-in-out;
}

.student-hero h1 {
  font-family: "Poppins", sans-serif;   /* Modern clean font */
  font-size: 3rem;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;                          /* Modern dark tone */
  animation: slideDown 1.1s ease;
}

.student-hero p.lead {
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
  margin-top: 12px;
  font-weight: 500;
  color: #f1dd92;
}

.student-hero p.fw-semibold {
  font-family: "Inter", sans-serif;
  margin-top: 8px;
  font-size: 1.1rem;
  font-weight: 600;
  color: #cde9c0;
}

/* Animations */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes slideDown {
  from { opacity: 0; transform: translateY(-20px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Responsive */
@media (max-width: 768px) {
  .student-hero {
    padding: 70px 15px;
  }
  .student-hero h1 {
    font-size: 2.2rem;
  }
  .student-hero p.lead {
    font-size: 1.15rem;
  }
}

.register-btn {
    background: linear-gradient(135deg, #264b64, #06293f); /* stylish gradient */
    color: #ffffff;
    padding: 14px 34px;
    border-radius: 50px;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.5px;
    display: inline-block;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    transition: all 0.35s ease;
    transform: translateY(0);
}

.register-btn:hover {
    background: linear-gradient(135deg, #9b4968, #3a101f);
    color: #ffffff;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22);
    transform: translateY(-4px) scale(1.03);
}
.seminar-container {
    max-width: 1200px;
    margin: auto;
    padding: 20px;
    font-family: 'Poppins', sans-serif;
}.seminar-hero {
    width: 100%;
    height: 18vh;                     /* Reduced desktop height */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    text-align: center;

    background: linear-gradient(135deg, #083b44, #3c6670);
    color: #ffffff;

    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;

    border-radius: 0;
    animation: fadeIn 1s ease-out;
    box-sizing: border-box;
}

/* Headings inside hero */
.hero-content h1 {
    font-size: 30px;
    margin-bottom: 4px;
    letter-spacing: 1px;
    
    text-transform: uppercase;
    font-weight: 700;
    animation: slideFade 1s ease forwards;
    opacity: 0;
}

.hero-content h2 {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.3;
    max-width: 1200px;
    margin: 0 auto;
    opacity: 0;
    animation: fadeUp 1s ease forwards;
    animation-delay: 0.2s;
}

/* Animations */
@keyframes slideFade {
    from { transform: translateY(-10px); opacity: 0; }
    to   { transform: translateY(0); opacity: 1; }
}

@keyframes fadeUp {
    from { transform: translateY(10px); opacity: 0; }
    to   { transform: translateY(0); opacity: 1; }
}

/* ------------------ Mobile Responsive ------------------ */

@media (max-width: 768px) {
    .seminar-hero {
        height: auto;                /* Auto height on mobile */
        padding: 20px 15px;
    }

    .hero-content h1 {
        font-size: 22px;
    }

    .hero-content h2 {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .hero-content h1 {
        font-size: 20px;
    }

    .hero-content h2 {
        font-size: 12px;
    }
}
/* SECTION WRAPPER */
.seminar-two-column {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 15px;
    padding: 40px 20px;
    background: linear-gradient(to right, rgb(230, 236, 238), rgb(134, 172, 177));

    animation: fadeBg 1.2s ease-in-out;
}

/* TWO EQUAL COLUMNS */
.seminar-left,
.seminar-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* INFO CARDS */
.seminar-info-card {
    background: #ffffff;
    padding: 25px;
    text-align: center;
    border-radius: 14px;
   

    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Card Hover */
.seminar-info-card:hover {
    transform: translateY(-6px);
   
}

/* Titles */
.seminar-section-title {
    font-size: 1.4rem;
    margin-bottom: 10px;
    font-weight: 700;
    color: #144b63;
    text-decoration: underline;
    animation: titlePop 0.8s ease;
     text-transform: uppercase;
}

/* Text */
.seminar-section-text {
    font-size: 1.2rem;
    color: #333;
   
   
}

/* Schedule List */
.seminar-schedule-list {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #333;
    font-size: 1.2rem;
    text-align: center;
   
}

.seminar-schedule-list li {
    margin-bottom: 6px;
    font-size: 1.2rem;
    color: #333;
}

/* Fade Animation */
@keyframes fadeCard {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.seminar-fade {
    animation: fadeCard 1s ease;
}

/* Slide Animation */
@keyframes slideCard {
    from { opacity: 0; transform: translateX(-25px); }
    to { opacity: 1; transform: translateX(0); }
}

.seminar-slide {
    animation: slideCard 1s ease-out;
}

/* Title Pop */
@keyframes titlePop {
    0% { transform: scale(0.9); opacity: 0; }
    100% { transform: scale(1); opacity: 1; }
}

/* Background fade animation */
@keyframes fadeBg {
    from { background: #f0f0f0; }
    to { background: linear-gradient(135deg, #e3f2f7, #f8fbff); }
}

/* MOBILE RESPONSIVE */
@media (max-width: 768px) {

    /* Stack columns */
    .seminar-two-column {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 15px 10px;
        width: 100%;
        box-sizing: border-box;
    }

    /* LEFT column slight left alignment */
    .seminar-box {
        width: 100%;
        padding: 13px 10px;
        text-align: left;        /* ← aligns left */
        margin-left: 5px;        /* ← slight shift to left */
    }

    /* RIGHT column (cards) centered */
    .seminar-right {
        width: 100%;
        padding: 15px 10px;
        text-align: center;      /* right column stays centered */
    }

    /* Cards */
    .seminar-info-card {
        padding: 18px;
        margin-bottom: 15px;
    }

    /* Titles */
    .seminar-title,
    .seminar-section-title {
        font-size: 1.2rem;
        margin-bottom: 8px;
    }

    /* Text inside left column */
    .seminar-text,
    .seminar-list li {
        text-align: left;      /* ← Ensure left column text stays left */
        font-size: 0.95rem;
        line-height: 1.5;
    }

    /* Right column text */
    .seminar-section-text,
    .seminar-schedule-list li {
        text-align: center;
        font-size: 0.95rem;
    }

    /* Prevent any overflow */
    .seminar-two-column,
    .seminar-box,
    .seminar-right {
        max-width: 100%;
        overflow-x: hidden;
    }
}

/* REGISTER BUTTON WRAPPER */
.seminar-register-wrapper {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
    animation: fadeIn 1s ease;
}

/* REGISTER BUTTON STYLE */
.seminar-register-btn {
    display: inline-block;
    background: linear-gradient(135deg, #090222, #1b4a69);
    padding: 14px 35px;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    border-radius: 40px;
    text-decoration: none;
    transition: 0.3s ease;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
    animation: btnPop 0.9s ease;
}

/* Hover animation */
.seminar-register-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
    background: linear-gradient(135deg, #692e45, #490b21);
}

/* Contact Box - Increased Size */
.seminar-contact-box {
    background: #ffffff;
    margin: 0 auto;
    margin-top: 20px;
    padding: 40px 30px;                 /* Increased padding */
    width: 100%;
    max-width: 650px;                   /* Bigger width */

    text-align: center;
    border-radius: 20px;                /* Slightly larger radius */

    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
    animation: fadeUp 1s ease;
}

/* Bigger heading */
.seminar-contact-box h3 {
    margin-bottom: 18px;
    font-size: 1.8rem;                  /* Increased size */
    color: #0b3e52;
    font-weight: 800;
    letter-spacing: 0.5px;
}

/* Bigger text */
.seminar-contact-box p {
    font-size: 1.25rem;                 /* Increased font size */
    line-height: 1.8;                   /* More spacious line height */
    color: #333;
    font-weight: 500;
}


/* Button pop animation */
@keyframes btnPop {
    0% { transform: scale(0.85); opacity: 0; }
    100% { transform: scale(1); opacity: 1; }
}

/* Fade from bottom */
@keyframes fadeUp {
    from { opacity: 0; transform: translateY(25px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* Reuse fadeIn */
@keyframes fadeIn {
    from { opacity: 0; transform: scale(0.97); }
    to   { opacity: 1; transform: scale(1); }
}
/* container now aligned left */
.seminar-left-align {
    margin-left: 40px !important;
    margin-right: auto;
}

/* main container */
.seminar-box {
    width: 600px;
    padding: 24px;
    background: #204a5e;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    animation: fadeIn 1s ease-out;
    font-family: "Poppins", sans-serif;
}
.seminar-list {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}

.seminar-list li {
    background: #f0eaed;
    padding: 14px 18px;
    border-radius: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #0f3d2e;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    animation: fadeItem 0.6s ease both;
}

/* Modern circle bullet icon */
.seminar-list li::before {
    content: "•";
    font-size: 24px;
    line-height: 0;
    color: #198754;
    font-weight: bold;
}

/* Hover effect */
.seminar-list li:hover {
    transform: translateX(6px);
    box-shadow: 0 6px 14px rgba(0,0,0,0.1);
}

/* Smooth appear animation */
@keyframes fadeItem {
    from { opacity: 0; transform: translateY(10px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* section titles */
.seminar-title {
    margin-top: 25px;
    font-size: 22px;
    color: #ffffff;
    border-left: 6px solid #ebdba7;
    padding-left: 10px;
    font-weight: 600;
    animation: slideIn 0.7s ease-out;
}

/* content boxes */
.seminar-text {
    font-size: 16px;
    color: #010f1f;
    background: #dce3e9;
    padding: 12px 15px;
    border-radius: 10px;
    margin-top: 10px;
    line-height: 1.7;
    box-shadow: inset 0 0 5px rgba(0,0,0,0.05);
}

/* list style */
.seminar-list {
    background: #dce3e9;
    padding: 15px 18px;
    border-radius: 12px;
    margin-top: 10px;
    line-height: 1.8;
}

/* animations */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to   { opacity: 1; transform: translateY(0); }
}

@keyframes slideIn {
    from { opacity: 0; transform: translateX(-20px); }
    to   { opacity: 1; transform: translateX(0); }
}
/* Reduce width of right section */
.seminar-right {
    max-width: 420px;        /* Reduce width */
    width: 100%;
}

/* Card styling */
.seminar-info-card {
    background: #ffffff;
    color: #204a5e;
    padding: 22px;
    border-radius: 16px;
    margin-bottom: 20px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.12);
    border: 1px solid #e6e6e6;
}

/* Heading styling */
.seminar-info-card h2 {
    color: #1a4157;            /* modern burnt-orange */
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.8px;     /* modern letter spacing */
    font-family: "Segoe UI", sans-serif;
}

/* Text inside */
.seminar-section-text {
    font-size: 16px;
    line-height: 1.7;
    color: #460f24;            /* deeper modern teal */
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}


/* Animation */
@keyframes fadeCard {
    from { opacity: 0; transform: translateY(12px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* Hover effect */
.seminar-info-card:hover {
    transform: translateX(5px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.25);
    transition: 0.3s;
}
/* Make both left and right columns same size */
.seminar-left,
.seminar-right {
    width: 48%;
    display: flex;
    flex-direction: column;
}

/* Make cards stretch equally */
.seminar-info-card {
    flex-grow: 1;
}

/* Align both columns at top */
.seminar-two-column {
    display: flex;
    align-items: stretch;  /* makes both equal height */
    justify-content: space-between;
    gap: 20px;
}

/* Responsive */
@media (max-width: 768px) {
    .seminar-left,
    .seminar-right {
        width: 100%;
    }
}
/* ====== Mobile fix: prevent right-side cutting + top margin ====== */
@media (max-width: 768px) {

  /* Main wrapper */
  .seminar-two-column {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 0 12px;
    width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
    margin-top: 20px;   /* ← Add top margin to whole mobile layout */
  }

  /* Left column */
  .seminar-box {
    width: calc(100% - 10px) !important;
    max-width: 100% !important;
    padding: 14px 12px !important;
    margin-left: 6px !important;
    margin-right: 0 !important;
    margin-top: 20px !important;   /* ← Add top margin to left column */
    box-sizing: border-box;
    text-align: left;
    overflow-x: hidden;
  }

  /* Right column */
  .seminar-right {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 6px;
    padding-right: 6px;
    margin-top: 20px !important;   /* ← Add top margin to right column */
    box-sizing: border-box;
    overflow-x: hidden;
  }

  /* Cards inside right column */
  .seminar-info-card {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 14px;
    padding: 14px 12px;
    box-sizing: border-box;
    overflow-x: hidden;
  }

  /* Text adjustments */
  .seminar-title,
  .seminar-section-title {
    text-align: center;
  }
}


/* =========================
   GLOBAL RESET & BASE
========================= */

.container {
  max-width: 1200px;
  margin-bottom: 0%;
}

/* =========================
   HEADER / HERO AREA
========================= */
.header-title {
  font-size: 2.3rem;
  font-weight: 800;
  color: #0b3c6d;
  margin-top: 0;
}

.sub-title {
  font-size: 1.15rem;
  color: #1b6a44;
  max-width: 900px;
  margin: 0.5rem auto;
}

.text-center p {
  font-size: 0.95rem;
  color: #555;
}

/* =========================
   SECTION WRAPPER
========================= */
.sponsor-wrapper {
  padding: 3rem 0;
}

/* Section Heading */
.section-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.section-header h1 {
  font-size: 2.2rem;
  font-weight: 800;
  color: #0b3c6d;
  position: relative;
  text-transform: uppercase;
}

.section-header h1::after {
  content: "";
  width: 80px;
  height: 4px;
  background: #0b3c6d;
  display: block;
  margin: 0.8rem auto 0;
  border-radius: 10px;
}
.aven{
   font-size: 1.4rem;
  font-weight: 700;
  color: #0b3c6d;
  margin-bottom: 1.3rem;
  text-transform: uppercase;
}
/* =========================
   MODERN CARD STYLE
========================= */
.card {
  background: #ffffff;
  border-radius: 18px;
  padding: 2rem;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  border: none;
  margin-bottom: 2rem;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(0,0,0,0.12);
}

.card .title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #0b3c6d;
  margin-bottom: 1.3rem;
  text-transform: uppercase;
}

/* =========================
   MODERN TABLE
========================= */
.modern-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border-radius: 14px;
}

.modern-table thead {
  background: #0b3c6d;
  color: #fff;
}

.modern-table th,
.modern-table td {
  padding: 14px 16px;
  text-align: center;
  font-size: 0.95rem;
}

.modern-table tbody tr {
  background: #ffffff;
  transition: background 0.3s ease;
}

.modern-table tbody tr:nth-child(even) {
  background: #f5f9fc;
}

.modern-table tbody tr:hover {
  background: #eaf2f8;
}

/* =========================
   TWO COLUMN GRID
========================= */
.grid-2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

/* =========================
   MODERN LIST POINTS
========================= */
.modern-points {
  list-style: none;
  padding: 0;
  margin: 0;
}

.modern-points li {
  background: #f4f8fb;
  border-left: 5px solid #1b6a44;
  padding: 12px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
  font-size: 0.95rem;
  transition: transform 0.3s ease, background 0.3s ease;
}

.modern-points li:hover {
  background: #e9f4ef;
  transform: translateX(6px);
}


.ad-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr); /* force one row */
  gap: 1rem;
  align-items: stretch;
}

/* =========================
   COMPACT AD BOX
========================= */
.ad-box {
  padding: 1rem 0.8rem;
  border-radius: 14px;
  text-align: center;
  background: linear-gradient(180deg, #ffffff, #f5f9fc);
  box-shadow: 0 8px 22px rgba(0,0,0,0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

/* Title */
.ad-box h3 {
  font-size: 0.95rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.3rem;
  line-height: 1.2;
}

/* Price */
.ad-box .price {
  font-size: 1.1rem;
  font-weight: 800;
  color: #ffffff;
  margin: 0.3rem 0;
}

/* Extra text */
.ad-box p {
  font-size: 0.8rem;
  margin: 0;
  color: #ffffff;
}

/* Hover effect */
.ad-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 35px rgba(0,0,0,0.14);
}

/* =========================
   INDIVIDUAL CARD COLORS
========================= */

/* Back Cover */
.ad-box:nth-child(1) {
  background: linear-gradient(135deg, #d8a761, #c2862c);
}

/* Inner Front / Back */
.ad-box:nth-child(2) {
  background: linear-gradient(135deg, #648aaf, #2b4c6e);
}

/* Full Page */
.ad-box:nth-child(3) {
  background: linear-gradient(135deg, #61929b, #307068);
}

/* Half Page */
.ad-box:nth-child(4) {
  background: linear-gradient(135deg, #786597, #473274);
}

/* Quarter Page */
.ad-box:nth-child(5) {
  background: linear-gradient(135deg, #c77272, #612731);
}

/* =========================
   TEXT CONTRAST BOOST
========================= */
.ad-box h3 {
  color: #ffffff;
}

.ad-box .price {
  color: #ffffff;
}
/* =========================
   DESKTOP – ONE LINE
========================= */
.ad-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}

/* =========================
   TABLET (≤ 992px)
========================= */
@media (max-width: 992px) {
  .ad-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* =========================
   MOBILE (≤ 576px)
========================= */
@media (max-width: 576px) {
  .ad-grid {
    grid-template-columns: 1fr;
  }

  .ad-box {
    padding: 1.2rem;
  }

  .ad-box h3 {
    font-size: 1rem;
  }

  .ad-box .price {
    font-size: 1.15rem;
  }
}

/* =========================
   STALL SECTION
========================= */
.stall-text {
  font-size: 1.05rem;
  font-weight: 600;
  color: #0b3c6d;
  background: #eef5fb;
  padding: 1rem 1.2rem;
  border-radius: 12px;
  text-align: center;
}

/* Sponsorship Hero */
.sponsor-hero {
  position: relative;
  margin: 2rem auto 1.0rem;
  padding: 3px 7px;
  border-radius: 10px;
  background: #124735;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.18);
  overflow: hidden;
}

/* Subtle moving highlight */
.sponsor-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,0.12),
    transparent
  );
  animation: heroGlow 8s linear infinite;
}

/* Content */
.sponsor-hero-content {
  position: relative;
  z-index: 1;
  padding: 0.4rem 0.6rem;
  text-align: center;
  color: #ffffff;
  animation: heroFadeUp 0.8s ease forwards;
}

/* Text styles */
.sponsor-hero h1 {
  font-size: 1.65rem;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
  margin-top: 0.6rem;
}

.hero-tagline {
  font-size: 1.0rem;
  font-weight: 600;
  color: #eaf7f1;
  margin-bottom: 0.15rem;
}

.hero-subtext {
  font-size: 0.8rem;
  color: #d6f0e4;
  max-width: 680px;
  margin: 0 auto;
  margin-bottom: 0.15rem;
}

/* Animations */
@keyframes heroGlow {
  from { transform: translateX(-100%); }
  to   { transform: translateX(100%); }
}

@keyframes heroFadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.container.py-4,
.container.my-3 {
  margin-bottom: 1 !important;
  padding-bottom: 1 !important;
}

main {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.sponsor-hero {
  margin-top: -12px !important;
}

.card .title {
  margin-bottom: 2px;
}

/* Card */
.bank-card {
  background: linear-gradient(135deg, #0e2a47, #153f57);
  border-radius: 18px;
  padding: 30px 35px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.26);
  border: 1px solid rgba(255, 255, 255, 0.1);
  max-width: 1150px;
  margin: auto;
  animation: fadeIn 0.9s ease;
  transition: 0.4s ease;
}
.bank-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

/* Heading */
.bank-title {
  color: #e9f6ff;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.5px;
  margin-bottom: 22px;
  animation: slideDown 0.8s ease;
  text-transform: uppercase;
}

/* Layout */
.bank-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 35px;
}

/* List modern style */
.bank-points {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #e1f3ff;
  font-size: 15.5px;
  animation: slideUp 0.7s ease;
}

.bank-points li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 24px;
  transition: 0.3s ease;
}
.bank-points li:hover {
  color: #cdecff;
  transform: translateX(4px);
}

/* Minimal glowing bullet */
.bank-points li::before {
  content: "✦";
  position: absolute;
  left: 0;
  top: 0;
  color: #7fd3ff;
  font-size: 14px;
  text-shadow: 0 0 6px #79d0ff;
}

/* QR section */
.bank-qr {
  display: flex;
  justify-content: center;
  align-items: center;
  animation: fadeIn 1s ease;
}

.qr-img {
  width: 160px;
  height: 160px;
  object-fit: contain;
}

.qr-img:hover {
  transform: scale(1.08);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.35);
}

/* Animations */
@keyframes fadeIn {
  from {opacity: 0;}
  to   {opacity: 1;}
}

@keyframes slideUp {
  from {transform: translateY(14px); opacity: 0;}
  to   {transform: translateY(0); opacity: 1;}
}

@keyframes slideDown {
  from {transform: translateY(-14px); opacity: 0;}
  to   {transform: translateY(0); opacity: 1;}
}


.bank-flex {
  display: flex;
  align-items: center;     /* vertically align */
  gap: 12px;               /* ⬅ reduce horizontal gap */
}

.bank-points {
  margin: 0;               /* remove default ul margin */
  padding: 0;
}

.bank-points li {
  margin-bottom: 4px;      /* tighter list */
}

.bank-qr {
  margin-left: 0;          /* remove extra push */
}

/* ===============================
   SPEAKERS HEADING STYLE
================================ */
/* ===============================
   SPEAKERS EYEBROW TEXT
================================ */

.speakers-eyebrow{
  font-size:1.9rem;
  font-weight:700;
  color: #f3eced;
  letter-spacing:2px;
  text-transform:uppercase;
  margin-bottom:6px;
  opacity:.75;
  position:relative;
  background-color: #12423e;
}

/* subtle animated appearance */
.speakers-eyebrow{
  animation:slideFade .8s ease forwards;
}

@keyframes slideFade{
  from{
    opacity:0;
    transform:translateY(6px);
  }
  to{
    opacity:.75;
    transform:translateY(0);
  }
}

@media (max-width: 768px) {
  .speakers-eyebrow {
    padding-top: 0.4rem;     /* increase height */
    padding-bottom: 0.4rem;  /* increase height */
    line-height: 1.2;        /* more vertical spacing */
    margin-bottom: 0.8rem;     /* space below */
  }
}


/* ================================
   Custom 5 + 4 Speaker Grid
================================ */

/* Desktop: 5 per row */
@media (min-width: 992px) {
  .conf-speaker-grid > div {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

/* Tablet: 2 per row */
@media (max-width: 991px) and (min-width: 576px) {
  .conf-speaker-grid > div {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* Mobile: 1 per row */
@media (max-width: 575px) {
  .conf-speaker-grid > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* ================================
   Speakers Section Heading
================================ */
.speakers-heading {
  font-size: 1.6rem;
  font-weight: 700;
  color: #213053;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 0 auto 2.2rem;   /* ⬅ centers the heading block */
  text-align: center;
  position: relative;
  display: block;          /* ⬅ key change */
  animation: fadeUp 0.7s ease forwards;
}


/* underline accent */
.speakers-heading::after {
  content: "";
  width: 80px;
  height: 3px;
  margin: 10px auto 0;
  background: linear-gradient(90deg, #bd8712, #af7b0b);
  border-radius: 20px;
  display: block;
}

/* animation */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* mobile heading */
@media (max-width: 576px) {
  .speakers-heading {
    font-size: 1.45rem;
  }
}

/* ================================
   Speakers Grid
================================ */
.speakers-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;                  /* ⬅ reduced gap */
}

@media (max-width: 1200px) {
  .speakers-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 992px) {
  .speakers-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 576px) {
  .speakers-grid { grid-template-columns: 1fr; }
}

/* ================================
   Speaker Card (Compact)
================================ */
.speaker-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 18px 14px;         /* ⬅ reduced height */
  text-align: center;
  height: 100%;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
}

.speaker-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.12);
}

/* ================================
   Speaker Image
================================ */
.speaker-img {
  width: 130px;               /* ⬅ reduced */
  height: 130px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
}
.speaker-img-adjust {
  object-position: center 20%;   /* moves image UP */
}

.speaker-img-down2 {
  object-position: center 65%;   /* bring image down */
}

@media (max-width: 576px) {
  .speaker-img {
    width: 95px;
    height: 95px;
  }
}

/* ================================
   Speaker Text
================================ */
.speaker-name {
  font-size: 1rem;
  font-weight: 700;
  color: #5c2340;
  margin-bottom: 4px;
}

.speaker-desig {
  font-size: 0.85rem;
  color: #555;
  line-height: 1.3;          /* ⬅ tighter lines */
}

/* ================================
   Topic Box (Optional)
================================ */
.speaker-topic {
  margin-top: 8px;
  padding: 8px 10px;
  background: #f8f9ff;
  border-radius: 8px;
  font-size: 0.82rem;
  color: #061030;
}

.speaker-topic strong {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #813e12;
  margin-bottom: 3px;
}


/* ================================
   Conference Speaker Card (Compact)
================================ */
.conf-speaker {
  background: linear-gradient(180deg, #ffffff, #f8fafc);
  border-radius: 16px;
  padding: 16px 14px 14px;     /* ⬅ reduced padding */
  text-align: center;
  height: 100%;
  box-shadow: 0 10px 22px rgba(2, 6, 23, 0.07);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;           /* ⬅ removed extra height */
}

.conf-speaker:hover {
  transform: translateY(-5px); /* ⬅ softer hover */
  box-shadow: 0 16px 34px rgba(2, 6, 23, 0.12);
}

/* ================================
   Speaker Image (Smaller)
================================ */
.conf-speaker-img {
  width: 115px;               /* ⬅ reduced */
  height: 115px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;        /* ⬅ tighter */
  border: 3px solid #ffffff;
  box-shadow: 0 6px 14px rgba(0,0,0,0.12);
  transition: transform 0.3s ease;
}

.conf-speaker:hover .conf-speaker-img {
  transform: scale(1.05);
}

/* ================================
   Speaker Name
================================ */
.conf-speaker-name {
  font-size: 1rem;            /* ⬅ slightly smaller */
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 4px;         /* ⬅ tighter */
  letter-spacing: 0.15px;
}

/* ================================
   Role / Designation
================================ */
.conf-speaker-role {
  font-size: 0.82rem;         /* ⬅ compact */
  color: #475569;
  line-height: 1.25;          /* ⬅ tighter lines */
  margin-bottom: 6px;
}

/* ================================
   Topic Section
================================ */
.conf-speaker-topic {
  margin-top: 8px;
  padding-top: 6px;
  font-size: 0.82rem;
  color: #1e293b;
  line-height: 1.25;
  border-top: 1px dashed #cbd5e1;
}

.conf-speaker-topic strong {
  font-weight: 700;
  color: #c28920;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.5px;
}

/* ================================
   Mobile Optimization
================================ */
@media (max-width: 576px) {
  .conf-speaker {
    padding: 14px 12px;
  }

  .conf-speaker-img {
    width: 90px;
    height: 90px;
  }

  .conf-speaker-name {
    font-size: 0.95rem;
  }
}
/* ================================
   Speaker Card – Ultra Compact
================================ */
.speaker-modern {
  background: #ffffff;
  border-radius: 14px;
  padding: 18px 16px;                 /* ⬅ tighter */
  height: 100%;
  box-shadow: 0 8px 20px rgba(0,0,0,0.07);
  border: 1px solid #eef1f6;          /* subtle modern edge */
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.speaker-modern:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.12);
}

/* ================================
   Speaker Image – Compact & Clean
================================ */
.speaker-modern-img {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #f1f4f8;
  margin-bottom: 10px;
}

/* ================================
   Speaker Name
================================ */
.speaker-modern-name {
  font-size: 0.98rem;
  font-weight: 600;
  margin-bottom: 3px;
  color: #0f172a;                    /* modern dark slate */
}

/* ================================
   Speaker Designation
================================ */
.speaker-modern-desig {
  font-size: 0.85rem;
  color: #475569;                    /* slate gray */
  line-height: 1.32;
}

/* ================================
   Mobile Optimization
================================ */
@media (max-width: 576px) {
  .speaker-modern {
    padding: 14px 12px;
  }

  .speaker-modern-img {
    width: 90px;
    height: 90px;
  }
}
.page-end-footer {
  width: 100%;
  margin-top: 3rem;
  padding: 1rem 0;
  background: #0f2a44;
  color: #ffffff;
  font-size: 0.85rem;
}
/* ============================= */
/* MOBILE RESPONSIVENESS */
/* ============================= */

/* Tablets & small laptops */
@media (max-width: 768px) {

  .modal-dialog {
    max-width: 95%;          /* fluid width */
    margin: 1rem auto;
  }

  .modern-mou-modal {
    border-radius: 14px;     /* softer corners */
  }

  .modern-mou-modal .modal-header {
    padding: 1rem 1.1rem 0.6rem;
  }

  .modern-mou-modal .modal-title {
    font-size: 1rem;
  }

  .modern-mou-modal .modal-body {
    padding: 0.6rem 1.1rem;
  }

  .modern-mou-modal .modal-footer {
    padding: 0.7rem 1.1rem 1rem;
  }
}

/* Mobile phones */
@media (max-width: 576px) {

  .modal-dialog {
    max-width: 96%;
    margin: 0.8rem auto;
  }

  .modern-mou-modal {
    border-radius: 12px;
  }

  .modern-mou-modal .modal-header {
    padding: 0.8rem 1rem 0.5rem;
  }

  .modern-mou-modal .modal-title {
    font-size: 0.95rem;
    line-height: 1.3;
    text-align: center;
  }

  .modern-mou-modal .modal-body {
    padding: 0.5rem 1rem;
  }

  .modern-mou-modal .modal-footer {
    padding: 0.6rem 1rem 0.9rem;
  }

  .btn-modern {
    font-size: 0.9rem;
    padding: 0.5rem;
  }

  .modern-bullets {
    padding: 0.8rem 1rem;
  }

  .modern-bullets li {
    font-size: 0.88rem;
  }
}
.sponsors-section {
  padding: 40px 0;
  background: #f8f9fa;
  text-align: center;
}

.sponsor-title {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: #947306;
  color: white;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 30px;
}

.sponsor-wrapper {
  position: relative;
  overflow: hidden;
  background: transparent;
  padding: 20px 0;
}

.sponsor-slider {
  display: flex;
  gap: 40px;
  width: max-content;  
  animation: slide 25s linear infinite;
}
.small-logo {
  height: 40px !important;   /* Reduce size here */
  width: auto;    /* Maintain proportion */
}
.sponsor-slider img {
  height: 70px;
  object-fit: contain;
}
.small-logo2 {
  height: 40px !important;   /* Reduce size here */
  width: auto;    /* Maintain proportion */
}
.sponsor-slider:hover {
  animation-play-state: paused;
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.sponsor-wrapper::before {
  left: 0;
  background: linear-gradient(to right, white, transparent);
}

.sponsor-wrapper::after {
  right: 0;
  background: linear-gradient(to left, white, transparent);
}
.no-radius {
  border-radius: 0 !important;
}

.sponsor-logo {
    width: 150px !important;
    height: auto;
}

/* Section relative positioning */
.committee-section {
  position: relative;
}

/* Top-right position */
.committee-corner-banner {
  position: absolute;
  top: 0;
  right: 0;
}

/* Main Banner */
.modern-banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 350px;
  padding: 22px 24px;
  text-decoration: none;
  color: #ffffff;

  /* Dark Green Gradient Background */
  background: linear-gradient(135deg, #0f3d2e, #145c3a);
  
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);

  box-shadow: 
    0 20px 45px rgba(0, 0, 0, 0.35);

  transition: all 0.35s ease;
}

/* Soft Glow Edge */
.modern-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 22px;
  padding: 1px;
  background: linear-gradient(135deg, #20c997, #198754);
  -webkit-mask: 
      linear-gradient(#fff 0 0) content-box, 
      linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}

/* Content */
.modern-banner-content {
  flex: 1;
}

/* Badge */
.badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.6px;
  padding: 5px 12px;
  border-radius: 30px;
  background: #994e11;
  color: #ffffff;
  margin-bottom: 10px;
}

/* Heading */
.modern-banner h6 {
  font-size: 17px;
  font-weight: 700;
  margin: 0;
  color: #ffffff;
}

/* Description */
.modern-banner p {
  font-size: 13px;
  color: #d1fae5;
  margin: 6px 0 0 0;
}

/* Arrow Circle */
.modern-arrow {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #20c997;
  color: #083c2d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  transition: all 0.3s ease;
}

/* Hover Effects */
.modern-banner:hover {
  transform: translateY(-6px);
  box-shadow: 
    0 25px 60px rgba(0, 0, 0, 0.45);
}

.modern-banner:hover .modern-arrow {
  transform: translateX(6px);
  background: #ffffff;
  color: #145c3a;
}

/* Responsive */
@media (max-width: 992px) {
  .committee-corner-banner {
    position: static;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
  }
}
