/* @import url("https://fonts.googleapis.com/css2?family=Muli:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

.bg-orange {
  background-color: #fb9622;
}
.bg-light-blue {
  background-color: #f0fbff;
}
.tab-content p,
h4,
h5 {
  font-size: 16px;
}
.image-1 {
  position: relative;
}
.image-1::after {
  content: "01";
  font-size: 150px;
  position: absolute;
  top: -75px;
  opacity: 0.1;
  font-weight: 900;
  left: -33px;
  z-index: -1;
}
.image-2 {
  position: relative;
}
.image-2::after {
  content: "02";
  font-size: 150px;
  position: absolute;
  top: -75px;
  opacity: 0.1;
  font-weight: 900;
  left: -33px;
  z-index: -1;
}
.image-3 {
  position: relative;
}
.image-3::after {
  content: "03";
  font-size: 150px;
  position: absolute;
  top: -75px;
  opacity: 0.1;
  font-weight: 900;
  left: -33px;
  z-index: -1;
}
.image-4 {
  position: relative;
}
.image-4::after {
  content: "04";
  font-size: 150px;
  position: absolute;
  top: -75px;
  opacity: 0.1;
  font-weight: 900;
  left: -33px;
  z-index: -1;
}

@media (width <= 768px) {
  .image-1::after,
  .image-2::after,
  .image-3::after,
  .image-4::after {
    left: auto;
  }
}
.bg-blue {
  background-color: #0095ff;
}
.img-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.img-box img {
  border-radius: 0% 50% 50% 50%;
}
.img-box button {
  background-color: blue;
  border-radius: 50%;
  padding: 0.5rem 0.7rem;
  border: none;
  position: relative;
  bottom: 1rem;
  font-weight: 900;
  color: white;
}
.img-box-description {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  text-align: center;
  font-weight: 200;
  font-size: small;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.img-box-description span {
  font-weight: bold;
  font-size: large;
}
.about-heading {
  display: flex;
  justify-content: space-between;
}
.about-heading h2 {
  font-weight: 700;
  color: #101010;
}
.about-heading div button {
  border: none;
  color: gray;
  font-size: x-large;
}
.about-heading div button:hover {
  color: #101010;
}

@media (width <= 768px) {
  .about-heading {
    flex-direction: column;
  }
}
.testimonial-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
  background-color: #e0e0e0;
  width: 18rem;
  margin: 1rem;
}
.testimonial-card img {
  border-radius: 50%;
}
.testimonial-card > img {
  width: 100px;
  height: 50px;
  border-radius: 0%;
}
.carousel-indicators {
  bottom: -1.5rem;
}
.carousel-indicators button.active {
  border-color: blue !important;
}
.carousel-indicators button {
  border-radius: 50%;
  padding: 2px;
  margin: 2px;
  border: solid #d0d0d0 1px;
}
.clients .d-flex {
  justify-content: center;
  gap: 6rem;
}
.clients .d-flex div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
}

.special-badge {
  padding: 1rem;
  color: black;
  background-color: white;
}

img:not(.img-fluid) {
  max-width: 100%;
  object-fit: cover;
}

@media (768px < width) {
  .md-w-50 {
    width: 50%;
  }
}

.btn-warning {
  background-color: #ff9b1e !important;
}

.btn-outline-info {
  border-color: #4285f4 !important;
  color: #4285f4 !important;
}

.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info:active {
  border-color: #4285f4 !important;
  color: #4285f4 !important;
}

* :not(.fa, .fa-solid, .fa-regular, i) {
  font-family: "Muli", sans-serif;
}

.me-3 {
  background-color: gray;
  padding: 1rem 1.2rem;
  border-radius: 100%;
  color: white;
}

@media (width <= 768px) {
  .me-3 {
    padding: 0.5rem 0.7rem;
    margin-top: 1rem;
    margin-right: 0px !important;
    width: fit-content;
  }
}

.bg-warning {
}

.btn-warning,
.btn-primary {
  border-radius: 8px;
}

/* .dropdown-item:hover {
  background-color: #4285f4;
  color: white !important;
  font-weight: 600 !important;
}

.dropdown-menu {
  padding: 0px;
  width: 200px;
  border-top: #f48f09 2px solid;
} 


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.nav-underline .nav-link {
  padding: 0.5rem;
}

#card-list .card {
  height: 13rem;
  transition: 500ms;
}

#card-list-2 .card {
  height: 24rem;
  transition: 500ms;
}

#card-list-3 .card {
  height: 15rem;
  transition: 500ms;
}

#card-list .card:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.nav-avz {
  width: 350px !important;
}

@media (width < 350px) {
  .nav-avz {
    scale: 0.7;
  }
}

.tick-list {
  ::marker {
    font-size: 1.5rem;
    content: "✓";
  }
}

.special {
  background-color: rgb(255, 255, 205);
  border: rgb(255, 208, 0) solid 1px;
}

.most-popular-badge {
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  width: fit-content;
  margin: auto;
  color: black;
  background-color: rgb(255, 208, 0);
  font-weight: bold;
  font-size: 12px;
}


.text-white .special-service {
  transform: translatex(0px) translatey(0px);
}


.text-white .row {
  margin-left: 0px;
  margin-right: 0px;
}

h3 {
  font-weight: bold;
}


.myInput {
  margin: 10px;
  padding: 0;
  border: none;
  outline: none;
}


.myInput {
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #333;
}


.myInput {
  box-sizing: border-box;
}


.myInput::placeholder {
  color: #999;
}


.myInput {
  border: none;
}


.myInput:hover,
.myInput:focus {
  border: none;
}





.myInput::-webkit-inner-spin-button,
.myInput::-webkit-outer-spin-button,
.myInput::-webkit-search-cancel-button,
.myInput::-webkit-search-clear-button,
.myInput::-webkit-search-results-button,
.myInput::-webkit-search-results-decoration {
  display: none;
}

.strikthrough {
  text-decoration: line-through;
}

.anchor {
  display: block;
  scroll-margin-top: 5em;
  visibility: hidden;
}

.accordion-body {
  overflow-x: scroll;
}



.desktop {
  display: none;
}

@media (width > 768px) {
  .desktop {
    display: block;
  }
}

.mobile {
  display: block;
}

@media (width > 768px) {
  .mobile {
    display: none;
  }
}
 */