/*
Theme Name: ECFF Child
Template: astra
Version: 1.0
*/

/* ========================================
   ECFF GLOBAL DESIGN SYSTEM
======================================== */

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap');

:root {

    --ecff-primary: #1f6f43;
    --ecff-primary-dark: #14532d;
    --ecff-accent: #7bdc65;
    --ecff-gold: #fbbf24;

    --ecff-bg: #07150f;
    --ecff-card: #10241b;
    --ecff-card-light: #163325;

    --ecff-text: #ffffff;
    --ecff-text-soft: #cbd5d1;
    --ecff-border: rgba(255,255,255,0.08);

    --ecff-radius: 18px;

    --ecff-shadow: 0 10px 30px rgba(0,0,0,0.25);

    --ecff-transition: all .25s ease;
}

/* BODY */

body {

    font-family: 'Inter', sans-serif;
    background: #08130f;
    color: var(--ecff-text);
}

/* HEADINGS */

h1,
h2,
h3,
h4,
h5,
h6 {

    font-family: 'Oswald', sans-serif;
    letter-spacing: .5px;
    font-weight: 600;
}

/* SITE */

.site-content {

    background: linear-gradient(
        to bottom,
        #08130f,
        #0d1f17
    );
}

/* BUTTONS */

.ecff-btn,
button,
.elementor-button {

    background: var(--ecff-primary);
    color: #fff !important;

    border-radius: 12px;
    padding: 14px 24px;

    border: none;

    font-weight: 600;

    transition: var(--ecff-transition);
}

.ecff-btn:hover,
button:hover,
.elementor-button:hover {

    transform: translateY(-2px);

    background: var(--ecff-primary-dark);
}

/* CARDS */

.ecff-card {

    background: rgba(16,36,27,.92);

    border: 1px solid var(--ecff-border);

    border-radius: var(--ecff-radius);

    box-shadow: var(--ecff-shadow);

    overflow: hidden;

    backdrop-filter: blur(8px);
}

/* FORMS */

input,
select,
textarea {

    background: rgba(255,255,255,.04) !important;

    border: 1px solid rgba(255,255,255,.08) !important;

    color: #fff !important;

    border-radius: 12px !important;

    padding: 14px !important;
}

/* HEADER */

.site-header {

    background: rgba(7,21,15,.92);

    backdrop-filter: blur(10px);

    border-bottom: 1px solid rgba(255,255,255,.06);
}

/* NAV */

.main-header-menu a {

    color: #fff !important;

    font-weight: 500;
}

.main-header-menu a:hover {

    color: var(--ecff-accent) !important;
}

/* HERO */

.ecff-hero-overlay {

    background: linear-gradient(
        90deg,
        rgba(0,0,0,.75) 0%,
        rgba(0,0,0,.25) 60%,
        rgba(0,0,0,.1) 100%
    );
}

/* SECTIONS */

.ecff-section {

    padding: 80px 0;
}

/* MAP */

#map {

    border-radius: 22px;

    overflow: hidden;

    border: 2px solid rgba(255,255,255,.08);

    box-shadow: var(--ecff-shadow);
}

/* HEADER TEXT FIX */

.main-header-menu .menu-link,
.main-header-menu > .menu-item > .menu-link,
.ast-site-title-wrap a,
.site-title a{
    color:#000 !important;
}

/* Hover */

.main-header-menu .menu-link:hover{
    color:#1f6f43 !important;
}

/* =========================================
   ECFF LIVE STATS BAR
========================================= */

.ecff-stats{
    display:flex;
    justify-content:space-between;
    align-items:center;

    gap:20px;

    padding:28px 40px;

    margin-top:-70px;
    margin-bottom:60px;

    position:relative;
    z-index:20;

    max-width:1100px;

    border-radius:22px;

    background:
    linear-gradient(
        135deg,
        rgba(16,36,27,.92),
        rgba(7,21,15,.96)
    );

    border:
    1px solid rgba(255,255,255,.08);

    box-shadow:
    0 20px 50px rgba(0,0,0,.35);

    backdrop-filter:blur(10px);
}

.ecff-stat{
    flex:1;
    text-align:center;
    position:relative;
}

/* divider lines */

.ecff-stat:not(:last-child)::after{
    content:'';

    position:absolute;

    right:-10px;
    top:10%;

    width:1px;
    height:80%;

    background:
    rgba(255,255,255,.08);
}

.ecff-stat h2{
    margin:0 0 8px;

    font-size:42px;
    line-height:1;

    font-weight:700;

    color:var(--ecff-primary);

    font-family:'Oswald', sans-serif;
}

.ecff-stat p{
    margin:0;

    color:#fff;

    opacity:.85;

    font-size:15px;

    letter-spacing:.5px;

    text-transform:uppercase;
}

/* mobile */

