body {
    font-family: 'Montserrat', sans-serif;
    background-color: #ffffff;
    color: #333333;
    overflow-x: hidden;
}

.navbar {
    background-color: rgba(255, 255, 255, 0.95);
    padding: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.navbar-brand {
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.navbar-logo {
    height: 80px;
    width: auto;
    max-width: 200px;
    object-fit: contain;
}

/* Left-align logo on mobile */
@media (max-width: 767.98px) {
    .navbar-brand {
        margin: 0;
        margin-right: auto;
    }
}

/* Existing navbar styles (included for reference, update if needed) */
.nav-link {
    color: #d4af37 !important;
    font-weight: 500;
    margin: 0 15px;
    transition: color 0.3s;
}

.nav-link:hover {
    color: #b8972e !important;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(212, 175, 55, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.hero {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://mobilecocktailbars.co.uk/img/mobile-bar-hire-3.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.hero-overlay {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.hero h1 {
    font-family: 'Playfair Display', serif;
    font-size: 3.5rem;
    color: #d4af37;
    margin-bottom: 20px;
}

.hero p {
    font-size: 1.5rem;
    color: #ffffff;
    margin-bottom: 30px;
}

.btn-primary {
    background-color: transparent;
    border: 2px solid #d4af37;
    color: #d4af37;
    font-weight: 700;
    padding: 10px 30px;
    transition: all 0.3s;
}

.btn-primary:hover {
    background-color: #d4af37;
    color: #000000;
    border-color: #d4af37;
}

.section {
    padding: 80px 0;
}

.section h2 {
    font-family: 'Playfair Display', serif;
    color: #d4af37;
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 50px;
}

.card {
    background-color: #f8f8f8;
    border: none;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s;
}

.card:hover {
    transform: translateY(-10px);
}

.card-img-top {
    height: 450px;
    object-fit: cover;
}

.card h3 {
    color: #d4af37;
    font-size: 1.5rem;
}

.card p, .accordion-body {
    font-size: 0.9rem;
}

.testimonial {
    background-color: #f8f8f8;
    padding: 20px;
    border-radius: 10px;
    border-left: 3px solid #d4af37;
}

.testimonial img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.bg-dark {
    background-color: #f8f8f8 !important;
}

.feature {
    text-align: center;
}

.feature img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.feature h3 {
    color: #d4af37;
    font-size: 1.3rem;
}

.accordion-button {
    background-color: #f8f8f8;
    color: #333333;
    font-weight: 500;
}

.accordion-button:not(.collapsed) {
    background-color: #d4af37;
    color: #000000;
}

.accordion-body {
    background-color: #fbf7ea;
    color: #333333;
}

.client-slider {
    display: flex;
    overflow-x: auto;
    gap: 30px;
    padding: 20px 0;
    scroll-behavior: smooth;
}

.client-slider img {
    max-height: 50px;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s;
}

.client-slider img:hover {
    filter: none;
    opacity: 1;
}

form .form-control {
    background-color: #ffffff;
    border-color: #d4af37;
    color: #333333;
    border-radius: 0;
}

form .form-control:focus {
    background-color: #ffffff;
    border-color: #d4af37;
    color: #333333;
    box-shadow: 0 0 0 0.25rem rgba(212, 175, 55, 0.25);
}


.social-links a {
    color: #d4af37;
    margin: 0 10px;
    text-decoration: none;
}

.social-links a:hover {
    color: #b8972e;
}

/* Equal height columns */
.row.d-flex {
    display: flex;
    flex-wrap: wrap;
}

.row.d-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.card.h-100, .testimonial.h-100, .feature.h-100 {
    flex: 1;
}

/* Animation */
.animate {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.animate.visible {
    opacity: 1;
    transform: translateY(0);
}
.text-gold {
    color: #d4af37;
}

.feature-card {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    transition: transform 0.3s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.feature-card:hover {
    transform: translateY(-10px);
}

.feature-card i {
    color: #d4af37;
}

.feature-card h3 {
    color: #d4af37;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

.feature-card p {
    font-size: 0.9rem;
    color: #333333;
    flex-grow: 1;
}

.feature-card ul {
    text-align: left;
    padding-left: 20px;
    margin: 10px 0 0;
    font-size: 0.85rem;
}

.feature-card ul li {
    margin-bottom: 5px;
}

.sticky-cta-wrapper {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1000;
}

.btn-sticky-cta {
    background-color: #d4af37;
    color: #000000;
    font-weight: 700;
    padding: 12px 24px;
    border-radius: 25px;
    text-transform: uppercase;
    font-size: 0.9rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s, transform 0.2s;
}

.btn-sticky-cta:hover {
    background-color: #b8972e;
    transform: scale(1.05);
}


.clients-slider {
    overflow: hidden;
    padding: 20px 0;
    max-width: 900px; /* 5 logos × (150px width + 30px gap) = 900px */
    margin: 0 auto;
}

.clients-slider-track {
    display: flex;
    gap: 30px;
    animation: scroll 20s linear infinite;
    width: max-content; /* Allows track to expand for all logos */
}

.client-logo {
    height: 50px;
    width: 150px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: filter 0.3s, opacity 0.3s;
}

.client-logo:hover {
    filter: none;
    opacity: 1;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%); /* Move half the track width for infinite loop */
    }
}

/* Pause animation on hover */
.clients-slider:hover .clients-slider-track {
    animation-play-state: paused;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .clients-slider {
        max-width: 720px; /* 4 logos = 4 × 180px */
    }
}

@media (max-width: 767.98px) {
    .clients-slider {
        max-width: 540px; /* 3 logos = 3 × 180px */
    }
}

@media (max-width: 575.98px) {
    .clients-slider {
        max-width: 360px; /* 2 logos = 2 × 180px */
    }
}




#areas-we-cover {
    padding: 60px 0;
}

.map-embed {
    position: relative;
    width: 100%;
    height: 400px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.map-embed iframe {
    width: 100%;
    height: 100%;
    border: none;
}


/* Champagne CTA */
/* Replace the existing .cta-champagne-section and related styles in style.css with these */
.cta-champagne-section {
    background: linear-gradient(180deg, #d4af37 0%, #b8972e 100%); /* Golden champagne gradient */
    padding: 60px 0;
    color: #333333; /* Dark text */
    position: relative;
    overflow: hidden;
}

.cta-champagne-section .container {
    position: relative;
    z-index: 2;
}

.cta-champagne-section .bubble {
    position: absolute;
    bottom: 0;
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.6); /* White bubbles */
    border-radius: 50%;
    animation: bubble-rise 4s linear infinite;
    z-index: 1;
}

/* Individual bubble variations */
.cta-champagne-section .bubble:nth-child(1) { left: 8%; animation-delay: 0.5s; width: 12px; height: 12px; }
.cta-champagne-section .bubble:nth-child(2) { left: 12%; animation-delay: 1s; width: 8px; height: 8px; }
.cta-champagne-section .bubble:nth-child(3) { left: 18%; animation-delay: 1.5s; width: 15px; height: 15px; }
.cta-champagne-section .bubble:nth-child(4) { left: 22%; animation-delay: 2s; width: 9px; height: 9px; }
.cta-champagne-section .bubble:nth-child(5) { left: 28%; animation-delay: 2.5s; width: 11px; height: 11px; }
.cta-champagne-section .bubble:nth-child(6) { left: 32%; animation-delay: 3s; width: 7px; height: 7px; }
.cta-champagne-section .bubble:nth-child(7) { left: 38%; animation-delay: 3.5s; width: 13px; height: 13px; }
.cta-champagne-section .bubble:nth-child(8) { left: 42%; animation-delay: 0.2s; width: 10px; height: 10px; }
.cta-champagne-section .bubble:nth-child(9) { left: 48%; animation-delay: 0.7s; width: 14px; height: 14px; }
.cta-champagne-section .bubble:nth-child(10) { left: 52%; animation-delay: 1.2s; width: 8px; height: 8px; }
.cta-champagne-section .bubble:nth-child(11) { left: 58%; animation-delay: 1.7s; width: 12px; height: 12px; }
.cta-champagne-section .bubble:nth-child(12) { left: 62%; animation-delay: 2.2s; width: 9px; height: 9px; }
.cta-champagne-section .bubble:nth-child(13) { left: 68%; animation-delay: 2.7s; width: 11px; height: 11px; }
.cta-champagne-section .bubble:nth-child(14) { left: 72%; animation-delay: 3.2s; width: 7px; height: 7px; }
.cta-champagne-section .bubble:nth-child(15) { left: 78%; animation-delay: 3.7s; width: 13px; height: 13px; }

@keyframes bubble-rise {
    0% {
        transform: translateY(0);
        opacity: 0.6;
    }
    50% {
        transform: translateY(-50vh) translateX(10px);
        opacity: 0.9;
    }
    100% {
        transform: translateY(-100vh) translateX(-10px);
        opacity: 0;
    }
}

.cta-champagne-section h2 {
    font-family: 'Playfair Display', serif;
    color: #fff;
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.cta-champagne-section .cta-description {
    font-size: 1.2rem;
    margin-bottom: 30px;
    color: #333333; /* Dark text */
}

.btn-champagne-cta {
    background-color: #333333; /* Dark button */
    color: #ffffff; /* White text */
    font-weight: 700;
    font-size: 1.1rem;
    padding: 15px 30px;
    border-radius: 5px;
    text-transform: uppercase;
    transition: background-color 0.3s, transform 0.2s;
}

.btn-champagne-cta:hover {
    background-color: #1a1a1a; /* Darker on hover */
    transform: scale(1.05);
	color:#fff;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
    .cta-champagne-section h2 {
        font-size: 2rem;
    }

    .cta-champagne-section .cta-description {
        font-size: 1rem;
    }

    .btn-champagne-cta {
        font-size: 1rem;
        padding: 12px 24px;
    }

    .cta-champagne-section .bubble {
        width: 6px;
        height: 6px;
    }

    .cta-champagne-section .bubble:nth-child(1), .cta-champagne-section .bubble:nth-child(3), 
    .cta-champagne-section .bubble:nth-child(5), .cta-champagne-section .bubble:nth-child(7),
    .cta-champagne-section .bubble:nth-child(9), .cta-champagne-section .bubble:nth-child(11),
    .cta-champagne-section .bubble:nth-child(13), .cta-champagne-section .bubble:nth-child(15) {
        width: 8px;
        height: 8px;
    }
}


/* Replace the existing #contact and form-related styles in style.css with these */
#contact {
    background-color: #1a1a1a;
    padding: 60px 0;
}

#contact h2 {
    font-family: 'Playfair Display', serif;
    color: #d4af37;
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 20px;
}

#contact p {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 40px;
}

#contact form .form-label {
    color: #ffffff;
    font-size: 1rem;
    margin-bottom: 5px;
}

