.blog-sidebar .active>a {
    color: #caa77a !important;
}

.video .item {
    margin: 10px 0;
}

.location-card-one {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    height: 300px;
}

.location-card-one .content {
    background: linear-gradient(to top, rgb(0 161 155), 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);
}

.location-card-one .content a {
    background: #ffffff85;
    border-radius: 50px;
    padding: 5px 10px 0 10px;
}

.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;
}


.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 only screen and (min-width: 992px) {
    .digital-single-service {
        padding: 5px 10px;
    }
}

@media only screen and (min-width: 768px) {
    .digital-single-service {
        flex-direction: row;
        padding: 10px 20px;
        align-items: center;
    }
}

@media only screen and (min-width: 576px) {
    .digital-single-service {
        padding: 10px 20px;
    }
}

@media only screen and (min-width: 1200px) {
    .digital-single-service:hover {
        padding: 5px 10px;
    }
}

@media only screen and (min-width: 992px) {
    .digital-single-service:hover {
        padding: 10px 20px;
    }
}

@media only screen and (min-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 only screen and (min-width: 768px) {
    .digital-service-wrapper {
        margin-top: 0;
    }
}

@media only screen and (min-width: 992px) {
    .digital-service-wrapper {
        margin-top: 0;
    }
}

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

