/* Top bar — Elementor 45552257
   Left: phone (Vector.png) + email (messege-icon.png); right: social #FFA722
   Boxed 1260px; stack / reflow at 1024 and 767 */

.gcs-topbar {
  background-color: #000000;
  box-sizing: border-box;
  margin: 0;
  padding: 10px 15px 5px 15px;
}

.gcs-topbar *,
.gcs-topbar *::before,
.gcs-topbar *::after {
  box-sizing: border-box;
}

.gcs-topbar__inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1260px;
  width: 100%;
}

.gcs-topbar__contact {
  align-items: stretch;
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  min-width: 0;
}

.gcs-topbar__phone {
  border-right: 1px solid #232323;
  color: #ffffff;
  font-family: "Roboto", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.gcs-topbar__phone p {
  background-image: url("../img/Vector.png");
  background-position: 0 3px;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0 0 0 30px;
}

.gcs-topbar__email {
  color: #ffffff;
  font-family: "Roboto", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  margin: 0 0 0 15px;
  padding: 0;
}

.gcs-topbar__email a {
  background-image: url("../img/messege-icon.png");
  background-position: 0 6px;
  background-repeat: no-repeat;
  display: inline-block;
  padding: 0 0 0 35px;
}

.gcs-topbar__phone a,
.gcs-topbar__email a {
  color: #ffffff;
  text-decoration: none;
}

.gcs-topbar__phone a:hover,
.gcs-topbar__email a:hover,
.gcs-topbar__phone a:focus,
.gcs-topbar__email a:focus {
  color: var(--gcs-orange, #ffa722);
  opacity: 1;
}

.gcs-topbar__social {
  flex: 0 0 auto;
  margin: 0;
  text-align: right;
}

.gcs-topbar__social-list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.gcs-topbar__social-list li {
  line-height: 0;
  margin: 0;
  padding: 0;
}

.gcs-topbar__social-link {
  align-items: center;
  background-color: #050505;
  border-radius: 10%;
  color: #ffa722;
  display: inline-flex;
  height: 19px;
  justify-content: center;
  line-height: 19px;
  text-decoration: none;
  width: 19px;
}

.gcs-topbar__social-link:hover,
.gcs-topbar__social-link:focus {
  color: #ffffff;
  opacity: 1;
}

.gcs-topbar__social-link svg {
  display: block;
  fill: currentColor;
  height: 19px;
  width: 19px;
}

/* Desktop — phone/email share of contact row (Elementor min-width 768) */
@media (min-width: 768px) {
  .gcs-topbar__contact {
    width: 50%;
  }

  .gcs-topbar__phone {
    width: 27%;
  }

  .gcs-topbar__email {
    width: calc(73% - 15px);
  }

  .gcs-topbar__social {
    width: 50%;
  }
}

/* Tablet — Elementor max-width 1024 */
@media (max-width: 1024px) {
  .gcs-topbar {
    padding: 10px 15px 10px 15px;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .gcs-topbar__phone {
    width: 38%;
  }

  .gcs-topbar__email {
    margin-left: 15px;
    width: 50%;
  }
}

/* Mobile — Elementor max-width 767 */
@media (max-width: 767px) {
  .gcs-topbar {
    margin: 0;
    padding: 8px 15px;
  }

  .gcs-topbar__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .gcs-topbar__contact {
    width: 100%;
    flex-direction: column;
    gap: 6px;
  }

  .gcs-topbar__phone {
    width: 100%;
    border-right: 0;
    font-size: 13px;
    line-height: 1.4;
  }

  .gcs-topbar__phone p {
    background-position: 0 2px;
    padding-left: 26px;
  }

  .gcs-topbar__email {
    margin-left: 0;
    width: 100%;
    font-size: 13px;
    line-height: 1.4;
  }

  .gcs-topbar__email a {
    background-position: 0 4px;
    padding-left: 30px;
    word-break: break-word;
  }

  .gcs-topbar__social {
    margin-top: 2px;
    text-align: center;
    width: 100%;
  }

  .gcs-topbar__social-link {
    width: 32px;
    height: 32px;
  }

  .gcs-topbar__social-link svg {
    width: 16px;
    height: 16px;
  }
}
