/*!
Theme Name: william-wesley
Theme URI: https://www.dotcomdesign.com/
Author: Dotcom Design
Author URI: https://www.dotcomdesign.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: william-wesley
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.

william-wesley 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/
*/

/*--------------------------------------------------------------
>>> 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
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* 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;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

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

/**
* Remove the margin in all browsers.
*/

body {
    margin: 0;
    padding: 0;
    text-rendering: optimizeLegibility !important;
}

body,
html {
    overflow-x: hidden !important;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/

h1 {
    font-size: 2em;
}

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

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

pre {
    font-size: 1em;
    /* 2 */
}

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

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

a {
    background-color: transparent;
    text-decoration: none !important;
    outline: none !important;
}

/**
* 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;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
* 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-size: 1em;
    /* 2 */
}

/**
* 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;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/

button,
input {
    /* 1 */
    overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/

button,
select {
    /* 1 */
    text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
* 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.
*/

/**
* 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;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
* 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;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
* 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;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
* 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;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* 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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea,
p {
    color: var(--primary-color);
    font-size: 16px;
    line-height: 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-size: 15px;
    font-size: 0.9375rem;
}

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

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

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

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

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ol {
    list-style: decimal;
}

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

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

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

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

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
    clear: both;
    display: inline-block;
    float: none;
    width: auto;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    font-size: 0;
    line-height: 1;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    left: 100%;
}

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

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

.main-navigation li {
    float: none;
    display: inline-block;
    position: relative;
    margin: 0 10px;
}

.main-navigation a {
    transition: 0.3s;
    position: relative;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    font-family: var(--title-font);
    color: var(--primary-color);
    padding: 0 25px;
}

@media screen and (min-width: 992px) {
    .menu-toggle {
        display: none;
    }
}

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
# 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;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

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

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}

/* 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;
}

/*========== Fonts CSS Start ==========*/

@font-face {
    font-family: "GeosansLight";
    src: url("assets/fonts/GeosansLight-Oblique.eot");
    src: url("assets/fonts/GeosansLight-Oblique.eot?#iefix") format("embedded-opentype"),
        url("assets/fonts/GeosansLight-Oblique.woff2") format("woff2"),
        url("assets/fonts/GeosansLight-Oblique.woff") format("woff"),
        url("assets/fonts/GeosansLight-Oblique.ttf") format("truetype");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "GeosansLight";
    src: url("assets/fonts/GeosansLight.eot");
    src: url("assets/fonts/GeosansLight.eot?#iefix") format("embedded-opentype"),
        url("assets/fonts/GeosansLight.woff2") format("woff2"),
        url("assets/fonts/GeosansLight.woff") format("woff"),
        url("assets/fonts/GeosansLight.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Wild and Folk Font";
    src: url("assets/fonts/WildandFolkFont-Regular.eot");
    src: url("assets/fonts/WildandFolkFont-Regular.eot?#iefix") format("embedded-opentype"),
        url("assets/fonts/WildandFolkFont-Regular.woff2") format("woff2"),
        url("assets/fonts/WildandFolkFont-Regular.woff") format("woff"),
        url("assets/fonts/WildandFolkFont-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*========== Fonts CSS End ==========*/

/*========== Form CSS Start ==========*/

select {
    -moz-appearance: none;
    -webkit-appearance: none;
}

.form-element {
    position: relative;
}

.form-element i {
    position: absolute;
    top: 16px;
    right: 15px;
    pointer-events: none;
    color: var(--primary-color);
    font-size: 16px;
}

div.wpcf7-mail-sent-ok {
    display: none !important;
}

span.wpcf7-not-valid-tip {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: var(--red-color);
    margin-bottom: -20px;
    text-align: left;
}

.wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 27px;
    position: relative;
}

.screen-reader-response {
    display: none;
}

.wpcf7-form.spam .wpcf7-response-output,
.wpcf7-form.error .wpcf7-response-output,
.wpcf7-form.invalid .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    margin: 25px 0;
    padding: 3px 10px;
    border: 1px solid var(--red-color);
    color: var(--red-color) !important;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
}

.wpcf7 form.sent .wpcf7-response-output {
    border: 1px solid #46b450;
    color: #46b450;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
}

input[type="text"],
input[type="email"],
input[type="number"] {
    -webkit-appearance: none;
    border-radius: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.form-input::-webkit-input-placeholder,
.input-text::-webkit-input-placeholder {
    color: var(--primary-color);
    opacity: 1;
}

.form-input::-moz-placeholder,
.input-text::-moz-placeholder {
    color: var(--primary-color);
    opacity: 1;
}

.form-input:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
    color: var(--primary-color);
    opacity: 1;
}

.form-input::-ms-input-placeholder,
.input-text::-ms-input-placeholder {
    color: var(--primary-color);
    opacity: 1;
}

.form-input::placeholder,
.input-text::placeholder {
    color: var(--primary-color);
    opacity: 1;
}

select option {
    color: #000;
}

select {
    color: var(--primary-color) !important;
}

select::-ms-expand {
    display: none;
}

.form-input,
.input-text,
.select2-container--default .select2-selection--single .select2-selection__rendered,
select {
    width: 100%;
    height: 46px;
    border: none;
    outline: none !important;
    padding: 0 15px;
    font-size: 16px;
    line-height: 32px;
    color: var(--primary-color);
    background: var(--white-color);
    -webkit-appearance: none;
    border-radius: 0;
}

select,
select.form-input {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 30px;
}

.form-input.wpcf7-textarea {
    height: 120px;
    resize: none;
    padding: 7px 20px;
    display: block;
}

.submit-btn {
    text-align: left;
    position: relative;
    display: inline-block;
}

.wpcf7 .wpcf7-spinner {
    position: absolute;
    top: 50%;
    left: 103%;
    transform: translate(0, -50%);
    margin: 0;
}

.wpcf7 input[type="checkbox"],
.woocommerce form .form-row .input-checkbox,
.woocommerce-form__input,
.wpcf7 input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 26px;
    background: 0 0;
    border: none;
    outline: none;
    opacity: 0;
    z-index: 5;
    cursor: pointer;
}

span.wpcf7-list-item-label,
.woocommerce-form__label-for-checkbox span,
.comment-form-cookies-consent label {
    padding-left: 30px;
}

.comment-form-cookies-consent label {
    padding-left: 10px;
}

label {
    margin-bottom: 0;
}

span.wpcf7-list-item-label:before,
span.wpcf7-list-item-label:after,
.woocommerce-form__label-for-checkbox span:before,
.woocommerce-form__label-for-checkbox span:after {
    content: " ";
}

span.wpcf7-list-item-label:before,
.woocommerce-form__label-for-checkbox span:before,
.comment-form-cookies-consent label:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 2px solid var(--primary-color);
    z-index: 1;
}

span.wpcf7-list-item-label:after,
.woocommerce-form__label-for-checkbox span:after,
.comment-form-cookies-consent label:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 12px;
    height: 12px;
    border-radius: 15px;
    background: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white-color);
    opacity: 0;
    transition: 0.3s;
    z-index: 0;
}

input[type="radio"]:checked~span:after {
    opacity: 1;
}

.checkbox-wp .wpcf7-list-item {
    margin: 10px 1em 0 0px;
    padding-bottom: 10px;
    display: block;
}

.woocommerce-form__label-for-checkbox span:before,
.checkbox-wp .wpcf7-list-item-label:before,
.comment-form-cookies-consent label:before {
    border-radius: 0;
}

.checkbox-wp .wpcf7-list-item-label:after,
.woocommerce-form__label-for-checkbox span:after,
.comment-form-cookies-consent label:after {
    content: "\f00c";
    width: 20px;
    height: 20px;
    background: transparent;
    color: var(--white-color);
    border-radius: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    background: var(--dark-color);
    border-radius: 3px;
}

input[type="checkbox"]:checked~span:before,
input[type="checkbox"]:checked~span:after,
input[type="checkbox"]:checked~span.wpcf7-list-item-label:after,
input[type="checkbox"]:checked~span.wpcf7-list-item-label:before,
input[type="checkbox"]:checked~label:after {
    opacity: 1;
}

.checkbox-wp .wpcf7-not-valid-tip {
    display: none;
}

.checkbox-wp .wpcf7-not-valid .wpcf7-list-item-label:before {
    border-color: var(--red-color);
    opacity: 0.7;
}

.form-input-checkbox .wpcf7-list-item {
    position: relative;
    margin: 0;
    margin-right: 30px;
}

span.wpcf7-list-item,
.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox,
.woocommerce form .form-row label {
    position: relative;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid var(--red-color);
    color: var(--red-color);
}

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

.form-input-checkbox .wpcf7-list-item.last {
    margin: 0;
}

.wpcf7-not-valid,
.wpcf7-not-valid .wpcf7-list-item-label::before {
    border-color: var(--red-color) !important;
}

.comment-form-cookies-consent input {
    opacity: 0;
    display: inline-block;
    width: auto !important;
}

.form-box {
    position: relative;
}

.form-box.form-input-file .wpcf7-form-control-wrap {
    padding-bottom: 20px;
}

.form-box.form-input-file input[type="file"] {
    position: relative;
    width: 76px;
    height: 73px;
    overflow: hidden;
    opacity: 0;
    z-index: 1;
}

.form-box.form-input-file .input-file-icon {
    position: absolute;
    top: 30px;
    left: 0;
    width: 76px;
    height: 73px;
    background: var(--input-color);
    border-radius: 13px;
    display: inline-block;
    cursor: pointer;
    z-index: 0;
}

.form-box.form-input-file .input-file-icon:before,
.form-box.form-input-file .input-file-icon:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 1px;
    background-color: var(--black-color);
}

.form-box.form-input-file .input-file-icon:after {
    width: 1px;
    height: 30px;
}

.form-box.form-input-file span.input-file-text {
    display: block;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    bottom: -18px;
    left: 0;
}

.wpcf7 p:last-child {
    margin-bottom: 0;
}

.form-input.sec-btn {
    border: none;
}

.wpcf7 input[type="file"] {
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: absolute;
    inset: 0;
}

.file-upload label:has(~ span input:hover) {
    background-color: var(--skin-color);
    outline-color: var(--skin-color);
}

.input-file-text {
    font-size: 16px;
    line-height: 1.5;
}

.wpcf7 form.failed .wpcf7-response-output {
    color: #dc3232;
}

/*========== Form CSS End ==========*/

/*==========Common CSS ==========*/

:root {
    --primary-color: #353535;
    --secondary-color: #111111;
    --tertiary-color: #222222;
    --dark-color: #000000;
    --brown-color: #876445;
    --bg-color: #e0e0e0;
    --skin-color: #f5ece5;
    --common-color: #777777;
    --grey-color: #A5A5A5;
    --white-color: #ffffff;
    --black-color: #000000;
    --red-color: #ff0000;
    --input-color: #555555;
    --body-font: "GeosansLight";
    --title-font: "Wild and Folk Font";
    --gutter: 30px;
}

