a {
  color: var(--clr-dark) !important;
  text-decoration: none !important;
}

a:hover,
a:focus {
  text-decoration: none !important;
}



#sidebarToggle {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 1100; /* stay above sidebar */
  background-color: #165a92; /* optional: match header color */
  padding: 8px;
  border-radius: 5px;
}
.dashText {
  color: Black;
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
}
.card.testimonial {
  background-color: #09294f; /* Bootstrap blue or your brand color */
  color: white;
}
.accordion-button:not(.collapsed)::after {
  color: white;
}

.white-arrow::after {
  filter: brightness(0) invert(1);
}

.installApp {
  background-color: white;
  color: black;
  border: 2px solid black;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 6px;
  height: auto;
  max-width: 150px;
  float: left;
  cursor: pointer;
  font-weight: bold;
}

html,
body {
  height: auto;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
}
.modal.show {
  display: block !important;
}
/* Optional: Prevent any container from cutting off content */
* {
  max-height: none !important;
}
body {
  background-color: #0a1c38;
  color: white;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
}
.card.testimonial {
  background-color: #09294f; /* Bootstrap blue or your brand color */
  color: white;
}
.accordion-button:not(.collapsed)::after {
  color: white;
}

html {
  background-color: #0a1c38;
}
body {
  color: #fff;
  font-family: "Segoe UI", sans-serif;
}
.pricing-card {
  border-radius: 1rem;
  padding: 2rem;
  background-color: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  color: #000;
}
.pricing-card h3 {
  font-weight: bold;
}
.pricing-price {
  font-size: 1.8rem;
  color: #0d6efd;
  font-weight: 600;
}
.pricing-list {
  list-style: none;
  padding-left: 0;
}
.pricing-list li::before {
  content: "✔️ ";
  color: #0a1c38;
}
.btn-pricing {
  margin-top: 1rem;
  background-color: #0d6efd;
  color: white;
  border-radius: 8px;
}

body {
  font-family: "Segoe UI", sans-serif;
  background-color: #f8f9fa;
}
.hero {
  padding: 60px 0;
  background-color: #ffffff;
}
.hero h1 {
  font-size: 2.8rem;
  font-weight: bold;
  color: #1b365d;
}
.hero p {
  font-size: 1.2rem;
  margin-top: 15px;
  color: #555;
}
.btn-primary {
  margin-top: 25px;
  padding: 12px 30px;
  font-size: 1rem;
  border-radius: 30px;
}
.hero-img img {
  max-width: 100%;
  height: auto;
}
.navbar-brand {
  font-weight: bold;
  color: #1b365d !important;
}
a {
  text-decoration: none !important;
}
.section-title {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.8rem;
  color: black;
}

.section-subtitle {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.2rem;
  color: black;
}

