* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Inter', sans-serif;
}

body {
  background: #f9fafb;
  color: #1f2937;
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

/* HEADER */
.saas-header {
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.header-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
}

.logo {
  font-size: 22px;
  font-weight: 700;
  color: #111827;
  text-decoration: none;
}
.logo span {
  color: #add100;
}

.nav a {
  margin-left: 22px;
  text-decoration: none;
  color: #374151;
  font-weight: 700;
}

.btn-primary {
  background: linear-gradient(135deg, #2563eb, #4f46e5);
  color: #fff !important;
  padding: 10px 18px;
  border-radius: 8px;
}

/* MOBILE MENU */
.menu-toggle {
  display: none;
  font-size: 26px;
  cursor: pointer;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .nav {
    display: none;
    position: absolute;
    top: 70px;
    right: 0;
    background: #fff;
    width: 100%;
    flex-direction: column;
    padding: 20px;
  }

  .nav a {
    margin: 10px 0;
  }

  .menu-toggle {
    display: block;
  }

  
}

/* ===== SAAS FOOTER ===== */
.saas-footer {
  font-family: Inter, system-ui, sans-serif;
  background: #020617;
  color: #cbd5f5;
}

/* CTA Strip */
.footer-cta {
  background: linear-gradient(135deg, #2563eb, #1e40af);
  padding: 50px 20px;
  text-align: center;
}

.footer-cta h3 {
  font-size: 28px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 18px;
}

.footer-cta-btn {
  background: #ffffff;
  color: #1e3a8a;
  padding: 14px 30px;
  border-radius: 12px;
  font-weight: 700;
  text-decoration: none;
}

/* Main */
.footer-main {
  padding: 70px 20px;
}

.footer-grid {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1.2fr;
  gap: 40px;
}

/* Brand */
.footer-col.brand h2 {
  color: #ffffff;
  font-size: 26px;
  margin-bottom: 12px;
}

.footer-col.brand p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 18px;
}

.footer-badges span {
  display: inline-block;
  background: rgba(255,255,255,0.08);
  padding: 6px 12px;
  border-radius: 30px;
  font-size: 12px;
  margin-right: 8px;
}

/* Columns */
.footer-col h4 {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 14px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col li {
  margin-bottom: 10px;
}

.footer-col a {
  color: #cbd5f5;
  font-size: 14px;
  text-decoration: none;
}

.footer-col a:hover {
  color: #add100;
}

/* Contact */
.footer-col.contact p {
  font-size: 14px;
  margin-bottom: 8px;
}

/* Bottom */
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
}

.footer-bottom p {
  font-size: 13px;
}

.footer-links a {
  font-size: 13px;
  margin-left: 18px;
  color: #cbd5f5;
  text-decoration: none;
}

/* Responsive */
@media (max-width: 900px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}


/* HERO WRAPPER */
.sx-hero-wrapper{
  background: radial-gradient(circle at top, #0f172a, #020617);
  padding: 110px 20px;
  color:#fff;
  overflow:hidden;
}

.sx-hero-container{
  max-width: 1300px;
  margin:auto;
  display:grid;
  grid-template-columns: 1fr 1.25fr;
  align-items:center;
  gap:80px;
}

/* TEXT */
.sx-hero-content h1{
  font-size:52px;
  line-height:1.15;
  margin:0;
}

.sx-typing{
  display:block;
  color: #c9cad7;
  min-height:64px;
  margin-top:6px;
}

.sx-typing::after{
  content:"|";
  margin-left:6px;
  animation:sxBlink 1s infinite;
}

@keyframes sxBlink{
  0%,50%,100%{opacity:1}
  25%,75%{opacity:0}
}

.sx-hero-content p{
  margin:24px 0 42px;
  color:#cbd5e1;
  max-width:540px;
  font-size:17px;
  line-height:1.7;
}

/* BUTTONS */
.sx-hero-actions{
  display:flex;
  gap:18px;
  flex-wrap:wrap;
}

.sx-btn-primary{
  background:linear-gradient(135deg,#38bdf8,#0ea5e9);
  color:#020617;
  padding:15px 36px;
  border-radius:10px;
  font-weight:600;
  text-decoration:none;
}

.sx-btn-outline{
  border:1px solid #38bdf8;
  padding:15px 36px;
  border-radius:10px;
  color:#38bdf8;
  text-decoration:none;
}

/* VISUAL */
.sx-hero-visual{
  position:relative;
}

.sx-laptop-mock{
  max-width:680px;
  margin:auto;
  transform:perspective(1200px) rotateX(7deg) rotateY(-12deg);
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 60px 150px rgba(0,0,0,.75);
}

.sx-laptop-mock img{
  width:100%;
  display:block;
}

.sx-mobile-mock{
  position:absolute;
  width:230px;
  right:-30px;
  bottom:-50px;
  border-radius:26px;
  overflow:hidden;
  box-shadow:0 45px 110px rgba(0,0,0,.6);
}

.sx-mobile-mock img{
  width:100%;
  display:block;
}

/* FLOATING TAGS */
.sx-float-chip{
  position:absolute;
  background:rgba(255,255,255,.08);
  backdrop-filter:blur(14px);
  padding:12px 20px;
  border-radius:999px;
  font-size:13px;
  animation:sxFloat 6s ease-in-out infinite;
}

.chip-one{ top:50px; left:40px; }
.chip-two{ top:160px; right:80px; animation-delay:2s; }
.chip-three{ bottom:140px; left:80px; animation-delay:4s; }

@keyframes sxFloat{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-14px)}
}

/* RESPONSIVE */
@media(max-width:1024px){
  .sx-hero-container{
    grid-template-columns:1fr;
    text-align:center;
  }

  .sx-hero-visual{
    margin-top:70px;
  }

  .sx-laptop-mock{
    transform:none;
  }

  .sx-mobile-mock,
  .sx-float-chip{
    display:none;
  }
}

@media(max-width:480px){
  .sx-hero-content h1{
    font-size:38px;
  }
}


.erpmod-wrapper{
  background:#020617;
  padding:100px 20px;
  color:#fff;
}

.erpmod-container{
  max-width:1200px;
  margin:auto;
}

.erpmod-header{
  text-align:center;
  margin-bottom:70px;
}

.erpmod-header h2{
  font-size:42px;
  margin-bottom:14px;
}

.erpmod-header p{
  color:#cbd5e1;
  max-width:600px;
  margin:auto;
  font-size:16px;
}

/* GRID */
.erpmod-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
}

/* CARD */
.erpmod-card{
  background:linear-gradient(180deg,#0f172a,#020617);
  border:1px solid rgba(255,255,255,.06);
  border-radius:18px;
  padding:34px 28px;
  text-align:left;
  transition:.4s ease;
  position:relative;
  overflow:hidden;
}

.erpmod-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(120deg,transparent,#38bdf8,transparent);
  opacity:0;
  transition:.4s;
}

.erpmod-card:hover::before{
  opacity:.08;
}

.erpmod-card:hover{
  transform:translateY(-10px);
  border-color:#38bdf8;
}

.erpmod-icon{
  font-size:34px;
  margin-bottom:18px;
}

.erpmod-card h3{
  font-size:20px;
  margin-bottom:10px;
}

.erpmod-card p{
  color:#cbd5e1;
  font-size:14px;
  line-height:1.6;
}

/* RESPONSIVE */
@media(max-width:1024px){
  .erpmod-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:600px){
  .erpmod-grid{
    grid-template-columns:1fr;
  }

  .erpmod-header h2{
    font-size:32px;
  }
}


.erpind-wrapper{
  background:linear-gradient(180deg,#020617,#0f172a);
  padding:100px 20px;
  color:#fff;
}

.erpind-container{
  max-width:1200px;
  margin:auto;
}

.erpind-header{
  text-align:center;
  margin-bottom:70px;
}

.erpind-header h2{
  font-size:42px;
  margin-bottom:14px;
}

.erpind-header p{
  color:#cbd5e1;
  max-width:650px;
  margin:auto;
  font-size:16px;
}

/* GRID */
.erpind-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:26px;
}

/* CARD */
.erpind-card{
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.06);
  border-radius:18px;
  padding:32px 24px;
  transition:.4s ease;
  position:relative;
}

.erpind-card:hover{
  transform:translateY(-12px);
  border-color:#38bdf8;
  background:rgba(255,255,255,.07);
}

.erpind-icon{
  font-size:36px;
  margin-bottom:18px;
}

.erpind-card h3{
  font-size:18px;
  margin-bottom:8px;
}

.erpind-card p{
  font-size:14px;
  line-height:1.6;
  color:#cbd5e1;
}

/* RESPONSIVE */
@media(max-width:1100px){
  .erpind-grid{
    grid-template-columns:repeat(3,1fr);
  }
}

@media(max-width:768px){
  .erpind-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .erpind-header h2{
    font-size:34px;
  }
}

@media(max-width:480px){
  .erpind-grid{
    grid-template-columns:1fr;
  }
}


/* new hero section type script  */
/* ===== SAAS HERO ===== */
.saas-hero {
  padding: 30px 20px;
  background: linear-gradient(180deg, #f8fafc, #ffffff);
  font-family: Inter, system-ui, sans-serif;
}

.hero-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: center;
}

/* Left */
.hero-badge {
  display: inline-block;
  background: #eef2ff;
  color: #4f46e5;
  padding: 6px 18px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 18px;
}

.hero-content h1 {
  font-size: 44px;
  font-weight: 800;
  line-height: 1.2;
  color: #0f172a;
  margin-bottom: 18px;
}

.typing-text {
  color: #2563eb;
  border-right: 3px solid #2563eb;
  padding-right: 6px;
}

.hero-content p {
  font-size: 17px;
  color: #475569;
  max-width: 520px;
  margin-bottom: 36px;
}

/* Buttons */
.hero-actions {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.hero-btn {
  padding: 16px 32px;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.hero-btn.primary {
  background:linear-gradient(to left, #799F0C, #FFE000); 
  color: #ffffff;
}

.hero-btn.secondary {
  border: 2px solid #add100;
  color: #0f172a;
}

/* Right Visual */
.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
}

.device {
  border-radius: 18px;
  overflow: hidden;
  /* box-shadow: 0 30px 80px rgba(0,0,0,0.18); */
}

.device img {
  width: 100%;
  display: block;
}

.device.laptop {
  width: 100%;
  max-width: 530px;
}

.device.mobile {
  width: 160px;
  position: absolute;
  bottom: -20px;
  right: 40px;
}

/* Responsive */
@media (max-width: 900px) {
  .hero-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-content p {
    margin: auto auto 36px;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-visual {
    margin-top: 40px;
  }

  .device.mobile {
    right: 20%;
  }
}

@media (max-width: 480px) {
  .hero-content h1 {
    font-size: 28px;
  }

  .hero-btn {
    width: 100%;
    text-align: center;
  }

  .device.mobile {
    width: 120px;
    right: 10%;
  }
}


/* css for home page  */

/* ===== HOME HERO ===== */
.home-hero {
  background: linear-gradient(135deg, #eef2ff, #ffffff);
  padding: 20px 0;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 50px;
  align-items: center;
}

.hero-badge {
  background:linear-gradient(to left, #799F0C, #FFE000); 
  color: white;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 16px;
}

.hero-content h1 {
  font-size: 42px;
  line-height: 1.2;
}
.hero-content h1 span {
  color: #add100;
}

.hero-content p {
  margin: 18px 0;
  color: #4b5563;
  max-width: 520px;
}

.hero-actions {
  display: flex;
  gap: 16px;
  margin-top: 20px;
}

.btn-outline {
  border: 1px solid #2563eb;
  color: #2563eb;
  padding: 10px 18px;
  border-radius: 8px;
  text-decoration: none;
}

.hero-trust {
  display: flex;
  gap: 16px;
  margin-top: 24px;
  font-size: 14px;
  color: #374151;
}

.hero-visual img {
  width: 140%;
}

/* ===== PRODUCTS ===== */
.home-products {
  padding: 80px 0;
}

.section-head {
  text-align: center;
  margin-bottom: 50px;
}

.section-head h2 {
  font-size: 32px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.product-card {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.product-card .icon {
  font-size: 36px;
  margin-bottom: 16px;
}

.product-card a {
  display: inline-block;
  margin-top: 12px;
  color: #2563eb;
  text-decoration: none;
}

/* ===== WHY ===== */
.home-why {
  background: #0f172a;
  color: #fff;
  padding: 80px 0;
}

.section-head.light p {
  color: #c7d2fe;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.why-box {
  background: rgba(255,255,255,0.08);
  padding: 24px;
  border-radius: 14px;
}

/* ===== CTA ===== */
.home-cta {
  padding: 90px 0;
  background: linear-gradient(135deg, #2563eb, #4f46e5);
  color: #fff;
  text-align: center;
}

.cta-box p {
  margin: 16px 0 28px;
}

/* ===== RESPONSIVE ===== */
@media(max-width: 900px){
  .hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .hero-actions {
    justify-content: center;
  }
  .product-grid,
  .why-grid {
    grid-template-columns: 1fr 1fr;
  }
  .hero-visual img {
    width: 100%;
  }
}

@media(max-width: 500px){
  .product-grid,
  .why-grid {
    grid-template-columns: 1fr;
  }
  .hero-content h1 {
    font-size: 32px;
  }
  .hero-visual img {
    width: 100%;
  }
}


/* ===== SaaS Products Section ===== */
.saas-products {
  background: #f8fafc;
  padding: 80px 20px;
  font-family: 'Inter', system-ui, sans-serif;
}

.saas-container {
  max-width: 1200px;
  margin: auto;
}

/* Header */
.saas-head {
  text-align: center;
  margin-bottom: 60px;
}

.saas-tag {
  display: inline-block;
  background: #add100;
  color: #fff;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 50px;
  margin-bottom: 12px;
}

.saas-head h2 {
  font-size: 36px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 12px;
}

.saas-head p {
  font-size: 16px;
  color: #64748b;
}

/* Grid */
.saas-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

/* Card */
.saas-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 36px 30px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.06);
  transition: all 0.35s ease;
  position: relative;
}

.saas-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(0,0,0,0.12);
}

 

/* Icon */
.saas-icon {
  font-size: 42px;
  margin-bottom: 20px;
}

/* Text */
.saas-card h3 {
  font-size: 22px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 10px;
}

.saas-card p {
  font-size: 15px;
  color: #475569;
  line-height: 1.6;
  margin-bottom: 26px;
}

/* Actions */
.saas-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

 

 

.btn-outline {
  border: 1.5px solid #cbd5e1;
  color: #0f172a;
  padding: 12px 22px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s;
}

.btn-outline:hover {
  background: #add100;
  color: #fff;
}

/* Responsive */
@media (max-width: 992px) {
  .saas-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .saas-head h2 {
    font-size: 28px;
  }

  .saas-grid {
    grid-template-columns: 1fr;
  }
}



/* ===== Key Benefits Section ===== */
.saas-benefits {
  background: #ffffff;
  padding: 80px 20px;
  font-family: 'Inter', system-ui, sans-serif;
}

.benefits-container {
  max-width: 1200px;
  margin: auto;
}

/* Header */
.benefits-head {
  text-align: center;
  margin-bottom: 60px;
}

.benefits-tag {
  display: inline-block;
  background: #add100;
  color: #fff;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 12px;
}

.benefits-head h2 {
  font-size: 34px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 12px;
}

.benefits-head p {
  font-size: 16px;
  color: #64748b;
}

/* Grid */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
}

/* Card */
.benefit-card {
  background: #f8fafc;
  border-radius: 16px;
  padding: 32px 24px;
  text-align: center;
  transition: all 0.3s ease;
}

.benefit-card:hover {
  background: #ffffff;
  box-shadow: 0 14px 40px rgba(0,0,0,0.08);
  transform: translateY(-6px);
}

/* Icon */
.benefit-icon {
  font-size: 38px;
  margin-bottom: 18px;
}

/* Text */
.benefit-card h4 {
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 8px;
}

.benefit-card p {
  font-size: 14px;
  color: #475569;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 1100px) {
  .benefits-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .benefits-head h2 {
    font-size: 26px;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
  }
}


/* ===== Why Choose Us – Trust Section ===== */
.why-trust {
  background: linear-gradient(180deg, #ffffff, #f8fafc);
  padding: 15px 20px;
  font-family: 'Inter', system-ui, sans-serif;
}

.trust-container {
  max-width: 1100px;
  margin: auto;
}

/* Header */
.trust-header {
  text-align: center;
  margin-bottom: 70px;
}

.trust-tag {
  display: inline-block;
  background: #add100;
  color: #fff;
  padding: 6px 18px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 14px;
}

.trust-header h2 {
  font-size: 36px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 12px;
}

.trust-header p {
  font-size: 16px;
  color: #64748b;
}

/* List */
.trust-list {
  display: flex;
  flex-direction: column;
  gap: 34px;
}

/* Item */
.trust-item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  background: #ffffff;
  padding: 30px 32px;
  border-radius: 18px;
  position: relative;
  box-shadow: 0 14px 40px rgba(0,0,0,0.07);
  transition: all 0.3s ease;
}

.trust-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 60px rgba(0,0,0,0.12);
}

/* Side Accent Line */
.trust-line {
  position: absolute;
  left: 0;
  top: 20%;
  width: 5px;
  height: 60%;
  background: #add100;
  border-radius: 10px;
}

/* Icon */
.trust-icon {
  font-size: 38px;
  min-width: 48px;
}

/* Content */
.trust-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 6px;
}

.trust-content p {
  font-size: 15px;
  color: #475569;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
  .trust-header h2 {
    font-size: 28px;
  }

  .trust-item {
    flex-direction: column;
    padding: 26px 24px;
  }

  .trust-line {
    top: 0;
    left: 20px;
    width: 60%;
    height: 4px;
  }
}


/* ===== Trust Proof Section ===== */
.trust-proof {
  background: linear-gradient(180deg, #f8fafc, #ffffff);
  padding: 90px 20px;
  font-family: 'Inter', system-ui, sans-serif;
}

.trust-proof-container {
  max-width: 1200px;
  margin: auto;
}

/* Header */
.trust-proof-head {
  text-align: center;
  margin-bottom: 60px;
}

.proof-tag {
  display: inline-block;
  background: #add100;
  color: #fff;
  padding: 6px 18px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 14px;
}

.trust-proof-head h2 {
  font-size: 36px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 12px;
}

.trust-proof-head p {
  font-size: 16px;
  color: #64748b;
}

/* Stats */
.trust-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
  margin-bottom: 50px;
}

.stat-box {
  background: #ffffff;
  border-radius: 18px;
  padding: 36px 20px;
  text-align: center;
  box-shadow: 0 14px 40px rgba(0,0,0,0.08);
  transition: 0.3s ease;
}

.stat-box:hover {
  transform: translateY(-6px);
}

 
.stat-box h3 {
  font-size: 36px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 6px;
}

.stat-box .small {
  font-size: 18px;
}

.stat-box p {
  font-size: 15px;
  color: #475569;
}

/* Badges */
.trust-badges {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.trust-badges span {
  background: #f1f5f9;
  color: #0f172a;
  padding: 10px 18px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 992px) {
  .trust-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 540px) {
  .trust-proof-head h2 {
    font-size: 26px;
  }

  .trust-stats {
    grid-template-columns: 1fr;
  }
}


/* ===== How It Works – Process Section ===== */
.how-process {
  background: #ffffff;
  padding: 15px 20px;
  font-family: 'Inter', system-ui, sans-serif;
}

.process-container {
  max-width: 1100px;
  margin: auto;
}

/* Header */
.process-head {
  text-align: center;
  margin-bottom: 70px;
}

.process-tag {
  display: inline-block;
  background: #add100;
  color: #fff;
  padding: 6px 18px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 14px;
}

.process-head h2 {
  font-size: 36px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 12px;
}

.process-head p {
  font-size: 16px;
  color: #64748b;
}

/* Timeline */
.process-timeline {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  position: relative;
}

/* Line */
.process-timeline::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 5%;
  right: 5%;
  height: 2px;
  background: #e2e8f0;
  z-index: 0;
}

/* Step */
.process-step {
  position: relative;
  text-align: center;
  flex: 1;
  z-index: 1;
}

.step-number {
  width: 56px;
  height: 56px;
  background: linear-gradient(to left, #799F0C, #FFE000); 
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  box-shadow: 0 8px 25px rgba(37,99,235,0.35);
}

.step-card {
  background: #f8fafc;
  margin-top: 24px;
  padding: 26px 22px;
  border-radius: 16px;
  transition: 0.3s ease;
}

.step-card:hover {
  background: #ffffff;
  box-shadow: 0 14px 40px rgba(0,0,0,0.08);
}

.step-card h4 {
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 8px;
}

.step-card p {
  font-size: 14px;
  color: #475569;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 900px) {
  .process-timeline {
    flex-direction: column;
    gap: 40px;
  }

  .process-timeline::before {
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
  }

  .process-step {
    text-align: left;
    padding-left: 40px;
  }

  .step-number {
    margin: 0;
  }

  .step-card {
    margin-top: 12px;
  }
}

@media (max-width: 520px) {
  .process-head h2 {
    font-size: 26px;
  }

  .process-step {
    padding-left: 0;
    text-align: center;
  }

  .process-timeline::before {
    display: none;
  }
}

/* ===== CTA Confidence Strip ===== */
.cta-strip {
  padding: 90px 20px;
  background: #f8fafc;
  font-family: 'Inter', system-ui, sans-serif;
}

.cta-strip-inner {
  max-width: 1200px;
  margin: auto;
  background: #ffffff;
  border-radius: 24px;
  padding: 60px 70px;
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 40px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.08);
  border-left: 8px solid #add100;
}

/* Content */
.cta-strip-content h2 {
  font-size: 38px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 16px;
  line-height: 1.2;
}

.cta-strip-content h2 span {
  color: #add100;
}

.cta-strip-content p {
  font-size: 17px;
  color: #475569;
  max-width: 520px;
  margin-bottom: 34px;
}

/* Buttons */
.cta-strip-actions {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.cta-strip-primary {
  background: linear-gradient(to left, #7B920A, #ADD100);
  color: #ffffff;
  padding: 16px 32px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
}

 

.cta-strip-secondary {
  border: 2px solid #add100;
  color: #0f172a;
  padding: 16px 32px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
}

.cta-strip-secondary:hover {
  background-color: #add100;
  color: #fff;
}

/* Stats */
.cta-strip-stats {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 26px;
  border-left: 1px dashed #e2e8f0;
  padding-left: 40px;
}

.stat strong {
  font-size: 34px;
  font-weight: 800;
  color: #0f172a;
}

.stat span {
  display: block;
  font-size: 14px;
  color: #64748b;
}

/* Responsive */
@media (max-width: 900px) {
  .cta-strip-inner {
    grid-template-columns: 1fr;
    padding: 50px 36px;
  }

  .cta-strip-stats {
    flex-direction: row;
    border-left: none;
    border-top: 1px dashed #e2e8f0;
    padding-left: 0;
    padding-top: 30px;
    justify-content: space-between;
  }
}

@media (max-width: 480px) {
  .cta-strip-content h2 {
    font-size: 26px;
  }

  .cta-strip-primary,
  .cta-strip-secondary {
    width: 100%;
    text-align: center;
  }
}


/* ===== Pricing Section ===== */
.pricing-section {
  padding: 100px 20px;
  background: #ffffff;
  font-family: 'Inter', system-ui, sans-serif;
}

.pricing-container {
  max-width: 1200px;
  margin: auto;
}

/* Header */
.pricing-head {
  text-align: center;
  margin-bottom: 70px;
}

.pricing-tag {
  display: inline-block;
  background: #eef2ff;
  color: #4f46e5;
  padding: 6px 18px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 14px;
}

.pricing-head h2 {
  font-size: 36px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 12px;
}

.pricing-head p {
  font-size: 16px;
  color: #64748b;
}

/* Grid */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

/* Card */
.price-card {
  background: #f8fafc;
  border-radius: 22px;
  padding: 42px 34px;
  text-align: center;
  position: relative;
  transition: 0.3s ease;
}

.price-card:hover {
  transform: translateY(-8px);
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(0,0,0,0.1);
}

.price-card h3 {
  font-size: 22px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 6px;
}

.price-desc {
  font-size: 14px;
  color: #64748b;
  margin-bottom: 24px;
}

/* Price */
.price {
  font-size: 38px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 28px;
}

.price.custom {
  font-size: 26px;
}

.currency {
  font-size: 20px;
  vertical-align: super;
}

.duration {
  font-size: 14px;
  color: #64748b;
}

/* Features */
.features {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
}

.features li {
  font-size: 14px;
  color: #334155;
  margin-bottom: 12px;
}

/* Buttons */
.price-btn {
  display: inline-block;
  background: #2563eb;
  color: #ffffff;
  padding: 14px 30px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.price-btn.outline {
  background: transparent;
  border: 2px solid #c7d2fe;
  color: #0f172a;
}

/* Highlight */
.price-card.featured {
  background: #ffffff;
   box-shadow: 0 30px 80px rgba(37,99,235,0.25);
}

.popular-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #2563eb;
  color: #ffffff;
  padding: 6px 18px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 50px;
}

/* Footer note */
.pricing-note {
  text-align: center;
  margin-top: 50px;
  font-size: 15px;
  color: #475569;
}

/* Responsive */
@media (max-width: 992px) {
  .pricing-grid {
    grid-template-columns: 1fr;
  }
}


.erp-feature-showcase {
  padding: 15px 20px;
  background: #f8fafc;
  font-family: Inter, system-ui, sans-serif;
}

.efs-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 30px;
}

/* Sidebar */
.efs-sidebar {
  background: #ffffff;
  border-radius: 18px;
  padding: 12px 0;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.efs-tab {
  width: 100%;
  padding: 16px 22px;
  border: none;
  background: transparent;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  color: #334155;
  transition: 0.3s;
}

.efs-tab:hover,
.efs-tab.active {
  background: #f1f5f9;
  color: #add100;
  border-left: 4px solid #add100;
}

/* Content */
.efs-content {
  background: #ffffff;
  border-radius: 22px;
  padding: 40px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.08);
}

.efs-panel {
  display: none;
}

.efs-panel.active {
  display: block;
}

.efs-panel h2 {
  font-size: 26px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 30px;
}

/* Layout */
.efs-layout {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 30px;
  align-items: center;
}

.efs-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 16px;
}

.efs-info ul {
  padding-left: 0;
  list-style: none;
}

.efs-info li {
  font-size: 15px;
  color: #475569;
  margin-bottom: 12px;
}

/* Visual */
.efs-visual img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 18px;
}

/* Responsive */
@media (max-width: 900px) {
  .efs-container {
    grid-template-columns: 1fr;
  }

  .efs-sidebar {
    display: flex;
    overflow-x: auto;
  }

  .efs-tab {
    white-space: nowrap;
    border-left: none;
    border-bottom: 3px solid transparent;
  }

  .efs-tab.active {
    border-bottom: 3px solid #2563eb;
  }

  .efs-layout {
    grid-template-columns: 1fr;
  }

  .efs-visual img {
    height: 240px;
  }
}
/* ===== Section Heading ===== */
.efs-heading {
  max-width: 900px;
  margin: 0 auto 60px;
  text-align: center;
  padding: 0 20px;
}

.efs-tag {
  display: inline-block;
  background: #add100;
  color: #fff;
  padding: 6px 18px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 14px;
}

.efs-heading h2 {
  font-size: 36px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 14px;
}

.efs-heading p {
  font-size: 16px;
  color: #64748b;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 600px) {
  .efs-heading h2 {
    font-size: 26px;
  }
}


/* prodcut page css */

/* ===============================
   SAAS HERO (UPDATED CLASS NAMES)
================================ */

.xsaas-hero-wrap {
  width: 100%;
  padding: 80px 20px;
  background: linear-gradient(135deg, #f7ffe6, #ffffff);
}

.xsaas-hero-inner {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 50px;
  align-items: center;
}

/* TEXT CONTENT */
.xsaas-hero-heading {
  font-size: 46px;
  font-weight: 800;
  line-height: 1.2;
  color: #1f2937;
  margin-bottom: 20px;
}

.xsaas-hero-heading span {
  color: #add100;
}

.xsaas-hero-desc {
  font-size: 18px;
  color: #4b5563;
  max-width: 520px;
  margin-bottom: 36px;
}

/* CTA BUTTONS */
.xsaas-hero-cta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.xsaas-btn-main {
  background: #add100;
  color: #0f172a;
  padding: 14px 30px;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.xsaas-btn-main:hover {
  background: #9ac000;
  transform: translateY(-2px);
}

.xsaas-btn-outline {
  border: 2px solid #add100;
  color: #1f2937;
  padding: 12px 28px;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.xsaas-btn-outline:hover {
  background: #add100;
  color: #0f172a;
}

/* IMAGE */
.xsaas-hero-media img {
  width: 11c0%;
  /* border-radius: 18px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.18); */
  /* transform: perspective(1200px) rotateY(-6deg) rotateX(2deg); */
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 992px) {
  .xsaas-hero-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .xsaas-hero-heading {
    font-size: 38px;
  }

  .xsaas-hero-desc {
    margin-left: auto;
    margin-right: auto;
  }

  .xsaas-hero-cta {
    justify-content: center;
  }

  .xsaas-hero-media img {
    transform: none;
    margin-top: 40px;
  }
}

@media (max-width: 480px) {
  .xsaas-hero-heading {
    font-size: 30px;
  }

  .xsaas-hero-desc {
    font-size: 16px;
  }
}


/* ===============================
   PRODUCTS OVERVIEW SECTION
================================ */

.xprod-wrap {
  width: 100%;
  padding: 80px 20px;
  background: #ffffff;
}

.xprod-container {
  max-width: 1200px;
  margin: auto;
}

/* HEADER */
.xprod-header {
  text-align: center;
  margin-bottom: 60px;
}

.xprod-header h2 {
  font-size: 40px;
  font-weight: 800;
  color: #1f2937;
  margin-bottom: 12px;
}

.xprod-header p {
  font-size: 18px;
  color: #4b5563;
  max-width: 620px;
  margin: auto;
}

/* GRID */
.xprod-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* CARD */
.xprod-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
  border-top: 5px solid #add100;
}

.xprod-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
}

/* ICON */
.xprod-icon {
  width: 70px;
  height: 70px;
  margin: auto;
  margin-bottom: 20px;
  border-radius: 50%;
  background: #f4ffd6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
}

/* TITLE */
.xprod-card h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 18px;
  color: #1f2937;
}

/* LIST */
.xprod-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
}

.xprod-card ul li {
  font-size: 16px;
  color: #374151;
  margin-bottom: 10px;
}

/* BUTTON */
.xprod-btn {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 10px;
  background: #add100;
  color: white;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.xprod-btn:hover {
  background: #9ac000;
  transform: translateY(-2px);
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 992px) {
  .xprod-grid {
    grid-template-columns: 1fr 1fr;
  }

  .xprod-header h2 {
    font-size: 34px;
  }
}

@media (max-width: 640px) {
  .xprod-grid {
    grid-template-columns: 1fr;
  }

  .xprod-header h2 {
    font-size: 28px;
  }

  .xprod-header p {
    font-size: 16px;
  }
}


/* ===============================
   AUDIENCE MATCH – STYLES
================================ */

.uxaud-wrap {
  width: 100%;
  padding: 90px 20px;
  background: #f9fafb;
}

.uxaud-container {
  max-width: 1100px;
  margin: auto;
}

/* HEADER */
.uxaud-head {
  text-align: center;
  margin-bottom: 50px;
}

.uxaud-head h2 {
  font-size: 42px;
  font-weight: 800;
  color: #1f2937;
}

.uxaud-head p {
  font-size: 18px;
  color: #4b5563;
  margin-top: 10px;
}

/* TABS */
.uxaud-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-bottom: 40px;
}

.uxaud-tab {
  padding: 12px 22px;
  border-radius: 50px;
  border: 2px solid #add100;
  background: #ffffff;
  color: #1f2937;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.uxaud-tab:hover,
.uxaud-active {
  background: #add100;
  color: #0f172a;
}

/* PANEL */
.uxaud-panel {
  background: #ffffff;
  border-radius: 18px;
  padding: 40px;
  max-width: 900px;
  margin: auto;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.1);
}

/* CONTENT */
.uxaud-view {
  display: none;
}

.uxaud-show {
  display: block;
}

.uxaud-view h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 18px;
  color: #111827;
}

.uxaud-view ul {
  list-style: none;
  padding: 0;
}

.uxaud-view li {
  font-size: 16px;
  color: #374151;
  margin-bottom: 12px;
  padding-left: 26px;
  position: relative;
}

.uxaud-view li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #add100;
  font-weight: 700;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .uxaud-head h2 {
    font-size: 32px;
  }

  .uxaud-panel {
    padding: 30px 22px;
  }
}

@media (max-width: 480px) {
  .uxaud-head h2 {
    font-size: 26px;
  }

  .uxaud-head p {
    font-size: 16px;
  }
}


/* ===============================
   FEATURE JOURNEY – UNIQUE FLOW UI
================================ */

.fj-wrap {
  width: 100%;
  padding: 15px 20px;
  background: #ffffff;
}

.fj-container {
  max-width: 1100px;
  margin: auto;
}

/* HEADER */
.fj-head {
  text-align: center;
  margin-bottom: 80px;
}

.fj-head h2 {
  font-size: 42px;
  font-weight: 800;
  color: #1f2937;
}

.fj-head p {
  font-size: 18px;
  color: #4b5563;
  max-width: 720px;
  margin: 12px auto 0;
}

/* TIMELINE */
.fj-timeline {
  position: relative;
  padding: 0 10px;
}

.fj-timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 4px;
  height: 100%;
  background: #e5e7eb;
  transform: translateX(-50%);
}

/* ITEM */
.fj-item {
  position: relative;
  display: flex;
  width: 50%;
  padding: 20px 40px;
  box-sizing: border-box;
}

.fj-left {
  left: 0;
  justify-content: flex-end;
}

.fj-right {
  left: 50%;
  justify-content: flex-start;
}

/* DOT */
.fj-dot {
  position: absolute;
  top: 34px;
  right: -12px;
  width: 18px;
  height: 18px;
  background: #add100;
  border-radius: 50%;
  z-index: 2;
}

.fj-right .fj-dot {
  left: -12px;
  right: auto;
}

/* BOX */
.fj-box {
  background: #f9fafb;
  padding: 30px 28px;
  border-radius: 16px;
  max-width: 420px;
  transition: all 0.3s ease;
}

.fj-box:hover {
  background: #ffffff;
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}

.fj-box h3 {
  font-size: 22px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 10px;
}

.fj-box p {
  font-size: 16px;
  color: #374151;
  line-height: 1.6;
}

/* HIGHLIGHT */
.fj-highlight {
  border-left: 5px solid #add100;
  background: linear-gradient(135deg, #f6ffd8, #ffffff);
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 900px) {
  .fj-timeline::before {
    left: 10px;
  }

  .fj-item {
    width: 100%;
    left: 0;
    padding-left: 40px;
    padding-right: 20px;
  }

  .fj-left,
  .fj-right {
    justify-content: flex-start;
  }

  .fj-dot {
    left: 2px;
    right: auto;
  }
}

@media (max-width: 480px) {
  .fj-head h2 {
    font-size: 28px;
  }

  .fj-head p {
    font-size: 16px;
  }
}


/* ===============================
   PROCESS STEP FLOW – SAAS UI
================================ */

.psf-wrap {
  width: 100%;
  padding: 15px 20px;
  background: #ffffff;
}

.psf-container {
  max-width: 1100px;
  margin: auto;
}

/* HEADER */
.psf-head {
  text-align: center;
  margin-bottom: 70px;
}

.psf-head h2 {
  font-size: 42px;
  font-weight: 800;
  color: #1f2937;
}

.psf-head p {
  font-size: 18px;
  color: #4b5563;
  max-width: 720px;
  margin: 12px auto 0;
}

/* STEPS */
.psf-steps {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

/* STEP */
.psf-step {
  display: flex;
  align-items: flex-start;
  gap: 26px;
  padding: 30px 34px;
  border-radius: 18px;
  background: #f9fafb;
  transition: all 0.35s ease;
}

.psf-step:hover {
  background: #ffffff;
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

/* STEP NUMBER */
.psf-count {
  min-width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #add100;
  color: #0f172a;
  font-weight: 800;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* CONTENT */
.psf-content h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #111827;
}

.psf-content p {
  font-size: 16px;
  color: #374151;
  line-height: 1.6;
  max-width: 760px;
}

/* FINAL STEP HIGHLIGHT */
.psf-highlight {
  border-left: 6px solid #add100;
  background: linear-gradient(135deg, #f6ffd8, #ffffff);
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 768px) {
  .psf-head h2 {
    font-size: 32px;
  }

  .psf-step {
    padding: 26px 24px;
  }
}

@media (max-width: 480px) {
  .psf-head h2 {
    font-size: 26px;
  }

  .psf-head p {
    font-size: 16px;
  }

  .psf-step {
    flex-direction: column;
    gap: 18px;
  }

  .psf-count {
    width: 50px;
    height: 50px;
    font-size: 18px;
  }
}


/* ===============================
   INTEGRATIONS SECTION – SAAS UI
================================ */

.intg-wrap {
  width: 100%;
  padding: 16px 20px;
  background: #f9fafb;
}

.intg-container {
  max-width: 1200px;
  margin: auto;
}

/* HEADER */
.intg-head {
  text-align: center;
  margin-bottom: 60px;
}

.intg-head h2 {
  font-size: 40px;
  font-weight: 800;
  color: #1f2937;
}

.intg-head p {
  font-size: 18px;
  color: #4b5563;
  max-width: 720px;
  margin: 12px auto 0;
}

/* GRID */
.intg-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 26px;
}

/* ITEM */
.intg-item {
  background: #ffffff;
  border-radius: 16px;
  padding: 30px 22px;
  text-align: center;
  border: 1px solid #e5e7eb;
  transition: all 0.3s ease;
}

.intg-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}

/* ICON */
.intg-icon {
  display: inline-flex;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #f4ffd6;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 14px;
}

/* TEXT */
.intg-item h4 {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 6px;
}

.intg-item p {
  font-size: 14px;
  color: #4b5563;
  line-height: 1.5;
}

/* HIGHLIGHT */
.intg-highlight {
  /* border-top: 4px solid #add100; */
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 1024px) {
  .intg-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 640px) {
  .intg-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .intg-head h2 {
    font-size: 28px;
  }

  .intg-head p {
    font-size: 16px;
  }
}

@media (max-width: 420px) {
  .intg-grid {
    grid-template-columns: 1fr;
  }
}


/* ===============================
   TRUST PILLARS – UNIQUE UI
================================ */

.tp-wrap {
  width: 100%;
  padding: 16px 20px;
  background: #ffffff;
}

.tp-container {
  max-width: 1000px;
  margin: auto;
}

/* HEADER */
.tp-head {
  text-align: center;
  margin-bottom: 70px;
}

.tp-head h2 {
  font-size: 42px;
  font-weight: 800;
  color: #1f2937;
}

.tp-head p {
  font-size: 18px;
  color: #4b5563;
  max-width: 700px;
  margin: 12px auto 0;
}

/* LIST */
.tp-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

/* ROW */
.tp-row {
  display: flex;
  gap: 24px;
  padding: 28px 32px;
  background: #f9fafb;
  border-radius: 16px;
  transition: all 0.3s ease;
}

.tp-row:hover {
  background: #ffffff;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

/* BAR */
.tp-bar {
  width: 6px;
  border-radius: 4px;
  background: #add100;
}

/* CONTENT */
.tp-content h3 {
  font-size: 22px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 6px;
}

.tp-content p {
  font-size: 16px;
  color: #374151;
  line-height: 1.6;
}

/* HIGHLIGHT */
.tp-highlight {
  /* background: linear-gradient(135deg, #f6ffd8, #ffffff); */
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 768px) {
  .tp-head h2 {
    font-size: 32px;
  }

  .tp-row {
    padding: 24px 22px;
  }
}

@media (max-width: 480px) {
  .tp-head h2 {
    font-size: 26px;
  }

  .tp-head p {
    font-size: 16px;
  }

  .tp-row {
    flex-direction: column;
    gap: 14px;
  }

  .tp-bar {
    width: 100%;
    height: 4px;
  }
}


/* ===============================
   BIG CTA – CLEAN SAAS DESIGN
================================ */

.bcta-wrap {
  width: 100%;
  padding: 20px 20px;
  background: #ffffff;
}

.bcta-container {
  max-width: 1100px;
  margin: auto;
}

/* CTA BOX */
.bcta-box {
  text-align: center;
  padding: 70px 40px;
  border-radius: 22px;
  background: #e8ffd4;
}

/* HEADING */
.bcta-box h2 {
  font-size: 44px;
  font-weight: 800;
  color: #1f2937;
  line-height: 1.25;
  margin-bottom: 40px;
}

.bcta-box h2 span {
  color: #add100;
}

/* BUTTONS */
.bcta-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.bcta-btn-primary {
  background: #add100;
  color: #fff;
  padding: 16px 34px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.bcta-btn-primary:hover {
  background: #9ac000;
  transform: translateY(-2px);
}

.bcta-btn-secondary {
  background: transparent;
  color: #1f2937;
  padding: 16px 34px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 12px;
  border: 2px solid #add100;
  text-decoration: none;
  transition: all 0.3s ease;
}

.bcta-btn-secondary:hover {
  background: #add100;
  color: #fff;
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 768px) {
  .bcta-box {
    padding: 50px 26px;
  }

  .bcta-box h2 {
    font-size: 32px;
  }
}

@media (max-width: 480px) {
  .bcta-box h2 {
    font-size: 26px;
  }

  .bcta-btn-primary,
  .bcta-btn-secondary {
    width: 100%;
    text-align: center;
  }
}


/* ===============================
   FAQ SECTION – CLEAN SAAS UI
================================ */

.faqx-wrap {
  width: 100%;
  padding: 100px 20px;
  background: #ffffff;
}

.faqx-container {
  max-width: 900px;
  margin: auto;
}

/* HEADER */
.faqx-head {
  text-align: center;
  margin-bottom: 60px;
}

.faqx-head h2 {
  font-size: 40px;
  font-weight: 800;
  color: #1f2937;
}

.faqx-head p {
  font-size: 18px;
  color: #4b5563;
  max-width: 650px;
  margin: 12px auto 0;
}

/* FAQ ITEM */
.faqx-item {
  border-bottom: 1px solid #e5e7eb;
}

.faqx-question {
  width: 100%;
  padding: 22px 10px;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  color: #111827;
  text-align: left;
}

/* ICON */
.faqx-icon {
  font-size: 26px;
  font-weight: 700;
  color: #add100;
  transition: transform 0.3s ease;
}

/* ANSWER */
.faqx-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.faqx-answer p {
  padding: 0 10px 20px;
  font-size: 16px;
  color: #374151;
  line-height: 1.6;
}

/* ACTIVE STATE */
.faqx-item.faqx-open .faqx-answer {
  max-height: 300px;
}

.faqx-item.faqx-open .faqx-icon {
  transform: rotate(45deg);
}

/* RESPONSIVE */
@media (max-width: 640px) {
  .faqx-head h2 {
    font-size: 28px;
  }

  .faqx-head p {
    font-size: 16px;
  }

  .faqx-question {
    font-size: 16px;
  }
}



/* ===============================
   INDUSTRY HERO SECTION
================================ */

.indhero-wrap {
  width: 100%;
  padding: 110px 20px;
  background: #ffffff;
}

.indhero-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: center;
}

/* CONTENT */
.indhero-content h1 {
  font-size: 48px;
  font-weight: 800;
  color: #1f2937;
  line-height: 1.2;
  margin-bottom: 22px;
}

.indhero-content h1 span {
  color: #add100;
}

.indhero-content p {
  font-size: 18px;
  color: #4b5563;
  max-width: 520px;
  line-height: 1.7;
  margin-bottom: 40px;
}

/* ACTIONS */
.indhero-actions {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.indhero-btn-primary {
  background: linear-gradient(to left, #799F0C, #FFE000);
  color: #fff;
  padding: 16px 34px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.indhero-btn-primary:hover {
  background: #9ac000;
  transform: translateY(-2px);
}

.indhero-btn-secondary {
  background: transparent;
  color: #1f2937;
  padding: 16px 34px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 12px;
  border: 2px solid #add100;
  text-decoration: none;
  transition: all 0.3s ease;
}

.indhero-btn-secondary:hover {
  background: #add100;
  color: #0f172a;
}

/* VISUAL */
.indhero-visual img {
  width: 113%;
  border-radius: 22px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 992px) {
  .indhero-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .indhero-content p {
    margin-left: auto;
    margin-right: auto;
  }

  .indhero-actions {
    justify-content: center;
  }

  .indhero-visual {
    margin-top: 50px;
  }
}

@media (max-width: 480px) {
  .indhero-content h1 {
    font-size: 30px;
  }

  .indhero-content p {
    font-size: 16px;
  }

  .indhero-btn-primary,
  .indhero-btn-secondary {
    width: 100%;
    text-align: center;
  }
}


/* ===============================
   INDUSTRIES WE SERVE – UNIQUE UI
================================ */

.indus-wrap {
  width: 100%;
  padding: 100px 20px;
  background: #f9fafb;
}

.indus-container {
  max-width: 1200px;
  margin: auto;
}

/* HEADER */
.indus-head {
  text-align: center;
  margin-bottom: 70px;
}

.indus-head h2 {
  font-size: 42px;
  font-weight: 800;
  color: #1f2937;
}

.indus-head p {
  font-size: 18px;
  color: #4b5563;
  max-width: 720px;
  margin: 12px auto 0;
}

/* GRID */
.indus-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

/* TILE */
.indus-tile {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(6px);
  border-radius: 20px;
  padding: 36px 26px;
  text-align: center;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.06);
  transition: all 0.35s ease;
}

.indus-tile:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 65px rgba(0, 0, 0, 0.12);
}

/* ICON */
.indus-icon {
  display: inline-flex;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #f4ffd6;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-bottom: 18px;
}

/* TEXT */
.indus-tile h4 {
  font-size: 20px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 8px;
}

.indus-tile p {
  font-size: 15px;
  color: #4b5563;
  margin-bottom: 20px;
}

/* CTA */
.indus-tile a {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #1f2937;
  text-decoration: none;
  padding-bottom: 3px;
  border-bottom: 2px solid #add100;
  transition: all 0.3s ease;
}

.indus-tile a:hover {
  color: #0f172a;
}

/* HIGHLIGHT TILE */
.indus-highlight {
  border-top: 5px solid #add100;
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 1024px) {
  .indus-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .indus-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .indus-head h2 {
    font-size: 32px;
  }
}

@media (max-width: 480px) {
  .indus-grid {
    grid-template-columns: 1fr;
  }

  .indus-head h2 {
    font-size: 26px;
  }

  .indus-head p {
    font-size: 16px;
  }
}


/* ===============================
   INDUSTRY PAIN POINTS SECTION
================================ */

.pain-wrap {
  width: 100%;
  padding: 15px 20px;
  background: #ffffff;
}

.pain-container {
  max-width: 1000px;
  margin: auto;
}

/* HEADER */
.pain-head {
  text-align: center;
  margin-bottom: 70px;
}

.pain-head h2 {
  font-size: 40px;
  font-weight: 800;
  color: #1f2937;
}

.pain-head p {
  font-size: 18px;
  color: #4b5563;
  max-width: 720px;
  margin: 12px auto 0;
}

/* LIST */
.pain-list {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

/* ITEM */
.pain-item {
  display: flex;
  gap: 22px;
  padding: 28px 30px;
  border-radius: 18px;
  background: #f9fafb;
  transition: all 0.3s ease;
}

.pain-item:hover {
  background: #ffffff;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

/* MARK */
.pain-mark {
  width: 10px;
  border-radius: 6px;
  background: #add100;
}

/* TEXT */
.pain-text h4 {
  font-size: 20px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 6px;
}

.pain-text p {
  font-size: 16px;
  color: #374151;
  line-height: 1.6;
}

/* HIGHLIGHT */
/* .pain-highlight {
  background: linear-gradient(135deg, #f6ffd8, #ffffff);
} */

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 768px) {
  .pain-head h2 {
    font-size: 32px;
  }

  .pain-item {
    padding: 24px 22px;
  }
}

@media (max-width: 480px) {
  .pain-head h2 {
    font-size: 26px;
  }

  .pain-head p {
    font-size: 16px;
  }

  .pain-item {
    flex-direction: column;
    gap: 14px;
  }

  .pain-mark {
    width: 100%;
    height: 6px;
  }
}


/* ===============================
   INDUSTRY SOLUTION SECTION
================================ */

.indsln-wrap {
  width: 100%;
  padding: 100px 20px;
  background: #ffffff;
}

.indsln-container {
  max-width: 1100px;
  margin: auto;
}

/* HEADER */
.indsln-head {
  text-align: center;
  margin-bottom: 70px;
}

.indsln-head h2 {
  font-size: 40px;
  font-weight: 800;
  color: #1f2937;
}

.indsln-head p {
  font-size: 18px;
  color: #4b5563;
  max-width: 760px;
  margin: 12px auto 0;
}

/* GRID */
.indsln-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

/* COLUMNS */
.indsln-col {
  padding: 36px 32px;
  border-radius: 18px;
}

/* LEFT: PAIN */
.indsln-pain {
  background: #f9fafb;
}

.indsln-pain h3 {
  font-size: 22px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 20px;
}

.indsln-pain ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.indsln-pain li {
  font-size: 16px;
  color: #374151;
  padding-left: 26px;
  margin-bottom: 14px;
  position: relative;
}

.indsln-pain li::before {
  content: "–";
  position: absolute;
  left: 0;
  font-weight: 700;
  color: #9ca3af;
}

/* RIGHT: SOLUTION */
.indsln-solution {
  background: #ffffff;
  border: 1px solid #e5e7eb;
}

.indsln-solution h3 {
  font-size: 22px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 24px;
}

/* SOLUTION ITEMS */
.indsln-solution-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px 18px;
  border-radius: 12px;
  margin-bottom: 16px;
  background: #f4ffd6;
}

.indsln-solution-item strong {
  font-size: 15px;
  color: #0f172a;
  font-weight: 800;
}

.indsln-solution-item span {
  font-size: 15px;
  color: #374151;
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 900px) {
  .indsln-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .indsln-head h2 {
    font-size: 26px;
  }

  .indsln-head p {
    font-size: 16px;
  }

  .indsln-col {
    padding: 26px 22px;
  }
}



/* ===============================
   WORKFLOW LANES – UNIQUE UI
================================ */

.wflane-wrap {
  width: 100%;
  padding: 15px 20px;
  background: #ffffff;
}

.wflane-container {
  max-width: 1100px;
  margin: auto;
}

/* HEADER */
.wflane-head {
  text-align: center;
  margin-bottom: 70px;
}

.wflane-head h2 {
  font-size: 40px;
  font-weight: 800;
  color: #1f2937;
}

.wflane-head p {
  font-size: 18px;
  color: #4b5563;
  max-width: 760px;
  margin: 12px auto 0;
}

/* LANES */
.wflane-lanes {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

/* ROW */
.wflane-row {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 24px;
  align-items: center;
}

/* TITLE */
.wflane-title {
  font-size: 20px;
  font-weight: 800;
  color: #0f172a;
  padding: 14px 0;
  text-align: right;
}

/* TRACK */
.wflane-track {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.wflane-track span {
  padding: 12px 18px;
  border-radius: 10px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  font-size: 15px;
  font-weight: 600;
  color: #374151;
}

/* EMPHASIS */
.wflane-title {
  border-right: 4px solid #add100;
  padding-right: 16px;
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 900px) {
  .wflane-row {
    grid-template-columns: 1fr;
  }

  .wflane-title {
    text-align: left;
    border-right: none;
    border-left: 4px solid #add100;
    padding-left: 16px;
    padding-right: 0;
  }
}

@media (max-width: 480px) {
  .wflane-head h2 {
    font-size: 26px;
  }

  .wflane-head p {
    font-size: 16px;
  }
}


/* ===============================
   BENEFIT SPECTRUM – UNIQUE UI
================================ */

.bspec-wrap {
  width: 100%;
  padding: 100px 20px;
  background: #ffffff;
}

.bspec-container {
  max-width: 1200px;
  margin: auto;
}

/* HEADER */
.bspec-head {
  text-align: center;
  margin-bottom: 80px;
}

.bspec-head h2 {
  font-size: 40px;
  font-weight: 800;
  color: #1f2937;
}

.bspec-head p {
  font-size: 18px;
  color: #4b5563;
  max-width: 720px;
  margin: 12px auto 0;
}

/* STRIP */
.bspec-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-radius: 20px;
  overflow: hidden;
}

/* NODE */
.bspec-node {
  padding: 40px 30px;
  background: #f9fafb;
  transition: all 0.3s ease;
}

.bspec-node:nth-child(odd) {
  background: #ffffff;
}

.bspec-node:hover {
  background: #f4ffd6;
}

/* TAG */
.bspec-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #0f172a;
  text-transform: uppercase;
  margin-bottom: 12px;
}

/* TEXT */
.bspec-node h3 {
  font-size: 22px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 10px;
}

.bspec-node p {
  font-size: 16px;
  color: #374151;
  line-height: 1.6;
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 992px) {
  .bspec-strip {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .bspec-strip {
    grid-template-columns: 1fr;
  }

  .bspec-head h2 {
    font-size: 26px;
  }

  .bspec-head p {
    font-size: 16px;
  }
}


/* ===============================
   WHY CHOOSE US – INDUSTRY
================================ */

.wcind-wrap {
  width: 100%;
  padding: 15px 20px;
  background: #ffffff;
}

.wcind-container {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: center;
}

/* CONTENT */
.wcind-content h2 {
  font-size: 38px;
  font-weight: 800;
  color: #1f2937;
  margin-bottom: 14px;
}

.wcind-sub {
  font-size: 17px;
  color: #4b5563;
  line-height: 1.6;
  margin-bottom: 30px;
  max-width: 520px;
}

/* POINTS */
.wcind-points {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wcind-points li {
  font-size: 16px;
  color: #111827;
  margin-bottom: 14px;
  padding-left: 24px;
  position: relative;
}

.wcind-points li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #add100;
  font-weight: 800;
}

/* IMAGE */
.wcind-visual img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 900px) {
  .wcind-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .wcind-sub {
    margin-left: auto;
    margin-right: auto;
  }

  .wcind-points li {
    text-align: left;
  }

  .wcind-visual {
    margin-top: 40px;
  }
}

@media (max-width: 480px) {
  .wcind-content h2 {
    font-size: 26px;
  }

  .wcind-sub {
    font-size: 16px;
  }
}


/* crm css */

/* HERO SECTION */
.crm-hero {
  background: #ffffff; /* neutral background */
  padding: 90px 20px;
}

.crm-hero-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

/* CONTENT */
.crm-hero-content {
  flex: 1;
}

.crm-hero-content h1 {
  font-size: 44px;
  font-weight: 800;
  line-height: 1.2;
  color: #111;
}

.crm-hero-content p {
  margin: 20px 0 34px;
  font-size: 18px;
  color: #444;
  max-width: 520px;
}

/* BUTTONS */
.crm-hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.crm-btn {
  padding: 14px 30px;
  border-radius: 32px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* PRIMARY – brand color only */
.crm-btn.primary {
  background: #add100;
  color: #fff;
}

.crm-btn.primary:hover {
  transform: translateY(-2px);
}

/* SECONDARY */
.crm-btn.secondary {
  border: 2px solid #add100;
  color: #add100;
  background: transparent;
}

.crm-btn.secondary:hover {
  background: #add100;
  color: #fff;
}

/* IMAGE */
.crm-hero-image {
  flex: 1;
  text-align: right;
}

.crm-hero-image img {
  width: 100%;
  max-width: 560px;
  /* border-radius: 18px;
  box-shadow: 0 20px 45px rgba(0,0,0,0.15); */
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .crm-hero-container {
    flex-direction: column;
    text-align: center;
  }

  .crm-hero-image {
    text-align: center;
  }

  .crm-hero-actions {
    justify-content: center;
  }

  .crm-hero-content h1 {
    font-size: 34px;
  }
}

@media (max-width: 480px) {
  .crm-hero {
    padding: 60px 16px;
  }

  .crm-hero-content h1 {
    font-size: 28px;
  }

  .crm-hero-content p {
    font-size: 16px;
  }
}


.crm-problems {
  padding: 80px 20px;
  background: #fff;
}

.crm-container {
  max-width: 1200px;
  margin: auto;
}

.crm-section-title {
  text-align: center;
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 50px;
  color: #111;
}

.crm-problem-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.crm-problem-card {
  background: #f9f9f9;
  padding: 28px 20px;
  border-radius: 14px;
  text-align: center;
  transition: 0.3s ease;
}

.crm-problem-card:hover {
  transform: translateY(-5px);
}

.crm-icon {
  font-size: 28px;
  color: #add100;
  display: block;
  margin-bottom: 14px;
}

.crm-problem-card p {
  font-size: 16px;
  color: #333;
}

.crm-problem-end {
  text-align: center;
  margin-top: 40px;
  font-size: 18px;
  color: #111;
}

/* Responsive */
@media (max-width: 992px) {
  .crm-problem-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .crm-problem-grid {
    grid-template-columns: 1fr;
  }

  .crm-section-title {
    font-size: 26px;
  }
}


.crm-features {
  padding: 15px 20px;
  background: #fafafa;
}

.crm-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.crm-feature-card {
  background: #fff;
  padding: 26px 20px;
  border-radius: 14px;
  text-align: center;
  font-weight: 600;
  color: #222;
  border: 1px solid #eee;
  transition: 0.3s ease;
  position: relative;
}

.crm-feature-card::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #add100;
  border-radius: 50%;
  position: absolute;
  top: 34px;
  left: 18px;
}

.crm-feature-card:hover {
  transform: translateY(-6px);
  border-color: #add100;
}

/* Responsive */
@media (max-width: 992px) {
  .crm-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .crm-feature-grid {
    grid-template-columns: 1fr;
  }
}


.crm-workflow {
  padding: 35px 20px;
  background: #ffffff;
}

.crm-workflow-flow {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  margin-top: 60px;
  position: relative;
}

.crm-workflow-step {
  background: #f9f9f9;
  padding: 30px 20px;
  border-radius: 16px;
  text-align: center;
  transition: 0.3s ease;
}

.crm-workflow-step:hover {
  transform: translateY(-6px);
}

.crm-step-circle {
  width: 48px;
  height: 48px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: #add100;
  color: #000;
  font-weight: 700;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.crm-workflow-step h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #111;
}

.crm-workflow-step p {
  font-size: 14px;
  color: #444;
}

/* TABLET */
@media (max-width: 992px) {
  .crm-workflow-flow {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* MOBILE */
@media (max-width: 600px) {
  .crm-workflow-flow {
    grid-template-columns: 1fr;
  }

  .crm-workflow-step {
    max-width: 380px;
    margin: auto;
  }
}


/* ================================
   INDUSTRIES USING OUR CRM
   ================================ */

.crm-industry-section {
  padding: 80px 20px;
  background: linear-gradient(180deg, #f4f7f6, #ffffff);
  font-family: "Inter", sans-serif;
}

.crm-industry-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

/* ===== Title ===== */
.crm-industry-title {
  font-size: 36px;
  font-weight: 700;
  color: #2e2d2d;
  margin-bottom: 10px;
}

.crm-industry-title span {
  color: #add100;
}

.crm-industry-subtitle {
  font-size: 16px;
  color: #666;
  margin-bottom: 55px;
}

/* ===== Grid : 3 Cards Per Row ===== */
.crm-industry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

/* ===== Card ===== */
.crm-industry-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 40px 22px;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

/* Gradient hover layer */
.crm-industry-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to left, #799F0C, #FFE000);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.crm-industry-card:hover::before {
  opacity: 1;
}

.crm-industry-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 22px 45px rgba(0, 77, 64, 0.25);
}

/* ===== Icon ===== */
.industry-icon {
  font-size: 44px;
  color: #add100;
  margin-bottom: 16px;
  transition: color 0.35s ease;
  position: relative;
  z-index: 1;
}

/* ===== Text ===== */
.crm-industry-card h4 {
  font-size: 17px;
  font-weight: 600;
  color: #333;
  transition: color 0.35s ease;
  position: relative;
  z-index: 1;
}

/* Text color on hover */
.crm-industry-card:hover h4,
.crm-industry-card:hover .industry-icon {
  color: #ffffff;
}

/* ===== Responsive ===== */

/* Tablet */
@media (max-width: 992px) {
  .crm-industry-title {
    font-size: 30px;
  }

  .crm-industry-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 576px) {
  .crm-industry-title {
    font-size: 24px;
  }

  .crm-industry-subtitle {
    font-size: 15px;
  }

  .crm-industry-grid {
    grid-template-columns: 1fr;
  }

  .crm-industry-card {
    padding: 32px 18px;
  }
}


/* ================================
   INTEGRATIONS & SECURITY TREE
   ================================ */

.crm-tree-section {
  padding: 20px 20px;
  background: #f9fbf3;
  font-family: "Inter", sans-serif;
}

.crm-tree-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

/* Title */
.crm-tree-title {
  font-size: 36px;
  font-weight: 700;
  color: #2e2d2d;
  margin-bottom: 70px;
}

.crm-tree-title span {
  color: #add100;
}

/* Tree Layout */
.crm-tree-container {
  display: grid;
  grid-template-columns: 1fr 120px 1fr;
  align-items: center;
  gap: 20px;
}

/* Branch Cards */
.crm-tree-branch {
  background: #ffffff;
  border-radius: 20px;
  padding: 35px 28px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  position: relative;
  transition: 0.3s ease;
}

.crm-tree-branch:hover {
  transform: translateY(-8px);
}

/* Headings */
.crm-tree-branch h3 {
  font-size: 22px;
  margin-bottom: 22px;
  color: #add100;
}

/* List */
.crm-tree-branch ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.crm-tree-branch ul li {
  font-size: 16px;
  padding: 10px 0;
  color: #444;
  border-bottom: 1px dashed #e1e1e1;
}

.crm-tree-branch ul li:last-child {
  border-bottom: none;
}

/* Center Tree Line */
.crm-tree-line {
  position: relative;
  height: 260px;
  display: flex;
  justify-content: center;
}

.crm-tree-line::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  background: linear-gradient(#add100, #d6ff3f);
  border-radius: 10px;
}

/* Node */
.tree-node {
  width: 22px;
  height: 22px;
  background: #add100;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 0 0 8px rgba(173, 209, 0, 0.25);
}

/* ================= RESPONSIVE ================= */

/* Tablet */
@media (max-width: 992px) {
  .crm-tree-container {
    grid-template-columns: 1fr;
  }

  .crm-tree-line {
    height: 60px;
  }

  .crm-tree-line::before {
    width: 100%;
    height: 4px;
  }

  .tree-node {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

/* Mobile */
@media (max-width: 576px) {
  .crm-tree-title {
    font-size: 26px;
  }

  .crm-tree-branch {
    padding: 28px 20px;
  }

  .crm-tree-branch h3 {
    font-size: 20px;
  }

  .crm-tree-branch ul li {
    font-size: 15px;
  }
}
.crm-trust-spine {
  padding: 30px 20px;
  background: #ffffff;
}

.crm-spine-wrapper {
  position: relative;
  max-width: 900px;
  margin: 70px auto 0;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

/* Vertical spine line */
.crm-spine-line {
  position: absolute;
  left: 50%;
  top: 0;
  width: 4px;
  height: 100%;
  background: #add100;
  transform: translateX(-50%);
  border-radius: 10px;
}

/* Items */
.crm-spine-item {
  width: 50%;
  display: flex;
  align-items: center;
  gap: 18px;
  position: relative;
}

.crm-spine-item.left {
  align-self: flex-start;
  justify-content: flex-end;
  text-align: right;
  padding-right: 40px;
}

.crm-spine-item.right {
  align-self: flex-end;
  padding-left: 40px;
}

/* Dot */
.crm-spine-dot {
  width: 18px;
  height: 18px;
  background: #add100;
  border-radius: 50%;
  flex-shrink: 0;
}

/* Content */
.crm-spine-content {
  background: #f9f9f9;
  padding: 22px 24px;
  border-radius: 14px;
  max-width: 320px;
  transition: 0.3s ease;
}

.crm-spine-content:hover {
  transform: scale(1.03);
}

.crm-spine-content h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #111;
}

.crm-spine-content p {
  font-size: 14px;
  color: #444;
  line-height: 1.6;
}

/* MOBILE – stack */
@media (max-width: 768px) {
  .crm-spine-line {
    left: 20px;
    transform: none;
  }

  .crm-spine-item,
  .crm-spine-item.left,
  .crm-spine-item.right {
    width: 100%;
    padding: 0 0 0 40px;
    text-align: left;
    justify-content: flex-start;
  }
}

.crm-faq {
  padding: 90px 20px;
  background: #fafafa;
}

.crm-faq-list {
  max-width: 800px;
  margin: 60px auto 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.crm-faq-item {
  background: #ffffff;
  border-radius: 14px;
  padding: 18px 22px;
  border-left: 4px solid #add100;
  cursor: pointer;
}

.crm-faq-item summary {
  font-size: 16px;
  font-weight: 700;
  color: #111;
  list-style: none;
  position: relative;
}

.crm-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  font-size: 20px;
  color: #add100;
  transition: 0.3s ease;
}

.crm-faq-item[open] summary::after {
  content: "–";
}

.crm-faq-item p {
  margin-top: 12px;
  font-size: 14px;
  color: #444;
  line-height: 1.6;
}

/* Mobile */
@media (max-width: 480px) {
  .crm-faq-item {
    padding: 16px;
  }

  .crm-faq-item summary {
    font-size: 15px;
  }
}


/* ================= LMS HERO ================= */
.ik-lms-hero-wrap {
  background: #ffffff;
  padding: 80px 20px;
}

/* LAYOUT */
.ik-lms-hero-layout {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

/* LEFT CONTENT */
.ik-lms-hero-text {
  flex: 1 1 500px;
}

.ik-lms-hero-text h1 {
  font-size: 44px;
  font-weight: 800;
  line-height: 1.2;
  color: #1f1f1f;
}

/* SPAN HIGHLIGHT */
.ik-lms-highlight {
  color: #add100;
  padding: 4px 12px;
  border-radius: 6px;
}

.ik-lms-hero-text p {
  margin-top: 20px;
  font-size: 18px;
  color: #555;
  max-width: 520px;
}

/* BUTTONS */
.ik-lms-hero-cta {
  margin-top: 30px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.ik-lms-btn-primary {
  background: #add100;
  color: #fff;
  padding: 14px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.ik-lms-btn-primary:hover {
  background: #98bb00;
}

.ik-lms-btn-outline {
  border: 2px solid #add100;
  color: #add100;
  padding: 14px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.ik-lms-btn-outline:hover {
  background: #add100;
  color: #1f1f1f;
}

/* RIGHT VISUAL */
.ik-lms-hero-media {
  flex: 1 1 420px;
  position: relative;
  text-align: center;
}

.ik-lms-hero-media img {
  border-radius: 18px;
 }

.ik-lms-laptop-img {
  width: 100%;
  max-width: 480px;
}

.ik-lms-mobile-img {
  width: 180px;
  position: absolute;
  bottom: -30px;
  right: 20px;
  border: 4px solid #ffffff;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 768px) {
  .ik-lms-hero-wrap {
    padding: 60px 16px;
  }

  .ik-lms-hero-layout {
    flex-direction: column;
    text-align: center;
  }

  .ik-lms-hero-text h1 {
    font-size: 34px;
  }

  .ik-lms-hero-cta {
    justify-content: center;
  }

  .ik-lms-mobile-img {
    position: relative;
    bottom: 0;
    right: 0;
    margin-top: 20px;
  }
}

@media (max-width: 480px) {
  .ik-lms-hero-text h1 {
    font-size: 28px;
  }

  .ik-lms-hero-text p {
    font-size: 16px;
  }
}


/* ================= LMS AUDIENCE ================= */
.ik-lms-audience-wrap {
  background: #ffffff;
  padding: 80px 20px;
}

.ik-lms-audience-container {
  max-width: 1200px;
  margin: auto;
}

/* HEADER */
.ik-lms-audience-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 50px;
}

.ik-lms-audience-header h2 {
  font-size: 38px;
  font-weight: 800;
  color: #1f1f1f;
}

.ik-lms-audience-header h2 span {
  background: #add100;
  padding: 4px 10px;
  border-radius: 6px;
  color: white;
}

.ik-lms-audience-header p {
  margin-top: 16px;
  font-size: 17px;
  color: #666;
}

/* GRID */
.ik-lms-audience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(260px, 1fr));
  gap: 24px;
  justify-content: center;
}

/* CARD */
.ik-lms-audience-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 30px 24px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.ik-lms-audience-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.ik-lms-audience-card h3 {
  font-size: 20px;
  margin-bottom: 12px;
  color: #1f1f1f;
}

.ik-lms-audience-card p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 768px) {
  .ik-lms-audience-wrap {
    padding: 60px 16px;
  }

  .ik-lms-audience-header h2 {
    font-size: 30px;
  }
}

@media (max-width: 480px) {
  .ik-lms-audience-header h2 {
    font-size: 26px;
  }

  .ik-lms-audience-card {
    padding: 24px 20px;
  }
}

@media (max-width: 992px) {
  .ik-lms-audience-grid {
    grid-template-columns: repeat(2, minmax(240px, 1fr));
  }
}

@media (max-width: 576px) {
  .ik-lms-audience-grid {
    grid-template-columns: 1fr;
  }
}


/* ================= LMS GLASS FEATURES ================= */
.ikz-lms-glass-wrap {
  padding: 90px 20px;
  background: #ffffff;
}

.ikz-lms-glass-container {
  max-width: 1200px;
  margin: auto;
}

/* HEADER */
.ikz-lms-glass-header {
  text-align: center;
  margin-bottom: 60px;
}

.ikz-lms-glass-header h2 {
  font-size: 38px;
  font-weight: 800;
  color: #1f1f1f;
}

.ikz-lms-glass-header h2 span {
  background: #add100;
  padding: 4px 12px;
  border-radius: 6px;
  color: white;
}

.ikz-lms-glass-header p {
  margin-top: 14px;
  color: #666;
}

/* GRID (CENTER FIX) */
.ikz-lms-glass-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(260px, 1fr));
  gap: 28px;
  justify-content: center;
}

/* CARD */
.ikz-lms-glass-card {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 26px 22px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
  position: relative;
}

.ikz-lms-glass-card:hover {
  transform: translateY(-6px);
  border-color: #add100;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

/* ICON */
.ikz-lms-glass-icon {
  font-size: 28px;
  background: #add100;
  color: #1f1f1f;
  width: 54px;
  height: 54px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* TEXT */
.ikz-lms-glass-content h3 {
  font-size: 17px;
  font-weight: 600;
  color: #1f1f1f;
  line-height: 1.4;
}

/* ARROW */
.ikz-lms-glass-arrow {
  margin-left: auto;
  font-size: 18px;
  color: #999;
  transition: all 0.3s ease;
}

.ikz-lms-glass-card:hover .ikz-lms-glass-arrow {
  color: #add100;
  transform: translateX(6px);
}

/* ================= RESPONSIVE ================= */
@media (max-width: 992px) {
  .ikz-lms-glass-grid {
    grid-template-columns: repeat(2, minmax(240px, 1fr));
  }

  .ikz-lms-glass-header h2 {
    font-size: 32px;
  }
}

@media (max-width: 576px) {
  .ikz-lms-glass-grid {
    grid-template-columns: 1fr;
  }

  .ikz-lms-glass-header h2 {
    font-size: 26px;
  }
}



/* ================= LMS TREE ================= */
.ikt-lms-tree-wrap {
  padding: 90px 20px;
  background: #ffffff;
}

.ikt-lms-tree-container {
  max-width: 1200px;
  margin: auto;
}

/* HEADER */
.ikt-lms-tree-header {
  text-align: center;
  margin-bottom: 60px;
}

.ikt-lms-tree-header h2 {
  font-size: 38px;
  font-weight: 800;
  color: #1f1f1f;
}

.ikt-lms-tree-header h2 span {
  background: #add100;
  padding: 4px 12px;
  border-radius: 6px;
  color: white;
}

.ikt-lms-tree-header p {
  margin-top: 14px;
  color: #666;
}

/* TREE */
.ikt-lms-tree {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* ROOT NODE */
.ikt-lms-tree-root {
  background: #add100;
  color: white;
  padding: 18px 32px;
  border-radius: 14px;
  font-weight: 700;
  position: relative;
  margin-bottom: 40px;
}

/* Vertical line */
.ikt-lms-tree-root::after {
  content: "";
  width: 2px;
  height: 40px;
  background: #add100;
  position: absolute;
  left: 50%;
  bottom: -40px;
}

/* BRANCHES */
.ikt-lms-tree-branches {
  display: grid;
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  gap: 30px;
  position: relative;
}

/* Horizontal line */
.ikt-lms-tree-branches::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  height: 2px;
  background: #add100;
}

/* NODE */
.ikt-lms-tree-node {
  background: #ffffff;
  border: 2px solid #add100;
  padding: 18px 20px;
  border-radius: 12px;
  text-align: center;
  font-weight: 600;
  position: relative;
}

/* Vertical connector */
.ikt-lms-tree-node::before {
  content: "";
  width: 2px;
  height: 20px;
  background: #add100;
  position: absolute;
  top: -20px;
  left: 50%;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 992px) {
  .ikt-lms-tree-branches {
    grid-template-columns: repeat(2, minmax(200px, 1fr));
  }
}

@media (max-width: 576px) {
  .ikt-lms-tree-root::after,
  .ikt-lms-tree-branches::before,
  .ikt-lms-tree-node::before {
    display: none;
  }

  .ikt-lms-tree-branches {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}


/* ================= LMS INTEGRATIONS ================= */
.ikp-lms-int-wrap {
  padding: 90px 20px;
  background: linear-gradient(180deg, #ffffff, #f9fbe7);
}

.ikp-lms-int-container {
  max-width: 1200px;
  margin: auto;
}

/* HEADER */
.ikp-lms-int-header {
  text-align: center;
  margin-bottom: 60px;
}

.ikp-lms-int-header h2 {
  font-size: 38px;
  font-weight: 800;
  color: #1f1f1f;
}

.ikp-lms-int-header h2 span {
  background: #add100;
  padding: 4px 12px;
  border-radius: 6px;
  color: white;
}

.ikp-lms-int-header p {
  margin-top: 14px;
  color: #666;
}

/* LAYOUT */
.ikp-lms-int-layout {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 50px;
  align-items: center;
}

/* MONETIZATION BOX */
.ikp-lms-int-monetize {
  background: #ffffff;
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.08);
}

.ikp-lms-int-badge {
  display: inline-block;
  background: #add100;
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 18px;
  color: white;
}

.ikp-lms-int-monetize h3 {
  font-size: 26px;
  margin-bottom: 14px;
}

.ikp-lms-int-monetize p {
  color: #555;
  line-height: 1.6;
}

.ikp-lms-int-pay {
  margin-top: 26px;
  padding: 18px 22px;
  border-left: 4px solid #add100;
  background: #f9fbe7;
  border-radius: 12px;
}

.ikp-lms-int-pay span {
  display: block;
  font-weight: 600;
}

.ikp-lms-int-pay small {
  color: #666;
}

/* INTEGRATION TOOLS */
.ikp-lms-int-tools {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.ikp-lms-int-tool {
  background: #ffffff;
  border-radius: 18px;
  padding: 26px;
  text-align: center;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.ikp-lms-int-tool:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.1);
}

.ikp-lms-int-tool span {
  font-size: 30px;
  display: block;
  margin-bottom: 12px;
}

.ikp-lms-int-tool p {
  font-weight: 600;
  color: #1f1f1f;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 992px) {
  .ikp-lms-int-layout {
    grid-template-columns: 1fr;
  }

  .ikp-lms-int-tools {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .ikp-lms-int-header h2 {
    font-size: 26px;
  }

  .ikp-lms-int-tools {
    grid-template-columns: 1fr;
  }

  .ikp-lms-int-monetize {
    padding: 30px 24px;
  }
}


/* ================= LMS FAQ ================= */
.ikf-lms-faq-wrap {
  padding: 90px 20px;
  background: #ffffff;
}

.ikf-lms-faq-container {
  max-width: 900px;
  margin: auto;
}

/* HEADER */
.ikf-lms-faq-header {
  text-align: center;
  margin-bottom: 50px;
}

.ikf-lms-faq-header h2 {
  font-size: 36px;
  font-weight: 800;
  color: #1f1f1f;
}

.ikf-lms-faq-header h2 span {
  background: #add100;
  padding: 4px 12px;
  border-radius: 6px;
  color: white;
}

.ikf-lms-faq-header p {
  margin-top: 14px;
  color: #666;
}

/* FAQ ITEM */
.ikf-lms-faq-item {
  background: #ffffff;
  border-radius: 16px;
  margin-bottom: 16px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  border-left: 4px solid transparent;
  transition: all 0.3s ease;
}

.ikf-lms-faq-item[open] {
  border-left-color: #add100;
}

/* QUESTION */
.ikf-lms-faq-item summary {
  padding: 22px 26px;
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  position: relative;
}

.ikf-lms-faq-item summary::-webkit-details-marker {
  display: none;
}

/* PLUS / MINUS */
.ikf-lms-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 26px;
  font-size: 24px;
  transition: transform 0.3s ease;
}

.ikf-lms-faq-item[open] summary::after {
  content: "−";
}

/* ANSWER */
.ikf-lms-faq-item p {
  padding: 0 26px 22px;
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 576px) {
  .ikf-lms-faq-header h2 {
    font-size: 26px;
  }

  .ikf-lms-faq-item summary {
    padding: 18px 20px;
    font-size: 16px;
  }

  .ikf-lms-faq-item p {
    padding: 0 20px 18px;
  }
}

