/* BizCast - Business Podcasts Platform Styles */
/* Generated following template15.xml DNA patterns */

:root {
  --contrast: #222222;
  --contrast-2: #575760;
  --contrast-3: #b2b2be;
  --base: #f0f0f0;
  --base-2: #f7f8f9;
  --base-3: #ffffff;
  --accent: #FCCC00;
  --accent-hover: #e6b800;
  --secondary: #1e73be;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: var(--base-2);
  color: var(--contrast);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

a {
  color: var(--accent);
  text-decoration: none;
  transition: color 0.3s;
}

a:hover {
  color: var(--accent-hover);
}

.screen-reader-text {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.site {
  width: 100%;
}

.container, .elementor-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.grid-container {
  width: 100%;
}

/* Header Styles */
.elementor-location-header {
  background: var(--base-3);
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.header-section {
  padding: 15px 0;
}

.site-logo {
  max-height: 50px;
  width: auto;
}

.elementor-column {
  float: left;
  padding: 10px 15px;
}

.elementor-col-50 {
  width: 50%;
}

.elementor-col-33 {
  width: 33.333%;
}

.elementor-col-25 {
  width: 25%;
}

.elementor-col-100 {
  width: 100%;
}

.elementor-element-align-right {
  text-align: right;
}

.elementor-widget-wrap {
  display: block;
}

.elementor-element-populated {
  padding: 10px;
}

/* Navigation */
.elementor-nav-menu {
  list-style: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.menu-item {
  display: inline-block;
}

.elementor-item {
  display: inline-block;
  padding: 12px 18px;
  color: var(--contrast);
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s;
  border-radius: 3px;
}

.elementor-item:hover,
.elementor-item-active {
  color: var(--accent);
  background: rgba(252, 204, 0, 0.1);
}

.menu-toggle {
  display: none;
  background: var(--base);
  border: none;
  padding: 10px 15px;
  font-size: 20px;
  cursor: pointer;
  border-radius: 3px;
}

/* Hero Section */
.hero-section {
  position: relative;
  background: linear-gradient(135deg, #1e73be 0%, #2c5aa0 100%);
  padding: 120px 0;
  color: var(--base-3);
  text-align: center;
  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.15;
  z-index: 1;
}

.hero-section .elementor-widget-wrap {
  position: relative;
  z-index: 2;
}

.hero-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 25px;
  color: var(--base-3);
}

.elementor-headline-plain-text {
  display: inline-block;
  margin-right: 10px;
}

.elementor-headline-dynamic-wrapper {
  display: inline-block;
  position: relative;
  color: var(--accent);
}

.elementor-headline-dynamic-text {
  display: none;
}

.elementor-headline-text-active {
  display: inline-block;
  animation: slideText 0.5s ease-in-out;
}

@keyframes slideText {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-subtitle {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 35px;
  color: rgba(255,255,255,0.9);
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* Buttons */
.elementor-button {
  display: inline-block;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
  transition: all 0.3s;
  cursor: pointer;
  border: 2px solid transparent;
  text-align: center;
}

.btn-primary {
  background: var(--accent);
  color: var(--contrast);
  border-color: var(--accent);
}

.btn-primary:hover {
  background: var(--accent-hover);
  border-color: var(--accent-hover);
  color: var(--contrast);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(252, 204, 0, 0.3);
}

.btn-secondary {
  background: var(--secondary);
  color: var(--base-3);
  border-color: var(--secondary);
}

.btn-secondary:hover {
  background: #1a5a96;
  border-color: #1a5a96;
  color: var(--base-3);
}

.btn-outline {
  background: transparent;
  color: var(--contrast);
  border-color: var(--contrast-3);
}

.btn-outline:hover {
  background: var(--accent);
  color: var(--contrast);
  border-color: var(--accent);
}

.elementor-size-md {
  padding: 14px 32px;
  font-size: 16px;
}

.elementor-align-center {
  text-align: center;
}

/* Sections */
.elementor-section {
  /* padding: 80px 0; */
  clear: both;
  width: 100%;
}

.elementor-top-section {
  position: relative;
}

.about-section {
  background: var(--base-3);
}

.section-title {
  font-size: 40px;
  font-weight: 700;
  color: var(--contrast);
  margin-bottom: 25px;
  text-align: center;
}

.section-intro {
  font-size: 18px;
  line-height: 1.7;
  color: var(--contrast-2);
  margin-bottom: 20px;
  text-align: justify;
}

.elementor-widget-text-editor p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.8;
  color: var(--contrast-2);
  text-align: justify;
}

/* Features Cards Section */
.featured_candidates_area {
  padding-top: 90px;
  padding-bottom: 90px;
  background: var(--base-2);
}

.section_title {
  margin-bottom: 60px;
}

.section_title h3 {
  font-size: 38px;
  font-weight: 700;
  color: var(--contrast);
  text-transform: none;
  line-height: 1.3;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.row::after {
  content: "";
  display: table;
  clear: both;
}

.col-lg-3,
.col-lg-12,
.col-md-6 {
  padding: 0 15px;
}

.col-lg-12 {
  width: 100%;
}

.col-lg-3 {
  width: 25%;
}

.col-md-6 {
  width: 50%;
}

.text-center {
  text-align: center;
}

.single_candidates {
  background: var(--base-3);
  padding: 35px 25px;
  border-radius: 8px;
  margin-bottom: 30px;
  transition: all 0.3s;
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.06);
}

.single_candidates:hover {
  box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.12);
  transform: translateY(-8px);
}

.single_candidates .thumb {
  margin-bottom: 22px;
}

.feature-icon {
  font-size: 50px;
  color: var(--accent);
  transition: transform 0.3s;
}

.single_candidates:hover .feature-icon {
  transform: scale(1.1) rotate(5deg);
}

.single_candidates h4 {
  font-size: 22px;
  font-weight: 600;
  color: var(--contrast);
  margin-bottom: 12px;
  transition: 0.3s;
}

.single_candidates h4:hover {
  color: var(--accent);
}

.single_candidates p {
  font-size: 15px;
  color: var(--contrast-2);
  margin-bottom: 0;
  line-height: 1.6;
}

/* Podcasts Section */
.podcasts-section {
  background: var(--base-3);
}

.podcast-disclaimer {
  font-size: 13px;
  color: var(--contrast-3);
  font-style: italic;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 40px;
  padding: 10px 20px;
  background: rgba(252, 204, 0, 0.05);
  border-left: 3px solid var(--accent);
  border-radius: 3px;
}

.podcast-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 50px;
}

.podcast-card {
  background: var(--base-3);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  transition: all 0.3s;
  cursor: pointer;
  border: 1px solid var(--base);
}

.podcast-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.podcast-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  background: linear-gradient(135deg, var(--secondary) 0%, var(--accent) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.podcast-image i {
  font-size: 60px;
  color: var(--base-3);
  opacity: 0.7;
}

.podcast-content {
  padding: 20px;
}

.podcast-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--contrast);
  margin-bottom: 10px;
  line-height: 1.4;
  display: -webkit-box;
  overflow: hidden;
}

.podcast-platform {
  font-size: 13px;
  color: var(--contrast-3);
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.podcast-description {
  font-size: 14px;
  color: var(--contrast-2);
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
}

.view-more-container {
  margin-top: 40px;
}

/* Steps Section */
.steps-section {
  background: var(--base-2);
}

.steps-container {
  max-width: 900px;
  margin: 0 auto;
}

.step-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 45px;
  gap: 25px;
}

.step-number {
  min-width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-hover) 100%);
  color: var(--contrast);
  font-size: 28px;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 15px rgba(252, 204, 0, 0.3);
}

