/*
Theme Name: Insectnets
Author: WD Market
Version: 1.0
*/

/* ===== Header ===== */
.site-header {
    background: #fff;
    border-bottom: 1px solid #ddd;
    padding: 10px 20px;
    font-family: Arial, sans-serif;
}

.site-header .header-top {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #333;
}

.site-header .header-top .contact-info span {
    margin-right: 20px;
}

.site-header .main-nav {
    margin-top: 10px;
}

.site-header .main-nav .menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.site-header .main-nav .menu li {
    margin-right: 15px;
}

.site-header .main-nav .menu li a {
    text-decoration: none;
    color: #222;
    font-weight: bold;
}

.site-header .main-nav .menu li a:hover {
    color: #0073aa;
}

/* ===== Footer ===== */
.site-footer {
    background: #f8f8f8;
    padding: 20px;
    font-family: Arial, sans-serif;
    border-top: 1px solid #ddd;
}

.site-footer .footer-widgets {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.site-footer .footer-col h4 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #222;
}

.site-footer .footer-col ul {
    list-style: none;
    padding: 0;
}

.site-footer .footer-col ul li {
    margin-bottom: 5px;
}

.site-footer .footer-col ul li a {
    text-decoration: none;
    color: #333;
}

.site-footer .footer-col ul li a:hover {
    color: #0073aa;
}

.site-footer .footer-bottom {
    text-align: center;
    font-size: 14px;
    color: #555;
}


