* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Inter, Arial, sans-serif;

}

html {
  width: 100%;
}

body {
  width: 100%;
  overflow-x: hidden;
}


body {
  background: #fff;
  color: #111;
}

/* =================== prtt-section ============= */

.prrt-section {
  position: relative;
  padding: 80px 20px;
  background: linear-gradient(180deg, #0b1629 0%, #0f213c 100%);
  overflow: hidden;
}

/* soft dark overlay */
.prrt-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top,
      rgba(255, 255, 255, 0.06),
      transparent 60%);
}

.prrt-title,
.prrt-subtitle,
.prrt-text {
  will-change: transform, opacity;
}

.prrt-content {
  max-width: 1200px;
  margin: auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

/* MAIN TITLE */
.prrt-title {
  font-size: 58px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 2px;
  margin-bottom: 25px;

  opacity: 0;
  transform: translateY(30px);
  animation: prrtFadeUp 0.9s ease forwards;
}

/* SUB TITLE */
.prrt-subtitle {
  font-size: 30px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 30px;

  opacity: 0;
  transform: translateY(30px);
  animation: prrtFadeUp 0.9s ease forwards;
  animation-delay: 0.15s;
}

/* PARAGRAPHS */
.prrt-text {
  font-size: 20px;
  line-height: 1.7;
  color: #cfd8e3;
  max-width: 900px;
  margin: 0 auto 18px;

  opacity: 0;
  transform: translateY(26px);
  animation: prrtFadeUp 0.9s ease forwards;
  animation-delay: 0.3s;
}

.prrt-text.delay {
  animation-delay: 0.45s;
}

/* KEYFRAMES */
@keyframes prrtFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* subtle floating effect */
.prrt-section::after {
  content: "";
  position: absolute;
  /* width:420px;
  height:420px; */
  width: 280px;
  height: 280px;

  background: radial-gradient(circle,
      rgba(59, 130, 246, 0.18),
      transparent 70%);
  top: -120px;
  right: -120px;
  /* animation:prrtFloat 8s ease-in-out infinite; */
  animation: prrtFloat 14s linear infinite;

}

/* 
@keyframes prrtFloat{
  0%,100%{ transform:translateY(0); }
  50%{ transform:translateY(30px); }
} */
@keyframes prrtFloat {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(15px);
  }
}


.ifocus-section {
  background: #ffffff;
  padding: 40px 20px 30px;
}

.ifocus-container {
  max-width: 1200px;
  margin: auto;
}

.ifocus-title {
  text-align: center;
  font-size: 44px;
  font-weight: 500;
  color: #0f172a;
}

.ifocus-subtitle {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin-top: 15px;
  color: #1e293b;
}

.ifocus-divider {
  margin: 40px auto 50px;
  max-width: 1200px;
  border: none;
  height: 3px;
  background: #e5e7eb;
}

.ifocus-divider-end {
  margin: 90px auto 10px;
  max-width: 1200px;
  border: none;
  height: 3px;
  background: #e5e7eb;
}

/* HEADER */
.ifocus-header {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 40px;
}

