/* Main styles */
.orphan-faq-wrap {
  min-height: inherit;
  padding-bottom: 80px;
}

.orphan-faq-rt {
  max-width: 886px;
  width: 100%;
}

.no_awards_display .orphan-faq-wrap {
  padding: 60px 0 80px;
}

.no_awards_display .breadcrumb {
  margin: 0 0 -50px 0;
}

.orphan-faq-intro .container-md {
  max-width: 100%;
}

body .orphan-faq-intro {
  padding-bottom: 0;
}

body .related-topic-des {
  padding: 20px 0 60px;
}

/* Media query: max-width: 1400px */
@media only screen and (max-width: 1400px) {
  .further-reading-module {
    width: 100vw;
    margin-left: 0;
    transform: none;
    left: -30px;
  }
}

/* Media query: max-width: 1023px and min-width: 200px */
@media only screen and (max-width: 1023px) and (min-width:200px) {
  .no_awards_display .breadcrumb {
    margin: 0 0 -10px 0;
  }
}

/* Media query: max-width: 767px and min-width: 200px */
@media only screen and (max-width: 767px) and (min-width: 200px) {

  .orphan-faq-rt h2,
  section h2 {
    margin-bottom: 20px;
  }

  .further-reading-module {
    left: -20px;
  }
}






.upper_section img {
  width: 478.53px;
}

.lower_inner_section {
  padding: 49px 28.91px 64px 29px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #e9f2f4;
}


.disclaimer-text {
  font-family: "Gilroy";
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  max-width: 800px;
}


.disclaimer {
  display: flex;
  align-items: flex-start;
  gap: 5px;
}

.start-button {
  font-family: "Gilroy";
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #A2A2A2;
  cursor: not-allowed;
  padding: 15px 20px;
  line-height: 140%;
  border-radius: 30px;
  background-color: #D9D9D9;
  border: 1px solid #D9D9D9;
}

.start-button .arrow-icon {
  position: absolute;
  top: -1px;
  right: 0;
}

.start-button.enabled {
  background-color: #E3000F;
  border: 1px solid #E3000F;
  cursor: pointer;
  color: #fff;
}

.start-button.enabled .arrow-icon svg circle {
  stroke: #fff;
  fill: #E3000F;
}

.start-button.enabled .arrow-icon svg path {
  fill: #fff;
}


.upper_section {
  background-color: #007481;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 27.11px;
  padding-bottom: 27.11px;
}


.lower_inner_section h2 {
  font-family: 'gilroy-bold';
  font-style: normal;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.01em;
  margin-top: 0px;
  margin-bottom: 25px;
  color: #000000;

}


.checkbox-container {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  user-select: none;
  margin-bottom: 25px;

}

.checkbox-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox-custom {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 12px;
  width: 12px;
  height: 12px;
  background-color: transparent;
  border: 1px solid #B3B3B3;
  border-radius: 2px;
  margin-right: 5px;
  flex-shrink: 0;
  transition: all 0.2s ease;
  margin-top: 4px;
}

.checkbox-input:checked+.checkbox-custom {
  background-color: #007481;
  border-color: #007481;
}

.checkbox-icon {
  display: none;
  width: 8px;
  height: 5px;
}

.checkbox-input:checked+.checkbox-custom .checkbox-icon {
  display: block;
}




.checkbox-label-text {
  font-family: 'gilroy-regular';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.8);

}

.checkbox-container:hover .checkbox-custom {
  border-color: #999;
}



/* Custom Button CSS */

/* Base button styles */
.custom-btn {
  background-color: #e53c3c !important;
  border-radius: 100px !important;
  padding: 15px 28px 12px !important;
  width: fit-content !important;
  position: relative !important;
  line-height: 1 !important;
  cursor: pointer;
  max-height: 49px;
}

.custom-btn a,
.lower_section .custom-btn,
.custom-load-more {
  font-family: 'Gilroy-Bold' !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  color: white !important;
  text-decoration: none !important;
  line-height: 140% !important;
  letter-spacing: -0.005em;
  display: block;
  transform: translateX(0px);
}




#estimateForm .custom-btn {
  padding: 15px 25px 12px 23px !important;
  font-family: 'Gilroy-Bold' !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  color: white;
  text-decoration: none !important;
  line-height: 140% !important;
  letter-spacing: -0.005em;
  display: block;
  transform: translateX(0px);
}

/* Button pseudo-elements */
.custom-btn::before {
  content: "" !important;
  background: #e53c3c;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  display: block !important;
  width: 20px !important;
  height: 20px !important;
  position: absolute !important;
  right: 0px !important;
  top: 0px !important;
  border: 2px solid white;
  border-radius: 100px;
  box-sizing: border-box;
  transition: 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
}

.custom-btn::after {
  content: "";
  background-image: url('data:image/svg+xml,<svg width="6" height="6" viewBox="0 0 6 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.125528 5.87447C-0.0418396 5.70711 -0.0418396 5.43575 0.125528 5.26838L5.26838 0.125528C5.43575 -0.0418396 5.70711 -0.0418396 5.87447 0.125528C6.04184 0.292895 6.04184 0.564252 5.87447 0.731619L0.731619 5.87447C0.564252 6.04184 0.292895 6.04184 0.125528 5.87447Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M5.57143 5.14258C5.33474 5.14258 5.14286 4.9507 5.14286 4.71401L5.14286 0.856866L1.28572 0.856865C1.04902 0.856865 0.857146 0.664988 0.857146 0.428294C0.857146 0.191601 1.04902 -0.000277006 1.28572 -0.000276985L5.57143 -0.000276604C5.80812 -0.000276583 6 0.191601 6 0.428295L6 4.71401C6 4.9507 5.80812 5.14258 5.57143 5.14258Z" fill="white"/></svg>');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  right: 7px;
  z-index: 1111;
  width: 6px;
  height: 6px;
  top: 7px;
  transition: 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-sizing: border-box;
  z-index: 1;
}

/* Button CTA specific */
.btn-cta {
  cursor: pointer;
  min-width: 120px;
  text-align: center;
}

/* Hover states (min-width: 1025px) */
@media (min-width: 1025px) {
  .custom-btn:hover::before {
    transform: rotate(-136deg);
    width: 49px !important;
    height: 49px !important;
    right: -30px !important;
  }

  .custom-btn:hover::after {
    transform: rotate(-136deg);
    width: 12.73px !important;
    height: 12.73px !important;
    right: -12px !important;
    top: 18px;
  }

  .custom-btn:hover a {
    transform: translateX(-3px);
  }
}

