.elementor-1273 .elementor-element.elementor-element-b594ca8{--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;}/* Start custom CSS for html, class: .elementor-element-438068e *//* General Footer Styling */
.startly-modern-footer {
  background-color: ; /* Dark blue */
  color: #ffffff; /* White text */
  padding: 40px 20px;
  font-family: 'Arial', sans-serif;
  
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  gap: 20px;
  
  
}

/* Footer Logo and Branding */
.footer-brand {
  flex: 1;
  min-width: 250px;
  text-align: left;
  
}

.footer-logo {
  width: 100px;
  margin-bottom: 15px;
  
}

.footer-brand p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 15px;
      color: black;

}

.footer-brand small {
  font-size: 12px;
  color: #cccccc;
    color: black;
    
}

/* Footer Links */
.footer-links {
  display: flex;
  flex: 2;
  justify-content: space-between;
  min-width: 350px;
  text-align: left;
  
}

.link-column {
  flex: 1;
}

.link-column h4 {
  font-size: 16px;
  margin-bottom: 10px;
  text-transform: uppercase;
  
  color: black; /* Green for titles */
}

.link-column ul {
  list-style: none;
  padding: 0;

}

.link-column ul li {
  margin-bottom: 8px;
  
}

.link-column ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
      color: black;

}

.link-column ul li a:hover {
  color: #0ca776; /* Slightly darker green on hover */
  
}

/* Social Media */
.footer-social {
  flex: 1;
  min-width: 250px;
}

.footer-social h4 {
  font-size: 16px;
  margin-bottom: 10px;
  text-transform: uppercase;
  /*color: #18cb96;*/
      color: black;

}

.social-icons {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
      color: black;

}

.social-icons a {
  font-size: 20px;
  color: #ffffff;
  transition: color 0.3s ease;
      color: black;

}

.social-icons a:hover {
  color: #0ca776;
}

.footer-social p {
  font-size: 14px;
  margin-bottom: 5px;
}

.footer-social a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-social a:hover {
  color: #0ca776;
}

/* Responsive Design */
@media (max-width: 768px) {
  .footer-content {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  .footer-links {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
  }

  .link-column {
    margin-bottom: 15px;
  }

  .social-icons {
    justify-content: flex-start;
  }

  .footer-social {
    margin-top: 20px;
  }

  .footer-logo {
    margin-bottom: 10px;
  }
}/* End custom CSS */