.elementor-1182 .elementor-element.elementor-element-a7805c9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-c385204 */#backToTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: #c9b580;
    color: #fff;
    text-decoration: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    box-shadow: 0 3px 10px rgba(0,0,0,.2);
}

#backToTop.show {
    opacity: 1;
    visibility: visible;
}

#backToTop:hover {
    background: #b8a36d;
    color: #fff;
}

@media (min-width: 768px) {
    #backToTop {
        display: none;
    }
}

html {
    scroll-behavior: smooth;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a5cbb19 */@media (max-width: 767px) {
.bt-footer-logos {
	display: grid;
	grid-template-columns: repeat(3, 1fr)!important;
	gap: 14px;
	max-width: 280px;
}
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-a7805c9 *//* ACCREDITATION LOGOS */
.bt-footer-logos {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  max-width: 280px;
}

.bt-footer-logo {
  background: #eee;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px;
  padding: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  transition: 0.2s ease;
  width: 105px;
}

.bt-footer-logo:hover {
  border-color: rgba(185,151,91,0.4);
  background: #ccc;
}

.bt-footer-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: none;
  opacity: 0.9;
}

.bt-footer {
  background: #0f0f0f;
  color: #cccccc;
  font-size: 15px;
}

/* WRAPPER */
.bt-footer-wrap {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

/* GRID */
.bt-footer-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  padding: 60px 0;
}

/* HEADINGS */
.bt-footer h3 {
  font-family: Georgia, serif;
  color: #ffffff;
  font-size: 22px;
  margin-bottom: 15px;
}

.bt-footer h4 {
  color: #c9b580;
  font-size: 24px;
  margin-bottom: 14px;
  font-family: "Georgia", Sans-serif;
}

/* TEXT */
.bt-footer p {
  line-height: 1.7;
  color: #b8b8b8;
}

/* LINKS */
.bt-footer a {
  color: #cfcfcf;
  text-decoration: none;
  transition: 0.2s ease;
  font-size: 12pt;
}

.bt-footer a:hover {
  color: #b9975b;
}

/* LISTS */
.bt-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bt-footer li {
  margin-bottom: 5px;
}

/* BOTTOM BAR */
.bt-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 18px 0;
}

.bt-footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bt-footer-bottom p {
  margin: 0;
  font-size: 13px;
  color: #888;
}

.bt-footer-bottom-links {
  display: flex;
  gap: 18px;
}

.bt-footer-bottom-links a {
  font-size: 13px;
  color: #888;
}

.bt-footer-bottom-links a:hover {
  color: #b9975b;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .bt-footer-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .bt-footer-wrap {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 40px 0;
  }

  .bt-footer-bottom-inner {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}/* End custom CSS *//* End custom CSS */