/*
Theme Name: Dixon Environmental
Theme URI: https://dixonenvironmental.com
Description: Professional WordPress theme for Dixon Environmental compliance services
Version: 1.52
Author: Your Name
Author URI: https://yoursite.com
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dixon-env
*/
@import url("../twentytwentyfive/style.css");
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.wpcf7-spinner {
    margin: 0 auto !important;
    display: grid !important;
}
.no-marker ul  {
  list-style: none;   /* removes bullets */
  margin: 0;
  padding: 0;
}

body {
    font-family: 'Lato', Arial, sans-serif;
    line-height: 1.6;
    color: #000000;
}

.container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1024px;
}

/* Header */
header {
    background: white;
    padding: 0;
}

.header-lines {
    height: 12px;
    background: linear-gradient(to top, #D6DE23 0 20%, #90CDF0 20% 70%, #7FCAAD 50% 50%);
    padding-bottom: 13px;
}

.header-lines::after {
    content: '';
    display: block;
    height: 2px;
}

.header-main {
    padding: 0px;
    border-bottom: 2px solid #dbdbdb; /* teal line matching your logo color */
}

.header-content {
    display: flex;
    justify-content: space-between;
    font-family: 'Lato', Arial, sans-serif;
    align-items: flex-start;
    padding: 10px;
}

.logo-section {
    display: flex;
    align-items: center;
}

.logo {
    font-size: 2.8rem;
    font-weight: bold;
    letter-spacing: -1px;
}

.logo .dix {
    color: #2B3990;
}

.logo .on {
    color: #5fb3a3;
}

.tagline {
    font-size: 0.75rem;
    color: #666;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-left: 0;
    margin-top: 5px;
}

.contact-info {
    font-size: 1.3rem;
    font-weight: bold;
}

.contact-info .label {
    color: #306075;
}

.contact-info .phone {
    color: #4DA09E;
}

.contact-info .separator {
    color: #4DA09E;
}

.contact-info .email {
    color: #4DA09E;
}

.contact-info a {
    text-decoration: none;
}

.contact-info a:hover {
    text-decoration: underline;
}

/* Hero Section */
.hero-section {
    color: white;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
    background: url('./images/banner-img.png');
    background-position: center;
    background-size: cover;
}
.hero-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #7FCAAD;
}

.hero-section h1 {
    font-size: 2.2rem;
    font-weight: 300;
    margin-bottom: 25px;
    color: #90CDF0;
    position: relative;
    z-index: 2;
    font-family: 'Lato', Arial, sans-serif;
}

.hero-section p {
    font-size: 1.3rem;
    line-height: 1.4;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

/* Services Section */
.services-section {
    background: #f2f2f2;
    padding: 20px 0;
    position: relative;
}

.services-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background: linear-gradient(to bottom, #90CDF0 75%, #D6DE23 25%);
}

.services-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #D6DE23;
}

.services-section h2 {
    font-size: 1.8rem;
    color: #306075;
    margin-bottom: 25px;
    font-weight: bold;
}

.services-list {
    list-style: none;
    padding-left: 0;
}

.services-list li {
    margin-bottom: 12px;
    padding-left: 20px;
    position: relative;
    color: #000000;
    font-size: 1.05rem;
    font-family: 'Lato', Arial, sans-serif;
}

.services-list li::before {
    content: '>';
    position: absolute;
    left: 0;
    color: #4DA09E;
    font-weight: bold;
    font-size: 1.3rem;
    top: -4px;
}

/* ABC Framework Section */
.abc-section {
    background: white;
    padding: 20px 0;
    position: relative;
}

.abc-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(to bottom, #90CDF0 50%, #7FCAAD 50%)
}

.abc-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
    margin-top: 20px;
}

.abc-section h2 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    font-weight: bold;
}

.abc-section h2 .approach {
    color: #306075;
}

.abc-section h2 .reporting {
    color: #306075;
}

.abc-section p {
    margin-bottom: 5px;
    color: #000000;
    font-size: 1.05rem;
}

.abc-steps {
    list-style: none;
    margin: 0;
}

.abc-steps li {
    margin-bottom: 5px;
    font-size: 1.05rem;
    color: #000000;
}

.abc-steps strong {
    color: #000000;
    font-weight: bold;
}

.ceo-quote {
    background: white;
    padding: 0;
    border: none;
    margin-top: 20px;
}

.author-bio {
    font-size: 0.95rem;
    color: #000000;
    margin-bottom: 20px;
    line-height: 1.5;
}

.quote-text {
    font-size: 1.2rem;
    color: #306075;
    margin-bottom: 15px;
    line-height: 1.6;
}

