@import url("https://fonts.googleapis.com/css?family=Lato");
:root {
  --cs-primary: #000;
  --cs-white: #ffffff;
  --cs-secondary: #7c1417;
  --cs-gray: #666666;
  --cs-light-gray: #f8f9fa;
  --cs-border: #ddd;
}
body {
  font-weight: 400;
}
a {
  text-decoration: none;
  color: #d4af37;
}
a:hover {
  color: #808080;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: "Lato", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
}

.pt-100 {
  padding-top: 100px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

.rounded-20 {
  border-radius: 20px;
}

.section-header {
  background: #000;
  padding: 20px 0;
}

.header-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.image-holder {
  margin: auto;
  width: 44vh;
  max-width: 100%;
}

.section-service-banner {
  padding: 20px 0;
}

.service-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.icon-holder {
  margin: auto;
  width: 6vh;
  max-width: 100%;
  margin-right: 10px;
}

.service-list .title {
  /* max-width: 119px; */
  max-width: 130px;
  font-size: 13px;
  font-weight: 700;
}

.content-column1 div {
  position: relative;
}

.section-hero {
  font-family: "Lato", sans-serif;
}

.content-column1 .img-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.form-select {
  background-image: unset;
  font-weight: 600;
}

.submit-button {
  color: #000;
  background-color: #fff;
  /* font-weight: 500 !important; */
}

.submit-button:hover {
  background-color: #d4af37 !important;
  color: #fff !important;
}

.submit-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(212, 175, 55, 0.25);
  border-color: #d4af37;
}

.navbar {
  font-family: "Lato", sans-serif;
}

.nav-link {
  padding: 20px;
  font-size: 16px;
  line-height: 24px;
  color: #808080;
  font-weight: 600;
  width: 33.3vw;
}

.active {
  border: none;
  border-bottom: 5px solid #d4af37;
  text-decoration: none;
  color: #d4af37 !important;
  background-color: #f3f3f3;
}

.form-check-input {
  cursor: pointer;
}

input[type="checkbox"]:focus {
  box-shadow: 0 0 0 0.25rem rgba(212, 175, 55, 0.25);
  border-color: #d4af37;
}

input[type="checkbox"]:enabled:checked {
  background-color: #d4af37;
  color: white;
  border-color: #d4af37;
  outline: none;
  box-shadow: #d4af37;
}

select:focus {
  box-shadow: 0 0 0 0.25rem rgba(212, 175, 55, 0.25) !important;
  border-color: #d4af37 !important;
}

/* Singapore Store */

.content_holder {
  color: #fff;
}

.content-desc {
  max-width: 228px;
}

.visit-link {
  background-color: #ffffff;
  color: #000000;
  padding: 10px 20px;
  border-radius: 5px;
  /* font-weight: 600; */
}

.content-column-singapore div {
  position: relative;
}

.content-column-singapore .img-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .content-column-singapore {
    flex-direction: column;
    height: calc(100vh - -459.82px) !important;
  }
  /* .bg-image {
        flex-basis: 100%;
        height: auto;
    } */
}

@media (max-width: 767.5px) {
  .section-service-banner {
    padding: 15px 0;
  }

  .hero {
    padding: 50px 0 100px 0;
  }

  .service-list-item {
    padding: 5px 0;
  }

  .icon-holder {
    width: 4vh;
  }
  /* Start / Kayla - Jan 28, 2024 */
  .section-hero .bg-image {
    /* display: none; */
  }
  /* .bg-image {
        display: none !important;
    } */
  .content-column-singapore .img-content {
    height: 76vh;
  }
  /* End / Kayla - Jan 28, 2024 */
}

@media (max-width: 575.98px) {
  .hero {
    padding: 50px 0 130px 0;
  }

  .icon-holder {
    width: 5vh;
  }

  .service-list .title {
    font-size: 11px;
  }

  .service-list-item {
    padding: 5px 0;
  }

  .section-service-banner {
    padding: 15px 0;
  }

  .content-title {
    font-size: 25px;
  }

  .content-desc {
    font-size: 15px;
  }

  .form-select {
    font-size: 14px;
    padding: 10px;
  }

  .form-check-label {
    font-size: 12px;
  }

  .submit-button {
    font-size: 13px;
  }
  .nav-link {
    font-size: 14px;
    line-height: 20px;
  }

  .content-column1 .img-content {
    display: none;
  }
}

