/* ================= PODCASTING CASE STUDY - ATOMIK GROWTH ================= */



body {
    color: #ffffff !important;
    font-family: 'SF Pro Text', sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
}

[data-theme="light"] body {
    color: #000000 !important;
}

.acquire-breadcrumb {
    text-decoration: none !important;
    color: #D4AF37 !important;
    text-decoration-line: none !important;
    border-bottom: none !important;
}

.acquire-breadcrumb:hover {
    text-decoration: none !important;
    border-bottom: none !important;
}

/* Ensure the parent anchor tag also has no underline and golden color */
.heading-container a {
    text-decoration: none !important;
    color: #D4AF37 !important;
}

.heading-container a:hover {
    text-decoration: none !important;
    color: #D4AF37 !important;
}

/* Container */
.container {
    max-width: var(--container-max-width) !important;
    margin: 0 auto;
    padding: 0 var(--container-padding);
}

/* Content container - for consistent alignment */
.content-container {
    max-width: 1000px;
    margin: 0 auto;
}

/* Heading container - ensures headings align with content width */
.heading-container {
    max-width: 1000px;
    margin: 0 auto;
}

/* Main Content */
.main-content {
    margin-top: 40px;
}

/* Acquire Section */
.acquire-section {
    background-color: #0a0a0a;
    padding: 40px 0;
    min-height: auto;
}

 .acquire-title {
    font-family: var(--font-heading) !important;
    font-size: clamp(3rem, 5vw, 4.5rem) !important;
    font-weight: 700 !important;
    color: var(--heading-color) !important;
    margin-bottom: 2rem !important;
    letter-spacing: 0.02em !important;
}

[data-theme="light"] .acquire-title {
    color: #000000 !important;
}

.acquire-subtitle {
    color: #D4AF37 !important;
    font-size: 1rem !important;
    margin-bottom: 3rem !important;
}

/* Description Section */
.description-section {
    background-color: #0a0a0a;
    padding: 40px 0;
}

[data-theme="light"] .description-section {
    background-color: #ffffff;
}

 .description-text {
    font-size: 1rem !important;
    color: #b8b8b8 !important;
    line-height: 1.6 !important;
    text-align: left !important;
    max-width: 1000px !important;
    font-family: var(--font-body) !important;
    margin: 0 auto !important;
}

[data-theme="light"] .description-text {
    color: #333333 !important;
}

/* Challenge Section */
.challenge-section {
    background-color: #0a0a0a;
    padding: 60px 0;
}

[data-theme="light"] .challenge-section {
    background-color: #f5f5f5;
}

 .section-title {
    font-family: var(--font-heading) !important;
    font-size: clamp(2.5rem, 4vw, 3.5rem) !important;
    font-weight: 700 !important;
    text-align: left !important;
    margin-bottom: 4rem !important;
    color: var(--heading-color) !important;
}

[data-theme="light"] .section-title {
    color: #000000 !important;
}

.challenge-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    max-width: 1000px;
    margin: 0 auto;
}

.challenge-card {
    background-color: #141414;
    border: 1px solid #252525;
    border-radius: 16px;
    padding: 2.5rem;
    display: flex;
    gap: 1.8rem;
}

[data-theme="light"] .challenge-card {
    background-color: #ffffff;
    border-color: #e0e0e0;
}

/* Teaser Section */
.teaser {
    background-color: #0a0a0a;
    padding: 60px 0;
}

[data-theme="light"] .teaser {
    background-color: #ffffff;
}

.teaser-title {
    font-family: 'SF Pro Display', sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    text-align: left;
    margin-bottom: 4rem;
    color: #ffffff;
}

[data-theme="light"] .teaser-title {
    color: #000000;
}

.video-teaser {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6);
}

[data-theme="light"] .video-teaser {
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.15);
}

.video-teaser video {
    width: 100%;
    height: auto;
    max-height: 600px;
    display: block;
}

