@font-face {
  font-family: "Glyphicons Halflings";
  src: url(../fonts/glyphicons-halflings-regular.eot);
  src: url(../fonts/glyphicons-halflings-regular.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/glyphicons-halflings-regular.woff) format("woff"),
    url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"),
    url(../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular)
      format("svg");
}

.cbp-spmenu {
  background: #dfdfdf;
  position: fixed;
}

.cbp-spmenu h3 {
  color: #fff;
  font-size: 1.9em;
  padding: 20px;
  margin: 0;
  font-weight: 300;
  background: #000000;
}

.cbp-spmenu a {
  display: block;
  color: #fff;
  font-size: 1.1em;
  font-weight: 300;
}

.cbp-spmenu a:hover {
  background: #000000;
}

.cbp-spmenu a:active {
  background: #333;
  color: #fff;
}

.cbp-spmenu-vertical {
  width: 240px;
  height: 100%;
  top: 0;
  z-index: 1000;
}

.cbp-spmenu-vertical a {
  border-bottom: 1px solid #ccc;
  padding: 1em;
}

.cbp-spmenu-horizontal {
  width: 100%;
  height: 150px;
  left: 0;
  z-index: 1000;
  overflow: hidden;
}

.cbp-spmenu-horizontal h3 {
  height: 100%;
  width: 20%;
  float: left;
}

.cbp-spmenu-horizontal a {
  float: left;
  width: 20%;
  padding: 0.8em;
  border-left: 1px solid #258ecd;
}

.cbp-spmenu-left {
  left: -240px;
}

.cbp-spmenu-right {
  right: -240px;
}

.cbp-spmenu-left.cbp-spmenu-open {
  left: 0;
}

.cbp-spmenu-right.cbp-spmenu-open {
  right: 0;
}

.cbp-spmenu-top {
  top: -150px;
}

.cbp-spmenu-bottom {
  bottom: -150px;
}

.cbp-spmenu-top.cbp-spmenu-open {
  top: 0;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
  bottom: 0;
}

.cbp-spmenu-push {
  overflow-x: hidden;
  position: relative;
  left: 0;
}

.cbp-spmenu-push-toright {
  left: 240px;
}

.cbp-spmenu-push-toleft {
  left: -240px;
}

.cbp-spmenu,
.cbp-spmenu-push {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 55.1875em) {
  .cbp-spmenu-horizontal {
    font-size: 75%;
    height: 110px;
  }

  .cbp-spmenu-top {
    top: -110px;
  }

  .cbp-spmenu-bottom {
    bottom: -110px;
  }
}

@media screen and (max-height: 26.375em) {
  .cbp-spmenu-vertical {
    font-size: 90%;
    width: 190px;
  }

  .cbp-spmenu-left,
  .cbp-spmenu-push-toleft {
    left: -190px;
  }

  .cbp-spmenu-right {
    right: -190px;
  }

  .cbp-spmenu-push-toright {
    left: 190px;
  }
}

#showLeftPush {
  display: block;
  height: 30px;
  position: absolute;
  left: 8px;
  top: 18px;
  width: 40px;
  z-index: 2;
  background: 0 0;
  border: 0;
  cursor: pointer;
}

#showLeftPush span,
#showLeftPush:after,
#showLeftPush:before {
  background: #000;
  content: "";
  display: block;
  height: 4px;
  left: 7px;
  position: absolute;
  width: 30px;
}

#showLeftPush:before {
  top: 8px;
}

#showLeftPush:after {
  top: 24px;
}

#showLeftPush span {
  top: 16px;
}

#showLeftPush.active:before {
  transform: rotate(45deg);
}

#showLeftPush.active:after,
#showLeftPush.active:before {
  top: 10px;
}

#showLeftPush.active:after {
  transform: rotate(-45deg);
}

#showLeftPush.active span {
  opacity: 0;
}

.navbar {
  display: none;
}

