/*!
Theme Name: everythemecore
Theme URI: https://everycurlingday.cmptechsol.co.uk/
Author: CMP TechSol Limited
Description: Every Curling 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: #191970;
    --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: 1rem;
    --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 3em;
}

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;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@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%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* 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 ***** */

.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;
    }
}

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed&display=swap');


* {
    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: #3645c4 !important;
    background-color: #3645c4 !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: #3645c4 !important;
    color: #ffffff !important;
}

.header-change .current_page_item a {
    color: #3645c4 !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: #3645c4 !important;
    transition: 0.5s;
}

.header-number {
    transition: 0.5s;
}

.video-play .elementor-icon {
    background: #3645c4;
    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: #3645c4;
    border: 4px solid #3645c4;
    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: #3645c4 !important;
    transition: 0.5s !important;
    color: #fff !important;
}

.footer-top-slider .elementor-swiper-button {
    transition: 0.7s !important;
    background: #3645c4;
    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: #3645c4 !important;
    fill: #3645c4 !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: #3645c4;
    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: #3645c4 !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: #3645c4;
    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: #3645c4;
}

.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 {
    max-height: 50px;
    width: auto;
}

.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,
.nav-menu>li.current-menu-item>a {
    color: #3645c4;
}

.header-phone {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.phone-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3645c4;
    flex-shrink: 0;
}

.phone-icon svg {
    height: 23px;
    width: 23px;
    fill: #3645c4;
}

.phone-info {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
}

.phone-label {
    font-size: 18px;
    color: #3645c4;
    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: #3645c4;
}

.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: 992px) {
    .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-phone {
        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: #3645c4;
}

.footer-col-1 .logo-curling {
    color: #ffffff;
    margin-left: 0px;
}

.footer-description {
    color: #fff;
    font-size: 16px;
    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: #3645c4;
}

.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;
}

.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: #3645c4;
    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;
}

.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: 992px) {
    .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 #3645c4;
    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: #3645c4;
    font-size: 18px;
    margin-bottom: 17px;
    font-weight: 500;
}

.testimonial-quote {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 10px;
    border-left: 4px solid #3645c4;
    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: #3645c4;
    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: #3645c4;
}

.dot.active {
    background-color: #3645c4;
    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: #3645c4;
}

.slider-arrows {
    display: flex;
    gap: 8px;
}

.arrow-btn {
    width: 55px;
    height: 55px;
    background: #3645c4;
    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: #0b7ec4;
}

.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: #1a2757;
    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: #1a2757;
    color: white;
    padding: 0px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.session-badge-overlay.intermediate {
    background: #1a2757;
}

.session-badge-overlay.advanced {
    background: #1a2757;
}

.session-arrow-overlay {
    width: 50px;
    height: 50px;
    background: #3645c4;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: all 0.3s;
}

.session-card:hover .session-arrow-overlay {
    background: #0b7ec4;
}

.session-content {
    padding: 20px;
}

.session-title {
    font-size: 24px;
    font-weight: 700;
    color: #1a2757;
    margin: 0 0 6px 0;
    line-height: 1.3;
}

.session-description {
    font-size: 14px;
    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 {
        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: #3645c4;
        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 {
        display: none !important;
    }

    .header-phone {
        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: #3645c4;
        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: #3645c4;
        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;
    }

}