@media(max-width:768px){

    .ecff-stats{
        flex-direction:column;
        gap:30px;

        padding:30px 20px;
    }

    .ecff-stat:not(:last-child)::after{
        display:none;
    }
}

/* FULL WIDTH HERO FIX */

.ast-container{
    max-width:100% !important;
    padding-left:0 !important;
    padding-right:0 !important;
}

.site-content .ast-container{
    display:block;
}

.elementor-section.elementor-section-boxed > .elementor-container{
    max-width:100% !important;
}

/* ========================================
   FILTER BAR
======================================== */

.ecff-filter-wrap{

    width:100%;
    max-width:1300px;

    margin:-40px auto 80px;

    position:relative;
    z-index:20;

}

.ecff-filter-grid{

    display:grid;

    grid-template-columns:
    2fr
    1fr
    1fr
    1fr
    1fr
    auto;

    gap:18px;

    padding:24px;

    background:
    rgba(10,20,16,.88);

    border:
    1px solid rgba(255,255,255,.08);

    border-radius:24px;

    backdrop-filter:blur(18px);

    box-shadow:
    0 15px 40px rgba(0,0,0,.35);

}

.ecff-filter-item input,
.ecff-filter-item select{

    width:100%;

    height:56px;

    border:none;

    border-radius:14px;

    padding:0 18px;

    background:
    rgba(255,255,255,.05);

    color:#fff;

    font-size:15px;

    border:
    1px solid rgba(255,255,255,.08);

}

.ecff-filter-item input::placeholder{
    color:#cbd5d1;
}

.ecff-filter-item select option{
    color:#000;
}

.ecff-filter-btn{

    height:56px;

    padding:0 28px;

    border:none;

    border-radius:14px;

    background:
    linear-gradient(
        135deg,
        #1f6f43,
        #27ae60
    );

    color:#fff;

    font-weight:700;

    cursor:pointer;

    transition:.25s ease;

}

.ecff-filter-btn:hover{

    transform:translateY(-2px);

    box-shadow:
    0 10px 20px rgba(39,174,96,.3);

}

/* MOBILE */

@media(max-width:1100px){

    .ecff-filter-grid{
        grid-template-columns:1fr 1fr;
    }

}

@media(max-width:768px){

    .ecff-filter-grid{
        grid-template-columns:1fr;
    }

}

/* ========================================
   FEATURED SPOTS
======================================== */

.ecff-featured-section{

    max-width:1400px;

    margin:80px auto;

    padding:0 30px;

}

.ecff-section-header{

    display:flex;

    justify-content:space-between;

    align-items:center;

    margin-bottom:30px;

}

.ecff-section-header h2{

    color:#fff;

    font-size:38px;

    margin:0;

}

.ecff-view-all{

    color:#6dde8b;

    font-weight:700;

    text-decoration:none;

}

.ecff-spots-grid{

    display:grid;

    grid-template-columns:
    repeat(auto-fit,minmax(320px,1fr));

    gap:28px;

}

.ecff-spot-card{

    background:
    rgba(10,20,16,.85);

    border:
    1px solid rgba(255,255,255,.06);

    border-radius:24px;

    overflow:hidden;

    transition:.3s ease;

    backdrop-filter:blur(12px);

    box-shadow:
    0 15px 35px rgba(0,0,0,.25);

}

.ecff-spot-card:hover{

    transform:translateY(-6px);

    box-shadow:
    0 20px 45px rgba(0,0,0,.4);

}

.ecff-spot-image{

    position:relative;

    height:240px;

    overflow:hidden;

}

.ecff-spot-image img{

    width:100%;

    height:100%;

    object-fit:cover;

}

.ecff-rating-badge{

    position:absolute;

    top:18px;

    left:18px;

    background:
    rgba(0,0,0,.65);

    padding:8px 14px;

    border-radius:50px;

    color:#ffd34d;

    font-weight:700;

    font-size:14px;

}

.ecff-spot-content{

    padding:24px;

}

.ecff-spot-content h3{

    color:#fff;

    font-size:24px;

    margin-bottom:18px;

}

.ecff-meta{

    display:flex;

    gap:14px;

    flex-wrap:wrap;

    margin-bottom:14px;

}

.ecff-meta span{

    background:
    rgba(255,255,255,.05);

    border:
    1px solid rgba(255,255,255,.05);

    padding:8px 12px;

    border-radius:12px;

    color:#d7e8dc;

    font-size:14px;

}

.ecff-card-btn{

    display:inline-block;

    margin-top:12px;

    padding:12px 20px;

    background:
    linear-gradient(
        135deg,
        #1f6f43,
        #2ecc71
    );

    color:#fff;

    text-decoration:none;

    border-radius:12px;

    font-weight:700;

    transition:.25s ease;

}

.ecff-card-btn:hover{

    transform:translateY(-2px);

}

/* ========================================
   FEATURED SPOTS
======================================== */

