/* ==========================================================================
   Kesel — Keil Services Ltd (KeSeL)
   Brand overrides. Loaded after style.css; keep all brand tokens here.
   Logo palette: green #6B8B59, ink #231D1F. Deep green #2D4C19 is primary.
   ========================================================================== */

:root {
  --color-primary: #2D4C19;
  --color-primary-btn: #2D4C19;
  --color-primary-2: #6B8B59;
  --color-secondary: #FFD000;
  --color-secondary-2: #6B8B59;
  --color-heading-1: #2D4C19;
  --color-border: #CFDFC4;
  --color-bg-1: #E6F5DC;
  --color-bg-2: #CFE4BC;
  --color-bg-5: #F3F8EE;
  --color-home-bg: #F7FBF4;
  --color-hiking-bg: #F7FBF4;
  --color-yacht-bg: #F7FBF4;
  --footer-bg: linear-gradient(257deg, #E6F5DC 1.73%, rgba(107, 139, 89, 0.08) 98.79%);

  /* Kesel-specific */
  --kesel-green: #6B8B59;
  --kesel-green-deep: #2D4C19;
  --kesel-ink: #231D1F;
}

/* The template scopes the green palette to .travel-africa; we run it site-wide,
   so neutralise the per-demo overrides that would reintroduce the orange theme. */
.home-bg,
.with-sidebar,
.travel-africa {
  --color-primary: #2D4C19;
  --color-heading-1: #2D4C19;
  --color-border: #CFDFC4;
  --color-bg-1: #E6F5DC;
}

/* --------------------------------------------------------------------------
   Logo
   -------------------------------------------------------------------------- */
.logo-area .logo img,
.header-style-one-wrapper .logo img {
  height: 46px;
  width: auto;
  max-width: none;
}

.mobile-menu .logo img,
.side-bar .logo img {
  height: 44px;
  width: auto;
}

.single-footer-widget-one.logo-area .logo img {
  height: 78px;
  width: auto;
}

/* The template already swaps .light (white lockup) for .dark (full colour) when
   the header goes sticky. Every page here opens on a dark hero, so that holds
   site-wide; we only restyle the sticky bar itself. */
.header--sticky.sticky {
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 7px 18px rgba(45, 76, 25, 0.08);
}

.header-style-one-wrapper .logo-area .logo {
  min-width: 0;
}

/* --------------------------------------------------------------------------
   Services grid (Kesel core services)
   -------------------------------------------------------------------------- */
.kesel-service-card {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: 16px;
  padding: 40px 32px;
  height: 100%;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.kesel-service-card::after {
  content: "";
  position: absolute;
  inset: auto auto 0 0;
  height: 4px;
  width: 0;
  background: var(--color-primary);
  transition: var(--transition);
}

.kesel-service-card:hover {
  box-shadow: 0 18px 40px rgba(45, 76, 25, 0.12);
  transform: translateY(-6px);
  border-color: transparent;
}

.kesel-service-card:hover::after { width: 100%; }

.kesel-service-card .icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--color-bg-1);
  color: var(--color-primary);
  font-size: 26px;
  margin-bottom: 26px;
  transition: var(--transition);
}

.kesel-service-card:hover .icon {
  background: var(--color-primary);
  color: var(--color-white);
}

.kesel-service-card .title {
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 12px;
  color: var(--color-title);
}

.kesel-service-card .title a { color: inherit; }
.kesel-service-card .title a:hover { color: var(--color-primary); }

.kesel-service-card p {
  margin-bottom: 20px;
  color: var(--color-body-1);
}

.kesel-service-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 4px;
}

.kesel-service-card ul li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 10px;
  color: var(--color-body-1);
  font-size: 15px;
  line-height: 1.6;
}

.kesel-service-card ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 1px;
  color: var(--color-primary);
  font-size: 13px;
}

/* Anchor targets clear the sticky header */
.kesel-anchor { scroll-margin-top: 120px; }

/* --------------------------------------------------------------------------
   Contact / footer details
   -------------------------------------------------------------------------- */
