html {
  scroll-behavior: smooth;
}

body {
  background-color: #f6f6f6;
  overflow-x: hidden;
}

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

img {
  width: 100%;
}

section {
  padding: 70px 0;
  overflow: hidden;
}

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

@font-face {
  font-family: "Inter";
  src: url(./assets/fonts/Inter/Inter-VariableFont_opszwght.ttf);
}
@font-face {
  font-family: "Inter";
  src: url(./assets/fonts/Inter/Inter-VariableFont_opszwght.ttf);
}
@font-face {
  font-family: "Playfair";
  src: url(./assets/fonts/Playfair/Playfair-VariableFont_opszwdthwght.ttf);
}
body {
  font-family: "Inter" !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair";
}

#RideShareForm .contact {
  background-color: #fff3cd;
  padding: 15px;
  border-left: 5px solid #ffc107;
  margin-top: 30px;
}
#RideShareForm .FormMain {
  position: relative;
  padding: 8px;
}
#RideShareForm .FormMain::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(148.33deg, #fca139 0%, #1074bc 100%);
  border-radius: 50px;
}
#RideShareForm .FormContainer {
  box-shadow: 0px 0px 35.63px 0px rgba(0, 0, 0, 0.1411764706);
  padding: 40px 0px 40px;
  position: relative;
  z-index: 50;
  background-color: rgba(255, 255, 255, 0.8980392157);
  border-radius: 48px;
  box-sizing: border-box;
}
#RideShareForm .FormContainer label {
  font-size: 17px;
  font-weight: 600;
  padding-left: 5px;
}
#RideShareForm .FormContainer .form-control {
  border: 1px solid #b5b5b5;
  outline: 0;
  font-size: 18px;
  padding: 8px 14px;
  width: 100%;
  background: #fff;
  border-radius: 12px;
  margin-bottom: 10px;
  transition: 300ms all ease;
}
#RideShareForm .FormContainer .form-select {
  border: 1px solid #b5b5b5;
  outline: 0;
  font-size: 18px;
  padding: 8px 14px;
  width: 100%;
  background: #fff;
  border-radius: 12px;
  margin-bottom: 10px;
  transition: 300ms all ease;
}
#RideShareForm .FormContainer form {
  width: 90%;
  margin: 0 auto;
}
#RideShareForm .FormBtn {
  width: 100%;
  background: #db7900;
  color: #000;
  border: 1px solid #db7900;
  border-radius: 10px;
  color: #fff;
  padding: 6px 10px;
}
#RideShareForm .wpcf7-spinner {
  position: absolute;
}

#Rideshare {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 17px;
  line-height: 1.5;
}
#Rideshare h1,
#Rideshare h2 {
  font-size: 42px;
  margin-bottom: 20px;
  line-height: 1.2em;
}
#Rideshare hr {
  margin: 30px 0;
}
#Rideshare ul {
  list-style-type: disc;
  padding-left: 20px;
}
#Rideshare a {
  color: #1074bc;
  font-weight: 600;
  transition: 300ms all ease;
}
#Rideshare a:hover {
  color: #db7900;
}

#Faq {
  background: url(https://hal.havealawyer.com/wp-content/themes/hal_new/assets/images/accordian.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: sticky;
}
#Faq .accordion-button:not(.collapsed)::after {
  background: url("https://hal.havealawyer.com/wp-content/themes/hal_new/assets/images/expand_more.svg");
  background-size: contain;
}
#Faq .accordion-button::after {
  background: url("https://hal.havealawyer.com/wp-content/themes/hal_new/assets/images/expand_more.svg");
  background-size: contain;
  opacity: 0.5;
  height: 28px;
  width: 28px;
  transition: 300ms all ease;
  border-radius: 6px;
}
#Faq .accordion .accordion-header {
  margin: 0;
}
#Faq .accordion .accordion-item {
  margin-bottom: 14px;
  border: 1px solid #1074bc;
  border-radius: 4px;
  box-shadow: none;
}
#Faq .accordion .accordion-item .accordion-body {
  font-size: 19px;
  padding-top: 0;
}
#Faq .accordion .accordion-item:hover .accordion-button::after {
  opacity: 1;
}
#Faq .accordion .accordion-item .accordion-button {
  background: white;
  box-shadow: none;
  font-weight: 600;
  font-size: 22px;
  padding: 1rem 1.25rem;
  line-height: 1;
}

.SectionTitle {
  margin-bottom: 42px;
}
.SectionTitle.Textleft h2 {
  text-align: left;
}
.SectionTitle h2 {
  font-weight: 600;
  line-height: 60.82px;
  font-size: 48px;
  text-align: center;
  margin-bottom: 14px;
}
.SectionTitle p {
  font-size: 21px;
}

#LawsuitLong .SectionTitle {
  margin-bottom: 42px;
}
#LawsuitLong .SectionTitle h2 {
  font-weight: 600;
  line-height: 60.82px;
  font-size: 48px;
  text-align: center;
  margin-bottom: 14px;
}
#LawsuitLong .SectionTitle p {
  font-size: 21px;
  text-align: center;
}
#LawsuitLong .SectionImage {
  margin-bottom: 24px;
}
#LawsuitLong p {
  font-size: 18px;
}
#LawsuitLong ul {
  font-size: 18px;
}

#Lawsuit {
  background: #fffaf1;
}
#Lawsuit.Yellow {
  background: transparent;
}
#Lawsuit p {
  font-size: 18px;
}
#Lawsuit a {
  color: #db7900;
  font-weight: 600;
  transform: 300ms all ease;
}
#Lawsuit a:hover {
  color: #1074bc;
}/*# sourceMappingURL=style.css.map */