/*
 Theme Name:     Divi Child By Josia
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme By Josia.net
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.8
*/
@media only screen and (min-width: 768px) {
    .et_pb_gallery_grid .et_pb_gallery_image {
        padding-top: 75%;
        display: block;
        position: relative
    }

    .et_pb_gallery_grid .et_pb_gallery_item img {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        object-fit: cover
    }
}

span.chimney-cap-menu-item{
	display: block;
    padding: 0 0 10px 0;
    background: #fff;
    border: 1px solid #555;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
}


span.chimney-cap-menu-item img{
	width: 100%;
    display: block;
    margin-bottom: 10px;
}


:root {
    --sand: #F5EDE3;
    --sand-dark: #E8DDD0;
    --sand-deeper: #D4C8B8;
    --parchment: #FDFAF6;
    --bone: #F9F5EF;
    --ink: #181818;
    --ink-soft: #2D2926;
    --ink-muted: #6B6560;
    --ink-light: #9A9490;
    --copper-raw: #C27D38;
    --copper-shine: #D4943F;
    --copper-muted: #A86B2D;
    --copper-faint: rgba(194, 125, 56, 0.08);
    --copper-border: rgba(194, 125, 56, 0.15);
    --verdigris: #5B8F7B;
    --verdigris-soft: #6FA08A;
    --ff-serif: Georgia, serif;
    --ff-sans: 'open sans', -apple-system, sans-serif;
    --ff-mono: 'Space Mono', monospace;
    --ease: cubic-bezier(0.22, 1, 0.36, 1);
    --radius: 4px;
	--copper-dark: #8B4513;
    --copper-light: #CD7F32;
    --copper-accent: #B87333;
    --warm-white: #FAF8F3;
    --slate-gray: #4A4A4A;
    --light-gray: #E8E3DC;
    --gold-accent: #D4AF37;
}


li.get-quote-menu-link a{
	background: var(--copper-shine) !important;
	border-radius: 30px;
    color: #fff;
	border-radius: 30px;
	padding: 15px 25px !important;
    vertical-align: middle;
    text-align: center;
    margin-top: 15px;
    padding: 15px 25px;
    vertical-align: middle;
}
.et_pb_menu .et_pb_menu__menu>nav>ul>li.mega-menu>ul{	
    right: 0 !important;
	left: auto !important; /* Overrides default centering */
}
.et-menu-nav li.mega-menu>ul{
	max-width: 1024px;	
    right: 0 !important;
	left: auto !important; /* Overrides default centering */
}

@media (min-width: 981px) {
    /* Set max-width and right alignment */
    #top-menu li.mega-menu > ul {
        max-width: 1024px;
        width: 100vw !important; /* Ensures it can take up space if needed */
        right: 0 !important;
        left: auto !important; /* Overrides default centering */
    }
} 
h2.home-page-title span {
    display: block;
    line-height: 1em;
    font-size: 0.5em;
    font-family: 'open sans', helvetica, arial, sans-serif;
    margin-bottom: 5px;
    color: #dba464
}

#main-content {
    background-color: #fff !important;	
}

.topbar {
    padding: 8px 48px;
    display: flex;
    justify-content: center;
    gap: 32px
}

.topbar span {
    font-size: 11px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 6px
}

.topbar span strong {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 600
}

.topbar svg {
    width: 12px;
    height: 12px;
    stroke: var(--copper-shine);
    fill: none;
    stroke-width: 2
}

#menu-main-menu-waterways > li:last-child {
    align-items: center
}

#menu-main-menu-waterways > li:last-child > a {
    display: inline-flex;
    border-radius: 30px;
    color: #fff;
    background: var(--ink);
    padding: 15px 25px;
    vertical-align: middle
}

.hero-label em {
    color: var(--copper-raw)
}

.hero-title em {
    color: #E8A96E
}

.trust-strip {
    border-top: 1px solid var(--sand-dark);
    border-bottom: 1px solid var(--sand-dark)
}

.trust-strip-inner {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    max-width: 1600px;
    margin: 0 auto
}

.trust-cell {
    padding: 28px 32px;
    text-align: center;
    border-right: 1px solid var(--sand-dark);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px
}

.trust-cell:last-child {
    border-right: none
}

