/* Home page */

@keyframes fadeSlideIn {
    from { 
        opacity: 0; 
        transform: translateX(15px); 
    }
    to { 
        opacity: 1; 
        transform: translateX(0); 
    }
}

.logo {
    width: 50px;
    height: 50px;
    margin-top: 30px;
    margin-left: 10px;
    transition: .3s;
}

body {
    background-color: rgb(255, 255, 255);
    margin: 0px;
}

@media (max-width: 850px) {
.hero {
    background-image: linear-gradient(rgba(112, 38, 131, .4), rgba(123, 120, 124, 0.2)), url(images/backgroundhome.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center;
    min-height: 100vh;
    margin: 0px;
    overflow: hidden;
    position: relative;
    width: 100%;
    
}

.name1,
.name {
    color: white;
    font-size: 19px;
    margin-left: 5px;
    margin-top: 17px;
    width: 150px;
    transition: .3s;
    text-decoration: none;
    font-family: sans-serif;
}

}
.container {
    display: flex;
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000; 
    padding-bottom: 10px;
    background-color: transparent;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out, background-color 0.4s ease-in-out;
}

div:has(> .container) {
    padding-top: 100px !important;
    box-sizing: border-box !important;
}

.container.hide-header {
    transform: translateY(-100%);
    opacity: 0;
}


.container.scrolled {
    background-color: rgb(74, 25, 117);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4); 
}

.mission {

    font-size: 25px;
    width: 260px;
    margin-left: 15px;
    margin-top: 30px;

    color: rgb(255, 255, 255);
    transition: opacity 1s ease-in;
    opacity: 1;
    font-family: "Bitcount Single", system-ui;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "CRSV" 0.5,
    "ELSH" 0,
    "ELXP" 0;
    animation: blurFadeIn 4s ease-out;
}

@keyframes blurFadeIn {
    0% {
        opacity: 0;
        filter: blur(25px);
    }
    100% {
        opacity: 1;
        filter: blur(0px);
    }
}

.class {
    background-color: white;
    height: 125vh;
}

.put {
    margin-top: 50px;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 10px;
    color: rgb(74, 25, 117);
    position: absolute;
    width: 150px;
}

.img {
    height: 180px;
    width: auto;
    position: absolute;
    margin: -210px auto;
    border-radius: 35px;
}

@keyframes breathe {
    0% {
        transform: translateY(0px) scale(1);
    }
    50% {
        transform: translateY(-5px) scale(1.03);
    }
    100% {
        transform: translateY(0px) scale(1);
    }

}

.im {
    display: flex;
    justify-content: center;
    animation: breathe 4s ease-in-out infinite;
}

.desktop-only-view {
    display: none;
}

.mobile-only-view {
    display: block;
}

