/*
Theme Name: Injury Law Guides
Theme URI: https://theinjurylawguides.com
Author: The Injury Law Guides
Author URI: https://theinjurylawguides.com
Description: A custom WordPress theme for The Injury Law Guides law firm. Features a hero video section, logo ticker, newsletter signup, and attorney introduction sections.
Version: 1.0.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: injury-law-guides
Tags: law-firm, legal, attorney, personal-injury, responsive
*/

/* ========================================
   INJURY LAW GUIDES - WORDPRESS THEME
   ======================================== */

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24.64px;
    letter-spacing: normal;
    color: #fff;
    overflow-x: hidden;
}

/* ========== SECTION 1: HERO ========== */
.hero-section {
    background-color: rgba(22, 72, 61, 0.94);
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
    overflow: hidden;
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
    mix-blend-mode: luminosity;
    overflow: clip;
    vertical-align: middle;
    z-index: 0;
}

.hero-overlay {
    background-color: rgba(22, 72, 61, 0.6);
    background-image: linear-gradient(rgba(255, 219, 154, 0.84) 0%, rgba(255, 219, 154, 0) 68%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.hero-container {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    z-index: 2;
}

.hero-spacer {
    height: 161px;
}

.hero-row {
    display: flex;
    flex-flow: row wrap;
    margin-left: -40px;
}

.hero-col {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    flex-grow: 1;
    flex-wrap: wrap;
    max-width: 100%;
    padding-left: 40px;
    width: 100%;
}

.hero-content {
    display: flow-root;
    max-width: 100%;
    position: relative;
    width: 100%;
}

.hero-title {
    font-family: 'Noto Serif', serif;
    font-size: 96px;
    font-weight: 900;
    letter-spacing: -0.21px;
    line-height: 124.8px;
    margin-bottom: 20px;
    text-align: center;
    color: rgb(255, 255, 255);
}

.hero-subtitle {
    color: rgb(255, 255, 255);
    font-size: 39px;
    font-weight: 500;
    letter-spacing: -0.21px;
    line-height: 50.7px;
    text-align: center;
}

.hero-description {
    color: rgb(255, 255, 255);
    font-size: 24px;
    line-height: 31.2px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    max-width: 100%;
    position: relative;
    text-align: center;
    width: 889px;
}

.hero-description b {
    font-weight: 700;
}

.hero-video-controls {
    display: flow-root;
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
}

.hero-video-controls-inner {
    display: flow-root;
    margin-left: auto;
    margin-right: auto;
    max-width: 750px;
}

.hero-play-row {
    display: flex;
    flex-flow: row wrap;
    flex-wrap: wrap;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    max-width: 180px;
}

.hero-play-col {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    flex-grow: 1;
    flex-wrap: wrap;
    max-width: 100%;
    width: 33.3333%;
}

.hero-play-text {
    text-align: right;
}

.hero-play-text-left {
    text-align: left;
}

.hero-play-center {
    display: flow-root;
    position: relative;
    text-align: -webkit-center;
}

.hero-play-btn {
    align-items: center;
    animation: 2.2s cubic-bezier(0.8, 0, 0, 1) infinite pulse;
    appearance: auto;
    background-color: rgb(255, 255, 255);
    border: 3.2px solid rgb(255, 255, 255);
    border-radius: 100%;
    box-shadow: rgba(193, 244, 246, 0.698) 0px 0px 0px 0px;
    color: rgb(191, 97, 45);
    cursor: pointer;
    display: flex;
    font-family: Arial;
    font-size: 13.3333px;
    height: 30px;
    justify-content: center;
    line-height: normal;
    outline-color: rgb(191, 97, 45);
    padding: 5px;
    text-align: center;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    width: 30px;
    text-decoration: none;
}

@keyframes pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7); }
    70% { box-shadow: 0 0 0 10px rgba(255, 255, 255, 0); }
}

.hero-play-btn svg {
    border-color: rgb(191, 97, 45);
    color: rgb(191, 97, 45);
    cursor: pointer;
    font-family: Arial;
    font-size: 13.3333px;
    line-height: normal;
    max-width: 100%;
    outline-color: rgb(191, 97, 45);
    overflow: hidden;
    text-align: center;
    text-decoration-color: rgb(191, 97, 45);
    vertical-align: middle;
    width: 26px;
}

.hero-spacer-small {
    height: 20px;
}

.hero-youtube-wrapper {
    display: none;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
}

.hero-cta-row {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -15px;
}

.hero-cta-col {
    padding-left: 15px;
}

.hero-cta-btn {
    background-color: rgb(184, 92, 41);
    background-origin: border-box;
    border-radius: 4px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 46px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition-duration: 0.1s;
    transition-property: color, background-color, background-position, background-size, border-color, box-shadow;
    transition-timing-function: ease-in-out;
    vertical-align: middle;
}