.ecff-featured-wrapper{
    max-width: 1400px;
    margin: 80px auto;
    padding: 0 20px;
}

.ecff-featured-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:30px;
}

.ecff-featured-header h2{
    color:#fff;
    font-size:42px;
    margin:0;
}

.ecff-view-all{
    color:#59ff8f;
    text-decoration:none;
    font-weight:700;
    letter-spacing:1px;
}

.ecff-featured-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
    gap:30px;
}

.ecff-spot-card{
    background:rgba(9,22,17,.92);
    border:1px solid rgba(255,255,255,.08);
    border-radius:22px;
    overflow:hidden;
    transition:.3s ease;
    box-shadow:0 15px 40px rgba(0,0,0,.35);
}

.ecff-spot-card:hover{
    transform:translateY(-8px);
}

.ecff-spot-image{
    position:relative;
    height:240px;
    overflow:hidden;
}

.ecff-spot-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.ecff-rating-badge{
    position:absolute;
    top:16px;
    left:16px;
    background:rgba(0,0,0,.7);
    padding:8px 14px;
    border-radius:40px;
    color:#ffd54a;
    font-weight:700;
    font-size:14px;
}

.ecff-spot-content{
    padding:24px;
}

.ecff-spot-content h3{
    color:#fff;
    font-size:28px;
    margin-bottom:18px;
}

.ecff-spot-meta{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-bottom:18px;
}

.ecff-spot-meta span{
    background:rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.06);
    padding:8px 12px;
    border-radius:40px;
    color:#d7e7dc;
    font-size:14px;
}

.ecff-location{
    color:#89ffae;
    margin-bottom:14px;
    font-size:15px;
}

.ecff-review-count{
    color:#c7d3cb;
    margin-bottom:22px;
}

.ecff-card-btn{
    display:inline-block;
    background:linear-gradient(90deg,#59ff8f,#20bf55);
    color:#08130f;
    text-decoration:none;
    padding:14px 22px;
    border-radius:14px;
    font-weight:700;
}

.ecff-card-btn:hover{
    transform:translateY(-2px);
}

/* =================================
   ECFF HOME MAP
================================= */

.ecff-home-map-wrapper{
    max-width:1400px;
    margin:80px auto;
    padding:0 20px;
}

.ecff-home-map-header{
    text-align:center;
    margin-bottom:30px;
}

.ecff-home-map-header h2{
    color:#fff;
    font-size:52px;
    font-weight:900;
    margin-bottom:10px;
    text-transform:uppercase;
}

.ecff-home-map-header p{
    color:#cfcfcf;
    font-size:18px;
}

#ecff-home-map{
    height:650px;
    border-radius:30px;
    overflow:hidden;
    border:1px solid rgba(255,255,255,0.08);
    box-shadow:0 0 40px rgba(0,0,0,0.5);
}

/* POPUP */

.ecff-map-popup{
    width:260px;
}

.ecff-map-popup img{
    width:100%;
    height:160px;
    object-fit:cover;
    border-radius:12px;
    margin-bottom:12px;
}

.ecff-popup-content h3{
    margin:0 0 10px;
    font-size:22px;
    font-weight:800;
}

.ecff-popup-rating{
    color:#43e97b;
    font-weight:700;
    margin-bottom:10px;
}

.ecff-popup-meta{
    margin-bottom:8px;
    color:#444;
    font-size:14px;
}

.ecff-popup-btn{
    display:inline-block;
    margin-top:12px;
    padding:10px 18px;
    background:linear-gradient(135deg,#43e97b,#38f9d7);
    color:#000;
    font-weight:800;
    border-radius:10px;
    text-decoration:none;
}

/* LEAFLET */

.leaflet-container{
    background:#07150f;
}

.leaflet-popup-content-wrapper{
    border-radius:18px;
}

/* TEST */
.ecff-test-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

    max-width:1400px;

    margin:80px auto;

    padding:0 20px;
}

@media(max-width:1024px){

    .ecff-test-grid{

        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:768px){

    .ecff-test-grid{

        grid-template-columns:1fr;
    }
}

/* =========================================
   ECFF REGION FILTER BAR
========================================= */

.ecff-filter-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 20px 0 40px;
}

.ecff-filter-bar button {
    background: rgba(0,0,0,0.55);
    border: 1px solid rgba(0,255,170,0.2);
    color: #39ff9c;
    padding: 10px 18px;
    border-radius: 999px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.25s ease;
}

.ecff-filter-bar button:hover {
    background: #39ff9c;
    color: #000;
}

.ecff-filter-bar button.active {
    background: #39ff9c;
    color: #000;
}

.ec-card p,
.ec-card span,
.ec-card li,
.ec-sidebar p,
.ec-sidebar span,
.ec-review p,
.ec-review li,
.ec-value,
.ec-label,
.ec-review h3,
.ec-sidebar h3,
.ec-title {
    color: #111 !important;
}

