/*navbar link */
/* Full Width Menu Options */
.menu-large {
  position: static !important;
}

.megamenu {
  padding: 20px 20px;
  width: 100%;
  color:white !important;
}

.megamenu > div > li > ul {
  padding: 0;
  margin: 0;
}

.border-biteme {
border-style: solid;
border-color: #11518C;
}

.bg-form-blue-o50 {
  background-color: #11518C !important;
  opacity: .75 !important;
}


.megamenu > div > li > ul > li {
  list-style: none;
}

.megamenu > div > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: thick;
  line-height: 1.428571429;
  color: #11518C;
  white-space: normal;
  text-decoration: none;
}

.megamenu > div > li > ul > li > a:hover,
.megamenu > div > li > ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.megamenu.disabled > a,
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  color: white;
}

.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}

.megamenu.dropdown-header {
  color: #11518CFF ;
}

@media (max-width: 768px) {
  .megamenu {
    margin-left: 0;
    margin-right: 0;
  }
  .megamenu > li {
    margin-bottom: 30px;
  }
  .megamenu > li:last-child {
    margin-bottom: 0;
  }
  .megamenu.dropdown-header {
    padding: 3px 15px !important;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header {
    color: #fff;
  }
}

#infoi {
  position: absolute;
  top: 5 !important;
  left: 0;
}
#infoi {
  z-index: 10;
}

@media print {
  .np{
    display:none !important;
  }
}

.navbar-nav .nav-item.active .nav-link,
.navbar-nav .nav-item:hover .nav-link {
color: #11518C !important;
background-color: whitesmoke;
border-radius: 5px;
}

/* end of mega menu */
/*Colors for bg and text */
.bg-gold {
background-color: #FFBF10 !important;
}
.bg-form-blue {
background-color: #11518C !important;
}

.text-form-blue {
color: #11518C !important;
}

.text-gold {
color: #FFBF10 !important;
}

.text-form-body-blue {
  color: #002A4F !important;
}

.text-cals {
color: #BF4726 !important;
}

.bg-div {
  background-color: rgba(250, 154, 0, .25);
}

.bg-nav-blue {
  background-color:#11518C  !important;
}

.bg-events-blue {
  background-color: #57A3E5 !important;
}

.border-gold {
  border:15px solid rgba(250, 154, 0, .25) !important;
}

.border-blue {
  border: 2px solid #11518C !important;
}

.bg-dark-gold {
background-color: #FFBF10 !important;
}

.text-dark-gold {
  color: #FFBF10 !important;
}

.bg-lblue {
  background-color: #3089D9 !important;
  }

  .text-lblue {
    color: #3089D9 !important;
    }


/*dropshadows*/
.dropshadow{
  -ms-box-shadow: 0px 3px 5px #444444 !important;
-moz-box-shadow: 0px 3px 5px #444444 !important;
-webkit-box-shadow: 0px 3px 5px #444444 !important;
box-shadow: 0px 3px 5px #444444 !important;
}

/*Font for site */
html body {
  font-family: 'Figtree', 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.header-font {
  font-family: 'Figtree', 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-weight: 700;
}

.body-font {
  font-family: 'Figtree', 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
}

/* Bootstrap Primary Color Override */
.btn-primary {
  background-color: #11518C;
  border-color: #11518C;
  transition: all 0.2s ease-in-out;
}

.btn-primary:hover {
  background-color: #002A4F;
  border-color: #002A4F;
  box-shadow: 0 2px 8px rgba(17, 81, 140, 0.3);
}

.btn-primary:focus {
  background-color: #002A4F;
  border-color: #002A4F;
  box-shadow: 0 0 0 0.25rem rgba(17, 81, 140, 0.5);
}

.btn-primary:active,
.btn-primary.active {
  background-color: #002A4F;
  border-color: #002A4F;
}

/* Secondary Button with Gold */
.btn-secondary {
  background-color: #6c757d;
  border-color: #6c757d;
  transition: all 0.2s ease-in-out;
}

.btn-secondary:hover {
  background-color: #5a6268;
  border-color: #5a6268;
  box-shadow: 0 2px 8px rgba(108, 117, 125, 0.3);
}

/* Outline Blue Button */
.btn-outline-blue {
  color: #11518C;
  border-color: #11518C;
  transition: all 0.2s ease-in-out;
}

.btn-outline-blue:hover {
  color: #fff;
  background-color: #11518C;
  border-color: #11518C;
  box-shadow: 0 2px 8px rgba(17, 81, 140, 0.3);
}

.btn-outline-blue:focus {
  box-shadow: 0 0 0 0.25rem rgba(17, 81, 140, 0.5);
  color: #11518C;
}

.btn-outline-blue.disabled,
.btn-outline-blue:disabled {
  color: #11518C;
  background-color: transparent;
  opacity: 0.65;
}

.btn-outline-blue:not(:disabled):not(.disabled).active,
.btn-outline-blue:not(:disabled):not(.disabled):active,
.show > .btn-outline-blue.dropdown-toggle {
  color: #fff;
  background-color: #11518C;
  border-color: #11518C;
}

/* Form Control Focus Styling */
.form-control:focus,
.form-select:focus {
  border-color: #11518C;
  box-shadow: 0 0 0 0.2rem rgba(17, 81, 140, 0.25);
}

.form-control {
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* Input validation styling */
.form-control.is-invalid:focus,
.form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* Better status badge colors */
.badge {
  font-weight: 600;
  font-size: 0.85em;
  padding: 0.5em 0.75em;
  color: #fff !important;
}

.bg-info {
  background-color: #4A90A4 !important;
}

.bg-warning {
  background-color: #D4A017 !important;
}

.bg-success {
  background-color: #5CB85C !important;
}

/* Enhanced Table Styling */
.table {
  margin-bottom: 0;
}

.table thead th {
  font-weight: 600;
  background-color: #f8f9fa;
  border-bottom: 2px solid #dee2e6;
  color: #11518C;
  text-transform: uppercase;
  font-size: 0.85em;
  padding: 0.75rem;
}

.table tbody tr {
  transition: background-color 0.15s ease-in-out;
  border-bottom: 1px solid #dee2e6;
}

.table tbody tr:hover {
  background-color: rgba(17, 81, 140, 0.05);
}

.table tbody td {
  padding: 0.75rem;
  vertical-align: middle;
}

/* Striped table rows for better readability */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.5);
}

