
body {
  margin: 0;
  font-family: Poppins, sans-serif;
  background: #ffffff;
  font-weight: 400;
  padding: 0px;
  box-sizing: border-box;
}

.content {
 padding:0 200px 0 200px;
 
}

#page-wrapper {
  padding: 0 1rem;
}
.body-text {
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
  
}

/* Top full-width purple bar */
.top-bar {
  background-color: #fff;
  color: white;
  text-align: center;
  padding: 10px 20px;
  border-bottom: 4px solid #4d3053;
 
}
.plan-wrapper {
  text-align: center;
}
#passwordModal {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 1.0);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
#modalContent {
  background: white;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
}
.main-header-wrapper {
  background-color: white;
  display: none;
}
.main-header {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 10px 56px;
  background-color: white;
  max-width: 800px;
  margin: 0 auto;
  height: 80px;
}
.main-footer {
  display: block;
  justify-content: start;
  align-items: center;
  padding: 10px 10%;
  background-color: white;
  max-width: 1200px;
  min-height: 80px;
  padding-top: 69px;
  margin: 0 auto;
}
.main-footer-wrapper {
  background: white;
}
.container {
  width:100%;
  max-width:1200px;
  margin: 2rem auto;
  padding: 0 1rem;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.creativate-main-nav {
  width: 100%;
  max-width: 800px;
}
.divider-line {
  width: 100%;
  max-width: 800px;
  height: 3px;
  background-color: #4D305E;
  margin: 2rem auto;
}
.logo, .footer-logo {
    height: auto; /* or whatever height you want */
    display: flex;
    align-items: center;
  }
  
  .logo img, .footer-logo img {
    height: 35px; /* scale image to div height */
    width: auto;   /* keep aspect ratio */
    display: block;
  }

.nav-links{
  align-items:end;
  gap: 40px;
  font-size: 16px;
  margin-left: 60px;
  margin-bottom: -17px;
}

.hamburgerMenu, .nav-links {
    display: none;
}

.nav-links a:hover, .footer-nav-links a:hover {
  color: #4D305E;
  text-decoration: underline;
}

.nav-links a, .footer-nav-links a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
}
.footer-nav-links{
  margin: 50px 0;
}

.social-icons {
  display: flex;
  gap: 10px;
}

.social-icons img {
  width: 20px;
  height: 20px;
}

/* Video container */
.video-container {
  width: 80%;
  margin: 40px auto;
}

.video-container video {
  width: 100%;
  max-width: 750px;
  margin:0 auto;
  height: auto;
  /* height: 50vh; */
  border-radius: 8px;
  display: block;
}

.center-screen {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 20px 20px 20px;
}

.cta-button {
  display: inline-block;
  padding: 1rem 2rem;
  font-size: 2.25rem;
  color: white;
  background-color: #4D305E;
  text-decoration: none;
  text-align: center;
  border: 4px solid transparent;
  border-radius: 8px;
  transform: scale(0.8);
  opacity: 0;
  animation: growIn 0.8s ease-out forwards;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

@keyframes growIn {
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.cta-button:hover {
  background-color: #e7c1e7;
  transform: scale(1.95);
  border-color: #4D305E;

}

.center-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.sewnet-table {
  width: 100%;
  border-collapse: collapse;
  font-family: sans-serif;
  font-size: 14px;
}

.sewnet-table th,
.sewnet-table td {
  border: 1px solid #333;
  padding: 10px;
  text-align: left;
  vertical-align: top;
}

.sewnet-table thead th {
  background-color: #e7c1e7; /* light purple */
  font-weight: bold;
}

.table-wrapper, .membership-pricing {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.membership-pricing {
  height: 100%;
  max-height: 585px;
  overflow: hidden;
}
.img-block{
  width: 100%;
  max-width: 800px;
  margin: 2rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

}
@media (max-width: 800px) {
  .membership-pricing {
    max-height: 200px;
    overflow: auto;
  }
}
.pricing-image {
  width: 100%;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}

.bold {
  font-weight: 500;
  font-size: 32px;
  line-height: 140%;
  font-family: Poppins, sans-serif;
}

    .center-button-link {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 256px;
      height: 46px;
      font-size: 16px;
      background-color: #753E7C;
      color: white;
      text-align: center;
      text-decoration: none;
      border-radius: 30px;
      font-weight: 600;
      transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    }
  
  .center-button-link:hover {
    background-color: #4D305E;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  }

  .center-button:hover {
    background-color: #4D305E;
  }

  .centered-text {
     
    text-align: left;
    font-size: 28px;
    line-height: 140%;
    font-weight: 500;
  }
  .centered-text p:first-of-type {
    text-align: center  ;
  }
  .centered-text p:nth-child(2) {
     text-align: center  ;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
  }
  #content {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }
  #content span {
    font-size: 20px;
    margin: 0 10px;
    line-height: 1;
  }

.alternate {
  display: none;
}
.sparkles {
  width: 20px;
  height: 20px;
  margin: 0 20px;

}
.transitionLogo {
  width: 250px;
}

.nav-links-mobile {
  display: none;
}

.hamburger {
  display:block;
  height: 2px;
  width:100%;
  background-color: #333;
  margin: 5px 0;
}
.hamburger-menu {
  display: none;
  width: 30px;
  height: 30px;
}
.hamburger-menu:hover {
  cursor: pointer;
}

.mobile-menu-icon {
  display: none;
}

.img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative
}

.section-img {
height: 30vh;

}
.card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position:relative;
  border-radius: 8px;
  padding: 20px;
  margin: 20px auto;
  width:100%;  
  text-align: center;
  flex: 1 1 300px;
  max-width: 100%;
  box-sizing: border-box;
  
}
.inspire {
  background-color: #eef7fb
}
.learn {
  background-color: #fff5e8
}
.make {
  background-color: #ffefeb
}

.card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap:56px
}

