/*!
Theme Name: Mini Ninja Theme
Theme URI: http://underscores.me/
Author: Creative Peppers
Author URI: https://creativepeppers.com/
Description: Custom theme build for projects. It is lightweight and fast.
Version: 1.0.0
Tested up to: 6.8
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mini-ninja
Tags: custom-logo, custom-menu, featured-images, threaded-comments

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

Mini Ninja 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.

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;	
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

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

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
form.search-form {
    position: relative;
    max-width: 450px;
    margin: auto;
}

form.search-form > label {
    display: block;
    width: 100%;
}
form.search-form input.search-field {
    width: 100%;
    display: block;
    padding-right: 40px;
}
form.search-form input.search-submit {
    position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
    font-size: 0;
    width: 40px;
    background-color: transparent;
    border: none;
	border-radius: 50px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJjdXJyZW50Q29sb3IiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0ibTE2LjMyNSAxNC44OTlsNS4zOCA1LjM4YTEuMDA4IDEuMDA4IDAgMCAxLTEuNDI3IDEuNDI2bC01LjM4LTUuMzhhOCA4IDAgMSAxIDEuNDI2LTEuNDI2TTEwIDE2YTYgNiAwIDEgMCAwLTEyYTYgNiAwIDAgMCAwIDEyIi8+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
}
/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
* {
	margin: 0;
	padding:0;
}
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.6;
	font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Economica' , -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	margin-bottom: 1rem;
	font-weight: 700;
}

p {
	margin-bottom: 1rem;
}
p:last-of-type {
    margin-bottom: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fbfaf7;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1em 1.2em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #f05b60;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: all 0.3s ease-in-out;
}

a:visited {
	color: #f05b60;
}


a:hover,
a:focus,
a:active {
	color: #f05b60;
	border-color: #f05b60;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 50px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #000;
	border: 1px solid #ccc;
	border-radius: 50px;
	padding: 3px 8px;
	display: block;
	height: 35px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/


.container {
    max-width: 1320px;
    margin: 0 auto;
	padding: 0 15px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/* Default header styling */
header.site-header {
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    transition: top 0.3s ease, transform 0.3s ease;
	background-color: #fbfaf7;
	padding: 20px 0;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
	position: sticky;
}

/* When scrolling starts, make header fixed */

header.site-header > .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
	min-height: 50px;
}
header.site-header .site-branding {
    max-width: 250px;
	width: 45%;
}
header.site-header .site-branding h1.site-title {
    margin: 0;
}
header.site-header a.custom-logo-link {
    display: block;	
    border-bottom: none;
}
header.site-header a.custom-logo-link img{
    display: block;
}
header.site-header .site-branding h1.site-title a {
    text-decoration: none;
    border-bottom: none;
}
.woo-icons {
    display: flex;
    gap: 10px;
	align-items: center;
}
.woo-icons a {
    text-decoration: none;
}
.woo-icons a svg {display: block;}
.header-contact {
    display: flex;
    gap: 20px;
}
.header-contact > a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease-in-out;
}
.header-contact > a:before {
    content: "";
    background-color: #000000;
    display: inline-block;
    height: 20px;
    width: 20px;
    vertical-align: middle;
    margin-right: 6px;
    transition: all 0.3s ease-in-out;
}
.header-contact > a.header-email:before {
    mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48ZyBmaWxsPSJub25lIj48cGF0aCBmaWxsPSJjdXJyZW50Q29sb3IiIGQ9Ik0zIDV2LS41YS41LjUgMCAwIDAtLjUuNXptMTggMGguNWEuNS41IDAgMCAwLS41LS41ek0zIDUuNWgxOHYtMUgzek0yMC41IDV2MTJoMVY1ek0xOSAxOC41SDV2MWgxNHpNMy41IDE3VjVoLTF2MTJ6TTUgMTguNUExLjUgMS41IDAgMCAxIDMuNSAxN2gtMUEyLjUgMi41IDAgMCAwIDUgMTkuNXpNMjAuNSAxN2ExLjUgMS41IDAgMCAxLTEuNSAxLjV2MWEyLjUgMi41IDAgMCAwIDIuNS0yLjV6Ii8+PHBhdGggc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZD0ibTMgNWw5IDlsOS05IiBzdHJva2Utd2lkdGg9IjEiLz48L2c+PC9zdmc+) no-repeat center / contain;
	-webkit-mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48ZyBmaWxsPSJub25lIj48cGF0aCBmaWxsPSJjdXJyZW50Q29sb3IiIGQ9Ik0zIDV2LS41YS41LjUgMCAwIDAtLjUuNXptMTggMGguNWEuNS41IDAgMCAwLS41LS41ek0zIDUuNWgxOHYtMUgzek0yMC41IDV2MTJoMVY1ek0xOSAxOC41SDV2MWgxNHpNMy41IDE3VjVoLTF2MTJ6TTUgMTguNUExLjUgMS41IDAgMCAxIDMuNSAxN2gtMUEyLjUgMi41IDAgMCAwIDUgMTkuNXpNMjAuNSAxN2ExLjUgMS41IDAgMCAxLTEuNSAxLjV2MWEyLjUgMi41IDAgMCAwIDIuNS0yLjV6Ii8+PHBhdGggc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZD0ibTMgNWw5IDlsOS05IiBzdHJva2Utd2lkdGg9IjEiLz48L2c+PC9zdmc+) no-repeat center / contain;
}
.header-contact > a.header-phone:before {
    mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJjdXJyZW50Q29sb3IiIGQ9Ik0xOS41IDIyYTEuNSAxLjUgMCAwIDAgMS41LTEuNVYxN2ExLjUgMS41IDAgMCAwLTEuNS0xLjVjLTEuMTcgMC0yLjMyLS4xOC0zLjQyLS41NWExLjUxIDEuNTEgMCAwIDAtMS41Mi4zN2wtMS40NCAxLjQ0YTE0Ljc3IDE0Ljc3IDAgMCAxLTUuODktNS44OWwxLjQzLTEuNDNjLjQxLS4zOS41Ni0uOTcuMzgtMS41M2MtLjM2LTEuMDktLjU0LTIuMjQtLjU0LTMuNDFBMS41IDEuNSAwIDAgMCA3IDNIMy41QTEuNSAxLjUgMCAwIDAgMiA0LjVDMiAxNC4xNSA5Ljg1IDIyIDE5LjUgMjJNMy41IDRIN2EuNS41IDAgMCAxIC41LjVjMCAxLjI4LjIgMi41My41OSAzLjcyYy4wNS4xNC4wNC4zNC0uMTIuNUw2IDEwLjY4YzEuNjUgMy4yMyA0LjA3IDUuNjUgNy4zMSA3LjMybDEuOTUtMS45N2MuMTQtLjE0LjMzLS4xOC41MS0uMTNjMS4yLjQgMi40NS42IDMuNzMuNmEuNS41IDAgMCAxIC41LjV2My41YS41LjUgMCAwIDEtLjUuNUMxMC40IDIxIDMgMTMuNiAzIDQuNWEuNS41IDAgMCAxIC41LS41Ii8+PC9zdmc+) no-repeat center / contain;
	-webkit-mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJjdXJyZW50Q29sb3IiIGQ9Ik0xOS41IDIyYTEuNSAxLjUgMCAwIDAgMS41LTEuNVYxN2ExLjUgMS41IDAgMCAwLTEuNS0xLjVjLTEuMTcgMC0yLjMyLS4xOC0zLjQyLS41NWExLjUxIDEuNTEgMCAwIDAtMS41Mi4zN2wtMS40NCAxLjQ0YTE0Ljc3IDE0Ljc3IDAgMCAxLTUuODktNS44OWwxLjQzLTEuNDNjLjQxLS4zOS41Ni0uOTcuMzgtMS41M2MtLjM2LTEuMDktLjU0LTIuMjQtLjU0LTMuNDFBMS41IDEuNSAwIDAgMCA3IDNIMy41QTEuNSAxLjUgMCAwIDAgMiA0LjVDMiAxNC4xNSA5Ljg1IDIyIDE5LjUgMjJNMy41IDRIN2EuNS41IDAgMCAxIC41LjVjMCAxLjI4LjIgMi41My41OSAzLjcyYy4wNS4xNC4wNC4zNC0uMTIuNUw2IDEwLjY4YzEuNjUgMy4yMyA0LjA3IDUuNjUgNy4zMSA3LjMybDEuOTUtMS45N2MuMTQtLjE0LjMzLS4xOC41MS0uMTNjMS4yLjQgMi40NS42IDMuNzMuNmEuNS41IDAgMCAxIC41LjV2My41YS41LjUgMCAwIDEtLjUuNUMxMC40IDIxIDMgMTMuNiAzIDQuNWEuNS41IDAgMCAxIC41LS41Ii8+PC9zdmc+) no-repeat center / contain;
}
.header-contact > a:hover {
	color: #f05b60;
    border-color: #f05b60;
}
.header-contact> a:hover:before {
    background-color: #f05b60;
}
/* Header Tow */
header.site-header.header-two {
    padding-top: 0;
}
header.site-header.header-two > .container {
    padding-top: 10px;
}
.header-top .container {
    display: flex;
    justify-content: space-between;
}
.header-two .header-top {
    padding: 5px 0;
    background-color: #f3f3f3;	
}