@media (max-width: 400px) {
  .content-title {
    font-size: 20px !important;
  }

  .content-desc {
    font-size: 13px !important;
  }

  .form-select,
  .form-control,
  .google-button {
    font-size: 12px !important;
    padding: 8px !important;
    margin-top: 0.8rem !important;
  }

  .form-check-label,
  .forgot-link {
    font-size: 10px !important;
  }

  .submit-button,
  .login-button {
    font-size: 11px !important;
  }

  .nav-link {
    font-size: 14px !important;
    line-height: 20px !important;
  }

  .section-header .image-holder {
    width: 300px;
  }
}

/* Partner/Trade Login */

.forgot-link {
  color: #fff !important;
}

.forgot-link:hover {
  color: #d4af37 !important;
}

.login-button {
  width: 100% !important;
}

.form-control {
  padding: 10px 15px !important;
}

.google-button {
  border: #fff solid 1px;
  color: #fff;
  width: 100%;
  padding: 10px 15px;
}

.google-button img {
  width: 23px;
}
.google-button:hover {
  color: #d4af37;
  border: #d4af37 solid 1px;
}

input:focus {
  box-shadow: 0 0 0 0.25rem rgba(212, 175, 55, 0.25) !important;
  border-color: #d4af37 !important;
}

.login-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(212, 175, 55, 0.25);
  border-color: #d4af37;
}

@media (max-width: 400px) {
  .forgot-link {
    margin-top: -7px;
  }

  .google-button {
    margin-top: -5px !important;
  }
}
.section-hero-sg h2 {
  padding-left: 0 !important;
}

/* Nav Design */
a:hover {
  color: #741215;
}
.hr-small {
  max-width: 50px;
  border-color: #7c1417;
  border-width: 3px;
  opacity: 1;
  margin: 0 auto 60px;
  height: 0px !important;
}

