:root {
    --color-primary: hsl(185, 70%, 42%);
    --color-secondary: hsl(199.2deg 78.22% 38.88%);
    --card-bg: rgba(255, 255, 255, 0.02);
    --card-border: rgba(255, 255, 255, 0.06);
    --foreground: #0f1724;
    --muted: rgba(15, 23, 36, 0.65);
    --radius-xl: 24px;
}

body {
    color: var(--foreground);
    /* background: url('../img/Industries/process-bg.png') center/cover no-repeat fixed; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.45;
    font-size: 15px
}
.text-muted{
  color:#303030!important;
}
p{
  font-size: 16px;
}

.shiplogix-hero {
  position: relative;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
}

.hero-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-content {
  position: relative;
  z-index: 2;
  padding: 30px;

  background: rgb(68 68 68 / 35%);
  backdrop-filter: blur(10px);

  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.08);

  box-shadow: 0 10px 40px rgba(0,0,0,0.25);
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgb(40 40 40 / 52%) 20%, rgb(0 40 60 / 28%) 50%, rgba(0, 40, 60, 0.1) 80%, rgba(0, 40, 60, 0.02) 100%);
}

.hero-content-wrap {
  position: relative;
  z-index: 2;
  height: 100%;
}

.hero-content h1 {
  font-size: 44px;
  font-weight: 700;
  color:#fff;
  line-height: 1.2;
}

.hero-content p {
  margin-top: 16px;
  font-size: 15px;
  color: #fff;
}

.hero-btns {
  margin-top: 24px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.hero-content .badge-pill {
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .shiplogix-hero {
    height: auto;
    padding: 80px 0;
  }

  .hero-content h1 {
    font-size: 32px;
  }

  .hero-overlay {
    background: rgba(0,0,0,0.6);
  }

  .hero-content h1,
  .hero-content p,
  .badge-pill {
    color: #fff !important;
  }
}

@media (max-width: 576px) {
  .hero-content h1 {
    font-size: 26px;
  }

  .hero-btns {
    flex-direction: column;
    align-items: flex-start;
  }

  .btn-hero,
  .btn-hero-outline {
    width: 100%;
  }
}
.container {
    max-width: 1200px;
}

.hero-content h1 span {
  display: inline-block;
  margin-top: 8px;
}
.gradient-text {
    background: linear-gradient(90deg, var(--color-primary), hsl(200 70% 45%));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.card-panel {
    background: linear-gradient(180deg, rgb(255, 255, 255), rgb(255, 255, 255));
    border-radius: 10px;
    border: 1px solid rgb(179 179 179 / 29%);
    box-shadow: 0 8px 30px rgba(16, 24, 40, 0.06);
}

.objective-card {
    background: #ffffff;
    padding: 20px;
    border-radius: 18px;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.objective-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.10);
}

.icon-box {
    width: 48px;
    height: 48px;
    background: hsl(185 75% 45%);

    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.icon-box i {
    width: 22px;
    height: 22px;
}

.rounded-2xl {
    border-radius: var(--radius-xl) !important;
}

.badge-pill {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .45rem .75rem;
    border-radius: 999px;
    border: 1px solid rgba(14, 78, 120, .08);
    background: color-mix(in srgb, var(--color-primary) 8%, white);
    color: var(--color-primary);
    font-weight: 600;
    font-size: .9rem;
}

.badge-dot {
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    background: var(--color-primary);
    animation: pulse 1.6s infinite;
}

.stat-card {
    border-radius: 12px;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.intro-para{
  max-width:820px;margin:0 auto 56px;text-align:center;
}
 .split-card{
  border-radius:10px;
  overflow:hidden;
  border:1px solid rgba(0,0,0,.07);
  box-shadow:0 8px 32px rgba(0,0,0,.10);
  transition:all .3s cubic-bezier(.4,0,.2,1);margin-bottom:40px;
    background:#fff;

}
.split-card:hover{box-shadow:0 20px 60px rgba(0,0,0,.14);transform:translateY(-3px)}
.split-card .sc-img{
  height:100%;min-height:340px;
  object-fit:cover;width:100%;
}
.split-card .sc-body{
  padding:15px 30px;
  display:flex;flex-direction:column;justify-content:center;
}
@media(max-width:767px){
  .split-card .sc-img{min-height:220px}
  .split-card .sc-body{padding:29px}
}

h6.title-hr{
  font-size:17px;font-weight:700;
  color:#050f1c;
  padding-bottom:10px;margin-bottom:18px;
  border-bottom:2px solid #e8f9f9;
  position:relative;
}
h6.title-hr::after{
  content:'';position:absolute;
  bottom:-2px;left:0;width:44px;height:2px;
  background:var(--primary-color2);border-radius:1px;
}

.obj-list{list-style:none;padding:0;margin:0}
.obj-list li{
  display:flex;align-items:flex-start;gap:13px;
  padding:5px 0;color:#2d3748;line-height: 2;
  border-bottom:1px dashed rgba(24,154,154,.15);
}
.obj-list li:last-child{border:none}
.obj-list li .ck{
  flex-shrink:0;width:16px;height:16px;border-radius:6px;
  background:linear-gradient(135deg,var(--primary-color2),#0db8b8);
  display:flex;align-items:center;justify-content:center;
  margin-top:6px;
}
.obj-list li .ck i{font-size:10px;color:#fff}

.feat-grid-sec{
  padding:80px 0;
  background:linear-gradient(175deg,#f7fbfb 0%,#fff 100%);
  position:relative;overflow:hidden;
}
.feat-grid-sec::before{
  content:'';position:absolute;
  width:600px;height:600px;border-radius:50%;
  background:radial-gradient(circle,rgba(24,154,154,.06) 0%,transparent 70%);
  top:-200px;right:-150px;pointer-events:none;
}
.feat-card{
  background:#fff;border-radius:18px;
  padding:26px;border:1px solid rgba(0,0,0,.06);
  box-shadow:0 2px 12px rgba(0,0,0,.07);
  transition:all .3s cubic-bezier(.4,0,.2,1);height:100%;
  position:relative;overflow:hidden;
}
.feat-card::before{
  content:'';position:absolute;
  inset:0;border-radius:inherit;
  background:linear-gradient(135deg,rgba(24,154,154,.04) 0%,transparent 60%);
  opacity:0;transition:all .3s cubic-bezier(.4,0,.2,1);
}
.feat-card:hover{
  box-shadow:0 8px 32px rgba(24,154,154,.25);
  border-color:rgba(24,154,154,.25);
  transform:translateY(-4px);
}
.feat-card:hover::before{opacity:1}
.feat-card .fi{
  width:48px;height:48px;border-radius:14px;
  background:linear-gradient(135deg,rgba(24,154,154,.12),rgba(13,184,184,.06));
  display:flex;align-items:center;justify-content:center;
  font-size:19px;color:var(--primary-color2);
  margin-bottom:16px;transition:all .3s cubic-bezier(.4,0,.2,1);
  border:1px solid rgba(24,154,154,.15);
}
.feat-card:hover .fi{
  background:linear-gradient(135deg,var(--primary-color2),#0db8b8);
  color:#fff;border-color:transparent;
  box-shadow:0 8px 32px rgba(24,154,154,.25);
}
.feat-card h5{font-size:15px;font-weight:700;color:#050f1c;margin-bottom:6px}
.feat-card p{font-size:14px;color:#64748b;margin:0;line-height:1.65}

.movement-section {
      background:url(../img/Industries/process-bg.png) no-repeat center;
    color: #0f1724;
    padding-bottom: 80px;
}

.movement-list li {
    list-style: none;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 10px;
    /* color: #475569; */
}

