body {
      font-family: 'Roboto', sans-serif;
    }
    .playfair {
      font-family: 'Playfair Display', serif;
    }
   
    
    .dropdown:hover .dropdown-menu {
      display: block;
    }
    .dropdown-menu:hover {
      display: block !important;
    }
    .faq-item {
      border-bottom: 1px solid #e2e8f0;
    }
    .hero-slide {
      opacity: 0;
      transition: opacity 1s ease-in-out;
      background-size: cover;
      background-position: center;
    }
    .hero-slide.active {
      opacity: 1;
    }




/* Ensure the phone input field has full width */
.iti__intl-tel-input input {
  width: 100% !important; /* Force full width */
  padding: 1rem; /* Match padding */
  border-radius: 0.5rem; /* Rounded corners */
  border: 1px solid #d1d5db; /* Matching border color */
  font-size: 1rem; /* Ensure font size is consistent */
}

/* Adjust the flags container */
.iti__flag-container {
  width: 40px !important; /* Resize flag container */
}

/* Adjust the dropdown arrow */
.iti__dropdown-arrow {
  width: 20px !important;
}


 :root {
            --wildlife: #10b981;
            --beach: #0ea5e9;
            --mountain: #f59e0b;
            --cultural: #8b5cf6;
        }
        
        #tanzania-map { 
            height: 65vh; 
            min-height: 400px;
            border-radius: 16px;
            box-shadow: 0 10px 25px rgba(0,0,0,0.1);
        }
        
        .leaflet-popup-content-wrapper {
            border-radius: 12px;
            box-shadow: 0 6px 15px rgba(0,0,0,0.2);
            padding: 0;
            overflow: hidden;
            min-width: 280px;
            max-width: 90vw;
        }
        
        .leaflet-popup-content {
            margin: 0;
            padding: 0;
            width: 100% !important;
        }
        
        .site-popup {
            background: white;
            transition: transform 0.3s ease;
        }
        
        .site-popup:hover {
            transform: translateY(-3px);
        }
        
        .site-popup img {
            width: 100%;
            height: 160px;
            object-fit: cover;
        }
        
        .popup-header {
            position: relative;
        }
        
        .popup-category {
            position: absolute;
            top: 12px;
            right: 12px;
            padding: 4px 10px;
            border-radius: 20px;
            font-size: 0.75rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        
        .popup-content {
            padding: 16px;
        }
        
        .popup-title {
            font-weight: 700;
            font-size: 1.25rem;
            margin-bottom: 6px;
            color: #1f2937;
        }
        
        .popup-meta {
            display: flex;
            align-items: center;
            color: #6b7280;
            font-size: 0.875rem;
            margin-bottom: 10px;
        }
        
        .popup-description {
            color: #4b5563;
            font-size: 0.9375rem;
            line-height: 1.5;
            margin-bottom: 16px;
        }
        
        .popup-button {
            display: block;
            width: 100%;
            text-align: center;
            background: #3b82f6;
            color: white;
            padding: 10px;
            border-radius: 8px;
            font-weight: 600;
            transition: all 0.3s ease;
        }
        
        .popup-button:hover {
            background: #2563eb;
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(59, 130, 246, 0.3);
        }
        
        .category-wildlife .popup-category { background: var(--wildlife); color: white; }
        .category-beach .popup-category { background: var(--beach); color: white; }
        .category-mountain .popup-category { background: var(--mountain); color: white; }
        .category-cultural .popup-category { background: var(--cultural); color: white; }
        
        .marker-cluster {
            background-clip: padding-box;
            border-radius: 50%;
        }
        
        .marker-cluster div {
            width: 30px;
            height: 30px;
            margin-left: 5px;
            margin-top: 5px;
            text-align: center;
            border-radius: 50%;
            font-weight: 700;
        }
        
        .marker-cluster-wildlife { background-color: rgba(16, 185, 129, 0.2); }
        .marker-cluster-wildlife div { background-color: var(--wildlife); color: white; }
        
        .marker-cluster-beach { background-color: rgba(14, 165, 233, 0.2); }
        .marker-cluster-beach div { background-color: var(--beach); color: white; }
        
        .marker-cluster-mountain { background-color: rgba(245, 158, 11, 0.2); }
        .marker-cluster-mountain div { background-color: var(--mountain); color: white; }
        
        .marker-cluster-cultural { background-color: rgba(139, 92, 246, 0.2); }
        .marker-cluster-cultural div { background-color: var(--cultural); color: white; }
        
        .filter-btn {
            padding: 8px 16px;
            border-radius: 8px;
            background: #f3f4f6;
            color: #4b5563;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            border: 2px solid transparent;
        }
        
        .filter-btn:hover, .filter-btn.active {
            background: #3b82f6;
            color: white;
            border-color: #3b82f6;
        }
        
        .experience-card {
            transition: all 0.3s ease;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 4px 6px rgba(0,0,0,0.05);
        }
        
        .experience-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 10px 10px -5px rgba(0,0,0,0.04);
        }
        
        @media (max-width: 768px) {
            #tanzania-map {
                height: 50vh;
            }
            
            .filter-container {
                display: grid;
                grid-template-columns: repeat(2, 1fr);
                gap: 10px;
                margin-bottom: 20px;
            }
            
            .popup-title {
                font-size: 1.1rem;
            }
        }

            .custom-gold { color: #b8860b; }
    .custom-orange { background-color: #d97706; }
    .custom-orange-dark { background-color: #b86005; }
    .nav-bg { background: linear-gradient(to right, #f8f8f8, #e0e0e0); }
    .dropdown-menu {
      transition: opacity 0.3s ease, transform 0.3s ease;
      transform: translateY(-10px);
    }
    .dropdown-menu.show {
      transform: translateY(0);
      opacity: 1;
    }
    .mobile-menu-overlay { transition: opacity 0.3s ease; }
    .mobile-menu-panel { transition: transform 0.3s ease; }


    /* Animation for fade-in effect */
@keyframes fade-in {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.animate-fade-in {
  animation: fade-in 1s ease-out forwards;
}

/* Ensure carousel slides are displayed correctly */
.video-carousel {
  position: relative;
  overflow: hidden;
}

.video-slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.video-slide {
  flex: 0 0 100%;
}

@media (min-width: 640px) {
  .video-slide {
    flex: 0 0 50%;
  }
}

@media (min-width: 1024px) {
  .video-slide {
    flex: 0 0 33.333%;
  }
}

