@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

*, ::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: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 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;
}

.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;
  }
}

.pointer-events-none{
  pointer-events: none;
}

.\!static{
  position: static !important;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.\!relative{
  position: relative !important;
}

.relative{
  position: relative;
}

.inset-0{
  inset: 0px;
}

.\!left-0{
  left: 0px !important;
}

.\!right-0{
  right: 0px !important;
}

.\!top-auto{
  top: auto !important;
}

.-right-16{
  right: -4rem;
}

.-right-40{
  right: -10rem;
}

.bottom-5{
  bottom: 1.25rem;
}

.left-0{
  left: 0px;
}

.left-4{
  left: 1rem;
}

.right-0{
  right: 0px;
}

.top-0{
  top: 0px;
}

.top-9{
  top: 2.25rem;
}

.z-0{
  z-index: 0;
}

.z-\[1002\]{
  z-index: 1002;
}

.z-\[100\]{
  z-index: 100;
}

.col-span-3{
  grid-column: span 3 / span 3;
}

.col-start-1{
  grid-column-start: 1;
}

.row-start-1{
  grid-row-start: 1;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

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

.mb-14{
  margin-bottom: 3.5rem;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.mb-5{
  margin-bottom: 1.25rem;
}

.ml-2{
  margin-left: 0.5rem;
}

.ml-5{
  margin-left: 1.25rem;
}

.ml-auto{
  margin-left: auto;
}

.mr-1{
  margin-right: 0.25rem;
}

.mr-2{
  margin-right: 0.5rem;
}

.mr-auto{
  margin-right: auto;
}

.mt-1{
  margin-top: 0.25rem;
}

.mt-10{
  margin-top: 2.5rem;
}

.mt-4{
  margin-top: 1rem;
}

.mt-\[64px\]{
  margin-top: 64px;
}

.block{
  display: block;
}

.\!inline-block{
  display: inline-block !important;
}

.\!flex{
  display: flex !important;
}

.flex{
  display: flex;
}

.inline-flex{
  display: inline-flex;
}

.grid{
  display: grid;
}

.\!hidden{
  display: none !important;
}

.hidden{
  display: none;
}

.\!size-full{
  width: 100% !important;
  height: 100% !important;
}

.size-5{
  width: 1.25rem;
  height: 1.25rem;
}

.size-\[50px\]{
  width: 50px;
  height: 50px;
}

.\!h-14{
  height: 3.5rem !important;
}

.\!h-\[280px\]{
  height: 280px !important;
}

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

.\!h-\[320px\]{
  height: 320px !important;
}

.\!h-\[600px\]{
  height: 600px !important;
}

.\!h-\[70vh\]{
  height: 70vh !important;
}

.h-full{
  height: 100%;
}

.h-screen{
  height: 100vh;
}

.min-h-\[120px\]{
  min-height: 120px;
}

.min-h-\[64px\]{
  min-height: 64px;
}

.min-h-\[70vh\]{
  min-height: 70vh;
}

.\!w-auto{
  width: auto !important;
}

.\!w-full{
  width: 100% !important;
}

.w-full{
  width: 100%;
}

.max-w-\[550px\]{
  max-width: 550px;
}

.max-w-\[650px\]{
  max-width: 650px;
}

.grow{
  flex-grow: 1;
}

.rotate-45{
  --tw-rotate: 45deg;
  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));
}

.transform{
  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));
}

.\!transform-none{
  transform: none !important;
}

.cursor-pointer{
  cursor: pointer;
}

.resize{
  resize: both;
}

.list-disc{
  list-style-type: disc;
}

.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

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

.flex-col{
  flex-direction: column;
}

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

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

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

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

.gap-1{
  gap: 0.25rem;
}

.gap-10{
  gap: 2.5rem;
}

.gap-12{
  gap: 3rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-x-6{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-y-12{
  row-gap: 3rem;
}

.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-3 > :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));
}

.self-end{
  align-self: flex-end;
}

.self-center{
  align-self: center;
}

.justify-self-end{
  justify-self: end;
}

.overflow-hidden{
  overflow: hidden;
}

.rounded-2xl{
  border-radius: 1rem;
}

.rounded-lg{
  border-radius: 0.5rem;
}

.rounded-md{
  border-radius: 0.375rem;
}

.rounded-xl{
  border-radius: 0.75rem;
}

.\!rounded-b-none{
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.rounded-l-2xl{
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.rounded-t-2xl{
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.border{
  border-width: 1px;
}

.border-2{
  border-width: 2px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-dashed{
  border-style: dashed;
}

.border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}

.border-red-700{
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
}

.border-white\/30{
  border-color: rgb(255 255 255 / 0.3);
}

.\!bg-black\/40{
  background-color: rgb(0 0 0 / 0.4) !important;
}

.\!bg-black\/60{
  background-color: rgb(0 0 0 / 0.6) !important;
}

.\!bg-neutral-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1)) !important;
}

