/* --- 1. COMBINED FONT IMPORTS (MUST BE FIRST) --- */

/* Imports Bebas Neue, Dancing Script, Open Sans, and Poppins in ONE request */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Dancing+Script:wght@700&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,400&family=Poppins:wght@400;500;600;700&display=swap');

/* --- 2. GLOBAL BODY & LAYOUT (MERGED RULES) --- */

/* CRITICAL FIX: Ensures fluid layout globally and removes conflicts */
html, body {
    width: 100%; /* Force width to 100% of viewport */
    min-width: 0 /* Eliminate fixed minimum widths */
    overflow-x: hidden /* Prevents horizontal scrolling */
    margin: 0; 
    padding: 0;
}



/* Modified Wrapper: Adds 5px minimum margin on left/right */
.page-content-wrapper {
    max-width: 700px;
    margin: 0 auto; 
    text-align: center;
    /* Adding 5px padding on all sides, ensuring content never touches the viewport edge */
    padding: 25px 5px 20px 5px; 
}




/* New Content Wrapper to center and constrain the page copy */
.page-content-wrapper {
    max-width: 700px;
    margin: 0 auto; /* Centers the content block */
    text-align: center;
    padding: 20px;
}

/* --- 3. HEADING & TEXT DEFINITIONS --- */

.main-heading {
    /* Styles the H1 block */
    background-color: lightyellow; 
    padding: 10px 0;
    margin-bottom: 20px;
}



/* H1 Styling */
.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: black;
    font-size: 2.5em; 
    line-height: 1.2;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
    clear: both;
text-align: center;

}



/* H2 Styling */
.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: black;
    font-size: 1.5em;
}

/* Paragraph/Body Copy Styling */
.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400; 
    font-style: normal;
    color: black;
    font-size: 1em;
    line-height: 1.6;
}


.GloriaHallalujah4  {

font-family: "Poppins", sans-serif;
 font-weight: 600;
  font-style: normal;
  color: black;
  font-size: 2em;
  font-height: 1.6;

}





.GloriaHallalujahSmall {

font-family: "Poppins", sans-serif;
 font-weight: 600;
  font-style: normal;
  color: black;
  font-size: 1em;
  font-height: 1;

}



.GloriaHallalujah1 {

font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: black;
  font-size: 1.5em;
  font-height: 1;

}


.AdminSectionHead {
font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: black;
  font-size: 1.5em;
}

.googlefont1 {
font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: black;
  font-size: 1em;
}

.googlefont2  {
font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: black;
  font-size: 1em;

}

.GloriaHallalujahSmallblack {
font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: black;
  font-size: 1em;
}


/*Poppins font list */


.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400; 
    font-style: normal;
    color: black;
    font-size: 1em;
    line-height: 1.2;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: black;
  font-size: 1.5em;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: black;
  font-size: 1.5em;
  font-height: 1;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: black;
  font-size: 2em;
  font-height: 1;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #5CE0E5;
  font-size: 1.5em;
  
}


.poppins-red {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: red;
    font-size: 1em;
}



.poppins-white {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: white;
    font-size: 1.5em;
}


.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 1.5;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: 25px;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}






.snug-border-box {
    display: inline-block; 
    padding: 10px 15px; 
    border: 3px solid #B80000; 
    border-radius: 8px; 
    background-color: #FFFFE0; 
    max-width: 100%; 
    font-family: 'Poppins', Arial, sans-serif; 
    font-size: 1.1em; 
    font-weight: 600; 
    line-height: 1.4; 
}


/* --- 4. CALL TO ACTION (CTA) STYLES --- */

.cta-section {
    padding-top: 30px; 
}

.cta-button {
    display: inline-block; 
    padding: 12px 25px; 
    background-color: #B80000; 
    color: white; 
    text-decoration: none; 
    font-weight: bold; 
    border-radius: 5px; 
    font-size: 1.2em; 
    transition: background-color 0.3s;
}

.cta-button:hover {
    background-color: #990000;
}


/* City List: This element will be made responsive in Section 5 */
.city-list-container {
    column-count: 3;
    column-gap: 20px;
    max-width: 900px;
    margin: 20px auto;
    text-align: left;
    column-rule: 1px solid #ccc; 
    display: block;
    font-size: 1em;
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 2px;
}


/* Responsive Video Fix - OLD/REDUNDANT CSS REMOVED */


/* --- 5. RESPONSIVE MEDIA QUERIES (CLEANED) --- */

/* 1. Re-apply the desired wide margins for desktop monitors */
@media (min-width: 1024px) {
    body {
        margin: 0 ; 
    }
}

/* 2. Collapse the city list columns on small screens */
@media (max-width: 768px) {
    .city-list-container {
        column-count: 1; 
        max-width: 100%;
    }
}

/* --- 6. HOME PAGE HEADING/LAYOUT STYLES --- */

/* Center container and ensure it's responsive */
.header-container {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 1.5vh;
    padding-bottom: 1.5vh;
}

/* --- H1 Styling: PRIVATE MUSIC LESSONS + Locations --- */
.main-heading-block {
    line-height: 0.9;
    text-align: center;
    transform: skew(-10deg);
    /* Tilt effect matching the image */
    margin-bottom: 10px;
}

.main-heading-text {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 8vw;
    /* Primary Brand Color: Deep Red */
    color: #B80000;
    /* Aggressive offset shadow (Top-Left direction matching the image) */
    text-shadow: -4px -4px 0 #5ce1e6,
        /* Bright Cyan offset */
        -8px -8px 0 #18053a;
    /* Deep shadow for extreme depth */

}

.location-text {
    display: block;
    font-family: 'Dancing Script', cursive;
    font-size: 7vw;
    /* White text for maximum contrast, applied to all words */
    color: #ffffff;
    letter-spacing: 0.05em;
    line-height: 2.5;
    margin-top: -10px;
    margin-bottom: -10px;
    text-shadow: 2px 2px 0 #5ce1e6;
    white-space: nowrap;
    /* Cyan shadow for pop */
}

/* --- Dividing Line --- */
.divider {
    width: 90%;
    max-width: 450px;
    height: 3px;
    background-color: #ffffff;
    margin: 20px 0;
}

