* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

:root{
     --kavya: rgb(255, 255, 255);
     --brand-primary: rgb(68, 68, 176);       /* Your main blue/purple */
    --brand-accent: rgb(90, 33, 187);        /* Deeper purple used in hero spans */
    --brand-light: rgb(103, 103, 218);       /* Lighter variant used in text */
    
    /* --- Backgrounds --- */
    --bg-body: rgb(21, 20, 20);              /* Main page background */
    --bg-surface: #111111;                   /* Card backgrounds (grids, connect-box) */
    --bg-dark-brown: rgb(20, 18, 18);        /* Used in grids_projects top border */
    --bg-black: #000000;                     /* Pure black */
    --bg-transparent: transparent;

    /* --- Typography & Neutrals --- */
    --white: #ffffff;
    --off-white: rgb(249, 249, 249);         /* Very slight grey */
    --white-smoke: #f3f3f3;                  /* Hero text color */
    --white-muted: #e8e8e8;                  /* Connect box text */
    --grey-light: rgb(234, 234, 243);        /* Cool grey text */
    --grey-medium: rgb(170, 170, 170);       /* Project descriptions */
    --grey-muted: rgb(164, 162, 167);        /* Skills text */
    --grey-slate: rgb(102, 99, 117);         /* Hero sub-text */
    --grey-dark: rgb(50, 53, 52);            /* Dark charcoal */
    --border-dark: #333333;                  /* Dark borders */
    --text-black: #000000;                   /* Pure black text */
    --edu-college-grey: rgb(160, 160, 160);

    /* --- Glassmorphism (White Alphas) --- */
    --glass-white-03: rgba(255, 255, 255, 0.03); 
    --glass-white-04: rgba(255, 255, 255, 0.04); 
    --glass-white-06: rgba(255, 255, 255, 0.06); 
    --glass-white-10: rgba(255, 255, 255, 0.1); 
    --glass-white-12: rgba(255, 255, 255, 0.12); 
    --glass-white-30: rgba(255, 255, 255, 0.3);
    --glass-white-40: rgba(255, 255, 255, 0.4); 

    /* --- Brand Glows & Shadows --- */
    --glow-brand-15: rgba(68, 68, 176, 0.15);    
    --glow-brand-20: rgba(68, 68, 176, 0.20);    
    --glow-brand-35: rgba(68, 68, 176, 0.35);    
    --glow-brand-40: rgba(68, 68, 176, 0.40);    
    --glow-brand-45: rgba(68, 68, 176, 0.45);   
    --glow-brand-55: rgba(68, 68, 176, 0.55);    

    /* --- Misc Overlays --- */
    --overlay-border: rgba(234, 232, 232, 0.5);  
    --overlay-text: rgba(95, 95, 106, 0.8);      
    --overlay-black: rgba(0, 0, 0, 0.4);   
    --overlay-shadow: rgba(0, 0, 0, 0.5);
    --bg-thoughts: rgba(255, 255, 255, 0.03); ;  

    --btn-color: #ffffff;
    --btn-background:  rgb(43, 42, 41);

    --hero-glow: rgba(68, 68, 176, 0.25);
    --theme-btn: black;
    --theme-background: white;
    



}

.dark-theme{
    --brand-primary: rgb(68, 68, 176);       /* Your main blue/purple */
    --brand-accent: rgb(90, 33, 187);        /* Deeper purple used in hero spans */
    --brand-light: rgb(103, 103, 218);       /* Lighter variant used in text */
    
    /* --- Backgrounds --- */
    --bg-body: rgb(15, 15, 15);              /* Main page background */
    --bg-surface: #111111;                   /* Card backgrounds (grids, connect-box) */
    --bg-dark-brown: rgb(20, 18, 18);        /* Used in grids_projects top border */
    --bg-black: #000000;                     /* Pure black */
    --bg-transparent: transparent;

    /* --- Typography & Neutrals --- */
    --white: #dac9c9;
    --off-white: rgb(249, 249, 249);         /* Very slight grey */
    --white-smoke: #f3f3f3;                  /* Hero text color */
    --white-muted: #e8e8e8;                  /* Connect box text */
    --grey-light: rgb(234, 234, 243);        /* Cool grey text */
    --grey-medium: rgb(170, 170, 170);       /* Project descriptions */
    --grey-muted: rgb(164, 162, 167);        /* Skills text */
    --grey-slate: rgb(102, 99, 117);         /* Hero sub-text */
    --grey-dark: rgb(50, 53, 52);            /* Dark charcoal */
    --border-dark: #333333;                  /* Dark borders */
    --text-black: #000000;                   /* Pure black text */
    --edu-college-grey: rgb(160, 160, 160);

    /* --- Glassmorphism (White Alphas) --- */
    --glass-white-03: rgba(255, 255, 255, 0.03); 
    --glass-white-04: rgba(255, 255, 255, 0.04); 
    --glass-white-06: rgba(255, 255, 255, 0.06); 
    --glass-white-10: rgba(255, 255, 255, 0.1); 
    --glass-white-12: rgba(255, 255, 255, 0.12); 
    --glass-white-30: rgba(255, 255, 255, 0.3);
    --glass-white-40: rgba(255, 255, 255, 0.4); 

    /* --- Brand Glows & Shadows --- */
    --glow-brand-15: rgba(68, 68, 176, 0.15);    
    --glow-brand-20: rgba(68, 68, 176, 0.20);    
    --glow-brand-35: rgba(68, 68, 176, 0.35);    
    --glow-brand-40: rgba(68, 68, 176, 0.40);    
    --glow-brand-45: rgba(68, 68, 176, 0.45);   
    --glow-brand-55: rgba(68, 68, 176, 0.55);    

    /* --- Misc Overlays --- */
    --overlay-border: rgba(234, 232, 232, 0.5);  
    --overlay-text: rgba(95, 95, 106, 0.8);      
    --overlay-black: rgba(0, 0, 0, 0.4);   
    --overlay-shadow: rgba(0, 0, 0, 0.5);
    --bg-thoughts: rgba(0, 0, 0, 0.04);  
}

