/* Main Bundle - Que HP Guacamole */
/*!
 * Bootstrap Lite - Optimized for Que HP Guacamole
 * Replaces the full Bootstrap 3.3.5 with only essential parts.
 */

/* Minimal Normalize & Global Resets */
*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; font-size: 10px; -webkit-tap-highlight-color: rgba(0,0,0,0); }
body { margin: 0; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; line-height: 1.42857143; color: #333; background-color: #fff; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }
a { background-color: transparent; color: #337ab7; text-decoration: none; }
a:active, a:hover { outline: 0; }
img { vertical-align: middle; border: 0; }
.img-responsive { display: block; max-width: 100%; height: auto; }
.text-center { text-align: center; }

/* Grid System Base */
.container { padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; }
.container:before, .container:after, .row:before, .row:after { display: table; content: " "; }
.container:after, .row:after { clear: both; }

@media (min-width: 768px) { .container { width: 750px; } }
@media (min-width: 992px) { .container { width: 970px; } }
@media (min-width: 1200px) { .container { width: 1170px; } }

.row { margin-right: -15px; margin-left: -15px; }

[class*="col-"] { position: relative; min-height: 1px; padding-right: 15px; padding-left: 15px; }

/* Mobile Grid */
.col-xs-12 { width: 100%; float: left; }

/* Tablet Grid (sm) */
@media (min-width: 768px) {
  .col-sm-4 { width: 33.33333333%; float: left; }
  .col-sm-6 { width: 50%; float: left; }
  .col-sm-10 { width: 83.33333333%; float: left; }
  .col-sm-12 { width: 100%; float: left; }
  .col-sm-offset-1 { margin-left: 8.33333333%; }
}

/* Desktop Grid (md) */
@media (min-width: 992px) {
  .col-md-3 { width: 25%; float: left; }
  .col-md-4 { width: 33.33333333%; float: left; }
  .col-md-6 { width: 50%; float: left; }
  .col-md-8 { width: 66.66666667%; float: left; }
  .col-md-10 { width: 83.33333333%; float: left; }
  .col-md-12 { width: 100%; float: left; }
  .col-md-offset-1 { margin-left: 8.33333333%; }
  .col-md-offset-2 { margin-left: 16.66666667%; }
}

/* Navbar Structure (Bootstrap 3 Style) */
.navbar { position: relative; min-height: 50px; margin-bottom: 20px; border: 1px solid transparent; }
.navbar:before, .navbar:after { display: table; content: " "; }
.navbar:after { clear: both; }

.navbar-static-top { z-index: 1000; border-width: 0 0 1px; }

@media (min-width: 768px) {
  .navbar-header { float: left; }
  .navbar-header:before, .navbar-header:after { display: table; content: " "; }
  .navbar-header:after { clear: both; }
}

.navbar-brand { float: left; height: 50px; padding: 15px 15px; font-size: 18px; line-height: 20px; }
.navbar-brand:hover, .navbar-brand:focus { text-decoration: none; }
.navbar-brand > img { display: block; }

.navbar-toggle { position: relative; float: right; padding: 9px 10px; margin-top: 8px; margin-right: 15px; margin-bottom: 8px; background-color: transparent; border: 1px solid transparent; border-radius: 4px; }
.navbar-toggle:focus { outline: 0; }
.navbar-toggle .icon-bar { display: block; width: 22px; height: 2px; border-radius: 1px; }
.navbar-toggle .icon-bar + .icon-bar { margin-top: 4px; }
@media (min-width: 768px) { .navbar-toggle { display: none; } }

.navbar-collapse { padding-right: 15px; padding-left: 15px; overflow-x: visible; -webkit-overflow-scrolling: touch; border-top: 1px solid transparent; -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1); box-shadow: inset 0 1px 0 rgba(255,255,255,.1); }
.navbar-collapse:before, .navbar-collapse:after { display: table; content: " "; }
.navbar-collapse:after { clear: both; }
.navbar-collapse.collapse { display: none; }
.navbar-collapse.in { display: block !important; }
@media (min-width: 768px) {
  .navbar-collapse.collapse { display: block !important; height: auto !important; padding-bottom: 0; overflow: visible !important; }
}

.nav { padding-left: 0; margin-bottom: 0; list-style: none; }
.nav:before, .nav:after { display: table; content: " "; }
.nav:after { clear: both; }
.nav > li { position: relative; display: block; }
.nav > li > a { position: relative; display: block; padding: 10px 15px; }

.navbar-nav { margin: 7.5px -15px; }
@media (min-width: 768px) {
  .navbar-nav { float: left; margin: 0; }
  .navbar-nav > li { float: left; }
}

@media (min-width: 768px) {
  .navbar-right { float: right !important; margin-right: -15px; }
}

/* Common Utilities */
.clearfix:before, .clearfix:after { display: table; content: " "; }
.clearfix:after { clear: both; }

/* Buttons */
.btn { display: inline-block; padding: 6px 12px; margin-bottom: 0; font-size: 14px; font-weight: 400; line-height: 1.42857143; text-align: center; white-space: nowrap; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-image: none; border: 1px solid transparent; border-radius: 4px; }
.btn-default { color: #333; background-color: #fff; border-color: #ccc; }

/* Media Object */
.media { margin-top: 15px; }
.media:first-child { margin-top: 0; }
.media, .media-body { overflow: hidden; zoom: 1; }
.media-body { width: 10000px; }
.media-object { display: block; }
.media-left, .media > .pull-left { padding-right: 10px; }
.media-body, .media-left { display: table-cell; vertical-align: top; }

/* Screen Reader Only */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }


@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2');
  font-weight: normal; font-style: normal; font-display: swap;
}
.fa {
  display: inline-block; font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
.fa-lg { font-size: 1.33333333em; line-height: 0.75em; vertical-align: -15%; }
.fa-2x { font-size: 2em; }
.fa-3x { font-size: 3em; }
.fa-instagram:before { content: "\f16d"; }
.fa-whatsapp:before { content: "\f232"; }
.fa-hand-lizard-o:before { content: "\f258"; }
.fa-heart:before { content: "\f004"; }
.fa-leaf:before { content: "\f06c"; }

/*

Tooplate 2083 Steak House

https://www.tooplate.com/view/2083-steak-house

*/

body {
  background: #ffffff;
  font-family: "Source Sans Pro", sans-serif !important;
  font-weight: 300;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
}

html {
  font-size: 100%;
}


/* Typography */
h1,
h2,
h3,
.btn {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 400;
  letter-spacing: 1px;
}

h1 {
  font-weight: bold;
  font-size: 100px;
}

h2 {
  font-family: 'Montserrat', sans-serif !important;
  color: #333;
  font-size: 40px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 8px;
}

#contact h2 {
  color: #ffffff;
}

