@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');



body{

	padding: 0;

	margin: 0;

}



/* Add your code page style start here */

.page-template-coach-calendly header#site-header,

.page-template-coach-calendly footer#site-footer,

body.archive.author header#site-header,

body.archive.author footer#site-footer,

.page-template-page-add-your-code-calendly header#site-header,

.page-template-page-add-your-code-calendly footer#site-footer{

	display: none;

}

.custom-header {

	padding: 0;

}

.cust-nav{

	display: flex;

	justify-content: end;

	gap: 30px;

	align-items: center;

  width: 100%;

  min-width: 100%;

}





.custom-header {

  padding: 30px 0;

}

.container {

  max-width: 1270px;

  margin: 0 auto;

  padding: 0 15px;



}



.branding {

  display: flex;

  justify-content: center;

  align-items: center;

  text-align: center;

  margin: 0 auto;

  padding-bottom: 00px; /* optional: space below */

}



.brand-logo img {

  max-width: 100%;

  height: auto;

  display: block;

}







.user-bar {

  display: flex;

  align-items: center;

  gap: 30px;

}



.user-bar a {

  display: flex;

  align-items: center;

  color: #fff;

  text-decoration: none;

  font-family: "Inter", sans-serif;

  font-weight: 500;

  font-size: 16px;

  line-height: 1;

}



.user-bar a img {

  width: 40px;

  height: 40px;

  border-radius: 50%;

  object-fit: cover;

  margin-right: 8px;

  background: #D9D9D9;

}



/* Optional nav links (centered menu like the image) */

/*.cust-nav::before {

  content: "";

  flex: 1;

}*/





/* Responsive */

@media (max-width: 768px) {

  .cust-nav {

    gap: 15px;

  }

  .nav-links {

    flex-wrap: wrap;

    justify-content: center;

  }

}







/* Add your code page style start here */

section.main-content{

	padding: 60px 0;

	min-height: 80vh;

}

.main-row{

	display: flex;

}

.account-sidebar {

  background-color: #fff8f0;

  border-radius: 10px;

  font-family: sans-serif;

  overflow: hidden;

  border: 1px solid #f3f1ec;

  flex: 1 1 280px;

}



.account-sidebar ul {

  list-style: none;

  padding: 0;

  margin: 0;

}



.account-sidebar li {

  border-top: 1px solid #e2dcd5;

}



.account-sidebar li:first-child {

  border-top: none;

}



.account-sidebar a {

  display: block;

  padding: 15px 20px;

  text-decoration: none;

  color: #333;

	font-family: "Inter", sans-serif;

	font-weight: 500;

	font-size: 16px;

	line-height: 1;

  transition: background 0.2s;

}



.account-sidebar li.highlight a {

  color: #ffa500; /* orange */

}



.account-sidebar a:hover {

  background-color: #f5eee5;

}



.embed-section {

  margin: 0 auto;

  width: 100%;

  flex: 1 1 67%;

  padding: 0 30px;

}



.embed-section h3 {

  font-family: "Inter", sans-serif;

	font-weight: 600;

	font-size: 20px;

	line-height: 100%;

	margin: 0;

	margin-bottom: 20px;

}



textarea.code-input {

    padding: 20px;

}



.code-input {

  width: 100%;

  padding: 25px;

  border: 1px solid #BCBCBC;

  border-radius: 10px;

  background-color: #fff;

  color: #333;

  resize: vertical;

  line-height: 1.6;

  box-sizing: border-box;

  font-family: "Inter", sans-serif;

	font-weight: 400;

	font-size: 16px;

	min-height: 280px;

}

.calendly-slider-main {

  background: #142039;

  color: #fff;

  padding:30px;

  border-radius: 16px;

  font-family: sans-serif;

  position: relative;

  overflow: hidden;

  flex:1 1 30%;

  min-height: 450px;

}



.calendly-slider-wrapper {

  width: 100%;

  overflow: hidden;

  position: relative;

}



.calendly-slider {

  display: flex;

  transition: transform 0.4s ease-in-out;

  width: 100%;

}



.calendly-slider .slide {

  min-width: 100%;

  max-width: 100%;

  flex-shrink: 0;

  box-sizing: border-box;

  padding-right: 0;

}





.calendly-slider-main h2 {

  color: #FFA600;

  margin-top: 0;

  margin-bottom: 20px;

  font-family: "Inter", sans-serif;

	font-weight: 600;

	font-size: 20px;

	line-height: 1.2;

	text-align: left;

}

.calendly-slider .slide h2{

	color: #FFA600;

  margin-top: 0;

  margin-bottom: 5px;

  font-family: "Inter", sans-serif;

	font-weight: 400;

	font-size: 16px;

	line-height: 1.2;

}

.calendly-slider .slide p{

	color: #fff;

  margin-top: 0;

  margin-bottom: 20px;

  font-family: "Inter", sans-serif;

	font-weight: 400;

	font-size: 16px;

	line-height: 1.5;

}

.slide img {

  max-width: 100%;

  border-radius: 10px;

  margin-bottom: 15px;

  aspect-ratio: 16 / 9;

  object-fit: contain;

}



.step-title {

  font-size: 18px;

  color: #ff9900;

  margin: 10px 0 5px;

}



.slide p {

  font-size: 16px;

  color: #fff;

  margin: 0 0 4px;

}



.prev-btn,

.next-btn {

  background: none !important;

  border: none !important;

  color: #FFA600 !important;

  cursor: pointer !important;

  transition: color 0.3s ease !important;

  font-family: "Inter", sans-serif !important;

  font-weight: 400 !important;

  font-style: normal !important;

  font-size: 16px !important;

  line-height: 24px !important;

  text-align: right !important;

}



.next-btn {

  float: right !important;

}



.prev-btn {

  float: left !important;

}



.prev-btn:hover,

.next-btn:hover {

  color: #fff !important;

  background: transparent !important;

}



.submit-btn {

  margin-top: 10px !important;

  background: #142039 !important;

  color: #FFA600 !important;

  border: 1px solid #ffa600 !important;

  padding: 10px 20px !important;

  font-family: "Inter", sans-serif !important;

  font-size: 16px !important;

  cursor: pointer !important;

  transition: background 0.3s ease !important;

}



