.cpt-carousel-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    text-align: center;
}

.cpt-thumb img {
    width: 100%;
    height: auto;
    display: block;
    transition: opacity 0.4s ease-in-out;
}

.cpt-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    color: #fff;
    opacity: 0;
    border: 1px solid #DAB088;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: opacity 0.4s ease-in-out;
    border-radius: 10px;
}
.cpt-title {
    color: #3A3A38;
    font-family: "EB Garamond", Sans-serif;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px;
}

.cpt-excerpt {
    color: #3A3A38;
    font-family: "DM Sans", Sans-serif;
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 15px;
}

.cpt-btn {
    padding: 8px 15px;
    border-radius: 5px;
    text-decoration: none;
    transition: background 0.3s;
    font-family: "DM Sans", Sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #DAB088;
    border-color: #DAB088;
    border-width: 1px;
    border-style: solid;
    width: 120px;
    margin: 0 auto;
}

.cpt-btn:hover
 {
    background: #DAB088;
    color: #ffffff;
}

.cpt-carousel-item:hover .cpt-thumb img {
    opacity: 0;
}

.cpt-carousel-item:hover .cpt-overlay {
    opacity: 1;
}

.swiper-button-prev:after {
      content: "\276E";
    left: 6px;
}
.swiper-button-next:after {
  content: "\276F";  /* ❯ */
   right: 6px;
}

.swiper-button-prev:after , .swiper-button-next:after
 {
    position: absolute;
    top: 10px;
    color: #555;
    font-size: 20px;
    background: #dfdfdfe8;
    height: 30px;
    width: 30px;
    text-align: center;
    display: block;
    z-index: 1;
        line-height: normal;
    border-radius: 6px;
}

.swiper-button-prev, .swiper-button-next {
    left: 0px;
    right: auto;
    background: none;
}

.swiper-button-next {
    right: 0;
    left: auto;
}





/*deal css*/
