.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-66fbe8c *//* ===== GLOBAL RESET & FOOTER CORE ===== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.shivbodh-footer {
  --footer-bg1: #0f172a;
  --footer-bg2: #1e293b;
  --footer-text: #e2e8f0;
  --footer-gold: #fbbf24;
  --footer-border: rgba(255, 255, 255, 0.15);
  background: linear-gradient(135deg, var(--footer-bg1), var(--footer-bg2));
  color: var(--footer-text);
  padding: 0 0 20px;
  border-top: 4px solid var(--footer-gold);
  font-family: 'Poppins', system-ui, -apple-system, sans-serif;
  width: 100%;
  overflow-x: hidden;
}

.footer-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ===== SOCIAL ICONS (X & Facebook) ===== */
.footer-social {
  display: flex;
  justify-content: center;
  gap: 32px;
  padding: 28px 0 24px;
  border-bottom: 1px solid var(--footer-border);
  flex-wrap: wrap;
}

.footer-social a {
  font-size: 28px;
  transition: transform 0.3s ease;
  text-decoration: none;
  color: var(--footer-text);
  background: rgba(255, 255, 255, 0.08);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer-social a:hover {
  transform: scale(1.1);
  background: var(--footer-gold);
  color: #0f172a;
}

.footer-social a:focus-visible {
  outline: 2px solid var(--footer-gold);
  outline-offset: 3px;
  border-radius: 50%;
}

/* ===== RESPONSIVE GRID ===== */
.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  padding: 40px 0 30px;
  align-items: start;
}

/* Tablet: 2 columns (brand full width, links & contact side by side) */
@media (max-width: 768px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.8rem;
  }
  .footer-brand {
    grid-column: 1 / -1;
    text-align: center;
    align-items: center;
  }
}

/* Mobile: full stack (follows sample structure) */
@media (max-width: 550px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .footer-brand {
    grid-column: auto;
  }
}

/* ===== BRAND COLUMN ===== */
.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

.footer-logo {
  max-width: 200px;
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s ease;
}

.footer-logo:hover {
  transform: scale(1.02);
}

.tagline {
  font-size: 0.9rem;
  line-height: 1.5;
  color: #f1f5f9;
  font-weight: 500;
  border-left: 3px solid var(--footer-gold);
  padding-left: 0.9rem;
  letter-spacing: 0.3px;
}

/* ===== QUICK LINKS & CONTACT COLUMNS ===== */
.footer-links h3,
.footer-contact h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--footer-gold);
  letter-spacing: 0.5px;
  position: relative;
  display: inline-block;
}

.footer-links h3::after,
.footer-contact h3::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 32px;
  height: 2px;
  background: var(--footer-gold);
  border-radius: 2px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 0.7rem;
}

.footer-links a,
.footer-contact a {
  color: var(--footer-text);
  text-decoration: none;
  transition: all 0.25s ease;
  font-size: 0.9rem;
  display: inline-block;
  padding: 0.2rem 0;
  position: relative;
  opacity: 0.9;
}

.footer-links a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--footer-gold);
  transition: width 0.25s ease;
}

.footer-links a:hover::after {
  width: 100%;
}

.footer-links a:hover,
.footer-contact a:hover {
  color: var(--footer-gold);
  transform: translateX(4px);
  opacity: 1;
}

.footer-contact p {
  margin-bottom: 0.7rem;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.footer-contact i {
  width: 1.4rem;
  color: var(--footer-gold);
}

.footer-contact a {
  display: inline;
  padding: 0;
}

.footer-contact a::after {
  display: none;
}

.footer-contact a:hover {
  transform: none;
  text-decoration: underline;
}

/* ===== BOTTOM BAR ===== */
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  border-top: 1px solid var(--footer-border);
  padding-top: 24px;
  margin-top: 10px;
  font-size: 0.85rem;
}

.bottom-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.bottom-links a {
  color: var(--footer-gold);
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 500;
  transition: opacity 0.2s;
}

.bottom-links a:hover {
  text-decoration: underline;
  opacity: 0.9;
}

.sep-dot {
  color: var(--footer-gold);
  opacity: 0.6;
  font-weight: 500;
}

.trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 240, 0.1);
  padding: 4px 12px;
  border-radius: 40px;
  backdrop-filter: blur(2px);
  font-size: 0.7rem;
  font-weight: 600;
  color: #FFECB3;
}

.trust-badge i {
  font-size: 0.8rem;
}

.bottom-copy {
  color: var(--footer-text);
  opacity: 0.85;
  font-size: 0.8rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.mantra-inline {
  color: var(--footer-gold);
  font-weight: 600;
  letter-spacing: 1px;
  background: rgba(255, 255, 240, 0.08);
  padding: 4px 12px;
  border-radius: 40px;
  font-size: 0.75rem;
}

/* ===== ADDITIONAL RESPONSIVE TWEAKS ===== */
@media (max-width: 768px) {
  .footer-container {
    padding: 0 20px;
  }
  .footer-social {
    padding: 20px 0 18px;
    gap: 24px;
  }
  .footer-social a {
    width: 44px;
    height: 44px;
    font-size: 24px;
  }
  .footer-links a,
  .footer-contact a {
    font-size: 0.85rem;
  }
  .footer-links h3,
  .footer-contact h3 {
    font-size: 1rem;
  }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
    padding-top: 20px;
  }
  .bottom-links {
    justify-content: center;
  }
  .bottom-copy {
    flex-direction: column;
    gap: 8px;
  }
  .mantra-inline {
    font-size: 0.7rem;
  }
}

@media (max-width: 550px) {
  .footer-logo {
    max-width: 150px;
  }
  .tagline {
    font-size: 0.8rem;
    border-left: none;
    padding-left: 0;
    border-top: 1px solid var(--footer-gold);
    border-bottom: 1px solid var(--footer-gold);
    padding: 0.6rem 0.8rem;
    display: inline-block;
  }
  .footer-links a,
  .footer-contact a {
    font-size: 0.8rem;
  }
  .trust-badge {
    padding: 3px 10px;
    font-size: 0.65rem;
  }
  .bottom-links a {
    font-size: 0.7rem;
  }
  .bottom-copy {
    font-size: 0.7rem;
  }
}

/* ===== ACCESSIBILITY ===== */
.footer-links a:focus-visible,
.footer-contact a:focus-visible,
.bottom-links a:focus-visible,
.footer-social a:focus-visible {
  outline: 2px solid var(--footer-gold);
  outline-offset: 2px;
  border-radius: 4px;
}/* End custom CSS */