.elementor-102 .elementor-element.elementor-element-ef7547e{--display:flex;--justify-content:space-between;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-102 .elementor-element.elementor-element-ef7547e:not(.elementor-motion-effects-element-type-background), .elementor-102 .elementor-element.elementor-element-ef7547e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://ahs-group.net/wp-content/uploads/2024/12/neon-light-background-scaled.jpg");background-size:cover;}.elementor-102 .elementor-element.elementor-element-52d55ea{width:100%;max-width:100%;--e-transform-transition-duration:0ms;}.elementor-102 .elementor-element.elementor-element-52d55ea.elementor-element{--flex-grow:0;--flex-shrink:0;}/* Start custom CSS for text-editor, class: .elementor-element-52d55ea *//*body {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    background-image: url('https://ahs-group.net/wp-content/uploads/2024/12/neon-light-background-scaled.jpg');*/
/*    background-size: cover; */
/*    background-position: center; */
/*    background-repeat: no-repeat; */
    
/*    height: 100vh;  */*/
/*    width: 100vw; */
/*}*//* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-52d55ea *//* General Reset */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        html, body {
            height: 100%;
            margin: 0;
            font-family: 'Arial', sans-serif;
            background-color: #000;
            color: #fff;
        }

        /* Background fills the screen dynamically */
        .header-bg {
            height: 100vh; /* Full height */
            width: 100vw; /* Full width */
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            position: relative;
            filter: brightness(70%);
        }

        .header-title {
            font-size: 3.5em;
            font-weight: bold;
            color: #d4af37;
            text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
        }

        /* CEO Card */
        .ceo-card {
            width: 100%;
            max-width: 1200px;
            margin: -100px auto 50px;
            background-color: #111;
            display: flex;
            flex-direction: column;
            border-radius: 10px;
            box-shadow: 0 8px 16px rgba(255, 215, 0, 0.4);
            overflow: hidden;
            position: relative;
            z-index: 10;
        }

        .ceo-photo {
            width: 100%;
            max-height: 300px;
            overflow: hidden;
        }

        .ceo-photo img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .ceo-info {
            padding: 30px;
            text-align: center;
        }

        .ceo-tag {
            background-color: #d4af37;
            color: #000;
            padding: 8px 15px;
            border-radius: 4px;
            font-weight: bold;
            display: inline-block;
        }

        .ceo-name {
            margin: 20px 0 10px;
            font-size: 2.5em;
            color: #d4af37;
        }

        .ceo-role {
            color: #bbb;
            font-size: 1.4em;
            margin-bottom: 20px;
        }

        .ceo-details p {
            margin: 8px 0;
            font-size: 1.1em;
            line-height: 1.6;
        }
        
        /* Hover Effects */
.ceo-card:hover {
    transform: translateY(-10px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 10px 20px rgba(255, 215, 0, 0.5);
}

.resume-button:hover {
    background-color: #b8860b;
    color: #fff;
    transform: scale(1.1);
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.ceo-photo img:hover {
    filter: brightness(90%);
    transform: scale(1.05);
    transition: transform 0.3s ease, filter 0.3s ease;
}

        .resume-button {
            background-color: #d4af37;
            color: #000;
            border: none;
            padding: 12px 25px;
            font-size: 1.2em;
            font-weight: bold;
            border-radius: 5px;
            cursor: pointer;
            transition: background-color 0.3s ease, transform 0.2s ease;
            margin-top: 20px;
        }

        .resume-button:hover {
            background-color: #b8860b;
            transform: scale(1.05);
        }

        /* About Section */
        .ceo-bio {
            width: 90%;
            max-width: 1000px;
            margin: 50px auto;
            text-align: center;
            font-size: 1.2em;
            line-height: 1.8;
            color: #ddd;
        }

        .ceo-bio h2 {
            font-size: 2.5em;
            color: #d4af37;
            margin-bottom: 20px;
        }

        /* Responsive Design */
        @media (min-width: 768px) {
            .ceo-card {
                flex-direction: row;
            }

            .ceo-photo {
                width: 40%;
                max-height: none;
            }

            .ceo-info {
                width: 60%;
                text-align: left;
            }
        }

        @media (max-width: 767px) {
            .header-title {
                font-size: 2.5em;
            }

            .ceo-name {
                font-size: 2em;
            }
        }/* End custom CSS */