/* --- H2 Styling: LEARN • LOVE • PLAY (Slogan) --- */
.slogan-heading {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 4.5vw;
    text-align: center;
    color: #ffffff;
    white-space: nowrap;
    /* Ensure it never wraps */
}

/* Apply letter-spacing directly to the content inside the H2 */
.slogan-content {
    letter-spacing: 0.4em;
    /* Wide spacing for LEARN • LOVE • */
}

.slogan-heading .play-word {
    /* This is the text itself, giving it letter spacing */
    letter-spacing: 0.4em;
    padding-right: 0.4em;
    /* Compensate for the last letter's spacing */
}

/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
    .main-heading-text {
        font-size: 14vw;
    }
    .location-text {
        font-size: 6vw;
    }
    /* Apply reduced spacing directly to the content for small screens */
    .slogan-content {
        letter-spacing: 0.2em;
    }
    .slogan-heading {
        font-size: 9vw;
    }
    .slogan-heading .play-word {
        letter-spacing: 0.2em;
        padding-right: 0.2em;
    }
}

/* Overlay Image Styles (If used on any page) */
.overlay-container {
    position: relative; 
    width: 600px;
    height: 400px;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
}
.overlay-image {
    position: absolute; 
    top: 50px; 
    left: 50%; 
    transform: translateX(-50%); 
    width: 150px;
    height: auto; 
    z-index: 10; 
}


/* --- 7. HOME PAGE CONTENT STYLES (Cleaned up Inline Attributes) --- */

.home-content-heading {
    color: #ffffff;
    text-align: center; 
    margin-top: 0px; 
    margin-bottom: 10px; 
    border-bottom: 2px solid #B80000; 
    padding-bottom: 5px;
}

.home-content-paragraph {
    color: #f0f0f0; 
    text-align: center; 
    line-height: 1.6; 
    margin-bottom: 20px;
}

.home-ul {
    list-style-type: disc; 
    margin-left: 20px; 
    color: white;
    margin-bottom: 20px; 
}

.highlight-cyan {
    color: #5ce1e6;
}

.love-word { /* Specific red color for 'LOVE' */
    color: #B80000; 
}

.cta-wrapper { /* Centering/spacing for the button container */
    text-align: center; 
    padding-top: 15px;
}

.cta-button-home {
    display: inline-block; 
    padding: 12px 25px; 
    background-color: #B80000; 
    color: white; 
    text-decoration: none; 
    font-weight: bold; 
    border-radius: 5px; 
    font-size: 1.2em; 
    transition: background-color 0.3s;
    text-align: center; 
}


/* --- 8. NAVIGATION & MODAL STYLES (Moved from Include File) --- */

/* -------------------------------------- */
/* 1. Modal Overlay (Darkens the background) */
/* -------------------------------------- */
.modal-overlay {
    display: none; 
    position: fixed;
    z-index: 1000; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.8); 
}

/* -------------------------------------- */
/* 2. Modal Content (The pop-up box itself) */
/* -------------------------------------- */
.modal-content {
    background-color: #fefefe;
    margin: 10% auto; 
    padding: 0; 
    border: none; 
    width: 80%;
    max-width: 420px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    text-align: center;
    border-radius: 8px;
    position: relative;
    overflow: hidden; 
}

/* -------------------------------------- */
/* 3. Close Button (Top right X) */
/* -------------------------------------- */
.modal-close-btn {
    color: black;
    float: right;
    font-size: 1em;
    font-weight: 500;
    cursor: pointer;
    line-height: 1;
    position: absolute;
    top: 5px;
    right: 15px;
}
.modal-close-btn:hover,
.modal-close-btn:focus {
    color: red;
    text-decoration: none;
    cursor: pointer;
}

/* Modal Responsive Fix */
@media (max-width: 768px) {
    #modal-cta-link-image {
        display: block !important; 
    }
}

/* Global body/html font and color reset for nav (if needed) */
body, html { 
    height: 100%;
    font: 400 15px/1.8 "Lato", sans-serif;
    color: white;
}

/* Top Navigation Base Styles */
.topnav {
    background-color: transparent;
    overflow: hidden;
    z-index: 1000;
    Clear: both;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color: white;
    text-align: center;
    padding: 2px 5px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 100;
    font-family: 'Open Sans', sans-serif;
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: #ddd;
    color: black;
}

/* Add an active class to highlight the current page */
.topnav a.active {
    background-color: #ddd;
    color: black;
}

/* Add an active class to highlight the current page */
.topnav a.active1 {
    background-color: #D0F7F7;
    color: black;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}



/* Navigation Responsive Breakpoints */
@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {
        display: none;
    }
    .topnav a.icon {
        float: right;
        display: block;
    }
}

/* Responsive (Mobile) Menu Styling */
@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
    }
    .topnav.responsive a.icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: flex;
        text-align: left;
        z-index: 1000;
    }
}

/* Button styles (If used elsewhere) */
.button {
    background-color: black; 
    border: none;
    color: white;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

.button1 {border-radius: 2px;}
.button2 {border-radius: 4px;}
.button3 {border-radius: 8px;}
.button4 {border-radius: 12px;}
.button5 {border-radius: 50%;}





/* Online music lessons - Grid Container */


/* 1. DEFAULT MOBILE VIEW (Small Screens) */
.grid-container {
    display: grid;
    /* This forces exactly one column, stacking cards vertically */
    grid-template-columns: 1fr; 
    gap: 10px;
    padding: 15px;
}

.grid-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.grid-item {
    background-color: #e4faff;
    border: 1px solid #bdeaff;
    padding: 12px 10px; 
    text-align: center;
    border-radius: 6px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s;
}

/* 2. DESKTOP VIEW (Screens wider than 600px) */
@media (min-width: 600px) {
    .grid-container {
        /* On larger screens, switch back to the horizontal grid */
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }
}

.grid-card-link:hover .grid-item {
    background-color: #00bcd4;
    color: white;
}



/* Popup style tags */


/* -------------------------------------- */
/* 3. Close Button (Top right X) */
/* -------------------------------------- */
.modal-close-btn {
    color: black;
    float: right;
    font-size: 1em;
    font-weight: 500;
    cursor: pointer;
    line-height: 1;
    position: absolute;
    top: 5px;
    right: 15px;
}
.modal-close-btn:hover,
.modal-close-btn:focus {
    color: red;
    text-decoration: none;
    cursor: pointer;
}
		

/* Navigation_White */


/* Change the color of links on hover */
.topnav a:hover {
    background-color: #ddd;
    color: black;
}

/* Add an active class to highlight the current page */
.topnav a.active {
    background-color: #ddd;
    color: black;
}


/* Add an active class to highlight the current page */
.topnav a.active1 {
    background-color: #D0F7F7;
    color: black;
}


/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}


