.elementor-12187 .elementor-element.elementor-element-13366e21{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(max-width:767px){.elementor-12187 .elementor-element.elementor-element-6debfeb4{margin:-10px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for text-editor, class: .elementor-element-6debfeb4 */body {
  font-family: 'Inter', system-ui, sans-serif;
  margin: 0;
  background: #f8fafc;
  color: #194979;
}

/* HERO */
.hero {
  background: linear-gradient(135deg, #0a1633 0%, #000 100%);
  color: white;
  text-align: center;
  padding: 100px 20px 120px;
}
.hero h1 { font-size: 2.8rem; margin-bottom: 1rem; }
.hero p { max-width: 700px; margin: 0 auto 2rem; color: #e5e7eb; }
.hero-buttons { display: flex; justify-content: center; gap: 15px; }

/* BUTTONS */
.btn-primary {
  background: #facc15;
  color: #111;
  padding: 14px 34px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}
.btn-primary:hover { background: #f8fafc; color: #000; transform: translateY(-3px); }
.btn-outline {
  border: 2px solid white;
  color: white;
  padding: 14px 34px;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.btn-outline:hover { background: rgba(255,255,255,0.1); }

/* TRUST CARDS */
.trust-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 25px;
  max-width: 1100px;
  margin: -60px auto 3rem;
  padding: 0 20px;
}
.trust-cards .card {
  background: white;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
  text-align: center;
  transition: all 0.3s ease;
}
.trust-cards .card:hover { transform: translateY(-6px); }

/* ABOUT */
.about { max-width: 1200px; margin: 3rem auto; padding: 0 20px; }
.about-content { display: flex; align-items: center; flex-wrap: wrap; gap: 40px; }
.about-text ul { list-style: none; padding: 0; }
.about-text li::before { content: "✔ "; color: #16a34a; }

/* PROFESSIONAL INSTALLATION */
.expertise {
  background: linear-gradient(180deg, #f1f5f9 0%, #e8eef5 100%);
  padding: 4rem 20px;
}
.expertise-wrapper {
  max-width: 900px;
  margin: 0 auto;
  background: white;
  border-radius: 20px;
  padding: 50px 40px;
  box-shadow: 0 12px 28px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}
.expertise-wrapper:hover { transform: translateY(-4px); }
.expertise h2 { color: #194979; font-size: 2rem; margin-bottom: 1rem; }
.expertise p { color: #334155; line-height: 1.6; margin-bottom: 1.5rem; }
.expertise ul { list-style: none; padding: 0; }
.expertise li { margin-bottom: 0.8rem; font-size: 1rem; display: flex; align-items: center; gap: 8px; color: #194979; }

/* CTA */
.cta-banner {
  background: linear-gradient(135deg, #0b1f4e 0%, #000 100%);
  color: white;
  text-align: center;
  padding: 70px 20px;
  border-radius: 15px;
  margin: 3rem auto;
  max-width: 1100px;
}

/* RELATED */
.related { max-width: 1200px; margin: 3rem auto; padding: 0 20px; text-align: center; }

/* COMMERCIAL AREAS */
.service-areas {
  text-align: center;
  margin: 3rem auto;
  padding: 3rem 20px;
  background: #f1f5f9;
  border-radius: 15px;
  max-width: 1000px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}
.service-areas h3 { color: #194979; font-size: 1.6rem; margin-bottom: 1.8rem; }
.dropdown-container { display: flex; justify-content: center; gap: 25px; flex-wrap: wrap; }
.dropdown { position: relative; display: inline-block; }
.dropbtn {
  background-color: #194979;
  color: #fff;
  padding: 14px 24px;
  font-size: 1rem;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
}
.dropbtn:hover { background-color: #facc15; color: #111; transform: translateY(-2px); }
.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 230px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.15);
  border-radius: 10px;
  z-index: 99;
  text-align: left;
  max-height: 300px;
  overflow-y: auto;
  border: 1px solid #e2e8f0;
}
.dropdown-content a {
  color: #194979;
  padding: 10px 16px;
  text-decoration: none;
  display: block;
  transition: all 0.2s ease;
}
.dropdown-content a:hover { background-color: #f1f5f9; color: #000; }
.dropdown:hover .dropdown-content { display: block; }

/* RESPONSIVE */
@media (max-width: 768px) {
  .about-content { flex-direction: column; text-align: center; }
  .dropdown-container { flex-direction: column; align-items: center; }
}/* End custom CSS */