    /*
    Theme Name: Golo Child
    Theme URI: https://wp.getgolo.com/
    Author: Uxper
    Author URI: http://uxper.co/
    Version: 1.0.1
    Template: golo
    Text Domain: golo
    Tags: editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
    */
@import url("../golo/style.css");


/* Target containers with class 'Aniup' */
.Aniup {
    transition: transform 0.3s ease; /* smooth animation */
    cursor: pointer; /* optional, makes it clear it's interactive */
}

.Aniup:hover {
    transform: translateY(-10px); /* move up 10px on hover */
}

@media only screen and (max-width: 767px) {
	.place-item.layout-02 .place-title{
		font-size: 17px;
	}
}

.catc1 .catc2 .golo-icon-view{
	    border: 1px solid #82c0ff !important;
}
/* Icon background on parent hover */
.catc1 .catc2:hover .golo-icon-view {
    background-color: #f5faff !important;
}

/* Heading text color on parent hover */
.catc1 .catc2:hover 
.elementor-heading-title {
    color: #1885f3 !important;
}
.catc1 .catc2 {
    cursor: pointer !important;
}