.hero-wrap.hero-wrap-2 {
  width: 100%;
  height: auto;
  position: relative;
  background-image:url(../../images/spotlight/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  z-index: 0;
}

.hero-wrap.hero-wrap-2 .overlay {
  width: 100%;
  opacity: .4;
  background: #232429;
}
.hero-wrap.hero-wrap-2 .slider-text {
  height: 500px;
}
.hero-wrap.hero-wrap-4 {
  width: 100%;
  height: auto;
  position: relative;
  background-image:url(../../images/home/newkcc.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  z-index: 0;
}

.hero-wrap.hero-wrap-4 .overlay {
  width: 100%;
  opacity: .4;
  background: #232429;
}
.hero-wrap.hero-wrap-4 .slider-text {
  height: 500px;
}
.spotlight-section {
    background-color: #f8f9fa;
  }
  
  .spotlight-block {
    margin-bottom: 3rem;
  }
  
  .spotlight-title {
    font-weight: 700;
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  
  .spotlight-text {
    font-size: 1.2rem;
    line-height: 1.3;
  }
  
  .spotlight-img {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }
  
  .venues {
    background-color: #f9f9f9;
}
.venues h2{
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
  }

  .venues h2::after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background-color: #66B942;
    margin: 12px auto 0 auto;
    border-radius: 3px;
}
.venue-card-new {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.venue-card-new:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.venue-image {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.venue-info {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.venue-info h4 {
    font-size: 1.5px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #333;
}

.venue-info p {
    font-size: 1.3rem;
    color: #666;
    flex-grow: 1;
}

.venue-info .btn {
  background-color: #F26522; /* bright orange */
  color: #fff;
  margin-top: 15px;
  font-weight: 600;
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 12px rgba(255, 165, 0, 0.2);
}

.venue-info .btn:hover {
  background-color: transparent; 
  color: #F26522;
  border: 1px solid #F26522;
  box-shadow: 0 6px 20px rgba(255, 165, 0, 0.35);
  transform: translateY(-2px);
}
