body {
  /* font-family: ui-monospace; */
  font-family: sans-serif;
  color: #000000;
}
/* Header */
.navbar {
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 111;
}
.navbar-brand img {
  height: 50px;
}
/* Hero Slider */

/* .hero-slider .carousel-item {
  height: 570px;
  width: 100%;
  background-size: cover;
  background-position: top;
  position: relative;
  background-repeat: no-repeat;
} */

.hero-slider .carousel-item img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}
/* .hero-slider .carousel-item::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.3);
    }
    .hero-slider .carousel-caption {
      top: 50%;
      transform: translateY(-50%);
      text-align: left;
    }
    .hero-slider .carousel-caption h1 {
      font-size: 3rem;
      font-weight: bold;
      color: #fff;
    }
    .hero-slider .carousel-caption p {
      font-size: 1.2rem;
      color: #fff;
    } */
/* Stats Section */
.stats-section {
  background-color: #fff;
  padding: 20px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-top: -80px;
}
.glass-effect {
  /* background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgb(187 187 187 / 30%); */
  background: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.2) url("fallback-bg.png") center/cover;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 15px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  padding: 15px 0px;
}
.glass-effect img {
  /* background: white;
  border-radius: 50%; */
  height: 60px;
  width: 60px;
  /* padding: 5px; */
}

.glass-effect h3 {
  font-weight: 600;
}
.stats-section .stat {
  text-align: center;
  padding: 20px;
  border-right: 1px dashed black;
}
.stats-section .stat h3 {
  font-size: 2.5rem;
  color: #ed363d;
  margin-bottom: 10px;
}
.border-right-0 {
  border-right: 0px !important;
}
.stats-section .stat p {
  font-size: 1rem;
  color: #666;
  font-weight: 600;
}
/* About Section */
.about-section {
  background-color: #fff;
  padding: 50px 0;
}
.about-section h2 {
  font-size: 2.5rem;
  color: #ed363d;
  margin-bottom: 20px;
}
.about-section p {
  font-size: 1.1rem;
  color: #666;
}
/* Why Choose Section */
.why-choose-section {
  background-color: #ffe6e6;
  padding: 50px 0;
}
.why-choose-section h2 {
  font-size: 2.5rem;
  color: #ed363d;
  margin-bottom: 30px;
}
.feature-card {
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  transition: transform 0.3s ease;
  height: 150px;
}
.feature-card p {
  font-size: 22px;
  margin-bottom: 0px;
}
.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.feature-card i {
  font-size: 2rem;
  color: #ed363d;
  margin-bottom: 15px;
  height: 60px;
  width: 60px;
  border: 2px solid red;
  border-radius: 50%;
  padding: 13px 11px;
  margin-top: 10px;
}
/* Product Sliders */
.product-slider {
  background-color: #fff;
  padding: 50px 0;
}
.product-slider h2 {
  font-size: 2.5rem;
  color: #ed363d;
  margin-bottom: 50px;
  font-weight: 600;
}
.text-red {
  color: #ed363d;
  font-size: 24px;
  font-weight: 600;
}
.product-slider .carousel-item img {
  width: 150px;
  margin: 0 auto;
}
/* Benefits Table */
.benefits-section {
  padding: 50px 0;
  background-color: #fff;
}
.benefits-section h2 {
  font-size: 2.5rem;
  color: #ed363d;
  margin-bottom: 50px;
  font-weight: 600;
}
.benefits-table {
  width: 100%;
  border-collapse: collapse;
}
.benefits-table th,
.benefits-table td {
  padding: 15px;
  text-align: center;
  border: 1px solid #fff;
}
.benefits-table th {
  background-color: #ffb6b8;
  color: #000;
  vertical-align: middle;
  font-size: 20px;
}
.benefits-table td {
  background-color: #fff;
}
/* Testimonial Slider */
.testimonial-section {
  background-color: #fff;
  padding: 50px 0;
}
.testimonial-section h2 {
  font-size: 2.5rem;
  color: #ed363d;
  margin-bottom: 50px;
  font-weight: 600;
}
.testimonial-card {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  height: 250px;
  max-height: 350px;
}
/* Contact Form */
.contact-section {
  padding: 50px 0;
  background-color: #ffe6e6;
}
/* .contact-section .container {
  background-color: #ffe6e6;
  padding: 50px;
} */
.contact-section h2 {
  font-size: 2.5rem;
  color: #000000;
  margin-bottom: 30px;
}
.contact-form .form-control {
  margin-bottom: 15px;
}
/* FAQ Section */
.faq-section {
  padding: 50px 0;
  background-color: #fff;
}
.faq-section h2 {
  font-size: 2.5rem;
  color: #ed363d;
  margin-top: 20px;
}
.faq-item {
  margin-bottom: 15px;
}
.faq-question {
  background-color: #fff;
  padding: 15px;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-answer {
  background-color: #f9f9f9;
  padding: 15px;
  border-radius: 5px;
  display: none;
}
.faq-answer.active {
  display: block;
}
/* Footer */
.footer {
  background-color: #333;
  color: #fff;
  padding: 30px 0;
}
.footer a {
  color: #ed363d;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.icon-bg {
  background-color: #ed363d;
  border-radius: 6px;
  padding: 3px 5px;
  font-size: 20px;
}

.slider-container {
  position: relative;
  overflow: hidden;
}

.slider-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  will-change: transform;
}

