/* ===========================================
   GLOBAL STYLES
   =========================================== */
html {
  scroll-padding-top: 10rem;
}

/* this adds an spacer before the anchor target which pushes the page content below the navbar. And clears up the navbar getting cut off*/
[id]:target::before {
  content: "";
  display: block;
  height: 100px; 
  margin-top: -100px;
  visibility: hidden;
}


* {
  font-family: "Rethink Sans", sans-serif;
  font-optical-sizing: auto;
}

a.navbar-brand {
  font-family: "Rethink Sans", sans-serif;
  font-optical-sizing: auto;
}

.brand {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: .5px;
}
.brand2 {
  font-weight: 700;
  color: #4123D2;
  letter-spacing: .75px;
}

header {
  padding-top: 9.5rem;
  padding-bottom: 6rem;
}


span.identifier {
  font-weight: 700;
}

.bi::before,
[class*=" bi-"]::before,
[class^="bi-"]::before {
  font-size: 1.85rem;
}

/* ===========================================
   NAVBAR STYLES
   =========================================== */
.custom-header {
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
   z-index: 1030;
}

.navbar-nav {
  align-items: center;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.about-link {
  font-weight: 700;
  font-family: "Rethink Sans", sans-serif;
  font-optical-sizing: auto;
}

.contact-info {
  display: flex;
  flex-direction: column;
}

.contact-item-wrapper {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.contact-item {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.contact-item i {
  font-size: 1.85rem;
  margin-right: 0.5rem;
}

.nav-link {
  font-size: 1.2rem;
  color: #4123D2;
  letter-spacing: .75px;
}

.bg-light {
  background-color: #ffffff !important;
}

/* ===========================================
   MINDSNUG BANNER - BASE
   =========================================== */
.mindsnug-banner {
  background-image: url('../assets/img/bg-masthead.jpg');
  background-repeat: no-repeat;
  background-position: 92% 108%;
  background-size: 102%;
  width: 100%;
  max-width: 1600px;
  height: 900px;
  border-radius: 25px;
  padding: 3rem;
  margin: 130px auto;
  position: relative;
}

.titleContents {
  position: relative;
  bottom: 14rem;
  font-weight: 400;
}

.titleContents h1 {
  color: #000000;
  font-size: 6rem;
}

.subTitle {
  color: #000000;
  font-size: 3.1rem !important;
  font-weight: 100;
  letter-spacing: -0.1rem;
  position: relative;
  bottom: 40px;
}

.mainTitle {
  font-size: 2rem;
  color: #000000;
  line-height: 40px;
}

/* ===========================================
   CAT PRICING SECTION - BASE
   =========================================== */
.cat-pricing-section {
  padding: 0.25rem;
  width: fit-content;
  max-width: 300px;
  max-height: 324px;
}

.pricing-bubble {
  background-color: #FBE9E9;
  border-radius: 50%;
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(0, 0, 0);
  position: relative;
  z-index: 2;
}

.pricing-text {
  text-align: center;
  line-height: 1.2;
}

.pricing-label {
  font-size: 1.5rem;
  display: block;
  font-weight: 400;
}

.pricing-amount {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 1.5px;
}

.kitten-image {
  width: 200px;
  height: auto;
  position: relative;
  z-index: 3;
}

.quote-btn {
  background-color: #FBE9E9;
  border: none;
  border-radius: 40px;
  padding: 12px 24px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #000000;
  cursor: pointer;
  transition: background-color 0.3s ease;
  position: relative;
  bottom: 56px;
  z-index: 1;
  width: 265px;
}

.quote-btn:hover {
  background-color: #A76CAC;
  color: #fef;
}

/* ===========================================
   RESPONSIVE STYLES - tablet
   =========================================== */
@media (min-width: 768px) and (max-width: 991px) {
  .mindsnug-banner {
    background-size: cover;
    background-position: center top;
    margin: 100px auto 0;
    height: auto;
    max-width: 100%;
    border-radius: 0;
  }

  .titleContents {
    position: static;
    text-align: center;
    margin-bottom: 2rem;
  }

  .cat-pricing-section {
    position: absolute;
    bottom: 2rem;
    right: .5rem;
  }

  .kitten-image {
    width: 180px;
    bottom: 56px;
  }

  .subTitle {
  color: #000000;
  font-size: 2.7rem !important;
  font-weight: 100;
  letter-spacing: -0.1rem;
  position: relative;
  bottom: 36px;
}

  .mainTitle {
    text-align: left;
  }

  .quote-btn {
    width: 240px;
  }
}

@media (max-width: 767px) {
  .mindsnug-banner {
    height: auto;
    background-size: cover;
    background-position: center center;
    padding: 2rem 1rem;
    margin: 56px auto 0;
    text-align: center;
    max-width: 100%;
    border-radius: 0;
  }

  .titleContents {
    position: static;
    bottom: auto;
    text-align: center;
  }

  .titleContents h1 {
    font-size: 3.5rem;
  }

  .subTitle {
    font-size: 2rem !important;
    bottom: 20px;
    position: relative;
  }

  .mainTitle {
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .cat-pricing-section {
    position: static;
    margin: 2rem auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    width: 100%;
    max-width: 320px;
  }

  .pricing-bubble {
    width: 120px;
    height: 120px;
    font-size: 1.2rem;
    margin: 0 auto;
    right: 36px;
    top: 20px;;
  }

  .pricing-label {
    font-size: 1.1rem;
  }

  .pricing-amount {
    font-size: 1rem;
  }

  .kitten-image {
    width: 140px;
    height: auto;
    bottom: 42px;
    left: 20px;

  }

  .quote-btn {
    width: 100%;
    max-width: 220px;
  }
}

/* ===========================================
   RESPONSIVE STYLES (Desktop)
   =========================================== */
@media (min-width: 992px) {
  .mindsnug-banner {
    height: 900px;
    background-position: 92% 108%;
    background-size: 102%;
    max-width: 1600px;
    margin: 130px auto 0;
    border-radius: 25px;
    padding: 3rem;
  }

  .titleContents {
    position: relative;
    bottom: 14rem;
    text-align: left;
  }

  .titleContents h1 {
    font-size: 6rem;
  }

  .subTitle {
    font-size: 3.1rem !important;
    bottom: 40px;
    position: relative;
  }

  .mainTitle {
    font-size: 2rem;
    line-height: 40px;
  }

  .cat-pricing-section {
    position: absolute;
    bottom: 30rem;
    right: 6rem;
    display: block;
  }

  .pricing-bubble {
    top: 16px;
    margin-left: 20px;
  }

  .kitten-image {
    margin-left: 90px;
    transform: translateY(-16px);
    position: relative;
    bottom: 40px;
    width: 200px;
  }

  .quote-btn {
    left: 4px;
    bottom: 56px;
    width: 265px;
  }
}
/* ===========================================
   RESPONSIVE STYLES (Desktop) for the Paper Therapy Section
   =========================================== */

   /* === Paper Therapy Section === */
.paperTherapyContainer {
  background-image: url('../assets/img/doorBackground.jpg');
  background-repeat: no-repeat;
  background-position: center 50%;
  background-size: cover;
  width: 100%;
  max-width: 1600px; /* Revert from 2200px to 1600px */
  height: 1000px;
  border-radius: 25px;
  padding: 3rem;
  margin: 50px auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}


.paperTherapyWrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

.papertherapyBook {
  position: relative;
  bottom: 48px;

}

/* Text styling */
.promo-content {
  max-width: 1000px;
  margin-left: 50rem;
}

.promo-title {
  font-weight: 400;
  font-size: 4.8rem;
  letter-spacing: 2px;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  margin-bottom: 4rem;
}

.promo-subtitle {
  font-size: 2rem;
  position: relative;
  bottom: 4rem;
}

.promo-text {
  font-size: 1.5rem;
  position: relative;
  bottom: 1rem;
  max-width: 400px;
  padding-bottom: 8px;
}

.promo-buttons {
  margin-top: 0.5rem;
}

.learnMore {
  font-size: 1.2rem;
  font-weight: 700;
  padding: 1.8rem 1.5rem; 
  width: 230px;
  border-color: #000;
  border-width: 2px;
}

.buyNow {
  background-color: #cedc54;
  color: rgb(0, 0, 0);
  font-size: 1.5rem;
  font-weight: 400;
  width: 250px;
  padding: 1.5rem; 
}

.buyNow:hover {
   background-color: #121a1a;
  color: rgb(255, 255, 255);
  font-size: 1.5rem;
  font-weight: 400;
  width: 250px;
  padding: 1.5rem; 
}


.accordion-button:not(.collapsed) {
  background-color: #9FBB60;
  color: #000000; 
}



#whoUses {
  padding-top: 8rem !important;
  background: linear-gradient(180deg, #FDFBF9 0%, #FDFBF9 100%);

}

.whoUses {
  font-size: 1.5rem;
}

.whoUses mb-4 {
  
}

.whoUses p.lead {
  font-size: 2rem;
}

.image-grid .col {
  padding-top: 40px;
  padding-bottom: 40px;
}



/* === Tablet (768px to 991px) === */
@media (max-width: 991.98px) {
  .paperTherapyContainer {
    background: linear-gradient(179.98deg, #E69375 -4.72%, #E79675 2.65%, #F0BB75 99.99%);
    height: auto;
    padding: 2rem 1.5rem;
    border-radius: 0;
    flex-direction: column;
  }

  .promo-content {
    margin-left: 0;
    text-align: center;
    max-width: 100%;
  }

  .promo-title {
    font-size: 3rem;
    margin-bottom: 2rem;
  }

  .promo-subtitle {
    font-size: 1.5rem;
    bottom: 0;
  }

  .papertherapyBook {
    bottom: 0;
    margin: 1.5rem auto;
    max-width: 300px;
  }

  .promo-text {
    font-size: 1.25rem;
    bottom: 0;
    margin: 0 auto 1rem auto;
    max-width: 500px;
  }

  .promo-buttons {
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
  }

  .learnMore,
  .buyNow {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}

/* === Mobile (up to 767px) === */
@media (max-width: 767.98px) {
  .paperTherapyContainer {
    background: linear-gradient(179.98deg, #E69375 -4.72%, #E79675 2.65%, #F0BB75 99.99%);
    height: auto;
    padding: 2rem 1rem;
    flex-direction: column;
  }

  .promo-title {
    font-size: 2.4rem;
  }

  .promo-subtitle {
    font-size: 1.2rem;
  }

  .promo-text {
    font-size: 1rem;
  }

  .papertherapyBook {
    max-width: 260px;
  }

  .promo-buttons {
    flex-direction: column;
    gap: 1rem;
  }

  .learnMore {
    width: 100%;
    font-size: 1rem;
    font-weight: 700;
    padding: 1.5rem; 
    height: 86px;
    line-height: 2.2;
  }

  .buyNow {
    font-weight: 400;
    margin-bottom: 40px;
  }
}

.whatAreSensoryRooms {
  background-color: #FBE9E9;
}

.accordion-wrapper {
  width: 100%;
  max-width: 1600px; /* match your other section widths */
  margin: 0 auto;
  padding: 3rem 1.5rem;
  max-width: 1000px;
}

/* Optional: Style accordion to look soft and clean */
.accordion-button {
  background-color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
  padding: 1.25rem;
  border-radius: 0.5rem;
  
}

.accordion-item {
  border: none;
  margin-bottom: 2rem;
  background-color: transparent;
}

.accordion-body {
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 1.25rem;
  font-size: 1.2rem;
  line-height: 32px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.06);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#accordionExample > h1 {
  font-size: 3rem;
  color: #0D1242;
  padding-bottom: 1.5rem;
}

.accordion-button:not(.collapsed) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#about {
  padding: 8rem 0;
}

#about {
  position: relative;
  font-size: 1.3rem;
}

#about .col-lg-4 p.mb-4:first-of-type { 
  padding-bottom: 1.5rem
}

.custom-divider {
  border-right: 1px solid rgb(69, 73, 77) !important;
 
}

#about .bg-light {
  border-radius: 1rem;
}

.who-uses-list {
  text-align: left;
}

/* Center align the whole 3-column block in container */
@media (min-width: 768px) {
  .who-uses-list {
    display: flex;
    justify-content: center;
    gap: 2rem; /* optional spacing between columns */
  }

  .who-uses-list > div {
    max-width: 300px; /* keeps columns tight and readable */
  }
}

@media (max-width: 767.98px) {
  .who-uses-list > div {
    margin-left: auto;
    margin-right: auto;
  }
}

