.elementor-34077 .elementor-element.elementor-element-90589ca{--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:40px;--padding-bottom:40px;--padding-left:0px;--padding-right:0px;}.elementor-34077 .elementor-element.elementor-element-90589ca:not(.elementor-motion-effects-element-type-background), .elementor-34077 .elementor-element.elementor-element-90589ca > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-34077 .elementor-element.elementor-element-4495a06{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:center;--flex-wrap:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:15px;--padding-right:15px;}.elementor-34077 .elementor-element.elementor-element-b498ad6{width:100%;max-width:100%;}@media(max-width:992px){.elementor-34077 .elementor-element.elementor-element-90589ca{--padding-top:90px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}@media(max-width:768px){.elementor-34077 .elementor-element.elementor-element-90589ca{--padding-top:80px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}@media(max-width:575px){.elementor-34077 .elementor-element.elementor-element-90589ca{--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-b498ad6 */.footer-container {
    width: 100%;
    text-align: center;
}

.top-header {
    width: 100%;
    padding: 25px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-logo {
    height: 75px;
    object-fit: contain;
}

.social-box {
    display: flex;
    align-items: center;
    gap: 35px;
}

.social-item {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.social-item a {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    white-space: nowrap;
}

.social-icon-img {
    object-fit: contain;
    display: block;
}

/* Remove old circle style completely */
.social-icon { 
    display: none !important; 
}

.social-text {
    color: #fff;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
}

.full-nav-wrapper {
    width: 100%;
    border-top: 2px solid #EC9CC3;
    border-bottom: 2px solid #EC9CC3;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
}

.footer-nav {
    max-width: 1400px;
    width: 100%;
    padding: 25px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 180px;
}

.footer-nav a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    transition: color 0.25s ease;
}

.footer-nav a:hover {
    color: #EC9CC3;
}

.divider {
    width: 2px;
    height: 30px;
    background: #ffcf32;
}

.bottom-section {
    width: 100%;
    max-width: 1400px;
    margin: 100px auto 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 80px;
}

.order-btn {
    height: 60px;
    cursor: pointer;
    transition: 0.25s;
}

.order-btn:hover {
    transform: scale(1.05) rotate(-3deg);
}

.center-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: center;
}

.center-links a {
    color: #e8b2d1;
    font-size: 16px;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    transition: color 0.25s ease;
}

.center-links a:hover {
    color: #fff;
}

.slogan-img {
    height: 95px;
    object-fit: contain;
}

@media (max-width: 768px) {

    .footer-container {
        padding: 0 0 20px;
        padding-top: 5px;
        text-align: center;
    }

    .main-logo {
        display: none !important;
    }

    .top-header {
        flex-direction: column;
        gap: 8px;
        padding: 10px 0 0 0;
        margin-top: 0;
    }

    .social-box {
        justify-content: center;
        gap: 22px;
    }

    .social-text { 
        display: none; 
    }

    .social-icon-img {
        height: 26px;
    }

    .full-nav-wrapper {
        border-top: none !important;
        border-bottom: none !important;
    }

    .footer-nav {
        flex-direction: column;
        gap: 20px;
        padding: 10px 0 5px;
        border: none;
    }

    .footer-nav a {
        font-size: 15px;
        font-weight: 600;
    }

    .footer-nav a::after {
        content: "";
        width: 45px;
        height: 2px;
        background: #ffcf32;
        display: block;
        margin: 5px auto 0;
    }

    .divider { 
        display: none; 
    }

    .bottom-section {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        margin-top: 15px;
        padding: 0;
    }

    .slogan-img {
        width: 250px;
        max-width: 90%;
        margin: 0 auto;
    }

    .order-btn {
        width: 185px;
        margin-top: -5px;
        transform: rotate(-3deg);
        display: block;
    }

    .center-links {
        margin-top: 15px;
        flex-direction: row;
        justify-content: center;
        gap: 18px;
        width: 100%;
    }

    .center-links a {
        font-size: 13px;
        color: #e7a5c5;
    }
}/* End custom CSS */