/* === styles.css === */

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: #111;
  color: white;
  overflow-x: hidden;
  min-height: 100%;
}

main {
  margin-top: 0;
  padding-top: 0;
}

.header-top {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}

@media (max-width: 768px) {
  .header-top {
    flex-direction: column;
    align-items: center;
  }
  .nav-links {
    flex-direction: column;
    gap: 1rem;
  }
}

.hero-intro {
  padding: 0;
  margin: 0;
  background-color: #111116;
}

.video-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 0;
  margin: 0;
  background-color: #111116
}

.video-container video {
  width: 50%; /* Half size */
  height: auto;
  display: block;
  margin: 0 0;
  background-color: #111116
}

.hero-intro #headline {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ff6700;
  font-size: 3rem;
  z-index: 5;
  opacity: 0;
  transition: opacity 1.5s ease 0.5s;
}

/* ===================== Bio Images with Signature ===================== */

/* Make sure navbar aligns its content center too */
.portrait-wrapper {
  position: relative;
}

.signature-overlay {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 150px; /* adjust as needed */
  opacity: 0.9;
  pointer-events: none;
}

.portrait-wrapper .main-portrait {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
}

.subtitle {
  color: #fffacd; /* pale yellow - can change to #fff or another tone */
  font-size: 1rem;
  font-style: italic;
  opacity: 0.9;
}


/* ===================== NAVIGATION ===================== */

/* Make sure navbar aligns its content center too */
.navbar {
  background: #111116;
  display: flex;
  justify-content: center;
  padding: 1rem 0;
}




.logo img {
  max-height: 115px;
  width: auto;
}

.logo {
  text-align: center;
  margin-bottom: 10px;
}


.banner-thumbs {
  display: flex;
  gap: 10px;
  flex: 1;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.banner-thumbs img {
  height: 100px;
  border-radius: 4px;
  object-fit: cover;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Center nav links inside */
.nav-links {
  list-style: none;
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  padding: 0;
  margin: 0;
}

.nav-links li {
  position: relative;
}

.nav-links li a {
  color: #f88a00;
  text-decoration: none;
  font-weight: 500;
  padding: 8px 12px;
  transition: color 0.3s ease;
  display: inline-block;
}

.nav-links li a:hover {
  color: white;
}

.nav-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: #111;
  min-width: 160px;
  display: none;
  flex-direction: column;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.nav-links li.dropdown:hover .nav-dropdown {
  display: flex;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav-dropdown li a {
  color: #f88a00;
  padding: 10px 15px;
  display: block;
  background: #111;
}

.nav-dropdown li a:hover {
  background-color: #222;
  color: white;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #222;
  display: none;
  flex-direction: column;
  padding: 0;
  min-width: 160px;
  z-index: 999;
}

.dropdown-menu li {
  width: 100%;
}

.dropdown-menu li a {
  color: #ff6700;
  padding: 10px 15px;
  display: block;
}

.dropdown-menu li a:hover {
  background-color: #333;
  color: #fff;
}





.highlight-brand {
  color: #f88a00;
  font-weight: 700;
  font-size: 1.1em;
}

.highlight-brandphrase {
  color: #f88a00;
  font-weight: 700;
  font-size: 1.1em;
  font-style: italic;
}


.banner-thumbs {
  display: flex;
  gap: 10px;
  flex: 1;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.banner-thumbs img {
  height: 130px;
  width: auto;
  border-radius: 4px;
  object-fit: cover;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}


.gallery {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  padding: 20px;
}

.gallery a {
  display: block;
  width: 350px; /* Increase this value to make them even larger */
  border: 4px solid #f88a00;
  border-radius: 8px;
  overflow: hidden;
  background: #000;
  transition: transform 0.3s ease;
}

.gallery img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
}

.gallery a:hover img {
  transform: scale(1.07);
}

.gallery-item {
  text-align: center;
  width: 350px;
}

.gallery-item .caption {
  color: #f88a00;
  font-weight: bold;
  margin-top: 8px;
}

.gallery-container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  padding: 20px;
}

.gallery-container a {
  display: block;
  width: 200px;
  transition: transform 0.3s ease-in-out;
}

.gallery-container a:hover {
  transform: scale(1.05);
}

.gallery-container img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}


.glide__slide img {
  width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: cover;
  border-radius: 10px;
}
.glide__arrow {
  background: #f88a00;
  color: white;
  border: none;
  padding: 10px 15px;
  font-size: 1.5rem;
  cursor: pointer;
  border-radius: 4px;
}
.glide__arrow:hover {
  background: #e07500;
}



.offerings {
  font-weight: bold;
  padding: 50px 5%;
  background-color: #fff6e6; /* warm off-white to match your sunset theme */
  text-align: center;
}

.offerings h2 {
  font-family: 'Segoe UI', sans-serif;
  font-size: 2rem;
  margin-bottom: 30px;
  color: #e59400; /* golden orange */
}

.offer-grid {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}

.offer-box {
  background-color: #fff;
  border-radius: 12px;
  padding: 20px;
  width: 280px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.offer-box:hover {
  transform: translateY(-5px);
}

.offer-box img {
  width: 60px;
  margin-bottom: 15px;
}

.offer-box h3 {
  color: #333;
  font-size: 1.25rem;
  margin-bottom: 10px;
}

.offer-box p {
  font-size: 0.95rem;
  color: #555;
}


footer {
  text-align: center;
  background: #333;
  color: white;
  padding: 20px 0;
}



/* ====== Services Page Styling ====== */

.page-wrapper {
  max-width: 70%;
  margin: 0 auto;
}

.service-section {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 2rem 0;
}

.service-box {
  flex: 1 1 45%;
  background: #fff1e3;
  margin: 1rem;
  padding: 2rem;
  border-radius: 16px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.service-box h2 {
  margin-top: 0;
  color: #cc5500;
  font-size: 1.5rem;
}

.service-description {
  font-size: 1rem;
  line-height: 1.6;
  color: #222;
}

.highlight {
  color: #cc5500;
  font-weight: bold;
}

@media (max-width: 768px) {
  .page-wrapper {
    max-width: 90%;
  }
  .service-section {
    flex-direction: column;
  }
  .service-box {
    flex: 1 1 100%;
    margin: 1rem 0;
  }
}

.rollover-section {
  width: 100%;
  text-align: center;
  margin-bottom: 2rem;
}

.rollover-section img {
  max-width: 300px;
  width: 90%;
  height: auto;
  border-radius: 16px;
  transition: all 0.3s ease-in-out;
}