.elementor-3587 .elementor-element.elementor-element-833d106:not(.elementor-motion-effects-element-type-background), .elementor-3587 .elementor-element.elementor-element-833d106 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-3587 .elementor-element.elementor-element-833d106{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-3587 .elementor-element.elementor-element-833d106 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-3587 .elementor-element.elementor-element-9abb9c9:not(.elementor-motion-effects-element-type-background), .elementor-3587 .elementor-element.elementor-element-9abb9c9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1D4A34;background-image:url("https://etpanagitsas.gr/wp-content/uploads/2021/12/shape-14.png");background-position:163px 172px;background-repeat:no-repeat;}.elementor-3587 .elementor-element.elementor-element-9abb9c9 > .elementor-background-overlay{background-image:url("https://etpanagitsas.gr/wp-content/uploads/2021/12/shape-15.png");background-position:bottom right;background-repeat:no-repeat;opacity:1;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-3587 .elementor-element.elementor-element-9abb9c9{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:1024px) and (min-width:768px){.elementor-3587 .elementor-element.elementor-element-02dd011{width:100%;}.elementor-3587 .elementor-element.elementor-element-76824cc{width:50%;}.elementor-3587 .elementor-element.elementor-element-29552ae{width:50%;}}@media(max-width:1024px){.elementor-3587 .elementor-element.elementor-element-9abb9c9:not(.elementor-motion-effects-element-type-background), .elementor-3587 .elementor-element.elementor-element-9abb9c9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:0px 0px;}}@media(max-width:767px){.elementor-3587 .elementor-element.elementor-element-9abb9c9:not(.elementor-motion-effects-element-type-background), .elementor-3587 .elementor-element.elementor-element-9abb9c9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:0px 0px;}}/* Start custom CSS for column, class: .elementor-element-02dd011 */ul.social-links li a {
  position: relative;
}

ul.social-links li a::before {
  content: attr(aria-label); /* Use the aria-label as content */
  position: absolute;
  top: -9999px; /* Hide off-screen */
  left: -9999px;
  visibility: hidden; /* Ensure it doesn't show visually */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-71e2939 *//* Banner Container */
#bottom-right-banner {
  position: fixed;
  bottom: 20px;
  right: 20px; /* Bottom-right position */
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.9); /* Optional background */
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Banner Image */
#bottom-right-banner img {
  max-width: 400px; /* Default size for large screens */
  width: 100%; /* Ensures it scales properly */
  height: auto;
  cursor: pointer;
}

/* Close Button */
#close-banner {
  background: none;
  border: none;
  color: #000;
  font-size: 16px;
  cursor: pointer;
  line-height: 1;
}

#close-banner:hover {
  color: red;
}

/* Responsive Design: Medium Screens (Tablets) */
@media (max-width: 768px) {
  #bottom-right-banner {
    bottom: 15px;
    right: 15px;
    padding: 8px; /* Adjust padding */
  }

  #bottom-right-banner img {
    max-width: 350px; /* Smaller size for tablets */
  }

  #close-banner {
    font-size: 14px; /* Adjust close button size */
  }
}

/* Responsive Design: Small Screens (Mobile) */
@media (max-width: 480px) {
  #bottom-right-banner {
    bottom: 10px;
    right: 10px;
    padding: 5px; /* Compact padding */
  }

  #bottom-right-banner img {
    max-width: 300px; /* Smaller size for mobile devices */
    width: 100%; /* Maintain responsiveness */
    height: auto;
  }

  #close-banner {
    font-size: 12px; /* Further adjust close button size */
  }
}/* End custom CSS */