/*!
 * Bootstrap v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #78d5ef;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }

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

body {
  margin: 0;
  font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #2e7d32;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #1b5e20;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  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; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 { -webkit-box-flex: 0; -ms-flex: 0 0 8.33333%; flex: 0 0 8.33333%; max-width: 8.33333%; }
.col-2 { -webkit-box-flex: 0; -ms-flex: 0 0 16.66667%; flex: 0 0 16.66667%; max-width: 16.66667%; }
.col-3 { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
.col-4 { -webkit-box-flex: 0; -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333%; }
.col-5 { -webkit-box-flex: 0; -ms-flex: 0 0 41.66667%; flex: 0 0 41.66667%; max-width: 41.66667%; }
.col-6 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
.col-7 { -webkit-box-flex: 0; -ms-flex: 0 0 58.33333%; flex: 0 0 58.33333%; max-width: 58.33333%; }
.col-8 { -webkit-box-flex: 0; -ms-flex: 0 0 66.66667%; flex: 0 0 66.66667%; max-width: 66.66667%; }
.col-9 { -webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
.col-10 { -webkit-box-flex: 0; -ms-flex: 0 0 83.33333%; flex: 0 0 83.33333%; max-width: 83.33333%; }
.col-11 { -webkit-box-flex: 0; -ms-flex: 0 0 91.66667%; flex: 0 0 91.66667%; max-width: 91.66667%; }
.col-12 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }

@media (min-width: 768px) {
  .col-md { -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }
  .col-md-auto { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none; }
  .col-md-1 { -webkit-box-flex: 0; -ms-flex: 0 0 8.33333%; flex: 0 0 8.33333%; max-width: 8.33333%; }
  .col-md-2 { -webkit-box-flex: 0; -ms-flex: 0 0 16.66667%; flex: 0 0 16.66667%; max-width: 16.66667%; }
  .col-md-3 { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
  .col-md-4 { -webkit-box-flex: 0; -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333%; }
  .col-md-5 { -webkit-box-flex: 0; -ms-flex: 0 0 41.66667%; flex: 0 0 41.66667%; max-width: 41.66667%; }
  .col-md-6 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .col-md-7 { -webkit-box-flex: 0; -ms-flex: 0 0 58.33333%; flex: 0 0 58.33333%; max-width: 58.33333%; }
  .col-md-8 { -webkit-box-flex: 0; -ms-flex: 0 0 66.66667%; flex: 0 0 66.66667%; max-width: 66.66667%; }
  .col-md-9 { -webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
  .col-md-10 { -webkit-box-flex: 0; -ms-flex: 0 0 83.33333%; flex: 0 0 83.33333%; max-width: 83.33333%; }
  .col-md-11 { -webkit-box-flex: 0; -ms-flex: 0 0 91.66667%; flex: 0 0 91.66667%; max-width: 91.66667%; }
  .col-md-12 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } }

@media (min-width: 992px) {
  .col-lg { -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }
  .col-lg-auto { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none; }
  .col-lg-1 { -webkit-box-flex: 0; -ms-flex: 0 0 8.33333%; flex: 0 0 8.33333%; max-width: 8.33333%; }
  .col-lg-2 { -webkit-box-flex: 0; -ms-flex: 0 0 16.66667%; flex: 0 0 16.66667%; max-width: 16.66667%; }
  .col-lg-3 { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
  .col-lg-4 { -webkit-box-flex: 0; -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333%; }
  .col-lg-5 { -webkit-box-flex: 0; -ms-flex: 0 0 41.66667%; flex: 0 0 41.66667%; max-width: 41.66667%; }
  .col-lg-6 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .col-lg-7 { -webkit-box-flex: 0; -ms-flex: 0 0 58.33333%; flex: 0 0 58.33333%; max-width: 58.33333%; }
  .col-lg-8 { -webkit-box-flex: 0; -ms-flex: 0 0 66.66667%; flex: 0 0 66.66667%; max-width: 66.66667%; }
  .col-lg-9 { -webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
  .col-lg-10 { -webkit-box-flex: 0; -ms-flex: 0 0 83.33333%; flex: 0 0 83.33333%; max-width: 83.33333%; }
  .col-lg-11 { -webkit-box-flex: 0; -ms-flex: 0 0 91.66667%; flex: 0 0 91.66667%; max-width: 91.66667%; }
  .col-lg-12 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } }

@media (min-width: 1200px) {
  .col-xl { -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }
  .col-xl-auto { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none; }
  .col-xl-1 { -webkit-box-flex: 0; -ms-flex: 0 0 8.33333%; flex: 0 0 8.33333%; max-width: 8.33333%; }
  .col-xl-2 { -webkit-box-flex: 0; -ms-flex: 0 0 16.66667%; flex: 0 0 16.66667%; max-width: 16.66667%; }
  .col-xl-3 { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
  .col-xl-4 { -webkit-box-flex: 0; -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333%; }
  .col-xl-5 { -webkit-box-flex: 0; -ms-flex: 0 0 41.66667%; flex: 0 0 41.66667%; max-width: 41.66667%; }
  .col-xl-6 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .col-xl-7 { -webkit-box-flex: 0; -ms-flex: 0 0 58.33333%; flex: 0 0 58.33333%; max-width: 58.33333%; }
  .col-xl-8 { -webkit-box-flex: 0; -ms-flex: 0 0 66.66667%; flex: 0 0 66.66667%; max-width: 66.66667%; }
  .col-xl-9 { -webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
  .col-xl-10 { -webkit-box-flex: 0; -ms-flex: 0 0 83.33333%; flex: 0 0 83.33333%; max-width: 83.33333%; }
  .col-xl-11 { -webkit-box-flex: 0; -ms-flex: 0 0 91.66667%; flex: 0 0 91.66667%; max-width: 91.66667%; }
  .col-xl-12 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } }

/* ============================================================
   UTILITY CLASSES
   ============================================================ */
.d-none { display: none !important; }
.d-inline { display: inline !important; }
.d-inline-block { display: inline-block !important; }
.d-block { display: block !important; }
.d-flex { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; }
.d-inline-flex { display: -webkit-inline-box !important; display: -ms-inline-flexbox !important; display: inline-flex !important; }

@media (min-width: 768px) {
  .d-md-flex { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; }
  .d-md-none { display: none !important; }
  .d-md-block { display: block !important; }
  .d-md-inline-block { display: inline-block !important; } }

@media (min-width: 992px) {
  .d-lg-flex { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; }
  .d-lg-none { display: none !important; }
  .d-lg-block { display: block !important; } }

