@import url("../css/car-accident-overview.css?v=345345");
@import url("../css/about-us.css?v=345345");

.main_header {
  border-bottom: 1px solid #e5e5e5;
}

.fixed-header {
  border-bottom: 0px;
}

.about-main {
  padding-top: 222px;
  display: flex;
  gap: 186px;
  align-items: stretch;
}

.about-breadcrumbs {
  display: flex;
  flex-direction: column;
}

.about-breadcrumbs h2 {
  font-family: "gilroy-bold";
  font-style: normal;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: -0.03em;
  margin: 0px;
  margin-bottom: 7px;
  color: #000000;
  width: max-content;
  margin-top: -2px;
}

.about-breadcrumb-container {
  display: flex;
  align-items: center;
}

.about-breadcrumb-container svg {
  margin-left: 5.5px;
  margin-right: 3.5px;
}

.about-breadcrumb-container a,
.about-breadcrumb-container p {
  font-family: "gilroy-semiBold";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 180%;
  color: #000000;
  margin: 0px;
}

.about-content p {
  font-family: "Gilroy-SemiBold";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 130%;
  margin: 0px;
  margin-bottom: 38px;
  letter-spacing: -0.02em;
  color: #000000;
  margin-top: -8px;
}

.breadcrumb-svg-wrapper {
  cursor: pointer;
}

.breadcrumb-svg-wrapper svg {
  transform: rotate(90deg);
  z-index: 3;
}

.breadcrumb-svg-wrapper svg path {
  transition: 0.3s all;
}

.breadcrumb-svg-container {
  margin-top: auto;
}

.breadcrumb-svg-wrapper {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  position: relative;
}

.breadcrumb-svg-wrapper::after {
  content: "";
  border: 1px solid #d9d9d9;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  position: absolute;
  transition: 0.3s all;
  z-index: 1;
}

.breadcrumb-svg-wrapper::before {
  content: "";
  background: #e9f2f4;
  border-radius: 100px;
  width: 0px;
  height: 0px;
  box-sizing: border-box;
  position: absolute;
  transition: 0.3s all;
  z-index: 2;
}

.about-content {
  width: 100%;
  overflow: hidden;
}

.about-logo-slider {
  position: relative;
}

.swiper-slide {
  height: 100% !important;
}

/* .logo-wrapper {
    display: flex !important;
    align-items: center;
    justify-content: space-between;

}
 */

.about-logo-slider::before {
  content: "";
  background: linear-gradient(
    93.39deg,
    #ffffff 3.34%,
    rgba(255, 255, 255, 0) 97.73%
  );
  position: absolute;
  left: 0px;
  width: 107px;
  height: 128px;
  display: block;
  z-index: 11;
}

.about-logo-slider::after {
  content: "";
  background: linear-gradient(
    93.39deg,
    #ffffff 3.34%,
    rgba(255, 255, 255, 0) 97.73%
  );
  transform: rotate(-180deg);
  position: absolute;
  right: -2px;
  top: 0;
  width: 107px;
  height: 128px;
  display: block;
  z-index: 11;
}

.about-img-wrapper img {
  width: 100%;
  margin-top: 57px;
  margin-bottom: 83px;
}

.about-cta-container h2 {
  font-family: "gilroy-bold";
  font-style: normal;

  font-size: 30px;
  line-height: 130%;
  letter-spacing: -0.03em;
  color: #000000;
  margin-bottom: 19px;
  margin-top: 27px;
}

.about-cta-container {
  max-width: 321px;
  width: 100%;
  border-top: 1px solid #d9d9d9;
}

.about-consultation-section {
  display: flex;
  align-items: flex-start;
  gap: 107px;
  margin-bottom: 120.5px;
}

.about-stats-container {
  box-sizing: border-box;
}

.stats-content-wrapper p {
  font-family: "gilroy-regular";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.8);
  margin-top: 0px;
  margin-bottom: 29px;
}

.about-stats-container .about-text-bold p {
  font-family: "gilroy-semiBold";
  font-style: normal;
  font-size: 22px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.8);
}

.stats-content-wrapper {
  margin-bottom: 17px;
  width: 100%;
  max-width: 830px;
}

.about-content-wrapper p:last-child {
  margin-bottom: 0px !important;
}

.stats-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.stats-box {
  width: 33.33%;
  height: 171.25px;
  padding-left: 15px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  border-left: 1px solid #efefef;
}

.stats-box h2,
.odometer-value {
  font-family: "gilroy-bold" !important;
  font-style: normal;
  font-size: 71px;
  line-height: 88px;
  margin: 0px;
  letter-spacing: -0.01em;
}

