@charset "UTF-8";
/*!
* Start Bootstrap - Business Casual v7.0.9 (https://startbootstrap.com/theme/business-casual)
* Copyright 2013-2023 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-business-casual/blob/master/LICENSE)
*/
/*!
 * Bootstrap  v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #e6a756;
  --bs-secondary: #2F170F;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 230, 167, 86;
  --bs-secondary-rgb: 47, 23, 15;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: Lora, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #01261c;
  --bs-body-bg: #01261c;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #e6a756;
  --bs-link-hover-color: #b88645;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow-x: hidden;  /* Prevent horizontal scrolling */
}

 h4, .h4, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}


ul {
  padding-left: 2rem;
}


ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul ul {
  margin-bottom: 0;
}

blockquote {
  margin: 0 0 1rem;
}


strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

a {
  color: var(--bs-link-color);
  text-decoration: underline;
}
a:hover {
  color: var(--bs-link-hover-color);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}


tbody,
tr,
td {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}


button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

button,
[type=button] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

iframe {
  border: 0;
}

[hidden] {
  display: none !important;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.container {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
   .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
   .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
   .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
   .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
   .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
}
.table {
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #212529;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.375rem;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
 :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
 :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #000;
  --bs-btn-bg: #e6a756;
  --bs-btn-border-color: #e6a756;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #eab46f;
  --bs-btn-hover-border-color: #e9b067;
  --bs-btn-focus-shadow-rgb: 196, 142, 73;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ebb978;
  --bs-btn-active-border-color: #e9b067;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #e6a756;
  --bs-btn-disabled-border-color: #e6a756;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(0, 0, 0, 0.55);
  --bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
  --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
  --bs-navbar-active-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
  --bs-navbar-toggler-border-radius: 0.375rem;
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .show > .nav-link,
.navbar-nav .nav-link.active {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

.navbar-dark {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: 1px solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 0.375rem;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-success {
  --bs-alert-color: #0f5132;
  --bs-alert-bg: #d1e7dd;
  --bs-alert-border-color: #badbcc;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%; /* Default full width */
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

/* Scale down carousel images for desktop */
@media (min-width: 992px) {
  .carousel-inner img {
    max-width: 65%; /* Reduce image size to 80% of its container */
    max-height: 65%; /* Optional: scale height to match */
    margin: 0 auto; /* Center the images horizontally */
  }
}

.carousel-item.active {
  display: block;
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #FFD700;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover .carousel-control-prev-icon,
.carousel-control-next:hover .carousel-control-next-icon,
.carousel-control-prev:focus .carousel-control-prev-icon,
.carousel-control-next:focus .carousel-control-next-icon {
  background-color: #2d4d32; 
  border-radius: 50%; /* Ensure circular shape */
  padding: 5px; /* Slight padding only for hover and focus */
}

.carousel-control-prev {
  left: 0;
  outline: none; /* Remove default outline */
}

.carousel-control-next {
  right: 0;
  outline: none; /* Remove default outline */
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2.5rem; /* Increase size as needed */
  height: 2.5rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  background-color: #355e3b; 
  border-radius: 50%; /* Circular shape */
  padding: 0; /* Remove padding to prevent oval shape */
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.w-100 {
  width: 100% !important;
}

.justify-content-center {
  justify-content: center !important;
}

.align-items-center {
  align-items: center !important;
}

.m-0 {
  margin: 0 !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.text-center {
  text-align: center !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

/* rtl:begin:remove */

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}
@media (min-width: 992px) {
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}
body {
  background-image: none;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

p {
  line-height: 1.75;
}

.text-faded {
  color: #f6e1c5;
}

.page-section {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.section-heading {
  text-transform: uppercase;
  text-align: center; /* Center the entire heading */
}

.section-heading .section-heading-upper {
  display: block;
  font-size: 1.5rem;
  font-weight: 800;
  text-align: center; /* Center upper text */
  margin-bottom: 1.5rem !important;
}

.section-heading .section-heading-lower {
  display: block;
  font-size: 3.5rem;
  font-weight: 100;
  text-align: center; /* Center lower text */
  margin-top: 0 !important;
}

@media (max-width: 768px) {
  .section-heading .section-heading-upper {
      font-size: 1.25rem; /* Slightly smaller for mobile */
  }
  
  .section-heading .section-heading-lower {
      font-size: 3rem; /* Reduce size to ensure centering on mobile */
  }
}

.section-heading .section-heading-upper, .section-heading .section-heading-lower {
  text-align: center;
  line-height: 1.2; /* Adjust line height for better centering */
}

.bg-faded {
  background-color: #f6e1c5;
}

.btn-xl {
  font-weight: 700;
  font-size: 0.8rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

/* Main Navbar Styling */
#mainNav {
  background-color: #01261c;
  font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, 
                "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", 
                "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  padding: 0.88rem; /* Reduced padding by 12% */
}

#mainNav .navbar-brand {
  display: flex;
  align-items: center;
  max-width: 25%;
}

#mainNav .navbar-brand img {
  height: 70px; /* Reduced logo height by 12% */
  width: auto;
  display: block;
}

#mainNav .navbar-nav .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 800;
  font-family: 'Lora', serif; /* Apply Lora or your desired font */
  font-size: 1.5rem !important; /* Force font size with !important */
}


#mainNav .navbar-nav .nav-item.active .nav-link {
  color: #e6a756;
}

@media (min-width: 992px) {
  #mainNav .navbar-nav .nav-item .nav-link {
    font-size: 0.8rem; /* Reduced font size slightly */
  }
  #mainNav .navbar-nav .nav-item .nav-link:hover {
    color: rgba(255, 255, 255, 0.4);
  }
  #mainNav .navbar-nav .nav-item.active .nav-link:hover {
    color: #e6a756;
  }
}

@media (max-width: 768px) {
  #mainNav .navbar-brand img {
    height: 65px !important; /* Force the smaller size with !important */
    width: auto !important;  /* Ensure aspect ratio is maintained */
  }
}

.btn {
  box-shadow: 0px 3px 3px 0px rgba(33, 37, 41, 0.1);
}

@media (min-width: 992px) {
  .about-heading .about-heading-img {
    position: relative;
    z-index: 0;
  }
  .about-heading .about-heading-content {
    margin-top: 0rem;
    position: relative;
    z-index: 1;
  }
}

.cta {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #01261c;
}
.cta .cta-inner {
  position: relative;
  padding: 3rem;
  margin: 0.5rem;
}
.cta .cta-inner:before {
  border-radius: 0.5rem;
  content: "";
  position: absolute;
  top: -0.5rem;
  bottom: -0.5rem;
  left: -0.5rem;
  right: -0.5rem;
  border: 0.25rem solid rgba(255, 255, 255, 0.85);
  z-index: -1;
}

.list-hours {
  font-size: 0.9rem;
}
@media (min-width: 992px) {
  .list-hours {
    width: 50%;
    font-size: 1.1rem;
  }
}

.address strong {
  font-size: 1.2rem;
}

/* Book Now Banner Styles */
.book-now-banner {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 80px; /* Adjust height to fit icons and text */
  background-color: #e6a756; /* Match primary color */
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  display: none; /* Hidden by default */
  z-index: 1000;
}

.book-now-container {
  display: flex;
  width: 100%;
  height: 100%;
}

.book-now-btn {
  flex: 1; /* Divide bar equally */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: white;
  font-size: 1rem;
  font-weight: bold;
}

.call-btn {
  background-color: #28a745; /* Bright green for Call */
}

.book-btn {
  background-color: #343a40; /* Charcoal for Book Now */
}

.book-now-btn i {
  font-size: 1.5rem; /* Icon size */
  margin-bottom: 5px; /* Space between icon and text */
}

/* Show the banner only on mobile devices */
@media (max-width: 768px) {
  .book-now-banner {
      display: flex; /* Make banner visible */
  }
}




/* Top Banner Styling */
.top-banner {
  background-color: #1c1c1c; /* Background color */
  color: #fff;               /* White text color */
  padding: 5px 0;            /* Reduced padding */
  text-align: center;
  font-family: 'Arial', sans-serif !important;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  width: 100%;
  min-height: 33px;          /* Reduced height */
  max-height: 100px;         /* Maximum height */
  overflow-y: hidden;        /* Prevent vertical overflow */

  display: flex;             /* Flexbox for alignment */
  align-items: center;       /* Center content vertically */
  justify-content: center;   /* Center content horizontally */
  z-index: 2;                /* Place above the background image */
}

.top-banner p {
  margin: 0;
}

.top-banner a {
  color: #fff; /* White color for phone number */
  text-decoration: none;
  font-weight: bold;
  font-family: inherit !important;
}

.top-banner .phone-number {
  font-family: inherit !important;
  font-size: 1.7rem !important; /* Adjust as needed */
  font-weight: 700 !important;
  color: #fff !important;
}

.top-banner .phone-icon {
  color: rgb(var(--bs-secondary-rgb)); /* Change phone icon color */
  font-family: inherit !important;
  margin-right: 10px;
}

@media (min-width: 768px) {
  .top-banner {
    font-size: 18px; /* Adjusted font size for desktop */
    height: 40px; /* Reduced height */
  }
}


/* Hover effect for price badges */

/* Footer Styling */
.footer {
  background-color: #1f1f1f; /* Softer dark gray for a more neutral look */
  width: 100%; /* Ensure the footer spans the entire viewport width */
  padding: 0; /* Remove padding to bring content closer to the top */
  box-sizing: border-box; /* Include padding in width calculations */
  overflow-x: hidden; /* Prevent horizontal scrolling */
  text-align: center;
  position: relative; /* Ensures proper stacking with the banner */
}

.footer .container {
  display: flex; /* Use Flexbox for vertical alignment */
  flex-direction: column; /* Stack the content vertically */
  align-items: center; /* Center content horizontally */
  justify-content: flex-start; /* Move content to the top of the footer */
  padding: 10px 0; /* Add slight padding to ensure proper spacing */
}

.social-icons {
  margin-bottom: px !important; /* Slight spacing below the icons */
  display: flex; /* Align icons horizontally */
  justify-content: center; /* Center-align icons */
  gap: 5px; /* Add spacing between icons */
}

.social-icons a {
  color: #f6e1c5; /* Match your color palette */
  font-size: 72px; /* Adjust icon size */
  transition: color 0.3s ease-in-out; /* Smooth hover effect */
}

.footer p {
  margin: 0 !important; /* Remove extra margins around the text */
  padding: 0; /* Ensure no extra padding */
  font-size: 1.2rem; /* Adjust font size for balance (optional) */
  color: #f6e1c5; /* Ensure the text is visible */
}



/* Optional: Adjust Font Styling */



/* Hero Section */
.hero {
  height: 80vh;  /* Full height for the hero section */
  overflow: hidden;
  position: relative;
}

/* Video Styling - Updated for Performance */
.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;  /* Changed from 1 to 0 - puts video behind everything */
  opacity: 0.9; /* Slightly reduce opacity so content stands out */
}

/* Logo Container */
.logo-container {
  top: 45%;  /* Move logo slightly higher for overlap */
  left: 50%;  /* Center horizontally */
  transform: translate(-50%, -50%);
  z-index: 2;  /* Ensure it stays behind text */
  opacity: 0.75;  /* Adjust transparency */
}

/* Large Logo Styling */
.hero-logo {
  width: 100%;
  max-width: 550px;
  height: auto;
  
}

/* Hero Content */
.hero-content {
  position: relative;
  z-index: 3;
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  margin-bottom: 0;
  padding-bottom: 0;
  will-change: transform; /* Optimize text rendering */
}

/* Hero Content Styling */
.hero-content h1 {
  font-family: 'Lora', serif; /* Apply Lora font for the hero headline */
  font-size: 3.5rem; /* Adjust size as needed */
  font-weight: 700; /* Bold for emphasis */
  color: #fff; /* Ensure it contrasts against background */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8); /* Keep text shadow for readability */
  margin-bottom: 0.1rem;
}

.hero-content .btn-primary {
  font-family: 'Raleway', sans-serif; /* Apply Raleway for button text */
  font-weight: 900;
  font-size: 2rem;
  padding: 10px 20px; /* Adjust padding for balanced look */
  text-shadow: none; /* Remove shadow effect */
  color: #355e3b;
}



/* Media Query: Adjustments for Smaller Screens */
@media (max-width: 768px) {
  .logo-container {
      top: 50%;  /* Center the logo on smaller screens */
      opacity: 0.65;  /* Make it slightly less visible */
  }

  .hero-logo {
      width: 100%;  /* Adjust for smaller devices */
      max-width: 400px;  /* Ensure logo doesn't get too large */
  }

  .hero-content h1 {
      font-size: 2.25rem;  /* Scale down the heading */
  }

  .btn-xl {
      padding: 12px 24px;
      font-size: 1rem;  /* Adjust button size */
  }

  .hero-content .btn-primary {
    font-size: 1rem;
    padding: 5px 10px; /* Adjust padding for balanced look */
  }
}

.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;            /* Ensures full width */
  height: 100%;           /* Ensures full height */
  object-fit: cover;      /* Prevents tiling by scaling the image */
  background-size: cover; /* Scales the background to cover the container */
  background-repeat: no-repeat; /* Prevents background repetition */
  z-index: 0;             /* Keeps the image in the background */
}

