@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.service-banner {
  position: relative;
  color: white;
  overflow: hidden;
  z-index: 1;
  background: url("../../../assets/images/Home/banner-pattern.png");
  margin-top: var(--heading);
  padding: 230px 0 150px 0;
}
@media only screen and (max-width: 768px) {
  .service-banner {
    padding: 200px 0px 60px 0;
  }
}
@media only screen and (max-width: 540px) {
  .service-banner {
    padding: 180px 0px 60px 0;
  }
}
.service-banner .container {
  max-width: 1180px;
}
.service-banner .flex-box {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .service-banner .flex-box {
    flex-direction: column;
    gap: 60px;
  }
}
@media only screen and (max-width: 540px) {
  .service-banner .flex-box {
    gap: 40px;
  }
}
.service-banner .flex-box .col:first-child {
  flex: 0 1 50%;
}
@media only screen and (max-width: 768px) {
  .service-banner .flex-box .col:first-child {
    text-align: center;
  }
}
.service-banner .flex-box .col:first-child h2 {
  font-weight: 700;
  font-size: 20px;
  color: var(--primary);
  margin-bottom: 4px;
}
.service-banner .flex-box .col:first-child h1 {
  margin-bottom: 10px;
}
.service-banner .flex-box .col:first-child p {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
  max-width: 513px;
}
@media only screen and (max-width: 768px) {
  .service-banner .flex-box .col:first-child p {
    margin: auto;
  }
}
.service-banner .flex-box .col:first-child .btn {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .service-banner .flex-box .col:first-child .btn {
    margin: 20px auto 0;
  }
}
.service-banner .flex-box .col:last-child figure {
  width: 515px;
  height: 296px;
  position: relative;
  line-height: 0;
}
@media only screen and (max-width: 1024px) {
  .service-banner .flex-box .col:last-child figure {
    width: 415px;
    height: 246px;
  }
}
@media only screen and (max-width: 768px) {
  .service-banner .flex-box .col:last-child figure {
    margin: auto;
  }
}
@media only screen and (max-width: 540px) {
  .service-banner .flex-box .col:last-child figure {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.service-banner .flex-box .col:last-child figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.service-banner .flex-box .col:last-child figure figcaption {
  width: 213px;
  height: 200px;
  line-height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1024px) {
  .service-banner .flex-box .col:last-child figure figcaption {
    width: 123px;
    height: 120px;
  }
}
.service-banner .flex-box .col:last-child figure figcaption img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.service-secA {
  padding: 50px 0;
}
@media only screen and (max-width: 540px) {
  .service-secA {
    padding: 30px 0 50px 0;
  }
}
.service-secA .flex-box {
  display: flex;
  justify-content: space-between;
  gap: 70px;
}
@media only screen and (max-width: 1024px) {
  .service-secA .flex-box {
    flex-direction: column;
    gap: 20px;
  }
}
.service-secA .flex-box .left {
  flex: 1;
  width: 100%;
}
.service-secA .flex-box .left .wrapper {
  margin-bottom: 30px;
}
.service-secA .flex-box .left .wrapper h2 {
  font-weight: 700;
  font-size: 36px;
  color: var(--primary);
}
@media only screen and (max-width: 540px) {
  .service-secA .flex-box .left .wrapper h2 {
    text-align: center;
    font-size: 30px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 540px) {
  .service-secA .flex-box .left .wrapper p {
    text-align: center;
    max-width: 92%;
    margin: auto;
  }
}
.service-secA .flex-box .left .wrapper .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 540px) {
  .service-secA .flex-box .left .wrapper .heading {
    justify-content: center;
  }
}
.service-secA .flex-box .left .wrapper .heading .swiper-nav {
  margin-right: 0;
}
@media only screen and (max-width: 540px) {
  .service-secA .flex-box .left .wrapper .heading .swiper-nav {
    display: none;
  }
}
.service-secA .flex-box .left .wrapper .heading .swiper-nav .swiper-next, .service-secA .flex-box .left .wrapper .heading .swiper-nav .swiper-prev {
  --size: 40px;
}
.service-secA .flex-box .left .wrapper .features-swiper {
  width: 830px;
}
@media only screen and (max-width: 1024px) {
  .service-secA .flex-box .left .wrapper .features-swiper {
    width: 100%;
  }
}
.service-secA .flex-box .left .wrapper .features-swiper .swiper-wrapper .swiper-slide {
  border: 1px solid rgba(168, 128, 62, 0.4);
  height: 163px;
  border-radius: 6.64px;
  padding: 40px;
}
.service-secA .flex-box .left .wrapper .features-swiper .swiper-wrapper .swiper-slide figure {
  width: 43px;
  height: 43px;
  line-height: 0;
  margin: 0 auto 10px;
}
.service-secA .flex-box .left .wrapper .features-swiper .swiper-wrapper .swiper-slide h5 {
  color: var(--primary);
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}
.service-secA .flex-box .left .wrapper .grid-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 20px;
}
@media only screen and (max-width: 540px) {
  .service-secA .flex-box .left .wrapper .grid-box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.service-secA .flex-box .left .wrapper .grid-box .grid-box-item {
  border: 1px solid rgba(168, 128, 62, 0.4);
  height: 200px;
  border-radius: 10px;
  padding: 30px;
  position: relative;
}
@media only screen and (max-width: 540px) {
  .service-secA .flex-box .left .wrapper .grid-box .grid-box-item {
    text-align: center;
    height: -moz-fit-content;
    height: fit-content;
    line-height: 1;
    font-size: 40px;
  }
}
.service-secA .flex-box .left .wrapper .grid-box .grid-box-item .count {
  position: absolute;
  bottom: 30px;
  right: 30px;
  font-weight: 700;
  font-size: 55.42px;
  text-align: center;
  text-transform: capitalize;
  color: rgba(166, 124, 0, 0.2);
  line-height: 1;
}
@media only screen and (max-width: 540px) {
  .service-secA .flex-box .left .wrapper .grid-box .grid-box-item .count {
    position: initial;
    bottom: initial;
    right: initial;
    margin-bottom: 15px;
  }
}
.service-secA .flex-box .left .wrapper .grid-box .grid-box-item h4 {
  font-weight: 700;
  font-size: 18px;
  color: var(--primary);
  margin-bottom: 10px;
}
@media only screen and (max-width: 540px) {
  .service-secA .flex-box .left .wrapper .grid-box .grid-box-item h4 {
    margin-bottom: 5px;
  }
}
.service-secA .flex-box .left .wrapper .grid-box .grid-box-item p {
  color: rgba(0, 0, 0, 0.6980392157);
  font-size: 14px;
  font-weight: 400;
  max-width: 80%;
}
@media only screen and (max-width: 540px) {
  .service-secA .flex-box .left .wrapper .grid-box .grid-box-item p {
    line-height: 1.2;
  }
}
.service-secA .flex-box .left .wrapper .use-cases {
  display: grid;
  grid-template-columns: 282px 1fr;
  gap: 20px;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .service-secA .flex-box .left .wrapper .use-cases {
    display: flex;
    flex-direction: column-reverse;
  }
}
.service-secA .flex-box .left .wrapper .use-cases figure {
  width: 282px;
  height: 293px;
  border-radius: 10px;
  line-height: 0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .service-secA .flex-box .left .wrapper .use-cases figure {
    display: none;
  }
}
.service-secA .flex-box .left .wrapper .use-cases figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-secA .flex-box .left .wrapper .use-cases .use-cases-swiper {
  background: #F4F4F4;
  border-radius: 10px;
  height: 293px;
  width: 529px;
  padding: 30px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .service-secA .flex-box .left .wrapper .use-cases .use-cases-swiper {
    width: 672px;
  }
}
@media only screen and (max-width: 768px) {
  .service-secA .flex-box .left .wrapper .use-cases .use-cases-swiper {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media only screen and (max-width: 540px) {
  .service-secA .flex-box .left .wrapper .use-cases .use-cases-swiper {
    padding: 30px 20px;
  }
}
.service-secA .flex-box .left .wrapper .use-cases .use-cases-swiper .swiper .swiper-nav-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .service-secA .flex-box .left .wrapper .use-cases .use-cases-swiper .swiper .swiper-nav-group {
    margin-top: 30px;
  }
}
.service-secA .flex-box .left .wrapper .use-cases .use-cases-swiper .swiper .swiper-nav-group .swiper-pagination {
  position: relative;
  height: 4px;
  background: #D0D0D0;
  flex: 1;
}
.service-secA .flex-box .left .wrapper .use-cases .use-cases-swiper .swiper .swiper-nav-group .swiper-pagination-progressbar-fill {
  background: var(--primary);
}
.service-secA .flex-box .left .wrapper .use-cases .use-cases-swiper .swiper .swiper-nav-group .swiper-nav {
  width: -moz-fit-content;
  width: fit-content;
  gap: 10px;
}
.service-secA .flex-box .left .wrapper .use-cases .use-cases-swiper .swiper .swiper-nav-group .swiper-nav button {
  border: none;
  box-shadow: 0px 2px 8px 0px rgba(99, 99, 99, 0.2);
  margin: 5px;
}
.service-secA .flex-box .left .wrapper .use-cases .use-cases-swiper .swiper .swiper-nav-group .swiper-nav button svg path {
  fill: var(--primary);
}
.service-secA .flex-box .left .wrapper .use-cases .use-cases-swiper .swiper .swiper-nav-group .swiper-nav button:hover svg path {
  fill: var(--white);
}
.service-secA .flex-box .left .wrapper .use-cases .use-cases-swiper .swiper .swiper-wrapper .swiper-slide h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: #1A1A4B;
  margin-bottom: 10px;
}
@media only screen and (max-width: 540px) {
  .service-secA .flex-box .left .wrapper .use-cases .use-cases-swiper .swiper .swiper-wrapper .swiper-slide h4 {
    text-align: center;
  }
}
.service-secA .flex-box .left .wrapper .use-cases .use-cases-swiper .swiper .swiper-wrapper .swiper-slide p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
}
.service-secA .flex-box .right {
  background: var(--primary);
  padding: 40px 30px;
  width: 379px;
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: calc(var(--headerheight) + 20px);
  border-radius: 10px;
}
@media only screen and (max-width: 1024px) {
  .service-secA .flex-box .right {
    width: 100%;
  }
}
.service-secA .flex-box .right h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  color: white;
  max-width: 259px;
  margin: 0 auto 40px;
  text-align: center;
  text-transform: capitalize;
}
.service-secA .flex-box .right .form {
  --gaptb: 20px;
}
.service-secA .flex-box .right .form .btn {
  margin: 30px auto 0;
}

