body {
  overflow-x: hidden;
  font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

html {
  overflow-y: scroll;
}

p {
  line-height: 1.75;
}

a {
  color: #557b57;
}
a:hover {
  color: rgb(64.1586538462, 92.8413461538, 65.6682692308);
}

.text-primary {
  color: #557b57 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.page-section {
  padding: 40px 0;
}
.page-section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: manual;
}
.page-section h3.section-subheading {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 35px;
  text-transform: none;
  font-family: "Noto Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

@media (max-width: 768px) {
  .page-section h2.section-heading {
    font-size: 32px;
    padding: 0 15px;
  }
}
@media (min-width: 768px) {
  section {
    padding: 60px 0;
  }
}
::-moz-selection {
  background: #557b57;
  text-shadow: none;
}

::selection {
  background: #557b57;
  text-shadow: none;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

.btn {
  font-family: "Montserrat", -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: 700;
}

.btn-xl {
  font-size: 18px;
  padding: 20px 40px;
}

.btn-primary {
  background-color: #557b57;
  border-color: #557b57;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: rgb(69.3689903846, 100.3810096154, 71.0012019231) !important;
  border-color: rgb(69.3689903846, 100.3810096154, 71.0012019231) !important;
  color: white;
}
.btn-primary:active, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}

#mainNav {
  background-color: #212529;
}
#mainNav .navbar-toggler {
  font-size: 12px;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: white;
  border: 0;
  background-color: #557b57;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
#mainNav .navbar-brand {
  color: #557b57;
  font-family: "Kaushan Script", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: rgb(64.1586538462, 92.8413461538, 65.6682692308);
}
#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 90%;
  font-weight: 400;
  padding: 0.75em 0;
  letter-spacing: 1px;
  color: white;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #557b57;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color: rgba(33, 37, 41, 0.8);
  }
  #mainNav .navbar-brand {
    font-size: 1.75em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    padding: 0;
  }
  #mainNav .navbar-brand img {
    height: 100px;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em !important;
  }
  #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #212529;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
  }
  #mainNav.navbar-shrink .navbar-brand img {
    height: 40px;
  }
}
#scrolling-clients {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
}

#col-md-3 col-sm-6 {
  flex: 0 0 auto;
}

.scroll-top-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #557b57;
  color: white;
  border: none;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  transition: all 0.3s ease;
}
.scroll-top-btn:hover {
  background-color: rgb(64.1586538462, 92.8413461538, 65.6682692308);
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
}
.scroll-top-btn.show {
  display: flex;
}
.scroll-top-btn i {
  margin: 0;
}

.page-watermark {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 800px;
  height: 80%;
  background-image: url("../img/logo-watermark.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0;
  pointer-events: none;
  z-index: 0;
  transition: opacity 0.3s ease;
}
.page-watermark.visible {
  opacity: 0.15;
}

.page-section {
  position: relative;
  z-index: 1;
}

header.masthead {
  position: relative;
  z-index: 10;
}

header.masthead {
  text-align: right;
  color: white;
  background-image: url("../img/header.webp");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}
header.masthead .intro-text {
  padding-top: 450px;
  padding-bottom: 20px;
}
header.masthead .intro-text .intro-lead-in {
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 5px;
  font-weight: 700;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, 0 0 5px rgba(0, 0, 0, 0.5);
}
header.masthead .intro-text .intro-heading {
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 25px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, 0 0 5px rgba(0, 0, 0, 0.5);
}

@media (min-width: 768px) {
  header.masthead .intro-text {
    padding-top: 750px;
    padding-bottom: 50px;
  }
  header.masthead .intro-text .intro-lead-in {
    font-size: 65px;
    line-height: 65px;
    margin-bottom: 5px;
    font-weight: 700;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, 0 0 5px rgba(0, 0, 0, 0.5);
  }
  header.masthead .intro-text .intro-heading {
    font-size: 50px;
    font-weight: 500;
    line-height: 50px;
    margin-bottom: 50px;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, 0 0 5px rgba(0, 0, 0, 0.5);
  }
}
.service-heading {
  margin: 15px 0;
  text-transform: none;
}

#portfolio .portfolio-item {
  right: 0;
  margin: 0 0 15px;
}
#portfolio .portfolio-item .portfolio-link {
  position: relative;
  display: block;
  max-width: 400px;
  margin: 0 auto;
  cursor: pointer;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
  background: rgba(85, 123, 87, 0.9);
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
  opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  font-size: 20px;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 20px;
  margin-top: -12px;
  text-align: center;
  color: white;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
  margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  margin: 0;
}
#portfolio .portfolio-item .portfolio-caption {
  max-width: 400px;
  margin: 0 auto;
  padding: 25px;
  text-align: center;
  background-color: #fff;
}
#portfolio .portfolio-item .portfolio-caption h4 {
  margin: 0;
  text-transform: none;
}
#portfolio .portfolio-item .portfolio-caption p {
  font-size: 16px;
  font-style: italic;
  margin: 0;
  font-family: "Noto Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
#portfolio * {
  z-index: 2;
}

@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}
.portfolio-modal .modal-dialog {
  margin: 1rem;
  max-width: 100vw;
}
.portfolio-modal .modal-content {
  padding: 100px 0;
  text-align: center;
}
.portfolio-modal .modal-content h2 {
  font-size: 3em;
  margin-bottom: 15px;
}
.portfolio-modal .modal-content p {
  margin-bottom: 30px;
}
.portfolio-modal .modal-content p.item-intro {
  font-size: 16px;
  font-style: italic;
  margin: 20px 0 30px;
  font-family: "Noto Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.portfolio-modal .modal-content ul.list-inline {
  margin-top: 0;
  margin-bottom: 30px;
}
.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}
.portfolio-modal .modal-content button {
  cursor: pointer;
}
.portfolio-modal .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  cursor: pointer;
  background-color: transparent;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
  /* Safari and Chrome */
  z-index: 1051;
  width: 1px;
  height: 75px;
  margin-left: 35px;
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #212529;
}
.portfolio-modal .close-modal .lr .rl {
  /* Safari and Chrome */
  z-index: 1052;
  width: 1px;
  height: 75px;
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: #212529;
}

.timeline {
  position: relative;
  padding: 0;
  list-style: none;
}
.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: "";
  background-color: #e9ecef;
}
.timeline > li {
  position: relative;
  min-height: 50px;
  margin-bottom: 50px;
}
.timeline > li:after, .timeline > li:before {
  display: table;
  content: " ";
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}
.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: #fff;
  border: 7px solid #e9ecef;
  border-radius: 100%;
  background-color: #557b57;
}
.timeline > li .timeline-image h4 {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-heading h4.subheading {
  text-transform: none;
}
.timeline .timeline-body > ul,
.timeline .timeline-body > p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    min-height: 100px;
    margin-bottom: 100px;
  }
  .timeline > li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}
@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}
.team-member {
  margin-bottom: 50px;
  text-align: center;
}
.team-member img {
  width: 225px;
  height: 225px;
  border: 7px solid rgba(0, 0, 0, 0.1);
}
.team-member h4 {
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none;
}
.team-member p {
  margin-top: 0;
}