.phone-number {
  position: relative;
  z-index: 2; /* Ensure text is on top of the background */
  margin: 0;
  font-size: 28px; /* Increased font size */
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7); /* Optional shadow for better readability */
}

/* Centering SVG Divider */
.svg-divider {
  display: flex;             
  justify-content: center;   
  margin: 0;                 /* Remove extra margin */
  padding: 0;                /* Remove extra padding */
  width: 100%;               
  position: relative;        /* Ensure positioning does not interfere with the header */
  z-index: 1;                /* Ensure it's properly layered */
}

.svg-divider img {
  width: 100%;               /* Full width */
  height: auto;              /* Maintain aspect ratio */
  display: block;            /* Remove any extra spacing */
}


/* Ensure the widget stays within the container */
.elfsight-wrapper {
  width: 100%;  /* Full width within the container */
  max-width: 100vw;  /* No wider than the viewport */
  overflow-x: hidden;  /* Prevent horizontal scrolling */
  margin: 0 auto;  /* Center the widget */
  box-sizing: border-box;  /* Include padding in width */
  position: relative;
}

/* Additional Styling for the Elfsight App */
.elfsight-app-81517a59-acae-49b4-af16-5d9ef85849f4 {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
}
/* Styling the Swoosh Container */
.swoosh-container {
  display: flex;
  justify-content: center;  /* Center the SVG horizontally */
  margin: 20px 0;  /* Add padding above and below the SVG */
  overflow: visible;  /* Ensure swoosh is not clipped */
    text-align: center;  /* Ensure proper alignment */
}

