html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{
	display: block;
}

body {
  line-height: 1;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

ol,
ul{
	list-style: none;
}

blockquote,
q{
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after{
	content: '';
	content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6{
	font-family: 'Open Sans';
	font-size: 16px;
}

p {
  font-family: 'Open Sans';
  font-size: 14px;
}

html * {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

::-webkit-scrollbar {
  display: none;
}

::-moz-selection {
  color: #FFFFFF;
  background: #23D3D3;
}

::selection {
  color: #FFFFFF;
  background: #23D3D3;
}

.marram-container-slim {
  max-width: 920px;
  margin: 0 auto !important;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.main {
  width: 100%;
  height: 100%;
}

.marram-home {
  padding: 75px 0 75px 0;
  background: #F7F7F8;
}

.marram-home .hero-content {
  padding: 25px 0 0 0;
}

.marram-home h1 {
  font-size: 42px;
  font-weight: 300;
  color: #FFFFFF;
  color: #252525;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.marram-home p {
  font-size: 18px;
  font-weight: 400;
  color: rgb(129, 129, 152);
  max-width: 630px;
  margin: 0 auto;
  letter-spacing: 0;
  line-height: 1.6;
  margin-top: 10px;
  margin-bottom: 15px;
}

.marram-home-main {
  padding: 125px 0 75px 0;
}

.marram-home-main .hero-content {
  display: flex;
  height: 100%;
  padding: 0 !important;
}

.marram-home-main .hero-content .hero-content-inner {
  margin: auto;
  text-align: center;
}

.marram-home-main .hero-content h4 {
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.4);
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.marram-home-main .hero-content h1 {
  font-size: 42px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.2;
}

.marram-home-main .hero-content p {
  font-size: 18px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  max-width: none;
  letter-spacing: 0;
  line-height: 1.6;
  margin-top: 25px;
  margin-bottom: 0;
}

.form-note p {
  font-size: 12px;
  font-weight: 500;
  color: #97a6b5;
}

.marram-services-section {
  background: #FFFFFF;
  padding: 50px 0;
  position: relative;
}

.service-intro {
  padding: 0 0 50px 0;
}

.service-intro h1 {
  font-size: 32px;
  font-weight: 300;
  color: #364655;
  line-height: 1.2;
  margin-bottom: 20px;
}

.service-intro p {
  font-size: 16px;
  font-weight: 400;
  color: rgb(129, 129, 152);
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
}

.justify-center {
  justify-content: center !important;
  display: flex;
}

.marram-service-cards {
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
}

.card_single {
  min-width: 200px;
  padding: 40px 32px;
  background-color: #FFF;
  transition: 0.1s ease-in background-color;
  -webkit-transition: 0.1s ease-in background-color;
}

.card-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 50%;
  background: rgba(30, 166, 154, 0.08);
  background: #edf4f7;
  display: table;
  text-align: center;
}

.card-img {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.card-text {
  padding: 15px;
  margin-top: 15px;
}

.card-text h3 {
  font-size: 21px;
  font-weight: 500;
}

.card-text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 15px;
}

.marram-about-layout .marram-about-text .marram-about-copy a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20%;
  height: 1px;
  width: 50px;
  background: #8798ab;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.marram-about-layout .marram-about-text .marram-about-copy a:hover::after {
  width: 75px;
}

.marram-about-layout .marram-about-text .marram-about-copy a:hover {
  text-decoration: none;
}

.marram-contact-section {
  text-align: center;
}

.marram-contact-shell {
  display: flex;
  margin: auto;
  height: 480px;
}

.marram-contact-shell .marram-contact-shell-inner {
  margin: auto;
  padding: 0;
}

.marram-contact-shell .marram-contact-shell-inner h4 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 20px;
}

.marram-contact-shell .marram-contact-shell-inner h2 {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.6;
  color: #FFFFFF;
}

.marram-faq-section {
  padding: 50px 0;
}

.marram-faq-section .marram-faq-intro {
  max-width: 600px;
  margin-bottom: 50px;
}

.marram-faq-section .marram-faq-inner h2 {
  font-size: 32px;
  font-weight: 300;
  color: #111;
  line-height: 1.2;
  margin-bottom: 15px;
}

.marram-faq-section .marram-faq-inner p {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.6;
  margin: 15px 0;
}

.marram-faq-section .marram-faq-inner h5 {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.6;
  margin-top: 20px;
  display: inline;
}

.marram-faq-section .marram-faq-inner a {
  display: inline;
  font-family: 'Open Sans';
  color: #047aed;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.footer {
  padding: 35px 0;
  border-top: 2px solid rgba(255, 255, 255, 0.1);
}

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

.footer .footer-logo h2 {
  font-size: 18px;
  font-weight: 500;
  color: #e5e5e5;
  text-transform: uppercase;
  line-height: 1.4;
  letter-spacing: 1px;
}

.footer p {
  font-size: 24px;
  font-weight: 700;
  color: #e5e5e5;
  line-height: 1.4;
  margin-top: 0;
}

.footer ul {
  list-style-type: none;
  text-align: center;
  margin-top: 0;
}

.footer .footer-menu {
  text-align: center;
  margin: 20px 0;
}

.footer ul li {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}

.footer ul li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  color: #FFFFFF;
  text-decoration: none;
}

.footer ul li a:hover {
  text-decoration: none;
  color: #97a6b5;
}

@media only screen and (min-width: 767px) {
  .marram-container-slim {
    padding-left: 20px;
    padding-right: 20px;
  }

  .marram-home .hero-content {
    padding: 75px 0 0 0;
  }

  .marram-home-main .hero-content .hero-content-inner {
    text-align: left;
  }

  .marram-services-section {
    padding: 100px 0 50px 0;
  }

  .service-intro h1 {
    font-size: 34px;
  }

  .card_single {
    width: calc(33.333% - 2px);
  }

  .flex-split {
    padding: 100px 0;
  }

  .marram-about-intro h2 {
    font-size: 34px;
  }

  .marram-about-layout {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 75px 0 0 0;
  }

  .marram-about-layout .marram-about-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 400px;
    flex: 0 0 400px;
  }

  .marram-contact-shell .marram-contact-shell-inner h2 {
    font-size: 32px;
  }

  .marram-about-layout .marram-about-text h2 {
    margin-top: 0;
  }

  .marram-faq-section {
    padding: 100px 0;
  }

  .marram-about-layout .marram-about-text h2 {
    font-size: 24px;
  }

  .marram-about-layout .marram-about-text p {
    font-size: 16px;
    font-weight: 500;
  }

  .footer .footer-logo {
    text-align: left;
  }

  .footer .footer-menu {
    text-align: right;
    margin: 0;
  }

}