.trust-cell svg {
    width: 24px;
    height: 24px;
    stroke: var(--copper-raw);
    fill: none;
    stroke-width: 1.5;
    margin-bottom: 4px
}

.trust-cell strong {
    font-size: 13px;
    font-weight: 700;
    color: var(--ink)
}

.trust-cell span {
    font-size: 11px;
    color: var(--ink-light)
}

.mosaic-img span img {
    width: 100%;
    height: 100%;
    min-height: 300px;
    object-fit: cover;
    transition: transform 0.8s var(--ease)
}

.products {
    padding: 120px 0
}

.products-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 60px
}

.products-top .heading-lg {
    max-width: 500px
}

.products-top .body-lg {
    max-width: 360px;
    text-align: right
}

.products-mosaic {
    display: grid;
    grid-template-columns:2.2fr 0.8fr;
    grid-template-rows:auto auto;
    gap: 20px
}

.mosaic-card {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background: var(--sand);
    cursor: pointer;
    transition: transform 0.5s var(--ease)
}

.mosaic-card:hover {
    transform: translateY(-4px)
}

.mosaic-card:first-child {
    grid-row: 1 / 3
}

.mosaic-img {
    width: 100%;
    height: 100%;
    min-height: 300px;
    object-fit: cover;
    transition: transform 0.8s var(--ease)
}

.mosaic-card:hover .mosaic-img {
    transform: scale(1.04)
}

.mosaic-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 32px;
    background: linear-gradient(to top, rgba(28, 25, 23, 0.85) 0%, transparent 100%);
    display: flex;
    flex-direction: column;
    gap: 6px
}

.mosaic-overlay .eyebrow {
    color: var(--copper-shine);
    margin-bottom: 4px
}

.mosaic-overlay h3 {
    font-family: var(--ff-serif);
    font-size: 26px;
    color: #fff;
    font-weight: 400
}

.mosaic-overlay p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    max-width: 360px;
    line-height: 1.5
}

.mosaic-arrow {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s
}

.mosaic-card:hover .mosaic-arrow {
    background: var(--copper-raw);
    border-color: var(--copper-raw)
}

.mosaic-arrow svg {
    width: 18px;
    height: 18px;
    stroke: #fff;
    fill: none;
    stroke-width: 2
}

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

:root {
    --copper-bright: #d4824a;
    --copper-mid: #a05c2e;
    --aged-tone: #c0906a;
    --patina-tone: #4a8c7a;
    --cream: #f5f0e8;
    --dark: #0f0c09
}

.finishes-section {
    padding: 0px 40px 0px;
    max-width: 1320px;
    margin: 0 auto;
    background: #000
}

.section-label {
    font-size: 10px;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color: var(--copper-bright);
    margin-bottom: 26px;
    display: flex;
    align-items: center;
    gap: 18px
}

.section-label::after {
    content: '';
    flex: 1;
    height: 1px;
    background: linear-gradient(to right, rgba(212, 130, 74, 0.35), transparent)
}

.finish-tabs {
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    margin-bottom: 26px
}

.tab-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 15px 44px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: rgba(245, 240, 232, 0.3);
    position: relative;
    transition: color 0.3s
}

.tab-btn::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--copper-bright);
    transform: scaleX(0);
    transition: transform 0.35s ease
}

.tab-btn.active {
    color: var(--cream)
}

.tab-btn.active::after {
    transform: scaleX(1)
}

.finish-panel {
    display: none;
    grid-template-columns:0.65fr 0.95fr;
    gap: 72px;
    align-items: center
}

.finish-panel.active {
    display: grid;
    animation: fadeUp 0.45s ease forwards
}

.finish-img-wrap {
    position: relative;
    overflow: hidden
}

.finish-img-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(15, 12, 9, 0.45) 0%, transparent 55%);
    pointer-events: none
}

.finish-img-wrap img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    display: block;
    transition: transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.finish-img-wrap:hover img {
    transform: scale(1.04)
}

.finish-badge {
    position: absolute;
    top: 22px;
    left: 22px;
    z-index: 2;
    font-size: 9px;
    letter-spacing: 0.38em;
    text-transform: uppercase;
    padding: 7px 16px;
    border: 1px solid;
    backdrop-filter: blur(10px)
}

