/*General Style for all Pages*/

/* Global content container */
.content-container {
  margin: 0 auto;              
  max-width: 1140px;            
  padding-left: 80px;           
  padding-right: 80px;
}

/* Example adjustment for smaller screens */
@media (max-width: 992px) {
  .content-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 576px) {
  .content-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}


/* Full-height sections with subtle separators */
.section {
  min-height: 100vh;
  /*border-bottom: 1px solid #222; */
  padding: 3rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  
}
.separator {
  width: 50%;               
  margin: 2rem auto;
  margin-top: 10rem;        
  border-top: 1px solid rgba(255,255,255,0.4); 
}

.nav-link {
  color: #fff;
  text-decoration: none;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  transition: all 0.2s ease;
}

.nav-link:hover {
  text-decoration: underline;
  text-decoration-color: #fff;
  text-underline-offset: 4px;  
}

html {
  scroll-behavior: smooth;
}



/* Global Typography */
body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: #000;
  color: #fff;
  margin: 0;
}

/* Headings use Playfair Display */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #f4dfc8;
}

p {
    text-align: justify;
    font-weight: 400;
}


/* Navbar brand consistent with headings */
.navbar-brand {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  letter-spacing: 2px;
}

.navbar-inner {
  margin-left: 80px;
  margin-right: 80px;
}

/* Global reusable style */
.btn-outline-light-global {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-outline-light:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}



.search-container {
  position: relative;
  display: flex;
  align-items: center;
  width: 40px;                
  height: 34px;
  overflow: hidden;
  transition: width 0.3s ease;
}


.search-icon {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 0.8rem;
  pointer-events: none;        
  z-index: 2;
}


.search-input {
  width: 0;
  opacity: 0;
  height: 34px;
  padding-left: 32px;          
  padding-right: 6px;

  background: transparent !important;
  color: #fff !important;

  border: none;
  border-bottom: 1px solid transparent;
  outline: none;
  box-shadow: none;
  transition: all 0.3s ease;
}


.search-container:hover,
.search-container:focus-within {
  width: 220px;                
}

.search-container:hover .search-input,
.search-container:focus-within .search-input {
  width: 100%;
  opacity: 1;
  border-bottom-color: #fff;
}

.search-input::placeholder {
  color: rgba(255, 255, 255, 0.75);
  opacity: 1;
}

/* Optional: subtle caret/underline color on focus */
.search-input:focus {
  caret-color: #fff;
  border-bottom-color: #fff;
}

#cartSidebar {
  width: 300px;
  background: linear-gradient(to bottom, #111, #000); 
}

/* Make login modal pure black */
.login-modal {
  background: linear-gradient(to bottom, #111, #000) !important;
}

.form-control-transparent {
  background: transparent !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,0.35);
}

.form-control-transparent::placeholder {
  color: rgba(255,255,255,0.7);
}

.form-control-transparent:focus {
  background: transparent !important;
  color: #fff !important;

  box-shadow: none;
  outline: none;
}

.hero {
  position: relative;
  min-height: 100vh;
  background: url('images/aboutus1.jpg') center center/cover no-repeat;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Overlay with nostalgic feel */
.hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(30, 20, 10, 0.4); 
  backdrop-filter: sepia(20%) contrast(95%) brightness(90%);
  z-index: 1;
}

/* Content stays above overlay */
.hero .content {
  position: relative;
  z-index: 2;
  max-width: 700px;
}

/* Section text */
.section p, .section a, .section li {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

/* Section 2 */
.section-gradient {
  display: block;                 
  background: linear-gradient(to bottom, #111 0%, #0d0d0d 40%, rgba(0,0,0,0) 100%);
}

.section2-text {
  text-align: justify;
  font-size: 15px;
  font-weight: 400;

}

.oh-img {
  aspect-ratio: 4 / 3;            
  object-fit: cover;
  display: block;
}

.on-img {
  height: auto;
  width: 100%;
  max-width: 520px; /* prevents oversized image */
  object-fit: contain; /* keeps original ratio */
  display: block;
}
/* Section */

/* Background and layout */
.story-section {
  position: relative;
  min-height: 100vh;
  background: url('images/quad-1.jpg') center center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  overflow: hidden;
}

/* Dark overlay for readability */
.story-section .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

/* Content above overlay */
.story-section .content-container {
  position: relative;
  z-index: 2;
}

/* Centered card, similar to testimonial look */
.story-card {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  padding: 3rem 2.5rem;
  max-width: 850px;
  color: #e6e6e6;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  transition: none; /* disables hover animation */
}

/* Keep card fully static on hover */
.story-card:hover {
  transform: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

/* Logo and typography */
.story-card .logo-wrapper img {
  filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.2));
}

.story-card h3 {
  font-family: 'Playfair Display', serif;
  color: #f4dfc8;
  letter-spacing: 1px;
}

.story-text {
  text-align: justify;
  line-height: 1.9;
  font-size: 1.1rem;
  color: #e6e6e6;
}



/* Section 4 */
.section-quad {
  display: block;
  padding: 0;                     
  background: #000;              
}

.logo-wrapper img {
  display: block;
  margin: 0 auto;          /* centers horizontally */
}


.quad-tile {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;          
  overflow: hidden;
  border-radius: 8px;
}

.quad-tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (min-width: 992px) {
  .section-gradient .row + .row { margin-top: 3rem; }
}

/* ===== Section 5: Footer / Sitemap ===== */
.footer-section {
  display: block;                /* override any .section flex */
  padding: 3rem 0 2rem 0;
  background: #000;              /* solid black to match site */
  color: #e9e9e9;
  min-height: auto !important;   /* stop stretching */
  padding: 2rem 0;               /* keep some breathing room */
  display: block; 
}

/* Brand wordmark next to logo (uses Playfair like headings) */
.footer-section .brand-wordmark {
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
  letter-spacing: 2px;
  color: #f4dfc8;
}

/* Column headings */
.footer-heading {
  font-family: 'Playfair Display', serif;
  letter-spacing: 1px;
  color: #f4dfc8;
  margin-bottom: .75rem;
}

/* Links */
.footer-list a {
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  display: inline-block;
  padding: .2rem 0;
  transition: color .2s ease, text-decoration-color .2s ease;
}
.footer-list a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Social icons */
.social-link {
  font-size: 1.25rem;
  color: rgba(255,255,255,0.85);
  transition: color .2s ease, transform .2s ease;
}
.social-link:hover {
  color: #fff;
  transform: translateY(-1px);
}

/* Bottom copyright strip */
.footer-copy {
  background: #000;
  border-top: 1px solid rgba(255,255,255,0.12);
  padding: .75rem 0;
  color: rgba(255,255,255,0.7);
}

/* Small screens spacing */
@media (max-width: 575.98px) {
  .footer-section { padding: 2rem 0 1.25rem 0; }
}




