.elementor-1141 .elementor-element.elementor-element-e544fd2:not(.elementor-motion-effects-element-type-background), .elementor-1141 .elementor-element.elementor-element-e544fd2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#2C3E50;}.elementor-1141 .elementor-element.elementor-element-e544fd2{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-1141 .elementor-element.elementor-element-e544fd2 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.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-caab4b2 */.footer {
  background-color: #2c3e50;
  color: white;
  padding: 60px 0 30px;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-bottom: 40px;
}

.footer-logo img {
  background-color: #f8f9fa;
  padding: 5px;
  height: 65px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.footer-about p {
  margin-bottom: 20px;
  opacity: 0.8;
}

.social-links {
  display: flex;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  margin-right: 10px;
  color: var(--white);
  font-size: 1.2rem;
  transition: background-color 0.3s ease;
}

.social-link:hover {
  background-color: #27ae60;
}

.footer-title {
  font-size: 1.2rem;
  margin-bottom: 25px;
  position: relative;
}

.footer-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 40px;
  height: 3px;
  background-color: #27ae60;
}

.footer-links {
  list-style: none;
}

.footer-link {
  margin-bottom: 15px;
}

.footer-link a {
  color: var(--white);
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.footer-link a:hover {
  opacity: 1;
}

.footer-contact-item {
  display: flex;
  margin-bottom: 15px;
}

.footer-contact-icon {
  margin-right: 15px;
  opacity: 0.8;
}

.footer-bottom {
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  opacity: 0.7;
  font-size: 0.9rem;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c2aaf9a */.whatsapp-bubble {
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 9999;
}

.whatsapp-icon {
  width: 60px;
  height: 60px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

.whatsapp-icon:hover {
  transform: scale(1.05);
}

.whatsapp-icon svg {
  width: 30px;
  height: 30px;
  fill: white;
}

.chat-dialog {
  position: absolute;
  bottom: 70px;
  left: 0;
  width: 300px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.chat-dialog.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.chat-header {
  background: #075E54;
  color: white;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.whatsapp-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 2rem;
    padding: 15px;
    background: #25d366;
    color: white;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    gap: 10px;
    box-shadow: 0 4px 10px rgba(37, 211, 102, 0.4);
}

.whatsapp-btn:hover {
    background: #128c7e;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(37, 211, 102, 0.5);
}

.whatsapp-btn:active {
    transform: translateY(0);
}

.close-btn {
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}

.chat-body {
  padding: 15px;
}

.message {
  background: #f0f2f5;
  border-radius: 7.5px;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
}

.message:after {
  content: '';
  position: absolute;
  bottom: -10px;
  right: 15px;
  border-width: 10px 5px 0;
  border-style: solid;
  border-color: #f0f2f5 transparent transparent;
}/* End custom CSS */