/*!
Theme Name: Zonkey Theme
Theme URI: http://underscores.me/
Author: Zonkey
Author URI: http://www.zonkey.co.uk
Description: Custom Theme by Zonkey
Version: 1.1.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: zonkey-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Zonkey Theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
   * Remove default margin.
   */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
   */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
   * Remove the gray background color from active links in IE 10.
   */

a {
  background-color: transparent;
}

/**
   * Improve readability when focused and also mouse hovered in all browsers.
   */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */

b,
strong {
  font-weight: bold;
}

/**
   * Address styling not present in Safari and Chrome.
   */

dfn {
  font-style: italic;
}

/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
   * Address styling not present in IE 8/9.
   */

mark {
  background: #ff0;
  color: #000;
}

/**
   * Address inconsistent and variable font size in all browsers.
   */

small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
   * Remove border when inside `a` element in IE 8/9/10.
   */

img {
  border: 0;
}

/**
   * Correct overflow not hidden in IE 9/10/11.
   */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
   * Address margin not present in IE 8/9 and Safari.
   */

figure {
  margin: 1em 40px;
}

/**
   * Address differences between Firefox and other browsers.
   */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
   * Contain overflow in all browsers.
   */

pre {
  overflow: auto;
}

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */

/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */

button {
  overflow: visible;
}

/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */

button,
select {
  text-transform: none;
}

/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */

button,
html input[type="button"],
/* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
   * Re-set default cursor for disabled elements.
   */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
   * Remove inner padding and border in Firefox 4+.
   */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */

input {
  line-height: normal;
}

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
   *    (include `-moz` to future-proof).
   */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * Define consistent border, margin, and padding.
   */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */

textarea {
  overflow: auto;
}

/**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
   * Remove most spacing between table cells.
   */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
  # CSS Variables & Reset
  --------------------------------------------------------------*/