/* Mobile hover states */
@media (max-width: 1024px) {
  .custom-btn:hover::after {
    content: "";
    background-image: url('data:image/svg+xml,<svg width="6" height="6" viewBox="0 0 6 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.125528 5.87447C-0.0418396 5.70711 -0.0418396 5.43575 0.125528 5.26838L5.26838 0.125528C5.43575 -0.0418396 5.70711 -0.0418396 5.87447 0.125528C6.04184 0.292895 6.04184 0.564252 5.87447 0.731619L0.731619 5.87447C0.564252 6.04184 0.292895 6.04184 0.125528 5.87447Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M5.57143 5.14258C5.33474 5.14258 5.14286 4.9507 5.14286 4.71401L5.14286 0.856866L1.28572 0.856865C1.04902 0.856865 0.857146 0.664988 0.857146 0.428294C0.857146 0.191601 1.04902 -0.000277006 1.28572 -0.000276985L5.57143 -0.000276604C5.80812 -0.000276583 6 0.191601 6 0.428295L6 4.71401C6 4.9507 5.80812 5.14258 5.57143 5.14258Z" fill="white"/></svg>');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    right: 7px !important;
    z-index: 1111;
    width: 6px !important;
    height: 6px !important;
    top: 7px !important;
    transition: 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: rotate(0deg) !important;
  }

  .form-group {
    border-radius: 8px !important;
  }

  .custom-btn:hover:before {
    display: block !important;
    width: 20px !important;
    height: 20px !important;
    position: absolute !important;
    right: 0px !important;
    transform: rotate(0deg) !important;
  }

  .custom-btn:hover a {
    transform: translateX(0px) !important;
  }
}


/* btn-white specific styles */
.btn-white {
  background: white !important;
}

.btn-white a {
  color: #007481 !important;
  font-family: "gilroy-bold" !important;
}

.btn-white::before {
  background: white !important;
  border: 2px solid #007481;
}

.btn-white::after {
  background-image: url('data:image/svg+xml,<svg width="6" height="6" viewBox="0 0 6 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.125528 5.87496C-0.0418396 5.70759 -0.0418396 5.43624 0.125528 5.26887L5.26838 0.126017C5.43575 -0.0413514 5.70711 -0.0413513 5.87447 0.126017C6.04184 0.293384 6.04184 0.56474 5.87447 0.732108L0.731619 5.87496C0.564252 6.04233 0.292895 6.04233 0.125528 5.87496Z" fill="%23007481"/><path fill-rule="evenodd" clip-rule="evenodd" d="M5.57143 5.14307C5.33474 5.14307 5.14286 4.95119 5.14286 4.7145L5.14286 0.857354L1.28572 0.857354C1.04902 0.857354 0.857146 0.665476 0.857146 0.428782C0.857146 0.192089 1.04902 0.000211276 1.28572 0.000211297L5.57143 0.000211678C5.80812 0.000211699 6 0.19209 6 0.428783L6 4.7145C6 4.95119 5.80812 5.14307 5.57143 5.14307Z" fill="%23007481"/></svg>');
}


.btn-transparent {
  background: transparent !important;
  border: 1px solid #fff;
  padding: 15px 28px;
}

.btn-transparent::before {
  background: white !important;
  border: 2px solid #007481;
}

.btn-transparent a {
  color: white;
}

.btn-transparent::after {
  background-image: url('data:image/svg+xml,<svg width="6" height="6" viewBox="0 0 6 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.125528 5.87496C-0.0418396 5.70759 -0.0418396 5.43624 0.125528 5.26887L5.26838 0.126017C5.43575 -0.0413514 5.70711 -0.0413513 5.87447 0.126017C6.04184 0.293384 6.04184 0.56474 5.87447 0.732108L0.731619 5.87496C0.564252 6.04233 0.292895 6.04233 0.125528 5.87496Z" fill="%23007481"/><path fill-rule="evenodd" clip-rule="evenodd" d="M5.57143 5.14307C5.33474 5.14307 5.14286 4.95119 5.14286 4.7145L5.14286 0.857354L1.28572 0.857354C1.04902 0.857354 0.857146 0.665476 0.857146 0.428782C0.857146 0.192089 1.04902 0.000211276 1.28572 0.000211297L5.57143 0.000211678C5.80812 0.000211699 6 0.19209 6 0.428783L6 4.7145C6 4.95119 5.80812 5.14307 5.57143 5.14307Z" fill="%23007481"/></svg>');
}


.btn-colored {
  background: #007481 !important;
}

.btn-colored a {
  color: white !important;
}

.btn-colored:before {
  background: #007481;
}


.btn-disabled {
  background: #D9D9D9 !important;
  pointer-events: none;
  color: #A2A2A2 !important;
}

.btn-disabled a {
  color: #A2A2A2 !important;
  font-family: 'Gilroy-Bold' !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 140% !important;
  letter-spacing: -0.005em !important;

}

.btn-disabled::before {
  background: #D9D9D9 !important;
  border-color: #A2A2A2 !important;
}


