.elementor-496 .elementor-element.elementor-element-ba17c44{--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;--margin-top:200px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-496 .elementor-element.elementor-element-ba17c44.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-496 .elementor-element.elementor-element-4d87c13{width:100%;max-width:100%;}.elementor-496 .elementor-element.elementor-element-4d87c13 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}@media(min-width:768px){.elementor-496 .elementor-element.elementor-element-ba17c44{--width:100.134%;}}@media(max-width:1024px){.elementor-496 .elementor-element.elementor-element-ba17c44{--margin-top:73px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}@media(max-width:767px){.elementor-496 .elementor-element.elementor-element-ba17c44{--margin-top:150px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for html, class: .elementor-element-4d87c13 *//* === Intro section: two-column layout === */
.intro-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: start;
  margin-bottom: 2rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
}
.intro-grid .intro-text {
  line-height: 1.6;
  color: #333;
}
.intro-grid .intro-text h2 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  color: #0B7540;
}
.intro-grid .intro-text p {
  margin-bottom: 1rem;
  max-width: 680px;
}

/* === Bio photo styling === */
.bio-photo {
  max-width: 200px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.bio-photo img {
  display: block;
  width: 100%;
  height: auto;
}

/* === Quote & logo styling === */
.bio-quote {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  margin: 1.5rem 1rem;
}
.bio-quote blockquote {
  font-size: 1.1rem;
  font-style: italic;
  margin: 0;
  padding-right: 2rem;
  color: #444;
}
.bio-quote .legal500 {
  margin-left: auto;
  max-height: 80px;
  width: auto;
}

/* === Accordion styling === */
#services-accordion {
  max-width: 800px;
  margin: 2rem auto;
  padding: 0 1rem;
}
#services-accordion details {
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  margin-bottom: 0.75rem;
  overflow: hidden;
  transition: all 0.3s ease;
}
#services-accordion summary {
  padding: 0.75rem 1rem;
  font-weight: 600;
  cursor: pointer;
  background: #f9f9f9;
  list-style: none;
}
#services-accordion summary::-webkit-details-marker {
  display: none;
}
#services-accordion summary::after {
  content: "▾";
  float: right;
  transition: transform 0.3s ease;
}
#services-accordion details[open] summary::after {
  transform: rotate(-180deg);
}
#services-accordion .service-content {
  padding: 0.75rem 1rem;
  background: #fff;
  line-height: 1.6;
  color: #444;
}

/* === Call-to-action banner === */
.cta-banner {
  background: #0B7540;
  color: #fff;
  text-align: center;
  padding: 2rem 1rem;
  margin-top: 3rem;
}
.cta-banner h3 {
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
}
.cta-banner p {
  margin-bottom: 1rem;
  opacity: 0.9;
}
.cta-banner .cta-button {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background: #fff;
  color: #0B7540;
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease;
}
.cta-banner .cta-button:hover {
  background: #f2f2f2;
}/* End custom CSS */
/* Start custom CSS *//* Hero overlay */
.elementor-section#about-hero {
  position: relative;
}
.elementor-section#about-hero:before {
  content:"";
  position:absolute; top:0; left:0; right:0; bottom:0;
  background:rgba(0,0,0,0.5);
  z-index:1;
}
.elementor-section#about-hero .elementor-container,
.elementor-section#about-hero .elementor-column {
  position: relative; z-index:2;
}

/* Responsive heading sizes */
@media(max-width:767px) {
  #about-hero h1 { font-size:32px!important; }
}

/* Values grid adjust */
#about-values .elementor-column {
  text-align:center;
  padding: 20px;
}

/* Profile bullets */
#about-theodoros .elementor-icon-list-item {
  margin-bottom: .5em;
}/* End custom CSS */