body {
  font-family: "Clarimo UD PE", Helvetica, Arial, "sans-serif" !important;
}

h3.fujifilm-blog-title a:hover {
    color: #3b7e57;
}

.image-zoom img {
    transition: transform 0.4s ease-in-out !important;
}

.single__page-icon .elementor-post-info__item--type-terms a {
    background: #cce9e2;
    padding: 2px 6px;
    border-radius: 35px;
    text-transform: uppercase;
    font-size: 10px !important;
    font-weight: 400;
}
.blog__foot {
    padding: 50px 0px 100px 0px;
}
h3.fujifilm-blog-title a {
    color: #000;
}

/* Heading */
.fuji-heading {
    font-size: 28px;
    margin-bottom: 41px;
    margin-top: 39px;
    text-align: center;
}

/* Searchbar */
.fuji-searchbar {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.fuji-searchbar input {
    border-radius: 6px !important;
    border: 1px solid #e2e8f0 !important;
        font-weight: 300;
}

.fuji-searchbar select {
    border-radius: 6px !important;
    border: 1px solid #e2e8f0 !important;
    font-weight: 300;
     appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(https://www.staging.fujifilmdms.info/wp-content/uploads/2025/03/arrow-icon.png);
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 12px;
    padding-right: 44px;
	background-color: #ffffff;
	color: #000;
}
.page-film.prev {
    border-left: none;
}

.fuji-filters {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 10px;
}

label.sortbar {
  padding: 14px 0px;
  font-weight: 300;
  color: #000;
  font-size: 0.875rem;
}

/* Optional: Add media query for responsiveness */
@media (max-width: 768px) {
    .fujifilm-blog-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    }
}

@media (max-width: 450px) {
	.fuji-searchbar {
        display: grid;
	}
}

.mainpagi-cls {
    float: right;
    border: 1px solid #ddd;
    border-radius: .5rem;
}
/*Blog grid post css*/
.fujifilm-blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(31%, 1fr));
    margin-top: 40px;
    gap: 30px;
}
.apf-category:hover {
    border: 1px solid #01916d;
}
.fujifilm-blog-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.fujifilm-label {
    display: inline-block;
    background-color: #cce9e2;
    color: #003a2c;
    font-weight: 500;
    padding: 2px 10px;
    border-radius: 15px;
    font-size: 12px;
    text-transform: uppercase;
}

.fujifilm-blog-title {
    font-size: 18px;
    margin: 20px 0px 20px 0px;
    line-height: 1.4;
    text-transform: capitalize;
}
.fa-xl {
    font-size: 1.7em !important;
}
.fujifilm-blog-meta {
    justify-content: space-between;
    font-size: 14px;
    color: #555;
    font-size: 0.875rem;
    color: #000000;
    font-weight: 300;
    display: flex;
    gap: 5px;
}
.icon-style-color {
    color: #01916d;
    padding: 6px;
}

.image-zoom:hover img {
    transform: scale(1.05);
}

.image-zoom {
    margin-bottom: 1.5rem !important;
    border-radius: .75rem;
    overflow: hidden;
    transform: translateZ(0);
}

.image-zoom img {
    display: block;
}

.fujifilm-avatar {
    width: 16px;
    height: 16px;
    background-color: #3b7e57;
    border-radius: 50%;
    display: inline-block;
}

.fujifilm-date {
    color: #000000;
    font-weight: 300;
    font-size: 0.875rem;
}

.fujifilm-blog-card img {
    width: 100%;
}

.bottom-btn {
    text-align: center;
    padding-top: 50px;
}

.fujifilm-blog-card {
    color: #000;
    font-size: 30px;
    width: auto;
}

i.fa-circle-user.fa-duotone.fa-solid.fa-xl.text-primary.atuhor-icons-bg:after {
    color: #019376;
    margin: 0px 9px 0px 0px;
}

/* Responsive for tablet and mobile */
@media (max-width: 992px) {
    .fujifilm-blog-card {
        width: calc(100% - 10px);
    }
	.searchbar-cls {
        width: auto !important;
    }
}

@media (max-width: 600px) {
    .fujifilm-blog-card {
        width: 100%;
    }
}

.fujihidden {
    display: none;
}


.apf-category.selected {
    background-color: #3b7e57;
    color: #fff;
}

.apf-category {
    margin-right: .3rem;
    background-color: #cce9e2;
    color: #003a2c;
    font-weight: 500;
    padding: 0.3em 0.65em;
    border-radius: .80rem;
    border: 1px solid #cce9e2;
    font-size: 0.80em;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: baseline;
    line-height: 1;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    display: inline-block;


    --bs-badge-padding-x: .65em;
    --bs-badge-padding-y: .35em;
    --bs-badge-font-size: .75em;
    --bs-badge-font-weight: 700;
}

.filter-data {
    height: auto;
	line-height: 1.9rem;
}
.apf-pagination {
    display: flex;
    float: right;
}

.page-film {
    font-size: 1rem;
    padding: 0.4rem 0.75rem !important;
    border-left: 1px solid #e2e8f0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    display: block;
    position: relative;
        font-family: "Clarimo UD PE", Helvetica, Arial, "sans-serif" !important;
    font-weight: 300;
    color: #01916d;
     cursor: pointer;
}

.page-film:hover {
    background: #f1f1f1;
    color: rgb(0, 0, 0);
}

.page-film.active {
    z-index: 3;
    color: #017457;
    background-color: #e2e8f0;
    box-shadow: 0 0 0 .25rem #01916d40;
    outline: 0px;
}

.page-film.prev.disabled {
   cursor: default;
    pointer-events: none;
    color: #000;
    font-weight: 300;
    background-color: #e2e8f0;
    border-left: 1px solid #e2e8f0;
    border-radius: .5rem 0px 0px .5rem;
}

.fuji-searchbar input[type=text]:focus {
    color: #000;
    box-shadow: rgba(1, 145, 109, 0.25) 0px 0px 0px 0.25rem;
    border-color: rgb(128, 200, 182);
    outline: 0px;
}

.fuji-searchbar select:focus {
    color: #000000;
    box-shadow: rgba(1, 145, 109, 0.25) 0px 0px 0px 0.25rem;
    border-color: rgb(128, 200, 182);
    outline: 0px;
}

#apf-sort option {
    color: #000;
}

input::placeholder {
    color: #000;
    opacity: 1;
}
.searchbar-cls {
    width: 16%;
}
.page-film.next.disabled {
    cursor: default;
    pointer-events: none;
    color: #000;
    font-weight: 300;
    background-color: #e2e8f0;
    border-left: 1px solid #e2e8f0;
    border-radius: 0px .5rem .5rem 0px;
}