.btn-disabled::after {

  background-image: url('data:image/svg+xml,<svg width="6" height="6" viewBox="0 0 6 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.125528 5.87447C-0.0418396 5.70711 -0.0418396 5.43575 0.125528 5.26838L5.26838 0.125528C5.43575 -0.0418396 5.70711 -0.0418396 5.87447 0.125528C6.04184 0.292895 6.04184 0.564252 5.87447 0.731619L0.731619 5.87447C0.564252 6.04184 0.292895 6.04184 0.125528 5.87447Z" fill="%23A2A2A2"/><path fill-rule="evenodd" clip-rule="evenodd" d="M5.57143 5.14258C5.33474 5.14258 5.14286 4.9507 5.14286 4.71401L5.14286 0.856866L1.28572 0.856865C1.04902 0.856865 0.857146 0.664988 0.857146 0.428294C0.857146 0.191601 1.04902 -0.000277006 1.28572 -0.000276985L5.57143 -0.000276604C5.80812 -0.000276583 6 0.191601 6 0.428295L6 4.71401C6 4.9507 5.80812 5.14258 5.57143 5.14258Z" fill="%23A2A2A2"/></svg>');
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

/* Custom Button CSS Ends */


.injury-container {
  /* flex: 1; */
  background-color: #007481;
  padding: 47px 28.91px 0px 29px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.step-close-icon {
  display: none;
}

/* Content Wrapper */
.content-wrapper {
  /* flex: 1; */
  max-width: 886px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  min-height: 480px;
  max-height: 480px;
  gap: 49.06px;
  align-items: flex-start;
  overflow: hidden;
}

/* Left Content */
.left-content {
  /* flex: 1; */
  width: 690px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Fixed Header Section */
.fixed-header {
  flex-shrink: 0;
  /* margin-bottom: 20px; */
}

/* Scrollable Categories Container */
.categories-container {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  /* padding-right: 15px; */
  /* margin-right: -15px; */
  scrollbar-width: none;
  padding-bottom: 20px;
  max-width: 616px;
  width: 100%;
  max-height: 314px;
}

/* Custom scrollbar for categories */
.categories-container::-webkit-scrollbar {
  width: 0px;
}

/* Title */
.injury-title {
  font-family: 'gilroy-bold';
  font-style: normal;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  margin-top: 0px;
  margin-bottom: 5.5px;

}

.subtitle {
  font-family: 'gilroy-regular';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  margin-top: 0px;
  margin-bottom: 24.75px;
  color: rgba(255, 255, 255, 0.8);

}

/* Search Bar */

.search-main-wrapper {
  position: relative;
}

.search-container {
  margin-bottom: 18.75px;
  padding-top: 8px;
  padding-bottom: 8px;
  min-height: 46px;
  max-height: 132px;
  overflow-y: auto;
  border: 1px solid #D9D9D9;
  border-radius: 30px;
  padding-left: 51.8px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  transition: all 0.3s ease;
}

/* 
.search-container:focus-within {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.5);
} */

/* Custom scrollbar for search container */
.search-container::-webkit-scrollbar {
  width: 0px;
}

.search-input {
  flex: 1;
  width: 100%;
  border: none;
  background: transparent !important;
  outline: none;
  font-family: 'Gilroy-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: white;
  padding: 0px;

}

.search-input::placeholder {
  color: rgba(255, 255, 255, 0.65) !important;
  font-size: 14px;
  opacity: 1 !important;

}

.search-icon {
  position: absolute;
  left: 18.25px;
  top: 24px;
  transform: translateY(-50%);
  color: #fff;
  font-size: 16px;
  z-index: 1;
  display: flex;
}

/* Selected Tags in Search Bar */
.search-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 0px 18px;
  min-height: 30px;
  background: rgba(101, 155, 168, 0.5);
  border: 1px solid transparent;
  border-radius: 100px;
  color: white;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  animation: slideIn 0.3s ease;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.search-tag .tag-icon {
  /* font-size: 14px; */
  display: flex;
}

.search-tag .tag-text {
  font-family: 'gilroy-medium';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  /* identical to box height */
  text-align: center;
  letter-spacing: -0.005em;
  color: #FFFFFF;

}

.tag-icon img {
  min-width: 16px;
  min-height: 16px;
}

.search-tag .remove-tag {
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  opacity: 0.7;
  transition: opacity 0.2s ease;
  margin-left: 2px;
  font-weight: normal;
}

.search-tag .remove-tag:hover {
  opacity: 1;
}

/* Category Sections */
.category-section {
  /* margin-bottom: 30px; */
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 18.5px;
}

/* .category-section:first-child {
        border-top: none;
        padding-top: 0;
      } */

.category-header {
  display: flex;
  justify-content: space-between;
  align-items: center;

  cursor: pointer;
  user-select: none;
}

.injury-tags {
  margin-top: 17.5px;
}

.category-title-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.category-icons-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.category-title {
  padding-top: 0px !important;
  font-family: 'gilroy-bold';
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  letter-spacing: -0.005em;
  color: #FFFFFF;
  margin-top: 0px;
  margin-bottom: 0px;



}

.category-count {
  font-family: 'Gilroy-Bold';
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  color: #FFFFFF;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(101, 155, 168, 0.5);
  border-radius: 29px;
  width: 22.11px;
  height: 14.72px;
  padding: 2px 9px 1px;


}

.category-count.active {
  display: flex;
}

.category-toggle {
  color: white;
  font-size: 24px;
  transition: transform 0.3s ease;
  display: flex;
}

.category-toggle.collapsed {
  transform: rotate(-180deg);
}

/* Injury Tags */
.injury-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  transition: 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
  overflow: hidden;
  max-height: 500px;
  margin-bottom: 30px;
  align-items: center;
}

.injury-tags.collapsed {
  max-height: 0;
  opacity: 0;
  margin: 0;
  margin-bottom: 18.5px;


}

.injury-tag {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 10.5px 18px 9.5px;
  background: rgba(101, 155, 168, 0.5);
  border: 1px solid transparent;
  border-radius: 100px;
  color: white;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;

}

@media(hover:hover)
{
  .injury-tag:hover {
  background: #659BA8;
  /* transform: translateY(-2px); */
}
}

.injury-tag.selected {
  background: #659BA8;
  border-color: #fff;
}


.injury-tag img {
  max-width: 16px;
  max-height: 16px;
  width: 100%;
  height: 100%;
}


/* Human Body Illustration */
.body-illustration {
  max-width: 159.2px;
  width: 100%;
  display: flex;
  height: 100%;
  /* max-height: 500px; */
  position: relative;
  align-self: center;
  align-items: flex-end;
  max-height: 370.53px;
  align-self: flex-end;
  padding-bottom: 19.77px;

}

.body-svg {
  width: 100%;
  height: 370px;
}

/* Footer Navigation */
.footer-nav {
  background: #e9f2f4;
  padding: 23px 29px 23px 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
}

.nav-button {
  display: flex;
  align-items: center;
  font-family: "gilroy-bold";
  gap: 18px;
  border: none;
  background-color: #e9f2f4;
  color: #ACACAC;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s ease;
}

.nav-button.previous {
  padding: 13.5px 24px 11.5px;
  height: 50px;
}

.nav-button.next {
  background-color: #D9D9D9;
  border-radius: 50px;
  max-height: 46px;
  height: 46px;
  padding: 11.5px 24.5px 9.5px 27.5px;
  gap: 26px;
}

.nav-button.previous {
  color: #ACACAC !important;
}

.nav-button.next.active .arrow-right svg path,
.nav-button.next.active .arrow-right svg rect {
  stroke: #fff;
}

.nav-button.active {
  background: #007481;
  color: white;
}

/* .nav-button.active:hover {

      } */

.nav-button:disabled {
  opacity: 1;
  cursor: not-allowed;
}

/* Step Indicator */
.step-indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.step-dots {
  display: flex;
  background-color: rgba(0, 116, 129, 0.2);
  border-radius: 50px;
  height: 8px;
  align-items: center;

  position: relative;
  width: 263px;
}

.step-dot {

  height: 5px;
  border-radius: 100px;
  transition: all 0.3s ease;
  position: absolute;
  left: 1.5px;
  top: 1.5px;


}


.first-step .step-dot {
  width: 90px;
}

.second-step .step-dot {
  width: 170px;
}

.step-dot.active {
  background: #007481;
}

.step-text {
  font-family: 'Gilroy-Medium';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  display: flex;
  align-items: center;
  text-align: center;
  color: rgba(101, 155, 168, 0.8);

}

/* Arrow Icons */
.arrow-left,
.arrow-right {
  display: flex;
}



.injury-tag span {
  font-family: 'gilroy-medium';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  letter-spacing: -0.005em;

  color: #FFFFFF;

}

/* Main Container */
.second-step-container {
  /* flex: 1; */
  background-color: #007481 !important;
  padding: 47px 29px 0px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

/* Content Wrapper */
.second-step-container .content-wrapper {
  /* flex: 1; */
  max-width: 886px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  height: unset;
  gap: 49px;
  align-items: flex-start;
  overflow: hidden;
}

/* Left Content */
.second-step-container .left-content {
  /* flex: 1; */
  width: 100%;
  display: flex;
  gap: 44.5px;
  flex-direction: column;
  height: 100%;
}

/* Fixed Header Section */
.second-step-container .fixed-header {
  flex-shrink: 0;
}


/* Services Grid */
.services-grid {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 15px;
  overflow-y: auto;
  /* padding-bottom: 20px; */
  /* max-height: calc(100vh - 350px); */
  max-height: 359px;
  padding-bottom: 20px;
}

/* Service Card */
.service-card {
  background: rgba(101, 155, 168, 0.5);
  gap: 31px;
  border-radius: 5px;
  padding: 18px 16px;
  /* height: 120px; */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  max-height: 130px;
  min-width: 192px;
  max-width: 192px;
}

.service-card:hover {
  background: #659BA8;
}

.service-card.selected {
  background: #659BA8;
  border: 1px solid #E9F2F4;
}

/* Checkbox */
.service-checkbox {
  position: absolute;
  top: 18px;
  right: 16px;
  width: 17px;
  height: 17px;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid transparent;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.service-card.selected .service-checkbox {
  background: rgba(255, 255, 255, 0.3);
}

.service-checkbox::after {
  content: "";
  width: 12px;
  height: 8px;
  background-image: url('/wp-content/uploads/2025/10/Vector-11.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.service-card.selected .service-checkbox::after {
  opacity: 1;
}

/* Service Icon */
.service-icon {
  min-width: 52px;
  min-height: 52px;
  display: flex;

}

.service-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Service Label */
.service-label {

  text-align: left;
  font-family: 'Gilroy-Bold';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.005em;
  color: #FFFFFF;


}

.services-grid::-webkit-scrollbar {
  width: 0px;
}



.service-icon img {
  max-width: 38px;
  max-height: 38px;
  width: 100%;
  height: 100%;
}

.service-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(233, 242, 244, 0.5);
  border-radius: 3px;
  width: 52px;
  height: 52px;
  transition: 0.3s ease-in-out;
}




/* Result Header Section */
.result-header {
  background-color: #007481;
  padding: 51.5px 0px 51.5px 29px;
  display: flex;
  /* align-items: flex-start; */
  align-items: center;
  gap: 40.99px;
}

.calculator-icon {
  width: 177px;
  height: auto;
  flex-shrink: 0;
}

.result-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.result-label {
  font-family: 'gilroy-bold';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.03em;
  color: #FFFFFF;

}

.result-para {
  font-family: "Gilroy";
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #ffffff;
  max-width: 94%;
}

.result-amount {
  font-style: normal;
  font-family: 'gilroy-bold';
  font-size: 45px;
  line-height: 55px;
  filter: blur(14px);
  -webkit-filter: blur(14px);
  user-select: none;
  pointer-events: none;
  letter-spacing: -0.02em;
  color: #FFFFFF;

}

/* Form Section */
.form-section {
  background-color: #e9f2f4;
  padding: 35.16px 135.37px 40.49px 134.63px;
}

.form-title {
  font-family: 'gilroy-bold';
  font-style: normal;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.01em;
  color: #231F20;
  margin-bottom: 12px;

}

.form-subtitle {
  font-family: 'gilroy-regular';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #231F20;
  margin-bottom: 10px;

}

.form-row {
  display: flex;
  gap: 21px;
  margin-bottom: 18px;
}

.form-group {
  flex: 1;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  font-family: "Gilroy";
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  display: block;
}


.form-control {
  width: 100%;
  padding: 0px 18px 0px;


  background-color: transparent;
  box-sizing: border-box;
  transition: border-color 0.3s;
  font-family: 'gilroy-medium';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #000;
  position: absolute;
  box-shadow: unset !important;
  background-color: unset !important;
  border: 0px !important;
  bottom: 7.46px;
}


.form-group {
  outline: 1px solid #D9D9D9;
  border-radius: 12px;
  max-height: 57px;
  min-height: 57px;
  transition: 0.3s ease-out;
}


.form-control:focus {
  color: #007481;
}


@media(min-width: 1025px) {
  .form-group:hover {
    outline: 1px solid #007481;
  }

  #estimateForm .form-group:hover label {
    color: #007481 !important;
    font-family: 'Gilroy-SemiBold';
    line-height: 23px !important;
  }

  /* 
  #estimateForm .form-group:hover label {
    top: 9px !important;
    font-size: 12px !important;
    font-family: 'Gilroy-Bold' !important;
  } */

  .third-step .form-group-focused label,
  .third-step .form-group .form-group-active {
    top: 9px !important;
    font-size: 12px;
    font-family: 'Gilroy-Bold' !important;
  }
}

#estimateForm .form-group label {
  transition: color 0.3s ease-out, top 0.3s ease-out;
}




.form-control::placeholder {

  opacity: 1 !important;
  color: #000 !important;
  font-family: 'gilroy-regular' !important;
}

/* 
.form-control:focus {


  outline: 1px solid #007481;
} */


.form-text-area {
  min-height: 95px !important;
  max-height: 95px !important;
  padding-bottom: 11px;
}

.checkbox-group {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 25px 0 30px 0;
}

.checkbox-label {
  font-family: "Gilroy";
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  color: #000000;
}

.submit-button {
  font-family: "Gilroy";
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #A2A2A2;
  cursor: not-allowed;
  padding: 15px 20px;
  line-height: 140%;
  border-radius: 30px;
  background-color: #D9D9D9;
  border: 1px solid #D9D9D9;
}

.submit-button .arrow-icon {
  position: absolute;
  top: -1px;
  right: 0;
}

.submit-button.enabled {
  background-color: #E3000F;
  border: 1px solid #E3000F;
  cursor: pointer;
  color: #fff;
}

.submit-button.enabled .arrow-icon svg circle {
  stroke: #fff;
  fill: #E3000F;
}

.submit-button.enabled .arrow-icon svg path {
  fill: #fff;
}


.third-step .checkbox-container {
  margin-bottom: 0px;
}

.third-step .checkbox-group {
  margin-bottom: 27px;
  margin-top: 23.85px;
}

/* Result Header Section */
.final-step .result-header {
  background-color: #007481;
  padding: 61.94px 29px 57.06px 29px;
  display: flex;
  align-items: flex-start;
  /* align-items: center; */
  gap: 32px;
}

.final-step .case-details-main {
  background-color: #e9f2f4;
  padding: 49.99px 28.91px 49.99px 29px;
  display: flex;
  flex-direction: column;

}

.final-step .calculator-icon {
  width: 177px;
  height: auto;
  flex-shrink: 0;
}

.final-step .result-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0px;

}



.final-step .result-para {
  font-family: 'gilroy-regular';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.8);

}

