.key {
  font-weight: bold;
  color: #333;
}

#chart-container-AI {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

#chart-container {
  position: relative;
  height: 60vh;
  overflow: hidden;
}

#drilldown-container {
  position: relative;
  height: 60vh;
  overflow: hidden;
}

#technology-container {
  position: relative;
  height: 60vh;
  overflow: hidden;
}

#category-container {
  position: relative;
  height: 60vh;
  overflow: hidden;
}

/* .search-box{
          width: 18rem !important;
        } */
.read-more-content {
  display: none;
}

.read-more-toggle {
  cursor: pointer;
  color: blue;
  text-decoration: underline;
}

.blurEffect {
  filter: blur(3px);
  -webkit-filter: blur(3px);
}

.disabled {
  pointer-events: none;
  opacity: 0.2;
}

/* .modal-dialog {
      position: fixed;
      top: 50%;
      left: 25%;
      transform: translate(-50%, -50%);
    } */

/* Make sure background is scrollable */
/* body.modal-open {
      overflow: visible !important;
    }
    .modal-backdrop {
      display: none;
    } */

/* Disable close functionality */
/* .modal-backdrop,
    .modal {
      pointer-events: none;
    } */
#captcha-container-report {
  margin-bottom: .7rem;
  justify-content: center;
}

.c-m {
  font-size: 13px;
  width: 100%;
  line-height: 1.5;
}

.read-more {
  color: #007BFF;
  cursor: pointer;
  font-weight: bold;
  display: inline-block;
  margin-top: 5px;
}

#chart {
  /* margin-top: -54px; */

  height: 15rem;

  display: flex;
  justify-content: center;
  align-items: center;
}

#chartTwoo {
  /* margin-top: -54px; */
  height: 15rem;
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin: 20px auto;
        border-radius: 16px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
}

.companyinfo {
  width: 74px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* .col-lg-6 p{
        font-size: 14px;
      } */
.c-font {

  font-size: 14px;
}

.only-ind p {
  word-break: break-word;
}

#DataTables_Table_0_length {
  display: none !important;
}

#DataTables_Table_0_filter {
  display: none !important;
}

.table-responsive {
  margin-bottom: 0 !important;
}

.line {
  content: "";
  position: absolute;
  height: 100%;
  width: 0;
  border: 1px dashed #a5a5a5;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.dataTables_info {
  display: none;
}

#DataTables_Table_0_paginate {
  display: none;
}

.companyreport .modal-content {
  border-radius: 12px;
  border: none;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  padding: 20px;
}

.companyreport .modal-header {
  border-bottom: none;
  text-align: center;
}

.companyreport .modal-title {
  font-weight: 600;
  color: #333;
}

/* Centered Company Logo */

.tprm-company-logo img {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.companyreport .company-name {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
}

.companyreport .info-card {
  background-color: #edf3fa;

  border-radius: 8px;
  padding: 15px;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
  margin-top: 15px;
}

.companyreport .info-card p {
  margin-bottom: 5px;
  font-size: 14px;
  color: #555;
}

.companyreport .status {
  font-size: 14px;
  font-weight: bold;
  color: #28a745;
}

.companyreport .btn-dark {
  width: 100%;
  font-size: 16px;
  padding: 10px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

#basicone {
  pointer-events: none;
  opacity: 0.5;
  /* Optional to give visual feedback */
}

/* .companyreport .btn-dark:hover {
            background: #0056b3;
        } */
#details-information-div-body .d-flex {
  margin-bottom: .8rem !important;
}

.view-info-free span {
  font-size: 16px;
  line-height: 24px;
  padding: 10px 24px;
  align-items: center;
  height: 44px;
  font-family: Montserrat, sans-serif;
  font-variation-settings: "wght" 500;
}

.name span {
  font-size: 24px;
  font-weight: 600;
  color: #000;
}

table.dataTable thead th {
  text-align: center !important;
}

.subdoamin table.dataTable thead th {
  text-align: start !important;
}

.subdoamin table.dataTable tbody td {
  text-align: start !important;
}

table.dataTable tbody td {
  text-align: center !important;
}

.table-responsive {
  padding: 0;
}

tbody tr {
  cursor: pointer;
}

/* Tools Section */
.tools {
  display: flex;
  align-items: center;
  padding: 9px;
}

.circle {
  padding: 0 4px;
}

.box {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.red {
  background-color: #ff605c;
}

.yellow {
  background-color: #ffbd44;
}

.green {
  background-color: #00ca4e;
}

.forwebsite {
  word-break: break-word !important;
  width: 250px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.main-name {
  width: 10rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.c-heading {
  font-size: 22px;
}

.download-btn i {
  display: inline-block;
  transition: transform 0.3s ease;
}

.download-btn:hover i {
  animation: bounce 2s;
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-8px);
  }

  60% {
    transform: translateY(-4px);
  }
}

.view-link {
  color: #2c7be5 !important;
  font-size: 13px;
  padding: 0;
  background: none !important;
  box-shadow: none;
  border: none;
}

.textDesign {
  background-image: linear-gradient(#006bb9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

#table-a94b6098-69ef-46e2-9640-f708f9cc7651_paginate {
  display: none !important;
}

.new_his-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  padding: 0 2rem;
  right: 0;
  top: -3rem;
}

.new_his-card {
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.new_his-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  padding-bottom: 5px;
  background: linear-gradient(135deg, #007bff, #00c6ff);
  color: white;
  font-size: 26px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.new_his-label {
  padding-bottom: .3rem;
  font-size: 13px;
  font-weight: 500;
  color: #343a40;
  transition: color 0.3s ease;
}

.new_his-card:hover .new_his-circle {
  transform: scale(1.08);
  box-shadow: 0 6px 16px rgba(0, 123, 255, 0.4);
}

.new_his-card:hover .new_his-label {
  color: #007bff;
}

.row.mx-0:first-of-type {
  display: none;
}

.share_modal_modal-content {
  width: 300px;
  height: 330px;
  border-radius: 15px;
  padding: 20px 15px;
  text-align: center;
  margin: auto;
}

.share_modal_modal-header {
  border-bottom: none;
  padding-bottom: 0;
  justify-content: center;
}

.share_modal_modal-title {
  font-weight: 700;
  font-size: 1.2rem;
}

.share_modal_icon-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  justify-items: center;
  margin: 20px 0;
}

.share_modal_icon-grid a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  background-color: #eee;
  border-radius: 50%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.share_modal_icon-grid a:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.share_modal_icon-grid img {
  width: 40px;
  height: 40px;
}

.share_modal_btn-close-custom {
  border: 1px solid #ccc;
  background-color: white;
  padding: 6px 25px;
  border-radius: 8px;
  font-weight: 600;
  transition: background-color 0.3s, border 0.3s;
}

.share_modal_btn-close-custom:hover {
  background-color: #f5f5f5;
  border-color: #bbb;
}

.share_modal_modal-footer {
  border-top: none;
  justify-content: center;
}

.share_copy_wrapper {
  position: relative;
  display: inline-block;
}

.share_modal_tooltip {
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
  color: #fff;
  padding: 4px 10px;
  font-size: 12px;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.share_modal_tooltip.show {
  opacity: 1;
}

#CompanyNews .section-title {

  font-size: 2.2rem;

  font-weight: 600;

  margin-bottom: 2rem;

  text-align: center;

  color: #1a1a1a;

}



#CompanyNews .news-card {

  background-color: #f1f4f9;

  border-radius: 15px;

  padding: 24px;

  transition: all 0.3s ease;

  display: flex;

  flex-direction: column;

  height: 100%;

  border: none;

  border-left: 5px solid #2053d2;

  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  /* Card shadow */

}



#CompanyNews .news-card:hover {

  background: #e4eaf3;

  transform: translateY(-4px);

  border-left: 5px solid #004a99;

  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  /* Deeper shadow on hover */

}



