/*
Theme Name: Orbixa child
Template:   orbixa
Theme URI: https://orbixa.themeht.com/
Author: Themeht
Author URI: https://www.themeht.com
Description: Orbixa - Child Theme
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: orbixa
Tags: one-column, two-columns, right-sidebar, custom-logo, custom-menu, threaded-comments, translation-ready, left-sidebar, custom-background, custom-colors, custom-header, featured-images, sticky-post
*/

/* Global cursor and menu hover effects */
body:not(.custom-cursor-disabled) {
    cursor: default;
}

.custom-cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    transform: translate(-50%, -50%);
    border: 2px solid #F0A95E;
    border-radius: 50%;
    background-color: rgba(240, 169, 94, 0.08);
    pointer-events: none;
    z-index: 99999;
    transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
    mix-blend-mode: normal;
}

.custom-cursor--inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    background: #F0A95E;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.18s ease, top 0.18s ease, left 0.18s ease;
}

body .elementor-widget-progress {
    padding-left: 80px!important;
    position: relative!important;
}

.contact-info li .contact-icon {
    font-size: 18px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
}

.contact-info li {
    position: relative;
    margin-bottom: 30px;
    gap: 10px;
    align-items: center;
}
.white-bg{
    border-radius: 20px;
}