/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('../fonts/stylesheet.css');

/* Theme Color */
:root {
  --clr-primary: #FFF7D2;
  --clr-accent: #F7DB54;
  --clr-accent-600: #CE981D;
  --clr-grey: #C5B7B7;
  --clr-white: #ffffff;
  --clr-white-600: #fcfcfc;
  --clr-black: #1E1E1E;
  --ff-primary: "YDMjo54", serif;
  --ff-body: "Antic", serif;
  --ff-accent: "Arizonia", serif;
  --swiper-scrollbar-bottom: 0px;
  --swiper-scrollbar-size: 2px;
  --swiper-scrollbar-drag-bg-color: var(--clr-accent);
  --swiper-pagination-color: var(--clr-accent);
  --swiper-pagination-progressbar-size: 3px;
  --swiper-pagination-progressbar-bg-color: #D6D6D6;
}

::selection {
  background-color: var(--clr-accent);
  color: var(--clr-black);
}

/* Browser Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  padding: 0;
  margin: 0;
  font: inherit;
}

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

html:focus-within {
  scroll-behavior: smooth;
}

a:focus,
a:hover {
  outline: none;
}

a {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

body {
  font-family: var(--ff-body);
  text-rendering: optimizeSpeed;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #898989;
  background-color: var(--clr-primary);
}

p {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 35px;
  /* color: #000; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--ff-primary);
  margin-bottom: 0;
}

img,
picture,
svg {
  max-width: 100%;
  display: block;
}

/* Utility Classes */
.overlay::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(27, 27, 27, 0.56);
  z-index: 0;
  top: 0;
  left: 0;
  opacity: 1;
}

.oak__bgImg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.oak__bgImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: -1;
}

section[class^="oak__"] {
  position: relative;
  z-index: 3;
}

/* Theme Classes */
.oak__bg-light {
  background-color: var(--clr-primary);
}

.oak__bg-grey {
  background-color: var(--clr-grey);
  color: #6A6A6A;
}

.oak__bg-dark {
  background-color: var(--clr-black);
  color: var(--clr-white);
}

.oak__texture__bg::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url('../images/texture_bg.png');
  top: 0;
  left: 0;
  background-repeat: repeat;
  background-size: 100%;
  background-attachment: fixed;
  z-index: -1;
  opacity: 0.3;
}

/* Custom Properties */
.custom-pad {
  padding: 70px 0;
}

.oak__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--clr-accent);
  font-family: var(--ff-body);
  color: var(--clr-black);
  text-transform: uppercase;
  font-size: 14px;
  padding: 0px 25px;
  border: 2px solid var(--clr-accent);
  border-radius: 50px;
  overflow: hidden;
  min-height: 45px;
  font-weight: 400;
  position: relative;
  background-image: url('https://1techteam.com/kmdevwp/selly-oaks/wp-content/uploads/2025/03/btn-fill-bg.png');
  background-repeat: repeat-x;
  background-position: 0 -30%;
  z-index: 2;
  transition: all 0.4s ease-in-out;
}

.oak__btn:hover {
  background-position: 0 25%;
  transition: all 0.7s ease-in-out;
  background-color: #FFF9DE;
  border-color: #f7cd00;
}

.oak__btn-wrap {
  margin-top: 24px;
}

.oak__heading h6 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--ff-body);
  margin-bottom: 10px;
}

h2 {
  font-size: 40px;
  line-height: 45px;
}

h3 {
  font-size: 36px;
  line-height: 45px;
}

h4 {
  font-size: 32px;
  font-weight: 500;
}

h5 {
  font-size: 28px;
  font-weight: 500;
}

h6 {
  font-size: 24px;
  font-weight: 500;
}

.oak__heading {
  position: relative;
  --bs-heading-color: var(--clr-black);
  padding-bottom: 32px;
}

.oak__heading .icon {
  display: block;
  margin-top: 20px;
}

.oak__heading .elem {
  display: inline-flex;
  margin-bottom: 16px;
}

.oak__heading .elem img {
  height: 100px;
  object-fit: contain;
}

.oak__heading-center {
  margin: 0 auto;
  text-align: center;
}

.oak__heading-center .icon img {
  margin: 0 auto;
}

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

.oak__heading-right .icon img {
  margin-left: auto;
}

.oak__heading.light::before {
  background-color: rgba(255, 255, 255, 0.18);
}

.oak__heading h3 {
  border: 1px solid rgba(30, 30, 30, 0.09);
  width: fit-content;
  padding: 10px 5%;
  background-color: var(--clr-white);
}

.oak__heading-center h3 {
  margin-inline: auto;
}

