/* Start custom CSS for section, class: .elementor-element-787c967 *//* Base styles and resets */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  line-height: 1.6;
}

/* Typography - Responsive Font Sizes */
/* Mobile/Phone: 0-576px */
.hero-title {
  position: relative;
  z-index: 2;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  padding: 0 20px;
  max-width: 800px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.section-title {
  font-size: 24px;
  margin-bottom: 25px;
  color: #262626;
  position: relative;
  font-weight: 600;
  text-align: center;
}

.sub-section-title {
  font-size: 22px;
  margin: 40px 0 25px;
  color: #262626;
  position: relative;
  font-weight: 600;
  display: flex;
  align-items: center;
}

h4 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #262626;
}

p, li {
  font-size: 15px;
  margin-bottom: 20px;
  color: #555;
}
span {
  font-size: 15px;
}

/* Hero Section */
.sekala-hero-section {
  position: relative;
  height: 400px;
  background-image: url('/wp-content/uploads/images/Exclusive-Lodge-Bookings-at-Sekala.jpg');
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff!important;
  margin-bottom: 50px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.breadcrumbs {
  position: relative;
  z-index: 2;
  font-size: 14px;
  background-color: rgba(0,0,0,0.2);
  padding: 5px 15px;
  border-radius: 4px;
}

.breadcrumbs a {
  color: #fff;
  text-decoration: none;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

/* Main Container */
.sekala-rates-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

/* Intro Section */
.sekala-intro-section {
  text-align: center;
  margin-bottom: 40px;
}

.sekala-intro-section p {
  font-size: 15px;
  max-width: 800px;
  margin: 0 auto;
}

/* Capacity Section Styling */
.sekala-capacity-section {
  margin: 50px 0;
}

.capacity-content {
  display: flex;
  flex-direction: column;
  background-color: #f8f8f8;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.capacity-text {
  flex: 1;
  padding: 30px 20px;
}

.capacity-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.capacity-list li {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.capacity-list li i {
  color: #e0c38c;
  margin-right: 15px;
  font-size: 18px;
}

.capacity-note {
  background-color: rgba(224, 195, 140, 0.2);
  padding: 15px;
  border-radius: 5px;
  font-style: italic;
}

.capacity-note i {
  color: #e0c38c;
  margin-right: 10px;
}

.capacity-image {
  flex: 1;
  min-height: 250px;
}

.capacity-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Benefits Grid Styling */
.benefits-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 50px;
}

.benefit-item {
  background-color: #f8f8f8;
  border-radius: 8px;
  padding: 25px 20px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.benefit-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.benefit-icon {
  font-size: 30px;
  color: #e0c38c;
  margin-bottom: 15px;
  height: 70px;
  width: 70px;
  line-height: 70px;
  background-color: rgba(224, 195, 140, 0.2);
  border-radius: 50%;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.benefit-item h4 {
  margin: 0 0 10px 0;
  font-size: 18px;
  color: #262626;
}

.benefit-item p {
  margin: 0;
  font-size: 14px;
  color: #666;
}

/* Exclusive Rates Card Styling */
.sekala-exclusive-rates {
  margin: 50px 0;
}

.exclusive-rates-card {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.exclusive-rates-header {
  background-color: #262626;
  color: #fff;
  padding: 20px;
}

.exclusive-rates-header h3 {
  margin: 0;
  font-size: 22px;
  display: flex;
  align-items: center;
}

.exclusive-rates-header h3 i {
  color: #e0c38c;
  margin-right: 10px;
}

.exclusive-rates-content {
  padding: 30px 20px;
  text-align: center;
}

.exclusive-rates-content p {
  font-size: 15px;
  margin-bottom: 30px;
}

.rates-factors {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 30px;
  justify-content: center;
}

.rate-factor {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-basis: calc(50% - 15px);
}

.factor-icon {
  background-color: rgba(224, 195, 140, 0.2);
  color: #e0c38c;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 15px;
}

.rate-factor span {
  font-size: 15px;
  color: #262626;
}

.contact-note {
  font-size: 16px;
  margin: 30px 0;
  font-weight: 600;
}

.quote-request {
  margin-top: 20px;
}

.btn-quote {
  display: inline-block;
  background-color: #e0c38c;
  color: #262626!important;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  font-size: 16px;
}

.btn-quote:hover {
  background-color: #262626;
  color: #fff!important;
}

/* Experience Showcase Styling */
.sekala-experience-showcase {
  margin: 50px 0;
}

.experience-header {
  text-align: center;
  margin-bottom: 30px;
}

.experience-intro {
  max-width: 800px;
  margin: 0 auto 40px;
  font-size: 15px;
}

.experience-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.experience-item {
  position: relative;
  height: 250px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.experience-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.experience-item:hover img {
  transform: scale(1.1);
}

.experience-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
  color: #fff;
  padding: 20px;
  transition: all 0.3s ease;
}

.experience-overlay h4 {
  margin: 0 0 5px 0;
  font-size: 18px;
  color: #fff;
}

.experience-overlay p {
  margin: 0;
  font-size: 14px;
  opacity: 0.9;
  color: #fff;
}

/* Testimonials Styling */
.sekala-testimonials-section {
  margin: 50px 0;
}

.testimonials-slider {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.testimonial-slide {
  flex: 1;
  background-color: #f8f8f8;
  border-radius: 8px;
  padding: 25px 20px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.testimonial-content p {
  font-style: italic;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
  border-left: 3px solid #e0c38c;
}

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

.author-info h4 {
  margin: 0 0 5px 0;
  font-size: 16px;
  color: #262626;
}

.author-info span {
  color: #666;
  font-size: 14px;
}

/* FAQ Section Styling */
.sekala-faq-section {
  margin: 50px 0;
}

.faq-container {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.faq-item {
  background-color: #fff;
  border-bottom: 1px solid #eee;
}

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

.faq-question {
  padding: 20px;
  cursor: pointer;
}

.faq-question h4 {
  margin: 0;
  font-size: 16px;
  color: #262626;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq-question h4 i {
  color: #e0c38c;
  font-size: 16px;
}

.faq-answer {
  padding: 0 20px 20px;
}

.faq-answer p {
  margin: 0;
  font-size: 15px;
  color: #666;
}

/* CTA Section Styling */
.sekala-cta-section {
  background-color: #262626;
  color: #fff;
  padding: 40px 20px;
  text-align: center;
  border-radius: 8px;
  background-image: linear-gradient(rgba(38, 38, 38, 0.9), rgba(38, 38, 38, 0.9)), url('/wp-content/uploads/images/Private-game-drive-experience-at-Sekala-Lodge.jpg');
  background-size: cover;
  background-position: center;
  margin-top: 50px;
}

.cta-content {
  max-width: 700px;
  margin: 0 auto;
}

.cta-content h2 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #fff;
}

.cta-content p {
  font-size: 15px;
  margin-bottom: 30px;
  color: #fff;
}

.cta-buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}

.btn-primary, .btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  font-size: 16px;
  width: 100%;
  max-width: 250px;
}

.btn-primary {
  background-color: #e0c38c;
  color: #262626!important;
}

.btn-primary:hover {
  background-color: #c9ad7b;
}

.btn-secondary {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.btn-secondary:hover {
  background-color: #fff;
  color: #262626!important;
}

/* iPad/Tablet: 577px-991px */
@media (min-width: 577px) {
  .hero-title {
    font-size: 32px;
  }
  
  .section-title {
    font-size: 28px;
  }
  
  .sub-section-title {
    font-size: 24px;
  }
  
  h4 {
    font-size: 22px;
  }
  
  p, li, span {
    font-size: 16px;
  }
  
  .sekala-intro-section p {
    font-size: 16px;
  }
  
  .capacity-text {
    padding: 40px;
  }
  
  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  
  .exclusive-rates-content p {
    font-size: 16px;
  }
  
  .rate-factor {
    flex-basis: calc(25% - 15px);
  }
  
  .experience-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  
  .experience-intro {
    font-size: 16px;
  }
  
  .testimonials-slider {
    flex-direction: row;
    gap: 30px;
  }
  
  .testimonial-content p {
    font-size: 16px;
  }
  
  .faq-question h4 {
    font-size: 18px;
  }
  
  .faq-answer p {
    font-size: 16px;
  }
  
  .cta-content h2 {
    font-size: 28px;
  }
  
  .cta-content p {
    font-size: 16px;
  }
  
  .cta-buttons {
    flex-direction: row;
    justify-content: center;
  }
  
  .btn-primary, .btn-secondary {
    width: auto;
  }
}

/* Laptop: 992px-1199px */
@media (min-width: 992px) {
  .hero-title {
    font-size: 36px;
  }
  
  .section-title {
    font-size: 30px;
  }
  
  .sub-section-title {
    font-size: 26px;
  }
  
  h4 {
    font-size: 24px;
  }
  
  p, li, span {
    font-size: 16px;
  }
  
  .capacity-content {
    flex-direction: row;
  }
  
  .capacity-text {
    flex: 0 0 50%;
  }
  
  .capacity-image {
    flex: 0 0 50%;
    min-height: 350px;
  }
  
  .benefits-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  
  .exclusive-rates-content {
    padding: 30px;
  }
  
  .exclusive-rates-content p {
    font-size: 17px;
  }
  
  .contact-note {
    font-size: 17px;
  }
  
  .btn-quote {
    font-size: 17px;
    padding: 12px 30px;
  }
  
  .experience-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .experience-intro {
    font-size: 17px;
  }
  
  .testimonial-content p {
    font-size: 17px;
  }
  
  .author-info h4 {
    font-size: 18px;
  }
  
  .faq-question h4 {
    font-size: 20px;
  }
  
  .faq-answer p {
    font-size: 17px;
  }
  
  .cta-content h2 {
    font-size: 30px;
  }
  
  .cta-content p {
    font-size: 17px;
  }
  
  .sekala-cta-section {
    padding: 50px 30px;
  }
  
  .btn-primary, .btn-secondary {
    font-size: 17px;
    padding: 12px 30px;
  }
}

/* Desktop: 1200px+ */
@media (min-width: 1200px) {
  .hero-title {
    font-size: 42px;
  }
  
  .section-title {
    font-size: 32px;
  }
  
  .sub-section-title {
    font-size: 28px;
  }
  
  h4 {
    font-size: 26px;
  }
  
  p, li, span {
    font-size: 16px;
  }
  
  .sekala-intro-section p {
    font-size: 18px;
  }
  
  .exclusive-rates-header h3 {
    font-size: 24px;
  }
  
  .exclusive-rates-content p {
    font-size: 18px;
  }
  
  .contact-note {
    font-size: 18px;
  }
  
  .btn-quote {
    font-size: 18px;
  }
  
  .experience-intro {
    font-size: 18px;
  }
  
  .testimonial-content p {
    font-size: 18px;
  }
  
  .faq-question h4 {
    font-size: 22px;
  }
  
  .faq-answer p {
    font-size: 18px;
  }
  
  .cta-content h2 {
    font-size: 32px;
  }
  
  .cta-content p {
    font-size: 18px;
  }
  
  .btn-primary, .btn-secondary {
    font-size: 18px;
  }
}/* End custom CSS */