/*!
Theme Name: everythemecore
Theme URI: https://everysnowday.com
Author: CMP TechSol Limited
Description: Every Snow Day - Wordpress Theme designed with Elementor
Version: 1.0.4
Tested up to: 6.8.1
Requires at least: 6.8.1
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: everythemecore
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.

everythemecore 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 */

/*
    -----------------------------------------------------------------------------
    BASE STYLES & CSS CUSTOM PROPERTIES (VARIABLES)
    These are the defaults. They will be overridden by dynamic CSS from functions.php
    -----------------------------------------------------------------------------
*/

:root {
    --et-primary-color: #4169e1;
    --et-secondary-color: #91BDF9;
    --et-text-color: #404040;
    --et-background-color: #ffffff;
    --et-heading-color: #222222;
    --et-border-color: #ccc;

    --et-spacing-unit: 1rem;
    --et-spacing-sm: calc(var(--et-spacing-unit) * 0.5);
    --et-spacing-md: var(--et-spacing-unit);
    --et-spacing-lg: calc(var(--et-spacing-unit) * 1.5);

    --et-font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    --et-font-size-base: 18px;
    --et-line-height-base: 1.5;
    --et-font-heading: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    color: var(--et-text-color);
    font-family: var(--et-font-body);
    font-size: var(--et-font-size-base);
    line-height: var(--et-line-height-base);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--et-heading-color);
    font-family: var(--et-font-heading);
    margin-top: var(--et-spacing-lg);
    margin-bottom: var(--et-spacing-md);
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
    background: var(--et-background-color);
}

hr {
    background-color: var(--et-border-color);
    border: 0;
    height: 1px;
    margin-bottom: var(--et-spacing-lg);
}

ul,
ol {
    margin: 0 0 1.5em 1em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/* Links
--------------------------------------------- */
a {
    color: var(--et-primary-color);
    text-decoration: none;
}

a:visited {
    color: var(--et-secondary-color);
}

a:hover,
a:focus,
a:active {
    color: var(--et-secondary-color);
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

body.et-layout-boxed .site {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--et-background-color);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    border-left: 1px solid var(--et-border-color);
    border-right: 1px solid var(--et-border-color);
}

body.et-layout-boxed .site-header,
body.et-layout-boxed .site-footer {
    padding-left: var(--et-spacing-lg);
    padding-right: var(--et-spacing-lg);
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Buttons
--------------------------------------------- */
.button-primary {
    background-color: var(--et-primary-color);
    color: var(--et-background-color);
    padding: var(--et-spacing-md) var(--et-spacing-lg);
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: var(--et-font-size-base);
    text-align: center;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.button-primary:hover {
    background-color: var(--et-secondary-color);
    text-decoration: none;
}

/* Navigation
--------------------------------------------- */
.site-header {
    background-color: var(--et-background-color);
    padding: var(--et-spacing-lg) 0;
    border-bottom: 1px solid var(--et-border-color);
}

.main-navigation {
    display: block;
    width: 100%;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.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 {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation li {
    display: inline-block;
    margin-left: var(--et-spacing-md);
}

.main-navigation a {
    color: var(--et-heading-color);
    font-weight: bold;
}

.desktop-only-account {
    display: flex;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

li.mobile-only-account {
    display: none;
}

@media (max-width: 993px) {

    .desktop-only-account {
        display: none;
    }

    li.mobile-only-account {
        display: block;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        margin-top: 10px;
    }

    li.mobile-only-account a {
        display: block;
        font-weight: bold;
    }
}

@media screen and (min-width: 37.5em) {

    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: flex;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
    display: block;
}

.post,
.page {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

aside#secondary.widget-area {
    display: none;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
    width: 152px;
    height: 50px;
}

/* Captions
--------------------------------------------- */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

/* ***** footer ***** */

.footer-widgets-area {
    padding: 40px 0;
    background-color: #f7f7f7;
    border-top: 1px solid #eee;
}

.footer-widgets-area .wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 3%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    justify-content: center;
}

.footer-widgets-area .footer-col {
    flex: 1 1 31%;
    margin-bottom: 20px;
    min-width: 280px;
    display: block;
}

.footer-widgets-area .footer-col .widget {
    margin-bottom: 20px;
    width: 100%;
}

.footer-widgets-area .widget-title {
    font-size: 1.1em;
    margin-bottom: 1em;
    color: #333;
}

.site-info {
    text-align: center;
    padding: 15px 0;
    font-size: 0.85em;
    background-color: var(--et-secondary-color);
    color: var(--et-text-color);
}

.site-info a {
    color: var(--et-primary-color);
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .footer-widgets-area .footer-col {
        flex: 1 1 100%;
        min-width: unset;
    }

    .footer-widgets-area .wrap {
        gap: 0;
    }
}

/* ***** carousel ***** */

.wp-block-custom-carousel {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    max-width: 80vw;
    margin-left: auto;
    margin-right: auto;
}

.wp-block-custom-carousel .wp-block-custom-carousel-track {
    display: flex;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    gap: 20px;
    padding-bottom: 20px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.wp-block-custom-carousel .wp-block-custom-carousel-track::-webkit-scrollbar {
    display: none;
}

.wp-block-custom-carousel .wp-block-custom-carousel-slide {
    flex: 0 0 calc(25% - 15px);
    scroll-snap-align: start;
    box-sizing: border-box;
}

@media (min-width: 782px) {
    .wp-block-columns.wp-block-custom-carousel-track>.wp-block-column.wp-block-custom-carousel-slide {
        flex-basis: calc(25% - 15px) !important;
        flex-grow: 0;
    }
}

.wp-block-custom-carousel-arrow {
    font-size: 3em;
    cursor: pointer;
    user-select: none;
    z-index: 10;
    padding: 10px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

@media (min-width: 768px) {
    .wp-block-custom-carousel-arrow {
        display: block;
    }

    .wp-block-custom-carousel-arrow-left {
        left: 10px;
    }

    .wp-block-custom-carousel-arrow-right {
        right: 10px;
    }
}

.wp-block-columns.alignwide {
    max-width: 80vw;
    margin-left: auto;
    margin-right: auto;
    gap: 20px;
}

/* ***** blog ***** */

main#primary.site-main {
    padding: 0 100px
}

@media (max-width: 768px) {
    main#primary.site-main {
        padding: 0 10px
    }
}

.wp-block-columns.is-single-post {
    display: block;
}

.wp-block-columns.is-single-post>.wp-block-column {
    width: calc(33.333% - 13.333px);
    margin: auto;
}

/* ***** contact ***** */

.wp-block-contact-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    max-width: 80vw;
    margin: 40px auto;
    padding: 20px;
    background-color: var(--et-heading-color);
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.wp-block-contact-columns .wp-block-column {
    flex: 1 1 calc(33.333% - 20px);
    text-align: center;
    padding: 10px;
    background-color: var(--et-secondary-color);
    border: 1px solid var(--et-border-color);
    ;
    border-radius: 6px;
    box-sizing: border-box;
}

.wp-block-contact-columns h3 {
    font-size: 1.25em;
    margin-bottom: 10px;
    color: var(--et-heading-color);
}

.wp-block-contact-columns p {
    font-size: 1em;
    color: var(--et-text-color);
}

@media (max-width: 768px) {
    .wp-block-contact-columns {
        flex-direction: column;
    }

    .wp-block-contact-columns .wp-block-column {
        flex: 1 1 100%;
        margin-bottom: 20px;
    }
}

* {
    font-family: 'Barlow Condensed', sans-serif !important;

}

h3 {
    margin: 0px;
}

.banner-button-white a {
    color: #0E1C3F !important;
    border-style: solid !important;
    border-width: 5px 5px 5px 5px !important;
    border-color: #CCC9C9 !important;
    background-color: #FFFFFF !important;
    padding: 15px 52px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    transition: 1s !important;
}

.blue-button-banner a {
    border: none !important;
    color: #ffffff !important;
    border-style: solid !important;
    border-width: 5px 5px 5px 5px !important;
    border-color: #4B91F1 !important;
    background-color: #4B91F1 !important;
    padding: 15px 52px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    transition: 1s !important;

}

.banner-button-white a:hover {
    transition: 1s !important;
    background-color: #4B91F1 !important;
    color: #ffffff !important;
}

.header-change .current_page_item a {
    color: #4B91F1 !important;
}

.blue-button-banner a:hover {
    transition: 1s !important;
    background-color: #0e1c3f !important;
    color: #fff !important;
}

.header-change .header-changedsa {
    position: fixed;
    width: 100%;
    top: 0;
    background: #000000cc;
    transition: 0.7s;
    z-index: 99;
}

.header-change a.elementor-item {
    color: #fff !important;
}

.header-changedsa .elementor-element.elementor-element-74316d4.e-flex.e-con-boxed.e-con.e-child .e-con-inner {
    width: 100% !important;
    max-width: 100% !important;
}

.header-change .header-span {
    color: #fff !important;
}

.header-change a.hfe-menu-item {
    color: #fff !important;
}

.header-change .elementor-element.elementor-element-74316d4.e-flex.e-con-boxed.e-con.e-child * {
    color: #fff !important;
    fill: #fff !important;
}

.home-banner-sec div#n2-ss-2item2 {
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 80px;
}

.header-number:hover {
    color: #4B91F1 !important;
    transition: 0.5s;
}

.header-number {
    transition: 0.5s;
}

.video-play .elementor-icon {
    background: #4B91F1;
    height: 73px;
    width: 73px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: relative;
    overflow: visible;
    cursor: pointer;
    z-index: 2;
}

.video-play .elementor-icon::before,
.video-play .elementor-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.3);
    z-index: -1;
    opacity: 0;
    animation: bubbleRipple 2s linear infinite;
}

.video-play .elementor-icon::after {
    animation-delay: 1s;
}

.elementor-custom-embed-play::before,
.elementor-custom-embed-play::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.3);
    z-index: -1;
    opacity: 0;
    animation: bubbleRipple 2s linear infinite;
}

