.gasoek-one-regular {
  font-family: "Gasoek One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* Use a value from 200 to 700 */
/* Use a unique class name */
.oswald {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

body {
  font-family: "Oswald", sans-serif;
}

.custPage {
  padding-top: 100px; /* match header height */
  background-color: black;
  color: white;
  font-family: "Oswald", sans-serif;
}

.Navigation header {
  background-color: #007fc7;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1100;
}

.signIn {
  background-image: url("../img/assetLibrary/Group\ 23.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.bg-item {
  position: absolute;
  width: 150px;
  opacity: 0.28;
  transform-origin: center;
}

.bg-scatter {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.OrdComp {
  font-family: "Gasoek One", sans-serif;
  font-size: 5rem;
}
.Logo {
  width: 120px; /* control size here */
  height: auto; /* keeps proportions */
  margin-left: 50px;
}

.nav-link {
  color: white !important;
}

.nav-link:hover {
  color: black !important;
}

.nav-item {
  font-family: "Oswald", sans-serif;
  font-size: 1.2rem;
}

.Hero {
  font-family: "Gasoek One", sans-serif;
  font-size: 7rem;
  color: white;
  letter-spacing: 6px;
}

.homePage {
  background: #cccccc;
  color: white;
  overflow-x: hidden;
}

.homeHero {
  margin-top: 72px;
}

.heroSplit {
  overflow: hidden;
}

.heroSplit a {
  text-decoration: none;
}

.heroImage {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  transition: 0.4s ease;
}

.heroSplit:hover .heroImage {
  transform: scale(1.05);
}

.heroOverlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.15);

  display: flex;
  justify-content: center;
  align-items: center;
}

.homeInfoSection {
  min-height: 100vh;
  padding: 100px 0;
}

.infoImage {
  max-height: 700px;
  object-fit: cover;
}

.instagramSection {
  background: #007fc7;
}

.instaImg {
  width: 100%;
  height: 450px;
  object-fit: cover;
  transition: 0.3s;
}

.instaImg:hover {
  opacity: 0.8;
}

.image-section {
  background-color: #007fc7; /* blue */
  padding: 20px 0; /* vertical spacing */
}

.image-frame {
  background: white;
  padding: 8px;
  display: inline-block;
  margin-left: 50px; /* pushes image off left edge */
  transform: translateX(-40px);
}

.sidebar {
  position: fixed;
  top: 72px; /* pushes it BELOW header */
  left: 0;
  height: calc(100vh - 72px);
  width: 220px;
  background-color: #007fc7; /* your brand blue */
  color: white;
  padding: 20px;
  z-index: 1000;
}

.sidebar a {
  color: white;
  text-decoration: none;
  display: block;
  padding: 10px 0;
  font-weight: 500;
  font-size: 1.1rem;
}

.sidebar ul {
  margin-top: 20px;
}

.sidebar li {
  margin-bottom: 10px;
}

.sidebar a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  padding-left: 10px;
  transition: 0.2s;
}

/*this is for the product cards when the shopify is working*/
.card {
  background-color: black;
  color: white;
  border: 2px solid white;
  border-radius: 0; /* removes rounded corners */
  overflow: hidden;
  transition: 0.2s;
}

.card-body {
  color: white;
  text-align: center;
}

.card img {
  height: 200px;
  object-fit: cover;
}

.card-link {
  text-decoration: none;
  color: inherit;
}

.card:hover {
  background-color: white;
  color: black;
  cursor: pointer;
  transform: scale(1.03);
}

.main-content {
  margin-left: 220px;
  margin-top: 72px; /* match header height */
}

.container-fluid {
  padding-top: 72px; /* prevents content hiding under header */
}

.text-content {
  max-width: 800px; /* controls width */
}

.custom-text {
  font-family: "Oswald", sans-serif;
  font-weight: 500; /* bold */
  font-size: 1.5rem; /* bigger text */
  line-height: 1.6;
}

/*FAQ CSS BELOW*/

.faqPage .container {
  padding-top: 120px;
}

/* Apply Oswald font globally for FAQ section */
.custom-faq {
  font-family: "Oswald", sans-serif;
}

/* Accordion item (outer box) */
.custom-faq .accordion-item {
  border: 2px solid black;
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 0;
}

/* Prevent double borders between items */
.custom-faq .accordion-item + .accordion-item {
  border-top: none;
}

/* Accordion button (closed state) */
.custom-faq .accordion-button {
  background-color: #007fc7; /* Bootstrap blue */
  color: black;
  border-radius: 0;
  font-family: "Oswald", sans-serif;
  box-shadow: none;
  font-size: 1.4rem;
  padding: 1.3rem 1.5rem;
}

/* Remove Bootstrap arrow shadow/focus styling clutter */
.custom-faq .accordion-button:focus {
  box-shadow: none;
}

/* Accordion button when open */
.custom-faq .accordion-button:not(.collapsed) {
  background-color: #007fc7;
  color: black;
}

/* Accordion content (dropdown area) */
.custom-faq .accordion-body {
  background-color: #007fc7;
  color: black;
  font-family: "Oswald", sans-serif;
  padding: 1.25rem 1.5rem;
  font-size: 1.1rem;
}

.subSec input,
.subSec textarea {
  text-align: center;
}

/* ABOUT PAGE */

.about-text-box {
  color: white;
  font-family: "Oswald", sans-serif;
  line-height: 1.6;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 40px;
  max-width: 800px;
  border: 2px solid white; /* subtle contrast */
  backdrop-filter: blur(6px);
  position: relative;
  z-index: 1;
}

.about-hero {
  background-image: url("../img/aboutPage/image 68.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  min-height: 100vh; /* full screen */
  padding: 100px 20px; /* breathing room */
  position: relative;
}

.about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}

/* PRODUCT PAGE */

.product-info {
  position: sticky;
  top: 120px; /* matches your header */
}

.product-images img {
  width: 100%;
  height: 80vh; /* key line */
  object-fit: cover;
}

/* SCREEN LOADER */

/* Full screen loader */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #007fc7; /* your header blue */
  z-index: 2000;
  transform: translateY(0);
  transition: transform 0.8s ease-in-out;
}

