/*========================================
            INDEX PAGE STYLE
=========================================*/


.home-index-slider .dandik {
  right: 30px;
}

.home-index-slider .bamdik {
  left: 30px;
}

.home-index-slider .slick-dots {
  bottom: 50px;
}

.banner-part {
  padding: 50px 0px 60px;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}

.banner-part::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.05;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.banner-1 {
  background: -webkit-gradient(linear, left top, right top, from(#45f76354), to(#ffc3d024));
  background: linear-gradient(to right, #45f76354, #ffc3d024);
}

.banner-2 {
  background: -webkit-gradient(linear, right top, left top, from(#45f76354), to(#ffc3d024));
  background: linear-gradient(to left, #45f76354, #ffc3d024);
}

.banner-content h1 {
  text-transform: capitalize;
  margin-bottom: 22px;
}

.banner-content p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 50px;
}

.banner-btn .btn {
  margin-right: 15px;
}

.banner-img img {
  width: 100%;
}

@media (max-width: 767px) {
  .banner-content h1 {
    font-size: 38px;
    line-height: 48px;
  }

  .banner-img {
    display: none;
  }

  .banner-btn .btn {
    margin: 8px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .banner-content h1 {
    font-size: 32px;
    line-height: 42px;
  }

  .banner-btn .btn {
    padding: 14px 22px;
    margin-right: 10px;
  }
}

.suggest-slider li {
  margin: 0px 10px;
}

@media (max-width: 575px) {
  .suggest-slider li {
    margin: 0px 5px;
  }
}

.promo-img {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}

.promo-img a {
  width: 100%;
}

.promo-img a img {
  width: 100%;
  border-radius: 8px;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.promo-img a img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

@media (max-width: 767px) {
  .promo-img {
    margin: 12px 0px;
  }
}

.new-slider li {
  margin: 0px 12px;
}

@media (max-width: 575px) {
  .new-slider .product-card {
    width: 220px;
  }
}

.testimonial-slider .slick-slide {
  opacity: 0.3;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.testimonial-slider .slick-center {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.testimonial-slider .dandik,
.testimonial-slider .bamdik {
  opacity: 1;
  visibility: visible;
}

.testimonial-slider .dandik {
  right: 50px;
}

.testimonial-slider .bamdik {
  left: 50px;
}

.brand-slider .dandik,
.brand-slider .bamdik {
  top: 35%;
}

.blog-slider .blog-card {
  margin: 0px 15px 25px;
}

.blog-slider .dandik,
.blog-slider .bamdik {
  top: 43%;
}

@media (max-width: 767px) {
  .blog-slider .blog-card {
    margin: 0px 10px 25px;
  }
}

/*========================================
        SMALL FEEDBACK CARDS STYLES
=========================================*/
.feedback-carousel-slider {
  padding: 20px 0;
}

.small-testimonial-card {
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  margin: 0 8px;
  border: 1px solid #f0f0f0;
  position: relative;
  transition: all 0.3s ease;
  height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}

.card-header img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #dfa10c;
}

.customer-info h6 {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 600;
  color: #333;
  line-height: 1.2;
}

.customer-info span {
  font-size: 0.75rem;
  color: #6c757d;
  display: block;
}

.rating-stars {
  display: flex;
  gap: 2px;
  margin-bottom: 12px;
}

.rating-stars i {
  color: #ffc107;
  font-size: 12px;
}

.small-testimonial-card p {
  font-size: 0.8rem;
  line-height: 1.4;
  color: #555;
  margin: 0;
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.quote-icon {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: #dfa10c;
  color: white;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  opacity: 0.8;
}

/* Carousel Navigation */
.feedback-carousel-slider .dandik,
.feedback-carousel-slider .bamdik {
  background: #dfa10c;
  color: white;
  border: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 18px;
  box-shadow: 0 3px 15px rgba(0, 102, 204, 0.3);
  transition: all 0.3s ease;
}

.feedback-carousel-slider .dandik {
  right: 20px;
}

.feedback-carousel-slider .bamdik {
  left: 20px;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .small-testimonial-card {
    height: 300px;
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .small-testimonial-card {
    height: 320px;
    padding: 18px;
    margin: 0 8px;
  }

  .small-testimonial-card p {
    font-size: 0.8rem;
    -webkit-line-clamp: 5;
  }

  .card-header img {
    width: 40px;
    height: 40px;
  }

  .customer-info h6 {
    font-size: 0.85rem;
  }

  .customer-info span {
    font-size: 0.7rem;
  }
}

@media (max-width: 576px) {
  .small-testimonial-card {
    height: 280px;
    padding: 15px;
  }

  .quote-icon {
    width: 25px;
    height: 25px;
    font-size: 10px;
  }
}

.suggest-part {
  margin-bottom: 50px;
}

/*========================================
        BRAND SLIDER RESPONSIVE
=========================================*/
.brand-wrap {
  margin: 0 12px;
  padding: 10px;
}

.brand-media {
  transform: scale(0.95);
  transition: transform 0.3s ease;
}

.brand-meta h4 {
  font-size: 1rem;
}

@media (max-width: 576px) {
  .brand-wrap {
    margin: 0 15px;
    padding: 12px;
  }

  .brand-media {
    transform: scale(0.75);
  }

  .brand-meta h4 {
    font-size: 0.8rem;
  }
}

@media (max-width: 768px) {
  .brand-wrap {
    margin: 0 10px;
    padding: 8px;
  }

  .brand-media {
    transform: scale(0.85);
  }

  .brand-meta h4 {
    font-size: 0.9rem;
  }
}

/*========================================
        NAV TABS MOBILE RESPONSIVE
=========================================*/
@media (max-width: 576px) {
  .nav-tabs {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 5px;
    border: none;
    justify-content: space-between;
    padding: 0 10px;
  }

  .nav-tabs li {
    flex: 1;
  }

  .nav-tabs .tab-link {
    padding: 6px 8px;
    font-size: 0.7rem;
    border-radius: 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    min-height: 50px;
    justify-content: center;
  }

  .nav-tabs .tab-link i {
    font-size: 0.75rem;
  }

  .nav-tabs .tab-link span {
    font-size: 0.6rem;
    line-height: 1;
    white-space: nowrap;
  }
}

/*========================================
        BANNER PART RESPONSIVE
=========================================*/
.banner-part.banner-2 {
  width: 100%;
  overflow: hidden;
}

.banner-part.banner-2 img {
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 1200px) {
  .banner-part.banner-2 img {
    height: 300px;
  }
}

@media (max-width: 768px) {
  .banner-part.banner-2 img {
    height: 200px;
  }
}

@media (max-width: 576px) {
  .banner-part.banner-2 img {
    height: 150px;
  }
}
