
/* --- HERO BANNER WITH BACKGROUND IMAGE --- */
    .page-hero-section {
      position: relative;
      background: linear-gradient(180deg, rgba(20, 22, 26, 0.25) 0%, rgba(20, 22, 26, 0.95) 85%, #141619 100%), 
                  url('../images/contact-bg.jpg') center center / cover no-repeat;
      padding: 170px 0 80px 0;
      text-align: center;
      border-bottom: 1px solid rgba(255, 198, 94, 0.15);
    }
    .hero-pre-title {
      color: #FFC65E;
      font-size: 13px;
      letter-spacing: 3px;
      text-transform: uppercase;
      font-weight: 700;
      display: block;
      margin-bottom: 12px;
    }
    .hero-title {
      font-family: 'Cinzel', serif;
      color: #ffffff;
      font-size: 42px;
      font-weight: 700;
      margin-bottom: 15px;
      text-shadow: 0 4px 15px rgba(0,0,0,0.6);
    }
    .hero-subtitle {
      max-width: 650px;
      margin: 0 auto;
      color: rgba(255, 255, 255, 0.75);
      font-size: 16px;
      line-height: 1.6;
    }

    .page-hero-section {
  /* 1. Add top padding to clear the floating navbar */
  padding-top: 160px !important; 
  padding-bottom: 100px !important;

  /* 2. Set background position to push the subject lower */
  background-position: center 35% !important; /* Adjust percentage (e.g., 25% - 45%) to frame the face perfectly */
  background-size: cover;
  background-repeat: no-repeat;
  
  /* 3. Optional: Ensure min-height gives enough room for the photo */
  min-height: 80vh; 
  display: flex;
  align-items: center;
}



    /* --- PACKAGES & FORM SECTION --- */
    .booking-content-section {
      padding: 60px 0 90px;
    }
    .package-card {
      background: rgba(24, 26, 30, 0.85);
      border: 1px solid rgba(255, 198, 94, 0.2);
      border-radius: 16px;
      padding: 30px;
      transition: all 0.3s ease;
      position: relative;
      cursor: pointer;
      height: 100%;
    }
    .package-card:hover, .package-card.active {
      border-color: #FFC65E;
      box-shadow: 0 10px 30px rgba(255, 198, 94, 0.15);
      transform: translateY(-4px);
    }
    .package-card.active::after {
      content: '\f00c';
      font-family: 'Font Awesome 6 Free';
      font-weight: 900;
      position: absolute;
      top: 15px;
      right: 15px;
      background: #FFC65E;
      color: #141619;
      width: 28px;
      height: 28px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
    }
    .package-title {
      font-family: 'Cinzel', serif;
      color: #FFC65E;
      font-size: 22px;
      margin-bottom: 10px;
    }
    .package-price {
      font-size: 28px;
      font-weight: 700;
      color: #ffffff;
      margin-bottom: 20px;
    }
    .package-price span {
      font-size: 14px;
      color: #888;
    }
    .deliverables-list {
      list-style: none;
      padding: 0;
      margin: 0 0 20px 0;
    }
    .deliverables-list li {
      padding: 6px 0;
      font-size: 14px;
      color: #cccccc;
      display: flex;
      align-items: center;
    }
    .deliverables-list li i {
      color: #FFC65E;
      margin-right: 10px;
      font-size: 12px;
    }
    
    /* Form Styling */
    .booking-form-card {
      background: rgba(20, 22, 26, 0.95);
      border: 1px solid rgba(255, 198, 94, 0.25);
      border-radius: 16px;
      padding: 40px;
      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    }
    .form-control, .form-select {
      background-color: #181A1E !important;
      border: 1px solid rgba(255, 198, 94, 0.2) !important;
      color: #ffffff !important;
      border-radius: 8px;
      padding: 12px 15px;
      font-size: 14px;
    }
    .form-control:focus, .form-select:focus {
      border-color: #FFC65E !important;
      box-shadow: 0 0 10px rgba(255, 198, 94, 0.2) !important;
    }
    .form-label {
      color: #FFC65E;
      font-size: 12px;
      letter-spacing: 1px;
      text-transform: uppercase;
      font-weight: 600;
      margin-bottom: 8px;
    }
    .btn-submit-booking {
      background: linear-gradient(135deg, #FFC65E, #d99f36);
      color: #141619;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1.5px;
      border: none;
      padding: 14px 30px;
      border-radius: 8px;
      width: 100%;
      transition: all 0.3s ease;
      box-shadow: 0 4px 15px rgba(255, 198, 94, 0.2);
    }
    .btn-submit-booking:hover {
      transform: translateY(-2px);
      box-shadow: 0 6px 20px rgba(255, 198, 94, 0.4);
    }
















.booking-section {
      padding: 120px 0 80px;
    }
    .package-card {
      background: rgba(24, 26, 30, 0.85);
      border: 1px solid rgba(255, 198, 94, 0.2);
      border-radius: 16px;
      padding: 30px;
      transition: all 0.3s ease;
      position: relative;
      cursor: pointer;
      height: 100%;
    }
    .package-card:hover, .package-card.active {
      border-color: #FFC65E;
      box-shadow: 0 10px 30px rgba(255, 198, 94, 0.15);
      transform: translateY(-4px);
    }
    .package-card.active::after {
      content: '\f00c';
      font-family: 'Font Awesome 6 Free';
      font-weight: 900;
      position: absolute;
      top: 15px;
      right: 15px;
      background: #FFC65E;
      color: #141619;
      width: 28px;
      height: 28px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
    }
    .package-title {
      font-family: 'Cinzel', serif;
      color: #FFC65E;
      font-size: 22px;
      margin-bottom: 10px;
    }
    .package-price {
      font-size: 28px;
      font-weight: 700;
      color: #ffffff;
      margin-bottom: 20px;
    }
    .package-price span {
      font-size: 14px;
      color: #888;
    }
    .deliverables-list {
      list-style: none;
      padding: 0;
      margin: 0 0 20px 0;
    }
    .deliverables-list li {
      padding: 6px 0;
      font-size: 14px;
      color: #cccccc;
      display: flex;
      align-items: center;
    }
    .deliverables-list li i {
      color: #FFC65E;
      margin-right: 10px;
      font-size: 12px;
    }
    
    /* --- DOWNLOAD PDF CALLOUT BAR --- */
.pdf-download-wrapper {
  background: rgba(24, 26, 30, 0.6);
  border: 1px dashed rgba(255, 198, 94, 0.3);
  border-radius: 12px;
  padding: 20px 30px;
  margin-top: -10px;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}

.pdf-download-text {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #222;
  font-size: 15px;
}

.pdf-download-text i {
  font-size: 28px;
  color: #FFC65E;
}

.btn-download-pdf {
  background: transparent;
  color: #FFC65E;
  border: 1px solid #FFC65E;
  padding: 10px 24px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

.btn-download-pdf:hover {
  background: #FFC65E;
  color: #141619;
  box-shadow: 0 4px 15px rgba(255, 198, 94, 0.3);
  transform: translateY(-2px);
}