/* When page is loaded, slide it up */
#loader.hide {
  transform: translateY(-100%);
}

/* CUSTOM PRODUCT */

.jumper-builder {
  display: flex;
  min-height: 100vh;
  padding-top: 72px;
  background: black;
  color: white;
}

.svg-preview {
  width: 60%;
  height: calc(100vh - 72px);

  display: flex;
  justify-content: center;
  align-items: center;

  position: relative;

  background: #111;
  overflow: hidden;
}

.svg-preview svg {
  width: 100%;
  max-width: 600px;
  height: auto;

  display: block;
  position: absolute;
}

#blanket {
  z-index: 1;
}

#patternSVG {
  z-index: 2;
  pointer-events: none;
}

.jumper-layer {
  position: absolute;

  width: 80%;
  max-width: 700px;

  top: 50%;
  left: 50%;

  transform: translate(-50%, -50%);
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.5))
    drop-shadow(0 0 50px rgba(0, 0, 0, 0.3));

  transition: 0.3s ease;
}

.pattern-layer {
  pointer-events: none;
}

.custom-controls {
  width: 40%;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #007fc7;
  justify-content: center;
  border-left: 2px solid white;
}

.custom-controls input,
.custom-controls textarea {
  width: 100%;
}

.order-button {
  background: black;
  color: white;
  border: 2px solid white;
  padding: 18px;
  font-size: 1.2rem;
  transition: 0.3s ease;
  margin-top: 1rem;
}

.order-button:hover {
  background: white;
  color: black;
  transform: translateY(-2px);
}

.pattern-group {
  transition: opacity 0.2s ease;
}

/*New Home Page CSS after the loss of the entire home page style*/

.svg-preview::after {
  content: "";
  position: absolute;
  inset: 0;

  background:
    radial-gradient(
      circle at center,
      transparent 20%,
      rgba(0,0,0,0.5) 100%
    );

  pointer-events: none;
}

.jumper-layer:hover {
  transform: translate(-50%, -50%) scale(1.02);
}

