.elementor-2519 .elementor-element.elementor-element-3b324f9{--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-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-6544be3 *//* ======================================================= */
/* FOOTER WITH DYNAMIC LOGO & LEAF IMAGE PLACEHOLDERS      */
/* ======================================================= */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600&family=Poppins:wght@400;500&display=swap');

/* Full Bleed Container Breakout */
.tbm-footer-wrapper {
  width: 100vw !important;
  position: relative !important;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  background-color: #f7ede2 !important; /* Soft warm beige */
  padding: 50px 0 60px 0;
  box-sizing: border-box;
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
}

.tbm-footer-main {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}

/* =========================================
   LEFT & RIGHT LEAF IMAGES
========================================= */
.tbm-accent-left,
.tbm-accent-right {
  position: absolute;
  bottom: 0;
  width: 130px; /* Width adjust kar sakte ho */
  height: auto;
  pointer-events: none;
  z-index: 1;
}

.tbm-accent-left {
  left: 10px;
}

.tbm-accent-right {
  right: 10px;
}

.tbm-accent-left img,
.tbm-accent-right img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

/* =========================================
   COLUMN 1: LOGO IMAGE STYLING
========================================= */
.tbm-logo-block {
  flex: 1.1;
  display: flex;
  justify-content: flex-start;
  padding-top: 5px;
}

.tbm-brand-logo {
  display: inline-block;
}

.tbm-site-logo {
  max-width: 180px; /* Logo size yahan se adjust karo */
  height: auto;
  display: block;
}

/* =========================================
   COLUMNS 2 & 3: LINKS & CONNECT
========================================= */
.tbm-col {
  box-sizing: border-box;
}

.tbm-links-block,
.tbm-connect-block {
  flex: 0.9;
}

.tbm-heading {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 21px;
  font-weight: 600;
  color: #435146;
  margin: 0 0 18px 0;
  letter-spacing: 0.2px;
}

.tbm-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tbm-menu li {
  margin-bottom: 10px;
}

.tbm-menu a {
  text-decoration: none !important;
  color: #555e56;
  font-size: 14px;
  font-weight: 400;
  transition: color 0.2s ease;
}

.tbm-menu a:hover {
  color: #c06c53;
}

/* =========================================
   COLUMN 4: NEWSLETTER
========================================= */
.tbm-newsletter-block {
  flex: 1.8;
  max-width: 420px;
}

.tbm-subtext {
  font-size: 13.5px;
  color: #666e67;
  margin: -10px 0 16px 0;
  line-height: 1.5;
}

.tbm-form {
  display: flex;
  align-items: center;
  gap: 12px;
}

.tbm-input {
  flex: 1;
  height: 44px;
  padding: 0 14px;
  border: 1px solid #333333;
  border-radius: 2px;
  background: #ffffff;
  font-size: 13.5px;
  color: #333;
  outline: none;
  font-family: 'Poppins', sans-serif;
}

.tbm-input::placeholder {
  color: #888;
}

.tbm-btn {
  height: 44px;
  padding: 0 22px;
  background-color: #c06c53;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s ease;
  font-family: 'Poppins', sans-serif;
  white-space: nowrap;
}

.tbm-btn:hover {
  background-color: #ab5b43;
}

/* =========================================
   RESPONSIVE DESIGN
========================================= */
@media (max-width: 900px) {
  .tbm-footer-main {
    flex-wrap: wrap;
    gap: 30px;
  }
  .tbm-logo-block, .tbm-newsletter-block {
    flex: 100%;
    max-width: 100%;
  }
  .tbm-accent-left, .tbm-accent-right {
    opacity: 0.5;
    width: 90px;
  }
}

@media (max-width: 600px) {
  .tbm-form {
    flex-direction: column;
    align-items: stretch;
  }
  .tbm-btn {
    width: 100%;
  }
  .tbm-accent-left, .tbm-accent-right {
    display: none;
  }
}/* End custom CSS */