.elementor-custom-embed-play::after {
    animation-delay: 1s;
}

@keyframes bubbleRipple {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.7;
    }

    70% {
        opacity: 0.3;
    }

    100% {
        transform: translate(-50%, -50%) scale(2.5);
        opacity: 0;
    }
}

.slider-headings .elementor-icon-box-icon {
    background: #4B91F1;
    border: 4px solid #4B91F1;
    padding: 10px;
    cursor: pointer;
}

.home-slider .swiper-slide {
    box-shadow: 0px 0px 10px 0px #ccccccb8;
    margin-bottom: 5px;
}

div#n2-ss-2 .nextend-arrow-animated-fade {
    transition: 0.7s;
}

div#n2-ss-2 .nextend-arrow-animated-fade:hover {
    background: #fff !important;
    padding: 8px;
    transition: 0.7s;
}

.contact-us-nuttons span.elementor-button-icon {
    background: #fff;
    padding: 10px;
    border-radius: 100%;
}

.contact-us-nuttons a {
    padding: 9px 8px 9px 30px !important;
    transition: 0.6s !important;
}

.contact-us-nuttons a span.elementor-button-content-wrapper {
    align-items: center !important;
    gap: 15px !important;
}

.contact-us-nuttons a:hover {
    background: #4B91F1 !important;
    transition: 0.5s !important;
    color: #fff !important;
}

.footer-top-slider .elementor-swiper-button {
    transition: 0.7s !important;
    background: #4B91F1;
    padding: 9px;
    display: none !important;
}

.footer-top-slider .elementor-swiper-button:hover {
    background: #0E1C3F;
}

.footer-top-slider:hover .elementor-swiper-button {
    display: block !important;
    transition: 0.7s !important;
}

.footer-top-slider {
    transition: 0.7s !important;
}

.banner-slider .swiper-slide-contents {
    position: relative;
}

.banner-slider .swiper-slide-contents:before {
    content: 'Experience the extraordinary';
    font-size: 24px;
    font-family: 'Barlow Condensed' !important;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 70px;
}

.banner-slider .elementor-slide-button {
    padding: 18px 56px 18px 56px;
}

.banner-slider .elementor-swiper-button {
    transition: 0.7s;
}

.banner-slider .elementor-swiper-button:hover {
    background: #fff !important;
    padding: 10px;
}

.banner-slider .elementor-swiper-button:hover svg {
    color: #4B91F1 !important;
    fill: #4B91F1 !important;
}

body {
    margin: 0px !IMPORTANT;
}

.home-slider .swiper-slide img {
    width: 100% !important;
    height: 400px;
}

.banner-down-three-boxes figure.elementor-image-box-img {
    background: #4B91F1;
    padding: 15px;
    border-radius: 100%;
}

.banner-down-three-boxes figure.elementor-image-box-img img {
    filter: brightness(0) invert(1);
}

.banner-down-three-boxes .elementor-widget-image-box {
    transition: 0.7s;
    position: relative;
}

.banner-down-three-boxes .elementor-widget-image-box:hover img {
    transition: 0.7s;
    transform: rotate(360deg);
}

.banner-down-three-boxes .elementor-widget-image-box img {
    transition: 3s;
}

.banner-down-three-boxes .elementor-widget-image-box img {
    transition: 1.3s !important;
}

