/* Common styles for all pages */
.contact-top {
    background: #1a1a1a;
    padding: 8px 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
    position: relative;
    z-index: 1002;
}
.contact-top a {
    color: #f0c040;
    text-decoration: none;
    font-weight: bold;
}
.nk-header {
    position: relative;
    z-index: 1000;
}
.nk-navbar {
    background: #fff !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}
.nk-navbar .nk-nav-table > .nk-nav-logo {
    width: auto !important;
    max-width: 350px;
}
.nk-nav-logo-text {
    font-family: 'Playfair Display', serif;
    font-size: 13px;
    color: #000 !important;
    text-decoration: none;
    line-height: 1.3;
    display: inline-block;
    white-space: normal;
    word-break: break-all;
}
.nk-nav-logo-text:hover {
    color: #f0c040 !important;
}
.nk-navbar .nk-nav > li > a {
    color: #000 !important;
}
.nk-navbar .nk-nav > li > a:hover,
.nk-navbar .nk-nav > li.active > a {
    color: #f0c040 !important;
}
.nk-navbar .nk-nav-icons a {
    color: #000 !important;
}
.nk-navbar .nk-icon-burger span {
    background-color: #000 !important;
}
.service-card {
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 4px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}
.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 25px rgba(0,0,0,0.15);
}
.service-card h3 {
    color: #333;
    margin-bottom: 15px;
}
.service-card p {
    color: #666;
    line-height: 1.8;
}
.feature-box {
    text-align: center;
    padding: 40px 20px;
}
.feature-box .icon {
    font-size: 48px;
    color: #f0c040;
    margin-bottom: 20px;
}
.feature-box h4 {
    margin-bottom: 15px;
    color: #333;
}
.feature-box p {
    color: #666;
    line-height: 1.6;
}
