@charset "UTF-8";
/*
Theme Name: acceptAB
Author: Alan Butler
Author URI: www.alanbutler.info
Text Domain: acceptAB
Version: 1.0.0
…
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -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;
}

/* 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: #333;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 400;
  padding-left: 15px;
  padding-right:15px;
}

p {
    margin-bottom: 1.5em;
    font-weight: 300;
    margin-left: 10px;
    margin-right: 10px;
    hyphens: none !important;
    -webkit-hyphens: none !important;
    -moz-hyphens: none !important;
    -ms-hyphens: none !important;
}

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

blockquote,
.wp-block-quote {
  position: relative;
  margin: 2em 0;
  padding: 2em 2em 2em 3em;
  border: none;
  background: linear-gradient(135deg, rgba(111, 156, 80, 0.06) 0%, rgba(230, 244, 215, 0.4) 100%);
  border-radius: 0 10px 10px 0;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1.125em;
  line-height: 1.7;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #333;
}
blockquote::before,
.wp-block-quote::before {
  content: "“";
  position: absolute;
  left: 0.35em;
  top: -0.05em;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 6em;
  line-height: 1;
  color: #ff3399;
  opacity: 0.2;
}
blockquote p,
.wp-block-quote p {
  margin: 0 0 0.5em 0;
  position: relative;
  z-index: 1;
}
blockquote p:last-child,
.wp-block-quote p:last-child {
  margin-bottom: 0;
}
blockquote cite,
.wp-block-quote cite {
  display: block;
  margin-top: 1em;
  padding-top: 1em;
  font-size: 0.875em;
  font-style: italic;
  font-weight: 500;
  color: #34495e;
  opacity: 0.9;
  border-top: 1px solid rgba(111, 156, 80, 0.15);
  position: relative;
  z-index: 1;
}

/* Remove black border from quote wrapper in starter content (overrides inline style) */
.wp-block-group:has(> .wp-block-quote),
.wp-block-group:has(> blockquote) {
  border: none !important;
}

address {
  margin: 0 0 1.5em;
}

pre {
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 1.4;
  font-size: 0.9em;
  margin-bottom: 0px;
  max-width: 100%;
  overflow: auto;
  padding: 0px;
  background-color: transparent !important;
}

code,
kbd,
tt,
var {
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  padding-left: 15px;
  line-height: 1.4em;
  background-color: transparent !important;
}

.wp-block-code code strong {
    font-weight: 500;
}

.wp-block-code {
    font-weight: 100;
    background-color: transparent !important;
}


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

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

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
    background: transparent !important;
}
hr {
  background-color: #e0e0e0;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

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: #ff3399;
}
a:visited {
  color: #ff3399;
}
a:hover, a:focus, a:active {
  color: #555;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: none;
  border-radius: 4px;
  background: #ff3399;
  color: #ffffff;
  font-size: 0.95em;
  font-weight: 500;
  line-height: 1.4;
  padding: 10px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  text-transform: capitalize;
  letter-spacing: 0.5px;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background: rgb(91.8101694915, 129.0305084746, 66.1694915254);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transform: translateY(-1px);
}
button:active,
input[type=button]:active,
input[type=reset]:active,
input[type=submit]:active {
  background: rgb(82.2152542373, 115.5457627119, 59.2542372881);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  transform: translateY(0);
}
button:focus, button:focus-visible,
input[type=button]:focus,
input[type=button]:focus-visible,
input[type=reset]:focus,
input[type=reset]:focus-visible,
input[type=submit]:focus,
input[type=submit]:focus-visible {
  background: rgb(82.2152542373, 115.5457627119, 59.2542372881);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  transform: translateY(0);
  outline: 1px dotted currentColor;
  outline-offset: 2px;
}
button:disabled,
input[type=button]:disabled,
input[type=reset]:disabled,
input[type=submit]:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}

/* Alternate button styles */
.button-secondary {
  background: #34495e;
  font-weight: 500;
  text-transform: capitalize;
}
.button-secondary:hover {
  background: rgb(37.4684931507, 52.6, 67.7315068493);
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.button-secondary:active, .button-secondary:focus {
  background: rgb(30.202739726, 42.4, 54.597260274);
  transform: translateY(0);
}

.button-accent {
  background: #3498db;
  font-weight: 500;
  text-transform: capitalize;
}
.button-accent:hover {
  background: rgb(34.6744769874, 130.9924686192, 195.5255230126);
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.button-accent:active, .button-accent:focus {
  background: rgb(31.6016736402, 119.3841004184, 178.1983263598);
  transform: translateY(0);
}

.button-outline {
  background: transparent;
  border: 2px solid #ff3399;
  color: #ff3399;
  box-shadow: none;
}
.button-outline:hover {
  background: rgba(111, 156, 80, 0.1);
  color: rgb(87.0127118644, 122.2881355932, 62.7118644068);
  border-color: rgb(87.0127118644, 122.2881355932, 62.7118644068);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.button-outline:active, .button-outline:focus {
  background: rgba(111, 156, 80, 0.2);
  color: rgb(75.0190677966, 105.4322033898, 54.0677966102);
  border-color: rgb(75.0190677966, 105.4322033898, 54.0677966102);
  box-shadow: none;
}

/* General .button class (WordPress default) */
.button,
a.button {
  border: none;
  border-radius: 4px;
  background: #ff3399;
  color: #ffffff;
  font-size: 0.95em;
  font-weight: 500;
  line-height: 1.4;
  padding: 10px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  text-transform: capitalize;
  letter-spacing: 0.5px;
  text-decoration: none;
  display: inline-block;
}
.button:hover,
a.button:hover {
  background: rgb(91.8101694915, 129.0305084746, 66.1694915254);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transform: translateY(-1px);
  color: #ffffff;
  text-decoration: none;
}
.button:active,
a.button:active {
  background: rgb(82.2152542373, 115.5457627119, 59.2542372881);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  transform: translateY(0);
  color: #ffffff;
  text-decoration: none;
}
.button:focus, .button:focus-visible,
a.button:focus,
a.button:focus-visible {
  background: rgb(82.2152542373, 115.5457627119, 59.2542372881);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  transform: translateY(0);
  outline: 1px dotted currentColor;
  outline-offset: 2px;
  color: #ffffff;
  text-decoration: none;
}
.button:disabled,
a.button:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}

/* Button sizes */
.button-small {
  font-size: 0.85em;
  padding: 6px 14px;
}

.button-large {
  font-size: 1.1em;
  padding: 12px 24px;
}

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: #555;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px 15px;
  width: 100%;
  font-size: 1em;
  line-height: 1.5;
  transition: all 0.3s ease;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}
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: #333;
  border-color: #ff3399;
  outline: none;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 0 0 3px rgba(111, 156, 80, 0.1);
}
input[type=text]:disabled,
input[type=email]:disabled,
input[type=url]:disabled,
input[type=password]:disabled,
input[type=search]:disabled,
input[type=number]:disabled,
input[type=tel]:disabled,
input[type=range]:disabled,
input[type=date]:disabled,
input[type=month]:disabled,
input[type=week]:disabled,
input[type=time]:disabled,
input[type=datetime]:disabled,
input[type=datetime-local]:disabled,
input[type=color]:disabled,
textarea:disabled {
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 0.7;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=range]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=time]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=color]::placeholder,
textarea::placeholder {
  color: #999;
  opacity: 0.8;
}

select {
  border: 1px solid #ddd;
}

textarea {
  width: 100%;
}

/* Accessible keyboard focus styles across interactive controls */
a:focus-visible,
button:focus-visible,
input:not([type=hidden]):focus-visible,
select:focus-visible,
textarea:focus-visible,
[role=button]:focus-visible,
[tabindex]:not([tabindex="-1"]):focus-visible {
  outline: 2px solid #ff3399;
  outline-offset: 2px;
}

a:focus-visible {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.container, .site-content {
  max-width: 1600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

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


.site-header,
.site-footer {
  width: 100%;
  padding: 0;
}
.site-header .site-header-container,
.site-footer .site-header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0px;
  box-sizing: border-box;
}
.site-header .site-info,
.site-footer .site-info {
  max-width: 1600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  box-sizing: border-box;
}

.content-sidebar-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 0 auto;
  max-width: 1600px;
}

#primary,
.site-main {
  flex: 1;
  min-width: 0;
}

#secondary,
.widget-area {
  width: 300px;
  margin-top: 2em;
}

.menu-toggle {
  display: none;
  background: transparent;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 6px 10px;
  color: #666;
  font-size: 14px;
  cursor: pointer;
}
.menu-toggle:hover {
  background-color: #f5f5f5;
}
@media (max-width: 599px) {
  .menu-toggle {
    display: block;
  }
}

@media (max-width: 599px) {
  .main-navigation ul {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 999;
    background-color: white;
    padding: 10px 20px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  }
  .main-navigation ul.toggled {
    display: block;
  }
}
@media (max-width: 599px) {
  .main-navigation li {
    margin: 0;
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
  }
  .main-navigation li:last-child {
    border-bottom: none;
  }
}
.main-navigation .sub-menu {
  display: none;
  position: absolute;
  background-color: white;
  width: 250px;
  min-width: 250px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  z-index: 999;
}
.main-navigation .sub-menu li {
  margin: 0;
  padding-left: 10px;
}
.main-navigation .sub-menu li a {
  display: block;
  padding: 8px 0px;
}
.main-navigation .sub-menu li a:hover {
  background-color: #f5f5f5;
}
.main-navigation li:hover > .sub-menu {
  display: block;
}

