/*!
Theme Name: Visiflex Child
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: visiflex
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

pegasync is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@import url("https://fonts.googleapis.com/css2?family=Cal+Sans&display=swap");

@import url("https://fonts.cdnfonts.com/css/satoshi");

@font-face {
  font-family: "SF Pro Display";
  src: url("https://visiflex.staging.pegasync.com/wp-content/themes/pegasync-child/fonts/SFProDisplay-Regular.woff2")
    format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("https://visiflex.staging.pegasync.com/wp-content/themes/pegasync-child/fonts/SFProDisplay-Bold.woff2")
    format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Text";
  src: url("/wp-content/themes/pegasync-child/fonts/sf-pro-text_light.woff")
    format("woff");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Text";
  src: url("/wp-content/themes/pegasync-child/fonts/sf-pro-text_light.woff")
    format("woff");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Text Medium";
  src: url("/wp-content/themes/pegasync-child/fonts/sf-pro-text_regular.woff2")
    format("woff2");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Text Semi";
  src: url("/wp-content/themes/pegasync-child/fonts/sf-pro-text_semibold.woff2")
    format("woff2");
  font-style: normal;
  font-display: swap;
}

body,
html {
  width: 100%;
  overflow-x: hidden;
}

.sf--text-font p {
  font-family: "SF Pro Text" !important;
}

.sf--text-font .elementor-button .elementor-button-text {
  font-family: "SF Pro Text" !important;
}

.sf--text-font-med p {
  font-family: "SF Pro Text Medium" !important;
}

.sf--text-font-med p {
  font-family: "SF Pro Text Semi" !important;
}

.satoshi--font
  .elementor-icon-list-items
  .elementor-icon-list-item
  .elementor-icon-list-text {
  font-family: "Satoshi", sans-serif !important;
}

.para-two p {
  font-family: "SF Pro Display" !important;
  font-weight: 600;
}

.para-two.founder--note p {
  font-weight: 400;
}

.contact--box .elementor-icon-box-description {
  font-family: "SF Pro Text Medium", sans-serif !important;
  font-weight: 500;
}

.iconbox p {
  font-family: "SF Pro Text Medium", sans-serif !important;
  font-weight: 600;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
li,
button,
input,
textarea {
  font-family: "Cal Sans", sans-serif !important;
}

.tm {
  font-size: 0.4em;
  vertical-align: top;
}
.tm2 {
  font-size: 14px;
  vertical-align: top;
  margin-left: -10px;
  display: inline-block;
  margin-top: 15px;
}

.tm3 {
  font-size: 15px;
  vertical-align: top;
  margin-left: 1px;
}

.gradient {
  background: linear-gradient(177deg, #ffffff, #dce1df00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #ffffff6b;
}

.para {
  font-family: "Cal Sans", sans-serif !important;
}

.wpcf7-form .group--field {
  display: flex;
  gap: 38px;
  margin-bottom: 40px;
}

.wpcf7-form .group--field .field--wrap {
  width: 50%;
}

.wpcf7-form .field--wrap input,
.wpcf7-form .field--wrap textarea {
  background: transparent;
  border: 0px;
  border-bottom: 1px solid #8a8b8d;
  color: #000;
  font-family: "SF Pro Text Medium", sans-serif !important;
  font-size: 18px;
  outline: none;
  padding-bottom: 20px;
  width: 100%;
}

.wpcf7-form .field--wrap {
  position: relative;
}

.wpcf7-form .field--wrap input::placeholder,
.wpcf7-form .field--wrap textarea::placeholder {
  color: #000;
  font-family: "SF Pro Text Medium", sans-serif !important;
}

.wpcf7-form .field--wrap textarea {
  max-height: 170px;
  resize: none;
}

.wpcf7-form .submit--wrap .wpcf7-spinner {
  display: none;
}

.wpcf7-form .submit--wrap {
  background: #b5b5b5 !important;
  text-align: center;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  margin-top: 40px;
  transition: 0.3s all;
}

.wpcf7-form .submit--wrap.active {
  background: #e39f3f !important;
}

.wpcf7-form p {
  margin: 0px !important;
}

.wpcf7-form .submit--wrap img {
  margin-left: 10px;
  transition: 0.4s all;
}

.wpcf7-form .submit--wrap.active img {
  transform: rotate(-45deg);
}

.wpcf7-form .submit--wrap input {
  background: none;
  border: none;
  outline: none;
  color: #fff;
  font-family: "SF Pro Text Semi", sans-serif !important;
}

.wpcf7-form .group--field .first--wrap::before {
  content: "";
  position: absolute;
  right: 15px;
  top: -10px;
  height: 100%;
  width: 20px;
  background: url("/wp-content/uploads/2026/03/profile.png") center center
    no-repeat;
  z-index: 5;
}

.wpcf7-form .group--field .third--wrap::before {
  content: "";
  position: absolute;
  right: 15px;
  top: -10px;
  height: 100%;
  width: 20px;
  background: url("/wp-content/uploads/2026/03/direct-normal.png") center center
    no-repeat;
  z-index: 5;
}

.wpcf7-form .group--field .fourth--wrap::before {
  content: "";
  position: absolute;
  right: 15px;
  top: -10px;
  height: 100%;
  width: 20px;
  background: url("/wp-content/uploads/2026/03/call.png") center center
    no-repeat;
  z-index: 5;
}

.wpcf7-form .field--wrap input {
  padding-right: 45px;
}

.sf--text-font a {
  font-family: "SF Pro Text", sans-serif !important;
}

.inter--font p,
.inter--font .elementor-button-text {
  font-family: "Inter", sans-serif !important;
}

.footer--top .elementor-button-icon svg {
  height: 30px;
  width: 30px;
}

.footer--top .elementor-button-content-wrapper {
  align-items: center;
}

.accept--license {
  margin-top: 35px;
}

.accept--license .wpcf7-list-item-label {
  color: #000000c7;
  font-family: "SF Pro Text", sans-serif !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  margin-top: -5px;
}

.accept--license .wpcf7-list-item {
  margin: 0px;
}

.accept--license .wpcf7-list-item label {
  display: flex;
  align-items: start;
  gap: 10px;
}

@media (max-width: 1024px) {
  .tm2 {
    padding: 0px 10px !important;
  }
}

@media (max-width: 767px) {
  .tm2 {
    margin-top: -15px !important;
  }

  .founder--heading {
    font-size: 26px !important;
  }
}

@media (max-width: 576px) {
  .wpcf7-form .group--field {
    display: block !important;
  }

  .wpcf7-form .group--field .field--wrap {
    width: 100% !important;
    margin-bottom: 40px !important;
  }

  .wpcf7-form .submit--wrap input {
    font-size: 14px !important;
  }

  .wpcf7-form .submit--wrap img {
    margin-left: 5px !important;
  }
}