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


:root {
    margin: 0 !important;
}
html,body{
    width: 100%;
    overflow-x: hidden;
    font-family: "Inter", sans-serif;
}
body{
	 background-color: #000000 !important ;
}

.custom-header .navbar {
    background-color: transparent;
    position: absolute;
    width: 100%;
    top: 0;
    padding: 56px 0;
	z-index: 1;
}
.custom-header .navbar-nav {
    border: 1px solid #FFFFFF1A;
    border-radius: 40px;
    padding: 12px 24px;
    background: #FFFFFF0A;;
    backdrop-filter: blur(83px);
    -webkit-backdrop-filter: blur(83px);
}
.custom-header .navbar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1020;
    background-color: #ffffff0A;
    backdrop-filter: blur(83px);
	-webkit-backdrop-filter: blur(83px);
    width: 100%;
    padding: 20px 0;
}

header.custom-header .navbar-brand {
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    position: relative;
    color: #fff;
    font-family: "Inter", sans-serif;
	text-shadow: 0 0 30px rgba(145, 73, 255, 0.2), 0 0 30px rgba(145, 73, 255, 0.2), 0 0 30px rgba(145, 73, 255, 0.2);
}

.custom-header .navbar>.container{
    display: flex;
}
.custom-header .nav-item .nav-link {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 16px;
    color: #fff;
    padding: 0 !important;
}
.custom-header .nav-item .nav-link.active {
    margin-left: 28px;
    padding: 4px 35px;
	font-size: 14px;
	line-height: 21px;
    position: relative;
    border: 4px solid transparent;
    background: #141414;
    border-radius: 20px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-family: 'Poppins';
	z-index: 1;
		margin-right: 0;
}

.custom-button {
    background: #fff;
    font-size: 14px;
    line-height: 21px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.9px;
    color: #000;
    border-radius: 40px;
    padding: 13px 32px;
    text-decoration: none;
    display: inline-block;
}

ul.navbar-nav {
    align-items: center;
}

header.custom-header .navbar-brand img {
    width: 100%;
}

header.custom-header .navbar .navbar-collapse {
    flex-grow: 0;
}
.custom-menu-button {
    margin-left: 252px;
}





/* */

footer.custom-footer {
    /* background: #fff; */
    background-image: url(/wp-content/uploads/2025/05/Footer_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
	padding-top: 46px;
	position: relative;
}
footer.custom-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #a063ff, transparent);
}
.custom-footer .host-info h2 {
    font-family: "Inter", sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 73px;
    position: relative;
    display: inline-block;
    color: #fff;
	text-shadow: 0 0 30px rgba(145, 73, 255, 0.2), 0 0 30px rgba(145, 73, 255, 0.2), 0 0 30px rgba(145, 73, 255, 0.2);
	margin-bottom: 10px;
}
.custom-footer .host-info h2::after {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    background-color: #9149ff;
    border-radius: 50px;
    bottom: 30%;
    right: -12px;
}

.custom-footer .host-info p{
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color:#BDBDBD;
    margin-bottom: 0;
	max-width: 440px;
}
.custom-footer .host-info {
    max-width: 485px;
	margin-top: -23px;
}
.custom-footer .footer-block {
    margin:  0 0 30px;
}
.custom-footer .quick-links ul,
.custom-footer .social-links ul,
.custom-footer .contact-info ul{
    padding-left: 0;
    list-style: none;
}
.custom-footer .quick-links ul li a,
.custom-footer .social-links ul li a,
.custom-footer .contact-info ul li a{
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color:#FFFFFF;
    text-decoration: none;
}
.custom-footer .social-links ul {
    display: flex;
    flex-wrap: wrap;
}
.custom-footer .quick-links ul li {
    margin-bottom: 15px;
}
.custom-footer .contact-info ul li{
    margin-bottom: 20px;
}
.custom-footer .quick-links p {
    font-weight: 700;
}
.custom-footer .quick-links h4,
.custom-footer .social-links h4,
.custom-footer .contact-info h4 {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 32px;
    color: #fff;
}
.custom-footer .social-links ul li:last-child a img {
    margin-right: 0;
}
.custom-footer .social-links ul li a img {
    margin-right: 10px;
}
.custom-footer .copyright p{
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    border-top: 1px solid #3B424A;
    margin-bottom: 0;
    color: #fff;
    padding: 30px 0;
}
.custom-footer .contact-info {
    max-width: 210px;
}
.custom-footer .contact-info p {
    margin-bottom: 0;
    margin-left: 15px;
}
.custom-footer .contact-info ul li a{
    display: flex;
	align-items: self-start;
}
.contact-info ul li:nth-child(2) a {
    pointer-events: none;
}