/* Styling the Swoosh SVG */
.swoosh-svg {
  width: 20%;  /* Adjust the size of the SVG */
  max-width: 300px;  /* Limit the maximum width */
  height: auto;  /* Maintain aspect ratio */
}

/* General card container styling */

/* Mobile-specific card size adjustments */

table {
  width: 100%;  /* Ensure the table fills the card */
  border-collapse: collapse;
}

 table td {
  padding: 8px;
  border-bottom: 1px solid #ddd;
}

#mainNav .navbar-brand .brand-logo {
  height: 100px; /* Adjust logo height as desired */
  width: auto; /* Maintain aspect ratio */
}

.intro-content {
  max-width: 800px; /* Set a max width for the combined content */
  margin: 0 auto; /* Center the entire content */
  text-align: center;
  background-color: #F8E4C1; /* Light background color matching screenshot */
  padding: 2rem;
}

#introCarousel {
  margin-top: 2rem; /* Add spacing between intro text and carousel */
}

.intro-button .btn-primary {
  font-family: 'Raleway', sans-serif; /* Apply Raleway for button text */
  font-weight: 900;
  font-size: 1.5rem;
  padding: 10px 20px; /* Adjust padding for balanced look */
  text-shadow: none; /* Remove shadow effect */
  color: #355e3b;
  margin-top: 1rem; 
}

