body {
  background: #f3f6fd;
  color: white !important;
  margin: 0;
  flex-direction: column;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
  justify-content: center;
  height: 100vh;
  align-items: center;
  transition: background-color 0.3s ease;
}

.navbar {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.navbar-brand {
  color: white;
  font-size: 12px;
  font-weight: 600;
  margin-left: 20px;
  padding: 10px;
  background-color: #1847ba;
  border-radius: 10px;
}
.container {
  text-align: center;
  padding-top: 80px;
  position: relative;
  z-index: 2;
}
.btn-analyze {
  background-color: #1847ba;
  border-color: #1847ba;
  color: white;
  border-radius: 20px;
  font-size: 18px;
  padding: 12px 30px;
  margin-top: 20px;
  border-radius: 230px;
  transition: transform 0.3s ease;
  margin-bottom: 20px;
}

.btn-analyze:hover {
  color: white;
  background-color: #000;
}

.input-container {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}


.form-control {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  /* color: white !important; */
  /* box-shadow: 0 0 8px #00ffffb3; */
  border-color: #d1dae5;
  padding: 10px 20px;
  font-size: 16px;
  width: 100%;
  margin-top: 10px;
  transition: all 0.3s ease;
}
/* .form-control::placeholder {
  color: #fff !important;
} */
.form-control:focus {
  outline: none;
  box-shadow: 0 0 8px rgba(0, 255, 255, 0.7);
  color: #0dadc1 !important;
  background: #000;
  border-color: #0dadc1;
}

.modal-content {
  background: #fff;
  color: #000;
  box-shadow: 0 0 8px #fff;
  border-radius: 10px;
  animation: fadeIn 0.5s ease;
}

.modal-header {
  border-bottom: none;
  text-align: center;
  padding-bottom: 20px;
}

.popup-img {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
  border-radius: 10px;
}

.popup-time {
  font-weight: bold;
  color: #ffa500;
  font-size: 18px;
  margin-top: 20px;
}

.content {
  display: none;
  margin-top: 30px;
  text-align: center;
}

.content h3 {
  font-size: 30px;
  color: #0dadc1;
  font-weight: 700;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 20px;
  }

  .btn-analyze {
    padding: 12px 25px;
  }

  .popup-img {
    height: auto;
    max-height: 150px;
  }
}
.main-content-section-wrapper {
  max-width: 750px;
  margin: 0 auto;
  padding: 40px 20px;
  color: #fff;
  background: #3f3f3f;
  border-radius: 20px;
}
.main-content-section-wrapper h1 {
  position: relative;
  background: linear-gradient(120deg, #00e6ca, #3b82f6, #00e6ca, #3b82f6, #00e6ca);
  background-clip: text;
  color: transparent;
  font-weight: 800;
  font-size: 46px;
  margin: 0;
}
.main-content-section-wrapper h5 {
  font-size: 16px;
  padding: 8px 0;
  margin: 0;
}
.main-content-section-wrapper img {
  background-color: #fff;
}

.accessibility-section {
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  max-width: 20rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #75a928;
  color: #fff;
  border-radius: 0.5rem;
  border: 1px solid #75a928;
  transition: all 0.2s ease-in-out;
  font-size: 0.875rem;
}
.swiper-container {
  overflow: hidden;
}
.modal-header {
  display: block;
}
.modal-body h5 {
  font-size: 16px;
  text-align: center;
  padding-bottom: 20px;
}
.modal-header p {
  margin: 0;
}
.swiper-slide {
  text-align: center;
}
.swiper-slide p {
  font-size: 14px;
  padding: 10px;
}

.swiper-pagination-bullet {
  background: #000 !important;
}
.swiper-pagination-bullet-active {
  background-color: #1847ba !important;
}
.modal-body h6 {
  font-size: 17px;
  text-align: center;
  margin-top: 20px;
  padding-bottom: 20px;
}

.swiper-pagination {
  bottom: 88px !important;
}
#timer {
  display: none;
}

.main-content-details .card-wrapper {
  display: flex;
  border: 1px solid transparent;
  border-radius: 20px;
  padding: 30px 20px;
  justify-content: space-around;
  background: #3f3f3f;
  align-items: center;
}

.main-content-details {
  width: 100%;
}
.main-content-details .card-wrapper h4 {
  position: relative;
color:#f87171;
  font-weight: 400;
  font-size: 20px;
  margin: 0;
}
.main-content-details .card-wrapper .count {
  text-align: left;
  font-weight: 500;
  color:#f87171;
}

