a:hover {
  color: #ff6600 !important;
}

.bg-secondary-08 {
  background-color: rgba(255, 102, 0, 0.8);
}

.bg-primary-01 {
  background-color: rgba(0, 49, 100, 0.1);
}

.bg-primary-02 {
  background-color: rgba(0, 49, 100, 0.2);
}

.pb-120 {
  padding-bottom: 120px;
}

.py-custom-about-us-page {
  padding-top: 55px;
  padding-bottom: 80px;
}

.filter-grayscale {
  filter: grayscale(100%);
}

.filter-grayscale:hover {
  filter: grayscale(0%);
}

.text-justify {
  text-align: justify;
}

.whatsapp-float {
    position: fixed;
    bottom: 90px;
    right: 30px;
    z-index: 9999;
}

.whatsapp-float .whatsapp-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #25d366;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 2rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: background 0.2s;
    text-decoration: none;
}

.whatsapp-float .whatsapp-button:hover {
    background: #1aa74c;
    color: #fff !important;
}

.custom-cards-about-us-page {
  @media (min-width: 992px) and (max-width: 1199px) {
    height: 485px;
  }
  @media (min-width: 1200px) and (max-width: 1399px) {
    height: 625px;
  }
  @media (min-width: 1400px) {
    height: 375px;
  }
  h3:hover {
    color: #ff6600;
  }
}

#map {
  height: 400px;
  width: 100%;
}

#page-single-details {
  h2 {
    font-size: 32px;
    text-align: center;
  }
  p {
    text-align: center;
  }
}
@media (min-witdh: 1200px) {
  .px-12 {
    padding-left: 120px;
    padding-right: 120px;
  }
}

@media (max-width: 1199px) {
  .custom-flex-break {
    flex-direction: column;
    align-items: center;
  }
  .custom-width-contact {
    width: 100%;
    margin: auto;
  }
  .custom-width-maps {
    width: 100%;
  }
}

.fs-md-5 {
  @media (min-width: 992px) and (max-width: 1199px) {
    font-size: .8rem !important;
  }
  @media (min-width: 1200px) and (max-width: 1399px) {
    font-size: 1rem !important;
  }
  @media (min-width: 1400px) {
    font-size: 1.1rem !important;
  }
}