.final-step .result-amount {
  filter: unset !important;
  -webkit-filter: unset !important;
  user-select: unset !important;
  pointer-events: all;
  font-family: 'gilroy-extrabold';
  font-style: normal;
  /* font-weight: 800; */
  font-size: 62px;
  line-height: 43px;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  margin-top: 34px;
  margin-bottom: 35px;
}

.final-step .case-details-block {
  background: white;
  padding: 35px 27.87px;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
}

.final-step .case-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E6F4F5;
  padding: 3.86px 12px 2.86px;
  border-radius: 20px;
  font-family: 'Gilroy-Bold';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: -0.01em;
  color: #007481;
  margin-bottom: 11px;
  width: fit-content;
}

.final-step .case-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 35px;
}

.final-step .case-info {
  flex: 1;
}

.final-step .case-main-title {
  font-family: 'gilroy-extrabold';
  font-style: normal;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -0.01em;
  margin-bottom: 11px;
  color: #000000;

}



.final-step .case-meta {
  display: flex;
  align-items: center;
  gap: 8px;
}

.final-step .case-meta-item {
  font-family: 'Gilroy-Medium';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: -0.01em;
  color: #000000;

}

.final-step .case-description {

  margin-bottom: 15px !important;
  position: relative;
  overflow: hidden;
  transition: max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease;
  font-family: 'Gilroy-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  transition: 0.5s;



}