@media (max-width: 768px) {
  .intro-button .btn-primary {
    font-size: 1rem;
    padding: 5px 10px; /* Adjust padding for balanced look */
  }
}

.learn-more-link {
  font-size: 0.9rem; /* Slightly smaller font size */
  font-weight: 600; /* Make it stand out slightly */
  color: #cf964d; /* Subtle golden color */
  text-decoration: none; /* Remove underline by default */
  margin-left: 5px; /* Add spacing before the link */
}

.learn-more-link:hover {
  text-decoration: underline; /* Add underline on hover for better UX */
  color: #b88645; /* Slightly darker golden on hover */
}


/* Extra bottom padding for .about-heading section */

/* Desktop-specific padding after the image */
@media (min-width: 992px) { /* Applies to large screens and up */
  .page-section.about-heading .col-lg-6:first-child {
      margin-bottom: 40px; /* Adds space below the image */
  }
}

/* Mobile-specific padding after the text box */
@media (max-width: 991px) { /* Applies to medium screens and down */
  .page-section.about-heading .col-lg-6:last-child {
      margin-bottom: 40px; /* Adds space below the text box */
  }
}

/* Policy Header Section */
.policy-header {
  position: relative;
  text-align: center;
  color: white;
  height: 50vh; /* Limit height to half the viewport */
  overflow: hidden;
}

