.isms-capabilities-section {
  padding: 100px 0;
  background-color: #f9fafc;
}

.isms-capabilities-section .section-title p {
  max-width: 700px;
  margin: 15px auto 0;
}

.isms-card {
  background: #ffffff;
  padding: 35px;
  border-radius: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
  height: 100%;
}


.isms-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.isms-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 28px;
  color: #fff;
}

.isms-icon.vapt {
  background: #e74c3c;
}

.isms-icon.audit {
  background: #3498db;
}

.isms-icon.compliance {
  background: #2ecc71;
}

.isms-icon.dfir {
  background: #9b59b6;
}

.isms-card h3 {
  font-size: 20px;
  margin-bottom: 12px;
}

.isms-card p {
  margin-bottom: 15px;
}

.isms-card ul {
  padding-left: 18px;
  margin: 0;
}

.isms-card ul li {
  margin-bottom: 8px;
  font-size: 14.5px;
}

.isms-capabilities-section .row {
  row-gap: 30px;
}


.industries-section .row {
  row-gap: 30px;
}

.industry-card {
  background: #ffffff;
  padding: 35px 30px;
  border-radius: 12px;
  text-align: center;
  height: 100%;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}

.industry-card .icon {
  font-size: 48px;
  color: #ff4c29;
  margin-bottom: 20px;
}

.industry-card h3 {
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 600;
}

.industry-card p {
  font-size: 15px;
  color: #000219;
  line-height: 1.6;
}

.industry-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}


/* .disc {
    padding-left: 20px;
} */
.disc li {
    margin-bottom: 8px;
}