.oak__heading h6 {
  background-image: linear-gradient(180deg, #F7DB54 0%, #CE981D 100%);
  background-size: 200% auto;
  color: #000;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.oak__heading .icon img {
  height: 20px;
  object-fit: contain;
}

.oak__heading h2 {
  text-transform: capitalize;
}

.oak__heading-white {
  --bs-heading-color: var(--clr-white) !important;
}

.oak__content> :not(:last-child) {
  margin-bottom: 16px;
}

[class^="swiper-button-"]::after {
  content: "";
  display: none;
}

[class^="swiper-button-"] {
  position: absolute;
  background-color: transparent;
  font-size: 18px;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  width: 90px;
  height: 40px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  border-radius: 50px;
  color: var(--clr-white);
  border: 2px solid var(--clr-white);
  transition: all 0.3s ease-in-out;
  z-index: 4;
}

[class^="swiper-button-"]:hover {
  background-color: var(--clr-white);
  color: var(--clr-black);
  transition: all 0.3s ease-in-out;
}

[class^="swiper-button-next"] {
  right: 0;
}

[class^="swiper-button-prev"] {
  left: 0;
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  bottom: 0px;
}

.form-control {
  height: 40px;
  background-color: transparent;
  padding: 10px 20px 10px 0;
  border: none;
  border-bottom: 1px solid var(--clr-grey);
  border-radius: 0;
  font-size: 16px;
}

.form-control:focus {
  color: var(--clr-black);
  background-color: transparent;
  border-color: var(--clr-accent-600);
  box-shadow: none;
}

.form-group:not(.form-button) {
  margin-bottom: 16px;
}

.form-control::placeholder {
  color: #898989;
}

textarea.form-control {
  min-height: 100px;
  resize: none;
}

.form-group a {
  color: var(--clr-accent-600);
}

.form-group.form-button .oak__btn {
  min-width: 120px;
}

.form-check.form-group {
  padding: 0;
}

.form-check-label {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid var(--clr-accent);
  box-shadow: 0 1px 2px rgba(232, 232, 232, 0.05), inset 0px -15px 10px -12px rgba(173, 173, 173, 0.05);
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
}

.form-check-label:checked::after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 5px;
  width: 7px;
  height: 12px;
  border: solid var(--clr-accent);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.form-check .wpcf7-list-item {
  margin: 0;
}

.wpcf7 form.invalid .wpcf7-response-output {
  border-color: var(--clr-accent);
  background-color: #F7DB541C;
  width: 444px;
}

.wpcf7 form .wpcf7-response-output {
  margin: 20px 0 0 0;
}

.wpcf7-file::file-selector-button {
  font-size: 14px;
  border-radius: 50px;
  border: 1px dashed var(--clr-accent-600);
  width: fit-content;
  padding: 0 15px;
  line-height: 30px;
  text-transform: uppercase;
  background-color: #fff9;
  margin: 4px 10px 0px 0;
}

.wpcf7-file .oak__btn {
  padding: 0px 6px;
}

/* keyframes */
@keyframes oak-hand-drawing {
  0% {
    filter: url(#qode-hand-drawn-1)
  }

  25% {
    filter: url(#qode-hand-drawn-2)
  }

  50% {
    filter: url(#qode-hand-drawn-3)
  }

  75% {
    filter: url(#qode-hand-drawn-4)
  }

  100% {
    filter: url(#qode-hand-drawn-5)
  }
}

/* keyframes */
/** =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ HOMEPAGE START =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ */

/* HEADER */
.oak__header {
  position: absolute;
  z-index: 9;
  width: 100%;
  left: 0;
  top: 0;
}

.oak__header .navbar-brand {
  padding: 0;
  margin: 0;
}

.oak__header .navbar-brand img {
  height: 70px;
}

.oak__header-socials {
  display: flex;
  align-items: center;
}

.oak__header-socials li+li {
  margin-left: 15px;
}

.oak__header-socials li a {
  color: var(--clr-white);
  font-size: 15px;
}

.oak__nav-desktop {
  justify-content: space-between;
  flex: 0 0 auto;
  width: 65%;
  padding-left: 55px;
}

.oak__nav-desktop .navbar-nav {
  gap: 30px;
}

.oak__nav-desktop .navbar-nav .nav-item .nav-link {
  --bs-nav-link-color: var(--clr-white);
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0;
  line-height: 70px;
  --bs-nav-link-hover-color: var(--clr-accent);
}

.oak__nav-desktop .navbar-nav .nav-item.active .nav-link {
  background-image: linear-gradient(to right, #F7DB54 0%, #CE981D 100%);
  background-size: 200% auto;
  color: #000;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.navbar-toggler {
  padding: 8px;
  border: 1px solid var(--clr-white);
  border-radius: 0;
}

.navbar-toggler .icon-bar {
  display: block;
  width: 25px;
  height: 1px;
  border-radius: 1px;
  background-color: var(--clr-white);
  margin: 1px 0;
}

.navbar-toggler .icon-bar:nth-child(2) {
  width: 20px;
  margin-left: auto;
}

.navbar-toggler .icon-bar+.icon-bar {
  margin-top: 6px;
}

.oak__header-nav .offcanvas .nav-link {
  --bs-nav-link-color: #FFE2A0;
  font-size: 30px;
  font-family: var(--ff-primary);
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 1px solid #FFE2A080;
}

.oak__header-nav .offcanvas {
  --bs-offcanvas-bg: #1e1914;
  --bs-offcanvas-color: var(--clr-accent);
  --bs-offcanvas-width: 100%;
  text-align: center;
  z-index: 9999;
}

/* HEADER */
/* HERO */
.oak__hero-main {
  position: absolute;
  top: 40%;
  z-index: 4;
  width: 100%;
  transform: translateY(-50%);
  margin-top: 50px;
}

.oak__hero-bottom {
  position: absolute;
  bottom: 50px;
  z-index: 4;
  width: 100%;
  margin-top: 0;
}

.oak__hero-main-content h1 {
  font-family: var(--ff-accent);
  color: var(--clr-white);
  font-size: 110px;
  text-align: center;
}

.oak__hero-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.oak__hero-slider-content h4 {
  background-image: linear-gradient(to right, #F7DB54 0%, #CE981D 100%);
  background-size: 200% auto;
  color: #000;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.oak__hero-slider-content {
  color: var(--clr-white);
  text-align: center;
}

/* HERO */
/* ABOUT */
.oak__about::before {
  position: absolute;
  content: '';
  background-image: url('../images/about-pattern-1.webp');
  width: 200px;
  height: 200px;
  left: 0;
  top: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.oak__about::after {
  position: absolute;
  content: '';
  background-image: url('../images/about-pattern-2.webp');
  width: 250px;
  height: 250px;
  right: 0;
  top: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  z-index: -1;
}

.oak__about-main {
  position: relative;
}

/* .oak__about-main::before {
  position: absolute;
  content: '';
  background-image: url('../images/usp-right-element.webp');
  width: 230px;
  height: 230px;
  right: 20px;
  bottom: -100px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 4;
} */
.oak__about-wrap .oak__img img {
  height: 500px;
  object-fit: contain;
  width: 100%;
  object-position: center;
}

.oak__usp {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 70px;
  z-index: 3;
}

.oak__usp-main {
  padding: 60px;
}

.oak__usp-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.oak__usp-single {
  flex: 0 0 auto;
  width: 25%;
  text-align: center;
}

.oak__usp-single h4 {
  padding: 8px 0;
}

.oak__usp-single .icon img {
  height: 68px;
  margin: 0 auto;
  object-fit: contain;
}

.stir-elem {
  position: relative;
}

.stir-elem .stir {
  position: absolute;
  top: -40px;
  max-width: 190px;
  left: 70px;
}

.oak__about-left.stir-elem .stir {
  max-width: 145px;
}

/* ABOUT */
/* STORY */
.oak__story-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px 0;
}

.oak__story-single {
  flex: 0 0 auto;
  width: 32%;
  /* transform-style: preserve-3d; */
}

.oak__story-single:not(:first-child) {
  border-radius: 16px;
  overflow: hidden;
}

.oak__story-single:nth-child(3) {
  background-color: var(--clr-accent);
}

.oak__story-single:nth-child(5) {
  background-color: #EEB636;
}

.oak__story-single:nth-child(6) {
  background-color: var(--clr-white-600);
}

.oak__story-img {
  height: 100%;
}

.oak__story-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.oak__story-single .oak__content {
  transform: translateZ(50px);
}

.oak__story-single:not(:first-child) .oak__content {
  padding: 25px 30px;
  text-align: center;
  color: var(--clr-black);
}

.oak__story-single:not(:first-child) .oak__content .icon {
  margin-bottom: 20px;
  display: block;
}

.oak__story-single .oak__content .icon img {
  height: 100px;
  margin: 0 auto;
  object-fit: contain;
}

.oak__story-single .oak__media video {
  height: 100%;
  display: block;
  width: 100%;
  object-fit: cover;
}

.oak__story-content .oak__heading {
  padding-bottom: 20px;
}

.oak__story-content .oak__btn-wrap {
  margin-top: 16px;
}

.oak__story-content .oak__heading .icon {
  margin-top: 14px;
}

.oak__story-single:nth-child(6) .oak__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  gap: 25px;
}

.oak__story-single:nth-child(6):hover .oak__story-play.pulse {
  color: var(--clr-accent-600);
  transition: all 0.5s ease-in-out;
}

.oak__story-play {
  display: inline-flex;
  font-size: 25px;
  align-items: center;
  justify-content: center;
  width: 90px;
  aspect-ratio: 1;
  border: 2px solid;
  color: var(--clr-black);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

.pulse {
  box-shadow: 0px 0px 1px 1px #7070701a;
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(75, 75, 75, 0.336);
  }

  100% {
    box-shadow: 0 0 0 30px rgba(97, 97, 97, 0);
  }
}

/* STORY */
/* CTA FEATURED */
.oak__ctaFeatured {
  overflow: hidden;
  padding: 80px 0 0px;
}

.oak__ctaFeatured::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #200e011a 0%, #200e01 100%);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  bottom: -100px;
  z-index: -1;
}

.oak__marquee {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 100%;
  z-index: -1;
  left: 0;
  height: 85%;
  justify-content: center;
  top: 0;
  overflow: hidden;
  opacity: 0.1;
  mix-blend-mode: multiply;
}

.marquee {
  display: flex;
  gap: 2rem;
  /* Add spacing between items */
  white-space: nowrap;
  font-size: 1.5rem;
  /* Adjust to your design */
  text-transform: uppercase;
  font-weight: bold;
}

.marquee li {
  list-style: none;
  flex-shrink: 0;
  display: inline-block;
  color: var(--clr-accent-600);
  font-size: 160px;
  font-family: var(--ff-primary);
  line-height: 150px;
  font-weight: 400;
}

.oak__ctaFeatured-product .oak__img img {
  width: 100%;
  margin: 0 auto;
}

.oak__ctaFeatured-elements {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.oak__ctaFeatured-elements ul li {
  position: absolute;
}

.oak__ctaFeatured-elements ul li:nth-child(1) {
  left: 32%;
  top: 50%;
}

.oak__ctaFeatured-elements ul li:nth-child(2) {
  left: 15%;
  top: 23%;
}

.oak__ctaFeatured-elements ul li:nth-child(3) {
  left: 32%;
  top: 15%;
}

.oak__ctaFeatured-elements ul li:nth-child(4) {
  right: 22%;
  top: 17%;
}

.oak__ctaFeatured-elements ul li:nth-child(5) {
  right: 33%;
  top: 49%;
}

.oak__ctaFeatured-elements ul li img {
  max-height: 100px;
}

.oak__ctaFeatured-barrel {
  position: absolute;
  width: 116%;
  left: 50%;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  z-index: 1;
  transform: translateX(-50%);
}

.oak__ctaFeatured-barrel .oak__img img {
  max-height: 290px;
  object-fit: contain;
}

.oak__ctaFeatured-main {
  position: relative;
}

/* CTA FEATURED */
/* PRODUCT TABS */
.oak__branch-elem {
  position: relative;
  z-index: 1;
}

.oak__branch-elem::before {
  position: absolute;
  content: '';
  background-image: url('../images/brand-inner-pattern-1.webp');
  width: 220px;
  height: 300px;
  right: 0;
  top: 20px;
  background-size: 140%;
  background-repeat: no-repeat;
  z-index: -1;
  background-position: left;
}

.oak__products-wrap .nav-tabs {
  border: none;
  justify-content: center;
}

.oak__products-wrap .nav-tabs .nav-item+.nav-item {
  border-left: 1px solid #0404040a;
}

.oak__products-wrap .nav-tabs .nav-link {
  padding: 0 50px;
  background-color: transparent;
  color: var(--clr-black);
  text-align: center;
  border: none;
  cursor: pointer;
}

.oak__products-wrap .nav-tabs .nav-link.active p {
  text-decoration: underline;
}

.oak__product-nav .icon img {
  height: 74px;
  object-fit: contain;
}

.oak__product-pane .oak__product-single {
  display: flex;
  align-items: center;
  gap: 15px;
}

.oak__product-pane .oak__product-single .oak__content {
  color: var(--clr-black);
  /* text-align: center; */
  /* max-width: 60%; */
  /* margin: 20px auto 0; */
}

.oak__product-pane .oak__product-single .oak__img {
  margin: 0 auto;
  flex: 0 0 auto;
  width: 65%;
}

.oak__product-pane .oak__product-single .oak__content> :not(:last-child) {
  margin-bottom: 6px;
}

.oak__products-wrap .tab-content {
  margin-top: 32px;
}

/* PRODUCT TABS */
/* MANUFACTURE */
.oak__manufacture-single .oak__img {
  position: relative;
  z-index: 1;
}

.oak__manufacture-single .oak__img::before {
  position: absolute;
  content: '';
  width: 75%;
  aspect-ratio: 1;
  background-image: linear-gradient(180deg, #F7DB54 0%, #CE981D 100%);
  left: 0;
  z-index: -1;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.oak__manufacture-single .oak__img img {
  height: 230px;
  object-fit: contain;
  margin: 0 auto;
}

.oak__manufacture-single .oak__content {
  margin-top: 15px;
}

.oak__manufacture-single h6 {
  color: var(--clr-black);
  margin-bottom: 10px !important;
}

/* MANUFACTURE */
/* CAREER */
.oak__career-content {
  padding-left: 32px;
}

.oak__career-right.stir-elem .stir {
  position: absolute;
  top: unset;
  max-width: 140px;
  left: unset;
  bottom: 0px;
  right: 0;
}

/* .oak__career-right .oak__img img {
  padding-bottom: 60px;
} */
/* CAREER */
/* VIDEO */
.oak__video .overlay::before {
  background-color: rgb(0, 0, 0);
  opacity: 0.20;
}

.oak__video-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  cursor: none;
  max-width: 100%;
  overflow: hidden;
}

.oak__video-item {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.oak__play-btn {
  position: absolute;
  border: 1px solid var(--clr-white);
  border-radius: 100px;
  width: 103px;
  height: 103px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  opacity: 1;
  cursor: none;
  backdrop-filter: blur(3px) brightness(1);
}

.oak__play-btn .play-icon,
.oak__play-btn .pause-icon {
  font-size: 16px;
  color: var(--clr-white);
  font-weight: 400;
}

/* VIDEO */
/* LEGACY */
.oak__legacy {
  padding: 100px 0 70px;
}

.oak__legacy .oak__marquee {
  height: 30%;
  top: 20px;
}

.oak__legacy .oak__marquee .marquee {
  justify-content: center;
}

.oak__legacy .marquee li {
  font-size: 110px;
}

.oak__legacy-intensity {
  display: flex;
  gap: 3px;
  width: fit-content;
  margin-top: 4px;
}

.oak__intensity-circle {
  display: inline-flex;
  width: 15px;
  height: 15px;
  border: 1px solid var(--clr-accent-600);
  border-radius: 50%;
}

.oak__intensity-circle:not(:last-child) {
  border-width: 2px;
}

.oak__legacy-features li p {
  font-size: 16px;
  text-transform: capitalize;
}

.oak__legacy-features ul li h6 {
  color: #1e1e1e;
  margin-bottom: 8px;
}

.oak__legacy-features li {
  margin-bottom: 30px;
}

.oak__legacy-volume h6 {
  font-size: 22px;
  font-family: var(--ff-body);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.oak__legacy-volume h6 span {
  font-family: var(--ff-primary);
  border: 1px solid var(--clr-accent-600);
  display: inline-flex;
  width: 38px;
  height: 38px;
  font-size: 18px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--clr-black);
}

/* LEGACY */
/* GIT */
.oak__git-left .oak__img {
  position: absolute;
  left: 0;
  width: 50%;
  border-radius: 0 20px 20px 0;
  overflow: hidden;
  height: 100%;
}

.oak__git-left .oak__img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.oak__git-wrap {
  padding-left: 32px;
}

/* GIT */
/* PRODUCT CAROUSEL */
.oak__product-row {
  display: flex;
  align-items: flex-end;
}

.oak__products-swiper {
  width: calc(100% + 45%);
  left: 50%;
  transform: translateX(-48%);
}

.oak__product-single .oak__content {
  color: var(--clr-black);
}

.oak__product-row .oak__content {
  position: absolute;
  width: 40%;
  left: 75%;
  bottom: 100px;
}

.oak__product-row .oak__img {
  margin: 0 auto;
  max-width: 48%;
}

/* PRODUCT CAROUSEL */
/* FOOTER */
.oak__footer {
  position: relative;
  margin-top: 125px;
}

.oak__footer-top {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -125px;
  border-radius: 20px;
  padding: 70px 50px;
}

.oak__footer-col h4 {
  color: var(--clr-black);
}

.oak__footer-nav li a {
  font-size: 18px;
  font-weight: 500;
  color: var(--clr-black);
  text-transform: uppercase;
}

.oak__footer-nav li a:hover {
  color: #F0B708;
}

.oak__footer-nav {
  column-count: 2;
}

.oak__footer-nav li {
  margin-bottom: 12px;
}

.oak__footer-socials {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.oak__footer-socials li+li {
  margin-left: 10px;
}

.oak__footer-socials li a {
  color: var(--clr-black);
  font-size: 15px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--clr-accent);
}

.oak__footer .navbar-brand img {
  height: 90px;
  object-fit: contain;
  margin-left: auto;
}

.oak__footer-bottom {
  padding: 24px 0;
}

.oak__footer-bottom-left ul {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}

.oak__footer-bottom-left ul li a {
  font-size: 15px;
  text-transform: uppercase;
  color: var(--clr-white);
  font-weight: 500;
}

.oak__footer-bottom-left ul li+li {
  border-left: 1px solid var(--clr-white-600);
  padding-left: 10px;
  margin-left: 10px;
  line-height: 18px;
}

.oak__footer-copy p {
  color: var(--clr-white);
  font-size: 15px;
}

.oak__footer-copy p a {
  background-image: linear-gradient(150deg, #F7DB54 0%, #CE981D 100%);
  background-size: 200% auto;
  color: #000;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  line-height: 24px;
  font-weight: 800;
  text-transform: uppercase;
  font-family: var(--ff-body);
  margin-bottom: 10px;
}

/* FOOTER */

/** =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ INNER PAGES START =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ */

/* INNER BANNER */
.oak__heading h1 {
  font-family: var(--ff-primary);
  font-size: 46px;
  text-transform: capitalize;
  line-height: 55px;
}

.oak__breadcrumb .breadcrumb {
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
  background-color: var(--clr-accent);
  padding: 14px 25px;
  border-radius: 50px;
}

.oak__breadcrumb .breadcrumb .breadcrumb-item {
  font-size: 16px;
  font-weight: 500;
}

.oak__breadcrumb .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  content: '-';
}

.oak__breadcrumb .breadcrumb .breadcrumb-item a {
  color: var(--clr-black);
}

.oak__hero-inner .oak__hero-main {
  top: 50%;
  margin-top: 35px;
}

.oak__hero-inner img {
  width: 100%;
}

/* INNER BANNER */
/* BRANDS */
.oak__brand-img {
  position: relative;
  width: 65%;
  margin: 0 auto;
  transform-style: preserve-3d;
}

.oak__brand-img .oak__img {
  transform: translateZ(30px);
}

.oak__brand-img .oak__brand-elem {
  position: absolute;
  z-index: -1;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 100%;
}

.oak__brand-img .oak__brand-elem span {
  position: absolute;
  display: inline-flex;
  font-size: 190px;
  font-family: var(--ff-primary);
  text-transform: uppercase;
  top: 0;
  color: var(--clr-accent-600);
  height: 100%;
  align-items: center;
  z-index: 3;
  justify-content: center;
  width: 100%;
  opacity: 0.4;
}

.oak__brand-single {
  display: flex;
  align-items: center;
}

.oak__brand-single .oak__content {
  margin-top: 20px;
  width: 35%;
  padding-left: 30px;
}

/* .oak__brand-single .oak__content p {
  width: 60%;
  margin: 0 auto;
} */
.oak__brand-title {
  display: block;
}

.oak__brand-title>* {
  color: var(--clr-black);
}

.oak__brands-inner::before {
  position: absolute;
  content: '';
  background-image: url('../images/brand-inner-pattern-1.webp');
  width: 220px;
  height: 300px;
  right: 0;
  top: 20px;
  background-size: 140%;
  background-repeat: no-repeat;
  z-index: -1;
  background-position: left;
}

/* .oak__video--brands .oak__video-item {
  height: 650px;
} */
/* BRANDS */
/* PRODUCT DETAILS */
.oak__product-info h4 {
  text-align: center;
  color: var(--clr-black);
  text-transform: capitalize;
  line-height: 48px;
}

.oak__product-info-list {
  border: 1px solid var(--clr-accent);
  border-radius: 12px;
}

.oak__product-info-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
}

.oak__product-info-list li+li {
  border-top: 1px solid var(--clr-accent);
}

.oak__product-info-list li h6 {
  color: var(--clr-black);
  font-size: 22px;
}

.oak__product-info-item {
  padding: 50px 0;
}

.oak__product-info-content .oak__heading p {
  text-align: center;
  color: var(--clr-black);
  text-transform: capitalize;
  line-height: 48px;
  font-size: 30px;
  font-family: var(--ff-primary);
}

.oak__product-info-content .oak__heading .oak__product-features::before {
  position: absolute;
  content: '';
  background-image: url('../images/brand-inner-pattern-1.webp');
  width: 220px;
  height: 300px;
  right: 0;
  top: -150px;
  background-size: 140%;
  background-repeat: no-repeat;
  z-index: -1;
  background-position: left;
}

.oak__product-features-left,
.oak__product-features-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  height: 100%;
}

.oak__product-feat-title {
  display: flex;
  align-items: center;
  gap: 15px;
}

.oak__product-feat-title .icon {
  display: inline-flex;
  background-color: var(--clr-accent);
  width: 45px;
  height: 45px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
}

.oak__product-feat-title p {
  font-size: 24px;
  color: var(--clr-black);
  font-family: var(--ff-primary);
}

.oak__product-feat-list {
  margin: 15px 0 0 12px;
}

.oak__product-feat-list li {
  position: relative;
  padding-left: 24px;
  font-size: 18px;
  font-weight: 500;
}

.oak__product-feat-list li+li {
  margin-top: 8px;
}

.oak__product-feat-list li::before {
  position: absolute;
  content: '';
  background-image: url('../images/product-feat-icon-glass.webp');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  left: 0;
  top: 5px;
}

.oak__product-feat-img .oak__img {
  max-width: 76%;
  margin: 0 auto;
}

.oak__product-collection {
  position: relative;
  overflow: hidden;
}

.oak__product-collection-media .oak__img img {
  width: 100%;
  opacity: 0.9;
  border-radius: 16px;
}

/* .oak__product-collection-bottom {
  background-color: var(--clr-white);
  padding: 140px 50px 25px;
  margin-top: -50px;
  border-radius: 16px;
} */
.oak__product-collection-content {
  display: flex;
  align-items: center;
}

/* .oak__product-collection-content .oak__img {
  flex: 0 0 auto;
  width: 55%;
  padding-right: 50px;
} */
.oak__product-collection-content .oak__content {
  flex: 0 0 auto;
  width: 45%;
}

.oak__product-collection .oak__marquee {
  height: 30%;
}

.oak__product-elem {
  position: absolute;
  top: 0;
  font-size: 150px;
  font-family: var(--ff-primary);
  color: var(--clr-accent-600);
  z-index: -1;
  text-align: center;
  line-height: 150px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.oak__product-img {
  position: relative;
}

.oak__product-elem {
  position: absolute;
  top: 70px;
  font-size: 150px;
  font-family: var(--ff-primary);
  color: var(--clr-accent-600);
  z-index: -1;
  text-align: center;
  line-height: 150px;
  left: -30px;
}

.oak__git-bFooter {
  margin-bottom: 270px;
}

/* PRODUCT DETAILS */
/* ABOUT PAGE */
.oak__timeline-main {
  overflow: hidden;
  position: relative;
}

.oak__timeline-main::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background-color: var(--clr-accent-600);
  top: 46.4%;
  transform: translateY(-50%);
  z-index: -1;
}

.oak__timeline-single .oak__content h4 {
  color: var(--clr-black);
  margin-bottom: 10px;
}

.oak__timeline-single .oak__content {
  padding-right: 60px;
  padding-top: 15px;
  margin-top: 15px;
  position: relative;
  min-height: 158px;
}

.oak__timeline-single .oak__img img {
  animation: 0.34s linear infinite oak-hand-drawing;
}

.oak__timeline-single .oak__content::after {
  position: absolute;
  content: '';
  width: 0px;
  height: 5px;
  background-color: var(--clr-accent-600);
  top: -2px;
  left: 0;
  transition: all 0.4s ease-in-out;
}

.oak__timeline-swiper .swiper-slide-active .oak__timeline-single .oak__content::after {
  width: 120px;
  transition: all 0.4s ease-in-out;
}

.oak__timeline-single .oak__img {
  opacity: 0;
  transition: all 0.4s ease-in-out;
  min-height: 158px;
}

.oak__timeline-swiper .swiper-slide-active .oak__timeline-single .oak__img {
  opacity: 1;
  transition: all 0.4s ease-in-out;
}

.oak__about-story-wrap .oak__img {
  border-radius: 16px;
  overflow: hidden;
  margin: 20px 0;
}

.oak__about-story-wrap {
  text-align: center;
}

.oak__about-history-img .oak__img {
  border-radius: 50% 50% 0 0;
  overflow: hidden;
}

.oak__aboutCta .oak__bgImg {
  position: relative;
}

.oak__aboutCta-wrap {
  text-align: center;
}

.oak__aboutCta-wrap .oak__img {
  display: inline-flex;
}

.oak__aboutCta-wrap .oak__content h3 {
  position: relative;
  width: fit-content;
  color: var(--clr-white);
  padding: 0 20px;
  margin: 15px auto 0;
}

.oak__aboutCta-wrap .oak__content h3::before {
  position: absolute;
  content: '';
  width: 100px;
  height: 1px;
  background-color: var(--clr-white);
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.oak__aboutCta-wrap .oak__content h3::after {
  position: absolute;
  content: '';
  width: 100px;
  height: 1px;
  background-color: var(--clr-white);
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}

/* .oak__about-oldest-img .oak__img {
  border-radius: 50% 50% 0 0;
  overflow: hidden;
} */
.oak__finishing-img .stir {
  top: unset;
  bottom: 0;
  left: unset;
  right: 30px;
  max-width: 37%;
  rotate: 15deg;
}

.oak__finishing-img .oak__img {
  border-radius: 16px;
  overflow: hidden;
}

/* ABOUT PAGE */
/* CULTURE PAGE */
.oak__culture-tab-pane .oak__img {
  border-radius: 50% 50% 0 0;
  overflow: hidden;
}

.oak__culture-content {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  color: var(--clr-black);
}

.oak__culture-content .num {
  display: inline-flex;
  width: 50px;
  height: 50px;
  border: 1px solid var(--clr-accent-600);
  background-color: var(--clr-accent-600);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  color: var(--clr-white);
  font-family: var(--ff-primary);
  font-size: 23px;
  flex: 0 0 auto;
  transition: all 0.4s ease-in-out;
}

.oak__culture-nav .nav-link.active .num {
  background-color: transparent;
  color: var(--clr-accent-600);
  transition: all 0.4s ease-in-out;
}

.oak__careerCta {
  overflow: hidden;
}

.oak__careerCta-box {
  background-color: var(--clr-white);
  padding: 40px 35px;
  border-radius: 12px;
}

.oak__careerCta-elems li {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 22%;
}

.oak__careerCta-elems li:nth-child(1) {
  left: -40px;
}

.oak__careerCta-elems li:nth-child(2) {
  right: -40px;
}

.oak__careerCta-elems li img {
  width: 100%;
}

.oak__careerCta-box.stir-elem .stir {
  position: absolute;
  top: unset;
  max-width: 190px;
  left: unset;
  bottom: -20px;
  right: -30px;
}

.oak__culture-tab-pane {
  padding-right: 100px;
  position: relative;
}

.oak__culture-tab-pane::before {
  position: absolute;
  content: '';
  width: 190px;
  height: 150px;
  background-image: url('../images/culture-tab-barrel.webp');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  right: 0;
  bottom: 0;
  z-index: 3;
}

.oak__culture-vision-wrap .oak__img {
  border-radius: 16px;
  overflow: hidden;
}

.oak__culture-vision-wrap .oak__content {
  margin-top: 25px;
}

.oak__cultureCta-content .oak__content p {
  color: var(--clr-black);
}

/* CULTURE PAGE */
.oak__tour-bottom-img {
  border-radius: 20px;
  overflow: hidden;
}


.oak__process-wrap {
  position: relative;
}

.oak__process-single {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.oak__process-single+.oak__process-single {
  margin-top: 50px;
}

.oak__process-single:nth-child(2n) {
  flex-direction: row-reverse;
}

.oak__process-single .icon {
  position: absolute;
  content: '';
  width: 55px;
  height: 55px;
  top: 0;
  left: 47.6%;
  background-color: #FFF7D2;
}

.oak__process-left {
  max-width: 28%;
}

.oak__process-right {
  max-width: 28%;
}

.oak__process-right .oak__img {
  position: relative;
}

.oak__process-left .oak__img img {
  border-radius: 10px;
}

.oak__process-right .oak__img::before {
  position: absolute;
  content: '';
  width: 75%;
  aspect-ratio: 1;
  background-image: linear-gradient(180deg, #F7DB54 0%, #CE981D 100%);
  left: 50%;
  z-index: -1;
  border-radius: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
}

.oak__process-right .oak__img img {
  height: 260px;
  width: 100%;
  object-fit: contain;
}

.oak__process-single .oak__content {
  color: var(--clr-black);
  text-align: center;
  margin-top: 12px;
}

.feature__img-wrapper {
  animation: oak-hand-drawing .34s linear infinite;
}

.oak__hand-drawn-elem {
  position: absolute;
  visibility: hidden;
  z-index: -1;
  bottom: 0;
}

.feature__img-wrapper img {
  object-fit: contain;
  margin: 0 auto;
  height: 86px;
}

.feature__content-wrapper h3 {
  font-size: 25px;
  text-align: center;
  margin-top: 17px;
  color: var(--clr-accent-600);
  line-height: 28px;
}

/* TOUR */
.oak__tour-content-left .oak__heading {
  max-width: 400px;
}

.oak__tour-content-right .oak__content {
  padding-top: 20px;
}

/* TOUR */
/*  oak__making-process */
.oak__making-process {
  position: relative;
}

.default-line,
.draw-line {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  height: 100%;
  width: 2px;
  border-left: 1px solid var(--clr-accent-600);
  max-height: calc(100% - 155px);
}

.timeline__card {
  position: relative;
}

.oak__center-box {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #fff7d2;
}

.oak__making-process ul>li:not(:last-child) {
  margin-bottom: 75px;
}

.timeline__content-left .timeline__img {
  padding-right: 72px;
}

.oak__making-process ul>li:nth-child(even)>.timeline__card>.row>[class^="col-"]:has(.timeline__content-left) {
  order: 1;
}

.oak__making-process .oak__manufacture-single .oak__img::before {
  left: 50%;
  transform: translate(-50%, -50%);
  width: 55%;
}

.oak__the-making-wrapper .oak__making-process {
  margin-bottom: 30px;
}

.oak__making-process ul>li:nth-child(odd) .timeline__content-right {
  position: relative;
  left: 98px;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.oak__making-process ul>li.in-view:nth-child(odd) .timeline__content-right {
  opacity: 1;
  left: 0;
}

.oak__making-process ul>li:nth-child(even) .timeline__content-right {
  position: relative;
  right: 98px;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.oak__making-process ul>li.in-view:nth-child(even) .timeline__content-right {
  opacity: 1;
  right: 0;
}

.oak__the-making-wrapper p {
  text-align: center;
}

/* oak__about-product */
.oak__bg-warm {
  background: #C6A280;
}

.oak__character ul {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 32px 0;
  margin-bottom: 32px;
  border-top: 1px solid var(--clr-black);
  border-bottom: 1px solid var(--clr-black);
  gap: 24px;
}

.oak__character ul li span {
  color: var(--clr-black);
  font-size: 16px;
  line-height: 22px;
}

.oak__character ul li h3 {
  color: var(--clr-accent);
  margin-top: 10px;
}

.about-product-content-left .oak__btn {
  margin-top: 32px;
}

.about-product-content-left p {
  color: var(--clr-black);
}

/* .about-product-content-right .oak__img img {
  margin: -7% auto 0;
} */
.about-product-content-right {
  position: relative;
}

[class^="oak__bg-shape-"] {
  position: absolute;
  z-index: -1;
  top: 67%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 97%;
}

/* oak__our-work  */
.our__work-card .oak__img img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.our__work-card .oak__content h6 {
  color: var(--clr-black);
  margin: 20px 0 6px;
}

.our__work-card-wrapper>.row>[class^="col-"]:nth-child(2) .our__work-card {
  margin-top: 54px;
}

/* contact page */
.feature__content-wrapper p {
  margin-top: 7px;
}

.oak__famous-wrap .feature__content-wrapper a p {
  color: var(--clr-accent-600);
}

.oak__contact-form .form-control {
  padding: 22px 20px 26px 0;
}

.oak__contact-form .form-group:not(.form-button) {
  margin-bottom: 0;
}

.oak__bg-shape-three {
  top: 0;
  transform: none;
  left: 0;
  max-width: 275px;
}

.oak__bg-shape-two {
  left: auto;
  bottom: -2%;
  top: auto;
  right: 0;
  transform: none;
  max-width: 371px;
}

.oak__map-wrapper iframe {
  width: 100%;
  border-radius: 20px;
  pointer-events: auto !important;
}

.loaction__card-wrapper>.row>[class^="col-"]:nth-child(odd) .our__work-card .oak__img img {
  border-radius: 40px 40px 0 0;
}

.loaction__card-wrapper>.row>[class^="col-"]:nth-child(even) .our__work-card .oak__img img {
  border-radius: 0 0 40px 40px;
}

.loaction__card-wrapper>.row>[class^="col-"]:nth-child(even) .our__work-card {
  margin-top: 55px;
}

.oak__contact-us .oak__heading {
  max-width: 339px;
}

.oak__our-location .oak__heading {
  max-width: 280px;
}

/* 01-03-2025 */
.oak__aboutCta-main {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  z-index: 4;
  transform: translateY(-50%);
}

.oak__about-story-wrap .oak__content {
  gap: 20px;
}

.oak__about-story-wrap .oak__content p {
  text-align: justify;
  width: 50%;
}

.oak__hero-controls img {
  position: absolute;
  bottom: 20px;
  width: 50px;
  height: 50px;
  right: 20px;
  z-index: 5;
  pointer-events: none;
}

.oak__hero-controls img:nth-child(1) {
  display: none;
}

/* 01-03-2025 */

/* 03-03-2025 */
.oak__hero-product-main {
  position: relative;
  transform: unset;
  top: unset;
  margin: 0;
  /* background-color: var(--clr-accent); */
}

.oak__hero-product .oak__breadcrumb .breadcrumb {
  width: 100%;
  padding: 8px 15px;
  border-radius: 0;
}

.oak__product-info-left .oak__product-title h4 {
  font-size: 42px;
  font-family: var(--ff-primary);
  color: var(--clr-accent-600);
  font-weight: 700;
  margin-bottom: 15px;
}

.oak__product-features .oak__bgImg {
  width: 50%;
  left: unset;
  right: 0;
  border-radius: 20px;
  overflow: hidden;
}

.oak__product-features-right {
  flex-direction: row;
  flex-wrap: wrap;
}

.oak__product-feat {
  flex: 0 0 auto;
  width: 47%;
  color: var(--clr-white);
}

/* repeat */
.oak__product-feat-title p {
  font-size: 24px;
  color: var(--clr-white);
  font-family: var(--ff-primary);
}

.oak__product-feat-img {
  background-color: var(--clr-primary);
  border-radius: 20px;
  max-width: 160px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px 0;
}

.oak__product-gallery-grid ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.oak__product-gallery-grid ul li {
  width: 24%;
  flex: 1 0 auto;
}

.oak__product-gallery-grid ul li a {
  display: block;
  height: 100%;
}

.oak__product-gallery-grid ul li a img {
  height: 230px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.oak__product-features-left .oak__img img {
  height: 210px;
  object-fit: contain;
  margin: 0 auto;
}

/* 03-03-2025 */
/* 04-03-2025 */
.oak__faq-wrap .accordion-item {
  --bs-accordion-bg: transparent;
  --bs-accordion-border-color: transparent;
}

.oak__faq-wrap .accordion-item:not(:first-of-type) {
  margin-top: 12px;
}

.oak__faq-wrap .accordion-item .accordion-button {
  /* --bs-accordion-btn-bg: transparent; */
  color: var(--clr-black);
  border-left: 5px solid transparent;
  border-radius: 10px;
  overflow: hidden;
  font-size: 22px;
  box-shadow: unset !important;
}

.oak__faq-wrap .accordion-button:not(.collapsed) {
  box-shadow: unset;
  border-left: 5px solid var(--clr-accent-600);
  background-color: var(--clr-white);
  color: var(--clr-accent-600);
}

/* 04-03-2025 */


.oak__story-single .oak__media {
  height: 100%;
}

/* .oak__about-finishing-left .oak__media{height: 300px;} */
.oak__about-finishing-left .oak__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.oak__about-finishing-left .oak__img:nth-child(2) {
  width: 68%;
}

.high-on-er .icon-list li a {
  font-size: 18px;
  font-weight: 500;
  color: var(--clr-black);
}

.oak__header-nav .nav-link:focus {
  color: #FFE2A0 !important;
}

.oak__header-nav .nav-link:hover {
  color: #FFE2A0 !important;
}

.oak__header-nav .offcanvas .dropdown-menu .nav-link {
  padding-left: 15px;
  color: #000;
}

.oak__product-gallery-content .oak__content {
  gap: 24px;
}

.oak__product-gallery-content .oak__content p {
  text-align: justify;
}

.schedule_modalNew .modal_img {
  height: 100%;
}

.schedule_modalNew .modal_img img {
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.schedule_modalNew .btn-close {
  width: 35px;
  position: absolute;
  right: -15px;
  top: -14px;
  background-color: #f7db54;
  opacity: 1;
  height: 35px;
  border-radius: 100%;
  font-size: 16px;
  z-index: 9;
}

.oak__scrollTop {
  position: fixed;
  right: 30px;
  bottom: 10%;
  background: var(--clr-accent);
  width: 40px;
  height: 40px;
  font-size: 20px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 111;
  opacity: 0;
}

.oak__scrollTop.active {
  opacity: 1;
}

.oak__scrollTop img {
  width: 20px;
}

.oak__header-nav .btn-close {
  width: 30px;
  background-color: #f7db54;
  opacity: 1;
  height: 30px;
  border-radius: 100%;
  font-size: 18px;
  z-index: 9;
}



.mobile_menu_social_links .oak__header-socials li a {
  color: var(--clr-black);
  font-size: 15px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--clr-accent);
}

.mobile_menu_social_links .oak__header-socials {
  display: flex;
  align-items: center;
  margin-top: 10px;
  justify-content: center;
}

.mobile_menu_social_links .oak__header-socials li+li {
  margin-left: 10px;
}

.oak__btn-wrap.disable .oak__btn {
  opacity: 0.4;
  pointer-events: none;
}

.oak__content p strong {
  color: var(--clr-black);
}

.oak__content p a {
  color: var(--clr-accent-600);
}

.page-template-template-common .oak__header {
  position: static;
  background: var(--clr-black);
  padding: 15px 0;
}

.oak__product-cta-left img {
  height: 500px;
  margin: 0 auto;
}

.text-primary {
  --bs-text-opacity: 1;
  margin: 0 auto !important;
  color: #f7db54 !important;
}

.border-primary {
  border-color: rgb(247 219 84) !important
}

.oak__git-hm {
  padding-bottom: 70px;
}

.oak__git-wrap-hm {
  position: relative;
  width: 100%;
}

.codedropz-upload-handler {
  border: 1px solid var(--clr-grey) !important;
  border-radius: 0 !important;
}

.codedropz-upload-container {
  padding: 6px 20px !important;
}

.oak_proudct-new-list {
  position: relative;
  text-align: center;
}

.oak_proudct-new-list img {
  width: 50px;
  margin: 0 auto 15px;
}

.oak_proudct-new-list h4 {
  color: rgba(30, 30, 30, 1);
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 8px;
}

.oak_proudct-new-mid {
  position: relative;
}

.oak_proudct-new-mid img {
  margin: 0 auto;
  width: fit-content;
  width: 210px;
}

.oak_proudct-new-list-left li {
  position: relative;
  margin-bottom: 30px;
}

.oak_proudct-new-list-left li:last-child {
  margin-bottom: 0;
}

.oak_proudct-new_arrow {
  position: absolute;
  width: 130px;
}

.oak_proudct-new-list-left li:first-child .oak_proudct-new_arrow {
  right: -179px;
  bottom: -17px;
}

.oak_proudct-new-list-left li:nth-child(2) .oak_proudct-new_arrow {
  right: -170px;
  top: 95px;
}

.oak_proudct-new-list-left li:nth-child(3) .oak_proudct-new_arrow {
  right: -170px;
  bottom: 0px;
}

.oak_proudct-new-list-left.right li:first-child .oak_proudct-new_arrow {
  left: -170px;
  bottom: -17px;
  right: inherit;
}

.oak_proudct-new-list-left.right li:nth-child(2) .oak_proudct-new_arrow {
  left: -170px;
  top: 95px;
  right: inherit;
}

.oak_proudct-new-list-left.right li:nth-child(3) .oak_proudct-new_arrow {
  left: -170px;
  bottom: 26px;
  right: inherit;
}

.oak__product-gallery::before {
  position: absolute;
  left: 0;
  top: -52px;
  width: 180px;
  height: 200px;
  background: url(../images/product-gallery-bg.png) no-repeat 0 0;
  background-size: 100%, 100%;
  content: '';
}

.oak_proudct-new-list-left {
  padding: 0 90px 0 0;
}

.oak_proudct-new-list-left.right {
  padding: 0 0 0 90px;
}

.oak_abouttimeline-img img {
  width: 100%;
  border-radius: 10px;
}


.oak__career-box {
  padding: 25px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 1);
  width: 100%;
  margin-bottom: 24px;
  z-index: 1;
  position: relative;
  border: 1px solid #E9E9E9;
}

.oak__career-box-icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.oak__career-box-cont {
  padding-top: 15px;
}

.oak__career-box-cont h4 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 1);
}

.oak__career-box-cont p {
  color: rgba(108, 108, 108, 1);

}

.oak__career-box-cont ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
}

.oak__career-box-cont ul li {
  display: flex;
  gap: 8px;
  align-items: center;
  color: rgba(108, 108, 108, 1);
  font-size: 16px;
}

.oak_pagination {
  position: relative;
  text-align: center;
}

.oak_pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.oak_pagination ul a {
  color: rgba(0, 0, 0, 1);
  font-size: 22px;
}

.oak_pagination ul a:hover {
  color: var(--clr-accent);
}

.oak__career::before {
  position: absolute;
  left: 0;
  bottom: 100px;
  width: 150px;
  height: 300px;
  content: '';
  background: url(../images/career-bg1.png) no-repeat 0 0;
  background-size: 100%, 100%;
}

.oak__career::after {
  position: absolute;
  right: 0;
  top: 100px;
  width: 120px;
  height: 300px;
  content: '';
  background: url(../images/career-bg2.png) no-repeat 0 0;
  background-size: 100%, 100%;
}


.oak_jobs-box {
  position: relative;
  width: 100%;
  background: rgba(255, 255, 255, 1);
  padding: 30px 25px;
  border-radius: 15px;
  margin-top: 30px;
}

.oak_jobs-box h3 {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  border-bottom: 1px solid var(--clr-accent);
  width: fit-content;
  margin: 0 auto 20px;
}

.oak_jobs-box p {
  margin-bottom: 15px;
}

.oak_jobs-box p a {
  color: var(--clr-accent);
}

.oak_jobs-box p:last-child {
  margin-bottom: 0;
}

.oak_jobs-box ul {
  margin-bottom: 12px;
}

.oak_jobs-box ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
}

.oak_jobs-box ul li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '\f058';
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  color: var(--clr-accent);
  font-size: 18px;
}

.oak_jobs::after {
  position: absolute;
  right: 0;
  top: 100px;
  width: 120px;
  height: 300px;
  content: '';
  background: url(../images/career-bg2.png) no-repeat 0 0;
  background-size: 100%, 100%;
}

.oak_jobs {
  position: relative;
}

.oak__product-tasting {
  position: relative;
  margin-top: 20px;
}

.oak__product-tasting-hading {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 1);
  ;
}

.oak__product-tasting-hading img {
  display: inline-block;
}

.oak__product-tasting-hading h5 {
  color: rgba(0, 0, 0, 1);
}


.oak__product-perfection {
  position: relative;
}

.oak__product-perfection h4 {
  color: rgba(0, 0, 0, 1);
}

.oak__product-perfection::before {
  position: absolute;
  right: 0;
  top: -52px;
  width: 180px;
  height: 200px;
  background: url(../images/perfection_bg.png) no-repeat 0 0;
  background-size: auto;
  background-size: 100%, 100%;
  content: '';
}

.oak__consectetur-right img {
  margin: 0 auto 20px;
}

/* 5-4-25 */
.oak__culture-vision .oak__culture-vision-content .oak__content {
  gap: 20px !important;
}

.oak__culture-vision .oak__culture-vision-content p {
  text-align: justify;
  width: 50%;
}

.oak__ctaFeatured .oak__Img img {
  width: 100%;
}

.oak__ctaFeatured .oak__Img {
  width: 100%;
}

/* 7-4-25 */
.form-group.oak__form-year {
  display: flex;
  flex-direction: column;
  padding: 8px 0;
}

.form-group.oak__form-year .age-calculation {
  display: flex;
  gap: 12px;
  justify-content: center;
}

.form-group.oak__form-year .age-calculation input {
  width: 100px !important;
  margin: 0 !important;
}

#birthDay,
#birthMonth {
  width: 60px !important;
}

.form-group.oak__form-year .form-label {
  text-align: center;
  margin: 0 auto;
  font-size: 22px;
  text-transform: capitalize;
  text-align: center;
  font-family: var(--ff-primary);
  line-height: 34px;
  padding-bottom: 8px;
  color: var(--clr-white);
  width: 60%;
}

.form-group.oak__form-year .form-check {
  text-align: center;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.form-group.oak__form-year .form-check .form-check-input {
  display: none;
}

.form-group.oak__form-year .form-check label {
  border: 1px solid var(--clr-white);
  padding: 5px 25px;
  font-size: 15px;
  color: var(--clr-white);
  font-weight: 500;
  text-transform: uppercase;
  font-family: var(--ff-primary);
  border-radius: 5px;
}

.form-group.oak__form-year input {
  font-size: 15px;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  border: 1px solid var(--clr-white);
  background-color: transparent;
  color: var(--clr-white);
  font-weight: 500;
  padding: 8px 0;
  border-radius: 5px;
  appearance: textfield;
  box-shadow: none !important;
  outline: none !important;
}

.oak__ageRestrict-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.oak__ageRestrict-bg {
  position: relative;
  height: 100%;
  width: 100%;
}

.oak__ageRestrict-wrap {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 9;
  width: 100%;
}

.oak__ageRestrict-wrap .age-forbidden {
  display: none;
  text-align: center;
  padding: 30px;
  margin-top: 20px;
}

.oak__ageRestrict-logo img {
  height: 60px;
  margin: 0 auto;
  object-fit: contain;
}

.modal-body.oak__ageRestrict-body {
  padding: 0;
}

.oak__ageRestrict-form .icon img {
  height: 20px;
  object-fit: contain;
  margin: 0 auto;
}

.form-check.rem .form-check-input {
  display: block !important;
  position: absolute;
  top: 8px;
  background: none;
}

.form-check.rem .form-check-label {
  border: none !important;
  background: none !important;
  text-transform: capitalize !important;
  font-family: var(--ff-body) !important;
}

.form-check.rem {
  position: relative;
}

.oak__brand-discover-wrapper {
  background-image: url(../images/selly-brands-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
}

.oak__brand-discover-wrapper .oak__img {
  height: 100%;
}

.oak__brand-discover-wrapper .oak__img img {
  height: 100%;
}

.oak__brand-discover-content .oak__content p {
  color: var(--clr-white);
}

.oak__brand-discover-wrapper .oak__brand-discover-content {
  padding: 15px 20px;
}

.oak__brands-discover {
  position: relative;
}

.oak__brands-discover::before {
  position: absolute;
  content: '';
  background-image: url('../images/selly-brands-before.png');
  width: 250px;
  height: 250px;
  left: -70px;
  top: 0;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.oak__brands-discover::after {
  position: absolute;
  content: '';
  background-image: url('../images/selly-brands-after.png');
  width: 175px;
  height: 250px;
  right: 0;
  bottom: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

/* 360 image */
.img-360-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  cursor: ew-resize;
}

.view_image_wrap-img360 {
  width: 100%;
}

.view_image_wrap img {
  width: 100%;
  margin: 0 auto;
  object-fit: contain;
  height: 100%;
  cursor: ew-resize;
}

#preload-imgs {
  display: none;
}

.view_image_wrap-bg .bg-img-360-wrapper {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}

#bg-preload-imgs {
  display: none;
}

.oak__360-image {
  position: relative;
}

.view_image_wrap-bg {
  position: relative;
}

.oak__360-bg {
  position: relative;
}

.oak__bottole-image-wrapper {
  width: 100%;
}

.oak__selly-right {
  position: relative;

}

.oak__selly-right h2 {
  color: rgba(206, 152, 29, 1);
}

.oak__selly-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.oak__selly-box {
  margin-bottom: 20px;
}

.oak__selly-wrap-lt {
  width: 55%;
}

.oak__selly-wrap-rt {
  width: 45%;
  padding-left: 30px;
}

.oak__selly-box h6 {
  color: rgba(206, 152, 29, 1);
  font-size: 24px;
  margin-bottom: 10px;
}

.oak__selly-box p {
  color: rgba(108, 108, 108, 1);
}

.oak__selly-count {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 12px;
}

.oak__selly-count li {
  width: 47%;

}

.oak__selly-count li:first-child {
  width: 100%;
}

.oak__selly-count li h5 {
  color: rgba(206, 152, 29, 1);
  font-size: 40px;
}

.oak__selly-box-list {
  margin-bottom: 30px;
}

.oak__selly-box-list li {
  margin-bottom: 7px;
}

.oak__selly::after {
  position: absolute;
  content: '';
  background-image: url('../images/about-pattern-2.webp');
  width: 250px;
  height: 250px;
  right: 0;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.oak__trave-cont h2 {
  color: rgba(206, 152, 29, 1);
}

.oak__cocktails {
  position: relative;
  width: 100%;
}

.oak__cocktails-hadding h1 {
  color: rgba(206, 152, 29, 1);
  font-size: 140px;
  text-transform: capitalize;
  margin-bottom: -70px;
}

.oak__cocktails-wrap {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}

.oak__cocktails-wrap ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 14px;
  justify-content: space-between;
}

.oak__cocktails-wrap ul li {
  width: 24%;
  position: relative;
  border-radius: 47% 47% 0 0;
  overflow: hidden;
}

.oak__cocktails-wrap ul li img {
  width: 100%;
}

.oak__cocktails-wrap ul li span {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 247, 210, 1);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.oak__cocktails-wrap ul li span img {
  width: fit-content;
}

.oak__cocktails-wrap ul li:first-child {
  border-radius: 0 60% 0 0;
}

.oak__cocktails-wrap ul li:last-child {
  border-radius: 60% 0 0 0;
}

.oak__cocktails-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: space-between;
  margin-bottom: 15px;
}

.oak__cocktails-box {
  width: 49%;
  position: relative;
}

.oak__cocktails-box-img {
  width: 100%;
  position: relative;
}

.oak__cocktails-box-img img {
  width: 100%;
}

.oak__cocktails-box-cont {
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
}

.oak__cocktails-box-cont h2 {
  color: #fff;
}

.oak__cocktails-box-cont p {
  color: #fff;
}

.oak__tasting {
  position: relative;
  width: 100%;
}

.oak__tasting-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.oak__tasting-bg.overlay::before {
  background-color: rgba(27, 27, 27, 0.82);
}

.oak__tasting-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.oak__tasting-wrap {
  position: relative;
  z-index: 9;
}

.oak__tasting-wrap h2 {
  color: rgba(206, 152, 29, 1);
  text-transform: uppercase;
}

.oak__tasting-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 25px;

}

.oak__tasting-icon {
  position: relative;
  width: 30%;
}

.oak__tasting-cont {
  width: 70%;
  padding-left: 30px;
}

.oak__tasting-cont h4 {
  color: #CE981D;
  font-size: 26px;
  margin-bottom: 10px;
}

.oak__tasting-cont p {
  color: #fff;
}

.oak__tasting-row {
  justify-content: space-between;
}

.oak__spirit {
  position: relative;
  width: 100%;
}

.oak__spirit-cont {
  position: relative;
  padding: 50px;
}

.oak__spirit-cont .oak__heading {
  width: 28%;
}

.oak__spirit-cont .oak__heading h2 {
  color: #fff;
}

.oak__spirit-cont .oak__content {
  width: 30%;
  margin-left: auto;
  text-align: right;
}

.oak__spirit-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.oak__spirit-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.oak__spirit-bg video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* 
.oak__spirit-img {
  position: absolute;
  left: 44%;
  top: 50%;
  width: 40%;
  transform: translate(-50%, -50%);
} */

.oak__spirit-cont .oak__content p {
  color: #fff;
}

.oak__production {
  position: relative;
  width: 100%;

}

.oak__production-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.oak__production-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.oak__production-cont {
  position: relative;
  padding: 40px 30px;
  border: 1px solid #CE981D;
  text-align: center;
}

.oak__production-cont h3 {
  color: #CE981D;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 10px;
}

.oak__production .row:nth-child(even) {
  flex-direction: row-reverse;
  margin-top: 20px;
}

.oak__product-list::before {
  position: absolute;
  right: 0;
  top: -14px;
  width: 141px;
  height: 289px;
  background: url(../images/product-listing-bg1.webp) no-repeat 0 0;
  background-size: auto;
  background-size: 100%, 100%;
  content: '';
}

.oak__product-list::after {
  position: absolute;
  left: 0;
  bottom: 10%;
  width: 158px;
  height: 260px;
  background: url(../images/product-listing-bg2.webp) no-repeat 0 0;
  background-size: auto;
  background-size: 100%, 100%;
  content: '';

}

.oak__product-list-box {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 30px;
}

.oak__product-list-img img {
  margin: 0 auto;
}

.oak__product-list-cont {
  position: relative;
  width: 100%;
}

.oak__product-list-cont h6 {
  margin-bottom: 10px;
}

.oak__product-list-cont a {
  color: #000;
}

.oak__product-list-cont p {
  margin-bottom: 20px;
}

.oak__product-pagination {
  position: relative;
  width: 100%;
}

.oak__product-pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.oak__product-pagination ul a {
  font-size: 26px;
  color: rgba(0, 0, 0, 1);
}

.oak__audience-img {
  position: relative;
  margin-top: 25px;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}

.oak__audience-img img {
  width: 100%;
}

.oak__audience-cont {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 42%;
  padding: 50px;
  text-align: center;
  z-index: 2;
}

.oak__audience-cont p {
  color: #fff;
}

.oak__audience-wrap {
  position: relative;
}

.oak__crafted-left {
  padding-right: 30px;
}

.oak__product-popup .modal-body {
  padding: 35px;
}

.oak__product-popup-top {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}

.oak__product-popup-top h4 {
  font-size: 30px;
  color: rgba(206, 152, 29, 1);
  margin-bottom: 10px;
}

.oak__product-popup-top ul {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0 0;
}

.oak__product-popup-top ul li {
  margin: 0 -20px;
  position: relative;
}

.oak__product-popup-top ul li img {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: 100%;
}

.oak__product-popup-top ul li:nth-child(2) {
  z-index: 1;
}

.oak__product-popup-top ul::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(200, 200, 200, 1);
  content: '';
}

.oak__product-popup-list {
  position: relative;
  width: 100%;
}

.oak__product-popup-list li {
  margin-bottom: 15px;
}

.oak__product-popup-list li:last-child {
  margin-bottom: 0;
}

.oak__product-popup-list li .text {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  color: #000;
  gap: 10px;
}

.oak__product-popup-list li .text h6 {
  color: #000;
  text-transform: capitalize;
}

.oak__product-popup-list li h5 {
  flex: 1;
  color: rgba(206, 152, 29, 1);
  display: flex;
  justify-content: end;
  position: relative;
  gap: 10px;
  font-size: 22px;

}

.oak__product-popup-list li h5 span::before {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(200, 200, 200, 1);
  content: '';
}

.oak__product-popup-list li h5 span {
  flex: 1;
  position: relative;
}

.oak__product-popup-img img {
  margin: 0 auto;
}

.oak__product-popup .btn-close {
  border-radius: 5px;
  background-color: var(--clr-accent);
  color: #000;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 15px;
  top: 15px;
  opacity: 1;
  z-index: 99;
}

.oak__product-popup .modal-header {
  border: none;
  padding: 0;
}

.oak__cocktails {
  overflow: hidden;
}

.rum-img-360-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  cursor: ew-resize;
}

.rum-view_image_wrap-img360 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* .oak__spirit-img.rum-rounded {
  left: 50%;
  top: 50%;
} */

/* rum-details */
.oak__selly-img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
}

.oak__selly-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.oak__contact-us {
  overflow: hidden;
}

.oak__career-box .oak__content p a {
  color: var(--clr-accent-600);
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.oak__career-box .oak__content p {
  font-size: 25px;
  line-height: 40px;
}

.oak__btn.disabled-link {
  opacity: 0.6;
  pointer-events: none;
}