body {
  margin: 0;
  padding: 20px;
  background: url("BG.gif") fixed;
  background-size: cover;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  line-height: 150%;
}

strong, b {
  color: #3213cd;
  letter-spacing: 1px;
}

a, a:visited, a:focus, a:active {
  color: #ec008c;
  font-weight: bold;
  text-decoration: none;
  background-image: linear-gradient(#ec008c, #ec008c), none;
  background-repeat: no-repeat;
  background-size: 100% 2px, 0 0;
  background-position: 0 100%, 0 0;
}

a:hover {
  background-image:
    linear-gradient(90deg, #ec008c, #fff200, #00aeef, #ec008c),
    linear-gradient(90deg, #ec008c, #fff200, #00aeef, #ec008c);
  background-size: 300% 2px, 300% 100%;
  background-position: 0% 100%, 0% 50%;
  background-repeat: no-repeat;
  background-clip: padding-box, text;
  -webkit-background-clip: padding-box, text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  animation: flowLoop 5s linear infinite alternate;
}

@keyframes flowLoop {
  0% {
    background-position: 0% 100%, 0% 50%;
  }
  100% {
    background-position: 100% 100%, 100% 50%;
  }
}

.intro, .orders, .sizing {
  position: relative;
  z-index: 1;
}

.pricing {
  position: relative;
  z-index: 1;
  width: 290px; 
  padding: 10px;
  margin-top: 50px;
  line-height: 150%
}

/* Header logo */
header {
    padding: 2rem;
    text-align: center;
}

.logo {
    height: auto;
    width: 1000px;
}


/* Content */
.content-wrapper {
  width: 1000px;
  margin: 0 auto;
  padding-top: 1rem;
  padding-bottom: 4rem;
}


/* Grid layout */
.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(200px, auto);
  gap: 2rem;
  padding: 2rem;
  margin-top: -4.5rem;
}

.item1, .item2, .item3, .item4, .item5, .item6 {
  background: #fff;
  text-align: justify;
}

.item1 {
  grid-column: span 2;
  grid-row: span 1;
  padding: 2rem 2rem;
  border-radius: 68px 35px 115px 48px / 54px 63px 38px 72px;
}

.item2 {
  grid-column: span 1;
  grid-row: span 2;
  padding: 2rem 1.5rem;
  border-radius: 73px 36px 58px 84px / 78px 64px 88px 52px;
}

.item3 {
  grid-column: span 2;
  grid-row: span 1;
  padding: 2rem 2rem;
  border-radius: 44px 108px 76px 32px / 98px 46px 74px 88px;
}

.item4 {
  grid-column: span 1;
  grid-row: span 1;
  padding: 1rem 1.5rem;
  border-radius: 112px 28px 90px 42px / 62px 86px 58px 68px;
}

.item5 {
  grid-column: span 2;
  grid-row: span 1;
  padding: 2rem 2rem;
  border-radius: 58px 96px 66px 40px / 92px 54px 84px 48px;
}

.item6 {
  grid-column: span 3;
  grid-row: span 1;
  padding: 1rem 1.5rem;
  border-radius: 84px 38px 104px 50px / 70px 94px 60px 82px;
}

/* Grid Images */
.card1, .card2, .card3, .card4, .card5, .card6 {
  position: relative;
  overflow: visible;
}

.card3 {
  padding: 1rem 1.5rem 1.5rem;
}

.card1 img {
  z-index: 0;
  position: absolute;
  top: -125px;
  left: -26%;
  transform: translateX(-50%);
}
.card2 img {
  z-index: 0;
  position: absolute;
  top: -90px;
  left: 75%;
  transform: translateX(-50%);
}

.card3 img {
  z-index: 0;
  position: absolute;
  top: -49px;
  left: 20%;
  transform: translateX(-50%);
}

.card4 img {
  z-index: 0;
  position: absolute;
  top: -3px;
  left: -5%;
  transform: translateX(-50%);
}

.card5 img {
  position: absolute;
  top: -159px;
  left: 117%; 
  transform: translateX(-50%);
}
.card6 img {
  z-index: 0;
  position: absolute;
  top: -575px;
  left: 105%;
  transform: translateX(-50%);
}


/* Sizing Kits */
.shape-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: auto auto;
  gap: 20px;
  width: 480px;
  margin: 0 auto;
}

.shape {
  text-align: center;
}

.shape img {
  width: 80px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.shape-label {
  margin-top: 0.5rem;
  font-weight: 600;
  color: #3213cd;
  letter-spacing: 1px;
}

/* Second row link styling */
.shape-link {
  grid-column: 1 / -1;
  text-align: center;
}

.sizingkit-link {
  font-size: 1rem;
  font-weight: 800;
}

.orderform {
  grid-column: 1 / -1;
  text-align: center;
}

.order-link {
  font-size: 1rem;
  font-weight: 800;
}

/* FAQ styles */
.faq-section {
  z-index: 1;
  max-width: 100%;
  padding: 2rem 1rem;
}

.faq-item {
  border-bottom: 1px solid #ccc;
  padding: 1rem 0;
}

.faq-question {
  display: block;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  padding-right: 1.5rem;
  color: #3213cd;
  letter-spacing: 1px;
}

.faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

.faq-toggle {
  display: none;
}

.faq-toggle:checked + .faq-question::after {
  transform: rotate(45deg);
}

.faq-answer {
  margin-left: 30px;
  margin-right: 50px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
}

.faq-toggle:checked + .faq-question + .faq-answer {
  max-height: 500px;
  margin-top: 0.5rem;
}

/* Footer */
.site-footer {
  margin: -3rem auto;
  padding-bottom: 50px;
}

.site-footer a, a:visited, a:focus, a:active {
  text-decoration: none !important;
  background: none !important;

}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 75px);
  grid-auto-rows: auto;
  justify-content: center;
  gap: 15px;
  text-align: center;
}

.site-footer .footer-link:hover {
  text-decoration: none !important;
}

.site-footer .footer-link img {
  display: block;
  background: #fff !important;
  padding: 10px;
  border-radius: 80px 30px 100px 50px / 60px 90px 40px 70px;
}

.site-footer .footer-copy {
  grid-column: 1 / 5;
  font-size: 12px;
  color: #3213cd;
  background: #fff !important;
  padding: 10px;
  border-radius: 80px 30px 100px 50px / 60px 90px 40px 70px;
}