.elementor-16257 .elementor-element.elementor-element-1f3d336d{--display:flex;}.elementor-16257 .elementor-element.elementor-element-2c2bf400 .e-contact-buttons{--e-contact-buttons-button-icon:#FFFFFF;--e-contact-buttons-button-bg:var( --e-global-color-accent );--e-contact-buttons-button-icon-hover:#C649A3;--e-contact-buttons-button-bg-hover:#FFECFA;--e-contact-buttons-active-button-color:#C649A3;--e-contact-buttons-active-button-bg:#F2F8FF;--e-contact-buttons-top-bar-title:#F2F8FF;--e-contact-buttons-top-bar-subtitle:#F2F8FF;--e-contact-buttons-top-bar-bg:var( --e-global-color-accent );--e-contact-buttons-contact-button-icon:#003366;--e-contact-buttons-contact-title-text-color:#003366;--e-contact-buttons-contact-description-text-color:#003366;--e-contact-buttons-contact-button-bg:#EDDEE9;--e-contact-buttons-chat-box-bg:#F2F8FF;--e-contact-buttons-horizontal-offset:4px;}.elementor-16257 .elementor-element.elementor-element-2c2bf400 .e-contact-buttons__top-bar-title{font-family:"Poppins";font-size:16px;font-weight:600;}.elementor-16257 .elementor-element.elementor-element-2c2bf400 .e-contact-buttons__top-bar-subtitle{font-family:"Poppins";font-size:12px;font-weight:400;}.elementor-16257 .elementor-element.elementor-element-2c2bf400 .e-contact-buttons__contact-title{font-family:"Poppins";font-size:16px;font-weight:500;}.elementor-16257 .elementor-element.elementor-element-2c2bf400 .e-contact-buttons__contact-description{font-family:"Poppins";font-size:12px;font-weight:300;}/* Start custom CSS for contact-buttons-var-8, class: .elementor-element-2c2bf400 *//* CSS za postavljanje SVG ikone kao pozadinske slike */
.nova-ikona {
    width: 40px;  /* Širina ikone */
    height: 40px; /* Visina ikone */
    background-image: url('https://yourdomain.com/path/to/your-icon.svg');
    background-size: contain;  /* Prilagodba veličine */
    background-repeat: no-repeat;  /* Sprječavanje ponavljanja */
    display: inline-block;
}

/* Stil za hover efekt */
.nova-ikona:hover {
    opacity: 0.8;  /* Promjena transparentnosti na hover */
}/* End custom CSS */