/* menu css */
#main-header-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	transition: all 0.4s ease;
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
	z-index: 999;
	background-color: transparent;
	backdrop-filter: none;
	box-shadow: none;
}
#main-header-wrapper.is-sticky {
	background-color: #fff;
	backdrop-filter: blur(4px);
	box-shadow: 0 5px 50px rgba(0, 0, 0, 0.13);
}
#main-header-wrapper.menu-scroll {
	opacity: 0;
	transform: translateY(-20px);
	pointer-events: none;
}
/* Popup css */
#coaching-popup-load{
  overflow-y:auto;
}
.popup-inner-content {
display:none;
}
.popup-inner-content.active {
display:flex;
}

.popupCloseButton {
	z-index: 1000 !important;
	cursor: pointer;
}

.popup-inner-content {
	height: 100%;
	max-height: 80vh;
	overflow: auto;
}
/* Popup css */
.newsletter-form-wrapper {
	max-width: 618px;
	margin: 0 auto;
	width: 100%;
}

.newsletter-input-group {
	display: flex;
	align-items: center;
	background: #EEEEEE;
	border-radius: 10px;
	overflow: hidden;
	justify-content: space-between;
}
.newsletter-input-group p:nth-child(2) {
	max-width: 166px;
}
.newsletter-email-field {
	flex: 1;
	border: none;
	padding: 14px 18px;
	font-size: 14px;
	outline: none;
	background: transparent;
	font-family: "Neulis Sans", Sans-serif;
	font-size: 16px;
}

.newsletter-email-field::placeholder{
    color:#8c8c8c;
}

.newsletter-submit-btn {
	background: #7fbf7f;
	color: #0b3d2e;
	border: none;
	padding: 16px 24px;
	cursor: pointer;
	transition: 0.3s;
	display: block;
	width: 100%;
	font-family: "Neulis Sans", Sans-serif;
	font-size: 16px;
	font-weight: 700;
}

.newsletter-submit-btn:hover{
    background:#6aad6a;
}
.newsletter-input-group .wpcf7-spinner {
	position: absolute;
}
.newsletter-input-group p {
	position: relative;
	width: 100%;
}
.newsleter-form-shortcode  .wpcf7-response-output {
	color: #fff !important;
}
/* connect-form */
/* Main Wrapper */
.custom-form {
	max-width: 900px;
	margin: 0 auto;
	padding: 47px 34px;
	border-radius: 52px;
	border: 1px solid #02352B;
}

/* Row Layout */
.custom-form .form-row {
  display: flex;
  gap: 30px;
  margin-bottom: 25px;
}

/* Two Columns */
.custom-form .form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Full Width Sections */
.custom-form .form-full {
  margin-bottom: 25px;
}

/* Inputs */
.custom-form input, .custom-form textarea {
	width: 100%;
	padding: 12px;
	border: none;
	background: #EEEFF1;
	font-size: 14px;
	outline: none;
	border-radius: 9px;
	font-family: "Neulis Sans", Sans-serif;
	font-weight: 400;
	line-height: 1.4em;
}
.custom-form p {
	font-family: "Neulis Sans", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4em;
	width: 100%;
}
.custom-form p label {
	display: inline-block;
	margin-bottom: 10px;
}
.custom-form textarea {
  height: 140px;
  resize: none;
}

/* Radio Group */
.custom-form .radio-group {
  display: flex;
  gap: 40px;
  margin-top: 10px;
}

/* Submit Button */
.custom-form input[type="submit"] {
	background: #02352B;
	color: #fff;
	border: none;
	padding: 14px 30px;
	border-radius: 30px;
	cursor: pointer;
	width: auto;
	font-family: "Neulis Sans", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2em;
	font-family: "Neulis Sans", Sans-serif;
	font-weight: 400;
}

.custom-form input[type="submit"]:hover {
  background: #9FD18C;
}
.custom-form .wpcf7-select {
	width: 100%;
	padding: 14px;
	border: none;
	background: #EEEFF1;
	font-size: 14px;
	outline: none;
	border-radius: 9px;
	display: block;
	font-family: "Neulis Sans", Sans-serif;
	font-weight: 400;
	line-height: 1.4em;
}
.custom-form .radio-group .wpcf7-radio {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.custom-form .radio-group .wpcf7-list-item {
	display: inline-block;
	flex: 0 0 calc(50% - 12px);
	margin: 0;
}
.custom-form .radio-group .wpcf7-list-item label {
	display: flex;
	margin-bottom: 10px;
	align-items: center;
	gap: 5px;
}
.custom-form .radio-group .wpcf7-list-item label input {
	width: 18px;
}
.custom-form .radio-group .wpcf7-list-item label .wpcf7-list-item-label {
	line-height: 1em;
	margin-top: 6px;
}
.custom-form .wpcf7-response-output {
	font-family: "Neulis Sans", Sans-serif;
	font-weight: 400;
	line-height: 1.4em;
}
.form-full.acceptance label {
	display: flex;
	width: 100%;
	align-items: center;
	gap: 6px;
}
.form-full.acceptance label input {
	width: 20px;
}
	.begin-the-journey .elementor-button-icon {
	fill: #9FCE7D;
}
/* Responsive */
@media (max-width: 768px) {
	.newsletter-input-group {
	flex-direction: column;
	gap: 10px;
	background: transparent;
}
	.newsletter-submit-btn {
	border-radius: 10px !important;
}
.newsletter-email-field {
	background: #E6E6E6;
	border-radius: 10px;
	width: 100%;
}
  .custom-form .form-row {
	gap: 20px;
	flex-wrap: wrap;
}

  .custom-form .radio-group {
    flex-direction: column;
    gap: 10px;
  }
	.custom-form {
	border: none;
	padding: 0;
}
	.begin-the-journey .elementor-button-text {
	text-align: left;
}
	.newsletter-input-group p:nth-child(2) {
	max-width: 100%;
}
	.newsletter-email-field::placeholder {
	text-align: center;
}
	.client-info-wrap {
	flex-direction: column;
	justify-content: center;
}
	.client-info-wrap .client-meta {
	text-align: center;
}
	.elementor-10 .elementor-element.elementor-element-4b382db .review-text {
	font-size: 20px;
}

}
