/* Compact footer for Aromar. Kept separate from the vendor stylesheet. */
#tt-footer.aromar-footer {
    background: #ffffff;
    color: #263746;
}

#tt-footer.aromar-footer .aromar-footer__main {
    padding: 18px 0;
    background: #ffffff;
}

#tt-footer.aromar-footer .aromar-footer__grid {
    display: grid;
    grid-template-columns: minmax(120px, .58fr) minmax(260px, 1.35fr) minmax(280px, 1fr);
    gap: 24px;
    align-items: center;
}

#tt-footer.aromar-footer .aromar-footer__brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content;
    color: #6f9fd1;
    text-decoration: none;
}

#tt-footer.aromar-footer .aromar-footer__brand img {
    display: block;
    width: 72px;
    height: 72px;
    object-fit: contain;
    background: transparent;
}

#tt-footer.aromar-footer .aromar-footer__brand-name {
    margin-top: -3px;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .01em;
}

#tt-footer.aromar-footer .aromar-footer__title {
    margin: 0 0 7px;
    color: #23384d;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: .02em;
}

#tt-footer.aromar-footer .aromar-footer__payment-image {
    display: block;
    width: min(100%, 340px);
    height: auto;
    background: transparent;
}

#tt-footer.aromar-footer .aromar-footer__contact {
    padding: 13px 16px 14px;
    border-left: 4px solid #e6007e;
    border-radius: 8px;
    background: #164f7a;
    box-shadow: 0 7px 18px rgba(22, 79, 122, .16);
}

#tt-footer.aromar-footer .aromar-footer__contact .aromar-footer__title {
    color: #ffffff;
}

#tt-footer.aromar-footer .aromar-footer__contact-list {
    display: grid;
    gap: 4px;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.4;
}

#tt-footer.aromar-footer .aromar-footer__contact-list li {
    margin: 0;
}

#tt-footer.aromar-footer .aromar-footer__label {
    color: #8ee2ff;
    font-weight: 700;
}

#tt-footer.aromar-footer .aromar-footer__contact-list a {
    color: #ffffff;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, .45);
    text-underline-offset: 2px;
}

#tt-footer.aromar-footer .aromar-footer__contact-list a:hover,
#tt-footer.aromar-footer .aromar-footer__contact-list a:focus {
    color: #8ee2ff;
    text-decoration-color: #8ee2ff;
}

#tt-footer.aromar-footer .aromar-footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, .12);
    background: #29313a;
}

#tt-footer.aromar-footer .aromar-footer__copyright {
    margin: 0;
    padding: 11px 0;
    color: #bfc8cf;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
}

@media (max-width: 991.98px) {
    #tt-footer.aromar-footer .aromar-footer__grid {
        grid-template-columns: 100px minmax(220px, 1fr) minmax(250px, 1fr);
        gap: 18px;
    }
}

@media (max-width: 767.98px) {
    #tt-footer.aromar-footer .aromar-footer__main {
        padding: 18px 0;
    }

    #tt-footer.aromar-footer .aromar-footer__grid {
        grid-template-columns: 1fr;
        gap: 16px;
        text-align: center;
    }

    #tt-footer.aromar-footer .aromar-footer__brand {
        justify-self: center;
    }

    #tt-footer.aromar-footer .aromar-footer__payment-image {
        margin: 0 auto;
    }

    #tt-footer.aromar-footer .aromar-footer__contact {
        text-align: left;
    }
}

/*
 * Compatibility with the footer saved in Elementor (template 184).
 * These rules only change presentation; Elementor's markup and rendering
 * logic remain untouched.
 */
#tt-footer .f-holder {
    padding: 18px 0 !important;
    background: #ffffff !important;
    color: #263746;
}

#tt-footer .f-holder .elementor-section >
.elementor-container.elementor-column-gap-default {
    display: grid !important;
    grid-template-columns: minmax(100px, .5fr) minmax(260px, 1.35fr) minmax(280px, 1fr);
    gap: 24px;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

#tt-footer .f-holder .elementor-container.elementor-column-gap-default >
.elementor-column {
    display: block;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
}

#tt-footer .f-holder .elementor-column > .elementor-element-populated {
    padding: 0 !important;
}

#tt-footer .f-holder .elementor-widget-container {
    column-count: 1 !important;
    column-gap: 0 !important;
}

#tt-footer .f-holder .elementor-widget-container p,
#tt-footer .f-holder .elementor-widget-container h2,
#tt-footer .f-holder .elementor-widget-container h3 {
    margin: 0;
}

#tt-footer .f-holder .elementor-widget-container img {
    display: block;
    float: none !important;
    max-width: 100%;
    height: auto;
    margin: 0 !important;
    object-fit: contain;
}

#tt-footer .f-holder .elementor-column:first-child img {
    width: 72px !important;
    margin: 0 auto !important;
}

#tt-footer .f-holder .elementor-column:nth-child(2) img {
    width: min(100%, 340px) !important;
}

#tt-footer .f-holder .elementor-column:nth-child(2) h2 {
    color: #23384d !important;
    font-size: 15px !important;
    line-height: 1.3 !important;
}

#tt-footer .f-holder .elementor-column:nth-child(2) h2:first-child {
    margin-bottom: 7px;
}

#tt-footer .f-holder .elementor-column:nth-child(3) {
    padding: 13px 16px !important;
    border-left: 4px solid #e6007e;
    border-radius: 8px;
    background: #164f7a;
    box-shadow: 0 7px 18px rgba(22, 79, 122, .16);
}

#tt-footer .f-holder .elementor-column:nth-child(3) h2,
#tt-footer .f-holder .elementor-column:nth-child(3) h3,
#tt-footer .f-holder .elementor-column:nth-child(3) span,
#tt-footer .f-holder .elementor-column:nth-child(3) strong {
    color: #ffffff !important;
}

#tt-footer .f-holder .elementor-column:nth-child(3) h2 {
    margin: 5px 0 4px;
    font-size: 15px !important;
    line-height: 1.3 !important;
}

#tt-footer .f-holder .elementor-column:nth-child(3) h3 {
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
}

#tt-footer .f-holder .elementor-column:nth-child(3) h3 strong {
    font-weight: 600;
}

@media (max-width: 991.98px) {
    #tt-footer .f-holder .elementor-section >
    .elementor-container.elementor-column-gap-default {
        grid-template-columns: 90px minmax(220px, 1fr) minmax(250px, 1fr);
        gap: 18px;
    }
}

@media (max-width: 767.98px) {
    #tt-footer .f-holder .elementor-section >
    .elementor-container.elementor-column-gap-default {
        grid-template-columns: 1fr;
        gap: 16px;
        text-align: center;
    }

    #tt-footer .f-holder .elementor-column:nth-child(2) img {
        margin: 0 auto !important;
    }

    #tt-footer .f-holder .elementor-column:nth-child(3) {
        text-align: left;
    }
}