/*--------------banner Section css----------*/
.podcaster_banner {
    padding: 390px 0 265px;
    background-image: url(/wp-content/uploads/2025/01/banner_bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	position: relative;
}
.podcaster_banner .row {
    align-items: center;
}
/* .podcaster_banner .podcaster-banner-content h1 {
    font-family: "Inter", sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 73px;
    color: #fff;
    margin: 10px 0;
} */
.podcaster_banner .podcaster-banner-content h1 {
    font-family: "Inter", sans-serif;
    font-size: 48px;
    line-height: 62px;
    position: relative;
    margin: 0 0 30px;
    font-weight: 600;
    background: linear-gradient(270deg, #9149FF 19.73%, rgba(190, 148, 255, 0.95896) 60.67%, rgba(255, 255, 255, 0.9) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
	    text-shadow: 0 0 30px rgba(145, 73, 255, 0.2), 0 0 30px rgba(145, 73, 255, 0.2), 0 0 30px rgba(145, 73, 255, 0.2);
}

.accordion-header img {
    width: 40px;
}
.podcaster_banner .podcaster-banner-content .text-container {
    display: inline-block;
    overflow: hidden;
    vertical-align: bottom;
    height: 1.5em;
    line-height: 1.5em;
}
.podcaster_banner .podcaster-banner-content .text-container span {
    display: block;
    height: 1.5em;
    line-height: 1.5em;
    text-align: left;
    animation: rotateText 14s linear infinite;
    position: relative;
    WIDTH: 514px;
}

.podcaster_banner .podcaster-banner-content p{
    font-family: "Inter", sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 32px;
    color: #BDBDBD;
    max-width: 615px;;
    margin-bottom: 56px;
}
.podcaster-image {
    width: 100%;
    height: auto;
    margin-left: auto;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.podcaster-image img {
    width: 100%;
    z-index: 9;
    position: relative;
}
.podcasts-count {
    padding: 56px 100px 37px;
    background: #FFFFFF0A;
    border: 2px solid #FFFFFF1A;
    border-radius: 20px;
    backdrop-filter: blur(83px);
    -webkit-backdrop-filter: blur(83px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.podcasts-count .count h2 {
    font-family: "Inter", sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 73px;
    color: #fff;
    margin-bottom: 0;
    text-align: center;
}
.podcasts-count .count p {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #bdbdbd;
    margin-bottom: 10px;
}
.count img {
    margin-top: 10px;
}
/*--------------------banner css end ----------------*/





.work-experience {
    padding: 150px 0;
    background-image: url(/wp-content/uploads/2025/05/experience_section_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
.work-experience .experience {
    border-left: 2px solid rgba(43, 43, 43, 0.7);
    padding: 105px 0 0 50px;
    margin-left: 32%;
    position: relative;
}

.work-experience .experience .item {
    position: relative;
/*     margin-bottom: 40px; */
  }
/* .work-experience .experience .item:nth-child(3) {
    margin-bottom: 40px;
} */
  .work-experience .experience .item::before {
    content: "";
    position: absolute;
    left: -56px;
    top: 70px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #9149ff;
}
.work-experience .experience .company-name {
    color: #009688;
  }
  .work-experience .experience .location {
    position: absolute;
    right: 0;
    top: 2px;
  }
  .work-experience .experience .location .fa {
    margin-right: 8px;
  }
  .work-experience .experience .job-info {
    position: absolute;
    left: -54%;
    top: 38px;
    width: 50%;
}
.work-experience .experience .job-info .title {
    font-family: "Inter", sans-serif;
    font-size: 48px;
    line-height: 60px;
	font-weight: 600;
    max-width: 500px;
    background: linear-gradient(270deg, #9149FF 19.73%, rgba(190, 148, 255, 0.95896) 60.67%, rgba(255, 255, 255, 0.9) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
	    text-shadow: 0 0 30px rgba(145, 73, 255, 0.2), 0 0 30px rgba(145, 73, 255, 0.2), 0 0 30px rgba(145, 73, 255, 0.2);
}
.work-experience .experience .job-description {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 48px;
}
.work-experience .experience .job-description .job-detail h5 {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #fff;
    margin-bottom: 13px;
	display: grid;
	letter-spacing: 0.2px;
}
.work-experience .experience .job-description .job-detail h5 span{
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
	color: #bcbcbd;
	margin-top: 10px;
}
.work-experience .experience .job-description .job-detail p:last-child {
    margin-bottom: 0;
}
.work-experience .experience .job-description .job-detail p{
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #bcbcbd;
    margin-bottom: 10px;
}
.work-experience .experience .job-description .job-detail a {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
    background: linear-gradient(270deg, #9149FF 19.73%, rgba(190, 148, 255, 0.95896) 60.67%, rgba(255, 255, 255, 0.9) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.work-experience .experience .skills-description .skills-detail ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    padding-top: 40px;
	margin-bottom: 0;
}
.work-experience .experience .skills-detail ul li {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    color: #fff;
    padding: 12px 20px;
    border: 1px solid #322d40;
    background: linear-gradient(180deg, rgba(145, 73, 255, 0.24) 0%, rgba(0, 0, 0, 0.032) 100%);
    border-radius: 20px;
    margin: 20px 24px 0 0;
}
.about-podcaster {
    background-image: url(/wp-content/uploads/2025/05/about_sectio_bg.webp);
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
	background-position: center;
}
.podcaster-info {
    padding: 315px 0 150px;
}
.about-podcaster .row{
    align-items: center;
}

.about-podcaster .podcaster-details p {
    font-family: "Inter", sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 32px;
    color: #bdbdbd;
    margin-bottom: 56px;
	    max-width: 715px;
	letter-spacing: 0.2px
}
.podcaster-details h2 {
    margin-bottom: 0;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 60px;
   color: #fff;
   margin-bottom: 48px;
}
.podcaster-details h2 span{
    background: linear-gradient(270deg, #9149FF 19.73%, rgba(190, 148, 255, 0.95896) 60.67%, rgba(255, 255, 255, 0.9) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.info {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    color: #fff;
    border: 1px solid #322d40;
    padding: 12px 20px;
    background: linear-gradient(180deg, rgba(145, 73, 255, 0.23) 0%, rgba(0, 0, 0, 0.032) 100%);
    backdrop-filter: blur(23px);
    -webkit-backdrop-filter: blur(23px);
    border-radius: 20px;
    margin-bottom: 24px;
	letter-spacing: 0.7px
}
.podcaster-banner-content .info{
	font-size: 20px;
	 padding: 8px 30px;
}

.podcaster-details .social-icons ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
	margin-bottom: 0;
}
.social-icons ul li {
    padding-right: 10px;
}
/*---------FAQ section Css start------------*/

.faq-info {
    overflow: hidden;
    max-width: 1030px;
    margin: 0 auto;
    width: 100%;
    display: block
}

.faq-info .accordion-item {
    background-color: transparent;
    border-top: 2px solid #FFFFFF33 !important;
    border-bottom: 0;
    padding: 32px 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-radius: 0 !important;
}
.faq-info .accordion-item:last-child{
	border-bottom: 2px solid #FFFFFF33 !important;
}

.faq-info button:focus:not(:focus-visible),
.faq-info .accordion-button,
.faq-info button:not(:hover):not(:active):not(.has-background) {
    background-color: transparent;
    letter-spacing: .1px;
    color: #fff;
    opacity: 1;
    font-size: 20px;
    line-height: 30px;
    font-family: "Inter", sans-serif;
    padding: 0 0 0 24px;
    outline: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    font-weight: 700;
}

.faq-info .accordion-item p {
    font-family: "Inter", sans-serif;
    color: #FFFFFF;
    padding-left: 65px;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 0;
}

.faq-info .card-body {
    padding: 6px 0 0
}

.faq-info .accordion-button::after {
    background-image: url(https://diggrowth.com/wp-content/uploads/2023/04/plus-1.png);
    right: 0;
    position: absolute
}
.faq-info .accordion-button:not(.collapsed)::after {
    background-image: url("https://diggrowth.com/wp-content/uploads/2023/04/minus-new.png");
    right: 0;
    position: absolute;
    top: 0
}
.faq-info .accordion-button:not(.collapsed):hover {
    background: transparent;
    color: #fff;
    box-shadow: unset;
}
.accordion-header {
    display: flex;
    justify-content: space-between;
}
/*---------FAQ section Css end------------*/
section.testimonials {
    padding: 150px 0 20px;
    background-image: url(/wp-content/uploads/2025/05/testimonials_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
.testimonials .testimonials-heading h2 {
    font-family: "Inter", sans-serif;
    font-size: 38px;
    font-weight: 600;
    line-height: 57px;
    color: #fff;
    margin-bottom: 32px;
	position: relative;
}

.testimonials .testimonials-heading h2 span{
    background: linear-gradient(270deg, #9149FF 19.73%, rgba(190, 148, 255, 0.95896) 60.67%, rgba(255, 255, 255, 0.9) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
	position: relative;
}
.testimonials .testimonials-heading h2 span:after {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    background: #9149ff;
    border-radius: 20px;
    bottom: 15%;
    right: -12px;
}
.author-details {
    display: flex;
    align-items: center;
    margin-top: 50px;
}
.author-info {
    margin-left: 18px;
}
.author-info p {
    margin-bottom: 0;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    line-height: 27px;
    letter-spacing: 0.1em;
    color: #fff;
}
.testimonials .testimonial .quote p {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0.1em;
    color: #fff;
	min-height: 150px;
}
.testimonials .testimonial .author-info label {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0.1em;
    color: #fff;
}

.testimonials .testimonial-content button {
    position: absolute;
    bottom: -10px;
    left: -20.4%;
    border: 0;
    /* border-radius: 50px; */
    width: 70px;
    height: 70px;
    background-color: unset;
}
.testimonials .testimonial-content button.slick-next{
    position: absolute;
    background-image: url(/wp-content/uploads/2025/01/arrow_r.webp);
    background-repeat: no-repeat;
    background-size: 100%;
}
.testimonials .testimonial-content button.slick-prev{
    position: absolute;
    background-image: url(/wp-content/uploads/2025/01/Left-arrow.webp);
    background-repeat: no-repeat;
    background-size: 100%;
} 
.testimonials .testimonial-content button.slick-next.slick-arrow {
    margin-left: 70px;
}
.testimonials-wrapper {
    position: relative;
}
.testimonials-wrapper::before {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    background: linear-gradient(270deg, #020000 6.08%, rgba(0, 0, 0, 0) 71.82%);
    right: 0;
    background-size: 100%;
    z-index: 9;
    top: 0;
}
.testimonials-wrapper::after {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, #020000 6.08%, rgba(0, 0, 0, 0) 71.82%);
    left: 0;
    background-size: 100%;
    z-index: 999;
    top: 0;
}
/*--------latest podcasts css start--------*/
.latest-podcasts .latest-podcasts-data .post-img img,
.latest-webinars .latest-webinar-data .post-img img{
    width: 100%;
    height: auto;
/*     border: 2px solid #FFFFFF33; */
    border-radius: 10px;
	    display: inline-block;
    padding: 2px;
    background: conic-gradient(from -57.8deg at 56.11% 37.18%, rgba(255, 255, 255, 0.05) -54deg, #9149FF 50.4deg, rgba(255, 255, 255, 0) 126deg, rgba(255, 255, 255, 0.9) 234deg, rgba(255, 255, 255, 0.05) 306deg, #9149FF 410.4deg);
}
.latest-podcasts .latest-podcasts-intro h3,
.latest-webinars .latest-webinars-intro h3{
    font-family: "Inter", sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 62px;
    color: #fff;
    margin-bottom: 32px;
    position: relative;
}
/* .latest-webinars .latest-webinars-intro h3:after,
.latest-podcasts .latest-podcasts-intro h3::after{
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2025/01/webiabr.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 50px;
    height: 50px;
    margin-left: 20px;
    top: -5px;
}
.latest-podcasts .latest-podcasts-intro h3::after {
    background-image: url(/wp-content/uploads/2025/01/podcast.webp);
} */
.latest-podcasts .latest-podcasts-intro h3 span,
.latest-webinars .latest-webinars-intro h3 span{
	background: linear-gradient(270deg, #9149FF 19.73%, rgba(190, 148, 255, 0.95896) 27.76%, rgba(255, 255, 255, 0.9) 39.8%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.latest-podcasts .latest-podcasts-data {
        border: 1px solid;
        padding: 20px 20px 30px;
        border: 2px solid #FFFFFF1A;
        border-radius: 20px;
        width: 100%;
    max-width: 480px;
    background: #FFFFFF0A;
    backdrop-filter: blur(83px);
    -webkit-backdrop-filter: blur(83px);
	background-image: url(/wp-content/uploads/2025/04/card_shadow.png);
    background-repeat: no-repeat;
    background-position: top center;
}
.latest-webinars .latest-webinar-data{
    border: 1px solid;
    padding: 20px 20px 30px;
    border: 2px solid #FFFFFF1A;
    border-radius: 20px;
    width: 100%;
max-width: 100%;
background: #FFFFFF0A;
backdrop-filter: blur(83px);
-webkit-backdrop-filter: blur(83px);
	background-image: url(/wp-content/uploads/2025/04/card_shadow.png);
    background-repeat: no-repeat;
    background-position: top center;
}
.latest-podcasts .post-data-info h4 a,
.latest-webinars .post-data-info h4 a{
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
    letter-spacing: unset;
}
.latest-podcasts .post-data-info h4 a{
    -webkit-line-clamp: 2;
}
.latest-podcasts .post-data-info h4,
.latest-webinars .post-data-info h4{
    margin-bottom: 10px;
}
.publishing-info {
    display: flex;
    padding: 20px 0 40px;
}
.publishing-info .date span ,
.publishing-info .read-time span{
    color: #BCBCBD;
    font-size: 14px;
    line-height: 21px;
    padding-left: 5px;
}
.publishing-info .read-time {
    margin-left: 20px;
    display: flex;
    align-items: center;
}
.publishing-info .date {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.latest-podcasts .post-data-info p,
.latest-webinars .post-data-info p{
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #bcbcbd;
    margin-bottom: 40px;
    text-decoration: none;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    letter-spacing: unset;
}
.latest-podcasts .post-data-info p{
    -webkit-line-clamp: 3;
}
.latest-podcasts{
    padding: 150px 0 225px;
    background-image: url(/wp-content/uploads/2025/05/thought_leadership_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#latest-podcasts{
	 padding: 150px 0;
}
/* .latest-podcasts.thought-leadership-blogs{
    background-image: url(/wp-content/uploads/2025/05/blogs_bg.webp);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
} */
 .latest-post-slider .slick-track {
    margin: unset;
}
.latest-webinars{
    padding: 150px 0 225px;
    background-image: url(/wp-content/uploads/2025/05/podcats_webinars_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
/* .latest-post-slider .item{
    padding-right: 20px !important;
} */
.latest-podcasts-content .row{
    margin-right: -34%;
}
.latest-webinars-content .row{
    margin-right: -32%;
}
.latest-post-slider button,
.latest-webinars-slider button{
    position: absolute;
    bottom: -75px;
    left: 10px;
    border: 0;
    /* border-radius: 50px; */
    width: 70px;
    height: 70px;
    background-color: unset;
}
.latest-post-slider button.slick-next,
.latest-webinars-slider button.slick-next{
    position: absolute;
    background-image: url(/wp-content/uploads/2025/05/right-Arrow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 48px;
    height: 48px;
}
.latest-post-slider button.slick-prev,
.latest-webinars-slider button.slick-prev{
    position: absolute;
    background-image: url(/wp-content/uploads/2025/05/left-arrow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 48px;
    height: 48px;
} 
.fa-arrow-right:before,
.fa-arrow-left:before{
    display: none;
}
.latest-post-slider button.slick-next.slick-arrow,
.latest-webinars-slider button.slick-next.slick-arrow{
    margin-left: 70px;
}
.arrow{
    width: 8px;
    height: 8px;
    border-right: 2px solid #9149ff;
    border-bottom: 2px solid #9149ff;
    position: relative;
    transform: rotate(-45deg);
    margin: 2px 4px 1px;
    transition: .4s;
    display: inline-block;
}
.latest-post-slider .post-data-info a.custom-link,
.latest-webinar-data .post-data-info a.custom-link{
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
    background: linear-gradient(270deg, #9149FF 19.73%, rgba(190, 148, 255, 0.95896) 60.67%, rgba(255, 255, 255, 0.9) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
	font-style: italic;
}
.slick-slide {
    margin: 0 10px;
}
.slick-list {
    margin: 0 -10px !important;
}



.tutorial-thread {
    padding: 300px 0;
    background-image: url(/wp-content/uploads/2025/05/cta_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.tutorial-thread-content {
    text-align: center;
}
.tutorial-thread span {
    color: #AFAFAF;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
/*     letter-spacing: 0.1em; */
    text-align: center;
}
.tutorial-thread-content h2 {
    margin: 80px auto 45px;
}
.tutorial-thread-content h2 span{
    font-size: 48px;
    line-height: 60px;
    font-weight: 600;
    color: #fff;
}
.tutorial-thread-content b span {
    font-weight: 600 !important;
}
/* .tutorial-thread-content h2.splitting {
    color: #84a8ff;
} */

.tutorial-thread-content h2.splitting .char {
    opacity: 0.1;
    transition: transform 0.5s cubic-bezier(.3, 0, 1, 1), opacity 0.3s linear;
    transition-delay: calc(60ms * var(--char-index)); 
}

.tutorial-thread-content h2.splitting[data-scroll="in"] .char {
    opacity: 1;
    transform: translateX(0.1em);
}
.publishing-info .date:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background: #FFFFFF33;
    bottom: -20px;
}
.custom-link{
    position: relative;
}
.custom-link:hover:before {
    width: 100%;
}
.custom-link:before {
    position: absolute;
    content: '';
    width: 0;
    height: 1px;
    background-color: #fff;
    bottom: 0;
    transition: 0.5s ease-in-out;
}
.count img {
    width: 100%;
}
.work-experience .experience .item:last-child {
    margin-bottom: 0;
}
.work-experience .item:nth-child(n+1) .job-description .job-detail:nth-child(even) {
    max-width: 60%;
}
.work-experience .job-description .job-detail {
    width: 100%;
    max-width: 40%;
}
/* .job-detail .arrow {
    border-right: 2px solid #bcbcbd;
    border-bottom: 2px solid #bcbcbd;
} */
.author-img img {
    max-width: 40px;
}
.custom-link:hover .arrow {
    margin-left: 8px;
}
.social-icons a img{
    width: 100%;
    max-width: 48px;
}
.social-links a img{
	width: 100%;
	max-width: 40px;
}
.count:last-child {
    display: none;
}
.contact-info img {
    max-width: 25px;
}
.testimonials .quote{
	position: relative;
}

.job-detail .custom-link:before {
    height: 1px;
    background-color: #bdbdbd;
}




.work-experience .timeline-line {
    position: absolute;
    left: -2px;
    top: 0;
    width: 2px;
    background: #9149ff;
    height: 0; 
    transition: height 1s ease-in-out;
	    opacity: 0.6;
}

.work-experience .experience .item {
    position: relative;
}

.work-experience .experience .item::before {
    content: "";
    position: absolute;
    left: -58px;
    top: 56px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #000;
    border: 1px solid #9149FF;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-out;
    box-shadow: 0px 0px 10px 0px #9149ff;
}
.work-experience .experience .item:nth-child(6),
.work-experience .experience .item:nth-child(8){
    padding-bottom: 72px;
}

.work-experience .experience .item.active::before {
    opacity: 1;
    transform: scale(1);
} 

.client-served {
    position: relative;
}
/* .client-served-detail {
    display: flex;
    justify-content: space-between;

} */
.clients-logo {
    overflow: hidden;
    white-space: nowrap;
    display: flex;
	padding-top: 20px;
}
.clients-logo .slider-img {
    padding: 0 10px; 
}
.clients-logo .slider-img img {
    width: 100%;
	height: 60px
}
.client-served .served-number h2 {
		background: linear-gradient(270deg, #9149FF 19.73%, rgba(190, 148, 255, 0.95896) 27.76%, rgba(255, 255, 255, 0.9) 39.8%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 100%;
    
}

.served-number p { 
	font-weight: 500;
    font-family: "Inter", sans-serif;
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0;
    margin-right: 14px;
}
.served-number {
    position: absolute;
    width: 20%;
    background: transparent;
    background: linear-gradient(0deg, rgba(145, 73, 255, 0), rgba(145, 73, 255, 0)), radial-gradient(55.85% 232.08% at 50% -156.25%, #9149FF 0%, rgba(0, 0, 0, 0.2) 100%);
    z-index: 999;
    backdrop-filter: blur(80px);
	-webkit-backdrop-filter: blur(80px);
    padding: 20px 30px;
    text-align: right;
    border-radius: 100px;
/*     border: 1px solid; */
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-left: 0;
    top: 0px;
	left: -1px;
}
.served-number:before{
	 content: '';
    position: absolute;
    inset: 0;
    border-radius: 100px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-left: 0;
    padding: 1px; /* border thickness */
        background: linear-gradient(90deg, #3a0f7e, #969696);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    pointer-events: none;
    z-index: 1;
}
.author-detail img {
    width: 100px;
	border-radius: 100px;
}
.testimonial-item {
    border: 2px solid #FFFFFF1A;
    border-radius: 20px;
    margin: 0 10px 20px 10px;
    padding: 32px 40px;;
	background-image: url(/wp-content/uploads/2025/04/card_shadow.png);
    background-repeat: no-repeat;
    background-position: top center;
}
.testimonial-item .author-detail {
    display: flex;
    align-items: center;
}
.testimonials .testimonial-item  .quote p{
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 400;
	margin-bottom: 32px;
}
.author-info h6 {
    background: linear-gradient(270deg, #9149FF 19.73%, rgba(190, 148, 255, 0.95896) 60.67%, rgba(255, 255, 255, 0.9) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	    font-size: 20px;
    line-height: 30px;
}
@media screen and  (min-width: 2000px) {
.podcaster-image img {
    width: 100%;
    z-index: 9;
    position: relative;
    max-width: 75%;
    float: right;
}
}
@media screen and  (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1520px !important;
    }

}
@media screen and (max-width:1600px) {
	.podcaster_banner {
    padding: 300px 0 200px;
}
    .custom-footer .social-links ul li a img {
        margin-right: 6px;
        margin-bottom: 5px;
        max-width: 35px;
    }
    .custom-footer .col-md-2:before, .custom-footer .col-md-4:before {
        left: -15px;
    }
    .custom-footer .contact-info p {
        margin-bottom: 0;
        margin-left: 10px;
    }
    .podcaster-details h2 {
        font-size: 34px;
        line-height: 50px;
        margin-bottom: 15px;
    }
    .latest-podcasts-content .row {
        margin-right: -7%;
    }
/*     .latest-podcasts .latest-podcasts-data{
        max-width: 330px;
    } */
/* 	    .latest-webinars .latest-webinar-data { 
        max-width: 540px; 
    } */
	.podcasts-count .count h2 {
    font-size: 38px;
    line-height: 57px;
}
.podcaster_banner .podcaster-banner-content h1 {
    font-size: 38px;
    line-height: 56px;
    margin-bottom: 30px;
}
.custom-footer .host-info h2 {
    font-size: 32px;
    line-height: 54px;
}
.about-podcaster .podcaster-details p {
    margin-bottom: 45px;
    font-size: 18px;
    line-height: 27px;
	max-width: 600px;
}
.testimonials .testimonials-heading h2,
.latest-podcasts .latest-podcasts-intro h3, 
.latest-webinars .latest-webinars-intro h3{
    font-size: 30px;
    line-height: 44px;
}
	.latest-podcasts .latest-podcasts-intro h3, 
	.latest-webinars .latest-webinars-intro h3{
		margin-bottom: 40px;
	}
    .work-experience .experience .job-info {
        top: 42px;
    }
.work-experience .experience .job-info .title {
    font-size: 38px;
    line-height: 48px;
}
.work-experience .experience .job-description .job-detail h5 {
    font-size: 18px;
/*     line-height: 24px; */
}
.work-experience .experience .job-description .job-detail p,
.work-experience .experience .job-description .job-detail a,
.work-experience .experience .skills-detail ul li,
.custom-footer .quick-links ul li a, 
.custom-footer .social-links ul li a, 
.custom-footer .contact-info ul li a,
	.work-experience .experience .job-description .job-detail h5 span{
    font-size: 16px;
    line-height: 24px;
}
.tutorial-thread-content h2 span {
    font-size: 34px;
    line-height: 46px;
}
.tutorial-thread-content h2 {
    margin: 40px auto 40px;
}
/* .custom-header .nav-item .nav-link {
    font-size: 16px;
    line-height: 24px;
} */
	.custom-footer .host-info h2:after {
    bottom: 15px;
}
	.testimonials .testimonials-heading h2:after {
    bottom: 15px;
}
	/* .work-experience .experience .job-info {
    left: -60%;
} */
	.work-experience .experience .skills-detail ul li {
    margin: 15px 15px 0 0;
}

	header.custom-header .navbar-brand:after {
    bottom: 22px;
}

		.custom-footer .host-info {
    margin-top: -15px;
}
.custom-header .nav-item .nav-link{
    font-size: 16px;
    line-height: 24px;
}
.custom-menu-button {
    margin-left: 172px;
}
.tutorial-thread {
    padding: 250px 0 200px;
}
	.podcaster-info {
    padding: 230px 0 150px;
}
/* 	.clients-logo .slider-img img {
    height: 50px;
} */
	.author-detail img {
    width: 80px;
}
	.testimonial-item{
		padding: 30px;
	}
}

@media screen and (max-width:1440px){
   .latest-webinars .latest-webinar-data {
       max-width: 610px;
   }
   .latest-webinars-content .row{
    margin-right: -45%;
}
    .podcaster_banner {
        padding: 250px 0 200px;
    }

/* .custom-header .nav-item .nav-link {
    font-size: 16px;
    line-height: 24px;
} */


.latest-podcasts .post-data-info h4 a, .latest-webinars .post-data-info h4 a {
    font-size: 18px;
    line-height: 28px;
}
.podcaster_banner .podcaster-banner-content p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
}
.latest-podcasts-content .row {
    margin-right: -20%;
}
.podcaster-info  {
    padding: 200px 0 100px;
}
.work-experience{
    padding: 100px 0;
}
.work-experience{
    padding: 100px 0;
}
.latest-podcasts, .latest-webinars{
    padding: 100px 0 200px;
}
	#latest-podcasts{
		padding: 100px 0 100px;
	}
section.testimonials {
    padding: 100px 0 0;
}
.podcaster_banner .podcaster-banner-content h1 {
    margin: 0 0 20px;
}
	.author-info p {
    font-size: 14px;
    line-height: 21px;
}

}
@media screen and (max-width:1400px){
	.latest-podcasts, .latest-webinars {
        padding: 100px 0 175px;
    }
	 .podcaster-info {
        padding: 170px 0 100px;
    }
	 .about-podcaster .podcaster-details p {
        margin-bottom: 30px;
    }
	.faq-info .accordion-item {
       padding: 22px 0;
    }
    /* .clients-logo {
    padding-top: 5px;
} */
    .custom-footer .quick-links h4, .custom-footer .social-links h4, .custom-footer .contact-info h4{
        margin-bottom: 25px;
    }
    .custom-footer .host-info h2:after {
        bottom: 15px;
    }
    /* .podcaster-details h2 {
        font-size: 36px;
        line-height: 56px;
    } */
   
/*     .latest-podcasts-content .row {
        margin-right: -10%;
    } */
    .latest-webinars .latest-webinar-data {
        max-width: 505px;
    }
    .latest-webinars-content .row{
        margin-right: -40%;
    }

    .podcasts-count .count p {
        margin-bottom: 4px;
		font-size: 14px;
		line-height: 21px;
    }
    .podcasts-count {
        padding: 40px 100px 30px;
    }
    .latest-webinars .latest-webinars-intro h3:after, .latest-podcasts .latest-podcasts-intro h3::after {
        margin-left: 10px;
    }
    .work-experience .experience .item::before {
        left: -38px;
    }
        .work-experience .experience {
        padding: 30px 0px 0px 30px;
    }
  .latest-podcasts .latest-podcasts-intro h3::after{
        top: -15px;
    }
	.latest-webinars .latest-webinars-intro h3:after{
		top: -8px;
	}
    .tutorial-thread span {
        font-size: 18px;
        line-height: 27px;
    }
	.publishing-info .date span, .publishing-info .read-time span {
    font-size: 12px;
    line-height: 18px;
    }
/* 	.job-detail .arrow {
        width: 6px;
        height: 6px;
    } */
	    .podcaster_banner .podcaster-banner-content h1 {
        font-size: 36px;
        line-height: 48px;
    }
	.podcaster_banner .podcaster-banner-content .text-container span{
		width: 440px;
	}
	.testimonials .testimonial .quote p,
	.latest-podcasts .post-data-info p, .latest-webinars .post-data-info p{
    font-size: 14px;
    line-height: 21px;
}
	 .latest-podcasts .post-data-info p, .latest-webinars .post-data-info p {
        margin-bottom: 28px;
    }
		.testimonials .testimonial .quote p{
		min-height: 125px;
	}

.custom-menu-button {
    margin-left: 115px;
}

.custom-button {
    font-size: 16px;
    line-height: 24px;
}
.custom-header .nav-item .nav-link {
    margin: 0 10px;
}
.client-served .served-number h2{
    font-size: 34px;
}
/* .served-number:before {
    width: 230px;
    left: -110%;
    top: -17px;
} */
.served-number p {
    font-size: 12px;
    line-height: 18px;
}
.work-experience .experience .job-info .title {
    font-size: 36px;
    line-height: 44px;
}
	.custom-header .navbar {
    padding: 40px 0;
}
	.served-number p {
    margin-right: 0px;
}
	.contact-info ul li a p {
    word-break: break-all;
}
	    .tutorial-thread {
        padding: 250px 0 160px;
    }
	.info{
		margin-bottom: 15px;
	}
	.podcaster-details h2 {
        margin-bottom: 12px;
    }
	.faq-info button:focus:not(:focus-visible), .faq-info .accordion-button, .faq-info button:not(:hover):not(:active):not(.has-background){
		padding: 0 0 0 15px;
	}
}

@media screen and (max-width:1200px){
	.footer-block .col-md-6 {
    width: 100%;
}    
		.footer-block .col-md-2 {
    width: 33%;
}
	    .served-number p {
        margin-right: 0px;
    }
	    .custom-button {
        font-size: 14px;
        line-height: 21px;
        padding: 10px 22px;
    }
	.custom-header .nav-item .nav-link {
        font-size: 14px;
        line-height: 21px;
    }
	.custom-header .navbar-nav {
    padding: 12px 15px;
}
    .custom-footer .col-md-2:before, .custom-footer .col-md-4:before {
        left: -8px;
    }
    .author-details {
        display: flex ;
        align-items: center;
        margin-top: 40px;
    }
    /* .testimonials .testimonial-content button.slick-next.slick-arrow {
        margin-left: 50px;
    } */
    .latest-webinars .latest-webinar-data {
        max-width: 100%;
    }
    .latest-webinars-content .row,
    .latest-podcasts-content .row{
        margin-right: -1.5%;
    }
 
    .info,
    .testimonials .testimonial .quote p{
        font-size: 14px;
        line-height: 21px;
    }
   .podcaster_banner {
        padding: 130px 0 100px;
    }
    .latest-podcasts .latest-podcasts-intro h3, .latest-webinars .latest-webinars-intro h3,
    .podcaster-details h2, .testimonials .testimonials-heading h2{
        font-size: 30px;
        line-height: 42px;
    }
    .latest-podcasts .latest-podcasts-intro h3, .latest-webinars .latest-webinars-intro h3{
        margin-bottom: 30px;
    }
    .testimonials .testimonials-heading h2{
        margin-bottom: 30px;
    }
    .latest-podcasts .post-data-info h4 a, .latest-webinars .post-data-info h4 a{
        font-size: 16px;
        line-height: 24px;
		min-height: 50px;
    }
       .author-info p {
        font-size: 14px;
        line-height: 21px;
    }
	.author-info h6 {
    font-size: 18px;
    line-height: 24px;
}
	.testimonials .testimonial-item .quote p {
    margin-bottom: 20px;
}
/*     .custom-header .nav-item .nav-link {
        font-size: 16px;
        line-height: 24px;
    } */
    /* .custom-header .nav-item:last-child .nav-link {
        font-size: 16px;
        line-height: 24px;
    } */
    /* .latest-podcasts {
        padding: 100px 0 150px;
    } */
       .tutorial-thread-content h2 span {
        font-size: 26px;
        line-height: 32px;
    }
    .tutorial-thread-content h2 {
        margin: 30px auto 30px;
    }
    .podcaster-banner-content {
        margin-top: 80px;
    }
    .tutorial-thread span {
        font-size: 16px;
        line-height: 24px;
    }
	    .podcaster_banner .podcaster-banner-content h1 {
        font-size: 32px;
        line-height: 42px;
    }
	    .podcaster_banner .podcaster-banner-content h1 {
        margin: 0 0 15px;
    }
	    .podcaster_banner .podcaster-banner-content p {
        margin-bottom: 20px;
    }
/* 	    .podcasts-count .count h2 {
        font-size: 28px;
        line-height: 46px;
    } */
	.testimonials .col-md-2 img {
    padding-top: 20px;
		width: 100%;
}
	.testimonial-item{
		padding: 25px 20px;
	}
	.testimonials .quote{
		padding-top: 0px;
	}
	 .custom-footer .col-md-2:before, .custom-footer .col-md-4:before {
        left: -2px;
    }
	.podcaster_banner .podcaster-banner-content .text-container span:after {
    bottom: 12px;
}
	    .testimonials .testimonials-heading h2:after {
        bottom: 10px;
    }
	/* .work-experience .experience .job-info {
    left: -60%;
} */
	    .work-experience .experience .job-info .title {
        font-size: 24px;
			line-height:36px;
    }
	        .custom-footer .quick-links h4, .custom-footer .social-links h4, .custom-footer .contact-info h4 {
        font-size: 16px;
        line-height: 24px;
        margin: 10px 0 20px;
    }
    	.custom-footer .host-info {
    margin-top: 0px;
			margin-bottom: 30px;
}
	.custom-footer .footer-block {
    margin-bottom: 30px;
}

	.work-experience .experience .job-description .job-detail p {
    max-width: 220px;
}
	.custom-header .nav-item .nav-link {
    margin: 0 12px;
}

	    .custom-menu-button {
        margin-left: 70px;
    }
    .faq-info button:focus:not(:focus-visible), .faq-info .accordion-button, .faq-info button:not(:hover):not(:active):not(.has-background) {
        font-size: 18px;
        line-height: 24px;
        padding: 0 25px 0 15px;
    }
    .faq-info .accordion-item p {
        padding-left: 48px;
        font-size: 16px;
        line-height: 24px;
    }
    .faq-info .card-body {
        padding: 5px 0 0;
    }
    .faq-info .accordion-item{
        padding: 20px 0;
    }
    .work-experience .experience .job-info {
        left: -48%;
    }
    .work-experience .experience{
        margin-left: 30%;
    }
	.tutorial-thread {
    padding: 200px 0 100px;
}
	.work-experience .experience .skills-detail ul li{
		        font-size: 14px;
        line-height: 21px;
        padding: 8px 20px;
	}
	.about-podcaster .podcaster-details p {
        margin-bottom: 25px;
    }
	.author-detail img {
    width: 60px;
}
}

@media screen and (max-width:991px){
	.custom-header .navbar{
		padding: 10px 0;
	}
    .custom-footer .col-md-2:before, .custom-footer .col-md-4:before {
        left: -5px;
    }
    .custom-footer .quick-links ul li a, .custom-footer .social-links ul li a, .custom-footer .contact-info ul li a {
        font-size: 14px;
        line-height: 21px;
    }
    .contact-info li:first-child a {
        word-break: break-all;
    }
/*     .testimonials img {
        width: 100%;
        max-width: 100px;
    } */
    .testimonials .testimonial-content button.slick-prev.slick-arrow {
/*         margin-left: 65px; */
        z-index: 9;
    }
/*     .testimonials .testimonial-content button {
        left: unset;
        right: 0;
    } */
    .latest-podcasts .latest-podcasts-data {
        max-width: 100%;
    }
    .podcasts-count {
        padding: 40px 85px 20px;
    }  
	.podcasts-count .count{
        margin-bottom: 20px;
    }   
/* 	.podcasts-count .count p {
        font-size: 12px;
        line-height: 18px;
    } */
/*     .podcasts-count .count h2 {
        font-size: 26px;
        line-height: 44px;
    } */
    .podcasts-count .count p {
        font-size: 14px;
        line-height: 21px;
    }
        .podcaster_banner .podcaster-banner-content h1 {
        font-size: 26px;
        line-height: 34px;
    }
	    .podcaster_banner .podcaster-banner-content h1 {
        margin: 0 0 15px;
    }
    .podcaster_banner .podcaster-banner-content p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 25px;
    }
    .podcaster-banner-content {
        margin: 0;
    }
    .work-experience .experience .job-info .title {
        font-size: 20px;
        line-height: 30px;
    }
    .custom-header .navbar-nav {
        align-items: flex-start;
    }
    .custom-header .nav-item:last-child .nav-link {
        margin-left: 0;
        padding: 4px 20px;
    }
    .custom-header .nav-item .nav-link {
       margin: 10px 0 0px;
    }
    .testimonials .testimonial-content button.slick-prev.slick-arrow {
        margin-right: 66px;
        z-index: 99;
    }
    .count img {
        margin-top: 4px;
    }
    .tutorial-thread {
        padding: 150px 0 80px;
    }
    .navbar-toggler-icon {
        display: inline-block;
        width: 1.5em;
        height: 1.5em;
        vertical-align: middle;
        background-image: url(/wp-content/uploads/2025/05/toggle_icon.png) !important;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }
    .navbar-toggler{
        border: none !important;
		padding: 0;
    }
    .navbar-toggler:focus{
        box-shadow: none !important;
    }
  
    .podcaster-info  {
        padding: 100px 0 70px;
    }
    .work-experience {
        padding: 70px 0;
    }
    section.testimonials {
        padding: 70px 0 0px;
/* 		padding: 70px 0 0; */
    }
    .latest-podcasts, .latest-webinars{
        padding: 70px 0 120px;
/* 		padding: 70px 0 70px; */
    }
    .latest-post-slider button, .latest-webinars-slider button{
        bottom: -70px;
/* 		   bottom: 40px; */
    }
	    .latest-podcasts .latest-podcasts-intro h3, .latest-webinars .latest-webinars-intro h3, .podcaster-details h2, .testimonials .testimonials-heading h2 {
        font-size: 24px;
        line-height: 38px;
    }
	.podcasts-count{
		justify-content:space-around;
	}	
	.podcasts-count .count {
    padding: 0 10px;
}
	.custom-footer .quick-links ul li a{
		word-break: break-all;
	}
	.podcaster_banner .podcaster-banner-content .text-container span:after {
    bottom: 10px;
}    
     .podcaster_banner {
        padding: 80px 0;
    }
	.custom-header .navbar {
    background-color: #060606;
    position: unset;
}
	/* .work-experience .experience .job-info {
        left: -64%;
    } */
	.testimonials .testimonial-content button.slick-prev,
	.testimonials .testimonial-content button.slick-next{
    width: 50px;
		height: 50px;
}
	.testimonials .testimonial-content button.slick-next.slick-arrow,
	.latest-post-slider button.slick-next.slick-arrow, .latest-webinars-slider button.slick-next.slick-arrow{
    margin-left: 50px;
}
	.testimonials .testimonial-content button{
/* 		bottom: 20px; */
		bottom: 100px;
	}
	.latest-post-slider button, .latest-webinars-slider button {
    width: 50px;
    height: 50px;
}
	.work-experience .job-description .job-detail {
    max-width: 48%;
}
		.work-experience .item:nth-child(n+1) .job-description .job-detail:nth-child(even),
	.work-experience .job-description .job-detail{
		margin-bottom: 30px;
		max-width: 100%;
    }
	.work-experience .experience .job-description {
    padding-top: 28px;
}
	.work-experience .experience .item::before{
		top: 36px;
	}
	.work-experience .experience .item:nth-child(6), .work-experience .experience .item:nth-child(8) {
    padding-bottom: 40px;
}
	.latest-webinars .latest-webinars-intro h3:after, .latest-podcasts .latest-podcasts-intro h3::after {
       width: 40px;
       height: 40px;
    }
	    .latest-webinars .latest-webinars-intro h3:after {
        top: -10px;
    }
	.latest-podcasts .latest-podcasts-intro h3::after{
		top: -15px;
	}
	.work-experience .experience .job-info {
      top: 28px;
    }
	.work-experience .experience .skills-description .skills-detail ul {
    padding-top: 20px;
}
	.podcaster-banner-content .info {
    font-size: 18px;
}
.custom-menu-button {
    margin-left: 0;
    margin-top: 20px;
}

.custom-header .navbar-nav {
    border: 0;
    border-radius: 20px;
    padding: 0px;
    background: transparent;
    backdrop-filter: unset;
	margin-top: 15px;
}

    .custom-header .nav-item .nav-link.active{
        margin-left: 0;
    }
    .podcaster-image {
        width: 100%;
    }
    .accordion-header img {
        width: 35px;
        height: 35px;
    }
/*     .work-experience .experience .job-info {
        left: -48%;
        top: 60px;
        width: 50%;
    } */
    .work-experience .experience {
        margin-left: 28%;
    }
    .served-number {
        width: 30%;
    }

	.author-info h6{
		font-size: 18px;
		line-height: 27px;
	}
	.author-info p {
    font-size: 14px;
    line-height: 21px;
}
}

@media (max-width: 767px) {
	.testimonials .testimonials-heading h2 span:after {
    width: 6px;
    height: 6px;
    bottom: 15%;
    right: -10px;
}
	.custom-footer .host-info h2:after {
        bottom: 10px;
    }
	.social-icons a img, .social-links a img {
    width: 100%;
    max-width: 40px;
}
	.podcaster-image img {
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
}
  .custom-button {
        padding: 5px 20px;
    }
    .work-experience .experience {
      margin-left: 5px;
      padding-right: 0;
    }
    .work-experience .experience .job-info {
        position: static;
        margin-bottom: 10px;
      }
      .work-experience .experience .skills-detail ul li {
        margin: 10px 5px 0 0;
    }
    .work-experience .experience .job-info .title {
        font-size: 20px;
        line-height: 30px;
        text-align: left;
    }
    .work-experience .experience .item::before {
        top: 10px;
    }
    .work-experience .experience .job-description,
    .work-experience .experience .skills-description .skills-detail ul {
        padding-top: 0px;
    }
    .about-podcaster .row {
        align-items: center;
    }
    .podcaster-details {
        max-width: 100%;
        margin: 0 0 40px;
    }
    .podcaster_banner .podcaster-banner-content h1 {
        font-size: 24px;
        line-height: 36px;
    }
/*     .info {
        font-size: 12px;
        line-height: 18px;
    } */


/*     .podcasts-count .count h2 {
        font-size: 28px;
        line-height: 40px;
    } */
/*     .podcasts-count .count p {
        font-size: 12px;
        line-height: 18px;
    } */
    .latest-podcasts .latest-podcasts-intro h3, .latest-webinars .latest-webinars-intro h3, .podcaster-details h2, .testimonials .testimonials-heading h2 {
        font-size: 22px;
        line-height: 36px;
    }
    .podcaster-info  {
        padding: 100px 0 50px;
    }
	.latest-webinars,
	.latest-podcasts{
		padding: 60px 0 130px;
/* 		padding: 60px 0 60px; */
	}
	#latest-podcasts{
		padding: 60px 0;
	}
     .work-experience {
        padding: 60px 0;
    }
    section.testimonials {
        padding: 60px 0 30px;
		background-size: 100%;
    }
    .work-experience .experience .job-description .job-detail h5 {
        font-size: 16px;
        line-height: 24px;
    }
    .custom-footer .col-md-2:before, .custom-footer .col-md-4:before{
        display: none;
    }
    .tutorial-thread-content h2 span {
        font-size: 20px;
        line-height: 30px;
		letter-spacing: 0;
    }
    .tutorial-thread-content h2 {
        margin: 50px auto 20px;
    }
    .podcaster_banner {
        padding: 50px 0 0px;
    }
    .podcaster-banner-content {
        margin: 0 0 60px;
    }
    .custom-footer .host-info {
        margin-bottom: 10px;
    }
    .custom-footer .quick-links h4, .custom-footer .social-links h4, .custom-footer .contact-info h4 {
        margin: 30px 0 20px;
    }
   .latest-post-slider .post-data-info a, .latest-webinar-data .post-data-info a {
        font-size: 14px;
        line-height: 22px;
    }
    .custom-link:hover .arrow {
    margin-left: 3px;
}
    .author-details {
        margin-top: 20px;
    }
	.quote {
       margin-top: 10px;
    }
	 .podcaster_banner .podcaster-banner-content p {
        font-size: 14px;
        line-height: 21px;
    }
    .custom-footer .contact-info {
    max-width: 100%;
}
	    .testimonials .col-md-2 img {
        max-width: 90px;
    }
		.podcaster_banner .podcaster-banner-content .text-container span{
		width: 300px;
	}
/* 	.work-experience .experience .item:nth-child(3) {
    margin-bottom: 25px;
} */
	    .testimonials .testimonial-content button {
        bottom: -80px;
			left: 0;
    }
	 .latest-webinars-content .row,
    .latest-podcasts-content .row{
        margin-right: -2%;
    }
   .testimonials .testimonial .quote p {
        font-size: 12px;
        line-height: 18px;
    }
	.arrow {
       margin-left:0;
    }
	.job-detail .arrow {
    margin-left: 3px;
    width: 7px;
    height: 7px;
}
/* 	.about-podcaster {
        background-image: url(/wp-content/uploads/2025/01/about-bg-mobile.webp);
        background-size: 100%;
    } */
	    .podcasts-count {
        padding: 40px 60px 20px;
    }
	    .work-experience .experience .item::before {
        left: -19px;
    }
	.work-experience .experience {
        padding:60px 0px 0px 13px;
    }
	.work-experience .experience .item::before {
    width: 10px;
    height: 10px;
}
	.podcaster_banner {
        padding: 40 0 0;
/*         background-image: url(/wp-content/uploads/2025/01/mobile-banner-bgnew.webp) !important; */
        background-size: 100%;
        background-position: top;
    }
	.work-experience .experience .job-info {
    width: 100%;
}      
	.work-experience .experience .item .job-description .job-detail h5 {
    line-height: 30px;
}
	.latest-podcasts .post-data-info h4 a, .latest-webinars .post-data-info h4 a {
        font-size: 18px;
        line-height: 27px;
    }
	.publishing-info {
        padding: 10px 0 30px;
     }
	.publishing-info .date:before{
		bottom: -18px;
	}
.work-experience .experience .job-description .job-detail p, .work-experience .experience .job-description .job-detail a,
	  .about-podcaster .podcaster-details p,
	.work-experience .experience .job-description .job-detail h5 span{
        font-size: 14px;
        line-height: 21px;
    }
	.custom-footer .quick-links ul li a, .custom-footer .social-links ul li a, .custom-footer .contact-info ul li a,
	.latest-podcasts .post-data-info p, .latest-webinars .post-data-info p{
		font-size: 14px;
        line-height: 21px;
	}
	  .work-experience .experience .skills-detail ul li{
		  font-size: 12px;
        line-height: 18px;
		      padding: 3px 18px;
	  }
	.latest-webinars .latest-webinar-data,
	.latest-podcasts .latest-podcasts-data{
		border-radius: 10px;
		padding: 15px;
	}
	.latest-podcasts .latest-podcasts-data .post-img img, .latest-webinars .latest-webinar-data .post-img img{
		border-radius: 10px;
	}
	    .testimonials .testimonials-heading h2:after {
        bottom: 25px;
    }
	 .testimonials .testimonials-heading h2 {
        margin-bottom: 20px;
		 padding-bottom: 20px;
    }
	.testimonials .quote:before {
        display: none;
    }
	.testimonials .quote {
        margin: 0;
    }
	 .tutorial-thread span {
        font-size: 12px;
        line-height: 18px;
    }

	.custom-footer .host-info h2 {
        font-size: 24px;
        line-height: 36px;
		margin-bottom: 5px;
    }
	.custom-footer .host-info p {
    font-size: 14px;
    line-height: 21px;
		font-weight: 300;
    }
	 .custom-footer .quick-links h4, .custom-footer .social-links h4, .custom-footer .contact-info h4 {
        font-size: 18px;
        line-height: 27px
    }
	.custom-footer .quick-links ul, .custom-footer .social-links ul, .custom-footer .contact-info ul{
		margin-bottom: 0;
	}
	.custom-footer .contact-info ul li {
		margin-bottom: 15px;
   }
	.custom-footer .contact-info ul li:last-child,
	.custom-footer .quick-links ul li{
        margin-bottom: 10px;
     }
	.custom-footer .footer-block {
       margin-bottom: 60px;
    }
	.custom-footer .copyright p {
       padding: 20px 0;
    }
	header.custom-header .navbar-brand {
    font-size: 24px;
    line-height: 32px;
   }
	.navbar-toggler-icon{
		width: 23px;
		height: 23px;
	}
	    .testimonials .col-md-2 img {
        padding-top: 0px;
    }
	.custom-footer .host-info {
    margin-top: 0px;
}
.podcaster_banner .podcaster-banner-content .text-container span:after {
        bottom: 7px;
    }
	.podcaster-banner-content .info{
	font-size: 14px;
        line-height: 21px;
		padding: 5px 20px;
}
.work-experience .experience .item:nth-child(4) {
    margin-bottom: 20px;
}
.tutorial-thread {
    padding: 100px 0 50px;
}
.podcaster-image {
        width: 100%;
        max-width: 100%;
        position: unset;
    }
	.podcaster_banner .row {
    align-items: center;
    flex-direction: column-reverse;
}
	.faq-info .accordion-item p {
        font-size: 14px;
        line-height: 21px;
    }
	    .faq-info button:focus:not(:focus-visible), .faq-info .accordion-button, .faq-info button:not(:hover):not(:active):not(.has-background) {
        font-size: 16px;
        line-height: 24px;
    }
	    .podcaster-image img {
        width: 480px;
        overflow: hidden;
    }
	.testimonials-wrapper::after,
	.testimonials-wrapper::before{
		display: none;
	}
	.publishing-info .read-time {
    margin-left: 12px;
}
	.publishing-info img {
    width: 12px;
}
.footer-block .col-md-2 {
    width: 100%;
}
}
  @media (max-width: 500px) {
	.testimonials .testimonials-heading h2 br {
    display: none;
}
    /* .work-experience .experience .skills-detail ul li {
       margin: 0 0 10px;
      } */
      /* .latest-post-slider .item {
        padding-right: 0px !important;
    } */
/* 	  .served-number{
		  top: -15px;
	  } */
	  .clients-logo .slider-img img {
    width: 100%;
    height: 60px;
}
	  	.clients-logo {
    padding-top: 15px;
}
    .latest-podcasts-content .row>*,
    .latest-webinars-content .row>*{
        margin-right: 0px;
        padding-right: 0;
    }
    .latest-podcasts-content .row{
        margin-right: 0;
    }
    .podcasts-count {
        padding: 40px 50px 0px;
    }
    .podcasts-count .count {
        margin-bottom: 40px;
		padding: 0 23px;
    }
    .testimonials .testimonial-content button{
        bottom: -80px;
/* 		bottom: 20px; */
    }

/* 	  .work-experience .experience .item {
    position: relative;
    margin-bottom: 25px;
} */
    .work-experience .experience .job-description .job-detail h5 {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 5px;
        color: #BDBDBD;
		max-width: 200px;
    }
	      .work-experience .experience .job-info .title {
        font-size: 20px;
        line-height: 30px;
    }
	      .latest-webinars-content .row, .latest-podcasts-content .row {
        margin-right: 0;
    }
	  section.testimonials {
        background-size: 170%;
    }
/* 	 .info{
        font-size: 10px;
        line-height: 15px;
        padding: 4px 20px;
		border: 1.1px solid #373636;
    } */

	.podcaster_banner .podcaster-banner-content h1 {
        font-size: 20px;
        line-height: 30px;
		margin: 0 0 10px;
    }
	.podcaster_banner .podcaster-banner-content .text-container span {
        width: 280px;
    }

	  .podcasts-count .count:nth-child(5) {
    display: none;
}
.podcaster-info {
        padding: 60px 0;
    }
/* 	.about-podcaster .info {
    padding: 4px 22px;
}
    .latest-webinars .info {
        padding: 4px 27px;
    } */
.latest-podcasts .latest-podcasts-intro h3, .latest-webinars .latest-webinars-intro h3, .podcaster-details h2, .testimonials .testimonials-heading h2 {
        font-size: 20px;
        line-height: 30px;
    }
	.latest-webinars .latest-webinars-intro h3:after, .latest-podcasts .latest-podcasts-intro h3::after {
        width: 25px;
        height: 25px;
    }
	 .latest-webinars .latest-webinars-intro h3:after,
	  .latest-podcasts .latest-podcasts-intro h3::after{
        top: 0px;
    }
	 .podcaster-details h6 {
        margin: 5px 0 10px;
        font-size: 12px;
        line-height: 18px;
		 color: #BDBDBD;
    }
	  .podcaster-details .social-icons ul {
    margin-bottom: 0;
}
	  .work-experience .experience .job-description .job-detail p{
		  margin-bottom: 5px;
	  }
	  .work-experience .experience .job-description .job-detail p{
		  margin-left: 0px;
	  }
	      .work-experience .item:nth-child(n+1) .job-description .job-detail:nth-child(even), .work-experience .job-description .job-detail {
        margin-bottom: 20px;
    }
/* 	  .work-experience .item:nth-child(n+1) .job-description .job-detail:nth-child(even) {
       margin-bottom: 30px;
    } */
	  .work-experience .experience .item:nth-child(4) {
    margin-bottom: 0;
}
/* 	   	.tutorial-thread {
        background-image: url(/wp-content/uploads/2025/01/cta_bg_mobile.webp);
        padding-top: 210px;
        background-position-y: -60px;
        } */
	  	.tutorial-thread-content {
           padding-bottom: 0;
        }
	      .podcasts-count {
        justify-content: space-between;
    }
	   .podcasts-count .count {
        padding: 0 ;
    }
	  .podcaster-image {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }
.podcaster-banner-content .info{
	font-size: 12px;
        line-height: 18px;
}
	 .info {
        font-size: 12px;
        line-height: 16px;
		 padding: 5px 20px;
    }
    .served-number {
        width: 40%;
    }
    .client-served .served-number h2 {
        font-size: 26px;
    }
	  .testimonials-wrapper::before,
	   .testimonials-wrapper::after{
		  display: none;
	  }
	.podcaster-image img {
       width: 460px;
		overflow: hidden;
    }
	.testimonial-item {
    margin: 0 10px 10px 10px;
    padding: 20px 20px 30px;
    }
	.testimonials .quote {
        padding-top: 10px;
    }
   .testimonials .testimonial-item .quote p {
    font-size: 14px;
    line-height: 21px;
     }
 }
@media (max-width: 400px) {
	.podcasts-count {
        padding: 40px 35px 0px;
    }
	
}
  @media (max-width: 360px) {
	 .podcaster_banner .podcaster-banner-content .text-container span {
        width: 260px;
    }
	 .podcasts-count .count {
        margin-bottom: 40px;
        padding: 0 0px;
    }
	  .podcasts-count {
        padding: 40px 15px 0px;
    }
	      .podcasts-count .count h2 {
        font-size: 30px;
        line-height: 50px;
    }
	.podcasts-count {
        justify-content: center;
    }
	 .podcasts-count .count {
        padding: 0 4px;
    }
.served-number {
    padding: 20px;
}
}