/*
Template Name: Callie HTML Template
Author: yaminncco
------------------------------------*/

/*----------------------------*\
    TYPOGRAPHY
\*----------------------------*/
body {
  background-color: #000000;
  font-family: 'Genos', sans-serif; 
  font-size: 21px;
  color: #d9c09f;
  font-weight: normal;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Genos', sans-serif;
  color: #ffffff;
  font-weight: normal;
  margin: 0px 0px 15px;
}

h1 {
  font-size: 32.437px;
}

h2 {
  font-size: 25.629px;
}

h3 {
  font-size: 20.25px;
}

h4 {
  font-size: 16px;
}

p {
  margin: 0px 0px 20px;
  text-align: justify;
  hyphens: auto;
  word-spacing: -0.05em;
}

.center {
  text-align: center;
}

.chinese-text, .greek-text, .hebrew-text, .japanese-text, .punjabi-text {
  font-size: 19px;
  color: #d1f8cc;
  font-family: inherit;
}

.chinese-text {
  font-family: 'Noto Sans TC', 'Arial', sans-serif;
}

.greek-text {
  font-family: 'Noto Sans', 'Arial', sans-serif;
}

.hebrew-text {
  font-family: 'Noto Sans Hebrew', 'Arial', sans-serif;
}

.japanese-text {
  font-family: 'Noto Sans JP', 'Arial', sans-serif;
}

.punjabi-text {
  font-family: 'Noto Sans Gurmukhi', 'Arial', sans-serif;
}

a {
  color: #ffffff;
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
}

a:visited {
  color: #b1b2b5;
  text-decoration: none;
  outline: none;
}

a:hover, a:focus {
  color: #7aa3c3;
  text-decoration: none;
  outline: none;
}

::-moz-selection {
  background-color: #000000;
  color: #d9c09f;
}

::selection {
  background-color: #000000;
  color: #d9c09f;
}

/*----------------------------*\
    LISTS
\*----------------------------*/
ul {
  margin: 0;
  padding: 30px; /* Fixed: Added 'px' unit */
  list-style: disc; /* No default bullets to support inline CSS */
}

/* Main navigation */
ul.nav-menu {
  padding-left: 0px; /* Move bullets from edge */
  list-style: disc;
}

ul.nav-menu ::marker {
  color: #d9c09f; /* Blue bullets */
}

ul.nav-menu li {
  color: #d9c09f; /* Tan text */
}

/* Aside navigation */
ul.nav-aside-menu, ul.dropdown {
  padding: 0;
  padding-left: 15px; /* Matches your working aside nav */
  list-style: disc;
}

ul.nav-aside-menu ::marker, ul.dropdown ::marker {
  color: #d9c09f; /* Blue bullets */
}

ul.nav-aside-menu li, ul.dropdown li {
  color: #d9c09f; /* Tan text */
}

.nav-aside-menu li a {
  display: block;
  padding: 15px 0px;
  color: #7aa3c3; /* Force blue to fix override */
  border-bottom: 1px solid #7aa3c3;
}

.nav-aside-menu li a:hover, .nav-aside-menu li a:focus {
  color: #7aa3c3;
}

.nav-aside-menu li.has-dropdown>a {
  cursor: pointer;
}

.nav-aside-menu li.has-dropdown>a:after {
  font-family: 'FontAwesome';
  content: "\f0d7";
  float: right;
}

.nav-aside-menu li.has-dropdown>.dropdown {
  display: none;
  margin-left: 15px;
  border-left: 2px solid #000000;
}

.nav-aside-menu li.has-dropdown.active>.dropdown {
  display: block;
}

.nav-aside-menu li.has-dropdown>.dropdown a {
  padding: 10px;
}

.nav-close {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 10px;
  right: 15px;
  background-color: transparent;
  border: none;
}

.nav-close span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.nav-close span:before, .nav-close span:after {
  content: "";
  display: block;
  width: 30px;
  background-color: #d9c09f;
  height: 2px;
}

