/* header css */
.nav-menu__toggle{
    color: white !important;
}
html.scrolled .site-header{
    background-color: #3f3f3f !important;
box-shadow: 0 0 5px white !important;
}
.site-header__featured{
    color: white !important;
}
html.scrolled .site-header__logo .logo {
    filter: brightness(100) !important;
}


/* Dark Theme Footer Styles */
.footer {
    background-color: #323333 !important;
    color: white;
    position: relative;

}

.footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #555555, transparent);
}


.footer-container {
    position: relative;
    z-index: 1;
}

/* Footer text and links - Pure White */
.footer p,
.footer .small {
    color: #ffffff !important;
    line-height: 1.6;
}

/* Ensure all footer text has good contrast */
.footer .description h4 {
    color: #ffffff !important;
    font-weight: 700;
}

.footer .description li {
    color: #ffffff !important;
}

.footer .description li a {
    color: #ffffff !important;
}

.footer .description li a:hover {
    color: #ffffff !important;
}

.footer a {
    color: #ffffff !important;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer a:hover {
    color: #ffffff !important;
    text-decoration: underline;
}


/* Footer headings - Pure White */
.footer h3,
.footer h4 {
    color: #ffffff !important;
    font-weight: 600;
    margin-bottom: 1rem;
}

/* Specific footer section headings for better contrast */
.footer .description h4,
.footer .typo-h1 {
    color: #ffffff !important;
    font-weight: 700;
}