.ec-label {
    color: #666 !important;
}

.ec-review p {
    color: #444 !important;
}

.ec-review {
    color: #111 !important;
}

.ec-rules-list{
    margin:0;
    padding-left:18px;
    display:flex;
    flex-direction:column;
    gap:10px;
}

.ec-rules-list li{
    color:#222 !important;
    font-size:14px;
    line-height:1.5;
}

.ec-rules-card{
    background:#f4f4f4;
    border-radius:22px;
    padding:24px;
    margin-top:20px;
    box-shadow:0 4px 18px rgba(0,0,0,0.12);
}

.ec-rules-list{
    margin:0;
    padding-left:18px;
    display:flex;
    flex-direction:column;
    gap:10px;
}

.ec-rules-list li{
    color:#222 !important;
    font-size:14px;
    line-height:1.5;
}

/* =========================================================
   ECFF SUBMIT SPOT FORM
========================================================= */

.ec-submit-wrapper{
    padding:80px 20px;
    background:
    radial-gradient(circle at top left, rgba(0,255,150,0.08), transparent 30%),
    linear-gradient(135deg,#001510 0%,#01231b 100%);
}

.ec-submit-container{
    max-width:1200px;
    margin:0 auto;
    background:#f5f5f5;
    border-radius:28px;
    padding:50px;
    box-shadow:0 10px 40px rgba(0,0,0,0.35);
}

.ec-submit-header{
    margin-bottom:40px;
}

.ec-submit-header h1{
    font-size:48px;
    font-weight:900;
    margin-bottom:10px;
    color:#111;
    text-transform:uppercase;
    letter-spacing:1px;
}

.ec-submit-header p{
    color:#666;
    font-size:16px;
}



/* =========================================================
   PROGRESS BAR
========================================================= */

.ec-progress-bar{
    display:flex;
    justify-content:space-between;
    gap:20px;
    margin-bottom:50px;
    flex-wrap:wrap;
}

.ec-progress-step{
    flex:1;
    min-width:140px;
    background:#ececec;
    border-radius:18px;
    padding:18px;
    text-align:center;
    transition:0.3s ease;
    border:2px solid transparent;
}

.ec-progress-step span{
    width:38px;
    height:38px;
    background:#ccc;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 10px;
    border-radius:50%;
    font-weight:700;
    color:#111;
}

.ec-progress-step p{
    margin:0;
    font-size:14px;
    font-weight:700;
    color:#333;
}

.ec-progress-step.active{
    background:#0c2019;
    border-color:#28ff95;
}

.ec-progress-step.active span{
    background:#28ff95;
    color:#000;
}

.ec-progress-step.active p{
    color:#fff;
}

/* =========================================================
   STEP LAYOUT
========================================================= */

.ec-form-step{
    display:none;
}

.ec-form-step.active{
    display:block;
}

.ec-step-grid{
    display:grid;
    grid-template-columns:2fr 1fr;
    gap:40px;
}

.ec-step-left,
.ec-step-right{
    display:flex;
    flex-direction:column;
    gap:24px;
}

/* =========================================================
   FIELDS
========================================================= */

.ec-field-group{
    display:flex;
    flex-direction:column;
}

.ec-field-group label{
    font-size:14px;
    font-weight:800;
    margin-bottom:10px;
    color:#111;
    text-transform:uppercase;
}

.ec-field-group input,
.ec-field-group select,
.ec-field-group textarea{
    width:100%;
    border:none;
    border-radius:16px;
    background:#eaeaea;
    padding:18px;
    font-size:15px;
    color:#111;
    outline:none;
    transition:0.3s ease;
}

.ec-field-group input:focus,
.ec-field-group select:focus,
.ec-field-group textarea:focus{
    background:#fff;
    box-shadow:0 0 0 2px #28ff95;
}

.ec-field-group textarea{
    resize:vertical;
}

.ec-char-count{
    margin-top:8px;
    color:#666;
    font-size:12px;
}

/* =========================================
   FISH SPECIES CHECKBOX GRID
========================================= */

.ec-species-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:10px;

margin-top:10px;

}

.ec-species-grid label{

display:flex;

align-items:center;

gap:8px;

padding:10px 12px;

background:#fff;

border:1px solid #d6d6d6;

border-radius:10px;

cursor:pointer;

font-size:14px;

font-weight:500;

color:#111;

transition:.3s ease;

}

.ec-species-grid label:hover{

border-color:#19a34a;

background:#f6fff8;

}

.ec-species-grid input[type="checkbox"]{

width:auto !important;

margin:0 !important;

}

/* =========================================================
   UPLOAD BOX
========================================================= */

.ec-upload-box{
    background:#ececec;
    border:2px dashed #ccc;
    border-radius:20px;
    padding:30px;
    text-align:center;
}

.ec-upload-box label{
    display:block;
    margin-bottom:15px;
    font-weight:800;
    text-transform:uppercase;
}

