/* Default Styles */
.adrizo-pf-card .btn-icon {
    line-height: 0;
}

.adrizo-pf-card .thumb {
    line-height: 0;
}

.adrizo-pf-card .thumb img {
    object-fit: cover;
}

.adrizo-pf-card .category-list {
    display: flex;
    align-items: center;
    gap: 10px;
}

.adrizo-pf-card .btn-marquee {
    overflow: hidden;
    width: 200px;
    display: inline-block;
    background: #000;
    color: #fff;
    fill: #fff;
    padding: 10px 24px;
    border-radius: 100px;
}

.adrizo-pf-card .marquee-outer {
    display: flex;
    overflow: hidden;
    width: 100%;
}

.adrizo-pf-card .marquee-track {
    display: flex;
    align-items: center;
    white-space: nowrap;
    will-change: transform;
}

.adrizo-pf-card .marquee-item {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    gap: 10px;
    padding-right: 10px;
}



/* Style One */
.adrizo-pf-card.style-1 .thumb {
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
}

.adrizo-pf-card.style-1 .thumb::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 100, 255, 0) 62.85%, #0064FF 100%);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
}

.adrizo-pf-card.style-1 .thumb:hover::before {
    opacity: 1;
}

.adrizo-pf-card.style-1 .thumb img {
    width: 100%;
    display: block;
}

.adrizo-pf-card.style-1 .thumb-strips {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    display: flex;
    overflow: hidden;
    pointer-events: none;
}

.adrizo-pf-card.style-1 .thumb-strips .strip {
    flex: 1;
    height: 100%;
    background-repeat: no-repeat;
    filter: blur(0px);
    transform: scale(1);
    transition-property: filter, transform;
    transition-timing-function: ease;
}

.adrizo-pf-card.style-1 .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
}

.adrizo-pf-card.style-1 .title {
    margin-bottom: 10px;
}

.adrizo-pf-card.style-1 .btn-marquee {
    position: absolute;
    left: 50%;
    top: 51%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
}


.adrizo-pf-card.style-1 .thumb:hover .btn-marquee {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

/* Style Two */
.adrizo-pf-card.style-2 {
    transition: all 0.3s;
}

.adrizo-pf-card.style-2 .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 15px;
}

.adrizo-pf-card.style-2 .thumb {
    position: relative;
}

.adrizo-pf-card.style-2 .btn-marquee {
    position: absolute;
    left: 50%;
    top: 52%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
}

.adrizo-pf-card.style-2:hover .btn-marquee {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.adrizo-pf-card.style-2 .additional-icon {
    display: flex;
    width: 90px;
    height: 90px;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    border-radius: 100px;
}

.adrizo-pf-card.style-2 .category-list li {
    padding: 5px 15px;
    border-radius: 100px;
    border: 1px solid #ddd;
}

.adrizo-pf-card.style-2 .title {
    margin-top: 10px;
}

/* Style Three */
.adrizo-pf-card.style-3 .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 15px;
    background-color: #ddd;
    border-radius: 10px;
}

.adrizo-pf-card.style-3 .left-content {
    display: flex;
    align-items: center;
    gap: 30px;
}

.adrizo-pf-card.style-3 .title {
    position: relative;
}

.adrizo-pf-card.style-3 .title::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    right: -17px;
    top: 50%;
    transform: translateY(-50%);
    background: #000;
    border-radius: 100px;
}

.adrizo-pf-card.style-3 .thumb {
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

.adrizo-pf-card.style-3 .thumb img {
    border-radius: 10px;
}

.adrizo-pf-card.style-3 .thumb-img {
    filter: blur(0px);
    transform: scale(1);
    transition: filter 0.4s ease, transform 0.4s ease;
}

.adrizo-pf-card.style-3 .thumb:hover .thumb-img {
    filter: blur(8px);
    transform: scale(1.05);
}

.adrizo-pf-card.style-3 .adrizo-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    background: #eee;
}

/* Style Four */
.adrizo-pf-card.style-4 .content {
    display: grid;
    grid-template-columns: 0.4fr 1fr 0.4fr;
}

.adrizo-pf-card.style-4 .thumb {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 16px;
}

.adrizo-pf-card.style-4 .thumb img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.adrizo-pf-card.style-4 .left-content {
    border: 1px solid #ddd;
    padding: 30px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.adrizo-pf-card.style-4 .right-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.adrizo-pf-card.style-4 .right-content .notch-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    left: -1px;
}

.adrizo-pf-card.style-4 .right-content .adrizo-btn {
    position: relative;
    z-index: 1;
}

.adrizo-pf-card.style-4 .category-list {
    gap: 0;
    margin-bottom: 30px;
}

.adrizo-pf-card.style-4 .category-list li {
    border: 1px solid #ddd;
    padding: 5px 10px;
    border-radius: 100px;
}

.adrizo-pf-card.style-4 .title {
    margin-bottom: 15px;
}

.adrizo-pf-card.style-4 .adrizo-btn {
    width: 100px;
    height: 100px;
    background-color: #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

/* Style Five */
.adrizo-pf-card.style-5 {
    display: grid;
    grid-template-columns: 1.8fr 1fr;
    overflow: hidden;
}

.adrizo-pf-card.style-5 .thumb {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid #417572;
}

.adrizo-pf-card.style-5 .thumb img {
    width: 100%;
    height: 100%;
}

.adrizo-pf-card.style-5 .additional-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: #00000013;
    backdrop-filter: blur(30px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    fill: #fff;
    font-size: 32px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.adrizo-pf-card.style-5 .thumb:hover .additional-icon {
    opacity: 1;
    visibility: visible;
}

.adrizo-pf-card.style-5 .content {
    border: 1px solid #417572;
    border-radius: 20px;
    background: #fff;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.adrizo-pf-card.style-5 .adrizo-btn {
    --notch: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 15px 30px;
    background: #031b1e;
    color: #fff;
    fill: #fff;
    text-decoration: none;
    border-radius: 10px;
    border-bottom-right-radius: 0;
    box-shadow:
        inset 0 1px 4px 0 #ffffff,
        0 16px 20px 0 rgba(3, 27, 30, 0.1);
    clip-path: polygon(0 0,
            100% 0,
            100% calc(100% - var(--notch)),
            calc(100% - var(--notch)) 100%,
            0 100%);
    margin-top: 50px;
}

.adrizo-pf-card.style-5 .additional-text {
    margin-bottom: 15px;
}


@media (max-width: 767px) {
    .adrizo-pf-card.style-3 .content {
        flex-direction: column;
        align-items: flex-start;
    }

    .adrizo-pf-card.style-3 .left-content {
        gap: 20px;
        flex-direction: column;
        align-items: flex-start;
    }

    .adrizo-pf-card.style-4 .content {
        grid-template-columns: 1fr;
    }

    .adrizo-pf-card.style-4 .category-list {
        gap: 5px;
        flex-wrap: wrap;
    }

    .adrizo-pf-card.style-5 {
        grid-template-columns: 1fr;
    }


}