@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&family=Montserrat:wght@300;600&display=swap');

/* Safari Hero Section Styles */
.africa-safari-hero {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: url('images/TT_06665_DxOtab.jpg') no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: 'Montserrat', 'Helvetica Neue', sans-serif;
}

.safari-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(10, 30, 20, 0.7) 0%, rgba(5, 15, 10, 0.5) 100%);
  z-index: 1;
}

.safari-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.safari-main-title {
  font-size: 5rem;
  font-weight: 900;
  margin-bottom: 1.5rem;
  line-height: 1.1;
  letter-spacing: -0.5px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  font-family: 'dancing script', cursive;
}

.safari-hero-description {
  font-size: 1.5rem;
  font-family: 'poppins', sans-serif;
  max-width: 700px;
  margin: 0 auto 3rem;
  font-weight: 300;
  line-height: 1.6;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.safari-cta-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.safari-customize-btn {
  background: #e8c547;
  color: #1a2a1e;
  border: none;
  padding: 18px 40px;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.safari-customize-btn:hover {
  background: #f5d76e;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

.safari-explore-link {
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  position: relative;
  transition: all 0.3s ease;
}

.safari-explore-link:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: width 0.3s ease;
}

.safari-explore-link:hover:after {
  width: 100%;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
  .safari-main-title {
    font-size: 4rem;
  }
  
  .safari-hero-description {
    font-size: 1.3rem;
  }
}

@media (max-width: 768px) {
  .safari-main-title {
    font-size: 3rem;
  }
  
  .safari-hero-description {
    font-size: 1.1rem;
    margin-bottom: 2rem;
  }
  
  .safari-customize-btn {
    padding: 15px 30px;
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .safari-main-title {
    font-size: 2.5rem;
  }
  
  .safari-hero-description {
    font-size: 1rem;
  }
}

/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Poppins:wght@300;400;500;600&display=swap');

/* Base Styles */
.safari-packages-section {
    font-family: 'Poppins', sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    padding: 4rem 1rem;
    color: #fff;
    position: relative;
}

/* Premium Header Styles */
.safari-section-header {
    text-align: center;
    margin-bottom: 4rem;
    position: relative;
}

.safari-header-decoration {
    height: 2px;
    background: linear-gradient(90deg, transparent, #d4af37, transparent);
    margin: 1.5rem auto;
    width: 120px;
}

.safari-section-title {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #2a3a4a;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
}

.safari-section-title:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #d4af37;
}

.safari-section-subtitle {
    font-size: 1.2rem;
    color: #666;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 1.5rem;
}

/* Cards Container */
.safari-cards-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 2rem;
    justify-content: center;
}

/* Individual Card Styles */
.safari-package-card {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 450px;
    position: relative;
}

.safari-package-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}

.safari-card-image {
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 2rem;
}

.safari-card-image::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70%;
    background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.5) 50%, transparent 100%);
}

.safari-card-content {
    position: relative;
    z-index: 1;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.safari-card-title {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-weight: 600;
    margin: 0 0 0.5rem 0;
    color: #fff;
    letter-spacing: 0.5px;
}

.safari-card-subtitle {
    font-size: 1rem;
    color: rgba(255,255,255,0.8);
    margin: 0 0 1.5rem 0;
    letter-spacing: 0.5px;
}

.safari-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.safari-price-info {
    display: flex;
    flex-direction: column;
}

.safari-price-label {
    font-size: 0.8rem;
    color: rgba(255,255,255,0.7);
    letter-spacing: 0.5px;
}

.safari-price-value {
    font-weight: 700;
    font-size: 1.8rem;
    color: #fff;
    margin: 0.2rem 0;
}

.safari-price-note {
    font-size: 0.7rem;
    color: rgba(255,255,255,0.7);
}

/* Glass Morphism Button */
.safari-read-more-btn {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border: none;
    padding: 0.8rem 1.5rem;
    border-radius: 30px;
    font-weight: 500;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    letter-spacing: 0.5px;
}

.safari-read-more-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.glass-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.2) 0%,
        rgba(255, 255, 255, 0) 50%,
        rgba(255, 255, 255, 0.2) 100%
    );
    transform: translateX(-100%);
    transition: transform 0.3s ease;
}

.safari-read-more-btn:hover .glass-overlay {
    transform: translateX(100%);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .safari-cards-container {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin: 0 auto;
    }
    
    .safari-section-title {
        font-size: 2.2rem;
    }
    
    .safari-section-subtitle {
        font-size: 1rem;
    }
}

/* Font Awesome CDN */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css');

/* CTA Section */
.safari-cta-section {
    padding: 2rem 1rem;
    margin: 3rem auto 0;
    max-width: 1400px;
}

.safari-cta-card {
    background: #fff;
    border-radius: 18px;
    padding: 2.5rem;
    margin: 0 auto;
    max-width: 1000px;
    box-shadow: none;
    border: 1px solid #ccc;
}

.cta-content-wrapper {
    display: flex;
    align-items: center;
    gap: 3rem;
}

.cta-text-content {
    flex: 1;
}

.cta-image-wrapper {
    flex-shrink: 0;
    text-align: center;
}

/* Text Styles */
.cta-pretitle {
    font-family: 'Poppins', sans-serif;
    color: #5a5a5a;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    margin-bottom: 1.2rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.cta-pretitle i {
    color: #d4af37;
    font-size: 1rem;
}

.cta-title {
    font-family: 'Playfair Display', serif;
    color: #2a3a4a;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.cta-subtitle {
    font-family: 'Poppins', sans-serif;
    color: #666;
    font-size: 1.05rem;
    margin-bottom: 2rem;
    line-height: 1.6;
}

/* Profile Image */
.profile-image-circle {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #ccc;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
}

.profile-image-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-caption {
    font-family: 'Poppins', sans-serif;
    color: #2a3a4a;
    font-weight: 500;
    margin-top: 1rem;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.online-dot {
    color: #25D366;
    font-size: 0.6rem;
}

/* Buttons */
.cta-buttons {
    display: flex;
    gap: 1.2rem;
    flex-wrap: wrap;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.8rem 1.8rem;
    border-radius: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.3s ease;
    min-width: 160px;
    gap: 0.7rem;
}

.cta-button i {
    font-size: 1.1rem;
}

.whatsapp-btn {
    background: #25D366;
    color: white;
    border: 1px solid #1fba58;
}

.whatsapp-btn:hover {
    background: #1fba58;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(37, 211, 102, 0.3);
}

.chat-btn {
    background: white;
    color: #2a3a4a;
    border: 1px solid rgba(212, 175, 55, 0.5);
}

.chat-btn:hover {
    background: #f8f8f8;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Responsive */
@media (max-width: 900px) {
    .cta-content-wrapper {
        flex-direction: column;
        text-align: center;
        gap: 2rem;
    }
    
    .cta-pretitle {
        justify-content: center;
    }
    
    .cta-buttons {
        justify-content: center;
    }
}

@media (max-width: 600px) {
    .safari-cta-card {
        padding: 1.8rem;
        border-radius: 14px;
    }
    
    .cta-title {
        font-size: 1.7rem;
    }
    
    .cta-buttons {
        flex-direction: column;
        gap: 1rem;
    }
    
    .cta-button {
        width: 100%;
    }
    
    .profile-image-circle {
        width: 150px;
        height: 150px;
    }
}