.hero-cta-btn-outline {
    background-position: 0px 0px;
    border-radius: 4px;
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 2px inset;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 46px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition-duration: 0.1s;
    transition-property: color, background-color, background-position, background-size, border-color, box-shadow;
    transition-timing-function: ease-in-out;
    vertical-align: middle;
}

.hero-cta-btn-outline:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.hero-stats {
    margin-top: 70px;
    text-align: center;
}

.hero-stats-row {
    display: flex;
    flex-flow: row wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -80px;
}

.hero-stat-item {
    display: flex;
    flex-flow: row wrap;
    flex-wrap: wrap;
    padding-left: 80px;
    position: relative;
    text-align: center;
}

.hero-stat-item-inner {
    display: flow-root;
    flex-grow: 1;
    position: relative;
    width: 100%;
}

.hero-stat-number {
    font-family: 'Noto Serif', serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 41.6px;
    text-align: center;
    color: rgb(255, 255, 255);
}

.hero-stat-label {
    color: rgb(255, 255, 255);
    font-size: 13.8px;
    letter-spacing: 4.32px;
    line-height: 21.252px;
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase;
}

.hero-badges-row {
    display: flex;
    flex-flow: row wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    align-items: center;
}

.hero-badge-col {
    max-width: 100%;
    padding-left: 15px;
    width: 50%;
}

.hero-badge-col-text {
    flex-basis: 0%;
    flex-grow: 1;
    max-width: 100%;
    min-width: 1px;
    padding-left: 15px;
    width: 100%;
}

.hero-avvo-badge {
    cursor: pointer;
    display: inline;
    height: 120px;
    max-width: 100%;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 155px;
}

/* ========== SECTION 2: AS FEATURED ON ========== */
.featured-section {
    background-color: rgb(22, 72, 61);
    border-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    display: flow-root;
    padding-bottom: 58px;
    padding-top: 80px;
    position: relative;
    z-index: 2;
}

.featured-container {
    max-width: 1420px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
}

.featured-row {
    display: flex;
    flex-flow: row wrap;
    flex-wrap: wrap;
    margin-left: -40px;
}

.featured-col {
    box-sizing: border-box;
    flex-grow: 1;
    max-width: 100%;
    padding-left: 40px;
    width: 100%;
}

.featured-title {
    border-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    font-size: 18px;
    letter-spacing: 5px;
    line-height: 23.4px;
    margin-bottom: 20px;
    outline-color: rgb(255, 255, 255);
    text-align: center;
    text-transform: uppercase;
}

.logo-ticker-wrapper {
    display: flow-root;
    margin-left: auto;
    margin-right: auto;
    mask: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgb(0, 0, 0) 56px, rgb(0, 0, 0) calc(100% - 56px), rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgb(0, 0, 0) 56px, rgb(0, 0, 0) calc(100% - 56px), rgba(0, 0, 0, 0) 100%);
    overflow: hidden;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
}

.logo-ticker {
    align-items: center;
    animation: 26s linear infinite logo-ticker-scroll;
    display: inline-flex;
    gap: 40px;
    row-gap: 40px;
    white-space: nowrap;
    will-change: transform;
}

@keyframes logo-ticker-scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.logo-ticker-item {
    display: list-item;
    flex-shrink: 0;
    line-height: 0px;
    margin-top: 10px;
    white-space: nowrap;
}

.logo-ticker-item img {
    aspect-ratio: auto;
    border-color: rgb(255, 255, 255);
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    filter: grayscale(1);
    height: 45px;
    line-height: 0px;
    max-width: 100%;
    object-fit: contain;
    overflow: clip;
    text-decoration-color: rgb(255, 255, 255);
    vertical-align: middle;
    white-space: nowrap;
}

.featured-spacer {
    height: 30px;
}

/* ========== SECTION 3: NEWSLETTER ========== */
.newsletter-section {
    position: relative;
    z-index: 1;
    background-color: rgb(255, 255, 255);
}

.newsletter-bg {
    background-image: url('assets/images/tropical-bg.webp');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: flow-root;
    padding-bottom: 80px;
}

.newsletter-container {
    max-width: 1420px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
}

.newsletter-row {
    display: flex;
    flex-flow: row wrap;
    flex-wrap: wrap;
    margin-left: -40px;
}

.newsletter-col {
    box-sizing: border-box;
    flex-grow: 1;
    max-width: 100%;
    padding-left: 40px;
    width: 100%;
}

.newsletter-spacer {
    height: 90px;
}

.newsletter-title {
    font-family: 'Noto Serif', serif;
    font-size: 56px;
    font-weight: 700;
    line-height: 61.6px;
    margin-bottom: 20px;
    margin-top: 40px;
    text-align: center;
    color: rgb(0, 0, 0);
}