@media screen and (max-width: 599px) {
  .container, .site-content {
  }
  .site-header .site-header-container,
  .site-header .site-info,
  .site-footer .site-header-container,
  .site-footer .site-info {
    padding-left: 15px;
    padding-right: 15px;
  }
  .content-sidebar-wrap {
    flex-direction: column;

  }
  #primary, #secondary,
  .site-main, .widget-area {
    width: 100%;
  }
  .main-navigation {
    width: auto;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .content-sidebar-wrap {
    display: flex !important;
    flex-direction: column !important;
    gap: 30px;
  }
  .content-sidebar-wrap .site-main,
  .content-sidebar-wrap .widget-area {
    width: 100% !important;
    max-width: 100% !important;
    grid-column: unset !important;
    order: unset !important;
  }
}
/*--------------------------------------------------------------
# Full Width Page Template (Elementor-ready)
--------------------------------------------------------------*/
/* Remove all width restrictions and paddings so Elementor controls layout. */
body.acceptAB-page-template-full-width {
  /* Remove site-content container constraints (max-width 1200px, padding). */
}
body.acceptAB-page-template-full-width #content,
body.acceptAB-page-template-full-width .site-content {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
body.acceptAB-page-template-full-width .content-wrap--full-width {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
body.acceptAB-page-template-full-width .site-main {
  max-width: none;
  width: 100%;
  padding: 0;
}
body.acceptAB-page-template-full-width .site-main > article,
body.acceptAB-page-template-full-width .site-main > article.page {
  max-width: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
body.acceptAB-page-template-full-width .entry-content {
  max-width: none;
  margin-top: 0;
  /* Let Elementor/block editor control inner width. */
}
body.acceptAB-page-template-full-width .entry-content > .container, body.acceptAB-page-template-full-width .entry-content > .site-content,
body.acceptAB-page-template-full-width .entry-content > .alignwide,
body.acceptAB-page-template-full-width .entry-content > .alignfull {
  max-width: none;
}
body.acceptAB-page-template-full-width {
  /* Elementor canvas: remove theme constraints. */
}
body.acceptAB-page-template-full-width .elementor-page .elementor-section.elementor-section-stretched {
  max-width: 100vw;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Header
--------------------------------------------- */
/* Header Styling */
.site-header {
  background-color: transparent !important;
  position: sticky; /* Changed from relative to sticky */
  top: 0; /* Stick to the top of the viewport */
  z-index: 1000; /* Higher z-index to ensure it stays above other elements */
  width: 100%;
  transition: all 0.3s ease; /* Smooth transition for scroll effects */
}
.site-header.transparent-header {
  background-color: transparent;
  box-shadow: none;
  z-index: 1001;
}
.site-header.transparent-header .site-title a {
  color: #ff3399;
}
.site-header.transparent-header .site-description {
  color: rgba(255, 255, 255, 0.8);
}

.site-header.transparent-header:not(.scrolled) .header-social-icons .social-icon {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.3);
}
.site-header.transparent-header:not(.scrolled) .header-social-icons .social-icon .social-icon-svg {
  filter: brightness(0) invert(1);
}
.site-header.transparent-header:not(.scrolled) .header-search-toggle {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.3);
}
.site-header.transparent-header:not(.scrolled) .header-search-toggle svg {
  color: #ffffff;
  stroke: #ffffff;
}
.site-header:not(.transparent-header) .header-social-icons .social-icon {
  color: #2c3e50;
  border-color: rgba(44, 62, 80, 0.2);
}
.site-header:not(.transparent-header) .header-social-icons .social-icon .social-icon-svg {
  filter: none;
}
.site-header:not(.transparent-header) .header-search-toggle {
  color: #2c3e50;
  border-color: rgba(44, 62, 80, 0.2);
}
.site-header:not(.transparent-header) .header-search-toggle svg {
  color: #2c3e50;
  stroke: #2c3e50;
}

/* Add padding to body when header becomes sticky */
body.has-sticky-header {
  padding-top: var(--header-height, 0px);
}

.site-header.scrolled {
  padding: 0.5rem 0; /* Smaller padding when scrolled */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); /* Enhanced shadow when scrolled */
}

.site-header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
}

/* Added for better header content alignment */
.header-content {
  display: flex;
  align-items: center; /* Center items vertically */
  justify-content: space-between;
  width: 100%;
  position: relative; /* For absolute positioning in center layout */
  min-width: 0; /* Prevent flex items from overflowing */
  box-sizing: border-box; /* Include padding in width calculation */
  /* Ensure all children are vertically aligned */
}
.header-content > * {
  display: flex;
  align-items: center;
  min-width: 0; /* Prevent flex items from overflowing */
}

/* Header Layout 1: Default - LOGO | Menu | Social | Search (space-between) */
.header-content.header-layout-1 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 0;
}
.header-content.header-layout-1 .site-branding {
  order: 1;
  flex: 0 0 auto;
  min-width: 0;
}
.header-content.header-layout-1 .main-navigation {
  order: 2;
  margin-left: 0;
  margin-right: 20px;
  justify-content: flex-end; /* Menu on right side */
  flex: 1 1 auto; /* Allow to shrink if needed */
  min-width: 0; /* Allow flex item to shrink below content size */
  max-width: 100%; /* Prevent overflow */
}
.header-content.header-layout-1 .main-navigation ul {
  justify-content: flex-end; /* Menu items on right */
  margin-left: 0; /* Override media query */
  flex-wrap: wrap; /* Allow menu items to wrap if needed */
  min-width: 0;
}
.header-content.header-layout-1 .header-social-icons {
  order: 3;
  flex: 0 0 auto;
  min-width: 0;
  flex-shrink: 0; /* Prevent social icons from shrinking */
}
.header-content.header-layout-1 .header-search-toggle {
  order: 4;
  margin-left: 10px;
  flex: 0 0 auto;
  flex-shrink: 0; /* Prevent search button from shrinking */
}

/* Header Layout 2: Menu near logo - LOGO Menu | Social | Search */
.header-content.header-layout-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 0;
  box-sizing: border-box; /* Include padding in width calculation */
}
.header-content.header-layout-2 .site-branding {
  order: 1;
  margin-right: 0;
  flex: 0 0 auto;
  min-width: 0;
  flex-shrink: 0; /* Prevent logo from shrinking */
}
.header-content.header-layout-2 .main-navigation {
  order: 1;
  margin-left: 20px;
  margin-right: 0;
  justify-content: flex-start; /* Override media query */
  flex: 1 1 auto; /* Allow to grow and shrink */
  min-width: 0; /* Allow flex item to shrink below content size */
  max-width: none; /* Remove max-width constraint */
  position: relative; /* Ensure proper stacking */
  z-index: 1; /* Below search button */
}
.header-content.header-layout-2 .main-navigation ul {
  justify-content: flex-start; /* Override media query */
  margin-left: 0; /* Override media query */
  flex-wrap: wrap; /* Allow menu items to wrap if needed */
  min-width: 0;
}
.header-content.header-layout-2 .header-social-icons {
  order: 2;
  margin-left: auto;
  flex: 0 0 auto;
  min-width: 0;
  flex-shrink: 0; /* Prevent social icons from shrinking */
  position: relative;
  z-index: 2;
  max-width: 100%; /* Prevent overflow */
}
.header-content.header-layout-2 .header-search-toggle {
  order: 3;
  margin-left: 10px;
  flex: 0 0 auto;
  flex-shrink: 0; /* Prevent search button from shrinking */
  position: relative;
  z-index: 3; /* Above menu and socials */
  max-width: 100%; /* Prevent overflow */
}

/* Header Layout 3: Menu centered - LOGO | Menu (center) | Social | Search */
.header-content.header-layout-3 {
  justify-content: space-between;
  position: relative;
  align-items: center;
  min-height: 60px; /* Ensure container maintains minimum height to match other layouts */
}
.header-content.header-layout-3 .site-branding {
  order: 1;
}
.header-content.header-layout-3 .main-navigation {
  order: 2;
  position: absolute;
  left: 50%;
  top: 50%; /* Center vertically */
  transform: translate(-50%, -50%); /* Center both horizontally and vertically */
  margin-left: 0;
  margin-right: 0;
  justify-content: center; /* Override media query */
  flex: 0 0 auto; /* Override flex: 1 from media query */
  width: auto;
  max-width: calc(100% - 300px); /* Prevent menu from overlapping logo and icons */
  min-width: 0;
}
@media screen and (min-width: 768px) {
  .header-content.header-layout-3 .main-navigation {
    display: flex;
    align-items: center;
    justify-content: center; /* Override media query */
    margin-left: 0; /* Override media query */
    flex: 0 0 auto; /* Override flex: 1 from media query */
  }
}
.header-content.header-layout-3 .main-navigation ul {
  justify-content: center; /* Override media query */
  margin-left: 0; /* Override media query */
  flex-wrap: nowrap; /* Keep menu items on one line */
  white-space: nowrap; /* Prevent text wrapping within menu items */
}
@media screen and (min-width: 768px) {
  .header-content.header-layout-3 .main-navigation ul {
    display: flex;
    justify-content: center; /* Override media query */
    margin-left: 0; /* Override media query */
    flex-wrap: nowrap; /* Keep menu items on one line */
  }
}
.header-content.header-layout-3 .main-navigation li {
  flex-shrink: 0; /* Prevent individual menu items from shrinking */
}
.header-content.header-layout-3 .header-social-icons {
  order: 3;
  margin-left: auto;
}
.header-content.header-layout-3 .header-search-toggle {
  order: 4;
  margin-left: 10px;
}
.header-content.header-layout-3 {
  /* When social icons are hidden, search becomes first of right group — add margin-left: auto so it (and cart) stay right instead of being pushed to center by space-between */
}
.header-content.header-layout-3:not(:has(.header-social-icons)) .header-search-toggle {
  margin-left: auto;
}

.site-branding {
  display: flex;
  align-items: center; /* Changed from column to align horizontally */
  flex-wrap: nowrap; /* Keep all items on one line */
}

/* Add a wrapper for the site title and description */
.branding-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.site-title {
  margin-left: 0; /* or 0.5rem, 1rem, etc. */
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1.2;
  font-family: "Outfit", sans-serif;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}
.site-title a {
  color: #2c3e50;
  text-decoration: none;
  transition: color 0.3s ease;
}
.site-title a:hover {
  color: #ff3399;
}

.site-description {
  margin: 0.2rem 0 0;
  font-size: 0.9em;
  color: #777;
  line-height: 1.4;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  letter-spacing: 0.3px;
}

.custom-logo-link {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  max-width: 250px; /* Control maximum width of logo container */
}
.custom-logo-link img {
  max-height: 60px;
  width: auto;
  vertical-align: middle;
  object-fit: contain; /* Ensures logo maintains proportions */
}

/* Navigation adjustments */
.main-navigation {
  display: flex;
  align-items: center;
  height: 100%;
  margin-right: 20px; /* Space between menu and social icons */
}

