/* ===========================================================
   IMPORTS
   =========================================================== */
@import url("https://www.winerelease.com/css/fontawesome.min.css");
@import url("https://www.winerelease.com/css/animate.min.css");
@import url("https://www.winerelease.com/css/bootstrap.css");
@import url("https://www.winerelease.com/css/jquery-ui.css");
@import url("https://www.winerelease.com/css/magnific-popup.css");
@import url("https://www.winerelease.com/css/owl.carousel.css");
@import url("https://www.winerelease.com/css/scrolling-nav.css");
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');


/* ===========================================================
   ROOT VARIABLES (DESIGN SYSTEM)
   =========================================================== */
:root {
  /* Brand Colors */
  --color-brand: #3e2bc5;
  --color-brand-alt: #2b21ab;
  --color-accent: #0ab1e8;

  /* Text Colors */
  --color-text: #7a7a7a;
  --color-text-dark: #202833;
  --color-white: #ffffff;

  /* Background Colors */
  --bg-body: #ffffff;
  --bg-light: #f3f2fb;
  --bg-gray: #f5f5f5;

  /* Borders */
  --border-light: #e1e1e1;

  /* Spacing Scale */
  --sp-10: 10px;
  --sp-20: 20px;
  --sp-30: 30px;
  --sp-40: 40px;
  --sp-60: 60px;
  --sp-100: 100px;

  /* Typography */
  --font-base: 'Poppins', sans-serif;
  --font-size-base: 14px;
  --line-height-base: 24px;

  /* Transitions */
  --transition-fast: 0.2s ease;
  --transition-normal: 0.4s ease;

  /* Layout */
  --radius-lg: 25px;
  --radius-md: 5px;
  --radius-sm: 3px;
}


/* ===========================================================
   GLOBAL RESET & BASE STRUCTURE
   =========================================================== */

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  background: var(--bg-body);
  font-family: var(--font-base);
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  color: var(--color-text);
  font-weight: 400;
  letter-spacing: 0.5px;
}

::selection {
  background-color: var(--color-brand);
  color: var(--color-white);
}
::-moz-selection {
  background-color: var(--color-brand);
  color: var(--color-white);
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  outline: none;
  transition: all var(--transition-normal);
}

a,
a:active,
a:link,
a:focus {
  text-decoration: none;
  outline: none;
  color: var(--color-text);
  transition: all var(--transition-normal);
}

a:hover {
  color: var(--color-brand);
}

br {
  line-height: 0;
  font-size: 0;
}

hr {
  margin: 0;
  border: 0;
  border-top: 1px solid var(--border-light);
}

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

/* Release listings */
#feature ul {
  list-style: disc;
  margin-left: 20px;
}
#feature ul li {
  margin-bottom: 6px;
}
#feature ul li strong {
  font-weight: 700;
  color: var(--color-text-dark);
}

.container {
  padding-left: 0;
  padding-right: 0;
}


/* ===========================================================
   HELPER UTILITIES
   =========================================================== */

.align-center { text-align: center; }
.align-left   { text-align: left; }
.align-right  { text-align: right; }

.position-r { position: relative; }
.position-s { position: static; }
.position-initial { position: initial; }

.overflow-h { overflow: hidden; }

.dark-bg  { background-color: var(--bg-light); }
.gray-bg  { background-color: var(--bg-gray); }
.light-gray-bg { background-color: var(--bg-light); }

.text-primary { color: var(--color-brand) !important; }

.box-wrap {
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  padding: var(--sp-30);
}

/* Borders */
.border         { border: 1px solid var(--border-light) !important; }
.border-tb      { border-top: 1px solid var(--border-light) !important; border-bottom: 1px solid var(--border-light) !important; }
.border-lr      { border-left: 1px solid var(--border-light) !important; border-right: 1px solid var(--border-light) !important; }
.border-top     { border-top: 1px solid var(--border-light) !important; }
.border-left    { border-left: 1px solid var(--border-light) !important; }
.border-right   { border-right: 1px solid var(--border-light) !important; }
.border-bottom  { border-bottom: 1px solid var(--border-light) !important; }


/* ===========================================================
   HEADINGS
   =========================================================== */

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: var(--color-text-dark);
  margin-top: 0;
  margin-bottom: var(--sp-10);
  font-weight: 400;
}

