/* 26.7.22 */
.product-detail-grid{ display: flex;}
.dropdown-menu{ top:100%; padding: 0;}
@media (max-width: 768px) {
    .product-detail-grid {
        display: flex;
        flex-direction: column;
    }
  .xqr,.xql{ float: none;}

}
  .accordion {

    background: #ffffff;

    overflow: hidden;
margin: 15px;

  }

  .accordion-item {
    border-bottom: 1px solid #edf2f7;
  }

  .accordion-item:last-child {
    border-bottom: none;
  }

  .accordion-question {
    width: 100%;
    background: white;
    border: none;
    text-align: left;
    padding: 22px 28px;
font-size: 1.05rem;
    font-weight: 700;
    color: #0c2b38;
    line-height: 1.4;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: background 0.2s;
    font-family: inherit;
  }

  .accordion-question:hover {
    background: #f1f5f9;
  }

  .accordion-question i {
    color: #999;
    margin-left: 10px;
    font-size: 20px;
    transition: transform 0.25s ease;
  }

  .accordion-item.active .accordion-question i {
    transform: rotate(180deg);
  }

  .accordion-item.active .accordion-question {
    background: #eff5fb;
  }

  .accordion-answer {
    display: none;
    background: #fefefe;
  }

  .accordion-item.active .accordion-answer {
    display: block;
  }

  .accordion-answer p {
    padding: 0px 28px 0px 28px;
    color: #5a6f8c;
    line-height: 1.55;
    margin: 20px 0;
    font-size: 0.98rem;
  }
.accordion-item:hover p a{  color: #0066B3;}
.accordion-item .accordion-question a:hover{ text-decoration: underline;}
  .accordion-answer p a:hover {
    color: #0066B3;
  }

  /*  */
  .news-box .image-card:hover {
    transform: translateY(0px);
}
 .news-box{ background: none;}
    .comparison-table {
      box-shadow: none;
      background: #F7FBFE;
      padding: var(--space-4xl) 0;
    }

    .comparison-table .main-title {
      text-align: center;
      font-size: 28px;
      margin-bottom: 20px;
      font-weight: 700;
      color: #1a1a1a;
    }

    .comparison-table .sub-description {
      text-align: center;
      max-width: 700px;
      margin: 0 auto 30px;
      color: #666666;
      font-size: 16px;
      line-height: 1.6;
    }


    .table-wrapper {
      overflow-x: auto;
      margin-bottom: 25px;
    }

    .comparison-table table {
      width: 96%;
      margin:  0 auto;
    
      background: #fff;
      border-collapse: collapse;
      min-width: 700px;
      font-size: 15px;
  border-radius: 1.75rem;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.03), 0 2px 6px rgba(0, 0, 0, 0.04);
    border: 1px solid #eef2f8;
    overflow: hidden;
    margin-bottom: 20px;
    }

  
    .comparison-table thead tr {
      background: #7cb8f8;
      color: #ffffff;
      border-radius: 1.75rem 1.75rem 0 0 ;
    }

    .comparison-table thead th {
      padding: 14px;
      text-align: left;
      font-weight: 600;
      background: none;
      color: #fff;
      font-size: 16px;

    }


    .comparison-table tbody td {
      padding: 14px;
      border-bottom: 1px solid #e0e0e0;
      vertical-align: middle;
    }

    .comparison-table tbody tr:nth-child(even) {
      background: #f8fbff;
    }

    .comparison-table tbody tr:last-child td {
      border-bottom: none;
    }
    .comparison-table tbody a {
      color: #007bff;
      text-decoration: none;
      font-weight: 600;
    }

    .comparison-table tbody a:hover {
      text-decoration: underline;
    }

    .cta-button {
      display: inline-block;
      padding: 12px 30px;
      background: #007bff;
      color: #ffffff !important;
      text-decoration: none;
      border-radius: 4px;
      font-weight: 600;
      font-size: 16px;
      transition: background 0.2s ease;
    }

    .cta-button:hover {
      background: #0056b3;
      text-decoration: none;
    }

    .button-wrapper {
      text-align: center;
      margin-top: 25px;
    }