/* Make sure the menu is aligned */
.main-navigation .nav-menu {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 599px) {
  /* Keep logo, menu toggle, social, and search on one line */
  .header-content {
    flex-wrap: nowrap;
  }
  .site-branding {
    max-width: 70%;
    min-width: 0;
    flex-shrink: 1;
  }
  .branding-text {
    margin-top: 0;
    margin-left: 0;
  }
  .site-header-container {
    padding: 10px 15px;
  }
  .site-title {
    font-size: 1.2em;
  }
  .site-description {
    font-size: 0.8em;
  }
  .custom-logo-link {
    max-width: 180px; /* Smaller logo container on mobile */
  }
  .custom-logo-link img {
    max-height: 45px;
  }
  /* Menu toggle and search stay on same row as logo */
  .main-navigation {
    width: auto;
    margin-top: 0;
    margin-left: auto;
    flex-shrink: 0;
  }
  .header-social-icons {
    width: auto;
    margin-top: 0;
    flex-shrink: 0;
  }
  .header-content .header-search-toggle {
    flex-shrink: 0;
    margin-left: 8px;
  }
}
/* Header Social Icons Styling */
.header-social-icons {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-social-icons .social-icons {
  display: flex;
  gap: 10px;
  margin: 0;
}
.header-social-icons .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: transparent;
  color: #2c3e50;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid rgba(44, 62, 80, 0.2);
}
.header-social-icons .social-icon::before, .header-social-icons .social-icon::after {
  display: none;
}
.header-social-icons .social-icon i {
  font-size: 16px;
}
.header-social-icons .social-icon i.fab,
.header-social-icons .social-icon i.fab::before {
  font-family: "Font Awesome 6 Brands", "Font Awesome 5 Brands", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
}
.header-social-icons .social-icon i.fas,
.header-social-icons .social-icon i.far,
.header-social-icons .social-icon i.fas::before,
.header-social-icons .social-icon i.far::before {
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", sans-serif !important;
  font-style: normal !important;
}
.header-social-icons .social-icon i.fas,
.header-social-icons .social-icon i.fas::before {
  font-weight: 900 !important;
}
.header-social-icons .social-icon i.far,
.header-social-icons .social-icon i.far::before {
  font-weight: 400 !important;
}
.header-social-icons .social-icon .social-icon-svg {
  width: 18px;
  height: 18px;
  filter: none;
  transition: filter 0.3s ease;
}
.header-social-icons .social-icon .social-icon-text {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.header-social-icons .social-icon:hover {
  background-color: #ff3399;
  color: #fff !important;
  border-color: #ff3399;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}
.header-social-icons .social-icon:hover i {
  color: #fff !important;
}
.header-social-icons .social-icon:hover svg,
.header-social-icons .social-icon:hover .social-icon-svg {
  color: #fff !important;
  stroke: #fff !important;
  filter: brightness(0) invert(1);
}

/* Header Search Button */
.header-search-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: transparent;
  color: #2c3e50;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid rgba(44, 62, 80, 0.2);
  cursor: pointer;
  box-shadow: none;
  padding: 0;
  margin-left: 10px;
  flex-shrink: 0; /* Prevent distortion */
}
.header-search-toggle svg {
  width: 18px;
  height: 18px;
  transition: all 0.3s ease;
  display: block; /* Prevent inline spacing issues */
}
.header-search-toggle:hover {
  background-color: #ff3399;
  color: #fff !important;
  border-color: #ff3399;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
.header-search-toggle:hover i {
  color: #fff !important;
}
.header-search-toggle:hover svg {
  color: #fff !important;
  stroke: #fff !important;
}
.header-search-toggle:focus {
  outline: 2px solid #ff3399;
  outline-offset: 2px;
}

/* Header Search Overlay */
.header-search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.header-search-overlay.active {
  display: flex;
  opacity: 1;
}
.header-search-overlay .header-search-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  padding: 0;
  z-index: 10000;
}
.header-search-overlay .header-search-close svg {
  width: 20px;
  height: 20px;
}
.header-search-overlay .header-search-close:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.4);
  transform: rotate(90deg);
}
.header-search-overlay .header-search-close:focus {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}
.header-search-overlay .header-search-overlay-content {
  position: relative;
  width: 100%;
  max-width: 600px;
  padding: 40px 20px;
}
.header-search-overlay .header-search-overlay-content .header-search-form-wrapper .search-form {
  display: flex;
  gap: 0;
  align-items: stretch;
  max-width: 100%;
  margin: 0;
}
.header-search-overlay .header-search-overlay-content .header-search-form-wrapper .search-form label {
  flex: 1;
  margin: 0;
  display: flex;
}
.header-search-overlay .header-search-overlay-content .header-search-form-wrapper .search-form .search-field {
  flex: 1;
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px 0 0 6px;
  color: #ffffff;
  padding: 12px 15px;
  font-size: 14px;
  width: 100%;
  margin: 0;
  transition: all 0.3s ease;
}
.header-search-overlay .header-search-overlay-content .header-search-form-wrapper .search-form .search-field::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.header-search-overlay .header-search-overlay-content .header-search-form-wrapper .search-form .search-field:focus {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: #ff3399;
  outline: none;
  box-shadow: 0 0 0 2px rgba(111, 156, 80, 0.2);
}
.header-search-overlay .header-search-overlay-content .header-search-form-wrapper .search-form .search-submit {
  background-color: #ff3399;
  border: none;
  border-radius: 0 6px 6px 0;
  color: #ffffff;
  padding: 12px 24px;
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0;
  min-width: 100px;
}
.header-search-overlay .header-search-overlay-content .header-search-form-wrapper .search-form .search-submit:hover {
  background-color: rgb(91.8101694915, 129.0305084746, 66.1694915254);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.header-search-overlay .header-search-overlay-content .header-search-form-wrapper .search-form .search-submit:active {
  transform: none;
}
.header-search-overlay .header-search-overlay-content .header-search-form-wrapper .search-form .search-submit:focus {
  outline: 2px solid rgba(255, 255, 255, 0.5);
  outline-offset: 2px;
}
.header-search-overlay .header-search-overlay-content .header-search-form-wrapper .search-form .search-submit:focus-visible {
  outline: 1px dotted currentColor;
  outline-offset: 2px;
}

/* Adjust header content when search button is present */
.header-content .header-search-toggle {
  order: 4;
}
.header-content .header-social-icons {
  margin-right: 0; /* Remove margin since search button has its own margin-left */
}

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 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 {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* 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;
  }
}
@media (max-width: 599px) {
  .main-navigation ul {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 999;
    background-color: #ffffff;
    padding: 10px 20px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  }
  .main-navigation ul.toggled {
    display: block;
  }
}
@media (max-width: 599px) {
  .main-navigation li {
    margin: 0;
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
  }
  .main-navigation li:last-child {
    border-bottom: none;
  }
}
.main-navigation .sub-menu {
  display: none;
  position: absolute;
  background-color: #ffffff;
  width: auto;
  min-width: 250px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  z-index: 999;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
}
.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%;
}
.comment-navigation .nav-title,
.posts-navigation .nav-title,
.post-navigation .nav-title {
  -ms-word-wrap: break-word;
  word-break: break-word;
}

/* Enhanced Navigation Styles - Based on WPDino Theme Approach */
/* Main navigation styling */
.main-navigation {
  display: block;
  position: relative;
  text-align: right;
  margin-left: auto; /* Push navigation to the right */
}
@media (max-width: 767px) {
  .main-navigation {
    width: 100%;
  }
  .main-navigation ul.nav-menu {
    display: none;
  }
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  background-color: #fff;
  border-radius: 0px;
  padding: 12px 0;
  width: 250px;
  min-width: 250px;
  display: block;
  flex-direction: column;
  text-align: left; /* Align dropdown items to the left */
}
.main-navigation ul ul::after {
  display: none;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
  border-radius: 0px;
}
.main-navigation ul ul li {
  padding: 0;
  width: 100%;
  display: block;
  margin: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: 100%;
}

.main-navigation ul ul a {
  width: auto;
  padding: 0.6rem 1.2rem;
  font-size: 0.95em;
  border-bottom: none;
  transition: color 0.2s ease, background 0.2s ease;
  display: block;
  white-space: nowrap;
  line-height: 1.4;
  word-wrap: break-word;
  position: relative;
  text-align: left;
}
.main-navigation ul ul a:hover {
  color: #ff3399;
}
.main-navigation ul ul a:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f5f5f5;
  z-index: -1;
}

/* Pastel rainbow cycling for dropdown hover backgrounds */
.main-navigation ul ul li:nth-child(8n+1) > a:hover::after { background-color: #EDE0F7; }  /* pastel violet */
.main-navigation ul ul li:nth-child(8n+2) > a:hover::after { background-color: #D6E8FA; }  /* pastel blue */
.main-navigation ul ul li:nth-child(8n+3) > a:hover::after { background-color: #D4F0D4; }  /* pastel green */
.main-navigation ul ul li:nth-child(8n+4) > a:hover::after { background-color: #FFF9C4; }  /* pastel yellow */
.main-navigation ul ul li:nth-child(8n+5) > a:hover::after { background-color: #FFE0B2; }  /* pastel orange */
.main-navigation ul ul li:nth-child(8n+6) > a:hover::after { background-color: #FFCDD2; }  /* pastel red */
.main-navigation ul ul li:nth-child(8n+7) > a:hover::after { background-color: #F8BBD0; }  /* pastel pink */
.main-navigation ul ul li:nth-child(8n+0) > a:hover::after { background-color: #EDE0F7; }  /* pastel violet (repeat) */
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
  margin-right: 25px;
}
.main-navigation li:hover > a, .main-navigation li.focus > a {
  color: #ff3399;
}
.main-navigation li:last-child {
  margin-right: 0;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  color: #555;
  padding: 15px 0;
  font-weight: 500;
  font-size: 1em;
  position: relative;
  transition: color 0.3s ease;
}
.main-navigation a:hover {
  color: #ff3399;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  color: #ff3399;
  font-weight: 600;
}
.main-navigation .sub-menu::before,
.main-navigation .children::before {
  display: none;
}
/* Parent indicator arrow – pure CSS, no JS needed */
.main-navigation .menu-item-has-children > a::after,
.main-navigation .page_item_has_children > a::after {
  content: " ▼";
  font-size: 0.7em;
  display: inline-block;
  margin-left: 4px;
  opacity: 0.8;
}
/* Keep the deeper-level arrows hidden if you don't want them */
.main-navigation .sub-menu .menu-item-has-children > a::after,
.main-navigation .children .page_item_has_children > a::after {
  display: none;
}

/* Hamburger menu icon styling */
.menu-toggle {
  display: inline-block;
  background-color: transparent;
  border: none;
  padding: 0.45rem;
  cursor: pointer;
  margin-left: auto;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: none !important;
}
.menu-toggle:hover, .menu-toggle:focus {
  background-color: transparent;
  box-shadow: none !important;
}
.menu-toggle:focus, .menu-toggle:focus-visible {
  outline: 1px dotted currentColor;
  outline-offset: 2px;
}
.menu-toggle span {
  display: block;
  height: 2px;
  width: 20px;
  background-color: #333;
  border-radius: 3px;
  transition: all 0.3s ease;
  margin: 3px 0;
}
.menu-toggle:hover span {
  background-color: #ff3399;
}
.menu-toggle.toggled span:nth-child(1) {
  transform: rotate(-45deg) translate(-5px, 6px);
}
.menu-toggle.toggled span:nth-child(2) {
  opacity: 0;
}
.menu-toggle.toggled span:nth-child(3) {
  transform: rotate(45deg) translate(-5px, -6px);
}

/* Mobile navigation modal panel */
#site-navigation.main-navigation.toggled > #primary-menu.toggled {
  display: block;
  background: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  width: 100vw;
  max-width: 100vw;
  position: fixed;
  top: var(--acceptAB-mobile-menu-top, 0);
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 1rem 1.25rem;
  max-height: calc(100vh - var(--acceptAB-mobile-menu-top, 0px));
  overflow-y: auto;
  z-index: 100000;
  text-align: left;
}

body.acceptAB-mobile-menu-open {
  overflow: hidden;
}

@media (max-width: 767px) {
  .header-content {
    position: relative;
  }
  /* Reset desktop layout-specific nav positioning on mobile only. */
  .header-content.header-layout-1 #site-navigation.main-navigation,
  .header-content.header-layout-2 #site-navigation.main-navigation,
  .header-content.header-layout-3 #site-navigation.main-navigation {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    max-width: none !important;
  }
  /* Keep the toggle aligned to the right in mobile header row. */
  #site-navigation.main-navigation {
    width: auto !important;
    flex: 0 0 auto !important;
    margin-left: auto !important;
    margin-right: 0 !important;
    order: 98;
    position: relative !important;
    z-index: 100001;
  }
  #site-navigation.main-navigation .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    padding: 0.35rem;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    position: absolute;
    top: 5%;
    right: 090px;
    transform: translateY(-50%);
    z-index: 100002;
  }
  .header-content .header-search-toggle {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    margin: 0 !important;
    z-index: 100002;
  }
  body.acceptAB-search-open .header-content .header-search-toggle {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  body.acceptAB-search-open #site-navigation.main-navigation .menu-toggle {
    display: none !important;
  }
  
  /* Mobile menu items - no border */
  #site-navigation.main-navigation.toggled > #primary-menu.toggled > li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom: none;
  }
  #site-navigation.main-navigation.toggled > #primary-menu.toggled > li:last-child {
    border-bottom: none;
  }
  
  /* Rainbow gradient separator for top-level mobile menu items */
  #site-navigation.main-navigation.toggled > #primary-menu.toggled > li:not(:last-child) {
    position: relative;
  }
  
  #site-navigation.main-navigation.toggled > #primary-menu.toggled > li:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, 
        #8080ff, #ffb3b3, #b3ffb3, #b3ffff, 
        #ffffb3, #ffb3ff, #8080ff
    );
    background-size: 200% 100%;
    animation: gradient-loop-horizontal 5s linear infinite;
  }
  
  #site-navigation.main-navigation.toggled > #primary-menu.toggled a {
    display: block;
    width: 100%;
    color: #333;
    transition: color 0.3s ease;
  }
  #site-navigation.main-navigation.toggled > #primary-menu.toggled a:hover {
    color: #ff3399;
  }
  #site-navigation.main-navigation.toggled > #primary-menu.toggled .menu-item-has-children,
  #site-navigation.main-navigation.toggled > #primary-menu.toggled .page_item_has_children {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #site-navigation.main-navigation.toggled > #primary-menu.toggled .menu-item-has-children > a,
  #site-navigation.main-navigation.toggled > #primary-menu.toggled .page_item_has_children > a {
    width: calc(100% - 2.25rem);
  }
  #site-navigation.main-navigation.toggled > #primary-menu.toggled ul {
    position: static;
    left: auto;
    right: auto;
    box-shadow: none;
    border-radius: 0;
    padding-left: 0 !important; 
  }
  #site-navigation.main-navigation.toggled > #primary-menu.toggled .menu-item-has-children > .sub-menu,
  #site-navigation.main-navigation.toggled > #primary-menu.toggled .page_item_has_children > .children {
    display: none;
    position: static !important;
    float: none;
    width: 100%;
    margin: 0;
    border: 0;
    background: transparent;
  }
  #site-navigation.main-navigation.toggled > #primary-menu.toggled .menu-item-has-children.toggled > .sub-menu,
  #site-navigation.main-navigation.toggled > #primary-menu.toggled .page_item_has_children.toggled > .children {
    display: block;
  }
  
  /* Rainbow gradient separator for sub-menu items */
  #site-navigation.main-navigation.toggled > #primary-menu.toggled .sub-menu li:not(:last-child),
  #site-navigation.main-navigation.toggled > #primary-menu.toggled .children li:not(:last-child) {
    position: relative;
    padding-left:0px;
  }
  
  #site-navigation.main-navigation.toggled > #primary-menu.toggled .sub-menu li:not(:last-child)::after,
  #site-navigation.main-navigation.toggled > #primary-menu.toggled .children li:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, 
        #8080ff, #ffb3b3, #b3ffb3, #b3ffff, 
        #ffffb3, #ffb3ff, #8080ff
    );
    background-size: 200% 100%;
    animation: gradient-loop-horizontal 5s linear infinite;
  }
  
  /* Ensure sub-menu items don't have extra borders */
  #site-navigation.main-navigation.toggled > #primary-menu.toggled .sub-menu li,
  #site-navigation.main-navigation.toggled > #primary-menu.toggled .children li {
    border-bottom: none;
    padding-left: 0 !important; 
    margin-left: 0 !important; 
  }
  
  #site-navigation.main-navigation.toggled > #primary-menu.toggled .sub-menu .sub-menu,
  #site-navigation.main-navigation.toggled > #primary-menu.toggled .children .children {
  }
  #site-navigation.main-navigation.toggled > #primary-menu.toggled ul::before,
  #site-navigation.main-navigation.toggled > #primary-menu.toggled ul::after {
    display: none;
  }
  #site-navigation.main-navigation.toggled > #primary-menu.toggled ul a {
    width: auto;
  }
}



