/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
body{
	-webkit-font-smoothing: antialiased;
}
    

header .home-button{
	    margin-left: 20px !important;
	background-color: #008cf5;
    border: 1px solid #0074cc;
    color: #fff !important;
	    border-radius: 4px;
     box-shadow: 0 4px 8px 0 rgba(0, 28, 56, .15);
	transition:all 0.3s ease;
   
}

p a{
	font-size:16px !important;
}

.sub-title a{
	font-size:18px !important;
}

.type-form-container{
	min-height:600px;
	border:1px solid #7C7C7C !important;
	border-radius:4px;
	overflow:hidden;
	margin-bottom:30px !important;
}
 .home-button:hover {
    background-color: #007fe0 !important;
    color: #fff;
}

.courses-header
{
	    background: linear-gradient(180deg, #eef8ff, #e2f3ff);
    overflow: hidden;
    padding: 100px 0 70px;
}

header .home-button a{
	color:#fff !important;
	padding-top:10px !important;
	padding-bottom:10px !important;
}

.home-header{
	    background: linear-gradient(180deg, #eef8ff, #e2f3ff);
    overflow: hidden;
    padding: 170px 0 120px;
}

.blue-txt{
	color:#008cf5;
}

.dark-strong strong{
	color:#222e3d;
}

a{
	text-decoration:none !important;
}
.mb-0, .mb-0 p{
	margin-bottom:0px;
}
.blue-link a{
	color:#008cf5 !important;
}

header {
    z-index: 9999 !important;
    position: fixed !important;
    width: 100% !important;
	 transition: all .2s ease-in-out !important;
	
}

.page-id-2319 header {
	position:absolute !important;
	top:0px;
	width:100% !important;
	left:0;
	right:0;
	padding-top:20px;
}

.post-type-archive-podcast header ,.single header, .category  header {
	 background-color: #e2f3ff !important;
}


.blue-header header 
{
	    background-color: #e2f3ff;
}




header.fixed {
    background-color: #e2f3ff !important;
    box-shadow: 0 1px 20px 0 rgba(0, 0, 0, .2);
    height: 70px;
	
}

.page-id-2319  header.fixed{
	background-color:transparent;
	box-shadow:none !important;
}
.page-id-5996 header.fixed{
	background-color:#fff !important;
}
header.fixed .header{
	min-height:70px !important;
	 transition: all .2s ease-in-out !important;
}

.primary-button a{
	border-color:#0074cc !important;
	box-shadow:0px 4px 8px 0px rgba(0, 28.025, 56, 0.15) !important; 
}

.faqs .e-n-accordion-item {

    border-bottom: 1px solid hsla(0,0%,49%,.1);
    padding-bottom: 20px;
}

h4 strong{
	font-weight:700 !important;
}

.testimonial-item{
	height:365px !important;
	margin-right:10px !important;
}

.carousel-arrow{
	top:110% !important;
}

.testimonial-carousel .carousel-arrow.carousel-prev{
	left:47% !important;
}

.testimonial-carousel .carousel-arrow.carousel-next{
	right:47% !important;
}
.testimonial-carousel .slick-track{
	display:flex !important;
	gap:20px !important;
}
.subtitle strong{
	font-weight:500 !important;
}
.footer-menu h5{
    font-size: 18px;
    font-weight: 500;
	color:#222e3d;
}

.footer-menu ul{
	list-style:none;
	margin-left:0px !important;
	padding-left:0px !important;
}
.footer-menu ul li a{
	text-decoration:none;
	color: #7c7c7c;
  	display:block;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px;
	font-weight:400;
}

.footer-menu ul li a:hover{
	text-decoration:none;
}

.static-header{
	    background: linear-gradient(180deg, #eef8ff, #e2f3ff) !important;
    overflow: hidden !important;
    padding: 90px 0 !important;
    position: relative;

}

.inner-content h2{
	    font-size: 24px !important;
    font-weight: 600 !important;
    margin: 20px 0 !important;
	margin-bottom:0px !important;
	  color: #333 !important;
}

.inner-content h4{
	    color: #333 !important;
    font-size: 18px;
    font-weight: 500;
    margin: 10px 0;
	margin-top:15px !important;
}
.inner-content  p{
	    color: #7c7c7c;
    font-family: Roboto, sans-serif;
    font-size: 16px !important;
    line-height: 25px !important;
    margin-bottom: 10px !important;
}
.inner-content hr{
	border: 0 !important;
    border-top: 1px solid rgba(0, 0, 0, .1) !important;
    margin-bottom: 20px !important;
    margin-top: 30px !important;
}
.primary-btn{
	display:inline-block;
	padding: 0px 20px 0px 20px;
    background-color: var(--e-global-color-secondary);
    font-family: "Roboto", Sans-serif;
    font-weight: 500;
    line-height: 40px;
    color: #fff !important;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #0074cc !important;
	border-radius:4px;
	font-size:15px !important;
    box-shadow: 0px 4px 8px 0px rgba(0, 28.00025, 56, 0.15);
	transition:all 0.3s ease-in;
}
.primary-btn:hover{
	background-color:#fff !important;
	color:var(--e-global-color-secondary) !important;
}
#popmake-2391.pum-container.pum-responsive img{
	margin-top:30px;
}

.landing-title, .landing-title h2{
	    color: #414549;
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 15px;
    text-align: center;
}

/* pricing table */

.pricing-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  margin-top: -275px;
}
.pricing-table-container {
  align-items: flex-start;
  display: flex;
}
.pricing-details-column {
  min-width: 250px;
  width: 20%;
  z-index: 2;
}
.pricing-details-column .headline {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
  font-weight: 500;
  height: 35px;
}
.pricing-details-column .headline p {
  font-size: 14px;
  font-style: italic;
  height: 100%;
  line-height: 24.5px;
  margin: 0;
  padding-top: 10px;
	color:#222e3d;
}
.pricing-details-column .headline:first-of-type {
  margin-top: 202px;
}
.pricing-details-column .option {
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  height: 50px;
  line-height: 49px;
}
.pricing-details-column .option p {
  color: gray;
  font-size: 14px;
  margin: 0;
}
.pricing-details-column .tooltip-details {
  cursor: pointer;
  display: flex;
  position: relative;
}
.pricing-details-column .tooltip-details svg {
  color: gray;
  height: 17px;
  margin-top: -10px;
}
.pricing-details-column .tooltip-details p {
  background-color: #333;
  border-radius: 6px;
  bottom: 25px;
  color: #fff;
  cursor: default;
  font-size: 13px;
  left: -5px;
  line-height: 1.5;
  padding: 7.5px;
  position: absolute;
  visibility: hidden;
  width: 250px;
}
.pricing-details-column .tooltip-details p:before {
  border-style: solid;
  border-width: 4px;
  bottom: -2px;
  color: #333;
  content: "";
  left: 10px;
  position: absolute;
  transform: rotate(45deg);
}
.pricing-details-column .tooltip-details:hover p {
  visibility: initial;
}
.pricing-column {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-left: -1px;
  padding: 20px;
  text-align: center;
  width: 20%;
}
.pricing-column h3 {
  color: #008cf5;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.1;
  margin: 20px 0 10px;
  position: relative;
}
.pricing-column h3 span {
  font-size: 22px;
  line-height: 40px;
  margin-right: 3px;
  vertical-align: top;
}
.pricing-column h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
  margin: 10px 0;
		color:#222e3d;
}
.pricing-column h5 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
	color:#222e3d;
}
.pricing-column a {
  align-items: center;
  background-color: #008cf5;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 8px 0 rgba(0, 28, 56, 0.15);
  color: #fff;
  cursor: pointer;
  display: flex;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  gap: 5px;
  justify-content: center;
  line-height: 40px;
  margin: 20px 0 25px;
  outline: none;
  padding: 2px 15px;
  text-decoration: none;
  transition: background-color 0.2s ease-in-out;
}
.pricing-column a:hover {
  background-color: #007fe0;
	color:#fff !important;
}
.pricing-column a.light {
  background-color: transparent;
  border-color: #007fe0;
  color: #333;
}
.pricing-column a.light:hover {
  background-color: rgb(0 0 0/5%);
	color:#333 !important;
}
.pricing-column a:last-of-type {
  margin-bottom: 0;
}
.pricing-column .headline {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
  height: 35px;
  margin: 0 -20px;
  padding: 0 20px;
}
.pricing-column .headline:first-of-type {
  height: 0;
}
.pricing-column .option {
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  gap: 10px;
  height: 50px;
  justify-content: center;
  margin: 0 -20px;
  padding: 0 20px;
}
.pricing-column .option svg,
.pricing-column .option span {
  fill: #008cf5;
	color:#008cf5;
	width:21px;
  font-size: 21px;
  font-weight: 600;
  line-height: 50px;
}
.pricing-column .option span {
  color: #008cf5;
  font-size: 14px;
  font-weight: 500;
  line-height: 50px;
}
.pricing-column .option p {
  font-size: 14px;
  margin: 0;
}
.pricing-column .option i.not-included {
  color: #b4b4b4;
}
.pricing-column .option:first-of-type {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.pricing-column.standard {
  border: 2px solid #f2bf30;
  border-radius: 8px;
  box-shadow: 0 11px 22px rgba(0, 0, 0, 0.2);
  margin-top: -21px;
  padding: 40px 20px;
  position: relative;
  z-index: 1;
}
.pricing-column.standard:before {
  background-color: #f2bf30;
	 color: #222e3d;
  border-radius: 4px;
  content: "Most Popular";
  font-size: 13px;
  left: calc(50% - 60px);
  padding: 2px 6px;
  position: absolute;
  text-transform: uppercase;
  top: -1px;
  width: 120px;
}
.pricing-column.business {
  background-color: #003a66;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}
.pricing-column.business h2,
.pricing-column.business h3,
.pricing-column.business h5 {
  color: #fff;
}
.pricing-column.business h3{
  font-size: 30px;
  margin: 40px 0 41px;
}
.pricing-column.business a.light {
  border-color: #007fe0;
  color: #fff;
}
.pricing-column.business a.light:hover {
  background-color: hsla(0, 0%, 100%, 0.05);
	color:#fff !important;
}
.pricing-column.business .headline {
  border-color: hsla(0, 0%, 100%, 0.3);
}
.pricing-column.business .option {
  border-color: hsla(0, 0%, 100%, 0.1);
}
.pricing-column.business .option i,
.pricing-column.business .option p,
.pricing-column.business .option span,
.pricing-column.business .pricing-details .head,
.pricing-column.business .pricing-details .tooltip-details svg {
  color: #fff;
}
.pricing-column.business .pricing-details .tooltip-details p {
  background-color: #fff;
  color: #333;
}
.pricing-column.business .pricing-details .tooltip-details p:before {
  color: #fff;
}
.pricing-container .pricing-money-back-guarantee {
  color: gray;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 20px;
  padding-bottom: 0;
  text-align: center;
}
.pricing-container .pricing-money-back-guarantee i.material-icons {
  color: #f2bf30;
  font-size: 21px;
  margin-right: 5px;
  vertical-align: top;
}
.pricing-toggle-container {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 40px;
}
.pricing-toggle-container p {
  color: #fff;
  font-size: 14px;
  margin: 0;
}
.pricing-toggle.active span.circle {
  background-color: #f2bf30;
}
.pricing-toggle.active span.circle:before {
  transform: translateX(calc(100% - 2px));
}
.pricing-toggle .circle {
  background-color: #dcdcdc;
  border-radius: 20px;
  cursor: pointer;
  display: block;
  height: 24px;
  position: relative;
  transition: all 0.2s ease-in-out;
  width: 42px;
}
.pricing-toggle .circle:before {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  content: "";
  display: block;
  height: 20px;
  left: 2px;
  position: absolute;
  top: 2px;
  transition: all 0.2s ease-in-out;
  width: 20px;
}
.pricing-details {
  margin-top: 25px;
}
.pricing-details .body {
  display: flex;
  flex-direction: column;
}
.pricing-details .head {
  align-items: center;
  display: none;
  justify-content: center;
}
.pricing-details .head p {
  margin: 0;
}
.pricing-details .tooltip-details {
  cursor: pointer;
  display: flex;
  margin-left: -8px;
  position: relative;
}
.pricing-details .tooltip-details svg {
  color: gray;
  height: 17px;
  margin-top: -10px;
}
.pricing-details .tooltip-details p {
  background-color: #333;
  border-radius: 6px;
  bottom: 30px;
  color: #fff;
  cursor: default;
  font-size: 13px;
  line-height: 1.5;
  padding: 7.5px;
  position: absolute;
  right: -45px;
  visibility: hidden;
  width: 250px;
}
.pricing-details .tooltip-details p:before {
  border-style: solid;
  border-width: 4px;
  bottom: -2px;
  color: #333;
  content: "";
  position: absolute;
  right: 50px;
  transform: rotate(45deg);
}
.pricing-details .tooltip-details:hover p {
  visibility: initial;
}
.pricing-details .tooltip-details.resume-clinics p {
  right: -125px;
}
.pricing-details .tooltip-details.resume-clinics p:before {
  right: 130px;
}
.pricing-details .tooltip-details.collaborative-projects p {
  right: -85px;
}
.pricing-details .tooltip-details.collaborative-projects p:before {
  right: 90px;
}
.pricing-details .tooltip-details.collaborative-projects-standard p {
  right: -15px;
}
.pricing-details .tooltip-details.collaborative-projects-standard p:before {
  right: 20px;
}
.pricing-details .tooltip-details.collaborative-projects-pro p {
  right: -15px;
}
.pricing-details .tooltip-details.collaborative-projects-pro p:before {
  right: 20px;
}

.visible-xs {
    display: none !important;
}
/*  */

/* testimonial */
.testimonial-container {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.thumbs-slider {
  margin-bottom: 20px;
}

.thumbs-slider .swiper-slide {
  opacity: 0.3;
  transition: opacity 0.3s;
	width: fit-content !important;
}

.thumbs-slider .swiper-wrapper{
	justify-content:center;
	gap:30px;
	margin:0 auto !important;
	padding-top:28px !important;
}
.thumbs-slider .swiper-slide-thumb-active {
  opacity: 1;
}

.thumbs-slider .swiper-slide-thumb-active  img{

	transform:scale(1.3);
	margin-top:-10px;
}
.thumbs-slider img {
	cursor:pointer;
	width: 75px !important;
    height: 75px;
    border-radius: 50% !important;
    object-fit: cover;
	border:5px solid #fff !important;
	box-shadow: 0px 0px 1px 1px #222e3d33 !important;
	transition:all 0.2s ease-in;
}
.thumbs-slider .swiper-slide:hover
{
	 opacity: 1;
}
.thumbs-slider .swiper-slide:hover img{

		transform:scale(1.3);
		margin-top:-10px;
}


.testimonial-slider .swiper-slide {
  padding: 0 20px;
}



.testimonial-container .name {
  margin: 10px 0 5px;
	font-weight:500 !important;
    font-size: 16px;
    font-family: 'Roboto';
    margin-top: 0;
	color:#333;
}

.testimonial-container .title {
  display: block;
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
}

.testimonial-container .testimonial-text {
     font-size: 17px;
    color: #333;
    font-style: italic;
    margin-top: 22px;
	line-height:27px !important;
}

.testimonial-slider::before{
	content:"";
	position:absolute;
	display:block;
	top:55px;
	left:0px;
	width:20px;
	height:17px;
	background:url('/wp-content/uploads/2025/05/quote.svg');
	background-repeat:no-repeat;
	
}

.testimonial-slider::after{
	content:"";
	position:absolute;
	display:block;
	bottom:0px;
	right:10px;
	width:20px;
	height:17px;
	transform:rotate(180deg);
	background:url('/wp-content/uploads/2025/05/quote.svg');
	background-repeat:no-repeat;
	
}
.bubble-testimonial{
	max-width:1000px !important;
	margin:0 auto !important;
}

/*  */


.statistics-item h4{
	font-size: 23px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 10px;
}
.statsics-grid{
	max-width:1000px !important;
	    align-self: center;
}

/* faq */
.faq-list .e-n-accordion-item
{
	    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 5px rgba(95, 110, 130, .3);
    cursor: pointer;
    margin-bottom: 20px !important;
}

.faq-list .e-n-accordion-item-title{
	padding:15px 25px !important;
}

.faq-list  .faq-content{
	font-size:16px !important;
	color:#222E3D !important;
}

.blue-link a{
	color:#008cf5 !important;
}
.disclaimer a{
	font-size:15px;
}
.disclaimer a:hover{
	text-decoration:underline !important;
}
.disclaimer p{
	margin-bottom:10px !important;
}

.pricing-footer-menu li::after{
	content:"•";
	position: absolute;
    display: inline-block;
    color: #fff;
    top: 11px;
    right: 0;
}
.pricing-footer-menu li:last-child::after{
	content:none !important;
}

.rotate {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}


/*  podcast */
.pordcast-hero{
	background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: table;
    font-family: Roboto, sans-serif;
    height: 400px;
/*     margin-top: 57px; */
    position: relative;
    width: 100%;
	padding-bottom:50px;
}

.pordcast-hero::before{
	background-color: #3c4146;
    bottom: 0;
    content: "";
    left: 0;
    opacity: .8;
    position: absolute;
    right: 0;
    top: 0;
}
.article-container{
	color: rgba(0, 0, 0, .84);
    font-family: Roboto, sans-serif;
    font-size: 17px;
    margin: 0 auto;
    max-width: 720px !important;
    padding: 20px 15px;
    position: relative;
    width: 100%;
}

.article-content b{
	margin-top:25px !important;
	display:block !important
}
.article-content iframe{
	margin-top:10px;
	margin-bottom:10px;
}
.article-container a:not(.new-share-link), .article-container a:not(.new-share-link) b {
    color: #008cf5;
    display: inline;
    font-family: Roboto, sans-serif;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: .1px;
    text-decoration: underline;
    transition: color .2s ease-in-out;
}

.podcast-view-embed{
	margin-top: 10px !important;
}

.podcast-template-default .article-content img{
	    border: 10px solid #f6f9fa;
    border-radius: 2px;
    display: block;
    margin: 0 auto -25px;
    max-width: 90%;
}

.article-content li, .article-content p,.article-content div {

    letter-spacing: .1px;
    line-height: 1.6;
    margin-bottom: 15px;
	color:rgba(0, 0, 0, 0.84) !important;
}

.transcript-container {
    position: relative;
    margin-top: 0px;
}

.transcript-content {
    max-height: 185px;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.transcript-container.expanded .transcript-content {
    max-height: none;
}

.transcript-toggle {
    align-items: center;
    color:  #008cf5;
    cursor: pointer;
    display: flex;
	border:0px !important;
    margin-top: 25px;
    cursor: pointer;
	display:block !important;
}

.toggle-arrow {
    transition: transform 0.3s ease;
	margin-left:10px;
}

.transcript-container.expanded .toggle-arrow {
    transform: rotate(180deg);
}

.podcast-meta a.elementor-post-info__terms-list-item {
    background-color: hsla(0, 0%, 100%, .6);
    border-radius: 3px;
    color: #3c4146 !important;
    font-size: 14px;
    margin-right: 5px;
    padding: 4px 10px;
}

.single-podcast .header {
    background-color: #e2f3ff !important;
    height: 70px !important;
    min-height: 70px;
}

.single-podcast .header .hfe-site-logo-img{
	margin-bottom:-10px;
}

.podcast-item {
    display: flex;
    gap: 25px;
    align-items: center;
	margin-bottom: 25px;
}

.podcast-item .type-label{
	background-color: #d3d3d3 !important;
    border-radius: 10px;
    flex-shrink: 0;
    font-size: 14px;
    margin-left: auto;
    padding: 1px 10px;
	font-family:"Source Sans 3", sans-serif !important;
	color:rgba(0,0,0,0.85) !important;
	
}
.podcast-item img{
	background-color: #e8e8e8;
    border-radius: 4px;
    flex-shrink: 0;
    height: 150px;
    object-fit: cover;
    width: 150px;
}
.podcast-item  .podcast-title{
	   margin: 5px 0 0;
	line-height: 25px;
}
.podcast-item  .podcast-title a{
	font-size: 19px !important;
    font-weight: 600 !important;
 
	color: rgba(0, 0, 0, .85) !important;
}
.podcast-item  .podcast-title a:hover{
	text-decoration:underline !important;
}
.podcast-item  .podcast-meta {
    display: flex;
    justify-content: space-between;
}

.podcast-item  .podcast-tags{
	color: rgba(0, 0, 0, .55);
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: uppercase;
}
.podcast-item  .guest-name{
	font-family:"Source Sans 3", sans-serif !important;
	font-size:16px !important;
	font-weight:400 !important;
	color:rgba(0,0,0,0.85) !important;
}
.podcast-item  .pd-date{
	font-family:"Source Sans 3", sans-serif !important;
	font-size:16px !important;
	font-weight:400 !important;
	color:rgba(0,0,0,0.55) !important;
}
#podcast-filters {
    display: flex;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 4px;
    gap: 0;
    height: 42px;
    margin-left: auto;
    padding-right: 10px;
}
.podcast-search-wrapper {
  position: relative;
  display: inline-block;
	width: 270px;
}

.podcast-search-wrapper i.fa-search {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
color:rgba(0,0,0,0.85) !important;
}

.podcast-right{
	width: calc(100% - 175px);
	    padding-right: 20px;
}


#post-filters {
    display: flex;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 4px;
    gap: 0;
    height: 42px;
    margin-left: auto;
    padding-right: 10px;
}

.post-search-wrapper {
  position: relative;
  display: inline-block;
	width: 270px;
}

.post-search-wrapper i.fa-search {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
color:rgba(0,0,0,0.85) !important;
}

#post-search:focus, #post-search:focus-visible,  #post-tags:focus-visible, #post-tags:focus-visible {
	outline:none !important;
	border:none !important;
}
#post-search {
  padding-left: 32px; /* Make space for icon */
  height: 36px;
  border: none;
}

