a {
  color: #29222a !important;
}

a.joyful-link {
  color: #ba9dc8 !important;
}

/* GLOBAL */
* {
  box-sizing: border-box;

  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
}

html, body
{
  background-color: #ba9dc8;
  background-color: #f9f2f3;
  color: #29222a;
}

body {
  margin: 0 !important;
  padding: 0 !important;
}

h1 {
  color: #ba9dc8;
  font-family: "Amatic SC", sans-serif;
  font-size: 9rem;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  text-shadow: -4px 6px 2px #ffffff;
  /* text-shadow: -4px 6px 2px #5b546b; */
}

h2, h3, h4, h5, h6
{
  font-family: "Playfair Display", serif;
  font-weight: 600;
}

h2 {
  font-size: 4rem;
  text-align: center;
}

h3 {
  font-size: 3rem;
  text-align: center;
}

h4 {
  font-size: 2rem;
}

h5 {
  font-size: 1.5rem;
}

h6 {
  font-size: 1.2rem;
}

/* BACK TO TOP BUTTON */
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #ba9dc8 0%, #d4c4dc 100%);
  color: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(186, 157, 200, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
}

.back-to-top:hover {
  background: linear-gradient(135deg, #a88db6 0%, #c2b2ca 100%);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(186, 157, 200, 0.5);
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
}

.back-to-top svg {
  transition: transform 0.3s ease;
}

.back-to-top:hover svg {
  transform: translateY(-2px);
}

/* ACTIVE MENU ITEM STYLING */
.navbar-nav .nav-link.active {
  border-bottom: 2px solid #ba9dc8;
  padding-bottom: 3px;
}

.navbar-nav .btn.active-btn {
  box-shadow: 0 0 0 2px #ba9dc8;
}

h4 {
  font-family: "Amatic SC", sans-serif;
  font-size: 3rem;
  text-align: center;
}

p {
  font-family: "Open Sans", sans-serif;
}

span {
  color: #ffffff !important;
}

a, a:hover, a:active, a:visited {
  text-decoration: none;
  color: initial;
}

footer {
  margin-top: 20px;
  width: 100%;
}



/* OVER WRITES */
.navbar-brand img {
  height: 100px;
  width: 100px;
}

.card {
  padding: 40px;
}

.btn {
  background-color: #ba9dc8 !important;
  border: 1px solid #ba9dc8 !important;
}

#about .card {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

#about .card-text {
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
}

#header-menu {
  margin-bottom: 40px;
}

#header-menu img {
  border-radius: 50px;
}



/* HOME */
#header {
  background-image: url('/public/img/header.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 20px;
  box-shadow: 0 4px 8px 0 #5b546b;
  margin: 0 10px;
  padding: 100px 0;
}

#sub-header {
  margin-top: 90px;
}

/* MOBILE RESPONSIVE - Header Section Only */
@media (max-width: 768px) {
  #header {
    background-attachment: scroll;
    margin: 0 5px;
    padding: 40px 15px;
    border-radius: 15px;
  }

  #header h1 {
    font-size: 4rem;
    text-shadow: -2px 3px 1px #ffffff;
  }

  #sub-header {
    margin-top: 40px;
  }

  #sub-header h2 {
    font-size: 2rem;
    padding: 0 15px;
  }
}



/* WELCOME */
#welcome {
  margin: 100px 0;
}

#welcome .card-text {
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
}

#welcome img {
  width: 100%;
}

#welcome button {
  font-size: 2rem;
  width: 100%;
}

#welcome hr {
  height: 10%;
}

/* MOBILE RESPONSIVE - Welcome Section Only */
@media (max-width: 768px) {
  #welcome {
    margin: 50px 0;
  }

  #welcome .card {
    padding: 20px;
    overflow: hidden;
  }

  #welcome h3 {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }

  #welcome .card-text {
    font-size: 1rem;
    margin-top: 15px;
    margin-bottom: 10px;
  }

  #welcome hr {
    height: 2%;
  }

  #welcome button {
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 15px;
  }

  #welcome img {
    margin-bottom: 20px;
  }

  /* Force columns to stack */
  #welcome .row > .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}



/* MESSAGE */
#message {
  background-image: url('/img/message.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 20px;
  box-shadow: 0 4px 8px 0 #5b546b;
  padding: 100px 0;
}

#message .card {
  opacity: .9;
}

#message .card-text {
  font-family: "Open Sans", sans-serif;
}