.submit-btn:hover {

  background: #e69500 !important;

  color: #fff !important;

}





.form-success,

.form-error {

  margin-top: 15px;

  padding: 14px 18px;

  border-radius: 10px;

  font-size: 15px;

  font-family: "Inter", sans-serif;

  font-weight: 500;

  line-height: 1.5;

  display: inline-block;

  width: 100%;

  box-sizing: border-box;

  background-color: #142039;

  color: #FFA600;

  border-left: 4px solid #FFA600;

}







@media (max-width: 1200px){

	.account-sidebar{

		flex: 1 1 22%;

	}

	.account-sidebar a{

		padding: 15px 10px;

	}

	.calendly-slider-main{

		padding:20px 15px;

		min-height: 300px;

	}

	.slide{

		min-height: 200px;

	}

}

@media (max-width: 992px){

	.embed-section{

		padding: 0 20px;

	}

	.embed-section h3,

	.calendly-slider-main h2,

	.calendly-slider .slide h2,

	.calendly-slider .slide p,

	.account-sidebar a{

		font-size: 14px;

	}

}

@media (max-width:600px){

	.main-row {

    display: flex;

    flex-direction: column;

    gap: 30px;

	}

	.embed-section{

		padding: 0;

	}

	.slide img {

    max-width: 100%;

    border-radius: 10px;

    margin-bottom: 15px;

    aspect-ratio: 16 / 9;

    width: 100%;

    object-fit: contain;

	}

	section.main-content {

    padding: 30px 0;

  }

}

/* Add your code page style End here */





/* Login Popup Start Here */

.login-close {

  position: absolute;

  top: 10px;

  right: 15px;

  font-size: 28px;

  font-weight: bold;

  color: #fff;

  cursor: pointer;

  z-index: 10;

}

.brand-logo{

	max-width: 270px;

	width: 90%;

	margin: 0 auto;

	z-index: 999;

	position: relative;

}

.login-modal {

	position: fixed;

    z-index: 9999;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background-color: rgba(0, 0, 0, 0.6);

    display: flex;

    align-items: center;

    justify-content: center;

    background-color: var(--e-global-color-1bde6c2);

    background-image: url(/wp-content/uploads/2025/03/67307.webp);

    background-position: center center;

    background-repeat: repeat;

    background-size: cover;

    flex-direction: column;

    gap: 30px;

    height: 100vh;

    animation: fadeInZoom 0.3s ease-out forwards;

}

.login-modal:before{

	content: "";

	position: absolute;

	left: 0;

	right: 0;

	top: 0;

	bottom: 0;

	background-color: #16243F;

    --background-overlay: '';

    transition: background var(--overlay-transition, .3s), border-radius var(--border-transition, .3s), opacity var(--overlay-transition, .3s);

    z-index: 1;

    opacity: 0.9;

}

.login-modal-content {

	background: #FFFFFF0F;

	padding: 50px;

	border-radius: 12px;

	max-width: 580px;

	width: 90%;

	color: white;

	z-index: 9;

	backdrop-filter: blur(7.599999904632568px);

	border: 1px solid #FFA600;

	transition: all 0.3s ease;

}

.login-modal-content h2 {

	text-align: center;

	margin-bottom: 20px;

	font-family: "Inter", sans-serif;

	font-weight: 600;

	font-size: 24px;

	line-height: 1;

	color: #FFA600;

	margin-bottom: 30px;

}

.login-modal-content .form-group{

	margin-bottom: 15px;

}

.login-modal-content input {

	width: 100%;

	padding: 14px 30px !important;

    border-radius: 30px !important;

    border: none !important;

    outline: none;

    background: white;

    color: black;

}

.password-field {

	position: relative;

}

.password-field i.fa-eye,

.password-field i.fa-eye-slash {

	position: absolute;

	right: 15px;

	top: 50%;

	transform: translateY(-50%);

	cursor: pointer;

	color: #333;

}

.forgot-link {

	display: block;

	text-align: right;

	font-size: 12px;

	color: #FFA600;

	margin: 8px 0 15px;

	text-decoration: none;

}

.forgot-link:hover{

	color: #fff;

}

.register-btn,

.login-modal-content button.login-btn {

	width: 100%;

	padding: 14px 30px;

	border: 1px solid #FFA600;

	border-radius: 30px;

	background: #FFA600;

	color: black;

	font-weight: bold;

	margin-top: 5px;

	cursor: pointer;

	font-family: "Inter", sans-serif;

	font-weight: 600;

	font-size: 16px;

	line-height: 1;

	text-align: center;

}

.register-btn:hover,

.login-modal-content button.login-btn:hover{

	background: #fff;

	color: #000;

	border: 1px solid #fff;

}

#login-message {

	text-align: center;

	margin-top: 10px;

	font-weight: bold;

}

.register-box {

	text-align: center;

	margin-top: 30px;

	font-family: "Inter", sans-serif;

	font-weight: 600;

	font-size: 16px;

	line-height: 1;

	text-align: center;

}

.register-box p {

	margin: 0;

	font-size: 14px;

	margin-bottom: 20px;

	display: block;

}

.outline-btn {

	display: block;

	margin-top: 10px;

	padding: 14px 30px;

	border: 1px solid #FFA600;

	border-radius: 30px;

	color: #FFA600;

	text-decoration: none;

	font-weight: bold;

	background: transparent;

	font-family: "Inter", sans-serif;

	font-weight: 600;

	font-size: 16px;

	line-height: 1;

	transform: 0.6s all;

	text-align: center;

}

.outline-btn:hover {

	color: #000;

	background: #FFA600;

	border: 1px solid #FFA600;

	transform: 0.6s all;

}



.form-section{

	display: none;

}

.form-section.active{

	display: block;

	animation: zoomIn 0.3s ease-out;

}

@keyframes fadeInZoom {

  0% {

    opacity: 0;

    transform: scale(0.9);

  }

  100% {

    opacity: 1;

    transform: scale(1);

  }

}



