@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&family=Unbounded:wght@200..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

:root {
  --blue: #002b5b;
  --gold: #ceaa31;
  --white: #ffffff;
  --white-text: #ffffff;
  --grey: #6b6b6b;
  --light-blue: #101a4c;
  --black: #000000;
}

html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

body {
  font-family: "Poppins", sans-serif !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: var(--grey);
}

.home body,
.blog body {
  overflow-x: hidden;
}

h1,
.h1 {
  font-size: 32px;
  line-height: 1.7;
  font-weight: 600;
}

h2,
.h2 {
  font-weight: 500;
  font-size: 22px;
  line-height: 29px;
  color: #1a1a1a;
}

h3,
.h3 {
  font-size: 20px;
  color: var(--blue);
  font-weight: 600;
}

h4,
.h4 {
  font-size: 18px;
  color: var(--blue);
  font-weight: 600;
}
h5,
.h5 {
  font-size: 16px;
  color: var(--blue);
  font-weight: 600;
  font-family: "Inter", sans-serif;
}

h6,
.h6 {
  font-size: 14px;
  color: var(--blue);
  font-weight: 700;
  font-family: "Inter", sans-serif;
}
.btn,
.lostpasswordform button[type="submit"] {
  background-color: var(--blue);
  color: var(--white);
  padding: 12px 24px;
  text-decoration: none;
  font-size: 15px;
  line-height: normal;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  border: 1px solid var(--blue);
  outline: none !important;
  cursor: pointer;
}

.btn:hover,
.btn.btn-gold,
.lostpasswordform button[type="submit"]:hover {
  background-color: var(--gold);
  border-color: var(--gold);
  color: var(--white);
}
.btn.btn-gold:hover {
  background-color: var(--blue);
  border-color: var(--blue);
  color: var(--white);
}
.btn-white {
  background-color: var(--white);
  color: #333333;
}

.btn-white:hover {
  background-color: var(--gold);
  color: var(--white);
}

.btn-bordered {
  background-color: var(--white);
  color: var(--blue);
}
.btn.btn-bordered.views-count {
  padding: 4px 24px;
}
svg path {
  transition: all 0.3s ease-in-out;
}

.title-section {
  margin-bottom: 40px;
}

.title-section h2 {
  font-size: 20px;
}

.title-section h2,
.listing-categories h3,
.listing-author h3,
.map-box h3,
.working-hours h3,
.col-right .quick-links h3,
.event-page-content .title-block h3,
.organizer-information .title-section h3,
.sidebar-inner h2.widgettitle {
  position: relative;
  padding-bottom: 10px;
}

.title-section h2::before,
.listing-categories h3::before,
.listing-author h3::before,
.map-box h3::before,
.col-right .quick-links h3::before,
.event-page-content .title-block h3:before,
.organizer-information .title-section h3::before,
.sidebar-inner h2.widgettitle::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 6px;
  left: 0;
  right: auto;
  bottom: 0;
  background: url("../images/title-shape.svg") no-repeat center;
}

.for-mobile {
  display: none;
}

.for-desktop {
  display: block;
}

.container {
  padding-inline-start: 16px;
  padding-inline-end: 16px;
  margin: auto;
  width: 100%;
}

@media only screen and (min-width: 576px) {
  .container,
  .listing-page:has(.right-col) .inner-pages-breadcrumb .container,
  .listing-page:has(.right-col) .breadcrumb-wrapper .container {
    max-width: 540px;
  }
}

@media only screen and (min-width: 768px) {
  .container,
  .listing-page:has(.right-col) .inner-pages-breadcrumb .container,
  .listing-page:has(.right-col) .breadcrumb-wrapper .container {
    max-width: 720px;
  }
}

@media only screen and (min-width: 992px) {
  .container,
  .listing-page:has(.right-col) .inner-pages-breadcrumb .container,
  .listing-page:has(.right-col) .breadcrumb-wrapper .container {
    max-width: 960px;
  }
}

@media only screen and (min-width: 1200px) {
  .container,
  .listing-page:has(.right-col) .inner-pages-breadcrumb .container,
  .listing-page:has(.right-col) .breadcrumb-wrapper .container {
    max-width: 1140px;
  }
}

@media only screen and (min-width: 1400px) {
  .container,
  .listing-page:has(.right-col) .inner-pages-breadcrumb .container,
  .listing-page:has(.right-col) .breadcrumb-wrapper .container {
    max-width: 1312px;
  }
}
.listing-page:has(.right-col) .inner-pages-breadcrumb,
.listing-page:has(.right-col) .inner-pages-breadcrumb .container,
.listing-page:has(.right-col) .breadcrumb-wrapper .container {
  padding-inline-start: 16px;
  padding-inline-end: 16px;
}
label {
  display: block;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--blue);
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="search"],
textarea,
select {
  font-family: "Poppins", sans-serif;
  padding: 15px 20px;
  width: 100%;
  height: 52px;
  background: var(--white);
  border: 2px solid #e0e0e0;
  box-shadow: none;
  border-radius: 10px;
  color: var(--blue);
  font-size: 16px;
}

textarea {
  height: 165px !important;
}

input[type="file"] {
  padding: 10px 0;
  border: none;
  box-shadow: none;
}

input[type="checkbox"],
input[type="radio"] {
  width: 18px;
  height: 18px;
  padding: 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
  outline: 1px solid #d5d5d5;
}

/* ===============================
   404 Page 
=============================== */

.error-404 {
  padding: 80px 0 80px;
  background-color: var(--white);
}

.error-404 .content_block {
  max-width: 520px;
  margin: 0 auto;
}

.error-404 .page-title {
  font-size: 120px;
  font-weight: 700;
  color: var(--blue);
  margin-bottom: 10px;
  line-height: 1;
}

.error-404 p {
  font-size: 18px;
  color: var(--grey);
  margin-bottom: 30px;
}

.error-404 .btn svg path {
  stroke: var(--white);
}

.error-404 .btn:hover svg {
  transform: rotateY(180deg) translateX(4px);
  transition: transform 0.3s ease;
}

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

.error-404 .content_block svg {
  margin-inline-end: 10px;
  transform: rotateY(180deg);
}

/* Checkbox css */
input[type="checkbox"] {
  background: #dfe4eb;
  border: 1.2px solid #dfe4eb;
  border-radius: 4px;
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.2s ease-in-out;
}

input[type="checkbox"]:checked {
  background: #003366;
  border-color: #003366;
}

input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

input[type="submit"] {
  /* Reset iOS native styles */
  -webkit-appearance: none;
  appearance: none;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-tap-highlight-color: transparent;

  /* Layout */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 137px;
  height: auto;
  padding: 14px 24px;

  /* Visuals */
  background: var(--blue);
  border: none;
  border-radius: 8px;

  /* Typography */
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
  text-align: center;
  color: var(--white);

  /* UX */
  cursor: pointer;
  outline: none;
  transition: all 0.3s ease-in-out;
}

input[type="submit"]:hover {
  background: var(--gold);
}

/* ============================================
   HEADER STYLES
   ============================================ */

/* Header Top Section */
.header-top {
  background-color: var(--white);
  padding: 20px 0;
}

.header-top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* Logo Styles */
.site-branding {
  flex-shrink: 0;
}

.site-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.site-logo:hover {
  opacity: 0.8;
}

.logo-icon {
  display: flex;
  align-items: center;
}

.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.logo-sooq {
  color: var(--blue);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.5px;
}

.logo-select {
  color: var(--gold);
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.5px;
}

.custom-logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-logo-link img.custom-logo {
  max-width: 170px;
  width: 100%;
  height: auto;
}

/* Header Search Container */
.header-search-container {
  flex: 1;
  min-width: 300px;
  max-width: 724px;
}

.sooq-select-search-form {
  width: 100%;
}

.search-form-container {
  display: flex;
  align-items: stretch;
  background-color: var(--white);
  border: 1px solid #e6e8ec;
  border-radius: 12px;
  overflow: hidden;
  height: 66px;
}

.location-select-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0px;
  background-color: #f5f7fb;
  border-radius: 8px;
  min-width: 217px;
  height: calc(100% - 12px);
  color: var(--grey) 80;
  margin: 6px;
  margin-inline-end: 0px;
}
.location-select-wrapper .select2-container {
  z-index: 9;
}
.location-select-wrapper .fa-chevron-down {
  color: var(--grey) 80;
  position: absolute;
  right: 12px;
  bottom: 8px;
}
#sooq-ajax-search-form span.select2-selection .select2-selection__rendered {
  padding-inline-end: 0px;
  padding-inline-start: 0;
  font-size: 16px;
  line-height: 21px;
  color: #1a1a1a;
}
.location-select-wrapper .location-select-right .select2-selection__clear {
  margin: 0 !important;
  font-size: 20px !important;
  width: 20px;
  color: #f00;
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.location-select-wrapper .location-select-right > span {
  font-size: 12px;
  line-height: 20px;
  color: #6b7280;
}
.location-select-wrapper .location-select-right:has(.select2-container--open) > span:not(.select2),
.location-select-wrapper .location-select-right:not(.isvalue) .select2-selection__clear,
.location-select-wrapper .location-select-right.isvalue .fa-chevron-down {
  display: none;
}
#sooq-ajax-search-form span.select2-selection {
  border: none;
  padding: 0;
  background-color: transparent;
}
.location-select-wrapper .map-icon {
  display: flex;
  align-items: center;
  width: 42px;
  height: 42px;
  background: #ffffff;
  border-radius: 6px;
  justify-content: center;
  margin: 6px;
}
body span.select2-dropdown.select2-dropdown--below {
  border-color: #ebebec;
  box-shadow:
    rgba(0, 0, 0, 0.1) 0px 0px 5px 0px,
    rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}
.location-select-wrapper .location-select-right {
  display: flex;
  flex-direction: column;
  padding-inline-start: 4px;
  justify-content: end;
  padding-top: 5px;
  max-width: 190px;
}
.search-field-wrapper {
  position: relative;
}
.search-form-container .search-form-left {
  width: calc(100% - 12px);
  display: flex;
  position: relative;
  height: calc(100% - 12px);
  margin: 6px;
}
.search-form-container .search-form-left .search-field-wrapper {
  display: flex;
  background-color: #f5f7fb;
  border-radius: 8px;
  width: 100%;
}
.search-form-container .placeholder-text {
  position: absolute;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #6b7280;
  left: 59px;
  top: 5px;
  z-index: 1;
}
.search-field-wrapper.isvalue span.placeholder-text,
.search-form-container .placeholder-text:has(+ input.search-field:focus) {
  display: none;
}
.search-form-container .placeholder-text span {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #1a1a1a;
  display: block;
}
/* 
body:has(.select2-container--open[data-select2-id="select2-data-2-0a4s"]) .select2-container.select2-container--open {
  top: 76px !important;
}
body.admin-bar:has(.select2-container--open[data-select2-id="select2-data-2-0a4s"]) .select2-container.select2-container--open {
  top: 108px !important;
} */

body .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
  width: 4px;
}
body .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  background-color: rgb(157 149 152 / 80%);
}
body .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--blue);
}
body .select2-container--default .select2-search--dropdown .select2-search__field {
  height: 40px;
}
.location-icon {
  color: var(--grey);
  margin-inline-end: 8px;
  font-size: 14px;
}

.location-dropdown {
  border: none;
  background: transparent;
  color: var(--grey) 80;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  padding: 12px 20px 12px 10px;
  cursor: pointer;
  appearance: none;
  outline: none !important;
  flex: 1;
  box-shadow: none;
  border: none;
}

.location-dropdown option {
  color: var(--grey) 80;
}

.dropdown-arrow {
  position: absolute;
  right: 12px;
  color: var(--grey);
  font-size: 12px;
  pointer-events: none;
}

input.search-field[type="search"] {
  flex: 1;
  padding: 12px 16px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: var(--blue);
  outline: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  font-weight: 400;
}
.search-form-container input.search-field[type="search"] {
  height: 52px;
  padding-inline-start: 58px;
  background-color: transparent;
  z-index: 5;
}
form input:-webkit-autofill,
form input:-webkit-autofill:hover,
form input:-webkit-autofill:focus,
form input:-webkit-autofill:active {
  background-color: transparent !important;
  box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-text-fill-color: var(--black) !important;
  caret-color: var(--black) !important;
  transition: background-color 9999s ease-in-out !important;
}
.search-field::placeholder {
  color: var(--grey) 80;
}
.search-form-left .search-icon {
  width: 42px;
  height: 42px;
  background: #ffffff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
}
.search-submit {
  background-color: var(--gold);
  border: none;
  cursor: pointer;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  border-radius: 8px;
  transition: background-color 0.3s ease;
  margin: 0;
  padding: 18px 22px;
  margin-inline-start: 6px;
  max-width: 91px;
  width: 100%;
}
.search-submit .screen-reader-text {
  clip-path: none;
  height: auto;
  margin: 0;
  width: auto;
  padding: 0;
  display: flex;
  position: static;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
}

.search-submit:hover {
  background-color: #b8942a;
}

.search-submit i {
  font-size: 16px;
}

.pagination .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.blog-listing .navigation {
  padding-top: 15px;
  margin-bottom: 50px;
}
#sooq-ajax-search-form span.select2-selection__arrow {
  display: none;
}
/* Login Register */
.sooqselect-auth h3,
.authencate-wrapper .lostpasswordform h3,
#new-password h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: var(--blue);
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 6px;
  margin-bottom: 20px;
}

.sooqselect-auth h3::before,
.authencate-wrapper .lostpasswordform h3::before,
#new-password h3::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 6px;
  left: 0;
  right: auto;
  bottom: 0;
  background: url("../images/title-shape.svg") no-repeat center;
}

.login-username label,
.register-card p label,
.authencate-wrapper .lostpasswordform label,
#new-password label {
  margin-bottom: 10px;
}

#loginform p,
.register-card p,
.authencate-wrapper .lostpasswordform p,
#new-password p {
  margin-bottom: 15px;
}

.sooq-forgot a {
  color: var(--blue);
  transition: all 0.3s ease-in-out;
  font-weight: 600;
}

.sooq-forgot a:hover {
  color: var(--gold);
}

.authencate-wrapper {
  padding: 80px 0;
}

.login-card,
.register-card {
  width: 45%;
  padding: 30px 40px;
  border: 1px solid var(--gold);
  border-radius: 20px;
}

.authencate-wrapper .lostpasswordform,
#new-password {
  padding: 30px 40px;
  border: 1px solid var(--gold);
  border-radius: 20px;
  max-width: 500px;
}

.sooqselect-auth {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.sooq-error {
  line-height: normal;
  margin-top: 15px;
  background: #fdecea;
  color: #c21c1c;
  padding: 12px 14px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.5;
}

.sooq-error a {
  color: var(--blue);
  transition: all 0.3s ease-in-out;
  font-weight: 600;
}

.sooq-success {
  background: #eafaf3;
  border: 1px solid #34c38f;
  color: #0f5132;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.sooq_register_errors {
  margin-bottom: 15px;
  margin-top: 0;
}

.register-info {
  background: #fff7e6;
  border-inline-start: 4px solid #f4a825;
  padding: 10px 14px;
  font-size: 13px;
  line-height: 1.5;
  color: #6b7280;
  margin: 14px 0 20px;
  border-radius: 6px;
}

.login-remember input[type="checkbox"] {
  margin-inline-end: 10px;
}

.inenrpage-breadcrumb {
  line-height: 0;
}

.offers-page .inenrpage-breadcrumb {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 40px;
}

.inenrpage-breadcrumb img {
  object-fit: cover;
}

/* Header Actions */
.header-actions {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.login-signup-btn {
  margin-inline-end: 10px;
}

.login-signup-btn {
  background-color: var(--blue);
  color: var(--white);
  padding: 11px 24px;
  text-decoration: none;
  font-size: 15px;
  line-height: normal;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-radius: 8px;
  transition:
    background-color 0.3s ease,
    opacity 0.3s ease;
  white-space: nowrap;
}

.login-signup-btn:hover {
  background-color: var(--gold);
  color: var(--white);
}

/* User Profile Link */
.user-profile-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline-end: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.user-profile-avatar {
  width: 34px;
  height: 34px;
  padding: 5px;
  object-fit: cover;
  transition: all 0.3s ease;
  background: #ffffff;
  border: 1px solid #e6e8ec;
  border-radius: 6px;
}

.user-profile-link:hover .user-profile-avatar {
  border-color: var(--gold);
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 43, 91, 0.25);
}

.country-icons {
  display: flex;
  align-items: center;
}

.country-icons .country-icon:not(:last-child) {
  margin-inline-end: 10px;
}

.country-icon {
  width: 50px;
  height: 45px;
  /* border: 0.98px solid var(--gold);
  border-radius: 8px; */
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.4s ease;
}

.country-icon:hover {
  border-color: var(--blue);
}

.country-icon svg {
  width: 100%;
  height: 100%;
}

/* Header Bottom Section */
.header-bottom {
  background-color: #0f3d91;
  padding: 5.5px 0;
  position: relative;
}

.header-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-family: "Inter", sans-serif;
}
.header-bottom-inner .button-wrapper {
  display: flex;
}
.header-bottom-inner .button-wrapper a {
  background-color: rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  border: none;
  padding: 10px 16px;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  margin-inline-start: 10px;
  text-transform: capitalize;
}
/* Language Selector */
.language-selector {
  flex-shrink: 0;
}

.lang-dropdown {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
  position: relative;
}
.business_card_slider .slick-track {
  justify-content: start;
  align-items: start;
  margin-inline-start: 0;
}
.lang-dropdown .lang-text {
  margin: 0 8px;
}

.lang-flag {
  display: flex;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  overflow: hidden;
}

.lang-flag svg {
  width: 100%;
  height: 24px;
  object-fit: cover;
}

.lang-text {
  font-size: 14px;
  color: var(--blue);
  font-weight: 500;
}

.lang-dropdown .fa-chevron-down {
  font-size: 10px;
  color: var(--grey);
}

.language-selector {
  position: relative;
  display: inline-block;
}
.language-selector:before {
  content: "";
  display: flex;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 6px;
  left: 10px;
  background-size: cover;
}
.language-selector:has(option[selected] > img[alt="English flag"]):before {
  background-image: url('data:image/svg+xml,<svg width="64px" height="64px" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" class="iconify iconify--emojione" preserveAspectRatio="xMidYMid meet" fill="%23000000"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path d="M48 6.6C43.3 3.7 37.9 2 32 2v4.6h16z" fill="%23D80027"></path><path d="M32 11.2h21.6C51.9 9.5 50 7.9 48 6.6H32v4.6z" fill="%23ffffff"></path><path d="M32 15.8h25.3c-1.1-1.7-2.3-3.2-3.6-4.6H32v4.6z" fill="%23D80027"></path><path d="M32 20.4h27.7c-.7-1.6-1.5-3.2-2.4-4.6H32v4.6" fill="%23ffffff"></path><path d="M32 25h29.2c-.4-1.6-.9-3.1-1.5-4.6H32V25z" fill="%23D80027"></path><path d="M32 29.7h29.9c-.1-1.6-.4-3.1-.7-4.6H32v4.6" fill="%23ffffff"></path><path d="M61.9 29.7H32V32H2c0 .8 0 1.5.1 2.3h59.8c.1-.8.1-1.5.1-2.3c0-.8 0-1.6-.1-2.3" fill="%23D80027"></path><path d="M2.8 38.9h58.4c.4-1.5.6-3 .7-4.6H2.1c.1 1.5.4 3.1.7 4.6" fill="%23ffffff"></path><path d="M4.3 43.5h55.4c.6-1.5 1.1-3 1.5-4.6H2.8c.4 1.6.9 3.1 1.5 4.6" fill="%23D80027"></path><path d="M6.7 48.1h50.6c.9-1.5 1.7-3 2.4-4.6H4.3c.7 1.6 1.5 3.1 2.4 4.6" fill="%23ffffff"></path><path d="M10.3 52.7h43.4c1.3-1.4 2.6-3 3.6-4.6H6.7c1 1.7 2.3 3.2 3.6 4.6" fill="%23D80027"></path><path d="M15.9 57.3h32.2c2.1-1.3 3.9-2.9 5.6-4.6H10.3c1.7 1.8 3.6 3.3 5.6 4.6" fill="%23ffffff"></path><path d="M32 62c5.9 0 11.4-1.7 16.1-4.7H15.9c4.7 3 10.2 4.7 16.1 4.7" fill="%23D80027"></path><path d="M16 6.6c-2.1 1.3-4 2.9-5.7 4.6c-1.4 1.4-2.6 3-3.6 4.6c-.9 1.5-1.8 3-2.4 4.6c-.6 1.5-1.1 3-1.5 4.6c-.4 1.5-.6 3-.7 4.6c-.1.8-.1 1.6-.1 2.4h30V2c-5.9 0-11.3 1.7-16 4.6" fill="%230052B4"></path><g fill="%23ffffff"><path d="M25 3l.5 1.5H27l-1.2 1l.4 1.5l-1.2-.9l-1.2.9l.4-1.5l-1.2-1h1.5z"></path><path d="M29 9l.5 1.5H31l-1.2 1l.4 1.5l-1.2-.9l-1.2.9l.4-1.5l-1.2-1h1.5z"></path><path d="M21 9l.5 1.5H23l-1.2 1l.4 1.5l-1.2-.9l-1.2.9l.4-1.5l-1.2-1h1.5z"></path><path d="M25 15l.5 1.5H27l-1.2 1l.4 1.5l-1.2-.9l-1.2.9l.4-1.5l-1.2-1h1.5z"></path><path d="M17 15l.5 1.5H19l-1.2 1l.4 1.5l-1.2-.9l-1.2.9l.4-1.5l-1.2-1h1.5z"></path><path d="M9 15l.5 1.5H11l-1.2 1l.4 1.5l-1.2-.9l-1.2.9l.4-1.5l-1.2-1h1.5z"></path><path d="M29 21l.5 1.5H31l-1.2 1l.4 1.5l-1.2-.9l-1.2.9l.4-1.5l-1.2-1h1.5z"></path><path d="M21 21l.5 1.5H23l-1.2 1l.4 1.5l-1.2-.9l-1.2.9l.4-1.5l-1.2-1h1.5z"></path><path d="M13 21l.5 1.5H15l-1.2 1l.4 1.5l-1.2-.9l-1.2.9l.4-1.5l-1.2-1h1.5z"></path><path d="M25 27l.5 1.5H27l-1.2 1l.4 1.5l-1.2-.9l-1.2.9l.4-1.5l-1.2-1h1.5z"></path><path d="M17 27l.5 1.5H19l-1.2 1l.4 1.5l-1.2-.9l-1.2.9l.4-1.5l-1.2-1h1.5z"></path><path d="M9 27l.5 1.5H11l-1.2 1l.4 1.5l-1.2-.9l-1.2.9l.4-1.5l-1.2-1h1.5z"></path><path d="M11.8 13l1.2-.9l1.2.9l-.5-1.5l1.2-1h-1.5L13 9l-.5 1.5h-1.4l1.2.9l-.5 1.6"></path><path d="M3.8 25l1.2-.9l1.2.9l-.5-1.5l1.2-1H5.5L5 21l-.5 1.5h-1c0 .1-.1.2-.1.3l.8.6l-.4 1.6"></path></g></g></svg>');
}
.language-selector select {
  padding: 10px 15px;
  background-position: right 10px center;
  background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.66699 6.00016L8.00033 11.3335L13.3337 6.00016L12.391 5.0575L8.00033 9.44816L3.60966 5.0575L2.66699 6.00016Z" fill="white"/></svg>');
  background-repeat: no-repeat;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  padding-inline-end: 40px;
  padding-inline-start: 40px;
  width: 100%;
  height: auto;
  background-color: rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  border: none;
  color: var(--white);
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  cursor: pointer;
}
.language-selector option {
  color: var(--blue);
  display: flex;
  align-items: center;
  padding-inline-end: 10px;
  padding-inline-start: 10px;
}
.language-selector option img {
  height: 25px;
  width: 25px;
  display: flex;
}
.language-btn {
  display: flex;
  align-items: center;
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 14px;
  color: var(--blue);
}