#contact form .form-control {
    background-color: #ffffff;
    border: 1px solid #d4af37;
    color: #333333;
    border-radius: 5px;
    padding: 12px;
    font-size: 1rem;
}

#contact form .form-control::placeholder {
    color: #a0a0a0;
}

#contact form .form-control:focus {
    background-color: #ffffff;
    border-color: #b8972e;
    color: #333333;
    box-shadow: 0 0 0 0.25rem rgba(212, 175, 55, 0.25);
}

#contact form select.form-control {
    color: #a0a0a0;
}

#contact form select.form-control option {
    color: #333333;
    background-color: #ffffff;
}

#contact form select.form-control:focus {
    color: #333333;
}

#contact form .btn-primary {
    background-color: #d4af37;
    border: none;
    color: #000000;
    font-weight: 700;
    font-size: 1.1rem;
    padding: 12px 30px;
    border-radius: 5px;
    text-transform: uppercase;
    transition: background-color 0.3s, transform 0.2s;
    display: block;
    margin: 20px auto 0;
}

#contact form .btn-primary:hover {
    background-color: #b8972e;
    transform: scale(1.05);
}

#contact form p {
    font-size: 0.9rem;
    text-align: center;
    margin-top: 20px;
}

#contact form p a {
    color: #d4af37;
    text-decoration: underline;
}

