@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography 
    [ ## Heading ] 
    [ ## Others Typography ]
# Elements
    [ ## Font Size ]
    [ ## Font Weight ]
    [ ## Margin Element ]
    [ ## Padding Element ]
    [ ## Color Element ]
    [ ## Background Element ]
    [ ## Extra Background ]
    [ ## Social Element ]
    [ ## Overlay Element ]
    [ ## Lists ]
    [ ## Post, Page, Comments Table ]
    [ ## Others Element ]
    [ ## Grid Element ]
# Forms
	[ ## Buttons ]
	[ ## Fields ]
# Header Content
	[ ## Preloader ]
	[ ## Header ]
    [ ## Sticky header ]
# layout
    [ ## Hero Block ]
    [ ## Features ]
    [ ## Team ]
    [ ## Testimonial ]
    [ ## Sections ]
        [ ### Features Block ]
        [ ### Network Location ]
        [ ### Discount Block ]
        [ ### Vission Mission Block ]
        [ ### Work Brand ]
        [ ### Announcement ]
        [ ### Pricing ]
        [ ### Faqs ]
        [ ### Support Ticket ]
        [ ### Call To Action ]
        [ ### Founder Message Block ]
        [ ### Fan Fact Block ]
    [ ## Blog ]
# site content
	[ ## About Page ]
	[ ## Contact Page ]
	[ ## 404 Page ]
	[ ## Registration Page ]
	[ ## Posts and pages ]
	    [ ### Page Title ]
	    [ ### Breadcrumb ]
	    [ ### Page info Content ]
	[ ## Comments ]
	[ ## Widgets ]
	[ ## Widgets Content ]
# Footer
/*--------------------------------------------------------------
# abstracts
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### font-variable start ]
*/
/*-------------------------------------------------
    [ ### font-variable end ]
*/
/*-------------------------------------------------
    [ ### font_family-variable start ]
*/
/*-------------------------------------------------
    [ ### font_family-variable end ]
*/
/*-------------------------------------------------
    [ ### font_size-variable start ]
*/
/*-------------------------------------------------
    [ ### font_size-variable end ]
*/
/*-------------------------------------------------
    [ ### line_height-variable start ]
*/
/*-------------------------------------------------
    [ ### line_height-variable start ]
*/
/*-------------------------------------------------
    [ ### initial-color-variable start ]
*/
/*-------------------------------------------------
    [ ### initial-color-variable end ]
*/
/*--------------------------------------------------------------
# base
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## reset ]
*/
html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  background: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  color: #222222;
  overflow-x: hidden !important;
}

a {
  display: inline-block;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

blockquote {
  margin: 0 0 1.3em;
}

p {
  margin-bottom: 15px;
  line-height: 1.7em;
}
p:last-child {
  margin-bottom: 0px;
}
@media only screen and (max-width: 1199px) {
  p {
    line-height: 1.7em;
  }
}

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

.exchange-area code {
  font-size: 20px;
  color: #1e9ff2;
}

code {
  color: #ff9f43;
  font-weight: 600;
}
code span {
  display: block;
  text-align: center;
  font-size: 16px;
  padding-bottom: 10px;
}

button:focus,
input:focus,
textarea:focus {
  outline: none;
}

button, input[type=submit], input[type=reset], input[type=button] {
  border: none;
  cursor: pointer;
}

input, textarea {
  padding: 12px 25px;
  width: 100%;
}

span {
  display: inline-block;
}

a, a:focus, a:hover {
  text-decoration: none;
  color: inherit;
}

blockquote {
  background-color: #f7f7f7;
  padding: 40px;
  font-weight: 500;
  font-style: italic;
  position: relative;
}
blockquote .quote-icon {
  position: absolute;
  top: 0;
  left: 5%;
  font-size: 120px;
  opacity: 0.1;
}

/*-------------------------------------------------
    [ ## padding ]
*/
.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-100 {
  padding-top: 100px;
}
@media only screen and (max-width: 991px) {
  .pt-100 {
    padding-top: 80px;
  }
}

.pt-120 {
  padding-top: 120px;
}
@media only screen and (max-width: 991px) {
  .pt-120 {
    padding-top: 100px;
  }
}

.pt-150 {
  padding-top: 150px;
}
@media only screen and (max-width: 991px) {
  .pt-150 {
    padding-top: 100px;
  }
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-100 {
  padding-bottom: 100px;
}
@media only screen and (max-width: 991px) {
  .pb-100 {
    padding-bottom: 80px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}
@media only screen and (max-width: 991px) {
  .pb-120 {
    padding-bottom: 100px;
  }
}

.pb-150 {
  padding-bottom: 150px;
}
@media only screen and (max-width: 991px) {
  .pb-150 {
    padding-bottom: 100px;
  }
}

.ptb-10 {
  padding: 10px 0;
}

.ptb-20 {
  padding: 20px 0;
}

.ptb-30 {
  padding: 30px 0;
}

.ptb-40 {
  padding: 40px 0;
}

.ptb-50 {
  padding: 50px 0;
}

.ptb-60 {
  padding: 60px 0;
}

.ptb-80 {
  padding: 80px 0;
}

.ptb-100 {
  padding: 100px 0;
}
@media only screen and (max-width: 991px) {
  .ptb-100 {
    padding: 80px 0;
  }
}

.ptb-120 {
  padding: 120px 0;
}
@media only screen and (max-width: 991px) {
  .ptb-120 {
    padding: 100px 0;
  }
}

.ptb-150 {
  padding: 150px 0;
}
@media only screen and (max-width: 991px) {
  .ptb-150 {
    padding: 100px 0;
  }
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-150 {
  margin-top: 150px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-80 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 575px) {
  .mb-80 {
    margin-bottom: 40px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mt-10-none {
  margin-top: -10px;
}

.mt-20-none {
  margin-top: -20px;
}

.mt-30-none {
  margin-top: -30px;
}

.mt-40-none {
  margin-top: -40px;
}

.mt-50-none {
  margin-top: -50px;
}

.mt-60-none {
  margin-top: -60px;
}

.mt-80-none {
  margin-top: -80px;
}

.mt-100-none {
  margin-top: -100px;
}

.mt-120-none {
  margin-top: -120px;
}

.mt-150-none {
  margin-top: -150px;
}

.mb-10-none {
  margin-bottom: -10px;
}

.mb-20-none {
  margin-bottom: -20px;
}

.mb-30-none {
  margin-bottom: -30px;
}

.mb-40-none {
  margin-bottom: -40px;
}

.mb-50-none {
  margin-bottom: -50px;
}

.mb-60-none {
  margin-bottom: -60px;
}

.mb-80-none {
  margin-bottom: -80px;
}
@media only screen and (max-width: 575px) {
  .mb-80-none {
    margin-bottom: -40px;
  }
}

.mb-100-none {
  margin-bottom: -100px;
}

.mb-120-none {
  margin-bottom: -120px;
}

.mb-150-none {
  margin-bottom: -150px;
}

/*-------------------------------------------------
    [ ## color ]
*/
.bg--primary {
  background-color: #7367f0 !important;
}

.bg--secondary {
  background-color: #FA2A55;
}

.bg--success {
  background-color: #28c76f !important;
}

.bg--danger {
  background-color: #d63384 !important;
}
.bg--danger:hover, .bg--danger:focus {
  color: #d63384 !important;
}

.bg--warning {
  background-color: #ff9f43 !important;
}

.bg--info {
  background-color: #1e9ff2;
}

.bg--dark {
  background-color: #10163A;
}

.bg--base {
  background-color: #FA2A55 !important;
}

.text--primary {
  color: #7367f0;
}

.text--secondary {
  color: #FA2A55;
}

.text--success {
  color: #28c76f;
}

.text-danger {
  color: #d63384 !important;
}

.text--danger {
  color: #d63384;
}

.text--warning {
  color: #ff9f43;
}

.text--info {
  color: #1e9ff2;
}

.text--dark {
  color: #10163A;
}

.text--base {
  color: #FA2A55 !important;
}

.border--primary {
  border: #7367f0;
}

.border--secondary {
  border: 1px solid #FA2A55;
}

.border--success {
  border: 1px solid #28c76f;
}

.border--danger {
  border: 1px solid #ea5455;
}

.border--warning {
  border: 1px solid #ff9f43;
}

.border--info {
  border: 1px solid #1e9ff2;
}

.border--dark {
  border: 1px solid #10163A;
}

.border--base {
  border: 1px solid #e5e5e5 !important;
}

.section--bg {
  background-color: #161718 !important;
}

.bg--gray {
  background-color: #f7f7f7;
}

.border--rounded {
  border-radius: 3px !important;
}

.border--capsule {
  border-radius: 100px;
}

.box-shadow {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}

/*-------------------------------------------------
    [ ## scrollbar ]
*/
html::-webkit-scrollbar {
  height: 20px;
  width: 6px;
  background: #f1f1f1;
  border-radius: 10px;
}

html::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}

html::-webkit-scrollbar-corner {
  background: #999;
  border-radius: 10px;
}

.chat-container::-webkit-scrollbar {
  height: 20px;
  width: 6px;
  background: #f1f1f1;
  border-radius: 10px;
}

.chat-container::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}

.chat-container::-webkit-scrollbar-corner {
  background: #999;
  border-radius: 10px;
}

/*-------------------------------------------------
    [ ## scrollToTop ]
*/
.scrollToTop {
  position: fixed;
  bottom: 0;
  right: 30px;
  width: 35px;
  height: 35px;
  padding: 7px;
  line-height: 1;
  font-weight: 600;
  background-color: #FA2A55;
  color: #ffffff !important;
  font-size: 11px;
  text-align: center;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(-50000%);
          transform: translateY(-50000%);
}
.scrollToTop small {
  display: block;
  text-transform: uppercase;
  font-size: 8px;
}
.scrollToTop.active {
  bottom: 30px;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

/*-------------------------------------------------
    [ ## Table ]
*/
.table-wrapper {
  background-color: #ffffff;
  overflow: hidden;
}

.custom-table {
  width: 100%;
  white-space: nowrap;
}
.custom-table thead tr {
  background-color: #f5f5f5;
}
.custom-table thead tr th {
  border: none;
  font-weight: 600;
  color: #3F2232;
  text-align: center;
  font-family: "Oxanium", sans-serif;
  font-size: 18px;
  padding: 30px;
}
.custom-table tbody tr {
  border-bottom: 1px solid #dddddd;
}
.custom-table tbody tr td {
  border-top: 1px solid #dddddd;
  font-weight: 500;
  color: #222222;
  vertical-align: middle !important;
  text-align: center;
  font-size: 14px;
  padding: 25px 30px;
}
.custom-table tbody tr td .btn {
  padding: 5px;
  font-size: 24px;
}
.custom-table tbody tr td .w-32px {
  width: 32px;
}
.custom-table tbody tr td .h-2 {
  height: 2px;
}
.custom-table.two thead tr th {
  padding: 20px;
  text-align: left;
  font-size: 16px;
}
.custom-table.two tbody tr td {
  padding: 20px;
  text-align: left;
}
.custom-table.two tbody tr td:last-child {
  text-align: center;
}
.custom-table.two tbody tr td .compare-property-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.custom-table.two tbody tr td .compare-property-thumb {
  width: 130px;
}
.custom-table.two tbody tr td .compare-property-content {
  width: calc(100% - 130px);
  padding-left: 20px;
}

/*-------------------------------------------------
    [ ## slider ]
*/
.swiper-notification {
  display: none;
}

.swiper-pagination {
  position: relative;
  bottom: 20px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
}
.swiper-pagination .swiper-pagination-bullet {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0.6;
  -webkit-transform: scale(0.77);
          transform: scale(0.77);
}
.swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.slider-next, .slider-prev {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 30px;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -50px;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.slider-next {
  left: auto;
  right: -50px;
}

/*-------------------------------------------------
    [ ## pagination ]
*/
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
.pagination .page-item {
  text-align: center;
  padding: 3px;
}
.pagination .page-item a, .pagination .page-item span {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background: transparent;
  border: none;
  color: #3F2232;
  font-size: 16px;
  padding: 0;
  font-weight: 500;
  margin: 0;
}
.pagination .page-item.disabled span {
  border-radius: 50%;
  background: transparent;
  border: none;
  color: #3F2232;
}
.pagination .page-item .page-link {
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pagination .page-item.active .page-link, .pagination .page-item:hover .page-link {
  background-color: #FA2A55;
  border-color: transparent;
  color: #ffffff;
}

/*-------------------------------------------------
    [ ## tab ]
*/
.nav-tabs {
  margin: 0;
  border: 0;
}
.nav-tabs .nav-link {
  padding: 12px 25px;
  border: none;
  font-weight: 500;
  font-size: 14px;
  background-color: #ffffff;
  border: none;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nav-tabs .nav-link i {
  position: relative;
  top: 2px;
  font-size: 20px;
}
.nav-tabs .nav-link.active {
  background-color: #FA2A55;
  border: none;
  color: #ffffff;
}
.nav-tabs .nav-link:not(:last-child) {
  margin-right: 0;
}
@media only screen and (max-width: 1199px) {
  .nav-tabs .nav-link:not(:last-child) {
    margin-right: 5px;
  }
}

/*-------------------------------------------------
    [ ## card ]
*/
.custom-card .card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.custom-card .card-body {
  background: #ffffff;
  padding: 30px;
}
@media only screen and (max-width: 575px) {
  .custom-card .card-body {
    padding: 20px;
  }
}
.custom-card button, .custom-card input[type=submit], .custom-card input[type=reset], .custom-card input[type=button], .custom-card .btn--base {
  padding: 12px 30px;
}
.custom-card .table-wrapper {
  background-color: #fff0eb;
}

/*-------------------------------------------------
    [ ## switch ]
*/
.toggle-container .switch-toggles {
  position: relative;
  width: 100%;
  height: 45px;
  background-color: #ffffff;
}
.toggle-container .switch-toggles::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 45px;
  background: #FA2A55;
  right: -1px;
  top: 0;
  -webkit-transition: all 0.7s cubic-bezier(0.545, 0, 0.05, 1);
  transition: all 0.7s cubic-bezier(0.545, 0, 0.05, 1);
}
.toggle-container .switch-toggles .switch {
  position: relative;
  width: 50%;
  line-height: 45px;
  float: left;
  text-align: center;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: color 0.7s cubic-bezier(0.545, 0, 0.05, 1);
  transition: color 0.7s cubic-bezier(0.545, 0, 0.05, 1);
  font-weight: 600;
  color: #3F2232;
  margin-bottom: 0;
}
.toggle-container .switch-toggles .switch:nth-child(odd) {
  color: #ffffff;
}
.toggle-container .switch-toggles.active::after {
  background: #FA2A55;
  right: 50%;
}
.toggle-container .switch-toggles.active .switch {
  color: #3F2232;
}
.toggle-container .switch-toggles.active .switch:nth-child(even) {
  color: #ffffff;
}

/*-------------------------------------------------
    [ ## modal ]
*/
.modal-content {
  position: relative;
  z-index: 9999999;
  background-color: #fff0eb;
}

.modal-header {
  border-color: #dddddd;
}

.modal-footer {
  border-color: #dddddd;
}
.modal-footer button, .modal-footer input[type=submit], .modal-footer input[type=reset], .modal-footer input[type=button] {
  padding: 8px 25px;
  font-size: 14px;
  color: #ffffff !important;
}

.btn-close {
  background: #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

/*-------------------------------------------------
    [ ## Heading ]
*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  line-height: 1.3em;
  color: #3F2232;
  -webkit-font-smoothing: antialiased;
  font-family: "Oxanium", sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 60px;
}
@media only screen and (max-width: 1199px) {
  h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 40px;
}
@media only screen and (max-width: 991px) {
  h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 575px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 24px;
}
@media only screen and (max-width: 991px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 20px;
}
@media only screen and (max-width: 991px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 14px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: inherit;
  text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
  color: inherit;
  text-decoration: none;
}

.section-header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .section-header-wrapper {
    display: block;
  }
}
.section-header-wrapper .section-header {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .section-header-wrapper .section-header {
    margin-bottom: 20px;
  }
}
.section-header-wrapper.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-header-wrapper.center .section-header {
  text-align: center;
}

.section-header {
  text-align: center;
  padding: 2rem;
  max-width: 1000px;
  margin: 0 auto;
}
.section-header .section-subtitle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
  font-family: "Oxanium", sans-serif;
  font-size: 0.875rem;
  font-weight: 800;
  color: #FA2A55;
  text-transform: uppercase;
  letter-spacing: 3px;
  position: relative;
  border: 1px solid;
  padding: 5px 10px;
  border-radius: 5px;
  background: #f7e1e1;
}
.section-header .section-subtitle::before, .section-header .section-subtitle::after {
  content: "";
  width: 20px;
  height: 1px;
  background: #FA2A55;
  opacity: 0.5;
}
.section-header .section-subtitle .left-icon,
.section-header .section-subtitle .right-icon {
  font-size: 1rem;
  color: #FA2A55;
  -webkit-animation: subtleBounce 2s ease-in-out infinite;
          animation: subtleBounce 2s ease-in-out infinite;
  position: absolute;
}
.section-header .section-subtitle .left-icon {
  left: -2rem;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.section-header .section-subtitle .right-icon {
  right: -2rem;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.section-header .section-title {
  font-family: "Oxanium", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: #3F2232;
  margin-bottom: 1.5rem;
  line-height: 1.1;
}
.section-header .section-title span {
  color: #FA2A55;
}
.section-header .section-description {
  font-family: "Lato", sans-serif;
  font-size: 1.125rem;
  color: #222222;
  line-height: 1.7;
  opacity: 0.8;
  font-weight: 400;
}

@-webkit-keyframes subtleBounce {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  25% {
    -webkit-transform: translateY(-3px) rotate(5deg);
            transform: translateY(-3px) rotate(5deg);
  }
  75% {
    -webkit-transform: translateY(2px) rotate(-5deg);
            transform: translateY(2px) rotate(-5deg);
  }
}

@keyframes subtleBounce {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  25% {
    -webkit-transform: translateY(-3px) rotate(5deg);
            transform: translateY(-3px) rotate(5deg);
  }
  75% {
    -webkit-transform: translateY(2px) rotate(-5deg);
            transform: translateY(2px) rotate(-5deg);
  }
}
@media (max-width: 768px) {
  .section-header {
    padding: 3rem 1.5rem;
  }
  .section-header .section-subtitle {
    font-size: 0.8rem;
    letter-spacing: 2px;
    gap: 1rem;
  }
  .section-header .section-subtitle::before, .section-header .section-subtitle::after {
    width: 20px;
  }
  .section-header .section-subtitle .left-icon {
    left: -1.5rem;
  }
  .section-header .section-subtitle .right-icon {
    right: -1.5rem;
  }
  .section-header .section-title {
    font-size: 2.25rem;
  }
  .section-header .section-description {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .section-header {
    padding: 2rem 1rem;
  }
  .section-header .section-subtitle {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.5rem;
  }
  .section-header .section-subtitle::before, .section-header .section-subtitle::after {
    display: none;
  }
  .section-header .section-subtitle .left-icon,
  .section-header .section-subtitle .right-icon {
    position: static;
    margin: 0 0.5rem;
  }
  .section-header .section-title {
    font-size: 2rem;
  }
}
.dish-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 100%;
}
.dish-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.dish-card.sold-out {
  opacity: 0.6;
  pointer-events: none;
}
.dish-card.sold-out .dish-card-image img {
  -webkit-filter: grayscale(50%);
          filter: grayscale(50%);
}
.dish-card .dish-card-image {
  position: relative;
  height: 200px;
  overflow: hidden;
  padding: 10px;
}
.dish-card .dish-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  border-radius: 10px !important;
}
.dish-card:hover .dish-card .dish-card-image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.dish-card .dish-card-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #ffffff;
}
.dish-card .badge-available {
  background: linear-gradient(135deg, #4CAF50, #45a049);
}
.dish-card .badge-sold-out {
  background: linear-gradient(135deg, #f44336, #d32f2f);
}
.dish-card .dish-card-content {
  padding: 20px;
  text-align: center;
}
.dish-card .dish-card-title {
  font-family: "Oxanium", sans-serif;
  color: #3F2232;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.dish-card .dish-card-price {
  font-size: 18px;
  font-weight: 900;
  color: #FA2A55;
  margin-bottom: 12px;
  border-left: 2px solid;
  border-right: 2px solid;
}
.dish-card .dish-card-description {
  font-size: 0.9rem;
  color: #555555;
  line-height: 1.4;
}
.dish-card .dish-card-actions {
  padding: 0 20px 20px;
}
.dish-card .add-to-cart-btn {
  width: 100%;
  padding: 12px 20px;
  background: linear-gradient(135deg, #FA2A55, #eb0635);
  color: #ffffff;
  border: none;
  border-radius: 20px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.dish-card .add-to-cart-btn:hover:not(:disabled) {
  background: linear-gradient(135deg, #f91141, #d3052f);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(250, 42, 85, 0.3);
          box-shadow: 0 4px 12px rgba(250, 42, 85, 0.3);
}
.dish-card .add-to-cart-btn:disabled {
  background: #cccccc;
  cursor: not-allowed;
  -webkit-transform: none;
          transform: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.dish-card .quantity-controls {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
  -webkit-animation: fadeIn 0.3s ease;
          animation: fadeIn 0.3s ease;
}
.dish-card .qty-btn {
  width: 60px;
  height: 40px;
  border: 2px solid #FA2A55;
  background: #ffffff;
  color: #FA2A55;
  border-radius: 8px;
  font-size: 1.2rem;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.dish-card .qty-btn:hover:not(:disabled) {
  background: #FA2A55;
  color: #ffffff;
}
.dish-card .qty-btn:disabled {
  border-color: #dddddd;
  color: #dddddd;
  cursor: not-allowed;
}
.dish-card .qty-input {
  width: 100px;
  height: 40px;
  border: 2px solid #dddddd;
  border-radius: 8px;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  color: #222222;
  background: #ffffff;
}
.dish-card .qty-input:focus {
  outline: none;
  border-color: #FA2A55;
}
.dish-card .qty-input::-webkit-outer-spin-button, .dish-card .qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.dish-card .qty-input[type=number] {
  -moz-appearance: textfield;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .dish-card .dish-card-content {
    padding: 15px;
  }
  .dish-card .dish-card-actions {
    padding: 0 15px 15px;
  }
  .dish-card .dish-card-title {
    font-size: 1.1rem;
  }
  .dish-card .dish-card-price {
    font-size: 1.3rem;
  }
}
@media (max-width: 576px) {
  .dish-card .dish-card-image {
    height: 180px;
  }
  .dish-card .add-to-cart-btn {
    padding: 10px 16px;
    font-size: 0.9rem;
  }
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Buttons ]
*/
input[type=submit]:hover {
  color: #ffffff;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
}
button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus {
  outline: none;
}

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

.btn {
  -webkit-transition: all 0.3s ease 0.02s;
  transition: all 0.3s ease 0.02s;
}

.btn:active,
.btn:focus {
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
          box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
}

.btn {
  border: 0px solid;
  border-radius: 0px;
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 767px) {
  .btn {
    font-size: 14px;
  }
}

.btn-rounded {
  border-radius: 3px;
}

.btn-capsule {
  border-radius: 100px;
}

/*-------------------------------------------------
    [ ## custom btn ]
*/
.btn--primary {
  background-color: #7367f0;
}

.btn--secondary {
  background-color: #868e96;
}

.btn--success {
  background-color: #28c76f;
}

.btn--danger {
  background-color: #d63384;
}

.btn--warning {
  background-color: #ff9f43;
}

.btn--info {
  background-color: #1e9ff2;
}

.btn--dark {
  background-color: #10163A;
}

.badge--primary::before {
  background-color: #7367f0;
}

.badge--secondary::before {
  background-color: #868e96;
}

.badge--success::before {
  background-color: #28c76f;
}

.badge--danger::before {
  background-color: #d63384;
}

.badge--warning::before {
  background-color: #ff9f43;
}

.badge--info::before {
  background-color: #1e9ff2;
}

.badge--dark::before {
  background-color: #10163A;
}

.border--primary {
  border: 1px solid #7367f0;
}

.border--secondary {
  border: 1px solid #868e96;
}

.border--success {
  border: 1px solid #28c76f;
}

.border--danger {
  border: 1px solid #ea5455 !important;
}

.border--warning {
  border: 1px solid #ff9f43;
}

.border--info {
  border: 1px solid #1e9ff2;
}

.border--dark {
  border: 1px solid #10163A;
}

.badge {
  position: relative;
  font-weight: 600;
  border-radius: 0;
  padding: 0;
  font-size: 13px;
  background-color: transparent;
  font-family: "Oxanium", sans-serif;
  color: #3F2232;
  padding-left: 15px;
}
.badge::before {
  position: absolute;
  content: "";
  top: 3px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.btn--base {
  position: relative;
  background: #FA2A55;
  border: 1px solid #FA2A55;
  border-radius: 0;
  color: #ffffff;
  font-family: "Oxanium", sans-serif;
  padding: 10px 25px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  overflow: hidden;
  z-index: 2;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.btn--base::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0%;
  background: #ffffff;
  top: 0;
  right: 0;
  z-index: -1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.btn--base i {
  font-size: 18px;
  position: relative;
  top: 1px;
}
.btn--base.active {
  background: transparent;
  color: #FA2A55;
}
.btn--base.active:focus, .btn--base.active:hover {
  color: #ffffff;
  background: #FA2A55;
}
.btn--base:focus, .btn--base:hover {
  color: #FA2A55;
}
.btn--base:focus::before, .btn--base:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}
@media only screen and (max-width: 991px) {
  .btn--base {
    padding: 10px 25px;
    font-size: 13px;
  }
}

.custom-btn {
  text-transform: uppercase;
  font-size: 16px;
  position: relative;
  color: #ffffff;
  font-family: "Oxanium", sans-serif;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 500;
}
@media only screen and (max-width: 575px) {
  .custom-btn {
    font-size: 14px;
  }
}
.custom-btn::before {
  display: inline-block;
  width: 100px;
  height: 5px;
  margin-right: 15px;
  content: "";
  vertical-align: middle;
  background-color: #FA2A55;
}
.custom-btn:hover {
  color: #FA2A55;
}

.info-btn {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FA2A55;
  border-radius: 5px;
  color: #ffffff;
  font-size: 18px;
  display: none;
}
@media only screen and (max-width: 991px) {
  .info-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.chat-cross-btn {
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ea5455;
  border-radius: 5px;
  color: #ffffff;
  font-size: 16px;
  display: none;
}
@media only screen and (max-width: 991px) {
  .chat-cross-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/*-------------------------------------------------
    [ ## Fields ]
*/
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus {
  outline: none;
}

input, textarea {
  padding: 12px 20px;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #3F2232;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #3F2232;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #3F2232;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #3F2232;
}
input::placeholder, textarea::placeholder {
  color: #3F2232;
}

textarea {
  display: block;
  width: 100%;
  display: block;
  min-height: 118px;
}

input,
select,
textarea {
  border: 1px solid #dddddd;
  vertical-align: baseline;
  font-size: 100%;
  color: #3F2232;
}

label {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}
label span {
  color: #FA2A55;
}

/*-------------------------------------------------
    [ ## Forms ]
*/
select {
  outline: none;
  cursor: pointer;
}

option {
  color: #3F2232;
}

.input-group {
  position: relative;
  margin-bottom: 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.input-group .nice-select {
  width: auto;
  padding: 0 30px 0 15px;
  border: none !important;
  background-color: #FA2A55 !important;
  line-height: 45px;
}
.input-group .nice-select::after {
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.input-group .nice-select .current {
  color: #ffffff;
}
.input-group .f-dropdown > span {
  padding: 8px 12px;
  border-radius: 0 15px 15px 0;
  background-color: #FA2A55;
  border: none;
  color: #ffffff !important;
  width: 110px;
}
.input-group .f-dropdown > span::before, .input-group .f-dropdown > span::after {
  background: #ffffff !important;
}
.input-group .f-dropdown ul {
  width: 110px;
  left: auto;
  right: 0;
}
.input-group.append input {
  border-left: none;
  padding-left: 0;
}
.input-group.append input:focus {
  border: 1px solid #dddddd;
  border-left: none;
}
.input-group.append .input-group-text {
  border-radius: 10px 0 0 10px;
}

.input-group-append, .input-group-prepend {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.input-group-text {
  border: none;
  font-size: 16px;
  height: 45px;
  background-color: #FA2A55;
  color: #ffffff;
  border: 1px solid #FA2A55;
  border-radius: 0;
  padding: 0.375rem 0.75rem !important;
  font-weight: 500;
}

.custom-check-group {
  display: block;
  margin-bottom: 12px;
}
.custom-check-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.custom-check-group input:checked + label::before {
  background-color: #FA2A55;
  border: 1px solid #FA2A55;
}
.custom-check-group input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 7px;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.custom-check-group label {
  position: relative;
  cursor: pointer;
  font-weight: 500;
  font-size: 13px;
}
.custom-check-group label::before {
  content: "";
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0;
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
  top: -1px;
}
.custom-check-group label a {
  text-decoration: underline;
}

.form-group {
  margin-bottom: 15px;
}

.form-control {
  border: 1px solid #dddddd;
  font-size: 14px;
  height: 50px;
  color: rgba(255, 255, 255, 0.5);
}
.form-control:focus {
  color: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #dddddd;
}
.form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.form-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.form--control {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 45px;
  line-height: 45px;
  font-weight: 600;
  font-size: 13px;
  color: #222222;
  padding: 10px 25px;
  width: 100%;
}
.form--control:focus {
  background-color: #ffffff;
  border: 1px solid #FA2A55;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #222222;
}
.form--control::-webkit-input-placeholder {
  color: #6e6e6e;
}
.form--control::-moz-placeholder {
  color: #6e6e6e;
}
.form--control:-ms-input-placeholder {
  color: #6e6e6e;
}
.form--control::-ms-input-placeholder {
  color: #6e6e6e;
}
.form--control::placeholder {
  color: #6e6e6e;
}

textarea.form--control {
  line-height: inherit;
}

.fileholder {
  border-radius: 0;
}

.file-holder-wrapper {
  width: 100%;
}

.fileholder.active {
  border: 2px dashed #dddddd;
}

.fileholder-drag-drop-title {
  color: #c4c5cf;
}

.fileholder-drag-drop-icon svg path:nth-child(2) {
  fill: #FA2A55;
}

.fileholder-basic-loading-circle.one {
  border: 2px solid #FA2A55;
}

.fileholder-basic-loading-circle.two {
  border: 2px solid #FA2A55;
}

.fileholder-basic-loading-circle.three {
  border: 2px solid #FA2A55;
}

.fileholder.active {
  border: 2px dashed #dddddd;
}

.fileholder-drag-drop-title {
  color: #222222;
}

.fileholder-drag-drop-icon svg path:nth-child(2) {
  fill: #FA2A55;
}

.fileholder-basic-loading-circle.one {
  border: 2px solid #FA2A55;
}

.fileholder-basic-loading-circle.two {
  border: 2px solid #FA2A55;
}

.fileholder-basic-loading-circle.three {
  border: 2px solid #FA2A55;
}

.radio-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -3px -7px;
}
.radio-wrapper .radio-item {
  margin: 3px 7px;
}

.radio-item [type=radio]:checked {
  position: absolute;
  left: -9999px;
}

.radio-item [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.radio-item [type=radio]:checked + label {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
  border: 1px solid #FA2A55;
  background-color: #FA2A55;
  border-radius: 15px;
  padding: 12px 30px;
  display: inline-block;
  color: #ffffff;
  width: 100%;
  text-align: center;
}
.radio-item [type=radio]:checked + label::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 15px;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1254901961);
}
.radio-item [type=radio]:checked + label::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #ffffff;
  position: absolute;
  top: 17px;
  left: 15px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.radio-item [type=radio]:not(:checked) + label {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
  border: 1px solid #dddddd;
  background-color: #ffffff;
  border-radius: 15px;
  padding: 12px 30px;
  display: inline-block;
  color: #222222;
  width: 100%;
  text-align: center;
}
.radio-item [type=radio]:not(:checked) + label::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 15px;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: transparent;
  border: 1px solid #dddddd;
}
.radio-item [type=radio]:not(:checked) + label::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #ffffff;
  position: absolute;
  top: 17px;
  left: 15px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.nice-select {
  height: 45px;
  line-height: 45px;
  border: 1px solid #dddddd !important;
  border-radius: 0;
  float: unset;
  padding: 0 25px;
}
.nice-select .list {
  width: 100%;
  background-color: #ffffff;
  left: auto;
  right: 0;
}

.select2-container {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  width: 100%;
}

.selection {
  width: 100%;
}

.select2-selection--single {
  width: 100%;
  height: 45px !important;
  outline: none;
  background: transparent !important;
  font-size: 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 10px 10px;
  border-radius: 5px;
  vertical-align: top;
  display: inline-block;
  border: 1px solid #dddddd !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.select2-selection--single span {
  margin: 0;
  width: 100%;
  color: #222222;
  line-height: initial;
  font-weight: 600;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: auto;
  position: absolute;
  top: 22px;
  right: 7px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #222222 transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #222222 transparent;
}

.submit-btn {
  padding: 12px 20px;
  color: #ffffff;
  background: #161718;
  font-weight: 600;
  font-size: 14px;
  border-radius: 5px;
  font-family: "Oxanium", sans-serif;
}
@media only screen and (max-width: 991px) {
  .submit-btn {
    padding: 10px 20px;
  }
}

.body-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  visibility: hidden;
}
.body-overlay.active {
  visibility: visible;
}
.body-overlay.open {
  visibility: visible;
}

@-webkit-keyframes scroll-down {
  0%, 100% {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes scroll-down {
  0%, 100% {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@-webkit-keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
@keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }
}
@-webkit-keyframes wave {
  0% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  100% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
}
@keyframes wave {
  0% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  100% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
}
@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@-webkit-keyframes gel-map-animationSignal {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0.3);
    transform: translate(-50%, -50%) scale(0.3);
  }
  1% {
    -webkit-transform: translate(-50%, -50%) scale(0.32);
    transform: translate(-50%, -50%) scale(0.32);
    opacity: 0.1;
  }
  20% {
    opacity: 0.5;
    -webkit-transform: translate(-50%, -50%) scale(0 0.45);
    transform: translate(-50%, -50%) scale(0 0.45);
  }
  60% {
    -webkit-transform: translate(-50%, -50%) scale(0.75);
    transform: translate(-50%, -50%) scale(0.75);
    opacity: 0.35;
  }
}
@keyframes gel-map-animationSignal {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0.3);
    transform: translate(-50%, -50%) scale(0.3);
  }
  1% {
    -webkit-transform: translate(-50%, -50%) scale(0.32);
    transform: translate(-50%, -50%) scale(0.32);
    opacity: 0.1;
  }
  20% {
    opacity: 0.5;
    -webkit-transform: translate(-50%, -50%) scale(0 0.45);
    transform: translate(-50%, -50%) scale(0 0.45);
  }
  60% {
    -webkit-transform: translate(-50%, -50%) scale(0.75);
    transform: translate(-50%, -50%) scale(0.75);
    opacity: 0.35;
  }
}
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Header ]
--------------------------------------------------------------*/
.header-section {
  background: #ffffff;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 999;
}
.header-section .header-bottom-area {
  padding: 15px 0;
}
.header-section .site-logo img {
  max-height: 40px;
  width: auto;
}
.header-section .navbar-toggler {
  border: none;
  background: transparent;
  padding: 5px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.header-section .navbar-toggler .toggle-icon {
  width: 25px;
  height: 3px;
  background: #3F2232;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-section .navbar-toggler[aria-expanded=true] .toggle-icon:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(6px, 6px);
          transform: rotate(45deg) translate(6px, 6px);
}
.header-section .navbar-toggler[aria-expanded=true] .toggle-icon:nth-child(2) {
  opacity: 0;
}
.header-section .navbar-toggler[aria-expanded=true] .toggle-icon:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(6px, -6px);
          transform: rotate(-45deg) translate(6px, -6px);
}
.header-section .main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.header-section .main-menu .nav-item .nav-link {
  color: #222222;
  font-weight: 500;
  padding: 8px 0;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-section .main-menu .nav-item .nav-link:hover, .header-section .main-menu .nav-item .nav-link.active {
  color: #FA2A55;
}
.header-section .main-menu .nav-item .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #FA2A55;
}
.header-section .main-menu .nav-item .nav-link.cart-icon {
  position: relative;
  padding: 8px 15px;
  font-size: 16px;
}
.header-section .main-menu .nav-item .nav-link.cart-icon .icon-wrapper {
  position: relative;
  display: inline-block;
}
.header-section .main-menu .nav-item .nav-link.cart-icon .icon-wrapper i {
  font-size: 24px;
}
.header-section .main-menu .nav-item .nav-link.cart-icon .cart-badge {
  position: absolute;
  top: -10px;
  right: -8px;
  background: #FA2A55;
  color: #ffffff;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
}
.header-section .header-action .btn--base {
  text-decoration: none;
}
@media (max-width: 991px) {
  .header-section .navbar-toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-section .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 20px;
  }
  .header-section .navbar-collapse .main-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    text-align: center;
  }
  .header-section .navbar-collapse .main-menu .nav-item .nav-link {
    padding: 10px 0;
    display: block;
  }
  .header-section .navbar-collapse .main-menu .nav-item .nav-link.active::after {
    width: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .header-section .navbar-collapse .main-menu .nav-item .nav-link.cart-icon {
    display: inline-block;
    margin: 10px 0;
  }
  .header-section .navbar-collapse .header-action {
    text-align: center;
    margin-top: 15px;
  }
}
@media (max-width: 575px) {
  .header-section .site-logo img {
    max-height: 35px;
  }
  .header-section .header-bottom-area {
    padding: 10px 0;
  }
}

/*--------------------------------------------------------------
    [ ## Introduction ]
--------------------------------------------------------------*/
.banner-section {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 120px 0;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.banner-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 1;
}
.banner-section .container {
  position: relative;
  z-index: 2;
}
.banner-section .banner-content .banner-title {
  font-family: "Oxanium", sans-serif;
  font-size: 3.7rem;
  font-weight: 900;
  color: #3F2232;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
.banner-section .banner-content .banner-title span {
  color: #FA2A55;
}
@media (max-width: 1200px) {
  .banner-section .banner-content .banner-title {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .banner-section .banner-content .banner-title {
    font-size: 2.5rem;
  }
}
@media (max-width: 576px) {
  .banner-section .banner-content .banner-title {
    font-size: 2rem;
    text-align: center;
  }
}
.banner-section .banner-content .banner-description {
  font-size: 1.1rem;
  color: #222222;
  line-height: 1.7;
  margin-bottom: 2.5rem;
  font-weight: 500;
  padding-right: 2rem;
}
@media (max-width: 768px) {
  .banner-section .banner-content .banner-description {
    padding-right: 0;
    font-size: 1rem;
    text-align: center;
  }
}
.banner-section .coupon-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  margin-bottom: 3rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 576px) {
  .banner-section .coupon-cards {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem;
  }
}
.banner-section .coupon-cards .coupon-card {
  width: 280px;
  height: 100px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1rem;
  background: #ffffff;
  -webkit-box-shadow: 0 5px 20px rgba(250, 42, 85, 0.15);
          box-shadow: 0 5px 20px rgba(250, 42, 85, 0.15);
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid rgba(250, 42, 85, 0.1);
}
.banner-section .coupon-cards .coupon-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 6px;
  background: #FA2A55;
}
.banner-section .coupon-cards .coupon-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 10px 30px rgba(250, 42, 85, 0.25);
          box-shadow: 0 10px 30px rgba(250, 42, 85, 0.25);
}
.banner-section .coupon-cards .coupon-card .discount-badge {
  background: #FA2A55;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 0.6rem 0.8rem;
  border-radius: 6px;
  margin-right: 1rem;
  min-width: 75px;
  text-align: center;
  line-height: 1;
}
.banner-section .coupon-cards .coupon-card .card-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.banner-section .coupon-cards .coupon-card .card-content p {
  margin: 0;
  font-size: 0.9rem;
  color: #222222;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 0.3rem;
}
.banner-section .coupon-cards .coupon-card .card-content .coupon-code {
  font-family: "Courier New", monospace;
  font-weight: 700;
  color: #FA2A55;
  font-size: 1.1rem;
  letter-spacing: 1px;
}
@media (max-width: 576px) {
  .banner-section .coupon-cards .coupon-card {
    width: 100%;
    max-width: 280px;
    height: 90px;
  }
}
.banner-section .banner-visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 0;
}
.banner-section .banner-visual .qr-container {
  text-align: center;
}
.banner-section .banner-visual .qr-container .qr-code {
  background: #ffffff;
  border-radius: 12px;
  position: relative;
  margin: 0 auto;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 2px solid #dddddd;
  overflow: hidden;
}
.banner-section .banner-visual .qr-container .qr-code img {
  width: 100%;
  height: 100%;
  max-height: 500px;
}
.banner-section .banner-visual .qr-container .scan-text {
  background: #161718;
  color: #ffffff;
  padding: 12px 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9rem;
  margin-top: -10px;
  position: relative;
  z-index: 2;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  -webkit-animation: bounceShadow 2s infinite;
          animation: bounceShadow 2s infinite;
}
@media (max-width: 991px) {
  .banner-section {
    padding: 100px 0;
    min-height: auto;
  }
  .banner-section .banner-visual {
    margin-top: 3rem;
  }
  .banner-section .banner-content {
    text-align: center;
  }
  .banner-section .banner-content .banner-description {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .banner-section {
    padding: 80px 0;
  }
}
@media (max-width: 576px) {
  .banner-section {
    padding: 60px 0;
  }
}

@-webkit-keyframes scan {
  0% {
    top: 0;
    opacity: 1;
  }
  50% {
    top: 100%;
    opacity: 0.8;
  }
  51% {
    top: 0;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

@keyframes scan {
  0% {
    top: 0;
    opacity: 1;
  }
  50% {
    top: 100%;
    opacity: 0.8;
  }
  51% {
    top: 0;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes bounceShadow {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  }
  50% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3);
            box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3);
  }
}
@keyframes bounceShadow {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  }
  50% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3);
            box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3);
  }
}
.contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact-info .contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  background: linear-gradient(135deg, rgba(250, 42, 85, 0.1) 0%, rgba(250, 42, 85, 0.05) 100%);
  padding: 10px 15px;
  border-radius: 16px;
  border: 1px solid rgba(250, 42, 85, 0.15);
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  min-width: 280px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.contact-info .contact-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.4)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  -webkit-transition: left 0.6s ease;
  transition: left 0.6s ease;
}
.contact-info .contact-item:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-box-shadow: 0 12px 35px rgba(250, 42, 85, 0.2);
          box-shadow: 0 12px 35px rgba(250, 42, 85, 0.2);
  background: linear-gradient(135deg, rgba(250, 42, 85, 0.15) 0%, rgba(250, 42, 85, 0.08) 100%);
  border-color: rgba(250, 42, 85, 0.3);
}
.contact-info .contact-item:hover::before {
  left: 100%;
}
.contact-info .contact-item:hover .contact-icon {
  -webkit-transform: scale(1.1) rotate(5deg);
          transform: scale(1.1) rotate(5deg);
  background: linear-gradient(135deg, #FA2A55, #eb0635);
  -webkit-box-shadow: 0 6px 20px rgba(250, 42, 85, 0.4);
          box-shadow: 0 6px 20px rgba(250, 42, 85, 0.4);
}
.contact-info .contact-item:hover .contact-hover-effect {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.contact-info .contact-item .contact-icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #FA2A55, #fb5c7d);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 4px 15px rgba(250, 42, 85, 0.3);
          box-shadow: 0 4px 15px rgba(250, 42, 85, 0.3);
}
.contact-info .contact-item .contact-icon i {
  font-size: 18px;
  color: #ffffff;
  -webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}
.contact-info .contact-item .contact-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4rem;
  position: relative;
  z-index: 2;
}
.contact-info .contact-item .contact-content .contact-label {
  font-size: 0.85rem;
  color: #222222;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  opacity: 0.8;
}
.contact-info .contact-item .contact-content .contact-number {
  font-size: 16px;
  font-weight: 800;
  color: #FA2A55;
  line-height: 1;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background: linear-gradient(135deg, #FA2A55, #d3052f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.contact-info .contact-item .contact-content .contact-availability {
  font-size: 16px;
  font-weight: 700;
  color: #3F2232;
  line-height: 1;
  position: relative;
}
.contact-info .contact-item .contact-content .contact-availability::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: #FA2A55;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}
.contact-info .contact-item .contact-hover-effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at center, rgba(250, 42, 85, 0.1) 0%, transparent 70%);
  border-radius: 16px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
}
.contact-info .contact-item:hover .contact-availability::after {
  width: 100%;
}
.contact-info .contact-item:first-child .contact-icon {
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}
.contact-info .contact-item:last-child .contact-icon {
  -webkit-animation: rotate 3s linear infinite;
          animation: rotate 3s linear infinite;
}
@media (max-width: 768px) {
  .contact-info {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.5rem;
  }
  .contact-info .contact-item {
    min-width: 250px;
    padding: 1.25rem;
  }
  .contact-info .contact-item .contact-icon {
    width: 50px;
    height: 50px;
  }
  .contact-info .contact-item .contact-icon i {
    font-size: 1.3rem;
  }
  .contact-info .contact-item .contact-content .contact-number {
    font-size: 1.2rem;
  }
  .contact-info .contact-item .contact-content .contact-availability {
    font-size: 1.1rem;
  }
}
@media (max-width: 576px) {
  .contact-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
  .contact-info .contact-item {
    width: 100%;
    max-width: 300px;
    min-width: auto;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(250, 42, 85, 0.7);
            box-shadow: 0 0 0 0 rgba(250, 42, 85, 0.7);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(250, 42, 85, 0);
            box-shadow: 0 0 0 10px rgba(250, 42, 85, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(250, 42, 85, 0);
            box-shadow: 0 0 0 0 rgba(250, 42, 85, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(250, 42, 85, 0.7);
            box-shadow: 0 0 0 0 rgba(250, 42, 85, 0.7);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(250, 42, 85, 0);
            box-shadow: 0 0 0 10px rgba(250, 42, 85, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(250, 42, 85, 0);
            box-shadow: 0 0 0 0 rgba(250, 42, 85, 0);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.contact-item {
  -webkit-animation: fadeInUp 0.6s ease forwards;
          animation: fadeInUp 0.6s ease forwards;
}
.contact-item:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.contact-item:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

/*--------------------------------------------------------------
    [ ## Footer ]
--------------------------------------------------------------*/
.footer-section {
  background: #161718;
  position: relative;
}
.footer-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-cta {
  border-bottom: 1px solid #2e3133;
}
.footer-cta .single-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  text-align: center;
}
.footer-cta .single-cta i {
  color: #FA2A55;
  font-size: 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.footer-cta .single-cta .cta-text {
  text-align: left;
}
.footer-cta .single-cta .cta-text h4 {
  color: #ffffff;
  font-family: "Oxanium", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.footer-cta .single-cta .cta-text span {
  color: #787d82;
  font-family: "Lato", sans-serif;
  font-size: 0.9rem;
}

@media (max-width: 991.98px) {
  .footer-cta .single-cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
  }
}
.footer-content {
  position: relative;
  z-index: 2;
}

.footer-widget .footer-logo {
  margin-bottom: 1.5rem;
}
.footer-widget .footer-logo img {
  max-width: 180px;
  height: auto;
}
.footer-widget .footer-text p {
  margin-bottom: 1.5rem;
  font-family: "Lato", sans-serif;
  font-size: 0.95rem;
  color: #92979b;
  line-height: 1.7;
}

.footer-social-icon span {
  color: #ffffff;
  display: block;
  font-family: "Oxanium", sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.footer-social-icon .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
}
.footer-social-icon .social-links .social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #2e3133;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-social-icon .social-links .social-link i {
  font-size: 1rem;
}
.footer-social-icon .social-links .social-link:hover {
  background: #FA2A55;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.footer-widget-heading h3 {
  color: #ffffff;
  font-family: "Oxanium", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 2rem;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.75rem;
  height: 2px;
  width: 3rem;
  background: #FA2A55;
}

.footer-links {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}
.footer-links li a {
  color: #92979b;
  font-family: "Lato", sans-serif;
  font-size: 0.95rem;
  text-decoration: none;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-links li a:hover {
  color: #FA2A55;
  padding-left: 0.5rem;
}

.subscribe-form {
  position: relative;
}
.subscribe-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.subscribe-form input {
  width: 100%;
  padding: 0.875rem 1rem;
  background: #222425;
  border: 1px solid #2e3133;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  border-radius: 0.25rem 0 0 0.25rem;
}
.subscribe-form input::-webkit-input-placeholder {
  color: #787d82;
}
.subscribe-form input::-moz-placeholder {
  color: #787d82;
}
.subscribe-form input:-ms-input-placeholder {
  color: #787d82;
}
.subscribe-form input::-ms-input-placeholder {
  color: #787d82;
}
.subscribe-form input::placeholder {
  color: #787d82;
}
.subscribe-form input:focus {
  outline: none;
  border-color: #FA2A55;
}
.subscribe-form button, .subscribe-form input[type=button], .subscribe-form input[type=reset], .subscribe-form input[type=submit] {
  background: #FA2A55;
  border: 1px solid #FA2A55;
  color: #ffffff;
  padding: 0.875rem 1.25rem;
  border-radius: 0 0.25rem 0.25rem 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.subscribe-form button:hover, .subscribe-form input[type=button]:hover, .subscribe-form input[type=reset]:hover, .subscribe-form input[type=submit]:hover {
  background: #eb0635;
}
.subscribe-form button i, .subscribe-form input[type=button] i, .subscribe-form input[type=reset] i, .subscribe-form input[type=submit] i {
  font-size: 1.1rem;
}

.copyright-area {
  padding: 1.5rem 0;
  border-top: 1px solid #222425;
}
.copyright-area .copyright-text p {
  margin: 0;
  font-family: "Lato", sans-serif;
  font-size: 0.9rem;
  color: #787d82;
}
.copyright-area .copyright-text p a {
  color: #FA2A55;
  text-decoration: none;
}
.copyright-area .copyright-text p a:hover {
  text-decoration: underline;
}
.copyright-area .footer-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.copyright-area .footer-menu ul li a {
  color: #787d82;
  font-family: "Lato", sans-serif;
  font-size: 0.9rem;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.copyright-area .footer-menu ul li a:hover {
  color: #FA2A55;
}

@media (max-width: 991.98px) {
  .footer-cta .single-cta {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
  }
  .footer-cta .single-cta i {
    margin-top: 0;
  }
  .footer-widget {
    text-align: center;
  }
  .footer-widget .footer-widget-heading h3::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .footer-social-icon .social-links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .copyright-area .footer-menu ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1rem;
  }
}
@media (max-width: 767.98px) {
  .footer-cta {
    padding: 2rem 0;
  }
  .footer-content {
    padding: 2rem 0;
  }
  .footer-links {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .copyright-area {
    text-align: center;
  }
  .copyright-area .footer-menu ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .footer-links {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .footer-menu ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem;
  }
}
/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## team ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Team ]
*/
.team-section {
  position: relative;
  overflow: hidden;
}
.team-section .team-element-one {
  position: absolute;
  left: 0;
  top: 0;
}
.team-section .team-element-two {
  position: absolute;
  right: 0;
  bottom: 0;
}

.team-wrapper {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 80px;
}

.team-item {
  text-align: center;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 50px 20px 20px 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.team-item:hover, .team-item.active {
  -webkit-box-shadow: 0px 0px 15px rgba(40, 36, 49, 0.15);
          box-shadow: 0px 0px 15px rgba(40, 36, 49, 0.15);
}
.team-item:hover .team-content .team-review, .team-item.active .team-content .team-review {
  opacity: 1;
  visibility: visible;
}
.team-item:hover .team-content .team-social, .team-item.active .team-content .team-social {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 575px) {
  .team-item {
    -webkit-box-shadow: 0px 0px 15px rgba(40, 36, 49, 0.15);
            box-shadow: 0px 0px 15px rgba(40, 36, 49, 0.15);
  }
}

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

.team-content .title a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.team-content .title a:hover {
  color: #FA2A55;
}
.team-content .sub-title {
  font-weight: 500;
  margin-bottom: 15px;
}
.team-content .team-review {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 575px) {
  .team-content .team-review {
    opacity: 1;
    visibility: visible;
  }
}
.team-content .team-review .ratings {
  margin-right: 5px;
  font-weight: 500;
}
.team-content .team-review .ratings-icon i {
  color: #f6b500;
}
.team-content .team-social {
  border-top: 1px solid #dddddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -8px;
  padding-top: 15px;
  margin-top: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 575px) {
  .team-content .team-social {
    opacity: 1;
    visibility: visible;
  }
}
.team-content .team-social li {
  margin: 8px;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #dddddd;
  border-radius: 50%;
  font-size: 15px;
}

.team-action-area {
  padding-top: 60px;
}

.team-action-wrapper {
  position: relative;
  padding: 30px;
  border-radius: 8px;
  background-color: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .team-action-wrapper {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .team-action-content {
    margin-bottom: 15px;
  }
}
.team-action-content .title span {
  color: #FA2A55;
}

.team-action-icon {
  position: absolute;
  top: -15px;
  left: -15px;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FA2A55;
  color: #ffffff;
  font-size: 28px;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .team-action-icon {
    left: -10px;
  }
}

/*--------------------------------------------------------------
    [ ## Testimonial ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Testimonial ]
*/
.testimonial-section {
  position: relative;
}
.testimonial-section .testimonial-shape {
  position: absolute;
  bottom: -1px;
  right: 84px;
  left: 84px;
  display: block;
  height: 47px;
  background-color: #ffffff;
  clip-path: polygon(4% 0, 100% 100%, 0% 100%);
}

.testimonial-slider {
  height: 38vh;
  width: 100%;
  position: relative;
  margin: -30px;
  margin-top: -30px;
}
@media only screen and (max-width: 1199px) {
  .testimonial-slider {
    margin: 0;
  }
}
@media only screen and (max-width: 440px) {
  .testimonial-slider {
    height: 60vh;
  }
}
.testimonial-slider .swiper-container {
  height: 100%;
  width: 100%;
}
.testimonial-slider .swiper-image {
  width: 100%;
  height: 100%;
}
.testimonial-slider .swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.testimonial-slider .swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.testimonial-slider .swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}
.testimonial-slider .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.testimonial-slider .swiper-container-android .swiper-slide, .testimonial-slider .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}
.testimonial-slider .swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.testimonial-slider .swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}
.testimonial-slider .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.testimonial-slider .swiper-container-autoheight, .testimonial-slider .swiper-container-autoheight .swiper-slide {
  height: auto;
}
.testimonial-slider .swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.testimonial-slider .swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.testimonial-slider .swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.testimonial-slider .swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.testimonial-slider .swiper-image-inner {
  position: relative;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 30px;
}

.testimonial-item {
  position: relative;
  z-index: 2;
  text-align: center;
}

.testimonial-content p {
  font-size: 18px;
  line-height: 1.89;
  color: #ffffff;
}
@media only screen and (max-width: 1199px) {
  .testimonial-content p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .testimonial-content p {
    font-size: 14px;
  }
}

.testimonial-user-wrapper {
  margin-top: 20px;
  position: relative;
}
.testimonial-user-wrapper::before {
  display: inline-block;
  font: 700 85px/1 Montserrat;
  content: "“";
  color: #FA2A55;
}

.testimonial-user-content .title {
  color: #ffffff;
}
.testimonial-user-content .sub-title {
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
}

/*--------------------------------------------------------------
    [ ## Sections ]
--------------------------------------------------------------*/
.brands-section {
  overflow: hidden;
  height: 200px;
  width: 100%;
  background: linear-gradient(135deg, rgba(250, 42, 85, 0.2) 0%, rgba(250, 42, 85, 0.01) 100%);
  border-top: 1px solid rgba(221, 221, 221, 0.5);
  border-bottom: 1px solid rgba(221, 221, 221, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  position: relative;
}
.brands-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
}
.brands-section::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
  z-index: 2;
}
.brands-section .brands-scroll-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.brands-section .brands-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: scrollBrands 30s linear infinite;
          animation: scrollBrands 30s linear infinite;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.brands-section .brands-track:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.brands-section .brands-track .brand-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.brands-section .brands-track .brand-item::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2px;
  height: 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(rgba(250, 42, 85, 0.3)), to(transparent));
  background: linear-gradient(to bottom, transparent, rgba(250, 42, 85, 0.3), transparent);
}
.brands-section .brands-track .brand-item:last-child::before {
  display: none;
}
.brands-section .brands-track .brand-item .brand-logo {
  height: 60px;
  width: auto;
  max-width: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: grayscale(100%) opacity(0.5);
          filter: grayscale(100%) opacity(0.5);
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.brands-section .brands-track .brand-item .brand-logo:hover {
  -webkit-filter: grayscale(0%) opacity(1);
          filter: grayscale(0%) opacity(1);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.brands-section .brands-track .brand-item:hover .brand-logo {
  -webkit-filter: grayscale(0%) opacity(1);
          filter: grayscale(0%) opacity(1);
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
@media (max-width: 768px) {
  .brands-section {
    height: 200px;
  }
  .brands-section .brands-track .brand-item {
    padding: 0 2rem;
  }
  .brands-section .brands-track .brand-item .brand-logo {
    height: 40px;
    max-width: 100px;
  }
  .brands-section .brands-track .brand-item::before {
    height: 30px;
  }
}
@media (max-width: 576px) {
  .brands-section {
    height: 150px;
  }
  .brands-section .brands-track .brand-item {
    padding: 0 1.5rem;
  }
  .brands-section .brands-track .brand-item .brand-logo {
    height: 35px;
    max-width: 80px;
  }
  .brands-section .brands-track .brand-item::before {
    height: 25px;
  }
}

@-webkit-keyframes scrollBrands {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes scrollBrands {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.brands-scroll-container {
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 100px, black calc(100% - 100px), transparent 100%);
          mask-image: linear-gradient(to right, transparent 0%, black 100px, black calc(100% - 100px), transparent 100%);
}

.search-section {
  background-color: #fff0eb;
  overflow-x: hidden;
}
.search-section .search-content {
  text-align: left;
}
.search-section .search-content .section-header {
  text-align: left;
  padding: 0;
  margin-bottom: 2rem;
}
.search-section .search-content .section-header .section-description {
  width: 90%;
}
.search-section .search-content .search-form {
  margin-bottom: 2rem;
  width: 80%;
}
.search-section .search-content .search-form .input-group {
  border-radius: 50px;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.search-section .search-content .search-form .input-group .form-control {
  border: none;
  padding: 12px 20px;
  font-family: "Lato", sans-serif;
  height: auto;
  color: #3F2232;
}
.search-section .search-content .search-form .input-group .form-control::-webkit-input-placeholder {
  color: #3F2232;
}
.search-section .search-content .search-form .input-group .form-control::-moz-placeholder {
  color: #3F2232;
}
.search-section .search-content .search-form .input-group .form-control:-ms-input-placeholder {
  color: #3F2232;
}
.search-section .search-content .search-form .input-group .form-control::-ms-input-placeholder {
  color: #3F2232;
}
.search-section .search-content .search-form .input-group .form-control::placeholder {
  color: #3F2232;
}
.search-section .search-content .search-form .input-group .form-control:focus {
  outline: none;
  border-color: #FA2A55;
}
.search-section .search-content .search-form .input-group .btn-search {
  background: #FA2A55;
  color: #ffffff;
  border: none;
  padding: 0 1.5rem;
  font-size: 1.2rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search-section .search-content .search-form .input-group .btn-search:hover {
  background: #eb0635;
}
.search-section .search-content .search-tags h4 {
  font-family: "Oxanium", sans-serif;
  color: #3F2232;
  font-size: 1.1rem;
  margin-bottom: 1rem;
  font-weight: 600;
}
.search-section .search-content .search-tags .tags-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8rem;
}
.search-section .search-content .search-tags .tags-container .tag {
  display: inline-block;
  padding: 0.5rem 1.2rem;
  background: #ffffff;
  color: #222222;
  border: 1px solid #dddddd;
  border-radius: 50px;
  font-family: "Lato", sans-serif;
  font-size: 0.9rem;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.search-section .search-content .search-tags .tags-container .tag:hover {
  background: #FA2A55;
  color: #ffffff;
  border-color: #FA2A55;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 5px 15px rgba(250, 42, 85, 0.3);
          box-shadow: 0 5px 15px rgba(250, 42, 85, 0.3);
  text-decoration: none;
}
.search-section .search-image-robo {
  border-radius: 20px;
  overflow: hidden;
  background: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-right: 10px solid #FA2A55;
  border-bottom: 10px solid #FA2A55;
}
.search-section .search-image-robo img {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.search-section .search-image-robo img:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

@media (max-width: 768px) {
  .search-section .section-header .section-subtitle {
    text-align: center;
  }
  .search-section .search-content {
    text-align: center;
    margin-bottom: 2rem;
  }
  .search-section .search-content .search-tags .tags-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 576px) {
  .search-section .search-content .search-tags .tags-container .tag {
    padding: 0.4rem 1rem;
    font-size: 0.85rem;
  }
}
.what-we-serve {
  background-color: #fff0eb;
  overflow-x: hidden;
}
.what-we-serve .serve-item-card {
  padding: 20px 30px;
  border-radius: 40px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 100%;
  margin-bottom: 30px;
  border-bottom: 5px solid #FA2A55;
}
.what-we-serve .serve-item-card:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-box-shadow: 0 15px 35px rgba(250, 42, 85, 0.15);
          box-shadow: 0 15px 35px rgba(250, 42, 85, 0.15);
  border-color: #FA2A55;
  border: 3px solid #FA2A55;
}
@media (max-width: 768px) {
  .what-we-serve .serve-item-card {
    padding: 30px 25px;
    margin-bottom: 25px;
  }
}
@media (max-width: 576px) {
  .what-we-serve .serve-item-card {
    padding: 25px 20px;
    margin-bottom: 20px;
  }
  .what-we-serve .serve-item-card:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
.what-we-serve .serve-item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .what-we-serve .serve-item-header {
    gap: 18px;
    margin-bottom: 18px;
  }
}
@media (max-width: 576px) {
  .what-we-serve .serve-item-header {
    gap: 15px;
    margin-bottom: 15px;
  }
}
.what-we-serve .serve-icon {
  position: relative;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FA2A55;
  font-size: 28px;
  cursor: pointer;
  overflow: visible;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.what-we-serve .serve-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(250, 42, 85, 0.3);
  -webkit-transform: translate(-50%, -50%) scale(0.1);
          transform: translate(-50%, -50%) scale(0.1);
  opacity: 0;
  -webkit-animation: ripple 2s infinite ease-in-out;
          animation: ripple 2s infinite ease-in-out;
}
.what-we-serve .serve-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(250, 42, 85, 0.2);
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 0;
  -webkit-animation: ripple 2s infinite ease-in-out 1s;
          animation: ripple 2s infinite ease-in-out 1s;
}
.what-we-serve .serve-icon i {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .what-we-serve .serve-icon {
    width: 55px;
    height: 55px;
    font-size: 26px;
  }
}
@media (max-width: 576px) {
  .what-we-serve .serve-icon {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }
}
.what-we-serve .serve-heading {
  font-family: "Oxanium", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #3F2232;
  margin: 0;
}
@media (max-width: 768px) {
  .what-we-serve .serve-heading {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .what-we-serve .serve-heading {
    font-size: 18px;
  }
}
.what-we-serve .serve-description {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #222222;
  margin: 0;
}
@media (max-width: 768px) {
  .what-we-serve .serve-description {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .what-we-serve .serve-description {
    font-size: 14px;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
}
@media (max-width: 768px) {
  @-webkit-keyframes ripple {
    0% {
      -webkit-transform: translate(-50%, -50%) scale(1);
              transform: translate(-50%, -50%) scale(1);
      opacity: 1;
    }
    50% {
      -webkit-transform: translate(-50%, -50%) scale(2.5);
              transform: translate(-50%, -50%) scale(2.5);
      opacity: 0.5;
    }
    100% {
      -webkit-transform: translate(-50%, -50%) scale(4);
              transform: translate(-50%, -50%) scale(4);
      opacity: 0;
    }
  }
  @keyframes ripple {
    0% {
      -webkit-transform: translate(-50%, -50%) scale(1);
              transform: translate(-50%, -50%) scale(1);
      opacity: 1;
    }
    50% {
      -webkit-transform: translate(-50%, -50%) scale(2.5);
              transform: translate(-50%, -50%) scale(2.5);
      opacity: 0.5;
    }
    100% {
      -webkit-transform: translate(-50%, -50%) scale(4);
              transform: translate(-50%, -50%) scale(4);
      opacity: 0;
    }
  }
}
@media (max-width: 576px) {
  @-webkit-keyframes ripple {
    0% {
      -webkit-transform: translate(-50%, -50%) scale(1);
              transform: translate(-50%, -50%) scale(1);
      opacity: 1;
    }
    50% {
      -webkit-transform: translate(-50%, -50%) scale(2);
              transform: translate(-50%, -50%) scale(2);
      opacity: 0.5;
    }
    100% {
      -webkit-transform: translate(-50%, -50%) scale(3);
              transform: translate(-50%, -50%) scale(3);
      opacity: 0;
    }
  }
  @keyframes ripple {
    0% {
      -webkit-transform: translate(-50%, -50%) scale(1);
              transform: translate(-50%, -50%) scale(1);
      opacity: 1;
    }
    50% {
      -webkit-transform: translate(-50%, -50%) scale(2);
              transform: translate(-50%, -50%) scale(2);
      opacity: 0.5;
    }
    100% {
      -webkit-transform: translate(-50%, -50%) scale(3);
              transform: translate(-50%, -50%) scale(3);
      opacity: 0;
    }
  }
}
.testimonial-section {
  background: #f7f7f7;
  font-family: "Lato", sans-serif;
  overflow: hidden;
}
.testimonial-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.testimonial-section .testimonial-slider {
  position: relative;
}
.testimonial-section .testimonial-slider .slider-wrapper {
  overflow: hidden;
  margin: 0 -15px;
}
.testimonial-section .testimonial-slider .testimonial-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  gap: 50px;
  padding: 0 15px;
  will-change: transform;
}
@media (max-width: 768px) {
  .testimonial-section .testimonial-slider .testimonial-track {
    gap: 30px;
  }
}
.testimonial-section .testimonial-slider .testimonial-card {
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
  padding: 30px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.7;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.testimonial-section .testimonial-slider .testimonial-card.active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.testimonial-section .testimonial-slider .testimonial-card .card-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.testimonial-section .testimonial-slider .testimonial-card .card-content .rating {
  margin-bottom: 20px;
}
.testimonial-section .testimonial-slider .testimonial-card .card-content .rating .star {
  color: #FA2A55;
  font-size: 18px;
  margin-right: 2px;
}
.testimonial-section .testimonial-slider .testimonial-card .card-content .testimonial-text {
  color: #222222;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 25px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.testimonial-section .testimonial-slider .testimonial-card .card-content .client-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.testimonial-section .testimonial-slider .testimonial-card .card-content .client-info .author-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #FA2A55;
}
.testimonial-section .testimonial-slider .testimonial-card .card-content .client-info .author-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial-section .testimonial-slider .testimonial-card .card-content .client-info .author-details .client-name {
  font-family: "Oxanium", sans-serif;
  color: #3F2232;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 5px 0;
}
.testimonial-section .testimonial-slider .testimonial-card .card-content .client-info .author-details .client-role {
  color: #555555;
  font-size: 14px;
  margin: 0;
}
.testimonial-section .testimonial-slider .testimonial-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  gap: 10px;
}
.testimonial-section .testimonial-slider .testimonial-pagination .bullet {
  width: 40px;
  height: 12px;
  border-radius: 10px;
  background: #dddddd;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.testimonial-section .testimonial-slider .testimonial-pagination .bullet.active {
  background: #FA2A55;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.testimonial-section .testimonial-slider .testimonial-pagination .bullet:hover {
  background: #fb5c7d;
}

.testimonial-section .testimonial-slider .testimonial-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100;
}

@media (min-width: 768px) and (max-width: 991px) {
  .testimonial-section .testimonial-slider .testimonial-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial-section .testimonial-slider .testimonial-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .testimonial-section .testimonial-slider .testimonial-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    width: 600px;
  }
}
.app-available-section {
  background: linear-gradient(135deg, #fff0eb 0%, #fc7591 50%, #fff0eb 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.app-available-section .container {
  position: relative;
  z-index: 2;
}
.app-available-section .app-available-content {
  padding: 40px 0;
}
.app-available-section .app-available-content .app-available-title {
  font-family: "Oxanium", sans-serif;
  color: #3F2232;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
.app-available-section .app-available-content .app-available-title span {
  color: #FA2A55;
}
.app-available-section .app-available-content .app-available-description {
  font-family: "Lato", sans-serif;
  color: #222222;
  font-size: 1.125rem;
  line-height: 1.6;
  margin-bottom: 2.5rem;
  max-width: 90%;
}
.app-available-section .app-available-content .app-download-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.app-available-section .app-available-content .app-download-links .app-store-link {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  max-width: 180px;
}
.app-available-section .app-available-content .app-download-links .app-store-link:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.app-available-section .app-available-content .app-download-links .app-store-link img {
  width: 100%;
  height: auto;
  display: block;
}
.app-available-section .app-available-image {
  text-align: center;
  padding: 20px 0;
}
.app-available-section .app-available-image .app-preview-image {
  max-width: 100%;
  height: auto;
  border-radius: 50px;
}

@media (max-width: 991.98px) {
  .app-available-section {
    padding: 60px 0;
  }
  .app-available-section .app-available-content {
    text-align: center;
    padding: 20px 0;
  }
  .app-available-section .app-available-content .app-available-title {
    font-size: 2rem;
  }
  .app-available-section .app-available-content .app-available-description {
    max-width: 100%;
    font-size: 1rem;
  }
  .app-available-section .app-available-content .app-download-links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .app-available-section .app-available-image {
    padding: 10px 0;
  }
  .app-available-section .app-available-image .app-preview-image {
    max-width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .app-available-section {
    padding: 40px 0;
  }
  .app-available-section .app-available-content .app-available-title {
    font-size: 1.75rem;
  }
  .app-available-section .app-available-content .app-download-links .app-store-link {
    max-width: 150px;
  }
  .app-available-section .app-available-image .app-preview-image {
    max-width: 90%;
  }
}
@media (max-width: 575.98px) {
  .app-available-section .app-available-content .app-download-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .app-available-section .app-available-content .app-download-links .app-store-link {
    max-width: 200px;
  }
}
.menu-banner-section {
  overflow: hidden;
}
.menu-banner-section .section-header {
  text-align: left;
}
.menu-banner-section .offering-info {
  background: linear-gradient(135deg, white 0%, white 100%);
  border-radius: 20px;
  padding: 2rem;
  max-height: 350px;
  height: 100%;
  border: 2px solid #febfcc;
  -webkit-box-shadow: 0 10px 30px rgba(250, 42, 85, 0.1);
          box-shadow: 0 10px 30px rgba(250, 42, 85, 0.1);
  position: relative;
  overflow: hidden;
}
.menu-banner-section .offering-info::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-animation: shimmer 3s infinite;
          animation: shimmer 3s infinite;
}
.menu-banner-section .offering-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5rem;
  position: relative;
}
.menu-banner-section .offering-header .offering-title {
  font-family: "Oxanium", sans-serif;
  color: #3F2232;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
}
.menu-banner-section .offering-header .offering-badge {
  background: #FA2A55;
  color: #ffffff;
  padding: 0.4rem 1rem;
  border-radius: 20px;
  font-family: "Lato", sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}
.menu-banner-section .offering-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  position: relative;
}
.menu-banner-section .offer-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding: 0.75rem 1rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 12px;
  border-left: 4px solid #FA2A55;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
  -webkit-animation: slideIn 0.6s ease forwards;
          animation: slideIn 0.6s ease forwards;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-banner-section .offer-item:hover {
  -webkit-transform: translateX(0) scale(1.02);
          transform: translateX(0) scale(1.02);
  -webkit-box-shadow: 0 6px 20px rgba(250, 42, 85, 0.2);
          box-shadow: 0 6px 20px rgba(250, 42, 85, 0.2);
}
.menu-banner-section .offer-item .offer-icon {
  font-size: 1.5rem;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff1f4;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.menu-banner-section .offer-item .offer-text h4 {
  font-family: "Oxanium", sans-serif;
  color: #3F2232;
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 0.25rem 0;
}
.menu-banner-section .offer-item .offer-text p {
  font-family: "Lato", sans-serif;
  color: #222222;
  font-size: 0.85rem;
  margin: 0;
  line-height: 1.4;
}
.menu-banner-section .offering-footer {
  margin-top: 1.5rem;
  position: relative;
}
.menu-banner-section .offering-footer .offering-note {
  font-family: "Lato", sans-serif;
  color: #FA2A55;
  font-size: 0.9rem;
  font-weight: 600;
  text-align: center;
  margin: 0;
  padding: 0.75rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  -webkit-animation: bounce 2s infinite;
          animation: bounce 2s infinite;
}
@-webkit-keyframes slideIn {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideIn {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes pulse {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  60% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  60% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}
@-webkit-keyframes shimmer {
  0% {
    -webkit-transform: rotate(45deg) translateX(-100%);
            transform: rotate(45deg) translateX(-100%);
  }
  100% {
    -webkit-transform: rotate(45deg) translateX(100%);
            transform: rotate(45deg) translateX(100%);
  }
}
@keyframes shimmer {
  0% {
    -webkit-transform: rotate(45deg) translateX(-100%);
            transform: rotate(45deg) translateX(-100%);
  }
  100% {
    -webkit-transform: rotate(45deg) translateX(100%);
            transform: rotate(45deg) translateX(100%);
  }
}
.menu-banner-section .animated-item[data-delay="0"] {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.menu-banner-section .animated-item[data-delay="200"] {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.menu-banner-section .animated-item[data-delay="400"] {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.menu-banner-section .animated-item[data-delay="600"] {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
@media (max-width: 1199.98px) {
  .menu-banner-section .offering-info {
    padding: 1.5rem;
    max-height: 280px;
  }
  .menu-banner-section .offering-header .offering-title {
    font-size: 1.3rem;
  }
}
@media (max-width: 767.98px) {
  .menu-banner-section .offering-info {
    max-height: none;
    height: auto;
  }
  .menu-banner-section .offering-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
  .menu-banner-section .offer-item {
    padding: 1rem;
  }
}
.menu-banner-section .menu-image-robo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .menu-banner-section .menu-image-robo {
    margin-left: 200px;
  }
}
.menu-banner-section .menu-image-robo::before, .menu-banner-section .menu-image-robo::after {
  content: "";
  position: absolute;
  top: 95%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80%;
  height: 20px;
  background: radial-gradient(ellipse at center, rgba(250, 42, 85, 0.4) 0%, rgba(250, 42, 85, 0) 70%);
  border-radius: 50%;
  z-index: 1;
}
.menu-banner-section .menu-image-robo::before {
  -webkit-animation: shadowPulse 3s ease-in-out infinite;
          animation: shadowPulse 3s ease-in-out infinite;
  opacity: 0.6;
}
.menu-banner-section .menu-image-robo::after {
  -webkit-animation: shadowPulse 3s ease-in-out infinite 0.5s;
          animation: shadowPulse 3s ease-in-out infinite 0.5s;
  opacity: 0.4;
}
.menu-banner-section .menu-image-robo img {
  -webkit-animation: floatHorizontal 4s ease-in-out infinite;
          animation: floatHorizontal 4s ease-in-out infinite;
  position: relative;
  z-index: 2;
  -webkit-filter: drop-shadow(0 10px 20px rgba(63, 34, 50, 0.2));
          filter: drop-shadow(0 10px 20px rgba(63, 34, 50, 0.2));
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-height: 560px;
}
.menu-banner-section .menu-image-robo img:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  -webkit-filter: drop-shadow(0 15px 30px rgba(250, 42, 85, 0.3));
          filter: drop-shadow(0 15px 30px rgba(250, 42, 85, 0.3));
}
@-webkit-keyframes floatHorizontal {
  0%, 100% {
    -webkit-transform: translateX(0) translateY(0) rotate(0deg);
            transform: translateX(0) translateY(0) rotate(0deg);
  }
  25% {
    -webkit-transform: translateX(-15px) translateY(-5px) rotate(-1deg);
            transform: translateX(-15px) translateY(-5px) rotate(-1deg);
  }
  50% {
    -webkit-transform: translateX(0) translateY(-10px) rotate(0deg);
            transform: translateX(0) translateY(-10px) rotate(0deg);
  }
  75% {
    -webkit-transform: translateX(15px) translateY(-5px) rotate(1deg);
            transform: translateX(15px) translateY(-5px) rotate(1deg);
  }
}
@keyframes floatHorizontal {
  0%, 100% {
    -webkit-transform: translateX(0) translateY(0) rotate(0deg);
            transform: translateX(0) translateY(0) rotate(0deg);
  }
  25% {
    -webkit-transform: translateX(-15px) translateY(-5px) rotate(-1deg);
            transform: translateX(-15px) translateY(-5px) rotate(-1deg);
  }
  50% {
    -webkit-transform: translateX(0) translateY(-10px) rotate(0deg);
            transform: translateX(0) translateY(-10px) rotate(0deg);
  }
  75% {
    -webkit-transform: translateX(15px) translateY(-5px) rotate(1deg);
            transform: translateX(15px) translateY(-5px) rotate(1deg);
  }
}
@-webkit-keyframes shadowPulse {
  0%, 100% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
    opacity: 0.6;
  }
  25% {
    -webkit-transform: translateX(-55%) scale(0.9);
            transform: translateX(-55%) scale(0.9);
    opacity: 0.8;
  }
  50% {
    -webkit-transform: translateX(-50%) scale(0.8);
            transform: translateX(-50%) scale(0.8);
    opacity: 0.4;
  }
  75% {
    -webkit-transform: translateX(-45%) scale(0.9);
            transform: translateX(-45%) scale(0.9);
    opacity: 0.8;
  }
}
@keyframes shadowPulse {
  0%, 100% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
    opacity: 0.6;
  }
  25% {
    -webkit-transform: translateX(-55%) scale(0.9);
            transform: translateX(-55%) scale(0.9);
    opacity: 0.8;
  }
  50% {
    -webkit-transform: translateX(-50%) scale(0.8);
            transform: translateX(-50%) scale(0.8);
    opacity: 0.4;
  }
  75% {
    -webkit-transform: translateX(-45%) scale(0.9);
            transform: translateX(-45%) scale(0.9);
    opacity: 0.8;
  }
}
@-webkit-keyframes smoothFloat {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
@keyframes smoothFloat {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
@-webkit-keyframes smoothShadow {
  0%, 100% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
    opacity: 0.9;
  }
  50% {
    -webkit-transform: translateX(-50%) scale(0.7);
            transform: translateX(-50%) scale(0.7);
    opacity: 0.3;
  }
}
@keyframes smoothShadow {
  0%, 100% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
    opacity: 0.9;
  }
  50% {
    -webkit-transform: translateX(-50%) scale(0.7);
            transform: translateX(-50%) scale(0.7);
    opacity: 0.3;
  }
}
@media (max-width: 768px) {
  .menu-banner-section .menu-image-robo img {
    -webkit-animation: floatHorizontal 5s ease-in-out infinite;
            animation: floatHorizontal 5s ease-in-out infinite;
  }
  .menu-banner-section .menu-image-robo::before, .menu-banner-section .menu-image-robo::after {
    width: 60%;
    height: 15px;
  }
  @-webkit-keyframes floatHorizontal {
    0%, 100% {
      -webkit-transform: translateX(0) translateY(0) rotate(0deg);
              transform: translateX(0) translateY(0) rotate(0deg);
    }
    25% {
      -webkit-transform: translateX(-8px) translateY(-3px) rotate(-0.5deg);
              transform: translateX(-8px) translateY(-3px) rotate(-0.5deg);
    }
    50% {
      -webkit-transform: translateX(0) translateY(-5px) rotate(0deg);
              transform: translateX(0) translateY(-5px) rotate(0deg);
    }
    75% {
      -webkit-transform: translateX(8px) translateY(-3px) rotate(0.5deg);
              transform: translateX(8px) translateY(-3px) rotate(0.5deg);
    }
  }
  @keyframes floatHorizontal {
    0%, 100% {
      -webkit-transform: translateX(0) translateY(0) rotate(0deg);
              transform: translateX(0) translateY(0) rotate(0deg);
    }
    25% {
      -webkit-transform: translateX(-8px) translateY(-3px) rotate(-0.5deg);
              transform: translateX(-8px) translateY(-3px) rotate(-0.5deg);
    }
    50% {
      -webkit-transform: translateX(0) translateY(-5px) rotate(0deg);
              transform: translateX(0) translateY(-5px) rotate(0deg);
    }
    75% {
      -webkit-transform: translateX(8px) translateY(-3px) rotate(0.5deg);
              transform: translateX(8px) translateY(-3px) rotate(0.5deg);
    }
  }
}
@media (max-width: 576px) {
  .menu-banner-section .menu-image-robo img {
    -webkit-animation-duration: 6s;
            animation-duration: 6s;
  }
}

.menu-details-section {
  position: relative;
  background: #ffffff;
}
.menu-details-section .menu-details-nav {
  padding: 1.5rem 0;
  position: sticky;
  top: 75px;
  z-index: 100;
  margin-bottom: 3rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-details-section .menu-details-nav.sticky {
  background: #ffffff;
  backdrop-filter: blur(10px);
  border-bottom: 1px solid black;
  padding: 1rem 0;
}
.menu-details-section .menu-details-nav .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .menu-details-section .menu-details-nav .nav-links {
    gap: 1rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.menu-details-section .menu-details-nav .nav-item .nav-link {
  font-family: "Oxanium", sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: #222222;
  text-decoration: none;
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  background: transparent;
}
.menu-details-section .menu-details-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 3px;
  background: #FA2A55;
  border-radius: 2px;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.menu-details-section .menu-details-nav .nav-item .nav-link:hover {
  color: #FA2A55;
  background: rgba(250, 42, 85, 0.1);
}
.menu-details-section .menu-details-nav .nav-item .nav-link:hover::before {
  width: 30px;
}
.menu-details-section .menu-details-nav .nav-item .nav-link.menu-nav-active {
  color: black;
}
.menu-details-section .menu-details-nav .nav-item .nav-link.menu-nav-active::before {
  width: 80px;
  background: #FA2A55;
}
.menu-details-section .menu-category {
  padding: 4rem 0;
  min-height: 60vh;
  border-bottom: 1px solid rgba(221, 221, 221, 0.5);
}
.menu-details-section .menu-category:last-child {
  border-bottom: none;
}
.menu-details-section .menu-category .category-content .category-title {
  font-family: "Oxanium", sans-serif;
  color: #3F2232;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 2rem;
  text-align: left;
  position: relative;
  padding-left: 10px;
  border-left: 5px solid #FA2A55;
}
@media (max-width: 991.98px) {
  .menu-details-section .menu-details-nav {
    top: 70px;
  }
  .menu-details-section .menu-details-nav .nav-links {
    gap: 1rem;
  }
  .menu-details-section .menu-details-nav .nav-item .nav-link {
    font-size: 1rem;
    padding: 0.6rem 1.2rem;
  }
  .menu-details-section .menu-category {
    padding: 3rem 0;
  }
  .menu-details-section .menu-category .category-content .category-title {
    font-size: 2rem;
  }
}
@media (max-width: 767.98px) {
  .menu-details-section .menu-details-nav {
    top: 60px;
    padding: 1rem 0;
  }
  .menu-details-section .menu-details-nav .nav-links {
    gap: 0.5rem;
  }
  .menu-details-section .menu-details-nav .nav-item .nav-link {
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
  }
  .menu-details-section .menu-details-nav .nav-item .nav-link::before {
    display: none;
  }
  .menu-details-section .menu-category {
    padding: 2rem 0;
  }
  .menu-details-section .menu-category .category-content .category-title {
    font-size: 1.75rem;
  }
}
@media (max-width: 575.98px) {
  .menu-details-section .menu-details-nav {
    top: 50px;
  }
  .menu-details-section .menu-details-nav .nav-links {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0.25rem;
  }
  .menu-details-section .menu-details-nav .nav-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
  }
  .menu-details-section .menu-details-nav .nav-item .nav-link {
    display: block;
    font-size: 0.8rem;
    padding: 0.5rem 0.25rem;
  }
}

.marketing-section {
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
  background: linear-gradient(135deg, #fff0eb 0%, #ffffff 65%, #150d09 45%, #161718 100%);
}
.marketing-section .service-heading span {
  color: #FA2A55;
}

.service-feature {
  background-color: #ffffff;
  padding: 40px 20px;
  border-radius: 16px;
  -webkit-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.06);
  color: #222222;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-height: 200px;
  border-top: 5px solid #dddddd;
  position: relative;
  text-align: left;
}
.service-feature:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.12);
  border-color: #222222;
}
.service-feature .feature-badge {
  position: absolute;
  top: -25px;
  left: 25px;
  width: 50px;
  height: 50px;
  background-color: #FA2A55;
  color: #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 22px;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.service-feature .feature-badge:hover {
  background-color: #3F2232;
}
.service-feature .service-name {
  font-family: "Oxanium", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #3F2232;
}
.service-feature .service-description {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #222222;
}

.reservation-banner-section {
  overflow: hidden;
  min-height: 70vh;
  background: linear-gradient(130deg, #fff0eb 0%, #ffffff 65%, #f7eee9 45%, #fff0eb 100%);
}
.reservation-banner-section .section-header {
  text-align: left;
}
.reservation-banner-section .section-header .section-title {
  font-weight: 900;
}
.reservation-banner-section .banner-visual img {
  border-radius: 20px;
}

.reservation-section {
  padding: 80px 0;
  background: #fff0eb;
  overflow: hidden;
}
.reservation-section .reservation-card {
  background: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 100%;
  border-bottom: 5px solid #FA2A55;
}
.reservation-section .reservation-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}
.reservation-section .reservation-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.reservation-section .reservation-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 10px;
  border-radius: 5px 40px;
  background: rgba(250, 42, 85, 0.4);
}
.reservation-card:hover .reservation-section .reservation-image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.reservation-section .reservation-card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 20px 15px;
  border-bottom: 1px solid #dddddd;
}
.reservation-section .reservation-price {
  font-family: "Oxanium", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #FA2A55;
}
.reservation-section .reservation-status {
  padding: 6px 12px;
  border-radius: 15px;
  font-family: "Oxanium", sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.reservation-section .available {
  background: #FA2A55;
  color: #ffffff;
}
.reservation-section .not-available {
  background: #dddddd;
  color: #222222;
}
.reservation-section .reservation-card-content {
  padding: 20px;
  text-align: center;
}
.reservation-section .reservation-item-name {
  font-family: "Oxanium", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #3F2232;
  margin-bottom: 10px;
  line-height: 1.3;
}
.reservation-section .reservation-item-description {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #222222;
  margin-bottom: 15px;
  opacity: 0.8;
}
.reservation-section .reservation-item-stats {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  color: #222222;
  opacity: 0.7;
  display: inline-block;
  background: #ffe8e8;
  padding: 5px 20px;
  border-radius: 4px;
  border-left: 2px solid rgba(250, 42, 85, 0.8);
  border-right: 2px solid rgba(250, 42, 85, 0.8);
}
.reservation-section .reservation-card .btn--base {
  margin: 0 20px 20px;
  width: calc(100% - 40px) !important;
}
@media (max-width: 991px) {
  .reservation-section .reservation-section .col-md-4 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .reservation-section .reservation-card-header {
    padding: 15px 15px 10px;
  }
  .reservation-section .reservation-price {
    font-size: 22px;
  }
  .reservation-section .reservation-card-content {
    padding: 15px;
  }
  .reservation-section .reservation-item-name {
    font-size: 18px;
  }
  .reservation-section .reservation-item-description {
    font-size: 13px;
  }
}
@media (min-width: 12000px) {
  .reservation-section .reservation-section {
    padding: 120px 0;
  }
  .reservation-section .reservation-section .container {
    max-width: 1400px;
  }
  .reservation-section .reservation-card {
    border-radius: 12px;
  }
  .reservation-section .reservation-image {
    height: 250px;
  }
  .reservation-section .reservation-card-header {
    padding: 25px 25px 20px;
  }
  .reservation-section .reservation-price {
    font-size: 28px;
  }
  .reservation-section .reservation-status {
    font-size: 12px;
    padding: 8px 16px;
  }
  .reservation-section .reservation-card-content {
    padding: 25px;
  }
  .reservation-section .reservation-item-name {
    font-size: 24px;
  }
  .reservation-section .reservation-item-description {
    font-size: 16px;
  }
  .reservation-section .reservation-item-stats {
    font-size: 14px;
  }
}

#reservationModal .modal-dialog {
  max-width: 1000px;
  margin: 1.75rem auto;
}
@media (min-width: 1200px) {
  #reservationModal .modal-dialog {
    margin-top: 120px;
  }
}
#reservationModal .modal-dialog .modal-content {
  border-radius: 20px !important;
}
#reservationModal .modal-header {
  border-bottom: 1px solid #dddddd;
  padding: 25px 30px 20px;
  position: relative;
}
#reservationModal .modal-header .modal-title {
  font-family: "Oxanium", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #3F2232;
  margin: 0;
  text-align: center;
  width: 100%;
}
#reservationModal .modal-header .btn-close {
  position: absolute;
  right: 25px;
  top: 25px;
  width: 30px;
  height: 30px;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/16px auto no-repeat;
  border: none;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
#reservationModal .modal-header .btn-close:hover {
  opacity: 1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: rgba(250, 42, 85, 0.1);
}
#reservationModal .modal-header .btn-close:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(250, 42, 85, 0.3);
          box-shadow: 0 0 0 3px rgba(250, 42, 85, 0.3);
}
#reservationModal .modal-body {
  padding: 0;
}

.reservation-modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 600px;
}
.reservation-modal-content .reservation-details {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  background: linear-gradient(135deg, #f7f7f7 0%, #fcfcfc 100%);
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow: hidden;
}
.reservation-modal-content .reservation-form {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
  padding: 40px 30px;
  background: #ffffff;
}

.reservation-image {
  margin-bottom: 25px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.reservation-image:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
          box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
}
.reservation-image img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.reservation-image:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.reservation-info {
  margin-bottom: 30px;
  padding: 20px;
  background: #ffffff;
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  border-left: 4px solid #FA2A55;
}
.reservation-info h3 {
  font-family: "Oxanium", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #3F2232;
  margin-bottom: 12px;
  line-height: 1.3;
}
.reservation-info p {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #222222;
  margin-bottom: 20px;
  opacity: 0.8;
}

.reservation-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  padding: 12px 0;
  border-top: 1px solid rgba(221, 221, 221, 0.5);
  border-bottom: 1px solid rgba(221, 221, 221, 0.5);
}
.reservation-meta .price {
  font-family: "Oxanium", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #FA2A55;
  position: relative;
}
.reservation-meta .price::before {
  content: "Price";
  display: block;
  font-size: 11px;
  font-weight: 600;
  color: #222222;
  opacity: 0.6;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 2px;
}
.reservation-meta .status {
  padding: 8px 16px;
  border-radius: 20px;
  font-family: "Oxanium", sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  position: relative;
}
.reservation-meta .status.available {
  background: linear-gradient(135deg, #FA2A55 0%, #fb5c7d 100%);
  color: #ffffff;
  -webkit-box-shadow: 0 4px 12px rgba(250, 42, 85, 0.3);
          box-shadow: 0 4px 12px rgba(250, 42, 85, 0.3);
}
.reservation-meta .status.available::before {
  content: "●";
  margin-right: 6px;
  font-size: 8px;
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}
.reservation-meta .status.not-available {
  background: linear-gradient(135deg, #dddddd 0%, #eaeaea 100%);
  color: #222222;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.reservation-rating {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  color: #222222;
  opacity: 0.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.reservation-rating i {
  color: #FFD700;
  font-size: 14px;
}

.social-share {
  margin-top: auto;
  padding: 0px 20px;
  border-radius: 12px;
  text-align: center;
}
.social-share h4 {
  font-family: "Oxanium", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #3F2232;
  margin-bottom: 20px;
  position: relative;
}
.social-share h4::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background: #FA2A55;
  border-radius: 2px;
}
.social-share .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
.social-share .social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.social-share .social-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.3)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
}
.social-share .social-link:hover::before {
  left: 100%;
}
.social-share .social-link.facebook {
  background: linear-gradient(135deg, #3b5998 0%, #4c70ba 100%);
  color: #ffffff;
  -webkit-box-shadow: 0 4px 12px rgba(59, 89, 152, 0.3);
          box-shadow: 0 4px 12px rgba(59, 89, 152, 0.3);
}
.social-share .social-link.twitter {
  background: linear-gradient(135deg, #1da1f2 0%, #4ab8f5 100%);
  color: #ffffff;
  -webkit-box-shadow: 0 4px 12px rgba(29, 161, 242, 0.3);
          box-shadow: 0 4px 12px rgba(29, 161, 242, 0.3);
}
.social-share .social-link.linkedin {
  background: linear-gradient(135deg, #0077b5 0%, #0095e5 100%);
  color: #ffffff;
  -webkit-box-shadow: 0 4px 12px rgba(0, 119, 181, 0.3);
          box-shadow: 0 4px 12px rgba(0, 119, 181, 0.3);
}
.social-share .social-link.whatsapp {
  background: linear-gradient(135deg, #25d366 0%, #5ae87e 100%);
  color: #ffffff;
  -webkit-box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
          box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
}
.social-share .social-link:hover {
  -webkit-transform: translateY(-3px) scale(1.1);
          transform: translateY(-3px) scale(1.1);
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}
.social-share .social-link i {
  font-size: 16px;
  z-index: 1;
}

@media (max-width: 991px) {
  .reservation-modal-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .reservation-modal-content .reservation-details,
  .reservation-modal-content .reservation-form {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .reservation-modal-content .reservation-details {
    border-bottom: 1px solid #dddddd;
  }
}
@media (max-width: 767px) {
  #reservationModal .modal-dialog {
    margin: 10px;
  }
  #reservationModal .modal-header {
    padding: 20px 15px 15px;
  }
  #reservationModal .modal-header .modal-title {
    font-size: 24px;
  }
  #reservationModal .modal-header .btn-close {
    right: 15px;
    top: 20px;
    width: 25px;
    height: 25px;
  }
  .reservation-modal-content .reservation-details,
  .reservation-modal-content .reservation-form {
    padding: 20px 15px;
  }
  .reservation-image img {
    height: 180px;
  }
  .reservation-info {
    padding: 15px;
  }
  .reservation-info h3 {
    font-size: 20px;
  }
  .reservation-form .row .col-md-6 {
    width: 100%;
    margin-bottom: 15px;
  }
  .social-links {
    gap: 8px;
  }
  .social-link {
    width: 40px;
    height: 40px;
  }
}
.trust-gained-section {
  padding: 80px 0;
}
.trust-gained-section .section-header .section-title {
  font-weight: 900;
}
.trust-gained-section .brand-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 10px 20px;
  margin-bottom: 30px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #dddddd;
}
.trust-gained-section .brand-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 10px 30px rgba(250, 42, 85, 0.15);
          box-shadow: 0 10px 30px rgba(250, 42, 85, 0.15);
  border-color: #FA2A55;
}
.trust-gained-section .brand-logo-link {
  display: block;
  text-decoration: none;
}
.trust-gained-section .brand-logo-link:focus {
  outline: 2px solid #FA2A55;
  outline-offset: 2px;
}
.trust-gained-section .brand-logo {
  max-width: 100%;
  height: 70px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.brand-card:hover .trust-gained-section .brand-logo {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  opacity: 1;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@media (max-width: 1200px) {
  .trust-gained-section .brand-card {
    padding: 25px 15px;
  }
  .trust-gained-section .brand-logo {
    height: 35px;
  }
}
@media (max-width: 768px) {
  .trust-gained-section {
    padding: 60px 0;
  }
  .trust-gained-section .brand-card {
    padding: 20px 15px;
    margin-bottom: 20px;
  }
  .trust-gained-section .brand-logo {
    height: 30px;
  }
}
@media (max-width: 576px) {
  .brand-card {
    padding: 5px 10px;
  }
  .brand-logo {
    height: 25px;
  }
}
.cart-section {
  padding: 40px 0;
  background-color: #fff0eb;
  font-family: "Lato", sans-serif;
}
.cart-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.cart-section .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
.cart-section .col-md-8 {
  width: 66.666667%;
  padding: 0 15px;
}
@media (max-width: 768px) {
  .cart-section .col-md-8 {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cart-section .col-md-4 {
  width: 33.333333%;
  padding: 0 15px;
}
@media (max-width: 768px) {
  .cart-section .col-md-4 {
    width: 100%;
  }
}

.ordered-details-container {
  background: #ffffff;
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.ordered-details-container .table-responsive {
  overflow-x: auto;
}
.ordered-details-container .cart-table {
  width: 100%;
  border-collapse: collapse;
}
.ordered-details-container .cart-table thead {
  background-color: #f7f7f7;
}
.ordered-details-container .cart-table thead th {
  padding: 16px 12px;
  text-align: left;
  font-family: "Oxanium", sans-serif;
  font-weight: 600;
  color: #3F2232;
  border-bottom: 2px solid #dddddd;
}
@media (max-width: 576px) {
  .ordered-details-container .cart-table thead th {
    padding: 12px 8px;
    font-size: 14px;
  }
}
.ordered-details-container .cart-table tbody .cart-item {
  border-bottom: 1px solid #dddddd;
  max-height: 200px;
}
.ordered-details-container .cart-table tbody .cart-item:last-child {
  border-bottom: none;
}
.ordered-details-container .cart-table tbody .cart-item td {
  padding: 16px 12px;
  vertical-align: middle;
}
@media (max-width: 576px) {
  .ordered-details-container .cart-table tbody .cart-item td {
    padding: 12px 8px;
  }
}
.ordered-details-container .cart-table tbody .cart-item .product-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ordered-details-container .cart-table tbody .cart-item .product-info .product-image {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ordered-details-container .cart-table tbody .cart-item .product-info .product-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 576px) {
  .ordered-details-container .cart-table tbody .cart-item .product-info .product-image {
    width: 60px;
    height: 60px;
    margin-right: 10px;
  }
}
.ordered-details-container .cart-table tbody .cart-item .product-info .product-details .product-name {
  font-family: "Oxanium", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #3F2232;
  margin: 0 0 5px 0;
}
@media (max-width: 576px) {
  .ordered-details-container .cart-table tbody .cart-item .product-info .product-details .product-name {
    font-size: 14px;
  }
}
.ordered-details-container .cart-table tbody .cart-item .product-info .product-details .product-info-text {
  font-size: 14px;
  color: #555555;
  margin: 0;
}
@media (max-width: 576px) {
  .ordered-details-container .cart-table tbody .cart-item .product-info .product-details .product-info-text {
    display: none;
  }
}
.ordered-details-container .cart-table tbody .cart-item .quantity-control .quantity-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 576px) {
  .ordered-details-container .cart-table tbody .cart-item .quantity-control .quantity-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ordered-details-container .cart-table tbody .cart-item .price {
  font-weight: 600;
  color: #3F2232;
  font-size: 16px;
}
@media (max-width: 576px) {
  .ordered-details-container .cart-table tbody .cart-item .price {
    font-size: 14px;
  }
}
.ordered-details-container .cart-table tbody .cart-item .action .delete-btn {
  background: none;
  border: none;
  color: #6f6f6f;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.ordered-details-container .cart-table tbody .cart-item .action .delete-btn:hover {
  color: #FA2A55;
}
.ordered-details-container .qty-btn {
  width: 40px;
  height: 40px;
  border: 2px solid #FA2A55;
  background: #ffffff;
  color: #FA2A55;
  border-radius: 8px;
  font-size: 1.2rem;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ordered-details-container .qty-btn:hover:not(:disabled) {
  background: #FA2A55;
  color: #ffffff;
}
.ordered-details-container .qty-btn:disabled {
  border-color: #dddddd;
  color: #dddddd;
  cursor: not-allowed;
}
@media (max-width: 576px) {
  .ordered-details-container .qty-btn {
    width: 50px;
    height: 20px;
    font-size: 1rem;
    border-radius: 5px;
    border: 1px solid;
  }
}
.ordered-details-container .qty-input {
  width: 60px;
  height: 40px;
  border: 2px solid #dddddd;
  border-radius: 8px;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  color: #222222;
  background: #ffffff;
  margin: 0 8px;
}
.ordered-details-container .qty-input:focus {
  outline: none;
  border-color: #FA2A55;
}
.ordered-details-container .qty-input::-webkit-outer-spin-button, .ordered-details-container .qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ordered-details-container .qty-input[type=number] {
  -moz-appearance: textfield;
}
@media (max-width: 576px) {
  .ordered-details-container .qty-input {
    width: 50px;
    height: 20px;
    margin: 2px;
    font-size: 12px;
    border: 1px solid;
    border-radius: 5px;
  }
}

.order-summary {
  background: #ffffff;
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 24px;
  position: sticky;
  top: 20px;
}
.order-summary .summary-title {
  font-family: "Oxanium", sans-serif;
  color: #3F2232;
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #dddddd;
}
.order-summary .summary-table {
  margin-bottom: 20px;
}
.order-summary .summary-table table {
  width: 100%;
  border-collapse: collapse;
}
.order-summary .summary-table table tbody tr td {
  padding: 10px 0;
  border-bottom: 1px solid #dddddd;
}
.order-summary .summary-table table tbody tr td:first-child {
  color: #222222;
}
.order-summary .summary-table table tbody tr td:last-child {
  text-align: right;
  font-weight: 600;
  color: #3F2232;
}
.order-summary .summary-table table tbody tr:last-child td {
  border-bottom: none;
}
.order-summary .coupon-section {
  margin: 20px 0;
}
.order-summary .coupon-section .input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.order-summary .coupon-section .input-group .form-control {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 12px 15px;
  border: 1px solid #dddddd;
  border-radius: 8px 0 0 8px;
  font-family: "Lato", sans-serif;
  color: black !important;
}
.order-summary .coupon-section .input-group .form-control:focus {
  outline: none;
  border-color: #FA2A55;
}
.order-summary .coupon-section .input-group .apply-btn {
  background: #FA2A55;
  color: #ffffff;
  border: none;
  padding: 0 20px;
  border-radius: 0 8px 8px 0;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.order-summary .coupon-section .input-group .apply-btn:hover {
  background: #eb0635;
}
.order-summary .total-payable {
  margin: 25px 0;
  padding-top: 15px;
  border-top: 2px solid #dddddd;
}
.order-summary .total-payable table {
  width: 100%;
}
.order-summary .total-payable table tbody tr td {
  padding: 10px 0;
  font-size: 18px;
  font-weight: 700;
}
.order-summary .total-payable table tbody tr td:first-child {
  color: #3F2232;
}
.order-summary .total-payable table tbody tr td:last-child {
  text-align: right;
  color: #FA2A55;
}
.order-summary .proceed-btn {
  width: 100%;
  padding: 15px;
  font-size: 16px;
  font-weight: 600;
}

.dining-option {
  margin: 20px 0;
  padding: 15px 0;
  border-top: 1px solid #dddddd;
}
.dining-option .option-title {
  font-family: "Oxanium", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #3F2232;
  margin-bottom: 12px;
}
.dining-option .checkbox-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 576px) {
  .dining-option .checkbox-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
}
.dining-option .checkbox-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-weight: 500;
  color: #222222;
  position: relative;
  padding-left: 30px;
}
.dining-option .checkbox-label input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.dining-option .checkbox-label input[type=radio]:checked ~ .checkmark {
  background-color: #FA2A55;
  border-color: #FA2A55;
}
.dining-option .checkbox-label input[type=radio]:checked ~ .checkmark:after {
  display: block;
}
.dining-option .checkbox-label .checkmark {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  border: 2px solid #dddddd;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.dining-option .checkbox-label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
}
.dining-option .checkbox-label:hover input ~ .checkmark {
  border-color: #FA2A55;
}

.payment-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.payment-modal.active {
  display: block;
}
.payment-modal .modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.payment-modal .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #ffffff;
  border-radius: 12px;
  width: 90%;
  max-width: 500px;
  max-height: 90vh;
  overflow-y: auto;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.payment-modal .modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 24px;
  border-bottom: 1px solid #dddddd;
}
.payment-modal .modal-header .modal-title {
  font-family: "Oxanium", sans-serif;
  color: #3F2232;
  font-size: 22px;
  margin: 0;
}
.payment-modal .modal-header .close-btn {
  background: none;
  border: none;
  font-size: 24px;
  color: #222222;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.payment-modal .modal-header .close-btn:hover {
  color: #FA2A55;
}
.payment-modal .modal-body {
  padding: 24px;
}
.payment-modal .modal-footer {
  padding: 20px 24px;
  border-top: 1px solid #dddddd;
  text-align: center;
}
.payment-modal .modal-footer .confirm-payment {
  width: 100%;
  padding: 15px;
  font-size: 16px;
  font-weight: 600;
}

.payment-summary-table {
  margin-bottom: 24px;
}
.payment-summary-table .summary-table {
  width: 100%;
  border-collapse: collapse;
}
.payment-summary-table .summary-table tbody tr td {
  padding: 12px 0;
  border-bottom: 1px solid #dddddd;
}
.payment-summary-table .summary-table tbody tr td:first-child {
  color: #222222;
  font-weight: 500;
}
.payment-summary-table .summary-table tbody tr td:last-child {
  text-align: right;
  font-weight: 600;
  color: #3F2232;
}
.payment-summary-table .summary-table tbody tr.total-row td {
  border-bottom: none;
  font-size: 18px;
  font-weight: 700;
  color: #FA2A55;
  padding-top: 16px;
}
.payment-summary-table .summary-table tbody tr:last-child td {
  border-bottom: none;
}

.payment-method .method-title {
  font-family: "Oxanium", sans-serif;
  color: #3F2232;
  font-size: 18px;
  margin-bottom: 16px;
}
.payment-method .method-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .payment-method .method-options {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
}
.payment-method .method-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-weight: 500;
  color: #222222;
  position: relative;
  padding-left: 30px;
}
.payment-method .method-option input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.payment-method .method-option input[type=radio]:checked ~ .checkmark {
  background-color: #FA2A55;
  border-color: #FA2A55;
}
.payment-method .method-option input[type=radio]:checked ~ .checkmark:after {
  display: block;
}
.payment-method .method-option .checkmark {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  border: 2px solid #dddddd;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.payment-method .method-option .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
}
.payment-method .method-option:hover input ~ .checkmark {
  border-color: #FA2A55;
}
.payment-method .payment-details {
  display: none;
  margin-top: 16px;
  padding: 16px;
  background: #f7f7f7;
  border-radius: 8px;
}
.payment-method .payment-details.active {
  display: block;
}
.payment-method .cash-message p {
  margin: 0;
  color: #222222;
  text-align: center;
  font-style: italic;
}
.payment-method .online-options .card-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media (max-width: 480px) {
  .payment-method .online-options .card-options {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}
.payment-method .online-options .card-option {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
}
.payment-method .online-options .card-option input[type=radio] {
  display: none;
}
.payment-method .online-options .card-option input[type=radio]:checked + .card-logo {
  border-color: #FA2A55;
  background: white;
}
.payment-method .online-options .card-option .card-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border: 2px solid #dddddd;
  border-radius: 8px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.payment-method .online-options .card-option .card-logo:hover {
  border-color: #FA2A55;
}
.payment-method .online-options .card-option .card-logo svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.payment-method .online-options .card-option .card-logo span {
  font-weight: 600;
  color: #3F2232;
}

.contact-section {
  background-color: #ffffff;
  padding: 80px 0;
}
@media (min-width: 768px) {
  .contact-section {
    padding: 120px 0;
  }
}
.contact-section .section-header {
  padding: 0px;
  text-align: left;
  font-weight: 900;
}
.contact-section .contact-inner {
  background-color: #fff0eb;
  position: relative;
  -webkit-box-shadow: 20px 22px 44px rgba(0, 0, 0, 0.3);
          box-shadow: 20px 22px 44px rgba(0, 0, 0, 0.3);
  border-radius: 25px;
  border: 1px solid #dddddd;
  overflow: hidden;
}
@media (max-width: 991px) {
  .contact-section .contact-inner {
    margin: 0 15px;
  }
}
.contact-section .contact-field {
  padding: 40px 30px;
}
@media (min-width: 768px) {
  .contact-section .contact-field {
    padding: 60px 40px 90px 40px;
  }
}
@media (min-width: 1200px) {
  .contact-section .contact-field {
    padding: 60px 340px 90px 100px;
  }
}
.contact-section .contact-field h3 {
  color: #3F2232;
  font-size: 28px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .contact-section .contact-field h3 {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .contact-section .contact-field h3 {
    font-size: 40px;
  }
}
.contact-section .contact-field p {
  color: #222222;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 35px;
  line-height: 1.6;
}
.contact-section .contact-field .form-control {
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #dddddd;
  background: transparent;
  color: #3F2232;
  margin-bottom: 20px;
  width: 100%;
}
.contact-section .contact-field .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border-bottom: 2px solid #FA2A55;
}
.contact-section .contact-field .form-control::-webkit-input-placeholder {
  font-size: 13px;
  letter-spacing: 1px;
  color: #222222;
}
.contact-section .contact-field .form-control::-moz-placeholder {
  font-size: 13px;
  letter-spacing: 1px;
  color: #222222;
}
.contact-section .contact-field .form-control:-ms-input-placeholder {
  font-size: 13px;
  letter-spacing: 1px;
  color: #222222;
}
.contact-section .contact-field .form-control::-ms-input-placeholder {
  font-size: 13px;
  letter-spacing: 1px;
  color: #222222;
}
.contact-section .contact-field .form-control::placeholder {
  font-size: 13px;
  letter-spacing: 1px;
  color: #222222;
}
.contact-section .right-contact-social-icon {
  background: #010101;
  height: auto;
  padding: 30px 0;
}
@media (max-width: 768px) {
  .contact-section .right-contact-social-icon {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 768px) {
  .contact-section .right-contact-social-icon {
    height: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.contact-section .right-contact-social-icon .social-item-inner {
  padding-bottom: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .contact-section .right-contact-social-icon .social-item-inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 40px;
    width: 100%;
  }
}
.contact-section .right-contact-social-icon .social-item-inner li {
  list-style: none;
  margin: 0 10px;
}
@media (min-width: 768px) {
  .contact-section .right-contact-social-icon .social-item-inner li {
    margin: 0 15px;
  }
}
.contact-section .right-contact-social-icon .social-item-inner li a {
  color: #ffffff;
  font-size: 18px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .contact-section .right-contact-social-icon .social-item-inner li a {
    font-size: 16px;
  }
}
.contact-section .right-contact-social-icon .social-item-inner li a:hover {
  color: #222222;
}
.contact-section .contact-info-sec {
  position: relative;
  background-color: #f7f7f7;
  padding: 40px 30px;
  border-radius: 0;
}
@media (min-width: 992px) {
  .contact-section .contact-info-sec {
    position: absolute;
    right: 1px;
    top: 25%;
    height: 340px;
    width: 340px;
    padding: 40px;
    border-radius: 25px 0 0 25px;
  }
}
.contact-section .contact-info-sec h4 {
  color: #3F2232;
  letter-spacing: 1px;
  padding-bottom: 15px;
  font-size: 24px;
}
@media (min-width: 768px) {
  .contact-section .contact-info-sec h4 {
    font-size: 28px;
  }
}
.contact-section .contact-info-sec .info-single {
  margin: 25px 0px;
  color: #222222;
}
@media (min-width: 992px) {
  .contact-section .contact-info-sec .info-single {
    margin: 30px 0px;
  }
}
.contact-section .contact-info-sec .info-single i {
  margin-right: 15px;
  color: #ffffff;
  font-size: 16px;
  min-width: 20px;
  color: #FA2A55;
}
.contact-section .contact-info-sec .info-single span {
  font-size: 14px;
  letter-spacing: 1px;
  color: #222222;
  line-height: 1.5;
}

.user-page-wrapper {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: linear-gradient(140deg, #ffcece 0%, #ffffff 65%, #f7eee9 45%, #fff0eb 100%);
  overflow: hidden;
  padding: 40px 0;
}

.login-page-wrapper,
.signup-page-wrapper,
.forgotpass-page-wrapper,
.verification-page-wrapper,
.otp-page-wrapper,
.resetpass-page-wrapper {
  width: 100%;
  border-radius: 30px;
  background: white;
  border: 3px solid;
}

.user-page-image {
  position: relative;
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-radius: 15px;
  overflow: hidden;
  padding: 30px !important;
}
.user-page-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 30px;
}
.user-page-image .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(255, 96, 33, 0.25) 0%, rgba(0, 0, 0, 0.1) 100%);
  backdrop-filter: blur(5px);
  z-index: 1;
  border-radius: 30px;
}
.user-page-image .image-content {
  position: relative;
  z-index: 2;
  color: #ffffff;
  padding: 0 20px;
}
.user-page-image .image-content .logo-container {
  margin-bottom: 30px;
}
.user-page-image .image-content .logo-container img {
  position: relative;
  width: auto;
  height: auto;
  max-width: 180px;
  border-radius: 0 !important;
}
.user-page-image .image-content h2 {
  font-family: "Oxanium", sans-serif;
  font-size: 2.2rem;
  margin-bottom: 15px;
  color: #ffffff;
  font-weight: 700;
}
.user-page-image .image-content p {
  font-family: "Lato", sans-serif;
  font-size: 1.1rem;
  margin: 0;
  color: #ffffff;
  opacity: 0.9;
}

.user-page-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 500px;
}
.user-page-form .form-container {
  width: 100%;
  max-width: 420px;
  padding: 40px;
  background: #ffffff;
  border-radius: 15px;
  z-index: 2;
}
.user-page-form .form-container .form-title {
  font-family: "Oxanium", sans-serif;
  font-size: 1.8rem;
  color: #3F2232;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 700;
}
.user-page-form .auth-form {
  width: 100%;
}
.user-page-form .form-group {
  margin-bottom: 25px;
}
.user-page-form .form-group label {
  font-family: "Lato", sans-serif;
  color: #3F2232;
  font-weight: 600;
  margin-bottom: 8px;
}
.user-page-form .form-group input {
  width: 100%;
  font-family: "Lato", sans-serif;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.user-page-form .form-group input:focus {
  border-color: #FA2A55;
  -webkit-box-shadow: 0 0 0 3px rgba(250, 42, 85, 0.1);
          box-shadow: 0 0 0 3px rgba(250, 42, 85, 0.1);
}

.password-input-wrapper {
  position: relative;
}
.password-input-wrapper input {
  padding-right: 50px !important;
}
.password-input-wrapper .show_hide_password {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.password-input-wrapper .show_hide_password .show-pass {
  color: #3F2232;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
}
.password-input-wrapper .show_hide_password .show-pass:hover {
  color: #FA2A55;
}
.password-input-wrapper .show_hide_password .show-pass i {
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.form-links {
  text-align: center;
  margin-top: 25px;
}
.form-links a {
  color: #FA2A55;
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-links a:hover {
  text-decoration: underline;
  color: #eb0635;
}
.form-links p {
  font-family: "Lato", sans-serif;
  color: #222222;
  margin: 10px 0;
  font-size: 14px;
}
.form-links .forgot-pass {
  display: block;
  margin-bottom: 15px;
}

.floating-icons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.floating-icons .icon {
  position: absolute;
  color: rgba(250, 42, 85, 0.8);
  font-size: 32px;
  -webkit-animation: floatUp 10s linear infinite;
          animation: floatUp 10s linear infinite;
}
.floating-icons .icon:nth-child(1) {
  left: 5%;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
}
.floating-icons .icon:nth-child(2) {
  left: 15%;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 14s;
          animation-duration: 14s;
}
.floating-icons .icon:nth-child(3) {
  left: 25%;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 11s;
          animation-duration: 11s;
}
.floating-icons .icon:nth-child(4) {
  left: 35%;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  -webkit-animation-duration: 13s;
          animation-duration: 13s;
}
.floating-icons .icon:nth-child(5) {
  left: 45%;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
}
.floating-icons .icon:nth-child(6) {
  left: 55%;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
}
.floating-icons .icon:nth-child(7) {
  left: 65%;
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
  -webkit-animation-duration: 14s;
          animation-duration: 14s;
}
.floating-icons .icon:nth-child(8) {
  left: 75%;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
  -webkit-animation-duration: 11s;
          animation-duration: 11s;
}

@-webkit-keyframes floatUp {
  0% {
    -webkit-transform: translateY(100vh) rotate(0deg);
            transform: translateY(100vh) rotate(0deg);
    opacity: 0;
  }
  10% {
    opacity: 0.7;
  }
  90% {
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(-100px) rotate(360deg);
            transform: translateY(-100px) rotate(360deg);
    opacity: 0;
  }
}

@keyframes floatUp {
  0% {
    -webkit-transform: translateY(100vh) rotate(0deg);
            transform: translateY(100vh) rotate(0deg);
    opacity: 0;
  }
  10% {
    opacity: 0.7;
  }
  90% {
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(-100px) rotate(360deg);
            transform: translateY(-100px) rotate(360deg);
    opacity: 0;
  }
}
@media (max-width: 1199.98px) {
  .user-page-image {
    height: 550px;
  }
  .user-page-image .image-content h2 {
    font-size: 2rem;
  }
  .user-page-image .image-content p {
    font-size: 1rem;
  }
}
@media (max-width: 991.98px) {
  .user-page-wrapper {
    padding: 20px 0;
  }
  .user-page-image {
    height: 400px;
    margin-bottom: 0;
  }
  .user-page-image .image-content .logo-container img {
    max-width: 150px;
  }
  .user-page-image .image-content h2 {
    font-size: 1.8rem;
  }
  .user-page-image .image-content p {
    font-size: 1rem;
  }
  .user-page-form {
    min-height: 400px;
  }
  .user-page-form .form-container {
    padding: 30px 25px;
    margin: 20px 0;
  }
  .user-page-form .form-container .form-title {
    font-size: 1.6rem;
    margin-bottom: 25px;
  }
}
@media (max-width: 767.98px) {
  .user-page-image {
    height: 350px;
  }
  .user-page-image .image-content h2 {
    font-size: 1.6rem;
  }
  .user-page-image .image-content p {
    font-size: 0.95rem;
  }
  .user-page-form .form-container {
    padding: 25px 20px;
  }
}
@media (max-width: 575.98px) {
  .user-page-image {
    height: 300px;
  }
  .user-page-image .image-content .logo-container img {
    max-width: 120px;
  }
  .user-page-image .image-content h2 {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .user-page-image .image-content p {
    font-size: 0.9rem;
  }
  .user-page-form .form-container {
    padding: 20px 15px;
  }
  .user-page-form .form-container .form-title {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .floating-icons .icon {
    font-size: 14px;
  }
}
.otp-container {
  margin-bottom: 10px;
}

.otp-input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.otp-input-wrapper .otp-input {
  width: 55px;
  height: 55px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  font-family: "Oxanium", sans-serif;
  border: 2px solid #dddddd;
  border-radius: 10px;
  background: #ffffff;
  color: #3F2232;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0;
  line-height: 55px;
}
.otp-input-wrapper .otp-input:focus {
  outline: none;
  border-color: #FA2A55;
  -webkit-box-shadow: 0 0 0 3px rgba(250, 42, 85, 0.15);
          box-shadow: 0 0 0 3px rgba(250, 42, 85, 0.15);
  background: white;
}
.otp-input-wrapper .otp-input:not(:-moz-placeholder-shown) {
  border-color: #FA2A55;
  background: white;
}
.otp-input-wrapper .otp-input:not(:-ms-input-placeholder) {
  border-color: #FA2A55;
  background: white;
}
.otp-input-wrapper .otp-input:not(:placeholder-shown) {
  border-color: #FA2A55;
  background: white;
}
.otp-input-wrapper .otp-input::-webkit-input-placeholder {
  color: #d9bacb;
  font-weight: 400;
}
.otp-input-wrapper .otp-input::-moz-placeholder {
  color: #d9bacb;
  font-weight: 400;
}
.otp-input-wrapper .otp-input:-ms-input-placeholder {
  color: #d9bacb;
  font-weight: 400;
}
.otp-input-wrapper .otp-input::-ms-input-placeholder {
  color: #d9bacb;
  font-weight: 400;
}
.otp-input-wrapper .otp-input::placeholder {
  color: #d9bacb;
  font-weight: 400;
}

.otp-hint {
  font-size: 14px;
  color: #222222;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: "Lato", sans-serif;
}

@media (max-width: 991.98px) {
  .otp-input-wrapper {
    gap: 10px;
  }
  .otp-input-wrapper .otp-input {
    width: 50px;
    height: 50px;
    font-size: 1.3rem;
    line-height: 50px;
  }
}
@media (max-width: 575.98px) {
  .otp-input-wrapper {
    gap: 8px;
  }
  .otp-input-wrapper .otp-input {
    width: 45px;
    height: 45px;
    font-size: 1.2rem;
    line-height: 45px;
    border-radius: 8px;
  }
  .otp-hint {
    font-size: 13px;
  }
}
@media (max-width: 400px) {
  .otp-input-wrapper {
    gap: 6px;
  }
  .otp-input-wrapper .otp-input {
    width: 40px;
    height: 40px;
    font-size: 1.1rem;
    line-height: 40px;
  }
}
.social-login-section {
  margin: 25px 0;
}
.social-login-section .divider {
  position: relative;
  text-align: center;
  margin: 20px 0;
}
.social-login-section .divider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: #dddddd;
}
.social-login-section .divider span {
  background: #ffffff;
  padding: 0 15px;
  color: #222222;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  position: relative;
  z-index: 1;
}
.social-login-section .social-buttons .social-btn {
  width: 100%;
  padding: 12px 20px;
  border: 2px solid #dddddd;
  border-radius: 8px;
  background: #ffffff;
  color: #3F2232;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
.social-login-section .social-buttons .social-btn:hover {
  border-color: #FA2A55;
  background: #fff8f5;
}
.social-login-section .social-buttons .social-btn img {
  width: 20px;
  height: 20px;
}
.social-login-section .social-buttons .social-btn.google-btn:hover {
  border-color: #DB4437;
  background: rgba(219, 68, 55, 0.05);
}

@media (max-width: 575.98px) {
  .social-login-section {
    margin: 20px 0;
  }
  .social-login-section .social-buttons .social-btn {
    padding: 10px 15px;
    font-size: 13px;
  }
}
.gallery-section {
  background-color: #fff0eb;
  padding: 80px 0;
}
.gallery-section .gallery-title {
  font-family: "Oxanium", sans-serif;
  color: #3F2232;
  font-size: 3rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .gallery-section .gallery-title {
    font-size: 2.5rem;
  }
}
@media (max-width: 576px) {
  .gallery-section .gallery-title {
    font-size: 2rem;
  }
}
.gallery-section .gallery-item {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.gallery-section .gallery-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.gallery-section .gallery-item:hover .image-container::before {
  opacity: 1;
}
.gallery-section .gallery-item:hover .image-container img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.gallery-section .gallery-item:hover .image-container .dish-name {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.gallery-section .gallery-item .image-container {
  position: relative;
  overflow: hidden;
}
.gallery-section .gallery-item .image-container::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, transparent 50%, rgba(22, 23, 24, 0.8) 100%);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  z-index: 1;
  pointer-events: none;
}
.gallery-section .gallery-item .image-container img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
@media (max-width: 768px) {
  .gallery-section .gallery-item .image-container img {
    height: 200px;
  }
}
@media (max-width: 576px) {
  .gallery-section .gallery-item .image-container img {
    height: 180px;
  }
}
.gallery-section .gallery-item .image-container .dish-name {
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-family: "Oxanium", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  background: rgba(250, 42, 85, 0.9);
  padding: 8px 16px;
  border-radius: 20px;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 2;
  margin: 0;
}
@media (max-width: 576px) {
  .gallery-section .gallery-item .image-container .dish-name {
    font-size: 0.9rem;
    padding: 6px 12px;
    bottom: 10px;
    right: 10px;
  }
}
.gallery-section .row.g-3 {
  margin: 0 -8px;
}
.gallery-section .row.g-3 > [class*=col-] {
  padding: 0 8px;
  margin-bottom: 16px;
}

.canvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.canvas-backdrop.active {
  opacity: 1;
  visibility: visible;
}

.canvas-section {
  position: fixed;
  top: 0;
  right: -100%;
  width: 600px;
  height: 100vh;
  background: #ffffff;
  z-index: 1000;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.canvas-section.active {
  right: 0;
}
.canvas-section .canvas-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  border-bottom: 1px solid #dddddd;
  background: #161718;
}
.canvas-section .canvas-header .header-left h3 {
  font-family: "Oxanium", sans-serif;
  color: #ffffff;
  font-size: 24px;
  margin: 0 0 5px 0;
  font-weight: 600;
}
.canvas-section .canvas-header .header-left span {
  font-family: "Lato", sans-serif;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}
.canvas-section .canvas-header .canvas-close {
  background: none;
  border: none;
  color: #ffffff;
  cursor: pointer;
  padding: 5px;
  border-radius: 4px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.canvas-section .canvas-header .canvas-close:hover {
  background: rgba(255, 255, 255, 0.1);
}
.canvas-section .canvas-header .canvas-close svg {
  display: block;
}
.canvas-section .canvas-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f7f7f7;
  padding: 0 20px;
}
.canvas-section .canvas-nav .canvas-nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 15px 0;
  background: none;
  border: none;
  font-family: "Lato", sans-serif;
  color: #222222;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.canvas-section .canvas-nav .canvas-nav-item:hover {
  color: #f35005;
}
.canvas-section .canvas-nav .canvas-nav-item.canvas-active-nav {
  color: #f35005;
  font-weight: 600;
}
.canvas-section .canvas-nav .canvas-nav-item.canvas-active-nav::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #f35005;
}
.canvas-section .canvas-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  padding: 20px;
  background: #fff0eb;
}
.canvas-section .canvas-content .canvas-tab {
  display: none;
}
.canvas-section .canvas-content .canvas-tab.active {
  display: block;
}

.table-container {
  overflow-x: auto;
}

.history-table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.history-table th {
  background: #161718;
  color: #ffffff;
  font-family: "Oxanium", sans-serif;
  font-weight: 600;
  padding: 12px 15px;
  text-align: left;
  font-size: 14px;
}
.history-table td {
  padding: 12px 15px;
  border-bottom: 1px solid #dddddd;
  font-family: "Lato", sans-serif;
  color: #222222;
  font-size: 14px;
}
.history-table tr:last-child td {
  border-bottom: none;
}
.history-table .status-paid {
  color: #10b981;
  font-weight: 600;
  padding: 4px 8px;
  background: rgba(16, 185, 129, 0.1);
  border-radius: 4px;
}
.history-table .status-pending {
  color: #f59e0b;
  font-weight: 600;
  padding: 4px 8px;
  background: rgba(245, 158, 11, 0.1);
  border-radius: 4px;
}

.notifications-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}

.notification-item {
  background: #ffffff;
  padding: 20px;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.notification-item h4 {
  font-family: "Oxanium", sans-serif;
  color: #3F2232;
  font-size: 16px;
  margin: 0 0 8px 0;
  font-weight: 600;
}
.notification-item p {
  font-family: "Lato", sans-serif;
  color: #222222;
  font-size: 14px;
  margin: 0;
  line-height: 1.5;
}

.user-form {
  background: #ffffff;
  padding: 20px;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.form-group {
  margin-bottom: 20px;
}
.form-group label {
  display: block;
  font-family: "Lato", sans-serif;
  color: #3F2232;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}
.form-group .form-input {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  font-family: "Lato", sans-serif;
  color: #222222;
  font-size: 14px;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.form-group .form-input:focus {
  outline: none;
  border-color: #f35005;
}

@media (max-width: 480px) {
  .canvas-section {
    width: 100%;
  }
}
/*--------------------------------------------------------------
    [ ## Blog ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### blog block ]
*/
.blog-item.style {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #dddddd;
}
.blog-item .blog-date .date {
  font-family: "Oxanium", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
  color: #3F2232;
}
.blog-item .blog-date .date span {
  color: #FA2A55;
}
.blog-item .blog-thumb {
  position: relative;
  height: 220px;
  overflow: hidden;
}
.blog-item .blog-thumb::before {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.blog-item .blog-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.blog-item .blog-thumb .category {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background-color: rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 1px;
  padding: 2px 12px;
  font-weight: 500;
  font-size: 12px;
  border-radius: 3px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 2;
}
.blog-item .blog-thumb .category:hover {
  background-color: #FA2A55;
}
.blog-item .blog-content {
  padding-top: 20px;
}
.blog-item .blog-content .title {
  margin-bottom: 10px;
}
.blog-item .blog-content .title a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.blog-item .blog-content .title a:hover {
  color: #FA2A55;
}
.blog-item:hover .blog-thumb::before {
  -webkit-animation: shine 1s;
          animation: shine 1s;
}
.blog-item:hover .blog-thumb img {
  -webkit-transform: scale(1.1) rotate(3deg);
          transform: scale(1.1) rotate(3deg);
}

.blog-details-section .blog-item .blog-thumb {
  height: 600px;
}
.blog-details-section .blog-item .blog-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-details-section .blog-item .blog-thumb:hover::before {
  -webkit-animation: none;
          animation: none;
}
.blog-details-section .blog-item .blog-thumb:hover img {
  -webkit-transform: none;
          transform: none;
}
.blog-details-section .blog-item .blog-content {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
  max-width: 80%;
  margin: 0 auto;
  margin-top: -80px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 575px) {
  .blog-details-section .blog-item .blog-content {
    max-width: 90%;
    padding: 20px;
  }
}

.blog-sidebar {
  position: sticky;
  top: 0;
}

.blog-list {
  margin-top: 30px;
  margin-bottom: 20px;
}
.blog-list li {
  position: relative;
  font-weight: 400;
  padding-left: 35px;
  padding-bottom: 15px;
}
.blog-list li::before {
  position: absolute;
  top: 3px;
  left: 0;
  content: "\f00c";
  font-family: "Line Awesome Free";
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: #FA2A55;
  border-radius: 50%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  font-weight: 900;
}

.blog-tag-wrapper {
  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;
  border-top: 1px dashed #dddddd;
  padding-top: 20px;
  margin-top: 30px;
}
.blog-tag-wrapper span {
  font-weight: 600;
  margin-right: 10px;
}
.blog-tag-wrapper .blog-footer-tag li {
  display: inline-block;
  background: #f7f7f7;
  padding: 3px 10px;
  font-weight: 500;
  font-size: 13px;
  border-radius: 5px;
}
.blog-tag-wrapper .blog-footer-tag li + li {
  margin-left: 10px;
}

.blog-comment-area {
  margin-top: 30px;
}
.blog-comment-area .title {
  margin-bottom: 20px;
}

.widget-box {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 8px rgba(40, 36, 49, 0.06);
          box-shadow: 0 0 8px rgba(40, 36, 49, 0.06);
  padding: 30px;
  border-radius: 10px;
}
@media only screen and (max-width: 991px) {
  .widget-box {
    padding: 20px;
  }
}
.widget-box .widget-title {
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.widget-box .widget-title::before {
  position: absolute;
  content: "";
  top: 3px;
  left: -30px;
  width: 3px;
  height: 20px;
  background-color: #FA2A55;
}
@media only screen and (max-width: 991px) {
  .widget-box .widget-title::before {
    left: -20px;
  }
}

.widget-title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.widget-title-area .widget-title {
  margin-bottom: 0;
}

.category-widget-box .category-list {
  margin-bottom: -15px;
}
.category-widget-box .category-list li {
  padding: 7px 0;
  border-radius: 5px;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 500;
}
.category-widget-box .category-list li a {
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.category-widget-box .category-list li a:hover {
  color: #FA2A55;
}
.category-widget-box .category-list li span {
  float: right;
}

.popular-widget-box {
  margin-bottom: -20px;
}

.single-popular-item {
  margin-bottom: 30px;
}
.single-popular-item .popular-item-thumb {
  width: 70px;
  height: 70px;
  border-radius: 5px;
  overflow: hidden;
}
.single-popular-item .popular-item-thumb a {
  display: block;
  height: 100%;
}
.single-popular-item .popular-item-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-popular-item .popular-item-content {
  width: calc(100% - 90px);
  padding-left: 20px;
}
.single-popular-item .popular-item-content .title {
  margin-bottom: 0;
}
.single-popular-item .popular-item-content .title a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.single-popular-item .popular-item-content .title a:hover {
  color: #FA2A55;
}
.single-popular-item .popular-item-content span {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px;
}

.tag-widget-box .tag-list {
  margin: -5px;
}
.tag-widget-box .tag-list li {
  display: inline-block;
  border: 1px solid #dddddd;
  font-size: 12px;
  border-radius: 5px;
  font-weight: 500;
  padding: 5px 15px;
  margin: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.tag-widget-box .tag-list li:hover {
  border: 1px solid #FA2A55;
  color: #FA2A55;
}