.elementor-586 .elementor-element.elementor-element-9c9214d{--display:flex;}.elementor-586 .elementor-element.elementor-element-6bdc15c{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-4ca2ace */.about-wrap {
    background: #f5f0e8;
    padding: 64px 48px;
    max-width: 1400px;
    margin: 0 auto;
    box-sizing: border-box;
}
.about-title-wrap {
    text-align: center;
    margin-bottom: 48px;
}
.about-title {
    font-size: 52px;
    font-weight: 900;
    color: #1A2000;
    font-family: Georgia, serif;
    line-height: 1.1;
}
.about-reg {
    font-size: 24px;
    font-weight: 900;
    vertical-align: super;
    line-height: 0;
}
.about-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    margin-bottom: 32px;
    align-items: start;
}
.about-text-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    box-sizing: border-box;
}
.about-text-card p {
    color: #555;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 16px;
}
.about-text-card p:last-child {
    margin-bottom: 0;
}
.about-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.about-photo-ph {
    width: 100%;
    height: 320px;
    background: #e8e3d9;
    border-radius: 20px;
    overflow: hidden;
}
.about-founders-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.about-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
.stat-card {
    background: #1A2000;
    border-radius: 16px;
    padding: 20px 24px;
}
.stat-num {
    color: #F5C800;
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 4px;
}
.stat-label {
    color: rgba(255,255,255,0.6);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.about-mascot {
    background: #1A5C1A;
    border-radius: 20px;
    padding: 48px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: center;
    margin-bottom: 32px;
}
.about-mascot-photo {
    width: 100%;
    height: 360px;
    background: rgba(255,255,255,0.08);
    border-radius: 16px;
    overflow: hidden;
}
.about-dog-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.about-mascot-eyebrow {
    color: #F5C800;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.about-mascot-h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 900;
    font-family: Georgia, serif;
    line-height: 1.2;
    margin-bottom: 16px;
}
.about-mascot-p {
    color: rgba(255,255,255,0.75);
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 12px;
}
.about-mascot-caption {
    color: #F5C800;
    font-size: 13px;
    font-weight: 800;
    font-style: italic;
}
.about-cta {
    background: #F5C800;
    border-radius: 20px;
    padding: 48px 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}
.about-cta-h2 {
    color: #1A2000;
    font-size: 30px;
    font-weight: 900;
    font-family: Georgia, serif;
    line-height: 1.2;
    margin-bottom: 8px;
}
.about-cta-p {
    color: rgba(26,32,0,0.65);
    font-size: 14px;
    max-width: 380px;
    line-height: 1.6;
}
.about-cta-btn {
    background: #1A5C1A;
    color: #fff;
    font-weight: 900;
    font-size: 14px;
    padding: 16px 32px;
    border: none;
    border-radius: 14px;
    cursor: pointer;
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap;
    text-decoration: none;
    display: inline-block;
}
.about-cta-btn:hover {
    background: #1A2000;
}
@media (max-width: 767px) {
    .about-wrap {
        padding: 32px 16px;
    }
    .about-title {
        font-size: 32px;
    }
    .about-reg {
        font-size: 16px;
    }
    .about-main {
        grid-template-columns: 1fr;
    }
    .about-text-card {
        padding: 28px 24px;
    }
    .about-photo-ph {
        height: 240px;
    }
    .about-mascot {
        grid-template-columns: 1fr;
        padding: 32px 24px;
    }
    .about-mascot-photo {
        height: 260px;
    }
    .about-mascot-h2 {
        font-size: 24px;
    }
    .about-cta {
        flex-direction: column;
        padding: 32px 24px;
        text-align: center;
    }
    .about-cta-p {
        max-width: 100%;
    }
    .about-cta-btn {
        width: 100%;
        text-align: center;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2948ea9 */.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 */