.elementor-25 .elementor-element.elementor-element-3d20d4b{--display:flex;}.elementor-25 .elementor-element.elementor-element-3d20d4b.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-25 .elementor-element.elementor-element-b6a21d2.elementor-element{--flex-grow:1;--flex-shrink:0;}@media(min-width:768px){.elementor-25 .elementor-element.elementor-element-3d20d4b{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-b6a21d2 *//* =========================================================
   JOSEPH COFFELT DESIGNS – HOME PAGE
   Font: QT Bookman Bold Italic (Custom Font)
   ========================================================= */

/* -----------------------------------------------
   LOAD CUSTOM FONT (update URL to your real file)
   ----------------------------------------------- */

@font-face {
    font-family: "QTBookmann-BoldItalic";
    src: url("https://your-site.com/path-to/QTBookmann-BoldItalic.woff2") format("woff2"),
         url("https://your-site.com/path-to/QTBookmann-BoldItalic.woff") format("woff");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

/* -----------------------------------------------
   GLOBAL
   ----------------------------------------------- */

html {
    scroll-behavior: smooth;
}

body,
html {
    font-family: "QTBookmann-BoldItalic", serif;
    font-weight: normal;
    font-style: italic;
    color: #1a1a1a;
    background-color: #fdf7ef;
    margin: 0;
    padding: 0;
}

.jcd-home {
    color: inherit;
}

.jcd-text-center {
    text-align: center;
}

.jcd-section-title-center {
    text-align: center;
}

/* Screenreader-only text (used for social icons) */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/* -----------------------------------------------
   HEADER – MATCHES ABOUT PAGE STYLE
   ----------------------------------------------- */

.jcd-site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(249, 240, 226, 0.98);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid #e4d4bf;
}

.jcd-header-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0.75rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

/* LOGO WRAPPER */
.jcd-logo {
    display: flex;
    align-items: center;
}

/* IMAGE LOGO (kept harmless if not used) */
.jcd-logo-image {
    height: 52px !important;
    max-height: 52px !important;
    width: auto;
    display: block;
    flex-shrink: 0;
}

/* TEXT LOGO (homepage) */
.jcd-text-logo {
    font-family: "QTBookmann-BoldItalic", serif;
    font-style: italic;
    font-weight: normal;
    font-size: 1.35rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    color: inherit;
    line-height: 1;
    white-space: nowrap;
}

.jcd-text-logo:hover {
    opacity: 0.85;
}

/* Leftover text logo class (not used now, kept harmless) */
.jcd-logo-main {
    font-size: 1.3rem;
    text-transform: uppercase;
}

/* Desktop nav */
.jcd-main-nav {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 1.25rem;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.jcd-main-nav a {
    position: relative;
    padding-bottom: 0.1rem;
    white-space: nowrap;
    text-decoration: none;
    color: inherit;
}

.jcd-main-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #b88a4a;
    transition: width 0.2s ease;
}

.jcd-main-nav a:hover::after,
.jcd-main-nav a.is-active::after {
    width: 100%;
}

/* Blue Call Today button in header */
.jcd-call-blue {
    background: #0d6efd;
    color: #ffffff !important;
    padding: 0.55rem 1.2rem;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    white-space: nowrap;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    transition: background 0.2s ease, transform 0.15s ease;
    margin-left: 1.5rem;
    text-decoration: none;
}

.jcd-call-blue:hover {
    background: #0b5ed7;
    transform: translateY(-1px);
}

.jcd-call-blue-desktop {
    display: inline-flex;
}

.jcd-call-blue-mobile {
    display: none;
    margin-top: 1rem;
    width: fit-content;
}

/* Mobile menu toggle (hamburger) */
.jcd-menu-toggle {
    display: none;
    width: 34px;
    height: 28px;
    border: none;
    background: transparent;
    padding: 0;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    cursor: pointer;
}

.jcd-menu-bar {
    display: block;
    height: 2px;
    width: 100%;
    background: #3a2a18;
    border-radius: 999px;
}

/* Mobile nav */
.jcd-mobile-nav {
    display: none;
    flex-direction: column;
    gap: 0;
    padding: 0 1.5rem 0.75rem;
    border-top: 1px solid #e4d4bf;
    background: #f9f0e2;
}

.jcd-mobile-nav a {
    padding: 0.55rem 0;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    text-decoration: none;
    color: inherit;
}

.jcd-mobile-nav a:last-child {
    border-bottom: none;
}

.jcd-mobile-nav.is-open {
    display: flex;
}

/* -----------------------------------------------
   HERO
   ----------------------------------------------- */

.jcd-hero {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 5rem 1.5rem 5rem; /* space for fixed header */
    /* Warm cream background as fallback behind video */
    background: radial-gradient(circle at top, #fdf7ef 0%, #f6f1e6 45%, #f2e5d3 100%);
}

/* Background video */
.jcd-hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%;
    z-index: 1;
}

/* Updated overlay to match warm site theme (removed blue tint) */
.jcd-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        radial-gradient(circle at center,
            rgba(255, 255, 255, 0.35) 0%,
            rgba(250, 240, 226, 0.85) 45%,
            rgba(235, 214, 190, 0.95) 100%);
}

.jcd-hero-content {
    position: relative;
    z-index: 3;
    max-width: 1200px;
    padding: 2.5rem 1.5rem 3rem;
    color: #111111;
}

/* Main heading */
.jcd-hero-heading {
    font-size: clamp(1.2rem, 1.6vw + 1.9rem, 2.9rem);
    letter-spacing: 0.06em;
    margin-bottom: 1.1rem;
}

/* Love made visible – large */
.jcd-hero-tagline {
    font-size: clamp(2.2rem, 2.8vw + 1.5rem, 3rem);
    margin-bottom: 1.3rem;
    color: #1c3b8b;
}

/* Description – slightly larger */
.jcd-hero-description {
    font-size: 1.85rem;
    max-width: 920px;
    margin: 0 auto 1.3rem;
    line-height: 1.85;
}

/* Every Story Deserves To Be Heard – big emphasis */
.jcd-hero-subline {
    font-weight: 600;
    font-size: clamp(1.6rem, 2vw + 1.1rem, 2rem);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

/* Hero Call Today button */
.jcd-hero-contact {
    margin-bottom: 2.4rem;
}

.jcd-btn-call {
    background: #1c3b8b;
    color: #ffffff;
    border-radius: 999px;
    padding: 0.9rem 2.6rem;
    font-size: 1.05rem;
    text-decoration: none;
    border: 2px solid #1c3b8b;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
    text-transform: uppercase;
    letter-spacing: 0.14em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
}

.jcd-btn-call:hover {
    background: #e3ebff;
    transform: translateY(-2px);
}

/* Hero buttons (Gallery / Products) */
.jcd-hero-buttons {
    display: flex;
    justify-content: center;
    gap: 1.4rem;
    flex-wrap: wrap;
}

/* -----------------------------------------------
   BUTTONS – BASE
   ----------------------------------------------- */

.jcd-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.9rem 2.4rem;
    border-radius: 999px;
    font-size: 1rem;
    text-decoration: none;
    border: 2px solid transparent;
    transition: all 0.25s ease;
    cursor: pointer;
    white-space: nowrap;
}

/* Royal blue primary */
.jcd-btn-primary {
    background: #1c3b8b;
    border-color: #1c3b8b;
    color: #ffffff;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
}

.jcd-btn-primary:hover {
    background: #2449a9;
    border-color: #2449a9;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
}

/* Outline */
.jcd-btn-outline {
    background: transparent;
    color: #1c3b8b;
    border-color: #1c3b8b;
}

.jcd-btn-outline:hover {
    background: rgba(28, 59, 139, 0.08);
    border-color: #1c3b8b;
    transform: translateY(-2px);
}

/* Light buttons */
.jcd-btn-light {
    background: #ffffff;
    color: #101322;
    border-color: #ffffff;
}

.jcd-btn-light:hover {
    background: #dfe6ff;
    border-color: #dfe6ff;
    transform: translateY(-2px);
}

.jcd-btn-outline-light {
    background: transparent;
    color: #ffffff;
    border-color: #ffffff;
}

.jcd-btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
}