#post-tags {
    min-width: 150px;
    border: none;
    margin-right: 30px;
}

#post-sort{
	min-width: 100px;
    border: none;
}

#podcast-search:focus, #podcast-search:focus-visible,#podcast-tags:focus-visible,#podcast-sort:focus-visible {
	outline:none !important;
	border:none !important;
}

#podcast-search {
  padding-left: 32px; /* Make space for icon */
  height: 36px;
  border: none;
}
#podcast-tags {
    min-width: 150px;
    border: none;
    margin-right: 30px;
}

#podcast-sort{
	min-width: 100px;
    border: none;
}
.sponsor h4{
	color: #1c659c !important;
    font-size: 30px !important;
    font-weight: 600 !important;
    line-height: 33px !important;
    margin: 0;
    padding-bottom: 10px;
    text-align: center;
}

.fixed-navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  z-index: 9999;
  transform: translateY(-100%);
  transition: transform 0.3s ease;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	height:80px !important;
}

.fixed-navbar .all-articles-container {
/*     height: 80px; */
    line-height: 79px;
    padding: 0px;
    position: relative;
	max-width:1020px;
	margin:0 auto !important;
}
.fixed-navbar .all-articles-container .title h4 {
    font-size: 16px;
	font-weight:600 !important;
    line-height: inherit;
    overflow: hidden;
    width: calc(100% - 175px);
	margin:0 !important;
	color:#000;
	font-family:"Source Sans 3", sans-serif;
	    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 85px;
}
.fixed-navbar .all-articles-container  .post-title{
	color:#000 !important;
	font-weight:700 !important;
}
.fixed-navbar .all-articles-container a.back-to-blogs {
    color: #228ae6;
    display: inline-block;
    float: left;
    font-size: 16px;
    margin-right: 3px;
    text-decoration: none;
}