.case-header-main {
  position: relative;
}



.expanded-description {
  overflow: visible;
  background: unset !important;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  background-clip: unset;
  text-fill-color: unset;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  max-height: 3000px;

}

.final-step .collapsed-description {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 58.07%, rgba(0, 0, 0, 0.08) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  transition: 0.5s;
  max-height: 175px;


}



/* .final-step .case-description.collapsed::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: linear-gradient(to bottom, 
        transparent 0%, 
        rgba(255, 255, 255, 0.4) 30%, 
        rgba(255, 255, 255, 0.4) 60%, 
        rgba(255, 255, 255, 0.7) 100%);
    pointer-events: none;
    transition: opacity 0.3s ease;
} */



@keyframes fadeInExpand {
  0% {
    opacity: 0.4;
  }

  100% {
    opacity: 1;
  }
}

.final-step .read-more {
  font-family: 'Gilroy-Bold';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 21px;
  cursor: pointer;

}






.final-step .award-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 19px;
  border-top: 1px solid #CECECE;
}

.final-step .injuries-section {
  flex: 1;
}

.final-step .section-label {
  font-family: 'gilroy-bold';
  font-style: normal;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: -0.01em;
  margin-bottom: 14px;
  color: #000000;
}

.final-step .injuries-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 600px;
  max-height: 73px;
  overflow: hidden;
}

.final-step .injury-tag {
  background: #007481;
  padding: 8px 18px 7px;
  border-radius: 25px;
  font-family: 'Gilroy-Medium';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  cursor: default;
  letter-spacing: -0.005em;
  color: #FFFFFF;

  border: unset !important;

}


.inflation-text {
  font-family: 'Gilroy-Medium';
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  margin-top: 15px;
  letter-spacing: 0.06em;
  text-transform: lowercase;

  color: #000000;

}

.tag-read-more {
  font-family: 'gilroy-bold';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  display: flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: 0.3s;

}



.tag-read-more:hover {
  color: #E3000F;
}

.injuries-tags {
  transition: 0.3s ease-out;
}


.injury-tags-read-more {
  margin-top: 19px;
}

.case-meta-divider {
  display: none;
}


.case-container {
  display: flex;
  gap: 25px;
  flex-direction: column;
}


/* .injuries-tags.injury-tags-active
{
  max-height: 2000px;
}
 */


.final-step .award-amount-section {
  text-align: right;
  margin-left: 40px;
}

.final-step .award-label {
  font-family: 'gilroy-bold';
  font-style: normal;

  font-size: 12px;
  line-height: 15px;
  letter-spacing: -0.01em;
  color: #000000;
  margin-bottom: 15px;

}

.final-step .award-value {
  font-family: 'gilroy-extrabold';
  font-style: normal;
  font-size: 32px;
  line-height: 22px;
  letter-spacing: -0.01em;
  color: #007481;
}

.final-step .arrow-icon {
  width: 41px;
  height: 40px;
  background: #007481;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  margin-left: auto;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}


.final-step .arrow-hidden,
.final-step .arrow-visible {
  position: absolute;
  display: flex;
  transition: 0.5s;
}


.final-step .arrow-hidden {
  transform: translate(-25px, 25px);
}


.final-step .arrow-icon:hover .arrow-visible {
  transform: translate(25px, -25px);
}


.final-step .arrow-icon:hover .arrow-hidden {
  transform: translate(0px, 0px);
}


.loading-bar-container {
  margin-bottom: 25.51px;
}


.loading-container {
  background: #E9F2F4;
  padding: 15px 0px 62.42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 132.87px;
  padding-right: 132.87px;
}

.loading-animation {
  max-width: 433.6px;
  max-height: 267.4px;
  position: relative;
}

.loading-animation::before {
  content: url('/wp-content/uploads/2025/10/Vector-68.svg');
  position: absolute;
  width: 100%;

  display: block;
  bottom: 0px;
  left: 10px;


}


.loading-text {
  font-family: 'Gilroy-Medium';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  display: flex;
  align-items: center;
  color: rgba(101, 155, 168, 0.8);

}


.loading-bar-container {
  display: flex;
  gap: 11.37px;
  align-items: center;

}

.loading-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 116, 129, 0.2);
  position: relative;
  border-radius: 50px;
  height: 8px;
  width: 263px;
}


.inner-bar {
  background: #007481;
  border-radius: 50px;
  height: 5px;
  position: absolute;
  left: 1.48px;
  top: 1.49px;
  bottom: 1.49px;
  width: 0;

}


.loading-content h2 {
  margin-top: 0px;
  margin-bottom: 11.08px !important;
  font-family: 'gilroy-bold';
  font-style: normal;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #231F20;

}

.loading-content p {
  margin: 0px;
  font-family: 'Gilroy-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #231F20;

}

/* Loading state styles */
.loading-state {
  display: none;
}

.loading-state.active {
  display: block;
}

/* Smooth transition for loading bar */
.inner-bar {
  transition: width 0.8s ease;
}


.final-step .form-title {
  font-family: 'gilroy-bold';
  font-style: normal;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.01em;
  color: #231F20;
  margin-bottom: 34px !important;

}

/* //Here */
.calculator-container,
.first-step,
.second-step,
.third-step,
.loading-state,
.final-step {
  display: none;
}

/* Show active step */
.calculator-container.active,
.first-step.active,
.second-step.active,
.third-step.active,
.loading-state.active,
.final-step.active {
  display: block;
}


.form-group {
  position: relative;
}

.form-error {
  position: absolute;
  bottom: -20px;
  right: 0;
  margin: 0px !important;
  font-size: 12px !important;
  font-weight: 600;
  color: #e53c3c;
}