.footer .typo-h1 {
    color: #ffffff !important;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

/* Footer lists */
.footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer li {
    margin-bottom: 0.5rem;
    color: #ffffff !important;
}

.footer li a {
    color: #ffffff !important;
    transition: color 0.3s ease;
}

.footer li a:hover {
    color: #ffffff !important;
}

/* Footer buttons - dark theme */
.footer .btn-outline-dark {
    background: transparent;
    border: 2px solid #555555;
    color: #e2e8f0;
    transition: all 0.3s ease;
}

.footer .btn-outline-dark:hover {
    background: #555555;
    border-color: #666666;
    color: #f8fafc;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(85, 85, 85, 0.3);
}

/* Newsletter form inputs */
.footer form .input, .footer form .textarea {
    border-bottom: 1px solid white !important;
    color: white !important;
}
.footer form .input:focus, .footer form .textarea:focus {
    background-color: transparent !important;
    color: white !important;
    border-color: white !important;
}

.nav-menu__overlay{
z-index: -1 !important;
}

.footer .input::placeholder {
    color: #94a3b8;
}

/* Newsletter labels */
.footer label {
    color: #cbd5e1;
    font-weight: 500;
    margin-bottom: 0.5rem;
    display: block;
}

/* Subscribe button */
.footer .btn-success {
    background: linear-gradient(135deg, #BCA8BD, #54404C);
    border: 1px solid #BCA8BD;
    color: #F7F6F1;
    padding: 0.75rem 2rem;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.footer .btn-success:hover {
    background: linear-gradient(135deg, #54404C, #BCA8BD);
    border-color: #54404C;
    color: #F7F6F1;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(188, 168, 189, 0.4);
}



/* Modal dark theme */
.contact-modal {
    background: linear-gradient(135deg, #323333 0%, #2a2a2a 100%) !important;
    color: #f1f5f9 !important;
    border: 1px solid #555555 !important;
    box-shadow: 0 0 10px white !important;
}

.contact-modal .form-control {
    background: rgba(50, 51, 51, 0.6);
    border: 1px solid #555555;
    color: #f1f5f9;
}

.contact-hours-card{
    background: #393737 !important;
}
.contact-form-card input, .contact-form-card textarea, .contact-form-card select{
    background: #393737 !important;
}

.contact-modal .form-control:focus {
    background: rgba(50, 51, 51, 0.8);
    border-color: #666666;
    color: #f8fafc;
    box-shadow: 0 0 0 3px rgba(102, 102, 102, 0.2);
}

.contact-modal .form-control::placeholder {
    color: #94a3b8;
}

.contact-modal .btn-send,
.contact-modal button[type="submit"],
.contact-modal .btn-primary {
    background: linear-gradient(135deg, #3f3f3f, #323333) !important;
    border: 1px solid white !important;
    color: #F7F6F1 !important;
    padding: 0.75rem 2rem;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    background-image: none !important;
}

.btn-close-custom{
    color: white !important;
}
.contact-modal .btn-send:hover,
.contact-modal button[type="submit"]:hover,
.contact-modal .btn-primary:hover {
    background: white !important;
    border-color: #54404C !important;
    color:black!important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(188, 168, 189, 0.4);
}
.site-header__links li{
    color: white !important;
}

/* Close button for modal */
.btn-close-custom {
    background: #555555;
    color: #f1f5f9;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    transition: all 0.3s ease;
}

.btn-close-custom:hover {
    background: #666666;
    color: #f8fafc;
    transform: scale(1.1);
}

/* Ensure close button is clickable */
.btn-close-custom {
    cursor: pointer !important;
    z-index: 9999 !important;
    position: relative !important;
}

.footer-logo-img img{
    filter: brightness(100) !important;
}



/* Responsive adjustments */
@media (max-width: 768px) {
    .footer .btn-outline-dark {
        padding: 0.75rem 1.5rem;
        font-size: 0.9rem;
    }
}
@media screen and (min-width: 1366px) {
.footer{
    background-image: url(./media/footer-layer.jpg) !important;
    padding: 9rem 0 2rem !important;
}
.footer-logo-img img{
    filter: none !important;
}

}

.contact-hero {
    background: #323333 !important;
}
.contact-hero::after{
    content: none !important;
}

.contact-form-card{
    background: #323333 !important;
}
.contact-map{
    background: #323333 !important;
}
.contact-hero{
    padding-top: 8rem !important;
}
.contact-wrapper{
    margin-top: 0 !important;
}

/* Contact form button styling - Bespoke Gallery Design */
.contact-form-card .btn-primary,
.contact-form-card .btn,
.contact-form-card button[type="submit"],
.contact-form-card .send-enquiry-btn {
    background: linear-gradient(135deg, #BCA8BD, #54404C) !important;
    background-image: none !important;
    border: 1px solid white!important;
    color: #F7F6F1 !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.contact-form-card .btn-primary:hover,
.contact-form-card .btn:hover,
.contact-form-card button[type="submit"]:hover,
.contact-form-card .send-enquiry-btn:hover {
    background:white !important;
    border-color: white !important;
    color: black !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(188, 168, 189, 0.4);
}

/* Remove any gradient backgrounds from buttons */
.contact-form-card .btn-primary,
.contact-form-card .btn,
.contact-form-card button[type="submit"],
.contact-form-card .send-enquiry-btn {
    background-image: none !important;
}

/* Footer button styling to match dark theme */
.footer .btn-primary,
.footer .btn,
.footer button[type="submit"],
.footer .subscribe-btn,
.footer input[type="submit"],
.footer .custom-btn,
.footer .btn-outline,
.footer a.btn,
.footer .action-btn {
    background: #323333 !important;
    border: 1px solid white !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    text-decoration: none !important;
}

.footer .btn-primary:hover,
.footer .btn:hover,
.footer button[type="submit"]:hover,
.footer .subscribe-btn:hover,
.footer input[type="submit"]:hover,
.footer .custom-btn:hover,
.footer .btn-outline:hover,
.footer a.btn:hover,
.footer .action-btn:hover {
    background: #555555 !important;
    border-color: #666666 !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    text-decoration: none !important;
}

/* Remove any gradient backgrounds from footer buttons */
.footer .btn-primary,
.footer .btn,
.footer button[type="submit"],
.footer .subscribe-btn,
.footer input[type="submit"],
.footer .custom-btn,
.footer .btn-outline,
.footer a.btn,
.footer .action-btn {
    background-image: none !important;
}

/* Specific styling for action buttons */
.footer .action-btn {
    display: inline-block !important;
    padding: 12px 24px !important;
    margin: 8px 0 !important;
    border-radius: 4px !important;
}

/* Ensure all footer links with button-like appearance get hover effects */
.footer a[class*="btn"],
.footer a[class*="button"],
.footer a[class*="action"] {
    transition: all 0.3s ease !important;
}

.footer a[class*="btn"]:hover,
.footer a[class*="button"]:hover,
.footer a[class*="action"]:hover {
    background: #555555 !important;
    border-color: #666666 !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(85, 85, 85, 0.3) !important;
}

/* Footer SVG icons styling - Make all SVG arrows white */
.footer svg,
.footer svg path,
.footer svg g,
.footer svg g path {
    fill: #ffffff !important;
    color: #ffffff !important;
    stroke: #ffffff !important;
}

.footer svg:hover,
.footer svg path:hover,
.footer svg g:hover,
.footer svg g path:hover {
    fill: #ffffff !important;
    color: #ffffff !important;
    stroke: #ffffff !important;
}

/* Specific styling for arrow icons in buttons */
.footer .action-btn svg,
.footer .btn svg,
.footer button svg,
.footer a svg {
    fill: #ffffff !important;
    color: #ffffff !important;
    stroke: #ffffff !important;
}

.footer .action-btn:hover svg,
.footer .btn:hover svg,
.footer button:hover svg,
.footer a:hover svg {
    fill: #ffffff !important;
    color: #ffffff !important;
    stroke: #ffffff !important;
}

/* Social Media Icons Styling */
.footer .social-icons {
    margin-top: 1.5rem;
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.footer .social-link {
    display: inline-block;
    transition: all 0.3s ease;
    border-radius: 50%;
    padding: 8px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.footer .social-link:hover {
    transform: translateY(-3px) scale(1.1);
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
}

.footer .social-link img {
    transition: all 0.3s ease;
    filter: brightness(1.2);
}

.footer .social-link:hover img {
    filter: brightness(1.4);
}
.breadcrumb {
    justify-content: center !important;
}



/* Specific styling for the main footer heading */
.footer .footer-right h3{
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.9) !important;
    font-weight: 700 !important;
}

/* Heart icon styling to match social icons */
.footer .heart-icon {
    display: inline-block;
    transition: all 0.3s ease;
    border-radius: 50%;
    padding: 8px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    cursor: pointer;
}

.footer .heart-icon:hover {
    transform: translateY(-3px) scale(1.1);
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
}

.footer .heart-icon img {
    transition: all 0.3s ease;
    filter: brightness(1.2);
}

.footer .heart-icon:hover img {
    filter: brightness(1.4);
}

/* Responsive social icons */
@media (max-width: 768px) {
    .footer .social-icons {
        margin-top: 1rem;
        gap: 0.75rem;
    }

    .footer .social-link {
        padding: 6px;
    }

    .footer .social-link img {
        width: 36px !important;
        height: 36px !important;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .footer .social-icons {
        justify-content: flex-start;
        margin-top: 1.5rem;
    }
}
@media screen and (min-width: 1024px) {
    .contact-hero{
        padding-top: 14rem !important;
    }
}
@media screen and (min-width: 1366px) {
    .contact-hero{
        padding-top: 10rem !important;
    }
}

@media (min-width: 1025px) {
    .footer .social-icons {
        justify-content: center;
        margin-top: 2rem;
    }
}

/* Footer bottom content styling */
.footer .footer-bottom-content {
    margin-top: 2rem;
    text-align: center;
}


.footer .legal-links {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 1rem;
}

.footer .legal-link {
    color: #ffffff !important;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.footer .legal-link:hover {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
}

.footer .copyright-text {
    color: #ffffff !important;
    font-size: 0.85rem;
    margin-bottom: 0;
}

/* Responsive footer bottom content */
@media (max-width: 768px) {
    .footer .legal-links {
        flex-direction: column;
        gap: 1rem;
        align-items: center;
    }

    .footer .legal-link {
        padding: 0.75rem 1.5rem;
        width: fit-content;
    }

}

