/*
Theme Name: TDI Challenge
Theme URI: https://tdichallenge.co.uk
Author: Adfield
Author URI: https://adfield.co.uk
Description: Theme for TDI Challenge
Version: 1.0
*/
body {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight); }

.gform-theme .button {
  background: var(--e-global-color-primary) !important;
  color: #ffffff !important;
  border: none;
  border-radius: 1rem !important;
  text-transform: uppercase;
  font-size: 1.2rem !important;
  padding: 1rem 1.5rem !important; }

.elementor-widget-image-carousel .swiper-pagination {
  bottom: -1.5rem !important; }

.elementor-widget-n-tabs .e-n-tab-title {
  display: flex !important;
  justify-content: space-between !important;
  border-radius: 1rem !important; }
  .elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon {
    order: 2 !important; }

.rme-map {
  position: relative;
  width: 100%;
  min-height: 700px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: visible; }

.rme-marker {
  position: absolute;
  transform: none;
  z-index: 2;
  pointer-events: none; }

.rme-marker.is-hidden {
  display: none; }

.rme-marker.is-active {
  z-index: 4; }

.rme-marker-button {
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  transition: transform 0.15s ease;
  pointer-events: auto; }

.rme-marker-button img {
  width: 34px;
  height: auto;
  display: block; }

.rme-marker-button:hover {
  transform: scale(1.06); }

.rme-marker-dot {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #1f2937;
  display: block;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25); }

.rme-popup-host {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  width: min(380px, 85vw); }

.rme-popup {
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: auto;
  background: #ffffff;
  border-radius: 1rem;
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.18);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  overflow: hidden; }

.rme-popup-host .rme-popup {
  position: relative;
  left: auto;
  top: auto;
  width: 100%; }

.rme-popup-host[aria-hidden="true"] {
  opacity: 0;
  pointer-events: none; }

.rme-popup[aria-hidden="false"] {
  opacity: 1;
  visibility: visible;
  pointer-events: auto; }

.rme-popup-close {
  position: absolute;
  top: 0.6rem;
  right: 0.6rem;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 0;
  background: #e2e8f0;
  color: #0f172a;
  font-weight: 700;
  cursor: pointer; }

.rme-popup-image img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 1rem; }

.rme-popup-body {
  padding: 3rem; }

.rme-popup-title {
  margin: 0 0 0.75rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: #0f172a; }

.rme-popup-content {
  font-size: 0.95rem;
  color: #334155; }

.rme-popup-meta {
  margin-top: 1rem;
  border-top: 1px solid #e2e8f0;
  padding-top: 0.75rem;
  display: grid;
  gap: 0.5rem;
  font-size: 0.9rem; }

.rme-popup-row {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 0.5rem; }

.rme-popup-label {
  font-weight: 600;
  color: #0f172a; }

.rme-popup-value {
  color: #334155; }

.rme-popup-social {
  margin-top: 1rem;
  display: flex;
  gap: 0.5rem; }

.rme-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #84cc16;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase; }

.rme-empty {
  padding: 2rem;
  color: #64748b;
  font-size: 0.95rem; }

.rel-tabs-accordion .nav-pills .nav-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: .5rem;
  text-align: left;
  color: inherit;
  background: #E2E5E9;
  padding: 1rem;
  font-weight: bold; }
  .rel-tabs-accordion .nav-pills .nav-link.active {
    background: var(--e-global-color-secondary);
    color: #ffffff; }

.accordion .accordion-item {
  margin-bottom: 0.5rem;
  border: none; }
  .accordion .accordion-item .accordion-header .accordion-button {
    background: #E2E5E9;
    border-radius: 0.75rem !important;
    font-weight: bold;
    color: var(--e-global-color-secondary); }
  .accordion .accordion-item .accordion-collapse {
    background: #E2E5E9;
    margin-top: 0.5rem;
    border-radius: 0.75rem; }

.rel-tabs-accordion .nav-pills .nav-link {
  border-radius: 0.75rem; }

.rel-acc-right {
  border-left: 1px solid var(--e-global-color-secondary);
  padding-left: 1.5rem; }

@media (max-width: 991.98px) {
  .rel-acc-right {
    border-left: 0;
    border-top: 1px solid var(--e-global-color-secondary);
    padding-left: 0;
    padding-top: 1rem; } }

/*# sourceMappingURL=style.css.map */
