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

footer, header, 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; }

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

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

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

a {
  color: #78d5ef;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
a:hover {
  color: #34c0e7;
  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; }

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

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

input {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

input {
  overflow: visible; }

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

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

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

h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.75rem; }

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

.col-md-3, .col-md-4, .col-md-6, .col-md-7, .col-md-12, .col-lg-4, .col-lg-8 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

@media (min-width: 768px) {
  .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-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-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 992px) {
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; } }

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    -o-transition: none;
    transition: none; } }
.btn:hover, .btn:focus {
  text-decoration: none; }
.btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(120, 213, 239, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(120, 213, 239, 0.25); }
.btn:disabled {
  opacity: 0.65; }
.btn:not(:disabled):not(.disabled) {
  cursor: pointer; }
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none; }

.btn-primary {
  color: #212529;
  background-color: #78d5ef;
  border-color: #78d5ef; }
.btn-primary:hover {
  color: #212529;
  background-color: #56caeb;
  border-color: #4ac7ea; }
.btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(120, 213, 239, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(120, 213, 239, 0.5); }
.btn-primary:disabled {
  color: #212529;
  background-color: #78d5ef;
  border-color: #78d5ef; }
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
  color: #212529;
  background-color: #4ac7ea;
  border-color: #3fc3e8; }
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(120, 213, 239, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(120, 213, 239, 0.5); }
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b; }
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430; }
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f; }
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500; }
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d; }
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df; }
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d; }
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active {
  color: #212529;
  background-color: #78d5ef;
  border-color: #78d5ef; }
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(120, 213, 239, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(120, 213, 239, 0.5); }
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    -o-transition: none;
    transition: none; } }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
.nav-link:hover, .nav-link:focus {
  text-decoration: none; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.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-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-brand:hover, .navbar-brand:focus {
  text-decoration: none; }
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer; }
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer; }

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
.close:not(:disabled):not(.disabled) {
  cursor: pointer; }
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) { }
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) { }
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) { }
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) { }

.rounded-circle {
  border-radius: 50% !important; }

.d-block {
  display: block !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

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

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@supports ((position: -webkit-sticky) or (position: sticky)) { }

.mt-2 {
  margin-top: 0.5rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.mb-5 {
  margin-bottom: 3rem !important; }

.pb-3 {
  padding-bottom: 1rem !important; }

.pl-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.py-4 {
  padding-top: 1.5rem !important; }

.py-4 {
  padding-bottom: 1.5rem !important; }

@media (min-width: 768px) {
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .p-md-5 {
    padding: 3rem !important; } }

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

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; } }

body {
  font-family: "Poppins", Arial, sans-serif;
  background: #121618;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 300;
  color: gray;
  background: url(../images/bg_4.jpg) no-repeat fixed;
  background-size: cover; }