@media only screen and (min-width: 480px) {
  .marram-container-slim {
    padding-left: 40px;
    padding-right: 40px;
  }

  .marram-about-layout .marram-about-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
  }

}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .card_single {
    text-align: center;
    padding: 10px;
  }

}

@font-face {
  font-family: "ArvoRegular";
  src: url("../fonts/Arvo-Regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "ArvoBold";
  src: url("../fonts/Arvo-Bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

:root {
  --marram-brown: #433c35;
  --marram-red: #a71f00;
  --marram-teal: #33b0ba;
  --marram-tan: #f3ece3;
  --marram-ink: #504740;
}

.marram-container {
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.marram-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

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

.marram-col {
  position: relative;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.marram-col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

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

.marram-nav-spacer {
  margin-left: auto;
}

.marram-nav-menu {
  display: none;
  width: 100%;
}

.marram-nav-menu.is-open {
  display: block;
}

.marram-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.marram-img-fluid {
  display: block;
  max-width: 100%;
  height: auto;
}

@media only screen and (min-width: 576px) {
  .marram-container {
    max-width: 540px;
  }
}

@media only screen and (min-width: 768px) {
  .marram-container {
    max-width: 720px;
  }

  .marram-nav-menu,
  .marram-nav-menu.is-open {
    display: flex;
    width: auto;
  }

  .marram-col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .marram-col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .marram-offset-md-1 {
    margin-left: 8.333333%;
  }
}

@media only screen and (min-width: 992px) {
  .marram-container {
    max-width: 960px;
  }

  .marram-col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .marram-col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .marram-col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .marram-offset-lg-2 {
    margin-left: 16.666667%;
  }
}

@media only screen and (min-width: 1200px) {
  .marram-container {
    max-width: 1140px;
  }
}

body {
  background: url("../images/bg.png") repeat;
  color: var(--marram-ink);
}

h1,
h2,
h3,
h4,
h5,
h6,
.marram-navbar .marram-navbar-brand,
.marram-navbar-nav .marram-nav-item .marram-nav-link,
.btn-action,
.footer-menu li a,
.marram-faq-title {
  font-family: "ArvoRegular", Georgia, serif;
}

p,
li,
input,
textarea,
button,
.form-note p {
  font-family: "Open Sans", Arial, sans-serif;
}

.marram-navbar {
  width: 100%;
  background-color: var(--marram-teal) !important;
  border-bottom: 1px solid #2a9aa3;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  min-height: 72px;
  transition: background-color 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.marram-navbar .marram-navbar-container {
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.marram-navbar.past-main {
  background-color: #ffffff !important;
  border-bottom-color: #decfc1;
}

.marram-navbar.effect-main,
.marram-navbar.past-main {
  box-shadow: 0 8px 22px rgba(49, 43, 38, 0.12);
}

.marram-navbar-collapse {
  background-color: var(--marram-teal);
  transition: background-color 0.28s ease;
  width: 100%;
  order: 3;
  flex-basis: 100%;
}

.marram-navbar .marram-nav-menu {
  margin-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  padding-top: 12px;
  padding-bottom: 14px;
}

.marram-navbar.past-main .marram-nav-menu {
  border-top-color: rgba(67, 60, 53, 0.16);
}

.marram-navbar-nav {
  background-color: var(--marram-teal) !important;
  transition: background-color 0.28s ease;
  list-style: none;
  margin: 0;
  display: block;
  padding: 0 1.5rem;
}

.marram-navbar-nav .marram-nav-item {
  list-style: none;
  margin-right: 0;
  margin-top: 1.5rem;
  font-size: 0.85rem;
  font-weight: 400;
  text-transform: capitalize;
  display: flex;
}

.marram-navbar-nav .marram-nav-item:first-child {
  margin-top: 0;
}

.marram-navbar.past-main .marram-navbar-collapse {
  background-color: #ffffff;
}

.marram-navbar.past-main .marram-navbar-nav {
  background-color: #ffffff !important;
}

.marram-navbar .marram-navbar-brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: var(--marram-red) !important;
  font-size: 20px;
  padding-top: 0;
  padding-bottom: 0;
  flex-shrink: 0;
  order: 1;
}

.marram-navbar .marram-navbar-toggle {
  border: 0;
  background: transparent;
  padding: 8px;
  margin-left: auto;
  cursor: pointer;
  order: 2;
}

.marram-navbar .marram-navbar-toggle:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.8);
  outline-offset: 2px;
}

.marram-navbar.past-main .marram-navbar-toggle:focus-visible {
  outline-color: rgba(67, 60, 53, 0.65);
}

.marram-navbar .marram-navbar-toggle-icon {
  display: block;
  width: 1.5em;
  height: 1.5em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,0.95)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.marram-navbar.past-main .marram-navbar-toggle-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,0.65)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-logo {
  height: 90px;
  width: auto;
  display: block;
  padding: 4px 0;
}

.navbar-logo-scrolled {
  display: none;
}

.marram-navbar.past-main .navbar-logo-initial {
  display: none;
}

.marram-navbar.past-main .navbar-logo-scrolled {
  display: block;
}

.marram-navbar-nav .marram-nav-item .marram-nav-link {
  color: #ffffff;
  transition: color 0.28s ease;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 14px;
  line-height: 1.2;
  padding: 4px 0;
  text-decoration: none;
  font-weight: 500;
  display: flex;
  vertical-align: middle;
}

.marram-navbar.past-main .marram-navbar-nav .marram-nav-item .marram-nav-link {
  color: #6a5c52;
}

.marram-navbar-nav .marram-nav-item .marram-nav-link:hover {
  color: var(--marram-red);
}

.marram-navbar-nav .marram-nav-item .marram-nav-link:focus-visible {
  color: var(--marram-red);
}

@media only screen and (min-width: 768px) {
  .marram-navbar .marram-navbar-toggle {
    display: none;
  }

  .marram-navbar .marram-navbar-container {
    max-width: 720px;
    min-height: 82px;
    flex-wrap: nowrap;
  }

  .marram-navbar .marram-navbar-collapse {
    flex-grow: 0;
    flex-basis: auto;
    width: auto;
    display: flex;
    align-items: center;
    background-color: transparent;
  }

  .marram-navbar .marram-nav-menu {
    margin-top: 0;
    border-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .marram-navbar .marram-navbar-nav,
  .marram-navbar.past-main .marram-navbar-nav {
    background-color: transparent !important;
    display: flex;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .marram-navbar-nav .marram-nav-item {
    margin-top: 0;
    margin-left: 24px;
  }

  .marram-navbar-nav .marram-nav-item:first-child {
    margin-left: 0;
  }

  .marram-navbar-nav .marram-nav-item .marram-nav-link {
    padding: 8px 0;
    font-size: 14px;
  }

  .marram-navbar.past-main .marram-navbar-collapse {
    background-color: transparent;
  }
}

@media only screen and (min-width: 992px) {
  .marram-navbar .marram-navbar-container {
    max-width: 960px;
  }
}

@media only screen and (min-width: 1200px) {
  .marram-navbar .marram-navbar-container {
    max-width: 1140px;
  }
}

.marram-home-main {
  background: #ffffff;
}

.marram-home-main .hero-content h4,
.marram-about-intro h2,
.service-intro h2,
.service-intro h1,
.marram-faq-inner h2,
.marram-contact-shell-inner h4 {
  color: var(--marram-teal);
}

#services .service-intro {
  text-align: left;
}

#services .marram-row.justify-center {
  justify-content: flex-start;
}

#services .marram-row.justify-center > .marram-col {
  max-width: 100%;
  flex: 0 0 100%;
}

#services .service-intro p {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.service-intro h2 {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 20px;
}

.marram-about-intro h2,
#faq .marram-faq-inner h2,
#contact .marram-contact-shell-inner h2 {
  font-size: 24px;
}

