.section-footer-main {
    filter: drop-shadow(0px -2px 5px rgba(0, 0, 0, 0.25) );
}
.section-footer-main a {
    color: #fff; 
}

.section-footer-main a {
    text-decoration: none !important;
}
.section-footer-main underline {
    text-decoration: underline;
}

.section-footer-bottom p {
    margin-bottom: 0;
}
.footer-cards img {
    margin-left: auto;
    margin-right: auto;
}

.section-footer-main .hfe-nav-menu  .menu-item  a {
    text-transform: capitalize;
}

.section-footer-bottom > .elementor-container {
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

.developedbyborn a {
    color: #fff;
}

.section-footer-bottom > .elementor-container > .elementor-column {
    width: fit-content;
}
.footerCardsCol > div {
    gap: 10px;
}

.footer-width-fixer a.elementor-icon {
    display: block;
    margin: auto;
    width: fit-content;
    margin-bottom: 6px;
}
.footer-width-fixer h3.elementor-icon-box-title {
    text-align: center;
}

@media screen and (max-width: 1280px ) {
   .footer-cards .footerCardsCol  > div {
        display: flex ;
        flex-wrap: nowrap;
    }
}

@media screen and  (max-width: 1024px) {
    #colophon {
        margin-bottom: 40px;
    }
}

@media screen and  (max-width: 880px) {
    .footer-width-fixer .site-header-search .bookory-icon-search {
        font-size: 16px;
        margin-bottom: 2px !important;
    }
    .footer-width-fixer .site-header-search .content {
        line-height: 1;
    }
}

@media screen and (max-width: 768px ) {
    .section-footer-bottom > .elementor-container > .elementor-column {
        width: 100%;
    }

    .section-footer-bottom > .elementor-container { 
        justify-content: flex-start;
        gap: 0;
    }
  

} 