.movement-list i {
    width: 16px;
    height: 16px;
    color: var(--primary, hsl(210 85% 35%));
}

.movement-note {
    padding: 16px;
    border-radius: 8px;
    background: #fff;
    border-left: 4px solid var(--color-primary);
    color: #334155;
    font-size: 15px;
}

.movement-card {
    background: #ffffff;
    padding: 12px;
    border-radius: 14px;

    border: 1px solid #e5e7eb;
    box-shadow: 0 6px 24px rgba(0,0,0,0.06);

    transition: all 0.3s ease;
}

.movement-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.12);
}

.icon-box {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: linear-gradient(90deg, var(--color-primary), hsl(200 70% 45%));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.icon-box-dark {
    width: 30px;
    height: 30px;
    border-radius: 8px;
     background: rgba(24,154,154,0.08);
    color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}

.icon-box i {
    color: var(--primary, hsl(210 85% 35%));
    width: 20px;
    height: 20px;
}

.card-title {
    color: #0f1724;
    font-weight: 600;
    margin-bottom: 4px;
    font-size: 15px;
}

.card-desc {
    font-size: 14px;
    color: #64748b;
    line-height: 1.4;
}


.module-pill {
    background-color: #edf0f3;
    border-radius: 30px;
    padding: 6px 10px;
}

.module-pill.active {
    background: linear-gradient(90deg, hsl(185.24deg 71.85% 44.44%), hsl(199.89deg 71.97% 49.91%));
    border: none;
    color: var(--white-color);
}

.reveal {
    transform: translateY(24px);
    transition: all .6s cubic-bezier(.2, .9, .2, 1);
}

.reveal.in-view {
    opacity: 1;
    transform: translateY(0);
}

.text-muted-90 {
    color: rgba(15, 23, 36, 0.65);
}

.small-round {
    border-radius: 23px;
    padding: .4rem .6rem;
    font-size: .85rem;
    border: 1px solid rgb(14 78 120 / 12%);
    background: rgb(255 255 255 / 88%);
}

@media (max-width:991px) {
    .dashboard-preview {
        height: 160px;
    }

    .cta-floating-ship {
        display: none;
    }
}

.module-feature-boxes {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

#module-features>div {
   /* background: rgb(249 249 249)!important; */
    background: linear-gradient(90deg, hsl(185.24deg 56.23% 49.39% / 47%), hsl(199.89deg 71.97% 49.91% / 83%))!important;
    border: 1px solid #e2e8ee !important;
    border-radius: 14px !important;
    padding: 5px !important;
    display: flex !important;
    align-items: flex-start !important;
}
.feature-icon {
    flex-shrink: 0;  
    margin-top: 6px; 
}
body.force-sticky-header header.header-area {
    position: fixed !important;
    top: 0 !important;
    background: #fff !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
}

.bg-soft {
  background: radial-gradient(circle at top, rgba(59, 131, 246, 0.027), transparent 60%);
}
.industry-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgb(133 133 133 / 12%);
  border-radius: 16px;
  padding: 28px;
  transition: all .35s ease;
}

