.btn-bg-green-gradient {
  background: linear-gradient(to right, #8cb826 0%, #39cd5e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  box-shadow: #415B43 0px 8px 0px;
}
.btn-bg-green-gradient:hover {
  box-shadow: #39cd5e 0px 8px 0px;
}
@media only screen and (max-width: 767px) {
  .btn-bg-green-gradient {
    padding: 10px 25px;
  }
}

.btn-line-k {
  padding: 10px 40px;
  color: #2C2C2C;
  border: 2px solid #2C2C2C;
  box-shadow: #2C2C2C 0px 8px 0px;
  background-color: #fff;
}
.btn-line-k:hover {
  box-shadow: #39cd5e 0px 8px 0px;
}
@media only screen and (max-width: 767px) {
  .btn-line-k {
    padding: 10px 25px;
  }
}

.index-kv-cont {
  background-color: #F6F6F6;
  padding: 30px 0;
}
.index-kv-cont .row {
  align-items: center;
}
.index-kv-cont .certification {
  font-size: 14px;
  padding: 8px 15px 5px 15px;
  border: 1px solid #D4D635;
  display: inline-block;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
.index-kv-cont .certification span {
  padding-left: 5px;
}
.index-kv-cont h1 {
  margin-top: 25px;
  font-size: 48px;
}
.index-kv-cont h1 span {
  display: block;
}
.index-kv-cont h2 {
  padding: 25px 0 35px;
  color: #8CB826;
  font-size: 30px;
  line-height: 1.4;
}
.index-kv-cont h2 span {
  display: block;
}
@media only screen and (max-width: 991px) {
  .index-kv-cont {
    padding-top: 95px;
  }
}
@media screen and (max-width: 767px) {
  .index-kv-cont {
    text-align: center;
  }
  .index-kv-cont h1 {
    font-size: 36px;
  }
  .index-kv-cont h2 {
    font-size: 22px;
  }
  .index-kv-cont .kv-btns {
    justify-content: center;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 499px) {
  .index-kv-cont h1 {
    font-size: 32px;
  }
}

.index-features-cont {
  padding: 20px 0;
}
.index-features-cont .col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 5px;
}
.index-features-cont .icons img {
  max-width: 100px;
}
.index-features-cont h4 {
  font-size: 26px;
}
.index-features-cont p {
  font-size: 18px;
  color: #6A6A6A;
}
@media screen and (max-width: 767px) {
  .index-features-cont .row {
    gap: 15px;
    justify-content: center;
  }
  .index-features-cont .col {
    flex: 30%;
    max-width: 35%;
  }
  .index-features-cont h4 {
    font-size: 20px;
  }
  .index-features-cont p {
    font-size: 15px;
  }
  .index-features-cont .icons img {
    max-width: 80px;
  }
}

.index-storedata-cont {
  padding: 35px 0;
  background: linear-gradient(to right, #4cc35c 0%, #91c322 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.index-storedata-cont h4 {
  font-size: 30px;
}
.index-storedata-cont h4 span {
  font-size: 40px;
  color: #FFD65D;
  padding: 0 20px;
}
.index-storedata-cont h5 {
  font-size: 32px;
  color: #fff;
}
.index-storedata-cont p {
  padding-top: 5px;
  font-size: 16px;
  color: #252525;
}
@media screen and (max-width: 767px) {
  .index-storedata-cont {
    padding: 20px 0 20px 0;
  }
  .index-storedata-cont h4 {
    font-size: 24px;
    padding-bottom: 15px;
  }
  .index-storedata-cont h5 {
    font-size: 26px;
  }
  .index-storedata-cont p {
    font-size: 15px;
  }
  .index-storedata-cont .gap-5 {
    gap: 17px !important;
  }
}
@media screen and (max-width: 499px) {
  .index-storedata-cont h5 {
    font-size: 24px;
  }
  .index-storedata-cont p {
    font-size: 14px;
  }
}

.index-about-cont .section-title .text-green {
  color: #fff !important;
  background-color: #90C31B;
  padding: 5px 25px;
  margin-bottom: 15px;
  display: inline-block;
  border-radius: 50px;
  margin-top: 15px;
}
.index-about-cont .section-title h3 {
  font-size: 36px;
  color: #252525;
}
.index-about-cont .about-list {
  padding-left: 15px;
}
.index-about-cont .about-list li {
  padding-left: 32px;
}
.index-about-cont .about-list li i {
  font-size: 24px;
  top: initial;
}
.index-about-cont .kv-btns {
  padding-top: 25px;
}
.index-about-cont .plan-card {
  padding-top: 40px;
}
.index-about-cont .plan-card .text-green {
  color: #fff !important;
  background-color: #90C31B;
  padding: 3.5px 20px;
  margin-bottom: 15px;
  display: inline-block;
  border-radius: 50px;
  font-size: 14px;
}
.index-about-cont .plan-card .price-area {
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 4px;
}
.index-about-cont .plan-card .hot-plan {
  border: 2px solid #90C31B;
  position: relative;
}
.index-about-cont .plan-card .hot-plan::after {
  content: "";
  position: absolute;
  top: -5px;
  left: 79px;
  z-index: 4;
  border-color: #C49731 #C49731 transparent transparent;
  border-style: solid solid solid solid;
  border-width: 3px 3px;
  transform: rotate(-45deg);
}
.index-about-cont .plan-card .hot-plan::before {
  content: "";
  position: absolute;
  top: 78px;
  left: -5px;
  z-index: 4;
  border-color: #C49731 #C49731 transparent transparent;
  border-style: solid solid solid solid;
  border-width: 3px 3px;
  transform: rotate(-136deg);
}
.index-about-cont .plan-card .hot-plan .tag {
  position: absolute;
  left: -6px;
  top: -6px;
  width: 102px;
  height: 87px;
  clip-path: polygon(53% 0, 87% 0, 0 100%, 0 59%);
  background-color: #FFE057;
  z-index: 2;
}
.index-about-cont .plan-card .hot-plan .tag span {
  font-size: 14px;
  color: #5E3434;
  padding: 3px 10px;
  display: inline-block;
  transform: rotate(-45deg);
  position: absolute;
  top: 19px;
  left: -1px;
  z-index: 4;
  position: relative;
  font-weight: bold;
}
.index-about-cont .plan-card .price-monthcost {
  font-size: 15px;
  padding: 10px 0;
  height: initial;
  border-bottom: 1px solid #E0E0E0;
}
.index-about-cont .plan-card .del {
  font-size: 15px;
}
.index-about-cont .price-top, .index-about-cont .price-text {
  border: none;
}
.index-about-cont .s-mob {
  color: #252525 !important;
}
@media screen and (max-width: 767px) {
  .index-about-cont .container {
    max-width: 90%;
  }
  .index-about-cont .section-title h3 {
    font-size: 30px;
  }
  .index-about-cont .about-list li {
    font-size: 14px;
  }
  .index-about-cont .kv-btns {
    padding-bottom: 25px;
  }
  .index-about-cont .s-mob {
    display: block;
    margin-bottom: 0;
    color: #90c320 !important;
  }
}

.index-table-cont {
  padding: 35px 0 100px 0;
}
.index-table-cont .ill {
  width: 30%;
  max-width: 430px;
  left: 10%;
  bottom: -100px;
  pointer-events: none;
}
.index-table-cont .section-title h3 {
  font-size: 36px;
  color: #252525;
}
.index-table-cont table {
  border-radius: 16px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 4px;
}
.index-table-cont table tr:nth-child(even) {
  background-color: #F6FFE2;
}
.index-table-cont table tr th {
  font-size: 26px;
  color: #FFFFFF;
  padding: 15px 0;
  background-color: #90C31B;
}
.index-table-cont table tr td {
  padding: 15px 0;
  font-size: 20px;
  color: #252525;
  border: none;
}
@media screen and (max-width: 767px) {
  .index-table-cont .section-title h3 {
    font-size: 30px;
  }
  .index-table-cont table tr td {
    font-size: 16px;
    padding: 10px 0;
  }
  .index-table-cont table tr th {
    font-size: 20px;
    padding: 10px 0;
  }
  .index-table-cont .ill {
    width: 50%;
  }
}

.index-AIcard-cont {
  padding: 55px 0;
}
.index-AIcard-cont .section-title h3 {
  font-size: 36px;
  color: #fff;
}
.index-AIcard-cont .section-title h3 span {
  color: #FFD65D !important;
}
.index-AIcard-cont .about-content {
  border-radius: 16px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 4px;
}
.index-AIcard-cont .a-card .section-title {
  padding-bottom: 10px;
}
.index-AIcard-cont .a-card .section-title h4 {
  font-size: 30px;
}
.index-AIcard-cont .a-card .section-title p {
  padding-top: 5px;
}
.index-AIcard-cont .a-card .section-title p span {
  font-size: 22px;
}
.index-AIcard-cont .a-card .text-info-b {
  padding: 15px;
}
.index-AIcard-cont .a-card .text-info-b b {
  font-size: 18px;
}

.for-pos {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .for-pos {
    padding: 30px 0;
  }
}

.for-dashbox {
  padding-top: 60px;
}
.for-dashbox img {
  width: 80%;
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .for-dashbox {
    padding-top: 30px;
  }
}

.for-industry {
  padding: 50px 0;
}
.for-industry .section-title {
  padding-bottom: 20px;
}
.for-industry .a-card {
  width: 100%;
  min-height: 120px;
  aspect-ratio: 1/0.6;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 4px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.for-industry .a-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 0;
}
.for-industry .a-card h4 {
  color: #ffffff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .for-industry {
    padding: 30px 0;
  }
}

.for-showcase {
  padding: 50px 0;
}
.for-showcase .p-card {
  display: flex;
  gap: 20px;
  padding: 30px 10px;
}
.for-showcase .p-card .p-card-header {
  flex: 1.5;
  width: 76px;
  max-width: 76px;
  height: 76px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 4px;
}
.for-showcase .p-card .p-card-header img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
}
.for-showcase .p-card .p-card-body {
  flex: 2.5;
  padding: 20px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 4px;
  border-radius: 16px;
}
.for-showcase .p-card .p-card-body h4 {
  font-size: 16px;
  line-height: 1.5;
}
.for-showcase .p-card .p-card-body h4 span {
  font-size: 20px;
  color: #90C31B;
}
.for-showcase .p-card .p-card-body p {
  font-size: 12px;
  color: #4B4B4B;
  padding-top: 10px;
}
.for-showcase .owl-theme .owl-dots .active span {
  background-color: #90C31B;
}

.contact-form-area .section-title h3 {
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  .contact-form-area .container {
    width: 90%;
  }
  .contact-form-area {
    padding-top: 50px;
  }
  .contact-form-area .section-title h3 {
    font-size: 30px;
  }
}

.for-contact {
  padding-top: 30px;
  padding-bottom: 0;
}
.for-contact ul {
  display: flex;
  gap: 20px;
}
.for-contact ul li {
  width: 50%;
}
.for-contact ul li .content img {
  width: 100%;
  height: auto;
}
.for-contact h4 {
  font-size: 22px;
  color: #fff;
  background-color: #8fc31f;
  margin-bottom: 15px;
  background-color: #8fc31f;
  border-radius: 14px 14px 0 0;
  line-height: 45px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .for-contact ul {
    flex-direction: column;
    gap: 10px;
  }
  .for-contact ul li {
    width: 100%;
    margin-bottom: 0;
  }
}

.contact-form .btn-bg-green-gradient {
  font-size: 20px;
  min-width: 348px;
}
.contact-form p a {
  text-decoration: underline;
}
.contact-form p a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .contact-form .btn-bg-green-gradient {
    min-width: 100%;
  }
}

.bg-gray-gradient {
  background: linear-gradient(to bottom, #f6f6f6 0%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.bg-green-gradient {
  background: linear-gradient(to bottom, #ffffff 0%, #F2FFD5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.bg-light-green {
  background-color: #F2FFD5;
}

.bg-light-gray {
  background-color: #F6F6F6;
}

.bg-dark-blue {
  background-color: #282E53;
}
.bg-dark-blue .section-title h3 {
  color: #fff;
}
.bg-dark-blue .section-title h3 span {
  color: #FFD65D !important;
}
.bg-dark-blue .section-title h3 span.s-mob {
  color: #fff !important;
}
@media screen and (max-width: 767px) {
  .bg-dark-blue .section-title h3 {
    font-size: 30px;
  }
}

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