/* Header Three */
.head-right {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
header.site-header.header-three .header-contact {
    justify-content: flex-end;
}
header.site-header.header-center {
    border-bottom: 1px solid #dddddd;
}

/* Header Search */
header.site-header button.search-toggle {
    background-color: #fff0;
    border: none;
    border-radius: 0;
    font-size: 0;
    height: 30px;
    width: 30px;
    display: block;
    margin: auto 0 auto 15px;
    color: #000;
}
.header-search {
    position: absolute;
    top: calc(100% - 40px);
    left: 0;
    right: 0;
    background-color: #fff;
    border-bottom: 1px solid #ebebeb;
    height: 40px;
    visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}
.header-search.active {
    top: calc(100% + 1px);
    visibility: visible;
	opacity: 1;
}
.header-search form.search-form {
    max-width: 100%;
}
.header-search form.search-form input.search-field {
    border-radius: 0;
    border: none;
	height: 39px;
}
.header-search form.search-form input.search-submit {
    height: 40px;
    border-radius: 0;
    background-color: transparent !important;
    border: none !important;
}
.header-center .header-search {
    padding: 0 30px;
}
header.site-header.header-center button.search-toggle {
    margin-left: 0;
}
@media (min-width: 768px) {
	/* When scrolling down, hide header */
/* 	header.site-header.hide-on-scroll {
		transform: translateY(-100%);
	} */
	header.site-header > .container {
		min-height: 60px;
		max-width: 1600px;
		padding: 0 30px;
	}
	/* 	Header Four */
	.header-center .logo-container nav.main-navigation, .header-center .logo-container .right-head {
		width: 100%;
	}
	.header-center .logo-container {
		width: 100%;
		display: flex;
		justify-content: center;
		padding: 0 30px;
	}
	.header-center .logo-container .site-branding {
		text-align: center;
		padding: 0 20px;
		width: auto;
		white-space: nowrap;
	}
	.header-center .logo-container nav.main-navigation {
        justify-content: flex-start;
        align-items: center;
    }
	.header-center .header-contact {
		gap: 10px;
		font-size: 0.9rem;
	}
	.header-center .logo-container .right-head {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        gap: 10px;
    }
	 body.page-header-fixed header.site-header{
		background-image: linear-gradient(180deg, #ffffffc9 25%, transparent);
		background-color: transparent;
		position: fixed;
		border-bottom: none;
		box-shadow: 0 0 0 rgba(0,0,0,0);
	}
	body.page-header-fixed header.site-header.header-fixed {
		background-color: #fff;
		box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
	}
}
@media (max-width: 1340px) and (min-width: 1024px) {
	header.site-header {
		padding: 10px 0;
	}
/* 	header.site-header .container {flex-direction: column;} */
	header.site-header .site-branding {
		max-width: 200px;
		margin-bottom: 10px;
	}
	.main-navigation a{ font-size: 15px;}
	.main-navigation ul#primary-menu {gap: 10px;}
}
@media (max-width: 1023px) {
	.header-center .main-navigation ul#primary-menu {
		gap: 10px;
	}
	.header-center .header-contact{display: none;}
	.header-center .logo-container .site-branding {order: 0; padding-left:0;}
	.header-center .logo-container .main-navigation {order: 1;}
	.header-center .logo-container .right-head {order: 2; width: auto;}
}
@media (max-width: 1023px) {
	header.site-header {
		padding: 10px 0;
	}
	header.site-header .site-branding {
		max-width: 200px;
	}
	.header-two .header-top {
		padding: 3px 0;
	}
	.header-contact {
		gap: 10px;
		justify-content: center;
		font-size: 14px;
	}
	.header-contact > a:before {
		height: 18px;
		width: 18px;
		margin-right: 3px;
	}
	header.site-header.header-three {
		padding-top: 40px;
	}
	header.site-header.header-three .header-contact {
		background-color: #f3f3f3;
		position: absolute;
		padding: 3px 0;
		left: 0;
		right: 0;
		top: 0;
		justify-content: center;
	}
	.header-center .logo-container {
		display: flex;
		justify-content: space-between;
		align-items: center;
		gap: 10px;
		padding: 0 15px;
	}
	.header-center .logo-container .main-navigation { order: 2;}
	 .header-center .logo-container .right-head {
        order: 1;
        margin-left: auto;
        display: flex;
    }
}
/* Navigation
--------------------------------------------- */
.main-navigation {
    display: flex;
    justify-content: flex-end;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation ul#primary-menu {
    display: flex;
    justify-content: flex-end;
    column-gap: 20px;
	align-items: center;
}


.main-navigation li {
	position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    padding: 8px 0;
    text-transform: capitalize;
	font-family: 'Economica' , -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	color: #000;
	
}

.main-navigation a:hover, .main-navigation li.current-menu-item > a {
	color: #f05b60;
}
.main-navigation li.button-menu a {
    border-radius: 50px;
    background-color: #f05b60;
    color: #fff;
	padding: 8px 20px;
	border-bottom-color: transparent !important;
}
.main-navigation li.button-menu a:hover {
    background-color: #0d3523;
    color: #fff;
}
/* Small menu. */
header.site-header #site-navigation .menu-toggle {
	display: none;
	font-size: 0;
	background-color: transparent;
	border: none;
	position: relative;
	height: 30px;
    width: 40px;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
header.site-header.header-center #site-navigation .menu-toggle{
	position: absolute;
    right: 15px;
    top: 18px;
}
/* Initial state of the menu toggle icon (3 lines) */
.menu-toggle:after, .menu-toggle:before {
    content: "";
    position: absolute;
    right: 0;
    width: 100%;
    height: 3px;
    background-color: #f05b60;
    top: 8px;
    border-radius: 3px;
	transition: all 0.2s ease-in-out;
}
.menu-toggle:before {
    width: 60%;
    top: auto;
    bottom: 8px;
}
.main-navigation.toggled .menu-toggle:after, .main-navigation.toggled .menu-toggle:before {
	width: 80%;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.main-navigation.toggled .menu-toggle:after {
    transform: rotate(-45deg);
}
.main-navigation.toggled .menu-toggle:before {
    transform: rotate(45deg);
}
.main-navigation li.menu-item button.submenu-toggle {
    display: none;
    position: absolute;
    right: 0;
    top: 5px;
    padding: 0;
    background-color: #fff0;
    color: #000;
    font-size: 25px;
    box-shadow: 0 0 0 0;
    border: none;
    width: 30px;
    height: 30px;
    margin: auto;
    font-family: sans-serif;
}

.post-share a { border: none; }

.site-footer a:hover, .post-share a:hover {
    color: #f05b60;
}
.site-footer a {
    color: #000;
}
.contact-map-overlap h2 {
    margin-bottom: 5px;
}
.contact-map-overlap svg {
	width: 20px;
    height: 20px;
	    min-width: 20px;
    display: inline-block;
    vertical-align: middle;
}
.contact-map-overlap .contact-meta {
    margin-bottom: 8px;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 11px;
    row-gap: 8px;
}
.contact-map-overlap .contact-iconbox {
    display: flex;
    gap: 5px;
    align-items: center;
}
.contact-map-overlap .contact-address {
    max-width: 320px;
    margin-bottom: 15px;
    font-size: 14px;
}
.contact-map-overlap a { color: #000;}
.contact-map-overlap a:hover { color: #f05b60;}
.contact-socials {
    margin-top: 15px;
    display: flex;
    gap: 10px;
}
.contact-socials a {
    border-bottom: none;
}
.contact-socials svg, .post-share svg {
    height: 24px;
    width: 24px;
    color: #000;
    transition: all 0.3s ease-in-out;
}
.contact-socials a:hover svg, .post-share a:hover svg {
    color: #f05b60;
}
.map-section a:hover, .elementor-widget-icon-list a:hover {
    color: #f05b60;
}
.map-section a, .elementor-widget-icon-list a {
    color: #000;
}
img.img-icon {
    width: 50px;
}

@media (min-width: 1024px) {

.main-navigation ul ul {
    box-shadow: 0 1px 5px rgb(0 0 0 / .1);
    position: absolute;
    top: 120%;
    left: 0;
    z-index: 99999;
    padding: 10px;
    border-radius: 5px;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;	
	transition: all 0.2s ease-in-out;
}

.main-navigation ul ul ul {
	left: auto;
	right: 100%;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	top: 100%;
	opacity: 1;
	visibility: visible;
}
/* #primary-menu>li.menu-item-has-children>a:after {
	content: '';
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMHB4IiBoZWlnaHQ9IjIwcHgiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0iIzAwMCIgZD0ibTEyIDEzLjE3MWw0Ljk1LTQuOTVsMS40MTQgMS40MTVMMTIgMTZMNS42MzYgOS42MzZMNy4wNSA4LjIyMnoiLz48L3N2Zz4=);
	width: 20px;
	height: 20px;
	display: inline-block;
	background-position: center center;
	vertical-align: middle;
	transition: all .3s ease-in-out;
} */
	
/* ul.custom-list.col-three {
    column-count: 3;
} */

	
}
@media (max-width: 1023px) {
	.header-center .main-navigation {
		width: 40px;
		height: 30px;
	}
	header.site-header #site-navigation .menu-toggle {
		display: block;
		order: 1;
	}
	header.site-header button.search-toggle {
		order: 0;
		width: 24px;
		margin-right:10px;
	}
	header.site-header.header-center button.search-toggle {
		margin-right:0px;
	}
	header.site-header #site-navigation.main-navigation.toggled .menu-toggle {
		position: fixed;
		right: 10px;
		top: 10px;
		z-index: 9;
	}
	.main-navigation .primary-menu-container {
        position: fixed;
        right: 100%;
        width: 100%;
        top: 0;
        padding: 60px 30px 30px;
        background-color: rgb(255 255 255 / .8);
        backdrop-filter: blur(5px);
        transition: all 0.3s ease-in-out;
        height: 100vh;
        overflow: auto;
    }
	.main-navigation.toggled .primary-menu-container{
		right: 0%;
	}
	.main-navigation ul#primary-menu {
		flex-direction: column;
        row-gap: 5px;
        height: 100%;
        justify-content: flex-start;
		align-items: stretch;
	}
	.main-navigation li.menu-item button.submenu-toggle {
		display: block;
	}
    .menu-item-has-children > ul {
        display: none;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
    .menu-item-has-children.submenu-open>ul {
        display: block;
        padding: 10px;
        background-color: rgba(255, 255, 255, 0.1);
        border-radius: 5px;
    }
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Footer
 * ------------------------------------------ */
footer.site-footer:not(.no-widget) {
    padding-top: 50px;
}
footer.site-footer {
    background-color: #f0ede1;
	font-size: 15px;
}
footer.site-footer .footer-widgets {
    display: flex;
    flex-direction: row;
    padding-bottom: 40px;
    gap: 40px;
}
footer.site-footer .footer-widgets .footer-widget-col {
    width: 100%;
}
footer.site-footer .footer-widgets .wp-block-image {
    margin-bottom: 20px;
}
footer.site-footer .footer-widgets .footer-widget-col:nth-child(1) {
	font-size: 14px;
}
footer.site-footer .footer-widgets h4.wp-block-heading {
    font-size: 20px;
    margin-bottom: 5px;
}
h3.footer-widget-title {
    font-size: 24px;
    color: #0d3523;
}
.site-footer .footer-widget .textwidget ul {
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.copyright-foot {
    padding: 10px;
    text-align: center;
    background-color: #88af8d;
    color: #fff;
    font-size: 14px;
}
.foot-social-title{margin-top: 30px;}

.footer-social-icons {
  display: flex;
  gap: 15px;
  align-items: center;
	margin-top: 15px
}

.footer-social-icons a svg {
    fill: #0d3523;
	transition: all 0.3s ease-in-out
}
.footer-social-icons a:hover svg {
    fill: #f05b60;
}

/* .background-mask {
    position: relative;
}
.background-mask:before {
    content: "";
    position: absolute;
    display: block !important;
    inset: 0;
    background-image: url(https://minininja.com/dev/wp-content/uploads/2026/03/green-overlay-mask.png);
    background-repeat: no-repeat;
    background-size: 100.2% 100%;
    background-position: center;
    z-index: 9;
    pointer-events: none;
} */

@media (min-width: 981px) { 
footer.site-footer .footer-widgets .footer-widget-col:nth-child(1) {
    width: 150%;
}
footer.site-footer .footer-widgets .footer-widget-col:nth-child(2),
footer.site-footer .footer-widgets .footer-widget-col:nth-child(3),
footer.site-footer .footer-widgets .footer-widget-col:nth-child(4) {
    width: 70%;
}

	
}

@media (max-width: 980px) { 
	footer.site-footer .footer-widgets {
		flex-wrap: wrap;
		gap: 30px;
	}
	footer.site-footer .footer-widgets .footer-widget-col:nth-child(1) {
		width: 100%;
	}
	footer.site-footer .footer-widgets .footer-widget-col {
		width: calc(33.33% - 20px);
	}
}
@media (max-width: 480px) {
	footer.site-footer {
		font-size: 14px;
	}
	footer.site-footer .footer-widgets {
		gap: 20px;
	}
	footer.site-footer .footer-widgets .footer-widget-col {
		width: 100%;
	}
}
/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.entry-meta {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.entry-meta > span {
    display: inline-block;
    position: relative;
}
.entry-meta > span:not(:last-child):after {
    content: "|";
    position: absolute;
    right: -8px;
}
footer.entry-footer {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
aside#secondary {
    width: 20%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* Page Not found */
section.not-found {
    padding: 20px 0 50px;
    text-align: center;
    min-height: calc(100vh - 100px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
section.not-found form.search-form {
    margin-top: 30px;
}

/*  page */
main#primary {
    margin: 40px 0;
	min-height: 100vh;
}
.single h1.entry-title {
    margin-top: 0;
}
.post-single {
    padding: 0 15px;
}
.listing-block, .post-single {
    display: flex;
    gap: 40px;
}

.listing-block .left-primary {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
	align-content: flex-start;
    align-items: stretch;
}
.listing-block .left-primary article {
    width: calc(33.33% - 20px);
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #efefef;
    overflow: hidden;
}
.listing-block .left-primary article a.post-thumbnail {
    display: block;
    margin: -15px -15px 0;
}
.listing-block .left-primary article .entry-summary {
    margin-top: 15px;
}
.listing-block .left-primary article a.read-more {
    display: inline-block;
    margin-top: 15px;
}
/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
.adventure-box a {border-bottom: none;}
/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}
/* Woocommerce */
main#main.site-main {
    max-width: 1320px;
    padding: 50px 15px;
    margin: 0 auto;
}
/* Custom CSS for pages */
.adventure-box figure.elementor-image-box-img{
	position: relative;
	overflow: hidden;
}
.adventure-box figure.elementor-image-box-img:before {
    content: "";
    position: absolute;
    background-image: url(../../uploads/2026/03/green-overlay-mask.png);
    background-repeat: no-repeat;
    z-index: 9;
    left: -1px;
    top: -1px;
    bottom: -1px;
    right: -2px;
    background-size: 100% 100%;
	pointer-events: none;
}
.adventure-box.mask-orange figure.elementor-image-box-img:before{background-image: url(../../uploads/2026/03/orange-overlay-mask.png);}
.adventure-box.mask-yellow figure.elementor-image-box-img:before{background-image: url(../../uploads/2026/03/yellow-overlay-mask.png);}
.adventure-box figure.elementor-image-box-img img {
    transition: all 0.3s ease-in-out;
}
.adventure-box:hover figure.elementor-image-box-img img {
    transform: scale(1.05);
}
.adventure-section .elementor-widget-button a.elementor-button {
    min-width: 200px;
}

.image-mask{
	position: relative;
	overflow: hidden;
}
.image-mask:before {
    content: "";
    position: absolute;
    background-image: url(../../uploads/2026/03/green-overlay-mask.png);
    background-repeat: no-repeat;
    z-index: 9;
    left: -1px;
    top: -1px;
    bottom: -1px;
    right: -2px;
    background-size: 100% 100%;
	pointer-events: none;
}
.image-mask.mask-orange:before{background-image: url(../../uploads/2026/03/orange-overlay-mask.png);}
.image-mask.mask-yellow:before{background-image: url(../../uploads/2026/03/yellow-overlay-mask.png);}


.bg-blur {
    backdrop-filter: blur(10px);
}
.banner-cont-form {
    max-width: 650px;
}
/* Custom Select CSS */
.ticket-block {
    display: flex;
    align-items: center;
    justify-content: center;
	gap: 10px;
}
.ticket-block .ticket-dropdown {
    position: relative;
    width: 100%;
    max-width: 600px;
}

.ticket-block .dropdown-selected {
    border: 2px solid #f05b60;
    border-radius: 35px;
    padding: 10px 20px;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f05b60;
	height: 60px;
}

.ticket-block .arrow {
    display: flex;
    justify-content: center;
    align-items: center;
}
.ticket-block .dropdown-options {
    display: none;
    position: absolute;
    width: 100%;
    margin-top: 10px;
    border-radius: 15px;
    background: #f05b60;
    overflow: hidden;
    z-index: 10;
}

.ticket-block .option {
  padding: 12px 18px;
  color: #fff;
  cursor: pointer;
  transition: background 0.2s;
	
}

.ticket-block .option:hover {
  background: rgba(0,0,0,0.2);
}

.ticket-block button#goBtn {
    padding: 10px;
    height: 60px;
    width: 60px;
    border-radius: 30px;
    border: none;
    background: #f05b60;
    color: #ffffff;
    cursor: pointer;
    opacity: 0.8;
	transition: all 0.3s ease-in-out;
}

.ticket-block button#goBtn.active, .ticket-block button#goBtn:hover {
    background-color: #c0494d;
}

.stars {
    margin-bottom: 20px;
}

span.filled {
    color: #df5b62;
}

.review-text {
    font-size: 18px;
    line-height: 27px;
    font-weight: 300;
    margin-bottom: 30px;
}

.review-name {
    text-transform: uppercase;
    font-weight: 600;
}

.review-time {
    text-decoration: underline;
    text-underline-offset: 7px;
}

.swiper-slide {
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 73px;
    background-size: contain;
}

.swiper-button-prev, .swiper-button-next {
    width: 40px;
    height: 40px;
    background-color: #f0ede1;
    color: rgb(0, 0, 0);
    box-shadow: rgb(0 0 0 / 21%) 0px 0px 10px;
    border-radius: 50%;
}

.swiper-button-prev::after, .swiper-button-next::after {
    font-size: 20px;
}

.swiper-wrapper-container {
  position: relative;
}

/* .swiper {
  padding: 0 40px;
} */

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  z-index: 100;
}

.swiper-button-prev {
  left: -30px;            /* start at container edge */
/*   transform: translate(-120%, -50%);  */
}

.swiper-button-next {
  right: -30px;
/*   transform: translate(120%, -50%); */
}
.participation-waiver-content h2 {
    margin-top: 20px;
    margin-bottom: 5px;
}
.contact-map-col .contact-map.elementor-widget-google_maps, .contact-map-col .contact-map .elementor-custom-embed {
    height: 100%;
}
.book-ticket-box .elementor-icon-box-wrapper {
    padding: 15px 135px 15px 15px;
    border-radius: 30px;
    border: 1px solid #ccc;
}
.book-ticket-box .elementor-icon-box-wrapper a.book-btn {
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 5px 15px;
    border-radius: 30px;
    color: #0D3523;
    background-color: #92AE8E;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    font-weight: 600;
    font-size: 14px;
}
.book-ticket-box .elementor-icon-box-wrapper a {
    border: none;
}
.book-ticket-box .elementor-icon-box-wrapper a.book-btn:hover {
    color: #fff;
    background-color: #6CB37A;
}

.faq-module summary.e-n-accordion-item-title, .faq-module .elementor-element {
    border-left: 0px;
    border-right: 0px;
}

.faq-module #e-n-accordion-item-1180 summary.e-n-accordion-item-title {
    border-top: 2px solid rgb(31 33 36 / 14%);
}

