:root {
  --navy: #062a52;
  --deep: #021a35;
  --blue: #0a66c2;
  --line: #dfe8f4;
  --text: #0d2545;
  --muted: #5e718a;
  --red: #c91520;
  --paper: #ffffff;
  --soft: #f4f8fc;
  --shadow: 0 14px 36px rgba(10, 45, 88, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.45;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 64px;
  padding: 0 34px;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #e6edf5;
  box-shadow: 0 4px 14px rgba(8, 34, 65, 0.06);
}

.brand {
  display: inline-grid;
  min-width: 98px;
  color: var(--red);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

.brand span {
  font-size: 38px;
  letter-spacing: 0;
}

.brand small {
  color: #525d66;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex: 1;
  color: #1c2d3f;
  font-size: 14px;
  font-weight: 600;
}

.nav-links a,
.language {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
}

.nav-links svg,
.language svg {
  width: 14px;
  height: 14px;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.language {
  border: 0;
  background: transparent;
  color: #1f3145;
  cursor: pointer;
}

.quote-btn,
.primary-btn,
.secondary-btn,
.contact-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 4px;
  font-weight: 800;
  font-size: 14px;
}

.quote-btn,
.primary-btn,
.contact-form button {
  color: #fff;
  background: var(--red);
}

.quote-btn {
  width: 150px;
}

.hero {
  position: relative;
  min-height: 560px;
  width: 100%;
  overflow: hidden;
  color: #fff;
  background: url("./img/background-img.png") no-repeat;
  background-size: 100% 100%;
}

.hero::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 188px;
  background:
    linear-gradient(90deg, rgba(14, 126, 255, 0.22), rgba(11, 172, 255, 0.06)),
    repeating-linear-gradient(104deg, rgba(31, 167, 255, 0.5) 0 2px, transparent 2px 74px);
  clip-path: polygon(0 44%, 100% 8%, 100% 100%, 0 100%);
  opacity: 0.85;
}

.hero::after {
  content: "";
  position: absolute;
  left: -4%;
  right: -4%;
  bottom: -155px;
  height: 300px;
  border-radius: 50%;
  border: 2px solid rgba(56, 178, 255, 0.55);
  box-shadow: inset 0 0 55px rgba(0, 162, 255, 0.45), 0 0 70px rgba(0, 132, 255, 0.35);
}

.hero-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(90, 172, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(90, 172, 255, 0.08) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(to bottom, transparent 0, #000 34%, #000 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(650px, 52vw);
  /* padding: 118px 0 70px 98px; */
  top: 360px;
  left: 260px;
}

.hero h1 {
  margin: 0;
  max-width: 650px;
  color: #fff;
  font-size: clamp(38px, 4.2vw, 58px);
  line-height: 1.12;
  letter-spacing: 0;
}

.hero p {
  max-width: 540px;
  margin: 28px 0 0;
  font-size: 18px;
  font-weight: 600;
}

.hero-actions {
  display: flex;
  gap: 18px;
  margin-top: 34px;
}

.primary-btn,
.secondary-btn {
  width: 166px;
}

.secondary-btn {
  border: 1px solid rgba(255, 255, 255, 0.85);
  color: #fff;
  background: rgba(3, 24, 55, 0.36);
}

.hero-product {
  position: absolute;
  z-index: 2;
  right: 250px;
  bottom: 32px;
  width: 380px;
  height: 430px;
}

.energy-ring {
  position: absolute;
  left: -80px;
  top: 42px;
  width: 540px;
  height: 168px;
  border: 4px solid #29b5ff;
  border-radius: 50%;
  transform: rotate(-9deg);
  filter: drop-shadow(0 0 18px #20b3ff);
  opacity: 0.9;
}

.ring-two {
  top: 86px;
  height: 132px;
  transform: rotate(12deg);
  opacity: 0.45;
}

.cabinet {
  position: absolute;
  background: linear-gradient(90deg, #f9fafb 0%, #e9edf2 42%, #c9d0d8 43%, #f6f7f9 47%, #d8dde4 100%);
  border: 2px solid #c5cbd2;
  border-radius: 4px;
  box-shadow: 18px 24px 36px rgba(0, 8, 20, 0.34);
}

.cabinet::before {
  content: "";
  position: absolute;
  right: -31px;
  top: 17px;
  width: 30px;
  height: calc(100% - 28px);
  background: linear-gradient(90deg, #b7bec8, #eef1f5);
  border: 2px solid #b7bec8;
  transform: skewY(-5deg);
  transform-origin: left top;
}

.cabinet::after {
  content: "";
  position: absolute;
  left: -2px;
  right: -35px;
  bottom: -18px;
  height: 20px;
  background: linear-gradient(90deg, #19212c, #343c47);
  border-radius: 0 0 4px 4px;
}

.cabinet.big {
  left: 58px;
  top: 72px;
  width: 250px;
  height: 360px;
}

.cabinet.medium {
  position: relative;
  width: 214px;
  height: 310px;
  margin: 0 auto;
  box-shadow: 12px 18px 30px rgba(33, 55, 80, 0.2);
}

.cabinet .logo {
  position: absolute;
  left: 24px;
  top: 30px;
  color: var(--red);
  font-size: 22px;
  font-weight: 900;
}

.cabinet .screen {
  position: absolute;
  left: 89px;
  top: 116px;
  width: 38px;
  height: 54px;
  background: #4d5b65;
  border: 5px solid #2c3741;
  box-shadow: inset 0 0 0 2px #778794;
}

.cabinet .handle {
  position: absolute;
  left: 93px;
  top: 190px;
  width: 16px;
  height: 48px;
  background: #313a42;
  border-radius: 2px;
}

.cabinet .vent {
  position: absolute;
  right: 28px;
  top: 28px;
  width: 66px;
  height: 276px;
  background: repeating-linear-gradient(90deg, #8e969e 0 2px, transparent 2px 7px);
  opacity: 0.7;
}

.cabinet .warning {
  position: absolute;
  left: 72px;
  bottom: 70px;
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  color: #111;
  background: #ffd22e;
  clip-path: polygon(50% 0, 100% 92%, 0 92%);
  font-weight: 900;
  font-size: 16px;
}

.dashboard {
  position: absolute;
  z-index: 3;
  right: 66px;
  top: 90px;
  display: grid;
  gap: 12px;
  width: 150px;
}

.dash-card {
  min-height: 70px;
  padding: 13px 16px;
  border: 1px solid rgba(81, 169, 255, 0.42);
  border-radius: 8px;
  background: rgba(5, 35, 73, 0.72);
  box-shadow: inset 0 0 24px rgba(42, 170, 255, 0.12);
  backdrop-filter: blur(8px);
}

.dash-card span,
.dash-card small {
  display: block;
  color: #d3ebff;
  font-size: 10px;
  font-weight: 700;
}

.dash-card strong {
  display: block;
  margin-top: 6px;
  color: #fff;
  font-size: 21px;
}

.dash-card.gauge {
  display: grid;
  place-items: center;
  min-height: 110px;
  text-align: center;
}

.dash-card.gauge strong {
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  border: 8px solid #338aff;
  border-bottom-color: rgba(72, 150, 255, 0.22);
  border-radius: 50%;
}

.sparkline {
  height: 27px;
  margin-top: 7px;
  background: linear-gradient(135deg, transparent 0 20%, #33b8ff 21% 23%, transparent 24% 39%, #33b8ff 40% 42%, transparent 43% 58%, #33b8ff 59% 61%, transparent 62% 100%);
  border-bottom: 1px solid rgba(72, 181, 255, 0.35);
}

.section {
  width: min(1180px, calc(100% - 80px));
  margin: 0 auto;
  padding: 20px 0 0;
}

.section.compact {
  padding-top: 20px;
}

.section-title {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
  text-align: center;
}

.section-title h2,
.why h2 {
  position: relative;
  margin: 0;
  color: #08284f;
  font-size: 28px;
  line-height: 1.2;
}

.section-title h2::after,
.why h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 28px;
  height: 3px;
  background: var(--red);
  transform: translateX(-50%);
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.benefit-grid article {
  min-height: 150px;
  padding: 24px 22px;
  text-align: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 6px 20px rgba(19, 49, 84, 0.05);
}

.benefit-grid svg,
.feature-list svg,
.stats svg,
.factory-intro svg {
  color: #093c78;
  width: 48px;
  height: 48px;
}

h3 {
  margin: 0;
}

.benefit-grid h3 {
  margin-top: 10px;
  font-size: 15px;
}

.benefit-grid p,
.feature-list p,
.factory p,
.why p,
.project-card dd,
.news h3,
.footer-bottom p {
  color: var(--muted);
  font-size: 13px;
}

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

.scenario {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 188px;
  overflow: hidden;
  color: #fff;
  text-align: center;
  border-radius: 7px;
  background: var(--photo) center / cover;
  box-shadow: var(--shadow);
}

.scenario::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 20, 42, 0.06), rgba(0, 15, 33, 0.68));
}

.scenario svg,
.scenario h3 {
  position: relative;
  z-index: 1;
}

.scenario svg {
  width: 54px;
  height: 54px;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.35));
}

.scenario h3 {
  margin-top: 58px;
  font-size: 18px;
  text-shadow: 0 2px 9px rgba(0, 0, 0, 0.45);
}

.spec-layout {
  display: grid;
  grid-template-columns: 1.08fr 0.86fr 1fr;
  gap: 40px;
  align-items: center;
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(17, 48, 83, 0.06);
}

.spec-table th {
  padding: 12px 16px;
  color: #fff;
  background: #06376a;
  font-size: 14px;
}

.spec-table td {
  padding: 8px 16px;
  border: 1px solid var(--line);
  font-size: 12px;
}

.spec-table td:first-child {
  width: 43%;
  color: #4d6074;
  background: #f3f6fa;
  font-weight: 700;
}

.product-stage {
  display: grid;
  place-items: center;
  min-height: 360px;
  background: radial-gradient(circle at center, rgba(10, 80, 150, 0.1), transparent 63%);
}

.feature-list {
  display: grid;
  gap: 0;
  padding: 24px;
  border-radius: 8px;
  background: #f6f9fd;
}

.feature-list article {
  display: flex;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid #d9e4f0;
}

.feature-list article:last-child {
  border-bottom: 0;
}

.feature-list svg {
  flex: 0 0 auto;
}

.feature-list h3 {
  font-size: 15px;
}

.feature-list p {
  margin: 7px 0 0;
}

.architecture {
  padding-top: 30px;
}

.flow {
  display: grid;
  grid-template-columns: 1fr 40px 1fr 40px 1fr 40px 1fr 40px 1fr;
  align-items: center;
  padding: 24px 28px;
  background: #f6f9fd;
  border-radius: 7px;
}

.flow-node {
  display: grid;
  place-items: center;
  gap: 8px;
  min-height: 104px;
  color: #093c78;
  font-weight: 800;
}

.flow-node svg {
  width: 58px;
  height: 58px;
}

.flow-node.ems {
  border: 2px dashed #6e8eb3;
  border-radius: 7px;
  background: #fff;
}

.flow-arrow {
  color: #073c78;
}

.why {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 46px;
  align-items: center;
  padding-top: 38px;
}

.why h2::after {
  left: 0;
  transform: none;
}

.why p {
  margin: 22px 0 16px;
  font-size: 14px;
}

.why ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #203a58;
  font-size: 14px;
  font-weight: 600;
}

.why li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.why li svg {
  width: 17px;
  height: 17px;
  color: var(--red);
}

.why-photo {
  min-height: 270px;
  border-radius: 8px;
  background:
    linear-gradient(0deg, rgba(3, 19, 38, 0.08), rgba(3, 19, 38, 0.08)),
    url("https://images.unsplash.com/photo-1497440001374-f26997328c1b?auto=format&fit=crop&w=1400&q=82") center / cover;
  box-shadow: var(--shadow);
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  padding-top: 36px;
}

.stats article {
  display: grid;
  grid-template-columns: 58px 1fr;
  column-gap: 18px;
  align-items: center;
  min-height: 112px;
  padding: 18px 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 7px 20px rgba(17, 48, 83, 0.05);
}

.stats svg {
  grid-row: span 3;
  color: var(--red);
}

.stats strong {
  color: var(--red);
  font-size: 30px;
  line-height: 1;
}

.stats span {
  font-weight: 800;
}

.stats small {
  color: var(--muted);
}

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

.project-card,
.factory article,
.news article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(17, 48, 83, 0.06);
}

.project-card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.project-card>div {
  padding: 14px 16px 16px;
}

.project-card h3 {
  font-size: 15px;
}

.project-card p {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 8px 0 14px;
  color: #50667f;
  font-size: 12px;
}

.project-card p svg {
  width: 13px;
  height: 13px;
}

.project-card dl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 18px;
  margin: 0;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.project-card dt {
  color: #687b90;
  font-size: 11px;
  font-weight: 700;
}

.project-card dd {
  margin: 2px 0 0;
  color: #0a2a50;
  font-weight: 800;
}

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

.factory article {
  padding-bottom: 16px;
}

.factory article img {
  width: 100%;
  height: 126px;
  object-fit: cover;
}

.factory h3,
.factory p {
  padding: 0 16px;
}

.factory h3 {
  margin-top: 12px;
  color: #0b2c52;
  font-size: 15px;
  text-align: center;
}

.factory p {
  margin: 6px 0 0;
}

.factory-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
}

