/* Distribution Page Styles */
#distribution-hero {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    background-color: #f8f9fa; /* A light grey for the checkered background */
}

#distribution-hero .yellow-flower {
    max-width: 80px;
    margin-bottom: 20px;
}

#distribution-hero h1 {
    font-weight: 800;
    /* margin-bottom: 40px; */
    font-family: 'Proxima Nova Extra Condensed', sans-serif;
}

#distribution-hero .hero-layer-green-container {
    position: absolute;
    top: 75%;
    right: 2.5%;
    transform: translateY(-50%);
    width: 270px;
    z-index: 10;
}

#distribution-hero .hero-layer-green {
    width: 100%;
    height: auto;
    z-index: 10;
}

.content-section {
    padding: 80px 0;
    background-color: #FBF5ED;
}

.distribution-section {
    background-color: #FBF5ED;
}

.section-title {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
    font-family: 'Proxima Nova Extra Condensed', sans-serif;
}

.section-subtitle {
    font-family: 'Quicksand', sans-serif;
    font-size: 1.1rem;
    color: #555;
    line-height: 1.0 !important;
}

.section-title-alt {
    font-weight: 700;
    margin-bottom: 50px;
}

#production-types .production-item img {
    max-height: 100px;
    margin-bottom: 20px;
}

#production-types .production-item p {
    font-family: 'Quicksand', sans-serif;
    font-size: 1.1rem;
    color: #555;
    line-height: 1.4;
}

.professional-clients {
    background-color: #00AEA6;
    color: #fff;
    padding: 60px 0;
}

.professional-clients .quote-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #16a085;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.professional-clients .clients-text {
    max-width: 600px;
    margin: 0 auto 30px;
    font-size: 1.1rem;
}

.star-grid .star {
    font-size: 2rem;
    margin: 0 10px;
}

.cta-section {
    padding: 125px 0;
}

.cta-section .cta-flower {
    max-height: 60px;
    margin-bottom: 30px;
}

.cta-section h2 {
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.cta-section p {
    font-family: 'Quicksand', sans-serif;
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 30px;
}

.cta-section .btn-contact {
    background-color: #00AEA6;
    color: #fff;
    border: 2px solid #000;
    border-radius: 0px;
    padding: 10px 30px;
    font-weight: bold;
}
/*# sourceMappingURL=distribution.css.map */