#CompanyNews .news-date {

  font-size: 0.9rem;

  color: #888;

  margin-bottom: 0.25rem;

}



#CompanyNews .card-title {

  font-weight: 600;

  font-size: 1.15rem;

  color: #1a1a1a;

  margin-bottom: 0.5rem;

}



#CompanyNews .news-description {

  color: #555;

  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-line-clamp: 3;

  -webkit-box-orient: vertical;

  min-height: 3em;

  margin-bottom: auto;

}



#CompanyNews .read-more {

  text-align: right;

  margin-top: 1rem;

  font-weight: 500;

}



#CompanyNews .read-more a {

  color: #2053d2;

  text-decoration: none;

  font-size: 0.95rem;

  display: inline-flex;

  align-items: center;

  transition: all 0.3s ease;

}



#CompanyNews .read-more a span {

  display: inline-block;

  transition: transform 0.3s ease;

  margin-left: 4px;

}



#CompanyNews .read-more a:hover span {

  transform: translateX(4px);

}

.accordion-button:hover {
  z-index: 0 !important;
}

.accordion-button:focus {
  z-index: 0 !important;
}

/* faq css */
.faq-card {
  background: #FFFFFF;
  border-radius: 24px;
  box-shadow: 0 4px 20px rgba(37, 99, 235, 0.08), 0 1px 3px rgba(37, 99, 235, 0.1);
  border: 1px solid rgba(37, 99, 235, 0.1);
  margin-bottom: 20px;
  position: relative;
  transition: all 0.4s ease;
  overflow: hidden;
}

.faq-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #2563EB, #06B6D4);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

/* .faq-card:hover {
      transform: translateY(-6px) scale(1.01);
      box-shadow: 0 20px 40px rgba(37, 99, 235, 0.15), 0 8px 16px rgba(37, 99, 235, 0.1);
    } */

.faq-card:hover::before {
  transform: scaleX(1);
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #1E293B;
  cursor: pointer;
}

.faq-question-content {
  display: flex;
  align-items: center;
}

.incident {


  /* border: 1px solid #ddd; */
  padding: 15px;
  border-radius: 18px;
  background-color: #f9f9f9;
  border-left: 5px solid #2053d2;

  border-right: 5px solid #2053d2;

}

.incident-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding-top: 10px;
}

.incident-logo {
  width: 50px;
  height: 50px;
  margin-right: 15px;
}

/* .ransomware-incident {
      margin-bottom: 25px;
      border-left: 5px solid #e63757;
      border-right: 5px solid #e63757;
      border-radius: 18px;
    } */

/* .data-breach-incident {
      border-left: 5px solid #f5813d;
      border-right: 5px solid #f5813d;
      border-radius: 18px;
    } */

.faq-icon-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.1), rgba(6, 182, 212, 0.1));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

.faq-icon {
  font-size: 1.3rem;
  color: #2563EB;
}

.faq-answer {
  background: #F1F5F9;
  color: #64748B;
  padding: 0 32px 24px;
  padding-top: 1rem;
  gap: 19px;
  display: flex;
  flex-direction: column;
}

.faq-answer p {
  margin: 0;
  padding-top: 16px;
  text-align: justify;
}

.faq-toggle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2563EB, #3B82F6);
  color: white;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  transition: all 0.4s ease;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  position: relative;
  overflow: hidden;
}

.faq-toggle.active {
  transform: rotate(45deg);
  background: linear-gradient(135deg, #2563EB, #06B6D4);
}

.incident-logo {
  width: 30px;
  height: 30px;
  margin-right: 15px;
}

.ripple {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: scale(0);
  animation: ripple-animation 0.6s linear;
  pointer-events: none;
}

@keyframes ripple-animation {
  to {
    transform: scale(4);
    opacity: 0;
  }
}

@media (max-width: 768px) {
  .incident-header #each_incident{
    flex-direction: column;
    gap: 5px;
  }
    .incident-header{
    flex-direction: column;
    gap: 5px;
  }

  .incident-header h3 {
    font-size: 15px;
    text-align: center;
  }

  .main_incident {
    margin: 0 !important;
  }

  .faq-question {
    padding: 10px;
    font-size: .8rem;
  }

  .faq-question-content h5 {
    font-size: 12px;
  }

  .faq-answer p {
    text-align: start;
  }

  .faq-toggle {
    /* width: 40px;
      height: 40px; */
    /* border-radius: 50%; */
    background: none;
    box-shadow: none;
    /* background: linear-gradient(135deg, #2563EB, #3B82F6); */
    color: #3B82F6;
    /* border: none;
      display: flex;
      align-items: center;
      justify-content: center; */
    font-size: .8rem;
    /* transition: all 0.4s ease;
      box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
      position: relative;
      overflow: hidden; */
  }

  .faq-toggle.active {
    /* background: linear-gradient(135deg, #2563EB, #06B6D4); */
    color: #3B82F6;
    background: none;
  }

  .faq-icon-wrapper {
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }

  .faq-icon {
    font-size: 1.1rem;
  }

  .faq-answer {
    padding: 0 24px 24px;
  }

  /* .shareit button {
        padding: 15px 70px !important;
      } */
  .tprmbtn button {
    font-size: 18px !important;
  }

}


@media screen and (max-width: 365px) {
  .chart_bdy {
    padding: 10px;
  }

  .chart_wrp {
    padding: 0;
  }

  .learn-more {
    flex-direction: column;
    margin: 0 auto;
  }

}

.api-terminal-wrapper {
  padding: 20px;
}


.lastcvewrp {
  color: #0F172A;
}

.lastcvewrp * {
  box-sizing: border-box
}

.lastcvewrp .container {
  margin: 0 auto;
}

.lastcvewrp .section-title {
  margin: 20px 0;
  color: #1E293B;
  font-size: 22px;
  font-weight: 800
}

.lastcvewrp .section-sub {
  margin: 6px 0 18px;
  color: #475569
}

/* Panel cards (custom look preserved) */
.lastcvewrp .panel-card {
  background: #fff;
  border: 1px solid rgba(37, 99, 235, .12);
  border-radius: 22px;
  box-shadow: 0 4px 20px rgba(37, 99, 235, .08), 0 1px 3px rgba(37, 99, 235, .1);
  margin-bottom: 18px;
  overflow: hidden;
  position: relative;
  transition: .3s ease;
}

.lastcvewrp .panel-card::before {
  content: '';
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #1E40AF, #2563EB);
  transform: scaleX(0);
  transform-origin: left;
  transition: .3s ease;
}

.lastcvewrp .panel-card:hover {
  transform: translateY(-3px)
}