@media(max-width:1024px) {
  .upper_section img {
    width: 100%;
  }

  .search-container
  {
    padding-right: 20px;
  }

  .search-icon {
    top: 22px;
  }

  .case-container {

    gap: 33px;

  }


  .final-step .injury-tag {
    text-wrap: wrap;
    text-align: left;
  }


  .step-indicator {
    justify-content: space-between;
    width: 100%;
    gap: unset !important;
  }

  .upper_section {
    padding-top: 50.58px;
    padding-bottom: 50.58px;
    padding-left: 15.85px;
    padding-right: 16.65px;
  }

  .lower_inner_section {
    padding: 34.19px 22.47px 53.36px 20.5px;
  }

  .lower_inner_section h2 {
    font-size: 27px;
    line-height: 33px;
    margin-bottom: 20px;
  }

  .lower_inner_section .checkbox-label-text {
    font-size: 12px;
    line-height: 18px;

  }

  .lower_inner_section .checkbox-container {
    margin-bottom: 30px;
  }

  .content-wrapper {
    flex-direction: column;
    gap: 30px;
    max-width: 100%;

  }

  .left-content {
    width: 100%;
  }

  .body-illustration {
    width: 200px;
    max-height: 350px;
    margin: 0 auto;
  }

  h1 {
    font-size: 32px;
  }

  .injury-container {
    padding: 20px;
  }

  .left-content {
    max-width: 100%;
  }

  .categories-container {
    max-height: max-content;
    max-width: 100%;
    padding-bottom: 200px;
  }


  .footer-nav {
    flex-direction: column;
  }

  .step-indicator {
    order: 1;
    flex-direction: row;
    margin-bottom: 26.33px;

  }



  .nav-button.next {
    order: 2;
    width: 100%;
    justify-content: center;
    margin-bottom: 6.98px;
    height: 43.63px;
    max-height: 43.63px;
    padding: 10px 30px 8px;
  }

  .nav-button.previous {
    order: 3;
    width: 100%;
    justify-content: center;
    height: 25.6px;
    padding: 10px 30px 8px;
  }

  .step-text {
    font-size: 12px;
    line-height: 15px;

  }

  .nav-button {
    gap: 26px;
  }

  .step-dots {
    max-width: 236.35px;
  }

  .footer-nav {
    padding: 29.15px 19.43px 12.2px 23.33px;
  }


  .injury-title {
    font-size: 27px;
    line-height: 33px;
    margin-bottom: 10px;
  }


  .subtitle {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 14.56px;

  }

  .search-input {
    font-size: 12px;
    line-height: 18px;

  }

  .search-container {
    margin-bottom: 24px;
    max-height: 90px;
    transition: border-radius 0.8s;
  }

  .category-title {
    margin-bottom: 0px !important;
    font-size: 16px;
    line-height: 20px;

  }

  .injury-tags {
    margin-top: 19.5px;
    margin-bottom: 30px;
  }

  .body-illustration {
    display: none;
  }

  .step-close-icon {
    display: flex;
    border: 1px solid white;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    min-height: 40px;
    align-self: flex-end;
    border-radius: 100px;
    margin-bottom: 15px;
  }

  .injury-container {
    padding-top: 27.44px;
    padding-bottom: 0px;
    height: 100%;
  }

  .injury-container .content-wrapper {
    height: 100% !important;
  }

  .second-step-container {
    padding: 28.44px 20px 0px 19.5px;
    height: 100%;
  }

  .service-card {
    max-width: calc(50% - 10.25px);
    width: 100%;
    min-width: unset !important;
    gap: 27px;

  }

  .services-grid {
    column-gap: 20.5px;
    row-gap: 19.29px;
    max-height: max-content;
    padding-bottom: 200px;
    overflow-y: auto !important;

  }

  .service-label {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.005em;

  }

  .second-step-container .left-content {
    gap: 23.97px;
  }

  .result-header {
    flex-direction: column;
    align-items: flex-start;
    padding: 28px 20.4px 43.09px 19px;
    gap: 0px;

  }

  .result-header img {
    width: 94px;
    height: 73px;
    margin-bottom: 12.93px;
  }

  .result-label {
    font-size: 14px;
    line-height: 15px;
    letter-spacing: -0.01em;
    margin-bottom: 19.55px;
  }

  .result-amount {
    font-size: 32px;
    letter-spacing: -0.03em;
    filter: blur(7.5px);
    line-height: 22px;
  }

  .form-section {
    padding: 46.77px 20px 72.93px;
  }

  .form-title {
    font-size: 27px;
    line-height: 33px;
    margin-bottom: 14.05px;
  }

  .form-subtitle {
    margin-bottom: 18.95px;
    font-size: 14px;
    line-height: 21px;
  }

  .form-row {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 15px;
  }

  .form-control {
    max-height: unset !important;
    min-height: unset !important;
    padding: 0px 18px 0px !important;
    font-size: 14px;
    line-height: 21px;
    border-radius: 8px;
    bottom: 6.46px;
  }


  .form-text-area .form-control {
    top: 26px !important;
  }


  .form-control label {
    line-height: 18px;
  }

  .third-step .checkbox-group {
    margin-top: 29px;
    margin-bottom: 36.07px;
  }

  .result-header {
    position: relative;
  }

  /* .third-step-icon {
    position: absolute;
    right: 20.5px;
    top: 28.44px;
    z-index: 1;
  } */

  .final-step .calculator-icon {
    width: 126px;
    height: 96px;
    margin-bottom: 27px;
  }

  .final-step .result-header {
    padding: 42px 20.5px 66.13px 20px;
    position: relative;
  }

  .final-step .result-header {
    gap: 0px;
    position: sticky;
    top: 0;
    z-index: 11;
  }

  .final-step .result-label {
    margin-bottom: 14.87px;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: -0.01em;
  }



  .final-step .result-amount {
    font-size: 35px !important;
    line-height: 25px !important;
    letter-spacing: -0.03em !important;
    margin-bottom: 29px !important;
    margin-top: 0px !important;
  }

  .final-step .result-para {
    font-size: 15px;
    line-height: 22px;

  }

  .final-step .case-details-main {
    padding: 49px 19.9px 133.83px 20.1px;
  }

  .final-step .form-title {
    font-size: 27px;
    line-height: 33px;
    margin-bottom: 25px !important;

  }

  .final-step .case-details-main {
    gap: 0px;
  }

  .case-details-block {
    padding: 32px 22px 30px;
  }

  .final-step .award-section {
    flex-direction: column;
  }

  .final-step .case-badge {
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 11px;
    padding: 5.36px 12px 4.36px;
  }

  .final-step .case-main-title {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: -0.01em;
    max-width: 205.72px;
    margin-bottom: 11px;
    max-width: 500px;
    padding-right: 50px;
  }

  .final-step .case-header {
    margin-bottom: 28px;
  }

  .final-step .case-description {
    font-size: 14px;
    line-height: 21px;

  }

  .final-step .read-more {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 24px;

  }

  .final-step .award-section {
    margin-top: 19px;
  }

  .final-step .section-label {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 20px;
  }


  .final-step .award-amount-section {
    margin-left: 0px;
    text-align: left;
    padding-top: 19px;
    padding-bottom: 19px;
    border-top: 1px solid #CECECE;
    width: 100%;
    padding-left: 0px;
  }


  .footer-nav {
    position: absolute;
    width: 100%;
    bottom: 0;
  }

  .content-wrapper {
    height: 100% !important
  }

  .loading-container {
    justify-content: flex-start;
  }

  .third-state-container {
    height: 100vh;
    background: #E9F2F4;
  }

  .third-step {
    background: #E9F2F4;
  }

}