.industry-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,.25);
}

.icon-wrap {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.icon-wrap svg {
  width: 26px;
  height: 26px;
  color: #fff;
}

.bg-blue { background: linear-gradient(135deg,#3b82f6,#06b6d4); }
.bg-orange { background: linear-gradient(135deg,#f97316,#f59e0b); }
.bg-green { background: linear-gradient(135deg,#10b981,#14b8a6); }
.bg-purple { background: linear-gradient(135deg,#7c3aed,#8b5cf6); }

.industry-card h5 {
  font-weight: 600;
  margin-bottom: 12px;
}

.card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-primary);
}

.card-link svg {
  width: 14px;
  transition: transform .3s ease;
}

.industry-card:hover .card-link svg {
  transform: translateX(4px);
}


#feature-detail,
#module-detail {
  position: relative;
  transition:
    opacity 0.65s ease,
    transform 0.65s cubic-bezier(0.4, 0, 0.2, 1);
  min-height: 260px;
}

.fade-out {
  opacity: 0;
  transform: translateX(-24px);
}

.fade-in {
  opacity: 1;
  transform: translateX(0);
}


.feature-icon {
    width: 42px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: .75rem;
}

.feature-box p {
    margin-bottom: 0;
}
.process-card {
  background: #fff;
  padding: 10px;
  border-radius: 18px;
  height: 100%;
  transition: 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.process-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.card-number {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  color: #1aa3b8;
  margin-bottom: 15px;
}
.process-card ul li{
  text-align: start;
 font-size: 15px;
 margin-bottom: 5px;

}
.process-card ul{
 margin-top:20px;
 color: var(--muted)
}