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

/* Global Styles */
:root {
  --primary-dark: #2a2d47;
  --secondary-dark: #1a1d35;
  --orange-accent: #F47A1F;
  --text-light: #ffffff;
  --text-gray: #9ca3af;
  --background-light: #f8f9fa;
}

/* Responsive Typography Base */
html {
  font-size: 18px;
  /* Base font size for desktop */
}

/* Reset pagination styles */
.pagination nav ul,
.pagination {
  display: flex;
  gap: 10px;
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.joincommmunity-form-main .wpcf7-response-output{
     margin-top: 0px !important;
    color: #000;
    margin-bottom: 40px !important;
}

/* Pagination buttons (numbers and prev/next) */
.pagination nav ul li a,
.pagination nav ul li span,
.pagination li a{
  display: inline-block;
  padding: 8px 14px;
  min-width: 40px;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  border: 1px solid #080723;
  border-radius: 6px;
background-color: transparent;
  color: #080723;
  text-decoration: none;
  transition: 0.3s ease;
}

/* Active/Current page */
.pagination nav ul li span.current,
.pagination li.page-item.active a{
  background-color: #080723;
  color: #fff;
  border-color: #080723;
}

/* Hover effect */
.pagination nav ul li a:hover,
.pagination li a:hover{
  background-color: #F47A1F;
  color: #fff;
  border-color: #F47A1F;
}

/* Style Next and Prev links */
.pagination nav ul li a span.next,
.pagination nav ul li a span.prev,
.pagination li a.prev,
.pagination li a.next{
  background-color: #F47A1F;
  color: #fff;
  border-color: #F47A1F;
  display: flex;
  align-items: center;
  gap: 10px;
}

.pagination nav ul li a span.prev svg,
.pagination li a.prev svg{
  transform: rotate(180deg);
}

.pagination nav ul li a.next:hover,
.pagination nav ul li a.prev:hover,
.pagination li a.prev:hover,
.pagination li a.next:hover{
  background-color: #080723;
  border-color: #080723;
}


/* Extra Large Desktop (1400px+) */
@media (min-width: 1600px) {
  html {
    font-size: 18px;
  }

  h1 {
    font-size: 3.3rem;
    line-height: 1.2;
  }

  h2 {
    font-size: 3rem;
    line-height: 1.2;
  }

  h3 {
    font-size: 2.5rem;
    line-height: 1.3;
  }

  h4 {
    font-size: 2rem;
    line-height: 1.3;
  }

  h5 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h6 {
    font-size: 1.25rem;
    line-height: 1.4;
  }

  p {
    font-size: 1.1rem;
    line-height: 1.6;
  }

  .btn {
    font-size: 1rem;
    padding: 12px 24px;
  }

  span {
    font-size: 1rem;
  }
}

/* Extra Large Desktop (1400px+) */
@media (min-width: 1400px) {
  html {
    font-size: 18px;
  }

  h1 {
    font-size: 3rem;
    line-height: 1.2;
  }

  h2 {
    font-size: 2.7rem;
    line-height: 1.2;
  }

  h3 {
    font-size: 2.5rem;
    line-height: 1.3;
  }

  h4 {
    font-size: 2rem;
    line-height: 1.3;
  }

  h5 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h6 {
    font-size: 1.25rem;
    line-height: 1.4;
  }

  p {
    font-size: 1.1rem;
    line-height: 1.6;
  }

  .btn {
    font-size: 1rem;
    padding: 12px 24px;
  }

  span {
    font-size: 1rem;
  }
}

/* Large Desktop (1200px - 1399px) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  html {
    font-size: 17px;
  }

  h1 {
    font-size: 2.7rem;
    line-height: 1.2;
  }

  h2 {
    font-size: 2.5rem;
    line-height: 1.2;
  }

  h3 {
    font-size: 2.2rem;
    line-height: 1.3;
  }

  h4 {
    font-size: 1.8rem;
    line-height: 1.3;
  }

  h5 {
    font-size: 1.4rem;
    line-height: 1.4;
  }

  h6 {
    font-size: 1.2rem;
    line-height: 1.4;
  }

  p {
    font-size: 1rem;
    line-height: 1.6;
  }

  .btn {
    font-size: 0.95rem;
    padding: 11px 22px;
  }

  span {
    font-size: 0.95rem;
  }
}

/* Large Tablet/Small Desktop (992px - 1199px) */
@media (max-width: 1199.98px) {
  html {
    font-size: 17px;
  }

  h1 {
    font-size: 2.5rem;
    line-height: 1.2;
  }

  h2 {
    font-size: 2.2rem;
    line-height: 1.2;
  }

  h3 {
    font-size: 2.3rem;
    line-height: 1.3;
  }

  h4 {
    font-size: 1.9rem;
    line-height: 1.3;
  }

  h5 {
    font-size: 1.4rem;
    line-height: 1.4;
  }

  h6 {
    font-size: 1.2rem;
    line-height: 1.4;
  }

  p {
    font-size: 1.05rem;
    line-height: 1.6;
  }

  .btn {
    font-size: 0.95rem;
    padding: 11px 22px;
  }

  span {
    font-size: 0.95rem;
  }
}

/* Tablet (768px - 991px) */
@media (max-width: 991.98px) {
  html {
    font-size: 15px;
  }

  h1 {
    font-size: 2.2rem;
    line-height: 1.2;
  }

  h2 {
    font-size: 2rem;
    line-height: 1.2;
  }

  h3 {
    font-size: 1.7rem;
    line-height: 1.3;
  }

  h4 {
    font-size: 1.4rem;
    line-height: 1.3;
  }

  h5 {
    font-size: 1.2rem;
    line-height: 1.4;
  }

  h6 {
    font-size: 1.1rem;
    line-height: 1.4;
  }

  p {
    font-size: 0.95rem;
    line-height: 1.6;
  }

  .btn {
    font-size: 0.85rem;
    padding: 9px 18px;
  }

  span {
    font-size: 0.85rem;
  }
}

/* Large Mobile (576px - 767px) */
@media (max-width: 767.98px) {
  html {
    font-size: 14px;
  }

  h1 {
    font-size: 1.9rem;
    line-height: 1.2;
  }

  h2 {
    font-size: 1.7rem;
    line-height: 1.2;
  }

  h3 {
    font-size: 1.4rem;
    line-height: 1.3;
  }

  h4 {
    font-size: 1.2rem;
    line-height: 1.3;
  }

  h5 {
    font-size: 1.1rem;
    line-height: 1.4;
  }

  h6 {
    font-size: 1rem;
    line-height: 1.4;
  }

  p {
    font-size: 0.9rem;
    line-height: 1.6;
  }

  .btn {
    font-size: 0.8rem;
    padding: 8px 16px;
  }

  span {
    font-size: 0.8rem;
  }
}

/* Small Mobile (up to 575px) */
/* @media (max-width: 575.98px) {
    html { font-size: 13px; }
    h1 { font-size: 1.6rem; line-height: 1.2; }
    h2 { font-size: 1.4rem; line-height: 1.2; }
    h3 { font-size: 1.2rem; line-height: 1.3; }
    h4 { font-size: 1.1rem; line-height: 1.3; }
    h5 { font-size: 1rem; line-height: 1.4; }
    h6 { font-size: 0.95rem; line-height: 1.4; }
    p { font-size: 0.85rem; line-height: 1.6; }
    .btn { font-size: 0.75rem; padding: 7px 14px; }
    span { font-size: 0.75rem; }
} */

/* Extra Small Mobile (up to 400px) */
/* @media (max-width: 400px) {
    html { font-size: 12px; }
    h1 { font-size: 1.4rem; line-height: 1.2; }
    h2 { font-size: 1.2rem; line-height: 1.2; }
    h3 { font-size: 1.1rem; line-height: 1.3; }
    h4 { font-size: 1rem; line-height: 1.3; }
    h5 { font-size: 0.95rem; line-height: 1.4; }
    h6 { font-size: 0.9rem; line-height: 1.4; }
    p { font-size: 0.8rem; line-height: 1.6; }
    .btn { font-size: 0.7rem; padding: 6px 12px; }
    span { font-size: 0.7rem; }
} */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif;
  line-height: 1.6;
  color: var(--text-light);
  background-color: var(--background-light);
}

h1,
h2 {
  color: #080723;
}

/* Hero Section */
.hero-section,
.podcast-banner,
.webinar-banner,
.guest-banner-section,
.about-banner {
  background-color: white;
  padding-top: 180px;
  padding-bottom: 100px;
}

section {
  padding: 100px 0;
}

.text-orange {
  color: var(--orange-accent);
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-weight: 800;
  color: var(--orange-accent);
}