h3 {
  color: #444;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 1px;
  padding-bottom: 10px;
}

#menu h3 {
  color: #555;
}

#menu .cta-whatsapp {
  color: #333;
  font-size: 20px;
}

#menu .cta-instagram,
footer .cta-instagram {
  color: #fff;
  font-size: 20px;
}

h4 {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 400;
}

p {
  font-size: 18px;
  letter-spacing: 0.8px;
  line-height: 28px;
}

a {
  text-decoration: none !important;
}

a:visited,
a:focus {
  outline: none;
  text-decoration: none !important;
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}

/* hover min css */
.hvr-bounce-to-bottom:before,
.hvr-bounce-to-top:before {
  background-color: #ffffff;
}


/* All Section styles */
#about,
#feature,
#video,
#menu,
#team,
#gallery,
#contact {
  color: #656565;
  padding-top: 100px;
  padding-bottom: 100px;
}

#feature,
#video,
#team,
#gallery,
#contact {
  text-align: center;
}

#feature,
#team {
  background: rgb(240, 240, 240);
}



/* section title */
.section-title {
  padding-bottom: 20px;
}

#about .section-title,
#menu .section-title {
  text-align: center;
}

#contact .section-title {
  color: #f0f0f0;
}



/* Preloader section  */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.sk-spinner-pulse {
  width: 60px;
  height: 60px;
  background-color: #222;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
  animation: sk-pulseScaleOut 1s infinite ease-in-out;
}

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}