.light-theme
{   
    --brand-primary: rgb(85, 85, 196);
    --brand-accent: rgb(70, 10, 150);
    --brand-light: rgb(120, 120, 240);
     --hero-glow: rgba(93, 74, 74, 0.457);
    --bg-body: #ece9e9;
    --bg-surface: #f5f5f5;
    --bg-dark-brown: #e8eCf7;
    --bg-black: #ffffff;
    --bg-transparent: transparent;

    --white: #000000;
    --off-white: #222222;
    --white-smoke: rgb(51, 51, 51);
    --white-muted: #444444;

    --grey-light: #555555;
    --grey-medium: #666666;
    --grey-muted: #777777;
    --grey-slate: #888888;
    --grey-dark: #999999;

    --border-dark: #cccccc;
    --text-black: #2b2828;
    --edu-college-grey: #777777;

    /* Glass (invert for white background) */
    --glass-white-03: rgba(0, 0, 0, 0.03);
    --glass-white-04: rgba(246, 243, 243, 0.584);
    --glass-white-06: rgba(0, 0, 0, 0.06);
    --glass-white-10: rgba(0, 0, 0, 0.1);
    --glass-white-12: rgba(0, 0, 0, 0.12);
    --glass-white-30: rgba(0, 0, 0, 0.3);
    --glass-white-40: rgba(0, 0, 0, 0.4);

    /* Glows become darker */
    --glow-brand-15: rgba(50, 50, 140, 0.15);
    --glow-brand-20: rgba(50, 50, 140, 0.20);
    --glow-brand-35: rgba(50, 50, 140, 0.35);
    --glow-brand-40: rgba(50, 50, 140, 0.40);
    --glow-brand-45: rgba(50, 50, 140, 0.45);
    --glow-brand-55: rgba(50, 50, 140, 0.55);

    --overlay-border: rgba(0, 0, 0, 0.1);
    --overlay-text: rgba(0, 0, 0, 0.6);
    --overlay-black: hsla(0, 0%, 0%, 0.1);
    --overlay-shadow: rgba(0, 0, 0, 0.2);

    --bg-thoughts: rgba(255, 255, 255, 0.797);
    --kavya: rgb(18, 17, 17);

   --theme-btn: rgb(255, 255, 255);
    --theme-background: rgb(0, 0, 0);
  
     
}


body {
    background-color: var(--bg-body);
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden; /* Prevents side scrolling */
}

/* Main container */
.body {
    max-width: 80%;
    background-color: var(--bg-body);
    padding: 10px 0;
    margin: auto;
}

/* Navbar */
.nav {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    height: 80px;
    align-items: center;
    border-bottom: 1px solid var(--border-dark);
    position: sticky;
    top: 0;
    left: 0;
    width: 85%;
    margin: 0 auto;
    background: var(--bg-body);
    z-index: 9999;
}

#nav-check {
    display: none;
}
.nav-icon {
    display: none; 
}
/* ----------------------------------- */



/* Optional: control image size */

.bt{
    text-decoration: none;
    color: var(--btn-color);
    padding: 10px 16px;
    background: var(--btn-background);
    border: 1px solid var(--overlay-border);
    border-radius: 5px;
    font-weight: 500;
    transition: 0.25s ease-in-out;
    white-space: nowrap;
    z-index:4;
}

.bt:hover {
    background-color: var(--btn-color);
    color: var(--btn-background);
    border-color: var(--border-dark);
}

.round-btn {
    border-radius: 999px;
    color: var(--theme-background );
    background-color: var(--theme-btn);
   
}

.round-btn:hover{
    color: var(--theme-btn);
    background-color: var(--theme-background);
}



.theme {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.kp2 {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: flex-end;
    align-items: center;
}

/* Hero Section */
.hero_section{
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 100vh;
    text-shadow: 0px 2px 10px var(--hero-glow);
    z-index:100;
  
}

.hero_h1, .hero_h12, .hero_h13 {
    margin-top: 20px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 1.2;
    font-size: 95px;
    color: var(--white-smoke);
    align-self: center;
    text-align: center;
}

.hero_h1 { margin-top: 40px; letter-spacing: 4px;}
.hero_h12 { letter-spacing: 2px; }
.hero_h13 { font-weight: 700; letter-spacing: 3px; }

.hero_span { color: var(--brand-accent); } 
.hero_span2 { font-weight: 800; letter-spacing: 4px; color: var(--white); }
 
#hero {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 20px;
    color: var(--grey-slate);
    align-self: center;
    text-align: center;
}

.button_hero {
    margin-top: 70px;
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: center;
    align-items: center;
}

.Build{
    text-decoration: none;
    color: var(--btn-background);
    padding: 10px 16px;
    background-color: var(--btn-color);
    border-radius: 5px;
    font-weight: 500;
    transition: 0.25s ease-in-out;
    border: 1px solid var(--border-dark);
}

.Build:hover{
    background-color: var(--btn-background);
    border: 1px solid var(--overlay-border);
    color: var( --btn-color);
}

.maindiv {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 40px;
    column-gap: 30px;
}

.svg {
    max-height: 400px;
    position: relative;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    display: block;
}

.svg1 {
    max-height: 400px;
    display: block;
    position: relative;
    top:20%;
    left:30%;
    transform: translate(-20%,-20%);
}

.div2 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 30px;
    padding: 15px;
}

.div211 {
    color: var(--brand-light);
    font-size: 40px;
    font-weight: 400;
    font-family: 'Patrick Hand', sans-serif;
}

.div22 {
    color: var(--grey-light);
    font-size: 25px;
    font-family: 'Patrick Hand', sans-serif;
    letter-spacing: 3px;
    line-height: 1.5;
}

.skills {
    padding-top: 70px;
}

.p1 {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 20px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--grey-muted);
    text-decoration: none;
}
.p2{
    text-decoration: none;
}