.jcd-btn-icon {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.jcd-btn-icon-symbol {
    font-size: 1.1em;
    line-height: 1;
}

/* -----------------------------------------------
   GENERIC SECTION STYLES
   ----------------------------------------------- */

.jcd-section {
    padding: 5rem 1.5rem;
}

.jcd-section-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.jcd-section-narrow {
    max-width: 980px;
}

.jcd-section-title {
    font-size: clamp(2rem, 2.2vw + 1.4rem, 2.6rem);
    margin-bottom: 1.5rem;
}

.jcd-section-title-light {
    color: #ffffff;
}

.jcd-section-intro {
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 2.5rem;
    color: #444444;
}

/* -----------------------------------------------
   WELCOME SECTION
   ----------------------------------------------- */

.jcd-welcome {
    background: #ffffff;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}

.jcd-welcome .jcd-section-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
    gap: 3rem;
    align-items: stretch;
}

.jcd-welcome-text p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #333333;
    max-width: 620px;
    margin-bottom: 1.2rem;
}

.jcd-welcome-image {
    background-image: url("http://josephcoffeltdesigns.com/wp-content/uploads/2025/11/Screenshot-2025-11-17-000527.png");
    background-size: cover;
    background-position: center right;
    min-height: 320px;
}

.jcd-welcome-actions {
    margin-top: 2rem;
}