.stats-box p {
  font-family: "gilroy-medium";
  font-style: normal;
  font-size: 16px;
  line-height: 130%;
  color: #000000;
  margin: 0px;
}

.number-red {
  color: #e53c3c !important;
}

.number-grey {
  color: #007481 !important;
}


  .number-mobile
  {
    display: none;
  }

@media (max-width: 1024px) {
  .number-red-mobile {
    color: #e53c3c !important;
  }

  .number-grey-mobile {
    color: #007481 !important;
  }

  .number-desktop
  {
    display: none;
  }

  .number-mobile
  {
    display: block !important;
  }
}





.stats-border-bottom {
  border-bottom: 1px solid #efefef;
  padding-bottom: 12px;
}

.about-img-slider-wrapper {
  display: flex;
  gap: 25px;
  align-items: flex-start;
}

/* .about-img-slider-wrapper img {
    width: 100% !important;
    height: 100%;
    
} */

.slick-dots {
  display: none !important;
}
.owl-item {
  align-self: flex-start;
}

.about-img-slider {
  margin-bottom: 50px;
}

.owl-carousel {
  display: block;
}

.owl-stage {
  display: flex;
  gap: 25px;
  padding-left: 0px !important;
}

.owl-dots {
  display: none;
}

.overlay-inner-text p {
  color: #13292b;
}

@media (hover: hover) {
  .breadcrumb-svg-wrapper:hover svg path {
    stroke: #007481;
  }

  .breadcrumb-svg-wrapper:hover::after {
    width: 48px;
    height: 48px;
  }

  .breadcrumb-svg-wrapper:hover::before {
    width: 50px;
    height: 50px;
  }
}

 .about-img-mobile
  {
   display: none;
  }

@media (max-width: 1024px) {
  .about-main {
    flex-direction: column;
    gap: 33px;
    padding-top: 131px;
  }

  .our-values .hide-in-tab
  {
    display: block !important;
  }

  #stats-section {
    scroll-margin-top: 80px;
  }

  .about-img-slider-wrapper {
    gap: 12.71px;
  }

  .about-breadcrumbs {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .breadcrumb-svg-container {
    margin-top: 0px;
  }

  .breadcrumb-svg-wrapper {
    margin-top: -9px;
  }

  .breadcrumb-svg-wrapper,
  .breadcrumb-svg-wrapper::after {
    width: 45px;
    height: 45px;
  }

  .about-breadcrumbs h2 {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: -0.03em;
    margin-bottom: 7px;
    margin-top: 0pxs;
  }

  .about-breadcrumb-container svg {
    width: 6px;
    height: 9.5px;
  }

  .about-content p {
    font-size: 26px;
    line-height: 140%;
    letter-spacing: -0.02em;
    margin-bottom: 35px;
    margin-top: 0px;
  }

  .about-logo-slider::before {
    background: linear-gradient(
      93.39deg,
      #ffffff 3.34%,
      rgba(255, 255, 255, 0) 97.73%
    );
    transform: matrix(1, 0, 0, -1, 0, 0);
    width: 86px;
    height: 128px;
    left: 0px !important;
  }

  .about-logo-slider::after {
    background: linear-gradient(
      93.39deg,
      #ffffff 3.34%,
      rgba(255, 255, 255, 0) 97.73%
    );
    transform: rotate(-180deg) !important;
    transform: matrix(1, 0, 0, -1, 0, 0);
    width: 86px;
    height: 128px;
  }

  .about-img-wrapper img {
    
    margin-top: 28px;
    margin-bottom: 110px;
  }

  .about-img-desktop
  {
    display: none;
  }


  .about-img-mobile
  {
   display: block;
  }

  .about-consultation-section {
    flex-direction: column;
    gap: 65px;
    margin-bottom: 60px;
  }

  .about-cta-container {
    max-width: 100%;
  }

  .about-cta-container h2 {
    font-size: 26px;
    line-height: 130%;
    letter-spacing: -0.03em;
    margin-top: 25px;
    margin-bottom: 21px;
  }

  .about-stats-container .about-text-bold p {
    font-size: 21px;
    line-height: 140%;
    letter-spacing: -0.02em;
    margin-bottom: 31px;
  }

  .stats-content-wrapper p {
    font-size: 16px;
    line-height: 162%;
    margin-bottom: 24px;
  }

  .stats-box h2,
  .odometer-value {
    font-size: 56px;
    line-height: 69px;
    letter-spacing: -0.01em;
  }

  .stats-box p {
    font-size: 14px;
    line-height: 130%;
  }

  .stats-box {
    width: 50%;
    border-bottom: 1px solid #efefef;
    border-left: 0px;
    padding-left: 14px;
  }

  .stats-box:nth-child(odd) {
    border-right: 1px solid #efefef;
  }

  .stats-container {
    border-top: 1px solid #efefef;
  }

  .stats-box {
    padding-bottom: 16px;
    padding-top: 29px;
    height: unset !important;
    justify-content: unset !important;
  }

  .stats-container {
    align-items: unset !important;
  }

  .owl-stage {
    gap: 12.71px;
  }

  .about-img-slider {
    margin-bottom: 20px;
  }

  #main_footer {
    padding-top: 44px !important;
  }
}

