@import url("../css/regional-page.css?v=345345");

html,
#mainContent {
  overflow: unset !important;
}

html {
  scroll-behavior: unset !important;
}

.hero-section {
  background-color: #e9f2f4;
  padding: 50px 30px;
  border-bottom: 1px solid rgba(99, 147, 155, 0.5);
  padding-top: 180px;
}

.tab-section {
  background-color: #e9f2f4;
  padding: 35px 20px;
}

.tab-section a {
  font-family: "gilroy-medium";
  font-size: 16px;
  line-height: 22.4px;
  letter-spacing: -0.5%;
  color: rgba(6, 48, 53, 0.8);
  font-weight: 400;
  background-color: rgba(25, 108, 115, 0.08);
  border-radius: 95px;
  padding-top: 16px;
  padding-right: 42px;
  padding-left: 42px;
  padding-bottom: 16px;
  text-decoration: none !important;
  max-width: 250px !important;
  text-align: center;
  white-space: nowrap;
  height: 55px;
  display: flex;
  align-items: center;
}

.tab-section .active-tab,
.tab-section a:hover {
  color: white;
  font-family: "gilroy-bold";
  font-weight: 400;
  background-color: #007481;
}

@media (min-width: 1025px) {
  .tab-section a:hover:not(.active-tab) {
    font-family: "gilroy-medium" !important;
    font-weight: 400 !important;
  }
}

.tab-section a {
  transition: 0.5s;
}

.tab-section .main-container {
  gap: 24px;
}

.hero-section .main-container {
  flex-direction: column;
  gap: 25px;
}

.heading-container {
  display: flex;
  flex-direction: column;
  gap: 34px;
  padding-right: 30px;
}

.hero-heading h1 {
  font-family: "gilroy-extrabold";
  font-weight: 400;
  font-size: 65px;
  margin: 0px;
  max-width: 830px;
  line-height: 1.1;
}

.hero-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hero-heading img {
  min-width: 200px;
  max-width: 200px;
}

.image-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.breadcrumbs p {
  font-family: "gilroy-bold" !important;
  font-size: 14px;
  line-height: 140%;
  font-weight: 400;
  display: flex;
  align-items: center;
}

.main-container {
  display: flex;
  flex-direction: row;
  gap: 131px;
  max-width: 1260px;
  margin: 0 auto;
}

.toc-headings a:hover {
  font-family: "gilroy-bold";

  color: #196c73;
  /* transition: all 0.3s !important;  */
  /* transition-delay: 0s, 0.2s !important; */
}

.toc-headings a {
  color: initial;
  /* Set the default color */
}

.toc-main-container {
  min-width: 320px !important;
  padding: 70px 0px 0px 0px !important;
  border-right: 1px solid #ececec !important;
}

.cta-container {
  padding: 45px 25px 50px 0px !important;
  border-top: 1px solid #ececec !important;
  margin-top: 45px;
}

.cta-container h2 {
  font-family: "gilroy-extrabold" !important;
  font-size: 26px !important;
  color: rgba(0, 0, 0, 1) !important;
  line-height: 130% !important;
  letter-spacing: -0.78px;
  margin-bottom: 20px;
  font-weight: 400;
}

.custom-btn {
  background-color: #e53c3c !important;
  border-radius: 100px !important;
  padding: 17px 26px 17px 23px !important;
  width: fit-content !important;
  position: relative !important;
  line-height: 1 !important;
}

.custom-btn a {
  font-family: "gilroy-semibold" !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  color: white !important;
  text-decoration: none !important;
  line-height: 1 !important;
  letter-spacing: -0.005em;
}

.custom-btn::before {
  content: "" !important;
  /* background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='10' fill='%23E53C3C' stroke='white' stroke-width='0'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.12553 12.8745C6.95816 12.7071 6.95816 12.4358 7.12553 12.2684L12.2684 7.12553C12.4358 6.95816 12.7071 6.95816 12.8745 7.12553C13.0418 7.2929 13.0418 7.56425 12.8745 7.73162L7.73162 12.8745C7.56425 13.0418 7.2929 13.0418 7.12553 12.8745Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5714 12.1426C12.3347 12.1426 12.1429 11.9507 12.1429 11.714L12.1429 7.85687L8.28572 7.85687C8.04902 7.85687 7.85715 7.66499 7.85715 7.42829C7.85715 7.1916 8.04902 6.99972 8.28572 6.99972L12.5714 6.99972C12.8081 6.99972 13 7.1916 13 7.42829L13 11.714C13 11.9507 12.8081 12.1426 12.5714 12.1426Z' fill='white'/%3E%3C/svg%3E") !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;
}

.custom-btn:hover:before {
  /* background: url("data:image/svg+xml,<svg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'><circle cx='10' cy='10' r='14' fill='%23E53C3C' stroke='white' stroke-width='0.5'/><path fill-rule='evenodd' clip-rule='evenodd' d='M7.12553 12.8745C6.95816 12.7071 6.95816 12.4358 7.12553 12.2684L12.2684 7.12553C12.4358 6.95816 12.7071 6.95816 12.8745 7.12553C13.0418 7.2929 13.0418 7.56425 12.8745 7.73162L7.73162 12.8745C7.56425 13.0418 7.2929 13.0418 7.12553 12.8745Z' fill='white'/><path fill-rule='evenodd' clip-rule='evenodd' d='M12.5714 12.1426C12.3347 12.1426 12.1429 11.9507 12.1429 11.714L12.1429 7.85687L8.28572 7.85687C8.04902 7.85687 7.85715 7.66499 7.85715 7.42829C7.85715 7.1916 8.04902 6.99972 8.28572 6.99972L12.5714 6.99972C12.8081 6.99972 13 7.1916 13 7.42829L13 11.714C13 11.9507 12.8081 12.1426 12.5714 12.1426Z' fill='white'/></svg>") !important; */
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}

.custom-btn:hover::after {
  transform: rotate(-136deg);
  width: 12.73px !important;
  height: 12.73px !important;
  right: -12px !important;
  /* left: 0; */
  /* bottom: 12px; */
  top: 18px;
  z-index: 11;
}

.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: 11;
  width: 6px;
  height: 6px;
  top: 7px;
  transition: 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-sizing: border-box;
}

.toc-container h2 {
  font-family: "gilroy-extrabold";
  font-size: 22px;
  font-weight: 400;
  color: #000;
  margin-bottom: 0px;
  line-height: 130%;
  /* 28.6px */
  letter-spacing: -0.66px;
}

.toc-container {
  padding-top: 30px !important;

  max-width: 516px;
}

.sticky-container {
  position: sticky !important;
  top: 80px !important;
  z-index: 10 !important;
  display: flex;
  flex-direction: column-reverse;
}

.main-content {
  overflow: hidden;
}

.main-content h2,
.npractice-heading .h2 {
  font-family: "gilroy-extrabold";
  font-size: 36px;
  font-weight: 400;
  letter-spacing: -0.03em;
  margin: 0px;
}

#overview p {
  font-family: "gilroy-semibold";
  font-size: 22px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 150%;
  letter-spacing: -0.02em;
}

.component-description-bold p {
  font-family: "gilroy-semibold" !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  color: rgba(0, 0, 0, 1) !important;
  line-height: 150% !important;
  letter-spacing: -0.02em !important;
}

#overview .colored-text {
  color: #9747ff;
}

#overview .colored-text span {
  color: #196c73;
}

.main-content {
  width: 100%;
  padding: 0px 0px 20px 0px;
}

#overview {
  border-bottom: 1px solid #ececec;
  padding-bottom: 37.5px;
  margin: 0px auto 37.5px;
}

.toc-section {
  scroll-margin-top: 180px;
}

/* .scrolled-up
{
  scroll-margin-top: 250px;
}

.scrolled-down
{
  scroll-margin-top: 50px;
} */

#personal-injury h3 {
  margin: 1em 0px;
  font-family: "gilroy-semibold";
  font-weight: 400;
  font-size: 22px;
  letter-spacing: -1.2px;
}

.main-content p {
  margin: 1em 0px;

  font-family: "gilroy-regular";
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.8);
  letter-spacing: 0px;
}

#personal-injury img {
  width: 100%;
  height: 100%;
}

#insurance {
  padding: 75px 0px;
}

.main-content a {
  color: #007481;
}

.compensation-icon-container {
  background-color: #063035;
  padding: 35px 35px 35px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.compensation-icon-container h3 {
  font-family: "gilroy-bold";
  font-size: 24px;
  font-weight: 400;
  color: white;
  margin: 0px;
}

.icon-box-container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.icon-box img {
  /* width: 53px; */
  height: 53px;
  /* object-fit: contain; */
}

.icon-box h4 {
  font-family: "gilroy-semibold";
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: white;
  margin: 0px;
}

.icon-box {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  justify-content: center;
  background-color: #007481;
  padding: 15px;
  min-width: 32%;
  width: 32% !important;
}

.mac-section {
  background-color: #063035;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 35px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.mac-section img {
  width: 122px;
  height: 24px;
  object-fit: contain;
}

.mac-section p {
  margin-bottom: 12px;
  color: white;
  font-family: "gilroy-medium";
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  text-transform: uppercase;
}

.list-section {
  position: relative;
  margin-top: 20px;
  margin-left: 17px;
}

.list-section p::before {
  content: "";
  background-color: #e53c3c;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100px;
  position: absolute;
  left: -12px;
  top: 11px;
}

.list-section p {
  position: relative;
}

.list-section a {
  font-weight: 400;
}

#compensation {
  padding-bottom: 75px;
}

.list-col ul {
  padding: 0px;
  margin: 0px;
}

.list-col li,
.list-col li a {
  list-style-type: none;
  font-family: "gilroy-regular";
  font-weight: 400;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.85);
  position: relative;
  text-indent: 0px;
  padding-left: 10px !important;
  line-height: 27px;
  text-align: left;
  margin-bottom: 15px;
}

.common-list {
  display: flex;
  justify-content: space-between;
}

.list-col ul {
  display: flex;
  flex-direction: column;
  gap: 0px;
  padding-left: 0px !important;
}

.list-col li:before {
  content: "";
  background-color: #e53c3c;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 100px;
  position: absolute;
  left: 0px;
  top: 12px;
}

.common-list-container {
  gap: 40px;
}

.common-cta a {
  font-family: "gilroy-bold";
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
  text-decoration: none !important;
}

.common-cta-container {
  display: flex;
  justify-content: space-between;

  gap: 60px;
}

.common-cta {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-top: 1px solid #000;
  padding-top: 10px;
  padding-bottom: 20px;
  align-items: flex-start;
}