.kesel-phone-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.kesel-phone-list li { margin-bottom: 4px; }

.kesel-phone-list a {
  color: inherit;
  font-weight: 500;
}

.kesel-phone-list a:hover { color: var(--color-primary); }

/* WhatsApp quick-contact button */
.kesel-whatsapp {
  position: fixed;
  right: 24px;
  bottom: 104px;
  z-index: 99;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #25D366;
  color: #fff;
  font-size: 24px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
  transition: var(--transition);
}

.kesel-whatsapp:hover {
  color: #fff;
  transform: scale(1.08);
}

@media only screen and (max-width: 767px) {
  .kesel-whatsapp {
    right: 16px;
    bottom: 88px;
    width: 46px;
    height: 46px;
    font-size: 21px;
  }

  .kesel-service-card { padding: 32px 24px; }
}

/* --------------------------------------------------------------------------
   Hero contact + centred section buttons
   -------------------------------------------------------------------------- */
.kesel-hero-contact p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 15px;
  margin: 0 0 4px;
  line-height: 1.2;
}

.kesel-hero-contact a {
  color: var(--color-white) !important;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
}

.kesel-hero-contact a:hover { color: var(--color-secondary); }

.kesel-center-btn {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* Contact form feedback */
.kesel-form-status {
  margin-top: 16px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--color-body-1);
}

.kesel-form-status.is-ok { color: var(--color-primary); font-weight: 500; }
.kesel-form-status.is-error { color: #C0392B; }
.kesel-form-status a { color: inherit; text-decoration: underline; }

/* --------------------------------------------------------------------------
   Uniform card media
   The stock demo images all shared one aspect ratio; ours are real photos of
   different shapes, so crop them to a consistent frame instead.
   -------------------------------------------------------------------------- */
.destination-wrapper-4 .image-area,
.destination-wrapper-4 .image-area a,
.activity-wrapper2 .image-area,
.activity-wrapper2 .image-area a,
.package-wrapper3 .image-area,
.package-wrapper3 .image-area a,
.destination-wrapper-3 .image-area,
.destination-wrapper-3 .image-area a,
.blog-wrapper2 .image-area,
.blog-wrapper2 .image-area a {
  display: block;
  overflow: hidden;
  width: 100%;
}

.destination-wrapper-4 .image-area img,
.activity-wrapper2 .image-area img,
.package-wrapper3 .image-area img,
.destination-wrapper-3 .image-area img,
.blog-wrapper2 .image-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.destination-wrapper-4 .image-area,
.destination-wrapper-4 .image-area a { height: 440px; }
.activity-wrapper2 .image-area,
.activity-wrapper2 .image-area a { height: 250px; }
.package-wrapper3 .image-area,
.package-wrapper3 .image-area a { height: 270px; }
.blog-wrapper2 .image-area,
.blog-wrapper2 .image-area a { height: 380px; }
.blog-wrapper2.list-style .image-area,
.blog-wrapper2.list-style .image-area a { height: 110px; width: 150px; flex: 0 0 150px; }

@media only screen and (max-width: 991px) {
  .destination-wrapper-4 .image-area,
  .destination-wrapper-4 .image-area a { height: 320px; }
  .blog-wrapper2 .image-area,
  .blog-wrapper2 .image-area a { height: 280px; }
}

@media only screen and (max-width: 575px) {
  .destination-wrapper-4 .image-area,
  .destination-wrapper-4 .image-area a { height: 260px; }
  .activity-wrapper2 .image-area,
  .activity-wrapper2 .image-area a { height: 200px; }
}

/* --------------------------------------------------------------------------
   Typography corrections
   The template capitalises Every Word Of Body Copy, which reads badly in real
   sentences. Headings keep their casing; paragraphs get normal sentence case.
   -------------------------------------------------------------------------- */
p.desc,
.kesel-service-card p,
.kesel-service-card ul li,
.package-wrapper3 .content .desc,
.blog-wrapper2 .content-area p,
.single-footer-widget-one .desc,
.copyright-area-start p {
  text-transform: none;
}

/* Long park names overflowed the narrow destination cards */
.col-lg-3 .destination-wrapper-4 .title,
.col-lg-4 .destination-wrapper-4 .title {
  font-size: 24px;
  line-height: 1.2;
  word-break: break-word;
}

@media only screen and (max-width: 1199px) {
  .col-lg-3 .destination-wrapper-4 .title { font-size: 20px; }
}

/* Outline buttons sitting on the dark CTA photograph need light ink */
.rts-cta-area .rts-btn.btn-border {
  color: var(--color-white);
  border-color: rgba(255, 255, 255, 0.55);
}

.rts-cta-area .rts-btn.btn-border:hover {
  background: var(--color-white);
  border-color: var(--color-white);
  color: var(--color-primary);
}

/* CTA band: the replacement uses two buttons where the template had store badges */
.cta-section-inner .button-area {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.cta-section-inner .rts-btn.btn-border {
  color: var(--color-white);
  border-color: rgba(255, 255, 255, 0.55);
}

.cta-section-inner .rts-btn.btn-border:hover {
  background: var(--color-white);
  border-color: var(--color-white);
  color: var(--color-primary);
}

/* --------------------------------------------------------------------------
   Services page — alternating detail rows
   -------------------------------------------------------------------------- */
.kesel-service-row { margin-bottom: 90px; }
.kesel-service-row:last-child { margin-bottom: 0; }

.kesel-service-media {
  height: 420px;
}

.kesel-service-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.kesel-service-detail .icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--color-bg-1);
  color: var(--color-primary);
  font-size: 26px;
  margin-bottom: 24px;
}

