.product_banner {
    padding-top: 70px;
    padding-bottom: 70px;
   background: linear-gradient(281.59deg, #FFFFFF 0.39%, #E8F9FF 99.82%);

}
.text-dark {
    color: #2d4a8a !important;
    font-size: 16px;
}
.star {
    color: #f0ad4e;
    font-size: 16px;
}
.list-check li::before {
    font-family: "FontAwesome";
    content: "\f14a";
    color: #1A2E59;
    position: absolute;
    left: -22px;
    font-size: 16px;
    top: 4px;
}
.list-check li {
    position: relative;
    padding: 0.2rem 0;
}
li {
    list-style: none;
}
.ideas {
  
    /* margin-top: 90px; */
    text-align: right;
}
.ideas i {
    font-size: 16px !important;
    border: 1px solid #39C1F0;
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    margin-top: 14px;
      background-color: #fff;
    margin-left: 10px;
    box-shadow: 0 .1rem 0.2rem rgba(0, 0, 0, .3) !important;
    border-radius: 2px;
}
.ideas a {
    color: #39C1F0;
    text-align: center;
}
.win-mac-btn-container input {
    vertical-align: inherit;
    cursor: pointer;
    visibility: hidden;
}
.win-mac-btn-container input[type="radio"]:after {
    width: 17px;
    height: 17px;
    border-radius: 17px;
    top: 2px;
    left: -2px;
    position: relative;
    background-color: #fff;
    content: "";
    display: inline-block;
    visibility: visible;
    border: 1px solid #fff;
    outline: 2px solid #2e2e2e;
}
.win-mac-btn-container input[type="radio"]:checked:after {
    width: 17px;
    height: 17px;
    border-radius: 17px;
    top: 2px;
    left: -2px;
    position: relative;
    background-color: #39C1F0;
    content: "";
    display: inline-block;
    visibility: visible;
    border: 1px solid #fff;
    outline: 2px solid #39C1F0;
}
.download-btn {
    width: 200px;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: 500;
    color: #39C1F0;
    border: 2px solid #39C1F0;
    margin: 7px;
}
.download-btn:hover {
    color: #fff;
    border: 2px solid #39C1F0;
    background-color: #39C1F0;
}
.buy-btn {
    width: 200px;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border: 2px solid #39C1F0;
    background-color: #39C1F0;
    margin: 7px;
}
.buy-btn:hover {
    color: #39C1F0;
    border: 2px solid #39C1F0;
}

/* third section  */
.head {
    margin-bottom: 40px;
    font-size: 55px;
}
.head p{
  font-size: 17px;
  font-weight: 700;
}
.second-tech {
    border: 1px solid #3c67b1;
    padding: 15px;
    border-radius: 10px;
    background-color: #ffffff1a;
    margin-bottom: 25px;
    text-align: center;
}
.second-tech .tech-text p, .tech .tech-text p {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
}
.products{
    background-color: rgba(240, 240, 240, 0.5);
}
/* third section  */
/* table section  */
.custom-spec-table {
  background-color: transparent !important;
}
.custom-spec-table tr:not(:last-child) td {
  padding-bottom: 1.50rem; /* Adjust for spacing between rows */
  margin-bottom: 20px;
}

.custom-spec-table tr,
.custom-spec-table td {
  background-color: transparent !important;
}
  .split-table th,
    .split-table td {
      vertical-align: middle;
      padding: 12px 16px;
    }

    .split-table th {
      background-color: #f8f9fa;
    }

    .split-table tbody tr:nth-child(odd) {
      background-color: #f0f8ff;
    }

    .split-table a {
      color: #007bff;
      text-decoration: none;
    }

    .split-table a:hover {
      text-decoration: underline;
    }

    .section-heading {
      text-align: center;
      font-weight: 600;
      font-size: 1.5rem;
      margin-bottom: 30px;
    }

    /* feature section  */
    .feature-icon {
      font-size: 40px;
      color: #3a86ff;
      margin-bottom: 10px;
    }
    .feature-card {
      border-radius: 10px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.06);
      padding: 25px;
      transition: 0.3s;
      background-color: #fff;
      height: 100%;
    }
    .feature-card:hover {
      box-shadow: 0 6px 16px rgba(0,0,0,0.1);
    }
    .feature-heading {
      font-weight: 600;
      font-size: 1.2rem;
    }
    .feature-text {
      color: #444;
      font-size: 0.95rem;
    }

    /* specification section  */
    .download-btn {
      background-color: #00BFFF;
      color: white;
      padding: 10px 15px;
      font-weight: bold;
      border-radius: 6px;
      text-decoration: none;
    }

    .custom-spec-table tr td {
    padding-top: 1.50rem;
    margin-top: 20px;
}
.specification{
    background-color: rgba(240, 240, 240, 0.5);
}
.specification table tbody{
  background-color: none !important;
}
    .spec-label {
      font-weight: 600;
    }

    .rating-bar {
      height: 8px;
      border-radius: 10px;
      background-color: #e0e0e0;
      position: relative;
    }

    .rating-bar-inner {
      height: 100%;
      border-radius: 10px;
    }

    .rating-label {
      font-size: 20px;
      color: #ffc107;
      text-align: end !important;
    }

    .blue-bar { background-color: #0dcaf0}
    

    @media (max-width: 768px) {
      .rating-label {
        display: block;
        margin-bottom: 4px;
      }
      .product_banner{
        padding-top: 30px;
    padding-bottom: 30px;
      }
    }




    .table>:not(:last-child)>:last-child>* {
    border-bottom-color: currentColor;
}
.table-section thead tr th {
    padding: 16px;
    background: rgba(26, 46, 89, 1) !important;
    color: #f0f8ff;
    font-size: 17px;
}
.table-section tbody tr td {
    padding: 12px 15px;
}
.table-section tbody tr td {
    padding: 12px 18px;
    vertical-align: baseline;
}
.spe-download-btn {
    background: #1955b0 !important;
    padding: 9px 16px !important;
    color: #fff !important;
    font-weight: 600;
    border: 1px solid transparent !important;
}

    .table-strip>tbody>tr:nth-of-type(odd)>* {
   background-color: rgba(233, 250, 255, 1) !important;
}

/* faq section  */
.accordion-button .icon {
  font-size: 24px;      /* Change to your preferred size */
  font-weight: 700;     /* 400 for normal, 700 for bold */
  color: #007bff;       /* Optional: Customize icon color */
}

    .accordion-button {
      background-color: #eaf7ff;
      color: #1b1b1b;
      font-weight: 500;
    }
    .accordion-button:not(.collapsed) {
      background-color: #eaf7ff;
      border: 1px solid  #0c63e4;
      color: #000;
    }
 .accordion-body:not(.collapsed) {
    border: none !important;
}
    .accordion-body {
      background-color: #f9fcff;
    }
    .accordion-button::after {
  display: none !important;
}
.accordion-button {
  border: none;
  transition: border 0.2s ease-in-out;
}

/* Add border when accordion is open */
.accordion-button:not(.collapsed) {
  border: 1px solid #007bff;  /* Adjust color/size as needed */
  border-bottom: none;        /* Remove bottom border to blend with body */
  border-radius: 0.5rem 0.5rem 0 0;
}

/* Remove border from accordion-body when open */
.accordion-collapse.show .accordion-body {
  border: none;
  border-top: none;
}


    .accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}