.ifocus-icon {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ifocus-icon.green {
  background: linear-gradient(180deg, #22c55e, #16a34a);
}

.ifocus-icon.red {
  background: linear-gradient(180deg, #dc2626, #b91c1c);
}

.ifocus-icon.purple {
  background: linear-gradient(180deg, #7c3aed, #6d28d9);
}

.ifocus-icon i {
  font-size: 30px;
  color: #ffffff;
}

.ifocus-header h3 {
  font-size: 35px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #0f172a;
  margin-bottom: 6px;
}

.ifocus-header p {
  color: #475569;
  font-size: 16px;
}

/* CARDS */
.ifocus-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}

.ifocus-card {
  border-radius: 16px;
  padding: 28px 30px;
  opacity: 0;
  transition: all 1.1s ease;
}

/* LEFT */
.ifocus-left {
  background: linear-gradient(135deg, #fff7f7, #fff1f2);
  border: 1px solid #fecdd3;
  transform: translateX(-70px);
}

.ifocus-left h4 {
  color: #991b1b;
}

/* RIGHT */
.ifocus-right {
  background: linear-gradient(135deg, #eff6ff, #e0f2fe);
  border: 1px solid #bfdbfe;
  transform: translateX(70px);
}

.ifocus-right h4 {
  color: #1d4ed8;
}

.ifocus-right.green {
  background: linear-gradient(180deg, #ecfdf5 0%, #d1fae5 100%);
  border: 1px solid #86efac;
  transform: translateX(70px);
}

.ifocus-right.green h4 {
  color: #065f46;
}

.ifocus-right.red {
  background: linear-gradient(180deg, #fff1f2 0%, #ffe4e6 100%);
  border: 1px solid #fca5a5;
  transform: translateX(70px);
}

.ifocus-right.red h4 {
  color: #7f1d1d;
}

.ifocus-right.purple {
  background: linear-gradient(180deg, #faf5ff 0%, #ede9fe 100%);
  border: 1px solid #c4b5fd;
  transform: translateX(70px);
}

.ifocus-right.purple h4 {
  color: #5b21b6;
}

.ifocus-card h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 18px;
}

.ifocus-card ul {
  list-style: none;
  padding: 0;
}

.ifocus-card li {
  font-size: 15px;
  color: #334155;
  margin-bottom: 12px;
  position: relative;
  /* padding-left: 20px; */
  list-style-type: none;
  display: flex;
  gap: 10px;
}

.ind-chlg li {
  padding-left: 20px;
}

.ind-chlg li::before {
  content: "•";
  position: absolute;
  color: orangered;
  font-size: 15px;
  left: 0;
  top: 0;
}

/* CHECK ICON LIST */
.tech-list li i {
  color: #2563eb;
  font-weight: bold;
  font-size: 16px;
}

.tech-list.green li i {
  color: #065f46;
}

.tech-list.red li i {
  color: #7f1d1d;
}

.tech-list.purple li i {
  color: #5b21b6;
}

/* SHOW */
.ifocus-card.show {
  opacity: 1;
  transform: translateX(0);
}


.retail-solutions {
  background: #ffffff;
  padding: 10px 20px;
}

.retail-container {
  max-width: 1200px;
  margin: auto;
}

.retail-title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #0f172a;
  margin-bottom: 20px;
}

/* GRID */
.retail-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* CARD */
.retail-card {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 22px 24px;
  opacity: 0;
  transition: all 1.2s ease;
}

.retail-card h4 {
  font-size: 15px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 13px;
}

.retail-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #475569;
}

/* ANIMATION STATES */
.from-top {
  transform: translateY(-60px);
}

.from-bottom {
  transform: translateY(60px);
}

.retail-card.show {
  opacity: 1;
  transform: translateY(0);
}


.bo-section {
  padding: 40px 20px;
  background: #ffffff;
}

.bo-container {
  max-width: 1200px;
  margin: auto;
}

.bo-title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #0f172a;
  margin-bottom: 30px;
}

/* LIST */
.bo-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 25px;
  column-gap: 28px;
  margin-bottom: 40px;
}

.bo-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: #334155;
  opacity: 0;
  transform: translateY(14px);
  transition: all 0.6s ease;
}

.bo-item i {
  color: #16a34a;
  font-size: 18px;
}

/* CASE STUDY CARD */
.case-card {
  background: linear-gradient(135deg,
      #2563eb 0%,
      #1e40af 100%);
  color: #ffffff;
  padding: 26px 32px;
  border-radius: 14px;
  margin-bottom: 34px;
  opacity: 0;
  transform: translateY(-40px);
  transition: all 0.9s ease;
}

.case-card.green {
  background: linear-gradient(180deg, #16a34a, #15803d);
}

.case-card.red {
  background: linear-gradient(180deg, #dc2626, #b91c1c);
}

.case-card.purple {
  background: linear-gradient(180deg, #7c3aed, #6d28d9);
}

.case-card h4 {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 15px;
}

.case-card strong {
  display: block;
  font-size: 17px;
  margin-bottom: 15px;
}

.case-card p {
  font-size: 15px;
  color: #dbeafe;
}

.case-card.green p {
  color: #dbfeea;
}

.case-card.red p {
  color: #fededb;
}

.case-card.red p {
  color: #e8dbfe;
}

/* CTA */
.bo-cta {
  text-align: center;
}

.bo-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 20px 30px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  color: #ffffff;
  background: linear-gradient(135deg,
      #2563eb 0%,
      #1d4ed8 100%);
  transition: all 0.35s ease;
}

.bo-btn.green {
  background: linear-gradient(180deg, #16a34a, #15803d);
}

.bo-btn.green:hover {
  background: linear-gradient(180deg, #22c55e, #4ade80);
}

.bo-btn.red {
  background: linear-gradient(180deg, #dc2626, #b91c1c);
}

.bo-btn.red:hover {
  background: linear-gradient(180deg, #ef4444, #f87171);
}

.bo-btn.purple {
  background: linear-gradient(180deg, #7c3aed, #6d28d9);
}

.bo-btn.purple:hover {
  background: linear-gradient(180deg, #8b5cf6, #a78bfa);
}

.bo-btn i {
  transition: transform 0.35s ease;
}

/* HOVER EFFECTS */
.bo-btn:hover {
  background: linear-gradient(135deg,
      #3b82f6 0%,
      #2563eb 100%);
}

.bo-btn:hover i {
  transform: translateX(6px);
}

/* ACTIVE STATES */
.bo-item.show {
  opacity: 1;
  transform: translateY(0);
}

.case-card.show {
  opacity: 1;
  transform: translateY(0);
}


.sector-solutions {
  padding: 60px 20px;
  background: #f7fafc;
}

.sector-container {
  max-width: 1200px;
  margin: auto;
}

.sector-title {
  text-align: center;
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #0f172a;
  margin-bottom: 15px;
}

.sector-subtitle {
  text-align: center;
  font-size: 23px;
  font-weight: 600;
  color: #475569;
  margin-bottom: 50px;
}

.sector-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
}

/* CARD */
.sector-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  padding: 36px;
  /* box-shadow: 0 10px 28px rgba(0,0,0,0.06); */

  opacity: 0;
  transform: translateY(40px);
  transition: all 0.9s ease;
}

/* ICON */
.sector-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}

.bg-blue {
  background: linear-gradient(180deg, #2563eb, #1d4ed8);
}

.sector-icon i {
  font-size: 26px;
  color: #ffffff;
}

/* TEXT */
.sector-card h3 {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #0f172a;
  margin-bottom: 10px;
}

.sector-desc {
  font-size: 16px;
  color: #475569;
  margin-bottom: 18px;
}

.sector-card ul {
  padding-left: 18px;
}

.sector-card li {
  font-size: 15px;
  color: #334155;
  margin-bottom: 10px;
  line-height: 1.4;
}

/* ANIMATION STATES */
.slide-left {
  transform: translateX(-80px);
}

.slide-right {
  transform: translateX(80px);
}

.sector-card.show {
  opacity: 1;
  transform: translateX(0);
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .sector-grid {
    grid-template-columns: 1fr;
  }

  .slide-left,
  .slide-right {
    transform: translateY(60px);
  }
}



.industry-find {
  padding: 60px 20px;
  background: #ffffff;
}

.industry-container {
  max-width: 1200px;
  margin: auto;
}

.industry-title {
  text-align: center;
  font-size: 48px;
  letter-spacing: 1px;
  font-weight: 500;
  color: #0f172a;
  margin-bottom: 10px;
}

.industry-subtitle {
  text-align: center;
  font-size: 18px;
  color: #475569;
  margin-bottom: 60px;
}

.industry-list {
  display: flex;
  flex-direction: column;
  gap: 26px;
  margin-left: 160px;
}

/* CARD */
.industry-card {
  background: linear-gradient(180deg, #ffffff, #f9fafb);
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  padding: 25px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;

  opacity: 0;
  transform: translateY(-40px);
  transition: all 0.9s ease;
  max-width: 900px;
  /* margin: auto; */
}


/* bottom shadow only on hover */
.industry-card:hover {
  box-shadow: 0 14px 22px -12px rgba(0, 0, 0, 0.25);
}

/* LEFT CONTENT */
.card-left h4 {
  font-size: 17px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 6px;
}

.card-left p {
  font-size: 14px;
  color: #475569;
  max-width: 620px;
}

/* LINK */
.card-link {
  font-size: 15px;
  font-weight: 600;
  color: #1e40af;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: color 0.3s ease;
}

.card-link i {
  transition: transform 0.3s ease;
}

/* hover effects */
.card-link:hover {
  color: #1e3a8a;
  /* darker blue */
}

.card-link:hover i {
  transform: translateX(6px);
}

/* SHOW STATE */
.industry-card.show {
  opacity: 1;
  transform: translateY(0);
}

/* MOBILE */
@media (max-width: 768px) {
  .industry-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
}


.knowledge-advantage {
  padding: 60px 20px;
  background: #ffffff;
}

.ka-container {
  max-width: 1200px;
  margin: auto;
}

.ka-title {
  text-align: center;
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #0f172a;
  margin-bottom: 15px;
}

.ka-subtitle {
  text-align: center;
  font-size: 23px;

  font-weight: 600;
  color: #475569;
  margin-bottom: 60px;
}

/* CARD */
.ka-card {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  padding: 34px 32px;
  margin-bottom: 36px;

  opacity: 0;
  transition: all 0.9s ease;
  max-width: 1000px;
  margin-left: 100px;
}

/* HEADER */
.ka-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 22px;
}

.ka-number {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(180deg, #2563eb, #1d4ed8);
  color: #ffffff;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ka-header h3 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #0f172a;
}

/* COMPARE */
.ka-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 20px;
}

.ka-col p {
  font-size: 14px;
  color: #475569;
}

.label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
}

.negative .label {
  color: #dc2626;
}

.positive .label {
  color: #16a34a;
}

.label i {
  margin-right: 6px;
}

/* BENEFIT */
.ka-benefit {
  background: linear-gradient(180deg, #f0f7ff, #e6f0ff);
  border: 1px solid #bfdbfe;
  border-radius: 12px;
  padding: 18px 16px;
  font-size: 14px;
  font-weight: 600;
  color: #1e40af;
}

.ka-benefit span {
  color: #062177;
}

/* ANIMATION DIRECTIONS */
.slide-from-right {
  transform: translateX(100px);
}

.slide-from-left {
  transform: translateX(-100px);
}

.ka-card.show {
  opacity: 1;
  transform: translateX(0);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .ka-compare {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .slide-from-right,
  .slide-from-left {
    transform: translateY(50px);
  }
}


.compliance-section {
  background: linear-gradient(180deg, #3558e8 0%, #2f46d4 100%);
  padding: 60px 20px;
  color: #fff;
}

.compliance-title {
  text-align: center;
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 50px;
}

.compliance-grid {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.compliance-card {
  background: linear-gradient(180deg, #4f6ef0 0%, #4258d6 100%);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  padding: 24px;
  opacity: 0;
  transform: translateY(60px) scale(0.96);
  transition: all 0.8s ease;
}

.compliance-card.show {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.icon-box {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #ffffff, #dbe3ff);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.icon-box i {
  font-size: 22px;
  color: #2f46d4;
}

.compliance-card h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 14px;
}

.compliance-card ul {
  padding-left: 16px;
  font-size: 14px;
  line-height: 1.7;
}

.compliance-card li {
  margin-bottom: 8px;
}



.industry-cta {
  text-align: center;
  padding: 60px 20px;
  background: #fff;
}

.cta-title {
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #0f172a;
  margin-bottom: 16px;
  line-height: 1.2;
}

.cta-subtitle {
  font-size: 24px;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 36px;
}

.cta-actions {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-bottom: 22px;
  flex-wrap: wrap;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 28px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* Primary Button */
.primary-btn {
  background: #2563eb;
  color: #fff;
  font-weight: 600;
}

.primary-btn .arrow {
  display: inline-block;
  transition: transform 0.3s ease;
}

.primary-btn:hover {
  background: #1e4fd7;
  /* slightly dark */
}

.primary-btn:hover .arrow {
  transform: translateX(6px);
}

/* Outline Button */
.outline-btn {
  border: 2px solid #2563eb;
  color: #2563eb;
  background: transparent;
}

.outline-btn:hover {
  background: #e8efff;
  /* light blue shade */
}

/* Bottom Link */
.cta-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 17px;
  font-weight: 600;
  color: #2563eb;
  text-decoration: none;
  transition: color 0.25s ease;
}

.cta-link:hover {
  color: #1e40af;
  /* darker blue */
  font-weight: 600;
}