
     body {
    font-family: Arial, sans-serif;
  }
.host-layout {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  margin: 40px 0;
}
  
.host {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.host-image {
  max-width:500px;
  width: 100%;
  height: auto;
  border-radius: 10px;
  flex-shrink: 0;
}

.host-image img {
  max-width: 300px;
  width: 100%;
  height: auto;
  border-radius: 12px;
margin-left: 30px;

}

.host-details {
  flex: 1;
  min-width: 250px;
}
  
  /* Responsive stacking for small screens */
  @media (max-width: 768px) {
    .host-layout {
      flex-direction: column;
      gap: 20px;
    }
  }
  
    .host-bio {
      font-size: 16px;
      text-align: justify;
	margin-left: 30px;
	margin-right: 30px;
    }

.host-bio p {
  line-height: 1.6;
  margin-bottom: 16px;
}

    /* Responsive stacking for small screens */
@media (max-width: 768px) {
  .host-layout {
    flex-direction: column;
    gap: 20px;
  }
}

/* Responsive adjustment */
@media (max-width: 768px) {
  .host {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .host-details {
    text-align: left;
    padding-top: 20px;
  }

  .social-links {
    justify-content: center;
  }
}
    .video-container {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      justify-content: flex-start;
		margin: 30px;
    }
    .video-container iframe {
      width: 300px;
      height: 170px;
    }
    .consult-link {
    display: block;
    margin-top: 20px;
    font-size: 16px;
    text-align: center;
  }
  .consult-link a {
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
  }
  .consult-link a:hover {
    text-decoration: underline;
  }
  header {
  position: relative;
  background-image: url('images/hero_banner.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 80px 20px;
  text-align: center;
  overflow: hidden;
}


header .overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1); /* 10% opacity black */
  z-index: 0;
}
header h1, header p {
  position: relative;
  z-index: 1;
}
    header p {
      margin: 8px 0 0;
      font-size: 18px;
      color: #ccc;
    }
    .secondary-nav {
  background-color: #111;
  padding: 10px 0;
  text-align: center;
}
.secondary-nav .container {
  max-width: 1200px;
  margin: 0 auto;
}
.secondary-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 30px;
}
.secondary-nav ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}
.secondary-nav ul li a:hover {
  text-decoration: underline;
  color: #E8062C;
}

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}
.read-more-button {
display: inline-block;
padding: 10px 20px;
max-width: 100px;
border: 2px solid #007bff;
background-color: white;
color: #007bff;
text-align: center;
border-radius: 5px;
font-weight: bold;
cursor: pointer;
transition: box-shadow 0.3s ease;
text-decoration: none;
}

.read-more-button:hover {
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
text-decoration: none;
}
header {
position: relative;
background-image: url('images/hero_banner.jpg');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
color: #fff;
padding: 80px 20px;
text-align: center;
overflow: hidden;
}


header .overlay {
position: absolute;
top: 0; left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.1); /* 10% opacity black */
z-index: 0;
}
header h1, header p {
position: relative;
z-index: 1;
}
header p {
  margin: 8px 0 0;
  font-size: 18px;
  color: #ccc;
}
.banner {
width: 100%;
height: 300px; /* Adjust height as needed */
background-color: black;
overflow: hidden;
}

.banner img {

height: auto;
display: block;
}

.about{
  text-align: center;
  padding: 20px;
  background-color: #f4f4f4;
  margin: 0px 0;
}
.contact{
  text-align: left;
  padding: 40px 20px;
  background-color: #f4f4f4;
  margin: auto;
}

.section {
  padding: 40px 20px;
  max-width: 900px;
  margin: auto;
}
.section h2 {
  margin-bottom: 24px;
}
.host {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}
.host img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #ccc;
}
.host-details {
  flex: 1;
}
.social-links {
  margin-top: 0px;

}
.social-links a {
  margin-right: 15px;
  color: #333;
  text-decoration: none;
}
.social-links a i {
  margin-right: 5px;
}
footer {
  background-color: #000;
  color: #ccc;
  text-align: center;
  padding: 20px;
  font-size: 14px;
}
.secondary-nav {
background-color: #111;
padding: 10px 0;
text-align: center;
}
.secondary-nav .container {
max-width: 1200px;
margin: 0 auto;
}
.secondary-nav ul {
list-style: none;
margin: 0;
padding: 0;
display: flex;
justify-content: center;
gap: 30px;
}
.secondary-nav ul li a {
color: #fff;
text-decoration: none;
font-weight: bold;
font-size: 16px;
}
.secondary-nav ul li a:hover {
text-decoration: underline;
color: #E8062C;
}
.subscribe-form {
  max-width: 500px;
  margin: 50px auto;
  padding: 30px;
  background-color: #1b1b1b;          /* dark background like cacpodcast.org */
  color: #f5f5f5;                     /* light text */
  border-radius: 10px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.4);
  font-family: 'Inter', sans-serif;
}