.\!bg-red-950\/60{
  background-color: rgb(69 10 10 / 0.6) !important;
}

.\!bg-transparent{
  background-color: transparent !important;
}

.bg-\[\#e5e2dd\]{
  --tw-bg-opacity: 1;
  background-color: rgb(229 226 221 / var(--tw-bg-opacity, 1));
}

.bg-black\/20{
  background-color: rgb(0 0 0 / 0.2);
}

.bg-black\/40{
  background-color: rgb(0 0 0 / 0.4);
}

.bg-black\/50{
  background-color: rgb(0 0 0 / 0.5);
}

.bg-black\/55{
  background-color: rgb(0 0 0 / 0.55);
}

.bg-neutral-800{
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
}

.bg-red-700{
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

.bg-red-900\/85{
  background-color: rgb(127 29 29 / 0.85);
}

.bg-red-900\/95{
  background-color: rgb(127 29 29 / 0.95);
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-white\/85{
  background-color: rgb(255 255 255 / 0.85);
}

.\!bg-none{
  background-image: none !important;
}

.bg-\[url\(\/img\/grayrock-bg\.jpg\)\]{
  background-image: url(/img/grayrock-bg.jpg);
}

.bg-\[url\(\/img\/lower-bg\.png\)\]{
  background-image: url(/img/lower-bg.png);
}

.bg-\[url\(\/img\/mountain-bg\.jpg\)\]{
  background-image: url(/img/mountain-bg.jpg);
}

.bg-\[url\(\/img\/northwest-service-map\.png\)\]{
  background-image: url(/img/northwest-service-map.png);
}

.bg-\[url\(\/img\/wood-bg\.png\)\]{
  background-image: url(/img/wood-bg.png);
}

.bg-gradient-to-l{
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-red-600\/50{
  --tw-gradient-from: rgb(220 38 38 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-transparent{
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-black\/60{
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-red-900{
  --tw-gradient-to: #7f1d1d var(--tw-gradient-to-position);
}

.to-red-900\/80{
  --tw-gradient-to: rgb(127 29 29 / 0.8) var(--tw-gradient-to-position);
}

.to-transparent{
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.bg-contain{
  background-size: contain;
}

.bg-cover{
  background-size: cover;
}

.bg-fixed{
  background-attachment: fixed;
}

.bg-bottom{
  background-position: bottom;
}

.bg-center{
  background-position: center;
}

.bg-no-repeat{
  background-repeat: no-repeat;
}

.bg-repeat-y{
  background-repeat: repeat-y;
}

.\!object-contain{
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.object-bottom{
  -o-object-position: bottom;
     object-position: bottom;
}

.object-center{
  -o-object-position: center;
     object-position: center;
}

.\!p-0{
  padding: 0px !important;
}

.p-0{
  padding: 0px;
}

.p-6{
  padding: 1.5rem;
}

.\!px-4{
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.\!px-5{
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.\!py-1{
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.\!py-20{
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-20{
  padding-left: 5rem;
  padding-right: 5rem;
}

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.\!pl-0{
  padding-left: 0px !important;
}

.pb-0{
  padding-bottom: 0px;
}

.pb-12{
  padding-bottom: 3rem;
}

.pb-2{
  padding-bottom: 0.5rem;
}

.pb-4{
  padding-bottom: 1rem;
}

.pb-5{
  padding-bottom: 1.25rem;
}

.pl-2{
  padding-left: 0.5rem;
}

.pl-3{
  padding-left: 0.75rem;
}

.pl-5{
  padding-left: 1.25rem;
}

.pl-6{
  padding-left: 1.5rem;
}

.pr-4{
  padding-right: 1rem;
}

.pr-8{
  padding-right: 2rem;
}

.pt-4{
  padding-top: 1rem;
}

.pt-8{
  padding-top: 2rem;
}

.\!text-center{
  text-align: center !important;
}

.text-center{
  text-align: center;
}

.text-right{
  text-align: right;
}

.\!font-\[Inter\]{
  font-family: Inter !important;
}

.\!font-\[Switzer\]{
  font-family: Switzer !important;
}

.font-\[Inter\]{
  font-family: Inter;
}

.font-\[Switzer\]{
  font-family: Switzer;
}

.font-\[sans-serif\]{
  font-family: sans-serif;
}

.\!text-4xl{
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}

.\!text-base{
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

.\!text-lg{
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl{
  font-size: 3rem;
  line-height: 1;
}

.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;
}

.text-xs\/3{
  font-size: 0.75rem;
  line-height: .75rem;
}

.\!font-normal{
  font-weight: 400 !important;
}

.font-bold{
  font-weight: 700;
}

.font-medium{
  font-weight: 500;
}

.font-normal{
  font-weight: 400;
}

.font-semibold{
  font-weight: 600;
}

.uppercase{
  text-transform: uppercase;
}

.lowercase{
  text-transform: lowercase;
}

.leading-\[27px\]{
  line-height: 27px;
}

.leading-tight{
  line-height: 1.25;
}

.\!text-\[\#C1B69B\]{
  --tw-text-opacity: 1 !important;
  color: rgb(193 182 155 / var(--tw-text-opacity, 1)) !important;
}

.\!text-\[\#dddddd\]{
  --tw-text-opacity: 1 !important;
  color: rgb(221 221 221 / var(--tw-text-opacity, 1)) !important;
}

.\!text-gray-700{
  --tw-text-opacity: 1 !important;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1)) !important;
}

.\!text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.text-\[\#c3bcb2\]{
  --tw-text-opacity: 1;
  color: rgb(195 188 178 / var(--tw-text-opacity, 1));
}

.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.text-red-800{
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}

.text-red-900{
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity, 1));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.bg-blend-multiply{
  background-blend-mode: multiply;
}

.bg-blend-darken{
  background-blend-mode: darken;
}

.mix-blend-multiply{
  mix-blend-mode: multiply;
}

.mix-blend-overlay{
  mix-blend-mode: overlay;
}

.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-red-600\/40{
  --tw-shadow-color: rgb(220 38 38 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline{
  outline-style: solid;
}

.outline-1{
  outline-width: 1px;
}

.-outline-offset-1{
  outline-offset: -1px;
}

.outline-white\/10{
  outline-color: rgb(255 255 255 / 0.1);
}

.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{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.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;
}

.duration-300{
  transition-duration: 300ms;
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@font-face {
  font-family: 'Switzer';

  font-style: normal;

  font-weight: 100 900;

  src: url('/fonts/Switzer-Medium.woff2') format('woff2');
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
  font-family: 'Inter', sans-serif;
}

.header-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.header-steel {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  background: url('../img/steel-bg.png') repeat-x left top;
  background-size: auto 25px;
  height: 25px;
}

.header-main {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px 0;
  background: url('../img/wood-bg.png') repeat-x left top;
  gap: 30px;
}

.header-info-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  width: 30%;
  background: rgba(41, 41, 39, 0.67);
  padding: 25px;
  text-decoration: none;
}

.screw-header-1 {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 20px;
  height: 20px;
}

.screw-header-2 {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
}

.header-logo {
  width: 243px;
  height: 184px;
}

.header-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.header-info h2 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 1.2em;
  text-align: center;
}

.header-info-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.header-info-row h1 {
  color: #FFFFFF;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 1.2em;
  text-align: center;
  width: 90%;
}

.header-phone {
  font-size: 29px;
}

.header-phone-svg,
.footer-phone-svg {
  width: 40px;
  height: 40px;
}

.header-check-svg,
.footer-check-svg {
  width: 25px;
  height: 25px;
}

.header-free-quote {
  font-size: 24px;
}

.header-navigation-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  width: 100%;
  background-color: #7A1302;
  padding: 20px;
}

.header-navigation {
  display: flex;
  flex-direction: row;
  align-items: center;
  /* justify-content: center; */
  justify-content: space-evenly;
  width: 100%;
  gap: 15px 40px;
  flex-wrap: wrap;
  position: relative;
}

.header-navigation > a:last-of-type {
  position: relative;
}

.header-navigation-container a {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #FFFFFF;
  font-size: 15px;
  letter-spacing: -0.01em;
  line-height: 1.2em;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.header-navigation-container a:hover {
  color: #C1B69B;
  transition: 0.3s ease-in-out;
}

.home-navigation-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #7A1302;
  min-width: 250px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.3);
  z-index: 1000;
  margin-top: 10px;
  border-radius: 4px;
}

.home-navigation-dropdown.show {
  /* display: block; */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  /* gap: 10px; */
  /* padding: 10px 15px; */
  padding: 10px 0;
}

.home-navigation-dropdown a {
  display: block;
  /* padding: 3px 10px; */
  /* border-bottom: 1px solid rgba(255,255,255,0.1); */
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  padding: 6px 15px;
}

.home-navigation-dropdown a i {
  color: #ac9393;
}

.home-navigation-dropdown a:last-child {
  border-bottom: none;
}

.home-navigation-dropdown .submenu {
  border-radius: 0 4px 4px 0;
  background-color: #6c1001;
}

.home-navigation-dropdown .submenu a {
  font-weight: 400;
  padding: 6px 0;
}

.home-navigation-dropdown .nav-item:hover,
.home-navigation-dropdown .nav-item:hover .submenu,
.home-navigation-dropdown .nav-item.active {
  background-color: #6c1001;
}

.carousel-container {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.carousel-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.carousel-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}

.carousel-slide.active {
  opacity: 1;
}

.carousel-image {
  position: relative;
  width: 100%;
  height: 100%;
}

.carousel-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.carousel-context {
  position: absolute;
  top: 50%;
  right: 15%;
  transform: translateY(-50%);
  color: white;
  text-align: left;
  max-width: 600px;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.carousel-context.left {
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translateY(-50%);
  color: white;
  text-align: right;
  max-width: 600px;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.carousel-context h2 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 1.2em;
}

/* Navigation Arrows */

.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.3);
  color: white;
  border: none;
  width: 60px;
  height: 60px;
  font-size: 2rem;
  cursor: pointer;
  z-index: 10;
  transition: background 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 0 15px 5px;
}

.carousel-arrow:hover {
  background: rgba(255, 255, 255, 0.5);
}

.carousel-arrow.prev {
  left: 20px;
}

.carousel-arrow.next {
  right: 20px;
}

/* Indicator Dots */

.carousel-indicators {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
  background: rgba(0, 0, 0, 0.3);
  padding: 10px;
  border-radius: 30px;
}

.indicator-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  cursor: pointer;
  transition: all 0.3s;
}

.indicator-dot.active {
  background: white;
  transform: scale(1.2);
}

.home-page-content-1-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: url(../img/lower-bg.png) no-repeat center top;
  background-size: cover;
}

.home-page-content-1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 100px;
  width: 100%;
  padding: 50px 0;
}

.home-page-content-1-contexts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  width: 475px;
}

.home-page-content-1-contexts h1 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #7A1302;
  font-size: 40px;
  letter-spacing: -0.04em;
  line-height: 1.1em;
  text-align: left;
}

.home-page-content-1-contexts p {
  font-family: "Switzer", sans-serif;
  font-weight: 500;
  color: #292927;
  font-size: 18px;
  letter-spacing: -0.02em;
  line-height: 1.4em;
  text-align: left;
}

.get-a-free-quote-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 15px 25px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #FFFFFF;
  font-size: 22px;
  line-height: 1.2em;
  text-decoration: none;
  background: #292927;
}

.home-page-content-1-image {
  width: 475px;
  height: 402px;
  overflow: hidden;
  border-radius: 10px;
}

.home-page-content-1-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-page-content-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  width: 100%;
  padding: 50px 20px;
  border-top: 2px solid #C7C1B8;
}

.home-page-content-2 h2 {
  font-family: "Switzer", sans-serif;
  font-weight: 600;
  color: #292927;
  font-size: 40px;
  letter-spacing: -0.04em;
  line-height: 1.1em;
  text-align: center;
}

.home-page-featured-sheds-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
  flex-wrap: wrap;
}

.home-page-featured-shed-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  background: #FFFFFF;
  border-radius: 16px;
  box-shadow: rgba(45, 30, 133, 0.1) 0px 4px 30px 0px;
  width: 245.5px;
  min-height: 340px;
  padding: 6px;
}