.footer-nav .button span:after,
.footer-nav button span:after,
.footer-nav .button:before,
.footer-nav button:before {
  display: none !important;
}



.nav-button.active:hover {
  color: white;
}

.nav-button-disabled {
  background-color: #D9D9D9 !important;
  color: #ACACAC !important;
  position: none !important;
}



.arrow-right {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border: 1px solid #fff;
  border-radius: 100%;
}

.nav-button-disabled .arrow-right {
  border-color: #ACACAC !important;
}

.nav-button-disabled svg path {
  stroke: #ACACAC !important;
  ;
}

.nav-button-disabled:hover {
  color: #ACACAC !important;
  ;
}


/* Mobile slide animation styles */
@media (max-width: 1024px) {
  .main-steps-contaner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10000000111;
    max-height: 100dvh;
    overflow: hidden;
    display: none;
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;

  }

  .main-steps-contaner.slide-up {
    display: block;
  }

  .main-steps-contaner.slide-up.visible {
    transform: translateY(0);
  }

  /* Ensure the steps content is scrollable on mobile */
  .main-steps-contaner .first-step,
  .main-steps-contaner .second-step,
  .main-steps-contaner .third-step,
  .main-steps-contaner .final-step {
    max-height: 100vh;
    overflow-y: auto;
    height: 100%;

  }




  /* Prevent body scroll when steps are open */
  /* body.steps-open {
    overflow: hidden;
  } */


  .main-steps-contaner.slide-up.visible::after {
    opacity: 1;
  }

  .calculator-container {
    display: block !important;
  }
}


@media (min-width: 360px) and (max-width: 389px) {
  .service-card {
    max-width: calc(50% - 10.25px)
  }


  .step-dots {
    max-width: 200px;
  }


  .second-step .step-dot {
    width: 126px;
  }




}


@media(max-width:1024px) {
  .nav-button.previous {
    gap: 18px !important;
  }
}


.service-card.selected .service-icon {
  background: #E9F2F4 !important;
}


.third-step .form-group {
  height: fit-content;
  display: flex;
  align-items: center;
  position: relative;
}

.third-step .form-group label {
  position: absolute;
  left: 18px !important;
  font-family: 'Gilroy-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  transition: 0.5s;
  top: 16px;
}


.third-step .form-group input:focus+label,
.third-step .form-group textarea:focus+label,
.third-step .form-group .active-input+label {
  top: 6px !important;
  font-size: 12px;

  font-family: 'Gilroy-Bold' !important;

}

.third-step .form-group input:focus+label,
.third-step .form-group textarea:focus+label {
  color: #007481;

}

/* .third-step .form-group input:focus,
.third-step .form-group textarea:focus,
.third-step .form-group .active-input {
  margin-top: 5px !important;
} */


.case-load-more {
  font-family: 'Gilroy-Bold';
  font-style: normal;
  font-weight: 400;
  font-size: 19.7605px;
  line-height: 140%;
  display: flex;
  align-items: center;
  letter-spacing: -0.005em;
  color: #FFFFFF;
  cursor: pointer;
  background: #E53C3C;
  width: 161.46px;
  height: 61.35px;
  padding: 18.5255px 34.5809px 14.8204px 30.8758px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto 0px;
  border-radius: 100px;

}

@media(max-width: 1024px) {
  .third-step .form-group label {
    top: 16px;
  }

  .third-step .form-group textarea:focus+label,
  .third-step .form-group textarea.active-input+label {
    top: 12px;
  }



  .third-step .form-group input:focus,
  .third-step .form-group textarea:focus,
  .third-step .form-group .active-input {
    margin-top: 0px !important;
  }

  .third-step input {
    padding-top: 24.54px;
    margin-top: 0px !important;
  }

  .tag-read-more {
    margin-bottom: 24px;
    margin-top: 17px;
  }

}




.form-control.disabled,
.form-control:disabled {
  background-color: #f5f5f5;
  cursor: not-allowed;

}

.checkbox-input:disabled {
  cursor: not-allowed;

}

.checkbox-input:disabled+.checkbox-custom {

  cursor: not-allowed;
}


button.nav-button.next.active .arrow-right,
button.nav-button.next.active span,
.nav-button.previous .arrow-left,
.nav-button.previous span {
  transition: 0.5s;
}

@media(min-width: 1025px) {
  button.nav-button.next.active:hover .arrow-right {
    transform: translateX(-3px);
  }

  button.nav-button.next.active:hover span {
    transform: translateX(3px);
  }


  .nav-button.previous:hover .arrow-left {
    transform: translateX(2px);
  }

  .nav-button.previous:hover span {
    transform: translateX(-2px);
  }

}


.nav-button-disabled span {
  transform: unset !important;
}


.case-details-block {
  transition: opacity 0.3s ease;
}

.case-details-block.hidden-case {
  display: none !important;
}




@media(min-width:1025px) and (max-width: 1400px) {

  .orphan-faq-lt {
    margin-left: 0px !important;
  }


  .no_awards_display .orphan-faq-wrap {
    flex-direction: column-reverse !important;
  }

  .orphan-faq-rt {
    width: 100% !important;
    max-width: 100% !important;
  }

  .final-step .result-amount {
    white-space: nowrap;
  }

  .outline-grid-bx::before {


    right: unset !important;
    left: -132px !important;
  }

  .calculator-container,
  .first-step,
  .second-step,
  .third-step,
  .loading-state,
  .final-step,
  .footer-nav {

    max-width: 886px;
  }
}

.final-step .case-main-title {
  max-width: 600px;
}

.final-step .injuries-tags.has-tall-tags {
  max-height: 85px;
}



.injury-tags-read-more::after {
  content: '';
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0) 161.46%);
  height: 80px;
  width: 100%;
  position: absolute;
  bottom: 0;
  opacity: 1;
  transition: 0.3s;
}

@media(max-width:1024px) {
  .final-step .injuries-tags.has-tall-tags {
    max-height: 92px;
  }

  .loading-container {
    padding: 20px;
  }

  .loading-content h2 {
    font-size: 27px;
  }

  .final-step .injuries-tags {
    max-height: 80px;

  }

  .injuries-tags.has-both-tall-tags {
    max-height: 109px;
    /* Both tags tall */
  }




  .inflation-text {
    margin-top: 10px;

  }

  .injury-tags-read-more::after {
    height: 80px;
  }

  .both-tall-active .injury-tags-read-more::after,
  .second-tag-active .injury-tags-read-more::after {
    height: 100px;
  }

  .final-step .injuries-tags {
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
  }


}