/* CSS - Add this to your stylesheet */

.logo-wrapper {
  margin: 50px 0;
  overflow: hidden;
  width: 100%;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
}

.logo-wrapper.dragging {
  cursor: grabbing;
}

/* Slider container - no transition by default for smooth animation */
.slider-inner {
  display: flex;
  will-change: transform;
}

/* Add transition only when dragging ends */
.slider-inner.smooth-return {
  transition: transform 0.3s ease-out;
}

/* Individual slide styling */
.image-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  padding: 0 18.5px; /* Creates 30px gap between logos */
  flex-shrink: 0;
}

/* Logo styling */
.logo-wrapper img {
  max-height: 90px;
  
  height: auto;
  display: block;
  pointer-events: none; /* Prevent drag on images */
  -webkit-user-drag: none;
}

.logo-1{
  width: 69px !important;
  height: 69px !important;
}

.logo-2{
  width: 90px !important;
  height: 50px !important;
}

.logo-3{
  width: 136px !important;
  height: 46px !important;
}

.logo-4{
  width: 149px !important;
  height: 55px !important;
}

.logo-5{
  width: 59px !important;
  height: 67px !important;
}

.logo-6{
  width: 68px !important;
  height: 53px !important;
}

.logo-7{
  width: 61px !important;
  height: 67px !important;
}

/* .logo-wrapper img {
  width: auto !important;
  height: auto;
}

.image-slide {
  text-align: center;
  width: 12rem;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
} */

@media (min-width: 768px) {
  .owl-item {
    width: auto !important;
  }
}

.owl-carousel .owl-item img {
  -webkit-transform-style: flat;
  -moz-transform-style: flat;
  -ms-transform-style: flat;
  -o-transform-style: flat;
  transform-style: flat;
}

.people-overlay-inner-text h2 {
  color: #fff !important;
}

.people-thumb img:hover {
  opacity: 0.9 !important;
}

.people-thumb .people-overlay-inner-text {
  margin-bottom: -80px !important;
}

.people-thumb .people-overlay-txt {
  height: unset !important;
  display: none !important;
}

.frm_button_submit:hover:before,
.frm_button_submit:hover:before {
  width: calc(100% + 4px) !important;
  background-color: var(--mgld-hoverbtnblue) !important;
  left: -2px !important;
  bottom: -2px !important;
  z-index: 1 !important;
}

@media only screen and (max-width: 767px) and (min-width: 200px) {
  .our-values-mobile .slick-list {
    padding-left: 20px;
  }
}

.staggered-counter {
  font-weight: 400 !important;
  font-size: 6rem;
  margin: 0;
  display: flex;
}

.staggered-counter-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 2rem;
}

.staggered-counter-red {
  color: #e53935;
}

.staggered-counter-grey {
  color: #007481 !important;
}

.staggered-counter-subtitle {
  color: #000;
  font-size: 1.5rem;
  margin-top: 1rem;
  text-align: center;
}

.staggered-counter-digit {
  font-weight: 400;
  justify-content: center;
  align-items: flex-end;
}

.staggered-counter-digit-container {
  overflow: hidden;
  height: 1em;
  /* width: 0.6em; */
  position: relative;
  margin: 0 0.025em;
}

.staggered-counter-digit-strip {
  /* position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: transform 3s ease; */
}

.staggered-counter-show {
  opacity: 1;
}

.staggered-counter-digit {
  height: 1em;
  display: flex;
  justify-content: center;
}


.lottie-container svg
{
  width: 152px !important;
}

@media(max-width: 1024px)
{
  
.lottie-container svg {
    width: 121px !important;
}
}

/* .image-slide img
{
  opacity: 1 !important;
} */


.our-people-main .owl-dots
{
  display: flex;
}