h1 { font-size: 43px; line-height: 45px; letter-spacing: 1px; }
h2 { font-size: 32px; line-height: 40px; font-weight: 600; margin-bottom: 15px; letter-spacing: 1px; }
h3 { font-size: 20px; line-height: 25px; }
h4 { font-size: 16px; line-height: 20px; }
h5 { font-size: 15px; line-height: 18px; font-weight: 500; }
h6 { font-size: 12px; line-height: 17px; font-weight: 500; }

h2.section_title {
  font-size: 26px;
  line-height: 26px;
  margin-bottom: 30px;
  font-weight: 500;
}

h6.heading-sub-title {
  color: var(--color-brand);
  text-transform: uppercase;
  letter-spacing: 2px;
}

.title-line {
  position: relative;
  padding: 0 40px;
  display: inline-block;
}

.title-line::before,
.title-line::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 30px;
  height: 1px;
  background: var(--color-brand);
  transform: translateY(-50%);
}

.title-line::before { left: 0; }
.title-line::after  { right: 0; }

.section_title span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 50px;
  height: 2px;
  background: var(--color-brand);
}


/* ===========================================================
   SPACING UTILITIES (VARIABLE-BASED)
   =========================================================== */

.m-10  { margin: var(--sp-10); }
.m-15  { margin: 15px; }
.m-20  { margin: var(--sp-20); }
.m-30  { margin: var(--sp-30); }

.mt-10 { margin-top: var(--sp-10); }
.mt-20 { margin-top: var(--sp-20); }
.mt-30 { margin-top: var(--sp-30); }
.mt-40 { margin-top: var(--sp-40); }

.mb-10 { margin-bottom: var(--sp-10); }
.mb-20 { margin-bottom: var(--sp-20); }
.mb-30 { margin-bottom: var(--sp-30); }
.mb-40 { margin-bottom: var(--sp-40); }

.p-10  { padding: var(--sp-10); }
.p-15  { padding: 15px; }
.p-20  { padding: var(--sp-20); }
.p-30  { padding: var(--sp-30); }

.pt-10 { padding-top: var(--sp-10); }
.pt-20 { padding-top: var(--sp-20); }
.pt-30 { padding-top: var(--sp-30); }
.pt-60 { padding-top: var(--sp-60); }
.pt-100 { padding-top: var(--sp-100); }

.pb-30 { padding-bottom: var(--sp-30); }
.pb-60 { padding-bottom: var(--sp-60); }
.pb-70 { padding-bottom: 70px; }
.pb-100 { padding-bottom: var(--sp-100); }

.ptb-10  { padding: var(--sp-10) 0; }
.ptb-20  { padding: var(--sp-20) 0; }
.ptb-30  { padding: var(--sp-30) 0; }
.ptb-60  { padding: var(--sp-60) 0; }
.ptb-100 { padding: 0; } /* original override */

.pl-20 { padding-left: var(--sp-20); }
.pl-30 { padding-left: var(--sp-30) !important; }

.pr-30 { padding-right: var(--sp-30); }


/* ===========================================================
   LOADER
   =========================================================== */

.se-pre-con {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: 9999;
  background: var(--bg-body);
}

.spinner {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
}


/* ===========================================================
   HEADER
   (kept as in your original file; no new layout hacks)
   =========================================================== */

header#header {
  background: transparent;
  top: 0;
  width: 100%;
  position: fixed;
  z-index: 2;
  padding: 0;
  border: none;
  transition: all var(--transition-normal);
}

.header-fixed#header {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 0 5px 2px rgba(0,0,0,0.3);
}

.navbar .container {
  display: block;
}

.navbar-header .navbar-brand {
  padding: 0;
  margin: 0 20px 0 0 !important;
  height: auto;
}

.navbar {
  margin-bottom: 0;
  border-radius: 0;
}

/* Menu collapse */
.navbar-collapse.menu-open {
  left: 0;
}

/* Desktop: hide mobile-only close button */
.menu-close-btn {
  display: none;
}

/* Nav items */
.nav {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.nav > li {
  display: inline-block;
  position: inherit;
  white-space: nowrap;
}

.navbar-nav {
  display: flex;
  flex-wrap: nowrap;
}

.navbar-nav > li {
  margin: 0 8px;
}

.navbar-nav > li:first-child { margin-left: 0; }
.navbar-nav > li:last-child  { margin-right: 0; }

.navbar-nav > li > a {
  color: var(--color-text-dark);
  padding: 14px 0;
  margin: 0;
  font-weight: 500;
  font-size: 17px;
  position: relative;
  display: inline-block;
  transition: all var(--transition-normal);
}

.header-fixed .navbar-nav > li > a {
  padding: 30px 0;
}

.navbar-nav > li:hover > a {
  color: var(--color-brand);
}

#menu-main li a.active {
  color: var(--color-brand);
}

