.blog-sidebar .active > a {
    color: #caa77a !important;
}
.video .item{
    margin: 10px 0;
	z-index: 0;
}

.location-card-one {
    position: relative;
    overflow: hidden;
    border-radius: 15px; 
    height: 300px;
}
.location-card-one .content {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 20px;
}

.location-card-one .content a , .location-card-one .content p{
    transition: all 0.3s ease-in-out;

}
.location-card-one:hover .content a{
    transform: translateY(-20px);
}
.location-card-one:hover .content p{
    transform: translateY(-20px);
}
.fancybox-link img {
    width: 100%;
    height: 100%;
    display: block;
}

.stretched-link {
    position: relative;
    z-index: 2;
}

.stretched-link:hover h5 {
    text-decoration: underline;
}

.location-card-one:before{
    display: none;
}

.image-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 75%; /* Adjust this value to match your desired aspect ratio */
    overflow: hidden;
}

.fill-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ellipsis {
	font-size: 3rem;
}

.blog-sidebar .categories li a{
    border-bottom: 1px solid #e3e3e3;
    margin: 10px 0;
    padding: 5px 5px;
    color: #716d6c;
    font-weight: 400;
    letter-spacing: 1px;
}
.blog-sidebar .categories li a:hover{
    border-bottom: 1px solid #ca9f67;
    color: #3e3a39;
}
.blog-sidebar .categories li a:hover{
    text-decoration: none;
}
.pagination-one li a:hover{
    border-radius: 10px;
    border: 1px solid #caa77a;
    background: #00000000;
    color: #3e3a39;
}
.pagination-one li.active a{
    background: #caa77a;
    border-radius: 10px
}
.pagination-one li a{
    border-radius: 10px;
    border: 1px solid #dabd9600;
}
.pagination-one li:last-child a{
    width: 40px;
    height: 40px;
}
@media(width<=1200px){
    .location-card-one{
        height: 275px;
    }
}
@media(width<=992px){
    .location-card-one{
        height: 410px;
    }
}
@media(width<=576px){
    .pagination-one {
        margin: 0 auto;
    }
    .location-card-one{
        height: 250px;
    }
    
}
.digital-service-wrapper h6.category-title{
	color: #ff945d;
}
.category-item h6{
	font-size: 1rem;
	font-weight: 400;
	display: flex;
    align-items: center;
}
@media (width>= 992px) {
    .digital-single-service {
        padding: 5px 10px;
    }
}
@media (width>= 768px) {
    .digital-single-service {
        flex-direction: row;
        padding:  10px 20px;
        align-items: center;
    }
}
@media (width>= 576px) {
    .digital-single-service {
        padding:  10px 20px;
    }
}

@media (width>= 1200px) {
    .digital-single-service:hover {
        padding: 5px 10px;
    }
}
@media (width>= 992px) {
    .digital-single-service:hover {
        padding: 10px 20px;
    }
}
@media (width>= 992px) {
    .digital-single-service:hover {
        padding: 10px 20px;
    }
}
.digital-single-service:hover {
    background-color: #efcdb25c;
    border-color: #ff945d;
}
.digital-single-service.active{
	background-color: #efcdb25c;
    border-color: #ff945d;
}
.service-arrow-btn{
	height: 40px;
	width: 40px;
}
.digital-service-wrapper {
    margin-top: 0;
}
@media (width>= 768px) {
    .digital-service-wrapper {
        margin-top: 0;
    }
}
@media (width>= 992px) {
    .digital-service-wrapper {
        margin-top: 0;
    }
}

.video .item h6 {
    font-size: 1rem;
}

@media (width<=992px) {
	.ellipsis {
		font-size: 2rem;
	}
}