.contact-us-nuttons a:hover svg {

    fill: #4B91F1 !important;
}

div#contact {
    position: relative;
}

div#contact .elementor-element.elementor-element-9524be1.e-con-full.e-flex.e-con.e-child:after {
    width: 1px;
    height: 190px;
    background: #0e1c3f4a;
    content: '';
    position: absolute;
    right: -100px;
    top: 9px;
}

@media screen and (max-width: 768px) {
    .main-banner-sec {
        min-height: 500px;
    }

    .header-change .header-changedsa {
        position: unset !important;
        width: 100%;
        top: 0;
        background: #000000cc;
        transition: 0.7s;
        z-index: 99;
    }

    .banner-slider .swiper-slide-contents:before {
        content: 'Experience the extraordinary';
        font-size: 16px;
        font-family: 'Barlow Condensed' !important;
        letter-spacing: 2px;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 30px;
    }

    .home-banner-sec br {
        display: none;
    }

    .banner-slider .elementor-slide-button {
        padding: 12px 46px 12px 46px !important;
    }

    .banner-slider .swiper-slide-inner {
        padding: 0px !important;
    }

    .banner-slider .swiper-slide-inner .elementor-slide-heading {
        padding: 11px 0px 0px 0px !important;
        margin-bottom: 18px !important;
    }

    div#contact .elementor-element.elementor-element-9524be1.e-con-full.e-flex.e-con.e-child:after {
        width: 0px !important;
        height: unset !important;
        background: #0e1c3f4a;
        content: '';
        position: unset !important;
        right: -100px;
        top: 9px;
    }

    .explore-slider .e-n-carousel.swiper.swiper-initialized {
        width: 100% !important;
        margin: 0px !important;
    }

    .testemonial-sec .elementor-testimonial {
        display: flex;
        flex-direction: column !important;
    }

    .elementor-185 .elementor-element.elementor-element-78b72a8.elementor-testimonial--layout-image_left .elementor-testimonial__content:after,
    .elementor-185 .elementor-element.elementor-element-78b72a8.elementor-testimonial--layout-image_right .elementor-testimonial__content:after {
        bottom: 0 !important;
        top: 96% !important;
        left: 44% !important;
        transform: rotate(45deg);
    }

    .testemonial-sec .swiper-slide.swiper-slide-active {
        padding: 0px !important;
    }

    .main-headersds {
        width: 100%;
        max-width: 170px !important;
    }

    .home-slider .elementor-swiper-button {
        top: -50px !important;
        padding: 7px !important;
    }

    .home-slider .elementor-swiper-button svg {
        height: 18px !important;
        width: 18px !important;
    }

    .home-slider .slider-headings {
        padding: 0px 0px 15px 0px !important;
    }

    .home-slider .slider-headings h3.elementor-icon-box-title {
        padding-left: 20px;
    }

    .home-slider .elementor-swiper-button.elementor-swiper-button-next {
        right: 7px !important;
    }

    .home-slider .elementor-swiper-button.elementor-swiper-button-prev {
        left: 84% !important;
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.top-bar {
    background-color: #4B91F1;
    color: #ffffff;
    padding: 8px 0;
}

.top-bar-inner {
    max-width: 1264px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-bar-left {
    display: flex;
    gap: 35px;
    align-items: center;
}

.top-info-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
}

.top-info-item svg {
    flex-shrink: 0;
}

.top-info-item span {
    white-space: nowrap;
    font-family: "Barlow Condensed", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: white;
}

.top-bar-right {
    display: flex;
    align-items: center;
    gap: 24px;
}

.follow-text {
    color: #ffffff;
    margin-right: 5px;
    font-family: "Barlow Condensed", Sans-serif;
    font-size: 15px;
    font-weight: 500;
}

.social-link {
    width: 12px;
    height: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    transition: opacity 0.3s;
}

.social-link:hover {
    color: #0E1C3F !important;
}

.main-header {
    background-color: #ffffff;
    padding: 25px 0;
    width: 100%;
    max-width: 1264px;
    margin: auto;
}

.header-container {
    max-width: 1264px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}

.site-branding {
    flex-shrink: 0;
}

.logo-text {
    font-size: 32px;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    align-items: center;
    letter-spacing: 0.5px;
}

.logo-every {
    font-family: "Barlow Condensed", Sans-serif;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: #4B91F1;
}

.logo-curling {
    font-family: "Barlow Condensed", Sans-serif;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    margin-left: 5px;
}

.site-branding .custom-logo-link img {
    height: 50px !important;
    width: 152px !important;
    max-width: 100%;
}

.main-navigation {
    flex: 1;
}

.nav-menu {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 45px;
    margin: 0;
    padding: 0;
}

.nav-menu li {
    margin: 0;
    position: relative;
}

.nav-menu>li>a {
    font-family: "Barlow Condensed", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

.nav-menu>li>a:hover {
    color: #4B91F1;
}

.header-account {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.account-svg {
    width: 24px;
    height: auto;
    fill: #4B91F1;
    transition: fill 0.3s ease;
}

.header-account:hover .account-svg {
    fill: #91BDF9;
}

.account-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4B91F1;
    flex-shrink: 0;
}

.account-icon svg {
    height: 23px;
    width: 23px;
    fill: #4B91F1;
}

.phone-info {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
}

.account-label {
    font-size: 18px;
    color: #4B91F1;
    font-weight: 600;
}

.phone-number {
    font-size: 18px;
    font-weight: 600;
    color: #0E1C3F;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.3s;
    padding-top: 5px;
}

.phone-number:hover {
    color: #4B91F1;
}

.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
}

.mobile-menu-toggle span {
    width: 25px;
    height: 3px;
    background-color: #000000;
    display: block;
    transition: all 0.3s;
}

/* Responsive Styles */
@media (max-width: 1200px) {

    .header-container,
    .top-bar-inner {
        padding: 0 30px;
    }

    .nav-menu {
        gap: 25px;
    }

    .top-bar-left {
        gap: 25px;
    }
}

@media (max-width: 993px) {
    .top-bar-inner {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .top-bar-left {
        flex-direction: column;
        gap: 10px;
    }

    .mobile-menu-toggle {
        display: flex;
    }

    .main-navigation .nav-menu {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #ffffff;
        flex-direction: column;
        gap: 0;
        padding: 20px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        display: none;
        z-index: 999;
    }

    .main-navigation .nav-menu.active {
        display: flex;
    }

    .nav-menu li {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #f0f0f0;
        padding: 12px 0;
    }

    .nav-menu li {
        border: none !important;
        padding: 0px 0px 0px 0px;
        text-align: left !important;
    }

    .nav-menu li:last-child {
        border-bottom: none;
    }

    .main-header {
        position: relative;
    }

    .header-container {
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .logo-text {
        font-size: 24px;
    }

    .header-account {
        display: none;
    }

    .top-bar-inner,
    .header-container {
        padding: 0 20px;
    }

    .phone-number {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .top-info-item {
        font-size: 12px;
    }

    .social-link {
        width: 28px;
        height: 28px;
    }

    .social-link svg {
        width: 16px;
        height: 16px;
    }
}

/* footer */

.site-footer {
    margin-top: auto;
}

.footer-main {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 80px 20px 80px 20px;
}

.footer-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 1;
}

.footer-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0px;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr 1fr 1.3fr;
    gap: 44px;
    position: relative;
    z-index: 2;
}

.footer-col {
    color: #ffffff;
}

.footer-col-1 .footer-logo {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
}

.footer-col-1 .logo-every {
    color: #4B91F1;
}

.footer-col-1 .logo-curling {
    color: #ffffff;
    margin-left: 0px;
}

.footer-description {
    color: #fff;
    font-size: 18px;
    line-height: 23px;
    margin: 0;
}

/* Column 2 - Main Menu */
.footer-title {
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu li {
    margin-bottom: 16px;
}

.footer-menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: color 0.3s;
    display: inline-block;
}

.footer-menu li a:hover {
    color: #4B91F1;
}

.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 18px;
    color: #fff;
    font-size: 16px;
    align-items: center;
    transition: color 0.3s
}

.footer-contact li:hover {
    color: #4B91F1;
}

.footer-contact li svg {
    flex-shrink: 0;
    margin-top: 2px;
    width: 20px;
    height: 20px;
}

.footer-contact li span {
    line-height: 1.6;
}

.left-footer-spce {
    padding-left: 30px;
}

.footer-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.gallery-item {
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 4px;
    cursor: pointer;
    transition: transform 0.3s;
}

.gallery-item:hover {
    transform: scale(1.05);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.footer-bottom {
    background-color: #4B91F1;
    padding: 16px 0;
}

.footer-bottom-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
}

.copyright p {
    margin-bottom: 0;
    padding-bottom: 0;
}

.footer-bottom-menu {
    display: flex;
    gap: 35px;
}

.footer-bottom-menu a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    transition: color 0.3s;
    letter-spacing: 0.3px;
}