section#contact {
  background-color: #212529;
  background-image: url("../img/contact.png");
  background-repeat: no-repeat;
  background-position: center;
}
section#contact .section-heading {
  color: #fff;
}
section#contact .form-group {
  margin-bottom: 25px;
}
section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
}
section#contact .form-group input.form-control {
  height: auto;
}
section#contact .form-group textarea.form-control {
  height: 248px;
}
section#contact .form-control:focus {
  border-color: #557b57;
  box-shadow: none;
}
section#contact ::-webkit-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
section#contact :-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
section#contact ::-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
section#contact :-ms-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.footer {
  padding: 25px 0;
  text-align: center;
  background-color: #f8f9fa;
}
.footer span.copyright {
  font-size: 90%;
  line-height: 40px;
  text-transform: none;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.footer ul.quicklinks {
  font-size: 90%;
  line-height: 40px;
  margin-bottom: 0;
  text-transform: none;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

ul.social-buttons {
  margin-bottom: 0;
}
ul.social-buttons li a {
  font-size: 20px;
  line-height: 50px;
  display: block;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: white;
  border-radius: 100%;
  outline: none;
  background-color: #212529;
}
ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
  background-color: #557b57;
}

.gallery-item .gallery-img {
  transition: transform 0.3s ease;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-item:hover .gallery-img {
  transform: scale(1.05);
}
.gallery-item .gallery-overlay {
  transition: all 0.3s ease;
}
.gallery-item .gallery-overlay:hover {
  background: rgba(0, 0, 0, 0.8);
}

.gallery-grid .row {
  margin-left: -8px;
  margin-right: -8px;
}
.gallery-grid [class*=col-] {
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 16px;
}
.gallery-grid .gallery-item {
  height: 200px;
}
.gallery-grid .row > .col-md-6:first-child .gallery-item {
  height: 416px;
}

.menu-category-title {
  font-size: 2rem;
  font-weight: bold;
  color: #557b57;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.menu-divider {
  border-top: 2px solid #557b57;
  width: 100px;
  margin: 0 0 0.5rem 0;
}

.menu-category-description {
  text-align: left;
  font-style: italic;
  color: #6c757d;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}

.menu-item {
  display: flex;
  gap: 1rem;
  padding: 1rem;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.menu-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.menu-item .menu-item-image {
  flex-shrink: 0;
  width: 120px;
  height: 120px;
}
.menu-item .menu-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.menu-item .menu-item-content {
  flex: 1;
}
.menu-item .menu-item-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 0.5rem;
  gap: 1rem;
}
.menu-item .menu-item-name {
  font-size: 1.25rem;
  font-weight: bold;
  color: #000;
  margin: 0;
}
.menu-item .menu-item-price {
  font-size: 1.1rem;
  font-weight: bold;
  color: #557b57;
  white-space: nowrap;
}
.menu-item .menu-item-description {
  color: #6c757d;
  margin: 0;
  font-size: 0.95rem;
}

.menu-item-extras {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px dashed #dee2e6;
}
.menu-item-extras ul {
  margin-bottom: 0;
}
.menu-item-extras ul li {
  padding: 0.15rem 0;
  font-size: 0.9rem;
}

.menu-item-variants {
  margin-top: 0.75rem;
}
.menu-item-variants .variant-item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 0.1rem 0;
}
.menu-item-variants .variant-item .variant-name {
  font-size: 1rem;
  color: #495057;
}
.menu-item-variants .variant-item .variant-price {
  font-size: 1rem;
  font-weight: 600;
  color: #557b57;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .menu-item {
    flex-direction: column;
  }
  .menu-item .menu-item-image {
    width: 100%;
    height: 200px;
  }
}
.hours-card {
  background: white;
  padding: 3rem;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.hours-list {
  margin-bottom: 2rem;
}

.hours-row {
  display: flex;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid #e9ecef;
  font-size: 1.1rem;
}
.hours-row:last-child {
  border-bottom: none;
}
.hours-row.closed .hours-time {
  color: #dc3545;
  font-weight: bold;
}

.hours-day {
  font-weight: 600;
  color: #000;
  min-width: 180px;
}

.hours-dots {
  flex: 1;
  border-bottom: 2px dotted #dee2e6;
  margin: 0 1rem;
}

.hours-time {
  font-weight: 500;
  color: #557b57;
  white-space: nowrap;
}

.hours-notes {
  background: #f8f9fa;
  padding: 1.5rem;
  border-radius: 4px;
  margin-bottom: 2rem;
}
.hours-notes .hours-note {
  margin: 0.5rem 0;
  color: #000000;
  font-size: 0.95rem;
}
.hours-notes .hours-note i {
  color: #557b57;
  margin-right: 0.5rem;
}
.hours-notes .hours-note:last-child {
  margin-bottom: 0;
}

.hours-contact {
  text-align: center;
  padding-top: 2rem;
  border-top: 2px solid #e9ecef;
}
.hours-contact h4 {
  color: #000;
  margin-bottom: 1rem;
  font-weight: 600;
}
.hours-contact p {
  margin: 0.5rem 0;
  font-size: 1.1rem;
}
.hours-contact p i {
  color: #557b57;
  margin-right: 0.5rem;
  width: 20px;
  text-align: center;
}
.hours-contact p a {
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
}
.hours-contact p a:hover {
  color: #557b57;
}

@media (max-width: 768px) {
  .hours-card {
    padding: 2rem 1.5rem;
  }
  .hours-row {
    font-size: 1rem;
  }
  .hours-day {
    min-width: 140px;
  }
  .hours-dots {
    margin: 0 0.5rem;
  }
}
@media (max-width: 576px) {
  .hours-row {
    flex-wrap: wrap;
  }
  .hours-day {
    width: 100%;
    margin-bottom: 0.25rem;
  }
  .hours-dots {
    display: none;
  }
  .hours-time {
    width: 100%;
    text-align: left;
  }
}
.contact-info-card {
  padding: 30px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-info-card h4 {
  color: #557b57;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.2rem;
  padding-top: 20px;
  border-top: 1px solid #e9ecef;
}
.contact-info-card h4:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.contact-info-card p {
  margin-bottom: 5px;
}
.contact-info-card p a {
  color: #557b57;
  text-decoration: none;
}
.contact-info-card p a:hover {
  text-decoration: underline;
}

.map-container {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  height: 450px;
}
.map-container iframe {
  display: block;
}

#contact-map {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

#events .row > [class*=col-] {
  display: flex;
  flex-direction: column;
}

.event-card {
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  flex: 1;
}
.event-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.event-card .event-image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 15px;
}
.event-card .event-image-wrapper img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  display: block;
}
.event-card .event-image-wrapper:hover img {
  transform: scale(1.1);
}
.event-card h4 {
  color: #557b57;
  margin-top: 15px;
  margin-bottom: 10px;
}
.event-card p {
  margin-bottom: 10px;
}
.event-card .mt-3 {
  margin-top: auto !important;
  padding-top: 1rem;
}

