/* Hive walk score css */
.walk-score-section{
    /* background-color: #759294; */
    
}
.walk-score-section .walkscore-container {
  padding: 48px 16px;
  position: relative;
  justify-content: center;
  align-items: center;
}
.walk-score-section .nb-title-wrapper {
  text-align: center;
}
.walk-score-section .nb-title-wrapper h2 {
  text-transform: uppercase;
  margin-bottom: 0;
  /* color: #fff; */
}
.walk-score-text-wrapper .walk-score-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
  flex-flow: wrap;
}
.nb-title-wrapper {
  width: 45%;
}
.walk-score-text-wrapper {
  width: calc(55% - 9px);
  position: relative;
  z-index: 1;
  justify-content: center;
  align-items: center;
  padding-left: 50px;
}
.walk-score-text-wrapper .score-inner {
  position: relative;
  padding: 20px 0;
  width: 100%;
  text-align: center;
     /*  border: 1px solid; */
      /* color: #fff; */
}
.walk-score-section .nb-scores {
   width: 47%;
  max-width: 400px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.walk-score-section .score-number {
  font-weight: 400;
  font-size: 5rem;
  line-height: 1;
  text-align: center;
  /* color: #fff; */
}
.walk-score-section .score-desc {
  font-weight: 500;
  font-size: 1.5rem;
  text-align: center;
  text-transform: capitalize ;
  position: relative;
  line-height: 1;
  background-color: rgba(255, 255, 255, 0.10);
  padding: 20px;
  width: 100%;
  /* color: #fff; */
}
.walk-score-section .walkscore-bg {
 display: none;
}
.walk-score-section .nb-title-wrapper{
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1440px) {

.walk-score-section .score-desc{
      min-width: 160px;
}
.walk-score-text-wrapper
 {
   
    padding-left: 0;

}
.walk-score-text-wrapper .walk-score-text {
  gap: 30px;  
}
}
@media screen and (max-width: 1024px) {
  .walk-score-section .nb-title-wrapper{    
        margin-bottom: 20px;
        width: 100%;
        z-index: 1;
  }
  .walk-score-section .walkscore-container {
    flex-flow: wrap;
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: auto;
  }
  .walk-score-section .score-number{
     font-size: 4.38rem;
  }
  .walk-score-section .score-desc{
    font-size: 1.25rem;
  }
.walk-score-text-wrapper{
  width: 100%;
}

}
@media screen and (max-width: 767px) {
 
  .walk-score-text-wrapper .walk-score-text {
  gap: 24px;  
}
 
  .walk-score-section .score-desc{
    font-size: 1rem;
  }
     .walk-score-section .nb-scores {
    width: 100%;
  }
 
}
