@font-face { font-family: "robotoregular"; src: url("../fonts/robotoregular.woff2") format("woff2"),
    url("../fonts/robotoregular.woff") format("woff"),
    url("../fonts/robotoregular.ttf") format("truetype"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "robotoregular"; src: url("../fonts/roboto-bold.woff2") format("woff2"); font-weight: 900; }
/* GLOBAL STYLES & RESET */
* { margin: 0; padding: 0; box-sizing: border-box; }
html,
body { min-height: 60vh; font-family: "robotoregular", Arial, sans-serif; line-height: 1.6; color: #000; background-color: #f4f4f4; }
h1 {font-weight: 900;}
h2 {font-weight: 700;}
h3 { font-weight: 600; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }


/* loader section */
.page-loader { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.95); display: none; align-items: center; justify-content: center; z-index: 9999; backdrop-filter: blur(2px); }
.page-loader.active { display: flex; }
.loader-content { text-align: center; }
.spinner { width: 60px; height: 60px; border: 5px solid #f0f0f0; border-top: 5px solid #8b0000; border-radius: 50%; animation: spin 1s linear infinite; margin: 0 auto 20px; }
@keyframes spin {
 0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
 }
.loader-text { font-size: 16px; color: #333; font-weight: 600; margin: 0; letter-spacing: 2px; animation: fadeInOut 1.5s ease-in-out infinite; }
@keyframes fadeInOut {
 0%,
  100% { opacity: 0.6; }
50% { opacity: 1; }
 }

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* .footer-section {
    margin-top: auto;
} */

/* View Details */
.view-details {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #000;
  font-size: 14px;
}

/* Icon container */
.icon-wrapper {
  position: relative;
  width: 30px;
  height: 30px;
}

/* Document icon */
.icon-wrapper .fa-file-text-o {
  font-size: 26px;
  color: #ff9900;
}

/* Magnifying glass (overlay) */
.icon-wrapper .fa-search {
  position: absolute;
  bottom: -2px;
  right: -2px;
  font-size: 13px;
  background: #fff;
  border-radius: 50%;
  padding: 2px;
  color: #ff9900;
}

/* Hover effect */
.view-details:hover {
  color: #007bff;
}

.view-details:hover .fa-file-text-o,
.view-details:hover .fa-search {
  color: #007bff;
}

/* Virtual Button Tour CSS For All */
.icon-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

/* Main card */
    .content-card {
      background: #fff;
      /* margin: 30px auto; */
      margin:30px 7% auto;
      padding: 25px;
      border: 1px solid #ddd;
      max-width: 1100px;
    }

    /* Left details */
    .monument-info h4 {
      border-bottom: 2px solid #ff9900;
      padding-bottom: 8px;
      margin-bottom: 20px;
      color: #ff9900;
    }

    .info-row {
      margin-bottom: 12px;
      font-size: 16px;
    }

    .info-row span {
      font-weight: 600;
      color: #333;
    }

    /* Image box */
    .image-box {
      border: 1px solid #ccc;
      padding: 10px;
      background: #fafafa;
      text-align: center;
    }

    .image-box img {
      width: 100%;
      height: 320px;
    }

    .image-caption {
      margin-top: 8px;
      font-size: 14px;
      color: #555;
    }

    /* Details section */
    .details-section {
      margin-top: 30px;
    }

    .details-section h5 {
      background: #e9ecef;
      padding: 10px;
      border-left: 4px solid #ff9900;
      font-weight: 600;
    }

    .details-section p {
      padding: 15px;
      line-height: 1.7;
      font-size: 15px;
    }

    /* Back To list */
    .back-wrapper {
      margin: auto ;
    }

  .back-link {
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    color: #ff9900;
    font-weight: 500;
    padding: 6px;
    transition: background-color 0.25s ease, color 0.25s ease;
  }

  .back-link:hover {
    text-decoration: none;
    color: #ff8000df;
  }

  /* govt button */
.header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  padding: 8px 10px;
  border-bottom: 2px solid #ff9800;
  margin-bottom: 16px;
}
.central-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 8px 10px;
  border-bottom: 2px solid #ff9800;
  margin-bottom: 16px;
}

@media (max-width: 576px) {
  .header {
    display: flex;
    justify-content: flex-end;
}
}

.title {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin: 0;
}

/* Govt PDF button */
.govt-download-btn {
  background-color: #ff8f00;
  color: #ffffff;
  border: none;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
}

.govt-download-btn:hover {
  background-color: #ef6c00;
}

/* Virtual Tour Section */
.page-container {
  background: #ffffff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  animation: fadeIn 0.8s ease-in-out;
}

/* Header */
.monuments-page-header{
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.virtual-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  background-color: #ff9900;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  cursor: pointer;
}

.virtual-btn:hover {
  background-color: #dc6d13e5;
}

.virtual-tour-monuments-divider { width: 20%; height: 3px; background: linear-gradient(to right, #ff9900, transparent); }
.district-select {
  position: relative;
  width: 220px;
}

/* Select styling */
#districtFilter {
  width: 100%;
  padding: 10px 40px 10px 14px;
  font-size: 15px;
  font-weight: 500;
  color: #333;

  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;

  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* Custom arrow */
.district-select::after {
  content: "▼";
  position: absolute;
  right: 18px;
  top: 40%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #555;
  pointer-events: none;
}

/* Focus state */
#districtFilter:focus {
  outline: none;
  border-color: #ed7f25e5;
  box-shadow: 0 0 0 2px rgba(13, 110, 253, 0.2);
}


/* ===== Overlay Container ===== */
.tour-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  top: calc(100% - 1050px);
}

/* Active State */
.tour-overlay.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Overlay Content Box */
.tour-overlay-content {
  background: #ffffff;
  width: 100%;
  max-width: 1600px;
  border-radius: 6px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

/* ===== Custom Table Header ===== */
.tour-table-head {
  background-color: #1e293b;
  color: #ffffff;
}

.tour-table-head th {
  font-weight: 600;
  border-bottom: none;
}

/* ===== View Link ===== */
.tour-view-link {
  font-weight: 600;
  color: #ed7f25e5;
  text-decoration: none;
}

.tour-view-link:hover {
  text-decoration: underline;
}
/* Publication Section */
.publications-section {
  padding: 20px 0;
}

.publications-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 20px;
}

.publication-card {
  display: flex;
  gap: 16px;
  padding: 18px;
  border: 1px solid #e0e0e0;
  border-left: 5px solid #ff9900;
  border-radius: 6px;
  background: #fff;
  text-decoration: none;
  color: #000;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.publication-card:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

.pub-icon {
  font-size: 40px;
  color: #d32f2f; /* PDF red */
  flex-shrink: 0;
}

.pub-content h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 6px;
}

.pub-content p {
  font-size: 14px;
  margin: 0 0 6px;
  color: #555;
}

.pub-meta {
  font-size: 12px;
  color: #777;
}

/* E-Bookssection */
.ebooks-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 40px;
    margin-top: 20px;
}

/* Card */
.ebook-card {
    background: #ffffff;
    text-decoration: none;
    color: #000;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.ebook-card:hover {
    border-color: #0b3c5d;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

/* Taller Image Area */
.ebook-image {
    width: 100%;
    height: 360px; /* Increased height */
    overflow: hidden;
    background: #f5f5f5;
    border-bottom: 1px solid #e0e0e0;
}

.ebook-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Title */
.ebook-title {
    padding: 4px 10px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    background: #f9f9f9;
}
.ebook-title:hover {
  background-color: #ed7f25e5;
  transition: all 0.5s ease;
}

/* Footer Buttons */
.photo-footer {
    margin-top: 30px;
}

/* View More / View Less Buttons */
.ebooks-view-more-btn,
.ebooks-view-less-btn {
  padding: 10px 28px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 6px;
  border: 1px solid #ed7f25e5;
  background-color: #ed7f25e5;
  color: #fff;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.ebooks-view-more-btn:hover,
.ebooks-view-less-btn:hover {
  background-color: #dc6d13e5;
  border-color: #dc6d13e5;
}
/* Utility */
.d-none {
  display: none !important;
}

@media (max-width: 1200px) {
    .ebooks-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 992px) {
    .ebooks-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .ebooks-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .ebooks-grid {
        grid-template-columns: 1fr;
    }
}

/* Activity -> Stages of Archaeological Odisha */
.conservation-intro {
  font-size: 18px;
  color: #333;
  max-width: max-content;
  margin-bottom: 30px;
  font-weight: 500;
}

/* Grid */
.conservation-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  margin-bottom: 40px;
}

/* Card */
.conservation-card {
  background: #ffffff;
  border-left: 5px solid #ff9900;
  padding: 20px;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.stage-number {
  font-size: 22px;
  font-weight: 700;
  color: #ff9900;
  margin-bottom: 8px;
}

.conservation-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.conservation-card p {
  font-size: 14.5px;
  color: #555;
}

.principles-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}

.govt-section {
  margin-bottom: 30px;
}

/* Headings */
.govt-heading {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 14px;
  color: #222;
}

/* Row layout */
.govt-list-row {
  display: flex;
  gap: 16px;
  padding: 10px 0;
  border-bottom: 1px solid #e0e0e0;
}

/* Last row without border */
.govt-list-row:last-child {
  border-bottom: none;
}

/* Label column */
.govt-label {
  min-width: 140px;
  font-weight: 600;
  color: #000;
}

/* Text column */
.govt-text {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
}

/* Single-row content */
.govt-list-row.single {
  border-bottom: none;
  padding-top: 6px;
}

/* archaeological site and remains */
.govt-news-section {
  padding: 26px 0;
  background: #f9f9f9;
}

.govt-news-main-title {
  font-size: 26px;
  font-weight: 700;
  display: inline-block;
  padding-bottom: 6px;
}

.govt-news-title-divider{
  width: 40%;
  height: 3px; 
  background: linear-gradient(to right, #ff9900, transparent);
  margin-bottom: 20px;
}

/* NEWS BLOCK */
.govt-news-card {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 50px;
}

/* LEFT TEXT */
.govt-news-content {
  flex: 1;
}

.govt-news-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.govt-news-text {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
}

/* GOVT META INFO */
.govt-news-meta {
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
  font-size: 14px;
  color: #333;
}

.govt-news-meta li {
  margin-bottom: 4px;
}

/* RIGHT IMAGE */
.govt-news-image {
  width: 280px;
  flex-shrink: 0;
}

.govt-news-image img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .govt-news-card {
    flex-direction: column;
  }
  .govt-news-title-divider {
    margin-right: 0;
  }

  .govt-news-image {
    width: 100%;
  }
}

/* Excavation Section */
.excavation-section {
  padding: 24px 0;
  background: #ffffff;
}

.excavation-container {
  width: 90%;
  max-width: 1300px;
  margin: auto;
}

.excavation-title {
  font-size: 28px;
  font-weight: 700;
  display: inline-block;
  padding-bottom: 6px;
}

.excavation-divider {
  height: 4px;
  width: 20%;
  background: linear-gradient(to right, #ff9900, transparent);
  margin-bottom: 26px;
}
.excavation-grid,
.excavation-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
}
.excavation-item {
  background: #fff;
}
.excavation-img-wrap {
  position: relative;
  height: 320px;
  overflow: hidden;
}
.excavation-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.excavation-img-wrap:hover img {
  transform: scale(1.06);
}
.excavation-overlay {
  position: absolute;
  top: 0;
  left: -100%;
  width: 75%;
  height: 100%;
  background: rgba(143, 59, 10, 0.94);
  color: #fff;
  padding: 30px;

  clip-path: polygon(
    0 0,
    85% 0,
    100% 50%,
    85% 100%,
    0 100%
  );

  transition: left 0.45s ease;
}

.excavation-img-wrap:hover .excavation-overlay {
  left: 0;
}
.excavation-overlay h4 {
  color: #f4b400;
  font-size: 14px;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.excavation-overlay p {
  font-size: 14px;
  margin-bottom: 16px;
  line-height: 1.6;
}
.excavation-info {
  padding: 15px 5px 0;
}

.excavation-info h3 {
  font-size: 18px;
  margin-bottom: 4px;
}

.excavation-info span {
  font-size: 14px;
  color: #555;
}
.view-details-btn {
  display: inline-block;
  margin-top: 20px;
  color: #f4b400;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid #f4b400;
}
.excavation-details {
  display: none;
  gap: 40px;
  margin: 40px 0;
  margin-bottom: 30px;
}

/* Show details when targeted */
.excavation-details:target {
  display: flex;
}

/* Hide project list when details active */
.excavation-details:target + .excavation-list {
  display: none;
}
.details-left {
  flex: 1;
}

.details-line {
  width: 40px;
  height: 3px;
  margin-bottom: 15px;
}

.details-left p {
  font-size: 16px;
  margin-bottom: 12px;
}

.details-title {
  background: #f0f1f2;
  padding: 12px 15px;
  font-size: 18px;
  margin: 30px 0 15px;
  border-left: 4px solid #f4b400;
}

.details-text {
  font-size: 15px;
  line-height: 1.7;
}

.details-right {
  flex: 1;
  padding: 15px;
  text-align: center;
}

.details-right img {
  width: 80%;
  height: auto;
}

.img-caption {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #555;
}
.back-btn {
  display: inline-block;
  margin-top: 25px;
  color: #5e3308;
  font-weight: 600;
  text-decoration: none;
}

@media (max-width: 768px) {
  .excavation-details:target {
    flex-direction: column;
  }

  .excavation-overlay {
    width: 100%;
    clip-path: none;
  }
}

/* Central Monuments */
.central-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}

.central-pagination .page-number {
  padding: 4px 10px;
  cursor: pointer;
  border-radius: 4px;
}

.central-pagination .page-number.active {
  background: #ff9900;
  color: #fff;
}

.central-pagination button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Central Table Pagination */
.central-table-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  padding: 16px 0 10px;
}

