/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
/* ========== Custom Fonts cho Cơm Galaxy ========== */

/* Import Google Font Montserrat */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@800&display=swap');

/* Font VL Atlantika - Custom Font */
@font-face {
    font-family: 'VL Atlantika';
    src: url('https://ngochung.site/wp-content/themes/flatsome-child/fonts/VLATLANTIKA.OTF') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Font VL Brannbollny - Backup */
@font-face {
    font-family: 'VL Brannbollny';
    src: url('https://ngochung.site/wp-content/themes/flatsome-child/fonts/VLBRANNBOLLNY.OTF') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Style cho CƠM GALAXY */
.com-galaxy-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #2E5C8A;
    font-size: 48px;
    line-height: 1.2;
    margin: 0;
    text-shadow: 
        0 0 10px rgba(255,255,255,0.8),
        0 0 20px rgba(255,255,255,0.6),
        0 0 30px rgba(255,255,255,0.4),
        0 0 40px rgba(255,255,255,0.2);
}

/* Style cho Cơm ngon mê ly - VL Atlantika với fallback Pacifico */
.com-galaxy-subtitle {
    font-family: 'VL Atlantika', 'Pacifico', cursive, sans-serif;
    font-weight: normal;
    font-size: 32px;
    color: #4A9FD8;
    text-transform: none;
    text-shadow: 
        0 0 10px rgba(255,255,255,0.8),
        0 0 20px rgba(255,255,255,0.6),
        0 0 30px rgba(255,255,255,0.4);
}

/* Container overlap - chữ đè lên nhau */
.com-galaxy-container {
    text-align: center;
    position: relative;
    display: inline-block;
}

.com-galaxy-wrapper {
    position: relative;
}

.com-galaxy-subtitle-overlap {
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    white-space: nowrap;
}

/* Responsive */
@media (max-width: 768px) {
    .com-galaxy-title {
        font-size: 32px;
        letter-spacing: 1px;
    }
    .com-galaxy-subtitle {
        font-size: 22px;
    }
    .com-galaxy-subtitle-overlap {
        bottom: -8px;
    }
}