.elementor-15235 .elementor-element.elementor-element-734065f{--display:flex;--justify-content:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-15235 .elementor-element.elementor-element-734065f:not(.elementor-motion-effects-element-type-background), .elementor-15235 .elementor-element.elementor-element-734065f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #FCF5EE 0%, #F7EAD9 100%);}.elementor-15235 .elementor-element.elementor-element-734065f.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-15235 .elementor-element.elementor-element-734065f{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-c7280da */.footer {
  background-color:linear-gradient(to right, #fcf5ee, #f7ead9)	;
  padding: 40px 20px;
  font-family: 'Poppins', sans-serif;
  color: #333;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  row-gap: 30px;
}

.footer-column {
  flex: 1;
  min-width: 220px;
}

.footer-column h4 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 12px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin-bottom: 8px;
}

.footer-column ul li a {
  color: #333;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.footer-column ul li a:hover {
  color: #aa8855;
  text-decoration: underline;
}

.social-icons a {
  font-size: 18px;
  margin-right: 12px;
  color: #aa8855;
  transition: color 0.3s ease;
}
.social-icons i{
    font-size:20px;
}

.social-icons a:hover {
  color: #cc9966;
}

.footer-bottom {
  text-align: center;
  font-size: 12px;
  color: #888;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin-bottom: 8px;
}

.footer-column a {
  font-size: 14px;
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-column a:hover {
  color: #aa8855;
  text-decoration: underline;
}



@media screen and (max-width: 768px) {
  .footer {
    background-color: #fff9f4;
    padding: 50px 20px 30px;
    font-family: 'Crimson Text', serif;
  }

  .footer-container {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
    text-align: center;
  }

  .footer-column {
    width: 100%;
    max-width: 320px;
  }

  .footer-column h4 {
    font-size: 1.4rem;
    color: #5a3e2b;
    margin-bottom: 12px;
    font-family: 'Playfair Display', serif;
  }

  .footer-column ul {
    list-style: none;
    padding: 0;
  }

  .footer-column ul li {
    margin-bottom: 10px;
  }

  .footer-column a {
    color: #947552;
    font-size: 1rem;
    text-decoration: none;
    transition: color 0.3s ease;
  }

  .footer-column a:hover {
    color: #bc8a5f;
  }

  .footer-column p {
    font-size: 0.95rem;
    color: #7a5935;
    margin-bottom: 10px;
  }

  .highlight-quote {
    font-style: italic;
    color: #a67852;
    margin: 10px 0;
    font-size: 1rem;
  }

  .social-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 14px;
  }

  .social-icons i {
    font-size: 1.5rem;
    color: #854d27;
    transition: transform 0.3s ease;
  }

  .social-icons i:hover {
    transform: scale(1.1);
  }

  .footer-bottom {
    margin-top: 30px;
    font-size: 0.85rem;
    color: #947552;
    font-family: 'Crimson Text', serif;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-734065f */.footer-container1{
  background: linear-gradient(to bottom, #fffdf6, #f8f8f8);
}
 .footer-container1{
  background-image: url('your-floral-texture.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-blend-mode: soft-light;
   border-top: 6px solid #aa8855;
}


.footer-container1{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 100%;
padding: 0;

}/* End custom CSS */