  .heading,
.leftheading {
  margin-bottom: 20px;
  font-size: 36px;
  position: relative;
  font-weight: 600;
  padding-bottom: 22px
}

.heading:after {
  position: absolute;
  content: '';
  bottom: 0;
  padding: 3px;
  width: 70px;
  border-top: 2px solid var(--secondary);
  border-bottom: 2px solid var(--primary);
  left: 50%;
  transform: translateX(-50%) skewX(60deg)
}

.leftheading span,
.heading span {
  color: var(--secondary)
}

.heading {
  text-align: center
}

.link {
  color: #1F7BAE;
}

.partner {
  padding: 60px 0;
  text-align: center;
}

.partnerlist {
  height: 115px;
  background: var(--primary);
  border-radius: 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 12px #0000001a;
  transition: .5s;
}

.partnerlist:hover {
  border-radius: 0 30px;
  transform: translateY(-10px);
}

.secondary-container {
  padding: 0 0 60px;
}

a.btn.btn-secondary i {
  color: var(--white);
  padding-right: 6px;
}

a.btn.btn-primary i {
  color: var(--white);
  padding-right: 6px;
}

.btn-primary:hover i {
  color: #000 !important;
  transition: 0.5s;
}
.btn-secondary{
  color: #fff;
  background-color: #008000;
}

.btn-secondary{
  color: #fff;
  background-color: #01579b;
}

.btn-secondary:hover{
  color: #000;
  background-color: #ffffff;
  border-color: #00517c;
  transition: 0.5s;
}

.btn-secondary:focus{
  color: #000;
  background-color: #ffffff;
  border-color: #00517c;
  box-shadow: none;
}

.btn-secondary:active{
  color: #000000;
  background-color: #ffffff;  
}

.nav-tabs .nav-link.active {
  border: none !important;
  background: #008000;
  padding: 10px 24px;
  color: var(--white);
  border-radius: 50px !important;
}

.nav-tabs .nav-link {
  border: 1px solid #000 !important;
  padding: 10px 24px;
  border-radius: 50px !important;
}

.nav-tabs .nav-link:hover {
  background: #96c3f8;
}

.nav-link {
  border-right: inherit !important;
}

.nav-tabs .nav-link {
  border: none;
}

.secondary-container.product {
  padding: 60px 0 0;
}

/* .one-box-centre{
  display: flex;
  margin-left: 200px;    
}
@media (max-width: 850px) {
  .one-box-centre {
   margin-left: 0px;
  }
} */
#howtab {
  display: block;
  margin: 0;
}

#howtab button {
  width: 100%;
  border: none;
  margin-bottom: 10px;
}

.secondary-container.product .nav-tabs .nav-link {
  border: 1px solid #d3d3d3 !important;
  padding: 10px 24px;
  border-radius: 40px !important;
  text-align: center;
  background: #01579b;
  color: #fff;
  transition: 0.5s;
      font-size: 16px;
    font-weight: 600;

}

.secondary-container.product .nav-tabs .nav-link:hover {
  border: 1px solid #00517c !important;
  background: #fff;
  color: #000;
}

.secondary-container.product #howtab li {
  margin: 10px;
}

.tab-bar {
  box-shadow: 0px 1px 9px 2px rgba(0, 0, 0, .2);
  text-align: center;
  padding: 30px 15px 15px 15px;
  background: #ecf9ff;
  border-radius: 10px;
  border: 2px solid #00517c;
}

.secondary-container.product .nav-tabs {
  border: none;
}

.product-box {
  box-shadow: 0px 1px 9px 2px rgba(0, 0, 0, .2);
  padding: 30px 30px 84px 30px;
  text-align: center;
  background: #ecf9ff;
  border-radius: 10px;
  border: 2px solid #00517c;
}
.equal-height-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}
.product-box ul {
  display: flex;
  justify-content: center;
  column-gap: 10px;
  padding: 10px 0 22px;
}

.product-box .link {
  text-decoration: none;
}

.cls-working{
  background-color:#000000;
  padding-top: 15px;
    padding-bottom: 5px;
    margin-top: -30px;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 20px;
    border-radius: 8px 8px 0px 0px;
}

.cls-useful{
  background-color:#000000;padding-top: 15px;
    padding-bottom: 5px;margin-top: -30px;
    margin-left: -15px;
    margin-right: -15px;margin-bottom: 20px;
    border-radius: 8px 8px 0px 0px;
}

.secondary-container.product #myTabContent .row {
  row-gap: 22px;
}

.secondary-container.product .btn {
  font-size: 16px !important;
  padding: 20px 15px;
  width: 100%;
  border-radius: 40px;
  text-transform: none;
  font-weight: 600;
}

.secondary-container.product .partner {
  margin-top: 60px;
  background: #daf2ff80;
}