.explore-link {
    color: #D4AF37;
    text-decoration: none;
    text-align: left;
    
}

/* Next Case Study Section */
.next-case-section {
    background-color: #0a0a0a;
    padding: 60px 0;
    text-align: center;
}

[data-theme="light"] .next-case-section {
    background-color: #f5f5f5;
}

.next-case-title {
    font-family: 'SF Pro Display', sans-serif;
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1.5rem;
}

[data-theme="light"] .next-case-title {
    color: #000000;
}

.next-case-description {
    font-size: clamp(1rem, 2vw, 1.05rem);
    color: #a8a8a8;
    max-width: 650px;
    margin: 0 auto 2.5rem;
    line-height: 1.75;
    padding: 0 20px;
}

[data-theme="light"] .next-case-description {
    color: #555555;
}

.book-call-btn {
    background-color: #D4AF37;
    border: none;
    color: #000000;
    padding: 1rem 2.8rem;
    border-radius: 50px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'SF Pro Text', sans-serif;
    text-decoration: none;
}

/* Responsive */
@media (max-width: 992px) {
    .acquire-title {
        font-size: 3.5rem;
    }

    .challenge-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .acquire-title {
        font-size: 2.8rem;
    }

    .section-title {
        font-size: 2.5rem;
    }

    .footer-top {
        flex-direction: column;
        gap: 40px;
    }

    .footer-brand {
        margin-right: 0;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 20px;
    }

    .nav-wrapper {
        padding: 0 20px;
    }
}

/* ===========================
   TESTIMONIALS SECTION
   (moved from acquired.html)
   =========================== */
.testimonials-section {
  padding: var(--section-padding) 0;
  width: 100%;
  background-color: var(--black-bg);
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.testimonial-card {
  background-color: #0a0a0a;
  border-radius: var(--border-radius-lg);
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.3s ease;
  min-height: 280px;
}

[data-theme="light"] .testimonial-card {
  background-color: #f5f5f5;
  border-color: rgba(0, 0, 0, 0.1);
}

.testimonial-card:hover {
  transform: translateY(-5px);
  border-color: var(--gold-base);
  box-shadow: var(--shadow-md);
}

.card-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.rating-section {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.stars {
  color: #ff9500;
  font-size: 16px;
  letter-spacing: 2px;
}

.rating-text {
  color: #ffffff;
  font-weight: 500;
  font-size: 15px;
}

[data-theme="light"] .rating-text {
  color: #000000;
}

.date-range {
  color: #999;
  font-size: 14px;
}

[data-theme="light"] .date-range {
  color: #555555;
}

.share-btn {
  background: transparent;
  border: 2px solid #4d4d4d;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4CAF50;
  cursor: pointer;
  transition: all 0.3s ease;
}

[data-theme="light"] .share-btn {
  border-color: #333333;
  color: #2e7d32;
}

.share-btn:hover {
  border-color: #4CAF50;
  background: rgba(76, 175, 80, 0.1);
}

.testimonial-text {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 12px;
  font-style: normal;
}

[data-theme="light"] .testimonial-text {
  color: #000000;
}

.tags-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.tag {
  background: transparent;
  border: 1px solid #4d4d4d;
  border-radius: 20px;
  padding: 6px 16px;
  font-size: 13px;
  color: #ccc;
}

[data-theme="light"] .tag {
  border-color: #999999;
  color: #333333;
}

.divider {
  height: 1px;
  background: transparent;
  margin: 16px 0;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
}

.author-image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.1);
}

[data-theme="light"] .author-image {
  border-color: rgba(0, 0, 0, 0.1);
}

.author-info {
  display: flex;
  flex-direction: column;
}

.author-name {
  color: #ffffff;
  font-weight: 600;
  font-size: 15px;
}

[data-theme="light"] .author-name {
  color: #000000;
}

.author-title {
  color: #999;
  font-size: 13px;
}

[data-theme="light"] .author-title {
  color: #555555;
}
