nav {
  display: block;
}

.dropup .caret,
.prodnavbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}

.dropup .dropdown-menu,
.prodnavbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 50%;
  margin-bottom: 2px;
}

@media (min-width: 992px) {
  .prodnavbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  .prodnavbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}

.prodnav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.prodnav>li {
  position: relative;
  display: block;
}

.prodnav>li>a {
  position: relative;
  display: block;
  padding: 5px 15px;
}

.prodnav>li>a:hover,
.prodnav>li>a:focus {
  text-decoration: none;
  background-color: #eee;
}

.prodnav>li.disabled>a {
  color: #777;
}

.prodnav>li.disabled>a:hover,
.prodnav>li.disabled>a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.prodnav .open>a,
.prodnav .open>a:hover,
.prodnav .open>a:focus {
  background-color: #eee;
  border-color: #337ab7;
}

.prodnav .prodnav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.prodnav>li>a>img {
  max-width: none;
}

.prodnav-tabs {
  border-bottom: 1px solid #ddd;
}

.prodnav-tabs>li {
  float: left;
  margin-bottom: -1px;
}

.prodnav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.prodnav-tabs>li>a:hover {
  border-color: #eee #eee #ddd;
}

.prodnav-tabs>li.active>a,
.prodnav-tabs>li.active>a:hover,
.prodnav-tabs>li.active>a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.prodnav-tabs.prodnav-justified {
  width: 50%;
  border-bottom: 0;
}

.prodnav-tabs.prodnav-justified>li {
  float: none;
}

.prodnav-tabs.prodnav-justified>li>a {
  margin-bottom: 5px;
  text-align: center;
}

.prodnav-tabs.prodnav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 992px) {
  .prodnav-tabs.prodnav-justified>li {
    display: table-cell;
    width: 1%;
  }

  .prodnav-tabs.prodnav-justified>li>a {
    margin-bottom: 0;
  }
}

.prodnav-tabs.prodnav-justified>li>a {
  margin-right: 0;
  border-radius: 4px;
}

.prodnav-tabs.prodnav-justified>.active>a,
.prodnav-tabs.prodnav-justified>.active>a:hover,
.prodnav-tabs.prodnav-justified>.active>a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 992px) {
  .prodnav-tabs.prodnav-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .prodnav-tabs.prodnav-justified>.active>a,
  .prodnav-tabs.prodnav-justified>.active>a:hover,
  .prodnav-tabs.prodnav-justified>.active>a:focus {
    border-bottom-color: #fff;
  }
}

.prodnav-pills>li {
  float: left;
}

.prodnav-pills>li>a {
  border-radius: 4px;
}

.prodnav-pills>li+li {
  margin-left: 2px;
}

.prodnav-pills>li.active>a,
.prodnav-pills>li.active>a:hover,
.prodnav-pills>li.active>a:focus {
  color: #fff;
  background-color: #337ab7;
}

.prodnav-stacked>li {
  float: none;
}

.prodnav-stacked>li+li {
  margin-top: 2px;
  margin-left: 0;
}

.prodnav-justified {
  width: 50%;
}

.prodnav-justified>li {
  float: none;
}

.prodnav-justified>li>a {
  margin-bottom: 5px;
  text-align: center;
}

.prodnav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 992px) {
  .prodnav-justified>li {
    display: table-cell;
    width: 1%;
  }

  .prodnav-justified>li>a {
    margin-bottom: 0;
  }
}

.prodnav-tabs-justified {
  border-bottom: 0;
}

.prodnav-tabs-justified>li>a {
  margin-right: 0;
  border-radius: 4px;
}

.prodnav-tabs-justified>.active>a,
.prodnav-tabs-justified>.active>a:hover,
.prodnav-tabs-justified>.active>a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 992px) {
  .prodnav-tabs-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .prodnav-tabs-justified>.active>a,
  .prodnav-tabs-justified>.active>a:hover,
  .prodnav-tabs-justified>.active>a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content>.tab-pane {
  display: none;
  visibility: hidden;
}

.tab-content>.active {
  display: block;
  visibility: visible;
}

.prodnav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.prodnavbar {
  position: relative;
  min-height: 80px;
  margin-bottom: 0px;
  border-bottom: 2px solid transparent;
  margin-top: 5px;
}

@media (min-width: 992px) {
  .prodnavbar {
    border-radius: 0;
  }
}

@media (min-width: 992px) {
  .prodnavbar-header {
    float: left;
  }
}

.prodnavbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}

.prodnavbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 992px) {
  .prodnavbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    float: right;
  }

  .prodnavbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    visibility: visible !important;
  }

  .prodnavbar-collapse.in {
    overflow-y: visible;
  }

  .prodnavbar-fixed-top .prodnavbar-collapse,
  .prodnavbar-static-top .prodnavbar-collapse,
  .prodnavbar-fixed-bottom .prodnavbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

.prodnavbar-fixed-top .prodnavbar-collapse,
.prodnavbar-fixed-bottom .prodnavbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {

  .prodnavbar-fixed-top .prodnavbar-collapse,
  .prodnavbar-fixed-bottom .prodnavbar-collapse {
    max-height: 200px;
  }
}

.container>.prodnavbar-header,
.container-fluid>.prodnavbar-header,
.container>.prodnavbar-collapse,
.container-fluid>.prodnavbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 992px) {

  .container>.prodnavbar-header,
  .container-fluid>.prodnavbar-header,
  .container>.prodnavbar-collapse,
  .container-fluid>.prodnavbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.prodnavbar-static-top {
  z-index: 500;
  border-width: 0 0 1px;
}

@media (min-width: 992px) {
  .prodnavbar-static-top {
    border-radius: 0;
  }
}

.prodnavbar-fixed-top,
.prodnavbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 530;
}

@media (min-width: 992px) {

  .prodnavbar-fixed-top,
  .prodnavbar-fixed-bottom {
    border-radius: 0;
  }
}

.prodnavbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.prodnavbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.prodnavbar-brand {
  float: left;
  width: 300px;
  height: 60px;
  display: block;
  margin: 5px 0;
  font-size: 20px;
  font-weight: 50;
  color: #fff;
  text-indent: -9999px;
  position: relative;
}

.prodnavbar-brand:hover,
.prodnavbar-brand:focus {
  text-decoration: none;
}

.prodnavbar-brand>img {
  display: block;
}

@media (min-width: 992px) {

  .prodnavbar>.container .prodnavbar-brand,
  .prodnavbar>.container-fluid .prodnavbar-brand {
    margin-left: -15px;
  }
}

.prodnavbar-toggle {
  position: relative;
  float: right;
  padding: 9px 5px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 15px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.prodnavbar-toggle:focus {
  outline: 0;
}

.prodnavbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.prodnavbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px;
}

@media (min-width: 992px) {
  .prodnavbar-toggle {
    display: none;
  }
}

.prodnavbar-nav {
  margin: 7.5px -15px;
}

.prodnavbar-nav>li>a {
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 20px;
}

@media (max-width: 991px) {
  .prodnavbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .prodnavbar-nav .open .dropdown-menu>li>a,
  .prodnavbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .prodnavbar-nav .open .dropdown-menu>li>a {
    line-height: 20px;
  }

  .prodnavbar-nav .open .dropdown-menu>li>a:hover,
  .prodnavbar-nav .open .dropdown-menu>li>a:focus {
    background-image: none;
  }
}