.lastcvewrp .panel-card:hover::before {
  transform: scaleX(1)
}

/* Header with ripple */
.lastcvewrp .panel-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 15px;
  background: transparent;
  border: 0;
  cursor: pointer;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.lastcvewrp .panel-header-content {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0
}

.lastcvewrp .panel-icon-wrapper {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(29, 78, 216, .08), rgba(59, 130, 246, .08));
  border: 1px solid rgba(37, 99, 235, .18);
}

.lastcvewrp .panel-icon {
  color: #1D4ED8;
  font-size: 1.1rem
}

.lastcvewrp .panel-title-wrap {
  min-width: 0
}

.lastcvewrp .panel-title {
  margin: 0;
  color: #1E3A8A;
  font-weight: 800;
  font-size: 1.05rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.lastcvewrp .panel-toggle {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.4s ease;
  background: linear-gradient(135deg, #1D4ED8, #2563EB);
  box-shadow: 0 4px 12px rgba(29, 78, 216, .28);
}

.lastcvewrp .panel-toggle.active {
  transform: rotate(45deg);
}

/* Body */
.lastcvewrp .panel-body {
  display: none;
  background: #DBEAFE;
  padding: 18px 20px 22px
}

.lastcvewrp .panel-body.open {
  display: block
}

/* Content blocks */
.lastcvewrp .cve-block {
  margin-top: 12px;
  padding: 14px 16px;
  border: 1px dashed #BFDBFE;
  border-radius: 12px;
  background: linear-gradient(180deg, #fff, #EFF6FF);
  box-shadow: 0 2px 10px rgba(59, 130, 246, .08)
}

.lastcvewrp .block-title {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 0 0 8px;
  font-size: .86rem;
  font-weight: 800;
  color: #1E3A8A;
  text-transform: uppercase;
  letter-spacing: .02em
}

.lastcvewrp .block-title i {
  color: #1D4ED8
}

.lastcvewrp .block-text {
  margin: 0;
  color: #1F2A44;
  line-height: 1.5
}

/* References */
.lastcvewrp .ref-list {
  margin: 0;
  padding-left: 1rem
}

.lastcvewrp .ref-list li {
  margin: 6px 0
}

.lastcvewrp .ref-link {
  color: #1D4ED8;
  text-decoration: none;
  border-bottom: 1px solid rgba(29, 78, 216, .25);
  padding-bottom: 1px;
  overflow-wrap: anywhere;
  word-break: break-word
}

.lastcvewrp .ref-link:hover {
  color: #1E3A8A;
  border-bottom-color: #1E3A8A
}

.lastcvewrp .ref-list.scrollable {
  max-height: 160px;
  overflow: auto;
  padding-right: 8px;
}

.lastcvewrp .ref-list.scrollable::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.lastcvewrp .ref-list.scrollable::-webkit-scrollbar-thumb {
  background: rgba(29, 78, 216, .35);
  border-radius: 8px;
}

.lastcvewrp .ref-list.scrollable::-webkit-scrollbar-track {
  background: rgba(29, 78, 216, .08);
  border-radius: 8px;
}

.lastcvewrp .ref-list.scrollable {
  scrollbar-color: rgba(29, 78, 216, .35) rgba(29, 78, 216, .08);
  scrollbar-width: thin;
}

/* Card look reused inside bootstrap columns */
.lastcvewrp .cve-card {
  background: #fff;
  border: 1px solid #BFDBFE;
  border-radius: 12px;
  padding: 12px 14px;
  box-shadow: 0 6px 18px rgba(37, 99, 235, .10)
}

.lastcvewrp .cve-card-title {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 0 0 8px;
  font-weight: 800;
  color: #1E3A8A
}

.lastcvewrp .cve-card-title i {
  color: #1D4ED8
}

.lastcvewrp .kv {
  display: flex;
  flex-direction: column;
  gap: 8px
}

/* Metadata rows inside cve-card */
.lastcvewrp .metadata-card .kv-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px dashed #BFDBFE;
}

.lastcvewrp .metadata-card .kv-row:last-child {
  border-bottom: 0
}

.lastcvewrp .metadata-card .k {
  position: relative;
  font-weight: 800;
  color: #1E40AF;
  padding-left: 18px;
}

.lastcvewrp .metadata-card .k::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1D4ED8, #2563EB);
  transform: translateY(-50%);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, .12);
}

.lastcvewrp .metadata-card .k::after {
  content: '';
  position: absolute;
  left: 18px;
  bottom: -6px;
  height: 2px;
  width: 56px;
  background: linear-gradient(90deg, #60A5FA, transparent);
  border-radius: 1px;
}

.lastcvewrp .metadata-card .v {
  color: #0F172A;
  font-weight: 600
}

/* Risk section heading */
.lastcvewrp .risk-heading {
  margin: 16px 2px 4px;
  font-weight: 800;
  text-transform: uppercase;
  font-size: .9rem;
  color: #1E40AF;
  border-bottom: 2px solid #2563EB;
  padding-bottom: 4px;
  display: flex;
  gap: 8px;
  align-items: center
}

.lastcvewrp .risk-heading i {
  color: #1E3A8A
}

.lastcvewrp .score-row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800
}

.lastcvewrp .score {
  font-size: 1.02rem
}

.lastcvewrp .vector {
  margin-top: 6px;
  color: #334155;
  font-size: .9rem;
  word-break: break-word
}

.lastcvewrp .severity-line {
  margin-top: 6px;
  font-size: .9rem;
  color: #0F172A;
  font-weight: 700
}

/* Ripple */
.lastcvewrp .panel-header .ripple {
  position: absolute;
  width: 220px;
  height: 220px;
  left: 0;
  top: 0;
  border-radius: 50%;
  background: rgba(37, 99, 235, .15);
  transform: translate(-50%, -50%) scale(0);
  animation: ripple .55s ease-out forwards;
  pointer-events: none;
  opacity: 1;
}

@keyframes ripple {
  to {
    transform: translate(-50%, -50%) scale(1.25);
    opacity: 0;
  }
}

/* Responsive tweaks (keep your look) */
@media(max-width:560px) {
  .lastcvewrp .panel-toggle {
    width: 32px;
    height: 32px;
    background: none;
    color: #1D4ED8;
    box-shadow: none
  }

  .lastcvewrp .panel-header {
    align-items: flex-start;
    padding: 10px;
  }

  .lastcvewrp .cve-card-title {
    justify-content: center
  }

  .lastcvewrp .score-row {
    justify-content: center
  }

  .lastcvewrp .metadata-card .kv-row {
    flex-direction: column;
    align-items: center;
    text-align: center
  }

  .lastcvewrp .metadata-card .k {
    padding-left: 0
  }

  .lastcvewrp .metadata-card .k::before {
    display: none
  }

  .lastcvewrp .metadata-card .k::after {
    left: 50%;
    transform: translateX(-50%);
    width: 72px;
  }

  .lastcvewrp .metadata-card .v {
    width: 100%
  }

  .lastcvewrp .container {
    padding: 0 !important;
  }

  .lastcvewrp .panel-title {
    font-size: 0.75rem;
  }

  .api-terminal-wrapper {
    padding: 10px;
  }
}