body {
    position: relative;
    font-size: 20px;
    line-height: 32px;
    color: var(--primary-color);
    font-family: var(--body-font);
}

body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(assets/images/body-bg.jpg);
    background-repeat: repeat;
    background-size: 100%;
    background-position: top center;
    opacity: 0.35;
}

p {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    color: var(--dark-color);
    font-family: var(--title-font);
}

p a {
    color: var(--primary-color);
    text-decoration: underline !important;
    transition: 0.3s;
}

p a:hover {
    color: var(--dark-color);
}

a:hover {
    color: initial;
}

.h1-title {
    font-size: 105px;
    line-height: 126px;
    font-weight: 900;
    color: var(--dark-color);
    text-transform: uppercase;
    margin-bottom: 26px;
    font-weight: 400;
}

.h2-title {
    position: relative;
    font-size: 52px;
    line-height: 62px;
    font-weight: 400;
    color: var(--primary-color);
    text-transform: uppercase;
    margin-bottom: 14px;
    display: inline-block;
}

.h3-title {
    font-size: 34px;
    line-height: 36px;
    font-weight: 400;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.grecaptcha-badge {
    display: none !important;
}

.wow {
    visibility: hidden;
}

.callus {
    font-weight: inherit;
}

.for-des {
    display: block !important;
}

.for-mob {
    display: none !important;
}

.for-des-flex {
    display: flex !important;
}

.for-mob-flex {
    display: none !important;
}

.menu-des {
    display: inline-block;
}

.menu-mob {
    display: none;
}

.container {
    position: relative;
    z-index: 5;
}

.play-btn {
    width: 60px;
    height: 60px;
    color: var(--primary-color);
    background: var(--white-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 3px;
    box-shadow: var(--box-shadow);
    transition: 0.8s cubic-bezier(0.22, 0.78, 0.45, 1.02);
}

.play-btn:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

.back-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.ajax-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(240, 240, 240, 0.7);
    display: none;
    z-index: 5;
}

.ajax-loader i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 100px;
    color: var(--primary-color);
    animation: spin 1.5s linear infinite;
}

@keyframes spin {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.main-navigation ul li.menu-item-has-children>a {
    margin-right: 28px;
    position: relative;
}

.main-navigation ul li.menu-item-has-children>a:after {
    content: "\f078";
    position: absolute;
    top: 55%;
    right: 0px;
    transform: translate(0, -50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    line-height: 26px;
    color: var(--secondary-color);
    transition: 0.3s;
}

.main-navigation ul li.menu-item-has-children:hover>a:after {
    transform: translate(0, -50%) rotate(-180deg);
}

.main-navigation ul ul {
    position: absolute;
    top: 100%;
    left: 0 !important;
    float: none;
    width: 200px;
    background: var(--white-color);
    box-shadow: 0 0 10px rgb(60 140 244 / 15%);
    text-align: left;
    display: none;
    opacity: 0;
    border-radius: 30px 0;
}

.main-navigation ul li.menu-item-has-children:hover ul {
    display: block;
    top: 100%;
    opacity: 1;
    animation: swip_up 0.3s linear 1;
}

@keyframes swip_up {
    from {
        top: calc(100% + 20px);
        opacity: 0;
    }

    to {
        top: 100%;
        opacity: 1;
    }
}

.main-navigation ul ul li {
    display: block;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.main-navigation ul ul li:last-child {
    border-bottom: 0;
}

.main-navigation ul ul li a {
    display: block;
    padding: 12px 22px;
    font-size: 16px;
    line-height: 26px;
    transition: 0.3s;
}

.main-navigation ul ul li a:hover {
    color: var(--secondary-color);
}

.sec-btn,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    width: 213px;
    max-width: 100%;
    height: 54px;
    background: var(--secondary-color);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    -webkit-appearance: none;
    font-size: 18px;
    line-height: 25px;
    color: var(--white-color);
    font-weight: 400;
    text-align: center;
    padding: 5px;
    cursor: pointer;
    outline: none !important;
    transition: 0.3s;
    overflow: hidden;
    position: relative;
    z-index: 2;
    font-family: var(--title-font);
}

.sec-btn:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white-color);
}

.main-banner .banner-video,
.main-banner .banner-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.main-banner .banner-video video {
    left: 50%;
    transform: translate(-50%);
    width: auto;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --bs-gutter-x: var(--gutter);
    --container-space: calc(var(--gutter) / 2);
    padding-right: var(--container-space);
    padding-left: var(--container-space);
}

.row {
    --bs-gutter-x: var(--gutter);
}

.slick-slider [class*="col-"] {
    padding-right: calc(var(--gutter) / 2);
    padding-left: calc(var(--gutter) / 2);
}

/*==========Common CSS End==========*/

/*========== Modal Popup CSS Start ==========*/

.modal-open .modal,
.modal-open {
    padding-right: 0 !important;
}

.modal-open {
    position: fixed;
    width: 100%;
}

.modal-content {
    border: none;
    background: var(--white-color);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 30px rgb(60 140 244 / 16%);
}

.popup-title {
    position: relative;
    padding: 10px 65px 10px 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.popup-title .h2-title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0;
}

button.close {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    background: var(--primary-color);
    opacity: 1 !important;
    text-shadow: none;
    color: var(--white-color);
    border-radius: 0;
    outline: none !important;
    z-index: 2;
    transition: 0.3s;
}

button.close:hover {
    background: var(--secondary-color);
    color: var(--dark-color);
}

.modal-dialog {
    margin: 0 auto;
    max-width: 700px;
    height: 100%;
    display: flex;
    align-items: center;
}

.common-popup-overflow {
    padding: 10px 0px;
}

.common-popup-text {
    padding: 20px 30px !important;
    max-height: 80vh;
    overflow: auto;
    overflow-x: hidden;
    scrollbar-color: transparent transparent;
}

.common-popup-text::-webkit-scrollbar {
    width: 3px;
}

.common-popup-text::-webkit-scrollbar-thumb {
    background: var(--primary-color);
}

.common-popup-text::-webkit-scrollbar-track {
    background: #cccccc;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: unset !important;
    }
}

/*========== Modal Popup CSS End ==========*/

/*==========Slider Css End==========*/

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-dots {
    font-size: 0;
    line-height: 1;
    bottom: -88px;
}

.slick-dots li {
    width: auto;
    height: auto;
    margin: 0 15px 0 0;
}

.slick-dots li:last-child {
    margin-right: 0;
}

.slick-dots li button {
    width: 15px;
    height: 15px;
    background: var(--bg-color);
    border: none;
    outline: none;
    padding: 0;
    transition: 0.3s;
    border-radius: 50px;
}

.slick-dots li button:before {
    display: none;
}

.slick-dots li.slick-active button,
.slick-dots li button:hover {
    background: var(--secondary-color);
}

.slick-initialized .slick-slide {
    outline: none !important;
}

#sb_instagram #sbi_images {
    display: block;
}

#sb_instagram #sbi_images .sbi_item.sbi_transition {
    opacity: 1 !important;
    max-height: unset !important;
}

#sb_instagram .sbi_photo_wrap {
    height: auto;
    margin: 0 15px;
    border-radius: 25px;
    overflow: hidden;
}

#sb_instagram .sbi_photo {
    height: 100% !important;
    padding-bottom: 0;
    aspect-ratio: 1 / 1;
}

.slick-arrow {
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: -40px;
    transform: translate(0, -50%);
    width: 35px;
    height: 35px;
    padding: 0;
    border: none !important;
    background: var(--tertiary-color);
    outline: none !important;
    color: var(--white-color);
    font-weight: bold;
    font-size: 25px;
    transition: 0.3s;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide-arrow.next-arrow.slick-arrow {
    left: auto;
    right: -40px;
}

.slick-arrow:hover {
    background: var(--brown-color);
}

.slick-dots li:only-child {
    display: none;
}

.slick-dots li:first-child {
    margin-left: 0;
}

.slick-dots li:last-child {
    margin-right: 0;
}

/*==========Slider Css End==========*/

/*==========Overflow CSS==========*/

.overflow-text {
    height: 300px;
    -webkit-overflow-scrolling: touch;
    scrollbar-color: transparent transparent;
}

.overflow-text::-webkit-scrollbar,
[data-simplebar="init"]::-webkit-scrollbar,
.simplebar-scroll-content::-webkit-scrollbar {
    width: 0;
    opacity: 0 !important;
    display: none;
    clip-path: inset(0 0 30px 0);
}

.simplebar-track.horizontal {
    display: none;
}

.overflow-text::-webkit-scrollbar-thumb {
    opacity: 0 !important;
}

.overflow-text::-webkit-scrollbar-track {
    opacity: 0 !important;
}

.simplebar-track {
    width: 3px;
    background: #cccccc;
}

.simplebar-scrollbar {
    right: 0;
    z-index: 66;
    background: var(--primary-color);
    opacity: 1 !important;
    width: 100%;
}

[data-simplebar="init"] {
    padding-right: 10px;
    scrollbar-color: transparent transparent;
}

.simplebar-scroll-content {
    padding-right: 0 !important;
    margin-bottom: 0 !important;
}

.simplebar-content {
    margin-right: 0 !important;
    padding-bottom: 0 !important;
    overflow: hidden;
}

.simplebar-content p:last-child {
    margin-bottom: 0;
}

.compensate-for-scrollbar {
    margin-right: 0 !important;
}

/*==========Overflow CSS End==========*/

/*==========White text CSS==========*/

.white-text p,
.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text h6,
.white-text ul li,
.white-text label,
.white-text span:not(.wpcf7-form-control-wrap) {
    color: var(--white-color);
}

.white-list-link a {
    color: var(--white-color);
}

.fancybox-video {
    background-color: var(--white-color);
}

.white-arrow-dots .slick-dots li button {
    border-color: var(--white-color);
}

.white-arrow-dots .slick-dots li.slick-active button,
.white-arrow-dots .slick-dots li button:hover {
    background: var(--white-color);
}

.white-arrow-dots .slick-arrow {
    background: var(--white-color);
    color: var(--dark-color);
}

.white-arrow-dots .slick-arrow:hover {
    background: var(--dark-color);
    color: var(--white-color);
}

.white-btn {
    background: var(--white-color);
    color: var(--dark-color);
    border-color: var(--white-color);
}

.white-form .form-input,
.white-form .input-text,
.white-form .select2-container--default .select2-selection--single .select2-selection__rendered,
.white-form select {
    background: transparent;
    border-color: var(--white-color);
    color: var(--white-color);
}

.white-form span.wpcf7-list-item-label:before,
.white-form .woocommerce-form__label-for-checkbox span:before,
.white-form .comment-form-cookies-consent label:before {
    border-color: var(--white-color);
    background: var(--white-color);
}

.white-form span.wpcf7-list-item-label:after,
.white-form .woocommerce-form__label-for-checkbox span:after,
.white-form .comment-form-cookies-consent label:after {
    background: var(--red-color);
}

.white-form .form-input::-webkit-input-placeholder,
.white-form .input-text::-webkit-input-placeholder {
    color: var(--white-input-color);
}

.white-form .form-input::-moz-placeholder,
.white-form .input-text::-moz-placeholder {
    color: var(--white-input-color);
}

.white-form .form-input:-ms-input-placeholder,
.white-form .input-text:-ms-input-placeholder {
    color: var(--white-input-color);
}

.white-form .form-input::-ms-input-placeholder,
.white-form .input-text::-ms-input-placeholder {
    color: var(--white-input-color);
}

.white-form .form-input::placeholder,
.white-form .input-text::placeholder {
    color: var(--white-input-color);
}

.white-form select {
    color: var(--white-input-color) !important;
}

.white-form .form-element i {
    color: var(--white-color);
}

.white-form .wpcf7 form .wpcf7-response-output {
    color: var(--white-color);
}

/*==========White text CSS End==========*/

/*==========Header CSS Start==========*/

.site-branding a img {
    width: 110px;
    height: auto;
}

.site-header {
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 999;
    padding: 20px 0;
}

.header-menu {
    float: right;
}

.main-navigation li:first-child {
    margin-left: 0;
}

.main-navigation li:last-child {
    margin-right: 0;
}

.main-navigation a:before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 0;
    height: 13px;
    background-color: var(--secondary-color);
    -webkit-mask-image: url(assets/images/a-hover.svg);
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    transition: 0.3s all;
}

