.overlay-menu{
    display:none;
}
html {
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

.hamburger{
    display:none;
}
body {
    background-color: #1a191b;
    margin: 0;
    padding: 0;
}
.header-wrapper{
    align-content: center;
    align-items: center;
    justify-content: space-between;
    display: flex;
    margin: 40px 60px;
}
.nav-wrapper{
    width: fit-content;
}
.login-btn-wrapper{
    display:flex;
    flex-wrap: wrap;
    background: #689891;
    box-shadow: #4a6e69 2px 5px;
    border-radius: 36px;
    border: none;
    font-family: "Inter", sans-serif;
    font-weight: Bold;
    align-content: center;
    justify-content: center;
    font-size: 15px;
    height: 60px;
    width: 120px;
}
.login-direct{
    display: inline;
    text-decoration: none;
    color: white;
    align-items: center;
}
.navbar ul li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 22px;
    width: 3px;
    background-color: white;
    border-radius: 2px;
}
.navbar{
    background: #689891;
    position: fixed;
    left: 50%; 
    top: 40px;
    transform: translatex(-50%);
    border-radius: 36px;
    box-shadow: #4a6e69 2px 5px;
    height: 60px;
    align-content: center;
}
.navbar ul {
    display: flex;
    list-style: none;
    gap: 0;  
    padding: 0 20px;                
}
.navbar ul li a {
    text-decoration: none;
    color: white;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: Bold;
    transition: color 0.3s ease;
}
.navbar ul li {
    position: relative;
    padding: 0 20px; /* spacing between text & divider */
}
.navbar ul li a:hover {
    color: white;             
}

.overlay-menu ul li {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.overlay-menu.active ul li {
    opacity: 1;
    transform: translateY(0);
}

.overlay-menu.active ul li:nth-child(1) { transition-delay: 0.1s; }
.overlay-menu.active ul li:nth-child(2) { transition-delay: 0.2s; }
.overlay-menu.active ul li:nth-child(3) { transition-delay: 0.3s; }
.overlay-menu.active ul li:nth-child(4) { transition-delay: 0.4s; }
.overlay-menu.active ul li:nth-child(5) { transition-delay: 0.5s; }
.overlay-menu.active ul li:nth-child(6) { transition-delay: 0.6s; }

.logo-wrapper{
    display: flex;
}
.logo img{
    display: inline;
    width: fit-content;
    height: 60px;
    left: 10px;
    z-index: 1000;
}
p{
    color: white;
    font-family: "Inter", sans-serif;
}
.hero{
    margin: 100px 250px 50px;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;

}
.cname{
    font-family: "Montserrat", sans-serif;
    color:#689891;
    font-size: 150px;
    margin: 20px 0;
}

#description1{
    font-family: "Montserrat", sans-serif;
    color:#d1cfc6;
    font-size: 50px;
    margin: 20px 0;
}
.schedule-wrapper{
    display:flex;    
    flex-wrap: wrap;
    background: #689891;
    box-shadow: #4a6e69 2px 5px;
    border-radius: 36px;
    margin: 20px 0;
    border: none;
    font-family: "Inter", sans-serif;
    font-weight: Bold;
    align-content: center;
    justify-content: center;
    font-size: 30px;
    height: 100px;
    width: 500px;
}
.schedule-button{
    display: inline;
    text-decoration: none;
    color: white;
    align-items: center;
}










#login{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.login-wrapper{
    width: fit-content;
    height: fit-content;
    padding: 30px 50px 50px 50px;
    background-color: #292929;
    border-radius: 36px;
    box-shadow: black 5px 4px;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  /* ← STACKS everything vertically */
}
.backbutton-wrapper{
    display:flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    color: white;}
.back-btn{
    background: none;
    border: none;
    color: white;
    font-family: "Montserrat", sans-serif;
    font-weight:bolder;
    font-size: 20px;
    align-items: center;
    display:inline-flex;
    gap: 5px;
}
.login-arrow{
    color:green;
    background-color: transparent;
    border: none;
}

#wlcmsg{
    color:white;
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    font-size: 60px;
    margin: 0;
    color:white;
}
.info{
    display:flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 10px 0;
}
.info p{
    font-family: "Montserrat", sans-serif;
    color:white;
    font-size: 20px;
    font-weight: normal;
    margin: 0;
}
.info a{
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    color:white;
}
.info a:hover{
    color: #689891;
}

