/** navigation **/
#product .navbar-default {
    background-color: #fff;
    border-color: #e7e7e7;
    text-transform: uppercase;
  }
  #product .navbar-default .navbar-nav>li>a {
    letter-spacing: 1.5px;
  }
  .navbar .navbar-brand a img {
    margin-top: -12px;
  }
  #product .navbar-brand {
    padding: 3px 30px;
  }
  #product .dropdown-menu>li>a {
    text-transform: capitalize;
  }
  
  /** product-description **/
  #product-description {
    background: #fff;
    width: 100%;
    overflow-x: hidden;
  }
  
  /*bootstrap css*/
  
  #product-description .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
  }
  
  @media (min-width: 768px) {
    #product-description .container .jumbotron, .container-fluid .jumbotron {
      padding-right: 60px;
      padding-left: 60px;
      border-radius: 6px;
      padding-top: 48px;
      padding-bottom: 48px;
    }
  }
  
  @media (min-width: 320px) and (max-width:768) {
    .gallery-placeholder {
      padding:15px;
    }
  
    .fotorama__stage__frame .fotorama__img{
      width:100%;
      left:0;
      right:0;
    }
  }
  
  
  
  /*end bootstrap css*/
  
  /* general class for product pages */
  .product.data.items {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 21px;
    margin-left: 0!important;
    margin-right: 0!important;
  }
  /* general class for product pages */
  
  #product-description .section {
      margin: 0;
      padding: 0;
      display: block;
      width: 100%;
  }
  
  
  #product-description .first-product-image {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto;
      position: relative;
      box-sizing: border-box;
  }
  
  #product-description .first-product-image .image {
      flex: 1;
      position: relative;
      padding: 40px;
      max-width: 900px;
  }
  
  #product-description .first-product-image .image img {
      width: 100%;
      height: auto;
      border-radius: 12px;
      box-shadow: 0 20px 40px rgba(0,0,0,0.1);
      transition: transform 0.3s ease;
  }
  
  #product-description .first-product-image .image img:hover {
      transform: translateY(-5px);
  }
  
  #product-description .first-product-image .text {
      flex: 1;
      padding: 0 60px;
      max-width: 900px;
  }
  
  #product-description .first-product-image h2 {
      font-size: 48px;
      font-weight: 800;
      color: #073756;
      margin-bottom: 30px;
      line-height: 1.2;
      position: relative;
      padding: 0;
  }
  
  #product-description .first-product-image h2:after {
      content: '';
      position: absolute;
      bottom: -15px;
      left: 0;
      width: 80px;
      height: 4px;
      background: #073756;
      border-radius: 2px;
  }
  
  /* Add a subtle background pattern */
  .first-product-image:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-image: radial-gradient(#073756 1px, transparent 1px);
      background-size: 20px 20px;
      opacity: 0.03;
      pointer-events: none;
  }
  
  @media (max-width: 1600px) {
      #product-description .first-product-image {
          max-width: 1600px;
          padding: 0 40px;
      }
  }
  
  @media (max-width: 1200px) {
      #product-description .first-product-image {
          padding: 0 30px;
      }
  }
  
  @media (max-width: 991px) {
      #product-description .section.first-product-image {
          padding: 100px 0 60px;
      }
  
      #product-description .first-product-image {
          flex-direction: column;
          text-align: center;
          padding: 0 30px;
      }
  
      #product-description .first-product-image .image,
      #product-description .first-product-image .text {
          max-width: 700px;
          margin: 0 auto;
      }
  }
  
  @media (max-width: 767px) {
      #product-description .section.first-product-image {
          padding: 80px 0 40px;
      }
  
      #product-description .first-product-image {
          padding: 20px;
      }
  
      #product-description .first-product-image h2 {
          font-size: 32px;
      }
  
      #product-description .first-product-image .image {
          padding: 20px;
      }
  }
  
  @media (max-width: 480px) {
      #product-description .section.first-product-image {
          padding: 60px 0 30px;
      }
  
      #product-description .first-product-image h2 {
          font-size: 28px;
      }
  }
  
  @media (min-width: 768px) {
      #product-description .product-image {
          padding: 40px;
      }
  }
  
  
  
  @media (min-width: 768px) {
    #product-description .frame-center {
      background: url("../images/suite-pro/frame-center.png") no-repeat top center !important;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
  
    }
  }
  
  #product-description h1,
  #product-description .h1,
  #product-description h2,
  #product-description .h2,
  #product-description h3,
  #product-description .h3,
  #product-description h4,
  #product-description .h4 {
    text-transform: uppercase;
    font-weight: bolder;
    letter-spacing: 3px;
    line-height: 0.9;
    padding: 50px 0 15px 0;
  }
  
  @media (min-width: 768px) {
    #product-description .col-sm-6.text {
      padding: 0 5%;
    }
    #product-description h1 {
      font-size: 58px;
    }
    #product-description h2 {
      font-size: 58px;
    }
    #product-description h3 {
      font-size: 58px;
    }
    #product-description h4 {
      font-size: 40px;
    }
  }
  
  #product-description .banner img{
      width:100%;
  }
  
  @media (min-width: 768px) {
    #product-description .banner img{
      width:auto;
    }
  }
  
  
  #product-description #about {
    text-align: left;
  }
  
  #product-description p {
    font-weight: 400;
    line-height: 2;
    font-size: 1.4rem;
    color: none;
  }
  #product-description i {
    max-width: 800px;
  }
  #product-description .center {
    margin: 0 auto;
    text-align: center;
  }
  #product-description li {
    line-height: 1.5;
  }
  
  #product-description .container {
    margin: 0 auto;
    padding: 48px 0;
    max-width: 1600px;
    width: 94%;
  }
  
  @media (max-width: 991px) {
    #product-description .container {
      padding: 36px 0;
      width: 100%;
    }
  }
  
  .no-padding{
    padding:0!important;
  }
  
  #product-description .img-center-padding{
    padding: 100px 0;
  }
  
  
  #product-description .white {
    background: #fff;
  }
  #product-description .black {
    background: #000;
    color: #fff;
  }
  #product-description .grey {
    background: #fafafa;
  }
  
  
  #product-description .black h2 {
    color: #fff
  }
  #product-description .width-full {
    width: 100%;
  }
  #product-description .img-centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  
  .wp-card-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
    width: 70%;
    margin: 0 auto;
    padding: 5% 0;
  }
  
  .wp-card {
    justify-self: center;
    width: 100%;
    padding: 3rem 5rem;
  }
  
  .card-grey {
    border: 1px solid #073756;
    background-color: #fafafa;
  }
  
  .card-blue {
    color: #ffffff;
    background-color: #073756;
  }
  
  #product-description .wp-card-section .wp-card > h4 {
    font-size: 3rem;
    padding: 2rem 0;
  }
  
  /* Feature Box Styles */
  #product-description .section-dark {
      background: #050f19;
      position: relative;
      color: #f4f7fb;
  }
  
  #product-description .container-wide {
      max-width: 1600px;
      width: 94%;
      padding: 48px 0;
      margin: 0 auto;
  }
  
  @media (max-width: 991px) {
      #product-description .container-wide {
          width: 100%;
          padding: 36px 0;
      }
  }
  
  #change-log .container {
      max-width: 1600px;
      width: 94%;
      margin: 0 auto;
      padding: 48px 0;
  }
  
  @media (max-width: 991px) {
      #change-log .container {
          width: 100%;
          padding: 36px 0;
      }
  }
  
  .section-dark .section-title {
      color: #ffffff;
  }
  
  .section-dark .section-lead {
      color: rgba(244, 247, 251, 0.86);
  }
  
  .section-dark .section-lead a {
      color: #6fdcff;
  }
  
  .feature-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
      gap: 56px;
      max-width: 1600px;
      margin: 85px auto 45px;
      padding: 0 52px;
  }
  
  .feature-section {
      display: flex;
      flex-direction: column;
      gap: 90px;
      margin: 90px auto 30px;
  }
  
  .feature-row {
      display: flex;
      align-items: stretch;
      justify-content: space-between;
      gap: 70px;
      flex-wrap: nowrap;
  }
  
  .feature-row--reverse .feature-copy {
      order: 2;
      text-align: right;
  }
  
  .feature-row--reverse .feature-copy ul {
      justify-items: end;
  }
  
  .feature-row--reverse .feature-media {
      order: 1;
      justify-content: flex-start;
  }
  
  .feature-copy {
      flex: 0 0 calc(50% - 35px);
      max-width: calc(50% - 35px);
      color: #f4f7fb;
  }
  
  .feature-eyebrow {
      display: inline-block;
      text-transform: uppercase;
      letter-spacing: 0.18em;
      font-size: 0.8rem;
      font-weight: 600;
      color: rgba(244, 247, 251, 0.72);
      margin-bottom: 18px;
  }
  
  .feature-copy h3 {
      font-size: 1.9rem;
      margin: 0 0 18px;
      color: #ffffff;
  }
  
  .feature-copy p {
      margin: 0 0 18px;
      line-height: 1.8;
      color: rgba(244, 247, 251, 0.85);
  }
  
  .feature-copy ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: grid;
      gap: 12px;
  }
  
  .feature-copy ul li {
      position: relative;
      padding-left: 26px;
      color: rgba(244, 247, 251, 0.9);
  }
  
  .feature-copy ul li::before {
      content: '';
      position: absolute;
      left: 0;
      top: 8px;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #6fdcff;
      box-shadow: 0 0 12px rgba(111, 220, 255, 0.5);
  }
  
  .feature-row--reverse .feature-copy ul li {
      padding-left: 0;
      padding-right: 26px;
  }
  
  .feature-row--reverse .feature-copy ul li::before {
      left: auto;
      right: 0;
  }
  
  .feature-media {
      flex: 0 0 calc(50% - 35px);
      max-width: calc(50% - 35px);
      min-width: 320px;
      display: flex;
      justify-content: flex-end;
  }
  
  .feature-media__frame {
      width: 100%;
      aspect-ratio: 16 / 10;
      border-radius: 12px;
      padding: 20px;
      background:
          radial-gradient(circle at 15% 20%, rgba(111, 220, 255, 0.26), transparent 62%),
          linear-gradient(155deg, rgba(255, 255, 255, 0.95), rgba(224, 242, 249, 0.88));
      box-shadow:
          0 32px 80px rgba(5, 15, 25, 0.32),
          inset 0 0 0 1px rgba(111, 220, 255, 0.2);
      display: flex;
      align-items: center;
      justify-content: center;
  }
  
  .feature-media__frame img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      border-radius: 12px;
      box-shadow: 0 24px 60px rgba(5, 15, 25, 0.18);
  }
  
  @media (max-width: 991px) {
      .feature-section {
          gap: 72px;
          margin: 72px auto 24px;
      }
  
      .feature-row,
      .feature-row.feature-row--reverse {
          flex-direction: column;
          gap: 40px;
          flex-wrap: wrap;
      }
  
      .feature-copy,
      .feature-media {
          flex: 1 1 100%;
          max-width: 100%;
      }
  
      .feature-copy {
          text-align: left;
      }
  
      .feature-copy ul {
          align-items: start;
      }
  
      .feature-media__frame {
          width: min(100%, 520px);
          padding: 22px;
          border-radius: 30px;
      }
  
      .feature-row--reverse .feature-copy {
          order: 2;
          text-align: left;
      }
  
      .feature-row--reverse .feature-copy ul {
          justify-items: start;
      }
  
      .feature-row--reverse .feature-copy ul li {
          padding-left: 26px;
          padding-right: 0;
      }
  
      .feature-row--reverse .feature-copy ul li::before {
          left: 0;
          right: auto;
      }
  
      .feature-row--reverse .feature-media {
          order: 1;
          justify-content: center;
      }
  }
  
  @media (max-width: 767px) {
      .feature-copy {
          text-align: left;
      }
  
      .feature-copy ul {
          align-items: stretch;
      }
  
      .feature-media__frame {
          width: 100%;
          padding: 18px;
          border-radius: 12px;
      }
  
      .feature-row--reverse .feature-copy ul li {
          padding-left: 26px;
          padding-right: 0;
      }
  
      .feature-row--reverse .feature-copy ul li::before {
          left: 0;
          right: auto;
      }
  
      .feature-row--reverse .feature-media {
          justify-content: center;
      }
  }
  .feature-card {
      background: #ffffff;
      border-radius: 26px;
      padding: 52px 50px;
      box-shadow: 0 30px 60px rgba(7, 55, 86, 0.08);
      border: 1px solid rgba(7, 55, 86, 0.08);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      position: relative;
  }
  .feature-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 36px 70px rgba(7, 55, 86, 0.12);
  }
  .feature-icon {
      width: 56px;
      height: 56px;
      border-radius: 14px;
      background: rgba(7, 55, 86, 0.08);
      color: #073756;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.75rem !important;
      margin-bottom: 24px;
      box-shadow: inset 0 0 0 1px rgba(7, 55, 86, 0.12);
  }
  .feature-card h4 {
      text-transform: uppercase;
      font-size: 1.18rem;
      letter-spacing: 0.05em;
      color: #073756;
      margin-bottom: 16px;
      line-height: 1.45;
      word-break: break-word;
  }
  .feature-card p {
      color: #4f5b66;
      line-height: 1.65;
      margin: 0;
  }
  
  .info-box--centered {
      justify-content: center;
      text-align: center;
      align-items: center;
  }
  
  .info-box--inline {
      margin-left: 0;
      margin-right: 0;
      max-width: none;
      width: auto;
  }
  
  .info-box--on-dark {
      background: rgba(111, 220, 255, 0.12);
      border-left-color: #6fdcff;
      color: #e9faff;
      box-shadow: 0 28px 60px rgba(0, 0, 0, 0.4);
  }
  
  .info-box--on-dark .fa {
      color: #6fdcff;
  }
  
  .info-box--on-dark p {
      color: inherit;
  }
  
  .install-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 36px;
      max-width: 1600px;
      margin: 60px auto 10px;
      padding: 0 30px;
  }
  .install-card {
      background: #ffffff;
      border-radius: 18px;
      padding: 36px;
      box-shadow: 0 30px 60px rgba(7, 55, 86, 0.08);
      border: 1px solid rgba(7, 55, 86, 0.08);
      height: 100%;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .install-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 34px 64px rgba(7, 55, 86, 0.1);
  }
  .install-card h4 {
      text-transform: uppercase;
      letter-spacing: 0.12em;
      font-size: 1.05rem;
      margin-bottom: 18px;
      color: #073756;
  }
  .install-card p,
  .install-card ul,
  .install-card ol {
      color: #4f5b66;
      line-height: 1.6;
  }
  .install-card ul,
  .install-card ol {
      padding-left: 20px;
      margin-bottom: 0;
  }
  .install-card li {
      margin-bottom: 8px;
  }
  .install-card li:last-child {
      margin-bottom: 0;
  }
  
  .config-placeholder {
      background: linear-gradient(135deg, rgba(7, 55, 86, 0.12), rgba(7, 55, 86, 0.05));
      border-radius: 20px;
      padding: 48px 36px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #073756;
      box-shadow: inset 0 0 0 1px rgba(7, 55, 86, 0.08);
      min-height: 360px;
  }
  
  .config-placeholder i {
      font-size: 42px;
      margin-bottom: 18px;
  }
  
  .config-placeholder span {
      font-weight: 600;
      letter-spacing: 0.06em;
      text-transform: uppercase;
  }
  
  .config-placeholder p {
      margin-top: 12px;
      color: #345;
      line-height: 1.6;
  }
  
  .after-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
      gap: 36px;
      max-width: 1600px;
      margin: 84px auto 40px;
      padding: 0;
  }
  
  .journey-card {
      position: relative;
      padding: 44px 38px 36px;
      border-radius: 28px;
      background: linear-gradient(170deg, rgba(7, 55, 86, 0.85), rgba(7, 55, 86, 0.72));
      box-shadow: inset 0 0 0 1px rgba(111, 220, 255, 0.18), 0 32px 90px rgba(0, 15, 30, 0.4);
      display: flex;
      flex-direction: column;
      gap: 22px;
      min-height: 340px;
      overflow: hidden;
  }
  
  .journey-card::after {
      content: '';
      position: absolute;
      inset: 0;
      pointer-events: none;
      background: radial-gradient(circle at top right, rgba(111, 220, 255, 0.28), transparent 55%);
      opacity: 0.9;
  }
  
  .journey-card__icon {
      width: 58px;
      height: 58px;
      border-radius: 18px;
      background: rgba(255, 255, 255, 0.18);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.6rem;
      color: #6fdcff;
      box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
      z-index: 1;
  }
  
  .journey-card__title {
      margin: 0;
      text-transform: uppercase;
      letter-spacing: 0.16em;
      font-size: 0.85rem;
      font-weight: 600;
      color: rgba(244, 247, 251, 0.76);
      z-index: 1;
  }
  
  .journey-card__text {
      margin: 0;
      color: rgba(244, 247, 251, 0.94);
      line-height: 1.75;
      font-size: 1.05rem;
      z-index: 1;
  }
  
  .journey-card__list {
      margin: 0;
      padding: 0;
      list-style: none;
      display: grid;
      gap: 14px;
      z-index: 1;
  }
  
  .journey-card__list li {
      position: relative;
      padding-left: 22px;
      color: rgba(244, 247, 251, 0.86);
      line-height: 1.65;
  }
  
  .journey-card__list li::before {
      content: '';
      position: absolute;
      left: 0;
      top: 9px;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: #6fdcff;
      box-shadow: 0 0 12px rgba(111, 220, 255, 0.7);
  }
  
  .journey-card__footer {
      margin-top: auto;
      text-transform: uppercase;
      letter-spacing: 0.2em;
      font-size: 0.78rem;
      color: rgba(244, 247, 251, 0.55);
      z-index: 1;
  }
  
  .faq-accordion {
      max-width: 1600px;
      margin: 60px auto 10px;
      display: flex;
      flex-direction: column;
      gap: 22px;
  }
  
  .faq-accordion__item {
      border-radius: 18px;
      background: #ffffff;
      box-shadow: 0 24px 48px rgba(7, 55, 86, 0.08);
      overflow: hidden;
      border: 1px solid rgba(7, 55, 86, 0.08);
  }
  
  .faq-accordion__trigger {
      width: 100%;
      background: transparent;
      border: none;
      padding: 30px 36px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 1.18rem;
      font-weight: 600;
      letter-spacing: 0.02em;
      text-align: left;
      color: #073756;
      cursor: pointer;
      transition: background 0.3s ease, padding 0.3s ease;
  }
  
  .faq-accordion__trigger i {
      font-size: 1.35rem;
      transition: color 0.3s ease;
      color: #073756;
  }
  
  .faq-accordion__trigger:hover,
  .faq-accordion__trigger:focus {
      background: rgba(7, 55, 86, 0.05);
      outline: none;
  }
  
  .faq-accordion__trigger[aria-expanded="true"] {
      background: rgba(7, 55, 86, 0.08);
  }
  
  .faq-accordion__trigger[aria-expanded="true"] i {
      color: #008060;
  }
  
  .faq-accordion__panel {
      padding: 32px 40px 42px;
      color: #364452;
      line-height: 1.75;
      font-size: 1.02rem;
      background: rgba(7, 55, 86, 0.04);
      border-top: 1px solid rgba(7, 55, 86, 0.08);
  }
  
  .faq-accordion__panel p {
      margin: 0;
  }
  
  @media (max-width: 767px) {
      .faq-accordion {
          gap: 16px;
          margin-top: 35px;
      }
  
      .faq-accordion__trigger {
          padding: 24px 26px;
          font-size: 1.05rem;
      }
  
      .faq-accordion__panel {
          padding: 26px 26px 30px;
      }
  }
  
  @media (max-width: 991px) {
      .feature-grid {
          grid-template-columns: repeat(2, minmax(0, 1fr));
          gap: 32px;
          padding: 0 24px;
      }
  
      .after-grid {
          gap: 28px;
          padding: 0 24px;
      }
  }
  
  @media (max-width: 767px) {
      .feature-grid {
          grid-template-columns: minmax(0, 1fr);
          gap: 24px;
          padding: 0 18px;
      }
  
      .after-grid {
          grid-template-columns: minmax(0, 1fr);
          gap: 26px;
          padding: 0 18px;
      }
  }
  
  .compatibility-note {
      margin-top: 50px;
      padding: 25px;
      background: rgba(255,255,255,0.05);
      border-radius: 8px;
  }
  .compatibility-note h4 {
      color: #fff;
      margin-bottom: 15px;
      font-size: 1.3em;
  }
  .list-inline {
      padding-left: 0;
      margin-bottom: 0;
  }
  .list-inline-item {
      display: inline-block;
      margin: 0 15px;
      color: #ccc;
      font-size: 0.95em;
  }
  .list-inline-item .fa {
      color: #4CAF50;
      margin-right: 5px;
  }
  .mb-5 {
      margin-bottom: 3rem !important;
  }
  .mt-5 {
      margin-top: 3rem !important;
  }
  .text-center {
      text-align: center !important;
  }
  
  /* Installation Section Styles */
  .install-steps {
      max-width: 1600px;
      margin: 48px auto;
      padding: 0;
  }
  
  .install-step {
      background: rgba(255,255,255,0.98);
      border-radius: 8px;
      padding: 40px;
      margin-bottom: 30px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.05);
      position: relative;
      transition: all 0.3s ease;
  }
  
  .install-step:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  }
  
  .install-step-header {
      display: flex;
      align-items: center;
      margin-bottom: 20px;
  }
  
  .step-number {
      background: #073756;
      color: white;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      margin-right: 15px;
  }
  
  .install-step h3 {
      margin: 0;
      padding: 0 !important;
      font-size: 24px !important;
      color: #073756;
  }
  
  .install-step-content {
      padding-left: 55px;
  }
  
  .command-block {
      background: #2b2b2b;
      border-radius: 6px;
      padding: 15px 20px 15px 35px;
      margin: 15px 0;
      position: relative;
      border: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  .command-block code {
      color: #e6e6e6;
      font-family: 'Monaco', 'Consolas', monospace;
      font-size: 14px;
      display: block;
      line-height: 1.6;
      background: transparent;
  }
  
  .command-block:before {
      content: '$';
      color: #888;
      position: absolute;
      left: 15px;
      top: 50%;
      transform: translateY(-50%);
  }
  
  .info-box,
  .warning-box,
  .success-box {
      display: flex;
      align-items: flex-start;
      gap: 14px;
      padding: 18px 24px;
      margin: 28px auto;
      font-size: 0.95em;
      border-radius: 12px;
      max-width: 1600px;
      box-shadow: 0 18px 40px rgba(7, 55, 86, 0.08);
      width: 100%;
  }
  
  .info-box {
      background: #e8f6f3;
      border-left: 5px solid #1976d2;
      color: #0d47a1;
  }
  
  .warning-box {
      background: #fff7ec;
      border-left: 5px solid #f57c00;
      color: #d65f00;
  }
  
  .success-box {
      background: #ecf9f0;
      border-left: 5px solid #43a047;
      color: #1b5e20;
  }
  
  .info-box .fa,
  .warning-box .fa,
  .success-box .fa {
      margin-top: 4px;
      font-size: 20px;
      flex-shrink: 0;
  }
  
  .info-box p,
  .warning-box p,
  .success-box p {
      margin: 0;
      flex-grow: 1;
      color: #2f3d4a;
      line-height: 1.6;
  }
  
  .info-box code,
  .warning-box code,
  .success-box code {
      margin: 0 4px;
      padding: 2px 6px;
      background: rgba(25, 118, 210, 0.12);
      border-radius: 4px;
      font-family: 'Monaco', 'Consolas', monospace;
      font-size: 0.9em;
  }
  
  .install-step ul,
  .install-step-content ul {
      padding-left: 0;
      list-style: none;
      margin: 15px 0;
  }
  
  .install-step ul li,
  .install-step-content ul li {
      margin-bottom: 12px;
      position: relative;
      display: flex;
      align-items: flex-start;
      line-height: 1.5;
      padding: 0;
      list-style-type: none; /* Explicitly remove bullets */
  }
  
  .install-step ul li i.fa,
  .install-step-content ul li i.fa {
      margin-right: 10px;
      flex-shrink: 0;
      margin-top: 3px;
      color: #333;
      font-size: 16px;
  }
  
  /* Style for the text wrapper */
  .install-step ul li .text-wrapper,
  .install-step-content ul li .text-wrapper {
      flex: 1;
      display: inline-block;
      margin-top: 0;
      padding-left: 0;
  }
  
  .install-step .fa {
      margin-right: 10px;
      color: #073756;
      display: inline;
      font-size: 16px;
  }
  
  .intro-box {
      background: #f8f9fa;
      border-radius: 8px;
      padding: 35px;
      margin: 30px auto;
      max-width: 1600px;
      display: flex;
      align-items: center;
      gap: 20px;
  }
  
  .intro-box .intro-icon {
      font-size: 40px;
      color: #073756;
      flex-shrink: 0;
  }
  
  .intro-box p {
      margin: 0;
      font-size: 1.2em;
      line-height: 1.6;
  }
  
  #product-description h2.text-center.mb-5 {
      max-width: 1600px;
      margin-left: auto;
      margin-right: auto;
  }
  
  .benefits-section {
      margin: 80px auto;
      max-width: 1600px;
  }
  
  .benefits-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 40px;
      margin: 30px auto;
  }
  
  .benefit-item {
      background: white;
      border: 1px solid #e0e0e0;
      border-radius: 8px;
      padding: 25px;
      text-align: center;
      transition: all 0.3s ease;
  }
  
  .benefit-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  }
  
  .benefit-item i {
      font-size: 30px;
      color: #073756;
      margin-bottom: 15px;
  }
  
  .benefit-item h5 {
      font-size: 1.1em;
      font-weight: 600;
      margin: 15px 0;
      color: #073756;
  }
  
  .benefit-item p {
      font-size: 0.95em;
      line-height: 1.5;
      margin: 0;
      color: #666;
  }
  
  .loom-video-highlight {
      display: flex;
      align-items: stretch;
      gap: 48px;
      margin: 80px auto;
      padding: 56px 64px;
      border-radius: 28px;
      background: linear-gradient(135deg, rgba(1, 203, 225, 0.18), rgba(7, 55, 86, 0.12));
      border: 1px solid rgba(7, 55, 86, 0.14);
      box-shadow: 0 32px 60px rgba(7, 55, 86, 0.18);
  }
  
  .loom-video-copy {
      flex: 1 1 0;
      display: flex;
      flex-direction: column;
      gap: 18px;
      color: #1d3246;
  }
  
  .loom-video-eyebrow {
      text-transform: uppercase;
      letter-spacing: 0.18em;
      font-size: 0.8rem;
      font-weight: 700;
      color: rgba(7, 55, 86, 0.65);
  }
  
  .loom-video-copy h3 {
      margin: 0;
      font-size: 1.85rem;
      letter-spacing: 0.02em;
      color: #073756;
  }
  
  .loom-video-copy p {
      margin: 0;
      font-size: 1.02rem;
      line-height: 1.8;
      color: rgba(18, 34, 52, 0.78);
  }
  
  .loom-video-frame {
      flex: 1 1 0;
      display: flex;
      flex-direction: column;
      gap: 16px;
      color: rgba(18, 34, 52, 0.68);
  }
  
  .loom-video-aspect {
      position: relative;
      width: 100%;
      padding-top: 56.25%;
      border-radius: 20px;
      overflow: hidden;
      background: linear-gradient(135deg, rgba(7, 55, 86, 0.88), rgba(1, 203, 225, 0.45));
      box-shadow: 0 26px 70px rgba(7, 55, 86, 0.28);
  }
  
  .loom-video-aspect iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0;
      border-radius: inherit;
      background: #0b1d33;
  }
  
  @media (max-width: 1200px) {
      .loom-video-highlight {
          padding: 48px 44px;
          margin: 70px auto;
      }
  }
  
  @media (max-width: 991px) {
      .loom-video-highlight {
          flex-direction: column;
          padding: 44px 36px;
          gap: 36px;
      }
  
      .loom-video-frame {
          max-width: 720px;
      }
  }
  
  @media (max-width: 767px) {
      .loom-video-highlight {
          padding: 34px 26px;
          margin: 50px auto;
      }
  
      .loom-video-copy h3 {
          font-size: 1.6rem;
      }
  }
  
  @media (max-width: 480px) {
      .loom-video-highlight {
          padding: 28px 22px;
          margin: 40px auto;
      }
  }
  
  .workflow-section {
      margin: 100px auto;
      max-width: 1600px;
      background: linear-gradient(140deg, rgba(7, 55, 86, 0.95), rgba(7, 55, 86, 0.78));
      border-radius: 36px;
      padding: 85px 96px;
      box-shadow: 0 32px 90px rgba(0,0,0,0.2);
  }
  
  .workflow-section h4 {
      position: relative;
      display: inline-block;
      margin-bottom: 40px;
      color: #ffffff;
  }
  
  .workflow-section h4:after {
      content: '';
      position: absolute;
      bottom: -10px;
      left: 50%;
      transform: translateX(-50%);
      width: 60px;
      height: 3px;
      background: rgba(255,255,255,0.85);
      border-radius: 2px;
  }
  
  .journey-cards {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
      gap: 32px;
  }
  
  .journey-card {
      background: rgba(255,255,255,0.08);
      border-radius: 24px;
      padding: 44px 40px;
      box-shadow: 0 24px 60px rgba(0,0,0,0.18);
      display: flex;
      gap: 24px;
      align-items: flex-start;
  }
  
  .journey-icon {
      width: 62px;
      height: 62px;
      border-radius: 16px;
      background: rgba(255,255,255,0.15);
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 1.8rem;
      flex-shrink: 0;
  }
  
  .journey-body h5 {
      text-transform: uppercase;
      letter-spacing: 0.05em;
      color: #fff;
      margin: 0 0 14px;
      font-size: 1.18rem;
  }
  
  .journey-body p {
      color: rgba(255,255,255,0.74);
      margin: 0 0 14px;
      line-height: 1.7;
  }
  
  .journey-body ul {
      margin: 0;
      padding-left: 22px;
      color: rgba(255,255,255,0.72);
      line-height: 1.7;
  }
  
  .journey-body li {
      margin-bottom: 8px;
  }
  
  .journey-body li:last-child {
      margin-bottom: 0;
  }
  
  
  .workflow-steps {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
      gap: 40px;
      margin: 60px auto 0;
  }
  
  
  .workflow-step {
      text-align: left;
      background: rgba(255,255,255,0.08);
      padding: 48px 42px;
      border-radius: 24px;
      box-shadow: 0 24px 60px rgba(0,0,0,0.18);
      transition: all 0.3s ease;
      display: flex;
      flex-direction: column;
      gap: 22px;
  }
  
  
  .workflow-step:hover {
      transform: translateY(-6px);
      box-shadow: 0 36px 85px rgba(0,0,0,0.22);
  }
  
  .workflow-step i {
      font-size: 32px;
      color: #fff;
      background: rgba(255,255,255,0.15);
      width: 68px;
      height: 68px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 16px;
      flex-shrink: 0;
      transition: all 0.3s ease;
  }
  
  .workflow-step:hover i {
      background: #073756;
      color: white;
  }
  
  
  .workflow-step p {
      font-size: 1.05rem;
      line-height: 1.75;
      margin: 0;
      color: rgba(255,255,255,0.74);
  }
  
  @media (max-width: 991px) {
      .workflow-section {
          padding: 60px 48px;
          margin: 70px auto;
      }
  
      .journey-cards {
          grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
          gap: 28px;
      }
  }
  
  @media (max-width: 767px) {
      .workflow-section {
          padding: 45px 26px;
          margin: 40px auto;
      }
  
      .workflow-steps {
          grid-template-columns: 1fr;
          gap: 24px;
      }
  
      .journey-cards {
          grid-template-columns: 1fr;
          gap: 22px;
      }
  }
  
  @media (max-width: 480px) {
      .workflow-section {
          padding: 40px 22px;
          margin: 30px auto;
      }
  
      .workflow-step {
          padding: 34px 24px;
      }
  }
  
  .config-section {
      margin-bottom: 3.5rem;
      background-color: rgba(7, 55, 86, 0.03);
      border-radius: 18px;
      padding: 2rem;
  }
  
  .config-header {
      background: #073756;
      color: #fff;
      padding: 30px;
      display: flex;
      align-items: center;
      gap: 20px;
  }
  
  .config-header i {
      font-size: 32px;
  }
  
  .config-header h4 {
      margin: 0;
      padding: 0 !important;
      font-size: 32px !important;
      color: #fff !important;
  }
  
  .config-content {
      padding: 48px;
      max-width: 1600px;
      margin: 0 auto;
  }
  
  .config-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 80px;
      align-items: start;
      max-width: 1600px;
      margin: 0 auto;
  }
  
  .config-grid-item {
      min-width: 0;
  }
  
  .card-image {
      width: 100%;
      height: 300px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(135deg, rgba(7, 55, 86, 0.15) 0%, rgba(1, 203, 225, 0.15) 100%);
      padding: 1rem;
  }
  
  .card-image img {
      max-width: 100%;
      max-height: 100%;
      object-fit: contain;
  }
  
  .zoom-overlay {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.8);
      z-index: 9999;
      cursor: pointer;
      opacity: 0;
      transition: opacity 0.3s ease;
  }
  
  .zoom-overlay.active {
      display: flex;
      opacity: 1;
      align-items: center;
      justify-content: center;
  }
  
  .zoom-container {
      position: relative;
      max-width: 90%;
      max-height: 90vh;
      margin: 20px;
      background: #fff;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
  }
  
  .zoom-image {
      display: block;
      max-width: 100%;
      max-height: 90vh;
      object-fit: contain;
  }
  
  .zoom-close {
      position: absolute;
      top: 15px;
      right: 15px;
      width: 30px;
      height: 30px;
      background: #fff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
      z-index: 10000;
  }
  
  .zoom-close:hover {
      background: #f0f0f0;
  }
  
  .zoom-close i {
      color: #333;
      font-size: 16px;
  }
  
  .analytics-params {
      background: #f8f9fa;
      border-radius: 6px;
      padding: 15px;
  }
  
  .param-item {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 8px 0;
      border-bottom: 1px solid #e0e0e0;
  }
  
  .param-item:last-child {
      border-bottom: none;
  }
  
  .param-item.required .param-name:after {
      content: '*';
      color: #f57c00;
      margin-left: 4px;
  }
  
  .param-name {
      font-weight: 600;
      color: #073756;
  }
  
  .param-example {
      color: #666;
      font-family: 'Monaco', 'Consolas', monospace;
      font-size: 0.9em;
      background: rgba(0,0,0,0.05);
      padding: 2px 6px;
      border-radius: 3px;
  }
  
  @media (max-width: 1920px) {
      .config-content {
          padding: 40px;
      }
      
      .config-grid {
          max-width: 100%;
          gap: 40px;
      }
  }
  
  @media (max-width: 1400px) {
      .config-content {
          padding: 30px;
      }
      
      .config-grid {
          gap: 30px;
      }
  }
  
  @media (min-width: 1400px) {
      .feature-box {
          padding: 35px;
      }
      
      .install-step {
          padding: 40px;
      }
      
      .config-content {
          padding: 40px;
      }
      
      .setting-group {
          margin-bottom: 40px;
      }
      
      .setting-item {
          margin-bottom: 30px;
      }
      
      #product-description p {
          font-size: 1.5rem;
      }
      
      .feature-box h3 {
          font-size: 28px;
      }
      
      .feature-box ul li {
          font-size: 1em;
      }
  }
  
  /* Responsive styles for configuration sections */
  @media (max-width: 1400px) {
      .config-content {
          padding: 40px;
      }
  
      .config-section .row {
          gap: 40px;
          padding: 0 15px;
      }
  }
  
  @media (max-width: 991px) {
      .config-header-alt {
          padding: 20px;
      }
  
      .config-header-alt i {
          font-size: 24px;
      }
  
      .config-header-alt h3 {
          font-size: 24px !important;
      }
  
      .config-header {
          padding: 20px;
      }
  
      .config-header i {
          font-size: 24px;
      }
  
      .config-header h4 {
          font-size: 24px !important;
      }
  
      .config-content {
          padding: 25px;
      }
  
      .config-section .row {
          gap: 30px;
          padding: 0 10px;
      }
  
      .config-section .col-md-6 {
          flex: 0 0 100%;
          width: 100%;
          max-width: 100%;
      }
  
      .config-image {
          margin: 20px 0;
      }
  
      .setting-group {
          margin-bottom: 30px;
      }
  
      .config-grid {
          grid-template-columns: 1fr;
          gap: 30px;
      }
  
      .config-placeholder {
          min-height: 240px;
          padding: 32px 26px;
      }
  
      .config-grid-item {
          width: 100%;
      }
  
      .config-image {
          max-width: 100%;
          margin: 0 auto;
      }
  
      /* Reorder grid items when image is first */
      .config-grid-item:first-child:has(img) {
          order: 2;
      }
      
      .config-grid-item:last-child:not(:has(img)) {
          order: 1;
      }
  }
  
  @media (max-width: 767px) {
      .config-header-alt {
          padding: 15px;
      }
  
      .config-header-alt i {
          font-size: 20px;
      }
  
      .config-header-alt h3 {
          font-size: 20px !important;
      }
  
      .config-header {
          padding: 15px;
      }
  
      .config-header i {
          font-size: 20px;
      }
  
      .config-header h4 {
          font-size: 20px !important;
      }
  
      .config-content {
          padding: 20px;
      }
  
      .setting-item {
          margin-bottom: 25px;
      }
  
      .setting-item h5 {
          font-size: 1.1em;
      }
  
      .setting-item p,
      .setting-item ul li {
          font-size: 0.9em;
      }
  
      .analytics-params {
          padding: 12px;
      }
  
      .param-item {
          flex-direction: column;
          align-items: flex-start;
          gap: 5px;
      }
  
      .param-example {
          align-self: flex-start;
      }
  
      .config-grid {
          gap: 25px;
      }
  
      .zoom-container {
          max-width: 95%;
          margin: 10px;
      }
  
      .config-placeholder {
          min-height: unset;
          padding: 28px 24px;
      }
      
      .after-grid {
          grid-template-columns: 1fr;
          gap: 28px;
      }
  
      .after-card {
          padding: 34px 26px;
      }
      
      .zoom-close {
          top: 10px;
          right: 10px;
          width: 25px;
          height: 25px;
      }
      
      .zoom-close i {
          font-size: 14px;
      }
  }
  
  @media (max-width: 480px) {
      .config-header-alt {
          flex-direction: column;
          text-align: center;
          gap: 10px;
      }
  
      .config-header {
          flex-direction: column;
          text-align: center;
          gap: 10px;
          padding: 15px;
      }
  
      .config-header h4 {
          font-size: 18px !important;
      }
  
      .config-content {
          padding: 20px;
      }
  
      .config-path {
          padding: 12px 15px;
          font-size: 0.9em;
      }
  
      .setting-item h5 {
          font-size: 1em;
      }
  }
  
  .config-section .row {
      display: flex;
      align-items: flex-start;
      gap: 60px;
      margin: 0;
      padding: 0 20px;
  }
  
  .config-section .col-md-6 {
      flex: 0 0 calc(50% - 30px);
      width: calc(50% - 30px);
      max-width: calc(50% - 30px);
      padding: 0;
  }
  
  .config-path {
      background: #f8f9fa;
      padding: 15px 20px;
      border-radius: 8px;
      margin-bottom: 30px;
      color: #073756;
      font-family: 'Monaco', 'Consolas', monospace;
      font-size: 1em;
  }
  
  .config-path i {
      margin-right: 12px;
      color: #073756;
  }
  
  .setting-group {
      margin-bottom: 50px;
  }
  
  .setting-item {
      margin-bottom: 35px;
  }
  
  .setting-item:last-child {
      margin-bottom: 0;
  }
  
  .setting-item h5 {
      color: #073756;
      font-size: 1.2em;
      margin-bottom: 15px;
      font-weight: 600;
  }
  
  .setting-item h5 i {
      margin-right: 12px;
  }
  
  .setting-item p {
      margin: 0;
      color: #666;
      font-size: 1em;
      line-height: 1.6;
  }
  
  .setting-item ul {
      margin: 15px 0 0;
      padding-left: 30px;
  }
  
  .setting-item ul li {
      margin-bottom: 12px;
      color: #666;
      font-size: 1em;
      line-height: 1.5;
  }
  
  /* Changelog Section Styles */
  .changelog-section {
      background: #fff;
      border-radius: 8px;
      margin: 80px auto;
      box-shadow: 0 2px 10px rgba(0,0,0,0.05);
      overflow: hidden;
      width: 100%;
      max-width: 1600px;
  }
  
  .changelog-header {
      background: #073756;
      color: #fff;
      padding: 30px;
      display: flex;
      align-items: center;
      gap: 20px;
  }
  
  .changelog-header i {
      font-size: 32px;
  }
  
  .changelog-header h4 {
      margin: 0;
      padding: 0 !important;
      font-size: 32px !important;
      color: #fff !important;
      line-height: 1.3;
  }
  
  .changelog-content {
      padding: 48px;
      max-width: 1600px;
      margin: 0 auto;
      box-sizing: border-box;
  }
  
  #change-log .container {
      max-width: 1600px;
      width: 94%;
      margin: 0 auto;
      padding: 48px 0;
  }
  
  .version-item {
      margin-bottom: 40px;
  }
  
  .version-item:last-child {
      margin-bottom: 0;
  }
  
  #change-log .version-list {
      max-width: 1600px;
      margin: 0 auto;
      width: 100%;
  }
  
  .version-header {
      display: flex;
      align-items: center;
      gap: 20px;
      margin-bottom: 25px;
      padding-bottom: 15px;
      border-bottom: 2px solid #e0e0e0;
  }
  
  .version-number {
      font-size: 1.8em;
      font-weight: 600;
      color: #073756;
  }
  
  .version-date {
      color: #666;
      font-size: 1.1em;
  }
  
  .version-changes {
      padding-left: 20px;
  }
  
  .change-type {
      margin-bottom: 30px;
  }
  
  .change-type:last-child {
      margin-bottom: 0;
  }
  
  .change-type h5 {
      color: #073756;
      font-size: 1.2em;
      margin-bottom: 15px;
      font-weight: 600;
      display: flex;
      align-items: center;
      gap: 12px;
  }
  
  .change-type h5 i {
      color: #073756;
      font-size: 1.2em;
  }
  
  .change-type ul {
      margin: 0;
      padding-left: 30px;
  }
  
  .change-type ul li {
      margin-bottom: 12px;
      color: #666;
      font-size: 1em;
      line-height: 1.5;
  }
  
  .change-type ul li:last-child {
      margin-bottom: 0;
  }
  
  @media (max-width: 991px) {
      .changelog-header {
          padding: 20px;
      }
  
      .changelog-header i {
          font-size: 24px;
      }
  
      .changelog-header h4 {
          font-size: 24px !important;
      }
  
      .changelog-content {
          padding: 30px;
      }
  
      .version-header {
          flex-direction: column;
          align-items: flex-start;
          gap: 10px;
      }
  }
  
  @media (max-width: 767px) {
      .changelog-header {
          padding: 15px;
      }
  
      .changelog-header i {
          font-size: 20px;
      }
  
      .changelog-header h4 {
          font-size: 20px !important;
      }
  
      .changelog-content {
          padding: 20px;
      }
  
      .version-changes {
          padding-left: 0;
      }
  
      .change-type ul {
          padding-left: 20px;
      }
  }
  
  @media (max-width: 480px) {
      .changelog-header {
          flex-direction: column;
          text-align: center;
          gap: 10px;
      }
  
      .version-number {
          font-size: 1.5em;
      }
  
      .version-date {
          font-size: 1em;
      }
  
      .change-type h5 {
          font-size: 1.1em;
      }
  }
  
  #product-description .container {
      margin: 0 auto;
      padding: 48px 0;
      max-width: 1600px;
      width: 94%;
  }
  
  #product-description .jumbotron {
      max-width: 1600px;
      margin: 0 auto;
      padding: 50px 0;
  }
  
  @media (max-width: 1600px) {
      .intro-box,
      .benefits-section,
      .workflow-section,
      #product-description .jumbotron {
          max-width: 100%;
          padding: 40px;
      }
  }
  
  @media (max-width: 991px) {
      .intro-box,
      #product-description .jumbotron {
          padding: 30px;
      }
  }
  
  @media (max-width: 767px) {
      .intro-box,
      #product-description .jumbotron {
          padding: 20px;
      }
  }
  
  #product-description .jumbotron.frame-center {
      max-width: 1600px;
      margin: 0 auto;
      padding: 50px 0;
  }
  
  #product-description .jumbotron.frame-center .benefits-section,
  #product-description .jumbotron.frame-center .workflow-section {
      max-width: 100%;
  }
  
  @media (max-width: 1200px) {
      #product-description .jumbotron.frame-center {
          max-width: 100%;
          padding: 40px;
      }
  }
  
  @media (max-width: 991px) {
      #product-description .jumbotron.frame-center {
          padding: 30px;
      }
  }
  
  @media (max-width: 767px) {
      #product-description .jumbotron.frame-center {
          padding: 20px;
      }
  }
  
  .benefits-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 40px;
      margin: 30px auto;
  }
  
  @media (max-width: 991px) {
      .benefits-grid {
          grid-template-columns: repeat(2, 1fr);
          gap: 30px;
      }
  
      .benefit-item {
          padding: 25px 20px;
      }
  
      .benefit-item h5 {
          font-size: 1em;
          margin: 12px 0;
      }
  
      .benefit-item p {
          font-size: 0.9em;
          line-height: 1.4;
      }
  }
  
  @media (max-width: 767px) {
      .benefits-grid {
          grid-template-columns: 1fr;
          gap: 20px;
          padding: 0 15px;
      }
  
      .benefit-item {
          padding: 20px 15px;
      }
  
      .benefit-item i {
          font-size: 24px;
          margin-bottom: 10px;
      }
  }
  
  /* Installation section mobile improvements */
  @media (max-width: 991px) {
      .install-steps {
          padding: 0 20px;
      }
  
      .install-step {
          padding: 30px;
          margin-bottom: 20px;
      }
  
      .install-step-content {
          padding-left: 45px;
      }
  
      .command-block {
          margin: 12px 0;
          padding: 12px 20px 12px 30px;
      }
  
      .command-block code {
          font-size: 13px;
      }
  }
  
  @media (max-width: 767px) {
      .install-steps {
          padding: 0 15px;
          margin: 30px auto;
      }
  
      .install-step {
          padding: 20px;
          margin-bottom: 15px;
      }
  
      .install-step-header {
          margin-bottom: 15px;
      }
  
      .step-number {
          width: 35px;
          height: 35px;
          font-size: 0.9em;
      }
  
      .install-step h3 {
          font-size: 20px !important;
      }
  
      .install-step-content {
          padding-left: 0;
          margin-top: 15px;
      }
  
      .info-box,
      .warning-box,
      .success-box {
          padding: 12px;
          font-size: 0.9em;
          flex-direction: column;
          text-align: center;
      }
  
      .info-box .fa,
      .warning-box .fa,
      .success-box .fa {
          margin: 0 0 8px 0;
          font-size: 20px;
      }
  
      .install-step ul li {
          font-size: 0.9em;
          line-height: 1.4;
          margin-bottom: 10px;
      }
  }
  
  @media (max-width: 480px) {
      .benefits-grid {
          gap: 15px;
          padding: 0 10px;
      }
  
      .benefit-item {
          padding: 15px;
      }
  
      .install-steps {
          padding: 0 10px;
          margin: 20px auto;
      }
  
      .install-step {
          padding: 15px;
      }
  
      .command-block {
          padding: 10px 15px 10px 25px;
      }
  
      .command-block:before {
          left: 10px;
      }
  
      .command-block code {
          font-size: 12px;
      }
  }
  
  /* Additional CSS for modern design elements */
  
  /* Ensure proper spacing for all sections */
  .mb-5 {
      margin-bottom: 3rem !important;
  }
  
  .mt-5 {
      margin-top: 3rem !important;
  }
  
  .text-center {
      text-align: center !important;
  }
  
  /* Ensure proper styling for changelog items */
  .changelog-container {
      display: flex;
      flex-direction: column;
      gap: 2rem;
      margin-bottom: 2rem;
  }
  
  .changelog-item {
      background-color: #f9f9f9;
      border-radius: 8px;
      padding: 1.5rem;
      box-shadow: 0 2px 5px rgba(0,0,0,0.05);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .changelog-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  }
  
  .changelog-header {
      display: flex;
      align-items: center;
      margin-bottom: 1rem;
  }
  
  .changelog-header h3 {
      margin: 0;
      padding: 0 !important;
      font-size: 1.25rem;
      color: #073756;
  }
  
  .changelog-header h3 i {
      margin-right: 0.5rem;
      color: #073756;
  }
  
  .changelog-content ul {
      padding-left: 1.5rem;
      margin-bottom: 0;
  }
  
  .changelog-content ul li {
      margin-bottom: 0.75rem;
      position: relative;
  }
  
  .changelog-content ul li:last-child {
      margin-bottom: 0;
  }
  
  .changelog-content ul li i {
      position: absolute;
      left: 0;
      top: 0.25rem;
      color: #073756;
  }
  
  /* Ensure proper styling for config sections */
  .config-section {
      margin-bottom: 3rem;
      background-color: rgba(7, 55, 86, 0.03);
      border-radius: 8px;
      padding: 1.5rem;
  }
  
  .config-options ul {
      padding-left: 0;
      list-style: none;
  }
  
  .config-options ul li {
      margin-bottom: 1rem;
      position: relative;
      padding-left: 1.75rem;
  }
  
  .config-options ul li i {
      position: absolute;
      left: 0;
      top: 0.25rem;
      color: #073756;
      width: 1.25rem;
      text-align: center;
  }
  
  @media (max-width: 767px) {
      .zoom-container {
          max-width: 95%;
          margin: 10px;
      }
      
      .zoom-close {
          top: 10px;
          right: 10px;
          width: 25px;
          height: 25px;
      }
      
      .zoom-close i {
          font-size: 14px;
      }
  }
  
  /* General styling for lists with Font Awesome icons */
  ul li i.fa + .text-wrapper {
      display: inline-block;
      flex: 1;
      margin-top: 0;
      padding-left: 0;
  }
  
  ul li i.fa {
      margin-right: 10px;
      flex-shrink: 0;
      margin-top: 3px;
      color: #333;
  }
  
  /* Styling for requirements lists */
  .requirements-list {
      margin: 15px 0;
      list-style: none !important;
  }
  
  .requirements-list li {
      display: flex !important;
      align-items: flex-start !important;
      margin-bottom: 15px;
      list-style-type: none !important;
      padding-left: 0 !important;
  }
  
  .requirements-list li i.fa {
      margin-right: 10px !important;
      margin-top: 3px !important;
      flex-shrink: 0 !important;
      color: #333 !important;
  }
  
  .requirements-list li .text-wrapper {
      display: inline !important;
      flex: 1 !important;
  }
  
  /* Direct styling for the Requirements section list */
  #requirements ul.install-step {
      list-style-type: none;
      margin: 15px 0;
  }
  
  #requirements ul.install-step li {
      display: flex;
      align-items: flex-start;
      margin-bottom: 15px;
      list-style-type: none;
  }
  
  #requirements ul.install-step li i.fa {
      margin-right: 10px;
      margin-top: 3px;
      flex-shrink: 0;
      color: #333;
  }
  
  #requirements ul.install-step li .text-wrapper {
      display: inline;
      flex: 1;
  }
  
  /* General styling for lists with Font Awesome icons */
  ul li i.fa + .text-wrapper {
      display: inline-block;
      flex: 1;
      margin-top: 0;
      padding-left: 0;
  }
  
  ul li i.fa {
      margin-right: 10px;
      flex-shrink: 0;
      margin-top: 3px;
      color: #333;
  }
  
  @media (max-width: 480px) {
      .install-step-header {
          flex-direction: column;
          align-items: center;
          text-align: center;
      }
      
      .step-number {
          margin-right: 0;
          margin-bottom: 10px;
      }
      
      .install-step h3 {
          font-size: 18px !important;
          text-align: center;
      }
  }
  
  /* Support Section Styles */
  .support-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 30px;
      margin-top: 40px;
  }
  
  .support-item {
      background: #fff;
      padding: 30px;
      border-radius: 8px;
      box-shadow: 0 4px 6px rgba(0,0,0,0.1);
      text-align: center;
  }
  
  .support-item i {
      font-size: 72px !important;
      color: #073756;
      margin-bottom: 25px;
      transition: transform 0.3s ease;
  }
  
  .support-item i:hover {
      transform: scale(1.1);
  }
  
  .support-item h4 {
      font-size: 24px;
      margin-bottom: 15px;
  }
  
  .support-item p {
      color: #666;
      line-height: 1.6;
  }
  
  .support-item a {
      color: #000;
      text-decoration: underline;
  }
  
  /* FAQ Section Styles */
  .faq-list {
      max-width: 1600px;
      margin: 0 auto;
  }
  
  .faq-item {
      background: #f8f9fa;
      margin-bottom: 20px;
      border-radius: 12px;
      padding: 30px;
      transition: all 0.3s ease;
      border: 1px solid rgba(0,0,0,0.05);
  }
  
  .faq-item:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0,0,0,0.08);
      border-color: rgba(0,0,0,0.1);
  }
  
  .faq-item h4 {
      color: #073756;
      margin-bottom: 20px;
      display: flex;
      align-items: center;
      gap: 20px;
      font-size: 1.4em !important;
      padding: 0 !important;
      line-height: 1.4 !important;
  }
  
  .faq-item h4 i {
      color: #073756;
      font-size: 32px;
      flex-shrink: 0;
  }
  
  .faq-item p {
      color: #666;
      line-height: 1.6;
      margin: 0;
      padding-left: 52px;
      font-size: 1.1em;
  }
  
  /* Responsive Styles */
  @media (max-width: 768px) {
      .support-grid {
          grid-template-columns: 1fr;
      }
      
      .faq-list {
          padding: 0 20px;
      }
      
      .faq-item {
          padding: 25px;
      }
      
      .faq-item h4 {
          font-size: 1.2em !important;
          gap: 15px;
      }
      
      .faq-item h4 i {
          font-size: 28px;
      }
      
      .faq-item p {
          padding-left: 43px;
          font-size: 1em;
      }
  }
  
  @media (max-width: 480px) {
      .faq-item {
          padding: 20px;
      }
      
      .faq-item h4 {
          font-size: 1.1em !important;
          gap: 12px;
      }
      
      .faq-item h4 i {
          font-size: 24px;
      }
      
      .faq-item p {
          padding-left: 36px;
      }
  }
  
  @media (max-width: 768px) {
    .support-item i {
      font-size: 56px !important;
    }
  }
  
  /* Component Grid Layout */
  .component-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    padding: 2rem 0;
  }
  
  .component-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
  }
  
  .component-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
  }
  
  .card-image {
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(7, 55, 86, 0.15) 0%, rgba(1, 203, 225, 0.15) 100%);
    padding: 1rem;
  }
  
  .card-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }
  
  .card-content {
    padding: 1.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
  
  .card-content h3 {
    margin: 0 0 1rem 0;
    font-size: 1.4rem !important;
    color: #333;
    font-weight: 600;
    line-height: 1.3;
    text-transform: none !important;
    letter-spacing: normal !important;
    padding: 0 !important;
  }
  
  .card-content p {
    margin: 0 0 1.5rem 0;
    color: #666;
    font-size: 0.95rem;
    line-height: 1.5;
    flex-grow: 1;
  }
  
  .doc-button {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background: #01CBE1;
    color: white !important;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 500;
    transition: background-color 0.3s ease;
    text-align: center;
    margin-top: auto;
  }
  
  .doc-button:hover {
    background: #00b3c7;
    color: white !important;
    text-decoration: none;
  }
  
  /* Responsive Design */
  @media (max-width: 1200px) {
    .component-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  @media (max-width: 768px) {
    .component-grid {
      grid-template-columns: 1fr;
    }
    
    .card-image {
      height: 240px;
      padding: 1rem;
    }
    
    .card-content {
      padding: 1.25rem;
    }
    
    .card-content h3 {
      font-size: 1.25rem !important;
    }
    
    .card-content p {
      font-size: 0.9rem;
    }
  }
  
  /* Workflow Grid Layout */
  .workflow-grid {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    padding: 2rem 0;
  }
  
  .workflow-header {
    text-align: center;
    margin-bottom: 2rem;
  }
  
  .workflow-header h4 {
    font-size: 2rem;
    color: #ffffff;
    margin-bottom: 1rem;
  }
  
  .workflow-header p {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.78);
  }
  .workflow-cta p {
    color: #2f3d4a;
  }
  
  .workflow-benefits {
    width: 100%;
  }
  
  .benefit-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 2rem;
  }
  
  .benefit-item {
    background: #fff;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
  }
  
  .benefit-item:hover {
    transform: translateY(-5px);
  }
  
  .benefit-item i {
    font-size: 2.5rem;
    color: #01CBE1;
    margin-bottom: 1.5rem;
  }
  
  .benefit-item h5 {
    font-size: 1.3rem;
    color: #333;
    margin-bottom: 1rem;
  }
  
  .benefit-item p {
    font-size: 1rem;
    color: #666;
    margin-bottom: 1.5rem;
  }
  
  .benefit-item ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .benefit-item ul li {
    display: flex;
    align-items: center;
    margin-bottom: 0.8rem;
    color: #555;
    font-size: 1.5rem;
  }
  
  .benefit-item ul li:before {
    content: "✓";
    color: #01CBE1;
    margin-right: 0.8rem;
    font-weight: bold;
    font-size: 1.5rem;
  }
  
  .workflow-cta {
    text-align: center;
    background: #f8f9fa;
    padding: 3rem 2rem;
    border-radius: 12px;
    margin-top: 2rem;
  }
  
  .workflow-cta h4 {
    color: #073756;
    letter-spacing: 0.12em;
    font-weight: 800;
    margin-bottom: 1rem;
  }
  
  .cta-content h5 {
    font-size: 1.8rem;
    color: #333;
    margin-bottom: 1rem;
  }
  
  .cta-content p {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 2rem;
  }
  
  .cta-button {
    display: inline-block;
    padding: 1rem 2rem;
    background: #01CBE1;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
    transition: background-color 0.3s ease;
  }
  
  .cta-button:hover {
    background: #00b3c6;
    color: #fff;
    text-decoration: none;
  }
  
  @media (max-width: 768px) {
    .benefit-row {
      grid-template-columns: 1fr;
    }
    
    .workflow-header h4 {
      font-size: 1.6rem;
    }
    
    .benefit-item {
      padding: 1.5rem;
    }
    
    .benefit-item i {
      font-size: 2rem;
    }
    
    .cta-content h5 {
      font-size: 1.5rem;
    }
  }
  
  .feature-box i {
    font-size: 3rem;
    color: #01CBE1;
    margin-bottom: 1.5rem;
    display: block;
    text-align: center;
  }
  
  .feature-box h3 {
    font-size: 1.4rem;
    color: #fff !important;
    margin-bottom: 1.5rem;
    text-align: center;
  }
  
  .platform-updates {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 1.5rem 0;
    color: #01CBE1;
    font-size: 1.1rem;
    font-weight: 500;
  }
  
  .platform-updates i {
    font-size: 1.2rem;
    animation: spin 2s linear infinite;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  
  @media (max-width: 768px) {
    .platform-updates {
      font-size: 1rem;
    }
    
    .platform-updates i {
      font-size: 1.1rem;
    }
  }
  
  .extensions-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin: 2rem 0;
  }
  
  .extensions-section {
    padding: 15px;
  }
  
  .extensions-section h4 {
    color: #073756;
    margin-bottom: 15px;
    font-size: 1.2em;
    font-weight: 600;
    padding-bottom: 8px;
    border-bottom: 2px solid #073756;
  }
  
  .extensions-section p {
    color: #666;
    margin-bottom: 15px;
    line-height: 1.5;
  }
  
  .extensions-section ul {
    margin-left: 20px;
    list-style: none;
    padding: 0;
  }
  
  .extensions-section ul li {
    margin-bottom: 8px;
    color: #666;
    line-height: 1.5;
    padding-left: 20px;
    position: relative;
  }
  
  .extensions-section ul li:before {
    content: "•";
    color: #073756;
    font-weight: bold;
    position: absolute;
    left: 0;
  }
  
  .extensions-section ul li strong {
    color: #073756;
    font-weight: 600;
  }
  
  /* Responsive adjustments for installation methods */
  @media (max-width: 768px) {
    .install-method {
      padding: 20px;
      margin-bottom: 30px;
    }
    
    .method-title {
      font-size: 1.3em;
      flex-direction: column;
      text-align: center;
    }
    
    .method-title i {
      margin-right: 0;
      margin-bottom: 10px;
    }
    
    .install-step {
      padding: 20px;
    }
    
    .install-step-header {
      flex-direction: column;
      text-align: center;
    }
    
    .step-number {
      margin-right: 0;
      margin-bottom: 10px;
    }
    
    .command-block {
      font-size: 0.8em;
      padding: 12px;
    }
    
    .extensions-section {
      padding: 15px;
    }
  }
  
  /* Changelog Styles */
  .changelog-section {
    margin-top: 30px;
  }
  
  .version-item {
    background: #2a2a2a;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
  }
  
  .version-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #444;
  }
  
  .version-number {
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
  }
  
  .version-date {
    color: #888;
    font-size: 0.9em;
  }
  
  .change-type {
    margin-bottom: 25px;
  }
  
  .change-type h5 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 1.1em;
    display: flex;
    align-items: center;
  }
  
  .change-type h5 i {
    margin-right: 10px;
  }
  
  .change-list {
    margin-left: 20px;
  }
  
  .change-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    padding: 10px;
    background: #333;
    border-radius: 6px;
  }
  
  .change-item i {
    color: #4CAF50;
    margin-right: 10px;
  }
  
  .change-item span {
    color: #fff;
    display: flex;
    align-items: center;
  }
  
  .change-item .change-header {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  .platform-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
    padding-left: 28px;
  }
  
  .platform-tag {
    background: #444;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.85em;
  }
  