/*
Theme Name:     Listify Child
Theme URI:      https://astoundify.com/products/listify/
Template:       listify
Version:        1.1.13
*/


.gp-custom-logo-link .custom-header img.gp-custom-header-image {
  max-width: 180px;
  height: auto;
}

.job-listing-description {
  border: 1px solid #eee;
  padding: 50px 20px;
  margin-bottom: 20px;
  border-radius: 6px;
}

.job-listing-description h6,
.job-listing-description h5,
.job-listing-description h4,
.job-listing-description h3,
.job-listing-description h2,
.job-listing-description h1 {
  margin: 0px;
  margin-bottom: 10px;
}

.job-listing-description p {
  margin: 0px;
}

.type-job_listing.style-grid .job_listing-entry-header-wrapper {
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
}

.type-job_listing.style-grid .job_listing-entry-header {
  height: auto;
}

.type-job_listing.style-grid .feature_image_card {
  max-height: 310px;
  min-height: 310px;
  overflow: hidden;
  position: relative;
  background-color: #f5f5f5;
  transition: all 0.4s ease-in-out;
}

.type-job_listing.style-grid:hover .feature_image_card {
  background-color: #000;
}

.type-job_listing.style-grid .feature_image_card img {
  width: 100%;
  object-fit: cover;
  object-position: top center;
  transition: all 0.4s ease-in-out;
}

.type-job_listing.style-grid:hover .feature_image_card img {
  padding: 8px;
  opacity: 0.8;
}

.type-job_listing.style-grid .job_listing-entry-meta {
  padding: 15px;
  background-color: #000;
  color: #fff;
}

.listing-featured-icon,
.style-grid .listing-featured-badge {
  position: absolute;
  top: 280px;
  left: 10px;
}

.listing-featured-icon img {
  max-width: 30px;
  height: 30px;
}

ul.job_listings {
  display: flex;
  flex-wrap: wrap;
}

.type-job_listing.style-grid .job_listing-entry-footer {
  position: absolute;
  top: 45px;
  right: 0;
}

li.type-job_listing .listing-entry-company-image~.claimed-ribbon span:after {
  top: 0;
  left: 0;
}

li.type-job_listing.style-grid .job_listing-entry-footer .claimed-ribbon {
  top: -35px;
  z-index: 99;
}

li.type-job_listing.style-grid .job_listing-entry-footer .claimed-ribbon.company-image-claimed-ribbon {
  top: -25px;
}

.job_listing-content {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .type-job_listing.style-grid .job_listing-entry-header {
    padding: 0;
  }
}


/**
Custom GP STYLES Start Here
*/


/* =========================
   GP DESIGN TOKENS
========================= */

:root {
  /* ===== Brand Greens ===== */
  --gp-green-primary: #086019;
  /* Logo / accents */
  --gp-green-heading: #0B6B2B;
  /* Headings */
  --gp-green-light: #84baa0;
  --gp-green-light-bg-weddify: rgba(185, 210, 176, 1);
  /* Header / soft bg */

  /* ===== Secondary Wine ===== */
  --gp-wine-dark: #5C263F;
  /* CTA / emphasis */
  --gp-wine-light: rgba(247, 191, 180, 0.2);
  --gp-wine-light-bg-weddify: #FCEDF1;
  /* Soft bg */

  /* ===== Text ===== */
  --gp-text-primary: #222222;
  --gp-text-secondary: #555555;
  --gp-text-light: #ffffff;

  /* ===== Backgrounds ===== */
  --gp-bg-light: #ffffff;
  --gp-bg-grey: #f7f7f7;
  --gp-bg-soft-green: rgba(132, 186, 160, 0.15);
  --gp-bg-soft-wine: rgba(247, 191, 180, 0.2);

  /* ===== Borders ===== */
  --gp-border-light: #e5e5e5;
  --gp-border-dark: #cccccc;

  /* Status / Labels */
  --gp-success: #2E7D32;
  --gp-warning: #ED6C02;
  --gp-info: #0288D1;

  --gp-accent-gold: #E8B04A;
  --gp-accent-blue: #3A6EA5;


  /** TRABULOUS GLOBAL COLORS */

  --tb-blue-primary: #3498DB;
  --tb-blue-primary: #32b0ad;

  --tb-blue-dark: #234f9c;
  --tb-blue-dark: #32b0ad;

  --tb-white-background: #ffffff;
  --tb-white-text: #ffffff;

  --tb-black-text: #222222;
  --tb-blue-background: #2980B9;
  --tb-blue-background: #32b0ad;

  --tb-coral-color: #fe6845;
  --color-coral: #fe6845;



}



/* =========================
   GP TYPOGRAPHY SYSTEM
========================= */

body {
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: var(--gp-text-primary);
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6,
.gp-heading {
  font-family: 'Merriweather', serif;
  /* color: var(--gp-wine-dark); */
  font-weight: 700;
  letter-spacing: 0.02em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--tb-blue-dark);
}


/* Main Navigation */


.nav-menu li,
ul.nav-menu li {
  margin-right: 8px;
}

.nav-menu li.menu-item-search,
.nav-menu li.menu-item-cart {
  display: none;
}


.gp-custom-header .nav-menu.primary a,
.nav-menu.primary li:before,
.nav-menu.primary li:after,
.nav-menu.primary a:before,
.nav-menu.primary a:after {
  color: var(--gp-text-primary);
  text-decoration: none;
  font-size: 1rem;
}


