/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 03 2025 | 12:50:59 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
footer figure.wp-block-image.size-full.is-resized {
    margin-top: -250px;
}
footer p.has-text-align-left.has-contrast-background-color.has-background {
    margin-top: -150px;
}



/* ===== COMPACT FOOTER (with small top padding) ===== */
footer.wp-block-template-part .wp-block-group.alignfull.has-black-background-color,
.wp-block-group.alignfull.has-background-color.has-black-background-color {
  background: #000 !important;
  color: #E2E2E2 !important;
  padding-top: 25px !important;    /* reduced from 60px */
  padding-bottom: 20px !important; /* reduced from 0px */
  padding-left: 40px !important;   /* reduced from 60px */
  padding-right: 40px !important;  /* reduced from 60px */
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  overflow: hidden;
}

/* Remove unnecessary Gutenberg spacers */
.wp-block-spacer {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* 🔸 Footer Columns Layout */
footer .wp-block-columns.alignwide {
  max-width: 1100px !important;
  margin: 0 auto !important;
  gap: 15px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  align-items: flex-start !important;
}

/* 🔸 Footer Columns */
footer .wp-block-column {
  flex: 1 1 22% !important;
  min-width: 200px !important;
}

/* 🔸 Footer Logo Section */
footer .wp-block-site-logo img {
  width: 100px !important;
  height: auto !important;
}

/* 🔹 Social Links Section */
footer .wp-block-social-links {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  gap: 10px !important;
}

footer .wp-block-social-links li a {
  width: 34px !important;
  height: 34px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50% !important;
  background-color: #222 !important;
  transition: all 0.3s ease !important;
}

footer .wp-block-social-links li a:hover {
  background-color: #61B5C7 !important;
  transform: scale(1.05);
}

footer .wp-block-social-links li a svg {
  width: 16px !important;
  height: 16px !important;
  fill: #fff !important;
}

/* 🔹 Footer Text and Links */
footer p, footer a, footer li {
  color: #ccc !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
  text-decoration: none !important;
  margin-bottom: 4px !important;
}

footer a:hover {
  color: #61B5C7 !important;
}

/* 🔹 Footer Headings */
footer h2, 
footer h3, 
footer p.has-text-align-center {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #fff !important;
  margin-top: 0 !important;
  margin-bottom: 5px !important;
}

/* 🔸 Centered Copyright Row */
footer .wp-block-group.alignwide.is-content-justification-center {
  margin-top: 15px !important;
  padding-top: 10px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
  text-align: center !important;
}
/* ===== RESPONSIVE DESIGN ===== */


}@media (max-width: 1024px) {
  footer .wp-block-columns.alignwide {
    gap: 20px !important;
  }
}

/* Mobiles (Centered layout) */
@media (max-width: 767px) {
	
  footer.wp-block-template-part .wp-block-group.alignfull.has-black-background-color {
    padding: 40px 20px 20px !important;
  }

  footer .wp-block-columns.alignwide {
    flex-direction: column !important;
    align-items: center !important;
    gap: 20px !important;
  }

  footer .wp-block-column {
    width: 100% !important;
    text-align: center !important;
  }

  footer h3.wp-block-heading {
    font-size: 16px !important;
	}
	footer h3.wp-block-heading.has-text-align-left{
		text-align: center;
	} 
	footer .has-text-align-left{
		text-align: center;
	}
	footer figure.wp-block-image.size-full.is-resized {
    margin-top: -20px;
}
footer p.has-text-align-left.has-contrast-background-color.has-background {
    margin-top: -10px;
}
  footer .wp-block-social-links {
    margin-top: 20px !important;
  }
}

  font-size: 12px !important;
  opacity: 0.85;
}























