/* Typography */
@font-face {
    font-family: 'Acumin Pro';
    src: url('path-to-your-font/AcuminPro-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Acumin Pro';
    src: url('path-to-your-font/AcuminPro-BlackItalic.woff2') format('woff2');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Acumin Pro';
    src: url('path-to-your-font/AcuminPro-Semibold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

/* Layout Styles */
.map-controls button.resetButton {
    background: #f9e500 !important;
    color: #000 !important;

    &:hover {
        background: #056839 !important;
        color: #fff !important;
    }
}

.map-controls button.searchButton:hover {
    background: rgb(249 229 0);
    color: #000 !important;
}

.map-controls input.searchInput {
    /* width: calc(68% - 70px); */
    width: calc(100% - 290px);
    padding: 14px 2px 13px 8px !important;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    margin-right: 11px;
}

button.searchButton,
button.resetButton {
    color: white;
    cursor: pointer;
    font-weight: 600;
    background: #056839;
    width: 134px !important;
    height: 45px !important;
    line-height: 32px !important;
    font-size: 14px !important;
    padding: 0px 0px !important;
    text-transform: capitalize;
    border-radius: 8px;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
    border: none !important;
    margin-right: 0;
}

.bf-locations-branded {
    font-family: 'Acumin Pro', -apple-system, BlinkMacSystemFont, sans-serif;
    padding: 0px 0px 30px;
}

.bf-location-metadata h2 {
    font-size: 44px;
    font-weight: bold;
    line-height: 46px;
    margin-bottom: 10px;
    font-family: 'Acumin pro', Helvetica, Arial, Lucida, sans-serif;
    font-style: italic;
}

.branded-section {
    margin-bottom: 60px;
}

.bf-location-metadata .bf-location-content p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

.bf-location-project-map h4 {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}

.branded-header {
    margin-bottom: 30px;
    position: relative;
}

.branded-title {
    margin: 0;
    font-size: 44px;
    font-weight: 900;
    font-style: italic;
    color: #444444;
    letter-spacing: -0.5px;
}

.branded-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s;
    font-style: normal;
}

.branded-title a:hover {
    color: #056839;
}

.branded-priority-tag {
    display: inline-block;
    margin-left: 15px;
    font-size: 16px;
    padding: 4px 12px;
    border-radius: 4px;
    background: #D4E944;
    color: #444444;
    font-weight: 600;
    font-style: normal;
}

.branded-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.branded-card {
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    position: relative;
    aspect-ratio: 1/1;
}

.branded-card a {
    display: block;
    height: 100%;
    position: relative;
    text-decoration: none;
}

.branded-card-img {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.branded-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.branded-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    right: 0;
    padding: 20px;
    background: linear-gradient(to top, rgb(5 104 57 / 77%) 0%, rgb(5 104 57 / 77%) 100%);
    transform: translateY(100%);
    transition: transform 0.3s ease;
    justify-content: center;
    align-items: center;
}

/* Alternative overlay colors - add these classes to cards */
.branded-card.overlay-dark-green .branded-overlay {
    background: rgba(68, 233, 131, 0.562);
    /* Dark green overlay */
}

.branded-card.overlay-zone3 .branded-overlay {
    background: rgba(219, 230, 158, 0.85);
    /* Zone 3 overlay */
}

.branded-card.overlay-zone4 .branded-overlay {
    background: rgba(237, 244, 7, 0.85);
    /* Zone 4 overlay */
}

.branded-card.overlay-white .branded-overlay {
    background: rgba(255, 255, 255, 0.9);
    /* White overlay */
    color: #444444;
    /* Dark text for contrast */
}

.branded-card.overlay-white .branded-overlay h3 {
    color: #444444;
    /* Dark text for white overlay */
}

/* Adjust arrow visibility on overlay */
.branded-card .branded-arrow {
    z-index: 2;
    /* Ensure arrow stays above overlay */
}

.branded-overlay p {
    margin: 0;
    color: white;
    font-size: 26px;
    font-weight: 600;
    text-align: left;
}

.branded-arrow {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

.branded-card .branded-overlay {
    transform: translateY(0);
}

.branded-card:hover .branded-arrow {
    opacity: 1;
    transform: translateY(0);
}

.branded-card:hover img {
    transform: scale(1.05);
}

/* Zone Colors */
.branded-card.zone-1 {
    background: #056839 !important;
    ;
}

.no-states {
    grid-column: 1 / -1;
    text-align: center;
    color: #444444;
    padding: 20px;
    font-size: 20px;
    font-weight: 600;
}

.bf-location-products {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 0;
}

.bf-product-card {
    flex: 0 0 calc(33.333% - 13.333px);
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.bf-product-card:hover {
    transform: translateY(-5px);
}

.bf-product-card .product-image {
    text-align: center;
    margin-bottom: 10px;
}

.bf-product-card p {
    font-size: 18px;
    margin: 10px 0;
    color:#000;
}

.bf-product-card .product-content {
    font-size: 14px;
    color: #555;
}

/*new css*/
.bf-location-city-avaialbility h4{
    font-size: 18px !important;
    line-height:130%;
    font-weight: 700;
    color: #000;
    font-family: 'Acumin pro', Helvetica, Arial, Lucida, sans-serif;
    text-align: center;
}
.bf-sidebar-widget-heading h3,
.bf-location-project-map h3,
.bf-location-heading h3,
.bf-location-city-avaialbility h3 {
    font-size: 26px !important;
    line-height:130%;
    font-weight: 700;
    color: #000;
    font-family: 'Acumin pro', Helvetica, Arial, Lucida, sans-serif;
    font-style: italic;
    /* margin-bottom: 10px; */
}
.american-notice {
    font-size: 16px !important;
    line-height:130%;
    font-weight: 500;
    color: #000;
    font-family: 'Acumin pro', Helvetica, Arial, Lucida, sans-serif;
    margin: 60px 0 0;
    text-align: center;
}

.bf-location-heading h3,
.bf-location-city-avaialbility h3{
    text-align: center;
}

.bf-location-route-map{
    margin-top: 60px;
}

.bf-location-metadata {
    margin-bottom: 40px;
}

.map-controls {
    margin-bottom: 15px;
}

.map-controls button,
.map-controls input {
    margin-top: 10px
}

.bf-testimonial-box {
    text-align: center;
    margin-top: 10px;
}

.bf-sidebar-widget-heading h3 {
    text-align: center;
}

.bf-testimonial-box .bf-testimonial-content {
    font-size: 15px;
}

.bf-testimonial-box .bf-testimonial-person {
    font-weight: 700;
    color: #000;
    font-size: 16px;
    line-height: 28px;
}

.bf-testimonial-company {
    color: #000;
}

.bf-testimonial-content::before {
    content: "";
    display: block;
    width: auto;
    height: 20px;
    background-image: url(https://llgbfdev.wpenginepowered.com/wp-content/uploads/2025/04/broad-stars.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 15px;
}

#distributionMap {
    margin-bottom: 50px;
}

#broadSlideForm .broad-field input {
    width: 100%;
    padding: 14px 2px 13px 8px !important;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.broad-fan-slide p{
    color:#333!important;
}
.branded-title a{
    font-family: 'Acumin pro', Helvetica, Arial, Lucida, sans-serif;
    font-style: italic;
}
.bf-testimonial-wrapper {
    margin-bottom: 30px;
}
.bf-location-city-header h1{
    font-family: 'Lexend Deca', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 600;
    font-size: 42px;
    color: #ffffff !important;
    line-height: 46px;
    text-align: left;
}
/* Responsive */
@media (max-width: 1024px) {
    .branded-grid {
        grid-template-columns: repeat(3, 1fr);
    }

}

@media (max-width: 768px) {
    .branded-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .bf-product-card {
        flex: 0 0 calc(50% - 10px);
    }

    .branded-title {
        font-size: 32px;
    }

    button.searchButton,
    button.resetButton {
        width: 125px !important;
    }

    .map-controls input.searchInput {
        width: 100% !important;
    }
}

@media (max-width: 480px) {
    .bf-product-card {
        flex: 0 0 100%;
    }

    .branded-grid {
        grid-template-columns: 1fr;
    }

}