.step-content h3 {
  font-size: 22px;
  font-weight: 600;
  color: var(--contrast);
  margin-bottom: 10px;
}

.step-content p {
  font-size: 16px;
  color: var(--contrast-2);
  line-height: 1.7;
  margin: 0;
}

/* Pricing Section */
.pricing-section {
  background: var(--base-3);
}

.pricing-intro {
  text-align: center;
  font-size: 18px;
  color: var(--contrast-2);
  margin-top: 10px;
  margin-bottom: 50px;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
}

.pricing-card {
  background: var(--base-3);
  border: 2px solid var(--base);
  border-radius: 10px;
  padding: 40px 30px;
  text-align: center;
  transition: all 0.3s;
  position: relative;
}

.pricing-card:hover {
  border-color: var(--accent);
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.featured-pricing {
  border-color: var(--accent);
  box-shadow: 0 10px 30px rgba(252, 204, 0, 0.2);
}

.pricing-badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--accent);
  color: var(--contrast);
  padding: 5px 20px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
}

.pricing-header h3 {
  font-size: 26px;
  font-weight: 700;
  color: var(--contrast);
  margin-bottom: 20px;
}

.price {
  margin-bottom: 30px;
}

.currency {
  font-size: 18px;
  color: var(--contrast-2);
  vertical-align: top;
}