.nav-close span:before {
  -webkit-transform: translateY(0px) rotate(-135deg);
  -ms-transform: translateY(0px) rotate(-135deg);
  transform: translateY(0px) rotate(-135deg);
}

.nav-close span:after {
  -webkit-transform: translateY(-2px) rotate(135deg);
  -ms-transform: translateY(-2px) rotate(135deg);
  transform: translateY(-2px) rotate(135deg);
}

/*----------------------------*\
    SPECIAL TEXT COLOR
\*----------------------------*/
.text-white {
  color: #ffffff;
}

.text-gray {
  color: #b1b2b5;
}

/*----------------------------*\
    SECTION
\*----------------------------*/
.section {
  padding-top: 40px;
}

.section-row {
  margin-bottom: 40px;
}

.section-title {
  position: relative;
  margin-bottom: 22px;
}

.section-title .title {
  position: relative;
  display: inline-block;
  background-color: #bda27e;
  color: #000000;
  font-size: 22px;
  font-weight: 700; /* Fixed: Removed invalid text-transform: bold */
  margin-top: 18px;
  margin-bottom: 18px;
  padding-right: 10px;
  padding-left: 10px;
  z-index: 20;
}

.section-title:after {
  content: "";
  display: inline-block;
  height: 40px;
  background-color: #bda27e;
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  z-index: 10;
  -webkit-box-shadow: 0px 0px 0px 3px #66605b inset;
  box-shadow: 0px 0px 0px 3px #66605b inset;
}

/*----------------------------*\
    PAGINATION
\*----------------------------*/
.primary-button, .secondary-button {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 2px;
  border: none;
  font-weight: normal;
  font-size: 20px;
  text-transform: none;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.primary-button {
  background-color: #7aa3c3;
  color: #000000;
  font-weight: bold;
  font-size: 20px;
  -webkit-box-shadow: 0px 0px 0px 3px #66605b inset;
  box-shadow: 0px 0px 0px 3px #66605b inset;
}

.secondary-button {
  background-color: #bda27e;
  color: #000000;
  font-weight: bold;
  -webkit-box-shadow: 0px 0px 0px 3px #66605b inset;
  box-shadow: 0px 0px 0px 3px #66605b inset;
}

.primary-button:hover, .primary-button:focus {
  background-color: #000000;
  color: #bda27e;
  font-weight: bold;
}

.secondary-button:hover, .secondary-button:focus {
  background-color: #000000;
  color: #000000;
  font-weight: bold;
}

/*----------------------------*\
    NAVIGATION
\*----------------------------*/
#nav {
  border-bottom: 1px solid #7aa3c3;
}

#nav {
  color: #d9c09f;
  font-weight: normal;
  font-size: 20px;
}

#nav a {
  color: #ffffff;
  font-weight: normal;
  font-size: 20px;
}

#nav a:visited {
  color: #b1b2b5;
  font-weight: normal;
  font-size: 20px;
}

#nav a:hover, #nav a:focus {
  color: #7aa3c3;
  font-weight: normal;
  font-size: 20px;
}

#nav:after {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

#nav.shadow-active:after {
  opacity: 1;
  visibility: visible;
}

#nav-top {
  text-align: center;
}

#nav-top>.container {
  position: relative;
}

#nav-bottom {
  border-top: 1px solid #7aa3c3;
}

/*----------------------------*\
    LOGO
\*----------------------------*/
.nav-logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.nav-logo .logo {
  display: inline-block;
  line-height: 70px;
  height: 70px;
}

.nav-logo .logo>img {
  width: 100%;
  max-height: 70px;
}

/*----------------------------*\
    SEARCH
\*----------------------------*/
.nav-btns {
  float: right;
  padding: 10px 0px;
}

.nav-btns>button {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: none;
  background: transparent;
}