/* .common-cta svg
 {
  border: 1px solid #000;
  border-radius: 100px;
  padding: 11px 12px;
  font-size: 15px;
  
} */
.common-cta svg {
  /* border: 1px solid #000;
  border-radius: 100px;
  padding: 10px;
  font-size: 16px;
  width: 33px;
  height: 33px; */

  width: 9.37px;
  height: 7.37px;
}

#common-injury .custom-btn {
  margin-top: 0px;
  margin-bottom: 75px;
  cursor: pointer;
}

.dark li {
  color: rgba(0, 0, 0, 0.8);
  padding-left: 16px !important;
}

.dark li a {
  color: rgba(0, 0, 0, 0.8);
  padding-left: 0px !important;
}

.dark li a:hover {
  color: #e53c3c;
}

.dark {
  margin-top: 25px;
}

.dark li:before {
  width: 7px;
  height: 7px;
  top: 11px;
}

#statement {
  margin-top: 75px;
  margin-bottom: 75px;
}

.video-box>img {
  width: 100%;
}

/* new css start*/

/* .advantages {
  display: flex !important;
}

.disadvantages {
  display: none !important;
}

.flipped .advantages {
  display: none !important;
}

.flipped .disadvantages {
  display: flex !important;
} */

/* .statement-content {
  position: relative;
  height: 200px; 
  overflow: hidden; 
} */
/* 
.advantages,
.disadvantages {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  align-items: flex-start;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transition: transform 0.7s ease-in-out, opacity 0.7s ease-in-out;
}

.advantages {
  z-index: 1000;
  transform: rotateX(0deg);
  opacity: 1;
  visibility: visible;
}

.disadvantages {
  z-index: 900;
  transform: rotateX(180deg);
  opacity: 0;
  visibility: hidden;
}

.flipped .advantages {
  transform: rotateX(180deg);
  opacity: 0;
  visibility: hidden;
  z-index: 900;
}

.flipped .disadvantages {
  transform: rotateX(0deg);
  opacity: 1;
  visibility: visible;
  z-index: 1000;
} */

/* new css end */

.statement-content-container {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 49px;
  z-index: 1;
  transition: 0.5s;
}

.statement-content {
  display: flex;
  flex-direction: column;
  height: 90px;
  position: relative;
  z-index: 1;
}

.flip-box {
  background-color: #e9f2f4;
  padding: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  /* position: relative; */
  top: 0;
  left: 0;
  right: 0;
}

.statement-content-container .statement-content .flip-box .heading-col h3 {
  line-height: 28px;
}

.advantages {
  align-items: flex-start;
  z-index: 1000;
  transform: rotateX(0deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.disadvantages {
  align-items: flex-start;
  z-index: 9000;
  transform: rotateX(180deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.flip .advantages {
  z-index: 900;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
}

.flip .disadvantages {
  z-index: 1000;
  -webkit-transform: rotateY(0deg);
  height: 146px;
}

.flip-btn {
  cursor: pointer;
}

.content-col {
  width: 85%;
}

.heading-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 35%;
}

.heading-col h3 {
  font-family: "gilroy-extrabold";
  font-size: 24px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  margin: 0px;
}

.heading-col h5 {
  font-family: "gilroy-extrabold";
  font-size: 12px;
  color: #659ba8 !important;
  font-weight: 400;
  margin: 0px;
}

.content-col p {
  font-family: "gilroy-regular";
  font-size: 18px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
}

#tips {
  margin-bottom: 75px;
}

#faqs h2 {
  /* border-bottom: 1px solid #000; */
  padding-bottom: 43px;
}

/* FAQS */

.custom-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
}

.custom-accordion-item {
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
  /* padding-bottom: 10px;
  padding-top: 10px; */
}

.custom-accordion-item:first-child {
  border-top: 1px solid #e5e5e5;
}

.accordion-active .custom-accordion-item {
  background: unset !important;
  padding: 0px !important;
}

.accordion-active {
  border-top: 1px solid black !important;
}

.custom-accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 6px;
  cursor: pointer;
  transition: 0.5s;
  padding-top: 29px;
  padding-bottom: 27px;
  align-items: center;
}

.accordion-active .custom-accordion-header {
  padding-top: 31px !important;
}

.custom-accordion-title {
  font-family: "gilroy-bold";
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.005em;
  color: #000;
}

.custom-accordion-item:hover .custom-accordion-title {
  color: #007481;
  transform: translateX(8px);
}

.accordion-active .custom-accordion-title {
  transform: translateX(0px) !important;
}

.accordion-active {
  padding: 0px !important;
}