.login-logo{
    width: 160px;        /* size of your black square */
    height: 160px;
    background:#202020;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;    /* optional, remove for a perfect square */
    margin: 0 0;
}
#login-logo{
    width: 80%; 
}
.textbox{
    color: white;
    background-color:#1a191b;
    border: 0.5px solid white;
    font-size: 12px;
    margin: 10px 0;
    width:360px;
    border-radius: 20px;
    padding: 20px;
}
.text-fields{
}
.login-button{
    width: 100%;
}
.login-btn{
    margin: 10px 0 20px 0;
    border: none;
    background-color:#689891;
    font-family: "Montserrat", sans-serif;
    color: white;
    font-weight: Bold;
    font-size: 20px;
    padding: 15px 20px;
    width: 400px;
    border-radius: 20px;
}
.login-options{
    display:flex;
    width: 60px;     /* container stays stable */
    height: 60px;
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin: 5px 0;
}
.login-option-img {
    background-color: #1a191b;
    
    padding: 20px;
    display:flex;  /* perfect size */
    height: fit-content;
    border: 0.5px solid white;
    cursor: pointer;
    transition: transform .2s;
    width: 80px;     /* ← consistent icon size */
    height: 30px;  
    object-fit: contain;
    border-radius:20px;
}

.login-option-img:hover {
    transform: scale(1.1);
}
.cname{
    font-family: "Monsterrat", sans-serif;
    color:#689891;
    font-size: 150px;
    margin: 20px 0;
}

#description1{
    font-family: "Monsterrat", sans-serif;
    color:#d1cfc6;
    font-size: 50px;
    margin: 20px 0;
}
.schedule-wrapper{
    display:flex;    
    flex-wrap: wrap;
    background: #689891;
    box-shadow: #4a6e69 2px 5px;
    border-radius: 36px;
    margin: 20px 0;
    border: none;
    font-family: "Inter", sans-serif;
    font-weight: Bold;
    align-content: center;
    justify-content: center;
    font-size: 30px;
    height: 100px;
    width: 500px;
}
.schedule-button{
    display: inline;
    text-decoration: none;
    color: white;
    align-items: center;
}










.disorder{
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
    width: 100%;
    margin: 20px 0 50px 0;
    overflow: hidden;
}
.disorder-wrapper{
    display: none;
    pointer-events: none;
    opacity: 0;
    background: #689891;
    box-shadow: #4a6e69 2px 5px;
    border-radius: 36px;
    padding: 40px 60px;
    max-width: 900px;
    min-width: 500px;
    transform: translateY(20px);
    transition: opacity 1s ease, transform 0.6s ease;
    position: absolute;
}
.disorder-wrapper h1{
    font-family: "Monsterrat", sans-serif;
    font-weight: 400;
    color: #ffffff;
    font-size: 60px;
    text-align: center;
    margin:0;
    text-shadow:#4a6e69 5px 3px;
}
.disorder-wrapper p{
    font-family: "Inter", sans-serif;
    font-weight: Bold;
    font-size: 30px;
    text-shadow:#4a6e69 2px 1px;
}

.disorder-wrapper.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
    pointer-events: none;
    position: relative; /* bring active box into normal flow */
}



.navigation-disorder{
    display:flex;
    flex-direction: column;
    align-items: center; 
    margin: 0 120px 0 0;
}

.arrow {
    display: inline;
    font-size: 150px;
    cursor: pointer;
    user-select: none;
    padding: 20px;
    color: #4a6e69;
}
.arrow:hover {
    color: #ffffff;
}
.dots {
    display: flex;
    flex-direction: column; /* stack vertically */
    align-items: center;
    gap: 15px;              /* space between dots */
}


.dot {
    width: 30px;
    height: 30px;
    background: gray;
    display: inline-block;
    border-radius: 50%;
    margin: 5px;
    transition: background 0.3s ease;
    cursor: pointer;
}

.dot.active {
    background: white;
}
.arrow {
    cursor: pointer;
    user-select: none;
}
.Bold{
    font-weight: Bold;
}
.cname{
    font-family: "Monsterrat", sans-serif;
    color:#689891;
    font-size: 150px;
    margin: 20px 0;
}