/* -----------------------------------------------
   COMMITMENT SECTION
   ----------------------------------------------- */

.jcd-commitment {
    background: #f6f1e6;
}

.jcd-commitment .jcd-section-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1.1fr);
    gap: 3rem;
    align-items: center;
    background: #ffffff;
    border-radius: 24px;
    padding: 3rem;
    box-shadow: 0 18px 30px rgba(0, 0, 0, 0.08);
}

.jcd-commitment-text p {
    font-size: 1.02rem;
    line-height: 1.8;
    color: #333333;
    margin-bottom: 1rem;
}

.jcd-commitment-image {
    border-radius: 20px;
    overflow: hidden;
    min-height: 260px;
    background-image: url("http://josephcoffeltdesigns.com/wp-content/uploads/2025/11/Picture1-1-scaled.jpg");
    background-size: cover;
    background-position: center;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
}

/* -----------------------------------------------
   FEATURED PRODUCTS
   ----------------------------------------------- */

.jcd-featured-products {
    background: #ffffff;
    padding: 5rem 1.5rem;
}

.jcd-section-title-center {
    text-align: center;
    font-size: clamp(2.2rem, 2.4vw + 1.4rem, 3rem);
    margin-bottom: 1rem;
}

.jcd-section-intro-center {
    text-align: center;
    color: #444444;
    max-width: 900px;
    margin: 0 auto 3rem;
    font-size: 1.1rem;
    line-height: 1.7;
}

.jcd-featured-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2.2rem;
}

.jcd-featured-card {
    background: #1c3b8b;
    border-radius: 18px;
    padding-bottom: 2rem;
    color: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: transform 0.3s ease;
}

.jcd-featured-card:hover {
    transform: translateY(-6px);
}

.jcd-featured-image {
    width: 100%;
    height: 220px;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    background-size: cover;
    background-position: center;
}

.jcd-featured-title {
    font-size: 1.4rem;
    padding: 1.5rem 1.6rem 0.6rem;
}

.jcd-featured-text {
    color: #e1e3f0;
    line-height: 1.7;
    padding: 0 1.6rem 1rem;
    font-size: 1rem;
}

.jcd-featured-link {
    display: inline-block;
    color: #dbe5ff;
    text-decoration: none;
    font-size: 1rem;
    padding: 0 1.6rem;
    border-bottom: 1px solid transparent;
}

.jcd-featured-link:hover {
    border-color: #dbe5ff;
}

.jcd-featured-button-wrap {
    text-align: center;
    margin-top: 3rem;
}

.jcd-featured-more-btn {
    padding: 1rem 2.6rem;
    font-size: 1.1rem;
    border-radius: 999px;
}

/* -----------------------------------------------
   PROCESS
   ----------------------------------------------- */

.jcd-process {
    background: #f6f1e6;
}

.jcd-step-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.8rem;
    margin-top: 2.5rem;
}

.jcd-step {
    background: #ffffff;
    border-radius: 18px;
    padding: 1.8rem 1.6rem;
    text-align: left;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.jcd-step-number {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background: #1c3b8b;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.7rem;
    font-weight: 600;
    color: #ffffff;
}

.jcd-step-title {
    font-size: 1.1rem;
    margin-bottom: 0.6rem;
}

.jcd-step-text {
    font-size: 0.96rem;
    line-height: 1.7;
    color: #333333;
}

.jcd-process-cta {
    margin-top: 3rem;
    text-align: center;
}

/* -----------------------------------------------
   TESTIMONIALS
   ----------------------------------------------- */

.jcd-testimonials {
    background: #ffffff;
}

.jcd-testimonial-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.jcd-testimonial {
    background: #1c3b8b;
    border-radius: 18px;
    padding: 2rem 2.1rem;
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #ffffff;
}

.jcd-testimonial blockquote {
    margin: 0 0 1.2rem;
    font-size: 1.02rem;
    line-height: 1.8;
    color: #fdf7ef;
}

.jcd-testimonial figcaption {
    font-size: 0.95rem;
    color: #e1e8ff;
}

/* -----------------------------------------------
   CONTACT CTA
   ----------------------------------------------- */

.jcd-contact-cta {
    background: linear-gradient(135deg, #2449a9, #182858);
    padding-top: 4rem;
    padding-bottom: 4rem;
    color: #ffffff;
}

.jcd-contact-cta-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: flex;
    gap: 2.5rem;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.jcd-contact-text {
    max-width: 520px;
    font-size: 1.02rem;
    line-height: 1.8;
    color: #f3f6ff;
    margin-top: 0.7rem;
}

.jcd-contact-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

/* -----------------------------------------------
   FOOTER
   ----------------------------------------------- */

.jcd-footer {
    background: #f6f1e6;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    padding-top: 2.5rem;
    padding-bottom: 1.5rem;
}

.jcd-footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem 2rem;
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) repeat(2, minmax(0, 1fr));
    gap: 2.2rem;
}