.fixed-navbar .all-articles-container i {
   color: #c4ced3;
    display: inline-block;
    float: left;
    font-size: 14px;
    line-height: 79px;
    margin-right: 10px;
    vertical-align: top;
    margin-left: 10px;
}
.fixed-navbar .share-buttons {
   
    padding-left: 33px;
    position: absolute;
    right: 10px;
    top: 0;
	align-items: center;
    display: flex

}

.fixed-navbar .share-buttons h4 {
    display: inline-block;
    float: left;
    font-size: 16px;
    line-height: 66px;
    margin-right: 5px;
	font-weight:700;
	color:#000;
}
.shares-container {
    display: flex;
    justify-content: center;
	    height: 55px;
    overflow: hidden;
    margin-left: 10px;
}

.shares-container  .elementor-grid-item{
	margin-bottom:0px !important;
}
.shares-container  .elementor-share-btn__icon{
	width:3.5em !important;
}
.shares-container .elementor-share-btn{
	height:3.5em !important;
}

.fixed-navbar.visible {
  transform: translateY(0%);
}

.fixed-progress-bar {
  height: 4px;
  background: #f0f0f0;
  width: 100%;
}

.fixed-progress-bar .indicator {
  height: 100%;
  background: #008cf5;
  width: 0%;
  transition: width 0.2s ease;
}


