.elementor-797 .elementor-element.elementor-element-9496c49{--display:flex;}.elementor-797 .elementor-element.elementor-element-0760fc5{width:100%;max-width:100%;}.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-0760fc5 *//* Footer Container */
.fk-footer {
  background-color: #FDF5F2; /* Very soft pastel blush/beige background */
  color: #5C5552; /* Gentle dark gray text */
  font-family: 'Georgia', serif; 
  text-align: center;
  padding: 80px 20px 40px;
  position: relative;
  overflow: hidden;
}

/* Call to Action Section */
.fk-footer-cta {
  max-width: 650px;
  margin: 0 auto 70px;
}

.fk-footer-cta h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #4A403C; 
}

.fk-footer-cta p {
  font-size: 1.15rem;
  line-height: 1.7;
  margin-bottom: 35px;
  font-family: 'Arial', sans-serif;
  color: #6D6460;
}

/* CTA Buttons */
.fk-cta-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.fk-btn {
  background-color: #F1BDB1; /* Deeper pastel pink/peach */
  color: #FFFFFF;
  padding: 14px 28px;
  text-decoration: none;
  border-radius: 40px; 
  font-family: 'Arial', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all 0.3s ease;
  border: 2px solid #F1BDB1;
}

.fk-btn:hover {
  background-color: #E2A495;
  border-color: #E2A495;
}

.fk-btn-outline {
  background-color: transparent;
  color: #4A403C;
  border: 2px solid #F1BDB1;
}

.fk-btn-outline:hover {
  background-color: #F1BDB1;
  color: #FFFFFF;
}

/* Bottom Footer & Illustration */
.fk-footer-bottom {
  border-top: 2px solid #F6E6E1; 
  padding-top: 50px;
  position: relative;
}

.fk-footer-illustration {
  margin-top: -110px; 
  margin-bottom: 20px;
}

.fk-footer-illustration img {
  width: 160px; 
  height: auto;
  display: inline-block;
  position: relative;
  z-index: 10; 
}

.fk-brand-name {
  font-size: 1.8rem;
  letter-spacing: 3px;
  margin-bottom: 20px;
  color: #4A403C;
  text-transform: uppercase;
  font-weight: 700;
}

/* NEW: Footer Navigation Links */
.fk-footer-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
  margin-bottom: 35px;
}

.fk-nav-link {
  color: #6D6460;
  font-family: 'Arial', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  transition: color 0.3s ease, transform 0.2s ease;
}

.fk-nav-link:hover {
  color: #F1BDB1; /* Links turn pastel pink on hover */
  transform: translateY(-2px); /* Slight lift effect on hover */
}

/* Footer Credits */
.fk-footer-credits p {
  font-family: 'Arial', sans-serif;
  font-size: 0.9rem;
  margin: 5px 0;
  color: #8A7E78;
}/* End custom CSS */