@media (min-width: 992px) {
  .prodnavbar-nav {
    float: left;
    margin: 0;
  }

  .prodnavbar-nav>li {
    float: left;
  }

  .prodnavbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.prodnavbar-form {
  padding: 5px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}

@media (min-width: 992px) {
  .prodnavbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .prodnavbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .prodnavbar-form .form-control-static {
    display: inline-block;
  }

  .prodnavbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .prodnavbar-form .input-group .input-group-addon,
  .prodnavbar-form .input-group .input-group-btn,
  .prodnavbar-form .input-group .form-control {
    width: auto;
  }

  .prodnavbar-form .input-group>.form-control {
    width: 50%;
  }

  .prodnavbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .prodnavbar-form .radio,
  .prodnavbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .prodnavbar-form .radio label,
  .prodnavbar-form .checkbox label {
    padding-left: 0;
  }

  .prodnavbar-form .radio input[type="radio"],
  .prodnavbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .prodnavbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 991px) {
  .prodnavbar-form .form-group {
    margin-bottom: 5px;
  }

  .prodnavbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .prodnavbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.prodnavbar-nav>li>.dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.prodnavbar-fixed-bottom .prodnavbar-nav>li>.dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.prodnavbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.prodnavbar-btn.btn-sm {
  margin-top: 5px;
  margin-bottom: 5px;
}

.prodnavbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.prodnavbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .prodnavbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 992px) {
  .prodnavbar-left {
    float: left !important;
  }

  .prodnavbar-right {
    float: right !important;
    margin-right: -15px;
  }

  .prodnavbar-right~.prodnavbar-right {
    margin-right: 0;
  }
}

.prodnavbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.prodnavbar-default .prodnavbar-brand {
  color: #777;
}

.prodnavbar-default .prodnavbar-brand:hover,
.prodnavbar-default .prodnavbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.prodnavbar-default .prodnavbar-text {
  color: #777;
}

.prodnavbar-default .prodnavbar-nav>li>a {
  color: #777;
}

.prodnavbar-default .prodnavbar-nav>li>a:hover,
.prodnavbar-default .prodnavbar-nav>li>a:focus {
  color: #333;
  background-color: transparent;
}

.prodnavbar-default .prodnavbar-nav>.active>a,
.prodnavbar-default .prodnavbar-nav>.active>a:hover,
.prodnavbar-default .prodnavbar-nav>.active>a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.prodnavbar-default .prodnavbar-nav>.disabled>a,
.prodnavbar-default .prodnavbar-nav>.disabled>a:hover,
.prodnavbar-default .prodnavbar-nav>.disabled>a:focus {
  color: #ccc;
  background-color: transparent;
}

.prodnavbar-default .prodnavbar-toggle {
  border-color: #ddd;
}

.prodnavbar-default .prodnavbar-toggle:hover,
.prodnavbar-default .prodnavbar-toggle:focus {
  background-color: #ddd;
}

.prodnavbar-default .prodnavbar-toggle .icon-bar {
  background-color: #888;
}

.prodnavbar-default .prodnavbar-collapse,
.prodnavbar-default .prodnavbar-form {
  border-color: #e7e7e7;
}

.prodnavbar-default .prodnavbar-nav>.open>a,
.prodnavbar-default .prodnavbar-nav>.open>a:hover,
.prodnavbar-default .prodnavbar-nav>.open>a:focus {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 991px) {
  .prodnavbar-default .prodnavbar-nav .open .dropdown-menu>li>a {
    color: #777;
  }

  .prodnavbar-default .prodnavbar-nav .open .dropdown-menu>li>a:hover,
  .prodnavbar-default .prodnavbar-nav .open .dropdown-menu>li>a:focus {
    color: #333;
    background-color: transparent;
  }

  .prodnavbar-default .prodnavbar-nav .open .dropdown-menu>.active>a,
  .prodnavbar-default .prodnavbar-nav .open .dropdown-menu>.active>a:hover,
  .prodnavbar-default .prodnavbar-nav .open .dropdown-menu>.active>a:focus {
    color: #555;
    background-color: #e7e7e7;
  }

  .prodnavbar-default .prodnavbar-nav .open .dropdown-menu>.disabled>a,
  .prodnavbar-default .prodnavbar-nav .open .dropdown-menu>.disabled>a:hover,
  .prodnavbar-default .prodnavbar-nav .open .dropdown-menu>.disabled>a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.prodnavbar-default .prodnavbar-link {
  color: #777;
}

.prodnavbar-default .prodnavbar-link:hover {
  color: #333;
}

.prodnavbar-default .btn-link {
  color: #777;
}

.prodnavbar-default .btn-link:hover,
.prodnavbar-default .btn-link:focus {
  color: #333;
}

.prodnavbar-default .btn-link[disabled]:hover,
fieldset[disabled] .prodnavbar-default .btn-link:hover,
.prodnavbar-default .btn-link[disabled]:focus,
fieldset[disabled] .prodnavbar-default .btn-link:focus {
  color: #ccc;
}

.prodnavbar-inverse {
  background-color: #ffffff;
  border-color: #ffffff;
}

.prodnavbar-inverse .prodnavbar-brand {
  color: #9d9d9d;
}

.prodnavbar-inverse .prodnavbar-brand:hover,
.prodnavbar-inverse .prodnavbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.prodnavbar-inverse .prodnavbar-text {
  color: #41bf47;
}

.prodnavbar-inverse .prodnavbar-nav>li>a {
  color: black;
}

.prodnavbar-inverse .prodnavbar-nav>li>a:hover,
.prodnavbar-inverse .prodnavbar-nav>li>a:focus {
  color: #ffffff;
  background-color: #41bf47;
}

.prodnavbar-inverse .prodnavbar-nav>.active>a,
.prodnavbar-inverse .prodnavbar-nav>.active>a:hover,
.prodnavbar-inverse .prodnavbar-nav>.active>a:focus {
  color: #fff;
  background-color: #41bf47;
}

.prodnavbar-inverse .prodnavbar-nav>.disabled>a,
.prodnavbar-inverse .prodnavbar-nav>.disabled>a:hover,
.prodnavbar-inverse .prodnavbar-nav>.disabled>a:focus {
  color: #444;
  background-color: transparent;
}

.prodnavbar-inverse .prodnavbar-toggle {
  border-color: #41bf47;
}

.prodnavbar-inverse .prodnavbar-toggle:hover,
.prodnavbar-inverse .prodnavbar-toggle:focus {
  background-color: #41bf47;
}

.prodnavbar-inverse .prodnavbar-toggle .icon-bar {
  background-color: #41bf47;
}

.prodnavbar-inverse .prodnavbar-toggle:focus>.icon-bar,
.prodnavbar-inverse .prodnavbar-toggle:hover>.icon-bar {
  background-color: #ffffff;
}

.prodnavbar-inverse .prodnavbar-collapse,
.prodnavbar-inverse .prodnavbar-form {
  border-color: #41bf47;
  margin-top: 0px;
}

.prodnavbar-inverse .prodnavbar-nav>.open>a,
.prodnavbar-inverse .prodnavbar-nav>.open>a:hover,
.prodnavbar-inverse .prodnavbar-nav>.open>a:focus {
  color: #fff;
  background-color: transparent;
}

@media (max-width: 991px) {
  .prodnavbar-inverse .prodnavbar-nav .open .dropdown-menu>.dropdown-header {
    border-color: #0073ba;
  }

  .prodnavbar-inverse .prodnavbar-nav .open .dropdown-menu .divider {
    background-color: #0073ba;
  }

  .prodnavbar-inverse .prodnavbar-nav .open .dropdown-menu>li>a {
    color: #9d9d9d;
  }

  .prodnavbar-inverse .prodnavbar-nav .open .dropdown-menu>li>a:hover,
  .prodnavbar-inverse .prodnavbar-nav .open .dropdown-menu>li>a:focus {
    color: #0073ba;
    background-color: transparent;
  }

  .prodnavbar-inverse .prodnavbar-nav .open .dropdown-menu>.active>a,
  .prodnavbar-inverse .prodnavbar-nav .open .dropdown-menu>.active>a:hover,
  .prodnavbar-inverse .prodnavbar-nav .open .dropdown-menu>.active>a:focus {
    color: #fff;
    background-color: #0073ba;
  }

  .prodnavbar-inverse .prodnavbar-nav .open .dropdown-menu>.disabled>a,
  .prodnavbar-inverse .prodnavbar-nav .open .dropdown-menu>.disabled>a:hover,
  .prodnavbar-inverse .prodnavbar-nav .open .dropdown-menu>.disabled>a:focus {
    color: #444;
    background-color: transparent;
  }
}

.prodnavbar-inverse .prodnavbar-link {
  color: #9d9d9d;
}

.prodnavbar-inverse .prodnavbar-link:hover {
  color: #fff;
}

.prodnavbar-inverse .btn-link {
  color: #9d9d9d;
}

.prodnavbar-inverse .btn-link:hover,
.prodnavbar-inverse .btn-link:focus {
  color: #fff;
}

.prodnavbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .prodnavbar-inverse .btn-link:hover,
.prodnavbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .prodnavbar-inverse .btn-link:focus {
  color: #444;
}

.prodnav:before,
.prodnav:after,
.prodnavbar:before,
.prodnavbar:after,
.prodnavbar-header:before,
.prodnavbar-header:after,
.prodnavbar-collapse:before,
.prodnavbar-collapse:after {
  display: table;
  content: " ";
}

.prodnav:after,
.prodnavbar:after,
.prodnavbar-header:after,
.prodnavbar-collapse:after {
  clear: both;
}

/* Jumbotron Property */

.jumbotron {
  position: relative;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px !important;
  background-color: white;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0px !important;
  height: 500px;
}

.jumbotron h1.featurette-heading {
  color: #43B049;
  font-size: 30pt;
  font-weight: bold;
}

.jumbotron h1.featurette-heading2 {
  color: black;
  font-size: 30pt;
  font-weight: bold;
}

.jumbotron .featurette {
  color: #ffffff;
}






/* Footer Property */

footer.product {
  background-color: #2B405F !important;
  margin: 0;
  padding: 30px 20px;
  text-align: left;
}

footer.product h3 {
  color: #ffffff !important;
  font-size: 18px;
}

footer.product p.footerlist {
  color: #ffffff;
  line-height: 180%;
}

footer.product p.footerlist a {
  color: #a1b4c4;
  text-decoration: none;
}

footer.product p.footerlist a:hover {
  color: #0073c5;
  text-decoration: none;
}

.leftmenu h4 {
  font: 700 18px/26px "PT Sans", Helvetica, Arial, sans-serif;
  margin: 0 05px;
  color: #4c5259;
}

.small-grpdcs {
  display: block;
  font-size: 16px;
  margin-bottom: -11px
}

.leftmenu {
  padding: 0 30px 0 0;
  border-right: 1px dashed #d6d6d6;
  min-height: 300px
}

@media (max-width: 767px) {
  .leftmenu {
    display: none;
  }
}

.products-list {
  font-size: 14px;
  margin: 0 0 25px 0;
  padding: 0;
  list-style: none
}

.products-list li {
  padding: 0 0 13px;
  border-bottom: 1px dashed #d6d6d6;
  margin-bottom: 5px;
  color: #979797
}

.products-list li:last-child {
  border-bottom: 0
}

.products-list a {
  color: #0087cb
}

.products-list a:hover {
  text-decoration: none;
  color: #53bbf0
}

.products-list .small-grpdcs {
  display: block;
  font-size: 13px;
  margin-bottom: 0
}

@media (min-width: 768px) {
  .content-products {
    padding: 0 0 0 30px;
  }
}

/* ボタン */

.btn-blue {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
  background-color: #0073ba;
  border-color: #0073ba;
  font-weight: bold;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
}

.btn-blue:hover {
  background-color: #055c92;
  border-color: #055c92;
  color: #ffffff;
}

.btn-green {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
  background-color: #3dae2b;
  border-color: #3dae2b;
  font-weight: bold;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
}

.btn-green:hover {
  background-color: #127915;
  border-color: #127915;
  color: #ffffff;
}

.btn-inquiry {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
  background-color: #ffb607;
  border-color: #ffb607;
  font-weight: bold;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
}

.btn-white {
  color: #2467af;
  background-color: #ffffff;
  border-color: #ffffff;
  font-weight: bold;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
}

.btn-white:hover {
  background-color: #f0f0f0;
  border-color: #ffffff;
  color: #2467af;
}

.btn-inquiry:hover {
  background-color: #efab09;
  border-color: #efab09;
  color: #ffffff;
}

.btn_youtube_box {
  position: relative;
}

.btn_youtube {
  background: url(/jp/products/intel/n_images/YouTube-icon-full_color.png) no-repeat;
  width: 42px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -21px;
}

/* ボタン */

.box20 {
  position: relative;
  padding: 5px 20px;
  background: #efefef;
}

.box20:before,
.box20:after {
  position: absolute;
  top: 0;
  content: '';
  width: 5px;
  height: 50%;
  display: inline-block;
  box-sizing: border-box;
}

.box20:before {
  border-left: dotted 2px #15adc1;
  border-top: dotted 2px #15adc1;
  border-bottom: dotted 2px #15adc1;
  left: 0;
}

.box20:after {
  border-top: dotted 2px #15adc1;
  border-right: dotted 2px #15adc1;
  border-bottom: dotted 2px #15adc1;
  right: 0;
}

.box20 p {
  margin: 0;
  padding: 0;
}

.left-bar {
  padding: 0.25em 0.5em;
  /*上下 左右の余白*/
  color: #494949;
  /*文字色*/
  background: transparent;
  /*背景透明に*/
  border-left: solid 5px #7db4e6;
  /*左線*/
}

table.xl_feature-list tbody tr td,
table.xl_feature-list thead tr th {
  text-align: center;
  vertical-align: middle;
}

.xl_feature-list tr td:first-child {
  text-align: left;
}

.xl_feature-list thead {
  background-color: gray;
  color: white;
}

.xl_feature-list .check {
  background-color: #eee;
  font-size: larger;
}

.xl_table_spec tbody tr td,
.xl_table_spec thead tr th {
  vertical-align: middle;
}

.nav li a:link {
  text-decoration: none;
  font-size: 14px;
}

.nav-pills {
  margin-bottom: 0;
  border-bottom: 2px solid #0071C5;
}

.nav-pills>li>a {
  background-color: #ebebeb;
  margin: 0px 2px 0px;
  border-radius: 0px;
}

.nav-pills>li:first-child>a {
  margin-left: 0px;
}

.nav-pills>li:last-child>a {
  margin-right: 0px;
}

.nav-pills>li>a:hover {
  background-color: #0073ba;
}

li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.feature-box {
  background-color: transparent;
  padding: 15px;
  padding-top: 20px;
  line-height: 150%;
  margin: 20px;
  overflow: hidden;
  color: #000;
}

.feature-box:hover {
  background-color: #3eabe9;
  color: #fff;
}

a .feature-box:hover {
  text-decoration: none;
}

.feature-box span {
  display: block;
  height: 191px;
  left: 50%;
  margin: 0 0 0 -62px;
  position: absolute;
  text-indent: -9999px;
  top: 50px;
  width: 123px;
}

.feature-box h3 {
  padding: 200px 28px 22px 28px;
}

.robustness span {
  background-image: url(../images/robustness.png);
}

.robustness:hover span {
  background: transparent url(../images/robustness.png) no-repeat 0 bottom;
}

.dual-view span {
  background-image: url(../images/dual-view.png);
}

.dual-view:hover span {
  background: transparent url(../images/dual-view.png) no-repeat 0 bottom;
}

.ergonomics span {
  background-image: url(../images/ergonomics.PNG);
}

.ergonomics:hover span {
  background: transparent url(../images/ergonomics.PNG) no-repeat 0 bottom;
}

.visualization span {
  background-image: url(../images/visualization.PNG);
}

.visualization:hover span {
  background: transparent url(../images/visualization.PNG) no-repeat 0 bottom;
}

.price {
  text-align: right;
}

.points {
  background: transparent url(../images/logo_no_text.d0dedddc.svg) no-repeat 0 bottom;
  background-size: 25px 25px;
  height: 25px;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  padding-left: 35px;
  padding-top: 5px;
}

.subtitleblue {
  color: #2467af;
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 30px;
}

.subtitlewhite {
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 30px;
}

.points1 {
  text-align: left;
  font-size: 17px;
  line-height: 150%;
  padding: 0 45px 20px 45px;
}

.pointsimg1 {
  background: transparent url(../images/ic-hd.4838d5ef.svg) no-repeat 0 top;
  background-size: 29px 21px;
}

.pointsimg2 {
  background: transparent url(../images/ic-eye.6e3938b5.svg) no-repeat 0 top;
  background-size: 29px 20px;
}

.pointsimg3 {
  background: transparent url(../images/ic-player.a4ef7d87.svg) no-repeat 0 top;
  background-size: 29px 20px;
}

.pointsimg4 {
  background: transparent url(../images/ic-infinity.608807c1.svg) no-repeat 0 top;
  background-size: 29px 20px;
}

.pointsimg5 {
  background: transparent url(../images/ic-comand.a8d0f8dd.svg) no-repeat 0 top;
  background-size: 29px 20px;
}

.pointsimg6 {
  background: transparent url(../images/ic-interface.340342fe.svg) no-repeat 0 top;
  background-size: 29px 20px;
}

.blueback {
  background-image: linear-gradient(#2d79c1, #3a9ad9);

}

.keyfeature {
  background: transparent url(../images/list-arrow-white.svg) no-repeat 0 top;
  background-size: 20px 20px;
  color: #ffffff;
  text-align: left;
  font-size: 16px;
  line-height: 150%;
  padding: 0 45px 20px 30px;
}

h3.box {
  color: #2467af;
  font-size: 130%;
  font-weight: bold;
}

a:hover {
  text-decoration: none;
}

.technical {
  background: transparent url(../images/list-tech.23ffeda2.svg) no-repeat 0 top;
  background-size: 20px 20px;
  color: #ffffff;
  text-align: left;
  font-size: 16px;
  line-height: 150%;
  padding: 0 45px 20px 30px;
}

.docuicon {
  color: #2467af;
  text-align: center;
  margin: 20px 05px 0;
}

a:hover .docuicon,
a:hover .box {
  color: #ffffff;
}

.docuarrow {
  text-align: center;
  margin: 30px 05px 0;
}

a:hover .well2 {
  background-image: linear-gradient(to right, #2d79c1, #3a9ad9);
  color: #ffffff;
}

.description {
  margin-left: 3em;
  color: #556575
}

.description h4 {
  line-height: 1.5em;
}

.video-container {
  position: relative;
}

@media (min-width:1601px) {
  .video-sidebar {
    position: absolute;
    top: 80px;
    left: 850px;
    width: 50%;
    font: white;
    font-weight: 800;
    max-width: 750px;
  }

  .video-sidebar h1 {
    font-size: 40px;
    font-weight: 800;
  }
}

@media (min-width:1270px) and (max-width:1600px) {
  .video-sidebar {
    position: absolute;
    top: 50px;
    left: 500px;
    width: 70%;
    font: white;
    font-weight: 800;
    max-width: 750px;
  }

  .video-sidebar h1 {
    font-size: 35px;
    font-weight: 800;
  }
}

@media (min-width:1121px) and (max-width:1270px) {
  .video-sidebar {
    position: absolute;
    top: 50px;
    left: 500px;
    width: 50%;
    font: white;
    font-weight: 600 !important;
    max-width: 750px;
  }

  .video-sidebar h1 {
    font-size: 30px;
    font-weight: 800;
  }
}


@media (min-width:861px) and (max-width:1120px) {
  .video-sidebar {
    position: absolute;
    top: 25px;
    left: 150px;
    width: 70%;
    font: white;
    font-weight: 600 !important;
    max-width: 700px;
  }

  .video-sidebar h1 {
    font-size: 30px;
    font-weight: 800;
  }

  .text2 {
    font-size: 25px;

  }
}

@media(min-width:726px) and (max-width:860px) {
  .video-sidebar {
    position: absolute;
    top: 5px;
    left: 50px;
    width: 80%;
    height: 50%;
    font: white;
    font-weight: 600 !important;
    max-width: 700px;
  }

  .video-sidebar h1 {
    font-size: 30px;
    font-weight: 600;
  }

  .text2 {
    font-size: 25px;

  }

  .text {
    font-size: 20px;

  }

  .txt-rotate {
    font-size: 20px;
  }
}

@media(max-width:725px) {
  .video-sidebar {
    text-align: center;
    padding-top: 50px;
  }

  .video-container video {
    display: none;
  }

  .video-sidebar h1 {
    font-size: 30px;
    font-weight: 600;
  }

  .jumbotron {
    height: 450px;
    background: linear-gradient(#4C8B61, #46B94E)
  }

  .text2 {
    font-size: 15px;

  }

  .text {
    font-size: 20px;

  }

  .txt-rotate {
    font-size: 20px;
  }
}


video {
  width: 100%;
}

.cover {
  width: 50%;
  height: 400px;
  position: relative;
  background-size: cover;
}

.catch-copy {
  font-size: 40px;
  position: absolute;
  top: 140px;
  left: 50px;
}

.title {
  border-bottom: 7px solid;
  padding-bottom: 5px;
  border-image: linear-gradient(to right, #7a73ae 0%, #7a73ae 15%, #41bf47 85%, #41bf47 100%);
  border-image-slice: 1;
}

.trial {
  background-image: url(../images/back.png);
  height: 50px;
  line-height: 2.5em;
  font-weight: 600;
  font-size: 20px;
  color: white !important;
}

.trial :hover {
  color: #41bf47;
}



a.btn-jfrog {
  text-decoration: none;
}


.btn-jfrog {
  position: relative;
  z-index: 0;
  display: inline-block;
  padding: 18px 40px;
  background: transparent;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
}

.btn-jfrog::before,
.btn-jfrog::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.btn-jfrog::before {
  transition: all 0.6s;
  z-index: -1;
  background: linear-gradient(135deg, #7a73ae 0%, #41bf47 50%);
}

.btn-jfrog::after {
  z-index: -2;
  background: linear-gradient(135deg, #41bf47 0%, #7a73ae 50%);

}

.btn-jfrog:hover::before {
  opacity: 0;
}

.btn-jfrog:hover {
  color: #fff;
}

/* 1.親スタイルリセットとペース設定 ++++++++++ */
.slider-box p,
.slider-box div,
.loop-box ul,
.loop-box li {
  box-sizing: border-box;
  margin: 0 !important;
  padding: 0 !important;
}

/* 2.ベースBOXの設定 +++++++++++++++++++++ */
.slider-box {
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  /* 画面又は親要素に対するサイズ - 変更可 */
  margin: 0 auto;
  /* Box外の余白 - 変更可 */
  padding: 10px 0 0;
  /* 上端からスライダーまでの距離 - 変更可・削除可 */
}

/* 3.チェックボックスを利用した停止・再生などの設定 +++++++++++++++++ */
.slider-check {
  display: none;
}

.slider-check:checked~.loop-box>.loop {
  animation-play-state: paused;
}

.slider-label {
  display: block;
  cursor: pointer;
  color: #fff;
  /* 文字色 - 変更可 */
  font-size: 24px;
  /* 文字サイズ - 変更可 */
  line-height: 2;
  /* ボタン部分の高さ - 変更可 */
  text-align: center;
}

.slider-label::before {
  content: "";
  /* 停止テキスト - 変更可 */
}

.slider-check:checked~div>.slider-label::before {
  content: "";
  /* 再生テキスト - 変更可 */
}

/* 4.スライダー本体とアニメーションの基本設定 ++++++++++++++ */
.loop-box {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.loop-box,
.loop-box ul {
  height: 100px;
  /* スライダーの高さ - 変更注意 */
}

.loop-box ul {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: space-between;
  background: white;
  /* スライダーの背景色 - 変更可 */
  list-style: none;
  max-width: 10000%;
  min-width: 100%;
  width: calc(50px * 1.5 * 14);
  /* 画像の横幅×枚数 - 変更注意・変更可・変更注意 */
  animation: 60s linear infinite;
  /* アニメーション設定 - 変更可 */

}

.loop-box li {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: calc(100% / 14);
  /* li の幅を均等にする - 削除可・変更注意 */
}

.loop-box img {
  height: auto;
  width: 100%;
}

/* 5.アニメーション個別設定 ++++++++++ */
.loop-box ul.loop1 {
  animation-name: loop1;
}

.loop-box ul.loop2 {
  animation-name: loop2;
}

@keyframes loop1 {
  0% {
    transform: translateX(0);
  }

  49.99999% {
    transform: translateX(-100%);
  }

  50% {
    transform: translateX(100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.loop-box:hover .loop1 {
  animation-play-state: paused;
}

.loop-box:hover .loop2 {
  animation-play-state: paused;
}

.box-shadow {
  box-shadow: 0 0 5px rgba(219, 219, 219, 0.637);
}

.stripe {
  width: 130px;
  height: 20px;
  justify-content: space-between;
  background-color: #943aad;
}

.stripe2 {
  width: 40px;
  height: 20px;
  justify-content: space-between;
  background-color: #943aad;
  margin-left: 15px;
}

.stripe3 {
  width: 500px;
  height: 20px;
  justify-content: space-between;
  background-color: #943aad;
}

.stripe4 {
  width: 220px;
  height: 20px;
  justify-content: space-between;
  background-color: #943aad;
}

.stripe5 {
  width: 550px;
  height: 20px;
  justify-content: space-between;
  background-color: #943aad;
}

.flex {
  display: flex;
}

.slider-box2 p,
.slider-box2 div,
.loop-box2 ul,
.loop-box2 li {
  box-sizing: border-box;
  margin: 0 !important;
  padding: 0 !important;
}

/* 2.ベースBOXの設定 +++++++++++++++++++++ */
.slider-box2 {
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  /* 画面又は親要素に対するサイズ - 変更可 */
  margin: 0 auto;
  /* Box外の余白 - 変更可 */
  padding: 10px 0 0;
  /* 上端からスライダーまでの距離 - 変更可・削除可 */
}

/* 3.チェックボックスを利用した停止・再生などの設定 +++++++++++++++++ */
.slider-check2 {
  display: none;
}

.slider-check2:checked~.loop-box2>.loop2 {
  animation-play-state: paused;
}

.slider-label2 {
  display: block;
  cursor: pointer;
  color: #fff;
  /* 文字色 - 変更可 */
  font-size: 24px;
  /* 文字サイズ - 変更可 */
  line-height: 2;
  /* ボタン部分の高さ - 変更可 */
  text-align: center;
}

.slider-label2::before {
  content: "";
  /* 停止テキスト - 変更可 */
}

.slider-check2:checked~div>.slider-label2::before {
  content: "";
  /* 再生テキスト - 変更可 */
}

/* 4.スライダー本体とアニメーションの基本設定 ++++++++++++++ */
.loop-box2 {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.loop-box2,
.loop-box2 ul {
  height: 100px;
  /* スライダーの高さ - 変更注意 */
}

.loop-box2 ul {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: space-between;
  background: white;
  /* スライダーの背景色 - 変更可 */
  list-style: none;
  max-width: 10000%;
  min-width: 100%;
  width: calc(100px * 1.5 * 14);
  /* 画像の横幅×枚数 - 変更注意・変更可・変更注意 */
  animation: 120s linear infinite;
  /* アニメーション設定 - 変更可 */

}

.loop-box2 li {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: calc(100% / 24);
  /* li の幅を均等にする - 削除可・変更注意 */
}

.loop-box2 img {
  height: auto;
  width: 100%;
}

/* 5.アニメーション個別設定 ++++++++++ */
.loop-box2 ul.loop3 {
  animation-name: loop3;
}

.loop-box2 ul.loop4 {
  animation-name: loop4;
}

@keyframes loop3 {
  0% {
    transform: translateX(0);
  }

  49.99999% {
    transform: translateX(-100%);
  }

  50% {
    transform: translateX(100%);
  }
}

@keyframes loop4 {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.loop-box2:hover .loop3 {
  animation-play-state: paused;
}

.loop-box2:hover .loop4 {
  animation-play-state: paused;
}

.footer-trial {
  height: auto;
  min-height: 250px;
  background: linear-gradient(135deg, #1e3a5f 0%, #2a5298 100%);
  position: relative;
  text-align: center;
  padding: 40px 20px 50px;
  overflow: hidden;
  border-bottom: 5px solid #41bf47;
  /* Adds separation from the footer below */
}

.footer-trial::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #41bf47, #7a73ae);
}

.footer-trial::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-image: radial-gradient(circle at 20% 120%, rgba(65, 191, 71, 0.1) 0%, transparent 40%),
    radial-gradient(circle at 80% -20%, rgba(122, 115, 174, 0.1) 0%, transparent 40%);
  pointer-events: none;
}

.footer-trial h2 {
  font-size: 2.5rem;
  letter-spacing: 1px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.btn-footer {
  position: relative;
  z-index: 0;
  display: inline-block;
  width: 200px !important;
  height: 60px;
  line-height: 60px;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  border: 1px solid white;
  margin-top: 10px;
}

.btn-footer:hover {
  background-color: white;
  color: #41bf47;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  border: 1px solid white;
}

.btn-footer2 {
  position: relative;
  z-index: 0;
  display: inline-block;
  width: 200px !important;
  line-height: 60px;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  color: #41bf47;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  background-color: white;
  border: 1px solid white;
  margin-top: 10px;
}

.btn-footer2:hover {
  color: white;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  border: 1px solid white;
  background-color: transparent;
}

.btn-footer3 {
  position: relative;
  z-index: 0;
  display: inline-block;
  width: 200px !important;
  height: 60px;
  line-height: 60px;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  color: #41bf47;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  background-color: white;
  border: 1px solid #41bf47;
  margin-top: 10px;
}

.btn-footer3:hover {
  color: white;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  border: 1px solid white;
  background-color: #41bf47;
}

.btn-footer4 {
  position: relative;
  z-index: 0;
  display: inline-block;
  width: 150px;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  cursor: pointer;
  color: white;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  background-color: #41bf47;
  border: 1px solid #41bf47;
  margin-top: 10px;
}

.btn-footer4:hover {
  color: #41bf47;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  border: 1px solid #41bf47;
  background-color: white;
}

.btn-footer5 {
  position: relative;
  z-index: 0;
  display: inline-block;
  width: 320px;
  height: 60px;
  line-height: 60px;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  color: white;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  background-color: #41bf47;
  border: 1px solid #41bf47;
  margin-top: 10px;
}

.btn-footer5:hover {
  color: #41bf47;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  border: 1px solid #41bf47;
  background-color: white;
}

@media(max-width:700px) {
  .footer-trial h2 {
    padding-top: 50px !important;
  }
}

@media(max-width:530px) {
  .footer-trial {
    height: 450px !important;
  }
}

.footer-text {
  width: 70%;
  max-width: 1000px;
  margin: 10px auto 20px auto;
  background: rgba(255, 255, 255, 0.08);
  /* Transparent subtle white background */
  backdrop-filter: blur(10px);
  /* Glassmorphism effect */
  -webkit-backdrop-filter: blur(10px);
  padding: 20px 30px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  /* Sleek card border */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.footer-text h4 {
  color: #ffffff !important;
  font-weight: 600;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  margin: 0;
}

@media(max-width:530px) {
  .footer-text {
    width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}

.li2 {
  width: 20px;
  height: 20px;
  background: linear-gradient(to right, #7a73ae, #41bf47);

}

@media(max-width:447px) {
  .li2 {
    display: none;
  }

  .li3 {
    text-decoration: underline;
  }
}

/* ===================================================================
   Bootstrap 5 Grid Fix for HTML 4.01 Doctype / Quirks Mode
   =================================================================== */

/* Force border-box sizing which is required for Bootstrap 5 but might be lost in quirks mode */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

/* Ensure row behaves as a flex container */
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}



/* Re-assert column widths for desktop (md breakpoint) */
@media (min-width: 768px) {
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}

/* Scroll to top button */
#scrollTopBtn {
  position: fixed;
  bottom: 100px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: #41bf47;
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s, background-color 0.3s, transform 0.3s;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

#scrollTopBtn.is-visible {
  opacity: 1;
  visibility: visible;
}

#scrollTopBtn:hover {
  background-color: #2e8b32;
  transform: translateY(-3px);
}

/* Extracted from HTML pages */
/* =============================================
     REFINED DESIGN SYSTEM (Fixes & Improvements)
  ============================================= */
:root {
  --brand-navy: #1e3a5f;
  --brand-green: #3db843;
  --brand-green-bright: #41bf47;
  --brand-green-dark: #2e8b32;
  --text-main: #2d3748;
  --text-muted: #718096;
  --bg-light: #f8faff;
  --card-radius: 16px;
  --hover-trans: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* Section Spacing */
.section-padding {
  padding: 100px 0;
}

.section-bg-light {
  background: linear-gradient(180deg, #f8faff 0%, #eef2f6 100%);
  position: relative;
}

.section-bg-light::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.05), transparent);
}

/* =============================================
     CARDS & BOXES
  ============================================= */
.platform-card {
  background: #fff;
  border-radius: var(--card-radius);
  padding: 2.5rem 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: var(--hover-trans);
  position: relative;
  overflow: hidden;
}

.platform-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
  border-color: rgba(65, 191, 71, 0.3);
}

/* Top border accent on hover */
.platform-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--brand-green-bright), var(--brand-navy));
  opacity: 0;
  transition: opacity 0.3s;
}

.platform-card:hover::before {
  opacity: 1;
}

.platform-card h3 {
  color: var(--brand-navy);
  font-weight: 800;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  letter-spacing: -0.01em;
}

.platform-card-subtitle {
  color: var(--brand-green-dark);
  font-weight: 700;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1.25rem;
  min-height: 1.5rem;
  /* Ensure alignment */
}

.platform-card-text {
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.7;
  flex-grow: 1;
  /* Pushes button to bottom */
  margin-bottom: 2rem;
}

/* Buttons */
.btn-wrapper {
  margin-top: auto;
}

.btn-footer,
.btn-footer2 {
  display: inline-block;
  border-radius: 50px !important;
  font-weight: 700;
  font-size: 0.95rem;
  transition: var(--hover-trans);
  text-decoration: none !important;
  text-align: center;
  line-height: 56px;
  box-sizing: border-box;
  margin: 5px 10px;
}

.btn-footer {
  /* Default State: Solid Green for better visibility */
  background-color: #41bf47 !important;
  color: #ffffff !important;
  border: 2px solid #41bf47 !important;
  box-shadow: 0 4px 10px rgba(65, 191, 71, 0.3);
}

.btn-footer2 {
  /* Different Color: Solid White for contrast */
  background-color: #ffffff !important;
  color: #41bf47 !important;
  border: 2px solid #ffffff !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.btn-footer:hover,
.btn-footer2:hover {
  background-color: #1e3a5f !important;
  border-color: #1e3a5f !important;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}

/* =============================================
     DISTRIBUTOR BENEFITS
  ============================================= */
.distributor-benefit-box {
  background: #fff;
  border-radius: var(--card-radius);
  padding: 2.5rem 1.5rem;
  text-align: center;
  height: 100%;
  border: 1px solid rgba(65, 191, 71, 0.12);
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.07);
  transition: var(--hover-trans);
  position: relative;
  overflow: hidden;
}

.distributor-benefit-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--brand-green-bright), #2a9d2f);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.distributor-benefit-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 40px -8px rgba(0, 0, 0, 0.13);
  border-color: rgba(65, 191, 71, 0.25);
}

.distributor-benefit-box:hover::before {
  opacity: 1;
}

.distributor-benefit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(65, 191, 71, 0.12), rgba(65, 191, 71, 0.04));
  color: var(--brand-green-dark);
  font-size: 2rem;
  margin-bottom: 1.5rem;
  transition: var(--hover-trans);
  box-shadow: 0 4px 12px rgba(65, 191, 71, 0.15);
}

.distributor-benefit-box:hover .distributor-benefit-icon {
  background: linear-gradient(135deg, var(--brand-green-bright), #2a9d2f);
  color: #fff;
  transform: rotate(-5deg) scale(1.1);
  box-shadow: 0 12px 24px rgba(65, 191, 71, 0.35);
}

.distributor-benefit-box h4 {
  font-weight: 700;
  color: var(--brand-navy);
  margin-bottom: 0.85rem;
  font-size: 1.15rem;
  letter-spacing: -0.01em;
}

.distributor-benefit-box p {
  color: var(--text-muted);
  font-size: 0.93rem;
  line-height: 1.7;
  margin-bottom: 0;
}

/* =============================================
     IMAGES & OVERVIEW
  ============================================= */
.hover-lift {
  display: block;
  border-radius: var(--card-radius);
  overflow: hidden;
  transition: var(--hover-trans);
}

.hover-lift img {
  transition: transform 0.5s ease;
}

.hover-lift:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15) !important;
  transform: translateY(-5px);
}

.hover-lift:hover img {
  transform: scale(1.03);
}

/* =============================================
     UTILITIES
  ============================================= */
.section-heading {
  position: relative;
  display: inline-block;
  color: var(--brand-navy);
  font-weight: 800;
  font-size: 2.4rem;
  margin-bottom: 2rem;
  padding-bottom: 16px;
  letter-spacing: -0.025em;
}

.section-heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--brand-green-bright), #2a9d2f);
  border-radius: 99px;
  transition: width 0.4s ease;
}

.section-heading:hover::after {
  width: 100px;
}

.lead {
  font-size: 1.15rem;
  font-weight: 400;
  color: var(--text-muted);
}

.text-navy {
  color: var(--brand-navy) !important;
}

.text-green {
  color: var(--brand-green-bright) !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.rounded-4 {
  border-radius: 1.5rem !important;
}

/* Responsive */
@media (max-width: 768px) {
  .section-padding {
    padding: 60px 0;
  }

  .section-heading {
    font-size: 2rem;
  }

  .platform-card,
  .distributor-benefit-box {
    padding: 2rem 1.5rem;
  }
}

/* =============================================
     FEATURE CARDS (What is JFrog)
  ============================================= */
.feature-card {
  background: linear-gradient(160deg, #fff 80%, rgba(65, 191, 71, 0.03));
  padding: 2rem;
  border-radius: var(--card-radius);
  border: 1px solid rgba(65, 191, 71, 0.1);
  box-shadow: 0 4px 12px rgba(50, 50, 93, 0.06), 0 1px 4px rgba(0, 0, 0, 0.04);
  height: 100%;
  transition: var(--hover-trans);
  position: relative;
  overflow: hidden;
}

.feature-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--brand-green-bright), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(50, 50, 93, 0.12), 0 4px 8px rgba(0, 0, 0, 0.05);
  border-color: rgba(65, 191, 71, 0.2);
}

.feature-card:hover::after {
  opacity: 1;
}

.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(65, 191, 71, 0.12), rgba(65, 191, 71, 0.04));
  color: var(--brand-green-bright);
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  transition: var(--hover-trans);
  box-shadow: 0 4px 10px rgba(65, 191, 71, 0.12);
}

.feature-card:hover .feature-icon {
  background: linear-gradient(135deg, var(--brand-green-bright), #2a9d2f);
  color: #fff;
  box-shadow: 0 8px 18px rgba(65, 191, 71, 0.3);
}

.feature-card h4 {
  color: var(--brand-navy);
  font-weight: 700;
  font-size: 1.05rem;
  margin-bottom: 0.7rem;
  letter-spacing: -0.01em;
}

.feature-card p,
.feature-card ul {
  font-size: 0.9rem;
  color: var(--text-muted);
  margin-bottom: 0;
  line-height: 1.65;
}

.feature-card ul {
  padding-left: 1.2rem;
}

.feature-card ul li {
  margin-bottom: 0.5rem;
  line-height: 1.5;
}

/* =============================================
     STYLISH JUMBOTRON
  ============================================= */
.jumbotron {
  background: linear-gradient(135deg, var(--brand-navy) 0%, #2a5298 100%);
  color: #fff;
  padding: 4rem 0 6rem;
  /* Increased padding for hero feel */
  margin-bottom: 0 !important;
  position: relative;
  overflow: hidden;
}

/* Subtle pattern overlay (CSS only) */
.jumbotron::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.05) 0%, transparent 25%),
    radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.05) 0%, transparent 20%);
  pointer-events: none;
}

