.elementor-745 .elementor-element.elementor-element-5028d23{--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-745 .elementor-element.elementor-element-2237291{--display:flex;}.elementor-745 .elementor-element.elementor-element-18394a4a:not(.elementor-motion-effects-element-type-background), .elementor-745 .elementor-element.elementor-element-18394a4a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#cc8c34;}.elementor-745 .elementor-element.elementor-element-18394a4a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:20px;padding:16px 0px 16px 0px;}.elementor-745 .elementor-element.elementor-element-18394a4a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-745 .elementor-element.elementor-element-34a59ab5 .elementskit-section-title-wraper .elementskit-section-title{color:#ffffff;margin:0px 0px 0px 0px;font-size:16px;}.elementor-745 .elementor-element.elementor-element-34a59ab5 .elementskit-section-title-wraper .elementskit-section-title > span{color:#000000;}.elementor-745 .elementor-element.elementor-element-34a59ab5 .elementskit-section-title-wraper .elementskit-section-title:hover > span{color:#000000;}/* Start custom CSS for html, class: .elementor-element-8a48eaa */.main-footer {
  background: #f8f8f8;
  padding: 60px 0 0;
  font-family: 'Poppins', sans-serif;
  color: #333;
  border-top: 1px solid #e5e5e5;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.footer-col h3 {
  font-size: 20px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.footer-col h4 {
  font-size: 16px;
  margin-bottom: 15px;
  position: relative;
}

.footer-col h4::after {
  content: '';
  width: 40px;
  height: 2px;
  background: #c58b2b;
  position: absolute;
  left: 0;
  bottom: -6px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 8px;
}

.footer-col ul li a {
  text-decoration: none;
  color: #555;
  transition: 0.3s;
}

.footer-col ul li a:hover {
  color: #c58b2b;
  padding-left: 5px;
}

.footer-col p {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.6;
}

.tagline {
  color: #c58b2b;
  font-weight: 500;
  margin-top: 5px;
}

.footer-bottom {
  margin-top: 40px;
  background: #c58b2b;
  text-align: center;
  padding: 15px 0;
  color: white;
  font-size: 14px;
}

.footer-logo img {
  width: 280px;   /* adjust size if needed */
  margin-bottom: 10px;
}

.footer-logo p {
  margin: 4px 0;
}

.footer-logo .tagline {
  color: #c58b2b;
  font-weight: 500;
}

/* Responsive */
@media (max-width: 991px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */