/* =====================================================================
 *   SP Nexwork Custom Styles - Green Theme Overrides
 * =================================================================== */

:root {
  --theme-green: #27ae60;
  --theme-green-dark: #1e8449;
  --theme-green-light: #2ecc71;
  --theme-green-bg: #27ae60;
}

/* Override theme colors to green */
.color-theme,
.colored,
.copyrights-message a:hover,
.box-contact-info-1 .box-icon,
.box-some-fact-1 .box-icon,
.box-service-1:hover .box-icon,
.list-info li::before,
.slick-dotted .slick-dots li.slick-active button,
.slick-arrows a,
.slick-arrows a:hover {
  color: var(--theme-green) !important;
}

.color-bg-theme,
.colorful,
.btn.colorful,
.btn.hover-colorful:hover,
.box-service-1 .box-icon,
#loading-progress::before,
.btn-video i,
.btn.colorful:hover,
.btn.hover-colorful:hover,
.slick-arrows a.slick-next:hover,
.slick-arrows a.slick-prev:hover,
.client-single a:hover img,
.testimonial-single-1,
.icon.spaced.colorful-bg {
  background-color: var(--theme-green) !important;
  border-color: var(--theme-green) !important;
}

.btn.colorful,
.btn.hover-colorful:hover,
.btn-video i,
.colorful {
  background-color: var(--theme-green) !important;
  border-color: var(--theme-green) !important;
}

.btn.colorful:hover,
.btn.hover-colorful:hover {
  background-color: var(--theme-green-dark) !important;
}

.box-service-1 .box-icon {
  box-shadow: inset 0 0 0 0 transparent, 0 0 0 6px rgba(39, 174, 96, 0.3) !important;
}

.testimonial-single-1 {
  border-color: var(--theme-green) !important;
}

.highlighted .testimonial-single-1 {
  border-color: var(--theme-green) !important;
  box-shadow: 0 0 50px 15px rgba(39, 174, 96, 0.05) !important;
}

.btn.colorful-darken {
  background-color: var(--theme-green-dark) !important;
  border-color: var(--theme-green-dark) !important;
  color: #fff !important;
}

.btn.colorful-2 {
  background-color: var(--theme-green-dark) !important;
  border-color: var(--theme-green-dark) !important;
}

.color-bg-gradient-1 {
  background: linear-gradient(135deg, var(--theme-green) 0%, var(--theme-green-dark) 100%) !important;
}

#section-clients-1 {
  background-color: var(--theme-green) !important;
}

/* SP Nexwork Specific Styles */
.spnx-section {
  width: 100%;
  position: relative;
}

.spnx-section .section-content {
  width: 100%;
  padding: 100px 0;
  position: relative;
  clear: both;
}

.spnx-timeline {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 30px 0 0;
}

.spnx-timeline li {
  position: relative;
  padding: 0 0 25px 30px;
  border-left: 2px solid var(--theme-green);
}

.spnx-timeline li:last-child {
  padding-bottom: 0;
}

.spnx-timeline li::before {
  content: "";
  position: absolute;
  left: -6px;
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--theme-green);
}

.spnx-timeline li .year {
  font-weight: 700;
  color: var(--theme-green);
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}

.spnx-timeline li .desc {
  color: #888;
  font-size: 14px;
}

.spnx-process {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  counter-reset: step;
  margin: 0 -15px;
}

.spnx-process-item {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 15px;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}

.spnx-process-item .step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--theme-green);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-bottom: 15px;
}

.spnx-process-item h5 {
  font-size: 15px;
  margin-bottom: 5px;
}

.spnx-process-item p {
  font-size: 13px;
  color: #888;
  margin-bottom: 0;
}

.spnx-process-arrow {
  display: none;
}

@media (max-width: 992px) {
  .spnx-process-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 480px) {
  .spnx-process-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Commitment cards */
.spnx-commitment-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.spnx-commitment-item {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 15px;
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .spnx-commitment-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 480px) {
  .spnx-commitment-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.spnx-commitment-card {
  padding: 40px 30px;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  transition: all 0.3s;
  height: 100%;
}

.spnx-commitment-card:hover {
  border-color: var(--theme-green);
  box-shadow: 0 10px 30px rgba(39, 174, 96, 0.1);
  transform: translateY(-5px);
}

.spnx-commitment-card .icon {
  font-size: 40px;
  color: var(--theme-green);
  margin-bottom: 20px;
  display: block;
}

.spnx-commitment-card h5 {
  margin-bottom: 10px;
}

.spnx-commitment-card p {
  font-size: 14px;
  color: #888;
  margin-bottom: 0;
}

/* Leadership section removed - custom enhancements below */

/* Hero enhancements */
.spnx-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  background: rgba(39, 174, 96, 0.2);
  border: 1px solid rgba(46, 204, 113, 0.4);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 50px;
  color: #2ecc71;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.spnx-stat-box.spnx-stat-glass {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: 20px 25px;
  min-width: 160px;
  transition: all 0.3s ease;
}

.spnx-stat-box.spnx-stat-glass:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.14);
  border-color: var(--theme-green-light);
  box-shadow: 0 10px 25px rgba(39, 174, 96, 0.2);
}

/* Service / Info Card Modernization */
.spnx-service-card {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #eef2f5;
  padding: 35px 25px;
  text-align: center;
  transition: all 0.35s ease;
  height: 100%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.02);
}

.spnx-service-card:hover {
  transform: translateY(-7px);
  border-color: rgba(39, 174, 96, 0.3);
  box-shadow: 0 15px 35px rgba(39, 174, 96, 0.1);
}

.spnx-service-card .icon-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(39, 174, 96, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 28px;
  color: var(--theme-green);
  transition: all 0.35s ease;
}

.spnx-service-card:hover .icon-wrapper {
  background: var(--theme-green);
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(39, 174, 96, 0.3);
}

.spnx-service-card h5 {
  font-size: 18px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 12px;
}

.spnx-service-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #64748b;
  margin: 0;
}

/* Process Step Card Enhancements */
.spnx-process-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 30px 20px;
  text-align: center;
  border: 1px solid #eef2f5;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.02);
  transition: all 0.35s ease;
  height: 100%;
}

.spnx-process-card:hover {
  transform: translateY(-6px);
  border-color: rgba(39, 174, 96, 0.3);
  box-shadow: 0 15px 35px rgba(39, 174, 96, 0.1);
}

.spnx-process-card .step-badge {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--theme-green) 0%, var(--theme-green-light) 100%);
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  box-shadow: 0 6px 15px rgba(39, 174, 96, 0.3);
}

.spnx-process-card h5 {
  font-size: 16px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 8px;
}

.spnx-process-card p {
  font-size: 13px;
  color: #64748b;
  line-height: 1.5;
  margin: 0;
}

/* Global Client Logo Cards */
.spnx-client-card {
  padding: 20px 25px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  backdrop-filter: blur(5px);
  text-align: center;
}

.spnx-client-card:hover {
  background: rgba(39, 174, 96, 0.15);
  border-color: var(--theme-green-light);
  color: #ffffff;
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(39, 174, 96, 0.15);
}

/* Floating WhatsApp Button */
.spnx-float-wa {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  background: #25d366;
  color: #ffffff !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
  z-index: 9999;
  transition: all 0.3s ease;
}

.spnx-float-wa:hover {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.6);
  background: #20ba5a;
}

@media (max-width: 768px) {
  .spnx-float-wa {
    width: 52px;
    height: 52px;
    font-size: 26px;
    right: 16px;
    bottom: 16px;
    bottom: max(16px, env(safe-area-inset-bottom));
  }
}

@media (max-width: 480px) {
  .spnx-float-wa {
    width: 46px;
    height: 46px;
    font-size: 22px;
    right: 14px;
    bottom: 14px;
    bottom: max(14px, env(safe-area-inset-bottom));
  }
}

@media (max-height: 520px) {
  .spnx-float-wa {
    display: none;
  }
}

/* Division cards */
.spnx-division-card {
  padding: 40px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  transition: all 0.3s;
  height: 100%;
}

.spnx-division-card:hover {
  border-color: var(--theme-green);
  box-shadow: 0 10px 30px rgba(39, 174, 96, 0.1);
}

.spnx-division-card .badge {
  display: inline-block;
  padding: 4px 16px;
  background: var(--theme-green);
  color: #fff;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}

.spnx-division-card h3 {
  color: var(--theme-green);
}

.spnx-division-card .subtitle {
  color: #666;
  font-size: 16px;
  margin-bottom: 20px;
}

.spnx-division-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.spnx-division-card ul li {
  padding: 6px 0;
  border-bottom: 1px solid #f5f5f5;
}

.spnx-division-card ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--theme-green);
  margin-right: 10px;
  font-size: 12px;
}

/* Stats box */
.spnx-stat-box {
  text-align: center;
  padding: 20px;
}

.spnx-stat-box .stat-value {
  font-size: 36px;
  font-weight: 700;
  color: var(--theme-green);
  font-family: "Poppins", sans-serif;
  margin-bottom: 5px;
}

.spnx-stat-box .stat-label {
  font-size: 14px;
  color: rgba(255,255,255,0.8);
}

/* Founder quote */
.spnx-founder-quote {
  position: relative;
  padding: 30px 40px;
  margin-top: 30px;
  background: #f9f9f9;
  border-radius: 10px;
  border-left: 4px solid var(--theme-green);
}

.spnx-founder-quote blockquote {
  padding: 0;
  margin: 0;
  border: none;
  font-size: 18px;
  font-style: italic;
  color: #555;
}

.spnx-founder-quote .attribution {
  margin-top: 15px;
  font-style: normal;
  font-weight: 600;
  color: var(--theme-green);
}

/* Quick links in footer */
.spnx-quick-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.spnx-quick-links li {
  margin-bottom: 8px;
}

.spnx-quick-links li a {
  color: #888;
  transition: all 0.2s;
}

.spnx-quick-links li a:hover {
  color: var(--theme-green);
  padding-left: 5px;
}

/* Certification badges */
.spnx-cert-badge {
  display: inline-block;
  padding: 6px 16px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 4px;
  font-size: 12px;
  color: #fff;
  margin: 0 5px 10px 0;
}

/* Background video section */
.spnx-hero {
  position: relative;
  overflow-x: hidden;
  overflow-y: visible;
}

.spnx-hero .video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

/* Client logo hover */
.spnx-client-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  filter: grayscale(100%);
  opacity: 0.6;
  transition: all 0.3s;
}

.spnx-client-logo:hover {
  filter: grayscale(0);
  opacity: 1;
}

/* Section with bg pattern overlay */
.section-pattern-overlay {
  position: relative;
}

.section-pattern-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/general-elements/bg-patterns/grid/1.png');
  opacity: 0.3;
  z-index: 0;
}

/* Contact section specific */
.spnx-contact-info {
  margin-bottom: 0;
}

.spnx-contact-info .box-contact-info-1 {
  margin-bottom: 30px;
}

/* Smooth section spacing */
.section-divider {
  height: 1px;
  background: linear-gradient(to right, transparent, var(--theme-green), transparent);
  opacity: 0.2;
}

/* =====================================================================
 *   JTP Agency Style Layout - SP Nexwork
 * =================================================================== */

/* Sticky Header */
.spnx-sticky-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #ffffff;
  border-bottom: 1px solid #eef2f5;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.spnx-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}

.spnx-header-inner .logo-header {
  margin: 0;
}

.spnx-header-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.spnx-header-nav > a:not(.btn) {
  font-size: 14px;
  font-weight: 500;
  color: #1e293b;
  transition: color 0.2s;
}

.spnx-header-nav > a:not(.btn):hover {
  color: var(--theme-green);
}

.spnx-header-nav .btn {
  margin: 0;
  padding: 10px 20px;
  font-size: 13px;
}

.spnx-mobile-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 24px;
  color: #1e293b;
  cursor: pointer;
  padding: 8px;
}

@media (max-width: 992px) {
  .spnx-header-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    gap: 15px;
    border-bottom: 1px solid #eef2f5;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  }

  .spnx-header-nav.spnx-nav-open {
    display: flex;
  }

  .spnx-mobile-toggle {
    display: block;
  }
}

/* Hero Section (JTP Style) */
.spnx-jtp-hero {
  position: relative;
  background: #000;
  color: #fff;
  overflow: hidden;
  padding: 120px 0;
}

.spnx-jtp-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.spnx-jtp-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
}

.spnx-jtp-hero-content {
  position: relative;
  z-index: 10;
  padding: 40px 0;
}

.spnx-jtp-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #9ca3af;
  margin-bottom: 20px;
}

.spnx-jtp-hero-content h1 {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.15;
  max-width: 800px;
  margin: 0 auto 20px;
  color: #fff;
}

.spnx-jtp-hero-sub {
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
  max-width: 700px;
  margin: 0 auto 35px;
}

.spnx-jtp-hero-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

@media (max-width: 768px) {
  .spnx-jtp-hero {
    padding: 80px 0;
  }

  .spnx-jtp-hero-content h1 {
    font-size: 32px;
  }

  .spnx-jtp-hero-sub {
    font-size: 16px;
  }
}

/* Stats Bar (JTP Style) */
.spnx-jtp-stats {
  background: #f8fafc;
  border-bottom: 1px solid #eef2f5;
  padding: 40px 0;
}

.spnx-jtp-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.spnx-jtp-stat {
  text-align: center;
}

.spnx-jtp-stat .stat-value {
  font-size: 36px;
  font-weight: 800;
  color: #1e293b;
  font-family: "Poppins", sans-serif;
  margin-bottom: 5px;
}

.spnx-jtp-stat .stat-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #94a3b8;
}

@media (max-width: 768px) {
  .spnx-jtp-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}

/* Section Wrapper (JTP Style) */
.spnx-jtp-section {
  padding: 80px 0;
}

.spnx-jtp-section-head {
  margin-bottom: 40px;
}

.spnx-jtp-section-head .mb-3 {
  margin-bottom: 12px;
}

.spnx-jtp-section-head .mb-5 {
  margin-bottom: 30px;
}

.spnx-jtp-heading {
  font-size: 36px;
  font-weight: 800;
  color: #1e293b;
  line-height: 1.2;
  max-width: 600px;
}

@media (max-width: 768px) {
  .spnx-jtp-section {
    padding: 60px 0;
  }

  .spnx-jtp-heading {
    font-size: 28px;
  }
}

/* Program Cards (JTP Style) */
.spnx-jtp-program-card {
  display: block;
  background: #fff;
  border: 1px solid #eef2f5;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
  text-decoration: none;
}

.spnx-jtp-program-card:hover {
  border-color: #1e293b;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

.spnx-jtp-program-img {
  height: 220px;
  overflow: hidden;
  position: relative;
}

.spnx-jtp-program-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.spnx-jtp-program-card:hover .spnx-jtp-program-img img {
  transform: scale(1.05);
}

.spnx-jtp-program-body {
  padding: 30px;
}

.spnx-jtp-program-body h3 {
  font-size: 22px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 5px;
}

.spnx-jtp-program-card:hover .spnx-jtp-program-body h3 {
  text-decoration: underline;
}

.spnx-jtp-program-tag {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #94a3b8;
  margin-bottom: 12px;
}

.spnx-jtp-program-desc {
  font-size: 14px;
  line-height: 1.7;
  color: #64748b;
  margin-bottom: 20px;
}

.spnx-jtp-learn-more {
  font-size: 14px;
  font-weight: 600;
  color: #1e293b;
  display: flex;
  align-items: center;
  gap: 8px;
}

.spnx-jtp-learn-more i {
  transition: transform 0.3s ease;
}

.spnx-jtp-program-card:hover .spnx-jtp-learn-more i {
  transform: translateX(5px);
}

/* Clients Marquee (JTP Style) */
.spnx-jtp-clients {
  background: #f8fafc;
  border-top: 1px solid #eef2f5;
  border-bottom: 1px solid #eef2f5;
  padding: 50px 0;
  overflow: hidden;
}

.spnx-jtp-clients .spnx-jtp-label {
  display: block;
  text-align: center;
  margin-bottom: 30px;
}

.spnx-jtp-marquee {
  overflow: hidden;
  position: relative;
}

.spnx-jtp-marquee-track {
  display: flex;
  gap: 60px;
  width: max-content;
  animation: spnx-marquee 30s linear infinite;
}

.spnx-jtp-marquee:hover .spnx-jtp-marquee-track {
  animation-play-state: paused;
}

.spnx-jtp-marquee-item {
  flex-shrink: 0;
  font-size: 18px;
  font-weight: 700;
  color: #94a3b8;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 0.3s;
}

.spnx-jtp-marquee-item:hover {
  color: var(--theme-green);
}

@keyframes spnx-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Process Section (JTP Style) */
.spnx-jtp-process-section {
  background: #f8fafc;
  border-top: 1px solid #eef2f5;
  border-bottom: 1px solid #eef2f5;
  padding: 80px 0;
}

.spnx-jtp-process-title {
  font-size: 18px;
  font-weight: 700;
  color: #1e293b;
  padding-bottom: 15px;
  border-bottom: 1px solid #eef2f5;
  margin-bottom: 30px;
}

.spnx-jtp-step-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.spnx-jtp-step {
  display: flex;
  gap: 20px;
}

.spnx-jtp-step-num {
  font-size: 24px;
  font-weight: 800;
  color: #e2e8f0;
  flex-shrink: 0;
  width: 40px;
}

.spnx-jtp-step h4 {
  font-size: 16px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 5px;
}

.spnx-jtp-step p {
  font-size: 14px;
  line-height: 1.6;
  color: #64748b;
  margin: 0;
}

@media (max-width: 768px) {
  .spnx-jtp-process-section {
    padding: 60px 0;
  }
}

/* Feature Cards (JTP Style) */
.spnx-jtp-feature-card {
  background: #fff;
  border: 1px solid #eef2f5;
  border-radius: 12px;
  padding: 30px;
  height: 100%;
  transition: all 0.3s ease;
}

.spnx-jtp-feature-card:hover {
  border-color: var(--theme-green);
  box-shadow: 0 10px 30px rgba(39, 174, 96, 0.08);
}

.spnx-jtp-feature-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 10px;
}

.spnx-jtp-feature-card p {
  font-size: 14px;
  line-height: 1.7;
  color: #64748b;
  margin: 0;
}

/* Testimonials (JTP Style) */
.spnx-jtp-testimonials {
  background: #000;
  color: #fff;
  padding: 80px 0;
}

.spnx-jtp-testimonial-head {
  margin-bottom: 40px;
}

.spnx-jtp-testimonial-head .spnx-jtp-label {
  color: #9ca3af;
}

.spnx-jtp-testimonial-head .spnx-jtp-heading {
  color: #fff;
  margin: 0 auto;
}

.spnx-jtp-stars {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin-top: 15px;
  color: #fbbf24;
  font-size: 20px;
}

.spnx-jtp-stars.small {
  justify-content: flex-start;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 15px;
}

.spnx-jtp-testimonial-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 30px;
  height: 100%;
  transition: border-color 0.3s;
}

.spnx-jtp-testimonial-card:hover {
  border-color: rgba(255, 255, 255, 0.3);
}

.spnx-jtp-quote-mark {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 60px;
  font-family: Georgia, serif;
  color: rgba(255, 255, 255, 0.1);
  line-height: 1;
  user-select: none;
}

.spnx-jtp-testimonial-text {
  font-size: 14px;
  line-height: 1.7;
  color: #d1d5db;
  font-style: italic;
  flex: 1;
  margin-bottom: 25px;
}

.spnx-jtp-testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.spnx-jtp-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  flex-shrink: 0;
}

.spnx-jtp-avatar.bg-white {
  background: #fff;
  color: #000;
}

.spnx-jtp-author-name {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin: 0;
}

