/*
 Theme Name:     Jebtam Child
 Template:       generatepress
 Version:        3.5.1
*/

/* ====== RESET CONTAINERS (SAFE) ====== */
.site, .site-content, .content-area, .inside-article, .page-header, main, .container, .site-main, .inside-site {
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  max-width: 100% !important;
}

/* Remove pseudo-elements */
.site:before, .site:after,
.site-content:before, .site-content:after,
main:before, main:after {
  display: none !important;
  content: none !important;
}

/* ====== HEADER ====== */
header.jebtam-header {
  background: radial-gradient(circle, #111, #000);
  color: #fff;
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100vw;
  padding: 0;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0 30px;
}

.site-logo img {
  max-height: 240px;
  display: block;
}

/* ====== GOLD BAR ====== */
header.jebtam-header::after {
  content: "";
  display: block;
  height: 5px;
  background: url('http://jebtampublishing.com/wp-content/uploads/2025/07/gold-bar.png') repeat-x;
  background-size: auto 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

/* ====== NAV MENU ====== */
.jebtam-menu {
  display: flex;
  gap: 50px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.jebtam-menu li a {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.3s ease;
}

.jebtam-menu li a:hover {
  color: #facc15;
}

/* ====== SEARCH ====== */
.search-bar .search-field {
  border-radius: 20px;
  padding: 10px 15px;
  font-size: 1rem;
}

/* ====== BODY SPACER FOR FIXED HEADER ====== */
body:before {
  content: "";
  display: block;
  height: 260px;
}

/* ====== FIX ADMIN BAR ====== */
body.admin-bar {
  margin-top: 32px;
}

#wpadminbar {
  position: fixed;
  top: 0;
  z-index: 100000;
}

@media (max-width: 782px) {
  body.admin-bar {
    margin-top: 46px;
  }
}

/* ====== REMOVE WHITE GAP ABOVE HOMEPAGE HERO ====== */
body.home .site-content, 
body.home main, 
body.home .inside-site {
  margin: 0 !important;
  padding: 0 !important;
}

body.home:before {
  height: 0 !important;
}

.site-content, .content-area, .jebtam-home-content {
  background: transparent !important;
}

/* ====== ADMIN BAR FIX ====== */
body:not(.admin-bar) .jebtam-hero {
  padding-top: 40px;
}

/* ===================================================
   MOBILE RESPONSIVENESS FIXES
   =================================================== */
@media (max-width: 768px) {
  /* HERO overlay image (Pg-1.3 overlay) */
  .hero-text-overlay {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  /* HERO CTA button */
  .jebtam-hero .jebtam-cta-button-page1 {
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    padding: 12px 24px;
    font-size: 0.9rem;
  }

  /* PAGE-2 buttons: stack into grid */
  .pg2-button-row {
    top: auto;
    bottom: 10%;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    width: 95%;
  }

  .pg2-overlay-button img {
    max-height: 90px;
    max-width: 70px;
  }

  /* PAGE-3 & PAGE-4 backgrounds: fill screen */
  .jebtam-page-3,
  .jebtam-page-4 {
    background-size: cover;
    background-position: center;
  }

  /* Prevent horizontal scroll */
  .jebtam-hero,
  .jebtam-page-2,
  .jebtam-page-3,
  .jebtam-page-4,
  .jebtam-page-5 {
    width: 100%;
    overflow: hidden;
  }

  /* PAGE-5 CTA button */
  .jebtam-page-5 .jebtam-cta-button-page5 {
    top: auto;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    padding: 14px 30px;
    font-size: 1rem;
  }
}
