/*!
Theme Name: fvtheme
Theme URI: http://underscores.me/
Author: Codeink OÜ
Author URI: http://codeink.ee
Description: Description
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fvtheme
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.

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

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

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

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

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

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

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

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


/* Montserrat Variable (Roman) */
@font-face {
  font-family: 'Montserrat';
  src: url('assets/fonts/Montserrat/Montserrat-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* Montserrat Variable (Italic) */
@font-face {
  font-family: 'Montserrat';
  src: url('assets/fonts/Montserrat/Montserrat-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}


/* Anton Regular (static) */
@font-face {
  font-family: 'Anton';
  src: url('assets/fonts/Anton/Anton-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


/* ——————————————————————————————
   Montserrat Variable (Roman + Italic)
   —————————————————————————————— */
@font-face {
  font-family: 'Montserrat';
  src: url('assets/fonts/Montserrat/Montserrat-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('assets/fonts/Montserrat/Montserrat-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

/* ——————————————————————————————
    Font weight name ↔ numeric mapping, colors
   —————————————————————————————— */
:root {
  --fw-thin:          100;
  --fw-extralight:    200;
  --fw-light:         300;
  --fw-regular:       400;
  --fw-medium:        500;
  --fw-semibold:      600;
  --fw-bold:          700;
  --fw-extrabold:     800;
  --fw-black:         900;
  --site-color: #FCDA09;
  /* --site-color:   #00B86F; */

  --font-size-h1-extra: 145px;
  --font-size-h1: 100px;
  --font-size-h2: 64px;
  --font-size-h3: 45px;
  --font-size-h4: 25px;
  --font-size-h5: 18px;
  --font-size-body: 16px;
  --font-size-btn: 16px;
  
}

@media (max-width: 768px) {
:root {
  --font-size-h1-extra: 90px;
  --font-size-h1: 53px;
  --font-size-h2: 35px;
  --font-size-h3: 45px;
  --font-size-h4: 25px;
  --font-size-h5: 18px;
  --font-size-body: 16px;
  --font-size-btn: 16px;
  
}}



@media (max-width: 420px) {
:root {
  --font-size-h1-extra: 75px;
  --font-size-h1: 43px;
  --font-size-h2: 30px;
  --font-size-h3: 45px;
  --font-size-h4: 22px;
  --font-size-body: 14px;
  --font-size-btn: 12px;
  
}}

/* ——————————————————————————————
   Optional utility classes
   —————————————————————————————— */
.font-thin      { font-weight: var(--fw-thin); }
.font-extralight{ font-weight: var(--fw-extralight); }
.font-light     { font-weight: var(--fw-light); }
.font-regular   { font-weight: var(--fw-regular); }
.font-medium    { font-weight: var(--fw-medium); }
.font-semibold  { font-weight: var(--fw-semibold); }
.font-bold      { font-weight: var(--fw-bold); }
.font-extrabold { font-weight: var(--fw-extrabold); }
.font-black     { font-weight: var(--fw-black); }


/* ——————————————————————————————
   Font-size utility classes
   —————————————————————————————— */
.text-h1    { font-size: var(--font-size-h1); }
.text-h2    { font-size: var(--font-size-h2); }
.text-h3    { font-size: var(--font-size-h3); }
.text-body  { font-size: var(--font-size-body); }


h3 {
  font-size: var(--font-size-h3);
  margin: 0px;
  padding: 0px;
}

h4 {
  font-size: var(--font-size-h3)
}

h5 {
  font-size: var(--font-size-5)
}
a {
    color: #000;
    text-decoration: underline;
}


/**
 * 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: #000;
  	font-family: 'Montserrat', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

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-color: #fff;
}

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

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

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: #4169e1;
} */

a:visited {
  color: inherit;
}

a:hover,
a:focus,
a:active {
	color: inherit;
}

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

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

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


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



/* hide-desktop: only hidden on screens ≥ 768px */
@media (min-width: 768px) {
  .hide-desktop {
    display: none !important;
    visibility: hidden !important;
  }
}

/* hide-mobile: only hidden on screens < 768px */
@media (max-width: 767px) {
  .hide-mobile {
    display: none !important;
    visibility: hidden !important;
  }
}
























/*--------------------------------------------------------------
# homepage banner area
--------------------------------------------------------------*/



/* ───── container & reset ───── */
.hero-slider {
  position: relative;
  overflow: hidden;
  height: 80vh;
  min-height: 500px;
}
.hero-slider .slide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0; left: 0;
  background-size: cover;
  background-position: center;
}

/* ───── center‐boxed content ───── */
.slide-inner {
  position: relative;
    width: 90%;
  max-width: 1420px;
  height: 100%;
  margin: 0 auto;
  padding: 0 1em;             /* so content has breathing room */
}

/* reposition & cap width */
.slide-content {
  position: absolute;
  top: 50%; left: 0;
  transform: translateY(-50%);
  max-width: 730px;
  color: #fff;
}

/* ───── typography & buttons ───── */
.slide-title {
  font-size: var(--font-size-h1);
  font-weight: 800;
  margin: 0;
  line-height: normal;
  font-family: "Anton";
      text-transform: uppercase;
    letter-spacing: 2px;
        margin-bottom: -45px;
}


.slide-extra-title {
    font-size: var(--font-size-h1-extra);
    font-family: "Anton";
    color: var(--site-color);
    margin: 0;
    line-height: normal;
    padding: 0;
}


.slide-text {
  font-size: var(--font-size-body);
  margin-bottom: 1.5em;
  line-height: 1.5;
  font-weight: var(--fw-semibold);
}
.slide-buttons {
  display: flex;
  gap: 1em;
}
.btn-hero {
display: inline-flex
;
    align-items: center;
    padding: 7px 0px 7px 18px;
    background: #fff;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    transform: skew(-19deg);
    transition: background .2s;
}

.btn-hero:visited {
  color: #000;
}
.btn-hero:hover { background: #eee; }
.btn-hero span {
  display: inline-block;
  transform: skew(19deg);
  font-size: var(--font-size-btn);

}
.btn-hero img {
  display: inline-block;
  width: 65px;
  margin-left: .5em;
  transform: skew(19deg);
}
.btn-hero.site-color {
  background: var(--site-color);
}
.btn-hero.site-color:hover {
  background: #e6c800;
}

/* ───── arrows ───── */
.slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
    background: #fff;
  border: none;
  width: 3em; height: 3em;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.slider-nav img { width: 1.5em;    filter: invert(1); }
.slider-nav.prev { left: 1em; }
.slider-nav.prev img { transform: rotate(180deg); }
.slider-nav.next { right: 1em; }

button.slider-nav {
        padding: 0.2em 0.2em 0.2em;
}

/* ───── dots ───── */
.slider-dots {
  position: absolute;
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: .5em;
}
.dot {
  width: 90px;
  height: 11px;
  border-radius: 10px;
  background: rgba(255,255,255,.5);
  border: none;
  pointer-events: none;
  cursor: default;
}

.dot.active {
  background: var(--site-color);
  opacity: 0.8;
}



/* ───── mobile tweaks ───── */
@media (max-width: 768px) {

  .slide-inner {
        width: 100%;
  }
  .hero-slider { cursor: grab; }
  .slide-content {
        left: 82%;
        transform: translate(-85%, -50%);
        text-align: left;
        width: 90%;
  }
.slider-nav {
  display: none;
  visibility: hidden;
}

.dot {
    width: 55px;
    height: 12px;
    padding: 0px;
}
.slide-title {
    margin-bottom: -20px;/
}
.slide-text {
  margin-top: -5px;
}

.btn-hero img {
  display: inline-block;
  width: 55px;
  margin-left: 3px;
  margin-right: -2px;
}}


@media (max-width: 420px) {
.btn-hero {
      padding: 3px 0px 3px 9px;
}}






/*--------------------------------------------------------------
# homepage events area
--------------------------------------------------------------*/
.events-section {
  background: #fff;
  color: #111;
  padding: 4rem 2rem;
}
.events-header {
 max-width: 1420px;
  margin: 0 auto 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.events-header h2 {
  font-size: var(  --font-size-h2);
  font-weight: 800;
  margin: 0;
}
.events-btn-all {
  display: inline-flex;
  align-items: center;
  transform: skew(-19deg);
  background: #111;
  color: #fff;
    padding: 7px 0px 7px 18px;
  text-decoration: none;
  transition: background .2s;
  margin-right: 20px;
}
.events-btn-all img {
    margin-left: 0.5em;
    width: 65px;
    padding: 0px;
    transform: skew(19deg);
}
.events-btn-all:hover {
  background: #333;
}

.events-btn-all span {
    transform: skew(19deg);
    font-size: var(--font-size-btn);
}
.events-btn-all:visited {
  color: #fff;
}

/* ─── Slider Container ───────────────────────────────────────────── */
.events-slider {
  position: relative;
  overflow: visible;   /* allow arrows to sit outside */
  margin: 2rem auto;
  max-width: 1420px;
  cursor: grab;
}
.events-slider.dragging {
  cursor: grabbing;
}
.events-slider-viewport {
  overflow: hidden;    /* mask only the cards */
    padding: 20px;
    margin: -20px;
  

}
.events-slider-inner {
  display: flex;
  /* gap: 30px;            */
  will-change: transform;
}
.events-slide {
  flex-shrink: 0;
  box-sizing: border-box;
}

/* ─── Card Styling ───────────────────────────────────────────────── */
.events-card {
  background: #fff;
  color: #111;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  /* border-radius: 6px; */
  overflow: hidden;
}
.events-card-image {
    width: 100%;
    aspect-ratio: 4 / 5;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;

}
.events-card-body {
    padding: 1rem;

  text-align: center;
}
.events-card-title {
    font-size: var(--font-size-h5);
       font-weight: var(--fw-medium);
    margin: 0;
    margin-bottom: 10px;
}
.events-card-title a {
  text-decoration: none;
}
.events-card-date {
  font-size: var(--font-size-h5);
    font-weight: var(--fw-bold);
  color: #000;
  margin: 0 0 1rem;
}
.events-card-btn {
    display: inline-flex
;
    align-items: center;
    transform: skew(-19deg);
    background: #111;
    color: #fff;
    padding: 7px 0px 7px 18px;
    text-decoration: none;
    transition: background .2s;
    
  }

.events-card-btn span {
    transform: skew(19deg);
    font-size: var(--font-size-btn);
}

.events-card-btn img {
    margin-left: 0.5em;
    width: 65px;
    padding: 0px;
    transform: skew(19deg);
}
.events-card-btn:visited{
  color: #fff;
}
.events-card-btn:hover {
  opacity: .8;
}
.events-card-btn-arrow {
  display: inline-block;
  margin-left: .5em;
  transform: skew(15deg);
}

/* ─── Navigation Arrows ──────────────────────────────────────────── */
.events-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: none;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  border: 1px solid #000;
      padding: 0px;
}
.events-nav.prev {
  left: -65px;
}
.events-nav.next {
  right: -65px;
}
.events-nav img {
  width: 1.2em;
  filter: invert(1);
}
.events-nav.prev img {
  transform: rotate(180deg);
}

/* ─── “No dots” (hidden) ─────────────────────────────────────────── */
.events-dots {
  display: none;
  visibility: hidden;
}

/* ─── Responsive ─────────────────────────────────────────────────── */
@media (min-width: 1040px) {
 }




 @media (max-width: 1550px) {
.events-nav.next {
    right: 20px;
}
.events-nav.prev {
    left: 20px;
}

 }
@media (max-width: 1040px) {

.events-section {
    background: #fff;
    color: #111;
    padding: 4rem 0rem 4rem 1rem;
}

.events-slider-viewport {
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    margin: -20px 0 -20px -20px;
    padding: 20px 0 20px 20px;
}
.events-slide {
      /* margin-right: -21px!important; */
}
}

@media (max-width: 768px) {
  .events-btn-all {
    text-emphasis: none;
  
  }
  .events-nav {
    width: 35px;
    height: 35px;
  }
  .events-header {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
  .events-nav.next {
    right: 10px;
}
.events-nav.prev {
    left: -9px;
}
        .events-btn-all {
    display: flex;           /* make it a block so auto-margins work */
    width: max-content;       /* shrink-wrap to its own width */
    margin: 1rem auto;        /* center horizontally and give vertical breathing room */
    margin-top: 45px;
  
    }
}

@media (max-width: 420px) {
    .events-btn-all  {
        padding: 3px 0px 3px 9px;
    }
        .events-card-btn   {
        padding: 3px 0px 3px 9px;
    }

            .events-card-btn  img {
        display: inline-block;
        width: 55px;
        margin-left: 3px;
        margin-right: -2px;
    }

    .events-btn-all img {
              display: inline-block;
        width: 55px;
        margin-left: 3px;
        margin-right: -2px;
    }
}








/*--------------------------------------------------------------
# homepage team area
--------------------------------------------------------------*/


/* ─── Team Members Section & yellow-background ────────────────────── */
.team-members-section {
  position: relative;
  overflow: hidden;
  background: #111;
  color: #fff;
  padding: 4rem 2rem;
}

/* ─── Yellow SVG behind the 1420px container ───────────────────────────────── */
.team-members-section::before {
content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc((65vw - 1420px) / 2);
    width: 500px;
    background: url(https://fvrackets.andrihallik.ee/wp-content/themes/fvtheme/assets/icons/yellow-svg-element.svg) no-repeat center center;
    background-size: cover;
    opacity: 0.4;
    pointer-events: none;
    z-index: 0;
    transform-origin: center right;
    transform: scale(2);
}

/* @media (max-width: 1800px) {
  .team-members-section::before {
    width: 450px;
    transform: scale(1.8);
  }
}
@media (max-width: 1600px) {
  .team-members-section::before {
    width: 400px;
    transform: scale(1.6);
  }
}
@media (max-width: 1420px) {
  .team-members-section::before {
    right: 0;
    width: 35%;
    transform: scale(1.4);
  }
}
@media (max-width: 1024px) {
  .team-members-section::before {
    width: 50%;
    transform: scale(1.2);
    opacity: 0.3;
  }
}
@media (max-width: 768px) {
  .team-members-section::before {
    width: 70%;
    transform: scale(1);
    opacity: 0.25;
  }
}
@media (max-width: 480px) {
  .team-members-section::before {
    display: none;  
  }
} */

/* ─── Header ─────────────────────────────────────────────────────── */
.team-members-header {
  max-width: 1420px;
  margin: 0 auto 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.team-members-header h2 {
  font-size: var(--font-size-h2);
  font-weight: 800;
  margin: 0;
}

.team-members-btn-all:visited{
  color: #000;
}
.team-members-btn-all {
  display: inline-flex;
  align-items: center;
  transform: skew(-19deg);
  background: #fff;
  color: #111;
  padding: 7px 0 7px 18px;
  text-decoration: none;
  transition: background .2s;
}
.team-members-btn-all span {
  transform: skew(19deg);
  font-size: var(--font-size-btn);
}
.team-members-btn-all img {
  transform: skew(19deg);
  margin-left: .5em;
  width: 65px;
}
.team-members-btn-all:hover {
  background: #eee;
  color: #000;
}

/* ─── Slider & Cards ─────────────────────────────────────────────── */
.team-slider {
  position: relative;
  max-width: 1420px;
  margin: 0 auto;
  cursor: grab;
}
.team-slider-viewport { overflow: hidden; }
.team-slider-inner {
  display: flex;
  /* gap: 30px; */
  will-change: transform;
}
.team-slide { flex-shrink: 0; /* width set by JS */ }

.team-card {

  border-radius: 6px;
  overflow: hidden;
  text-align: center;
}
.team-card-image {
  width: 100%;
  aspect-ratio: 4/5;
  background-position: center;
  background-size: cover;
}
/* 1) let the slider‐viewport show overflow so the corners aren’t clipped */
.team-slider-viewport {
}

/* 2) full-width, centered trapezoid panel */
.team-card {
  position: relative;   /* so body can be absolute if you like */
  overflow: visible;    /* also allow the panel corners out */
}

.team-card-body {
    background: #fff;
    transform: skew(-19deg);
    margin: -3rem 0 1rem;
    width: 86%;
    margin-left: 22px;
    box-sizing: border-box;
    padding: 0.5rem 0.5rem;

    display: flex
;
    flex-direction: column;
    align-items: center;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);

}

/* 3) un-skew the text inside so it reads straight */
.team-card-body > * {
  transform: skew(19deg);
  text-align: center;
  margin: 0;
}

/* 4) name + underline + role */
.team-card-name {
  font-size: var(--font-size-h4);
  font-weight: var(--fw-bold);
  border-bottom: 3px solid var(--site-color);
  padding-bottom: .25rem;
  color: #111;
}
.team-card-role {
  font-size: var(--font-size-body);
  font-weight: var(--fw-medium);
  color: #111;
  margin-top: .5rem;
}

/* ─── Navigation Arrows ──────────────────────────────────────────── */
.team-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: none;
  width: 3em; height: 3em;
  border-radius: 50%;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  z-index: 10;
  padding: 0px;
  border: 1px solid black;
}
.team-nav.prev { left: -65px; }
.team-nav.next { right: -65px; }
.team-nav img {
  width: 1.2em;
  filter: invert(1);
}
.team-nav.prev img { transform: rotate(180deg); }

/* ─── Responsive Tweaks ──────────────────────────────────────────── */
@media (max-width: 1024px) {
  .team-nav.prev { left: 20px; }
  .team-nav.next { right: 20px; }
}
@media (max-width: 768px) {
  .team-nav.prev { left: -20px; }
  .team-nav.next { right: -15px; }
  .team-members-header {
         flex-direction: column;
        gap: 1rem;
        text-align: center;
  }
      .team-members-btn-all {
        display: flex
;
        width: max-content;
        margin: 1rem auto;
        margin-top: 45px;
    }
.team-members-section::before {
  right: calc((282vw - 1420px) / 2);
    transform: scale(1.5);
}
.team-slider-viewport {
    overflow: visible;
}

.team-nav {
        width: 35px;
        height: 35px;
    }


}
@media (max-width: 420px) {
  .team-members-btn-all {
    padding: 3px 0 3px 9px;
  }
  .team-members-btn-all img {
    width: 55px;
    margin-left: 3px;
    margin-right: -2px;
  }
  
}




/*--------------------------------------------------------------
# homepage app promo area
--------------------------------------------------------------*/

/* ─── App Promotion Section ────────────────────────────────────── */
.app-promotion-section {
  position: relative;
  overflow: hidden;
  background-color: #FFD600;
  padding: 4rem 2rem;
}
.app-promotion-section::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc((88vw - 1420px) / 2);
    width: 225px;
    background-color: #111;
    transform: skewX(-19deg);
    transform-origin: top left;
    z-index: 0;
}
.app-promo-inner {
  position: relative;
  z-index: 1;
  max-width: 1420px;
  margin: 0 auto;
  text-align: center;
}
.app-promo-title {
  font-size: var(--font-size-h2);
  font-weight: 800;
  margin-bottom: 1rem;
}
.app-promo-text {
  font-size: var(--font-size-body);
  max-width: 800px;
  margin: 0 auto 2rem;
  line-height: 1.5;
}
.app-promo-buttons {
  display: inline-flex;
  gap: 1rem;
}
.app-btn {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  padding: 0.5rem;
  border-radius: 6px;
  transition: opacity 0.2s;
}
.app-btn img {
  display: block;
  width: 140px;  /* match your SVG aspect ratio */
  height: auto;
}
.app-btn:hover {
  opacity: 0.8;
}
.app-btn-apple { /* Optional: you can override sizing here */ }
.app-btn-google { }

/* ─── Responsive ─────────────────────────────────────────────── */
@media (max-width: 768px) {
  .app-promo-text {
    padding: 0 1rem;
  }
  .app-promo-buttons {
    flex-direction: column;
  }
  .app-btn {
    width: 100%;
    justify-content: center;
  }
    .app-promotion-section::before {
        width: 100px;
        left: calc((92vw - 100%) / 2);
    }
}







/* ────────────────────────────────────────────────────────────────────────
   Homepage Services Section
───────────────────────────────────────────────────────────────────────── */

/* 1) Grid / Slider Visibility Toggles */
.services-grid.hide-services-mobile   { display: none; }
.services-slider.hide-services-desktop { display: none; }

@media (min-width: 769px) {
  .services-grid.hide-services-mobile {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
   gap: 30px 75px;   /* 20px vertical, 30px horizontal */
    align-items: start;
    margin-bottom: 4rem;
  }
  .services-slider.hide-services-desktop {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .services-grid.hide-services-mobile {
    display: none !important;
  }
  .services-slider.hide-services-desktop {
    display: block !important;
  }

  .services-intro {
        padding-bottom: 25px;
    text-align: center;
    margin-top: -20px;
  }
}

/* 2) Section & Container */
.services-section {
  background: #f5f5f5;
  padding: 4rem 2rem;
}
.services-inner {
  max-width: 1420px;
  margin: 0 auto;
}

/* 3) Intro Cell (first grid item) */
.services-intro {
  padding: 40px 20px;
}
.services-intro h2 {
  font-size: var(--font-size-h2);
  font-weight: 800;
  margin-bottom: 1rem;
}
.services-intro p {
  font-size: var(--font-size-body);
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.services-btn-all {
  display: inline-flex;
  align-items: center;
  padding: 12px 24px;
  background: #111;
  color: #fff;
  text-decoration: none;
  padding: 7px 0px 7px 18px;
  transition: transform .2s, box-shadow .2s;
      transform: skew(-19deg);
}
.services-btn-all img {
    margin-left: 0.5em;
    width: 65px;
    padding: 0px;
    transform: skew(19deg);
}
.services-btn-all span {
    transform: skew(19deg);
    font-size: var(--font-size-btn);
}

.services-btn-all:visited {
  color: #fff;
}
.services-btn-all img {
  margin-left: 8px;
  display: block;
}


/* 4) Card Basics (grid & slider) */
.services-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  position: relative;
  overflow: visible;
}
.services-card-image {
  position: relative;
  z-index: 2;
}
.services-card-image img {
  display: block;
  object-fit: cover;
      width: 1000px;
    height: 367px;
}
.services-card-body {
  background: #fff;
  padding: 20px;
  position: relative;
  z-index: 1;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  margin: 0;
}
.services-card-title {
  margin: 0 0 .5rem;
  font-size: var(--font-size-h3);
  font-weight: 700;
}
.services-card-text {
  font-size: var(--font-size-body);
  line-height: 1.5;
}

/* 5) Desktop-only: Extend Body Panel & Position Arrow */
@media (min-width: 769px) {
  /* Extend the white panel equally behind the image and below it */
  .services-card-body {
    margin: -150px -30px 30px;
    width: calc(100% + 60px); /* keeps the left/right extension */
  }
  /* Ensure image sits on top */
  .services-card-image {
    position: relative;
    z-index: 2;
  }
  .services-card-title {

    margin-top: 149px;
}

}
  /* Position the yellow arrow at bottom-right of image */
  .services-card-link {
    position: absolute;
    bottom: 16px;
    right: 16px;
    width: 48px;
    height: 48px;
    background: #FFD600;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    z-index: 3;
    box-shadow: 0 6px 12px rgba(0,0,0,0.1);
  }
      .services-card-link {
      rotate: -45deg;
    }
/* 6) Mobile GSAP Slider Internals */
.services-slider {
  position: relative;
}
.services-slider-viewport {
  overflow: hidden;
}
.services-slider-inner {
  display: flex;
  will-change: transform;
}
.services-slide {
  flex: 0 0 auto;
  margin-right: 30px;
}
.services-slide:last-child {
  margin-right: 0;
}

/* Slider navigation arrows */
.services-nav {
  position: absolute;
  top: 105%;
  transform: translateY(-50%);
       width: 35px;
        height: 35px;
  border: none;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  display: flex;
  border: 1px solid black;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0px;
}
.services-nav.prev {
  left: -20px;
}

.services-nav.prev img {
rotate: 180deg;
}
.services-nav.next {
  right: -20px;
}

/* 7) Swap in the Arrow SVG */
.services-card-link img {
  content: url('https://fvrackets.andrihallik.ee/wp-content/themes/fvtheme/assets/icons/arrow-right.svg');
  width: 24px;
  height: auto;
      filter: invert(1);
}


.services-nav img {
    width: 1.2em;
    filter: invert(1);
}





/* ────────────────────────────────────────────────────────────────────────
   Homepage locations Section
───────────────────────────────────────────────────────────────────────── */

 .locations-section {
    padding: 0px 20px;
  background: #fff;
}
.locations-inner {
    max-width: 1420px;
    margin: 0 auto;
    display: grid
;
    grid-template-columns: 60% 35%;
    grid-gap: 40px;
    align-items: center;

}
.locations-title {
  font-size: var(--font-size-h2);
  margin-bottom: 1.5rem;
}
.locations-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-template-page-template-homepage .location-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
.location-label {
  display: flex;
  align-items: center;
}
.location-icon {
  width: 24px;
  margin-right: 12px;
}
.location-name {
  font-weight: 700;
  font-size: 20px;
}
.location-buttons .btn-location {
  display: inline-flex;
  align-items: center;
  margin-left: 12px;
    padding: 7px 0px 7px 18px;
  font-size: .9rem;
  text-decoration: none;
  transition: background .2s;
  transform: skew(-19deg);
}

.location-buttons span {
  display: inline-block;
  transform: skew(19deg);
  font-size: var(--font-size-btn);
}


.location-buttons img {
  display: inline-block;
  width: 65px;
  margin-left: .5em;
  transform: skew(19deg);
}

.locations-image img {
  width: 100%;
  display: block;
  border-radius: 8px;
}

.btn-yellow-locations:visited {
  color: #000;
}

.btn-yellow-locations {
  background: #FFD400;
  color: #111;
}
.btn-yellow-locations:hover {
  background: #e6c200;
}
.btn-dark-locations {
  background: #111;
  color: #fff;
}
.btn-dark-locations:hover {
  background: #333;
}
.btn-dark-locations:visited {
  color: #fff;
}
@media (max-width: 768px) {
  .locations-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .location-item {
    flex-direction: column;
  }
  .location-buttons {
    margin-top: 12px;
  }
  .location-buttons .btn-location {
    margin-bottom: 12px;
  }
  .locations-image img {
  display: none;visibility: hidden;
}
}












/* ────────────────────────────────────────────────────────────────────────
   Stats homepage Section
───────────────────────────────────────────────────────────────────────── */

/* ─── Stats Section ───────────────────────────────────── */
.stats-section {
  position: relative;
  overflow: hidden;
}

/* Hero image: full-width */
.stats-image img {
  display: block;
  width: 100%;
  height: auto;
}

/* Yellow, skewed stats panel (parallelogram) */
.stats-panel {
    background: #FFD400;
    transform: skew(-10deg);
    margin-top: -150px;
    padding: 70px 0;
    max-width: 1420px;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    text-align: center;
}
/* Counter-skew & 4-column layout */
.stats-inner {
  max-width: 1420px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  transform: skew(10deg);        /* undo the skew for text */
}

/* Individual stat */
.stat-item {
  text-align: center;
}
.stat-number {
  font-size: var(--font-size-h2);
  font-weight: 700;
  margin: 0;
  font-family: "Anton";
}
.stat-label {
  font-size: var(--font-size-h5);
  margin-top: 8px;
  font-weight: 600;
}

/* ─── Mobile (<768px) ────────────────────────────────── */
@media (max-width: 768px) {
  .stats-panel {
    transform: none;
    margin-top: 0;
    padding: 30px 0;
  }
  .stats-inner {
    transform: none;
    display: flex;
    flex-direction: column;
    gap: 0px;
  }
  .stat-item {
    background: #FFD400;
    padding: 2px 0;
  }
}













/* ///// events */




/* .horizontal-months li a {
		text-decoration: none;
		padding: 5px 10px;
		border: 1px solid #ccc;
		border-radius: 4px;
		background-color: #f0f0f0;
		color: #333;
		border-radius: 50px!important;
	} */


  	.month-link a {
		color: #000;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 1;
		text-align: center;
		border-radius: 18px;
		background: #F3F3F3;
		padding: 8px 12px;
		white-space: nowrap;
		border-radius: 50px;
	}



  	.horizontal-months {
		list-style-type: none;
		padding: 0;
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}
	
	.horizontal-months li {
		display: inline;
	}
	
	/* .horizontal-months li a {
		text-decoration: none;
		padding: 5px 10px;
		border: 1px solid #ccc;
		border-radius: 4px;
		background-color: #f0f0f0;
		color: #333;
	}
	 */
	.horizontal-months li a:hover {
		background-color: #e0e0e0;
	}
	


	.card-mansory {
		display: flex;
		flex-wrap: wrap; /* Allow cards to wrap */
		position: relative; /* Position relative to allow absolute positioning of spinner */
	}
	
  	.card-mansory {
		gap: 0px;
	}

    	.card-mansory > li {
		width: 30%; /* Set the width of each card to 30% */
		margin: 0 1.5%; /* Add margin to space out the cards */
		box-sizing: border-box; /* Include padding and border in the element's total width and height */
	}
	@media (max-width: 782px) {

  	.card-mansory {
			column-count: 1;
		}		
  		.card-mansory > li {
			width: 100%; /* Set the width to 100% for mobile devices */
			margin: 0; /* Remove margin on mobile for full width */
		}}
	





/* /// single events */
.events-template-default .events {
    margin-top: 140px;
}

.single-events .site-header {
      background: #000;
}
.section-box {
    width: 100%;
    max-width: 1300px;
    margin: auto;
}

.events .site-main {


  padding: 10px;


}
.events .post-container {
    display: flex
;
    flex-wrap: wrap;
    align-items: flex-start;
}
.events .post-content {
    flex: 1 1 50%;
    box-sizing: border-box;
    padding: 10px;
}

.single-events h4 {
  font-size: var(--font-size-h5)
}

@media (min-width: 769px) {
    .events .post-image {
        position: sticky;
        top: 20px;
        position: sticky;
        top: 20px;
        flex: 1 1 50%;
        box-sizing: border-box;
        padding: 10px;
    }
}


		@media (min-width: 768px) {
			.scroll-to-register {
				display: none;
				visibility: hidden;
			}}


      	@media (max-width: 768px) {
		/* events: scroll-to-register button styles */
		.events .scroll-to-register {
			text-align: center;
			margin-top: 20px;
			display: flex;
			gap: 20px;
			margin-left: 11px;
			margin-right: 11px;
		}
	
		.events .scroll-to-register button {
			background-color: #000;
			color: #fff;
			border: none;
			padding: 10px 20px;
			font-size: 16px;
			cursor: pointer;
			width: 100%;
			border-radius: 0px;
		}		}





.single-events .gform_title {
  display: none; visibility: hidden;
}

.single-events .gform_required_legend { 
    display: none; visibility: hidden;

}

.single-events .event-dates {
  font-size: var(  --font-size-h5);
  font-weight: var( --fw-semibold);
      margin-bottom: 25px;
    margin-top: -19px;
}
/* woocommerce */


	/* Center the checkout container */
	.checkout-container {
		max-width: 1800px; /* Limit max width */
		margin: 0 auto; /* Center horizontally */
		padding: 20px; /* Add some padding for spacing */
	}
	
	/* Layout for checkout form */
	.checkout-layout {
		display: flex;
		flex-wrap: wrap;
		gap: 20px; /* Spacing between sections */
		justify-content: center; /* Center content horizontally */
	}
	
	/* Billing Section (Left) */
	.checkout-billing {
		flex: 0 0 44%; /* 50% width on larger screens */
		padding: 20px;
		/* border: 1px solid #e0e0e0; 
		border-radius: 8px;
		background-color: #fff;
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);  */
	}
	
	.woocommerce-checkout .woocommerce-message {
	display: none;
	visibility: hidden;
	}
	
	.woocommerce-billing-fields {
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	margin: -21px;
	padding: 26px;
	margin-bottom: 34px;
	background-color: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	}
	/* Additional Fields Styling */
	.woocommerce-additional-fields {
		padding: 15px;
		margin: -20px;
		margin-top: 20px;
		border: 1px solid #e0e0e0;
		border-radius: 5px;
		background-color: #f9f9f9;
	}
	#billing_address_2_field {
		display: none !important;
		visibility: hidden;
	
	}
	/* Order Review Section (Right) */
	.checkout-order {
		flex: 0 0 44%; /* 50% width on larger screens */
		padding: 20px;
		/* border: 1px solid #e0e0e0; 
		border-radius: 8px;
		background-color: #fff;
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);  */
	}
	
	/* Order Review Table Styling */
	#order_review {
		margin-top: 15px;
		/* border: 1px solid #e0e0e0; */
		border-radius: 5px;
		padding: 10px;
		background-color: #fff;
	}
	
	/* Headings */
	.checkout-container h3 {
		font-size: 1.5rem;
		color: #333;
		margin-bottom: 15px;
		/* border-bottom: 1px solid #e0e0e0; */
		padding-bottom: 5px;
	}
	
	/* Responsive Design */
	@media (max-width: 900px) {
		.checkout-layout {
			flex-direction: column; /* Stack sections vertically */
		}
	
		.checkout-billing,
		.checkout-order {
			flex: 0 0 100%; /* Full width for smaller screens */
		}
	}
	
	
	.woocommerce-checkout-coupon-container {
		max-width: 1568px;
		width: 87%;
	
		margin: 20px auto; /* Center the container and add spacing */
		padding: 0px;
		background-color: #fff; /* White background */
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Subtle shadow */
		border: 1px solid #e0e0e0; /* Light gray border */
		border-radius: 8px; /* Rounded corners */
		font-family: 'Arial', sans-serif; /* Consistent font */
		color: #000; /* Black text color */
	}
	
	.woocommerce-checkout-coupon-container .woocommerce-info {
		font-size: 16px; /* Slightly larger text */
		line-height: 1.5; /* Better readability */
		text-align: center; /* Center align text */
		margin-bottom: 15px; /* Space between the info and form */
	}
	
	.woocommerce-checkout-coupon-container .woocommerce-info a {
		color: #000;
		text-decoration: none; /* Remove underline */
		font-weight: bold; /* Make link stand out */
	}
	
	.woocommerce-checkout-coupon-container .woocommerce-info a:hover {
		color: #000; /* Darker blue for hover effect */
		text-decoration: underline; /* Add underline on hover */
	}
	
	.woocommerce-checkout-coupon-container form.checkout_coupon {
		text-align: center; /* Center align the form content */
	}
	
	.woocommerce-checkout-coupon-container form.checkout_coupon p {
		margin-bottom: 15px; /* Add spacing between form elements */
	}
	
	.woocommerce-checkout-coupon-container form.checkout_coupon .input-text {
		width: calc(50% - 20px); /* Adjust input width */
		max-width: 400px; /* Set a max width for the input */
		padding: 10px; /* Add inner padding */
		border: 1px solid #e0e0e0; /* Light gray border */
		border-radius: 5px; /* Rounded corners */
		margin-right: 10px; /* Spacing from the button */
	}
	
	.woocommerce-checkout-coupon-container form.checkout_coupon .button {
		background-color: #000; /* WooCommerce primary button color */
		color: #fff; /* White text */
		padding: 10px 20px; /* Button size */
		border: none; /* Remove default border */
		border-radius: 5px; /* Rounded corners */
		cursor: pointer; /* Pointer cursor for buttons */
		transition: background-color 0.3s ease; /* Smooth hover transition */
	}
	
	.woocommerce-checkout-coupon-container form.checkout_coupon .button:hover {
		background-color: #000; /* Darker blue on hover */
	}
	@media (max-width: 900px) {
		.woocommerce-checkout-coupon-container {
			width: auto;
			margin: 20px;
			padding: 0px;
		}
	
		.woocommerce-checkout-coupon-container form.checkout_coupon .input-text {
			width: 100%;
	}}
	
	@media (max-width: 440px) {
	.montonio-card-icon {
	width: 144px;
	}}
	
	@media (max-width: 350px) {
	.checkout-container {
	
		padding: 7px;
	}
	
	.checkout-billing {
		padding: 13px;
	}
	.woocommerce-checkout-coupon-container {
		margin: 6px;
	}
	
	}
	
	
	.woocommerce-form-coupon-toggle .woocommerce-info {
		border-top-color: #000;
		background-color: transparent;
	}
	
	
	.woocommerce-form-coupon-toggle  .woocommerce-info::before {
		color: #000;
	}
	
	.woocommerce form.checkout_coupon {
		border: none;
		padding: 7px;
	
	}
	
	.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt {
		background-color: #000;
		width: 100%;
		font-size: 18px;
		height: 47px;
	
	}
	
	.woocommerce div.product form.cart .button {
		vertical-align: middle;
		float: left;
		margin-top: 15px;
	}
	
	.woocommerce-checkout .page-banner {
		padding: 160px 0 0px;
		margin-top: 0px;
	}
	
	@media (max-width: 768px) {
	#order_review {
	padding: 0px;
	}
	
	.checkout-order {
		padding: 0px;
	}
	}
	/* checkout page end */
	
	/* cart page  */
	/* Style for checkout-page-forms container */
	.checkout-page-forms {
		max-width: 1700px;
		margin: 0 auto;
		padding: 20px;
		/* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); 
		border: 1px solid #e0e0e0; 
		border-radius: 8px; */
		background-color: #fff;
	}
	
	/* Responsive layout for cart form and totals */
	@media (min-width: 900px) {
		.checkout-page-forms {
			display: flex;
			justify-content: space-between;
			gap: 20px;
		}
	
		.woocommerce-cart-form {
			flex: 1 1 70%;
			max-width: 70%;
		}
	
		.cart-collaterals {
			flex: 1 1 30%;
			max-width: 30%;
		}
	}
	
	.checkout-page-forms h2 {
		font-size: 25px;
		font-style: normal;
		font-weight: 900;
	}
	.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
		margin-bottom: 0px;
	}
	.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
		float: left;
		width: 100%;
	}
	/* Table Styling */
	.shop_table {
		width: 100%;
		border-collapse: collapse;
		margin-bottom: 20px;
	}
	
	.shop_table th,
	.shop_table td {
		padding: 10px;
		border: 1px solid #e0e0e0;
		text-align: left;
	}
	
	/* Product Rows */
	.woocommerce-cart-form__cart-item {
		background-color: #fff;
		border: 1px solid #e0e0e0;
		border-radius: 8px;
		padding: 15px;
		margin-bottom: 20px;
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	}
	
	/* Totals Section */
	.cart-collaterals {
		padding: 20px;
		border: 1px solid #e0e0e0;
		border-radius: 8px;
		background-color: #f9f9f9;
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	}
	
	/* Buttons */
	.woocommerce-cart-form button,
	.woocommerce-cart-form input[type="submit"] {
		background-color: #0073aa;
		color: #fff;
		border: none;
		padding: 10px 20px;
		border-radius: 5px;
		cursor: pointer;
		transition: background-color 0.3s ease;
	}
	
	.woocommerce-cart-form button:hover,
	.woocommerce-cart-form input[type="submit"]:hover {
		background-color: #005177;
	}
	
	.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt {
		background-color: #000;
	}
	
	.woocommerce-cart table.cart td.actions .coupon .input-text {
		loat: left;
		box-sizing: border-box;
		border: 1px solid #cfc8d8;
		padding: 6px 6px 5px;
		margin: 0 4px 0 0;
		outline: 0;
		width: 200px;
		border-radius: 5px;
	}
	
	.woocommerce-page table.cart td.actions {
		text-align: right;
		padding-top: 29px;
	}
	
	.product-remove {
		width: 20px;
	}
	
	.woocommerce-cart table.cart img {
		width: 100px;
	}
	.woocommerce-cart table.cart .product-thumbnail {
		min-width: 32px;
		width: 127px;
	}
	@media (max-width: 768px) {
		.woocommerce table.shop_table_responsive tbody tr:first-child td:first-child, .woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {
	
			width: 100%;
		}
		.woocommerce table.shop_table {
		 border: none
	}
	
	.woocommerce-cart table.cart td.actions .coupon .input-text {
		width: 100%;
	}
	.woocommerce-page table.cart td.actions .coupon .button {
		width: 100%;
		margin-top: 10px;
	}
	}
	
	
	.woocommerce-cart a {
		color: #000;
	}
	/* cart page end */
	
	
	/* product page */
	.single-product .product-image {
		padding-right: 20px;
	}
	
	.single-product .product-details {
		padding-left: 20px;
	}
	
	.single-product .product-summary {
		margin-top: 20px;
	}
	
	.single-product .product-tabs {
		margin-top: 40px;
	}
	/* Move the gallery trigger (next/prev buttons) to the left corner of the product image */
	.woocommerce-product-gallery__trigger {
		position: absolute;
		top: 10px; /* Adjust as needed */
		left: 10px; /* Adjust as needed */
		z-index: 10;
	}
	
	/* Ensure the product images have relative positioning to position the trigger properly */
	.woocommerce-product-gallery {
		position: relative;
	}
	
	/* Optionally, adjust image size or other styles here */
	.product-image img {
		width: 100%;
		height: auto;
	}
	
	/* Container Styling */
	.single-product .wc_gc_send_as_gift_wrapper,
	.single-product .custom-gift-card-checkbox {
		display: flex;
		align-items: center; /* Align checkbox and label vertically */
		gap: 10px; /* Space between checkbox and label */
		margin-bottom: 15px; /* Add spacing between form fields */
	}
	
	.single-product .wc_gc_send_as_gift_wrapper {
		margin-top: 35px;
	}
	
	/* Checkbox Styling */
	.single-product input[type="checkbox"] {
		width: 18px;
		height: 18px;
		appearance: none;
		background-color: #fff;
		border: 2px solid #000;
		border-radius: 2px; /* Square corners */
		cursor: pointer;
		margin-top: -3px;    display: inline-block; /* Ensure inline placement */
		vertical-align: middle; /* Align to the middle of the label text */
		position: relative; /* For custom checked indicator */
	}
	
	.single-product input[type="checkbox"]:checked {
		background-color: #000;
	}
	
	.single-product input[type="checkbox"]:checked::after {
		content: "";
		position: absolute;
		top: 50%; /* Center checkmark vertically */
		left: 50%; /* Center checkmark horizontally */
		transform: translate(-50%, -50%); /* Correct centering offset */
		width: 8px;
		height: 8px;
		background-color: #fff;
		border-radius: 1px;
	}
	
	/* Label Styling */
	.single-product label {
		font-size: 16px;
		color: #333;
		cursor: pointer;
		margin: 0; /* Remove any potential inherited margin */
		display: inline-block; /* Ensure inline placement */
		line-height: 18px; /* Match checkbox height for perfect alignment */
		vertical-align: middle; /* Align with checkbox */
	}
	
	/* Input Field Styling */
	.single-product input[type="text"],
	.single-product textarea,
	.single-product .datepicker {
		width: 100%;
		padding: 10px;
		font-size: 14px;
		border: 1px solid #ddd;
		border-radius: 4px;
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
		margin-top: 5px;
		margin-bottom: 15px;
		outline: none;
		transition: border-color 0.2s ease, box-shadow 0.2s ease;
	}
	
	.single-product input[type="text"]:focus,
	.single-product textarea:focus,
	.single-product .datepicker:focus {
		border-color: #000;
		box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	}
	
	/* Button Styling */
	.single-product button.single_add_to_cart_button {
		display: inline-block;
		background-color: #000;
		color: #fff;
		padding: 10px 20px;
		font-size: 14px;
		border: none;
		border-radius: 4px;
		cursor: pointer;
		transition: background-color 0.2s ease, box-shadow 0.2s ease;
	}
	
	.single-product button.single_add_to_cart_button:hover {
		background-color: #333;
		box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	}
	
	/* Small Text Styling */
	.single-product small#delivery_date_notice {
		font-size: 16px;
		color: #555;
		margin-top: 5px;
		display: block;
	}
	
	/* Responsive Adjustments */
	@media (max-width: 768px) {
		.single-product input[type="checkbox"] {
			width: 16px;
			height: 16px;
		}
	
		.single-product label {
			font-size: 13px;
		}
	
		.single-product input[type="text"],
		.single-product textarea {
			font-size: 13px;
			padding: 8px;
		}
	
		.single-product button.single_add_to_cart_button {
			font-size: 13px;
			padding: 8px 16px;
		}
	}
	.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover {
		background-color: #000;
	}
	
	
	@media (max-width: 400px) {
	.wc-forward {
	width: 100%;
	text-align: center;
	margin: 10px !important;
	
	}
	
	.go-to-checkout-btn {
	width: 100%;
	text-align: center;
	margin: 10px !important;
	}}
	
	/* product page end */
	
	
	
	
	.woocommerce-order {
	max-width: 1700px;
	display: block;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	}
	.woocommerce form .form-row {
    padding: 3px;
    margin: 0 0 6px;
}
	
	.woocommerce table.shop_table {
		border: 1px solid transparent!important;
	}
	
	.shop_table th, .shop_table td {
	
		border: 1px solid black!important;
	}
	

  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt {
    background-color: #000;
    width: 100%;
    font-size: 18px;
    height: 47px;
}







/* SHOPPP CHEEECKOUT mfker */

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #e9e6ed;
    border-radius: 5px;
}


#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    text-align: left;
    padding: 1em;
    border-bottom: 1px solid #cfc8d8;
    margin: 0;
    list-style: none outside;
}





#place_order {
    background-color: #000;
    width: 96%;
    font-size: 18px;
    height: 47px;
    color: #fff;
    margin: 10px;
}