.post-description img{
  box-shadow: 0 0 4px #ccc;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
}

@media (max-width:1199px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 8px 15px;
  }

  .dropdown-toggle::after {
    right: 2px;
  }

  .product-box {
    height: 100%;
  }
}

@media  (max-width:1024px) {
  .navbar {
    justify-content: flex-end;
  }

  .navbar-toggler {
    background-color: #fff;
    margin: 3px 0;
  }

  .navbar-toggler-icon {
    background: var(--primary);
  }

  .partner .row {
    row-gap: 22px;
  }

  .partner .col-sm-3 {
    width: 50%;
  }

  .heading {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .secondary-container.product .col-sm-3,
  .secondary-container.product .col-sm-9 {
    width: 50%;
  }

  .secondary-container.product .col-sm-9 .col-sm-6 {
    width: 100%;
  }

  .heading {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .partner .row {
    row-gap: 10px;
  }

  .partner {
    padding: 35px 0 0;
  }
}

@media  (max-width:767px) {
  .partner {
    padding: 50px 0;
  }

  .secondary-container.product .col-sm-3,
  .secondary-container.product .col-sm-9 {
    width: 100%;
  }

  .secondary-container.product .partner .col-sm-3 {
    width: 50% !important;
  }

  .nav-tabs .nav-link.active {
    padding: 5px 10px;
  }

  .nav-tabs .nav-link {
    padding: 5px 10px;
  }

  .partner {
    padding: 35px 0;
  }

  .secondary-container {
    padding: 0 0 35px;
  }

  .partner {
    padding: 30px 0;
  }

  .nav-tabs .nav-link.active {
    padding: 10px 10px;
    width: 100%;
  }

  .nav-tabs .nav-link {
    padding: 10px 10px;
    width: 100%;
    margin: 5px 0;
  }

  .nav-item {
    width: 100%;
  }
}

@media  (max-width:667px) {
  .secondary-container.product .row {
    row-gap: 20px;
  }
}

@media  (max-width:568px) {
  .heading {
    margin-bottom: 30px;
    font-size: 30px;
    padding-bottom: 20px;
  }

  .secondary-container.product .partner .col-sm-3 {
    width: 100% !important;
  }

  .secondary-container.product {
    padding: 50px 0 0;
  }
}
.post-description ul {
  list-style-type: disc;          /* ensures bullets are visible */
  list-style-position: outside;   /* standard bullet alignment */
  color: inherit;                 /* keeps text color normal */
}

.post-description ul li::marker {
  color: blue;                    /* makes the bullets blue */
}
/* Target the Installation Guide section */
#Installation_Guide .post-description ul {
  list-style: none !important;
  padding-left: 1.5rem;
}

#Installation_Guide .post-description li {
  position: relative;
  margin-bottom: 0.5rem;
}

/* Default bullet for all li using Font Awesome */
#Installation_Guide .post-description li::before {
  content: "\f192"; /* Font Awesome icon */
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  color: #007bff; /* blue bullet */
  font-size: 12px;
  position: absolute;
  left: -1rem;
  top: 0;
}

/* Remove bullet if li contains an image */
#Installation_Guide .post-description li:has(img)::before {
  content: none;
}