/* new-------------csssssss */
.unlock-score .card {
  background: #fff;
  border: 1px solid #e9eef5;
  border-radius: 16px;
  box-shadow: 0 8px 28px rgba(16, 24, 40, .08);
  padding: 18px;
  text-align: center;
  transition: transform .2s ease, box-shadow .2s ease;
}

.unlock-score .card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 40px rgba(16, 24, 40, .12);
}

.unlock-score .title {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .2px;
  margin: 0;
}

.unlock-score .asof {
  margin-left: auto;
  font-size: 12px;
  color: #667085;
}

/* Gauge shell (decorative only when locked) */
.unlock-score .gauge {
  position: relative;
  display: grid;
  place-items: center;
  /* margin: 10px 0 8px; */
}

.unlock-score .gauge svg {
  width: 165px;
  height: 165px;
}

.unlock-score .ring-track {
  fill: none;
  stroke: #eef2f7;
  stroke-width: 12;
}

.ringView {
  /* stroke: #27f0b8; */
  /* JS overwrites with band color */
  stroke-width: 10;
  fill: none;
  stroke-linecap: round;

  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);

  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;

  /* -webkit-filter: url(.glow-view);
  filter: url(.glow-view); */
 filter: blur(1.1px);

  -webkit-transition: stroke 300ms ease, stroke-dashoffset 800ms ease;
  transition: stroke 300ms ease, stroke-dashoffset 800ms ease;
}


.fbadgescore_ringView{
  
  /* stroke: #27f0b8; */
  /* JS overwrites with band color */
  stroke-width: 10;
  fill: none;
  stroke-linecap: round;
  transform: rotate(-90deg);
  /* start at 12 o'clock */
  transform-origin: 60px 60px;
  /* filter: url(.glow-view); */
  filter: blur(1.1px);
  transition: stroke 300ms ease, stroke-dashoffset 800ms ease;

}

