/*!
Theme Name: Gerow
Theme URI: https://www.themedox.com/gerow/
Author: ThemeDox
Author URI: https://themeforest.net/user/themedox/
Description: Gerow - Business Consulting WordPress Theme
Version: 1.2.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gerow
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.list-wrap svg.e-font-icon-svg {
    max-height: 1.3rem;
    fill: currentColor;
}


  .popup-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgb(0 0 0 / 75%);
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 1000;
            opacity: 1;
        }

        .popup-container {
            background: white;
            border-radius: 20px;
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
            width: 90%;
            max-width: 500px;
            overflow: hidden;
            transform: scale(1);
            animation: popIn 0.6s ease-out;
        }

        @keyframes popIn {
            0% { transform: scale(0.8); opacity: 0; }
            70% { transform: scale(1.05); }
            100% { transform: scale(1); opacity: 1; }
        }

        .popup-header {
            background: #1e1e59;
            color: white;
            padding: 25px;
            text-align: center;
            position: relative;
        }

        .popup-header h2 {
            font-size: 26px;
            margin-bottom: 8px;
            font-weight: 700;
        }

        .popup-header p {
            font-size: 16px;
            opacity: 0.9;
        }

        .popup-content {
            padding: 30px;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .popup-image {
            width: 180px;
            height: 180px;
            border-radius: 50%;
            background: linear-gradient(135deg, #1e1e59, #25bb8c);
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 25px;
            box-shadow: 0 8px 15px rgba(4, 239, 120, 0.3);
            overflow: hidden;
            border: 5px solid white;
        }

        .popup-image i {
            font-size: 80px;
            color: white;
        }

        .language-selection {
            width: 100%;
            display: flex;
            justify-content: center;
            gap: 15px;
            margin-top: 10px;
        }

        .language-btn {
            display: flex;
            align-items: center;
                padding: 8px 25px;
            border: none;
            border-radius: 12px;
            font-size: 18px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }

        .language-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
        }

        .language-btn.english {
            background: linear-gradient(to right, #1e1e59, #2a2a75);
            color: white;
        }

        .language-btn.english:hover {
            background: linear-gradient(to right, #2a2a75, #35358a);
        }

        .language-btn.spanish {
            background: linear-gradient(to right, #25bb8c, #00d46a);
            color: #1e1e59;
        }

        .language-btn.spanish:hover {
            background: linear-gradient(to right, #0aff87, #25bb8c);
        }

        .flag-icon {
            font-size: 28px;
            margin-right: 15px;
        }

        .language-text {
            flex-grow: 1;
            text-align: left;
        }

        .language-btn i {
            font-size: 20px;
            opacity: 0.8;
        }

        .popup-footer {
            text-align: center;
            padding: 15px;
            background-color: #f8f9fa;
            font-size: 14px;
            color: #1e1e59;
            border-top: 1px solid #e9ecef;
        }

        .accent-color {
            color: #25bb8c;
            font-weight: 600;
        }

        /* Responsive design */
        @media (max-width: 480px) {
            .popup-container {
                width: 95%;
            }
            
            .popup-content {
                padding: 20px;
            }
            
            .language-btn {
                padding: 5px 10px;
        font-size: 15px;
            }
            
            .popup-image {
                width: 150px;
                height: 150px;
            }
            
            .popup-image i {
                font-size: 60px;
            }
        }
 /* Sticky Call Button - Mobile Only */
        .sticky-call-button {
            display: none;
            position: fixed;
            bottom: 20px;
            right: 20px;
            z-index: 1;
        }

        .call-btn {
            display: flex;
            align-items: center;
            background: linear-gradient(135deg, #25bb8b, #00c0ce);
            color: #1e1e59;
            padding: 15px 20px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 700;
            font-size: 16px;
            box-shadow: 0 5px 15px rgba(4, 239, 120, 0.4);
            transition: all 0.3s ease;
            animation: pulse 2s infinite;
        }

        .call-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(4, 239, 120, 0.6);
        }

        .call-icon {
            font-size: 24px;
            margin-right: 10px;
        }

        .phone-number {
            font-weight: 700;
        }

        @keyframes pulse {
            0% {
                box-shadow: 0 5px 15px rgba(4, 239, 120, 0.4);
            }
            50% {
                box-shadow: 0 5px 20px rgba(4, 239, 120, 0.7);
            }
            100% {
                box-shadow: 0 5px 15px rgba(4, 239, 120, 0.4);
            }
        }

        /* Show only on mobile devices */
        @media (max-width: 768px) {
            .sticky-call-button {
                display: block;
            }
            
            h1 {
                font-size: 28px;
            }
            
            p {
                font-size: 16px;
            }
        }

        /* For demo purposes - to show the button on desktop too */
        .demo-note {
            background: rgba(255, 255, 255, 0.1);
            padding: 15px;
            border-radius: 10px;
            margin-top: 30px;
            font-size: 14px;
            color: #04ef78;
        }