.main-content-details .card-wrapper svg {
  color:#f87171;
}
.main-content-details 
.card-wrapper1 svg{
  color: #fb923c;
}
.main-content-details 
.card-wrapper2 svg{
  color: #facc15;

}
.main-content-details 
  .card-wrapper3 svg{ 
  color: #60a5fa;
  }
.main-content-details 
.card-wrapper1 h4{
  color: #fb923c;
}
.main-content-details 
.card-wrapper2 h4{
  color: #facc15;

}
.main-content-details 
.card-wrapper3 h4{
  color: #60a5fa;

}
.main-content-details 
.card-wrapper1 .count{
  color: #fb923c;
  
}
.main-content-details 
.card-wrapper2 .count{
  color: #facc15;

}
.main-content-details 
.card-wrapper3 .count{
  color: #60a5fa;

}


.category-section {
  color: white;
  padding: 20px 20px;
  backdrop-filter: blur(12px);
  border-radius: 0.75rem;
  transition: transform 0.2s, box-shadow 0.2s;
}
.category-section:hover {
  box-shadow: 0 4px 20px -2px #00e6ca1a;
}

.category-section h3 {
  text-align: center;
  margin-bottom: 30px;
}
.category-card {
  background-color: #fff;
  padding: 14px;
  text-align: center;
  display: flex;
  color: #000 !important;
  border-color: #000;
  border: 1px solid #000;
  border-radius: 8px;
  justify-content: space-between;
}
.category-card span {
  display: block;
  font-size: 18px;
  color: #000 !important;

}
@media (max-width: 768px) {
  .category-card {
    margin-bottom: 20px;
  }
}

.category-section .container {
  text-align: center;
  padding-top: 40px;
  position: relative;
  z-index: 2;
}
.category-section h3 {
  text-align: left;
  margin-bottom: 0;
  color: #000 !important;
  padding-left: 10px;
}
.spinner-border {
  color: #75a928 !important;
  height: 20px;
  width: 20px;
}
#loader {
  display: flex;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: -74px;
}

.risk-section-wrapper h3 {
  position: relative;
  background-clip: text;
  color: #75a928;
  font-weight: 800;
  margin: 0;
}
.risk-section-wrapper {
  margin-bottom: 30px;
  padding: 30px 20px;
  color: #000;
}

.risk-card {
  border-radius: 10px;
  padding: 20px 30px;
  height: 156px;
  color: #fff !important;
  display: flex;
  background: #3f3f3f !important;
  text-align: center;
}

.risk-card h3 {
  font-size: 22px;
  color: #fff !important;
  font-weight: bold;
  margin-bottom: 10px;
}

.risk-level {
  font-size: 13px;
  margin-bottom: 10px;
  font-weight: normal;
  color: #f87171;
  border: 1px solid #f87171;
  margin: 12px 0;
  border-radius: 20px;
  background: #f8717124;
  padding: 4px;
  max-width: 200px;
}

.risk-description {
  font-size: 14px;
  text-align: left;
  color: #e0e0e0;
}

.issue-card {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  font-weight: 300;
  color: #000;
  position: relative;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  text-align: left;
}
.risk-card svg{
  color: #f87171;
}
.issue-card .right-arrow {
  position: absolute;
  right: 20px;
  top: 20px;
}
.issue-card .right-arrow svg {
  stroke: #1847ba;
}

.issue-card h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
}
.issue-card h3 span {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 0.75rem;
  border-radius: 9999px;
  background-color:#75a928;
  color: #fff;
}

.issue-card h3 .image-sec {
  font-size: 0.75rem;
  color: #d1d5db;
  background-color:#1847ba;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  border-radius: 9999px;
}

.requirement {
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 10px;
}
code {
  display: block;
  background-color: #2a3e56;
  padding: 10px;
  border: 1px solid #1847ba26;
  border-radius: 5px;
  width: 100%;
  color: #000;
  margin-bottom: 10px;
  background-color: #1847ba26;
}
.how-to-fix {
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 1px;
}
.how-to-fix strong {
  display: block;
  padding-bottom: 0;
  font-weight: 700;
}

.issue-card strong {
  font-weight: 700;
}
.issue-card h3 .span-blue {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  border-radius: 9999px;
  color: #d1d5db;
  background-color:#75a928;
}