@keyframes zoomIn {

  from {

    transform: scale(0.95);

    opacity: 0;

  }

  to {

    transform: scale(1);

    opacity: 1;

  }

}



.register-content .password-field {

  position: relative;

  margin-bottom: 15px;

}.custom-select-wrapper {

  position: relative;

}



.custom-select-wrapper::after {

  content: '';

  position: absolute;

  top: 50%;

  right: 20px;

  width: 0;

  height: 0;

  po"Inter", sans-serif-events: none;

  border-left: 6px solid transparent;

  border-right: 6px solid transparent;

  border-top: 6px solid #000; /* or #fff or #FFA600 for light backgrounds */

  transform: translateY(-50%);

  z-index: 2;

}



.register-content .custom-select,

.register-content .input-field {

  width: 100%;

  padding: 14px 30px;

  padding-right: 50px; /* give space for arrow */

  border: none;

  border-radius: 999px;

  font-size: 16px;

  color: #333;

  appearance: none;

  -webkit-appearance: none;

  -moz-appearance: none;

}





.register-content .input-field::placeholder {

  color: #888;

}



.form-section .toggle-eye {

  position: absolute;

  top: 50%;

  right: 16px;

  transform: translateY(-50%);

  cursor: pointer;

  font-size: 18px;

  color: #888;

}



.form-section .message {

  font-size: 14px;

  margin-top: -5px;

  padding-left: 10px;

  color: #ff4d4d;

}



.form-section .message.success {

  color: #00cc66;

}



.terms-container {

  padding: 10px 15px;

  border-radius: 8px;

  font-family: "Inter", sans-serif;

  color: #fff;

  display: flex;

  align-items: center;

  font-size: 16px;

}

.custom-checkbox {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.5;
}

/* Hide real checkbox but keep it focusable */
.custom-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  margin: 0;
  cursor: pointer;
}

/* Fake checkbox style */
.custom-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 4px;
  border: 1px solid #ccc;
}

/* When checkbox is checked */
.custom-checkbox input:checked ~ .checkmark {
  background-color: #4CAF50;
  border-color: #4CAF50;
}

/* Add tick mark */
.custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.custom-checkbox .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.error{
  color: #f00 !important;
}

/*.custom-checkbox {

  display: flex;

  align-items: center;

  cursor: pointer;

}



.custom-checkbox input[type="checkbox"] {

  display: none;

}



.custom-checkbox .checkmark {

  width: 20px;

  height: 20px;

  background-color: #fff;

  border-radius: 4px;

  margin-right: 10px;

  position: relative;

  min-width: 20px;

}



.custom-checkbox .checkmark::after {

  content: "";

  position: absolute;

  left: 6px;

  top: 2px;

  width: 6px;

  height: 12px;

  border: solid #1e2944;

  border-width: 0 2px 2px 0;

  transform: rotate(45deg);

  display: none;

}



.custom-checkbox input[type="checkbox"]:checked + .checkmark::after {

  display: block;

}
*/


.terms-text a {

  color: #ffb300; /* golden-yellow links */

  text-decoration: none;

  margin: 0 3px;

}



.terms-text a:hover {

  text-decoration: underline;

}

.have-account{

	margin-top: 30px;

}

.have-account-text{

	text-align: center;

	font-family: "Inter", sans-serif;

	font-weight: 600;

	font-size: 16px;

	line-height: 1;

	text-align: center;

}





@media (max-width: 580px){

	.login-modal-content{

		padding: 30px 20px;

	}

	.brand-logo{

		margin-top: 30px;

    	max-width: 140px;

	}

}

/* Login Popup End here */



/* Forgot password Page Start Here */

.page-template-page-reset-password header#site-header,

.page-template-page-reset-password footer#site-footer,

.page-template-page-forgot-password header#site-header,

.page-template-page-forgot-password footer#site-footer{

	display: none;

}



.page-template-page-forgot-password .main-content,

.page-template-page-reset-password .main-content{

  background-color: var(--e-global-color-1bde6c2);

  background-image: url(/wp-content/uploads/2025/03/67307.webp);

  background-position: center center;

  background-repeat: repeat;

  background-size: cover;

  min-height: 100vh;

  overflow: hidden;

  position: relative;

}

.page-template-page-reset-password .main-content:before,

.page-template-page-forgot-password .main-content:before{

	content: "";

	position: absolute;

	left: 0;

	right: 0;

	top: 0;

	bottom: 0;

	background-color: #16243F;

	--background-overlay: '';

	transition: background var(--overlay-transition, .3s), border-radius var(--border-transition, .3s), opacity var(--overlay-transition, .3s);

	z-index: 1;

	opacity: 0.9;

}

.page-template-page-reset-password .custom-container,

.page-template-page-forgot-password .custom-container{

	margin: 0 auto;

	z-index: 11;

	position: absolute;

	left: 50%;

	top: 50%;

	transform: translate(-50%, -50%);

	display: flex;

	flex-direction: column;

	gap: 40px;

	max-width: 580px;

	width: 90%;

}

.page-template-page-reset-password .custom-container .login-modal-content,

.page-template-page-forgot-password .custom-container .login-modal-content{

	background: #FFFFFF0F;

	padding: 50px;

	border-radius: 12px;

	color: white;

	z-index: 9;

	backdrop-filter: blur(7.599999904632568px);

	border: 1px solid #FFA600;

	transition: all 0.3s ease;

	margin: 0 auto;

	width: 100%;

}

.forgot-text{

	text-align: center;

	font-family: "Inter", sans-serif;

	font-weight: 600;

	font-size: 16px;

	line-height: 1;

	text-align: center;

}

@media (max-width: 768px){

	.page-template-page-reset-password .custom-container .login-modal-content,

	.page-template-page-forgot-password .custom-container .login-modal-content{

		padding: 30px 20px;

	}

}

/* Forgot password Page end Here */





/* Account Page start here  */

.mepr-pro-template .app-layout .site-header, 

.mepr-pro-template .guest-layout .site-header {

    background: transparent !important;

}

.mepr-pro-template {

  background-color: var(--e-global-color-1bde6c2);

  background-image: url(/wp-content/uploads/2025/03/67307.webp);

  background-position: center center;

  background-repeat: repeat;

  background-size: cover;

  /*min-height: 100vh;

  overflow: hidden;*/

  position: relative;

}