.lang-flag img {
  width: 24px;
  height: 100%;
  margin-inline-end: 6px;
  display: block;
}

.lang-text {
  margin-inline-end: 6px;
  margin-inline-start: 10px;
  font-weight: 500;
}

/* Dropdown */
.language-list {
  position: absolute;
  top: 120%;
  right: 0;
  background: var(--white);
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  list-style: none;
  padding: 6px 0;
  margin: 0;
  width: 150px;
  display: none;
  z-index: 20;
}

.language-list li {
  display: flex;
  align-items: center;
  padding: 6px 12px;
  cursor: pointer;
  font-size: 14px;
}

.language-list li img {
  width: 18px;
  margin-inline-end: 8px;
}

.language-list li:hover {
  background: #f4f6f8;
}

/* Main Navigation */
.header-bottom .main-navigation {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
  color: var(--white);
  font-size: 24px;
  position: relative;
  width: 30px;
  height: 30px;
}

.menu-toggle-icon {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--white);
  position: relative;
  transition: background-color 0.3s ease;
}

.menu-toggle-icon::before,
.menu-toggle-icon::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: var(--white);
  left: 0;
  transition: transform 0.3s ease;
}

.menu-toggle-icon::before {
  top: -8px;
}

.menu-toggle-icon::after {
  top: 8px;
}

.header-bottom .main-navigation.toggled .menu-toggle-icon {
  background-color: transparent;
}

.header-bottom .main-navigation.toggled .menu-toggle-icon::before {
  transform: rotate(45deg) translate(5px, 5px);
}

.header-bottom .main-navigation.toggled .menu-toggle-icon::after {
  transform: rotate(-45deg) translate(5px, -5px);
}

.primary-menu,
.nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-bottom .primary-menu,
.header-bottom .nav-menu {
  display: flex;
  align-items: center;
}

.primary-menu li,
.nav-menu li {
  margin: 0;
}

.primary-menu li:not(:last-child),
.nav-menu li:not(:last-child) {
  margin-inline-end: 6px;
}

.primary-menu a,
.nav-menu a {
  color: var(--white);
  text-decoration: none;
  transition: color 0.3s ease;
  display: block;
  background-color: rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  border: none;
  padding: 10px 16px;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
}

.primary-menu a:hover,
.nav-menu a:hover,
.header-bottom-inner .button-wrapper a:hover {
  color: var(--white);
  background-color: var(--gold);
}
.breadcrumb-wrapper {
  background: #f5f7fb;
  padding: 12px 0;
  font-size: 14px;
  line-height: 18px;
}
.breadcrumb-wrapper a {
  color: #6b7280;
  text-decoration: none;
}
.breadcrumb-wrapper a:hover {
  color: var(--gold);
}
.breadcrumb-wrapper strong {
  font-weight: 700;
  color: #1a1a1a;
}
.breadcrumb-wrapper span:not(:has(a, strong)) {
  margin: 0px 5px;
  font-size: 20px;
  line-height: 1;
  vertical-align: middle;
  color: #4f4f4f;
}
/*--------------footer---------------*/
footer {
  padding: 60px 0 0;
  background: linear-gradient(90deg, #081f4d 0%, #0c2f6c 100%);
  color: #ffffffb8;
}
.listing-page + .footer {
  margin-top: 20px;
}
.footer-about {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 40px;
  border-bottom: 1px solid #ffffff1f;
}
.footer-logo {
  max-width: 210px;
}
.footer-logo img {
  height: 100%;
  width: 100%;
}
/* LEFT COLUMN */

.footer-about p {
  margin: 10px 0 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #ffffffb8;
  max-width: 843px;
}

/* MIDDLE COLUMN */
.quick-links {
  width: 25%;
  padding-inline-end: 40px;
  border-inline-end: 1px solid #6b6b6b1a;
}

.footer-social {
  display: flex;
  align-items: center;
}

/* Add 60px spacing between Quick Links and Categories */
.categories-links {
  width: 35%;
  margin-inline-start: 60px;
}

footer .footer-about .footer-heading {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--white);
  width: 100%;
}

footer .footer-about .footer-heading::before {
  display: none;
}

footer .footer-heading {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: var(--white);
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 6px;
  margin-bottom: 20px;
}
/* 
footer .footer-heading::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 6px;
  left: 0;
  right: auto;
  bottom: 0;
  background: url("../images/title-shape.svg") no-repeat center;
} */

/* Social Icons */
.footer-social a {
  width: 38px;
  height: 38px;
  background: #ffffff1a;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0px 4px;
  text-decoration: none;
  color: var(--white);
  transition: 0.2s;
}
.footer-social a path {
  fill: var(--white);
}
.footer-social a:hover {
  background: var(--gold);
  color: #fff;
}

.footer-social a:hover img {
  filter: brightness(0) invert(1);
}

/* Quick links */
.quick-links-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 40px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  flex-wrap: wrap;
  flex-direction: column;
}
.quick-links-menu {
  width: 100%;
}
.footer-links.quick-links-col {
  padding: 0 50px;
  width: calc(40% - 50px);
}

.footer-links.categories-links-col {
  width: 58%;
}
.footer-area-wrapper .footer-links.categories-links-col,
.footer-sub-categories-wrapper .footer-links.categories-links-col {
  width: 100%;
  margin-top: 40px;
}
.footer-links:not(:last-child) {
  margin-inline-end: 50px;
  border-inline-end: 1px solid #6b6b6b1a;
}
.footer-area-wrapper {
  margin-bottom: 60px;
}
.footer ul {
  list-style: none;
  padding: 10px 0px;
}

.footer-links.quick-links-col ul {
  column-count: 2;
}

.footer-links.categories-links-col ul {
  column-count: 3;
}
.footer ul,
.footer-area-wrapper .footer-links.categories-links-col ul,
.footer-sub-categories-wrapper ul.categories-links-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -15px;
}
.footer ul li {
  margin-bottom: 10px;
  width: 20%;
  padding: 0px 15px;
}
.wsp-container li a,
.footer ul li a {
  text-decoration: none;
  color: #ffffffb8;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  transition: all 0.3s ease-in-out;
  padding: 0;
  background-color: transparent !important;
}
.wsp-container li a {
  color: var(--blue);
}
.wsp-container li a:hover,
.footer ul li a:hover,
.footer ul li.current-menu-item a {
  color: var(--gold);
}

.footer ul li.current-menu-item a {
  font-weight: 600;
}

/* Bottom */
.footer-bottom {
  margin-top: 50px;
}
.footer-bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.footer-bottom .container:before {
  content: "";
  background: #6b6b6b1a;
  position: absolute;
  top: 0;
  left: 16px;
  right: 16px;
  height: 1px;
}
.footer-social-wrapper {
  display: flex;
  align-items: center;
}
.footer-bottom .footer-heading {
  padding-bottom: 0px;
  margin: 0px 7px;
}
.footer-bottom .copyright {
  text-align: center;
  padding: 30px 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #ffffffb8;
}

.listing-page .left-col footer .quick-links-wrapper {
  flex-direction: column;
}

.listing-page .left-col footer .quick-links-wrapper .footer-links.quick-links-col {
  width: 100%;
  margin-inline-end: 0;
  border: none;
}

.listing-page .left-col footer .quick-links-wrapper .footer-links.categories-links-col {
  width: 100%;
  padding: 30px 50px 0;
}

.listing-page .left-col footer .footer-links.categories-links-col ul {
  column-count: 2;
}

.listing-page .left-col .cta-banner {
  margin: 30px 0 50px;
}

.listing-page .wrapper .left-col {
  padding-bottom: 0;
}

.listing-page .left-col .footer .container {
  padding-inline-start: 15px;
  padding-inline-end: 15px;
}

/* =======================
        Listing Page
==========================*/
.inner-pages-breadcrumb,
.cta-banner {
  line-height: 0;
  position: relative;
}
div:has(.advertisement-slider + .advertisement_arrows):not(.container) {
  position: relative;
  overflow: visible;
}
.site-header + .listing-page .inner-pages-breadcrumb {
  padding: 40px 0px;
  background: linear-gradient(90deg, #081f4d 0%, #0c2f6c 100%);
  margin-bottom: 40px;
}
.listing-page .wrapper .left-col .listing-column.column-right .inner-pages-breadcrumb {
  padding: 0;
  background: transparent;
}
.inner-pages-breadcrumb img,
.cta-banner img {
  height: 150px;
  object-fit: cover;
  width: 100%;
}

.event-page .inner-pages-breadcrumb img,
.cta-banner img {
  border-radius: 10px;
}

.event-page .inner-pages-breadcrumb {
  margin-bottom: 30px;
}

.cta-banner {
  margin-bottom: 60px;
}

.listing-page .wrapper {
  display: flex;
  flex-wrap: wrap;
}

.listing-page .listing-archive-card .listing-column-left {
  width: 145px;
}
.listing-page .listing-archive-card .listing-column-right {
  padding-inline-start: 20px;
  width: calc(100% - 145px);
}

.list-view .listing-content {
  position: relative;
}
.event-page.list-view .listing-content {
  position: relative;
  padding-inline-start: 20px;
  width: 100%;
}
.list-view .listing-content .listing-left {
  width: 100%;
  padding-inline-end: 40px;
}
.listing-header p {
  font-size: 14px;
  color: #6b7280;
  margin-top: 6px;
}

.listing-header h2 {
  display: flex;
  align-items: center;
}
.listing-page .listing-header h2 {
  display: none;
}
.listing-header h2 img {
  margin-inline-end: 10px;
}
.listing-page .listing-header:has(> p) {
  background-color: #f5f7fb;
  padding: 16px;
  text-align: center;
  border-radius: 12px;
  margin: 16px 0px;
}
.listing-page .listing-filters {
  display: none;
}
.listing-header p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: var(--grey);
  margin-top: 10px;
}

/* Filters */
.listing-filters {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 0;
}

.listing-filters a:not(:last-child) {
  margin-inline-end: 10px;
}

.listing-filters a {
  background: var(--blue);
  color: #fff;
  border: none;
  padding: 3.5px 15px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
}

.listing-filters a:hover,
.listing-filters a.active {
  background: var(--gold);
}

/* Sort */
.listing-page .listing-top-header {
  width: 100%;
  padding: 40px 0 15px;
}
.site-header + .listing-page .listing-top-header:first-child {
  padding-top: 0;
}
.listing-sort .sorting-select {
  padding: 0;
  border: none;
  outline: none;
  box-shadow: none;
  height: 36px;
  width: auto;
  font-size: 14px;
  font-weight: 600;
  background: transparent;
}

.listing-sort {
  display: flex;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  flex-wrap: wrap;
  flex-direction: column;
}
.event-page .event-tabs-wrapper .listing-sort {
  flex-direction: row;
  margin-top: 20px;
}
.event-page .event-tabs-wrapper .listing-sort .sort-icons .icon {
  border: 1px solid #002b5b80;
  box-sizing: border-box;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  flex: none;
  order: 0;
  flex-grow: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.event-page .event-tabs-wrapper .listing-sort .sort-icons {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.event-page .event-tabs-wrapper .listing-sort .sort-icons .icon {
  border: 1px solid #002b5b80;
  box-sizing: border-box;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  flex: none;
  order: 0;
  flex-grow: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.event-page .event-tabs-wrapper .listing-sort .sort-icons .icon.active {
  background: #002b5b;
  border: 1px solid #002b5b;
}
.event-page .event-tabs-wrapper .listing-sort .sort-icons .icon:not(.active) svg path {
  stroke: var(--blue);
}
.listing-sort input[type="checkbox"]:not(:checked) {
  background: var(--white);
}
.sorting-wrapper span {
  color: var(--blue);
  font-size: 14px;
  font-weight: 400;
}
.filter-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #e6e8ec;
  border-radius: 8px;
}
.filter-box:not(:last-child) {
  margin-bottom: 16px;
}
.filter-box label {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #4f4f4f;
  margin-block-end: 12px;
  display: flex;
}
.filter-box label:has(input[type="checkbox"]:checked) {
  order: -1;
  display: flex !important;
}
.filter-box label input {
  flex-shrink: 0;
  margin-inline-end: 7px;
}
.filter-box .title-wrap {
  padding: 6px 16px;
  background: #f5f7fb;
  border-bottom: 1px solid #e6e8ec;
  border-radius: 8px 8px 0px 0px;
}
.filter-box .filter-content {
  padding: 16px;
  max-height: 500px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.filter-box .filter-content::-webkit-scrollbar {
  width: 4px;
}
.filter-box .filter-content::-webkit-scrollbar-thumb {
  background-color: rgb(157 149 152 / 80%);
}
.filter-box a.btn-link {
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  color: #1a1a1a;
  text-decoration: none;
  font-family: "Inter", sans-serif;
}
.listing-sort > h3 {
  margin-bottom: 20px;
}

.toggle-box {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
}
.toggle-box input {
  display: none;
}
.toggle-box label {
  width: 60px;
  height: 30px;
  border-radius: 40px;
  position: relative;
  cursor: pointer;
  margin: 0;
}
.toggle-box label::after {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 50%;
  transition: 0.35s;
}

.toggle-box label {
  background: var(--grey);
}
.toggle-box label::after {
  background: #fff;
}
.toggle-box input:checked + label {
  background: #34c759;
}
.toggle-box input:checked + label::after {
  transform: translateX(30px);
}
/* Card */

.listing-main article .listing-image a {
  height: 145px;
  width: 145px;
  border-radius: 10px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.listing-main article .listing-image img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.listing-main article:hover .listing-image a > img {
  transform: scale(1.1);
}

/* Featured ribbon */
.listing-image a span {
  position: absolute;
  top: 20px;
  left: -50px;
  background: var(--gold);
  color: var(--white);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  padding: 6px 55px;
  transform: rotate(-45deg);
  transform-origin: center;
  z-index: 0;
  pointer-events: none;
}

.listing-page .wrapper .left-col {
  width: 60%;
  display: flex;
  align-items: start;
  padding-top: 0;
  padding-inline-end: 24px;
  text-align: left;
  max-width: 100%;
  flex-wrap: wrap;
}
.listing-page .wrapper .left-col .filter-column.column-left {
  width: 24%;
  padding-inline-end: 24px;
}
.listing-page .wrapper .left-col .listing-column.column-right {
  width: 76%;
  display: flex;
  flex-direction: column;
}
.listing-page .wrapper .right-col {
  /* width: 50%; */
  width: 40%;
  position: sticky;
  top: 135px;
  height: calc(100vh - 135px);
  overflow: hidden;
}

.listing-map {
  line-height: 0;
  height: 100%;
}

.listing-map #archive-map {
  width: 100%;
  height: 100%;
  position: relative;
}

@media screen and (min-width: 992px) {
  .listing-page:has(.right-col) .container {
    max-width: 100%;
    padding-inline-end: 0;
    padding-inline-start: 40px;
  }
  .listing-page .wrapper .left-col .filter-column.column-left {
    position: sticky;
    top: 165px;
  }
}

@media screen and (min-width: 1201px) {
  .listing-page:has(.right-col) .container {
    max-width: 100%;
    padding-inline-end: 0;
  }
}

@media screen and (min-width: 1301px) {
  .listing-page:has(.right-col) .container {
    max-width: 100%;
    padding-inline-end: 0;
    position: relative;
    overflow: unset;
  }
}

.page-template-advertisement .inner-pages-breadcrumb,
.page-template-social-media-handling .inner-pages-breadcrumb {
  margin-top: 30px;
  margin-bottom: 30px;
}
.listing-page .wrapper .right-col iframe {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 1000px;
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 0;
}

.listing-main {
  width: 100%;
  margin-bottom: 40px;
}
.listing-main .sorting-wrapper {
  padding: 20px;
  background: #f5f7fb;
  border: 1px solid #e6e8ec;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: right;
  margin-bottom: 24px;
}
.listing-main .sorting-wrapper .sorting-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0px 10px;
  background: #ffffff;
  border-radius: 8px;
  position: relative;
}
.listing-main .sorting-wrapper .sorting-box span {
  position: absolute;
  left: 10px;
}
.listing-main .sorting-wrapper .sorting-box select {
  width: auto;
  background-position: right 0px center;
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_397_453)"><path d="M4.76209 8.18182L10.0002 13.6364L15.2383 8.18182" stroke="%23232323" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_397_453"><rect width="20" height="20" fill="white" transform="matrix(-1 0 0 1 20 0)"/></clipPath></defs></svg>');
  background-repeat: no-repeat;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  padding: 10px 11px;
  border: none;
  padding-inline-start: 35px;
  padding-inline-end: 35px;
}
.listing-main:has(+ .inner-pages-breadcrumb) {
  margin-bottom: 0;
}
/* .product-list-wrapper {
    max-height: 850px;
    overflow: auto;
} */

.listing-main article {
  display: flex;
  align-items: stretch;
  padding: 20px;
  border: 1px solid #e6e8ec;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}

.listing-main article:hover,
.listing-main article.featured_c {
  /* background: #ceaa311a; */
}

.listing-main article:not(:last-child),
.grid-view .listing-main .product-list-wrapper article:last-child {
  margin-bottom: 20px;
}

.listing-image {
  min-width: 145px;
  position: relative;
}

.listing-main article .listing-image a {
  height: 145px;
  width: 145px;
  border-radius: 10px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}

.organizer-card .listing-title {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  color: var(--blue);
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  display: block;
}
.listing-main article .listing-title {
  font-family: "Poppins";
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  display: block;
  font-weight: 500;
  font-size: 22px;
  line-height: 29px;
  color: #1a1a1a;
}

.listing-main article .listing-title:hover {
  color: var(--gold);
}

.listing-rating {
  line-height: 0;
  display: flex;
  align-items: center;
  margin-top: 10px;
  gap: 2px;
  flex-wrap: wrap;
  row-gap: 10px;
  justify-content: start;
}
/* .listing-rating:has(.rating-text) img:not(:nth-last-child(2)),
.listing-rating img:not(:last-child) {
    margin-inline-end: 5px;
} */

/* STAR SPACING – iPhone / Safari SAFE */
.listing-rating img {
  margin-inline-end: 5px;
}

/* Remove space after last star */
.listing-rating img:last-of-type {
  margin-inline-end: 0;
}

.listing-main article .rating-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: var(--blue);
  margin-inline-start: 8px;
}

.listing-contact-address {
  margin-top: 15px;
  font-style: normal;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #757280;
  text-align: left;
}
.listing-archive-card .listing-contact-info > div,
.listing-contact-info .listing-phone a,
span.listing-distance-text {
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #757280;
}

.details-card .listing-contact-info.info-available .listing-contact-address,
.details-card .listing-contact-info.info-available-two .listing-contact-address {
  padding-inline-end: 10px;
  margin-inline-end: 10px;
  border-inline-end: 1px solid #002b5b33;
  max-width: 196px;
}

.details-card .listing-contact-info.info-available-two .listing-contact-address {
  max-width: 350px;
}
.details-card-top-right .info-card-wrapper .listing-links span {
  display: inline-block;
  line-height: 1;
}

.listing-contact-info {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.listing-archive-card .listing-contact-info {
  flex-direction: column;
  align-items: start;
  gap: 10px;
}
.listing-archive-card .listing-contact-info a {
  padding: 0;
}
.listing-phone,
.listing-date {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  color: var(--blue);
  position: relative;
}
.listing-archive-card .listing-contact-info > div {
  display: flex;
  align-items: center;
  gap: 7px;
}
.listing-phone a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  color: var(--blue);
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  padding-inline-start: 25px;
}
.listing-date a {
  position: relative;
  padding-inline-start: 25px;
}
.listing-phone a:hover {
  color: var(--grey);
}
/* 
.listing-contact-info .listing-phone,
.listing-contact-info .listing-date {
  padding-inline-end: 10px;
  margin-inline-end: 10px;
  border-inline-end: 1px solid #002b5b33;
} */
.listing-contact-info .listing-phone {
  padding-inline-start: 0;
}

.listing-timing {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  color: var(--blue);
  position: relative;
  padding-inline-start: 25px;
}
.grid-view .listing-main article .listing-content .listing-contact-address {
  flex-direction: row;
  gap: 7px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  color: var(--blue);
  position: relative;
}
.listing-archive-card .listing-timing {
  padding-inline-start: 0px;
  display: flex;
  align-items: center;
}
/* 
.listing-phone > a::before,
.listing-timing::before,
.details-card .listing-contact-address::before,
.listing-date > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 16px;
  height: 18px;
  display: inline-block;
  vertical-align: top;
  background-image: url("../images/history-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
} */

.listing-timing::before {
  background-size: 14px;
}
.listing-distance-away {
  display: none;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  color: var(--blue, #002b5b);
}

.listing-distance-away.is-visible {
  display: flex;
}

.listing-distance-icon {
  flex-shrink: 0;
}
.listing-phone > a::before {
  background-image: url("../images/call-blue.svg");
}

.details-card .listing-contact-address::before {
  background-image: url("../images/location-pin-blue.svg");
  background-size: 12px;
}

.listing-date::before {
  background-image: url("../images/calendar.svg");
  background-size: 12px;
}
.details-card-top-right .info-card-wrapper a:has(+ a) {
  padding-bottom: 5px;
}
.details-card-top-right .info-card-wrapper a + a {
  padding-top: 5px;
}
.details-card-top-right .info-card-wrapper .listing-links,
.details-card .listing-contact-address,
.details-card .listing-phone {
  position: relative;
  padding-inline-end: 30px;
}
.details-card-top-right .info-card-wrapper > div svg,
.details-card-top-right .info-card-wrapper > div img {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 20px;
}
.listing-excerpt {
  margin-top: 15px;
}

.listing-excerpt p {
  width: auto;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: var(--grey);
  min-width: 0;
}
.listing-excerpt p::first-letter {
  text-transform: uppercase;
}

.events-tabs-panel .listing-excerpt p:not(:last-child) {
  margin-bottom: 0;
}

.listing-content .read-more {
  margin-inline-start: 3px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: var(--gold);
  text-decoration: none;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  transition: all 0.3s ease-in-out;
  font-family: "Inter", sans-serif;
}

.listing-content .read-more:hover {
  color: var(--blue);
}

.listing-content .read-more svg {
  width: 12px;
  height: 12px;
  margin-inline-start: 5px;
}

.listing-content .read-more:hover svg path {
  stroke: var(--blue);
}

.listing-content .listing-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.listing-page .listing-content .listing-top .listing-left {
  padding-inline-end: 40px;
}
.listing-main article .wishlist-icon {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.listing-content .wishlist-icon svg path {
  fill: none;
  transition: all 0.5s ease-in-out;
}

.listing-main article .wishlist-icon.active svg path {
  fill: white;
}

.wishlist-icon {
  position: absolute;
  height: 35px;
  width: 35px;
  z-index: 1;
  right: 20px;
}

.list-view .listing-main article .wishlist-icon {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  right: 0;
  top: 0;
}

.wishlist-icon.loading svg {
  opacity: 0.3;
}

.wishlist-icon.loading::after,
.single-wishlist-icon.loading::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  border-top: 2px solid #000;
  border-radius: 50%;
  animation: dd-spin 0.8s linear infinite;
  z-index: 2;
  background: rgba(255, 255, 255, 0.5);
  margin: auto;
}

@keyframes dd-spin {
  to {
    transform: rotate(360deg);
  }
}

.map-card {
  max-width: 300px;
}

.map-card img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
}

.map-card strong {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: var(--blue);
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease-in-out;
  text-decoration-color: var(--blue);
  margin-bottom: 5px;
  display: block;
}

.map-card p {
  color: var(--grey);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.88;
}

.map-card a {
  text-decoration-color: var(--blue);
}

.wishlist-feedback {
  position: absolute;
  bottom: auto;
  top: 5px;
  left: auto;
  right: 50px;
  transform: none;
  font-size: 12px;
  background: #000;
  color: #fff;
  padding: 3px 8px;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 5;
  font-weight: 400;
  line-height: normal;
}

.wishlist-feedback.show {
  opacity: 1;
}

.wishlist-feedback::after {
  content: "";
  position: absolute;
  top: 5px;
  left: auto;
  right: -10px;
  transform: translateX(0) rotate(-90deg);
  border-width: 6px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}

.listing-contact-address {
  display: flex;
  align-items: start;
  flex-direction: column;
}
.event-page.list-view .listing-content .listing-contact-address {
  flex-direction: row;
  gap: 10px;
}
.listing-archive-card .listing-contact-address {
  flex-direction: row;
  gap: 7px;
}
.listing-contact-address span {
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #27ae60;
  margin-bottom: 6px;
}
.pagination,
.comment-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
  width: 100%;
}

