/* Service Packages Styling */

/* Hero Section */
.page-hero {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
  color: #fff;
  text-align: center;
}

.page-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.page-hero .container {
  position: relative;
  z-index: 2;
}

.page-hero h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
  font-weight: 700;
}

.page-hero p {
  font-size: 1.2rem;
  max-width: 700px;
  margin: 0 auto;
}

/* Featured Packages */
.featured-packages {
  padding: 80px 0;
  background-color: #f8f9fa;
}

.section-header {
  margin-bottom: 50px;
}

.section-header h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #333;
}

.section-header p {
  font-size: 1.1rem;
  color: #666;
  max-width: 700px;
  margin: 0 auto;
}

.package-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.package-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.package-card.featured {
  border: 2px solid #4e73df;
}

.package-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: #e74a3b;
  color: #fff;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  z-index: 2;
}

.package-header {
  padding: 20px;
  background-color: #4e73df;
  color: #fff;
}

.package-header h3 {
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 600;
}

.package-price {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.original-price {
  text-decoration: line-through;
  color: rgba(255, 255, 255, 0.7);
  margin-right: 10px;
  font-size: 1.1rem;
}

.price {
  font-size: 1.8rem;
  font-weight: 700;
}

.package-duration {
  font-size: 0.9rem;
  display: flex;
  align-items: center;
}

.package-duration i {
  margin-right: 5px;
}

.package-body {
  padding: 20px;
  flex-grow: 1;
}

.package-body p {
  margin-bottom: 15px;
  color: #666;
}

.package-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.package-features li {
  padding: 8px 0;
  display: flex;
  align-items: flex-start;
  color: #555;
}

.package-features li i {
  color: #4e73df;
  margin-right: 10px;
  margin-top: 4px;
}

.package-features li.more-features {
  color: #4e73df;
  font-weight: 500;
}

.package-footer {
  padding: 20px;
  border-top: 1px solid #eee;
}

/* All Packages Section */
.all-packages {
  padding: 80px 0;
}

.package-filters {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.package-filters .btn-group {
  flex-wrap: wrap;
  justify-content: center;
}

.package-filters .btn {
  margin: 5px;
}

/* Custom Package Section */
.custom-package {
  padding: 60px 0;
  background-color: #4e73df;
  color: #fff;
}

.custom-package-content {
  max-width: 800px;
  margin: 0 auto;
}

.custom-package-content h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.custom-package-content p {
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
}

/* FAQ Section */
.package-faq {
  padding: 80px 0;
  background-color: #f8f9fa;
}

.accordion-item {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
}

.accordion-button {
  font-weight: 600;
  padding: 15px 20px;
}

.accordion-button:not(.collapsed) {
  background-color: #4e73df;
  color: #fff;
}

.accordion-body {
  padding: 20px;
  background-color: #fff;
}

/* Package Details Page */
.package-details {
  padding: 60px 0;
}

.package-main-content {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  padding: 30px;
  margin-bottom: 30px;
}

.package-header {
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

.package-price-badge {
  background-color: #4e73df;
  color: #fff;
  padding: 10px 15px;
  border-radius: 8px;
  display: inline-block;
}

.package-description h3,
.package-features h3,
.package-services h3,
.package-process h3,
.package-gallery h3,
.package-testimonials h3,
.package-faq h3 {
  font-size: 1.5rem;
  margin-bottom: 20px;
  color: #333;
  font-weight: 600;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-list li {
  padding: 8px 0;
  display: flex;
  align-items: flex-start;
  color: #555;
}

.feature-list li i {
  margin-right: 10px;
  margin-top: 4px;
}

.service-item {
  display: flex;
  align-items: flex-start;
  padding: 15px;
  background-color: #f8f9fa;
  border-radius: 8px;
  height: 100%;
}

.service-icon {
  font-size: 1.5rem;
  color: #4e73df;
  margin-right: 15px;
  min-width: 40px;
  text-align: center;
}

.service-info h4 {
  font-size: 1.1rem;
  margin-bottom: 5px;
  color: #333;
}

.service-info p {
  font-size: 0.9rem;
  color: #666;
  margin: 0;
}

.process-steps {
  position: relative;
}

.process-steps::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  width: 2px;
  background-color: #e0e0e0;
  z-index: 1;
}

.step {
  position: relative;
  padding-left: 50px;
  margin-bottom: 30px;
  z-index: 2;
}

.step:last-child {
  margin-bottom: 0;
}

.step-number {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background-color: #4e73df;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.step-content h4 {
  font-size: 1.2rem;
  margin-bottom: 5px;
  color: #333;
}

.step-content p {
  color: #666;
  margin: 0;
}

.gallery-item {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.gallery-item:hover {
  transform: scale(1.03);
}

.testimonial {
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
}

.testimonial-content {
  margin-bottom: 15px;
}

.testimonial-content p {
  font-style: italic;
  color: #555;
}

.testimonial-author {
  display: flex;
  align-items: center;
}

.author-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}

.author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.author-info h5 {
  margin: 0;
  font-size: 1rem;
  color: #333;
}

.author-info span {
  font-size: 0.9rem;
  color: #777;
}

.package-sidebar {
  position: sticky;
  top: 20px;
}

.booking-card,
.contact-card,
.related-packages {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  padding: 25px;
  margin-bottom: 30px;
}

.booking-card h3,
.contact-card h3,
.related-packages h3 {
  font-size: 1.3rem;
  margin-bottom: 20px;
  color: #333;
  font-weight: 600;
}

.price-display {
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 20px;
  position: relative;
}

.discount-badge {
  position: absolute;
  top: -10px;
  right: 10px;
  background-color: #e74a3b;
  color: #fff;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
}

.price-info {
  text-align: center;
}

.current-price {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
  display: block;
}

.booking-info {
  font-size: 0.9rem;
  color: #666;
}

.booking-info p {
  margin: 0;
}

.contact-info {
  margin-top: 15px;
}

.contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.contact-item i {
  width: 30px;
  color: #4e73df;
  font-size: 1.1rem;
}

.related-package-item {
  padding: 15px;
  border-bottom: 1px solid #eee;
}

.related-package-item:last-child {
  border-bottom: none;
}

.related-package-item h4 {
  font-size: 1.1rem;
  margin-bottom: 5px;
  color: #333;
}

.cta-section {
  background-color: #4e73df;
  color: #fff;
  padding: 60px 0;
  text-align: center;
}

.cta-content h2 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}

.cta-content p {
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto 1.5rem;
}

/* Booking Form Page */
.booking-section {
  padding: 60px 0;
}

.booking-form-container {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  padding: 30px;
  margin-bottom: 30px;
}

.booking-form-container h2 {
  font-size: 1.8rem;
  margin-bottom: 10px;
  color: #333;
}

.booking-form-container p {
  color: #666;
  margin-bottom: 30px;
}

.additional-services {
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 15px;
}

.form-check {
  margin-bottom: 10px;
}

.booking-sidebar {
  position: sticky;
  top: 20px;
}

.package-summary {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  padding: 25px;
  margin-bottom: 30px;
}

.package-summary h3 {
  font-size: 1.3rem;
  margin-bottom: 20px;
  color: #333;
  font-weight: 600;
}

.package-image {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
}

.package-summary h4 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #333;
}

.booking-help {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  padding: 25px;
}

.booking-help h3 {
  font-size: 1.3rem;
  margin-bottom: 15px;
  color: #333;
  font-weight: 600;
}

.booking-help p {
  color: #666;
  margin-bottom: 15px;
}

.contact-options {
  margin-top: 15px;
}

.contact-option {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.contact-option i {
  width: 30px;
  color: #4e73df;
  font-size: 1.1rem;
}

/* Responsive Styles */
@media (max-width: 991px) {
  .package-sidebar {
    position: static;
    margin-top: 30px;
  }

  .booking-sidebar {
    position: static;
    margin-top: 30px;
  }

  .page-hero h1 {
    font-size: 2.5rem;
  }

  .section-header h2 {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .page-hero {
    padding: 60px 0;
  }

  .page-hero h1 {
    font-size: 2rem;
  }

  .section-header h2 {
    font-size: 1.8rem;
  }

  .package-filters .btn-group {
    flex-direction: column;
    width: 100%;
  }

  .package-filters .btn {
    margin: 3px 0;
    border-radius: 4px !important;
  }

  .cta-content h2 {
    font-size: 1.8rem;
  }
}