/* Default: Show desktop image, hide mobile image */
.policy-header .desktop-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.policy-header .mobile-img {
  display: none;
}

/* Mobile-specific settings: Hide desktop image, show mobile image */
@media (max-width: 768px) {
  .policy-header .desktop-img {
      display: none;
  }

  .policy-header .mobile-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
  }
}

/* Title Styling for Page Header */
.policy-title {
  position: absolute;
  top: 50%; /* Adjusts vertical placement */
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  font-weight: bold;
  color: white;
  padding: 10px 20px; /* Keeps padding for readability */
}

/* Mobile-specific adjustments for Page Header Title */
@media (max-width: 768px) {
  .policy-title {
      font-size: 3.5rem; /* Increase font size for mobile */
      top: 50%; /* Higher vertical position on mobile */
      padding: 12px 24px; /* Slightly larger padding for mobile */
  }
}

/* Policy Content Section */
.policy-content {
  background-color: #f6e1c5; /* Light background for readability */
  padding-top: 20px;
  padding-bottom: 20px;
}

.policy-section {
  margin-bottom: 30px;
  padding: 20px;
  border-bottom: 2px solid #b08a5a; /* Divider between sections */
}

.policy-heading {
  font-size: 1.75rem;
  font-weight: bold;
  color: #01261c;
  margin-bottom: 10px;
}

.policy-section p {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}

/* Instagram icon color specifically for the Follow Us on Instagram section */
.follow-instagram .instagram-icon {
  font-size: 2.5rem;
  color: #e6a756; /* Apply the specified color */
  transition: color 0.3s;
}

.follow-instagram .instagram-icon:hover {
  color: #d38a44; /* Slightly darker color on hover */
}

/* ---------------------------MASSAGE PAGE------------------------------------------------ */

/* Page Title Section */
#massage-title-section {
  background: linear-gradient(180deg, #e9f5ec, #f8f5f0); /* Green to soft cream */
  padding: 60px 0; /* Add spacing for balance */
  text-align: center;
}

.massage-title {
  font-size: 3rem; /* Title size for desktop */
  font-weight: bold;
  color: #355e3b; /* Theme color */
  margin-bottom: 20px; /* Space below the title */
}

.swoosh-svg {
  width: 50%; /* Restrict the size to 50% of the container width */
  max-width: 200px; /* Limit the maximum width */
  margin: 15px auto; /* Center-align with space above and below */
}



/* Massage Services Section */
#massage-services {
  background-color: #ffffff; /* Cleaner white background */
  padding: 40px 0;
}

.content-wrapper {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 40px;
}

.reverse-layout {
  flex-direction: row-reverse; /* Flip layout for alternating rows */
}

.massage-img-container,
.massage-text-container {
  flex: 1; /* Ensure both image and text take equal space */
}

.massage-img {
  max-width: 90%;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.massage-text-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Balance spacing for text */
}

.massage-heading {
  font-size: 2em;
  font-weight: bold;
  color: #355e3b;
}

.massage-text {
  font-size: 1.1em;
  line-height: 1.6;
  color: #555;
}

.massage-benefits {
  margin: 15px 0;
  padding-left: 20px;
}

.massage-benefits li {
  margin-bottom: 10px;
}

.massage-quote {
  font-style: italic;
  color: #355e3b; /* Dark green text */
  background-color: transparent; /* No background */
  margin: 10px 0; /* Spacing around the card */
  padding: 15px 20px; /* Add padding for spacing */
  border: 2px solid #d4af37; /* Gold border */
  border-radius: 8px; /* Rounded corners */
  font-weight: bold; /* Make the text more prominent */
}



.massage-pricing {
  display: flex; /* Make items inline */
  flex-wrap: wrap; /* Allow wrapping to next line if needed */
  justify-content: flex-start; /* Align items to the left */
  gap: 8px; /* Add consistent spacing between items */
  margin: 1rem 0; /* Spacing around the pricing section */
}

.pricing-item {
  background-color: #f9f9f9; /* Light background */
  border: 1px solid #ddd; /* Subtle border */
  border-radius: 5px; /* Rounded corners */
  padding: 0.3rem 0.5rem; /* Compact padding for smaller size */
  font-size: 0.85rem; /* Small, readable font */
  text-align: center; /* Center align the text */
  flex: 0 0 auto; /* Prevent items from stretching unevenly */
  width: auto; /* Allow items to size dynamically based on content */
  min-width: 80px; /* Ensure a minimum width for readability */
  max-width: 120px; /* Optional: Prevent items from being too wide */
}