.trending-slider .elementor-slides-wrapper{
	border-radius:10px !important;
}
.post-grid {
    display: grid;
    gap: 30px;
}
.post-grid .post-card.two-column:first-child{
	padding-top:0px !important;
}
.post-grid .post-card.two-column {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
     overflow: hidden;
	padding: 25px 0px;
  border-bottom: 1px solid #ebf2f6;
}

.post-grid .post-card.two-column:last-child{
	border:none !important;
}

.post-grid .post-card-inner {
    display: flex;
    flex-direction: row;
    width: 100%;
    text-decoration: none;
    color: inherit;
}

.post-grid .post-text-left {
    flex: 1 1 60%;
    padding: 20px 20px 20px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.post-grid .post-title {
       color: #414549;
    font-family: Source Sans\ 3, sans-serif;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: -.2px;
    line-height: 25px;
    margin: 0 0 5px;
}

.post-grid .post-excerpt {
    color: #3a4145;
/*     font-family: Merriweather, serif; */
    font-size: 15px;
    font-weight: 300;
    letter-spacing: .1px;
    line-height: 24.5px;
    margin: 0;
}

.post-grid .post-meta {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #9eabb3;
   font-weight:400;
    font-size: 14px;
    line-height: 22px;
    margin-top: 12px;
    flex-wrap: wrap;
}

.post-grid .author-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
}

