.no-margin {
    margin-bottom: 0;
}
#welcome {
    padding-bottom: 0;
}
a.navbar-brand.text-logo {
    font-size:36px;
}
li#menu-item-668 a {
    color: white;
}
li#menu-item-668 {
    background-color: #000;
}
.widget_facebook_likebox {
    overflow: hidden;
}

/* Footer Social Media - Jaya Trade */
.jti-footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.jti-footer-logo {
  display: inline-block;
  margin-bottom: 22px;
}

.jti-footer-logo img {
  width: auto;
  height: 62px;
  max-width: 210px;
  object-fit: contain;
  display: block;
}

.jti-socials {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.jti-social-link {
  width: 38px;
  height: 38px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 17px;
  line-height: 1;
  transition: all 0.25s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.14);
}

.jti-social-link i {
  color: #ffffff !important;
  margin: 0;
  font-size: 17px;
  line-height: 1;
}

.jti-social-link svg {
  width: 17px;
  height: 17px;
  display: block;
}

.jti-social-facebook {
  background: #1877f2;
}

.jti-social-instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}

.jti-social-x {
  background: #000000;
}

.jti-social-linkedin {
  background: #0a66c2;
}

.jti-social-whatsapp {
  background: #25d366;
}

.jti-social-link:hover,
.jti-social-link:focus {
  color: #ffffff !important;
  transform: translateY(-3px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.24);
  opacity: 0.95;
}

@media (max-width: 991px) {
  .jti-footer-brand {
    align-items: center;
    text-align: center;
    margin-bottom: 25px;
  }

  .jti-socials {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .jti-footer-logo img {
    height: 56px;
    max-width: 190px;
  }

  .jti-social-link {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }

  .jti-social-link svg {
    width: 16px;
    height: 16px;
  }
}



/* Make Tawk.to bubble stay above footer/floating audio visually */
iframe[title*="chat"],
iframe[title*="tawk"],
iframe[src*="tawk.to"] {
  max-width: 100vw !important;
}
.footer-widget-col-4 .widget-title {
  margin-bottom: 14px;
}


/* Footer FB */
.jti-fb-card {
  display: block;
  width: 340px;
  max-width: 100%;
  height: 130px;
  overflow: hidden;
  background: #fff;
  border-radius: 3px;
  text-decoration: none !important;
  color: #1c1e21 !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.18);
}

.jti-fb-card-cover {
  height: 78px;
  position: relative;
  overflow: hidden;
  background: #d8d8d8;
}

.jti-fb-card-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jti-fb-logo {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 42px;
  height: 42px;
  background: #1877f2;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  border: 2px solid #fff;
}

.jti-fb-card-bottom {
  height: 52px;
  padding: 7px 9px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
}

.jti-fb-card-bottom strong {
  display: block;
  font-size: 13px;
  line-height: 1.1;
  color: #1c1e21;
}

.jti-fb-card-bottom span {
  display: block;
  font-size: 11px;
  color: #555;
}

.jti-fb-follow {
  background: #1877f2;
  color: #fff !important;
  padding: 6px 10px;
  border-radius: 3px;
  font-size: 12px !important;
  font-weight: 700;
}

@media (max-width: 767px) {
  .jti-fb-card {
    width: 300px;
    margin: 0 auto;
  }
}