.pricing-item strong {
  color: #355e3b; /* Highlight the duration */
}

/* Call to Action Section */
#call-to-action {
  background-color: #355e3b; /* Dark green background */
  color: #ffffff; /* White text for contrast */
  padding: 50px 0; /* Spacing around the section */
}

.cta-heading {
  font-size: 2.5rem; /* Prominent heading */
  font-weight: bold;
  margin-bottom: 20px; /* Space below the heading */
}

.cta-button {
  font-size: 1.1rem;
  color: #ffffff; /* White text */
  background-color: #d4af37; /* Gold background */
  border: none;
  padding: 15px 30px; /* Add padding for a button-like feel */
  border-radius: 8px; /* Rounded corners */
  text-decoration: none; /* Remove underline */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); /* Add a shadow for emphasis */
  transition: background-color 0.3s ease; /* Smooth hover transition */
}

.cta-button:hover {
  background-color: #b8902f; /* Darker gold on hover */
}


/* Responsive Layout */
@media (max-width: 768px) {
  .content-wrapper,
  .reverse-layout {
    flex-direction: column; /* Stack content vertically on mobile */
  }

  /* Alternating Backgrounds for Mobile */
  .content-wrapper:nth-child(odd) {
    background-color: #f8f8f8; /* Light gray for odd sections */
  }

  .swoosh-svg {
    width: 30%; /* Reduce the size to 50% of the container width */
    max-width: 150px; /* Strict maximum width for smaller screens */
    height: auto; /* Maintain aspect ratio */
    margin: 15px auto; /* Space above and below, center-align */
  }

  .content-wrapper:nth-child(even) {
    background-color: #ffffff; /* White for even sections */
  }

  /* General Styling for Content Wrapper */
  .content-wrapper {
    padding: 15px; /* Add padding inside each section */
    border-radius: 8px; /* Rounded corners for cleaner look */
    margin-bottom: 20px; /* Add space between sections */
    border: 1px solid #ddd; /* Subtle border */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Add a light shadow for depth */
  }

  /* Massage Image Container */
  .massage-img-container {
    margin-bottom: 10px; /* Add space below the image */
    text-align: center; /* Center align the image */
  }
  .massage-img {
    max-width: 100%; /* Allow the image to grow to the container's width */
    width: 100%; /* Set to occupy 90% of the container width */
    height: auto; /* Maintain aspect ratio */
    border-radius: 8px; /* Retain rounded corners if present */
  }

  /* Massage Text Container */
  .massage-text-container {
    text-align: left; /* Align text to the left */
    margin: 0 auto; /* Center the container */
    padding: 0 1rem; /* Add padding for space */
  }

  /* Massage Heading */
  .massage-heading {
    text-align: center; /* Center the title */
    margin-top: 10px; /* Add spacing above the heading */
  }

  /* Massage Benefits */
  .massage-benefits {
    padding-left: 1.5rem; /* Increase indentation for bullets */
    margin-bottom: 10px; /* Add space below the benefits */
  }

  /* Massage Pricing */
  .massage-pricing {
    display: flex;
    flex-wrap: wrap; /* Allow wrapping when needed */
    justify-content: flex-start; /* Align items to the left */
    gap: 5px; /* Add small gaps between items */
    margin-top: 10px; /* Add spacing above the pricing section */
  }

.pricing-item {
    background-color: #f9f9f9; /* Light background for better visibility */
    border: 1px solid #ddd; /* Subtle border */
    border-radius: 5px; /* Rounded corners */
    padding: 0.25rem 0.4rem; /* Compact padding */
    font-size: 0.8rem; /* Adjust font size for mobile */
    text-align: center; /* Center-align text within the box */
    flex: 0 0 auto; /* Prevent items from stretching unevenly */
  }

  /* Massage Quote */
  .massage-quote {
    text-align: center; /* Center align quote */
    font-style: italic; /* Keep quote styling */
    margin: 10px 0; /* Reduce margin for tighter layout */
    background-color: #f8f8f8; /* Light background for quote */
    padding: 15px; /* Padding inside the quote box */
    border-left: 4px solid #355e3b; /* Green border for emphasis */
    border-radius: 4px; /* Rounded corners for better appearance */
  }
}

