/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1766072514
Updated: 2025-12-18 16:41:54

*/

.elementor-cta--skin-cover .elementor-cta__bg-wrapper {
	border-radius: 20px !important;
}

.elementor-cta__button-wrapper {
	text-align: right !important;
}

.elementor-cta__button {
    width: 44px;
    height: 44px;
    padding: 0;
    border-radius: 6px;
}

.elementor-cta__button .arrow-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12H19M19 12L13 6M19 12L13 18' stroke='%239319bd' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
}


.partneri-grid img {
    transition: all 0.5s ease;
}

.partneri-grid img:hover {
    transform: scale(1.1);
}

/* Isključi hover/zoom na mobitelima (touch uređaji) */
@media (hover: none), (pointer: coarse) {
  .partneri-grid img {
    transition: none !important;
    transform: none !important;
  }

  .partneri-grid img:hover {
    transform: none !important;
  }
}

@media (max-width: 767px) {
	.partneri-grid .gallery {
		padding: 0px !important;
		margin: 0px !important;
	}
	
	.partneri-grid .gallery-item {
		padding: 0px 50px 20px 50px !important; 
	}
}

.service-card,
.service-card .elementor-widget-container{
  height: 100%;
}

.service-card .elementor-icon-box-wrapper{
  height: 100%;
  display: flex;
  flex-direction: column;
}

.service-card .elementor-icon-box-content{
  flex: 1;
}
