/* =========================================================
   NAVBAR
   ========================================================= */
.navbar-brand span { color: #fdf5f5 !important; font-family: 'Marcellus', serif; font-size: 1.6rem; letter-spacing: 0.02em; }

/* =========================================================
   SEARCH POPUP.bg-marron{
  background: linear-gradient(135deg, #4b0000 0%, #7a0f17 45%, #b22222 100%);
}

   ========================================================= */

   .nav-link{

       color:white;
   }
   @media(max-width:767px) {

    .nav-link{

       color:black;
   }
    
   }

   .element-title{
    color:white;
   }

.features p{
    color:white;
}

.icons{
    color:white;
}

.search-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background:linear-gradient(135deg, #4b0000 0%, #7a0f17 45%, #b22222 100%);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 14vh;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              visibility 0.4s;
}
.search-popup.active {
  opacity: 1;
  visibility: visible;
}
.search-popup-container {
  max-width: 620px;
  width: 100%;
  padding: 0 1.5rem;
  transform: translateY(-20px);
  transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.search-popup.active .search-popup-container {
  transform: translateY(0);
}
.search-popup .form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.15rem;
  font-weight: 400;
  color: #111;
  background: transparent !important;
  border: none !important;
  border-bottom: 2px solid #e0dcd5 !important;
  border-radius: 0 !important;
  padding: 1rem 0 !important;
  box-shadow: none !important;
  letter-spacing: 0.02em;
  transition: border-color 0.3s;
}
.search-popup .form-control:focus {
  border-bottom-color: #c8a97e !important;
  outline: none;
}
.search-popup .form-control::placeholder {
  color: #bbb;
  font-weight: 300;
}
.search-popup-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1.5px solid #e0dcd5;
  background: transparent;
  color: #888;
  font-size: 1.1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  z-index: 10;
}
.search-popup-close:hover {
  background: #c8a97e;
  border-color: #c8a97e;
  color: #fff;
  transform: rotate(90deg);
}
.search-submit {
  color: #bbb !important;
  transition: color 0.3s, transform 0.3s;
  cursor: pointer;
}
.search-submit:hover {
  color: #c8a97e !important;
  transform: scale(1.1);
}
.search-popup input[type="search"] {
    font-size: 21px;
    height: 60px;
    padding: 26px;
}
.search-popup .cat-list-title {
  font-family: 'Jost', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #bbb;
  margin-top: 2rem;
  margin-bottom: 0.8rem;
}
.search-popup .cat-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.search-popup .cat-list-item a {
  display: inline-block;
  padding: 8px 18px;
  border: 1px solid #e8e4de;
  border-radius: 50px;
  color: #000000;
  text-decoration: none;
  font-family: 'Jost', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  transition: all 0.3s;
}
.search-popup .cat-list-item a:hover {
  background: #c8a97e;
  border-color: #c8a97e;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(200, 169, 126, 0.3);
}
.navbar .search-button {
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: white;
  text-decoration: none;
  transition: all 0.3s;
}
.navbar .search-button:hover {
  color: #c8a97e;
  background: rgba(200, 169, 126, 0.08);
}

/* =========================================================
   FOOTER
   ========================================================= */
#footer { background: #f8f8f8 !important; color: #555 !important; padding: 4rem 0 2rem; border-top: 1px solid #eee; }
#footer .footer-menu h5 { color: #111 !important; font-family: 'Jost', sans-serif; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 1.25rem; }
#footer .footer-menu p { color: #888 !important; font-size: 0.85rem; line-height: 1.7; }
#footer .footer-logo { max-height: 89px;
    margin-bottom: 1.25rem;
    margin-top: -10px; }