.home-page-featured-shed-card img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.home-page-featured-shed-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  width: 85%;
}

.home-page-featured-shed-info h2 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #101011;
  font-size: 22px;
  line-height: 1.1em;
  letter-spacing: -0.02em;
  text-align: left;
}

.home-page-featured-shed-info h3 {
  font-family: "Switzer", sans-serif;
  font-weight: 500;
  color: #606266;
  font-size: 16px;
  line-height: 1.4em;
  letter-spacing: -0.02em;
  text-align: left;
}

.footer-wrapper {
  background: url(../img/footer-bg.png) no-repeat center top;
  background-size: cover;
}

.footer-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px 0;
  gap: 40px;
  flex-grow: 1;
}

.footer-logo {
  width: 243px;
  height: 184px;
}

.footer-info-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  width: 348px;
  background: #292927;
  padding: 25px;
  text-decoration: none;
}

.footer-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.footer-info h2 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 1.2em;
  text-align: center;
}

.footer-info-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.footer-info-row :is(.footer-free-quote, .footer-phone) {
  color: #FFFFFF;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 1.2em;
  text-align: center;
  width: 90%;
}

.mobile-menu-btn {
  display: none;
}

.template-title-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  padding: 20px 0;
  background: url(../img/grayrock-bg.jpg) no-repeat center center;
  background-size: cover;
  border-bottom: 3px solid #791500;
}