.factory-intro h3,
.factory-intro p {
  padding: 0;
  text-align: left;
}

.section-heading-row {
  position: relative;
}

.section-heading-row>a {
  position: absolute;
  right: 0;
  top: 6px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #0b4c91;
  font-size: 13px;
  font-weight: 800;
}

.section-heading-row svg {
  width: 15px;
  height: 15px;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.news article img {
  width: 100%;
  height: 106px;
  object-fit: cover;
}

.news time,
.news h3 {
  display: block;
  padding: 0 12px;
}

.news time {
  margin-top: 10px;
  color: #6d7f91;
  font-size: 11px;
}

.news h3 {
  margin: 7px 0 14px;
  color: #0b2a4f;
  font-size: 12px;
  font-weight: 800;
}

.site-footer {
  margin-top: 30px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(3, 28, 58, 0.98), rgba(4, 48, 89, 0.93)),
    url("https://images.unsplash.com/photo-1451187580459-43490279c0fa?auto=format&fit=crop&w=1800&q=80") center / cover;
}

.footer-cta,
.footer-bottom {
  width: min(1180px, calc(100% - 80px));
  margin: 0 auto;
}

.footer-cta {
  display: grid;
  grid-template-columns: 0.84fr 1.16fr;
  gap: 48px;
  align-items: center;
  padding: 42px 0 34px;
}