.amount {
  font-size: 48px;
  font-weight: 700;
  color: var(--contrast);
  margin: 0 5px;
}

.period {
  font-size: 16px;
  color: var(--contrast-3);
}

.pricing-features {
  list-style: none;
  margin-bottom: 35px;
  text-align: left;
}

.pricing-features li {
  padding: 12px 0;
  font-size: 15px;
  color: var(--contrast-2);
  border-bottom: 1px solid var(--base);
}

.pricing-features li:last-child {
  border-bottom: none;
}

.pricing-features i {
  margin-right: 10px;
  width: 20px;
}

.pricing-features .fa-check {
  color: #28a745;
}

.pricing-features .fa-times {
  color: var(--contrast-3);
}

.pricing-button {
  display: inline-block;
  width: 100%;
  padding: 14px 30px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
  transition: all 0.3s;
  cursor: pointer;
  border: 2px solid transparent;
}

/* Contact Section */
.colorlib-contact {
  padding-top: 70px;
  padding-bottom: 80px;
  background: var(--base-2);
  clear: both;
  width: 100%;
  display: block;
}

.colorlib-narrow-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.heading-meta {
  display: block;
  font-size: 14px;
  color: var(--accent);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.colorlib-heading {
  font-size: 36px;
  font-weight: 700;
  color: var(--contrast);
  margin-bottom: 50px;
}

.col-md-5,
.col-md-6,
.col-md-7 {
  padding: 0 15px;
  float: left;
}

.col-md-5 {
  width: 41.666%;
}

.col-md-6 {
  width: 50%;
}

.col-md-7 {
  width: 58.333%;
}

.col-md-offset-3 {
  margin-left: 25%;
}

.col-md-pull-3 {
  right: 25%;
  position: relative;
}

.col-md-push-1 {
  left: 8.333%;
  position: relative;
}

.col-md-10 {
  width: 83.333%;
}

.col-md-offset-1 {
  margin-left: 8.333%;
}

.col-md-pull-1 {
  right: 8.333%;
  position: relative;
}

.colorlib-feature {
  text-align: left;
  width: 100%;
  float: left;
  margin-bottom: 35px;
  position: relative;
}

.colorlib-feature .colorlib-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 90px;
  display: table;
  text-align: center;
  background: rgba(252, 204, 0, 0.1);
  border-radius: 5px;
}

.colorlib-feature .colorlib-icon i {
  display: table-cell;
  vertical-align: middle;
  color: var(--accent);
  font-size: 45px;
  height: 90px;
}

.colorlib-feature .colorlib-text {
  padding-left: 110px;
  width: 100%;
  padding-top: 30px;
}

.colorlib-feature .colorlib-text p {
  margin: 0;
  font-size: 16px;
  color: var(--contrast-2);
}

.colorlib-feature .colorlib-text a {
  color: var(--contrast);
  font-weight: 500;
}

.colorlib-feature .colorlib-text a:hover {
  color: var(--accent);
}

.colorlib-feature.colorlib-feature-sm .colorlib-text {
  margin-top: 25px;
}

.form-control {
  appearance: none;
  box-shadow: none;
  background: transparent;
  border: 1px solid var(--base);
  background: var(--base-3);
  height: 50px;
  font-size: 15px;
  font-weight: 400;
  transition: 0.3s;
  border-radius: 5px;
  padding: 10px 15px;
  width: 100%;
  margin-bottom: 20px;
  color: var(--contrast);
}

.form-control:active,
.form-control:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(252, 204, 0, 0.1);
  border-color: var(--accent);
  background: var(--base-3);
}

#message {
  height: 140px;
  resize: vertical;
}

.btn-send-message {
  background: var(--accent);
  color: var(--contrast);
  border: 2px solid var(--accent);
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s;
  width: 100%;
}

.btn-send-message:hover,
.btn-send-message:focus,
.btn-send-message:active {
  background: var(--accent-hover) !important;
  border-color: var(--accent-hover) !important;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(252, 204, 0, 0.3);
}