.shv-body {
      font-family: "Poppins", sans-serif;
      color: #102a4e;
      display: flex;
      justify-content: center;
    }

    .shv-wrapper {
      background: linear-gradient(120deg, #f3f8ff, #ffffff);
      padding: 40px 20px;

      display: flex;
      gap: 35px;
      width: 100%;
      max-width: 100%;
    }

    
    .shv-left {
      flex: 2;
      display: flex;
      flex-direction: column;
      gap: 25px;
    }

    .shv-box {
      background: #f2f7ff;
      border-radius: 12px;
      border: 1px solid rgba(0, 80, 190, 0.25);
      overflow: hidden;
      box-shadow: 0 6px 20px rgba(0, 80, 190, 0.12);
      transition: all 0.3s ease;
    }

    .shv-box:hover {
      transform: translateY(-3px);
      box-shadow: 0 10px 28px rgba(0, 80, 190, 0.18);
    }

    .shv-box h3 {
      background: #00245a;
      color: #fff;
      padding: 12px 18px;
      font-size: 17px;
      font-weight: 600;
      border-bottom: 2px solid #004bba;
      letter-spacing: 0.3px;
    }

    .shv-content {
      padding: 20px 22px;
      background: #f8fbff;
    }

    .shv-row {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 14px;
      flex-wrap: wrap;
    }

    .shv-row label {
      min-width: 200px;
      font-size: 14px;
      color: #1b2e52;
      font-weight: 500;
    }

    .shv-row select {
      flex: 1;
      padding: 9px 12px;
      border-radius: 6px;
      border: 1px solid #a7c5f8;
      background: #ffffff;
      color: #143466;
      font-size: 14px;
      transition: all 0.25s ease;
    }

    .shv-row select:focus {
      border-color: #004bba;
      box-shadow: 0 0 0 3px rgba(0, 80, 190, 0.15);
      outline: none;
    }

    .shv-btn {
      background: #0050be;
      border: none;
      color: white;
      font-weight: 600;
      padding: 9px 18px;
      border-radius: 50px;
      cursor: pointer;
      transition: all 0.3s ease;
      box-shadow: 0 4px 10px rgba(0, 80, 190, 0.25);
    }

    .shv-btn:hover {
      background: linear-gradient(90deg, #0041a0, #1879e4);
      transform: scale(1.05);
    }

   
    .shv-right {
      flex: 1;
      background: #f2f7ff;
      border-radius: 12px;
      border: 1px solid rgba(0, 80, 190, 0.25);
      overflow: hidden;
      box-shadow: 0 6px 20px rgba(0, 80, 190, 0.12);
      height: fit-content;
      position: sticky;
      top: 30px;
      transition: 0.3s;
    }

    .shv-right h3 {
      background: #00245a;
      color: #fff;
      font-size: 17px;
      font-weight: 600;
      padding: 12px 18px;
      border-bottom: 2px solid #004bba;
      letter-spacing: 0.3px;
    }

    .shv-links {
      display: flex;
      flex-direction: column;
      gap: 15px;
      padding: 20px;
      background: #f8fbff;
    }

    .shv-links a {
      text-decoration: none;
      text-align: center;
      background: #0050be;
      color: #fff;
      padding: 12px 0;
      border-radius: 50px;
      font-weight: 600;
      transition: all 0.3s ease;
      box-shadow: 0 3px 8px rgba(0, 80, 190, 0.25);
    }

    .shv-links a:hover {
      background: linear-gradient(90deg, #003b9c, #1979e8);
      transform: scale(1.05);
      color: white;
    }

    /* Responsive */
    @media (max-width: 900px) {
      .shv-wrapper {
        flex-direction: column;
      }
      .shv-right {
        position: static;
      }
    }




    /* ============================
   CONTACT SECTION WRAPPER
   ============================ */
.shv-contact-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 32px;
  max-width: 1320px;
  margin: 0 auto;
  padding: 40px 0;
  box-sizing: border-box;
}

/* Each column = 50% */
.shv-contact-item {
  flex: 1;
  max-width: 50%;
}


/* ============================
   CONTACT CARD (UNIQUE STYLE)
   ============================ */
.shv-contact-card {
  background: #f2f7ff;
  border: 1px solid rgba(0, 80, 190, 0.28);
  border-radius: 16px;
  padding: 28px 24px;
  box-shadow: 0 8px 24px rgba(0, 80, 190, 0.15);
  transition: all 0.35s ease;
  text-align: left;
  height: 100%;
  position: relative;
}

.shv-contact-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 36px rgba(0, 80, 190, 0.25);
  background: #f8fbff;
}


/* ============================
   ICON STYLE
   ============================ */
.shv-contact-card i {
  font-size: 46px;
  color: #0050be;
  margin-bottom: 16px;
  display: inline-block;
  transition: 0.3s;
}

.shv-contact-card:hover i {
  color: #003b9c;
  transform: scale(1.1);
}


/* ============================
   TEXT & LIST
   ============================ */
.shv-contact-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.shv-contact-card ul li {
  font-size: 15px;
  color: #102a4e;
  margin-bottom: 10px;
  line-height: 1.55;
}

.shv-contact-card ul li span {
  font-weight: 600;
  font-size: 16px;
  color: #00245a;
}


/* ============================
   LINKS INSIDE CARD
   ============================ */
.shv-contact-card a {
  color: #0050be;
  font-weight: 600;
  transition: 0.25s ease;
  text-decoration: none;
}

.shv-contact-card a:hover {
  color: #003b9c;
}


/* ============================
   BUTTON STYLING
   ============================ */
.shv-contact-btn {
  display: inline-block;
  padding: 10px 22px;
  background: #0050be;
  color: #fff !important;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 5px 12px rgba(0, 80, 190, 0.28);
  text-align: center;
}

.shv-contact-btn:hover {
  background: linear-gradient(90deg, #003b9c, #1979e8);
  transform: scale(1.06);
}


/* ============================
   RESPONSIVE
   ============================ */
@media (max-width: 900px) {
  .shv-contact-wrapper {
    flex-direction: column;
    gap: 26px;
    padding: 20px;
  }

  .shv-contact-item {
    max-width: 100%;
  }

  .shv-contact-card {
    padding: 24px 20px;
  }
}