#nav-search {
  position: fixed;
  left: 50%;
  -webkit-transform: translate(-50%, 10px);
  -ms-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
  opacity: 0;
  visibility: hidden;
  max-width: 960px;
  width: 100%;
  padding: 60px 5%;
  background: #202020;
  z-index: 999;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

#nav-search.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

#nav-search form .input {
  height: 80px;
  background: transparent;
  border: 3px solid #d9c09f;
  color: #d9c09f;
  font-size: 20px;
  font-weight: normal;
  padding: 15px 25px;
}

/*----------------------------*\
    MENU
\*----------------------------*/
.nav-menu {
  position: relative;
  text-align: center;
  float: none;
}

.nav-menu>li {
  float: none;
  display: inline-block;
}

.nav-menu>li>a {
  display: block;
  padding: 25px 15px;
  line-height: 20px;
  font-weight: normal;
  text-transform: none;
}

/*----------------------------*\
    DROPDOWN
\*----------------------------*/
.nav-menu li.has-dropdown {
  background: #000000;
  position: relative;
}

.nav-menu li.has-dropdown>a:after {
  font-family: 'FontAwesome';
  content: "\f0d7";
  margin-left: 5px;
}

.nav-menu li.has-dropdown>.dropdown {
  position: absolute;
  left: 0;
  width: 200px;
  text-align: left;
  z-index: 60;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.nav-menu li.has-dropdown:hover>.dropdown {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}

.nav-menu li.has-dropdown>.dropdown .dropdown-body {
  background-color: #000000;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-top: 1px solid #7aa3c3;
}

.dropdown .dropdown-list li {
  border-bottom: 1px solid #7aa3c3;
}

.dropdown .dropdown-list li a {
  display: block;
  padding: 10px;
  line-height: 20px;
}

.dropdown .dropdown-heading {
  text-transform: none;
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 10px;
  line-height: 30px;
}

/*----------------------------*\
    MEGA DROPDOWN
\*----------------------------*/
.nav-menu li.has-dropdown.megamenu {
  background: #000000;
  position: static;
}

.nav-menu li.has-dropdown.megamenu>.dropdown {
  width: 100%;
}

.nav-menu li.has-dropdown.megamenu>.dropdown .dropdown-body {
  padding: 30px;
}

.nav-menu li.has-dropdown.megamenu>.dropdown .dropdown-list {
  margin-bottom: 30px;
}

.nav-menu li.has-dropdown.megamenu>.dropdown .dropdown-list li a {
  padding-left: 0px;
  padding-right: 0px;
}

/*----------------------------*\
    TAB DROPDOWN
\*----------------------------*/
.nav-menu li.has-dropdown.megamenu>.dropdown.tab-dropdown .tab-content {
  background: #000000;
  z-index: 60;
  position: relative;
  margin-left: -31px;
}

.nav-menu li.has-dropdown.megamenu>.dropdown.tab-dropdown .tab-nav {
  background: #000000;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 60;
}

.nav-menu li.has-dropdown.megamenu>.dropdown.tab-dropdown .tab-nav li {
  background: #000000;
  border-bottom: 1px solid #7aa3c3;
  border-top: 1px solid #7aa3c3;
}

.nav-menu li.has-dropdown.megamenu>.dropdown.tab-dropdown .tab-nav li a {
  background: #202020;
  display: block;
  padding: 31px;
  color: #d9c09f;
  font-weight: normal;
  font-size: 12px;
  text-transform: none;
}

.nav-menu li.has-dropdown.megamenu>.dropdown.tab-dropdown .tab-nav li.active {
  background: #202020;
}

.nav-menu li.has-dropdown.megamenu>.dropdown.tab-dropdown .tab-nav li.active a {
  background: #000000;
  color: #d9c09f;
}

/*----------------------------*\
    NAV ASIDE
\*----------------------------*/
#nav-aside {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000000;
  max-width: 570px;
  width: 100%;
  padding: 80px 20px;
  overflow-y: scroll;
  z-index: 99;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.4s all cubic-bezier(.77, 0, .18, 1);
  transition: 0.4s all cubic-bezier(.77, 0, .18, 1);
}