/* Nav */
nav {
  position: relative;
  z-index: 99;
  width: 100%;

  background: #ffffffff;
}
nav .wrapper {
  position: relative;
  /* max-width: 1300px; */
  /* padding: 0px 30px; */
  /* height: 70px; */
  line-height: 70px;
  /* margin: auto; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapper .logo a {
  color: #f2f2f2;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
}
.wrapper .nav-links {
  display: inline-flex;
}
.nav-links li {
  list-style: none;
}
.nav-links li a {
  color: #333;
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  padding: 9px 15px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.nav-links li a:hover {
  background: #e0e0e0ff;
}
.nav-links .mobile-item {
  display: none;
}
.nav-links .drop-menu {
  position: absolute;
  background: #ffffffff;
  width: 250px;
  line-height: 45px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}
.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box {
  transition: all 0.3s ease;
  top: 70px;
  opacity: 1;
  visibility: visible;
}
.drop-menu li a {
  width: 100%;
  display: block;
  padding: 0 0 0 15px;
  font-weight: 400;
  border-radius: 0px;
}
.mega-box {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 30px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
}
.mega-box .content {
  background: #ffffffff;
  padding: 25px 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}
.mega-box .content .row {
  width: calc(25% - 30px);
  line-height: 45px;
}
.content .row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .row header {
  color: #000;
  font-size: 20px;
  font-weight: 500;
}
.content .row .mega-links {
  margin-left: -40px;
  border-left: 1px solid rgba(255, 255, 255, 0.09);
}
.row .mega-links li {
  padding: 0 20px;
}
.row .mega-links li a {
  padding: 0px;
  padding: 0 20px;
  color: #333;
  font-size: 17px;
  display: block;
}
.row .mega-links li a:hover {
  color: #292929ff;
}
.wrapper .btn {
  color: #000;
  font-size: 20px;
  cursor: pointer;
  display: none;
}
.wrapper .btn.close-btn {
  position: absolute;
  right: 15px;
  top: 10px;
}

.carousel .carousel-inner .active {
  border-bottom: none;
}
.shop-btn-mobile {
  display: none !important;
}

@media screen and (max-width: 970px) {
  nav .wrapper {
    justify-content: end;
  }
  .wrapper .btn {
    display: block;
  }
  .wrapper .nav-links {
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    top: 0;
    left: -100%;
    background: #ffffffff;
    display: block;
    padding: 50px 10px;
    line-height: 50px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
    transition: all 0.3s ease;
  }
  /* custom scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: #ffffffff;
  }
  ::-webkit-scrollbar-thumb {
    background: #e0e0e0ff;
  }
  #menu-btn:checked ~ .nav-links {
    left: 0%;
  }
  #menu-btn:checked ~ .btn.menu-btn {
    display: none;
  }
  #close-btn:checked ~ .btn.menu-btn {
    display: block;
  }
  .nav-links li {
    margin: 15px 10px;
  }
  .nav-links li a {
    padding: 0 0 0 15px;
    display: block;
    font-size: 18px;
  }
  .nav-links .drop-menu {
    position: static;
    opacity: 1;
    top: 65px;
    visibility: visible;
    padding-left: 20px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
  }
  /* #showDrop:checked ~ .drop-menu,
  #showMega:checked ~ .mega-box {
    max-height: 100%;
  } */
  input[id^="showDrop"]:checked ~ .drop-menu,
  input[id^="showMega"]:checked ~ .mega-box,
  input[id^="showDropWines"]:checked ~ .drop-menu,
  input[id^="showDropSpirits"]:checked ~ .drop-menu,
  input[id^="showDropWater"]:checked ~ .drop-menu,
  input[id^="showDropServices"]:checked ~ .drop-menu {
    max-height: 100%;
  }

  input[id^="showDropShop"]:checked ~ .drop-menu {
    max-height: 100%;
    text-align: center;
  }
  input[id^="showDropShop"]:checked ~ .drop-menu,
  input[id^="showDropShop"]:checked ~ .drop-menu a {
    padding: 0;
  }

  .shop-btn-desktop {
    display: none !important;
  }
  .shop-btn-mobile {
    display: block !important;
  }

  .nav-links .desktop-item {
    display: none;
  }
  .nav-links .mobile-item {
    display: block;
    color: #333;
    font-size: 18px;
    font-weight: 500;
    padding-left: 15px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
  }
  .nav-links .mobile-item:hover {
    background: #e0e0e0ff;
  }
  .drop-menu li {
    margin: 0;
  }
  .drop-menu li a {
    border-radius: 5px;
    font-size: 18px;
  }
  .mega-box {
    position: static;
    top: 65px;
    opacity: 1;
    visibility: visible;
    padding: 0 20px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .mega-box .content {
    box-shadow: none;
    flex-direction: column;
    padding: 20px 20px 0 20px;
  }
  .mega-box .content .row {
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
  .mega-box .content .row:nth-child(1),
  .mega-box .content .row:nth-child(2) {
    border-top: 0px;
  }
  .content .row .mega-links {
    border-left: 0px;
    padding-left: 15px;
  }
  .row .mega-links li {
    margin: 0;
  }
  .content .row header {
    font-size: 19px;
  }

  .wrapper .btn-primary {
    margin-left: 0px !important;
    text-align: center;
    padding: 0px !important;
  }
}
nav input {
  display: none;
}

.body-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 0 30px;
}
.body-text div {
  font-size: 45px;
  font-weight: 600;
}
/* Nav End */
.enquiry-details-section {
  background: #000000;
  padding: 70px 0px;
  font-size: 18px;
}
.enquiry-details-section a:hover {
  color: unset;
}
.wine-related-section {
  padding: 80px 0;
}
.wine-related-section a {
  color: #7c1417;
}
.footerO1 {
  padding: 80px 0;
}
.about-summary-section {
  padding: 70px 0 150px;
}
.about-summary-section span {
  color: #7c1417;
  font-size: 16px;
}
.about-summary-section h2 {
  font-size: 25px;
}
.about-summary-section p {
  font-size: 16px;
}
.about-summary-section .about-image {
  background-image: url("/images/about-image-landing.jpg"); /* Replace with your actual image path */
  background-size: cover;
  background-position: center;
  height: 100%;
  min-height: 400px;
}

.btn-custom-landing {
  padding: 10px 30px;
  font-weight: 400;
}

.sec8a .title {
  font-size: 30px;
  max-width: 300px;
  margin-bottom: 20px;
}

.sec8a .description {
  font-size: 16px;
  max-width: 400px;
  line-height: 1.4;
}
/* Card */
.card-cta-section {
  padding: 70px 0;
}
.event-card {
  position: relative;
  width: 100%;
  /* max-width: 380px; */
  background: white;
  /* border-radius: 16px; */
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  /* cursor: pointer; */
}

/* .event-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.15);
} */

/* .event-card::after {
  content: "";
  position: absolute;
  bottom: -38px;
  right: 0;
  width: 100%;
  height: 40px;
  background: #ffffff;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 105% 104%);
  z-index: 0;
  border-bottom-right-radius: 20px;
} */

.image-container {
  position: relative;
  width: 100%;
  /* height: 220px; */
  overflow: hidden;
}

.event-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  /* border-radius: 16px 16px 0 0; */
}

