* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

body { color: #333; }

/* HERO */
.hero {
  min-height: 65vh;
  background: url("../images/industry/i-4.jpg") center/cover no-repeat;
  position: relative;
  display: flex;
  align-items: center;
}

.legal {
  min-height: 65vh;
  background: url("../images/industry/i-1.jpg") center/cover no-repeat;
  position: relative;
  display: flex;
  align-items: center;
}

.restate {
  min-height: 65vh;
  background: url("../images/industry/man-5.jpg") center/cover no-repeat;
  position: relative;
  display: flex;
  align-items: center;
}

.legal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(5, 25, 45, 0.75);
}

.restate-overlay {
  position: absolute;
  inset: 0;
  background: rgba(5, 25, 45, 0.75);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(5, 25, 45, 0.75);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 80%;
  margin-top: 80px;
  /* padding: 30px; */
  margin-left: 50px;
  color: #d5d5d5;
}

.hero h1 {
  font-size: 42px;
  margin-bottom: 15px;
}

.highlight { color: #7ab029; }

.hero p {
  font-size: 15px;
  line-height: 1.7;
  text-align: justify;
}

/* SERVICES */
.services {
  padding: 70px 30px;
  text-align: center;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 30px;
  margin-top: 40px;
}

.service-card {
  padding: 25px;
  border: 1px solid #eee;
}

/* DETAILS / TABS */
.details {
  background: #ffffff;
  padding: 30px 30px;
  color: #fff;
}

body {
  background: #fff;
  color: #0b1f44;
}

.launch-journey {
  padding: 60px 20px;
}

.container {
  max-width: 1200px;
  margin: auto;
  /* text-align: center; */
}



.subtitle {
  font-size: 16px;
  color: #4c5c75;
  margin-bottom: 70px;
}

/* Cards */
.journey-wrapper {
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
}

.journey-card {
  width: 240px;
  background: #ffffff;
  padding: 40px 20px;
  border-radius: 20px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
}



.icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
   margin: -80px auto 20px;
}

.icon img {
  width: 40px;   /* adjust if needed */
  height: auto;
}