:root {
  /* Colors */
  --color-black: #000000;
  --color-primary: #39B3CB;
  --color-primary-light: #5ccbe1;
  --color-secondary: #AC4B71;
  --color-secondary-light: #d7719a;;
  --color-pink: #dbf9ff;
  --color-cream: #FAF7F4;
  --color-light-grey: #F8F9FB;
  --color-grey: #BCBEC0;
  --color-dark-grey: #7C7C7C;
  --color-white: #fff;
  --color-border: #EEEEEE;
  --color-border-grey: #DDDDDD;
  --color-border-opacity: rgba(255, 255, 255, 0.2);
  --color-text-white: #fff;
  --color-text-dark: hsl(0, 0%, 16%);
  --color-text-white-opacity: rgba(255, 255, 255, 0.5);
  --color-gradient:linear-gradient(292.31deg, #442841 19.05%, #AC4B71 43.46%, #D2D4AD 61.03%, #39B3CB 82.07%);


  /* Fonts */
  --font-family: "Figtree", sans-serif;

  /* Layout */
  --container-max: 1400px;
  --transition: 0.3s ease;

  /* Spacing */
  --spacing-sm: 15px;
  --spacing-ms: 20px;
  --spacing-md: 30px;
  --spacing-lg: 50px;
  --spacing-xl: 70px;

  /* Font Sizes */
  --font-size-med: 1.6rem;
  --font-size-sml: 1.4rem;
}



/* Base Styles
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
  html is set to 62.5% so that all the REM measurements throughout Skeleton
  are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%;
}

body {
  font-size: 1.5em;
  line-height: 1.6;
  font-weight: 400;
  font-family: var(--font-family);
  color: var(--color-text-dark);
  background: #FAF7F4;
}


/* Typography
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0;
  font-weight: 700;
  color: var(--color-text-dark);
  line-height: 1;
}

h1,
.h1 {
  font-size: 3.4rem;
}

h2,
.h2 {
  font-size: 3.2rem;
}

h3,
.h3 {
  font-size: 2.8rem;
}

h4,
.h4 {
  font-size: 2.4rem;
}

h5,
.h5 {
  font-size: 2.0rem;
}

h6,
.h6 {
  font-size: 1.8rem;
}

/* Larger than phablet */
@media (min-width: 550px) {
  body {
    font-size: 1.8em;
  }

  h1,
  .h1 {
    font-size: 4.8rem;
  }

  h2,
  .h2 {
    font-size: 3.8rem;
  }

  h3,
  .h3 {
    font-size: 3.2rem;
  }

  h4,
  .h4 {
    font-size: 2.8rem;
  }

  h5,
  .h5 {
    font-size: 2.4rem;
  }

  h6,
  .h6 {
    font-size: 2.2rem;
  }
}

p {
  margin-top: 0;
}

/* Links
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: var(--color-secondary);
  text-decoration: none;
}

a:hover {
  color: var(--color-secondary);
}


/* Buttons
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 50px;
  padding: 0 25px;
  color: var(--color-secondary);
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 50px;
  text-decoration: none;
  white-space: nowrap;
  background-color: var(--color-text-white);
  border-radius: 50px;
  border: 1px solid var(--color-secondary);
  cursor: pointer;
  box-sizing: border-box;
  transition: all 0.3s ease-in;
  width: fit-content;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: var(--color-text-white);
  border-color: var(--color-secondary);
  background-color: var(--color-secondary);
  outline: 0;
}

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: var(--color-text-white);
  background-color: var(--color-primary);
  border-color: var(--color-primary-light);
}

.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: var(--color-primary);
  background-color: var(--color-text-white);
  border-color: var(--color-primary-light);
}

.button.button-secondary,
button.button-secondary,
input[type="submit"].button-secondary,
input[type="reset"].button-secondary,
input[type="button"].button-secondary {
  color: var(--color-text-white);
  background-color: var(--color-secondary);
  border-color: var(--color-secondary-light);
}

.button.button-secondary:hover,
button.button-secondary:hover,
input[type="submit"].button-secondary:hover,
input[type="reset"].button-secondary:hover,
input[type="button"].button-secondary:hover,
.button.button-secondary:focus,
button.button-secondary:focus,
input[type="submit"].button-secondary:focus,
input[type="reset"].button-secondary:focus,
input[type="button"].button-secondary:focus {
  color: var(--color-secondary);
  background-color: var(--color-text-white);
  border-color: var(--color-secondary-light);
}

.button.button-outline,
button.button-outline,
input[type="submit"].button-outline,
input[type="reset"].button-outline,
input[type="button"].button-outline {
  color: var(--color-text-white);
  background-color: transparent;
  border-color: var(--color-text-white);
}

.button.button-outline:hover,
button.button-outline:hover,
input[type="submit"].button-outline:hover,
input[type="reset"].button-outline:hover,
input[type="button"].button-outline:hover,
.button.button-outline:focus,
button.button-outline:focus,
input[type="submit"].button-outline:focus,
input[type="reset"].button-outline:focus,
input[type="button"].button-outline:focus {
  color: var(--color-primary);
  background-color: var(--color-text-white);
  border-color: var(--color-text-white);
}

.button.button-small,
button.button-small,
input[type="submit"].button-small,
input[type="reset"].button-small,
input[type="button"].button-small {
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: 500;
  padding: 0px 15px;
  }

@media (max-width: 576px) {

  .button,
  button,
  input[type="submit"],
  input[type="reset"],
  input[type="button"] {
    height: 38px;
    font-size: 16px;
    line-height: 38px;
  }
}

/* Forms
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff !important;
  border: 1px solid var(--color-border-grey) !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  box-sizing: border-box;
}

/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0;
}

label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600;
}

fieldset {
  padding: 0;
  border-width: 0;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
}

label>.label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal;
}


/* Lists
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

ol,
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 0;
  padding: 0;
}

li {
  margin-bottom: 0;
}


/* Code
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px;
}

pre>code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}


/* Tables
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

/* Site
  –––––––––––––––––––––––––––––––––––––––––––––––––– */

html {
  background: var(--color-black);
}

.site-header {
  background-color: var(--color-black);
  padding: 15px 20px;
  position: relative;
  box-sizing: border-box;
}

.site-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: var(--container-max);
  margin: 0 auto;
}

