@charset "UTF-8";

#expertise {
  color: var(--color-primary);
  background-color: var(--white);
  background: url(../../images/expertise-section-bg.svg);
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-position-x: right;
  background-size: calc(99vw) auto;
}

#expertise .expertise-content {
  max-width: 1100px;
  margin: 17px auto;
  text-align: center;
  font-family: 'barlow-regular';
  color: var(--color-text-body);
  line-height: 1.5625rem;
}

#expertise .container {
  margin-top: 62px;
}

#expertise .expertise-title {
  color: var(--color-primary);
  font-size: 1.875rem;
  font-family: 'barlow-bold';
  font-weight: 700;
  letter-spacing: 0.09375rem;
  text-align: center;
}

#expertise .expertise-box p {
  color: var(--color-text-body);
  text-align: left;
  font-size: 0.8rem;
  font-family: 'barlow-regular';
}

#expertise .btn-view-more {
  text-align: center;
}

#expertise .btn-view-more a {
  width: 270px;
  /* height: 64px; */
  height: auto;
  text-align: center;
}

#expertise .title-expertise {
  margin-bottom: 75px;
}

#expertise .section-title,
#expertise .section-title h2 {
  color: var(--color-primary);
  margin-bottom: 30px;
}

#expertise .expertise-box .title-expertise-box i {
  margin-right: 5px;
  font-size: 1.2rem;
}

#expertise .expertise-box .title-expertise-box {
  color: #004ea8;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 5px;
}

#expertise .expertise-box .title-expertise-box img {
  margin-right: 5px;
  max-height: 24px;
  width: auto;
}

#expertise .expertise-box .title-expertise-box h4,
#expertise .expertise-box .title-expertise-box h3 {
  text-transform: uppercase;
  font-family: var(--font-family-primary-bold);
  font-size: var(--font-size-3);
  margin-bottom: 0;
  letter-spacing: 1px;
}

#expertise .content-expertise .expertise-box {
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 19%);
  background-color: var(--white);
  padding: 15px;
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
  /* transition: padding 0.3s ease-in 0.5s; */
  transition: all 0.3s ease-in-out 0s;
  height: 8.75rem;
  max-width: 350px;
  border-radius: 6px;
}

#expertise .content-expertise .btn-view-more {
  margin-top: 60px;
  text-align: center;
}

/* .content-expertise .btn-view-more .btn-common{
  padding: 0px 44px 0px 10px;
} */

#expertise .expertise-box::before {
  content: '';
  position: absolute;
  width: 0%;
  height: 10px;
  bottom: 0px;
  left: 0;
  background-color: var(--color-primary);
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 5px;
}

#expertise .expertise-box:hover::before {
  visibility: visible;
  width: 100%;
}

#expertise .expertise-box:hover {
  margin-top: 0px;
  /* padding-bottom: 1.5rem; */
  height: 8.75rem;
}

/* --------------------------------------------------
TABLET AND MOBILE SCREENS
--------------------------------------------------*/

@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

/* --------------------------------------------------
DESKTOP SMALLAND LARGE SCREENS
--------------------------------------------------*/
@media (min-width: 992px) {
  #expertise .container-1100 {
    padding: 10px;
  }
  #expertise .expertise-box p {
    font-size: 1rem;
  }
  #expertise .expertise-box .title-expertise-box img {
    height: 18px;
  }
  #expertise .expertise-box .title-expertise-box {
    margin-bottom: 5px;
  }
  #expertise .expertise-box .title-expertise-box h4,
  #expertise .expertise-box .title-expertise-box h3 {
    font-size: 1rem;
  }
  #expertise .content-expertise .expertise-box {
    height: 14rem;
  }
  #expertise .content-expertise .expertise-box:hover {
    height: 14.9rem;
  }

  #expertise .btn-view-more {
    margin-top: 30px;
  }
  #expertise .btn-view-more a {
    font-size: 1rem;
    width: 13rem;
    /* height: 3rem; */
    height: auto;
    line-height: 3rem;
  }
}

/* --------------------------------------------------
min-width: 1100px
--------------------------------------------------*/
@media (min-width: 1100px) {
  #expertise .expertise-title {
    font-size: 3.5rem;
    letter-spacing: 0.2rem;
  }
  #expertise .expertise-content {
    margin-top: 22px;
    line-height: 2.7rem;
    font-size: 1.7rem;
  }
  #expertise .expertise-box .title-expertise-box img {
    max-height: 28px;
  }
  #expertise .expertise-box .title-expertise-box h4,
  #expertise .expertise-box .title-expertise-box h3 {
    font-size: 1.3rem;
  }
  #expertise .expertise-box p {
    font-size: 1.1rem;
    margin-top: 15px;
  }
  #expertise .btn-view-more a {
    font-size: 1rem;
    width: 15rem;
    /* height: 3rem; */
    height: auto;
    line-height: 3rem;
  }
  #expertise .btn-view-more {
    margin: 26px auto 0 auto;
    text-align: center;
  }
}
/* --------------------------------------------------

--------------------------------------------------*/
@media (min-width: 1200px) {
  #expertise .expertise-box .title-expertise-box h4,
  #expertise .expertise-box .title-expertise-box h3 {
    font-size: 1.3rem;
  }
  #expertise .content-expertise .expertise-box:hover {
    height: 14.9rem;
  }
}
/*===============================================================

===============================================================*/
@media (min-width: 1400px) {
  #expertise .container-1100 {
    max-width: 1390px !important;
  }
  #expertise .btn-view-more a {
    font-size: 1.5rem;
    width: 21rem;
    /* height: 4rem; */
    height: auto;
    line-height: 4rem;
  }
}
/*===============================================================
1920px
===============================================================*/
@media (min-width: 1920px) {
}

/*===============================================================
2133px
===============================================================*/
@media (min-width: 2133px) {
}

/*===============================================================
2400px
===============================================================*/
@media (min-width: 2400px) {
}