#faq .marram-faq-inner h2 {
  color: var(--marram-red);
}

#faq .marram-faq-inner h5,
#faq .marram-faq-inner > p,
#faq .marram-faq-inner a,
#faq #accordion,
#faq #accordion * {
  font-family: "Open Sans", Arial, sans-serif;
}

#faq .marram-faq-inner > p {
  font-family: "ArvoRegular", Georgia, serif;
}

#faq .marram-faq-inner a {
  color: var(--marram-red);
}

#faq .marram-faq-inner a:hover {
  color: #7f1800;
}

#services .service-intro h2 {
  color: var(--marram-red);
}

.marram-home-main .hero-content h1,
.marram-about-intro p,
.marram-about-copy h2,
.marram-faq-inner p,
.marram-contact-shell-inner h2 {
  color: var(--marram-ink);
}

#faq .marram-faq-inner a.hero-text-link,
.hero-content-inner .hero-text-link {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: var(--marram-teal);
  position: relative;
  display: inline-block;
  padding: 8px 0;
  text-decoration: none;
}

#faq .marram-faq-inner a.hero-text-link::after,
.hero-content-inner .hero-text-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20%;
  height: 1px;
  width: 50px;
  background: var(--marram-teal);
  transition: 0.3s;
}

#faq .marram-faq-inner a.hero-text-link:hover::after,
.hero-content-inner .hero-text-link:hover::after {
  width: 75px;
}