.jumbotron h1 {
  font-weight: 800;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  margin-bottom: 1.5rem;
}

.jumbotron-text h1 span {
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  padding: 0.2rem 1rem;
  border-radius: 50px;
  margin-top: 0.5rem;
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.jumbotron .text2 {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 400;
  line-height: 1.6;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 1.25rem;
}

/* Custom Jumbotron Button */
.btn-jfrog {
  background-color: var(--brand-green-bright) !important;
  color: #fff !important;
  border: none;
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  border-radius: 50px !important;
  box-shadow: 0 4px 15px rgba(65, 191, 71, 0.4);
  transition: all 0.3s ease;
  margin-top: 2rem;
  display: inline-block;
}

.btn-jfrog:hover {
  background-color: #fff !important;
  color: var(--brand-green-dark) !important;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

/* Extracted from HTML pages */
dl {
  width: 100%;
  margin: 0;
}

dt {
  width: 6.7em;
  float: left;
  padding: 7px 0 6px 3px;
  line-height: 120%;
  font-weight: normal;
}

dd {
  margin: 0;
  padding: 7px 3px 6px 7.6em;
  border-bottom: 1px #c0c0c0 dotted;
  line-height: 120%;
}

.leftborder {
  border-left: 5px solid #4EAA9B;
  padding-left: 10px;
  font-size: 30px;
}


/* Extracted from style_pricing.css */
.card2 {
  width: auto;
  height: auto;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px #ccc;

}

.shadow4 {
  width: 85%;
  height: auto;
  background: #ffffff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .3);
  border-radius: 10px;
}

.card-pricing-frame1 {
  width: 100%;
  padding-top: 2%;
  background: #6a7583;
  box-sizing: border-box;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  max-height: 3px;
}

.card-pricing-frame2 {
  width: 100%;
  padding-top: 2%;
  background: #4EAA9B;
  box-sizing: border-box;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  max-height: 3px;
}

.card-pricing-frame3 {
  width: 100%;
  padding-top: 2%;
  background: #41bf47;
  box-sizing: border-box;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  max-height: 3px;
}

.card-content2 {
  padding: 0 50px;
}

.card-title {
  font-size: 25px !important;
  margin-bottom: 20px;
  text-align: left;
  color: #41bf47;
  font-weight: 600;
}

.card-text {
  font-size: 15px;
  margin-bottom: 20px;
  text-align: center;
  color: #777;
  height: 30px;
  line-height: 1.5;
}


.card-link2 {
  text-align: center;
  padding: 20px;
}

/* Removed conflicting .mb-4 override that shrunk global headings */

.list-inline,
.list-none {
  list-style-type: none;
}

.list-none {
  margin: 0;
  padding: 0;
}

.list-check {
  list-style: none;
}

.pricing ul {
  list-style-image: url(../images/checkmark.png);
}

.scroll {
  overflow-x: scroll;
}

.ribbon20 {
  display: inline-block;
  position: absolute;
  left: 32px;
  top: 10px;
  box-sizing: border-box;
  padding: 0 12px;
  margin: 0;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  letter-spacing: 0.1em;
  color: white;
  background: #9b4cb1;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
}

.ribbon20:before {
  position: absolute;
  content: '';
  top: 0;
  left: -7px;
  border: none;
  height: 38px;
  width: 7px;
  background: #9b4cb1;
  border-radius: 5px 0 0 5px;
}

.ribbon20:after {
  position: absolute;
  content: '';
  bottom: -7px;
  left: -5px;
  border: none;
  height: 7px;
  width: 5px;
  background: #8d1cacd7;
  border-radius: 5px 0 0 5px;
}

#tab-h {
  /* タブの上下左右に余白を設けるためだけのCSS */
  margin: 1em;
}

#tab-h .tab-container {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  /* タブの隙間 */
  justify-content: space-around;
}