.jcd-footer-logo {
    font-size: 1rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.jcd-footer-text {
    font-size: 0.95rem;
    color: #444444;
    margin-top: 0.7rem;
}

/* Social buttons in footer */
.jcd-footer-social {
    margin-top: 1rem;
    display: flex;
    gap: 0.6rem;
    flex-wrap: wrap;
}

.jcd-footer-social-link {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid rgba(28, 59, 139, 0.4);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.12);
    font-size: 0.9rem;
    color: #1c3b8b;
    text-decoration: none;
}

.jcd-footer-social-link:hover {
    background: #1c3b8b;
    color: #ffffff;
}

.jcd-footer-heading {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    margin-bottom: 0.6rem;
}

.jcd-footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0.9rem;
}

.jcd-footer-links li {
    margin-bottom: 0.45rem;
}

.jcd-footer-links a {
    color: #1c3b8b;
    text-decoration: none;
}

.jcd-footer-links a:hover {
    text-decoration: underline;
}

.jcd-footer-bottom {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    padding-top: 0.8rem;
    text-align: center;
    font-size: 0.85rem;
    color: #555555;
}

/* -----------------------------------------------
   RESPONSIVE
   ----------------------------------------------- */

@media (max-width: 1024px) {
    .jcd-welcome .jcd-section-inner,
    .jcd-commitment .jcd-section-inner {
        grid-template-columns: 1fr;
    }

    .jcd-commitment .jcd-section-inner {
        padding: 2.4rem 2rem;
    }

    .jcd-featured-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .jcd-step-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .jcd-footer-inner {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 900px) {
    .jcd-featured-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {

    /* Header behavior on mobile (same as About) */
    .jcd-header-inner {
        padding: 0.6rem 1rem;
    }

    .jcd-main-nav {
        display: none;
    }

    .jcd-menu-toggle {
        display: inline-flex;
        margin-left: auto;
    }

    .jcd-call-blue-desktop {
        display: none;
    }

    .jcd-call-blue-mobile {
        display: inline-flex;
    }

    .jcd-hero {
        padding-top: 6rem;
        padding-bottom: 3rem;
    }

    .jcd-hero-content {
        padding: 2rem 1.3rem 2.4rem;
    }

    .jcd-hero-heading {
        font-size: 2rem;
    }

    .jcd-hero-tagline {
        font-size: 1.7rem;
    }

    .jcd-hero-subline {
        font-size: 1.2rem;
        letter-spacing: 0.12em;
    }

    .jcd-btn-call {
        width: 100%;
        justify-content: center;
    }

    .jcd-testimonial-grid {
        grid-template-columns: 1fr;
    }

    .jcd-contact-cta-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .jcd-contact-buttons {
        width: 100%;
    }

    .jcd-contact-buttons .jcd-btn-light,
    .jcd-contact-buttons .jcd-btn-outline-light {
        flex: 1 1 auto;
        justify-content: center;
        text-align: center;
    }

    .jcd-footer-inner {
        grid-template-columns: 1fr;
    }
}

/* ==========================================
   FINAL MOBILE VIDEO FIX — NO CROPPING
   ========================================== */
@media (max-width: 768px) {
    /* Allow hero to grow naturally */
    .jcd-hero {
        height: auto !important;
        min-height: auto !important;
        padding-top: 7rem !important; /* room for header */
        padding-bottom: 3rem !important;
        display: block !important;
    }

    /* Video container must scale freely */
    .jcd-hero-video {
        width: 100% !important;
        height: auto !important;
        max-height: none !important;
        object-fit: contain !important;
        object-position: center center !important;
        position: relative !important;
        background: #fdf7ef !important;
    }

    /* Overlay must follow natural video height */
    .jcd-hero-overlay {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
    }

    /* Content spacing fix for mobile */
    .jcd-hero-content {
        padding-top: 1rem !important;
    }
}/* End custom CSS */