.dtf-trust-section {
  background: linear-gradient(135deg, #0d6efd0d, #ffffff);
}

.section-badge {
  display: inline-block;
  background: #0d6efd;
  color: #fff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 15px;
}

.dtf-why-card,
.dtf-compliance-card {
  background: #ffffff;
  padding: 40px;
  border-radius: 16px;
  height: 100%;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  position: relative;
}

.dtf-why-card h2,
.dtf-compliance-card h2 {
  font-size: 28px;
  margin-bottom: 25px;
  font-weight: 700;
}

.dtf-points {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.dtf-points li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 16px;
}

.dtf-points i {
  color: #0d6efd;
  margin-top: 3px;
}

.dtf-highlight-text {
  font-size: 17px;
  font-weight: 600;
  color: #0d6efd;
  border-left: 4px solid #0d6efd;
  padding-left: 15px;
}

.compliance-grid {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 15px;
  margin-bottom: 25px;
}

.compliance-item {
  background: #f5f8ff;
  border-left: 5px solid #0d6efd;
  padding: 14px 18px;
  font-weight: 500;
  border-radius: 8px;
}

.dtf-subtext {
  font-size: 16px;
  color: #000219;
}

.dtf-about-section {
  background: linear-gradient(135deg, #ffffff, #0d6efd08);
}

.dtf-about-content h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

.dtf-about-content p {
  font-size: 17px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 18px;
}

.dtf-certification-card {
  background: #ffffff;
  padding: 35px;
  border-radius: 16px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  border-top: 5px solid #0d6efd;
}

.cert-icon {
  font-size: 40px;
  color: #0d6efd;
  margin-bottom: 15px;
}

.dtf-certification-card h3 {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 700;
}

.cert-list {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.cert-list li {
  font-size: 16px;
  margin-bottom: 10px;
}

.cert-highlight {
  background: #f5f8ff;
  padding: 15px;
  border-radius: 10px;
  font-size: 15px;
  border-left: 4px solid #0d6efd;
}

.client-carousel {
  overflow: hidden;
  background: #ffffff;
  position: relative;
  margin: 0 0 100px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

.carousel-track {
  display: flex;
  align-items: center;
  justify-content: center;
  animation: scrollCarousel 20s linear infinite;
  gap: 60px; /* Space between the two combined images */
}

.carousel-track img {
  height: 180px; /* Maintain perfect proportion */
  width: auto; /* Prevent stretch */
  object-fit: contain;
  display: block;
  transition: transform 0.3s ease-in-out;
}

.carousel-track img:hover {
  transform: scale(1.05);
}

/* Animation for smooth scroll */
@keyframes scrollCarousel {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

/* Responsive for Tablets */
@media (max-width: 992px) {
  .carousel-track img {
    height: 120px;
  }
}

/* Responsive for Mobiles */
@media (max-width: 576px) {
  .carousel-track img {
    height: 90px;
  }
}

/* =====================================================
   CYBER IDENTITY SPOTLIGHT – WHITE PREMIUM VERSION
   ===================================================== */

.dtf-identity-section {
  padding: 120px 0;
  background: #ffffff;
  color: #1a1a1a;
  position: relative;
  overflow: hidden;
}

/* subtle background texture (very light) */
.dtf-identity-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(13,110,253,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13,110,253,0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  opacity: 0.4;
}

/* LEFT SIDE – CONTENT */
.identity-content {
  position: relative;
  z-index: 2;
}

.identity-tag {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #0d6efd;
  margin-bottom: 18px;
  font-weight: 600;
}

.identity-content h2 {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 30px;
  color: #0b1c3d;
}

.identity-text p {
  font-size: 17px;
  line-height: 1.8;
  color: #000219;
  margin-bottom: 18px;
}

/* RIGHT SIDE – SIGNAL TIMELINE */
.identity-signal {
  position: relative;
  padding-left: 60px;
  z-index: 2;
}

/* vertical signal line */
.signal-line {
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(
    to bottom,
    transparent,
    #0d6efd,
    transparent
  );
  animation: signalPulse 3s infinite;
}

@keyframes signalPulse {
  0% { opacity: 0.4; }
  50% { opacity: 1; }
  100% { opacity: 0.4; }
}

/* signal nodes */
.signal-node {
  position: relative;
  margin-bottom: 50px;
  padding-left: 20px;
}

.signal-node::before {
  content: "";
  position: absolute;
  left: -42px;
  top: 6px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #0d6efd;
  box-shadow: 0 0 0 6px rgba(13,110,253,0.15);
}

.signal-node h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #0b1c3d;
}

.signal-node span {
  font-size: 15px;
  color: #5c6f9c;
}

/* footnote */
.signal-footnote {
  font-size: 15.5px;
  line-height: 1.6;
  color: #000219;
  border-left: 3px solid #0d6efd;
  padding-left: 15px;
  margin-top: 20px;
  background: #f5f8ff;
  border-radius: 6px;
  padding-top: 14px;
  padding-bottom: 14px;
}

/* =====================================================
   RESPONSIVE
   ===================================================== */

@media (max-width: 991px) {
  .identity-content h2 {
    font-size: 32px;
  }

  .identity-signal {
    margin-top: 60px;
    padding-left: 40px;
  }
}

@media (max-width: 576px) {
  .identity-content h2 {
    font-size: 26px;
  }

  .identity-text p {
    font-size: 15.5px;
  }
}

.captcha-submit{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

#form-section .captcha-submit {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  #form-section .captcha-submit button {
    width: 100%;
    font-size: 15px;
    padding: 10px 15px;
  }

  .captcha-submit {
  text-align: center;
  margin-top: 15px;
}


/* ISMS Regulatory Carousel */
.isms-regulatory-carousel {
  background: #ffffff;
}

/* ISMS Regulatory Carousel – Fixed Card Size */
.compliance-item {
  text-align: center;
  padding: 30px 20px;
  border: 1px solid #eaeaea;
  border-radius: 14px;

  /* ✅ FIXED HEIGHT */
  height: 230px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  transition: all 0.4s ease;
  background: #fff;
}


.compliance-item i {
  font-size: 36px;
  color: #0d6efd;
  margin-bottom: 15px;
}

.compliance-item p {
  font-size: 15px;
  line-height: 1.5;
  color: #333;
  margin: 0;

  /* Prevent text from breaking layout */
  max-width: 90%;
}

.compliance-item strong {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
}

.compliance-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

@media (max-width: 768px) {
  .compliance-item {
    height: 200px;
    padding: 25px 15px;
  }

  .compliance-item i {
    font-size: 30px;
  }

  .compliance-item p {
    font-size: 14px;
  }
}

/* PERFECT BULLET ALIGNMENT – NO GAP – LEFT ALIGNED */

.single-challenges ul.disc {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 18px;        /* controls bullet column */
  margin: 6px 0 0 0;
}

.single-challenges ul.disc li {
  padding-left: 0;
  margin-left: 0;
  text-indent: -6px;         /* 🔑 PULL TEXT TOWARDS BULLET */
  line-height: 1.45;
  font-size: 14px;
  
}

/* FIX CARD HEIGHT */
.single-challenges {
  height: 90%;
}

.single-challenges .overly-two {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* CLEAN BULLET ALIGNMENT */
.single-challenges ul.disc {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 18px;
  margin: 8px 0 0 0;
}

.single-challenges ul.disc li {
  text-indent: -6px;   /* pulls text closer to bullet */
  margin: 0 0 6px 0;
  line-height: 1.45;
  font-size: 14px;
}

.single-challenges h6 {
  min-height: 48px;   /* forces equal title block */
  text-align: center;
}