.navbar-collapse ul.nav > li > a::before {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--color-brand);
  opacity: 0;
  transform: scaleX(0);
  transition: all var(--transition-normal);
}

.navbar-collapse ul.nav > li > a:hover::before,
.navbar-collapse ul.nav > li > a.active::before {
  opacity: 1;
  transform: scaleX(1);
}

/* Mobile nav toggle */
.side-toggle { display: none; }

.side-toggle .menu-back {
  display: none;
  position: absolute;
  top: 0;
  left: 15px;
}


/* ===========================================================
   MEGAMENU
   =========================================================== */

.megamenu {
  background: var(--bg-body);
  color: #a4a4a4;
  padding: 0;
  text-align: left;
  position: absolute;
  margin-top: 15px;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  box-shadow: 0 6px 12px rgba(0,0,0,0.2);
  border-radius: var(--radius-md);
  transition: all var(--transition-normal);
}

.megamenu.full { left: 0; }

.nav > li.level:hover .megamenu {
  opacity: 1;
  margin-top: 0;
  visibility: visible;
}

.megamenu-inner-top { width: 100%; }

.megamenu .sub-menu-level1 li.level2 { min-width: 230px; }

.megamenu .level2 > a {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--color-brand);
  text-transform: uppercase;
  font-weight: 600;
}

.megamenu .sub-menu-level2 li.level3 > a {
  padding: 8px 20px;
  border-bottom: 1px solid var(--border-light);
  color: var(--color-text);
  text-transform: capitalize;
  display: inline-block;
  width: 100%;
  transition: all var(--transition-normal);
}

.megamenu .sub-menu-level2 li.level3 > a:hover {
  color: var(--color-brand);
  padding-left: 30px;
}

.megamenu .sub-menu-level2 li.level3:last-child > a {
  border-bottom: none;
}

.megamenu .sub-menu-level2 li.level3 > a::before {
  content: "";
  background: var(--color-brand-alt);
  position: absolute;
  top: 0; left: 0;
  width: 0;
  height: 100%;
  transition: all var(--transition-normal);
}

.megamenu .sub-menu-level2 li.level3:hover > a::before {
  width: 5px;
}


/* ===========================================================
   BANNER SECTIONS
   =========================================================== */

.banner-bg {
  background: var(--bg-light);
  position: relative;
  overflow: visible;
  z-index: 0;
}

.banner-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: -400px;
  width: 900px;
  height: 900px;
  opacity: 0.2;
  background: url("https://www.winerelease.com/images/banner-bg.svg") no-repeat left center;
  animation: rotation 50s linear infinite;
}

.home-banner.banner-bg { height: 60vh; background: transparent; }
.info-banner.banner-bg { height: 50vh; background: transparent; }

.banner {
  position: relative;
  width: 100%;
  height: 100%;
}

