/* ================================================
   INDUSTRY PAGE — PAGE-SPECIFIC STYLES
   ================================================ */

/* Top band: hero → clientarea → clients → content-we-provide
   all share one decorative background image */
.ind-top-band {
  background-image: url('../img/maintopbg.png');
  background-repeat: no-repeat;
  background-color: #ffffff;
}
/* Prevent the inner .headbg from re-applying the same image */
.ind-top-band .headbg {
  background-image: none !important;
  background-color: transparent !important;
}

/* --- Hero --- */
.ind-hero {
  text-align: center;
  padding: 60px 0 72px;
}

.ind-industry-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #42175B;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 18px;
  border-radius: 20px;
  margin-bottom: 22px;
  letter-spacing: 0.3px;
}

.ind-industry-badge svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.ind-hero-h1 {
  font-size: 52px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.15;
  margin: 0 0 16px;
}

.ind-hero-sub {
  font-size: 17px;
  color: #666;
  line-height: 1.65;
  margin: 0 0 34px;
}

/* --- Shared button --- */
.ind-btn {
  display: inline-block;
  background: #42175B;
  color: #fff !important;
  font-size: 15px;
  font-weight: 600;
  padding: 13px 32px;
  border-radius: 6px;
  text-decoration: none !important;
  border: 2px solid #42175B;
  transition: background 0.18s, color 0.18s;
  cursor: pointer;
}

.ind-btn:hover, .ind-btn:focus {
  background: #331046;
  border-color: #331046;
  color: #fff !important;
}

/* --- Section title --- */
.ind-section-h2 {
  font-size: 36px;
  font-weight: 700;
  color: #1a1a1a;
  text-align: center;
  margin: 0 0 44px;
}

/* --- Client cards --- */
.ind-clients-section {
  padding: 72px 0 60px;
}

.ind-client-card {
  background: #fff;
  border: 1.5px solid #ece8f0;
  border-radius: 14px;
  padding: 28px 22px;
  margin-bottom: 24px;
}

.ind-client-icon {
  width: 52px;
  height: 52px;
  background: #f5eef8;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.ind-client-icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.ind-client-card h4 {
  font-size: 15px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 8px;
}

.ind-client-card p {
  font-size: 14px;
  color: #777;
  margin: 0;
  line-height: 1.65;
}

/* --- Content we provide --- */
.ind-content-section {
  padding: 72px 0 60px;
  background: #faf8fc;
}

.ind-pills-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-bottom: 36px;
}

.ind-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1.5px solid #e5dff0;
  border-radius: 10px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  line-height: 1;
}

.ind-pill img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

/* --- Stats section --- */
.ind-stats-section {
  background: linear-gradient(135deg, #42175B 0%, #2d0d3e 100%);
  padding: 80px 0;
  text-align: center;
}

.ind-stats-h2 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
  margin: 0 0 14px;
}

.ind-stats-h2 .yw {
  color: #FBBA18;
}

.ind-stats-sub {
  font-size: 16px;
  color: rgba(255,255,255,0.72);
  line-height: 1.65;
  margin: 0 0 56px;
}

.ind-stat-wrap {
  text-align: center;
  padding: 0 8px;
  margin-bottom: 32px;
}

.ind-stat-tag {
  font-size: 11px;
  font-weight: 600;
  color: rgba(255,255,255,0.55);
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin: 0 0 8px;
}

.ind-stat-num {
  font-size: 48px;
  font-weight: 800;
  color: #FBBA18;
  line-height: 1;
  margin: 0 0 6px;
}

.ind-stat-desc {
  font-size: 13px;
  color: rgba(255,255,255,0.8);
  margin: 0;
}

/* --- Why choose us --- */
.ind-why-section {
  padding: 80px 0;
}

.ind-why-card {
  background: #fff;
  border: 1.5px solid #ece8f0;
  border-radius: 14px;
  padding: 28px 22px;
  margin-bottom: 24px;
}

.ind-why-icon {
  width: 44px;
  height: 44px;
  object-fit: contain;
  margin-bottom: 14px;
}

.ind-why-card h4 {
  font-size: 15px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 10px;
}

.ind-why-card p {
  font-size: 14px;
  color: #777;
  margin: 0;
  line-height: 1.65;
}

/* --- Testimonials --- */
.ind-testi-section {
  padding: 80px 0;
}

.ind-testi-left {
  padding-right: 32px;
  padding-left: 28px;
}

/* Quote mark — purple circle with white ❝, overlapping card top-left */
.ind-quote-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  background: #42175B;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  font-family: Georgia, 'Times New Roman', serif;
  margin-bottom: -22px;
  margin-left: 20px;
  position: relative;
  z-index: 2;
  padding-bottom: 6px;
  flex-shrink: 0;
}

.ind-quote-card {
  background: #fff;
  border: 1.5px solid #ece8f0;
  border-radius: 16px;
  padding: 36px 28px 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 260px;
}

/* Purple quote text — matches design */
.ind-quote-text {
  font-size: 15px;
  color: #42175B;
  line-height: 1.8;
  margin: 0 0 24px;
  flex: 1;
}

.ind-quote-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ind-reviewer-name {
  font-weight: 700;
  font-size: 14px;
  color: #1a1a1a;
  margin: 0 0 2px;
}

.ind-reviewer-date {
  font-size: 12px;
  color: #aaa;
  margin: 0;
}