.accordion-active .custom-accordion-header {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.custom-accordion-item:hover .custom-accordion-header {
  padding-left: 8px;
  padding-right: 15px;
}

.custom-accordion-item:hover .custom-accordion-icon {
  transform: rotate(45deg);
}

.custom-accordion-item:hover .custom-accordion-icon svg path {
  stroke: #007481;
}

.custom-accordion-title,
.custom-accordion-item {
  transition: color 0.5s, background-color 0.5s, transform 0.5s;
}

.custom-accordion-item:hover {
  background: #e9f2f4;
}

.custom-accordion-icon {
  font-size: 16px;
  transition: transform 0.5s ease;
  display: flex !important;
  align-items: center;
}

.custom-accordion-content {
  /* max-height: 0;
  transition: max-height 0.3s ease; */
  overflow: hidden;

  height: 0px;
  transition: all 0.3s;
}

.custom-accordion-content p {
  margin: 16px 0;
  font-family: "gilroy-regular";
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.custom-accordion-content p a {
  font-family: "gilroy-regular";
  color: #007481;
}

.custom-accordion-content p a:hover {
  color: #e53c3c;
}

.custom-accordion-item.accordion-active .custom-accordion-content {
  /* max-height: fit-content;  */
}

.statement-content-container p {
  margin: 0px !important;
}

.heading-col {
  gap: 0px;
}

.custom-accordion-item.accordion-active .custom-accordion-icon {
  transform: rotate(45deg) !important;
}

.custom-accordion .fa-plus:before {
  color: #6c6c6c !important;
}

.toc-headings a {
  font-family: 'Gilroy-Bold';
  font-weight: 400;
  color: rgba(0, 0, 0, 0.60);
  font-size: 16px;
  display: flex;
  gap: 12px;
  line-height: 140%;
  text-decoration: none !important;
}

.toc-headings {
  display: flex;
  flex-direction: column;
  gap: 24px;
}



.active-toc {
  color: #E53C3C !important;
  font-family: "gilroy-bold" !important;
}

.word {
  transition: 0.5s;
}

.toc-section {
  position: relative;
}

.swiper {
  width: 100%;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-next,
.custom-prev {
  display: block !important;
  top: var(--swiper-navigation-top-offset, 7%) !important;
}

.custom-prev {
  right: 80px !important;
  left: unset !important;
  transform: rotate(180deg);
}

.custom-prev svg,
.custom-next svg {
  border: 1px solid #d9d9d9;
  border-radius: 100px;
  padding: 10px 11px;
  width: 43px !important;
}

.custom-next {
  right: 28px !important;
}

#personal-injury h2 {
  width: 80%;
}

.swiper-pagination-fraction {
  top: var(--swiper-pagination-top, 123px) !important;
  width: 13% !important;
  right: 0 !important;
  left: unset !important;
  font-family: "gilroy-medium";
  font-size: 16px;
  font-weight: 400;
}

.swiper-pagination-total {
  color: #9a9a9a;
}

.mobile {
  display: none;
}

.custom-btn:hover::before {
  transform: rotate(-136deg);
  width: 49px !important;
  height: 49px !important;
  right: -30px !important;
}

.common-cta a,
.common-cta svg {
  transition: 0.8s;
}

.custom-btn:before {
  transition: 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

#analysis .main-container {
  flex-direction: column !important;
}

#analysis {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 80px;
}

.analysis-container-wrapper {
  /* padding-left: 15px;
  padding-right: 15px; */
}

@media (max-width: 1024px) {
  .analysis-container {
    align-items: flex-start !important;
    flex-direction: column;
    padding-left: 21px !important;
  }

  .last-cta {
    padding-bottom: 0px !important;
  }

  .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;
  }

  .tab-section a:hover:not(.active-tab) {
    font-family: "gilroy-regular";
    color: rgba(6, 48, 53, 0.8);
    font-weight: 400;
    background-color: rgba(25, 108, 115, 0.08);
  }

  #compensation .image-box {
    margin-bottom: 37px;
  }

  #compensation {
    padding-bottom: 60px;
  }

  .common-cta {
    -webkit-tap-highlight-color: transparent;
  }

  .common-cta:hover a {
    padding: 0px 0px !important;
  }

  .common-cta:hover .svg-container::before {
    display: none !important;
  }

  .common-cta:hover .svg-container::after {
    width: 33px !important;
    height: 33px !important;
  }

  .analysis-container {
    gap: 16px !important;
    flex-direction: column;
  }

  .analysis-container .hide-on-mobile {
    display: none !important;
  }

  .analysis-container .hide-on-desktop {
    display: block !important;
  }

  .dark li:before {
    width: 6px;
    height: 6px;
  }

  .container-lg {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .custom-accordion-item:hover .custom-accordion-icon svg path {
    stroke: #6c6c6c !important;
  }

  .accordion-active:hover .custom-accordion-icon svg path {
    stroke: #000 !important;
  }

  .toc-headings {

    width: 100%;
  }

  .injury-height {
    padding-top: 60px;
  }

  .toc-container {
    max-width: 100%;
  }

  .common-cta .svg-container {
    width: 33px;
    height: 33px;
  }

  #progress-bar-background {
    top: -20px !important;
    z-index: 9999999999 !important;
    height: 22px !important;
  }

  .custom-accordion-item {
    -webkit-tap-highlight-color: transparent;
  }

  .dark li a {
    font-size: 16px !important;
  }

  /* .custom-accordion-item:hover .custom-accordion-icon svg path {
    stroke: #6C6C6C !important;
} */

  .show-mobile-toc+.toc-headings {
    padding: 10px 20px !important;
  }

  .custom-accordion-item:hover .custom-accordion-header {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .how-we-help__nav::before {
    display: none;
  }

  .custom-btn:hover a {
    transform: translateX(0px) !important;
  }

  .custom-btn:hover:before {
    /* background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='10' fill='%23E53C3C' stroke='white' stroke-width='0'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.12553 12.8745C6.95816 12.7071 6.95816 12.4358 7.12553 12.2684L12.2684 7.12553C12.4358 6.95816 12.7071 6.95816 12.8745 7.12553C13.0418 7.2929 13.0418 7.56425 12.8745 7.73162L7.73162 12.8745C7.56425 13.0418 7.2929 13.0418 7.12553 12.8745Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5714 12.1426C12.3347 12.1426 12.1429 11.9507 12.1429 11.714L12.1429 7.85687L8.28572 7.85687C8.04902 7.85687 7.85715 7.66499 7.85715 7.42829C7.85715 7.1916 8.04902 6.99972 8.28572 6.99972L12.5714 6.99972C12.8081 6.99972 13 7.1916 13 7.42829L13 11.714C13 11.9507 12.8081 12.1426 12.5714 12.1426Z' fill='white'/%3E%3C/svg%3E") !important; */
    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;
    transform: rotate(0deg) !important;
  }

  .custom-accordion-header {
    height: fit-content;
  }

  .tab-section a {
    height: 50px;
  }

  .toc-headings a:hover {
    color: #000 !important;
    font-family: "gilroy-medium";
  }

  .popup-insurance iframe {
    max-width: 100%;
    max-height: 400px;
  }

  .toc-icon-active svg {
    transform: rotate(135deg);
  }

  .mobile-toc-active {
    border-bottom: 0px !important;
  }

  .common-cta svg {
    width: 25px;
    height: 25px;
  }

  .custom-accordion-item:hover {
    background: unset !important;
  }

  /* .custom-accordion-item:hover {
    padding: 20px 0px !important;
  } */

  .custom-accordion-item:hover .custom-accordion-title {
    color: unset !important;
    transform: translateX(0px) !important;
  }

  .custom-accordion-item:hover .custom-accordion-icon {
    transform: rotate(0deg);
  }

  .main_header {
    z-index: 9999999;
  }

  .main_header.fixed-header:before {
    background: #14292c !important;
  }

  .common-cta br {
    display: none;
  }

  .how-we-help__counter-container {
    margin-bottom: unset !important;
  }

  footer#main_footer {
    padding: 70px 0 0 0;
  }

  .heading-col h3 {
    font-size: 22px;
  }

  #common-injury .image-box {
    margin-bottom: 20px;
  }

  .statement-content {
    padding: 18px 20px;
    gap: 18px;
  }

  .statement-content-container {
    gap: 33px;
  }

  /* .flip-main {
    gap: 65px !important;
  } */

  #analysis {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 50px;
  }

  #analysis .main-container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .heading-col h5 {
    font-size: 10px;
  }

  .main-container {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .analysis-container h2 {
    font-size: 27px;
    line-height: 35px;
    letter-spacing: 0px;
    /* padding-bottom: 16px; */
  }

  .main-content {
    padding-top: 0px;
  }

  #overview h2,
  #overview p,
  .cta-container h2,
  #personal-injury h2,
  .mobile-toc,
  .how-we-help__col-1,
  .how-we-help__nav-footer,
  #insurance,
  #compensation,
  #common-injury,
  #motor-vechicle,
  #statement,
  #tips,
  #faqs,
  .mobile-toc .toc-headings {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .dark {
    margin-top: 20px !important;
  }

  #insurance {
    padding-bottom: 40px;
  }

  #insurance {
    padding-top: 60px;
  }

  .toc-container {
    z-index: 99999;
    position: sticky;
    padding-right: 0px !important;
  }

  .mobile-toc h2 {
    padding: 0px !important;
  }

  .cta-container .custom-btn {
    margin-left: 15px;
  }

  .hero-section {
    padding: 120px 20px 10px;
  }

  .common-cta {
    padding-bottom: 26px;
    padding-top: 11px !important;
  }

  /* .common-cta-container {
    margin-bottom: 20px;
  } */

  .hero-heading {
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .hero-heading img {
    width: 150px;
  }

  .list-section p::before {
    top: 9px;
  }

  #overview p {
    letter-spacing: -0.02em;
  }

  .component-description-bold p {
    letter-spacing: -0.02em !important;
  }

  .box-container {
    height: 327px !important;
    min-height: 327px;
  }

  .box-container .box {
    height: 327px !important;
  }

  #overview {
    padding-bottom: 15px;
  }

  #faqs h2 {
    /* border-bottom: 2px solid #e5e5e5; */
    padding-bottom: 20px;
  }

  .custom-accordion {
    margin: 0px;
  }

  .custom-accordion-header {
    padding: 27px 0px 29px 0px !important;
  }

  .custom-accordion-header,
  .custom-accordion-content {
    padding: 0px;
  }

  .tab-section {
    padding: 20px 20px;
    width: 100%;
    overflow: scroll;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }

  .tab-section a {
    margin: unset !important;
    font-family: "gilroy-regular";
  }

  .tab-section .main-container {
    width: auto;
    justify-content: flex-start !important;
    gap: 19px !important;
    overflow-x: scroll;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    max-width: unset !important;
  }

  .mobile-toc {
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    background: white !important;
  }

  .toc-headings {
    background: white !important;
    border-bottom: 1px solid #ececec;
  }

  .cta-container {
    border-top: unset !important;
    border-bottom: 1px solid #ECECEC;
  }

  .image-container {
    margin-bottom: 20px;
  }

  .main-container {
    flex-direction: column;
    max-width: 100%;
    width: auto;
  }

  .popup-insurance {
    width: 87%;
  }

  .slide-text {
    width: 100% !important;
  }

  .mobile {
    display: block !important;
    width: auto !important;
    padding: 0px !important;
    border: 0px !important;
  }

  .tab-section a {
    font-size: 15px;
    line-height: 21px;
    padding-top: 14px;
    padding-bottom: 12px;
    padding-right: 34px;
    padding-left: 34px;
    border-radius: 39px;
  }

  .list-col li {
    font-size: 16px;
  }

  .common-list-container {
    gap: 20px;
  }

  .list-col ul {
    gap: 0px;
  }

  .common-list {
    flex-direction: column;
    gap: 0px !important;
  }

  .npractice-heading h2 {
    font-size: 25px !important;
  }

  .tab-section .main-container {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0px;
    margin-left: 0px !important;
  }

  .toc-icon i:before {
    border: 1px solid;
    border-radius: 100px;
    padding: 10px 11px;
  }

  .main-content .toc-container h2 {
    font-size: 18px !important;
    margin-bottom: 20px;
    line-height: 140%;
    /* 28px */
    letter-spacing: -0.4px;
  }

  .mobile-toc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin-bottom: 20px; */
    padding: 25px 0px 24px;
    transition: height 0.3s;
    border: 0px;
    box-sizing: border-box;
    max-height: 65px;

  }

  .show-mobile-toc {
    box-shadow: unset;
  }

  .mobile-toc-active {

    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
  }

  .mobile-toc-header {
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
    align-items: center;
  }



  .mobile-toc h2 {
    margin-bottom: 0px !important;
    letter-spacing: -0.3px;
  }

  .cta-container {
    padding: 0px 25px 45px 0px !important;
    margin-top: 11px !important;
  }

  #personal-injury {
    margin-top: 60px;
  }

  .custom-slider {
    margin-top: 50px !important;
  }

  span.slide-heading {
    font-size: 20px !important;
    letter-spacing: -0.02em;
  }

  .main-content h2,
  .npractice-heading .h2 {
    letter-spacing: -0.005em;
  }

  .mobile-toc svg path {
    stroke: #000;
  }

  .toc-icon.mobile {
   
    width: 35px !important;
    height: 35px !important;
    display: flex !important;
    align-items: center;
  }

  .toc-headings {
    overflow: hidden;
    height: 0px;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    padding: 10px 20px 45px;
    gap: 18px;
  }

  .heading-active {

    transition: 0.5s;
    opacity: 1;
    visibility: visible;
  }

  .show-mobile-toc+.heading-active {
    overflow: auto;
  }


  .toc-headings.heading-active {
    margin-bottom: 35px;
  }

  .cta-container h2 {
    font-size: 24px !important;
    margin-bottom: 20px;
  }

  #overview {
    margin: 20px auto 43px;
  }

  .desktop {
    display: none;
  }

  .main-content {
    width: 100%;

    width: auto;
  }

  .main-content h2,
  .npractice-heading .h2 {
    font-size: 27px !important;
  }

  #overview p {
    font-size: 20px;
  }


  .main-content p {
    font-size: 16px;
  }

  .icon-box h4 {
    font-size: 12px;
  }

  .icon-box {
    width: 28%;
    padding: 6px;
  }

  .icon-box-container {
    gap: 6px;
  }

  .compensation-icon-container {
    padding: 14px;
  }

  .compensation-icon-container h3 {
    font-size: 14px;
  }

  .mac-section p {
    font-size: 12px;
  }

  .mac-section {
    align-items: center;
  }

  .common-cta-container {
    flex-direction: column;
    gap: 0px;
  }

  .common-cta-container {
    margin-top: 0px;
  }

  .common-cta svg,
  .common-cta i {
    /* padding: 7px 8px; */
  }

  #common-injury .custom-btn {
    margin-top: 15px;
    margin-bottom: 50px;
  }

  #statement {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .statement-content {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    height: 130px;
  }

  .flip-box.advantages,
  .flip-box.disadvantages {
    height: 160px;
  }

  .content-col,
  .heading-col {
    width: 100%;
  }

  .custom-accordion-title {
    font-family: "gilroy-semibold";
    font-size: 18px;
    line-height: 25.2px;
    padding-right: 10px;
    letter-spacing: -0.005em;
  }

  .accordion-active .custom-accordion-title {
    /* padding-top: 27px;
    padding-bottom: 27px; */
  }

  .custom-accordion-content {
    padding-right: 10px;
  }

  .slide-text {
    padding-bottom: 80px;
  }

  .swiper-button-prev,
  .swiper-button-next {
    top: 64% !important;
  }

  .swiper-button-next {
    left: 50px !important;
  }

  .swiper-button-prev {
    left: 0px !important;
  }

  .main-progress {
    top: 56% !important;
  }

  .hero-heading {
    flex-direction: column-reverse;
  }

  .hero-heading h1 {
    font-size: 45px;
    margin: 0px;
  }

  .image-container {
    justify-content: flex-start;
  }

  .hero-section .main-container {
    gap: 20px;
  }

  .tab-section a {
    width: fit-content;
    text-align: center;
    margin: 0 auto;
    padding: 12px 33px;
  }

  .analysis-icon svg {
    width: 48px !important;
    height: 48px !important;
  }

  html,
  #mainContent {
    overflow-x: hidden !important;
  }

  .how-we-help__nav-container {
    position: unset !important;
    margin-left: -1px;
  }

  .how-we-help__nav-footer {
    margin: 0px;
    margin-bottom: 20px;
  }

  .how-we-help-nova-description {
    margin: 0px;
  }

  #personal-injury h2 {
    width: 100%;
  }

  .analysis-container-wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }

  .play-icon svg {
    width: 70px;
    height: 70px;
  }

  .play-triangle {
    width: 10px;
    height: 10px;
  }
}

.progress-container {
  position: relative;
}

.progress-circle {
  transform: rotate(-90deg);
}

.progress-circle-bg {
  fill: none;
  stroke: #e6e6e6;
  stroke-width: 2;
}