.kesel-service-detail .title {
  font-size: 34px;
  line-height: 1.2;
  margin-bottom: 16px;
  color: var(--color-title);
}

.kesel-service-detail p {
  color: var(--color-body-1);
  margin-bottom: 24px;
  text-transform: none;
}

.kesel-service-detail ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.kesel-service-detail ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  color: var(--color-body-1);
  text-transform: none;
}

.kesel-service-detail ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 2px;
  color: var(--color-primary);
  font-size: 14px;
}

.kesel-service-detail .button-area {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

@media only screen and (max-width: 991px) {
  .kesel-service-row { margin-bottom: 60px; }
  .kesel-service-media { height: 300px; }
  .kesel-service-detail .title { font-size: 28px; }
}

/* Checklists read as body copy, not sub-headings */
.kesel-service-detail ul li,
.kesel-service-card ul li {
  font-weight: 400;
}

/* The template styles every <li> as a heading; our checklists are body copy */
.kesel-service-detail ul li,
.kesel-service-card ul li {
  font-family: var(--font-four);
  font-weight: 400;
  font-size: 16px;
  color: var(--color-body-1);
}

/* --------------------------------------------------------------------------
   Tour listing cards — equal height, cropped media
   -------------------------------------------------------------------------- */
.tour-wrapper .image-area,
.tour-wrapper .image-area a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 260px;
}

.tour-wrapper .image-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.rts-tour-area .row > [class*="col-"] {
  display: flex;
}

.tour-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.tour-wrapper .content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.tour-wrapper .content .desc {
  text-transform: none;
  flex: 1 1 auto;
}

.tour-wrapper .button-area { margin-top: auto; }

/* The quote strip button was wrapping onto two lines */
.advance__search__section .button-area .rts-btn {
  white-space: nowrap;
}

/* --------------------------------------------------------------------------
   Worldwide destination tiles (destinations page)
   -------------------------------------------------------------------------- */
.kesel-world-tile {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--color-border);
  background: var(--color-white);
  height: 100%;
  transition: var(--transition);
}

.kesel-world-tile:hover {
  box-shadow: 0 18px 40px rgba(45, 76, 25, 0.12);
  transform: translateY(-6px);
}

