.elementor-37 .elementor-element.elementor-element-377c4c8{--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:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-3eb360b */.jcb-footer {
  background: #1b365d;
  color: #e5edff;
  padding: 80px 20px 0;
  font-size: 15px;
}

/* Container */
.jcb-footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.6fr 1fr 1.4fr;
  gap: 80px;
  padding-bottom: 60px;
}

/* Logo */
.jcb-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
}

.jcb-logo-box {
  background: #ffffff;
  color: #1e3a8a;
  font-weight: 700;
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 16px;
}

.jcb-logo-text strong {
  display: block;
  font-size: 18px;
  color: #ffffff;
}

.jcb-logo-text span {
  font-size: 14px;
  opacity: 0.9;
}

/* Text */
.jcb-footer-desc {
  line-height: 1.7;
  max-width: 420px;
}

/* Headings */
.jcb-footer-col h4 {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 18px;
}

/* Links */
.jcb-footer-links {
  list-style: none;
  padding: 0;
}

.jcb-footer-links li {
  margin-bottom: 10px;
}

.jcb-footer-links a {
  color: #e5edff;
  text-decoration: none;
  opacity: 0.95;
}

.jcb-footer-links a:hover {
  text-decoration: underline;
}
/* ============================
   FOOTER CONTACT INFO (SVG)
============================= */

.jcb-footer-contact h4 {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
}

.jcb-contact-row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 16px;
  color: #e5edff;
  line-height: 1.6;
  font-size: 15px;
}

.jcb-contact-row svg {
  width: 20px;
  height: 20px;
  stroke: #e5edff;
  flex-shrink: 0;
  margin-top: 3px;
}

.jcb-contact-row span {
  display: block;
}

/* Contact */
.jcb-contact-item {
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
  line-height: 1.6;
}

.jcb-contact-item .icon {
  font-size: 18px;
}
.jcb-footer-bottom{
    padding: 30px;
    text-align: center;
}
/* Follow Us */
.follow-title {
  margin: 28px 0 16px;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
}

.jcb-socials {
  display: flex;
  gap: 18px;
}

/* Icon circles */
.jcb-socials a {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease, transform 0.3s ease;
}

/* SVG icons */
.jcb-socials svg {
  width: 22px;
  height: 22px;
  stroke: #ffffff;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Hover (subtle, same feel as image) */
.jcb-socials a:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

/* ===============================
   FOOTER RESPONSIVE
================================ */

/* Tablet (2 columns) */
@media (max-width: 991px) {
  .jcb-footer-container {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  /* Make brand span full width */
  .jcb-footer-col:first-child {
    grid-column: 1 / -1;
  }

  .jcb-footer-desc {
    max-width: 100%;
  }
}

/* Mobile (1 column) */
@media (max-width: 600px) {
  .jcb-footer {
    padding: 60px 20px 0;
  }

  .jcb-footer-container {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .jcb-footer-col {
    text-align: left;
  }

  .jcb-logo {
    justify-content: flex-start;
  }

  .jcb-contact-item {
    align-items: flex-start;
  }

  .jcb-footer-bottom {
    padding: 24px 16px;
    font-size: 14px;
  }

  hr {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .jcb-socials {
    justify-content: center;
  }
}/* End custom CSS */