/* .mepr-pro-template .site.app-layout:before{

    content: "";

  position: absolute;

  left: 0;

  right: 0;

  top: 0;

  bottom: 0;

  background-color: #16243F;

  --background-overlay: '';

  transition: background var(--overlay-transition, .3s), border-radius var(--border-transition, .3s), opacity var(--overlay-transition, .3s);

  z-index: 1;

  opacity: 0.9;

} */

.mepr-pro-template .site.app-layout .site-header,

.mepr-pro-template .site.app-layout main#primary{

	/* position: relative; */

	z-index: 9;

}



/* Account Page end here  */









/* Coach listing Page Start Here */

.page-bg{

  background-color: var(--e-global-color-1bde6c2);

  background-image: url(/wp-content/uploads/2025/03/67307.webp);

  background-position: center center;

  background-repeat: repeat;

  background-size: cover;

  position: relative;

}

.page-bg:before{

  content: "";

  position: absolute;

  left: 0;

  right: 0;

  top: 0;

  bottom: 0;

  background-color: #16243F;

  --background-overlay: '';

  transition: background var(--overlay-transition, .3s), border-radius var(--border-transition, .3s), opacity var(--overlay-transition, .3s);

  z-index: 1;

  opacity: 0.9;

}

.page-bg .page-content-area{

  position: relative;

  z-index: 99;

}

.page-template-coach-listing header#site-header,

.page-template-coach-listing footer#site-footer{

  display: none;

}

.page-template-coach-listing *{

  font-family: "Poppins", sans-serif;

}

.section-header {

  color: white;

  text-align: center;

  padding: 60px 20px;

  min-height: 500px;

  align-content: center;

}



.section-header h1 {

  font-family: "Inter Tight", Sans-serif;

  font-size: 50px;

  font-weight: 600;

  line-height: 1.1em;

  color: #FFFFFF;

}


.section-header .cust-container{

  max-width: 100%;

  margin: 0 auto;

  width: 100%;

  display: flex;

  flex-direction: column;

  gap: 20px;

}

.section-header p {
  /* font-family: "Inter Tight", Sans-serif; */
  font-size: 17px;
  /* font-weight: 600; */
  line-height: 1.1em;
  color: #FFFFFF;
}

section.coach-main{

  background-color: #1b2a47;

}

.coaches-grid {

  display: grid;

  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));

  gap: 40px;

  padding:100px 15px;

  max-width: 1200px;

  margin: 0 auto;

}



.coach-card {

  background: #fff;

  border-radius: 5px;

  box-shadow: 0px 20px 50px 0px #C6D9E14D;

  text-align: center;

  padding: 70px 20px 40px 20px;

  transition: transform 0.3s ease;

}



.coach-card:hover {

  transform: translateY(-5px);

}



.coach-card img {

  width: 90px;

  height: 90px;

  object-fit: cover;

  border-radius: 50%;

  margin-bottom: 20px;

}



.coach-card h3 {

  font-family: "Poppins", sans-serif;

  font-weight: 500;

  font-size: clamp(20px,2vw,24px);

  line-height: 1;

  text-align: center;

  margin: 0 auto 7px auto;

}



.coach-card small {

  display: block;

  margin-bottom: 40px;

  color: #6B6B6B;
  font-size: 16px;

}



.coach-card p,

.coach-card .coach-info a.info-link {

  font-family: "Poppins", sans-serif;

  font-weight: 500;

  font-size: 18px;

  line-height: 1;

  text-align: center;

  vertical-align: middle;

  color: #6B6B6B;

  margin: 0;

  margin-bottom: 8px;

  display: block;

}

.coach-card .coach-info a.info-link:hover{

  color: #FFA600;

}



.coach-card .book-coach {

  display: inline-block;

  margin-top: 20px;

  background: #ffa500;

  color: #fff;

  padding: 15px 20px;

  border-radius: 25px;

  text-decoration: none;

  transition: background 0.3s;

  width: 100%;

  max-width: 260px;

  font-family: Inter;

  font-weight: 600;

  font-size: 16px;

  line-height: 1;

  text-align: center;



}

.coach-card .coach-info a{

  font-family: "Poppins", sans-serif;

  font-weight: 500;

  font-size: 17px;

  line-height: 1;

  text-align: center;

  vertical-align: middle;

  color: #FFA600;

}

.coach-card  a.book-coach:hover {

  background: #e69500;

}

@media (max-width: 991px){
  .coaches-grid{
    gap: 20px;
  }
}

@media (max-width: 768px) {

  .section-header h2 {

    font-size: 30px;

  }

  .section-header{

    min-height: 280px;

  }

  .section-header p{

    font-size: 14px;

  }

  .coach-card small{

    margin-bottom: 10px;

  }

  .coaches-grid {

    padding: 40px 10px;

  }

  .coach-card{

    padding: 40px 20px 40px 20px;

  }

}



/* Coach listing Page End Here */







/* Hide all conditional buttons by default */

.loginBtnWrap,

.registerBtnWrap,

.dashboardBtnWrap {

  display: none !important;

}



/* Show Login + Register for logged-out users */

.custom-logged-out .loginBtnWrap,

.custom-logged-out .registerBtnWrap {

  display: inline-block !important;

}



/* Show Dashboard for logged-in users */

.custom-logged-in .dashboardBtnWrap {

  display: inline-block !important;

}



/* Always show All Coach */

.allCoachBtnWrap {

  display: inline-block !important;

}







.button-group {

  display: flex;

  gap: 1rem;

}

 

.custom-btn {

  background-color: #ffa500;

  color: #0b1c33;

  text-decoration: none;

  padding: 0.75rem 1.5rem;

  border-radius: 999px;

  font-weight: 600;

  font-size: 1rem;

  display: inline-flex;

  align-items: center;

  gap: 0.5rem;

  transition: 0.3s all;

}

 

.custom-btn:hover {

  background-color: #fff;

  transform: scale(1.1);

  color: #1b2a47;

}

 