.kesel-world-tile .image-area,
.kesel-world-tile .image-area a {
  display: block;
  height: 220px;
  overflow: hidden;
  border-radius: 0;
}

.kesel-world-tile .image-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
}

.kesel-world-tile .content { padding: 22px 24px 26px; }

.kesel-world-tile .content .title {
  font-size: 20px;
  margin: 0 0 6px;
  color: var(--color-title);
}

.kesel-world-tile .content .title a:hover { color: var(--color-primary); }

.kesel-world-tile .content .desc {
  text-transform: none;
  font-size: 15px;
  color: var(--color-body-1);
  margin: 0;
}

/* --------------------------------------------------------------------------
   Contact form
   -------------------------------------------------------------------------- */
.kesel-select {
  width: 100%;
  height: 56px;
  padding: 0 18px;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: var(--color-white);
  color: var(--color-title);
  font-family: var(--font-four);
  font-size: 16px;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 0L6 7.5L0 0H12Z' fill='%232D4C19'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
}

.kesel-select:focus {
  outline: none;
  border-color: var(--color-primary);
}

/* Honeypot — hidden from people, visible to bots */
.kesel-hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.single-contact-card .disc { text-transform: none; }
.single-contact-card .kesel-phone-list a { color: var(--color-primary); }

.contact-map-area-fluid iframe {
  width: 100%;
  display: block;
}

/* Contact cards line up even when one holds opening hours */
.contact-form-content-bottom-wrapper .row > [class*="col-"] { display: flex; }
.single-contact-card { width: 100%; }

/* --------------------------------------------------------------------------
   Blog listing
   Cards overlay their text on the photo, so every card needs the same photo
   height for the grid to line up.
   -------------------------------------------------------------------------- */
.blog-wrapper,
.blog-wrapper .image-area,
.blog-wrapper .image-area a {
  display: block;
  height: 420px;
  overflow: hidden;
}

.blog-wrapper .image-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Keep the headline clear of the author badge at the top of the card */
.blog-wrapper .content-area {
  max-width: calc(100% - 68px);
}

.blog-wrapper .blog-title {
  font-size: 22px;
  line-height: 1.3;
}

@media only screen and (max-width: 575px) {
  .blog-wrapper,
  .blog-wrapper .image-area,
  .blog-wrapper .image-area a { height: 360px; }
}

/* --------------------------------------------------------------------------
   Blog sidebar
   -------------------------------------------------------------------------- */
.kesel-tag-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.kesel-tag-list a {
  display: inline-block;
  padding: 7px 16px;
  border: 1px solid var(--color-border);
  border-radius: 30px;
  font-size: 14px;
  color: var(--color-body-1);
  transition: var(--transition);
}

.kesel-tag-list a:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-white);
}

.kesel-sidebar-cta p {
  text-transform: none;
  color: var(--color-body-1);
  margin: 10px 0 20px;
  font-size: 15px;
  line-height: 1.6;
}

/* --------------------------------------------------------------------------
   Article page
   -------------------------------------------------------------------------- */
.kesel-article-meta {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  color: var(--color-body-1);
  font-size: 15px;
}

.kesel-article-meta li { display: flex; align-items: center; gap: 8px; }
.kesel-article-meta i { color: var(--color-primary); }

.blog-details-area h1 {
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 24px;
  color: var(--color-title);
}

.blog-details-area h2 {
  font-size: 28px;
  line-height: 1.3;
  color: var(--color-title);
}

.blog-details-area p {
  text-transform: none;
  color: var(--color-body-1);
  line-height: 1.75;
}

.kesel-standfirst {
  font-size: 19px;
  line-height: 1.7;
  color: var(--color-title);
}

.kesel-article-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.kesel-article-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 14px;
  text-transform: none;
  font-family: var(--font-four);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: var(--color-body-1);
}

.kesel-article-list li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-primary);
}

.blog-quote-area {
  background: var(--color-bg-1);
  border-left: 4px solid var(--color-primary);
  padding: 34px 38px;
  font-size: 19px;
  line-height: 1.7;
  color: var(--color-title);
  text-transform: none;
}

