.elementor-3379 .elementor-element.elementor-element-4f1fcb1{--display:grid;--e-con-grid-template-columns:repeat(4, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:1024px){.elementor-3379 .elementor-element.elementor-element-4f1fcb1{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-3379 .elementor-element.elementor-element-4f1fcb1{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS *//* Footer Column Base */
.footer-col {
  font-family: inherit;
  padding: 0 10px;
}

/* Heading Style */
.footer-heading {
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 24px;
  margin-top: 0;
  text-transform: capitalize;
  letter-spacing: 0.3px;
}

/* List Base */
.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-list li {
  font-size: 14px;
  line-height: 1.8;
  color: #666666;
  margin-bottom: 12px;
  display: flex;
  align-items: flex-start;
}

/* Contact List Special */
.contact-list li {
  margin-bottom: 14px;
}

.contact-text {
  line-height: 1.6;
}

/* Links */
.footer-list a {
  color: #666666;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-list a:hover {
  color: #e74c3c;
}

/* Icon Style */
.footer-icon {
  color: #e74c3c;
  margin-right: 10px;
  font-size: 14px;
  flex-shrink: 0;
  margin-top: 2px;
  min-width: 18px;
  text-align: center;
}

/* Remove default bullets */
.footer-list li::before {
  display: none;
}

/* Responsive */
@media (max-width: 1024px) {
  .elementor-section .elementor-container {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 40px 30px !important;
  }
  .footer-col {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .elementor-section .elementor-container {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }
  .footer-heading {
    margin-bottom: 16px;
  }
}/* End custom CSS */