.custom-controls h2 {
  font-family: "Gasoek One", sans-serif;
  font-size: 4rem;
  line-height: 0.9;
  margin-bottom: 2rem;
}

.custom-controls h3 {
  font-size: 1.2rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.custom-controls select {
  width: 100%;
  border: none;
  padding: 14px;
  background: black;
  color: white;
}

.custom-controls textarea {
  min-height: 150px;
  resize: none;
}

input[type="color"] {
  height: 60px;
  padding: 5px;
  cursor: pointer;
}

.blanket-builder {
  display: flex;
  min-height: 100vh;
  padding-top: 72px;
  background: black;
  color: white;
}

/* LEFT SIDE */
.blanket-preview {
  width: 60%;
  min-height: 100vh;

  display: flex;
  justify-content: center;
  align-items: center;

  position: relative;
  background: #111;
  overflow: hidden;
}

/* SVG layering system */
.blanket-layer {

  top: 50%;
  left: 50%;

  width: 80%;
  max-width: 700px;
}



/* RIGHT SIDE */
.blanket-controls {
  width: 40%;
  padding: 3rem;

  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;

  background: #007fc7;
  border-left: 2px solid white;
}

.shopifyProductPage {
  background: black;
  color: white;
  font-family: "Oswald", sans-serif;
  padding-top: 72px;
}

.product-page-layout {
  min-height: calc(100vh - 72px);
  display: flex;
}

.product-image-panel {
  width: 60%;
  background: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px;
}

.product-image-panel img {
  width: 100%;
  max-width: 650px;
  max-height: 80vh;
  object-fit: cover;
  border: 2px solid white;
}

.product-info-panel {
  width: 40%;
  background: #007fc7;
  border-left: 2px solid white;
  padding: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.product-info-panel h1 {
  font-family: "Gasoek One", sans-serif;
  font-size: 4rem;
  line-height: 0.9;
  margin-bottom: 2rem;
}

#product-price {
  font-size: 2rem;
  font-weight: bold;
}

#product-description {
  font-size: 1.2rem;
  line-height: 1.6;
  margin: 2rem 0;
}

.category-filter.active {
  color: black !important;
  background: white;
  padding-left: 10px;
}

.faq-contact-section {
  background: black;
  color: white;
  padding: 100px 20px;
}

.faq-contact-box {
  max-width: 800px;
  margin: 0 auto;
  background: #007fc7;
  border: 2px solid white;
  padding: 50px;
}

.faq-contact-box h2 {
  font-family: "Gasoek One", sans-serif;
  font-size: 4rem;
  line-height: 0.9;
  margin-bottom: 20px;
}

.faq-contact-box p {
  font-size: 1.3rem;
  margin-bottom: 30px;
}