.main-navigation,
.main-navigation a,
.gp-main-menu {
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* Buttons & CTAs */
.gp-cta-button,
button,
input[type="submit"] {
  font-family: 'Jost', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.gp-cta-button {
  background: var(--gp-green-primary);
  color: var(--gp-text-light);
}

.gp-cta-button-secondary {
  background: var(--gp-wine-dark);
  color: var(--gp-text-light);
}

.gp-cta-button-secondary-outline {
  background: var(--gp-wine-light);
  color: var(--gp-wine-dark);
}




/* =========================
   GP GLOBAL LAYOUT
========================= */

.gp-section {
  padding: 40px 0;
}

.gp-section-sm {
  padding: 40px 0;
}

.gp-container-narrow {
  max-width: 1100px;
  margin: 0 auto;
}

.gp-container-wide {
  max-width: 1400px;
  margin: 0 auto;
}

/* =========================
   GP BUTTON SYSTEM
========================= */

.gp-cta-button {
  display: inline-block;
  padding: 14px 28px;
  background: var(--gp-primary);
  color: var(--gp-text-light);
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.gp-cta-button:hover {
  background: var(--gp-secondary);
  color: var(--gp-text-primary);
}


/* =========================
   GP CARD BASE
========================= */

.gp-card {
  background: var(--gp-bg-light);
  border: 1px solid var(--gp-border-light);
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gp-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* =========================
   GP UTILITIES
========================= */

.gp-text-center {
  text-align: center;
}

.gp-text-right {
  text-align: right;
}

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

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

.gp-hidden {
  display: none;
}

.bi {
  font-size: 0.8rem;
  color: var(--tb-black-text);

}

.gp-icon-primary {
  color: var(--gp-green-primary);
}

.gp-icon-wine {
  color: var(--gp-wine-dark);
}




/* =========================
   GP – HEADER
========================= */

.gp-custom-header {}

nav#site-navigation,
nav.main-navigation {
  display: none;
}

.gp-custom-header .primary-header {
  background: var(--tb-white-background);
  box-shadow: none;
  /* border-bottom: 1px solid var(--gp-green-primary); */
  /* box-shadow: 2px 1px 0 var(--gp-green-primary); */
}

.site-branding .gp-custom-header-image {
  width: 180px;
  height: auto;
  padding: 5px;
}


/* =========================
   GP – COMMON
========================= */
.gp-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.gp-cta-button {
  display: inline-block;
  padding: 12px 24px;
  background: #000;
  color: #fff;
  text-decoration: none;
}

/* =========================
   GP – SINGLE VENUE
========================= */
.gp-single-venue {}

.gp-venue-banner {
  padding: 60px 0;
  background: #f5f5f5;
}

.gp-venue-banner-inner {
  display: flex;
  gap: 40px;
}

.gp-venue-banner-content {
  flex: 1;
}

.gp-venue-banner-form {
  flex: 1;
}

/* =========================
   GP – ARCHIVE & TAXONOMY
========================= */
.gp-venue-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.gp-venue-card {
  padding: 20px;
  border: 1px solid #ddd;
}

.gp-archive-body,
.gp-taxonomy-body {
  padding: 60px 0;
}

.gp-archive-sidebar,
.gp-taxonomy-sidebar {
  width: 25%;
}

.gp-archive-listing,
.gp-taxonomy-listing {
  width: 75%;
}






/* =========================
   GP – LANDING PAGE
========================= */
.gp-landing-page {}

/* =========================
   HERO SECTION
========================= */
.gp-landing-hero {
  position: relative;
  min-height: 100vh;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
}

.gp-landing-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}

.gp-landing-hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 60px;
  align-items: center;
}

.gp-landing-hero-content {
  flex: 1;
}

.gp-landing-hero-form {
  flex: 1;
  background: #fff;
  padding: 30px;
  border-radius: 4px;
}

.gp-landing-hero-title {
  font-size: 48px;
  margin-bottom: 20px;
}

.gp-landing-hero-subtitle {
  font-size: 18px;
  margin-bottom: 30px;
}

/* =========================
   SECTIONS
========================= */
.gp-section-header {
  margin-bottom: 40px;
}

.gp-section-title {
  font-size: 32px;
}

/* =========================
   FEATURED WEEKLY COLLECTION
========================= */
.gp-featured-weekly-section {
  padding: 80px 0;
}

.gp-featured-weekly-collection {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.gp-featured-card {
  height: 300px;
  background: #f2f2f2;
  border-radius: 6px;
}

/* =========================
   FULL WIDTH IMAGE ROW
========================= */
.gp-fullwidth-image-row {
  position: relative;
  min-height: 400px;
  background: #ccc;
  display: flex;
  align-items: center;
}

.gp-fullwidth-image-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
}

.gp-fullwidth-image-content {
  position: relative;
  z-index: 2;
  color: #fff;
}

.gp-fullwidth-image-title {
  font-size: 36px;
}

/* =========================
   CURATED COLLECTION
========================= */
.gp-curated-collection-section {
  padding: 80px 0;
}

.gp-curated-collection {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}



/* =========================
   GP LANDING PAGE STARTS HERE
========================= */


/* =========================
   GP HERO BANNER
========================= */

.gp-hero-banner {
  /* position: relative;
    min-height: 80vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center; */
  /* padding: 0 50px */
}

.gp-hero-overlay {
  display: none;
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

.gp-hero-content {
  position: relative;
  z-index: 2;
  color: var(--gp-text-light);
  padding: 60px 20px;
}

/* Headings */
.gp-hero-title {
  font-size: 3.2rem;
  color: var(--gp-text-light);
  margin-bottom: 20px;
}

.gp-hero-subtitle {
  visibility: hidden;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 40px;
}

/* =========================
   HERO FORM
========================= */

.gp-hero-banner-form {
  display: flex;
  justify-content: center;
  height: 50px;
}

.gp-hero-search-form {
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

/* Individual Fields */
.gp-hero-form-field {
  padding: 5px 10px;
  position: relative;
}

.gp-hero-form-field:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 20%;
  height: 60%;
  width: 1px;
  background: var(--gp-border-light);
}

.gp-hero-form-field .select::after {
  color: var(--gp-text-primary);
  position: absolute;
  top: 10px;
}

/* Inputs */
.gp-hero-form-field select,
.gp-hero-form-field input {
  border: none;
  outline: none;
  height: 60px;
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  color: var(--gp-text-primary);
  background: transparent;
}

/* Submit Button */
.gp-hero-form-submit button {
  height: 75px;
  width: 170px;
  border: none;
  background: var(--gp-wine-dark);
  color: #fff;
  font-size: 1.1rem;
  cursor: pointer;
  transition: background 0.3s ease;
}

.gp-hero-form-submit button:hover {
  background: var(--gp-green-primary);
}

/* =========================
   GP HERO OVERLAY
========================= */

.gp-hero-overlay {
  position: absolute;
  inset: 0;
  /* background: rgba(0, 0, 0, 0.75); */
  /* Adjustable */
  z-index: 1;
}


.gp-hero-title {
  font-size: 2.5rem;
  color: var(--gp-text-light);
  margin-bottom: 20px;
  font-family: 'Merriweather', serif;
}

.gp-hero-title span {
  display: block;
  color: var(--gp-text-light);
  font-size: 3rem;
  font-weight: 400;
  margin-top: 10px;
  /* color: rgba(255, 255, 255, 0.85); */
}

.gp-hero-form-submit i {
  font-size: 1.2rem;
  color: #ffffff;
}


/* =========================
   FEATURED VENUES SECTION
========================= */

.gp-featured-eyebrow {
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--gp-text-secondary);
  padding-bottom: 20px;
}

.gp-featured-main-title {
  margin: 20px 0 20px;
  color: var(--gp-wine-dark);
}

/* Toggle Buttons */
.gp-featured-toggle-buttons {
  display: inline-flex;
  gap: 10px;
}

.gp-toggle-btn {
  padding: 10px 22px;
  border: 2px solid var(--gp-wine-dark);
  background: transparent;
  color: var(--gp-wine-dark);
  font-family: 'Jost', sans-serif;
  font-weight: 600;
  cursor: pointer;
}

.gp-toggle-active {
  background: var(--gp-wine-dark);
  color: #fff;
}

/* =========================
   CARD – HOMEPAGE
========================= */

.gp-card-container-homepage {
  background: #fff;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}

/* Image */
.gp-card-image {
  position: relative;
}

.gp-card-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

/* Badges */
.gp-card-badges {
  position: absolute;
  top: 15px;
  left: 15px;
  display: flex;
  gap: 10px;
}

.gp-badge {
  background: #fff;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--gp-wine-dark);
}

/* Title */
.gp-card-title {
  padding: 10px 18px;
  height: 88px;
}

.gp-card-title h3,
.gp-card-title h3 a {
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--gp-wine-dark);
  text-decoration: none;
}

p.gp-card-subtitle {
  padding: 0px 18px;
  font-size: 14px;
  min-height: 80px;
}

/* Meta Rows */
.gp-card-meta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 0.85rem;
}

.gp-card-divider {
  width: 1px;
  height: 18px;
  background: #ddd;
  margin: 0 12px;
}

.gp-card-meta-top,
.gp-card-meta-bottom {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  height: 45px;
  overflow: hidden;
}

/* CTA */
.gp-card-cta {
  display: none;
  padding: 15px 18px;
}

.gp-card-btn {
  display: block;
  width: 100%;
  padding: 12px;
  text-align: center;
  border: 2px solid var(--gp-wine-dark);
  color: var(--gp-wine-dark);
  text-decoration: none;
  font-weight: 600;
  border-radius: 30px;
}

.gp-card-btn:hover {
  background: var(--gp-wine-dark);
  color: #fff;
}

/* Response */
.gp-card-response {
  padding: 10px 18px 18px;
  font-size: 1rem;
  text-align: center;
  color: var(--gp-text-secondary);
}

/* =========================
   GP SPLIT SECTION
========================= */

.gp-split-section {
  position: relative;
}

/* Top Image Half */
.gp-split-image {
  height: 65vh;
  background-size: cover;
  background-position: center;
}

/* Bottom Blank Half */
.gp-split-blank {
  height: 20vh;
  background: #ffffff;
}

/* Content Wrapper (Overlap) */
.gp-split-content-wrapper {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}

/* Content Box */
.gp-split-content {
  background: var(--gp-bg-grey);
  padding: 60px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

/* =========================
   SPLIT SECTION CONTENT
========================= */

.gp-split-title {
  color: var(--gp-green-heading);
  margin-bottom: 10px;
}

.gp-split-subtitle {
  color: var(--gp-wine-dark);
  margin-bottom: 20px;
}

.gp-split-description {
  color: var(--gp-text-secondary);
  margin-bottom: 30px;
}

/* Actions Row */
.gp-split-actions {
  display: flex;
  align-items: center;
  gap: 15px;
}

/* Button */
.gp-split-btn {
  padding: 12px 28px;
  background: var(--gp-wine-dark);
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  border-radius: 30px;
}

/* Phone Icon */
.gp-split-phone {
  width: 48px;
  height: 48px;
  background: var(--gp-wine-dark);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gp-split-phone .bi-telephone-fill {
  font-size: 1.2rem;
  color: #ffffff;
}

/* Phone Text */
.gp-split-phone-text {
  font-weight: 600;
  color: var(--gp-wine-dark);
}

/* Right Image */
.gp-split-side-image {
  max-width: 100%;
  height: auto;
}


/* =========================
   GP INSPIRATION LABELS
========================= */

.gp-landing-listing-labels-containers {
  background: #ffffff;
  margin-top: 80px;
}

.gp-inspiration-title {
  color: var(--gp-wine-dark);
}

.gp-inspiration-card {
  position: relative;
  height: 380px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gp-inspiration-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}

.gp-inspiration-heading {
  position: relative;
  color: #ffffff;
  font-size: 32px;
  text-align: center;
  letter-spacing: 1px;
}


/* =========================
   GP BLOG SECTION
========================= */

.gp-landing-blog-section {
  background: var(--gp-bg-grey);
}

.gp-blog-title {
  color: var(--gp-wine-dark);
}

.gp-blog-subtitle {
  color: var(--gp-text-secondary);
}

.gp-blog-card {
  background: #ffffff;
  padding: 20px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.gp-blog-image img {
  width: 100%;
  height: auto;
}

.gp-blog-meta,
.gp-blog-meta span,
.gp-blog-meta a {
  font-size: 13px;
  color: var(--gp-text-muted);
  margin: 10px 0;
}

.gp-blog-card-title,
.gp-blog-card-title a {
  font-size: 18px;
  margin-bottom: 10px;
  text-decoration: none;
  color: var(--gp-wine-dark);
}

.gp-blog-excerpt {
  font-size: 14px;
  margin-bottom: 15px;
}

.gp-blog-readmore {
  color: var(--gp-wine-dark);
  font-weight: 600;
  text-decoration: none;
}

.gp-blog-view-more {
  padding: 12px 30px;
  border: 2px solid var(--gp-wine-dark);
  color: var(--gp-wine-dark);
  text-decoration: none;
  font-weight: 600;
}



/**
Blog
*/


.blog-cards-landing-page {
  margin-top: 40px;
}


.gp-landing-idoabroad-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}

/* ========================
   GP LANDING PAGE ENDS HERE
========================= */


/* ========================
   GP BLOG PAGE STARTS HERE
========================= */

.gp-side-content .page-title,
.gp-side-content .job_listing-title {
  font-family: 'Merriweather', serif;
  /* color: var(--gp-wine-dark); */
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-shadow: rgba(0, 0, 0, .8) 0 2px 4px;
}

.gp-post-container,
.gp-single-job-listing-container {
  margin-top: 40px;
}


.gp-side-content .gp-single-job-listing-container h1,
.gp-side-content .gp-single-job-listing-container h2,
.gp-side-content .gp-single-job-listing-container h3,
.gp-side-content .gp-single-job-listing-container h4,
.gp-side-content .gp-single-job-listing-container h5,
.gp-side-content .gp-single-job-listing-container h6,
.gp-side-content .gp-post-container h1,
.gp-side-content .gp-post-container h2,
.gp-side-content .gp-post-container h3,
.gp-side-content .gp-post-container h4,
.gp-side-content .gp-post-container h5,
.gp-side-content .gp-post-container h6 {
  font-family: 'Merriweather', serif;
  color: var(--gp-wine-dark);
}

.gp-side-content .gp-post-container a,
.gp-side-content .gp-single-job-listing-container a,
.single-job_listing .widget a:not(.button) {
  /* text-decoration: none; */
  color: var(--gp-text-primary)
}


/* SIDEBAR */

.gp-custom-sidebar {}

.gp-custom-sidebar form {}

.gp-custom-sidebar form button {
  padding: 12px 28px;
  background: var(--gp-wine-dark);
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  border-radius: 30px;
}

.gp-custom-sidebar form label {
  display: none;
}


.gp-footer {
  /* background: var(--tb-blue-primary); */
  padding-top: 30px;
  margin-top: 40px;
}

.gp-footer-social-row {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.gp-footer-social-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.gp-footer-social {
  color: var(--gp-text-primary);
  text-decoration: none;
  font-weight: 500;
}

.gp-footer-separator {
  width: 1px;
  height: 16px;
  background: rgba(0, 0, 0, 0.2);
}

.gp-footer-heading {
  /* color: var(--gp-text-primary); */
  color: var(--tb-black-text);
  margin-bottom: 25px;
}

.gp-footer-heading span {
  color: var(--tb-black-text);
}

.gp-footer-cta-buttons {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}

.gp-btn-outline-wine {
  border: 2px solid var(--tb-black-text);
  color: var(--tb-black-text);
  padding: 12px 22px;
  text-decoration: none;
  font-weight: 600;
  /* color:var(--tb-white-text) */
}

.gp-btn-wine {
  background: var(--tb-black-text);
  color: #ffffff;
  padding: 12px 22px;
  text-decoration: none;
  font-weight: 600;
}

.gp-footer-secondary-links {
  display: flex;
  gap: 20px;
}

.gp-footer-secondary-links a {
  color: var(--gp-text-primary);
  text-decoration: none;
}

.gp-footer-menu-title {
  color: var(--tb-black-text);
  margin-bottom: 15px;
  font-size: 18px;
}

.gp-footer-menu-title:hover {
  color: var(--tb-blue-dark);
  cursor: pointer;
}

.gp-footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.gp-footer-menu li {
  margin-bottom: 10px;
}

.gp-footer-menu a {
  color: var(--gp-text-primary);
  text-decoration: none;
}

.gp-footer-menu a:hover,
.social-icons-footer a i:hover {
  color: var(--tb-blue-dark);
}


.gp-footer-copyright {
  padding: 20px 0;
  font-size: 14px;
  color: var(--gp-text-muted);
}

.meta-footer-1 ul {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.social-icons-footer {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}

.social-icons-footer a {
  color: var(--gp-text-primary);
  font-size: 18px;
  text-decoration: none;
}

.social-icons-footer a i {
  transition: color 0.3s ease;
  font-size: 22px;
}

/**GP FOOTER ENDS HERE
*/


/* =========================
   GP CONTACT PAGE
========================= */

.gp-contact-hero {
  position: relative;
  height: 70vh;
  background-size: cover;
  background-position: center;
}

.gp-contact-hero .gp-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.gp-hero-title {
  margin-top: 60px;
  color: #ffffff;
  z-index: 2;
  position: relative;
  text-shadow: 1px 1px 4px #050505;
}

.gp-hero-subtitle {
  color: #fff;
  z-index: 2;
  position: relative;
  max-width: 700px;
  margin: 15px auto 0;
}

.gp-contact-section {
  padding: 80px 0;
}

.gp-contact-form-box {
  background: #fff;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.gp-contact-form-box h1,
.gp-contact-form-box h2,
.gp-contact-form-box h3,
.gp-contact-form-box h4,
.gp-contact-form-box h5,
.gp-contact-form-box h6,
.gp-contact-info-box h1,
.gp-contact-info-box h2,
.gp-contact-info-box h3,
.gp-contact-info-box h4,
.gp-contact-info-box h5,
.gp-contact-info-box h6 {
  margin-bottom: 20px;
  color: var(--tb-blue-dark);
}

.gp-contact-info-box {
  background: var(--tb-blue-background);
  padding: 40px;
  height: 100%;
}

.gp-contact-info-box h4,
.gp-contact-info-box,
.gp-contact-info-box h3,
.gp-contact-info-box .bi {
  color: #ffffff;
}

.gp-contact-points {
  list-style: none;
  padding: 0;
  margin: 0;
}

.gp-contact-points li {
  margin-bottom: 12px;
  font-weight: 500;
}

.gp-contact-direct p {
  margin-top: 15px;
  font-weight: 600;
}


/* =========================
   CONTACT PAGE – SOCIAL LINKS
========================= */

.gp-contact-social-wrapper {
  margin-top: 35px;
  padding-top: 25px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.gp-contact-social-title {
  font-size: 16px;
  margin-bottom: 15px;
  color: var(--gp-text-primary);
}

.gp-contact-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.gp-contact-social {
  width: 42px;
  height: 42px;
  border: 1px solid #ffffff;
  color: var(--gp-wine-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

.gp-contact-social:hover {
  background: var(--gp-wine-dark);
  color: #ffffff;
}


/* =========================
   GP CALL TO ACTION SECTION
========================= */

.gp-calltoaction-section {
  background: var(--gp-green-light);
  padding: 0;
  margin-top: 60px;
}

.gp-cta-text {
  font-size: 24px;
  font-weight: 500;
  color: var(--gp-text-primary);
  max-width: 750px;
}

.gp-cta-button {
  padding: 14px 34px;
  font-size: 16px;
}

.gp-calltoaction-section .gp-cta-button:hover {
  background: transparent;
  color: var(--gp-text-primary);
  border: 1px solid var(--gp-wine-dark);
}


.gp-venue-hero,
.gp-venue-body {
  position: relative;
  width: 100%;
}

.gp-venue-hero {
  min-height: 70vh;
  display: flex;
  align-items: flex-end;
  color: #ffffff;
}

.gp-venue-hero-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.gp-venue-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gp-venue-hero .gp-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.gp-venue-hero-content {
  position: relative;
  padding-bottom: 60px;
  z-index: 2;
}

.gp-venue-title {
  font-family: 'Merriweather', serif;
  font-size: 3rem;
  font-weight: 700;
  margin: 15px 0;
  line-height: 1.2;
}

.gp-venue-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 0.95rem;
}

.gp-venue-meta i {
  margin-right: 6px;
  color: var(--gp-secondary-light);
}

.gp-venue-rating strong {
  font-weight: 600;
}

.gp-venue-badges {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.gp-badge {
  background: #ffffff;
  color: #222;
  padding: 6px 14px;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  z-index: 99;
}

.gp-badge i {
  color: var(--gp-secondary-dark);
}

.gp-venue-body {
  /* padding: 80px 0; */
  background: #ffffff;
}

.gp-venue-main {
  padding-right: 30px;
}

.gp-venue-description {
  font-size: 1rem;
  line-height: 1.8;
  color: #222;
  margin-bottom: 50px;
}

.gp-venue-description p:last-child {
  margin-bottom: 0;
}

.gp-venue-taxonomies {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.gp-tax-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gp-tax-pill {
  background: rgba(8, 96, 25, 0.08);
  color: #086019;
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 0.8rem;
  font-weight: 500;
}

.gp-venue-sidebar {
  position: sticky;
  top: 120px;
}

.gp-sidebar-card {
  background: #ffffff;
  border: 1px solid #eee;
  padding: 25px;
  margin-bottom: 30px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
}

.gp-sidebar-card h4 {
  font-family: 'Merriweather', serif;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.gp-sidebar-card h4.widget-title .bi {
  font-size: 1rem;
  margin-right: 6px;
  font-weight: bold;
  vertical-align: middle;
}

.gp-sidebar-card .gp-venue-videos {}

.gp-sidebar-card .gp-sidebar-youtube-videos .gp-video-item {
  margin-bottom: 10px;
}

.gp-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 14px 18px;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  margin-top: 20px;
}

.gp-btn-primary {
  background: var(--gp-secondary-dark);
  color: #ffffff;
  border: none;
}

.gp-btn-primary:hover {
  background: rgb(92, 38, 63);
  color: #ffffff;
}

.gp-venue-contact p {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 8px 0;
  font-size: 0.9rem;
}

.gp-venue-contact i {
  color: var(--gp-secondary-dark);
}

.gp-venue-socials {
  display: flex;
  gap: 12px;
}

.gp-venue-socials a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(247, 191, 180, 0.25);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--gp-secondary-dark);
  font-size: 1rem;
  transition: all 0.3s ease;
}

.gp-venue-socials a:hover {
  background: var(--gp-secondary-dark);
  color: #ffffff;
}

.gp-venue-sidebar #secondary,
.gp-venue-sidebar .widget-area {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  /* background: #ffffff; */
  /* border: 1px solid #eee; */
  /* padding: 25px; */
  /* margin-bottom: 30px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
    */
}

.gp-venue-sidebar #secondary aside {
  padding: 25px;
  background: #ffffff;
  border: 1px solid #eee;
  border-radius: 0;
  margin-bottom: 30px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
}

.gp-venue-sidebar #secondary aside .map-widget-section {
  padding: 0;
  border: none;
  box-shadow: none;
}

.gp-venue-sidebar #secondary aside h2,
.gp-venue-sidebar #secondary aside h2 a {
  /* font-family: 'Merriweather', serif;
    font-size: 1.2rem; */
  margin-bottom: 15px;
  color: var(--gp-wine-dark);
  text-decoration: none;
  font-weight: 700;
}


.gp-venue-sidebar #secondary aside .listify-gallery-images {
  padding: 0;
}

.gp-tax-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.gp-tax-pill i {
  font-size: 0.85rem;
  color: var(--gp-secondary-dark);
}

.gp-tax-title {
  margin-bottom: 12px;
}

.gp-tax-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gp-tax-group {
  display: block !important;
}

.gp-tax-group h5 {
  display: block !important;
  width: 100%;
}

.gp-tax-group .pills-container {
  display: flex !important;
  width: 100%;
  margin-top: 10px;
}


.gp-cta-offer-badge {
  /* background: #f4f6f4; */
  padding: 20px;
  border-radius: 6px;
}

.gp-cta-star {
  font-size: 28px;
  color: silver;
}

.gp-cta-offer-text del {
  opacity: 0.6;
}

.gp-cta-price {
  color: var(--gp-wine-color);
  font-size: 22px;
  font-weight: bold;
}

.gp-cta-offer-badge {
  background-image: url('../listify-child/assets/images/silver-star.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  min-height: 100px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
}

.gp-cta-offer-text {
  font-weight: 600;
  color: #222;
  line-height: 1.3;
  padding: 0;
  margin: 0;
}

.gp-cta-offer-text del {
  opacity: 0.6;
}

.gp-cta-price {
  color: var(--gp-wine-dark);
  font-size: 22px;
  font-weight: 700;
}

.gp-nav-icons {
  gap: 8px;
}

.gp-nav-icon {
  font-size: 20px;
  color: var(--gp-text-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
  position: relative;
}

.gp-nav-icons .bi {
  font-size: 20px;
}

.gp-nav-icon:hover {
  color: var(--gp-wine-color);
  transform: translateY(-1px);
}


.gp-nav-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
}

.gp-nav-icon:hover {
  background: var(--gp-wine-color);
  color: #fff;
  border-color: var(--gp-wine-color);
}

.primary-header .nav-menu.primary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 7px;
  padding-left: 0;
}

.nav-menu-container {
  flex: 1 1 auto;
}

.gp-nav-icon {
  width: 34px;
  height: 34px;
  /* border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.08); */
  background: #fff;
  color: var(--gp-text-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: all 0.25s ease;
}

.gp-nav-icon:hover {
  background: var(--gp-wine-color);
  color: #fff;
  border-color: var(--gp-wine-color);
  transform: translateY(-1px);
}

.primary-header .container {
  padding: 0;
}

.archive-post-page {
  padding-top: 60px;
}


/** 
Archive Post Page 
*/

.archive-post-page h2.entry-title,
.archive-post-page h2.entry-title a {
  font-family: 'Merriweather', serif;
  /* color: var(--gp-wine-dark); */
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-shadow: rgba(0, 0, 0, .8) 0 2px 4px;
}

.archive-post-page aside a {
  color: var(--gp-text-primary);
  text-decoration: none;
}

.archive-post-page aside .wp-block-heading {
  font-family: 'Merriweather', serif;
  color: var(--gp-wine-dark);
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 15px;
}


.gp-footer-secondary-links li {
  margin-right: 10px;
  list-style: none;
}

.gp-footer-secondary-links a {
  color: var(--gp-text-primary);
  text-decoration: none;
}

.gp-footer-secondary-links a:hover {
  text-decoration: underline;
}

.has-image.entry-cover:after {
  background: transparent;
}

/**
Hide filters - but leave the functionality
*/

.job_filters.child-theme .search_jobs div.search_keywords,
.job_filters.child-theme .search_jobs div.filter_by_tag {
  display: none !important;
}


.ido-verification-page-content .page-title,
.woocommerce-shop .page-title {
  color: var(--gp-wine-dark);
  text-shadow: none;
}



.cover-wrapper {
  position: relative;
  width: 100%;
  min-height: 220px;
  /* base height */
  padding: 3rem 2.5rem;
  /* space between frame and content */
  display: flex;
  align-items: center;
  justify-content: center;
}


/* .cover-frame {
    position: absolute;
    inset: 0;
    padding: 24px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    z-index: 1;
    pointer-events: none;
}


.cover-content {
    position: relative;
    z-index: 2;
    max-width: 90%;
    text-align: center;
} */

.category-intelligent-planning .entry-content h2.wp-block-heading:first-child {
  font-family: "Dancing Script", cursive;
  color: var(--gp-wine-dark);
  font-size: 30px;
  font-weight: 900;
  margin-top: 20px;
  margin-bottom: 20px;
}

.category-intelligent-planning #secondary aside li {
  font-size: 16px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 18px;
}

.category-intelligent-planning #secondary aside li::before {
  content: "❧";
  /* change to ★, ✦, ❥, ❧, →, etc. */
  position: absolute;
  left: 0;
  top: 0;
  color: var(--gp-wine-dark);
  font-size: 16px
}

.category-intelligent-planning #secondary aside li a {
  font-size: 16px;
  color: var(--gp-text-primary);
  text-decoration: none;
}

.category-intelligent-planning #secondary aside li a:hover {
  text-decoration: underline;
}

.gp-calltoaction-section .gp-cta-title {
  margin-top: 10px;
  font-size: 20px;
}



/* Ensure image wrapper is positioning context */
.gp-card-image {
  position: relative;
}

/* IDO Verified Badge */
.gp-ido-verified-badge {
  position: absolute;
  top: 5px;
  right: 0;
  z-index: 3;
  width: 70px;
  z-index: 99;

}

.gp-ido-verified-badge img {
  width: 100%;
  height: auto;
  display: block;
}


section.gp-wedding-calender-section {
  padding-top: 60px;
}

section.gp-wedding-calender-section h1,
h2 {
  color: var(--gp-wine-dark);
  margin-bottom: 20px;
}

.content-single-job_listing-hero-wrapper.cover-wrapper {
  justify-content: flex-start;
}

.content-single-job_listing-hero-wrapper.cover-wrapper .content-single-job_listing-hero-inner {
  width: 100%;
}


.filtered-venue-single .gp-card-image {
  /* position: relative; */
  height: 200px;
}


.nav-menu li:hover>ul.sub-menu>li {
  height: 28px;
}

/* Target Nav menu */

.site-header .menu>li.current-menu-item a {
  font-weight: bold;
  color: var(--tb-blue-dark);
}

.site-header .menu>li>a::after {
  /* content: "";
    position: absolute;
    right: -8px;
    top: 34%;
    width: 1px;
    height: 20px;
    background-color: rgba(24, 21, 21, 0.24); */
}

.site-header .menu>li:last-child>a::after {
  background-color: transparent;
}

.site-header .menu>li.menu-item a:hover {
  color: var(--tb-blue-dark);
}

.site-header .menu>li.menu-item>ul.sub-menu>li.menu-item a:hover {
  color: #140c0c;
}

.site-header .menu>li.menu-item>ul.sub-menu>li.menu-item>ul.sub-menu {
  padding-top: 0;
}

.site-header .menu>li.menu-item>ul.sub-menu>li.menu-item>ul.sub-menu>li.menu-item {
  height: 22px;
}

.site-header .menu>li.menu-item>ul.sub-menu>li.menu-item>ul.sub-menu>li.menu-item a {
  font-size: 0.85rem;
  padding-top: 3px;
  padding-bottom: 3px;
}



.gp-custom-header .primary-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3px;
  height: 1px;
  /* background: var(--gp-green-primary); */
}