#description1{
    font-family: "Monsterrat", sans-serif;
    color:#d1cfc6;
    font-size: 50px;
    margin: 20px 0;
}
.schedule-wrapper{
    display:flex;    
    flex-wrap: wrap;
    background: #689891;
    box-shadow: #4a6e69 2px 5px;
    border-radius: 36px;
    margin: 20px 0;
    border: none;
    font-family: "Inter", sans-serif;
    font-weight: Bold;
    align-content: center;
    justify-content: center;
    font-size: 30px;
    height: 100px;
    width: 500px;
}
.schedule-button{
    display: inline;
    text-decoration: none;
    color: white;
    align-items: center;
}
.box{
    background: var(--primary-color);
    box-shadow: 5px 3px var(--secondary-color);
    border-radius: 30px;
    padding: 20px;
    margin: 40px;
}
.additionalinfo{
    margin-top: 400px;
    margin-bottom: 100px
}
.hpbox-header{
    color: var(--white);
    font-family: var(--font-main);
    font-size: 40px;
    text-align: left;
}
.hpbox-text{
    color: var(--white);
    font-family: var(--font-secondary);
    font-size: 20px;
    text-align: left;
}
.hpbox-linkmsg{
    color: var(--white);
    font-family: var(--font-main);
    font-size: 20px;
    text-align: left;
}
.hpbox-link{
    text-decoration: underline;
    color: var(--white);
}
/* One animation, full lifecycle */
@keyframes scrollFade {
  0% {         /* before entering */
    opacity: 0;
    scale: 0.5;
  }

  30% {        /* fully appeared */
    opacity: 1;
    scale: 1;
  }

  70% {        /* still visible */
    opacity: 1;
    scale: 1;
  }

  100% {       /* exiting viewport */
    opacity: 0;
    scale: 0.5;
  }
}

.obj {
  animation: scrollFade linear both;
  animation-timeline: view();     /* uses scroll position */
  animation-range: entry 0% exit 100%;
}
#testimonials-container{
    margin:0!important;
}

.carousel{
    margin:20px auto;
    width: 100%;
    display: flex;
    overflow-x: auto;
}
.carousel::-webkit-scrollbar{
    display: none;
}
.group{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1em;
    animation: spin-right 20s infinite linear;
    padding-right: 1em;
    padding-bottom: 1em;
}
.group2{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1em;
    animation: spin-left 20s infinite linear;
    padding-right: 1em; 
    padding-bottom: 1em;
}
.card{
    background: #689891;
    box-shadow: #4a6e69 2px 5px;
    flex: 0 0 5em;
    height: 5em;
    padding: 1em;
    font-size: 3rem;
    border-radius: 1em;  
    text-align: left;
    align-content: center;
    color: white;
    display: flex;
    justify-content: space-between; 
    flex-direction: column;
}
@keyframes spin-right{
    from {translate: 0;}
    to {translate: -100%;}
}
@keyframes spin-left{
    from {translate: -100%;}
    to {translate: 0;}
}

.card p{
    font-size: 0.3em;  
    margin: 0;
    text-align: left;
    color: white;
    text-overflow: ellipsis; 
    flex: 1; 
}
.card h1{
    font-size: 0.2em;
    text-align: left;
    margin: 0;
}
#quote{
    font-size: 2em;         
    line-height: 1;
    font-family: "Montserrat", sans-serif;
}

.card > span {
    display: flex;          
    align-items: center;
    margin: 0.2em 0.2em 0.2em 0;
    font-family: "Inter", sans-serif;
    gap: 0.2em;
    text-align: left;
    justify-content: left;
}
.card > span img.profile-testimonial {
    width: 0.5em;
    height: 0.5em;
    border-radius: 50%; 
    flex-shrink: 0;
}
.card > span span {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card > span span h1 {
    font-size: 0.3em;
    margin: 0;
}

.card > span span p {
    font-size: 0.2em;
    margin: 0;
    color: #ccc; 
}
.profile-testimonial{
    max-width: 4em;
    height: auto;
}
#kmini{
    width: fit-content;
}
/* =========================
   USER INFO (THREAD / REPLY)
========================= */
.forums-entry-userinfo,
.forums-post-userinfo {
    display: flex;
    align-items: center;
    gap: 1em;
    margin-bottom: 1em;
}