.unlock-score .ring-fake {
  fill: none;
  stroke: url(#grad);
  stroke-width: 12;
  stroke-linecap: round;
  transform: rotate(-90deg);
  transform-origin: 60px 60px;
  filter: url(#glow);
  opacity: .55;
}

.unlock-score .ring-fake-view {
  fill: none;
  stroke: url(#grad-view);
  stroke-width: 12;
  stroke-linecap: round;
  transform: rotate(-90deg);
  transform-origin: 60px 60px;
  /* filter: url(.glow-view); */
  filter: blur(1.1px);
  opacity: .55;
}


.unlock-score .frost {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  pointer-events: none;
  backdrop-filter: blur(1.5px);
}

.unlock-score .lockchip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 8px 8px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 11px;
  color: #012016;
  background: linear-gradient(135deg, #c8ffe9, #8ffff0);
  box-shadow: 0 0 0 1px rgba(39, 240, 184, .35) inset, 0 6px 16px rgba(39, 240, 184, .25);
}

.unlock-score .lock {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
}

.unlock-score .lock:before,
.unlock-score .lock:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #0b7;
  border-radius: 2px;
}

.unlock-score .lock:before {
  top: 8px;
  width: 14px;
  height: 10px;
  border-radius: 3px;
  background: #05c19b;
}

.unlock-score .lock:after {
  top: 2px;
  width: 12px;
  height: 8px;
  border: 2px solid #05c19b;
  background: transparent;
  border-bottom: none;
  border-radius: 8px 8px 0 0;
}

.unlock-score .pitch h3 {
  margin: 10px 0 6px;
  font-size: 18px;
}

.unlock-score .pitch p {
  margin: 0 auto 12px;
  color: #667085;
  font-size: 13px;
  max-width: 26ch;
}

.unlock-score .bar-wrap {
  margin: 12px 0 4px;
  height: 10px;
  background: #f2f4f7;
  border-radius: 999px;
  overflow: hidden;
}

.unlock-score .bar {
  height: 100%;
  width: 18%;
  background: linear-gradient(135deg, #FF6B00, #FF3D7F);
  opacity: .35;
}

.unlock-score .bar-view {
  height: 100%;
  width: 18%;
  /* background: linear-gradient(90deg, #2aa5ff, #27f0b8); */
  /* opacity: .35; */
}

.unlock-score .bullets-text {
  text-align: left;
  font-size: 13px;
  color: #384050;
  margin: 10px 0 14px;
  padding: 0 4px;
}

.unlock-score .bullets-text li {
  margin: 6px 0;
  list-style: none;
  display: flex;
  gap: 4px;
  align-items: flex-start;
  /* justify-content: center; */
  font-size: 11px;
}

.unlock-score .bullets-text .check::before {
  /* content: "✔"; */
  content: "\2713";
  font-weight: 900;
  color: #10b981 !important;

}

.unlock-score .bullets-text .cross-class::before {
  content: "\2716";
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #d62e2e !important;
}


.unlock-score .cta {
  display: block;
  width: 100%;
  border: none;
  cursor: pointer;
  background: linear-gradient(135deg, #FF6B00, #FF3D7F);
  color: #012016;
  font-weight: 900;
  letter-spacing: .2px;
  padding: 12px 16px;
  border-radius: 12px;
  font-size: 14px;
  box-shadow: 0 8px 18px rgba(39, 240, 184, .25), 0 2px 0 rgba(0, 0, 0, .05) inset;
  transition: transform .08s ease, box-shadow .2s ease, opacity .2s ease;
}

.unlock-score .cta-view {
  display: block;
  width: 100%;
  border: none;
  cursor: pointer;
  background: linear-gradient(90deg, #2aa5ff, #27f0b8);
  color: #012016;
  font-weight: 900;
  letter-spacing: .2px;
  padding: 12px 16px;
  border-radius: 12px;
  font-size: 14px;
  box-shadow: 0 8px 18px rgba(39, 240, 184, .25), 0 2px 0 rgba(0, 0, 0, .05) inset;
  transition: transform .08s ease, box-shadow .2s ease, opacity .2s ease;
}

.unlock-score .cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(39, 240, 184, .32);
}

.unlock-score .cta-view:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(39, 240, 184, .32);
}

.unlock-score .cta:active {
  transform: translateY(0);
}

.unlock-score .cta-view:active {
  transform: translateY(0);
}

.unlock-score .subcta {
  margin-top: 10px;
  font-size: 12px;
  color: #556070;
}

.unlock-score .subcta a {
  color: #2aa5ff;
  text-decoration: none;
  font-weight: 700;
}

.unlock-score .subcta a:hover {
  text-decoration: underline;
}

.unlock-score .trust {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  color: #8a95a3;
  font-size: 11px;
}

.unlock-score .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #cbd5e1;
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .unlock-score .cta {
    transition: none
  }
}

.between-line {
  position: relative;
  width: 1px;
  height: 100%;
  background-color: #dcdcdc;
}

.between-line .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-9%, -50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 14px solid #4CAF50;
  /* arrow pointing right */
}

.help-btn {
  position: relative;
  /* bottom: 2rem; */
  /* right: 2rem; */
  width: 30px;
  height: 30px;
  background: linear-gradient(135deg, #a18cd1, #fbc2eb);
  color: white;
  font-size: 1.3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  /* z-index: 999; */
}

.help-btn:hover {
  transform: scale(1.1);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.3);
}







/* ===== BACK: Moody ===== */
.moody-face {
  background: #fff;
  color: #000;
  gap: 12px;
  transform: rotateY(180deg);
  /* start flipped away */
}

.moody-content {
  width: min(92%, 900px);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.moody-brand {
  text-align: center;
  font-weight: 700;
  font-size: clamp(12px, 3.5vw, 18px);
  background: linear-gradient(90deg, #b7faff, #8ffff0, #27f0b8);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.moody-row {
  display: flex;
  align-items: center;
  gap: .6em;
}

.moody-grade {
  font-size: clamp(20px, 7vw, 36px);
  font-weight: 800;
  text-align: center;
}

.moody-badge {
  margin-left: auto;
  font-size: clamp(9px, 2.6vw, 12px);
  font-weight: 700;
  padding: .3em .7em;
  border-radius: 8px;
  background: linear-gradient(90deg, #c8ffe9, #8ffff0);
  color: #012016;
}

/* Scale with grid overlay; marker uses CSS var set by JS */
.moody-scale {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.moody-scale-layer {
  display: grid;
  align-items: center;
}

.moody-scale-bar {
  grid-area: 1/1;
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  height: 12px;
  border-radius: 999px;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05);
}

.moody-scale-bar .seg:nth-child(1) {
  background: #3ddc97;
}

.moody-scale-bar .seg:nth-child(2) {
  background: #55d6a3;
}

.moody-scale-bar .seg:nth-child(3) {
  background: #6fd0af;
}

.moody-scale-bar .seg:nth-child(4) {
  background: #89cabb;
}

/* Baa end */
.moody-scale-bar .seg:nth-child(5) {
  background: #b9b97d;
}

/* speculative begins */
.moody-scale-bar .seg:nth-child(6) {
  background: #d29a66;
}

.moody-scale-bar .seg:nth-child(7) {
  background: #e27a6c;
}

.moody-scale-bar .seg:nth-child(8) {
  background: #f05a5a;
}

.moody-scale-bar .seg:nth-child(9) {
  background: #f44b4b;
}

.moody-marker {
  grid-area: 1/1;
  justify-self: start;
  /* JS sets --pos as a percentage 0–100 */
  margin-left: calc(min(100%, var(--pos, 0%)) - 1px);
  width: 2px;
  height: 18px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .25), 0 0 6px rgba(255, 255, 255, .6)
}

.moody-labels {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  font-size: clamp(8px, 2.4vw, 12px);
  color: #9fb5c1;
  text-align: center;
}

.moody-note {
  color: #9fb5c1;
  font-size: clamp(8px, 2.4vw, 12px);
  text-align: center;
}

/* When flipped: rotate faces (not container) */


/* Container with perspective */
.flip-container {
  width: auto;
  height: 191px;
  perspective: 1000px;
}

.flip-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  animation: flipAnim 15s infinite ease-in-out;
  /* run every 5s */
}

@keyframes flipAnim {

  0%,
  25% {
    transform: rotateY(0deg);
  }

  /* front stays ~4s */
  30%,
  55% {
    transform: rotateY(180deg);
  }

  /* back stays ~4s */
  60%,
  100% {
    transform: rotateY(0deg);
  }

  /* front stays ~6s */
}

.front,
.back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.back {
  transform: rotateY(180deg);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}



.predic_chartt {
  background: #f7f8fa;
  color: #333;
  font: 14px/1.45 "Inter", system-ui, Roboto, Arial;
}

.predic_chartt .card-surface {
  background: #fff;
  border: 1px solid #e0e3e9;
  border-radius: 18px;
  padding: 16px;
  position: relative;
  overflow: hidden;
}

.predic_chartt .card-surface h2 {
  font-size: 18px;
  margin: 6px 2px 12px;
  color: #444
}

/* Chart wrapper */
.predic_chartt .chart-box {
  /* width: 100%;
  height: 50vh; */
  position: relative;
  border: 1px solid #e0e3e9;
  border-radius: 14px;
  padding: 8px;
  /* background: #fafbfc; */
  /* aspect-ratio: 16/9; */
  /* min-height: 260px; */
  overflow: hidden;
}

@media (min-width: 1200px) {
  .predic_chartt .chart-box {
    /* aspect-ratio: 21/9; */
    min-height: 320px;
  }
}

.predic_chartt .echart {
  width: 100%;
  height: 100%;
}

.chart-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  pointer-events: auto;
}

.badge-locked {
  display: flex;
  align-items: center;
  background: #fff;
  /* border: 2px solid #333; */
  border-radius: 12px;
  padding: 10px 10px;
  text-align: center;
  max-width: 90%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
}

/* Lock badge */
/* .predic_chartt .badge-locked {
  position: absolute;
  inset: 0;
  left: auto;
  right: 12%;
  transform: translateY(-50%);
  top: 44%;
  display: flex;
  gap: 10px;
  align-items: center;
  background: #fff;
  border: 1px solid #d0d4db;
  border-radius: 16px;
  padding: 10px 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
  z-index: 5;
  max-width: 320px;
} */

/* .predic_chartt .badge-locked.right {
  left: auto;
  right: 12%;
  transform: translateY(-50%);
} */

.predic_chartt .badge-locked .dot {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #60e7c0;
  display: grid;
  place-items: center
}

.predic_chartt .badge-locked .ttl {
  font-weight: 700;
  color: #333
}

.predic_chartt .badge-locked .sub {
  color: #666;
  font-size: 12px;
  margin-top: 2px;
  max-width: 240px
}

.predic_chartt .badge-locked .cta {
  margin-top: 6px;
  padding: 8px 14px;
  border-radius: 20px;
  border: 1px solid #ccc;
  background: #f4f5f7;
  color: #333;
  font-weight: 600;
}

@media (max-width: 576px) {
  .predic_chartt .chart-box {
    min-height: 300px;
  }

  .predic_chartt .badge-locked,
  .predic_chartt .badge-locked.right {
    left: 50%;
    right: auto;
    top: auto;
    bottom: 10px;
    /* transform: translateX(-50%); */
    gap: 8px;
    padding: 8px 10px;
    border-radius: 14px;
    max-width: calc(100% - 24px);
  }

  .predic_chartt .badge-locked .dot {
    width: 24px;
    height: 24px;
    font-size: 14px;
  }

  .predic_chartt .badge-locked .ttl {
    font-size: 13px;
  }

  .predic_chartt .badge-locked .sub {
    font-size: 11px;
    max-width: none;
  }

  .predic_chartt .badge-locked .cta {
    margin-top: 4px;
    padding: 6px 10px;
    font-size: 12px;
  }
}

@media (max-width: 380px) {
  .predic_chartt .badge-locked .sub {
    display: none;
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px) scale(0.95);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes pulse {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }
}

.badge_pay_succ .icon-bubble {
  width: 100px;
  height: 100px;
  margin-inline: auto;
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, #55efc4 0%, #00b894 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: pulse 2s ease-in-out infinite;
  box-shadow: 0 10px 30px rgba(0, 184, 148, 0.4);
}

.badge_pay_succ .icon-bubble .icon {
  width: 50px;
  height: 50px;
  stroke: #fff;
  stroke-width: 3;
  fill: none;
}

.badge_pay_succ .timeline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
}