.natural-badge {
    border-color: var(--copper-bright);
    color: var(--copper-bright);
    background: rgba(212, 130, 74, 0.08)
}

.aged-badge {
    border-color: var(--aged-tone);
    color: var(--aged-tone);
    background: rgba(192, 144, 106, 0.1)
}

.patina-badge {
    border-color: var(--patina-tone);
    color: var(--patina-tone);
    background: rgba(74, 140, 122, 0.1)
}

.finish-content {
    padding: 8px 0
}

.finish-num {
    font-family: var(--ff-serif);
    font-size: 90px;
    font-weight: 300;
    line-height: 1;
    opacity: 0.055;
    display: block;
    margin-bottom: -46px
}

.finish-title {
    color: #fff;
    font-family: var(--ff-serif);
    font-size: clamp(48px, 5vw, 64px);
    font-weight: 300;
    line-height: 1;
    margin-bottom: 30px
}

.finish-title em {
    font-style: italic
}

.natural-panel .finish-title em {
    color: var(--copper-bright)
}

.aged-panel .finish-title em {
    color: var(--aged-tone)
}

.patina-panel .finish-title em {
    color: var(--patina-tone)
}

.finish-rule {
    width: 36px;
    height: 1px;
    margin-bottom: 28px
}

.natural-panel .finish-rule {
    background: var(--copper-bright)
}

.aged-panel .finish-rule {
    background: var(--aged-tone)
}

.patina-panel .finish-rule {
    background: var(--patina-tone)
}

.finish-desc {
    font-family: var(--ff-serif);
    font-size: 19px;
    font-weight: 300;
    line-height: 1.72;
    color: rgba(245, 240, 232, 0.72);
    margin-bottom: 36px
}

.attrs {
    display: flex;
    flex-direction: column;
    gap: 0px;
    margin-bottom: 26px
}

.attr {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 10px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(245, 240, 232, 0.45)
}

.dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    flex-shrink: 0
}

.natural-panel .dot {
    background: var(--copper-bright)
}

.aged-panel .dot {
    background: var(--aged-tone)
}

.patina-panel .dot {
    background: var(--patina-tone)
}

.cta {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 15px 38px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    border: 1px solid;
    cursor: pointer;
    background: transparent;
    color: var(--cream);
    transition: all 0.3s ease
}

.natural-panel .cta {
    border-color: var(--copper-bright)
}

.natural-panel .cta:hover {
    background: var(--copper-bright);
    color: var(--dark)
}

.aged-panel .cta {
    border-color: var(--aged-tone)
}

.aged-panel .cta:hover {
    background: var(--aged-tone);
    color: var(--dark)
}

.patina-panel .cta {
    border-color: var(--patina-tone)
}

.patina-panel .cta:hover {
    background: var(--patina-tone);
    color: var(--dark)
}

.cta-arr {
    transition: transform 0.3s
}

.cta:hover .cta-arr {
    transform: translateX(5px)
}

.swatches {
    display: flex;
    margin-top: 64px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    color: #fff;
    line-height: 1em
}

.swatch {
    flex: 1;
    padding: 20px 26px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 14px;
    border-right: 1px solid rgba(255, 255, 255, 0.06);
    transition: background 0.3s
}

.swatch:last-child {
    border-right: none
}

.swatch.active, .swatch:hover {
    background: rgba(255, 255, 255, 0.05)
}

.sw-circle {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    flex-shrink: 0
}

