.hero-section {
      background: url(../images/it-security/IT_Banner.png);
      background-size: cover;
      color: #fff;
      padding: 80px 0;
    }
    .hero-btn {
      background-color: #4f71ff;
      color: #fff;
      border: none;
    }
    .hero-btn:hover {
      background-color: #3e5ee0;
    }
    .video-wrapper {
      position: relative;
      border-radius: 16px;
      overflow: hidden;
    }
    .video-wrapper img {
      width: 100%;
      height: auto;
      display: block;
    }
    .play-button {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: #4f71ff;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-size: 28px;
    }
    .section-padding {
      padding: 80px 0;
    }
    .highlight-badge {
      background-color: #e9edff;
      color: #2a3fa3;
      font-weight: 600;
      font-size: 0.9rem;
      display: inline-block;
      padding: 6px 6px;
      border-radius: 8px;
      margin: 16px 0;
    }
    .compliance-card {
      background-color: #fff;
      border: 1px solid #e5e5e5;
      border-radius: 12px;
      padding: 20px;
      height: 100%;
      transition: box-shadow 0.2s;
    }
    .compliance-card:hover {
      box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    }
    .compliance-card i {
      font-size: 1.5rem;
      color: #4f71ff;
      margin-bottom: 10px;
    }
    .compliance-text {
      font-weight: 500;
      font-size: 1rem;
      color: #202124;
    }
    .pillars-section {
      padding: 80px 0;
      background: var(--Theme-Blue-50, #EBEEFD);
    }
    .nav-pills .nav-link.active {
      background-color: #4f71ff;
      color: white;
    }
    .nav-pills .nav-link {
      border-radius: 12px;
      color: #212529;
    }
    .card-box {
      background-color: white;
      padding: 2rem;
      border-radius: 16px;
      box-shadow: 0 0 0 1px #e5e7eb;
    }
    .card-box .item {
      display: flex;
      gap: 10px;
      align-items: center;
      padding: 0.75rem 0;
    }
    .card-box .item:not(:last-child) {
      /* border-bottom: 1px solid #f0f0f0; */
    }
    .card-box .item i {
      font-size: 1.4rem;
      color: #4f71ff;
    }
    .vertical-divider {
      border-left: 1px solid #e0e0e0;
      height: auto;
    }
    .cyber-section {
      padding: 80px 0;
    }
    .highlight-label {
        padding: 6px 14px;
        display: inline-block;
        color: var(--Theme-Blue-700, #283FB1);
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%;
        border-radius: 6px;
        background: var(--Theme-Blue-50, #EBEEFD);
    }
    .cyber-feature {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      margin-bottom: 20px;
      font-weight: 500;
      color: #2b2f39;
    }
    .cyber-feature i {
      color: #4f71ff;
      font-size: 1.2rem;
      margin-top: 4px;
    }
    .training-section {
      padding: 80px 0;
      background: var(--Theme-Blue-50, #EBEEFD);
    }
    .nav-pills .nav-link.active {
      background-color: #4f71ff;
      color: #fff;
      border-radius: 8px;
    }
    .nav-pills .nav-link {
      color: #333;
      font-weight: 500;
      border-radius: 8px;
    }
    .training-card {
      background-color: #fff;
      padding: 30px;
      border-radius: 16px;
      box-shadow: 0 0 0 1px #e2e6ed;
      text-align: left;
      height: 100%;
    }
    .training-card i {
      font-size: 2rem;
      color: #4f71ff;
      margin-bottom: 15px;
    }
    .cert-section {
      background-color: #fff;
      padding: 80px 0;
      border-radius: 0;
    }
    .cert-text h2 {
      font-weight: 700;
      font-size: 2rem;
    }
    .cert-text p {
      color: #5f6c7b;
    }
    .cert-logo-box {
      background: #fff;
      border: 1px solid #eee;
      border-radius: 12px;
      padding: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 140px;
      width: 140px;
      box-shadow: 0 0 0 1px #e5e8f0;
      transition: all 0.2s ease-in-out;
    }
    .cert-logo-box img {
      max-height: 100px;
      object-fit: contain;
      width: auto;
    }


    .hero-section h1.fw-bold {
        color: var(--White, #FFF);
        font-family: Inter;
        font-size: 48px;
        font-style: normal;
        font-weight: 700;
        line-height: 60px; /* 125% */
        letter-spacing: -0.96px;
        margin-bottom: 16px;
    }

    .hero-section p {
        color: var(--White, #FFF);
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px; /* 150% */
        margin-bottom: 24px;
    }

    .hero-section button.btn.hero-btn {
        border-radius: 4px;
        background: var(--Theme-Blue-500, #3A58EF);
        box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
        padding: 12px 20px;
        color: var(--White, #FFF);
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px; /* 150% */
    }

    section.section-padding.bg-white h2.fw-bold {
        color: var(--Theme-Dark-Blue-800, #26244A);
        font-family: Inter;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%; /* 43.2px */
        letter-spacing: -0.72px;
    }

    section.section-padding.bg-white p.text-muted {
        color: var(--Text-Grey-600, #475467);
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px; /* 155.556% */
    }

    .highlight-badge-main p {
        color: var(--Text-Grey-600, #475467);
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px; /* 155.556% */
    }

    .section-padding h5.fw-semibold {
        margin-bottom: 24px;
        color: var(--Theme-Dark-Blue-800, #26244A);
        font-family: Inter;
        font-size: 26px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%; /* 33.8px */
    }

    .compliance-card .compliance-text {
        color: var(--Text-Grey-700, #344054);
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%; /* 23.4px */
        margin-top: 24px;
    }

    section.pillars-section.text-center {}

    section.pillars-section h2.fw-bold {
        color: var(--Theme-Dark-Blue-800, #26244A);
        text-align: center;

    /* Webpage/Header 2 */
        font-family: Inter;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%; /* 43.2px */
        letter-spacing: -0.72px;
        margin-bottom: 18px;
    }

    .pillars-section p.text-muted {
        color: var(--Text-Grey-600, #475467);
        text-align: center;

    /* Text xl / Regular */
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px; /* 150% */
        margin-bottom: 24px;
    }

    .pillars-section .nav-pills .nav-link.active {
        border-radius: 10px;
        background: var(--Theme-Blue-500, #3A58EF);
        box-shadow: 0px 4px 4px -2px rgba(24, 39, 75, 0.06), 0px 2px 4px -2px rgba(24, 39, 75, 0.02), 0px 0px 2px 0px #E0E0E0;
        padding: 8px 60px;
        color: var(--White, #FFF);
        text-align: center;

    /* Text md/Medium */
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px; /* 150% */
    }

    .pillars-section .nav-pills .nav-link {
        padding: 8px 60px;
        color: var(--Text-Grey-500, #5D667B);
        text-align: center;

    /* Text md/Medium */
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px; /* 150% */
    }

    section.pillars-section .nav-pills {
        border-radius: 12px;
        background: var(--Text-Grey-50, #F9FAFB);
        display: inline-block;
        align-items: center;
        justify-content: center;
        padding: 3px;
    }

    section.pillars-section .nav-pills li.nav-item {
        display: inline-block;
    }

    .card-box .item {
        display: flex;
        gap: 10px;
        align-items: center;
        padding: 24px;
        border-right: 1px solid var(--Theme-Blue-500, #3A58EF);
        background: var(--White, #FFF);
        margin-bottom: 24px;
        gap: 24px;
        justify-content: flex-start;
        border-bottom: 0;
    }

    .card-box .item span {
        color: var(--Text-Grey-700, #344054);

    /* Webpage/Header 6 */
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%; /* 23.4px */
        text-align: left;
    }

    .card-box .item svg {
        min-width: 49px;
    }

    .card-box .item.Last_Item {
        border-right: 0;
    }

    section.cyber-section h2.fw-bold {
        color: var(--Theme-Dark-Blue-800, #26244A);

    /* Webpage/Header 2 */
        font-family: Inter;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%; /* 43.2px */
        letter-spacing: -0.72px;
        margin-bottom: 8px;
    }

    section.cyber-section {}

    section.cyber-section h2.fw-bold {
        color: var(--Theme-Dark-Blue-800, #26244A);

    /* Webpage/Header 2 */
        font-family: Inter;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%; /* 43.2px */
        letter-spacing: -0.72px;
        margin-bottom: 8px;
    }

    section.cyber-section p {
        color: var(--Text-Grey-600, #475467);

    /* Text lg/Regular */
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px; /* 155.556% */
    }

    .cyber-feature span {
        color: var(--Text-Grey-600, #475467);

    /* Text xl / Semibold */
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 30px; /* 150% */
    }

    .cyber-feature svg {
        min-width: 20px;
    }

    .training-section h2.fw-bold {
        color: var(--Theme-Dark-Blue-800, #26244A);
        text-align: center;

    /* Webpage/Header 2 */
        font-family: Inter;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%; /* 43.2px */
        letter-spacing: -0.72px;
        margin-bottom: 12px;
    }

    .training-section p.text-muted {
        color: var(--Text-Grey-600, #475467);
        text-align: center;

    /* Text lg/Regular */
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px; /* 155.556% */
    }

    .training-section .nav-pills {
        border-radius: 12px;
        background: var(--Text-Grey-50, #F9FAFB);
        display: inline-block;
        padding: 3px;
    }

    .training-section .nav-pills li.nav-item {
        display: inline-block;
    }

    .nav-link.active {
        border-radius: 10px;
        background: var(--Theme-Blue-500, #3A58EF);
        box-shadow: 0px 4px 4px -2px rgba(24, 39, 75, 0.06), 0px 2px 4px -2px rgba(24, 39, 75, 0.02), 0px 0px 2px 0px #E0E0E0;
    }

    .training-section .nav-pills li.nav-item .nav-link.active {
        border-radius: 10px;
        background: var(--Theme-Blue-500, #3A58EF);
        box-shadow: 0px 4px 4px -2px rgba(24, 39, 75, 0.06), 0px 2px 4px -2px rgba(24, 39, 75, 0.02), 0px 0px 2px 0px #E0E0E0;
        color: var(--White, #FFF);
        text-align: center;

    /* Text md/Medium */
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px; /* 150% */
    }

    .training-section .nav-pills .nav-link {
        color: var(--Text-Grey-500, #5D667B);
        text-align: center;

    /* Text md/Medium */
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px; /* 150% */
    }

    .training-card h6.fw-semibold {
        color: var(--Text-Grey-700, #344054);
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 30px;
        margin-top: 24px;
    }

    section.cert-section h2 {
        color: var(--Theme-Dark-Blue-800, #26244A);

    /* Webpage/Header 2 */
        font-family: Inter;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%; /* 43.2px */
        letter-spacing: -0.72px;
        margin-bottom: 8px;
    }

    section.cert-section p {
        color: var(--Text-Grey-600, #475467);

    /* Text lg/Regular */
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px; /* 155.556% */
    }


    .Due-Diligence-section .card-custom {
      border: none;
      border-radius: 1rem;
      background-color: #ffffff;
      padding: 1.5rem;
      height: 100%;
      transition: box-shadow 0.3s ease-in-out;
    }
    .Due-Diligence-section .card-custom:hover {
      box-shadow: 0 0 15px rgba(0,0,0,0.1);
    }
    .Due-Diligence-section .card-custom .icon {
      margin-bottom: 24px;
    }

    section.Due-Diligence-section {
        background: var(--Theme-Blue-50, #EBEEFD);
    }

    section.Due-Diligence-section h2.fw-bold {
        color: var(--Theme-Dark-Blue-800, #26244A);

    /* Webpage/Header 2 */
        font-family: Inter;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%; /* 43.2px */
        letter-spacing: -0.72px;
        margin-bottom: 16px;
    }

    section.Due-Diligence-section p {
        color: var(--Text-Grey-600, #475467);

    /* Text lg/Regular */
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px; /* 155.556% */
    }

    section.Due-Diligence-section p.bg-white {
        border-radius: 6px;
        background: var(--White, #FFF);
        padding: 6px;
        color: var(--Theme-Blue-700, #283FB1);

    /* Text sm / Bold */
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px; /* 142.857% */
        margin-top: 16px;
    }

    .Due-Diligence-section .card-custom.text-dark {
        border-radius: 24px;
        border: 1px solid var(--Text-Grey-200, #EAECF0);
        background: var(--White, #FFF);
        padding: 24px;
        min-height: 180px;
    }

    .Due-Diligence-section .card-custom.text-dark h6.fw-semibold {
        color: var(--Text-Grey-700, #344054);

    /* Text xl / Semibold */
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 30px; /* 150% */
    }

    .Contact-Our-section {
      background: #fff;
    }
    .Contact-Our-section .icon-box {
      height: 100%;
      border-radius: 12px;
      border: 1px solid var(--Text-Grey-200, #EAECF0);
      background: var(--White, #FFF);
      padding: 24px;
    }
    .Contact-Our-section .icon {
      margin-bottom: 8px;
      display: inline-block;
    }
    .Contact-Our-section .rounded-img {
      max-width: 100%;
      border-radius: 1rem;
    }
    .Contact-Our-section .footer-note {
      padding: 12px 16px;
      border-radius: 8px;
      background: var(--Theme-Blue-50, #EBEEFD);
      color: var(--secondary-secondary-70, #5D5F62);
      font-family: Inter;
      font-size: 18px;
      font-style: normal;
      font-weight: 500;
      line-height: 150%;
      text-align: left;
    }

    .Contact-Our-section h3.fw-bold {
        color: var(--secondary-secondary-100, #171A1F);
        text-align: center;

    /* Webpage/Header 2 */
        font-family: Inter;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%; /* 43.2px */
        letter-spacing: -0.72px;
        margin-bottom: 16px;
    }

    .Contact-Our-section p {
        color: var(--secondary-secondary-70, #5D5F62);
        text-align: center;
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 27px */
    }

    .icon-box .fw-semibold {
        color: var(--Text-Grey-700, #344054);

    /* Text lg / Semibold */
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 28px; /* 155.556% */
    }


    @media only screen and (max-width: 1199.51px) {
      .hero-section h1.fw-bold {
        font-size: 44px;
      }
      .hero-section p {
        font-size: 15px;
      }

      section.section-padding.bg-white h2.fw-bold {
        font-size: 28px;
      }
      .highlight-badge-main p {
        font-size: 14px;
      }
      .compliance-card .compliance-text {
        font-size: 15px;
      }
      section.pillars-section h2.fw-bold {
        font-size: 28px;
      }
      .pillars-section p.text-muted {
        font-size: 16px;
      }
      .card-box h5.fw-semibold {
       font-size: 18px;
      }
      .card-box .item svg {
        min-height: 40px;
        min-width: 40px;
        max-width: 40px;
        max-height: 40px;
      }
      .card-box .item span {
        font-size: 16px;
      }
      section.cyber-section h2.fw-bold {
        font-size: 28px;
      }
      section.cyber-section p {
        font-size: 14px;
      }
      .highlight-label {
        font-size: 14px;
      }
      .cyber-feature span {
        font-size: 15px;
      }
      .cyber-feature {
        display: flex;
        align-items: center;
        gap: 12px;
      }
      .training-section h2.fw-bold {
        font-size: 28px;
      }
      .training-section p.text-muted {
        font-size: 16px;
      }
      .training-card h6.fw-semibold {
        font-size: 16px;
      }
      section.cert-section h2 {
        font-size: 28px;
      }
      section.cert-section p {
        font-size: 14px;
      }
      section.Due-Diligence-section h2.fw-bold {
        font-size: 28px;
      }
      section.Due-Diligence-section p {
        font-size: 14px;
      }
      section.Due-Diligence-section p.bg-white {
        font-size: 14px;
      }
      .Due-Diligence-section .card-custom.text-dark {
        min-height: 171px;
      }
      .Due-Diligence-section .card-custom.text-dark h6.fw-semibold {
        font-size: 16px;
      }
      .Contact-Our-section h3.fw-bold {
        font-size: 28px; 
      }
      .Contact-Our-section p {
        font-size: 16px;
      }
      .icon-box .fw-semibold {
        font-size: 14px; 
      }
      .Contact-Our-section .footer-note {
        font-size: 16px;
      }
      .item.border-right-md {
          border-right: 0;
      }
      .card-box .item.Last_Item {
          border-right: 0;
          border-right: 1px solid var(--Theme-Blue-500, #3A58EF);
      }
      .item.Last_Item.border-right-md {
          border-right: 0;
      }
      
    }


    @media only screen and (max-width: 767.51px) {
      .pillars-section .nav-pills .nav-link.active {
        padding: 8px 16px;
      }
      .pillars-section .nav-pills .nav-link {
        padding: 8px 16px;
      }
      .card-box .item {
        gap: 10px;
        padding: 12px;
        margin-bottom: 12px;
        gap: 16px;
        border-bottom: 1px solid var(--Theme-Blue-500, #3A58EF);
        border-right: 0;
      }
      .card-box .item.Last_Item {
        border-right: 0;
        border-right: 0;
      }
      .cert-logo-box {
        margin: 0 auto 30px;
      }

    }