.site-header .menu>li.menu-item:nth-child(7)>a {
  color: #ffffff;
  /* background-color: #16a34a;
  padding: 8px 16px;
  border-radius: 6px; */
}

.site-header .menu>li.menu-item>ul.sub-menu>li.menu-item:nth-child(6)>ul.sub-menu {
  padding-top: 0;
  top: -100px
}

.site-header .menu>li.menu-item>ul.sub-menu>li.menu-item:nth-child(6)>ul.sub-menu::before,
.site-header .menu>li.menu-item>ul.sub-menu>li.menu-item:nth-child(6)>ul.sub-menu::after {
  visibility: hidden;
}

.container.gp-single-job-listing-container .gp-venue-main h1,
.container.gp-single-job-listing-container .gp-venue-main h2,
.container.gp-single-job-listing-container .gp-venue-main h3,
.container.gp-single-job-listing-container .gp-venue-main h4,
.container.gp-single-job-listing-container .gp-venue-main h5,
.container.gp-single-job-listing-container .gp-venue-main h6 {
  padding-top: 30px;
}


.container.gp-single-job-listing-container .gp-venue-main h1 {}

.container.gp-single-job-listing-container .gp-venue-main h2 {}

.container.gp-single-job-listing-container .gp-venue-main h3 {
  font-size: 22px;
  ;
}