.table-striped tbody tr:nth-of-type(odd):hover {
  background-color: rgba(17, 81, 140, 0.05);
}

/* Enhanced Card Styling */
.card {
  border: none;
  border-radius: 0.5rem;
  transition: all 0.3s ease-in-out;
}

.card:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1) !important;
}

.card-header {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  font-weight: 600;
  padding: 1rem 1.25rem;
}

.card-body {
  padding: 1.25rem;
}

/* Form Section Styling */
.form-section {
  background-color: #f8f9fa;
  padding: 1.5rem;
  border-radius: 0.5rem;
  border-left: 4px solid #11518C;
  margin-bottom: 1.5rem;
}

.form-section h5 {
  color: #11518C;
  font-weight: 600;
  margin-bottom: 1rem;
}

/* Label styling */
.form-label {
  color: #333;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.form-label.required::after {
  content: " *";
  color: #dc3545;
  font-weight: 600;
}

/* Helper text styling */
.form-text {
  font-size: 0.85em;
  color: #6c757d;
  margin-top: 0.25rem;
}

/* Required field indicator */
.text-danger {
  font-weight: 600;
}

/* Navbar Enhancement */
.navbar {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 0.75rem 0;
}

.navbar-brand {
  font-weight: 700;
  color: #fff !important;
  font-size: 1.5rem;
}

.nav-link {
  transition: all 0.2s ease-in-out;
  margin: 0 0.25rem;
  border-radius: 0.25rem;
}

.nav-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff !important;
}

.nav-link.active {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff !important;
  font-weight: 600;
}

/* Dropdown menu enhancement */
.dropdown-menu {
  border: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 0.5rem;
}

.dropdown-item:hover {
  background-color: #11518C;
  color: #fff;
}

.dropdown-item.active {
  background-color: #11518C;
  color: #fff;
}

/* Container padding standardization */
.container {
  padding-right: 15px;
  padding-left: 15px;
}

/* Standard spacing utilities */
.standard-gap {
  gap: 1rem;
}

/* Status badge styling enhancements */
.badge.bg-primary {
  background-color: #11518C !important;
}

.badge.bg-primary:hover {
  background-color: #002A4F !important;
}

/* Alert enhancement */
.alert {
  border: none;
  border-radius: 0.5rem;
  border-left: 4px solid;
}

.alert-success {
  border-left-color: #5CB85C;
  background-color: rgba(92, 184, 92, 0.1);
  color: #2d5233;
}

.alert-danger {
  border-left-color: #dc3545;
  background-color: rgba(220, 53, 69, 0.1);
  color: #6d1f2a;
}

.alert-info {
  border-left-color: #4A90A4;
  background-color: rgba(74, 144, 164, 0.1);
  color: #234b5c;
}

.alert-warning {
  border-left-color: #D4A017;
  background-color: rgba(212, 160, 23, 0.1);
  color: #664d0e;
}

/* Modal enhancement */
.modal-content {
  border: none;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
}

.modal-header {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

/* Pagination enhancement */
.pagination {
  gap: 0.25rem;
}

.page-link {
  color: #11518C;
  border: 1px solid #dee2e6;
  transition: all 0.2s ease-in-out;
}

.page-link:hover {
  color: #fff;
  background-color: #11518C;
  border-color: #11518C;
}

.page-item.active .page-link {
  background-color: #11518C;
  border-color: #11518C;
}

/* Welcome Page Styles */
body {
  --primary: #667eea;
  --secondary: #764ba2;
  --accent: #f093fb;
  --dark: #1a1a2e;
  --light: #f8f9fa;
}

/* Navbar Styling */
.navbar {
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.navbar-brand {
  font-size: 1.5rem;
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

.navbar a.btn {
  font-weight: 600;
  transition: all 0.3s ease;
}

/* Navbar Button Styling - Match Hero Buttons */
.navbar .btn-primary {
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
  border: none;
  color: white;
}

.navbar .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
}

.navbar .btn-outline-primary {
  border: 2px solid;
  border-image: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%) 1;
  color: var(--primary);
  background: transparent;
}

.navbar .btn-outline-primary:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
  color: white;
  box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
}

