/* ==========================================================================
   MATICA.BE - TAILWIND CSS MAIN FILE
   ========================================================================== */

/* --- 1. IMPORTS & CONFIGURATION --- */
@import 'fonts.css';
@import 'aos/dist/aos.css';

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/* ! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Poppins, ui-sans-serif, system-ui, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

input:where([type='text']):focus, input:where(:not([type])):focus, input:where([type='email']):focus, input:where([type='url']):focus, input:where([type='password']):focus, input:where([type='number']):focus, input:where([type='date']):focus, input:where([type='datetime-local']):focus, input:where([type='month']):focus, input:where([type='search']):focus, input:where([type='tel']):focus, input:where([type='time']):focus, input:where([type='week']):focus, select:where([multiple]):focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}

::-webkit-date-and-time-value{
  min-height: 1.5em;
  text-align: inherit;
}

::-webkit-datetime-edit{
  display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}

select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

select:where([multiple]),select:where([size]:not([size="1"])){
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

input:where([type='checkbox']),input:where([type='radio']){
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

input:where([type='checkbox']){
  border-radius: 0px;
}

input:where([type='radio']){
  border-radius: 100%;
}

input:where([type='checkbox']):focus,input:where([type='radio']):focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

input:where([type='checkbox']):checked,input:where([type='radio']):checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

input:where([type='checkbox']):checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {

  input:where([type='checkbox']):checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

input:where([type='radio']):checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {

  input:where([type='radio']):checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus{
  border-color: transparent;
  background-color: currentColor;
}

input:where([type='checkbox']):indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active) {

  input:where([type='checkbox']):indeterminate{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}

input:where([type='file']){
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

input:where([type='file']):focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

body{
  font-family: Poppins, ui-sans-serif, system-ui, sans-serif;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

h1, h2, h3, h4, h5, h6{
  font-weight: 700;
  line-height: 1.25;
}

h1{
  font-size: 1.875rem;
  line-height: 1.3;
}

@media (min-width: 768px){

  h1{
    font-size: 2.25rem;
    line-height: 1.2;
  }
}

h1 {
    font-family: 'Poppins', sans-serif;
  }

h2 {
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
  }

h3{
  font-size: 1.25rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(0 64 82 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){

  h3{
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

p{
  font-size: 13px;
}

a{
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

a:hover{
  --tw-text-opacity: 1;
  color: rgb(17 94 89 / var(--tw-text-opacity, 1));
}

.font-narrow {
    font-family: 'Poppins', sans-serif;
  }

strong {
    color: inherit !important;
    font-weight: 700 !important;
  }
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 530px){

  .container{
    max-width: 530px;
  }
}
@media (min-width: 640px){

  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){

  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){

  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){

  .container{
    max-width: 1280px;
  }
}
.prose{
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}
.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  text-align: start;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: rgb(17 24 39 / 10%);
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
/* ------------------------------------------------------------------------
     3.1 GLOBAL UI ELEMENTS
     Buttons, Cards, Utilities used across multiple patterns.
     ------------------------------------------------------------------------ */
.container {
    /* Default container behavior defined in config */
  }