/* .event-card:hover .event-image {
  transform: scale(1.05);
} */

.card-content {
  padding: 25px 40px;
  position: relative;
  z-index: 1;
  text-align: center;
}

.event-title {
  font-size: 25px;
  font-weight: 600;
  color: #1a1a1a;
  /* margin-bottom: 12px; */
  line-height: 1.3;
}

.event-description {
  font-size: 16px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 20px;
}

/* .more-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: #f8f9fa;
  border: 2px solid #e9ecef;
  border-radius: 50%;
  transition: all 0.3s ease;
  position: absolute;
  bottom: 0px;
  right: 20px;
}

.more-button:hover {
  background: #1a1a1a;
  border-color: #1a1a1a;
  cursor: pointer;
  transform: translateX(4px);
}

.more-button svg {
  width: 18px;
  height: 18px;
  color: #666;
  transition: color 0.3s ease;
}

.more-button:hover svg {
  color: white;
} */

/* Responsive design */

@media (max-width: 768px) {
  .event-card {
    margin-bottom: 30px;
    min-width: 100%;
  }
}

@media (max-width: 480px) {
  .event-card {
    max-width: 100%;
  }

  .event-title {
    font-size: 20px;
  }

  .card-content {
    padding: 20px;
    padding-bottom: 28px;
  }
}

/* Demo container for multiple cards */
.demo-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 32px;
  /* max-width: 1200px; */
  width: 100%;
}
.sec1 .next-icon {
  top: 50%;
}

/* Start San Martino Section------------------------------------------------ */
.pl--100 {
  padding-left: 100px;
}
.pr--100 {
  padding-right: 100px;
}
.section-title {
  color: #ff3300;
}
.san-martino p {
  color: #0036a0;
  font-size: 16px;
}
.blue-color {
  color: #0036a0;
}
.san-martino-hero-section {
  padding: 100px 0;
  color: #ff3300;
  text-align: center;
}
.san-martino-hero-section .san-martino-logo {
  max-width: 200px;
  margin-bottom: 30px;
}
.san-martino-hero-section p {
  font-size: 18px;
  margin-bottom: 20px;
}
.san-martino-hero-section p:nth-of-type(2) {
  font-weight: 700;
}
.san-martino-second-section {
  padding: 0 0 100px;
}
.san-martino-second-section .section-title {
  padding: 0;
  margin-bottom: 15px;
  font-size: 20px;
  text-align: start;
}
.san-martino-second-section p {
  font-size: 16px;
  margin-bottom: 10px;
}
.circle {
  width: 90px;
  height: 90px;
  border-radius: 50px;
  background: #0036a0;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.circle h5 {
  font-weight: 500 !important;
}
.circle span {
  font-weight: 700;
}
.circle-container {
  max-width: 350px;
  margin-top: 20px;
  margin-left: 15px;
}
/* ---------Start Table Section ---------- */
.table-section {
  padding: 0 0 100px;
}
.table-container {
  width: 100%;
  overflow-x: auto; /* Enables horizontal scrolling */
}

.table-container table {
  min-width: 800px; /* Ensures table doesn't shrink too much */
  border-collapse: collapse;
  white-space: nowrap; /* Prevents text wrapping */
  width: 100%;
  text-align: center;
  color: #0036a0;
}

