section {
    scroll-margin-top: 70px;
}



/* ================================
   Customer Experience – Docs Page
   ================================ */

#customer-experience {
  padding-bottom: 40px;
}

/* Page Description */
#customer-experience .icalls-doc-desc {
  font-size: 14px;
  color: #6c757d;
  max-width: 900px;
}

/* Section Blocks */
#customer-experience .icalls-step-block {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 22px;
  margin-bottom: 26px;
}

/* Section Titles */
#customer-experience .icalls-step-block h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Sub Titles */
#customer-experience .icalls-step-block h6 {
  font-size: 14px;
  font-weight: 600;
  margin-top: 14px;
  margin-bottom: 6px;
}

/* Text Content */
#customer-experience p {
  font-size: 13px;
  color: #495057;
}

/* Lists */
#customer-experience ul,
#customer-experience ol {
  padding-left: 18px;
  font-size: 13px;
  color: #495057;
}

#customer-experience li {
  margin-bottom: 6px;
}

/* Muted Text */
#customer-experience .icalls-muted {
  font-size: 13px;
  color: #6c757d;
}

/* Notes / Callouts */
#customer-experience .icalls-note {
  font-size: 13px;
  padding: 12px 14px;
  border-radius: 6px;
  margin-top: 12px;
}

#customer-experience .icalls-note.info {
  background: #eef4ff;
  border-left: 4px solid #0d6efd;
}

#customer-experience .icalls-note.success {
  background: #e7f5ee;
  border-left: 4px solid #198754;
}

/* Emoji Alignment Fix */
#customer-experience h5 span {
  line-height: 1;
}

/* Mobile Optimizations */
@media (max-width: 768px) {
  #customer-experience .icalls-step-block {
    padding: 18px;
  }

  #customer-experience .icalls-step-block h5 {
    font-size: 15px;
  }
}




.iCallsRoCEVideoCallInterfaceImg {
  
}