.faq-module #e-n-accordion-item-11817 summary.e-n-accordion-item-title {
    border-bottom: 2px solid rgb(31 33 36 / 14%);
}

.accordian-btn #continue-btn > summary{
    border: 1px solid #ccc;
    border-radius: 50px;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
}
.accordian-btn #continue-btn>summary:hover {
    background-color: #6CB37A;
    color: #fff;
    border-color: #6CB37A;
}
.accordian-btn #continue-btn>summary>span.e-n-accordion-item-title-icon {
    display: none;
}
/* Pricing Table CSS */
/* Wrapper for mobile scroll */
.pricing-wrapper .price_tbl_filter {display: none;}

/* Table base */
.pricing-table {
  	width: 100%;
  	border-collapse: collapse;
/*   	min-width: 680px; */
	font-size: 15px;
}
.pricing-table thead {
    position: sticky;
    top: 0;
    background-color: #fbfaf7;
    height: 75px;
	z-index: 99;
}
.pricing-table th, .pricing-table td {
    padding: 14px;
    text-align: center;
/*     border-top: 1px solid #fff !important; */
    background-color: #EEEBE0;
    border-left: 4px solid #fbfaf7;
}
.pricing-table>tbody>tr:nth-of-type(odd)>* {
    background-color: #f5f3ed;
}
.pricing-table th:first-of-type, .pricing-table td:first-of-type {
    border-left: none;
}
.pricing-table th.plan.package_2.featured {
/*     background-color: #143625; */
	    background-color: #8ab18d;
/*     transform: scale(1.05); */
    z-index: 10;
/*     border-radius: 10px; */
}
.pricing-table th.plan strong.price-box {
    display: block;
    font-size: 120%;
}
table.pricing-table tbody tr {  transition: all 0.3s ease-in-out;}
/* table.pricing-table tbody tr:hover {
    transform: scale(1.01);
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
} */
/* First column (labels) */
.pricing-table td:first-child {
  text-align: left;
/*   color: #000; */
  color: #0D3523;
  width: 25%;
}
tbody td.package_info {
    color: #0D3523;
}