.main-navigation a:hover:before,
.main-navigation li.current_page_item a:before {
    width: 100%;
}

.main-navigation ul ul li a:before {
    display: none;
}

.site-header.sticky_head {
    background-color: var(--white-color);
    box-shadow: 1px 1px 20px rgb(0 0 0 / 10%);
}

.site-header:not(.home .site-header) {
    background-color: var(--white-color);
}

.main-navigation ul li.current-menu-parent>a {
    color: var(--secondary-color);
}

.main-navigation ul ul li.current_page_item a {
    color: var(--secondary-color);
}

/*==========Header CSS End==========*/

/*==========banner CSS start==========*/

.banner {
    position: relative;
    padding: 150px 0 140px;
}

.banner-content .h2-title {
    font-size: 46px;
    line-height: 55px;
    font-weight: normal;
    margin-bottom: 0;
}

.banner-content .h1-title span {
    font-size: 60px;
    line-height: 72px;
}

.banner-content .h3-title {
    font-weight: normal;
    font-size: 31px;
    line-height: 37px;
    color: var(--primary-color);
}

.banner-btn {
    margin-top: 43px;
}

.banner-btn .sec-btn+.sec-btn {
    margin-left: 30px;
    background-color: var(--skin-color);
    color: var(--primary-color);
}

.banner-image {
    position: relative;
    height: 683px;
    width: 683px;
    margin-left: 62px;
    border-radius: 200px 0;
}

.banner-image:before,
.service-page-img:before {
    content: "";
    position: absolute;
    top: 0px;
    left: -20px;
    width: 100%;
    height: calc(100% - 16px);
    border-radius: 100px 0;
    border: 3px solid var(--bg-color);
}

.banner-image:after,
.service-page-img:after {
    content: "";
    position: absolute;
    top: 30px;
    left: 20px;
    width: 100%;
    height: calc(100% - 11px);
    border: 3px solid var(--secondary-color);
    border-radius: 100px 0;
    z-index: -1;
}

.banner-image:hover:after {
    background-color: var(--secondary-color);
}

.sec-btn:hover {
    background-color: var(--tertiary-color);
}

.banner-btn .sec-btn+.sec-btn:hover {
    background-color: var(--brown-color);
    color: var(--white-color);
}

.banner-shape {
    position: relative;
}