.ec-upload-box input{
    margin-bottom:12px;
}

.ec-upload-box small{
    color:#777;
}

/* =========================================================
   PRIVATE FIELDS
========================================================= */

.ec-private-fields{
    display:none;
    background:#ececec;
    border-radius:20px;
    padding:25px;
}

/* =========================================================
   PERMISSION BOX
========================================================= */

.ec-permission-box{
    background:#0c2019;
    border-radius:18px;
    padding:22px;
    color:#fff;
}

.ec-checkbox{
    display:flex;
    align-items:flex-start;
    gap:14px;
    font-size:14px;
    line-height:1.6;
}

.ec-checkbox input{
    margin-top:5px;
    transform:scale(1.2);
}

/* =========================================================
   NAVIGATION
========================================================= */

.ec-form-navigation{
    display:flex;
    justify-content:flex-end;
    margin-top:50px;
}

.ec-next-step{
    background:#28ff95;
    color:#000;
    border:none;
    border-radius:14px;
    padding:16px 34px;
    font-weight:800;
    cursor:pointer;
    transition:0.3s ease;
    text-transform:uppercase;
}

.ec-next-step:hover{
    transform:translateY(-2px);
    background:#19e67f;
}

/* =========================================================
   MOBILE
========================================================= */

@media(max-width:900px){

    .ec-submit-container{
        padding:30px 20px;
    }

    .ec-step-grid{
        grid-template-columns:1fr;
    }

    .ec-submit-header h1{
        font-size:34px;
    }

    .ec-progress-bar{
        gap:12px;
    }

    .ec-progress-step{
        min-width:calc(50% - 12px);
    }

}

@media(max-width:600px){

    .ec-progress-step{
        min-width:100%;
    }

    .ec-submit-header h1{
        font-size:28px;
    }

}

/* =========================================================
   SUBMIT SPOT FORM
========================================================= */

.ec-submit-wrapper{
    padding:80px 20px;
    background:linear-gradient(
        90deg,
        #001a12 0%,
        #00261c 50%,
        #001a12 100%
    );
}

.ec-submit-container{
    max-width:1100px;
    margin:0 auto;
    background:#f4f4f4;
    border-radius:28px;
    padding:40px;
    box-shadow:0 10px 40px rgba(0,0,0,0.35);
}

/* HEADER */

.ec-submit-header{
    margin-bottom:35px;
}

.ec-submit-header h1{
    font-size:52px;
    line-height:1;
    margin:0 0 12px;
    color:#000;
    text-transform:uppercase;
    font-weight:900;
    letter-spacing:1px;
}

.ec-submit-header p{
    margin:0;
    color:#444;
    font-size:16px;
}

/* STEP NAVIGATION */

.ec-submit-steps{
    display:flex;
    justify-content:space-between;
    gap:15px;
    margin-bottom:40px;
}

.ec-step{
    flex:1;
    display:flex;
    align-items:center;
    gap:12px;
    background:#e9e9e9;
    padding:14px 18px;
    border-radius:14px;
    transition:0.3s ease;
}

.ec-step span{
    width:34px;
    height:34px;
    border-radius:50%;
    background:#cfcfcf;
    color:#000;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    font-size:15px;
}

.ec-step p{
    margin:0;
    color:#222;
    font-weight:700;
    font-size:14px;
}

.ec-step.active{
    background:#dff5e7;
    border:2px solid #19a34a;
}

.ec-step.active span{
    background:#19a34a;
    color:#fff;
}

/* FORM */

.ec-form-grid{
    display:grid;
    grid-template-columns:1fr 360px;
    gap:40px;
}

/* FIELDS */

.ec-field{
    margin-bottom:22px;
}

.ec-field label{
    display:block;
    margin-bottom:8px;
    font-size:13px;
    font-weight:800;
    color:#111;
    text-transform:uppercase;
    letter-spacing:0.5px;
}

.ec-field input,
.ec-field select,
.ec-field textarea{
    width:100%;
    background:#fff;
    border:1px solid #d6d6d6;
    border-radius:12px;
    padding:14px 16px;
    font-size:15px;
    color:#111;
    transition:0.3s ease;
}

.ec-field textarea{
    resize:vertical;
    min-height:140px;
}

.ec-field input:focus,
.ec-field select:focus,
.ec-field textarea:focus{
    outline:none;
    border-color:#19a34a;
    box-shadow:0 0 0 4px rgba(25,163,74,0.15);
}

/* UPLOAD */

.ec-upload-box{
    border:2px dashed #cfcfcf;
    border-radius:18px;
    padding:30px;
    background:#fafafa;
    text-align:center;
    margin-bottom:25px;
}

.ec-upload-box label{
    display:block;
    margin-bottom:15px;
    font-size:14px;
    font-weight:800;
    color:#111;
    text-transform:uppercase;
}

.ec-upload-box input{
    width:100%;
    margin-bottom:10px;
}