.swatch-natural .sw-circle {
    background: radial-gradient(circle at 35% 35%, #e8a060, #b06830)
}

.swatch-aged .sw-circle {
    background: radial-gradient(circle at 35% 35%, #c08060, #7a4820)
}

.swatch-patina .sw-circle {
    background: radial-gradient(circle at 35% 35%, #70b8a0, #386858)
}

.sw-info {
    display: flex;
    flex-direction: column;
    gap: 3px
}

.sw-name {
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase
}

.sw-tag {
    font-size: 10px;
    color: rgba(245, 240, 232, 0.38);
    letter-spacing: 0.1em
}

.topbar{ line-height: 1.2em!important; padding: 8px 0px!important }

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(22px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeIn {
    to {
        opacity: 1
    }
}

@media (max-width: 860px) {
    .four-columns .et_pb_column {
        width: 50% !important
    }

    .products-mosaic {
        grid-template-columns:1fr 1fr;
        grid-template-rows:auto auto
    }

    .products-mosaic .mosaic-card:first-child {
        grid-column: 1 / -1;
        grid-row: auto
    }

    .products-mosaic .mosaic-card:first-child .mosaic-img {
        min-height: 280px
    }

    .products-mosaic .mosaic-card:nth-child(2) .mosaic-img, .products-mosaic .mosaic-card:nth-child(3) .mosaic-img {
        min-height: 220px
    }

    .finish-panel.active {
        grid-template-columns:1fr;
        gap: 40px
    }

    .finish-img-wrap img {
        height: 320px
    }

    .tab-btn {
        padding: 13px 22px
    }

    .finishes-section {
        padding: 60px 24px 20px
    }

    footer {
        flex-direction: column;
        gap: 12px;
        text-align: center;
        padding: 28px 24px
    }

    .swatches {
        flex-direction: column
    }

    .swatch {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06)
    }

    .swatch:last-child {
        border-bottom: none
    }
}

.process-timeline {
    position: relative;
    padding: 40px 0
}

.timeline-connector {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, var(--copper-light), transparent);
    transform: translateX(-1px);
    display: none
}

@media (min-width: 768px) {
    .timeline-connector {
        display: block
    }
}

.steps {
    display: grid;
    gap: 50px;
    position: relative
}

.step {
    display: grid;
    grid-template-columns:1fr;
    gap: 30px;
    align-items: start;
    animation: fadeInUp 0.8s ease-out;
    animation-fill-mode: both
}

.step:nth-child(1) {
    animation-delay: 0.1s
}

.step:nth-child(2) {
    animation-delay: 0.2s
}

.step:nth-child(3) {
    animation-delay: 0.3s
}

.step:nth-child(4) {
    animation-delay: 0.4s
}

.step:nth-child(5) {
    animation-delay: 0.5s
}

.step:nth-child(6) {
    animation-delay: 0.6s
}

@media (min-width: 768px) {
    .step {
        grid-template-columns:1fr 1fr
    }

    .step:nth-child(even) {
        direction: rtl
    }

    .step:nth-child(even) > * {
        direction: ltr
    }
}

.step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--copper-light), var(--copper-accent));
    color: white;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 16px;
    box-shadow: 0 4px 12px rgba(139, 69, 19, 0.2)
}

.step-content {
    padding: 30px;
    background: white;
    border-radius: 8px;
    border-left: 4px solid var(--copper-light);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease
}

.step-content:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(139, 69, 19, 0.15)
}

.step-title {
    font-size: 1.5em;
    color: var(--copper-dark);
    margin-bottom: 12px;
    font-weight: 600
}

.step-description {
    color: var(--slate-gray);
    line-height: 1.7;
    margin-bottom: 12px
}

.step-highlight {
    background: linear-gradient(120deg, rgba(205, 127, 50, 0.1), rgba(212, 175, 55, 0.1));
    padding: 12px 16px;
    border-radius: 4px;
    margin-top: 12px;
    font-size: 0.95em;
    color: var(--copper-dark);
    border-left: 3px solid var(--gold-accent)
}

.cta-section {
    margin-top: 80px;
    text-align: center;
    padding: 50px 30px;
    background: linear-gradient(135deg, rgba(139, 69, 19, 0.08), rgba(205, 127, 50, 0.08));
    border-radius: 12px;
    animation: fadeInUp 0.8s ease-out 0.7s both
}

.cta-section h2 {
    font-size: 1.8em;
    color: var(--copper-dark);
    margin-bottom: 16px
}

.cta-section p {
    font-size: 1.1em;
    color: var(--slate-gray);
    margin-bottom: 24px
}

.cta-button {
    display: inline-block;
    padding: 16px 48px;
    background: linear-gradient(135deg, var(--copper-dark), var(--copper-accent));
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-size: 1.1em;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(139, 69, 19, 0.3);
    border: none;
    cursor: pointer
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(139, 69, 19, 0.4)
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 2em
    }

    .container {
        padding: 40px 20px
    }

    .step-content {
        border-left: 4px solid var(--copper-light)
    }

    .timeline-connector {
        left: 25px
    }

    .step-number {
        width: 50px;
        height: 50px
    }
}