.template-title-container h1 {
  font-family: "Switzer", sans-serif;
  font-weight: 700;
  color: #FFFFFF;
  font-size: 36px;
  letter-spacing: -0.04em;
  line-height: 1.1em;
  text-align: left;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  /* padding: 0 50px; */
}

.template-contents-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  padding: 50px 0;
  background: #e5e2dd url(../img/mountain-bg.jpg) bottom center no-repeat;
  background-size: cover;
}

.template-contexts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
  width: 40%;
}

.template-contexts p {
  font-family: "Switzer", sans-serif;
  font-weight: 400;
  color: #444;
  font-size: 16px;
  letter-spacing: -0.02em;
  line-height: 1.4em;
  text-align: left;
}

.template-contexts ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-left: 30px;
}

.template-context-a {
  text-decoration: none;
  font-family: "Switzer", sans-serif;
  font-weight: 400;
  color: #791500;
  font-size: 16px;
  letter-spacing: -0.02em;
  line-height: 1.4em;
  text-align: left;
  transition: 0.3s ease-in-out;
}

.template-context-a:hover {
  color: #A81D00;
  transition: 0.3s ease-in-out;
}

.template-contexts h1 {
  font-family: "Switzer", sans-serif;
  font-weight: 700;
  color: #444;
  font-size: 30px;
  letter-spacing: -0.04em;
  line-height: 1.1em;
  text-align: left;
}