.grid_skills {
    padding-top: 70px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.svg3 {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.grids {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: var(--bg-surface);
    border: 1px solid var(--glass-white-10);
    border-radius: 5px;
    color: var(--grey-muted);
    transition: 0.25s ease-in;
    padding: 15px;
    z-index: 100;
    backdrop-filter: blur(8px);
    box-shadow: 0px 0px 8px var(--glow-brand-20);
}

.grids:hover {
    transform: scale(1.10, 1.10);
    border-color: var(--off-white); /* using off-white to match rgb(239, 239, 240) */
    box-shadow: 0px 0px 35px var(--glow-brand-45);
}

.pr1 {
    color: var(--grey-muted);
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding-bottom: 5px;
}

.projects {
    padding-top: 90px;
}

.grids_projects {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 80px;
    padding-top: 30px;
    border-top: 1px solid var(--bg-dark-brown);
    
}
.project-card {
     background: var(--glass-white-03);
    padding: 25px;
    border-radius: 16px;
    border: 1px solid var(--glass-white-10);
    backdrop-filter: blur(8px);
    transition: 0.3s ease;
    text-align: center;
    box-shadow: 0px 0px 25px var(--glow-brand-20);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.project-card:hover {
    transform: translateY(-8px);
    border-color: var(--brand-primary);
    box-shadow: 0px 0px 35px var(--glow-brand-45);
}
.project-title {
    font-size: 22px;
    color: var(--white);
    font-weight: 700;
    letter-spacing: 1px;
}

.project-sub {
    font-size: 16px;
    color: var(--overlay-text);
    font-weight: 500;
    margin: 6px 0 12px 0;
}

.project-desc {
    font-size: 15px;
    color: var(--grey-medium);
    line-height: 1.5;
    margin-bottom: 20px;
}

.project-skills {
    display: inline-block;
    padding: 6px 12px;
    color: var(--white);
    border: 1px solid var(--glow-brand-40);
    border-radius: 6px;
    font-size: 13px;
    letter-spacing: 0.5px;
    background: var(--glow-brand-15);
}
.sv {  height: 50px;}

.a1{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
    padding-left: 20px;
}

.ab {
    color: var(--kavya);
    font-family: 'Poppins', sans-serif;
    transition: 0.25s ease-in;
}

.brand-name{
   display: flex;
   flex-direction: row;
   justify-content: center;
    align-items: center;
    gap:2px;
    cursor: pointer;
}

.ba {
    color: var(--grey-dark);
    font-family: 'Poppins', sans-serif;
    transition: 0.25s ease-in;
}

.ab:hover { color: var(--glass-white-40); }
.ba:hover { color: var(--white); }

.pr2 {
    color: var(--grey-muted);
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding-top: 90px;
    padding-bottom: 30px;
}

.Background {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.edu-card {
    background: var(--glass-white-04);
    border: 1px solid var(--glass-white-12);
    padding: 28px 30px;
    border-radius: 14px;
    max-width: 600px;
    margin: 40px auto;
    color: var(--white); /* Kept hex as it's very close to white-smoke but distinct in original */
    font-family: 'Poppins', sans-serif;
    backdrop-filter: blur(6px);
    box-shadow: 0px 0px 25px var(--glow-brand-35);
    transition: 0.4s ease-in-out;
}

.edu-card:hover{
     transform: translateY(-6px);
    border-color: var(--white);
    box-shadow: 0px 0px 40px var(--glow-brand-55);
    background: var(--glass-white-06);
}

.edu-title {
    font-size: 28px;
    font-weight: 700;
    color: var(--brand-primary);
    margin-bottom: 10px;
}

.edu-degree {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.edu-college {
    font-size: 16px;
    font-weight: 400;
    color: var(--edu-college-grey);
    margin-bottom: 15px;
}

.edu-desc {
    font-size: 15px;
    line-height: 1.6;
    color: var(--white);
}

.connect {
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}

.connect-title {
    font-size: 28px;
    color: var(--white);
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.connect-sub {
    font-size: 16px;
    color: var(--grey-muted);
    margin-top: 10px;
    margin-bottom: 40px;
}

.connect-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    padding: 20px;
}

.connect-box {
    text-decoration: none;   
    font-family: 'Poppins', sans-serif;
    background: var(--bg-surface);
    border: 1px solid var(--glass-white-10);
    border-radius: 12px;
    padding: 26px 22px;
    color: var(--white-muted);
    transition: 0.25s ease-in-out;
     box-shadow: 0px 0px 8px var(--glow-brand-20);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 100;
}

.connect-box:hover {
    transform: translateY(-8px);
    border-color: var(--white);
    box-shadow: 0px 0px 35px var(--glow-brand-45);
}

.connect-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
}

.connect-form {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.connect-form input,
.connect-form textarea {
    padding: 12px 15px;
    border-radius: 8px;
     border: 1px solid var(--overlay-border);
    background-color: var(--bg-body);
    color: var(--white);
    font-family: 'Poppins', sans-serif;
    outline: none;
}

.connect-form input:focus,
.connect-form textarea:focus{
    border-color: var(--white);
}
.connect-form textarea {
    height: 130px;
    resize: none;
}

.send-btn {
     background: var(--btn-background);
    border: 1px solid var(--overlay-border);
    padding: 12px 20px;
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
    color: var(--btn-color);
    cursor: pointer;
    transition: 0.25s ease-in-out;
    font-weight: 600;
}

.send-btn:hover {
    background-color: var(--btn-color);
    color: var(--btn-background);
    border-color: var(--border-dark);
}

.p23 {
    padding-top: 10px;
    color: var(--white);
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
}

.aboutMe {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    padding-top: 40px;
}

.thoughts {
    width: 80%;
    display: flex;
    flex-direction: row;
    gap: 28px;
    padding: 20px 25px;

    background: var(--bg-thoughts);
    border: 1px solid var(--glass-white-10);

    border-radius: 12px;

    justify-content: space-between;
    align-items: center;
    transition: 0.3s ease;
     box-shadow: 0px 0px 8px var(--glow-brand-20);
     z-index: 100;

    /* background: var(--glass-white-03); */
   
    

    backdrop-filter: blur(8px);
}

.ss1{
    color: var(--brand-primary);
}

.svg4 {
    height: 250px;
    width: 250px;
}

.resume {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    gap: 25px;
    justify-content: center;
    align-items: center;
}

.thoughts:hover {
    transform: translateY(-5px);
    border-color: var(--white);
    box-shadow: 0px 0px 30px var(--glow-brand-45);
}


.footer {
    background: var(--bg-body);
    padding: 45px 20px;
    text-align: center;
    color: var(--white);
    border-top: 1px solid var(--glass-white-10);
    font-family: 'Poppins', sans-serif;
}

.footer-title {
    font-size: 28px;
    letter-spacing: 1px;
    color: var(--white);
}

.footer-subtitle {
    font-size: 15px;
    opacity: 0.75;
    margin-bottom: 20px;
}

.footer-links {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 28px;
    padding: 0;
    margin: 15px 0 25px;
    flex-wrap: wrap;
}

.footer-links a, .footer-socials a {
    text-decoration: none;
    color: var(--white);
    opacity: 0.8;
    transition: 0.3s ease;
}

.footer-links a:hover, .footer-socials a:hover {
    opacity: 1;
    color: var(--brand-primary);
}

.footer-cta {
    margin-top: 22px;
    font-size: 15px;
    color: var(--brand-primary);
    font-weight: 500;
}

.footer-copy {
    margin-top: 30px;
    font-size: 14px;
    opacity: 0.6;
}

.imgf {
    height: 30px;
    padding-left: 5px;
    transition: 0.25s ease-in;
}

.imgf:hover {
    transform: scale(1.05);
}

/* --- 1. Logic: The Variable Swap --- */

/* Hide the actual checkbox input */
.theme-checkbox {
    display: none;
}

/* THE MAGIC: 
   When body contains a CHECKED #theme-check, 
   we overwrite the root variables.
*/
/* --- Light Mode Theme (Updated) --- */






/* --- Extra Large Screens (4K / Ultrawide) --- */
@media (min-width: 1900px) {
    html {
        font-size: 1.8rem;
    }
    .body {
        max-width: 85%;
    }
    .hero_section 
    {
        min-height: 100vh;
        justify-content: center;
        align-items: center;
    }
    main {
        padding-top: 150px;
    }
    .grid_skills {
        grid-template-columns: repeat(3, 1fr);
    }
    .ab, .ba {
        font-size: 1.9rem;
    }
    .nav {
        gap: 15px;
        min-height: 125px;
    }
    .sv {
        min-height: 90px;
    }
    .a1 {
        padding-left: 0px;
    }
    .bt {
        padding: 0.7rem 0.9rem;
        font-weight: 500;
        font-size: 0.8rem;
        border-radius: 7px;
    }
    .hero_h1, .hero_h12, .hero_h13 {
        margin-top: 1rem;
        font-weight: 900;
        letter-spacing: 2px;
        line-height: 1.5;
        font-size: 120px;
    }
    .Build {
        padding: 0.7rem 0.9rem;
        font-weight: 500;
        font-size: 0.8rem;
        border-radius: 7px;
    }
    .svg {
        max-height: 500px;
        display: block;
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    #hero {
        font-size: 0.9rem;
    }
    .div211 {
        font-size: 50px;
        font-weight: 450;
    }
    .div22 {
        font-size: 40px;
        letter-spacing: 2px;
    }
    .div2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 20px;
    }
    .maindiv {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        row-gap: 2rem;
        column-gap: 1.2rem;
    }
    .svg1 {
        max-height: 500px;
        display: block;
        position: relative;
        top: 20%;
        left: 30%;
        transform: translate(-20%, -20%);
    }
    .p1 {
        font-size: 30px;
        padding-top: 100px;
    }
    .p2 {
        padding-bottom: 70px;
        font-size: 30px;
    }
    .pr1, .pr2 {
        font-size: 30px;
    }
    .pr1 {
        padding-top: 10px;
        padding-bottom: 40px;
    }
    .pr2 {
        padding-top: 150px;
        padding-bottom: 70px;
    }
    .skills{
        padding-top: 20px;
        padding-bottom: 125px;
         justify-items: center;
        align-items: center;
        gap: 30px;
    }
    .projects {
        padding-top: 120px;
        justify-self: center;
        align-self: center;
    }
    .svg3 {
        width: 120px;
        height: 120px;
    }
    .grids-projects {
        column-gap: 120px;
    }
    .project-card {
        height: 600px;
        gap: 10px;
        max-width: 500px;
        justify-content: space-between;
    }
    .project-title {
        font-size: 45px;
    }
    .project-desc {
        font-size: 25px;
    }
    .project-skills {
        font-size: 25px;
        padding: 8px 16px;
    }
    .project-sub {
        font-size: 25px;
    }
    .grids {
        width: 400px;
    }
    .grid_skills {
        justify-items: center;
        align-items: center;
        padding-top: 60px;
    }
    .edu-card {
        height: 500px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: start;
        gap: 10px;
        max-width: 800px;
    }
    .edu-title {
        font-size: 60px;
    }
    .edu-degree {
        font-size: 40px;
    }
    .edu-college {
        font-size: 30px;
    }
    .edu-desc {
        font-size: 25px;
    }
    .Background {
        gap: 60px;
    }
    .Back {
        justify-self: center;
        align-self: center;
    }
    .connect {
        padding-top: 150px;
        justify-items: center;
        align-items: center;
    }
    .connect-title, .p23 {
        font-size: 45px;
    }
    .connect-sub {
        font-size: 30px;
    }
    .connect-box {
        width: 350px;
        gap: 20px;
    }
    .connect-icon {
        width: 90px;
        height: 90px;
    }
    .connect-grid {
        padding-bottom: 60px;
    }
    .connect-form {
        max-width: 900px;
    }
    input[type="text"], input[type="email"], textarea, button {
        font-size: 25px;
        padding: 15px 20px;
        border-radius: 10px;
        width: 700px;
    }
    .pr2 {
        font-size: 30px;
    }
    .footer-title {
        font-size: 30px;
    }
    .footer-subtitle {
        font-size: 25px;
    }
    .imgf {
        height: 40px;
    }
    .footer-cta {
        font-size: 20px;
    }
    .footer-copy {
        font-size: 18px;
    }

    .round-btn{
        border-radius: 999px;
    }
}

/* --- Large Desktop / Laptop --- */
@media (min-width: 1400px ) and (max-width: 1900px) 
{

    main {
        padding-top: 200px;
    }
    
    .hero_h1,.hero_h12, .hero_h13 {
        margin-top: 1rem;
        font-weight: 900;
        letter-spacing: 2px;
        line-height: 1.5;
        font-size: 90px;
    }

    .hero_section
    {
        display: flex;
        flex-direction: column;
        min-height: 90vh;
        justify-content: center;
        align-items: center;
       
    }
   
    .nav {
        min-height: 100px;
    }
    .projects {
        padding-top: 120px;
        justify-self: center;
        align-self: center;
    }
   
    .skills
    {
        padding-top: 100px;
        padding-bottom: 125px;
        gap: 30px;
        justify-items: center;
        align-items: center;
    }
  

    .grids{
        max-width:250px;
    }
    .grid_skills {
        justify-items: center;
        align-items: center;
        padding-top: 60px;
    }
  
    .grids {
        width: 400px;
    }
    .grid_skills {
        justify-items: center;
        align-items: center;
        padding-top: 60px;
    }

    .projects {
        padding-top: 100px;
        justify-items: center;
        align-items: center;

    }
    .project-card {
        height: 430px;
        gap: 10px;
        max-width: 370px;
        justify-content: space-between;
    }
    .project-title {
        font-size: 20px;
    }
    .project-desc {
        font-size: 15px;
    }
    .project-skills {
        font-size: 15px;
        padding: 8px 16px;
    }
    .project-sub {
        font-size: 15px;
    }

    .Background{
        justify-self: center;
        align-self: center;
        gap:20px;
    }

    .connect-box
    {
               width: 300px;
               gap: 15px;
    }

    .connect-grid{
        justify-self: center;
        align-self: center;
    }

    #story{
        padding-top: 50px;
    }
    .aboutMe{
        padding-top: 10px;
    }

    .maindiv{
       column-gap: 10px;
    }
    .edu-card{
        width: 500px;
        height: 300px ;
    }
}

/* --- Laptop Standard --- */
@media (min-width: 1200px) and (max-width: 1400px)
{
  
    
  main {
        padding-top: 120px;
        
    }
    
    .bt,.Build{
        padding: 8px 12px;
        font-size: 14px;
    }

    .ab, .ba {
        font-size: 30px;
    }
    .hero_h1,.hero_h12, .hero_h13 {
        margin-top: 1rem;
        font-weight: 900;
        letter-spacing: 2px;
        line-height: 1.5;
        font-size: 90px;
    }

    .hero_section
    {
        display: flex;
        flex-direction: column;
        min-height: 90vh;
        justify-content: center;
        align-items: center;
       
    }
   
    .nav {
        min-height: 100px;
    }
    .projects {
        padding-top: 120px;
        justify-self: center;
        align-self: center;
    }
   
    .skills
    {
        padding-top: 100px;
        padding-bottom: 125px;
        gap: 30px;
        justify-items: center;
        align-items: center;
    }
  

    .grids{
        max-width:250px;
    }
    .grid_skills {
        justify-items: center;
        align-items: center;
        padding-top: 60px;
    }
  
    .grids {
        width: 400px;
    }
    .grid_skills {
        justify-items: center;
        align-items: center;
        padding-top: 60px;
    }

    .projects {
        padding-top: 100px;
        justify-items: center;
        align-items: center;

    }
    .project-card {
        height: 380px;
        gap: 5px;
        max-width: 330px;
        justify-content: space-between;
    }
    .project-title {
        font-size: 18px;
    }
    .project-desc {
        font-size: 13px;
    }
    .project-skills {
        font-size: 13px;
        padding: 8px 16px;
    }
    .project-sub {
        font-size: 13px;
    }

    .Background{
        justify-self: center;
        align-self: center;
        gap:20px;
    }

    .connect-box
    {
               width: 300px;
               gap: 15px;
    }

    .connect-grid{
        justify-self: center;
        align-self: center;
    }

    #story{
        padding-top: 50px;
    }
    .aboutMe{
        padding-top: 10px;
    }

    .maindiv{
       column-gap: 10px;
        
    }
    .edu-card{
        width: 450px;
        height: 320px ;
    }
    
   
}
    

/* --- Small Laptop / Tablet Landscape --- */
@media (min-width: 1115px) and (max-width: 1200px) {
    .svg {
        max-height: 300px;
        display: block;
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .svg1 {
        max-height: 300px;
        display: block;
        position: relative;
        top: 20%;
        right: 20%;
    }
    .div22 {
        font-size: 20px;
    }
    .div2 {
        gap: 10px;
    }
    .bt, .Build {
        padding: 8px 12px;
        font-size: 14px;
    }

    .ab, .ba {
        font-size: 25px;
    }

    .svg3{
        width: 80px;
        height: 80px;
    }

    .hero_h1, .hero_h12, .hero_h13 {
        font-size: 75px;
    }

    .hero_section{
        min-height: 100vh;
        justify-content: center;
        align-items: center;
    }

      .projects 
      {
        padding-top: 100px;
        justify-items: center;
        align-items: center;

      }
    .project-card {
        height: 330px;
        gap: 5px;
        max-width: 280px;
        justify-content: space-between;
    }
    .project-title {
        font-size: 15px;
    }
    .project-desc {
        font-size: 11px;
    }
    .project-skills {
        font-size: 11px;
        padding: 7px 14px;
    }
    .project-sub {
        font-size: 11px;
    }

    .edu-college{
         font-size: 13px;
    }
    .edu-degree{
       font-size: 18px;
    }
    .edu-desc{
         font-size: 13px;
    }
    .edu-title{
            font-size:25px;
    }

    .edu-card{
        width: 400px;
        height: 280px ;
    }

    .thoughts{
        width: 90%;
    }


}

/* --- Tablet Portrait --- */
@media (min-width: 910px) and (max-width: 1115px) {
    /* 1. Layout Adjustments */
    .body {
        max-width: 95%;
        padding: 0 10px;
    }
    .nav {
        padding: 0 10px;
        width: 100%;
    }

    .ab,.ba{
        font-size: 25px;
    }
    /* 2. Fix Giant Fonts */
    .hero_h1, .hero_h12, .hero_h13 {
        font-size: 60px;
       
    }
    .p1{
        font-size: 17px;
    }

    .bt,.Build{
        font-size: 14px;
        padding: 7px 14px;
    }

    .hero_section
    {
        justify-content: center;
        align-items: center;
        min-height: 100vh;
    }

    #hero{
        font-size: 17px;
    }
    .div211 {
        font-size: 30px;
    }
    .div22 {
        font-size: 18px;
        letter-spacing: 1px;
    }
    /* 3. Stack Grids to Single Column */
    .maindiv {
        column-gap: 0px;
        row-gap: 10px;
    }
    .svg1 {
        max-height: 200px;
    }
    .svg {
        max-height: 200px;
    }
    .svg3{
        height: 65px;
        width: 65px;
    }
    /* Skills: 2 columns on mobile looks better than 1 */
    .grid_skills {
        grid-template-columns: repeat(3, 1fr);
    }
    .grids{
        width: 200px;
        
    }

    .project{
        padding-top: 40px;
    }
    /* Projects: Stack vertically */
    .grids_projects 
    {
       display: flex;
       flex-wrap: wrap;
       flex-direction: row;
       justify-content: center;
       align-items: center;
       gap:40px;
       padding-top: 40px;
    }
    .project-card {
        padding: 20px;
        width:320px;
        height: 300px;
    }
    .Background {
         justify-self: center;
         align-self: center;
         gap:10px;

    }

    .edu-card{
        width: 350px;
        height: 300px;
    }

    .edu-college{
                  font-size: 12px ;
    }

    .edu-degree{
              font-size: 14px;
    }

    .edu-desc{
             font-size: 14px;
    }
    .edu-title{
        font-size:20px ;
    }

    .pr1{
        font-size: 16px;
    }
    .connect-box 
    {
           width:200px;
    }

    .connect-grid{
        justify-self:center;
        align-self: center;

    }

    .svg{
     
        height: 350px;
    }
    /* Thoughts / About Me Section */
    .thoughts {
        flex-direction: column;
        width: 350px;
        height: 500px;
        text-align: center;
        
    }

    .svg4{
        height: 230px;
    }

    .aboutMe{
        justify-content: center;
        align-items: center;
        flex-direction: row;
    }

    .skills{
        justify-self: center;
        align-self: center;

    }
    
    .nav-icon {
        display: block; 
        cursor: pointer;
        padding: 5px;
    }
    .nav-icon span {
        display: block;
        width: 30px;
        height: 4px;
        background-color: var(--white);
        margin-bottom: 5px;
        border-radius: 2px;
        transition: 0.3s;
    }
    .kp2 {
        display: none; 
        position: absolute;
        top: 80px;
        left: 80%;
        width: 20%;
         background: var(--white);
        flex-direction: column;
        padding: 20px 0;
        z-index: 1000;
        border-radius: 0 0 10px 10px;
        box-shadow: 0px 10px 15px var(--overlay-shadow);
    }
    
    .kp2 .bt {
        background-color: var(--bg-transparent);
        color: var(--text-black); 
        width: 90%;
        text-align: center;
        margin-bottom: 10px;
        border: 1px solid var(--glass-white-30);
        font-size: 16px;
    }
    .kp2 .bt:hover {
        background-color: var(--bg-black);
        color: var(--off-white);
    }
    .edu-card {
        border-color: var(--brand-primary);
        box-shadow: 0px 0px 35px var(--glow-brand-45);
    }
    /* The Trigger: When Checkbox is checked -> Show Menu */
    #nav-check:checked ~ .kp2 {
        display: flex;
    }
    /* Animation for Hamburger Icon */
    #nav-check:checked ~ .nav-icon span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }
    #nav-check:checked ~ .nav-icon span:nth-child(2) {
        opacity: 0;
    }
    #nav-check:checked ~ .nav-icon span:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -8px);
    }
}