#tab-h .tab-elem {
  /* calc((100% - ([タブの隙間×2]em * [表示タブ数])) / [表示タブ数]) */
  width: calc((100% - (1em * 4)) / 4);
  padding: 7px 0 7px 0;
  text-align: center;
  border: solid 2px #2B405F;
  color: #ffffff;
  border-radius: 20px;
  background-color: #2B405F;
  font-size: 16px;
}

@media screen and (max-width: 1000px) {
  #tab-h .tab-elem {
    /* calc((100% - ([タブの隙間×2]em * [表示タブ数])) / [表示タブ数]) */
    width: calc((100% - (1em * 2)) / 2);
  }
}

@media screen and (max-width: 680px) {
  #tab-h .tab-elem {
    /* calc((100% - ([タブの隙間×2]em * [表示タブ数])) / [表示タブ数]) */
    width: calc((100% - (1em * 1)) / 1);
  }

  #tab-h .tab-container {
    justify-content: unset;
  }
}

@media screen and (max-width: 1500px) {
  .col-md-3 {
    width: 100%;
  }

  .shadow4 {
    width: 95%;
    height: auto;
    background: #ffffff;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .3);
    border-radius: 10px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 992px) {
  .col-md-3 {
    width: 100%;
  }

  .shadow4 {
    width: 100%;
    height: auto;
    background: #ffffff;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .3);
    border-radius: 10px;
  }
}

#tab-h .tab-elem:hover {
  cursor: pointer;
  color: #ffffff;
  background-color: #5d708b;
  position: relative;
  border: solid 1px #5d708b;
}

