* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.scroll-container {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

/* SmartLockBanner.css */
.banner-container {
  background: url('../../images/acc.jpg') no-repeat center center;
  background-size: cover;
  min-height: 400px;
}

.text-gradient {
  background: linear-gradient(90deg, #ff6f3c, #ff90b3, #a380ff, #6e7dff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lock-image {
  max-height: 400px;
}

/* Footer.css */
footer a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
}

footer a:hover {
  text-decoration: none;
  color: #000;
}

.navbar-expand-lg .navbar-nav .nav-link {
  line-height: 20px;
  color: rgba(84, 84, 84, 1.00);
  text-decoration-line: none;
  text-transform: none;
  font-weight: 400;
}

nav.navbar {
  border-bottom: .5px solid #00000014;
}

.active-link {
  font-weight: 500 !important;
}

.hero .text {
  font-size: 12px;
  line-height: 16px;
  color: rgba(15, 15, 15, 1.00);
  text-decoration-line: none;
  text-transform: none;
  font-weight: 400;
  text-align: center;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 48px;
  height: 48px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(227, 227, 227, 1.00);
  border-right-color: rgba(227, 227, 227, 1.00);
  border-bottom-color: rgba(227, 227, 227, 1.00);
  border-left-color: rgba(227, 227, 227, 1.00);
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
  border-bottom-left-radius: 200px;
  background-color: rgb(255 255 255);
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-control-next,
.carousel-control-prev {
  opacity: unset;
}

.hrColor {
  color: #898989;
}

.fs13 {
  font-size: 13px;
}

.about-container {
  font-family: 'Segoe UI', sans-serif;
  background-color: #f8f9fa;
}

.tagline {
  font-style: italic;
  color: #6c757d;
}

.section-card {
  background: #ffffff;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 0.5rem 1.2rem rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.section-card:hover {
  transform: translateY(-5px);
}

.custom-list {
  list-style-type: none;
  padding-left: 0;
}

.custom-list li::before {
  content: \"✔️\";
  margin-right: 0.5rem;
  color: #198754;
}

.contact-box {
  background-color: #e9f7ef;
  padding: 2rem;
  border-radius: 0.75rem;
}

.contact-section {
  background-color: #f8f9fa;
}

.info-card,
.form-card {
  background-color: #ffffff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
}

.info-card:hover,
.form-card:hover {
  transform: translateY(-4px);
}

.contact-info li {
  font-size: 1rem;
  color: #343a40;
}

.contact-info svg {
  font-size: 1.2rem;
}

.form-label {
  font-weight: 500;
}

.navbar-toggler:focus {
  box-shadow: unset;
}

.btn-primary {
  background-color: #0d6efd;
  border-color: #0d6efd;
  transition: background-color 0.3s ease-in-out;
}

.btn-primary:hover {
  background-color: #0b5ed7;
  border-color: #0a58ca;
}

.appliance-icon {
  transition: all 0.5s ease-in-out;
}

.appliance-icon:hover {
  transform: scale(1.25);
}

.greyed-out {
  opacity: 0.3;
}

.Trash {
  width: 18px;
  cursor: pointer;
}

.input-error {
  border: 1px solid red !important;
}

.custom-input {
  border-radius: 6px;
}

.custom-input::placeholder {
  font-size: 14px;
}

.cart-form label {
  font-size: 14px;
}

.cart-form small {
  font-size: 12px;
}

.cart-details {
  font-size: 14px;
}

.inc-dec-btn button {
  color: #000;
  font-size: 12px;
}

.cart-badge {
  position: absolute;
  top: -4px;
  right: -10px;
  background-color: red;
  color: white;
  font-size: 0.70rem;
  font-weight: bold;
  padding: 4px 4px;
  border-radius: 50%;
  line-height: 1;
  min-width: 18px;
  text-align: center;
}


.loader {
  width: 25px;
  height: 25px;
  border: 3px solid #FFF;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*Terms and condition css start*/
.terms .terms-header {
  background: #f8f9fa;
  padding: 60px 0;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

.terms .terms-header h1 {
  font-size: 3rem;
  font-weight: bold;
  color: #000;
}

.terms .terms-header p {
  font-size: 1.2rem;
  color: #555;
}

.terms .section-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #000;
}

.terms .section-content {
  color: #333;
  line-height: 1.7;
}

.terms .service-list {
  list-style: none;
  padding-left: 0;
}

.terms .service-list li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}

.terms .service-list li::before {
  content: '✔';
  position: absolute;
  left: 0;
  color: #198754;
}

.terms .card-section {
  background-color: #fdfdfd;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
  margin-bottom: 40px;
}

.terms footer {
  background-color: #f8f9fa;
  padding: 20px 0;
  text-align: center;
  color: #666;
  font-size: 0.9rem;
}

.terms a {
  color: #0d6efd;
  text-decoration: none;
}

.terms a:hover {
  text-decoration: underline;
}

/*Terms and condition css end*/


/*======================
    404 page start
=======================*/


.page_404 {
  background: #fff;
}

.page_404 img {
  width: 100%;
}

.four_zero_four_bg {
  background-image: url(https://cdn.dribbble.com/users/285475/screenshots/2083086/dribbble_1.gif);
  height: 400px;
  background-position: center;
}


.four_zero_four_bg h1 {
  font-size: 80px;
}

.four_zero_four_bg h3 {
  font-size: 80px;
}

.link_404 {
  color: #fff !important;
  padding: 10px 20px;
  background: #000000;
  margin: 20px 0;
  display: inline-block;
  text-decoration: none;
}

.contant_box_404 {
  margin-top: -50px;
}

/*======================
    404 page end
=======================*/


@media screen and (max-width: 768px) {
  .banner-container {
    background-size: cover;
    min-height: 150px;
  }

  .service-img {
    width: 100%;
    height: 164px;
    margin-bottom: 20px;
  }

  .service-img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
  }

  .slick-slide > div {
    margin: 0 auto;
  }

  .slick-slider {
    overflow: hidden;
  }

  .container {
    padding: 0 15px;
  }
}


@media screen and (max-width: 567px) {
  .Trash {
    width: 15px;
  }

  .logo {
    height: 35px;
  }

  .info-amount{
    max-width: 200px;
    font-size: 13px;
  }
}