.site-branding {
  display: flex;
  align-items: center;
}

.site-branding a {
  max-width: 350px;
  line-height: 0%;
}

.site-branding img {
  width: 100%;
}

.site-contact {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 1.6rem;
}

.site-contact a {
  color: var(--color-text-white);
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 0.9em;
}

.site-contact a:hover {
  color: var(--color-grey);
}

.site-contact svg {
  color: var(--color-secondary);
  width: 20px;
}

/* Mobile styles */
@media screen and (max-width: 1070px) {
  .main-navigation {
    order: 3;
  }

  .site-branding {
    order: 2;
  }

  .booking-navigation {
    display: none;
  }

  .site-contact a span {
    display: none;
  }

  .site-contact i {
    font-size: 2em;
  }
}

/* Main navigation styles */

.main-navigation {
  display: flex;
  align-items: center;
}

/* Mobile menu toggle button */

.menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1rem;
  cursor: pointer;
  padding: 10px;
  color: #333;
}

.menu-toggle:hover,
.menu-toggle:focus,
#primary-menu button:focus,
#primary-menu button:hover {
  background: none;
}

/* Primary menu styles */
#primary-menu {
  display: flex;
  margin: 0;
  padding: 0;
}

#primary-menu>li {
  position: relative;
  margin: 0 10px;
}

#primary-menu>li>a {
  display: block;
  padding: 10px 5px;
  color: var(--color-text-white);
  font-weight: 500;
  transition: color 0.3s;
}

#primary-menu a {
  text-decoration: none;
}

#primary-menu>li:hover>a {
  color: var(--color-primary);
}

#primary-menu>li.current-menu-item>a,
#primary-menu>li.current-menu-item:hover>a,
#primary-menu>li.current_page_parent>a {
  border-bottom: 3px solid var(--color-primary);
  color: var(--color-text-white);
}

/* Dropdown indicators and toggle */

.menu-item-has-children>a {
  position: relative;
  padding-right: 35px !important;
}

.menu-item-has-children>a:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 45%;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--color-grey);
  border-bottom: 2px solid var(--color-grey);
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s;
}

.menu-item-has-children:hover>a:after {
  border-color: var(--color-secondary);
}

/* Dropdown toggle button - hidden by default on desktop */
.dropdown-toggle {
  display: none;
}

/* Submenu styles */
.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  min-width: 220px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  border-radius: 10px;
  margin: 0;
  padding: 0;
  z-index: 100;
  overflow: hidden;
  border: 1px solid var(--color-grey);
}

.menu-item-has-children:hover>.sub-menu,
.menu-item-has-children.submenu-open>.sub-menu,
.menu-item-has-children:focus-within>.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.sub-menu li {
  display: block;
  width: 100%;
}

.sub-menu>li.current-menu-item>a {
  color: var(--color-secondary);
}

.sub-menu a {
  padding: 8px 20px;
  display: block;
  color: #333;
  transition: background-color 0.3s, color 0.3s;
}

.sub-menu a:hover {
  background-color: #f5f5f5;
  color: var(--color-primary);
}

.current-page-ancestor>a:after {
  border-color: var(--color-secondary);
}

/* Search icon */
.search-toggle {
  margin-left: 15px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.2rem;
  color: #333;
}

