.elementor-50 .elementor-element.elementor-element-30f5ace{--display:flex;}.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-a715667 *//* Reset and base styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', Arial, sans-serif;
  line-height: 1.6;
}

/* Footer Container */
.footer-container {
  width: 100%;
}

/* Main Footer */
.footer {
  background-color: #1a2526;
  color: white;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

.footer-section {
  flex: 1 1 200px;
  margin-bottom: 20px;
}

.logo-section {
  display: flex;
  flex-direction: column;
  gap: 25px; 
}

.logo {
  display: inline-block;
  flex-shrink: 0;
}

.logo-img {
  max-width: 2000px; 
  height: auto;
}

/* Logo and tagline */
.footer-logo {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 15px;
  letter-spacing: 0.5px;
}

.logo-highlight {
  color: #2e5a4a;
  font-weight: 800;
  padding-right: 4px;
}

.footer-tagline {
  font-size: 15px;
  line-height: 1.6;
  color: #e0e0e0;
  max-width: 280px;
}

/* Section headings */
.footer-heading {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0 0 20px;
  position: relative;
  padding-bottom: 12px;
}

.footer-heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #2e5a4a;
}

/* Links section */
.footer-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-link {
  color: #e0e0e0;
  text-decoration: none;
  font-size: 15px;
  transition: all 0.2s ease;
  position: relative;
  display: inline-block;
}

.footer-link:hover {
  color: #2e5a4a;
  transform: translateX(3px);
}

.footer-link::before {
  content: "›";
  opacity: 0;
  margin-right: 5px;
  transition: opacity 0.2s ease;
}

.footer-link:hover::before {
  opacity: 1;
}

/* Contact section */
.footer-contact p {
  margin: 12px 0;
  font-size: 15px;
  line-height: 1.6;
  color: #e0e0e0;
}

.contact-label {
  font-weight: 600;
  color: #2e5a4a;
  margin-right: 5px;
}

/* Social icons */
.social-icons {
  display: flex;
  gap: 15px;
  margin-top: 15px;
}

.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #2d3a3b;
  transition: all 0.3s ease;
}

.social-icon:hover {
  background-color: #2e5a4a;
  transform: translateY(-3px);
}

.icon {
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.facebook-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z'%3E%3C/path%3E%3C/svg%3E");
}

.twitter-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 4s-.7 2.1-2 3.4c1.6 10-9.4 17.3-18 11.6 2.2.1 4.4-.6 6-2C3 15.5.5 9.6 3 5c2.2 2.6 5.6 4.1 9 4-.9-4.2 4-6.6 7-3.8 1.1 0 3-1.2 3-1.2z'%3E%3C/path%3E%3C/svg%3E");
}

.instagram-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='2' width='20' height='20' rx='5' ry='5'%3E%3C/rect%3E%3Cpath d='M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z'%3E%3C/path%3E%3Cline x1='17.5' y1='6.5' x2='17.5' y2='6.5'%3E%3C/line%3E%3C/svg%3E");
}

.linkedin-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M4.98 3.5C4.98 4.88 3.87 6 2.5 6S0 4.88 0 3.5 1.12 1 2.5 1s2.48 1.12 2.48 2.5zM0 8h5v16H0V8zm7.5 0h4.8v2.2h.07c.67-1.2 2.3-2.47 4.73-2.47 5.06 0 6 3.33 6 7.66V24h-5v-7.6c0-1.82-.03-4.17-2.54-4.17-2.55 0-2.94 1.98-2.94 4.04V24h-5V8z'/%3E%3C/svg%3E");
}

.tiktok-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 48 48' fill='white'%3E%3Cpath d='M41 15.24c-2.56 0-5.02-.83-7.02-2.36v15.22c0 7.61-6.18 13.9-13.79 13.9C12.57 42 6.5 35.61 6.5 27.74c0-7.88 6.07-14.26 13.69-14.26 1.08 0 2.13.12 3.15.37v5.74a8.22 8.22 0 0 0-3.15-.62c-4.63 0-8.39 3.88-8.39 8.66s3.76 8.66 8.39 8.66c4.36 0 7.98-3.43 8.36-7.72l.03-21.14h5.82c.4 3.11 2.56 5.72 5.59 6.67.99.31 2.05.48 3.16.48V15.24z'/%3E%3C/svg%3E");
}


/* Footer bottom copyright */
.footer-bottom {
  background-color: #14191a;
  color: #9b9b9b;
  text-align: center;
  padding: 15px;
  font-size: 14px;
}

/* Newsletter Form */
.newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 15px;
}

.newsletter-input {
  padding: 10px;
  border-radius: 4px;
  border: none;
  outline: none;
  background-color: #2d3a3b;
  color: white;
  width: 100%;
}

.newsletter-button {
  padding: 10px;
  border-radius: 4px;
  border: none;
  background-color: #2e5a4a;
  color: white;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.newsletter-button:hover {
  background-color: #3d7160;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .footer {
    flex-direction: column;
    padding: 30px 20px;
  }

  .footer-section {
    flex: 1 1 100%;
    margin-bottom: 30px;
  }

  .footer-tagline {
    max-width: 100%;
  }
}/* End custom CSS */