.container.gp-single-job-listing-container .gp-venue-main h4 {
  font-size: 19px;
}

.container.gp-single-job-listing-container .gp-venue-main h5 {
  font-size: 16px
}

.container.gp-single-job-listing-container .gp-venue-main h6 {
  font-size: 14px;
}



.container.gp-single-job-listing-container .gp-venue-main h1:first-child,
.container.gp-single-job-listing-container .gp-venue-main h2:first-child,
.container.gp-single-job-listing-container .gp-venue-main h3:first-child,
.container.gp-single-job-listing-container .gp-venue-main h4:first-child,
.container.gp-single-job-listing-container .gp-venue-main h5:first-child,
.container.gp-single-job-listing-container .gp-venue-main h6:first-child {
  padding-top: 0;
}


.listing-rating.listing-rating--single,
.content-single-job_listing-hero-actions {
  display: none;
}


.gp-venue-main .gp-sidebar-card h3 {}

.nav-menu li:hover {
  color: #ffffff;
}


.gp-sidebar-reviews .gp-review-item {
  border-bottom: 2px solid #efefef;
  margin-bottom: 8px;
}

.gp-sidebar-reviews .gp-review-item:last-child {
  border-bottom: none;
}


.gp-sidebar-reviews .gp-review-stars .bi {
  font-size: 0.8rem;
  color: var(--gp-wine-dark);
}