.progress-circle-fill {
  fill: none;
  stroke: #4caf50;
  stroke-width: 2;
  stroke-linecap: round;
  transition: stroke-dashoffset 0.5s ease;
}

.progress-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  font-weight: 400;
}

.swiper-pagination-fraction {
  position: unset !important;
}

.main-progress {
  display: flex;
  justify-content: center;
  align-items: center;
  top: 195px;
  right: 0;
  position: absolute;
}

.progress-container {
  position: relative;
}

.progress-circle {
  display: block;
  /* Ensures the SVG displays as a block */
}

.swiper-pagination {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  /* Center the pagination */
  z-index: 10;
  /* Ensure it appears above other elements */
  text-align: center;
  /* Center text inside pagination if needed */
}

.swiper-pagination-fraction {
  width: 100% !important;
}

.slide-text {
  opacity: 0;
}

.enterance-animation {
  animation: slideDown 0.5s forwards;
}

@keyframes slideDown {
  from {
    transform: translateY(40px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 0;
  }
}

.custom-animation {
  animation: slideIn 0.5s forwards;
  /* Custom animation */
}

@keyframes slideIn {
  from {
    transform: translateY(-40px);
    /* Slide in from the right */
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.common-cta a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.common-cta .svg-container {
  border-radius: 100%;
  /* border: 1px solid; */
  align-items: center;
  width: 33px;
  height: 33px;
  position: relative;
  transition: transform 0.5s ease-in-out, background-color 0.5s ease-in-out 0.5s;
  display: flex;
  justify-content: center;

  /* position: relative;
  transition: transform 0.5s ease-in-out, background-color 0.5s ease-in-out 0.5s;
  display: flex; */
}

.common-cta .svg-container::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background-color: black;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out,
    background-color 0.25s ease-in-out 0.25s;
}

.common-cta .svg-container::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 33px;
  height: 33px;
  background-color: transparent;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out,
    background-color 0.25s ease-in-out 0.25s;
  border: 1px solid black;
  box-sizing: border-box;
}

.common-cta:hover .svg-container {
  border: 0px;
}

.common-cta:hover .svg-container::before {
  width: 34px;
  height: 34px;
  background-color: #e9f2f4;
}

.common-cta:hover .svg-container::after {
  width: 24px;
  height: 24px;
}

.common-cta:hover a {
  padding: 0px 10px;
}

.common-cta a {
  /* transition: 0.5s; */
  line-height: 22px;
  /* transition: 0.8s cubic-bezier(0.34, 1.56, 0.64, 1); */
  transition: 0.8s all;
}

.common-cta:hover svg {
  border: unset !important;
}

.common-cta svg {
  transition: 0.5s;
  z-index: 3;
  position: relative;
  height: 10px;
  width: 11px;
  margin-left: 1px;
}

.breadcrumb-divider {
  margin: auto 4px auto 6px;
  display: flex;
}

.slide-text {
  width: 70%;
}

.common-cta-container::nth-child(1) {
  margin-top: 0px !important;
}

#common-injury .mac-section {
  margin-bottom: 50px;
}

.custom-btn:hover a {
  transform: translateX(-3px);
}

.custom-btn a {
  display: block;
  transform: translateX(0px);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none !important;
}

.custom-next,
.custom-prev {
  display: flex !important;
  width: fit-content !important;
}

.custom-next::before,
.custom-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background-color: #e9f2f4;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: width 0.2s ease-in-out, height 0.2s ease-in-out,
    background-color 0.25s ease-in-out 0.25s;
}

.analysis-container .analysis-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 58px;
  height: 58px;

  border: 1px solid white;
  background-color: transparent;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: width 0.2s ease-in-out, height 0.2s ease-in-out,
    background-color 0.25s ease-in-out 0.25s;
}

.analysis-container .analysis-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0px;
  height: 0px;
  background-color: #e9f2f4;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: width 0.2s ease-in-out, height 0.2s ease-in-out,
    background-color 0.25s ease-in-out 0.25s;
}

.analysis-container:hover .analysis-icon::after {
  width: 58px;
  height: 58px;
  background-color: #e9f2f4;
}

.analysis-container:hover .analysis-icon::before {
  width: 48px;
  height: 48px;
}

.analysis-container:hover .analysis-icon svg path {
  stroke: #007481;
}

/* .analysis-container .analysis-icon::before
{
  transition: width 0.6s ease-in-out, height 0.6s ease-in-out,
    background-color 0.35s ease-in-out 0.35s !important;
} */

.custom-next:hover::before,
.custom-prev:hover::before {
  width: 100%;
  height: 100%;
  background-color: #e9f2f4;
}

.custom-next:hover svg,
.custom-prev:hover svg {
  border: unset !important;
}

.custom-prev svg,
.custom-next svg {
  position: relative;
  z-index: 999;
}

.analysis-container {
  position: relative;
}

.analysis-container:hover .analysis-icon svg path {
  stroke: #007481;
}

.analysis-icon {
  /* margin-top: 10px; */
  margin-top: 0px;
  position: relative;
  display: flex;
  cursor: pointer;
}

.analysis-icon svg {
  position: relative;
  z-index: 111;
}

#common-injury .image-box {
  margin-bottom: 25px;
}

.slide-text {
  margin-bottom: 40px;
}

#insurance p,
#common-injury p,
#motor-vechicle p,
#statement p {
  margin-bottom: 1.5em;
}

#compensation p {
  margin-bottom: 25px;
}

#compensation .image-box {
  margin-bottom: 35px;
}

#common-injury .image-box {
  margin-bottom: 45px;
}

@media (max-width: 767px) {
  #common-injury .image-box {
    margin-bottom: 20px;
  }

  .heading-container {
    padding-right: 0px;
  }

  .articles-list .article {
    padding: 30px 25px 0px !important;
  }
}

#insurance a {
  color: #007481;
  font-family: "gilroy-regular" !important;
}

#compensation a {
  color: #007481;
  font-family: "gilroy-semibold" !important;
}

/* Styling for the popup */
.popup-insurance {
  display: none;
  /* Initially hidden */
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  z-index: 9999999999;
}

.popup-insurance iframe {
  display: block;
  width: 1200px;
  height: 600px;
  margin: auto;
}

/* Styling for the popup overlay */
.popup-overlay-insurance {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999999999;
}

/* Close button styling */
.close-btn-insurance {
  position: absolute;
  /* Change to absolute */
  top: -56px;
  /* Position it closer to the popup */
  right: -54px;
  /* Keep it on the right */
  background: transparent;
  color: white;
  /* Close button color */
  border: none;
  font-size: 32px;
  /* Larger size */
  cursor: pointer;
  z-index: 1001;
  /* Above the overlay */
}

.close-btn-insurance:hover {
  color: #007481;
  /* Red on hover */
}

button:hover:before {
  width: unset;
  background-color: unset;
  left: unset;
  bottom: unset;
  z-index: 1;
}

.linked-text {
  color: #007481;
}

.list-section p {
  color: rgba(0, 0, 0, 0.8) !important;
}

span.slide-heading {
  display: flex;
  margin-bottom: 10px;
  font-family: "gilroy-semibold" !important;
  font-size: 22px;
  line-height: 30.8px;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 1) !important;
  letter-spacing: -0.02em;
}

.custom-slider {
  margin-top: 39px;
  gap: 10px;
}

.how-we-help__nav-container {
  position: absolute;
  top: 1%;
  right: 3%;
}

.how-we-help-nova-description {
  width: 90%;
}

.how-we-help-nova-description p {
  font-family: "gilroy-regular" !important;
  font-size: 18px;
}

.how-we-help__counter p {

  line-height: 0;
  margin: 0px;
}

.how-we-help__col-2 {
  flex: 1%;
  padding-left: 0px;
  padding-right: 20px;
  display: flex;
}

.how-we-help__col-1 {
  flex: 83%;
}

.how-we-help__counter-container {
  margin-bottom: 20px;
}

/* @media only screen and (min-width: 1024px) { */
.custom-nav-up {
  transform: translateY(-100%) !important;
}

/* } */

.toc-link {
  transition: none !important;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: rgba(0, 0, 0, 1) !important;
}

.box-container {
  min-height: 327px;
}

.btn-cta {
  cursor: pointer;
  min-width: 120px;
  text-align: center;
}

.container {
  max-width: 1260px !important;
}

.articles-list .owl-stage-outer {
  /* overflow: hidden !important; */

  min-width: 100vw !important;
  margin-left: -25px !important;
}

section.resource-grid-section {
  padding-top: 100px;
}

section.resource-grid-section {
  padding-bottom: 0px;
}

.custom-accordion-item.accordion-active .custom-accordion-icon svg path {
  stroke: #000;
}

.analysis-container h2 {
  color: white !important;
  font-family: "gilroy-bold";
  font-size: 36px;
  letter-spacing: -0.005em;
  line-height: 140%;
  margin: 0px;
}

.analysis-container {
  margin: 50px auto 0px;
  background: url("https://macgillivraylaw.com/wp-content/uploads/2025/01/analysis-bg.png");
  background-size: cover;
  background-position: 75% -10px;
  background-repeat: no-repeat;
  border-radius: 10px;
  /* padding: 20px; */
  padding: 54px 40px;
  display: flex;
  align-items: center;
  /* gap: 20px; */
  column-gap: 18px;
  /* min-height: 158px; */
  width: 100%;
  background-color: #007481;
}

.custom-slider i::before {
  color: #000;
}

.custom-slider .how-we-help__nav:hover i::before {
  color: #007481;
}

.how-we-help__counter-total {
  color: #9a9a9a;
}

.how-we-help__counter-active {
  color: #063035;
}

.how-we-help__col-3 {
  margin-top: 12px;
}

@media (max-width: 1300px) {
  .main-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .toc-main-container {
    /* padding-left: 20px !important; */
  }
}