.justify-content-center { -webkit-box-pack: center !important; -ms-flex-pack: center !important; justify-content: center !important; }
.justify-content-between { -webkit-box-pack: justify !important; -ms-flex-pack: justify !important; justify-content: space-between !important; }
.justify-content-end { -webkit-box-pack: end !important; -ms-flex-pack: end !important; justify-content: flex-end !important; }
.align-items-center { -webkit-box-align: center !important; -ms-flex-align: center !important; align-items: center !important; }
.align-items-start { -webkit-box-align: start !important; -ms-flex-align: start !important; align-items: flex-start !important; }
.align-self-stretch { -ms-flex-item-align: stretch !important; align-self: stretch !important; }
.align-self-center { -ms-flex-item-align: center !important; align-self: center !important; }
.align-self-end { -ms-flex-item-align: end !important; align-self: flex-end !important; }
.align-self-sm-end { -ms-flex-item-align: end !important; align-self: flex-end !important; }

.flex-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; }
.float-left { float: left !important; }
.float-right { float: right !important; }
.float-md-left { float: left !important; }
.float-lft { float: left !important; }

.text-center { text-align: center !important; }
.text-left { text-align: left !important; }
.text-right { text-align: right !important; }
.text-md-right { text-align: right !important; }
.text-uppercase { text-transform: uppercase !important; }
.text-white { color: #fff !important; }
.text-muted { color: #6c757d !important; }

.w-100 { width: 100% !important; }
.position-relative { position: relative !important; }
.position-absolute { position: absolute !important; }
.position-fixed { position: fixed !important; }
.overflow-hidden { overflow: hidden !important; }

.ml-auto { margin-left: auto !important; }
.mr-auto { margin-right: auto !important; }
.mb-0 { margin-bottom: 0 !important; }
.mb-3 { margin-bottom: 1rem !important; }
.mb-4 { margin-bottom: 1.5rem !important; }
.mb-5 { margin-bottom: 3rem !important; }
.mt-2 { margin-top: 0.5rem !important; }
.mt-4 { margin-top: 1.5rem !important; }
.mt-5 { margin-top: 3rem !important; }
.mr-3 { margin-right: 1rem !important; }
.mr-4 { margin-right: 1.5rem !important; }
.pb-3 { padding-bottom: 1rem !important; }
.pb-5 { padding-bottom: 3rem !important; }
.pt-4 { padding-top: 1.5rem !important; }
.py-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
.py-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
.px-4 { padding-left: 1.5rem !important; padding-right: 1.5rem !important; }
.p-3 { padding: 1rem !important; }
.p-md-5 { padding: 3rem !important; }
.pl-0 { padding-left: 0 !important; }

.list-unstyled { padding-left: 0; list-style: none; }
.no-gutters { margin-right: 0; margin-left: 0; }
.no-gutters > .col, .no-gutters > [class*="col-"] { padding-right: 0; padding-left: 0; }

.shadow-sm { -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075) !important; box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075) !important; }
.rounded { border-radius: 0.25rem !important; }