.injury-tags-read-more {
  position: relative;
}


.read-more-container-active::after {
  opacity: 0;
}

.tag-read-more {
  position: relative;
  z-index: 10;
}


.custom-btn {
  min-height: 49px;
}

.custom-btn a,
.custom-load-more span {
  margin-top: -2px;
}

.calculator-container {
  padding-top: 16px;
}


@media only screen and (max-width: 767px) and (min-width: 200px) {

  .orphan-faq-rt h2,
  .page-template-faq section h2 {
    margin-bottom: 20px;
  }

  .calculator-container {
    padding-top: 20px;
  }
}



.required-mark {
  color: #E3000F !important;
}

#message+label {
  top: 15px;
}


.form-text-area .form-control {
  padding-top: 25px;
  max-height: 57px !important;
  height: 57px !important;
  box-sizing: border-box;
  scrollbar-width: none;

  min-height: 0px !important;
  overflow: scroll;
  padding-top: 0px;
  position: absolute;
  padding-bottom: 0px;
  top: 29px;
  padding-bottom: 0px;
}

.form-text-area .form-control::-webkit-scrollbar {
  width: 0px;
}

.custom-load-more.custom-btn {
  margin: 40px auto 0px;

}

.custom-load-more span {
  display: block;
}

.gardening-card {
  gap: 13px;
}





@media(max-width:1024px) {
  .category-section .injury-tag {
    max-height: 36px;
    height: 36px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.injury-container {
  max-height: 528px;
  min-height: 528px;
}

@media (max-width: 1024px) {
  .shared-footer-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: #e9f2f4;
    height: 175px;
  }


  .content-wrapper,
  .injury-container {
    min-height: unset !important;
    max-height: unset !important;
  }

}

@media (min-width: 1025px) {


  .main-steps-contaner {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}



@media(max-width:1024px) {
  .services-grid {
    position: relative;
    padding-top: 23.97px;
  }

  .services-grid::before {
    content: '';
    background: linear-gradient(180deg, rgba(0, 116, 129, 0) 0%, #007481 100%);
    transform: rotate(-180deg);
    display: block;
    width: 100%;
    height: 25px;
    top: 150px;
    position: fixed;
    z-index: 111;
  }

  .left-content {
    gap: 0px !important;
  }

  .gardening-card {
    gap: 9px;
  }


  .third-step .form-group label {
    font-size: 14px;
    line-height: 150%;
  }


  .loading-animation::before {
    content: url("/wp-content/uploads/2025/10/Vector-68-1.svg");
  }

  .final-step .award-label {
    margin-bottom: 10px !important;
  }

}

@media(min-width:360px) and (max-width: 429px) {
  .services-grid::before {
    top: 177.42px;
  }
}


@media(max-width:1024px) {
  .final-step .result-header {
    max-height: 410px;
    height: 410px;
    transition: 0.5s;
  }


  .sticky-header-active .result-header {
    max-height: 230px;
    overflow: hidden;
    padding-top: 28px;
  }

  .result-para {
    transition: 0.5s;
    opacity: 1;
    visibility: visible;
  }

  .sticky-header-active .result-para {
    opacity: 0;
    visibility: hidden;
  }

  .result-amount,
  .result-label,
  .calculator-icon {
    transition: 0.5s;
  }

  .sticky-header-active .result-amount {


    font-size: 32px;
    letter-spacing: -0.96px;


  }


  .sticky-header-active .result-label {

    font-family: 'Gilroy-Medium';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    /* 15.4px */
    letter-spacing: -0.14px;
    margin-bottom: 17.55px;
  }



  .sticky-header-active .calculator-icon {
    margin-bottom: 12.93px;
    width: 93px;
    height: 73px;
    aspect-ratio: 94/73;
  }

}


.shopping-label br {
  display: none;
}

@media(min-width:360px) and (max-width: 380px) {
  .shopping-label br {
    display: block;
  }

  .shopping-card {
    gap: 9px;
  }

}


@media(max-width:1024px) {
  .form-group {
    min-height: 52px;
    max-height: 52px;
  }


}


.form-group-focused {
  background: white;
}

/* .form-group.form-group-active.form-group-focused {
  background: transparent;
} */


.arrow-icon svg {
  margin-top: 1px;
}



.form-group .form-control:-webkit-autofill {
  transition: background-color 115000s ease-in-out 0s;
  box-shadow: unset !important;
  -webkit-box-shadow: unset !important
}

.search-input:-webkit-autofill {
  transition: background-color 115000s ease-in-out 0s;
  box-shadow: unset !important;
  -webkit-box-shadow: unset !important;
  -webkit-text-fill-color: #fff !important; /* Set desired text color */
}

.search-input:-internal-autofill-previewed
{
  color: white !important;
  font-family: "gilroy-regular" !important;
}








@media(min-width:1025px) {

  #estimateForm .form-group-active:hover label,
  #estimateForm .form-group-focused:hover label {
    line-height: 24px !important;
  }
}

@media(min-width:1025px) {
  .result-content-wrapper {
    display: flex;
    align-items: center;
    gap: 40.99px;
  }
}


.third-step-container .form-section .form-title {
  margin-bottom: 11px !important;
}

@media(max-width:1024px) {
  .third-step-container .form-section .form-title {
    margin-bottom: 13.05px !important;

  }
}



@media(max-width: 1024px) {
  /* .steps-box-active,
  .steps-box-active body
  {
    overflow: hidden !important;
  }
   .steps-box-active body
  {
    position: fixed;
    
    width: 100%;
  }

  .injury-container,
   .orphan-faq-intro
  {
    overflow: hidden !important;
  } 

  /* .main-steps-contaner,
  .steps-box-active
  {
        background: #e9f2f4;
  } */ 

  .steps-box-active {
    background: #e9f2f4;
    overflow:  hidden;
  }

  .final-step
  {
    background: #e9f2f4 !important;
  }

  .steps-box-active body
{
  overflow: hidden;
  height: 100%;
  position: fixed;
}

}


#estimateForm input,
#estimateForm textarea {
  -webkit-tap-highlight-color: transparent !important;
}

#estimateForm textarea,
#estimateForm textarea:focus,
#estimateForm textarea:hover,
#estimateForm textarea:active {
  background: transparent !important;
  outline: unset !important;
  border: 0px !important;

}


#estimateForm input,
#estimateForm input:focus,
#estimateForm input:hover,
#estimateForm input:active {
  background: transparent !important;
  outline: unset !important;
  border: 0px !important;

}


@media(max-width: 1024px) {
  .final-step-container .step-close-icon {
    position: absolute;
  }
}

.error-active,
.error-active:hover {
  outline: 2px solid #e53c3c !important;
}