.pagination .page-numbers,
.comment-pagination .page-numbers a,
.comment-pagination .current,
.comment-pagination .page-numbers.dots,
.google-reviews-pagination .page-numbers {
  width: 36px;
  height: 36px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  border: 1px solid var(--gold);
  background: #fff;
  font-size: 14px;
  font-weight: 400;
  overflow: hidden;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.comment-pagination .page-numbers a,
.comment-pagination .current,
.comment-pagination .page-numbers.dots {
  border-color: var(--blue);
  width: 40px;
  height: 40px;
  color: var(--blue);
}

.pagination .page-numbers:not(:last-child),
.comment-pagination .page-numbers li:not(:last-child) {
  margin-inline-end: 10px;
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover,
.google-reviews-pagination .page-numbers:hover,
.google-reviews-pagination .page-numbers.current {
  background: var(--gold);
  color: var(--white);
}

.comment-pagination .page-numbers.current,
.comment-pagination .page-numbers a:hover {
  background: var(--blue);
  color: var(--white);
}

.pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}

.pagination .page-numbers.prev,
.pagination .page-numbers.next,
.comment-pagination .page-numbers .prev,
.comment-pagination .page-numbers .next {
  font-size: 0;
}

.pagination .page-numbers.prev::before,
.pagination .page-numbers.next::before,
.comment-pagination .page-numbers .prev::before,
.comment-pagination .page-numbers .next::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 16px;
  height: 16px;
  background: url("../images/arrow-right-yellow-rounded.svg") no-repeat center;
}

.comment-pagination .page-numbers .prev::before,
.comment-pagination .page-numbers .next::before {
  background: url("../images/arrow-blue-right.svg") no-repeat center;
  background-size: 7px;
}

.pagination .page-numbers.prev::before,
.comment-pagination .page-numbers .prev::before {
  transform: rotateY(180deg);
}

.pagination .page-numbers.next:hover::before,
.pagination .page-numbers.prev:hover::before,
.comment-pagination .page-numbers .prev:hover::before,
.comment-pagination .page-numbers .next:hover::before {
  background: url("../images/arrow-right-yellow-rounded-white.svg") no-repeat center;
}

nav.comment-navigation {
  margin-bottom: 10px;
}

/* Grid View Css Start */
.grid-view .listing-main article {
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 15px;
}

.grid-view .listing-main .product-list-wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
}

.grid-view .listing-main .product-list-wrapper article {
  width: calc(33.33% - 14px);
}

.grid-view .listing-main article .listing-image {
  width: 100%;
}
.grid-view .listing-main article .listing-column-left,
.grid-view .listing-main article .listing-column-right {
  width: 100%;
}
.author-tabs-content.grid-view .verified-trusted {
  justify-content: start;
  margin-top: 20px;
}
.grid-view .listing-main article .listing-content .listing-title {
  text-align: left;
}
.grid-view .listing-main article .listing-image a {
  width: 100%;
  /* height: 130px; */
  height: 150px;
}

.grid-view .listing-main article .listing-content {
  width: 100%;
  padding: 15px 0 0 0;
}
.listing-content svg {
  flex-shrink: 0;
}
.grid-view .listing-main article .listing-content .listing-contact-info {
  flex-wrap: wrap;
  margin-top: 5px;
  align-items: start;
}

.grid-view .listing-main article .listing-content .listing-contact-info .listing-phone,
.grid-view .listing-main article .listing-content .listing-contact-info .listing-date {
  border: none;
  margin-top: 5px;
  margin-bottom: 5px;
}

.grid-view .listing-main article .listing-rating {
  flex-wrap: wrap;
}

.grid-view .listing-main article .listing-rating .rating-text {
  width: 100%;
  text-align: left;
  margin: 10px 0 0 0;
}

.grid-view .listing-main article .listing-excerpt,
.grid-view .listing-main article .read-more {
  display: none;
}

.grid-view .listing-main article .wishlist-icon {
  position: absolute;
  right: 20px;
  left: auto;
  top: 20px;
}

/*-*/
.author-profile-wrapper .grid-view .listing-main article .listing-content svg {
  display: none;
}
.author-profile-wrapper .grid-view .listing-main article .listing-content .listing-rating svg {
  display: inline-flex;
}
.author-profile-wrapper .grid-view .listing-main .listing-contact-info,
.event-page .listing-contact-info {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.author-profile-wrapper .grid-view .listing-main .listing-phone,
.author-profile-wrapper .grid-view .listing-main .listing-date,
.event-page .listing-phone,
.event-page .listing-date {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  color: var(--blue);
  position: relative;
}

.author-profile-wrapper .grid-view .listing-main .listing-phone a,
.event-page .listing-phone a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  color: var(--blue);
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  padding-inline-start: 25px;
}
.author-profile-wrapper .grid-view .listing-main .listing-date a,
.event-page .listing-date a {
  position: relative;
  padding-inline-start: 25px;
}
.author-profile-wrapper .grid-view .listing-main .listing-phone a:hover,
.event-page .listing-phone a:hover {
  color: var(--grey);
}

.author-profile-wrapper .grid-view .listing-main .listing-contact-info .listing-phone,
.author-profile-wrapper .grid-view .listing-main .listing-contact-info .listing-date,
.event-page .listing-contact-info .listing-phone,
.event-page .listing-contact-info .listing-date {
  padding-inline-end: 10px;
  margin-inline-end: 10px;
  border-inline-end: 1px solid #002b5b33;
}
.author-profile-wrapper .grid-view .listing-main .listing-contact-info .listing-phone,
.event-page .listing-contact-info .listing-phone {
  padding-inline-start: 0;
}
.author-profile-wrapper .grid-view .listing-main .listing-contact-info .listing-phone > a,
.event-page .listing-contact-info .listing-phone > a {
  padding-inline-start: 25px;
}

.author-profile-wrapper .grid-view .listing-main .listing-timing,
.event-page .listing-timing {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  color: var(--blue);
  position: relative;
  padding-inline-start: 25px;
}

.author-profile-wrapper .grid-view .listing-main article .listing-content .listing-contact-address,
.author-profile-wrapper .grid-view .listing-main .listing-date,
.event-page .listing-date {
  position: relative;
  padding-inline-start: 25px;
}
.author-profile-wrapper .grid-view .listing-main .listing-phone > a::before,
.author-profile-wrapper .grid-view .listing-main .listing-timing::before,
.author-profile-wrapper .grid-view .listing-main article .listing-content .listing-contact-address::before,
.author-profile-wrapper .grid-view .listing-main .listing-date::before,
.event-page .listing-phone > a::before,
.event-page .listing-timing::before,
.event-page .details-card .listing-contact-address::before,
.event-page .listing-date::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 16px;
  height: 18px;
  display: inline-block;
  vertical-align: top;
  background-image: url("../images/history-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
}
.author-profile-wrapper .grid-view .listing-main article .listing-content .listing-contact-address svg,
.grid-view .listing-main article .listing-content .listing-contact-address svg {
  margin-top: 2px;
}
.author-profile-wrapper .grid-view .listing-main .listing-timing::before,
.event-page .listing-timing::before {
  background-size: 14px;
}

.author-profile-wrapper .grid-view .listing-main .listing-phone > a::before,
.event-page .listing-phone > a::before {
  background-image: url("../images/call-blue.svg");
}

.author-profile-wrapper .grid-view .listing-main article .listing-content .listing-contact-address::before,
.event-page .details-card .listing-contact-address::before {
  background-image: url("../images/location-pin-blue.svg");
  background-size: 12px;
}

.author-profile-wrapper .grid-view .listing-main .listing-date::before,
.event-page .listing-date::before {
  background-image: url("../images/calendar.svg");
  background-size: 12px;
}

.author-profile-wrapper .grid-view .listing-main .listing-excerpt,
.event-page .listing-excerpt {
  margin-top: 15px;
}

.author-profile-wrapper .grid-view .listing-main .listing-excerpt p,
.event-page .listing-excerpt p {
  width: auto;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: var(--grey);
  min-width: 0;
}
/* Grid View Css End */

/* Details page Start */
.breadcrumb-slider {
  opacity: 0;
  visibility: hidden;
}

.breadcrumb-slider.slick-initialized {
  opacity: 1 !important;
  visibility: visible;
}

.breadcrumb-slider .slide-image img {
  width: 100%;
  object-fit: cover;
  height: 380px;
}

.details-columns-wrapper {
  margin-top: 40px;
  margin-bottom: 55px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.event-page .details-columns-wrapper {
  margin-top: 0;
}

.details-columns-wrapper .col-left {
  width: calc(100% - 422px);
}
.details-list-wrapper {
  padding-bottom: 15px;
}
.details-columns-wrapper .col-right {
  width: 383px;
  margin-inline-start: 39px;
  position: sticky;
  top: 170px;
}

.box.working-hours {
  padding-top: 12px;
  width: 37.5%;
  padding-inline-start: 32px;
}
.box.working-hours h3 {
  color: #2b273c;
  font-weight: 500;
}
.map-time-box-inner .box.map-box .get-direction {
  padding: 12px 16px;
  display: flex;
  animation: c;
  justify-content: space-between;
}
.map-time-box {
  padding-top: 15px;
  margin-bottom: 30px;
}
.map-time-box-inner {
  padding: 12px;
  border-radius: 12px;
  border: 1px solid #e6e8ec;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: start;
}
.tab-content h2 {
  margin-bottom: 18px;
  font-weight: 600;
  font-size: 26px;
  line-height: 34px;
}
.map-time-box-inner .box.map-box {
  background-color: #f5f7fb;
  display: flex;
  flex-direction: column;
  width: 62.5%;
  border-radius: 12px;
}
.details-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  border-radius: 12px;
  background: #f5f7fb;
  border: 1px solid #e6e8ec;
}

.details-card-top {
  display: flex;
  align-items: flex-start;
  /* align-items: center; */
  justify-content: space-between;
  width: 100%;
}
.details-card .details-card-top-left {
  max-width: 130px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
}

.details-card .listing-title {
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
  text-transform: capitalize;
}

.details-card .listing-rating {
  margin-top: 12px;
  display: inline-flex;
  align-items: center;
  line-height: 0;
}
.details-card .listing-rating img {
  width: 22px;
  height: 22px;
  border-radius: 3px;
}
.details-card-top-right .parent-category {
  display: flex;
  font-size: 14px;
  line-height: 20px;
  color: #6b7280;
  margin-top: 12px;
  margin-bottom: 12px;
}
.details-card-top-right .claim-info {
  display: flex;
  margin-bottom: 20px;
}
.details-card-top-right .claim-info > * {
  text-decoration: none;
  color: var(--blue);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: all 0.3s ease-in-out;
  line-height: 1;
}
.details-card-top-right .claim-info > *:hover {
  color: var(--gold);
}
.details-card-top-right .claim-info > *:hover svg path {
  fill: var(--gold);
}
.details-card-top-right .claim-info a.btn-pending svg circle {
  transition: all 0.3s ease-in-out;
}
.details-card-top-right .claim-info a.btn-pending:hover svg circle {
  fill: var(--gold);
}
.details-card-top-right .claim-info > .btn-verified:not(:hover) {
  color: #27ae60;
}
.details-card-top-right .claim-info > .btn-verified:not(:hover) svg path {
  fill: #27ae60;
}
.details-card-top-right .claim-info a.btn-pending svg {
  width: 20px;
  height: 20px;
}
.details-card .listing-rating img:not(:nth-last-child(2)) {
  margin-inline-end: 3px;
}

.details-card .listing-rating .rating-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  margin-inline-start: 10px;
  color: var(--blue);
}

.details-card-top-right {
  line-height: 0;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
  width: calc(100% - 162px);
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
}
.details-card-top-right .info-card-wrapper {
  padding: 10px 15px;
  background: #ffffff;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  width: 100%;
  font-family: "Inter", sans-serif;
  margin-top: 12px;
}
.details-card-top-right img {
  /* width: 80px;
  height: 80px;
  border-radius: 10px; */
}
.details-card-top-right .btn img {
  width: 20px;
  height: 20px;
  margin-inline-end: 7px;
}
.detail-card-col-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 15px;
}

.detail-card-col-wrapper .detail-card-col-right {
  width: 295px;
}
.detail-card-col-wrapper .detail-card-col-left {
  width: calc(100% - 320px);
}
.detail-card-col-wrapper .listing-contact-info {
  margin-bottom: 10px;
  margin-top: 0;
}

.detail-card-col-wrapper .listing-links a img,
.organizer-card .card-right .listing-links a img {
  margin-inline-end: 10px;
}

.detail-card-col-wrapper .listing-links a,
.organizer-card .card-right .listing-links a {
  display: flex;
  align-items: center;
  color: var(--blue);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  text-decoration: none;
  white-space: normal;
  word-break: break-word;
  transition: all 0.3s ease-in-out;
}

.detail-card-col-wrapper .listing-links a:hover,
.organizer-card .card-right .listing-links a:hover {
  color: var(--grey);
}

.detail-card-col-wrapper .listing-links:last-child,
.organizer-card .card-right .listing-links {
  margin-top: 7px;
}

.details-card .button-wrapper,
.event-button-wrapper {
  margin-top: 30px;
  display: flex;
  align-items: flex-start;
}

.organizer-card .listing-phone {
  margin-top: 10px;
}

.details-card .button-wrapper a:not(:last-child) {
  margin-inline-end: 6px;
}

.event-button-wrapper a:not(:last-child) {
  margin-bottom: 10px;
}

.details-card .button-wrapper .btn,
.event-button-wrapper .btn {
  /* background: transparent; */
  position: relative;
}
.event-button-wrapper .btn {
  width: 100%;
}
.details-list-wrapper .detail-card-col-left .button-wrapper .btn {
  padding: 10px 14px;
}
.details-list-wrapper .detail-card-col-left .button-wrapper .btn-bordered {
  border-color: #e6e8ec;
}
.details-card .button-wrapper .btn:hover,
.event-button-wrapper .btn:hover {
  background: var(--gold);
}

.details-card .button-wrapper .btn img,
.details-card .button-wrapper .btn svg,
.event-button-wrapper .btn img,
.event-button-wrapper .btn svg,
.blog-details .entry-header .btn.btn-bordered img,
.blog-details .entry-header .btn.btn-bordered svg {
  margin-inline-end: 10px;
  transition: all 0.3s ease-in-out;
}

.details-card .button-wrapper .btn:hover img,
.event-button-wrapper .btn:hover img {
  filter: brightness(0) invert(1);
}

.details-card .button-wrapper .btn:hover svg path,
.event-button-wrapper .btn:hover svg path,
.blog-details .entry-header .btn.btn-bordered:hover svg path,
.blog-details .entry-header .btn.btn-bordered.active:hover svg path {
  stroke: #fff;
}
.blog-details .entry-header .btn.btn-bordered:hover svg path,
.blog-details .entry-header .btn.btn-bordered.active:hover svg path {
  fill: #fff;
}

.details-card .button-wrapper .btn.active svg,
.event-button-wrapper .btn.active svg,
.blog-details .entry-header .btn.btn-bordered.active svg {
  fill: var(--blue);
}

.details-card .button-wrapper .btn.active:hover svg,
.event-button-wrapper .btn.active:hover svg,
.blog-details .entry-header .btn.btn-bordered.active:hover svg {
  fill: var(--white);
}

.detail-card-col-right .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.details-list-wrapper .detail-card-col-left .button-wrapper {
  flex-wrap: wrap;
  row-gap: 15px;
}
.details-list-wrapper .detail-card-col-left .verified-trusted {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.details-list-wrapper .detail-card-col-left .verified-trusted img {
  max-width: 100px;
  height: auto;
}
.wrapper-inner {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  height: auto;
}
.wrapper-inner.payment-method {
  margin-bottom: 0;
  align-items: stretch;
}
.wrapper-inner.payment-method .payment-item {
  width: auto;
  padding: 10px 5px;
  align-items: center;
  justify-content: center;
  height: auto;
}
.wrapper-inner.payment-method .payment-item img {
  max-width: 75px;
  max-height: 75px;
  object-fit: contain;
  height: auto;
  width: auto;
  align-items: center;
  justify-content: center;
}
.food-delivery-brands .btn {
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  font-family: "Inter", sans-serif;
  padding: 6px 11px;
  text-transform: capitalize;
}
.food-delivery-brands .sooqselect-leads-wrapper {
  width: 33.333%;
  padding: 4px;
}
.food-delivery-brands .sooqselect-leads {
  flex-direction: column;
  gap: 5px;
}
.food-delivery-brands .sooqselect-leads-wrapper a {
  padding: 16px 10px;
  background: #ffffff;
  border: 1px solid #e6e8ec;
  border-radius: 8px;
  display: flex;
  gap: 20px;
  text-decoration: none;
  width: 100%;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.details-card-top-right .info-card-wrapper .listing-contact-address a {
  padding: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #757280;
}
.details-card-top-right .info-card-wrapper a:hover,
.details-card-top-right .info-card-wrapper .listing-contact-address a:hover {
  color: var(--gold);
}
.wrapper-inner > * {
  flex-shrink: 0;
  display: flex;
  text-decoration: none;
  width: 100%;
}
.details-card .detail-card-col-right .social-links-wrapper a:not(:last-child) {
  margin-inline-end: 7px;
}
.wrapper-inner span.social-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #1a1a1a;
  font-family: "Inter", sans-serif;
  padding: 0;
  margin-bottom: 8px;
}
.wrapper-inner img {
  display: inline-flex;
  max-width: 110px;
}
.details-card-top-right .info-card-wrapper a.sooqselect-leads img {
  height: 24px;
  width: 24px;
}
.details-card-top-right .info-card-wrapper a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #2b273c;
  text-decoration: none;
}
.details-card-top-right .info-card-wrapper > div:not(:last-child) {
  border-bottom: 1px solid #eeeeef;
}
.details-card .details-card-bottom {
  width: 100%;
  border-top: 1px solid #e6e8ec;
  padding: 12px 0px;
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
  gap: 0px;
}
.details-card .details-card-bottom .detail-card-col-right {
  width: 257px;
}
.details-card .details-card-bottom .detail-card-col-left {
  width: calc(100% - 257px);
  display: flex;
  align-items: center;
  justify-content: end;
  padding-inline-start: 20px;
}
/*
.details-card .detail-card-col-right a {
  text-decoration: none;
  line-height: 0;
  display: inline-flex;
  margin-top: 10px;
}

.details-card .detail-card-col-right a:not(:last-child) {
  margin-inline-end: 6px;
}*/

.details-card .detail-card-col-right a img {
  transition: all 0.3s ease-in-out;
}

.details-card .detail-card-col-right a:hover img {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.details-card .details-card-top-left .business-logo {
  display: flex;
  margin-bottom: 35px;
}
.verified-trusted img {
  height: auto;
  width: auto;
}
.details-card .details-card-top-left .whatsapp-contact-wrapper {
  display: flex;
  margin-top: 10px;
}
.details-card .details-card-top-left .business-logo img {
  max-width: 130px;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  border-radius: 8px;
}
.details-card .details-card-top-left .whatsapp-contact-wrapper img {
  width: 130px;
  height: auto;
}
.verified-trusted {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.listing-main article .verified-trusted {
  margin-top: 32px;
  justify-content: center;
  align-items: center;
}
.listing-main article .verified-trusted img {
  height: auto;
  max-width: 92px;
}
.grid-view .listing-main .product-list-wrapper article .verified-trusted {
  right: 67px;
  top: 20px;
}
.details-columns-wrapper .col-left > .wrapper-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0px -15px;
  padding: 15px 0px;
  position: relative;
}
.details-columns-wrapper .col-left > .wrapper-inner + .wrapper-inner:before {
  content: "";
  position: absolute;
  border-top: 1px solid rgb(0 43 91 / 10%);
  left: 15px;
  right: 15px;
  top: 0;
}
.details-columns-wrapper .col-left > .wrapper-inner > * {
  display: flex;
  max-width: 65px;
  width: 100%;
  height: 100%;
  margin: 15px;
}
.details-columns-wrapper .col-left > .wrapper-inner h4.section-heading {
  max-width: initial;
  margin-bottom: 0;
}
.details-columns-wrapper .col-left > .wrapper-inner img {
  display: flex;
  max-width: 65px;
  max-height: 46px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 8px;
}
/* Tabs */
.tabs,
.reviews-tabs {
  display: flex;
  flex-wrap: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  border-bottom: 1px solid #e6e8ec;
  margin: 30px 0 24px;
  padding: 0;
}

.tabs .tab,
.tabs .tab a,
.tabs .auth-tab,
button.reviews-tab-button {
  list-style: none;
  padding: 11px 0;
  cursor: pointer;
  position: relative;
  text-transform: capitalize;
  transition: color 0.3s ease-in-out;
  white-space: nowrap;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #6b7280;
  font-family: "Inter", sans-serif;
  text-decoration: none;
}
.details-columns-wrapper #listingTabs {
  position: sticky;
  top: var(--headerHeight);
  background: var(--white);
  z-index: 9;
}
button.reviews-tab-button {
  border: none;
  background: transparent;
}
.tabs .tab:not(:last-child),
.tabs .auth-tab:not(:last-child),
.reviews-tab-button:not(:last-child) {
  margin-inline-end: 28px;
}

