.big {
    color: #0088cc;
    font-size: 40px !important;
    margin-right: 25px;
}
.feature-Box {
    margin-bottom: 25px !important;
    margin-top: 0 !important;
}

.feature-box-icon {
    float: left;
}

.no-space p {
    padding: 0 !important;
}

.second-content h2 {
    font-size: medium;
}

.code-box {
    width: 70%;
    height: 280px;
    background-color: #1e1e1e;
    color: #fef08a; /* Yellow */
    font-family: Consolas, monospace;
    font-size: 16px;
    border-radius: 10px;
    border-color: gray;
    border-width: 5px;
    border-style: solid;
    padding: 10px;
    padding-left: 40px;
    overflow: auto;
    white-space: pre;
    box-shadow: 0 0 5px rgba(255, 255, 0, 0.6);
}

pre[class*=language-] {
    height: 250px;
    border-radius: 10px;
    border-image: linear-gradient(to right, #330243 0%,#661487 25%,#9634a7 50%, #a644f7 100%) 1;
    border-width: 3px;
    border-style: solid;
    width:80%;
}
.topServices{
    width: auto!important;
}

@media screen and (max-width:986px) {
    pre[class*=language-] {
        width: 100%;
    }
    .code-box {
    width: 95%;}
}

/* ============================================================
   VDocs Article Styling
   ============================================================ */

.vdocs-article {
  margin: 0 auto;
  padding: 2.5rem 1.5rem ;
  line-height: 1.75;
}

/* ------------------------------------------------------------
   Headings
   ------------------------------------------------------------ */

.vdocs-article h1 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  letter-spacing: -0.02em;
}

.vdocs-article h2 {
  font-size: 1.75rem;
  font-weight: 600;
  margin-top: 3rem;
  margin-bottom: 1rem;
  border-left: 4px solid #2563eb;
  padding-left: 0.75rem;
}

.vdocs-article h3 {
  font-size: 1.25rem!important;
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  color: #374151;
}

/* ------------------------------------------------------------
   Text Elements
   ------------------------------------------------------------ */

.vdocs-article p {
  margin: 1rem 0;
}

.vdocs-article strong {
  font-weight: 600;
  color: #111827;
}

/* ------------------------------------------------------------
   Lists
   ------------------------------------------------------------ */

.vdocs-article ul {
  padding-left: 1.5rem;
  margin: 1rem 0 1.5rem;
}

.vdocs-article li {
  margin: 0.4rem 0;
}

/* ------------------------------------------------------------
   Code / Preformatted
   ------------------------------------------------------------ */

.vdocs-article pre {
  background: #0f172a;
  color: #e5e7eb;
  padding: 1.25rem;
  border-radius: 0.5rem;
  overflow-x: auto;
  font-size: 0.9rem;
  margin: 1.5rem 0;
  line-height: 1.5;
}

/* ------------------------------------------------------------
   Horizontal Rules
   ------------------------------------------------------------ */

.vdocs-article hr {
  border: none;
  border-top: 1px solid #e5e7eb;
  margin: 3rem 0;
}

/* ------------------------------------------------------------
   Tables
   ------------------------------------------------------------ */

.vdocs-article table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
  font-size: 0.95rem;
}

.vdocs-article th,
.vdocs-article td {
  padding: 0.75rem 0.75rem;
  border-bottom: 1px solid #e5e7eb;
  text-align: left;
}

.vdocs-article thead th {
  background: #f9fafb;
  font-weight: 600;
}

.vdocs-article tbody tr:hover {
  background: #f3f4f6;
}

/* ------------------------------------------------------------
   Responsive
   ------------------------------------------------------------ */

@media (max-width: 768px) {
  .vdocs-article {
    padding: 2rem 1rem;
  }

  .vdocs-article h1 {
    font-size: 2rem;
  }

  .vdocs-article h2 {
    font-size: 1.5rem;
  }

  .vdocs-article pre {
    font-size: 0.85rem;
  }
}
