.tab-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  background: white;
  text-align: left;
}

.tabs-invoice {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
  justify-content: center;
}

.tab-invoice {
  cursor: pointer;
  font-weight: 400;
  color: #373737;
  background-color: #fff;
  border: 1px solid #373737;
  cursor: pointer;
  font-style: normal;
  font-size: 16px;
  line-height: 21px;
  text-align: center; 
  border-radius: 50px;
  padding: 6px 20px;
  min-width: 200px;
}

.tab-invoice.selected {
  font-weight: 500;
  color: #fff !important;
  background: #ed1a3b;
  border: 1px solid #ed1a3b;
}

.content-invoice {
  display: flex;
  width: 70%;
  min-height: 280px;
}

.image-container {
  display: flex;
  justify-content: center;
  width: 40%;
  padding: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  align-items: center;
}

.image {
  max-width: 100%;
  max-height: 100%;
  opacity: 0.85;
}

.text-container {
  display: flex;
  flex-direction: column;
  flex: 2;
  padding: 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #3f4155;
  width: 40%;
}

.pointText {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #000;
  margin-left: 14px;
}

.desc {
  margin-bottom: 16px;
  font-size: 1.15rem;
}

.invoice-button {
  margin: 20px auto;
}

.dots-tab {
  display: none;
}

.invoice-desktop-button {
  display: flex;
}

.invoice-desktop-button .btn {
  background-color: #fff !important;
  background-color: #ed1a3b !important; 
  color: white; 
  border-radius: 50px !important;
}

.rating-reviews-tab {
  width: 100%;
  min-height: 653px;
  background: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 30px 15px 0;
  margin-top: 30px;
}

.rating-reviews-heading {
  color: #3f4155;
  font-style: normal;
  line-height: normal;
  text-align: center;
  padding-bottom: 30px;
  font-family: inherit;
}
.tab-container-review {
  background: #fff;
  padding: 5px 5px 0;
  height: 44px;
  display: flex;
  justify-content: center;
}

.tabs-reviews {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: 500;
  font-size: 24px;
  display: flex;
  width: 70%;
  justify-content: center;
}
.tab-underline {
  position: absolute;
  bottom: -1.5rem;
  left: 0;
  right: 0;
  height: 5px;
  transform: none;
  transform-origin: 50% 50% 0px;
}
.selected {
  background: #10db73;
  color: black !important;
}
.tab-reviews {
  cursor: pointer;
  font-weight: 400;
  color: #71748e;
  background-color: #fbfbfb;
  border: 1px solid #eee6e6;
  cursor: pointer;
  font-style: normal;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  border-radius: 50px;
  padding: 6px 16px;
  margin: 8px;
}
.tab-element-reviews {
  border-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  width: 100%;
  padding: 10px 15px;
  background: #fff;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1;
  min-width: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  list-style: none;
  margin: 0;
  font-weight: 500;
  font-size: 24px !important;
  color: #71748e !important;
}

.review-comment {
  color: #71748e;
  font-size: 1.15rem !important;
  padding-left: 0;
  padding-right: 0;
}
.tab-btnTab-reviews {
  width: auto;
  gap: 0.8rem;
  padding: 0 0.5rem !important;
  height: 20px;
  border: 0;
  background: #fff;
  border-radius: 3px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  stroke: #000;
  margin-left: 10px;
  cursor: pointer;
  flex-shrink: 0;
  color: inherit;
  padding: 0;
  font: inherit;
  outline: inherit;
  opacity: 0.75;
}
.selectedTab {
  color: #314259 !important;
  opacity: 1;
}

.tab-btnTab-reviews {
  display: flex;
}

.tab-btnTab-reviews:hover,
.tab-btnTab-reviews:active,
.tab-btnTab-reviews:focus {
  background: none;
  color: inherit;
  border: none;
  outline: none;
}

.platform-rating {
  display: flex;
  margin-top: 50px;
  justify-content: center;
  flex-direction: row;
  color: #3f4155;
}

.platform-rating img {
  margin-top: 14px;
}

