.elementor-22224 .elementor-element.elementor-element-00bd357{--display:flex;}.elementor-22224 .elementor-element.elementor-element-a54d17c{--display:flex;--margin-top:-53px;--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-38fe3ac */.em-top-hero {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  background-image: url('https://www.nomadbeachbar.com/wp-content/uploads/2018/05/nomad-beach-bar-kenya-1600x900-1.jpg');
  background-size: cover;
  background-position: center 30%;
  background-repeat: no-repeat;
  padding: 80px 24px;
}

.em-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(6, 43, 48, 0.8) 0%, rgba(12, 74, 80, 0.75) 100%);
}

.em-container {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}

.em-hero-content {
  max-width: 620px;
}

.em-hero-title {
  font-size: clamp(2.8rem, 6vw, 5.2rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0 0 24px 0;
  font-weight: 800;
}

.em-white {
  color: #ffffff;
}

.em-hero-title .em-accent {
  color: #ffd966;
  border-bottom: 3px solid #ffaa33;
  display: inline-block;
}

.em-hero-description {
  color: rgba(255, 255, 255, 0.95);
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 768px) {
  .em-top-hero {
    min-height: auto;
    text-align: center;
    background-position: center;
  }
  
  .em-hero-content {
    max-width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1c22a01 */:root {
  --em-deep: #062b30;
  --em-deep-2: #0c4a50;
  --em-teal: #117a7a;
  --em-ink: #111111;
  --em-body: #1f2937;
  --em-muted: #374151;
  --em-white: #ffffff;
  --em-line: rgba(8, 44, 48, 0.12);
  --em-shadow: 0 18px 45px rgba(7, 32, 35, 0.08);
  --em-max: 1180px;
}

.em-listing-page,
.em-listing-page * {
  box-sizing: border-box;
}

.em-listing-page {
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: linear-gradient(180deg, #f7f2e9 0%, #faf8f4 20%, #ffffff 100%);
  color: var(--em-ink);
  line-height: 1.6;
  padding: 42px 0 60px;
}

.em-shell {
  width: min(var(--em-max), calc(100% - 32px));
  margin: 0 auto;
}

.em-listing-grid {
  display: grid;
  grid-template-columns: 1.65fr 0.85fr;
  gap: 30px;
  align-items: start;
}

.em-form-container {
  background: var(--em-white);
  border-radius: 28px;
  border: 1px solid var(--em-line);
  padding: 34px;
  box-shadow: var(--em-shadow);
}

.em-form-header {
  margin-bottom: 30px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--em-line);
}

.em-form-header h2 {
  font-size: 1.95rem;
  font-weight: 700;
  color: #111111;
  letter-spacing: -0.03em;
  margin: 0 0 10px;
  line-height: 1.08;
}

.em-form-header p {
  color: #1f2937;
  margin: 0;
  font-size: 17px;
  line-height: 1.8;
  max-width: 760px;
}

.em-sidebar {
  display: grid;
  gap: 22px;
  position: sticky;
  top: 24px;
  align-self: start;
}

.em-info-panel {
  background: var(--em-white);
  border: 1px solid var(--em-line);
  border-radius: 24px;
  padding: 28px 26px;
  box-shadow: 0 10px 22px rgba(8, 30, 33, 0.04);
}

.em-info-panel h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #111111;
  margin: 0 0 14px;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.em-info-panel p {
  margin: 0;
  color: #1f2937;
  font-size: 17px;
  line-height: 1.8;
}

.em-info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.em-info-list li {
  padding: 14px 0;
  border-bottom: 1px solid var(--em-line);
}

.em-info-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.em-info-list li:first-child {
  padding-top: 0;
}

.em-info-text strong {
  display: block;
  color: #111111;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1.45;
}

.em-info-text span {
  display: block;
  font-size: 15.5px;
  color: #1f2937;
  line-height: 1.7;
}

.em-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 999px;
  padding: 0 24px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid rgba(8, 44, 48, 0.14);
  color: #111111;
  margin-top: 16px;
  transition: 0.2s ease;
}

.em-btn-secondary:hover {
  background: #f7fbfb;
  border-color: rgba(8, 44, 48, 0.2);
}

.em-form-container .wpcf7-form p {
  margin: 0 0 18px;
}

.em-form-container .wpcf7-form label {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #111111;
}

.em-form-container .wpcf7-form input,
.em-form-container .wpcf7-form select,
.em-form-container .wpcf7-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--em-line);
  border-radius: 16px;
  background: #fafaf8;
  font-size: 16px;
  line-height: 1.5;
  color: #111111;
  transition: 0.2s ease;
}

.em-form-container .wpcf7-form input::placeholder,
.em-form-container .wpcf7-form textarea::placeholder {
  color: #4b5563;
  opacity: 1;
}

.em-form-container .wpcf7-form input:focus,
.em-form-container .wpcf7-form select:focus,
.em-form-container .wpcf7-form textarea:focus {
  border-color: var(--em-teal);
  outline: none;
  background: var(--em-white);
  box-shadow: 0 0 0 4px rgba(17, 122, 122, 0.08);
}

.em-form-container .wpcf7-form textarea {
  min-height: 150px;
  resize: vertical;
}

.em-form-container .wpcf7-form input[type="file"] {
  padding: 14px;
  border: 1px dashed rgba(8, 44, 48, 0.18);
  background: #fcfcfa;
}

.em-form-container .wpcf7-form input[type="submit"] {
  background: var(--em-teal);
  color: white;
  font-weight: 700;
  font-size: 16px;
  padding: 16px 30px;
  border: none;
  border-radius: 40px;
  width: auto;
  min-width: 220px;
  min-height: 52px;
  cursor: pointer;
  transition: 0.2s ease;
}

.em-form-container .wpcf7-form input[type="submit"]:hover {
  background: #0a5c5c;
}

.em-form-container .wpcf7-list-item {
  display: inline-flex;
  align-items: center;
  margin-right: 18px;
}

.em-form-container .wpcf7-list-item input[type="checkbox"],
.em-form-container .wpcf7-list-item input[type="radio"] {
  width: auto;
  margin-right: 8px;
}

.em-form-container .wpcf7-list-item-label {
  margin-left: 0;
  font-size: 15px;
  color: #111111;
  line-height: 1.5;
}

.em-form-container .wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 14px;
  color: #b91c1c;
  line-height: 1.5;
}

.em-form-container .wpcf7-response-output {
  margin: 22px 0 0;
  padding: 14px 16px;
  border-radius: 14px;
  font-size: 15px;
  line-height: 1.6;
}

@media (max-width: 940px) {
  .em-listing-grid {
    grid-template-columns: 1fr;
  }

  .em-sidebar {
    position: static;
  }

  .em-form-header h2 {
    font-size: 1.7rem;
  }

  .em-form-header p,
  .em-info-panel p,
  .em-info-text span {
    font-size: 16px;
  }

  .em-form-container {
    padding: 22px;
  }

  .em-info-panel {
    padding: 22px 20px;
  }
}/* End custom CSS */