body {
  background-color: #F1F5F9;
  color: #0F172A;
}

/* ===== TOP MOVING TEXT ===== */
.top-bar {
  background: linear-gradient(90deg, #163220e0, #06B6D4);
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
}

.moving-text {
  display: inline-block;
  padding-left: 100%;
  font-weight: 600;
  letter-spacing: 1px;
  animation: scrollText 14s linear infinite;
}

.imagelogo {
  height: 70px;
  border-radius: 10px;
}

@keyframes scrollText {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

/* ===== NAVBAR ===== */
.navbar {
  background: #151f31 !important;
}

.navbar-brand {
  color: #6366F1 !important;
}

.nav-link {
  color: #CBD5E1 !important;
  position: relative;
}

.nav-link:hover {
  color: #06B6D4 !important;
}

/* ===== SEARCH ===== */
.form-control {
  border-radius: 30px;
}

.btn-outline-light {
  border-radius: 30px;
  border-color: #06B6D4;
  color: #06B6D4;
}

.btn-outline-light:hover {
  background: #06B6D4;
  color: #fff;
}

/* ===== CATEGORY CARD ===== */
.category-card {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  border-radius: 18px;
  border: none;
  transition: 0.4s ease;
  cursor: pointer;
}

.category-card:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.category-card i {
  transition: 0.4s;
}

.category-card:hover i {
  transform: scale(1.2) rotate(5deg);
}

/* ===== SECTION HEADINGS ===== */
h2,
h4 {
  color: #1E293B;
}

/* ===== FOOTER ===== */
footer {
  background: linear-gradient(135deg, #1E293B, #0F172A);
  color: #E5E7EB;
}

footer h4,
footer h5 {
  color: #6366F1;
}

footer a {
  color: #CBD5E1;
  text-decoration: none;
  transition: 0.3s;
}

footer a:hover {
  color: #06B6D4;
  padding-left: 6px;
}

.btn-primary {
  background: linear-gradient(90deg, #6366F1, #06B6D4);
  border: none;
  border-radius: 30px;
}

.btn-primary:hover {
  opacity: 0.9;
}

/* Glass Card */
.glass-card {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* LEFT POST NAV */
.history-nav li {
  margin-bottom: 8px;
}

.history-nav a {
  display: block;
  padding: 10px 14px;
  border-radius: 10px;
  font-weight: 500;
  color: #333;
  transition: all 0.3s ease;
}

.history-nav a:hover {
  background: #f0f4ff;
  color: #0d6efd;
}

.history-nav a.active {
  background: linear-gradient(135deg, #0d6efd, #5a8dee);
  color: #fff;
  box-shadow: 0 8px 20px rgba(13, 110, 253, 0.3);
}

/* ARTICLE */
.article h3 {
  font-weight: 700;
  margin-bottom: 15px;
}

.article img {
  max-height: 350px;
  object-fit: cover;
}

/* Smooth fade */
.post-content {
  animation: fadeSlide 0.4s ease;
}

@keyframes fadeSlide {
  from {
    opacity: 0;
    transform: translateY(15px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* RIGHT CATEGORY */
.category-advanced li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 14px;
  border-radius: 10px;
  color: #333;
  transition: 0.3s;
}

.category-advanced li a:hover {
  background: #f7f9ff;
  color: #0d6efd;
}

/* Mobile */
@media (max-width: 991px) {
  .sticky-top {
    position: relative !important;
    top: auto !important;
  }
}

.categoryimage {
  width: 20%;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}


/* ===============Desktop Bammer================ */
.banner-slider {
  position: relative;
}

.banner-carousel .item {
  position: relative;
}

.banner-carousel img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

/* Overlay Content */
.banner-content {
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 25%;
  color: #fff;
  /* max-width: 500px; */
}

.banner-content h2 {
  font-size: 48px;
  font-weight: 700;
}

.banner-content p {
  font-size: 18px;
}

/* Dark overlay */
.banner-carousel .item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}

/* Mobile */
@media (max-width: 768px) {
  .banner-carousel img {
    height: 350px;
  }

  .banner-content {
    left: 5%;
    bottom: 15%;
  }

  .banner-content h2 {
    font-size: 28px;
  }

  .banner-content p {
    font-size: 14px;
  }
}

.owl-nav span {
  font-size: 50px;
  color: #fff;
}

.owl-nav button {
  position: absolute;
  top: 45%;
}

.owl-prev {
  left: 20px;
}

.owl-next {
  right: 20px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 25px;
  margin: 5px;
  padding: 4px 7px;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  background: linear-gradient(135deg, #0d6efd, #1e3c72);
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: linear-gradient(135deg, #0d6efd, #1e3c72);
  color: #FFF;
  text-decoration: none;
}

.owl-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
}


/* ============= about css============= */

.about-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 90px 20px;
  position: relative;
  overflow: hidden;
  height: 200px;
}

/* Dark overlay for text readability */
.about-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 0;
}

/* Text above overlay */
.about-bg h2,
.about-bg p {
  position: relative;
  z-index: 1;
  color: #fff;


}

.about-bg h2 {
  font-size: 42px;
  font-weight: 800;
  margin-top: -32px;
}

.about-bg p {
  font-size: 18px;
  opacity: 0.9;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .about-bg {
    padding: 60px 15px;
  }

  .about-bg h2 {
    font-size: 28px;
    margin-top: 10px;
  }

  .about-bg p {
    font-size: 14px;
  }
}

/* ============== map location css ================= */

.map-container {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}


/* ================= SEARCH PAGE ================= */

.search-page {
  padding: 60px 0;
}

/* Breadcrumb Header */
.beard-head {
  background: linear-gradient(135deg, #0d6efd, #1e3c72);
  padding: 60px 0;
  color: #fff;
}

.beard-head h1 {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 10px;
}

.beard-head ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.beard-head a {
  color: #fff;
  opacity: 0.85;
  text-decoration: none;
}

.beard-head a:hover {
  opacity: 1;
  text-decoration: underline;
}

/* Search Result Card */
.testibox {
  background: #fff;
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border-left: 5px solid #0d6efd;
}

.testibox:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

/* Title */
.testi_info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0;
}

.testi_info h3 a {
  color: #222;
  text-decoration: none;
}

.testi_info h3 a:hover {
  color: #0d6efd;
}

span.searchtead {
  color: #e3d739;
}

/* No result message */
.search-page p {
  font-size: 16px;
  color: #666;
}

/* Mobile */
@media (max-width: 768px) {
  .beard-head h1 {
    font-size: 26px;
  }

  .testibox {
    padding: 18px;
  }

  .testi_info h3 {
    font-size: 18px;
  }
}

/* ===========  G Translate ==============*/
select.gt_selector.notranslate {
  background: linear-gradient(135deg, #0d6efd, #1e3c72);
  padding: 7px;
  border-radius: 20px;
  margin-right: 10px;
}


/* ================= tore and travle ============ */
/* SECTION */
.tore-travel {
  padding: 2px 0;
}

/* CARD */
.tore-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  height: 300px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

/* IMAGE */
.tore-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

/* HOVER EFFECT */
.tore-card:hover img {
  transform: scale(1.1);
}

/* OVERLAY */
.tore-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, .85), rgba(0, 0, 0, .2));
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
}

/* TITLE */
.tore-overlay h3 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
}

/* BUTTON */
.tore-btn {
  display: inline-block;
  background: linear-gradient(135deg, #0d6efd, #1e3c72);
  color: #fff;
  padding: 8px 18px;
  font-size: 14px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.tore-btn:hover {
  background: linear-gradient(135deg, #ff6b00, #1e3c72);
  color: #fff;
}

/* ============================= */
/* OWL NAV UPDATED */
/* ============================= */

.banner-tore .owl-nav {
  position: absolute;
  top: -55px;
  right: 0;
}

/* PREV & NEXT BUTTON */
.owl-prev-tore,
.owl-next-tore {
  font-size: 28px;
  background: #000;
  color: #fff;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  margin-left: 10px;
  transition: all 0.3s ease;
}

/* HOVER EFFECT */
.owl-prev-tore:hover,
.owl-next-tore:hover {
  background: #ff6b00;
}

/* REMOVE FOCUS OUTLINE */
.owl-carousel .owl-nav button:focus {
  outline: none;
}

/* MOBILE FIX */
@media (max-width: 767px) {
  .banner-tore .owl-nav {
    top: -45px;
  }
}


/* ========== tore and travle card =============== */

/* MODERN CARD */
.modern-card {
  position: relative;
  height: 320px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
  transition: transform .4s ease, box-shadow .4s ease;
  background: #000;
}

/* IMAGE */
.modern-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

/* OVERLAY */
.modern-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, .85), rgba(0, 0, 0, .2));
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
}

/* TITLE */
.modern-overlay h5 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 6px;
}

/* READ MORE */
.read-more {
  color: #f8f9fa;
  font-size: 14px;
  opacity: 0.85;
}

/* HOVER EFFECTS */
.modern-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.25);
}