/* 表示中のタブのCSS */
#tab-h .tab-elem.active {
  color: #2B405F;
  background-color: #ffffff;
  position: relative;
}

#tab-h .tab-elem.active::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0.1em;
  background-color: #fff;
  position: absolute;
  right: 0;
}

#tab-h .tabbody-elem {
  margin: -20px auto 0 auto;
  padding: 3.75% 1% 3.75% 1%;
  width: auto;
}

li {
  list-style: none;
}

.list3 li {
  list-style: disc !important;
}

/* =============================================
   REFINED PRICING DESIGN SYSTEM
============================================= */
:root {
  --brand-navy: #1e3a5f;
  --brand-green: #3db843;
  --brand-green-bright: #41bf47;
  --brand-green-dark: #2e8b32;
  --text-main: #2d3748;
  --text-muted: #718096;
  --bg-light: #f8faff;
  --card-radius: 16px;
  --hover-trans: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

body {
  background-color: #f8faff !important;
}

.font-box h2 {
  font-size: 2.5rem;
  font-weight: 800 !important;
  color: var(--brand-navy);
  letter-spacing: -0.02em;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
}

.font-box h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--brand-green-bright), var(--brand-green));
  border-radius: 2px;
}

/* TABS */
#tab-h .tab-container {
  background: #fff;
  padding: 10px;
  border-radius: 50px;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.05), 0 1px 3px rgba(0, 0, 0, 0.03);
  margin: 0 auto;
  width: 80% !important;
  max-width: 800px;
  display: flex !important;
  justify-content: space-between;
}

