/*Icons style */
.icon-style	img{
	 background: var(--nv-secondary-accent);
  padding: 16px;
}

/* Style the field labels */

div.wpforms-container-full .wpforms-form .wpforms-field-label {
    display: block;
    font-weight: 400;
    font-size: 16px;
    float: none;
    line-height: 1.3;
    margin: 0 0 4px 0;
    padding: 0;
  color:white;
}

/* Change the color of the required mark */
div.wpforms-container-full .wpforms-form .wpforms-required-label{color:#fff;}

/* Style the text area */

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-textarea textarea, div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-textarea input {
    background-color: white;
    box-sizing: border-box;
    border-radius:0px;
    color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    float: none;
    font-size: 16px;
    border: none;
    padding: 5px 10px;
    height: 120px;
    width: 100%;
    line-height: 1.3;
}


/* Style the text and email inputs */
div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=email]{
	
	 background-color: white;
    box-sizing: border-box;
    border-radius:0px;
    color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    float: none;
    font-size: 16px;
    border: none;
    padding: 5px 10px;
    height: 60px;
    width: 100%;
    line-height: 1.3;
}

/* Style the submit button */
div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
		background-color: var(--nv-primary-accent);
    border: none;
    color: #fff;
    font-size: 0.9em;
		text-transform:uppercase;
		font-weight:600;
    padding: 15px 25px;
	
}

div.wpforms-container-full .wpforms-form input[type=submit]:hover, div.wpforms-container-full .wpforms-form input[type=submit]:focus, div.wpforms-container-full .wpforms-form input[type=submit]:active, div.wpforms-container-full .wpforms-form button[type=submit]:hover, div.wpforms-container-full .wpforms-form button[type=submit]:focus, div.wpforms-container-full .wpforms-form button[type=submit]:active, div.wpforms-container-full .wpforms-form .wpforms-page-button:hover, div.wpforms-container-full .wpforms-form .wpforms-page-button:active, div.wpforms-container-full .wpforms-form .wpforms-page-button:focus {
		background-color: var(--nv-secondary-accent);
    border: none;
    color: #121212;
    font-size: 0.9em;
		text-transform: uppercase;
		font-weight:600;
    padding: 15px 25px;
	
}

div.wpforms-container-full .wpforms-form input[type=submit]:hover, div.wpforms-container-full .wpforms-form input[type=submit]:focus, div.wpforms-container-full .wpforms-form input[type=submit]:active, div.wpforms-container-full .wpforms-form button[type=submit]:hover, div.wpforms-container-full .wpforms-form button[type=submit]:focus, div.wpforms-container-full .wpforms-form button[type=submit]:active, div.wpforms-container-full .wpforms-form .wpforms-page-button:hover, div.wpforms-container-full .wpforms-form .wpforms-page-button:active, div.wpforms-container-full .wpforms-form .wpforms-page-button:focus{
  border: none;
}

 .nv-single-page-wrap{
	margin-bottom: 0px;
}

.wrapperCard {
  width: 100%;
  margin: 0 auto;
  max-width: 80rem;
}

.colsCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.colCard {
	left:50%;
	margin: auto;
  width: 100%;
  margin: 1rem;
  cursor: pointer;
}

.containerCard{
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	        perspective: 1000px;
}

.frontCard,
.backCard{
  background-size: cover;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.25);
  border-radius: 10px;
	background-position: center;
	-webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	text-align: center;
	min-height: 350px;
	height: auto;
	border-radius: 10px;
	color: #fff;
	font-size: 1rem;
}

