:root {
    --honey-gold: #FFC30B;
    --honey-dark: #663917;
    --honey-light: #FFE57F;
}

.navbar,
.navbar * {
    color: #fff !important;
    font-weight: 600;
}

.navbar a {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.navbar .nav-link:hover,
.navbar a:active,
.navbar .active,
.navbar a.active {
    color: #222 !important;
    background-color: var(--honey-gold) !important;
    border-radius: 0.5rem;
    box-shadow: 0 2px 12px rgba(255, 195, 11, 0.12);
    transition: background 0.2s, box-shadow 0.2s;
}

.bg-honey {
    background-color: var(--honey-gold);
}

.bg-honey-dark {
    background-color: var(--honey-dark);
}

.navbar-brand {
    font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif;
    font-weight: 900;
    letter-spacing: 2px;
    font-size: 0.9rem;
    color: #fff !important;
    text-shadow: 1px 2px 8px rgba(230, 138, 0, 0.18);
    text-transform: uppercase;
}

.text-honey {
    color: var(--honey-dark);
}

.hero-section {
    min-height: 500px;
}

.nav-link:hover {
    color: var(--honey-dark) !important;
}

.feature-icon {
    font-size: 2.5rem;
    color: var(--honey-dark);
}

.card-honey {
    border: 2px solid var(--honey-light);
    transition: transform 0.3s;
}

.card-honey:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

#partners-carousel .item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
}

#partners-carousel .item .logo-box {
    background: #fffbee;
    /* light honey background */
    border: 3px solid #ffc107;
    /* honey border */
    border-radius: 1.5rem;
    box-shadow: 0 2px 12px rgba(255, 193, 7, 0.08);
    padding: 18px 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 160px;
    transition: box-shadow 0.2s;
}

#partners-carousel .item .logo-box:hover {
    box-shadow: 0 4px 24px rgba(255, 193, 7, 0.18);
}

#partners-carousel .item img {
    max-height: 60px;
    max-width: 100%;
    object-fit: contain;
    border-radius: 0.75rem;
    background: transparent;
}

.animated-btn {
    transition: transform 0.18s cubic-bezier(.4, 2, .6, 1), box-shadow 0.18s;
    box-shadow: 0 8px 32px rgba(255, 193, 7, 0.25), 0 2px 8px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 1;
}

.animated-btn:hover,
.animated-btn:focus {
    transform: translateY(-3px) scale(1.04) rotate(-1deg);
    box-shadow: 0 16px 48px rgba(255, 193, 7, 0.35), 0 4px 16px rgba(0, 0, 0, 0.12);
    color: #fff;
}

.animated-btn .btn-glow {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 140%;
    height: 140%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.18) 0%, rgba(255, 193, 7, 0.12) 100%);
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s, transform 0.25s;
    z-index: 0;
    border-radius: 2rem;
}

.animated-btn:hover .btn-glow,
.animated-btn:focus .btn-glow {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.05);
}

.animated-btn i {
    animation: bounceIn 0.7s;
}

@keyframes bounceIn {
    0% {
        transform: scale(0.7);
        opacity: 0.2;
    }

    60% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

#quick-about {
    position: relative;
    padding: 2rem;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 1rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    margin: 2rem auto;
}

#quick-about::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('https://tanzaniainternationalbee.com/public/assets/img/favicon.png') right center no-repeat;
    background-size: 340px auto;
    background-position: right center;
    opacity: 0.1;
    pointer-events: none;
    z-index: 0;
}

#quick-about>* {
    position: relative;
    z-index: 1;
}

#quick-about .content {
    max-width: 600px;
    margin: 0 auto;
    padding: 2rem;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 1rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}


#appointment {
    position: relative;
    padding: 2rem;
    background-color: var(--honey-dark);
    border-radius: 1rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    margin: 2rem auto;
}

#fee {
    position: relative;
    z-index: 2;
    /* Ensure #fee is above background elements */
}

#appointment::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('https://tanzaniainternationalbee.com/public/assets/img/comb-croped.png') right center no-repeat;
    background-size: 340px auto;
    background-position: right center;
    opacity: 0.1;
    pointer-events: none;
    z-index: 0;
}

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    text-decoration: none;
}

.whatsapp-icon {
    width: 60px;
    height: 60px;
    background-color: #25D366;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s, background-color 0.3s;
}

.whatsapp-icon:hover {
    transform: scale(1.1);
    background-color: #1ebe5d;
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }
}

.whatsapp-icon {
    animation: bounce 2s infinite;
}