.template-contexts h2 {
  font-family: "Switzer", sans-serif;
  font-weight: 700;
  color: #444;
  font-size: 24px;
  letter-spacing: -0.04em;
  line-height: 1.1em;
  text-align: left;
}

.template-contexts h3,
.template-contexts p span {
  font-family: "Switzer", sans-serif;
  font-weight: 700;
  color: #444;
  font-size: 16px;
  letter-spacing: -0.02em;
  line-height: 1.4em;
  text-align: left;
}

.template-button-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.template-button {
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1.2em;
  padding: 10px 25px;
  background: #791500;
  border: 1px solid rgba(0,0,0,0.5);
  transition: 0.3s ease-in-out;
}

.template-button:hover {
  background: #4e4b48;
  transition: 0.3s ease-in-out;
}

.template-images-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 50%;
}

.template-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 45%;
  height: 250px;
  position: relative;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.template-image.delivery {
  width: 80%;
  height: 400px;
}

.template-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.template-image-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #595756;
}

.template-image-title > * {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #ddd;
  font-size: 16px;
  letter-spacing: -0.02em;
  line-height: 1.2em;
  text-align: center;
  padding: 10px 0;
}

.template-image:hover {
  transform: scale(1.05);
  transition: 0.3s ease-in-out;
}

.template-image:hover .template-image-title > *::before {
  content: "\F62C";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  line-height: 1;
  vertical-align: -.125em;
  margin-right: 0.5rem;
}

.lightbox {
  display: none;
  position: fixed;
  z-index: 9990;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  justify-content: center;
  align-items: center;
}

.lightbox-content {
  position: relative;
  background: #fff;
  padding: 20px;
  max-width: 90%;
  max-height: 90%;
  border-radius: 10px;
  text-align: center;
}

.lightbox img {
  width: 100%;
  height: auto;
  max-height: 70vh;
  margin-bottom: 15px;
}

.lightbox-close {
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 40px;
  font-weight: bolder;
  color: #fff;
  cursor: pointer;
  background: #791500;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

#lightbox-desc {
  font-family: "Switzer", sans-serif;
  font-weight: 500;
  color: #7A1302;
  font-size: 16px;
  letter-spacing: -0.02em;
  line-height: 1.2em;
  text-align: center;
  padding: 10px 0;
}

.contact-page-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  /* padding: 50px 0; */
  background: #e5e2dd url(../img/mountain-bg.jpg) bottom center no-repeat;
  background-size: cover;
}

.contact-page-upper-contents {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 50px 0;
}

.contact-page-upper-contents iframe {
  outline: none !important;
}

.contact-page-upper-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  width: 45%;
}

.contact-page-upper-left h1 {
  font-family: "Switzer", sans-serif;
  font-weight: 700;
  color: #444;
  font-size: 30px;
  letter-spacing: -0.04em;
  line-height: 1.1em;
  text-align: left;
}

.contact-page-upper-left img {
  width: 90%;
}

.contact-page-upper-left p {
  font-family: "Switzer", sans-serif;
  font-weight: 400;
  color: #444;
  font-size: 16px;
  letter-spacing: -0.02em;
  line-height: 1.4em;
  text-align: left;
  width: 90%;
}

.contact-page-upper-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
}

.contact-page-upper-right-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
}

.contact-page-upper-right-info h1 {
  font-family: "Switzer", sans-serif;
  font-weight: 700;
  color: #444;
  font-size: 25px;
  letter-spacing: -0.04em;
  line-height: 1.1em;
  text-align: left;
}

.contact-page-upper-right-info a {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: "Switzer", sans-serif;
  font-weight: 400;
  color: #444;
  font-size: 18px;
  letter-spacing: -0.04em;
  line-height: 1.1em;
  text-align: left;
  padding: 0 10px;
}

.contact-page-bottom-contents {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  padding: 50px 0 0;
  width: 100%;
}

.contact-page-bottom-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 45%;
}