.tabs .tab.active,
.tabs .tab:hover,
.tabs .tab:hover a,
.tabs .tab.active a,
.tabs .auth-tab.active,
.tabs .auth-tab:hover,
.reviews-tab-button.is-active,
.reviews-tab-button:hover {
  color: var(--blue);
  font-weight: 700;
}

.tabs .tab.active::after,
.tabs .tab:hover::after,
.tabs .auth-tab.active::after,
.tabs .auth-tab:hover::after,
.reviews-tab-button.is-active::after,
.reviews-tab-button:hover::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--blue);
  border-radius: 2px 2px 0 0;
}

.tab-content {
  margin-bottom: 30px;
}

.tab-panel {
  display: none;
  font-size: 16px;
  line-height: 1.6;
  color: var(--grey);
  margin: 40px 0;
}
.tab-content .tab-panel:first-child {
  margin-top: 24px;
}

.single-listings .tab-panel,
.tab-panel.active {
  display: block;
}

.tab-panel p:not(:last-child) {
  margin-bottom: 16px;
}

.btn-logout {
  margin-top: 20px;
}

.logged-in .authencate-wrapper .authencate-card {
  max-width: 420px;
  margin: 0 auto;
  background: #ffffff;
  padding: 35px 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.logged-in .authencate-wrapper p:first-child::before {
  content: "👋 ";
}

.logged-in .authencate-wrapper p:last-child {
  margin: 0;
}

/* Quick Info Tab */
.quick-info-content {
  padding: 24px;
  border: 1px solid #e9e9e9;
  border-radius: 12px;
}
.service-speciality-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 -8px 30px;
}

.service-speciality-wrap .service-wrap,
.specialties-wrap {
  width: 50%;
  padding: 0px 8px;
}

.service-speciality-wrap .service-wrap ul,
.specialties-wrap ul {
  padding: 0;
}
.service-speciality-wrap .btn.btn-bordered {
  margin-top: 20px;
}
.service-speciality-wrap .service-wrap ul li,
.specialties-wrap ul li {
  font-size: 14px;
  line-height: 18px;
  color: #4f4f4f;
  padding: 12px 0;
  border-bottom: 1px solid #e9e9e9;
  list-style: none;
}

.quick-info-content div:empty {
  display: none;
}

.list-gallery-menu-slider {
  background: linear-gradient(90deg, #081f4d 0%, #0c2f6c 100%);
  border-radius: 12px;
  padding: 24px;
}
.list-gallery-menu-slider h2 {
  color: var(--white);
}

/* Gallery Tab */

.list-gallery-slider,
.gallery-wrapper .video-slider,
.gallery-wrapper .slick-track {
  width: 100%;
}
.gallery-wrapper .video-slider,
.gallery-wrapper .slick-track {
  display: flex;
}
.list-gallery-slider .slick-track {
  margin-inline-start: 0;
}

.list-gallery-slider .slick-list {
  margin: 0 -5px;
}

.list-gallery-slider .slick-arrow.slick-next {
  right: -3px;
}

.list-gallery-slider .slide {
  padding: 0 5px;
  height: 180px;
}

.list-gallery-slider img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.list-gallery-slider .slick-arrow {
  top: -50px;
  right: 0;
  left: auto;
  border: none;
  background-color: transparent;
}
.details-columns-wrapper .gallery-wrapper {
  padding: 24px;
  background: #f5f7fb;
  border-radius: 12px;
  margin-top: 16px;
  display: flex;
  flex-direction: column;
}
.list-gallery-slider .slick-arrow.slick-prev {
  right: 25px;
}
.details-columns-wrapper .gallery-wrapper .list-gallery-slider {
  margin-bottom: 24px;
}
.list-gallery-slider:not(.slick-initialized),
.video-slider:not(.slick-initialized),
.list-gallery-slider:not(.slick-initialized),
.similar-products-slider:not(.slick-initialized) {
  display: flex;
}
.video-slider:has(> .video-inner-wrapper:nth-child(1)):not(:has(> .video-inner-wrapper:nth-child(2))) .video-inner-wrapper {
  width: 100%;
  height: auto;
  display: flex;
}
.video-slider:has(> .video-inner-wrapper:nth-child(2)):not(:has(> .video-inner-wrapper:nth-child(3))) .video-inner-wrapper {
  width: 50%;
  height: auto;
  display: flex;
}
.video-slider:has(> .video-inner-wrapper:nth-child(3)):not(:has(> .video-inner-wrapper:nth-child(4))) .video-inner-wrapper {
  width: 33.33%;
  height: auto;
  display: flex;
}
.video-slider:has(> .video-inner-wrapper:nth-child(4)):not(:has(> .video-inner-wrapper:nth-child(5))) .video-inner-wrapper {
  width: 25%;
  height: auto;
  display: flex;
}

.video-slider:has(> .video-inner-wrapper:nth-child(1)):not(:has(> .video-inner-wrapper:nth-child(2))) .video-inner-wrapper > *,
.video-slider:has(> .video-inner-wrapper:nth-child(2)):not(:has(> .video-inner-wrapper:nth-child(3))) .video-inner-wrapper > *,
.video-slider:has(> .video-inner-wrapper:nth-child(3)):not(:has(> .video-inner-wrapper:nth-child(4))) .video-inner-wrapper > *,
.video-slider:has(> .video-inner-wrapper:nth-child(4)):not(:has(> .video-inner-wrapper:nth-child(5))) .video-inner-wrapper > * {
  position: static;
}

.list-gallery-menu-slider .slide {
  height: auto;
}
.list-gallery-menu-slider .slide a {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  padding-top: calc(100% + 12%);
  width: 100%;
  display: flex;
  background-color: var(--white);
}
.list-gallery-menu-slider .slide a img {
  border-radius: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: contain;
}

/* =====================================
   SINGLE OFFER PAGE – COMPLETE CSS
===================================== */

.single-offer-page {
  padding: 50px 0;
  background: #fff;
}

/* =========================
   TITLE
========================= */
.offer-title-section {
  margin-bottom: 25px;
}

.offer-title {
  font-size: 28px;
  font-weight: 600;
  color: var(--blue);
  line-height: 1.4;
  text-transform: capitalize;
}

/* =========================
   GALLERY WRAPPER
========================= */
.offer-gallery-wrapper {
  margin-bottom: 40px;
}

/* =========================
   MAIN IMAGE SLIDER
========================= */
.offer-gallery-main {
  position: relative;
  margin-bottom: 15px;
}

.offer-gallery-main .slick-list {
  border-radius: 10px;
  overflow: hidden;
}

.offer-gallery-slide {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  /* FIX HEIGHT */
  background: #f2f2f2;
}

.offer-gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* =========================
   ARROWS (Woo Style)
========================= */
.offer-gallery-main .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  z-index: 5;
  border: none;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
}

.offer-gallery-main .slick-prev {
  left: 15px;
}

.offer-gallery-main .slick-next {
  right: 15px;
}

.offer-gallery-main .slick-arrow:hover {
  background: var(--gold);
}

.offer-gallery-main .slick-arrow:hover svg path {
  fill: #fff;
}

.offer-gallery-main .slick-arrow.slick-next::after {
  transform: rotate(0) translate(2px, 0);
}

.offer-gallery-main .slick-arrow.slick-prev::after {
  transform: rotate(180deg) translate(1px, 0);
}

.offer-gallery-main .slick-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

ul.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0px 0px;
}
ul.slick-dots li {
  list-style: none;
  margin: 0px 3px;
}
ul.slick-dots li button {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  font-size: 0;
  background-color: var(--blue);
  border: none;
}
.weekend-offers:has(.slick-slider) ul.slick-dots li button,
.site-header + .listing-page .inner-pages-breadcrumb ul.slick-dots li button {
  background-color: var(--white);
}
.weekend-offers:has(.slick-slider) ul.slick-dots li.slick-active button,
.site-header + .listing-page .inner-pages-breadcrumb ul.slick-dots li.slick-active button,
ul.slick-dots li.slick-active button {
  background-color: var(--gold);
}
/* =========================
   THUMBNAILS
========================= */
.offer-gallery-thumbs {
  margin-top: 10px;
}

.offer-gallery-thumbs .slick-track {
  display: flex !important;
  justify-content: center;
}

.offer-gallery-thumb-slide {
  padding: 0 6px;
  cursor: pointer;
  opacity: 0.6;
  transition: all 0.3s ease;
}

.offer-gallery-thumb {
  width: 100%;
  height: 90px;
  object-fit: cover;
  border-radius: 6px;
  border: 2px solid transparent;
  background: #eee;
}

/* Active thumbnail */
.offer-gallery-thumb-slide.slick-current {
  opacity: 1;
}

.offer-gallery-thumb-slide.slick-current .offer-gallery-thumb {
  border-color: var(--blue);
}

/* Hover */
.offer-gallery-thumb-slide:hover {
  opacity: 1;
}

/* =========================
   CONTENT SECTION
========================= */
.offer-content-section {
  margin-top: 40px;
}

.offer-content {
  max-width: 900px;
  font-size: 16px;
  line-height: 1.8;
  color: #444;
}

.offer-content-section .offer-content {
  max-width: 100%;
}

.offer-content p {
  margin-bottom: 18px;
}

.offer-content h2,
.offer-content h3,
.offer-content h4 {
  margin-top: 30px;
  margin-bottom: 15px;
  color: var(--blue);
}

.offer-content ul,
.offer-content ol {
  padding-inline-start: 20px;
  margin-bottom: 18px;
}

.offer-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 20px 0;
}

/*==================================
    Magnific Gallery css Start 
 ==================================*/

.gallbox_items.popup-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr 1fr 1fr 1fr max-content max-content;
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-auto-flow: column;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.gallbox_item.d-none {
  display: none !important;
}

.gallbox_items.popup-gallery .gallbox_item {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  width: 222px;
}

.gallbox_items.popup-gallery .gallbox_item:nth-child(1) {
  grid-area: 1 / 1 / 3 / 3;
  width: 100%;
}

.gallbox_items.popup-gallery .gallbox_item:nth-child(2) {
  grid-area: 1 / 3 / 3 / 5;
  width: 100%;
}

.gallbox_items.popup-gallery .gallbox_item .gallbox_imginner {
  height: 169px;
  position: relative;
  background: rgba(0, 0, 0, 0.1);
}

.gallbox_items.popup-gallery .gallbox_item:nth-child(1) .gallbox_imginner {
  height: 339px;
}

.gallbox_items.popup-gallery .gallbox_item .gallbox_imginner > a {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}

.gallbox_items.popup-gallery .gallbox_item:nth-child(2) .gallbox_imginner {
  height: 339px;
}

.gallbox_items.popup-gallery .gallbox_item .gallbox_imginner .gboxout {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 1;
  will-change: transform, opacity;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-filter: brightness(0.95);
  filter: brightness(0.95);
  -webkit-transition:
    -webkit-transform.4s ease-in-out 0s,
    opacity 1.63s ease 0s,
    -webkit-filter.4s ease 0;
  -moz-transition:
    -moz-transform.4s ease-in-out 0s,
    opacity 1.63s ease 0s,
    filter.4s ease 0;
  -o-transition:
    -o-transform.4s ease-in-out 0s,
    opacity 1.63s ease 0s,
    filter.4s ease 0;
  transition:
    -webkit-transform.4s ease-in-out 0s,
    opacity 1.63s ease 0s,
    -webkit-filter.4s ease 0;
  transition:
    -moz-transform.4s ease-in-out 0s,
    opacity 1.63s ease 0s,
    filter.4s ease 0;
  transition:
    -o-transform.4s ease-in-out 0s,
    opacity 1.63s ease 0s,
    filter.4s ease 0;
  transition:
    transform.4s ease-in-out 0s,
    opacity 1.63s ease 0s,
    filter.4s ease 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
}

.gallbox_text {
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1.2;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 30px;
}

.gall-font-30 {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
}

.gall-font-more {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-top: 5px;
  color: #fff;
}

.gallbox_text_overlay .upload_icon {
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: center;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
  background: url("../images/add_photos_white.svg") center / contain no-repeat;
  width: 48px;
  height: 43px;
  margin: 0 auto;
}

/* ===========  When gallery has exactly 5 items ========== */

.gallbox_items.popup-gallery:has(.gallbox_item:nth-child(5):last-child) .gallbox_item:nth-child(5),
.gallbox_items.popup-gallery:has(.gallbox_item:nth-child(3):last-child) .gallbox_item:nth-child(3) {
  grid-row: 1 / span 2;
}

.gallbox_items.popup-gallery:has(.gallbox_item:nth-child(5):last-child) .gallbox_item:nth-child(5) .gallbox_imginner,
.gallbox_items.popup-gallery:has(.gallbox_item:nth-child(3):last-child) .gallbox_item:nth-child(3) .gallbox_imginner {
  height: 269px;
}

/* =========== EXACTLY 3 ITEMS → 3 EQUAL COLUMNS ========== */

.gallbox_items.popup-gallery:has(.gallbox_item:nth-child(3):last-child) {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-auto-flow: row;
}

/* Reset any desktop spanning */
.gallbox_items.popup-gallery:has(.gallbox_item:nth-child(3):last-child) .gallbox_item {
  grid-area: auto !important;
  width: 100%;
}

/* Equal heights */
.gallbox_items.popup-gallery:has(.gallbox_item:nth-child(3):last-child) .gallbox_imginner {
  height: 269px;
}

/* ============ EXACTLY 1 ITEM → FULL WIDTH ============== */

.gallbox_items.popup-gallery:has(.gallbox_item:only-child) {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-auto-flow: row;
}

/* Reset all grid positioning */
.gallbox_items.popup-gallery:has(.gallbox_item:only-child) .gallbox_item {
  grid-area: auto !important;
  width: 100%;
}

/* Full-height image */
.gallbox_items.popup-gallery:has(.gallbox_item:only-child) .gallbox_imginner {
  height: 269px;
}

@media only screen and (max-width: 1675px) {
  .listing-page .wrapper .left-col .filter-column.column-left {
    width: 225px;
    padding-inline-end: 24px;
  }
  .listing-page .wrapper .left-col .listing-column.column-right {
    width: calc(100% - 225px);
  }
}

/*==================================
    TABLET (≤1199px)
==================================*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .listing-main article {
    flex-direction: column;
    position: relative;
  }
  .listing-archive-card .listing-column-left {
    width: 100%;
    text-align: left;
  }
  .listing-main article .verified-trusted {
    justify-content: start;
  }
  .listing-archive-card .listing-column-right {
    width: 100% !important;
    padding-inline-start: 0px !important;
    padding-top: 20px;
  }
  .listing-main article .wishlist-icon {
    top: 20px;
  }
}

@media (max-width: 1199px) {
  .gallbox_items.popup-gallery {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-auto-flow: row;
  }

  .gallbox_items.popup-gallery .gallbox_item {
    width: 100%;
  }

  /* Reset desktop grid areas */
  .gallbox_items.popup-gallery .gallbox_item:nth-child(1),
  .gallbox_items.popup-gallery .gallbox_item:nth-child(2) {
    grid-area: auto;
  }

  /* Equal image heights */
  .gallbox_items.popup-gallery .gallbox_item .gallbox_imginner,
  .gallbox_items.popup-gallery .gallbox_item:nth-child(1) .gallbox_imginner,
  .gallbox_items.popup-gallery .gallbox_item:nth-child(2) .gallbox_imginner {
    height: 220px;
  }

  .gallbox_items.popup-gallery .gallbox_item:nth-child(1) {
    order: 1;
  }

  .gallbox_items.popup-gallery .gallbox_item:nth-child(2) {
    order: 2;
  }

  .gallbox_items.popup-gallery .gallbox_item:nth-child(3) {
    order: 3;
  }

  .gallbox_items.popup-gallery .gallbox_item:nth-child(4) {
    order: 5;
  }

  .gallbox_items.popup-gallery .gallbox_item:nth-child(5) {
    order: 6;
  }

  .gallbox_items.popup-gallery:has(.gallbox_item:nth-child(5):last-child) .gallbox_item:nth-child(5) {
    grid-row: 5;
    grid-column: 1 / -1;
  }

  /* Move "+More" to end */
  .gallbox_items.popup-gallery .gallbox_item:last-child {
    order: 99;
  }

  .footer ul li {
    width: 33.33%;
  }
}

/*==================================
    MOBILE (≤767px)
==================================*/

@media (max-width: 767px) {
  .deatils_gallbox {
    margin-top: 30px;
    border-radius: 8px;
  }

  .gallbox_items.popup-gallery {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto !important;
    grid-auto-flow: row !important;
  }

  .gallbox_items.popup-gallery .gallbox_item {
    grid-area: auto !important;
    grid-column: 1 / -1 !important;
    width: 100%;
  }

  .gallbox_items.popup-gallery .gallbox_imginner {
    height: 200px !important;
  }

  .gallbox_text {
    padding: 20px 0;
  }

  .list-gallery-slider .slick-arrow {
    top: 39%;
  }
  .listing-sort .select-filter-wrapper:not(:has(.verified-filter)) {
    width: 50%;
  }
  .details-card-top {
    flex-direction: column;
  }
  .details-card .details-card-top-left,
  .details-card-top-right {
    width: 100%;
  }
  .details-card .details-card-top-left {
    margin-bottom: 20px;
    align-items: center;
    justify-content: center;
    max-width: initial;
  }
  .verified-trusted {
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
  }
  .details-card .details-card-bottom .detail-card-col-right,
  .details-card .details-card-bottom .detail-card-col-left {
    width: 100%;
    padding-inline-start: 0px;
  }
  .map-time-box-inner .box.map-box,
  .box.working-hours {
    width: 100%;
  }
  .box.working-hours {
    padding-top: 20px;
    padding-inline-start: 0px;
  }
  .listing-page .wrapper .left-col {
    flex-direction: column;
  }
  .listing-page .wrapper .left-col .filter-column.column-left,
  .listing-page .wrapper .left-col .listing-column.column-right {
    width: 100%;
    padding-inline-end: 0px;
  }
  .advertisement_arrows.container {
    display: none !important;
  }
}

@media (max-width: 575px) {
  .listing-main article {
    flex-direction: column;
    position: relative;
  }
  .listing-archive-card .listing-column-left {
    width: 100%;
    text-align: left;
  }
  .listing-main article .verified-trusted {
    justify-content: start;
  }
  .listing-archive-card .listing-column-right {
    width: 100% !important;
    padding-inline-start: 0px !important;
    padding-top: 20px;
  }
  .listing-main article .wishlist-icon {
    top: 20px;
  }
}
/*==================================
    SMALL MOBILE (≤480px)
==================================*/

@media (max-width: 480px) {
  .gallbox_items.popup-gallery .gallbox_imginner {
    height: 180px;
  }
}

.mfp-title {
  font-size: 14px;
}

/*==================================
    Magnific Gallery css End 
 ==================================*/
/* =========================
   RESPONSIVE
========================= */
@media (max-width: 992px) {
  .offer-title {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .offer-gallery-thumb {
    height: 70px;
  }

  .offer-gallery-main .slick-arrow {
    width: 34px;
    height: 34px;
  }
}

@media (max-width: 480px) {
  .offer-gallery-thumb {
    height: 60px;
  }
}

/* Menu Tab */

.wysiwyg-content {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: var(--grey);
}

.wysiwyg-content p {
  margin: 0 0 16px;
}

.wysiwyg-content h1,
.wysiwyg-content h2,
.wysiwyg-content h3,
.wysiwyg-content h4,
.wysiwyg-content h5,
.wysiwyg-content h6 {
  margin: 24px 0 12px;
  font-weight: 600;
  color: #222;
  line-height: 1.3;
}

.wysiwyg-content h1 {
  font-size: 32px;
}

.wysiwyg-content h2 {
  font-size: 26px;
}

.wysiwyg-content h3 {
  font-size: 22px;
}

.wysiwyg-content h4 {
  font-size: 18px;
}

.wysiwyg-content h5 {
  font-size: 16px;
}

.wysiwyg-content h6 {
  font-size: 14px;
}

.wysiwyg-content a {
  color: var(--gold);
  text-decoration: underline;
  transition: color 0.2s ease;
}

.wysiwyg-content a:hover {
  color: var(--blue);
}

.wysiwyg-content ul,
.wysiwyg-content ol {
  margin: 0 0 16px 24px;
  padding: 0;
}

.wysiwyg-content li {
  margin-bottom: 8px;
}

.wysiwyg-content ul {
  list-style-type: disc;
}

.wysiwyg-content ol {
  list-style-type: decimal;
}

.wysiwyg-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 16px 0;
  border-radius: 10px;
}

.wysiwyg-content .alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.wysiwyg-content .alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.wysiwyg-content .aligncenter {
  display: block;
  margin: 0 auto 20px;
}

.wysiwyg-content blockquote {
  margin: 24px 0;
  padding: 16px 20px;
  border-inline-start: 4px solid var(--gold);
  background: #faf8f2;
  font-style: italic;
  color: #555;
}

.wysiwyg-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  font-size: 14px;
}

.wysiwyg-content th,
.wysiwyg-content td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: left;
}

.wysiwyg-content th {
  background: #f5f5f5;
  font-weight: 600;
}

.wysiwyg-content hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: 32px 0;
}

.wysiwyg-content pre {
  background: #1e1e1e;
  color: #f5f5f5;
  padding: 16px;
  border-radius: 8px;
  overflow-x: auto;
  font-size: 14px;
}

.wysiwyg-content code {
  background: #f4f4f4;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 14px;
}

.wysiwyg-content iframe {
  max-width: 100%;
  margin: 24px 0;
  border-radius: 10px;
}

.wysiwyg-content::after {
  content: "";
  display: block;
  clear: both;
}

/* iframe + video */

.video-wrapper .video-inner-wrapper {
  position: relative;
  display: inline-block;
  height: 400px;
  width: 100%;
  vertical-align: top;
  margin: 5px;
}
/* 
.video-wrapper .video-inner-wrapper:not(:last-child) {
  margin-bottom: 20px;
} */

