.container-fluid {
  width: 90%;
}
.ltn__main-menu > ul {
  justify-content: flex-end;
}
.section-bg-6 {
  background-color: #000001;
}
.ltn__header-options i,
.ltn__header-top-area i {
  color: #ffffff;
}
.footer-top-area {
  padding-top: 50px;
  padding-bottom: 50px;
}
.ltn__list-item-half li {
    width: 70%;
}
.section-bg-7 {
  background: #1d1c1a;
}
.section-title {
  font-size: 35px;
}
.about-us-info-wrap h6 {
  margin: 0;
}
.about-us-info-wrap .section-title {
  margin: 0;
  text-align: left;
}
.about-us-info-wrap ul {
  margin: 0;
}
.about-us-info-wrap .btn-wrapper {
  margin-top: 30px;
}
.about-us-info-wrap .section-title-area {
  margin-bottom: 0px;
}
.about-us-info-wrap p {
  margin-bottom: 0px;
  margin-top: 0px !important;
}
.ltn__about-us-area .slick-slide {
  width: 400px !important;
}
.section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
.section-title {
  text-align: center;
  color: #b59410;
  margin-bottom: 10px;
}
.section-paragraph {
  width: 65% !important;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 10px;
  color: #000000;
}
.footer-title {
  color: #b59410 !important;
}
.contact-box {
  border-radius: 20px;
}
.contact-box {
  padding: 30px 25px;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
textarea {
  height: 40px;
}
.info-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 98%;
  /* margin-left: 100px; */
}

.choose-wrapper {
  padding: 50px 0;
}

.card-glass {
  background: #fff;
  border-radius: 18px;
  padding: 35px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 2px 8px;
  border: 1px solid #f1f1f1;
  transition: 0.3s;
}

.card-glass:hover {
  box-shadow: rgba(0, 0, 0, 0.12) 0px 12px 24px;
  /* transform: translateY(-4px); */
}

/* .section-title {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 18px;
} */

.section-title span {
  color: #000000;
}

.choose-list {
  margin-top: 20px;
}

.choose-list li {
  margin-bottom: 12px;
  display: flex;
  align-items: flex-start;
  font-size: 15px;
}

.choose-list li i {
  margin-right: 8px;
  color: #000;
  font-size: 18px;
  margin-top: 2px;
}

.carousel-indicators [data-bs-target] {
  background-color: #333;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.carousel-indicators {
  bottom: -50px;
}

.carousel-inner img {
  object-fit: contain;
  height: 550px;
  border-radius: 12px;
}

.service-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: center;
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  /* margin: 1rem 0; */
  /*height: 300px;*/
  justify-content: space-between;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
}

.service-icon {
  font-size: 40px;
  /* color: #dabf76; */
  width: 60px;
  height: 60px;
  /* background: #e8f5e9; */
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-bottom: 20px !important;
  margin: 0 auto;
  transition: background 0.3s ease, color 0.3s ease;
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }
}

.service-card:hover .service-icon {
  /* background: #dabf76; */
  color: #000000;
}

.service-content h2 {
  font-size: 22px;
  margin-bottom: 10px;
  color: #333;
}

.service-content p {
  font-size: 15px;
  color: #666;
  margin-bottom: 15px;
  line-height: 1.6;
}

.btn-read-more {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #af8002;
  font-weight: 500;
  transition: color 0.3s ease;
}

.btn-read-more i {
  margin-left: 5px;
  transition: transform 0.3s ease;
}

.btn-read-more:hover {
  color: #dabf76;
}

.btn-read-more:hover i {
  transform: translateX(5px);
}
.btn-custom {
    border-radius: 8px;
    padding: 5px 10px;
    font-weight: 500;
    /* transition: all 0.3s ease; */
    margin-right: 0;
}
.line {
  width: 70px;
  height: 5px;
  background: #000;
  margin: 0 auto;
  border-radius: 30px;
  margin-bottom: 10px;
}