.ec-upload-box small{
    color:#666;
    font-size:13px;
}

/* PRIVATE SECTION */

#ec-private-fields{
    margin-bottom:20px;
    padding:20px;
    border-radius:16px;
    background:#ececec;
}

/* TERMS */

.ec-terms-box{
    background:#f0f0f0;
    border-radius:16px;
    padding:18px;
    margin-top:15px;
}

.ec-checkbox{
    display:flex;
    align-items:flex-start;
    gap:12px;
    cursor:pointer;
}

.ec-checkbox input{
    margin-top:4px;
}

.ec-checkbox span{
    font-size:13px;
    line-height:1.5;
    color:#222;
    font-weight:500;
}

/* BUTTONS */

.ec-submit-actions{
    margin-top:35px;
    display:flex;
    justify-content:flex-end;
}

.ec-next-btn{
    background:#19a34a;
    color:#fff;
    border:none;
    border-radius:14px;
    padding:16px 34px;
    font-size:14px;
    font-weight:800;
    text-transform:uppercase;
    cursor:pointer;
    transition:0.3s ease;
}

.ec-next-btn:hover{
    background:#12853b;
    transform:translateY(-2px);
}

/* RESPONSIVE */

@media(max-width:900px){

    .ec-form-grid{
        grid-template-columns:1fr;
    }

    .ec-submit-steps{
        flex-direction:column;
    }

    .ec-submit-header h1{
        font-size:38px;
    }

}

/* FORCE SUBMIT FORM TEXT COLORS */

.ec-submit-form input,
.ec-submit-form select,
.ec-submit-form textarea{
    color:#111 !important;
    -webkit-text-fill-color:#111 !important;
}

/* PLACEHOLDERS */

.ec-submit-form input::placeholder,
.ec-submit-form textarea::placeholder{
    color:#777 !important;
    opacity:1;
}

/* SELECT OPTIONS */

.ec-submit-form select option{
    color:#111 !important;
    background:#fff !important;
}

/* ACTIVE INPUT TEXT */

.ec-submit-form input:focus,
.ec-submit-form select:focus,
.ec-submit-form textarea:focus{
    color:#111 !important;
}

/* FIX SELECT FIELD TEXT POSITION */

.ec-submit-form select{
    height:56px !important;
    line-height:56px !important;
    padding-top:0 !important;
    padding-bottom:0 !important;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
}

/* SELECT PLACEHOLDER TEXT */

.ec-submit-form select option{
    line-height:normal !important;
}

/* =========================================
   STEP TITLES
========================================= */

.ec-step-title{
    margin-bottom:35px;
}

.ec-step-title h2{
    font-size:30px;
    margin:0 0 10px;
    color:#111;
    font-weight:800;
}

.ec-step-title p {
    color: #666666;
    font-size: 14px;
    margin-top: 8px;
    line-height: 1.5;
}

/* =========================================
   MAP BOX
========================================= */

.ec-map-box{
    background:#f8f8f8;
    border:2px dashed #d3d3d3;
    border-radius:20px;
    padding:30px;
}

.ec-map-box h3{
    margin:0 0 10px;
    font-size:20px;
    color:#111;
}

.ec-map-box p{
    margin:0 0 20px;
    color:#555;
}

.ec-map-placeholder{
    height:300px;
    border-radius:16px;
    background:#e5e5e5;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    color:#666;
    font-weight:700;
    padding:20px;
}

/* =========================================
   BUTTON LAYOUT
========================================= */

.ec-submit-between{
    justify-content:space-between;
}

.ec-prev-btn{
    background:#ddd;
    color:#111;
    border:none;
    border-radius:14px;
    padding:16px 34px;
    font-size:14px;
    font-weight:800;
    text-transform:uppercase;
    cursor:pointer;
    transition:0.3s ease;
}

.ec-prev-btn:hover{
    background:#c9c9c9;
}

/* =========================================
   STEP 4 TEXT FIX
========================================= */

.ec-review-card p,
.ec-review-card li,
.ec-gallery-upload-box p,
.ec-final-confirmation span {
    color: #444 !important;
}

/* REVIEW CHECKLIST */

.ec-review-list {
    padding-left: 20px;
    margin-top: 15px;
}

.ec-review-list li {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.5;
}

/* EXTRA IMAGE UPLOADS */

.ec-gallery-field {
    margin-bottom: 20px;
}

.ec-gallery-field label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #111;
}

/* FINAL CONFIRMATION */

.ec-final-confirmation {
    margin-top: 25px;
}

.ec-final-confirmation label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: #333;
}

/* DISABLED BUTTONS */

.ec-next-btn:disabled,
.ec-submit-final-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

/* ====================================
LAYER 1 — BACKGROUND ONLY
==================================== */