#ommenu a,
#ommenu li,
#ommenu span,
#ommenu ul {
  margin: 0;
  padding: 0;
  position: relative;
}

#ommenu {
  width: auto;
}

#ommenu a {
  color: #fff;
  text-transform: normal;
  font-weight: 700;
  font-size: 18px;
  position: relative;
  line-height: 32px;
  border-bottom: 2px solid #ccc;
  display: block;
  padding: 10px;
}

#ommenu ul {
  list-style: none;
}

#ommenu > ul > li {
  display: block;
  margin: 0;
}

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

#ommenu.align-center > ul > li {
  float: none;
}

#ommenu.align-center ul ul {
  text-align: left;
}

#ommenu.align-right > ul {
  float: right;
}

#ommenu.align-right ul ul {
  text-align: right;
}

#ommenu > ul > li > a {
  color: #fff;
  font-size: 15px;
}

a.nav-link {
}

#ommenu .has-sub:hover > ul {
  display: block;
  z-index: 20;
}

#ommenu .has-sub ul {
  display: none;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  background: #222;
}

#ommenu .has-sub ul li a {
  background: #fff;
  border-bottom: 2px solid #080808;
  font-size: 15px;
  display: block;
  line-height: 120%;
  padding: 12px;
  color: #000;
}

#ommenu .has-sub ul li:hover a {
  background: #222;
  color: #fff;
}

#ommenu ul ul li:hover > a {
  color: #000;
}

#ommenu .has-sub .has-sub:hover > ul {
  display: block;
}

#ommenu .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}

#ommenu .has-sub .has-sub ul li a {
  background: #0c7fb0;
  border-bottom: 1px dotted #31b7f1;
}

#ommenu .has-sub .has-sub ul li a:hover {
  background: #0a6d98;
}

body.cbp-spmenu-push-toleft {
  left: 240px;
}

@media screen and (min-width: 768px) {
  #showLeftPush {
    display: none;
  }

  .navbar {
    display: block;
  }

  .navbar-inverse {
    background: 0 0;
    margin-top: 9px;
    margin-bottom: 0;
    border: 0;
    z-index: 1;
    min-height: auto;
    text-transform: none;
    border-radius: 0;
  }

  #ommenu a {
    border-bottom: none;
    padding: 0 10px;
    font-weight: 400;
    line-height: 102px;
    text-transform: normal;
  }

  #ommenu ul {
    display: table;
    margin: 0 auto;
  }

  #ommenu ul ul {
    display: block;
  }

  #ommenu .has-sub ul li a {
    background: #000;
    color: #fff;
    border-bottom-color: #222;
  }

  #ommenu > ul > li > a {
    color: #000;
    font-size: 18px;
    position: relative;
    letter-spacing: 2px;
  }

  #ommenu ul:after,
  #ommenu:after {
    content: "";
    display: block;
    clear: both;
  }

  #ommenu > ul > li:hover:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
  }

  #ommenu > ul > li:first-child > a {
    border-radius: 5px 0 0;
    -moz-border-radius: 5px 0 0;
    -webkit-border-radius: 5px 0 0;
  }

  #ommenu.align-center > ul > li:first-child > a,
  #ommenu.align-right > ul > li:first-child > a {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }

  #ommenu.align-right > ul > li:last-child > a {
    border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
  }

  #ommenu > ul > li.active > a {
    color: #688005;
    border-bottom-color: #688005;
    border-radius: 0;
  }

  #ommenu > ul > li:hover > a {
    color: #264896;
    border-bottom-color: #264896;
    border-radius: 0;
  }

  #ommenu .has-sub {
    z-index: 10;
  }

  #ommenu.align-right .has-sub ul {
    left: auto;
    right: 0;
  }

  #ommenu .has-sub ul li {
    *margin-bottom: -1px;
    background: #222;
  }

  #ommenu.align-right .has-sub .has-sub ul,
  #ommenu.align-right ul ul ul {
    left: auto;
    right: 100%;
  }

  #ommenu .has-sub ul li.last > a,
  #ommenu .has-sub ul li:last-child > a,
  #ommenu ul ul li.last > a,
  #ommenu ul ul li:last-child > a,
  #ommenu ul ul ul li.last > a,
  #ommenu ul ul ul li:last-child > a {
    border-bottom: 0;
  }

  #ommenu > ul > li {
    display: inline-block;
    float: left;
    margin: 0;
  }

  #ommenu .has-sub ul {
    width: 250px;
  }
}