.table-section h2 {
  font-weight: bold;
  color: #ff3300;
  text-transform: uppercase;
  margin-bottom: 10px;
}

th,
td {
  border: 1px solid #0036a0;
  padding: 8px;
  font-size: 14px;
}

thead th {
  background-color: #fff;
  color: #000;
  font-weight: bold;
  /* border-bottom: 3px solid #ff3300; */
}

.red-header {
  color: #ff3300;
  font-weight: bold;
  text-align: center;
}
.red-header:first-child {
  text-align: start;
}

.blue-header {
  background-color: #0036a0;
  color: white;
  font-weight: bold;
  padding: 30px 0;
  text-align: center;
}
.blue-header {
  border: 1px solid #ffffff;
}
.blue-header:first-child {
  border-left: 1px solid #0036a0;
}
.blue-header:last-child {
  border-right: 1px solid #0036a0;
}

.table-section .section-title {
  background-color: #0036a0;
  color: white;
  font-weight: bold;
  text-align: left;
  padding: 10px 0;
}

tbody td {
  background-color: #fff;
  padding: 0px;
}
.td-name {
  font-weight: bold;
  text-align: start;
}
/* --------- End Table Section ---------- */

.card-section {
  padding: 80px 0;
  /* background-color: #0036a0;
  color: #fff; */
}
.card-section h2 {
  color: #ff3300;
  padding: 0;
  margin-bottom: 40px;
}
.card-section .card p,
.card-section .card h3 {
  color: #fff;
}
.card-section .card {
  background-color: #0036a0;
  border: 1px solid rgb(255 255 255 / 13%);
  height: 100%;
  padding: 25px;
  text-align: center;
}
.card-section .card h3 {
  font-size: 18px;
}
.card-section .card p {
  font-size: 15px;
}
.card-section .right-container {
  text-align: center;
}
.card-section .right-container h3 {
  color: #ff3300;
}
.card-section .right-container p {
  max-width: 400px;
  margin: auto;
}
.san-martino-attributes-section p {
  font-size: 18px;
  margin-bottom: 20px;
}
.san-martino-attributes-section p > span {
  color: #ff3300;
  font-size: 22px;
  font-weight: 700;
}
.scientific-studies-section {
  padding: 100px 0;
}
.scientific-studies-section p > span {
  color: #ff3300;
  font-weight: 700;
}
.scientific-studies-section .left-col {
  background-color: #0036a0;
}
.scientific-studies-section .left-col a,
.scientific-studies-section .left-col p {
  color: #fff;
}
.scientific-studies-section p {
  margin-bottom: 20px;
}
.end-section {
  padding: 0 0 100px;
  text-align: center;
  color: #0036a0;
}

/* End San Martino Section------------------------------------------------ */