.custom-btn .icon {

  width: 18px;

  height: 18px;

}















/* Basic Popup Styling */

.calendly-modal {

  display: none;

  position: fixed;

  z-index: 9999;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  overflow: auto;

  background-color: rgba(0,0,0,0.6);

}



.calendly-modal-content {

  background-color: #fff;

  margin: 5% auto;

  padding: 0;

  border-radius: 10px;

  width: 90%;

  max-width: 1170px;

  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);

  position: relative;

}



.calendly-close {

  color: #aaa;

  position: absolute;

  top: 10px;

  right: 20px;

  font-size: 30px;

  font-weight: bold;

  cursor: pointer;

  z-index: 10001;

}



.calendly-close:hover {

  color: #000;

}



/* Coach Candly  */

.coach-info-section {

  /*padding: 2rem;

  background: #f9f9f9;

  display: flex;

  justify-content: center;*/

  padding-top: 50px;

}



.coach-card-candly {

  display: flex;

  flex-wrap: wrap;

  border: 1px solid #ffa600;

  border-radius: 6px;

}



.coach-left, .coach-right {

  padding: 15px;

  flex: 1 1 340px;

}



.coach-left {

  text-align: left;

  max-width: 180px;

  /*border-right: 1px solid #ffa600;*/

}



.coach-image {

  width: 150px;

  height: 150px;

  object-fit: cover;

  border-radius: 10px;

}



.coach-name {

  font-size: 1.3rem !important;

  margin: 15px 0 0 0 !important;

}



.coach-details {

  list-style: none;

  padding: 0;

  margin: 0;

}



.coach-details li {

  font-size: 1rem;

  margin-bottom: 0.75rem;

  color: #fff;

  text-align: left;

}



.coach-details strong {

  color: #fff;

}



@media (max-width: 568px){

  .coach-card-candly{

    justify-content: center;

    padding: 15px;

  }

  .coach-left, .coach-right {

    padding: 0;

    flex: 1 1 100%;

  }

  .coach-left {

    text-align: left;

    max-width: 100%;

  }

}





/* Thank you Page Start Here */

.page-template-page-thankyou-rightmessage header#site-header{

  display: none;

}

.thankyou-wrapper{

  color: white;

  text-align: center;

  padding: 60px 20px;

  min-height: 100vh;

  align-content: center;

}

.thankyou-content{

  max-width: 1280px;

  margin: 0 auto;

}

.thankyou-right{

  border: 1px solid #ffa600;

  border-radius: 6px;

  padding: 30px;

}

.thankyou-left h2{

  color: #ffa600;

  font-size: clamp(30px,3vw,46px);

  font-weight: 600;

}

.thankyou-logo img {

    max-width: 200px;

    height: auto;

    margin-bottom: 40px;

}



.thankyou-content {

  display: flex;

  justify-content: space-between;

  gap: 40px;

  text-align: left;

  margin-top: 40px;

}



.thankyou-left, .thankyou-right {

  flex: 1;

}



/* Progress */



.multigraph {

  width: 300px;

  height: auto;

  position: absolute;

  top: 0;

  left: 0;

  margin: 0;



}

.multigraph:before {

  content: '';

  width: 300px;

  height: 150px;

  position: absolute;

  border: 30px solid rgb(255 255 255 / 30%);

  border-radius: 300px 300px 0 0;

  border-bottom: none;

}

.tooltip {

  width: 70px;

  height: 40px;

  background: #ffa500;

  text-align: center;

  font-size: 20px;

  line-height: 1;

  color: #000;

  position: absolute;

  left: 50%;

  bottom: -100px;

  margin: -30px;

  transition: all 300ms ease-in-out;

  display: flex;

  align-items: center;

  justify-content: center;

  font-weight: 700;

  border-radius: 6px;

}











.reg-progress{

  position: relative;

  display: block;

  height: 200px;

  width: 300px;

  margin: 0 auto;

}

 .multigraph:hover .tooltip {

  /*bottom: 75%;

  opacity: .8;

  transform: scale(1);*/

}

.graph {

  width: 300px;

  height: 150px;

  position: absolute;

  overflow:hidden;



}

.graph:before, .graph:after {

  width: 300px;

  height: 150px;

  position: absolute;

  top: 100%;

  border: 30px solid #ffa600;

  content: '';

  border-radius:0 0 300px 300px;

  border-top: none;

  animation: demo 3s;

  transform-origin: center top;

}

.graph:after {

  transform: rotate(150deg);

}



@keyframes demo {

  0% { transform: rotate(0deg) }

  50% { transform: rotate(180deg) }

}



.list-process {

  display: flex;

  flex-direction: column;

  gap: 20px;

}

.reg-title {

  font-size: 20px;

  font-weight: 600;

}

.purchase-now-title{

font-size: 20px;

  font-weight: 600;

}

.reg-title i,

.com-profile i,

.purchase-now-title i{

  color: #ffa500;

}

.com-profile {

  font-size: 20px;

  font-weight: 600;

  display: flex;

  justify-content: space-between;

  align-items: center;

}

.btn-coach{

  background: transparent;

  color: #ffa500 !important;

  border: 1px solid #ffa600 !important;

  padding: 10px 20px !important;

  font-family: "Inter", sans-serif !important;

  font-size: 16px !important;

  cursor: pointer !important;

  transition: background 0.3s ease !important;

}

.btn-coach:hover{

  background: #ffa500;

  color: #1b2a47 !important;

  border-color: #ffa500 !important;

}



.pur-btn{

  display: block;

  text-align: center;

  border-radius: 5px;

  padding: 10px 20px !important;

  font-family: "Plus Jakarta Sans", Sans-serif;

  font-weight: 700;

  text-transform: uppercase;

  font-size: 16px !important;

  cursor: pointer !important;

  transition: background 0.3s ease !important;

  background: #ffa500;

  color: #1b2a47 !important;

  border-color: #ffa500 !important;

}

.pur-btn:hover{

  background: #fff;

  color: #1b2a47 !important;

}

@media (max-width: 768px) {

  .thankyou-content {

    flex-direction: column;

  }



  .thankyou-left, .thankyou-right {

    text-align: center;

  }

}

