.navbar {
  border-bottom: 1px solid rgba(161, 179, 177, 0.2);
  --navbar-padding-y: 0;
}
@media (min-width: 768px) {
  .navbar {
    --navbar-nav-link-padding-x: 1rem;
  }
}

.navbar-nav {
  --nav-link-font-size: 0.95rem;
  --nav-link-font-weight: 600;
  --nav-link-padding-x: 1rem;
  --nav-link-padding-y: 1rem;
}
@media (min-width: 768px) {
  .navbar-nav {
    --nav-link-padding-x: 2rem;
    --nav-link-padding-y: 2rem;
  }
}

.nav-link {
  letter-spacing: 3px;
}

@media (min-width: 768px) {
  .nav-link {
    position: relative;
    text-decoration: none !important;
  }

  .nav-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background-color: #00b380;
    transition: width 0.3s ease, left 0.3s ease;
    z-index: 1;
  }

  .nav-link:hover::before {
    width: 100%;
    left: 0;
  }
}
/* used in banner top homepage ameco */
.banner-ameco {
  position: relative;
  height: auto;
  overflow: hidden;
  /* Ensure the image doesn't overflow */
}
.banner-ameco img {
  width: 100%;
  height: auto;
}
.banner-ameco .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.5);
  /* Semi-transparent background color for caption */
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6026785714) 0%, rgba(0, 0, 0, 0) 100%);
  color: #fff;
  /* Caption text color */
  z-index: 2;
  text-shadow: 1px 1px 7px black;
}

.bg-ameco {
  background: #fff98a;
}

.fw-900 {
  font-size: 900;
}

b, strong {
  font-weight: bold;
}

.ameco-text-color {
  color: #173330;
}

.ameco-text-color-light {
  color: #1733306e;
}

.ameco-bg {
  background: #dffffc;
}

.rounded-45 {
  border-radius: 1rem;
}

.rounded-6 {
  border-radius: 2rem;
}

.rounded-7 {
  border-radius: 2.5rem;
}

.ameco_block_heading .block_title {
  color: #173330;
  letter-spacing: 1px;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}
.ameco_block_heading h2.block_heading {
  font-size: 2.6rem !important;
}

.ameco_block_heading_bk h1, .ameco_block_heading_bk h2, .ameco_block_heading_bk h3, .ameco_block_heading_bk h4, .ameco_block_heading_bk h5 {
  position: relative;
  display: inline-block;
}
.ameco_block_heading_bk h1:after, .ameco_block_heading_bk h2:after, .ameco_block_heading_bk h3:after, .ameco_block_heading_bk h4:after, .ameco_block_heading_bk h5:after {
  content: "";
  display: block;
  width: 25%;
  min-width: 150px;
  height: 1px;
  background-color: #ff9800;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.ameco_block_heading_bk h2 {
  font-size: calc(1.625rem + .9vw);
}

.ameco_block_heading_center h1:after, .ameco_block_heading_center h2:after, .ameco_block_heading_center h3:after, .ameco_block_heading_center h4:after, .ameco_block_heading_center h5:after {
  left: 50%;
  transform: translateX(-50%);
}

.ameco_block_content h1, .ameco_block_content .h1 {
  font-size: calc(1.625rem + 3.2vw);
  line-height: 1.2;
}
.ameco_block_content h2, .ameco_block_content .h2 {
  font-size: calc(1.275rem + 2.9vw);
  line-height: 1.2;
}
.ameco_block_content h3, .ameco_block_content .h3 {
  font-size: calc(1.225rem + 2.3vw);
  line-height: 1.2;
}
.ameco_block_content h4, .ameco_block_content .h4 {
  font-size: calc(1.1rem + 2.7vw);
  line-height: 1.2;
}
.ameco_block_content h5, .ameco_block_content .h5 {
  font-size: calc(1.0rem + 2.1vw);
  line-height: 1.2;
}
.ameco_block_content .py-md-6 {
  padding-bottom: 4rem;
  padding-top: 4rem;
}
.ameco_block_content h1, .ameco_block_content h2, .ameco_block_content h3, .ameco_block_content h4, .ameco_block_content h5, .ameco_block_content h6 {
  margin-bottom: 2rem;
}
.ameco_block_content p {
  font-weight: 300;
  line-height: 2;
}

