.elementor-2779 .elementor-element.elementor-element-be49003{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--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;}.elementor-2779 .elementor-element.elementor-element-0fe0b8f{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-0fe0b8f */.ph-kenya-megamenu {
  width: 100%;
  background: #f8f6f1;
  padding: 22px 28px 14px;
  box-sizing: border-box;
  border-top: 1px solid rgba(201, 161, 38, 0.18);
}

.ph-km-inner {
  max-width: 1280px;
  margin: 0 auto;
}

.ph-km-top {
  display: grid;
  grid-template-columns: 1.15fr 1.55fr 0.9fr 0.9fr;
  gap: 28px;
  align-items: start;
}

.ph-km-col h3 {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  color: #1f1f1f;
  font-family: "Cormorant Garamond", serif;
}

.ph-km-intro p {
  margin: 12px 0 0;
  font-size: 13px;
  line-height: 1.6;
  color: #5f5a4f;
  font-family: "Jost", sans-serif;
}

.ph-km-image-card {
  width: 100%;
  height: 170px !important;
  min-height: 170px !important;
  max-height: 170px !important;
  overflow: hidden !important;
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.10);
}

.ph-km-image-card img {
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  max-height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
  border-radius: 8px;
}

.ph-km-park-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 14px;
}

.ph-km-park-item {
  display: grid;
  grid-template-columns: 68px 1fr;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.ph-km-park-item img {
  width: 68px;
  height: 54px;
  object-fit: cover;
  border-radius: 6px;
  display: block;
  box-shadow: 0 4px 12px rgba(0,0,0,0.10);
}

.ph-km-park-item span {
  font-size: 14px;
  line-height: 1.35;
  color: #2a241c;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  transition: color 0.25s ease;
}

.ph-km-park-item:hover span {
  color: #c89b2b;
}

.ph-km-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ph-km-links li {
  margin: 0 0 10px;
}

.ph-km-links a {
  text-decoration: none;
  color: #2a241c;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  transition: color 0.25s ease, padding-left 0.25s ease;
}

.ph-km-links a:hover {
  color: #c89b2b;
  padding-left: 4px;
}

.ph-km-bottom {
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid rgba(42, 36, 28, 0.10);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}

.ph-km-bottom-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Jost", sans-serif;
  font-size: 13px;
  color: #6a6257;
}

.ph-km-bottom-item a {
  color: #b8860b;
  font-weight: 600;
  text-decoration: none;
}

.ph-km-bottom-item a:hover {
  text-decoration: underline;
}

@media (max-width: 1199px) {
  .ph-km-top {
    grid-template-columns: 1fr 1.2fr 1fr 1fr;
    gap: 22px;
  }

  .ph-km-park-item {
    grid-template-columns: 60px 1fr;
  }

  .ph-km-park-item img {
    width: 60px;
    height: 48px;
  }
}

@media (max-width: 991px) {
  .ph-km-top {
    grid-template-columns: 1fr 1fr;
  }

  .ph-km-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .ph-kenya-megamenu {
    padding: 18px 16px 12px;
  }

  .ph-km-top {
    grid-template-columns: 1fr;
  }

  .ph-km-park-grid {
    grid-template-columns: 1fr;
  }

  .ph-km-image-card img {
    height: 130px;
  }
}/* End custom CSS */