.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    color: white;
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    cursor: pointer;
    z-index: 1000;
}

.main-header .main-menu ul li a {
    text-decoration: none !important;
    border: none !important;
}

.footer-area .footer-tittle ul li a {
    text-decoration: none !important;
    border: none !important;
}

.video-showcase {
    max-width: 960px;
    margin: 0 auto 80px;
    padding: 0 15px;
}

.video-frame {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
    border-radius: 24px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
    background: #000;
}

.video-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Golden theme override for a more premium and accessible accent color. */
.theme-bg {
    background: #c9a227 !important;
}

.theme-color {
    color: #c9a227 !important;
}

.boxed-btn {
    color: #c9a227 !important;
    border-color: #c9a227 !important;
}

.boxed-btn:hover {
    background: #c9a227 !important;
    border-color: #c9a227 !important;
}

.btn {
    background: #c9a227 !important;
}

.btn::before {
    background: #a88412 !important;
}

.border-btn {
    color: #c9a227 !important;
    border-color: #c9a227 !important;
}

.border-btn::before {
    background: #c9a227 !important;
}

.send-btn {
    background: #c9a227 !important;
}

.send-btn::before {
    background: #a88412 !important;
    color: #c9a227 !important;
}

#scrollUp {
    background: #c9a227 !important;
}

.preloader .preloader-circle {
    border-top-color: #c9a227 !important;
}