.footer-bottom-menu a:hover {
    color: #0E1C3F;
}

@media (max-width: 1200px) {
    .footer-container {
        grid-template-columns: 1fr 0.8fr 1fr 1fr;
        gap: 40px;
    }
}

@media (max-width: 993px) {
    .footer-container {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    .footer-col-4 {
        grid-column: 1 / -1;
    }

    .footer-gallery {
        grid-template-columns: repeat(6, 1fr);
        max-width: 600px;
    }
}

@media (max-width: 768px) {
    .footer-col.footer-col-4.left-footer-spce {
        display: none;
    }

    .footer-main {
        padding: 60px 0 40px;
    }

    .footer-container {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 0 30px;
    }

    .footer-col-4 {
        grid-column: 1;
    }

    .footer-gallery {
        grid-template-columns: repeat(3, 1fr);
        max-width: 100%;
    }

    .footer-bottom-container {
        flex-direction: column;
        gap: 20px;
        text-align: center;
        padding: 0 30px;
    }

    .footer-bottom-menu {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .left-footer-spce {
        padding-left: 0px !important;
    }
}

@media (max-width: 576px) {

    .footer-container,
    .footer-bottom-container {
        padding: 0 20px;
    }

    .footer-title {
        font-size: 24px;
        margin-bottom: 6px;
    }

    .footer-col-1 .footer-logo {
        font-size: 24px;
        margin-bottom: 7px !important;
        letter-spacing: 0px !important;
    }

    .footer-description,
    .footer-menu li a,
    .footer-contact li {
        font-size: 16px;
    }

    .footer-col.footer-col-1 {
        padding-bottom: 21px;
    }

    .footer-bottom-menu {
        gap: 15px;
        display: none;
    }

    .footer-bottom-menu a {
        font-size: 12px;
    }

    .copyright {
        color: #ffffff;
        font-size: 13px !important;
        font-weight: 500;
    }
}

/* Testimonial Slider Styles */
.testimonial-slider-wrapper {
    max-width: 700px;
    margin: 0px auto;
    padding: 0px;
}

.testimonial-slider {
    position: relative;
    border-radius: 15px;
    padding: 0px;
}

.testimonial-slide {
    display: none;
    animation: fadeIn 0.5s;
}

.testimonial-slide.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.testimonial-content {
    display: flex;
    gap: 30px;
    align-items: center;
}

.testimonial-image {
    flex-shrink: 0;
}

.testimonial-image img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 4px solid #4B91F1;
    object-fit: cover;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.testimonial-text {
    flex: 1;
}

.testimonial-name {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.testimonial-role {
    color: #4B91F1;
    font-size: 18px;
    margin-bottom: 17px;
    font-weight: 500;
}

.testimonial-quote {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 10px;
    border-left: 4px solid #4B91F1;
    font-style: italic;
    color: #1A1A1A;
    line-height: 1.6;
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    font-size: 20px;
    line-height: 27px;
    font-style: italic;
}

.testimonial-quote:before {
    content: '"';
    font-size: 60px;
    position: absolute;
    top: -10px;
    left: 10px;
    color: #4B91F1;
    opacity: 0.2;
}

.slider-dots {
    text-align: center;
    margin-top: 25px;
}

.dot {
    height: 12px;
    width: 12px;
    margin: 0 5px;
    background-color: #ddd;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s;
}

.dot:hover {
    background-color: #4B91F1;
}

.dot.active {
    background-color: #4B91F1;
    width: 30px;
    border-radius: 6px;
}

@media (max-width: 768px) {

    .arrow-btn {
        position: relative !important;
        z-index: 999999 !important;
        width: 35px !important;
        height: 35px !important;

    }

    .testimonial-content {
        flex-direction: column;
        text-align: center;
    }

    .core-sessions-wrapper {
        margin: -21px auto 0px auto !important;
    }

    .testimonial-slider {
        padding: 0px;
    }

    .arrow-btn svg {
        width: 28px !important;
        height: 28px !important;
    }

    .testimonial-quote {
        padding: 20px;
    }
}

.core-sessions-wrapper {
    max-width: 1120px;
    margin: -20px auto 0px auto;
    padding: 0px;
    background: #ebebeb;
    padding-top: 0px;
    padding-bottom: 0px;
}

#training>div>div>div.elementor-element.elementor-element-3c4db4dd.e-con-full.e-flex.e-con.e-child {
    margin-bottom: -90px;
    position: relative;
    z-index: 999;
}

.sessions-header {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-bottom: 30px;
    padding: 0 10px;
}

.sessions-header h2 {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    margin: 0;
}

.sessions-header .highlight {
    color: #4B91F1;
}

.slider-arrows {
    display: flex;
    gap: 8px;
}

.arrow-btn {
    width: 55px;
    height: 55px;
    background: #4B91F1;
    border: none;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    padding: 0px;
}

.arrow-btn svg {
    width: 36px;
    height: 36px;
}

.arrow-btn:hover {
    background: #91BDF9;
}

.sessions-slider-container {
    overflow: hidden;
    position: relative;
}

.sessions-slider {
    display: flex;
    gap: 20px;
    transition: transform 0.4s ease;
}

.session-card {
    min-width: calc(33.333% - 14px);
    background: #fff;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
}

.session-card:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.session-image-wrapper {
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
}

.session-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.session-card:hover .session-image-wrapper img {
    transform: scale(1.05);
}

.session-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #4B91F1;
    padding: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
}

.session-arrow-overlay svg {
    width: 37px;
    height: 37px;
}

.session-badge-overlay {
    background: #4B91F1;
    color: white;
    padding: 0px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.session-badge-overlay.intermediate {
    background: #4B91F1;
}

.session-badge-overlay.advanced {
    background: #4B91F1;
}

.session-arrow-overlay {
    width: 50px;
    height: 50px;
    background: #1a2757;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: all 0.3s;
}

.session-card:hover .session-arrow-overlay {
    background: #91BDF9;
}

.session-content {
    padding: 20px;
}

.session-title {
    font-size: 24px;
    font-weight: 700;
    color: #91BDF9;
    margin: 0 0 6px 0;
    line-height: 1.3;
}

.session-description {
    font-size: 18px;
    line-height: 20px;
    color: #333;
    margin: 0;
}

#blogs {
    padding-bottom: 0px;
}

.post-thumb {
    height: 240px !important;
}

#teams>div.elementor-element.elementor-element-675ca856.e-flex.e-con-boxed.e-con.e-child.animated.fadeInUp>div>div.elementor-element.elementor-element-edd196f.e-con-full.e-flex.e-con.e-child>div.elementor-element.elementor-element-14fe68dd.elementor-widget.elementor-widget-image>img {
    object-fit: cover;
    height: 265px !important;
}