.faq-contact-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.faq-contact-form label {
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.faq-contact-form input,
.faq-contact-form textarea {
  background: black;
  color: white;
  border: 2px solid white;
  padding: 15px;
  font-family: "Oswald", sans-serif;
  font-size: 1.1rem;
}

.faq-contact-form textarea {
  min-height: 180px;
  resize: vertical;
}

.faq-contact-form input:focus,
.faq-contact-form textarea:focus {
  outline: none;
  background: white;
  color: black;
}


.custom-order-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.custom-order-form input,
.custom-order-form select,
.custom-order-form textarea {
  width: 100%;
  border: none;
  padding: 14px;
  background: black;
  color: white;
  font-family: "Oswald", sans-serif;
}

.custom-order-form textarea {
  min-height: 150px;
  resize: vertical;
}

.custom-order-form input:focus,
.custom-order-form select:focus,
.custom-order-form textarea:focus {
  outline: 2px solid white;
}


/* ========================= */
/* MOBILE RESPONSIVE FIXES */
/* ========================= */

@media (max-width: 768px) {

  body {
    overflow-x: hidden;
  }

  /* NAVIGATION */
  .Navigation header {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px !important;
    padding: 12px 10px !important;
  }

  .Logo {
    width: 90px;
    margin-left: 0;
  }

  .Navigation .nav {
    width: 100%;
    justify-content: center;
    margin-left: 0 !important;
    gap: 5px;
  }

  .nav-item {
    font-size: 0.95rem;
  }

  .nav-link {
    padding: 6px 8px !important;
  }

  .Navigation .ms-auto {
    margin-left: 0 !important;
    padding: 0 !important;
  }

  .Navigation .ms-auto img {
    width: 28px;
  }

  /* HOME PAGE */
  .homeHero {
    margin-top: 130px;
  }

  .homeHero .row {
    height: auto !important;
  }

  .heroSplit {
    height: 50vh;
  }

  .heroImage {
    height: 50vh;
  }

  .Hero {
    font-size: 3.5rem;
    letter-spacing: 3px;
    text-align: center;
  }

  .homeInfoSection {
    padding: 60px 20px;
  }

  .homeInfoSection .row {
    min-height: auto !important;
  }

  .OrdComp {
    font-size: 3rem;
    text-align: center;
  }

  .custom-text {
    font-size: 1.1rem;
    text-align: center;
  }

  .infoImage {
    margin-top: 40px;
    max-height: 450px;
  }

  .instagramSection {
    padding: 60px 20px !important;
  }

  .instaImg {
    height: 300px;
  }

  /* PRODUCTS PAGE */
  .container-fluid {
    padding-top: 130px;
  }

  .sidebar {
    position: relative;
    top: 0;
    width: 100%;
    height: auto;
    padding: 15px;
  }

  .sidebar ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 10px;
    padding-left: 0;
  }

  .sidebar li {
    margin-bottom: 0;
  }

  .sidebar a {
    padding: 8px 12px;
    background: black;
    border: 1px solid white;
  }

  .sidebar a:hover {
    padding-left: 12px;
  }

  .main-content {
    margin-left: 0;
    margin-top: 0;
  }

  .album {
    padding-top: 30px !important;
  }

  .card img {
    height: 260px;
  }

  /* PRODUCT DETAIL PAGE */
  .shopifyProductPage {
    padding-top: 130px;
  }

  .product-page-layout {
    flex-direction: column;
  }

  .product-image-panel,
  .product-info-panel {
    width: 100%;
  }

  .product-image-panel {
    padding: 30px;
  }

  .product-image-panel img {
    max-height: 60vh;
  }

  .product-info-panel {
    padding: 40px 25px;
    border-left: none;
    border-top: 2px solid white;
  }

  .product-info-panel h1 {
    font-size: 3rem;
  }

  #product-price {
    font-size: 1.6rem;
  }

  #product-description {
    font-size: 1rem;
  }

  /* FAQ PAGE */
  .faqPage .container {
    padding-top: 160px;
  }

  .custom-faq .accordion-button {
    font-size: 1.1rem;
    padding: 1rem;
  }

  .custom-faq .accordion-body {
    font-size: 1rem;
  }

  .faq-contact-section {
    padding: 60px 20px;
  }

  .faq-contact-box {
    padding: 30px 20px;
  }

  .faq-contact-box h2 {
    font-size: 2.8rem;
  }

  /* CUSTOM BUILDER */
  .jumper-builder,
  .blanket-builder {
    flex-direction: column;
    padding-top: 130px;
  }

  .svg-preview,
  .blanket-preview,
  .custom-controls,
  .blanket-controls {
    width: 100%;
  }

  .svg-preview,
  .blanket-preview {
    height: 60vh;
    min-height: 60vh;
  }

  .custom-controls,
  .blanket-controls {
    padding: 35px 25px;
    border-left: none;
    border-top: 2px solid white;
  }

  .custom-controls h2 {
    font-size: 3rem;
  }

  .jumper-layer,
  .blanket-layer {
    width: 90%;
  }

  /* FOOTER */
  .Footer .nav {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 480px) {

  .Hero {
    font-size: 2.6rem;
  }

  .OrdComp {
    font-size: 2.4rem;
  }

  .product-info-panel h1,
  .custom-controls h2,
  .faq-contact-box h2 {
    font-size: 2.3rem;
  }

  .heroSplit,
  .heroImage {
    height: 45vh;
  }

  .card img {
    height: 220px;
  }

  .order-button {
    width: 100%;
  }
}