/* Rainbow horizontal gradient animation for menu separators */
@keyframes gradient-loop-horizontal {
    0%   { background-position: 0% 50%; }
    100% { background-position: 400% 50%; }
}
body.acceptAB-mobile-menu-open .site-header,
body.acceptAB-mobile-menu-open .header-content {
  overflow: visible !important;
}


/* Prevent focus class from causing indentation on mobile */
@media (max-width: 767px) {
    #site-navigation.main-navigation.toggled > #primary-menu.toggled .sub-menu li.focus,
    #site-navigation.main-navigation.toggled > #primary-menu.toggled .children li.focus {
        padding-left: 0 !important;
        margin-left: 0 !important;
        padding-right: 0 !important;
        margin-right: 0 !important;
    }
}



/* Desktop navigation */
@media screen and (min-width: 768px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation {
    display: flex;
    align-items: center;
    /* Default styles - only apply when parent header-content doesn't have layout class */
  }
  .header-content:not(.header-layout-1):not(.header-layout-2):not(.header-layout-3) .main-navigation {
    justify-content: flex-end; /* Align navigation to the right */
    margin-left: auto; /* Push navigation to the right edge */
    flex: 1; /* Allow navigation to take up available space */
  }
  .main-navigation ul {
    display: flex;
    flex-wrap: wrap;
    /* Default styles - only apply when parent header-content doesn't have layout class */
  }
  .header-content:not(.header-layout-1):not(.header-layout-2):not(.header-layout-3) .main-navigation .main-navigation ul {
    justify-content: flex-end; /* Align menu items to the right */
    margin-left: auto; /* Push menu items to the right */
  }
  .main-navigation ul ul {
    display: none; /* Hidden by default, shown on hover */
    animation: fadeIn 0.3s ease;
  }
  .main-navigation {
    /* Show dropdowns on hover */
  }
  .main-navigation li:hover > ul,
  .main-navigation li.focus > ul {
    display: block;
  }
}
/* Animation for dropdown */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Posts and pages
--------------------------------------------- */
/* Spacing and card-style background for posts (archive, blog index) */
.site-main > article {
  margin-bottom: 2em;
  /* Remove bottom margin only when followed by pagination; single-article archive (no pagination) keeps margin above footer */
}
.site-main > article:has(+ nav.pagination), .site-main > article:has(+ .pagination) {
  margin-bottom: 0;
}
.site-main > article {
  /* Card styling: exclude full-width pages */
}
.site-main > article:not(.sticky) {
  /* Full padding + box shadow: when "default" OR ("only-with-sidebar" + sidebar active) */
}
body:not(.acceptAB-page-template-full-width):not(.acceptAB-front-page-full-width):not(.acceptAB-content-box-shadow-none) .site-main > article:not(.sticky) {
  padding: 1.75em 2em;
}
.site-main > article:not(.sticky) {
  /* Vertical-only padding (no left/right): when "none" OR ("only-with-sidebar" + no sidebar) */
}
body:not(.acceptAB-page-template-full-width):not(.acceptAB-front-page-full-width).acceptAB-content-box-shadow-none .site-main > article:not(.sticky) {
  padding: 0;
}
body:not(.acceptAB-page-template-full-width):not(.acceptAB-front-page-full-width).acceptAB-content-box-shadow-only-with-sidebar:not(.acceptAB-has-sidebar) .site-main > article:not(.sticky) {
  padding: 0;
}

/* Meta line under post title – subtle background */
.entry-header .entry-meta {
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  display: inline-block;
}

/* No underline on post titles and meta links */
.entry-header .entry-title {
  -ms-word-wrap: break-word;
  word-break: break-word;
}

.entry-header .entry-title a,
.entry-meta a {
  text-decoration: none;
  word-break: break-word;
}
.entry-header .entry-title a:hover, .entry-header .entry-title a:focus,
.entry-meta a:hover,
.entry-meta a:focus {
  text-decoration: none;
}

/* Sticky post: distinctive container styling */
.sticky {
  display: block;
  position: relative;
  margin-top: 2em;
  padding: 1.75em 1.75em 1.75em calc(1.75em + 4px);
  background-color: rgba(111, 156, 80, 0.06);
  border: 1px solid rgba(111, 156, 80, 0.2);
  border-left: 4px solid #ff3399;
  border-radius: 0 8px 8px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.sticky .entry-header .entry-title a {
  color: #ff3399;
  text-decoration: none;
}
.sticky .entry-header .entry-title a:hover {
  color: #5a7d3f;
  text-decoration: none;
}
.sticky .entry-footer {
  border-top-color: rgba(111, 156, 80, 0.2);
}

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

.page-content,
.entry-content,
.entry-summary {
  font-weight: 300;
}


/* Continue reading link on archive/blog listing */
.entry-content .read-more-link {
  margin-top: 1em;
  margin-bottom: 0;
}
.entry-content .read-more-link .more-link {
  color: #ff3399;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s ease;
}
.entry-content .read-more-link .more-link:hover {
  color: #5a7d3f;
}

/* Numbered pagination (posts listing) */
.site-main .pagination {
  margin: 3em 0 2em;
  padding-top: 2em;
  border-top: 1px solid #eee;
}

.site-main .pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}

.site-main .pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5em;
  padding: 0.5em 0.75em;
  background-color: #f5f5f5;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 500;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.site-main .pagination .page-numbers:hover:not(.current) {
  background-color: #E6F4D7;
  color: #ff3399;
}
.site-main .pagination .page-numbers.current {
  background-color: #ff3399;
  color: #fff;
}
.site-main .pagination .page-numbers.prev, .site-main .pagination .page-numbers.next {
  padding: 0.5em 1em;
}

/* Contain floats so .entry-footer and following content clear floated images */
.entry-content::after {
  content: "";
  display: table;
  clear: both;
}

.page-links {
  clear: both;
  margin: 1.5em 0;
  padding: 1em 0;
  text-align: center;
  font-size: 0.95em;
  font-weight: 500;
}
.page-links span, .page-links a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 2.2em;
  height: 2.2em;
  margin: 0 0.3em;
  padding: 0 0.5em;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.page-links span.page-links-title {
  background: none;
  border: none;
  padding-left: 0;
  margin-right: 0.5em;
  font-weight: 600;
  color: #333;
}
.page-links a {
  background-color: #f5f5f5;
  color: #333;
  border: 1px solid #eee;
}
.page-links a:hover {
  background-color: #E6F4D7;
  color: #ff3399;
  border-color: #E6F4D7;
}
.page-links > span:not(.page-links-title) {
  background-color: #ff3399;
  color: white;
  border: 1px solid #ff3399;
}

/* Entry footer styling */
.entry-footer {
  margin-top: 2em;
  padding-top: 1.5em;
  border-top: 1px solid #eee;
  font-size: 0.9em;
  color: #666;
  clear: both;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 1.5em;
  /* Common styling for all meta items – keep as block for flex alignment */
}
.entry-footer > span {
  display: block;
  margin-bottom: 0.75em;
  line-height: 1.5;
}
.entry-footer > span:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .entry-footer > span {
    margin-bottom: 0;
    margin-right: 0;
  }
}
.entry-footer {
  /* Push Edit link to the right */
}
.entry-footer {
  /* Category links styling */
}
.entry-footer .cat-links a {
  display: inline;
  margin: 0;
  padding: 0;
  color: #ff3399;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s ease;
}
.entry-footer .cat-links a:hover {
  color: rgb(87.0127118644, 122.2881355932, 62.7118644068);
  text-decoration: none;
}
.entry-footer {
  /* Tag links styling */
}
.entry-footer .tags-links {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 0.3em;
}
.entry-footer .tags-links a {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0.2em 0.7em;
  background-color: #f5f5f5;
  color: #555;
  font-size: 0.85em;
  line-height: 1.4;
  border-radius: 3px;
  text-decoration: none;
  border: 1px solid #eee;
  transition: all 0.2s ease;
}
.entry-footer .tags-links a:hover {
  background-color: #E6F4D7;
  color: #ff3399;
  border-color: #E6F4D7;
  text-decoration: none;
}
.entry-footer .tags-links a::before {
  content: "#";
  opacity: 0.5;
  margin-right: 2px;
}
.entry-footer {
  /* Comments link styling */
}
.entry-footer .comments-link a {
  color: #666;
  text-decoration: none;
  transition: color 0.2s ease;
}
.entry-footer .comments-link a:hover {
  color: #ff3399;
}
.entry-footer .comments-link a::before {
  content: "\f075"; /* Comment icon */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 5px;
  font-size: 0.9em;
  opacity: 0.7;
}
.entry-footer {
  /* Edit link styling */
}



/* Front page icon boxes (starter content) */
.acceptAB-icon-box-icon {
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 1;
  color: #ff3399;
}
.acceptAB-icon-box-icon i {
  display: inline-block;
}

/*--------------------------------------------------------------
# 404 Page
--------------------------------------------------------------*/
.error-404.not-found {
  margin-top: 2.5rem;
  margin-bottom: 3rem;
  padding: 0;
}