.rating-text {
  margin: 0 !important;
  font-size: 1.75rem !important;
  color: #3f4155 !important;
}
.user-reviews-section {
  font-size: 24px;
  flex-grow: 1;
  -webkit-user-select: none;
  user-select: none;
  background-color: #fff;
}
.testimonial-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 20px 160px;
}

.testimonial-review {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 4px 4px 0 #b1dfff;
  width: 48%;
  margin-top: 30px;
  padding: 0 40px;
  text-align: left;
}
.testimonial-review-inner-top {
  display: flex;
}

.testimonial-image {
  border-radius: 99px;
  overflow: hidden;
  height: 100px;
  width: 100px;
}
.testimonial-customer-info {
  margin-left: 25px;
}
.testimonial-reviewBy {
  color: #3f4155;
  font-size: 20px !important;
  margin: 0;
  font-weight: 500;
  padding-top: 1rem;
}
.testimonial-paraText {
  color: #71748e;
  font-size: 16px;
}
.testimonial-inner-review {
  color: #314259;
  font-size: 20px;
  height: 225px;
}
.testimonial-rating-img {
  margin-bottom: 10px;
  color: transparent;
}

.content-reviews {
  display: flex;
  height: 300px;
  width: 75%;
  gap: 5rem;
}

.requirements-section {
  padding-top: 30px;
  padding: 0 100px;
}

.requirements-container {
  display: flex;
  margin: 25px;
  justify-content: center;
  gap: 20px;
}

.requirements-other {
  text-align: left;
  padding: 0 10px;
}

.requirement-image {
  width: 100%;
}

.requirement-image img {
  width: 100%;
}

.requirements-list p:before {
  content: "✓";
  margin-right: 10px;
}

.requirements-brief {
  line-height: 2.5;
}

.requirements-txt {
  font-size: 1.3rem;
  margin: 10px 0;
}

.requirements-desc .requirements-details {
  list-style-type: disc;
  margin: 0 60px;
}

.comparison-container {
  width: 60%;
  background-color: #fff;
  border-radius: 2rem;
  padding: 2rem;
  margin: 30px auto;
}

