@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 {
  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 h2 {
  font-family: "Inter Tight", Sans-serif;
  font-size: 58px;
  font-weight: 600;
  line-height: 1.1em;
  color: #FFFFFF;
}
.section-header .cust-container{
  max-width: 680px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.section-header p {
  /*font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  margin: 0 auto;*/
    font-family: "Inter Tight", Sans-serif;
  font-size: clamp(1.6rem, 1.5308rem + 0.3077vw, 1.75rem);
  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:60px 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;
}

.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: 768px) {
  .section-header h2 {
    font-size: 30px;
  }
  .section-header{
    min-height: 280px;
  }
  .section-header p{
    font-size: 14px;
  }
  .coach-card small{
    margin-bottom: 20px;
  }
  .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 */





