/*
Theme Name: FishRook Theme
Author: Ititans Private Limited
Version: 1.0
Description: Custom Tailwind WordPress Theme for FishRook
*/
/* Arrows circle */
/* Arrow circle */
.custom-arrow{
    @apply width:10px !important;
    @apply height:10px !important;
    @apply border:2px solid #fff !important;
    @apply border-radius:9999px !important;
    @apply display:flex !important;
    @apply align-items:center;
    @apply justify-content:center;
}

/* Arrow icon */
.swiper-button-next::after,
.swiper-button-prev::after{
    @apply color:#fff !important;
    @apply font-size:12px !important;
    @apply font-weight:bold;
}

/* arrows outside testimonial */
.swiper-button-prev{
    @apply left:-70px !important;
}

.swiper-button-next{
   @apply  right:-70px !important;
}

/* dots */
.swiper-pagination-bullet{
   @apply background:#fff !important;
    @apply opacity:.4 !important;
}

/* active dot */
.swiper-pagination-bullet-active{
    @apply opacity:1 !important;
    @apply background:#fff !important;
}

.stroke-text {
    color: transparent; /* text fill transparent */
    -webkit-text-stroke: 2px white; /* border/outline */
    text-stroke: 2px white; /* fallback */
}