* {
  padding: 0;
  margin: 0;

  text-decoration: none;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

/*////////// HEADING //////////*/

.heading-content-faqs {
  width: 100%;
  height: 50vh;
  background: linear-gradient(to bottom, #FFFFFF, #EFE9E4);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-position: center;
}
.centered {
  position: relative;
  padding: 24px;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.heading-title {
  font-family: "Jost", sans-serif;
  font-size: 1.3em;
  color: #4a4b49;
  letter-spacing: 0.2em;
}
.title {
  font-family: "Bodoni Moda", serif;
  font-size: 2.8em;
  color: #4a4b49;
}

.cta-button {
  padding: 20px;
  background-color: #bfa5a3;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
  border: none;
  color: whitesmoke;
  transition: background-color 0.3s ease, color 0.3s ease;
  text-transform: uppercase;
}

.cta-button:hover {
  background-color: #d8c4c8; /* Change to green color of your choice */
  color: white; /* Change to the desired text color for the button */
}

/* ////////// CONTACT ////////// */
.note-wrap {
  margin-right: 100px;
  margin-left: 100px;
  margin-top: 56px;
}
.note-title {
  font-family: "Jost", sans-serif;
  font-size: 1.2em;
  color: #4a4b49;
  padding: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.note {
  font-family: "Bodoni Moda", serif;
  font-size: 1.3em;
  font-weight: 200;
  color: #4a4b49;
}
.note-content {
  width: 100%;
  height: 40vh;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  justify-content: center;
  background-position: center;
  background-color: white;
}

.note-subcontent {
  font-family: "Jost", sans-serif;
  font-size: 1.2em;
  font-weight: 300;
  color: #4a4b49;
  padding: 8px;
}
/* //////////FAQs //////////*/

.faq-container {
  margin-right: 100px;
  margin-left: 100px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.faq-title {
  font-family: "Bodoni Moda", serif;
  font-size: 2em;
  color: #4a4b49;
  margin-top: 64px;
}

.faq-question {
  font-family: "Jost", sans-serif;
  font-size: 20px !important;
  color: #4a4b49 !important;
  letter-spacing: 2px;
  font-weight: 400;
  padding-bottom: 0px !important;
}

.faq-text {
  padding-left: 0px !important;
  font-family: "Jost", sans-serif;
  font-size: 18px !important;
  color: #4a4b49 !important;
  font-weight: 300;
  margin-left: 0 auto !important;
}

.accordion-item ol li {
  list-style: disc;
  padding-left: 0px !important;
  font-family: "Jost", sans-serif;
  font-size: 18px !important;
  color: #4a4b49 !important;
  font-weight: 300;
  padding-top: 16px;
  padding-bottom: 16px;
  margin: 0px !important;
}
.accordion-item {
  padding-top: 8px;
  padding-bottom: 8px;
}
.accordion-faq-background {
  background-color: white !important;
}

.accordion-button {
  padding-left: 0px !important;
  padding-right: 0px !important;
}



.link-button-2 {
  color: #a18e92;
  font-family: "Jost", sans-serif;
  letter-spacing: 2px;
  background: none;
  border: none;
  text-decoration: underline;
  transition: color 0.3s ease;
  text-transform: uppercase;
  margin-top: 24px;
  margin-bottom: 24px;
}
.link-button-2:hover {
  color: #c7ada7;
}

/* Override Bootstrap's default styles for active accordion header */

.faq-container .accordion-item ol li {
  list-style-type: disc !important;
  margin-left: 1.5em; /* Add a left margin for better spacing */
  font-family: "Jost", sans-serif;
  font-size: 18px !important;
  color: #4a4b49 !important;
  font-weight: 300;
  padding-top: 8px;
}
.accordion-button:focus,
.accordion-button.focus,
.accordion-button:not(.collapsed):hover {
  outline: none !important; /* Remove the default focus outline */
  box-shadow: none !important; /* Remove any box shadow */
}

.accordion-button:not(.collapsed) {
  background-color: transparent !important;
  color: inherit !important; /* Use the parent's text color */
}

/* ////////// FOOTER ////////// */
/* ////////// FOOTER ////////// */
footer {
  background: #d8c4c8;
  width: 100%;
  margin-top: 10em;
}
footer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 100px;
  height: 1px;
  width: 100%;
  background: transparent;
}
footer .content {
  max-width: 1250px;
  margin-left: 100px;
  margin-right: 100px;
  padding-top: 40px;
}
footer .content .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.logo-details {
  display: flex;
  color: whitesmoke;
  font-size: 2em;
  font-family: "Bodoni Moda", serif;
}
.logo-details .footer-logo {
  color: #ffffff;
}
.content .top .media-icons {
  display: flex;
}
.content .top .media-icons a {
  height: 40px;
  width: 40px;
  margin: 0 8px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 17px;
  transition: all 0.4s ease;
}
/* Call */

.top .media-icons a:nth-child(1) {
  background: white;
  color: #d8c4c8;
}
.top .media-icons a:nth-child(1):hover {
  color: #e1d3d6;
  background: white;
  border-bottom: 1px solid white;
}
/* Email */
.top .media-icons a:nth-child(2) {
  background: white;
  color: #d8c4c8;
}
.top .media-icons a:nth-child(2):hover {
  color: #e1d3d6;
  background: white;
  border-bottom: 1px solid white;
}
/* Instagram */
.top .media-icons a:nth-child(3) {
  background: white;
  color: #d8c4c8;
}
.top .media-icons a:nth-child(3):hover {
  color: #e1d3d6;
  background: white;
  border-bottom: 1px solid white;
}
/* Facebook */
.top .media-icons a:nth-child(4) {
  background: white;
  color: #d8c4c8;
}
.top .media-icons a:nth-child(4):hover {
  color: #e1d3d6;
  background: white;
  border-bottom: 1px solid white;
}

footer .content .link-boxes {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
footer .content .link-boxes .box {
  width: calc(100% / 5 - 10px);
  padding: 0;
  margin: 0;
}

.content .link-boxes .box li {
  margin: 6px 0;
  list-style: none;
}

.content .link-boxes .box li p {
  color: white;
  font-size: 1.1em;
  font-weight: 400;
  text-decoration: none !important;
  opacity: 0.8;
  transition: all 0.4s ease;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.content .link-boxes .box li a {
  color: white;
  font-size: 1.1em;
  font-weight: 400;
  text-decoration: none !important;
  opacity: 0.8;
  transition: all 0.4s ease;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.content .link-boxes .box li a:hover {
  opacity: 1;
}

footer .bottom-details {
  width: 100%;
  background: #d8c4c8;
}
footer .bottom-details .bottom_text {
  max-width: 1250px;
  margin-left: 100px;
  margin-right: 100px;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
  justify-content: space-between;
}
.bottom-details .bottom_text span,
.bottom-details .bottom_text a {
  font-size: 0.9em;
  font-weight: 400;
  color: white;
  opacity: 0.8;
  text-decoration: none;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.bottom-details .bottom_text a:hover {
  text-decoration: none;
  color: white;
}
.bottom-details .bottom_text a {
  margin-right: 10px;
  color: white;
}

/* ///////// Javascript Scroll Reveal ////////// */
.reveal {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: all 2s ease;
}

.reveal.active {
  transform: translateY(0px);
  opacity: 1;
}