.banner-detail {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.banner-detail .banner-detail-inner span.slogan {
  font-size: 22px;
  color: var(--color-brand);
  font-weight: 500;
  display: inline-block;
  margin-bottom: 10px;
}

.banner-detail .banner-title {
  color: var(--color-text-dark);
  font-size: 35px;
  font-weight: 600;
  line-height: 55px;
  margin: 0;
}

.banner-detail .banner-title span {
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

.banner-detail-inner > p {
  margin-top: var(--sp-20);
  margin-bottom: var(--sp-30);
  max-width: 600px;
}


/* ===========================================================
   BACKGROUND SHAPES
   =========================================================== */

.background-shape svg {
  position: absolute;
  opacity: 0.30;
}

svg.shape_1 {
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
}

svg.shape_2 {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

svg.shape_3 {
  top: 50px;
  right: -200px;
  animation: rotation 20s linear infinite;
}

svg.shape_4 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

svg.shape_5 {
  top: -23%;
  left: 50%;
  transform: translateX(-50%);
}

svg.shape_6 {
  left: -7%;
  top: 50%;
  transform: translateY(-50%);
}

svg.shape_7 {
  right: -9%;
  top: 50%;
  transform: translateY(-50%);
}


/* ===========================================================
   BACKGROUND ANIMATION KEYFRAMES
   =========================================================== */

@keyframes rotation {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}


/* ===========================================================
   ABOUT SECTION
   =========================================================== */

.about-section {
  background: none;
  height: auto;
  text-align: left;
}

.about-img img {
  max-width: 530px;
  max-height: 530px;
}

.about-section h2.main_title {
  padding-bottom: 0;
}


/* ===========================================================
   FAQ � TABS
   =========================================================== */

#tabs { text-align: center; }

.nav-tabs {
  display: inline-block;
  border-bottom: none;
}

.nav-tabs > li {
  padding: 0 10px !important;
}

.faq-part .nav > li > a {
  background: var(--bg-light);
  color: var(--color-brand);
  display: block;
  padding: 10px 25px;
  margin-bottom: var(--sp-30);
  font-size: 18px;
  font-weight: 500;
  border-radius: var(--radius-pill);
  transition: all var(--transition-normal);
}

.nav-tabs > li > a.selected {
  background: var(--color-brand);
  color: #fff !important;
}

#items [class*="items-"] {
  display: none;
}

#items [class*="items-"].selected {
  display: block;
}


/* ===========================================================
   FAQ � ACCORDION
   =========================================================== */

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

.accordion .card {
  background: var(--bg-light);
  margin-bottom: var(--sp-20);
  border: none;
  border-radius: var(--radius-md);
}

.card-header {
  background: none;
  border: none;
  cursor: pointer;
  padding: 16px 48px 16px 24px;
  font-size: 16px;
  font-weight: 500;
  color: var(--color-text-dark);
  position: relative;
  display: block;
}

.accordion .card-header::after {
  content: "";
  background: url("../images/minus.svg") no-repeat center center;
  position: absolute;
  right: 18px;
  top: 50%;
  width: 15px;
  height: 15px;
  opacity: 0.75;
  transform: translateY(-50%);
}

.accordion .card-header.collapsed::after {
  background: url("https://www.winerelease.com/images/plus.svg") no-repeat center center;
}

.accordion .card-header:hover::after {
  opacity: 1;
}

.card-body.card-bg {
  padding: 15px 30px 30px;
}

.pro-dec { padding: 5px 0; }

.product-info {
  width: 170px;
  font-weight: 500;
}

.product-info,
.pro-value {
  display: table-cell;
}


/* ===========================================================
   CAROUSEL PAGINATION (OWL)
   =========================================================== */

.owl-dots {
  display: inline-block;
  margin-top: var(--sp-20);
}

.owl-carousel button.owl-dot {
  height: 16px;
  width: 16px;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid var(--color-brand);
  margin: 0 3px;
  transition: all var(--transition-normal);
}

.owl-carousel button.owl-dot > span {
  display: block;
  height: 12px;
  width: 12px;
  background: #fff;
  border-radius: 50%;
}

.owl-carousel button.owl-dot.active > span,
.owl-carousel button.owl-dot:hover > span {
  background: var(--color-brand);
  border: 2px solid #fff;
}

.owl-carousel .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}


/* ===========================================================
   NEWSLETTER BOX
   =========================================================== */

.newsletter-bg {
  position: relative;
}

.newsletter-bg::before {
  content: "";
  position: absolute;
  background: #fff;
  top: 0;
  height: 50%;
  width: 100%;
  z-index: 0;
}

.footer .newsletter {
  background: var(--color-brand-alt);
  padding: 50px 0;
  margin-top: 50px;
  position: relative;
  border-radius: var(--radius-md);
  z-index: 1;
}

.newsletter-title .main_title {
  color: #fff;
  font-size: 32px;
}

.newsletter-title .sub-title {
  font-size: 18px;
}

.newsletter-inner span {
  display: inline-block;
  margin-bottom: 60px;
}

.newsletter-inner p {
  margin-bottom: 35px;
}

.newsletter-box {
  position: relative;
  padding-right: 155px;
}

.newsletter .newsletter-inner form button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 11px 20px;
  cursor: pointer;
}

.newsletter-inner input {
  border: 1px solid var(--color-brand-light);
  height: 40px;
  padding: 7px 0 8px 10px;
  width: 100%;
  border-radius: 20px;
  background: transparent;
  color: #fff;
}

