@font-face {
font-family: 'Font';
src: url('./Fonts/sodo-sans-6.woff');
}

@media (prefers-color-scheme: dark) {
.forum-main {
    padding-top: 5px;
}
}



h1, h2, h3, h4, h5, h6 {
margin: 1rem 0; /* Restore vertical spacing */
}

p {
margin: 1rem 0; /* Add consistent spacing between paragraphs */
}

ul, ol {
margin: 1rem 0;
padding-left: 2rem; /* Add indentation for lists */
}

a {
text-decoration: none;
margin: 0; /* Links usually don’t need margins */
}






body {
font-family: 'Font';
font-style: bold;
background-image: url(./Content/Images/background.png);
background-position: top;
background-size: cover;
color: rgba(0, 0, 0, 0.1);
/*background-position: center;-->*/
position: relative;
z-index: 1;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}





.black-box {
    position: fixed; /* Or absolute, but fixed gives full-screen control */
    inset: 20px;     /* top, right, bottom, left = 20px */
    background-color: rgba(0, 0, 0, 0.63);
    z-index: 1;
    overflow-y: auto; /* allows scrolling if content overflows */
    padding: 20px;
    border-radius: 4px; /* optional: make it pretty */
  }

.socionics-life-forum a {
    color: rgb(64, 6, 6);
    font-size: 48px;
    -webkit-text-stroke: 0.05px rgb(240, 220, 85);;
    text-decoration: rgb(240, 220, 85);
    border-color: rgb(240, 220, 85);
}

.socionics-life-forum a:hover {
    color: rgb(53, 117, 177);
}

.stepfast-ai a {
    color: rgb(56, 164, 188);
    font-size: 72px;
}





.info-button:hover {
    color: rgb(208, 68, 68);
}

.forum-description {
    color: white;
    font-style: italic;
}



/*     .black-box {
    background-color: rgba(0, 0, 0, 0.5);
    margin: 20px 20px 20px 20px;
    width: 1328px;
    height: 1124px;
    z-index: 2;
    position: absolute;

} */

.content {
    z-index: 3;
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.forum-main {
    top: 15px;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    z-index: 1;
    color: white;
}

.navbar {
    display: flex;
    justify-content: center;
    margin: 0 20px;
}



.navbar a {
    color: white;
    padding: 0px;
    text-decoration: none;
    text-align: center;
    margin: 0 15px;
}

.navbar a:hover {
    color: rgb(68, 154, 208);
}

.forum-description {
    text-align: center;
}

.separator {
    padding-top: 200px;
}

.go-to-forum {
    display: flex;
    justify-content: center;
}

.forum-button {
    padding: 8px 15px;
    color: rgb(220, 192, 13);
    text-decoration: none;
    /*border: 5px solid rgba(0, 0, 0, 0.25);
    border-radius: 2px;*/
    font-size: 42px;
    font-style: bold;
    text-align: center;
}

.typing-services-button {
    padding: 8px 0px;
    margin: 0px 45px 0px 45px;
    color: rgb(255, 225, 31);
    text-decoration: none;
    border: 5px solid rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    font-size: 30px;
    font-style: bold;
}

.info-button {
    padding: 8px 15px;
    color: rgb(255, 225, 31);
    text-decoration: none;
    border: 5px solid rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    font-size: 30px;
    font-style: bold;
}

.news {
    font-size: 15px;
    margin: 0px 50% 0px 3%;
    color: white;
    z-index: 3;
    position: relative;
}

/*.page-header {
    width: 100%;
    height: 75px;
    background-color: rgba(112, 20, 148, 0.444);
    position: fixed;
    top: 0;
    left: 0;
    position: relative;
    z-index: 0;

}*/


/* FORUM SUBPAGES: */

.thread {
    display: flex;
    align-items: left;
    flex-wrap: wrap;
    gap: 15px;
    color:rgb(251, 249, 247);
    margin-bottom: 30px;
}

.thread p {
    margin: 0;
}

.thread-meta-2 {
    flex-basis: 100%;
    text-align: left;
}

.thread-title a {
    color: rgb(28, 149, 224);
}

.thread-actual {
    width: 100%;
    align-items: center;
    margin: 0 auto;
    color: white;
}

.thread-header {
    text-align: center;
    margin: 0 auto;
    width: 100%
}

.forum-threads {
    text-align: center;
    margin: 0 auto;
    width: 100%
}



.thread-text {
    text-align: left;
    margin: 25px 7% 25px 7%;
}

.responses {
    text-align: left;
    color: white;
    margin: 25px 7% 25px 7%;
}

.thread-responses {
    text-align: left;
    color: white;
    margin: 25px 7% 25px 7%;
}

.response-separator {
    margin-top: 50px;
}


textarea, input[type="text"] {
    width: 100%; /* Full width of its container */
    height: 80px; /* Height for textarea; adjust for inputs */
    margin-bottom: 10px; /* Space between elements */
    border: 1px solid #ccc; /* Border color */
    border-radius: 5px; /* Rounded corners */
    font-size: 13px; /* Font size */
    font-family: Arial, sans-serif; /* Font family */
    box-sizing: border-box; /* Ensures padding doesn't affect width/height */
    outline: none; /* Remove default focus outline */
    background-color: black; /* Background color */
    resize: none;
    color: white;
    margin: 25px 7% 25px 7%;
}

.user-profile {
    color: white;
}

#response-form {
    margin: 25px 0% 25px 0%;
}