#contact form p a:hover {
    color: #b8972e;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
    #contact h2 {
        font-size: 2rem;
    }

    #contact p {
        font-size: 1rem;
    }

    #contact form .form-label {
        font-size: 0.9rem;
    }

    #contact form .form-control {
        font-size: 0.9rem;
        padding: 10px;
    }

    #contact form .btn-primary {
        font-size: 1rem;
        padding: 10px 25px;
    }
}


/* Replace the existing footer and related styles in style.css with these */
.footer {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 60px 0 20px;
}

.footer-logo img {
    max-width: 200px;
    height: auto;
    margin-bottom: 20px;
}

.footer-description {
    font-size: 0.9rem;
    line-height: 1.6;
}

.footer-heading {
    font-family: 'Playfair Display', serif;
    color: #d4af37;
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s;
}

.footer-links li a:hover {
    color: #d4af37;
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-icon {
    color: #d4af37;
    font-size: 1.5rem;
    transition: color 0.3s;
}

.social-icon:hover {
    color: #b8972e;
}

.footer-bottom {
    border-top: 1px solid #333333;
    padding-top: 20px;
    margin-top: 40px;
    text-align: center;
    font-size: 0.85rem;
}

.sticky-cta-wrapper {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1000;
}

.btn-sticky-cta {
    background-color: #d4af37;
    color: #000000;
    font-weight: 700;
    padding: 12px 24px;
    border-radius: 25px;
    text-transform: uppercase;
    font-size: 0.9rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s, transform 0.2s;
}

.btn-sticky-cta:hover {
    background-color: #b8972e;
    transform: scale(1.05);
}

/* Show sticky CTA only on mobile */
@media (max-width: 767.98px) {
    .sticky-cta-wrapper {
        display: block;
    }

    .footer-heading {
        font-size: 1.3rem;
    }

    .footer-links li a, .footer-description {
        font-size: 0.85rem;
    }

    .social-icon {
        font-size: 1.2rem;
    }
}