.gp-sidebar-reviews .gp-review-text {
  font-size: 0.8rem;
  color: #554f52;
}


/* Custom Filters CSS Starts */

/* .venue-archive-page.country-description-venue-archive-page {}

.venue-archive-page.country-description-venue-archive-page h3 {}

.venue-archive-page.country-description-venue-archive-page p {} */


/* 

#jobFiltersResult .search_jobs {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
}
#jobFiltersResult .search_region,
#jobFiltersResult .search_categories {
    flex: 1;
    min-width: 220px;
}

#jobFiltersResult .update_results_override {
    display: flex;
    align-items: center;
    gap: 12px;
}

#jobFiltersResult .update_results_override input[type="submit"] {
    padding: 12px 22px;
    border-radius: 6px;
    font-weight: 600;
}

.showing_jobs .reset {
    margin-left: auto;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
}
.showing_jobs .showing_jobs_count {
    flex: 1;
}

.showing_jobs .job_sort {
    margin-left: auto;
} */




/* 
#jobFiltersResult{
  display: block;
}

#jobFiltersResult::before, #jobFiltersResult::after{
  display: none;
}

#jobFiltersResult .search_jobs::before{
  display: none;
}

#jobFiltersResult {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 20px;
}

#jobFiltersResult .search_jobs {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 15px;
    align-items: center;
}

#jobFiltersResult .update_results_override {
    grid-column: 3;
    margin-top: 0;
}

#jobFiltersResult .search_region,
#jobFiltersResult .search_categories {
    width: 100%;
}
#jobFiltersResult .showing_jobs {
    display: flex;
    align-items: center;
    width: 100%;
}

.showing_jobs .showing_jobs_count {
    flex: 1;
}

.showing_jobs .job_sort {
    margin-left: auto;
} */



/* Custom Filters CSS Ends */


/* 
#jobFiltersResult::before,
#jobFiltersResult::after {
    display: none;
}

#jobFiltersResult .search_jobs::before {
    display: none;
}

.gp-job-filters-wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
}

.gp-job-filters-wrapper .search_jobs {
    display: flex;
    align-items: center;
    gap: 14px;
    flex: 1;
}

.gp-job-filters-wrapper .search_region,
.gp-job-filters-wrapper .search_categories {
    flex: 1;
    min-width: 220px;
}

.gp-job-filters-wrapper .chosen-container {
    width: 100% !important;
}

.gp-job-filters-wrapper .update_results_override {
   
    margin-top: 0;
    width: 25%;
    padding: 12px 22px;
    white-space: nowrap;
}

.showing_jobs.showing_jobs--has-rss.showing_jobs--has-reset {
    display: none !important;
} */


.venue-archive-page ul.job_listings {
  margin: 0;
  padding: 0;
}

.venue-archive-page .job_listings .job-listing-description {
  border: 1px solid #eee;
  padding: 20px;
  margin-bottom: 40px;
  border-radius: 6px;
}

.venue-archive-page .job_listings .job-listing-description h1,
.venue-archive-page .job_listings .job-listing-description h2,
.venue-archive-page .job_listings .job-listing-description h3,
.venue-archive-page .job_listings .job-listing-description h4,
.venue-archive-page .job_listings .job-listing-description h5,
.venue-archive-page .job_listings .job-listing-description h6,
.venue-archive-page .job_listings .job-listing-description p {
  padding-bottom: 10px;
}

.venue-archive-page .job_listings .job-listing-description h1,
.venue-archive-page .job_listings .job-listing-description h2,
.venue-archive-page .job_listings .job-listing-description h3,
.venue-archive-page .job_listings .job-listing-description h4,
.venue-archive-page .job_listings .job-listing-description h5,
.venue-archive-page .job_listings .job-listing-description h6 {
  color: var(--gp-wine-dark)
}

.recetly-added-itineraries .itinerary-list {
  display: flex;
  flex-direction: column;
  /* gap: 20px; */
  align-items: center;
  /* center card inside column */
}

.recetly-added-itineraries .recentlyHead h4 {
  color: #333333;
}


/*ITINERARY CARD*/
.itinerary-card {
  width: 100%;
  max-width: 340px;
  height: 100%;
  display: flex;
  flex-direction: column;

  border: 1px solid #efefef;
  border-radius: 16px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}


/* Hover */
.itinerary-card:hover {
  /* transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15); */
}

/*IMAGE*/

.image-wrapper {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.card-image {
  object-fit: cover;
  transition: transform 0.4s ease;
}

.itinerary-card:hover .card-image {
  transform: scale(1.05);
}

/*BODY*/

.itinerary-card .card-body {
  flex: 1;
  background: #ffffff;
  color: #333333;
}

/* Stat Card Heading */
.card-body h6 {
  font-size: 16px;
  /* 1440px–1024px */
  min-height: 40px;
}

/* General UI Text */
.card-body .card-meta {
  font-size: 16px;
  color: #666666;
}

/* Tags */
.card-meta-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}

.card-meta-badge {
  /* background: #e0e3ff4d; */
  color: var(--tb-blue-background);
  padding: 6px 12px;
  /* border-radius: 999px; */
  font-weight: 600;
  /* border: 1px solid var(--tb-blue-background); */
  text-decoration: underline;
  text-decoration-color: #c0c03b;
}

.card-meta-badge:hover {
  background: var(--tb-blue-background);
  color: #ffffff;
  text-decoration: none;
}

/*FOOTER*/

.itinerary-card .card-footer {
  margin-top: auto;
  background: #f0f8ff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Stat Card Number */
.price {
  font-size: 26px;
  /* Desktop */
  font-weight: 700;
}

/* Price wrapper */
.pricing-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  white-space: nowrap;
  font-size: 16px;
}