/* Mobile styles */
@media screen and (max-width: 1070px) {
  .site-branding a {
    width: 260px;
  }

  .site-header {
    padding: 10px 15px;
  }

  .menu-toggle {
    display: block;
    font-size: 0;
    width: 30px;
    height: 25px;
    position: relative;
  }

  .menu-toggle:before,
  .menu-toggle:after,
  .menu-toggle span {
    background-color: #333;
    content: '';
    display: block;
    height: 3px;
    position: absolute;
    transition: all 0.3s ease;
    width: 100%;
    left: 0;
    border-radius: 20px;
    background: var(--color-white);
  }

  .menu-toggle:before {
    top: 0;
  }

  .menu-toggle span {
    top: 50%;
    transform: translateY(-50%);
  }

  .menu-toggle:after {
    bottom: 0;
  }

  .menu-toggle[aria-expanded="true"]:before {
    transform: translateY(11px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span {
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"]:after {
    transform: translateY(-11px) rotate(-45deg);
  }

  .main-navigation {
    position: static;
  }

  .menu-main-menu-container {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
    z-index: 999;
  }

  .main-navigation.toggled .menu-main-menu-container {
    max-height: calc(100vh - 60px);
    overflow-y: auto;
  }

  #primary-menu {
    flex-direction: column;
    padding: 0;
  }

  #primary-menu>li {
    margin: 0;
    border-bottom: 1px solid #eee;
  }

  #primary-menu>li:last-child {
    border-bottom: none;
  }

  #primary-menu>li>a {
    padding: 15px 20px;
    color: var(--color-text-dark);
  }

  #primary-menu>li:hover>a {
    color: var(--color-primary);
  }

  #primary-menu>li.current-menu-item>a,
  #primary-menu>li.current-menu-item:hover>a,
  #primary-menu>li.current_page_parent>a {
    color: var(--color-primary);
  }

  /* Mobile dropdown toggle styling */
  .dropdown-toggle {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 10;
  }

  .dropdown-toggle:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 10px;
    height: 10px;
    border-right: 2px solid var(--color-secondary);
    border-bottom: 2px solid var(--color-secondary);
    transform: translateY(-50%) rotate(45deg);
    transition: transform 0.3s;
  }

  .submenu-open>.dropdown-toggle:before {
    transform: translateY(-50%) rotate(-135deg);
  }

  /* Remove the arrow from the link on mobile */
  .menu-item-has-children>a:after {
    display: none;
  }

  .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0;
    border: 0 none;
  }

  .submenu-open>.sub-menu {
    max-height: 500px;
    padding: 5px 0;
    background-color: #f9f9f9;
  }

  .sub-menu a {
    padding: 12px 30px;
  }
}

/* Mobile styles */
@media screen and (max-width: 768px) {
  .site-branding a {
    width: 160px;
  }
}

/*--------------------------------------------------------------
  ## Footer
  --------------------------------------------------------------*/

/* Footer Logos */
.footer-logos {
  display: flex;
  gap: 40px;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  background: var(--color-text-white);
  padding: 25px 20px;
  border-top: 1px solid var(--color-border-grey);
  flex-wrap: wrap;
}

.footer-logo {
  width: auto;
  display: block;
}

/* Site Footer */
.site-footer {
  background: var(--color-black);
  position: relative;
  width: 100%;
  padding: 100px 20px;
  box-sizing: border-box;
  color: var(--color-text-white);
  font-size: 1.6rem;
}

.site-footer-inner {
  max-width: var(--container-max);
  margin: 0 auto;
}

.site-footer-top,
.site-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
}

.site-footer-top {
  margin-bottom: 40px;
}

.site-footer-top h5 {
  color: var(--color-text-white);
  margin: 0 0 25px 0;
}

.site-footer-bottom {
  border-top: 1px solid var(--color-border-opacity);
  padding: 40px 0 0 0;
}

.footer-branding {
  color: var(--color-text-white-opacity);
  max-width: 600px;
  display: flex;
  gap: 20px;
  flex-direction: column;
}

.footer-branding img {
  max-width: 160px;
  width: 100%;
  margin-bottom: 15px;
}