.banner-shape:before,
.banner-shape:after {
    content: "";
    position: absolute;
    top: 0;
    right: 50%;
    transform: translate(-290px, -170px) rotate(210deg);
    width: 1061px;
    height: 874px;
    background-image: url(assets/images/abstract-01.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.3;
}

.banner-shape:after {
    content: "";
    position: absolute;
    top: -70px;
    left: auto;
    right: 0;
    transform: translate(411px, -160px) rotate(0deg);
    width: 1228px;
    height: 1500px;
    background-image: url(assets/images/abstract-02.svg);
    opacity: 0.11;
}

.title {
    text-align: center;
}

.title .h2-title:before {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translate(-50%, 0px);
    width: 309px;
    height: 27px;
    background-image: url(assets/images/title-line.svg);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    background-position: center center;
}

.banner-image:before,
.banner-image:after {
    border-radius: 200px 0;
}

.banner-image:hover:before {
    border-color: #dac9b4;
}

/*==========banner CSS End==========*/

/*==========service CSS start==========*/

.service-img {
    height: 408px;
}

.service-content {
    background-color: var(--white-color);
    margin-top: 78px;
    position: relative;
}

.service-content.even,
.service-content.even .service-img {
    border-radius: 100px 0 0 0;
}

.service-info {
    padding: 45px 30px 44px 73px;
    border-top: 3px solid var(--secondary-color);
    border-bottom: 3px solid var(--secondary-color);
    border-right: 3px solid var(--secondary-color);
    --content-space: 30px;
    margin-left: -30px;
    width: calc(100% + 30px);
    height: 100%;
}

.service-info .sec-btn {
    margin-top: 20px;
}

.service-content.odd,
.service-content.odd .service-img {
    border-radius: 0 0px 100px 0;
}

.service-content.odd {
    margin-top: 77px;
}

.service-content.even:before,
.service-content.odd:before {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    width: 100%;
    height: 100%;
    border: 3px solid var(--bg-color);
    border-radius: 100px 0 0 0;
    pointer-events: none;
}

.service-content.odd:before {
    border-radius: 0 0 100px 0;
}

.service-content.odd .service-info {
    padding-right: 100px;
}

.service-content.odd .service-info {
    border-right: 0;
    border-left: 3px solid var(--secondary-color);
    margin-left: 0;
}

/*==========service CSS End==========*/

/*==========gallery CSS start==========*/

.gallery {
    position: relative;
    padding: 143px 0 160px;
}

.gallery:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1379px;
    height: 1323px;
    transform: translate(-450px, 40px);
    background-image: url(assets/images/gallery-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    opacity: 0.11;
}

.gallery-img {
    height: 400px;
    border-radius: 25px;
}

.gallery-img .back-img {
    width: 100%;
    height: 100%;
    border-radius: 25px;
}

.gallery-slider {
    margin-top: 65px;
}

/*==========gallery CSS End==========*/

/*==========career CSS start==========*/

.career {
    padding: 110px 0;
}

.career-img {
    position: relative;
    height: 661px;
    border-radius: 200px 0;
}

.career-info {
    position: relative;
    padding-left: 100px;
}

.career-info:before {
    content: "";
    position: absolute;
    right: -198px;
    top: -13px;
    transform: translate(0px, -5px);
    width: 435px;
    height: 421px;
    background-image: url(assets/images/favicon_icon.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.career-img:before,
.career-img:after {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100%;
    height: 100%;
    border: 3px solid var(--secondary-color);
    border-radius: 200px 0;
}

.career-img:after {
    border: 3px solid #dac9b4;
    left: -20px;
    top: -20px;
    z-index: -1;
}

.career-info .title {
    text-align: left;
}

.career-info .title .h2-title:before {
    width: 394px;
    background-image: none;
    background-color: var(--grey-color);
    -webkit-mask-image: url(assets/images/title-line.svg);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
}

.file-upload label {
    position: absolute;
    width: 213px;
    height: 54px;
    outline: 1px solid var(--brown-color);
    border-radius: 12px;
    color: var(--brown-color);
    text-transform: uppercase;
    font-family: var(--title-font);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 28px;
    transition: .3s;
}

.file-upload .wpcf7-form-control-wrap {
    display: inline-block;
    position: relative;
    width: 213px;
    height: 54px;
    top: 0;
    left: 0px;
    margin-bottom: 0;
}

.file-upload input {
    opacity: 0;
}

.file-upload {
    position: relative;
    display: inline-block;
}

.file-upload label:hover {
    background-color: var(--skin-color);
    color: var(--primary-color);
    border: 1px solid var(--skin-color);
}

.career-info .h2-title {
    font-size: 46px;
    line-height: 60px;
    width: 380px;
    margin-bottom: 30px;
}

.career-form .submit-btn .form-input {
    display: block;
    width: 213px;
    max-width: 100%;
    margin-left: auto;
    height: 54px;
}

.career-form {
    margin-top: 33px;
}

.team-insta-bg {
    position: relative;
    background-color: var(--bg-color);
    width: 1572px;
    max-width: calc(100% - 100px);
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 50px;
    padding-inline: 30px;
}

.career-form .wpcf7 .wpcf7-spinner {
    left: auto;
    right: 103%;
}

.career-form .form-input {
    height: 40px;
}

.career-form .form-input.wpcf7-textarea {
    height: 115px;
    margin-bottom: 27px;
}

.career-form .submit-btn {
    display: block;
    margin-left: auto;
}

/*==========career CSS End==========*/

.gift-img {
    height: 213px;
}

.gift-box {
    background-color: var(--bg-color);
    border-radius: 25px;
    overflow: hidden;
    text-align: center;
}

.gift-name .h3-title {
    font-size: 26px;
    line-height: 37px;
    margin-bottom: 0;
}

.gift-name {
    padding: 10px;
    min-height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gift-name .sec-btn {
    width: 150px;
    height: 41px;
    font-size: 18px;
}

.giftcard-slider {
    margin-top: 70px;
}

.gift-cards {
    position: relative;
    padding: 75px 0 90px;
}

.gift-cards:before {
    content: "";
    position: absolute;
    top: 30px;
    right: -230px;
    width: 1061px;
    height: 874px;
    background-image: url(assets/images/gift-bg.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.3;
}

.instagram {
    padding: 37px 32px 30px;
    background-color: var(--skin-color);
    text-align: center;
    z-index: 1;
    margin-bottom: 75px;
}

.main-insta {
    position: relative;
}

.main-insta:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-540px, -100px);
    width: 1060px;
    height: 874px;
    background-image: url(assets/images/insta-bg.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.1;
    z-index: -1;
}

.instagram a {
    font-size: 28px;
    color: var(--dark-color);
    font-family: var(--title-font);
    display: inline-block;
    /* margin-bottom: 40px; */
}

.insta-name {
    margin-bottom: 40px;
}

.instagram .h2-title {
    font-size: 46px;
    line-height: 60px;
}

/*==========Footer CSS Start==========*/

.footer-social-icon {
    display: inline-flex;
    float: right;
    margin-top: 21px;
}

.footer-menu {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    margin-top: 21px;
}

.footer-social-icon a {
    width: 45px;
    height: 45px;
    background-color: var(--skin-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    border-radius: 70px;
    margin: 0 5px;
    color: var(--primary-color);
    transition: 0.3s all;
}

.footer-menu ul li {
    margin-right: 54px;
    display: inline-flex;
}

.footer-menu ul li a {
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: var(--primary-color);
    font-family: var(--title-font);
    transition: .3s;
}

.footer-social ul li a {
    color: var(--primary-color);
    line-height: 32px;
}

.footer-top {
    position: relative;
    padding: 58px 0 10px;
}

.site-footer {
    position: relative;
    background-color: var(--bg-color);
    z-index: 2;
}

.footer-social ul {
    display: flex;
}

.footer-social ul li i {
    margin-right: 15px;
    color: var(--secondary-color);
}

.footer-social ul li {
    font-size: 20px;
    line-height: 30px;
}

.contact {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.footer-bottom-text {
    position: relative;
    padding: 30px 0;
    border-top: 1px solid var(--primary-color);
}

.footer-bottom-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copy-right,
.footer-other-link {
    display: inline-block;
}

.copy-right p,
.footer-other-link p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}

.footer-bottom-link {
    display: inline-block;
    text-align: center;
}

.footer-bottom-link ul {
    font-size: 0;
    line-height: 1;
    list-style: none;
    margin: 0;
}

.footer-bottom-link ul li {
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    padding-right: 8px;
    margin-right: 8px;
    border-right: 1px solid var(--common-color);
}

.footer-bottom-link ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}

.footer-bottom-link ul li a {
    font-size: 14px;
    line-height: 18px;
    color: var(--primary-color);
    transition: 0.3s;
}

.footer-bottom-link ul li a:hover {
    color: var(--primary-color);
}

.footer-other-link p a {
    transition: 0.3s;
    text-decoration: none !important;
}

.footer-other-link p a:hover {
    color: var(--brown-color);
}

.footer-other-link p i {
    color: var(--primary-color);
}

.footer-social ul li a:hover {
    color: var(--brown-color);
}

.footer-menu ul li a:hover {
    color: var(--brown-color);
}

.footer-social-icon a:hover {
    background-color: var(--brown-color);
    color: var(--white-color);
}

.footer-bottom-link ul li a:hover {
    color: var(--brown-color);
}

.footer-social {
    padding-left: 40px;
}

/*==========Footer CSS End==========*/

/* salon service css start */

.inner-banner .h1-title {
    position: relative;
    font-size: 81px;
    line-height: 94px;
    color: var(--white-color);
}

.page-template-template-salon .inner-banner .h1-title:before,
.page-template-template-spa .inner-banner .h1-title:before,
.page-template-template-contact .inner-banner .h1-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 158px;
    height: 25px;
    -webkit-mask-image: url(assets/images/banner-title-brush.svg);
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    background: var(--secondary-color);
    z-index: -1;
}

.inner-banner {
    overflow: hidden;
    padding: 200px 0 110px;
}

.inner-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #353535, transparent);
    mix-blend-mode: multiply;
}

.inner-banner .banner-shape:before {
    opacity: 0.1;
}

.inner-banner .banner-shape:after {
    height: 550px;
    width: 650px;
    transform: translate(11px, -120px) rotate(-45deg);
    opacity: 0.37;
    background-image: url(assets/images/gift-bg.svg);
}

.service-page-img {
    position: relative;
    height: 376px;
    border-radius: 100px 0;
}

.service-page-info {
    padding: 73px 0;
    position: relative;
}

.service-page-text p {
    font-size: 24px;
    line-height: 36px;
    color: #707070;
}

.service-page-box {
    margin-top: 95px;
}

.service-page-content {
    padding-left: 70px;
}

.service-page-content .h2-title {
    font-size: 46px;
}

.service-page-content .h2-title span {
    font-size: 38px;
}

.service-page-img:before,
.service-page-img:after {
    border-radius: 100px 0;
}

.service-page-img:after {
    left: 10px;
    top: 20px;
}

.service-page-img:before {
    left: -10px;
    top: -10px;
    height: calc(100% - 1px);
}

.service-page-img:hover:after {
    background-color: var(--dark-color);
}

.service-page-content .title {
    text-align: left;
}

.service-page-content .title .h2-title:before {
    bottom: 60px;
    left: -20px;
    transform: none;
}

.saloon-service {
    background-color: var(--white-color);
    box-shadow: -1px 1px 7px rgb(0 0 0 / 15%);
    padding: 28px 44px 37px 51px;
    margin-bottom: 30px;
    min-height: 372px;
    height: calc(100% - 30px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.salon-info {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.saloon-service .service-icon {
    margin-right: 38px;
}

.saloon-service.styling {
    border-radius: 100px 0 0 0;
}

.saloon-service.Treatments p {
    font-size: 18px;
    text-transform: uppercase;
    font-family: var(--title-font);
    color: var(--primary-color);
}

.saloon-service.Treatments ul li {
    position: relative;
    font-size: 20px;
    line-height: 32px;
    padding-left: 20px;
    color: var(--primary-color);
}

.saloon-service.Treatments ul li:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--tertiary-color);
}

.saloon-service.Lashes {
    border-radius: 0 0 100px 0;
}

p:last-child {
    margin-bottom: 0;
}

.salon-package .title .h2-title:before {
    transform: none;
    left: -10px;
}

.saloon-service-list {
    position: relative;
    padding: 70px 0;
}

.saloon-service-list:before,
.contact-info:before,
.page-template-template-spa .service-page-info:before,
.salon-package.spa-service:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(430px, -180px) rotate(-82deg);
    width: 1380px;
    height: 1323px;
    background-image: url(assets/images/service-shape.svg);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
}

.salon-service-wp {
    max-width: 1602px;
    padding: 0 15px;
    margin: auto;
}

.salon-service-main-box {
    position: relative;
    background-color: var(--bg-color);
    overflow: hidden;
    border-radius: 51px;
    padding: 54px 0 64px;
}

.salon-service-main-box:before {
    content: "";
    position: absolute;
    right: 54px;
    bottom: -10px;
    transform: translate(0px, -5px);
    width: 858px;
    aspect-ratio: 1/.96781609;
    background-image: url(assets/images/favicon_icon.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.salon-package-info-box {
    margin-top: 78px;
    display: grid;
    gap: 34px;
}

.salon-package {
    position: relative;
    padding: 0 0 75px 0;
}

.salon-package-img img {
    height: 301px;
    object-fit: cover;
    object-position: center;
    border-radius: 25px 0 0 25px;
    width: 100%;
}

.salon-package-img {
    background-color: var(--white-color);
    width: calc(100% + 30px);
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 30px 30px 32px 37px;
    transition: .3s;
}

.pakages-list {
    height: 100%;
    background-color: var(--skin-color);
    padding: 25px 60px 25px 50px;
    display: flex;
    gap: 0;
    justify-content: space-around;
    border: 3px solid var(--white-color);
    border-left: 0 !important;
    transition: .3s;
}

.pakages-list ul li,
.pakages-list ul li p {
    display: flex;
    font-size: 20px;
    line-height: 25px;
    color: var(--primary-color);
    justify-content: space-between;
    position: relative;
}

.pakages-list ul li {
    padding: 10px 5px;
    border-bottom: 1px solid rgb(0 0 0 / 20%);
}

.style-price p {
    font-family: var(--title-font);
}

.style-price p span {
    font-family: var(--body-font);
}

.haircut-style .h4-title span {
    font-size: 15px;
}

.pakages-list .row {
    --bs-gutter-x: 70px;
}

.pakage-list-2 .color p {
    font-weight: 500;
    font-style: italic;
    margin-top: 30px;
}

.color p {
    font-weight: 500;
    font-style: italic;
    line-height: 23px;
}

.pakages-list .color {
    margin-top: 18px;
}

.pakages-list .h4-title {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: normal;
}

.salon-package-info:hover .salon-package-img {
    background-color: var(--secondary-color);
}

.salon-package-info:hover .pakages-list {
    background-color: var(--skin-color);
    border: 3px solid var(--secondary-color);
}

.salon-package-info {
    display: grid;
    gap: 34px;
}

.salon-pakage-list {
    column-count: 2;
    column-gap: 80px;
}

.pakage-list-1 {
    page-break-inside: avoid;
}

.page-template-template-spa .service-page-info:before {
    top: auto;
    bottom: 0;
    transform: translate(220px, 290px) rotate(-24deg);
    opacity: 0.5;
}

.service-info p {
    margin-bottom: 0;
}

.service-text {
    height: 168px;
    overflow-y: hidden;
}

.service-name .h3-title {
    line-height: 45px;
}

.salon-package .h2-title {
    font-size: 46px;
    line-height: 60px;
}

.salon-service-wp .title .h2-title:before {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 43%;
    transform: translate(-50%, 0);
    width: 95%;
    height: 28px;
    -webkit-mask-image: url(assets/images/title-line.svg);
    -webkit-mask-position: center;
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    background: var(--secondary-color);
    z-index: -1;
}

@media(min-width: 992px) {

    .salon-package-info:first-child {
        border-radius: 50px 50px 0 0;
        overflow: hidden;
    }


    .salon-package-info:first-child .pakages-list {
        border-top-right-radius: 53px;
    }

}

@media(max-width: 991px) {
    .salon-package-info-box {
        margin-top: 40px;
    }

    .salon-service-main-box {
        border-radius: 30px;
    }
}

@media(max-width: 400px) {
    .salon-service-main-box {
        padding: 34px 0;
    }
}

/* salon service css end */

/* spa service css start */

.spa-info.even .service-page-content {
    padding-left: 0;
    padding-right: 40px;
}

.spa-info {
    margin-bottom: 150px;
}

.spa-info:last-child {
    margin-bottom: 0;
}

.pakages-list.spa-package {
    display: block;
}

.pakages-list.spa-package ul {
    column-count: 2;
    column-gap: 100px;
}

.pakages-list.spa-package .color {
    text-align: center;
}

/* .color p {
  line-height: 23px;
} */

.spa-service .salon-package-info .h4-title {
    color: var(--primary-color);
    font-size: 28px;
    font-weight: normal;
    text-align: center;
    padding: 0 50px;
    margin-top: 16px;
    margin-bottom: 0;
    transition: .3s;
}

.spa-service .salon-package-info:hover .h4-title {
    color: var(--white-color);
}

.spa-service .salon-package-info .h4-title span {
    font-size: 19px;
}

.salon-package.spa-service .salon-package-img img {
    height: 223px;
}

.salon-package.spa-service .pakages-list {
    padding: 18px 60px 30px 60px;
    border-radius: 0 50px 0 0;
}

.salon-package.spa-service .salon-package-img {
    border-radius: 50px 0 0;
}

.spa-package-list .pakages-list {
    display: block;
    padding: 37px 27px !important;
    border-radius: 0 !important;
}

.spa-package-list .salon-package.spa-service .pakages-list {
    padding: 0;
}

.spa-package-list {
    margin-top: 45px;
}

.lashes.pakages-list {
    border-radius: 0 0 0 50px !important;
}

.facial-treatments.pakages-list {
    border-radius: 0 0 50px 0 !important;
}

.spa-package-list .pakages-list:hover {
    background: var(--skin-color);
    border: 3px solid var(--secondary-color);
}

.spa-package-name {
    padding: 20px 34px;
    background-color: var(--skin-color);
    text-align: center;
    border-radius: 25px;
    box-shadow: 1px 1px 6px rgb(0 0 0 / 15%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 250px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    transition: 0.3s all;
    border: 2px solid var(--white-color);
}

.spa-package-name-list .spa-package-name .h4-title:before {
    background-color: var(--bg-color);
}

.spa-package-name-list .spa-package-name:hover .h4-title:before {
    background-color: var(--tertiary-color);
}

.spa-package-name p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 26px;
}

.spa-package-name:hover .spa-package-text p,
.spa-package-name:hover .pakage-price p {
    color: var(--white-color);
}

.pakage-price p {
    font-size: 20px;
    font-family: var(--title-font);
    margin-top: 10px;
}

.spa-package-name .h4-title {
    position: relative;
    font-size: 28px;
    line-height: 36px;
    font-weight: normal;
    margin-bottom: 12px;
    z-index: 1;
}

.spa-package-name:hover .h4-title {
    color: var(--white-color);
}

.spa-package-name-list {
    margin-top: 70px;
    position: relative;
    padding-bottom: 80px;
}

.salon-package.spa-service .pakages-list .h4-title {
    font-size: 28px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.salon-package.spa-service .pakages-list .h4-title:before,
.spa-package-name .h4-title:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    width: 100%;
    height: 22px;
    background-color: var(--skin-color);
    -webkit-mask-image: url(assets/images/brush-01.svg);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    z-index: -1;
    transition: .3s;
}

.spa-package-list .pakages-list:hover .h4-title:before {
    background-color: var(--bg-color);
}

.spa-package-name .h4-title:before {
    bottom: -5px;
    height: 20px;
}

.spa-package-name:hover {
    background-color: var(--secondary-color);
}

.spa-package-name:hover .h4-title:before {
    background-color: var(--bg-color);
}

.spa-info.even .service-page-content {
    padding-left: 0;
    padding-right: 35px;
}

.page-template-template-spa .service-page-box {
    margin-top: 110px;
}

.salon-package.spa-service {
    padding-top: 36px;
}

.salon-package.spa-service:before {
    top: auto;
    bottom: 0;
    transform: translate(100px, 500px) rotate(0deg);
    height: 1035px;
    width: 1061px;
}

/* spa service css end */

/* Contact page css start */

.contact-us-content .footer-social-icon {
    float: none;
    margin-top: 35px;
}

.contact-us-content .footer-social ul {
    margin-top: 38px;
}

.contact-info {
    position: relative;
    padding: 60px 0;
}

.map iframe {
    height: 290px;
    border-radius: 35px;
    width: 100%;
}

.contact-form .h2-title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 30px;
}

.contact-form .title {
    text-align: left;
}

.contact-form .title .h2-title:before {
    width: 87px;
    background-image: url(assets/images/contct-title.svg);
    left: -10px;
    transform: none;
    top: 15px;
}

.contact-form {
    padding-left: 70px;
}

.contact-info:before {
    right: auto;
    left: 50%;
    transform: translate(-115px, 136px) rotate(-24deg);
}

.appointment-info {
    padding: 30px 0 30px 0;
    background-color: var(--bg-color);
    border-radius: 35px;
    text-align: center;
    margin-top: 60px;
}

.appointment-info .h4-title {
    font-size: 28px;
    line-height: 60px;
    font-weight: normal;
    color: var(--primary-color);
}

.appointment-info .h4-title a {
    position: relative;
    color: var(--priamry-color);
    z-index: 11;
    display: inline-block;
}

.appointment-info .h4-title a:before {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 200px;
    height: 25px;
    -webkit-mask-image: url(assets/images/a-hover.svg);
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    background-color: var(--grey-color);
    z-index: -1;
}

.appointment-info .h4-title a i {
    font-family: var(--body-font);
}

.page-template-template-contact .instagram:before {
    display: none;
}

.contact-form .form-input.sec-btn {
    background: var(--secondary-color);
    border: 0;
}

.salon-package-info.massages .salon-package-img,
.salon-package-info.massages .pakages-list {
    border-radius: 0;
}

.contact-form .form-input {
    background: transparent;
    border: 2px solid var(--primary-color);
}

.contact-form .form-input.sec-btn:hover {
    background: var(--tertiary-color);
}

.page-template-template-contact .inner-banner .h1-title:before {
    width: 490px;
    background: var(--secondary-color);
    -webkit-mask-image: url(assets/images/title-line.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    -webkit-mask-position: center;
}

.contact-us-content .footer-social {
    padding-left: 0;
}

.contact-us-content .footer-social-icon a {
    margin: 0;
    margin-right: 28px;
}

.contact-form .wpcf7-form-control-wrap {
    margin-bottom: 20px;
}

.contact-form .submit-btn {
    margin-top: 35px;
}

/* Contact page css end */

/*==========Scroll To Top CSS Start==========*/

.scrolltop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    background: var(--primary-color);
    border: none;
    color: var(--white-color) !important;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    padding: 13px 0;
    border-radius: 8px;
    box-shadow: 0 0 20px rgb(0 0 0 / 16%);
    cursor: pointer;
    display: none;
    z-index: 50;
    transition: 0.3s;
}

.scrolltop:hover {
    background: var(--dark-color);
    color: var(--white-color) !important;
}

/*==========Scroll To Top CSS End==========*/

/*========== Inner Page CSS end ==========*/

.main-banner.inner-banner {
    padding: 280px 0 160px 0;
    position: relative;
}

.main-banner.inner-banner .banner-content {
    text-align: center;
}

.main-banner.inner-banner .h1-title {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 0;
}

.inner-page-text {
    padding: 80px 0;
}

.privacy-content h2,
.entry-content h2 {
    font-size: 35px;
    color: var(--secondary-color);
    font-weight: normal;
}

.privacy-content p,
.entry-content p {
    margin-bottom: 15px;
}

.privacy-content ol,
.privacy-content ul,
.entry-content ol,
.entry-content ul {
    padding: 0;
    margin: 0 0 1.5em 3em;
}

.privacy-content ol li,
.privacy-content ul li,
.entry-content ol li,
.entry-content ul li {
    margin-bottom: 10px;
    list-style: decimal;
}

.privacy-content p a,
.privacy-content a,
.entry-content a,
.entry-content p a,
.entry-content a {
    transition: 0.3s;
    color: var(--secondary-color);
}

.privacy-content p a:hover .privacy-content a:hover,
.entry-content p a:hover,
.entry-content a:hover {
    color: var(--dark-color);
}

.privacy-content .list-disk li,
.entry-content .list-disk li {
    list-style: disc;
}

/*========== Inner page CSS end ==========*/

/*========== Thank You Page CSS Start ==========*/

.thank-text {
    text-align: center;
    padding-top: 170px;
    position: relative;
}

.thank-text:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width: 147px;
    height: 151px;
    background-image: url("assets/images/thank-you.gif");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    overflow: hidden;
}

.thank-text h6 {
    font-size: 24px;
    line-height: 30px;
    text-transform: capitalize;
    color: var(--secondary-color);
}

.thank-text p a {
    text-decoration: underline !important;
    color: var(--primary-color);
    transition: 0.3s;
}

.thank-text p a:hover {
    color: var(--secondary-color);
}

/*========== thank-you page css end ==========*/

/*==========404 CSS==========*/

.error-404 {
    text-align: center;
}

.error-404 img {
    width: 70%;
    height: auto;
}

/*==========404 CSS End==========*/

/*========== View All Services css ==========*/

.footer-last {
    text-align: center;
    margin-top: 10px;
}

.footer-last .text,
.menu-seo-menu-container ul li a {
    font-size: 14px;
    line-height: 20px;
    color: var(--primary-color);
    cursor: pointer;
    transition: 0.3s;
}

.footer-last .text:hover {
    color: var(--dark-color) !important;
    text-decoration: underline !important;
}

.all-services {
    display: none;
}

.menu-seo-menu-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}

.menu-seo-menu-container ul li {
    display: inline-block;
}

.menu-seo-menu-container ul li a {
    padding-right: 7px;
    margin-right: 7px;
    border-right: 1px solid var(--dark-color);
    transition: 0.3s;
}

.menu-seo-menu-container ul li:last-child a {
    margin: 0;
    padding: 0;
    border: none;
}

.menu-seo-menu-container ul li a:hover {
    color: var(--primary-color);
}

/*========== View All Services css End ==========*/

/*==========SEO Page CSS Start==========*/

.main-seo-content {
    position: relative;
    padding: 80px 0;
}

.main-seo-content .excerpt-content {
    max-height: 320px;
    margin-bottom: 30px;
    overflow: hidden;
}

.excerpt-content p a {
    color: var(--primary-color);
    transition: 0.3s;
}

.excerpt-content p a:hover {
    color: var(--secondary-color);
}

.excerpt-content h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: var(--primary-color);
}