#faq .marram-faq-inner a.hero-text-link:hover,
.hero-content-inner .hero-text-link:hover {
  text-decoration: none;
}

#about .marram-about-layout .marram-about-image,
#about .marram-about-layout.flex-inverted .marram-about-image,
#about .marram-about-layout .marram-about-image.marram-about-image-inverted {
  order: 1;
}

#about.flex-split {
  background: #fff;
}

#about .marram-container-slim {
  padding-left: 18px;
  padding-right: 18px;
}

#about .marram-about-layout {
  display: flex;
  flex-direction: column;
}

#about .marram-about-layout .marram-about-text,
#about .marram-about-layout.flex-inverted .marram-about-text {
  order: 2;
}

#about .marram-about-intro {
  text-align: center;
}

#about .marram-about-text .marram-about-copy {
  text-align: left;
  padding-top: 6px;
}

#about .marram-about-text .marram-about-copy h2 {
  margin-bottom: 16px;
}

#about .marram-about-text .marram-about-copy p {
  margin: 0;
  line-height: 1.75;
}

#about .marram-about-text .marram-about-copy p + p {
  margin-top: 14px;
}

#about .marram-about-text .marram-about-copy p:first-of-type {
  font-weight: 700;
}

#about .marram-about-image img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  #about.flex-split {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  #about .marram-about-layout .marram-about-text {
    margin-top: 20px;
  }

  #about .marram-about-intro {
    margin-bottom: 20px;
  }

  #about .marram-about-text .marram-about-copy {
    padding-bottom: 16px;
  }
}

@media only screen and (min-width: 768px) {
  #about .marram-container-slim {
    padding-left: 24px;
    padding-right: 24px;
  }

  #about .marram-about-layout .marram-about-image {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }

  #about .marram-about-layout .marram-about-text {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 24px 0 0;
  }
}

.hero-img img {
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(67, 60, 53, 0.2);
}

.event-strip {
  margin-top: 0;
  padding: 28px;
  border-radius: 6px;
  background: var(--marram-brown);
}

.event-strip h3 {
  color: #f4ece5;
  margin-bottom: 18px;
  font-size: 24px;
}

.event-strip .event-subtitle {
  color: #f4ece5;
  margin: -6px 0 14px;
}

.event-carousel {
  max-width: 420px;
  margin: 0 auto;
}

.marram-carousel-track {
  position: relative;
}

.marram-carousel-item {
  display: none;
}

.marram-carousel-item.is-active {
  display: block;
}

.event-card {
  background: #f3ece3;
  border-radius: 6px;
  overflow: hidden;
}

.event-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.event-card p {
  margin: 0;
  padding: 10px;
  color: var(--marram-red);
  font-weight: 600;
  text-align: center;
}

.marram-services-section {
  background: transparent;
}

.marram-faq-section {
  background: transparent;
}

.marram-service-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.card_single {
  width: 100%;
  min-height: 270px;
  margin: 0;
  border: 1px solid #e3d8cc;
  box-shadow: 0 12px 28px rgba(67, 60, 53, 0.12);
  cursor: default;
  transition: none;
}

.card_single:hover {
  border: 1px solid #e3d8cc;
  box-shadow: 0 12px 28px rgba(67, 60, 53, 0.12);
}

.card-text h3 {
  color: var(--marram-teal);
}

.card-text p {
  color: var(--marram-ink);
}

.btn-action {
  background: var(--marram-red);
  border-color: var(--marram-red);
  color: #fff !important;
}

.btn-action:hover {
  background: #7f1800;
  border-color: #7f1800;
}

#accordion .marram-faq-card {
  background: #fff9f4;
  border: 1px solid #e4d6c8;
}

#faq .marram-faq-intro,
#faq #accordion {
  padding-left: 18px;
  padding-right: 18px;
}

#accordion .marram-faq-card .marram-faq-header {
  background: #fff9f4;
  border-bottom-color: #e4d6c8;
  padding: 24px 18px;
}

#accordion .marram-faq-card .marram-faq-header .marram-faq-title,
#accordion .marram-faq-body {
  color: var(--marram-ink);
}

#accordion .marram-faq-body {
  background: #fff9f4;
  padding: 22px 18px;
}

#accordion .marram-faq-body p {
  font-size: 16px;
  line-height: 1.6;
}

#accordion .marram-accordion-panel {
  display: block;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: max-height 0.35s ease, opacity 0.22s ease, visibility 0s linear 0.35s;
}