@media screen and (min-width: 992px) {
  #ommenu > ul > li > a {
    font-size: 16px;
  }

  #ommenu .has-sub ul li a {
    font-size: 14px;
  }

  #ommenu a {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width: 992px) {
  #ommenu > ul > li > a {
    font-size: 15px;
  }
}

.button,
.om-btn-wrapper a,
.view-menu-btn {
  background: #f60207;
  color: #fff !important;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  border: none;
  margin: 15px auto 0;
  padding: 10px 15px;
  position: relative;
  text-align: center;
  text-transform: normal;
  transition: all 0.2s ease-in-out 0s;
  min-width: 160px;
  text-decoration: none;
}

.button:hover,
.om-btn-wrapper a:hover,
.view-menu-btn:hover {
  background: #ff8343;
  color: #fff !important;
}

.button.red-btn,
.om-btn-wrapper a.red-btn,
.view-menu-btn.red-btn {
  background: #688005;
  font-weight: 700;
  color: #fff !important;
}

.button.red-btn:hover,
.om-btn-wrapper a.red-btn:hover,
.view-menu-btn.red-btn:hover {
  background: #404f03;
}

.button a,
.om-btn-wrapper a a,
.view-menu-btn a {
  color: #fff;
}

.button a:hover,
.om-btn-wrapper a a:hover,
.view-menu-btn a:hover {
  color: #000;
}

.button.book-btn,
.om-btn-wrapper a.book-btn,
.view-menu-btn.book-btn {
  width: 50%;
}

.order-online a {
  color: #000;
  display: block;
  font-size: 22px;
  position: relative;
  text-align: center;
  transition: all 0.2s ease-in-out 0s;
  min-width: 160px;
  text-transform: uppercase;
  text-decoration: underline;
  font-family: "Changa One", Impact, sans-serif;
}

.order-online a:hover {
  color: #666;
}

#header {
  background: #fef6e5;
  width: 100%;
  padding: 14px;
}

#header .container {
  position: relative;
  color: #fff;
  padding: 0;
}

#header .container #logo {
  margin: 0 auto;
  width: 120px;
}

#header .container #logo a {
  display: block;
}

#header .container .order-online ul {
  padding: 0;
  margin: 0;
}

#header .container .order-online ul li {
  display: block;
}

#header .left-nav,
#header .right-nav,
.header-top .address,
.header-top .oo-top {
  display: none;
}

@media screen and (min-width: 700px) {
  #header .container {
    padding: 0;
  }

  #header .container #logo {
    width: 140px;
    float: left;
    margin: 0;
    padding: 14px 0 14px 14px;
  }

  #header .container #logo a {
    padding: 0;
  }

  #header .container .navbar {
    float: right;
    padding: 0;
    margin-top: 0;
    margin-right: 170px;
  }

  #header .container .navbar .navbar-collapse {
    display: block;
  }

  #header .container .order-online {
    right: 0;
    top: 15px;
    position: absolute;
    margin: 0;
    padding: 0;
  }

  #header .left-nav,
  #header .right-nav {
    display: block;
  }

  #header .left-nav .nav ul,
  #header .right-nav .nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  #header .left-nav .nav ul li,
  #header .right-nav .nav ul li {
    display: inline-block;
  }

  #header .left-nav .nav ul li a,
  #header .right-nav .nav ul li a {
    display: block;
    padding: 0 10px;
    font-size: 15px;
    font-weight: 700;
    line-height: 50px;
    color: #000;
  }

  #header .left-nav .nav ul li a:hover,
  #header .right-nav .nav ul li a:hover {
    color: #ed1c24;
  }

  #header .left-nav {
    float: left;
    margin-left: 70px;
  }

  #header .right-nav {
    float: right;
  }

  .contact-wrapper {
    padding-right: 80px;
  }
}

