/*
Theme Name: Finxpert Child
Description: Child Theme for finxpert Theme
Author: zozothemes
Version: 1.0
Template: finxpert
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: zozothemes
*/

/*Custom Style Code Right Here */

.phone #phone-text {
  transition: color 0.3s ease-in-out; /* Renk değişiminin geçiş süresi */
}

.phone:hover #phone-text {
  color: #F53409; /* Mouse üzerine gelindiğinde renk değişimi */
}