.contact-page-bottom-form form {
  background: #7a120289;
  padding: 30px;
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border-radius: 20px;
}

#inline-zRPhJDAetTXvdclPBAQz-div {
  width: 80%;
}

.contact-page-form-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 20px;
}

.contact-page-form-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 5px;
  width: 100%;
}

.contact-page-form-col label,
.contact-page-form-row p {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: -0.02em;
  line-height: 1.2em;
  text-align: left;
  width: 90%;
  text-transform: uppercase;
}

.contact-page-form-col input {
  border-radius: 10px;
  padding: 12px;
  width: 100%;
  border: none;
  outline: none;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #000000;
  font-size: 14px;
  line-height: 1.2em;
}

.contact-page-bottom-form form button {
  border-radius: 10px;
  padding: 12px;
  width: 100%;
  border: none;
  outline: none;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  background: #791500;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 1.2em;
  cursor: pointer;
}

.contact-page-bottom-form form button:hover {
  background: #791400c0;
}

.contact-page-bottom-form a {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: -0.02em;
  line-height: 1.2em;
  text-align: center;
  width: 90%;
  text-transform: uppercase;
}

.contact-page-bottom-form a:hover {
  color: #791400;
}

.contact-page-bottom-map {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  /* width: 45%; */
}

.contact-page-bottom-map h1 {
  font-family: "Switzer", sans-serif;
  font-weight: 700;
  color: #444;
  font-size: 25px;
  letter-spacing: -0.04em;
  line-height: 1.1em;
  text-align: left;
}

.contact-page-bottom-map iframe {
  width: 400px;
  height: 450px;
}

.thank-you-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 0 50px;
  height: 100vh;
}

.thank-you-page img {
  width: 150px;
}

.thank-you-page p {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #000000;
  font-size: 20px;
  letter-spacing: -0.02em;
  line-height: 1.2em;
  text-align: center;
}

.home-button {
  font-family: "Inter", sans-serif;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #791400;
  color: #ffffff;
  padding: 12px 20px 12px 15px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -0.01em;
  line-height: 1.2em;
  border-radius: 10px;
  cursor: pointer;
}

.home-button:hover {
  background: #79140096;
}

.contact-bubbles {
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  pointer-events: none;
  z-index: 9990;
}

