* {
  font-family: Inter, Arial, sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.glossary-main-section {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.glossary-main-container {
  padding: 40px 20px;
  /* width: 90%; */
  margin: auto;
}

.glossary-title {
  text-align: center;
  font-size: 32px;
  color: #00cc99;
  letter-spacing: 2px;
  margin-bottom: 40px !important;
  font-weight: 700;
}

.glossary-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.glosssary-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.glossary-content {
  padding: 20px;
  flex-grow: 1;
  border: 2px solid #e5eef1;
  border-radius: 20px 20px 0px 0px;
}

.glossary-content h3 {
  font-size: 20px;
  font-weight: 700;
  color: #111;
  line-height: 1.4;
  margin-bottom: 12px;
}

.glossary-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 14px;
  color: #555;
}

.meta-item {
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 5px;
}

.glossary-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}


.glossary-pagination {
  margin-top: 40px;
  text-align: center;
}

.glossary-pagination .page-numbers {
  display: inline-block;
  padding: 10px 15px;
  margin: 0 5px;
  background: #f2f2f2;
  color: #333;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 500;
}

.glossary-pagination .page-numbers.current {
  background: #4f46e5;
  color: #fff;
}

.glossary-pagination .page-numbers:hover {
  background: #222;
  color: #fff;
}