/* Actions */
.user-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Phone icon */
.card-footer .phone-icon {
  width: 44px;
  height: 44px;
  padding: 6px;
  border-radius: 8px;
  border: 2px solid var(--color-coral);
  color: var(--color-coral);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #fe684517;
  font-size: 24px;
}

/* Button */
.card-footer .btn-coral {
  height: 44px;
  min-width: 120px;
  padding: 0 18px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-size: 16px;
  transition: transform 0.2s ease;
  background: var(--tb-blue-background);
  color: #fff;
  font-weight: bold;
}

.card-footer .btn-coral:hover {
  transform: scale(1.05);
}


/* Wrapper */
.cta-wrapper {
  width: 100%;
  /* padding: 100px 0; */
  position: relative;
  overflow: hidden;
}

/* Inner container */
.cta-container {
  align-items: center;
}

/* Content */
.cta-content {
  max-width: 600px;
  color: #ffffff;
  position: relative;
  z-index: 2;
}

/* HEADLINE*/
.cta-content h2 {
  font-size: 22px;
  /* 1440px */
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.3;
}

/* DESCRIPTION*/
.cta-content p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 24px;
  color: #e0ffff;
}

/*ACTION BUTTONS*/
.cta-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* Primary button */
.cta-button {
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  background: #ff6b4a;
  color: #ffffff;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  white-space: nowrap;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

/* Secondary button */
.cta-button-secondary {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}

/*DECORATIVE IMAGE*/
.cta-decor {
  position: absolute;
  right: 40px;
  bottom: 0;
  width: 260px;
  height: 260px;
  pointer-events: none;
}

.cta-decor-image {
  width: 100%;
  height: 100%;
}



/* Hero slider styles moved from HeroSlider.tsx */
.hero-section {
  /* Full visible viewport height so the hero/video is fullscreen */
  --hero-dim: 0.14;
  /* tweak this value for more/less dimming */
  min-height: 100svh;
  min-height: 100vh;
  height: 100svh;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.hero-section video,
.hero-section .object-fit-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 0;
}

/* Very transparent black overlay that dims videos/images */
.hero-dim {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, var(--hero-dim));
  /* fallback for browsers not supporting var() in rgba alpha */
  background: rgba(0, 0, 0, 0.14);
  pointer-events: none;
  z-index: 1;
}

/* Ensure gradient overlay sits above the dim, and content above both */
.position-absolute.top-0.start-0.w-100.h-100 {
  z-index: 2;
}

.hero-content {
  padding-left: 40px;
  top: 54%;
  left: 5%;
  transform: translateY(-50%);
  z-index: 3;
  /* sit above dim and gradient */
}

.hero-subtitle {
  opacity: 0.9;
  letter-spacing: 0.5px;
  font-size: 30px;
  margin-bottom: 10px;
}

.hero-title {
  font-size: 68px;
  font-weight: 800;
  line-height: 1.1;
}

.hero-button {
  padding: 12px 28px;
  transition: all 0.25s ease;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
}

.hero-arrow {
  color: #fff;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  font-size: 26px;
  transition: background 0.12s, transform 0.12s, box-shadow 0.12s;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}

.left-arrow {
  left: 0;
  margin-left: 16px;
}

.hero-arrow:hover,
.hero-arrow:focus {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-50%) translateY(-2px);
  box-shadow: 0 8px 20px rgba(255, 255, 255, 0.12);
  outline: none;
}

.right-arrow {
  right: 0;
  margin-right: 16px;
}

/* 1440px */
@media (max-width: 1440px) {
  .hero-title {
    font-size: 64px;
  }

  .hero-subtitle {
    font-size: 28px;
  }
}

/* 1280px */
@media (max-width: 1280px) {
  .hero-title {
    font-size: 60px;
  }

  .hero-subtitle {
    font-size: 26px;
  }

  .hero-content {
    /* left: 10%;
    padding-left: 60px; */
  }
}

/* 1024px */
@media (max-width: 1024px) {
  .hero-title {
    font-size: 56px;
  }

  .hero-subtitle {
    font-size: 24px;
  }

  .hero-content {
    left: 12%;
    padding-left: 40px;
    max-width: 500px;
  }

  .hero-button {
    font-size: 18px;
    padding: 10px 24px;
  }
}

/* 768px */
@media (max-width: 768px) {
  .hero-title {
    font-size: 48px;
  }

  .hero-subtitle {
    font-size: 22px;
  }

  .hero-content {
    left: 10%;
    padding-left: 30px;
    max-width: 450px;
  }

  .hero-button {
    font-size: 16px;
    padding: 10px 20px;
  }

  .hero-arrow {
    width: 38px;
    height: 38px;
    font-size: 22px;
  }
}

/* 600px */
@media (max-width: 600px) {
  .hero-section {
    /* keep full-height but allow visual minimum */
    min-height: 420px;
  }

  .hero-title {
    font-size: 42px;
  }

  .hero-subtitle {
    font-size: 20px;
  }

  .hero-content {
    left: 8%;
    padding-left: 20px;
    max-width: 400px;
  }

  .hero-arrow {
    width: 34px;
    height: 34px;
    font-size: 20px;
    margin-left: 12px;
    margin-right: 12px;
  }
}

/* 425px */
@media (max-width: 425px) {
  .hero-section {
    min-height: 380px;
  }

  .hero-title {
    font-size: 36px;
    line-height: 1.2;
  }

  .hero-subtitle {
    font-size: 18px;
  }

  .hero-content {
    left: 5%;
    padding-left: 15px;
    max-width: 350px;
  }

  .hero-button {
    font-size: 15px;
    padding: 8px 18px;
  }

  .hero-arrow {
    width: 32px;
    height: 32px;
    font-size: 18px;
  }
}

/* 320px */
@media (max-width: 320px) {
  .hero-section {
    min-height: 320px;
  }

  .hero-title {
    font-size: 32px;
  }

  .hero-subtitle {
    font-size: 16px;
  }

  .hero-content {
    left: 3%;
    padding-left: 10px;
    max-width: 300px;
  }

  .hero-button {
    font-size: 14px;
    padding: 7px 16px;
  }

  .hero-arrow {
    width: 28px;
    height: 28px;
    font-size: 16px;
    margin-left: 10px;
    margin-right: 10px;
  }
}

/**
CTA Full Width Banner Styles
**/
/* WRAPPER */
.cta-wrapper {
  width: 100%;
  /* padding: 40px 16px; */
}

/* CONTAINER */
.cta-container {
  /* max-width: 1280px; */
  margin: 0 auto;
  background: var(--tb-blue-background);
  /* CORAL BG */
  border-top-left-radius: 0;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 100px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.16), 0 6px 18px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  position: relative;
}

/* CONTENT */
.cta-content {
  max-width: 750px;
  z-index: 2;
}

/* SECTION TITLE (Guide Applied) */
.cta-content h2 {
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.2;
  color: #ffffff;
  font-size: 22px;
  /* 1440px */
}

/* BODY TEXT */
.cta-content p {
  font-size: 16px;
  color: #fff;
  /* CHARCOAL */
  margin-bottom: 28px;
  line-height: 1.6;
}

/* BUTTON */
.cta-wrapper .cta-button {
  background: transparent;
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.95);
  padding: 14px 32px;
  border-radius: 999px;
  font-size: 16px;
  /* General UI Text */
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.cta-wrapper .cta-button.bi-whatsapp {
  font-size: 22px;
  padding: 6px 11px;
}

.cta-button:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}

/* actions wrapper for multiple buttons */
.cta-actions {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

/* secondary CTA: filled white with coral accent text */
.cta-button.cta-button-secondary {
  background: #ffffff;
  color: var(--tb-blue-dark);
  border: none;
  padding: 14px 28px;
}

.cta-button.cta-button-secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

/* Responsive: stack actions on narrower viewports */
@media (max-width: 768px) {
  .cta-actions {
    width: 100%;
    justify-content: center;
  }

  .cta-actions .cta-button {
    min-width: 220px;
  }
}

@media (max-width: 425px) {
  .cta-actions {
    flex-direction: column;
    gap: 12px;
    align-items: stretch;
  }

  .cta-actions .cta-button {
    width: 100%;
  }
}

/* DECOR */
.cta-decor {
  width: 284px;
  height: 248px;
  position: absolute;
  top: -35px;
  right: -32px;
  overflow: hidden;
}

/* Testimonials decorative and inline quote */
.testimonials h2.title {
  font-size: 2rem;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--tb-blue-dark);
}

.testimonials {
  position: relative;
  margin-bottom: 60px;
  /* background-color: #e9e7f499; */
}


.testimonial-wrapper {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 10px;
  background: #fff;
}

.testimonials-decor {
  position: absolute;
  right: 2%;
  top: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.12;
  color: var(--color-teal);
}

.testimonials-decor .chat-quote-decor {
  font-size: 178px;
  display: block;
}