.subscribe-form h2 {
  text-align: center;
  margin-bottom: 25px;
  font-size: 28px;
  color: #f5c518;                     /* gold accent */
}

.subscribe-form label {
  font-weight: 600;
  display: block;
  margin: 15px 0 5px;
  font-size: 16px;
}

.subscribe-form input[type="text"],
.subscribe-form input[type="email"] {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #444;
  border-radius: 6px;
  font-size: 16px;
  background-color: #2c2c2c;
  color: #fff;
  transition: border-color 0.3s, background-color 0.3s;
}

.subscribe-form input:focus {
  border-color: #f5c518;
  outline: none;
  background-color: #3a3a3a;
}

.subscribe-form button {
  background-color: #f5c518;          /* gold button */
  color: #1b1b1b;                     /* dark text on gold */
  width: 100%;
  padding: 15px;
  margin-top: 25px;
  border: none;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.3s;
}

.subscribe-form button:hover {
  background-color: #e5b406;
}
.secondary-nav {
  background-color: #09173f;           /* matches your existing style */
  color: white;
}

.secondary-nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  flex-wrap: wrap;
}

.secondary-nav .hamburger {
  display: none;                       /* hidden on desktop */
  font-size: 28px;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
}

.secondary-nav .nav-links {
  display: flex;
  gap: 25px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.secondary-nav .nav-links li a {
  color: white;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
}

.secondary-nav .nav-links li a:hover {
  color: #ff7a8a;
}

/* Responsive behavior */
@media (max-width: 768px) {
  .secondary-nav .hamburger {
    display: block;                   /* show hamburger on mobile */
  }
  .secondary-nav .nav-links {
    display: none;                    /* hide nav links by default */
    flex-direction: column;
    width: 100%;
    margin-top: 15px;
    background-color: #09173f;
  }
  .secondary-nav .nav-links.show {
    display: flex;                    /* show when toggled */
  }
  .secondary-nav .nav-links li {
    margin: 10px 0;
    text-align: center;
  }
}
#youtube-widget {
  max-width: 100%;
  margin: 50px auto;
  padding: 0 20px;
  color: #fff;
}

#youtube-widget h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 28px;
  color: #f5c518;
}

.youtube-scroll {
  display: flex;
  overflow-x: auto;
  gap: 20px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px;
  justify-content: center;
}

.youtube-scroll::-webkit-scrollbar {
  height: 8px;
}

.youtube-scroll::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 4px;
}

.youtube-video {
  flex: 0 0 auto;
  width: auto;
  max-width: 355px;      /* width matching 200px height at 16:9 ratio */
  height: 200px;         /* fixed maximum height */
  scroll-snap-align: start;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.youtube-video iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.view-all-container {
  text-align: center;
  margin: 30px 0;
}

.view-all-button {
  display: inline-block;
  background-color: #f5c518;        /* gold accent */
  color: #1a1a2e;                  /* dark text */
  font-weight: 700;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 18px;
  transition: background-color 0.3s, transform 0.2s;
}

.view-all-button:hover {
  background-color: #e5b406;
  transform: scale(1.05);
}
nav ul li a.active {
  color: #f5c518;                 /* Highlight color (gold) */
  font-weight: 700;
  border-bottom: 2px solid #f5c518;
  padding-bottom: 4px;
  transition: all 0.3s ease;
}
.vip-raffle {
  background-color: #f5f6f8;
  padding: 60px 20px;
}

.vip-raffle-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 1100px;
  margin: 0 auto;
  gap: 40px;
}

.vip-image img {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.vip-details {
  flex: 1;
  max-width: 600px;
}

.vip-details h2 {
  color: #09173f;
  font-size: 28px;
  margin-bottom: 20px;
}

.vip-details p {
  font-size: 18px;
  color: #333;
  margin-bottom: 25px;
}

.vip-button {
  background-color: #ff2996;
  color: white;
  text-decoration: none;
  padding: 14px 28px;
  font-weight: 600;
  border-radius: 6px;
  transition: background 0.3s ease;
}

.vip-button:hover {
  background-color: #e56575;
}

/* Responsive stacking */
@media (max-width: 768px) {
  .vip-raffle-container {
    flex-direction: column;
    text-align: center;
  }

  .vip-details {
    max-width: 100%;
  }
}

.hamburger,
.close-menu {
  font-size: 28px;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  display: none;
  margin-left: auto;
}

@media (max-width: 768px) {
  .hamburger,
  .close-menu {
    display: block;
    z-index: 1001;
    position: relative;
  }

  .close-menu {
    display: none; /* Hidden until menu is open */
  }

  .nav-links {
    display: none;
    flex-direction: column;
    background-color: #09173f;
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 1000;
  }

  .nav-links.show {
    display: flex;
  }

  .close-menu.show {
    display: block;
  }

  .hamburger.hide {
    display: none;
  }
}