/* --- Large Phone / Small Tablet --- */
@media (min-width: 768px) and (max-width: 910px) {
    /* 1. Layout Adjustments */
   .body {
        max-width: 95%;
        padding: 0 10px;
    }
    .nav {
        padding: 0 10px;
        width: 100%;
    }

    .ab,.ba{
        font-size: 25px;
    }
    /* 2. Fix Giant Fonts */
    .hero_h1, .hero_h12, .hero_h13 {
        font-size: 60px;
       
    }
    .p1{
        font-size: 17px;
    }

    .bt,.Build{
        font-size: 14px;
        padding: 7px 14px;
    }

    .hero_section
    {
        justify-content: center;
        align-items: center;
        min-height: 100vh;
    }

    #hero{
        font-size: 17px;
    }
    .div211 {
        font-size: 30px;
    }
    .div22 {
        font-size: 18px;
        letter-spacing: 1px;
    }
    /* 3. Stack Grids to Single Column */
    .maindiv {
        column-gap: 0px;
        row-gap: 10px;
    }
    .svg1 {
        max-height: 200px;
    }
    .svg {
        max-height: 200px;
    }
    .svg3{
        height: 65px;
        width: 65px;
    }
    /* Skills: 2 columns on mobile looks better than 1 */
    .grid_skills {
        grid-template-columns: repeat(3, 1fr);
    }
    .grids{
        width: 200px;
        
    }

    .project{
        padding-top: 40px;
    }
    /* Projects: Stack vertically */
    .grids_projects 
    {
       display: flex;
       flex-wrap: wrap;
       flex-direction: row;
       justify-content: center;
       align-items: center;
       gap:40px;
       padding-top: 40px;
    }
    .project-card {
        padding: 20px;
        width:320px;
        height: 300px;
    }
    .Background {
         justify-self: center;
         align-self: center;
         gap:10px;

    }

    .edu-card{
        width: 350px;
        height: 300px;
    }

    .edu-college{
                  font-size: 12px ;
    }

    .edu-degree{
              font-size: 14px;
    }

    .edu-desc{
             font-size: 14px;
    }
    .edu-title{
        font-size:20px ;
    }

    .pr1{
        font-size: 16px;
    }
    .connect-box 
    {
           width:200px;
    }

    .connect-grid{
        justify-self:center;
        align-self: center;

    }

    .svg{
     
        height: 350px;
    }
    /* Thoughts / About Me Section */
    .thoughts {
        flex-direction: column;
        width: 350px;
        height: 500px;
        text-align: center;
        
    }

    .svg4{
        height: 230px;
    }

    .aboutMe{
        justify-content: center;
        align-items: center;
        flex-direction: row;
    }

    .skills{
        justify-self: center;
        align-self: center;

    }
    
    .nav-icon {
        display: block; 
        cursor: pointer;
        padding: 5px;
    }
    .nav-icon span {
        display: block;
        width: 30px;
        height: 4px;
        background-color: var(--white);
        margin-bottom: 5px;
        border-radius: 2px;
        transition: 0.3s;
    }
    .kp2 {
        display: none; 
        position: absolute;
        top: 80px;
        left: 80%;
        width: 20%;
         background: var(--white);
        flex-direction: column;
        padding: 20px 0;
        z-index: 1000;
        border-radius: 0 0 10px 10px;
        box-shadow: 0px 10px 15px var(--overlay-shadow);
    }
    
    .kp2 .bt {
        background-color: var(--bg-transparent);
        color: var(--text-black); 
        width: 90%;
        text-align: center;
        margin-bottom: 10px;
        border: 1px solid var(--glass-white-30);
        font-size: 16px;
    }
    .kp2 .bt:hover {
        background-color: var(--bg-black);
        color: var(--off-white);
    }
    .edu-card {
        border-color: var(--brand-primary);
        box-shadow: 0px 0px 35px var(--glow-brand-45);
    }
    /* The Trigger: When Checkbox is checked -> Show Menu */
    #nav-check:checked ~ .kp2 {
        display: flex;
    }
    /* Animation for Hamburger Icon */
    #nav-check:checked ~ .nav-icon span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }
    #nav-check:checked ~ .nav-icon span:nth-child(2) {
        opacity: 0;
    }
    #nav-check:checked ~ .nav-icon span:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -8px);
    }
}