#tab-h .tab-elem {
  border: none !important;
  background: transparent !important;
  color: var(--text-muted) !important;
  font-weight: 700;
  border-radius: 40px !important;
  transition: var(--hover-trans);
  padding: 12px 20px !important;
  width: 24% !important;
}

#tab-h .tab-elem:hover {
  color: var(--brand-navy) !important;
  background: rgba(65, 191, 71, 0.1) !important;
}

#tab-h .tab-elem.active {
  background: var(--brand-green-bright) !important;
  color: #fff !important;
  box-shadow: 0 4px 10px rgba(65, 191, 71, 0.3);
}

#tab-h .tab-elem.active::after {
  display: none !important;
  /* Remove old underline */
}

/* CARDS */
.pricing-plan-card {
  /* Override old card style */
  background: #fff !important;
  border-radius: var(--card-radius) !important;
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05) !important;
  transition: var(--hover-trans) !important;
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
  height: 100% !important;
  display: flex;
  flex-direction: column;
}

.pricing-plan-card:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07) !important;
  border-color: rgba(65, 191, 71, 0.3) !important;
}

.card-pricing-frame1,
.card-pricing-frame2,
.card-pricing-frame3 {
  max-height: 6px !important;
  background: linear-gradient(90deg, var(--brand-green-bright), var(--brand-green)) !important;
  border-radius: 0 !important;
}