.ecff-success-wrapper{

display:flex;
justify-content:center;
align-items:center;

padding:60px 20px;

min-height:100vh;

background:
linear-gradient(
90deg,
#00110d,
#01261c,
#00110d
);

}


.ecff-success-card{

position:relative;

width:100%;
max-width:1100px;

min-height:auto;

overflow:visible;

padding-bottom:20px !important;

border-radius:30px;

background:#03130f;

border:1px solid rgba(0,255,120,.12);

box-shadow:
0 0 60px rgba(0,255,120,.2);

}


/* BACKGROUND LAYER */

.background-layer{

position:absolute;

top:0;
left:0;

width:100%;

/* fixed image area only */
height:700px;

z-index:1;

overflow:hidden;

}


/* IMAGE */

.background-img{

width:100%;
height:700px;

object-fit:cover;

object-position:center top;

opacity:.9;

}


/* future layers */

.hero-bass-wrap,
.shield-wrap,
.success-content,
.success-buttons,
.impact-section,
.tight-lines-img,
.ripple{

position:relative;
z-index:10;

display:none;

}

/* ====================================
LAYER 2 — HERO BASS ONLY
==================================== */

.hero-bass-wrap{

display:block !important;

position:relative;

height:500px;

z-index:20;

}


.hero-bass{

position:absolute;

left:50%;

top:-110px;

transform:translateX(-50%);

width:710px;

max-width:none;

filter:
drop-shadow(
0 0 45px rgba(0,255,120,.7)
);

animation:
bassFloat 6s ease-in-out infinite;

}


@keyframes bassFloat{

0%{

transform:
translateX(-50%)
translateY(0px);

}

50%{

transform:
translateX(-50%)
translateY(-15px);

}

100%{

transform:
translateX(-50%)
translateY(0px);

}

}

/* ======================
LAYER 3 — SHIELD
====================== */

.shield-wrap{

display:block !important;

position:absolute;

left:50%;

top:330px;

transform:translateX(-50%);

z-index:30;

}

.shield-img{

width:490px !important;
max-width:none !important;
height:auto !important;

filter:
drop-shadow(
0 0 35px rgba(0,255,120,.6)
);

}

.shield-img{

/* bigger */
width:300px;

height:auto;

filter:
drop-shadow(
0 0 35px rgba(0,255,120,.6)
);

}

/* ====================================
LAYER 4 — SUCCESS TITLE
==================================== */

.success-content{

display:block !important;

position:relative;

text-align:center;

margin-top:330px;

z-index:40;

}

.success-title{

position:relative;

display:inline-flex;

align-items:center;

gap:18px;

margin-top:10px;

font-family:'Arial Narrow', Impact, sans-serif;

font-size:64px;
/* slightly taller */

font-weight:700;

line-height:.95;

letter-spacing:2px;

text-transform:uppercase;

color:#f2f2f2;

text-align:center;

text-shadow:

0 2px 0 rgba(0,0,0,.65),
0 4px 0 rgba(0,0,0,.45),
0 8px 18px rgba(0,0,0,.75);

/* subtle 3D effect */

transform:scaleY(1.08);

}

/* side lines */

.success-title::before,
.success-title::after{

content:"";

width:38px;
height:3px;

background:#62ff62;

border-radius:20px;

box-shadow:
0 0 12px rgba(0,255,120,.9);

flex-shrink:0;

}

/* ======================
DIVIDER FISH
====================== */

.divider-top{

display:block !important;

position:relative;

width:540px;

top:-145px;
/* move divider upward */

margin:0 auto 25px auto;

opacity:1;

filter:
drop-shadow(
0 0 15px rgba(0,255,120,.8)
);

animation:none;

}

/* glowing lines beside fish */

.divider-top::before,
.divider-top::after{

content:"";

position:absolute;

top:50%;

width:120px;

height:1px;

background:
linear-gradient(
90deg,
transparent,
rgba(0,255,120,.7),
transparent
);

}

/* DESCRIPTION */

.success-description{

position:relative;

top:-320px;
/* slightly higher than current */

width:100%;

max-width:700px;

margin:0 auto;

text-align:center;

font-family:Arial,sans-serif;

font-size:22px;

font-weight:400;

line-height:1.7;

letter-spacing:.3px;

color:#f0f0f0;

text-shadow:
0 0 8px rgba(0,0,0,.45);

}


/* green highlighted wording */

.success-description span{

color:#62ff62;

font-weight:600;

text-shadow:
0 0 10px rgba(0,255,120,.35);

}

.success-description span{

color:#6eff6e;

font-weight:700;

}

.success-description{

line-height:1.45;

}

.success-description span{

display:inline-block;

margin-top:4px;

color:#62ff62;

font-weight:600;

}

/* ====================================
LAYER 5 — ACTION BUTTONS
==================================== */

.success-buttons{

display:flex !important;

justify-content:center;

align-items:center;

gap:22px;

flex-wrap:nowrap;

position:relative;

z-index:50;

/* move whole row upward */
margin-top:-300px;

}

