/* Start custom CSS for section, class: .elementor-element-defb9cd */.sekala-home-container {
    font-family: "Open Sans", sans-serif;
    color: #333;
    line-height: 1.6;
}
html {
    font-size: 16px;
}
.hero-title {
    font-size: 26px;
    font-weight: 700;
    text-shadow: 1px 1px 3px rgb(0 0 0 / 0.5);
}
.section-title {
    font-size: 24px;
    margin-bottom: 25px;
    color: #262626;
    font-weight: 600;
}
.card-title,
.guide-title,
.experience-details h3,
.gallery-overlay h3 {
    font-size: 22px;
    margin-bottom: 15px;
}
.section-text,
.card-text,
.guide-text,
.experience-details p,
.planning-card .card-text {
    font-size: 15px;
    margin-bottom: 20px;
}
.section-intro {
    font-size: 16px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 30px;
}
.testimonial-content {
    font-size: 18px;
    line-height: 1.8;
    font-style: italic;
    margin-bottom: 20px;
}
@media (min-width: 577px) {
    .hero-title {
        font-size: 32px;
    }
    .section-title {
        font-size: 28px;
    }
    .card-title,
    .guide-title,
    .experience-details h3,
    .gallery-overlay h3 {
        font-size: 24px;
    }
    .section-text,
    .card-text,
    .guide-text,
    .experience-details p,
    .planning-card .card-text {
        font-size: 16px;
    }
    .section-intro {
        font-size: 17px;
    }
    .testimonial-content {
        font-size: 19px;
    }
}
@media (min-width: 992px) {
    .hero-title {
        font-size: 36px;
    }
    .section-title {
        font-size: 30px;
    }
    .card-title,
    .guide-title,
    .experience-details h3,
    .gallery-overlay h3 {
        font-size: 26px;
    }
    .section-text,
    .card-text,
    .guide-text,
    .experience-details p,
    .planning-card .card-text {
        font-size: 16px;
    }
    .section-intro {
        font-size: 18px;
        margin-bottom: 35px;
    }
    .testimonial-content {
        font-size: 20px;
    }
}
@media (min-width: 1200px) {
    .hero-title {
        font-size: 42px;
    }
    .section-title {
        font-size: 32px;
    }
    .card-title,
    .guide-title,
    .experience-details h3,
    .gallery-overlay h3 {
        font-size: 28px;
    }
    .section-text,
    .card-text,
    .guide-text,
    .experience-details p,
    .planning-card .card-text {
        font-size: 16px;
    }
    .section-intro {
        font-size: 20px;
        margin-bottom: 40px;
    }
    .testimonial-content {
        font-size: 22px;
    }
}
.hero-section {
    position: relative;
    height: 45vh;
    min-height: 400px;
    background-image: url(/wp-content/uploads/images/sekala-private-game-lodge-hero.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    box-shadow: 0 5px 15px rgb(0 0 0 / 0.2);
}
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgb(0 0 0 / 0.4), rgb(0 0 0 / 0.6));
}
.hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 0 20px;
}
.hero-subtitle {
    margin-bottom: 40px;
}
.hero-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.hero-button {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}
.hero-button.primary {
    background-color: #e0c38c;
    color: #262626;
}
.hero-button.primary:hover {
    background-color: #d4b06d;
    transform: translateY(-3px);
}
.hero-button.secondary {
    background-color: #fff0;
    border: 2px solid #fff;
    color: #fff;
}
.hero-button.secondary:hover {
    background-color: rgb(255 255 255 / 0.2);
    transform: translateY(-3px);
}
.section-title.centered {
    text-align: center;
}
.section-link {
    display: inline-block;
    color: #e0c38c;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    margin-top: 20px;
}
.section-link:hover {
    color: #d4b06d;
}
.section-link:after {
    content: " →";
}
.section-cta {
    text-align: center;
    margin-top: 40px;
}
.cta-button {
    display: inline-block;
    background-color: #e0c38c;
    color: #262626!important;
    padding: 12px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}
