img {
  width: 100%;
  display: flex;
}

.colorblind-mode {
  filter: grayscale(100%);
}

.colorblind-mode .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}




.colorblind-mode .py-3 {
  padding-top: 1rem!important;
  padding-bottom: 1rem!important;
}



/* about */
.bg-about1{
  background-image: url(../img/bgabout.jpg);
  background-size: cover;
  /* height: auto; */
}

.bg-about2{
  background-image: url(../img/bgabout2.jpg);
  background-size: cover;
  height:300px;
}

.text-darkblue{
  color: #032B44;
}

.card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* Services */
/*body, html {
  height: 100%;
  margin: 0;
}
/*.bgServices {
  display: flex;
  padding-right: 6%;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  background: url('assets/img/bgServices.png') no-repeat center center/cover;
}*/

.services-section {
  background-image: url(../img/bgServices.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin: auto;
  padding-bottom: 50px; 
}


.calculator {
  width: 490px;
  padding: 25px;
  border: 1px solid #ffffff;
  border-radius: 20px;
  background-color: #ffffff;
  margin: 0 auto; /* Center horizontally */
  display: block; /* Ensure it's a block-level element */
  margin-bottom: 20px; /* Add this line to create the gap at the bottom */
}

.total-price {
  font-weight: bold;
  margin-top: 20px;
  text-align: right;
} 

#clear-all {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
@media (max-width: 768px) {
  main {
      flex-direction: column; /* Stack items vertically */
  }
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}
