@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
body {
  font-family: ttrg-bd;
}

.service-banner {
  margin-top: 90px;
  background: #EAEAEA;
}
@media only screen and (max-width: 1024px) {
  .service-banner {
    margin-top: 50px;
  }
}
.service-banner .container {
  max-width: 1170px;
}
.service-banner .bg-wrapper {
  display: flex;
  justify-content: start;
  gap: 140px;
  padding: 100px 0;
}
@media only screen and (max-width: 1024px) {
  .service-banner .bg-wrapper {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 991px) {
  .service-banner .bg-wrapper {
    display: block;
  }
}
.service-banner .bg-wrapper h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 45px;
  line-height: 1.4;
}
@media only screen and (max-width: 991px) {
  .service-banner .bg-wrapper h1 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 540px) {
  .service-banner .bg-wrapper h1 {
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 20px;
    text-align: center;
  }
}
.service-banner .bg-wrapper .content {
  width: 45%;
}
@media only screen and (max-width: 991px) {
  .service-banner .bg-wrapper .content {
    width: 100%;
  }
}
.service-banner .bg-wrapper .content h2 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #666666;
  margin: 0 0 20px 0;
}
@media only screen and (max-width: 991px) {
  .service-banner .bg-wrapper .content h2 {
    max-width: 80%;
  }
}
@media only screen and (max-width: 540px) {
  .service-banner .bg-wrapper .content h2 {
    font-size: 17px;
    max-width: 100%;
    line-height: 1.4;
    margin-bottom: 20px;
    text-align: center;
  }
}
.service-banner .bg-wrapper .content p {
  margin: 0 0 20px 0;
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (max-width: 540px) {
  .service-banner .bg-wrapper .content p {
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
    margin: 0 0 30px 0;
  }
}
.service-banner .bg-wrapper .content .counter-flex {
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 540px) {
  .service-banner .bg-wrapper .content .counter-flex {
    justify-content: space-between;
    align-items: center;
    text-align: center;
  }
}
.service-banner .bg-wrapper .content .counter-flex .counter-item h5 {
  color: var(--primary);
  font-family: Poppins;
  font-weight: 600;
  font-size: 32px;
  line-height: 24px;
  margin: 0 0 15px 0;
}
.service-banner .bg-wrapper .content .counter-flex .counter-item p {
  font-family: Poppins;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  color: var(--black);
  max-width: 70%;
}
@media only screen and (max-width: 540px) {
  .service-banner .bg-wrapper .content .counter-flex .counter-item p {
    max-width: 100%;
  }
}

.service-secA {
  padding: 0px 0 50px 0;
}
.service-secA .service_wrapper {
  padding: 30px 0 20px;
}
@media only screen and (max-width: 540px) {
  .service-secA .service_wrapper {
    padding: 30px 0 30px;
  }
}
.service-secA .service_wrapper .service_nav_content .grid-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 0 0 50px 0;
}
@media only screen and (max-width: 540px) {
  .service-secA .service_wrapper .service_nav_content .grid-box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.service-secA .service_wrapper .service_nav_content .grid-box .grid-box-item {
  background-color: #f7f7f7;
  width: 100%;
  height: 386px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2392156863);
  position: relative;
}
@media only screen and (max-width: 991px) {
  .service-secA .service_wrapper .service_nav_content .grid-box .grid-box-item {
    height: 345px;
  }
}
.service-secA .service_wrapper .service_nav_content .grid-box .grid-box-item:has(.figure:is(a):hover, .figcaption .ttl:is(a):hover, .figcaption .read-more-btn:is(a):hover) .figure::before {
  animation: shine 0.4s linear;
}
.service-secA .service_wrapper .service_nav_content .grid-box .grid-box-item:has(.figure:is(a):hover, .figcaption .ttl:is(a):hover, .figcaption .read-more-btn:is(a):hover) .figure img {
  transform: scale(1.04);
  width: 100%;
}
.service-secA .service_wrapper .service_nav_content .grid-box .grid-box-item .figure {
  height: 100%;
  line-height: 0;
  display: block;
  overflow: hidden;
  position: relative;
}
.service-secA .service_wrapper .service_nav_content .grid-box .grid-box-item .figure::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5019607843);
  z-index: 1;
}
.service-secA .service_wrapper .service_nav_content .grid-box .grid-box-item .figure::before {
  content: "";
  display: block;
  width: 0px;
  height: 86%;
  position: absolute;
  top: 7%;
  left: 0%;
  opacity: 0;
  background: white;
  box-shadow: 0 0 55px 12px white;
  transform: skewX(-20deg);
  z-index: 1;
}
.service-secA .service_wrapper .service_nav_content .grid-box .grid-box-item .figure:hover::before {
  animation: shine 0.4s linear;
  animation-fill-mode: none;
}
.service-secA .service_wrapper .service_nav_content .grid-box .grid-box-item .figure img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1.2;
  transition: 0.5s ease;
  position: relative;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-secA .service_wrapper .service_nav_content .grid-box .grid-box-item .figinfo {
  position: absolute;
  color: white;
  text-align: center;
  width: 100%;
  top: 23%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  padding: 30px;
}
@media only screen and (max-width: 1024px) {
  .service-secA .service_wrapper .service_nav_content .grid-box .grid-box-item .figinfo {
    top: 28%;
  }
}
@media only screen and (max-width: 991px) {
  .service-secA .service_wrapper .service_nav_content .grid-box .grid-box-item .figinfo {
    top: 64%;
  }
}
.service-secA .service_wrapper .service_nav_content .grid-box .grid-box-item .figinfo h5 {
  font-weight: 700;
  font-size: 36px;
  line-height: 35px;
  max-width: 70%;
  text-align: left;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1024px) {
  .service-secA .service_wrapper .service_nav_content .grid-box .grid-box-item .figinfo h5 {
    max-width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .service-secA .service_wrapper .service_nav_content .grid-box .grid-box-item .figinfo h5 {
    max-width: 100%;
    margin: auto;
    line-height: 1.1;
    font-size: 25px;
    text-align: center;
    margin-bottom: 10px;
  }
}
.service-secA .service_wrapper .service_nav_content .grid-box .grid-box-item .figinfo p {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  color: var(--white);
  text-align: left;
  max-width: 70%;
}
@media only screen and (max-width: 991px) {
  .service-secA .service_wrapper .service_nav_content .grid-box .grid-box-item .figinfo p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.9215686275);
    max-width: 100%;
    text-align: center;
    margin: auto;
  }
}
.service-secA .service_wrapper .service_nav_content .grid-box .grid-box-item .btn {
  position: absolute;
  left: 5%;
  bottom: 10%;
}
@media only screen and (max-width: 991px) {
  .service-secA .service_wrapper .service_nav_content .grid-box .grid-box-item .btn {
    left: 50%;
    top: 80%;
    transform: translate(-50%, 50%);
  }
}
.service-secA .service_wrapper .service_nav_content .grid-box .grid-box-item .btn:hover {
  background: var(--black);
  color: var(--primary);
  border-color: var(--black);
}
.service-secA .service_wrapper .service_nav_content .more-btn {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 185px;
  margin: auto;
  font-weight: 600;
  font-family: "Poppins";
}
.service-secA .service_wrapper .service_nav_content .more-btn:hover {
  background: var(--black);
  color: var(--primary);
  border-color: var(--black);
}/*# sourceMappingURL=service.css.map */