.card-icon {
  width: 124px;
  height: 124px;
  border-radius: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-icon img {
  width: 67px;
  height: auto;
  
}
.card-text {
  text-align: inherit
}

@media (max-width: 768px) {
  .main-header {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px 0px;
    position:relative;
    height: auto;
  }
  .hamburger-menu {
    display: none;
    position: absolute;
    top: 29px;
    padding-left: 1rem;
  }
.creativate-main-nav {
  max-width: none;
  width: 85%;;
}
  .nav-links {
    flex-direction: column;
    gap: 20px;
    font-size: 20px;
    margin-top: 10px;
  }

  .nav-links-mobile {
    display: none;
  }

  .social-icons {
    margin-top: 10px;
  }

  .logo {
    justify-content: center;
    width: 100%;
    margin-bottom: 10px;
  }

  .video-container {
    width: 95%;
    margin: 20px auto;
  }

  .center-wrapper {
    flex-direction: column;
    padding: 0 5%;
  }

  .centered-text {
    width: 90%;
    font-size: 18px;
    text-align: center;
  }
  .content {
 padding:0 0px 0 0px;
 
}

  #modalContent {
    width: 90%;
    padding: 15px;
  }

  .nav-links {
    display: none;
  }
  .nav-links-mobile {
    display: none;
    flex-direction: column;
    gap: 10px;
    font-size: 18px;
    margin-top: 10px;
    position:relative;
    
    box-sizing: border-box;
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
  }
  .mobile-menu {
    display:flex;
    position: relative;
    height:100%;
    flex-direction: column;
    z-index:10;
    background-color: #fff;
    padding: 1rem 2rem;
    margin-left: -16px;
  }
  .mobile-menu a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    font-size:28px;
    line-height: 140%;
    margin-bottom: 10px;
  }
  .hidden {
    display: none;
  }
  .show {
    display: flex;
  }
  .mobile-menu-icon {
    width: 24px;
    height: 24px;
    display: block;
    margin-left: auto;
  }
  
  .mobile-menu-icon svg {
    width: 100%;
    height: 100%;
  }

  .mobile-menu-icon-wrapper {
    display: flex;
    align-items: center;

  }
  .nav-links-mobile.show {
    min-height: 100vh; /* or specific unit */
  }
  .card-wrapper {
      flex-direction: column;
      gap: 0px
  }
   .section-img {
    height: 20vh;
    max-width: 90%;
    object-fit: cover;
  }
  .card {
    width: 100%;
    max-width: 400px;
    margin: 20px auto;
  }
  .card-icon {
    width: 80px;
    height: 80px;
  }
  .card-icon img {
    width: 50px;
  }
}
  