/* Home section */
#home {
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

#home .gradient-overlay {
  background: #D0DB65;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #D0DB65, #057533);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #D0DB65, #057533);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
}

#home .btn {
  background: transparent;
  border: 3px solid #ffffff;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 2px;
  padding: 13px 30px;
  margin-top: 34px;
  text-transform: uppercase;
}

#home .btn:hover,
#home .btn:focus {
  color: #25D366;
  ;
}

#home .qhpg-logo-section {
  display: flex;
  justify-content: center;
}

#home .qhpg-logo-section img {
  max-width: 50%;
}


/* Navigation section */
.navbar-default {
  background: #ffffff;
  border: none;
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.04);
  margin: 0 !important;
}

.navbar-default .navbar-brand {
  color: #505050;
  font-family: 'Source Sans Pro', sans-serif !important;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 40px;
  margin: 0;
}

.navbar-default .navbar-nav li a {
  color: #757575;
  font-size: 19px;
  font-weight: 300;
  line-height: 50px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.navbar-default .navbar-nav>li a:hover {
  color: #d0db65 !important;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: #606060;
  background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  color: #057533;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border: none;
  padding-top: 10px;
}

.navbar-default .navbar-toggle .icon-bar {
  border-color: transparent;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}



/* Feature section */
#feature .feature-thumb {
  background-color: #ffffff;
  position: relative;
  padding: 20px;
  margin-top: 32px;
}

#feature .feature-icon {
  background-color: #D0DB65;
  width: 85px;
  height: 85px;
  margin: 0 auto;
  top: 0;
  margin-top: -70px;
  margin-bottom: 30px;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: table;
  text-align: center;
  transition: all 0.4s ease-in-out;
}

#feature .feature-icon:hover {
  background-color: #057533;
}

#feature .feature-icon span {
  display: table-cell;
  vertical-align: middle;
}

#feature .feature-icon .fa {
  color: #ffffff;
  font-size: 36px;
  margin: 0;
  padding: 0;
}

#feature h3 {
  padding-top: 14px;
  padding-bottom: 10px;
}



/* About section  */
#about .col-md-4 ul {
  padding-top: 4px;
  padding-left: 28px;
}

#about .col-md-4 ul li {
  color: #777;
  font-size: 18px;
  font-weight: 400;
  padding-top: 2px;
  padding-bottom: 2px;
}



/* Video section  */
#video {
  background: url('../images/video-bg.jpg') 50% 0 repeat-y fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: relative;
  color: #999;
}

#video .overlay {
  background: rgba(03, 03, 03, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

#video h2 {
  color: #ffffff;
  padding-top: 20px;
  padding-bottom: 16px;
}

#video .fa {
  position: relative;
  border: 2px solid #ffffff;
  border-radius: 100px;
  color: #ffffff;
  font-size: 28px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  vertical-align: middle;
  margin-top: 22px;
}



/* Menu section */
#menu .media {
  padding-bottom: 20px;
}

#menu .media-object img {
  width: 220px;
  border-radius: 5px;
  position: relative;
}

/* Team section */
#team h3 {
  padding-bottom: 0px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 17px;
}

#team .team-des h4 {
  color: #666;
  padding-top: 0px;
  padding-bottom: 10px;
}

#team img {
  width: 100%;
}

#team .team-thumb {
  width: 100%;
  position: relative;
  background: #ffffff;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

#team .team-des {
  background: #ffffff;
  box-shadow: none;
  position: static;
  width: 100%;
  overflow: visible;
  padding: 18px 16px 20px;
  text-align: center;
}

#team .team-des p {
  color: #b3b3b3;
  font-size: 14px;
  line-height: 1.35;
  margin: 0;
}