@media (max-width: 850px) {


.arrow-btn {
    border-radius: 200px;
    height: 30px;
    width: 30px;
    align-items: center;
    background-color: rgb(110, 17, 197);
    border-color: white;
    color: white;
}

.carousel-slide {
    display: none;
    animation: fadeSlideIn 0.4s ease-out; 
}

.carousel-slide.active {
    display: block !important;
}

.carousel-container {
    position: absolute;
    padding: 20px;
    background-color: rgb(74, 25, 117);
    border-radius: 0px;
    color: white;
    height: 300px; 
    margin-top: 510px;
}
.slide {
    display: none;
    animation: fadeSlideIn 0.4s ease-out; 
}


.slide.active {
    display: block !important;
}

@keyframes buns {
    0% {
        transform: translateY(0px) scale(1);
    }
    50% {
        transform: translateY(5px) scale(1.03);
    }
    100% {
        transform: translateY(0px) scale(1);
    }

}

.badge {
    background-color: rgb(255, 186, 39);
    color: #000;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 2px;
    animation: buns 4s ease-in-out infinite;
}

.carousel-controls {
    position: absolute;
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    margin-top: 10px;
}

.arrow-btn {
    background: transparent;
    border: 1px solid white;
    color: white;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.arrow-btn:hover {
    background-color: rgba(255, 255, 255, 0.2);
}



.plane {
    height: 450px;
    width: auto;
    margin-left: -100px;
    transform: translateX(50);
    position: absolute;
    margin-top: -50px;
}

.ed {
    margin-top: 200px;
    position: absolute;
    margin-left: 20px;
}

}



/*three lines*/

.wrapper {
    width: 100%;
    height: 100vh;
    text-align: center;
    position: absolute;
    z-index: 20;
    pointer-events: none;
}

.nav {
    pointer-events: auto;
    display: block;
    position: absolute;
    top: 40px;
    right: 25px;
    width: 35px;
    height: 20px;
    z-index: 30;
    background-color: transparent;
    cursor: pointer;
}

.nav div {
    height: 3px;
    background-color: rgb(255, 255, 255);
    border-radius: 200px;
    margin-bottom: 5px;
    transition: 0.3s;
}

.one, .two, .three {
    margin-top: 0px;
}


.nav:hover div {
  background-color: rgb(217, 171, 255);
  transition: .3s ease;
}

.nav.active .one {
    transform: translateY(8px) rotate(45deg);
}

.nav.active .two {
    opacity: 0;
}

.nav.active .three {
    transform: translateY(-8px) rotate(-45deg);
}



.slide {
    height: 100vh;
    width: 100%;
    position: fixed;
    background-color: rgb(74, 25, 117);
    transition: all .3s ease;
    top: 0px;
    left: 10px;
    right: 0px;
    display: flex;
    flex-direction: column;
    align-items: first baseline;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease;
    z-index: 10;
}

.slide.open {
    opacity: 1;
    visibility: visible;
}

.slide ul {
    margin-top: 100px;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.slide li {
    list-style: none;
    margin-bottom: 20px;
    width: 100%;
}

.slide a,
.slide summary {
    color:rgb(255, 255, 255);
    font-family: sans-serif;
    font-weight: bold;
    text-decoration: none;
    transition: .2s ease-in-out;
    display: block;
    font-size: 30px;
    cursor: pointer;
    list-style: none;
    flex-direction: column;
    padding-left: 40px;
    margin: 0px;
}

.slide summary {
    position: relative;
    list-style: none;
}

.slide summary::-webkit-details-marker {
    display: none;
}

.slide summary::after {
    content: "";
    position: absolute;
    right: 40px;
    top: 5px;
    width: 12px;
    height: 12px;
    border-right: 3px solid rgb(255, 186, 39);
    border-bottom: 3px solid rgb(255, 186, 39);
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}

.slide details[open] summary::after {
    transform: rotate(130deg);
    top: 10px;

}


.slide details[open] summary {
    color: rgb(255, 186, 39);
}

.slide i {
    width: 40px;
}

.slide .sub-menu {
    padding-left: 25px;
    margin-top: 15px;
}

.slide .sub-menu a {
    font-size: 24px;
    color: rgb(217, 171, 255);
    margin-bottom: 15px;
    padding-left: 0px;
    margin-left: 30px;
    transition: .5s ease-in;
}

.donate {
    background: transparent;
    border-radius: 100px;
    size: 50px;
    margin-left: 15px;
    border-color: white;
    padding: 7px 20px;
    font-size: 20px;
    color: white;
    margin-top: 210px;
    width: 150px;
    transition: 0.5s ease-in-out;
}

.donate:hover {
    color: rgb(255, 186, 39);
    
}

/*

.ADA {
    background: transparent;
    border-radius: 15px;
    size: 50px;
    margin-left: 15px;
    border-color: white;
    padding: 7px 20px;
    font-size: 20px;
    color: white;
    margin-top: 10px;
    width: 150px;
    transition: 0.5s ease-in-out;
}

.ADA:hover {
    color: rgb(255, 186, 39);
    
}
*/

body.access-mode {
    background-color: #121212 !important;
    color: #ffffff !important;
    font-size: 120% !important;
    font-family: Arial, sans-serif !important;
}

body.access-mode .name, 
body.access-mode .slide a {
    color: rgb(255, 255, 0) !important;
}

body.access-mode .hero {
    background-image: none !important;
    background-color: #121212 !important;
}

.learn-more {
    background: transparent;
    border-radius: 100px;
    size: 50px;
    margin-left: 15px;
    border-color: white;
    padding: 7px 20px;
    font-size: 20px;
    color: white;
    margin-top: 10px;
    width: 150px;
    transition: 0.5s ease-in-out;
}

.learn-more:hover {
    color: rgb(255, 186, 39);
    
}

.disclaimer {
    width: 200px;
    margin-left: 15px;
    margin-top: 10px;
    color: white;
    font-size: 10px;
    text-align: left;
}

.youth {
    color: rgb(255, 186, 39);
    font-size: 40px;
    margin-left: 15px;
}

.body::-webkit-scrollbar,
.bod::-webkit-scrollbar {
    display: none;
}

.fundraise {
    background-color: rgb(74, 25, 117);
    margin:  0;
    padding: 2rem 1.5rem;
}

.headnin {
    color: white;
    font-family: sans-serif;
}

.fundra, .fundray {
    color: white;
    font-family: sans-serif;
    font-size: 20px;
    font-weight: bold;
}

.fundd {
    font-family: "Edu NSW ACT Cursive", cursive;
}

.beary  {
    height: 250px;
    width: auto;
    margin-left: -20px;
    margin-top: 25px;
}

.fundbtn {
    background: transparent;
    border-radius: 100px;
    size: 50px;
    margin-left: 0px;
    border-color: white;
    padding: 7px 20px;
    font-size: 20px;
    color: white;
    margin-top: 10px;
    width: 190px;
    transition: 0.5s ease-in-out;
}

.fundbtn:hover {
    background-color: rgb(255, 186, 39);
    border-color: rgb(255, 186, 39);
    color: brown;
    
}

/* About us page */

.fade-text {
    /* Tells the browser to optimize this text for smooth fading */
    will-change: opacity;
    transition: opacity 0.1s ease-out;
}

.descriptionabt {
    background-image: linear-gradient(rgba(112, 38, 131, 0.7), rgba(133, 133, 133, 0.4)), url(/images/IMG_9736.jpeg);
    padding-top: 390px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.do {
    background-color: #4A1975;
    height: 850px;
}

.abt {
    color: white;
    font-size: 30px;
    margin-left: 10px;
    animation: blurFadeIn 4s ease-out;
    padding: 20px;
}

.writeabt {
    background-color: rgb(74, 25, 117);
    height: 430px;
    padding-top: 20px;
}

.fr {
    color: white;
    font-family: Arial, sans-serif;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 20px;
    position: absolute;
    position: absolute;
    font-family: sans-serif;
    font-weight: bold;
}

.fr2 {
    color: white;
    font-family: Arial, sans-serif;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 20px;
    position: absolute;
    position: absolute;
    margin-top: 140px;
    font-family: sans-serif;
    font-weight: bold; 
}

.at {
    margin-left: 10px;
    color: rgb(255, 186, 39);
    font-family: sans-serif;
    font-family: sans-serif;
    font-weight: bold;
}

.toes {
    position: absolute;
    margin-top: 140px;
    right: 15px;
    text-align: right;
    font-size: 15px;
    width: 120px;
    color: white;
}

.toe {
    color: rgb(74, 25, 117);
    background: transparent;
}

.mission-container {
    display: flex;
    flex-direction: column;
    /* This gap controls how far apart they are before you scroll */
    gap: 60px; 
    max-width: 1100px;
    margin: 80px auto; 
    padding: 0 20px 100px 20px;
    background-color: white;
    
}

.mission-card {
    display: flex;
    flex-direction: column; 
    background-color: #603479;
    border-radius: 30px;
    overflow: hidden;
    margin-top: 50px;
    
    /* 1. THE MAGIC RULE: Makes the cards stick instead of scrolling past */
    position: sticky; 
    
    /* 2. THE 3D SHADOW: Puts a shadow on the TOP of the card to cast onto the one behind it */
    box-shadow: 0 -15px 40px rgba(0,0,0,0.3);
}

.card-title {
    font-family: sans-serif;
    font-weight: bold;
    color: rgb(255, 186, 39);
    margin-left: 25px;
    font-size: 20px
}

.mission-image {
    width: 100%;
    
}

.mission-image img {
    width: 300px;
    height: 200px;
    object-fit: cover;
    display: block;
}

.mission-content {
    padding: 40px 30px;
    color: white;
    font-family: Arial, sans-serif;
    display: flex;
    align-items: center; 
}

.mission-content p {
    font-size: 18px;
    line-height: 1.6;
    margin: 0;
}

.mission-card:nth-child(1) { top: 120px; }
.mission-card:nth-child(2) { top: 150px; } 
.mission-card:nth-child(3) { top: 180px; } 

.follow {
        width: 80%; 
        margin: 0 auto; 
        text-align: center;
        height: 15vh;
        justify-content: center;
    align-items: center;
    }

    .follow-us {
        text-align: center;
        color: purple;
        font-family: sans-serif;
        margin-top: 20px;
        font-size: 20px;
    }

    .instapage {
    position: relative; 
    width: 100%;
    height: 580px; 
    overflow: hidden; 
    display: flex;
    justify-content: center;
    align-items: center;
    
}

#instafollow {
    position: absolute; 
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
    width: 300px;
    z-index: 5;
    pointer-events: none; 
    transition: transform 0.2s cubic-bezier(0.25, 1, 0.5, 1);
}

/*Events Page*/
@media (max-width: 850px) {
.summer {
    background-color: white;
}

.circle {
    width: 50px;
    height: 50px;
    background-color: rgb(255, 186, 39);
    border-radius: 50%;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    position: absolute;
    margin-left: 15px;
    margin-top: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
    color: white;
    font-weight: bold;
    font-size: 40px;
}}

.pnp {
    margin-left: 80px;
    margin-top: 25px;
}

.date {
    margin-left: 80px;
    top: 40px;
    position: absolute;
    color: white;
    font-weight: bolder;
}

.desc {
    position: absolute;
    margin-top: 50px;
    margin-left: 15px;
    margin-right: 15px;
    
}

.million {
    margin-top: 160px;
}

.highlight {
    background-color: rgba(220, 130, 255, 0.795);
    color: white;
}

.summer {
    background-image: url("/images/books.jpeg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center;
    margin: 0px;
    overflow: hidden;
    position: relative;
    height: 50vh;
}

.summe {
    background-color: #603479;
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center;
    margin: 0px;
    overflow: hidden;
    position: relative;
    height: 65vh;
}

.summ {
    background-image: url("images/Build-A-Bear event background.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center;
    margin-top: 0px;
    overflow: hidden;
    position: relative;
    height: 65vh;
}

.donat {
    color: orchid;
    background: white;
    border-radius: 100px;
    margin-left: 15px;
    border-color: white;
    padding: 7px 20px;
    font-size: 15px;
    margin-top: 260px;
    width: 150px;
    text-decoration: none;
    transition: 0.5s ease-in-out;
    position: absolute;
    font-size: 20px;
    animation: blurFadeIn 4s ease-out;
}

.dona {
    color: orchid;
    background: white;
    border-radius: 100px;
    margin-left: 15px;
    border-color: white;
    padding: 7px 20px;
    font-size: 15px;
    margin-top: 160px;
    width: 150px;
    text-decoration: none;
    transition: 0.5s ease-in-out;
    position: absolute;
    font-size: 20px;
    animation: blurFadeIn 4s ease-out;
}

.rathern {
    width: 225px;
    color: orchid;
    background: white;
    border-radius: 100px;
    margin-left: 15px;
    border-color: white;
    padding: 7px 20px;
    font-size: 15px;
    margin-top: 270px;
    text-decoration: none;
    transition: 0.5s ease-in-out;
    position: absolute;
    font-size: 20px;
    animation: blurFadeIn 4s ease-out;
}

/*Donate page*/

.toget {
    font-size: 40px;
    position: absolute;
    font-family: sans-serif;
    font-weight: bold;
    color: white;
    margin-left: 15px;
    animation: blurFadeIn 4s ease-out;
    margin-top: 180px;
}

.shiv{
    height: 250px;
    width: 250px;
    margin-top: 180px;
    margin-left: 70px;
    object-fit:cover;
    object-position: top center;
    animation: blurFadeIn 4s ease-out;
}

.gofund { 
    background: transparent;
    border-radius: 100px;
    margin-left: 15px;
    border-color: white;
    padding: 7px 20px;
    font-size: 20px;
    color: white;
    margin-top: 20px;
    width: 150px;
    text-decoration: none;
    transition: 0.5s ease-in-out;
}

.gofund:hover {
    color: rgb(255, 186, 39);
}

.venmo { 
    
    border-radius: 100px;
    margin-left: 15px;
    border-color: white;
    padding: 7px 20px;
    font-size: 20px;
    color: rgba(128, 0, 128);
    margin-top: 10px;
    width: 150px;
    text-decoration: none;
    transition: 0.5s ease-in-out;
    background: white;
}

.venmo:hover {
    color: rgb(255, 186, 39);
}

.non-mon {
    background: transparent;
    border-radius: 100px;
    margin-left: 15px;
    border-color: white;
    padding: 7px 20px;
    font-size: 20px;
    color: white;
    margin-top: 10px;
    width: 200px;
    text-decoration: none;
    transition: 0.5s ease-in-out;
    
}

.non-mon:hover {
    color: rgb(255, 186, 39);
}

.donpg {
    height: 543px;
}
@media (max-width: 850px) {

   .desca {
    margin-top: 120px;
   }

}

/*Programs*/

.screen {
    height: 90vh;
    width: auto;
    position: relative;
    background-image: linear-gradient(rgba(112, 38, 131, 0.5), rgba(112, 38, 131, 0.5)), url("/images/IMG_9721.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.prog {
    position: absolute;
    width: 250px;
    color: white;
    margin-left: 15px;
    animation: blurFadeIn 4s ease-out;
    font-size: 15px;
}

.pro {
    color: white;
    width: 260px;
    margin-top: 350px;
    position: absolute;
    text-align: right;
    right: 15px;
    animation: blurFadeIn 4s ease-out;
    font-size: 15px;
}

.chan {
    color: rgb(255, 186, 39);
    background-color: #603479;
}

.ser {
    font-size: 30px;
    margin-top: 170px;
    position: absolute;
    font-family: "Edu NSW ACT Cursive", cursive;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  color: white;
  margin-left: 15px;
  animation: blurFadeIn 2s ease-out;
}

.serv {
    color: white;
    position: absolute;
    margin-top: 210px;
    font-size: 40px;
    margin-left: 80px;
    animation: blurFadeIn 2s ease-out;
}

.butt {
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
    z-index: 5;
}

.req {
    background-color: rgb(255, 186, 39);
    border-radius: 100px;
    border-color: rgb(255, 186, 39);
    padding: 7px 20px;
    font-size: 20px;
    color: white;
    width: 200px;
    text-decoration: none;
    transition: 0.5s ease-in-out;
    text-align: center;
    margin-top: 470px;
    animation: blurFadeIn 1s ease-out;
}

.req:hover {
    background-color: rgb(206, 141, 0);
    border-color: white;
}


.programs-wrapper {
    width: 100%;
    background-color: white; 
    padding: 0;
    margin: 0;
    font-family: Arial, sans-serif;
}

.program-row {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: white;
}

.prog-img {
    width: 100%;
    height: 40vh; 
    min-height: 300px;
    background-color: rgb(112, 38, 131);
    overflow: hidden;
    z-index: 3;
}

.prog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.prog-text {
    width: 100%;
    padding: 50px 20px 80px 20px; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}

.prog-number {
    font-size: 70px;
    color: rgb(255, 186, 39);
    margin: 0;
    line-height: 0.8;
    font-weight: 900;
    opacity: 0.6; 
}

.prog-subtitle {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #888;
    margin: 20px 0 10px 0;
    font-weight: bold;
}

.prog-title {
    font-size: 32px;
    color: rgb(74, 25, 117); 
    margin: 0 0 20px 0;
    line-height: 1.2;
    font-weight: 900;
}

.prog-desc {
    font-size: 16px;
    color: #444;
    line-height: 1.8;
    margin: 0;
}

.dontb {
    height: fit-content;
    padding: 15px;
    background-color: #6f169f;
}

@media (max-width: 850px) {

.googleform img {
    margin-top: 20px;
    height: 340px;
    border-radius: 20px;
}

.forms img
 {
    height: 148px;
}

.hygiene img {
    height: 135px;
    
}

}

.letter {
    background: transparent;
    border-radius: 100px;
    size: 50px;
    border-color: white;
    padding: 7px 20px;
    font-size: 20px;
    color: white;
    margin-top: 10px;
    width: 200px;
    transition: 0.5s ease-in-out;
}

.afraid {
    font-size: 32px;
    color: #f3cf6d; 
    margin: 0 0 20px 0;
    line-height: 1.2;
    font-weight: 900;
}

.penpal {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #adc5f5;
    margin: 20px 0 10px 0;
    font-weight: bold;
}

.dontbe {
    font-size: 16px;
    color: white;
    line-height: 1.8;
    margin: 0;
    font-family: sans-serif;
    font-weight: bold;
}

.letter:hover {
    background-color: #f3cf6d;
    color: #6f169f;
}

.package {
    height: fit-content;
    padding: 15px;
    background-color: #6f169f;
}

.letters {
    background: transparent;
    border-radius: 100px;
    size: 50px;
    border-color: white;
    padding: 7px 20px;
    font-size: 20px;
    color: white;
    margin-top: 10px;
    width: 240px;
    transition: 0.5s ease-in-out;
}

.letters:hover {
    background-color: #f3cf6d;
    color: #6f169f;
}

@media (min-width: 850px) {
    .program-row {
        flex-direction: row; 
        height: 75vh;
        min-height: 600px;
    }


    .program-row.reverse {
        flex-direction: row-reverse; 
    }


    .prog-img {
        width: 50%;
        height: 100%;
    }

    .prog-text {
        width: 50%;
        padding: 0 8%;
    }

    .prog-number {
        font-size: 100px;
    }

    .prog-title {
        font-size: 48px;
    }

    .prog-desc {
        font-size: 18px;
    }
}

/*Our Story*/

.story-hero {
    position: relative;
    background-color: #4A1975;
    background-image: url('images/noise.png'); 
    background-blend-mode: overlay;
    padding: 20px 20px 100px 20px;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.story-hero-content {
    display: flex;
    flex-direction: column; 
    align-items: center;
    max-width: 1200px;
    width: 100%;
    z-index: 10;
    gap: 40px; 
}

.story-quote-box {
    width: 100%;
    text-align: center;
}

.story-quote {
    color: white;
    font-family: Georgia, serif;
    font-size: 28px;
    font-weight: normal;
    line-height: 1.3;
    margin-bottom: 15px;
    animation: blurFadeIn 4s ease-out;
}

.story-author {
    color: rgb(255, 186, 39);
    font-size: 18px;
    font-style: italic;
    animation: blurFadeIn 4s ease-out;
}

.story-hero-img {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: -600px;
}

.story-hero-img img {
    width: 100%;
    max-width: 300px;
    filter: drop-shadow(0px 10px 15px rgba(0,0,0,0.4));
    animation: blurFadeIn 2s ease-out;
}

.custom-shape-divider-bottom-1687450000 {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
    z-index: 20;
}

.custom-shape-divider-bottom-1687450000 svg {
    display: block;
    width: calc(100% + 1.3px);
    height: 80px; 
}

.custom-shape-divider-bottom-1687450000 .shape-fill {
    fill: #603479; 
}

.story-body {
    background-color: #603479;
    padding: 60px 20px 100px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.story-legacy-title {
    color: white;
    font-size: 38px;
    font-family: Arial, sans-serif;
    font-weight: 900;
    margin-bottom: 30px;
    text-align: center;
}

.highlight-yellow {
    color: rgb(255, 186, 39);
}

.story-text-container {
    max-width: 900px;
    width: 100%;
}

.story-text-container p {
    color: white;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 25px;
    font-family: Arial, sans-serif;
}

/* 1-Column Photo Stack on Mobile */
.story-gallery {
    display: grid;
    grid-template-columns: 1fr; 
    gap: 20px;
    max-width: 1000px;
    width: 100%;
    margin-top: 40px;
}

.gallery-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0px 5px 15px rgba(0,0,0,0.2);
}

/*Footer*/

.out {
    background-color: #4A1975;
    padding-top: 10px;
    font-family: Sans-serif;
}

.company, 
.contact,
.legal {
    color: white;
    font-size: 20px;
    margin-left: 20px;
}

.comp {
    display: flex;
    flex-direction: column;
}

.legality {
    display: flex;
    flex-direction: column;
    color: white;
}

.pcy, 
.reg {
    color: white;
    font-family: sans-serif;
    font-size: 20px;
    padding-top: 25px;
}

.ho,
.p,
.au,
.te,
.pri,
.email,
.phone {
    text-decoration: none;
    color: white;
    margin-left: 20px;
}

.insta {
    height: 50px;
    width: auto;
    margin-left: 20px; 
    margin-top: 0px;
    margin-bottom: 0px;
    display: block;
}

.pcy, .reg {
   margin-left: 20px; 
}

.privacy-policy {
    background-color: #603479;
    color: white;
    font-family: Sans-serif;
    margin-left: 15px;
    margin-right: 15px;
}

.terms-conditions {
    background-color: #603479;
    color: white;
    font-family: Sans-serif;
    margin-left: 15px;
    margin-right: 15px;
}

/*Our Team*/

.sumty {
    background-color: rgb(74, 25, 117);
    height: 110px;
}

.team-hero {
    background-color: rgb(74, 25, 117);
    padding: 80px 20px 60px 20px;
    text-align: center;
    color: white;
    height: 70vh;
}

.team-title {
    font-size: 38px;
    font-family: Arial, sans-serif;
    font-weight: 900;
    margin-bottom: 10px;
    animation: blurFadeIn 4s ease-out;
}

.team-subtitle {
    font-size: 16px;
    color: rgb(255, 186, 39);
    font-style: italic;
    font-family: Georgia, serif;
    animation: blurFadeIn 4s ease-out;
}

.team-wrapper {
    background-color: white;
    padding: 60px 20px 100px 20px;
    min-height: 50vh;
}

.team-section-title {
    color: rgb(74, 25, 117);
    text-align: center;
    font-size: 30px;
    margin-bottom: 40px;
    font-family: Arial, sans-serif;
    font-weight: 900;
}

/* 📱 MOBILE VIEW: Forces a strict 1-column stack */
.team-grid {
    display: grid;
    grid-template-columns: 1fr; 
    gap: 40px; /* Tighter spacing for scrolling on phones */
    max-width: 1200px;
    margin: 0 auto;
}

.team-card {
    text-align: center;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.team-card:hover {
    transform: translateY(-10px);
}

/* Slightly smaller headshots for phone screens */
.team-img-wrapper, .team-img-wrapper-lu {
    width: 180px;
    height: 180px;
    margin: 0 auto 20px auto;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid rgb(255, 186, 39);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

.team-img-wrapper img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center top !important; 
    transform: scale(1) !important; 
    transform-origin: center 15% !important; 
    object-position: center -5% !important;
}

.team-img-wrapper-lu img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center top !important; 
    transform: scale(1.3) !important; 
    transform-origin: center 15% !important; 
    object-position: center 60% !important;
}

.team-name {
    color: rgb(74, 25, 117);
    font-family: Arial, sans-serif;
    font-size: 22px;
    margin: 0 0 5px 0;
    font-weight: bold;
}

.team-role {
    color: #666;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    font-weight: bold;
}


/*Purchase*/

.backg {
    background-color: rgb(74, 25, 117);
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--color-text);
  background-color: var(--color-background);
  line-height: 1.6;
}


.hero-content {
    margin-top: 15px;
}

.hero-section { background-color: #603479; color: white; text-align: center; padding: 2rem 1.5rem; }
.hero-section h1 { color: white; font-size: 2.5rem; margin-bottom: 1rem; }
.hero-section p { font-size: 1.125rem; max-width: 600px; margin: 0 auto; opacity: 0.9; }

.main-container { max-width: 1200px; margin: 0 auto; padding: 2rem 1.5rem; }
.chosen { color:white; text-align: center;}
.packages-section { margin-bottom: 3rem; }
.package-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; margin-top: 2rem; color: white;}

.package-card {
  background-color: var(--color-surface);
  border-radius: var(--border-radius);
  padding: 2rem 1.5rem;
  text-align: center;
  box-shadow: var(--shadow-sm);
  border-top: 6px solid var(--color-primary);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.package-card.ultimate-tier { border-top-color: var(--color-secondary); }
.price-tag { font-size: 2rem; font-weight: 700; color: var(--color-secondary); margin: 1rem 0; }

.donation-banner {
  background-color: #e4c1ff;
  border: 1px solid #c77dff;
  border-left: 6px solid #844db8;
  padding: 2rem;
  border-radius: var(--border-radius);
  text-align: center;
  margin-bottom: 3rem;
  font-family: sans-serif;
}
.donation-banner h3 { color: #844db8; margin-bottom: 0.5rem; }

.checkout-section {
  background-color: var(--color-surface);
  padding: 2.5rem 1.5rem;
  border-radius: var(--border-radius);
  box-shadow: var(--shadow-sm);
  max-width: 600px;
  margin: 0 auto;
}
.checkout-instructions { text-align: center; color: var(--color-text-light); margin-bottom: 2rem; }

.form-group { margin-bottom: 1.5rem; }
.ticket-form label { display: block; margin-bottom: 0.5rem; font-weight: 600; font-size: 0.95rem; }
.ticket-form input, .ticket-form select {
  width: 100%; padding: 0.75rem 1rem; border: 1px solid #d1d5db; border-radius: 8px; font-size: 1rem;
}
.ticket-form input:focus, .ticket-form select:focus {
  outline: none; border-color: var(--color-primary); box-shadow: 0 0 0 3px rgba(30, 58, 138, 0.1);
}

.submit-btn {
  width: 100%; background-color: var(--color-secondary); color: white; border: none;
  padding: 1rem; font-size: 1.125rem; font-weight: bold; border-radius: 8px; cursor: pointer; margin-top: 1rem;
  transition: 1s ease-in-out;
}
.submit-btn:hover { background-color: #844db8; }
.submit-btn:disabled { background-color: #844db8; cursor: not-allowed; }

.site-footer { background-color: var(--color-primary); color: white; text-align: center; padding: 2rem 1.5rem; margin-top: 4rem; }

.checkout-section {
  background-color: #844db8; /* The deep purple from your preview */
  color: #ffffff; /* Changed to white for high contrast and readability */
  padding: 2.5rem 2rem;
  border-radius: 16px;
  max-width: 450px;
  margin: 2rem auto; /* Centers the form on the page */
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* --- Typography --- */
.checkout-section h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 1.8rem;
  color: #ffffff;
}

.checkout-instructions {
  text-align: center;
  font-size: 0.95rem;
  margin-bottom: 2rem;
  opacity: 0.85; /* Softens the subtext slightly so the heading stands out */
  line-height: 1.5;
}

/* --- Form Layout --- */
.form-group {
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column; /* Stacks the label above the input */
}

.ticket-form label {
  margin-bottom: 0.5rem;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
}

/* --- Input Fields --- */
.ticket-form input,
.ticket-form select {
  width: 100%;
  padding: 0.9rem 1rem;
  border: 2px solid transparent;
  border-radius: 8px;
  font-size: 1rem;
  font-family: inherit;
  background-color: #ffffff;
  color: #333333;
  box-sizing: border-box; /* Ensures padding doesn't break the width */
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

/* Interactive Focus States (When a user clicks into a box) */
.ticket-form input:focus,
.ticket-form select:focus {
  outline: none;
  border-color: #844db8; /* Gives a nice orange accent ring */
  box-shadow: 0 0 0 3px rgba(108, 0, 180, 0.3); 
}

/* --- The Submit Button --- */
.submit-btn {
  width: 100%;
  padding: 1.1rem;
  background-color: transparent; /* Vibrant orange to contrast the purple */
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  margin-top: 1rem;
  transition: background-color 1s ease, transform 0.1s ease;
}

/* Button Hover and Click Effects */
.submit-btn:hover {
  background-color: #bc75ff; /* Slightly darker orange on hover */
}

.submit-btn:active {
  transform: scale(0.98); /* Satisfying "click" press down effect */
}

.classes {
    height: 250px;
    margin-top: 40px;
}

/*Desktop view*/
@media (min-width: 850px) {

div:has(> .container) {
    padding-top: 150px !important;
    box-sizing: border-box !important;
}

.disclaimer {
    text-align: right;
    width: 150px;
}

.wrapper {
    display: none;
}

.slide {
    position: static;
    height: auto;
    background-color: transparent;
    opacity: 1;
    visibility: visible;
    width: auto;
    flex-grow: 1;
}

.slide ul {
    flex-direction: row;
    margin-top: 35px;
    justify-content: flex-end;
    padding-right: 50px;
    width: 100%;
    box-sizing: border-box;
}

.slide li {
    width: auto;
    margin-left: 15px;
    margin-bottom: 0;
    position: relative;
}

.slide a,
.slide summary {
    margin-left: 20px;
    transition: 0.5s ease-in-out;
}

.slide a:hover,
.slide summary:hover {
    color:rgb(255, 186, 39);
}

.slide a.programs,
.slide summary {
    font-size: 20px;
    margin-top: 20px;
}

.slide .sub-menu {
    position: absolute;
    top: 50px;
    left: 0px;
    background-image: linear-gradient(rgb(170, 170, 170), rgb(110, 17, 197));
    border: 2px solid white;
    border-radius: 100px; 
    padding: 15px 30px !important;
    width: max-content !important;
    z-index: 100;
    display: flex !important;
    flex-direction: row !important;
    justify-content: center;
    align-items: center;
}

.slide .sub-menu li {
    margin: 0px !important; 
    width: auto !important;
}

.slide .sub-menu a {
    font-size: 20px;
    color: white;
    margin: 0px 15px !important;
    padding: 0px !important;
}

.slide ul > li:last-child .sub-menu {
    right: 0px !important; 
    left: auto !important;
}

.slide summary::after {
    display: none;
}


.name1,
.name {
    width: 500px;
    margin-top: 30px;
    margin-left: 15px;
    font-size: 30px;
    text-decoration: none;
    color: white;
    font-family: Arial, sans-serif !important;
}


.logo {
    width: auto;
    height: 100px;
}

.hero {
    background-image: linear-gradient(rgba(112, 38, 131, .92), rgba(123, 120, 124, 0.6)), url("/images/Home page view.png");
    height: 100vh;
}

.toget {
    width: 650px;
    font-size: 100px;
    margin-top: 30px;
    margin-left: 50px;
    position: absolute;
}

.buttt {
    margin-left: 750px;
    margin-top: 25px;
    position: absolute;
}

.shiv {
    width: 500px;
    height: 500px;
    margin-top: 90px;
    margin-left: 700px;
    position: absolute;
}

.donate {
    background: transparent;
    border-radius: 100px;
    margin-left: 90px;
    border-color: white;
    padding: 7px 20px;
    font-size: 20px;
    color: white;
    margin-top: 405px;
    width: 150px;
    position: absolute;
}

.learn-more {
    background: transparent;
    border-radius: 100px;
    margin-left: 270px;
    border-color: white;
    padding: 7px 20px;
    font-size: 20px;
    color: white;
    margin-top: 380px;
    width: 150px;
    position: absolute;
}

.ADA {
    background: transparent;
    border-radius: 100px;
    margin-left: 90px;
    border-color: white;
    padding: 7px 20px;
    font-size: 20px;
    color: white;
    margin-top: 350px;
    width: 210px;
    position: absolute;
}



.headnin {
    font-size: 50px;
    width: 700px;
}

.fundraise {
    height: 90vh;
}

.fundra {
    font-size: 30px;
    width: 550px;
    margin-top: -280px;
}

.fundbtn {
    margin-top: 0px;
}

.fundray {
    font-size: 30px;
}

.beary {
    height: 550px;
    margin-top: -280px;
    margin-left: 700px;
}

@keyframes blurFadeIn {
    0% {
        opacity: 0;
        filter: blur(15px);
    }
    100% {
        opacity: 1;
        filter: blur(0px);
    }
}

.mission {
    margin-top: -20px;
    margin-left: 90px;
    font-size: 70px;
    width: 1100px;
    animation: blurFadeIn 4s ease-out;
}

.disclaimer {
    right: 30px;
    margin-top: 154px;
    position: absolute;
    bottom: 30px;
    font-size: 15px;
    width: 200px;
}

.class {
    width: 100%;
    height: 200vh;
}

.put {
    font-size: 80px;
    margin-top: 100px;
    margin-left: 150px;
}

.ed {
    margin-top: 450px;
    Font-size: 80px;
    position: absolute;
    align-items: center;
}

.mobile-only-view {
        display: none !important;
    }
    
    .desktop-only-view {
        display: block !important; 
    }

.class {
    background-color: white;
    background-size: cover; /* Prevents repeating */
    background-position: center; 
    width: 100%;
    min-height: 100vh; 
    height: auto; 
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
}

.hotspot-section {
        display: flex;
        flex-direction: row; 
        align-items: center; 
        justify-content: center;
        gap: 60px; /* Space between image and text */
        max-width: 1100px;
        margin: 150px auto 0 auto; 
        padding: 0 40px;
    }

.image-container {
        width: 50%; 
    }

.hotspot-text-area {
        width: 50%;
        margin-top: 0;
    }

.image-container {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.toes {
    margin-top: -900px;
    font-size: 100px;
    width: 1100px;
    right: 80px;
    animation: breathe 4s ease-in-out infinite;
    color: white;
}

.toe {
    color: rgb(74, 25, 117);
    background: transparent;
}

.plane {
    height: 1500px;
    width: auto;
    margin-left: -300px;
    margin-top: -200px;
    animation: breathe 4s ease-in-out infinite;
}

@keyframes breathe {
    0% {
        transform: translateY(0px) scale(1);
    }
    50% {
        transform: translateY(-5px) scale(1.03);
    }
    100% {
        transform: translateY(0px) scale(1);
    }
}

@media (min-width: 850px) {
    

    .class {
        width: 100%; 
        height: auto; 
        min-height: 100vh;
        padding-bottom: 100px;
        position: relative; 
    }

    .mobile-only-view { display: none !important; }
    .desktop-only-view { display: block !important; }

    .hotspot-section {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 60px;
        max-width: 1100px;
        margin: 150px auto 0 auto;
        padding: 0 40px;
    }

    .image-container {
        position: relative;
        width: 50%;
    }

    .hotspot-img {
        height: 500px;
        width: auto;
        border-radius: 35px;
        display: block;
        margin-top: -350px;
    }

    .hotspot-text-area {
        width: 50%;
    }


    .pulse-dot {
        position: absolute;
        width: 25px;
        height: 25px;
        background-color: rgb(74, 25, 117);
        border: 3px solid white;
        border-radius: 50%;
        cursor: pointer;
        transform: translate(-50%, -50%);
        z-index: 100 !important;
        pointer-events: auto !important;
        transition: ease-in-out;
    }

    .pulse-dot:hover {
        transform: translate(-50%, -50%) scale(1.2);
    }

    .info-panel {
        display: none;
        background-color: rgb(255, 186, 39); 
        padding: 10px;
        padding-left: 20px;
        border-radius: 20px;
        box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.2); /* Soft drop shadow */
        animation: fadeSlideIn 0.4s ease-out;
        position: relative;
        z-index: 20;
    }

}

.info-panel.active {
    display: block;
}

.text {
    font-size: 25px;
    font-family: "Winky Rough", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}


/*Events page*/



.circle {
    width: 100px;
    height: 100px;
    background-color: rgb(255, 186, 39);
    border-radius: 50%;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    position: absolute;
    margin-left: 15px;
    margin-top: 40px;
    justify-content: center;
    align-items: center;
    display: flex;
    color: white;
    font-weight: bold;
    font-size: 40px;
    animation: blurFadeIn 2s ease-out;
}

.pnp {
    font-size: 40px;
    margin-left: 140px;
    margin-top: 30px;
    position: absolute;
    animation: blurFadeIn 4s ease-out;
}

.date {
    margin-top: 50px;
    margin-left: 140px;
    font-size: 25px;
    animation: blurFadeIn 4s ease-out;
}



.desc {
    margin-top: 40px;
    margin-left: 500px;
    position: absolute;
    font-size: 30px;
    width: 700px;
    animation: blurFadeIn 4s ease-out;
}

.million {
    margin-top: 150px;
}

.rathern {
    margin-top: 290px;
    color: orchid;
    background: white;
    border-radius: 100px;
    margin-left: 970px;
    border-color: white;
    padding: 7px 20px;
    font-size: 16px;
    width: 225px;
    text-decoration: none;
    transition: 0.5s ease-in-out;
    position: absolute;
    font-size: 20px;
    animation: blurFadeIn 4s ease-out;
}

.dona {
    color: orchid;
    background: white;
    border-radius: 100px;
    margin-left: 970px;
    border-color: white;
    padding: 7px 20px;
    font-size: 15px;
    margin-top: 180px;
    width: 215px;
    text-decoration: none;
    transition: 0.5s ease-in-out;
    position: absolute;
    font-size: 20px;
    animation: blurFadeIn 4s ease-out;
}


.dona:hover, .donat:hover, .rathern:hover {
    color:rgb(255, 186, 39);
}



.donat {
    color: orchid;
    background: white;
    border-radius: 100px;
    margin-left: 970px;
    border-color: white;
    padding: 7px 20px;
    font-size: 15px;
    margin-top: 230px;
    width: 150px;
    text-decoration: none;
    transition: 0.5s ease-in-out;
    position: absolute;
    font-size: 20px;
    animation: blurFadeIn 4s ease-out;
}



/*About us*/

.abt {
    margin-top: 400px;
    color: white;
    font-size: 60px;
    margin-left: 20px;
    animation: blurFadeIn 4s ease-out;
    margin-top: -20px;
}

.descriptionabt {
    background-color: rgb(74, 25, 117);
    height: 45vh;
}

.fr {
    font-size: 40px;
    width: 600px;
    position: absolute;
    margin-top: 80px;
}

.at {
    margin-left: 50px;
    font-size: 30px;
    position: absolute;
}

.fr2 {
    font-size: 40px;
    width: 600px;
    position: absolute;
    margin-top: 350px;
}

.writeabt {
    background-color: rgb(74, 25, 117);
    height: 100vh;
}

.mission-card {
        flex-direction: row; 
        height: 400px; 
    }

    .mission-image {
        width: 45%; 
    }

    .mission-image img {
        width: 400px;
        height: 600px;
    }

    .mission-content {
        width: 55%; 
        padding: 40px 60px;
    }

    .mission-content p {
        font-size: 25px; 
        margin-left: -15px;
        position: absolute;

        width: 550px;
    }
    .card-title {
        font-size: 20px;
        width: 200px;
        position: absolute;
        margin-left: 500px;
        margin-top: 30px;
    }

    .mission-card:nth-child(1) { top: 180px; }
    .mission-card:nth-child(2) { top: 220px; } /* 40px visual tab */
    .mission-card:nth-child(3) { top: 260px; }

    .follow {
        width: 80%; 
        margin: 0 auto; 
        text-align: center;
        height: 40vh;

    }

    .follow-us {
        text-align: center;
        width: 550px;
        color: purple;
        font-family: sans-serif;
        margin-top: 200px;
        font-size: 35px;
    }

    .instapage {
        position:absolute;
        margin-top: -550px;
        margin-left: 360px;
    }

     #instafollow {
        position:absolute;
     }

/*programs*/

.pro {
    font-size: 25px;
    margin-top: 270px;
    width: 350px;
}

.prog {
    font-size: 25px;
    margin-top: 20px;
    width: 350px;
}

.programtype {
    flex-direction: row;
    justify-content: center;
    gap: 180px;
    background-color: white;
    min-height: 100vh;
    height: auto;
    padding-bottom: 100px;
}

.butt {
    position: absolute; 
    width: 100%; 
    bottom: 200px; 
    left: 0;
    display: flex; 
    justify-content: center; 
    align-items: center;
    z-index: 50;
}

.screen {
    height: 100vh;
}

.req {
    margin: 0 !important;
    position: relative !important;
    left: auto !important;
    transform: none !important;
}

.ser {
    font-size: 60px; 
    color: white;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 !important; 
    text-align: center;
    width: 100%;
}

.serv {
    font-size: 80px; 
    color: white;
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 !important; 
    text-align: center;
    width: 100%;
}

.dontb {
    width: 100%;
    height: 100vh;
    padding-right: 0px;
}

.dontbe {
    width: 600px;
}

.letter {
    margin-top: 40px;
}

.letters {
    margin-top: 40px;
}

.package {
    width: 100%;
    height: 100vh;
    padding-right: 0px;
}

.dontbe {
    font-size: 20px;
}

.googleform {
    position: absolute;
    margin-top: -600px;
    margin-left: 700px;
    
    
}

.googleform img {
    width: 500px;
    border-radius: 30px;
}

.hygiene {
    margin-top: -250px;
}

/*Our Story*/

.story-hero {
        padding: 20px 5% 120px 5%;
    }

    /* Un-stacks the content and puts them side-by-side */
    .story-hero-content {
        flex-direction: row; 
        justify-content: space-between;
        align-items: center;
        gap: 0;
    }

    /* Quote goes to the left */
    .story-quote-box {
        width: 55%;
        text-align: left; 
    }

    .story-quote {
        font-size: 46px; /* Scales up to massive magazine text */
        margin-bottom: 20px;
    }

    .story-author {
        font-size: 22px;
    }

    /* Image goes to the right */
    .story-hero-img {
        width: 40%;
        justify-content: flex-end; 
        margin-bottom: -1000px;
    }

    .story-hero-img img {
        max-width: 450px;
    }

    .custom-shape-divider-bottom-1687450000 svg {
        height: 120px; 
    }

    .story-body {
        padding: 80px 5% 150px 5%;
    }

    .story-legacy-title {
        font-size: 56px;
        margin-bottom: 40px;
    }

    .story-text-container p {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .story-gallery {
        grid-template-columns: repeat(3, 1fr); 
        grid-auto-rows: 250px; 
        gap: 25px;
        margin-top: 60px;
    }

/*Our Team*/

.team-grid {
        grid-template-columns: repeat(3, 1fr); 
        gap: 60px 40px;
    }

    .team-img-wrapper, .team-img-wrapper-lu {
        width: 220px;
        height: 220px;
    }

    .team-name {
        font-size: 26px;
    }

    .team-title {
        margin-top: 15px;
        font-size: 100px;
    }

    .team-subtitle {
        font-size: 30px;
    }

/*footer*/

.outro {
    display: flex;
    flex-direction: row;
}

/*Purchase*/
@media (min-width: 768px) {
  .hero-section { padding: 5rem 2rem; }
  .hero-section h1 { font-size: 3rem; }
  .package-grid { grid-template-columns: repeat(2, 1fr); }
  .checkout-section { padding: 3rem; }
  .classes {
    height: 600px;
    margin-top: 40px;
}
}
@media (min-width: 1024px) {
  .package-grid { grid-template-columns: repeat(4, 1fr); }
  .package-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); }
}

.classes {
    height: 600px;
    margin-top: 40px;
}

}

