/*
Theme Name: Woodleigh Waters Dental
Theme URI: https://example.com
Author: Custom
Description: Custom Elementor-ready theme with modal popups
Version: 1.0
Requires at least: 6.0
Tested up to: 6.4
License: GPLv2 or later
Text Domain: wwd
*/

body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    background: #f5f5f5;
    color: #111;
}

.container {
    max-width: 1200px;
    margin: auto;
    padding: 60px 20px;
}

.services a, .areas a {
    display: block;
    padding: 12px 0;
    color: #000;
    text-decoration: none;
    font-weight: 500;
}

.services a:hover, .areas a:hover {
    text-decoration: underline;
}

/* Modal */
.wwd-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.7);
}

.wwd-modal-content {
    background: #fff;
    max-width: 700px;
    margin: 10% auto;
    padding: 30px;
    position: relative;
}

.wwd-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 22px;
    cursor: pointer;
}