@media screen and (min-width: 768px) {
  .m-visible {
    display: none !important;
  }

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

  #header .container .navbar-collapse {
    padding: 0;
  }
}

@media screen and (min-width: 980px) {
  #header .container #logo {
    width: 158px;
    padding: 5px 0 0;
  }

  #header .container .top-right .order-online {
    right: 0px;
    top: 52px;
  }

  #header .container .navbar {
    margin-top: 25px;
  }

  section.about-us {
    padding: 40px;
    text-align: center;
  }

  .menu-wrapper h2 {
    font-size: 32px;
  }

  .menu-wrapper h3 {
    font-size: 30px;
  }

  .menu-wrapper p {
    font-size: 20px;
  }

  .menu-wrapper p.m-heading {
    font-size: 28px;
  }
}

@media screen and (min-width: 992px) {
  .h1,
  h1 {
    font-size: 32px;
  }

  .h2,
  h2 {
    font-size: 28px;
  }

  #header {
    position: static;
  }

  #header .container,
  #header .container .navbar-inverse .navbar-collapse.collapse {
    padding: 0;
  }

  .main-container h1 {
    margin-bottom: 65px;
  }
}

@media screen and (min-width: 1180px) {
  #header .container .top-right .social-icon-list {
    margin-left: 50px;
  }

  .menu-items .menu-item {
    margin-bottom: 0;
  }

  .header-top .oo-top {
    top: 12px;
  }

  .header-top .oo-top a {
    font-size: 23px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .main-container {
    padding: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .menu-items .menu-item .desc {
    min-height: 130px;
  }

  .container {
    max-width: 1080px;
  }
}

#header .container:after,
.header-right-bottom:after,
.header-right-top:after,
.menu-items:after,
.order-online-btns ul:after,
.social-icon-list ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

#header .container #logo {
  width: 165px;
  margin: 0px auto 10px auto;
  padding: 15px 0 0 0;
  text-align: center;
}

#header .container #logo h1 {
  font-size: 20px;
  line-height: 50px;
  font-weight: bold;
  color: #033e4b;
}

a,
.home-text h1,
.box-section h2,
h2 {
  color: #033e4b;
}

#showLeftPush span,
#showLeftPush::after,
#showLeftPush::before {
  background: #ff3d00;
}

#ommenu > ul > li > a {
  color: #000;
}

#ommenu > ul > li:hover > a {
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  #ommenu > ul > li.active > a,
  #ommenu > ul > li:hover > a:hover {
    color: #ff3d00;
  }

  #ommenu > ul > li > a {
    color: #000000;
    text-transform: uppercase;
  }

  #header {
  }

  .menu-category .menu-category-wrapper {
    max-width: 1480px;
    margin: 0 auto;
    background: #fff;
  }

  .menu-category .menu-category-wrapper .menu-items-wrapper {
    display: flex;
    margin: 0 -15px;
  }

  .menu-category .menu-category-wrapper .menu-item {
    flex: 1;
    padding: 0 15px;
  }

  .menu-category .menu-category-wrapper .menu-title {
    top: auto;
    bottom: -25px;
  }

  #header .container #logo {
    margin: 0px auto 0px auto;
    width: 105px;
    z-index: 50;
  }

  #ommenu a {
    line-height: 60px;
  }

  #header .container .navbar {
    margin-top: 16px;
  }

  #header .container .order-online {
    top: 5px;
  }
}