span {
  color: #bfbfbf; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #fac564; }
a:hover, a:active, a:focus {
  color: #fac564;
  outline: none !important;
  text-decoration: none !important; }

h1, h2, h3 {
  line-height: 1.4;
  color: #fff;
  font-weight: 400;
  font-family: "Josefin Sans", Arial, sans-serif; }

.navbar-brand {
  font-size: 24px;
  line-height: 1; }

.btn {
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 13px; }
.btn:hover, .btn:active, .btn:focus {
  outline: none; }
.btn.btn-primary {
  background: #fac564;
  border: 1px solid #fac564;
  color: #000; }
.btn.btn-primary:hover {
  border: 1px solid #fac564;
  background: transparent !important;
  color: #fac564; }

.ftco-services {
  background: url(../images/food.png) repeat;
  color: #5c3d03; }
.ftco-services .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background: #fac564;
  opacity: 1; }
.ftco-services .heading-section h2 {
  color: black; }

.services .icon {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  position: relative;
  z-index: 0; }
.services .icon:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  bordeR: 1px solid #bf7e06;
  z-index: -1;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.services h3 {
  font-size: 18px;
  margin-bottom: 20px;
  color: black;
  text-transform: uppercase; }

.services .media-body {
  color: #5c3d03; }

.services:hover .icon:after {
  border: none;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  background: #f8b500; }

.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: rgba(0, 0, 0, 0.2);
  position: relative; }
.services-wrap .text h3 {
  font-size: 20px; }

.pricing-entry {
  width: 100%;
  display: block;
  margin-bottom: 30px; }
.pricing-entry .img {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }
.pricing-entry .desc {
  width: calc(100% - 60px); }
.pricing-entry .desc p {
  margin-bottom: 0; }
.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 #bf7e06;
  z-index: -1; }
.pricing-entry .text h3 {
  width: calc(100% - 80px);
  font-size: 18px; }
.pricing-entry .text h3 span {
  background: #121618;
  background: url(../images/bg_4.jpg) no-repeat fixed;
  padding-right: 20px; }

@media (max-width: 991.98px) {
  .ftco-menu .f-menu-img {
    height: 300px; } }

.menu-wrap .menu-img {
  display: block;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }

.menu-wrap .text h3 {
  font-size: 22px; }
.menu-wrap .text h3 a {
  color: #fff; }

.ftco-animate {
  opacity: 1;
  ; }

.ftco-section {
  padding: 7em 0;
  position: relative; }
@media (max-width: 767.98px) {
  .ftco-section {
    padding: 6em 0; } }

.heading-section h2 {
  font-size: 30px;
  font-weight: 400;
  position: relative;
  text-transform: uppercase; }
@media (max-width: 767.98px) {
  .heading-section h2 {
    font-size: 28px; } }

.heading-section p.flip {
  position: relative;
  display: block;
  width: 100%; }
.heading-section p.flip:after {
  position: absolute;
  bottom: 4px;
  left: -100px;
  right: 0;
  content: '';
  width: 40px;
  height: 1px;
  background: #8d5d05;
  margin: 0 auto; }
.heading-section p.flip:before {
  position: absolute;
  bottom: 4px;
  left: 100px;
  right: 0;
  content: '';
  width: 40px;
  height: 1px;
  background: #8d5d05;
  margin: 0 auto; }
.heading-section p.flip span {
  position: absolute; }
.heading-section p.flip span.deg1 {
  position: absolute;
  bottom: 2px;
  left: -30px;
  right: 0;
  width: 6px;
  height: 6px;
  content: '';
  background: #fac564;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  margin: 0 auto; }
.heading-section p.flip span.deg2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 10px;
  height: 10px;
  content: '';
  background: #fac564;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  margin: 0 auto; }
.heading-section p.flip span.deg3 {
  position: absolute;
  bottom: 2px;
  left: 30px;
  right: 0;
  width: 6px;
  height: 6px;
  content: '';
  background: #fac564;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  margin: 0 auto; }

.img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.ftco-menu {
  position: relative;
  width: 100%;
  display: block; }

.block-20 {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  display: block;
  width: 100%;
  height: 270px; }

.blog-entry {
  overflow: hidden; }
@media (min-width: 768px) {
  .blog-entry {
    margin-bottom: 30px; } }
@media (max-width: 767.98px) {
  .blog-entry {
    margin-bottom: 30px; } }
.blog-entry .text {
  position: relative; }
.blog-entry .text .heading {
  font-size: 18px;
  margin-bottom: 16px;
  font-weight: 400; }
.blog-entry .text .heading a {
  color: #fff; }
.blog-entry .text .heading a:hover, .blog-entry .text .heading a:focus, .blog-entry .text .heading a:active {
  color: #fac564; }
.blog-entry .meta > div {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 0;
  font-size: 14px; }

.block-6 {
  margin-bottom: 40px; }

/* Blog*/


/* Header & Navigation */
.main_menu {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.95);
  transition: all 0.3s ease;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  position: relative;
}

.navbar-brand {
  display: flex;
  align-items: center;
}

.brand-logo {
  height: 40px;
  width: auto;
}

.nav-toggle {
  display: none;
}

.nav-toggle-label {
  display: none;
  cursor: pointer;
  padding: 15px;
  z-index: 1001;
}

.hamburger {
  width: 30px;
  height: 2px;
  background: #fff;
  position: relative;
  transition: all 0.3s ease;
}

.hamburger:before,
.hamburger:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 2px;
  background: #fff;
  transition: all 0.3s ease;
}

.hamburger:before {
  top: -8px;
}

.hamburger:after {
  top: 8px;
}

.nav-list {
  display: flex;
  gap: 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-item {
  position: relative;
}

.nav-link {
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  transition: color 0.3s ease;
}

.nav-link:hover {
  color: #fac564;
}

.nav-item.active .nav-link {
  color: #fac564;
}

/* Hero Section */
.hero-section {
  position: relative;
  min-height: 100vh;
  padding: 8rem 0 4rem;
  background: #121618;
  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.hero-text {
  color: #fff;
}

.hero-subtitle {
  font-family: "Nothing You Could Do", cursive;
  font-size: 1.5rem;
  color: #fac564;
  margin-bottom: 1rem;
  display: block;
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.hero-description {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  opacity: 0.9;
}

.hero-buttons {
  display: flex;
  gap: 1rem;
}

.hero-image {
  position: relative;
}

.feature-img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

/* Footer */
.main-footer {
  position: relative;
  background: #121618;
  padding: 5rem 0 2rem;
  color: #fff;
}

.footer-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
}

.footer-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.footer-title {
  color: #fac564;
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}

.footer-text {
  line-height: 1.6;
  opacity: 0.8;
}

.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 0.8rem;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #fac564;
}

.footer-bottom {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  border-top: 1px solid rgba(255,255,255,0.1);
}

/* Mobile Navigation */
@media screen and (max-width: 768px) {
  .nav-toggle-label {
    display: block;
  }

  .nav-wrapper {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.95);
    transition: all 0.3s ease;
    padding: 5rem 2rem;
  }

  .nav-list {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }

  .nav-item {
    width: 100%;
    text-align: center;
  }

  .nav-link {
    font-size: 1.2rem;
    padding: 1rem;
    display: block;
  }

  .nav-toggle:checked ~ .nav-wrapper {
    left: 0;
  }

  .nav-toggle:checked ~ .nav-toggle-label .hamburger {
    background: transparent;
  }

  .nav-toggle:checked ~ .nav-toggle-label .hamburger:before {
    transform: rotate(45deg);
    top: 0;
  }

  .nav-toggle:checked ~ .nav-toggle-label .hamburger:after {
    transform: rotate(-45deg);
    top: 0;
  }

  /* Mobile Hero Adjustments */
  .hero-content {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 2rem;
  }

  .hero-title {
    font-size: 2.5rem;
  }

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

  /* Mobile Footer Adjustments */
  .footer-bottom {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
}

/* Common Section Styles */
.ftco-section {
  padding: 7em 0;
  position: relative;
  background: #121618;
}

/* Heading Styles */
.heading-section h2 {
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  font-family: "Josefin Sans", Arial, sans-serif;
}

.heading-section p {
  color: #999;
}

.flip {
  position: relative;
  margin: 20px 0;
  height: 20px;
}

.flip span {
  position: absolute;
  display: block;
  background: #fac564;
}

.flip .deg1 {
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  left: calc(50% - 35px);
}

.flip .deg2 {
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  left: calc(50% - 5px);
}

.flip .deg3 {
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  left: calc(50% + 25px);
}

/* Lifestyle Section */
.services-wrap {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 5px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
}

.services-wrap:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.services-wrap .img {
  width: 100%;
  height: 240px;
  background-size: cover;
  background-position: center;
}

.services-wrap .text {
  padding: 2rem;
  background: rgba(0, 0, 0, 0.8);
}

.services-wrap .text h3 {
  color: #fac564;
  font-size: 1.4em;
  margin-bottom: 1rem;
}

.services-wrap .text p {
  color: #fff;
  opacity: 0.8;
}

/* Culture Section */
.ftco-services {
  position: relative;
}

.ftco-services .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

.media.services {
  padding: 2rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 5px;
  transition: all 0.3s ease;
}

.media.services:hover {
  background: rgba(250, 197, 100, 0.1);
}

.media.services .icon img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border: 3px solid #fac564;
}

/* Travel Section */
.pricing-entry {
  border-radius: 5px;
  margin-bottom: 30px;
  background: rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
}

.pricing-entry:hover {
  background: rgba(250, 197, 100, 0.1);
}

.pricing-entry .img {
  width: 150px;
  height: 150px;
  border-radius: 5px 0 0 5px;
  background-size: cover;
  background-position: center;
}

.pricing-entry .desc {
  padding: 1.5rem;
}

.pricing-entry h3 {
  color: #fac564;
  font-size: 1.2em;
  margin-bottom: 1rem;
}

/* Food & Drink Section */
.ftco-menu {
  background: #0c0c0c;
}

.menu-wrap {
  margin-bottom: 30px;
}

.menu-wrap .menu-img {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
}

.f-menu-img {
  height: 600px;
  background-size: cover;
  background-position: center;
}

/* Blog Section */
.blog-entry {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.blog-entry:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.blog-entry .block-20 {
  height: 250px;
  background-size: cover;
  background-position: center;
}

.blog-entry .text {
  padding: 1.5rem;
}

.blog-entry .meta {
  margin-bottom: 1rem;
  color: #fac564;
}

.blog-entry .heading {
  font-size: 1.2em;
  margin-bottom: 1rem;
}

.blog-entry .heading a {
  color: #fff;
  transition: color 0.3s ease;
}

.blog-entry .heading a:hover {
  color: #fac564;
}

.btn-primary {
  background: #fac564;
  border-color: #fac564;
  color: #000;
}

.btn-primary:hover {
  background: transparent;
  border-color: #fac564;
  color: #fac564;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .ftco-section {
    padding: 4em 0;
  }

  .services-wrap .img {
    height: 180px;
  }

  .pricing-entry .img {
    width: 100px;
    height: 100px;
  }

  .f-menu-img {
    height: 300px;
    margin-bottom: 2rem;
  }

  .blog-entry {
    margin-bottom: 30px;
  }
}

/* Animation Classes */
.ftco-animate {
  opacity: 1;
  ;
}

/* Container and Grid System */
.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

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

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

/* Column System */

/* Specific Column Sizes */

/* Alignment Classes */
.justify-content-center {
  justify-content: center;
}

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

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

/* Spacing Utilities */
.mb-4 { margin-bottom: 1.5rem; }
.mb-5 { margin-bottom: 2rem; }
.mt-2 { margin-top: 0.5rem; }
.pb-3 { padding-bottom: 1rem; }
.py-4 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
.p-4 { padding: 1.5rem; }
.pl-3 { padding-left: 1rem; }

/* Display Utilities */
.d-flex { display: flex; }
.d-block { display: block; }

/* Responsive Column System */
@media (min-width: 768px) {
  .col-md-3 { flex: 0 0 25%; max-width: 25%; }
  .col-md-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
  .col-md-6 { flex: 0 0 50%; max-width: 50%; }
  .col-md-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
  .col-md-12 { flex: 0 0 100%; max-width: 100%; }
}

@media (min-width: 992px) {
  .col-lg-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
  .col-lg-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
}

/* Custom Section Styles */
.ftco-section {
  padding: 7em 0;
  position: relative;
}

/* Card-like Components */
.blog-entry {
  height: 100%;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
}

/* Media Object Alternative */
.media {
  display: flex;
  align-items: start;
}

.media-body {
  flex: 1;
}

/* Responsive Adjustments */
@media screen and (max-width: 768px) {
  .ftco-section {
    padding: 4em 0;
  }

  [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row {
    margin: 0 -10px;
  }

  [class*="col-"] {
    padding: 0 10px;
  }
}

/* Helper Classes */
.img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

/* Contact Section Styles */
.contact-section {
  padding: 7em 0;
}

/* Contact Info Boxes */
.contact-box {
  background: rgba(250, 197, 100, 0.1);
  padding: 2rem;
  border-radius: 8px;
  text-align: center;
  transition: all 0.3s ease;
}

.contact-box:hover {
  transform: translateY(-5px);
  background: rgba(250, 197, 100, 0.15);
}

.contact-box i {
  font-size: 2.5rem;
  color: #fac564;
  margin-bottom: 1rem;
  display: block;
}

.contact-box h3 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  color: #fff;
}

.contact-box p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
}

.contact-box a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-box a:hover {
  color: #fac564;
}

/* Contact Form */
.contact-form {
  background: rgba(255, 255, 255, 0.05);
  padding: 2rem;
  border-radius: 8px;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-control {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  padding: 0.8rem 1rem;
  border-radius: 4px;
  transition: all 0.3s ease;
  width: 100%;
}

.form-control:focus {
  background: rgba(255, 255, 255, 0.15);
  border-color: #fac564;
  box-shadow: none;
  outline: none;
}

.form-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

textarea.form-control {
  min-height: 150px;
  resize: vertical;
}

/* Company Info */
.company-info {
  background: rgba(255, 255, 255, 0.05);
  padding: 2rem;
  border-radius: 8px;
}

.company-info h3 {
  color: #fac564;
  margin-bottom: 1rem;
}

.company-info p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 1.5rem;
}

.company-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.company-features li {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0.5rem;
  padding-left: 1.5rem;
  position: relative;
}

.company-features li:before {
  content: "✓";
  color: #fac564;
  position: absolute;
  left: 0;
}

/* Map Container */
.map-container {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.map-container iframe {
  width: 100%;
  height: 300px;
  border: none;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .contact-info {
    flex-direction: column;
  }

  .contact-box {
    margin-bottom: 1rem;
  }

  .company-info {
    margin-top: 2rem;
  }
}

/* Animation for Form Submit */
.btn-primary {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.btn-primary:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.3s ease, height 0.3s ease;
}

.btn-primary:hover:after {
  width: 200px;
  height: 200px;
}

/* Blog Hero Styles */
.blog-hero {
  height: 60vh;
  min-height: 400px;
  position: relative;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  color: #fff;
}

.blog-hero .overlay {
  background: rgba(0, 0, 0, 0.6);
}

.blog-hero-content {
  position: relative;
  z-index: 2;
  padding: 2rem;
}

.blog-hero-content h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.post-meta {
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

.post-meta span {
  margin: 0 10px;
}

.category {
  background: #fac564;
  color: #000;
  padding: 5px 15px;
  border-radius: 20px;
}

/* Blog Content Styles */
.blog-content {
  padding: 5rem 0;
}

.blog-single-content {
  background: rgba(255, 255, 255, 0.05);
  padding: 2rem;
  border-radius: 8px;
}

.lead {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 2rem;
}

.blog-image {
  margin: 2rem 0;
}

.caption {
  display: block;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 0.5rem;
}

.custom-list {
  list-style: none;
  padding-left: 1.5rem;
}

.custom-list li {
  position: relative;
  margin-bottom: 0.5rem;
  color: rgba(255, 255, 255, 0.8);
}

.custom-list li:before {
  content: "•";
  color: #fac564;
  position: absolute;
  left: -1.5rem;
}

/* Tip Boxes */
.etiquette-tips, .modern-variations {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.tip-box, .variation-box {
  background: rgba(250, 197, 100, 0.1);
  padding: 1.5rem;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.tip-box:hover, .variation-box:hover {
  transform: translateY(-5px);
}

/* Author Box */
.author-box {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.05);
  padding: 2rem;
  border-radius: 8px;
  margin: 3rem 0;
}

.author-image {
  width: 100px;
  height: 100px;
  margin-right: 2rem;
}

/* Share Buttons */
.share-buttons {
  text-align: center;
  margin: 3rem 0;
}

.social-links {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
}

/* Related Posts */
.related-posts {
  background: rgba(255, 255, 255, 0.02);
  padding: 5rem 0;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .blog-hero-content h1 {
    font-size: 2rem;
  }

  .blog-hero {
    height: 50vh;
  }

  .post-meta {
    font-size: 0.9rem;
    flex-direction: column;
  }

  .post-meta span {
    display: block;
    margin: 5px 0;
  }

  .blog-single-content {
    padding: 1rem;
  }

  .author-box {
    flex-direction: column;
    text-align: center;
  }

  .author-image {
    margin: 0 auto 1rem;
  }

  .etiquette-tips, .modern-variations {
    grid-template-columns: 1fr;
  }
}

/* Typography Enhancements */
.blog-single-content h2 {
  font-size: 2rem;
  color: #fac564;
  margin: 2.5rem 0 1.5rem;
  position: relative;
  padding-bottom: 0.5rem;
}

.blog-single-content h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: #fac564;
}

.blog-single-content h3 {
  font-size: 1.5rem;
  color: #fff;
  margin: 2rem 0 1rem;
}

.blog-single-content h4 {
  font-size: 1.2rem;
  color: #fac564;
  margin: 1.5rem 0 1rem;
}

.blog-single-content p {
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 1.5rem;
}

/* Quote Styles */
.blog-single-content blockquote {
  background: rgba(250, 197, 100, 0.1);
  border-left: 4px solid #fac564;
  padding: 1.5rem;
  margin: 2rem 0;
  font-style: italic;
  color: rgba(255, 255, 255, 0.9);
}

/* Image Enhancements */
.blog-single-content img {
  transition: transform 0.3s ease;
}

.blog-single-content img:hover {
  transform: scale(1.02);
}

/* Table Styles */
.blog-single-content table {
  width: 100%;
  margin: 2rem 0;
  border-collapse: collapse;
}

.blog-single-content th,
.blog-single-content td {
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8);
}

.blog-single-content th {
  background: rgba(250, 197, 100, 0.1);
  color: #fac564;
}

/* Link Styles */
.blog-single-content a {
  color: #fac564;
  text-decoration: none;
  border-bottom: 1px dotted #fac564;
  transition: all 0.3s ease;
}

.blog-single-content a:hover {
  color: #fff;
  border-bottom-color: #fff;
}

/* Code Block Styles */
.blog-single-content pre {
  background: rgba(0, 0, 0, 0.3);
  padding: 1.5rem;
  border-radius: 4px;
  overflow-x: auto;
  margin: 2rem 0;
}

.blog-single-content code {
  font-family: 'Courier New', monospace;
  color: #fac564;
}

/* Comments Section */
.comments-section {
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.comment {
  background: rgba(255, 255, 255, 0.05);
  padding: 1.5rem;
  border-radius: 8px;
  margin-bottom: 1.5rem;
}

.comment-header {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.comment-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
}

.comment-meta {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
}

.comment-content {
  color: rgba(255, 255, 255, 0.8);
}

/* Print Styles */
@media print {
  .blog-hero {
    height: auto;
    min-height: auto;
  }

  .blog-single-content {
    background: none;
    color: #000;
  }

  .blog-single-content p {
    color: #000;
  }

  .author-box,
  .share-buttons,
  .related-posts,
  .comments-section {
    display: none;
  }
}

/* Accessibility Improvements */
@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
  }
}

.skip-to-content {
  position: absolute;
  top: -40px;
  left: 0;
  background: #fac564;
  color: #000;
  padding: 8px;
  z-index: 100;
}

.skip-to-content:focus {
  top: 0;
}

.cookie-banner {
  position: fixed;
  bottom: -100%;
  left: 0;
  right: 0;
  background: rgba(18, 22, 24, 0.95);
  border-top: 2px solid #fac564;
  padding: 20px 0;
  z-index: 1000;
  transition: bottom 0.5s ease-in-out;
  backdrop-filter: blur(10px);
}

.cookie-banner.show {
  bottom: 0;
}

.cookie-banner p {
  color: #fff;
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
}

.cookie-btn {
  background: #fac564;
  color: #000;
  border: 1px solid #fac564;
  padding: 8px 20px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.3s ease;
}

.cookie-btn:hover {
  background: transparent;
  color: #fac564;
}

@media (max-width: 768px) {
  .cookie-banner {
    text-align: center;
  }
  .cookie-banner p {
    margin-bottom: 15px;
  }
}

.blg-img {
  max-width: 100%;
}