body {
  font-family: "Inter", sans-serif;
  margin: 0;
}

.josefin-font {
  font-family: "Josefin Sans", sans-serif;
}

p {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

.d-none {
  display: none;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.container-cd {
  max-width: 70%;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .container-cd {
    max-width: 90%;
  }
}
@media (max-width: 991px) {
  .container-cd {
    max-width: 95%;
  }
}

.mt-50 {
  margin-top: 50px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-20 {
  margin-bottom: 20px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.col-cd {
  width: 100%;
}
@media (min-width: 992px) {
  .col-cd {
    width: 50%;
  }
}

.mb-4 {
  margin-bottom: 24px;
}

@media (min-width: 992px) {
  .mb-lg-0 {
    margin-bottom: 0;
  }
}

.pb-3 {
  padding-bottom: 16px;
}

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

.text-center {
  text-align: center;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-item {
  display: block;
}

.nav-link {
  display: block;
  text-decoration: none;
  color: inherit;
  background: none;
  border: none;
  cursor: pointer;
}

.tab-content {
  width: 100%;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .tab-pane.active {
  display: block;
  opacity: 1;
}

.tab-pane.fade {
  opacity: 0;
  transition: opacity 0.2s ease;
}
.tab-pane.fade.show {
  opacity: 1;
}
.tab-pane.active {
  display: block;
}
.tab-pane .offer__content {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  align-items: center;
}
@media (max-width: 767px) {
  .tab-pane .offer__content {
    flex-direction: column;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 16px;
  border-radius: 4px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.header-sec .nabvar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-sec .nabvar .login-btn {
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  background-color: #004872;
  border-radius: 50px;
  padding: 8px 24px;
}

.hero-banner {
  background-image: url("assets/img/camden-banner.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 702px;
  padding-top: 100px;
}
.hero-banner .b-content-box {
  background: rgba(6, 6, 6, 0.69);
  border-radius: 20px;
  padding: 30px 24px 50px;
  max-width: 600px;
}
.hero-banner .b-content-box .b-title {
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 53px;
  letter-spacing: -1.8px;
  margin: 0;
}
.hero-banner .b-content-box .b-desc {
  color: #FFF;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 47px;
  margin: 20px 0 0 0;
}
@media (max-width: 500px) {
  .hero-banner .b-content-box .b-desc {
    font-size: 20px;
    line-height: 28px;
  }
}

.designed-space-block {
  margin-top: 50px;
  margin-bottom: 50px;
}
.designed-space-block .main-head .tag-line {
  color: #004872;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.designed-space-block .main-head .s-title {
  color: #D11D5A;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.9px;
  margin-bottom: 20px;
}
.designed-space-block .main-head .s-desc {
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.designed-space-block .grid-block {
  margin-top: 50px;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media (max-width: 767px) {
  .designed-space-block .grid-block {
    flex-direction: column;
  }
}
.designed-space-block .grid-block .grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media (max-width: 767px) {
  .designed-space-block .grid-block .grid-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 1200px) {
  .designed-space-block .grid-block .item img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/* ==============================
   What we offer section
   ============================== */
.offer {
  padding: 110px 0 120px;
  background: #ffffff;
}
@media (max-width: 767px) {
  .offer {
    padding: 20px 0 50px;
  }
}
.offer__header {
  margin-bottom: 30px;
}
.offer__title {
  font-size: 52px;
  font-weight: 700;
  color: #074365;
}
@media (max-width: 767px) {
  .offer__title {
    font-size: 40px;
  }
}
.offer__tabs {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
  padding-bottom: 12px;
  border-bottom: 0px solid #ffd8e6;
}
@media (max-width: 500px) {
  .offer__tabs {
    gap: 5px;
  }
}
.offer__tabs .nav-item {
  text-wrap: nowrap;
}
.offer__tabs::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.offer__tabs::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.offer__tabs::-webkit-scrollbar-thumb {
  background: #e63b6f;
}
.offer__tabs::-webkit-scrollbar-thumb:hover {
  background: #e63b6f;
}
.offer__content-wrapper {
  position: relative;
}
.offer__tab-content {
  position: relative;
}
.offer__tab {
  background: transparent;
  border: none;
  padding: 0;
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  cursor: pointer;
  position: relative;
}
@media (max-width: 1300px) {
  .offer__tab {
    font-size: 20px;
  }
}
@media (max-width: 1160px) {
  .offer__tab {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  .offer__tab {
    font-size: 14px;
  }
}
.offer__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  color: #e63b6f;
  font-size: 32px;
  cursor: pointer;
  padding: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease;
  z-index: 10;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.offer__arrow:hover {
  color: #074365;
}
.offer__arrow--prev {
  left: -70px;
}
@media (max-width: 767px) {
  .offer__arrow--prev {
    background-color: #FFF;
    left: 15px;
    top: 25%;
  }
}
@media (max-width: 500px) {
  .offer__arrow--prev {
    top: 25%;
    height: 40px;
    width: 40px;
  }
  .offer__arrow--prev svg {
    width: 16px;
  }
}
.offer__arrow--next {
  right: -70px;
}
@media (max-width: 767px) {
  .offer__arrow--next {
    background-color: #FFF;
    right: 15px;
    top: 25%;
  }
}
@media (max-width: 500px) {
  .offer__arrow--next {
    top: 25%;
    height: 40px;
    width: 40px;
  }
  .offer__arrow--next svg {
    width: 16px;
  }
}
.offer__content {
  margin-top: 26px;
}
.offer__image-wrap {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}
.offer__image {
  width: 100%;
  display: block;
}
.offer__subtitle {
  font-size: 26px;
  font-weight: 500;
  color: #111827;
  margin-bottom: 14px;
}
.offer__text {
  font-size: 16px;
  margin-bottom: 18px;
}
.offer__list {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
}
.offer__list li {
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.offer__list li .bi-check-circle-fill {
  color: #e63b6f;
  font-size: 18px;
  margin-right: 10px;
  margin-top: 0px;
  flex-shrink: 0;
}
.offer__list li .bi-check-circle-fill::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background-image: url("/assets/img/list-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 6px;
}
.offer__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.offer__btn {
  border-radius: 999px;
  font-weight: 800;
  font-size: 14px;
  padding: 10px 22px;
}
.offer__btn--primary {
  background: #e63b6f;
  color: #fff;
  border-color: #e63b6f;
}
.offer__btn--secondary {
  background: #ffffff;
  color: #e63b6f;
  border-color: #e63b6f;
}
.offer__btn--secondary:hover {
  background: #e63b6f;
  color: #fff;
  border-color: #e63b6f;
}
.offer__price {
  font-size: 16px;
}
.offer__price-label {
  display: block;
}
.offer__price-value {
  display: block;
  font-weight: 700;
  font-size: 24px;
}
.offer__footer {
  border-top: 2px solid #f4d5e3;
  margin-top: 22px;
  padding-top: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.offer__enquiry {
  background: #e63b6f;
  color: #fff;
  border-color: #e63b6f;
}
.offer__enquiry:hover {
  background: transparent;
  color: #e63b6f;
  border-color: #e63b6f;
}

.nav-link.active {
  color: #e63b6f;
}
.nav-link.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -18px;
  height: 6px;
  border-radius: 999px;
  background: #e63b6f;
}

/* ==============================
   Location / Travel links
   ============================== */
.location {
  padding: 110px 0 120px;
  background: #fdebf2;
}
@media (max-width: 991px) {
  .location {
    padding: 90px 0 100px;
  }
}
@media (max-width: 767px) {
  .location {
    padding: 50px 0 100px;
  }
}
.location .loc-row {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (max-width: 767px) {
  .location .loc-row {
    flex-direction: column;
    row-gap: 20px;
  }
}
.location__eyebrow {
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #444;
  margin-bottom: 10px;
}
.location__title {
  font-size: 42px;
  font-weight: 800;
  color: #074365;
  margin-bottom: 14px;
}
@media (max-width: 991.98px) {
  .location__title {
    font-size: 34px;
  }
}
.location__text {
  font-size: 15px;
  line-height: 1.6;
  color: #222;
  margin-bottom: 26px;
}
.location__subheading {
  font-size: 26px;
  font-weight: 800;
  color: #111827;
  margin: 8px 0 14px;
}
.location__subheading--access {
  margin-top: 26px;
}
.location__table {
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #e5d5de;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .location__table {
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: auto;
  }
}
.location__row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  align-items: center;
  padding: 8px 16px;
  border-bottom: 1px solid #f0e6ee;
  font-size: 15px;
  color: #222;
}
@media (max-width: 991.98px) {
  .location__row {
    grid-template-columns: 1.4fr 0.8fr 1fr;
  }
}
@media (max-width: 575.98px) {
  .location__row {
    grid-template-columns: 1fr;
    gap: 6px;
    text-align: left;
  }
}
.location__row--head {
  background: #f9f1f6;
  font-weight: 700;
}
.location__row--last {
  border-bottom: none;
}
.location__pill {
  display: inline-block;
  background: #FFDBE7;
  color: #D11D5A;
  border: 1px solid #D11D5A;
  border-radius: 999px;
  padding: 2px 12px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.location__lines {
  display: flex;
  justify-content: flex-start;
  gap: 8px;
}
@media (max-width: 575.98px) {
  .location__lines {
    justify-content: flex-start;
  }
}
.location__line-icon {
  width: 22px;
  height: 22px;
  -o-object-fit: contain;
     object-fit: contain;
  display: inline-block;
}
.location__access {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 600;
}
.location__access-icon {
  display: inline-flex;
  width: 22px;
  height: 22px;
}
.location__map {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 0 14px 4px rgba(0, 0, 0, 0.12);
  background: #fff;
  border: 5px solid #fff;
}
@media (max-width: 767px) {
  .location__map {
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: auto;
  }
}

/* About page testimonials - light pink background */
.testimonials--about {
  background: #fdebf2;
}
.testimonials__hero {
  background: #056096;
  color: #fff;
  padding: 50px 0 100px;
  text-align: center;
}
.testimonials__eyebrow {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}
.testimonials__title {
  font-size: 42px;
  font-weight: 800;
  margin: 0;
}
@media (max-width: 991.98px) {
  .testimonials__title {
    font-size: 34px;
  }
}
@media (max-width: 575.98px) {
  .testimonials__title {
    font-size: 28px;
  }
}
.testimonials__subtitle {
  font-size: 16px;
  margin: 0 auto 30px;
  color: #dbeafe;
}
@media (max-width: 575.98px) {
  .testimonials__subtitle {
    font-size: 13px;
  }
}
.testimonials__carousel-wrapper {
  margin-top: -70px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
}
@media (max-width: 991.98px) {
  .testimonials__carousel-wrapper {
    margin-top: -50px;
  }
}
.testimonials__carousel {
  flex: 1 1 auto;
}
.testimonials__carousel .carousel {
  overflow: hidden;
}
.testimonials__control {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background-color: #e63b6f;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 1;
  text-decoration: none;
  flex: 0 0 auto;
}
.testimonials__control:hover {
  opacity: 0.9;
  color: #ffffff;
  text-decoration: none;
}
.testimonials__control-icon {
  font-size: 20px;
  line-height: 1;
}
.testimonials__control-icon .bi::before {
  vertical-align: middle;
}
.testimonials__dots {
  position: relative;
  margin-top: 20px;
  margin-bottom: 0;
  bottom: auto;
  left: auto;
  right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0;
}
.testimonials__dots li {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #e63b6f;
  margin: 0 4px;
  background-color: transparent;
  cursor: pointer;
  text-indent: -9999px;
  overflow: hidden;
  opacity: 1;
}
.testimonials__dots li.active, .testimonials__dots li:hover {
  background-color: #e63b6f;
}
.testimonials .offer__group {
  margin-bottom: 60px;
}
.testimonials .offer__group:last-child {
  margin-bottom: 0;
}
.testimonials .testimonial-block {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-bottom: 150px;
}
@media (max-width: 767px) {
  .testimonials .testimonial-block {
    flex-direction: column;
    row-gap: 20px;
    margin-bottom: 50px;
  }
}
.testimonials .testimonial-block .testi-item {
  max-width: 50%;
}
@media (max-width: 767px) {
  .testimonials .testimonial-block .testi-item {
    max-width: 100%;
  }
}
.testimonials {
  /* Show only ONE card per slide on tablet/mobile */
}
@media (max-width: 991.98px) {
  .testimonials .carousel-item .row > div:nth-child(n+2) {
    display: none;
  }
}

.testimonial-card {
  background: #fff;
  border-radius: 14px;
  padding: 32px 30px 26px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 20px;
  max-height: 200px;
}
@media (max-width: 575.98px) {
  .testimonial-card {
    padding: 24px 20px 20px;
    max-height: 100%;
  }
}
.testimonial-card__text {
  font-size: 15px;
  line-height: 1.55;
  color: #111827;
  margin-bottom: 20px;
}
.testimonial-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
@media (max-width: 575.98px) {
  .testimonial-card__footer {
    flex-direction: column;
    align-items: flex-start;
  }
}
.testimonial-card__user {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.testimonial-card__avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
}
@media (max-width: 991.98px) {
  .testimonial-card__avatar {
    width: 60px;
    height: 60px;
  }
}
.testimonial-card__role {
  font-size: 12px;
  font-weight: 700;
  color: #6b7280;
}
.testimonial-card__name {
  font-size: 20px;
  font-weight: 800;
  color: #111827;
}
.testimonial-card__quote {
  display: block;
  width: 54px;
  height: 54px;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}
@media (max-width: 575.98px) {
  .testimonial-card__quote {
    align-self: flex-end;
  }
}

.book-from-header {
  background-color: #ED2F7B;
  padding: 20px 0;
}
.book-from-header .nabvar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.book-from-header .nabvar .login-btn {
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  background-color: #004872;
  border-radius: 50px;
  padding: 8px 24px;
}
.book-from-header .nabvar .logo-title {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
}

.mt-20 {
  margin-top: 20px;
}

.b-form-main {
  background-color: #004872;
}

.book-form-head .b-title {
  color: #FFF;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-top: 40px;
  padding-bottom: 30px;
}
.book-form-head .b-desc {
  color: #BBD0EF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.book-a-form-block {
  padding-bottom: 100px;
}
.book-a-form-block .inner-book-form {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media (max-width: 991px) {
  .book-a-form-block .inner-book-form {
    flex-direction: column;
    row-gap: 20px;
  }
}
.book-a-form-block .inner-book-form .book-form-col {
  flex: 1;
}
.book-a-form-block .inner-book-form .book-form-col .book-form-title {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-bottom: 1px solid #2C5B97;
  margin-top: 15px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.book-a-form-block .inner-book-form .book-form-col .form-block .form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 25px;
       column-gap: 25px;
  row-gap: 20px;
}
@media (max-width: 600px) {
  .book-a-form-block .inner-book-form .book-form-col .form-block .form-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.book-a-form-block .inner-book-form .book-form-col .form-block .form-grid .form-group {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}
.book-a-form-block .inner-book-form .book-form-col .form-block .form-grid .form-group label {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.book-a-form-block .inner-book-form .book-form-col .form-block .form-grid .form-group .form-control {
  background-color: #FFF;
  border-radius: 6px;
  height: 42px;
  border: 0;
  padding: 0px 10px;
  font-size: 16px;
}
@media (min-width: 992px) and (max-width: 1100px) {
  .book-a-form-block .inner-book-form .book-form-col .form-block .form-grid .form-group .form-control {
    max-width: 220px;
  }
}
.book-a-form-block .inner-book-form .book-form-col .your-membership-block .m-title {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 50px;
  margin-bottom: 20px;
}
.book-a-form-block .inner-book-form .book-form-col .your-membership-block .outer-card-block {
  background-color: #0B2B62;
  border-radius: 30px;
  padding: 20px 30px 50px 30px;
}
.book-a-form-block .inner-book-form .book-form-col .your-membership-block .outer-card-block .outer-card-title {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-bottom: 1px solid #2C5B97;
  margin-top: 15px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.book-a-form-block .inner-book-form .book-form-col .your-membership-block .outer-card-block .box-sec .card-name {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.book-a-form-block .inner-book-form .book-form-col .your-membership-block .outer-card-block .box-sec .card-name span {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.book-a-form-block .inner-book-form .book-form-col .your-membership-block .outer-card-block .box-sec .card {
  background-color: #0D316A;
  border-radius: 30px;
  padding: 20px 30px;
  margin-top: 20px;
  border: 1px solid #284E88;
}
.book-a-form-block .inner-book-form .book-form-col .your-membership-block .outer-card-block .box-sec .card .card-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.book-a-form-block .inner-book-form .book-form-col .your-membership-block .outer-card-block .box-sec .card .card-list li {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.book-a-form-block .inner-book-form .book-form-col .your-membership-block .outer-card-block .box-sec .card .card-list li span {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.book-a-form-block .inner-book-form .book-form-col .tell-about-team {
  display: flex;
  flex-direction: column;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-top: 50px;
}
.book-a-form-block .inner-book-form .book-form-col .tell-about-team label {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
.book-a-form-block .inner-book-form .book-form-col .tell-about-team .form-textarea {
  padding: 15px;
  width: auto;
  height: 100px;
  background-color: #DDEAFB;
  border-radius: 12px;
}
.book-a-form-block .inner-book-form .enquiry-summary-col .office-summary-box {
  background-color: #D91F69;
  border-radius: 15px;
  padding: 20px;
}
.book-a-form-block .inner-book-form .enquiry-summary-col .office-summary-box .s-title {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.book-a-form-block .inner-book-form .enquiry-summary-col .office-summary-box .details-box .row-c {
  margin-bottom: 15px;
}
.book-a-form-block .inner-book-form .enquiry-summary-col .office-summary-box .details-box .row-c .th-label {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.book-a-form-block .inner-book-form .enquiry-summary-col .office-summary-box .details-box .row-c .th-value {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.book-a-form-block .inner-book-form .enquiry-summary-col .office-summary-box .details-box .pre-date {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
.book-a-form-block .inner-book-form .enquiry-summary-col .office-summary-box .discount-code-box label {
  color: #FFF;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.book-a-form-block .inner-book-form .enquiry-summary-col .office-summary-box .discount-code-box .input-field {
  position: relative;
}
.book-a-form-block .inner-book-form .enquiry-summary-col .office-summary-box .discount-code-box .input-field .form-control {
  background-color: #FFF;
  border-radius: 6px;
  height: 30px;
  border: 0;
  padding: 0px 10px;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 90%;
}
@media (max-width: 767px) {
  .book-a-form-block .inner-book-form .enquiry-summary-col .office-summary-box .discount-code-box .input-field .form-control {
    width: 97%;
  }
}
.book-a-form-block .inner-book-form .enquiry-summary-col .office-summary-box .discount-code-box .input-field .btn-sub {
  background-color: #004872;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: absolute;
  right: 7px;
  top: 2px;
}
@media (max-width: 991px) {
  .book-a-form-block .inner-book-form .enquiry-summary-col .office-summary-box .discount-code-box .input-field .btn-sub {
    right: 55px;
    top: 2px;
  }
}
@media (max-width: 767px) {
  .book-a-form-block .inner-book-form .enquiry-summary-col .office-summary-box .discount-code-box .input-field .btn-sub {
    right: 0;
  }
}
.book-a-form-block .inner-book-form .enquiry-summary-col .office-summary-box .price-total .list-price {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.book-a-form-block .inner-book-form .enquiry-summary-col .office-summary-box .price-total .list-price li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.book-a-form-block .inner-book-form .enquiry-summary-col .office-summary-box .price-total .list-price li .th-name {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.book-a-form-block .inner-book-form .enquiry-summary-col .office-summary-box .price-total .list-price li .th-name span {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.book-a-form-block .inner-book-form .enquiry-summary-col .office-summary-box .price-total .list-price li .th-value {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.book-a-form-block .inner-book-form .enquiry-summary-col .office-summary-box .summary-btns {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-top: 20px;
  align-items: center;
}
.book-a-form-block .inner-book-form .enquiry-summary-col .office-summary-box .summary-btns .req-btn {
  background-color: #004872;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 10px 15px;
  border-radius: 12px;
  max-width: 206px;
  width: 100%;
}
.book-a-form-block .inner-book-form .enquiry-summary-col .office-summary-box .summary-btns .cart-btn {
  background-color: rgba(18, 63, 130, 0.4196078431);
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 10px 15px;
  border-radius: 12px;
  max-width: 206px;
  width: 100%;
}

.room-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 25px;
}
@media (max-width: 767px) {
  .room-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .room-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.room-grid .room-card {
  position: relative;
  max-width: 220px;
  max-height: 220px;
}
.room-grid .room-card .name-box {
  position: absolute;
  top: 14px;
  left: 20px;
  max-width: 180px;
}
.room-grid .room-card .name-box .img-name {
  color: #FFF;
  text-align: center;
  text-shadow: 0 0 4px #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.room-grid .room-card .bottom-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  bottom: 46px;
  padding: 0 12px;
  max-width: 195px;
}
.room-grid .room-card .bottom-text .count {
  color: #FFF;
  text-align: center;
  text-shadow: 0 0 4px #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.outer-card-b {
  background-color: #0A2D63;
  border-radius: 15px;
  padding: 20px;
  border: 1px solid #365D98;
}
.outer-card-b .m-title {
  border-bottom: 1px solid #365D98;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  margin-top: 0 !important;
}
.outer-card-b .box .name {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.outer-card-b .box .setup-text {
  font-size: 16px !important;
}
.outer-card-b .room-setup-grid .setup-box {
  padding: 15px 19px;
  height: auto;
  display: flex;
  align-items: flex-start;
  border-radius: 12px;
}

.room-setup-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  -moz-column-gap: 14px;
       column-gap: 14px;
}
@media (max-width: 600px) {
  .room-setup-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.room-setup-grid .setup-box {
  border: 1px solid #2A5C9D;
  background-color: #123F82;
  gap: 16px;
  height: 56px;
  padding: 0 19px;
  display: flex;
  align-items: center;
  border-radius: 12px;
}
.room-setup-grid .setup-box .setup-text {
  color: #FFF;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}/*# sourceMappingURL=style.css.map */