.forums-pfp,
.forums-post-pfp {
    width: 3em;
    height: 3em;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.forums-user-details,
.forums-post-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: "Inter", sans-serif;
    font-size: 0.9em;
}

.forums-username {
    font-size: 1rem;
    margin: 0;
    color: white;
}

.forums-time,
.forums-post-time {
    font-size: 0.8em;
    color: #aaa;
    margin: 0;
}

/* =========================
   LAYOUT
========================= */
.hero-forums {
    background-color:#689891;
    padding: 30px 60px;
    border-radius: 30px;
    width: 70%;
    margin: 5em auto;
    font-family: "Inter", sans-serif;
    font-size: 0.9em;
    box-shadow: #4a6e69 2px 5px;

}
.hero-forums h1{
    font-size: 4em;
    color: white;
    margin: 0;
}
.hero-forums ul{
    font-size: 2em;
    color: white;
    margin: 0;
}
.hero-forums h2{
    font-size: 1em;
    color: white;
    margin: 2px 10px 0 10px;
}
.hero-forums h3{
    font-size: 2em;
    color: white;
    margin: 0;
}
.hero-forums p{
    font-size: 2em;
    color: white;
    margin: 1em;
}

.hero-forums p, .hero-forums .comment-item {
    font-size: 2em;
    font-family: "Inter", sans-serif;
    color: white;
}


.hero-forums a {
    margin: 0;
    text-decoration: none; /* removes underline */
    color: inherit;         /* optional: keeps the text color same as parent */
}
.hero-forums-general{
    margin: 100px 200px;
}


/* Optional: change color on hover */
.hero-forums a:hover {
    transition: 200ms;
    color:black; /* or any color you like */
    text-decoration: none;
}
.thread-item{
    background-color:#689891;
    padding: 30px 60px;
    margin: 20px;
    list-style: none;
    text-decoration: none;
    border-radius: 30px;
    font-family: "Inter", sans-serif;
}
.thread-item a{ 
    font-family: "Inter", sans-serif;
    list-style-type: none;
    text-decoration: none;
    color: white;
}
#threads-list a:hover {
    color:#4a6e69; /* or any color you want for hover */
    text-decoration: none;
}
.comment-item{
    margin: 0;
    font-size: 0.5em;
    font-family: "Inter", sans-serif;
    color: white;
    list-style: none;
}
.hero-forums h3 {
    font-size: 1.5rem; /* smaller than default h2 */
    font-weight: normal; /* optional: make it lighter */
    margin: 0.5em 0;
}

.hero-forums p {
    margin-left: 10px;
    font-size: 0.9rem; /* smaller than default paragraph */
    line-height: 1.4;  /* optional: improves readability */
    margin: 2em 0 1em 0;
}
.toast {
  visibility: hidden; /* hidden by default */
  min-width: 250px;
  background-color: #ff4d4f;
  color: white;
  text-align: center;
  border-radius: 8px;
  padding: 12px;
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Inter", sans-serif;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.toast.show {
  visibility: visible;
  opacity: 1;
}


.forums-entry {
    background-color: #292929;
    border-radius: 3em;
    padding: 3em;
    display: flex;
    flex-direction: column;
    gap: 1.5em;
}

.forums-entry-coloumn {
    display: flex;
    flex-direction: row;
    gap: 2em;
    justify-content: flex-start;
}

.forums-textbox-container {
    flex: 1;
}

/* =========================
   INPUTS
========================= */
.forums-textbox {
    width: 100%;
    min-height: 4em;
    max-height: 30em;
    resize: none;

    background-color: #1a191b;
    color: white;
    border: 1px solid #444;
    border-radius: 1.5em;
    padding: 1.25em;

    font-family: "Inter", sans-serif;
    font-size: 0.9em;
    box-sizing: border-box;
}

/* =========================
   POSTS / THREADS / REPLIES
========================= */
.forums-post-wrapper {
    margin-top: 3em;
}

.forums-comments {
    display: flex;
    flex-direction: column;
}

.forums-comment {
    background-color: #292929;
    border-radius: 2em;
    padding: 3em;
    position: relative;
}