/* Start Wines Page------------------------------------------------ */
.wines-hero {
  background-image: linear-gradient(
      270deg,
      rgba(0, 0, 0, 0.75),
      rgba(0, 0, 0, 0.75) 101.02%
    ),
    url(/images/sg/banner2.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: var(--cs-white);
  padding: 200px 0;
  text-align: center;
}
.wines-hero h1 {
  font-size: 50px;
  margin-bottom: 20px;
}
.wines-hero p {
  font-size: 20px;
  margin-bottom: 20px;
}
.check-list {
  margin-bottom: 40px;
}

.check-list li {
  list-style-type: disc;
  margin-left: 30px;
  margin-bottom: 15px;
  font-size: 18px;
}
/* End Wines Section------------------------------------------------ */

/* Start Spirits Page------------------------------------------------ */
.spirits-hero {
  background-image: linear-gradient(
      270deg,
      rgba(0, 0, 0, 0.75),
      rgba(0, 0, 0, 0.75) 101.02%
    ),
    url(/images/sg/world_best.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: var(--cs-white);
  padding: 200px 0;
  text-align: center;
}
.spirits-hero h1 {
  font-size: 50px;
  margin-bottom: 20px;
}
.spirits-hero p {
  font-size: 20px;
  margin-bottom: 20px;
}
.service_area {
  /* padding: 100px 0 0; */
}
.service_area .section_title {
  margin-bottom: 60px;
}
.service_area .section_title h3,
.flavor-profiles .section_title h3 {
  font-size: 30px;
  margin-bottom: 30px;
}
.service_area .section_title p,
.flavor-profiles .section_title p {
  font-size: 18px;
  max-width: 800px;
  margin: auto;
}

.service_area .single_service {
  border: 2px solid #eee;
  padding: 40px 35px;
  margin-bottom: 60px;
  border-radius: 10px;
  text-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  height: -webkit-fill-available;
}

@media (max-width: 767px) {
  .service_area .single_service {
    margin-bottom: 30px;
  }
}

.service_area .single_service .service_icon i {
  color: #78b454;
  font-size: 50px;
}

.service_area .single_service h4 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 20px;
}

.service_area .single_service p {
  font-size: 16px;
  color: #333;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 28px;
}

.service_area .single_service:hover {
  background: var(--cs-primary);
  border: 2px solid transparent;
}
.service_area .single_service:hover svg,
.service_area .single_service:hover img {
  fill: var(--cs-white);
}
.service_area .single_service:hover .icon-pot-still {
  color: var(--cs-white);
}
.service_area .single_service:hover .icon-still {
  stroke: var(--cs-white);
  fill: none;
}

.service_area .single_service:hover h4,
.service_area .single_service:hover p,
.service_area .single_service:hover i {
  color: #fff;
}

.single_about_area {
  padding-top: 150px;
  padding-bottom: 150px;
}

.single_about_area .single_about_thumb img {
  width: 100%;
  border-radius: 20px;
}

@media (max-width: 767px) {
  .single_about_area .single_about_thumb.thumb_n1 {
    margin-top: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .single_about_area .single_about_thumb.thumb_n1 {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .single_about_area .single_about_thumb.thumb_n2 {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .single_about_area .single_about_thumb.thumb_n2 {
    margin-bottom: 30px;
  }
}

.single_about_area .single_about_text {
  padding-right: 30px;
}

@media (max-width: 767px) {
  .single_about_area .single_about_text {
    padding-right: 0;
    margin-top: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .single_about_area .single_about_text {
    padding-right: 0;
    margin-top: 40px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .single_about_area .single_about_text {
    padding-right: 0;
  }
}

.single_about_area .single_about_text h3 {
  font-size: 45px;
  color: #333;
  line-height: 55px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .single_about_area .single_about_text h3 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .single_about_area .single_about_text h3 {
    font-size: 50px;
    line-height: 56px;
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .single_about_area .single_about_text h3 {
    font-size: 50px;
    line-height: 56px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .single_about_area .single_about_text h3 br {
    display: none;
  }
}

.single_about_area .single_about_text p {
  font-size: 16px;
  line-height: 28px;
  color: #333;
  margin-bottom: 0;
}

.single_about_area .single_about_text .about_text1 {
  margin-bottom: 26px;
}

.single_about_area .single_about_text .about_text2 {
  margin-bottom: 73px;
}

@media (max-width: 767px) {
  .single_about_area .single_about_text .about_text2 {
    margin-bottom: 25px;
  }
}
.why-choose-us-section {
  background: #000;
  margin-bottom: 150px;
}
.why-choose-us-section h3,
.why-choose-us-section p {
  color: var(--cs-white) !important;
}
.flavor-profiles {
  padding: 100px 0;
  background: #fff;
  text-align: center;
}
.flavor-profiles .section_title {
  margin-bottom: 70px;
}
.flavor-profiles .profile {
  background: var(--cs-secondary);
  color: var(--cs-white);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 180px;
  height: 180px;
  margin: auto;
  margin-bottom: 15px;
  transition: background 0.3s ease;
  padding: 30px;
}

.flavor-profiles h3 {
  font-size: 20px;
  margin-bottom: 8px;
}

.flavor-profiles p {
  font-size: 16px;
  line-height: 1.4;
}

/* End Spirits Page------------------------------------------------ */

/* Start Wine Storage Page------------------------------------------------ */
.wine-storage-hero {
  background-image: linear-gradient(
      270deg,
      rgba(0, 0, 0, 0.75),
      rgba(0, 0, 0, 0.75) 101.02%
    ),
    url(/images/SEO-Banner.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: var(--cs-white);
  padding: 200px 0;
  text-align: center;
}
.wine-storage-hero h1 {
  font-size: 50px;
  margin-bottom: 20px;
}
.wine-storage-hero p {
  font-size: 20px;
  margin-bottom: 20px;
}
.service_area {
  /* padding: 100px 0 0; */
}
.service_area .section_title {
  margin-bottom: 60px;
}
.service_area .section_title h3,
.flavor-profiles .section_title h3 {
  font-size: 30px;
  margin-bottom: 30px;
}
.service_area .section_title p,
.flavor-profiles .section_title p {
  font-size: 18px;
  max-width: 800px;
  margin: auto;
}

.service_area .single_service {
  border: 2px solid #eee;
  padding: 40px 35px;
  margin-bottom: 60px;
  border-radius: 10px;
  text-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  height: -webkit-fill-available;
}

@media (max-width: 767px) {
  .service_area .single_service {
    margin-bottom: 30px;
  }
}

.service_area .single_service .service_icon i {
  color: #78b454;
  font-size: 50px;
}

.service_area .single_service h4 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 20px;
}

.service_area .single_service p {
  font-size: 16px;
  color: #333;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 28px;
}

.service_area .single_service:hover {
  background: var(--cs-primary);
  border: 2px solid transparent;
}
.service_area .single_service:hover svg,
.service_area .single_service:hover img {
  fill: var(--cs-white);
}
.service_area .single_service:hover .icon-pot-still {
  color: var(--cs-white);
}
.service_area .single_service:hover .icon-still {
  stroke: var(--cs-white);
  fill: none;
}

.service_area .single_service:hover h4,
.service_area .single_service:hover p,
.service_area .single_service:hover i {
  color: #fff;
}

.single_about_area {
  padding-top: 150px;
  padding-bottom: 150px;
}

.single_about_area .single_about_thumb img {
  width: 100%;
}

@media (max-width: 767px) {
  .single_about_area .single_about_thumb.thumb_n1 {
    margin-top: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .single_about_area .single_about_thumb.thumb_n1 {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .single_about_area .single_about_thumb.thumb_n2 {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .single_about_area .single_about_thumb.thumb_n2 {
    margin-bottom: 30px;
  }
}

.single_about_area .single_about_text {
  padding-right: 30px;
}

@media (max-width: 767px) {
  .single_about_area .single_about_text {
    padding-right: 0;
    margin-top: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .single_about_area .single_about_text {
    padding-right: 0;
    margin-top: 40px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .single_about_area .single_about_text {
    padding-right: 0;
  }
}

.single_about_area .single_about_text h3 {
  font-size: 45px;
  color: #333;
  line-height: 55px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .single_about_area .single_about_text h3 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .single_about_area .single_about_text h3 {
    font-size: 50px;
    line-height: 56px;
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .single_about_area .single_about_text h3 {
    font-size: 50px;
    line-height: 56px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .single_about_area .single_about_text h3 br {
    display: none;
  }
}

.single_about_area .single_about_text p {
  font-size: 16px;
  line-height: 28px;
  color: #333;
  margin-bottom: 0;
}

.single_about_area .single_about_text .about_text1 {
  margin-bottom: 26px;
}

.single_about_area .single_about_text .about_text2 {
  margin-bottom: 73px;
}

@media (max-width: 767px) {
  .single_about_area .single_about_text .about_text2 {
    margin-bottom: 25px;
  }
}
.why-choose-us-section {
  background: #000;
  margin-bottom: 150px;
}
.why-choose-us-section h3,
.why-choose-us-section p {
  color: var(--cs-white) !important;
}

/* Pricing Section - Better Layout */
.pricing-section {
  padding: 100px 0;
}
.pricing-grid {
  margin-top: 50px;
}

.pricing-card {
  background: var(--cs-white);
  border: 2px solid var(--cs-border);
  border-radius: 12px;
  padding: 40px 30px;
  text-align: center;
  height: 100%;
  position: relative;
  transition: all 0.3s ease;
}

.pricing-card:hover {
  border-color: var(--cs-secondary);
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(44, 62, 80, 0.15);
}

.pricing-card.featured {
  border-color: var(--cs-primary);
  border-width: 3px;
}
.pricing-card.featured:hover {
  border-color: var(--cs-secondary);
}

.popular-badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--cs-primary);
  color: var(--cs-white);
  padding: 8px 25px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: bold;
  text-transform: uppercase;
}

.locker-icon {
  font-size: 3.5rem;
  margin-bottom: 1rem;
  display: block;
}

.pricing-card h3 {
  color: var(--cs-secondary);
  font-size: 20px;
  margin-bottom: 1rem;
  font-weight: bold;
}

.capacity {
  color: var(--cs-gray);
  font-size: 16px;
  margin-bottom: 2rem;
  line-height: 1.4;
}

.price-container {
  margin-bottom: 40px;
}

.price {
  font-size: 30px;
  font-weight: bold;
  color: var(--cs-primary);
  line-height: 1;
  margin-bottom: 0.3rem;
  padding: 15px;
}

.period {
  color: var(--cs-gray);
  font-size: 14px;
}

.reserve-btn {
  background: var(--cs-primary);
  color: var(--cs-white);
  border: none;
  padding: 15px 35px;
  border-radius: 6px;
  font-weight: bold;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  text-transform: uppercase;
}

.reserve-btn:hover {
  background: var(--cs-secondary);
  color: var(--cs-white);
}

.limited-notice {
  background: var(--cs-white);
  border: 2px solid var(--cs-primary);
  color: var(--cs-primary);
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  font-weight: bold;
  font-size: 1.1rem;
  margin-top: 50px;
}

.cta-section {
  padding: 50px 0 100px;
}

.cta-section .card {
  background-color: #000000;
  color: #ffffff;
  padding: 50px;
  border-radius: 15px;
}
.cta-section .card h3 {
  font-size: 35px;
  max-width: 640px;
  margin: auto;
  padding-bottom: 30px;
  line-height: 45px;
}
@media (max-width: 767px) {
  .cta-section .card h3 {
    font-size: 25px;
    line-height: 30px;
  }
  .wine-storage-hero h1 {
    font-size: 30px;
  }
}
/* End Wine Storage Page------------------------------------------------ */

/* Start About Page------------------------------------------------ */
.about-hero {
  background-image: linear-gradient(
      270deg,
      rgba(0, 0, 0, 0.75),
      rgba(0, 0, 0, 0.75) 101.02%
    ),
    url(/images/about-image-landing.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: var(--cs-white);
  padding: 150px 0;
  text-align: center;
}
.about-hero h1 {
  font-size: 50px;
  margin-bottom: 20px;
}
.about-hero p {
  font-size: 20px;
  margin-bottom: 20px;
}
.timeline-section {
  padding: 100px 0 0;
}
.timeline-section h3 {
  margin-bottom: 30px;
}
.timeline {
  display: flex;
  flex-direction: column;
}
.timeline-item {
  width: calc(50% + 0.8px);
  padding: 0.5rem 2rem;
  position: relative;
}
.timeline-item-right {
  align-self: flex-end;
  border-left: 2px solid #ccd1d9;
}
.timeline-item-left {
  align-self: flex-start;
  border-right: 2px solid #ccd1d9;
}

.timeline-item::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #f5f7fa;
  background: var(--cs-secondary);
  z-index: 9999;
  top: 1.35rem;
}
.timeline-item-right::after {
  left: -9px;
}
.timeline-item-left::after {
  right: -9px;
}

.timeline-content {
  width: 100%;
  padding: 0 15px;
  color: #666;
  display: flex;
  flex-direction: column;
}

.timeline-content h3 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 500;
  width: 100%;
  color: var(--cs-gray);
}
.timeline-item-left * {
  text-align: end;
}

.timeline-content span {
  font-size: 18px;
  color: var(--cs-secondary);
  margin-bottom: 10px;
}

.timeline-content p {
  font-size: 14px;
  line-height: 1.5em;
  word-spacing: 1px;
  color: var(--cs-gray);
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .timeline-item {
    width: 100%;
    padding: 1.35rem 2rem;
    border-right: none;
    border-left: 2px solid #ccd1d9;
  }
  .timeline-item-right {
    align-self: flex-start;
  }

  .timeline-item-left * {
    text-align: start;
  }
  .timeline-item-left::after {
    right: auto;
    left: -11px;
  }
  .timeline-item::after {
    top: 2rem;
  }
}

/* End About Page------------------------------------------------ */