.modern-card:hover img {
  transform: scale(1.12);
}

/* MOBILE OPTIMIZATION */
@media (max-width: 576px) {
  .modern-card {
    height: 260px;
  }
}


/* =========== tab manu css ====================*/

/* ============================= */
/* MENU CONTAINER */
/* ============================= */
.tore-menu {
  background: #151f31 !important;
  padding: 10px;
  border-radius: 12px;

  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

/* REMOVE LIST STYLE */
.tore-menu li {
  list-style: none;
}

/* LINKS */
.tore-menu li a {
  background: linear-gradient(135deg, #0d6efd, #1e3c72);
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 30px;
  padding: 10px 22px;
  font-weight: 500;
  white-space: nowrap;
  display: inline-block;
  transition: all 0.3s ease;
}

/* ACTIVE */
.tore-menu .current-menu-item a {
  box-shadow: 0 6px 16px rgba(13, 110, 253, 0.4);
}

/* HOVER */
.tore-menu li a:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(13, 110, 253, 0.5);
  color: #fff;
}

/* ============================= */
/* MOBILE IMPROVEMENTS */
/* ============================= */
@media (max-width: 767px) {

  /* Horizontal scroll instead of breaking */
  .tore-menu {
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
    scrollbar-width: none;
    /* Firefox */
  }

  .tore-menu::-webkit-scrollbar {
    display: none;
    /* Chrome */
  }

  .tore-menu li {
    flex: 0 0 auto;
  }
}

/* EXTRA SMALL DEVICES */
@media (max-width: 360px) {
  .tore-menu li a {
    padding: 8px 16px;
    font-size: 14px;
  }
}


/* ============ add history side add image ================ */
/* SIDE IMAGE WRAPPER */
.history-section .side-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* SIDE IMAGE */
.history-section .side-image img {
  width: 100%;
  max-height: 700px;
  object-fit: contain;
}

/* OPTIONAL SPACING */
.left-image {
  padding-left: 15px;
}

.right-image {
  padding-right: 15px;
}

/* HIDE ON SMALL DEVICES */
@media (max-width: 991px) {
  .side-image {
    display: none !important;
  }
}

/* ============== news side image css ================= */

.side-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.side-image img {
  width: 100%;
  max-height: 700px;
  object-fit: contain;
}

@media (max-width: 991px) {
  .side-image {
    display: none !important;
  }
}

/* ================= biographies css =============== */

.profile-header {
  background-color: #fff;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  margin-top: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.profile-header img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #0d6efd;
  transition: transform 0.3s ease;
}

.profile-header img:hover {
  transform: scale(1.1);
}

.highlight-box {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 2px;
  /* small gap between image and text */
  margin-bottom: 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.highlight-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.highlight-box img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.highlight-box img:hover {
  transform: scale(1.1);
}

.highlight-content h5 {
  margin: 0 0 5px 0;
  font-weight: bold;
}

.highlight-content p {
  margin-bottom: 10px;
}

.side-imagebiographies {
  width: 100%;
  /* max-width: 120px; */
  height: auto;
}


.bio-meta {
  min-width: 120px;
}

.meta-box {
  background: #f8f9fa;
  padding: 6px 10px;
  border-radius: 8px;
  font-size: 0.85rem;
}

.biography-section {
  background: linear-gradient(135deg, #1d1e1e, #fbfbfa);
}

.glass-bio {
  background: rgba(255,255,255,0.75);
  backdrop-filter: blur(12px);
  border-radius: 18px;
  box-shadow: 0 25px 50px rgba(0,0,0,0.15);
  overflow: hidden;
  transition: all 0.5s ease;
  position: relative;
}

.glass-bio::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent, rgba(13,110,253,0.12), transparent);
  opacity: 0;
  transition: opacity 0.5s ease;
}

.glass-bio:hover::before {
  opacity: 1;
}

.glass-bio:hover {
  transform: translateY(-10px) scale(1.01);
  box-shadow: 0 35px 70px rgba(0,0,0,0.25);
}

.bio-img-wrap {
  height: 100%;
  overflow: hidden;
}

.bio-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.glass-bio:hover .bio-img-wrap img {
  transform: scale(1.15);
}

.bio-content {
  position: relative;
  z-index: 2;
}

/* =========================
   MOBILE RESPONSIVE FIXES
   ========================= */

@media (max-width: 767px) {

  /* Hide vertical side images */
  .side-image,
  .side-imagebiographies {
    display: none !important;
  }

  /* Section spacing */
  .history-section {
    padding: 20px 10px;
  }

  h2 {
    font-size: 1.5rem;
    margin-bottom: 25px;
  }

  h4 {
    font-size: 1.2rem;
  }

  /* Category cards */
  .category-card {
    padding: 20px 15px;
    margin-bottom: 20px;
  }

  .categoryimage {
    width: 100%;
    max-width: 160px;
    height: auto;
    margin: 0 auto;
  }

  .category-card h5 {
    font-size: 1.1rem;
  }

  .category-card p {
    font-size: 0.85rem;
  }

  /* Profile header */
  .profile-header {
    padding: 20px;
    margin-top: 15px;
  }

  .profile-header img {
    width: 110px;
    height: 110px;
  }

  /* Highlight box stack */
  .highlight-box {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  .highlight-box img {
    width: 100%;
    max-width: 180px;
    height: auto;
  }

  /* Biography glass card */
  .glass-bio {
    margin-bottom: 25px;
  }

  .bio-img-wrap {
    height: 220px;
  }

  .bio-content {
    padding: 15px;
  }

  /* Meta boxes */
  .bio-meta {
    width: 100%;
    margin-top: 10px;
  }

  .meta-box {
    font-size: 0.8rem;
    margin-bottom: 6px;
  }
}

/* =====================================================
   RESPONSIVE ADDITIONS ONLY (DO NOT REMOVE ANY CSS)
===================================================== */

/* -------- GLOBAL FIX -------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

img,
video,
iframe {
  max-width: 100%;
  height: auto;
}

/* -------- TABLET (≤991px) -------- */
@media (max-width: 991px) {

  .imagelogo {
    height: 55px;
  }

  .banner-content h2 {
    font-size: 34px;
  }

  .categoryimage {
    width: 35%;
  }

  .sticky-top {
    position: relative !important;
    top: auto !important;
  }
}

/* -------- MOBILE (≤767px) -------- */
@media (max-width: 767px) {

  /* Navbar */
  .navbar {
    padding: 10px 15px;
  }

  .nav-link {
    text-align: center;
    padding: 10px 0;
  }

  /* Moving top text */
  .moving-text {
    font-size: 13px;
    animation-duration: 10s;
  }

  /* Banner */
  .banner-carousel img {
    height: 350px;
  }

  .banner-content {
    left: 5%;
    bottom: 15%;
    max-width: 90%;
  }

  .banner-content h2 {
    font-size: 26px;
    line-height: 1.2;
  }

  .banner-content p {
    font-size: 14px;
  }

  /* Category cards */
  .category-card {
    text-align: center;
    margin-bottom: 20px;
  }

  .categoryimage {
    width: 100%;
    max-width: 160px;
    margin: 0 auto;
  }

  /* Footer */
  footer .row > div {
    text-align: center;
    margin-bottom: 25px;
  }

  footer a:hover {
    padding-left: 0;
  }

  /* Side images hide */
  .side-image,
  .side-imagebiographies {
    display: none !important;
  }

  /* Map */
  .map-container iframe {
    height: 260px;
  }

  /* Search result */
  .testibox {
    border-left: none;
    border-top: 4px solid #0d6efd;
  }
}
/* Hide Owl Carousel navigation on mobile */
@media (max-width: 767px) {
  .owl-theme .owl-nav {
    display: none !important;
  }
}


/* -------- SMALL MOBILE (≤360px) -------- */
@media (max-width: 360px) {

  h2 {
    font-size: 1.3rem;
  }

  h4 {
    font-size: 1.1rem;
  }

  .btn,
  .btn-primary,
  .tore-btn {
    padding: 7px 14px;
    font-size: 13px;
  }

  .banner-content h2 {
    font-size: 22px;
  }
}


/* =========== Calculetor css ============== */

.wp-scientific-calculator {
    max-width: 380px;
    margin: 30px auto;
    background: #111827;
    padding: 20px;
    border-radius: 18px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.5);
}
.wp-scientific-calculator input {
    height: 65px;
    font-size: 26px;
    background: #000;
    color: #00ff99;
    border-radius: 12px;
    text-align: right;
}
.wp-scientific-calculator button {
    height: 48px;
    border-radius: 10px;
    font-size: 15px;
}
.btn-num { background:#1f2937; color:#fff; }
.btn-op { background:#f59e0b; color:#000; }
.btn-fn { background:#2563eb; color:#fff; }
.btn-eq { background:#16a34a; color:#fff; }
.btn-cl { background:#dc2626; color:#fff; }

/* -=========== ttitle scrooling ====================- */


/* Make left card scrollable */
.history-nav {
    max-height: 65vh; 
    overflow-y: auto;
    padding-right: 6px;
}

/* Smooth scrollbar (optional) */
.history-nav::-webkit-scrollbar {
    width: 6px;
}
.history-nav::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.25);
    border-radius: 10px;
}

/* ================================
   RESPONSIVE FIXES
================================ */

/* Tablets */
@media (max-width: 991px) {
    .glass-card.sticky-top {
        position: relative;
        top: 0;
    }

    .history-nav {
        max-height: 300px;
    }
}

/* Mobile */
@media (max-width: 767px) {

    /* Stack layout naturally */
    .col-lg-3,
    .col-lg-6 {
        width: 100%;
    }

    /* Reduce scroll height for mobile */
    .history-nav {
        max-height: 220px;
    }

    /* Improve touch spacing */
    .history-nav li a {
        padding: 8px 6px;
        display: block;
    }
}

/* Small mobile devices */
@media (max-width: 480px) {
    .history-nav {
        max-height: 180px;
    }
}


/* ================================
   PAGINATION STYLING
================================ */

.glass-card .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    margin: 4px;
    padding: 0 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.6);
    color: #333;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid rgba(0,0,0,0.08);
    transition: all 0.25s ease;
}

/* Hover effect */
.glass-card .page-numbers:hover {
    background: #0d6efd;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(13,110,253,0.3);
}

/* Active page */
.glass-card .page-numbers.current {
    background: #0d6efd;
    color: #fff;
    border-color: #0d6efd;
    box-shadow: 0 6px 18px rgba(13,110,253,0.4);
}

/* Prev / Next buttons */
.glass-card .page-numbers.prev,
.glass-card .page-numbers.next {
    font-weight: 700;
    padding: 0 14px;
}

/* ================================
   RESPONSIVE PAGINATION
================================ */

@media (max-width: 768px) {
    .glass-card .page-numbers {
        min-width: 32px;
        height: 32px;
        font-size: 14px;
    }
}