@media screen and (min-width: 980px) {
  #header .container {
    display: flex;
    align-items: center;
  }

  #header .container .navbar {
    margin-top: 0px;
  }

  .order-online a {
    margin-top: 0;
  }

  #header .container .top-right {
    flex: 1;
  }

  #header .container #logo {
    padding-top: 0;
  }

  #header .container .top-right .order-online {
    top: 9px;
  }
}

@media screen and (min-width: 1200px) {
  #header .container {
    max-width: 100%;
    width: 94vw;
  }
  #header .container #logo {
    width: 180px;
  }

  #header .container .top-right .order-online {
    top: 15px;
  }
}

@media screen and (min-width: 1500px) {
  .container {
    max-width: 1280px;
  }
}

div#logo img {
  width: 95%;
  /* text-align: center; */
}

.jssor-slide-img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.7);
}

.jssorl-009-spin img {
  animation-name: jssorl009-spin;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.jssora051 {
  display: block;
  position: absolute;
  cursor: pointer;
}

.jssora051 .a {
  fill: none;
  stroke: #fff;
  stroke-width: 360;
  stroke-miterlimit: 10;
}

.jssora051:hover {
  opacity: 0.8;
}

.jssora051.jssora051dn {
  opacity: 0.5;
}

.jssora051.jssora051ds {
  opacity: 0.3;
  pointer-events: none;
}

.flex-section {
  display: flex;
  flex-wrap: wrap;
  min-height: 100vh;
  font-family: "Arial", sans-serif;
}

.image-side {
  flex: 1 1 50%;
  min-height: 400px;
  background-image: url(../images/home-bottom-left.jpg);
  background-size: cover;
  background-position: center;
}

.text-side {
  flex: 1 1 50%;
  background-color: #fdfaf3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 40px;
  text-align: center;
}

.text-side h2 {
  font-family: "Varela Round", sans-serif;
  font-size: 44px;
  color: #333;
  margin-bottom: 20px;
}

.text-side p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  max-width: 500px;
  margin-bottom: 30px;
}

.text-side a {
  padding: 12px 28px;

  background-color: #000;
  color: #fdfaf3;
  text-decoration: none;
  border-radius: 3px;
  font-weight: bold;
  letter-spacing: 1px;
}

/* Responsive for tablets and below */
@media (max-width: 768px) {
  .flex-section {
    flex-direction: column;
  }

  .image-side,
  .text-side {
    flex: 1 1 100%;
    min-height: 300px;
  }

  .text-side {
    padding: 40px 20px;
  }

  .text-side h2 {
    font-size: 24px;
  }

  .text-side p {
    font-size: 14px;
  }
}

.grabslider {
  position: relative;
  max-width: 1000px;
  margin: auto;
  overflow: hidden;
}

.grabslider .slider-track {
  display: flex;
  transition: transform 0.4s ease-in-out;
  will-change: transform;
}

.grabslider .slide {
  flex: 0 0 33.333%;
  text-align: center;
  opacity: 0.5;
  transform: scale(0.8);
  filter: blur(5px);
  transition: all 0.4s ease;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.grabslider .slide.active {
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
  z-index: 2;
}

.grabslider .slide h3 {
  margin-bottom: 10px;
  font-size: 18px;
}

.grabslider .slide img {
  width: 100%;
  max-width: 300px;
  border-radius: 16px;
}

.grabslider .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
  font-size: 30px;
  color: black;
  background: none;
}

.grabslider .arrow.left {
  left: 10px;
}

.grabslider .arrow.right {
  right: 10px;
}

.grabslider .dots {
  text-align: center;
  margin-top: 20px;
}

.grabslider .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #bbb;
  margin: 0 5px;
  cursor: pointer;
  transition: background 0.3s;
}

.grabslider .dot.active {
  background: black;
}

/* Responsive */
@media (max-width: 768px) {
  .grabslider .slide {
    flex: 0 0 50%;
  }
}