.blog-quote-area .icon { margin-bottom: 14px; }

.kesel-article-cta {
  background: var(--color-primary);
  color: var(--color-white);
  padding: 40px;
}

.kesel-article-cta h4 { color: var(--color-white); margin-bottom: 12px; }

.kesel-article-cta p {
  color: rgba(255, 255, 255, 0.85);
  text-transform: none;
  margin-bottom: 26px;
}

.kesel-article-cta .button-area { display: flex; flex-wrap: wrap; gap: 14px; }

.kesel-article-cta .rts-btn.btn-primary {
  background: var(--color-white);
  color: var(--color-primary);
}

.kesel-article-cta .rts-btn.btn-border {
  color: var(--color-white);
  border-color: rgba(255, 255, 255, 0.55);
}

.kesel-article-cta .rts-btn.btn-border:hover {
  background: var(--color-white);
  border-color: var(--color-white);
  color: var(--color-primary);
}

@media only screen and (max-width: 767px) {
  .blog-details-area h1 { font-size: 30px; }
  .blog-details-area h2 { font-size: 24px; }
  .kesel-article-cta { padding: 30px 24px; }
}

/* Screen-reader-only labels on the safari enquiry form */
.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* --------------------------------------------------------------------------
   Tour detail gallery — left image matches the stacked right column
   -------------------------------------------------------------------------- */
.top-image-area .image {
  height: 480px;
  overflow: hidden;
}

.top-image-area .right-image .col-lg-12 .image,
.top-image-area .right-image .col-sm-6 .image {
  height: 216px;
}

.top-image-area .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media only screen and (max-width: 991px) {
  .top-image-area .image { height: 320px; }
  .top-image-area .right-image .col-lg-12 .image,
  .top-image-area .right-image .col-sm-6 .image { height: 220px; }
}

/* --------------------------------------------------------------------------
   404
   -------------------------------------------------------------------------- */
.rts-error-area { padding-top: 220px; }

.kesel-404 {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.kesel-404 .sub-title {
  color: var(--color-primary);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.kesel-404 h1 {
  font-size: 52px;
  line-height: 1.15;
  color: var(--color-title);
  margin-bottom: 20px;
}

.kesel-404 .desc {
  color: var(--color-body-1);
  text-transform: none;
  font-size: 17px;
  line-height: 1.7;
}

.kesel-404 .button-area {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-top: 34px;
}

.kesel-404 a.cp { color: var(--color-primary); font-weight: 500; }

@media only screen and (max-width: 767px) {
  .rts-error-area { padding-top: 160px; }
  .kesel-404 h1 { font-size: 34px; }
}

/* Current page in the header nav */
.rts-desktop-menu .menu-item.active > a,
.rts-desktop-menu a.active {
  color: var(--color-primary) !important;
}

.header--sticky:not(.sticky) .rts-desktop-menu .menu-item.active > a,
.header--sticky:not(.sticky) .rts-desktop-menu a.active {
  color: var(--color-secondary) !important;
}

/* --------------------------------------------------------------------------
   About — image card overlay
   -------------------------------------------------------------------------- */
.why-choose-left-image-area .main-image {
  overflow: hidden;
}

.why-choose-left-image-area .main-image > img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: center;
}

.why-choose-left-image-area .main-image .content .logo img {
  height: 46px;
  width: auto;
  max-width: none;
  margin-bottom: 14px;
}

.why-choose-left-image-area .floating-image img {
  width: 297px;
  height: 240px;
  object-fit: cover;
}

@media only screen and (max-width: 991px) {
  .why-choose-left-image-area .main-image > img { height: 380px; }
}

/* The template's counter tiles were peach; bring them onto the green palette */
.counter-wrapper {
  background: var(--color-bg-1);
  border-color: var(--color-border);
}

/* Stray peach fills left over from the original theme */
.rts-service-area.inner.body-bg-one,
.body-bg-one {
  background: var(--color-home-bg);
}