.spnx-jtp-author-role {
  font-size: 12px;
  color: #9ca3af;
  margin: 2px 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.spnx-jtp-author-tag {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 8px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: rgba(255, 255, 255, 0.7);
  border-radius: 4px;
  flex-shrink: 0;
  margin-left: auto;
}

.spnx-jtp-author-tag.bg-white {
  background: #fff;
  color: #000;
  border-color: #fff;
}

@media (max-width: 768px) {
  .spnx-jtp-testimonials {
    padding: 60px 0;
  }
}

/* CTA Section (JTP Style) */
.spnx-jtp-cta {
  background: #000;
  color: #fff;
  padding: 80px 0;
  text-align: center;
}

.spnx-jtp-cta-heading {
  font-size: 36px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 15px;
}

.spnx-jtp-cta-sub {
  font-size: 16px;
  color: #9ca3af;
  max-width: 600px;
  margin: 0 auto 35px;
  line-height: 1.6;
}

.spnx-jtp-cta-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

@media (max-width: 768px) {
  .spnx-jtp-cta {
    padding: 60px 0;
  }

  .spnx-jtp-cta-heading {
    font-size: 28px;
  }
}

/* Footer (JTP Style) */
.spnx-jtp-footer {
  background: #000;
  color: #fff;
  padding: 60px 0 0;
}

.spnx-jtp-footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 50px;
  border-bottom: 1px solid #1f2937;
}

.spnx-jtp-footer-brand img {
  max-width: 160px;
  margin-bottom: 15px;
}

.spnx-jtp-footer-brand p {
  font-size: 14px;
  line-height: 1.7;
  color: #9ca3af;
  margin-bottom: 10px;
}

.spnx-jtp-footer-tagline {
  font-size: 11px !important;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #4b5563 !important;
}

.spnx-jtp-footer-col h4 {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #6b7280;
  margin-bottom: 15px;
}

.spnx-jtp-footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.spnx-jtp-footer-col ul li {
  margin-bottom: 10px;
}

.spnx-jtp-footer-col ul li a {
  font-size: 14px;
  color: #9ca3af;
  transition: color 0.2s;
}

.spnx-jtp-footer-col ul li a:hover {
  color: #fff;
}

.spnx-jtp-footer-bottom {
  padding: 30px 0;
  border-bottom: 1px solid #1f2937;
}

.spnx-jtp-footer-contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.spnx-jtp-footer-contact > a:not(.btn) {
  font-size: 14px;
  color: #9ca3af;
  transition: color 0.2s;
}

.spnx-jtp-footer-contact > a:not(.btn):hover {
  color: #fff;
}

.spnx-jtp-footer-contact > span {
  font-size: 14px;
  color: #9ca3af;
}

.spnx-jtp-footer-contact .btn {
  margin: 0;
  padding: 10px 20px;
  font-size: 13px;
}

.spnx-jtp-social {
  display: flex;
  gap: 15px;
  margin-left: auto;
}

.spnx-jtp-social a {
  color: #9ca3af;
  font-size: 18px;
  transition: color 0.2s;
}

.spnx-jtp-social a:hover {
  color: #fff;
}

.spnx-jtp-footer-legal {
  padding: 30px 0 40px;
}

.spnx-jtp-footer-legal > p {
  font-size: 12px;
  line-height: 1.7;
  color: #4b5563;
  margin-bottom: 20px;
}

.spnx-jtp-footer-copyright {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.spnx-jtp-footer-copyright p {
  font-size: 12px;
  color: #4b5563;
  margin: 0;
}

.spnx-jtp-footer-links {
  display: flex;
  gap: 20px;
}

.spnx-jtp-footer-links a {
  font-size: 12px;
  color: #4b5563;
  transition: color 0.2s;
}

.spnx-jtp-footer-links a:hover {
  color: #9ca3af;
}

@media (max-width: 992px) {
  .spnx-jtp-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .spnx-jtp-footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 480px) {
  .spnx-jtp-footer-grid {
    grid-template-columns: 1fr;
  }

  .spnx-jtp-footer-contact {
    flex-direction: column;
    align-items: flex-start;
  }

  .spnx-jtp-social {
    margin-left: 0;
  }
}