.btn{
  display: inline-block;
  border-radius: 0.375rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 500;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.btn-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(15 118 110 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(17 94 89 / var(--tw-bg-opacity, 1));
}
.btn-secondary{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(15 118 110 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity, 1));
}
.btn-secondary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
/* Shared Shadow Styles */
.matica-text-image-image,
  .matica-case-study-image,
  .matica-slider-image,
  .matica-custom-image,
  .matica-portfolio-image,
  .matica-hero-image,
  .matica-over-ons-image{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
/* Shared Section Titles */
.matica-section-title{
  margin-bottom: 2rem;
  text-align: center;
  font-size: 1.875rem;
  line-height: 1.3;
  font-weight: 700;
    font-family: 'Poppins', sans-serif;
}
/* ------------------------------------------------------------------------
     3.2 HERO SECTIONS
     Patterns: Hero Banner, Home Layout
     ------------------------------------------------------------------------ */
.matica-hero-full-width{
  position: relative;
  overflow: visible;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding: 2rem 0 0.25rem 0;
}
.matica-hero-full-width::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 6rem;
    background-image: url('../images/hero\ background.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
  }
.matica-hero-full-width .container{
  position: relative;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px){

  .matica-hero-full-width .container{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px){

  .matica-hero-full-width .container{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.matica-hero-full-width .container{
  max-width: 100%;
}
@media (min-width: 640px){

  .matica-hero-full-width .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){

  .matica-hero-full-width .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){

  .matica-hero-full-width .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){

  .matica-hero-full-width .container{
    max-width: 1280px;
  }
}
.matica-references-grid .matica-hero-columns > .matica-reference-card{
  margin-bottom: 0px;
}
.matica-hero-columns{
  align-items: flex-start;
  gap: 1.5rem;
}
@media (min-width: 1024px){

  .matica-hero-columns{
    gap: 2rem;
  }
}
.matica-hero-content{
  position: relative;
  z-index: 20;
  padding-right: 1rem;
}
@media (min-width: 1024px){

  .matica-hero-content{
    padding-right: 1.5rem;
  }
    /* Red dot decoration on Hero */
    .front-page div.matica-hero-columns::after {
      content: "";
      width: 13px; height: 13px;
      background-color: red;
      border-radius: 50%;
      position: absolute;
      bottom: 0px; left: 75px;
    }
}
.matica-hero-main-title{
  margin-bottom: 1rem;
  text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    letter-spacing: 0.05em;
    line-height: 1.2;
    margin-top: 0;
}
.matica-hero-description{
  margin-bottom: 1.5rem;
  max-width: 32rem;
  font-size: 14px;
}
@media (min-width: 1024px){

  .matica-hero-description{
    font-size: 20px;
  }
}
.matica-hero-description {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    line-height: normal;
    color: rgba(255, 255, 255, 0.95);
  }
.matica-hero-description strong {
    color: inherit;
  }
.matica-hero-image-column{
  position: relative;
  z-index: 30;
  display: flex;
  justify-content: center;
}
@media (min-width: 1024px){

  .matica-hero-image-column{
    justify-content: flex-end;
  }
}
.matica-hero-image-column {
    margin-top: 0;
    align-self: flex-end;
    transform: translateY(2rem);
  }
.matica-hero-image{
  height: auto;
  max-width: 100%;
  border-radius: 0.5rem;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    max-width: 520px;
    transform: perspective(1000px) rotateY(-3deg);
    transition: transform 0.3s ease;
    position: relative;
    z-index: 30;
    margin-top: 0;
}
.matica-hero-image:hover {
    transform: perspective(1000px) rotateY(0deg) scale(1.02);
  }
.matica-hero-buttons{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 640px){

  .matica-hero-buttons{
    flex-direction: row;
  }
}
/* Default Hero Style */
.matica-hero-section{
  --tw-bg-opacity: 1;
  background-color: rgb(0 64 82 / var(--tw-bg-opacity, 1));
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px){

  .matica-hero-section{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.matica-hero-title{
  margin-bottom: 1.5rem;
  font-size: 2.25rem;
  line-height: 1.2;
  font-weight: 700;
}
@media (min-width: 768px){

  .matica-hero-title{
    font-size: 3rem;
    line-height: 1.2;
  }
}
@media (min-width: 1024px){

  .matica-hero-title{
    font-size: 3.75rem;
    line-height: 1.2;
  }
}
.matica-hero-title {
    font-family: 'Poppins', sans-serif;
  }
.matica-hero-text{
  margin-bottom: 2rem;
  max-width: 42rem;
  font-size: 1.25rem;
  line-height: 1.4;
}
@media (min-width: 768px){

  .matica-hero-text{
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
.matica-home-layout .container{
  width: 100%;
  max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
}
/* ------------------------------------------------------------------------
     3.3 CONTENT & SERVICES
     Patterns: Text & Image, Custom Development, Hosting Services, About Us
     ------------------------------------------------------------------------ */
/* Text & Image Block */
.matica-text-image-block{
  position: relative;
  margin-top: 2rem;
  margin-bottom: 2rem;
  width: 100%;
}
.matica-text-image-block .container{
  width: 100%;
  max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
}
.matica-text-image-columns{
  margin-top: 2rem;
  margin-bottom: 2rem;
  align-items: center;
  gap: 3rem;
}
.matica-text-column{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.matica-text-column::after {
    content: ' ';
    margin-bottom: 2rem;
  }
.matica-text-image-title{
  margin-bottom: 1.5rem;
}
.matica-text-image-content{
  margin-bottom: 2rem;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.matica-image-column{
  display: flex;
}
.matica-text-image-image{
  margin-left: auto;
  margin-right: 0px;
  border-radius: 1rem;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
/* Custom Development Pattern */
.matica-custom-development{
  position: relative;
  margin-top: 2rem;
  margin-bottom: 2rem;
  width: 100%;
}
.matica-custom-development .container{
  width: 100%;
  max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
}
.matica-development-columns{
  align-items: flex-start;
  gap: 3rem;
}
.matica-development-content{
  margin-top: 1.5rem;
}
.matica-development-content > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.matica-development-title{
  margin-bottom: 1.5rem;
  font-size: 1.875rem;
  line-height: 1.3;
  font-weight: 700;
    font-family: 'Poppins', sans-serif;
}
.matica-development-description{
  margin-bottom: 2rem;
  font-size: 1rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.matica-services-title{
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 700;
    font-family: 'Poppins', sans-serif;
}
.matica-services-list{
  margin-bottom: 2rem;
  list-style-type: none;
}
.matica-services-list > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.matica-services-list{
  padding-left: 0px;
}
.matica-services-list li{
  display: flex;
  align-items: center;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.matica-development-image{
  display: flex;
  height: 100%;
  padding-top: 2rem;
}
.matica-custom-image{
  display: block;
    margin: 0; padding: 0; line-height: 0;
}
.matica-custom-image img{
  height: auto;
  width: 100%;
    vertical-align: top; margin: 0; padding: 0; display: block;
}
figure.matica-custom-image{
  display: block;
  border-radius: 1rem;
    margin: 0 !important; padding: 0 !important; line-height: 0; font-size: 0;
}
/* Hosting Services */
.matica-hosting-services .container{
  width: 100%;
  max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
}
/* About Us (Over Ons) */
.matica-over-ons-content-columns { justify-content: space-between; }
.matica-over-ons-content-column-1 { flex-basis: 25% !important; }
.matica-over-ons-content-column-2 { width: 60% !important; }
.matica-over-ons-image{
  height: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
  border-radius: 1rem;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
/* Web Development (General) */
.matica-web-development .container{
  width: 100%;
  max-width: 1280px; margin: 0 auto; padding: 0 1.5rem;
}
.matica-step-title{
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700; font-family: 'Poppins', sans-serif;
}
/* ------------------------------------------------------------------------
     3.4 SLIDERS & CAROUSELS
     Patterns: Vertical Slider, Vertical Slider Alt, References
     ------------------------------------------------------------------------ */
/* Vertical Slider (Standard) */
.matica-vertical-slider{
  position: relative;
  margin-top: 2rem;
  margin-bottom: 2rem;
  width: 100%;
}
.matica-slider-heading{
  position: sticky;
  top: 0px;
  z-index: 50;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.matica-slider-title{
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em; font-family: 'Poppins', sans-serif;
}
.matica-slider-subtitle{
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.25;
}
@media (min-width: 768px){

  .matica-slider-subtitle{
    font-size: 2.25rem;
    line-height: 1.2;
  }
}
.matica-slider-subtitle { font-family: 'Poppins', sans-serif; }
.matica-slider-container{
  position: relative;
  width: 100%;
}
.matica-slides-wrapper{
  position: relative;
  width: 100%;
}
.matica-slide{
  position: sticky;
  top: 13rem;
  margin-top: 1rem;
  display: block;
  width: 100%;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.matica-slide:nth-child(1) { z-index: 1; }
.matica-slide:nth-child(2) { z-index: 2; }
.matica-slide:nth-child(3) { z-index: 3; }
.matica-slide:nth-child(4) { z-index: 4; }
.matica-slide:nth-child(5) { z-index: 5; }
.matica-slide-content{
  width: 100%;
  max-width: 1280px;
  align-items: center;
  gap: 2.5rem;
}
@media (min-width: 1024px){

  .matica-slide-content{
    gap: 3rem;
  }
}
.matica-slide-content {
    margin: 0 auto; padding: 0 1.5rem;
  }
.matica-slide-text > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.matica-slide-header{
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.matica-slide-number{
  margin-top: 1.25rem;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
}
@media (min-width: 1024px){

  .matica-slide-number{
    font-size: 1.875rem;
    line-height: 1.3;
  }
}
.matica-slide-number { font-family: 'Poppins', sans-serif; }
.matica-slide-heading{
  position: sticky;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 700;
}
@media (min-width: 1024px){

  .matica-slide-heading{
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
.matica-slide-heading { font-family: 'Poppins', sans-serif; }
.matica-slide-description{
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1)); margin-bottom: 1rem;
}
.matica-slide-image{
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}
.matica-slider-image{
  height: auto;
  max-width: 100%;
  overflow: hidden;
  border-radius: 0.5rem; max-width: 400px;
}
.matica-slider-image img{
  height: auto;
  width: 100%;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.matica-slide-button .wp-block-button__link:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(15 118 110 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 2px;
}
@media (max-width: 768px) {
    .matica-slide { padding: 3rem 0; min-height: auto; }
    .matica-slide-content { flex-direction: column; text-align: center; }
    .matica-slide-header { justify-content: center; }
    .matica-slide-number{
    font-size: 1.875rem;
    line-height: 1.3;
  }
    .matica-slide-heading{
    font-size: 1.5rem;
    line-height: 1.4;
  }
  }
/* Vertical Slider Alt */
.matica-vertical-slider-alt{
  position: relative;
  margin-bottom: 2rem;
  width: 100%;
}
.matica-vertical-slider-alt .container{
  width: 100%;
  max-width: 1280px; margin: 0 auto; padding: 0 1.5rem;
}
.matica-slider-alt-heading{
  top: 0px;
  z-index: 50;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 640px){

  .matica-slider-alt-heading{
    position: sticky;
  }
}
.matica-slider-alt-title{
  margin-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity, 1)); font-family: 'Poppins', sans-serif;
}
.matica-slider-alt-subtitle{
  font-size: 1rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.matica-slider-alt-container{
  position: relative;
  width: 100%;
}
.matica-slides-alt-wrapper{
  position: relative;
  width: 100%;
}
.matica-slide-alt{
  margin-top: 1rem;
  display: block;
  width: 100%;
  align-items: center;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 640px){

  .matica-slide-alt{
    position: sticky;
  }
}
.matica-slide-alt:nth-child(1) { top: 10rem; z-index: 1; }
.matica-slide-alt:nth-child(2) { top: 12rem; z-index: 2; }
.matica-slide-alt:nth-child(3) { top: 14rem; z-index: 3; }
.matica-slide-alt-content{
  width: 100%;
  max-width: 1280px;
  align-items: flex-start;
  gap: 2.5rem;
}
@media (min-width: 1024px){

  .matica-slide-alt-content{
    gap: 5rem;
  }
}
.matica-slide-alt-content {
    margin: 0 auto; padding: 0 1.5rem;
  }
.matica-slide-alt-number-title{
  display: flex;
  align-items: flex-start;
  padding-top: 1rem;
}
@media (min-width: 1024px){

  .matica-slide-alt-number-title{
    gap: 4rem;
  }
}
.matica-slide-alt-number{
  margin-top: -0px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 1.25rem;
  padding-top: 0px;
  line-height: 1;
    font-family: 'Poppins', sans-serif; font-size: 40px; font-weight: 300; white-space: nowrap;
}
.matica-slide-alt-heading{
  --tw-text-opacity: 1;
  color: rgb(0 64 82 / var(--tw-text-opacity, 1));
    font-family: 'Poppins', sans-serif; font-size: 24px; font-weight: 600;
}
.matica-slide-alt-text > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.matica-slide-alt-description{
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
/* References Carousel */
.matica-references-carousel{
  position: relative;
  margin-bottom: 2rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.matica-references-carousel .container{
  width: 100%;
  max-width: 1280px; margin: 0 auto; padding: 0 1.5rem;
}
.matica-references-header{
  margin-bottom: 3rem;
  text-align: left;
}
.matica-references-title{
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em; font-family: 'Poppins', sans-serif;
}
.matica-references-description{
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.matica-references-carousel-container{
  position: relative;
  margin-bottom: 2rem;
}
.matica-references-slider{
  display: flex;
  overflow: hidden;
}
/* Slick Overrides */
.matica-reference-card {
    transition: all 0.3s; border-radius: 16px !important; overflow: hidden !important; width: 100%; margin-left: 2.5rem; margin-right: 2.5rem;
  }
.matica-reference-image {
    position: relative; min-height: 250px; max-height: 315px;
    border-radius: 16px !important; overflow: hidden !important;
  }
.matica-reference-image img {
    width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover;
    border-radius: 16px !important; display: block;
  }
.matica-reference-category-wrapper{
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.matica-reference-category{
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: rgb(255 255 255 / 0.2);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 10px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.matica-reference-content{
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.matica-reference-client{
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.matica-reference-title{
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 64 82 / var(--tw-text-opacity, 1)); font-family: 'Poppins', sans-serif;
}
.matica-reference-description{
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
/* Carousel Navigation */
.matica-references-carousel{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.matica-references-navigation{
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.matica-references-prev, .matica-references-next{
  display: flex;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(15 118 110 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.matica-references-prev:hover, .matica-references-next:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(45 212 191 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.matica-references-prev{
  margin-right: 1rem;
}
.matica-references-next{
  margin-left: 1rem;
}
.matica-references-prev:disabled, .matica-references-next:disabled{
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
  opacity: 0.5;
}
.matica-references-view-all{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(15 118 110 / var(--tw-border-opacity, 1));
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 400;
}
.matica-references-view-all:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(45 212 191 / var(--tw-bg-opacity, 1));
}
.matica-references-view-all a{
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}
.matica-references-view-all a:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.matica-references-dots{
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}
.matica-references-dots > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.matica-references-dot{
  height: 0.75rem;
  width: 0.75rem;
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.matica-references-dot.active{
  --tw-bg-opacity: 1;
  background-color: rgb(15 118 110 / var(--tw-bg-opacity, 1));
}
@media (max-width: 768px) {
    .matica-references-carousel{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
    .matica-references-title{
    margin-bottom: 1rem;
    font-size: 0.75rem;
    line-height: 1.5;
  }
    .matica-references-description{
    margin-bottom: 2rem;
    font-size: 1rem;
    line-height: 1.5;
  }
    .matica-reference-card { width: 100%; min-width: 300px; }
    .matica-reference-image{
    height: 12rem;
  }
    .matica-reference-content{
    padding: 1rem;
  }
    .matica-reference-title{
    margin-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 1.5;
  }
  }
/* References Grid Layout */
.matica-references-grid{
  position: relative;
  margin-bottom: 2rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.matica-references-grid .container{
  width: 100%;
  max-width: 1280px; margin: 0 auto; padding: 0 1.5rem;
}
.matica-references-grid .matica-references-header{
  margin-bottom: 3rem;
  text-align: left;
}
.matica-references-grid .matica-references-title{
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em; font-family: 'Poppins', sans-serif;
}
.matica-references-grid .matica-references-description{
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.matica-references-grid .grid{
  margin-bottom: 2rem;
}
.matica-references-grid .matica-reference-card {
    transition: all 0.3s; border-radius: 16px !important; overflow: hidden !important; width: 100%; height: 100%; margin-left: 0px; margin-right: 0px; --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1); --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
.matica-references-grid .matica-reference-card:hover{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.matica-references-grid .gap-6 > .matica-reference-card{
  margin-bottom: 0px;
}
.matica-references-grid .matica-reference-image {
    position: relative; min-height: 250px; max-height: 315px; border-radius: 16px !important; overflow: hidden !important;
  }
.matica-references-grid .matica-reference-image img {
    width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; border-radius: 16px !important; display: block;
  }
.matica-references-grid .matica-reference-category-wrapper{
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.matica-references-grid .matica-reference-category{
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: rgb(255 255 255 / 0.2);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 10px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.matica-references-grid .matica-reference-content{
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.matica-references-grid .matica-references-view-all{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(15 118 110 / var(--tw-border-opacity, 1));
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 400;
}
.matica-references-grid .matica-references-view-all:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(45 212 191 / var(--tw-bg-opacity, 1));
}
.matica-references-grid .matica-references-view-all a{
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}
.matica-references-grid .matica-references-view-all a:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (max-width: 768px) {
    .matica-references-grid{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
    .matica-references-grid .matica-references-title{
    margin-bottom: 1rem;
    font-size: 0.75rem;
    line-height: 1.5;
  }
    .matica-references-grid .matica-references-description{
    margin-bottom: 2rem;
    font-size: 1rem;
    line-height: 1.5;
  }
    .matica-references-grid .matica-reference-image{
    height: 12rem;
  }
    .matica-references-grid .matica-reference-content{
    padding: 1rem;
  }
    .matica-references-grid .matica-reference-title{
    margin-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 1.5;
  }
  }
/* ------------------------------------------------------------------------
     3.5 TIMELINES
     Patterns: Process Timeline, Sticky Progress, Interactive, Diensten
     ------------------------------------------------------------------------ */
/* Process Timeline */
.matica-process-timeline{
  position: relative;
  margin-bottom: 2rem;
  width: 100%;
}
.matica-process-timeline .container{
  width: 100%;
  max-width: 1280px; margin: 0 auto; padding: 0 1.5rem;
}
.matica-timeline-container{
  position: relative;
  margin-top: 3rem;
}
.matica-timeline-container > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.matica-timeline-container{
  border-left-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(15 118 110 / var(--tw-border-opacity, 1));
  padding-left: 2rem;
}
.matica-timeline-item{
  position: relative;
}
.matica-timeline-item::before{
  position: absolute;
  left: -2.5rem;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 9999px;
  border-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(15 118 110 / var(--tw-bg-opacity, 1)); content: "";
}
/* Sticky Progress Slider (Timeline) */
.matica-sticky-progress-slider{
  position: relative;
  margin-bottom: 2rem;
  width: 100%;
}
.matica-sticky-progress-slider .container{
  width: 100%;
  max-width: 1280px; margin: 0 auto; padding: 0 1.5rem;
}
.matica-progress-line-active{
  position: absolute;
  top: 50%;
  left: 0px;
  height: 0.125rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(15 118 110 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1); width: 0%;
}
.matica-progress-step{
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.matica-progress-step-circle{
  height: 1rem;
  width: 1rem;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.matica-progress-step-circle.active{
  --tw-border-opacity: 1;
  border-color: rgb(15 118 110 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(15 118 110 / var(--tw-bg-opacity, 1));
}
.matica-progress-step-number{
  margin-top: 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms; font-family: 'Poppins', sans-serif;
}
.matica-progress-step-number.active{
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity, 1));
}
.matica-progress-section{
  min-height: 100vh;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 768px) {
    .matica-progress-header{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
    .matica-progress-subtitle{
    margin-bottom: 1rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }
    .matica-progress-step-circle{
    height: 0.75rem;
    width: 0.75rem;
  }
    .matica-progress-step-number{
    margin-top: 0.25rem;
    font-size: 0.75rem;
    line-height: 1.5;
  }
    .matica-progress-section{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
    .matica-progress-section-number{
    font-size: 2.25rem;
    line-height: 1.2;
  }
    .matica-progress-section-title{
    margin-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 1.4;
  }
  }
/* Interactive Timeline */
.interactive-timeline-wrapper{
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(0 64 82 / var(--tw-bg-opacity, 1));
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.interactive-timeline-title { text-align: left; color: white !important; padding-left: 1rem; padding-right: 1rem; font-size: 13px; }
.interactive-timeline-wrapper .interactive-timeline-title { margin-bottom: 6rem !important; }
@media (max-width: 768px) { .interactive-timeline-title { margin-bottom: 3rem !important; } }
.interactive-timeline-container{
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.timeline-steps-container{
  z-index: 10;
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
    max-width: 100%; margin: 0 auto; position: relative; gap: 0 !important;
}
.timeline-step-with-line{
  display: flex;
  align-items: center;
  justify-content: center; width: 20%; position: relative; z-index: 10;
}
.timeline-step-with-line .timeline-number{
  position: relative;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
    width: 24px; height: 24px; border-radius: 50%; background-color: #0c4a6e; border: 1px solid white;
    color: white; font-size: 13px; font-weight: normal; cursor: pointer; transition: all 0.3s ease; margin: 0 auto;
}
.timeline-step-with-line .timeline-number.active {
    background-color: #10b981; color: white; border: 1px solid #10b981; transform: scale(1.1); box-shadow: 0 0 6px rgba(255, 255, 255, 0.5);
  }
.timeline-number{
  display: flex;
  height: 24px;
  width: 24px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 64 82 / var(--tw-bg-opacity, 1));
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.timeline-number:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.timeline-number {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
  }
.timeline-number.active{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)); box-shadow: 0 0 6px rgba(255, 255, 255, 0.5);
}
.timeline-line-segment{
  height: 1px; position: absolute; left: 0px; right: 0; top: 50%; transform: translateY(-50%); z-index: 5;
    background-color: rgba(255, 255, 255, 0.3); transition: background-color 0.3s ease;
}
.timeline-line-segment.active { background-color: #10b981; }
.timeline-content-wrapper{
  position: relative;
  min-height: 12rem;
  width: 100%; margin: 0 auto; margin-bottom: 40px;
}
.timeline-content{
  pointer-events: none;
  position: absolute;
  inset: 0px;
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.timeline-content.active{
  pointer-events: auto;
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}
.timeline-step-number{
  margin-bottom: 0.25rem;
  font-size: 40px;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 0.7; font-family: 'Poppins', sans-serif; margin-top: 30px;
}
.timeline-content h3{
  margin-bottom: 1.5rem;
  font-size: 24px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.timeline-content li{
  position: relative;
  padding-left: 1rem;
  font-size: 13px;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (max-width: 768px) {
    .interactive-timeline-wrapper{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
    .interactive-timeline-wrapper .section-title{
    margin-bottom: 1rem;
  }
    .timeline-steps-container, .timeline-progress-container, .timeline-content-wrapper { max-width: 100%; }
    .timeline-number{
    height: 1.5rem;
    width: 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
  }
    .timeline-content h3{
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }
    .timeline-content li{
    font-size: 1rem;
    line-height: 1.5;
  }
  }
/* Diensten Timeline */
.matica-diensten-timeline-intro-wrapper { display: flex; align-items: flex-start; justify-items: left; width: 100%; }
.matica-diensten-timeline-intro-wrapper div { max-width: 686px !important; }
.matica-diensten-timeline-items { -moz-column-gap: 50px; column-gap: 50px; }
.matica-diensten-timeline-wrapper { position: relative; }
.matica-diensten-timeline-wrapper::before {
    content: ''; position: absolute; top: 10px; left: 0; right: 0; height: 1px; background-color: rgba(255, 255, 255, 1);
  }
.matica-diensten-timeline-dot {
    width: 20px !important; height: 20px !important; --tw-bg-opacity: 1; background-color: rgb(0 64 82 / var(--tw-bg-opacity, 1)); --tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity, 1)); border-radius: 50%; border: 1px solid white; position: relative; z-index: 10;
    margin: 0 auto 2rem !important; display: flex !important; align-items: center; justify-content: center;
    line-height: 1 !important; padding: 0; right: 40px;
  }
@media (max-width: 768px) {
    .matica-diensten-timeline-wrapper::before { display: none; }
    .matica-diensten-timeline-items { display: block !important; }
    .matica-diensten-timeline-item { margin-bottom: 2rem; text-align: left !important; }
    .matica-diensten-timeline-item H3, .matica-diensten-timeline-item p { text-align: left !important; }
    .matica-diensten-timeline-dot { margin: 0 0 2rem 0 !important; }
  }
/* ------------------------------------------------------------------------
     3.6 GRIDS, LISTS & CTA
     Patterns: Feature Grids, Product List, Partner Logos, CTA Banner
     ------------------------------------------------------------------------ */
/* Icon Feature Grid */
.matica-icon-feature-grid{
  position: relative;
  margin-bottom: 2rem;
  width: 100%;
}
.matica-icon-feature-grid .container{
  width: 100%;
  max-width: 1280px; margin: 0 auto; padding: 0 1.5rem;
}
.matica-feature-column{
  border-radius: 0.5rem;
  padding: 1.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.matica-feature-icon{
  margin-bottom: 1rem;
  font-size: 2.25rem;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity, 1));
}
/* Numbered Feature List */
.matica-numbered-feature-list{
  position: relative;
  margin-bottom: 2rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.matica-numbered-feature-list .container{
  width: 100%;
  max-width: 1280px; margin: 0 auto; padding: 0 1.5rem;
}
.matica-numbered-item{
  display: flex;
  align-items: flex-start;
}
.matica-numbered-item::before{
  margin-right: 1rem;
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(15 118 110 / var(--tw-bg-opacity, 1));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)); content: "✓";
}
/* WordPress Features Grid */
.matica-wordpress-features{
  position: relative;
  margin-bottom: 2rem;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.matica-wordpress-features .container{
  width: 100%;
  max-width: 1280px; margin: 0 auto; padding: 0 1.5rem;
}
.matica-wp-feature-grid{
  margin-bottom: 2rem;
  gap: 2rem;
}
.matica-wp-feature-card{
  margin-bottom: 1.5rem;
  padding: 0px;
  text-align: left;
}
.matica-wp-feature-icon{
  margin-bottom: 1rem;
  display: flex;
  height: 91px;
  width: 91px;
  flex-shrink: 0;
  justify-content: center;
}
.matica-wp-feature-icon img{
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.matica-wp-feature-icon svg{
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity, 1)); width: 91px; height: 91px;
}
.matica-wp-feature-title{
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 700; font-family: 'Poppins', sans-serif;
}
.matica-wp-feature-description{
  font-size: 0.875rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
@media (max-width: 768px) {
    .matica-wordpress-features{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .matica-references-grid .matica-wp-feature-grid > .matica-reference-card{
    margin-bottom: 0px;
  }
    .matica-wp-feature-grid{
    margin-bottom: 1.5rem;
    gap: 1.5rem;
  }
    .matica-wp-feature-card{
    padding: 1rem;
  }
    .matica-wp-features-title{
    margin-bottom: 1.5rem;
    font-size: 0.75rem;
    line-height: 1.5;
  }
    .matica-wp-feature-title{
    margin-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 1.5;
  }
  }
/* Product List */
.matica-producten-lijst .matica-product-item { position: relative; padding-bottom: 3rem; margin-bottom: 3rem; }
.matica-producten-lijst .matica-product-item::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background-color: #e5e7eb; }
.matica-producten-lijst .matica-product-item:last-child { margin-bottom: 0; padding-bottom: 0; }
.matica-producten-lijst .matica-product-item:last-child::after { display: none; }
@media (max-width: 768px) { .matica-producten-lijst .matica-product-number { font-size: 36px !important; } }
.matica-producten-lijst .matica-product-number { margin-top: 0 !important; }
.matica-producten-lijst .matica-product-title { margin-top: 0 !important; }
.matica-producten-lijst .is-vertically-aligned-top P { margin-top: 0 !important; }
.matica-product-list { padding-left: 4rem; }
/* Partner Logos */
.matica-partner-logos .matica-partner-logo { width: 150px; opacity: 0.7; transition: opacity 0.3s ease; }
.matica-partner-logos .matica-partner-logo:hover { opacity: 1; }
.matica-partner-logos .matica-partner-logo img { width: 100%; height: auto; filter: grayscale(100%); transition: filter 0.3s ease; }
.matica-partner-logos .matica-partner-logo:hover img { filter: grayscale(0%); }
/* Waarom Onderhoud Grid */
/* CTA Banner */
.matica-cta-banner{
  position: relative;
  width: 100%;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(0 64 82 / var(--tw-bg-opacity, 1));
  text-align: left;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.matica-cta-banner H2{
  text-transform: none; font-size: 24px !important;
}
.matica-cta-banner .container{
  width: 100%;
  max-width: 800px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 1024px){

  .matica-cta-banner .container{
    width: 800px;
  }
}
.matica-cta-title{
  margin-bottom: 1rem;
  font-size: 1.875rem;
  line-height: 1.3;
  font-weight: 700;
}
.matica-cta-text{
  margin-bottom: 2rem;
  font-size: 1.25rem;
  line-height: 1.4;
}
.matica-cta-buttons{
  justify-content: flex-start;
  gap: 1rem;
}
/* Portfolio References (Generic) */
.matica-portfolio-references .container{
  width: 100%;
  max-width: 1280px; margin: 0 auto; padding: 0 1.5rem;
}
.matica-testimonial{
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
/* ------------------------------------------------------------------------
     3.7 WORDPRESS CORE & GUTENBERG
     ------------------------------------------------------------------------ */
/* Images & Quotes */
.wp-block-image img{
  height: auto;
  max-width: 100%;
}
/* Buttons */
.wp-block-button__link{
  border-radius: 9999px;
  font-weight: 500;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
    font-size: 12px; padding: 4px 12px; min-width: 70px;
    text-align: center; text-transform: uppercase; letter-spacing: 0.025em;
    text-decoration: none; display: inline-block;
}
/* Button Styles */
.is-style-outline-white .wp-block-button__link{
  background-color: transparent; border: 2px solid white; color: white; box-shadow: none;
}
.is-style-outline-white .wp-block-button__link:hover {
    background-color: white; color: var(--wp--preset--color--matica-primary); border-color: white;
  }
.is-style-fill-white .wp-block-button__link{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.is-style-fill-white .wp-block-button__link:hover{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.is-style-fill-white .wp-block-button__link { background-color: white; border: 2px solid white; color: var(--wp--preset--color--matica-primary);
  }
.is-style-fill-white .wp-block-button__link:hover {
    background-color: var(--wp--preset--color--matica-primary); color: white; border-color: var(--wp--preset--color--matica-primary);
  }
.is-style-outline-primary .wp-block-button__link,
  .wp-block-button.is-style-outline-primary .wp-block-button__link{
  background-color: transparent; border: 2px solid var(--wp--preset--color--matica-primary); color: var(--wp--preset--color--matica-primary); box-shadow: none;
}
.is-style-outline-primary .wp-block-button__link:hover,
  .wp-block-button.is-style-outline-primary .wp-block-button__link:hover {
    background-color: var(--wp--preset--color--matica-primary); color: white; border-color: var(--wp--preset--color--matica-primary);
  }
.is-style-fill-primary .wp-block-button__link{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.is-style-fill-primary .wp-block-button__link:hover{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.is-style-fill-primary .wp-block-button__link { background-color: var(--wp--preset--color--matica-primary); border: 2px solid var(--wp--preset--color--matica-primary); color: white;
  }
.is-style-fill-primary .wp-block-button__link:hover {
    background-color: var(--wp--preset--color--matica-secondary); border-color: var(--wp--preset--color--matica-secondary);
  }
.wp-block-button.is-style-fill-primary .wp-block-button__link{
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(15 118 110 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.wp-block-button.is-style-fill-primary .wp-block-button__link:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 64 82 / var(--tw-bg-opacity, 1));
}
.is-style-fill-accent .wp-block-button__link{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.is-style-fill-accent .wp-block-button__link:hover{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.is-style-fill-accent .wp-block-button__link { background-color: var(--wp--preset--color--matica-accent); border: 2px solid var(--wp--preset--color--matica-accent); color: white;
  }
.is-style-fill-accent .wp-block-button__link:hover {
    background-color: var(--wp--preset--color--matica-secondary); border-color: var(--wp--preset--color--matica-secondary);
  }
.wp-block-button.is-style-text-read-more .wp-block-button__link{
  display: flex;
  display: inline-flex;
  align-items: center;
  background-color: transparent;
  padding: 0px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  text-transform: none;
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity, 1));
    text-decoration: none; min-width: 0; text-align: left;
}
.wp-block-button.is-style-text-read-more .wp-block-button__link::after {
    content: '' !important;
    background-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L1 11' stroke='%23259C90' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    margin-left: 0.5rem;
    display: inline-block;
    height: 1.25rem;
    width: 1.25rem;
    border-radius: 9999px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(15 118 110 / var(--tw-border-opacity, 1));
    background-repeat: no-repeat;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    background-color: transparent; background-position: calc(50% + 1px) center;
  }
.wp-block-button.is-style-text-read-more .wp-block-button__link:hover::after {
    transform: translateX(6px);
    background-color: var(--wp--preset--color--matica-primary);
    background-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L1 11' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: calc(50% + 1px) center;
  }
.wp-block-button__link:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 2px;
}
/* Navigation */
.main-navigation ul{
  display: flex;
  flex-wrap: wrap;
}
.main-navigation li{
  margin-right: 1.5rem;
  margin-left: 0px;
}
@media (max-width: 1280px) { .main-navigation li{
    margin-right: 3rem;
    margin-left: 0.75rem;
  } }
.main-navigation a{
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.main-navigation a:hover{
  --tw-text-opacity: 1;
  color: rgb(231 76 60 / var(--tw-text-opacity, 1));
}
.main-navigation .current_page_item a{
  --tw-text-opacity: 1;
  color: rgb(231 76 60 / var(--tw-text-opacity, 1));
}
/* Accessibility */
.screen-reader-text{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.menu-toggle svg line { transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out; transform-origin: center; }
.menu-toggle.is-active svg line:nth-child(1) { transform: translateY(8px) rotate(45deg) translateX(-5px); }
.menu-toggle.is-active svg line:nth-child(2) { opacity: 0; }
.menu-toggle.is-active svg line:nth-child(3) { transform: translateY(-8px) rotate(-45deg) translateX(-5px); }
/* Gutenberg Editor Colors */
.has-background{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.has-matica-primary-color{
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity, 1));
}
.has-matica-secondary-color{
  --tw-text-opacity: 1;
  color: rgb(17 94 89 / var(--tw-text-opacity, 1));
}
.has-matica-dark-color{
  --tw-text-opacity: 1;
  color: rgb(0 64 82 / var(--tw-text-opacity, 1));
}
.has-matica-light-color{
  --tw-text-opacity: 1;
  color: rgb(153 246 228 / var(--tw-text-opacity, 1));
}
.has-matica-accent-color{
  --tw-text-opacity: 1;
  color: rgb(45 212 191 / var(--tw-text-opacity, 1));
}
.has-matica-red-color{
  --tw-text-opacity: 1;
  color: rgb(231 76 60 / var(--tw-text-opacity, 1));
}
.has-text-align-left { text-align: left !important; }
.has-text-align-center { text-align: center !important; }
/* Editor Cleanup */
.is-selected > .wp-block-group, .has-child-selected > .wp-block-group,
  .is-selected > .block-editor-block-list__block, .has-child-selected > .block-editor-block-list__block,
  .is-selected > .timeline-step-with-line, .has-child-selected > .timeline-step-with-line,
  .is-selected > .timeline-content-wrapper, .has-child-selected > .timeline-content-wrapper,
  .is-selected > .timeline-content, .has-child-selected > .timeline-content {
    outline: none !important; box-shadow: none !important; border: none !important;
  }
.wp-block::-moz-selection {
    outline-color: rgba(255, 255, 255, 0.1) !important; outline-style: dashed !important;
    outline-width: 1px !important; box-shadow: none !important;
  }
.wp-block-group.is-selected, .wp-block-group.has-child-selected, .wp-block::selection {
    outline-color: rgba(255, 255, 255, 0.1) !important; outline-style: dashed !important;
    outline-width: 1px !important; box-shadow: none !important;
  }
/* --- 3.8 TYPOGRAPHY OVERRIDES (.prose) --- */
/* De plugin @tailwindcss/typography geeft veel standaard marges.
     Hier overschrijven we die voor H2 elementen binnen de .prose class. */
.prose h2 {
      margin-top: 1.5rem !important;    /* Standaard is vaak veel groter, pas aan naar wens */
      margin-bottom: 1rem !important;   /* Pas aan naar wens */
      line-height: 1.3;
  }
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.visible{
  visibility: visible;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.right-0{
  right: 0px;
}
.top-8{
  top: 2rem;
}
.top-full{
  top: 100%;
}
.z-10{
  z-index: 10;
}
.z-50{
  z-index: 50;
}
.m-auto{
  margin: auto;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-4{
  margin-left: 1rem;
}
.ml-6{
  margin-left: 1.5rem;
}
.mr-1{
  margin-right: 0.25rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-4{
  margin-right: 1rem;
}
.mr-6{
  margin-right: 1.5rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.h-4{
  height: 1rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-\[175px\]{
  height: 175px;
}
.h-\[22px\]{
  height: 22px;
}
.h-auto{
  height: auto;
}
.max-h-\[22px\]{
  max-height: 22px;
}
.w-4{
  width: 1rem;
}
.w-5{
  width: 1.25rem;
}
.w-6{
  width: 1.5rem;
}
.w-\[175px\]{
  width: 175px;
}
.w-\[22px\]{
  width: 22px;
}
.w-full{
  width: 100%;
}
.w-max{
  width: -moz-max-content;
  width: max-content;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-full{
  max-width: 100%;
}
.max-w-none{
  max-width: none;
}
.max-w-screen-2xl{
  max-width: 1280px;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.resize{
  resize: both;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-12{
  gap: 3rem;
}
.gap-4{
  gap: 1rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.overflow-hidden{
  overflow: hidden;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.border{
  border-width: 1px;
}
.border-matica-primary{
  --tw-border-opacity: 1;
  border-color: rgb(15 118 110 / var(--tw-border-opacity, 1));
}
.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-matica-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(0 64 82 / var(--tw-bg-opacity, 1));
}
.bg-matica-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(15 118 110 / var(--tw-bg-opacity, 1));
}
.bg-matica-secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(17 94 89 / var(--tw-bg-opacity, 1));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.fill-white{
  fill: #fff;
}
.p-2{
  padding: 0.5rem;
}
.p-8{
  padding: 2rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.text-center{
  text-align: center;
}
.align-top{
  vertical-align: top;
}
.font-narrow{
  font-family: Roboto Condensed, ui-sans-serif, system-ui, sans-serif;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 1.4;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 1.3;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 1.2;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.5;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.4;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1.5;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.uppercase{
  text-transform: uppercase;
}
.italic{
  font-style: italic;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.text-\[\#e74c3c\]{
  --tw-text-opacity: 1;
  color: rgb(231 76 60 / var(--tw-text-opacity, 1));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-gray-200{
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-matica-accent{
  --tw-text-opacity: 1;
  color: rgb(45 212 191 / var(--tw-text-opacity, 1));
}
.text-matica-light{
  --tw-text-opacity: 1;
  color: rgb(153 246 228 / var(--tw-text-opacity, 1));
}
.text-matica-primary{
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity, 1));
}
.text-matica-secondary{
  --tw-text-opacity: 1;
  color: rgb(17 94 89 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.no-underline{
  text-decoration-line: none;
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-white{
  outline-color: #fff;
}
.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 449px) {
    .site-branding img { width: 200px; height: auto; }
  }
@media (max-width: 480px) {
    .timeline-steps-container{
    margin-bottom: 2.5rem;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }
    .timeline-progress-container{
    display: none;
  }
    .timeline-content li{
    padding-left: 1.5rem;
  }
  }


/* ==========================================================================
   2. BASE LAYER
   Global resets & typography.
   ========================================================================== */


/* ==========================================================================
   3. COMPONENTS LAYER
   ========================================================================== */


/* ==========================================================================
   4. UTILITIES LAYER
   ========================================================================== */


/* ==========================================================================
   5. GLOBAL STYLES & OVERRIDES (Non-Tailwind)
   Use for Contact Form 7, 3rd party plugins, or browser resets.
   ========================================================================== */

/* --- 5.1 Contact Form 7 --- */
.matica-contact-form{
  margin-left: auto;
  margin-right: auto;
  max-width: 56rem;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 64 82 / var(--tw-bg-opacity, 1));
  padding: 2rem;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  background-color: #004052 !important;
}

.matica-contact-form .wpcf7-form-control.wpcf7-text,
.matica-contact-form .wpcf7-form-control.wpcf7-textarea{
  width: 100%;
  background-color: transparent;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.matica-contact-form .wpcf7-form-control.wpcf7-text::-moz-placeholder, .matica-contact-form .wpcf7-form-control.wpcf7-textarea::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}

.matica-contact-form .wpcf7-form-control.wpcf7-text::placeholder,
.matica-contact-form .wpcf7-form-control.wpcf7-textarea::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}

.matica-contact-form .wpcf7-form-control.wpcf7-text,
.matica-contact-form .wpcf7-form-control.wpcf7-textarea{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  border: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
  border-radius: 0 !important;
  outline: none !important;
  box-shadow: none !important;
}

.matica-contact-form .wpcf7-form-control.wpcf7-text:focus,
.matica-contact-form .wpcf7-form-control.wpcf7-textarea:focus {
  border-bottom-color: #2dd4bf !important;
}

.matica-contact-form .wpcf7-submit{
  display: inline-block;
  cursor: pointer;
  border-radius: 9999px;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  margin-top: 1rem;
}

.matica-contact-form .wpcf7-submit:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.wpcf7-spinner{
  position: absolute;
  margin-top: 0.5rem;
}

/* Legacy CF7 support */
.contact-form .wpcf7-form input[type="text"],
.contact-form .wpcf7-form input[type="email"],
.contact-form .wpcf7-form input[type="tel"],
.contact-form .wpcf7-form textarea {
    width: 100%; background: transparent; border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    color: white; padding: 12px 0; margin-bottom: 24px;
    font-size: 13px; outline: none; transition: border-bottom-color 0.3s ease;
    max-height: 40px;
}
.contact-form .wpcf7-form input::-moz-placeholder, .contact-form .wpcf7-form textarea::-moz-placeholder { color: rgba(255, 255, 255, 0.7); }
.contact-form .wpcf7-form input::placeholder, .contact-form .wpcf7-form textarea::placeholder { color: rgba(255, 255, 255, 0.7); }
.contact-form .wpcf7-form input:focus, .contact-form .wpcf7-form textarea:focus { border-bottom-color: rgba(255, 255, 255, 1); }
.contact-form .wpcf7-form .wpcf7-submit.submitbutton{
  border-radius: 9999px;
  background-color: transparent;
  font-weight: 500;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
    font-size: 12px; padding: 4px 12px; min-width: 70px;
    text-align: center; text-transform: uppercase; letter-spacing: 0.025em;
    text-decoration: none; display: inline-block;
    border: 2px solid white; color: white; box-shadow: none; cursor: pointer;
}
.contact-form .wpcf7-form .wpcf7-submit.submitbutton:hover {
    background-color: white; color: var(--wp--preset--color--matica-primary); border-color: white;
}
.contact-form .wpcf7-form .wpcf7-submit.submitbutton:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 2px;
}

/* Browser Resets */
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }
textarea::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }
.hover\:bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.hover\:bg-matica-secondary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(17 94 89 / var(--tw-bg-opacity, 1));
}
.hover\:text-matica-light:hover{
  --tw-text-opacity: 1;
  color: rgb(153 246 228 / var(--tw-text-opacity, 1));
}
.hover\:text-matica-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity, 1));
}
.hover\:text-matica-red:hover{
  --tw-text-opacity: 1;
  color: rgb(231 76 60 / var(--tw-text-opacity, 1));
}
.hover\:text-matica-secondary:hover{
  --tw-text-opacity: 1;
  color: rgb(17 94 89 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover{
  text-decoration-line: underline;
}
.hover\:no-underline:hover{
  text-decoration-line: none;
}
.hover\:opacity-80:hover{
  opacity: 0.8;
}
.hover\:opacity-90:hover{
  opacity: 0.9;
}
@media (min-width: 768px){

  .md\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:mb-0{
    margin-bottom: 0px;
  }

  .md\:block{
    display: block;
  }

  .md\:w-1\/2{
    width: 50%;
  }

  .md\:w-1\/3{
    width: 33.333333%;
  }

  .md\:w-2\/3{
    width: 66.666667%;
  }

  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:flex-row{
    flex-direction: row;
  }

  .md\:justify-start{
    justify-content: flex-start;
  }

  .md\:justify-end{
    justify-content: flex-end;
  }

  .md\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:pl-8{
    padding-left: 2rem;
  }

  .md\:text-left{
    text-align: left;
  }

  .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .md\:text-5xl{
    font-size: 3rem;
    line-height: 1.2;
  }
}
@media (min-width: 1024px){

  .lg\:pl-20{
    padding-left: 5rem;
  }

  .lg\:text-6xl{
    font-size: 3.75rem;
    line-height: 1.2;
  }
}
@media (min-width: 1280px){

  .xl\:block{
    display: block;
  }

  .xl\:hidden{
    display: none;
  }
}