/*==========SEO Page CSS End==========*/

/*========== Blog css ==========*/

.type-post {
    margin-bottom: 40px;
}

.type-post:last-child {
    margin-bottom: 0;
}

.posted-on a,
.byline a,
.widget ul li a,
.entry-title a,
.logged-in-as a {
    transition: 0.3s;
    color: var(--primary-color);
}

.entry-title a:hover,
.posted-on a:hover,
.byline a:hover,
.widget ul li a:hover,
.comment-meta .url:hover,
.comment-content a:hover,
.comment-metadata a:hover,
.reply a:hover,
.entry-footer span a:hover,
.nav-previous a:hover,
.nav-next a:hover {
    color: var(--yellow-color);
}

.type-post .entry-content p {
    margin-bottom: 10px;
}

.entry-footer span {
    margin-right: 10px;
}

.entry-footer span a {
    color: var(--primary-color);
}

.entry-footer span a:hover {
    color: var(--primary-color);
    text-decoration: underline !important;
}

.entry-title {
    font-size: 30px;
    text-transform: uppercase;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.post-thumbnail {
    display: block;
    margin: 0;
}

.type-post .entry-meta {
    margin: 15px 0;
}

.post-thumbnail img {
    width: 100%;
}

.widget-area .widget_search .wp-block-search,
.page-content .wp-block-search,
.search-form {
    position: relative;
}

.widget-area .widget_search .wp-block-search label,
.page-content .wp-block-search label {
    display: none;
}

.search-form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.search-form label {
    width: 100%;
}

.widget-area .widget_search .wp-block-search .wp-block-search__input,
.page-content .wp-block-search .wp-block-search__input,
.search-form .search-field {
    background: transparent;
    font-size: 16px;
    outline: none;
    width: 100%;
    height: 50px;
    border-radius: 0;
    -webkit-appearance: none;
    border: 1px solid var(--primary-color);
    padding: 13px 95px 12px 20px;
}

.widget-area .widget_search .wp-block-search .wp-block-search__button,
.page-content .wp-block-search .wp-block-search__button,
.search-form .search-submit {
    padding: 10px 16px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 0;
    height: 50px;
    color: var(--white-color);
    position: absolute;
    right: 0;
    bottom: 0;
    outline: none;
    border: none;
    cursor: pointer;
    background: var(--primary-color);
    flex: 1;
    transition: 0.3s;
}

.widget-area .widget_search .wp-block-search .wp-block-search__button:hover,
.page-content .wp-block-search .wp-block-search__button:hover,
.search-form .search-submit:hover {
    background: var(--yellow-color);
    color: var(--secondary-color);
}

.entry-content {
    margin: 0;
}

.comment-form {
    font-size: 0;
    line-height: 1;
    margin-left: -15px;
    margin-right: -15px;
}

.comment-form p {
    font-size: 16px;
    display: inline-block;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 15px;
}

.comment-form p.comment-form-author,
.comment-form p.comment-form-email {
    width: 50%;
    display: inline-block;
}

.comments-area textarea {
    resize: none;
    height: 180px;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    border: 1px solid var(--common-color);
    outline: none;
    padding: 15px;
}

.comments-area p input {
    width: 100%;
    height: 46px;
    border-radius: 0;
    background: var(--black-color);
    border: 1px solid var(--common-color);
    outline: none;
    box-shadow: none;
    padding: 15px;
}

p.comment-form-cookies-consent {
    padding-left: 20px;
    margin-left: 15px;
    padding-right: 30px;
}

p.comment-form-cookies-consent>input {
    width: auto;
    display: inline-block;
    height: auto;
    padding: 0;
    -webkit-appearance: checkbox;
    position: absolute;
    top: 8px;
    left: 0;
    opacity: 0 !important;
}

.form-submit .submit {
    box-shadow: none;
    padding: 0;
}

.form-submit .submit {
    width: 170px;
    height: 46px;
    background: var(--primary-color);
    color: var(--white-color);
    font-weight: bold;
    border: none;
    border-radius: 40px;
    outline: none !important;
    transition: 0.3s;
}

.form-submit .submit:hover {
    background: var(--yellow-color);
    color: var(--secondary-color);
}

h2.widget-title {
    font-size: 24px;
}

.widget-area {
    margin-top: 0;
    width: 100%;
}

.comment-form-cookies-consent {
    position: relative;
}

.widget_search .widget-title {
    display: none;
}

.widget ul,
.widget ol,
.wp-block-latest-posts.wp-block-latest-posts__list {
    margin: 0;
    list-style: disc;
    padding-left: 20px;
}

.wp-block-latest-comments__comment {
    list-style: disc;
}

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

.avatar.photo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    margin-right: 20px;
}