/* --- Mobile / Small Phone --- */
@media (min-width: 576px) and (max-width:768px) {
     /* 1. Layout Adjustments */
   .body {
        max-width: 95%;
        padding: 0 10px;
    }
    .nav {
        padding: 0 10px;
        width: 100%;
    }

    .ab,.ba{
        font-size: 25px;
    }
    /* 2. Fix Giant Fonts */
    .hero_h1, .hero_h12, .hero_h13 {
        font-size: 50px;
       
    }
    .p1{
        font-size: 17px;
    }

    .bt,.Build{
        font-size: 14px;
        padding: 7px 14px;
    }

    .hero_section
    {
        justify-content: center;
        align-items: center;
        min-height: 100vh;
    }

    #hero{
        font-size: 17px;
    }
    .div211 {
        font-size: 30px;
    }
    .div22 {
        font-size: 18px;
        letter-spacing: 1px;
    }
    /* 3. Stack Grids to Single Column */
    .maindiv {
        column-gap: 0px;
        row-gap: 10px;
    }
    .svg1 {
        max-height: 200px;
    }
    .svg {
        max-height: 200px;
    }
    .svg3{
        height: 60px;
        width: 60px;
    }
    /* Skills: 2 columns on mobile looks better than 1 */
    .grid_skills {
        grid-template-columns: repeat(3, 1fr);
    }
    .grids{
        width: 150px;
        
    }

    .project{
        padding-top: 40px;
    }
    /* Projects: Stack vertically */
    .grids_projects 
    {
       display: flex;
       flex-wrap: wrap;
       flex-direction: row;
       justify-content: center;
       align-items: center;
       gap:40px;
       padding-top: 40px;
    }
    .project-card {
        padding: 20px;
        width:320px;
        height: 300px;
    }
    .Background 
    {    grid-template-columns: 1fr;
         justify-self: center;
         align-self: center;
         gap:20px;

    }

    .edu-card{
        width: 350px;
        height: 300px;

    }

    .edu-college{
                  font-size: 12px ;
    }

    .edu-degree{
              font-size: 14px;
    }

    .edu-desc{
             font-size: 14px;
    }
    .edu-title{
        font-size:20px ;
    }

    .pr1{
        font-size: 16px;
    }
    .connect-box 
    {
           width:150px;
    }

    .connect-grid
    {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;

        

    }

    .connect-form{
        width: 70%;
    }

    .connect-icon{
        height: 65px;
        width: 65px;
    }

    .svg{
     
        height: 350px;
    }
    /* Thoughts / About Me Section */
    .thoughts {
        flex-direction: column;
        width: 70%;
        height: 370px;
        text-align: center;
        
    }

    .svg4{
        height: 150px;
    }

    .aboutMe{
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .skills{
        justify-self: center;
        align-self: center;

    }
    
    .nav-icon {
        display: block; 
        cursor: pointer;
        padding: 5px;
    }
    .nav-icon span {
        display: block;
        width: 30px;
        height: 4px;
        background-color: var(--white);
        margin-bottom: 5px;
        border-radius: 2px;
        transition: 0.3s;
    }
    .kp2 {
        display: none; 
        position: absolute;
        top: 80px;
        left: 75%;
        width: 25%;
         background: var(--white);
        flex-direction: column;
        padding: 20px 0;
        z-index: 1000;
        border-radius: 0 0 10px 10px;
        box-shadow: 0px 10px 15px var(--overlay-shadow);
    }
    
    .kp2 .bt {
        background-color: var(--bg-transparent);
        color: var(--text-black); 
        width: 90%;
        text-align: center;
        margin-bottom: 10px;
        border: 1px solid var(--glass-white-30);
        font-size: 16px;
    }
    .kp2 .bt:hover {
        background-color: var(--bg-black);
        color: var(--off-white);
    }
    .edu-card {
        border-color: var(--brand-primary);
        box-shadow: 0px 0px 35px var(--glow-brand-45);
    }
    /* The Trigger: When Checkbox is checked -> Show Menu */
    #nav-check:checked ~ .kp2 {
        display: flex;
    }
    /* Animation for Hamburger Icon */
    #nav-check:checked ~ .nav-icon span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }
    #nav-check:checked ~ .nav-icon span:nth-child(2) {
        opacity: 0;
    }
    #nav-check:checked ~ .nav-icon span:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -8px);
    }
}