.card-title {
  color: var(--brand-navy) !important;
  font-weight: 800 !important;
  font-size: 1.8rem !important;
  margin-top: 15px !important;
  line-height: 1.2;
}

.card-title span {
  font-size: 14px !important;
  font-weight: 500;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: block;
  margin-top: 5px;
}

.card-link2 {
  flex-grow: 1;
  padding: 0 30px 20px !important;
}

/* LISTS */
.list3 ul {
  list-style: none !important;
  padding-left: 0 !important;
  margin-top: 15px;
}

.list3 li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  color: var(--text-main);
  font-size: 0.95rem;
  line-height: 1.5;
  list-style: none !important;
  background: none !important;
}

.list3 li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  background-color: rgba(65, 191, 71, 0.1);
  border-radius: 50%;
  /* Solid Check SVG embedded */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%2341bf47' d='M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z'/%3E%3C/svg%3E");
  background-size: 10px 10px;
  background-position: center;
  background-repeat: no-repeat;
}

.list3 p {
  font-weight: 700;
  color: var(--brand-navy);
  margin-top: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.list3 h4,
.text-start h4 {
  margin-top: 1.5rem;
}

/* BUTTONS */
.btn-footer3 {
  display: inline-block;
  background-color: var(--brand-green-bright) !important;
  color: #fff !important;
  border-radius: 50px !important;
  font-weight: 700;
  text-decoration: none !important;
  transition: var(--hover-trans);
  box-shadow: 0 4px 10px rgba(65, 191, 71, 0.3);
  border: none !important;
  width: 80%;
  text-align: center;
}

.btn-footer3:hover {
  background-color: var(--brand-navy) !important;
  transform: translateY(-2px);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
  color: #fff !important;
}

/* RIBBON */
.ribbon20 {
  background: linear-gradient(135deg, #f6d365 0%, #fda085 100%) !important;
  color: #fff !important;
  font-weight: 700 !important;
  border-radius: 0 20px 20px 0 !important;
  box-shadow: 0 4px 6px rgba(253, 160, 133, 0.3) !important;
  top: 20px !important;
  left: 0 !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 5px 15px !important;
  height: auto !important;
  line-height: 1.5 !important;
}

.ribbon20:before,
.ribbon20:after {
  display: none !important;
}

/* Structural Fixes */
.pricing-plan-card {
  border: none !important;
  margin-bottom: 30px !important;
  width: 100%;
}

h4 font[color="#777"] {
  color: var(--brand-green-dark) !important;
  font-weight: 700;
  font-size: 0.95rem;
}

.container>.row>.col-md-3 {
  display: flex !important;
}

.container>.row>.col-12.col-md-3 {
  display: flex !important;
}

/* Increase card width on large screens */
#tabbody-h .container {
  width: 95% !important;
  max-width: 1600px !important;
}

dl {
  width: 100%;
  margin: 0;
}

dt {
  width: 6.7em;
  float: left;
  padding: 7px 0 6px 3px;
  line-height: 120%;
  font-weight: normal;
}

dd {
  margin: 0;
  padding: 7px 3px 6px 7.6em;
  border-bottom: 1px #c0c0c0 dotted;
  line-height: 120%;
}

@media screen and (max-width: 768px) {
  #tab-h .tab-container {
    flex-direction: column;
    border-radius: 20px;
    margin-bottom: 20px;
    /* added margin-bottom for small screens */
  }

  #tab-h .tab-elem {
    width: 100% !important;
    margin-bottom: 5px;
  }
}



