body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "Fira Sans", sans-serif;
}

.card img {
  height: 250px;
  object-fit: cover;
}

h2 {
  margin-top: 20px;
  border-bottom: 2px solid #ffffff33;
  padding-bottom: 10px;
}

footer {
  border-top: 1px solid #ffffff22;
}

.btn-light {
  border-radius: 25px;
  font-weight: bold;
  padding: 10px 20px;
}

#reviewCarousel p {
  font-size: 1.2rem;
  font-style: italic;
  padding: 20px;
}

.carousel img {
  width: 70px;
  max-height: 70px;
  border-radius: 50%;
  margin-right: 1rem;
  overflow: hidden;
}
.carousel-inner {
  padding: 1em;
}

@media screen and (min-width: 576px) {
  .carousel-inner {
    display: flex;
    width: 90%;
    margin-inline: auto;
    padding: 1em 0;
    overflow: hidden;
  }
  .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100% / 2);
  }
}
@media screen and (min-width: 768px) {
  .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100% / 3);
  }
}
.carousel .card {
  margin: 0 0.5em;
  border: 0;
}

.carousel-control-prev,
.carousel-control-next {
  width: 3rem;
  height: 3rem;
  background-color: grey;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

 .swiper {
      padding: 30px 0;
    }

    .swiper-slide {
      background: #2c2c2c;
      color: white;
      border-radius: 15px;
      padding: 20px;
      height: auto;
    }

    .review-img {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      object-fit: cover;
      margin-right: 15px;
    }


    .review-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
}

#contact input,
#contact textarea {
  background-color: #1f1f1f;
  color: white;
  border: 1px solid #444;
}

#contact input::placeholder,
#contact textarea::placeholder {
  color: #bbb;
}

#contact input:focus,
#contact textarea:focus {
  border-color: #fff;
  box-shadow: none;
}
.modal-1000 {
  max-width: 1000px;
}

.offer-my{
  font-size: 0.9rem;
}

.section-background-color{
  background-color: #1f1f1f !important;
}

.contact-info {
  background-color: #1f1f1f !important;
}

.card-body-bg {
  background-color: #1f1f1f !important;
}

.WatchZone-bg{
  background-color: #1f1f1f !important;
  
}
.swiper-slide{
  height: 200px !important;
}
.pt-2{
  padding-top: 1.5rem !important;
}

.payment-bg{
  background-color: #1f1f1f !important;
}

.FAQ-bg{
  background-color: #1f1f1f !important;
}

#contact input, #contact textarea{
  background-color: black;
}

.bg-touch{
  background-color: black !important;
}
.yl{
  color: yellow;
}
.stylish-price {
  font-size: 1.4rem;
  font-weight: 800;
  /* text-transform: uppercase; */
  background: linear-gradient(90deg, #ffd700, #ffa500); /* Gold to orange */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 1px 1px 4px rgba(255, 165, 0, 0.3);
  letter-spacing: 1px;
  transition: transform 0.3s ease-in-out;
}

.stylish-price:hover {
  transform: scale(1.05);
}

.card-img-top :hover{
  overflow: hidden;
}
.card-hover .card-img-top{
  transition: all 0.3s linear !important;
}
.card-hover:hover .card-img-top{
  transform: scale(1.1);
}