.newsletter-inner input::placeholder {
  color: #aa9eff;
}

.footer .newsletter-box .btn {
  background: var(--color-accent);
}


/* ===========================================================
   FOOTER
   =========================================================== */

.footer {
  font-size: 15px;
  background: var(--bg-light);
  position: relative;
  z-index: 0;
}

.footer a {
  color: var(--color-text);
  transition: color var(--transition-fast);
}

.footer a:hover {
  color: var(--color-brand);
}

.footer-middle {
  padding: 60px 0;
}

/* Social icons */
.footer .social-icon { margin-top: 30px; }

ul.social-icon li {
  display: inline-block;
  padding: 0 2px;
}

ul.social-icon li i {
  border: 1px solid #e1e1e1;
  color: var(--color-brand);
  font-size: 16px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  transition: all var(--transition-normal);
}

ul.social-icon li i:hover {
  background: var(--color-brand);
  color: #fff;
  border-color: var(--color-brand);
}

.footer-static-block .title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 30px;
}

.footer-static-block ul li {
  padding: 9px 0;
}

.footer-static-block ul li:first-child { padding-top: 0; }
.footer-static-block ul li:last-child  { padding-bottom: 0; }

.footer-static-block ul.address-footer li {
  padding: 17px 0;
}

.address-icon svg {
  width: 16px;
  fill: var(--color-brand);
  float: left;
  margin-top: 7px;
}

.address-footer p {
  margin-left: 30px;
}

.copy-right-bg {
  padding: 30px 0;
}

.copy-right a {
  color: var(--color-brand);
}


/* ===========================================================
   CONTACT FORM + FORM ELEMENTS
   =========================================================== */

.main-form-detail {
  background: #fff;
  padding: var(--sp-30);
  border-radius: var(--radius-md);
  box-shadow: 0 2px 13px rgba(0, 0, 0, 0.1);
}

.contact-img {
  position: relative;
}

.contact-img::before {
  content: "";
  position: absolute;
  background: #dedde7;
  top: -13%;
  right: 17%;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  opacity: 0.7;
  animation: ripple 5s infinite;
  z-index: -1;
}

/* ---------- Vineyard Checkbox System ---------- */

.vineyard-checkbox-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.vineyard-checkbox-container input[type='checkbox'] {
  display: none;
}

.vineyard-checkbox-container .vineyard-checkbox-label {
  position: relative;
  margin-right: var(--sp-10);
}

.vineyard-checkbox-container a {
  margin-right: var(--sp-10);
}

.vineyard-checkbox-text {
  margin-left: 35px;
}

.vineyard-checkmark {
  position: absolute;
  top: -7px;
  left: 0;
  height: 25px;
  width: 25px;
  border: 2px solid #555;
  border-radius: 3px;
  background: transparent;
}

.vineyard-checkbox-container input:checked ~ .vineyard-checkmark {
  background: var(--color-accent);
}

.vineyard-checkmark::after {
  content: "";
  position: absolute;
  display: none;
}

.vineyard-checkbox-container input:checked ~ .vineyard-checkmark::after {
  display: block;
  left: 9px;
  top: 4px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}


/* ===========================================================
   GENERAL FORM ELEMENTS
   =========================================================== */

* { outline: none !important; }

select {
  appearance: none;
  background: url("../images/select-icon.png") no-repeat right 50% transparent !important;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 0 25px 0 10px;
  width: 100%;
  height: 36px;
  color: var(--color-text);
}

.full select { width: 100%; }

.form-group { margin-bottom: var(--sp-30); }

input,
textarea,
.main-form input,
.main-form textarea,
.main-form select {
  background: transparent;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-pill);
  width: 100%;
  min-height: 40px;
  padding: 0 15px;
  font-size: 14px;
  color: var(--color-text);
}

textarea {
  padding-top: 5px;
  max-width: 100%;
}

input:focus,
textarea:focus,
select:focus {
  border-color: var(--color-brand);
  background: transparent;
  box-shadow: none;
}

input::placeholder,
textarea::placeholder {
  color: var(--color-text);
}


/* ===========================================================
   CHECKBOXES + RADIO BUTTONS
   =========================================================== */

.checkbox + label,
.radio-button + label {
  cursor: pointer;
  padding-left: 20px;
  position: relative;
  font-weight: 400;
}

.checkbox,
.radio-button {
  display: none;
}