.cta-copy h2 {
  max-width: 480px;
  margin: 0;
  color: #fff;
  font-size: 30px;
  line-height: 1.16;
}

.cta-copy p {
  max-width: 560px;
  color: #d7e7f8;
  font-size: 14px;
}

.cta-icons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 30px;
}

.cta-icons span {
  display: grid;
  gap: 8px;
  justify-items: center;
  color: #e4f1ff;
  text-align: center;
  font-size: 12px;
  font-weight: 800;
}

.cta-icons svg {
  width: 44px;
  height: 44px;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 20px;
  padding: 24px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(0, 13, 31, 0.36);
}

.contact-form label {
  display: grid;
  gap: 6px;
  color: #30455d;
  font-size: 12px;
  font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 40px;
  padding: 0 12px;
  color: #17304c;
  border: 1px solid #d8e1eb;
  border-radius: 3px;
  background: #fff;
  outline: 0;
}

.contact-form textarea {
  min-height: 90px;
  padding-top: 10px;
  resize: vertical;
}

.contact-form .message {
  grid-row: span 2;
}

.contact-form button {
  width: 220px;
  min-height: 42px;
  border: 0;
  cursor: pointer;
}

.footer-bottom {
  display: grid;
  grid-template-columns: 1.2fr repeat(4, 1fr);
  gap: 34px;
  padding: 26px 0 30px;
  border-top: 1px solid rgba(174, 207, 238, 0.26);
}

