.elementor-48 .elementor-element.elementor-element-7c30978f > .elementor-background-overlay{background-color:#000000A6;opacity:0;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-48 .elementor-element.elementor-element-7c30978f > .elementor-container{max-width:1440px;}.elementor-48 .elementor-element.elementor-element-7c30978f:not(.elementor-motion-effects-element-type-background), .elementor-48 .elementor-element.elementor-element-7c30978f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background:url("https://economou.law/wp-content/uploads/2025/05/meeting-room-2025-01-31-00-40-07-utc-1-scaled.jpg") 50% 50%;background-size:cover;}.elementor-48 .elementor-element.elementor-element-7c30978f{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:150px;margin-bottom:0px;padding:300px 25px 100px 25px;}.elementor-48 .elementor-element.elementor-element-e1aec5d{--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:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-48 .elementor-element.elementor-element-7f065de > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}@media(max-width:1024px){.elementor-48 .elementor-element.elementor-element-7c30978f{padding:200px 15px 50px 15px;}}/* Start custom CSS for html, class: .elementor-element-7f065de */:root {
  --accent:   #317873;
  --text:     #333;
  --bg-light: #f9f9f9;
}

/* General styles */
body {
  margin: 0;
  font-family: 'Arial', sans-serif;
  color: var(--text);
}

/* Merriweather for headings */
h1, h2, h3 {
  font-family: 'Merriweather', serif;
}

/* Hero Banner */
#home-hero-banner {
  background: var(--accent);
  color: #fff;
  text-align: center;
  padding: 2.5rem 1rem;
}
#home-hero-banner h1 {
  margin: 0;
  font-size: 2.5rem;
  transition: opacity .5s;
}

/* Intro Section */
#hero-section {
  background: var(--bg-light);
  text-align: center;
  padding: 3rem 1rem;
  color: var(--text);
}
#hero-section p {
  font-size: 1.125rem;
  max-width: 700px;
  margin: 0 auto 1.75rem;
  line-height: 1.6;
}
#hero-section .btn {
  background: var(--accent);
  color: #fff;
  padding: .75rem 1.75rem;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  transition: background .3s;
}
#hero-section .btn:hover {
  background: #0b6133;
}

/* Services Grid Section */
#services {
  background: var(--bg-light);
  padding: 4rem 1rem 2rem;
}
#services h2 {
  font-size: 2.25rem;
  text-align: center;
  color: var(--text);
  margin-bottom: 2.5rem;
}

.grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  align-items: stretch;
}

.card {
  background: #fff;
  border-radius: 8px;
  padding: 1.25rem;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  transition: transform .3s, box-shadow .3s;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.1);
}

.icon {
  font-size: 2.25rem;
  margin-bottom: .75rem;
  color: var(--accent);
}

.card h3 {
  margin: 0;
  font-size: 1rem;
  color: var(--text);
  line-height: 1.3;
  flex-grow: 1;
}

.card h3 a {
  color: inherit;
  text-decoration: none;
}

.card h3 a:hover {
  color: var(--accent);
}

/* Desktop ≥1080px: 6 cols; center #13 & #14 */
@media(min-width:1080px){
  .grid { grid-template-columns: repeat(6, 1fr); }
  .grid > .card:nth-of-type(13) { grid-column: 3 / span 1; }
  .grid > .card:nth-of-type(14) { grid-column: 4 / span 1; }
}

/* Tablet 720–1079px: 4 cols; center #13 & #14 */
@media(min-width:720px) and (max-width:1079px){
  .grid { grid-template-columns: repeat(4, 1fr); }
  .grid > .card:nth-of-type(13) { grid-column: 2 / span 1; }
  .grid > .card:nth-of-type(14) { grid-column: 3 / span 1; }
}

/* Mobile ≤600px: 2 cols */
@media(max-width:600px){
  .grid { grid-template-columns: repeat(2, 1fr); }
}

/* Very small screens adjustments */
@media(max-width:400px){
  #home-hero-banner h1 { font-size: 2rem; }
  #hero-section p { font-size: 1rem; }
  .icon { font-size: 2rem; }
}/* End custom CSS */