.footer-menu {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.footer-menu a {
  position: relative;
  padding: 0 0 0 25px;
  text-decoration: none;
  color: var(--color-text-white);
}

.footer-menu a:after {
  content: "";
  border-style: solid;
  border-width: 0 0 10px 10px;
  height: 0;
  width: 0;
  display: inline-block;
  left: 0;
  position: absolute;
  top: 5px;
  border-color: transparent;
  border-bottom-color: var(--color-primary);
  transform: rotate(315deg);
}

.footer-menu a:hover,
.footer-contact a:hover span {
  color: var(--color-primary-light);
}

.footer-message {
  font-size: 1.6rem;
  color: var(--color-text-white);
}

.website-by,
.footer-social {
  display: flex;
  align-items: center;
  gap: 10px;
}

.website-by,
.copywrite {
  color: var(--color-text-white-opacity);
}

.website-by a,
.footer-social a {
  display: flex;
}

.footer-social a:hover svg {
  stroke: var(--color-secondary-light);
}

.website-by svg {
  max-width: 100px;
  min-width: 100px;
  width: 100%;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 280px;
}

.footer-contact a {
  display: flex;
  gap: 10px;
}

.footer-contact svg {
  width: 20px;
  color: var(--color-primary);
}

.footer-contact span {
  color: var(--color-text-white);
}

.footer-contact .contact-address {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.footer-contact .contact-address span:last-child {
  flex: 1;
  padding-left: 0;
  text-indent: 0;
  line-height: 1.5;
}

.footer-social {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}

.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: var(--color-primary);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.footer-social a:hover {
  background: var(--color-primary-light);
  transform: translateY(-2px);
}

.footer-social svg {
  width: 20px;
  height: 20px;
  color: var(--color-text-white);
}

.footer-navigation {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

@media (min-width: 750px) {
  .footer-navigation {
    gap: 80px;
  }
  .site-footer-top,
  .site-footer-bottom {
    flex-direction: row;
  }
}

/*--------------------------------------------------------------
  ## Hero Sections
  --------------------------------------------------------------*/

/* Home Hero */
.home-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 640px;
  background: var(--color-black);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: var(--color-text-white);
  padding: 20px;
  background-position: top;
}

.home-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, transparent 50%);
  pointer-events: none;
  z-index: 1;
}

.home-hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: var(--container-max);
  margin: 0 auto;
  gap: 140px;
  box-sizing: border-box;
}

.home-hero .banner-content {
  position: relative;
  width: 100%;
}

.home-hero .banner-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 14px;
  letter-spacing: 0.04em;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: var(--color-text-white);
  margin-bottom: 20px;
  line-height: 19px;
}

.home-hero .banner-tag svg {
  width: 20px;
}

.home-hero .banner-heading {
  color: var(--color-text-white);
  margin: 0 0 20px 0;
  font-size: 5.6rem;
  line-height: 6.5rem;
}

.home-hero .key-tags {
  margin: 0 0 20px 0;
  display: flex;
  gap: 10px;
  font-weight: 700;
}

.home-hero .key-tag-separator {
  color: var(--color-primary);
}

.home-hero .banner-heading span {
  color: var(--color-secondary);
}

.home-hero .banner-subheading {
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 28px 0;
}

.home-hero .banner-buttons {
  display: flex;
  gap: 14px;
  margin-bottom: 26px;
  flex-wrap: wrap;
}

.home-hero .banner-icons {
  display: flex;
  gap: 26px;
  padding: 15px 0 0 0;
  margin: 15px 0 0 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
  border-top: 1px solid rgb(255 255 243 / 20%);
}

.home-hero .banner-icons li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.home-hero .banner-icons li svg {
  color: var(--color-primary);
}

.home-hero .hero-media {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 400px;
}