.issue-card a {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 14px;
  color: #000;
  margin-top: 0.5rem;
  transition: color 0.2s ease-in-out;
}
.issue-card a svg{
  color: #000;
}
.learn-more:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .issue-card {
    padding: 15px;
  }
}

.accessibility-issue-wrapper {
  padding-top: 20px !important;
}

.accessibility-issue-wrapper .card-1 {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .main-content-section-wrapper {
    margin-top: 50px;
  }

  .main-content-details .card-wrapper {
    padding: 15px 10px !important;
    justify-content: space-between;
    background: #0000002b;
    align-items: baseline;
    margin-bottom: 20px;
  }
  #loader {
    right: 0;
    top: -94px;
  }
  .category-section .container {
    padding: 0 5px;
    padding-top: 20px;
  }
  .risk-section-wrapper h3 {
    font-size: 26px;
  }
  .issue-card .right-arrow {
    right: 5px;
    top: 5px;
  }
  .issue-card h3 span {
    display: block;
    max-width: 100px;
    margin-top: 8px;
    text-align: center;
  }
  .risk-section-wrapper {
    padding: 30px 5px;
  }
  .risk-section-wrapper .issue-card h3 {
    font-size: 16px;
  }
}

svg {
  cursor: pointer;
}
  .issue-card svg{
    color: #ef4444;
  }

  .issue-card .lucide-alert-triangle{
    color: #f97316;
  }


/* 2 april */
  .main-modal-content-wrapper{
    max-width: 550px;
    margin: 30px auto;
    padding: 40px 20px 20px 20px;
    color: #000;
    background: #fff;
    position: relative;
    border-radius: 20px;
  }

  #loader{
    z-index: 9999;
  top: 10px  !important;
    position: absolute;
  }


  .main-content-details .card-wrapper .count {
    color: #fff !important;
}
.main-content-details .card-wrapper,.risk-card {

  background:#3f3f3f !important;
}

.main-content-details .card-wrapper svg,.risk-card svg {
  color: #fff !important;
}

.main-content-details .card-wrapper  h4 {
  color: #fff !important;
}

.risk-level{
  color: #fff !important;
}

/* new css */

.fully-completed-section {
  max-width: 800px;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 40px 40px;
  /* display: flex
; */
  font-weight: 300;
  color: #000;
  position: relative;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  /* text-align: left; */
  justify-content: center;
  margin: 20px auto;
}

.fully-completed-section img{
  width: 100%;
  height: 100px;
  object-fit: contain;
}
.fully-completed-section h5{
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 20px;
  color: #000 !important;
}

.fully-completed-section .card-wrapper{
  display: flex
  ;
  margin-bottom: 20px;
      border: 1px solid transparent;
      border-radius: 20px;
      padding: 30px 8px;   
      justify-content: space-around;
      background: #3f3f3f;
      align-items: center;
}
.fully-completed-section h4{
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
color: #fff !important;
}
.fully-completed-section .card-wrapper img{
  width: 100%;
  height: 50px;
  object-fit: contain;
}
.fully-completed-section .count{
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  margin-top: 10px;
color: #fff !important;
}

div.main-content-section-wrapper .form-control:focus {
  background: #fff !important;
}
div.main-content-section-wrapper .form-control::placeholder {
  color: #000 !important;
}

div.main-content-section-wrapper .form-control:focus::placeholder,
div.main-content-section-wrapper .form-control:active::placeholder,
div.main-content-section-wrapper .form-control:hover::placeholder {
  color: #000 !important;
}

div.main-content-section-wrapper .form-control:focus,
div.main-content-section-wrapper .form-control:active,
div.main-content-section-wrapper .form-control:hover {
  background: #fff !important;
  color: #000 !important;
}

div.main-content-section-wrapper .form-control::placeholder {
  color: #000 !important;
}


div.main-content-section-wrapper input:focus {
  background: #fff !important;
}
div.main-content-section-wrapper input::placeholder {
  color: #000 !important;
}

div.main-content-section-wrapper input:focus::placeholder,
div.main-content-section-wrapper input:active::placeholder,
div.main-content-section-wrapper input:hover::placeholder {
  color: #000 !important;
}

div.main-content-section-wrapper input:focus,
div.main-content-section-wrapper input:active,
div.main-content-section-wrapper input:hover {
  background: #fff !important;
  color: #000 !important;
}

div.main-content-section-wrapper input::placeholder {
  color: #000 !important;
}