* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: "Questrial", serif !important;
}

p,
a,
li {
  color: #222 !important;
  font-size: 17px !important;
}

h2 {
  font-size: 40px !important;
  font-weight: 700 !important;
  color: #222 !important;
}

h3 {
  font-size: 28px !important;
  font-weight: 700 !important;
  color: #222 !important;
}

h5 {
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #222 !important;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10;
  background: transparent;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

header.scrolled {
  background: rgba(255, 255, 255, 0.3); /* Transparent background */
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); /* Subtle shadow */
  backdrop-filter: blur(10px); /* Blur effect */
  -webkit-backdrop-filter: blur(10px); /* For Safari */
  border-bottom: 1px solid rgba(255, 255, 255, 0.18); /* Subtle border */
}

.btn-primary {
  background-color: #eb0029 !important;
  color: #fff !important;
  padding: 13px 30px !important;
  border-radius: 50px !important;
  border: 1px solid transparent !important;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background-color: transparent !important;
  border: 1px solid #eb0029 !important;
  color: #222 !important;
}

.pd-90 {
  padding: 90px 0;
}

.pd-30 {
  padding: 30px 0;
}

.navbar .navbar-brand {
  max-width: 150px;
}

.navbar .navbar-brand img {
  width: 100%;
}

.navbar .nav-link {
  margin-right: 20px;
  transition: all 0.3s ease;
  position: relative;
  font-weight: 500;
}

.navbar .nav-link.active {
  color: #eb0029 !important;
}

.navbar .nav-link.active::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #eb0029;
  border-radius: 50%;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
}

.navbar .nav-link:hover {
  color: #eb0029 !important;
}

.happy-hour {
  background-size: cover !important;
  background-position: right !important;
}

.happy-hour p {
  color: #fff !important;
}

.happy-hour .btn-primary:hover {
  color: #fff !important;
}