.hero-content p {
  color: #6b7280;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.btn-orange {
  background-color: var(--orange-accent);
  border: none;
  color: white;
  padding: 0.75rem 2rem;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.btn-orange:hover {
  background-color: white;
  color: var(--orange-accent);
  transform: translateY(-2px);
}

/* Hero Images */
.hero-images {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-main-image {
  width: 100%;
  max-width: 600px;
  height: auto;
  transition: transform 0.3s ease;
}

.banner-main-image:hover {
  transform: scale(1.02);
}

/* About Us Page Styles */
.about-banner {
  background-color: #f8f9fa;
}

.about-container {
  max-width: 1600px;
  padding: 0 60px;
}

.about-content h1 {
  font-weight: 700;
  color: #080723;
  margin-bottom: 1.5rem !important;
}

.about-content p {
  color: #6c757d;
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto 4rem auto;
  margin-bottom: 3rem !important;
}

.about-image-container {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
  max-width: 1200px;
  margin: 0 auto;
}

.about-image-container img {
  border-radius: 20px;
  height: 600px;
  object-fit: cover;
}

/* Responsive styles for About Us */
@media (max-width: 768px) {
  .about-container {
    padding: 0 20px;
  }

  .about-content h1 {
    font-size: 2.5rem;
  }

  .about-content p {
    font-size: 1rem;
    padding: 0 15px;
  }

  .about-image-container img {
    height: 300px;
  }
}

@media (max-width: 480px) {
  .about-content h1 {
    font-size: 2rem;
  }

  .about-image-container img {
    height: 250px;
  }
}

/* Our Mission Section */
.our-mission-section {
  padding: 80px 0;
  background-color: #ffffff;
}

.mission-content {
  padding-right: 40px;
}

.mission-content h2 {
  font-weight: 700;
  color: #080723;
  margin-bottom: 2rem;
}

.mission-content p {
  font-size: 1rem;
  color: #6c757d;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  text-align: justify;
}

.mission-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mission-image {
  border-radius: 15px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  height: auto;
}

/* Responsive styles for Our Mission */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .mission-content p {
    font-size: 1.05rem;
  }
}

@media (max-width: 768px) {
  .our-mission-section {
    padding: 60px 0;
  }

  .mission-content {
    padding-right: 0;
    margin-bottom: 40px;
  }

  .mission-content h2 {
    text-align: center;
  }

  .mission-content p {
    text-align: left;
  }
}

@media (max-width: 480px) {

  .mission-content p {
    font-size: 0.95rem;
  }
}

/* Reach Out To Us Today Section */
.reach-out-section {
  padding: 80px 0;
  background-color: #ffffff;
}

.reach-out-title {
  font-weight: 700;
  color: #080723;
  margin-bottom: 4rem;
}

.contact-card {
  background-color: #121326;
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.contact-icon {
  color: #f47a1f;
  font-size: 2rem;
  margin-bottom: 1rem;
}

.contact-title {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.contact-link {
  color: #f47a1f;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  transition: color 0.3s ease;
}

.contact-link:hover {
  color: #ffffff;
}

.social-icons {
  display: flex;
  gap: 15px;
  justify-content: start;
}

.social-link {
  color: #f47a1f;
  font-size: 1.2rem;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-link:hover {
  color: #ffffff;
  background-color: #f47a1f;
}

/* Responsive styles for Reach Out section */
@media (max-width: 768px) {
  .reach-out-section {
    padding: 60px 0;
  }

  .contact-card {
    height: 180px;
    padding: 30px 20px;
  }

  .contact-title {
    font-size: 1.3rem;
  }
}

@media (max-width: 480px) {

  .contact-card {
    height: 160px;
    padding: 25px 15px;
  }

  .contact-icon {
    font-size: 1.5rem;
  }

  .contact-title {
    font-size: 1.2rem;
  }
}

/* Join the Community Section */
.join-community-section {
  padding: 80px 0;
  background: #f8f9fa;
}

.community-background {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 300px;
  background-color: #171830;
  display: flex;
  align-items: center;
  border-radius: 24px;
  overflow: hidden;
  padding: 60px;
}

/* .community-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(23, 24, 48, 0.1);
  z-index: 1;
} */

.community-form-content {
  position: relative;
  z-index: 2;
  color: white;
}

.community-form-content h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.community-form-content h2 strong {
  color: #f47a1f;
}

.community-form-content p {
  font-size: 1rem;
  color: #ffffff;
  line-height: 1.6;
  margin-bottom: 0;
  opacity: 0.9;
}

.community-form-wrapper {
  position: relative;
  z-index: 2;
}

.community-input {
  background: transparent;
  border: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 0;
  color: #ffffff;
  padding: 15px 0;
  font-size: 1rem;
  margin-bottom: 20px;
  transition: border-color 0.3s ease;
}

.community-input:focus {
  background: transparent;
  border-bottom-color: #f47a1f;
  box-shadow: none;
  color: #ffffff;
}

.community-input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.community-submit-btn {
  background: #f47a1f;
  color: #ffffff;
  border: none;
  padding: 12px 30px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
}

.community-submit-btn:hover {
  background: #e06a1a;
  color: #ffffff;
  transform: translateY(-2px);
}

.community-submit-btn:focus {
  box-shadow: 0 0 0 3px rgba(244, 122, 31, 0.3);
}

/* Responsive styles for Join Community */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .community-form-content h2 {
    font-size: 2.8rem;
  }

  .community-form-content p {
    font-size: 1.05rem;
  }
}

@media (max-width: 768px) {
  .join-community-section {
    padding: 60px 0;
  }

  .community-background {
    padding: 40px 30px;
    min-height: 280px;
  }

  .community-form-content h2 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 1rem;
  }

  .community-form-content p {
    text-align: center;
    margin-bottom: 2rem;
  }

  .community-form-wrapper {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .community-background {
    padding: 30px 20px;
  }

  .community-form-content h2 {
    font-size: 1.8rem;
  }

  .community-form-content p {
    font-size: 0.95rem;
  }
}

/* Footer Container */
.footer-container {
  max-width: 1600px;
}

/* Webinar Banner Styles */
.webinar-banner {
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
}

.webinar-content {
  max-width: 1600px;
  padding: 0 60px;
}

.webinar-banner .banner-content h1 {
  font-weight: 700;
  color: #080723;
  margin-bottom: 1.5rem !important;
}

/* Responsive webinar title */
/* @media (min-width: 1200px) and (max-width: 1399.98px) {
  .webinar-title {
    font-size: 3.2rem;
  }
}

@media (max-width: 991.98px) {
  .webinar-title {
    font-size: 2.2rem;
  }
}

@media (max-width: 767.98px) {
  .webinar-title {
    font-size: 1.8rem;
  }
} */
/* 
@media (max-width: 575.98px) {
  .webinar-title {
    font-size: 1.5rem;
  }
} */

.webinar-banner .webinar-content .banner-content p {
  color: #6c757d;
  margin-bottom: 1.5rem !important;
  line-height: 1.6;
}

.webinar-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.webinar-image {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

/* Text Color Utilities */
.text-orange {
  color: #f47a1f !important;
  font-size: inherit !important;
  font-weight: inherit !important;
}

/* Footer Contact Links */
.contact-item a {
  color: var(--text-light);
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-item a:hover {
  color: var(--orange-accent);
}

/* Be Our Guest Page Styles */
.guest-banner {
  background-color: #f5f5f5;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 80px 0;
}

.guest-title {
  font-size: 3.5rem;
  font-weight: 800;
  color: #080723;
  margin-bottom: 2rem;
  line-height: 1.2;
}

.guest-description {
  font-size: 1.2rem;
  color: #6c757d;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.guest-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 400px;
}

/* Responsive styles for Be Our Guest */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .guest-title {
    font-size: 3rem;
  }

  .guest-description {
    font-size: 1.15rem;
  }
}

@media (max-width: 991.98px) {
  .guest-title {
    font-size: 2.2rem;
  }

  .guest-description {
    font-size: 1.1rem;
  }
}

@media (max-width: 767.98px) {
  .guest-title {
    font-size: 1.8rem;
  }

  .guest-description {
    font-size: 1rem;
  }

  .guest-banner {
    padding: 60px 0;
  }
}

@media (max-width: 575.98px) {
  .guest-title {
    font-size: 1.5rem;
  }

  .guest-description {
    font-size: 0.9rem;
  }
}

/* Latest Webinars Section */
.podcast-episodes {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-color: #211F461A;
}

.webinar-episodes-container {
  max-width: 1600px;
}

/* Remove white space after footer */
body {
  margin: 0;
  padding: 0;
}

.footer {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* Responsive Container Styles */
.container-fluid {
  padding-left: 2rem;
  padding-right: 2rem;
}

/* Container and Layout Responsive Adjustments */
@media (max-width: 1199.98px) {
  .container-fluid {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

}

@media (max-width: 991.98px) {

  .container-fluid {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  section {
    padding: 50px 0;
  }

  .row {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .col,
  [class*="col-"] {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media (max-width: 767.98px) {
  .container-fluid {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  section {
    padding: 40px 0;
  }

  .row {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .col,
  [class*="col-"] {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .container-fluid {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  section {
    padding: 30px 0;
  }

  .row {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .col,
  [class*="col-"] {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    margin-bottom: 1rem;
  }
}

@media (max-width: 400px) {
  .container-fluid {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  section {
    padding: 20px 0;
  }
}

/* Navigation Styles */
.navbar {
  background-color: var(--primary-dark) !important;
  padding: 1rem 0;
  transition: all 0.3s ease;
}

/* Responsive Navigation */
@media (max-width: 991.98px) {
  .navbar {
    padding: 0.75rem 0;
  }

  .navbar-nav .nav-link {
    margin: 0 0.5rem;
    padding: 0.5rem 0;
  }
}

@media (max-width: 767.98px) {
  .navbar {
    padding: 0.5rem 0;
  }

  .navbar-nav .nav-link {
    margin: 0;
    padding: 0.75rem 1rem;
    text-align: center;
  }

  .navbar-toggler {
    padding: 0.25rem 0.5rem;
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .navbar-brand img {
    height: 35px;
  }

  .navbar-nav .nav-link {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
  }
}


.navbar-nav .nav-link {
  color: var(--text-light) !important;
  font-weight: 500;
  margin: 0 1rem;
  transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
  color: var(--orange-accent) !important;
}

.navbar-toggler {
  border: none;
  padding: 0.25rem 0.5rem;
  color: white;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.85%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='m4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}



/* Featured Content */
.featured-content {
  background-image: url('../images/feature-back.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.section-title {
  font-weight: 700;
  color: var(--secondary-dark);
  text-align: left;
}

.feature-card {
  height: 380px;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  display: block;
  text-decoration: none;
  color: inherit;
}

.feature-card:hover {
  transform: translateY(-8px);
}

.feature-image {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.feature-image:hover img {
  transform: scale(1.05);
}

.feature-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  padding: 2rem;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.feature-title {
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0;
  color: white;
}

.feature-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.feature-icon img {
  width: 50px;
  height: 50px;
  transition: all 0.3s ease;
}

.feature-icon:hover img {
  transform: scale(1.1);
}

/* Community Spotlight */
.community-spotlight {
  background-color: white;
}

.community-swiper {
  width: 100%;
}

.community-swiper .swiper-wrapper {
  align-items: stretch;
}

.community-swiper .swiper-slide {
  width: auto;
  height: auto;
}

.swiper-pagination {
  position: relative;
  margin-top: 40px;
  text-align: center;
}

.swiper-pagination-bullet {
  background-color: var(--orange-accent);
  opacity: 0.4;
  width: 8px;
  height: 8px;
  margin: 0 4px;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

.community-card {
  background: linear-gradient(180deg, #24214B 0%, #0C0D24 76.15%);
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  position: relative;
  border: none;
  margin: 10px 0px;
  padding: 30px 0 0 0;
}

.community-card:hover {
  transform: translateY(-5px);
}

.community-header {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
}

.company-logo {
  color: white;
  font-weight: 600;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.company-logo img {
  filter: brightness(0) invert(1);
  object-fit: contain;
}

.company-logo-img {
  width: 100%;
  max-width: 150px;
  height: 100%;
  object-fit: contain;
  max-height: 100px;
}

.community-content {
  position: relative;
  height: 370px;
  overflow: hidden;
  text-align: right;
}

.community-image {
  object-fit: cover;
  object-position: center 15%;
}

.waveform {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 3px;
  align-items: end;
  z-index: 2;
}

.wave-bar {
  width: 3px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 2px;
}

.wave-bar:nth-child(1) {
  height: 14px;
}

.wave-bar:nth-child(2) {
  height: 22px;
}

.wave-bar:nth-child(3) {
  height: 18px;
}

.wave-bar:nth-child(4) {
  height: 26px;
}

.wave-bar:nth-child(5) {
  height: 16px;
}

.community-info {
  padding: 20px;
  color: white;
  height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}

.member-details {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
}

.member-role {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
  display: block;
  max-width: 230px;
}

.member-name {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0;
  color: white;
  line-height: 1.1;
  max-width: 200px;
}

.community-description {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
}

.community-description p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
  flex: 1;
  line-height: 1.3;
  font-weight: 400;
}

.play-icon {
  width: 32px;
  height: 32px;
  background-color: var(--orange-accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-left: 12px;
  box-shadow: 0 4px 12px rgba(244, 122, 31, 0.3);
}

.play-icon:hover {
  transform: scale(1.1);
}

.play-icon img {
  width: 12px;
  height: 12px;
  filter: brightness(0) invert(1);
}

/* Swiper Styles */
.community-swiper {
  overflow: hidden;
  margin: 0 auto;
}

.community-swiper .swiper-slide {
  width: 320px;
  flex-shrink: 0;
}

.community-swiper .swiper-wrapper {
  align-items: stretch;
  transition-timing-function: ease-in-out;
}

.swiper-pagination {
  position: static;
  margin-top: 50px;
  text-align: center;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #e0e0e0;
  opacity: 1;
  margin: 0 5px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
  background-color: var(--orange-accent);
  transform: scale(1.2);
}

/* Footer */
.footer {
  background-color: #0D0D1A;
  color: var(--text-light);
  padding: 60px 0 0;
}

.footer-brand {
  margin-bottom: 2rem;
}

.footer-logo {
  height: 50px;
  width: auto;
  margin-bottom: 1.5rem;
}

.brand-description {
  color: #fff;
  line-height: 1.6;
  font-size: 0.9rem;
  margin-bottom: 0;
}

.footer-section {
  margin-bottom: 2rem;
}

.footer-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: white;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 0.8rem;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 0.9rem;
  font-weight: 400;
  display: flex;
  align-items: center;
}

.footer-links a i {
  color: #fff;
  font-size: 0.7rem;
  margin-right: 8px;
  width: 12px;
}

.footer-links a:hover {
  color: var(--orange-accent);
}

.contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  color: #a0a0a0;
  font-size: 0.9rem;
  font-weight: 400;
  gap: 10px;
}

.social-section {
  margin-top: 1.5rem;
}

.social-title {
  color: white;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0.8rem;
}

.social-icons {
  display: flex;
  gap: 8px;
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: transparent;
  color: #a0a0a0;
  border: 1px solid #a0a0a0;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 0.9rem;
}

.social-link:hover {
  background-color: var(--orange-accent);
  border-color: var(--orange-accent);
  color: white;
}

.newsletter-form {
  margin-top: 0;
  max-width: 100%;
}

.newsletter-form-input {
  margin-bottom: 1.5rem;
}

.newsletter-input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  color: white;
  border-radius: 0;
  padding: 10px 0;
  font-size: 0.9rem;
  width: 100%;
  font-family: 'Poppins', sans-serif;
}

.newsletter-input:focus {
  background-color: transparent;
  border-color: var(--orange-accent);
  color: white;
  box-shadow: none;
  outline: none;
}

.newsletter-input::placeholder {
  color: #fff;
  font-size: 0.9rem;
  font-family: 'Poppins', sans-serif;
}

.newsletter-btn {
  background-color: var(--orange-accent);
  border: none;
  border-radius: 4px;
  padding: 10px 18px;
  font-weight: 600;
  font-size: 0.85rem;
  transition: all 0.3s ease;
  color: white;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
}

.newsletter-btn:hover {
  background-color: #e66a1a;
  color: white;
}

.newsletter-btn i {
  margin-left: 6px;
  font-size: 0.75rem;
}

.footer-bottom {
  margin-top: 3rem;
  padding-bottom: 2rem;
}

/* Community Card Redesign */
.card-bottom {
  padding: 16px 24px;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
  border-radius: 0px 0px 20px 20px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.member-info {
  position: absolute;
  bottom: 50px;
  left: 24px;
  z-index: 3;
  color: white;
  text-align: left;
}

.community-description {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

/*.episode-title {*/
/*  margin: 0;*/
/*  color: rgba(255, 255, 255, 0.9);*/
/*  font-size: 0.9rem;*/
/*  flex: 1;*/
/*  line-height: 1.3;*/
/*  padding-right: 15px;*/
/*  font-weight: 400;*/
/*}*/

.play-btn {
  background-color: var(--orange-accent);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  cursor: pointer;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.play-btn:hover {
  transform: scale(1.1);
}

.play-btn i {
  margin-left: 2px;
  font-size: 0.8rem;
}

/* Audio Modal Styles */
.audio-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.audio-modal-content {
  background-color: var(--secondary-dark);
  margin: 15% auto;
  padding: 20px;
  border-radius: 16px;
  width: 90%;
  max-width: 500px;
  position: relative;
}

.audio-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 20px;
}

.audio-close:hover {
  color: white;
}

.audio-player h3 {
  color: white;
  margin-bottom: 20px;
  padding-right: 40px;
}

.audio-player audio {
  width: 100%;
  margin-bottom: 20px;
}

.audio-controls {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.audio-controls button {
  background-color: var(--orange-accent);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.audio-controls button:hover {
  transform: scale(1.1);
}

.footer-divider {
  border-color: #4a4a6a;
  margin: 0 0 1.5rem 0;
  opacity: 0.5;
}

.copyright {
  text-align: center;
}

.copyright p {
  color: #a0a0a0;
  font-size: 0.85rem;
  margin: 0;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .container-fluid {
    max-width: 100% !important;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (max-width: 768px) {
  .section-title {
    text-align: center;
  }

  .navbar-nav {
    text-align: center;
    margin-top: 1rem;
  }

  .navbar-nav .nav-link {
    margin: 0.5rem 0;
  }

  .footer .row>div {
    margin-bottom: 2rem;
  }
}

@media (max-width: 576px) {
  .container-fluid {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-subtitle {
    font-size: 1rem;
  }
}

/* Smooth Scrolling */
html {
  scroll-behavior: smooth;
}

/* Loading Animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in-up {
  animation: fadeInUp 0.6s ease-out;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: var(--background-light);
}

::-webkit-scrollbar-thumb {
  background: var(--orange-accent);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #D4681A;
}

/* Podcast Banner Swiper */
.podcast-banner {
  background: white;
  position: relative;
  overflow: hidden;
}

.podcast-banner-swiper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

.podcast-banner .banner-text h1 {
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #080723;
}

.podcast-banner .banner-text p {
  font-size: 1rem;
  color: #6c757d;
  margin-bottom: 2rem;
  line-height: 1.6;
  max-width: 90%;
  font-weight: 400;
}

.podcast-meta {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 2rem;
  align-items: center;
  width: fit-content;
}

.latest-badge {
  background: transparent;
  color: #333;
  padding: 0;
  border-radius: 0;
  font-size: 0.95rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-right: 1rem;
}

.latest-badge i {
  color: var(--orange-accent);
  margin-right: 0.5rem;
}

.likes-count {
  color: #333;
  font-weight: 500;
  display: flex;
  align-items: center;
  font-size: 0.95rem;
}

.likes-count i {
  color: var(--orange-accent);
  margin-right: 0.5rem;
}

.banner-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.btn-play {
  background: var(--orange-accent);
  border: none;
  color: white;
  padding: 12px 24px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.btn-play:hover {
  background: #e06a1a;
  transform: translateY(-1px);
  color: white;
}

.btn-apple {
  border: 2px solid #007AFF;
  color: #007AFF;
  background: white;
  padding: 10px 20px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.btn-apple:hover {
  background: #007AFF;
  color: white;
  border-color: #007AFF;
}

.btn-outline-podcast {
  border: 1px solid #080723;
  color: #080723;
  background: transparent;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.btn-outline-podcast:hover {
  background: #f8f9fa;
  border-color: #495057;
  color: #495057;
}

.btn-outline-podcast:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(108, 117, 125, 0.2);
}

.podcast-next,
.podcast-prev {
  width: 50px;
  height: 50px;
  background: transparent;
  border: 1px solid #080723;
  border-radius: 50%;
  color: var(--orange-accent);
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

.podcast-next:hover,
.podcast-prev:hover {
  border-color: var(--orange-accent);
  background: rgba(244, 122, 31, 0.1);
}

.podcast-next:after,
.podcast-prev:after {
  font-family: 'Font Awesome 5 pro';
  font-weight: 900;
  font-size: 18px;
  color: var(--orange-accent);
}

.podcast-next:after {
  content: '\f054';
}

.podcast-prev:after {
  content: '\f053';
}

.podcast-next {
  right: -100px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.podcast-prev {
  left: -100px;
  transform: translateY(-50%);
  z-index: 10;
}

.hero-content h1 {
  font-weight: 800;
  margin-bottom: 1.5rem;
  color: #080723;
}

/* Responsive hero title for 1200-1399px */
@media (min-width: 1200px) and (max-width: 1399.98px) {}

.text-orange {
  color: var(--orange-accent);
}

/* Responsive Span Text in Headings */
.banner-title .text-orange,
.text-orange {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

/* Extra Large Desktop Span Sizing (1400px+) */
/* @media (min-width: 1400px) {
    .banner-title {
        font-size: 3.5rem;
        line-height: 1.2;
        font-weight: 800;
    }
} */

/* Large Desktop Span Sizing (1200px - 1399px) */
/* @media (min-width: 1200px) and (max-width: 1399.98px) {
    .banner-title {
        font-size: 3rem !important;
        line-height: 1.2 !important;
        font-weight: 800 !important;
    }
} */

/* Large Tablet/Small Desktop (992px - 1199px) */
/* @media (max-width: 1199.98px) {
    .banner-title {
        font-size: 3.2rem !important;
        line-height: 1.2 !important;
        font-weight: 800 !important;
    }
} */

/* Tablet (768px - 991px) */
/* @media (max-width: 991.98px) {
    .banner-title {
        font-size: 2.2rem !important;
        line-height: 1.2 !important;
        font-weight: 800 !important;
    }
} */

/* Large Mobile (576px - 767px) */
/* @media (max-width: 767.98px) {
    .banner-title {
        font-size: 1.8rem !important;
        line-height: 1.2 !important;
        font-weight: 800 !important;
    }
} */

/* Small Mobile (up to 575px) */
/* @media (max-width: 575.98px) {
    .banner-title {
        font-size: 2rem !important;
        line-height: 1.3 !important;
        font-weight: 800 !important;
    }
} */

/* Extra Small Mobile (up to 400px) */
/* @media (max-width: 400px) {
    .banner-title {
        font-size: 1.8rem !important;
        line-height: 1.2 !important;
        font-weight: 800 !important;
    }
} */

.hero-description {
  font-size: 1.1rem;
  color: #6c757d;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.podcast-meta {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
}

.latest-badge {
  color: #080723;
  font-weight: 400;
  font-size: 25px;
}

.likes-count {
  color: #080723;
  font-weight: 400;
  font-size: 25px;
}

.hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.btn-orange {
  background: var(--orange-accent);
  border: none;
  color: white;
  padding: 12px 24px;
  border-radius: 5px;
  font-weight: 600;
  transition: all 0.3s ease;
  transform: translateY(0px);
}

.btn-orange:hover {
  background: #e06a1a;
  transform: translateY(-2px);
  color: white;
}

.btn-outline-white {
  border: 2px solid #dee2e6;
  color: var(--dark-text);
  background: transparent;
  padding: 10px 24px;
  border-radius: 30px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-outline-white:hover {
  background: var(--dark-text);
  color: white;
  border-color: var(--dark-text);
}

.podcast-player {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.banner-image {
  position: relative;
}

.play-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  opacity: 0;
  transition: opacity 0.3s ease;
  cursor: pointer;
}

.episode-card:hover .play-overlay,
.podcast-player:hover .play-overlay,
.banner-image:hover .play-overlay {
  opacity: 1;
}


.play-btn-image {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-btn-image:hover {
  transform: scale(1.1);
}

.play-button-img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  transition: all 0.3s ease;
}


/* Bootstrap Tabs Styling */
.podcast-tabs {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: start;
  border-bottom: none;
}

/* Responsive Tabs */
@media (max-width: 991.98px) {
  .podcast-tabs {
    gap: 0.75rem;
  }

  .podcast-tabs .nav-link {
    padding: 8px 16px;
    font-size: 0.85rem;
  }
}

@media (max-width: 767.98px) {
  .podcast-tabs {
    gap: 0.5rem;
    justify-content: center;
  }

  .podcast-tabs .nav-link {
    padding: 6px 12px;
    font-size: 0.8rem;
    border-radius: 20px;
  }
}

@media (max-width: 575.98px) {
  .podcast-tabs {
    gap: 0.375rem;
    justify-content: center;
  }

  .podcast-tabs .nav-link {
    padding: 5px 10px;
    font-size: 0.75rem;
    border-radius: 15px;
  }
}

.podcast-tabs .nav-link {
  background: transparent;
  border: 1px solid #080723;
  color: #080723;
  padding: 10px 20px;
  border-radius: 25px;
  font-weight: 500;
  transition: all 0.15s ease;
  cursor: pointer;
  font-size: 0.9rem;
  margin: 0;
  user-select: none;
  outline: none;
}

.podcast-tabs .nav-link:hover {
  background: rgba(244, 122, 31, 0.1);
  border-color: var(--orange-accent);
  color: var(--orange-accent);
}

.podcast-tabs .nav-link.active {
  background: var(--orange-accent);
  border-color: var(--orange-accent);
  color: white;
}

.podcast-tabs .nav-link:focus {
  box-shadow: none;
}

.tab-content {
  border: none;
}

/* .episodes-grid {
    margin-top: 3rem;
} */

.episode-card {
  background: #1a1d35;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  margin-bottom: 2rem;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Responsive Episode Cards */
@media (max-width: 1199.98px) {}

@media (max-width: 991.98px) {

  .episode-title {
    font-size: 1rem !important;
  }

  .episode-description {
    font-size: 0.85rem !important;
  }

  .episode-content {
    padding: 1rem !important;
  }
}

@media (max-width: 767.98px) {

  .episode-content {
    padding: 0.875rem !important;
  }

  .episode-title {
    font-size: 0.95rem !important;
    margin-bottom: 0.375rem !important;
  }

  .episode-description {
    font-size: 0.8rem !important;
  }

  .episode-category {
    font-size: 0.8rem !important;
  }
}

@media (max-width: 575.98px) {

  .episode-content {
    padding: 0.75rem !important;
  }

  .episode-title {
    font-size: 0.9rem !important;
    line-height: 1.3 !important;
  }

  .episode-description {
    font-size: 0.75rem !important;
    line-height: 1.4 !important;
  }

  .episode-category {
    font-size: 0.75rem !important;
  }

  .episode-duration {
    font-size: 0.7rem !important;
    padding: 3px 6px !important;
  }
}

@media (max-width: 400px) {

  .episode-content {
    padding: 0.625rem !important;
  }

  .episode-title {
    font-size: 0.85rem !important;
  }

  .episode-description {
    font-size: 0.7rem !important;
  }
}

.episode-card:hover {
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
}

.episode-image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.episode-duration {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 600;
  z-index: 5;
}

.episode-image img {
  width: 100%;
  aspect-ratio: 521/289;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.episode-card:hover .episode-image img {
  transform: scale(1.05);
}

.episode-badges {
  position: absolute;
  top: 12px;
  left: 12px;
}

.badge-featured {
  background: var(--orange-accent);
  color: white;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 600;
}

.episode-content {
  padding: 1.25rem;
  background: #1a1d35;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.episode-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: white;
  margin-bottom: 0.5rem;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.episode-description {
  color: #8b92b0;
  line-height: 1.5;
  margin: 0;
  font-size: 0.9rem;
}

.episode-category {
  color: var(--orange-accent);
  font-size: 0.85rem;
  font-weight: 500;
  margin: 0;
  text-transform: capitalize;
  display: flex;
  align-items: center;
}

.episode-category::before {
  content: '';
  width: 4px;
  height: 4px;
  background: var(--orange-accent);
  border-radius: 50%;
  margin-right: 6px;
}

/* Responsive Pagination */
/*@media (max-width: 991.98px) {*/
/*  .pagination .next-button {*/
/*    padding: 10px 18px;*/
/*    font-size: 0.9rem;*/
/*  }*/
/*}*/

/*@media (max-width: 767.98px) {*/

/*  .pagination .page-link {*/
/*    padding: 8px 12px;*/
/*    font-size: 0.85rem;*/
/*    margin: 0 2px;*/
/*  }*/

/*  .pagination .next-button {*/
/*    padding: 8px 16px;*/
/*    font-size: 0.85rem;*/
/*  }*/
/*}*/

/*@media (max-width: 575.98px) {*/

/*  .pagination .page-link {*/
/*    padding: 6px 10px;*/
/*    font-size: 0.8rem;*/
/*    margin: 0 1px;*/
/*  }*/

/*  .pagination .next-button {*/
/*    padding: 6px 14px;*/
/*    font-size: 0.8rem;*/
/*  }*/
/*}*/

/*.pagination .page-link {*/
/*  border: none;*/
/*  color: #6c757d;*/
/*  font-weight: 600;*/
/*  padding: 12px 16px;*/
/*  margin: 0 4px;*/
/*  border-radius: 10px;*/
/*  transition: all 0.3s ease;*/
/*  background: transparent;*/
/*}*/

/*.pagination .page-link:hover {*/
/*  color: var(--orange-accent);*/
/*  background: rgba(244, 122, 31, 0.1);*/
/*}*/

/*.pagination .page-item.active .page-link {*/
/*  background: var(--orange-accent);*/
/*  color: white;*/
/*  border-color: var(--orange-accent);*/
/*}*/

/*.pagination .next-button {*/
/*  background: var(--orange-accent);*/
/*  color: white !important;*/
/*  border-color: var(--orange-accent) !important;*/
/*  border: none;*/
/*  padding: 12px 20px;*/
/*  border-radius: 10px;*/
/*  font-weight: 600;*/
/*}*/

/*.pagination .next-button:hover {*/
/*  background: #e06a1a;*/
/*  color: white;*/
/*}*/

/*.pagination .page-item.active .page-link {*/
/*  background: var(--orange-accent);*/
/*  color: white;*/
/*}*/

/*.pagination .page-link:hover {*/
/*  background: var(--orange-accent);*/
/*  color: white;*/
/*}*/

/* Join the Conversation Section */

.conversation-background {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 400px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  display: flex;
  align-items: center;
  border-radius: 24px;
  overflow: hidden;
  max-width: 1600px;
  margin: 0 auto;
}

/* .conversation-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(26, 29, 53, 0.95) 0%, rgba(26, 29, 53, 0.85) 50%, rgba(26, 29, 53, 0.3) 100%);
  z-index: 1;
} */

.conversation-form-content {
  position: relative;
  z-index: 2;
  padding: 80px 0px 80px 80px;
  max-width: 700px;
  width: 100%;
}

.conversation-form-content h2 {
  font-size: 3rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 16px;
  line-height: 1.2;
  font-family: 'Poppins', sans-serif;
}

.conversation-form-content p {
  font-size: 1rem;
  color: #ffffff;
  margin-bottom: 40px;
  opacity: 0.9;
  line-height: 1.5;
}

.conversation-form {
  width: 100%;
}

.conversation-input {
  background: transparent;
  border: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  padding: 12px 0;
  font-size: 1rem;
  border-radius: 0;
  transition: border-color 0.3s ease;
  font-family: 'Poppins', sans-serif;
}

.conversation-input::placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}

.conversation-input:focus {
  background: transparent;
  border-color: #F47A1F;
  box-shadow: none;
  color: #ffffff;
  outline: none;
}

.conversation-input.is-invalid {
  border-bottom-color: #dc3545;
}

.conversation-input.is-valid {
  border-bottom-color: #28a745;
}

.invalid-feedback {
  color: #dc3545;
  font-size: 0.875rem;
  margin-top: 5px;
}

.conversation-submit-btn {
  background: #F47A1F;
  color: #ffffff;
  border: none;
  padding: 12px 32px;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  transition: all 0.3s ease;
  text-transform: none;
  font-family: 'Poppins', sans-serif;
}

.conversation-submit-btn:hover {
  background: #e56a0f;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(244, 122, 31, 0.3);
  color: #ffffff;
}

.conversation-submit-btn:active {
  transform: translateY(0);
}

.conversation-success {
  background: rgba(40, 167, 69, 0.1);
  border: 1px solid rgba(40, 167, 69, 0.3);
  color: #28a745;
  border-radius: 8px;
  padding: 15px;
  margin-top: 20px;
}

/* Responsive Design */
@media (max-width: 1199.98px) {
  .conversation-form-content {
    max-width: 650px;
    padding: 70px 0px 70px 60px;
  }

  .conversation-background {
    max-width: 1000px;
    min-height: 380px;
  }
}

@media (max-width: 991.98px) {
  .conversation-form-content {
    max-width: 600px;
    padding: 60px 0px 60px 50px;
  }

  .conversation-form-content h2 {
    font-size: 2.5rem;
  }

  .conversation-background {
    max-width: 800px;
    min-height: 360px;
  }
}

@media (max-width: 767.98px) {
  .conversation-form-content {
    max-width: 100%;
    padding: 50px 20px 50px 40px;
    margin: 0 auto;
  }

  .conversation-form-content h2 {
    font-size: 2rem;
  }

  .conversation-background {
    min-height: 350px;
    border-radius: 16px;
    margin: 0 15px;
  }

  .join-conversation-section {
    padding: 60px 0;
  }
}

@media (max-width: 575.98px) {
  .conversation-form-content {
    padding: 40px 15px 40px 30px;
  }

  .conversation-form-content h2 {
    font-size: 1.75rem;
  }

  .conversation-form-content p {
    font-size: 0.9rem;
  }

  .conversation-background {
    min-height: 320px;
    border-radius: 12px;
    margin: 0 10px;
  }

  .join-conversation-section {
    padding: 40px 0;
  }
}

@media (max-width: 400px) {
  .conversation-form-content {
    padding: 30px 10px 30px 20px;
    max-width: 100%;
  }

  .conversation-form-content h2 {
    font-size: 1.5rem;
  }

  .conversation-form-content p {
    font-size: 0.85rem;
  }

  .conversation-background {
    min-height: 300px;
    border-radius: 10px;
    margin: 0 8px;
  }
}

/* Articles Banner Section */
.articles-banner {
  background-image: url('../attached_assets/Bg_1750080588936.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 50px;
}

.articles-banner .banner-content {
  position: relative;
  z-index: 2;
  width: 100%;
}

.articles-banner .banner-text {
  max-width: 80%;
  width: 100%;
}

.articles-banner .featured-label {
  display: inline-block;
  color: #232536;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.articles-banner {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 25px;
  color: #080723;
}

.articles-banner .text-orange {
  color: #F47A1F;
}

.articles-banner .article-meta {
  display: flex;
  gap: 30px;
  margin: 25px 0px;
  flex-wrap: wrap;
  align-items: center;
}

.articles-banner .article-author,
.articles-banner .article-date {
  color: #080723;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.articles-banner .article-author i,
.articles-banner .article-date i {
  color: #F47A1F;
}

.articles-banner .banner-actions {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.articles-banner .btn-read {
  background: #F47A1F;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
}

.articles-banner .btn-read:hover {
  background: #e06910;
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(244, 122, 31, 0.4);
}

.articles-banner .btn-outline-article {
  background: transparent;
  color: #080723;
  border: 2px solid rgba(8, 7, 35, 0.3);
  padding: 13px 28px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}

.articles-banner .btn-outline-article:hover {
  background: rgba(8, 7, 35, 0.1);
  color: #080723;
  border-color: #080723;
  transform: translateY(-3px);
}

.articles-banner .banner-image {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.articles-banner .image-container {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.articles-banner .image-container:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
}

/* Be Our Guest Banner Section */
.guest-banner-section {
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}

.guest-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 670px;
}

.guest-content h1 {
  font-weight: 700;
  margin-bottom: 30px;
  color: #080723;
}

.guest-title-orange {
  color: #F47A1F;
  font-size: inherit;
  font-weight: inherit;
}

.guest-content p {
  color: #6c757d;
  /*max-width: 500px;*/
  margin-bottom: 0;
}

.guest-form-container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.guest-form-content {
  width: 100%;
}

.form-heading {
  font-size: 30px;
  font-weight: 600;
  color: #080723;
  margin-bottom: 50px;
  line-height: 1.3;
}

.guest-input {
  border: none;
  border-bottom: 1px solid #080723;
  border-radius: 0;
  padding: 20px 0 10px 0;
  font-size: 16px;
  background: transparent;
  transition: all 0.3s ease;
  width: 100%;
  color: #080723;
}

.guest-input:focus {
  box-shadow: none !important;
  border-color: #F47A1F !important;
  background: transparent;
  outline: none;
}

/* .guest-input.is-valid,
.guest-input.is-invalid {
  border-color: transparent !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  box-shadow: none !important;
} */

.guest-input::placeholder {
  color: #080723;
  font-size: 16px;
  font-weight: 400;
}

/* .guest-checkbox {
  margin: 20px 0 20px 0;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding-left: 0;
} */

/* .guest-checkbox .form-check-input {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 18px;
  height: 18px;
  margin: 0;
  flex-shrink: 0;
  margin-top: 2px;
} */

/* .guest-checkbox .form-check-input:checked {
  background-color: #F47A1F;
  border-color: #F47A1F;
}

.guest-checkbox .form-check-label {
  color: #080723;
  font-size: 14px;
  margin: 0;
  line-height: 1.4;
} */

.guest-check-input .wpcf7-list-item {
  margin: 0;
}

.guest-check-input .wpcf7-list-item label {
  display: flex !important;
  align-items: center;
}

.guest-check-input .wpcf7-list-item label .wpcf7-list-item-label {
  color: #080723;
  font-size: 16px;
  line-height: 1.4;
}

.guest-check-input .wpcf7-list-item input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  vertical-align: middle;
}

.guest-submit-btn {
  background: #F47A1F;
  color: white;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
  margin-top: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.guest-submit-btn:hover {
  background: #e06910;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(244, 122, 31, 0.4);
}

/* Responsive Design for Be Our Guest */
@media (max-width: 991.98px) {
  .guest-banner-section {
    min-height: auto;
    padding-top: 0;
  }

  .guest-form-container {
    padding-top: 60px;
  }

  .form-heading {
    font-size: 24px;
  }
}

@media (max-width: 767.98px) {
  .guest-content {
    text-align: center;
  }

  .guest-content p {
    font-size: 16px;
    max-width: 100%;
  }

  /* .guest-form-container {
        padding: 40px 20px;
        padding-top: 60px;
    } */

  .form-heading {
    font-size: 20px;
    text-align: center;
  }
}

/* Guest Episodes Section */
.guest-episodes-section {
  padding: 80px 0;
  background-color: #fff;
}

.guest-episodes-section .section-heading {
  font-size: 48px;
  font-weight: 700;
  color: #080723;
  margin-bottom: 60px;
  text-align: left;
}

/* Responsive styling for guest episodes */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .guest-episodes-section .section-heading {
    font-size: 40px;
    margin-bottom: 50px;
  }
}

@media (max-width: 991.98px) {
  .guest-episodes-section {
    padding: 60px 0;
  }

  .guest-episodes-section .section-heading {
    font-size: 36px;
    margin-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .guest-episodes-section {
    padding: 40px 0;
  }

  .guest-episodes-section .section-heading {
    font-size: 28px;
    margin-bottom: 30px;
  }
}

.articles-banner .image-container img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}

.articles-banner .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
  border-radius: 20px;
}

.articles-banner .image-container:hover .image-overlay {
  opacity: 1;
}

.articles-banner .play-btn-overlay {
  background: #F47A1F;
  color: white;
  border: none;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  transition: all 0.3s ease;
  transform: scale(0.8);
}

.articles-banner .image-container:hover .play-btn-overlay {
  transform: scale(1);
}

.articles-banner .play-btn-overlay:hover {
  background: #e06910;
  transform: scale(1.1);
}

/* Responsive Articles Banner */
@media (max-width: 1199.98px) {
  .articles-banner {
    font-size: 3rem;
  }

  .articles-banner .banner-description {
    font-size: 16px;
  }
}

@media (max-width: 991.98px) {
  .articles-banner {
    min-height: 90vh;
    padding-bottom: 40px;
  }

  .articles-banner {
    font-size: 2.5rem;
  }

  .articles-banner .banner-text {
    padding-right: 0;
    margin-bottom: 40px;
    text-align: center;
  }

  .articles-banner .banner-image {
    text-align: center;
  }

  .articles-banner .article-meta {
    justify-content: center;
  }

  .articles-banner .banner-description {
    max-width: 100%;
  }

  .articles-banner .banner-actions {
    justify-content: center !important;
    align-items: center !important;
  }
}

@media (max-width: 767.98px) {
  .articles-banner {
    min-height: 80vh;
    padding-top: 120px;
    padding-bottom: 30px;
  }

  .articles-banner {
    font-size: 2rem;
  }

  .articles-banner .banner-description {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .articles-banner .btn-read,
  .articles-banner .btn-outline-article {
    padding: 12px 25px;
    font-size: 14px;
  }

  .articles-banner .image-container {
    max-width: 400px;
    margin: 0 auto;
  }
}

@media (max-width: 575.98px) {
  .articles-banner {
    font-size: 1.75rem;
  }

  .articles-banner .article-meta {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }

  .articles-banner .banner-actions {
    flex-direction: column;
    align-items: start;
    gap: 15px;
  }

  .articles-banner .btn-read,
  .articles-banner .btn-outline-article {
    width: 200px;
    justify-content: center;
  }
}

/* Blog Categories Section */
.blog-categories-section {
  padding: 80px 0;
  background: #f8f9fa;
}

.blog-categories-section .container-fluid {
  max-width: 1600px;
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px;
}

.blog-categories-header {
  margin-bottom: 50px;
}

.blog-categories-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #080723;
  margin-bottom: 0;
  text-align: left;
}

.blog-categories-tabs {
  margin-bottom: 60px;
}

.blog-categories-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-start;
}

.blog-categories-nav .nav-link {
  background: #ffffff;
  color: #6c757d;
  border: 2px solid #e9ecef;
  border-radius: 25px;
  padding: 12px 24px;
  font-weight: 500;
  transition: all 0.3s ease;
  text-decoration: none;
  white-space: nowrap;
  font-size: 0.9rem;
}

.blog-categories-nav .nav-link:hover {
  background: #F47A1F;
  color: white;
  border-color: #F47A1F;
  transform: translateY(-2px);
}

.blog-categories-nav .nav-link.active {
  background: #F47A1F;
  color: white;
  border-color: #F47A1F;
}

.blog-categories-nav .nav-item {
  margin: 0;
}

.blog-categories-nav .nav-link {
  background: transparent;
  border: 1px solid #080723;
  color: #080723;
  padding: 12px 24px;
  border-radius: 50px;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.blog-categories-nav .nav-link:hover {
  background: #F47A1F;
  border-color: #F47A1F;
  color: white;
  transform: translateY(-2px);
}

.blog-categories-nav .nav-link.active {
  background: #F47A1F;
  border-color: #F47A1F;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(244, 122, 31, 0.3);
}

.blog-categories-content {
  min-height: 300px;
}

/* Responsive Blog Categories */
@media (max-width: 991.98px) {
  .blog-categories-section {
    padding: 60px 0;
  }

  .blog-categories-title {
    font-size: 2rem;
    text-align: center;
  }

  .blog-categories-nav {
    justify-content: center;
  }

  .blog-categories-header {
    margin-bottom: 40px;
  }
}

/* Responsive Blog Categories */
@media (max-width: 1199.98px) {
  .blog-categories-section .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 991.98px) {
  .blog-categories-section {
    padding: 60px 0;
  }

  .blog-categories-section .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-categories-title {
    font-size: 2rem;
    text-align: center;
  }

  .blog-categories-nav {
    justify-content: center;
    gap: 10px;
  }

  .blog-categories-nav .nav-link {
    padding: 10px 20px;
    font-size: 0.85rem;
  }
}

@media (max-width: 767.98px) {
  .blog-categories-section {
    padding: 50px 0;
  }

  .blog-categories-section .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-categories-title {
    font-size: 1.75rem;
  }

  .blog-categories-nav {
    gap: 8px;
  }

  .blog-categories-nav .nav-link {
    padding: 10px 18px;
    font-size: 0.8rem;
  }

  .blog-categories-tabs {
    margin-bottom: 40px;
  }
}

@media (max-width: 575.98px) {
  .blog-categories-section {
    padding: 40px 0;
  }

  .blog-categories-section .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .blog-categories-nav {
    gap: 6px;
    justify-content: center;
  }

  .blog-categories-nav .nav-link {
    padding: 8px 16px;
    font-size: 0.75rem;
  }

  .blog-categories-title {
    font-size: 1.5rem;
  }
}

/* Article Cards Styling - Horizontal Layout */
.articles-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.article-card-horizontal {
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}

.article-card-horizontal:hover {
  transform: translateY(-3px);
}

.article-image-horizontal {
  position: relative;
  overflow: hidden;
  flex: 0 0 40%;
}

.article-image-horizontal img {
  aspect-ratio: 489/318;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.article-content-horizontal {
  padding: 24px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.article-category {
  color: #F47A1F;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.article-title-horizontal {
  font-size: 1.35rem;
  font-weight: 700;
  color: #080723;
  margin-bottom: 16px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.article-description-horizontal {
  color: #6c757d;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Article Sidebar Styling */
.article-sidebar {
  position: sticky;
  top: 120px;
}

/* New Author Card Design */
.author-card-new {
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 24px;
  color: white;
  position: relative;
  overflow: hidden;
}

.author-profile-section {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  position: relative;
  gap: 12px;
}

.author-image-new {
  width: 80px;
  height: 80px;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
}

.author-image-new img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.author-linkedin-icon {
  margin-top: 8px;
}

.author-content-new {
  width: 100%;
}

.author-name-new {
  font-size: 1.25rem;
  font-weight: 700;
  color: white;
  margin-bottom: 12px;
  line-height: 1.3;
}

.author-title-new {
  font-size: 14px;
  color: #F47A1F;
  font-weight: 600;
  margin-bottom: 16px;
  line-height: 1.4;
}

.author-description-new {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.5;
  margin-bottom: 0;
}

/* New Community Share Card Design */
.community-share-card-new {
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  border-radius: 16px;
  padding: 24px;
  color: white;
  text-align: center;
}

.share-title-new {
  font-size: 1.2rem;
  font-weight: 700;
  color: white;
  margin-bottom: 24px;
  text-align: center;
}

.social-buttons-new {
  display: flex;
  gap: 16px;
  justify-content: center;
}


/* Responsive Article Cards */
@media (max-width: 991.98px) {
  .article-sidebar {
    position: static;
    margin-top: 40px;
  }

  .author-card,
  .community-share-card,
  .author-card-new,
  .community-share-card-new {
    margin-bottom: 20px;
  }

}

@media (max-width: 767.98px) {
  .article-card-horizontal {
    flex-direction: column;
  }

  .article-content-horizontal {
    padding: 20px;
  }

  .article-title-horizontal {
    font-size: 1.2rem;
  }

  .author-card,
  .community-share-card,
  .author-card-new,
  .community-share-card-new {
    padding: 20px;
  }

  .author-image,
  .author-image-new {
    width: 70px;
    height: 70px;
  }

  .social-btn {
    width: 40px;
    height: 40px;
  }


  .articles-list {
    gap: 24px;
  }
}

@media (max-width: 575.98px) {
  .article-content-horizontal {
    padding: 16px;
  }

  .article-title-horizontal {
    font-size: 1.1rem;
  }

  .article-description-horizontal {
    font-size: 13px;
  }

  .articles-list {
    gap: 20px;
  }
}

/* Responsive Hero and Banner Sections */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .hero {
    padding: 75px 0 !important;
    min-height: 600px !important;
  }

  .hero-description {
    font-size: 1.1rem !important;
  }
}

@media (max-width: 1199.98px) {
  .hero {
    padding: 70px 0 !important;
    min-height: 550px !important;
  }

  .hero-description {
    font-size: 1.05rem !important;
  }

  .banner-image {
    margin-top: 2rem !important;
  }

  .latest-badge,
  .likes-count {
    font-size: 22px;
  }
}

@media (max-width: 991.98px) {
  .hero {
    padding: 60px 0 !important;
    min-height: 500px !important;
  }

  .hero-description {
    font-size: 1rem !important;
    margin-bottom: 1.75rem !important;
  }

  .banner-actions {
    gap: 0.75rem !important;
  }

  .btn-play,
  .btn-apple,
  .btn-outline-podcast {
    padding: 10px 20px !important;
    font-size: 0.9rem !important;
  }

  .banner-image {
    margin-top: 3rem !important;
  }

  .latest-badge,
  .likes-count {
    font-size: 20px;
  }
}

@media (max-width: 767.98px) {
  .hero {
    padding: 50px 0 !important;
    min-height: 450px !important;
  }

  .hero-description {
    font-size: 0.95rem !important;
    margin-bottom: 1.5rem !important;
    text-align: center !important;
  }

  .banner-actions {
    justify-content: start !important;
    gap: 0.5rem !important;
  }

  .podcast-meta {
    justify-content: center !important;
    gap: 1rem !important;
  }

  .banner-image {
    margin-top: 2rem !important;
  }

  .latest-badge,
  .likes-count {

    font-size: 18px;
  }
}

@media (max-width: 575.98px) {

  .latest-badge,
  .likes-count {
    font-size: 16px;
  }

  .hero {
    padding: 40px 0 !important;
    min-height: 400px !important;
  }

  .hero-description {
    font-size: 0.9rem !important;
    margin-bottom: 1.25rem !important;
  }

  .banner-actions {
    flex-direction: column !important;
    gap: 0.75rem !important;
    align-items: start !important;
  }

  .btn-play,
  .btn-apple,
  .btn-outline-podcast {
    width: 100% !important;
    max-width: 200px !important;
    padding: 12px 24px !important;
    font-size: 0.9rem !important;
  }

  .podcast-meta {
    flex-direction: column !important;
    gap: 0.5rem !important;
    align-items: start !important;
  }

  .banner-image {
    margin-top: 1.5rem !important;
  }
}

/* Responsive Community Section */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .community-title {
    font-size: 2.8rem !important;
  }

  .community-description {
    font-size: 1.05rem !important;
  }
}

@media (max-width: 991.98px) {
  .community-section {
    padding: 60px 0 !important;
  }

  .community-title {
    font-size: 2.5rem !important;
  }

  .community-description {
    font-size: 1rem !important;
  }
}

@media (max-width: 767.98px) {
  .community-section {
    padding: 50px 0 !important;
  }

  .community-title {
    font-size: 2.1rem !important;
    text-align: center !important;
  }

  .community-card {
    margin-bottom: 1.5rem !important;
  }
}

@media (max-width: 575.98px) {
  .community-section {
    padding: 40px 0 !important;
  }

  .community-title {
    font-size: 1.8rem !important;
  }

  .community-card {
    margin-bottom: 1rem !important;
  }
}

/* Responsive Footer */
@media (max-width: 991.98px) {
  .footer {
    padding: 60px 0 30px !important;
  }

  .footer-title {
    font-size: 1.3rem !important;
  }

  .footer-links li a {
    font-size: 0.9rem !important;
  }

  .brand-description {
    font-size: 0.9rem !important;
  }
}

@media (max-width: 767.98px) {
  .footer {
    padding: 50px 0 25px !important;
  }

  .footer-title {
    font-size: 1.2rem !important;
    margin-bottom: 1rem !important;
  }

  .footer-links li a {
    font-size: 0.85rem !important;
  }

  .brand-description {
    font-size: 0.85rem !important;
  }

  .newsletter-form {
    margin-top: 1rem !important;
  }

  .newsletter-btn {
    font-size: 0.85rem !important;
    padding: 10px 18px !important;
  }
}

@media (max-width: 575.98px) {
  .footer {
    padding: 40px 0 20px !important;
  }

  .footer-title {
    font-size: 1.1rem !important;
  }

  .footer-links li a {
    font-size: 0.8rem !important;
  }

  .brand-description {
    font-size: 0.8rem !important;
  }

  .newsletter-form {
    flex-direction: column !important;
    gap: 0.5rem !important;
  }

  .newsletter-input {
    width: 100% !important;
  }

  .newsletter-btn {
    width: 100% !important;
    font-size: 0.8rem !important;
  }
}

/* Video Modal Styles */
.video-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(5px);
}

.video-modal-content {
  position: relative;
  margin: 2% auto;
  width: 90%;
  max-width: 1200px;
  background: #1a1d35;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.8);
  animation: slideInModal 0.4s ease-out;
}

@keyframes slideInModal {
  from {
    opacity: 0;
    transform: translateY(-50px) scale(0.9);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.video-modal-header {
  background: #1a1d35;
  padding: 20px 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: between;
  align-items: center;
}

.video-modal-title {
  color: white;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0;
  flex: 1;
}

.video-close {
  background: none;
  border: none;
  color: white;
  font-size: 28px;
  cursor: pointer;
  padding: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.video-close:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: rotate(90deg);
}

.video-container {
  position: relative;
  background: #000;
  aspect-ratio: 16/9;
  width: 100%;
}

.video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play-btn {
  width: 50px;
  height: 50px;
  background: var(--orange-accent);
  border: none;
  border-radius: 50%;
  color: white;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(244, 122, 31, 0.4);
}

.play-btn:hover {
  background: #e06a1a;
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(244, 122, 31, 0.6);
}

.play-btn i {
  margin-left: 2px;
}

.video-container video {
  width: 100%;
  height: auto;
  max-height: 70vh;
  object-fit: contain;
  border-radius: 0 0 20px 20px;
}

.video-container::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg,
      transparent 30%,
      rgba(244, 122, 31, 0.05) 50%,
      transparent 70%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.video-container:hover::after {
  opacity: 1;
}

/* Close button positioned in top right corner */
.modal-close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 35px;
  height: 35px;
  background: rgba(0, 0, 0, 0.7);
  border: none;
  border-radius: 50%;
  color: white;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 9999;
  transition: all 0.3s ease;
  pointer-events: auto;
}

.modal-close-btn:hover {
  background: rgba(244, 122, 31, 0.8);
  transform: scale(1.1);
}

.modal-close-btn i {
  line-height: 1;
}

.btn-close-white {
  display: none;
}

/* Modal backdrop enhancement */
.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
}



/* Enhanced modal animations */
.video-opening .modal-dialog {
  animation: modalBounceIn 0.6s ease-out;
}

@keyframes modalBounceIn {
  0% {
    transform: scale(0.3) translateY(-50px);
    opacity: 0;
  }

  50% {
    transform: scale(1.05) translateY(0);
    opacity: 0.8;
  }

  70% {
    transform: scale(0.95) translateY(0);
    opacity: 0.9;
  }

  100% {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
}

/* Responsive modal sizing */
@media (max-width: 768px) {
  .video-modal-content .modal-header {
    padding: 1rem 1.5rem;
  }

  .video-modal-content .modal-title {
    font-size: 1.1rem;
  }

  .video-container video {
    max-height: 50vh;
  }


}

/* Podcast Page Responsive */
@media (max-width: 768px) {
  .podcast-hero {
    font-size: 2.5rem;
  }

  .conversation-title {
    font-size: 2rem;
  }

  .filter-tags {
    justify-content: flex-start;
  }

  .hero-actions {
    justify-content: center;
  }
}

/* Fix Tab Switching Delays - Instant Response */
.tab-content {
  position: relative;
}

.tab-pane {
  transition: none !important;
  animation: none !important;
}

.tab-pane.show {
  opacity: 1 !important;
  display: block !important;
}

.tab-pane:not(.show) {
  display: none !important;
  opacity: 0 !important;
}

/* Prevent Bootstrap fade animations for instant switching */
.tab-pane.fade {
  transition: none !important;
  animation: none !important;
}

.tab-pane.fade.show {
  opacity: 1 !important;
}

/* Improve tab button responsiveness */
.podcast-tabs .nav-link:active {
  background: var(--orange-accent) !important;
  color: white !important;
  border-color: var(--orange-accent) !important;
  transform: scale(0.98);
}

/* Recent Articles Section */
.recent-articles-section {
  background-color: #f8f9fa;
  padding: 80px 0;
}

.recent-articles-section .container-fluid {
  padding-left: 60px;
  padding-right: 60px;
}

.recent-articles-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #080723;
  text-align: left;
  margin-bottom: 3rem;
}

.recent-article-card {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
}

/*.recent-article-card:hover {*/
/*  transform: translateY(-8px);*/
/*  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);*/
/*}*/

.recent-article-image {
  position: relative;
  overflow: hidden;
}

.recent-article-image img {
    object-fit: cover;
    aspect-ratio: 300 / 195;
    width: 100%;
    border-radius: 20px;
}

/*.recent-article-card:hover .recent-article-image img {*/
/*  transform: scale(1.05);*/
/*}*/

.recent-article-category {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #F47A1F;
  color: white;
  padding: 6px 12px;
  border-radius: 5px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.recent-article-content {
  padding: 24px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.recent-article-meta {
  font-size: 0.875rem;
  color: #6c757d;
  margin-bottom: 20px;
}

.recent-article-meta .author {
  color: #F47A1F;
  font-weight: 500;
}

.recent-article-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #080723;
  line-height: 1.4;
  margin-bottom: 30px;
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.recent-article-read-btn {
  background: #F47A1F;
  color: white;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.875rem;
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  transition: all 0.3s ease;
  gap: 10px;
}

.recent-article-read-btn:hover {
  background: #e6691a;
  color: white;
  transform: translateX(4px);
}

.recent-article-read-btn i {
  margin-left: 8px;
  font-size: 0.75rem;
}

/* Pagination Styling */
/*.pagination {*/
/*  border: none;*/
/*  gap: 8px;*/
/*}*/

/*.pagination .page-item {*/
/*  border: none;*/
/*}*/

/*.pagination .page-link {*/
/*  border: 1px solid #080723;*/
/*  border-radius: 8px;*/
/*  color: #080723;*/
/*  font-weight: 500;*/
/*  padding: 8px 16px;*/
/*  min-width: 44px;*/
/*  text-align: center;*/
/*  transition: all 0.3s ease;*/
/*}*/

/*.pagination .page-item.active .page-link {*/
/*  background-color: #F47A1F;*/
/*  border-color: #F47A1F;*/
/*  color: white;*/
/*}*/

/*.pagination .page-link:hover {*/
/*  background-color: rgba(244, 122, 31, 0.1);*/
/*  border-color: #F47A1F;*/
/*  color: white;*/
/*}*/

/*.pagination .page-item.disabled .page-link {*/
/*  color: #adb5bd;*/
/*  background-color: #f8f9fa;*/
/*  border-color: #e9ecef;*/
/*}*/

/* Responsive Recent Articles */
@media (max-width: 1199.98px) {
  .recent-articles-section .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 991.98px) {
  .recent-articles-section {
    padding: 60px 0;
  }

  .recent-articles-section .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }

  .recent-articles-section .section-title {
    font-size: 2rem;
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .recent-articles-section {
    padding: 50px 0;
  }

  .recent-articles-section .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .recent-articles-section .section-title {
    font-size: 1.8rem;
  }

  .recent-article-card {
    margin-bottom: 1.5rem;
  }

  .recent-article-content {
    padding: 20px;
  }

  .recent-article-title {
    font-size: 1.1rem;
  }
}

@media (max-width: 575.98px) {
  .recent-articles-section {
    padding: 40px 0;
  }

  .recent-articles-section .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Webinar Banner Styles */
.webinar-banner .banner-content {
  position: relative;
}

.webinar-banner .banner-title {
  font-family: "Poppins", sans-serif;
}

.webinar-banner .banner-title span {
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

.webinar-banner .banner-subtitle {
  font-family: "Poppins", sans-serif;
}

.webinar-banner .btn-orange {
  font-family: "Poppins", sans-serif;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(244, 122, 31, 0.3);
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  justify-content: center !important;
}

.webinar-banner .btn-orange:hover {
  background-color: #e56a0f !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(244, 122, 31, 0.4);
}

.webinar-banner .btn-orange i {
  font-size: 0.9rem;
  transition: transform 0.3s ease;
}

.webinar-banner .btn-orange:hover i {
  transform: translateX(2px);
}

.webinar-card-image {
  transition: transform 0.3s ease;
}

.webinar-card-image:hover {
  transform: translateY(-5px);
}

/* Responsive design for Webinar Banner */
@media (max-width: 1199.98px) {
  .webinar-banner .container-fluid {
    padding: 0 40px !important;
  }

  .webinar-banner {
    font-size: 3.2rem !important;
  }

  .webinar-banner {
    font-size: 1.1rem !important;
  }
}

@media (max-width: 991.98px) {

  .webinar-banner .container-fluid {
    padding: 0 30px !important;
  }

  .webinar-banner {
    font-size: 2.8rem !important;
    margin-bottom: 1.5rem !important;
  }

  .webinar-banner .banner-subtitle {
    font-size: 1rem !important;
    margin-bottom: 2rem !important;
  }

  .webinar-banner .btn-orange {
    padding: 12px 24px !important;
    font-size: 1rem !important;
  }

  .webinar-image-container {
    margin-top: 3rem;
  }
}

@media (max-width: 767.98px) {

  .webinar-banner .container-fluid {
    padding: 0 20px !important;
  }

  .webinar-banner {
    margin-bottom: 1rem !important;
    line-height: 1.2 !important;
    text-align: center !important;
  }

  .webinar-banner .banner-subtitle {
    font-size: 0.95rem !important;
    margin-bottom: 1.5rem !important;
    max-width: 100% !important;
    text-align: center !important;
  }

  .webinar-banner .banner-actions {
    text-align: center !important;
    justify-content: center !important;
  }

  .webinar-banner .btn-orange {
    padding: 10px 20px !important;
    font-size: 0.95rem !important;
    width: 100% !important;
    max-width: 280px !important;
  }

  .webinar-image-container {
    margin-top: 2rem;
  }
}

@media (max-width: 575.98px) {
  .webinar-banner {
    font-size: 1.5rem !important;
  }

  .webinar-banner .banner-subtitle {
    font-size: 0.85rem !important;
  }

  .webinar-banner .btn-orange {
    font-size: 0.8rem !important;
  }
}

.youtube-popup-modal .modal-content {
  border: 0;
  background-color: var(--secondary-dark);
  padding-top: 20px;
  border-radius: 10px;
}

.youtube-popup-modal button {
  top: -16px;
  right: -10px;
  background: var(--orange-accent);
  border: 0;
  width: 35px;
  height: 35px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
}

.next.page-numbers,
.prev.page-numbers {
  border: 0;
  padding: 0;
}

.joincommmunity-modal .modal-dialog {
  max-width: 1071px;
}

.joincommmunity-modal .modal-content {
  border-radius: 38px;
  background: #F8F8F8;
  border: 0;
}

.joincommmunity-modal .modal-content button {
  top: -10px;
  right: -10px;
  background: var(--orange-accent);
  border: 0;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  z-index: 4;
}

.joincommmunity-modal .modal-body {
  display: flex;
  padding: 50px;
  align-items: center;
  gap: 46px;
}

.joincommmunity-modal-content {
  max-width: 50%;
  width: 100%;
}

.joincommmunity-form-main {
  max-width: 50%;
  width: 100%;
}

.joincommmunity-modal-content h2 {
  font-size: 42px;
  font-weight: 700;
  color: #080723;
  margin: 0;
}

.joincommmunity-modal-content p {
  color: #717783;
  font-size: 18px;
  margin: 0;
  margin-top: 17px;
}

.joincommmunity-modal-content img {
  margin-top: 28px;
  aspect-ratio: 575/368;
  width: 100%;
}

textarea.joincommmunity-modal-input {
  height: 138px;
}

.joincommmunity-modal-input {
  width: 100%;
  height: 57px;
  border-radius: 10px;
  border: 1px solid #0A2C48;
  padding: 12px;
  color: #0D0D1A;
  font-size: 16px;
  font-weight: 400;
}

.joincommmunity-modal-input:focus {
  border-color: #F47A1F;
  outline: none;
}

.joincommmunity-modal-input::placeholder {
  color: #0D0D1A;
  font-size: 16px;
  font-weight: 400;
}

.joincommmunity-form {
  margin-bottom: 20px;
}

.joincommmunity-form-btn p .newsletter-btn {
  font-size: 18px;
  font-weight: 500;
  position: relative;
}

.articles-banner .banner-title {
  font-size: clamp(1.375rem, 1.2rem + 0.875vw, 2.25rem) !important;
  font-weight: 700 !important;
  color: #232536;
}

.articles-banner .banner-description {
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem) !important;
  color: #717783 !important;
  font-weight: 400 !important;
}

.conversation-form p {
  margin: 0;
}

span.wpcf7-not-valid-tip {
  font-size: 14px;
  margin-top: 8px;
}

.wpcf7-response-output {
  font-size: 14px;
}

.community-form-wrapper .newsletter-form .newsletter-form-input,
.community-form-wrapper .newsletter-form .newsletter-form {
  width: 100%;
}


.single-blog-header {
    padding: 100px 0px;
}

/* breadcrumb css start */
.breadcrumb {
    margin-bottom: 30px;
}

.breadcrumb li {
    color: var(--orange-accent);
    display: inline-block;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    padding-right: 40px;
    position: relative;
}

.breadcrumb li a {
    color: #080723;
    font-weight: 400;
    text-decoration: none;
}

.breadcrumb li:after {
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='12' viewBox='0 0 11 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 4.15625H7.857L5.107 1.53125L6.286 0.40625L11 4.90625L6.286 9.40625L5.107 8.28125L7.857 5.65625H0V4.15625Z' fill='%23202020'/%3E%3C/svg%3E");
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 18px;
    top: 8px;
    width: 13px;
    background-repeat: no-repeat;
}

.breadcrumb li:last-child::after {
    content: unset;
}

.blog-info {
    display: flex;
    gap: 28px;
    align-items: center;
    margin-top: 30px;
}

.blog-info span {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #080723;
    font-weight: 500;
    font-size: 20px;
    font-weight: 500;
}

.left-wrap {
    position: sticky;
    top: 136px;
    z-index: 9;
    margin-top: 50px;
}
.blog-share {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.follow-share {
    margin-bottom: 80px;
}
.blog-share .title {
    font-size: 16px;
    font-weight: 600;
    color: #080723;
    line-height: 18px;
    margin-bottom: 25px;
    display: block;
}
ul.blog-social {
    display: flex;
    gap: 15px;
    padding: 0;
    margin: 0;
    flex-direction: column;
}

.blog-wrap {
    padding: 50px 0;
    overflow: hidden;
}
.featured-image {
    margin-bottom: 30px;
}
.featured-image img {
    border-radius: 20px;
    width: 100%;
    aspect-ratio: 500 / 250;
    object-fit: cover;
}

.blog-content h2, .blog-content h3, .blog-content h4, .blog-content h5, .blog-content h6 {
    font-size: 26px;
    color: #282526;
    line-height: 30px;
    margin-bottom: 20px;
    text-align: left;
    text-transform: capitalize;
}

.blog-content p, .blog-content ul li, .blog-content ol li,
.blog-content a{
    font-size: 20px;
    line-height: 1.8;
    color: #6c757d;
}

.blog-content a{
    text-decoration: none;
}

.blog-content a{
    color: #F47A1F;
}


.right-wrap {
    margin-top: 50px;
    height: 100%;
}
.single-about {
    margin-bottom: 50px;
}
.single-about .about-image img {
    aspect-ratio: 398 / 305;
    object-fit: contain;
    border-radius: 30px;
    width: 100%;
}
.single-about .about-content p {
    font-size: 18px;
    font-weight: 400;
    color: #6c757d;
    margin-top: 20px;
    margin-bottom: 20px !important;
}
.single-about .about-content p strong {
    font-weight: 400;
    color: #F47A1F;
}

.right-sticky {
    position: sticky;
    top: 136px;
    z-index: 9;
}
.index-wrap {
    border: 0;
    background: #f9f9f9;
    padding: 30px;
    border-radius: 36px;
}
.index-wrap .title {
    font-size: 36px;
    font-family: poppins, sans-serif;
    font-weight: 500;
    color: #202020;
    display: block;
    border: unset;
    background: unset;
    padding: 0;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.table-index.show {
    margin-top: 20px;
    max-height: 333px;
    overflow: auto;
    padding-right: 5px;
}
.table-index li {
    list-style: none;
}
.table-index li:not(:last-child) {
    margin-bottom: 20px;
}
.table-index li a.active {
    color: var(--clr-pri);
}

.table-index li a {
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #202020;
}
.single-contact-cta {
    background-repeat: no-repeat !important;
    background-size: cover;
    border-radius: 35px;
    padding: 40px 40px;
    margin-top: 50px;
}

.single-contact-cta-content h3 {
    font-size: 27px;
    font-weight: 700;
    color: #272727;
    margin-bottom: 30px;
}
.single-blog-main{
    margin-bottom: 100px;
}

.blog-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 16px;
    border: 1px solid #ddd;
}

.blog-content table thead th {
    background-color: #105FA4;
    color: #fff;
    padding: 12px;
    text-align: left;
    font-weight: bold;
}

.blog-content table tbody td {
    border: 1px solid #ddd;
    padding: 10px;
    vertical-align: top;
    color: #000;
}
.blog-content table tr:nth-child(1) {
    background-color: #ffa500;
}

.blog-content table tr:nth-child(even) {
    background-color: #f9f9f9;
}

/*.blog-content table tr:hover {*/
/*    background-color: #eef6ff;*/
/*}*/

.blog-content table b {
    color: #000;
}