@media (max-width: 767px) {
  .npractice-heading span.h2.h2-resources {
    font-size: 27px !important;
  }

  .article .npeers-top h2 {
    padding-right: 10px;
  }

  .show-mobile-toc+.heading-active {
    height: 500px !important;
    max-height: 500px;
    overflow: auto;
  }

  .statement-content-container {
    margin-bottom: 75px !important;
    gap: 50px !important;
  }

  .popup-insurance iframe {
    max-width: 100%;
    max-height: 230px;
  }

  .toc-headings {
    max-width: 296px;
  }

  .toc-headings a {
    width: 100% !important;
    gap: 8px;
    font-size: 14px;
  }

  .how-we-help__nav::after {
    width: 40px !important;
    height: 40px !important;
  }

  .accordion-active .custom-accordion-icon {
    transform: rotate(45deg) !important;
  }

  footer#main_footer {
    padding: 0px;
  }

  .custom-btn.flip-btn {
    height: 48px;
  }

  .hero-heading img {
    width: 160px;
    min-width: 160px;
    max-width: 160px;
  }

  .show-mobile-toc+.toc-headings {
    padding: 10px 20px 25px !important;
  }

  .toc-headings {
    gap: 20px;
    max-width: 100%;
  }

  .analysis-container {
    background-position: 75% -10px;
    /* padding-top: 10px !important;
    padding-bottom: 10px !important; */
    /* min-height: 190px !important; */
    justify-content: center !important;
    padding: 27px 23px 29px 20px !important;
  }

  .tab-section {
    padding: 20px 20px;
    width: 100%;
    overflow: scroll;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    padding-right: 0px;
  }

  .main_header.fixed-header:before {
    background: #14292c !important;
  }

  .analysis-container .analysis-icon {
    transform: translateX(-4px);
  }

  .analysis-container:hover .analysis-icon::before {
    width: 47px !important;
    height: 48px !important;
    background-color: #e9f2f4;
  }

  .play-icon {
    width: 75px !important;
    height: 75px !important;
  }

  .play-icon img {
    width: 15px !important;
    height: 18px !important;
  }

  .analysis-container h2 {
    font-size: 27px !important;
    letter-spacing: 0px;
  }

  .box-container {
    min-height: 184px !important;
    height: 184px !important;
  }

  .box-container .box {
    height: 184px !important;
  }

  .common-list {
    flex-direction: column !important;
  }

  .how-we-help__col-3 {
    width: 100%;
  }

  .how-we-help__counter-container {
    margin-bottom: 20px !important;
  }

  /* .box-container {
    max-height: 184px;
  } */

  .tab-section a {
    margin: unset !important;
  }

  .statement-content-container {
    gap: 25px;
  }

  .tab-section .main-container {
    width: 550px !important;
    justify-content: flex-start !important;
    gap: 20px !important;
    overflow-x: scroll;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    max-width: unset !important;
  }

  section.resource-grid-section {
    padding: 40px 0 34px !important;
  }

  .flip-box {
    flex-direction: column;
    gap: 20px;
    padding: 22px 20px;
    /* min-height: 216px; */
    /* min-height: 205px; */
    justify-content: flex-start !important;
    height: 240px !important;
    /* justify-content: space-evenly !important; */
  }

  .statement-content {
    height: 200px !important;
  }

  /* .flip {
    height: 190px;
  } */

  /* .flip-main .flip
  {
    height: 201px;
  } */

  .flip .disadvantages {
    height: 260px;
    justify-content: center;
  }
}

@media (max-width: 422px) {
  .analysis-container {
    gap: 0px;
  }
}

.show-mobile-toc {
  position: fixed;
  width: 100%;
  background: white;
  top: calc(80px + var(--popup-offset, 0px));
  z-index: 999999999999999999999999999;
  left: 0px;
}

.show-mobile-toc+.toc-headings {
  background: white;
  position: fixed;
  top: 165px;
  z-index: 1000;
  min-width: 100%;
  padding: 10px 15px;
  left: 0px;
  z-index: 999999999;
  border-bottom: 1px solid #ececec;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
}

/* @media (max-width: 1024px) {
  .toc-headings{
    position: fixed;
    top:0px;
  }
} */

.accordion-active {
  background: unset !important;
}

.accordion-active .custom-accordion-header {
  transform: translateX(0) !important;
}

.breadcrumbs a {
  color: #000;
}

.analysis-container {
  cursor: pointer;
  display: flex;
  gap: 38.3px;
}

#overview .linked-text:hover,
#overview a:hover {
  color: #e53c3c;
}

@media (max-width: 820px) {
  .statement-content-container {
    gap: 30px;
  }

  .flip-box.advantages,
  .flip-box.disadvantages {
    height: 160px;
  }

  .common-list {
    flex-direction: row;
  }

  /* .how-we-help__nav-footer {
    margin: 20px;
  } */

  /* .box-container {
    height: 300px;
    min-height: 300px;
  } */
}

.statement-content {
  height: 130px;
}

.flip-box.advantages,
.flip-box.disadvantages {
  height: 150px;
}

.text-bold {
  font-family: "gilroy-bold";
}

.list-section p::before {
  left: -18px;
}

.play-icon img {
  width: 22px;
  height: 26px;
  margin: 0px !important;
}

.video-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

/* .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  background: white;
  border-radius: 100px;
  width: 63px;
  height: 63px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  transform: translate(-50%, -50%);
} */

.play-icon {
  position: absolute;
  width: 63px;
  height: 63px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.play-icon svg circle {
  transition: 0.5s;
}

@media (hover: hover) {
  .play-icon:hover svg circle {
    fill: rgba(255, 255, 255, 0.8);
  }
}

.play-icon svg {
  position: absolute;
}

.play-triangle {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* .play-icon:hover {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
} */

.articles-list-car-accidents .owl-nav button span {
  font-weight: 300 !important;

  font-size: 17px !important;
  height: 45px;
  width: 45px;
  border: 1px solid #d9d9d9;
}

.articles-list-car-accidents .owl-nav button span::after {
  top: 50%;
  transform: translateY(-50%);
  content: "";
  position: absolute;
  background: #e9f2f4;
  border-radius: 100%;
  transition: all 0.3s;
  width: 0px;
  height: 0px;
  display: block !important;
  margin-left: 0px !important;
  z-index: 1;
}

.articles-list-car-accidents .owl-nav span:hover::after {
  width: 45px;
  height: 45px;
}

.articles-list-car-accidents .owl-nav span::before {
  z-index: 2;
}

.frm_submit .frm_button_submit {
  position: relative !important;
  font-family: "gilroy-extrabold", sans-serif !important;
  height: auto !important;
  border-radius: 30px !important;
  background-color: transparent !important;
  font-size: 1.188rem !important;
  line-height: normal !important;
  padding: 14px 35px 15px 35px !important;
}

/* .connect_overlay_bg
  .frm_forms
  .frm-show-form
  .frm_form_fields
  button[type="submit"]:hover {
  background: var(--mgld-hoverbtnblue) !important;
  color: var(--white) !important;
  border-color: var(--mgld-hoverbtnblue) !important;
} */

.header {
  z-index: 999999999999999999999999;
}

.how-we-help__image-container {
  position: relative;
  z-index: -1;
}

#insurance a:hover,
#compensation a:hover {
  color: #e53c3c;
}

.align-top a {
  align-items: flex-start !important;
}

#progress-bar-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #d9d9d9;
  z-index: 1000;
}

#progress-bar {
  height: 100%;
  background-color: #e53c3c;
  width: 0%;
}

/* TOC CSS Starts Here */

.sticky-toc-active .toc-main-container.desktop {
  display: none !important;
}

.sticky-toc-active .toc-main-container.mobile {
  display: block !important;
}

@media (min-width: 1025px) {
  .sticky-toc-active .mobile-toc {
    top: 170px;
  }

  .sticky-toc-active .show-mobile-toc,
  .sticky-toc-active .show-mobile-toc+.toc-headings {
    padding: 10px 129px !important;
  }

  .sticky-toc-active .toc-headings {
    top: 230px;
  }

  .sticky-toc-active .mobile-toc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding: 10px 0px;
    /* transition: all 0.3s; */
  }

  .sticky-toc-active .mobile-toc {
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    background: white !important;
  }

  .sticky-toc-active .toc-icon.mobile {
    display: block !important;
  }

  .sticky-toc-active .toc-icon.mobile {
    border: 1px solid #d9d9d9 !important;
    border-radius: 100px;
    padding: 10px 10px !important;
    display: flex !important;
    align-items: center;
  }

  .sticky-toc-active .toc-icon svg {
    transition: 0.5s;
  }

  .mobile-toc svg path {
    stroke: #000;
  }

  .sticky-toc-active .show-mobile-toc+.toc-headings {
    background: white;

    min-width: 100%;
    padding: 10px 15px;
    left: 0px;
    z-index: 999999999999999999;
    border-bottom: 1px solid #ececec;
    box-shadow: 0px 18px 20px 0px rgba(0, 0, 0, 0.014);
  }

  .sticky-toc-active .toc-headings {
    overflow: hidden;
    height: 0px;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    padding: 10px 20px;
    gap: 18px;
  }

  .sticky-toc-active .heading-active {

    transition: 0.5s;
    opacity: 1;
    visibility: visible;
  }

  .sticky-toc-active h2 {
    font-size: 26px;
  }

  .toc-icon-active svg {
    transform: rotate(45deg);
    transition: 0.5s !important;
  }

  .sticky-toc-active .cta-container,
  .sticky-toc-active .toc-main-container {
    border: unset !important;
  }

  .sticky-toc-active .toc-container {
    padding-top: 0px !important;
  }

  .sticky-toc-active .cta-container h2 {
    margin-bottom: 20px;
  }

  .sticky-toc-active .toc-main-container {
    padding-top: 0px !important;
  }
}

.how-we-help__nav-container {
  right: 0% !important;
}

.how-we-help__col-2 {
  padding-right: 0px !important;
}

.sticky-toc-active .toc-container {
  padding-right: 0px !important;
}

.toc-main-container.desktop .toc-heading-container {
  height: 46vh !important;
  overflow-y: auto !important;
  padding-right: 25px;
  scrollbar-color: #ececec;
}

/* Scrollbar styling */
.toc-main-container.desktop .toc-heading-container::-webkit-scrollbar {
  width: 10px;
  /* Total scrollbar width */
}

/* Track (background of the scrollbar) */
.toc-main-container.desktop .toc-heading-container::-webkit-scrollbar-track {
  border-left: 4px solid white;
  /* Border on the left */
  padding-top: 10px;
}

/* Thumb (scroll handle) */
.toc-main-container.desktop .toc-heading-container::-webkit-scrollbar-thumb {
  background-color: #d9d9d9;
  /* Color of the thumb */

  border-right: 4px solid white;
  /* Space around the thumb */
}

/* .toc-header {
    margin-bottom: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}




.toc-header h2
{
    margin-bottom: 0px !important
}


.toc-header .toc-dekstop
{
    display: none;
    cursor: pointer !important;
    border: 1px solid #d9d9d9 !important;
    border-radius: 100px;
    padding: 10px 10px !important;
    display: flex !important;
    align-items: center;
}


.toc-header .toc-dekstop svg path
{
    stroke: #000;
}




.sticky-toc-active .toc-header .toc-dekstop
{
    display: block;
   
}

.toc-icon-active svg
  {
      transform: rotate(45deg);
  }

  .toc-icon svg {
    transition: 0.5s;
}


.sticky-toc-active .toc-headings
{
  overflow: hidden;
        height: 0px;
        opacity: 0;
        visibility: hidden;
        transition: 0.5s;
        padding:  0px;
        gap: 18px;
}


.sticky-toc-active .toc-header
{
  margin-bottom: 10px;
}


 .sticky-toc-active .heading-active
{
  height: 404px;
  transition: 0.5s;
  opacity: 1;
  visibility: visible;
  overflow-y: scroll;
  -ms-overflow-style: none;   Internet Explorer 10+ 
   scrollbar-width: none;  Firefox 
} 


/* .heading-active::-webkit-scrollbar { 
  display: none;  Safari and Chrome 
  }  */