/* MOBILE RESPONSIVE - Message Section Only */
@media (max-width: 768px) {
  #message {
    background-attachment: scroll;
    padding: 50px 10px;
    border-radius: 15px;
  }

  #message .card {
    width: 100%;
    padding: 20px;
  }

  #message h3 {
    font-size: 2.5rem;
  }

  #message .card-text {
    font-size: 1rem;
  }


}



/* ABOUT */
#about {
  margin: 100px 0;
}

#about img {
  text-align: center;
  width: 100%;
}

#about .state img {
  margin-top: -5px;
  width: 2%;
}

/* MOBILE RESPONSIVE - About Section Only */
@media (max-width: 768px) {
  #about {
    margin: 50px 0;
    padding: 20px;
  }

  #about h3 {
    font-size: 2.5rem;
  }

  #about h4 {
    font-size: 2rem;
  }

  #about .card {
    padding: 20px;
  }

  #about .card-text {
    font-size: 1rem;
  }

  #about .state img {
    width: 5%;
  }

  /* Hide spacer columns on mobile */
  #about .col-2 {
    display: none;
  }

  /* Make content full width */
  #about .col-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}



/* CHARITY */
#charity .card-text {
  font-family: "Open Sans", sans-serif;
  text-align: center;
}

#charity button {
  font-size: 2rem;
  width: 100%;
}

/* MOBILE RESPONSIVE - Charity Section Only */
@media (max-width: 768px) {
  #charity .card {
    padding: 20px;
  }

  #charity h3 {
    font-size: 2.5rem;
  }

  #charity .card-text {
    font-size: 1rem;
  }

  #charity button {
    font-size: 1.5rem;
  }

  /* Hide spacer columns */
  #charity .col-2 {
    display: none;
  }

  /* Make content full width */
  #charity .col-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}



/* GIFTING */
#gifting {
  background-image: url('/public/img/gifting.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 20px;
  box-shadow: 0 4px 8px 0 #5b546b;
  color: white;
  margin-top: 100px;
  padding: 100px 0;
}

#gifting h3 {
  margin-bottom: 40px;
}

#gifting p {
  font-family: "Open Sans", sans-serif;
  text-align: center;
  padding: 40px;
}

#gifting button {
  font-size: 2rem;
  margin-left: 80px;
  width: 80%;
}

/* MOBILE RESPONSIVE - Gifting Section Only */
@media (max-width: 768px) {
  #gifting {
    background-attachment: scroll;
    margin-top: 50px;
    padding: 50px 10px;
    border-radius: 15px;
  }

  #gifting h3 {
    font-size: 2.5rem;
    margin-bottom: 30px;
  }

  #gifting h4 {
    font-size: 2rem;
  }

  #gifting p {
    font-size: 1rem;
    padding: 20px 10px;
  }

  #gifting button {
    font-size: 1.5rem;
    margin-left: 0;
    width: 100%;
  }

  /* Hide spacer column */
  #gifting .col-2 {
    display: none;
  }

  /* Make content full width */
  #gifting .col-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}



/* PHOTOS */
#photos {
  margin: 100px 0;
}

/* MOBILE RESPONSIVE - Photos Section Only */
@media (max-width: 768px) {
  #photos {
    margin: 50px 0;
  }

  #photos h3 {
    font-size: 2.5rem;
    margin-bottom: 30px;
  }

  /* Hide spacer columns in carousel */
  #photos .carousel-item .col-2 {
    display: none;
  }

  /* Make carousel images full width */
  #photos .carousel-item .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}



/* TESTIMONIALS */
#testsCarousel .carousel-control-prev-icon,
#testsCarousel .carousel-control-next-icon
{
  background-color: #000;
}

#tests h3 {
  margin-bottom: 50px;
}

#tests h5 {
  font-size: 2rem;
  line-height: 2;
}

#tests p {
  font-family: "Open Sans", sans-serif;
}

#tests img {
  width: 100%;
}

/* MOBILE RESPONSIVE - Testimonials Section Only */
@media (max-width: 768px) {
  #tests .card {
    padding: 20px;
  }

  #tests h3 {
    font-size: 2.5rem;
    margin-bottom: 30px;
  }

  #tests h5 {
    font-size: 1.5rem;
    line-height: 1.5;
  }

  #tests p {
    font-size: 1rem;
    margin-top: 15px;
  }

  /* Hide spacer columns */
  #tests .col-2 {
    display: none;
  }

  /* Stack testimonial content on mobile */
  #testsCarousel .carousel-item .col {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }

  #tests img {
    max-width: 200px;
    margin: 0 auto;
    display: block;
  }
}