@media (min-width: 501px) and (max-width: 1024px) {
    .session-card {
        min-width: calc(50% - 10px);
    }
}

@media (max-width: 500px) {
    .core-sessions-wrapper {
        padding: 0px !important;
        margin-top: 10px !important;
    }

    .sessions-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .sessions-header h2 {
        font-size: 22px;
    }

    .session-card {
        min-width: 100%;
    }

    .slider-arrows {
        align-self: flex-end;
    }

    .session-image-wrapper {
        height: 400px !important;
    }
}

@media (max-width: 768px) {

    .top-bar-right {
        display: none !important;
    }

    .main-heading {
        font-size: 38px !important;
        line-height: 44px !important;
    }

    .experience-heading {
        font-size: 16px !important;
    }

    .my-post-grid {
        display: flex;
        flex-direction: column !important;
        gap: 25px !important;
    }

    .my-post-grid .post-item {
        width: 100% !important;
    }

    nav#site-navigation {
        display: flex;
        justify-content: end;
    }

    button.mobile-menu-toggle {
        background: #4B91F1;
        padding: 7px 6px 6px 6px;
        gap: 3px !important;
        width: 33px;
        height: 30px;
        transition: 0.7s;
    }

    button.mobile-menu-toggle span {
        color: #fff !important;
        background: #fff !important;
        border-radius: 2px;
        width: 22px !important;
    }

    .logo-curling {
        font-size: 24px !important;
        letter-spacing: 0px !important;
    }

    .logo-every {
        font-size: 24px !important;
        letter-spacing: 0px !important;
    }

    .main-header {
        padding: 10px 0 !important;
    }

    nav.main-navigation.toggled {
        transition: 0.7s;
    }

    nav.main-navigation.toggled button.mobile-menu-toggle {
        position: relative;
    }

    nav.main-navigation.toggled button.mobile-menu-toggle span.sec-line {
        display: none;
    }

    nav.main-navigation.toggled button.mobile-menu-toggle span.ones-line {
        transform: rotate(58deg);
        position: absolute;
        top: 14px;
    }

    nav.main-navigation.toggled button.mobile-menu-toggle span.third-line {
        position: absolute;
        transform: rotate(-36deg);
        top: 14px;
        right: 6px;
    }

    .nav-menu li {
        border: none !important;
        padding: 0px 0px 13px 0px;
        text-align: left !important;
    }

    .nav-menu li a {
        font-size: 16px;
    }

    ul#primary-menu {
        padding-top: 0px !important;
    }

    .main-banner-sec .elementor-element.elementor-element-b074632.elementor-widget__width-initial.elementor-widget.elementor-widget-text-editor {
        width: 100% !important;
    }

    .main-banner-sec .elementor-element.elementor-element-570657f.elementor-widget__width-initial.elementor-widget.elementor-widget-text-editor {
        width: 100% !important;
    }

    .main-banner-sec .elementor-element.elementor-element-570657f.elementor-widget__width-initial.elementor-widget.elementor-widget-text-editor * {
        font-size: 16px !important;
        line-height: 22px;
        display: inline;
    }

    .main-banner-sec .elementor-background-slideshow.swiper.swiper-fade.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-rtl.swiper-watch-progress.swiper-backface-hidden {
        height: 450px;
    }

    .footer-main * {
        text-align: center !important;
        justify-content: center;
    }
}

@media screen and (min-width:768px) {
    .sessions-header {
        margin-bottom: 90px !important;
    }

}