/* .custom-nav-down::before {transform: scaleY(1) !important; }

.custom-nav-down
{
  transform: translateY(0%) !important;
}


.custom-nav-down ul.main_menu>li>a,
.custom-nav-down a.search-btn,
.custom-nav-down .header-top span.header_phone a {
  color: var(--white)  !important;
}


.custom-nav-down .header-top span.header_phone a:hover
{
  color: #e53c3c !important;
} */

.toc-header {
  display: flex;
  align-items: center;
  gap: 10.81px;
  margin-bottom: 35px;
}

.toc-header-svg {
  display: flex;
}



/* TOC CSS Ends Here */

#statement a {
  font-size: 18px;
  font-family: "gilroy-light";
  line-height: 150%;
  color: rgba(0, 0, 0, 1);
}

#statement a:hover {
  color: #e53c3c;
}

.toc-icon svg {
  transition: 0.5s !important;
}

.custom-accordion-content {
  max-height: 1000px !important;
}

.accordion-active {
  /* padding-bottom: 30px !important; */
  /* padding-bottom: 0px !important; */
  padding-bottom: 27px !important;
  /* padding-top: 0px !important; */
}

.connect_overlay_bg.active {
  z-index: 999999999;
}

.npractice-areas-module {
  overflow: hidden !important;
}

@media (max-height: 671px) {
  .heading-active {

    overflow-y: scroll !important;
  }
}

@media (max-width: 1023px) {
  .how-we-help__nav i {
    font-size: 14px;
  }

  .how-we-help__nav {
    height: 40px !important;
    width: 40px !important;
  }

  .how-we-help__nav::after {
    height: 40px !important;
    width: 40px !important;
  }

  .how-we-help__nav:hover::after {
    height: 40px !important;
    width: 40px !important;
  }

  .how-we-help__nav-container {
    column-gap: 8px !important;
  }
}

/* @media(max-width:767px) {
  .show-mobile-toc+.toc-headings {
    top: 254px !important;
  }
} */

@media (max-width: 1024px) {
  .articles-list .owl-stage-outer {
    margin-left: -35px !important;
  }


  .show-mobile-toc+.toc-headings {

    top: calc(145px + var(--popup-offset, 0px));
  }

  .npractice-areas-module .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .articles-list .article {
    padding: 30px 35px 0px;
  }

  .breadcrumbs p {
    font-size: 12px;
    flex-wrap: wrap;
    letter-spacing: -0.005em;
  }

  .breadcrumb-divider {
    margin: auto 4px auto 3px;
  }

  .breadcrumb-divider svg {
    width: 7px;
    height: 11px;
  }

  .npractice-heading span.h2 {
    font-size: 27px;
    letter-spacing: -0.005em !important;
  }

  #compensation p,
  #common-injury p,
  #motor-vechicle p {
    margin-bottom: 20px !important;
  }

  .how-we-help-nova-description p {
    font-size: 16px;
    line-height: 162%;
  }

  .how-we-help-nova-description {
    width: 100%;
  }

  .align-top a {
    align-items: center !important;
  }

  .custom-slider .how-we-help__nav:hover i::before {
    color: #000;
  }

  .articles-list-car-accidents .owl-nav button span::after {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .articles-list .owl-stage-outer {
    margin-left: -25px !important;
  }
}

.analysis-container .hide-on-desktop {
  display: none;
}

.npeers-top h2 {
  min-height: 60px;
}

body.blue_header .main_header.menu-open.fixed-header::before {
  background: white !important;
}

body.blue_header .main_header.menu-open.fixed-header .fixed-logo {
  opacity: 0 !important;
}

body.blue_header .main_header.menu-open.fixed-header .toggle_button span.line {
  background: #000 !important;
}

body.blue_header .main_header.menu-open.fixed-header .res-navs .consultation_btn a {
  color: #000 !important;
  border: 2px solid #000 !important;
}

.toc-headings a {
  -webkit-tap-highlight-color: transparent !important;
}

* {
  -webkit-tap-highlight-color: transparent !important;
}

@media (max-width: 767px) {
  .articles-list-car-accidents .owl-nav button span::after {
    display: none !important;
  }

  .articles-list .article {
    width: 335px;
  }
}

.articles-list .article {
  min-width: 425px;
}

@media (max-width: 767px) {
  .articles-list .article {
    min-width: auto;
  }
}

#compensation p:last-child {
  margin-bottom: 0px !important;
}

#common-injury h2,
#motor-vechicle h2 {
  margin-bottom: 20px;
}

#common-injury p,
#motor-vechicle p {
  margin-bottom: 25px;
}

#motor-vechicle p {
  margin-top: 0px;
}

/* .header-pills-slider:has(.owl-carousel) {
  padding: 20px 0px !important;
} */

/* .header-pills-slider:has(.owl-carousel) a:hover {
  font-family: "gilroy-regular" !important;
} */

.header-pills-slider .main-container.owl-carousel {
  width: auto !important;
}

.header-pills-slider .owl-carousel .owl-stage {
  display: flex;
}

.header-pills-slider:has(:not(.owl-carousel)) .header-pills-order-1 {
  order: 1;
}

.header-pills-slider:has(:not(.owl-carousel)) .header-pills-order-2 {
  order: 2;
}

.header-pills-slider:has(:not(.owl-carousel)) .header-pills-order-3 {
  order: 3;
}

footer#main_footer .copyrights {
  padding-bottom: 20px !important;
}

.npractice-main .hide-in-mobile {
  align-self: center;
}

.npractice-heading span.h2 {
  letter-spacing: -0.03em;
}

@media (min-width: 1025px) {
  .articles-list .article {
    padding: 30px 25px 0px !important;
  }
}

.tab-section .owl-carousel .owl-stage-outer,
.header-pills-slider .main-container.owl-carousel {
  overflow: visible !important;
}

.windows footer#main_footer .footer-menu>ul>li>a {
  text-align: left;
}

/* New Dynamic CSS Starts Here */

@media (max-width: 820px) {

  #disadvantages,
  #advantages {
    height: 170px;
  }

  .statement-content-container {
    gap: 50px;
    margin-bottom: 70px;
  }
}

/* New Dynamic CSS Ends Here */

.list-section strong {
  font-weight: unset !important;
}

@media (min-width: 1025px) {
  .connect_overlay_bg .frm_submit button:hover:before {
    width: calc(100% + 4px) !important;
    background-color: var(--mgld-hoverbtnblue) !important;
    left: -2px !important;
    bottom: -2px !important;
    z-index: 1 !important;
  }
}

.connect_overlay_bg .frm_submit button:before {
  transition: all 0.5s !i;
}

@media (min-width: 1025px) {
  .how-we-help-nova-description p {
    min-height: 132px;
  }
}

@media (max-width: 767px) {
  .how-we-help-nova-description p {
    min-height: 155px;
  }

  .play-icon svg {
    width: 40px;
    height: 40px;
  }

  #common-injury .custom-btn {
    margin-top: 10px;
  }
}

@media (max-width: 1024px) {
  .analysis-container {
    padding-top: 27px;
    padding-bottom: 27px;
  }

  .toc-main-container.mobile {
    display: flex !important;
    flex-direction: column-reverse;
  }
}

@media only screen and (min-width: 1025px) {
  .custom-slider .how-we-help__col-2 {
    display: flex !important;
  }

  .custom-slider .how-we-help__col-3 .hide-in-desktop {
    display: none !important;
  }
}

@media only screen and (max-width: 1024px) {
  .custom-slider .how-we-help__col-2 {
    display: none !important;
  }

  .custom-slider .how-we-help__col-3 .hide-in-desktop {
    display: block !important;
  }
}

.content-container strong {
  font-weight: unset !important;
}

.how-we-help__nav i {
  justify-content: center;
}


.toc-headings {
  counter-reset: count;
}

.toc-headings a {
  counter-increment: count 1;
}

.toc-link span::before {
  content: counter(count);
}


.toc-link:first-child span::before,
.toc-link:nth-child(2) span::before,
.toc-link:nth-child(3) span::before,
.toc-link:nth-child(4) span::before,
.toc-link:nth-child(5) span::before,
.toc-link:nth-child(6) span::before,
.toc-link:nth-child(7) span::before,
.toc-link:nth-child(8) span::before,
.toc-link:nth-child(9) span::before {
  content: "0" counter(count);
}


/* New CSS Starts Here */

.page-id-11942 #tips {
  margin-top: 70px;
}

/* New CSS Ends Here */



/* review section starts here */
/* .review-section-mac-gillivery-new {
  padding: 50px 0;
} */

.f-section-review {
  display: flex;
  justify-content: space-between;
}

.google-review-slider-btns {
  display: flex;
  gap: 16px;
}

.f-section-review h2 {
  font-family: 'gilroy-extrabold';
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.01em;
}

.desc-wrapper {
  margin-top: 30px;
  border-top: 1px solid #D9D9D9;

  padding-top: 40px;
  flex-direction: column;
  align-items: flex-start;
  height: unset;
}

.description-text-review p {
  padding: 0px;
  font-family: 'gilroy-semibold';
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: -0.02em;
  margin-top: 0px;
  margin-bottom: 25px;
}

.personal-details-review-section {
  display: flex;
  align-items: center;
  gap: 5px;
}

.person-detail-section-review {
  display: flex;
  gap: 13px;
  align-items: center;
}

.personal-details-review-section h2 {
  font-size: 26px;
  font-family: 'gilroy-extrabold';
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0;
  margin-bottom: 0px;
  color: #000;
}

.personal-details-review-section p {
  color: #9A9A9A;
  font-family: 'gilroy-regular';
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
}

.review-section-stars {
  display: flex;
  gap: 9px;
  align-items: center;
}

.name-and-stars-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.review-source-icon {
  display: flex;
}

.mobile-stars-section {
  display: none;
}

.google-review-slider-btns-mob {
  display: none;
}

.google-review-stars {
  display: flex;
}

.quote-icon-review {
  display: flex;
}

.google-review-slider-btns .how-we-help__nav {
  width: 50px;
  height: 50px;
}

.extra-components-section {
  display: flex;
  flex-direction: column;

}

.counter-section-list-component {
  margin-top: 1px;
}

.custom-accordion-content ul {
  margin-left: 25px;
}


.npractice-heading span.h2 {
  margin-bottom: 0px;
}

