/*
! tailwindcss v3.4.1 | 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: "Open Sans", Arial, Helvetica, 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 */
  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,
[type='button'],
[type='reset'],
[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] {
  display: none;
}

html{
  box-sizing: border-box;
}

*,
	*::before,
	*::after{
  box-sizing: border-box;
}

body{
  margin: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity));
}

a{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(241 99 52 / var(--tw-text-opacity));
  text-decoration-line: none;
  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: 200ms;
}

a:hover{
  text-decoration-line: underline;
}

img,
	iframe,
	video{
  max-width: 100%;
}

ul{
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}

p{
  margin: 0px;
}

h1,
	h2,
	h3,
	h4,
	h5,
	h6{
  margin: 0px;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
}

button,
	input,
	select,
	textarea{
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

*, ::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:  ;
}

::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:  ;
}
.container{
  width: 100%;
}
@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;
  }
}
@media (min-width: 1536px){

  .container{
    max-width: 1536px;
  }
}
.container{
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
/* Section patterns */
.section{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.section-heading{
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}
.section-title{
  margin-bottom: 0.5rem;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity));
}
@media (min-width: 768px){

  .section-title{
    font-size: 2rem;
    line-height: 1.25;
  }
}
.section-subtitle{
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.75rem;
  max-width: 42rem;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(96 96 96 / var(--tw-text-opacity));
}
.section-separator{
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  width: 11rem;
  align-items: center;
  justify-content: center;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(199 199 199 / var(--tw-border-opacity));
}
.section-separator span{
  display: block;
  height: 0.25rem;
  width: 2.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(241 99 52 / var(--tw-bg-opacity));
}
.section-footer{
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 768px){

  .section-footer{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.section-footer a{
  font-weight: 300;
}
/* FAQ — always-visible bordered Q&A */
.faq-list{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 960px;
  flex-direction: column;
  gap: 1rem;
}
.faq-item{
  border-radius: 0.5rem;
  border-width: 1px;
  border-left-width: 4px;
  border-color: rgb(199 199 199 / var(--tw-border-opacity));
  --tw-border-opacity: 1;
  border-left-color: rgb(241 99 52 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.25rem;
  --tw-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  --tw-shadow-colored: 0 4px 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 768px){

  .faq-item{
    padding: 1.5rem;
  }
}
.faq-question{
  margin-bottom: 0.75rem;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity));
}
@media (min-width: 768px){

  .faq-question{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.faq-number{
  margin-right: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(241 99 52 / var(--tw-text-opacity));
}
.faq-answer{
  margin: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(96 96 96 / var(--tw-text-opacity));
}
/* Buttons */
.btn{
  display: inline-block;
  cursor: pointer;
  border-width: 0px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
		text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.btn:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
}
.btn-primary,
	.btn.primary{
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(241 99 52 / var(--tw-bg-opacity));
}
.btn-primary:hover,
	.btn.primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(217 84 40 / var(--tw-bg-opacity));
}
.btn-accent{
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(241 99 52 / var(--tw-bg-opacity));
}
.btn-accent:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(217 84 40 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
}
.btn-lg{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
/* Cards — blog / posts (mock-style) */
.card{
  display: flex;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  --tw-shadow-colored: 0 4px 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.card:hover{
  --tw-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  --tw-shadow-colored: 0 8px 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.card-header{
  height: 13rem;
  width: 100%;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
}
.card-body{
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  padding: 1.25rem;
  text-align: left;
}
.card-title{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity));
}
.card-title a{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity));
}
.card-title a:hover{
  --tw-text-opacity: 1;
  color: rgb(241 99 52 / var(--tw-text-opacity));
  text-decoration-line: none;
}
.card-excerpt{
  margin-bottom: 1rem;
  flex: 1 1 0%;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(96 96 96 / var(--tw-text-opacity));
}
.card-excerpt p{
  margin: 0px;
}
.card-date{
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(241 99 52 / var(--tw-text-opacity));
}
.card-footer{
  margin-top: auto;
}
.card-link{
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(241 99 52 / var(--tw-text-opacity));
  text-decoration-line: none;
		text-shadow: none;
		text-transform: none;
}
.card-link:hover{
  --tw-text-opacity: 1;
  color: rgb(217 84 40 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
/* Product / catalog cards */
.product-card{
  overflow: hidden;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  text-align: left;
  --tw-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  --tw-shadow-colored: 0 4px 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.product-card:hover{
  --tw-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  --tw-shadow-colored: 0 8px 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.product-card a:hover{
  text-decoration-line: none;
}
/* Solution cards — image on top, title below (mock style) */
.solutions-grid{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}
@media (min-width: 640px){

  .solutions-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px){

  .solutions-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.solution-card{
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  text-align: center;
  --tw-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  --tw-shadow-colored: 0 4px 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.solution-card:hover{
  --tw-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  --tw-shadow-colored: 0 8px 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.solution-card a{
  display: flex;
  height: 100%;
  flex-direction: column;
}
.solution-card a:hover{
  text-decoration-line: none;
}
.solution-card-image{
  position: relative;
  aspect-ratio: 3/2;
  width: 100%;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(248 247 247 / var(--tw-bg-opacity));
}
.solution-card-image img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.solution-card:hover .solution-card-image img{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}
.solution-card-title{
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity));
}
@media (min-width: 768px){

  .solution-card-title{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.solution-card a:hover .solution-card-title{
  --tw-text-opacity: 1;
  color: rgb(241 99 52 / var(--tw-text-opacity));
}
/* Legacy overlay tile (kept for any remaining uses) */
/* Icon feature cards */
.feature-card{
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(248 247 247 / var(--tw-bg-opacity));
  padding: 1.5rem;
  text-align: center;
  --tw-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  --tw-shadow-colored: 0 4px 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.feature-card:hover{
  --tw-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  --tw-shadow-colored: 0 8px 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.feature-card-icon{
  margin-bottom: 1rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(241 99 52 / var(--tw-text-opacity));
}
@media (min-width: 768px){

  .feature-card-icon{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.feature-card-title{
  margin-bottom: 0.75rem;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity));
}
.feature-card-text{
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(96 96 96 / var(--tw-text-opacity));
}
/* Carousel */
.carrousel{
  position: relative;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media (min-width: 768px){

  .carrousel{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.carrousel:not(.slick-initialized){
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  overflow: hidden;
}
.carrousel:not(.slick-initialized) .carrousel-item{
  width: 190px;
  flex-shrink: 0;
}
.carrousel .slick-list{
  overflow: hidden;
}
.carrousel .slick-track{
  display: flex;
  align-items: stretch;
}
.carrousel .slick-slide{
  height: auto;
}
.carrousel .slick-slide > div{
  height: 100%;
}
.carrousel-item{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  box-sizing: border-box;
  border-radius: 0.5rem;
  border-bottom-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(241 99 52 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  text-align: center;
  --tw-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  --tw-shadow-colored: 0 4px 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.carrousel-item a{
  display: block;
}
.carrousel-item a:hover{
  text-decoration-line: none;
}
.carrousel-item img{
  margin-left: auto;
  margin-right: auto;
  height: 7rem;
  width: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 768px){

  .carrousel-item img{
    height: 8rem;
  }
}
.carrousel-item h3{
  margin-top: 0.5rem;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity));
}
@media (min-width: 768px){

  .carrousel-item h3{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.slick-arrow{
  position: absolute;
  top: 50%;
  z-index: 5;
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  --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));
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(241 99 52 / var(--tw-text-opacity));
}
.slick-arrow:hover{
  --tw-text-opacity: 1;
  color: rgb(217 84 40 / var(--tw-text-opacity));
}
.slick-arrow.slick-prev,
	.slick-arrow.fa-chevron-circle-left{
  left: 0px;
}
.slick-arrow.slick-next,
	.slick-arrow.fa-chevron-circle-right{
  right: 0px;
}
.slick-arrow i{
  pointer-events: none;
}
/* Page headings */
.page-heading{
  position: relative;
  display: flex;
  height: 150px;
  align-items: center;
  background-size: cover;
  background-position: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px){

  .page-heading{
    height: 200px;
  }
}
.page-heading {
		background-image: url('/wp-content/themes/lam-aplitec/css/../img/page-heading.png');
	}
.page-heading::before {
		content: '';
		position: absolute;
		inset: 0px;
		background-color: rgb(0 0 0 / 0.4);
	}
.page-heading-content{
  position: relative;
  z-index: 10;
  width: 100%;
}
.page-title{
  text-align: center;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
@media (min-width: 768px){

  .page-title{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.page-template-template-about .page-heading {
		background-image: url('/wp-content/themes/lam-aplitec/css/../img/banner-1.png');
	}
.page-template-template-solutions .page-heading {
		background-image: url('/wp-content/themes/lam-aplitec/css/../img/banner-2.png');
	}
.page-template-template-portfolio .page-heading {
		background-image: url('/wp-content/themes/lam-aplitec/css/../img/banner-3.png');
	}
.page-template-template-contact .page-heading {
		background-image: url('/wp-content/themes/lam-aplitec/css/../img/banner-5.png');
	}
.privacy-policy .page-heading,
	.page-id-259 .page-heading,
	.parent-pageid-13 .page-heading{
  --tw-bg-opacity: 1;
  background-color: rgb(241 99 52 / var(--tw-bg-opacity));
		background-image: none;
}
.privacy-policy .page-heading::before,
	.page-id-259 .page-heading::before,
	.parent-pageid-13 .page-heading::before {
		content: none;
	}
.blog-heading{
  display: flex;
  height: 150px;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(35 35 35 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px){

  .blog-heading{
    height: 200px;
  }
}
.blog-heading-content{
  width: 100%;
  text-align: center;
}
.blog-title{
  margin-bottom: 0.5rem;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
@media (min-width: 768px){

  .blog-title{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.blog-heading-link{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
/* Posts list */
.posts-list{
  margin: 0px;
  display: grid;
  list-style-type: none;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
  padding: 0px;
}
@media (min-width: 640px){

  .posts-list{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px){

  .posts-list{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.posts-list-item{
  margin: 0px;
  width: 100%;
}
.posts-pagination{
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.posts-pagination .page-numbers{
  margin: 0.25rem;
  display: inline-flex;
  height: 2.5rem;
  min-width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(241 99 52 / var(--tw-border-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(241 99 52 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.posts-pagination .page-numbers:hover,
	.posts-pagination .page-numbers.current{
  --tw-bg-opacity: 1;
  background-color: rgb(241 99 52 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
}
.posts-pagination .page-numbers.dots{
  border-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(96 96 96 / var(--tw-text-opacity));
}
.posts-pagination .page-numbers.dots:hover{
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(96 96 96 / var(--tw-text-opacity));
}
/* Contact form section */
.contact-form-section{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
/* Topbar */
.topbar{
  display: none;
  --tw-bg-opacity: 1;
  background-color: rgb(241 99 52 / var(--tw-bg-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px){

  .topbar{
    display: block;
  }
}
.topbar a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.topbar a:hover{
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity));
  text-decoration-line: none;
}
/* Header */
.header{
  position: relative;
  z-index: 40;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.header-content{
  flex-wrap: nowrap;
}
.header .logo{
  max-width: 110px;
  padding: 0.5rem;
}
@media (min-width: 768px){

  .header .logo{
    max-width: 125px;
  }
}
@media (min-width: 1280px){

  .header .logo{
    max-width: 150px;
  }
}
.header .logo-avixa{
  max-width: 80px;
}
@media (min-width: 1280px){

  .header .logo-avixa{
    max-width: 100px;
  }
}
#burger{
  order: 2;
  cursor: pointer;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(241 99 52 / var(--tw-text-opacity));
}
@media (min-width: 1024px){

  #burger{
    display: none;
  }
}
/* Mobile: overlay panel under header — does not insert a flex row */
#main-menu{
  position: absolute;
  left: 0px;
  right: 0px;
  top: 100%;
  z-index: 50;
  display: none;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
  --tw-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  --tw-shadow-colored: 0 4px 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#main-menu.show{
  display: block;
}
#main-menu .menu > li > a{
  display: block;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity));
}
#main-menu .menu > li > a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(241 99 52 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
}
#main-menu .menu > li.menu-item-has-children > .sub-menu{
  --tw-bg-opacity: 1;
  background-color: rgb(248 247 247 / var(--tw-bg-opacity));
}
#main-menu .menu > li.menu-item-has-children > .sub-menu .menu-item a{
  display: block;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity));
}
#shopping-cart{
  order: 1;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media (min-width: 1024px){

  #shopping-cart{
    order: 0;
  }
}
#shopping-cart a{
  color: inherit;
}
#shopping-cart a:hover{
  --tw-text-opacity: 1;
  color: rgb(241 99 52 / var(--tw-text-opacity));
  text-decoration-line: none;
}
/* Nav desktop — horizontal menu in the header row */
@media screen and (min-width: 1024px) {
		.header-content{
    align-items: stretch;
  }

		#main-menu{
    position: static;
    order: 0;
    display: flex;
    flex: 1 1 0%;
    align-items: stretch;
    justify-content: center;
    background-color: transparent;
    padding-top: 0px;
    padding-bottom: 0px;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

		#main-menu.show{
    display: flex;
  }

		#main-menu .nav{
    display: flex;
    height: 100%;
    align-items: stretch;
  }

		#main-menu .menu{
    display: flex;
    height: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
  }

		#main-menu .menu > li{
    position: relative;
    display: flex;
    height: 100%;
    align-items: stretch;
  }

		#main-menu .menu > li > a{
    display: flex;
    height: 100%;
    align-items: center;
    white-space: nowrap;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0px;
    padding-bottom: 0px;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(35 35 35 / var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
  }

		@media (min-width: 1280px){

    #main-menu .menu > li > a{
      padding-left: 1rem;
      padding-right: 1rem;
    }
  }

		#main-menu .menu > li > a:hover,
		#main-menu .menu > li.current_page_item > a,
		#main-menu .menu > li.current-menu-item > a{
    --tw-bg-opacity: 1;
    background-color: rgb(241 99 52 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    text-decoration-line: none;
  }

		#main-menu .menu > li.menu-item-has-children:hover > .sub-menu{
    display: block;
  }

		#main-menu .menu > li.menu-item-has-children > a::after {
			content: '+';
			margin-left: 0.5rem;
		}

		#main-menu .menu > li.menu-item-has-children > .sub-menu{
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: 3000;
    display: none;
    min-width: 180px;
    --tw-bg-opacity: 1;
    background-color: rgb(241 99 52 / var(--tw-bg-opacity));
  }

		#main-menu .menu > li.menu-item-has-children > .sub-menu .menu-item a{
    display: block;
    width: 100%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: left;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

		#main-menu .menu > li.menu-item-has-children > .sub-menu .menu-item a:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(217 84 40 / var(--tw-bg-opacity));
  }

		#main-menu .menu > li.menu-item-has-children > .sub-menu .menu-item:last-child{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
	}
/* Footer */
.footer{
  border-top-width: 3px;
  border-bottom-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(241 99 52 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(35 35 35 / var(--tw-bg-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(199 199 199 / var(--tw-text-opacity));
}
.footer a{
  --tw-text-opacity: 1;
  color: rgb(199 199 199 / var(--tw-text-opacity));
}
.footer a:hover{
  --tw-text-opacity: 1;
  color: rgb(241 99 52 / var(--tw-text-opacity));
  text-decoration-line: none;
}
.footer-logo{
  margin-bottom: 0.5rem;
  max-width: 150px;
}
.footer-heading{
  margin-bottom: 1rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(96 96 96 / var(--tw-border-opacity));
  padding-bottom: 1rem;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.footer-bottom{
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(96 96 96 / var(--tw-border-opacity));
  padding: 1rem;
  text-align: center;
}
.footer-privacy{
  font-weight: 400;
  color: inherit;
}
.footer-posts li{
  margin-bottom: 1rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(96 96 96 / var(--tw-border-opacity));
  padding-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.footer-posts li:last-child{
  margin-bottom: 0px;
  border-style: none;
  padding-bottom: 0px;
}
.footer-link i,
	.footer-posts i,
	.footer-contact i{
  margin-right: 0.5rem;
  font-size: 0.75em;
  line-height: 1;
}
.footer-social{
  font-size: 1rem;
  line-height: 1.5rem;
}
.footer-social a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.footer-social a:hover{
  --tw-text-opacity: 1;
  color: rgb(241 99 52 / var(--tw-text-opacity));
  text-decoration-line: none;
}
.topbar-social a:hover{
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity));
  text-decoration-line: none;
}
/* Singular / blog post */
.singular{
  --tw-bg-opacity: 1;
  background-color: rgb(248 247 247 / var(--tw-bg-opacity));
}
@media (min-width: 1024px){

  .singular{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.singular-body{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
}
.singular-title{
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 35px;
}
@media (min-width: 768px){

  .singular-title{
    font-size: 40px;
  }
}
@media (min-width: 1024px){

  .singular-title{
    font-size: 50px;
  }
}
.singular-date{
  margin-top: 1rem;
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(241 99 52 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.singular-author{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(96 96 96 / var(--tw-text-opacity));
}
.singular-content{
  line-height: 2rem;
}
.singular-thecontent{
  padding-left: 1rem;
  padding-right: 1rem;
  line-height: 2rem;
}
@media (min-width: 768px){

  .singular-thecontent{
    padding-left: 0px;
    padding-right: 0px;
  }
}
.singular-thecontent p{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.singular-thecontent ul{
  list-style-type: disc;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.singular-thecontent hr{
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
  width: 6rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(241 99 52 / var(--tw-border-opacity));
}
/* Contact page boxes */
.contact-box{
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(248 247 247 / var(--tw-bg-opacity));
  --tw-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  --tw-shadow-colored: 0 4px 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.contact-box-header{
  border-left-width: 5px;
  --tw-border-opacity: 1;
  border-color: rgb(241 99 52 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(35 35 35 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.contact-box-content{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.contact-item{
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.contact-item-title{
  margin-bottom: 0.5rem;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.contact-box a{
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity));
}
.contact-box a:hover{
  --tw-text-opacity: 1;
  color: rgb(241 99 52 / var(--tw-text-opacity));
  text-decoration-line: none;
}
.page-body{
  background-color: transparent;
}
/* About — Quiénes somos (mock: image left, text right, CTA) */
.about-who-p{
  margin-bottom: 1rem;
  text-align: left;
  font-size: 1rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(96 96 96 / var(--tw-text-opacity));
}
@media (min-width: 768px){

  .about-who-p{
    font-size: 1.125rem;
    line-height: 2.25rem;
  }
}
.about-who-p .bold{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity));
}
.about-who-image img{
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px){

  .about-who-image img{
    margin-left: 0px;
    margin-right: 0px;
  }
}
/* Focus states */
a:focus-visible,
	button:focus-visible,
	.btn:focus-visible,
	input:focus-visible,
	select:focus-visible,
	textarea:focus-visible{
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #F16334;
}
/* Utility helpers kept for templates */
.bold{
  font-weight: 700;
}
/* Portfolio gallery */
/* Portfolio cards — same image + title layout as solutions (mock) */
.portfolio-grid{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}
@media (min-width: 640px){

  .portfolio-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px){

  .portfolio-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.portfolio-card{
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  text-align: center;
  --tw-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  --tw-shadow-colored: 0 4px 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.portfolio-card:hover{
  --tw-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  --tw-shadow-colored: 0 8px 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.portfolio-gallery{
  display: block;
  width: 100%;
}
.portfolio-gallery figure{
  margin: 0px;
  display: none;
  width: 100%;
}
.portfolio-gallery figure:first-child{
  display: block;
}
.portfolio-gallery figure:first-child a{
  position: relative;
  display: block;
  aspect-ratio: 3/2;
  width: 100%;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(248 247 247 / var(--tw-bg-opacity));
}
.portfolio-gallery figure:first-child img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.portfolio-card:hover .portfolio-gallery figure:first-child img{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}
.portfolio-gallery figcaption{
  display: none;
}
.portfolio-card-title{
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity));
}
@media (min-width: 768px){

  .portfolio-card-title{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.portfolio-card:hover .portfolio-card-title{
  --tw-text-opacity: 1;
  color: rgb(241 99 52 / var(--tw-text-opacity));
}
/* Smart Slider containment */
.visible{
  visibility: visible;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.bottom-2{
  bottom: 0.5rem;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.m-1{
  margin: 0.25rem;
}
.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.-mt-16{
  margin-top: -4rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mr-1{
  margin-right: 0.25rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.grid{
  display: grid;
}
.h-\[200px\]{
  height: 200px;
}
.h-auto{
  height: auto;
}
.max-h-\[150px\]{
  max-height: 150px;
}
.max-h-\[180px\]{
  max-height: 180px;
}
.max-h-\[200px\]{
  max-height: 200px;
}
.w-\[200px\]{
  width: 200px;
}
.w-\[45\%\]{
  width: 45%;
}
.w-\[90\%\]{
  width: 90%;
}
.w-full{
  width: 100%;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-3xl{
  max-width: 48rem;
}
.max-w-\[18em\]{
  max-width: 18em;
}
.max-w-\[200px\]{
  max-width: 200px;
}
.max-w-\[220px\]{
  max-width: 220px;
}
.max-w-\[255px\]{
  max-width: 255px;
}
.max-w-\[35px\]{
  max-width: 35px;
}
.max-w-\[400px\]{
  max-width: 400px;
}
.max-w-\[50px\]{
  max-width: 50px;
}
.max-w-\[800px\]{
  max-width: 800px;
}
.max-w-container{
  max-width: 1200px;
}
.max-w-content{
  max-width: 960px;
}
.max-w-full{
  max-width: 100%;
}
.flex-1{
  flex: 1 1 0%;
}
.shrink-0{
  flex-shrink: 0;
}
.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-center{
  align-items: center;
}
.items-stretch{
  align-items: stretch;
}
.justify-start{
  justify-content: flex-start;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.overflow-hidden{
  overflow: hidden;
}
.text-ellipsis{
  text-overflow: ellipsis;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.border{
  border-width: 1px;
}
.border-b-4{
  border-bottom-width: 4px;
}
.border-t-\[3px\]{
  border-top-width: 3px;
}
.border-border{
  --tw-border-opacity: 1;
  border-color: rgb(199 199 199 / var(--tw-border-opacity));
}
.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(241 99 52 / var(--tw-border-opacity));
}
.border-transparent{
  border-color: transparent;
}
.bg-\[\#25D366\]{
  --tw-bg-opacity: 1;
  background-color: rgb(37 211 102 / var(--tw-bg-opacity));
}
.bg-light{
  --tw-bg-opacity: 1;
  background-color: rgb(248 247 247 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/90{
  background-color: rgb(255 255 255 / 0.9);
}
.bg-cover{
  background-size: cover;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.p-1{
  padding: 0.25rem;
}
.p-2{
  padding: 0.5rem;
}
.p-4{
  padding: 1rem;
}
.p-6{
  padding: 1.5rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pt-4{
  padding-top: 1rem;
}
.text-center{
  text-align: center;
}
.text-justify{
  text-align: justify;
}
.font-heading{
  font-family: Montserrat, Arial, Helvetica, sans-serif;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold{
  font-weight: 700;
}
.font-semibold{
  font-weight: 600;
}
.lowercase{
  text-transform: lowercase;
}
.leading-relaxed{
  line-height: 1.625;
}
.text-dark{
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity));
}
.text-muted{
  --tw-text-opacity: 1;
  color: rgb(96 96 96 / var(--tw-text-opacity));
}
.text-primary{
  --tw-text-opacity: 1;
  color: rgb(241 99 52 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.shadow-card{
  --tw-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  --tw-shadow-colored: 0 4px 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.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-shadow{
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200{
  transition-duration: 200ms;
}
/* WordPress alignment */
.alignright {
		float: right;
		margin: 5px 0 20px 20px;
	}
.alignleft {
		float: left;
		margin: 5px 20px 20px 0;
	}
.hover\:border-t-primary:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(241 99 52 / var(--tw-border-opacity));
}
.hover\:bg-primary-dark:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(217 84 40 / var(--tw-bg-opacity));
}
.hover\:text-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(241 99 52 / var(--tw-text-opacity));
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:underline:hover{
  text-decoration-line: underline;
}
.hover\:no-underline:hover{
  text-decoration-line: none;
}
.hover\:shadow-card-hover:hover{
  --tw-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  --tw-shadow-colored: 0 8px 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 768px){

  .md\:order-1{
    order: 1;
  }

  .md\:order-2{
    order: 2;
  }

  .md\:mb-0{
    margin-bottom: 0px;
  }

  .md\:h-\[300px\]{
    height: 300px;
  }

  .md\:w-1\/2{
    width: 50%;
  }

  .md\:w-\[18\%\]{
    width: 18%;
  }

  .md\:w-\[30\%\]{
    width: 30%;
  }

  .md\:w-\[300px\]{
    width: 300px;
  }

  .md\:w-\[49\%\]{
    width: 49%;
  }

  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:flex-row{
    flex-direction: row;
  }

  .md\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .md\:items-start{
    align-items: flex-start;
  }

  .md\:justify-between{
    justify-content: space-between;
  }

  .md\:gap-4{
    gap: 1rem;
  }

  .md\:p-2{
    padding: 0.5rem;
  }

  .md\:p-2\.5{
    padding: 0.625rem;
  }
}
@media (min-width: 1024px){

  .lg\:h-\[400px\]{
    height: 400px;
  }

  .lg\:w-1\/4{
    width: 25%;
  }

  .lg\:w-\[24\%\]{
    width: 24%;
  }

  .lg\:w-\[400px\]{
    width: 400px;
  }

  .lg\:w-\[42\%\]{
    width: 42%;
  }

  .lg\:flex-1{
    flex: 1 1 0%;
  }

  .lg\:flex-row{
    flex-direction: row;
  }

  .lg\:items-start{
    align-items: flex-start;
  }

  .lg\:items-center{
    align-items: center;
  }

  .lg\:items-stretch{
    align-items: stretch;
  }

  .lg\:justify-center{
    justify-content: center;
  }

  .lg\:gap-10{
    gap: 2.5rem;
  }

  .lg\:text-left{
    text-align: left;
  }
}
@media (min-width: 1280px){

  .xl\:h-\[450px\]{
    height: 450px;
  }

  .xl\:w-\[450px\]{
    width: 450px;
  }

  .xl\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