.cta-button:hover {
    background-color: #d4b06d;
    transform: translateY(-3px);
}
.welcome-section {
    display: flex;
    padding: 60px 5%;
    background-color: #fff;
}
.section-content {
    flex: 1;
    padding-right: 40px;
}
.section-image {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-image img {
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 0.1);
}
.welcome-features {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
}
.feature {
    display: flex;
    align-items: center;
    width: calc(50% - 10px);
}
.feature-icon {
    width: 40px;
    height: 40px;
    background-color: rgb(224 195 140 / 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: #e0c38c;
}
.feature-text {
    font-weight: 600;
}
.accommodations-section {
    padding: 60px 5%;
    background-color: #f8f8f8;
}
.accommodation-cards {
    display: flex;
    gap: 30px;
    margin-top: 40px;
}
.accommodation-card {
    flex: 1;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgb(0 0 0 / 0.1);
    transition: transform 0.3s ease;
}
.accommodation-card:hover {
    transform: translateY(-10px);
}
.card-image {
    height: 250px;
    overflow: hidden;
}
.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.accommodation-card:hover .card-image img {
    transform: scale(1.1);
}
.card-content {
    padding: 25px;
}
.card-link {
    display: inline-block;
    color: #e0c38c;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}
.card-link:hover {
    color: #d4b06d;
}
.card-link:after {
    content: " →";
}
.experiences-section {
    display: flex;
    padding: 60px 5%;
    background-color: #fff;
}
.gallery-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-right: 40px;
}
.gallery-top {
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 0.1);
}
.gallery-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.gallery-top:hover img {
    transform: scale(1.05);
}
.gallery-bottom {
    display: flex;
    gap: 15px;
    height: 200px;
}
.gallery-bottom .gallery-item {
    flex: 1;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgb(0 0 0 / 0.1);
}
.gallery-bottom .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.gallery-bottom .gallery-item:hover img {
    transform: scale(1.05);
}
.experiences-list {
    margin-top: 30px;
}
.experience-item {
    display: flex;
    margin-bottom: 25px;
}
.experience-icon {
    width: 50px;
    height: 50px;
    background-color: rgb(224 195 140 / 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    color: #e0c38c;
    flex-shrink: 0;
}
.experience-link {
    color: #e0c38c;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 14px;
}
.experience-link:hover {
    color: #d4b06d;
}
.wildlife-guides-section {
    padding: 60px 5%;
    background-color: #f5f0e6;
}
.wildlife-guides-container {
    display: flex;
    gap: 30px;
    margin-top: 40px;
}
.wildlife-guide-card {
    flex: 1;
    display: flex;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgb(0 0 0 / 0.1);
    transition: transform 0.3s ease;
}
.wildlife-guide-card:hover {
    transform: translateY(-10px);
}
.guide-image {
    flex: 1;
    overflow: hidden;
}
.guide-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.wildlife-guide-card:hover .guide-image img {
    transform: scale(1.05);
}
.guide-content {
    flex: 1;
    padding: 30px;
    display: flex;
    flex-direction: column;
}
.guide-button {
    display: inline-block;
    background-color: #e0c38c;
    color: #262626!important;
    padding: 12px 20px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    text-align: center;
}
.guide-button:hover {
    background-color: #d4b06d;
    transform: translateY(-3px);
}
.guide-button i {
    margin-right: 8px;
}
.dining-section {
    padding: 60px 5%;
    background-color: #f8f8f8;
}
.dining-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 40px;
}
.dining-gallery .gallery-item {
    position: relative;
    height: 300px;
    border-radius: 8px;
    overflow: hidden;
}
.dining-gallery .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.gallery-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgb(0 0 0 / 0.7));
    padding: 20px;
    color: #fff;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}