/* Reply connector line */
.forums-comment::before {
    content: "";
    position: absolute;
    left: -2.5em;
    top: -2.5em;
    width: 2em;
    height: 7.5em;
    border-left: 2px solid #555;
    border-bottom: 2px solid #555;
    border-bottom-left-radius: 6px;
}

.forums-post-content {
    margin: 1em 0;
}

/* =========================
   ACTION BUTTONS
========================= */
.forum-entry-actions,
.forums-post-actions {
    display: flex;
    gap: 1em;
    align-items: center;
}

.forums-postbutton {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.action-btn {
    display: flex;
    align-items: center;
    gap: 0.3em;
    background: #292929;
    color: white;
    border: none;
    border-radius: 0.5em;
    padding: 0.5em 1em;
    cursor: pointer;
    font-family: "Inter", sans-serif;
    font-size: 0.9em;
    transition: background 0.2s ease;
}

.action-btn:hover {
    background: #3f3f3f;
}

.action-btn-img {
    max-width: 2em;
    pointer-events: none;
}

/* =========================
   DIVIDERS
========================= */
.post-divider {
    border: none;
    border-top: 1px solid #555;
    margin: 1em 0;
}

/* =========================
   COMMENT INPUT
========================= */
.comment-input {
    background-color: #292929;
    margin: 3em 0;
    padding: 3em;
    border-radius: 3em;
}

.comment-input textarea {
    width: 100%;
    resize: none;
    background: #1a191b;
    color: white;
    border-radius: 1em;
    padding: 1em;
}

.hidden {
    display: none;
}

/* =========================
   ICON ROTATIONS
========================= */
#submit-forum-post-arrow,
#submit-comment-post-arrow {
    transform: rotate(90deg);
    background: transparent;
    border: none;
}

/* =========================
   MISC
========================= */
#forums-action-btn-image {
    font-family: "Inter", sans-serif;
    font-size: 1.25em;
    color: #aaa;
}
.world-map{
    position: absolute;
    top: 0;
    left: 0;
    width: max-content;
    height: max-content;
    min-height: none;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}
.world-map svg{
    width: 90vw;
    height: 60vw;
}
path {
    fill: white!important;
    stroke: #202020;
    transition: fill 0.2s; /* explicitly say "fill" */
    cursor: pointer;       /* optional: shows pointer on hover */
    pointer-events: all;  
}
.hotline-container h1{
    color: white;
    font-family: "Inter", sans-serif;
    font-size: 5em;
}
.hotline-container p{
    color: white;
    font-family: "Inter", sans-serif;
    font-size: 3em;
}

path:hover {
    fill: #4a6e69!important;
}
.side-panel{
    position: fixed;
    background-color:#292929;
    padding: 2em;
    top: 0;
    left: -40em;
    width: 100%;
    max-width: 30em;
    height: 100vh;
    transition: 
        600ms cubic-bezier(0.77, 0, 0.18, 1);
    overflow: scroll;
    z-index: 1;
    text-align: left!important;
}
.side-panel-container{
    padding-block: 2em;
    transition: 200ms ease-out;
}
.side-panel-open{
    left:0;
}
.hide{
    opacity:0;
}
.side-panel-close-btn{
    position:absolute;
    top:0;
    right: 0;
    width: 5em;
    height: 5em;
    border: none;
    background-color: #4a6e69;
    color: white;
    transition: 100ms;
    cursor: pointer;
}
.loading{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    user-select: none;
    transition: 200ms;
}
.side-panel-close-btn i{
    font-size: 2em;
}
.close-btn:hover{
    background-color:#689891;
}
.side-panel .hotline-container > ul{
    margin-top: 2em;
    color: white;
    font-family: "Inter", sans-serif;
    font-size: 1.5em;
    list-style: none;
}
.side-panel .hotline-container > ul > li{
    margin-bottom: 2em;
}
.side-panel li{
    margin-bottom: 1em;
    font-size: 1.2em;
}
.side-panel ul ul{
    margin-top: 1em;
    font-size: 0.7em;
    list-style: circle;
    padding-left: 2em;
}
.side-panel strong{
    color:#4a6e69;
}
button:disabled{
    background-color: #1d1a20;
    border: 1px #443d4b solid;
    cursor:default;
}
#bpalogo{
    width: 80%

}