/* FAQ Section */
.faq-section {
  background: var(--base-2);
}

.faq-container {
  max-width: 900px;
  margin: 0 auto;
}

.faq-section .section-title {
    color: #ffffff;
}

.faq-item {
  background: var(--base-3);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.faq-question {
  padding: 20px 25px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s;
}

.faq-question:hover {
  background: var(--base-2);
}

.faq-question h3 {
  font-size: 18px;
  font-weight: 600;
  color: var(--contrast);
  margin: 0;
  flex: 1;
}

.faq-question i {
  color: var(--accent);
  transition: transform 0.3s;
  font-size: 18px;
}

.faq-item.active .faq-question i {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  padding: 0 25px;
}

.faq-item.active .faq-answer {
  max-height: 500px;
  padding: 0 25px 20px 25px;
}

.faq-answer p {
  font-size: 15px;
  color: var(--contrast-2);
  line-height: 1.7;
  margin: 0;
}

/* Footer */
.site-footer {
  background: var(--contrast);
  color: var(--base-3);
}

.footer-top {
  padding: 60px 0 30px;
}

.footer-heading {
  color: var(--base-3);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.footer-description {
  color: rgba(255,255,255,0.7);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.footer-nav ul {
  list-style: none;
}

.footer-nav li {
  margin-bottom: 12px;
}

.footer-nav a {
  color: rgba(255,255,255,0.7);
  font-size: 14px;
  transition: color 0.3s;
}

.footer-nav a:hover {
  color: var(--accent);
  padding-left: 5px;
}

.social-links {
  display: flex;
  gap: 15px;
}

.social-links a {
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--base-3);
  font-size: 18px;
  transition: all 0.3s;
}

.social-links a:hover {
  background: var(--accent);
  color: var(--contrast);
  transform: translateY(-3px);
}

.footer-bottom {
  padding: 25px 0;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.copyright-text {
    padding-top: 20px;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  margin: 0;
}

/* Cookie Consent */
.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--contrast);
  color: var(--base-3);
  padding: 20px;
  box-shadow: 0 -5px 20px rgba(0,0,0,0.2);
  z-index: 1000;
  animation: slideUp 0.5s ease-out;
}

@keyframes slideUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}

.cookie-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.cookie-content p {
  margin: 0;
  font-size: 14px;
  flex: 1;
}

.cookie-content a {
  color: var(--accent);
  text-decoration: underline;
}

.cookie-buttons {
  display: flex;
  gap: 10px;
}

.cookie-btn {
  padding: 10px 25px;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
}

.cookie-accept {
  background: var(--accent);
  color: var(--contrast);
}

.cookie-accept:hover {
  background: var(--accent-hover);
}

.cookie-decline {
  background: transparent;
  color: var(--base-3);
  border: 1px solid rgba(255,255,255,0.3);
}

.cookie-decline:hover {
  background: rgba(255,255,255,0.1);
}

/* Podcast Modal */
.podcast-modal {
  display: none;
  position: fixed;
  z-index: 1001;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  overflow-y: auto;
}

.podcast-modal-content {
  background: var(--base-3);
  margin: 50px auto;
  padding: 40px;
  max-width: 800px;
  border-radius: 10px;
  position: relative;
  animation: modalSlideIn 0.4s ease-out;
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.podcast-modal-close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 32px;
  font-weight: 300;
  color: var(--contrast-3);
  cursor: pointer;
  transition: color 0.3s;
  line-height: 1;
}

.podcast-modal-close:hover {
  color: var(--contrast);
}

#podcast-modal-body h2 {
  font-size: 28px;
  font-weight: 700;
  color: var(--contrast);
  margin-bottom: 15px;
}

#podcast-modal-body .modal-platform {
  font-size: 14px;
  color: var(--contrast-3);
  text-transform: uppercase;
  margin-bottom: 20px;
}

#podcast-modal-body .modal-description {
  font-size: 16px;
  color: var(--contrast-2);
  line-height: 1.7;
  margin-bottom: 25px;
}

#podcast-modal-body .modal-links {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

#podcast-modal-body .modal-link {
  display: inline-block;
  padding: 12px 24px;
  background: var(--accent);
  color: var(--contrast);
  border-radius: 5px;
  font-weight: 600;
  transition: all 0.3s;
}