.service-secB {
  padding: 50px 0;
  background: #F4F4F4;
}
.service-secB h2 {
  text-align: center;
}
@media only screen and (max-width: 540px) {
  .service-secB .col1 {
    display: none;
  }
}
.service-secB .flex-box {
  display: flex;
  justify-content: center;
  gap: 100px;
  margin: 80px 0 50px 0;
}
@media only screen and (max-width: 768px) {
  .service-secB .flex-box {
    gap: 60px;
  }
}
@media only screen and (max-width: 540px) {
  .service-secB .flex-box {
    margin: 30px 0 20px 0;
  }
}
.service-secB .flex-box .col:first-child figure {
  width: 201px;
  height: 345px;
  line-height: 0;
}
.service-secB .flex-box .col:first-child figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.service-secB .flex-box .col:last-child {
  flex: 1;
  max-width: 577px;
}
.service-secB .flex-box .col:last-child .col {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1294117647);
  position: relative;
}
.service-secB .flex-box .col:last-child .col.active .title h6 {
  font-weight: 600;
  color: var(--primary);
}
.service-secB .flex-box .col:last-child .col.active .title .ico {
  rotate: 180deg;
}
.service-secB .flex-box .col:last-child .col .title {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 10px;
  cursor: pointer;
}
.service-secB .flex-box .col:last-child .col .title h6 {
  padding: 14px 50px 14px 21px;
  color: #666666;
  cursor: pointer;
  margin: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  position: relative;
  transition: 0.5s ease;
  flex: 1;
}
@media only screen and (max-width: 540px) {
  .service-secB .flex-box .col:last-child .col .title h6 {
    padding: 13px 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
  }
}
.service-secB .flex-box .col:last-child .col .title .ico {
  flex: 0 1 auto;
  width: 20px;
  height: 20px;
  background-image: url(../../icon/icon_down.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 50%;
  transition: 0.5s ease;
}
.service-secB .flex-box .col:last-child .col article {
  display: none;
}
.service-secB .flex-box .col:last-child .col article .content-desc {
  padding: 0px 30px 40px 30px;
}
.service-secB .flex-box .col:last-child .col article .content-desc p {
  font-weight: 500;
  font-size: 16px;
}
@media only screen and (max-width: 540px) {
  .service-secB .flex-box .col:last-child .col article .content-desc {
    padding: 10px 20px 20px 20px;
  }
  .service-secB .flex-box .col:last-child .col article .content-desc p {
    font-size: 14px;
  }
}
.service-secB .flex-box .col:last-child .col article .content-desc .heading {
  display: flex;
  justify-content: space-between;
}
.service-secB .flex-box .col:last-child .col article .content-desc .heading .title {
  font-family: Work Sans;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.service-secB .flex-box .col:last-child .col article .content-desc .heading .button {
  height: 48px;
  border-radius: 5px;
  border-width: 1px;
  padding: 14px 40px;
  gap: 10px;
  border: 1px solid black;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: black;
}
@media only screen and (max-width: 767px) {
  .service-secB .flex-box .col:last-child .col article .content-desc .heading .button {
    height: 30px;
    border-radius: 5px;
    border-width: 1px;
    padding: 9px 10px;
    gap: 10px;
    border: 1px solid black;
    font-weight: 600;
    font-size: 13px;
    line-height: 100%;
  }
}

.service-secC {
  padding: 50px 0;
}
.service-secC .heading {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
.service-secC .heading h1 {
  text-align: center;
}
.service-secC .heading .swiper-nav {
  margin-right: inherit;
  position: absolute;
  right: 0;
  bottom: 5px;
}
@media only screen and (max-width: 540px) {
  .service-secC .heading .swiper-nav {
    display: none;
  }
}
.service-secC .heading .swiper-nav .swiper-next, .service-secC .heading .swiper-nav .swiper-prev {
  --size: 40px;
}
.service-secC .swiper .swiper-wrapper .swiper-slide {
  border: 1px solid #C3AF76;
  height: 269px;
  border-radius: 10px;
  padding: 30px;
}
.service-secC .swiper .swiper-wrapper .swiper-slide figure {
  width: 50px;
  height: 50px;
  line-height: 0;
  margin: 0 auto 20px;
}
.service-secC .swiper .swiper-wrapper .swiper-slide h4 {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  color: black;
  margin-bottom: 10px;
}
.service-secC .swiper .swiper-wrapper .swiper-slide p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.1;
  text-align: center;
  color: rgba(0, 0, 0, 0.6980392157);
}/*# sourceMappingURL=service-detail.css.map */