/* Thank you Page End Here */











#form-loader.loader-active{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #00000090;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
}
.custom-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  left: -9999px;
}

#form-loader img {
    max-width: 60px;
}





/* Costomizer start here */
.mepr-pro-template{
  background-color: var(--e-global-color-1bde6c2);
  background-image: url(/wp-content/uploads/2025/03/67307.webp);
  background-position: center center;
  background-repeat: repeat;
  background-size: cover;
  position: relative;
  height:auto;
}
.mepr-pro-template:before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #16243F;
  --background-overlay: '';
  transition: background var(--overlay-transition, .3s), border-radius var(--border-transition, .3s), opacity var(--overlay-transition, .3s);
  z-index: 1;
  opacity: 0.9;
}
.site-header .dropdown__item:hover, .site-header .dropdown__item:focus, .site-header .dropdown a:hover, .site-header .dropdown a:focus{
      color: #16181b !important;
}
#mepr-profile-details dt{
  color:#ffa500;
}
#mepr-profile-details dd{
  color:#fff;
}
#mepr-profile-details dt svg {
    width: 16px;
    height: 16px;
}
.site-header .profile-menu__text,
.app-layout .profile-menu__text--small, .guest-layout .profile-menu__text--small{
  color: #fff !important;
}
.app-layout .profile-menu__text, .guest-layout .profile-menu__text, .app-layout .profile-menu__arrow_down, .guest-layout .profile-menu__arrow_down {
    color: #fff;
}
.mepr-pro-template #mepr-profile-details{
  background-color:#00000080;
}
.mepr-profile-wrapper > div{
  border:1px solid #ffa500;
}
.site-header .dropdown__item, .site-header .dropdown a{
  color:#212529 !important;
}
.mepr-pro-template div#page{
  position:relative;
  z-index:9;
}
.app-layout .site-header, .guest-layout .site-header,
#mepr-account-nav{
      background: transparent !important;
}
.mepr-pro-template div#page #mepr-account-content{
  color:#fff;
}
#mepr-account-nav .mepr-nav-item a{
  color:#fff;
}
#mepr-account-nav .mepr-nav-item.mepr-active-nav-tab a,
#mepr-account-nav .mepr-nav-item a:hover{
  color:#ffa500;
}
#mepr-account-nav .mepr-nav-item.mepr-nav-item.mepr-logout {
      position: fixed;
    bottom: 0;
    top: auto;
}
.mepr-account-message p {
    color: green !important;
}
.mepr-pro-template  #mepr-account-nav{
  background-color:#00000080 !important;
}
.mepr-account-container .mepr-button.btn-outline{
      background: transparent;
    color: #ffa500 !important;
    border-color: #ffa500 !important;
}
.mepr-account-container .mepr-button.btn-outline:hover{
      background: #ffa500;
    color: #fff !important;
    border-color: #ffa500 !important;
}

.mepr-profile-wrapper__footer{
      border-top: 1px solid rgb(255 255 255 / 20%);
}

.mepr-pro-template header#masthead.account-header{
  padding:60px 15px;
  margin:0 auto;
      background: #000000 !important;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 250px, rgba(237, 221, 83, 0) 1%) !important;
}
.mepr-pro-template main#primary{
  margin:0 auto;
    border-radius: 10px;
}

.mepr-pro-template .site-header .site-branding__logo {
    display: block;
    width: auto;
    max-height: 80px;
    height: auto;
}

@media screen and (min-width: 840px) {
   .mepr-pro-template #mepr-profile-details {
        width: 100%;
        flex-grow: 0;
    }
}

#mepr-account-content .mepr-rl-footer-widgets{
  display:none;
}

.mepr-profile-details__list {
  
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  font-family: 'Segoe UI', sans-serif;
  color: #333;
}

.mepr-profile-details__list dt {
  font-weight: 600;
  margin-top: 1.5rem;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #333;
  margin:0;
}

.mepr-profile-details__list dd {
  margin-left: 0;
  margin-top: 0.5rem;
  font-size: 0.95rem;
  color: #555;
  border-bottom: 1px solid #eee;
  padding-bottom: 1rem;
}

.mepr-profile-details__button {
  background: none;
  border: none;
  padding: 0.25rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: transform 0.2s ease, background 0.2s ease;
  border-radius: 4px;
}

.mepr-profile-details__button:hover {
  background-color: #ffa5001a;
  transform: scale(1.1);
}

.mepr-profile-details__icon path {
  fill: #ffa500;
  transition: fill 0.3s ease;
}

.mepr-profile-details__button:hover .mepr-profile-details__icon path {
  fill: #ff8500;
}

@media (min-width: 840px) {
    #mepr-account-content {
        padding: 0 2em 2em 0;
    }
}

/* Optional: Responsive */
@media (max-width: 600px) {
  .mepr-profile-details__list {
    padding: 1.5rem;
  }

  .mepr-profile-details__list dt {
    flex-direction: column;
    align-items: flex-start;
  }

  .mepr-profile-details__button {
    margin-top: 0.5rem;
  }
}


.mepr-checkout-container .invoice-wrapper *{
  color:#fff !important;
}

.form-wrapper{
  
}
.mepr-checkout-container .invoice-wrapper table tr td p,
.mepr-checkout-container .invoice-wrapper table th, .mepr-checkout-container .invoice-wrapper table td,
.mepr-checkout-container .invoice-wrapper table .total_cell,
.mepr-checkout-container .invoice-wrapper table{
  color:#fff !important;
}
.mepr-checkout-container .invoice-wrapper .invoice-heading{
color:#ffa500;
}
.mepr-checkout-container .invoice-wrapper a {
    color: #ffa600;
}
.mepr-checkout-container .invoice-wrapper table .bt{
      border-top: 1px solid rgb(255 255 255 / 56%);
    border-width: 1px !important;
    border-color: rgb(255 255 255 / 20%);
}
.mepr-signup-form .mepr-payment-methods-wrapper,
.mepr_spacer{
  display:none;
}
.mepr-checkout-container .invoice-wrapper table{
    border: 1px solid #ffa500 !important;
      padding: 5px;
    border-radius: 4px;
}
.form-wrapper .mp-form-row input[type="text"], .form-wrapper .mp-form-row input[type="email"], .form-wrapper .mp-form-row input[type="url"], .form-wrapper .mp-form-row input[type="tel"],.form-wrapper .mp-form-row select{
  background:transparent !important;
  color:#fff;
}
.mepr-checkout-container .invoice-wrapper .invoice-amount{
  font-weight:700;
}
.mepr-checkout-container .invoice-wrapper .mepr_price {
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}
.mepr-checkout-container .form-wrapper input[type="submit"]{
      background: #ffa500;
    color: #fff !important;
    border:1px solid #ffa500 !important;
}