.orange { background: #ff8c00;}
.yellow { background: #ffc107; }
.teal { background: #1aa6b7; }
.light-blue { background: #9ad0ec; }

.journey-card h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}

.journey-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #5f6f87;
}

/* Responsive */
@media (max-width: 992px) {
  .journey-wrapper {
    gap: 30px;
  }
}

@media (max-width: 600px) {
  h1 {
    font-size: 30px;
  }

  .subtitle {
    font-size: 14px;
  }

  .journey-card {
    width: 100%;
    max-width: 320px;
  }
}



.details-container {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 40px;
}

.side-menu {
  background: #102c47;
}

.tab-btn {
  width: 100%;
  background: none;
  border: none;
  color: #ccc;
  padding: 16px;
  text-align: left;
  cursor: pointer;
  border-bottom: 1px solid #1d4468;
}

.tab-btn.active {
  background: #0d5cb9;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  /* letter-spacing: 0.6x; */
}

.responsive-img {
  width: 100%;
  height: auto;          /* keeps original ratio */
  max-height: 50vh;      /* optional */
  display: block;
  margin-bottom: 20px;
}

li{
    margin-top: 5px;
    letter-spacing: 0.5px;
}


.tab-panel { display: none; }
.tab-panel.active { display: block; }

.progress {
  height: 6px;
  background: #1e3f5f;
  margin-top: 15px;
}

.fill { height: 6px; background: #7ab039; }
.w65{width:65%} .w70{width:70%} .w75{width:75%} .w80{width:80%} .w95{width:95%}

/* CTA */
.cta {
  /* background: #0; */
  padding: 10px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}



/* FOOTER */
.footer {
  background: #0a0f24;
  color: #aaa;
  text-align: center;
  padding: 30px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .hero-content { margin-left: 40px; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .details-container { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .hero {
    min-height: auto;
    padding: 100px 0;
  }

  .hero-content {
    margin: 0;
    text-align: center;
  }

  .hero h1 { font-size: 26px; }
  .hero p { text-align: center; }

  .service-grid { grid-template-columns: 1fr; }

  .side-menu {
    display: flex;
    overflow-x: auto;
  }

  .tab-btn {
    white-space: nowrap;
    text-align: center;
  }

  .cta {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}


/* JUMBOTRON */

  .bd-placeholder-img {
        font-size: 1rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }



/* Image */
.quality-img {
    margin-top: 40px;
  max-width: 100%;
  height: 70%;
}

/* Content wrapper */
.quality-content {
  /* padding-left: 40px; */
  text-align: left;
}

/* Bullet list */
.quality-list {
  padding-left: 18px;
  margin: 0;
}

.quality-list li {
  margin-bottom: 12px;
  font-size: 15px;
  color: #4c5c75;
  line-height: 1.7;
}

/* Bullet color */
.quality-list li::marker {
  color: #1f6fd6;
  font-size: 18px;
}

/* Title inside list */
.quality-list strong {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #0b1f44;
  margin-bottom: 4px;
}

/* Description */
.quality-list span {
  display: block;
  font-size: 14px;
  color: #5f6f87;
}

/* Responsive */
@media (max-width: 768px) {
  .quality-content {
    padding-left: 0;
    margin-top: 30px;
  }

  .quality-list {
    padding-left: 20px;
  }
}


.hse-section {
  padding: 40px 5%;
  background: linear-gradient(135deg, #f8fafc, #eef2f7);
  font-family: 'Poppins', sans-serif;
}

.hse-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 60px;
}

/* IMAGE */
.hse-image {
  flex: 1;
  text-align: center;
}

.hse-image img {
  width: 100%;
  max-width: 420px;
  border-radius: 18px;
  /* box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12); */
}

/* CONTENT */
.hse-content {
  flex: 1;
}



.hse-content h2 {
  /* font-size: 36px; */
  font-weight: 700;
  color: #0b2239;
  margin-bottom: 16px;
  line-height: 1.3;
}

.hse-content h2 span {
  color: #1e60d4;
}

.hse-desc {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 26px;
}

/* LIST */
.hse-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.hse-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 15px;
  color: #333;
  margin-bottom: 16px;
}

.hse-list .dot {
  width: 7px;
  height: 7px;
  background: #1e60d4;
  border-radius: 50%;
  margin-top: 6px;
}

/* FOOTER */
.hse-footer {
  background: #f1f6ff;
  padding: 16px 20px;
  border-left: 4px solid #1e60d4;
  border-radius: 8px;
}

.hse-highlight {
  font-size: 14px;
  font-weight: 500;
  color: #0b2239;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .hse-container {
    flex-direction: column;
    text-align: center;
  }

  .hse-content h2 {
    font-size: 30px;
  }

  .hse-list li {
    justify-content: center;
    text-align: left;
  }
}

@media (max-width: 576px) {
  .hse-section {
    padding: 60px 20px;
  }

  .hse-content h2 {
    font-size: 26px;
  }

  .hse-desc {
    font-size: 15px;
  }
}


.change-section {
  padding: 70px 20px;
  background: #f8fafc;
  font-family: 'Poppins', sans-serif;
}

.change-wrapper {
  max-width: 1150px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 60px;
}

/* IMAGE */
.change-image {
  flex: 1;
  text-align: center;
}

.change-image img {
  max-width: 90%;
  height: auto;
  animation: floatImg 4s ease-in-out infinite;
}

@keyframes floatImg {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

/* CONTENT */
.change-content {
  flex: 1.2;
}

.change-content h2 {
  font-size: 28px;
  color: #0b2239;
  margin-bottom: 12px;
}

.desc {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 30px;
}

/* FLOW */
.flow {
  display: flex;
  align-items: center;
}

.flow-step {
  width: 100px;
  text-align: center;
}

/* MEDIUM CIRCLE */
.flow-step span {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #d6deea;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s;
}

.flow-step.active span {
  background: #0b5ed7;
  color: #fff;
  border-color: #0b5ed7;
}

.flow-step p {
  font-size: 13px;
  margin-top: 10px;
  color: #333;
}

.line {
    margin-bottom: 50px;
  width: 60px;
  height: 2px;
  background: #cfd8e3;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .change-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .flow {
    justify-content: center;
    flex-wrap: wrap;
  }

  .line {
    display: none;
  }
}


li a {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #333;
}

li a:hover {
  color: #0b5ed7;
}

li a i {
  font-size: 16px;
}


.security-section {
  padding: 80px 20px;
  background: linear-gradient(135deg, #0b2239, #0b5ed7); /* ✅ Previous BG */
  font-family: 'Poppins', sans-serif;
  color: #fff;
}

.security-wrapper {
  max-width: 1150px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 70px;
}

/* IMAGE */
.security-image {
  flex: 1;
  display: flex;
  justify-content: center;
}

.security-image img {
  width: 420px;
  max-width: 100%;
  height: auto;
  animation: floatImage 4s ease-in-out infinite,
             fadeIn 1.2s ease-in;
}

/* IMAGE ANIMATION */
@keyframes floatImage {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* CONTENT */
.security-content {
  flex: 1.2;
}

.security-content h2 {
  font-size: 30px;
  margin-bottom: 14px;
}

.security-desc {
  font-size: 15px;
  line-height: 1.7;
  opacity: 0.9;
  margin-bottom: 26px;
}

.security-list {
  list-style: none;
  padding: 0;
  margin-bottom: 22px;
}

.security-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
  font-size: 14px;
}

.security-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #8fd3ff;
}

.security-note {
  display: inline-block;
  padding: 10px 16px;
  background: rgba(255,255,255,0.15);
  border-radius: 8px;
  font-size: 13px;
  backdrop-filter: blur(6px);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .security-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .security-image img {
    width: 300px;
  }

  .security-list li {
    text-align: left;
  }
}


li a {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #333;
}

li a:hover {
  color: #0b5ed7;
}

li a i {
  font-size: 16px;
}

.solution-grid li:hover {
    color: #0d5cb9 !important;
}

.solution-grid li:hover a span {
    color: #0d5cb9 !important;
}

ul.solution-grid li a span {
    color: #000;
}