#accordion .marram-accordion-panel.is-open {
  opacity: 1;
  visibility: visible;
  transition: max-height 0.35s ease, opacity 0.22s ease;
}

#accordion .marram-faq-card .marram-faq-header.collapsed {
  background: #fff6ef;
}

#accordion .marram-faq-header::after {
  font-family: 'ionicons';
  content: "\f209";
  float: right;
  transition: 0.5s;
}

#accordion .marram-faq-header.collapsed::after {
  content: "\f218";
  transition: 0.5s;
}

.marram-contact-section {
  background: #fff;
  padding: 64px 0;
}

.marram-contact-section .marram-contact-shell {
  background: #fff;
  display: block;
  height: auto;
  margin: 0;
}

.marram-contact-section .marram-contact-shell .marram-contact-shell-inner {
  margin: 0;
  padding: 0;
}

.marram-contact-shell-inner .form-note p,
.marram-contact-shell-inner h2,
.marram-contact-shell-inner h4 {
  color: var(--marram-ink);
}

#contact .marram-contact-shell-inner h4,
#contact .marram-contact-shell-inner h2 {
  color: var(--marram-teal);
}

.sub-form .mail {
  border-color: #d4c4b6;
}

.sub-form .submit-button {
  background: var(--marram-teal);
}

.contact-form-wrapper {
  margin-top: 24px;
}

#contact #contactForm {
  max-width: 660px;
  margin: 0 auto;
}

#contact #formResults {
  color: var(--marram-red);
  min-height: 18px;
  margin-bottom: 8px;
}

#contact #contactFormForm p {
  margin: 0 0 12px;
}

#contact .contact-role-row {
  margin: 0 0 16px;
}

#contact .contact-role-label {
  display: block;
  margin: 0 0 8px;
  color: var(--marram-ink);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 15px;
  text-align: left;
}

#contact .contact-field-label {
  display: block;
  margin: 0 0 8px;
  color: var(--marram-ink);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 15px;
  text-align: left;
}

#contact .contact-two-field-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 12px;
}

#contact .contact-field-item {
  margin: 0;
}

#contact .contact-role-toggle {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

#contact .contact-role-toggle input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

#contact .contact-role-toggle label {
  margin: 0;
  border: 1px solid #d4c4b6;
  background: #fff9f4;
  color: #504740;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 15px;
  padding: 12px 14px;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

#contact .contact-role-toggle input[type="radio"]:checked + label {
  background: var(--marram-teal);
  border-color: var(--marram-teal);
  color: #fff;
}

#contact #contactFormForm input[type="text"],
#contact #contactFormForm input[type="email"],
#contact #contactFormForm select,
#contact #contactFormForm textarea {
  width: 100%;
  border: 1px solid #d4c4b6;
  background: #fff9f4;
  color: #504740;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 15px;
  padding: 12px 14px;
  border-radius: 4px;
}

#contact #contactFormForm select {
  min-height: 49px;
}

#contact .contact-two-field-row input[type="text"],
#contact .contact-two-field-row select {
  height: 49px;
  box-sizing: border-box;
}

#contact #contactFormForm .contact-select {
  display: block;
  width: 100%;
  min-width: 0;
  line-height: 1.35;
  padding-right: 14px;
  background-image: none;
}

#contact #contactFormForm .contact-select:focus {
  border-color: var(--marram-teal);
  outline: none;
}

#contact #contactFormForm textarea {
  min-height: 140px;
  resize: vertical;
}

#contact #contactFormForm .h-captcha {
  margin: 0 0 12px;
}

#contact #submit-button {
  width: auto;
  min-width: 180px;
  border: 0;
  cursor: pointer;
  padding: 12px 18px;
  border-radius: 4px;
  background: var(--marram-teal);
  color: #fff;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

#contact #submit-button:hover {
  background: #2a9aa3;
}

@media only screen and (max-width: 575px) {
  #contact .contact-role-toggle {
    grid-template-columns: 1fr;
  }

  #contact .contact-two-field-row {
    grid-template-columns: 1fr;
  }
}

.footer {
  background: var(--marram-brown);
  padding-top: 50px;
}