.mepr-checkout-container .form-wrapper input[type="submit"]:hover{
      background: transparent;
    color: #ffa500 !important;
    border:1px solid #ffa500 !important;
}
.mepr-checkout-container .invoice-wrapper{
    padding-bottom: 0;
    padding-top: 0;
}
.mepr-signup-form.alignwide{
  padding:60px 0;
}
.mepr-checkout-container .invoice-wrapper{
      border: 1px solid #ffa500;
    padding: 30px !important;
    border-radius: 6px;
    background: #00000080;
  border-bottom:1px solid #ffa500 !important;
}
@media (min-width: 1024px) {
  .mepr-checkout-container {
     min-height: inherit; 
    gap:30px;
  }
  .mepr-checkout-container .form-wrapper{
    border: 1px solid #ffa500;
    padding: 30px;
    border-radius: 6px;
    background: #00000080;
  }
}


/* Container */
.form-wrapper .mp-form-row-group{
  gap:10px;
}
.mp_wrapper .mp-form-row label {
  display: none !important;
}
.mp-form-row.mp-address-group {
    margin: 0;
}
.form-wrapper .mp-address-group .mp-form-row {
    margin: 0;
    margin-bottom: 10px;
}
/* Each Field Row */
.mp-form-row {
  margin-bottom: 1.5rem;
  position: relative;
}

/* Label Styling */
.mp-form-label label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  color: #333;
  font-size: 0.95rem;
}

/* Error Message */
.cc-error {
  display: block;
  font-size: 0.8rem;
  color: #d32f2f;
  margin-top: 4px;
  font-style: italic;
}

/* Inputs */
.mepr-form-input,
.mepr-select-field {
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 0.95rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  transition: all 0.3s ease;
  background-color: #f9f9f9;
}

.mepr-form-input:focus,
.mepr-select-field:focus {
  border-color: #ffa500;
  outline: none;
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(255, 165, 0, 0.2);
}

/* Select Dropdown */
select.mepr-select-field {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23ffa500' height='16' viewBox='0 0 24 24' width='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 12px;
}

/* Placeholder color */
.mepr-form-input::placeholder {
  color: #fff;
}
.mp-form-row ::placeholder{
  color:#000;
}
.mepr_modal__box{
  z-index:99;
}
.site-header{
  z-index:9;
}
@media (max-width:992px){
  .mepr-signup-form.alignwide{
    padding:30px 0;
  }
  .mepr-checkout-container .form-wrapper{
    padding:10px 20px;
  }
  .mepr-checkout-container .invoice-wrapper{
        padding-left: 20px;
    padding-right: 20px;
  }
}




.mepr-account-container img.custom-profile-image{
  width: 100px;
  height: 100px !important;
  object-fit: cover;
  border-radius: 50% !important;
}
.remove-image-btn{
  background: #ffa600 !important;
  border: 0 !important;
  border-radius: 50% !important;
  display: flex !important;
  align-content: center;
  justify-content: center !important;
}
.profile-image-wrapper {
  position: relative;
  width: auto !important;
  margin-bottom: 10px;
  padding: 20px;
  background: #fff;
  max-width: 230px;
  border-radius: 6px;
  margin-top: 20px;
  text-align: center;
}
.mepr-profile-details__list dd input[type="text"]{
background: transparent;
  opacity: 1;
  color: #fff;
  outline: none;
  border: 0;
}

.mp_wrapper.mepr-payments-wrapper.table-responsive,
.mp_wrapper.mepr-subscriptions-wrapper.table-responsive{
  border: 1px solid #ffa500;
  padding: 15px;
  background: #00000080;
  border-radius: 6px;
  color: #fff;
}
.mp_wrapper.mepr-payments-wrapper.table-responsive *,
.mp_wrapper.mepr-subscriptions-wrapper.table-responsive *{
  color:#fff;
}
.mepr-pro-account-table__badge.--is-active, .mepr-pro-account-table__badge.--is-complete {
  color: rgb(22, 101, 52) !important;
}
.mepr-pro-account-table__badge.--is-canceled, .mepr-pro-account-table__badge.--is-refunded{
  color: rgb(153, 27, 27) !important;
}

#mepro-login-hero .mepro-boxed{
  border: 1px solid #ffa500;
  padding: 30px 15px;
  background: #00000080;
  border-radius: 6px;
  color: #fff;
}
 .mepr-account-container .mepr-button, .mepr-account-container input[type="button"], .mepr-account-container input[type="reset"], .mepr-account-container input[type="submit"]{
  background: transparent !important;
  color: #FFA600 !important;
  border: 1px solid #ffa600 !important;
  padding: 10px 20px !important;
  font-family: "Inter", sans-serif !important;
  font-size: 16px !important;
  cursor: pointer !important;
  transition: background 0.3s ease !important;
}
.mepro-login-hero button:hover, .mepro-login-hero .mepr-button:hover, .mepro-login-hero  input[type="button"]:hover, .mepro-login-hero  input[type="reset"]:hover, .mepro-login-hero  input[type="submit"]:hover{
  background: #e69500 !important;
  color: #fff !important;
}