.error-404 .page-header {
  margin-bottom: 1.25rem;
  padding-bottom: 0;
  text-align: center;
}
.error-404 .page-header .page-title {
  margin: 0 0 0.5rem 0;
  font-size: 1.75rem;
  line-height: 1.3;
  font-weight: 600;
  color: #333;
}

.error-404 .page-content {
  margin: 0;
}

.error-404-intro {
  margin: 0 0 1.75rem 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  opacity: 0.9;
  text-align: center;
}

.error-404-search {
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  display: flex;
  justify-content: center;
}
.error-404-search .search-form {
  max-width: 100%;
}

.error-404-widgets {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem 2.5rem;
}
@media screen and (min-width: 600px) {
  .error-404-widgets {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 900px) {
  .error-404-widgets {
    grid-template-columns: repeat(3, 1fr);
  }
}
.error-404-widgets .widget {
  margin: 0;
  min-width: 0;
}

/* Ensure 404 search form looks good inline */
.error-404 .search-form {
  display: flex;
  gap: 0;
  align-items: stretch;
  max-width: 480px;
}
.error-404 .search-form .search-field {
  flex: 1;
  min-width: 0;
}
.error-404 .search-form .search-submit {
  flex-shrink: 0;
}

/*--------------------------------------------------------------
# Search Page
--------------------------------------------------------------*/
body.search .content-sidebar-wrap {
  margin-top: 2.5rem;
  margin-bottom: 3rem;
}

body.search .site-main > .page-header {
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
}
body.search .site-main > .page-header .page-title {
  margin: 0;
  font-size: clamp(1.7rem, 2.8vw, 2.2rem);
  line-height: 1.25;
}

body.search .no-results.not-found {
  margin: 0;
  background-color: #fff;
}
body.search .no-results.not-found .page-header {
  margin-bottom: 1rem;
  padding-bottom: 0;
}
body.search .no-results.not-found .page-title {
  margin: 0;
  font-size: clamp(1.6rem, 2.4vw, 2rem);
  line-height: 1.3;
}
body.search .no-results.not-found .page-content > p {
  margin: 0 0 1.25rem;
  color: #555;
  max-width: 62ch;
}
body.search .no-results.not-found .search-form {
  margin: 0;
  max-width: 560px;
}

@media screen and (max-width: 767px) {
  body.search .content-sidebar-wrap {
    margin-top: 1.75rem;
    margin-bottom: 2rem;
  }
  body.search .no-results.not-found {
    padding: 1.25rem;
    border-radius: 10px;
  }
}

/* Forms
--------------------------------------------- */
/* WordPress Form Styling */
/* Search Form */
.search-form {
  display: flex;
  gap: 0;
  align-items: stretch;
  max-width: 500px;
  margin: 0 auto;
}
.search-form label {
  flex: 1;
  margin: 0;
  display: flex;
}
.search-form .search-field {
  flex: 1;
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 6px 0 0 6px;
  color: #333;
  padding: 12px 15px;
  font-size: 14px;
  width: 100%;
  margin: 0;
}
.search-form .search-field::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.search-form .search-field:focus {
  background-color: rgba(0, 0, 0, 0.08);
  border-color: #ff3399;
  outline: none;
  box-shadow: 0 0 0 2px rgba(111, 156, 80, 0.2);
}
.search-form .search-submit {
  background-color: #ff3399;
  border: none;
  border-radius: 0 6px 6px 0;
  color: #ffffff;
  padding: 12px 24px;
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0;
  min-width: 100px;
}
.search-form .search-submit:hover {
  background-color: rgb(91.8101694915, 129.0305084746, 66.1694915254);
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.search-form .search-submit:active {
  transform: translateY(0);
}

/* Contact Form 7 (if used) */
.wpcf7 {
  max-width: 700px;
}
.wpcf7 .wpcf7-form {
  margin-top: 30px;
}
.wpcf7 .wpcf7-form-control-wrap {
  margin-bottom: 20px;
  display: block;
}
.wpcf7 label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
}
.wpcf7 .wpcf7-submit {
  min-width: 150px;
}
.wpcf7 .wpcf7-not-valid-tip {
  color: #e74c3c;
  font-size: 0.85em;
  margin-top: 5px;
  display: block;
}
.wpcf7 .wpcf7-response-output {
  margin: 20px 0;
  padding: 15px;
  border-radius: 4px;
  font-size: 0.9em;
}
.wpcf7 .wpcf7-validation-errors,
.wpcf7 .wpcf7-acceptABnce-missing {
  border: 1px solid #e74c3c;
  background-color: rgba(231, 76, 60, 0.1);
}
.wpcf7 .wpcf7-mail-sent-ok {
  border: 1px solid #2ecc71;
  background-color: rgba(46, 204, 113, 0.1);
}

/* Newsletter Form (for popular plugins) */
.newsletter-form {
  max-width: 500px;
  margin: 0 auto;
}
.newsletter-form .form-group {
  margin-bottom: 20px;
}
.newsletter-form input[type=email] {
  width: 100%;
}
.newsletter-form .btn-subscribe {
  width: 100%;
  padding: 12px;
  margin-top: 10px;
}

/* Login/Register Forms */
.login-form,
.register-form {
  max-width: 400px;
  margin: 0 auto;
  padding: 30px;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.login-form .form-group,
.register-form .form-group {
  margin-bottom: 20px;
}
.login-form .form-footer,
.register-form .form-footer {
  margin-top: 25px;
  text-align: center;
}
.login-form .form-footer a,
.register-form .form-footer a {
  color: #ff3399;
  text-decoration: none;
}
.login-form .form-footer a:hover,
.register-form .form-footer a:hover {
  text-decoration: underline;
}
.login-form .login-remember,
.register-form .login-remember {
  display: flex;
  align-items: center;
  margin: 15px 0;
}
.login-form .login-remember label,
.register-form .login-remember label {
  margin-bottom: 0;
  margin-left: 10px;
}
.login-form .login-submit,
.login-form .register-submit,
.register-form .login-submit,
.register-form .register-submit {
  margin-top: 25px;
}
.login-form .login-submit .button,
.login-form .register-submit .button,
.register-form .login-submit .button,
.register-form .register-submit .button {
  width: 100%;
}

/* Password Strength Meter */
.password-strength-meter {
  height: 4px;
  margin-top: 8px;
  border-radius: 2px;
  background-color: #f5f5f5;
}
.password-strength-meter-progress {
  height: 100%;
  border-radius: 2px;
  transition: width 0.3s ease;
}
.password-strength-meter-progress.weak {
  background-color: #e74c3c;
  width: 25%;
}
.password-strength-meter-progress.medium {
  background-color: #f39c12;
  width: 50%;
}
.password-strength-meter-progress.strong {
  background-color: #f1c40f;
  width: 75%;
}
.password-strength-meter-progress.very-strong {
  background-color: #2ecc71;
  width: 100%;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 2em;
  padding: 1.5em;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  font-weight: 300;
}
.widget select {
  max-width: 100%;
  padding: 0.5em;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: white;
  width: 100%;
}
.widget .widget-title {
  margin-top: 0;
  margin-bottom: 0.5em;
  padding-bottom: 0;
  border-bottom: none;
  font-size: 1.2em;
  font-weight: 400;
  color: #333;
}
.widget .wp-block-heading {
  margin-top: 0;
  margin-bottom: 0.5em;
  padding-bottom: 0;
  border-bottom: none;
  font-size: 1.2em;
  font-weight: 400;
  color: #333;
}
.widget ul, .widget ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget ul li, .widget ol li {
  padding: 0.5em 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.widget ul li:last-child, .widget ol li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.widget ul li:first-child, .widget ol li:first-child {
  padding-top: 0;
}
.widget a {
  color: #333;
  text-decoration: none;
  transition: color 0.2s ease;
}
.widget a:hover {
  color: #ff3399;
}
.widget form {
  margin: 0;
}
.widget form input, .widget form textarea, .widget form select {
  width: 100%;
  padding: 0.75em;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.widget form input:focus, .widget form textarea:focus, .widget form select:focus {
  border-color: #ff3399;
  outline: none;
}
.widget form input[type=submit], .widget form button {
  background-color: #ff3399;
  color: #ffffff;
  border: none;
  padding: 0.75em 1em;
  cursor: pointer;
  border-radius: 4px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}
.widget form input[type=submit]:hover, .widget form button:hover {
  background-color: rgb(91.8101694915, 129.0305084746, 66.1694915254);
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.widget form input[type=submit]:active, .widget form button:active {
  transform: translateY(0);
}
.widget.widget_search .search-form {
  display: flex;
  gap: 0;
  align-items: stretch;
  margin-top: 20px;
}
.widget.widget_search .search-form label {
  flex: 1;
  margin: 0;
  display: flex;
}
.widget.widget_search .search-form .search-field {
  flex: 1;
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 6px 0 0 6px;
  color: #333;
  padding: 12px 15px;
  font-size: 14px;
  width: 100%;
  margin: 0;
}
.widget.widget_search .search-form .search-field::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.widget.widget_search .search-form .search-field:focus {
  background-color: rgba(0, 0, 0, 0.08);
  border-color: #ff3399;
  outline: none;
  box-shadow: 0 0 0 2px rgba(111, 156, 80, 0.2);
}
.widget.widget_search .search-form .search-submit {
  background-color: #ff3399;
  border: none;
  border-radius: 0 6px 6px 0;
  color: #ffffff;
  padding: 12px 24px;
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0;
  min-width: 100px;
  position: static;
  width: auto;
  height: auto;
}
.widget.widget_search .search-form .search-submit:hover {
  background-color: rgb(91.8101694915, 129.0305084746, 66.1694915254);
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.widget.widget_search .search-form .search-submit:active {
  transform: translateY(0);
}
.widget.widget_search .wp-block-search .wp-block-search__label {
  margin-top: 0;
  margin-bottom: 0.5em;
  padding-bottom: 0;
  border-bottom: none;
  font-size: 1.2em;
  font-weight: 400;
  color: #333;
}
.widget.widget_search .wp-block-search .wp-block-search__inside-wrapper {
  display: flex;
  gap: 0;
  align-items: stretch;
  margin-top: 20px;
}
.widget.widget_search .wp-block-search .wp-block-search__input {
  flex: 1;
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 6px 0 0 6px;
  color: #333;
  padding: 12px 15px;
  font-size: 14px;
  width: 100%;
  margin: 0;
}
.widget.widget_search .wp-block-search .wp-block-search__input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.widget.widget_search .wp-block-search .wp-block-search__input:focus {
  background-color: rgba(0, 0, 0, 0.08);
  border-color: #ff3399;
  outline: none;
  box-shadow: 0 0 0 2px rgba(111, 156, 80, 0.2);
}
.widget.widget_search .wp-block-search .wp-block-search__button {
  background-color: #ff3399;
  border: none;
  border-radius: 0 6px 6px 0;
  color: #ffffff;
  padding: 12px 24px;
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0;
  min-width: 100px;
}
.widget.widget_search .wp-block-search .wp-block-search__button:hover {
  background-color: rgb(91.8101694915, 129.0305084746, 66.1694915254);
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.widget.widget_search .wp-block-search .wp-block-search__button:active {
  transform: translateY(0);
}

/* 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: flex;
  flex-wrap: wrap;
  margin: 2em -10px;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 10px;
  margin: 0;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33.3333333333%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.6666666667%;
}

.gallery-columns-7 .gallery-item {
  width: 14.2857142857%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.1111111111%;
}

@media screen and (max-width: 767px) {
  .gallery-columns-4 .gallery-item,
  .gallery-columns-5 .gallery-item,
  .gallery-columns-6 .gallery-item,
  .gallery-columns-7 .gallery-item,
  .gallery-columns-8 .gallery-item,
  .gallery-columns-9 .gallery-item {
    width: 25%;
  }
}
@media screen and (max-width: 480px) {
  .gallery-columns-2 .gallery-item,
  .gallery-columns-3 .gallery-item,
  .gallery-columns-4 .gallery-item,
  .gallery-columns-5 .gallery-item,
  .gallery-columns-6 .gallery-item,
  .gallery-columns-7 .gallery-item,
  .gallery-columns-8 .gallery-item,
  .gallery-columns-9 .gallery-item {
    width: 25%;
  }
}
.gallery-icon {
  margin-bottom: 0.8em;
  background-color: #f9f9f9;
  padding: 5px;
  border: 1px solid #eee;
  border-radius: 4px;
  transition: all 0.3s ease;
  overflow: hidden;
  line-height: 0;
}
.gallery-icon:hover {
  border-color: #ff3399;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.gallery-icon img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 2px;
  transition: transform 0.4s ease;
}
.gallery-icon img:hover {
  transform: scale(1.03);
}

.gallery-caption {
  display: block;
  padding: 0.5em 0;
  margin-top: 0.3em;
  font-size: 0.85em;
  color: #666;
  line-height: 1.4;
  font-style: italic;
}

.wp-block-gallery {
  margin: 2em 0 0em;
}
.wp-block-gallery .blocks-gallery-item {
  margin: 0 0 15px;
  padding: 0;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.wp-block-gallery .blocks-gallery-item figure {
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.wp-block-gallery .blocks-gallery-item figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  transition: transform 0.4s ease;
}
.wp-block-gallery .blocks-gallery-item figure img:hover {
  transform: scale(1.03);
}
.wp-block-gallery .blocks-gallery-item figure figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 40px 12px 12px;
  font-size: 0.85em;
  text-align: center;
  color: white;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.9;
  transition: opacity 0.3s ease;
}
.wp-block-gallery .blocks-gallery-item figure figcaption:hover {
  opacity: 1;
}
.wp-block-gallery.has-nested-images figure.wp-block-image img {
  display: block;
}
.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
  margin-bottom: 15px;
}

.wp-caption {
  max-width: 100%;
  margin-bottom: 1.5em;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}
.wp-caption img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
.wp-caption .wp-caption-text {
  padding: 0.8em 1em;
  margin: 0;
  font-size: 0.85em;
  font-style: italic;
  color: #666;
  background-color: #f9f9f9;
  border-top: 1px solid #eee;
}

img.alignleft,
.wp-caption.alignleft {
  margin-right: 1.5em;
  margin-bottom: 1em;
  float: left;
}
img.alignright,
.wp-caption.alignright {
  margin-left: 1.5em;
  margin-bottom: 1em;
  float: right;
}
img.aligncenter,
.wp-caption.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Footer
--------------------------------------------- */
/* Footer Styling */
.site-footer {
  background-color: #2c3e50;
  color: #ffffff;
  padding: 50px 0 40px;
}

.footer-widgets-container {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-widgets-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
@media screen and (max-width: 992px) {
  .footer-widgets-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media screen and (max-width: 576px) {
  .footer-widgets-row {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}

.footer-widget-area .widget {
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  margin-bottom: 25px;
  font-weight: 300;
}
.footer-widget-area .widget .textwidget {
  line-height: 1.75em;
}
.footer-widget-area .widget:last-child {
  margin-bottom: 0;
}
.footer-widget-area .widget .widget-title {
  color: #ffffff;
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 1.2em;
  font-weight: 400;
  position: relative;
}
.footer-widget-area .widget .widget-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25%;
  height: 2px;
  background-color: #ff3399;
}
.footer-widget-area .widget .wp-block-heading {
  color: #ffffff;
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 1.2em;
  font-weight: 600;
  position: relative;
}
.footer-widget-area .widget .wp-block-heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25%;
  height: 2px;
  background-color: #ff3399;
}
.footer-widget-area .widget ul {
  padding-left: 0;
  list-style: none;
}
.footer-widget-area .widget ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 8px 0;
  position: relative;
  transition: all 0.3s ease;
}
.footer-widget-area .widget ul li:last-child {
  border-bottom: none;
}
.footer-widget-area .widget ul li a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  font-weight: 300;
}
.footer-widget-area .widget ul li a:hover {
  color: #ff3399;
  padding-left: 5px;
}
.footer-widget-area .widget ul li a::before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 8px;
  font-size: 0.85em;
  color: #ff3399;
  opacity: 0.7;
}
.footer-widget-area .widget p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 1em;
  line-height: 1.6;
  font-weight: 300;
}
.footer-widget-area .widget p:last-child {
  margin-bottom: 0;
}
.footer-widget-area .widget input, .footer-widget-area .widget textarea, .footer-widget-area .widget select {
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #ffffff;
  padding: 10px 12px;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 10px;
}
.footer-widget-area .widget input:focus, .footer-widget-area .widget textarea:focus, .footer-widget-area .widget select:focus {
  border-color: #ff3399;
  box-shadow: 0 0 0 2px rgba(111, 156, 80, 0.2);
  outline: none;
}
.footer-widget-area .widget input[type=button],
.footer-widget-area .widget input[type=reset],
.footer-widget-area .widget input[type=submit] {
  background-color: #ff3399;
  border: none;
  color: white;
  padding: 10px 15px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.footer-widget-area .widget input[type=button]:hover,
.footer-widget-area .widget input[type=reset]:hover,
.footer-widget-area .widget input[type=submit]:hover {
  background-color: rgb(87.0127118644, 122.2881355932, 62.7118644068);
}
.footer-widget-area .widget .recent-posts-widget li {
  display: flex;
  margin-bottom: 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-widget-area .widget .recent-posts-widget li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.footer-widget-area .widget .recent-posts-widget li img {
  width: 70px;
  height: 70px;
  border-radius: 5px;
  margin-right: 15px;
  object-fit: cover;
  transition: all 0.3s ease;
}
.footer-widget-area .widget .recent-posts-widget li img:hover {
  transform: scale(1.05);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.footer-widget-area .widget .recent-posts-widget li .post-info {
  flex: 1;
}
.footer-widget-area .widget .recent-posts-widget li .post-info .post-title {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
  line-height: 1.3;
  font-size: 0.95em;
}
.footer-widget-area .widget .recent-posts-widget li .post-info .post-title:hover {
  color: #ff3399;
}
.footer-widget-area .widget .recent-posts-widget li .post-info .post-date {
  font-size: 0.8em;
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
}
.footer-widget-area .widget .recent-posts-widget li .post-info .post-date i {
  margin-right: 5px;
  font-size: 0.9em;
  color: #ff3399;
}
.footer-widget-area .widget .tagcloud a {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8);
  padding: 4px 10px;
  margin: 0 5px 5px 0;
  border-radius: 3px;
  font-size: 0.8em;
  transition: all 0.3s ease;
}
.footer-widget-area .widget .tagcloud a:hover {
  background-color: #ff3399;
  color: white;
  transform: translateY(-2px);
}
.footer-widget-area .widget .calendar_wrap table {
  width: 100%;
  border-collapse: collapse;
}
.footer-widget-area .widget .calendar_wrap table caption {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 8px;
  font-weight: 600;
}
.footer-widget-area .widget .calendar_wrap table th, .footer-widget-area .widget .calendar_wrap table td {
  padding: 5px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-widget-area .widget .calendar_wrap table th {
  background-color: rgba(0, 0, 0, 0.2);
}
.footer-widget-area .widget .calendar_wrap table td a {
  background-color: #ff3399;
  color: white;
  display: block;
  border-radius: 2px;
}
.footer-widget-area .widget .calendar_wrap table td a:hover {
  background-color: rgb(136.8855932203, 179.406779661, 107.593220339);
}
.footer-widget-area .widget.widget_search .wp-block-search .wp-block-search__label {
  color: #ffffff;
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 1.2em;
  font-weight: 600;
  position: relative;
}
.footer-widget-area .widget.widget_search .wp-block-search .wp-block-search__label::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25%;
  height: 2px;
  background-color: #ff3399;
}
.footer-widget-area .widget.widget_search .search-form {
  display: flex;
  gap: 0;
  align-items: stretch;
  margin-top: 20px;
}
.footer-widget-area .widget.widget_search .search-form label {
  flex: 1;
  margin: 0;
  display: flex;
}
.footer-widget-area .widget.widget_search .search-form .search-field {
  flex: 1;
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px 0 0 6px;
  color: #ffffff;
  padding: 12px 15px;
  font-size: 14px;
  width: 100%;
  margin: 0;
}
.footer-widget-area .widget.widget_search .search-form .search-field::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.footer-widget-area .widget.widget_search .search-form .search-field:focus {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: #ff3399;
  outline: none;
  box-shadow: 0 0 0 2px rgba(111, 156, 80, 0.2);
}
.footer-widget-area .widget.widget_search .search-form .search-submit {
  background-color: #ff3399;
  border: none;
  border-radius: 0 6px 6px 0;
  color: #ffffff;
  padding: 12px 24px;
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0;
  min-width: 100px;
}
.footer-widget-area .widget.widget_search .search-form .search-submit:hover {
  background-color: rgb(91.8101694915, 129.0305084746, 66.1694915254);
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.footer-widget-area .widget.widget_search .search-form .search-submit:active {
  transform: translateY(0);
}

.footer-social-icons {
  margin-bottom: 25px;
  text-align: center;
}
.footer-social-icons .social-icons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 15px;
}
.footer-social-icons .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease;
}
.footer-social-icons .social-icon::before, .footer-social-icons .social-icon::after {
  display: none;
}
.footer-social-icons .social-icon i {
  font-size: 18px;
}
.footer-social-icons .social-icon i.fab,
.footer-social-icons .social-icon i.fab::before {
  font-family: "Font Awesome 6 Brands", "Font Awesome 5 Brands", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
}
.footer-social-icons .social-icon i.fas,
.footer-social-icons .social-icon i.far,
.footer-social-icons .social-icon i.fas::before,
.footer-social-icons .social-icon i.far::before {
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", sans-serif !important;
  font-style: normal !important;
}
.footer-social-icons .social-icon i.fas,
.footer-social-icons .social-icon i.fas::before {
  font-weight: 900 !important;
}
.footer-social-icons .social-icon i.far,
.footer-social-icons .social-icon i.far::before {
  font-weight: 400 !important;
}
.footer-social-icons .social-icon .social-icon-svg {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
.footer-social-icons .social-icon .social-icon-text {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.footer-social-icons .social-icon:hover {
  background-color: #ff3399;
  color: #ffffff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.footer-social-icons .social-icon:hover .social-icon-svg {
  filter: brightness(0) invert(1);
}

.footer-credits {
  text-align: center;
  padding-top: 10px;
}

.site-info {
  text-align: center;
  font-size: 0.9em;
  color: rgba(255, 255, 255, 0.7);
}
.site-info a {
  color: #ff3399;
  text-decoration: none;
  transition: all 0.3s ease;
}
.site-info a:hover {
  text-decoration: underline;
  color: rgb(136.8855932203, 179.406779661, 107.593220339);
}
.site-info .sep {
  padding: 0 10px;
  color: rgba(255, 255, 255, 0.3);
}

.footer-copyright {
  text-align: center;
  font-size: 0.9em;
  color: rgba(255, 255, 255, 0.7);
  min-height: 1.2em;
  line-height: 1.4;
  padding: 5px 0;
}
.footer-copyright a {
  color: #ff3399;
  text-decoration: none;
  transition: all 0.3s ease;
}
.footer-copyright a:hover {
  text-decoration: underline;
  color: rgb(136.8855932203, 179.406779661, 107.593220339);
}
.footer-copyright:empty::before {
  content: " ";
  display: inline-block;
}

@media screen and (max-width: 599px) {
  .site-footer {
    padding: 40px 0 30px;
    margin-top: 40px;
  }
  .footer-widgets-container {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  .site-info {
    font-size: 0.85em;
  }
}
/* Hero Section
--------------------------------------------- */
/* Hero Section Styles */
.acceptAB-hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.acceptAB-hero-section.acceptAB-hero-fullscreen {
  min-height: 100vh;
}
.acceptAB-hero-section.acceptAB-hero-min-height {
  min-height: 500px;
}
.acceptAB-hero-section.acceptAB-hero-custom-height {
  height: auto;
  min-height: 500px;
}
.acceptAB-hero-section .acceptAB-hero-video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.acceptAB-hero-section .acceptAB-hero-video-background .acceptAB-hero-video-embed {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  pointer-events: none;
}
.acceptAB-hero-section .acceptAB-hero-video-background .acceptAB-hero-video-embed iframe {
  pointer-events: none;
}
.acceptAB-hero-section .acceptAB-hero-video-background .acceptAB-hero-video-embed::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: auto;
}
.acceptAB-hero-section .acceptAB-hero-video-background .acceptAB-hero-video-embed iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  transform: translate(-50%, -50%);
}
.acceptAB-hero-section .acceptAB-hero-video-background .acceptAB-hero-video-element {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}
.acceptAB-hero-section .acceptAB-hero-video-controls {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  gap: 10px;
  z-index: 4;
}
.acceptAB-hero-section .acceptAB-hero-video-controls button {
  background: none;
  border: none;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
.acceptAB-hero-section .acceptAB-hero-video-controls button:hover {
  opacity: 1;
}
.acceptAB-hero-section .acceptAB-hero-video-controls button svg {
  width: 24px;
  height: 24px;
  fill: #666666;
  pointer-events: none;
}
.acceptAB-hero-section .acceptAB-hero-video-controls button .acceptAB-hero-pause-icon,
.acceptAB-hero-section .acceptAB-hero-video-controls button .acceptAB-hero-unmute-icon {
  display: none;
}
.acceptAB-hero-section .acceptAB-hero-video-controls .acceptAB-hero-video-play-pause.paused .acceptAB-hero-play-icon {
  display: none;
}
.acceptAB-hero-section .acceptAB-hero-video-controls .acceptAB-hero-video-play-pause.paused .acceptAB-hero-pause-icon {
  display: block;
}
.acceptAB-hero-section .acceptAB-hero-video-controls .acceptAB-hero-video-mute-unmute.unmuted .acceptAB-hero-mute-icon {
  display: none;
}
.acceptAB-hero-section .acceptAB-hero-video-controls .acceptAB-hero-video-mute-unmute.unmuted .acceptAB-hero-unmute-icon {
  display: block;
}
.acceptAB-hero-section .acceptAB-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.acceptAB-hero-section .acceptAB-hero-content-wrapper {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 60px 20px;
}
.acceptAB-hero-section .acceptAB-hero-content-wrapper .container, .acceptAB-hero-section .acceptAB-hero-content-wrapper .site-content {
  max-width: 1600px;
  margin: 0 auto;
}
.acceptAB-hero-section .acceptAB-hero-content-wrapper .acceptAB-hero-content {
  text-align: center;
}
.acceptAB-hero-section .acceptAB-hero-content-wrapper .acceptAB-hero-content .acceptAB-hero-heading {
  margin: 0 0 20px;
  font-weight: 700;
  line-height: 1.2;
}
.acceptAB-hero-section .acceptAB-hero-content-wrapper .acceptAB-hero-content .acceptAB-hero-text {
  margin: 0 0 30px;
  line-height: 1.6;
}
.acceptAB-hero-section .acceptAB-hero-content-wrapper .acceptAB-hero-content .acceptAB-hero-text p {
  margin: 0 0 15px;
}
.acceptAB-hero-section .acceptAB-hero-content-wrapper .acceptAB-hero-content .acceptAB-hero-text p:last-child {
  margin-bottom: 0;
}
.acceptAB-hero-section .acceptAB-hero-content-wrapper .acceptAB-hero-content .acceptAB-hero-button-wrapper {
  margin-top: 24px;
}
.acceptAB-hero-section .acceptAB-hero-content-wrapper .acceptAB-hero-content .acceptAB-hero-button {
  display: inline-block;
  padding: 10px 24px;
  font-size: 14px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
  text-transform: capitalize;
  transition: all 0.3s ease;
}
.acceptAB-hero-section .acceptAB-hero-content-wrapper .acceptAB-hero-content .acceptAB-hero-button.acceptAB-hero-button-primary {
  background-color: #ff3399;
  color: #ffffff;
  border: 2px solid #ff3399;
}
.acceptAB-hero-section .acceptAB-hero-content-wrapper .acceptAB-hero-content .acceptAB-hero-button.acceptAB-hero-button-primary:hover {
  background-color: rgb(91.8101694915, 129.0305084746, 66.1694915254);
  border-color: rgb(91.8101694915, 129.0305084746, 66.1694915254);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.acceptAB-hero-section .acceptAB-hero-content-wrapper .acceptAB-hero-content .acceptAB-hero-button.acceptAB-hero-button-secondary {
  background-color: #ffffff;
  color: #ff3399;
  border: 2px solid #ffffff;
}
.acceptAB-hero-section .acceptAB-hero-content-wrapper .acceptAB-hero-content .acceptAB-hero-button.acceptAB-hero-button-secondary:hover {
  background-color: rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.acceptAB-hero-section .acceptAB-hero-content-wrapper .acceptAB-hero-content .acceptAB-hero-button.acceptAB-hero-button-outline {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}
.acceptAB-hero-section .acceptAB-hero-content-wrapper .acceptAB-hero-content .acceptAB-hero-button.acceptAB-hero-button-outline:hover {
  background-color: #ffffff;
  color: #ff3399;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .acceptAB-hero-section .acceptAB-hero-content-wrapper {
    padding: 40px 15px;
  }
  .acceptAB-hero-section .acceptAB-hero-content-wrapper .acceptAB-hero-content .acceptAB-hero-heading {
    font-size: 32px;
  }
  .acceptAB-hero-section .acceptAB-hero-content-wrapper .acceptAB-hero-content .acceptAB-hero-text {
    font-size: 16px;
  }
  .acceptAB-hero-section .acceptAB-hero-content-wrapper .acceptAB-hero-content .acceptAB-hero-button {
    padding: 8px 20px;
    font-size: 13px;
  }
}

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

/* Enable hover opening on desktop */
@media screen and (min-width: 769px) {
    .main-navigation li:hover > .sub-menu,
    .main-navigation li.focus > .sub-menu {
        display: block !important;
    }
}

/* Enable click-based opening */
.main-navigation .menu-item-has-children.submenu-open > .sub-menu,
.main-navigation .page_item_has_children.submenu-open > .children {
    display: block !important;
}

/* ==========================================================================
   Global navigation fixes (no rounded corners, no green accent)
   ========================================================================== */
.main-navigation ul ul,
.main-navigation .sub-menu,
.main-navigation .children,
.main-navigation ul ul ul {
    border-radius: 0 !important;
}

.main-navigation ul ul::after,
.main-navigation .sub-menu::after,
.main-navigation .children::after {
    display: none !important;
}

.site-footer {
    display: none !important;
}

/* MOBILE MENU - FINAL FIX */
@media (max-width: 767px) {
    .menu-item-has-children.toggled > .sub-menu,
    .page_item_has_children.toggled > .children {
        display: block !important;
    }
    
    .menu-item-has-children > .sub-menu,
    .page_item_has_children > .children {
        display: none !important;
    }
}
/* Hamburger menu with normal map gradient */
.menu-toggle .icon-bar {
    display: block;
    height: 2px;
    width: 20px;
    margin: 3px 0;
    border-radius: 0;
    background: linear-gradient(45deg, 
        #8080ff, #ffb3b3, #b3ffb3, #b3ffff, 
        #ffffb3, #ffb3ff, #8080ff
    );
    background-size: 200% 100%;
    animation: normal-map-gradient-hamburger 2s linear infinite;
    transition: all 0.3s ease;
}

/* When toggled to X state */
.menu-toggle.toggled .icon-bar {
    background: linear-gradient(45deg, 
        #ffb3ff, #ffffb3, #b3ffff, #b3ffb3,
        #ffb3b3, #8080ff, #ffb3ff
    );
    background-size: 200% 100%;
    animation: normal-map-gradient-hamburger-reverse 2s linear infinite;
}

.menu-toggle.toggled .icon-bar:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 6px);
}

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

.menu-toggle.toggled .icon-bar:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -6px);
}

@keyframes normal-map-gradient-hamburger {
    0%   { background-position: 0% 50%; }
    100% { background-position: 200% 50%; }
}

@keyframes normal-map-gradient-hamburger-reverse {
    0%   { background-position: 200% 50%; }
    100% { background-position: 0% 50%; }
}

/* Lavender solid drop shadow (no blur) on the menu toggle button itself */
.menu-toggle {
    filter: drop-shadow(1px 1px 0px #000);
}



.splash-description p {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    white-space: normal;
}

.splash-description br {
    display: inline;
}

.splash-description strong,
.splash-description em {
    font-size: inherit;
    line-height: inherit;
}

.splash-description p {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    white-space: normal;
}

.splash-description br {
    display: inline;
}

.splash-description strong,
.splash-description em {
    font-size: inherit;
    line-height: inherit;
}

/* Mobile */
@media (max-width: 480px) {
    .splash-description p {
        font-size: 12px !important;
    }
    .splash-title {
        font-size: 20px !important;
    }
}

/* Small tablets */
@media (min-width: 481px) and (max-width: 768px) {
    .splash-description p {
        font-size: 14px !important;
    }
    .splash-title {
        font-size: 28px !important;
    }
}

/* Tablets */
@media (min-width: 769px) and (max-width: 1024px) {
    .splash-description p {
        font-size: 16px !important;
    }

}

/* Desktops */
@media (min-width: 1025px) and (max-width: 1440px) {
    .splash-description p {
        font-size: 22px !important;
    }
    .splash-title {
        font-size: 44px !important;
    }
}

/* Large screens */
@media (min-width: 1441px) {
    .splash-description p {
        font-size: 28px !important;
    }
    .splash-title {
        font-size: 52px !important;
    }
}

@media (max-width: 767px) {
    #site-navigation.main-navigation {
        position: relative !important;
        height: auto !important;
        min-height: 44px !important;
        overflow: visible !important;
    }
    
    #site-navigation.main-navigation .menu-toggle {
        position: absolute !important;
        top: 0px !important; /* Negative value moves it UP */
        right: 0px !important;
        transform: none !important;
        margin: 0 !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        z-index: 100002 !important;
    }
}

/* Tall dropdown menus - very subtle fade */
@media (min-width: 768px) {
    .main-navigation .sub-menu,
    .main-navigation .children {
        max-height: 80vh !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        -webkit-overflow-scrolling: touch !important;
        mask-image: linear-gradient(to bottom, black 962%, transparent 100%) !important;
        -webkit-mask-image: linear-gradient(to bottom, black 96%, transparent 100%) !important;
        padding-bottom: 15px !important;
    }
    
    /* Subtle scrollbar */
    .main-navigation .sub-menu::-webkit-scrollbar {
        width: 5px;
    }
    
    .main-navigation .sub-menu::-webkit-scrollbar-track {
        background: transparent;
    }
    
    .main-navigation .sub-menu::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, 0.15);
        border-radius: 3px;
    }
    
    .main-navigation .sub-menu {
        scrollbar-width: thin;
        scrollbar-color: rgba(0, 0, 0, 0.15) transparent;
    }
}

/* Fix word breaking on animated titles */
.entry-title {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    word-break: keep-all;      /* Prevents breaking between characters */
    overflow-wrap: break-word; /* Fallback for long words */
    hyphens: none;             /* Don't add hyphens */
}

.entry-title span {
    display: inline-block;
    animation: normal-map-rainbow 12s ease-in-out infinite;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 1.0);
}