#login-container {
    position: absolute;
    z-index: 10;
    top: 45px;
    left: 45px;
    display: inline-block;
    padding: 5px 10px;
    font-size: 16px;
    color: #ffffff;
    background-color: #534a4a;
    border: 4px;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

#register-button {
    position: absolute;
    z-index: 10;
    top: 45px;
    right: 45px;
}

#login-button {
    position: absolute;
    z-index: 10;
    top: 45px;
    left: 45px;
}


.button {
    display: inline-block;
    padding: 5px 10px;
    font-size: 16px;
    color: #ffffff;
    background-color: #534a4a;
    border: 4px;
    border-radius: 4px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

.button:hover {
    background-color: #024287;
}

#registration-form {
    color: white;
    margin: 0px 26% 0px 26%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;

}

#registration-form {
    text-align: left;
}

#registration-container {
    display: block;
    text-align: left;
}

#next {
    width: 74px;
    margin: 0 auto;
    margin-top: 10px;
}

.reg-form {
    width: 300px;
}

label {
    display: block;
    text-align: left;       /* Align the label to the left-most part of the input box */
    margin-bottom: 5px;     /* Add spacing between label and input */
    font-size: 16px;        /* Optional: Improve readability */
  }




.typing-services-content {
    color: white;
    display: flex;
    justify-content: space-between;
    margin-left: 140px;
    margin-right: 140px;
    flex-direction: row;
    align-items: center;
    text-align: center;
}

.typing-option-two h1,
.typing-option-one h1,
.typing-option-three h1{
    flex: 1;
    text-align: center !important;
}

.typing-option-two,
.typing-option-one,
.typing-option-three{
    flex: 1;
    text-align: center !important;
}


.typing-services-text {
    text-align: justify;
    margin-right: 30px;
    margin-left: 30px;
}

/* === MOCK STORE GRID === */
.store-grid {
    max-width: 1200px;
    margin: 40px auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
  
  .product-card {
    position: relative;
    background: #111; /* mörk bas för att likna din mock */
    color: #fff;
    font-family: 'Font';
  }
  
  .product-img-wrapper {
    position: relative;
    background: #fff;
    aspect-ratio: 4 / 3; /* ungefärligt, justera vid behov */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  
  .product-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
  .badge {
    position: absolute;
    left: 12px;
    bottom: 12px;
    background: #000;
    color: #fff;
    padding: 4px 8px;
    font-size: 14px;
    letter-spacing: 0.5px;
  }
  
  .product-info {
    padding: 18px 20px 24px;
    background: #000; /* svart bar under bilden */
  }
  
  .product-name {
    font-size: 18px;
    margin-bottom: 6px;
    text-transform: uppercase;
    line-height: 1.2;
  }
  
  .product-price {
    font-size: 16px;
    margin-bottom: 8px;
  }
  
  .product-price .current {
    margin-right: 10px;
  }
  
  .product-price .old {
    text-decoration: line-through;
    opacity: 0.6;
  }
  
  .product-desc {
    font-size: 13px;
    color: #ccc;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  /* Responsivitet */
  @media (max-width: 960px) {
    .store-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 24px;
    }
  }
  @media (max-width: 640px) {
    .store-grid {
      grid-template-columns: 1fr;
      gap: 20px;
    }
  }
  