.quote-one__form .input-box textarea {
  position: relative;
  display: block;
  height: 50px;
  width: 100%;
  background-color: transparent;
  padding-left: 20px;
  padding-right: 40px;
  outline: none;
  font-size: 14px;
  font-weight: 400;
  color: var(--logistiq-gray);
  border-radius: 2px;
  font-family: var(--logistiq-font);
  width: 100%;
  height: 120px;
  padding-top: 11px;
  outline: none;
  resize: none;
}

.page-header{
    margin-top:-67px;
}

.features-two__single h2{
  color: var(--logistiq-white);
}

.testimonial-one__single .icon {
  width: 100px !important;
  height: 100px !important;
  border-bottom-left-radius: 55px !important;
  border-bottom-right-radius: 55px !important;
}

.contact-page__bottom-inner #contact li:first-child {
  padding-left: 60px;
}
.contact-page__bottom-inner #contact li {
  position: relative;
  display: block;
  padding-right: 60px;
  margin-right: 55px;
}

.service-one .sec-title__title {
  color: var(--logistiq-white);
}
.service-one{
  background-color: var(--logistiq-black);
}

.base-color{
  color: var(--logistiq-base);
  font-size: 14px;
}

.alert {
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 4px;
}
.alert-success {
    background-color: #d4edda;
    color: #155724;
}
.alert-danger {
    background-color: #f8d7da;
    color: #721c24;
}

.social-heading{
  color: var(--logistiq-white);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 999;
  background-color: #25D366;
  border-radius: 50%;
  padding: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

.whatsapp-float img {
  width: 48px;
  height: 48px;
}