@media (max-width: 480px) {
  .grabslider .slide {
    flex: 0 0 100%;
  }

  .grabslider .slide img {
    max-width: 90%;
  }

  .grabslider .arrow {
    font-size: 24px;
  }
}

.site-footer {
  background: #fef6e5;
  color: #000;
  padding: 100px 0 30px 15px;
  font-family: sans-serif;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
  gap: 30px;
}

.footer-column {
  flex: 1 1 200px;
  min-width: 200px;
}

.footer-column h4 {
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.footer-column p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 16px;
}

.footer-column a {
  display: block;
  color: #000;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.footer-bottom {
  text-align: center;
  margin-top: 30px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.footer-bottom p {
  font-size: 12px;
  color: #000;
  margin: 5px 0;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-column {
    margin-bottom: 20px;
  }

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

.nutrition-hero {
  background-image: url(../images/bg1.jpg);
  background-size: cover;
  background-position: center;
  height: 100vh;
  max-height: 600px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  position: relative;
  color: white;
}

.nutrition-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2); /* subtle overlay */
  z-index: 1;
}

.nutrition-hero-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  text-align: left; /* Align text to left */
}

.nutrition-hero .line {
  width: 60px;
  height: 2px;
  background-color: white;
  margin-bottom: 20px;
}

.nutrition-hero h1 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}

@media (max-width: 768px) {
  .nutrition-hero h1 {
    font-size: 2.2rem;
  }

  .nutrition-hero .line {
    width: 40px;
    margin-bottom: 15px;
  }
}

@media (max-width: 480px) {
  .nutrition-hero h1 {
    font-size: 1.8rem;
  }

  .nutrition-hero {
    padding: 40px 20px;
    height: auto;
    max-height: none;
  }
}
.nutrition-allergen-section {
  padding: 60px 20px;
  text-align: center;
  background-color: #fff;
}

.nutrition-allergen-section h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #222;
}

.nutrition-allergen-section p {
  font-size: 1rem;
  color: #333;
  max-width: 800px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

.contact-link {
  color: #e25a0e;
  text-decoration: none;
}

.contact-link:hover {
  text-decoration: underline;
}

.button-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.btn.orange {
  background-color: #e25a0e;
  color: white;
  padding: 12px 24px;
  border: none;
  font-size: 1rem;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.3s ease;
}

.btn.orange:hover {
  background-color: #c94e0a;
}

@media (min-width: 768px) {
  .button-group {
    flex-direction: row;
  }
}

.button-group-centered {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}

.btn.orange {
  background-color: #e6641a;
  color: white;
  padding: 14px 28px;
  border: none;
  font-size: 1rem;
  text-decoration: none;
  border-radius: 0;
  font-weight: 500;
  transition: background-color 0.3s ease;
  min-width: 280px;
  text-align: center;
}

.btn.orange:hover {
  background-color: #c94e0a;
}

.btn.orange.second {
  margin-top: 20px; /* controls spacing between the buttons */
}

@media (max-width: 480px) {
  .btn.orange {
    min-width: 80%;
    font-size: 0.95rem;
  }
}
p.copyright a {
  color: #fff;
}
i.fab {
  font-size: 20px;
  padding: 0 0 4px 0;
}
.contact-section {
  display: flex;
  flex-wrap: wrap;
}

.form-container,
.map-container {
  flex: 1 1 50%;
}

.form-container {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.form-container h3 {
  margin-top: 0;
  color: #ea6212;
}

.form-container p {
  margin-bottom: 20px;
}

.form-container form {
  display: flex;
  flex-direction: column;
}

.form-container input,
.form-container select,
.form-container textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: none;
  border-bottom: 2px solid #ccc;
  background-color: transparent;
  font-family: inherit;
  outline: none;
  font-size: 14px;
}

.form-container input:focus,
.form-container select:focus,
.form-container textarea:focus {
  border-bottom-color: #ea6212;
}

.form-container textarea {
  resize: vertical;
  min-height: 100px;
}

.form-container .button {
  background-color: #ea6212;
  color: white;
  border: none;
  padding: 12px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.3s;
}

.form-container .button:hover {
  background-color: #cc4f0e;
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0;
}

@media (max-width: 768px) {
  .contact-section {
    flex-direction: column;
    height: auto;
  }

  .form-container,
  .map-container {
    flex: 1 1 100%;
    height: 400px;
  }

  .form-container {
    height: auto;
  }
}

.work-section {
  display: flex;
  min-height: 100vh;
  width: 100%;
  flex-wrap: wrap;
}

.work-left {
  flex: 1 1 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px;
  background-color: #fff;
}

.work-left h5 {
  color: #ea6212;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 10px;
}

.work-left h1 {
  font-size: 48px;
  color: #333;
  margin-bottom: 20px;
}

.work-left p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 30px;
  max-width: 500px;
}