/*  menu  */
.et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a{
	padding: 25px 0;	
}
.et_pb_section_1_tb_header.et_pb_section.et_section_regular.et_flex_section.et_pb_section--with-menu.et_pb_sticky.et_pb_sticky--top{
	/* x-offset | y-offset | blur | spread | color */
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}
.et-menu-nav li.mega-menu.mega-menu-parent li>a, .et-menu-nav li.mega-menu.mega-menu-parent li li{
	padding: 15px 25px;
}

/*  FAQ  */

        .faq-container {
            max-width: 1600px;
            margin: 0 auto;
            padding: 60px 20px;
        }

        .faq-header {
            text-align: center;
            margin-bottom: 50px;
        }

        .faq-header h2 {
            font-size: 2.5rem;
            margin-bottom: 15px;
            color: #1a2332;
            font-weight: 600;
        }

        .faq-header p {
            font-size: 1.1rem;
            color: #666;
            max-width: 600px;
            margin: 0 auto;
        }

        .faq-list {
            display: grid;
             grid-template-columns: repeat(auto-fill, minmax(345px, 1fr));
            gap: 15px;
        }

        .faq-item {
            background: white;
            border: 1px solid #e0e0e0;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
            transition: all 0.3s ease;
        }

        .faq-item:hover {
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            border-color: #b8860b;
        }

       
 
        .faq-item.hidden {
            display: none;
        }
 
        .faq-item.hidden.visible {
            display: block;
            animation: fadeIn 0.4s ease;
        }
 
        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(-10px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
 
        .faq-question {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 20px;
            background: white;
            cursor: pointer;
            user-select: none;
            font-size: 1.1rem;
            font-weight: 500;
            color: #1a2332;
            transition: all 0.3s ease;
        }
 
        .faq-question:hover {
            background: #faf9f7;
            color: #b8860b;
        }
 
        .faq-question.active {
            background: #faf9f7;
            color: #b8860b;
        }
 
        .faq-toggle {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 24px;
            height: 24px;
            flex-shrink: 0;
            margin-left: 15px;
            transition: transform 0.3s ease;
            color: #b8860b;
            font-weight: bold;
        }
 
        .faq-question.active .faq-toggle {
            transform: rotate(180deg);
        }
 
        .faq-answer {
            display: none;
            padding: 20px;
            background: #faf9f7;
            border-top: 1px solid #e0e0e0;
            font-size: 1rem;
            color: #555;
            line-height: 1.8;
        }
 
        .faq-answer.active {
            display: block;
            animation: slideDown 0.3s ease;
        }
 
        @keyframes slideDown {
            from {
                opacity: 0;
                transform: translateY(-10px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
 
        .faq-answer ul {
            margin-left: 20px;
            margin-top: 10px;
        }
 
        .faq-answer li {
            margin-bottom: 8px;
        }
 
        .faq-answer strong {
            color: #1a2332;
        }
 
        /* Load More Button Styles */
        .load-more-wrapper {
            display: flex;
            justify-content: center;
            margin-top: 40px;
            padding: 20px;
        }
 
        .load-more-btn {
            background-color: #b8860b;
            color: white;
            border: none;
            padding: 14px 40px;
            font-size: 1rem;
            font-weight: 600;
            border-radius: 6px;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 2px 8px rgba(184, 134, 11, 0.3);
        }
 
        .load-more-btn:hover {
            background-color: #9a7309;
            box-shadow: 0 4px 16px rgba(184, 134, 11, 0.4);
            transform: translateY(-2px);
        }
 
        .load-more-btn:active {
            transform: translateY(0);
        }
 
        .load-more-btn.hidden {
            display: none;
        }
 
        @media (max-width: 768px) {
            .faq-container {
                padding: 40px 15px;
            }
 
            .faq-header h2 {
                font-size: 1.8rem;
            }
 
            .faq-question {
                font-size: 1rem;
                padding: 16px;
            }
 
            .faq-answer {
                padding: 16px;
                font-size: 0.95rem;
            }
 
            .load-more-btn {
                padding: 12px 30px;
                font-size: 0.95rem;
            }
        }