.feature-box {
  background-color: #09294f;
  padding: 1.5rem;
  border-radius: 10px;
  height: 100%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.feature-box i {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  color: #ffffff;
}

.feature-title {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.feature-desc {
  font-size: 0.95rem;
  color: #c9d6e2;
}

.btn-select {
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  transition: all 0.3s ease;
}

.btn-select:hover {
  background-color: #007bff;
  color: white;
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
}

.pricing-card {
  border: 1px solid #dee2e6;
  border-radius: 10px;
  padding: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: #fff;
}

.pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.badge-popular {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffc107;
  color: #212529;
  padding: 5px 15px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 0.9rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.pricing-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.price {
  font-size: 1.5rem;
  color: #0070f3;
  margin-bottom: 20px;
}

.features-list {
  list-style: none;
  padding-left: 0;
  font-size: 15px;
  line-height: 1.6;
  min-height: 270px;
}

.tick {
  color: #00b894;
  font-weight: bold;
  margin-right: 6px;
}

.cross {
  color: #d63031;
  font-weight: bold;
  margin-right: 6px;
}

.btn-select {
  background-color: #0070f3;
  color: #fff;
  font-weight: 600;
  padding: 8px 20px;
  border-radius: 8px;
  border: none;
  transition: background-color 0.3s ease;
}

.btn-select:hover {
  background-color: #005ec2;
}

@media (max-width: 768px) {
  .pricing-card {
    margin: 10px auto;
  }
}

@media (max-width: 991.98px) {
  .navbar-nav {
    text-align: center;
    width: 100%;
  }
  .navbar-nav .nav-item {
    margin: 0.5rem 0;
  }
}

.card.testimonial {
  background-color: #09294f; /* Bootstrap blue or your brand color */
  color: white;
}
.accordion-button:not(.collapsed)::after {
  color: white;
}

.header h1 {
  font-size: 1.5rem;
}
.hero {
  padding: 5rem 1rem 3rem;
  text-align: center;
}
.hero h2 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  font-weight: 600;
}
.hero p {
  font-size: 1.1rem;
  color: #c0cbe0;
  margin-bottom: 2.5rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.btn-primary {
  background-color: #1e66ff;
  border: none;
  padding: 0.75rem 2rem;
  font-size: 1rem;
  border-radius: 8px;
}
.btn-primary:hover {
  background-color: #145ce4;
}
a {
  text-decoration: none !important;
}
.section-title {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.8rem;
}

.section-subtitle {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1rem;
  color: #c9d6e2;
}

.feature-box {
  background-color: #09294f;
  padding: 1.5rem;
  border-radius: 10px;
  height: 100%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.feature-box i {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  color: #ffffff;
}

.feature-title {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.feature-desc {
  font-size: 0.95rem;
  color: #c9d6e2;
}

.sidebar {
  background-color: #09294f;
  color: white;
  height: 100vh;
  padding: 2rem 1rem;
  position: fixed;
  width: 100%;
  max-width: 300px;
  transition: all 0.3s ease;
}

.sidebar.collapsed {
  width: 0;
  padding: 0;
  overflow: hidden;
  transform: translateX(-100%);
}

.sidebar h4 {
  text-align: center;
}
.sidebar a {
  color: white;
  text-decoration: none;
  display: block;
  padding: 1rem 1.5rem;
  border-radius: 0.375rem;
}
.sidebar a.active,
.sidebar a:hover {
  background-color: #09294f;
}
.main-content {
  margin-left: 300px;
  width: 100%;
  padding: 2rem;
  background-color: #f4f6f9;
  min-height: 100vh;
  transition: margin-left 0.3s ease;
}

.sidebar.collapsed ~ .main-content {
  margin-left: 0;
}

.dashboard-header {
  background-color: #165a92;
  color: white;
  padding: 1rem 1.5rem;
  margin-left: -2rem;
  margin-right: -2rem;
  margin-top: -2rem;
  margin-bottom: 15px;
}

.stat-box {
  border-radius: 0.5rem;
  padding: 1rem 1.2rem;
  text-align: left;
  min-height: 100px;
  max-width: 260px;
  width: 100%;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 12px;
}

.stat-number {
  font-size: 2.4rem;
  font-weight: 700;
}

.stat-label {
  font-size: 1.5rem;
  font-weight: 500;
}

.student-table,
.calendar-list {
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 1.5rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.calendar-list ul {
  padding-left: 1rem;
}

.calendar-list li {
  margin-bottom: 0.75rem;
}

.pastel-blue {
  background-color: #cfe2ff;
  color: #0a2f5c;
}

.pastel-green {
  background-color: #d1e7dd;
  color: #1b4b36;
}

.pastel-yellow {
  background-color: #fff3cd;
  color: #5b4d0b;
}

.pastel-red {
  background-color: #f8d7da;
  color: #842029;
}

.modal-footer .btn {
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 6px;
  min-width: 120px;
  vertical-align: middle;
  line-height: 1.2;
  margin-top: 18px;
}

.modal-footer .btn-secondary {
  background-color: #6c757d;
  color: white;
  border: none;
}

.modal-footer .btn-secondary:hover {
  background-color: #5a6268;
}

.no-link-style {
  color: inherit;
  text-decoration: none;
}
@media (max-width: 768px) {
  .sidebar {
    width: 0;
    padding: 0;
    overflow: hidden;
    transform: translateX(-100%);
  }

  .sidebar:not(.collapsed) {
    width: 240px;
    transform: translateX(0%);
  }

  .main-content {
    margin-left: 0 !important;
  }

  #layoutWrapper.sidebar-collapsed .main-content {
    margin-left: 0 !important;
  }
}

.signup-card {
  background-color: #fff;
  padding: 2rem; /* reduced from 2.5rem */
  border-radius: 0.75rem; /* slightly tighter corners */
  width: 100%;
  max-width: 340px; /* reduced from 400px */
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08); /* a softer shadow */
  text-align: center;
}

.signup-card h1 {
  font-size: 1.75rem; /* slightly smaller */
  font-weight: 700;
  color: #09294f;
}

.signup-card h3 {
  margin-bottom: 1.2rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: #222;
}

.form-control {
  margin-bottom: 0.8rem;
  border-radius: 0.4rem;
  padding: 0.6rem 0.75rem;
  font-size: 0.95rem;
}

.btn-signup {
  background-color: #1f4c83;
  color: #fff;
  font-weight: 600;
  padding: 0.65rem;
  border-radius: 0.4rem;
  width: 100%;
  font-size: 0.95rem;
  border: none;
}

.btn-signup:hover {
  background-color: #173b68;
}

.btn-normal {
  background-color: #1e66ff;
  color: #fff;
  font-weight: 400;
  padding: 0.65rem;
  border-radius: 0.4rem;
  width: 100%;
  font-size: 0.95rem;
  border: none;
}

.login-link {
  margin-top: 0.8rem;
  display: block;
  font-size: 0.9rem;
}

.card {
  border: none;
  border-radius: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.metric {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.metric i {
  font-size: 2rem;
}
.chart-placeholder,
.table-placeholder {
  background: #fff;
  border-radius: 1rem;
  padding: 1rem;
  height: 300px;
}
.table-placeholder {
  height: auto;
}

.dashboard-header {
  padding-left: 3rem !important; /* add space for hamburger */
}

.profile-pic-wrapper .upload-label,
.overlay-icon {
  z-index: 900; /* below sidebar */
}
.sidebar {
  z-index: 1000;
}
.profile-pic-wrapper {
  position: relative;
  width: 200px;
  height: 200px;
}

.banner-wrapper {
  position: relative;
  width: 100%;
  height: auto;
}

.banner-wrapper img {
  width: 100%;
  max-height: 250px;
  object-fit: cover;
  border: 2px solid #ccc;
}

.profile-pic-wrapper img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #ccc;
}

.overlay-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease;
}

#cropperImage {
  width: 100%;
  height: 60vh; /* Make it take most of the viewport height */
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.modal-body {
  padding: 1rem;
  max-height: 90vh;
  overflow-y: auto;
}

.profile-pic-wrapper:hover .overlay-icon {
  opacity: 1;
}

.profile-pic-wrapper input[type="file"] {
  display: none;
}

.upload-label {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #165a92;
  color: white;
  border-radius: 50%;
  padding: 6px 8px;
  cursor: pointer;
  border: 2px solid white;
}

.upload-label i {
  font-size: 16px;
}
.login-link {
  margin-top: 0.8rem;
  display: block;
  font-size: 0.9rem;
}