#team .team-thumb:hover h3,
#team .team-thumb:hover h4,
#team .team-thumb:hover .social-icon li a {
  color: inherit;
}

#team .team-thumb h3 a {
  color: #446343;
}

#team .team-thumb:hover h3 a {
  color: #446343;
}

#team .team-thumb:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

#team .team-thumb img {
  display: block;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

#team .team-des h3 {
  color: #555;
  padding: 0;
  margin: 0 0 10px;
  text-align: center;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 1px;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 400;
  text-transform: none;
}

#team .team-des h4 {
  margin: 0;
  text-align: center;
  letter-spacing: 0.8px;
  text-transform: none;
  color: #656565;
  font-size: 18px;
  line-height: 28px;
  font-family: 'Source Sans Pro', sans-serif !important;
  font-weight: 300;
}

#team .team-des p {
  color: #b5b5b5;
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

#team h1 {
  color: #333;
  font-size: 40px;
  letter-spacing: 2px;
  margin-top: 8px;

  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}

#team .section-title-blog h1 {
  text-align: left;
  word-wrap: break-word;
}

#team .section-title-blog h2 {
  color: #333;
  font-size: 25px;
  letter-spacing: 1px;
  margin-top: 8px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  padding-top: 20px;
  text-transform: inherit;
}

#team .section-title-blog {
  text-align: justify;
}

#team .section-title {
  padding-bottom: 20px;
}

#team .section-title ul,
#team .section-title ol {
  font-size: 18px;
  padding-bottom: 10px;
  padding-top: 10px;
}

#team .section-title-blog a {
  color: #656565;
}

#team .section-title-blog p a {
  font-weight: bold;
  text-decoration: underline !important;
}

#team .join-team {
  color: #f0f0f0;
  padding: 30px 20px;
  text-align: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: block;
}

#team .qhpg-topic-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 20px;
}

#team .qhpg-topic-chips a {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid #d9d9d9;
  background: #ffffff;
  color: #555;
  font-size: 15px;
}

#team .qhpg-topic-chips a:hover {
  background: #D0DB65;
  color: #446343;
}

#team .qhpg-topic-hub {
  margin: 6px 0 26px;
  padding: 20px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  text-align: left;
}

#team .qhpg-topic-hub h2 {
  font-size: 28px;
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 14px;
}

#team .qhpg-topic-hub h3 {
  font-size: 18px;
  padding: 0 0 8px;
}

#team .qhpg-topic-hub ul {
  margin: 0 0 16px;
  padding-left: 18px;
}

#team .qhpg-topic-hub li {
  margin-bottom: 6px;
}

#team .qhpg-topic-hub a {
  color: #147338;
}

#team .qhpg-topic-hub a:hover {
  color: #25D366;
}

.row-guacamole-2 {
  margin-top: 30px;
}

#team .join-team .fa {
  font-size: 32px;
  padding-bottom: 14px;
}

#team .join-team .btn {
  background-color: #D0DB65;
  border: 0px;
  color: #ffffff;
  font-size: 18px;
  padding: 12px 26px;
  margin-top: 18px;
}

#team .join-team .btn:hover {
  color: #444;
}

#team .col-md-6 {
  padding-top: 62px;
}

#team .col-md-6 h2 {
  padding-bottom: 16px;
}

/* Gallery section */
#gallery .gallery-thumb {
  position: relative;
  overflow: hidden;
  margin: 0;
}

#gallery .gallery-thumb .gallery-overlay {
  background: #c21500;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#gallery .gallery-thumb:hover .gallery-overlay {
  opacity: 0.9;
}

#gallery .gallery-thumb .gallery-overlay .gallery-item {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#gallery .gallery-thumb .fa {
  background: #ffffff;
  border-radius: 100%;
  font-size: 24px;
  color: #222;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  vertical-align: middle;
}

/*filter css*/
.filter-wrapper {
  width: 100%;
  margin-bottom: 42px;
  overflow: hidden;
}