.home-hero .hero-media-img {
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

/* Home Hero: Responsive */
@media screen and (max-width: 1070px) {
  .home-hero-inner {
    gap: 30px;
  }

  .home-hero .banner-heading {
    font-size: 3.4rem;
  }

  .home-hero .hero-media-img {
    max-height: 400px;
    width: 100%;
  }
}

/* Home Hero: Responsive */
@media screen and (max-width: 768px) {
  .home-hero-inner {
    flex-direction: column-reverse;

  }
}

.slick-prev,
.slick-next {
  width: 50px !important;
  height: 50px !important;
}

.slick-prev:before,
.slick-next:before {
  font-size: 40px !important;
}

/* Hero Banner */
.hero-banner {
  background: var(--color-gradient);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 90px 20px;
  position: relative;
  box-sizing: border-box;
  color: #c5c5c5;
  text-align: center;
  display: flex;
  justify-content: center;
}

.hero-content {
  width: 100%;
  max-width: 780px;
  display: flex;
  gap: 10px;
  flex-direction: column;
  color: var(--color-text-white);
  text-shadow: 1px 1px 1px rgb(0 0 0 / 40%);
}

.hero-title {
  color: #fff;
  text-shadow: 1px 1px 1px rgb(0 0 0 / 40%);
}

/*--------------------------------------------------------------
  ## Contact Forms
  --------------------------------------------------------------*/

.contact-form__wrapper-inner {
  background: linear-gradient(292.31deg, #442841 19.05%, #AC4B71 43.46%, #D2D4AD 61.03%, #39B3CB 82.07%);
  box-shadow: 0px 10px 40px 3px rgba(0, 0, 0, 0.06);
  border-radius: 15px;
  padding: 15px;
}

.contact-form__inner {
  display: flex;
  flex-direction: column-reverse;
  gap: 60px;
}

.contact-form__wrapper {
  flex: 0 0 100%;
  border-radius: 15px;
  background: var(--color-white);
  padding: 20px;
  border: 1px solid var(--color-border);
  box-sizing: border-box;
}

.contact-form__details {
  box-sizing: border-box;
  width: 100%;
  padding: 20px 0;
}

.contact-form__wrapper .gform-theme--foundation .gform_fields {
  row-gap: 20px;
}

.contact-form__wrapper legend,
.contact-form__wrapper label {
  font-size: 1.6rem !important;
  color: var(--color-dark-grey) !important;
}

.contact-form__wrapper .gform_description {
  font-size: 1.6rem;
  color: var(--color-dark-grey);
  margin: 20px 0;
}

.gform_title {
  font-size: 2.8rem;
}

.contact-form-list {
  display: flex;
  gap: 30px;
  flex-direction: column;
  margin: 30px 0;
}

.contact-form-list a {
  color: var(--color-secondary);
  text-decoration: underline;
}

.contact-form-list-item {
  display: flex;
  gap: 25px;
}

.contact-form-list-item__icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background: var(--color-pink);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.contact-form-list-item__icon svg {
  width: 30px;
  height: 30px;
  color: var(--color-primary);
}

.contact-form-social {
  display: flex;
  gap: 15px;
  margin-top: 30px;
}

.contact-form-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: var(--color-primary);
  border-radius: 50%;
  transition: all 0.3s ease;
  text-decoration: none !important;
}

.contact-form-social a:hover {
  background: var(--color-primary-light);
  transform: translateY(-2px);
}

.contact-form-social svg {
  width: 30px;
  height: 30px;
  color: var(--color-text-white);
}

.gform_button {
  display: inline-block !important;
  height: 50px !important;
  padding: 0 30px !important;
  color: var(--color-text-white) !important;
  text-align: center !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  line-height: 50px !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  background-color: var(--color-secondary) !important;
  border-radius: 50px !important;
  border: 1px solid var(--color-secondary) !important;
  cursor: pointer !important;
  box-sizing: border-box !important;
  transition: all 0.3s ease-in !important;
}

.gform_button:hover {
  color: var(--color-secondary) !important;
  border-color: var(--color-secondary) !important;
  background-color: var(--color-white) !important;
  outline: 0 !important;
}

@media (min-width: 768px) {
  .contact-form__inner {
    flex-direction: row-reverse;
  }

  .contact-form__wrapper {
    flex: 0 0 calc(60%);
    padding: 40px;
  }

  .contact-form__details {
    flex: 0 0 calc(40%);
    padding-right: 20px;
  }

  .gform_title {
    font-size: 3.2rem;
  }
}

/*--------------------------------------------------------------
  ## Single Project Template
  --------------------------------------------------------------*/

.single-project-layout {
  display: flex;
  gap: 40px;
  width: 100%;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.single-project-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.single-project-content {
  flex: 1;
}

.single-project-sidebar {
  background: var(--color-white);
  border-radius: 16px;
  padding: 25px;
  border: 1px solid var(--color-border);
  height: fit-content;
}

.single-project-sidebar__list {
  display: flex;
  flex-direction: column;
  margin: 20px 0 0 0;
}

.single-project-sidebar__list a {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 10px;
  border-radius: 8px;
  text-decoration: none;
  color: var(--color-text);
  transition: all 0.3s ease;
}

.single-project-sidebar__list a:hover {
  background: var(--color-bg-light);
  transform: translateX(5px);
}

.single-project-sidebar__list a.active {
  background: var(--color-pink);
  color: var(--color-secondary);
  font-weight: 700;
  pointer-events: none;
}

.single-project-sidebar__list a.active i {
  color: var(--color-secondary);
}

/* Project Details */
.single-project__details {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 30px 0;
  border-radius: 16px;
}

.single-project__detail {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  background: var(--color-white);
  border-radius: 12px;
  flex: 1 1 0;
  border: 1px solid var(--color-border);
}

.single-project__detail--full {
  flex: 1 1 100%;
}

.single-project__detail-label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--color-secondary);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.single-project__detail-label i {
  width: 18px;
  height: 18px;
  color: var(--color-pink);
}

/* Project Header */
.single-project__header {
  margin-bottom: 40px;
}

.single-project__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 20px 0;
  align-items: center;
}

