  /* Sticky Button Style */
      .sticky-enquiry-btn {
      position: fixed;
      top:40%;
      right: 0.5%;
      background:#073461;
      border: none;
      border-radius: 12px;
      cursor: pointer;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
      z-index: 1000;
      }
      .sticky-enquiry-btn  img{
      height: 150px;
      width: 40px;
      }
      /*
      .sticky-enquiry-btn:hover {
      background-color: #0056b3;
      }*/
      /* Modal Background */
      .modal-bg {
      display: none;
      position:fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 999;
      }
      /* Responsive Media Queries */
      @media (max-width: 768px) {
      .sticky-enquiry-btn  img{
      height: 100px;
      width: 30px;
      }
      }
      @media (max-width: 480px) {
      .sticky-enquiry-btn  img{
      height: 100px;
      width: 30px;
      }
      }
      .sticky-icon {
      position: fixed;
      top:75%;
      right: 0.5%;
      background-color: rgba(255, 255, 255, 0.5); 
      border: none;
      border-radius: 12px;
      cursor: pointer;
      z-index: 1000;
      }
      /* Webkit browsers (Chrome, Safari, Edge) */
      input[type=number]::-webkit-inner-spin-button,
      input[type=number]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0;
      }
      /* Firefox */
      input[type=number] {
      -moz-appearance: textfield;
      }
      .reg-btn{
      background: #00c3ff;  /* fallback for old browsers */
      background: -webkit-linear-gradient(to bottom, #ffff1c, #00c3ff);  /* Chrome 10-25, Safari 5.1-6 */
      background: linear-gradient(to bottom, #ffff1c, #00c3ff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
      border: 0;
      border-radius: 12px;
      }
      h3,h2{
      color:    #00008B;
      }
      @media (max-width: 576px) {
      h2 {
      font-size: 1.5rem;
      }
      h3 {
      font-size: 1rem;
      }
      h4 {
      font-size: 0.7rem;
      }
      }
      @media (min-width: 768px) {
      h2 {
      font-size: 2rem;
      }
      h3 {
      font-size: 1.5rem;
      }
      h4 {
      font-size: 1rem;
      }
      }
      @media (min-width: 992px) {
      h2 {
      font-size: 2rem;
      }
      h3 {
      font-size: 1.7rem;
      }
      h4 {
      font-size: 1.3rem;
      }
      }
      .nav-link{
      color: #000 !important;
      font-size: 13px !important;
      }
      :root {
      --primary-color: #2c3e50;
      --secondary-color: #3498db;
      --accent-color: #e74c3c;
      --light-bg: #f8f9fa;
      --dark-bg: #2c3e50;
      }
      p{
      color: black;}
      body {
      font-family: 'Georgia', serif;
      line-height: 1.6;
      color: #333;
      background: #D3CCE3;  /* fallback for old browsers */
      background: -webkit-linear-gradient(to right, #E9E4F0, #D3CCE3);  /* Chrome 10-25, Safari 5.1-6 */
      background: linear-gradient(to right, #E9E4F0, #D3CCE3); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
      }
      .active-nav {
      border-bottom: 2px solid var(--secondary-color);
      }
      h1, h2, h3, h4 {
      color: var(--primary-color);
      font-family: 'Baskerville', 'Times New Roman', serif;
      }
      h1 {
      border-bottom: 3px solid var(--secondary-color);
      padding-bottom: 10px;
      display: inline-block;
      }
      h2 {
      border-bottom: 2px solid var(--secondary-color);
      padding-bottom: 5px;
      margin-top: 20px;
      display: inline-block;
      }
      a {
      color: var(--secondary-color);
      text-decoration: none !important;
      transition: color 0.3s ease;
      }
      a:hover {
      color: var(--accent-color);
      text-decoration: underline;
      }
      .profile-image {
      border: 3px solid var(--secondary-color);
      box-shadow: 5px 5px 15px rgba(0,0,0,0.2);
      transition: transform 0.3s ease;
      }
      .profile-image:hover {
      transform: scale(1.02);
      }
      .paper-item {
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      }
      .paper-item:hover {
      transform: translateY(-3px);
      box-shadow: 0 10px 20px rgba(0,0,0,0.1);
      }
      .section-container {
      background-color: white;
      border-radius: 8px;
      box-shadow: 0 5px 15px rgba(0,0,0,0.05);
      padding: 25px;
      margin-bottom: 30px;
      }
      .contact-info i {
      color: var(--secondary-color);
      width: 25px;
      text-align: center;
      margin-right: 10px;
      }
      .btn-custom {
      background-color: var(--secondary-color);
      color: white;
      border: none;
      transition: all 0.3s ease;
      }
      .btn-custom:hover {
      background-color: var(--primary-color);
      transform: translateY(-2px);
      box-shadow: 0 5px 10px rgba(0,0,0,0.1);
      }
      footer {
      background: #667db6;  /* fallback for old browsers */
      background: -webkit-linear-gradient(to right, #667db6, #0082c8, #0082c8, #667db6);  /* Chrome 10-25, Safari 5.1-6 */
      background: linear-gradient(to right, #667db6, #0082c8, #0082c8, #667db6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
      color: white;
      padding: 40px 0 20px;
      }
      .social-icons a {
      color: white;
      font-size: 1.5rem;
      margin: 0 10px;
      transition: all 0.3s ease;
      }
      .social-icons a:hover {
      color: var(--secondary-color);
      transform: translateY(-3px);
      }
      .footer-nav a {
      color: #ddd;
      margin: 0 15px;
      font-size: 0.9rem;
      }
      .footer-nav a:hover {
      color: white;
      }
      .list-group-item {
      transition: background-color 0.3s ease;
      }
      .list-group-item:hover {
      background-color: var(--light-bg);
      }
      .badge-custom {
      background-color: var(--secondary-color);
      color: white;
      }
      .back-to-top {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: var(--primary-color);
      color: white;
      width: 40px;
      height: 40px;
      text-align: center;
      line-height: 40px;
      border-radius: 50%;
      z-index: 99;
      box-shadow: 0 2px 10px rgba(0,0,0,0.2);
      transition: all 0.3s ease;
      }
      .back-to-top:hover {
      background-color: var(--secondary-color);
      }
      @media (max-width: 768px) {
      .profile-container {
      flex-direction: column;
      }
      h1 {
      font-size: 1.8rem;
      }
      h2 {
      font-size: 1.5rem;
      }
      }
      .body{
      background: #D3CCE3;  /* fallback for old browsers */
      background: -webkit-linear-gradient(to right, #E9E4F0, #D3CCE3);  /* Chrome 10-25, Safari 5.1-6 */
      background: linear-gradient(to right, #E9E4F0, #D3CCE3); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
      }
      /*    .nav-link:hover {*/
      /*        color: white !important;*/
      /*        background-color: blue;*/
      /*font-weight: bold;*/
      /*        border-radius: 5px;*/
      /*    }*/
      /* Mobile Toggle Button */
      .mobile-toggle {
      display: none;
      background: none;
      border: none;
      cursor: pointer;
      padding: 5px;
      }
      .toggle-icon {
      display: block;
      width: 25px;
      height: 2px;
      background-color: #333;
      position: relative;
      transition: background-color 0.3s;
      }
      .toggle-icon::before,
      .toggle-icon::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: #333;
      transition: all 0.3s;
      }
      .toggle-icon::before {
      top: -8px;
      }
      .toggle-icon::after {
      bottom: -8px;
      }
      /* Mobile Side Menu */
      .side-menu {
      position: fixed;
      top: 0;
      left: -280px; /* Start off-screen */
      width: 280px;
      height: 100%;
      background-color: white;
      box-shadow: 2px 0 10px rgba(0,0,0,0.1);
      z-index: 3000;
      overflow-y: auto;
      transition: left 0.3s ease-in-out;
      }
      .side-menu.active {
      left: 0;
      }
      .side-menu-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px;
      border-bottom: 1px solid #eaeaea;
      }
      .menu-title {
      font-size: 18px;
      font-weight: 600;
      margin: 0;
      }
      .close-btn {
      background: none;
      border: none;
      font-size: 22px;
      cursor: pointer;
      color: #333;
      }
      .mobile-nav {
      padding: 15px;
      }
      .mobile-nav-list {
      list-style: none;
      margin: 0;
      padding: 0;
      }
      .mobile-nav-item {
      margin-bottom: 5px;
      }
      .mobile-nav-link {
      color: #333;
      text-decoration: none;
      padding: 12px 0;
      display: block;
      border-bottom: 1px solid #f1f1f1;
      font-weight: 500;
      }
      /* Mobile Dropdown */
      .mobile-dropdown {
      position: relative;
      }
      .mobile-dropdown-toggle {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      }
      .mobile-dropdown-toggle::after {
      content: '+';
      font-size: 18px;
      }
      .mobile-dropdown-menu {
      display: none;
      padding-left: 15px;
      background-color: #f8f8f8;
      margin-top: 5px;
      }
      .mobile-dropdown-item {
      padding: 10px 0;
      color: #333;
      text-decoration: none;
      display: block;
      border-bottom: 1px solid #eaeaea;
      }
      /* Backdrop */
      .menu-backdrop {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0,0,0,0.5);
      z-index: 1000;
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s;
      }
      .menu-backdrop.active {
      opacity: 1;
      visibility: visible;
      }
      /* Search Bar */
      .search-form {
      display: flex;
      margin-left: 20px;
      }
      .search-input {
      padding: 8px 12px;
      border: 1px solid #ddd;
      border-radius: 4px 0 0 4px;
      outline: none;
      }
      .search-btn {
      background-color: #0d6efd;
      color: white;
      border: none;
      padding: 8px 15px;
      border-radius: 0 4px 4px 0;
      cursor: pointer;
      }
      /* Mobile Search */
      .mobile-search {
      padding: 15px;
      border-top: 1px solid #eaeaea;
      }
      .mobile-search-input {
      width: 100%;
      padding: 10px;
      border: 1px solid #ddd;
      border-radius: 4px;
      margin-bottom: 10px;
      }
      .mobile-search-btn {
      width: 100%;
      background-color: #0d6efd;
      color: white;
      border: none;
      padding: 10px;
      border-radius: 4px;
      cursor: pointer;
      }
      /* Page Content */
      .banner {
      padding-top: 80px; /* Space for fixed header */
      height: 400px;
      background-color: #f5f5f5;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      }
      .banner-content {
      max-width: 700px;
      }
      .banner-title {
      font-size: 2.5rem;
      margin-bottom: 1rem;
      }
      .banner-text {
      font-size: 1.2rem;
      margin-bottom: 1.5rem;
      }
      .banner-btn {
      background-color: #0d6efd;
      color: white;
      border: none;
      padding: 10px 25px;
      border-radius: 4px;
      font-weight: 500;
      cursor: pointer;
      }
      .main-content {
      padding: 40px 0;
      }
      .content-container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
      }
      .content-row {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -15px;
      }
      .content-column {
      flex: 0 0 50%;
      max-width: 50%;
      padding: 0 15px;
      }
      .section-title {
      margin-bottom: 1rem;
      }
      /* Responsive Styles */
      @media (max-width: 991px) {
      .desktop-nav, .search-form {
      display: none;
      }
      .mobile-toggle {
      display: block;
      }
      .content-column {
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 30px;
      }
      }
      .marquee-container {
      /* margin-top: 80px;*/
      overflow: hidden;
      background: #59C173;  /* fallback for old browsers */
      background: -webkit-linear-gradient(to right, #5D26C1, #a17fe0, #59C173);  /* Chrome 10-25, Safari 5.1-6 */
      background: linear-gradient(to right, #5D26C1, #a17fe0, #59C173); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
      position: sticky;
      width: 100%;
 
      }
      .marquee-content {
      display: flex;
      animation: marquee 15s linear infinite;
      width: max-content;
      }
      .marquee-content:hover {
      animation-play-state: paused;
      }
      .event-highlight {
      flex: 0 0 auto;
      padding: 0 20px;
      transition: all 0.3s ease;
      }
      .event-highlight:hover {
      transform: scale(1.05);
      background-color: rgba(0,123,255,0.1);
      }
      .event-date {
      animation: TextColorChange 0.6s infinite;
      font-weight: bold;
      color: #fff;
      }
      .event-title {
      color: #fff;
      font-weight: 600;
      /*                animation: colorChange 0.5s infinite;*/
      }
      @keyframes marquee {
      0% {
      transform: translateX(0);
      }
      100% {
      transform: translateX(-50%);
      }
      }
      @keyframes TextColorChange {
      0% { color: #E9DCC9; }
      25% {  color:    #E2DFD2; }
      50% {  color:    #FFFFFF; }
      75% {  color:white; }
      100% { color: white; }
      }
      .popup-overlay {
      position: fixed;
      top: 50px;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.7);
      display: none;
      justify-content: center;
      align-items: center;
      z-index: 1000;
      }
      .popup-content {
      position: relative;
      max-width: 80%;
      max-height: 80%;
      border-radius: 10px;
      text-align: center;
      width:450px;
      max-height: 100%;
      }
      .popup-close {
      position: absolute;
      top: 10px;
      right: 10px;
      font-size: 24px;
      cursor: pointer;
      color: red;
      }
      .popup-image-container {
      position: relative;
      }
      .popup-image {
      background-color: white;
      padding: 10px;
      width:300px;
      max-height: 450px;
      object-fit: contain;
      }
      .popup-details {
      padding: 5px;
      background-color: #f8f9fa;
      border-radius: 5px;
      }
      .popup-link {
      display: inline-block;
      padding: 8px 15px;
      background-color: #007bff;
      color: white;
      text-decoration: none;
      border-radius: 5px;
      transition: background-color 0.3s ease;
      }
      .popup-link:hover {
      background-color: #0056b3;
      color: white;
      }