/* OFFER */
#offer {
  background-image: url('/public/img/offer.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 20px;
  box-shadow: 0 4px 8px 0 #5b546b;
  margin: 100px 0;
  padding: 100px 0;
}

#offer h3 {
  color: white;
  margin-bottom: 80px;
}

#offer .card {
  opacity: .9;
  width: 100%;
}

#offer ol {
  font-size: 2rem;
}

#offer li {
  margin: 20px 0;
}

#offer ul li {
  font-size: 1.1rem;
  font-family: "Open Sans", sans-serif;
}

#offer button {
  font-size: 2rem;
  width: 100%;
}

/* MOBILE RESPONSIVE - Offer Section Only */
@media (max-width: 768px) {
  #offer {
    background-attachment: scroll;
    margin: 50px 0;
    padding: 50px 10px;
    border-radius: 15px;
  }

  #offer h3 {
    font-size: 2.5rem;
    margin-bottom: 40px;
  }

  #offer .card {
    padding: 20px;
  }

  #offer ol {
    font-size: 1.5rem;
    padding-left: 20px;
  }

  #offer li {
    margin: 15px 0;
  }

  #offer ul {
    padding-left: 20px;
  }

  #offer ul li {
    font-size: 0.95rem;
    margin: 8px 0;
  }

  #offer button {
    font-size: 1.5rem;
  }

  /* Hide spacer column */
  #offer .col-2 {
    display: none;
  }
}



/* MAP */
#map input,
#map label,
#map button,
#map span
.pac-target-input,
.pac-item-query,
.pac-matched
{
  color: #000000 !important;
  font-family: "Open Sans", sans-serif !important;
  margin-bottom: 5px;
  width: 100%;
}

div.pac-item:nth-child(1) > span:nth-child(3),
div.pac-item:nth-child(2) > span:nth-child(3),
div.pac-item:nth-child(3) > span:nth-child(3),
div.pac-item:nth-child(4) > span:nth-child(3),
div.pac-item:nth-child(5) > span:nth-child(3)
{
  color: red !important;
  font-family: "Open Sans", sans-serif !important;
  margin-left: 8px;
}

#map button {
  margin-top: 20px;
}

#schedule li {
  font-family: "Open Sans", sans-serif !important;
}

/* MOBILE RESPONSIVE - Schedule Section Only */
@media (max-width: 768px) {
  #schedule {
    padding: 0 10px;
  }

  #schedule h3 {
    font-size: 2rem;
    margin-top: 20px;
  }

  #schedule h3 small {
    font-size: 1.2rem;
    display: block;
    margin-top: 5px;
  }

  #schedule ol {
    font-size: 1rem;
    padding-left: 20px;
  }

  #schedule li {
    margin: 12px 0;
  }

  #schedule ul {
    padding-left: 20px;
    font-size: 0.95rem;
  }

  #schedule p {
    font-size: 1rem;
  }

  /* Hide spacer column */
  #schedule .col-3 {
    display: none;
  }

  /* Make content full width */
  #schedule .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* Calendly widget mobile adjustments */
  .calendly-inline-widget {
    height: 900px !important;
  }
}



/* UPGRADES */
#upgrades label {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 10px;
}

#upgrades p {
  line-height: 1.2;
}

#upgrades input {
  margin-bottom: 2px;
  height: 28px;
  width: 28px;
}

#upgrades button {
  width: 100%;
}



/* FOOTER */
footer h6 {
  font-size: 1.5rem;
  margin-top: 60px;
  text-align: center;
}

footer #copyright {
  color: #ba9dc8 !important;
}

/* GENERAL CENTERING */
.row {
  margin-left: auto;
  margin-right: auto;
}

section .row {
  justify-content: center;
}



/* GLOBAL MOBILE - Spacer columns & wide content columns */
@media (max-width: 767.98px) {
  /* Hide what-to-expect timeline vertical line on mobile */
  .timeline-vertical-line {
    display: none !important;
  }

  /* Hide empty spacer columns */
  .col-1:empty,
  .col-2:empty,
  .col-3:empty {
    display: none !important;
    padding: 0 !important;
  }

  /* Make flanked content columns fill the viewport */
  .col-8,
  .col-10 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}