/* First-viewport styles for homepage — keep small; full CSS loads async */
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
  flex-shrink: 0;
}

.top-header-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
  padding: 12px 0;
  color: #fff !important;
  font-family: "Poppins", sans-serif;
  background-color: #0255a4;
  display: flex;
  align-items: center;
}

.top-header-wrapper .row {
  align-items: center;
}

.top-header-wrapper .top-contact {
  list-style: none;
  margin-bottom: 0;
}

.top-header-wrapper .top-contact li.mail,
li.phone {
  display: inline-block;
  margin-right: 10px;
  color: #fff !important;
}

ul.top-contact li {
  font-size: 14px;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
}

ul.top-contact li a {
  color: #fff;
  text-decoration: none;
}

ul.top-contact li .icon {
  margin-right: 0.35em;
  width: 0.9em;
  height: 0.9em;
}

.top-social ul.social-list {
  list-style: none;
  color: #fff !important;
  margin: 0;
}

.top-social ul.social-list li {
  display: inline-block;
  margin: 0 5px;
}

.top-social ul.social-list li a {
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.top-social ul.social-list li .icon {
  width: 0.875em;
  height: 1em;
}

.top-social ul.social-list li .quote-btn {
  background: #fff;
  color: #0255a4 !important;
}

.quote-btn {
  color: #fff;
  background-color: #0255a4;
  border: 1px solid transparent;
  padding: 0.3rem 0.75rem;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0.25rem;
  margin-left: 15px;
  font-family: "Poppins", sans-serif;
}

.hero-section {
  background-image: none;
  background-size: cover;
  width: 100%;
  padding: 200px 0;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  background-color: #000;
  overflow: hidden;
}

.hero-section .hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  margin: 0;
  pointer-events: none;
}

.hero-section .hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-section .slider-caption {
  position: relative;
  z-index: 2;
  color: #fff;
}

.hero-section .slider-caption .subtitle {
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  color: #fff;
}

.hero-section .slider-caption .title {
  font-family: "Poppins", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 1.25rem;
  color: #fff;
}

.cargoy-btn-red-2 {
  background-color: #a21d22;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 0.9rem;
  line-height: 1em;
  outline: none;
  padding: 12px 25px;
  position: relative;
  margin-top: 10px;
  text-decoration: none;
}

@media (max-width: 767px) {
  .hero-section {
    padding: 140px 0;
  }

  .hero-section .slider-caption .title {
    font-size: 2rem;
  }
}