.central-table-pagination .page-btn {
  background: #ff9900;
  border: none;
  color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
}

.central-table-pagination .page-btn:disabled {
  background: #ccc;
  cursor: not-allowed;
}

#centralPageInfo {
  font-size: 14px;
  color: #555;
}

#centralPageNumbers {
  display: inline-flex;
  gap: 6px;
}

.central-page-number {
  padding: 6px 10px;
  border: 1px solid #ccc;
  cursor: pointer;
  font-size: 14px;
  border-radius: 3px;
  background: #fff;
}

.central-page-number:hover {
  background: #f0f0f0;
}

.central-page-number.active {
  background: #ff9900;
  color: #fff;
  border-color: #ff9900;
}

/* header */
.top-header { background-color: #f4f4f4; font-size: 14px; }
.top-left a { color: #000; font-weight: 500; }
.top-link { color: #000; text-decoration: none; white-space: nowrap; }
.top-link:hover { text-decoration: underline; }
.divider { color: #888; margin: 0 6px; }
/* Buttons */
.font-controls .btn,
.lang-toggle-btn { padding: 3px 10px; font-size: 12px; line-height: 1; }
/* MOBILE VIEW (≤576px) */
@media (max-width: 576px) {
 .top-header { font-size: 12px; }
.top-left { text-align: center; width: 100%; margin-bottom: 4px; }
.top-right { justify-content: center !important; gap: 6px; }
/* Hide dividers on mobile */
  .divider { display: none; }
/* Compact buttons */
  .font-controls .btn,
  .lang-toggle-btn { padding: 4px 6px; font-size: 11px; }
 }
/* DESKTOP VIEW (≥992px) */
@media (min-width: 992px) {
 .top-header { font-size: 13px; }
.top-right { gap: 10px; }
.font-controls .btn { font-size: 12px; padding: 3px 10px; }
.lang-toggle-btn { padding: 4px 12px; }
 }
/* LARGE DESKTOP (≥1400px) */
@media (min-width: 1400px) {
 .top-header { font-size: 14px; }
.top-header .container-fluid { max-width: 1400px; }
.top-right { gap: 14px; }
.font-controls .btn { font-size: 13px; padding: 4px 12px; }
.lang-toggle-btn { font-size: 13px; padding: 5px 14px; }
 }
/* midnivbar */
.mid-navbar { background-color: #ffffff; border-bottom: 1px solid #b0afafc2; }
.mid-o-navbar { border-bottom: 1px solid #b0afafc2; }
.mid-container { margin: auto; padding: 12px 15px; display: flex; align-items: center; justify-content: space-evenly; margin-left: 20px; }
/* LEFT LOGOS */
.mid-logos img { height: 80px; margin-right: 10px; padding: 6px; }
.mid-logos img[alt="Archaeology"] { display: none; }
/* CENTER TITLE */
.mid-title { text-align: center; margin-left: 200px; flex: 1; }
.mid-title h2 { margin: 0; font-size: 22px; color:#b13d03; font-weight: 900; }  /* Govt #b13f05/ #802f06 */
.mid-title h3 { margin: 2px 0 0; font-size: 20px; color: #0a3abe; font-weight: 600; }
/* RIGHT ACTIONS */
.mid-actions { display: flex; align-items: center; gap: 10px; }
/* Virtual Tour */
.virtual-modal { display: none; position: fixed; inset: 0; background: rgba(0, 0, 0, 0.85); z-index: 9999; justify-content: center; align-items: center; }
.virtual-content { width: 90%; max-width: 900px; height: 500px; background: #000; border-radius: 8px; position: relative; overflow: hidden; }
#panoramaViewer { width: 100%; height: 100%; }
.virtual-content .close { position: absolute; top: 8px; right: 12px; background: white; border: none; padding: 5px 10px; font-size: 18px; cursor: pointer; z-index: 10; }
.virtual-btn { border: 1px solid #b13d03; background-color: #fff; color: #b13d03; padding: 8px 14px; font-size: 14px; cursor: pointer; border-radius: 4px; display: inline-flex; align-items: center; gap: 8px; /* space between icon and text */ }
/* Image icon */
.virtual-btn-triangle { width: 18px; height: 18px; object-fit: contain; background: transparent; display: inline-block; background: none; transition: transform 0.3s ease; }
/* Rotate on hover */
.virtual-btn:hover .virtual-btn-triangle { transform: rotate(90deg); }
.virtual-btn:hover { color: #fff;
  background-color: #b13d03; }
/* Search */
.search-box { display: flex; border: 1px solid #b13d03; border-radius: 2px; margin-right: 20px; }
.search-box input { border: none; padding: 6px 8px; outline: none; }
.search-box button { border: none; cursor: pointer; background-color: #ffffff; padding: 4px 8px; display: flex; align-items: center; justify-content: center; }
.search-btn { background-color: #ffffff; border-left: 1px solid #ccc; }
.search-btn i { font-size: 14px; color: #b13d03; }
/* MODAL */
.virtual-modal { display: none; position: fixed; inset: 0; background: rgba(0, 0, 0, 0.7); z-index: 999; }
.virtual-content { background: #fff; width: 70%; margin: 5% auto; padding: 15px; position: relative; z-index: 1000; }
.virtual-content video { width: 100%; }
.close { position: absolute; top: 0px; right: 0px; z-index: 1000; font-size: 28px; cursor: pointer; color: #302d2dbe; font-weight: bold; background: #e7e3e3b9; border: 1px solid #999; width: 35px; height: 35px; border-radius: 50%; padding: 4px; line-height: 1; display: flex; align-items: center; justify-content: center; transition: all 0.3s ease; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); }
.close:hover { background: #e0e0e0; border-color: #666; transform: scale(1.15); color: #000; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3); }
.close:active { transform: scale(0.9); }
/* ===== Notification Bar ===== */
.notification-bar { background-color: #fff; overflow: hidden; height: 30px; display: flex; align-items: center; }
.notification-text { color: #b13d03; font-size: 16px; font-weight: 700; white-space: nowrap; padding-left: 100%; animation: slide-left-right 30s linear infinite; }
.notification-text:hover { animation-play-state: paused;  }
/* Animation */
@keyframes slide-left-right {
 0% { transform: translateX(0); }
50% { transform: translateX(-50%); }
100% { transform: translateX(-100%); }
 }
.mobile-icons { display: none; gap: 10px; }
/* laptops */
@media (max-width: 1300px) {
 .mid-title { margin-left: 0; text-align: center; }
 }
/* TABLET & MOBILE */
@media (max-width: 992px) {
 .mid-container { flex-direction: column; align-items: center; gap: 10px; }
/* LOGOS → ONE ROW */
  .mid-logos { display: flex; justify-content: space-around; width: 100%; }
.mid-logos img[alt="Archaeology logo"] { display: none; }
.mid-logos img[alt="Archaeology"] { display: block; }
.mid-logos img { height: 70px; }
.mid-title { margin: 0; }
/* CENTER TEXT */
  .mid-title h2 { font-size: 23px; text-align: center; }
.mid-title h3 { font-size: 21px; text-align: center; }
/* ACTIONS MOVE DOWN */
  .mid-actions { width: 100%; justify-content: space-between; }
/* HIDE DESKTOP SEARCH */
  .search-box { display: none; }
/* SHOW MOBILE ICONS */
  .mobile-icons { display: flex; }
/* BUTTON STYLING */
  .search-icon,
  .menu-icon,
  .close-icon { background: #ccc; color: #222; border: none; padding: 8px 12px; font-size: 18px; cursor: pointer; border-radius: 3px; display: flex; align-items: center; justify-content: center; }
.search-icon i { font-size: 16px; }
.search-icon:hover,
  .menu-icon:hover,
  .close-icon:hover { background: #999; }
.close-icon { display: none; }
 }
/* footer */
/* ================= FOOTER SECTION ================= */
.footer-section {background: #f97334ea; border-top: 1px solid #e0e0e0; padding: 20px 0; font-family: "robotoregular", Arial, sans-serif; margin-top: auto;}
.footer-section .col-12 { text-align: center; }
/* FOOTER LINKS */
.footer-links { gap: 10px; }
.footer-link { flex-direction: row; flex-wrap: wrap; justify-content: center; color: #fff; text-decoration: none; font-size: 14px; font-weight: 500; padding: 4px 8px; transition: 0.3s ease; }
.footer-link:hover { color: #000; text-decoration: underline; }
.link-separator { color: #fff; margin: 0 5px; }
/* LICENSE */
.license-text { font-size: 13px; color: #222; line-height: 1.6; }
.license-link { color: #fff; font-weight: 500; text-decoration: none; white-space: nowrap; }
.license-link:hover { color: #000; text-decoration: underline; }
/* VISITOR */
.visitor-text { font-size: 14px; font-weight: 600; color: #222; }
.visitor-count { color: #d24a00; font-weight: 700; }
/* ================= RESPONSIVE ================= */
@media (max-width: 768px) {
 .footer-link { font-size: 13px; }
.license-text,
  .visitor-text { font-size: 12px; }
 }
@media (max-width: 480px) {
 .footer-section { padding: 25px 10px; }
.footer-link { font-size: 12px; }
.license-text,
  .visitor-text { font-size: 11px; }
 }
/* navbar */
/* ===== STICKY NAVBAR ===== */
.main-navbar { position: sticky; top: 0; z-index: 100; background: #fff; transition: box-shadow 0.3s ease; }
/* Shadow when scrolled */
.main-navbar.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1200;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  border-top: 1px solid #ddd;
}
.nav-list { display: flex; align-items: center; margin: 0; padding: 0; list-style: none; }
.nav-list li { position: relative; }
.nav-list>li>a { display: block; padding: 6px 12px; text-decoration: none; color: #2b2b2b; font-size: 15px; border-right: 1px solid #ddd; font-weight: 600; }
.nav-list>li:not(.home-icon):hover>a { background-color: #ff9900ea; color: #fff; }
/* Home Icon */
.home-icon { background: #ff9900ea; }
.home-icon a { font-size: 24px; color: #fff; display: flex; align-items: center; justify-content: center; padding: 6px 12px; }
.home-icon a:hover { color: #fff; }
/* Dropdown */
.dropdown-menu { display: none; position: absolute; top: 100%; left: 0; background: rgba(0, 0, 0, 0.85); min-width: 300px; z-index: 999; list-style: none; }
.dropdown-menu li { border-bottom: 1px solid #555; }
.dropdown-menu li:last-child { border-bottom: none; }
.dropdown-menu li a { padding: 10px 20px; display: block; color: #fff; font-size: 12px; text-decoration: none; }
.dropdown-menu li a:hover { padding: 10px 20px; display: block; color: #d24a00; font-size: 14px; text-decoration: none; }
.dropdown:hover .dropdown-menu { display: block; }
.submenu-toggle { display: none; }
/* Dropdown Arrow Icon */
.dropdown-menu li a { position: relative; padding-left: 40px; }
/* Arrow icon */
.dropdown-menu li a::before { content: "\f105"; font-family: "FontAwesome"; position: absolute; left: 18px; top: 50%; transform: translateY(-50%); font-size: 16px; color: #fff; transition: 0.8s ease-in; }
/* Hover effect */
.dropdown-menu li a:hover::before { color: #d24a00; transform: translateY(-50%) translateX(3px); display: none; }
.nav-list>li.active>a { background-color: #ed7f25e5 !important; color: #fff !important; }
.nav-list>li.active>a:hover { background-color: #ed7f25e5 !important; color: #fff !important; }
/* Mobile Responsive */
@media (max-width: 992px) {
 .nav-list { display: none; position: fixed; top: 0; left: -100%; width: 100%; max-width: 300px; height: 100vh; flex-direction: column; background: #fff; box-shadow: 2px 0 8px rgba(0, 0, 0, 0.2); z-index: 998; overflow-y: auto; transition: left 0.3s ease-in-out; margin: 0; padding: 20px 0; list-style: none; }
.nav-list.active { display: flex; left: 0; }
.nav-list li { width: 100%; }
.nav-list>li>a { border-right: none; border-bottom: none; padding: 14px 20px; font-weight: 600; font-size: 15px; }
.nav-list .has-submenu > a { padding-right: 48px; }
.submenu-toggle { display: inline-flex; align-items: center; justify-content: center; position: absolute; top: 22px; right: 10px; transform: translateY(-50%); width: 32px; height: 32px; border: none; background: transparent; color: #333; font-size: 20px; z-index: 2; }
.submenu-toggle:focus { outline: none; }
.dropdown.submenu-open > .submenu-toggle { transform: translateY(-50%) rotate(180deg); }
.dropdown:hover .dropdown-menu { display: none; }
.dropdown-menu { position: static; display: none; background: #f5f5f5; min-width: auto; padding: 0; }
.dropdown-menu li { border-bottom: 1px solid #e0e0e0; width: 100%; }
.dropdown-menu li:last-child { border-bottom: none; }
.dropdown-menu li a { padding: 12px 20px 12px 40px; color: #333; font-weight: 400; font-size: 14px; }
.dropdown-menu li a:hover { color: #d24a00; background: #efefef; }
.dropdown.submenu-open .dropdown-menu { display: block; }
 }
/* ================= HERO SECTION ================= */
/* HERO WRAPPER */
.hero {
  position: relative;
  width: 100%;
  height: 550px;
  overflow: hidden;
  background: #000;
}

/* Make Bootstrap carousel fill hero */
.hero .carousel,
.hero .carousel-inner,
.hero .carousel-item {
  height: 100%;
}

/* Slide background images */
.hero .carousel-item {
  background-size: cover;
  background-position: center;
}

/* CAPTION (kept from your original, unchanged) */
.hero-caption {
  position: absolute;
  bottom: 60px;
  left: 20%;
  background: rgba(255, 255, 255, 0.92);
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 600;
  max-width: 480px;
  border-radius: 4px;
}

/* Bootstrap arrows – styled similar to yours */
.carousel-control-prev,
.carousel-control-next {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.hero:hover .carousel-control-prev,
.hero:hover .carousel-control-next {
  opacity: 1;
}

/* Smaller arrow icons */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 40px;
  height: 40px;
  background-size: 12px 12px;
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: 50%;
  padding: 10px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

/* Optional hover effect */
.carousel-control-prev:hover .carousel-control-prev-icon,
.carousel-control-next:hover .carousel-control-next-icon {
  background-color: #8b0000;
  transform: scale(1.2);
}

/* Dots spacing (Bootstrap handles active state) */
.carousel-indicators {
  bottom: 18px;
  gap: 10px;
}
.carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  border: none;
  opacity: 1;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.carousel-indicators .active {
  background-color: #8b0000;
  transform: scale(1.2);
}
.carousel-indicators [data-bs-target]:hover {
  background-color: #8b0000;
}


/* =====================================================
   NEWS + ABOUT SECTION (EQUAL HEIGHT LAYOUT)
===================================================== */

.news-about-section {
  background: #fafafa;
}

#news-about .row {
  align-items: stretch;
}

#news-about .col-lg-6 {
  display: flex;
}

#news-about .card {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-color: rgba(78, 68, 68, 0.42) !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#news-about .card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden; /* prevents height jump */
}

/* =====================================================
   SECTION HEADERS
===================================================== */

.section-title {
  letter-spacing: 1px;
}

.news-header {
  min-height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* =====================================================
   ACTIVITIES SLIDER (FIXED HEIGHT)
===================================================== */

.activities-slider {
  height: 240px;          /* 🔒 FIXED HEIGHT */
  max-height: 240px;
  min-height: 240px;
  overflow: hidden;
  position: relative;
}

.activity-slider {
  flex: 1;
  overflow: hidden;
  position: relative;
  min-height: 0;
}

.activity-slide {
  display: none;
  height: 100%;
  animation: fadeSlide 0.6s ease;
}

.activity-slide.active {
  display: block;
}

.activity-card {
  height: 100%;
  max-width: 100%;
}

.activity-content {
  height: 100%;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.activity-slide {
  height: 100%;
}

.activity-card {
  height: 100%;
}

.activity-content {
  height: 100%;
  display: flex;
}

/* =====================================================
   ACTIVITY TEXT
===================================================== */

.activity-text {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.activity-description {
  max-height: 120px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

/* =====================================================
   ACTIVITY IMAGE
===================================================== */

.activity-image {
  width: 160px;
  flex-shrink: 0;
}

.activity-image img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 6px;
}

/* =====================================================
   BUTTONS
===================================================== */

.view-btn {
  display: block;
  /* padding: 4px 6px;
  margin-top: auto; */
  border-radius: 4px;
  color: #ed7f25e5;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid #ed7f25e5;
  transition: all 0.3s ease;
  position: relative;
   bottom:40px;
   width: 25%;

}

.view-btn:hover {
  background-color: #ed7f25e5;
  color: #fff;
}

/* =====================================================
   ABOUT SECTION
===================================================== */

.about-text {
  flex: 1;
  overflow: hidden;
  font-size: 14px;
  color: #666;
  line-height: 1.7;
  text-align: justify;
}

.btn-readmore {
  display: inline-block;
  padding: 8px 18px;
  font-size: 14px;
  color: #ed7f25e5;
  font-weight: 600;
  border-radius: 4px;
  border: 1px solid #ed7f25e5;
  cursor: pointer;
  background-color: #fff;
  transition: all 0.3s ease;
}

.btn-readmore:hover {
  background-color: #ed7f25e5;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* =====================================================
   NAV BUTTONS
===================================================== */

.activity-nav .btn {
  width: 32px;
  height: 32px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  border: 1px solid #ddd;
  background-color: #f0f0f0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.activity-nav .btn:hover {
  background-color: #333;
  color: #fff;
  border-color: #333;
}

/* =====================================================
   ANIMATIONS
===================================================== */

@keyframes fadeSlide {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 991.98px) {
  .activity-content {
    flex-direction: column;
  }

  .activity-image {
    width: 100%;
  }

  .activity-image img {
    height: 200px;
  }
}

@media (max-width: 767.98px) {

  /* 🔓 Allow container to grow on mobile */
  .activities-slider {
    height: auto;
    min-height: 360px;     /* keeps card visually balanced */
    max-height: none;
    overflow: hidden;
  }

  /* Stack content properly */
  .activity-content {
    flex-direction: column;
    height: auto;
  }

  /* Image full width on mobile */
  .activity-image {
    width: 100%;
    order: -1; /* image on top */
  }

  .activity-image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
  }

  /* Text should flow naturally */
  .activity-text {
    flex: unset;
  }

  /* 🔧 FIX MORE BUTTON (MOST IMPORTANT) */
  .view-btn {
    position: static;      /* 🔑 remove bottom hack */
    width: auto;           /* no percentage width */
    display: inline-block;
    padding: 4px 10px;
    font-size: 12px;
    margin-top: 10px;
    align-self: flex-start;
  }
}

@media (max-width: 575.98px) {
  .activity-description {
    -webkit-line-clamp: 3;
  }

  .activity-image img {
    height: 180px;
  }
}

/* activities-notice-links.css */
/* SECTION */
.activities-notice-links-section {
  padding: 40px 0;
  background: #f5f1f1dd;
}

/* BOXES */
.activities-box,
.notice-box,
.important-links-box {
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.activities-box:hover,
.notice-box:hover,
.important-links-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
}

/* HEADER */
.section-header {
  text-align: center;
  margin-bottom: 8px;
}

.section-title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #222;
}

.title-divider {
  height: 3px;
  background: #222222;
  margin: 10px auto 20px;
  width: 100%;
}

/* ACTIVITY / NOTICE ITEM */
.activity-item,
.notice-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.activity-item:last-child,
.notice-item:last-child {
  border-bottom: none;
}

/* DATE BOX */
.date-box {
  background: linear-gradient(135deg, #f3a668e5 0%, #b83b00 100%);
  color: #ffffff;
  min-width: 60px;
  padding: 6px 6px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  line-height: 1.1;
  flex-shrink: 0;
  text-align: center;
  transition: transform 0.2s ease;
}

.date-box:hover {
  transform: scale(1.05);
}

.date-box .day {
  font-size: 18px;
}

.date-box .month {
  font-size: 11px;
  text-transform: uppercase;
}

.date-box .year {
  font-size: 10px;
  opacity: 0.9;
}

/* TEXT */
.activity-text,
.notice-text {
  font-size: 14px;
  font-weight: 500;
  color: #444;
  margin: 0;
  line-height: 1.4;
}

/* IMPORTANT LINKS */
.links-scroll-container {
  height: 200px;
  overflow: hidden;
  position: relative;
}

.links-content {
  display: flex;
  flex-direction: column;
  animation: scrollLinks 15s linear infinite;
}

/* Annual calendar continuous auto scroll */
.annual-calendar-scroll-container {
  overflow: hidden;
  position: relative;
}

.annual-calendar-scroll-track {
  display: flex;
  flex-direction: column;
  animation: scrollLinks 15s linear infinite;
}

.annual-calendar-scroll-container:hover .annual-calendar-scroll-track {
  animation-play-state: paused;
}

.links-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.links-list li {
  padding: 8px 0;
  border-bottom: 1px dashed #ddd;
}

.links-list li:last-child {
  border-bottom: none;
}

.links-list a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
}

.links-list a:hover {
  color: #ff9900;
}

/* VIEW ALL */
.view-all-btn {
  margin-top: auto;
  align-self: flex-end;
  font-size: 14px;
  font-weight: 600;
  color: #ff9900;
  text-decoration: none;
}

.view-all-btn:hover {
  color: #e66c00;
}

/* SCROLL ANIMATION */
@keyframes scrollLinks {
  0% { transform: translateY(0); }
  100% { transform: translateY(-50%); }
}
@media (max-width: 576px) {
  .activities-box,
  .notice-box,
  .important-links-box {
    padding: 22px;
  }

  .section-title {
    font-size: 16px;
  }

  .activity-text,
  .notice-text,
  .links-list a {
    font-size: 13px;
  }

  .view-all-btn {
    align-self: center;
  }
}
/* VIEW ALL */
.view-all-btn { font-size: 13px; font-weight: 600; color: #d24a00; margin-top: auto; align-self: flex-end; text-decoration: none; }
@media (min-width: 768px) {
 .date-box { min-width: 64px; }
.date-box .day { font-size: 17px; }
 }
@media (min-width: 1200px) {
 .date-box { min-width: 70px; }
.date-box .day { font-size: 18px; }
.date-box .month,
  .date-box .year { font-size: 11px; }
 }
/* gallery section */
.gallery-section { background: #fef7f7dd; /* min-height: calc(100vh - 200px); */ }
.breadcrumb-bar { background: #ed7f25e5; padding: 14px 0; border-bottom: 1px solid #e5e7eb; margin-bottom: 40px; }
.breadcrumb { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; font-size: 14px; }
.breadcrumb-bar a,
.breadcrumb-bar .breadcrumb-item,
.breadcrumb-bar .breadcrumb-item.active { color: #fff; }
.breadcrumb-separator { color: #fff; margin: 0 6px; }
.gallery-title { font-size: 24px; font-weight: 600; color: #333; letter-spacing: 0.5px; }
.gallery-divider { height: 3px; width: 100px; background: linear-gradient(to right, #ff9900, transparent); border-radius: 2px; }
.gallery-toggle-btn { padding: 8px 24px; border-radius: 10px; border: 1px solid #ccc; background: #fff; color: #333; font-size: 13px; font-weight: 600; cursor: pointer; transition: all 0.3s ease; text-transform: uppercase; letter-spacing: 0.5px; }
.gallery-toggle-btn:hover { background: #f8f9fa; border-color: #ed7f25e5; color: #333; transform: translateY(-2px); }
.gallery-toggle-btn.active { background: #ed7f25e5 !important; border-color: #ed7f25e5 !important; color: #fff !important; box-shadow: 0 4px 8px rgba(237, 127, 37, 0.3); }
.gallery-toggle-btn:focus { box-shadow: 0 0 0 0.25rem rgba(237, 127, 37, 0.25); }
.gallery-item { background: #ebdfdf; border-radius: 10px; padding: 12px; box-shadow: 0 6px 18px rgba(77, 77, 77, 0.08); height: 100%; transition: all 0.3s ease; overflow: hidden; display: flex; flex-direction: column; }
.gallery-item:hover { transform: translateY(-8px); box-shadow: 0 12px 24px rgba(77, 77, 77, 0.15); }
.gallery-item img { width: 100%; height: 220px; object-fit: cover; border-radius: 8px; transition: transform 0.3s ease; flex-shrink: 0; }
.gallery-item:hover img { transform: scale(1.05); }
.gallery-caption { margin-top: 10px; font-weight: 600; font-size: 14px; color: #333; text-align: center; flex-grow: 1; display: flex; align-items: center; justify-content: center; }
.video-card { background: #ebdfdf; padding: 12px; border-radius: 10px; box-shadow: 0 6px 18px rgba(77, 77, 77, 0.08); height: 100%; transition: all 0.3s ease; display: flex; flex-direction: column; }
.video-card:hover { transform: translateY(-8px); box-shadow: 0 12px 24px rgba(77, 77, 77, 0.15); }
.video-card video { width: 100%; height: 220px; object-fit: cover; border-radius: 8px; background: #000; flex-shrink: 0; }
.video-caption { margin-top: 8px; font-weight: 600; font-size: 14px; color: #333; text-align: center; flex-grow: 1; display: flex; align-items: center; justify-content: center; }
.view-more-btn,
.view-less-btn { padding: 10px 36px; border-radius: 10px; font-weight: 600; font-size: 14px; cursor: pointer; transition: all 0.3s ease; text-transform: uppercase; letter-spacing: 0.5px; border: none; }
.view-more-btn { background: #ed7f25e5; color: #fff; }
.view-more-btn:hover { background: #d66d15; color: #fff; transform: translateY(-2px); box-shadow: 0 6px 12px rgba(237, 127, 37, 0.3); }
.view-more-btn:focus { box-shadow: 0 0 0 0.25rem rgba(237, 127, 37, 0.25); }
.view-less-btn { background: #fff; border: 2px solid #ed7f25e5 !important; color: #ed7f25e5; }
.view-less-btn:hover { background: #ed7f25e5; color: #fff; transform: translateY(-2px); box-shadow: 0 6px 12px rgba(237, 127, 37, 0.3); }
.view-less-btn:focus { box-shadow: 0 0 0 0.25rem rgba(237, 127, 37, 0.25); }
/* Ensure consistent spacing using Bootstrap's gutter system */
#galleryItems.row,
#videoGalleryGrid.row { --bs-gutter-x: 1.5rem; --bs-gutter-y: 1.5rem; }
.viewer { position: fixed; inset: 0; background: rgba(0,0,0,0.8); display: flex; justify-content: center; align-items: center; z-index: 9999; }
.viewer-content { text-align: center; }
/* Media wrapper */
.media-wrapper { position: relative; display: inline-block; }
/* Image / Video */
.viewer img,
.viewer video { max-width: 90vw; max-height: 80vh; border-radius: 8px; display: block; }
/* Close Button */
.close-btn { position: absolute; top: -12px; right: -12px; background: #000; color: #fff; font-size: 22px; width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: 0 0 10px rgba(0,0,0,0.5); }
/* Caption */
#viewerCaption,
#videoCaption { margin-top: 12px; color: #fff; font-size: 16px; text-align: center; }
/* Bootstrap column responsiveness override for better control */
@keyframes fadeInUp {
 from { opacity: 0; transform: translateY(30px); }
to { opacity: 1; transform: translateY(0); }
 }
.gallery-item,
.video-card { animation: fadeInUp 0.5s ease-in-out; }
/* Stagger animation for grid items */
.gallery-item:nth-child(1),
.video-card:nth-child(1) { animation-delay: 0s; }
.gallery-item:nth-child(2),
.video-card:nth-child(2) { animation-delay: 0.1s; }
.gallery-item:nth-child(3),
.video-card:nth-child(3) { animation-delay: 0.2s; }
.gallery-item:nth-child(4),
.video-card:nth-child(4) { animation-delay: 0.3s; }
.image-viewer { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.85); display: flex; align-items: center; justify-content: center; z-index: 9999; animation: fadeIn 0.3s ease-in-out; }
.image-viewer img { max-width: 90%; max-height: 90%; border-radius: 10px; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6); animation: zoomIn 0.3s ease-in-out; }
.image-viewer-close { position: absolute; top: 20px; right: 30px; font-size: 40px; color: white; cursor: pointer; font-weight: bold; transition: 0.3s; }
.image-viewer-close:hover { color: #ff9800; }
/* Animations */
@keyframes fadeIn {
 from { opacity: 0; }
to { opacity: 1; }
 }
@keyframes zoomIn {
 from { transform: scale(0.8); }
to { transform: scale(1); }
 }
.video-viewer { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.9); display: flex; align-items: center; justify-content: center; z-index: 9999; animation: fadeIn 0.3s ease-in-out; }
.video-viewer video { max-width: 90%; max-height: 85%; border-radius: 10px; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6); }
.video-viewer-close { position: absolute; top: 20px; right: 30px; font-size: 40px; color: white; cursor: pointer; font-weight: bold; transition: 0.3s; }
.video-viewer-close:hover { color: #ff9800; }
/* Extra Large Desktop (≥1400px) - Bootstrap XXL */
@media (min-width: 1400px) {
 .gallery-section { padding-top: 1.5rem !important; }
.gallery-title { font-size: 26px; }
.gallery-divider { width: 120px; height: 4px; }
.gallery-toggle-btn { padding: 10px 32px; font-size: 14px; }
.gallery-item img,
  .video-card video { height: 280px; }
.gallery-caption,
  .video-caption { font-size: 16px; margin-top: 14px; }
.view-more-btn,
  .view-less-btn { padding: 12px 48px; font-size: 15px; }
.gallery-item,
  .video-card { padding: 16px; }
 }
/* Large Desktop (≥1200px) - Bootstrap XL */
@media (min-width: 1200px) and (max-width: 1399px) {
 .gallery-section { padding: 70px 0; }
.gallery-title { font-size: 24px; }
.gallery-divider { width: 110px; }
.gallery-toggle-btn { padding: 9px 28px; font-size: 13px; }
.gallery-item img,
  .video-card video { height: 250px; }
.gallery-caption,
  .video-caption { font-size: 15px; }
.view-more-btn,
  .view-less-btn { padding: 11px 42px; font-size: 14px; }
.gallery-item,
  .video-card { padding: 14px; }
 }
/* Desktop (≥992px) - Bootstrap LG */
@media (min-width: 992px) and (max-width: 1199px) {
 .gallery-section { padding: 60px 0; }
.gallery-title { font-size: 22px; }
.gallery-divider { width: 100px; }
.gallery-toggle-btn { padding: 8px 24px; font-size: 13px; }
.gallery-item img,
  .video-card video { height: 220px; }
.gallery-caption,
  .video-caption { font-size: 14px; }
.view-more-btn,
  .view-less-btn { padding: 10px 36px; font-size: 14px; }
.gallery-item,
  .video-card { padding: 12px; }
 }
/* Tablet (≥768px) - Bootstrap MD */
@media (min-width: 768px) and (max-width: 991px) {
 .gallery-section { padding: 50px 0; }
.gallery-title { font-size: 24px; }
.gallery-divider { width: 90px; }
.gallery-toggle-btn { padding: 8px 22px; font-size: 12px; }
.gallery-item img,
  .video-card video { height: 200px; }
.gallery-caption,
  .video-caption { font-size: 14px; }
.view-more-btn,
  .view-less-btn { padding: 10px 32px; font-size: 13px; }
.gallery-item,
  .video-card { padding: 12px; }
/* 2 columns for tablets */
  #galleryItems .col-lg-3,
  #videoGalleryGrid .col-lg-3 { flex: 0 0 auto; width: 50%; }
 }
/* Mobile Large (≥576px) - Bootstrap SM */
@media (min-width: 576px) and (max-width: 767px) {
 .gallery-section { padding: 40px 0; }
.gallery-title { font-size: 24px; }
.gallery-divider { width: 80px; }
.gallery-toggle-btn { padding: 7px 20px; font-size: 12px; }
.gallery-item img,
  .video-card video { height: 220px; }
.gallery-caption,
  .video-caption { font-size: 14px; }
.view-more-btn,
  .view-less-btn { padding: 9px 28px; font-size: 13px; }
.gallery-item,
  .video-card { padding: 12px; }
/* 2 columns for large mobiles */
  #galleryItems .col-lg-3,
  #videoGalleryGrid .col-lg-3 { flex: 0 0 auto; width: 50%; }
 }
/* Mobile (< 576px) - Bootstrap XS */
@media (max-width: 575px) {
 .gallery-section { padding: 35px 0; }
.gallery-title { font-size: 24px; }
.gallery-divider { width: 75px; }
.gallery-toggle-btn { padding: 10px 18px; font-size: 11px; }
.gallery-item img,
  .video-card video { height: 200px; }
.gallery-caption,
  .video-caption { font-size: 13px; margin-top: 8px; }
.view-more-btn,
  .view-less-btn { padding: 8px 26px; font-size: 12px; }
.gallery-item,
  .video-card { padding: 10px; }
/* Single column on mobile */
  #galleryItems .col-lg-3,
  #videoGalleryGrid .col-lg-3 { flex: 0 0 auto; width: 100%; }
 }
/* Extra Small Mobile (< 400px) */
@media (max-width: 399px) {
 .gallery-section { padding: 30px 0; }
.gallery-title { font-size: 24px; }
.gallery-divider { width: 70px; height: 2.5px; }
.gallery-toggle-btn { padding: 6px 16px; font-size: 11px; }
.gallery-item img,
  .video-card video { height: 180px; }
.gallery-caption,
  .video-caption { font-size: 13px; margin-top: 8px; }
.view-more-btn,
  .view-less-btn { padding: 8px 24px; font-size: 12px; }
.gallery-item,
  .video-card { padding: 10px; }
 }
/* Ensure g-4 gutter works properly */
.gallery-section .g-4 { --bs-gutter-x: 1.5rem; --bs-gutter-y: 1.5rem; }
@media (max-width: 767px) {
 .gallery-section .g-4 { --bs-gutter-x: 1rem; --bs-gutter-y: 1rem; }
 }
/* Hover effects disabled on touch devices */
@media (hover: none) and (pointer: coarse) {
 .gallery-item:hover,
  .video-card:hover { transform: none; box-shadow: 0 6px 18px rgba(77, 77, 77, 0.08); }
.gallery-item:hover img { transform: none; }
.gallery-toggle-btn:hover { transform: none; background: #fff; border-color: #ccc; }
.gallery-toggle-btn.active:hover { background: #ed7f25e5; border-color: #ed7f25e5; }
.view-more-btn:hover,
  .view-less-btn:hover { transform: none; }
 }
.gallery-toggle-btn:focus-visible,
.view-more-btn:focus-visible,
.view-less-btn:focus-visible { outline: 2px solid #ed7f25e5; outline-offset: 2px; }
@media print {
 .gallery-toggle-btn,
  .view-more-btn,
  .view-less-btn { display: none; }
.gallery-item,
  .video-card { break-inside: avoid; page-break-inside: avoid; }
 }
/* about-details page */
/* Hide about detail page by default */
.about-detail-container { display: none; }
.about-detail-container.active { display: block; }
/* Breadcrumb */
.breadcrumb-bar { background: #dd6d05; padding: 15px 0; margin-top: 0; }
.breadcrumb { display: flex; align-items: center; gap: 10px; font-size: 14px; color: #fff; }
.breadcrumb-item { color: #fff; text-decoration: none; cursor: pointer; }
.breadcrumb-item:hover { text-decoration: underline; }
.breadcrumb-item.active { color: #fff; font-weight: 600; }
.breadcrumb-separator { color: #fff; margin: 0 5px; }
/* About Detail Page */
.about-detail-page { padding: 20px 0; background: #fff; position: relative; }
.container { max-width: 1300px; margin: auto; padding: 0 15px; }
/* WHO'S WHO AND ABOUT US GRID */
.about-detail-grid { display: grid; grid-template-columns: 350px 1fr; gap: 40px; }
.about-whos-section,
.about-detail-content-section { background: #fff; }
.about-detail-section-title { font-size: 26px; font-weight: 700; color: #333; margin: 0 0 10px 0; text-transform: uppercase; letter-spacing: 1px; }
.about-detail-section-divider { height: 3px; background: linear-gradient(to right, #ff9900, transparent); margin-bottom: 25px; }
/* PROFILE CARDS - Smaller Size */
.about-detail-profile-card { background: #e8e8e8; padding: 15px; margin-bottom: 15px; border-radius: 3px; text-align: center; display: flex; flex-direction: column; align-items: center; }
.about-detail-profile-image { margin-bottom: 12px; width: 100%; max-width: 120px; height: 140px; overflow: hidden; border-radius: 3px; }
.about-detail-profile-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.about-detail-profile-name { font-size: 14px; font-weight: 600; color: #dd6d05; margin: 10px 0 6px 0; line-height: 1.3; }
.about-detail-profile-title { font-size: 11px; color: #666; margin: 0; line-height: 1.4; font-weight: 500; }
/* ABOUT US CONTENT */
.about-detail-text-content { padding: 0; }
.about-detail-text-content p { font-size: 14px; line-height: 1.8; color: #555; margin: 0 0 16px 0; text-align: justify; }
.about-detail-text-content p:last-child { margin-bottom: 0; }
/* Close Button */
.about-detail-close-btn { position: fixed; top: 20px; right: 20px; background: #9a99983b; color: #948d8ac8; border: none; width: 40px; height: 40px; font-size: 28px; cursor: pointer; border-radius: 50%; z-index: 1001; display: none; align-items: center; justify-content: center; transition: all 0.3s ease; }
.about-detail-close-btn:hover { background: #948d8ac8; transform: rotate(90deg); color: #9a99983b; }
.about-detail-close-btn.active { display: flex; }
/* Responsive */
@media (max-width: 992px) {
 .about-detail-grid { grid-template-columns: 1fr; gap: 30px; }
.about-detail-profile-image { max-width: 140px; height: 160px; }
.about-detail-profile-name { font-size: 15px; }
.about-detail-profile-title { font-size: 12px; }
.about-detail-section-title { font-size: 16px; }
.about-detail-text-content p { font-size: 13px; }
 }
@media (max-width: 768px) {
 .about-detail-profile-image { max-width: 120px; height: 140px; }
.about-detail-profile-card { padding: 12px; margin-bottom: 12px; }
.about-detail-profile-name { font-size: 14px; margin: 8px 0 5px 0; }
.about-detail-profile-title { font-size: 11px; }
.about-detail-section-title { font-size: 15px; }
.about-detail-text-content p { font-size: 12px; line-height: 1.6; }
.about-detail-close-btn { width: 35px; height: 35px; font-size: 24px; }
 }
@media (max-width: 480px) {
 .about-detail-profile-image { max-width: 100px; height: 120px; }
.about-detail-profile-card { padding: 10px; margin-bottom: 10px; }
.about-detail-profile-name { font-size: 13px; margin: 8px 0 4px 0; }
.about-detail-profile-title { font-size: 10px; }
.about-detail-section-title { font-size: 14px; }
.about-detail-text-content p { font-size: 11px; }
.about-detail-close-btn { width: 32px; height: 32px; font-size: 20px; }
 }
@media (min-width: 1400px) {
 .container { max-width: 1350px; }
 }
/* Home Icon */
.home-icon i { font-size: 26px; color: #fafafa; }
.home-icon:hover i { color: #0a3cff; }
/* ---------- Staffing Section ---------- */
.staffing-pattern-section { padding: 20px; background: #fff; }
.staffing-pattern-section-title { font-size: 26px; font-weight: 700; color: #333; margin: 0 0 10px 0; text-transform: uppercase; letter-spacing: 1px; }
.staffing-pattern-section-divider { height: 3px; background: linear-gradient(to right, #ff9900, transparent); margin-bottom: 25px; }
/* Staff Card */
.staff-card { background: #fffefe; margin-top: 50px; margin-bottom: 20px; padding: 60px 20px 30px; border-radius: 10px; text-align: center; position: relative; box-shadow: 0 6px 15px rgb(6 36 59 / 24%); transition: transform 0.3s, box-shadow 0.3s; }
/* Profile Image */
.staff-avatar { width: 120px; height: 120px; border-radius: 50%; background: #f5f5f5; position: absolute; top: -60px; left: 50%; transform: translateX(-50%); border: 4px solid #ff7a00; overflow: hidden; }
.staff-avatar img { width: 100%; height: 100%; object-fit: cover; }
/* Text Styles */
.staff-designation { font-size: 14px; color: #666; margin: 10px; }
.staff-name { font-size: 18px; font-weight: 700; color: #000; margin-bottom: 6px; }
.staff-group { font-size: 14px; color: #444; }
/* Responsive */
@media (max-width: 992px) {
  .staff-card {
    margin-top: 60px;
    padding-top: 65px;
  }

  .staff-avatar {
    width: 110px;
    height: 110px;
    top: -55px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .staffing-pattern-section-title {
    font-size: 22px;
  }

  .staff-card {
    margin-top: 50px;
    padding: 60px 15px 25px;
  }

  .staff-avatar {
    width: 95px;
    height: 95px;
    top: -45px;
  }

  .staff-name {
    font-size: 16px;
  }

  .staff-designation {
    font-size: 13px;
  }
}
/* archaeology-library */
/* Breadcrumb */
.breadcrumb-bar { background: #ed7f25e5; padding: 12px 0; }
.breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 14px; color: #fff; margin-bottom: 0; }
.breadcrumb-item { color: #fff; cursor: pointer; text-decoration: none; }
.breadcrumb-item.active { font-weight: 600; }
.breadcrumb-separator { color: #fff; }
/* Section Wrapper */
.arch-library-section { background: #f9f9f9; /* min-height: 80vh; */ }
/* HEADING */
.arch-library-heading { margin-bottom: 30px; }
.arch-library-title { font-size: 28px; font-weight: 700; color: #333; letter-spacing: 1px; margin-bottom: 8px; }
.arch-library-divider { width: 120px; height: 3px; background: linear-gradient(to right, #ff9900, transparent); }
/* SLIDER */
.arch-slider-container,
.arch-library-description { width: 100%; }
.arch-library-description { margin-top: 0; }
.arch-library-readmore { margin-top: 10px; }
.arch-slider-container { position: relative; width: 100%; background: #fff; border-radius: 4px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); }
.arch-slider { overflow: hidden; }
.arch-slider-track { display: flex; transition: transform 0.6s ease-in-out; }
.arch-slider-slide { min-width: 100%; }
.arch-slider-slide img { width: 100%; height: 500px; object-fit: cover; display: block; }
/* Slider Buttons */
.arch-slider-btn { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(0, 0, 0, 0.6); color: #fff; border: none; width: 45px; height: 45px; border-radius: 50%; cursor: pointer; z-index: 10; display: flex; align-items: center; justify-content: center; }
.arch-prev-btn { left: 15px; }
.arch-next-btn { right: 15px; }
.arch-slider-btn:hover { background: rgba(255, 153, 0, 0.9); }
/* Slider Dots */
.arch-slider-dots { position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%); display: flex; gap: 10px; z-index: 10; }
.arch-dot { width: 12px; height: 12px; border-radius: 50%; background: rgba(255, 255, 255, 0.5); cursor: pointer; }
.arch-dot.active { width: 30px; border-radius: 6px; background: #ff9900; }
/* Pause / Play */
.arch-pause-play-btn { position: absolute; bottom: 18px; right: 18px; background: rgba(0, 0, 0, 0.6); color: #fff; border: none; width: 40px; height: 40px; border-radius: 50%; cursor: pointer; }
/* DESCRIPTION */
.arch-library-description { background: #fff; padding: 30px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); }
.arch-library-description p { font-size: 15px; line-height: 1.8; color: #444; margin-bottom: 18px; text-align: justify; }
.arch-library-description em { color: #ff9900; font-style: italic; font-weight: 500; }
/* READ MORE BUTTON */
.arch-readmore-btn { background: #dd6d05; color: #fff; padding: 10px 20px; border: none; border-radius: 6px; font-size: 16px; font-weight: 600; letter-spacing: 0.5px; cursor: pointer; display: inline-flex; align-items: center; gap: 10px; }
.arch-readmore-btn:hover { background: #ff9900; transform: translateY(-2px); }
/* MOBILE PHONES (≤576px) */
@media (max-width: 576px) {
 .arch-library-title { font-size: 18px; }
.arch-slider-slide img { height: 240px; }
.arch-slider-btn { width: 34px; height: 34px; }
.arch-library-description { padding: 20px; }
.arch-library-description p { font-size: 13px; text-align: left; }
.arch-readmore-btn { padding: 10px 24px; font-size: 13px; }
 }
/* LAPTOPS (≥992px) */
@media (min-width: 992px) {
 .arch-library-title { font-size: 26px; }
.arch-slider-slide img { height: 480px; }
.arch-library-description p { font-size: 15px; }
 }
/* DESKTOPS (≥1200px) */
@media (min-width: 1200px) {
 .arch-slider-slide img { height: 520px; }
.arch-library-description { padding: 35px; }
 }
/* LARGE DESKTOPS (≥1400px) */
@media (min-width: 1400px) {
 .arch-library-title { font-size: 30px; }
.arch-slider-slide img { height: 560px; }
.arch-library-description p { font-size: 16px; }
 }
/*Books and Journals Section */
/* BREADCRUMB */
.breadcrumb-bar { background: #ed7f25e5; }
.breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 14px; color: #fff; }
.breadcrumb-item { color: #fff; cursor: pointer; text-decoration: none; }
.breadcrumb-item.active { font-weight: 600; }
.breadcrumb-separator { color: #fff; }
/* SECTION */
.books-journals-section { background: #f9f9f9; min-height: 50vh }
/* HEADING */
.books-journals-heading { margin-bottom: 25px; }
.books-journals-title { font-size: 28px; font-weight: 700; color: #333; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 6px; }
.books-journals-divider { width: 150px; height: 3px; background: linear-gradient(to right, #ff9900, transparent); }
/* CONTENT BOX */

.publications-content-box { background: #fff; padding: 30px; border-radius: 8px; border-left: 4px solid #ff9900; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); }
.publications-content-box p { font-size: 16px; line-height: 1.9; color: #444; text-align: justify; margin-bottom: 18px; }
.publications-content-box p:last-child { margin-bottom: 0; }
.website-link { color: #ff9900; font-weight: 600; text-decoration: none; border-bottom: 2px solid transparent; }
.website-link:hover { color: #dd6d05; border-bottom-color: #dd6d05; }
@media (max-width: 576px) {
  .publications-grid {
    grid-template-columns: 1fr;
  }

  .publication-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .pub-icon {
    margin-bottom: 10px;
  }

  .pub-content h3 {
    font-size: 16px;
  }

  .pub-content p {
    font-size: 13px;
  }

  .central-title {
    font-size: 22px;
  }
}

@media (max-width: 992px) {
  .publications-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .central-title {
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
 .publications-content-box { padding: 35px; }
 }
@media (min-width: 1400px) {
 .container { max-width: 1350px; }
.books-journals-title { font-size: 30px; }
.publications-content-box p { font-size: 16px; }
 }
/* library  */
.breadcrumb-bar { background: #ed7f25e5; padding: 12px 0; }
.breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 14px; color: #ffffff; }
.breadcrumb-item { color: #ffffff; text-decoration: none; cursor: pointer; }
.breadcrumb-item:hover { text-decoration: underline; }
.breadcrumb-item.active { font-weight: 700; }
.breadcrumb-separator { color: #ffffff; }
.library-detail-section { background: #f9f9f9; min-height: 80vh; }
/* PAGE HEADING (ALIGNED WITH NAVBAR) */
.library-detail-heading { margin-bottom: 30px; }
.library-detail-title { font-size: 20px; font-weight: 700; color: #333; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 6px; }
.library-detail-divider { width: 150px; height: 3px; background: linear-gradient(to right, #ff9900, transparent); }
/* MAIN CONTENT AREA= */
/* Text Content */
.library-text-content p { font-size: 15px; color: #444; text-align: justify; margin-bottom: 18px; }
.library-text-content p:last-child { margin-bottom: 0; }
.library-text-content em { color: #ff9900; font-style: italic; font-weight: 700; }
.library-image-slider { width: 100%; position: relative; overflow: hidden; }
.slider-wrapper { position: relative; overflow: hidden; }
.slider-container { display: flex; transition: transform 0.6s ease-in-out; width: 100%; }
.slider-slide { min-width: 100%; flex-shrink: 0; }
.slider-slide img { width: 100%; height: 420px; object-fit: cover; border-radius: 6px; }
/* Arrows */
.slider-arrows { position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); display: flex; justify-content: space-between; padding: 0 15px; pointer-events: none; }
.arrow-btn { background: rgba(0, 0, 0, 0.6); color: #fff; border: none; width: 40px; height: 40px; border-radius: 50%; cursor: pointer; pointer-events: all; transition: 0.3s; }
.arrow-btn:hover { background: #ff9900; }
/* Navigation Arrows */
.slider-arrows { position: absolute; bottom: 18px; right: 18px; display: flex; gap: 10px; z-index: 10; }
.arrow-btn { width: 40px; height: 40px; border-radius: 50%; border: none; background: rgba(0, 0, 0, 0.6); color: #ffffff; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all 0.3s ease; }
*/ .arrow-btn:hover { background: rgba(255, 153, 0, 0.9); transform: scale(1.1); }
.arrow-btn i { font-size: 16px; }
/* COMMON CARD SECTIONS */
.book-categories-section,
.beneficiaries-section,
.library-info-section { background: #ffffff; padding: 25px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); }
/* SECTION SUBTITLE */
.section-subtitle { font-size: 20px; font-weight: 700; color: #2d5016; margin-bottom: 20px; padding-left: 10px; border-left: 4px solid #ff9900; }
/* LIST STYLES */
.categories-list,
.beneficiaries-list { list-style: none; padding: 0; margin: 0; }
.categories-list li,
.beneficiaries-list li { font-size: 15px; color: #444; display: flex; gap: 12px; padding: 8px 0; align-items: flex-start; }
.categories-list li i,
.beneficiaries-list li i { font-size: 8px; color: #2d5016; margin-top: 8px; }
/* LIBRARY INFO TABLE */
.library-info-table { width: 100%; border-collapse: collapse; }
.library-info-table tbody tr { border-bottom: 1px solid #e0e0e0; }
.library-info-table tbody tr:last-child { border-bottom: none; }
.library-info-table td { padding: 14px 10px; font-size: 15px; color: #444; }
.info-label { width: 30%; font-weight: 600; background: #f5f5f5; color: #333; }
.info-value { width: 70%; color: #555; }
/* MOBILE PHONES (≤576px) */
@media (max-width: 576px) {
 .library-detail-title { font-size: 18px; }
.library-text-content p { font-size: 13px; text-align: left; }
.slider-wrapper { min-height: 250px; }
.arrow-btn { width: 32px; height: 32px; }
.arrow-btn i { font-size: 12px; }
.section-subtitle { font-size: 16px; }
.categories-list li,
  .beneficiaries-list li { font-size: 13px; }
.library-info-table td { font-size: 13px; padding: 10px 6px; }
.info-label { width: 40%; }
.info-value { width: 60%; }
 }
/* LARGE PHONES / TABLETS (577px–767px) */
@media (min-width: 577px) and (max-width: 767px) {
 .library-detail-title { font-size: 20px; }
.slider-wrapper { min-height: 300px; }
.library-text-content p { font-size: 14px; }
 }
/*  LAPTOPS / SMALL DESKTOPS (768px–1199px) */
@media (min-width: 768px) and (max-width: 1199px) {
 .library-detail-title { font-size: 22px; }
.slider-wrapper { min-height: 350px; }
.library-text-content p { font-size: 14.5px; }
 }
/* LARGE DESKTOPS (≥1400px) */
@media (min-width: 1400px) {
 .container { max-width: 1350px; }
.library-detail-title { font-size: 28px; }
.slider-wrapper { min-height: 420px; }
.library-text-content p { font-size: 16px; }
 }
/* contact-us section */
.map-section { background-color: #f9f9f9; }
/* BREADCRUMB */
.breadcrumb-bar { background: #dd6d05; padding: 12px 0; }
.breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 14px; }
.breadcrumb-item { color: #fff; cursor: pointer; text-decoration: none; }
.breadcrumb-item:hover { text-decoration: underline; }
.breadcrumb-item.active { color: #000; font-weight: 600; }
.breadcrumb-separator { color: #fff; }
/* SECTION TITLES */
.section-title { font-size: 26px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 8px; }
.section-divider { height: 3px; width: 100px; background: linear-gradient(to right, #ff9900, transparent); margin-bottom: 24px; }
/* MAP SECTION */
.map-section { padding-top: 1.5rem !important; }
.map-wrapper { position: relative; width: 100%; height: 450px; border-radius: 6px; overflow: hidden; }
.google-map { width: 100%; height: 100%; border: none; display: block; }
/* Map Badge */
.map-location-badge { position: absolute; top: 12px; left: 12px; background: rgba(255, 255, 255, 0.95); padding: 8px 14px; border-radius: 4px; display: flex; align-items: center; flex-wrap: wrap; gap: 8px; font-size: 14px; font-weight: 600; z-index: 10; }
.map-location-badge i { color: #d93025; }
.map-link { font-size: 13px; color: #0066cc; text-decoration: none; }
.map-link:hover { text-decoration: underline; }
/* CONTACT + ADDRESS SECTION */
.contact-us-section { padding: 20px 0; background: #fafafa; }
/* Card base */
.contact-form-section,
.address-section { background: #fff; padding: 25px; border-radius: 8px; height: 100%; box-shadow: 0 2px 8px #0000001a; display: flex; flex-direction: column; }
/* FORM */
.contact-form label { font-size: 14px; font-weight: 600; margin-bottom: 6px; }
.contact-form .form-control { font-size: 14px; padding: 8px 10px; border-radius: 4px; }
.submit-btn { background: #ff9900; color: #fff; padding: 10px 30px; border-radius: 6px; border: none; font-size: 14px; font-weight: 600; transition: all 0.3s ease; }
.submit-btn:hover { background: #e68900; transform: translateY(-2px); box-shadow: 0 4px 8px rgba(255, 153, 0, 0.3); }
/* ADDRESS */
.address-box { background: #f5f5f5; padding: 18px; border-radius: 6px; margin-top: auto; }
.department-name { font-size: 16px; font-weight: 700; margin-bottom: 14px; }
.address-item { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 12px; }
.address-icon { width: 34px; height: 34px; background: #ff9900; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.address-icon i { color: #fff; font-size: 15px; }
.address-item p { font-size: 14px; margin: 0; line-height: 1.6; }
/* RESPONSIVE — LARGE DESKTOP (≥1400px) */
@media (min-width: 1400px) {
 .section-title { font-size: 26px; }
.map-wrapper { height: 520px; }
.contact-form-section,
  .address-section { padding: 30px; }
 }
/* RESPONSIVE — DESKTOP / LAPTOP (≥992px) */
@media (max-width: 1199px) {
 .section-title { font-size: 24px; }
.map-wrapper { height: 420px; }
 }
/* RESPONSIVE — TABLET (≥768px) */
@media (max-width: 991px) {
 .contact-us-section { padding: 35px 0; }
.map-wrapper { height: 360px; }
 }
/* RESPONSIVE — MOBILE LARGE (≥576px) */
@media (max-width: 767px) {
 .section-title { font-size: 20px; }
.map-wrapper { height: 320px; }
.contact-form-section,
  .address-section { padding: 20px; }
.map-location-badge { font-size: 13px; }
 }
/* RESPONSIVE — MOBILE SMALL (<576px) */
@media (max-width: 575px) {
 .map-wrapper { height: 280px; }
.section-divider { width: 80px; }
.address-item { gap: 10px; }
.address-item p { font-size: 13px; }
.submit-btn { width: 100%; }
 }
/* rti section */
.rti-section { background-color: #f9f9f9; min-height: 50vh }
/* HEADING */
.rti-heading { margin-bottom: 30px; }
.rti-section-title { font-size: 26px; font-weight: 600; color: #333; margin-bottom: 6px; }
.rti-section-divider { width: 100px; height: 3px; background: linear-gradient(to right, #ff9900, transparent); text-align: left; }
/* TABLE CONTAINER */
.rti-table-container {padding: 10px; background: #fff; border-radius: 6px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); overflow-x: auto; /* Mobile horizontal scroll */ }
/* TABLE */
.acts-table-rti { width: 100%; min-width: 900px; border-radius: 10px; }
.acts-table-rti th,
.acts-table-rti td { border: 1px solid #ddd; padding: 12px 10px; text-align: left; vertical-align: top; line-height: 1.5; font-size: 16px; text-align: center; }
/* TABLE HEADER */
.acts-table-rti thead th { background: linear-gradient(135deg, #ed7f25e9, #ed7f25f7); color: white; font-weight: 600; padding: 16px 12px; border: none; position: sticky; top: 0; z-index: 10; text-align: center; font-size: 15px; white-space: nowrap; }
.acts-table-rti thead th { color: #fff; font-weight: 600; font-size: 15px; text-transform: capitalize; }
.acts-table-rti tbody tr { transition: background-color 0.3s ease; text-align: center; }
.acts-table-rti tbody tr:hover { background-color: #f3f3f3; text-align: center; }
/* ---------- Large Desktop (≥1400px) ---------- */
@media (min-width: 1400px) {
 .acts-table-rti th,
  .acts-table-rti td { font-size: 16px; padding: 16px 10px; }
 }
/* ---------- Tablet (768px–991px) ---------- */
@media (max-width: 991px) {
 .rti-section { padding: 35px 0; }
.rti-section-title { font-size: 22px; }
.acts-table-rti th,
  .acts-table-rti td { font-size: 13px; }
 }
/* ---------- Mobile Large (576px–767px) ---------- */
@media (max-width: 767px) {
 .rti-section-title { font-size: 20px; }
.rti-table-container { padding: 12px; }
.acts-table-rti th,
  .acts-table-rti td { font-size: 12.5px; padding: 10px; }
 }
/* ---------- Mobile Small (<576px) ---------- */
@media (max-width: 575px) {
 .rti-section-title { font-size: 18px; }
.rti-table-container { padding: 10px; }
.acts-table-rti { min-width: 850px; }
.acts-table-rti th,
  .acts-table-rti td { font-size: 12px; padding: 8px; }
 }
/* ACCESSIBILITY & UX*/
.acts-table-rti th { white-space: nowrap; }
/* PRINT FRIENDLY */
@media print {
 .rti-section { background: #fff; padding: 0; }
.rti-table-container { box-shadow: none; padding: 0; }
.acts-table-rti { min-width: 100%; }
 }
/* act&rules section */
/* SECTION */
.act-rules-section { background: #fafafa; min-height: 50vh; }
/* HEADING */
.act-rules-heading { margin-bottom: 25px; }
.act-section-title { padding-top: 1.5rem !important; font-size: 26px; font-weight: 700; text-transform: uppercase; color: #222; margin-bottom: 6px; }
.act-section-divider { width: 100px; height: 3px; background: linear-gradient(to right, #ff9900, transparent); }
/* TABLE WRAPPER */
.acts-rules-table-wrapper { background: #ffffff; padding: 25px; border-radius: 6px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06); }
/* TABLE */
.acts-rules-table { width: 100%; border-collapse: collapse; margin-bottom: 0; }
.acts-rules-table thead th { background: linear-gradient(135deg, #ed7f25e9, #ed7f25f7); color: white; font-weight: 600; padding: 16px 12px; border: none; position: sticky; top: 0; z-index: 10; text-align: center; font-size: 15px; white-space: nowrap; }
.acts-rules-table th,
.acts-rules-table td { border: 1px solid #ddd; padding: 14px 16px; font-size: 14px; vertical-align: middle; text-align: center; }
.acts-rules-table th { font-weight: 600; text-transform: uppercase; letter-spacing: 0.3px; }
/* ACT NAME */
.act-name { cursor: pointer; color: #111; }
.act-name:hover { color: #ff9900; text-decoration: none; }
/* DOWNLOAD BUTTON */
.download-btn { background: #111; border: none; width: 42px; height: 42px; border-radius: 50%; color: #ff9900; cursor: pointer; transition: all 0.25s ease; }
.download-btn:hover { background: #ff9900; color: #111; }
/* PDF VIEWER MODAL */
.pdf-viewer-modal { display: none; position: fixed; inset: 0; background: rgba(0, 0, 0, 0.85); z-index: 9999; }
.pdf-viewer-modal.active { display: flex; }
.pdf-viewer-container { width: 100%; height: 100%; background: #ffffff; display: flex; flex-direction: column; }
.pdf-viewer-header { background: #2d5016; color: #ffffff; padding: 14px 20px; display: flex; justify-content: space-between; align-items: center; }
.pdf-viewer-title { font-size: 16px; font-weight: 600; }
.close-pdf-btn { background: transparent; border: none; color: #fff; font-size: 18px; cursor: pointer; }
.pdf-document-viewer { flex: 1; }
.pdf-frame { width: 100%; height: 100%; border: none; }
/* RESPONSIVE – MOBILE */
@media (max-width: 576px) {
 .act-section-title { font-size: 18px; }
.acts-rules-table th,
  .acts-rules-table td { font-size: 12px; padding: 10px; }
.download-btn { width: 34px; height: 34px; }
 }
/* RESPONSIVE – TABLET */
@media (max-width: 991px) {
 .act-section-title { font-size: 22px; }
 }
/* RESPONSIVE – LARGE DESKTOP */
@media (min-width: 1400px) {
   .acts-rules-table-wrapper {
        max-width: 1400px;
        padding: 10px;
        margin-bottom: 40px;
    }
.acts-rules-table th,
  .acts-rules-table td { font-size: 15px; padding: 16px 18px; }
 }
/* monuments section */
.monuments-section { background-color: #f9f9f9; padding: 0; min-height: 70vh; }
.page-header { text-align: left; }
.page-title { padding-top: 1.5rem !important; font-size: 26px; font-weight: 600; color: #000; text-transform: uppercase; margin-bottom: 10px; position: relative; display: inline-block; }
.header-line { width: 20%; height: 4px; background: linear-gradient(to right, #ff9900, transparent); }
.pdf-card { background: #ffffff; border-radius: 8px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); border: 1px solid #e2e8f0; padding: 30px 25px; text-align: center; transition: all 0.3s ease; height: 100%; display: flex; flex-direction: column; align-items: center; }
.pdf-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); border-color: #f97316; }
.pdf-icon { font-size: 60px; color: #dc2626; margin-bottom: 20px; }
.pdf-content { flex: 1; margin-bottom: 25px; }
.pdf-title { font-size: 18px; font-weight: 600; color: #1a365d; margin-bottom: 15px; line-height: 1.4; min-height: 50px; display: flex; align-items: center; justify-content: center; }
.pdf-desc { font-size: 14px; color: #4a5568; line-height: 1.6; margin-bottom: 0; }
.pdf-btn { background: #f97316; color: #ffffff; border: none; padding: 10px 25px; border-radius: 4px; font-size: 14px; font-weight: 600; cursor: pointer; transition: background 0.3s ease; display: inline-flex; align-items: center; gap: 8px; text-decoration: none; }
.pdf-btn:hover { background: #ea580c; transform: translateY(-2px); box-shadow: 0 4px 8px rgba(249, 115, 22, 0.3); }
/* RESPONSIVE */
@media (max-width: 768px) {
 .page-title { font-size: 24px; }
.pdf-card { padding: 25px 20px; }
.pdf-icon { font-size: 50px; }
.pdf-title { font-size: 16px; }
.pdf-desc { font-size: 13px; }
.pdf-modal-content { width: 95%; height: 85vh; }
 }
@media (max-width: 576px) {
 .pdf-modal { padding: 10px; }
.pdf-modal-content { width: 100%; height: 90vh; }
 }
/* monuments-central section */
#central-protected { background-color: #f9f9f9; min-height: calc(100vh - 350px); }
.breadcrumb-bar { background: linear-gradient(135deg, #ed7f25e5 0%, #ed7f25f7 100%); padding: 14px 0; margin-bottom: 30px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }
.breadcrumb { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; font-size: 14px; margin: 0; padding: 0; list-style: none; }
.breadcrumb a { color: #ffffff; text-decoration: none; transition: color 0.2s ease; font-weight: 500; }
.central-heading { text-align: left; margin-bottom: 20px; }
.central-title { padding-top: 1.5rem !important; font-size: 26px; font-weight: 600; color: #000; position: relative; display: inline-block; text-align: left; }
.central-protected-section-divider { width: 40%; height: 3px; background: linear-gradient(to right, #ff9900, transparent); }
.central-subtitle { font-size: 16px; color: #666; max-width: 700px; margin: 0 auto; line-height: 1.6; }
.table-container { background: #ffffff; border-radius: 6px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); padding: 10px; margin: 0 auto 40px auto; max-width: 1300px;}
/* Filter Wrapper */
.filter-wrapper {
  display: flex;
  justify-content: flex-end;
  /* margin-bottom: 20px; */
}

/* Dropdown Style */
#districtFilterCentral {
  appearance: none;
  /* width: 100%; */
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #ffffff;
  border: 2px solid #ff9900;
  border-radius: 8px;
  padding: 10px 42px 10px 14px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  cursor: pointer;
  min-width: 180px;
  transition: all 0.3s ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ff9900' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 5.5l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 12px;
}

/* Hover & Focus */
#districtFilterCentral:hover {
  background-color: #fff7ec;
}

#districtFilterCentral:focus {
  outline: none;
  border-color: #dd6d05;
  box-shadow: 0 0 0 3px rgba(255, 153, 0, 0.25);
}


.central-table { width: 100%; border-collapse: separate; border-spacing: 0; margin: 0;
    height: auto !important;
    max-height: none !important;
}
.central-table thead th {
  background: linear-gradient(135deg, #ed7f25e9, #ed7f25f7);
  color: white;
  font-weight: 600;
  padding: 16px 12px;
  border: none;
  /* position: sticky; */
  /* top: 48px; */
  /* z-index: 10; */
  text-align: center;
  font-size: 15px;
  white-space: nowrap;
}

/* Table Header */
/* .central-table thead th { background: linear-gradient(135deg, #ed7f25e9, #ed7f25f7); color: white; font-weight: 600; padding: 16px 12px; border: none; position: sticky;  top: 48px; z-index: 10; text-align: center; font-size: 15px; white-space: nowrap; } */
.central-table thead th:first-child { border-top-left-radius: 8px; }
.central-table thead th:last-child { border-top-right-radius: 8px; }
/* Table Body */
.central-table tbody tr {display: table-row; transition: all 0.2s ease; border-bottom: 1px solid #eee;}
.central-table tbody tr:hover { background-color: rgba(44, 90, 160, 0.05); transform: translateY(-1px); box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05); }
.central-table tbody tr.d-none {display: none !important; }
.central-table tbody td { padding: 14px 12px; border: none; border-bottom: 1px solid #eee; color: #444; font-size: 14px; vertical-align: middle; text-align: center; border: 1px solid #ddd; /* padding: 12px 10px; */
  vertical-align: top; line-height: 1.5; }
.central-table tbody tr:last-child td { border-bottom: none; }
/* Striped rows */
.central-table tbody tr:nth-child(even) { background-color: #f9fafc; }
.central-table tbody tr:nth-child(even):hover { background-color: rgba(44, 90, 160, 0.08); }
/*Virtual Tour Section*/

/* Responsive Design */
@media (max-width: 768px) {
 .table-container { padding: 10px; overflow-x: auto; }
.central-table { min-width: 700px; }
.central-title { font-size: 24px; }
.central-subtitle { font-size: 14px; }
.view-more-btn { padding: 10px 20px; font-size: 14px; }
.count-display { margin-left: 10px; font-size: 12px; padding: 4px 8px; }
 }
@media (max-width: 576px) {
.central-title { font-size: 20px; }
.central-table thead th { padding: 12px 8px; font-size: 14px; }
.central-table tbody td { padding: 10px 8px; font-size: 13px; }
.view-more-container { flex-direction: column; gap: 10px; }
.view-more-btn { width: 100%; justify-content: center; }
 }
 /* Pagination css */

.table-pagination { display: flex; justify-content: center; align-items: center; gap: 14px; padding: 16px 0 10px; }
.page-btn { background: #ff9900; border: none; color: #fff; width: 36px; height: 36px; border-radius: 50%; font-size: 18px; cursor: pointer; }
.page-btn:disabled { background: #ccc; cursor: not-allowed; }
#pageInfo { font-size: 14px; color: #555; }
#pageNumbers { display: inline-flex; gap: 6px; }
.page-numbers { display: inline-flex; gap: 6px; margin: 0 10px; align-items: center; }
.page-number { padding: 6px 10px; border: 1px solid #ccc; cursor: pointer; font-size: 14px; border-radius: 3px; background: #fff; }
.page-number:hover { background: #f0f0f0; }
.page-number.active { background: #ff9900; color: #fff; border-color: #ff9900 }
.count-display { display: inline-block; margin-left: 15px; color: #666; font-size: 14px; background: #f0f4ff; padding: 6px 12px; border-radius: 4px; border: 1px solid #e0e6ff; }

.loading-row { text-align: center; padding: 40px !important; }
.loading-message { color: #666; font-style: italic; font-size: 15px; display: flex; align-items: center; justify-content: center; gap: 10px; }
.loading-message::before { content: ""; width: 20px; height: 20px; border: 3px solid #f0f4ff; border-top: 3px solid #ed7f25e9; border-radius: 50%; animation: spin 1s linear infinite; }
@keyframes spin {
 0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
 }
.no-data { text-align: center; padding: 40px !important; color: #ed7f25e9; font-style: italic; }

/* stateprotected file */
#state-protected { background-color: #f9f9f9; min-height: 60vh; }
.state-protected-heading { margin-bottom: 25px; }
.state-protected-section-title { padding-top: 1.5rem !important; font-size: 26px; font-weight: 600; color: #333; margin-bottom: 6px; text-align: left; }
.state-protected-section-divider { width: 20%; height: 3px; background: linear-gradient(to right, #ff9900, transparent); margin-left: 0 }
/* wrappers replacing generic .container/.row/.col-12 for the table block */
.state-table-outer {
  width: 100%;
  margin: 0 auto;
}
.state-table-row {
  display: flex;
  justify-content: center;
}
.state-table-col {
  flex: 1 1 auto;
}

/* keep your existing state-protected styles */
#state-protected { background-color: #f9f9f9; min-height: 60vh; }
.state-protected-heading { margin-bottom: 25px; }
.state-protected-section-title { font-size: 26px; font-weight: 600; color: #333; margin-bottom: 6px; text-align: left; }
.state-protected-section-divider { width: 20%; height: 3px; background: linear-gradient(to right, #ff9900, transparent); margin-left: 0 }
.state-protected-table-container {
  margin-bottom: 30px;
  background: #ffffff;
  padding: 10px;
  border-radius: 6px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  overflow-x: auto;
}
.monuments-table {
  width: 100%;
  min-width: 1000px;
  border-collapse: collapse;
  margin-bottom: 40px; /* a bit more space above pagination */
}
.monuments-table th,
.monuments-table td {
  border: 1px solid #ddd;
  padding: 12px 10px;
  vertical-align: top;
  line-height: 1.5;
}
.monuments-table td { font-size: 15px; }
.monuments-table thead th {
  background: linear-gradient(135deg, #ed7f25e9, #ed7f25f7);
  color: white;
  font-weight: 600;
  padding: 16px 12px;
  border: none;
  position: sticky;
  top: 0;
  z-index: 10;
  text-align: center;
  font-size: 15px;
  white-space: nowrap;
}

.monuments-table tbody { text-align: center; }
.monuments-table tbody tr:nth-child(even) { background-color: #fafafa; }
.monuments-table tbody tr:hover { background-color: #f3f3f3; }

/* responsive tweaks unchanged... */

/* Laptop / Desktop */
@media (max-width: 1399px) {
 .state-protected-section-title { font-size: 24px; }
 }
/* Tablet */
@media (max-width: 991px) {
 .state-protected-section-title { font-size: 22px; }
.monuments-table th,
  .monuments-table td { font-size: 13px; }
 }
/* Mobile */
@media (max-width: 575px) {
 .state-protected-section-title { font-size: 18px; }
.monuments-table { min-width: 850px; }
.monuments-table th,
  .monuments-table td { font-size: 12px; padding: 8px; }
 }
@media print {
 #state-protected { background: #ffffff; }
.state-protected-table-container { box-shadow: none; padding: 0; }
.monuments-table { min-width: 100%; }
 }
/* unprotected monuments section */
#unprotected-monuments { background-color: #f9f9f9; /* min-height: calc(100vh - 250px); */ }
.unprotected-section-title { font-size: 20px; font-weight: 600; color: #333; margin-bottom: 6px; text-align: left; }
.unprotected-section-divider { width: 20%; height: 3px; background: linear-gradient(to right, #ff9900, transparent); }
.coming-soon-container { background: #ffffff; padding: 60px 30px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); text-align: center; margin: 40px auto; }
.coming-soon-icon { margin-bottom: 20px; }
.coming-soon-icon i { font-size: 80px; color: #ff9900; opacity: 0.85; }
.coming-soon-title { font-size: 32px; font-weight: 600; color: #333; margin-bottom: 15px; }
.coming-soon-text { font-size: 16px; color: #666; line-height: 1.6; margin-bottom: 10px; }
.coming-soon-subtext { font-size: 14px; color: #999; font-style: italic; }
@media (min-width: 1400px) {
 .unprotected-section-title { font-size: 28px; }
.coming-soon-title { font-size: 34px; }
 }
@media (max-width: 1399px) {
 .unprotected-section-title { font-size: 24px; }
 }
@media (max-width: 991px) {
 #unprotected-monuments { padding: 35px 0; }
.unprotected-section-title { font-size: 22px; }
.coming-soon-container { padding: 50px 25px; }
.coming-soon-icon i { font-size: 70px; }
 }
@media (max-width: 767px) {
 #unprotected-monuments { padding: 30px 0; }
.unprotected-section-title { font-size: 20px; }
.coming-soon-container { padding: 40px 20px; }
.coming-soon-title { font-size: 26px; }
.coming-soon-text { font-size: 15px; }
 }
@media (max-width: 575px) {
 #unprotected-monuments { padding: 25px 0; }
.unprotected-section-title { font-size: 18px; }
.coming-soon-icon i { font-size: 60px; }
.coming-soon-title { font-size: 24px; }
.coming-soon-text { font-size: 14px; }
 }
/* MAIN SECTION */
.news-page { padding: 30px 0; background: #fff; }
.news-main-title { font-size: 26px; font-weight: 700; margin-bottom: 25px; border-bottom: 3px solid #f4b400; display: inline-block; padding-bottom: 5px; }
/* NEWS BLOCK */
.news-box { display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; margin-bottom: 50px; }
/* LEFT TEXT */
.news-left { flex: 1; }
.news-left h3 { font-size: 20px; font-weight: 600; margin-bottom: 10px; }
.news-left p { font-size: 16px; line-height: 1.7; color: #444; }
/* RIGHT IMAGE */
.news-right { width: 280px; flex-shrink: 0; }
.news-right img { width: 100%; height: auto; border-radius: 4px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); }
/* RESPONSIVE */
@media (max-width: 768px) {
 .news-box { flex-direction: column; }
.news-right { width: 100%; }
 }
/* GOVERNMENT TABLE DESIGN */
#notification-section { background-color: #f9f9f9; min-height: 50vh; }
.notification-title { font-size: 26px; font-weight: 600; color: #000; text-transform: uppercase; margin-bottom: 6px; text-align: left; }
.notification-divider { width: 20%; height: 3px; background: linear-gradient(to right, #ff9900, transparent); }
.notification-table { width: 100%; border-collapse: collapse; background: #ffffff; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05); }
/* TABLE HEADER */
.notification-table thead { background: linear-gradient(90deg, #db6104, #f07b19); }
.notification-table thead th { background: linear-gradient(135deg, #ed7f25e9, #ed7f25f7); padding: 14px 12px; font-size: 15px; font-weight: 600; color: #fff; text-transform: uppercase; letter-spacing: 0.5px; border: 1px solid #d55b00; text-align: center; }
/* TABLE BODY */
.notification-table td { padding: 12px; font-size: 15px; color: #333; border: 1px solid #ddd; text-align: center; vertical-align: middle; }
/* ROW STRIPES */
.notification-table tbody tr:nth-child(even) { background-color: #faf6f2; }
.notification-table tbody tr:hover { background-color: #fff3e6; box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.03); transition: background-color 0.3s ease; }
/* DOWNLOAD BUTTON */
.download-btn { display: inline-flex; align-items: center; gap: 6px; padding: 6px 14px; background: linear-gradient(135deg, #e65f0c, #f08c2b); color: #fff; border-radius: 4px; font-size: 14px; text-decoration: none; font-weight: 500; transition: 0.3s ease; }
.download-btn i { font-size: 14px; }
.download-btn:hover { background: linear-gradient(135deg, #b84a05, #d96a10); color: #fff; transform: translateY(-1px); }
/* RESPONSIVE */
@media (max-width: 768px) {
 .notification-table th,
  .notification-table td { font-size: 14px; padding: 10px; }
 }
/* tendernote-section.css */
/* TENDER NOTE SECTION */
#tendernote-section { background-color: #f9f9f9; }
/* TITLE */
.tendernote-title { font-size: 26px; font-weight: 600; color: #000; text-transform: uppercase; margin-bottom: 15px; text-align: left; }
.tendernote-divider { width: 25%; height: 3px; background: linear-gradient(to right, #ff9900, transparent); }
/* TABLE */
.tendernote-table { width: 100%; background: #ffffff; border-collapse: collapse; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05); }
/* TABLE HEADER */
.tendernote-table thead th { background: linear-gradient(135deg, #ed7f25e9, #ed7f25f7); padding: 14px 12px; font-size: 15px; font-weight: 600; color: #fff; text-transform: uppercase; letter-spacing: 0.5px; border: 1px solid #d55b00; text-align: center; }
/* TABLE BODY */
.tendernote-table td { padding: 12px; font-size: 14.5px; color: #333; border: 1px solid #ddd; text-align: center; vertical-align: middle; }
/* ROW STRIPES */
.tendernote-table tbody tr:nth-child(even) { background-color: #faf6f2; }
/* HOVER EFFECT */
.tendernote-table tbody tr:hover { background-color: #fff3e6; transition: background-color 0.3s ease; }
/* DOWNLOAD BUTTON */
.tendernote-download-btn { display: inline-flex; align-items: center; gap: 6px; padding: 6px 14px; background: linear-gradient(135deg, #e65f0c, #f08c2b); color: #fff; border-radius: 4px; font-size: 14px; text-decoration: none; font-weight: 500; transition: 0.3s ease; }
.tendernote-download-btn:hover { background: linear-gradient(135deg, #b84a05, #d96a10); color: #fff; }
/* RESPONSIVE */
@media (max-width: 768px) {
 .tendernote-table th,
  .tendernote-table td { font-size: 13px; padding: 10px; }
 }

/* ===================================
   CENTRAL PROTECTED – SCOPE ROOT
=================================== */
#central-protected .heritage-bg {
    background: #fffdf8;
    border: 1px solid #e0d3b8;
}

#central-protected h2 {
    color: #8b3f1f;
    font-weight: 700; 
    font-size: 2.5rem; 
    text-shadow: 2px 2px 4px rgba(139, 63, 31, 0.15); 
    border-bottom: 4px solid #8b3f1f; 
    display: inline-block; 
    padding-bottom: 10px; 
    margin-bottom: 20px; 
    position: relative; 
    animation: fadeInDown 0.6s ease-out;
  }
#central-protected .monument-card-body {
    background: #fff6ea;
    padding: 1.25rem;
}

#central-protected .monument-card-body p {
    margin-bottom: 0.75rem;
    line-height: 1.7;
}

#central-protected .monument-card-body strong {
    color: #0b3fa5;
    font-weight: 600;
    min-width: 140px;
    display: inline-block;
}

#central-protected .card {
    background: #fffdf8;
    border: 1px solid #e0d3b8;
    border-radius: 12px;
}

#central-protected .card strong {
    color: #822300f2;
}
#central-protected p {
    color: #333333;
    line-height: 1.7;
}
#central-protected img {
    max-height: 380px;
    object-fit: cover;
    width: 100%;
}

#central-protected #imageCaption {
    color: #6c757d;
    font-style: italic;
}
#central-protected .lang-btn {
    background-color: #ffffff;
    color: #e56a00;
    border: 1px solid #e56a00;
    transition: all 0.2s ease;
}

#central-protected .lang-btn:hover {
    background-color: #f59a3c;
    color: #ffffff;
}

#central-protected .lang-btn.active {
    background-color: #e56a00;
    color: #ffffff;
}

#central-protected .audio-card {
    background: linear-gradient(145deg, #ffffff 0%, #fffdf8 100%);
    border: 1.5px solid #e0d3b8;
    border-radius: 14px;
    box-shadow: 0 4px 12px rgba(224, 211, 184, 0.25);
    padding: 8px;
    position: relative;
    overflow: hidden;
}

#central-protected .audio-card::before {
    content: '';
    position: absolute;
    top: -40%;
    left: -40%;
    width: 180%;
    height: 180%;
    background: radial-gradient(circle, rgba(229, 106, 0, 0.04) 0%, transparent 70%);
    animation: rotate 30s linear infinite;
}

#central-protected .audio-card .card-body {
    position: relative;
    z-index: 1;
}
#central-protected #audioTitle {
    color: #8b3f1f;
    font-weight: 600;
    font-size: 1rem;
    text-align: center;
}
#central-protected .audio-card .btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#central-protected .audio-card .btn-light {
    background: #fff4e0;
    border: 1.5px solid #e0d3b8;
    color: #8b3f1f;
}

#central-protected .audio-card .btn-dark {
    background: linear-gradient(135deg, #8b3f1f, #e56a00);
    width: 56px;
    height: 56px;
    color: #ffffff;
    border: none;
}
#central-protected #backLink {
    color: #e56a00;
    font-weight: 500;
    text-decoration: none;
}

#central-protected #backLink:hover {
    color: #f59a3c;
    text-decoration: underline;
}
#central-protected > .container > * {
    animation: fadeInUp 0.5s ease-out both;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@media (max-width: 768px) {

    #central-protected h2 {
        font-size: 1.6rem;
    }

    #central-protected p {
        font-size: 0.95rem;
    }

    #central-protected .audio-card .btn-dark {
        width: 52px;
        height: 52px;
    }
}
@media print {
    #central-protected .breadcrumb-bar,
    #central-protected .btn-lang-en,
    #central-protected .btn-lang-or,
    #central-protected .audio-card,
    #central-protected #backLink {
        display: none !important;
    }
}

.back-to-top {
  position: fixed !important;
  bottom: 25px !important;
  right: 25px !important;
  width: 40px !important;
  height: 40px !important;
  line-height: 40px !important;
  text-align: center !important;
  background: #ed7f25e5 ;
  color: #fff !important;
  border-radius: 50% !important;
  text-decoration: none !important;
  display: none ;
  z-index: 9999 !important;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2) !important;
  transition: all 0.3s ease !important;
  border: none !important;
}

.back-to-top:hover {
  background: #0a3abe !important;
  transform: scale(1.1) !important;
  box-shadow: 0 4px 15px rgba(0,0,0,0.3) !important;
}

.back-to-top i {
  font-size: 15px !important;
  line-height: 1 !important;
  margin: 0 !important;
}


