.elementor-159 .elementor-element.elementor-element-c784487{--display:flex;}.elementor-159 .elementor-element.elementor-element-c784487:not(.elementor-motion-effects-element-type-background), .elementor-159 .elementor-element.elementor-element-c784487 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-text );}/* Start custom CSS for shortcode, class: .elementor-element-011fab1 */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800&display=swap');

/* =========================
   STUDYHUB FOOTER STYLES
========================= */
#shc-footer {
  font-family: 'Inter', sans-serif;
  position: relative;
  overflow: hidden;
  padding: 5rem 2rem 3rem;
  background: #ffffff;
  color: #000000;
  border-top: 1px solid rgba(0,0,0,0.1);
  box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}

/* Floating bubbles (soft for white bg) */
.shc-footer-floating {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.shc-float-1, .shc-float-2 {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(0,0,0,0.05), transparent 70%);
  animation: floaty 6s ease-in-out infinite;
}
.shc-float-1 {
  width: 120px;
  height: 120px;
  top: 20%;
  left: 10%;
}
.shc-float-2 {
  width: 200px;
  height: 200px;
  bottom: 10%;
  right: 10%;
}

@keyframes floaty {
  0%,100% { transform: translateY(0) translateX(0); }
  50% { transform: translateY(-20px) translateX(10px); }
}

/* TOP SECTION */
.shc-footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1280px;
  margin: 0 auto 3rem;
  gap: 2rem;
  background: #f9f9f9;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: inset 0 0 20px rgba(0,0,0,0.05);
}

.shc-footer-logo img {
  width: 150px;
  transition: transform 0.4s ease;
}
.shc-footer-logo img:hover {
  transform: scale(1.1);
}

.shc-footer-contact h3 {
  color: #000;
  margin-bottom: 1rem;
}

.shc-footer-contact p {
  margin-bottom: 0.6rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: #000;
}

.shc-footer-contact a {
  color: #000;
  text-decoration: none;
}
.shc-footer-contact a:hover {
  color: #00c896;
}

/* NAVIGATION */
.shc-footer-bottom {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
  max-width: 1280px;
  margin: 0 auto;
}

.shc-footer-menu h3,
.shc-footer-social h3 {
  color: #000;
  margin-bottom: 1rem;
  font-weight: 700;
}

.shc-footer-menu ul {
  list-style: none;
  padding: 0;
}

.shc-footer-menu li {
  margin-bottom: 0.8rem;
}

.shc-footer-menu a {
  color: #000;
  text-decoration: none;
}
.shc-footer-menu a:hover {
  color: #00c896;
}

/* SOCIAL ICONS */
.shc-social-icons {
  display: flex;
  gap: 12px;
}

.shc-social-icons a {
  font-size: 1.5rem;
  transition: 0.3s;
}
.shc-social-icons a:hover {
  transform: scale(1.2);
}

/* Brand colors */
.facebook { color: #1877F2; }
.instagram { color: #E1306C; }
.linkedin { color: #0077B5; }
.youtube { color: #FF0000; }

/* COPYRIGHT */
.shc-footer-copy {
  margin-top: 3rem;
  text-align: center;
  color: #555;
  font-size: 0.9rem;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .shc-footer-top {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }
  .shc-footer-contact p {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  #shc-footer {
    padding: 3rem 1.5rem;
  }
  .shc-footer-bottom {
    text-align: center;
  }
  .shc-social-icons {
    justify-content: center;
  }
}/* End custom CSS */