.post-grid .post-image-right {
     overflow: hidden;
/*     height: 145px; */
	    height: 200px;
    width: 215px;
	 display: flex;
   align-self:center;
    position: relative;
}

.post-grid .post-image-right img {
     height: 100%;
    left: 0;
    max-width: none;
    object-fit: cover;
    -o-object-fit: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%;
}

#post-filters select, #post-filters option, #podcast-filters select, #podcast-filters option{
	font-size:14.5px;
	max-width:fit-content;
	    text-align: right;
}


.recommended-posts .elementor-posts-container{
	counter-reset: post-counter;
}

.recommended-posts .elementor-posts-container .elementor-grid-item::before {
  counter-increment: post-counter;
  content: counter(post-counter, decimal-leading-zero) " ";
  font-weight: bold;
  color: #000; /* adjust as needed */
  display: inline-block;
  
  font-size: 32px;
}


.training-countdown .elementor-countdown-label {
	margin-top:6px !important;
}

.training-countdown  .elementor-countdown-item{
	padding: 14px 0 !important;
}

.blog-post-content a{
	color:#008cf5 !important;
	font-weight:400 !important;
	font-size:17px !important;
}

.podcast-form label {
    font-size: 15px;
    color: #000;
    padding-bottom: 8px;
}


.podcast-form input, .podcast-form textarea{
	    border: 1px solid #d4d8e1;
    font-size: 15px;
    font-weight: 400;
    line-height: 35px;
    margin-top: 5px;
    outline: none;
    padding: 0 10px;
    width: 100%;

}