.badge_pay_succ .timeline-separator {
  width: 40px;
  height: 2px;
  background: #dfe6e9;
}

.badge_pay_succ .timeline-item {
  font-size: .95rem;
  color: #00b894;
  font-weight: 600;
}

.badge_pay_succ .modal.show .modal-dialog {
  animation: slideUp .35s cubic-bezier(.34, 1.56, .64, 1);
}

/* Media query for screens between 1400px and 991px */
@media (max-width: 1400px) and (min-width: 991px) {
    .badgeiso_flip-card {
        padding: 10px;
    }
}

@media (max-width: 1200px) {
  
    .bullest_txtts{
    gap: 0.3rem !important;
  }
}

/* -------- Hide on >1024px -------- */
@media (min-width: 1073px) {
  .respo_banner {
    display: none !important;
  }
}

/* -------- Base styling at ≤1024px -------- */
@media (max-width: 1072px) {
  .respo_banner {
    display: block !important;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 14px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.98), rgba(250, 250, 253, 0.98));
    padding: 16px;
    box-shadow: 0 10px 30px rgba(18, 35, 65, 0.07);
    border: 1px solid rgba(20, 30, 60, 0.04);
  }

  /* Headings */
  .respo_banner .banner-title {
    margin: 0 0 8px 0;
    font-weight: 700;
    line-height: 1.2;
    color: #0f1724;
    font-size: 13px;
    text-align: center;
  }

  .respo_banner .banner-sub {
    margin: 0;
    font-size: 12px;
    color: #334155;
    font-weight: 600;
    text-align: center;
  }

  /* Info button */
  .respo_banner .info-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #eef2ff;
    color: #312e81;
    padding: 8px;
    border-radius: 50%;
    border: 1px solid rgba(49, 46, 129, 0.15);
    cursor: pointer;
  }

  .respo_banner .info-btn svg {
    width: 18px;
    height: 18px;
  }

  /* CTA */
  .respo_banner .btn-eq {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 0 18px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 15px;
    white-space: nowrap;
  }

  .respo_banner .btn-apply {
    background: linear-gradient(90deg, #ff9800, #7b3fff);
    color: #ffffff;
    border: 0;
    box-shadow: 0 6px 18px rgba(124, 58, 237, 0.14);
    transition: transform 0.18s ease;
  }

  .respo_banner .btn-apply:hover {
    transform: translateY(-2px);
  }

  /* Badge cards */
  .respo_banner .badge-card {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(12, 25, 40, 0.06);
    border: 1px solid rgba(12, 25, 40, 0.04);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
    min-width: 40px;
    min-height: 40px;
  }

  .respo_banner .badge-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(12, 25, 40, 0.12);
  }

  .respo_banner .badge-card img {
    height: 40px;
    width: auto;
    display: block;
  }

  /* -------- Features (centered) -------- */
  .respo_banner .features {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
    margin-top: 12px;
    justify-content: center;
    /* center the row */
  }

  .respo_banner .feature {
    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: center;
    /* center icon + text inside pill */
    font-size: 10px;
    color: #475569;
    background: rgba(99, 102, 241, 0.04);
    padding: 8px 10px;
    border-radius: 8px;
  }

  .respo_banner .feature svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
  }

  /* -------- Partner card -------- */
  .respo_banner .partner-card {
    background: linear-gradient(180deg, #ffffff 0, #fbfdff 100%);
    padding: 12px;
    border-radius: 12px;
    box-shadow: 0 8px 26px rgba(20, 30, 60, 0.06);
    border: 1px solid rgba(15, 23, 36, 0.04);
    display: flex;
    flex-direction: column;
    /* gap: 14px; */
    align-items: center;
    height: 100%;
  }

  .respo_banner .partner-card .logos {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    /* flex-wrap: wrap; */
  }

  .respo_banner .partner-card .logos img {
    height: 72px;
    object-fit: contain;
    border-radius: 6px;
  }

  /* -------- Badge strip behavior (FLEX ONLY) -------- */

  /* 1024px → 625px: keep as a single row (inline) */
  .respo_banner .badge-strip {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: nowrap;
    flex-direction: row;
  }

  /* row mode: neutralize wrappers so all items line up */
  .respo_banner .badge-row {
    display: contents;
  }
           .partner-card.minh {
       min-height: 152px !important;
       }
}
@media (max-width: 991px){
  .respo_banner .banner-title {
    font-size: 16px;
  }

  .respo_banner .banner-sub {
    font-size: 14px;
  }
  .scorcee_cardd{
    flex-direction: column;
  }
      .unlock-score .bullets-text li {
        font-size: 12px;
    }
    .badge-images{
      justify-content: center !important;
    }
    .head_sharit{
          padding: 5px 10px !important;
    }

    .fflipp-card {
    height: 209px !important;
}

    .respo_banner .partner-card {
        gap: 14px !important;
      }
.back_score_txt{
  justify-content: center !important;
}

.mobile_txtt{
      width: auto !important;
}

}


/* ≤624px: stack → (two badges) / CTA / (two badges) */
@media (max-width: 624px) {
  .respo_banner .badge-strip {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    flex-wrap: nowrap;
  }

  .respo_banner .badge-row {
    display: flex;
    gap: 16px;
    justify-content: center;
  }

  .respo_banner .badge-strip .btn-apply {
    width: 100%;
    max-width: 280px;
  }
}

/* Tiny phones */
@media (max-width: 576px) {
  .respo_banner {
    padding: 12px;
    border-radius: 12px;
  }

  .respo_banner .btn-eq {
    height: 40px;
    padding: 0 14px;
  }

  .respo_banner .badge-card {
    min-width: 60px;
    min-height: 60px;
  }

  .respo_banner .badge-card img {
    height: 36px;
  }

  .respo_banner .info-btn {
    padding: 6px;
  }

  .respo_banner .container-fluid {
    padding-left: 8px;
    padding-right: 8px;
  }
     .mobile_txtt {
        width: 190px !important;
    }
}

@media screen and (max-width: 480px){

    .forwebsite{
      width: 130px !important;
    }
    .fordomain480{
      width: 120px !important;
    }
  }

@media (max-width: 375px){
  .bullest_txtts{
    flex-direction: column;
    align-items: start !important;
    gap: 0 !important;
  }
  .sed_listt{
    margin-top: 0 !important;
  }
}
@media (max-width:374px){
  .head_compp{
  flex-direction: column;
  }
  .typ_compp{
    width: 120px !important;
  }

}

.badge-item {
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: transparent;
  border-radius: 8px; /* optional */
  animation: glowPulse 2s infinite;
}

@keyframes glowPulse {
  0% {
    box-shadow: 0 0 5px #b8860b, 0 0 10px #b8860b;
  }
  50% {
    box-shadow: 0 0 20px #b8860b, 0 0 20px #b8860b;
  }
  100% {
    box-shadow: 0 0 5px #b8860b, 0 0 10px #b8860b;
  }
}

/* ========================
       Scoped Modal Styles
    ========================= */
.badge_img_modall .modal-content {
  border: none;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.badge_img_modall .modal-header {
  background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
  border: none;
  padding: 30px;
  position: relative;
  overflow: hidden;
}

/* .badge_img_modall .modal-header::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
  animation: shimmer 8s infinite;
} */

@keyframes shimmer {

  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(-30%, -30%);
  }
}

