.elementor-229 .elementor-element.elementor-element-264184c{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-90684ee */@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Manrope:wght@400;500;600;700&display=swap");

.ttf-footer,
.ttf-footer * {
    box-sizing: border-box;
}

.ttf-footer {
    --ttf-black: #0C0C0D;
    --ttf-surface: #171719;
    --ttf-card: #222225;
    --ttf-gold: #C6A15B;
    --ttf-red: #6E1F2A;
    --ttf-ivory: #F2EDE3;
    --ttf-grey: #AAA6A0;
    --ttf-border: #554731;

    width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
    color: var(--ttf-ivory);
    border-top: 1px solid var(--ttf-gold);
    background: var(--ttf-black);
    font-family: "Manrope", sans-serif;
}

.ttf-container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding-right: 24px;
    padding-left: 24px;
}

/* MAIN FOOTER */

.ttf-main {
    position: relative;
    padding: 85px 0 75px;
    background:
        radial-gradient(
            circle at 8% 50%,
            rgba(110, 31, 42, 0.14),
            transparent 30%
        ),
        var(--ttf-black);
}

.ttf-main::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.025;
    pointer-events: none;
    background-image:
        repeating-linear-gradient(
            135deg,
            #ffffff 0,
            #ffffff 1px,
            transparent 1px,
            transparent 7px
        );
}

.ttf-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(220px, 0.65fr) minmax(0, 1fr);
    gap: 75px;
}

/* LOGO AND ABOUT */

.ttf-logo {
    display: inline-flex;
    max-width: 170px;
    margin-bottom: 23px;
    text-decoration: none !important;
}

.ttf-logo img {
    display: block;
    width: auto;
    max-width: 150%;
    height: 100px;
    object-fit: contain;
    object-position: left center;
}

.ttf-about h2 {
    margin: 0 0 16px;
    color: var(--ttf-ivory);
    font-family: "Cormorant Garamond", serif;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.1;
}

.ttf-about > p {
    max-width: 410px;
    margin: 0;
    color: var(--ttf-grey);
    font-size: 15px;
    line-height: 1.8;
}

/* SOCIAL LINKS */

.ttf-social-links {
    display: flex;
    gap: 9px;
    margin-top: 27px;
}

.ttf-social-links a {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    color: var(--ttf-gold) !important;
    border: 1px solid var(--ttf-border);
    text-decoration: none !important;
    transition: 0.3s ease;
}

.ttf-social-links svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ttf-social-links a:hover {
    color: var(--ttf-black) !important;
    border-color: var(--ttf-gold);
    background: var(--ttf-gold);
}

/* HEADINGS */

.ttf-heading {
    margin-bottom: 24px;
}

.ttf-heading > span {
    display: block;
    margin-bottom: 7px;
    color: var(--ttf-gold);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.ttf-heading h3 {
    margin: 0;
    color: var(--ttf-ivory);
    font-family: "Cormorant Garamond", serif;
    font-size: 31px;
    font-weight: 600;
    line-height: 1.1;
}

/* QUICK LINKS */

.ttf-links {
    border-top: 1px solid var(--ttf-border);
}

.ttf-links a {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr) 20px;
    gap: 10px;
    align-items: center;
    min-height: 51px;
    color: var(--ttf-ivory) !important;
    border-bottom: 1px solid var(--ttf-border);
    text-decoration: none !important;
    transition:
        padding 0.3s ease,
        background 0.3s ease;
}

.ttf-links a > span {
    color: var(--ttf-gold);
    font-size: 9px;
    font-weight: 700;
}

.ttf-links a strong {
    font-size: 12px;
    font-weight: 600;
}

.ttf-links a i {
    color: var(--ttf-gold);
    font-size: 14px;
    font-style: normal;
}

.ttf-links a:hover {
    padding-right: 8px;
    padding-left: 8px;
    background: rgba(198, 161, 91, 0.06);
}

/* CONTACT INFORMATION */

.ttf-contact-list {
    border-top: 1px solid var(--ttf-border);
}

.ttf-contact-item {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 13px;
    align-items: flex-start;
    min-height: 75px;
    padding: 17px 0;
    color: inherit !important;
    border-bottom: 1px solid var(--ttf-border);
    text-decoration: none !important;
}

.ttf-contact-icon {
    display: grid;
    width: 39px;
    height: 39px;
    place-items: center;
    color: var(--ttf-gold);
    border: 1px solid var(--ttf-border);
}

.ttf-contact-icon svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ttf-contact-content small {
    display: block;
    margin-bottom: 4px;
    color: var(--ttf-gold);
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.ttf-contact-content strong {
    display: block;
    color: var(--ttf-ivory);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.65;
}

/* WHATSAPP CTA */

.ttf-whatsapp-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    width: 100%;
    min-height: 58px;
    margin-top: 25px;
    padding: 15px 19px;
    color: var(--ttf-black) !important;
    border: 1px solid var(--ttf-gold);
    background: var(--ttf-gold);
    text-decoration: none !important;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    transition: 0.3s ease;
}

.ttf-whatsapp-button:hover {
    color: var(--ttf-ivory) !important;
    border-color: var(--ttf-red);
    background: var(--ttf-red);
}

/* BOTTOM FOOTER */

.ttf-bottom {
    min-height: 69px;
    border-top: 1px solid var(--ttf-border);
    background: #080809;
}

.ttf-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    min-height: 69px;
}

.ttf-bottom p {
    margin: 0;
    color: var(--ttf-grey);
    font-size: 10px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.ttf-bottom-links {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ttf-bottom-links a {
    color: var(--ttf-grey) !important;
    text-decoration: none !important;
    font-size: 10px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.ttf-bottom-links a:hover {
    color: var(--ttf-gold) !important;
}

.ttf-bottom-links span {
    color: var(--ttf-border);
}

/* TABLET */

@media (max-width: 1024px) {
    .ttf-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 60px 50px;
    }

    .ttf-contact-section {
        grid-column: span 2;
    }

    .ttf-contact-list {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        border-left: 1px solid var(--ttf-border);
    }

    .ttf-contact-item {
        padding: 18px;
        border-right: 1px solid var(--ttf-border);
    }
}

/* MOBILE */

@media (max-width: 767px) {
    .ttf-container {
        padding-right: 16px;
        padding-left: 16px;
    }

    .ttf-main {
        padding: 65px 0 55px;
    }

    .ttf-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .ttf-contact-section {
        grid-column: auto;
    }

    .ttf-logo img {
        height: 70px;
    }

    .ttf-about h2 {
        font-size: 31px;
    }

    .ttf-about > p {
        font-size: 15px;
        line-height: 1.75;
    }

    .ttf-heading h3 {
        font-size: 29px;
    }

    .ttf-links a {
        min-height: 55px;
    }

    .ttf-contact-list {
        display: block;
        border-left: none;
    }

    .ttf-contact-item {
        padding: 17px 0;
        border-right: none;
    }

    .ttf-contact-content strong {
        font-size: 13px;
    }

    .ttf-bottom {
        padding: 20px 0;
    }

    .ttf-bottom-inner {
        display: block;
        min-height: 0;
        text-align: center;
    }

    .ttf-bottom p {
        line-height: 1.7;
    }

    .ttf-bottom-links {
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 12px;
    }
}/* End custom CSS */