@media (min-width: 769px) and (max-width: 993px) {
    .footer-container {
        display: grid;
        grid-template-columns: 1fr 1fr !important;
        gap: 30px 200px !important;
    }

    .footer-col-4 {
        grid-column: unset !important;
    }

    .footer-gallery {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr !important;
    }

    .left-footer-spce {
        padding-left: 0px !important;
    }

    .footer-menu li {
        margin-bottom: 8px !important;
    }

    .footer-contact li {
        margin-bottom: 9px !important;

    }

    .top-bar-right {
        display: none !important;
    }

    .header-account {
        display: none !important;
    }

    .header-container {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        padding: 0 20px !important;
    }

    nav#site-navigation {
        display: flex;
        justify-content: end;
    }

    button.mobile-menu-toggle {
        background: #4B91F1;
        padding: 7px 6px 6px 6px;
        gap: 3px !important;
        width: 33px;
        height: 30px;
        transition: 0.7s;
    }

    button.mobile-menu-toggle span {
        color: #fff !important;
        background: #fff !important;
        border-radius: 2px;
        width: 22px !important;
    }

    .main-header {
        padding: 10px 0 !important;
    }

    nav.main-navigation.toggled {
        transition: 0.7s;
    }

    nav.main-navigation.toggled button.mobile-menu-toggle {
        position: relative;
    }

    nav.main-navigation.toggled button.mobile-menu-toggle span.sec-line {
        display: none;
    }

    nav.main-navigation.toggled button.mobile-menu-toggle span.ones-line {
        transform: rotate(58deg);
        position: absolute;
        top: 14px;
    }

    nav.main-navigation.toggled button.mobile-menu-toggle span.third-line {
        position: absolute;
        transform: rotate(-36deg);
        top: 14px;
        right: 6px;
    }

    .nav-menu li {
        border: none !important;
        padding: 0px 0px 13px 0px;
        text-align: left !important;
    }

    .nav-menu li a {
        font-size: 16px;
    }

    .my-post-grid {
        display: grid !important;
        grid-template-columns: 1fr 1fr 1fr !important;
        gap: 20px !important;
    }

    .my-post-grid .post-item {
        width: 100% !important;
    }

    .footer-bottom {
        background-color: #4B91F1;
        padding: 15px 20px !important;
    }

    #training>div>div>div.elementor-element.elementor-element-3c4db4dd.e-con-full.e-flex.e-con.e-child>div.elementor-element.elementor-element-478de9d7.main-headersds.elementor-widget.elementor-widget-heading.animated.fadeInUp>h2:nth-child(1) {
        line-height: 50px;
    }

    .elementor-45 .elementor-element.elementor-element-770cfda8 .elementor-icon-list-item>.elementor-icon-list-text,
    .elementor-45 .elementor-element.elementor-element-770cfda8 .elementor-icon-list-item>a {
        font-family: "Barlow Condensed", Sans-serif;
        font-size: 30px;
        font-weight: 700;
    }

    #page>div.elementor.elementor-45>div.elementor-element.elementor-element-65ea36c8.e-con-full.e-flex.e-con.e-parent.e-lazyloaded.animated.fadeInUp>div>div>div.elementor-element.elementor-element-d40a577.e-con-full.e-flex.e-con.e-child>div.elementor-element.elementor-element-7b169976.elementor-widget.elementor-widget-heading.animated.fadeInUp>h2 {
        line-height: 50px !important;
    }

}

/* ***** hero section ***** */

.custom-hero {
    position: relative;
    width: 100%;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #000;
    --overlay-opacity: 0.69;
}

.custom-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: var(--overlay-opacity);
    z-index: 2;
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 3;
    text-align: center;
    width: 100%;
    padding: 20px;
}

.hero-title {
    font-family: "Roboto", Sans-serif;
    color: #4B91F1;
    font-weight: 600;
    font-size: 40px;
    line-height: 1;
    margin: 0 0 15px 0;
}

.hero-subtitle {
    font-family: "Roboto", Sans-serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 79px;
    margin-bottom: 30px;
    color: #fff;
}

.hero-subtitle .block {
    display: block !important;
}

.hero-subtitle .white {
    color: #ffffff;
}

.hero-subtitle .blue {
    color: #4B91F1;
}

.hero-btn {
    background-color: #4B91F1;
    border: 4px solid #0A336C;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    fill: #fff;
    font-family: "Roboto", Sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    transition: all .3s;
}

.hero-btn:hover {
    background-color: #357abd;
}

@media (max-width: 1024px) {
    .hero-subtitle {
        font-size: 42px;
        line-height: 1.4em;
    }
}

@media (max-width: 768px) {
    .custom-hero {
        min-height: 400px;
    }

    .hero-title {
        font-size: 24px;
    }

    .hero-subtitle {
        font-size: 30px;
        line-height: 33px;
        max-width: 85%;
        margin: 0 auto 30px auto;
    }
}

/* ***** search filter ***** */

#ski-filter-wrap {
    background: #111;
    padding: 25px;
    border-radius: 12px;
    color: #fff;
    font-family: sans-serif;
}

.ski-dropdowns {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.ski-dropdowns select {
    flex: 1;
    padding: 12px;
    background: #222;
    color: #fff;
    border: 1px solid #444;
    border-radius: 4px;
    font-size: 18px;
}

.reset-btn-wrap {
    margin-bottom: 25px;
}

#btn-ski-reset {
    background: transparent;
    color: #888;
    border: 1px solid #444;
    padding: 5px 15px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

#ski-results-container p {
    text-align: center;
    opacity: 0.6;
}

.resort-runs-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr;
}

@media (min-width: 801px) {
    .resort-runs-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1200px) {
    .resort-runs-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.resort-bundle-card {
    background: #1a1a1a;
    padding: 25px;
    border: 2px solid #4B91F1;
    border-radius: 12px;
    color: #fff;
    text-align: center;
}

.resort-bundle-card h2 {
    margin: 0 0 10px 0;
    color: #4B91F1;
    font-size: 20px;
}

.resort-bundle-card p {
    font-size: 14px;
    margin-bottom: 15px;
    opacity: 0.8;
}

.resort-bundle-price {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}

.resort-bundle-card .add_to_cart_button {
    background: #4B91F1;
    color: #fff;
    padding: 12px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    display: block;
    transition: background 0.3s ease;
}

.resort-bundle-card .add_to_cart_button.added {
    background-color: #27ae60 !important;
    border-color: #27ae60 !important;
    pointer-events: none;
    opacity: 1;
}

.resort-bundle-card .add_to_cart_button:hover {
    background: #357abd;
}

.resort-run-card {
    background: #f4f4f4;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #ddd;
    color: #333;
}

.resort-run-card strong {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    text-align: center;
}

.resort-run-card p.run-description {
    font-size: 16px;
    margin-bottom: 15px;
    opacity: 0.8;
    line-height: 1.4;
    color: #333;
}

@media (max-width: 500px) {
    .ski-dropdowns {
        flex-direction: column;
    }

    .ski-dropdowns select {
        width: 100%;
    }
}

@media (max-width: 440px) {
    #ski-filter-wrap {
        padding: 5px;
    }

    .resort-run-card {
        padding: 5px;
    }
}

.no-results-msg {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px 20px;
    grid-column: 1 / -1;
}

.no-results-msg p {
    font-size: 18px;
    margin-bottom: 20px;
    opacity: 0.6;
    color: #fff;
}