/* Optional: even rows (if you want them different too) */




.testimonial-section {
  background-color: #e6f7ff;
  padding: 60px 20px;
}
.testimonial-section h2 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 40px;
}
.testimonial-item {
  text-align: center;
  position: relative;
  padding: 30px 20px;
  background: #fff;
  border-radius: 12px;
  margin: 0 10px;
}
.profile-pic {
  width: 100px;
  height: 100px;
  
  border-radius: 50%;
  margin: 45px auto 20px;
}
.quote-icon {
  font-size: 24px;
  color: #000;
}
.quote-right {
  position: absolute;
  bottom: 10px;
  right: 20px;
}
.testimonial-text {
  font-size: 16px;
  line-height: 1.6;
      text-align: left;
  margin: 15px 0;
}
.client-name {
  font-weight: 600;
  margin-top: 10px;
   text-align: left;
}
.owl-dots {
  text-align: center;
  margin-top: 20px;
}
.owl-dot span {
  width: 10px;
  height: 10px;
  background: #ccc;
  display: inline-block;
  border-radius: 50%;
  margin: 5px;
}
.owl-dot.active span {
  background: #000;
}



.faq-list li {
  position: relative;
  /* space for the icon */
  margin-bottom: 10px;
}

.faq-list li::before {
  content: "\f061"; /* Font Awesome question-circle icon */
  font-family: "Font Awesome 6 Free";
  font-weight: 900; /* solid icons need 900 */
  position: absolute;
  left: -25px;
  top: 2px;
  color: #007bff; /* change as needed */
}



.testimonial-item {
  position: relative;
  background: #f9f9f9;
  padding: 40px 30px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

/* Add quote icons via pseudo-elements */
.testimonial-item::before,
.testimonial-item::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 24px;
  color: #17a2b8;
  opacity: 0.4;
  position: absolute;
}

/* Top-left (fa-quote-left) */
.testimonial-item::before {
  content: "\f10d"; /* Unicode for fa-quote-left */
  top: 15px;
  left: 20px;
}

/* Bottom-right (fa-quote-right) */
.testimonial-item::after {
  content: "\f10e"; /* Unicode for fa-quote-right */
  bottom: 15px;
  right: 20px;
}