.wp-block-latest-comments__comment-meta a:hover {
    color: var(--yellow-color);
}

.comment-meta .url,
.comment-content a {
    color: var(--primary-color);
}

.comment-meta .url:hover,
.comment-content a:hover {
    color: var(--yellow-color);
    text-decoration: none !important;
}

.comment-author.vcard {
    margin-bottom: 20px;
}

.comment-metadata a {
    color: var(--primary-color);
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 15px;
}

.reply a {
    color: var(--primary-color);
    display: inline-block;
    margin-bottom: 10px;
    transition: 0.3s;
}

.comment-reply-title {
    font-size: 30px;
    font-weight: bold;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.comment-reply-title small a:hover {
    color: var(--yellow-color);
}

.comment-form-comment label {
    margin-bottom: 10px;
}

.comment-form-comment .form-submit #submit {
    padding: 0;
    line-height: 42px;
}

.comments-area {
    margin-top: 60px;
}

.comments-title {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 40px;
}

.comment-body {
    margin-bottom: 30px;
}

.comment-form-url {
    margin-right: 0;
}

.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
    display: block;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
    width: 100%;
}

.single-post .widget-area {
    margin-top: 0;
}

.nav-previous a,
.nav-next a {
    color: var(--primary-color);
    transition: 0.3s;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous,
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    width: 100%;
    float: none;
}

.result-pagination li a,
.result-pagination li,
.result-pagination .page-numbers {
    width: 50px;
    height: 50px;
    background: var(--white-color);
    box-shadow: 0 10px 40px rgba(37, 58, 105, 0.09);
    border-radius: 10px;
    border: none;
    outline: none;
    color: var(--dark-color);
    font-size: 20px;
    z-index: 10;
    transition: 0.3s;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
}

.result-pagination a:hover,
.result-pagination .current {
    background: var(--primary-color);
    color: var(--white-color);
}

.page-numbers:first-child {
    margin-left: 0;
}

.page-numbers:last-child {
    margin-right: 0;
}

.page-numbers li a,
.page-numbers li,
span.page-numbers,
.page-numbers {
    width: 50px;
    height: 50px;
    background: var(--common-color);
    box-shadow: 0 10px 40px rgba(37, 58, 105, 0.09);
    border-radius: 8px;
    border: none;
    outline: none;
    color: var(--white-color);
    font-size: 18px;
    z-index: 10;
    transition: 0.3s;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 3px;
}

.page-numbers li {
    margin: 0 5px;
}

.page-numbers li a:hover,
.page-numbers.current,
.page-numbers:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

.page-numbers:first-child {
    margin-left: 0;
}

.page-numbers:last-child {
    margin-right: 0;
}

a.next.page-numbers,
a.prev.page-numbers {
    width: auto;
    padding: 0 15px;
}

/*========== End of Blog CSS ==========*/

/*==========Responsive Start==========*/

@media screen and (min-width: 1500px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 2100px) {
    .container {
        max-width: 1400px;
    }
}

@media screen and (max-width: 1650px) {
    .banner-image {
        width: 100%;
        height: 600px;
    }

    .team-insta-bg {
        width: calc(100% - 30px);
    }
}

@media screen and (max-width: 1499px) {
    .banner-image {
        margin-left: 30px;
        width: calc(100% - 30px);
    }

    .main-navigation li {
        margin: 0;
    }

    .gallery {
        padding: 100px 0 150px;
    }

    .career-info {
        padding-left: 20px;
        width: 100%;
    }

    .team-insta-bg {
        width: calc(100% - 30px);
    }

    .career-img {
        width: calc(100% - 20px);
        height: 630px;
    }

    .career-info:before {
        width: 340px;
        height: 290px;
        transform: translate(0px, 35px);
    }

    .slick-arrow {
        left: 0;
    }

    .slide-arrow.next-arrow.slick-arrow {
        right: 0;
    }

    .footer-social ul li a {
        font-size: 18px;
    }

    .pakages-list .h4-title {
        font-size: 21px;
    }

    .service-page-content .h2-title {
        font-size: 35px;
        line-height: 45px;
    }

    .service-page-content .h2-title span {
        font-size: 32px;
    }

    .service-page-content .title .h2-title:before {
        bottom: 40px;
    }

    .service-page-content {
        padding-left: 30px;
    }

    .service-page-info {
        padding-bottom: 20px;
    }

    .saloon-service.Treatments ul li {
        font-size: 20px;
    }

    .spa-info.even .service-page-content {
        padding-right: 30px;
    }

    .page-template-template-spa .service-icon {
        margin-bottom: 15px;
    }

    .salon-package.spa-service {
        padding: 100px 0 60px;
    }

    .spa-package-name-list {
        margin-top: 50px;
        padding-bottom: 30px;
    }

    .contact-us-content .footer-social ul li a {
        font-size: 20px;
    }

    .service-content.odd .service-info {
        padding-right: 50px;
    }

}

@media screen and (max-width: 1199px) {
    .main-navigation a {
        padding: 0 17px;
    }

    .main-navigation a:before {
        height: 11px;
    }

    .banner-content .h2-title {
        font-size: 35px;
    }

    .h1-title {
        font-size: 80px;
        line-height: 90px;
    }

    .banner-content .h1-title span {
        font-size: 50px;
    }

    .banner-content .h3-title {
        font-size: 27px;
    }

    .banner-image {
        margin-left: 0;
        height: 500px;
        border-radius: 150px 0;
    }

    .banner-image:before,
    .banner-image:after {
        border-radius: 150px 0;
    }

    .banner-btn .sec-btn+.sec-btn {
        margin-left: 15px;
    }

    .banner {
        padding-bottom: 110px;
    }

    .gallery {
        padding-top: 70px;
    }

    .gallery-img {
        height: 330px;
    }

    /* .team-insta-bg {
    width: 100%;
    border-radius: 0;
  } */
    .career-info .h2-title {
        font-size: 29px;
        line-height: 47px;
    }

    .career,
    .team-insta-bg {
        padding: 90px 20px;
        max-width: calc(100% - 30px);
    }

    .career-img {
        width: 100%;
        height: 550px;
        border-radius: 150px 0;
    }

    .career-img:before,
    .career-img:after {
        border-radius: 150px 0;
    }

    .gift-name .h3-title {
        font-size: 24px;
        line-height: 30px;
    }

    .gift-img {
        height: 180px;
    }

    .instagram {
        margin-bottom: 0;
        padding: 37px 20px 45px;
        margin-bottom: 40px;
    }

    .instagram .h2-title {
        font-size: 35px;
        line-height: 45px;
    }

    .instagram a {
        font-size: 24px;
    }

    .contact {
        margin-top: 0;
        flex-direction: column;
    }

    .footer-menu ul li {
        margin-right: 39px;
    }

    .saloon-service.Treatments p {
        font-size: 16px;
    }

    .saloon-service {
        padding: 50px 34px 37px 30px;
    }

    .saloon-service-list {
        padding: 80px 0 50px;
    }

    .salon-pakage-list {
        column-gap: 50px;
    }

    .salon-package-info .pakages-list,
    .salon-package.spa-service .pakages-list {
        padding: 25px 30px 25px 30px;
    }

    .pakages-list .h4-title {
        font-size: 20px;
    }

    .service-page-content {
        padding-left: 0;
    }

    .spa-info.even .service-page-content {
        padding-right: 0;
    }

    .salon-package:before {
        opacity: 0.7;
    }

    .pakages-list.spa-package ul {
        column-gap: 30px;
    }

    .salon-package.spa-service .pakages-list .h4-title,
    .spa-package-name .h4-title {
        font-size: 22px;
        line-height: 32px;
    }

    .pakages-list ul li,
    .pakages-list ul li p {
        font-size: 18px;
    }

    .contact-form {
        padding-left: 0;
    }

    .contact-us-content .footer-social ul li a {
        font-size: 18px;
    }

    .contact-us-content .footer-social ul {
        margin-top: 20px;
    }

    .appointment-info .h4-title {
        font-size: 24px;
        line-height: 35px;
    }

    .service-page-box,
    .page-template-template-spa .service-page-box {
        margin-top: 60px;
    }

    .spa-info {
        margin-bottom: 80px;
    }

    .footer-social {
        padding-left: 0;
    }

    .service-info,
    .service-content.odd .service-info {
        padding: 45px 30px 44px 40px;
    }
}