@media (min-width: 0px) and (max-width: 576px)
{
 .body {
        max-width: 95%;
        padding: 0 10px;
    }
    .nav {
        padding: 0 10px;
        width: 100%;
    }

    .ab,.ba{
        font-size: 25px;
    }

    .a1{
        gap:10px;
    }
    /* 2. Fix Giant Fonts */
    .hero_h1, .hero_h12, .hero_h13 {
        font-size: 40px;
       
    }
    .button_hero{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width:70%;
    }

    .bt,.Build{
        width: 100%;
        text-align: center;
        padding: 5px 0;
        font-size: 10px;
    }
    .p1{
        font-size: 17px;
    }

    .bt,.Build{
        font-size: 14px;
        padding: 7px 14px;
    }

    .hero_section
    {
        justify-content: center;
        align-items: center;
        min-height: 100vh;
    }

    #hero{
        font-size: 17px;
    }
    .div211 {
        font-size: 30px;
    }
    .div22 {
        font-size: 18px;
        letter-spacing: 1px;
    }
    /* 3. Stack Grids to Single Column */
    .maindiv {
       
        padding-top: 25px;
        grid-template-columns: 1fr;


    }

    .p1{
        font-size: 13px;
    }

    .div4{
        order:3;
    }

    #learn{
        order:4;
    }
    .svg1 {
        max-height: 200px;
    }
    .svg {
        max-height: 200px;
    }
    .svg3{
        height: 60px;
        width: 60px;
    }
    /* Skills: 2 columns on mobile looks better than 1 */
    .grid_skills {
        grid-template-columns: repeat(2, 1fr);
    }
    .grids{
        width: 150px;
        
    }

    .project{
        padding-top: 40px;
    }
    /* Projects: Stack vertically */
    .grids_projects 
    {
       display: flex;
       flex-wrap: wrap;
       flex-direction: row;
       justify-content: center;
       align-items: center;
       gap:40px;
       padding-top: 40px;
    }
    .project-card {
        padding: 20px;
        width:320px;
        height: 300px;
    }
    .Background 
    {    grid-template-columns: 1fr;
         justify-self: center;
         align-self: center;
         gap:20px;

    }

    .edu-card{
        width: 350px;
        height: 300px;

    }

    .resume{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap:15px;
    }

    .edu-college{
                  font-size: 12px ;
    }

    .edu-degree{
              font-size: 14px;
    }

    .edu-desc{
             font-size: 14px;
    }
    .edu-title{
        font-size:20px ;
    }

    .pr1{
        font-size: 16px;
    }
    .connect-box 
    {
           width:150px;
    }

    .connect-grid
    {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;

        

    }

    .connect-form{
        width: 70%;
    }

    .connect-icon{
        height: 65px;
        width: 65px;
    }

    .svg{
     
        height: 350px;
    }
    /* Thoughts / About Me Section */
    .thoughts {
        flex-direction: column;
        width: 100%;
        height: 400px;
        text-align: center;
        
    }

    .svg4{
        height: 150px;
    }

    .aboutMe{
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .skills{
        justify-self: center;
        align-self: center;

    }
    
    #theme-check{
        background-color: var(--bg-black);
    }
    .nav-icon {
        display: block; 
        cursor: pointer;
        padding: 5px;
    }
    .nav-icon span {
        display: block;
        width: 30px;
        height: 4px;
        background-color: var(--white);
        margin-bottom: 5px;
        border-radius: 2px;
        transition: 0.3s;
    }
    .kp2 {
        display: none; 
        position: absolute;
        top: 80px;
        left:0px;
        width: 100%;
        background: var(--white);
        flex-direction: column;
        padding: 20px 0;
        z-index: 1000;
        border-radius: 0 0 10px 10px;
        box-shadow: 0px 10px 15px var(--overlay-shadow);
    }
    
    .kp2 .bt {
        background-color: var(--bg-transparent);
        color: var(--text-black); 
        width: 90%;
        text-align: center;
        margin-bottom: 10px;
        border: 1px solid var(--glass-white-30);
        font-size: 16px;
    }
    .kp2 .bt:hover {
        background-color: var(--bg-black);
        color: var(--off-white);
    }
    .edu-card {
        border-color: var(--brand-primary);
        box-shadow: 0px 0px 35px var(--glow-brand-45);
    }
    /* The Trigger: When Checkbox is checked -> Show Menu */
    #nav-check:checked ~ .kp2 {
        display: flex;
    }
    /* Animation for Hamburger Icon */
    #nav-check:checked ~ .nav-icon span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }
    #nav-check:checked ~ .nav-icon span:nth-child(2) {
        opacity: 0;
    }
    #nav-check:checked ~ .nav-icon span:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -8px);
    }   
}