.badge_img_modall .logo-box {
  width: 40px;
  height: 40px;
  display: flex;
  background: linear-gradient(135deg, #2563eb 0%, #1e3a8a 100%);
  border-radius: 18px;
  font-size: clamp(20px, 3vw, 32px);
  font-weight: 900;
  color: white;
  box-shadow: 0 8px 25px rgba(37, 99, 235, 0.5);
  position: relative;
  z-index: 1;
}

.badge_img_modall .company-info h5 {
  font-size: clamp(16px, 2vw, 24px);
  font-weight: 800;
  margin: 0;
  color: white;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.badge_img_modall .company-info small {
  color: #94a3b8;
  font-size: clamp(12px, 1.5vw, 14px);
  font-weight: 500;
}

.badge_img_modall .modal-body {
  padding: 50px 40px;
}

.badge_img_modall .iso-title {
  font-size: clamp(28px, 6vw, 56px);
  font-weight: 900;
  background: linear-gradient(135deg, #2563eb 0%, #1e3a8a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 20px;
  letter-spacing: 2px;
  line-height: 1.5;
}

.badge_img_modall .valid-badge {
  display: inline-block;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: white;
  padding: 14px 30px;
  border-radius: 50px;
  font-weight: 800;
  font-size: clamp(12px, 2vw, 16px);
  letter-spacing: 1px;
  box-shadow: 0 10px 30px rgba(16, 185, 129, 0.4);
  position: relative;
  overflow: hidden;
}

.badge_img_modall .valid-badge::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  animation: slide 3s infinite;
}

@keyframes slide {
  0% {
    left: -100%;
  }

  100% {
    left: 100%;
  }
}

/* ========================
       Badge Component
    ========================= */
.badge_img_modall .certification-badge {
  width: 180px;
  height: 180px;
  position: relative;
  margin: 0 auto;
}

.badge_img_modall .badge-outer-ring {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  /* background: linear-gradient(135deg, #2563eb 0%, #1e3a8a 100%); */
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 15px 50px rgba(37, 99, 235, 0.4);
}

.badge_img_modall .badge-inner img {
  width: 128px;
  height: 128px;
  border-radius: 50%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 5px 20px rgba(0, 0, 0, 0.1);
}

.badge_img_modall .badge-text {
  font-weight: 900;
  font-size: clamp(14px, 2vw, 18px);
  background: linear-gradient(135deg, #2563eb 0%, #1e3a8a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: 1px;
}

.badge_img_modall .btn-close-white {
  filter: brightness(0) invert(1);
  opacity: 0.8;
  transition: opacity 0.3s;
}

.badge_img_modall .btn-close-white:hover {
  opacity: 1;
}

.badge_img_modall .decorative-dots {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0.1;
}

.badge_img_modall .dot {
  position: absolute;
  width: 4px;
  height: 4px;
  background: white;
  border-radius: 50%;
}

@media (min-width: 992px) {

  /* applies on desktops and larger */
  .badge-modal-dialog {
    max-width: 800px;
  }
}


.report_modal .modal-header {
  border-bottom: 1px solid #e9ecef;
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
  color: #fff;
}

.report_modal .modal-header .btn-close {
  filter: brightness(0) invert(1)
}

.report_modal .company-logo {
  width: 50px;
  height: 50px;
  background: #1e40af;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem
}

/* Feature chips */
.report_modal .feature-tags {
  gap: 4px;
  flex-wrap: wrap
}

.report_modal .feature-tag {
  background: rgba(30, 60, 114, .08);
  color: #1e3c72;
  border: 1px solid rgba(30, 60, 114, .25);
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500
}

/* Form */
.report_modal .form-label {
  font-weight: 600;
  color: #374151;
  margin-bottom: 8px
}

.report_modal .form-control:focus,
.report_modal .form-select:focus {
  border-color: #1e3c72;
  box-shadow: 0 0 0 .2rem rgba(30, 60, 114, .25)
}

/* Quote */
.report_modal .app-quote {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 14px 16px;
  color: #111827;
  font-style: italic;
  font-size: 12px;
}

/* CTA */
.report_modal .btn-continue {
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
  border: none;
  padding: 6px 30px;
  font-weight: 700;
  border-radius: 8px;
  transition: all .3s ease
}

.report_modal .btn-continue:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, .35)
}

/* Backdrop blur */
.modal-backdrop.show {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, .4)
}

/* Report card (right) */
.report_modal .report-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
  display: flex;
  flex-direction: column;
}

.report_modal .report-card-header {
  padding: 8px;
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
  color: #fff;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.report_modal .other-company-header {
  display: flex;
  align-items: center;
  gap: 10px
}

.report_modal .other-company-header img {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  object-fit: cover
}

.report_modal .other-company-header .company-name {
  font-weight: 700
}

.report_modal .other-company-header .industry {
  font-size: .8rem;
  color: #e0e7ff
}

/* Year badge now flows in layout (no absolute) */
.report_modal .year-badge {
  display: inline-block;
  background: #10b981;
  color: #062f2f;
  font-weight: 800;
  font-size: .75rem;
  border-radius: 6px;
  padding: 4px 8px;
  white-space: nowrap;
}

/* Body / cover */
.report_modal .report-card-body {
  background: #f8fafc;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 0;
}

/* Use an <img>, natural ratio (auto), and contain semantics */
.report_modal .report-cover-img {
  display: block;
  width: 100%;
  height: auto;
  /* ratio auto */
  height: 240px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
  /* no cropping; image scales to width, keeps natural height */
}

/* Price */
.price-display {
  font-size: 2rem;
  font-weight: 700;
  color: #2d3748;
  text-align: center
}

.price-subtitle {
  color: #718096;
  font-size: .9rem;
  text-align: center
}

/* Certificate card */
.report_modal .certificate-card {
  display: flex;
  align-items: center;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 16px 20px;
  /* margin-top: 16px */
}

.report_modal .certificate-card img {
  width: 36px;
  height: 36px;
  margin-right: 14px;
  border-radius: 8px
}

.report_modal .certificate-card .title {
  font-weight: 700;
  color: #374151;
  font-size: 1rem
}

.report_modal .certificate-card .subtitle {
  color: #6b7280;
  font-size: .9rem;
  margin-top: 2px
}