.comparison-table {
  background: #fff;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}

.comparison-table thead {
  background-color: #fff;
}

.comparison-heading td {
  background-color: #fff;
  padding: 15px 10px;
  font-size: 1.25rem;
  font-weight: 700;
  border: none;
}

.comparison-data {
  text-align: left !important;
  font-size: 1.15rem;
  color: #666;
  border-top: 1px solid rgba(255, 0, 0, 0.25);
  padding: 15px 10px;
}

.red-col {
  background-color: rgba(255, 0, 0, 0.025);
  border-left: 2px solid rgba(255, 0, 0, 0.5);
  border-right: 2px solid rgba(255, 0, 0, 0.5);
  overflow: hidden;
}

.last-red {
  border-bottom: 2px solid rgba(255, 0, 0, 0.5);
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.comparison-heading td.red-col {
  background-color: rgba(255, 0, 0, 0.025);
  border-left: 2px solid rgba(255, 0, 0, 0.5);
  border-right: 2px solid rgba(255, 0, 0, 0.5);
  border-top: 2px solid rgba(255, 0, 0, 0.5);
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.video-thumbnail {
  margin-top: 20px;
  width: 100%;
}

.video-thumbnail-2 {
  margin-top: 20px;
  width: 100%;
}

.hide-thumbnail {
  display: none;
}

.hide-video {
  display: none;
}

#youtube-video {
  width: 100%;
  height: 500px;
  margin-top: 20px;
}

.currency-selection {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.currency-selection .head-txt{
  font-size: 15px;
  color: #231F20;
}

.custom-dropdown {
  position: relative;
}

.dropdown-options {
  display: none;
  position: absolute;
  background: white;
  border: 1px solid #6a6a6a;
  max-height: 150px;
  overflow-y: auto;
  z-index: 10;
  width: 200px;
}

.currency-container {
  border: 1px solid #6a6a6a;
  padding: 0;
  width: 200px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1rem;
  position: relative;
  height: auto;
  min-height: 3rem;
}

.selected-option {
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  padding: 10px;
}

.currency-container #currency-filter {
  border: none;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}

.currency-container #currency-filter:focus {
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.dropdown-options li {
  padding: 10px;
  cursor: pointer;
}

.dropdown-options li:hover {
  background-color: #f0f0f0;
}

.total-amount-wrap {
  width: 40%;
}
.requirements-card {
  border-radius: 11.565px;
  box-shadow: 0 0.964px 1.927px 0 rgba(0, 0, 0, 0.3) !important;
  padding: 20px !important;
  text-align: left;
  color: #000;
  min-height: 220px !important;
  width: 45% !important;
  margin-right: 20px;
  margin-bottom: 15px
}
.requirements-card-number {
  width: 30px; 
  height: 30px; 
  background: #87EB82; 
  border-radius: 50%; 
  text-align: center; 
  font-size: 18px; 
  font-weight: 600; 
  color: black;
}
.requirements-card-heading {
  font-size: 20px !important;
  font-weight: 600;
  color: #000;
  margin-top: 17px;
  margin-bottom: 10px;
}
.video-thumbnail{
  padding: 50px;
  width: 100%;
}

@media only screen and (max-width: 576px) {
  .tabs {
    display: none;
  }
  .tabs-invoice {
    justify-content: flex-start !important;
    max-width: 100% !important;
    overflow-x: scroll !important;
  }
  .content {
    display: block;
    width: 100%;
    padding: 0 1rem;
    height: auto;
  }
  .image-container {
    width: 100%;
    padding: 0;
    height: 16rem;
    background-position: center;
  }
  .text-container {
    width: 100%;
    padding: 0.5rem;
    min-height: 250px !important;
  }
  .requirements-section {
    padding-top: 30px;
    padding: 0px;
  }

  .content-invoice {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .testimonial-wrapper {
    padding: 1rem 3rem;
  }
  .testimonial-review {
    width: 100%;
    padding: 0 16px !important;
  }
  .testimonial-inner-review {
    height: 160px !important;
    overflow: scroll;
  }
  .selectedTab {
    color: #71748e !important;
    font-size: 20px;
  }
  .selectedTab img {
    width: 40px;
    height: 40px;
  }
  .testimonial-inner-review b,
  p {
    font-size: 16px;
  }
  .rating-text {
    font-size: 1.25rem !important;
    color: #71748e !important;
  }
  .tab-container-review {
    padding-top: 0px;
  }
  .platform-rating {
    margin-top: 36px;
  }
  .platform-rating img {
    margin-left: 0 !important;
    width: 10rem;
  }
  .rating-reviews-heading {
    padding-bottom: 0;
    font-size: 22px !important;
  }
  .review-comment {
    color: #71748e;
    font-size: 12px !important;
    padding-left: 0;
    padding-right: 0;
  }
  .testimonial-rating-img {
    margin-bottom: 10px;
    color: transparent;
    width: 8rem;
  }
  .dots-tab {
    display: flex;
    text-align: center;
    margin-top: 2rem;
    align-items: center;
  }

  .dot-tab {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    cursor: pointer;
  }

  .dot-tab.active {
    background-color: #69aaeb;
  }

  .testimonial-review-2 {
    display: none;
  }

  .tab-underline {
    display: none;
  }

  .ratings-reviews-tab {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .tab-element-reviews {
    display: none;
  }

  .tab-element-reviews.selectedTab {
    display: flex;
  }
  .requirements-card {
    width: 100% !important;
  }

  .requirements-container {
    flex-direction: column;
    align-items: center;
  }

  .requirement-image {
    width: 80%;
  }

  .comparison-container {
    width: 100%;
    background-color: #fff;
    border-radius: 2rem;
    padding: 2rem 1rem;
    margin: 30px auto;
    overflow-x: auto;
  }

  .comparison-data {
    font-size: 14px;
  }

  .video-thumbnail{
    width: 100%;
    padding: 0px;
  }

  #youtube-video {
    width: 90%;
    height: 250px;
  }

  .total-amount-wrap {
    width: 95%;
  }

  #total-amount {
    width: 180px;
  }
}