.hero-banner {
  height: 100vh;
  padding-top: 90px;
  background: linear-gradient(282deg, hsl(0deg 0 100% / 0) 0, #ede7aa 100%);
}

.hero-banner .banner-content {
  display: flex;
  align-items: flex-start;
  max-width: 660px;
  position: relative;
  flex-direction: column-reverse;
}

.hero-banner .banner-content .title-pill {
  padding: 15px 20px;
  border-radius: 50px;
  background: #fff;
  color: #eb0029;
  margin-bottom: 1.3rem;
}

.img-sticky{
  position: sticky;
  top: 100px;
}

/* .testimonial-item {
  background: rgba(255, 255, 255, 0.2); 
  backdrop-filter: blur(10px); 
  -webkit-backdrop-filter: blur(10px); 
  border-radius: 15px;
  padding: 50px 0; 
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
} */

.testimonial-item .testimonial-content span{
  display: block;
  margin-bottom: 20px;
}

.testimonial-slider .slick-dots li{
  width: 10px;
  height: 10px;
}

.testimonial-slider .slick-dots li button:before{
  font-size: 14px;
  color: #eb0029;
}

.testimonial-slider .slick-dots li.slick-active button:before{
  color: #eb0029;
}

.testimonial-item .testimonial-content p{
  text-align: center;
  font-style: italic;
}

.testimonial-item .testimonial-profile img{
  width: 80px;
  height: 80px;
}

.testimonial-item .testimonial-profile{
  display: flex;
  flex-direction: column;
  align-items: center;
  object-fit: cover;
}

.testimonial-item .testimonial-profile label{
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.testimonial-item .testimonial-profile p{
  color: #6E6C83 !important;
}

.hero-banner .banner-img {
  position: relative;
}

.hero-banner .banner-img .banner-main {
  max-width: 550px;
}

.hero-banner .banner-img span {
  animation: float 3s infinite ease-in-out;
}

.hero-banner .banner-img .image-pill {
  position: absolute;
  bottom: 19px;
  right: 12px;
  animation-delay: 0s;
}

.hero-banner .banner-img .burger-pill {
  position: absolute;
  top: 0;
  left: 0;
  animation-delay: 0.3s;
}

.hero-banner .banner-img .qr-pill {
  position: absolute;
  bottom: 150px;
  left: -35px;
  animation-delay: 0.6s;
}

.hero-banner .banner-img .arrow-vector {
  position: absolute;
  top: 150px;
  right: 100px;
  animation-delay: 0.9s;
}

.hero-banner .banner-content .title-pill i {
  margin-left: 10px;
}

.hero-banner .banner-content label {
  font-size: 62px;
  line-height: 72px;
  font-weight: 600;
}

.hero-banner .banner-content label span {
  color: #eb0029;
}

.section-title {
  text-align: center;
  margin-bottom: 5rem;
}

.bg-seperate {
  background-color: #f7f5f5 !important;
}

.section-title span {
  color: #eb0029;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0.8rem;
  display: block;
  text-transform: uppercase;
}

.contact-us .section-title {
  max-width: 555px;
}

.contact-form {
  padding: 50px;
  border-radius: 15px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.form-control {
  padding: 12px !important;
  border: 1px solid #cecece !important;
}

.form-control:focus {
  box-shadow: none !important;
  border: 1px solid #cecece !important;
}

.step-card {
  padding: 40px;
  background: #fff;
  border-radius: 20px;
  box-shadow: rgb(50 50 93 / 1%) 0px 50px 100px -20px,
    rgb(0 0 0 / 0%) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.footer-logo {
  max-width: 150px;
}

.footer-logo img {
  width: 100%;
}

.footer-copyright {
  max-width: 400px;
}

a.social-icon {
  padding: 10px;
  background: #fff;
  width: 48px;
  border-radius: 8px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: transform 0.3s ease;
}

a.social-icon:hover {
  transform: scale(1.1);
}

a.social-icon i {
  font-size: 18px;
  color: #eb0029;
}

.social-icons {
  display: flex;
  column-gap: 15px;
}

footer .quick-links {
  list-style: none;
  padding-left: 0;
}

footer .quick-links li {
  margin-bottom: 10px;
}

footer .quick-links li a {
  text-decoration: none;
  transition: 0.3s all ease;
}

footer .quick-links li a:hover {
  color: #eb0029 !important;
}

.newsletter-form .form-control {
  padding: 15px !important;
  border-radius: 50px !important;
}

form.newsletter-form {
  position: relative;
}

.newsletter-form .btn-secondary {
  position: absolute;
  top: 50%;
  right: 6px;
  border-radius: 50px;
  color: #fff !important;
  padding: 10px 20px;
  transform: translateY(-50%);
  border: none;
  background: #eb0029;
}

footer h5 {
  color: #eb0029 !important;
}

@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

@media screen and (min-width: 768px) {
  .container {
    max-width: 830px !important;
  }
}

@media screen and (min-width: 992px) {
  .container {
    max-width: 1040px !important;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1230px !important;
  }
}

@media screen and (min-width: 1400px) {
  .container {
    max-width: 1450px !important;
  }
}

@media screen and (min-width: 1650px) {
  .container {
    max-width: 1600px !important;
  }
}

@media screen and (max-width: 1650px) {
  .hero-banner {
    height: auto;
    padding-bottom: 2rem;
  }
  .hero-banner .banner-content label {
    font-size: 50px;
    line-height: 66px;
  }
  .hero-banner .banner-img .banner-main {
    max-width: 500px;
  }
  h2 {
    font-size: 35px !important;
  }
  h3 {
    font-size: 22px !important;
  }
  p,
  a,
  li {
    font-size: 1rem !important;
  }
  .section-title span {
    font-size: 18px;
  }

  .hero-banner .banner-img .qr-pill {
    left: -70px;
  }
}

@media screen and (max-width: 1199.98px) {
  .hero-banner .banner-content label {
    font-size: 38px;
    line-height: 55px;
  }
  .hero-banner .banner-img .banner-main {
    max-width: 400px;
  }
  .hero-banner .banner-img .qr-pill img,
  .hero-banner .banner-img .image-pill img {
    max-width: 200px;
  }
  .hero-banner .banner-img .burger-pill img {
    max-width: 100px;
  }
  .hero-banner .banner-img .arrow-vector {
    top: 105px;
    right: 54px;
  }
  .contact-form {
    padding: 30px;
  }
}

@media screen and (max-width: 991.98px) {
  .hero-banner .banner-img .banner-main {
    max-width: 340px;
  }
  .hero-banner .banner-img .qr-pill img,
  .hero-banner .banner-img .image-pill img {
    max-width: 175px;
  }
  .hero-banner .banner-img .qr-pill {
    left: -28px;
  }
  .hero-banner .banner-img .burger-pill img {
    max-width: 77px;
  }
  .hero-banner .banner-img .arrow-vector img {
    max-width: 50px;
  }
  .hero-banner .banner-img .arrow-vector {
    top: 70px;
    right: 40px;
  }
  .hero-banner .banner-content label {
    font-size: 32px;
    line-height: 46px;
  }
  .hero-banner .banner-content .title-pill {
    padding: 12px 15px;
    font-size: 0.9rem;
  }
  .navbar-collapse {
    width: 100%;
    height: 100vh;
    left: 0;
    background: #fff;
    position: absolute;
    padding: 15px;
    top: 0;
    z-index: -1;
  }
  .navbar-nav{
    justify-content: center;
    height: 100%;
  }
  a.nav-link {
    padding: 18px;
    background: #f5f5f5;
    margin-bottom: 21px;
    font-size: 20px !important; 
    border-radius: 6px;
    margin-right: 0 !important;
    text-align: center;
  }
  .navbar-collapse .btn-primary {
    display: none;
  }
  .navbar .nav-link.active::after {
    content: none;
  }
  .menu-btn-3 {
    height: 32px;
    width: 40px;
    cursor: pointer;
  }

  .menu-btn-3 span,
  .menu-btn-3 span::before,
  .menu-btn-3 span::after {
    background: #eb0029;
    content: "";
    position: absolute;
    width: 29px;
    height: 4px;
    margin-top: 13px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(deg);
    transform: rotate(180deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    border-radius: 12px;
  }

  .menu-btn-3 span::before {
    margin-top: -9px;
  }

  .menu-btn-3 span::after {
    margin-top: 9px;
  }

  .menu-btn-3.active span {
    background: transparent;
  }

  .menu-btn-3.active span::before {
    margin-top: 0;

    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .menu-btn-3.active span::after {
    transform: rotate(-45deg);
    margin-top: 0;
  }
}

@media screen and (max-width: 767.98px) {
  .navbar .navbar-brand {
    max-width: 100px;
  }
  .hero-banner .banner-content label {
    font-size: 28px;
    line-height: 37px;
    text-align: center;
  }
  .hero-banner {
    padding-bottom: 3rem;
  }
  .hero-banner .banner-content {
    flex-direction: column;
    align-items: center;
  }
  .hero-banner .banner-content .title-pill {
    margin-bottom: 0;
    margin-top: 1rem;
  }
  .section-title {
    margin-bottom: 2rem;
  }
  .pd-90 {
    padding: 40px 0;
  }
  h2 {
    font-size: 26px !important;
  }
  h3 {
    font-size: 20px !important;
  }
  h5 {
    font-size: 18px !important;
  }
  .section-title span {
    margin-bottom: 0.5rem;
    font-size: 17px;
  }
  .step-card {
    padding: 25px;
    border-radius: 12px;
  }
  .contact-form {
    padding: 25px;
    border-radius: 12px;
  }
  .btn-primary {
    padding: 11px 17px !important;
  }
  .footer-logo {
    max-width: 100px;
  }
  .newsletter-form .btn-secondary {
    padding: 6px 10px;
  }
  .newsletter-form .form-control {
    padding: 10px !important;
  }
  form.newsletter-form {
    max-width: 316px;
  }
  .hero-banner .banner-img .banner-main{
    max-width: 100%;
  }
  .happy-hour{
    background-position: unset !important;
  }
}

@media screen and (max-width: 575.98px) {
  p,
  a,
  li,
  .btn,
  input {
    font-size: 15px !important;
  }
}