/* Scoped styles — nothing leaks outside .unlock_tprm_score */
.unlock_tprm_score .gdx {
  background: linear-gradient(90deg, #5b6bff, #1fd7c2);
}

.unlock_tprm_score .gdx-text {
  background: linear-gradient(90deg, #5b6bff, #1fd7c2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}



.unlock_tprm_score .modal-content {
  border-radius: 12px;
  border: none;
}

.unlock_tprm_score .modal-header {
  /* visual "border-top" as a gradient strip */
  background: linear-gradient(to right, #0080ff, #00c6ff) top / 100% 3px no-repeat, #fff;
  /* card background */
  border-radius: 12px;
  /* rounds the top corners */
  border: none;
  /* no real borders */
  /* optional cosmetics */
  /* box-shadow: 0 10px 30px rgba(0,0,0,.1); */
  padding: 15px;
  padding-bottom: 0;
}


/* AXA-ish logo */
.unlock_tprm_score .logo-box {
  width: 55px;
  height: 55px;
  border-radius: 12px;
  background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .unlock_tprm_score .logo-box::before {
  content: '';
  position: absolute;
  width: 34px;
  height: 5px;
  background: #ef4444;
  transform: rotate(-45deg);
  border-radius: 3px;
} */

.unlock_tprm_score .header-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0;
}

.unlock_tprm_score .header-subtitle {
  font-size: .9rem;
  color: #333;
  margin: 0;
}

/* Equal-height columns */
.unlock_tprm_score .equal-height-row {
  display: flex;
  align-items: stretch;
}

.unlock_tprm_score .equal-height-row>[class*='col-'] {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.unlock_tprm_score .left-content,
.unlock_tprm_score .right-section {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0.5rem;
  height: 100%;
}

/* Left side */
.unlock_tprm_score .info-box {
  background: #F8F9FA;
  border-radius: 12px;
  /* padding: 0.5rem; */
  color: #555;
  line-height: 1.2;
  font-size: .9rem;
}

/* Laptop preview */
.unlock_tprm_score .laptop-container {
  padding: 0.5rem 0;
}

.unlock_tprm_score .laptop-frame {
  /* background:#1a1a1a; border-radius:12px; padding:.75rem; */
  /* box-shadow:0 10px 30px rgba(0,0,0,.25); */
  width: 55%;
  max-width: 640px;
  margin: 0 auto;
}

.unlock_tprm_score .laptop-screen {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}

.unlock_tprm_score .laptop-screen .carousel {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.unlock_tprm_score .laptop-screen .carousel-item,
.unlock_tprm_score .laptop-screen img {
  width: 100%;
  height: 100%;
}

.unlock_tprm_score .laptop-screen img {
  object-fit: cover;
}

/* Feature chips */
.unlock_tprm_score .feature-check {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-size: 13px;
  color: #1a2233;
  background: #fff;
  border: 1px solid #E5E7EB;
  padding: 6px 10px;
  border-radius: 999px;
}

.unlock_tprm_score .check-icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  background: linear-gradient(90deg, #5b6bff, #1fd7c2);
  box-shadow: 0 8px 18px rgba(65, 105, 225, .25);
}

/* Buttons */
.unlock_tprm_score .cta-button {
  background: linear-gradient(90deg, #5b6bff, #1fd7c2);
  color: #fff;
  border: none;
  padding: .5rem .6rem;
  border-radius: 999px;
  font-size: .8rem;
  font-weight: 600;
  transition: transform .2s;
}

.unlock_tprm_score .cta-button:hover {
  transform: scale(1.04);
  color: #fff;
  text-decoration: none;
}

.unlock_tprm_score .secondary-button {
  background: transparent;
  border: 2px solid #333;
  color: #333;
  padding: .6rem .8rem;
  border-radius: 999px;
  font-size: .8rem;
  font-weight: 600;
  transition: all .2s;
}

.unlock_tprm_score .secondary-button:hover {
  background: #333;
  color: #fff;
  text-decoration: none;
}

/* Right side */
.unlock_tprm_score .right-section {
  background: linear-gradient(135deg, #f0f9ff 0%, #e0e0e02b 100%);
  border-radius: 0 12px 12px 0;
}

.unlock_tprm_score .badge-row {
  display: flex;
  gap: 8px;
  margin-bottom: .4rem;
  flex-wrap: wrap;
}

.unlock_tprm_score .badge-row .badge {
  background: #fff;
  padding: .4rem .75rem;
  border-radius: 8px;
  font-size: 12px;
  color: #666;
}

.unlock_tprm_score .pricing-card {
  background: #fff;
  border-radius: 12px;
  padding: 0.5rem;
  text-align: center;
  margin-bottom: .4rem;
}

.unlock_tprm_score .pricing-title {
  font-size: 1rem;
  font-weight: 700;
}

.unlock_tprm_score .price {
  font-size: 1.4rem;
  font-weight: 700;
  color: #1a1a1a;
}

.unlock_tprm_score .price-period {
  color: #666;
  font-size: 1rem;
}

.unlock_tprm_score .pro-badge {
  color: #00D4FF;
  font-size: .9rem;
  margin-top: .4rem;
}

.unlock_tprm_score .features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}

.unlock_tprm_score .feature-item {
  background: #fff;
  padding: 0 .75rem;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: .25rem;
  font-size: .75rem;
  transition: transform .2s;
}

.unlock_tprm_score .feature-item:hover {
  transform: translateX(4px);
}

.unlock_tprm_score .feature-icon {
  width: 25px;
  height: 25px;
  border-radius: 6px;
  flex-shrink: 0;
  /* background: linear-gradient(135deg, #4169E1, #00D4FF); */
  background: linear-gradient(135deg, #5b6bff, #1fd7c2);
}

.unlock_tprm_score .footer-text {
  font-size: .85rem;
  color: #666;
  text-align: center;
  margin-top: 0.5rem;
}

.unlock_tprm_score .footer-text a {
  color: #4169E1;
  text-decoration: none;
}


/* Mobile tweaks */

@media (max-width: 1144px) {
  .unlock_tprm_score .feature-item {
    /* gap: 0.45rem; */
    font-size: 0.75rem;
  }

  .unlock_tprm_score .pro-badge {
    width: 70% !important;
  }

  .unlock_tprm_score .info-box {
    line-height: 1.5;
  }
  .unlock-score .bullets-text li {
    font-size: 10px;
  }
  .only-ind p{
    width: 100px !important;
  }
}

@media (max-width: 768px) {
  .unlock_tprm_score .features-grid {
    grid-template-columns: 1fr;
  }

  .unlock_tprm_score .cta-button,
  .unlock_tprm_score .secondary-button {
    flex: 1;
    text-align: center;
  }
  
}

    .badgeiso_flip-card {
      height: 70px;    /* Auto height based on width */

      perspective: 1000px;
      position: relative;
    }

    .badgeiso_flip-card-inner {
      position: absolute;
      inset: 0;
      transform-style: preserve-3d;
      animation: flipRight 10s infinite ease-in-out;
    }

    @keyframes flipRight {
      0%   { transform: rotateY(0deg); }
      40%  { transform: rotateY(180deg); }
      60%  { transform: rotateY(180deg); }
      100% { transform: rotateY(0deg); }
    }

    .badgeiso_flip-card-front,
    .badgeiso_flip-card-back {
      position: absolute;
      inset: 0;
      border-radius: 10px;
      border: 1px solid #ccc;
      overflow: hidden;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      display: flex;
      justify-content: center;
      align-items: center;

    }

    .badgeiso_flip-card-front {
      background: #f8f9fa;
      color: #111;
      text-align: center;
      font-weight: bold;
      font-size: clamp(14px, 2.5vw, 20px);
    }

    .badgeiso_flip-card-front a {
      text-decoration: none;
      color: inherit;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .badgeiso_flip-card-back {
      background: #f8f9fa;
      transform: rotateY(180deg);
      display: flex;
      flex-wrap: wrap;       /* Auto-wrap when small */
      justify-content: center;
      gap: 3px;
    }

    .badgeiso_item {
      width: 38px; /* Auto scale with screen */
      height: 41px;
      object-fit: contain;
    }