.elementor-kit-35{--e-global-color-primary:#1E88E5;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#2BB673;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-35 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: #f7fbfa;
  color: #1f2d2a;
  line-height: 1.6;
}

a {
  color: inherit;
}

.container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 20px;
}

.topbar {
  background: #0f1720;
  color: #ffffff;
  text-align: center;
  padding: 10px 15px;
  font-size: 14px;
}

.topbar a {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}

.header {
  background: #0f1720;
  border-bottom: 1px solid rgba(255,255,255,0.12);
  position: sticky;
  top: 0;
  z-index: 100;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.logo img {
  height: 58px;
  width: auto;
  display: block;
}

.nav-links {
  display: flex;
  gap: 22px;
  align-items: center;
  flex-wrap: wrap;
}

.nav-links a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
}

.nav-links a:hover {
  color: #2bb673;
}

.hero {
  background: linear-gradient(135deg, #e8f7f1 0%, #ffffff 55%, #eef6fb 100%);
  padding: 60px 0;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 40px;
  align-items: center;
}

.hero h1 {
  font-size: clamp(34px, 5vw, 54px);
  line-height: 1.1;
  margin: 0 0 18px;
  color: #0f1720;
}

.hero p {
  font-size: 19px;
  color: #5f6f6b;
  margin: 0 0 22px;
}

.hero img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 14px 38px rgba(15, 23, 32, 0.16);
}

.btn {
  display: inline-block;
  padding: 13px 22px;
  border-radius: 999px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  font-weight: 800;
  font-size: 15px;
}

.btn-primary {
  background: linear-gradient(135deg, #2bb673, #1e88e5);
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(30, 136, 229, 0.22);
}

.btn-primary:hover {
  background: linear-gradient(135deg, #23965e, #1669b2);
  transform: translateY(-1px);
}

.section {
  padding: 55px 0;
}

.section h2 {
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.15;
  margin: 0 0 25px;
  color: #0f1720;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.card {
  background: #ffffff;
  padding: 24px;
  border-radius: 16px;
  border: 1px solid #dbe7e2;
  box-shadow: 0 8px 24px rgba(15, 23, 32, 0.07);
  font-weight: 700;
  color: #0f1720;
}

.card p {
  font-weight: 400;
  color: #5f6f6b;
}

.form {
  max-width: 620px;
  background: #ffffff;
  padding: 26px;
  border-radius: 18px;
  border: 1px solid #dbe7e2;
  box-shadow: 0 12px 34px rgba(15, 23, 32, 0.09);
}

.form input,
.form textarea,
.form select {
  width: 100%;
  margin-bottom: 12px;
  padding: 13px 14px;
  border-radius: 10px;
  border: 1px solid #ccd8d4;
  font-size: 15px;
  font-family: inherit;
}

.form textarea {
  min-height: 120px;
  resize: vertical;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
  outline: none;
  border-color: #1e88e5;
  box-shadow: 0 0 0 4px rgba(30, 136, 229, 0.12);
}

.footer {
  background: #0f1720;
  color: #ffffff;
  text-align: center;
  padding: 28px 20px;
}

.footer a {
  color: #ffffff;
}

.whatsapp {
  position: fixed;
  bottom: 22px;
  right: 22px;
  background: #25d366;
  color: #ffffff;
  width: 62px;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 28px;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  z-index: 999;
  transition: 0.2s ease;
}

.whatsapp:hover {
  transform: scale(1.08);
}

@media (max-width: 850px) {
  .nav {
    flex-direction: column;
    text-align: center;
  }

  .logo img {
    height: 50px;
  }

  .nav-links {
    justify-content: center;
    gap: 14px;
  }

  .hero-grid,
  .grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding: 42px 0;
  }

  .hero h1 {
    font-size: 34px;
  }
}/* End custom CSS */