/* For UL on online lessons page */
/* Add this to your /include/stylesheet.css */
.clean-list-fix li {
    /* Standard list display */
    display: list-item;
    text-align: inherit; 
}
.clean-list-fix li span {
    /* Force inner content to take up full space and align left */
    display: block; 
    text-align: left;
}







/* Grid layout for online music lessons */

/* 1. Container Setup */
.responsive-grid-container {
    /* Enable Grid Layout */
    display: grid; 
    
    /* Set the gap between the grid items */
    gap: 20px; 
    
    /* Center the container on the page */
    max-width: 1200px;
    margin: 40px auto; 
    padding: 0 15px; /* Adds a small gutter on mobile view */

    /* The magic that makes the grid fully responsive */
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}




/* Sammy's pages - New Website */

/* index page */

 /* --- BRAND THEME --- */
        :root {
            --brand-red: #c41220;   
            --brand-cyan: #2bd6d0;  
            --dark: #1a1a1a;
            --light: #f9f9f9;
            --gray: #555;
        }

        * { margin: 0; padding: 0; box-sizing: border-box; }
        
        body {
            font-family: 'Open Sans', sans-serif;
            background-color: var(--light);
            color: var(--dark);
            line-height: 1.6;
            overflow-x: hidden;
        }

        h1, h2, h3, h4 { font-family: 'Montserrat', sans-serif; font-weight: 800; }
        a { text-decoration: none; transition: 0.3s; }
        
        /* --- TOP CONTACT BAR --- */
        .top-bar {
            background-color: var(--dark);
            color: white;
            padding: 0.8rem 5%;
            display: flex;
            justify-content: flex-end;
            gap: 2rem;
            font-size: 0.85rem;
            font-weight: 600;
            font-family: 'Montserrat', sans-serif;
        }

	.contact-group { display: flex; gap: 15px; align-items: center; }
        .contact-item { display: flex; align-items: center; gap: 8px; }
        .contact-item i { color: var(--brand-cyan); font-size: 1rem; }
        .contact-item a { color: white; }
        .contact-item a:hover { color: var(--brand-cyan); text-decoration: underline; }

        /* --- NAVIGATION BAR --- */
        nav {
            display: flex;
            justify-content: space-between;
            align-items: center;
            height: 100px; 
            padding: 0 5%;
            background: white;
            box-shadow: 0 4px 20px rgba(0,0,0,0.08);
            position: sticky;
            top: 0;
            z-index: 1000;
            border-bottom: 5px solid var(--brand-cyan);
        }

        /* FIXED LOGO SIZING */
        .logo-container { height: 100%; display: flex; align-items: center; }
      
	 .logo-container img { 
            max-height: 70px; 
            transition: all 0.3s ease; 
        }
        .logo-container img:hover {
            filter: drop-shadow(0 0 12px rgba(43, 214, 208, 0.8));
            transform: scale(1.05); 
        }

        .nav-links { display: flex; gap: 2rem; align-items: center; }
        .nav-links a { 
            color: var(--dark); 
            font-weight: 700; 
            font-size: 0.9rem; 
            text-transform: uppercase; 
            letter-spacing: 1px;
            font-family: 'Montserrat', sans-serif;
        }
        .nav-links a:hover { color: var(--brand-red); }

        .btn-login {
            background-color: var(--brand-red);
            padding: 0.7rem 2rem;
            border-radius: 4px;
            color: white !important;
            font-weight: 800;
            box-shadow: 3px 3px 0px var(--brand-cyan);
            transition: all 0.2s;
        }
        .btn-login:hover { transform: translate(1px, 1px); box-shadow: 1px 1px 0px var(--brand-cyan); background-color: #a00e1a; }

     

        /* --- HERO SECTION --- */
        header {
            text-align: center;
            padding: 8rem 1rem 6rem;
            background: linear-gradient(rgba(26, 26, 26, 0.75), rgba(26, 26, 26, 0.6)), url('https://melodymusicstudios.com/images/GuitarlessonhappDark.jpg');
            background-size: cover;
            background-position: center;
            color: white;
            min-height: 65vh;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        header h1 { font-size: 4rem; margin-bottom: 0.5rem; text-transform: uppercase; text-shadow: 3px 3px 0px var(--brand-red); letter-spacing: -1px; line-height: 1.1; }
        header p { font-size: 1.4rem; margin-bottom: 2.5rem; max-width: 700px; font-weight: 400; }
        .hero-btn {
            background: var(--brand-cyan);
            color: var(--dark);
            padding: 1.2rem 3.5rem;
            border-radius: 50px;
            font-weight: 900;
            font-size: 1.2rem;
            box-shadow: 0 0 25px rgba(43, 214, 208, 0.5);
            font-family: 'Montserrat', sans-serif;
            text-transform: uppercase;
        }
        .hero-btn:hover { background: white; transform: translateY(-3px); }

        /* --- TRUST STATS BAR --- */
        .trust-bar {
            background-color: var(--dark);
            color: white;
            padding: 1.5rem 5%;
            display: flex;
            justify-content: center;
            gap: 4rem;
            flex-wrap: wrap;
            text-align: center;
            border-bottom: 1px solid #333;
        }
        
        .trust-stat { 
            display: flex; 
            align-items: center; 
            gap: 10px; 
            font-family: 'Montserrat', sans-serif; 
            font-weight: 700; 
            text-transform: uppercase; 
            font-size: 0.9rem; 
            letter-spacing: 1px; 
            color: white; 
            text-decoration: none; 
        }
        
        .trust-stat i { color: var(--brand-cyan); font-size: 1.2rem; }
        a.trust-stat:hover { color: var(--brand-cyan); }

        /* --- BOOKING ENGINE --- */
        .booking-section {
            max-width: 1100px;
            margin: -4rem auto 0;
            background: white;
            border-radius: 12px;
            box-shadow: 0 25px 50px rgba(0,0,0,0.15);
            padding: 3rem;
            position: relative;
            z-index: 10;
            border-top: 6px solid var(--brand-red);
        }
        .step-indicator { text-align: center; margin-bottom: 2rem; color: var(--brand-red); font-weight: 800; font-size: 1.2rem; text-transform: uppercase; letter-spacing: 2px; }
        
        .instrument-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 1.5rem; }
        
        .inst-card {
            border: 2px solid #eee; border-radius: 8px; padding: 2.5rem 1rem; text-align: center; cursor: pointer; transition: 0.2s; background: white;
        }
        
        /* Icons */
        .inst-card i { font-size: 2.5rem; color: var(--dark); margin-bottom: 1rem; transition: 0.2s; }
        
        /* Custom Icon Styling (Rectangular Keys) */
        .custom-icon { 
            fill: var(--dark); 
            width: 48px; 
            height: 48px; 
            margin-bottom: 0.8rem; 
            transition: 0.2s; 
        }
        
        /* ROTATE 180 DEGREES to put keys at bottom */
        .piano-rotate { transform: rotate(180deg); }
        
        .inst-card h4 { font-size: 0.9rem; font-weight: 700; text-transform: uppercase; font-size: 0.9rem; }
        
        .inst-card:hover { border-color: var(--brand-cyan); transform: translateY(-5px); box-shadow: 0 10px 30px rgba(43, 214, 208, 0.2); }
        .inst-card:hover i { color: var(--brand-cyan); }
        .inst-card:hover .custom-icon { fill: var(--brand-cyan); }
        .inst-card.active { border-color: var(--brand-red); background: #fffafa; }
        .inst-card.active i { color: var(--brand-red); }
        .inst-card.active .custom-icon { fill: var(--brand-red); }

        #location-step, #instructor-results { display: none; margin-top: 3rem; padding-top: 2rem; border-top: 1px solid #eee; animation: fadeIn 0.6s; }
        select.modern-select { width: 100%; padding: 1.2rem; border: 2px solid #ddd; border-radius: 8px; font-size: 1.1rem; font-family: 'Open Sans', sans-serif; color: var(--dark); cursor: pointer; background: white; }
        
        .instructor-card { display: flex; gap: 2rem; background: white; border: 1px solid #eee; border-left: 6px solid var(--brand-cyan); box-shadow: 0 5px 15px rgba(0,0,0,0.05); padding: 2rem; margin-bottom: 1.5rem; align-items: center; border-radius: 0 8px 8px 0; transition: 0.3s; }
        .instructor-img { width: 90px; height: 90px; border-radius: 50%; object-fit: cover; border: 3px solid var(--brand-red); }
        .instructor-info h3 { font-size: 1.4rem; color: var(--dark); margin-bottom: 0.2rem;}
        .instructor-info p { font-size: 0.95rem; color: var(--gray); margin-bottom: 0.5rem; }
        .btn-book { margin-left: auto; background: var(--brand-red); color: white; padding: 0.8rem 2.2rem; border-radius: 50px; font-weight: 700; font-size: 0.9rem; text-transform: uppercase; }
        .btn-book:hover { background: var(--dark); }




        /* --- GUARANTEE SECTION --- */
        .guarantee-section { background-color: white; padding: 3rem 5%; border-bottom: 1px solid #eee; }
        .guarantee-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 4rem; max-width: 1200px; margin: 0 auto; }
        .guarantee-image img { width: 100%; height: auto; max-width: 600px; border-radius: 12px; filter: drop-shadow(0 10px 20px rgba(0,0,0,0.1)); }
        .guarantee-content h2 { font-size: 2.5rem; margin-bottom: 1.5rem; color: var(--brand-red); }
        .guarantee-content p { font-size: 1.1rem; color: #555; margin-bottom: 2rem; }
        .guarantee-list { list-style: none; }
        .guarantee-list li { margin-bottom: 1rem; font-size: 1.1rem; font-weight: 700; display: flex; align-items: center; gap: 15px; color: var(--dark); }
        .guarantee-list li i { color: var(--brand-cyan); font-size: 1.3rem; }




        /* --- SPLIT FEATURES --- */
        .split-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 600px; }
        .split-box { position: relative; display: flex; align-items: center; justify-content: center; text-align: center; color: white; overflow: hidden; padding: 2rem; }
        .split-studio { background: url('https://images.unsplash.com/photo-1593693400467-60d13b9af4cf?ixlib=rb-4.0.3&auto=format&fit=crop&w=1000&q=80') center/cover; }
        .split-online { background-color: #1a1a1a; }
        .overlay { position: absolute; inset: 0; z-index: 1; transition: 0.3s; }
        .red-overlay { background: rgba(196, 18, 32, 0.85); }
        .cyan-overlay { background: rgba(43, 214, 208, 0.85); }
        .split-content { position: relative; z-index: 2; max-width: 450px; }
        .split-content h2 { font-size: 2.5rem; margin-bottom: 1rem; }
        .btn-outline { display: inline-block; margin-top: 2rem; border: 3px solid white; color: white; padding: 1rem 2.5rem; font-weight: 800; text-transform: uppercase; }
        .btn-outline:hover { background: white; color: var(--brand-red); }
        .btn-outline.dark { border-color: var(--dark); color: var(--dark); }
        .btn-outline.dark:hover { background: var(--dark); color: white; }

        /* --- REVIEWS SECTION --- */
        .reviews-section { padding: 5rem 5%; background-color: #f8fafc; text-align: center; }
        .reviews-section h2 { font-size: 2.5rem; margin-bottom: 3rem; color: var(--dark); text-transform: uppercase; }
        .reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; max-width: 1200px; margin: 0 auto; }
        .review-card { background: white; padding: 2rem; border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,0.05); text-align: left; position: relative; border-top: 4px solid var(--brand-red); }
        .stars { color: #fbbf24; font-size: 1.1rem; margin-bottom: 1rem; }
        .review-text { font-style: italic; color: #555; margin-bottom: 1.5rem; line-height: 1.6; }
        .reviewer { display: flex; align-items: center; justify-content: space-between; }
        .reviewer-name { font-weight: 700; color: var(--dark); }
        .google-icon { width: 24px; opacity: 0.6; }

        /* --- GIFT BANNER --- */
        .gift-banner { background: linear-gradient(135deg, #1a1a1a 0%, #333 100%); color: white; text-align: center; padding: 5rem 1.5rem; position: relative; overflow: hidden; border-top: 5px solid var(--brand-cyan); }
        .gift-banner i.bg-icon { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 20rem; color: rgba(255,255,255,0.03); z-index: 0; pointer-events: none; }
        .gift-content { position: relative; z-index: 1; max-width: 700px; margin: 0 auto; }
        .gift-content h2 { font-size: 3rem; margin-bottom: 1rem; color: var(--brand-cyan); text-transform: uppercase; }
        .gift-content p { font-size: 1.2rem; margin-bottom: 2rem; color: #ddd; }
        .btn-gift-lg { background: white; color: var(--brand-red); padding: 1rem 3rem; font-size: 1.1rem; font-weight: 800; border-radius: 50px; text-transform: uppercase; box-shadow: 0 0 20px rgba(255,255,255,0.2); }
        .btn-gift-lg:hover { background: var(--brand-cyan); color: var(--dark); transform: scale(1.05); }

        /* --- FOOTER --- */
        footer { background: var(--dark); color: white; padding: 5rem 5%; display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 3rem; border-top: 1px solid #333; }
        footer h4 { margin-bottom: 1.5rem; color: var(--brand-cyan); font-size: 1.2rem; text-transform: uppercase; letter-spacing: 1px; }
        footer ul li { margin-bottom: 1rem; }
        footer a { color: #aaa; font-size: 0.95rem; font-weight: 600; }
        footer a:hover { color: white; padding-left: 5px; }
        .social-icons { display: flex; gap: 15px; margin-top: 1.5rem; }
        .social-icons a { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; background: #333; border-radius: 50%; color: white; font-size: 1.2rem; transition: 0.3s; }
        .social-icons a:hover { background: var(--brand-cyan); color: var(--dark); transform: translateY(-3px); }
        .bbb-badge { margin-top: 1.5rem; display: inline-flex; align-items: center; gap: 10px; border: 2px solid #ddd; padding: 10px 20px; border-radius: 6px; background: white; color: var(--dark); font-weight: bold; font-family: 'Montserrat', sans-serif; }
        .bbb-badge i { color: #005a9c; font-size: 1.5rem; }

        @keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

        /* --- MOBILE RESPONSIVENESS --- */
        @media (max-width: 768px) {
            .top-bar { flex-direction: column; text-align: center; align-items: center; gap: 0.5rem; padding: 1rem; }
            .trust-bar { gap: 1.5rem; flex-direction: column; }
            nav { height: 80px; padding: 0 1.5rem; position: relative; }
            .logo-container { width: 150px; } 
            .logo-container img { max-height: 50px; }
            .hamburger { display: block; }
            .nav-links { display: none; position: absolute; top: 100%; left: 0; width: 100%; background: white; flex-direction: column; padding: 2rem 0; box-shadow: 0 10px 20px rgba(0,0,0,0.1); }
            .nav-links.active { display: flex; animation: fadeIn 0.3s; }
            header h1 { font-size: 2.5rem; }
            header p { font-size: 1.1rem; padding: 0 1rem; }
            .guarantee-layout { grid-template-columns: 1fr; text-align: center; gap: 2rem; }
            .guarantee-image img { max-width: 100%; }
            .guarantee-list { display: inline-block; text-align: left; }
            .split-section { grid-template-columns: 1fr; height: auto; }
            .split-box { height: 450px; }
            .instructor-card { flex-direction: column; text-align: center; }
            .btn-book { margin: 1.5rem auto 0; width: 100%; }
            .gift-banner h2 { font-size: 2.2rem; }
        }


     /* --- INSTRUCTOR HEADER --- */
        .profile-header {
            background: linear-gradient(to right, #1a1a1a 40%, rgba(26, 26, 26, 0.9)), url('https://images.unsplash.com/photo-1552422535-c45813c61732?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80');
            background-size: cover;
            background-position: center;
            color: white;
            padding: 6rem 5% 4rem;
            display: flex;
            align-items: center;
            gap: 4rem;
            min-height: 500px;
        }

        .profile-image-container {
            flex-shrink: 0;
            width: 300px;
            height: 300px;
            border-radius: 50%;
            border: 8px solid var(--brand-red);
            overflow: hidden;
            box-shadow: 0 0 30px rgba(196, 18, 32, 0.4);
            background: #333; 
        }

        .profile-image-container img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .profile-intro h1 { font-size: 3.5rem; margin-bottom: 0.5rem; line-height: 1.1; }
        .profile-intro .subtitle { 
            font-size: 1.5rem; 
            color: var(--brand-cyan); 
            font-family: 'Playfair Display', serif; 
            font-style: italic;
            margin-bottom: 1.5rem;
        }
        
        .badges { display: flex; gap: 1rem; margin-top: 1.5rem; flex-wrap: wrap; }
        .badge {
            background: rgba(255,255,255,0.1);
            border: 1px solid rgba(255,255,255,0.3);
            padding: 0.5rem 1rem;
            border-radius: 50px;
            font-size: 0.85rem;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .badge i { color: var(--brand-cyan); }

        /* --- CONTENT GRID --- */
        .content-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 4rem 5%;
            display: grid;
            grid-template-columns: 2fr 1fr;
            gap: 4rem;
        }

        /* Bio Section */
        .bio-section h2 { 
            font-size: 2rem; 
            margin-bottom: 1.5rem; 
            border-left: 5px solid var(--brand-red); 
            padding-left: 1rem; 
        }
        .bio-text { margin-bottom: 2rem; font-size: 1.05rem; color: #444; }
        .bio-text p { margin-bottom: 1.5rem; }

        .teaching-style-box {
            background: #fff;
            padding: 2rem;
            border-radius: 12px;
            border-top: 4px solid var(--brand-cyan);
            box-shadow: 0 10px 30px rgba(0,0,0,0.05);
            margin-top: 2rem;
        }

        /* SIDEBAR (Pricing) */
        .sidebar { position: sticky; top: 120px; }

        .details-card {
            background: white;
            padding: 2rem;
            border-radius: 12px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            margin-bottom: 2rem;
        }

        /* Pricing Styles */
        .price-category {
            margin-bottom: 1.5rem;
            padding-bottom: 1.5rem;
            border-bottom: 1px solid #eee;
        }
        .price-category:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 1rem; }
        
        .category-title {
            font-size: 1rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-weight: 800;
            margin-bottom: 0.8rem;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        
        .studio-title { color: var(--brand-red); }
        .online-title { color: var(--brand-cyan); }

        .price-row {
            display: flex;
            justify-content: space-between;
            margin-bottom: 0.5rem;
            font-size: 0.95rem;
            color: #555;
        }
        .price-row span:last-child {
            font-weight: 700;
            color: var(--dark);
        }

        .btn-book-now {
            display: block;
            width: 100%;
            background: var(--brand-cyan);
            color: var(--dark);
            text-align: center;
            padding: 1rem;
            border-radius: 50px;
            font-weight: 800;
            text-transform: uppercase;
            font-family: 'Montserrat', sans-serif;
            margin-top: 1.5rem;
            box-shadow: 0 5px 15px rgba(43, 214, 208, 0.3);
        }
        .btn-book-now:hover { background: var(--dark); color: white; }

        /* --- GUARANTEE SECTION --- */
        .guarantee-section { background-color: #f8fafc; padding: 5rem 5%; border-top: 1px solid #eee; margin-top: 2rem; }
        .guarantee-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 4rem; max-width: 1000px; margin: 0 auto; }
        .guarantee-image img { width: 100%; height: auto; max-width: 500px; border-radius: 12px; filter: drop-shadow(0 10px 20px rgba(0,0,0,0.1)); }
        .guarantee-content h2 { font-size: 2.2rem; margin-bottom: 1.5rem; color: var(--brand-red); }
        .guarantee-content p { font-size: 1.05rem; color: #555; margin-bottom: 2rem; }
        .guarantee-list { list-style: none; }
        .guarantee-list li { margin-bottom: 1rem; font-size: 1rem; font-weight: 700; display: flex; align-items: center; gap: 15px; color: var(--dark); }
        .guarantee-list li i { color: var(--brand-cyan); font-size: 1.3rem; }



/*  About page  */


     /* --- CONTENT SECTIONS --- */
        .section-padding { padding: 5rem 5%; }
        
        .about-text h2 { font-size: 2.5rem; margin-bottom: 1.5rem; color: var(--brand-red); }
        .about-text p { font-size: 1.1rem; color: #555; margin-bottom: 1.5rem; }
        .about-text .lead { font-size: 1.3rem; color: var(--dark); font-family: 'Playfair Display', serif; font-style: italic; border-left: 4px solid var(--brand-cyan); padding-left: 1rem; }

        /* OWNER SECTION */
        .owner-section {
            background-color: white;
            display: grid;
            grid-template-columns: 1fr 1.5fr;
            gap: 4rem;
            align-items: center;
            max-width: 1200px;
            margin: 0 auto;
        }
        
        .owner-image-wrapper { position: relative; }
        .owner-image {
            width: 100%;
            border-radius: 12px;
            box-shadow: 20px 20px 0px var(--brand-red);
            border: 1px solid #eee;
        }
        
        .owner-content h3 { font-size: 1.1rem; color: var(--brand-cyan); text-transform: uppercase; letter-spacing: 2px; margin-bottom: 0.5rem; }
        .owner-content h2 { font-size: 2.5rem; margin-bottom: 1.5rem; color: var(--dark); }
        .owner-signature { font-family: 'Playfair Display', serif; font-size: 1.5rem; color: var(--brand-red); margin-top: 1rem; }

        /* TEAM GRID */
        .team-section { background-color: #f8fafc; text-align: center; }
        .team-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 3rem;
            max-width: 800px;
            margin: 3rem auto 0;
        }
        
        .team-card {
            background: white;
            padding: 2.5rem 1.5rem;
            border-radius: 12px;
            box-shadow: 0 10px 20px rgba(0,0,0,0.05);
            transition: 0.3s;
        }
        .team-card:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(0,0,0,0.1); }
        
        .team-img {
            width: 140px;
            height: 140px;
            border-radius: 50%;
            object-fit: cover;
            margin-bottom: 1rem;
            border: 4px solid var(--brand-cyan);
        }
        .team-card h4 { color: var(--dark); margin-bottom: 0.2rem; font-size: 1.3rem; }
        .team-card p { color: #777; font-size: 0.9rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 1rem; }
        
        .team-email {
            color: var(--brand-red);
            font-weight: 600;
            font-size: 0.9rem;
            text-decoration: none;
            border: 1px solid var(--brand-red);
            padding: 0.5rem 1rem;
            border-radius: 50px;
            display: inline-block;
            transition: 0.3s;
        }
        .team-email:hover { background: var(--brand-red); color: white; }

        /* NATIONWIDE LOCATIONS BANNER */
        .locations-banner { 
            background: linear-gradient(rgba(15, 23, 42, 0.9), rgba(15, 23, 42, 0.9)), url('https://images.unsplash.com/photo-1524368535928-5b5b1c0461fd?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80');
            background-size: cover;
            background-position: center;
            color: white; 
            text-align: center; 
            padding: 6rem 1.5rem;
        }
        .locations-banner h2 { font-size: 3rem; margin-bottom: 1rem; color: white; }
        .locations-banner p { font-size: 1.2rem; max-width: 700px; margin: 0 auto 2.5rem; color: #cbd5e1; }
        
        .btn-location {
            background: var(--brand-red);
            color: white;
            padding: 1rem 3rem;
            font-size: 1.1rem;
            font-weight: 800;
            border-radius: 50px;
            text-transform: uppercase;
            box-shadow: 0 0 25px rgba(196, 18, 32, 0.4);
        }
        .btn-location:hover { background: white; color: var(--dark); }

        /* CONTACT INFO SECTION (NO FORM) */
        .contact-container {
            max-width: 800px;
            margin: 0 auto;
            background: white;
            padding: 3rem;
            border-radius: 12px;
            box-shadow: 0 20px 50px rgba(0,0,0,0.1);
            border-top: 6px solid var(--brand-cyan);
            text-align: center;
        }

        /* OFFICE HOURS BOX */
        .office-hours-box {
            background: #f0fdf4; 
            border: 1px solid #bbf7d0; 
            padding: 2rem; 
            border-radius: 8px; 
            margin-bottom: 2rem; 
        }
        .hours-title { color: #15803d; margin-bottom: 0.5rem; font-weight: 800; font-size: 1.2rem; }
        .hours-text { margin-bottom: 0.5rem; color: #166534; font-weight: 600; font-size: 1.1rem; }
        .hours-note { font-size: 0.9rem; color: #666; font-style: italic; }

        .contact-btn-large {
            display: inline-block;
            background: var(--brand-red);
            color: white;
            padding: 1rem 2.5rem;
            border-radius: 50px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 1rem;
            text-decoration: none;
        }
        .contact-btn-large:hover { background: var(--dark); }


/* Hamburger menu */


/* 1. HIDE HAMBURGER ON DESKTOP */
.hamburger, .fa-bars {
    display: none !important; /* Forces it to hide on desktop */
}

/* 2. MOBILE VIEW (Screens 768px or smaller) */
@media screen and (max-width: 768px) {
    .hamburger, .fa-bars {
        display: block !important; /* Forces it to show only on mobile */
        font-size: 40px;
        color: #5CE0E5;
        cursor: pointer;
    }

    .nav-links {
        display: none; /* Hides the text links on mobile until clicked */
        flex-direction: column;
        width: 100%;
        position: absolute;
        top: 100px;
        left: 0;
        background-color: white;
        z-index: 1000;
    }

    .nav-links.active {
        display: flex !important; /* Shows links when hamburger is tapped */
    }
}


/* online page */

  .btn-login {
    background-color: var(--brand-red);
    /* INCREASE THE SECOND NUMBER (3rem) TO MAKE IT WIDER */
    padding: 0.7rem 2rem !important; 
    
    /* CRITICAL: This allows the button to actually expand */
    display: inline-block !important; 
    
    border-radius: 4px;
    color: white !important;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
    box-shadow: 3px 3px 0px var(--brand-cyan);
    transition: all 0.2s;
    
    /* Ensure the text stays on one line */
    white-space: nowrap; 
}

.btn-login:hover { 
    transform: translate(1px, 1px); 
    box-shadow: 1px 1px 0px var(--brand-cyan); 
    background-color: #a00e1a; 
}
      


/* Gift Sign up page */

        /* --- GIFT HERO HEADER --- */
        header {
            text-align: center;
            padding: 6rem 1rem 8rem;
            background: linear-gradient(rgba(26, 26, 26, 0.8), rgba(26, 26, 26, 0.7)), url('https://images.unsplash.com/photo-1513297887119-d46091b24bfa?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80');
            background-size: cover;
            background-position: center;
            color: white;
            min-height: 50vh;
        }

        header h1 { 
            font-size: 3.5rem; 
            margin-bottom: 0.5rem; 
            text-transform: uppercase;
            text-shadow: 3px 3px 0px var(--brand-cyan);
            letter-spacing: -1px;
        }
        header p { font-size: 1.3rem; margin-bottom: 2rem; max-width: 600px; margin-left: auto; margin-right: auto; opacity: 0.95; }

        /* --- MAIN CONTENT CONTAINER --- */
        .container {
            max-width: 1200px;
            margin: -5rem auto 5rem;
            padding: 0 1.5rem;
            position: relative;
            z-index: 10;
        }

        .gift-layout {
            display: grid;
            grid-template-columns: 1.8fr 1fr; /* Wider form area */
            gap: 3rem;
        }

        /* --- LEFT SIDE: THE FORM --- */
        .gift-form-card {
            background: white;
            padding: 3rem;
            border-radius: 12px;
            box-shadow: 0 20px 40px rgba(0,0,0,0.1);
            border-top: 6px solid var(--brand-red);
        }

        .form-section-title {
            color: var(--brand-red);
            font-size: 1.1rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 1.5rem;
            border-bottom: 1px solid var(--border);
            padding-bottom: 0.5rem;
            margin-top: 2rem;
        }
        .form-section-title:first-child { margin-top: 0; }

        .form-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1.5rem;
            margin-bottom: 1rem;
        }
        .full-width { grid-column: 1 / -1; }
        .three-col { grid-template-columns: 2fr 1fr 1fr; }

        label {
            display: block;
            font-weight: 700;
            font-size: 0.9rem;
            margin-bottom: 0.5rem;
            color: var(--dark);
        }

        input, select, textarea {
            width: 100%;
            padding: 1rem;
            border: 2px solid var(--border);
            border-radius: 8px;
            font-size: 1rem;
            font-family: 'Open Sans', sans-serif;
            transition: 0.3s;
        }
        input:focus, select:focus, textarea:focus { outline: none; border-color: var(--brand-cyan); }

        /* Price Selection Buttons */
        .price-options {
            display: flex;
            gap: 1rem;
            margin-bottom: 1rem;
            flex-wrap: wrap;
        }
        .price-btn {
            flex: 1;
            padding: 1rem;
            border: 2px solid var(--border);
            background: white;
            border-radius: 8px;
            cursor: pointer;
            font-weight: 700;
            text-align: center;
            transition: 0.2s;
        }
        .price-btn:hover { border-color: var(--brand-cyan); }
        .price-btn.active { 
            border-color: var(--brand-red); 
            background: #fff5f5; 
            color: var(--brand-red);
        }

        /* --- STRIPE EMBED CONTAINER --- */
        #stripe-mount-point {
            background: #f8fafc;
            border: 1px dashed #cbd5e1;
            padding: 2rem;
            border-radius: 8px;
            text-align: center;
            margin-top: 1.5rem;
            min-height: 150px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #64748b;
        }

        .btn-submit {
            width: 100%;
            background: var(--brand-red);
            color: white;
            padding: 1.2rem;
            border: none;
            border-radius: 50px;
            font-size: 1.1rem;
            font-weight: 800;
            text-transform: uppercase;
            cursor: pointer;
            transition: 0.3s;
            margin-top: 2rem;
            box-shadow: 0 10px 20px rgba(196, 18, 32, 0.2);
        }
        .btn-submit:hover { background: var(--dark); transform: translateY(-3px); }

        /* --- RIGHT SIDE: INFO & VALUE PROPS --- */
        .info-card {
            background: white;
            padding: 2.5rem;
            border-radius: 12px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.05);
            height: fit-content;
            position: sticky;
            top: 120px;
        }

        .info-card h3 { color: var(--dark); margin-bottom: 1.5rem; }
        
        .feature-list li {
            display: flex;
            gap: 1rem;
            margin-bottom: 1.5rem;
            align-items: flex-start;
        }
        .feature-list i {
            color: var(--brand-cyan);
            font-size: 1.2rem;
            margin-top: 4px;
        }
        .feature-list h5 { font-size: 1rem; font-weight: 700; margin-bottom: 0.2rem; }
        .feature-list p { font-size: 0.9rem; color: var(--gray); }

        .preview-box {
            background: linear-gradient(135deg, var(--dark) 0%, #333 100%);
            color: white;
            padding: 1.5rem;
            border-radius: 8px;
            margin-top: 2rem;
            text-align: center;
            border: 2px solid var(--brand-cyan);
        }
        .preview-amount { font-size: 2.5rem; font-weight: 800; color: var(--brand-cyan); line-height: 1; margin: 0.5rem 0; }



/*  Admin bg color */

.admin-yellow-bg {
    background-color: yellow !important;
    color: black !important; /* Ensures text is readable on yellow */
}




/* Youtube style on instructor pages */

	
		/* The Outer Frame */



	
		
		/* The Outer Frame */
.video-frame {
    max-width: 800px;           /* Controls the max size on desktop */
    margin: 2rem auto;          /* Centers it on the page */
    padding: 0px;              /* The "frame" thickness */
    background: #ffffff;        /* Frame color */
    border: 1px solid #ddd;     /* Thin border line */
    border-radius: 25px;        /* Rounded corners */
    box-shadow: 0 10px 30px rgba(0,0,0,0.1); /* Soft shadow for depth */
}






/* Standard Desktop/Portrait View */
.video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; 
    height: 0;
    background: #000;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Hide the close button by default */
.close-video {
    display: none;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10000;
    background: rgba(0,0,0,0.5);
    color: white;
    border: 2px solid white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 24px;
    cursor: pointer;
}

/* LANDSCAPE MOBILE FILL SCREEN */
@media screen and (max-device-width: 932px) and (orientation: landscape) {
    .video-wrapper.fullscreen-mode {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw !important;
        height: 100vh !important;
        padding-bottom: 0 !important;
        z-index: 9999;
    }
    
    .video-wrapper.fullscreen-mode .close-video {
        display: block; /* Show only when filled */
    }
}






/* Logo Glow */

.logo-container img {
    transition: all 0.3s ease; /* Makes the glow fade in smoothly */
}

.logo-container img:hover {
    /* Creates a bright cyan glow using your brand color */
    filter: drop-shadow(0 0 12px rgba(43, 214, 208, 0.8));
   
    /* Optional: Makes the logo grow slightly for extra "pop" */
    transform: scale(1.05);
}




/* Adjust the piano for what to learn */



/* Update the FontAwesome icons */
.inst-card i {
    font-size: 2.5rem;
    color: var(--dark);
    margin-bottom: 2rem; /* Increased slightly for better breathing room */
    transition: 0.2s;
    display: block; /* Ensures margin works correctly */
}

/* Update the Piano SVG icon to match exactly */
.custom-icon {
    fill: var(--dark);
    width: 48px;
    height: 48px;
    margin: 0 auto 1.2rem; /* Matches the 'i' tag margin exactly */
    transition: 0.2s;
    display: block;
}


/* Big Boxes on home page */

/* --- SPLIT FEATURE BOXES STYLES --- */
.feature-split {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Side by side on desktop */
    width: 100%;
}

.feature-box {
    padding: 6rem 10%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff; /* Set all text to White */
    transition: 0.3s ease;
}

/* Background Colors */
.feature-online { background-color: #2bd6d0; } /* Brand Cyan */
.feature-gift { background-color: #c41220; }   /* Brand Red */

.feature-box i {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    color: #ffffff; /* Icon White */
}

.feature-box h2 {
    font-size: 2.8rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    color: #ffffff; /* Heading White */
}

.feature-box p {
    font-size: 1.15rem;
    margin-bottom: 2rem;
    font-weight: 600;
    max-width: 450px;
    line-height: 1.6;
    color: #ffffff; /* Paragraph White */
}

/* Big Bold White Buttons */
.btn-pop {
    display: inline-block;
    padding: 1.2rem 3rem;
    border: 3px solid #ffffff; /* White Border */
    color: #ffffff;            /* White Text */
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border-radius: 4px;
    transition: 0.3s;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
}

/* Online Box Button Hover: White Background, Cyan Text */
.feature-online .btn-pop:hover {
    background: #ffffff;
    color: #2bd6d0;
}

/* Gift Box Button Hover: White Background, Red Text */
.feature-gift .btn-pop:hover {
    background: #ffffff;
    color: #c41220;
}

/* --- MOBILE RESPONSIVENESS --- */
@media (max-width: 768px) {
    .feature-split {
        grid-template-columns: 1fr; /* Stack on top of each other on mobile */
    }
    .feature-box {
        padding: 5rem 1.5rem;
    }
    .feature-box h2 {
        font-size: 2.2rem;
    }
    .feature-box p {
        font-size: 1.05rem;
    }
    .btn-pop {
        width: 100%; /* Full width buttons on mobile for easy tapping */
        padding: 1.1rem 0;
    }
}