.filter-wrapper li {
  display: inline-block;
  margin: 4px;
}

.filter-wrapper li a {
  color: #666;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 8px 17px;
  margin-right: 2px;
  margin-left: 2px;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.filter-wrapper li a:hover,
.filter-wrapper li a:focus {
  color: #C21500;
}

/*isotope box css*/
.iso-box-section {
  width: 100%;
}

.iso-box-wrapper {
  width: 100%;
  padding: 0;
  clear: both;
  position: relative;
}

.iso-box {
  position: relative;
  min-height: 50px;
  float: left;
  overflow: hidden;
  margin-bottom: 30px;
}

.iso-box>a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.fluid-img {
  width: 100%;
  display: block;
}


/* Contact section  */
#contact {
  background: url('../images/home-bg-slideshow1.webp') 50% 0 repeat-y fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: relative;
}

#contact .overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

#contact .form-control,
#contact .cta-whatsapp {
  background: transparent;
  border: none;
  border-bottom: 1px solid #666;
  border-radius: 0px;
  box-shadow: none;
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 16px;
  transition: all 0.4s ease-in-out;
}

#contact .form-control:hover,
#contact .cta-whatsapp:hover {
  border-color: #ddd;
}

#contact input,
#contact .cta-whatsapp {
  height: 45px;
}

#contact input[type='submit'],
#contact .cta-whatsapp {
  background: #ffffff;
  border-radius: 4px;
  color: #333;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  height: 50px;
  margin-top: 20px;
  transition: all 0.4s ease-in-out;
}

#contact input[type='submit']:hover,
#contact .cta-whatsapp:hover {
  background-color: #25D366;
  border-color: transparent;
  color: #ffffff;
}

#contact .cta-whatsapp {
  padding: 10px 40px;
}

#contact .cta-whatsapp .fa {
  font-size: 30px;
  vertical-align: bottom;
}

/* Footer section  */
footer {
  background-color: #141414;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 20px;
}

footer h3 {
  color: #ffffff;
  text-transform: uppercase;
  padding-bottom: 14px;
}

footer strong {
  color: #f0f0f0;
  font-size: 20px;
  display: block;
  padding-top: 6px;
  padding-bottom: 2px;
}

footer .cta-whatsapp {
  color: #fff;
}


/* copyright section  */
#copyright p {
  padding: 20px;
}

.gototop {
  background-color: #242424;
  color: #ffffff;
  font-size: 40px;
  padding: 20px 32px;
  text-align: right;
  transition: all 0.4s ease-in-out;
}

.gototop:hover {
  background-color: #c21500;
  color: #fff;
}

/* social icon section  */
.social-icon {
  padding: 0;
  margin: 0;
}

.social-icon li {
  list-style: none;
  display: inline-block;
}

.social-icon li a {
  border-radius: 100px;
  color: #626262;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin-bottom: 12px;
  margin-right: 10px;
}

.social-icon li a:hover {
  background: #111;
  color: #ffffff;
}

.qhpg-product-image-with-price {
  position: relative;
  display: inline-block;
}

.qhpg-product-image-with-price img {
  display: block;
  border-radius: 8px;
}

.qhpg-product-image-with-price .menu-price {
  position: absolute;
  bottom: 30px;
  left: 8px;
  background-color: white;
  color: black;
  padding: 4px 10px;
  font-weight: bold;
  font-size: 14px;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

#menu .qhpg-products-grid {
  display: flex;
  flex-wrap: wrap;
}

#menu .qhpg-products-grid>[class*='col-'] {
  display: flex;
}

#menu .qhpg-product-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  padding: 14px;
  margin-top: 18px;
  width: 100%;
  text-align: left;
}

#menu .qhpg-product-card-image {
  width: 100%;
  border-radius: 10px;
}

#menu .qhpg-product-card h3 {
  margin-top: 14px;
  margin-bottom: 8px;
}

#menu .qhpg-product-card p {
  margin-bottom: 12px;
}