#footer .menu-list { list-style: none; padding: 0; }
#footer .menu-list li { padding: 5px 0; }
#footer .menu-list li a { color: #888 !important; text-decoration: none; font-size: 0.85rem; transition: all 0.25s; display: inline-block; }
#footer .menu-list li a:hover { color: #c8a97e !important; padding-left: 4px; }
#footer .social-links { margin-top: 1.25rem; }
#footer .social-links ul { list-style: none; padding: 0; display: flex; gap: 10px; }
#footer .social-links ul li a { width: 36px; height: 36px; border-radius: 50%; border: 1px solid #ddd; display: flex; align-items: center; justify-content: center; color: #999 !important; text-decoration: none; transition: all 0.3s; }
#footer .social-links ul li a:hover { border-color: #c8a97e; color: #fff !important; background: #c8a97e; transform: translateY(-2px); }
#footer .social-links ul li a svg { width: 16px; height: 16px; }
#footer-bottom { background: #f0f0f0 !important; padding: 1.25rem 0; border-top: 1px solid #e5e5e5; }
#footer-bottom .copyright p { color: #aaa !important; font-size: 0.8rem; margin: 0; }
#footer-bottom .copyright a { color: #c8a97e !important; text-decoration: none; }
#footer-bottom .copyright a:hover { color: #a8895e !important; }
#footer .brand-list { list-style: none; padding: 0; margin: 0; }
#footer .brand-list li { padding: 6px 0; border-bottom: 1px solid #eee; }
#footer .brand-list li:last-child { border-bottom: none; }
#footer .brand-list li a { color: #888 !important; text-decoration: none; font-size: 0.85rem; transition: all 0.25s; display: flex; align-items: center; gap: 8px; }
#footer .brand-list li a:hover { color: #c8a97e !important; padding-left: 4px; }
#footer .brand-list li .brand-cat-tag { font-size: 0.6rem; text-transform: uppercase; letter-spacing: 0.1em; background: #eee; padding: 2px 8px; border-radius: 3px; color: #aaa; font-weight: 600; }

/* =========================================================
   FLOAT WHATSAPP (shared across pages)
   ========================================================= */
.float-wa { position: fixed; bottom: 24px; right: 24px; z-index: 999; width: 56px; height: 56px; border-radius: 50%; background: linear-gradient(135deg, #25d366, #128C7E); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 1.5rem; box-shadow: 0 4px 20px rgba(37,211,102,.4); transition: all .3s; text-decoration: none; animation: waPulse 2s infinite; }
.float-wa:hover { transform: scale(1.1); color: #fff; box-shadow: 0 6px 28px rgba(37,211,102,.5); }
@keyframes waPulse { 0%,100%{ box-shadow: 0 4px 20px rgba(37,211,102,.4); } 50%{ box-shadow: 0 4px 30px rgba(37,211,102,.6); } }

/* =========================================================
   RESPONSIVE — NAVBAR / SEARCH / FOOTER / WHATSAPP
   ========================================================= */
@media (max-width: 767px) {
  .search-popup { padding-top: 10vh; }
  .search-popup .form-control { font-size: 1rem; }
  .search-popup-close { top: 1rem; right: 1rem; width: 40px; height: 40px; font-size: 0.9rem; }
  .search-popup .cat-list-item a { padding: 6px 14px; font-size: 0.72rem; }
  .float-wa { bottom: 16px; right: 16px; width: 50px; height: 50px; font-size: 1.3rem; }
}



.col-auto-bt {
    flex: 0 0 auto;
    width: 40px;
}




/* page hro section */
    
    
.page-hero {
      position: relative; height: 40vh; min-height: 200px;
      display: flex; align-items: center; justify-content: center;
      text-align: center; overflow: hidden; background: #111;margin-top:70px;
    }
    .page-hero::before { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,0.5); z-index: 1; }
    .page-hero .container { position: relative; z-index: 2; }
    .page-hero h1 { font-family: 'Marcellus', serif; font-size: 2.8rem; color: #fff; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 0.5rem; }
    .page-hero p { color: rgba(255,255,255,0.7); font-size: 1rem; letter-spacing: 0.03em; }
    @media(max-width:767px){ .page-hero { height: 30vh; min-height: 200px;margin-top:60px; } .page-hero h1 { font-size: 1.8rem; } }