@media (max-width: 991px) {
  .glossary-content h3 {
    font-size: 16px;
  }
  .glossary-grid {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .glossary-content h3 {
    font-size: 14px;
  }
  .glossary-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 470px) {
 
  .glossary-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}


/*   glossary details page css */

* {
  font-family: Inter, Arial, sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@font-face {
  font-family: "Akceler A-Bold";
  src: url("../fonts/Akceler-A-Bold.woff2") format("woff2"),
       url("../fonts/Akceler-A-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
.wrapper {
    width: 100%;
    height: auto;;
    /* max-width: 1480px; */
    margin-left: auto;
    margin-right: auto;
    /* padding-left: 20px;
    padding-right: 20px; */
}
.primary-button{
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1;
    font-size: 1.25rem;
    color: #fff;
    width: 100%;
    cursor: pointer;
    font-weight: 600;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    background: #485bff;
    padding: 18px 40px 18px 15px;
    border-radius: 0.652rem;
    gap: 10px;
    white-space: nowrap;
    text-decoration: none;
}
.podcast-main-wrapper .podcast-main-container {
  background: #485bff;
  height:53vh;
}


.glossary-video-block {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    margin-top: 30px;
}

.glossary-video-block iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {
    .glossary-video-block {
        overflow: visible !important;
        height: auto !important;
        margin-top: 30px;
    }
}



.blog-banner-card-img {
    text-align: right;
    padding-top:10px;
    padding-right: 16px;
}


.description_section {
    padding: 30px 0px;
}
.description_section ul li {
    list-style: circle !important;
}


.podcast-main-wrapper .podcast-main-container .banner-bg-container {
  background: url(https://codeigniter-storage.s3.us-east-1.amazonaws.com/images/pop-up-item.png);
  background-size: 93px;
  background-repeat: repeat;
}
.podcast-main-wrapper .podcast-main-container .banner-bg-container .breadcrumb-tags {
  color: #fff;
  position: relative;
  z-index: 3;
  padding: 14px 0 0;
  display: flex;
  gap: 12px;
  justify-content: start;
  align-items: center;
  cursor: pointer;
}
.podcast-main-wrapper .podcast-main-container .banner-bg-container .breadcrumb-tags p {
   color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
.podcast-main-wrapper .podcast-main-container .banner-bg-container .breadcrumb-tags p a {
     color: #fff;
  text-decoration: none;
}

.section-heading h1 {
    font-family: "AkcelerAalt-Medium", Sans-serif;
    font-size: 32px;
    font-weight: 400;
    text-transform: uppercase;
    font-style: italic;
    line-height: 45px;
    color: #15F5BA;
    padding-top: 30px;
    padding-left:20px;  
}

.col-6.my-auto {
    width: 50%;
}

.list-item-display {
    padding-bottom: 50px;
}

.podcast-main-wrapper .podcast-main-container .banner-bg-container .banner-content-area {
    padding: 80px 0;
    display: flex;
    gap: 40px;
    justify-content: space-between;
}
.podcast-main-wrapper .podcast-main-container .banner-bg-container .banner-content-area .left-content{
    display: flex;
    gap: 6px;
    flex-direction: column;
    justify-content: space-between;
}
.podcast-main-wrapper .podcast-main-container .banner-bg-container .banner-content-area .left-content span{
    font-family: "AkcelerAalt-Medium", Sans-serif;
    font-size: 32px;
    font-weight: 400;
    text-transform: uppercase;
    font-style: italic;
    line-height: 45px;
    color: #15F5BA;
}
.podcast-main-wrapper .podcast-main-container .banner-bg-container .banner-content-area .left-content p{
    text-align: left;
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 30px;
    letter-spacing: 0.5px;
    color: #FFFFFF;
}
.podcast-main-wrapper .podcast-main-container .banner-bg-container .banner-content-area .left-content .banner-button-getintouch{
    width: 100%;
    max-width: 221px;
}
.podcast-main-wrapper .podcast-main-container .banner-bg-container .banner-content-area .left-content .banner-button-getintouch a{
    text-decoration: none;
}
.podcast-main-wrapper .podcast-main-container .banner-bg-container .banner-content-area .left-content .banner-button-getintouch button{
    background-color: #485BFF;
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal;
    line-height: 30px;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF;
    border-radius: 29px 29px 29px 29px;
    padding: 15.59px 50px 15.59px 50px;
}
.podcast-main-wrapper .podcast-main-container .banner-bg-container .banner-content-area .left-content .banner-button-getintouch button:hover{
    background-color: #15F5BA;
}
.podcast-main-wrapper .podcast-main-container .banner-bg-container .banner-content-area .right-content-img{
   /* width: 100%; */
}
.podcast-main-wrapper .podcast-main-container .banner-bg-container .banner-content-area .right-content-img img{
   width: 100%;
   max-width: 324px;
}


.podcast-main-wrapper .category-explore-section {
  background-color: #EDEFFA;
  padding: 70px 0 20px;
}
.podcast-main-wrapper .category-explore-section .category-explore-container .category-filter-taglines .top-heading {
  background-color: #DCDCDC;
  border-radius: 20px;
  padding: 30px 20px;
}
.podcast-main-wrapper .category-explore-section .category-explore-container .category-filter-taglines .top-heading p {
  color: #15182f;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.podcast-main-wrapper .category-explore-section .category-explore-container .category-filter-taglines .filter-tags {
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.podcast-main-wrapper .category-explore-section .category-explore-container .category-filter-taglines .filter-tags .category-tags {
  background-color: #BDC4FF;
  border-radius: 8px;
  padding: 6px 12px;
  width: fit-content;
}
.podcast-main-wrapper .category-explore-section .category-explore-container .category-filter-taglines .filter-tags .category-tags p {
  color: #000;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}


.podcast-main-wrapper .category-explore-section .bottom-upcoming-events-section {
  background-color: #c9c9c9;
  padding: 40px 0;
}
.podcast-main-wrapper .category-explore-section .bottom-upcoming-events-section .bottom-upcoming-events-container {
  position: relative;
}
.podcast-main-wrapper .category-explore-section .bottom-upcoming-events-section .bottom-upcoming-events-container .bottom-top-head-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.podcast-main-wrapper .category-explore-section .bottom-upcoming-events-section .bottom-upcoming-events-container .bottom-top-head-content h3 {
  color: #15182f;
  font-size: 38px;
  font-weight: 700;
}
.podcast-main-wrapper .category-explore-section .bottom-upcoming-events-section .bottom-upcoming-events-container .bottom-upcoming-event-cards {
  padding: 30px 0;
  display: flex;
  width: 100%;
  gap: 20px;
}
.podcast-main-wrapper .category-explore-section .bottom-upcoming-events-section .bottom-upcoming-events-container .bottom-upcoming-event-cards .bottom-event-card-content-area {
  display: flex;
  flex-direction: column;
  width: fit-content;
  gap: 20px;
  padding: 15px 22px;
  background-color: #fff;
  box-shadow: 0px 0px 6.4px 0px rgba(0, 0, 0, 0.1529411765);
  border: 1px solid #d2dffa;
  border-radius: 20px;
}
.podcast-main-wrapper .category-explore-section .bottom-upcoming-events-section .bottom-upcoming-events-container .bottom-upcoming-event-cards .bottom-event-card-content-area .bottom-card-banner-img {
  width: 100%;
}
.podcast-main-wrapper .category-explore-section .bottom-upcoming-events-section .bottom-upcoming-events-container .bottom-upcoming-event-cards .bottom-event-card-content-area .bottom-event-card-content {
  display: flex;
  gap: 16px;
}
.podcast-main-wrapper .category-explore-section .bottom-upcoming-events-section .bottom-upcoming-events-container .bottom-upcoming-event-cards .bottom-event-card-content-area .bottom-event-card-content .tag-mark-icon {
  background-color: #F1F1F1;
  border-radius: 10px;
}
.podcast-main-wrapper .category-explore-section .bottom-upcoming-events-section .bottom-upcoming-events-container .bottom-upcoming-event-cards .bottom-event-card-content-area .bottom-event-card-content .bottom-event-taglines {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: start;
}
.podcast-main-wrapper .category-explore-section .bottom-upcoming-events-section .bottom-upcoming-events-container .bottom-upcoming-event-cards .bottom-event-card-content-area .bottom-event-card-content .bottom-event-taglines .bottom-tag-mark {
  background-color: #7e66ff;
  border-radius: 8px;
  padding: 5px 16px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.podcast-main-wrapper .category-explore-section .bottom-upcoming-events-section .bottom-upcoming-events-container .bottom-upcoming-event-cards .bottom-event-card-content-area .bottom-event-card-content .bottom-event-taglines .bottom-tag-mark-dates {
  color: #000;
  font-size: 20px;
  font-weight: 700;
}
.podcast-main-wrapper .category-explore-section .bottom-upcoming-events-section .bottom-upcoming-events-container .bottom-upcoming-event-cards .bottom-event-card-content-area .bottom-event-card-content .bottom-event-taglines p {
  color: #212121;
  font-size: 18px;
  font-weight: 500;
}
.podcast-main-wrapper .welcome-dates-container .dates-main-container {
  position: relative;
  display: flex;
  gap: 30px;
}
.podcast-main-wrapper .welcome-dates-container .dates-main-container .podcast-table-container {
  position: sticky;
  top: 30px;
  height: fit-content;
}
.podcast-main-wrapper .welcome-dates-container .dates-main-container .podcast-table-container h5 {
  color: #06132e;
  font-size: 16px;
  font-weight: 700;
}
.podcast-main-wrapper .welcome-dates-container .dates-main-container .podcast-table-container .social-media-tags {
  display: flex;
  gap: 8px;
  padding: 5px 0 10px 0;
}
.podcast-main-wrapper .welcome-dates-container .dates-main-container .podcast-table-container .table-of-contents {
  background: #fff;
  border-radius: 15px;
  padding: 15px;
  min-width: 300px;
}
.podcast-main-wrapper .welcome-dates-container .dates-main-container .podcast-table-container .table-of-contents h3 {
  font-size: 24px;
  font-weight: 700;
  color: #06132e;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.podcast-main-wrapper .welcome-dates-container .dates-main-container .podcast-table-container .table-of-contents ol {
  margin: 0;
  list-style: decimal;
  padding: 0;
}
.podcast-main-wrapper .welcome-dates-container .dates-main-container .podcast-table-container .table-of-contents ol li {
  font-size: 16px;
  font-weight: 500;
  color: #06132e;
  line-height: 1.6;
  margin-bottom: 6px;
  cursor: pointer;
  transition: color 0.2s ease;
  
}
.podcast-main-wrapper .welcome-dates-container .dates-main-container .podcast-table-container .table-of-contents ol li {
  font-size: 16px;
  font-weight: 500;
  color: #06132e;
  line-height: 1.6;
  margin-bottom: 6px;
  cursor: pointer;
  transition: color 0.2s ease;
 
}
.podcast-main-wrapper .welcome-dates-container .dates-main-container .podcast-table-container .table-of-contents ol  {
  list-style: none; /* removes markers */
  padding-left: 0;
 
}
.podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .head-tag {
  display: flex;
  gap: 20px;
  justify-content: start;
  padding-bottom: 30px;
}
.podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .head-tag span {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #000;
  font-size: 14px;
  font-weight: 600;
}
.podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .head-taglines p {
  color: #000;
  text-align: start;
  font-size: 16px;
  font-weight: 400;
}
.podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .head-taglines p:last-child {
  padding: 20px 0;
}
.podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .head-taglines p span {
  font-weight: 700;
}
.podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .social-presence .youtube-links {
  aspect-ratio: 1440/767;
}
.podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .social-presence .youtube-details {
  padding: 20px 0;
}
.podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .social-presence .youtube-details p {
  color: #000;
  text-align: start;
  font-size: 20px;
  font-weight: 600;
}
.podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .social-presence .youtube-details .audio-handles {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px 0;
}

.podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .social-presence .youtube-details .audio-handles .audio-tagslines {
  text-align: start;
}
.podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .social-presence .youtube-details .audio-handles .audio-tagslines p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}



.podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .key-highlights-for-podcast {
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .key-highlights-for-podcast h3 {
  color: #000;
  font-size: 22px;
  font-weight: 600;
}
.podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .key-highlights-for-podcast span {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
.podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .key-highlights-for-podcast .youtube-links {
  aspect-ratio: 1440/767;
}
.podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .key-highlights-for-podcast .hightlight-tagline {
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}
.podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .key-highlights-for-podcast .hightlight-tagline p {
  color: #c9c9c9;
  font-size: 18px;
  font-weight: 600;
}
.podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .key-highlights-for-podcast .hightlight-tagline p a {
  color: #c9c9c9;
  font-size: 18px;
  font-weight: 600;
  text-decoration: underline;
}
.podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .key-highlights-for-podcast .tagline-card1 {
  background: linear-gradient(0, #ff475b 0, #9548ff 100%);
}
.podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .key-highlights-for-podcast .tagline-card2 {
  background: linear-gradient(180deg, #9548ff 0%, #6448ff 100%);
}
.podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .key-highlights-for-podcast .tagline-card3 {
  background: linear-gradient(270deg, #485bff 0%, #020d52 100%);
}
.podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .key-highlights-for-podcast .tagline-card4 {
  background: linear-gradient(180deg, #e1e6ff 0%, #c8c3ff 100%);
}
.podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .key-highlights-for-podcast .tagline-card4 p {
  color: #000;
}
.podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .key-highlights-for-podcast .tagline-card4 p a {
  color: #000;
}
.podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .key-highlights-for-podcast .hightlight-border-tagline {
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}
.podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .key-highlights-for-podcast .hightlight-border-tagline p {
  color: #15182f;
  font-size: 18px;
  font-weight: 600;
}
.podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .key-highlights-for-podcast .hightlight-border-tagline p a {
  color: #15182f;
  font-size: 18px;
  font-weight: 600;
  text-decoration: underline;
}
.podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .key-highlights-for-podcast .hightlight-border-tagline {
  background: #fff;
}
.podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .key-highlights-for-podcast .tagline-card5 {
  border-radius: 10px;
  padding: 2px;
  background: linear-gradient(0, #ff475b 0, #9548ff 100%);
}
.podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .key-highlights-for-podcast .tagline-card6 {
  border-radius: 10px;
  padding: 2px;
  background: linear-gradient(0, #9548ff 0%, #6448ff 100%);
}
.podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .key-highlights-for-podcast .tagline-card7 {
  border-radius: 10px;
  padding: 2px;
  background: linear-gradient(0, #485bff 0%, #020d52 100%);
}
.podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .key-highlights-for-podcast .tagline-card8 {
  border-radius: 10px;
  padding: 2px;
  background: linear-gradient(180deg, #e1e6ff 0%, #c8c3ff 100%);
}
.podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .key-highlights-for-podcast .audio-tagslines {
  text-align: start;
}
.podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .key-highlights-for-podcast .audio-tagslines p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .key-highlights-for-podcast .faq-slot-strategy {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .key-highlights-for-podcast .faq-slot-strategy h5 {
  color: #15182f;
  font-size: 22px;
  font-weight: 600;
}
.podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .key-highlights-for-podcast .faq-slot-strategy h6 {
  color: #15182f;
  font-size: 16px;
  font-weight: 600;
}
.podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .key-highlights-for-podcast .faq-slot-strategy .blog-list-icon {
  position: relative;
  font-size: 20%;
}
.podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .key-highlights-for-podcast .faq-slot-strategy .blog-list-icon .number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .key-highlights-for-podcast .faq-slot-strategy .blog-list-icon .blue {
  background: linear-gradient(270deg, #485bff 0%, #020d52 100%);
}
.podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .key-highlights-for-podcast .faq-slot-strategy .blog-list-icon .purple {
  background: linear-gradient(286.34deg, #9548ff 24.87%, #485bff 119.09%);
}
.podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .key-highlights-for-podcast .faq-slot-strategy .blog-list-icon .grey {
  background: linear-gradient(180deg, #e1e6ff 0%, #c8c3ff 100%);
}
.podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .key-highlights-for-podcast .faq-slot-strategy .blog-list-icon .grey .number {
  color: #fff;
}
.podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .key-highlights-for-podcast .faq-slot-strategy .blog-list-icon .square {
  width: 50px;
  height: 50px;
  border-radius: 10px;
}
.podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .key-highlights-for-podcast .faq-slot-strategy .blog-list-icon .diamond {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  transform: rotate(45deg);
}
.podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .key-highlights-for-podcast .faq-slot-strategy .blog-list-icon .diamond .number {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .key-highlights-for-podcast .faq-slot-strategy .blog-list-icon .circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .key-highlights-for-podcast .faq-slot-strategy .faq-taglines-heading {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .key-highlights-for-podcast .faq-slot-strategy .tag-icon-head {
  display: flex;
  gap: 24px;
}
.podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .key-highlights-for-podcast .faq-slot-strategy .tag-icon-head .question-tag-img {
  width: 100%;
  border-radius: 16px;
}
.podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .key-highlights-for-podcast .spin-slot-question {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: start;
}
.podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .key-highlights-for-podcast .spin-slot-question span {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
.podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .key-highlights-for-podcast .spin-slot-question p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .upcoming-events-section .upcoming-events-container {
  padding: 20px 0;
  position: relative;
}
.podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .upcoming-events-section .upcoming-events-container .related-topics-details img {
  width: 100%;
}
.podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .upcoming-events-section .upcoming-events-container .related-topics-details p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 0;
  text-align: start;
}
.podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .upcoming-events-section .upcoming-events-container .related-topics-details p:last-child {
  width: 100%;
  max-width: 613px;
  padding: 20px 0;
}
.podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .upcoming-events-section .upcoming-events-container .related-topics-details p a {
  text-decoration: underline;
}
.podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .upcoming-events-section .upcoming-events-container .game-category-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 10px 0;
}
.podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .upcoming-events-section .upcoming-events-container .game-category-container .category-card {
  padding: 30px 10px;
  border-radius: 15px;
  width: 100%;
  max-width: 261px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .upcoming-events-section .upcoming-events-container .game-category-container .category-card span {
  color: #000;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
}
.podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .upcoming-events-section .upcoming-events-container .game-category-container .category-card-bg1 {
  background-color: #e8f1e8;
}
.podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .upcoming-events-section .upcoming-events-container .game-category-container .category-card-bg2 {
  background-color: #F4E6F9;
}
.podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .upcoming-events-section .upcoming-events-container .game-category-container .category-card-bg3 {
  background-color: #F4E6F9;
}
.podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .upcoming-events-section .upcoming-events-container .game-category-container .category-card-bg4 {
  background-color: #C2C5FF;
}
.podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .upcoming-events-section .upcoming-events-container .igaming-solution-suite-container {
  background: linear-gradient(180deg, #485bff 0%, #020d52 100%);
  border-radius: 20px;
  padding: 20px;
}
.podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .upcoming-events-section .upcoming-events-container .igaming-solution-suite-container h3 {
  text-align: center;
  color: #fff;
  font-size: 40px;
  font-weight: 600;
}
.podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .upcoming-events-section .upcoming-events-container .igaming-solution-suite-container .solution-suite {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 10px 0;
}
.podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .upcoming-events-section .upcoming-events-container .igaming-solution-suite-container .solution-suite .solution-suite-cards {
  padding: 15px;
  border-radius: 20px;
  background-color: #fff;
  width: 100%;
  max-width: 198px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .upcoming-events-section .upcoming-events-container .igaming-solution-suite-container .solution-suite .solution-suite-cards .bet-logo-container {
  background-color: #EDF3FF;
  border-radius: 5px;
  padding: 15px;
}
.podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .upcoming-events-section .upcoming-events-container .igaming-solution-suite-container .solution-suite .solution-suite-cards .casino-logo-container {
  background-color: #EBC53833;
  border-radius: 5px;
  padding: 15px;
}
.podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .upcoming-events-section .upcoming-events-container .igaming-solution-suite-container .solution-suite .solution-suite-cards span {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.podcast-main-wrapper .embla__slide {
  flex: 0 0 32% !important;
  margin: 0 !important;
}
.podcast-main-wrapper .embla-commonbutton-container {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  gap: 20px;
}
.podcast-main-wrapper .embla-commonbutton-container .embla__prev,
.podcast-main-wrapper .embla-commonbutton-container .embla__next {
  background: transparent;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 57px;
  height: 57px;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #15182f;
}
.podcast-main-wrapper .embla__prev {
  right: 10%;
}
.podcast-main-wrapper .embla__next {
  right: 10px;
}
.podcast-main-wrapper .upcoming-event-cards {
  gap: 20px;
}
.podcast-main-wrapper .upcoming-events-container {
  position: relative;
  padding: 20px 0;
}
.podcast-main-wrapper .upcoming-events-container .top-head-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.podcast-main-wrapper .upcoming-events-container .top-head-content h3 {
  color: #15182f;
  font-size: 38px;
  font-weight: 700;
}
.podcast-main-wrapper .upcoming-events-container .upcoming-event-cards {
  padding: 20px 0;
  display: flex;
  width: 100%;
}
.podcast-main-wrapper .upcoming-events-container .upcoming-event-cards .event-card-content-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: fit-content;
  width: 100%;
  gap: 20px;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 6.4px 0px rgba(0, 0, 0, 0.1529411765);
  border: 1px solid #d2dffa;
  border-radius: 20px;
}
.podcast-main-wrapper .upcoming-events-container .upcoming-event-cards .event-card-content-area .card-banner-img {
  width: 100%;
  border-radius: 20px;
  height: auto;
}
.podcast-main-wrapper .upcoming-events-container .upcoming-event-cards .event-card-content-area .event-card-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.podcast-main-wrapper .upcoming-events-container .upcoming-event-cards .event-card-content-area .event-card-content .profile-tags .tag-mark {
  background-color: #F1F1F1;
  border-radius: 8px;
  padding: 5px 16px;
  color: #717171;
  font-size: 12px;
  font-weight: 500;
}
.podcast-main-wrapper .upcoming-events-container .upcoming-event-cards .event-card-content-area .event-card-content .event-taglines {
  text-align: start;
}
.podcast-main-wrapper .upcoming-events-container .upcoming-event-cards .event-card-content-area .event-card-content .event-taglines .tag-mark-dates {
  color: #000;
  font-size: 18px;
  font-weight: 700;
}
.podcast-main-wrapper .upcoming-events-container .upcoming-event-cards .event-card-content-area .event-card-content .card-tag-dates {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 10px;
}
.podcast-main-wrapper .upcoming-events-container .upcoming-event-cards .event-card-content-area .event-card-content .card-tag-dates p {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  opacity: 50%;
}
.podcast-main-wrapper .upcoming-events-container .learn-more-slider-button {
  max-width: 320px;
  margin: 0 auto;
}
.podcast-main-wrapper .upcoming-events-container .learn-more-slider-button .outline-button {
  border: 1px solid #15182f;
  color: #15182f;
}
@media (max-width: 1440px) {
 
 
}
@media (max-width: 1199px) {
 
 
 
  .podcast-main-wrapper .category-explore-section .upcoming-events-section .bottom-upcoming-events-container .bottom-top-head-content h3 {
    font-size: 27px;
  }
}
@media (max-width: 991px) {
 
  .podcast-main-wrapper .podcast-main-container .banner-bg-container .banner-content-area {
    /* flex-direction: column;
    align-items: center; */
    gap: 20px;
}
.podcast-main-wrapper .podcast-main-container .banner-bg-container .banner-content-area .left-content{
    
}
.podcast-main-wrapper .podcast-main-container .banner-bg-container .banner-content-area .left-content span{
   font-size: 26px;
}
.podcast-main-wrapper .podcast-main-container .banner-bg-container .banner-content-area .left-content p{
    font-size: 16px;
    
}
.podcast-main-wrapper .podcast-main-container .banner-bg-container .banner-content-area .left-content .banner-button-getintouch{
    
}

.podcast-main-wrapper .podcast-main-container .banner-bg-container .banner-content-area .left-content .banner-button-getintouch button{
    
}

  .podcast-main-wrapper .category-explore-section {
    padding: 20px 0;
  }
  
  .podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .key-highlights-for-podcast h3 {
    font-size: 18px;
  }
  .podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .key-highlights-for-podcast .hightlight-tagline p {
    font-size: 14px;
  }
  .podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .key-highlights-for-podcast .hightlight-tagline p a {
    font-size: 14px;
  }
  .podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .key-highlights-for-podcast .hightlight-border-tagline p {
    font-size: 14px;
  }
  .podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .key-highlights-for-podcast .hightlight-border-tagline p a {
    font-size: 14px;
  }
  .podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .key-highlights-for-podcast .faq-slot-strategy h5 {
    font-size: 18px;
  }
  .podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .key-highlights-for-podcast .faq-slot-strategy h6 {
    font-size: 14px;
  }
  .podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .key-highlights-for-podcast .faq-slot-strategy p {
    font-size: 14px;
  }
  .podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .key-highlights-for-podcast .faq-slot-strategy .faq-taglines-heading {
    flex-wrap: wrap;
  }
  .podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .key-highlights-for-podcast .spin-slot-question span {
    font-size: 14px;
  }
  .podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .key-highlights-for-podcast .spin-slot-question p {
    font-size: 14px;
  }
  .podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .upcoming-events-section .upcoming-events-container .game-category-container .category-card {
    justify-content: space-between;
    max-width: 240px;
  }
  .podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .upcoming-events-section .upcoming-events-container .game-category-container .category-card img {
    max-width: 90px;
  }
  .podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .upcoming-events-section .upcoming-events-container .game-category-container .category-card span {
    font-size: 22px;
  }
  .podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .upcoming-events-section .upcoming-events-container .igaming-solution-suite-container h3 {
    font-size: 32px;
  }
  .podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .upcoming-events-section .upcoming-events-container .igaming-solution-suite-container .solution-suite .solution-suite-cards {
    max-width: 180px;
  }
  .podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .upcoming-events-section .upcoming-events-container .igaming-solution-suite-container .solution-suite .solution-suite-cards svg {
    width: 50px;
  }
  .podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .upcoming-events-section .upcoming-events-container .igaming-solution-suite-container .solution-suite .solution-suite-cards .bet-logo-container {
    padding: 8px;
  }
  .podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .upcoming-events-section .upcoming-events-container .igaming-solution-suite-container .solution-suite .solution-suite-cards .casino-logo-container {
    padding: 8px;
  }
  .podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .upcoming-events-section .upcoming-events-container .igaming-solution-suite-container .solution-suite .solution-suite-cards span {
    font-size: 16px;
  }
}
@media (max-width: 930px) {
  .podcast-main-wrapper .category-explore-section .trusted-gaming-solution-container {
    flex-direction: column;
    padding: 40px 0;
  }
  .podcast-main-wrapper .category-explore-section .trusted-gaming-solution-container .igaming-provider-banner-image {
    width: 100%;
  }
  .podcast-main-wrapper .category-explore-section .trusted-gaming-solution-container .igaming-provider-banner-image img {
    object-fit: cover;
    height: 550px;
    border-radius: 20px;
    width: 100%;
  }
  .podcast-main-wrapper .category-explore-section .trusted-gaming-solution-container .trusted-gaming-right-container {
    width: 100%;
  }
}
@media (max-width: 767px) {
.podcast-main-wrapper .podcast-main-container .banner-bg-container .banner-content-area {
    flex-direction: column;
    align-items: center;
    /* gap: 20px; */
    padding: 60px 0;
}
.podcast-main-wrapper .podcast-main-container .banner-bg-container .banner-content-area .left-content{
    
}
.podcast-main-wrapper .podcast-main-container .banner-bg-container .banner-content-area .left-content span{
   font-size: 24px;
   line-height: 34px;
}
.podcast-main-wrapper .podcast-main-container .banner-bg-container .banner-content-area .left-content p{
    line-height: 24px;
    
}
.podcast-main-wrapper .podcast-main-container .banner-bg-container .banner-content-area .left-content .banner-button-getintouch{
    
}

.podcast-main-wrapper .podcast-main-container .banner-bg-container .banner-content-area .left-content .banner-button-getintouch button{
    padding: 10px 40px;
}

  .podcast-main-wrapper .embla__slide {
    flex: 0 0 45% !important;
  }
  .podcast-main-wrapper .embla-commonbutton-container {
    top: 5%;
  }
  .podcast-main-wrapper .embla-commonbutton-container .embla__prev,
  .podcast-main-wrapper .embla-commonbutton-container .embla__next {
    width: 45px;
    height: 45px;
    padding: 16px;
  }
  
  .podcast-main-wrapper .category-explore-section .category-explore-container .category-filter-taglines .top-heading {
    padding: 20px 10px;
  }
  .podcast-main-wrapper .category-explore-section .category-explore-container .category-filter-taglines .top-heading p {
    font-size: 16px;
  }
 
 
  .podcast-main-wrapper .category-explore-section .bottom-upcoming-events-section .bottom-upcoming-events-container {
    padding: 40px 0;
  }
  .podcast-main-wrapper .category-explore-section .bottom-upcoming-events-section .bottom-upcoming-events-container .bottom-top-head-content h3 {
    font-size: 22px;
  }
  .podcast-main-wrapper .category-explore-section .bottom-upcoming-events-section .bottom-upcoming-events-container .bottom-upcoming-event-cards .bottom-event-card-content-area {
    min-width: 300px;
  }
  .podcast-main-wrapper .category-explore-section .bottom-upcoming-events-section .bottom-upcoming-events-container .bottom-upcoming-event-cards .bottom-event-card-content-area .bottom-event-card-content .bottom-event-taglines .bottom-tag-mark-dates {
    font-size: 18px;
  }
  .podcast-main-wrapper .category-explore-section .bottom-upcoming-events-section .bottom-upcoming-events-container .bottom-upcoming-event-cards .bottom-event-card-content-area .bottom-event-card-content .bottom-event-taglines p {
    font-size: 16px;
  }
  .podcast-main-wrapper .welcome-dates-container .dates-main-container {
    flex-direction: column;
  }
  .podcast-main-wrapper .welcome-dates-container .dates-main-container .podcast-table-container {
    position: static;
  }
 
  .podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .key-highlights-for-podcast h3 {
    font-size: 18px;
  }
  .podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .key-highlights-for-podcast .hightlight-tagline p {
    font-size: 14px;
  }
  .podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .key-highlights-for-podcast .hightlight-tagline p a {
    font-size: 14px;
  }
  .podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .key-highlights-for-podcast .hightlight-border-tagline p {
    font-size: 14px;
  }
  .podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .key-highlights-for-podcast .hightlight-border-tagline p a {
    font-size: 14px;
  }
  .podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .key-highlights-for-podcast .faq-slot-strategy h5 {
    font-size: 18px;
  }
  .podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .key-highlights-for-podcast .faq-slot-strategy h6 {
    font-size: 14px;
  }
  .podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .key-highlights-for-podcast .faq-slot-strategy p {
    font-size: 14px;
  }
  .podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .key-highlights-for-podcast .faq-slot-strategy .faq-taglines-heading {
    flex-wrap: wrap;
  }
  .podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .key-highlights-for-podcast .spin-slot-question span {
    font-size: 14px;
  }
  .podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .key-highlights-for-podcast .spin-slot-question p {
    font-size: 14px;
  }
  .podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .upcoming-events-section .upcoming-events-container .game-category-container {
    gap: 12px;
  }
  .podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .upcoming-events-section .upcoming-events-container .game-category-container .category-card {
    max-width: 190px;
    justify-content: space-between;
    padding: 18px 10px;
  }
  .podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .upcoming-events-section .upcoming-events-container .game-category-container .category-card img {
    max-width: 90px;
  }
  .podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .upcoming-events-section .upcoming-events-container .game-category-container .category-card span {
    font-size: 22px;
  }
  .podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .upcoming-events-section .upcoming-events-container .igaming-solution-suite-container h3 {
    font-size: 26px;
  }
  .podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .upcoming-events-section .upcoming-events-container .igaming-solution-suite-container .solution-suite .solution-suite-cards {
    max-width: 180px;
  }
  .podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .upcoming-events-section .upcoming-events-container .igaming-solution-suite-container .solution-suite .solution-suite-cards svg {
    width: 50px;
  }
  .podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .upcoming-events-section .upcoming-events-container .igaming-solution-suite-container .solution-suite .solution-suite-cards .bet-logo-container {
    padding: 8px;
  }
  .podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .upcoming-events-section .upcoming-events-container .igaming-solution-suite-container .solution-suite .solution-suite-cards .casino-logo-container {
    padding: 8px;
  }
  .podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .upcoming-events-section .upcoming-events-container .igaming-solution-suite-container .solution-suite .solution-suite-cards span {
    font-size: 16px;
  }
  .podcast-main-wrapper .upcoming-events-container .top-head-content h3 {
    font-size: 28px;
  }
  .podcast-main-wrapper .upcoming-events-container .upcoming-event-cards .event-card-content-area .event-card-content .profile-tags .tag-mark {
    font-size: 12px;
  }
  .podcast-main-wrapper .upcoming-events-container .upcoming-event-cards .event-card-content-area .event-card-content .event-taglines .tag-mark-dates {
    font-size: 14px;
  }
  .podcast-main-wrapper .upcoming-events-container .upcoming-event-cards .event-card-content-area .event-card-content .card-tag-dates p {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  .podcast-main-wrapper .welcome-dates-container .dates-main-container {
    flex-direction: column;
  }
  .podcast-main-wrapper .welcome-dates-container .dates-main-container .podcast-table-container {
    position: static;
  }
  
  .podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .key-highlights-for-podcast h3 {
    font-size: 18px;
  }
  .podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .key-highlights-for-podcast .hightlight-tagline p {
    font-size: 14px;
  }
  .podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .key-highlights-for-podcast .hightlight-tagline p a {
    font-size: 14px;
  }
  .podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .key-highlights-for-podcast .hightlight-border-tagline p {
    font-size: 14px;
  }
  .podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .key-highlights-for-podcast .hightlight-border-tagline p a {
    font-size: 14px;
  }
  .podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .key-highlights-for-podcast .faq-slot-strategy h5 {
    font-size: 18px;
  }
  .podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .key-highlights-for-podcast .faq-slot-strategy h6 {
    font-size: 14px;
  }
  .podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .key-highlights-for-podcast .faq-slot-strategy p {
    font-size: 14px;
  }
  .podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .key-highlights-for-podcast .faq-slot-strategy .faq-taglines-heading {
    flex-wrap: wrap;
  }
  .podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .key-highlights-for-podcast .spin-slot-question span {
    font-size: 14px;
  }
  .podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .key-highlights-for-podcast .spin-slot-question p {
    font-size: 14px;
  }
  .podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .upcoming-events-section .upcoming-events-container .game-category-container {
    gap: 12px;
  }
  .podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .upcoming-events-section .upcoming-events-container .game-category-container .category-card {
    max-width: 160px;
    justify-content: space-between;
    padding: 18px 10px;
  }
  .podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .upcoming-events-section .upcoming-events-container .game-category-container .category-card img {
    max-width: 70px;
  }
  .podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .upcoming-events-section .upcoming-events-container .game-category-container .category-card span {
    font-size: 16px;
  }
  .podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .upcoming-events-section .upcoming-events-container .igaming-solution-suite-container h3 {
    font-size: 22px;
  }
  .podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .upcoming-events-section .upcoming-events-container .igaming-solution-suite-container .solution-suite .solution-suite-cards {
    max-width: 130px;
    padding: 8px 10px;
  }
  .podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .upcoming-events-section .upcoming-events-container .igaming-solution-suite-container .solution-suite .solution-suite-cards svg {
    width: 50px;
  }
  .podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .upcoming-events-section .upcoming-events-container .igaming-solution-suite-container .solution-suite .solution-suite-cards .bet-logo-container {
    padding: 8px;
  }
  .podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .upcoming-events-section .upcoming-events-container .igaming-solution-suite-container .solution-suite .solution-suite-cards .casino-logo-container {
    padding: 8px;
  }
  .podcast-main-wrapper .welcome-dates-container .dates-main-container .welcome-dates-tagline .upcoming-events-section .upcoming-events-container .igaming-solution-suite-container .solution-suite .solution-suite-cards span {
    font-size: 14px;
  }
 
  .podcast-main-wrapper .category-explore-section .bottom-upcoming-events-section .bottom-upcoming-events-container .bottom-top-head-content h3 {
    font-size: 16px;
  }
  .podcast-main-wrapper .category-explore-section .bottom-upcoming-events-section .bottom-upcoming-events-container .bottom-upcoming-event-cards .bottom-event-card-content-area {
    min-width: 300px;
  }
  .podcast-main-wrapper .category-explore-section .bottom-upcoming-events-section .bottom-upcoming-events-container .bottom-upcoming-event-cards .bottom-event-card-content-area .bottom-event-card-content .bottom-event-taglines .bottom-tag-mark-dates {
    font-size: 18px;
  }
  .podcast-main-wrapper .category-explore-section .bottom-upcoming-events-section .bottom-upcoming-events-container .bottom-upcoming-event-cards .bottom-event-card-content-area .bottom-event-card-content .bottom-event-taglines p {
    font-size: 16px;
  }
}
@media (max-width: 470px) {


.podcast-main-wrapper .podcast-main-container .banner-bg-container .banner-content-area .right-content-img img {
    max-width: 100%;
}

}

/* Apply gradient and override Elementor lazyload background
.single-glossary .ICEEventHeaderBar {
    background: linear-gradient(180deg, #B140DA 0%, #61197B 100%) !important;
}
.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {
    background-image: none;
}

@media screen and (max-height: 1024px) {
    .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {
        background-image: none;
    }
}

@media screen and (max-height: 640px) {
    .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
        background-image: none;
    }
} */

/* Disable Elementor's lazyload background remover only on glossary detail pages */
.single-glossary .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),
.single-glossary .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) *,
.single-glossary .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),
.single-glossary .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) *,
.single-glossary .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),
.single-glossary .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
    background-image: initial !important;
}


.single-glossary .ICEEventHeaderBar,
.single-glossary .ICEEventHeaderBar * {
    background-image: none !important;
    background: linear-gradient(180deg, #B140DA 0%, #61197B 100%) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

/* responsive css */

@media(max-width:767px){
  .col-6.my-auto {
    width: 100%;
 }
 .section-heading h1 {
    font-family: "AkcelerAalt-Medium", Sans-serif;
    font-size: 19px !important;
    font-weight: 400;
    text-transform: uppercase;
    font-style: italic;
    line-height: 25px;
    color: #15F5BA;
    padding-top: 25px;
    padding-left: 30px;
    padding-right: 7px;
}
.glossary-video-block {
    margin-top: 5%;
}
iframe {
    width: 600px;
    height: 400px;
}
.podcast-main-wrapper .podcast-main-container {
    background: #485bff;
    height: 56vh;
  }
}

.list-content ul li {
    list-style: circle;
}

.custom-list {
    list-style: none;
    padding: 0;
}

.list-item {
    display: flex;
    gap: 25px;
    margin-bottom: 20px;
}

/* Base icon */
.list-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-top: 5px;
    font-weight: 600;
    font-size: 14px;
}

/* Shapes */
.circle {
    border-radius: 50%;
}

.square {
    border-radius: 6px;
}

/* Diamond */
.diamond {
    transform: rotate(45deg);
}

/* Keep number readable */
.diamond span {
    transform: rotate(-45deg);
}


/* Colors */
.blue {
    background-color: #485BFF;
}

.purple {
    background-color: #a78bfa;
}

.grey {
    background-color: #6b7280;
}
.green{
  background-color: #19E9BF;
}
