@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Lora:400|Space+Grotesk:300,400,600");
/* The following line is used to measure usage of this code. You can remove it if you want. */
@import url("https://px.animaapp.com/6101b234e90e5f527dfdcc1e.6101b2362775cca3222acd74.Vn5y3Ay.hcp.png");

@font-face {
  font-family: "FontAwesome6Brands-Regular";
  font-weight: 1 1000;
  src: url("fonts/Font Awesome 6 Brands-Regular-400.otf") format("opentype");
}


.screen a {
  display: contents;
  text-decoration: none;
}

.container-center-horizontal {
  display: flex;
  flex-direction: row;
  justify-content: center;
  pointer-events: none;
  width: 100%;
}

.container-center-horizontal > * {
  flex-shrink: 0;
  pointer-events: auto;
}

.valign-text-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

* {
  box-sizing: border-box;
}

.background {
  background-color: transparent;
  left: 0px;
  position: absolute;
  top: 1px;
}

.button {
  background-color: transparent;
  background-size: 100% 100%;
  flex-shrink: 1;
  overflow: hidden;
  position: relative;
  width: 357px;
}

.flex-col {
  align-items: flex-start;
  background-color: transparent;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-shrink: 1;
  height: auto;
  justify-content: flex-start;
  position: relative;
}

.flex-row {
  background-color: transparent;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-shrink: 1;
  justify-content: flex-start;
  position: relative;
  width: auto;
}

.group-2 {
  background-color: transparent;
  flex-shrink: 1;
  position: relative;
}

.group-4 {
  background-color: transparent;
  flex-shrink: 1;
  position: relative;
}

.group-container {
  background-color: transparent;
  box-sizing: border-box;
  display: flex;
  flex-shrink: 1;
  justify-content: flex-start;
  position: relative;
}

.logo {
  background-color: transparent;
  width: 218px;
}

.shchedule-a-free-consultation {
  background-color: transparent;
  font-weight: 600;
  height: auto;
  left: 32px;
  letter-spacing: 1.10px;
  line-height: 21px;
  position: absolute;
  text-align: left;
  white-space: nowrap;
  width: auto;
}

.stroke-1 {
  background-color: transparent;
  position: absolute;
}

.stroke-10 {
  background-color: transparent;
  position: absolute;
}

.stroke-11 {
  background-color: transparent;
  position: absolute;
}

.stroke-12 {
  background-color: transparent;
  position: absolute;
}

.stroke-2 {
  background-color: transparent;
  position: absolute;
  top: -2px;
}

.stroke-3 {
  background-color: transparent;
  position: absolute;
}

.stroke-4 {
  background-color: transparent;
  position: absolute;
}

.stroke-5 {
  background-color: transparent;
  position: absolute;
}

.stroke-6 {
  background-color: transparent;
  position: absolute;
}

.stroke-7 {
  background-color: transparent;
  position: absolute;
}

.stroke-8 {
  background-color: transparent;
  position: absolute;
}

.stroke-9 {
  background-color: transparent;
  position: absolute;
}

.title {
  background-color: transparent;
  flex-shrink: 1;
  font-weight: 400;
  height: auto;
  letter-spacing: 0.00px;
  position: relative;
}

.with-fast-mail-direct {
  background-color: transparent;
  flex-shrink: 1;
  font-weight: 300;
  height: auto;
  letter-spacing: 0.00px;
  position: relative;
}

/* Your original dropdown CSS stays the same */
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  min-width: 160px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  z-index: 1;
  padding: 8px 0;
}

.dropdown-content li {
  display: block;
  width: 100%;
}

.dropdown-content .dropdown-item {
  display: block;
  padding: 8px 16px;
}

.dropdown:hover .dropdown-content {
  display: flex;
}

.dropdown-item {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-item:hover {
  background-color: #f1f1f1;
}

a {
  color: inherit;
  text-decoration: none;
}

/* Fixed nested dropdown CSS */
.nested-dropdown {
  position: relative;
}

.nested-dropdown > .dropdown-item {
  position: relative;
}

.nested-dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  min-width: 200px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  z-index: 2000;
  padding: 10px 0 !important; /* Increased from 8px 0 */
  list-style: none;
  margin: 0;
  border: 1px solid #ddd;
}

.nested-dropdown-content li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

.nested-dropdown-item {
  color: black !important;
  padding: 10px 20px !important;
  text-decoration: none !important;
  display: block !important;
  white-space: nowrap !important;
  width: 100% !important;
  box-sizing: border-box !important;
  line-height: 1.5 !important;
}

.nested-dropdown-item:hover {
  background-color: #f1f1f1;
}

.nested-dropdown:hover .nested-dropdown-content {
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.red {
  color: #c00000; /* Or any color you want */
}

.black {
  color: #000000; /* Or any color you want */
}