/* Collapse / navbar */
.collapse:not(.show) { display: none; }
.collapsing { position: relative; height: 0; overflow: hidden; -webkit-transition: height 0.35s ease; -o-transition: height 0.35s ease; transition: height 0.35s ease; }
.navbar-collapse { -ms-flex-preferred-size: 100%; flex-basis: 100%; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

/* Dropdown */
.dropdown { position: relative; }
.dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 10rem; padding: 0.5rem 0; margin: 0.125rem 0 0; font-size: 1rem; color: #212529; text-align: left; list-style: none; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0,0,0,0.15); border-radius: 0.25rem; }
.dropdown-menu.show { display: block; }
.dropdown-item { display: block; width: 100%; padding: 0.25rem 1.5rem; clear: both; font-weight: 400; color: #212529; text-align: inherit; white-space: nowrap; background-color: transparent; border: 0; }
.dropdown-item:hover, .dropdown-item:focus { color: #16181b; text-decoration: none; background-color: #f8f9fa; }
.dropdown-toggle::after { display: inline-block; width: 0; height: 0; 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; }

/* Form controls */
.form-control { display: block; width: 100%; padding: 0.375rem 0.75rem; font-size: 1rem; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; border-radius: 0.25rem; -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

/* Nav / Pills */
.nav { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-left: 0; margin-bottom: 0; list-style: none; }
.nav-link { display: block; padding: 0.5rem 1rem; }
.nav-pills .nav-link { border-radius: 0.25rem; }
.nav-pills .nav-link.active, .nav-pills .show > .nav-link { color: #fff; background-color: #2e7d32; }
.tab-content > .tab-pane { display: none; }
.tab-content > .active { display: block; }

/* Table */
.table { width: 100%; max-width: 100%; margin-bottom: 1rem; background-color: transparent; }
.table th, .table td { padding: 0.75rem; vertical-align: top; border-top: 1px solid #dee2e6; }
.table thead th { vertical-align: bottom; border-bottom: 2px solid #dee2e6; }

/* Fade */
.fade { -webkit-transition: opacity 0.15s linear; -o-transition: opacity 0.15s linear; transition: opacity 0.15s linear; }
.fade:not(.show) { opacity: 0; }

/* Navbar base */
.navbar { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 0.5rem 1rem; }
.navbar > .container, .navbar > .container-fluid { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.navbar-brand { display: inline-block; padding-top: 0.3125rem; padding-bottom: 0.3125rem; margin-right: 1rem; font-size: 1.25rem; line-height: inherit; white-space: nowrap; }
.navbar-nav { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding-left: 0; margin-bottom: 0; list-style: none; }
.navbar-nav .nav-link { padding-right: 0; padding-left: 0; }
.navbar-toggler { padding: 0.25rem 0.75rem; font-size: 1.25rem; line-height: 1; background-color: transparent; border: 1px solid transparent; border-radius: 0.25rem; cursor: pointer; }
.navbar-toggler:hover, .navbar-toggler:focus { text-decoration: none; }

@media (min-width: 992px) {
  .navbar-expand-lg { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }
  .navbar-expand-lg .navbar-nav { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
  .navbar-expand-lg .navbar-nav .dropdown-menu { position: absolute; }
  .navbar-expand-lg .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; }
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid { -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
  .navbar-expand-lg .navbar-collapse { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -ms-flex-preferred-size: auto; flex-basis: auto; }
  .navbar-expand-lg .navbar-toggler { display: none; } }

/* Breadcrumb */
.breadcrumb { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 0.75rem 1rem; margin-bottom: 1rem; list-style: none; background-color: #e9ecef; border-radius: 0.25rem; }

/* Fixed top */
.fixed-top { position: fixed; top: 0; right: 0; left: 0; z-index: 1030; }

/* Sticky top */
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top { position: -webkit-sticky; position: sticky; top: 0; z-index: 1020; } }

/* SR only */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

/* ============================================================

/* ============================================================
   GREEN + WHITE + BROWN THEME — ROYAL HIMALAYAN COFFEE
   Palette:
     Background        : #ffffff / #f7faf7 (crisp white & soft green-white)
     Primary green     : #2e7d32 (rich forest green)
     Green light       : #4caf50 (fresh mid green)
     Green pale        : #e8f5e9 (very light green tint)
     Brown primary     : #4e2d10 (deep coffee brown — headings)
     Brown mid         : #7b4f2e (medium warm brown — body text)
     Brown muted       : #a07850 (light brown — muted/captions)
     Border            : #d4e8d4 (soft green border)
     Shadow            : rgba(46, 125, 50, 0.10)
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;1,400&family=Nunito:wght@300;400;600;700&family=Great+Vibes&display=swap');

:root {
  --bg:           #ffffff;
  --bg-alt:       #f7faf7;
  --green:        #2e7d32;
  --green-mid:    #4caf50;
  --green-pale:   #e8f5e9;
  --brown:        #4e2d10;
  --brown-mid:    #7b4f2e;
  --brown-muted:  #a07850;
  --border:       #d4e8d4;
  --shadow:       rgba(46, 125, 50, 0.10);
  --white:        #ffffff;
}

/* ============================================================
   BASE
   ============================================================ */
body {
  font-family: "Nunito", Arial, sans-serif;
  background: var(--bg);
  font-size: 15px;
  line-height: 1.9;
  font-weight: 400;
  color: var(--brown-mid);
}
body.menu-show { overflow: hidden; position: fixed; height: 100%; width: 100%; }
span { color: var(--brown-mid); }
a { transition: .3s all ease; color: var(--green); }
a:hover, a:active, a:focus { color: var(--green-mid); outline: none !important; text-decoration: none !important; }

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  line-height: 1.3;
  color: var(--brown);
  font-weight: 600;
  font-family: "Playfair Display", Georgia, serif;
}
.text-primary { color: var(--green) !important; }

/* ============================================================
   NAVBAR
   ============================================================ */
.ftco-navbar-light {
  background: rgba(255,255,255,0.97) !important;
  position: absolute;
  top: 0; left: 0; right: 0;
  z-index: 3;
  border-bottom: 1px solid var(--border);
  box-shadow: 0 2px 16px var(--shadow);
  backdrop-filter: blur(6px);
}
@media (max-width: 991.98px) {
  .ftco-navbar-light { background: var(--white) !important; position: relative; }
}
.ftco-navbar-light .navbar-brand { color: var(--brown); }

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
  font-size: 12px;
  padding-top: .9rem; padding-bottom: .9rem;
  padding-left: 0; padding-right: 0;
  color: var(--brown-mid);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: 1 !important;
  font-family: "Nunito", sans-serif;
  position: relative;
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link::after {
  content: '';
  display: block;
  width: 0; height: 2px;
  background: var(--green);
  border-radius: 2px;
  transition: width 0.3s ease;
  margin-top: 2px;
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover::after { width: 100%; }
@media (min-width: 768px) {
  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    padding-top: 1.5rem; padding-bottom: 1.5rem;
    padding-left: 18px; padding-right: 18px;
  }
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover,
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:focus { color: var(--green); }

.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu {
  border: 1px solid var(--border);
  background: var(--white);
  border-radius: 8px;
  box-shadow: 0 12px 36px var(--shadow);
}
.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item { font-size: 12px; color: var(--brown-mid); background: var(--white); letter-spacing: 1px; }
.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:hover,
.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:focus { color: var(--green); background: var(--green-pale); }

.ftco-navbar-light .navbar-nav > .nav-item.active > a { color: var(--green); }
.ftco-navbar-light .navbar-toggler { border: 1px solid var(--border); color: var(--brown) !important; cursor: pointer; padding-right: 0; text-transform: uppercase; font-size: 16px; letter-spacing: .1em; }

.ftco-navbar-light.scrolled {
  position: fixed; right: 0; left: 0; top: 0;
  margin-top: -130px;
  background: rgba(255,255,255,0.98) !important;
  box-shadow: 0 2px 24px var(--shadow);
  border-bottom: 1px solid var(--border);
}
.ftco-navbar-light.scrolled .nav-item > .nav-link { color: var(--brown-mid) !important; }
.ftco-navbar-light.scrolled .nav-item.active > a { color: var(--green) !important; }
.ftco-navbar-light.scrolled .nav-link { padding-top: 0.9rem !important; padding-bottom: 0.9rem !important; color: var(--brown-mid) !important; }
.ftco-navbar-light.scrolled .nav-link.active { color: var(--green) !important; }
.ftco-navbar-light.scrolled.awake { margin-top: 0px; transition: .3s all ease-out; }
.ftco-navbar-light.scrolled.sleep { transition: .3s all ease-out; }
.ftco-navbar-light.scrolled .navbar-brand { color: var(--brown); }

.navbar-brand {
  font-size: 22px; line-height: 1;
  text-transform: uppercase;
  display: block; text-align: center;
  color: var(--brown);
  font-family: "Playfair Display", serif;
  letter-spacing: 2px;
}
.navbar-brand small {
  text-transform: uppercase; font-size: 10px;
  display: block; text-align: center;
  color: var(--green); letter-spacing: 5px;
  font-family: "Nunito", sans-serif; font-weight: 700;
}

/* ============================================================
   HERO SLIDER
   ============================================================ */
.owl-carousel { position: relative; }
.owl-carousel .owl-item { opacity: .4; }
.owl-carousel .owl-item.active { opacity: 1; }
.owl-carousel .owl-nav { position: absolute; top: 50%; width: 100%; }
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next { position: absolute; transform: translateY(-50%); margin-top: -10px; color: var(--white) !important; transition: all 0.7s ease; opacity: 0; }
.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before { font-size: 30px; }
.owl-carousel .owl-nav .owl-prev { left: 0; }
.owl-carousel .owl-nav .owl-next { right: 0; }
.owl-carousel:hover .owl-nav .owl-prev, .owl-carousel:hover .owl-nav .owl-next { opacity: 1; }
.owl-carousel:hover .owl-nav .owl-prev { left: -25px; }
.owl-carousel:hover .owl-nav .owl-next { right: -25px; }

.owl-carousel.home-slider { position: relative; height: 750px; z-index: 0; }
.owl-carousel.home-slider .slider-item {
  background-size: cover; background-repeat: no-repeat;
  background-position: center center; height: 750px; position: relative; z-index: 0;
}
.owl-carousel.home-slider .slider-item .overlay {
  position: absolute; top: 0; bottom: 0; left: 0; right: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.25) 0%, rgba(30,60,30,0.55) 100%);
}
.owl-carousel.home-slider .slider-item .slider-text { color: #fff; height: 750px; text-align: center; }
.owl-carousel.home-slider .slider-item .slider-text .subheading {
  font-family: "Great Vibes", cursive;
  font-size: 36px; color: #c8e6c9; display: block; margin-bottom: 0.2rem;
}
.owl-carousel.home-slider .slider-item .slider-text h1 {
  text-transform: uppercase; font-size: 48px; color: #ffffff;
  line-height: 1.2; font-weight: 300; letter-spacing: 6px;
  font-family: "Nunito", sans-serif; text-shadow: 0 2px 16px rgba(0,0,0,0.3);
}
.owl-carousel.home-slider .slider-item .slider-text h1 strong {
  color: #c8e6c9; font-family: "Playfair Display", serif;
  font-size: 56px; font-style: italic;
}
@media (max-width: 991.98px) {
  .owl-carousel.home-slider .slider-item .slider-text h1 { font-size: 30px; }
}
.owl-carousel.home-slider .slider-item .slider-text p {
  font-size: 13px; line-height: 1.8; font-weight: 400;
  color: rgba(255,255,255,0.9); letter-spacing: 4px; text-transform: uppercase;
}
.owl-carousel.home-slider:hover .owl-nav .owl-prev,
.owl-carousel.home-slider:hover .owl-nav .owl-next { opacity: 1; }
.owl-carousel.home-slider:hover .owl-nav .owl-prev { left: 20px; }
.owl-carousel.home-slider:hover .owl-nav .owl-next { right: 20px; }
.owl-carousel.home-slider .owl-dots {
  position: absolute; left: 0; right: 0; bottom: 30px; width: 100%; text-align: center;
}
.owl-carousel.home-slider .owl-dots .owl-dot {
  width: 10px !important; height: 10px !important; margin: 5px;
  border-radius: 50%; background: rgba(255,255,255,0.4);
  border: 2px solid rgba(255,255,255,0.6); outline: none !important;
  transition: .3s all ease; display: inline-block;
}
.owl-carousel.home-slider .owl-dots .owl-dot span { display: none; }
.owl-carousel.home-slider .owl-dots .owl-dot.active {
  background: var(--green-mid); border-color: var(--green-mid);
  width: 28px !important; border-radius: 5px;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.bg-light { background: var(--green-pale) !important; }
.bg-primary { background: var(--green) !important; }

.btn {
  cursor: pointer; border-radius: 30px;
  box-shadow: none !important;
  font-size: 12px; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase;
  font-family: "Nunito", sans-serif; transition: all 0.3s ease;
}
.btn.btn-primary {
  background: var(--green); border: 2px solid var(--green); color: #fff;
}
.btn.btn-primary:hover {
  background: var(--green-mid); border-color: var(--green-mid); color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(46, 125, 50, 0.30) !important;
}
.btn.btn-white {
  background: #fff; border: 2px solid #fff; color: var(--brown);
}
.btn.btn-white:hover {
  background: var(--green); border-color: var(--green); color: #fff;
  transform: translateY(-2px);
}
.btn.btn-white.btn-outline-white {
  border-color: rgba(255,255,255,0.85); background: none; border-width: 2px; color: #fff;
}
.btn.btn-white.btn-outline-white:hover,
.btn.btn-white.btn-outline-white:focus,
.btn.btn-white.btn-outline-white:active {
  background: var(--green); border-color: var(--green); color: #fff;
}
.btn.btn-outline-black {
  border-color: var(--brown); background: none; border-width: 2px; color: var(--brown);
}
.btn.btn-outline-black:hover { background: var(--brown); border-color: var(--brown); color: #fff; }

/* ============================================================
   INTRO STRIP
   ============================================================ */
@media (min-width: 992px) { .ftco-intro { margin-top: -100px; } }
.ftco-intro .container-wrap { z-index: 2 !important; position: relative; }
.ftco-intro .wrap { width: 100%; }
.ftco-intro .wrap .info {
  background: #fff; padding: 30px;
  border-top: 4px solid var(--green);
  box-shadow: 0 8px 36px var(--shadow);
  border-radius: 0 0 12px 12px;
}
@media (min-width: 1200px) { .ftco-intro .wrap .info { width: calc(100% - 35%); padding: 2% 5% 2% 12%; } }
@media (max-width: 767.98px) { .ftco-intro .wrap .info { width: 100%; } }
.ftco-intro .wrap .info p { margin-bottom: 0; color: var(--brown-mid); }
.ftco-intro .wrap .book { width: 35%; background: var(--green); }
@media (max-width: 767.98px) { .ftco-intro .wrap .book { width: 100%; } }
.ftco-intro .wrap .book h3 { text-transform: uppercase; color: #fff; }
.ftco-intro .wrap h3 { font-size: 15px; color: var(--brown); font-family: "Nunito", sans-serif; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
.ftco-intro .wrap .text { width: calc(100% - 40px); }
.ftco-intro .wrap .icon { width: 40px; }
.ftco-intro .wrap .icon span { color: var(--green); font-size: 22px; }

/* ============================================================
   ABOUT SECTION
   ============================================================ */
.ftco-about .one-half { width: 100%; padding: 30px 15px; }
@media (min-width: 768px) { .ftco-about .one-half { padding: 8% 13% 8% 5%; width: 50%; } }
.ftco-about .one-half.img { display: block; }
@media (max-width: 767.98px) { .ftco-about .one-half.img { height: 300px; } }
@media (min-width: 768px) {
  .ftco-about .one-half .overlap {
    margin-left: -150px; padding: 48px;
    background: rgba(255,255,255,0.97);
    box-shadow: 0 20px 56px var(--shadow);
    border-radius: 12px;
    border-left: 4px solid var(--green);
  }
}

/* ============================================================
   SERVICES SECTION
   ============================================================ */
.ftco-services { color: var(--brown); background: var(--bg-alt); }
.ftco-services .heading-section h2 { color: var(--brown); }
.services .icon {
  width: 100px; height: 100px; margin: 0 auto;
  position: relative; z-index: 0;
  border: 2px solid var(--green);
  border-radius: 50%; background: #fff;
  box-shadow: 0 6px 20px var(--shadow);
  transition: all 0.3s ease;
}
.services .icon span { font-size: 48px; color: var(--green); z-index: 1; }
.services:hover .icon { background: var(--green); transform: translateY(-4px); box-shadow: 0 14px 36px rgba(46,125,50,0.25); }
.services:hover .icon span { color: #fff; }
.services h3 { font-size: 16px; margin-bottom: 16px; color: var(--brown); text-transform: uppercase; letter-spacing: 2px; font-family: "Nunito", sans-serif; font-weight: 700; }
.services .media-body { color: var(--brown-mid); }

/* ============================================================
   SERVICES WRAP
   ============================================================ */
.services-wrap { width: 100%; display: block; }
@media (max-width: 991.98px) { .services-wrap { margin-bottom: 30px; } }
.services-wrap .img, .services-wrap .text { width: 50%; }
.services-wrap .img { display: block; }
.services-wrap .text { background: var(--green-pale); position: relative; }
.services-wrap .text h3 { font-size: 20px; color: var(--brown); }
.services-wrap .text .price { font-size: 16px; margin-bottom: 0; }
.services-wrap .text .price span { color: var(--green); font-weight: 700; }

/* ============================================================
   GALLERY
   ============================================================ */
.ftco-gallery { padding: 0; }
.gallery { display: block; height: 300px; position: relative; overflow: hidden; }
.gallery::after { content: ''; position: absolute; inset: 0; background: rgba(46,125,50,0); transition: background 0.4s ease; }
.gallery:hover::after { background: rgba(46,125,50,0.35); }
.gallery .icon { width: 50px; height: 50px; margin: 0 auto; z-index: 2; opacity: 0; position: relative; transition: all 0.6s ease; }
.gallery .icon:after { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 50px; height: 50px; content: ''; background: var(--green); z-index: -1; transition: all 0.6s ease; border-radius: 50%; }
.gallery .icon span { color: #fff; }
.gallery:hover .icon, .gallery:focus .icon { opacity: 1; }
.gallery:hover .icon:after, .gallery:focus .icon:after { transform: rotate(135deg); }

/* ============================================================
   PRICING
   ============================================================ */
.heading-pricing { text-transform: uppercase; font-size: 22px; color: var(--brown); }
.pricing-entry { width: 100%; display: block; margin-bottom: 30px; }
.pricing-entry .img { width: 60px; height: 60px; border-radius: 50%; }
.pricing-entry .desc { width: calc(100% - 60px); }
.pricing-entry .desc p { margin-bottom: 0; color: var(--brown-mid); }
.pricing-entry .text { width: 100%; display: block; position: relative; z-index: 0; }
.pricing-entry .text:after { position: absolute; bottom: 35%; left: 0; right: 0; content: ''; width: 100%; height: 1px; border-bottom: 1px dashed var(--border); z-index: -1; }
.pricing-entry .text h3 { width: calc(100% - 80px); font-size: 18px; color: var(--brown); }
.pricing-entry .text h3 span { background: var(--bg); padding-right: 20px; }
.pricing-entry .text .price { width: 80px; color: var(--green); text-align: right; background: var(--bg); font-size: 16px; font-weight: 700; }

/* ============================================================
   MENU ENTRY
   ============================================================ */
.menu-entry { margin-bottom: 30px; }
.menu-entry .img { display: block; height: 200px; }
.menu-entry .text h3 { font-size: 17px; text-transform: uppercase; color: var(--brown); }
.menu-entry .text h3 a { color: var(--brown); }
.menu-entry .text h3 a:hover { color: var(--green); }
.menu-entry .text .price span { color: var(--green); font-size: 18px; font-weight: 700; }

/* ============================================================
   TABLE / CART
   ============================================================ */
.table { min-width: 1000px !important; width: 100%; text-align: center; }
.table th { font-weight: 700; color: var(--brown); }
.table .thead-primary { background: var(--green); }
.table .thead-primary tr th { padding: 20px 10px; color: #fff !important; border: 1px solid transparent !important; }
.table tbody tr td { text-align: center !important; vertical-align: middle; padding: 40px 10px; border: 1px solid transparent !important; border-bottom: 1px solid var(--border) !important; color: var(--brown-mid); }
.cart-total { width: 100%; display: block; border: 1px solid var(--border); padding: 20px; background: var(--white); border-radius: 12px; }
.cart-total h3 { font-size: 20px; text-transform: uppercase; color: var(--brown); }
.cart-total p { width: 100%; display: block; }
.cart-total p span { display: block; width: 50%; color: var(--brown-mid); }
.cart-total p.total-price span:last-child { color: var(--green); font-weight: 700; }
.cart-total hr { background: var(--border); }

/* ============================================================
   FORMS
   ============================================================ */
.form-control { height: 52px !important; background: #fff !important; color: var(--brown) !important; font-size: 14px; border-radius: 8px; box-shadow: none !important; border: 1px solid var(--border) !important; padding-right: 15px; padding-left: 15px; font-family: "Nunito", sans-serif; }
.form-control:focus, .form-control:active { border-color: var(--green) !important; box-shadow: 0 0 0 3px rgba(46,125,50,0.12) !important; }
.form-control::-webkit-input-placeholder { color: var(--brown-muted); opacity: 1; }
.form-control:-ms-input-placeholder { color: var(--brown-muted); opacity: 1; }
.form-control::placeholder { color: var(--brown-muted); opacity: 1; }
textarea.form-control { height: inherit !important; border-radius: 10px; }
.contact-form .form-control { border: 1px solid var(--border) !important; height: 52px !important; background: #fff !important; color: var(--brown) !important; font-size: 13px; border-radius: 8px; box-shadow: none !important; }
.contact-form .form-control:focus, .contact-form .form-control:active { border-color: var(--green) !important; }
.contact-form textarea.form-control { height: inherit !important; }
.appointment-form .form-control { border: transparent !important; border-bottom: 2px solid var(--border) !important; height: 52px !important; padding-left: 0; padding-right: 0; background: transparent !important; color: var(--brown) !important; font-size: 13px; border-radius: 0; box-shadow: none !important; }
.appointment-form .form-control:focus, .appointment-form .form-control:active { border-color: var(--green) !important; }
.billing-form .form-control { border: 1px solid var(--border) !important; height: 52px !important; background: #fff !important; color: var(--brown) !important; font-size: 14px; border-radius: 8px; box-shadow: none !important; }
.billing-form .form-control:focus, .billing-form .form-control:active { border-color: var(--green) !important; }

/* ============================================================
   APPOINTMENT SECTION
   ============================================================ */
.ftco-appointment { width: 100%; position: relative; background: var(--green-pale); }
.ftco-appointment .overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: var(--green); opacity: 0; }
.appointment { padding: 20px !important; }
@media (min-width: 768px) { .appointment { padding: 7% 12% 7% 5% !important; } }
.appointment h3 { color: var(--brown); }

/* ============================================================
   STAFF
   ============================================================ */
.staff { padding: 25px; border: 1px solid var(--border); background: #fff; border-radius: 16px; transition: all 0.3s ease; }
@media (max-width: 767.98px) { .staff { margin-bottom: 30px; } }
.staff .info h3 { font-size: 15px; text-transform: uppercase; font-family: "Nunito", sans-serif; }
.staff .info h3 a { color: var(--green); }
.staff .info span.position { display: block; margin-bottom: 15px; font-size: 12px; font-weight: 400; color: var(--brown-muted); letter-spacing: 1px; }
.staff .img { width: 140px; height: 140px; border: 3px solid var(--border); margin: 0 auto; border-radius: 50%; transition: all 0.3s ease; }
.staff:hover, .staff:focus { box-shadow: 0 12px 40px var(--shadow); border: 1px solid var(--green); transform: translateY(-4px); }
.staff:hover .img, .staff:focus .img { border: 3px solid var(--green); }

/* ============================================================
   TESTIMONY
   ============================================================ */
#ftco-testimony { padding-bottom: 0; position: relative; z-index: 0; }
#ftco-testimony > .overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: #1a2e1a; opacity: .55; }
.testimony { background: #fff; padding: 2.5em; color: var(--brown); border-radius: 16px; box-shadow: 0 8px 32px var(--shadow); border-top: 4px solid var(--green); }
.testimony .author .image { width: 40px; }
.testimony .author .image img { border-radius: 50%; max-width: 100%; border: 2px solid var(--green); }
.testimony .author .position { display: block; font-size: 12px; color: var(--brown-muted); letter-spacing: 1px; }
.testimony blockquote p { color: var(--brown-mid); font-style: italic; font-family: "Playfair Display", serif; font-size: 17px; line-height: 1.8; }
.testimony .name { color: var(--green); font-weight: 700; font-family: "Nunito", sans-serif; font-size: 14px; }

/* ============================================================
   SOCIAL
   ============================================================ */
.ftco-social a { width: 36px; height: 36px; display: inline-block; margin-right: 4px; background: var(--green-pale); border: 1px solid var(--border); border-radius: 50%; transition: .3s all ease; }
.ftco-social a:hover { background: var(--green); border-color: var(--green); }
.ftco-social a span { color: var(--green); }
.ftco-social a:hover span { color: #fff; }

/* ============================================================
   SECTION UTILITIES
   ============================================================ */
.ftco-vh-100 { height: 100vh; }
@media (max-width: 1199.98px) { .ftco-vh-100 { height: inherit; padding-top: 5em; padding-bottom: 5em; } }
.ftco-vh-75 { height: 75vh; min-height: 700px; }
@media (max-width: 1199.98px) { .ftco-vh-75 { min-height: 700px; height: inherit; padding-top: 5em; padding-bottom: 5em; } }
.ftco-tab-nav { padding: 0; margin: 0; display: inline-block !important; }
@media (max-width: 767.98px) { .ftco-tab-nav { display: block !important; margin-bottom: 10px; width: 100% !important; } }
.ftco-tab-nav li { padding: 0; margin: 0 5px; display: inline-block !important; }
.ftco-tab-nav li a { text-transform: uppercase; font-size: 12px; letter-spacing: .2em; color: var(--brown-mid); border: 2px solid var(--border); border-radius: 30px !important; }
.ftco-tab-nav li a.active { background: none !important; color: var(--green) !important; border: 2px solid var(--green); }
.ftco-animate { opacity: 0; visibility: hidden; }
.bg-primary { background: var(--green) !important; }

/* ============================================================
   SECTION HEADINGS
   ============================================================ */
.ftco-section .ftco-sub-title { font-size: 13px; text-transform: uppercase; letter-spacing: .5em; color: var(--brown-muted); font-family: "Nunito", sans-serif; font-weight: 600; }
.ftco-section .ftco-primary-title { margin-top: 0; margin-bottom: 30px; }
.about-author .desc h3 { font-size: 24px; color: var(--brown); }
.ftco-section { padding: 7em 0; position: relative; background: var(--bg); }
@media (max-width: 767.98px) { .ftco-section { padding: 6em 0; } }
.ftco-bg-dark { background: var(--green-pale); }

/* ============================================================
   COUNTER SECTION
   ============================================================ */
#section-counter { position: relative; z-index: 0; }
#section-counter .overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: #1a2e1a; opacity: .6; }
.ftco-counter { padding: 7em 0; }
@media (max-width: 1199.98px) { .ftco-counter { background-position: center center !important; } }
.ftco-counter .icon { width: 80px; height: 80px; margin: 0 auto; position: relative; margin-bottom: 20px; z-index: 0; }
.ftco-counter .icon:after { position: absolute; top: 0; left: 0; right: 0; bottom: 0; content: ''; border: 2px solid #a5d6a7; z-index: -1; border-radius: 50%; }
.ftco-counter .icon span { position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); color: #a5d6a7; }
.ftco-counter .text strong.number { font-weight: 700; font-size: 36px; color: #a5d6a7; font-family: "Playfair Display", serif; }
.ftco-counter .text span { font-weight: 400; font-size: 13px; color: rgba(255,255,255,0.85); text-transform: uppercase; letter-spacing: 2px; }
.ftco-counter .ftco-number { display: block; color: #a5d6a7; }
.ftco-counter .ftco-label { font-size: 12px; text-transform: uppercase; letter-spacing: .1em; color: rgba(255,255,255,0.8); }

/* ============================================================
   MENU NAV PILLS
   ============================================================ */
.ftco-menu { position: relative; width: 100%; display: block; }
.ftco-menu .nav-pills p { margin-bottom: 0; }
.ftco-menu .nav-pills .nav-link { border-radius: 30px; margin-bottom: 0; color: var(--green); font-size: 13px; font-weight: 600; display: inline-block; border: 2px solid var(--green); margin-left: 5px; margin-right: 5px; letter-spacing: 1px; text-transform: uppercase; }
.ftco-menu .nav-pills .nav-link.active,
.ftco-menu .nav-pills .nav-link:hover { color: #fff; background: var(--green); border: 2px solid var(--green); }
@media (max-width: 767.98px) { .ftco-menu .nav-pills .nav-link { display: block; width: 100%; margin-bottom: 5px; } }

/* ============================================================
   MENU SECTION
   ============================================================ */
.ftco-menu-section { padding-top: 7em; }
@media (max-width: 991.98px) { .ftco-menu-section .f-menu-img { height: 300px; } }
.menu-wrap { margin-bottom: 60px; }
.menu-wrap .menu-img { display: block; height: 270px; }
.menu-wrap .text h3 { font-size: 17px; text-transform: uppercase; color: var(--brown); font-family: "Nunito", sans-serif; font-weight: 700; }
.menu-wrap .text h3 a { color: var(--brown); }
.menu-wrap .text h3 a:hover { color: var(--green); }
.menu-wrap .text .price { font-size: 18px; font-weight: 600; }
.menu-wrap .text .price span { color: var(--green); }

/* ============================================================
   BLOG ENTRIES
   ============================================================ */
.block-20 { overflow: hidden; background-size: cover; background-repeat: no-repeat; background-position: center center; position: relative; display: block; width: 100%; height: 270px; border-radius: 12px 12px 0 0; }
.blog-entry { overflow: hidden; background: #fff; border: 1px solid var(--border); border-radius: 16px; box-shadow: 0 4px 20px var(--shadow); transition: all 0.3s ease; }
.blog-entry:hover { box-shadow: 0 12px 40px rgba(46,125,50,0.18); transform: translateY(-4px); border-color: var(--green); }
@media (min-width: 768px) { .blog-entry { margin-bottom: 30px; } }
@media (max-width: 767.98px) { .blog-entry { margin-bottom: 30px; } }
.blog-entry .text { position: relative; padding: 0 20px; }
.blog-entry .text .heading { font-size: 19px; margin-bottom: 16px; font-weight: 600; color: var(--brown); font-family: "Playfair Display", serif; }
.blog-entry .text .heading a { color: var(--brown); }
.blog-entry .text .heading a:hover,
.blog-entry .text .heading a:focus,
.blog-entry .text .heading a:active { color: var(--green); }
.blog-entry .meta > div { display: inline-block; margin-right: 5px; margin-bottom: 0; font-size: 13px; }
.blog-entry .meta > div a { color: var(--brown-muted); font-size: 13px; }
.blog-entry .meta > div a:hover { color: var(--green); }

/* ============================================================
   BLOCK 21 (footer blog)
   ============================================================ */
.block-21 .blog-img { display: block; height: 80px; width: 80px; border-radius: 8px; }
.block-21 .text { width: calc(100% - 100px); }
.block-21 .text .heading { font-size: 13px; font-family: "Nunito", sans-serif; }
.block-21 .text .heading a { color: rgba(255,255,255,0.8); }
.block-21 .text .heading a:hover,
.block-21 .text .heading a:active,
.block-21 .text .heading a:focus { color: #a5d6a7; }
.block-21 .text .meta > div { display: inline-block; font-size: 12px; margin-right: 5px; }
.block-21 .text .meta > div a { color: rgba(255,255,255,0.5); }

/* ============================================================
   BLOCK 23 (contact list)
   ============================================================ */
.block-23 ul { padding: 0; }
.block-23 ul li, .block-23 ul li > a { display: table; line-height: 1.5; margin-bottom: 15px; }
.block-23 ul li span { color: rgba(255,255,255,0.8); }
.block-23 ul li .icon, .block-23 ul li .text { display: table-cell; vertical-align: top; }
.block-23 ul li .icon { width: 40px; font-size: 18px; padding-top: 2px; color: #a5d6a7; }

/* ============================================================
   HEADING SECTION
   ============================================================ */
.heading-section { z-index: 0; }
.heading-section .subheading {
  font-size: 46px; display: block; margin-bottom: 0;
  font-family: "Great Vibes", cursive;
  color: var(--green); line-height: 1; margin-bottom: -21px; z-index: 1;
}
.heading-section h2 {
  z-index: -1; font-size: 36px; font-weight: 700;
  position: relative; text-transform: uppercase;
  color: var(--brown); letter-spacing: 3px;
  font-family: "Nunito", sans-serif;
}
@media (max-width: 767.98px) { .heading-section h2 { font-size: 26px; } }
.heading-section h2 span { color: var(--green); }
.heading-section p { color: var(--brown-mid); }
.heading-section-dark h2 { color: var(--brown); }

/* ============================================================
   IMAGE / HERO HELPERS
   ============================================================ */
.hero-wrap, .img, .blog-img, .user-img { background-size: cover; background-repeat: no-repeat; background-position: center center; }
@media (max-width: 767.98px) { .img-about { height: 400px; margin-bottom: 30px; } }
.image-popup { cursor: zoom-in; }

/* ============================================================
   FOOTER
   ============================================================ */
.ftco-footer { font-size: 14px; padding: 7em 0; background: #1a2e1a; }
.ftco-footer .ftco-footer-logo { text-transform: uppercase; letter-spacing: .1em; }
.ftco-footer .ftco-footer-widget h2 {
  font-weight: 700; color: #fff; margin-bottom: 30px;
  font-size: 13px; position: relative; text-transform: uppercase;
  letter-spacing: 3px; font-family: "Nunito", sans-serif;
  padding-bottom: 14px;
}
.ftco-footer .ftco-footer-widget h2::after {
  content: ''; position: absolute; bottom: 0; left: 0;
  width: 30px; height: 2px; background: var(--green-mid); border-radius: 2px;
}
.ftco-footer .ftco-footer-widget ul li a span { color: rgba(255,255,255,0.75); }
.ftco-footer .ftco-footer-widget .btn-primary { background: var(--green-mid) !important; border: 2px solid var(--green-mid) !important; color: #fff; }
.ftco-footer .ftco-footer-widget .btn-primary:hover { background: transparent !important; color: var(--green-mid); }
.ftco-footer p { color: rgba(255,255,255,0.6); }
.ftco-footer a { color: rgba(255,255,255,0.7); }
.ftco-footer a:hover { color: #a5d6a7; }
.ftco-footer .ftco-heading-2 { font-size: 15px; font-weight: 700; color: #fff; font-family: "Nunito", sans-serif; text-transform: uppercase; letter-spacing: 1px; }

.ftco-footer-social li { list-style: none; margin: 0 8px 0 0; display: inline-block; }
.ftco-footer-social li a { height: 44px; width: 44px; display: block; float: left; background: rgba(255,255,255,0.08); border-radius: 50%; position: relative; transition: .3s all ease; border: 1px solid rgba(255,255,255,0.15); }
.ftco-footer-social li a span { position: absolute; font-size: 20px; top: 50%; left: 50%; transform: translate(-50%, -50%); color: rgba(255,255,255,0.7); }
.ftco-footer-social li a:hover { background: var(--green); border-color: var(--green); }
.ftco-footer-social li a:hover span { color: #fff; }

/* ============================================================
   TAGS / SIDEBAR / PAGINATION
   ============================================================ */
.tagcloud a { text-transform: uppercase; display: inline-block; padding: 5px 12px; margin-bottom: 7px; margin-right: 4px; border-radius: 20px; color: var(--brown-mid); border: 1px solid var(--border); font-size: 11px; letter-spacing: 1px; }
.tagcloud a:hover { border: 1px solid var(--green); color: var(--green); background: var(--green-pale); }
.sidebar-box { margin-bottom: 30px; padding: 25px; font-size: 14px; width: 100%; float: left; background: #fff; border: 1px solid var(--border); border-radius: 16px; box-shadow: 0 4px 20px var(--shadow); }
.sidebar-box *:last-child { margin-bottom: 0; }
.sidebar-box h3 { font-size: 16px; margin-bottom: 15px; color: var(--brown); font-weight: 700; }
.categories li, .sidelink li { position: relative; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid var(--border); list-style: none; }
.categories li:last-child, .sidelink li:last-child { margin-bottom: 0; border-bottom: none; padding-bottom: 0; }
.categories li a, .sidelink li a { display: block; color: var(--brown-mid); }
.categories li a span, .sidelink li a span { position: absolute; right: 0; top: 0; color: var(--brown-muted); }
.categories li.active a, .sidelink li.active a { color: var(--green); font-style: italic; }
.block-27 ul { padding: 0; margin: 0; }
.block-27 ul li { display: inline-block; margin-bottom: 4px; font-weight: 400; }
.block-27 ul li a, .block-27 ul li span { color: var(--green); text-align: center; display: inline-block; width: 40px; height: 40px; line-height: 40px; border-radius: 50%; border: 1px solid var(--border); }
.block-27 ul li.active a, .block-27 ul li.active span { background: var(--green); color: #fff; border: 1px solid transparent; }

/* ============================================================
   SEARCH FORM
   ============================================================ */
.search-form .form-group { position: relative; }
.search-form .form-group input { font-size: 14px; padding-right: 50px; background: #ffffff !important; border: 1px solid var(--border); border-radius: 8px; color: var(--brown); }
.search-form .form-group input::-webkit-input-placeholder { color: var(--brown-muted); }
.search-form .form-group input:-ms-input-placeholder { color: var(--brown-muted); }
.search-form .form-group input::placeholder { color: var(--brown-muted); }
.search-form .icon { position: absolute; top: 50%; right: 20px; transform: translateY(-50%); color: var(--green); }

/* ============================================================
   CONTACT SECTION BOX
   ============================================================ */
.contact-section { display: flex; justify-content: center; padding: 4rem 1rem; background: linear-gradient(135deg, var(--green-pale) 0%, #ffffff 100%); }
.contact-box { background-color: #ffffff; padding: 2.5rem; border-radius: 20px; max-width: 600px; width: 100%; box-shadow: 0 12px 48px var(--shadow); color: var(--brown-mid); border-top: 4px solid var(--green); }
.contact-box h3 { margin-bottom: 1rem; font-size: 1.5rem; color: var(--brown); }
.contact-box p { color: var(--brown-mid); }
.contact-box ul { list-style: none; padding: 0; }
.contact-box li { margin-bottom: 0.8rem; font-size: 1rem; color: var(--brown-mid); }
.contact-box a { color: var(--green); text-decoration: none; font-weight: 600; }
.contact-box a:hover { text-decoration: underline; color: var(--green-mid); }
.contact-section .contact-info p span { color: var(--brown); }

/* ============================================================
   MAP
   ============================================================ */
#map { height: 400px; width: 100%; }
@media (max-width: 991.98px) { #map { height: 300px; } }

/* ============================================================
   LOADER
   ============================================================ */
#ftco-loader { position: fixed; width: 96px; height: 96px; left: 50%; top: 50%; transform: translate(-50%, -50%); background-color: rgba(255,255,255,0.97); box-shadow: 0px 24px 64px var(--shadow); border-radius: 16px; opacity: 0; visibility: hidden; transition: opacity .2s ease-out, visibility 0s linear .2s; z-index: 1000; }
#ftco-loader.fullscreen { padding: 0; left: 0; top: 0; width: 100%; height: 100%; transform: none; background-color: var(--bg); border-radius: 0; box-shadow: none; }
#ftco-loader.show { transition: opacity .4s ease-out, visibility 0s linear 0s; visibility: visible; opacity: 1; }
#ftco-loader .circular { animation: loader-rotate 2s linear infinite; position: absolute; left: calc(50% - 24px); top: calc(50% - 24px); display: block; }
#ftco-loader .path { stroke-dasharray: 1, 200; stroke-dashoffset: 0; animation: loader-dash 1.5s ease-in-out infinite; stroke-linecap: round; }
@keyframes loader-rotate { 100% { transform: rotate(360deg); } }
@keyframes loader-dash { 0% { stroke-dasharray: 1, 200; stroke-dashoffset: 0; } 50% { stroke-dasharray: 89, 200; stroke-dashoffset: -35px; } 100% { stroke-dasharray: 89, 200; stroke-dashoffset: -136px; } }

/* ============================================================
   MISCELLANEOUS
   ============================================================ */
.post-info { font-size: 12px; text-transform: uppercase; font-weight: 700; color: var(--brown); letter-spacing: .1em; }
.post-info > div { display: inline-block; }
.post-info > div .seperator { display: inline-block; margin: 0 10px; opacity: .4; }
.comment-form-wrap { clear: both; }
.comment-list { padding: 0; margin: 0; }
.comment-list .children { padding: 50px 0 0 40px; margin: 0; float: left; width: 100%; }
.comment-list li { padding: 0; margin: 0 0 30px 0; float: left; width: 100%; clear: both; list-style: none; }
.comment-list li .vcard { width: 80px; float: left; }
.comment-list li .vcard img { width: 50px; border-radius: 50%; }
.comment-list li .comment-body { float: right; width: calc(100% - 80px); }
.comment-list li .comment-body h3 { font-size: 20px; color: var(--brown); }
.comment-list li .comment-body .meta { text-transform: uppercase; font-size: 13px; letter-spacing: .1em; color: var(--brown-muted); }
.comment-list li .comment-body .reply { padding: 5px 12px; background: var(--green-pale); color: var(--brown); text-transform: uppercase; font-size: 11px; letter-spacing: .1em; font-weight: 600; border-radius: 20px; }
.comment-list li .comment-body .reply:hover { color: #fff; background: var(--green); }

.custom-pagination { width: 100%; text-align: center; display: inline-block; }
.custom-pagination li { display: inline-block; }
.custom-pagination li a,
.custom-pagination .prev a,
.custom-pagination .next a { width: 40px; height: 40px; line-height: 40px; padding: 0; margin: 0; border-radius: 50% !important; font-size: 16px; color: var(--green); border: 1px solid var(--border); }
.custom-pagination li.active a,
.custom-pagination .prev.active a,
.custom-pagination .next.active a { display: block; width: 40px; height: 40px; line-height: 40px; padding: 0; margin: 0; border-radius: 50% !important; font-size: 16px; background: var(--green); color: #fff; border: 1px solid transparent; }
.custom-pagination .prev { float: left; }
.custom-pagination .next { float: right; }

.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg { opacity: 0; -webkit-backface-visibility: hidden; transition: all 0.3s ease-out; }
.mfp-with-zoom.mfp-ready .mfp-container { opacity: 1; }
.mfp-with-zoom.mfp-ready.mfp-bg { opacity: 0.8; }
.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg { opacity: 0; }

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(46, 125, 50, 0.3); }
  70% { box-shadow: 0 0 0 30px rgba(46, 125, 50, 0); }
  100% { box-shadow: 0 0 0 0 rgba(46, 125, 50, 0); }
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link { color: #fff; background-color: var(--green); }
/* Production Process Layout */

.process-row {
    display: flex;
    align-items: flex-start;
    gap: 50px;
    margin-bottom: 50px;
}

.process-image {
    flex-shrink: 0;
}

.process-image img {
    width: 320px;
    height: 320px;
    border-radius: 50%;
    object-fit: cover;
    border: 8px solid #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,.15);
}

.process-content {
    flex: 1;
}

.process-content .pricing-entry {
    margin-bottom: 25px;
}

@media (max-width: 768px) {
    .process-row {
        flex-direction: column;
        text-align: center;
    }

    .process-image img {
        width: 220px;
        height: 220px;
        margin: auto;
    }
}