.bg-secondary {
  background-color: #efd7bd !important;
}
#mainNav .navbar-nav li.nav-item a.nav-link {
  color: #393341;
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
}

.contactusbtn {
  background: #c77965;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
}

.contactusbtn:hover {
  background: black;
}
.contactusbtn > a {
  color: white;
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
}
#menubtn-m {
  background: #c77965;
}
.contactusbtn > a:hover {
  color: white;
}
#mainNav .navbar-nav li.nav-item a.nav-link:hover {
  color: brown;
}
.headerbgimg {
  background-image: url("newasset/image@2x.png");
}
.masthead {
  min-height: 100vh;
  background-size: cover;
}

.headerbgimg {
  background-position: center;
  background-repeat: no-repeat;
}
.masthead {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 15px;
}

.masthead-heading {
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  margin-bottom: 20px;
  font-family: "IBM Plex Sans";
  letter-spacing: -0.03em;
}

.masthead-subheading {
  font-size: 1.5rem;
  margin-bottom: 30px;
}
.mvp-headsubtitle {
  margin-top: 30px;
  margin-bottom: 50px;
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 39px;
  text-align: center;
  letter-spacing: -0.03em;
}
.getstartedbtn {
  background: #c77965;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  width: 250px;
}
.getstartedbtn > a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.03em;
  color: #ffffff;
}

.text-secondary {
  color: black !important;
}
#services {
  background: linear-gradient(
    180deg,
    rgba(199, 121, 101, 0.1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  border-radius: 70px;
}
.page-section-services {
  padding: 3rem 0;
  margin-top: 6rem;
}
.leftrectangle,
.rightrectangle {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 1rem;
  z-index: 10;
  width: 300px;
  background: #fff6f4;
  border-radius: 20px;
  height: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.leftrectangle {
  right: 60%;
  top: 20%;
}

.rightrectangle {
  left: 60%;
  top: 50%;
}

.sr-title {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.03em;
  color: #000000;
}

.sr-text {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 132%;
  letter-spacing: -0.03em;
  color: #000000;
}
.mvp-pricingtitle {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 78px;
  letter-spacing: -0.03em;
  color: #000000;
}

.mvp-subtitle {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  letter-spacing: -0.03em;
  color: #cdcdcd;
}

.mvp-rectprice {
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #cdcdcd;
  border-radius: 20px;
  margin: 15px;
  padding: 20px;
  /* Add padding for inner spacing */
}

.mvp-relative {
  position: relative;
}

.mvp-font-size-small {
  font-size: 0.65rem;
}

.mvp-font-size-large {
  font-size: 2rem;
}

.mvp-font-weight-bold {
  font-weight: 900;
}

.mvp-position-absolute {
  position: absolute;
}

.mvp-top-20 {
  top: 20%;
  margin-left: 5px;
}

h6.pricing-texttitle {
  font-size: 14px;
  letter-spacing: -0.03em;
  color: #000000;
}

p.pricing-texttitle {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -0.03em;
  color: #000000;
  margin-bottom: 30px;
}
.purpleroundedrect {
  width: 100%;
  height: 600px;
  background: #393341;
  border-radius: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.content-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 80%;
  /* Adjust as needed */
  height: 80%;
  /* Adjust as needed */
}

.content-wrapper img.background-image {
  height: 70%;
  width: auto;
  position: absolute;
  z-index: 1;
}

.row {
  display: flex;
  justify-content: space-around;
  align-items: center;
  z-index: 2;
  position: relative;
  width: 100%;
}

.row .col-6 {
  width: 45%;
  text-align: center;
}

.abtus-title {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 35px;
  color: #efd7bd;
  text-align: left;
  margin-bottom: 30px;
}

.abtus-text {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  color: #efd7bd;
  text-align: left;
}
.faq-section {
  margin-top: 3rem;
  position: relative;
}

.faq-container {
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #dcdcdc;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.06);
  border-radius: 30px;
  margin-top: 1rem;
}

.faq-header a {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 65px;
  display: flex;
  align-items: center;
  letter-spacing: -0.01em;
  color: #000000;
  text-decoration: none;
}

.faq-content ul {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 35px;
  color: #5b5b5b;
  width: 100%;
  text-align: left;
  padding-left: 20px;
}
.faq-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}

.arrow {
  margin-left: auto;
  transition: transform 0.2s;
}

.arrow.collapsed {
  transform: rotate(180deg);
}

.msdh {
  display: none;
}
.dsmh {
  display: block;
}
.habbabox-img {
  width: 50%;
  height: auto;
}
@media (min-width: 992px) {
  #mainNav .navbar-nav > li.nav-item > a.nav-link.active {
    color: #fff;
    background: brown;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover {
    color: #fff;
    background: black;
  }
  #mainNav {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