.woocommerce-terms-and-conditions-wrapper {
  padding: 10px;
}

/* Container tweaks */
.woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

/* First & last name side-by-side */
.woocommerce-billing-fields__field-wrapper .form-row-first,
.woocommerce-billing-fields__field-wrapper .form-row-last {
  flex: 1 1 calc(50% - 0.5rem);
}

/* All other full-width fields */
.woocommerce-billing-fields__field-wrapper .form-row-wide {
  flex: 1 1 100%;
}

/* Consistent label styling */
.woocommerce-billing-fields__field-wrapper label {
  display: block;
  font-weight: 600;
  margin-bottom: .25rem;
  color: #333;
}

/* Input & select styling */
.woocommerce-billing-fields__field-wrapper input.input-text,
.woocommerce-billing-fields__field-wrapper select {
  width: 100%;
  padding: .75rem 1rem;
  border: 1px solid #ccc;
  border-radius: .25rem;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.05);
  font-size: 1rem;
  transition: border-color .2s, box-shadow .2s;
}

/* Focus state */
.woocommerce-billing-fields__field-wrapper input:focus,
.woocommerce-billing-fields__field-wrapper select:focus {
  outline: none;
  border-color: var(--site-color);
  box-shadow: 0 0 0 3px rgba(255, 215, 0, 0.3);
}

/* Required asterisk */
.woocommerce-billing-fields__field-wrapper abbr.required {
  color: #d00;
}

/* Hidden optional fields (you can override if needed) */
.hidden-field {
  display: none !important;
}

/* Responsive: stack on mobile */
@media (max-width: 600px) {
  .woocommerce-billing-fields__field-wrapper .form-row-first,
  .woocommerce-billing-fields__field-wrapper .form-row-last {
    flex: 1 1 100%;
  }
}

textarea#order_comments {
    margin-top: 20px;
}


.woocommerce-checkout .page-header  .page-title {
    font-size: var(--font-size-h1);
    line-height: 1.1;
    margin: 0;
    color: #000;
}


.woocommerce-checkout .page-header .container {
      max-width: 1287px!important;
          padding: 0rem 1rem!important;
}