/* Hero Section */
.hero-section {
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  min-height: 85vh;
  display: flex;
  align-items: center;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    radial-gradient(circle at 20% 50%, rgba(255, 147, 251, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(102, 126, 234, 0.1) 0%, transparent 50%);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: white;
}

.hero-content h1 {
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  letter-spacing: -1px;
}

.hero-content .lead {
  font-size: 1.3rem;
  opacity: 0.95;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.btn-hero {
  padding: 12px 30px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.3s ease;
  border: none;
}

.btn-primary-light {
  background: white;
  color: var(--primary);
}

.btn-primary-light:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.btn-outline-light {
  border: 2px solid white;
  color: white;
  background: transparent;
}

.btn-outline-light:hover {
  background: white;
  color: var(--primary);
  transform: translateY(-2px);
}

.btn-outline-light:focus {
  color: white;
  border-color: white;
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}

.btn-register-library:hover {
  border: 2px solid white;
  background: transparent;
  color: white;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

/* Gradient Text */
.text-gradient-primary {
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Features Section */
.features-section {
  padding: 80px 0;
  background: #f8f9fa;
}

.section-title {
  text-align: center;
  margin-bottom: 60px;
}

.section-title h2 {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 1rem;
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.section-title p {
  font-size: 1.1rem;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
}

.feature-card {
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
  padding: 2.5rem;
  border-radius: 12px;
  text-align: center;
  transition: all 0.3s ease;
  border: none;
  height: 100%;
  box-shadow: 0 10px 30px rgba(102, 126, 234, 0.2);
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(102, 126, 234, 0.3);
}

.feature-icon {
  display: none;
}

.feature-card h4 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: white;
}

.feature-card p {
  color: white;
  line-height: 1.6;
}

/* Pricing/Hosting Section */
.hosting-section {
  padding: 80px 0;
  background: white;
}

.hosting-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.hosting-text h2 {
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hosting-text p {
  font-size: 1.05rem;
  color: #666;
  margin-bottom: 1.2rem;
  line-height: 1.7;
}

.hosting-card {
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: white;
  padding: 3rem;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(102, 126, 234, 0.25);
  text-align: center;
}

.hosting-card h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

.feature-list {
  list-style: none;
  margin-bottom: 2.5rem;
}

.feature-list li {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.feature-list i {
  color: var(--accent);
  margin-right: 1rem;
  font-size: 1.2rem;
}

.hosting-card .btn {
  background: white;
  color: var(--primary);
  padding: 12px 30px;
  font-weight: 600;
  border-radius: 8px;
  border: none;
  transition: all 0.3s ease;
}

.hosting-card .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

/* CTA Section */
.cta-section {
  background: linear-gradient(135deg, var(--dark) 0%, #2d2d44 100%);
  padding: 60px 0;
  text-align: center;
  color: white;
}

.cta-section h2 {
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
}

.cta-section p {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  opacity: 0.9;
}

/* Footer */
footer {
  background: #0f0f1e;
  color: #999;
  padding: 40px 0;
  text-align: center;
}

footer p {
  margin: 0;
  font-size: 0.95rem;
}

/* Welcome Page Responsive */
@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 2.2rem;
  }

  .hero-content .lead {
    font-size: 1.05rem;
  }

  .section-title h2 {
    font-size: 2rem;
  }

  .hosting-content {
    grid-template-columns: 1fr;
  }

  .cta-section h2 {
    font-size: 1.8rem;
  }
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in-up {
  animation: fadeInUp 0.6s ease-out;
}

/* Login Submit Button Animation */
.login-submit-btn {
  position: relative;
  overflow: hidden;
}

.login-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(102, 126, 234, 0.4);
}

.login-submit-btn:active {
  transform: translateY(0);
}

/* Logout Button Styling */
.logout-btn {
  background: transparent;
  border: 2px solid #7c3aed;
  color: #7c3aed;
  transition: all 0.3s ease;
  font-weight: 500;
}

.logout-btn:hover {
  background-image: linear-gradient(90deg, #a855f7, #7c3aed);
  background-color: #7c3aed;
  color: white;
  border-color: #a855f7;
}

/* Gradient Primary Background */
.bg-gradient-primary {
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%) !important;
}

.navbar-toggler {
  border: none;
  padding: 0.5rem;
}

.grad-icon-nav {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  border-top: 3px solid #a855f7;
  border-bottom: 3px solid #a855f7;
  background: linear-gradient(to right, #9333ea, #a855f7) center / 100% 3px no-repeat;
  background-position: center;
}