.elementor-448 .elementor-element.elementor-element-5a77fe5{--display:flex;}.elementor-448 .elementor-element.elementor-element-c822395{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-ac145db */.faq-wrap { background: #f5f0e8; padding: 64px 48px; }
.faq-eyebrow { color: #1A5C1A; font-size: 11px; font-weight: 800; letter-spacing: 3px; text-transform: uppercase; margin-bottom: 10px; text-align: center; }
.faq-h2 { color: #1A2000; font-size: 36px; font-weight: 900; text-align: center; margin-bottom: 8px; font-family: Georgia, serif; }
.faq-sub { color: #777777; font-size: 15px; text-align: center; margin-bottom: 48px; }
.faq-list { max-width: 780px; margin: 0 auto; display: flex; flex-direction: column; gap: 10px; }
.faq-item { background: #ffffff; border-radius: 14px; overflow: hidden; border: 1px solid #e8e3d9; }
.faq-item.open { border-color: #1A5C1A; }
.faq-q { display: flex; align-items: center; justify-content: space-between; padding: 20px 24px; cursor: pointer; gap: 16px; }
.faq-item.open .faq-q { background: #1A5C1A; }
.faq-q-text { font-size: 15px; font-weight: 700; color: #1A2000; line-height: 1.4; }
.faq-item.open .faq-q-text { color: #ffffff; }
.faq-icon { flex: 0 0 28px; width: 28px; height: 28px; border-radius: 50%; border: 2px solid #1A5C1A; display: flex; align-items: center; justify-content: center; color: #1A5C1A; font-size: 18px; font-weight: 300; line-height: 1; transition: transform 0.2s; }
.faq-item.open .faq-icon { border-color: #ffffff; color: #ffffff; transform: rotate(45deg); }
.faq-a { padding: 0 24px; max-height: 0; overflow: hidden; transition: max-height 0.2s ease, padding 0.2s ease; }
.faq-item.open .faq-a { max-height: 400px; padding: 20px 24px; }
.faq-a p { font-size: 15px; color: #555555; line-height: 1.7; }
.faq-cta { text-align: center; margin-top: 48px; }
.faq-cta p { color: #777777; font-size: 15px; margin-bottom: 16px; }
.faq-cta-btn { background: #1A5C1A; color: #ffffff; font-weight: 800; font-size: 14px; padding: 16px 36px; border-radius: 14px; border: none; cursor: pointer; letter-spacing: 1px; text-transform: uppercase; }
.faq-cta-btn:hover { background: #1A2000; }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-da5b098 */.footer-wrap {
    background: #1A2000;
    border-radius: 24px;
    padding: 64px;
    box-sizing: border-box;
    width: 100%;
    margin: 12px auto 16px;
}
.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 48px;
}
.footer-logo {
    font-size: 18px;
    font-weight: 900;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 16px;
}
.footer-logo span {
    color: #F5C800;
    display: block;
}
.footer-tagline {
    font-size: 13px;
    color: rgba(255,255,255,0.4);
    line-height: 1.6;
    margin-bottom: 20px;
}
.footer-social {
    display: flex;
    gap: 12px;
    align-items: center;
}
.footer-social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(255,255,255,0.07);
    color: rgba(255,255,255,0.5);
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}
.footer-social-icon:hover {
    background: #F5C800;
    color: #1A2000;
}
.footer-col-title {
    color: #F5C800;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 16px;
}
.footer-col a {
    display: block;
    color: rgba(255,255,255,0.5);
    font-size: 14px;
    margin-bottom: 10px;
    text-decoration: none;
}
.footer-col a:hover {
    color: #ffffff;
}
.footer-phone-link {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    white-space: nowrap !important;
    flex-wrap: nowrap !important;
}
.footer-phone-link:hover .footer-phone-number {
    color: #ffffff;
}
.footer-phone-number {
    color: rgba(255,255,255,0.5);
    font-size: 14px;
    white-space: nowrap;
    transition: color 0.2s;
}
.footer-lang-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    color: rgba(245,200,0,0.5);
    white-space: nowrap;
}
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.08);
    padding-top: 24px;
    text-align: center;
    font-size: 12px;
    color: rgba(255,255,255,0.3);
}
@media (max-width: 767px) {
    .footer-wrap {
        padding: 32px 20px;
        border-radius: 16px;
        margin: 8px 8px 16px 8px !important;
        width: calc(100% - 16px) !important;
        box-sizing: border-box !important;
    }
    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
        margin-bottom: 32px;
    }
    .footer-brand {
        grid-column: 1 / -1;
    }
    .footer-logo {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .footer-tagline {
        font-size: 12px;
        margin-bottom: 16px;
    }
    .footer-col-title {
        font-size: 10px;
        margin-bottom: 12px;
    }
    .footer-col a {
        font-size: 13px;
        margin-bottom: 8px;
    }
    .footer-bottom {
        font-size: 11px;
        padding-top: 20px;
    }
}/* End custom CSS */
/* Start custom CSS */.e-con {
    max-width: 1400px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
body {
    background-color: #f5f0e8 !important;
}
@media (max-width: 767px) {
    html, body {
        overflow-x: hidden !important;
        max-width: 100% !important;
        background-color: #f5f0e8 !important;
    }
    .e-con {
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}/* End custom CSS */