.elementor-101 .elementor-element.elementor-element-441f1d3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-101 .elementor-element.elementor-element-3c7f097{padding:0px 0px 0px 0px;}.elementor-101 .elementor-element.elementor-element-b4139f3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-3c7f097 *//* --- FAQ Hero Section Styling --- */
.faq-hero-section {
    padding:40px 10% 60px;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.faq-hero-container {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

/* Background Large Text */
.faq-bg-watermark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18vw;
    font-weight: 900;
    color: #f7f7f7; /* Very light gray */
    z-index: 1;
    pointer-events: none;
    letter-spacing: 15px;
}

/* Content Area */
.faq-hero-tag {
    color:#957350; /* Gold Brand Color */
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 0.85rem;
    display: block;
    margin-bottom: 20px;
}

.faq-hero-title {
    font-size: 4.5rem;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.1;
    margin-bottom: 30px;
}

.hollow-text-black {
    color: transparent;
    -webkit-text-stroke: 1.5px #1a1a1a;
}

.faq-hero-divider {
    width: 60px;
    height: 4px;
    background: #957350;
    margin: 0 auto 30px;
}

.faq-hero-subtitle {
    font-size: 1.15rem;
    color: #555;
    max-width: 650px;
    margin: 0 auto 50px;
    line-height: 1.8;
}

/* Mock Search Bar Visual */
.faq-search-visual {
    display: flex;
    max-width: 500px;
    margin: 0 auto;
    background: #fafafa;
    border: 1px solid #1A1A1A;
    padding: 10px 10px 10px 25px;
    border-radius: 50px;
}

.faq-search-visual input {
    width: 100%;
    border: none;
    background: transparent;
    font-size: 0.95rem;
    color: #1A1A1A;
    outline: none;
}

.search-btn-mock {
    width: 45px;
    height: 45px;
    background:#1A1A1A;
    color: white;
    border-radius: 50%;
    border: none;
    font-size: 1.2rem;
}

/* --- Responsive Optimization --- */
@media (max-width: 1024px) {
    .faq-hero-title { font-size: 3.5rem; }
    .faq-bg-watermark { font-size: 25vw; }
}

@media (max-width: 768px) {
    .faq-hero-section { padding: 100px 5% 40px; }
    .faq-hero-title { font-size: 2.5rem; }
    .faq-hero-subtitle { font-size: 1rem; }
    .faq-bg-watermark { display: none; }
    .faq-search-visual { padding: 5px 5px 5px 15px; }
}/* End custom CSS */