.podcast-form textarea{
	field-sizing: content;
    line-height: 20px;
    max-width: 100%;
    min-height: 70px;
    padding: 5px 10px;
	
}

.podcast-form  .wpcf7-submit {
    background-color: #228ae6;
    border: none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    margin: 0px 0 0 auto;
    outline: none;
    padding: 0 25px;
    position: relative;
    text-decoration: none;
    transition: background-color .4s ease;
	width:fit-content;
}

.podcast-form .wpcf7-spinner {
    
    display: inline-block;
   
    position: absolute;
    bottom: 33px;
}
.podcast-form input.wpcf7-not-valid
{
	border-color:red;
	
}
.podcast-form span.wpcf7-not-valid-tip {
    font-size: 12px;
}


.podcast-form .wpcf7 form.invalid .wpcf7-response-output{
	display:none !important;
}

.podcast-form .wpcf7 form.sent .wpcf7-response-output{
	color:#3dd965;
	border:none !important;
	padding:0px !important;
	    margin-top: 0;
    margin-bottom: 5px;
}


.podcast-form .wpcf7 form.sent .wpcf7-response-output::before
{
	    content: "\f058";
    color: #3dd965;
    width: 25px;
    height: 25px;
    display: inline-block;
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    font-size: 15px;

}

.dialog-close-button:focus, .dialog-close-button:focus-visible {
	outline:none !important;
}

.pb-by{
	font-weight:400 !important;
	color: #7c7c7c !important;
}

.resource-content h2{
	font-size: 24px;
    font-weight: 600;
    margin: 20px 0;
	font-family:"Source Sans 3", sans-serif;
	color:#222e3d;
	
}

.resource-content{
	margin: 0px auto;
    max-width: 1020px !important;
	
}

.resource-content h4
{
	font-family:"Source Sans 3", sans-serif !important;
	color: #333 !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    margin: 10px 0;
	line-height:26px !important;
}

.resource-content ul, .resource-content ol{
	padding-left: 20px;
}

.resource-content p,.resource-content li{
    color: #7c7c7c;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px;
		font-weight:400;
	
}
.resource-content p a, .resource-content li a{
	 font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 25px;
	color:#008cf5;
	font-weight:400;
}

.resource-content hr {
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 20px;
    margin-top: 20px;
}

.form input {
    border: 1px solid rgba(0, 0, 0, .4);
    border-radius: 4px;
    flex-grow: 1;
    font-weight: 400;
    outline: none;
	padding: 10px !important;
}

.form {
    background: #f7f7f7;
    border-radius: 6px;
    margin: 15px 0;
    padding: 20px;
}

.form .container
{
	    align-items: center;
    display: flex;
    gap: 10px;
}

.form .checkbox {
    gap: 10px;
    margin-top: 15px;
}

.form .checkbox p {
    color: #7c7c7c;
    font-size: 14px;
    margin: 0;
}

.form .checkbox a {
    color: #008cf5;
}

.form .completion {
    color: #008cf5;
    margin-top: 10px;
}

.form button {
    align-items: center;
    background-color: #f2bf30;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 4px;
    box-shadow: 0 4px 8px 0 rgba(0, 28, 56, .15);
    color: #222e3d;
    cursor: pointer;
    display: inline-flex;
    font-size: 16px;
    font-weight: 600;
    gap: 5px;
    height: 44px;
    justify-content: center;
    line-height: 38px;
    outline: none;
    padding: 5px 30px;
    text-decoration: none;
    transition: color .2s ease-in-out;
    width: fit-content;
}

.form button:hover{
	color:#fff !important;	
	 background-color: #f2bf30 !important;
}

.form input.error {
  border: 1px solid #dc3545 !important; /* Bootstrap's red */
}