#nav-aside.active {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

/*----------------------------*\
    PAGE HEADER
\*----------------------------*/
.page-header {
  position: relative;
  margin: 0;
  padding-top: 400px;
  padding-bottom: 400px;
  background-color: #000000;
}

/*----------------------------*\
    POST
\*----------------------------*/
.post {
  position: relative;
  margin-bottom: 30px;
}

.post .post-body {
  position: relative;
  margin: -50px 0px 0px 3%;
  padding: 5%;
  background: #000000;
  z-index: 10;
}

.post .post-img {
  display: block;
  overflow: hidden;
}

.post-img>img {
  width: 100%;
  -webkit-transition: 1.6s -webkit-transform;
  transition: 1.6s -webkit-transform;
  transition: 1.6s transform;
  transition: 1.6s transform, 1.6s -webkit-transform;
}

.post-img:hover>img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

/*----------------------------*\
    POST THUMB
\*----------------------------*/
.post.post-thumb .post-img:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 28, 30, 0)), color-stop(90%, rgba(27, 28, 30, 0.8)));
  background: linear-gradient(180deg, rgba(27, 28, 30, 0) 0%, rgba(27, 28, 30, 0.8) 90%);
}

.post.post-thumb .post-body {
  position: absolute;
  margin: 0px;
  padding: 0px 5%;
  z-index: 20;
  bottom: 5%;
  background-color: transparent;
}

.post.post-thumb .post-title a {
  color: #d9c09f;
}

.post.post-thumb .post-title a:hover, .post.post-thumb .post-title a:focus {
  color: #d9c09f;
}

.post.post-thumb .post-meta li {
  color: #d9c09f;
}

.post.post-thumb .post-meta li a {
  color: #d9c09f;
}

.post.post-thumb .post-meta li a:hover, .post.post-thumb .post-meta li a:focus {
  color: #d9c09f;
}

/*----------------------------*\
    POST SMALL
\*----------------------------*/
.post.post-sm .post-body {
  margin: 15px 0px 0px;
  background: transparent;
  padding: 0;
}

/*----------------------------*\
    FOOTER
\*----------------------------*/
#footer {
  margin-top: 40px;
  padding-top: 80px;
  padding-bottom: 40px;
  background-color: #000000;
}

#footer {
  color: #d9c09f;
  font-size: 18px;
  font-weight: 400;
}

#footer a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
}

#footer a:visited {
  color: #b1b2b5;
  font-size: 18px;
  font-weight: 400;
}

#footer a:hover, #footer a:focus {
  color: #7aa3c3;
  font-size: 18px;
  font-weight: 400;
}

.footer-widget {
  margin-bottom: 30px;
}

.footer-logo {
  margin-bottom: 30px;
}

.footer-logo .logo {
  display: inline-block;
  line-height: 70px;
  height: 70px;
}

.footer-bottom {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #7aa3c3;
}

.footer-nav {
  text-align: right;
}

.footer-nav li {
  display: inline-block;
  margin-right: 10px;
}

/*----------------------------*\
    SCROLL BUTTON
\*----------------------------*/
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #bda27e;
  color: #000000;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 0px 3px #66605b inset;
  box-shadow: 0px 0px 0px 3px #66605b inset;
}

#myBtn:hover {
  background-color: #000000;
  color: #bda27e;
  -webkit-box-shadow: 0px 0px 0px 3px #66605b inset;
  box-shadow: 0px 0px 0px 3px #66605b inset;
}

/*----------------------------*\
    ACCORDION
\*----------------------------*/
.accordion {
  background-color: #bda27e;
  color: #000000;
  font-weight: bold;
  font-family: Genos;
  cursor: pointer;
  padding: 10px !important;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 22px;
  transition: 0.4s;
  -webkit-box-shadow: 0px 0px 0px 3px #66605b inset;
  box-shadow: 0px 0px 0px 3px #66605b inset;
}

