.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item {
    transition: var(--transition);
}

.footer-logo.elementor-widget-image a img[src$=".svg"] {
    width: 218px;
    height: 18px;
    width: 291px;
    height: 18px;
    object-fit: contain;
}

.footer-logo.elementor-widget-image a {
    display: inline-block;
    line-height: 0;
    position: relative;
    left: -5px;
}

footer .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item {
    width: fit-content;
}

.footer-text-editor.elementor-widget-text-editor {
    text-transform: capitalize;
}

.footer-icon-list.elementor-widget-icon-list a {
    color: #8F9BAC;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer-icon-list.elementor-widget .elementor-icon-list-item {
    width: fit-content;
    padding: 0 !important;
    margin-bottom: 14px;
}

.bliss-logo.elementor-widget-image a img[src$=".svg"] {
    width: 174px;
    height: 29px;
}

footer .elementor-widget-icon svg path {
    transition: var(--transition);
}

footer .elementor-widget-icon svg:hover path {
    fill: #C89659;
}

footer .elementor-widget-icon .elementor-icon-wrapper {
    line-height: 0;
}

footer .elementor-widget-icon .elementor-icon-wrapper * {
    border-radius: 50%;
}

/* responsive start */
@media screen and (max-width:1439px) {}

@media screen and (max-width:1199px) {

}

@media screen and (max-width:991px) {}

@media screen and (max-width:767px) {
    .bliss-logo.elementor-widget-image a img[src$=".svg"] {
        width: 140px;
        height: 24px;
    }

    .footer-icon-list.elementor-widget-icon-list a {

        font-size: 15px;

    }
      

}

@media screen and (max-width:576px) {
    .elementor-element.footer-box>div {
        width: 100%;
    }

    .elementor-element.footer-box {
        gap: 30px;
    }
    .contact-banner h1 br{
   display: none;
    }

}

@media screen and (max-width:479px) {}

/* responsive end */