.video-wrapper iframe,
.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
  border-radius: 12px;
  aspect-ratio: 16/9;
}

.listing-categories h3,
.listing-author h3 {
  font-size: 20px;
}

.listing-categories ul.listing-category-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
  gap: 5px;
}
.details-card-top-right ul.listing-category-list {
  margin: 0;
  padding: 0;
  border: none;
}
.details-card-top-right ul.listing-category-list a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #6b7280;
  text-decoration: none;
  margin-inline-end: 3px;
}
.listing-categories ul.listing-category-list a {
  font-size: 16px;
  font-weight: 400;
  color: var(--blue);
  line-height: 1.6;
  text-underline-offset: 2px;
  transition: all 0.3s ease-in-out;
}

.listing-categories ul.listing-category-list a:hover {
  color: var(--gold);
}

.listing-categories ul.listing-category-list li {
  display: inline-flex;
}

.listing-categories ul.listing-category-list li::after {
  content: ", ";
  color: var(--blue);
}

.listing-categories ul.listing-category-list li:last-child::after {
  content: "";
}

.listing-author {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.listing-author .author-box {
  display: flex;
  align-items: center;
  margin-top: 20px;
  flex-wrap: wrap;
}

.listing-author .author-details {
  width: 100%;
  margin-top: 10px;
}

.listing-author .author-box .author-image {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  margin-inline-end: 20px;
}

.listing-author .author-box .author-info {
  width: calc(100% - 120px);
}

.listing-author .author-box .author-info h4.author-name {
  word-break: break-word;
}

.listing-author .author-box .author-image img {
  box-sizing: border-box;
  width: 100px;
  height: 100px;
  background: #d9d9d9;
  border: 5px solid var(--white);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  overflow: hidden;
  object-fit: cover;
}

.listing-author .author-box p.author-bio {
  color: var(--grey);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.88;
}

.listing-author .author-social-media {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.listing-author .author-social-media a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  border: 1px solid var(--gold);
  line-height: 0;
}

.listing-author .author-social-media a:not(:last-child) {
  margin-inline-end: 7px;
}

.listing-author .author-social-media a:hover {
  background: var(--gold);
}

.listing-author .author-social-media a img {
  transition: all 0.1s ease-in-out;
}

.listing-author .author-social-media a:hover img {
  filter: brightness(0) invert(1);
}

.listing-inline-banner {
  max-height: 100px;
  overflow: hidden;
  border-radius: 10px;
}

.listing-inline-banner img {
  object-fit: cover;
  max-height: 100px;
  border-radius: 10px;
}

.listing-inline-banner {
  overflow: hidden;
  border-radius: 10px;
  line-height: 0;
  margin-bottom: 20px;
  max-height: initial;
  width: 100%;
  position: relative;
}

.blog-list .listing-inline-banner {
  grid-column: 1 / -1;
  margin-bottom: 30px;
  padding: 0 15px;
  max-height: initial;
}

.reviews-ratings .reviews-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #0f172a;
}

.reviews-ratings .reviews-summary {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.reviews-ratings .reviews-summary .listing-rating {
  margin-top: 0;
}

.reviews-ratings .summary-left {
  min-width: 160px;
  margin-inline-end: 30px;
}

.reviews-ratings .stars-row {
  color: #22c55e;
  font-size: 18px;
}

.reviews-ratings .score-text {
  font-size: 14px;
  font-weight: 600;
}

.reviews-ratings .total-reviews {
  font-size: 13px;
  color: #64748b;
}

.reviews-ratings .summary-middle {
  flex: 1;
  margin-inline-end: 30px;
}

.rating-row .listing-rating {
  line-height: 0;
  margin: 0;
}

.reviews-ratings .rating-row {
  display: flex;
  align-items: center;
  font-size: 13px;
  margin-bottom: 6px;
}

.reviews-ratings .rating-row span:first-child {
  margin-inline-end: 10px;
}

.reviews-ratings .progress {
  flex: 1;
  height: 16px;
  background: #ebebeb;
  margin-inline-end: 10px;
  margin-inline-start: 10px;
  max-width: 206px;
}

.reviews-ratings .progress span {
  display: block;
  height: 100%;
  background: var(--blue);
}

.reviews-ratings .count {
  width: 18px;
  text-align: right;
}

.reviews-ratings .write-review {
  padding: 12.5px 19px;
}

.reviews-ratings .write-review img {
  margin-inline-start: 10px;
  transition: all 0.3s ease-in-out;
}

.reviews-ratings .write-review:hover img {
  filter: brightness(0) invert(1);
}

.reviews-ratings .review-item {
  border-top: 1.5px solid #efefef;
  padding: 16px 0;
}

.reviews-ratings .review-header {
  display: flex;
  justify-content: space-between;
}

.reviews-ratings .review-header .listing-rating {
  margin-top: 0;
}

.reviews-ratings .review-date {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  color: var(--grey);
}

.reviews-ratings .review-user {
  font-size: 13px;
  font-weight: 700;
  margin: 6px 0;
}

.reviews-ratings .review-item p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: var(--grey);
  margin: 0;
}
.reviews-tab-panels .cld-like-dislike-wrap {
  margin-top: 10px;
  display: inline-flex;
}
.review-author-data img.review-avatar {
  border-radius: 4px;
  width: 36px;
  height: 36px;
  object-fit: cover;
  margin-inline-end: 15px;
}

.reviews-ratings .review-author-data {
  display: flex;
  align-items: center;
  padding: 16px 0;
}

.reviews-ratings .review-meta {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: var(--grey);
  text-transform: uppercase;
}

/* Reply Form Design */
.comment-actions {
  margin-top: 8px;
}

.comment-reply-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 500;
  color: var(--gold);
  text-decoration: none;
  padding: 6px 12px;
  border-radius: 20px;
  border: 1px solid var(--gold);
  background-color: rgba(206, 170, 49, 0.08);
  transition: all 0.25s ease;
}

.comment-reply-link::before {
  content: "";
  font-size: 14px;
  line-height: 1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23CEAA31' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 14 4 9 9 4'/%3E%3Cpath d='M20 20v-7a4 4 0 0 0-4-4H4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-inline-end: 6px;
  transition: all 0.25s ease;
}

.comment-reply-link:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 14 4 9 9 4'/%3E%3Cpath d='M20 20v-7a4 4 0 0 0-4-4H4'/%3E%3C/svg%3E");
}

.comment-reply-link:hover {
  background-color: var(--gold);
  color: var(--white);
  border-color: var(--gold);
}

.comment-reply-link:active {
  transform: scale(0.96);
}

/* ===============================
   REVIEW / REPLY FORM CONTAINER
================================ */
.comment-respond {
  max-width: 100%;
  margin: 40px auto;
  border: 1px solid #e6e8ec;
  border-radius: 12px;
  padding: 20px;
  font-family: "Poppins", sans-serif;
  position: relative;
}

.reviews-ratings .review-form .comment-respond {
  margin-bottom: 60px;
}

.comment-form-rating label,
.comment-form label {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: rgba(0, 43, 91, 0.8);
}

.comment-form label {
  text-align: left;
  margin-bottom: 5px;
}

.logged-in-as {
  text-align: center;
  font-size: 16px;
  color: #666;
  margin-bottom: 25px;
  max-width: 577px;
  margin-inline-start: auto;
  margin-inline-end: auto;
}

/* Title */
#reply-title {
  font-size: 20px;
  font-weight: 600;
  color: #0b3a6f;
  margin-bottom: 12px;
}

/* Cancel reply */
#reply-title small {
  display: block;
  margin-top: 8px;
}

#cancel-comment-reply-link {
  font-size: 13px;
  color: #888;
  text-decoration: none;
}

#cancel-comment-reply-link:hover {
  color: #ceaa31;
}

/* Logged-in text */

.logged-in-as a {
  color: var(--blue);
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.logged-in-as a:hover {
  color: var(--gold);
}

/* ===============================
   CANCEL REPLY — CROSS ICON ONLY
================================ */

#respond {
  position: relative;
}

/* Hide text, show cross */
#cancel-comment-reply-link {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 32px;
  height: 32px;
  font-size: 0;
  /* hide text */
  text-decoration: none;
  border-radius: 50%;
  background: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s ease;
}

/* Cross icon */
#cancel-comment-reply-link::before {
  content: "✕";
  font-size: 18px;
  font-weight: 500;
  color: var(--white);
}

/* Hover */
#cancel-comment-reply-link:hover {
  background: var(--blue);
}

#cancel-comment-reply-link:hover::before {
  color: var(--white);
}

/* Hide default "Reply to..." spacing */
.comment-reply-title small {
  margin: 0;
}

/* ===============================
   STAR RATING
================================ */

.comment-form-rating .star-rating {
  margin-top: 20px;
  justify-content: start;
  gap: 5px;
}
.comment-form-rating .star-rating span {
  width: 28px;
  height: 28px;
  font-size: 28px !important;
  border-radius: 4px;
  line-height: 1 !important;
}
.comment-form-rating {
  display: block;
  text-align: center;
  margin-bottom: 25px;
}

.comment-form p {
  margin-bottom: 15px;
  max-width: 100%;
  text-align: left;
}

.comment-form p.rating-error {
  font-size: 14px;
}

.comment-form .comment-form-cookies-consent {
  display: flex;
}

.comment-form .comment-form-cookies-consent input {
  margin-inline-end: 10px;
  margin-top: 7px;
}

.star-rating {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.star-rating span {
  cursor: pointer;
  font-size: 44px !important;
  line-height: 1.1 !important;
  color: #fff !important;
  display: inline-block;
  vertical-align: top;
  width: 47px;
  height: 47px;
  background: #d4d4d4;
  border-radius: 8px;
  transition:
    color 0.2s ease,
    transform 0.2s ease;
}

.star-rating span:hover,
.star-rating span.active {
  background: #01b67a;
  color: #fff !important;
}

/* ===============================
   COMMENT BOX
================================ */
.comment-form-comment {
  margin-bottom: 25px;
}

.comment-form-comment label {
  display: none;
}

.comment-form-comment textarea {
  width: 100%;
  min-height: 165px;
  border-radius: 16px;
  border: none;
  padding: 16px 18px;
  font-size: 16px;
  color: var(--blue);
  line-height: 1.7;
  resize: none;
  outline: none;
  background: var(--white);
  box-shadow: 0 0 0 1px #eee;
  font-family: "Poppins", sans-serif;
}

.comment-form-comment textarea::placeholder {
  color: #9aa5b1;
}

.reviews-ratings ul.children .review-item {
  background: #f4f5f6;
  padding: 30px;
  border-radius: 10px;
  margin: 15px 0;
}

.reviews-ratings ul.children {
  margin-inline-start: 48px;
}

.reviews-ratings ul.children .review-item .review-content a {
  color: var(--blue);
  transition: all 0.3s ease-in-out;
}

.reviews-ratings ul.children .review-item .review-content a:hover {
  color: var(--gold);
}

/* ===============================
   SUBMIT BUTTON
================================ */
.form-submit {
  text-align: center;
}

.form-submit .submit {
  background-color: var(--blue);
  color: var(--white);
  padding: 12px 24px;
  text-decoration: none;
  font-size: 15px;
  line-height: normal;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  border: 1px solid var(--blue);
  outline: none !important;
  cursor: pointer;
}

.form-submit .submit:hover {
  background: var(--gold);
  border-color: var(--gold);
  transform: translateY(-1px);
}

/* Pagination */
nav.navigation.post-navigation {
  border-bottom: 1.5px solid #efefef;
  padding-bottom: 30px;
}

.reviews-ratings .pagination {
  display: flex;
  margin: 20px 0;
}

.reviews-ratings .page {
  width: 30px;
  height: 30px;
  border-radius: 6px;
  border: 1px solid #cbd5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  cursor: pointer;
  margin-inline-end: 6px;
}

.reviews-ratings .page:last-child {
  margin-inline-end: 0;
}

.reviews-ratings .page.active {
  background: var(--blue);
  color: var(--white);
}

.reviews-ratings .reviews-summary .rating-text {
  font-size: 16px;
  font-weight: 400;
  color: var(--grey);
  line-height: 1.8;
  margin-inline-start: 10px;
}

.reviews-ratings .total-reviews,
.reviews-ratings .count {
  font-size: 14px;
  color: var(--grey);
  line-height: 1.8;
  font-weight: 400;
}

/* Review form */
.reviews-ratings .review-form {
  border-bottom: 1.5px solid #efefef;
}

.reviews-ratings .review-form h4 {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
}

.reviews-ratings .form-stars {
  margin-bottom: 12px;
}

.reviews-ratings .review-form textarea {
  width: 100%;
  height: 165px;
  border-radius: 10px;
  padding: 12px;
  resize: none;
  border: none;
  outline: none;
  box-shadow: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: rgba(0, 43, 91, 0.8);
  border: 1px solid #e6e8ec;
}

.reviews-ratings .review-form input[type="text"],
.reviews-ratings .review-form input[type="email"],
.reviews-ratings .review-form input[type="number"],
.reviews-ratings .review-form input[type="password"],
.reviews-ratings .review-form input[type="tel"],
.reviews-ratings .review-form input[type="url"],
.reviews-ratings .review-form input[type="date"],
.reviews-ratings .review-form input[type="datetime-local"],
.reviews-ratings .review-form input[type="month"],
.reviews-ratings .review-form input[type="week"],
.reviews-ratings .review-form input[type="time"],
.reviews-ratings .review-form input[type="search"],
.reviews-ratings .review-form select {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: rgba(0, 43, 91, 0.8);
  border: none;
}

.reviews-ratings .submit-review {
  background: var(--blue);
  color: var(--white);
  border: none;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 700;
  border-radius: 8px;
  cursor: pointer;
}

.reviews-ratings {
  margin-top: 40px;
}

/* Reviews tabs */
/*
.reviews-tabs {
  display: flex;
  gap: 8px;
  margin-top: 12px;
  margin-bottom: 16px;
}

.reviews-tab-button {
  border: 1px solid #d4d4d7;
  background: #f5f5f7;
  color: #333;
  padding: 6px 14px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 13px;
  line-height: 1.4;
}

.reviews-tab-button.is-active {
  background: #0073aa;
  border-color: #0073aa;
  color: #fff;
}

.reviews-tab-panels {
  margin-top: 4px;
}*/

.google-review-item:first-of-type {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

.reviews-tab-panel {
  display: none;
}

.reviews-tab-panel.is-active {
  display: block;
}

.google-review-item {
  margin-top: 16px;
  border-top: 1px solid #ececec;
  padding-top: 16px;
}

.google-review-photos {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.google-review-photos img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 4px;
}

.google-reviews-pagination {
  display: flex;
  gap: 6px;
  margin-top: 16px;
  flex-wrap: wrap;
}
/*
.google-reviews-pagination .page-numbers {
  display: inline-block;
  min-width: 26px;
  text-align: center;
  padding: 4px 6px;
  border: 1px solid #d4d4d7;
  border-radius: 3px;
  text-decoration: none;
  font-size: 13px;
  color: #333;
}

.google-reviews-pagination .page-numbers.current {
  background: #0073aa;
  border-color: #0073aa;
  color: #fff;
}
*/
.details-columns-wrapper .map-preview {
  margin-top: 0;
  border-radius: 12px 12px 0px 0px;
}

.details-columns-wrapper #custom-map {
  width: 100%;
  height: 283px;
  position: relative;
  overflow: hidden;
}

.details-columns-wrapper .map-preview iframe {
  border: 0;
  border-radius: 12px;
}

.details-columns-wrapper .map-box h3,
.details-columns-wrapper .map-box h3 {
  font-size: 16px;
  padding-bottom: 5px;
}

.details-columns-wrapper .hours-list {
  list-style: none;
  margin: 14px 0 0 0;
  padding: 0;
}

.details-columns-wrapper .hours-list li {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 7px 0;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  color: #757280;
  font-family: "Inter", sans-serif;
}
.details-columns-wrapper .hours-list li span.time.closed {
  color: #f00;
  font-weight: 700;
}

.details-columns-wrapper .hours-list li .day {
  min-width: 75px;
}
.sidebar-banner {
  margin-top: 30px;
}
.details-columns-wrapper .col-right > div:not(.sidebar-banner) {
  border: 1px solid #e9e9e9;
  padding: 15px 10px;
  border-radius: 8px;
  margin-bottom: 24px;
}
.wrapper-inner.food-delivery-brands {
  align-items: stretch;
}
.wrapper-inner.food-delivery-brands h4.section-heading {
  padding: 0px 10px;
}
.food-delivery-brands .sooqselect-leads-wrapper a img {
  max-height: 42px;
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.sidebar-banner img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 14px;
  overflow: hidden;
  object-fit: contain;
}

.details-columns-wrapper .tab-content #map #custom-map {
  height: 400px;
}

/* Similar Products Section Css Start */

.similar-products-image,
.market-flyers-slide .image-block {
  border-radius: 15px;
  overflow: hidden;
}

.similar-products-image img,
.market-flyers-slide .image-block img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.similar-products-item:hover .similar-products-image img,
.market-flyers-slide:hover .image-block img {
  transform: scale(1.05);
}

.similar-products-section {
  background-color: #f5f7fb;
  border-radius: 12px;
  padding: 20px;
}

.similar-products-section .slick-track,
.market-flyers-slider .slick-track,
.market-deals-slider .slick-track {
  margin-inline-start: 0;
}

.similar-products-section .title-section {
  margin-bottom: 20px;
  position: relative;
}
.similar-products-arrow {
  position: absolute;
  top: 0;
  right: 0px;
  display: flex;
  gap: 7px;
}
.similar-products-arrow > div {
  position: static;
}
.similar-products-section .similar-products-slider,
.market-flyers-slider,
.market-deals-slider {
  margin: 0 -10px;
}

.similar-products-slider .similar-products-item,
.market-flyers-slide,
.market-deals-slider .market-deals-slide {
  padding: 0 10px;
}

.similar-products-section .similar-products-slider .slick-arrow {
  top: 27%;
}

.similar-products-slider .similar-products-item a {
  text-decoration: none;
}

.similar-products-slider .similar-products-content {
  margin-top: 20px;
}

.market-flyers-section .market-flyers-content,
.market-deals-slider .market-deals-content {
  margin-top: 15px;
}

.similar-products-slider .similar-products-item h4,
.market-flyers-section .market-flyers-content h4,
.market-deals-slider .market-deals-content h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: var(--blue);
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease-in-out;
}

.market-flyers-section .market-flyers-content h4,
.market-flyers-section .market-deals-content h4,
.market-deals-slider .market-deals-content h4 {
  font-size: 16px;
}

.similar-products-slider .similar-products-item:hover h4,
.market-flyers-section .market-flyers-content h4:hover,
.market-deals-slider .market-deals-content h4:hover {
  color: var(--gold);
}

.similar-products-slider .similar-products-item p,
.market-flyers-section .market-flyers-content p,
.market-deals-slider .market-deals-content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: var(--blue);
  margin: 5px auto 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.market-flyers-section .market-flyers-content p,
.market-deals-slider .market-deals-content p {
  color: var(--grey);
  line-clamp: 1;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}

.post-navigation .nav-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  position: relative;
}

.post-navigation .nav-next a {
  text-align: right;
}

.post-navigation .nav-next a .nav-subtitle {
  justify-content: flex-end;
}

.post-navigation .nav-links .nav-next {
  margin-inline-start: auto;
}

.post-navigation .nav-subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: rgba(0, 0, 34, 0.733333);
  position: relative;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

.post-navigation .nav-previous .nav-subtitle::before,
.post-navigation .nav-next .nav-subtitle::after {
  content: "";
  position: relative;
  left: 0;
  top: 0;
  background-image: url("../images/double-chevron-left.svg");
  background-position: center;
  background-size: 10px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 10px;
  margin-inline-end: 10px;
}

.post-navigation .nav-next .nav-subtitle::after {
  transform: rotateY(180deg);
  margin-inline-start: 10px;
  margin-inline-end: 0;
}

.post-navigation .nav-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: var(--blue);
  margin-top: 10px;
  transition: all 0.3s ease-in-out;
}

.post-navigation .nav-subtitle:hover,
.post-navigation .nav-title:hover {
  color: var(--gold);
}

.comment-pagination ul {
  display: flex;
  list-style: none;
  padding: 0;
}

.comment-pagination a,
.comment-pagination span {
  padding: 6px 10px;
  border: 1px solid #ddd;
  text-decoration: none;
}

.comment-pagination .current {
  background: #000;
  color: #fff;
}

/* Similar Products Section Css Start */
/* Details Page End */

/* Event Page Start */
.event-page {
  padding-top: 40px;
}

.event-tabs-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.event-tabs-wrapper .tabs {
  margin: 0;
}

.event-tabs-wrapper .listing-sort {
  /* width: 300px;
  margin-bottom: 0;
  justify-content: flex-end; */
  background: transparent;
}
.events-tabs-panel .tab-content {
  padding-top: 20px;
}
.event-page .events-tabs-panel .tab-content {
  padding-top: 0px;
}
.sidebar-inner .sidebar-card {
  width: 100%;
  border-radius: 15px;
  padding: 24px;
  border: 1px solid #efefef;
}

.sidebar-inner h2.widgettitle {
  font-size: 16px;
  padding-bottom: 5px;
  margin-bottom: 24px;
}

.sidebar-inner .sidebar-card ul {
  list-style: none;
  padding: 0;
}

.sidebar-inner .sidebar-card .menu li:last-child {
  border-bottom: none;
}

.sidebar-inner .sidebar-card .menu li a {
  display: flex;
  align-items: center;
}

.sidebar-inner .sidebar-card .menu li:not(:last-child) {
  margin-bottom: 12px;
  border-bottom: 1px solid #eee;
  padding-bottom: 12px;
}

.sidebar-inner .sidebar-card .menu li {
  position: relative;
  display: flex;
  align-items: center;
}

.sidebar-inner .sidebar-card .menu li::before {
  content: "";
  position: relative;
  left: 0;
  top: 0;
  right: auto;
  width: 28px;
  height: 28px;
  background: rgb(0, 43, 91, 0.2) url(https://sooqselect.com/wp-content/themes/sooqselect/assets/images/double-blue-arrow.svg) no-repeat center;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-inline-end: 15px;
}

.sidebar-inner .sidebar-card .menu li a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-decoration-line: underline;
  text-underline-offset: 3px;
  color: var(--blue);
  transition: color 0.2s ease;
}

.sidebar-inner .sidebar-card .menu li:hover a {
  color: var(--gold);
}

.sidebar-inner .sidebar-card:not(:first-child) {
  margin-top: 30px;
}

/* Event Page End */

/* Loader */

.product-list-wrapper {
  position: relative;
}

.product-list-wrapper.loading::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(255 255 255 / 50%);
  z-index: 1;
}