#podcast-modal-body .modal-link:hover {
  background: var(--accent-hover);
  transform: translateY(-2px);
}

/* Responsive Styles */
@media (max-width: 991px) {
  .hero-title {
    font-size: 38px;
  }
  
  .section-title {
    font-size: 32px;
  }
  
  .elementor-section {
    padding: 60px 0;
  }
  
  .featured_candidates_area {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
  .col-lg-3 {
    width: 50%;
  }
  
  .pricing-grid {
    grid-template-columns: 1fr;
  }
  
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-10 {
    width: 100%;
    margin-left: 0;
    left: 0;
    right: 0;
  }
  
  .col-md-offset-3,
  .col-md-pull-3,
  .col-md-push-1,
  .col-md-offset-1,
  .col-md-pull-1 {
    margin-left: 0;
    left: 0;
    right: 0;
  }
}

@media (max-width: 768px) {
  .elementor-col-50,
  .elementor-col-25 {
    width: 100%;
    text-align: center !important;
  }
  
  .menu-toggle {
    display: inline-block;
  }
  
  .elementor-nav-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--base-3);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    flex-direction: column;
    padding: 20px;
  }
  
  .elementor-nav-menu.active {
    display: flex;
  }
  
  .hero-section {
    padding: 80px 0;
  }
  
  .hero-title {
    font-size: 32px;
  }
  
  .hero-subtitle {
    font-size: 18px;
  }
  
  .section-title {
    font-size: 28px;
  }
  
  .section_title h3 {
    font-size: 28px;
  }
  
  .elementor-section {
    padding: 50px 0;
  }
  
  .featured_candidates_area {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  .col-lg-3,
  .col-md-6 {
    width: 100%;
  }
  
  .single_candidates {
    padding: 30px 20px;
  }
  
  .podcast-grid {
    grid-template-columns: 1fr;
  }
  
  .step-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .cookie-content {
    flex-direction: column;
    text-align: center;
  }
  
  .podcast-modal-content {
    margin: 20px;
    padding: 30px 20px;
  }
  
  .colorlib-feature .colorlib-icon {
    position: relative;
    margin: 0 auto 20px;
  }
  
  .colorlib-feature .colorlib-text {
    padding-left: 0;
    padding-top: 0;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 26px;
  }
  
  .elementor-headline-plain-text,
  .elementor-headline-dynamic-wrapper {
    display: block;
    margin: 0;
  }
  
  .section-title {
    font-size: 24px;
  }
  
  .amount {
    font-size: 36px;
  }
  
  .step-number {
    min-width: 50px;
    height: 50px;
    font-size: 24px;
  }
  
  .cookie-buttons {
    flex-direction: column;
    width: 100%;
  }
  
  .cookie-btn {
    width: 100%;
  }
}

/* Podcast Detail Page Styles */
.podcast-detail-section {
  background: var(--base-3);
  padding-top: 40px;
  padding-bottom: 80px;
}

.breadcrumb {
  font-size: 14px;
  color: var(--contrast-2);
  margin-bottom: 30px;
}

.breadcrumb a {
  color: var(--contrast-2);
  transition: color 0.3s;
}

.breadcrumb a:hover {
  color: var(--accent);
}

.breadcrumb span {
  color: var(--contrast);
}

.podcast-single-content {
  max-width: 900px;
  margin: 0 auto;
}

.loading-spinner {
  text-align: center;
  padding: 60px 20px;
  font-size: 18px;
  color: var(--contrast-2);
}

.loading-spinner i {
  font-size: 32px;
  color: var(--accent);
  margin-bottom: 15px;
  display: block;
}

.error-message {
  text-align: center;
  padding: 60px 20px;
  background: var(--base-2);
  border-radius: 10px;
  margin: 40px 0;
}

.error-message i {
  font-size: 48px;
  color: var(--accent);
  margin-bottom: 20px;
}

.error-message h2 {
  font-size: 28px;
  color: var(--contrast);
  margin-bottom: 15px;
}

.error-message p {
  font-size: 16px;
  color: var(--contrast-2);
  margin-bottom: 25px;
}

.podcast-header {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  margin-bottom: 50px;
  padding-bottom: 40px;
  border-bottom: 2px solid var(--base);
}

