.logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
}
.logo a img {
  height: 52px;
}
.logo .text-container {
  font-size: 24px;
  font-weight: 900;
  color: #003d4d;
  text-transform: uppercase;
  line-height: 24px;
  margin-top: auto;
}

.mobile-logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
}
.mobile-logo a img {
  height: 34px;
}
.mobile-logo .text-container {
  font-size: 16px;
  font-weight: 900;
  color: #003d4d;
  text-transform: uppercase;
  line-height: 16px;
  margin-top: auto;
}

brand {
  color: var(--brand-primary);
}

.brand-thumb img {
  width: 160px !important;
}

.section-gap {
  padding-top: 2rem !important;
}

.accordion-header button {
  font-weight: 600;
  color: #003d4d;
}

.accordion-button:not(.collapsed) {
  background-color: var(--brand-primary);
  color: #fff;
}

.accordion-item:first-of-type {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.accordion-button:not(.collapsed)::after {
  filter: brightness(5);
}

.sidebar-group .sidebar-widget {
  background-color: #d4f1ff !important;
}

.sidebar-group .contact-info h2 {
  color: black !important;
}

.sidebar-group ul.list-style-one li {
  color: black !important;
}

.bi-x-lg::before {
  filter: brightness(0);
}

.brand-area::before {
  display: none !important;
}

.choose-us-left {
  margin-block: auto !important;
  padding-top: 41px;
}

.image-layer {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.hero {
  position: relative;
  font-family: "Jost", sans-serif;
}
.hero h4 {
  font-size: 18px;
  font-weight: 400;
  color: white;
}
.hero .heading {
  margin-block: 1rem;
}
.hero .heading h1 {
  color: white;
  font-size: 28px;
}
.hero p {
  color: #dddddd;
}

.sidebar-widget-menu ul li a {
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none !important;
  letter-spacing: 3px;
}

.brand-info {
  padding-top: 18px;
  margin-block: auto;
}

.brand-name {
  font-weight: 600;
  font-size: 26px;
  line-height: 1;
  color: black;
}

.brand-text {
  color: #999999;
  font-size: 0.857rem;
  font-weight: 300;
  margin-top: -0.3rem;
  padding-left: 8px;
}

.sidebar-logo img {
  mix-blend-mode: multiply;
}

.mobile-logo .brand-name {
  font-size: 17px;
}
.mobile-logo .brand-text {
  padding-left: 0;
}

#promo {
  position: fixed;
  width: 100%;
  padding-block: 1rem;
  box-shadow: var(--elevated);
  background: linear-gradient(180deg, #003d4d 0%, #003d4d 100%);
  bottom: 0;
  transform: translateY(var(--height));
  transition: transform 0.5s ease-in-out;
  z-index: 9999;
}
#promo.opened {
  transform: translateY(0);
}
#promo.closed {
  transform: translateY(var(--height));
}
#promo #crossBtn {
  position: absolute;
  top: -41px;
  width: 52px;
  right: 0;
  cursor: pointer;
  padding: 8px 1rem;
  padding-left: 1.4rem;
  background-color: #003d4d;
  color: white;
  outline: none;
  border: none;
  box-shadow: none;
  -webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
}
#promo h5 {
  color: white !important;
}
#promo p {
  color: #cccccc;
}

#propertyServiceFAQ {
  transition: all 1s ease;
}
#propertyServiceFAQ .accordion-item {
  max-height: 300px;
  transition: all 1s ease-out;
}
#propertyServiceFAQ .accordion-item.hide_ {
  max-height: 0px;
  opacity: 0;
}

.img-container::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  background-color: #cee002;
  border-radius: 10px;
  z-index: -1;
}

a[data-read-more-toggle] {
  color: #3b79c0;
  white-space: nowrap;
  text-decoration: underline;
}

.choose-icon-thumb img {
  vertical-align: unset !important;
}

.choose-us-box {
  display: flex;
  align-items: center;
  justify-self: flex-start;
}

.callToAction {
  background-color: #cee002;
  padding: 10px 12px;
  border-radius: 0;
  color: #003d4d;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none !important;
  transition: all 0.3s ease-in-out;
}
.callToAction:hover {
  background-color: white;
  color: #003d4d;
}/*# sourceMappingURL=custom.css.map */