.quote-inline {
  font-size: 48px;
  vertical-align: middle;
  margin-right: 12px;
  opacity: 0.16;
  color: var(--color-teal);
}

/* Ensure heading and intro sit above the decor */
.testimonials .container {
  position: relative;
  z-index: 2;
}

.cta-decor::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 100% 0,
      rgba(255, 255, 255, 0.24),
      transparent 60%);
  pointer-events: none;
}

/* image inside decor (Next/Image with fill) */
.cta-decor-image {
  object-fit: cover;
  object-position: center;
}

/* 1280px */
@media (max-width: 1280px) {
  .cta-content h2 {
    font-size: 28px;
  }
}

/* 1024px */
@media (max-width: 1024px) {
  .cta-content h2 {
    font-size: 20px;
  }
}

/* 768px */
@media (max-width: 768px) {
  .cta-container {
    flex-direction: column;
    text-align: center;
    gap: 16px;
    padding: 24px 20px;
  }

  .cta-content h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .cta-content p {
    font-size: 14px;
    margin-bottom: 16px;
  }

  .cta-decor {
    display: none;
  }
}

/* 600px */
@media (max-width: 600px) {
  .cta-wrapper {
    padding: 24px 16px;
  }

  .cta-container {
    padding: 20px 16px;
  }

  .cta-content h2 {
    font-size: 18px;
  }

  .cta-content p {
    font-size: 14px;
  }
}

/* 425px */
@media (max-width: 425px) {
  .cta-container {
    padding: 18px 16px;
  }

  .cta-content h2 {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .cta-content p {
    margin-bottom: 14px;
  }

  .cta-button {
    width: 100%;
    padding: 12px 20px;
  }
}

/* 320px */
@media (max-width: 320px) {
  .cta-container {
    padding: 16px 14px;
  }

  .cta-content h2 {
    font-size: 15px;
  }

  .cta-content p {
    font-size: 13px;
  }
}

/**
CTA Full Width Banner Styles End
**/

/**
Upcoming Itineraries Styles Starts
**/

/**
Itinerary Card Styles starts
*/

/**
Itinerary Card Styles ends
**/

/**
Upcoming Itineraries Styles Ends
**/

/**
Footer Styles Starts
**/

.home-footer {
  background: var(--color-teal);
  color: #e0ffff;
  padding: 64px 0 24px;
}

/* Logo - Using Page Heading scale */
.footer-logo {
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
  font-size: 22px;
  /* Default for 1440px and above */
}

.footer-text {
  line-height: 1.7;
  max-width: 320px;
  font-size: 16px;
  /* General UI Text default */
}

/* Footer Title - Using Page Heading scale */
.footer-title {
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 16px;
  font-size: 22px;
  /* Default for 1440px and above */
}

.footer-links {
  list-style: none;
  padding: 0;
  margin-bottom: 16px;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  color: #e0ffff;
  text-decoration: none;
  font-size: 16px;
  /* General UI Text default */
}

.footer-links a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.footer-socials {
  display: flex;
  gap: 12px;
}

.footer-socials span {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 16px;
  /* General UI Text default */
}

.footer-socials span svg {
  width: 18px;
  height: 18px;
  color: #ffffff;
}

.footer-socials span:hover {
  background: #ff7f50;
  transform: translateY(-2px);
}


.footer-form {
  max-width: 320px;
}

.footer-form .form-control {
  margin-bottom: 10px;
  border-radius: 6px;
  font-size: 16px;
  /* General UI Text default */
}

.footer-btn {
  width: 100%;
  background: var(--tb-black-text);
  color: white;
  border: none;
  padding: 10px;
  border-radius: 6px;
  font-weight: 600;
  transition: all 0.3s ease;
  font-size: 16px;
  /* General UI Text default */
}

.footer-btn:hover {
  background: #ff6a3c;
}

/* contact information */
.contact-information {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
  color: #ffffff;
}

.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-size: 14px;
}

.footer-contact-icon {
  width: 18px;
  height: 18px;
  color: #ffffff;
  flex-shrink: 0;
}


/* Testimonial card styles moved out of component for clarity */
.testimonial-card {
  background-color: var(--color-teal);
  border-radius: 0;
  transition: transform 0.3s ease;
  position: relative;
  border: 0;
  border-right: 1px solid #ccc;
}

.testimonial-card:hover {
  transform: translateY(-4px);
}

.testimonial-star {
  width: 16px;
  height: 16px;
}

.testimonial-content {
  color: #333333;
  line-height: 1.6;
  font-size: 12px;
  /* font-style: italic; */
}