/* Header styling */
.pricing-table th.plan {
/*     background: #B3AA33; */
	background: #89b08d;
/*     position: relative; */
    font-size: 16px;
    width: 25%;
    border-top: none;
    border-radius: 10px 10px 0 0;
}
.pricing-table th.plan.with-img {
    background-color: transparent !important;
	padding: 0;
}
.pricing-table th.plan.with-img img {
    max-width: 200px;
}
.pricing-table th.plan h3 {
    margin: 0;
    font-size: 22px;
	line-height: 1.2;
    color: #fff;
}

tr.section td:nth-child(1) {
    font-size: 25px;
	color: #143625;
    font-weight: 700;
    text-align: left;
    border-top-color: #f05b60;
}

img.heading-logo {
    width: 50px;
    height: 50px;
    vertical-align: middle;
    margin-right: 7px;
}

tr.section-items td:nth-child(1) {
    padding-left: 50px;
}

tr.section-items td:nth-child(1) {
    padding-left: 75px;
}

img.heading-logo.thunder-logo {
    height: 60px;
    width: 60px;
}

/* Rounded top corners */
.pricing-table th.plan:first-of-type {
  border-top-left-radius: 10px;
}
.pricing-table th.plan:last-of-type {
  border-top-right-radius: 10px;
}