@keyframes normal-map-rainbow {
    0%   { color: #8080ff; }
    14%  { color: #ff6b6b; }
    28%  { color: #ffb3b3; }
    42%  { color: #b3ffb3; }
    57%  { color: #b3ffff; }
    71%  { color: #ffffb3; }
    85%  { color: #ffb3ff; }
    100% { color: #8080ff; }
}
/* For words that genuinely need to wrap, use this */
.entry-title .word-wrapper {
    display: inline-block;
    white-space: nowrap;
}

h2 {
padding-left:10px;
font-weight: 800;
}

h1 {
padding-left:10px;
font-weight: 800;
}

.wp-block-image :where(figcaption) {
  padding-left:10px;
  padding-right:10px;
  font-style: italic;
  font-weight: 100;
}
.wp-block-cover{
  margin-top:15px;
}

.page-id-289 .entry-content p.wp-block-paragraph {
    white-space: pre-wrap !important;
    line-height: 1.8 !important;
    margin-bottom: 0.5em !important;
    max-width: 100% !important;
    padding: 0 15px !important;
}


.main-navigation .menu-item-type-custom a[target="_blank"]::after {
    content: "\f08e";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 0.7em;
    display: inline-block;
    margin-left: 4px;
    transition: transform 0.2s ease;
}

.main-navigation .menu-item-type-custom a[target="_blank"]:hover::after {
    transform: translate(2px, -2px);
}

.entry-title {
    word-break: keep-all !important;
    overflow-wrap: break-word !important;
    white-space: normal !important;
}

.entry-title span {
    display: inline-block !important;
    white-space: nowrap !important;
}

.hls-video-caption {
    position: relative;
    padding-bottom: 10px;
    text-align: left;
    padding-left: 15px;
}

.hls-video-caption::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 10px;
    width: 75%;
    height: 1px;
    background: linear-gradient(90deg, 
        #8080ff, #ffb3b3, #b3ffb3, #b3ffff, 
        #ffffb3, #ffb3ff, #8080ff
    );
    background-size: 200% 100%;
    animation: gradient-loop-horizontal 8s linear infinite;
}

/* Only standalone images (direct children of entry-content, not inside galleries) */
.entry-content > .wp-block-image:not(.wp-block-gallery *) figcaption.wp-element-caption {
    position: relative;
    padding-bottom: 10px;
}

.entry-content > .wp-block-image:not(.wp-block-gallery *) figcaption.wp-element-caption::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 10px;
    width: 75%;
    height: 1px;
    background: linear-gradient(90deg, 
        #8080ff, #ffb3b3, #b3ffb3, #b3ffff, 
        #ffffb3, #ffb3ff, #8080ff
    );
    background-size: 200% 100%;
    animation: gradient-loop-horizontal 8s linear infinite;
}

/* Remove from gallery images */
.wp-block-gallery figcaption.wp-element-caption::after {
    display: none !important;
}

.site-header .container {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    box-sizing: border-box;
}

.site-header .container {
    max-width: 1600px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

/* Site title with Rubik Glitch font and normal map gradient */
.site-title {
    font-size: clamp(2.5rem, 3vw, 7.5rem);
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.8;
    margin: 0;
    margin-bottom: 30px;
    margin-top: 15px;
}

.site-title a {
    display: inline-block;
    text-decoration: none;
    position: relative;
    white-space: nowrap;
}

.site-title .title-main {
    display: inline-block;
    background: linear-gradient(90deg, 
        #8080ff, #ffb3b3, #b3ffb3, #b3ffff, 
        #ffffb3, #ffb3ff, #8080ff, #ffb3b3,
        #b3ffb3, #b3ffff, #ffffb3, #ffb3ff, #8080ff
    );
    background-size: 400% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: normal-map-gradient 20s linear infinite;
    position: relative;
    z-index: 2;
}

.site-title .title-shadow {
    display: inline-block;
    position: absolute;
    top: clamp(1px, 0.3vw, 2px);
    left: clamp(1px, 0.3vw, 2px);
    z-index: 1;
    background: linear-gradient(90deg, 
        #ffb3ff, #ffffb3, #b3ffff, #b3ffb3,
        #ffb3b3, #8080ff, #ffb3ff, #ffffb3,
        #b3ffff, #b3ffb3, #ffb3b3, #8080ff, #ffb3ff
    );
    background-size: 400% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: normal-map-gradient-reverse 10s linear infinite;
    filter: none;
    opacity: 1.0;
    pointer-events: none;
}

@keyframes normal-map-gradient {
    0%   { background-position: 0% 50%; }
    100% { background-position: 200% 50%; }
}

@keyframes normal-map-gradient-reverse {
    0%   { background-position: 200% 50%; }
    100% { background-position: 0% 50%; }
}

/* THREE.JS – Transparent background, behind content */
#threejs-background {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    z-index: -1 !important;
    pointer-events: none !important;
    display: block !important;
    background: transparent !important;
}

#threejs-background canvas {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}

/* Remove any forced backgrounds or shadows on content */
body, html, #page, .site, .site-content, .entry-content, .content-sidebar-wrap {
    background: transparent !important;
}

/* Two-column for paragraph groups */
.paragraph-group-wrapper {
    max-width: 800px;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.merged-text-block {
    display: block;
}

/* Desktop: two columns */
@media screen and (min-width: 768px) {
    .paragraph-group-wrapper {
        max-width: 800px;
        margin-left: 0;
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
        display: block;
    }

    .merged-text-block {
        display: block;
        width: 100%;
        text-align: left;
    }

    /* Two columns */
    .paragraph-group-wrapper.two-column-group .merged-text-block {
        column-count: 2;
        column-gap: 40px;
        column-fill: balance;
        max-width: 100% !important;
        width: 100% !important;
    }

    /* Two-column divider */
    .paragraph-group-wrapper.two-column-group::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 1px;
        background: linear-gradient(180deg, 
            #8080ff, #ffb3b3, #b3ffb3, #b3ffff, 
            #ffffb3, #ffb3ff, #8080ff, #ffb3b3
        );
        background-size: 100% 200%;
        animation: gradient-loop 10s linear infinite;
        transform: translateX(-50%);
        pointer-events: none;
        z-index: 1;
    }

    /* Single column - proper width */
    .paragraph-group-wrapper.single-column-group .merged-text-block {
        column-count: 1 !important;
        column-gap: 0 !important;
        column-rule: none !important;
        max-width: 50% !important;
        width: 100% !important;
    }

    .paragraph-group-wrapper.single-column-group::before {
        display: none !important;
    }
}

/* Mobile: single column */
@media screen and (max-width: 767px) {
    .paragraph-group-wrapper {
        max-width: 100% !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .paragraph-group-wrapper .merged-text-block {
        column-count: 1 !important;
        column-gap: 0 !important;
        column-rule: none !important;
        max-width: 100% !important;
        width: 100% !important;
        text-align: left;
    }

    .paragraph-group-wrapper::before {
        display: none !important;
    }
}

@keyframes gradient-loop {
    0%   { background-position: 50% 0%; }
    100% { background-position: 50% -100%; }
}
/* Hide vertical divider on mobile and CV page */
@media screen and (max-width: 767px) {
    .entry-content p.wp-block-paragraph::before {
        display: none !important;
    }
}

.page-id-289 .entry-content p.wp-block-paragraph::before {
    display: none !important;
}

/* External link styling */
.entry-content a.external-link {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.entry-content a.external-link .external-link-icon {
    font-size: 0.7em;
    display: inline-block;
    margin-left: 2px;
    transition: transform 0.2s ease;
}

.entry-content a.external-link:hover .external-link-icon {
    transform: translate(2px, -2px);
}

.wp-block-cover {
  margin-top: 15px;
  margin-bottom: 15px;
}

.wp-block-hls-video figure figcaption {
    position: relative;
    z-index: -1 !important;
}
.wp-block-hls-video figure .plyr {
    position: relative;
    z-index: 1 !important;
}
.plyr__menu__container {
    z-index: 999999 !important;
}

/* Caption is now outside the figure – no stacking conflict */
.hls-caption-outside {
    display: block;
    margin-top: 8px;
    padding: 0 15px;
    text-align: left;
    font-size: 0.9em;
    color: #555;
    font-style: italic;
    line-height: 1.4;
    position: relative;
    z-index: -1;
}

/* Remove any leftover figcaption styles that might interfere */
.wp-block-hls-video figcaption {
    /* This now only applies if a figcaption is still inside the figure – but we removed it */
    display: none; /* optional, just in case */
}

.hls-video-wrapper {
    position: relative;
    z-index: 2; /* Any positive value > 0 will place it above normal-flow siblings */
}

/* Force 4 columns on mobile for nested gallery images */
@media (max-width: 600px) {
    .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image),
    .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image),
    .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image),
    .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image),
    .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image),
    .wp-block-gallery.has-nested-images.columns-9 figure.wp-block-image:not(#individual-image) {
        width: calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*0.75) !important;
    }
}

@media (max-width: 480px) {
    .wp-block-gallery.has-nested-images.columns-2 figure.wp-block-image:not(#individual-image),
    .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image),
    .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image),
    .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image),
    .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image),
    .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image),
    .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image),
    .wp-block-gallery.has-nested-images.columns-9 figure.wp-block-image:not(#individual-image) {
        width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*0.75) !important;
    }
}

