.elementor-223 .elementor-element.elementor-element-46fa308{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-223 .elementor-element.elementor-element-2d8a4ab{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-223 .elementor-element.elementor-element-77e9f6d{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-223 .elementor-element.elementor-element-a39b895{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;--margin-top:-15px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-223 .elementor-element.elementor-element-a39b895:not(.elementor-motion-effects-element-type-background), .elementor-223 .elementor-element.elementor-element-a39b895 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFBFA;}@media(min-width:768px){.elementor-223 .elementor-element.elementor-element-a39b895{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-1678ead */.footer-contact-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 40px 10%;
  border-top: 1px solid #f1f1f1;
  background-color: #fff;
  font-family: 'Poppins', sans-serif;
}

.footer-contact-item h4 {
  color: #999;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
}

.footer-contact-item p {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

.footer-contact-item .phone {
  color: #000;
}

.footer-contact-item .email {
  color: #e9bb9f;
  font-weight: 700;
}

.social-section {
  display: flex;
  align-items: center;
  gap: 25px;
}

.social-icons a {
  color: #bbb;
  font-size: 18px;
  margin: 0 5px;
  transition: all 0.3s ease;
}

.social-icons a:hover {
  color: #e9bb9f;
}

.back-to-top {
  display: flex;
  align-items: center;
  gap: 8px;
  border-left: 1px solid #ddd;
  padding-left: 15px;
}

.back-to-top span {
  color: #999;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
}

.back-to-top .arrow i {
  color: #e9bb9f;
  font-size: 14px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .footer-contact-bar {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 30px 20px;
  }

  .social-section {
    flex-direction: column;
  }

  .back-to-top {
    border-left: none;
    padding-left: 0;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-77e9f6d */.footer-section {
  background-color: #fef9f8;
  padding: 60px 10%;
  font-family: 'Poppins', sans-serif;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center; /* ✅ Perfect vertical alignment */
  flex-wrap: nowrap; /* ✅ Keeps them in one line */
  gap: 20px; /* ✅ Reduced horizontal gap */
}

/* Common column styling */
.footer-column {
  flex: 1 1 auto;
  color: #555;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 250px;
}

/* Logo section */
.footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

/* Increase the logo image size */
.footer-logo-img {
  width: 200px;   /* ⬆️ Increased from 45px */
  height: auto;
  object-fit: contain;
}

.footer-logo h3 {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  color: #000;
  font-weight: 500;
  margin: 0;
}


.footer-about p {
  line-height: 1.6;
  color: #777;
  font-size: 15px;
  margin: 0;
  max-width: 400px;
}

/* Links section */
.footer-links {
  text-align: left;
}

.footer-links h3,
.footer-address h3 {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  margin-bottom: 12px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links ul li {
  margin-bottom: 8px;
}

.footer-links ul li a {
  color: #777;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links ul li a:hover {
  color: #caa47a;
}

/* Address section */
.footer-address {
  text-align: left;
}

.footer-address p {
  margin: 6px 0;
  font-size: 15px;
  color: #777;
}

.footer-address a {
  color: #777;
  text-decoration: none;
}

.footer-address a:hover {
  color: #caa47a;
}

.footer-address i {
  color: #caa47a;
  margin-right: 8px;
}

/* Responsive Fix */
@media (max-width: 900px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-column {
    align-items: center;
    margin-bottom: 25px;
  }

  .footer-logo {
    justify-content: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8e2b1d0 */.footer-bottom {
  border-top: 1px solid #e5e5e5;
  background-color: #fffbfa;
  padding: 20px 0;
  font-family: 'Poppins', sans-serif;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer-container p {
  color: #999;
  font-size: 14px;
  margin: 0;
}

.footer-container span {
  color: #000;
  font-weight: 600;
}

@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    text-align: center;
    gap: 5px;
  }
}/* End custom CSS */