.dashboard-area .section-header {
  text-align: center;
  position: relative;
  padding: 0 20px;
}

.dashboard-area .section-header .shape-1 {
  position: absolute;
  inset-inline-start: -100px;
  top: 38%;
  width: 200px;
}

@media only screen and (max-width: 1919px) {
  .dashboard-area .section-header .shape-1 {
    inset-inline-start: -70px;
    width: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .dashboard-area .section-header .shape-1 {
    display: none;
  }
}
.dashboard-area .section-header .shape-2 {
  position: absolute;
  inset-inline-start: 82%;
  top: -26%;
  width: 39px;
}

@media only screen and (max-width: 767px) {
  .dashboard-area .section-header .shape-2 {
    display: none;
  }
}
.dir-rtl .dashboard-area .section-header .shape-2 {
  transform: rotateY(180deg);
}

.dashboard-area .section-header .shape-3 {
  position: absolute;
  inset-inline-end: -27px;
  top: 63%;
  width: 61px;
}

@media only screen and (max-width: 1199px) {
  .dashboard-area .section-header .shape-3 {
    width: 31px;
    inset-inline-end: -13px;
  }
}
@media only screen and (max-width: 767px) {
  .dashboard-area .section-header .shape-3 {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .dashboard-area .section-header .shape-3 {
    display: none;
  }
}
.dir-rtl .dashboard-area .section-header .shape-3 {
  transform: rotateY(180deg);
}

.dashboard-area .section-header .section-title {
  max-width: 595px;
  margin: 0 auto;
}

.dashboard-area .section-header .text {
  max-width: 550px;
  margin: 0 auto;
}

.dashboard-area .section-header .text-wrapper {
  margin-top: 33px;
}

.dashboard-area-inner {
  background-color: #edf4f3;
  border-radius: 30px;
  padding-top: 181px;
}

@media only screen and (max-width: 1919px) {
  .dashboard-area-inner {
    padding-top: 111px;
    border-radius: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .dashboard-area-inner {
    padding-top: 81px;
  }
}
@media only screen and (max-width: 767px) {
  .dashboard-area-inner {
    padding-top: 51px;
  }
}
.dashboard-thumb-wrapper {
  padding: 0 80px;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: flex-end;
}

@media only screen and (max-width: 1199px) {
  .dashboard-thumb-wrapper {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 991px) {
  .dashboard-thumb-wrapper {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .dashboard-thumb-wrapper {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.dashboard-thumb-wrapper-box {
  position: relative;
  margin-top: 63px;
}

@media only screen and (max-width: 1399px) {
  .dashboard-thumb-wrapper-box {
    margin-top: 53px;
  }
}
@media only screen and (max-width: 991px) {
  .dashboard-thumb-wrapper-box {
    margin-top: 33px;
  }
}
.dashboard-thumb-wrapper-box .shape-1 {
  position: absolute;
  inset-inline-start: 113%;
  top: 79%;
  width: 153px;
}

@media only screen and (max-width: 767px) {
  .dashboard-thumb-wrapper-box .shape-1 {
    display: none;
  }
}
.dir-rtl .dashboard-thumb-wrapper-box .shape-1 {
  transform: rotateY(180deg);
}

.section-spacing-top {
  padding-top: 200px;
}

.features-area .workflow-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-top: 24px;
}

.process-steps-wrapper {
  border: 1px solid rgba(0, 0, 0, 0.09);
}
.process-steps-wrapper .process-step .text {
  color: var(--primary);
}
.process-steps-wrapper .process-step .subText {
  font-size: 13px;
}

.dashboard-area .section-header .btn-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 43px;
}

.dashboard-area .section-header .video-btn-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dashboard-area .section-header .video-btn-wrapper .text {
  font-size: 16px;
  font-weight: 700;
}

.feature-cards-wrapper > *:nth-child(1) .content {
  max-width: 700px;
}

.features-area-b {
  padding-top: 186px;
}
@media only screen and (max-width: 1919px) {
  .features-area-b {
    padding-top: 116px;
  }
}
@media only screen and (max-width: 991px) {
  .features-area-b {
    padding-top: 86px;
  }
}
@media only screen and (max-width: 767px) {
  .features-area-b {
    padding-top: 56px;
  }
}
.features-area-b .section-title {
  max-width: 586px;
}
@media only screen and (max-width: 1199px) {
  .features-area-b .section-title {
    max-width: 486px;
  }
}
.features-area-b .section-header {
  display: flex;
  gap: 30px 80px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .features-area-b .section-header {
    flex-direction: column;
    align-items: flex-start;
  }
}
.features-area-b .section-header .text {
  max-width: 700px;
}
.features-area-b .features-wrapper-box {
  position: relative;
  z-index: 1;
}
.features-area-b .features-wrapper-box .shape-1 {
  position: absolute;
  top: -36%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  max-width: inherit;
}
.features-area-b .features-wrapper-box .shape-2 {
  position: absolute;
  top: 66%;
  inset-inline-start: -10%;
  width: 60px;
  z-index: -1;
}
.features-area-b .features-wrapper {
  margin-top: 61px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1919px) {
  .features-area-b .features-wrapper {
    margin-top: 51px;
  }
}
@media only screen and (max-width: 991px) {
  .features-area-b .features-wrapper {
    margin-top: 41px;
  }
}
@media only screen and (max-width: 767px) {
  .features-area-b .features-wrapper {
    margin-top: 36px;
  }
}
.features-area-b .feature-box {
  border: 1px solid var(--border);
  border-radius: 20px;
  background-color: var(--white);
  text-align: center;
  padding: 50px 60px 47px;
  transition: all 0.3s;
}
@media only screen and (max-width: 1399px) {
  .features-area-b .feature-box {
    padding: 40px 30px 37px;
  }
}
.features-area-b .feature-box .wc-btn {
  margin-top: 71px;
}
@media only screen and (max-width: 1399px) {
  .features-area-b .feature-box .wc-btn {
    margin-top: 41px;
  }
}
.features-area-b .feature-box .wc-btn i {
  transition: 0.5s;
}
.features-area-b .feature-box:hover {
  border-color: var(--theme);
}
.features-area-b .feature-box:hover .wc-btn i {
  transform: translateX(5px);
}
.features-area-b .feature-box .title {
  font-size: 24px;
  line-height: 1.25;
}
@media only screen and (max-width: 991px) {
  .features-area-b .feature-box .title {
    font-size: 20px;
  }
}
.features-area-b .feature-box .text {
  margin-top: 23px;
}
.features-area-b .feature-box .content {
  margin-top: 40px;
}
@media only screen and (max-width: 1399px) {
  .features-area-b .feature-box .content {
    margin-top: 30px;
  }
}

.dir-rtl .features-area-b .features-wrapper-box .shape-1 {
  transform: rotateY(180deg) translateX(50%);
}

.dir-rtl .features-area-b .features-wrapper-box .shape-2 {
  transform: rotateY(180deg);
}

.features-area-c {
  padding-top: 123px;
}
@media only screen and (max-width: 1919px) {
  .features-area-c {
    padding-top: 93px;
  }
}
@media only screen and (max-width: 991px) {
  .features-area-c {
    padding-top: 73px;
  }
}
@media only screen and (max-width: 767px) {
  .features-area-c {
    padding-top: 53px;
  }
}
.features-area-c .section-header {
  text-align: center;
}
.features-area-c .section-header .section-title {
  max-width: 520px;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .features-area-c .section-header .section-title img {
    display: none;
  }
}
.features-area-c .section-header .text {
  max-width: 700px;
  margin: 0 auto;
}
.features-area-c .section-header .text-wrapper {
  margin-top: 25px;
}
.features-area-c .features-wrapper-box {
  margin-top: 63px;
}
@media only screen and (max-width: 1919px) {
  .features-area-c .features-wrapper-box {
    margin-top: 43px;
  }
}
.features-area-c .features-wrapper {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
}
@media only screen and (max-width: 1919px) {
  .features-area-c .features-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}
.features-area-c .feature-box {
  background-color: #f7f7fa;
  border-radius: 22px;
  padding: 50px 50px 48px;
  text-align: center;
}
@media only screen and (max-width: 1919px) {
  .features-area-c .feature-box {
    padding: 35px 20px 38px;
  }
}
.features-area-c .feature-box:hover .wc-btn {
  color: #072032;
}
.features-area-c .feature-box:hover .wc-btn i {
  transform: translateX(5px);
}
.features-area-c .feature-box .thumb img {
  height: 60px;
}
@media only screen and (max-width: 1919px) {
  .features-area-c .feature-box .thumb img {
    height: 50px;
  }
}
.features-area-c .feature-box .content {
  margin-top: 51px;
}
@media only screen and (max-width: 1919px) {
  .features-area-c .feature-box .content {
    margin-top: 41px;
  }
}
.features-area-c .feature-box .title {
  font-size: 30px;
  line-height: 1.16;
}
@media only screen and (max-width: 1919px) {
  .features-area-c .feature-box .title {
    font-size: 26px;
  }
}
.features-area-c .feature-box .text {
  margin-top: 20px;
}
.features-area-c .feature-box .wc-btn {
  margin-top: 31px;
  font-size: 14px;
  text-transform: uppercase;
  transition: 0.5s;
}
.features-area-c .feature-box .wc-btn i {
  transition: 0.5s;
}

.contact-area {
  padding-top: 180px;
}

@media only screen and (max-width: 1919px) {
  .contact-area {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-area {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-area {
    padding-top: 60px;
  }
}
.contact-area .line-vertical {
  width: 1px;
  height: 120px;
  background: var(--primary);
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .contact-area .line-vertical {
    display: none;
  }
}
.contact-area .section-title {
  text-align: center;
}

.contact-area .title-wrapper {
  margin-bottom: 38px;
}

.contact-area .meta-list {
  margin-top: 41px;
}

.contact-area .meta-list li {
  font-size: 16px;
  line-height: 1.62;
  text-align: center;
}

.contact-area .meta-list li:not(:last-child) {
  margin-bottom: 15px;
}

.contact-area .meta-list li a {
  font-weight: 600;
  color: var(--primary);
  text-decoration: underline;
  font-size: 18px;
}

.contact-area .section-heading {
  max-width: 240px;
}

@media only screen and (max-width: 767px) {
  .contact-area .section-heading {
    max-width: 100%;
  }
}
.contact-area .contact-area-inner {
  display: flex;
  gap: 80px;
  justify-content: space-between;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .contact-area .contact-area-inner {
    gap: 40px;
    flex-direction: column;
  }
}
.contact-area .shape-1 {
  position: absolute;
  bottom: 0;
  inset-inline-end: calc(100% + 100px);
  width: -moz-max-content;
  width: max-content;
}

.dir-rtl .contact-area .shape-1 img {
  transform: rotateY(180deg);
}

.contact-area .shape-2 {
  position: absolute;
  top: 213px;
  inset-inline-start: calc(100% + 124px);
  width: -moz-max-content;
  width: max-content;
}

.dir-rtl .contact-area .shape-2 img {
  transform: rotateY(180deg);
}

.contact-area .contact-wrapper {
  max-width: 740px;
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .contact-area .contact-wrapper {
    max-width: 530px;
  }
}
.contact-area .contact-wrapper .title {
  font-size: 24px;
}

.contact-area form {
  margin-top: 56px;
}

@media only screen and (max-width: 1399px) {
  .contact-area form {
    margin-top: 26px;
  }
}
.contact-area form input {
  width: 100%;
  height: 60px;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 0 30px;
  outline: none;
}

@media only screen and (max-width: 767px) {
  .contact-area form input {
    height: 50px;
    padding: 0 16px;
  }
}
.contact-area form input:focus {
  border-color: var(--theme);
}

.contact-area form select {
  width: 100%;
  height: 66px;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 0 30px;
  outline: 0;
}

@media only screen and (max-width: 767px) {
  .contact-area form select {
    height: 50px;
    padding: 0 16px;
  }
}
.contact-area form textarea {
  width: 100%;
  height: 200px;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 18px 30px;
  display: block;
  outline: 0;
  resize: none;
}

@media only screen and (max-width: 767px) {
  .contact-area form textarea {
    height: 120px;
    padding: 18px 16px;
  }
}
.contact-area form .input-field:not(:first-child) {
  margin-top: 20px;
}

.contact-area form .btn-wrapper {
  margin-top: 10px;
}

.contact-area form .wc-btn-primary {
  font-size: 16px;
  padding: 21px 30px;
  background-color: var(--theme);
  color: var(--white);
  border-radius: 10px;
  border-color: inherit;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .contact-area form .wc-btn-primary {
    padding: 16px 23px;
  }
}
.contact-area form .wc-btn-primary:hover {
  background-color: var(--primary);
  color: var(--white);
}

.contact-area form .wc-btn-primary i {
  font-size: 10px;
}/*# sourceMappingURL=custom.css.map */