.product-list-wrapper.loading::after {
  content: "";
  position: absolute;
  top: 30%;
  left: 50%;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  border: 3px solid #ceaa31;
  border-top-color: var(--blue);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  z-index: 2;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* Event Single page */
.event-single-hero {
  position: relative;
}

.event-single-image img {
  width: 100%;
  height: 442px;
  object-fit: cover;
}

.event-page .listing-top-header {
  padding-top: 0;
}

.event-single-content-inner .content-left {
  width: calc(100% - 300px);
}

.event-single-content-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.event-single-content-inner .event-button-wrapper {
  display: flex;
  flex-direction: column;
  margin-inline-start: 15px;
  max-width: 300px;
}

.event-single-hero h1 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.3;
  color: var(--white);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.event-single-hero p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: var(--white);
  margin-top: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.event-single-hero .event-button-wrapper .btn {
  background: transparent;
  border-color: var(--white);
  color: var(--white);
}

.event-single-hero .event-single-content {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  bottom: 90px;
}

.event-single-hero .event-single-image {
  line-height: 0;
}

.event-button-wrapper .btn img {
  filter: brightness(0) invert(1);
}

.event-single-hero .event-button-wrapper .btn svg {
  flex-shrink: 0;
}

.event-single-hero .event-button-wrapper .btn svg path {
  stroke: white;
}

.event-single-hero .event-button-wrapper .btn.active svg path {
  fill: white;
}

.event-single-hero .event-button-wrapper .btn:hover {
  background: var(--gold);
  border-color: var(--gold);
}

.events-tabs-panel .tabs .tab {
  padding: 0;
}

.events-tabs-panel .tabs .tab a {
  color: var(--blue);
  transition: color 0.3s ease-in-out;
  text-decoration: none;
  padding: 11px 0;
  display: inline-block;
  vertical-align: top;
}

.events-tabs-panel .tab:hover a {
  color: var(--gold);
}

.events-tabs-panel .tab.active a {
  color: var(--gold);
}

.event-page-content .title-block {
  margin-bottom: 20px;
}

.organizer-information .title-section {
  margin-bottom: 30px;
}

/* ---------- EVENT INFO BAR ---------- */
.event-info-bar {
  background: var(--white);
  margin: -40px auto 0;
  padding: 38px 40px;
  max-width: 98%;
  border-radius: 20px;
  box-shadow: 0px 3px 10px 0px #002b5b1a;
  z-index: 1;
  position: relative;
}

.event-info-bar .info-bar {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  column-gap: 10px;
}

.event-info-bar .info-item span {
  font-size: 14px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #002b5b80;
  display: block;
  margin-bottom: 5px;
}

.event-info-bar .info-item strong {
  font-size: 14px;
  line-height: normal;
  font-weight: 500;
  color: var(--blue);
}

.event-info-bar .icon {
  background: #fbf9ef;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline-end: 10px;
}

.event-info-bar .info-item {
  display: flex;
  align-items: center;
}

.event-info-bar .info-item .text {
  display: flex;
  flex-direction: column;
}

.event-page-content p,
.event-page-content li {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.6;
}

.event-page-content li::marker {
  font-size: 14px;
}

.event-page-content li:not(:last-child) {
  margin-bottom: 5px;
}

.event-page-content p > strong {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: var(--grey);
  display: block;
}

.event-page-content ul {
  padding-inline-start: 25px;
}

.event-single-page .tab {
  padding-inline-start: 30px;
  padding-inline-end: 30px;
  border-radius: 8px 8px 0px 0px;
}

.event-single-page .tabs .tab.active,
.event-single-page .tabs .tab:hover {
  background: #ceaa311a;
}

.organizer-card {
  background: var(--white);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.07);
  border-radius: 30px;
  padding: 30px;
}

.organizer-card .card-top {
  display: flex;
  align-items: center;
  width: 100%;
}

.organizer-card .card-bottom {
  margin-top: 20px;
}

.organizer-card .card-bottom p:not(:last-child) {
  margin-bottom: 12px;
}

.organizer-card .card-top .card-left {
  margin-inline-end: 20px;
}

.organizer-card .card-top .card-right {
  width: calc(100% - 238px);
}

.organizer-card .card-top .image-block {
  line-height: 0;
  overflow: hidden;
  padding: 15px;
  border: 1px solid #ceaa31;
  border-radius: 10px;
  width: 206px;
  height: 136px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.organizer-card .card-top .image-block img {
  object-fit: contain;
  max-height: 112px;
}

.organizer-card .listing-contact-address {
  margin-top: 10px;
  flex-direction: row;
  gap: 13px;
  color: var(--blue);
}

.organizer-information {
  margin-bottom: 50px;
}

.card.ticket-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 24px;
  background: var(--white);
  border: 1px solid #efefef;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
}

.card.ticket-card h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: var(--blue);
  margin: 5px 0;
}

.card.ticket-card .btn-wrapper {
  margin-top: 30px;
}

.card.ticket-card .btn {
  width: 100%;
}

.card.ticket-card .btn:not(:first-child) {
  margin-top: 10px;
}

.card.ticket-card span,
.card.ticket-card small {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: rgba(0, 43, 91, 0.5);
}

.card.ticket-card .btn .icon {
  margin-inline-end: 10px;
  line-height: 0;
}

.card.ticket-card .note {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #efefef;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: rgba(0, 43, 91, 0.5);
  text-align: center;
}

.card.ticket-card .btn-outline {
  background: #fff;
  color: var(--blue);
}

.card.ticket-card .btn-outline:hover {
  background: var(--gold);
  color: var(--white);
}

.card.ticket-card .btn-outline:hover svg path {
  stroke: white;
}

/* Ticket Popup */
.ticket-popup {
  display: none;
}

.ticket-popup-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.ticket-popup-modal {
  width: 700px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.ticket-popup-header {
  background: #062f5b;
  color: #fff;
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ticket-popup-header h2 {
  margin: 0;
  color: var(--white);
  font-weight: 700;
  font-size: 17px;
}

.ticket-popup-header p {
  margin: 4px 0 0;
  font-size: 13px;
  font-weight: 400;
  color: var(--white);
}

.ticket-popup-close {
  width: 30px;
  height: 30px;
  background: #ffffff33;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 20px;
  flex-shrink: 0;
  transition: all 0.3s ease-in-out;
}

.ticket-popup-close:hover {
  background: var(--gold);
}

.ticket-popup-body {
  padding: 24px;
  background: #f2f4f7;
}

.ticket-popup-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.ticket-popup-field label {
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 5px;
  display: block;
  color: var(--blue);
}

.ticket-popup-field input,
.ticket-popup-field select {
  width: 100%;
  padding: 14px 20px;
  font-size: 16px;
  outline: none;
  border: 1px solid rgba(0, 43, 91, 0.7);
  box-shadow: 0px 4px 4px rgba(1, 1, 1, 0.02);
  border-radius: 10px;
  color: var(--blue);
}

.ticket-popup-field select {
  padding-inline-end: 50px;
}

.ticket-popup-field input::placeholder {
  color: #002b5b80;
}

.ticket-popup-field input:focus,
.ticket-popup-field select:focus {
  border-color: var(--blue);
}

.ticket-type-select {
  background-image: url("../images/chevron-down.svg");
  background-repeat: no-repeat;
  background-position: 97%;
  background-size: 15px;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  -ms-progress-appearance: none;
}

.ticket-popup-payment {
  margin-top: 24px;
}

.ticket-popup-payment h4 {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #002b5b1a;
}

.ticket-popup-total {
  font-weight: 600;
  margin: 16px 0;
  color: #0f172a;
}

.ticket-popup-total span {
  color: #16a34a;
  margin-inline-start: 8px;
}

.ticket-popup-options {
  display: flex;
  margin-bottom: 24px;
}

.ticket-popup-options input[type="radio"] {
  accent-color: var(--blue);
  position: relative;
  top: 3px;
  margin-inline-end: 10px;
}

.ticket-popup-options label {
  font-weight: 500;
  cursor: pointer;
  font-size: 14px;
  margin-inline-end: 30px;
}
.ticket-popup #stripe-card-wrap {
  margin: 20px 0px;
  max-width: 360px;
  border: 1px solid rgba(0, 43, 91, 0.7);
  padding: 12px;
  background: #ffffff;
  border-radius: 10px;
}
.ticket-popup #stripe-card-wrap label {
  margin-bottom: 20px;
}
.ticket-popup-btn {
  background: #01b67a;
  color: #fff;
  padding: 14px 15px;
  border-radius: 8px;
  border: none;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  width: 215px;
  transition: background 0.3s ease-in-out;
  text-transform: uppercase;
}

.ticket-popup-btn:hover {
  background: #15803d;
}

.ticket-popup-btn[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}

.ticket-popup-message {
  margin-top: 12px;
  padding: 10px;
  border-radius: 4px;
  font-size: 14px;
}

.ticket-popup-message.error {
  background: #ffe5e5;
  color: #b30000;
}

.ticket-popup-message.info {
  background: #fff7cc;
  color: #665200;
}

.ticket-popup-message.success {
  background: #e6ffed;
  color: #006622;
}

.ticket-popup-body .field-error {
  color: #dc2626;
  font-size: 13px;
  margin-top: 4px;
}

.ticket-popup-body .invalid {
  border-color: #dc2626 !important;
}

/* Contact Popup (mirrors ticket popup) */
.contact-popup {
  display: none;
}

.contact-popup-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.contact-popup-modal {
  width: 700px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.contact-popup-header {
  background: #062f5b;
  color: #fff;
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact-popup-header h2 {
  margin: 0;
  color: #fff;
  font-weight: 700;
  font-size: 17px;
}

.contact-popup-header p {
  margin: 4px 0 0;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
}

.contact-popup-close {
  width: 30px;
  height: 30px;
  background: #ffffff33;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 20px;
  flex-shrink: 0;
  transition: all 0.3s;
}

.contact-popup-close:hover {
  background: #d69e2e;
}

.contact-popup-body {
  padding: 24px;
  background: #f2f4f7;
}

.contact-popup-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.contact-popup-field.full,
.ticket-popup-field.full {
  grid-column: 1 / -1;
}

.contact-popup-field label {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 5px;
  display: block;
  color: var(--blue);
}

.contact-popup-field input,
.contact-popup-field textarea,
.form-popup-wrapper .form-popup-inner .form-card form input,
.form-popup-wrapper .form-popup-inner .form-card form textarea {
  width: 100%;
  padding: 14px 20px;
  font-size: 16px;
  outline: none;
  border: 1px solid rgba(0, 43, 91, 0.7);
  box-shadow: 0 4px 4px rgba(1, 1, 1, 0.02);
  border-radius: 10px;
  color: var(--blue);
  background: #fff;
  font-family: "Poppins", sans-serif;
}

.contact-popup-field input::placeholder,
.contact-popup-field textarea::placeholder {
  color: #002b5b80;
}

.contact-popup-field input:focus,
.contact-popup-field textarea:focus {
  border-color: var(--blue);
}

.contact-popup-btn {
  background: #01b67a;
  color: #fff;
  padding: 14px 15px;
  border-radius: 8px;
  border: none;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  width: 215px;
  transition: background 0.3s ease-in-out;
  margin-top: 10px;
  text-transform: uppercase;
}

.contact-popup-btn:hover {
  background: #15803d;
}

.contact-popup-btn[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}

.contact-popup-message {
  margin-top: 12px;
  padding: 10px;
  border-radius: 4px;
  font-size: 14px;
  display: none;
}

.contact-popup-message.error {
  background: #ffe5e5;
  color: #b30000;
  border-inline-start: 4px solid #b30000;
}

.contact-popup-message.success {
  font-weight: 500;
  background: #e6f4ea;
  color: #1e7e34;
  border-inline-start: 4px solid #1e7e34;
}

.contact-popup-field:has(input[type="checkbox"]) label {
  position: relative;
  padding-inline-start: 25px;
}
.contact-popup-field input[type="checkbox"] {
  width: auto;
  padding: 0;
  min-width: 18px;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 3px;
  height: auto;
  aspect-ratio: 1/1;
}
/* Offer and Coupons Page */
.offers-page {
  /* padding: 80px 0; */
  padding: 40px 0 80px;
}

.offers-page .title-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.offers-page .title-section .btn-wrapper .btn img {
  margin-inline-start: 15px;
  filter: brightness(0) invert(1);
}

.offers-page .title-section .add-icon {
  color: #fff;
  margin-inline-end: 10px;
  line-height: 20px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
}

.premium-coupons-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  margin: 0 -7.5px -15px;
  max-height: 495px;
  overflow-y: auto;
  scroll-behavior: smooth;
}

.premium-coupons-wrapper .coupons-col {
  padding: 0 7.5px;
  margin-bottom: 15px;
}
.details-columns-wrapper .coupons-card,
.premium-coupons-wrapper .coupons-card,
.author-favourites-list .coupons-card {
  border: 1.5px solid var(--gold);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 10px 10px 7px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  height: 100%;
  text-decoration: none;
  color: var(--blue);
  min-height: 110px;
}
.details-columns-wrapper .coupons-card .image-block {
  height: 100%;
  width: 100%;
}

.details-columns-wrapper .coupons-card .image-block img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.premium-coupons-wrapper .add-coupon-card {
  background: #fffbf0;
}
.author-post-list .author-post-item .coupons-col.standard .coupons-card,
.premium-coupons-wrapper .coupons-col.standard .coupons-card {
  border-color: #cdcdcd;
  background: #f2f4f7;
}
.premium-coupons-wrapper .coupons-col.standard .coupons-card .content {
  background: #f2f4f7;
}

.premium-coupons-wrapper .coupons-card:hover {
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.premium-coupons-wrapper .coupons-card .content {
  width: 100%;
}

.premium-coupons-wrapper .coupons-card h4,
.details-columns-wrapper .coupons-card h4 {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: var(--blue);
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.premium-coupons-wrapper .coupons-card .wishlist-icon {
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.premium-coupons-wrapper .coupons-card .image-block {
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}

.premium-coupons-wrapper .coupons-card .image-block img {
  max-height: 65px;
  max-width: 100%;
  object-fit: contain;
}

.premium-coupons-wrapper .coupons-card .wishlist-icon,
.author-favourites-list .coupons-card .wishlist-icon,
.details-columns-wrapper .coupons-card .wishlist-icon {
  top: 10px;
  right: 10px;
  cursor: pointer;
  height: 30px;
  width: 30px;
  display: flex;
}

.premium-coupons-wrapper .coupons-card .wishlist-icon svg,
.author-favourites-list .coupons-card .wishlist-icon svg {
  width: 30px;
  height: 30px;
}

.premium-coupons-wrapper .coupons-card .wishlist-icon svg path,
.author-favourites-list .coupons-card .wishlist-icon svg path {
  fill: none;
  transition: all 0.5s ease-in-out;
}

.premium-coupons-wrapper .coupons-card .wishlist-icon.active svg path,
.author-favourites-list .coupons-card .wishlist-icon.active svg path {
  fill: white;
}

.premium-coupons-wrapper .add-coupon-card .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #fffbf0;
}

.premium-coupons-wrapper .add-coupon-card .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #fffbf0;
  transform: translateY(100%);
  transition: all 0.4s ease-in-out;
}

.premium-coupons-wrapper .add-coupon-card:hover {
  background: #fffbf0;
}

.premium-coupons-wrapper .add-coupon-card .content div {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: var(--blue);
}

.premium-coupons-wrapper .add-coupon-card .content h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
  color: var(--blue);
}

.premium-coupons-wrapper .add-coupon-card:hover .content {
  transform: translateY(0);
}

.premium-coupons-wrapper::-webkit-scrollbar {
  height: 8px;
  width: 7px;
}

.premium-coupons-wrapper::-webkit-scrollbar-track {
  background: #eaeaea;
  border-radius: 20px;
}

.premium-coupons-wrapper::-webkit-scrollbar-thumb {
  background: #bfbfbf;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
}

.coupons-card .content .wishlist-feedback {
  right: 0;
  top: 40px;
}

.coupons-card .content .wishlist-feedback::after {
  transform: translateX(-20px) translateY(-17px) rotate(180deg);
}

.offer-coupon-banner {
  margin-top: 80px;
}
.single-offer-page .container section.offer-coupon-banner:first-child {
  margin-top: 0px;
}

.offer-coupon-banner .inline-banner {
  overflow: hidden;
  border-radius: 10px;
  line-height: 0;
}

.offer-coupon-banner .inline-banner img {
  object-fit: cover;
  max-height: 150px;
  border-radius: 10px;
}

.market-flyers-section {
  margin-top: 80px;
}

.market-deals-slider {
  /* display: grid;
  grid-template-columns: repeat(6, 1fr); */
}

.market-flyers-section .image-block img,
.market-deals-slider .image-block img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.market-deals-slider .market-deals-card:hover .image-block img {
  transform: scale(1.05);
}

/* Latest Market Deals & Coupons */

.market-deals-section {
  margin: 80px 0;
}

.market-deals-slider .image-block {
  border-radius: 5px;
  overflow: hidden;
  line-height: 0;
}

.market-deals-slider .image-block img {
  height: 130px;
}

.market-deals-card {
  padding: 10px;
  border: 1px solid #ceaa31;
  border-radius: 10px;
}

.market-deals-slider .slick-arrow {
  top: 25%;
}

.market-flyers-slider .slick-arrow {
  top: 35%;
}

.market-flyers-slider .slick-arrow.slick-next {
  right: 8px;
}

.market-flyers-slider .slick-arrow.slick-prev {
  left: 7px;
}

/* ===============================
            BLOG  CSS
================================ */
.blog-listing h1.page-title {
  color: var(--blue);
}

.blog-listing .title-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inner-pages-breadcrumb + .title-section {
  margin-top: 40px;
}
.blog-listing .title-section .page-title {
  width: 80%;
}

.blog-listing .title-section .listing-sort {
  width: 20%;
  justify-content: flex-end;
  margin: 0;
}

.blog-listing .title-section .listing-sort .sorting-wrapper {
  margin-inline-end: 0;
}

.blog-listing,
.blog-details {
  margin-top: 80px;
  margin-bottom: 80px;
}
.blog-listing:has(.container > .inner-pages-breadcrumb) {
  margin-top: 50px;
}
.blog-listing .inner-pages-breadcrumb {
  margin-bottom: 30px;
}
.blog-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  margin: 0 -15px;
}
.blog-listing .no-posts-found {
  margin-bottom: 30px;
}
.blog-list article {
  background: var(--white);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  margin: 0 15px 30px;
  display: flex;
  flex-direction: column;
}

.blog-list article:hover {
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.blog-list article:has(.wishlist-icon) {
  flex-direction: column-reverse;
  position: relative;
  justify-content: start;
}
.blog-list article .wishlist-icon {
  top: 12px;
  right: 12px;
}

.blog-list article .wishlist-icon:not(.active) svg path {
  fill: none;
  transition: all 0.5s ease-in-out;
}

.blog-list .post-thumbnail {
  order: -1;
  display: block;
  overflow: hidden;
}

.blog-list .post-thumbnail img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.blog-list article:hover .post-thumbnail img {
  transform: scale(1.05);
}

.blog-list .entry-header {
  padding: 22px 24px 26px;
}

.blog-list .entry-title {
  font-size: 20px;
  line-height: 1.4;
  margin: 0 0 10px;
}

.blog-list .entry-title a {
  color: var(--blue);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.blog-list .entry-title a:hover {
  color: var(--gold);
}

.blog-list .entry-meta {
  font-size: 14px;
  color: var(--grey);
}

.blog-list .entry-meta a {
  color: #555;
  font-weight: 500;
  text-decoration: none;
}

.blog-list .entry-meta a:hover {
  color: var(--gold);
}

.blog-list a {
  text-decoration: none;
}

/*   BLOG DETAILS   */
.blog-details .entry-header {
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.blog-details .entry-header .button-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}
.blog-details .entry-header .button-wrapper > * {
  position: relative;
}
.blog-details .entry-title {
  color: var(--blue);
  margin-bottom: 12px;
  font-weight: 700;
}

.blog-details .entry-meta {
  font-size: 14px;
  color: var(--grey);
  display: flex;
  flex-wrap: wrap;
}

.blog-details .entry-meta a {
  color: var(--gold);
  font-weight: 500;
  text-decoration: none;
  word-break: break-all;
}

.blog-details .entry-meta a:hover {
  text-decoration: underline;
}

.blog-details .post-thumbnail {
  margin-top: 30px;
  border-radius: 16px;
  overflow: hidden;
}

.blog-details .post-thumbnail img {
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: cover;
  display: block;
}

.blog-details .entry-header span.posted-on {
  margin-inline-end: 5px;
}
.post-content {
  margin-top: 40px;
  font-size: 16px;
  line-height: 1.8;
  color: var(--grey);
}

.post-content p {
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 1.85;
  color: var(--grey);
}

.post-content h2 {
  font-size: 26px;
  margin: 40px 0 16px;
  font-weight: 700;
  color: var(--blue);
}

.post-content h3 {
  font-size: 22px;
  margin: 32px 0 14px;
  font-weight: 600;
  color: var(--blue);
}

.post-content h4 {
  font-size: 18px;
  margin: 28px 0 12px;
  font-weight: 600;
}

.post-content a {
  color: var(--gold);
  text-decoration: underline;
  font-weight: 500;
}

.post-content a:hover {
  text-decoration: none;
}

.post-content ul,
.post-content ol {
  margin: 20px 0 20px 24px;
  padding: 0;
}

.post-content li {
  margin-bottom: 10px;
  line-height: 1.7;
}

.post-content img {
  max-width: 100%;
  height: auto;
  border-radius: 14px;
  margin: 30px auto;
  display: block;
}

.post-content blockquote {
  margin: 32px 0;
  padding: 20px 26px;
  background: #f8f9fb;
  border-inline-start: 5px solid var(--gold);
  font-style: italic;
  color: var(--grey);
  border-radius: 10px;
}

.post-content strong {
  color: var(--blue);
  font-weight: 600;
}

.post-content em {
  font-style: italic;
}

/* Search Result Css Start */

.sooq-listing-results {
  padding: 80px 0 0;
}

.sooq-listing-results-wrapper article:not(:last-child) {
  margin-bottom: 20px;
}

/* Search Result Css End */

/* Advertisement Slider Start*/
/* .advertisement-slider .post-thumbnail img {
  object-fit: contain;
}
.advertisement-slide {
  position: relative;
  height: 230px;
  border-radius: 20px;
  overflow: hidden;
}

.advertisement-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
} */
.advertisement-slider {
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  z-index: 5;
}
.advertisement-slider,
.advertisement-slider .slick-list,
.advertisement-slider .slick-track {
  width: 100%;
  height: 100%;
}
.advertisement-slider .slick-track {
  display: flex;
  align-items: stretch;
}
.advertisement-slider .advertisement-slide {
  width: 100%;
  height: auto;
}
.advertisement-slider .advertisement-slide a {
  display: flex;
  height: 100%;
  width: 100%;
  position: relative;
  /*padding-top: 230px;*/
}
.home-hero-wrapper .advertisement-slider .advertisement-slide a {
  padding-top: 44.5%;
}
.advertisement-slider .advertisement-slide a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  min-height: 150px;
  max-height: initial;
  /* position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 230px;*/
}
.home-hero-wrapper .advertisement-slider .advertisement-slide a img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.advertisement-slider:not(.slick-slider) .advertisement-slide:not(:first-child) {
  display: none;
}
.premium-offers-coupons:has(+ .container > .inenrpage-breadcrumb) {
  margin-bottom: 50px;
}

.advertisement_arrows .slick-arrow {
  width: 32px;
  height: 32px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
  border-radius: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--blue);
  top: 50%;
  transform: translateY(-50%);
  padding: 10px;
}
.advertisement_arrows .slick-arrow:after {
  display: none;
}
.weekend-offers:has(.slick-slider) .slick-arrow {
  background: #ffffff29;
}
/* .advertisement_arrows .slick-arrow.slick-next {
  transform: rotateX(180deg);
} */
.weekend-offers:has(.slick-slider) .slick-arrow:hover,
.advertisement_arrows .slick-arrow:hover {
  background-color: var(--gold);
}
.advertisement_arrows .slick-arrow.slick-prev {
  left: -30px;
}
.advertisement_arrows .slick-arrow.slick-next {
  right: -30px;
}
.advertisement-slider + .advertisement_arrows {
  position: absolute !important;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  left: 0;
  right: 0;
  padding: 0px !important;
}
.listing-page .wrapper .left-col .advertisement_arrows .slick-arrow.slick-prev {
  left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.listing-page .wrapper .left-col .advertisement_arrows .slick-arrow.slick-next {
  right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* Advertisement Slider End*/

/*popup start*/

.custom-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.custom-popup .overlay {
  position: absolute;
  background: #000000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 30%;
}
.custom-popup .popup-close {
  background-color: var(--gold);
  position: absolute;
  height: 35px;
  width: 35px;
  top: 50px;
  right: 50px;
  font-size: 30px;
  line-height: 37px;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
}
.custom-popup .popup-box {
  width: 100%;
}

div#sooqselect-popup-container {
  width: 400px;
  height: 200px;
  bottom: 50px;
  top: auto;
  left: auto;
  right: 100px;
}
#sooqselect-popup-container .popup-close {
  top: -10px;
  right: -10px;
  z-index: 5;
  height: 25px;
  width: 25px;
  font-size: 20px;
  line-height: 27px;
}