.quote-author {
    font-size: 0.85rem;
    color: #306075;
    font-weight: bold;
}

/* Monitor Section */
.monitor-section {
    background: color-mix(in srgb, #27AAE1 25%, white 75%);;
    color: #000000;
    padding: 20px 0;
}

.monitor-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.monitor-section h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    font-weight: bold;
    color: #2B3990;
    font-family: 'Lato', Arial, sans-serif;
}

.monitor-section p {
    margin-bottom: 10px;
    font-size: 1.05rem;
    color: #000000;
    font-family: 'Lato', Arial, sans-serif;
}

.monitor-features {
    list-style: none;
}

.monitor-features li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
    font-size: 1.05rem;
    color: #000000;
}

.monitor-features li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #000000;
    font-size: 1.3rem;
    top: -4px;
}

.monitor-logo-section {
    text-align: center;
    position: relative;
}
.logo-section img {
    max-width: 250px;
    height: auto;
}

.monitor-logo-img {
    display: flex;
    align-items: center;
    justify-content: start;
}

.demo-section {
    background: none;
    color: #2b3990;
    padding: 0;
    border-radius: 0;
    text-align: left;
    box-shadow: none;
}

.demo-section h3 {
    font-size: 1.3rem;
    color: #2B3990;
    font-weight: bold;
}

.demo-section p {
    font-size: 1.05rem;
    margin-bottom: 20px;
    color: #000000;
}

.demo-btn {
    background: #2b3990;
    color: white;
    padding: 12px 25px;
    border:2px solid #27AAE1;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: background 0.3s ease;
    box-shadow: 0 2px 5px rgba(44, 82, 130, 0.3);
    text-decoration: none;
    display: inline-block;
}

.demo-btn:hover {
    background: #2b3990;
}

/* Partner Section */
.partner-section {
    background: #306075;
    color: white;
    padding-top: 20px;
    text-align: left;
    font-family: 'Lato', Arial, sans-serif;
    padding-bottom: 10px;
}

.partner-content {
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}

.partner-text {
    flex: 1;
}

.partner-section h2 {
    font-size: 1.8rem;
    font-weight: bold;
}

.partner-section p {
    font-size: 0.95rem;
    margin-bottom: 10px;
    line-height: 1.6;
}

.contact-btn {
    background: #4DA09E;
    color: white;
    padding: 12px 30px;
    border:2px solid #7FCAAD;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(95, 179, 163, 0.3);
    text-decoration: none;
    display: inline-block;
}

.contact-btn:hover {
    background: #4DA09E;
    
}

.linkedin-icon {
    width: 40px;
    height: 40px;
    background: #0077b5;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.3rem;
    transition: background 0.3s ease;
}

.linkedin-icon:hover {
    background: #005885;
}

/* Footer */
.footer {
    background: #306075;
    color: white;
    padding: 10px 0 20px;
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 20px;
}

.footer-content > div:first-child {
    justify-self: start;
}

.footer-content > div:last-child {
    justify-self: end;
}

.copyright {
    font-size: 0.8rem;
    color: white;
}

/* Footer Compliance Seal */
.footer-compliance {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-self: center;
}

.compliance-seal-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
}

.compliance-seal-logo {
    width: 70px;
    height: auto;
    display: block;
}

.compliance-text {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 400;
    font-family: 'Lato', Arial, sans-serif;
}

/* Responsive Design */
@media (max-width: 768px) {
    .header-content {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .logo {
        font-size: 2rem;
    }

    .tagline {
        margin-left: 0;
        margin-top: 5px;
    }

    .abc-content,
    .monitor-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .monitor-logo {
        width: 250px;
        height: 120px;
        font-size: 2rem;
    }

    .hero-section h1 {
        font-size: 1.8rem;
    }

    .services-section,
    .abc-section,
    .monitor-section,
    .partner-section {
        padding: 40px 0;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 15px;
        text-align: center;
    }
    
    .footer-content > div:first-child,
    .footer-content > div:last-child {
        justify-self: center;
    }
    
    .footer-compliance {
        order: 2;
    }
    
    .compliance-seal-wrapper {
        flex-direction: column;
        gap: 8px;
    }
    
    .compliance-seal-logo {
        width: 60px;
    }
    
    .compliance-text {
        font-size: 0.75rem;
        text-align: center;
    }

    .partner-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }

    .hero-section,
    .services-section,
    .abc-section,
    .monitor-section,
    .partner-section {
        padding: 30px 0;
    }

    .monitor-logo {
        width: 200px;
        height: 100px;
        font-size: 1.5rem;
    }
}