.bubble {
  position: absolute;
  bottom: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: all;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bubble:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

.phone-bubble {
  left: 20px;
  background: #7A1302;
}

.whatsapp-bubble {
  right: 20px;
  background: #25D366;
}

.bubble svg {
  width: 30px;
  height: 30px;
  fill: white;
}

@media (max-width: 1199px) {
  .header-logo {
    width: 235px;
    height: 178px;
  }

  .header-main {
    gap: 12px;
  }

  .header-phone {
    font-size: 20px;
  }

  .header-free-quote {
    font-size: 16px;
  }

  .header-info h2 {
    font-size: 10px;
  }

  .header-info-row {
    gap: 5px;
  }

  .header-phone-svg {
    width: 25px;
    height: 25px;
  }

  .header-check-svg {
    width: 20px;
    height: 20px;
  }

  .header-info-container {
    padding: 25px 20px;
  }

  .carousel-container {
    height: 300px;
  }

  .carousel-context {
    right: 8%;
    width: 35%;
  }

  .carousel-context.left {
    left: 8%;
    width: 35%;
  }

  .home-page-content-1 {
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px;
    padding: 60px 50px;
  }

  .home-page-content-1-image {
    width: 100%;
    height: 476px;
  }

  .home-page-content-1-contexts {
    width: 100%;
  }

  .footer-logo {
    order: 2;
    width: 235px;
    height: 178px;
  }

  .footer-info-container.first {
    order: 1;
  }

  .footer-info-container.last {
    order: 3;
  }

  .footer-container {
    padding: 20px 30px;
  }

  .footer-phone {
    font-size: 20px;
  }

  .footer-free-quote {
    font-size: 20px;
  }

  .footer-info h2 {
    font-size: 10px;
  }

  .footer-info-row {
    gap: 5px;
  }

  .footer-phone-svg {
    width: 25px;
    height: 25px;
  }

  .footer-check-svg {
    width: 20px;
    height: 20px;
  }

  .header-info-container {
    padding: 20px 25px;
  }

  .footer-container {
    gap: 10px;
  }

  .template-images-container {
    width: 45%;
  }

  .template-image {
    width: 80%;
  }

  .template-button-container {
    flex-direction: column;
  }

  .template-button {
    width: 100%;
    text-align: center;
  }

  .template-contexts {
    gap: 20px
  }

  .template-image.delivery {
    width: 100%;
  }

  .contact-page-upper-contents {
    flex-direction: column;
    gap: 30px;
    padding: 50px 0 25px;
  }

  .contact-page-bottom-contents {
    flex-direction: column;
    gap: 30px;
    padding: 50px 0 0;
    align-items: center;
  }

  .contact-page-upper-left,
    .contact-page-upper-right,
    .contact-page-bottom-form  {
    min-width: 80%;
  }

  .contact-page-bottom-form form {
    width: 100%;
  }
}

@media (max-width: 810px) {
  .header-main {
    /* flex-direction: column; */
    flex-direction: row;
    background-size: contain;
    padding: 10px 20px;
  }

  .header-logo {
    order: 1;
    width: 243;
    height: 184;
  }

  .logo-link {
    display: none;
  }

  .header-info-container.first {
    order: 2;
    /* background-color: rgb(0 0 0 / 0.6); */
  }

  .header-info-container.last {
    order: 3;
    background-color: rgb(69 10 10 / 0.5);
  }

  .header-info-container {
    /* width: 348px; */
    width: 50%;
    padding: 13px 25px 35px;
  }

  .header-info-container .header-info-row {
    width: 36px;
  }

  .header-info-container .screw-header-2 {
    top: 10px;
    bottom: auto;
  }

  .header-info-container h2 {
    font-size: 12px;
    display: none;
  }

  .header-info-container h1 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    width: 100%;
    z-index: 1;
    font-size: 17px;
  }

  .header-phone {
    font-size: 29px;
  }

  .header-phone-svg {
    width: 40px;
    height: 40px;
  }

  .header-free-quote {
    font-size: 24px;
  }

  .header-check-svg {
    width: 25px;
    height: 25px;
  }

  .mobile-menu-btn {
    display: block;
    color: #FFFFFF;
    font-size: 30px;
  }

  .mobile-menu-btn.open {
    color: #aa695f;
    background: rgba(0,0,0,0.2);
  }

  .home-navigation-dropdown {
    display: none !important;
    flex-direction: column;
    align-items: flex-end;
    /* gap: 10px; */
    padding: 10px 20px;
    max-height: none !important;
    overflow: visible !important;
    transition: none !important;
    background: #FFFFFF;
    width: 100%;
    max-height: 500px;
    overflow: scroll;
    background-color: transparent;
    padding: 0 1px 20px 0;
    margin: 0 0 0.75rem;
    box-shadow: none;
    border-radius: 0 0 1rem 1rem;
  }

  .home-navigation-dropdown.collapsed {
    display: flex !important;
  }

  .home-navigation-dropdown a {
    color: #7A1302;
    font-size: 14px;
    color: #e6e6e6;
    font-weight: 400;
    justify-content: end;
  }

  .home-navigation-dropdown .nav-item.active {
    border-radius: 6px;
    overflow: hidden;
    padding: 10px 0 0;
    margin-bottom: 5px;
  }

  .home-navigation-dropdown .nav-item.active .arrow-btn {
    transform: rotate(90deg);
  }

  .home-navigation-dropdown .nav-item.active > a {
    font-weight: 600;
  }

  .header-navigation-container {
    height: 0;
    justify-content: start;
  }

  .header-navigation-container.gap-open {
    gap: 10px;
    max-height: 100vh;
    overflow-y: scroll;
    /* min-height: 100vh; */
    height: 100vh;
    justify-content: start;
  }

  .header-navigation {
    max-height: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
  }

  .shed-style-toggle {
    pointer-events: none;
    cursor: default;
  }

  .shed-style-toggle .chev {
    transform: none !important;
  }

  .shed-style-btn > i {
    transform: rotate(-90deg);
  }

  .shed-style-btn.active > i {
    transform: rotate(0deg);
  }

  .header-navigation.open {
    max-height: 100vh;
    overflow-y: auto;
    padding-bottom: 200px;
    flex-direction: row;
    align-items: flex-end;
  }

  .header-navigation-container .header-navigation > * {
    width: 100%;
    justify-content: end;
  }

  .carousel-container {
    height: 410px;
  }

  .carousel-arrow.prev {
    left: 10px;
  }

  .carousel-arrow.next {
    right: 10px;
  }

  .carousel-indicators {
    bottom: 20px;
  }

  .home-page-content-1-image {
    height: 209px;
  }

  .footer-logo {
    order: 1;
    width: 195px;
    height: auto;
  }

  .footer-info-container.first {
    order: 2;
  }

  .footer-info-container.last {
    order: 3;
  }

  .footer-container {
    padding: 30px 20px 30px;
  }

  .footer-info-container {
    width: 348px;
    padding: 20px 0;
  }

  .footer-info-container h2 {
    font-size: 12px;
  }

  .footer-phone {
    font-size: 26px;
  }

  .footer-phone-svg {
    width: 40px;
    height: 40px;
  }

  .footer-free-quote {
    font-size: 26px;
  }

  .footer-check-svg {
    width: 25px;
    height: 25px;
  }

  .footer-container {
    gap: 10px;
    flex-direction: column;
  }

  .template-title-container h1 {
    /* padding: 0 20px; */
    font-size: 20px;
  }

  .template-contents-container {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 30px 0 50px;
  }

  .template-contexts {
    /* width: 80%; */
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .template-images-container {
    /* width: 80%; */
    gap: 15px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .template-image {
    width: 100%;
  }

  .template-image.delivery {
    height: 250px;
  }

  .contact-page-bottom-map iframe {
    width: 300px;
    height: 350px;
  }

  .contact-page-upper-left,
    .contact-page-upper-right,
    .contact-page-bottom-form,
    .contact-page-bottom-map {
    min-width: 90%;
  }

  .bubble {
    width: 50px;
    height: 50px;
  }

  .bubble svg {
    width: 25px;
    height: 25px;
  }

  .template-contexts h1 {
    font-size: 24px;
  }

  .template-contexts .template-image-title > * {
    font-size: 16px;
  }

  .home-page-content-1-contexts h1,
    .home-page-content-2 h2 {
    font-size: 32px;
  }

  .city-map-inner{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .city-map-inner h2 {
    font-size: 16px;
  }

  .home-page-featured-shed-info {
    width: 90%;
  }
}

.hover\:scale-105:hover{
  --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));
}

.hover\:\!bg-black\/80:hover{
  background-color: rgb(0 0 0 / 0.8) !important;
}

.hover\:\!bg-neutral-600:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-black\/80:hover{
  background-color: rgb(0 0 0 / 0.8);
}

.hover\:bg-neutral-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity, 1));
}