/* Force 4 columns on mobile for 4+ column galleries */
@media (max-width: 768px) {
    .wp-block-gallery.has-nested-images.is-cropped.columns-4,
    .wp-block-gallery.has-nested-images.is-cropped.columns-5,
    .wp-block-gallery.has-nested-images.is-cropped.columns-6,
    .wp-block-gallery.has-nested-images.is-cropped.columns-7,
    .wp-block-gallery.has-nested-images.is-cropped.columns-8,
    .wp-block-gallery.has-nested-images.is-cropped.columns-9 {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 0 !important;
    }
    
    .wp-block-gallery.has-nested-images.is-cropped.columns-4 figure.wp-block-image,
    .wp-block-gallery.has-nested-images.is-cropped.columns-5 figure.wp-block-image,
    .wp-block-gallery.has-nested-images.is-cropped.columns-6 figure.wp-block-image,
    .wp-block-gallery.has-nested-images.is-cropped.columns-7 figure.wp-block-image,
    .wp-block-gallery.has-nested-images.is-cropped.columns-8 figure.wp-block-image,
    .wp-block-gallery.has-nested-images.is-cropped.columns-9 figure.wp-block-image {
        flex: 0 0 25% !important;
        max-width: 25% !important;
        min-width: 25% !important;
        margin: 0 !important;
        padding: 0 6px 12px 6px !important;
        box-sizing: border-box !important;
    }
    
    .wp-block-gallery.has-nested-images.is-cropped.columns-4 figure.wp-block-image img,
    .wp-block-gallery.has-nested-images.is-cropped.columns-5 figure.wp-block-image img,
    .wp-block-gallery.has-nested-images.is-cropped.columns-6 figure.wp-block-image img,
    .wp-block-gallery.has-nested-images.is-cropped.columns-7 figure.wp-block-image img,
    .wp-block-gallery.has-nested-images.is-cropped.columns-8 figure.wp-block-image img,
    .wp-block-gallery.has-nested-images.is-cropped.columns-9 figure.wp-block-image img {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 1 / 1 !important;
        object-fit: cover !important;
        display: block !important;
    }
}

