.rowcontact{
    justify-content: center;
    align-items: center;
background-color: #F7F7F7;
    background-repeat: no-repeat;
    background-position:center;
    background-size:100%;
    height: 70vh;
    text-align: center;
    z-index: -2 !important;
    position: relative;
    
}
th{
    background-color: #012970;
    color: white;
}
table.dataTable{
    margin-top:50px !important
}




/* CSS */



/* CSS */
.button-86 {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;

  all: unset;
  width: 200px;
  height: 35px;
  font-size: 16px;
  background: transparent;
  border: none;
  position: relative;
  color: #ffffff !important;
  cursor: pointer;
  z-index: 1;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-86::after,
.button-86::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -99999;
  transition: all .4s;
}

.button-86::before {
  transform: translate(0%, 0%);
  width: 100%;
  height: 100%;
  background: #012970;
  border-radius: 10px;
}

.button-86::after {
  transform: translate(10px, 10px);
  width: 35px;
  height: 35px;
  background: #4154f1;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 50px;
  color: white !important;
}

.button-86:hover::before {
  transform: translate(5%, 20%);
  width: 110%;
  height: 110%;
  color: white !important;
}

.button-86:hover::after {
  border-radius: 10px;
  transform: translate(0, 0);
  width: 100%;
  height: 100%;
  color: white !important;
}

.button-86:active::after {
  transition: 0s;
  transform: translate(0, 5%);
  color: white !important;
}
/* .overlay1 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(2,0,36);
    background: radial-gradient(circle, rgba(2,0,36,1) 5%, rgba(163,52,38,1) 52%, rgba(0,212,255,1) 100%);
    opacity: 0.6;
    z-index: -1 !important;
  } */

  .contacth1{
    color:#012970;
    font-weight: 500;

    
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    letter-spacing: 0.025em;
    font-size: 35px;
    




}
.spanc{
    font-size: 55px;
    color: red;
    text-shadow: 4px -2px 30px rgba(231,32,32,0.65);
    font-weight: 700;
}





.progress {
    width: 200px;
    height: 200px;
    font-size: 22px;
    color: #012970;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    background: #F7F7F7;
    text-align: center;
    text-align: center;
    line-height: 200px;
    margin: auto;
    box-shadow: rgba(0, 0, 0, 0.35) 0px -50px 36px -28px inset;
  }

  .progress .title {
    position: relative;
    z-index: 100;
    margin-left: auto;
    margin-right: auto;
    font-family: Arial, Helvetica, sans-serif;
  }
  .progress .overlay {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #012970;
  }
  .progress .left,
  .progress .right {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 10px solid #012970;
    border-radius: 100px 0px 0px 100px;
    border-right: 0;
    transform-origin: right;
  }
  .progress .left {
    animation: load1 1s linear forwards;
  }
  .progress:nth-of-type(2) .right,
  .progress:nth-of-type(3) .right {
    animation: load2 0.5s linear forwards 1s;
  }
  .progress:last-of-type .right,
  .progress:first-of-type .right {
    animation: load3 0.8s linear forwards 1s;
  }
  @keyframes load1 {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(180deg);
    }
  }
  @keyframes load2 {
    0% {
      z-index: 100;
      transform: rotate(180deg);
    }
    100% {
      z-index: 100;
      transform: rotate(270deg);
    }
  }
  @keyframes load3 {
    0% {
      z-index: 100;
      transform: rotate(180deg);
    }
    100% {
      z-index: 100;
      transform: rotate(315deg);
    }
  }



  h1 {
    font-size: 2em;
    text-align: center;
    color: #012970; /* Deep Blue */
    margin-bottom: 15px;
}

/* Paragraph and Text Styling */
p {
    line-height: 1.6;
    font-size: 1em;
    margin-bottom: 15px;
    color: #444;
}

/* Highlighted Test names */
strong {
    font-weight: bold;
    color: #012970; /* Bright color for highlighting */
}

/* List Style for the Test Names */
ul {
    padding-left: 20px;
    list-style-type: square;
}

/* Test Section Styling */
.test-section {
    background-color: #fff;
    padding: 15px;
    margin: 20px 0;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 300px;
}

/* Test Name Headers */
.test-name {
    font-size: 1.3em;
    color: #012970;
    margin-bottom: 10px;
}

/* Score Comparison Chart Container */
.score-comparison {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 30px;
}

.score-comparison .chart {
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 8px;
    flex: 1;
}

.chart h2 {
    color: #012970;
    margin-bottom: 10px;
    font-size: 1.2em;
}

.chart ul {
    padding-left: 10px;
    list-style-type: none;
}

.chart li {
    margin-bottom: 8px;
}

/* Responsive Layout */
@media (max-width: 768px) {
    .score-comparison {
        flex-direction: column;
    }

    .score-comparison .chart {
        margin-bottom: 20px;
    }
}