/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


.amc-packages {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.amc-service {
    background: #f8f8f8;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: calc(33.333% - 20px);
    text-align: center;
}

.package {
    margin: 10px 0;
    padding: 10px;
    border-radius: 8px;
}

.silver {
    background-color: #C0C0C0;
}

.gold {
    background-color: #FFD700;
}

.platinum {
    background-color: #E5E4E2;
    font-weight: bold;
    border: 3px solid #000;
}

.highlight {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