.footer .footer-logo img {
  width: 150px;
  max-width: 100%;
  height: auto;
}

.footer-menu li a,
.footer-links li a,
.copyright {
  color: #d7cfc8;
}

.footer-menu-secondary {
  justify-content: flex-end;
}

.footer-menu-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}

.footer-menu-group {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  width: max-content;
}

.footer-menu-title {
  margin: 0;
  font-family: "ArvoRegular", Georgia, serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-align: left;
  color: #d7cfc8;
  opacity: 0.82;
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 10px;
}

.footer .footer-menu-title {
  font-size: 11px;
  line-height: 1.2;
}

.footer-menu-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #d7cfc8;
  transform: skewX(-35deg);
  transform-origin: left center;
}

.footer-menu-group .footer-menu {
  margin: 0;
}

.footer-menu-stack .footer-menu {
  justify-content: flex-end;
}

.footer-links ul {
  justify-content: center;
}

.footer-links ul li img {
  max-width: 28px;
}

.footer-copyright-row {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid #d7cfc8;
}

.footer .copyright {
  margin-top: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

@media only screen and (max-width: 991px) {
  .event-strip {
    margin-top: 28px;
  }

  .marram-service-cards {
    grid-template-columns: 1fr;
  }

  .event-card img {
    height: 260px;
  }

  .footer .footer-logo {
    margin-bottom: 24px;
  }

  .footer-menu-secondary {
    justify-content: center;
    margin-top: 10px;
  }

  .footer-menu-stack {
    align-items: center;
  }

  .footer-menu-group {
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .footer-menu-stack .footer-menu {
    justify-content: center;
  }

  .footer-menu-title {
    text-align: left;
  }

  .footer-menu-group .footer-menu {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px 16px;
    padding-left: 6px;
    padding-right: 6px;
  }

  .footer-menu-group .footer-menu li {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-menu-group .footer-menu li a {
    padding-left: 4px;
    padding-right: 4px;
  }
}

@media only screen and (max-width: 390px) {
  .footer .marram-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .footer-menu-group {
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-menu-title {
    font-size: 11px;
    letter-spacing: 0.13em;
    padding-bottom: 9px;
  }

  .footer-menu-group .footer-menu {
    gap: 5px 12px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-menu-group .footer-menu li a {
    font-size: 13px;
    letter-spacing: 0;
    padding-left: 3px;
    padding-right: 3px;
  }
}

.marram-privacy-section {
  padding: 130px 0 70px;
}

.marram-privacy-card {
  background: #fff9f4;
  border: 1px solid #e4d6c8;
  border-radius: 0;
  padding: 28px 24px;
  box-shadow: 0 12px 28px rgba(67, 60, 53, 0.12);
}

.marram-privacy-card h1 {
  font-size: 36px;
  line-height: 1.2;
  color: var(--marram-red);
  margin-bottom: 10px;
}

.marram-privacy-updated {
  color: #7f1800;
  font-size: 14px;
  margin-bottom: 22px;
}

.marram-privacy-card h2 {
  margin-top: 22px;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.35;
  color: var(--marram-teal);
}

.marram-privacy-card p {
  color: var(--marram-ink);
  font-size: 16px;
  line-height: 1.75;
}

.marram-privacy-card strong,
.marram-privacy-card b {
  font-weight: 700;
}

.marram-privacy-card ul,
.marram-privacy-card ol {
  margin: 0 0 18px 24px;
  padding-left: 8px;
}

.marram-privacy-card ul {
  list-style: disc;
}

.marram-privacy-card ol {
  list-style: decimal;
}

.marram-privacy-card li {
  color: var(--marram-ink);
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 8px;
}

.marram-privacy-card a {
  color: var(--marram-red);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.marram-privacy-card a:hover {
  color: #7f1800;
}

@media only screen and (max-width: 767px) {
  .marram-privacy-section {
    padding: 112px 0 52px;
  }

  .marram-privacy-card {
    padding: 20px 16px;
  }

  .marram-privacy-card h1 {
    font-size: 30px;
  }

  .marram-privacy-card h2 {
    font-size: 20px;
  }
}

