/* =====================================================
   County Pages Stylesheet
   360 Energy Solutions
   ===================================================== */

/* ── Hero Banner ── */
.hero.miami-dade-county-commercial-generator-rentals-sales {
    background-image:
        linear-gradient(180deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.28) 45%, rgba(0, 0, 0, 0.62) 100%),
        url('../new-images/miami-dade-county-commercial-generator-rentals-sales.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 520px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 0;
}

.hero.indian-river-county-commercial-generator-rentals-sales {
    background-image:
        linear-gradient(180deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.28) 45%, rgba(0, 0, 0, 0.62) 100%),
        url('../new-images/indian-river-county-commercial-generator-rentals-sales.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 520px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 0;
}

.hero.monroe-county-commercial-generator-rentals-sales {
    background-image:
        linear-gradient(180deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.28) 45%, rgba(0, 0, 0, 0.62) 100%),
        url('../new-images/monroe-county-commercial-generator-rentals-sales.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 520px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 0;
}



.hero.palm-beach-county-commercial-generator-rentals-sales {
    background-image:
        linear-gradient(180deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.28) 45%, rgba(0, 0, 0, 0.62) 100%),
        url('../new-images/palm-beach-county-commercial-generator-rentals-sales.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 520px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 0;
}

.hero.broward-county-commercial-generator-rentals-sales {
    background-image:
        linear-gradient(180deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.28) 45%, rgba(0, 0, 0, 0.62) 100%),
        url('../new-images/broward-county-commercial-generator-rentals-sales.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 520px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 0;
}

.hero.martin-county-commercial-generator-rentals-sales {
    background-image:
        linear-gradient(180deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.28) 45%, rgba(0, 0, 0, 0.62) 100%),
        url('../new-images/martin-county-commercial-generator-rentals-sales.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 520px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 0;
}

.hero.saint-luice-county-commercial-generator-rentals-sales {
    background-image:
        linear-gradient(180deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.28) 45%, rgba(0, 0, 0, 0.62) 100%),
        url('../new-images/saint-lucie-county-commercial-generator-rentals-sales.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 520px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 0;
}
 
 .hero.okeechobee-county-commercial-generator-rentals-sales {
    background-image:
        linear-gradient(180deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.28) 45%, rgba(0, 0, 0, 0.62) 100%),
        url('../new-images/okeechobee-county-commercial-generator-rentals-sales-img.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 520px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 0;
}
.hero.miami-dade-county-commercial-generator-rentals-sales::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.20) 55%, rgba(0, 0, 0, 0.42) 100%);
    z-index: 1;
}

.hero.miami-dade-county-commercial-generator-rentals-sales .fixed-wrapper {
    position: relative;
    z-index: 2;
}

.city-header h2 {
    /* margin: 0 auto !important;
    padding-bottom: 30px; */
}

.city-header p{
    /* text-align:center !important; */
}
.city-header .btn-gold {
    /* margin: 0 auto !important; */
}

/* ── County Intro Section — overlaps hero ── */
.rentals-intro.county-intro {
    background-color: #f9b800;
    padding-top: 60px !important;
    text-align: center;
    position: relative;
    z-index: 3;
  
}

.rentals-intro.county-intro p {
  text-align: center;
}

/* ── Arrow Badge Header — left-aligned ── */
.rentals-intro.county-intro .arrow-header {
    display: block;
    width: fit-content;
    text-align: left;
    background-color: #1a1a1a;
    color: #ffffff;
    font-size: 3rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 16px 70px 16px 32px;
    clip-path: polygon(0 0, calc(100% - 34px) 0, 100% 50%, calc(100% - 34px) 100%, 0 100%);
    margin-bottom: 28px;
    line-height: 1.15;
}

/* Gold accent word */
.rentals-intro.county-intro .arrow-header em {
    color: #f9b800;
    font-style: normal;
}

