.elementor-110 .elementor-element.elementor-element-a5c5c3b{--display:flex;}.elementor-110 .elementor-element.elementor-element-764cc75{--display:flex;}/* Start custom CSS for html, class: .elementor-element-ba064c9 *//****************************************************
 ALWAYS IN MY HEART – FOOTER
****************************************************/

:root {
  --aih-footer-bg: #f7f3ef;
  --aih-footer-text: #6f6362;
  --aih-footer-heading: #2f2a2b;
  --aih-footer-link: #c89b86;
  --aih-footer-link-hover: #a97963;
  --aih-border: #e4d7cf;
}

footer.aih-footer {
  background: var(--aih-footer-bg);
  border-top: 1px solid var(--aih-border);
  padding: 60px 20px 30px;
  color: var(--aih-footer-text);
  font-size: 15px;
  line-height: 1.7;
  position: relative;
  overflow: hidden;
}

.aih-footer-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px,1fr));
  gap: 40px;
}

.aih-footer h4 {
  font-size: 17px;
  color: var(--aih-footer-heading);
  margin-bottom: 12px;
  font-weight: 600;
  letter-spacing: .03em;
}

.aih-footer a {
  color: var(--aih-footer-link);
  text-decoration: none;
  transition: color .25s ease;
}

.aih-footer a:hover {
  color: var(--aih-footer-link-hover);
}

/* Logo styling */
.aih-footer-logo img {
  max-width: 180px;
  height: auto;
  margin-bottom: 16px;
  display: block;
}

/****************************************************
 VOLTAGE DESIGN PULSE LINE
****************************************************/

.aih-footer-bottom {
  border-top: 1px solid var(--aih-border);
  margin-top: 40px;
  padding-top: 22px;
  text-align: center;
  font-size: 14px;
  color: var(--aih-footer-text);
  position: relative;
}

.aih-footer-bottom a {
  color: var(--aih-footer-link);
}

.aih-footer-bottom a:hover {
  color: var(--aih-footer-link-hover);
}

/* Soft animated line */
.voltage-electric-line {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  overflow: hidden;
  background: rgba(243,201,177,0.15);
}

.voltage-electric-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: -30%;
  width: 30%;
  height: 100%;
  background: linear-gradient(90deg, transparent, #c89b86, transparent);
  animation: voltage-pulse 4.5s linear infinite;
}

@keyframes voltage-pulse {
  0% { left: -30%; opacity: 0.3; }
  30% { opacity: 1; }
  100% { left: 100%; opacity: 0.3; }
}

/* Mobile */
@media (max-width: 768px) {
  .aih-footer-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .aih-footer-logo img {
    margin: 0 auto 16px;
  }
}
/* FORCE REMOVE ANY BLACK FOOTER BACKGROUND */
footer,
footer * {
  background: transparent !important;
  box-shadow: none !important;
}

/* Restore your intended footer background */
.aih-footer {
  background: #f7f3ef !important;   /* your pale blush tone */
  border-top: 1px solid #e4d7cf !important;
}/* End custom CSS */
/* Start custom CSS *//****************************************************
 ALWAYS IN MY HEART – FOOTER STYLING
****************************************************/

:root {
  --aih-footer-bg: #f7f3ef;
  --aih-footer-text: #6f6362;
  --aih-footer-heading: #2f2a2b;
  --aih-footer-link: #c89b86;
  --aih-footer-link-hover: #a97963;
  --aih-border: #e4d7cf;
}

/* FOOTER CONTAINER */
footer.aih-footer {
  background: var(--aih-footer-bg);
  border-top: 1px solid var(--aih-border);
  padding: 60px 20px 30px;
  color: var(--aih-footer-text);
  font-size: 15px;
  line-height: 1.7;
  position: relative;
  overflow: hidden;
}

/* GRID LAYOUT */
.aih-footer-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
}

/* TITLES */
.aih-footer h4 {
  font-size: 17px;
  color: var(--aih-footer-heading);
  margin-bottom: 12px;
  font-weight: 600;
  letter-spacing: .03em;
}

/* LINKS */
.aih-footer a {
  color: var(--aih-footer-link);
  text-decoration: none;
  transition: color .25s ease;
}

.aih-footer a:hover {
  color: var(--aih-footer-link-hover);
}

/* LOGO */
.aih-footer-logo img {
  max-width: 180px;
  height: auto;
  margin-bottom: 16px;
  display: block;
}

/****************************************************
 BOTTOM BAR
****************************************************/

.aih-footer-bottom {
  border-top: 1px solid var(--aih-border);
  margin-top: 40px;
  padding-top: 22px;
  text-align: center;
  font-size: 14px;
  color: var(--aih-footer-text);
  position: relative;
}

.aih-footer-bottom a {
  color: var(--aih-footer-link);
}

.aih-footer-bottom a:hover {
  color: var(--aih-footer-link-hover);
}

/****************************************************
 VOLTAGE DESIGN – SUBTLE ELECTRIC LINE
****************************************************/

.voltage-electric-line {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  overflow: hidden;
  background: rgba(243,201,177,0.15);
}

.voltage-electric-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: -30%;
  width: 30%;
  height: 100%;
  background: linear-gradient(90deg, transparent, #c89b86, transparent);
  animation: voltage-pulse 4.5s linear infinite;
}

@keyframes voltage-pulse {
  0% { left: -30%; opacity: 0.3; }
  30% { opacity: 1; }
  100% { left: 100%; opacity: 0.3; }
}

/****************************************************
 RESPONSIVE
****************************************************/

@media (max-width: 768px) {
  .aih-footer-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .aih-footer-logo img {
    margin: 0 auto 16px;
  }
}

/****************************************************
 DYNAMIC CATEGORY LIST (from shortcode)
****************************************************/

/* Category list inside footer */
.aih-footer .aih-category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.aih-footer .aih-category-list li {
  margin: 6px 0;
}

.aih-footer .aih-category-list a {
  color: var(--aih-footer-link);
  font-size: 15px;
  text-decoration: none;
}

.aih-footer .aih-category-list a:hover {
  color: var(--aih-footer-link-hover);
}/* End custom CSS */