.backCard{
  background: #cedce7;
  background: -webkit-linear-gradient(45deg,  #cedce7 0%,#596a72 100%);
  background: -o-linear-gradient(45deg,  #cedce7 0%,#596a72 100%);
  background: linear-gradient(45deg,  #cedce7 0%,#596a72 100%);
}

.frontCard:after{
	position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    border-radius: 10px;
}


.backCard{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.innerCard{
    -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
            transform: translateY(-50%) translateZ(60px) scale(0.94);
    top: 50%;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
            perspective: inherit;
    z-index: 2;
}

.containerCard .backCard{
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.containerCard .frontCard{
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.frontCard .innerCard p{
  font-size: 17px;
  margin-bottom: 1rem;
  position: relative;
}

.frontCard .innerCard p:after{
  content: '';
  width: 4rem;
  height: 2px;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -.75rem;
}

.frontCard .innerCard span{
  color: rgba(255,255,255,0.7);
  font-family: 'Montserrat';
  font-weight: 300;
}





.colCardProfile {
  width: 100%;
  cursor: pointer;
	padding-bottom: 1rem;
}

.containerCardProfile{
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	        perspective: 1000px;
}

.frontCardProfile,
.backCardProfile{
  background-size: cover;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.25);
  border-radius: 10px;
	background-position: center;
	-webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	text-align: center;
	min-height: 600px;
	height: auto;
	border-radius: 10px;
	color: #fff;
	font-size: 0.9rem;
}

.backCardProfile{
  background: #cedce7;
  background: -webkit-linear-gradient(45deg,  #2d3243 0%,#596a72 100%);
  background: -o-linear-gradient(45deg,  #2d3243 0%,#596a72 100%);
  background: linear-gradient(45deg,  #2d32430%,#596a72 100%);
}

.frontCardProfile:after{
	position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    opacity: .4;
    background-color: #000;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    border-radius: 10px;
}
.containerCardProfile:hover .frontCardProfile,
.containerCardProfile:hover .backCardProfile{
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.backCardProfile{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.innerCardProfile{
    -webkit-transform: -webkit-translateY(-50%) -webkit-translateZ(60px) scale(0.94);
            transform: translateY(-50%) translateZ(60px) scale(0.94);
    top: 50%;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
            perspective: inherit;
    z-index: 2;
}

.containerCardProfile .backCardProfile{
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.containerCardProfile .frontCardProfile{
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.containerCardProfile:hover .backCardProfile{
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.containerCardProfile:hover .frontCardProfile{
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.frontCardProfile .innerCardProfile p{
  font-size: 1.1rem;
  margin-bottom: 0rem;
  position: absolute;
	top:-364px;
	left:0px;
	padding-left: 6px;
	padding-right: 6px;
	color:white;
	background-color:#2d3243;
	border: 1px solid #2d3243;
	border-radius: 5px 0 0 0;
text-shadow: text-shadow: 3px 3px 3px rgba(150, 150, 150, 1);
}

.frontCardProfile .innerCardProfile p:after{
  content: '';
  width: 4rem;
  height: 0px;
  position: absolute;
  background: #C6D4DF;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -.75rem;
}

.frontCardProfile .innerCardProfile span{
  color: rgba(255,255,255,0.7);
  font-weight: 300;
}

.justify-text {
    text-align: justify;
}

.no-vertical-margin {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.center-container {
	left:50%;
}
.team-member-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.team-member-image {
    width: 100%;
    height: auto;
}

.team-member-details {
    width: 100%;
    background-color: #2d3243;
    color: white;
    padding: 20px;
    text-align: left;
    font-family: Arial, sans-serif;
}

.team-member-details h4 {
    margin-top: 0;
    margin-bottom: 10px;
}

.team-member-details p {
    margin: 5px 0;
}

.team-member-details a {
    color: #00b0f0;
    text-decoration: none;
}

.team-member-details a:hover {
    text-decoration: underline;
}

.big-amount {
  /* Centers the text, but you already have has-text-align-center. 
     This is just in case you want to ensure it’s always centered. */
  text-align: center;
  
  /* clamp() allows you to define a minimum, preferred, and maximum font size.
     It helps the text scale responsively based on the viewport size. */
  font-size: clamp(2rem, 16vw, 12rem);

  /* You can make it bold for better visibility */
  font-weight: bold;

  /* Optional: Add some margin/padding if desired */
  margin: 1rem 0;
}

.responsive-subheading {
  /* Center the text if desired */
  text-align: center;

  /* Use clamp() to scale the font size:
     - Minimum: 1rem
     - Fluid range: 3vw (viewport width)
     - Maximum: 1.8rem (adjust as you like)
  */
  font-size: clamp(1rem, 3vw, 1.8rem);

  /* Adjust line-height if needed for readability */
  line-height: 1.5;

  /* Add some margin if you want spacing above/below */
  margin: 1em 0;
}