.podcast-image-large {
  min-width: 250px;
  width: 250px;
  height: 250px;
  background: linear-gradient(135deg, var(--secondary) 0%, var(--accent) 100%);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.podcast-image-large i {
  font-size: 100px;
  color: var(--base-3);
  opacity: 0.7;
}

.podcast-header-info {
  flex: 1;
}

.podcast-platform-badge {
  display: inline-block;
  background: rgba(252, 204, 0, 0.15);
  color: var(--accent);
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}

.podcast-platform-badge i {
  margin-right: 5px;
}

.podcast-main-title {
  font-size: 36px;
  font-weight: 700;
  color: var(--contrast);
  line-height: 1.3;
  margin-bottom: 20px;
}

.podcast-meta {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.podcast-category {
  font-size: 14px;
  color: var(--contrast-2);
}

.podcast-category i {
  margin-right: 5px;
  color: var(--accent);
}

.podcast-body {
  margin-bottom: 60px;
}

.podcast-description-full {
  margin-bottom: 40px;
}

.podcast-description-full h2 {
  font-size: 26px;
  font-weight: 700;
  color: var(--contrast);
  margin-bottom: 20px;
}

.podcast-description-full p {
  font-size: 17px;
  line-height: 1.8;
  color: var(--contrast-2);
  margin-bottom: 15px;
}

.podcast-listen-section {
  background: var(--base-2);
  padding: 35px;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 30px;
}

.podcast-listen-section h3 {
  font-size: 22px;
  font-weight: 600;
  color: var(--contrast);
  margin-bottom: 20px;
}

.podcast-listen-btn {
  font-size: 18px;
  padding: 16px 40px;
}

.podcast-listen-btn i {
  margin-right: 8px;
}

.podcast-disclaimer-box {
  background: rgba(252, 204, 0, 0.05);
  border-left: 4px solid var(--accent);
  padding: 20px 25px;
  border-radius: 5px;
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.podcast-disclaimer-box i {
  font-size: 20px;
  color: var(--accent);
  margin-top: 2px;
  flex-shrink: 0;
}

.podcast-disclaimer-box p {
  font-size: 13px;
  color: var(--contrast-2);
  font-style: italic;
  margin: 0;
  line-height: 1.6;
}

.related-podcasts-section {
  background: var(--base-2);
  padding-top: 60px;
  padding-bottom: 80px;
}

/* Responsive - Podcast Detail */
@media (max-width: 768px) {
  .podcast-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .podcast-image-large {
    min-width: 200px;
    width: 200px;
    height: 200px;
  }
  
  .podcast-image-large i {
    font-size: 80px;
  }
  
  .podcast-main-title {
    font-size: 28px;
  }
  
  .podcast-meta {
    justify-content: center;
  }
  
  .podcast-listen-section {
    padding: 25px 20px;
  }
  
  .podcast-listen-btn {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .podcast-image-large {
    min-width: 150px;
    width: 150px;
    height: 150px;
  }
  
  .podcast-image-large i {
    font-size: 60px;
  }
  
  .podcast-main-title {
    font-size: 24px;
  }
  
  .podcast-description-full h2 {
    font-size: 22px;
  }
}

/* About Page Styles */
.about-page {
  background: var(--base-2);
}

.page-header-section {
  padding: 60px 0 40px;
  background: var(--base-3);
  text-align: center;
  border-bottom: 3px solid var(--accent);
}

.page-main-title {
  font-size: 48px;
  font-weight: 700;
  color: var(--contrast);
  margin-bottom: 15px;
  line-height: 1.2;
}

.page-subtitle {
  font-size: 20px;
  color: var(--contrast-2);
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.5;
}

.about-content-section {
  padding: 80px 0;
  background: var(--base-2);
}

.about-content-wrapper {
  max-width: 900px;
  margin: 0 auto;
  background: var(--base-3);
  padding: 50px 60px;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.about-content-wrapper h2 {
  font-size: 32px;
  font-weight: 700;
  color: var(--contrast);
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 1.3;
}

.about-content-wrapper h2:first-child {
  margin-top: 0;
}

.about-content-wrapper p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--contrast-2);
  margin-bottom: 20px;
  text-align: justify;
}

.about-list {
  margin: 20px 0 25px 25px;
  padding: 0;
}

.about-list li {
  font-size: 16px;
  line-height: 1.8;
  color: var(--contrast-2);
  margin-bottom: 15px;
  list-style-type: disc;
  padding-left: 5px;
}

.about-list li strong {
  color: var(--contrast);
  font-weight: 600;
}

.about-cta {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 2px solid var(--base);
  text-align: center;
}

.about-cta .elementor-button {
  margin: 0 10px;
}

@media (max-width: 768px) {
  .page-main-title {
    font-size: 36px;
  }
  
  .page-subtitle {
    font-size: 18px;
  }
  
  .about-content-wrapper {
    padding: 40px 30px;
  }
  
  .about-content-wrapper h2 {
    font-size: 26px;
  }
  
  .about-cta .elementor-button {
    display: block;
    margin: 10px 0;
  }
}

@media (max-width: 480px) {
  .page-main-title {
    font-size: 30px;
  }
  
  .about-content-wrapper {
    padding: 30px 20px;
  }
  
  .about-content-wrapper h2 {
    font-size: 24px;
  }
}

/* Legal Pages Styles */
.legal-page {
  background: var(--base-2);
}

.legal-content-section {
  padding: 80px 0;
  background: var(--base-2);
}

.legal-content-wrapper {
  max-width: 900px;
  margin: 0 auto;
  background: var(--base-3);
  padding: 50px 60px;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.legal-content-wrapper h1 {
  font-size: 42px;
  font-weight: 700;
  color: var(--contrast);
  margin-bottom: 15px;
  line-height: 1.3;
}

.legal-update {
  font-size: 14px;
  color: var(--contrast-3);
  font-style: italic;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid var(--base);
}

.legal-content-wrapper h2 {
  font-size: 28px;
  font-weight: 700;
  color: var(--contrast);
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 1.4;
}

.legal-content-wrapper h3 {
  font-size: 22px;
  font-weight: 600;
  color: var(--contrast);
  margin-top: 30px;
  margin-bottom: 15px;
  line-height: 1.4;
}

.legal-content-wrapper p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--contrast-2);
  margin-bottom: 20px;
  text-align: justify;
}

.legal-list {
  margin: 20px 0 25px 25px;
  padding: 0;
}

.legal-list li {
  font-size: 16px;
  line-height: 1.8;
  color: var(--contrast-2);
  margin-bottom: 12px;
  list-style-type: disc;
  padding-left: 5px;
}

.legal-list li strong {
  color: var(--contrast);
  font-weight: 600;
}

.legal-content-wrapper a {
  color: var(--secondary);
  text-decoration: underline;
}

.legal-content-wrapper a:hover {
  color: var(--accent);
}

.legal-footer-links {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 2px solid var(--base);
  text-align: center;
  font-size: 15px;
}

.legal-footer-links a {
  margin: 0 10px;
  color: var(--secondary);
  text-decoration: none;
  font-weight: 500;
}

.legal-footer-links a:hover {
  color: var(--accent);
  text-decoration: underline;
}

/* Filter Buttons Styles */
.filter-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-bottom: 40px;
  padding: 20px;
  background: var(--base-2);
  border-radius: 8px;
}

.filter-btn {
  padding: 12px 24px;
  background: var(--base-3);
  color: var(--contrast);
  border: 2px solid var(--base);
  border-radius: 25px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
}

.filter-btn:hover {
  background: var(--accent);
  color: var(--contrast);
  border-color: var(--accent);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(252, 204, 0, 0.3);
}

.filter-btn.active {
  background: var(--accent);
  color: var(--contrast);
  border-color: var(--accent);
  box-shadow: 0 4px 12px rgba(252, 204, 0, 0.3);
}

@media (max-width: 768px) {
  .legal-content-wrapper {
    padding: 40px 30px;
  }
  
  .legal-content-wrapper h1 {
    font-size: 32px;
  }
  
  .legal-content-wrapper h2 {
    font-size: 24px;
  }
  
  .legal-content-wrapper h3 {
    font-size: 20px;
  }
  
  .filter-buttons {
    gap: 8px;
    padding: 15px;
  }
  
  .filter-btn {
    padding: 10px 18px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .legal-content-wrapper {
    padding: 30px 20px;
  }
  
  .legal-content-wrapper h1 {
    font-size: 28px;
  }
  
  .filter-buttons {
    gap: 6px;
  }
  
  .filter-btn {
    padding: 8px 16px;
    font-size: 13px;
  }
}

/* Utility Classes */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.p-0 {
  padding: 0 !important;
}
