/* ======================
   GLOBAL RESET & TYPOGRAPHY
========================= */
body {
  font-family: 'Open Sans', sans-serif;
  background-color: #f9f8f6;
  color: #333;
}

h1, h2, h3 {
  font-family: 'Merriweather', serif;
  color: #ffffff;
}

/* ======================
   NAVIGATION & HEADER
========================= */
.bg-navbar {
  background-color: #000000 !important;
}

.bg-primary {
  background-color: #033b72 !important;
}

.bg-primary h1,
.bg-primary h2,
.bg-primary h3 {
  color: #ffffff !important;
}

/* ======================
   FADE-IN ANIMATIONS
========================= */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.8s ease-out forwards;
}
.fade-in.delay-1 { animation-delay: 0.3s; }
.fade-in.delay-2 { animation-delay: 0.6s; }
.fade-in.delay-3 { animation-delay: 0.9s; }
.fade-in.delay-4 { animation-delay: 1.2s; }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ======================
   ABOUT SECTION
========================= */
#about h1 {
  color: #890002 !important;
  font-size: 2.25rem;
  font-weight: 700;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

/* ======================
   MISSION SECTION
========================= */
#mission h1,
.mission-h1 {
  color: #890002;
  font-size: 2.25rem;
  font-weight: 700;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.mission-section {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 3rem;
}

.mission-text {
  color: #3e2f1c;
  font-size: 1.125rem;
  line-height: 1.7;
  margin-bottom: 2.5rem;
  padding: 0 2rem;
}

.mission-section ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.mission-section li {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  color: #333;
  text-align: center;
}
/* ======================
		Explore the Brand
========================= */
.explore-section h1 {
	color: #890002; !important;
  font-size: 2rem;
  line-height: 1.6;
  text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.8);
}
/* ======================
		BUTTONS & CARDS
========================= */
.btn-outline-light:hover {
  background-color: #fff;
  color: #000;
  border-color: #fff;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.card-title {
  color: red !important;
}

.btn-primary {
  background-color: #022647 !important;
  border-color: #022647 !important;
}

.btn-primary:hover {
  background-color: #033b72 !important;
  border-color: #033b72 !important;
}

/* ======================
   IMAGE STYLING
========================= */
.apple-img {
  max-height: 350px;
  object-fit: contain;
}

/* ======================
   MODALS
========================= */
.modal-content {
  background-color: #1b1b1b;
  color: #fff;
}

.modal-body p {
  font-size: 1.125rem;
  line-height: 1.6;
  margin-bottom: 0;
}

.btn-close-white {
  filter: invert(1);
}
/* Modal Title - red text at the top */
.modal-title {
  font-size: 1.75rem;         /* Bigger title */
  color: #dc3545 !important;  /* Bootstrap red (or use #f44336, etc.) */
  font-weight: 700;
  margin-bottom: 0.5rem;
}

/* Modal Body Text */
.modal-body p {
  font-size: 1rem;            /* Slightly smaller than default (1.125rem) */
  line-height: 1.6;
  color: #f1f1f1;             /* Optional: brighten up the text */
  margin-bottom: 1rem;
}
.modal-body .lead {
  font-size: 1.35rem;       /* Slightly bigger */
  font-weight: 500;         /* More bold */
  color: #dc3545;           /* Ensure it's readable */
  margin-bottom: 0.5rem;    /* Add spacing below */
}
/* ======================
   FORMS
========================= */
.form-grey {
  background-color: #2e2e2e;
  color: #ffffff !important;
  border: 1px solid #444;
  border-radius: 0.5rem;
}

.form-grey::placeholder {
  color: #bbb;
}

.form-grey:focus {
  background-color: #3a3a3a;
  color: #ffffff !important;
  border-color: #888;
  outline: none;
  box-shadow: none;
}

/* ======================
   FOOTER
========================= */
.footer-logo {
  max-width: 150px;
  max-height: 10rem;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: none;
  transform: translateX(15px);
}

.footer-brand-name {
  font-family: 'Cinzel', serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 1.25rem;
  color: #ffffff;
  text-align: center;
  margin-top: 0.25rem;
}

/*.footer-bg {
  background: url('../images/footer-background.jpg') no-repeat center center;
  background-size: cover;
  min-height: 300px;
}*/

.footer-bg {
  background-color: #1b1b1b; /* Charcoal black */
  min-height: 300px;
}

@media (max-width: 576px) {
  .footer-bg {
    background-image: url('../images/footer-banner-mobile.jpg');
  }
}

footer .text-center {
  color: #ffffff;
  font-size: 0.9rem;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* ======================
   MISC
========================= */
.section {
  padding: 4rem 2rem;
}

html {
  scroll-behavior: smooth;
}

.hero-section {
  overflow: hidden;
  background-color: #022647 !important;
}

.alfa-slab-one-regular {
  font-family: "Alfa Slab One", serif;
  font-weight: 400;
  font-style: normal;
}

.text-muted {
  color: #ffffff !important;
}