.ameco_block_content_sm h1, .ameco_block_content_sm .h1 {
  font-size: calc(1.625rem + 2.2vw);
  line-height: 1.2;
}
.ameco_block_content_sm h2, .ameco_block_content_sm .h2 {
  font-size: calc(1.275rem + 1.9vw);
  line-height: 1.2;
}
.ameco_block_content_sm h3, .ameco_block_content_sm .h3 {
  font-size: calc(1.225rem + 1.3vw);
  line-height: 1.2;
}
.ameco_block_content_sm h4, .ameco_block_content_sm .h4 {
  font-size: calc(1.1rem + 1.7vw);
  line-height: 1.2;
}
.ameco_block_content_sm h5, .ameco_block_content_sm .h5 {
  font-size: calc(1.0rem + 1.1vw);
  line-height: 1.2;
}
.ameco_block_content_sm .py-md-6 {
  padding-bottom: 4rem;
  padding-top: 4rem;
}
.ameco_block_content_sm h1, .ameco_block_content_sm h2, .ameco_block_content_sm h3, .ameco_block_content_sm h4, .ameco_block_content_sm h5, .ameco_block_content_sm h6 {
  margin-bottom: 2rem;
}
.ameco_block_content_sm p {
  font-weight: 300;
  line-height: 2;
}

.h2_title_block {
  font-size: calc(2.25rem + 1.9vw);
}
@media (min-width: 768px) {
  .h2_title_block {
    font-size: calc(1.325rem + .9vw);
  }
}

/* about us */
.ameco_aboutus .block_title {
  letter-spacing: 1px;
}
.ameco_aboutus .block_description {
  color: var(--gray-600);
  font-size: 0.95rem;
  line-height: 1.8rem;
}

.ameco_service .blockitem {
  border-radius: 1rem;
  background: #FFFFFF;
  border: 1px solid #bebebe;
  position: relative;
}
.ameco_service .blockitem img {
  border-radius: 1rem;
}
.ameco_service .blockitem img:hover {
  filter: brightness(120%);
  transition: filter 0.3s ease;
}
.ameco_service .blockitem .blockitem-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 20px;
  z-index: 2;
  background: #ffffffb3;
  margin: 2rem;
  border-radius: 1rem;
}
.ameco_service .blockitem:hover .blockitem-body {
  background: #ffffffe1;
}

.calltoaction {
  border: 1px solid #dddddd;
  border-radius: 1rem;
  background: #F0F0F0;
}
.calltoaction img {
  border-radius: 1rem 1rem 0 0;
}
@media (min-width: 768px) {
  .calltoaction img {
    border-radius: 1rem 0 0 1rem;
  }
}
.calltoaction .phoneicon {
  width: 90px;
  margin-top: -45px;
}
@media (min-width: 768px) {
  .calltoaction .phoneicon {
    margin-left: -45px;
    margin-top: 0;
  }
}
.calltoaction .phoneicon i {
  border: 4px solid #FFFFFF;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #2dc26b;
  color: #FFFFFF;
}

.footer {
  padding: 2rem 0;
  background-color: #f7f7f7;
  background-image: initial;
  color: #5a5a5a;
}
.footer h3 {
  font-size: 1.4rem;
}
.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer ul li {
  font-size: 0.95rem;
  padding-bottom: 0.5rem;
}
.footer ul li a {
  font-size: 0.95rem;
}
.footer ul li a:hover {
  color: #000000;
}

.item_line_top {
  position: relative;
}
.item_line_top::before {
  content: "";
  display: block;
  width: 25%;
  max-width: 80px;
  height: 2px;
  background-color: #787878;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
}

.component-area form.phItemCartBoxForm {
  background: transparent;
  box-shadow: none;
}

.com_phocacart .pc-category-view form {
  background: transparent;
  box-shadow: none;
}

/*# sourceMappingURL=user.css.map */