section.npractice-areas-module .row {
  margin-bottom: 31px;
  align-items: center;
}

@media (max-width: 1024px) {
  .google-review-slider-btns {
    display: none;
  }


  section.npractice-areas-module .row {
    margin-bottom: 0px;
  }

  .custom-accordion-content ul {
    margin-left: 0px;
  }



  .f-section-review h2 {
    font-family: 'gilroy-bold';
    font-weight: 800;
    font-size: 27px !important;
    line-height: 33px !important;
    letter-spacing: 0;
  }

  .desc-wrapper {
    margin-top: 26px;
    padding: 25px 0px 0px;
  }

  .mobile-stars-section {
    display: block;
  }

  .icon-div-desc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0;
  }


  .quote-icon-review svg {
    width: 45px;
    height: 45.18px;
  }

  .description-text-review p {
    padding: 0px;
    font-family: 'gilroy-semibold';
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.36px;
    margin-bottom: 22px;
  }

  .google-review-stars {
    display: none;
  }

  .review-source-icon svg {
    width: 28.39px;
    height: 28px;
  }

  .person-detail-section-review {
    gap: 8px;
  }

  .person-detail-section-review img {
    width: 45px;
    height: 45px;
  }

  .personal-details-review-section h2 {
    font-family: 'Gilroy-Bold';
    font-weight: 400;
    font-size: 23px !important;
    line-height: 28px;
    letter-spacing: -0.01em;
  }

  .personal-details-review-section p {
    font-family: 'gilroy-regular';
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0;
  }

  .google-review-slider-btns .how-we-help__nav {
    width: 45px;
    height: 45px;
  }

  .google-review-slider-btns-mob {
    display: flex;
    gap: 12px;
    margin-top: 0px;
    position: absolute;
    right: 20px;
    bottom: -6px;
  }

  .extra-components-section {
    display: flex;
    flex-direction: column;

  }

  /* extra components styling mobile view */
  .comp-section h2 {
   
    font-size: 27px !important;
    line-height: 130% !important;
    letter-spacing: 0 !important;
    margin-bottom: 0px !important;
  }

  .comp-section p {
    font-size: 16px !important;
  }

  .review-and-all-components {
    padding: 0 20px;
  }


  .main-content .component-description-bold p {
    font-size: 20px !important;
    letter-spacing: -0.4px !important;
  }

  .component-description p {
    font-family: 'gilroy-regular';
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 162% !important;
    letter-spacing: 0 !important;
  }

  .number-list-para {
    gap: 10px !important;
  }

  .counter-section-list-component p {
    width: 22px !important;
    height: 22px !important;
    font-family: 'gilroy-bold';
    font-style: normal;
    font-weight: 400;
    font-size: 12px !important;
    line-height: 150% !important;

  }



  .list-section-bullet-component {
    margin-bottom: 20px !important;
    gap: 10px !important;
  }

  .bullet-red {
    min-width: 6px !important;
    height: 6px !important;
  }
}



.comp-section h2 {
  font-family: 'gilroy-extrabold';
  font-weight: 400;
  font-size: 36px;
  line-height: 130%;
  letter-spacing: -0.003em;
  margin-bottom: 0px;
}

.component-description {
  margin-top: 20px;
}

.component-description p {
  font-family: 'gilroy-regular';
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 20px;
  letter-spacing: 0;
}

.component-description p:last-child {
  margin-bottom: 0;
}

.end-list-desc {
  margin: 0 !important;
}

.first-p-spacing p {
  margin-bottom: 20px !important;
}

.second-comp-section {
  margin-top: 90.09px;
}

.numbered-list-component {
  margin-top: 20px;
}

.counter-section-list-component p {
  width: 25.85px;
  height: 25.85px;
  background-color: #E9F2F4;
  border-radius: 12.92px;
  color: #007481;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'gilroy-bold';
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0;
  font-size: 12px;
}

.number-list-para {
  display: flex;
  gap: 15px;
  align-items: stretch;
}

.number-list-description p {
  font-family: 'gilroy-regular';
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0;

}

.end-description-second-component {
  font-family: 'gilroy-regular';
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0;
  margin-bottom: 20px;
}

/* .bullet-list-component-third {
  margin-top: 113.37px;
} */

.list-section-bullet-component {
  display: flex;
  gap: 9px;
  align-items: flex-start;

}

.bullet-red {
  min-width: 7px;
  width: 7px;
  height: 7px;
  background-color: #E53C3C;
  border-radius: 100% !important;
  display: block;
  margin-top: 10px;
}

.list-section-bullet-component p {
  font-family: 'gilroy-regular';
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0;
}


/* review section ends here */



/* Content Blocks CSS Starts Here */



.overview-page-content-section .overview-section p {
  font-family: "gilroy-semibold";
  font-size: 22px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 150%;
  letter-spacing: -0.02em;
}


.overview-page-content-section .overview-section,
#section-0 {
  border-bottom: 1px solid #ececec;
  padding-bottom: 37.5px;

}

.section-divider {
  border-bottom: 1px solid #ececec;
}


.overview-page-content-section .injury-section h2 {
  width: 80%;
}


.overview-page-content-section .car-insurance-section p,
.overview-page-content-section .common-injuries-section p,
.overview-page-content-section .vehicle-collisions-section p,
.overview-page-content-section .statement-section p {
  margin-bottom: 1.5em;
}


.overview-page-content-section .car-insurance-section a {
  color: #007481;
  font-family: "gilroy-regular" !important;
}

.overview-page-content-section .compensation-section .image-box {
  margin-bottom: 35px;
}

.overview-page-content-section .compensation-section p {
  margin-bottom: 25px;
}


.overview-page-content-section .compensation-section a {

  color: #007481;
  font-family: "gilroy-semibold" !important;

}

.overview-page-content-section .car-insurance-section a:hover,
.overview-page-content-section .compensation-section a:hover {
  color: #e53c3c;
}

.overview-page-content-section .overview-section .linked-text:hover,
.overview-page-content-section .overview-section a:hover,
#section-0 .linked-text:hover,
#section-0 a:hover {
  color: #e53c3c;
}


.overview-page-content-section .common-injuries-section .image-box {
  margin-bottom: 45px;
}

.overview-page-content-section .faqs-section h2 {
  padding-bottom: 43px;
}


.overview-page-content-section .common-injuries-section h2,
.overview-page-content-section .vehicle-collisions-section h2 {
  margin-bottom: 20px;
}


@media(max-width: 1024px) {



  .overview-page-content-section .overview-section h2,
  .overview-page-content-section .overview-section p,
  .overview-page-content-section .injury-section h2,
  .overview-page-content-section .car-insurance-section,
  .overview-page-content-section .compensation-section,
  .overview-page-content-section .common-injuries-section,
  .overview-page-content-section .vehicle-collisions-section,
  .overview-page-content-section .statement-section,
  .overview-page-content-section .tips-section,
  .overview-page-content-section .faqs-section {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }


  .overview-page-content-section .overview-section p {
    font-size: 20px;
    letter-spacing: -0.02em;
  }

  .overview-page-content-section .overview-section,
  #section-0 {
    padding-bottom: 15px;
  }

  .overview-page-content-section .injury-section h2 {
    width: 100%;
  }

  .overview-page-content-section .compensation-section p,
  .overview-page-content-section .common-injuries-section p,
  .overview-page-content-section .vehicle-collisions-section p {
    margin-bottom: 20px !important;
  }

  .overview-page-content-section .common-injuries-section .image-box {
    margin-bottom: 20px;
  }


  .overview-page-content-section .common-injuries-section .custom-btn {
    margin-top: 10px;
  }

  .overview-page-content-section .faqs-section h2 {

    padding-bottom: 20px;
  }
}



.review-section-mac-gillivery-new .swiper-slide {
  width: 100% !important;
  height: auto !important;
}

.first-p-spacing p,
.list-section-bullet-component p {
  margin-top: 0px;
}


@media(max-width:1024px) {

  .review-section-mac-gillivery-new,
  .numbered-list-container,
  .bullet-list-component-third {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* Content Blocks CSS Ends Here */


/* Icon Text Component CSS Starts Here */


.co-icon-text-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.co-icon-text {
  display: flex;
  gap: 14px;
}

.co-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(233, 242, 244, 1);
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 60px;
}


.co-icon-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16.5px;
  margin-top: 16.5px;

}

.co-icon-content-wrapper h3 {
  color: rgba(0, 0, 0, 0.80) !important;

  font-family: 'Gilroy-Bold';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0px;
}

.co-icon-content-wrapper p {
  color: rgba(0, 0, 0, 0.80);
  font-family: 'Gilroy-Regular';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0px;
}


.co-icon-text-container {
  margin-top: 24.75px;
  margin-bottom: 29.75px;
}

.no-margin,
.no-margin p {
  margin: 0px !important;
}

.co-img-mobile {
  display: none;
}