.testimonial-footer {
  background: linear-gradient(90deg, #008B8B, #00A1A1);
  padding: 14px 16px;
  color: #ffffff;
}

.testimonial-location {
  font-weight: 600;
  font-size: 14px;
}

.testimonial-card .card-body {
  position: relative;
  height: 200px;
  padding: 20px;
  width: 80%;
  background-color: #fff;
  margin: 0 0 44px 44px;
  font-size: 12px;
  color: #333333;
  border-bottom-right-radius: 50px;
  box-sizing: border-box;
  margin-bottom: 40px;
}

.testimonial-user {
  position: absolute;
  left: -30px;
  bottom: -30px;
  z-index: 3;
  display: none;
}

.testimonial-user-img {
  width: 100px;
  height: 100px !important;
  max-width: 60px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  object-fit: cover;
  display: block;
}


.gp-footer-copyright-row {
  border-top: 1px dotted #222;
}


.recent-itineraries h4 {
  color: #333333;
  text-align: center;
}




@media (max-width: 425px) {
  .testimonial-user-img {
    width: 72px;
    height: 72px;
    max-width: 72px;
  }
}

/* Name + role (meta) */
.testimonial-meta {
  font-size: 12px;
  color: #333333;
}

.testimonial-name {
  font-weight: 700;
  font-size: 12px;
}

.testimonial-role {
  font-size: 12px;
  color: #666666;
}

/* Responsive adjustments */
@media (max-width: 1280px) {
  .testimonial-content {
    font-size: 14px;
  }

  .testimonial-location {
    font-size: 15px;
  }

  .testimonial-star {
    width: 15px;
    height: 15px;
  }
}

@media (max-width: 1024px) {
  .testimonial-content {
    font-size: 12px;
  }

  .testimonial-location {
    font-size: 15px;
  }

  .testimonial-star {
    width: 14px;
    height: 14px;
  }
}

@media (max-width: 768px) {
  .testimonial-content {
    font-size: 12px;
  }

  .testimonial-location {
    font-size: 14px;
  }

  .testimonial-star {
    width: 13px;
    height: 13px;
  }

  .testimonial-card {
    border-radius: 12px;
  }
}

@media (max-width: 600px) {
  .testimonial-content {
    font-size: 12px;
    line-height: 1.5;
  }

  .testimonial-location {
    font-size: 14px;
  }

  .testimonial-star {
    width: 12px;
    height: 12px;
  }

  .card-body {
    padding: 12px !important;
  }
}

@media (max-width: 425px) {
  .testimonial-content {
    font-size: 16px;
    line-height: 1.4;
  }

  .testimonial-name {
    font-weight: 700;
    font-size: 16px;
  }

  .cta-wrapper {
    padding: 0;
  }

  .gp-footer {
    /* background: var(--tb-blue-primary); */
    padding-top: 0;
    margin-top: 0;
  }

  .testimonial-location {
    font-size: 14px;
  }

  .testimonial-star {
    width: 11px;
    height: 11px;
  }

  .testimonial-footer {
    padding: 10px 12px !important;
  }
}

@media (max-width: 320px) {
  .testimonial-content {
    font-size: 12px;
    line-height: 1.4;
  }

  .testimonial-location {
    font-size: 13px;
  }

  .testimonial-star {
    width: 10px;
    height: 10px;
  }

  .card-body {
    padding: 10px !important;
  }

  .testimonial-footer {
    padding: 8px 10px !important;
  }

  .testimonial-card {
    border-radius: 10px;
  }
}

/* Additional small helpers */
@media (max-width: 768px) {
  .testimonial-card {
    margin-bottom: 16px;
    height: 163px !important;
  }
}

@media (max-width: 425px) {
  .mb-3.d-flex.gap-1 {
    gap: 2px !important;
    margin-bottom: 8px !important;
  }
}

/* 1440px - Base sizes already set */

/* 1280px */
@media (max-width: 1280px) {

  .footer-logo,
  .footer-title {
    font-size: 20px;
    /* Page Heading: 1280px → 20px */
  }

  .footer-text,
  .footer-links a,
  .footer-socials span,
  .footer-form .form-control,
  .footer-btn {
    font-size: 15px;
    /* General UI Text: 1280px → 15px */
  }
}

/* 1024px */
@media (max-width: 1024px) {

  .footer-logo,
  .footer-title {
    font-size: 20px;
    /* Page Heading: 1024px → 20px */
  }

  .footer-text,
  .footer-links a,
  .footer-socials span,
  .footer-form .form-control,
  .footer-btn {
    font-size: 15px;
    /* General UI Text: 1024px → 15px */
  }

  .footer-socials span {
    width: 36px;
    height: 36px;
  }
}

/* 768px */
@media (max-width: 768px) {

  .footer-logo,
  .footer-title {
    font-size: 18px;
    /* Page Heading: 768px → 18px */
  }

  .footer-text,
  .footer-links a,
  .footer-socials span,
  .footer-form .form-control,
  .footer-btn {
    font-size: 14px;
    /* General UI Text: 768px → 14px */
  }

  .footer-socials span {
    width: 34px;
    height: 34px;
  }

  .home-footer {
    padding: 48px 0 20px;
  }
}

/* 600px */
@media (max-width: 600px) {

  .footer-logo,
  .footer-title {
    font-size: 18px;
    /* Page Heading: 600px → 18px */
  }

  .footer-text,
  .footer-links a,
  .footer-socials span,
  .footer-form .form-control,
  .footer-btn {
    font-size: 14px;
    /* General UI Text: 600px → 14px */
  }

  .footer-socials span {
    width: 32px;
    height: 32px;
  }

  .home-footer {
    padding: 40px 0 16px;
  }
}

/* 425px */
@media (max-width: 425px) {

  .footer-logo,
  .footer-title {
    font-size: 16px;
    /* Page Heading: 425px → 16px */
  }

  .footer-text,
  .footer-links a,
  .footer-socials span,
  .footer-form .form-control,
  .footer-btn {
    font-size: 14px;
    /* General UI Text: 425px → 14px */
  }

  .footer-socials span {
    width: 30px;
    height: 30px;
    font-size: 13px;
  }

  .home-footer {
    padding: 32px 0 12px;
  }

  .footer-form {
    max-width: 100%;
  }
}

/* 320px */
@media (max-width: 320px) {

  .footer-logo,
  .footer-title {
    font-size: 15px;
    /* Page Heading: 320px → 15px */
  }

  .footer-text,
  .footer-links a,
  .footer-form .form-control,
  .footer-btn {
    font-size: 13px;
    /* General UI Text: 320px → 13px */
  }

  .footer-socials span {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }

  .home-footer {
    padding: 24px 0 8px;
  }

  .footer-form .form-control {
    padding: 6px 10px;
  }

  .footer-btn {
    padding: 8px;
  }
}

/* Additional responsive adjustments for form elements */
@media (max-width: 425px) {
  .footer-form .form-control {
    font-size: 14px;
    padding: 8px 12px;
  }

  .footer-form textarea {
    min-height: 80px;
  }
}

@media (max-width: 320px) {
  .footer-form .form-control {
    font-size: 13px;
    padding: 6px 10px;
  }

  .footer-form textarea {
    min-height: 70px;
  }
}

/*RESPONSIVE */

/* ≤1280px */
@media (max-width: 1280px) {
  .cta-content h2 {
    font-size: 20px;
  }
}

/* ≤1024px */
@media (max-width: 1024px) {
  .cta-content h2 {
    font-size: 20px;
  }

  .cta-content p,
  .cta-button {
    font-size: 16px;
  }

  .cta-decor {
    width: 220px;
    height: 220px;
  }
}

/* ≤768px */
@media (max-width: 768px) {
  .cta-wrapper {
    padding: 48px 0;
  }

  .cta-content h2 {
    font-size: 18px;
  }

  .cta-content p,
  .cta-button {
    font-size: 15px;
  }

  .cta-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-decor {
    position: relative;
    right: auto;
    margin-top: 32px;
    width: 200px;
    height: 200px;
  }
}

/* ≤600px */
@media (max-width: 600px) {
  .cta-content h2 {
    font-size: 18px;
  }

  .cta-content p,
  .cta-button {
    font-size: 15px;
  }
}

/* ≤425px */
@media (max-width: 425px) {
  .cta-content h2 {
    font-size: 16px;
  }

  .cta-content p,
  .cta-button {
    font-size: 14px;
  }

  .cta-button {
    width: 100%;
    text-align: center;
  }
}

/* ≤320px */
@media (max-width: 320px) {
  .cta-content h2 {
    font-size: 15px;
  }

  .cta-content p,
  .cta-button {
    font-size: 14px;
  }
}


/*≤1024px*/

@media (max-width: 1024px) {
  .price {
    font-size: 24px;
  }
}

/* ≤768px*/

@media (max-width: 768px) {
  .card-body h6 {
    font-size: 16px;
  }

  .card-meta,
  .btn-coral {
    font-size: 15px;
  }

  .primary-header .nav-menu.primary {
    flex-direction: column;
    padding-right: 0;
    padding-bottom: 0;
  }

  .site-header .menu,
  .site-header .nav-menu-container {
    display: flex;
  }

  .gp-hero-banner {
    /* padding: 0 50px; */
    height: 360px;
    overflow: hidden;
  }

  .itinerary-card {
    width: 100%;
    max-width: 400px;
  }

  #banner-global-text-1 {
    font-size: 18px !important;
  }

  #banner-global-text-2 {
    font-size: 30px !important;
  }

  #banner-global-button-1 {
    font-size: 14px !important;
  }
}

/* ≤600px */

@media (max-width: 600px) {
  .price {
    font-size: 22px;
  }

  .card-body h6 {
    font-size: 15px;
  }

  .btn-coral,
  .card-meta {
    font-size: 15px;
  }

  .card-footer {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }

  .pricing-info {
    align-items: center;
    text-align: center;
  }

  .btn-coral {
    flex: 1;
    min-width: unset;
  }
}

/* ≤425px*/

@media (max-width: 425px) {
  .price {
    font-size: 20px;
  }

  .card-body h6 {
    font-size: 14px;
  }

  .btn-coral,
  .card-meta {
    font-size: 14px;
  }
}

/* ≤320px*/

@media (max-width: 320px) {
  .price {
    font-size: 18px;
  }

  .card-body h6 {
    font-size: 13px;
  }

  .card-meta-badge {
    font-size: 11px;
    padding: 4px 10px;
  }
}


/* =========================
   GP RESPONSIVE
========================= */

@media (max-width: 768px) {
  .gp-job-filters-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .gp-job-filters-wrapper .search_jobs {
    flex-direction: column;
  }

  .gp-job-filters-wrapper .update_results_override {
    width: 100%;
  }
}


@media (min-width: 992px) {
  .nav-menu.primary {
    text-align: right;
    padding-left: 2em;
  }
}

@media (max-width: 991px) {

  .gp-venue-title {
    font-size: 2.2rem;
  }

  .gp-venue-main {
    padding-right: 0;
  }

  .gp-venue-sidebar {
    position: static;
    margin-top: 40px;
  }
}


@media (min-width: 768px) {
  /* .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  } */

  .gp-venue-sidebar #secondary .gp-venue-sidebar .widget-area {
    width: 100%;
    max-width: 100%;
  }
}


.sticky-call-btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #25D366;
  color: #ffffff;
  padding: 14px 16px;
  border: 1px solid transparent;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  z-index: 9999;
  transition: all 0.3s ease;
}

.sticky-call-btn i {
  font-size: 18px;
  vertical-align: middle;
  font-size: 30px;
  color: #fff;
}

.sticky-call-btn:hover {
  background: #1ebe5d;
  transform: translateY(-3px);
}

@media (max-width: 768px) {
  .sticky-call-btn {
    right: 12px;
    bottom: 12px;
    padding: 12px 18px;
    font-size: 14px;
  }
}

.nf-form-content select.ninja-forms-field {
  color: #888;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 5px;
  height: 40px;
  padding-left: 16px;
}

.nf-form-content nf-field:last-child {
  text-align: center;
}

.nf-form-content nf-field:last-child input[type="submit"] {
  color: #fff;
  background-color: var(--tb-blue-dark);
}

/*
.location-itineraries {
  padding: 80px 0;
}

.itinerary-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, .08);
}

.itinerary-images img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.itinerary-body {
  padding: 20px;
}

.itinerary-body h3 {
  font-size: 20px;
  margin: 0;
}

.subtitle {
  opacity: .7;
  font-size: 14px;
}

.highlights {
  margin-top: 10px;
  font-size: 14px;
  padding: 0;
  margin-left: 0;
}

.itinerary-footer {
  display: flex;
  padding: 15px 20px;
  border-top: 1px solid #eee;
}

.price-col {
  flex: 8;
}

.old {
  text-decoration: line-through;
  color: #999;
}

.new {
  font-size: 20px;
  font-weight: bold;
  color: #c1121f;
}

.meta {
  margin-top: 6px;
  font-size: 13px;
}

.badge {
  background: #c1121f;
  color: #fff;
  padding: 3px 6px;
  border-radius: 4px;
}

.btn-col {
  flex: 4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-view {
  background: #c1121f;
  color: #fff;
  padding: 10px 18px;
  border-radius: 6px;
}
*/
ul.highlights {
  text-align: left;
  margin: 0;
  padding: 0;
}

ul.highlights li {
  list-style: none;
}

.itinerary-body i.bi {
  margin-right: 6px
}

.location-itineraries {
  position: relative;
}