.mepr-checkout-container .invoice-wrapper.thankyou{
   border-top: 1px solid #ffa500;
      margin: 50px 0;
}
.mepr-checkout-container .invoice-wrapper.thankyou *{
  color:#fff;
}
.mepr-checkout-container .invoice-wrapper.thankyou .mepr-order-no,
.mepr-checkout-container .invoice-wrapper.thankyou p{
  color:#ffa600;
}
.mepr-checkout-container .invoice-wrapper.thankyou h2{
  color:green !important;
}
.mepr-checkout-container .invoice-wrapper.thankyou p a{
  background: transparent !important;
  color: #FFA600 !important;
  border: 1px solid #ffa600 !important;
  padding: 10px 20px !important;
  font-family: "Inter", sans-serif !important;
  font-size: 16px !important;
  cursor: pointer !important;
  transition: background 0.3s ease !important;
  border-radius:50px;
}
.mepr-checkout-container .invoice-wrapper.thankyou p a:hover{
  background: #e69500 !important;
  color: #fff !important;
}
.mepr-account-container .mepr_modal .mepr-form .mp-address-group{
      display: flex;
    flex-direction: column;
    gap: 7px;
}
.mepr_modal .mepr_modal_form input[type="submit"]{
      margin-right: auto;
}
.mepr-account-container .mp-form-row-group{
  gap:7px;
}

#mepr_signup_form .mepr-form-input::placeholder {
  color: #fff;
}
#mepr_signup_form .mp-form-row ::placeholder{
  color:#fff;
}


.thankyou-right {
    display: flex
;
    flex-direction: column;
    justify-content: center;
}


body.page-id-1531 .btn-looking {
    text-transform: capitalize;
}

body.page-id-1531 .btn-coach {
  text-transform: none !important;
}



select[disabled] {
  pointer-events: none;
  background-color: #f9f9f9; /* optional – ya transparent bhi kar sakte ho */
  color: #fff !important;   /* white color forcefully */
  -webkit-text-fill-color: #000 !important; /* Safari support */
  opacity: 1; /* prevent graying out */
}


body.home .btn-coach,
body.home .btn-looking {
  text-transform: none !important;
}


.coach-profile-form {
  margin: 0 auto;
}
 
.form-columns {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  flex-wrap: wrap;
}
 
.form-column {
  flex: 1;
  min-width: 300px;
}
 
.form-section-title {
  margin-top: 20px;
  color: #ffa500;
}
 
.form-group {
  margin-bottom: 20px;
}
 
.form-group label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  color: #fff;
  font-size: 14px;
}
 
.form-group input,
.form-group textarea {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
 
.profile-image-wrapper {
  position: relative;
  display: inline-block;
}
 
.profile-image-wrapper img {
  max-width: 150px;
  border-radius: 5px;
}
 
.remove-image-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  background: #ff4d4d;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  cursor: pointer;
}



.page-template-page-coach-plans .section-header{
  min-height: 100vh;
}
/* Costomizer End here */


/* Wrapper */
.rise-coach-plans-wrapper {
max-width: 1200px;
margin: 0 auto;
font-family: "Segoe UI", sans-serif;
padding: 100px 20px;
}

/* Title */
.rise-coach-plans-wrapper h2 {
  text-align: center;
  margin-bottom: 40px;
  font-family: "Inter Tight", Sans-serif;
  font-size: clamp(30px,3vw,40px);
  font-weight: 600;
  line-height: 1.1em;
  color: #FFFFFF;
}

/* Flex Plans */
.rise-coach-plans {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center; /* keep centered even if 1 or 2 */
}
/* Plan Card */
.rise-plan {
  flex: 1 1 320px; /* grow, shrink, base width */
  max-width: 360px; /* lock max size */
  min-width: 280px;
  border: 2px solid #ddd;
  border-radius: 12px;
  padding: 25px 20px;
  text-align: center;
  background: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}
.rise-plan:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.rise-plan h3 {
  margin-bottom: 10px;
  font-size: 24px;
  color: #333;
  font-weight: bold;
}
.rise-plan p {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

/* Plan Features */
.footer-price{
  margin-top: auto;
  display: block;
}
.rise-plan ul {
  text-align: left;
  padding-left: 0;
  list-style: none;
  margin-bottom: 20px;
}
.rise-plan ul li {
  margin-bottom: 8px;
  font-size: 15px;
}

.rise-plan .head-price {
  border-bottom: 2px solid #132038;
  margin-bottom: 20px;
  min-height: 110px;
}

/* Buttons */
.rise-btn {
display: inline-block;
padding: 12px 24px;
font-weight: bold;
border-radius: 8px;
text-decoration: none;

}
.rise-plan .mepr_product_link{
  transition: all 0.3s ease;
  background: #ffa500;
  color: #fff;
  padding: 15px 20px;
  border-radius: 25px;
  text-decoration: none;
  transition: background 0.3s;
  width: 100%;
  max-width: 260px;
  font-family: Inter;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  display: inline-block;
}
.rise-btn-active {
background: #4CAF50;
color: #fff !important;
border: none;
}
.rise-btn-active:hover {
background: #45a049;
}
.rise-btn-disabled {
background: #ccc;
color: #666 !important;
cursor: not-allowed;
pointer-events: none;
}

/* Highlighted Cards */
.rise-plan.growth {
border-color: #4CAF50;
background: #f6fff6;
}
.rise-plan.elite {
border-color: #2196F3;
background: #f4faff;
}

/* Footer Text */
.rise-coach-plans-wrapper .plans-footer {
  margin-top: 40px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
select#mepr-address-country {
  background-color: #0a101c !important;
}
@media (max-width: 840px){
  .mepr-pro-template header#masthead.account-header{
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%, rgba(237, 221, 83, 0) 1%) !important;
    padding: 20px 15px;
  }
  .site-header .profile-menu__button{
    /*display: flex !important;
    align-items: center;*/
  }
  .form-columns{
    gap: 10px;
  }
}
/* Style password + confirm password same as other inputs */
.mepr-form-input.mepr-password,
.mepr-form-input.mepr-password-confirm {
  background-color: #0B111F !important;
  color: #fff; /* keep text visible */
}
span.toggle-eye {
  position: absolute !important;
  width: 18px !important;
  right: 22px !important;
  bottom: 13px !important;
}
.section-header h3 {
  font-family: "Inter Tight", sans-serif;
  font-size: 25px;
  /* font-weight: 100; */
  line-height: 1.1em;
  color: #FFFFFF;
}