/* button base */

.success-btn{

display:flex;

align-items:center;

justify-content:center;

gap:18px;

width:290px;
height:74px;

padding:0 25px;

border-radius:18px;

text-decoration:none;

font-family:'Arial Narrow', Arial, sans-serif;

font-size:19px;

font-weight:700;

letter-spacing:.5px;

text-transform:uppercase;

white-space:nowrap;

transition:.35s;

}

/* left/right buttons */

.success-btn-outline{

border:2px solid #62ff62;

background:rgba(0,0,0,.2);

color:#62ff62;

box-shadow:
0 0 12px rgba(0,255,120,.15);

}

/* center button */

.success-btn-primary{

background:
linear-gradient(
180deg,
#84ff5f,
#4cc930
);

color:#000;

box-shadow:
0 0 30px rgba(0,255,120,.45);

}

/* hover */

.success-btn:hover{

transform:translateY(-4px);

}

/* ====================================
LAYER 6 — COMMUNITY IMPACT
==================================== */

.impact-section{

display:block !important;

position:relative;

z-index:60;

margin-top:40px;

}

.impact-section h3{

display:block !important;

position:relative;

z-index:100;

text-align:center;

margin:0 0 35px 0;

font-family:'Arial Narrow', Arial, sans-serif;

font-size:32px;

font-weight:700;

letter-spacing:2px;

text-transform:uppercase;

color:#6eff67;

text-shadow:
0 0 12px rgba(0,255,120,.45);

}

/* COMMUNITY IMPACT TITLE LINES */

.impact-section h3{

display:flex !important;

align-items:center;

justify-content:center;

gap:30px;

}

/* left line */
.impact-section h3::before,

/* right line */
.impact-section h3::after{

content:"";

display:block;

width:140px;
height:2px;

border-radius:30px;

background:
linear-gradient(
90deg,
transparent,
rgba(0,255,120,.8),
transparent
);

box-shadow:
0 0 10px rgba(0,255,120,.3);

}

/* BIG PANEL */

.impact-grid{

display:flex !important;

flex-wrap:nowrap !important;

flex-direction:row !important;

justify-content:space-around !important;

align-items:center !important;

width:100%;

padding:45px;

margin-top:35px;

border-radius:30px;

background:
linear-gradient(
180deg,
rgba(0,0,0,.25),
rgba(0,0,0,.45)
);

border:1px solid rgba(0,255,120,.15);

box-shadow:
0 0 30px rgba(0,255,120,.12);

}

/* EACH COLUMN */

.impact-box{

display:flex !important;

flex-direction:column !important;

align-items:center !important;

justify-content:center !important;

flex:1;

position:relative;

}

/* separators */

.impact-box:not(:last-child)::after{

content:"";

position:absolute;

right:0;

top:15%;

height:70%;

width:1px;

background:
rgba(0,255,120,.25);

}

/* NUMBERS */

.impact-number{

display:block;

font-size:70px;

font-weight:700;

line-height:1;

color:white;

text-shadow:
0 0 10px rgba(255,255,255,.3);

margin-bottom:15px;

}

/* LABELS */

.impact-box small{

display:block;

text-align:center;

font-size:16px;

line-height:1.5;

text-transform:uppercase;

letter-spacing:1px;

color:#6eff67;

}

/* ====================================
TIGHT LINES IMAGE
==================================== */

.tight-lines-img{

display:block !important;

width:520px;

margin:-220px auto 0 auto;
/* pulls it upward */

position:relative;

z-index:60;

opacity:.95;

filter:
drop-shadow(
0 0 15px rgba(0,255,120,.4)
);

}

/* ABOUT THIS SPOT TEXT FIX */

.ec-card p{
    color:#222 !important;
}

.ec-card{
    color:#222 !important;
}

/* =====================================
   SAVED SPOTS PAGE
===================================== */

.ecff-saved-wrap{
    max-width:1200px;
    margin:40px auto;
    padding:20px;
}

.ecff-saved-banner{
    background:url('/wp-content/uploads/saved-spots-banner.jpg') center/cover;
    border-radius:24px;
    padding:50px;
    position:relative;
    overflow:hidden;
    margin-bottom:30px;
}

.ecff-saved-banner::before{
    content:'';
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.45);
}

.ecff-saved-banner *{
    position:relative;
    z-index:2;
}

.ecff-saved-count{
    display:inline-block;
    padding:12px 20px;
    border:1px solid #00ff88;
    border-radius:12px;
    color:#00ff88;
}

.ecff-saved-card{
    background:#fff;
    border-radius:20px;
    padding:30px;
    margin-bottom:20px;
}

.ecff-saved-btn{
    display:inline-block;
    background:#18c34a;
    color:#fff;
    padding:12px 24px;
    border-radius:10px;
    text-decoration:none;
    font-weight:700;
}