@media screen and (max-width: 991px) {

    .for-des,
    .scrolltop,
    .main-banner .banner-video {
        display: none !important;
    }

    .for-mob {
        display: block !important;
    }

    .for-des-flex {
        display: none !important;
    }

    .for-mob-flex {
        display: flex !important;
    }

    .menu-des {
        display: none;
    }

    .menu-mob {
        display: block;
    }

    .widget-area,
    .single-post .widget-area {
        margin-top: 50px;
    }

    .site-header {
        height: 80px;
        background-color: var(--white-color);
        box-shadow: 1px 1px 20px rgb(0 0 0 / 10%);
    }

    .site-header .container {
        max-width: 100%;
    }

    .site-branding {
        position: fixed;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
        width: 75px;
        height: 75px;
    }

    .menu-toggle {
        position: fixed;
        top: 25px;
        right: 30px;
        border: none;
        outline: none !important;
        background: transparent;
        width: 35px;
        height: 31px;
        padding: 0;
        z-index: 105;
    }

    .menu-toggle span {
        display: block;
        width: 100%;
        height: 4px;
        background: var(--secondary-color);
        margin-bottom: 6px;
        border-radius: 3px;
        position: relative;
        top: 0;
        opacity: 1;
        transition: 0.3s;
    }

    .menu-toggle span:last-child {
        margin: 0;
    }

    .toggled .menu-toggle span:nth-child(1) {
        transform: rotate(45deg);
        position: relative;
        top: 13px;
    }

    .toggled .menu-toggle span:nth-child(2) {
        opacity: 0;
    }

    .toggled .menu-toggle span:nth-child(3) {
        transform: rotate(-45deg);
        position: relative;
        top: -7px;
    }

    .header-mobile-menu {
        position: fixed;
        top: 0;
        left: 100vw;
        width: 100vw;
        height: 100vh;
        background: var(--secondary-color);
        padding: 16.3vh 30px 30px 30px;
        overflow: auto;
        opacity: 0;
        scrollbar-color: transparent transparent;
        transition: 0.5s;
        z-index: 101;
    }

    .header-mobile-menu:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(assets/images/inner-page-shape.svg);
        background-repeat: no-repeat;
        opacity: 0.09;
    }

    .toggled .header-mobile-menu {
        left: 0;
        opacity: 1;
        text-align: center;
    }

    .header-mobile-menu::-webkit-scrollbar {
        width: 3px;
    }

    .header-mobile-menu::-webkit-scrollbar-thumb {
        background: var(--dark-color);
    }

    .header-mobile-menu::-webkit-scrollbar-track {
        background: var(--white-color);
    }

    .header-call a {
        font-size: 24px;
        color: var(--secondary-color);
        padding: 0;
    }

    .header-call {
        position: fixed;
        left: 30px;
        top: 25px;
    }

    .header-call a:before {
        display: none;
    }

    .main-navigation ul {
        text-align: center;
        display: inline-block;
    }

    .main-navigation ul li {
        display: block;
        margin-left: 0;
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 5.4vh;
    }

    .main-navigation ul li:last-child {
        margin-bottom: 0;
    }

    .main-navigation ul li a {
        font-size: 22px;
        line-height: 28px;
        padding-top: 0;
        padding-bottom: 9px;
        color: var(--white-color);
    }

    .main-navigation ul li.menu-item-has-children>a:after {
        top: 55%;
        color: var(--white-color);
        transform: translate(0px, -50%);
    }

    .main-navigation ul li.menu-item-has-children:hover>a:after {
        transform: translate(0, -50%) rotate(0deg);
    }

    .main-navigation ul li.menu-item-has-children.active-sub-menu>a:after {
        transform: translate(0, -50%) rotate(-180deg);
    }

    .main-navigation ul ul,
    .main-navigation ul li.menu-item-has-children:hover ul {
        display: block;
        top: 15px;
        left: 15px !important;
        position: relative;
        opacity: 1;
        animation: none;
        background: transparent;
        box-shadow: none;
        width: 100%;
        display: none;
        margin-top: 10px;
        text-align: center;
    }

    .main-navigation ul ul li {
        border-bottom: none;
        margin-bottom: 10px;
    }

    .main-navigation ul ul li:last-child {
        margin-bottom: 0;
    }

    .main-navigation ul ul li a {
        padding: 0;
        font-size: 20px;
    }

    .main-navigation a:before {
        background-color: var(--primary-color);
        bottom: -18px;
        height: 17px;
    }

    .main-navigation ul li a {
        padding: 0;
        font-size: 24px;
    }

    .toggled .menu-toggle span {
        background-color: var(--white-color);
    }

    .site-branding a img {
        width: 75px;
        margin: 8px 0;
    }

    .main-navigation ul ul li a:hover,
    .main-navigation ul ul li.current_page_item a {
        color: var(--brown-color);
    }

    .banner-content {
        text-align: center;
    }

    .banner-content .h1-title span {
        font-size: 40px;
    }

    .banner-image {
        margin-top: 80px;
        border-radius: 100px 0;
    }

    .banner {
        padding-top: 160px;
        padding-bottom: 100px;
    }

    .service-img {
        margin-bottom: 70px;
        height: 450px;
        border-radius: 100px 0 !important;
        position: relative;
        width: calc(100% - 30px);
        left: 50%;
        transform: translate(-50%, 0);
    }

    .service-img:before {
        content: "";
        position: absolute;
        top: -15px;
        left: -15px;
        width: 100%;
        height: 100%;
        border: 3px solid var(--bg-color);
        border-radius: 100px 0;
        pointer-events: none;
    }

    .service-content.even:before,
    .service-content.odd:before {
        display: none;
    }

    .service-info {
        border: 0;
        width: 100%;
        margin-left: 0;
        padding: 0;
    }

    .service-content.odd .service-info {
        border: 0;
        padding: 0;
    }

    .service-img:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        width: 100%;
        height: 100%;
        border: 3px solid var(--secondary-color);
        border-radius: 100px 0;
        z-index: -1;
    }

    .service-content {
        background: transparent;
        margin-top: 60px;
    }

    .career-img {
        border-radius: 100px 0;
        margin-bottom: 70px;
        height: 700px;
    }

    .career-img:before,
    .career-img:after {
        border-radius: 100px 0;
    }

    .career-info .h2-title {
        font-size: 45px;
        width: 100%;
        margin-bottom: 30px;
    }

    .career-info .title .h2-title:before {
        width: 100%;
    }

    .career-info p {
        margin-bottom: 0;
    }

    .career-form {
        margin-top: 30px;
    }

    .slick-dots {
        bottom: -40px;
    }

    .footer-branding {
        margin-bottom: 30px;
    }

    .footer-info {
        margin-bottom: 30px;
    }

    .footer-social ul li a {
        font-size: 20px;
    }

    .footer-menu ul li:last-child {
        margin-right: 0;
    }

    .footer-social-icon {
        float: left;
    }

    .career-info:before {
        display: none;
    }

    .banner-shape:after {
        opacity: 0.05;
    }

    .banner-shape:before {
        opacity: 0.2;
    }

    .career-info {
        padding-left: 0;
    }

    .footer-bottom-text,
    .copy-right,
    .footer-other-link,
    .footer-bottom-link {
        display: block;
        text-align: center;
    }

    .footer-bottom-link {
        margin: 15px 0;
    }

    .footer-social-icon a {
        margin: 0;
        margin-right: 20px;
    }

    .gallery {
        padding: 60px 0 100px;
    }

    .career {
        padding: 80px 30px 60px;
    }

    .gift-cards {
        padding: 60px 0 100px;
    }

    .instagram {
        padding: 60px 0;
        margin-bottom: 40px;
    }

    .banner-image:before,
    .banner-image:after {
        border-radius: 100px 0;
    }

    .gallery-slider {
        margin-top: 30px;
    }

    .giftcard-slider {
        margin-top: 30px;
    }

    .service-page-img {
        margin-bottom: 60px;
    }

    .service-page-content {
        padding-left: 0;
    }

    .service-page-content .title .h2-title:before {
        bottom: 0;
    }

    .saloon-service-list {
        padding: 60px 0;
    }

    .saloon-service {
        padding: 50px 44px 37px 54px;
        border-radius: 80px 0 !important;
        height: auto;
        min-height: unset;
    }

    .saloon-service.Treatments p {
        font-size: 20px;
        margin-bottom: 0;
    }

    .saloon-service ul {
        margin-bottom: 15px;
    }

    .salon-package-img,
    .salon-package-img img {
        border-radius: 25px;
    }

    .salon-package-info .pakages-list {
        width: 100%;
        border-radius: 0 0 25px 25px;
        margin-top: 0;
    }

    .salon-package-img {
        width: 100%;
        border-radius: 25px 25px 0 0;
        padding: 25px;
    }

    .inner-banner {
        padding: 160px 0 60px;
    }

    .service-page-info {
        padding: 60px 0 0;
    }

    .salon-package.spa-service .salon-package-img {
        border-radius: 50px 50px 0 0;
    }

    .salon-package.spa-service .pakages-list {
        margin-top: 0px;
        border-radius: 0 0 50px 50px;
    }

    .spa-package-list .pakages-list {
        border-radius: 30px !important;
    }

    .salon-package.spa-service .pakages-list {
        height: auto;
        margin-bottom: 30px;
    }

    .spa-info {
        margin-bottom: 60px;
    }

    .salon-package.spa-service {
        padding-top: 60px;
    }

    .contact-form {
        margin-top: 30px;
    }

    .contact-appointment {
        background-color: var(--bg-color);
        z-index: 3;
        position: relative;
        margin: 0 15px 40px;
        border-radius: 25px;

    }

    .contact-info {
        padding-bottom: 0;
    }

    .contact-us-content .footer-social ul li a {
        font-size: 20px;
    }

    .inner-banner .h1-title {
        font-size: 70px;
        line-height: 80px;
        display: inline-block;
    }

    .inner-page-text {
        padding: 60px 0;
    }

    .main-navigation ul li.current-menu-parent>a,
    .main-navigation ul li.current-menu-parent>a:after {
        color: var(--brown-color);
    }

    .service-text {
        height: auto;
        overflow: visible;
    }

    .footer-social ul li {
        margin-bottom: 15px;
    }

    .footer-top {
        padding: 55px 0;
    }

    .contact-us-content .footer-social-icon {
        margin-top: 20px;
    }

    .contact-us-content .footer-social ul {
        margin-top: 15px;
    }

    .appointment-info .h4-title a:before {
        bottom: -5px;
    }

    .main-navigation ul li.menu-item-has-children>a {
        margin-right: 0;
    }

    .main-navigation li.current_page_item a:before {
        width: 0;
    }

    .main-navigation li.current_page_item a,
    .main-navigation a:hover,
    .main-navigation ul li.menu-item-has-children>a:hover:after {
        color: var(--brown-color);
    }

    .main-navigation a:hover:before,
    .main-navigation li.current_page_item a:before {
        width: 0;
    }

    .main-navigation ul li.menu-item-has-children>a:after {
        right: -20px;
    }

    .page-template-template-contact .inner-banner .h1-title:before {
        width: 100%;
    }

    .career-form .wpcf7 .wpcf7-spinner {
        right: 70%;
    }

    .gift-name {
        min-height: 110px;
    }
}