/* Badge */
/*.pricing-table .badge {
    display: inline-block;
    margin-top: 5px;
	background: #F7cec8;
    color: #0D3523;
    padding: 6px 8px;
    font-size: 14px;
    border-radius: 10px 10px 0px 0px;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 100%;
}*/

/*.pricing-table .badge.best {
	background: #EFE891;
    color: #0D3523;
}*/

.pricing-table .badge {
    display: inline-block;
    background-image: url(https://minininja.com/dev/wp-content/uploads/2026/05/MN-most-popular.png);
    position: absolute;
    right: 0px;
    left: 10%;
    bottom: 28px;
    background-repeat: no-repeat;
    width: 250px;
    height: 250px;
    background-size: contain;
}

.badge.best {
    background-image: url(https://minininja.com/dev/wp-content/uploads/2026/05/best-experience.png);
}

/* Featured column */


/* Price row */
.pricing-table .price-row td {
  font-size: 20px;
  font-weight: bold;
}

/* Section headers */
.pricing-table .section td {
/*     color: #143625;
    font-weight: 700;
    text-align: left;
    border-top-color: #f05b60; */
}
.pricing-table .complimentary-tr td strong {
    display: block;
}
/* Tick */
.pricing-table .yes::before {
    content: "✔";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
/*     background: #B3AA33; */
	    background: #8bb28d;
    color: #fff;
    border-radius: 50%;
/*     box-shadow: 0 0 0 5px #bfb53b; */
	    box-shadow: 0 0 0 5px #8bb28db3;
    font-size: 16px;
    margin: auto;
}

/* Cross */
.pricing-table .no::before {
    content: "✖";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #838383;
    color: #fff;
    border-radius: 50%;
    font-size: 16px;
    margin: auto;
    box-shadow: 0 0 0 5px #999999;
}
/* .pricing-table .yes.package_2::before {
	content: "★";
    background-color: #143625;
    box-shadow: 0 0 0 5px #23543b;
	font-size: 22px;
} */

/* CTA row */
.pricing-table .cta-row td {
  border-bottom: none;
}
table.pricing-table tbody tr.cta-row td.package_info {
    padding: 30px 15px;
}
.pricing-table>tbody>tr td.package_info.package_1 {
/*     background-color: #cff5ff;
    border-bottom: 1px solid #a9e0ef; */
	background-color: color(srgb 0.73 0.86 0.83 / 0.53);
    border-bottom: 1px solid color(srgb 0.73 0.86 0.83);
}
.pricing-table>tbody>tr td.package_info.package_2 {
/*     background-color: #F15C5F;
    border-bottom: 1px solid #db4b4e;
    color: #fff; */
	background-color: color(srgb-linear 0.93 0.62 0.58 / 0.53);
    border-bottom: 1px solid #F7cec8;
    color: #0D3523;
}
.pricing-table>tbody>tr td.package_info.package_3 {
/*     background-color: #EFE891; */
	background-color: rgb(239 232 145 / 53%);
    border-bottom: 1px solid #d5ce74;
}
.map-section {
    margin-top: 0px;
}
.wa__popup_content_list .wa__popup_content_item a.wa__stt {
    border-bottom: none;
}

.star img {
  display: inline-block;
  width: 14px;
  height: 14px;
  animation: starPulse 2s infinite ease-in-out;
}
@keyframes starPulse {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }
  50% {
    transform: scale(1.5);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.9;
  }
}

.form-hidden {
    visibility: hidden;
    position: absolute;
}

.form-visible {
    visibility: visible;
    position: static;
}


body .red-btn:hover {
    background-color: #ED6462 !important;
    color: #fff !important;
}

body .red-btn {
    background-color: #F2D0C9 !important;
    color: #ED6462 !important;
}


body .yellow-btn:hover {
    background-color: #B2A83E !important;
    color: #FFFFFF !important;
}

body .yellow-btn {
    background-color: #EEE89B !important;
    color: #7A7016 !important;
}

/* .badge span.star {
    margin: 0px 5px;
} */

/* Blog Page CSS */

.blog-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.blog-image {
    position: relative;
    z-index: 1;
}


body .blog-item .blog-image img {
    width: 100%;
    object-fit: cover;
	display: block;
    position: relative;
    z-index: 1;
	aspect-ratio: 1/ 0.8;
}

.blog-grid .blog-item:nth-child(even) .blog-image::before {
    background-image: url(https://minininja.com/dev/wp-content/uploads/2026/03/yellow-overlay-mask.png);
}

.blog-image::before {
    content: "";
    position: absolute;
    background-image: url(https://minininja.com/dev/wp-content/uploads/2026/03/orange-overlay-mask.png);
    background-repeat: no-repeat;
    z-index: 9;
    left: -1px;
    top: -1px;
    bottom: -1px;
    right: -2px;
    background-size: 100% 100%;
    pointer-events: none;
}


.blog-title {
    margin: 15px 0 10px;
}

.blog-title a {
     font-size: 30px;
    text-decoration: none;
    color: inherit;
	 line-height: 1em;
}

.blog-title a:hover {
    text-decoration: none;
    border: none;
}

.blog-excerpt {
    font-size: 14px;
    margin-bottom: 10px;
}

body .read-more {
    color: #f05b60;
    text-decoration: none;
    font-weight: normal;
    padding-top: 15px;
    display: inline-block;
}

.blog-grid-three {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}




body .blog-grid-three .blog-item:nth-child(3n + 1) .blog-image::before {
    background-image: url('https://minininja.com/dev/wp-content/uploads/2026/03/orange-overlay-mask.png');
}

body .blog-grid-three .blog-item:nth-child(3n + 2) .blog-image::before {
    background-image: url('https://minininja.com/dev/wp-content/uploads/2026/03/green-overlay-mask.png');
}

body .blog-grid-three .blog-item:nth-child(3n + 3) .blog-image::before {
    background-image: url('https://minininja.com/dev/wp-content/uploads/2026/03/yellow-overlay-mask.png');
}

body .single-post .post-single {
    display: block;
}

body .single-post .left-primary {
    width: 100%;
}

span.cat-links {
    display: none;
}

.breadcrumb a {
    color: #000;
}

.breadcrumb a:hover {
    color: #f05b60;
}

.single-post h1.entry-title {
    font-size: 70px;
    line-height: 1em;
    font-weight: 800;
    margin: 30px 0px;
}

.single-post .entry-meta {
    margin-bottom: 50px;
}

.post-thumbnail img {
    border-radius: 25px;
}

.single-post h1, h2 {
    color: #0D3523;
}

.single-post h2 {
    font-size: 30px;
}

.post-share {
    padding-top: 50px;
}

span.pink-color {
    color: #f05b60;
}

.bg-text span {
    background-color: #f05b60;
    color: #fff;
    border-radius: 5px;
    padding: 5px;
}

.safety-content h2 {
    font-size: 42px;
/* 	margin-top: 0px; */
}

.safety-content h3 {
    font-size: 25px;
	margin-top: 15px;
}

ul.custom-list {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

ul.custom-list li {
    position: relative;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

ul.custom-list li:before {
    content: '';
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDEyIDI0Ij48ZGVmcz48cGF0aCBpZD0iU1ZHMXB6cGJkWVkiIGZpbGw9IiMwMDAiIGQ9Im03LjU4OCAxMi40M2wtMS4wNjEgMS4wNkwuNzQ4IDcuNzEzYS45OTYuOTk2IDAgMCAxIDAtMS40MTNMNi41MjcuNTJsMS4wNiAxLjA2bC01LjQyNCA1LjQyNXoiLz48L2RlZnM+PHVzZSBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGhyZWY9IiNTVkcxcHpwYmRZWSIgdHJhbnNmb3JtPSJyb3RhdGUoLTE4MCA1LjAyIDkuNTA1KSIvPjwvc3ZnPg==);
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    left: 0px;
    top: 7px;
}

img.img-icon {
    vertical-align: middle;
    margin-right: 10px;
}

	ul.img-list {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

@media (min-width: 1024px) {
	ul.img-list {
         display: grid;
        grid-template-columns: auto auto;
        column-gap: 35px;
}

/* ul.img-list li {
    width: 50%;
} */
	
.swiper-wrapper-container {
    padding: 0px 60px;
}	
	
}



@media (max-width: 1024px) {
	.pricing-table {font-size: 14px;	}
}
/* Responsive */
@media (max-width: 768px) {
	.pricing-wrapper .price_tbl_filter {
        display: flex;
        list-style: none;
        margin: 0 0 15px;
        gap: 5px;
    }
	.pricing-table th.plan.with-img img {
    max-width: 100px;
}
	.pricing-wrapper .price_tbl_filter button {
		font-size: 12px;
		padding: 8px;
		border-radius: 5px;
		font-weight: 500;
	}
	.pricing-wrapper .price_tbl_filter button.active {
		background-color: #0D3523;
		color: #ffffff;
	}
	.pricing-table {
		font-size: 13px;
	}
	.pricing-table .price-row td {
		font-size: 14px;
	}
	.pricing-table thead {height: 40px; top: 75px;	}
	.pricing-table th.plan h3 {font-size: 18px;	}
	.pricing-table th.plan {width: 40%;}
	.pricing-table th.plan.package_info {width: 60%;}
	.pricing-table .yes::before, .pricing-table .no::before { width: 20px; height:20px;}
	/* Hide all package columns by default */
	.pricing-table .package_info {
	  display: none;
	}

	/* Show only active column */
	.pricing-table .package_info.active {
	  display: table-cell;
	}

	/* Keep first column (labels) always visible */
	.pricing-table td:first-child,
	.pricing-table th:first-child {
	  display: table-cell;
	}
	.pricing-table th, .pricing-table td {
		padding: 5px 8px;
	}
	
	.pricing-table td:first-child { width: 50%; }
	tr.section td:nth-child(1) { font-size: 13px;}
	tr.section-items td:nth-child(1) {
    padding-left: 50px;
}
	img.heading-logo { width: 28px; }
	img.heading-logo.thunder-logo {
    height: 40px;
    width: 28px;
}
}
.pricing-table th.plan.with-img img {
    margin-bottom: -20px;
  
}

/* Pricing Table CSS END */

.book-ticket-box.btn-book .elementor-icon-box-wrapper { padding: 15px 130px 15px 15px !important; }

.book-ticket-box.green-bg .elementor-icon-box-wrapper {
    background-color: #93af8e;
    border-color: #93af8e;
}

.book-ticket-box.green-bg .elementor-icon-box-wrapper a, .book-ticket-box.red-bg .elementor-icon-box-wrapper a, .book-ticket-box.yellow-bg .elementor-icon-box-wrapper a, .book-ticket-box.blue-bg .elementor-icon-box-wrapper a, .book-ticket-box.pink-bg .elementor-icon-box-wrapper a {
    color: #fff;
}

.book-ticket-box.green-bg .elementor-icon-box-wrapper .book-btn { background-color: #0d352333; }

.book-ticket-box.red-bg .elementor-icon-box-wrapper {
    background-color: #e07960;
    border-color: #e07960;
}


.book-ticket-box.yellow-bg .elementor-icon-box-wrapper {
    background-color: #cdc044;
    border-color: #cdc044;
}

.book-ticket-box.blue-bg .elementor-icon-box-wrapper {
    background-color: #badcd3;
    border-color: #badcd3;
}

.book-ticket-box.pink-bg .elementor-icon-box-wrapper {
    background-color: #f7cec8;
    border-color: #f7cec8;
}

body .book-ticket-box.red-bg a.book-btn {
    background-color: #f7cec8 !important;
    color: #ED6462;
}
body .book-ticket-box.red-bg a.book-btn:hover {  background-color: #ff6c5882 !important; }
body .book-ticket-box.yellow-bg a.book-btn {
    background-color: #EEE89C;
    color: #7A7016;
}
body .book-ticket-box.yellow-bg a.book-btn:hover {
    background-color: #fff02a;
    color: #7A7016;
}
body .book-ticket-box.pink-bg a.book-btn {
    background-color: #f73b46a6;
}
body .book-ticket-box.pink-bg a.book-btn:hover {
    background-color: #ea5b63;
}

.safety-page-heading h3 {
    font-size: 30px;
}

body .custom-list.col-three li:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiMwRDM1MjMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Im0xMCAxN2w1LTVsLTUtNSIvPjwvc3ZnPg==);
}

.thunder-img { max-width: 18px !important; }
/* .hide-element {
    display: none;
} */

/* Media Queries */

@media (min-width: 1024px) {
	.home-banner >.e-con-inner > .elementor-widget-text-editor {font-size: 20px !important;}
}

@media (min-width: 1300px) { 
.remove-bg-phone {
    background-size: 100% 100% !important;
}
}
@media (min-width: 768px) { 
.sticky-top {
	position: sticky !important;
	top: 100px;
}
	
.pricing-table th.plan.with-img img {
    vertical-align: bottom;
  
}
	
}
@media (max-width: 980px) { 
	section.not-found svg {
		width: 128px;
		height: 128px;
	}
	.listing-block .left-primary article {
		width: calc(50% - 15px);
	}
		.review-box {
    padding: 0px 25px;
}
	.swiper-button-prev, .swiper-button-next {
    width: 30px;
    height: 30px;
	}
		.swiper-button-prev::after, .swiper-button-next::after {
    font-size: 15px;
}
	  .swiper-button-prev {

    left: -15px;
  }
  
  .swiper-button-next {
/*     transform: translate(50%, -50%); */
    right: -10px;
  }
	
}

@media (min-width: 768px) and (max-width: 1024px) {
		.safety-content h2 {
    font-size: 32px;
}

.safety-content h3 {
    font-size: 22px;
}
}


@media (max-width: 767px) {
	body {
		font-size: 14px;
	}
	.listing-block, .post-single {
		flex-direction: column;
	}
	.left-primary, aside#secondary{
		width: 100%;
	}
	.post-single {
		padding: 0px 15px;
	}
	.remove-bg-phone {
		background-image: none !important;
	}
	.single-post h1.entry-title {  
	   font-size: 30px;	
		margin: 20px 0px; 
	}
	.single-post .entry-meta {
    margin-bottom: 25px;
}
	
.safety-page-heading h3 {
    font-size: 22px;
}

	
	.review-text {
    font-size: 15px;
    margin-bottom: 20px;
}
	
	.swiper-button-prev,
	.swiper-button-next {
 	 top: 40%;
	}
	
	.swiper-slide {
    padding-top: 37px;
    background-size: contain;
}

.accordian-btn #continue-btn>summary {
    margin-bottom: 20px;
}	
	
	.blog-grid, .blog-grid-three {
    grid-template-columns: 1fr;
}

	.blog-title a {
    font-size: 22px;
	}
	
	.post-share {
    padding-top: 20px;
}
	
	.safety-content h2 {
        font-size: 28px;
/* 		margin-top: 0px; */
}

.safety-content h3 {
    font-size: 18px;
}
	
	.single-post h2 {
    font-size: 25px;
}
	
	.pricing-table .badge {
    bottom: 42px;
    width: 150px;
    height: 150px;
}
/* .book-ticket-box.btn-book .elementor-icon-box-wrapper a.book-btn {
    position: static;
	max-width: 100px;
	margin: 0px;
} */

.book-ticket-box.btn-book .elementor-icon-box-wrapper { align-items: flex-start !important; }	
	
.book-ticket-box.btn-book .elementor-icon-box-title { margin-bottom: 10px !important; }	
.home-banner >.e-con-inner > .elementor-widget-text-editor {
    font-size: 16px !important;
}	
.remove-bg-m {
    background-image: none !important;
}
}
@media (max-width: 480px) {
	.listing-block .left-primary article {
		width: 100%;
	}
}