.single-project__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.single-project__category {
  display: inline-block;
  padding: 6px 16px;
  color: var(--color-white);
  background: var(--color-secondary);
  border-radius: 20px;
  transition: background 0.3s ease;
}

.single-project__category:hover {
  background: var(--color-pink);
  color: var(--color-secondary);
}

.single-project__date {
  display: flex;
  align-items: center;
  padding: 6px 16px;
  color: var(--color-text-light);
  background: var(--color-bg-light);
  border-radius: 20px;
}

/* Project Content */
.single-project__content {
  margin-top: 40px;
  color: var(--color-text);
}

/* Challenge & Solution Sections */
.single-project__challenge-solution {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin: 40px 0;
  background: var(--color-white);
  padding: 20px;
  border-radius: 16px;
  border: 1px solid var(--color-border);
}

.single-project__section {
  padding: 30px;
  background: var(--color-white);
  border-radius: 16px;
  border: 1px solid var(--color-border);
}

.single-project__section-title {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--color-secondary);
  margin: 0 0 20px 0;
}

.single-project__section-title i {
  width: 24px;
  height: 24px;
  color: var(--color-pink);
}

.single-project__section-content,
.single-project__detail-value {
  color: var(--color-dark-grey);
}

/* Responsive Design */
@media (max-width: 992px) {
  .single-project-layout {
    flex-direction: column;
  }

  .single-project__details {
    grid-template-columns: 1fr;
  }

  .single-project__challenge-solution {
    grid-template-columns: 1fr;
    margin: 0;
  }

  .single-project__content {
    margin-top: 20px;
  }

  .single-project__header {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .single-project__details {
    gap: 15px;
  }

  .single-project__section {
    padding: 20px;
  }
}