.ind-read-more {
  font-size: 13px;
  color: #42175B;
  font-weight: 600;
  text-decoration: none;
}

.ind-read-more:hover { text-decoration: underline; }

/* Wrapper gives custom buttons a positioned ancestor (card area only) */
.ind-slide-outer {
  position: relative;
}

/* Suppress Owl's built-in nav — we use custom buttons */
#ind-testi-slider .owl-buttons { display: none; }

/* Industry testimonial pagination placement */
.owl-theme .owl-controls {
  width: 90%;
  margin: 0 auto;
  float: none;
  height: 50px;
  opacity: 1;
  position: absolute;
  bottom: -66px;
  margin-left: 4%;
}

/* Custom nav: span top-to-(bottom - dots area) so align-items:center hits card mid */
.ind-nav-prev,
.ind-nav-next {
  position: absolute;
  top: 0;
  bottom: 40px;
  width: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  color: #888;
  font-size: 20px;
  cursor: pointer;
  padding: 0;
  z-index: 10;
  opacity: 0.8;
  line-height: 1;
  outline: none;
  -webkit-appearance: none;
}

.ind-nav-prev { left: -32px; }
.ind-nav-next { right: -32px; }

.ind-nav-prev:hover,
.ind-nav-next:hover {
  color: #42175B;
  opacity: 1;
}

/* Pagination dots */
#ind-testi-slider .owl-pagination {
  margin-top: 20px;
  text-align: center;
  display: block;
}

#ind-testi-slider .owl-page span {
  background: #ccc !important;
  width: 8px !important;
  height: 8px !important;
  margin: 0 4px !important;
  border-radius: 50% !important;
  opacity: 1 !important;
  transition: all 0.2s;
}

#ind-testi-slider .owl-page.active span {
  background: #42175B !important;
  width: 10px !important;
  height: 10px !important;
}

.ind-testi-right {
  padding-left: 16px;
  padding-top: 10px;
}

.ind-testi-h2 {
  font-size: 36px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.2;
  margin: 0 0 14px;
}

.ind-testi-sub {
  font-size: 15px;
  color: #666;
  line-height: 1.65;
  margin: 0 0 36px;
}

/* Rating badges — no cards, just vertical dividers between items */
.ind-ratings-row {
  display: flex;
  align-items: center;
  gap: 0;
  margin-top: 8px;
}

.ind-rating-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
  flex: 1;
  text-align: center;
  background: transparent;
  border: none;
  border-radius: 0;
  min-width: 0;
}

.ind-rating-badge:first-child {
  padding-left: 0;
}

.ind-rating-divider {
  width: 1px;
  height: 56px;
  background: #ddd6e8;
  flex-shrink: 0;
}

.ind-rating-logo {
  height: 24px;
  width: auto;
  max-width: 110px;
  object-fit: contain;
  margin-bottom: 6px;
}

.ind-rating-score {
  font-size: 22px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.2;
  margin-bottom: 4px;
}

.ind-stars {
  color: #FBBA18;
  font-size: 12px;
  letter-spacing: 2px;
  display: block;
}

/* Half star: gray base, gold left 55% via ::before */
.ind-star-half {
  display: inline-block;
  position: relative;
  color: #ddd;
  letter-spacing: 0;
}
.ind-star-half::before {
  content: '\2605';
  position: absolute;
  left: 0;
  top: 0;
  width: 55%;
  overflow: hidden;
  color: #FBBA18;
}

/* --- FAQs --- */
.ind-faq-section {
  padding: 80px 0;
  background: #faf8fc;
}

/* --- CTA Journey --- */
.ind-journey-section {
  padding: 60px 0 80px;
}

.ind-journey-box {
  background: #f5f0f8;
  border-radius: 20px;
  padding: 64px 40px;
  text-align: center;
}

.ind-journey-phone {
  width: 64px;
  height: 64px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 26px;
}

.ind-journey-h2 {
  font-size: 32px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 28px;
}

.ind-journey-features {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.ind-journey-feat {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #555;
}

.ind-journey-feat svg {
  flex-shrink: 0;
}

/* --- Responsive overrides --- */
@media (max-width: 991px) {
  .ind-hero-h1    { font-size: 38px; }
  .ind-section-h2 { font-size: 30px; }
  .ind-stats-h2   { font-size: 28px; }
  .ind-stat-num   { font-size: 38px; }
  .ind-testi-left { padding-right: 0; margin-bottom: 40px; }
  .ind-testi-right { padding-left: 0; }
  .ind-testi-h2   { font-size: 28px; }
}

@media (max-width: 767px) {
  .ind-hero         { padding: 40px 0 52px; }
  .ind-hero-h1      { font-size: 30px; }
  .ind-hero-sub     { font-size: 15px; }
  .ind-section-h2   { font-size: 24px; }
  .ind-stats-h2     { font-size: 22px; }
  .ind-stat-num     { font-size: 34px; }
  .ind-journey-box  { padding: 44px 20px; }
  .ind-journey-h2   { font-size: 24px; }
  .ind-journey-features { gap: 16px; }
  .ind-ratings-row  { gap: 10px; }
  .ind-rating-badge { min-width: 88px; padding: 12px 12px; }
  .ind-pills-wrap   { gap: 8px; }
}

@media (max-width: 480px) {
  .ind-hero-h1 { font-size: 26px; }
  .ind-stat-num { font-size: 28px; }
  .ind-pills-wrap { justify-content: flex-start; }
}