/*popup end*/

.listing-page:has(.right-col) .container:has(.inner-pages-breadcrumb) {
  padding-inline-end: 40px;
}
/* .site-header + .listing-page {
  margin-top: 30px;
} */
.listing-page .wrapper .left-col p:only-of-type + .inner-pages-breadcrumb {
  margin-top: 30px;
}

.active-package-item {
  width: 100%;
  overflow-x: auto;
  padding-bottom: 7px;
}
.active-package-item table,
table.author-listing-table {
  background: #f3f5f6;
  min-width: 830px;
  border-radius: 7px;
  border: none;
  border-collapse: collapse;
  width: 100%;
}
.active-package-item table tr th,
.active-package-item table tr td,
table.author-listing-table tr th,
table.author-listing-table tr td {
  padding: 7px 15px;
  font-size: 14px;
}
table.author-listing-table tr td {
  text-align: left;
}
.active-package-item table tr th,
table.author-listing-table tr th {
  background-color: var(--blue);
  color: var(--white);
  font-weight: 600;
}
.active-package-item table tr:not(:last-child) td,
table.author-listing-table tr:not(:last-child) td {
  border-bottom: 1px solid #e6e6e6;
}
.active-package-item table tr th:first-child,
table.author-listing-table tr th:first-child {
  border-top-left-radius: 7px;
}
.active-package-item table tr th:last-child,
table.author-listing-table tr th:last-child {
  border-top-right-radius: 7px;
}
table.author-listing-table tr th {
  text-align: left;
}
.author-post-list,
.author-favourites-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
}
.author-post-list .author-post-item,
.author-favourites-list .author-post-item {
  width: calc(33.33% - 14px);
  margin-bottom: 20px;
}
.author-post-list .author-post-item:has(.coupons-col) {
  width: 100%;
}
.author-post-list .author-post-item .coupons-col {
  height: 100%;
  padding: 0 7.5px;
  margin-bottom: 15px;
}
.author-favourites-list .author-post-item .coupons-col,
.author-profile-wrapper article {
  height: 100%;
}
.author-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
}
.author-pagination:empty {
  display: none;
}
.author-pagination > * {
  width: 36px;
  height: 36px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  border: 1px solid var(--gold);
  background: #fff;
  font-size: 14px;
  font-weight: 400;
  overflow: hidden;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.author-pagination > *:not(:last-child) {
  margin-inline-end: 10px;
}
.author-pagination > *:hover,
.author-pagination > *.current {
  background: var(--gold);
  color: var(--white);
}
.author-profile-wrapper .sidebar-inner {
  margin-top: 30px;
}
.author-post-list.offer-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  margin: 0 -7.5px -15px;
  max-height: 495px;
  overflow-y: auto;
  scroll-behavior: smooth;
  gap: 0;
}
/*-add hero start */

.advertisement-hero {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.advertisement-panel {
  background-color: #f2f4f7;
  border: 1px solid #e5e5e5;
  padding: 30px;
  border-radius: 20px;
}

.advertisement-badge {
  display: inline-block;
  background: var(--gold);
  padding: 8px 14px;
  border-radius: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  color: var(--white);
}

.advertisement-hero h1 {
  margin: 15px 0;
  color: var(--blue);
}

.advertisement-quote {
  background: rgba(201, 162, 74, 0.12);
  border: 1px solid rgba(201, 162, 74, 0.3);
  padding: 14px;
  border-radius: 14px;
  margin: 16px 0;
  font-weight: bold;
}

.advertisement-hero-image {
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(11, 28, 45, 0.3), rgba(11, 28, 45, 0.85)), url("https://images.unsplash.com/photo-1544986581-efac024faf62?q=80&w=1600&auto=format&fit=crop");
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 360px;
  box-shadow: var(--shadow);
}

.advertisement-hero-label {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: #f2f4f7;
  padding: 16px;
  border-radius: 16px;
  font-weight: 600;
}
.advertisement-hero-label small {
  font-weight: 400;
}
.advertisement-hero .btn {
  margin-top: 20px;
}

.sooqselect-package-group {
  margin: 40px auto;
  padding: 30px;
  background: #f2f4f7;
  width: 100%;
  border-radius: 20px;
}
.sooqselect-package-group-inner {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
  gap: 20px !important;
  margin-top: 20px;
}
.sooqselect-package-group .package-details {
  display: flex;
  align-items: flex-start;
  padding: 15px 20px;
  cursor: pointer;
  transition: all 0.2s;
  background: #ffffff;
  border: 2px solid #e5e5e5;
  border-radius: 10px;
  color: var(--blue);
  font-size: 16px;
  height: 100%;
}
.sooqselect-package-group .package-details .cta-btn {
  width: 100%;
  margin-top: auto;
}

.sooqselect-package-group .package-details .cta-btn .btn {
  white-space: initial;
  text-align: center;
  padding: 12px 15px;
  font-size: 14px;
}
/*-add hero end */

/* claim popup start */
.claim-popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
}

.claim-popup {
  background: #fff;
  max-width: 750px;
  margin: 80px auto;
  padding: 25px;
  border-radius: 8px;
  position: relative;
}

.claim-popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  border: none;
  background: none;
  font-size: 24px;
  cursor: pointer;
}
#sooqselect-claim-form label b {
  color: #f00;
  font-weight: 500;
}
.form-group {
  margin-bottom: 15px;
}

.claim-title {
  margin-bottom: 15px;
}

.claim-price {
  margin: 15px 0;
  font-size: 18px;
  color: #002b5b;
}
/* claim popup end */

article #global-reviews-container {
  margin: 40px 0;
}
.wsp-container {
  -moz-column-gap: 30px;
  -webkit-column-gap: 30px;
  column-gap: 40px;
  -moz-column-fill: initial;
  -webkit-column-fill: initial;
  column-fill: initial;
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
  margin: 50px 0;
}
.wsp-container ul {
  margin-inline-start: 20px;
  color: var(--blue);
  margin-bottom: 20px;
  margin-top: 5px;
}
.wsp-container h2 {
  margin-bottom: 5px;
}
.wsp-container ul li::marker {
  color: var(--gold);
}
.wsp-container ul li {
  margin-bottom: 3px;
}

/*-*/

/* popup */

.form-popup-wrapper {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.form-popup-wrapper .form-popup-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  height: 100%;
  padding: 15px;
}
.form-popup-wrapper .form-popup-inner .form-card {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
  max-width: 700px;
  padding: 0;
  overflow: hidden;
  border: none;
  background: transparent;
  position: relative;
  border-radius: 22px;
  width: 100%;
}
.form-popup-wrapper .form-popup-inner .form-card h3 {
  background: #062f5b;
  color: #fff;
  padding: 15px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px;
  padding-inline-end: 50px;
}
.form-popup-wrapper .form-popup-inner .form-card form {
  padding: 24px;
  background: #f2f4f7;
}
.form-popup-wrapper .form-popup-inner .form-card form > div {
  margin-bottom: 15px;
}
.form-popup-wrapper .form-popup-inner .form-card form select {
  background-position: right 15px center;
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_397_453)"><path d="M4.76209 8.18182L10.0002 13.6364L15.2383 8.18182" stroke="%23232323" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_397_453"><rect width="20" height="20" fill="white" transform="matrix(-1 0 0 1 20 0)"/></clipPath></defs></svg>');
  background-repeat: no-repeat;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  width: 100%;
  padding: 5px 20px;
  font-size: 16px;
  outline: none;
  border: 1px solid rgba(0, 43, 91, 0.7);
  box-shadow: 0 4px 4px rgba(1, 1, 1, 0.02);
  border-radius: 10px;
  color: var(--blue);
  background-color: #fff;
  font-family: "Poppins", sans-serif;
}
.form-popup-wrapper .form-popup-inner .form-card button.btn {
  background: #01b67a;
  border: none;
}
.form-popup-wrapper .form-popup-inner .form-card button.btn:hover {
  background: #15803d;
}
.form-popup-wrapper .form-popup-inner .form-card form label {
  margin-bottom: 5px;
}
.form-popup-wrapper .form-popup-inner .form-card .contact-popup-close {
  position: absolute;
  top: 18px;
  right: 15px;
}
.form-popup-wrapper .form-popup-inner .form-card .lead-popup-close {
  position: absolute;
  right: 15px;
  top: 20px;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff2e;
  border-radius: 3px;
  cursor: pointer;
}
/*-*/
.form-popup-wrapper .package-box {
  background: linear-gradient(180deg, #fff, #f9fbff);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--shadow);
  max-width: 800px;
  position: relative;
  max-height: calc((var(--vh, 1vh) * 80));
  height: auto;
  overflow-y: auto;
}
.form-popup-wrapper section {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  border: none;
}
.form-popup-wrapper section#payment {
  padding-top: 0px;
}

.form-popup-wrapper .package-box .lead-popup-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #002b5b33;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  cursor: pointer;
}
.form-popup-wrapper .package-box .package-header > div {
  display: inline-flex;
}
.form-popup-wrapper .package-box .package-header .price {
  font-size: 30px;
}
.form-popup-wrapper .package-box .btn {
  margin-top: 0;
}
.form-popup-wrapper section#payment h3 {
  font-size: 20px;
}
.form-popup-wrapper .payment-box {
  font-size: 15px;
}
.form-popup-wrapper .payment-box .pay-row strong {
  color: var(--navy);
  text-align: right;
}
.form-popup-wrapper .sooqselect-payment-radio-group .sooqselect-payment-radio-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  accent-color: var(--blue);
}
div#sooqselect-stripe-card-wrap {
  margin-top: 1.5rem;
  padding: 10px;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 15px;
}
div#sooqselect-stripe-card-wrap label {
  font-size: 14px;
  margin-bottom: 10px;
}
.package-box:has(#payment:not([style="display:none"])) {
  max-height: 80vh;
  overflow-y: auto;
}
.package-box:has(#payment) svg path {
  fill: var(--blue);
}
.package-box::-webkit-scrollbar {
  width: 4px;
}
.package-box::-webkit-scrollbar-thumb {
  background-color: rgb(157 149 152 / 80%);
}
.form-popup-wrapper .package-box .package-card:has(> .lead-package-item[style="display: none;"]) {
  padding-top: 65px;
}
.form-popup-wrapper .package-box .btn[disabled] {
  cursor: not-allowed;
}
.form-popup-wrapper section#payment:not([style="display:none"]) {
}
div#sooqselect-lead-form-message:not(:empty) {
  font-weight: 500;
  border: 1px solid #000000;
  padding: 10px;
  text-align: center;
}
#sooqselect-lead-subscribe-message {
  font-size: 14px;
}
.form-popup-wrapper section#payment .card {
  padding: 20px;
}
#sooqselect-lead-form-message[data-type="error"],
#sooqselect-lead-subscribe-message[data-type="error"] {
  color: #f00;
  border-color: #f00 !important;
}
#sooqselect-stripe-error {
  font-size: 12px;
  margin-top: 6px;
  color: #f00;
  font-weight: 500;
}
#sooqselect-lead-form-message[data-type="success"],
#sooqselect-lead-subscribe-message[data-type="success"] {
  color: green;
  border-color: green !important;
}

#sooqselect-lead-form-message[data-type="info"],
#sooqselect-lead-subscribe-message[data-type="info"] {
  color: #ebb81f;
  border-color: #ebb81f !important;
}

.form-popup-wrapper .form-popup-inner .form-card form label span {
  color: #f00;
  font-weight: 400;
}
/*-*/
/*============================= Responsive Styles  =============================*/
@media only screen and (max-width: 1400px) {
  .header-search-container {
    padding: 0 15px;
  }
}

@media only screen and (min-width: 768px) {
  .event-info-bar {
    max-width: 690px;
  }
  .list-view .listing-content:has(.verified-trusted) .listing-left {
    padding-inline-end: 130px;
  }
}

@media only screen and (min-width: 992px) {
  .events-tabs-panel .listing-image {
    min-width: 240px;
  }

  .events-tabs-panel .listing-main article .listing-image a {
    height: 160px;
    width: 240px;
  }

  .events-tabs-panel .listing-main article {
    align-items: center;
  }
  .event-page.list-view .events-tabs-panel .listing-main article {
    align-items: stretch;
  }
  .event-page.grid-view .events-tabs-panel .listing-main article .listing-image a {
    width: 100%;
  }

  /* .event-page .event-tabs-wrapper .listing-sort {
    width: 220px;
  } */

  .event-info-bar {
    max-width: 930px;
    padding: 25px 15px;
  }
  .footer-about p {
    width: calc(100% - 250px);
  }
}

@media only screen and (min-width: 1280px) {
  .event-info-bar {
    max-width: 1140px;
  }
}

