.about-us {
  padding-top: 0 !important;
}

.about-us__top {
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 72px;
}

/* Improved responsive design for about page */
@media screen and (max-width: 1024px) {
  .about-us__top {
    gap: 40px;
  }
}

@media screen and (max-width: 768px) {
  .about-us__top {
    gap: 30px;
  }
}
@media screen and (max-width: 1241px) {
  .about-us__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}
.about-us__top .section__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.625rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-width: max-content;
}
.about-us__top .section__title h2,
.about-us__top .section__title p {
  text-align: left;
}
.about-us__top .section__title h2 {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .about-us__top .section__title h2 {
    font-size: 30px;
    line-height: 1.3em;
  }
}
.about-us__top .about-us__top__text {
  margin-top: 2.1875rem;
  width: 27.5rem;
  line-height: 1.5em;
}
@media screen and (max-width: 1241px) {
  .about-us__top .about-us__top__text {
    width: 100%;
    margin-top: 0;
  }
}
.about-us__top .about-us__top__text span {
  color: #e30b2e;
}
.about__us__content {
  margin-top: 0.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about__us__content {
    margin-top: 20px;
  }
}
.about__us__content .about__us__house {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 100%;
}

/* Improved house image responsiveness */
@media screen and (max-width: 1024px) {
  .about__us__content .about__us__house {
    max-width: 90%;
    margin: 0 auto;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .about__us__content .about__us__house {
    max-width: 85%;
  }
}

@media screen and (max-width: 600px) {
  .about__us__content .about__us__house {
    max-width: 80%;
  }
}
.about__us__content ul {
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 1241px) {
  .about__us__content .about__us__items {
    display: none;
  }
}
.about__us__content .about__us__items > li {
  top: 0;
  left: 0;
  position: absolute;
  max-width: 2.125rem;
  max-height: 2.125rem;
}
.about__us__content .about__us__items > li .about__us__item {
  cursor: pointer;
  position: relative;
}
.about__us__content .about__us__items > li .about__us__item img {
  width: 2.125rem;
  height: 2.125rem;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 2;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.about__us__content .about__us__items > li .about__us__item div {
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 1.0625rem;
  padding: 0.4375rem 0.625rem 0.3125rem 1.625rem;
  background-color: #fff;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0px 0.5rem 1rem 0px rgba(0, 0, 0, 0.0784313725);
  box-shadow: 0px 0.5rem 1rem 0px rgba(0, 0, 0, 0.0784313725);
  width: 13.1875rem;
  height: auto;
}
.about__us__content .about__us__items > li .about__us__item div h3 {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4em;
}
.about__us__content .about__us__items > li .about__us__item div ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.about__us__content .about__us__items > li .about__us__item div ul li {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4em;
  color: #222;
}
.about__us__content .about__us__items > li:hover {
  z-index: 10;
}
.about__us__content .about__us__items > li:hover .about__us__item img {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.about__us__content .about__us__items > li:hover .about__us__item div {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}
.about__us__content .about__us__items > li[data-category="ac-condensers"] {
  left: 9.375rem;
  top: 17.8125rem;
}
.about__us__content .about__us__items > li[data-category="oven"] {
  left: 14.25rem;
  top: 16.75rem;
}
.about__us__content .about__us__items > li[data-category="gas-furnace"] {
  left: 22.5rem;
  top: 5.8125rem;
}
.about__us__content
  .about__us__items
  > li[data-category="ducts-and-ventilation"] {
  left: 48.75rem;
  top: 5.625rem;
}
.about__us__content .about__us__items > li[data-category="mini-split-system"] {
  left: 54.625rem;
  top: 7.9375rem;
}
.about__us__content .about__us__items > li[data-category="refrigeration"] {
  left: 27.375rem;
  top: 13.375rem;
}
.about__us__content
  .about__us__items
  > li[data-category="dryer-washing-machine"] {
  left: 30.5rem;
  top: 17.5rem;
}
.about__us__content .about__us__items > li[data-category="water-heater"] {
  left: 41.875rem;
  top: 16.75rem;
}
.about__us__textArea {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
}

/* Improved text area responsiveness */
@media screen and (max-width: 1024px) {
  .about__us__textArea {
    gap: 1.25rem;
  }
}

@media screen and (max-width: 768px) {
  .about__us__textArea {
    gap: 1rem;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 1241px) {
  .about__us__textArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.about__us__textArea .about__us__textArea__text,
.about__us__textArea .about__us__textArea__list {
  width: calc((100% - 1.875rem) / 2);
}
@media screen and (max-width: 1241px) {
  .about__us__textArea .about__us__textArea__text,
  .about__us__textArea .about__us__textArea__list {
    width: 100%;
  }
}
.about__us__textArea .about__us__textArea__text {
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 400;
}
.about__us__textArea .about__us__textArea__list p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4em;
  color: #222;
}
.about__us__textArea .about__us__textArea__list ul {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 11.25rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 0.75rem;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 1241px) {
  .about__us__textArea .about__us__textArea__list ul {
    height: 14rem;
  }
}
.about__us__textArea .about__us__textArea__list ul li {
  max-width: calc((100% - 2.5rem) / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.375rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4em;
}
@media screen and (max-width: 1241px) {
  .about__us__textArea .about__us__textArea__list ul li {
    max-width: calc((100% - 20px) / 2);
    width: calc((100% - 20px) / 2);
    font-size: 0.875rem;
  }
}
.about__us__textArea .about__us__textArea__list ul li::before {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  content: "";
  background-image: 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%3Cg clip-path='url(%23clip0_1640_5299)'%3E%3Cpath d='M6.5 10.21L8.69 12.4L13.5 7.59998' stroke='%23E30B2E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 19C14.9706 19 19 14.9706 19 10C19 5.02944 14.9706 1 10 1C5.02944 1 1 5.02944 1 10C1 14.9706 5.02944 19 10 19Z' stroke='%23E30B2E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1640_5299'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.25rem;
  height: 1.25rem;
}
@media screen and (max-width: 1241px) {
  .about__us__textArea .about__us__textArea__list ul li:nth-of-type(6) {
    display: none;
  }
}
.about__us__advantages {
  margin-top: 1.875rem;
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}

/* Improved advantages responsiveness */
@media screen and (max-width: 1024px) {
  .about__us__advantages {
    gap: 1rem;
    margin-top: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .about__us__advantages {
    gap: 0.75rem;
    margin-top: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .about__us__advantages {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
}
.about__us__advantages li {
  width: calc((100% - 2.5rem) / 3);
  height: auto;
  padding: 1.25rem 1.875rem;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0.625rem;
  border: 1px solid #e30b2e;
}
@media screen and (max-width: 767px) {
  .about__us__advantages li {
    width: 100%;
  }
}
.about__us__advantages li p {
  text-align: center;
}
.about__us__advantages li p:nth-child(1) {
  font-size: 3.375rem;
  font-weight: 700;
  line-height: 1.5em;
  color: #e30b2e;
}
.about__us__advantages li p:nth-child(2) {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3em;
  color: #222;
}
.provide .provide__map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* Improved staff section responsiveness */
@media screen and (max-width: 1024px) {
  .provide .provide__map {
    gap: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .provide .provide__map {
    gap: 1.25rem;
  }
}
@media screen and (max-width: 1241px) {
  .provide .provide__map {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 600px) {
  .provide .provide__map {
    gap: 20px;
  }
}
.provide .provide__map .provide__map__links {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 24.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.25rem;
  min-width: 24.625rem;
  padding: 1.625rem;
  -webkit-box-shadow: 0px 0.5rem 1rem 0px rgba(0, 0, 0, 0.0784313725),
    0px 0px 0.25rem 0px rgba(0, 0, 0, 0.0392156863);
  box-shadow: 0px 0.5rem 1rem 0px rgba(0, 0, 0, 0.0784313725),
    0px 0px 0.25rem 0px rgba(0, 0, 0, 0.0392156863);
  border-radius: 0.625rem;
}
@media screen and (max-width: 1241px) {
  .provide .provide__map .provide__map__links {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .provide .provide__map .provide__map__links {
    min-width: 80vw;
    gap: 1rem;
  }
}
.provide .provide__map .provide__map__links a {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.3125rem;
  text-align: left;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  width: calc((100% - 1.875rem) / 2);
  color: #222;
}
@media screen and (max-width: 1241px) {
  .provide .provide__map .provide__map__links a {
    width: calc((100% - 5.625rem) / 4);
  }
}
@media screen and (max-width: 600px) {
  .provide .provide__map .provide__map__links a {
    width: calc((100% - 1rem) / 2);
  }
}
.provide .provide__map .provide__map__map {
  width: 50.5rem;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.625rem;
}
@media screen and (max-width: 1241px) {
  .provide .provide__map .provide__map__map {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .provide .provide__map .provide__map__map {
    height: 17.6875rem;
    -o-object-position: -13.75rem center;
    object-position: -13.75rem center;
  }
} 

@media screen and (max-width: 767px) {
    .about__us__advantages li p:nth-child(1){
        font-size: 40px;
        line-height: 1.5;
    }

    .about__us__advantages li p:nth-child(2) {
        font-size: 20px;
        line-height: 1.5;
    }

    .about__us__advantages li {
        padding: 20px;
    }
}

/* Additional mobile improvements for about page */
@media screen and (max-width: 599px) {
    .about-us__top .section__title h2 {
        font-size: 24px;
        line-height: 1.3em;
    }
    
    .about-us__top .about-us__top__text {
        font-size: 14px;
        line-height: 1.4em;
    }
    
    .about__us__textArea .about__us__textArea__text {
        font-size: 14px;
        line-height: 1.4em;
    }
    
    .about__us__textArea .about__us__textArea__list ul li {
        font-size: 14px;
        line-height: 1.4em;
    }
    
    .about__us__advantages li p:nth-child(1) {
        font-size: 32px;
        line-height: 1.3;
    }
    
    .about__us__advantages li p:nth-child(2) {
        font-size: 16px;
        line-height: 1.4;
    }
    
    .about__us__advantages li {
        padding: 15px;
    }
    
    .provide .provide__map .provide__map__links {
        min-width: 90vw;
        gap: 0.75rem;
        padding: 1rem;
    }
    
    .provide .provide__map .provide__map__links a {
        font-size: 12px;
        line-height: 1.3em;
    }
}

@media screen and (max-width: 480px) {
    .about-us__top .section__title h2 {
        font-size: 20px;
        line-height: 1.3em;
    }
    
    .about-us__top .about-us__top__text {
        font-size: 13px;
        line-height: 1.4em;
    }
    
    .about__us__advantages li p:nth-child(1) {
        font-size: 28px;
        line-height: 1.3;
    }
    
    .about__us__advantages li p:nth-child(2) {
        font-size: 14px;
        line-height: 1.4;
    }
    
    .about__us__advantages li {
        padding: 12px;
    }
    
    .provide .provide__map .provide__map__links {
        min-width: 95vw;
        gap: 0.5rem;
        padding: 0.75rem;
    }
    
    .provide .provide__map .provide__map__links a {
        font-size: 11px;
        line-height: 1.3em;
    }
}

/* Additional comprehensive responsive improvements */
@media screen and (max-width: 1024px) {
  .about-us__top .section__title h2 {
    font-size: 2rem;
  }
  
  .about-us__top .about-us__top__text {
    font-size: 15px;
  }
  
  .about__us__textArea .about__us__textArea__text {
    font-size: 15px;
  }
  
  .about__us__textArea .about__us__textArea__list ul li {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .about-us__top .section__title h2 {
    font-size: 1.75rem;
  }
  
  .about-us__top .about-us__top__text {
    font-size: 14px;
  }
  
  .about__us__textArea .about__us__textArea__text {
    font-size: 14px;
  }
  
  .about__us__textArea .about__us__textArea__list ul li {
    font-size: 14px;
  }
  
  .about__us__advantages li p:nth-child(1) {
    font-size: 2.5rem;
  }
  
  .about__us__advantages li p:nth-child(2) {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 600px) {
  .about-us__top {
    margin-top: 1.5rem;
  }
  
  .about-us__top .section__title h2 {
    font-size: 1.5rem;
  }
  
  .about-us__top .about-us__top__text {
    font-size: 13px;
  }
  
  .about__us__textArea {
    margin-top: 0.75rem;
  }
  
  .about__us__textArea .about__us__textArea__text {
    font-size: 13px;
  }
  
  .about__us__textArea .about__us__textArea__list ul li {
    font-size: 13px;
  }
  
  .about__us__advantages {
    margin-top: 1rem;
  }
  
  .about__us__advantages li p:nth-child(1) {
    font-size: 2rem;
  }
  
  .about__us__advantages li p:nth-child(2) {
    font-size: 1rem;
  }
  
  .about__us__advantages li {
    padding: 1rem;
  }
}

/* Staff section responsive improvements */
@media screen and (max-width: 1024px) {
  .staff .section__title h2 {
    font-size: 2rem;
  }
  
  .staff .section__textarea {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .staff .section__title h2 {
    font-size: 1.75rem;
  }
  
  .staff .section__textarea {
    font-size: 14px;
  }
  
  .staff__content {
    flex-direction: column;
    gap: 1rem;
  }
}

@media screen and (max-width: 600px) {
  .staff .section__title h2 {
    font-size: 1.5rem;
  }
  
  .staff .section__textarea {
    font-size: 13px;
  }
  
  .staff__content {
    gap: 0.75rem;
  }
}

/* Provide section responsive improvements */
@media screen and (max-width: 1024px) {
  .provide .section__title h2 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .provide .section__title h2 {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 600px) {
  .provide .section__title h2 {
    font-size: 1.5rem;
  }
}












/* Additional mobile optimizations */
@media screen and (max-width: 480px) {
  .about-us__top {
    margin-top: 1.25rem;
  }
  
  .about-us__top .section__title {
    gap: 0.5rem;
  }
  
  .about-us__top .section__title h2 {
    font-size: 1.25rem;
    line-height: 1.3em;
  }
  
  .about-us__top .about-us__top__text {
    font-size: 12px;
    line-height: 1.4em;
  }
  
  .about__us__textArea {
    margin-top: 0.5rem;
  }
  
  .about__us__textArea .about__us__textArea__text {
    font-size: 12px;
    line-height: 1.4em;
  }
  
  .about__us__textArea .about__us__textArea__list ul li {
    font-size: 12px;
    line-height: 1.4em;
  }
  
  .about__us__advantages {
    margin-top: 0.75rem;
  }
  
  .about__us__advantages li p:nth-child(1) {
    font-size: 1.75rem;
    line-height: 1.3;
  }
  
  .about__us__advantages li p:nth-child(2) {
    font-size: 0.875rem;
    line-height: 1.4;
  }
  
  .about__us__advantages li {
    padding: 0.75rem;
  }
  
  .provide .provide__map .provide__map__links {
    min-width: 98vw;
    gap: 0.375rem;
    padding: 0.5rem;
  }
  
  .provide .provide__map .provide__map__links a {
    font-size: 10px;
    line-height: 1.3em;
  }
  
  .staff .section__title h2 {
    font-size: 1.25rem;
  }
  
  .staff .section__textarea {
    font-size: 12px;
  }
  
  .provide .section__title h2 {
    font-size: 1.25rem;
  }
}

/* Container improvements for better mobile experience */
@media screen and (max-width: 600px) {
  .container-new {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/*# sourceMappingURL=about.min.css.map */