.newsletter-description {
    box-sizing: border-box;
    display: flow-root;
    font-size: 32px;
    letter-spacing: -0.21px;
    line-height: 41.6px;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    max-width: 100%;
    position: relative;
    text-align: center;
    width: 1000px;
    color: rgb(0, 0, 0);
}

.newsletter-form-wrapper {
    box-sizing: border-box;
    display: flow-root;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    max-width: 100%;
    position: relative;
    width: 750px;
}

.newsletter-form-row {
    display: grid;
    gap: 14px 16px;
    grid-template: none / repeat(12, 1fr);
    row-gap: 14px;
    width: 100%;
}

.newsletter-form-field {
    box-sizing: border-box;
    grid-area: auto / span 6;
    line-height: 16px;
}

.newsletter-label {
    align-items: baseline;
    box-sizing: border-box;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    color: rgb(17, 35, 55);
    display: flex;
    flex-flow: row wrap;
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: 500;
    gap: 6px;
    height: 1px;
    line-height: 20.02px;
    margin: -1px;
    overflow: hidden;
    position: absolute;
    row-gap: 6px;
    width: 1px;
}

.newsletter-input {
    background-color: rgb(255, 255, 255);
    background-position: 10px 50%;
    background-repeat: no-repeat;
    background-size: 16px;
    border: 1.6px solid rgb(217, 217, 217);
    border-radius: 3px;
    box-shadow: rgba(18, 25, 97, 0.08) 0px 1px 4px 0px;
    box-sizing: border-box;
    color: rgb(17, 35, 55);
    height: 38px;
    line-height: 38px;
    max-width: 100%;
    outline-color: rgba(0, 0, 0, 0);
    outline-offset: 1px;
    outline-style: solid;
    overflow: clip;
    padding-left: 35px;
    padding-right: 12px;
    transition-duration: 0.15s;
    width: 100%;
}

.newsletter-input-name {
    background-image: url('assets/images/user-black.svg');
}

.newsletter-input-email {
    background-image: url('assets/images/envelope-black.svg');
}

.newsletter-submit-row {
    box-sizing: border-box;
    display: flex;
    flex-flow: row wrap;
    flex-wrap: wrap;
    gap: 8px;
    grid-gap: 8px;
    grid-row-gap: 8px;
    margin-top: 24px;
    row-gap: 8px;
}

.newsletter-submit-btn {
    align-items: center;
    background-color: rgb(184, 92, 41);
    background-origin: border-box;
    border-color: rgb(217, 217, 217);
    border-radius: 4px;
    box-shadow: rgba(18, 25, 97, 0.08) 0px 1px 4px 0px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: pointer;
    font-size: 17px;
    font-weight: 600;
    gap: normal 6px;
    justify-content: center;
    letter-spacing: 1px;
    line-height: 29px;
    min-height: 38px;
    outline-color: rgba(0, 0, 0, 0);
    outline-offset: 1px;
    outline-style: solid;
    overflow: clip;
    padding: 10px 30px;
    text-align: center;
    text-transform: uppercase;
    transition-duration: 0.1s;
    transition-property: color, background-color, background-position, background-size, border-color, box-shadow;
    transition-timing-function: ease-in-out;
    vertical-align: middle;
    width: 100%;
    border: none;
}

.newsletter-compass {
    margin-top: 20px;
    text-align: center;
}

.newsletter-compass img {
    aspect-ratio: auto 1166 / 167;
    box-sizing: border-box;
    display: inline;
    max-width: 100%;
    overflow: clip;
    text-align: center;
    vertical-align: middle;
    width: 1166px;
}

/* ========== SECTION 4: IF YOU'RE HERE ========== */
.here-section {
    background-color: rgb(1, 1, 1);
    border-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    outline-color: rgb(255, 255, 255);
    text-decoration-color: rgb(255, 255, 255);
    text-emphasis-color: rgb(255, 255, 255);
}

.here-bg {
    background-image: url('assets/images/trail-bg.webp');
    background-position: 0px 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-color: rgb(255, 255, 255);
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    display: flow-root;
    outline-color: rgb(255, 255, 255);
    padding-bottom: 80px;
    text-decoration-color: rgb(255, 255, 255);
    text-emphasis-color: rgb(255, 255, 255);
}

.here-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
}

.here-row {
    display: flex;
    flex-flow: row wrap;
    flex-wrap: wrap;
    margin-left: -40px;
}

.here-col {
    border-color: rgb(255, 255, 255);
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    flex-grow: 1;
    max-width: 100%;
    outline-color: rgb(255, 255, 255);
    padding-left: 40px;
    text-decoration-color: rgb(255, 255, 255);
    text-emphasis-color: rgb(255, 255, 255);
    width: 100%;
}