.hover\:bg-stone-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(87 83 78 / var(--tw-bg-opacity, 1));
}

.hover\:text-red-400:hover{
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

.hover\:text-red-500:hover{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.focus\:outline-2:focus{
  outline-width: 2px;
}

.focus\:-outline-offset-2:focus{
  outline-offset: -2px;
}

.focus\:outline-indigo-500:focus{
  outline-color: #6366f1;
}

.focus\:outline-red-700:focus{
  outline-color: #b91c1c;
}

.focus\:ring-0: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(0px + 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);
}

.group:hover .group-hover\:flex{
  display: flex;
}

.group.active .group-\[\.active\]\:z-10{
  z-index: 10;
}

@media (min-width: 640px){
  .sm\:size-4{
    width: 1rem;
    height: 1rem;
  }

  .sm\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:text-sm\/6{
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 768px){
  .md\:\!absolute{
    position: absolute !important;
  }

  .md\:absolute{
    position: absolute;
  }

  .md\:sticky{
    position: sticky;
  }

  .md\:\!left-\[10\%\]{
    left: 10% !important;
  }

  .md\:\!right-\[10\%\]{
    right: 10% !important;
  }

  .md\:\!top-\[50\%\]{
    top: 50% !important;
  }

  .md\:left-8{
    left: 2rem;
  }

  .md\:mt-0{
    margin-top: 0px;
  }

  .md\:\!flex{
    display: flex !important;
  }

  .md\:\!hidden{
    display: none !important;
  }

  .md\:hidden{
    display: none;
  }

  .md\:\!h-\[200px\]{
    height: 200px !important;
  }

  .md\:\!h-\[280px\]{
    height: 280px !important;
  }

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

  .md\:\!h-\[402px\]{
    height: 402px !important;
  }

  .md\:\!h-full{
    height: 100% !important;
  }

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

  .md\:min-h-\[60vh\]{
    min-height: 60vh;
  }

  .md\:\!w-1\/4{
    width: 25% !important;
  }

  .md\:\!w-\[35\%\]{
    width: 35% !important;
  }

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

  .md\:w-40{
    width: 10rem;
  }

  .md\:\!-translate-y-1\/2{
    --tw-translate-y: -50% !important;
    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)) !important;
  }

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

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

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

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

  .md\:\!justify-end{
    justify-content: flex-end !important;
  }

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

  .md\:gap-2{
    gap: 0.5rem;
  }

  .md\:gap-8{
    gap: 2rem;
  }

  .md\:gap-y-12{
    row-gap: 3rem;
  }

  .md\:bg-transparent{
    background-color: transparent;
  }

  .md\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .md\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .md\:bg-contain{
    background-size: contain;
  }

  .md\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .md\:\!px-8{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .md\:\!py-6{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:pt-0{
    padding-top: 0px;
  }

  .md\:\!text-left{
    text-align: left !important;
  }

  .md\:text-left{
    text-align: left;
  }

  .md\:\!text-right{
    text-align: right !important;
  }

  .md\:\!text-5xl{
    font-size: 3rem !important;
    line-height: 1 !important;
  }

  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px){
  .lg\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .lg\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.\[\&_\.bi-chevron-right\]\:text-gray-400 .bi-chevron-right{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}