.slider-card {
  /* min-width: 35%; */
  box-sizing: border-box;
  padding: 15px;
}

.slider-card img {
  /* width: 100%;
      height: auto; */
  /* border-radius: 10px; */
}

.slider-controls {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}

.slider-controls button {
  background-color: #fff;
  border: none;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  padding: 4px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.category-badge {
  background-color: #ff4d4d;
  color: white;
  padding: 8px 16px;
  font-weight: bold;
  border-radius: 6px;
  display: inline-block;
}

@media (max-width: 768px) {
  .slider-card {
    min-width: 50%;
  }
}

@media (max-width: 480px) {
  .slider-card {
    min-width: 100%;
  }
}

/* second slider  */
.slider-container-two {
  position: relative;
  overflow: hidden;
}

.slider-track-two {
  display: flex;
  transition: transform 0.5s ease-in-out;
  will-change: transform;
}

.slider-card-two {
  /* min-width: 25%; */
  box-sizing: border-box;
  padding: 15px;
}

/* .slider-card-two img {
  width: 100%;
  height: auto;
  border-radius: 10px;
} */

.slider-controls-two {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}

.slider-controls-two button {
  background-color: #fff;
  border: none;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  padding: 4px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

@media (max-width: 768px) {
  .slider-card-two {
    min-width: 50%;
  }
}

@media (max-width: 480px) {
  .slider-card-two {
    min-width: 100%;
  }
}

/* product card tile card  */

.product-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  /* border: 1px solid #ddd; */
  transition: box-shadow 0.3s ease;
  cursor: pointer;
}

.product-card:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

/* .product-image {
      width: 100%;
      display: block;
      border-radius: 10px;
    } */

.overlay-content {
  position: absolute;
  /* top: 40px; */
  bottom: 60px;
  left: 0;
  right: 0;
  /* background: rgba(255, 192, 192, 0.95); */
  background-color: #ffb6b8;
  color: #000;
  padding: 1rem;
  transform: translateY(100%);
  transition: transform 0.4s ease;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.product-card:hover .overlay-content {
  transform: translateY(50%);
}

.product-title {
  font-size: 20px;
  font-weight: 600;
}

.product-description {
  font-size: 0.9rem;
  margin-top: 1rem;
  padding-bottom: 30px;
}
label {
  display: inline-block;
  font-size: 18px;
}
.form-select,
.form-control {
  background-color: #ffffff91 !important;
}
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-select ~ label::after {
  background-color: #fff4f4 !important;
}
.w-80 {
  width: 80%;
}

#testimonialSlider .carousel-control-next,
#testimonialSlider .carousel-control-prev {
  position: absolute;
  top: 50px;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4% !important;
  height: 20% !important;
  border-radius: 50% !important;
  background: #dd3849 !important;
  padding: 0;
  color: #000000;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

/* Style for carousel indicators */
.carousel-indicators {
  margin-bottom: 1rem;
}
.carousel-indicators button {
  background-color: #000000; /* Tailwind gray-500 */
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 6px;
}
.carousel-indicators .active {
  background-color: #2563eb; /* Tailwind blue-600 */
}
.carousel-indicators [data-bs-target] {
  background-color: #dd3849 !important;
}
#testimonialSlider .carousel-inner {
  position: relative;
  width: 80%;
  overflow: hidden;
  margin: auto;
}
/* heading  */
/* .twelve h2 {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 160px;
  text-align: center;
  margin: auto;
  white-space: nowrap;
  padding-bottom: 13px;
} */
/* .twelve h2:before {
  background-color: #c50000;
  content: "";
  display: block;
  height: 3px;
  width: 75px;
  margin-bottom: 5px;
} */
.twelve h2:after {
  background-color: #000000;
  content: "";
  display: block;
  position: relative;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 3px;
  width: 100px;
  margin-bottom: 0.25em;
  margin: auto;
}
.testimonial-card p {
  font-size: 20px;
}
.accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: 0px 0px 0px 0rem rgba(13, 110, 253, 0.25) !important;
}

.form-control {
  border: var(--bs-border-width) solid #ffffff00 !important;
}

#scroll {
  position: fixed;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: #dd3849;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
}
#scroll:hover {
  background-color: #e74c3c;
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}
.accordion-button {
  border: 1px solid #dee2e6 !important;
  /* border-radius: 10px; */
}

.accordion-button:not(.collapsed) {
  color: #010101 !important;
  background-color: #fce3e3;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0
    var(--bs-accordion-border-color) !important;
}
.hero-slider-mob {
  display: none;
}
.dropdownlabel label {
  padding-left: 5px;
}
.get-quote-btn {
     position: fixed;
    top: 50%;
    right: -37px;
    transform: rotate(90deg);
    z-index: 9999;
    color: white;
    border-radius: 0.5rem;
    padding: 5px 17px;
    background: #ee3a42;
}
section {
  scroll-margin-top: 150px;
}