@font-face {
  font-family: 'Optima';
  src: url('/sites/default/files/fonts/Optima_B.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Monteserrat';
  src: url('/sites/default/files/fonts/Montserrat-SemiBold.woff2') format('woff2');
  font-display: swap;
}

/* Header Text Styling */
.parapet-service-homepage-header-text {
    background: #ffffff;
    padding: 3rem 2rem;
    text-align: center;
}

.parapet-service-homepage-header-text h1 {
    color: #333;
    font-size: 1.8rem;
    font-weight: 700;
    font-family: 'Optima';
    margin: 0 0 1rem 0;
    letter-spacing: -0.5px;
    text-transform: uppercase !important;
}

.parapet-service-homepage-header-text p {
    color: #7f8c8d;
    font-size: 1.1rem;
    font-family: 'Monteserrat';
    margin: 0;
    font-weight: 400;
}
.custom-dropdown-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin: 2rem auto;
}

.custom-dropdown-toggle {
  font-family: 'Monteserrat';
  background: transparent;
  color: #00BFFF;
  border: none;
  border-bottom: 2px solid #00BFFF;
  font-size: 1.1rem;
  font-weight: 500;
  font-style: italic;
  padding: 1rem 2rem 1rem 1rem;
  cursor: pointer;
  width: 100%;
  min-width: 320px;
  max-width: 500px;
  background-image: url("/sites/default/files/2025-06/arrow-services-header.png");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1rem;
  text-align: center;
  box-sizing: border-box;
  display: block;
}

.custom-dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  background: white;
  border: 2px solid #00BFFF;
  border-top: none;
  width: 100%;
  min-width: 320px;
  max-width: 500px;
  font-family: 'Monteserrat';
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 0;
  margin: 0;
}

.custom-dropdown-menu.show {
  display: block;
}

.custom-dropdown-menu li {
  list-style: none;
  border-bottom: 1px solid #eee;
  margin: 0;
  padding: 0;
}

.custom-dropdown-menu li:last-child {
  border-bottom: none;
}

.custom-dropdown-menu li a {
  display: block;
  padding: 12px 20px;
  color: #333;
  text-decoration: none;
  font-family: 'Monteserrat';
  font-style: normal;
  transition: all 0.3s ease;
}

.custom-dropdown-menu li a:hover {
  background-color: #00BFFF;
  color: white;
}