.ltn__counterup-area {
  background: #000;
  margin: 0px 40px;
  border-radius: 35px;
}
.ltn__counterup-item {
  text-align: center;
  margin-bottom: 0;
}
.ltn__counterup-item h1 {
  margin-bottom: 5px;
  font-size: 55px;
  color: #fff;
}
.elementor-button-link {
  background: #000;
}
.elementor-button-link:hover {
  background: #fff;
  border: 2px solid #dabf76;
  color: #000;
}
.site-logo a img {
  border-radius: 15px;
}
.card-glass section h2 {
  font-size: 20px;
  font-weight: 600;
  margin: 5px 0px;
}
.ltn__header-middle-area {
  background: #f2dca191;
}
.contact-section {
  padding: 50px 0;
}

.section-title-area p {
  max-width: 100%;
}
.section-title-area {
  margin-bottom: 50px;
  margin-top: -5px;
}
.ltn__testimonial-item {
  padding: 30px 35px 5px;
  margin-bottom: 0px;
  height: 250px;
}
 .product-card {
        border: none;
        border-radius: 12px;
        overflow: hidden;
        margin-bottom: 12px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .product-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

    .product-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .product-title {
        font-size: 1.2rem;
        font-weight: 600;
        color: #2c3e50;
        margin-bottom: 0.5rem;
    }

    .product-price {
        font-size: 1.2rem;
        font-weight: 700;
        color: #27ae60;
        margin-bottom: 1rem;
    }

    .btn-custom {
        border-radius: 8px;
        padding: 5px 9px;
        font-weight: 500;
        /* transition: all 0.3s ease; */
        margin-right: 0;
    }

    .btn-buy {
        background: #25d366;
        border: 2px solid #25d366;
        color: white;
    }

    /* .btn-buy:hover {
        background: linear-gradient(135deg, #ffffffff 0%, #ffffffff 100%);
        border: 2px solid #000;
        color: #dabf76;
    } */

    .btn-cart {
        background-color: #fff;
        border: 2px solid #d59e0a;
        color: #d59e0a;
    }

    .btn-cart:hover {
        background-color: #dabf76;
        color: #000000;
        border-color: #dabf76;
    }

    .card-body {
        height: 150px;
        justify-content: space-between;
        display: flex;
        flex-direction: column;
    }
@media (max-width: 1500px) {
    .about-us-info-wrap .section-title{
        width: 100% !important;
    }
}
@media (min-width: 1410px) and (max-width: 1700px) {
    
    .ltn__slide-item-6 {
    min-height: 500px !important;
    height: 500px !important;
    background-size: 100% 100%;
}
}

@media (max-width: 767px) {
  .choose-wrapper {
    padding: 40px 0;
  }

  .section-title {
    text-align: center;
    font-size: 28px;
  }
  .top--header-data {
    margin-left: 0px !important;
  }
  .head-data {
    flex-direction: column;
  }
  .head-social {
    justify-content: center !important;
  }
  .ltn__slide-item-6 {
    min-height: auto !important;
    height: auto !important;
    padding-top: 0px;
  }
  .ltn__slide-item-inner {
    padding: 10px 20px;
  }
  .section-title {
    width: 100% !important;
  }
  .about-us-info-wrap ul li {
    justify-content: left !important;
  }
  .section-paragraph {
    width: 100% !important;
  }
  .product-card {
    margin-bottom: 10px;
  }
  .card-glass {
    margin-top: 45px;
    padding: 15px !important;
  }
  .carousel-inner img {
    height: auto !important;
  }
  .card-glass section h2 {
    font-size: 18px;
  }
  .info-box h1 {
    font-size: 45px !important;
    line-height: 3.5rem !important;
  }
  .ltn__counterup-item {
    text-align: center !important;
    padding: 0px 0px 0px 0px !important;
  }
}