.active, .accordion:hover {
  background-color: #000000;
  color: #d9c09f;
}

.accordion:after {
  color: #ffffff;
  content: '☰';
  font-weight: 900;
  float: right;
  margin-left: 5px;
}

.panel {
  padding: 0 18px;
  background-color: #000000;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  -webkit-box-shadow: 0px 0px 0px 2px #000000 inset;
  box-shadow: 0px 0px 0px 2px #000000 inset;
}

/*----------------------------*\
    ALT LINK COLOR
\*----------------------------*/
.altLinks a:link {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

.altLinks a:visited {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

.altLinks a:hover {
  color: #bda27e;
  text-decoration: none;
  font-weight: bold;
}

.altLinks a:active {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}

/*----------------------------*\
    CUSTOM SCROLLBAR
\*----------------------------*/
* {
  scrollbar-width: auto;
  scrollbar-color: #bda27e #000000;
}

*::-webkit-scrollbar {
  width: 20px;
}

*::-webkit-scrollbar-track {
  background: #000000;
}

*::-webkit-scrollbar-thumb {
  background-color: #d9c09f;
  border-radius: 10px;
  border: 5px solid #7aa3c3;
}

/*----------------------------*\
    SMOOTH SCROLL
\*----------------------------*/
html {
  scroll-behavior: smooth;
}

.sitemap {
  width: 60%;
  margin: 0 auto;
}

/*----------------------------*\
    HR GLOW
\*----------------------------*/
hr {
  border: none;
  width: 100%;
  height: 50px;
  margin-top: 0;
  border-bottom: 1px solid #bda27e;
  box-shadow: 0 30px 20px -20px #bda27e;
  margin: -50px auto 10px;
}

/*----------------------------*\
    POINT AND CLICK CURSOR
\*----------------------------*/
body {
  cursor: url("/img/point1.png") 13 7, auto !important;
}

a {
  cursor: url("/img/point1.png") 64 12, auto !important; 
}

/*----------------------------*\
    LIGHTBOX
\*----------------------------*/
#lightboxOverlay {
  background-color: rgba(0, 0, 0, 0.9);
}

#lightbox {
  border: 4px solid #000000;
}

.lb-caption {
  color: #ffffff;
  font-family: 'Genos', sans-serif;
  font-size: 21px;
  background-color: #202020;
  padding: 8px;
}

.lb-close, .lb-prev, .lb-next {
  filter: none !important;
}

#lightboxOverlay, #lightbox {
  z-index: 9999;
}

@media (max-width: 768px) {
  .lb-image {
    max-width: 90vw;
    max-height: 80vh;
  }
}

/* New: Museum Image Sizing */
.museum-img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Lightbox Icon Overrides */
.lb-close {
  background: url(/img/close.png) no-repeat center !important;
  width: 30px !important;
  height: 30px !important;
  display: block !important;
  opacity: 0.7 !important;
  transition: opacity 0.2s !important;
}

.lb-close:hover {
  opacity: 1 !important;
}

.lb-prev {
  background: url(/img/prev.png) no-repeat left 48% !important;
  width: 34% !important;
  height: 100% !important;
  display: block !important;
  opacity: 0 !important;
  transition: opacity 0.6s !important;
}

.lb-prev:hover {
  opacity: 1 !important;
}

.lb-next {
  background: url(/img/next.png) no-repeat right 48% !important;
  width: 34% !important;
  height: 100% !important;
  display: block !important;
  opacity: 0 !important;
  transition: opacity 0.6s !important;
}

.lb-next:hover {
  opacity: 1 !important;
}

.lb-loader {
  background: url(/img/loading.gif) no-repeat center !important;
  width: 32px !important;
  height: 32px !important;
  display: block !important;
}