.footer-logo-panel {
  background-color: #f9f9f9;
  padding: 20px 0;
  border-top: 1px solid #ddd;
}

.trustpilot-widget {
  flex: 1 1 300px;
  min-height: 28px;
  margin-bottom: 50px;
}

.flimg-panel {
  flex: 0 0 auto;
}

.flimg-panel img {
  max-width: 100%;
  display: block;
}

@media (max-width: 600px) {

  .trustpilot-widget, .flimg-panel {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }
}




/* Footer Base */
footer {
    color: #7D828C;
    background: #F1F4F7;
}

/* Top Section */
.footer-top {
    background-color: #111827;
    padding: 40px 0 20px;
}

/* Footer Widgets */
.footer-widget {
    margin-bottom: 20px;
}

.footer-about {
    width: 100%;
}

.footer-about img{
    max-height: 45px;
}

.footer-about p {
    color: #7D828C;
}

/* Remove heading line for .footer-about specifically */
.footer-widget .footer-about h5::before {
    display: none;
}

/* Headings */
.footer-widget h5 {
    margin-bottom: 22px;
    color: #FFFFFF;
    position: relative;
}

.footer-widget h5::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #242B3A;
    border-radius: 30px;
}

/* Variant: footer-three */
footer .footer-widget h5 {
    margin-bottom: 24px;
    color: #FFF;
}

footer .footer-widget h5::before {
    background: #242B3A;
    width: 100%;
    bottom: -10px;
}

/* Newsletter / Input */
.footer-input .input-group {
    display: flex;
    align-items: center;
    background-color: #FFFFFF;
    border-radius: 54px;
    padding: 8px 16px;
    width: 100%;
}

.footer-input .input-group-text {
    background-color: transparent;
    border: none;
    color: #4E5561;
    border-radius: 54px;
}

.footer-input .form-control {
    border: none;
    box-shadow: none;
    padding: 0 10px;
    height: 37px;
    min-height: 37px;
    margin-right: 5px;
    flex: 1;
}

.footer-input .btn {
    border-radius: 54px !important;
    white-space: nowrap;
    background-color: var(--tts-buttton-bg);
    color: var(--tts-buttton-txt);
    border-color: var(--tts-buttton-bg);
    font-size: 14px;
}

/* Contact Section */
.footer-contact {
    padding-top: 20px;
}

/* Social Icons */
.social-icon {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    list-style: none;
    padding-left: 0;
}

.social-icon li {
    position: relative;
}

.social-icon li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #FFFFFF;
    color: #ffffff;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icon li a.facebook {
    background-color: #3b5998;
}

.social-icon li a.instagram {
    background-color: #bc2a8d;
}

.social-icon li a.twitter {
    background-color: #00aced;
}

.social-icon li a.linkedin {
    background-color: #007bb6;
}

.social-icon li a.youtube {
    background-color: rgb(255, 0, 51);
}

/* Footer Menu */
.footer-widget .footer-menu li {
    margin-bottom: 8px;
}

.footer-widget .footer-menu li a {
    /* color: #4E5561; */
    position: relative;
    text-decoration: none;
}

footer .footer-menu li a {
    color: #7D828C;
}

/* Avatar Icon Blocks */
.avatar.avatar-lg {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-weight: 500;
}

footer .footer-bottom {
    background: #111827;
    border-top: 1px solid #242B3A;
    padding: 20px 0 10px;
}

footer .footer-bottom .card-links {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    justify-content: end;
}

footer .footer-bottom .card-links li a {
    position: relative;
    margin-right: 8px;
    color: #393F4D;
}