.request-resort-btn {
    background: #4B91F1;
    color: #fff;
    border: none;
    padding: 12px 25px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    transition: background 0.3s ease;
}

.request-resort-btn:hover {
    background: #357abd;
}

.request-resort-btn:disabled {
    background: #444;
    cursor: not-allowed;
    opacity: 0.7;
}

.request-response p {
    margin-top: 20px;
    font-weight: bold;
    color: #27ae60;
}

.video-features-bar {
    background: #1a1a1a;
    border: 1px solid #333;
    border-radius: 8px;
    padding: 12px 20px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 1.6;
}

.feature-label {
    font-weight: bold;
    color: #4B91F1;
    margin-right: 8px;
    display: block;
}

.feature-item {
    opacity: 0.9;
}

@media (min-width: 600px) {
    .video-features-bar {
        font-size: 15px;
    }

    .feature-label {
        display: inline;
    }
}

/* ***** resort dashboard styling ***** */

.resort-dashboard {
    background: #1a1a1a;
    border: 1px solid #333;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 30px;
}

.resort-dashboard h3 {
    margin: 0 0 20px 0;
    color: #4B91F1;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.stats-main-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.stat-column h4 {
    color: #888;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.stat-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.stat-column ul li {
    font-size: 18px;
    color: #ccc;
    margin-bottom: 6px;
    line-height: 1.4;
}

.stat-column ul li strong {
    color: #fff;
}

.stat-pair {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 8px;
}

.stat-pair {
    display: block;
    margin-bottom: 12px;
}

.inline-btn {
    display: inline-block;
    padding: 2px 8px !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    margin-left: 5px;
    vertical-align: middle;
    white-space: nowrap;
}

@media (max-width: 690px) {
    .stat-pair {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .inline-btn {
        display: block;
        width: 100%;
        text-align: center;
        margin-left: 0;
        padding: 8px 12px !important;
        font-size: 14px !important;
    }
}

.resort-btn {
    display: inline-block;
    background: #4B91F1;
    color: #fff !important;
    padding: 6px 12px;
    border-radius: 4px;
    text-decoration: none !important;
    font-size: 13px;
    transition: all 0.2s ease;
    border: none;
}

.resort-btn:hover {
    background: #91BDF9;
}

.resort-btn.secondary {
    background: #333;
    border: 1px solid #444;
}

.resort-btn.secondary:hover {
    background: #444;
}

.resort-btn.tertiary {
    background: #ffcc00;
    color: #000 !important;
    border: 1px solid #e6b800;
    transition: background-color 0.3s ease;
}

.resort-btn.tertiary:hover {
    background: #e6b800;
    color: #000 !important;
}

.terrain-mix .diff-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    color: #ccc;
    margin-bottom: 6px;
}

.dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.dot.green {
    background: #27ae60;
}

.dot.blue {
    background: #4B91F1;
}

.dot.red {
    background: #eb3232;
}

.dot.black {
    background: #000;
    border: 1px solid #444;
}

@media (max-width: 600px) {
    .stats-main-grid {
        grid-template-columns: 1fr;
    }
}

.resort-summary-wrapper {
    margin-bottom: 25px;
}

.summary-title {
    margin: 0 0 12px 0;
    color: #4B91F1;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.resort-summary-bar {
    background: #1a1a1a;
    border: 1px solid #333;
    border-left: 4px solid #4B91F1;
    border-radius: 12px;
    padding: 15px 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}

.resort-summary-bar .summary-item {
    font-size: 18px;
    color: #ccc;
}

.resort-summary-bar .summary-item strong {
    color: #fff;
}

.resort-summary-bar .summary-anchor a {
    color: #4B91F1;
    font-weight: bold;
    text-decoration: none;
}

.resort-summary-bar .summary-anchor a:hover {
    text-decoration: underline;
}

.seo-narrative-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 25px;
}

.seo-box {
    background: #1a1a1a;
    border: 1px solid #333;
    border-radius: 12px;
    padding: 18px;
    font-size: 18px;
    color: #ccc;
    line-height: 1.5;
}

.seo-box strong {
    display: block;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
}

.vibe-box {
    border-left: 3px solid #4B91F1;
}

.best-for-box {
    border-left: 3px solid #27ae60;
}

.expert-tip-box {
    border-left: 3px solid #f1c40f;
}

.highlights-box {
    border-left: 3px solid #e67e22;
}

.seo-box.vibe-box strong {
    color: #4B91F1;
}

.seo-box.best-for-box strong {
    color: #27ae60;
}

.seo-box.expert-tip-box strong {
    color: #f1c40f;
}

.seo-box.highlights-box strong {
    color: #e67e22;
}

@media (max-width: 600px) {
    .seo-narrative-grid {
        grid-template-columns: 1fr;
    }
}

.resort-page-wrap,
.resort-directory-wrapper {
    padding: 0 100px
}

@media (max-width: 768px) {

    .resort-page-wrap,
    .resort-directory-wrapper {
        padding: 0 10px
    }
}

/* ***** woocommerce, privacy and terms ***** */

div.woocommerce,
div.wp-block-woocommerce-cart.alignwide,
div.wp-block-woocommerce-checkout.alignwide.wc-block-checkout,
div.wp-block-group.privacy-policy-wrapper,
div.wp-block-group.terms-and-conditions-wrapper {
    padding: 0 150px;
}

@media (max-width: 768px) {

    div.woocommerce,
    div.wp-block-woocommerce-cart.alignwide,
    div.wp-block-woocommerce-checkout.alignwide.wc-block-checkout,
    div.wp-block-group.privacy-policy-wrapper,
    div.wp-block-group.terms-and-conditions-wrapper {
        padding: 0 10px;
    }
}

/* ***** bunny.net ***** */

.bunny-video-container,
.bunny-teaser-container {
    width: 100%;
    max-width: 1000px;
    margin: 20px auto;
}

.bunny-video-container iframe {
    border: none;
    width: 100%;
    height: 450px;
}

.bunny-teaser-container {
    background: #000;
    padding: 15px;
    border-radius: 12px;
}

.bunny-teaser-container iframe {
    border: none;
    width: 100%;
    height: 400px;
}

.bunny-paywall-cta {
    text-align: center;
    padding: 20px;
    background: #111;
    margin-top: 10px;
}

.bunny-teaser-container .ajax_add_to_cart {
    background: #4B91F1;
    color: #fff;
    padding: 12px 30px;
    text-decoration: none;
    border-radius: 50px;
    font-weight: bold;
    display: inline-block;
}

.bunny-teaser-container .ajax_add_to_cart.added {
    background-color: #27ae60 !important;
    border-color: #27ae60 !important;
    pointer-events: none;
    opacity: 1;
}