@media(max-width: 1024px) {
  .co-icon-text {
    gap: 11px;
  }

  .co-icon-content-wrapper {
    gap: 9.5px;
  }

  .co-icon-content-wrapper h3 {

    color: #000 !important;

    font-size: 16px;
    line-height: 162%;
    /* 25.92px */
  }

  .co-icon-content-wrapper p {

    font-size: 16px;
    line-height: 162%;
    /* 25.92px */
  }

  .co-icon-text-container {
    gap: 18px;
    margin-top: 20px;
    margin-bottom: 29.55px;
  }

  .co-icon-wrapper {
    width: 45px;
    min-width: 45px;
    height: 45px;
  }

  .co-img-desktop {
    display: none;
  }

  .co-img-mobile {
    display: block;
  }

  .icon-text-component,
  .global-component-section {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* Icon Text Component CSS Ends Here */

.global-component-section .image-box {
  margin-top: 20px;
  margin-bottom: 20px;
}

.global-component-section .numbered-list-component {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 51px;
}

@media only screen and (max-width: 767px) and (min-width: 200px) {
  .global-component-section .numbered-list-component {
    margin-bottom: 46px;
  }
}

.global-component-section .numbered-list-component p {
  margin: 0px;
}

.global-component-section .list-section-bullet-component p {
  margin: 0px
}

.global-component-section .list-section-bullet-component {
  margin-bottom: 20px;
}

.co-subtitle-block h3 {
  color: #000;
  font-family: 'Gilroy-bold';
  font-size: 23px;
  font-style: normal;
  margin-bottom: 15px;
  margin-top: 30px !important;
  line-height: 130%;
  /* 29.9px */
  letter-spacing: -0.46px;
}

.global-component-section .video-box {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media(max-width:1024px) {

  .co-subtitle-block h3 {
    font-size: 20px;
    line-height: 130%;
    /* 26px */
    letter-spacing: -0.4px;
  }

  .co-icon-content-wrapper {
    margin-top: 9.5px;
  }

}


@media (max-width: 1024px) {

  .injury-height,
  .case-height {
    padding-top: 120px !important;
  }

  .toc-container {
    padding-top: 0px !important;
  }

  .main-content .cta-container h2 {
    font-size: 22px !important;
    margin-bottom: 15px !important;
    line-height: 140% !important;
    /* 30.8px */
    letter-spacing: -0.44px;
  }
}

.overview-page-content-section .list-section-bullet-component a {
  color: #007481;
  font-family: "gilroy-regular" !important;
}

.how-we-help__nav svg {
  z-index: 111;
}

.how-we-help__nav svg path {
  transition: 0.5s;
}


@media(min-width:1025px) {
  .how-we-help__nav:hover svg path {
    stroke: #007481;
  }
}

.desc-wrapper {
  display: flex !important;
  flex-direction: row;
  gap: 74px;
}

.main-content .review-date {
  font-family: 'Gilroy-SemiBold' !important;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 25px !important;
  margin-top: 0px !important;


}

.star-review-text h3 {
  margin: 0px;
  font-family: 'Gilroy-Bold';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #007481 !important;

}

.star-review-text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 27px;
  padding: 3px 15px;
  background: #E9F2F4;
  border-radius: 100px;
}

.quote-mobile,
.gr-mobile {
  display: none;
}

@media(max-width:1024px) {
  .desc-wrapper {
    flex-direction: column;
    gap: 32px;
  }


  .quote-desktop,
  .gr-desktop {
    display: none;
  }

  .quote-mobile,
  .gr-mobile {
    display: flex;
  }

  .main-content .review-date {
    margin-bottom: 22px;
    font-family: 'Gilroy-Medium' !important;
    font-weight: 400;
    color: #063035 !important;
  }

  .google-review-content-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .name-and-stars-section {
    margin-top: auto;
  }

  .personal-details-review-section {
    gap: 7px;
  }

  .star-review-text {
    height: 23px;
  }

  .star-review-text h3 {
    font-size: 12px;
    line-height: 100%;
  }
}



.review-swiper {
  overflow: visible !important;
}

.desc-wrapper {
  overflow: visible !important;
}

.custom-accordion-content li {
    list-style-type: none;
    font-family: "gilroy-regular";
    font-weight: 400;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.8);
    position: relative;
    text-indent: 0px;
    padding-left: 16px;
    line-height: 27px;
    text-align: left;
    margin-bottom: 15px;
  }


  .custom-accordion-content ul>li:before 
  {
    width: 7px;
    height: 7px;
    top: 10px;
    left: 0px;
  }


.custom-accordion-content ul
{
  margin: 0px !important;
}

@media(max-width:1024px) {
  .custom-accordion-content ul>li:before {
    width: 6px;
    height: 6px;
  }

  .custom-accordion-content li {
    list-style-type: none;
    font-family: "gilroy-regular";
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
    position: relative;
    text-indent: 0px;
    padding-left: 16px;
    line-height: 27px;
    text-align: left;
    margin-bottom: 15px;
  }

  .custom-accordion-content li:before
  {
    top: 10px !important;
    left: 0px !important;
  }
}


@media(min-width:1025px) and (max-width: 1439px)
{
  .main-container{
    gap: 100px;
  }
}

/* ============================================
   RESOURCE GRID SECTION
   ============================================ */

.resource-main-grid-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 41px;
}

.resource-main-grid-header h3 {
    color: #000;
    font-family: 'Gilroy-bold';
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.36px;
    margin: 0px;
}

.resource-grid-section {
    margin-bottom: 90px;
}

.resource-grid-wrapper {
    display: flex;
    gap: 25px;
}

.resource-btn-mobile {
    display: none;
}


/* ============================================
   RESOURCE GRID BOX (Card)
   ============================================ */

.all-resource-grid-box {
    min-height: 470px;
    width: 100%;
    border-radius: 15px;
    outline: 1px solid #D9D9D9;
    border: 1px solid transparent;
    padding: 28px 30px 30px;
    background: #FFF;
    transition: 0.5s;
    cursor: pointer;
}

.all-resource-grid-link {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.all-resource-grid-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 26px;
}


/* Category Tag */
.all-resource-category-tag {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px 15px;
    box-sizing: border-box;
    border-radius: 6px;
    background: rgba(0, 116, 129, 0.80);
}

.all-resource-category-tag h3 {
    color: #FFF !important;
    text-align: center;
    font-family: 'Gilroy-SemiBold';
    font-size: 14px;
    font-weight: 400;
    line-height: 108%;
    margin: 0px;
    letter-spacing: -0.28px;
}


/* Arrow Icon */
.all-resource-grid-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    min-width: 45px;
    height: 45px;
    background: #E9F2F4;
    border-radius: 100px;
    position: relative;
    overflow: hidden;
    transition: 0.5s;
}

.all-resource-grid-arrow svg {
    position: absolute;
    transition: 0.5s;
}

.all-grid-arrow-visible {
    transform: translate(0px, 0px);
}

.all-grid-arrow-hidden {
    transform: translate(-25px, 25px);
}

.all-grid-arrow-hidden path {
    transition: 0.5s;
}

.all-arrow-mobile {
    display: none;
}


/* Title */
.all-resource-grid-title h2 {
    color: #000;
    font-family: 'Gilroy-Bold';
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    margin-top: 0px;
    letter-spacing: -0.52px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 26px;
}


/* Meta (Date + Read Time) */
.all-resource-grid-meta {
    margin-bottom: 26px;
    display: flex;
    gap: 6px;
    align-items: center;
}

.all-resource-grid-meta h3 {
    color: rgba(0, 0, 0, 0.80);
    font-family: 'Gilroy-Medium';
    margin: 0px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 108%;
    letter-spacing: -0.32px;
}

.all-resource-grid-meta h4 {
    color: #909090;
    font-family: 'Gilroy-Medium';
    margin: 0px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 108%;
    letter-spacing: -0.32px;
}

.all-featured-content-divider {
    width: 5px;
    min-width: 5px;
    height: 5px;
    display: flex;
    align-items: center;
    background: #007481;
    border-radius: 100px;
}


/* Image */
.all-resource-grid-img {
    height: 213px;
    overflow: hidden;
    border-radius: 11px;
    max-width: 100%;
    margin-top: auto;
}

.all-resource-grid-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 11px;
    transition: 0.5s;
}


/* ============================================
   DESKTOP HOVER EFFECTS
   ============================================ */

@media(min-width: 1025px) {
    .all-resource-grid-box:hover {
        outline: 1px solid #007481;
        border: 1px solid #007481;
        box-shadow: 0 5px 20px 0 rgba(0, 116, 129, 0.15);
    }

    .all-resource-grid-box:hover .all-grid-arrow-hidden {
        transform: translate(0px, 0px);
    }

    .all-resource-grid-box:hover .all-grid-arrow-visible {
        transform: translate(25px, -25px);
    }

    .all-resource-grid-box:hover .all-grid-arrow-hidden path {
        fill: white;
    }

    .all-resource-grid-box:hover .all-resource-grid-arrow {
        background: rgba(0, 116, 129, 0.80);
    }

    .all-resource-grid-box:hover .all-resource-grid-img img {
        scale: 1.13;
    }
}


/* ============================================
   TABLET / MOBILE RESPONSIVE
   ============================================ */

@media(max-width: 1024px) {
    .all-resource-category-tag h3 {
        color: #FFF;
        font-size: 12px;
        line-height: 108%;
        letter-spacing: -0.24px;
    }

    .all-grid-arrow-visible,
    .all-grid-arrow-hidden {
        display: none;
    }

    .all-arrow-mobile {
        display: flex;
    }

    .all-resource-grid-arrow {
        width: 40px;
        min-width: 40px;
        height: 40px;
        background: rgba(0, 116, 129, 0.80);
    }

    .all-resource-grid-box {
        padding: 28px 25px 30px 25px;
        max-width: 100%;
        min-height: unset !important;
    }

    .all-resource-grid-header {
        margin-bottom: 28.5px;
    }

    .all-resource-grid-title h2 {
        color: #000;
        font-size: 26px;
        line-height: 125%;
        letter-spacing: -0.52px;
        margin-bottom: 23.02px;
    }

    .all-resource-grid-meta h3 {
        font-size: 14px;
        line-height: 108%;
        letter-spacing: -0.28px;
    }

    .all-resource-grid-meta h4 {
        font-size: 14px;
        line-height: 108%;
        letter-spacing: -0.28px;
    }

    .all-resource-grid-img {
        width: 100%;
        height: auto;
    }

    .all-resource-grid-img img {
        max-height: 177px;
        height: 177px;
    }

    .resource-grid-wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .resource-main-grid-header .cf-btn {
        display: none;
    }

    .resource-main-grid-header h3 {
        font-size: 27px;
        line-height: normal;
    }

    .resource-main-grid-header {
        margin-bottom: 25.37px;
    }

    .resource-btn-mobile {
        display: block;
        margin-top: 35px;
        margin-left: 0px !important;
    }

    .resource-grid-section {
        margin-bottom: 79.87px;
    }
}


/* Tablet Range */
@media(min-width: 768px) and (max-width: 1024px) {
    .all-resource-grid-link {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .all-resource-grid-img {
        margin-top: auto;
    }
}

@media(min-width: 1024px) and (max-width: 1200px) {
    .resource-grid-wrapper {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
}

@media(min-width: 768px) and (max-width: 1023px) {
    .resource-grid-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}


/* ============================================
   OWL CAROUSEL OVERRIDES (Overview Page Slider)
   ============================================ */

/* Hide slider until owl-carousel initializes to prevent layout flash */
.resource-grid-slider-overview {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.resource-grid-slider-overview.owl-loaded {
    opacity: 1;
    display: block !important;
    flex-direction: unset !important;
    grid-template-columns: unset !important;
    gap: unset !important;
}

.resource-grid-slider-overview .owl-item .all-resource-grid-box {
    min-height: 470px;
}

.resource-grid-slider-overview .owl-item {
    width: auto;
}

@media(max-width: 600px) {
    .resource-grid-slider-overview .owl-item .all-resource-grid-box {
        width: 85vw;
        min-height: unset;
    }
}

@media(min-width: 601px) and (max-width: 1024px) {
    .resource-grid-slider-overview .owl-item .all-resource-grid-box {
        width: 42vw;
        min-height: unset;
    }
}

@media(min-width: 1025px) {
    .resource-grid-slider-overview .owl-item .all-resource-grid-box {
        width: 403px;
    }
}


.resource-grid-wrapper  .owl-stage-outer
{
  overflow: visible;
}

@media(min-width:1025px)
{
  .main-content a:hover
  {
    color: #e53c3c !important;

  }
}


#mainContent .custom-btn a:hover
{
  color: #fff !important;
}