/* ==========================================
   ACADEMIA AETERNUM - MASTER STYLESHEET
   Cleaned & Optimized Version
   ========================================== */

/* ==========================================
   1. UTILITY CLASSES
   ========================================== */

.head-para {
  color: blueviolet;
}

.footer-margin-top {
  margin-top: 50px;
}

.marginttopminus {
  margin-top: 10rem;
}

.margin-top {
  margin-top: 17rem;
}

@media (max-width: 967px) {
  .margin-top {
    margin-top: 5rem;
  }
}

.margintop2 {
  margin-top: 3rem;
}

.margin-top-1rem {
  margin-top: 1rem;
}

.roman {
  list-style-type: lower-roman;
}

.mainheading {
  margin-top: -48rem;
  margin-left: 35rem;
  margin-bottom: 11em;
  color: orangered;
}

.maincontainer {
  margin-top: -25rem;
}

.mathsHead {
  margin-top: -27rem;
  margin-left: 30rem;
  color: red;
  margin-bottom: 10rem;
}

.aboutus {
  margin-top: -4rem;
}

.aboutusp {
  font-size: 2.3rem;
  text-align: center;
  font-weight: bold;
  color: blueviolet;
}

.blogHead {
  margin-top: 4rem;
}

/* ==========================================
   2. CONTAINER & LAYOUT
   ========================================== */

.postContainer {
  padding: 10px;
  font-family: "cursive";
  height: 625px;
  overflow-y: scroll;
}

.image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}

.content-form {
  min-height: 350px;
  max-height: 600px;
  overflow-y: auto;
}

.mathjax-container {
  overflow-x: auto;
  white-space: normal;
  max-width: 100%;
}

/* ==========================================
   3. TYPOGRAPHY & TEXT EFFECTS
   ========================================== */

.highlight {
  color: tomato;
  font-weight: bold;
  font-style: italic;
}

.anchortag {
  color: aqua;
}

.unlocking {
  color: aqua;
}

@media only screen and (max-width: 992px) {
  .unlocking {
    color: blue;
  }
}