@media only screen and (min-width: 1300px) {
  .event-info-bar {
    max-width: 1280px;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 992px) {
  .footer-links.quick-links-col {
    margin-inline-end: 20px;
    padding: 0 15px;
  }

  .quick-links-wrapper {
    margin-inline-start: 0;
    margin-inline-end: 0;
  }

  .detail-card-col-wrapper .listing-contact-info.info-available-two {
    width: 100%;
  }

  .detail-card-col-wrapper .listing-contact-info.info-available-two .listing-contact-address {
    border-inline-end: none;
    width: 100%;
    padding-inline-end: 0;
    margin-inline-end: 0;
    max-width: 100%;
  }

  .detail-card-col-wrapper .listing-contact-info.info-available-two .listing-phone {
    margin-bottom: 0;
  }

  .details-card .listing-contact-info.info-available .listing-contact-address,
  .details-card .listing-contact-info.info-available-two .listing-contact-address,
  .details-card .listing-contact-info.info-available .listing-phone,
  .details-card .listing-contact-info.info-available .listing-date {
    border: none;
    padding-inline-end: 0;
    margin-inline-end: 0;
  }

  .details-card .listing-contact-info.info-available .listing-contact-address {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1200px) {
  .grid-view .listing-main .product-list-wrapper article {
    width: calc(50% - 20px);
  }
  .author-post-list .author-post-item,
  .author-favourites-list .author-post-item {
    width: calc(50% - 10px);
  }
}

@media only screen and (max-width: 1399px) and (min-width: 1199px) {
  .detail-card-col-wrapper .listing-contact-info {
    flex-wrap: wrap;
  }

  .details-card .listing-contact-address {
    border: none;
  }

  .details-card .listing-phone,
  .details-card .listing-date {
    margin-top: 10px;
    width: 100%;
    margin-bottom: 10px;
    border: none;
  }
}

@media only screen and (max-width: 1199px) {
  footer {
    padding: 40px 0 0;
  }

  .quick-links-wrapper {
    margin-inline-start: 0;
    margin-inline-end: 0;
  }

  .footer-links.quick-links-col,
  .footer-links.categories-links-col {
    width: 100%;
  }

  .footer-links.quick-links-col {
    padding: 0;
  }

  .footer-links.categories-links-col {
    padding-top: 30px;
  }

  footer .footer-links.quick-links-col {
    margin-inline-end: 0;
    border-inline-end: 0;
  }

  .login-card,
  .register-card {
    width: 45%;
    padding: 20px;
  }

  .authencate-wrapper .lostpasswordform,
  #new-password {
    padding: 20px;
  }

  .listing-contact-info {
    flex-wrap: wrap;
  }

  .events-tabs-panel .listing-contact-info.info-available .listing-phone,
  .events-tabs-panel .listing-contact-info.info-available .listing-date {
    padding-inline-end: 0;
    margin-inline-end: 0;
    border-inline-end: 0;
  }

  .grid-view .listing-main .product-list-wrapper article {
    width: calc(50% - 20px);
  }

  .detail-card-col-right {
    margin-top: 0;
  }

  .detail-card-col-wrapper {
    flex-direction: column;
  }
  .detail-card-col-wrapper .detail-card-col-left,
  .detail-card-col-wrapper .detail-card-col-right {
    width: 100%;
  }
  .wrapper-inner {
    margin-top: 15px;
  }
  .details-list-wrapper .detail-card-col-left .verified-trusted {
    margin-bottom: 20px;
  }
  .reviews-ratings .reviews-summary {
    flex-direction: column;
    align-items: flex-start;
  }

  .reviews-ratings .summary-left,
  .reviews-ratings .summary-middle {
    margin: 0 0 15px 0;
    width: 100%;
  }

  .details-card .listing-contact-info.info-available .listing-contact-address,
  .details-card .listing-contact-info.info-available-two .listing-contact-address {
    max-width: 100%;
  }

  .event-info-bar .info-bar {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    row-gap: 20px;
  }

  .listing-page .left-col footer .quick-links-wrapper .footer-links.categories-links-col {
    padding: 30px 0px 0;
  }
  div#sooqselect-popup-container {
    right: 50px;
  }
  .author-post-list .author-post-item,
  .author-favourites-list .author-post-item {
    width: calc(50% - 10px);
  }
  .listing-sort:has(.category-filter) > div.sorting-wrapper {
    order: 1;
    width: 50%;
  }
  .listing-sort:has(.category-filter) > div.sort-icons {
    order: 2;
    width: 50%;
  }
  .listing-sort:has(.category-filter) > div.select-filter-wrapper:has(.filter-wrapper) {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    padding: 10px 5px;
    order: 4;
    width: 33.33%;
  }
  .map-time-box-inner .box.map-box {
    width: 55%;
  }
  .box.working-hours {
    width: 45%;
  }
  .details-columns-wrapper .hours-list li .day {
    min-width: 50px;
  }
  .box.working-hours {
    padding-inline-start: 20px;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .listing-contact-info .listing-timing {
    margin-top: 10px;
  }

  .listing-phone,
  .listing-date {
    margin-inline-end: 0;
    border-inline-end: 0;
    padding-inline-end: 0;
  }

  .detail-card-col-wrapper .listing-contact-info {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .details-card .listing-phone,
  .details-card .listing-date {
    margin-top: 10px;
  }

  .details-card .listing-contact-address {
    border-inline-end: 0;
  }

  .event-tabs-wrapper .tabs {
    margin: 0 0 20px 0;
  }

  .event-tabs-wrapper .listing-sort {
    justify-content: space-between;
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .for-mobile {
    display: block !important;
  }

  .for-desktop {
    display: none !important;
  }

  .authencate-wrapper {
    padding: 40px 0;
  }

  .login-card,
  .register-card,
  .authencate-wrapper .lostpasswordform,
  #new-password {
    width: 100%;
    border-radius: 10px;
  }

  .login-card {
    margin-bottom: 30px;
  }

  .header-top-inner {
    flex-direction: column;
    align-items: stretch;
  }

  .site-branding {
    text-align: center;
    margin-bottom: 10px;
  }

  .header-search-container {
    max-width: 100%;
    min-width: auto;
    padding: 0;
  }

  .header-actions {
    justify-content: center;
    flex-wrap: wrap;
  }

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

  .menu-toggle {
    display: block;
  }

  .primary-menu,
  .nav-menu {
    flex-direction: column;
    gap: 15px;
    display: none;
    width: 100%;
    padding: 20px 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }

  .primary-menu a,
  .nav-menu a {
    color: var(--blue);
    padding: 5px 0px;
    margin: 5px 0;
    font-size: 14px;
    line-height: 1;
  }
  .header-bottom .main-navigation.toggled .primary-menu,
  .header-bottom .main-navigation.toggled .nav-menu {
    display: flex;
    gap: 0;
    padding: 10px 0;
    visibility: visible;
    opacity: 1;
  }

  .primary-menu li:not(:last-child),
  .nav-menu li:not(:last-child) {
    margin-inline-end: 0;
  }

  .search-form-container {
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .header-bottom .nav-menu {
    visibility: hidden;
    position: absolute;
    right: 0;
    left: 0;
    background: #fff;
    top: 100%;
    z-index: 1;
    width: 100%;
    height: auto;
    box-shadow: 0px 4px 4px rgba(1, 1, 1, 0.2);
  }

  .header-bottom .nav-menu li.current-menu-item a {
    color: var(--gold);
  }

  .header-bottom .main-navigation.toggled .menu-toggle[aria-expanded="true"] .menu-toggle-icon::before {
    top: -6px;
  }

  footer .footer-container {
    flex-direction: column;
  }

  footer .quick-links-menu .menu-toggle {
    display: none;
  }

  footer .quick-links-menu ul {
    display: block;
    visibility: visible;
    opacity: 1;
  }

  .quick-links-wrapper {
    margin-inline-start: 0;
    margin-inline-end: 0;
  }

  footer .footer-links.quick-links-col {
    padding: 0;
    width: 100%;
  }

  footer .footer-links.categories-links-col {
    width: 100%;
  }

  .footer-links:not(:last-child) {
    margin-inline-end: 50px;
    border-inline-end: 1px solid #6b6b6b1a;
  }

  /* .footer ul,
  .footer-area-wrapper .footer-links.categories-links-col ul,
  .footer-sub-categories-wrapper ul.categories-links-wrapper {
    column-count: 2;
  } */

  .footer ul li {
    width: 50%;
  }
  .listing-page .wrapper .left-col,
  .listing-page .wrapper .right-col {
    width: 100%;
    padding: 0;
  }

  .listing-page .wrapper .right-col iframe {
    min-height: 350px;
  }

  .listing-map {
    line-height: 0;
  }

  .listing-page .wrapper .right-col {
    margin: 50px 0;
  }

  .listing-page .wrapper .right-col:has(.listing-map) {
    margin: 50px -40px;
    width: 100vw;
  }

  .grid-view .listing-main article .listing-content .listing-contact-info {
    flex-direction: column;
    margin-top: 10px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .reviews-ratings .summary-left,
  .reviews-ratings .summary-middle {
    margin: 0 0 15px 0;
    width: 100%;
  }

  .details-columns-wrapper .col-left {
    width: 100%;
  }

  .details-columns-wrapper .col-right {
    width: 100%;
    position: static;
    margin: 15px 0 0 0;
  }

  .event-page .details-columns-wrapper .col-right {
    margin: 0;
  }

  .grid-view .listing-main .product-list-wrapper article:last-child {
    margin-bottom: 0;
  }

  .home-products-sections .arrow.prev::after,
  .slick-arrow.slick-prev::after,
  .home-products-sections .arrow.next::after,
  .slick-arrow.slick-next::after {
    background-size: 7px;
    transform: rotate(180deg) translate(3px, 0px);
  }

  .comment-reply-link {
    font-size: 14px;
    padding: 5px 10px;
  }

  #respond {
    padding: 30px 20px 15px;
    border-radius: 18px;
  }

  .star-rating span {
    font-size: 28px !important;
    width: 37px;
    height: 37px;
    border-radius: 6px;
    line-height: 1.3 !important;
  }

  .listing-main article .wishlist-icon svg {
    width: 25px;
    height: 25px;
  }

  .event-tabs-wrapper .tabs {
    width: 100%;
  }

  .event-tabs-wrapper .listing-sort {
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
    padding-bottom: 10px;
  }

  .grid-view .listing-main .product-list-wrapper {
    column-gap: 15px;
  }

  .grid-view .listing-main .product-list-wrapper article {
    width: calc(50.5% - 15px);
  }

  .listing-main article:not(:last-child),
  .grid-view .listing-main .product-list-wrapper article:last-child {
    margin-bottom: 15px;
  }

  .listing-contact-info.info-available {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .listing-contact-info.info-available .listing-timing {
    margin-top: 10px;
  }

  .listing-contact-info.info-available .listing-date {
    border-inline-end: 0;
  }

  .details-card .listing-contact-info.info-available-two .listing-contact-address {
    max-width: 50%;
  }

  .details-card-top-right img {
    max-width: 70px;
    max-height: 70px;
  }

  .listing-contact-info.info-available .listing-phone,
  .listing-contact-info.info-available .listing-date {
    padding-inline-end: 0;
    margin-inline-end: 0;
    border-inline-end: none;
  }

  .listing-contact-info.info-available .listing-date {
    margin-top: 10px;
  }

  .details-card .listing-contact-info.info-available .listing-contact-address {
    border-inline-end: none;
  }

  .events-tabs-panel .listing-contact-info {
    margin-top: 0;
  }

  .offers-page {
    padding: 50px 0;
  }

  .offer-coupon-banner,
  .market-flyers-section {
    margin-top: 50px;
  }

  .market-deals-section {
    margin: 50px 0;
  }

  .blog-listing,
  .blog-details {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .author-post-list .author-post-item,
  .author-favourites-list .author-post-item {
    width: calc(50% - 14px);
  }
  .advertisement-hero {
    grid-template-columns: auto;
  }
  .advertisement-panel {
    padding: 20px;
  }
  body .select2-container.select2-container--open {
    top: 151px !important;
  }
  body.admin-bar .select2-container.select2-container--open {
    top: 182px !important;
  }
  .wsp-container {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
  .footer-about p {
    margin-top: 20px;
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 767px) {
  h2,
  .h2 {
    font-size: 18px;
  }

  h1,
  .h1,
  .event-single-hero h1 {
    font-size: 28px;
    line-height: 38px;
  }

  body,
  label,
  .location-dropdown,
  input.search-field[type="search"],
  .search-submit i,
  .footer-about p,
  .footer-links ul li a,
  .listing-header p .reviews-ratings .review-item p,
  .logged-in-as,
  .listing-author .author-box p.author-bio,
  .tab-panel,
  .listing-categories ul.listing-category-list a,
  .details-columns-wrapper .hours-list li,
  .post-navigation .nav-subtitle,
  .post-navigation .nav-title,
  .reviews-ratings .review-item p,
  .reviews-ratings .review-meta,
  .comment-form-rating label,
  .comment-form label,
  .listing-header p,
  .sidebar-inner .quick-links .quick-link-text,
  .listing-content .read-more,
  .event-single-hero p,
  .event-page-content p,
  .event-page-content li,
  .sidebar-inner .sidebar-card .menu li a,
  .post-content p,
  .post-content,
  .ticket-popup-field label,
  .contact-popup-field label {
    font-size: 14px;
    line-height: 1.5;
  }

  .btn {
    padding: 7.5px 20px;
    font-size: 14px;
    line-height: 1.7;
    white-space: normal;
  }

  .custom-logo-link img.custom-logo {
    max-width: 180px;
  }

  .header-top {
    padding: 15px 0;
  }

  .location-dropdown {
    height: 40px;
    padding-top: 10px;
  }

  input[type="submit"] {
    padding: 9px 24px;
    min-width: auto;
    font-size: 14px;
  }

  .listing-sort .sorting-select {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    padding-inline-end: 20px !important;
    background-color: transparent;
    background-image: url("../images/chevron-down-blue.svg");
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 10px;
    margin-inline-start: 5px;
  }
  .search-form-container .search-form-left {
    width: calc(100% - 8px);
    margin: 4px;
  }
  .search-form-container .search-form-left .search-field-wrapper {
    width: 100%;
    overflow: hidden;
  }
  .location-select-wrapper .location-select-right {
    max-width: 100%;
    width: 100%;
  }
  .search-form-container .placeholder-text {
    white-space: nowrap;
    font-size: 0;
    height: 21px;
    display: flex;
    left: 45px;
    top: 9px;
  }
  button.search-submit {
    height: 42px;
    padding: 0;
    width: 42px;
    flex-shrink: 0;
    background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.3497 15.2336C14.5938 15.4777 14.9895 15.4777 15.2336 15.2336C15.4777 14.9895 15.4777 14.5938 15.2336 14.3497L14.3497 15.2336ZM11.7363 10.8525C11.4922 10.6084 11.0966 10.6084 10.8525 10.8525C10.6084 11.0966 10.6084 11.4923 10.8525 11.7363L11.7363 10.8525ZM6.875 12.5C3.7684 12.5 1.25 9.98158 1.25 6.875H0C0 10.6719 3.07804 13.75 6.875 13.75V12.5ZM1.25 6.875C1.25 3.7684 3.7684 1.25 6.875 1.25V0C3.07804 0 0 3.07804 0 6.875H1.25ZM6.875 1.25C9.98158 1.25 12.5 3.7684 12.5 6.875H13.75C13.75 3.07804 10.6719 0 6.875 0V1.25ZM12.5 6.875C12.5 9.98158 9.98158 12.5 6.875 12.5V13.75C10.6719 13.75 13.75 10.6719 13.75 6.875H12.5ZM15.2336 14.3497L11.7363 10.8525L10.8525 11.7363L14.3497 15.2336L15.2336 14.3497Z" fill="white"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    margin-inline-start: 4px;
  }
  .search-submit .screen-reader-text {
    font-size: 0;
  }
  .location-select-wrapper .map-icon,
  .search-form-left .search-icon {
    width: 30px;
    height: 30px;
    padding: 8px;
  }
  .search-form-container input.search-field[type="search"] {
    height: 42px;
    padding-inline-start: 42px;
    background-color: transparent;
    z-index: 5;
  }
  body .select2-container.select2-container--open {
    top: 141px !important;
  }
  body.admin-bar .select2-container.select2-container--open {
    top: 187px !important;
  }
  .location-select-wrapper .location-select-right > span:not(.select2) {
    display: none;
  }

  .search-form-container {
    flex-wrap: wrap;
    height: auto;
    margin-top: 5px;
    margin-bottom: 12px;
  }

  .location-select-wrapper {
    width: 100%;
    margin: 4px;
    margin-bottom: 0px;
  }

  .search-field {
    width: 100%;
  }

  .login-signup-btn {
    padding: 10px 20px;
    font-size: 13px;
    height: 40px;
    margin-inline-end: 10px;
  }

  .country-icon {
    width: 40px;
    height: 40px;
  }

  .country-icon img {
    width: 100%;
    max-width: 28px;
  }

  .country-icons {
    gap: 0;
  }

  .country-icons .country-icon:not(:last-child) {
    margin-inline-end: 10px;
  }
  /* .footer ul,
  .footer-links.quick-links-col ul,
  .footer-links.categories-links-col ul,
  .footer-area-wrapper .footer-links.categories-links-col ul,
  .footer-sub-categories-wrapper ul.categories-links-wrapper {
    column-count: 1;
  } */

  .footer ul li {
    width: 100%;
  }
  .footer-bottom {
    margin-top: 30px;
  }

  .listing-header h2 {
    font-size: 20px;
  }

  .listing-filters a {
    padding: 7.5px 15px;
    font-size: 12px;
    border-radius: 5px;
    margin-bottom: 5px;
  }

  .listing-filters a:not(:last-child) {
    margin-inline-end: 5px;
  }

  .listing-main article .wishlist-icon,
  .listing-main article .wishlist-icon svg {
    width: 25px;
    height: 25px;
    right: 10px;
    top: 10px;
  }

  .listing-excerpt p {
    max-width: 100%;
  }

  .listing-main article {
    padding: 10px;
  }

  .pagination .page-numbers {
    width: 25px;
    height: 25px;
    font-size: 10px;
  }

  .wysiwyg-content {
    font-size: 14px;
  }

  .wysiwyg-content h1 {
    font-size: 26px;
  }

  .wysiwyg-content h2 {
    font-size: 22px;
  }

  .wysiwyg-content h3 {
    font-size: 20px;
  }

  .wysiwyg-content .alignleft,
  .wysiwyg-content .alignright {
    float: none;
    margin: 0 0 16px;
  }

  .details-card .listing-title {
    font-size: 22px;
  }

  .pagination .page-numbers:not(:last-child),
  .comment-pagination .page-numbers li:not(:last-child) {
    margin-inline-end: 5px;
  }

  .comment-pagination .page-numbers a,
  .comment-pagination .current,
  .comment-pagination .page-numbers.dots,
  .gr-pagination a.gr-page-btn {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }

  .comment-form-rating {
    margin-bottom: 10px;
  }

  .comment-form-rating .star-rating {
    margin-top: 0;
  }

  .comment-respond {
    margin-top: 15px;
  }

  .comment-pagination .page-numbers .prev::before,
  .comment-pagination .page-numbers .next::before {
    background-size: 5px;
  }

  nav.comment-navigation .comment-pagination {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .reviews-ratings .review-form .comment-respond {
    margin-bottom: 30px;
  }

  #reply-title {
    font-size: 18px;
  }

  #cancel-comment-reply-link {
    top: -5px;
    right: -5px;
  }

  .comment-form-comment textarea {
    border-radius: 12px;
  }

  .breadcrumb-slider .slide-image img {
    height: 200px;
  }

  .listing-page .wrapper .right-col:has(.listing-map) {
    margin: 50px -16px 0;
  }

  .details-card .detail-card-col-right .food-delivery-brands a img {
    max-width: 40px;
  }

  .event-single-content-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .event-info-bar {
    padding: 25px 15px;
    max-width: 90%;
    border-radius: 10px;
  }

  .event-single-image img {
    height: 400px;
  }

  .event-single-content-inner .event-button-wrapper {
    margin-inline-start: 0;
    margin-top: 20px;
  }

  .event-single-content-inner .content-left {
    width: 100%;
  }

  .event-single-hero .event-single-content {
    bottom: 70px;
  }

  .organizer-card {
    border-radius: 12px;
    padding: 20px;
  }

  .card.ticket-card {
    margin-top: 30px;
  }

  .ticket-popup-modal,
  .contact-popup-modal {
    width: 95%;
  }

  .ticket-popup-form-grid,
  .contact-popup-form-grid {
    grid-template-columns: 1fr;
  }

  .sidebar-inner .sidebar-card {
    padding: 20px;
  }

  .details-columns-wrapper .tab-content #map #custom-map {
    height: 300px;
  }

  .similar-products-slider .similar-products-item h4,
  .market-flyers-section .market-flyers-content h4,
  .market-deals-slider .market-deals-content h4 {
    font-size: 16px;
  }

  .ticket-popup-body,
  .contact-popup-body,
  .form-popup-wrapper .form-popup-inner .form-card form {
    max-height: 70vh;
    overflow-y: auto;
  }
  .contact-popup-body {
    max-height: 75vh;
  }
  .contact-popup-header,
  .contact-popup-body {
    padding: 20px;
  }
  input[type="text"],
  input[type="email"],
  input[type="number"],
  input[type="password"],
  input[type="tel"],
  input[type="url"],
  input[type="date"],
  input[type="datetime-local"],
  input[type="month"],
  input[type="week"],
  input[type="time"],
  input[type="search"],
  select,
  .ticket-popup-field input,
  .ticket-popup-field select,
  .contact-popup-field input,
  .contact-popup-field select {
    padding: 10px 15px;
    height: 40px;
    border-radius: 6px;
    font-size: 14px;
  }

  .contact-popup-field textarea,
  .ticket-popup-field textarea {
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 14px;
  }

  .ticket-popup-field select {
    padding-inline-end: 30px;
  }

  .market-deals-slider .slick-arrow,
  .market-flyers-slider .slick-arrow {
    top: 28%;
  }

  .single-market-flyers .market-flyers-slider .slick-arrow {
    top: 37%;
  }

  .blog-list {
    grid-template-columns: 1fr;
    margin: 0;
  }

  .blog-list article {
    margin: 0 0 24px;
  }

  .blog-list .post-thumbnail img {
    height: 220px;
  }

  .blog-list .entry-header {
    padding: 16px 16px 16px;
  }

  .blog-details .entry-title {
    font-size: 24px;
    line-height: 1.3;
  }

  .blog-details .post-thumbnail img {
    max-height: 360px;
  }

  .blog-details .post-thumbnail {
    border-radius: 10px;
  }

  .post-content {
    margin-top: 20px;
  }

  .post-content h2 {
    font-size: 22px;
    line-height: 1.3;
    margin: 20px 0 16px;
  }

  .post-content h3 {
    font-size: 20px;
    line-height: 1.3;
  }

  .error-404 {
    padding: 80px 20px;
  }

  .error-404 .page-title {
    font-size: 80px;
  }

  .error-404 p {
    font-size: 16px;
  }

  .sooq-listing-results {
    padding-top: 50px;
  }

  .blog-listing .title-section {
    flex-direction: column;
    justify-content: center;
  }

  .blog-listing .title-section .page-title,
  .blog-listing .title-section .listing-sort {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .blog-listing .title-section {
    margin-bottom: 20px;
  }

  .ticket-popup-header {
    padding: 15px 15px;
  }

  .form-submit .submit {
    padding: 9px 24px;
    font-size: 14px;
  }

  .blog-list .listing-inline-banner {
    padding: 0;
  }

  .single-market-flyers .market-flyers-slider .slick-arrow.slick-prev {
    left: 10px;
  }

  .single-market-flyers .market-flyers-slider .slick-arrow.slick-next {
    right: 10px;
  }

  .custom-popup .popup-close {
    right: 20px;
  }

  .author-post-list .author-post-item,
  .author-favourites-list .author-post-item {
    width: 100%;
  }
  .grid-view .listing-main .product-list-wrapper article .verified-trusted {
    right: 57px;
    top: 17px;
  }
  .list-view .listing-main article .verified-trusted {
    flex-direction: column;
    right: 0;
    top: 40px;
  }
  .list-view .listing-content:has(.verified-trusted) {
    padding-inline-end: 37px;
  }

  .listing-sort:not(:has(.category-filter)) .select-filter-wrapper {
    width: 50%;
    order: 3;
  }
  .footer-bottom .container {
    flex-direction: column;
    padding-bottom: 30px;
  }
  .details-card .details-card-bottom {
    flex-direction: column;
    gap: 0;
  }
  .advertisement-slider {
    border-radius: 0;
  }
  .advertisement-slider .advertisement-slide {
    border-radius: 12px;
    overflow: hidden;
  }
}

@media only screen and (max-width: 767px) and (min-width: 576px) {
  .details-card .listing-timing {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 479px) {
  .list-gallery-slider .slick-list {
    margin: 0;
  }

  .list-gallery-slider .slide {
    padding: 0;
  }
}

@media only screen and (max-width: 575px) {
  .listing-page:has(.right-col) .container:has(.inner-pages-breadcrumb) {
    padding-inline-end: 16px;
  }
  .wsp-container {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .form-popup-wrapper .form-popup-inner .form-card h3 {
    font-size: 20px;
  }
  .form-popup-wrapper .form-popup-inner #package {
    padding: 17px;
  }
  .listing-sort:has(.category-filter) > div.select-filter-wrapper:has(.filter-wrapper) {
    width: 50%;
  }
  .footer-social-wrapper {
    flex-direction: column;
  }
  .footer-bottom .footer-heading {
    margin: 0;
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 560px) {
  .details-card .listing-timing {
    margin-top: 15px;
  }

  .details-card .button-wrapper,
  .event-button-wrapper {
    flex-wrap: wrap;
  }

  .details-card .button-wrapper a:not(:last-child),
  .event-button-wrapper a:not(:last-child) {
    margin-inline-end: 0;
  }

  .details-card {
    padding: 20px;
  }

  .details-card .button-wrapper .btn,
  .event-button-wrapper .btn {
    width: 100%;
  }

  .reviews-ratings {
    margin-top: 20px;
  }

  .similar-products-section {
    padding-bottom: 30px;
  }

  .reviews-ratings ul.children {
    margin-inline-start: 20px;
  }

  .reviews-ratings ul.children .review-item {
    padding: 20px;
  }

  .video-wrapper .video-inner-wrapper {
    width: 100%;
    margin-inline-start: 0;
    margin-inline-end: 0;
    height: 250px;
  }

  .video-wrapper iframe,
  .video-wrapper video {
    height: 250px;
    border-radius: 8px;
  }
  div#sooqselect-popup-container {
    width: 300px;
    height: auto;
    right: 30px;
  }
  .sooqselect-package-group {
    padding: 20px 15px;
  }
}

@media only screen and (max-width: 530px) {
  .listing-contact-info {
    flex-direction: column;
    align-items: flex-start;
  }

  .listing-contact-info .listing-timing {
    margin-top: 10px;
  }

  .details-card .listing-contact-info.info-available-two .listing-contact-address {
    max-width: 100%;
    margin-inline-end: 0;
    padding-inline-end: 0;
    border-inline-end: 0;
  }

  .listing-author .author-box .author-image img {
    width: 80px;
    height: 80px;
  }

  .listing-author .author-box .author-info {
    width: calc(100% - 100px);
  }

  .listing-author .author-box .author-image {
    width: 80px;
    height: 80px;
  }

  .organizer-card .card-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .organizer-card .card-top .card-left,
  .organizer-card .card-top .image-block {
    width: 100%;
    margin: 0;
  }

  .organizer-card .card-top .card-right {
    width: 100%;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 460px) {
  .listing-excerpt {
    flex-wrap: wrap;
  }

  .listing-main article .listing-rating {
    flex-wrap: wrap;
    text-align: left;
    justify-content: flex-start;
  }

  .listing-main article .rating-text {
    width: 100%;
    text-align: left;
    margin: 10px 0 0 0;
  }

  .grid-view .listing-main article .listing-rating .rating-text {
    margin: 10px 0 5px 0;
  }

  .listing-page .listing-top-header {
    padding-bottom: 15px;
  }

  .listing-contact-address {
    margin-top: 10px;
  }

  .listing-contact-info {
    flex-wrap: wrap;
    margin-top: 10px;
  }

  .listing-contact-info .listing-phone,
  .listing-contact-info .listing-date {
    margin-inline-end: 0;
    border-inline-end: 0;
  }

  .event-page .listing-timing,
  .event-page .listing-phone,
  .event-page .listing-date,
  .event-page .listing-contact-address {
    font-size: 13px;
  }

  .grid-view .listing-main .product-list-wrapper article {
    width: 100%;
  }

  .list-view .listing-content {
    width: calc(100% - 125px);
    padding-inline-start: 15px;
  }

  .list-view .listing-content .listing-left {
    width: 100%;
    padding-inline-end: 20px;
  }

  .grid-view .listing-main .product-list-wrapper {
    gap: 0;
  }

  .list-view .listing-excerpt p,
  .list-view .listing-timing,
  .list-view .listing-phone,
  .list-view .listing-date,
  .list-view .listing-contact-address,
  .list-view .listing-main article .rating-text,
  .list-view .listing-content .read-more {
    font-size: 13px;
  }

  .offers-page .title-section {
    flex-direction: column;
    align-items: flex-start;
  }

  .offers-page .title-section h2 {
    margin-bottom: 20px;
  }
  div#sooqselect-popup-container {
    width: 270px;
  }
}
@media only screen and (max-width: 425px) {
  .food-delivery-brands .sooqselect-leads-wrapper {
    width: 50%;
  }
}

@media only screen and (max-width: 370px) {
  .list-view .listing-content {
    padding-inline-start: 15px;
    width: calc(100% - 105px);
  }

  .list-view .listing-image {
    min-width: 105px;
  }

  .list-view .listing-main article .listing-image a {
    height: 105px;
    width: 105px;
  }

  .list-view .listing-main article .listing-rating img {
    width: 17px;
  }

  .list-view .listing-main article .listing-rating img:not(:nth-last-child(2)) {
    margin-inline-end: 2px;
  }

  .listing-image a span {
    font-size: 10px;
    padding: 4px 55px;
  }

  .list-view .listing-excerpt p,
  .list-view .listing-timing,
  .list-view .listing-main article .rating-text,
  .list-view .listing-contact-address,
  .list-view .listing-contact-info .listing-phone,
  .list-view .listing-content .read-more,
  .list-view .listing-contact-info .listing-date {
    font-size: 13px;
  }

  .list-view .listing-content .read-more svg {
    width: 10px;
    height: 10px;
  }

  .details-card .detail-card-col-right .food-delivery-brands a img {
    max-width: 35px;
  }
}
