.logo-img {
    height: 40px;
}

@media (min-width: 768px) {
    .logo-img {
        height: 70px;
    }
}

#services .service-link {
    text-decoration: none;
    color: inherit;
}

#services .service-item {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
    padding: 15px;
    background-color: #fff;
}

#services .service-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

#services .service-item:active {
    transform: scale(0.98);
}

/*.newsletter-input::placeholder {
  color: white;
}*/

.service-image-container {
    overflow: hidden;
    position: relative;
    text-align: center;
}

.service-image {
    width: 100%;
    transition: transform 0.4s ease;
    border-radius: 8px;
}

.service-title {
    margin-top: 10px;
    transition: transform 0.3s ease, color 0.3s ease;
    font-size: 1.25rem;
    font-weight: bold;
    color: #553e23;
}

.service-brief {
    text-align: justify;
    margin-top: 10px;
    color: #553e23;
}

.read-more {
    font-weight: bold;
    color: #000;
}

.image-link:hover .service-image {
    transform: scale(1.05);
}

.image-link:hover .service-title {
    transform: translateY(-3px);
    color: #5a3d22;
}

.more-link {
    color: #000;
}

.more-link:hover {
    color: #5a3d22;
}

.location-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #fff;
}

.location-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.location-description{
    min-height: 56px;
}

.location-image-wrapper {
    height: 250px;
    overflow: hidden;
}

.location-image-wrapper img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.location-title {
    font-size: 1.25rem;
    font-weight: 600;
}

.contact-item h3 {
    color: #000;
    font-size: 15px;
    font-family: unset;
}

.contact-item .fi {
    color: #fff;
}

.contact-text {
    padding: 10px 0px 10px 9px;
}

/* WhatsApp button variant */
.btn-style2.whatsapp-btn a {
    background-color: #fff; /* WhatsApp green */
    color: #25d366;
    border: none;
}

.btn-style2.whatsapp-btn a:hover {
    background-color: #1ebe5d !important;
    color: #fff !important;
}

.phone-link {
    color: #fff;
}

.phone-link:hover {
    color: #c9b487;
}