.checkbox + label::before,
.radio-button + label::before {
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid var(--color-brand);
  background: transparent;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.radio-button + label::before {
  border-radius: 50%;
}

.checkbox:checked + label::before {
  background: var(--color-brand);
}

.checkbox:checked + label::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 10px;
  width: 6px;
  height: 3px;
  border: solid #fff;
  border-width: 0 0 3px 3px;
  transform: rotate(-45deg);
}

.radio-button:checked + label::before {
  background: url("../images/radio-icon.png") no-repeat -2px -2px;
}


/* ===========================================================
   SELECT DROPDOWN (UI SELECTMENU)
   =========================================================== */

.select-dropdown fieldset {
  padding: 0;
  line-height: 0;
}

.select-dropdown .ui-state-default {
  background: url("../images/select-icon.png") no-repeat right 50%;
  font-size: 14px;
  border-radius: var(--radius-md);
  border: 1px solid #eee;
  padding: 5px 15px;
  color: #687188;
}

.ui-selectmenu-menu {
  z-index: 10;
}

.ui-selectmenu-menu .ui-widget-content {
  background: #fff;
  border-top: 2px solid var(--color-brand);
  max-height: 350px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.25);
}

.ui-selectmenu-menu .ui-menu-item {
  padding: 5px 15px;
  font-size: 14px;
  color: #878787;
}

.ui-selectmenu-menu .ui-state-hover,
.ui-selectmenu-menu .ui-state-focus {
  background: #ebebeb;
  color: var(--color-brand);
}


/* ===========================================================
   ANIMATIONS
   =========================================================== */

@keyframes ripple {
  0%   { transform: scale(0.9); opacity: 0.6; }
  50%  { transform: scale(1.1); opacity: 0.8; }
  100% { transform: scale(0.9); opacity: 0.6; }
}

@keyframes rotation {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

@keyframes MoveUpDown {
  0%,100% { top: 0; }
  50%     { top: 10px; }
}


/* ===========================================================
   FINAL UTILITIES
   =========================================================== */

.position-r { position: relative; }
.position-s { position: static; }
.position-initial { position: initial; }

.align-center { text-align: center; }
.align-left   { text-align: left; }
.align-right  { text-align: right; }

.dark-bg  { background: var(--bg-light); }
.gray-bg  { background: #f5f5f5; }

.overflow-h { overflow: hidden; }

.box-wrap {
  padding: var(--sp-30);
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  background: #fff;
  border-radius: var(--radius-md);
}


/* ===========================================================
   Restore bullets for winery release lists
   =========================================================== */

.release-list {
  list-style: disc;
  padding-left: 20px;
}

.release-list li {
  display: list-item;
  margin-bottom: 6px;
}


/* ===========================================================
   Force bullets for release-list
   =========================================================== */

ul.release-list {
  list-style-type: disc !important;
  list-style-position: outside !important;
  padding-left: 25px !important;
}

ul.release-list li {
  display: list-item !important;
  margin-bottom: 8px;
}


/* ===========================================================
   OTHER GLOBAL OVERRIDES (kept)
   =========================================================== */

body {
  overflow-x: hidden !important;
}

@media (max-width: 600px) {
  p, li {
    font-size: 15px !important;
    line-height: 1.45 !important;
  }
}

.month-title {
  margin-top: 50px !important;
}

@media (max-width: 600px) {
  .month-title {
    margin-top: 30px !important;
  }
}

/* Make newsletter heading text white */
.footer .newsletter-title .main_title,
.footer .newsletter-title h2,
.footer .newsletter .main_title {
  color: #ffffff !important;
}

.footer-bottom,
.copy-right-bg,
.copy-right {
  text-align: center !important;
}

/* Make the newsletter email input more prominent */
.footer .newsletter-inner input {
  border: 2px solid #ffffff !important;
  background: rgba(255,255,255,0.15);
  color: #ffffff !important;
}

.footer .newsletter-inner input::placeholder {
  color: #ffffff !important;
}

/* Force winery names (links inside <li><b><a>) to be black */
ul li b a {
  color: #000 !important;
}


/* ===========================================================
   MOBILE WINERY PAGE PADDING FIX
   (prevents left edge clipping on phones)
   =========================================================== */

@media (max-width: 767px) {
  section#feature .container > * {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  section#feature p,
  section#feature li {
    padding-left: 4px !important;
  }
}
