ol li, ul li {
    margin-top: .0;
}

body {
    background: #ECECEC !important;
}

.header-fixed #body-wrapper {
    padding-top: 0;
}

  :root{
    --itv-green:#4caf50;
    --itv-green-dark:#43a047;
    --itv-gray:#54565a;
    --itv-blue:#1a699e;
    --itv-blue-dark:#14537d;
    --itv-blue-light:#cfe4f2;
    --itv-orange:#e0703c;
    --itv-light:#ececec;
  }

  .itv-home{font-family:"Segoe UI", Arial, Helvetica, sans-serif;}

  /* Down-pointing chevron at the top of a section, colored as the previous section */
  .itv-chevron{position:relative;}
  .itv-chevron::before{
    content:"";
    position:absolute;
    top:0;
    left:50%;
    transform:translateX(-50%);
    border-left:55px solid transparent;
    border-right:55px solid transparent;
    border-top:45px solid var(--chev, var(--itv-green));
    z-index:2;
  }
.container{
    max-width:none !important;
    width:100% !important;
}

#body-wrapper .container {
    padding: 0;
}

section.section {
    position: relative;
    padding-right: 0;
    padding-left: 0;
}
  /* ===== Hero ===== */
.itv-hero{
    
    background:
        linear-gradient(rgba(0,0,0,.45), rgba(0,0,0,.45)),
        url('/user/pages/01.home/DevOps-banner-2_1600x1037.jpg') top center / cover no-repeat;

    color: #fff;
    padding: 48px 0 64px;
}

  .itv-hero__logo{
    background:var(--itv-blue);
    display:inline-block;
    padding:28px 36px;
    margin-bottom:36px;
  }

  .itv-hero__logo img{height:64px;display:block;}

  .itv-hero__ribbon{
    background:rgba(26,105,158,.85);
    color:#fff;
    font-size:26px !important;
    font-weight:500;
    padding:14px 24px;
    margin-bottom:36px;
  }

  .itv-btn{
    display:inline-block;
    background:var(--itv-blue);
    color:#fff;
    text-decoration:none;
    text-transform:uppercase;
    font-size:13px;
    letter-spacing:.4px;
    padding:10px 18px;
    border:none;
    transition:background .2s;
  }

  .itv-btn:hover{background:var(--itv-blue-dark);color:#fff;}

  .itv-hero__callout{
    background:var(--itv-orange);
    color:#fff;
    max-width:340px;
    padding:24px;
    margin-top:28px;
  }

  .itv-hero__callout h3{font-size:22px;font-weight:600;margin-bottom:12px;}

  .itv-hero__callout a{
    color:#fff;
    text-decoration:none;
    font-size:15px;
  }

  .itv-hero__callout a:hover{text-decoration:underline;}

  /* ===== Section base ===== */
  .itv-section{padding:80px 0;}

  .itv-section__title{
    text-align:center;
    font-size:32px;
    font-weight:500;
    margin-bottom:48px;
  }

  /* ===== Problems We Solve (green) ===== */
  .itv-problems{background:var(--itv-green);color:#fff;--chev: #124E80 !important;}
  .itv-problems .itv-section__title{color:#fff;}

  .itv-problem{text-align:center;}

  .itv-problem__circle{
    width:120px;
    height:120px;
    margin:0 auto 20px;
    background:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:var(--itv-green-dark);
    font-size:30px;
    font-weight:700;
  }

  .itv-problem h3{font-size:17px;font-weight:700;margin-bottom:10px;}
  .itv-problem p{font-size:14px;margin:0;}

  /* ===== Workspaces (light) ===== */
  .itv-workspaces{background:var(--itv-light);--chev:var(--itv-green);}
  .itv-workspaces .itv-section__title{color:var(--itv-blue);}
  .itv-workspaces p.lead{max-width:760px;margin:0 auto;text-align:center;color:#444;}

  /* ===== Product Highlights tabs ===== */
  .itv-highlights{background:#fff;--chev:var(--itv-light);}
  .itv-highlights .itv-section__title{color:var(--itv-blue);}

  .itv-highlights .nav-pills{justify-content:center;gap:12px;margin-bottom:40px;}

  .itv-highlights .nav-pills .nav-link{
    background:var(--itv-blue-light);
    color:var(--itv-blue);
    border-radius:0;
    font-size:15px;
    padding:16px 22px;
    text-align:center;
  }

  .itv-highlights .nav-pills .nav-link.active{
    background:var(--itv-blue);
    color:#fff;
  }

  .itv-highlights .tab-pane img{
    display:block;
    max-width:820px;
    width:100%;
    margin:0 auto;
  }

  /* ===== Customers (green card + quote) ===== */
  .itv-customers{
    background:linear-gradient(120deg, #aeb3b8 0%, #c8ccd0 100%);
    --chev:#ffffff;
  }

  .itv-customers__card{
    background:var(--itv-green);
    color:#fff;
    padding:40px;
    height:100%;
  }

  .itv-customers__card h2{font-size:28px;font-weight:500;text-align:center;margin-bottom:32px;}

  .itv-customers__logos{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:28px 24px;
    align-items:center;
    justify-items:center;
  }

  .itv-customers__logos img{max-width:120px;max-height:48px;width:auto;height:auto;}

@media (max-width: 768px) {
    .itv-customers__logos img {
        max-width: 60px;
        max-height: 32px;
    }
}

  .itv-quote{
    background:var(--itv-blue);
    color:#fff;
    padding:40px;
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:center;
  }

  .itv-quote blockquote{font-size:20px;line-height:1.5;margin-bottom:24px;}
  .itv-quote cite{font-style:normal;font-size:15px;}

  .itv-customers .itv-btn{margin-top:32px;}

  /* ===== Disciplines (green) ===== */
  .itv-disciplines{background:var(--itv-green);color:#fff;--chev:#c8ccd0;}
  .itv-disciplines .itv-section__title{color:#fff;}

  .itv-discipline{margin-bottom:32px;}
  .itv-discipline h3{font-size:22px;font-weight:600;margin-bottom:16px;}