#menu .qhpg-product-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

#menu .qhpg-product-card .menu-price {
  position: static;
  display: inline-block;
  background-color: #ffffff;
  color: #222;
  padding: 6px 12px;
  font-weight: bold;
  font-size: 15px;
  border-radius: 8px;
  border: 1px solid #ececec;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

#menu .qhpg-product-card .cta-whatsapp {
  font-size: 17px;
  color: #147338;
}

#menu .qhpg-product-card .cta-whatsapp:hover {
  color: #25D366;
}

@media (max-width: 1366px) {
  h1 {
    font-size: 30px;
  }

  #home .qhpg-logo-section img {
    max-width: 35%;
  }

  h1 {
    font-size: 35px;
  }
}

/* Mobile Responsive */
@media (max-width: 1075px) {
  h1 {
    font-size: 50px;
  }
}

@media (max-width: 980px) {

  #home {
    height: 65vh;
  }

  #feature .col-md-4:last-child,
  #about .col-md-4 {
    margin-top: 0px;
  }

  #team .team-thumb {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  #team .join-team {
    padding: 0px;
    margin-top: 20px;
  }

  #home .qhpg-logo-section img {
    max-width: 20%;
  }

  h1 {
    font-size: 35px;
  }

  #home .btn {
    font-size: 12px;
    letter-spacing: 2px;
    padding: 10px 20px;
  }

}


@media (max-width: 900px) {

  #home .qhpg-logo-section img {
    max-width: 20%;
  }

  h1 {
    font-size: 35px;
  }

  #home .btn {
    font-size: 12px;
    letter-spacing: 2px;
    padding: 10px 20px;
  }

}


@media (max-width: 768px) {

  .navbar-default .navbar-brand {
    line-height: 46px;
  }

  .row-guacamole-2 {
    margin-top: -20px;
  }

  #home .qhpg-logo-section img {
    max-width: 25%;
  }

}

@media (max-width: 767px) {

  .navbar-default .navbar-brand {
    line-height: 15px;
  }

  .navbar-default .navbar-nav li a {
    line-height: 30px;
  }

  #feature .col-md-4,
  #about .col-md-5,
  footer .col-md-4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .filter-wrapper {
    padding: 0px;
  }

  #home .qhpg-logo-section img {
    max-width: 25%;
  }

}

@media (max-width: 650px) {

  #home {
    height: 100vh;
  }

  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 30px;
  }

  #feature {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  #about,
  #feature,
  #video,
  #menu,
  #team,
  #gallery,
  #contact {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  #menu .media-object img {
    width: 100%;
    padding-bottom: 14px;
  }

  footer {
    text-align: center;
  }

  #home .qhpg-logo-section img {
    max-width: 35%;
  }

  #menu .qhpg-products-grid {
    display: block;
  }

}

@media (max-width: 480px) {

  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 25px;
  }
}

@media (max-width: 380px) {}
/* Essential Animations (Replaces animate.min.css) */
.animated { animation-duration: 1s; animation-fill-mode: both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translate3d(0, 20px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}
.fadeInUp { animation-name: fadeInUp; }
.wow { visibility: hidden; }

/* Essential Hover Effects (Replaces hover-min.css) */
.hvr-bounce-to-bottom, .hvr-bounce-to-top {
  display: inline-block; vertical-align: middle; transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); position: relative; transition-property: color; transition-duration: 0.5s;
}
.hvr-bounce-to-bottom:before, .hvr-bounce-to-top:before {
  content: ""; position: absolute; z-index: -1; left: 0; right: 0; background: #ffffff;
  transform: scaleY(0); transition-property: transform; transition-duration: 0.5s; transition-timing-function: ease-out;
}
.hvr-bounce-to-bottom:before { top: 0; bottom: 0; transform-origin: 50% 0; }
.hvr-bounce-to-top:before { top: 0; bottom: 0; transform-origin: 50% 100%; }
.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-top:hover:before {
  transform: scaleY(1); transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
