/* ========================================
   Angel Dating - Enhanced Footer Styles
   Modern, Clean & Responsive Design
   ======================================== */

/* Footer Container */
.site-footer {
  background: linear-gradient(180deg, #0a0a0a 0%, #111111 100%);
  color: #ccc;
  padding: 80px 0 30px;
  position: relative;
  overflow: hidden;
}

.site-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, #A183FD, #FF6B9D, #A183FD, transparent);
}

/* Footer Grid Layout - 4 Columns */
.site-footer .site-footer-row-container-inner .site-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
}

.site-footer .site-middle-footer-inner-wrap {
  display: grid !important;
  grid-template-columns: 1.4fr 1fr 0.8fr 1.2fr !important;
  gap: 50px !important;
  align-items: start;
}

/* Section 1: Brand & Social */
.footer-section-inner-items-2 {
  display: flex !important;
  flex-direction: column;
  gap: 25px;
}

/* Logo */
.footer-widget1 .wp-block-image img {
  max-width: 160px;
  height: auto;
  filter: brightness(1.1);
  margin-bottom: 8px;
}

/* Description Text */
.footer-widget1 .widget_text p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: #999;
  margin: 0;
  max-width: 280px;
}

/* Social Icons */
.footer-social-wrap {
  margin-top: 5px;
}

.footer-social-inner-wrap {
  display: flex;
  gap: 12px;
  align-items: center;
}

.social-button {
  width: 42px !important;
  height: 42px !important;
  border-radius: 50% !important;
  background: rgba(161, 131, 253, 0.1) !important;
  border: 1px solid rgba(161, 131, 253, 0.2) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.3s ease !important;
  padding: 0 !important;
}

.social-button:hover {
  background: #A183FD !important;
  border-color: #A183FD !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 6px 20px rgba(161, 131, 253, 0.4) !important;
}

.social-button svg {
  width: 18px !important;
  height: 18px !important;
  fill: #A183FD !important;
  transition: fill 0.3s ease !important;
}

.social-button:hover svg {
  fill: #fff !important;
}

/* Section 2: Contact Us */
.footer-widget2 .widget-title {
  font-family: 'Jost', sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  color: #fff !important;
  margin-bottom: 22px !important;
  position: relative;
  padding-bottom: 12px;
}

.footer-widget2 .widget-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35px;
  height: 2px;
  background: #A183FD;
}

.footer-widget2 ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.footer-widget2 li {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: transform 0.3s ease;
}

.footer-widget2 li:hover {
  transform: translateX(4px);
}

.footer-widget2 li a {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #aaa;
  text-decoration: none;
  transition: color 0.3s ease;
  line-height: 1.6;
}

.footer-widget2 li a:hover {
  color: #A183FD;
}

/* Icon styling for contact items */
.footer-icon-01::before,
.footer-icon-02::before,
.footer-icon-03::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #A183FD;
  flex-shrink: 0;
  margin-top: 6px;
}

/* Section 3: Links */
.footer-widget3 .widget-title {
  font-family: 'Jost', sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  color: #fff !important;
  margin-bottom: 22px !important;
  position: relative;
  padding-bottom: 12px;
}

.footer-widget3 .widget-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35px;
  height: 2px;
  background: #A183FD;
}

.footer-widget3 ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.footer-widget3 li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 18px;
}

.footer-widget3 li::before {
  content: '›';
  position: absolute;
  left: 0;
  color: #A183FD;
  font-size: 16px;
  font-weight: bold;
  transition: transform 0.3s ease;
}

.footer-widget3 li:hover::before {
  transform: translateX(3px);
}

.footer-widget3 li a {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #aaa;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

.footer-widget3 li a:hover {
  color: #A183FD;
  transform: translateX(4px);
}

/* Section 4: Gallery */
.footer-widget4 .widget-title {
  font-family: 'Jost', sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  color: #fff !important;
  margin-bottom: 22px !important;
  position: relative;
  padding-bottom: 12px;
}

.footer-widget4 .widget-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35px;
  height: 2px;
  background: #A183FD;
}

/* Gallery Grid */
.wp-block-gallery.has-nested-images {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 10px !important;
  margin: 0 !important;
}

.wp-block-gallery figure {
  margin: 0 !important;
  overflow: hidden;
  border-radius: 6px;
  aspect-ratio: 1;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}

.wp-block-gallery figure:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 25px rgba(161, 131, 253, 0.3);
  z-index: 2;
}

.wp-block-gallery figure img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: all 0.4s ease !important;
  filter: grayscale(20%);
}

.wp-block-gallery figure:hover img {
  filter: grayscale(0%) saturate(1.1);
  transform: scale(1.08);
}

/* Bottom Footer Bar */
.site-bottom-footer-wrap {
  margin-top: 50px;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.site-bottom-footer-inner-wrap .site-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
}

.footer-html p {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #666;
  margin: 0;
  letter-spacing: 0.5px;
}

.footer-html p a {
  color: #A183FD;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-html p a:hover {
  color: #FF6B9D;
}

/* ========================================
   Responsive Design
   ======================================== */

@media (max-width: 1024px) {
  .site-footer .site-middle-footer-inner-wrap {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 35px !important;
  }

  .site-footer .site-footer-row-container-inner .site-container {
    padding: 0 30px;
  }
}

@media (max-width: 768px) {
  .site-footer {
    padding: 50px 0 25px;
  }

  .site-footer .site-middle-footer-inner-wrap {
    grid-template-columns: 1fr !important;
    gap: 35px !important;
  }

  .site-footer .site-footer-row-container-inner .site-container,
  .site-bottom-footer-inner-wrap .site-container {
    padding: 0 20px;
  }

  /* Stack sections vertically on mobile */
  .footer-section-inner-items-2 {
    text-align: center;
    align-items: center;
  }

  .footer-widget1 .widget_text p {
    max-width: 100%;
  }

  .footer-social-inner-wrap {
    justify-content: center;
  }

  .footer-widget2 .widget-title::after,
  .footer-widget3 .widget-title::after,
  .footer-widget4 .widget-title::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .wp-block-gallery.has-nested-images {
    grid-template-columns: repeat(3, 1fr) !important;
    max-width: 280px;
    margin: 0 auto !important;
  }
}

@media (max-width: 480px) {
  .site-footer {
    padding: 40px 0 20px;
  }

  .social-button {
    width: 38px !important;
    height: 38px !important;
  }

  .wp-block-gallery.has-nested-images {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 8px !important;
  }
}