.form  .form-error-message {
  color: #dc3545;
  font-size: 14px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.form  .form-error-message i {
  font-size: 16px;
}

.form #agreeCheckbox.error {
  outline: 2px solid #dc3545;
  outline-offset: 2px;
  border-radius: 3px;
}

.resource-content strong{
	color: #222e3d !important;
	font-weight:500 !important;
}

.form.career-form{
	
	background:#fff !important;
	padding:0px !important;
}

.form.career-form .container{
	flex-direction:column;
}

.form.career-form button
{
	width:100% !important;
}
.form.career-form  .checkbox {
	margin-bottom:15px;
}
.form .checkbox label{
	line-height:23px;
}


.article-footer .e-con-inner{
	border-top:1px solid #EEEEEE;	
}

.gpt-home{
	background: linear-gradient(180deg, #eef8ff, #e2f3ff) !important;
    display: flex
;
    min-height: calc(100vh - 90px) !important;
    overflow: hidden;
    padding: 90px 0 !important;
    position: relative;
	padding-bottom:60px !important;
}

form.form.gpt-form {
    background: #fff;
    padding: 30px;
    padding-bottom: 20px;
}
form.form.gpt-form  .container{
	flex-direction:column;
}
form.form.gpt-form button{
	width:100% !important;
}
.article-content h2{
	    font-size: 24px !important;
    line-height: 30px;
    margin-top: 30px;
}

.article-content h3{
	    font-size: 20px !important;
    line-height: 27px;
    margin-top: 25px;
}

.custom-pagination {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
	    margin-top: 45px;
}

.custom-pagination .page-numbers {
    width: 30px;
    height: 30px;
    border: 1px solid #d3d3d3;
    text-align: center;
    display: inline-block;
    line-height: 28px;
    font-size: 14px;
}

.custom-pagination .page-numbers.current {
	    background: #e2f3ff;
    border-color: #008cf5;
    color: #008cf5;
    font-weight: bold;
	
}

.course-item p{
	color: rgba(0, 0, 0, .54) !important;
    font-size: 14px !important;
    line-height: 22px !important;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.course-item  h3{
	font-size: 17px !important;
    line-height: 21px !important;
	min-height:42px !important;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}
.course-item:hover a, .course-item:hover h4{
	text-decoration:underline !important;
}
.course-item img{
	transition: all 0.3s ease-in;
}
.course-item:hover img{
	transform:scale(1.1);	
}

.course-item .elementor-widget-image{
	overflow:hidden !important;
}

.carrer-bullet-title {
    font-size: 18px !important;
    margin-bottom: 10px !important;
    display: inline-block;
    font-weight: 600 !important;
}

.dsi-section{
	
	align-items: center;
    background: url(/wp-content/uploads/Auth-Pattern.svg), linear-gradient(330deg, #16519c, #038bf7);
    display: flex;
    height: 100vh;
    padding-top: 100px;
}

.form.news-form
{
	background:transparent;
	padding:0px;
	margin:0px;
	color:#fff;
}
.form.news-form a{
	color:#fff !important;
	text-decoration:underline !important;
}

.form.news-form button{
	width:100% !important;
	margin-top:-20px !important;
}

.form.news-form .container
{
	flex-direction:column !important; 
}

@media (max-width: 1200px) {
	.pricing-page
	{
		background-size:cover !important;
	}
	.bubble-testimonial, .statsics-grid
	{
		max-width:820px !important;
		    align-self: center;
	}
}

.course-content h2{
	font-size:30px !important;
	margin-top:35px !important;
}

.unit-list-header {
    align-items: center;
    background: #f7f8fa;
    border: 1px solid #ddd;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    color: #2f2f2f;
    display: flex;
    margin-top: 15px;
    padding: 12px 10px;
}

.unit-list-header .information {
    flex: 1;
}

.unit-list {
    border: 1px solid #ddd;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 0;
    padding: 5px 0;
}
.unit-item {
    align-items: center;
    display: flex;
    font-size: 15px;
    height: 30px;
    padding: 16px 10px;
}

.unit-item .icon {
    color: #c4ced3;
    display: flex;
    margin-right: 10px;
}
.unit-item .icon svg {
    height: 16px;
    width: 16px;
}

.unit-item .information {
    flex: 1;
    overflow: hidden;
    padding-right: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.unit-item .summary {
    display: flex;
}
.mt-0, 
.mt-0 h2{
	margin-top:0px !important;
}
@media (max-width: 1024px) {
	header .elementor-widget-theme-site-logo
	{
		width:75% !important;
		margin-left:0 !important;
		text-align:left !important;
	}
	header .elementor-nav-menu--dropdown.elementor-nav-menu__container{
		margin-top:-7px !important; 
	}
	header .elementor-menu-toggle{
		    background-color: transparent;
		    position: absolute;
		right: 15px;
		top: -59px;
	}
	header .main-nav-menu {
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px;
        max-width: calc(100% + 30px) !important;
	}
	header .main-nav-menu nav ul{
		padding-top:8px;
		padding-bottom:8px;
		box-shadow: 1px 10px 14px 0 rgba(0, 0, 0, .1);
	}
	header .main-nav-menu nav ul a{
		font-weight:500 !important;
	}
	.header .hfe-nav-menu__align-right{
	display:inline-block;
	width:50px !important;
}

	.hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal .hfe-nav-menu
	{
		margin-top:15px;
		padding-bottom:20px;
	}
	
	.header .hfe-nav-menu li {
		    border: none !important;
	}
	.hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal
	{
		top: 140% !important;
	}
	
	.header .home-button{
		display:none !important;
	}
	.career-title{
		width:38% !important;
	}
	
}

@media (max-width: 991px) {
	.career-title{
		width:100% !important;
	}
	
	.hero-list ul{
		display: flex;
		gap: 14px !important;
		flex-direction: column !important;
	}
	
	.pricing-column a
	{
		padding: 2px 10px !important;
	}
	.pricing-column
	{
		width:23% !important;
	}
	.podcast-related-info-meta .elementor-post-info__terms-list .elementor-post-info__terms-list-item:not(:first-child) {
 		display: none !important;
	}

}
@media (max-width: 820px) {
	
	.post-grid .post-card-inner
	{
		flex-direction:column-reverse !important;
	}
	.post-grid .post-image-right {
  
    height: 180px;
    width: 100%;
    display: flex;
    position: relative;
    flex: none !important;
}
	.article-footer .elementor-nav-menu {
		flex-direction: column;
    	align-items: center;
	}
	.article-footer .elementor-nav-menu a{
		padding-top:6px;
		padding-bottom:6px;
	}
	
	.bubble-testimonial, .statsics-grid
	{
		max-width:100% !important;
	}
	.pricing-footer-menu ul{
		justify-content:center !important;
		margin:0 auto !important;
	}
	.fixed-navbar .share-buttons
	{
		display:none !important;
	}
	
	.fixed-navbar
	{
		height:90px !important;
	}
	.fixed-navbar .all-articles-container .title h4
	{
		width:100% !important;
		height: 86px;
		padding:10px 10px 0px 10px !important;
		
	}
	
	
	 .post-card.two-column {
        flex-direction: column;
    }
    .post-image-right,
    .post-text-left {
        flex: 1 1 100%;
    }
	.podcast-item .podcast-meta{
		flex-direction:column;
	}
	
	.podcast-item .type-label{
		margin-top:10px;
	}
	.home-header
	{
		padding:95px 0 95px !important;
	}
}


@media (max-width: 767px) {
	.gpt-home
	{
		padding-bottom:20px !important;
	}
	.form .container{
		flex-direction:column;
	}
	.checkbox label{
		line-height:24px;
	}
	.podcast-item{
		flex-direction:column !important;
	}
	.podcast-item .podcast-left
	{
		width:100% !important;
	}
	
	.podcast-item .podcast-left img{
		width:100% !important;
		height:200px !important;
	}
	
	.podcast-item .podcast-right {
		width: 100%;
		padding-right: 0;
		margin-bottom: 15px;
	}
	
	.faq-list.elementor-widget-n-accordion .e-n-accordion-item-title
	{
		    align-items: flex-start;
	}
	.faq-list.elementor-widget-n-accordion .e-n-accordion-item-title-icon{
		    margin-top: 4px;
	}
	
	
	    .pricing-column a {
        padding: 6px 10px !important;
    }
	
	.pricing-column.business .pricing-details .head svg{
		fill:#fff !important;
	}
	
	.hidden-xs{
		display:none !important;
	}
	.visible-xs{
		display:block !important;
	}
	
	.pricing-column h2
	{
		margin-top:20px !important;
		font-size:20px;
	}
	
  .pricing-container {
    margin-top: -240px;
  }
  .pricing-table-container {
    flex-direction: column;
    gap: 20px;
  }
  .pricing-column {
    border-radius: 8px !important;
    width: 100% !important;
  }
  .pricing-column h2 span {
    margin-left: -15px;
  }
  .pricing-column.standard {
    margin: 0;
    padding: 20px;
  }
  .pricing-column .headline {
    align-items: center;
    display: flex;
  }
	.pricing-details .head svg{
		width: 17px;
        margin-left: 15px;
	}
  .pricing-column .headline:first-of-type {
    height: 35px;
  }
  .pricing-column .headline p {
    font-style: italic;
    font-weight: 500;
    margin: 0;
    padding-top: 10px;
	  color:#222e3d;
  }
  .pricing-column .option {
    justify-content: flex-start;
	  color:#222e3d;
  }
  .pricing-column.business .headline p {
    color: #fff;
  }
  .pricing-details .head {
    display: flex;
	color: #222e3d;
  }
  .pricing-details .head i.material-icons {
    margin-right: -24px;
  }
  .pricing-details .body {
    display: none;
  }
  .pricing-details .body.active {
    display: flex;
  }
  .pricing-toggle-container {
    margin-bottom: 20px;
  }
}


@media (max-width: 460px) {
	.course-item  h4
	{
		min-height:100% !important;
	}
	
	.course-item img{
		height:190px !important;
		object-position:center center !important;
	}
	
	.footer .hfe-site-logo-img{
		margin-right:-100% !important;	
	}
	
	.course-item{
		height:380px !important;
	}
	.course-item.career-item
	{
		height:300px !important;
	}
	.course-list-carousel .course-item{
		height:100% !important;
	
	}
	.testimonial-carousel .carousel-arrow.carousel-prev {
		left: 40% !important;
	}
	.testimonial-carousel .carousel-arrow.carousel-next {
		right: 40% !important;
	}
	.testimonial-carousel .slick-track{
		gap:10px !important;
	}
	
}