/* ── CTA Button on yellow background ── */
.rentals-intro.county-intro .btn-gold {
    display: inline-block;
    background-color: #1a1a1a;
    color: #f9b800;
    border: 2px solid #1a1a1a;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 14px 36px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}

.rentals-intro.county-intro .btn-gold:hover {
    background-color: #f9b800;
    color: #1a1a1a;
    border-color: #1a1a1a;
}
.vm-white{
    background-color: #fff;
    color: #000;
}
   .faq-container {
            max-width: 1100px;
            margin: 0 auto;
        }

        .faq-item {
            border-bottom: 1px solid rgba(0, 0, 0, 0.15);
            padding: 12px 0;
        }

        .faq-item summary {
            list-style: none;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            font-weight: 600;
        }

        .faq-item summary::-webkit-details-marker {
            display: none;
        }

        .faq-content {
            padding: 10px 0 0 0;
        }

        .chevron-icon {
            width: 22px;
            height: 22px;
            flex: 0 0 22px;
            transition: transform 0.2s ease;
        }

        details[open] .chevron-icon {
            transform: rotate(180deg);
        }

        /* Service section styling */
        .vm-section.vm-white {
            background: #ffffff;
            padding: 50px 0;
        }

        .vm-section.vm-white .feature-card {
            background: #ffffff;
             border: 1px solid rgb(0, 0, 0);
            /*box-shadow: 0 22px 60px rgba(0, 0, 0, 0.08); */
            /* border-radius: 18px; */
            padding: 40px 40px 35px;
            margin: 0 auto;
            max-width: 980px;
        }

        .vm-section.vm-white .featured-content h3 {
            font-size: 3rem;
            margin-bottom: 1rem;
            line-height: 1.05;
        }

        .feature-check-list {
            list-style: disc inside;
            font-size: 22px;
            line-height: 28px;
            font-family: sans-serif;
            margin-bottom: 10px;
            color: #1a1a1a;
        }

        .feature-check-list li {
            font-size: 22px;
            line-height: 28px;
            font-family: sans-serif;
            margin-bottom: 10px;
            text-align: left;
            margin-left: 25px;
        }

        .feature-check-list li:last-child {
            margin-bottom: 0;
        }
/*css seo content*/
 .miami-seo-content{background:#fff;padding:48px 0;}
      .miami-seo-content .fixed-wrapper{max-width:1140px;margin:0 auto;}
      .miami-seo-content h2{
        font-size:26px;line-height:1.25;color:#1f2a37;margin:0 0 14px;
        padding-left:16px;border-left:5px solid #d4a017;font-weight:700;
      }
      .miami-seo-content .seo-block{margin-bottom:38px;}
      .miami-seo-content .seo-block:last-child{margin-bottom:0;}
      .miami-seo-content p{font-size:16px;line-height:1.7;color:#3a4452;margin:0 0 14px;}
      .miami-seo-content p a{color:#b5860f;font-weight:600;text-decoration:none;}
      .miami-seo-content p a:hover{text-decoration:underline;}
      .miami-seo-content .seo-cols{
        list-style:none;margin:6px 0 0;padding:0;
        display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:8px 28px;
      }
      .miami-seo-content .seo-cols li{
        position:relative;padding:6px 0 6px 26px;color:#3a4452;font-size:16px;line-height:1.5;
      }
      .miami-seo-content .seo-cols li:before{
        content:"\f111";font-family:"Font Awesome 6 Free";font-weight:900;
        position:absolute;left:0;top:10px;font-size:8px;color:#d4a017;
      }
      .miami-seo-content.alt{background:#f6f7f9;}

      /* Conversion CTA band */
      .miami-cta{background:#1f2a37;padding:46px 0;}
      .miami-cta .fixed-wrapper{max-width:1140px;margin:0 auto;text-align:center;}
      .miami-cta h2{color:#fff;font-size:27px;margin:0 0 12px;font-weight:700;}
      .miami-cta p{color:#cfd6df;font-size:17px;line-height:1.6;margin:0 0 26px;}
      .miami-cta .cta-actions{display:flex;flex-wrap:wrap;gap:14px;justify-content:center;}
      .miami-cta a.cta-btn{
        display:inline-block;padding:15px 30px;border-radius:6px;font-size:16px;font-weight:700;
        text-decoration:none;transition:transform .15s ease,box-shadow .15s ease;
      }
      .miami-cta a.cta-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.25);}
      .miami-cta a.cta-primary{background:#d4a017;color:#1f2a37;}
      .miami-cta a.cta-secondary{background:transparent;color:#fff;border:2px solid #d4a017;}

      /* FAQ accordion */
      .miami-faq{background:#fff;padding:48px 0;}
      .miami-faq .fixed-wrapper{max-width:920px;margin:0 auto;}
      .miami-faq > .fixed-wrapper > h2{
        font-size:26px;color:#1f2a37;margin:0 0 24px;text-align:center;font-weight:700;
      }
      .miami-faq details{
        border:1px solid #e3e7ec;border-radius:8px;margin-bottom:12px;background:#fff;overflow:hidden;
      }
      .miami-faq details[open]{border-color:#d4a017;box-shadow:0 2px 10px rgba(0,0,0,.05);}
      .miami-faq summary{
        list-style:none;cursor:pointer;padding:18px 52px 18px 20px;position:relative;
        font-size:17px;font-weight:600;color:#1f2a37;line-height:1.4;
      }
      .miami-faq summary::-webkit-details-marker{display:none;}
      .miami-faq summary:after{
        content:"\f067";font-family:"Font Awesome 6 Free";font-weight:900;
        position:absolute;right:20px;top:50%;transform:translateY(-50%);
        color:#d4a017;font-size:14px;transition:transform .2s ease;
      }
      .miami-faq details[open] summary:after{content:"\f068";}
      .miami-faq .faq-answer{padding:0 20px 18px;color:#3a4452;font-size:16px;line-height:1.7;}
      /* Above-the-fold conversion block (directly under intro) */
      .miami-top-cta{background:#f6f7f9;padding:32px 0;border-top:3px solid #d4a017;}
      .miami-top-cta .fixed-wrapper{
        max-width:1140px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;
        justify-content:space-between;gap:20px 32px;
      }
      .miami-top-cta .top-cta-text{flex:1 1 540px;}
      .miami-top-cta h2{font-size:24px;color:#1f2a37;margin:0 0 8px;font-weight:700;}
      .miami-top-cta p{font-size:16px;line-height:1.6;color:#3a4452;margin:0;}
      .miami-top-cta .top-cta-actions{flex:0 0 auto;display:flex;flex-direction:column;gap:10px;}
      .miami-top-cta a.cta-btn{
        display:inline-block;text-align:center;padding:14px 28px;border-radius:6px;
        font-size:16px;font-weight:700;text-decoration:none;white-space:nowrap;
        transition:transform .15s ease,box-shadow .15s ease;
      }
      .miami-top-cta a.cta-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.18);}
      .miami-top-cta a.cta-primary{background:#d4a017;color:#1f2a37;}
      .miami-top-cta a.cta-primary i{margin-right:8px;}
      .miami-top-cta a.cta-secondary{background:#1f2a37;color:#fff;}
      @media (max-width:760px){
        .miami-top-cta .top-cta-actions{width:100%;flex-direction:row;}
        .miami-top-cta .top-cta-actions a{flex:1;}
      }

      @media (max-width:600px){
        .miami-seo-content h2,.miami-cta h2,.miami-faq > .fixed-wrapper > h2{font-size:22px;}
        .miami-top-cta h2{font-size:21px;}
      }
/*css seo content*/
/* ── service-areas.html — County Grid ── */
.just-con-center h2,.just-con-center p{
    /* align-self: center !important;
    text-align: center !important; */
}
.county-grid-section {
    background-color: #111;
    padding: 40px 0 60px;
    border-bottom: 5px solid #191919;
}

.county-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    padding: 20px 0 0;
}

.county-card {
    overflow: hidden;
    border: 2px solid #f9b800;
    display: flex;
    flex-direction: column;
}
.intro-con {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.county-card .btn-gold{
   margin: auto 5px 5px 5px;
}

.city-area-header h3 {
    font-size: 30px;
}

.county-card-img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 260px;
    display: flex;
    align-items: flex-end;
    position: relative;
    z-index: 0;
    transition: transform 0.3s ease;
}

.county-card:hover .county-card-img {
    transform: scale(1.03);
}

.county-card-img::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.10) 60%);
    z-index: 1;
}

.county-card-img h3 {
    position: relative;
    z-index: 2;
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 16px 18px;
    line-height: 1.25;
    width: 100%;
    /* border-top: 3px solid #f9b800; */
    background: rgba(0, 0, 0, 0.45);
    margin-bottom: 0 !important;
}

.intro-con p {
    font-size: 14px;
    line-height: 20px;
    color: #fff !important;
    padding: 5px;
}

/* intro panel styled to match framed card look */
/* intro panels use default styling (no custom frame) */

@media (max-width: 1024px) {
    .county-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .county-grid {
        grid-template-columns: 1fr;
    }

    .county-card-img {
        min-height: 220px;
    }
}

/* ── Responsive ── */
@media (max-width: 768px) {
    .hero.miami-dade-county-commercial-generator-rentals-sales {
        min-height: 300px;
        background-position: center top;
    }

    .rentals-intro.county-intro {
        margin-top: -50px;
    }

    .rentals-intro.county-intro .arrow-header {
        font-size: 1.15rem;
        padding: 12px 44px 12px 20px;
    }
}
