/* style-no-transformations.css */
/* Clean, no scroll effects, always-black navbar, fixed logo, optimized for beliefs.html */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800&display=swap');

body {
  font-family: 'Montserrat', 'Roboto', 'Arial', sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  margin: 0;
  background: #fff;
}

/* General Links */
a {
  color: #1e88e5;
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover {
  color: #0d47a1;
  text-decoration: underline;
}

/* Headings */
h2, h3, h4 {
  font-family: 'Canela', 'Montserrat', 'Roboto', 'Arial', sans-serif;
  color: #1a1a1a;
  font-weight: 700;
}

h2 { font-size: 2.2rem; }
h3 { font-size: 1.8rem; }
h4 { font-size: 1.3rem; }

/* Navbar: ALWAYS black, no transparency, no scroll effects */
.navbar {
  background-color: #000 !important;
  z-index: 2000;
  padding: 0.5rem 1rem;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  transition: none !important;
}

.navbar-brand .logo {
  height: 60px;
  width: auto;
  transition: none !important;
}

.navbar-nav .nav-link {
  color: #fff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  font-family: 'Montserrat', 'Roboto', 'Arial', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 0.5rem 0.75rem;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
}

.navbar .text-white {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  font-size: 0.9rem;
  font-weight: 600;
}

.navbar .text-white:hover {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
}

.navbar-toggler {
  padding: 0.2rem 0.5rem;
}

.navbar-toggler-icon {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(180deg) brightness(100%) contrast(100%);
}

/* Dropdown Menu */
.dropdown-menu {
  background-color: #cadfed;
  border: 1px solid #bbdefb;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  max-height: 0;
  opacity: 0;
  transform: translateY(-10px);
  transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  pointer-events: none;
  overflow: hidden;
  display: block;
}

.dropdown:hover .dropdown-menu {
  max-height: 500px;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.dropdown-menu:hover {
  max-height: 500px;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.dropdown-item {
  color: #0d47a1 !important;
  font-family: 'Montserrat', 'Roboto', 'Arial', sans-serif;
  font-weight: 700;
  padding: 0.5rem 1rem !important;
}

.dropdown-item:hover {
  background-color: #90caf9 !important;
  color: #1a1a1a !important;
}

/* Resources Dropdown */
.resources-dropdown {
  background-color: #cadfed !important;
  border: 1px solid #bbdefb !important;
}

.resources-dropdown .dropdown-item {
  color: #0d47a1 !important;
  font-weight: 700;
  padding: 0.5rem 1rem !important;
}

.resources-dropdown .dropdown-item:hover {
  background-color: #90caf9 !important;
  color: #1a1a1a !important;
}

/* Social Icons Spacing */
.navbar .text-white.mx-1 {
  margin: 0 0.25rem !important;
}

/* Hero Image (Beliefs Page) */
.hero-image {
  width: 100%;
  height: 70vh;
  max-height: 70vh;
  background-image: url('../img/bibleopen.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f0f0f0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.hero-image:hover {
  transform: scale(1.02);
}

.hero-image-spacer {
  height: 70vh;
  width: 100%;
  position: relative;
}

/* Content Area */
.bg-white {
  position: relative;
  z-index: 2;
}

/* Info Boxes (Creeds & Confessions) */
.col-md-4, .col-md-3 {
  display: flex;
}

.info-box {
  background: linear-gradient(to bottom, #5a5a5a, #3a3a3a);
  padding: 30px 20px 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  border: 1px solid #222;
  min-height: 140px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #fff;
}

.info-box h4 {
  margin: 0 0 0.5rem 0;
  font-size: 1.1rem;
  line-height: 1.3;
  color: #fff;
}

.info-box small {
  font-size: 0.85rem;
  opacity: 0.9;
  display: block;
  margin-bottom: 0.5rem;
}

.info-box a {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  color: #90caf9 !important;
  font-weight: 700;
}

.info-box a:hover {
  color: #fff !important;
  text-decoration: underline;
}

/* Beliefs Intro Paragraph */
.beliefs-intro {
  padding: 2rem 1rem;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  margin: 0 auto 3rem;
  max-width: 960px;
}

.beliefs-intro p {
  margin: 0;
  font-size: 1.15rem;
  font-style: italic;
  color: #2c3e50;
  line-height: 1.7;
}

.beliefs-intro strong {
  color: #1a1a1a;
  font-weight: 700;
}

/* Footer */
footer {
  background-color: #1a1a1a;
  color: #fff;
  padding: 1.5rem 0;
  text-align: center;
  position: relative;
  z-index: 2;
  font-family: 'Montserrat', 'Roboto', 'Arial', sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
}

footer a {
  color: #90caf9;
  text-decoration: none;
}

footer a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Phone Tooltip */
.phone-link {
  position: relative;
  display: inline-block;
}

.phone-number {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: 600;
  white-space: nowrap;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  z-index: 2100;
}

.phone-link:hover .phone-number {
  display: block;
}

/* Responsive Adjustments */
@media (max-width: 576px) {
  .navbar-brand .logo {
    height: 50px;
  }

  .navbar {
    background-color: #000 !important;
  }

  .info-box {
    min-height: 120px;
    padding: 25px 15px 15px;
    margin-bottom: 20px;
  }

  .info-box h4 {
    font-size: 1rem;
  }

  .info-box a {
    font-size: 0.85rem;
  }

  .beliefs-intro {
    padding: 1.5rem 1rem;
    margin-bottom: 2rem;
  }

  .beliefs-intro p {
    font-size: 1rem;
  }

  h2 {
    font-size: 1.8rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.1rem;
  }

  footer {
    font-size: 0.8rem;
  }

  .navbar-nav .nav-link {
    text-align: center;
  }
}