@media (max-width: 768px) {
  .event-card {
    padding: 20px;
  }
}
.menu-carousel-container {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

.menu-carousel-images {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.menu-carousel-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 1;
  transition: transform 0.5s ease-in-out;
}
.menu-carousel-slide.active {
  position: relative;
  transform: translateX(0);
  z-index: 2;
}
.menu-carousel-slide.slide-out-left {
  transform: translateX(-100%);
  z-index: 1;
}
.menu-carousel-slide.slide-out-right {
  transform: translateX(100%);
  z-index: 1;
}
.menu-carousel-slide.slide-in-left {
  transform: translateX(-100%);
  z-index: 1;
}
.menu-carousel-slide.slide-in-right {
  transform: translateX(100%);
  z-index: 1;
}
.menu-carousel-slide:not(.active):not(.slide-out-left):not(.slide-out-right):not(.slide-in-left):not(.slide-in-right) {
  display: none;
}
.menu-carousel-slide img {
  width: 100%;
  height: auto;
  display: block;
}

.menu-carousel-caption {
  text-align: center;
  padding: 15px;
  background: #fff;
  margin: 0;
  font-size: 1.1rem;
  color: #557b57;
  font-weight: 600;
}

.menu-carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 20px;
  transition: all 0.3s ease;
  z-index: 10;
}
.menu-carousel-btn:hover {
  background: rgba(0, 0, 0, 0.8);
  transform: translateY(-50%) scale(1.1);
}
.menu-carousel-btn.menu-carousel-prev {
  left: 10px;
}
.menu-carousel-btn.menu-carousel-next {
  right: 10px;
}

.menu-carousel-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.menu-carousel-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ccc;
  cursor: pointer;
  transition: all 0.3s ease;
}
.menu-carousel-dot:hover {
  background: rgb(136.7307692308, 173.2692307692, 138.6538461538);
}
.menu-carousel-dot.active {
  background: #557b57;
  width: 30px;
  border-radius: 6px;
}

@media (max-width: 768px) {
  .menu-carousel-btn {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .menu-carousel-caption {
    font-size: 1rem;
    padding: 10px;
  }
}
.about-text {
  text-align: justify;
  text-justify: inter-word;
  font-size: 1.1rem;
  line-height: 1.8;
  color: #333;
}
.about-text p {
  margin-bottom: 1.5rem;
}
.about-text p:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .about-text {
    font-size: 1rem;
    line-height: 1.6;
    text-align: left;
  }
}

/*# sourceMappingURL=agency.css.map */