.work-right {
  flex: 1 1 45%;
  background-image: url(../images/work.jpg);
  background-position: center;
}

@media (max-width: 768px) {
  .work-section {
    flex-direction: column;
  }

  .work-left,
  .work-right {
    flex: 1 1 100%;
    padding: 30px;
  }

  .work-left {
    text-align: center;
    padding: 40px 20px;
  }

  .work-left h1 {
    font-size: 32px;
  }

  .work-left p {
    font-size: 15px;
  }

  .work-left .btn {
    font-size: 15px;
    padding: 10px 20px;
  }

  .work-right {
    height: 300px;
  }
}

/* Default: Align left for desktop */
.work-left .btn-wrapper {
  text-align: left;
}

.work-left .btn {
  width: 158px;
  background-color: #f96806;
  color: #fff;
  padding: 12px 0;
  font-size: 16px;
  border: none;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-align: center;
}

/* Hover effect */
.work-left .btn:hover {
  background-color: #e25700;
}

/* Responsive: Center the button */
@media (max-width: 768px) {
  .work-left .btn-wrapper {
    text-align: center;
  }
}

.map-wrapper {
  display: flex;
  flex-direction: row;
  height: 100vh;
}

.sidebar {
  width: 300px;
  background-color: #fff;
  border-right: 1px solid #ccc;
  padding: 20px;
  overflow-y: auto;
}

.sidebar input {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
}

.location {
  margin-bottom: 15px;
}

.location h4 {
  margin: 0 0 5px;
  font-size: 16px;
  color: #333;
}

.location p {
  margin: 0;
  font-size: 14px;
  color: #666;
}

.map-container {
}

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

@media (max-width: 768px) {
  .map-wrapper {
    flex-direction: column;
  }

  .sidebar {
    width: 100%;
    height: 45vh;
    border-right: none;
    border-bottom: 1px solid #ccc;
  }

  .map-container {
    height: 55vh;
  }
}
.form-container,
.map-container {
  flex: 1 1 50%;
  padding: 30px;
}

.wellness-section {
  padding: 40px 20px;
  text-align: center;
  background-color: #f9f9f9;
}

.wellness-content {
  max-width: 700px;
  margin: 0 auto;
}

.wellness-content h2 {
  font-size: 2rem;
  color: #333;
  margin-bottom: 1rem;
}

.wellness-content p {
  font-size: 1rem;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* Responsive tweaks */
@media (min-width: 768px) {
  .wellness-content h2 {
    font-size: 2.5rem;
  }

  .wellness-content p {
    font-size: 1.125rem;
  }
}

@media (min-width: 1024px) {
  .wellness-section {
    padding: 40px 40px;
  }
}
.features-section {
  padding: 80px 20px;
  text-align: center;
  background: #ffffff;
}

.features-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}

.feature-box {
  flex: 1 1 250px;
  padding: 20px;
  box-sizing: border-box;
}

.feature-box h5 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #333;
}

.feature-box p {
  margin: 0;
  color: #666;
  font-size: 15px;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .feature-box {
    flex: 1 1 100%;
  }
}