#ski-filter-wrap .added_to_cart,
.bunny-teaser-container .added_to_cart {
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 10px;
    color: #fff;
    text-decoration: underline;
    font-size: 14px;
}

.bunny-paywall-subtext {
    display: block;
    font-style: italic;
    font-size: 0.85rem;
    margin-top: 10px;
    color: #fff;
    text-align: center;
}

.elementor iframe {
    border-radius: 8px;
}

@media (max-width: 440px) {
    .bunny-teaser-container {
        padding: 5px;
    }
}


/* ***** custom secure contact form ***** */

.custom-secure-form {
    max-width: 600px;
    margin: 20px 0;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.form-submit {
    background: #000;
    color: #fff;
    padding: 12px 30px;
    border: none;
    cursor: pointer;
    font-weight: bold;
}

.form-submit:hover {
    background: #333;
}

.form-success {
    background: #d4edda;
    color: #155724;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.hp-trap {
    display: none !important;
    visibility: hidden;
}

.company-legal-footer {
    margin-top: 40px;
    padding-top: 20px;
    font-size: 18px;
    color: #666;
    line-height: 1.6;
}

/* ***** resort page ***** */

.archive-resort-container {
    width: 100%;
    padding: 0px 100px 20px;
}

.archive-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.archive-resort-hero {
    text-align: center;
    padding: 40px 0;
    margin-bottom: 30px;
}

.archive-search-bar input {
    width: 100%;
    max-width: 500px;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.letter-header {
    font-size: 2rem;
    font-weight: 700;
    margin: 40px 0 15px 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

.resort-text-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px 20px;
}

.resort-text-link a {
    text-decoration: none;
    color: #0073aa;
    font-size: 18px;
    display: block;
    padding: 4px 0;
}

.resort-text-link a:hover {
    text-decoration: underline;
    color: #000;
}

@media (max-width: 992px) {
    .resort-text-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .resort-text-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .archive-resort-container {
        padding: 0px 10px 20px;
    }
}

@media (max-width: 480px) {
    .resort-text-grid {
        grid-template-columns: 1fr;
    }
}

/* ***** gear checklist ***** */

:root {
    --gear-chk-bg: #121212;
    --gear-chk-card: #1e1e1e;
    --gear-chk-accent: #4B91F1;
    --gear-chk-accent-hover: #91BDF9;
    --gear-chk-text: #f5f5f5;
    --gear-chk-dim: #b0b0b0;
    --gear-chk-border: #333;
    --gear-chk-danger: #ff4d4d;
}

.gear-checklist-dashboard {
    background-color: var(--gear-chk-bg);
    color: var(--gear-chk-text);
    padding: 40px 100px;
    min-height: 100vh;
}

.gear-checklist-header {
    margin-bottom: 30px;
    border-bottom: 1px solid var(--gear-chk-border);
    padding-bottom: 15px;
}

.gear-checklist-header h1 {
    font-size: 1.8rem;
    margin: 0;
    color: #fff;
}

.gear-checklist-status {
    color: var(--gear-chk-dim);
    margin: 5px 0 0;
    font-size: 0.9rem;
}

.gear-checklist-section {
    background: var(--gear-chk-card);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 25px;
    border-left: 4px solid var(--gear-chk-accent);
}

.gear-checklist-section h2 {
    font-size: 1.1rem;
    margin: 0 0 15px 0;
    color: var(--gear-chk-accent);
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.gear-checklist-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid var(--gear-chk-border);
}

.gear-checklist-item:last-child {
    border-bottom: none;
}

.gear-checklist-label {
    display: flex;
    align-items: center;
    gap: 15px;
    cursor: pointer;
    flex-grow: 1;
}

.gear-checklist-item input[type="checkbox"] {
    width: 26px;
    height: 26px;
    accent-color: var(--gear-chk-accent);
    cursor: pointer;
}

.gear-checklist-affiliate-link {
    font-size: 0.75rem;
    color: var(--gear-chk-dim);
    text-decoration: none;
    border: 1px solid var(--gear-chk-border);
    padding: 6px 10px;
    border-radius: 5px;
    white-space: nowrap;
    transition: all 0.2s ease;
}

.gear-checklist-affiliate-link:hover {
    color: var(--gear-chk-accent-hover);
    border-color: var(--gear-chk-accent-hover);
}

.gear-checklist-footer {
    text-align: center;
    margin-top: 40px;
    padding-bottom: 80px;
}

.gear-checklist-save-note {
    font-style: italic;
    color: var(--gear-chk-dim);
    font-size: 0.85rem;
    display: block;
    margin-bottom: 15px;
}

.gear-checklist-actions {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.gear-checklist-print-btn {
    background: #333;
    color: #fff !important;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    transition: background 0.2s ease;
}

.gear-checklist-print-btn:hover {
    background: #444;
}

.gear-checklist-reset-btn {
    background: transparent;
    color: var(--gear-chk-danger);
    border: 1px solid var(--gear-chk-danger);
    padding: 12px 24px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.2s ease;
}

.gear-checklist-reset-btn:hover {
    background: var(--gear-chk-danger);
    color: #fff;
}

.gear-checklist-auth-overlay {
    text-align: center;
    padding: 80px 20px;
}

.gear-checklist-lock-title {
    font-size: 2rem;
    letter-spacing: 2px;
}

.gear-checklist-lock-msg {
    max-width: 320px;
    margin: 15px auto;
    color: var(--gear-chk-dim);
}

.gear-checklist-btn-primary {
    background: var(--gear-chk-accent);
    color: white !important;
    padding: 16px 32px;
    text-decoration: none;
    border-radius: 8px;
    display: inline-block;
    font-weight: bold;
    transition: background 0.2s ease;
}

.gear-checklist-btn-primary:hover {
    background: var(--gear-chk-accent-hover);
}

@media (max-width: 768px) {
    .gear-checklist-dashboard {
        padding: 20px 10px;
    }
}

@media print {

    .gear-checklist-affiliate-link,
    .gear-checklist-print-btn,
    .gear-checklist-reset-btn,
    .gear-checklist-save-note,
    .gear-checklist-actions,
    .gear-checklist-btn-primary {
        display: none !important;
    }

    .gear-checklist-dashboard {
        background: white !important;
        color: black !important;
        padding: 0 !important;
    }

    .gear-checklist-section {
        border: 1px solid #000 !important;
        page-break-inside: avoid;
    }

    .gear-checklist-section h2 {
        color: black !important;
    }
}

/* ***** mailpoet ***** */

@media screen and (max-width: 499px) {
    .mailpoet_form h6.mailpoet-heading {
        font-size: 13px !important;
    }
}