@media screen and (max-width: 767px) {

    .comment-form p.comment-form-author,
    .comment-form p.comment-form-email {
        width: 100%;
    }

    .error-404 img {
        width: 100%;
    }

    .modal-dialog {
        max-width: unset;
        width: calc(100vw - 60px);
    }

    .service-img,
    .career-img {
        height: 400px;
    }

    .h2-title,
    .salon-package .h2-title {
        font-size: 44px;
        line-height: 52px;
    }

    .banner-image {
        height: 480px;
    }

    .career-info .h2-title {
        font-size: 37px;
    }

    .footer-menu ul li {
        margin-right: 15px;
    }

    .salon-pakage-list {
        column-count: 1;
    }

    .salon-package-info .pakages-list {
        padding: 30px;
    }

    .pakages-list .color {
        margin: 20px 0;
    }

    .inner-banner .banner-shape:after,
    .inner-banner .banner-shape:before {
        opacity: 0.05;
    }

    .pakages-list.spa-package ul {
        column-count: 1;
    }

    .career-img {
        height: 510px;
    }

    .spa-package-name {
        height: auto;
        min-height: unset;
    }
}

@media screen and (max-width: 575px) {
    .h1-title {
        font-size: 70px;
        line-height: 80px;
    }

    .banner-content .h2-title {
        font-size: 30px;
        line-height: 30px;
    }

    .banner-content .h3-title {
        font-size: 25px;
        line-height: 30px;
    }

    .banner-btn {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .banner-btn .sec-btn+.sec-btn {
        margin-left: 0;
        margin-top: 30px;
    }

    .banner-image {
        height: 85vw;
        margin-top: 60px;
        border-radius: 100px 0;
    }

    .banner-image:before,
    .banner-image:after {
        border-radius: 100px 0;
    }

    .service-img,
    .career-img {
        height: 81vw;
    }

    .career-img:after {
        left: -15px;
        top: -15px;
    }

    .career-img:before {
        left: 15px;
        top: 15px;
    }

    .career-info .h2-title {
        font-size: 30px;
    }

    .career-form .submit-btn {
        margin-left: 0;
        margin-top: 30px;
    }

    .career-form .wpcf7 .wpcf7-spinner {
        right: auto;
        left: 55%;
    }

    .instagram a {
        font-size: 20px;
    }

    .instagram .h2-title {
        font-size: 30px;
        line-height: 40px;
    }

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        --container-space: calc(var(--gutter));
    }

    .thank-text {
        padding-top: 80px;
    }

    .thank-text:before {
        width: 57px;
        height: 61px;
    }

    .privacy-content ol,
    .privacy-content ul,
    .entry-content ol,
    .entry-content ul {
        margin-left: 20px;
    }

    .page-numbers li a,
    .page-numbers li,
    span.page-numbers,
    .page-numbers {
        width: 35px;
        height: 35px;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .page-numbers li {
        margin-bottom: 10px;
    }

    .inner-banner .h1-title {
        font-size: 53px;
        line-height: 65px;
    }

    .saloon-service {
        padding: 35px;
    }

    .salon-info {
        margin-bottom: 10px;
    }

    .saloon-service-list {
        padding-bottom: 30px;
    }

    .saloon-service .service-icon {
        margin-right: 20px;
    }

    .service-name .h3-title {
        font-size: 28px;
    }

    .service-page-text p {
        font-size: 18px;
        line-height: 30px;
    }

    .footer-branding {
        width: 120px;
    }

    .privacy-content h2,
    .entry-content h2 {
        font-size: 27px;
        line-height: 35px;
    }

    .career-form .submit-btn .form-input {
        margin-left: 0;
    }

    .career-img {
        height: 95vw;
    }

    .career,
    .team-insta-bg {
        padding-inline: 0;
        max-width: 100%;
    }

    .spa-package-name-list {
        padding-bottom: 30px;
    }

    .gift-cards .sec-btn.call-btn {
        min-width: 100%;
        padding: 40px 10px;
    }
}

@media screen and (max-width: 480px) {
    .h1-title {
        font-size: 60px;
        line-height: 70px;
    }

    .service-content {
        margin-top: 60px;
    }

    .gallery {
        padding: 60px 0 100px;
    }

    .gallery-slider {
        margin-top: 40px;
    }

    .career-info .h2-title {
        font-size: 26px;
    }

    .banner-image {
        width: 100%;
    }

    .h2-title,
    .salon-package .h2-title {
        font-size: 35px;
        line-height: 44px;
    }

    .service-page-content .h2-title {
        font-size: 30px;
        line-height: 40px;
    }

    .service-icon {
        width: 70px;
        height: auto;
    }

    .service-page-content .h2-title span {
        font-size: 24px;
    }

    .appointment-info .h4-title a:before {
        width: 135px;
        height: 15px;
    }

    .appointment-info .h4-title {
        font-size: 20px;
        line-height: 35px;
    }

    .footer-top {
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 400px) {

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        --container-space: calc(var(--gutter) / 2);
    }

    .site-header .container {
        --container-space: calc(var(--gutter) / 2);
    }

    .modal-dialog {
        width: calc(100vw - 30px);
    }

    .common-popup-text {
        padding: 20px 15px;
    }

    .menu-toggle {
        right: 15px;
    }

    .form-input,
    .input-text,
    .select2-container--default .select2-selection--single .select2-selection__rendered,
    select {
        padding: 0 15px;
    }

    .form-input.wpcf7-textarea {
        padding: 15px;
    }

    .form-element i {
        right: 10px;
    }

    .popup-title {
        padding: 10px 65px 10px 15px;
    }

    .common-popup-text {
        padding: 20px 15px !important;
        max-height: 75vh;
    }

    .banner {
        padding-top: 170px;
    }

    .h1-title {
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 20px;
    }

    .banner-content .h1-title span {
        font-size: 35px;
    }

    .banner-content .h2-title {
        font-size: 24px;
    }

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

    .banner-btn {
        margin-top: 0;
    }

    .banner-btn .sec-btn+.sec-btn {
        margin-top: 20px;
    }

    .banner-image {
        border-radius: 50px 0;
    }

    .banner-image:before,
    .banner-image:after {
        border-radius: 50px 0;
    }

    .banner-image:before {
        left: -10px;
    }

    .banner-image:after {
        left: 12px;
        top: 24px;
    }

    .h2-title,
    .salon-package .h2-title {
        font-size: 32px;
        line-height: 40px;
    }

    .service-img,
    .career-img {
        border-radius: 50px 0 !important;
        margin-bottom: 60px;
        width: 100%;
    }

    .service-img:before,
    .service-img:after {
        border-radius: 50px 0;
    }

    .service-img:before {
        left: -10px;
    }

    .service-img:after {
        left: 10px;
    }

    .h3-title {
        font-size: 28px;
    }

    .sec-btn {
        width: 180px;
        height: 46px;
        font-size: 18px;
    }

    .career-img:before,
    .career-img:after {
        border-radius: 50px 0;
    }

    .career-img:before {
        left: 10px;
    }

    .career-img:after {
        left: -10px;
    }

    .file-upload label,
    .file-upload label,
    .career-form .submit-btn .form-input {
        width: 180px;
        height: 46px;
        font-size: 16px;
    }

    .instagram a {
        font-size: 16px;
        word-break: break-word;
    }

    .instagram .h2-title {
        font-size: 28px;
    }

    .footer-menu ul li {
        margin-right: 10px;
    }

    .header-call {
        left: 15px;
    }

    .career-info .h2-title {
        font-size: 22px;
        line-height: 40px;
    }

    .inner-banner .h1-title {
        font-size: 45px;
        line-height: 60px;
    }

    .service-page-text p {
        font-size: 20px;
        line-height: 32px;
    }

    .service-page-img {
        height: 290px;
    }

    .service-page-content .h2-title {
        font-size: 28px;
    }

    .service-page-content .h2-title span {
        font-size: 24px;
    }

    .service-name .h3-title {
        font-size: 20px;
    }

    .saloon-service {
        padding: 35px 25px;
    }

    .salon-package-img {
        height: 270px;
        border-radius: 20px 20px 0 0;
        padding: 20px;
    }

    .salon-package-img img {
        height: 100%;
        width: 100%;
    }

    .pakages-list ul li,
    .pakages-list ul li p {
        font-size: 18px;
    }

    .salon-package.spa-service .salon-package-img {
        height: 310px;
    }

    .spa-service .salon-package-info .h4-title {
        font-size: 24px;
        line-height: 30px;
    }

    .salon-package.spa-service .pakages-list {
        padding: 20px 15px;
    }

    .spa-service .salon-package-info .h4-title {
        font-size: 18px;
    }

    .contact-form .h2-title {
        font-size: 25px;
    }

    .privacy-content h2,
    .entry-content h2 {
        font-size: 22px;
        line-height: 30px;
    }

    .footer-social ul li {
        margin-bottom: 0;
    }


    .career,
    .team-insta-bg {
        width: 100%;
        border-radius: 0;
    }
}

/*==========Responsive End==========*/
.sec-btn.call-btn {
    min-width: 450px;
}

.career,
.team-insta-bg {
    width: 100%;
    border-radius: 0;
}