.footer-brand span {
  color: #fff;
}

.footer-brand small {
  color: #adc7df;
}

.footer-bottom h3 {
  margin: 0 0 10px;
  font-size: 13px;
}

.footer-bottom a,
.footer-bottom p {
  display: block;
  margin: 6px 0;
  color: #bfd3e6;
  font-size: 12px;
}

.subscribe {
  display: flex;
  margin-top: 12px;
}

.subscribe input {
  min-width: 0;
  flex: 1;
  min-height: 34px;
  padding: 0 10px;
  border: 0;
  border-radius: 3px 0 0 3px;
}

.subscribe button {
  display: grid;
  place-items: center;
  width: 44px;
  border: 0;
  color: #fff;
  background: var(--red);
  border-radius: 0 3px 3px 0;
}

.float-bottom {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 1180px;
  height: 10vh;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  background-color: rgba(0, 106, 255, 0.95);
  color: #fff;
  font-size: 25px;
}

.float-bottom img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.whatsapp,
.email,
.phone {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1100px) {
  .site-header {
    padding: 0 22px;
    gap: 18px;
  }

  .nav-links {
    gap: 16px;
    font-size: 12px;
  }

  .hero-content {
    width: min(560px, 62vw);
    padding-left: 54px;
  }

  .hero-product {
    right: 150px;
    transform: scale(0.88);
    transform-origin: right bottom;
  }

  .dashboard {
    right: 32px;
  }

  .spec-layout,
  .why,
  .footer-cta {
    grid-template-columns: 1fr;
  }

  .product-stage {
    min-height: 330px;
  }

  .stats,
  .benefit-grid,
  .factory-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .news-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 760px) {
  .site-header {
    position: static;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 14px 18px;
  }

  .brand span {
    font-size: 30px;
  }

  .nav-links {
    order: 3;
    flex: 0 0 100%;
    justify-content: flex-start;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .header-actions {
    margin-left: auto;
  }

  .quote-btn {
    width: 120px;
  }

  .hero {
    min-height: 780px;
  }

  .hero-content {
    width: auto;
    padding: 48px 24px 0;
  }

  .hero h1 {
    font-size: 38px;
  }

  .hero p {
    font-size: 16px;
  }

  .hero-actions {
    flex-wrap: wrap;
  }

  .hero-actions .primary-btn,
  .hero-actions .secondary-btn {
    width: calc(50% - 9px);
    min-width: 0;
  }

  .hero-product {
    right: 50%;
    bottom: 70px;
    transform: translateX(50%) scale(0.82);
  }

  .dashboard {
    left: 18px;
    right: 18px;
    top: auto;
    bottom: 18px;
    grid-template-columns: repeat(2, 1fr);
    width: auto;
  }

  .dash-card.gauge {
    min-height: 100px;
  }

  .section,
  .footer-cta,
  .footer-bottom {
    width: min(100% - 32px, 1180px);
  }

  .benefit-grid,
  .scenario-grid,
  .stats,
  .project-grid,
  .factory-grid,
  .news-grid,
  .footer-bottom {
    grid-template-columns: 1fr;
  }

  .flow {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .flow-arrow {
    transform: rotate(90deg);
    justify-self: center;
  }

  .section-heading-row>a {
    position: static;
    justify-content: flex-end;
    margin: -8px 0 10px;
  }

  .contact-form {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .contact-form .message {
    grid-row: auto;
  }

  .contact-form button {
    width: 100%;
  }

  .cta-icons {
    grid-template-columns: 1fr;
  }

  .float-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content:center;
    width: 358px;
    height: 10vh;
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    background-color: rgba(0, 106, 255, 0.95);
    color: #fff;
    font-size: 15px;
  }

  .float-bottom img {
    width: 15px;
    height: 15px;
    margin-right: 5px;
  }

  .whatsapp,
  .email,
  .phone {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
  }
}