.hoverly-one .img-box {
    position: relative;
    overflow: hidden;
}
.single-item img {
    width: 100%;
}
.hoverly-one .overlay {
    position: absolute;
    text-align: center;
    left: 0px;
    align-items: center;
    justify-content: center;
    top: 0px;
    width: 100%;
    display: flex;
    height: 0%;
    background: rgba(0, 0, 0, 0.8);
    transition: .5s cubic-bezier(0.4, 0, 1, 1);
    opacity: 0;
    visibility: hidden;
}
.hoverly-one:hover .overlay {
    height: 100%;
    transition: .5s cubic-bezier(0.4, 0, 1, 1);
    opacity: 1;
    visibility: visible;
}
.lower-content-new {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 30px 10px 15px 10px !important;
}
.single-item .lower-content {
    position: relative;
    padding: 46px 10px 22px 30px;
    border: 1px solid #e5e5e5;
    border-top: none;
    transition: all 500ms ease;
}
.single-item:hover .lower-content {
    box-shadow: 0 15px 16px 0 rgba(0, 0, 0, 0.03), 0 0px 82px 0 rgba(0, 0, 0, 0.02);
    transition: all 500ms ease;
}
.fcontent_wrap {
    padding: 6px 10px;
    position: relative !important;
}
.single-item .icon-box {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: var(--color-6);
    display: inline-block;
    transition: all 500ms ease;
}
.single-item .icon-box img {
    width: 35px;
    height: auto;
}
.single-item .icon-box i:before {
    font-size: 30px;
    color: #fff;
    margin: 0px;
    transition: all 500ms ease;
}
.scontent_wrap {
    padding: 0px 10px;
}
.scontent_wrap h3 {
    font-size: 30px;
    line-height: 30px;
    color: #000;
}
.scontent_wrap h3 a{
    color: #000;
}
.scontent_wrap h3 a:hover{
    color: var(--color-7);
    transition: all 500ms ease;
}
.services-wapper figure img {
    width: 100%;
    transition: all 0.4s ease;
    min-height: 400px;
    max-height: 400px;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
}

.product-image {
    margin: 0;
    border-radius: 10px 10px 0px 0px;
}
.product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.services-wapper-content h4 a {
    font-size: 19px;
    line-height: 1.3em;
    font-weight: 600;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    color: #000;
    min-height: 50px;
    display: block;
}
.services-wapper-content h3 a{
    font-size: 19px;
    line-height: 1.3em;
    font-weight: 600;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    color: #000;
    min-height: 50px;
    display: block;
}
.services-inner .swiper-wrapper {
    padding-bottom: 50px;
}
.services-inner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--color-1);
    width: 20px;
    height: 20px;
}
.services-inner .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
}
.services-inner .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}
.services-inner .row {
  row-gap: 30px;
}
.services-wapper {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.services-wapper-content {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  background: #fff;
  border-radius: 0px 0px 10px 10px;
  padding: 15px 10px;
}
.services-wapper-content h5 {
    color: #000;
    font-weight: 600;
    font-size: 20px;
    font-weight: 600;
}
.services-wapper-content h4 {
    color: #000;
    font-weight: 600;
    font-size: 20px;
    font-weight: 600;
}
/*.services-wapper figure img:hover {
  transform: scale(1.1);
  transition: .3s ease-in-out;
}*/
.services-inner {
    display: flex;
    flex-direction: column;
    row-gap: 50px;
    align-items: center;
}

.services-wapper-content.new-arrivals-product-content {
  background: #f7f7f7;
  border-radius: 0px 0px 10px 10px;
}
.new-arrivals-products .swiper-slide {
  border-radius: 10px;
}
.services-wapper-slider .swiper-button-next, .services-wapper-slider .swiper-button-prev {
    background: var(--color-1);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    color: #fff;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset,10px);
    left: auto;
}

.new-arrivals-products .swiper-button-next, .new-arrivals-products .swiper-button-prev {
  background: var(--color-1);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  color: #fff;
}
.new-arrivals-products .swiper-button-next:hover, .new-arrivals-products .swiper-button-prev:hover {
  background: #fff;
  color: var(--color-1);
}

.best-seller-slider .swiper-button-next, .best-seller-slider .swiper-button-prev {
  background: var(--color-1);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  color: #fff;
}
.best-seller-slider .swiper-button-next, .best-seller-slider .swiper-button-prev {
    background: var(--color-1);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    color: #fff;
}
.best-seller-slider .swiper-button-next:hover, .best-seller-slider .swiper-button-prev:hover {
  background: #fff;
  color: var(--color-1);
}
.area-service h3{
    font-size: 24px;
    font-weight: 600;
    color:#cda85f;
    font-family: var(--font-01);
}
.area-service ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 5px;
    padding: 0;
    margin: 0;
    font-family: var(--font-01);
}
.area-service ul li {
    list-style: none;
}
.area-service ul li a {
    font-size: 16px;
    color: #000;
}
.main-service-bottom ul {
    padding: 0;
    display: flex;
    flex-direction: column;
    row-gap: 7px;
}
.main-service-bottom li {
    list-style: none;
    padding-left: 25px;
    position: relative;
    line-height: 25px;
    font-family: var(--font-01);
}
.main-service-bottom a {
    font-family: var(--font-01);
    color: #000;
}
.main-service-bottom li::after {
    position: absolute;
    left: 0;
    top: 0;
    content: '\f058';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 400;
    font-style: normal;
    color: #cda85f;
}
.areas-service-inner-left h3 {
    font-family: var(--font-01);
    font-size: 42px;
}
.areas-service-inner-right h3 {
    font-family: var(--font-01);
    font-size: 42px;
}
.areas-service-inner-head h2 {
    font-family: var(--font-01);
    font-size: 1.5rem;
}
.main-service-bottom {
    color: dimgray;
    font-size: 18px;
    font-family: var(--font-01);
    font-weight: 400;
    line-height: 28px;
}
@media(max-width:576px){
    .product-image {
        max-width: 100%;
        width: 100%;
    }
    .services-wapper-content h4 a {
        min-height: auto;
        display: block;
    }
    .services-wapper-content h3 a {
        min-height: auto;
        display: block;
        font-size: 20px;
    }
    .services-wapper-content h4{
        font-size: 24px;
    }
    .services-wapper figure img{
        max-height: fit-content;
    }
}