
@font-face {
  font-family: 'Fakt Blond';
  src: url('/wp-content/themes/socaljusticecenter/dist/fonts/fakt.woff2') format('woff2'), url('/wp-content/themes/socaljusticecenter/dist/fonts/fakt.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GT Sectra Fine';
  src: url('/wp-content/themes/socaljusticecenter/dist/fonts/GTSectraFine.woff2') format('woff2'), url('/wp-content/themes/socaljusticecenter/dist/fonts/GTSectraFine.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SuisseIntl-Light';
  src: url('/wp-content/themes/socaljusticecenter/dist/fonts/SuisseIntl-Light.woff2') format('woff2'), url('/wp-content/themes/socaljusticecenter/dist/fonts/SuisseIntl-Light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'SuisseIntl-Regular';
  src: url('/wp-content/themes/socaljusticecenter/dist/fonts/SuisseIntl-Regular.woff2') format('woff2'), url('/wp-content/themes/socaljusticecenter/dist/fonts/SuisseIntl-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}



@font-face {
  font-family: 'SuisseIntl-Regular';
  src: url('/wp-content/themes/socaljusticecenter/dist/fonts/SuisseIntl-Regular.woff2') format('woff2'), url('/wp-content/themes/socaljusticecenter/dist/fonts/SuisseIntl-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}



@font-face {
  font-family: 'RecklessNeueLight';
  src: url('/wp-content/themes/socaljusticecenter/dist/fonts/RecklessNeue-Light.woff2') format('woff2'), url('/wp-content/themes/socaljusticecenter/dist/fonts/RecklessNeue-Light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Neue Montreal';
  src: url('/wp-content/themes/socaljusticecenter/dist/fonts/PPNeueMontreal-Light.woff2') format('woff2'), url('/wp-content/themes/socaljusticecenter/dist/fonts/PPNeueMontreal-Light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}




 :root {
      --primary-red: #e30613;
      --text-dark: #1a1a1a;
      --bg-light: #f4f1ef;
      --font-serif: "GT Sectra Fine", serif;
      --font-sans: "Fakt Blond", sans-serif;
      --font-montreal:"PP Neue Montreal";
    }
    html.lenis, html.lenis body { height: auto; }
    .lenis.lenis-smooth { scroll-behavior: auto; }
    .lenis.lenis-stopped { overflow: hidden; }
    
    body {
      font-family: var(--font-sans);
      color: var(--text-dark);
      background-color: #fff;
      -webkit-font-smoothing: antialiased;
    }
    .font-serif-custom { font-family: var(--font-serif); }
    .font-sans-custom { font-family: var(--font-sans); }

  .font-regular { font-family: "Suisse Intl Regular", sans-serif; font-weight: 300; }
  .font-light { font-family: "SuisseIntl-Light", sans-serif; font-weight: 300; }
  .font-logo { font-family: "RecklessNeueLight"; letter-spacing: 1px; }
  
  
    svg.socal-logo {width: 200px};
    /* Sliding Form Interactive Fields */
    .case-input-field {
      width: 100%;
      background-color: transparent;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      padding: 0.75rem 0;
      font-size: 0.875rem;
      outline: none;
      transition: border-color 0.3s;
    }
    .case-input-field:focus { border-color: #000; }
    .case-textarea-field {
      width: 100%;
      background-color: transparent;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      padding: 0.75rem 0;
      font-size: 0.875rem;
      outline: none;
      resize: none;
      height: 80px;
      transition: border-color 0.3s;
    }
    .case-textarea-field:focus { border-color: #000; }

    /* --- WPFORMS OVERRIDES TO MATCH THE DESIGN SCREENSHOT --- */
    .footer-wpform-container {
        width: 100%;
        margin-top: 20px;
    }

    .footer-wpform-container .wpforms-container {
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
    }

    /* Set up clean 2-column form structure row layouts */
    .footer-wpform-container .wpforms-field-container {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 30px 40px !important;
    }

    /* Force standard full width parameters on wide rows */
    .footer-wpform-container .wpforms-field.wpforms-field-textarea {
        grid-column: span 2 !important;
        margin-top: 10px !important;
    }

    .footer-wpform-container .wpforms-field {
        padding: 0 !important;
        margin: 0 !important;
        width: auto !important;
        clear: none !important;
    }

    /* Minimalist Underlined Input Layout Configuration */
    .footer-wpform-container .wpforms-form input[type="text"],
    .footer-wpform-container .wpforms-form input[type="email"],
    .footer-wpform-container .wpforms-form input[type="tel"],
    .footer-wpform-container .wpforms-form select,
    .footer-wpform-container .wpforms-form textarea {
        width: 100% !important;
        background: transparent !important;
        border: none !important;
        border-bottom: 1px solid #111 !important;
        border-radius: 0 !important;
        padding: 12px 0 !important;
        font-family: var(--font-sans), sans-serif !important;
        font-size: 16px !important;
        color: #111 !important;
        outline: none !important;
        height: 55px;
        box-shadow: none !important;
        transition: border-color 0.3s ease;
    }

    .footer-wpform-container .wpforms-form input:focus,
    .footer-wpform-container .wpforms-form select:focus,
    .footer-wpform-container .wpforms-form textarea:focus {
        border-bottom-color: #000000 !important;
    }

    .footer-wpform-container .wpforms-form textarea {
        height: 90px !important;
        resize: none !important;
    }

    /* Clean Styled Dropdown Drop Select Options */
    .footer-wpform-container .wpforms-form select {
        appearance: none !important;
        -webkit-appearance: none !important;
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'><path fill='%23999999' d='M0 0l5 5 5-5z'/></svg>") !important;
        background-repeat: no-repeat !important;
        background-position: right 5px center !important;
    }

    .footer-wpform-container .wpforms-form input::placeholder,
    .footer-wpform-container .wpforms-form textarea::placeholder {
        color: #000 !important;
        opacity: 1;
    }

    /* Eliminate high top native fields labels tags */
    .footer-wpform-container .wpforms-field-label,
    .footer-wpform-container .wpforms-field-description {
        display: none !important;
    }

    /* Clean Bold Text Underlined Button Style */
    .footer-wpform-container .wpforms-submit-container {
        grid-column: span 2 !important;
        text-align: left !important;
        margin-top: 25px !important;
        padding: 0 !important;
    }

    .footer-wpform-container .wpforms-submit {
        background: transparent !important;
        border: none !important;
        border-bottom: 2px solid #000000 !important;
        border-radius: 0 !important;
        color: #000000 !important;
        font-weight: 600 !important;
        font-size: 14px !important;
        text-transform: uppercase !important;
        letter-spacing: 2px !important;
        padding: 0 0 6px 0 !important;
        cursor: pointer !important;
        box-shadow: none !important;
        transition: opacity 0.2s ease;
    }

    .footer-wpform-container .wpforms-submit:hover {
        opacity: 0.7 !important;
        background: transparent !important;
    }

    /* Responsive Mobile Breakdowns layout details */
    @media (max-width: 768px) {
        .footer-wpform-container .wpforms-field-container {
            grid-template-columns: 1fr !important;
            gap: 25px !important;
        }
        .footer-wpform-container .wpforms-field.wpforms-field-textarea,
        .footer-wpform-container .wpforms-submit-container {
            grid-column: span 1 !important;
        }
    }
    
    
    
    
    
    
    
    
        /* Typography Classes */
        .font-regular {
            font-family: "Suisse Intl Regular", sans-serif;
            font-weight: 300;
        }

        .font-light {
            font-family: "SuisseIntl-Light", sans-serif;
            font-weight: 300;
        }



        /* Main Footer Wrapper */
        .custom-footer {
            background-color: #4c2625;
            color: #ffffff;
            padding: 70px 80px 40px 80px;
            width: 100%;
            max-width: 100%;
            margin: 0 auto;
            position: relative;
        }
      
      
        

        /* Top Grid Layout */
        .footer-top-grid {
            display: grid;
            grid-template-columns: 1.2fr 1fr;
            gap: 40px;
            margin-bottom: 90px;
            align-items: flex-start;
        }

        .footer-logo-zone {
            display: flex;
            align-items: center;
        }

        /* Logo Styling */
        .firm-logo {
            display: flex;
            align-items: center;
            color: #ffffff;
            text-decoration: none;
        }

        .logo-main {
            font-size: 52px;
            font-weight: 300;
        }

        .logo-divider {
            font-size: 38px;
            font-weight: 100;
            opacity: 0.5;
            margin: 0 10px 0 6px;
        }

        .logo-sub {
            font-size: 11px;
            letter-spacing: 2px;
            line-height: 1.2;
            margin-top: 4px;
        }

        /* Tagline Styling */
        .footer-tagline-zone {
            text-align: right;
        }

        .footer-tagline {
            font-size: 25px;
            letter-spacing: -0.5px;
          font-family: "SuisseIntl-Light";
          font-weight: 300;
        }

        /* Middle Interaction & Info Grid */
        .footer-mid-grid {
            display: flex;
            gap: 50px;
            justify-content: space-between;
            margin-bottom: 70px;
            align-items: flex-end;
        }

        /* Newsletter Input Styling */
        .newsletter-form-group {
            display: flex;
            align-items: flex-end;
            border-bottom: 1px solid rgba(255, 255, 255, 0.6);
            padding-bottom: 8px;
            margin-right: 40px;
        }

        .newsletter-input-field {
            background: transparent;
            border: none;
            color: #ffffff;
            width: 100%;
            font-size: 16px;
            outline: none;
        }

        .newsletter-input-field::placeholder {
            color: rgba(255, 255, 255, 0.9);
        }

        /* Send Button & GSAP Container */
        .newsletter-submit-btn {
            background: transparent;
            border: none;
            color: #ffffff;
            cursor: pointer;
            font-size: 16px;
            display: flex;
            align-items: center;
            gap: 8px;
            white-space: nowrap;
            padding-bottom: 2px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.6);
            margin-bottom: -9px;
            padding-left: 10px;
        }

        .arrow-wrapper {
            display: inline-block;
            position: relative;
            width: 12px;
            height: 12px;
            overflow: hidden;
        }

        .arrow-icon {
            font-size: 12px;
            position: absolute;
            top: 0;
            left: 0;
        }

        /* Info Columns Base */
        .info-col-title {
            font-size: 22px;
            margin-bottom: 18px;
        }

        .info-col-text {
            font-size: 15px;
            line-height: 1.6;
            color: rgba(255, 255, 255, 0.9);
        }

        .info-col-link {
            color: rgba(255, 255, 255, 0.9);
            text-decoration: none;
            display: block;
            transition: color 0.2s ease;
        }

        .info-col-link:hover {
            color: #ffffff;
        }

        /* Social Icon List */
        .social-link-list {
            display: flex;
            gap: 16px;
            list-style: none;
            margin-top: 5px;
        }

        .social-icon-link {
            color: #ffffff;
            font-size: 16px;
            text-decoration: none;
            transition: opacity 0.2s;
        }

        .social-icon-link:hover {
            opacity: 0.7;
        }

        /* Bottom Copyright Area */
        .footer-bottom-divider {
            border: none;
            border-top: 1px solid rgba(255, 255, 255, 0.15);
            margin-bottom: 30px;
        }

        .footer-bottom-flex {
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 14px;
            color: rgba(255, 255, 255, 0.8);
        }

        .legal-links-wrap {
            display: flex;
            gap: 25px;
        }

        .legal-link {
            color: rgba(255, 255, 255, 0.8);
            text-decoration: none;
        }

        .legal-link:hover {
            text-decoration: underline;
        }

        .agency-credit-link {
            color: #ffffff;
            text-decoration: underline;
        }

        /* Back to top square box */
        .back-to-top-box {
            background-color: rgba(0, 0, 0, 0.2);
            border: 1px solid rgba(255, 255, 255, 0.2);
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #ffffff;
            text-decoration: none;
            position: absolute;
            bottom: 30px;
            right: 30px;
            transition: background 0.3s;
        }

        .back-to-top-box:hover {
            background-color: rgba(255, 255, 255, 0.1);
        }

        /* Responsive scaling */
        @media (max-width: 1024px) {
            .footer-top-grid, .footer-mid-grid {
                grid-template-columns: 1fr;
                gap: 40px;
            }
            .footer-tagline-zone {
                text-align: left;
            }
            .custom-footer {
                padding: 40px 30px;
            }
            .footer-bottom-flex {
                flex-direction: column;
                align-items: flex-start;
                gap: 20px;
            }
            .back-to-top-box {
                position: static;
                margin-top: 20px;
            }
        }