.text-gradient {
  background: linear-gradient(45deg, #ff4b2b, #ff416c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ==========================================
   4. NEON TEXT & EFFECTS
   ========================================== */

.neon-text {
  color: #fff;
  text-shadow:
    0 0 5px #00f7ff,
    0 0 10px #00f7ff,
    0 0 20px #00f7ff,
    0 0 40px #0ff,
    0 0 80px #0ff;
  background: transparent;
  font-weight: bold;
  letter-spacing: 1px;
  font-family: 'Orbitron', 'Arial', sans-serif;
}

.neon-title {
  font-family: 'Orbitron', 'Roboto', sans-serif;
  font-size: 1.35rem;
  font-weight: bold;
  background: linear-gradient(45deg, #59f6ff, #a832eb 85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 12px #59f6ff80, 0 0 4px #a832eb80;
  margin-bottom: 0.5rem;
}

.neon-type {
  color: #59f6ff;
  font-weight: bold;
  letter-spacing: 0.04em;
}

.neon-meta {
  color: #a4b2e6;
  font-size: 0.9rem;
}

.neon-desc {
  color: #e7f4f8;
  background: none;
  font-size: 1.08rem;
  font-weight: 400;
  line-height: 1.7;
}

/* ==========================================
   5. NEON CARDS & CONTAINERS
   ========================================== */

.neon-card {
  background: linear-gradient(130deg, #1b263b 0%, #252a4a 100%);
  box-shadow: 0 0 32px 0 #59f6ff80, 0 6px 24px -10px #a832eba0;
  border-radius: 1.5rem;
  border: 2px solid #59f6ff80;
  color: #fff;
  margin-bottom: 2rem;
  transition: box-shadow 0.2s, border-color 0.2s;
}

.neon-card:hover {
  box-shadow: 0 0 48px 12px #00ffd8bb, 0 8px 32px -6px #a832ebbb;
  border-color: #a832ebcc;
}

.neon-img {
  border-radius: 1rem;
  box-shadow: 0 0 24px #ac25ff99;
  width: 96px;
  height: 96px;
  object-fit: cover;
  background: #2a184b;
  margin-right: 1.5rem;
}

.neon-link {
  text-decoration: none;
  transition: box-shadow 0.2s;
  display: block;
  color: #00ffff !important;
  text-shadow: 0 0 6px rgba(0, 255, 255, 0.6);
}

.neon-link:hover {
  box-shadow: 0 0 24px #59f6ff90;
  text-decoration: underline;
  text-shadow: 0 0 14px rgba(0, 255, 255, 0.9);
}

/* ==========================================
   6. NEON SECTION & BLOG CARDS
   ========================================== */

.neon-section {
  background: radial-gradient(circle at top left, #0f172a, #000);
  border-radius: 1rem;
  padding: 2rem 1rem;
  margin: 2rem auto;
  max-width: 1200px;
  box-shadow: 0 0 30px rgba(0, 255, 255, 0.05);
}

.hover-card {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(0, 255, 255, 0.1);
  border-radius: 1rem;
  transition: transform 0.25s ease, box-shadow 0.4s ease, border-color 0.4s ease;
  color: #e5e5e5;
}

.hover-card:hover {
  transform: translateY(-8px) scale(1.01);
  border-color: rgba(0, 255, 255, 0.5);
  box-shadow: 0 0 25px rgba(0, 255, 255, 0.2);
}

.hover-card h3, 
.hover-card p, 
.hover-card strong {
  color: #e8e8e8;
}

.hover-card .text-muted {
  color: rgba(200, 200, 200, 0.7) !important;
}

.row.neon-row {
  row-gap: 2rem;
}

.card.h-100 {
  flex: 1;
}

.blog-card:hover {
  transform: translateY(-8px);
  transition: all 0.3s ease-in-out;
}

/* ==========================================
   7. BUTTONS
   ========================================== */

.neon-btn {
  color: #fff;
  background-color: #1e1e5a;
  border: 1px solid #00f7ff;
  box-shadow: 0 0 8px #00f7ff, 0 0 2px #00f7ff inset;
  text-shadow: 0 0 6px #00f7ff;
  transition: box-shadow 0.3s, border-color 0.3s, background 0.3s;
  font-weight: 600;
  border-radius: 40px;
  padding: 0.38em 1.6em;
  letter-spacing: 0.04em;
  font-size: 1.07rem;
}

.neon-btn:hover,
.neon-btn:focus {
  background-color: #00f7ff;
  color: #212121 !important;
  box-shadow: 0 0 16px #00f7ff, 0 0 6px #00f7ff inset;
  border-color: #fff;
  transform: scale(1.04);
}

.btn-bottom-rounded {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0.35rem !important;
  border-bottom-right-radius: 0.35rem !important;
}

/* ==========================================
   8. NEON FOOTER
   ========================================== */

.neon-footer {
  background-color: #222244 !important;
  box-shadow: 0 0 18px #00f7ff, 0 0 6px #00f7ff inset;
}

/* ==========================================
   9. FAQ SECTION
   ========================================== */

        /* --- Modern FAQ Styles --- */
.faq-section {
    max-width: 900px;
    margin: auto;
    background: #16181d;
    background-color: #15161a;
    border-radius: 1rem;
    box-shadow: 0 0 60px #00ffe7, 0 0 25px #00ffe7 inset;
    color: #e0e0e0;
    padding: 2rem;
    
}
.faq-title {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    background: linear-gradient(90deg, #007bff, #6610f2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.accordion-header {
            border-radius: 14px;
}

.accordion-item {
    background: rgba(24,28,42,.96);
    border: none;
    border-radius: 14px;
    box-shadow: 0 0 11px #03ffe0, 0 0 1px #212121 inset;
}

.accordion-button {
    background: linear-gradient(90deg, #182748 92%, #08fff7 100%);
    color: #32ffff;
    font-weight: 600;
    font-size: 1.11rem;
    outline: none;
    border: none;
    border-radius: 14px 14px 0 0;
    box-shadow: 0 0 6px #65fff0;
    transition: background 0.2s, color 0.2s;
}
.accordion-button:hover, 
.accordion-button:focus {
    color: #00fcff !important; /* Neon cyan for vivid contrast */
    background: linear-gradient(90deg,#102649 75%,#0fffc1 100%);
    font-size: 1.17rem;
    font-weight: 800;
    text-shadow:
        0 0 14px #00fcff,
        0 0 22px #fff,
        0 0 8px #57ffe2,
        3px 3px 26px #00fff7;
    box-shadow: 0 0 16px #21e8ff, 0 0 5px #00fff7 inset;
    border-radius: 10px;
    outline: 2.5px solid #00ffe9;
    outline-offset: 0px;
    transition: 
        color 0.18s, background 0.19s, font-size 0.12s,
        box-shadow 0.21s, text-shadow 0.22s, outline 0.13s,
        font-weight 0.13s, border-radius 0.10s;
}

}
.accordion-button:not(.collapsed) {
    background: #0376a4;
    color: #fcf477;
    text-shadow: 0 0 15px #fcf47799;
}
.accordion-body {
    background: rgba(21,19,39,.95);
    color: #fffbe8;
    border-radius: 0 0 14px 14px;
    font-size: 1.01rem;
    box-shadow: 0 0 5px #64ffda inset;
}

/* --- Corrected badge + text alignment --- */
.faq-question {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    font-size: 1rem;
}

.faq-text:hover,
.faq-question:hover .faq-text {
    color: #00fcff; /* Intense neon cyan for distinct contrast */
    background: rgba(0,38,95,0.85); /* Rich blue neon background */
    font-size: 1.15rem;
    font-weight: 800;
    text-shadow:
        0 0 14px #00fcff,
        0 0 18px #fff,
        0 0 4px #57ffe2,
        2px 2px 18px #25dde4;
    box-shadow: 0 0 12px #21e8ff, 0 0 4px #00fff7 inset;
    border-radius: 8px;
    outline: 2px solid #00ffe9;
    outline-offset: 2px;
    letter-spacing: 0.6px;
    padding: 0.20em 0.7em;
    transition: 
        color 0.18s,
        background 0.15s,
        font-size 0.1s,
        box-shadow 0.15s,
        text-shadow 0.20s,
        outline 0.12s,
        font-weight 0.1s,
        letter-spacing 0.08s,
        border-radius 0.12s,
        padding 0.11s;
}

.faq-number {
    background: #25dde4;
    color: #181828;
    border-radius: 50%;
    padding: 0.35rem 0.85rem;
    font-weight: 900;
    box-shadow: 0 0 8px #3efffa, 0 0 3px #181829 inset;
    margin-right: 0.7rem;
}

.faq-section ::-webkit-scrollbar {
    width: 8px;
}
.faq-section ::-webkit-scrollbar-thumb {
    background: #08fff7;
    border-radius: 16px;
}
.faq-section ::-webkit-scrollbar-track {
    background: #252548;
}

/* ==========================================
   10. LISTS & LIST GROUPS
   ========================================== */

ul.list-group {
  background: rgba(40, 40, 60, 0.6);
  border-radius: 18px;
  padding: 1.5em 1em;
  box-shadow: 0 6px 28px rgba(58, 140, 255, 0.15), 0 0 16px 4px #0ff, 0 0 20px 8px #0ff5;
  border: 2px solid #00eaff;
  position: relative;
}

ul.list-group:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 16px;
  background: linear-gradient(110deg, #c471f5 10%, #12c2e9 80%);
  filter: blur(12px);
  opacity: 0.18;
  z-index: 0;
  pointer-events: none;
}

li.list-group-item {
  background: rgba(32, 39, 75, 0.96);
  color: #f7fbff;
  border-radius: 10px;
  margin-bottom: 12px;
  box-shadow: 0 3px 14px 0px #26fff761, 0 0 7px 1px #eb2fff24;
  border: 1.5px solid #6ce3ffa2;
  text-shadow: 0 1px 5px #fff3, 0 0 2px #00fff984;
  font-weight: 400;
  font-size: .80rem;
  letter-spacing: 0.01em;
  line-height: 1.3;
  position: relative;
  overflow: hidden;
  padding: 10px 20px;
}

li.list-group-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.05) 100%);
  opacity: 0.32;
  pointer-events: none;
}

/* ==========================================
   11. TABLES
   ========================================== */

.neon-table-wrapper {
  background: rgba(24, 25, 50, 0.86);
  border-radius: 22px;
  box-shadow: 0 6px 30px 3px #13ffec33, 0 0 24px 3px #8f00ffcc;
  padding: 2em 1em;
  margin: 2em auto;
  max-width: 860px;
  position: relative;
  overflow-x: auto;
}

.neon-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: linear-gradient(120deg, #182748 60%, #23b0ea 100%);
  color: #dcf9ff;
  font-family: 'Segoe UI', Arial, sans-serif;
  font-size: 1.15em;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}

.neon-table thead th {
  background: linear-gradient(90deg, #00fff0, #f471ff);
  color: #15172c;
  text-shadow: 0 0 8px #9ff, 0 0 15px #f0f, 0 1px 2px #fff7;
  padding: 1em 0.5em;
  font-weight: bold;
  border-top: 0;
  border-bottom: 2.5px solid #f471ffcc;
}

.neon-table tbody tr {
  transition: background 0.3s;
}

.neon-table tbody tr:hover {
  background: rgba(71, 255, 242, 0.12);
}

.neon-table td {
  padding: 0.9em 0.6em;
  border-bottom: 1.5px solid #06faff66;
  position: relative;
  z-index: 2;
  background: linear-gradient(90deg, rgba(73, 46, 147, 0.41) 0%, rgba(10, 52, 94, 0.27) 100%);
  text-shadow: 0 0 5px #fff3, 0 0 8px #18fcff44;
}

.neon-table tbody tr:last-child td {
  border-bottom: none;
}

.neon-table th,
.neon-table td {
  border-right: 1.5px solid #13e8f15a;
}

.neon-table th:last-child,
.neon-table td:last-child {
  border-right: none;
}

.neon-table-wrapper:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 10px;
  right: 10px;
  height: 16px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.42) 5%, rgba(0, 255, 255, 0.09) 95%);
  border-radius: 10px 10px 50% 50%/12px 12px 20px 20px;
  opacity: 0.44;
  z-index: 10;
  pointer-events: none;
  filter: blur(1.6px);
}

/* ==========================================
   12. IMAGES & MEDIA
   ========================================== */

.neon-glossy-img {
  position: relative;
  display: inline-block;
  filter: brightness(1.07) contrast(1.1);
  border-radius: 10px;
  box-shadow:
    0 2px 12px rgba(0, 255, 255, 0.08),
    0 0 8px rgba(0, 255, 255, 0.12);
}

.neon-glossy-img::after {
  content: '';
  position: absolute;
  top: 15%;
  left: 15%;
  width: 60%;
  height: 30%;
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 80%);
  border-radius: 50%;
  pointer-events: none;
}

.card-img-top {
  height: 200px;
  object-fit: cover;
}

@media (max-width: 576px) {
  .card-img-top {
    height: 150px;
  }
}

.object-fit-cover {
  object-fit: cover;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

@media (max-width: 767px) {
  .object-fit-cover {
    border-radius: 0 0 1rem 1rem;
  }
}

.zoom:hover {
  transition: scale(1.5);
}

/* ==========================================
   13. VIDEO CONTAINER
   ========================================== */

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background: #000;
  border-radius: 10px;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ==========================================
   14. CARDS & CARD HEADERS
   ========================================== */

body {
  background: #181e2b;
  color: #fff;
  font-family: 'Roboto', Arial, sans-serif;
}

.card {
  background: rgba(25, 28, 39, 0.93);
  border: none;
  border-radius: 1.2rem;
  box-shadow: 0 0 30px 4px #00ffd5, 0 0 30px 0 #073fff;
  transition: box-shadow 0.3s;
}

.card:hover {
  box-shadow: 0 0 40px 10px #00ffd5, 0 0 50px 6px #ff26a1, 0 0 12px #fff;
}

.card-header {
  background: transparent !important;
  text-align: center;
  border-bottom: none;
}

.card-header h4 {
  color: #fff;
  font-weight: 900;
  font-size: 1.6rem;
  text-shadow: 0 0 8px #00fff7, 0 0 15px #61e7ff, 0 0 4px #fff;
  letter-spacing: 2px;
}

.card-body {
  color: #e4f1fd;
  text-shadow: 0 1px 4px #00ffd533, 0 1px 2px #fff2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-text.excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 3em;
}

/* Card Header Color Variants */
.card-header.bg-primary h4 {
  background: linear-gradient(92deg, #007bff 60%, #45f2ff 100%);
  box-shadow: 0 0 14px 2px #007bff77, 0 1px 22px 2px #45f2ff55;
  border-radius: 0.7rem;
  padding: 0.45em 1em;
  color: #fff;
  width: 100%;
  margin: 0;
  text-align: left;
  position: relative;
  display: block;
}

.card-header.bg-secondary h4 {
  background: linear-gradient(94deg, #6c757d 60%, #ecb3ff 100%);
  box-shadow: 0 0 14px 2px #6c757d66, 0 1px 20px 2px #b97eff55;
  border-radius: 0.7rem;
  padding: 0.45em 1em;
  color: #fff;
  width: 100%;
  margin: 0;
  text-align: left;
  position: relative;
  display: block;
}

.card-header.bg-success h4 {
  background: linear-gradient(92deg, #28a745 60%, #90ffcd 100%);
  box-shadow: 0 0 14px 2px #28a74566, 0 1px 20px 2px #90ffcd55;
  border-radius: 0.7rem;
  padding: 0.45em 1em;
  color: #fff;
  width: 100%;
  margin: 0;
  text-align: left;
  position: relative;
  display: block;
}

.card-header.bg-danger h4 {
  background: linear-gradient(91deg, #dc3545 58%, #ff89b0 100%);
  box-shadow: 0 0 14px 2px #dc354577, 0 1px 20px 2px #ff89b077;
  border-radius: 0.7rem;
  padding: 0.45em 1em;
  color: #fff;
  width: 100%;
  margin: 0;
  text-align: left;
  position: relative;
  display: block;
}

.card-header.bg-warning h4 {
  background: linear-gradient(92deg, #ffc107 60%, #fff7b2 100%);
  box-shadow: 0 0 14px 2px #ffc10799, 0 1px 22px 2px #fff7b277;
  border-radius: 0.7rem;
  padding: 0.45em 1em;
  color: #333;
  width: 100%;
  margin: 0;
  text-align: left;
  position: relative;
  display: block;
}

.card-header.bg-info h4 {
  background: linear-gradient(91deg, #17a2b8 60%, #11e6ff 100%);
  box-shadow: 0 0 14px 2px #17a2b888, 0 1px 20px 2px #11e6ff88;
  border-radius: 0.7rem;
  padding: 0.45em 1em;
  color: #fff;
  width: 100%;
  margin: 0;
  text-align: left;
  position: relative;
  display: block;
}

.card-header.bg-light h4 {
  background: linear-gradient(95deg, #f8f9fa 75%, #fff 105%);
  box-shadow: 0 0 10px 2px #efefef77, 0 1.5px 8px 2px #fff5;
  border-radius: 0.7rem;
  padding: 0.45em 1em;
  color: #333;
  width: 100%;
  margin: 0;
  text-align: left;
  position: relative;
  display: block;
}

.card-header.bg-dark h4 {
  background: linear-gradient(92deg, #343a40 60%, #999da2 105%);
  box-shadow: 0 0 14px 2px #343a4088, 0 1px 22px 2px #999da255;
  border-radius: 0.7rem;
  padding: 0.45em 1em;
  color: #fff;
  width: 100%;
  margin: 0;
  text-align: left;
  position: relative;
  display: block;
}

/* Card Header Text Shadows */
.card-header.bg-primary,
.card-header.bg-primary * {
  text-shadow: 0 0 8px #14ffe9, 0 0 14px #0bbad8;
}

.card-header.bg-secondary,
.card-header.bg-secondary * {
  text-shadow: 0 0 8px #a3fffa, 0 0 14px #16ccc1;
}

.card-header.bg-success,
.card-header.bg-success * {
  text-shadow: 0 0 8px #53ff00, 0 0 14px #a3ffae;
}

.card-header.bg-info,
.card-header.bg-info * {
  text-shadow: 0 0 8px #00ffe7, 0 0 14px #53ecff;
}

.card-header.bg-warning,
.card-header.bg-warning * {
  text-shadow: 0 0 8px #fff200, 0 0 14px #ffe484;
  color: #222 !important;
}

.card-header.bg-danger,
.card-header.bg-danger * {
  text-shadow: 0 0 8px #ff2562, 0 0 14px #ffe6ef;
}

.card-header.bg-dark,
.card-header.bg-dark * {
  text-shadow: 0 0 8px #bdbdbd, 0 0 14px #fff;
}

/* ==========================================
   15. FORMS & INPUTS
   ========================================== */

.labelClass {
  margin-right: 50px;
}

.chkClass {
  margin-right: 10px;
}

.form-check-input[type="radio"] {
  width: 1.22em;
  height: 1.22em;
  border-radius: 50%;
  border: 2px solid #8fd5d6;
  background: #f7fefd;
  appearance: none;
  position: relative;
  transition: border-color 0.2s;
  margin-right: 0.25em;
}

.form-check-input[type="radio"]:checked {
  border-color: #139f9c !important;
  background-color: #e0fffa !important;
}

.form-check-input[type="radio"]:checked::after {
  content: '';
  display: block;
  width: 0.67em;
  height: 0.67em;
  border-radius: 50%;
  background: #009e77;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.form-check-input {
  accent-color: #009e77;
  border-width: 2px;
  background: #f7fefd;
  box-shadow: none;
}

.form-check-label {
  color: #154d56 !important;
  font-size: 1.08rem;
  letter-spacing: 0.01rem;
}

/* ==========================================
   16. QUIZ & RESULT STYLES
   ========================================== */

.correct-answer {
  background-color: #28a745;
  color: white;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 4px;
}

.question {
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.correct {
  color: green;
  font-weight: bold;
}

.incorrect {
  color: red;
  font-weight: bold;
}

.unattempted {
  color: orange;
  font-weight: bold;
}

.score {
  font-size: 18px;
  margin-top: 20px;
  padding: 10px;
  background: #f4f6f7;
  border-radius: 5px;
}

/* ==========================================
   17. HORIZONTAL RULES
   ========================================== */

hr.dotted {
  border-color: blue;
  border-width: 3px;
  border-style: dotted;
}

hr.border-secondary {
  border-top: 1px solid #cbe7e6;
  opacity: 1;
}

/* ==========================================
   18. ANIMATIONS
   ========================================== */

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.blinking-text {
  animation: blink 1s infinite;
}

/* ==========================================
   19. BLOG STYLES
   ========================================== */

.blog-header-logo {
  font-family: Amiri, Georgia, "Times New Roman", serif;
  font-size: 2.25rem;
}

.blog-header-logo:hover {
  text-decoration: none;
}

.flex-auto {
  flex: 0 0 auto;
}

.h-250 {
  height: 250px;
}

@media (min-width: 768px) {
  .h-md-250 {
    height: 250px;
  }
}

.blog-pagination {
  margin-bottom: 4rem;
}

.blog-post {
  margin-bottom: 4rem;
}

.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #727272;
}

/* ==========================================
   20. BOOTSTRAP OVERRIDES
   ========================================== */

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.b-example-divider {
  width: 100%;
  height: 3rem;
  background-color: #0000001a;
  border: solid rgba(0, 0, 0, 0.15);
  border-width: 1px 0;
  box-shadow:
    inset 0 0.5em 1.5em #0000001a,
    inset 0 0.125em 0.5em #00000026;
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -0.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
  --bd-violet-bg: #712cf9;
  --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bd-violet-bg);
  --bs-btn-border-color: var(--bd-violet-bg);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #6528e0;
  --bs-btn-hover-border-color: #6528e0;
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #5a23c8;
  --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
  z-index: 1500;
}

.bd-mode-toggle .bi {
  width: 1em;
  height: 1em;
}

.bd-mode-toggle .dropdown-menu .active .bi {
  display: block !important;
}

/*sticky-top IMAGES*/

    /* Ensures sticky works across all browsers */
    .always-sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 11;
    }

    /* Optionally add a background and padding for better visibility on mobile */
    @media (max-width: 767.98px) {
        .always-sticky {
            background: #0d6efd;
            /* matches Bootstrap primary */
            padding-top: 0.5rem;
            padding-bottom: 0.5rem;
        }
    }

/* ==========================================
   END OF STYLESHEET
   ========================================== */
