/*========================================
            HOME-GRID PAGE STYLE
=========================================*/
.banner-part {
  /*padding: 25px 0px 0px;*/
}

.home-grid-promo {
  margin-bottom: 25px;
}

.home-grid-promo a img {
    width: 100%;
    border-radius: 8px;
    height: 187px;
    object-fit: cover;
    box-shadow: 0px 3px 10px 0px #898989a8;
}
.home-grid-slider {
  margin-bottom: 25px;
}

.home-grid-slider a {
    /*border-radius: 8px;*/
}
.home-grid-slider {
    border-radius: 8px;
    /*box-shadow: 0px 3px 10px 0px #898989a8;*/
}
.home-grid-slider img {
    width: 100%;
    /*border-radius: 8px;*/
    /*object-fit: cover;*/
    height: 460px;
}

.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;
    box-shadow: 0px 3px 10px 0px #898989a8;
}

.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;
  }

  .home-grid-slider img {
    height: 160px;
}

}

.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 {
  left: 50px;
}

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

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

.blog-slider .blog-card {
    margin: 0px 15px 25px;
    box-shadow: 0px 0px 3px 0px #898989a8;
    border-radius: 8px;
    background: #fff;
}

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

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


/* Section */
.fp-tag {
    color: #f4a100;
    font-weight: 600;
    letter-spacing: 1px;
}

.fp-title {
    font-size: 40px;
    font-weight: 800;
    color: #0b2c63;
    margin: 10px 0;
}

.fp-desc {
    color: #6c757d;
    max-width: 520px;
    line-height: 1.8;
}

/* Card */
.fp-card {
    background: #fff;
    padding: 20px;
    border-radius: 22px;
    text-align: center;
    height: 100%;
    box-shadow: 0 20px 40px rgba(11,44,99,00.08);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.fp-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent, rgba(11,44,99,0.06), transparent);
    opacity: 0;
    transition: 0.4s;
}

.fp-card:hover::before {
    opacity: 1;
}

.fp-card:hover {
    transform: translateY(-12px);
}

/* Graphic */
.fp-graphic {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    transition: 0.4s ease;
}

.fp-card:hover .fp-graphic {
    transform: scale(1.08) rotate(-3deg);
}

.fp-card h4 {
    font-size: 22px;
    font-weight: 700;
    color: #0b2c63;
    margin-bottom: 12px;
}

.fp-card p {
    color: #6c757d;
    line-height: 1.7;
    font-size: 15px;
}