/* =============================================
   NEWS FEED
============================================= */
.news-container {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  border-radius: var(--card-radius);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.news-header {
  background: linear-gradient(90deg, var(--brand-navy), #2a4c7e);
  color: #fff;
  padding: 1.5rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news-header h3 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
  align-items: center;
}

.news-body {
  padding: 1rem 2rem;
  max-height: 400px;
  overflow-y: auto;
}

/* Custom Scrollbar for News */
.news-body::-webkit-scrollbar {
  width: 6px;
}

.news-body::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.news-body::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 4px;
}

.news-body::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

.news-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.news-item {
  display: flex;
  flex-direction: column;
  padding: 1.25rem 0;
  border-bottom: 1px solid #eee;
  transition: background-color 0.2s;
}

.news-item:last-child {
  border-bottom: none;
}

.news-date {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--brand-green-dark);
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}

.news-content {
  font-size: 1rem;
  line-height: 1.5;
  color: var(--text-main);
}

.news-content a {
  color: var(--brand-navy);
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s;
}

.news-content a:hover {
  color: var(--brand-green-bright);
  text-decoration: underline;
}

@media (min-width: 768px) {
  .news-item {
    flex-direction: row;
    align-items: flex-start;
  }

  .news-date {
    flex: 0 0 140px;
    margin-bottom: 0;
    padding-top: 2px;
  }

  .news-content {
    flex: 1;
  }
}


/* =============================================
   CUSTOMIZED NEWS CARD (matching index.html)
============================================= */
.card-header.bg-success {
  background: var(--brand-navy) !important;
  border-bottom: none !important;
  padding: 1.5rem 2rem !important;
  border-radius: 8px 8px 0 0 !important;
}

.card-title strong {
  color: var(--brand-green-bright) !important;
  font-size: 1rem !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  font-weight: 700 !important;
}

#news-list dt {
  color: var(--brand-navy) !important;
  font-weight: 700 !important;
  font-size: 0.95rem !important;
}

#news-list dd a {
  color: var(--brand-green-bright) !important;
  text-decoration: none !important;
  transition: opacity 0.2s !important;
}

#news-list dd a:hover {
  opacity: 0.8 !important;
  text-decoration: underline !important;
}

/* Custom Scrollbar for fixed panel */
.fixed-panel {
  padding: 1rem 1.5rem;
}

.fixed-panel>div {
  padding-right: 15px;
  /* Space for scrollbar */
}

.fixed-panel>div::-webkit-scrollbar {
  width: 8px;
}

.fixed-panel>div::-webkit-scrollbar-track {
  background: transparent;
}

.fixed-panel>div::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 4px;
}

.fixed-panel>div::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}



/* FINAL NEWS CARD FIXES */
.card-header.bg-success {
  background: var(--brand-navy) !important;
  border-bottom: none !important;
  padding: 1.5rem 2rem !important;
  border-radius: 8px 8px 0 0 !important;
}

.card.border-success {
  border: none !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08) !important;
}

.card-title strong {
  color: var(--brand-green-bright) !important;
  font-size: 1rem !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  font-weight: 700 !important;
}

#news-list dt {
  color: var(--brand-navy) !important;
  font-weight: 700 !important;
  font-size: 0.95rem !important;
  padding: 12px 0 12px 10px !important;
  width: 9em !important;
}

#news-list dd {
  font-size: 0.92rem !important;
  color: var(--text-muted) !important;
  padding: 12px 0 !important;
  margin-left: 9em !important;
  border-bottom: 1px solid #f0f4f8 !important;
}

#news-list dd a {
  color: #41bf47 !important;
}

#news-list dd a:hover {
  text-decoration: underline !important;
}

.fixed-panel {
  padding: 0 1rem 1rem 0 !important;
}

/* --- JFrog Modern Hero Section (index_new.html) --- */

@keyframes pulse-glow {
  0% {
    transform: scale(0.8) translate(0, 0);
    opacity: 0.5;
  }

  100% {
    transform: scale(1.2) translate(5%, 5%);
    opacity: 1;
  }
}

@keyframes hero-fade-up {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.jfrog-main-hero {
  background: linear-gradient(140deg, #0b1f3a 0%, #1a3a6b 55%, #0f3320 100%) !important;
}

.jfrog-main-hero .container > .row > div {
  animation: hero-fade-up 0.7s ease both;
}

.jfrog-main-hero h1 {
  font-weight: 800;
  font-size: 3.5rem;
  letter-spacing: -0.025em;
  margin-bottom: 1.5rem;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.45);
}

.jfrog-main-hero h1 span {
  color: #41bf47;
  font-size: 0.4em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  display: block;
  margin-top: 0.9rem;
  text-shadow: 0 2px 10px rgba(65, 191, 71, 0.4);
}

.jfrog-main-hero .text2 {
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.65;
  color: #d1dff0;
  margin-bottom: 2rem;
}

.jfrog-main-hero .check-list {
  font-size: 1.05rem;
  color: #94a3b8 !important;
  font-weight: 500;
}

.jfrog-main-hero .check-list span {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 30px;
  padding: 0.3rem 0.85rem;
  backdrop-filter: blur(4px);
  transition: background 0.25s ease;
}

.jfrog-main-hero .check-list span:hover {
  background: rgba(65, 191, 71, 0.15);
  border-color: rgba(65, 191, 71, 0.4);
}

.jfrog-main-hero .check-list i {
  color: #41bf47;
}

.btn-jfrog-hero {
  display: inline-block;
  background: linear-gradient(135deg, #41bf47, #2a9d2f) !important;
  color: #fff !important;
  padding: 1rem 2.8rem;
  font-size: 1.15rem;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(65, 191, 71, 0.4), 0 2px 6px rgba(0,0,0,0.2);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border: 2px solid transparent;
  letter-spacing: 0.01em;
}

.btn-jfrog-hero:hover,
.btn-jfrog-hero:focus {
  background: linear-gradient(135deg, #4dcf53, #34b83a) !important;
  box-shadow: 0 14px 28px rgba(65, 191, 71, 0.5), 0 4px 10px rgba(0,0,0,0.25);
  transform: translateY(-4px) scale(1.02);
  color: #fff !important;
  text-decoration: none;
}

/* --- Scroll-to-top Button (index_new.html) --- */
#scrollTopBtn {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 1000;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand-green-bright), #2a9d2f);
  color: #fff;
  border: none;
  font-size: 1rem;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(65, 191, 71, 0.45);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}

#scrollTopBtn.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#scrollTopBtn:hover {
  box-shadow: 0 10px 24px rgba(65, 191, 71, 0.55);
  transform: translateY(-3px);
}

/* --- Reveal animation (index_new.html) --- */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}