.here-title {
    border-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    font-family: 'Noto Serif', serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 64px;
    margin-bottom: 20px;
    outline-color: rgb(255, 255, 255);
    text-align: center;
    text-decoration-color: rgb(255, 255, 255);
    text-emphasis-color: rgb(255, 255, 255);
}

.here-description {
    border-color: rgb(255, 255, 255);
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    display: flow-root;
    font-size: 32px;
    letter-spacing: -0.21px;
    line-height: 41.6px;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    max-width: 100%;
    outline-color: rgb(255, 255, 255);
    position: relative;
    text-decoration-color: rgb(255, 255, 255);
    text-emphasis-color: rgb(255, 255, 255);
    width: 680px;
}

.here-description p {
    border-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    font-size: 32px;
    letter-spacing: -0.21px;
    line-height: 41.6px;
    margin-bottom: 20px;
    outline-color: rgb(255, 255, 255);
    text-decoration-color: rgb(255, 255, 255);
    text-emphasis-color: rgb(255, 255, 255);
}

/* ========== SECTION 5: WILL CLARK ========== */
.will-section {
    background-color: rgb(255, 255, 255);
}

.will-bg {
    background-image: url('assets/images/will-clark.webp');
    background-position: 50% 0px;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    display: flow-root;
    padding-bottom: 80px;
    padding-top: 80px;
}

.will-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
}

.will-inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.will-row {
    display: flex;
    flex-flow: row wrap;
    flex-wrap: wrap;
    margin-left: -40px;
}

.will-col-main {
    box-sizing: border-box;
    flex-grow: 1;
    max-width: 100%;
    padding-left: 40px;
    width: 60%;
}

.will-col-side {
    box-sizing: border-box;
    flex-grow: 1;
    max-width: 100%;
    padding-left: 40px;
    width: 40%;
}

.will-spacer {
    height: 60px;
}

.will-spacer-sm {
    height: 50px;
}

.will-title {
    border-color: rgb(22, 72, 61);
    color: rgb(22, 72, 61);
    font-family: 'Noto Serif', serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    margin-bottom: 20px;
    margin-top: 40px;
    outline-color: rgb(22, 72, 61);
    text-align: left;
    text-decoration-color: rgb(22, 72, 61);
    text-emphasis-color: rgb(22, 72, 61);
}

.will-title-accent {
    border-color: rgb(191, 97, 45);
    color: rgb(191, 97, 45);
    display: inline;
    font-family: 'Noto Serif', serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    outline-color: rgb(191, 97, 45);
    text-align: left;
    text-decoration-color: rgb(191, 97, 45);
    text-emphasis-color: rgb(191, 97, 45);
}

.will-image-mobile {
    display: none;
    margin-bottom: 20px;
    margin-top: 20px;
}

.will-description {
    box-sizing: border-box;
    display: flow-root;
    font-size: 32px;
    letter-spacing: -0.21px;
    line-height: 41.6px;
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
    color: rgb(0, 0, 0);
}

.will-subtitle {
    border-color: rgb(191, 97, 45);
    color: rgb(191, 97, 45);
    font-size: 40px;
    font-weight: 500;
    letter-spacing: -0.21px;
    line-height: 52px;
    margin-bottom: 20px;
    margin-top: 20px;
    outline-color: rgb(191, 97, 45);
    text-decoration-color: rgb(191, 97, 45);
    text-emphasis-color: rgb(191, 97, 45);
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .hero-title {
        font-size: 64px;
        line-height: 80px;
    }
    .hero-subtitle {
        font-size: 28px;
        line-height: 36px;
    }
    .hero-description {
        width: 100%;
        padding: 0 20px;
    }
    .newsletter-title, .here-title {
        font-size: 42px;
        line-height: 50px;
    }
    .newsletter-description, .here-description, .here-description p, .will-description {
        font-size: 24px;
        line-height: 32px;
    }
    .will-title, .will-title-accent {
        font-size: 36px;
        line-height: 44px;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 42px;
        line-height: 54px;
    }
    .hero-subtitle {
        font-size: 20px;
        line-height: 28px;
    }
    .hero-description {
        font-size: 18px;
        line-height: 26px;
    }
    .hero-stats-row {
        flex-direction: column;
        gap: 30px;
    }
    .hero-stat-item {
        padding-left: 0;
    }
    .newsletter-form-row {
        grid-template: none / 1fr;
    }
    .newsletter-form-field {
        grid-area: auto / span 12;
    }
    .newsletter-description, .here-description {
        width: 100%;
        padding: 0 20px;
    }
    .will-col-main, .will-col-side {
        width: 100%;
    }
    .will-image-mobile {
        display: block;
    }
}