.gallery-item:hover img {
    transform: scale(1.1);
}
.gallery-item:hover .gallery-overlay {
    transform: translateY(0);
}
.gallery-overlay h3 {
    margin: 0 0 10px 0;
}
.gallery-link {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    padding: 5px 0;
    border-bottom: 2px solid #e0c38c;
    transition: all 0.3s ease;
}
.gallery-link:hover {
    color: #e0c38c;
}
.testimonials-section {
    padding: 60px 5%;
    background-color: #262626;
    color: #fff;
}
.testimonials-section .section-title {
    color: #fff;
}
.testimonials-slider {
    max-width: 800px;
    margin: 0 auto;
}
.testimonial {
    text-align: center;
    padding: 0 20px;
}
.testimonial-content:before {
    content: '"';
    color: #e0c38c;
    font-size: 50px;
    line-height: 0;
    position: relative;
    top: 15px;
}
.author-name {
    font-weight: 600;
    color: #e0c38c;
}
.team-section {
    display: flex;
    padding: 60px 5%;
    background-color: #fff;
}
.planning-section {
    padding: 60px 5%;
    background-color: #f8f8f8;
}
.planning-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 40px;
}
.planning-card {
    background-color: #fff;
    border-radius: 8px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 5px 15px rgb(0 0 0 / 0.1);
    transition: transform 0.3s ease;
}
.planning-card:hover {
    transform: translateY(-10px);
}
.card-icon {
    font-size: 40px;
    color: #e0c38c;
    margin-bottom: 20px;
}
.planning-card .card-title {
    font-size: 20px;
    margin-bottom: 15px;
}
.planning-card .card-text {
    margin-bottom: 20px;
    font-size: 15px;
}
.contact-section {
    padding: 60px 5%;
    background-color: #262626;
    color: #fff;
    text-align: center;
}
.contact-section .section-title {
    color: #fff;
}
.contact-content {
    max-width: 700px;
    margin: 0 auto;
}
.contact-details {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 30px 0;
}
.contact-item {
    display: flex;
    align-items: center;
}
.contact-icon {
    width: 40px;
    height: 40px;
    background-color: rgb(224 195 140 / 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: #e0c38c;
}
.contact-label {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}
.contact-text a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}
.contact-text a:hover {
    color: #e0c38c;
}
.booking-button {
    display: inline-block;
    background-color: #e0c38c;
    color: #262626!important;
    padding: 15px 40px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    transition: all 0.3s ease;
    margin-top: 20px;
}
.booking-button:hover {
    background-color: #d4b06d;
    transform: translateY(-3px);
}

/* Partners Section Styles */
.partners-section {
  padding: 60px 5%;
  background-color: #fff;
}

.partners-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 40px;
}

.partner-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease;
}

.partner-logo:hover {
  transform: translateY(-5px);
}

.partner-logo img {
  max-width: 100%;
  height: auto;
}

/* Videos Section Styles */
.videos-section {
  padding: 60px 5%;
  background-color: #fff;
}

.video-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 40px;
}

.video-item {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.video-item:hover {
  transform: translateY(-10px);
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
  .partners-logos {
    gap: 30px;
  }
  
  .partner-logo img {
    max-width: 80%;
  }
}

@media (max-width: 768px) {
  .video-gallery {
    grid-template-columns: 1fr;
  }
  
  .partners-logos {
    flex-direction: column;
    gap: 40px;
  }
  
  .partner-logo img {
    max-width: 100%;
  }
}


@media (max-width: 992px) {
    .welcome-section,
    .experiences-section,
    .team-section {
        flex-direction: column;
    }
    .section-content,
    .experiences-section .section-content {
        padding: 0 0 40px 0;
    }
    .gallery-container {
        margin-right: 0;
        margin-bottom: 40px;
    }
    .accommodation-cards {
        flex-direction: column;
    }
    .dining-gallery {
        grid-template-columns: repeat(2, 1fr);
    }
    .planning-cards {
        grid-template-columns: repeat(2, 1fr);
    }
    .wildlife-guides-container {
        flex-direction: column;
    }
}
@media (max-width: 768px) {
    .hero-buttons {
        flex-direction: column;
        gap: 15px;
    }
    .feature {
        width: 100%;
    }
    .dining-gallery {
        grid-template-columns: 1fr;
    }
    .planning-cards {
        grid-template-columns: 1fr;
    }
    .contact-details {
        flex-direction: column;
        gap: 20px;
    }
    .gallery-bottom {
        flex-direction: column;
        height: auto;
    }
    .gallery-bottom .gallery-item {
        height: 200px;
    }
    .wildlife-guide-card {
        flex-direction: column;
    }
    .guide-image {
        height: 200px;
    }
    .card-image {
    height: 350px;
    overflow: hidden;
}
}/* End custom CSS */