/* VIP Packages Cards Styles */
.vip-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
    justify-items: center;
    align-items: stretch;
    margin-bottom: 2rem;
}
.vip-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(141,85,36,0.10);
    width: 320px;
    padding: 1.2rem 1rem 1.5rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    transition: box-shadow 0.2s, transform 0.2s;
}
.vip-card:hover {
    box-shadow: 0 8px 32px rgba(141,85,36,0.18);
    transform: translateY(-4px) scale(1.03);
}
.vip-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 1rem;
}
.vip-card-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.7rem;
}
.vip-card-header h3 {
    font-size: 1.18rem;
    color: #8d5524;
    margin: 0;
}
.vip-price {
    background: #ffd700;
    color: #8d5524;
    font-weight: bold;
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
    font-size: 1.08rem;
    box-shadow: 0 1px 4px rgba(141,85,36,0.10);
}
.details-btn {
    background: #c68642;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 0.5rem 1.2rem;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0.7rem;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}
.details-btn:hover {
    background: #8d5524;
    color: #ffd700;
}
.vip-details-content {
    width: 100%;
    background: #f3e3d3;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(141,85,36,0.07);
    padding: 0.8rem 1rem;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
    font-size: 1rem;
    color: #333;
    display: none;
}
.vip-details-content ul {
    margin: 0;
    padding-left: 1.2rem;
}
.vip-details-content li {
    margin-bottom: 0.4rem;
}
/* WhatsApp chat widget styles */
#whatsapp-chat-widget #openChatBtn {
    transition: box-shadow 0.2s, transform 0.2s;
}
#whatsapp-chat-widget #openChatBtn:hover {
    box-shadow: 0 6px 24px rgba(37,211,102,0.25);
    transform: scale(1.08);
}
#whatsapp-chat-widget #chatBox {
    animation: fadeInUp 0.3s;
}
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}
/* Larger testimonial card size */
.testimonial-card {
    max-width: 420px;
    min-width: 320px;
    margin: 0 auto 2rem auto;
    padding: 2rem 1.5rem;
    font-size: 1.15rem;
    box-shadow: 0 4px 16px rgba(0,0,0,0.10);
}
.testimonial-card .card-subtitle {
    font-size: 1.05rem;
}
/* Social media icons in header */
.social-header a {
    text-decoration: none;
    opacity: 0.85;
    transition: opacity 0.2s, transform 0.2s;
}
.social-header a:hover {
    opacity: 1;
    transform: scale(1.1);
}
.social-header span {
    font-weight: 500;
    letter-spacing: 0.5px;
}
/* Enhanced header/navbar design */
.navbar {
    background: linear-gradient(90deg, #0d47a1 0%, #1976d2 100%);
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-brand {
    display: flex;
    align-items: center;
    font-size: 1.1rem;
    font-weight: 600;
    color: #fff !important;
    letter-spacing: 0.5px;
    gap: 0.5rem;
    text-shadow: 0 1px 2px rgba(0,0,0,0.10);
}

.navbar-brand img {
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.10);
    margin-right: 0.5rem;
}

/* Punguza ukubwa wa font ya menu ya navbar */
.navbar-nav .nav-link {
    color: #e3f2fd !important;
    font-weight: 500;
    margin-left: 1rem;
    transition: color 0.2s;
    font-size: 0.98rem;
    letter-spacing: 0.01em;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}
.navbar-nav .nav-link:hover {
    color: #fff !important;
}
/* Gradient 1 */
.gradient1 {
    background: linear-gradient(to right, #FFFDE1, #E3F226);
}

/* Gradient 2 */
.gradient2 {
    background: linear-gradient(to right, #E2F8CE, #E3F226, #076653);
}

/* Gradient 3 */
.gradient3 {
    background: linear-gradient(to right, #E3F226, #076653, #0C342C);
}

/* Gradient 4 */
.gradient4 {
    background: linear-gradient(to right, #076653, #0C342C, #06231D);
}
body {
    font-family: 'Segoe UI', Arial, sans-serif;
    background-color: #fff;
}

.navbar {
    background: linear-gradient(90deg, #8d5524 0%, #c68642 100%);
    box-shadow: 0 2px 8px rgba(141,85,36,0.08);
}

.navbar-brand, .navbar-nav .nav-link {
    color: #fff !important;
    font-weight: bold;
    letter-spacing: 1px;
}

.hero-section {
    min-height: 70vh;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 8px solid #c68642;
}

.hero-section::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: none;
    z-index: 1;
}

.hero-section .container {
    position: relative;
    z-index: 2;
}

.btn-warning {
    background-color: #c68642;
    color: #fff;
    border: none;
    font-weight: bold;
    box-shadow: 0 2px 8px rgba(141,85,36,0.12);
}

.btn-warning:hover {
    background-color: #8d5524;
    color: #ffd700;
}

.card-title {
    color: #8d5524;
    font-weight: bold;
}

.card-img-top {
    height: 220px;
    object-fit: cover;
    border-bottom: 4px solid #c68642;
/* African earth/udongo accent for sections */

section, .card, .modal-content {
    border-radius: 14px;
    box-shadow: 0 2px 12px rgba(141,85,36,0.07);
}

/* Gallery Section Custom Styles */
#gallery {
    background: #f3e3d3;
}
#galleryCarousel .carousel-item {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 340px;
    width: 100%;
}
#galleryCarousel .carousel-item img,
.gallery-thumb {
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.13);
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 100%;
    height: auto;
    align-self: center;
    background: #eee;
}
#galleryCarousel .carousel-item img,
.gallery-thumb {
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.13);
    margin: 0 auto;
    display: block;
    max-width: 100%;
    height: auto;
    background: #eee;
}

#galleryCarousel .carousel-item {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 340px;
    width: 100%;
}
#gallery h2 {
    color: #006400;
    font-weight: bold;
    letter-spacing: 1px;
}
#gallery p {
    color: #8d5524;
    font-size: 1.1rem;
}

.gallery-caption {
    color: #006400;
    font-size: 1.08rem;
    letter-spacing: 0.5px;
    text-align: center;
    width: 100%;
    word-break: break-word;
    white-space: normal;
    padding: 0 10px;
    display: block;
}

.bg-light, .modal-content {
    background-color: #f3e3d3 !important;
}

/* Decorative divider */
.african-divider {
    width: 80px;
    height: 6px;
    background: linear-gradient(90deg, #8d5524 0%, #ffd700 100%);
    border-radius: 4px;
    margin: 1.5rem auto;
}
}

footer {
    background: #006400;
    color: #ffd700;
}

section h2 {
    color: #ff8c00;
    font-weight: bold;
    letter-spacing: 1px;
}

.btn-success {
    background-color: #006400;
    border: none;
}

.btn-success:hover {
    background-color: #ff8c00;
    color: #fff;
}
