:root {
    --primary-color: #2a2c3c;
    --primary-color-dark: #1f2030;
    --secondary-color: #3d4054;
    --secondary-color-dark: #2a2c3c;
    --third-color: #2a2c3c;
    --fourth-color: #4a4d63;
    --contrast-color: #3d4054;
    --text-color: #2a2c3c;
    --light-color: #ffffff
}

.hero {
    padding: 80px 0
}

.bg-gradient-new {
    background: linear-gradient(180deg, #003e46 0%, #002a31 100%)
}

.hero-content {
    display: flex;
    align-items: center;
    gap: 40px
}

.hero-text {
    max-width: 600px
}

@media (max-width:991px) {
    .hero-content {
        flex-direction: column;
        text-align: center
    }
    .hero-text {
        padding-right: 0
    }
}

.display-2 {
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 1.1
}

#navMenu {
    width: 100%;
    background: #1C1847 !important;
    position: sticky;
    top: 0;
    z-index: 999;
    box-shadow: 0 2px 10px rgb(0 0 0 / .05)
}

.nav-bar {
    width: 100%
}

.nav-container {
    max-width: 1200px;
    margin: auto;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.nav-logo a {
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff !important;
    text-decoration: none
}

.nav-links {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 30px
}

.nav-links a {
    text-decoration: none;
    font-size: .95rem;
    font-weight: 600;
    color: #fff !important;
    transition: 0.3s ease
}

.nav-links a:hover {
    color: #00808c
}

.nav-btn {
    background: #ffc700;
    padding: 10px 20px;
    border-radius: 6px;
    color: #002a31 !important
}

.nav-btn:hover {
    background: #ffdb4d
}

.burger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer
}

.burger span {
    width: 25px;
    height: 3px;
    background: #00343C
}

@media (max-width:991px) {
    .nav-links {
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        background: #1C1847 !important; 
        flex-direction: column;
        gap: 20px;
        padding: 20px 0;
        display: none
    }
    .nav-links.active {
        display: flex
    }
    .burger {
        display: flex
    }
     .burger span {
        background-color: #fff !important;
    }
}


body {
    font-family: "Nunito Sans", sans-serif
}

.text-shadow {
    text-shadow: 2px 2px 0 rgb(0 0 0 / .1)
}

.button-bg {
    background: #FFC700;
    transition: all 0.3s ease
}

.button-bg:hover {
    background: linear-gradient(45deg, var(--contrast-color), var(--secondary-color));
    box-shadow: 0 0 15px rgb(255 199 0 / .5);
    transform: translateY(-2px)
}

#purchase-notifications {
    right: -800px;
    transition: right 0.6s ease-in-out
}

@media (max-width:767px) {
    #purchase-notifications {
        font-size: .85rem;
        max-width: 220px
    }
    #purchase-notifications img {
        max-width: 40px
    }
}

.purchases-disclaimer {
    @apply fixed right-[-800px] bottom-5 p-2 md: p-4 bg-primary text-white rounded-lg text-sm md:text-base italic shadow-lg border-3 border-white transition-all duration-600 z-50
}

.purchases-box {
    @apply flex flex-nowrap gap-2 md: gap-3 items-center
}

.purchases-box img {
    @apply max-w-[40px] md: max-w-[70px]
}

.purchased-bottle {
    @apply bg-white rounded-full
}

.clip-triangle {
    clip-path: polygon(100% 0, 0 0, 50% 100%)
}

*,
::before,
::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style:
}

::after,
::before {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb
}

::after,
::before {
    --tw-content: ''
}

:host,
html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    tab-size: 4;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: #fff0
}

body {
    margin: 0;
    line-height: inherit
}

hr {
    height: 0;
    color: inherit;
    border-top-width: 1px
}

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
pre,
samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-feature-settings: normal;
    font-variation-settings: normal;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
    margin: 0;
    padding: 0
}

button,
select {
    text-transform: none
}

button,
input:where([type=button]),
input:where([type=reset]),
input:where([type=submit]) {
    -webkit-appearance: button;
    background-color: #fff0;
    background-image: none
}

:-moz-focusring {
    outline: auto
}

:-moz-ui-invalid {
    box-shadow: none
}

progress {
    vertical-align: baseline
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
    margin: 0
}

fieldset {
    margin: 0;
    padding: 0
}

legend {
    padding: 0
}

menu,
ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}

dialog {
    padding: 0
}

textarea {
    resize: vertical
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
    color: #9ca3af
}

[role=button],
button {
    cursor: pointer
}

:disabled {
    cursor: default
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
    vertical-align: middle
}

img,
video {
    max-width: 100%;
    height: auto
}

[hidden]:where(:not([hidden=until-found])) {
    display: none
}

.container {
    width: 100%
}

@media (min-width:640px) {
    .container {
        max-width: 640px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 768px
    }
}

@media (min-width:1024px) {
    .container {
        max-width: 1024px
    }
}

@media (min-width:1280px) {
    .container {
        max-width: 1280px
    }
}

@media (min-width:1536px) {
    .container {
        max-width: 1536px
    }
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.-top-10 {
    top: -2.5rem
}

.bottom-0 {
    bottom: 0
}

.bottom-5 {
    bottom: 1.25rem
}

.left-1\/2 {
    left: 50%
}

.right-5 {
    right: 1.25rem
}

.top-1\/2 {
    top: 50%
}

.z-10 {
    z-index: 10
}

.z-50 {
    z-index: 50
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.col-span-1 {
    grid-column: span 1 / span 1
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.my-0 {
    margin-top: 0;
    margin-bottom: 0
}

.my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem
}

.my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.-mt-12 {
    margin-top: -3rem
}

.-mt-px {
    margin-top: -1px
}

.mb-0 {
    margin-bottom: 0
}

.mb-1 {
    margin-bottom: .25rem
}

.mb-2 {
    margin-bottom: .5rem
}

.mb-20 {
    margin-bottom: 5rem
}

.mb-3 {
    margin-bottom: .75rem
}

.mb-4 {
    margin-bottom: 1rem
}

.mb-8 {
    margin-bottom: 2rem
}

.mt-2 {
    margin-top: .5rem
}

.mt-4 {
    margin-top: 1rem
}

.mt-6 {
    margin-top: 1.5rem
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.flex {
    display: flex
}

.grid {
    display: grid
}

.hidden {
    display: none
}

.h-0 {
    height: 0
}

.h-0\.5 {
    height: .125rem
}

.h-16 {
    height: 4rem
}

.h-24 {
    height: 6rem
}

.h-5 {
    height: 1.25rem
}

.h-\[20px\] {
    height: 20px
}

.h-\[30px\] {
    height: 30px
}

.h-auto {
    height: auto
}

.h-full {
    height: 100%
}

.max-h-\[180px\] {
    max-height: 180px
}

.max-h-\[200px\] {
    max-height: 200px
}

.max-h-\[220px\] {
    max-height: 220px
}

.w-0 {
    width: 0
}

.w-16 {
    width: 4rem
}

.w-24 {
    width: 6rem
}

.w-5 {
    width: 1.25rem
}

.w-fit {
    width: -moz-fit-content;
    width: fit-content
}

.w-full {
    width: 100%
}

.max-w-\[1000px\] {
    max-width: 1000px
}

.max-w-\[1040px\] {
    max-width: 1040px
}

.max-w-\[1100px\] {
    max-width: 1100px
}

.max-w-\[180px\] {
    max-width: 180px
}

.max-w-\[200px\] {
    max-width: 200px
}

.max-w-\[250px\] {
    max-width: 250px
}

.max-w-\[280px\] {
    max-width: 280px
}

.max-w-\[300px\] {
    max-width: 300px
}

.max-w-\[600px\] {
    max-width: 600px
}

.max-w-fit {
    max-width: -moz-fit-content;
    max-width: fit-content
}

.-translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-y-1\/2 {
    --tw-translate-y: 50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.cursor-pointer {
    cursor: pointer
}

.list-decimal {
    list-style-type: decimal
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

.flex-wrap {
    flex-wrap: wrap
}

.items-start {
    align-items: flex-start
}

.items-center {
    align-items: center
}

.items-stretch {
    align-items: stretch
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.gap-1 {
    gap: .25rem
}

.gap-2 {
    gap: .5rem
}

.gap-4 {
    gap: 1rem
}

.gap-6 {
    gap: 1.5rem
}

.space-y-1\.5>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse))
}

.space-y-2>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse))
}

.overflow-hidden {
    overflow: hidden
}

.whitespace-nowrap {
    white-space: nowrap
}

.rounded-3xl {
    border-radius: 1.5rem
}

.rounded-\[2\.5rem\] {
    border-radius: 2.5rem
}

.rounded-full {
    border-radius: 9999px
}

.rounded-lg {
    border-radius: .5rem
}

.rounded-md {
    border-radius: .375rem
}

.border {
    border-width: 1px
}

.border-2 {
    border-width: 2px
}

.border-4 {
    border-width: 4px
}

.border-y {
    border-top-width: 1px;
    border-bottom-width: 1px
}

.border-b {
    border-bottom-width: 1px
}

.border-l-\[20px\] {
    border-left-width: 20px
}

.border-r-\[20px\] {
    border-right-width: 20px
}

.border-t {
    border-top-width: 1px
}

.border-t-\[20px\] {
    border-top-width: 20px
}

.border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1))
}

.border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1))
}

.border-white\/20 {
    border-color: rgb(255 255 255 / .2)
}

.border-white\/30 {
    border-color: rgb(255 255 255 / .3)
}

.border-l-transparent {
    border-left-color: #fff0
}

.border-r-transparent {
    border-right-color: #fff0
}

.border-t-primary {
    border-top-color: var(--primary-color)
}

.bg-\[\#e8f5e8\] {
    --tw-bg-opacity: 1;
    background-color: rgb(232 245 232 / var(--tw-bg-opacity, 1))
}

.bg-\[\#fafffb\] {
    --tw-bg-opacity: 1;
    background-color: rgb(250 255 251 / var(--tw-bg-opacity, 1))
}

.bg-\[\#fbfbfb\] {
    --tw-bg-opacity: 1;
    background-color: rgb(251 251 251 / var(--tw-bg-opacity, 1))
}

.bg-\[var\(--primary-color-dark\)\] {
    background-color: var(--primary-color-dark)
}

.bg-black\/20 {
    background-color: rgb(0 0 0 / .2)
}

.bg-fourth {
    background-color: #1C1847
}

.bg-light {
    background-color: var(--light-color)
}

.bg-primary {
    background-color: #A64848
}

.bg-third {
    background-color: #1C1847
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
}

.bg-white\/20 {
    background-color: rgb(255 255 255 / .2)
}

.bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops))
}

.from-\[\#7AA037\] {
    --tw-gradient-from: #2a2c3c var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(3, 3, 5, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.from-\[var\(--primary-color-dark\)\] {
    --tw-gradient-from: var(--primary-color-dark) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.via-\[\#85B23D\] {
    --tw-gradient-to: rgb(133 178 61 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #85B23D var(--tw-gradient-via-position), var(--tw-gradient-to)
}

.to-\[\#E6B400\] {
    --tw-gradient-to: #E6B400 var(--tw-gradient-to-position)
}

.to-\[var\(--primary-color\)\] {
    --tw-gradient-to: var(--primary-color) var(--tw-gradient-to-position)
}

.object-contain {
    object-fit: contain
}

.p-1 {
    padding: .25rem
}

.p-1\.5 {
    padding: .375rem
}

.p-12 {
    padding: 3rem
}

.p-2 {
    padding: .5rem
}

.p-3 {
    padding: .75rem
}

.p-4 {
    padding: 1rem
}

.p-8 {
    padding: 2rem
}

.px-2 {
    padding-left: .5rem;
    padding-right: .5rem
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem
}

.py-1\.5 {
    padding-top: .375rem;
    padding-bottom: .375rem
}

.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.pb-2 {
    padding-bottom: .5rem
}

.pb-24 {
    padding-bottom: 6rem
}

.pb-4 {
    padding-bottom: 1rem
}

.pl-5 {
    padding-left: 1.25rem
}

.pt-0 {
    padding-top: 0
}

.pt-14 {
    padding-top: 3.5rem
}

.pt-16 {
    padding-top: 4rem
}

.pt-2 {
    padding-top: .5rem
}

.pt-3 {
    padding-top: .75rem
}

.pt-4 {
    padding-top: 1rem
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem
}

.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem
}

.text-\[2\.8em\] {
    font-size: 2.8em
}

.text-\[2rem\] {
    font-size: 2rem
}

.text-\[4\.6em\] {
    font-size: 3.5rem
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
}

.text-xs {
    font-size: .75rem;
    line-height: 1rem
}

.font-black {
    font-weight: 900
}

.font-bold {
    font-weight: 700
}

.font-semibold {
    font-weight: 600
}

.leading-none {
    line-height: 1
}

.leading-relaxed {
    line-height: 1.625
}

.leading-tight {
    line-height: 1.25
}

.tracking-tighter {
    letter-spacing: -.05em
}

.text-\[\#FFC700\] {
    --tw-text-opacity: 1;
    color: rgb(255 199 0 / var(--tw-text-opacity, 1))
}

.text-\[\#FFFF00\] {
    --tw-text-opacity: 1;
    color: rgb(255 255 0 / var(--tw-text-opacity, 1))
}

.text-\[var\(--contrast-color\)\] {
    color: var(--contrast-color)
}

.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1))
}

.text-\[\#3d4054\] {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1))
}

.text-\[\#2a2c3c\] {
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity, 1))
}

.text-primary {
    color: var(--primary-color)
}

.text-text {
    color: var(--text-color)
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}

.text-white\/90 {
    color: rgb(255 255 255 / .9)
}

.underline {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

.no-underline {
    -webkit-text-decoration-line: none;
    text-decoration-line: none
}

.decoration-contrast {
    -webkit-text-decoration-color: var(--contrast-color);
    text-decoration-color: var(--contrast-color)
}

.decoration-red-500 {
    -webkit-text-decoration-color: #ef4444;
    text-decoration-color: #ef4444
}

.decoration-2 {
    text-decoration-thickness: 2px
}

.opacity-75 {
    opacity: .75
}

.shadow-\[10px_10px_var\(--third-color\)\2c -5px_-5px_var\(--fourth-color\)\] {
    --tw-shadow: 10px 10px var(--third-color), -5px -5px var(--fourth-color);
    --tw-shadow-colored: 10px 10px var(--tw-shadow-color), -5px -5px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-\[10px_10px_var\(--third-color\)\2c -5px_-5px_var\(--primary-color\)\] {
    --tw-shadow: 10px 10px var(--third-color), -5px -5px var(--primary-color);
    --tw-shadow-colored: 10px 10px var(--tw-shadow-color), -5px -5px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.backdrop-blur-md {
    --tw-backdrop-blur: blur(12px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 150ms
}

.transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 150ms
}

.duration-200 {
    transition-duration: 200ms
}

.duration-300 {
    transition-duration: 300ms
}

.ease-in-out {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.hover\:bg-white\/30:hover {
    background-color: rgb(255 255 255 / .3)
}

.hover\:text-gray-200:hover {
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity, 1))
}

.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}

.focus\:outline-none:focus {
    outline: 2px solid #fff0;
    outline-offset: 2px
}

@media (min-width:640px) {
    .sm\:mb-5 {
        margin-bottom: 1.25rem
    }
    .sm\:gap-4 {
        gap: 1rem
    }
    .sm\:p-8 {
        padding: 2rem
    }
}

@media (min-width:768px) {
    .md\:order-1 {
        order: 1
    }
    .md\:order-2 {
        order: 2
    }
    .md\:order-3 {
        order: 3
    }
    .md\:-mt-16 {
        margin-top: -4rem
    }
    .md\:block {
        display: block
    }
    .md\:flex {
        display: flex
    }
    .md\:hidden {
        display: none
    }
    .md\:max-w-\[380px\] {
        max-width: 380px
    }
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
    .md\:flex-nowrap {
        flex-wrap: nowrap
    }
    .md\:justify-start {
        justify-content: flex-start
    }
    .md\:py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem
    }
    .md\:py-5 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem
    }
    .md\:pb-5 {
        padding-bottom: 1.25rem
    }
    .md\:text-left {
        text-align: left
    }
    .md\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem
    }
    .md\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem
    }
    .md\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem
    }
    .md\:text-\[2\.5rem\] {
        font-size: 2.5rem
    }
}

html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden
}

* {
    box-sizing: border-box
}

img,
video,
iframe {
    max-width: 100%;
    height: auto
}

:root {
    --primary-color: #2a2c3c;
    --primary-color-dark: #1f2030;
    --secondary-color: #3d4054;
    --secondary-color-dark: #2a2c3c;
    --third-color: #2a2c3c;
    --fourth-color: #4a4d63;
    --contrast-color: #3d4054;
    --text-color: #2a2c3c;
    --light-color: #ffffff
}

.hero {
    padding: 80px 0
}

.bg-gradient-new {
    background: linear-gradient(180deg, #003e46 0%, #002a31 100%)
}

.hero-content {
    display: flex;
    align-items: center;
    gap: 40px
}

.hero-text {
    max-width: 600px
}

@media (max-width:991px) {
    .hero-content {
        flex-direction: column;
        text-align: center;
        width: 100%
    }
    .hero-text {
        padding-right: 0;
        max-width: 100%
    }
}

.display-2 {
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 1.1
}

#navMenu {
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 999;
    box-shadow: 0 2px 10px rgb(0 0 0 / .05)
}

.nav-bar {
    width: 100%
}

.nav-container {
    max-width: 1200px;
    margin: auto;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.nav-logo a {
    font-size: 1.4rem;
    font-weight: 700;
    color: #00343C;
    text-decoration: none
}

.nav-links {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 30px
}

.nav-links a {
    text-decoration: none;
    font-size: .95rem;
    font-weight: 600;
    color: #00343C;
    transition: 0.3s ease
}

.nav-btn {
    background: #ffc700;
    padding: 10px 20px;
    border-radius: 6px;
    color: #002a31 !important
}

.burger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer
}

.burger span {
    width: 25px;
    height: 3px;
    background: #00343C
}

@media (max-width:991px) {
    .nav-links {
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        background: #fff;
        flex-direction: column;
        gap: 20px;
        padding: 20px 0;
        display: none
    }
    .nav-links.active {
        display: flex
    }
    .burger {
        display: flex
    }
}

.hero-section {
    background: linear-gradient(90deg, #0b4fa8, #0bb3c9, #0b3e9e);
    min-height: 100svh;
    width: 100%;
    display: flex;
    align-items: center
}

.hero-container {
    max-width: 1200px;
    margin: auto;
    padding: 0 16px;
    display: flex;
    align-items: center;
    gap: 40px;
    width: 100%
}

.hero-left,
.hero-right {
    width: 100%
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700
}

.hero-subtitle {
    font-size: 1.8rem
}

.hero-btn {
    display: inline-block;
    padding: 14px 28px;
    background: #ffc700;
    color: #002a31;
    font-weight: 700;
    border-radius: 6px
}

@media (max-width:768px) {
    .hero-container {
        flex-direction: column;
        gap: 20px
    }
    .hero-title {
        font-size: 2.2rem
    }
    .hero-subtitle {
        font-size: 1.3rem
    }
    .display-2 {
        font-size: 2.4rem
    }
}

#purchase-notifications {
    right: -800px;
    max-width: 90vw
}

@media (max-width:767px) {
    #purchase-notifications {
        font-size: .85rem;
        max-width: 90vw
    }
}

@media (max-width:991px) {
    .hero-left {
        text-align: center;
        align-items: center
    }
    .hero-left h1,
    .hero-left h2,
    .hero-left p {
        text-align: center
    }
    .hero-btn {
        display: inline-block;
        margin-left: auto;
        margin-right: auto
    }
}

.hero-section {
    min-height: unset !important;
    height: auto !important;
    padding-top: 80px !important;
    padding-bottom: 80px !important;
    display: block !important
}

.hero-container {
    align-items: flex-start !important
}


.img-box {
    width: 100%;
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 10px
}

.img-box img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 14px
}


.product-section {
  background: #fff;
  padding: 60px 20px;
  font-family: Arial, sans-serif;
}

.product-container {
  max-width: 1100px;
  margin: auto;
  display: flex;
  gap: 50px;
  align-items: center;
}

.product-image {
  width: 45%;
  text-align: center;
}

.product-image img {
  max-width: 95%;
}

.badges {
  margin-top: 15px;
}

.badges span {
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 50%;
  padding: 10px;
  font-size: 11px;
  margin: 4px;
  color: #666;
}

.product-details {
  width: 55%;
  text-align: center; 
}

.product-details h1 {
  font-size: 28px;
  margin-bottom: 10px;
  color: #0a1b4f;
}

.product-details h2 span {
  font-weight: bold;
}

.choose {
  font-size: 16px;
  margin-bottom: 15px;
}

.packages {
  display: flex;
  justify-content: center; /* ✅ CENTER BOXES */
  gap: 15px;
  margin-bottom: 20px;
}

.box {
  border: 2px solid #ccc;
  padding: 10px;
  width: 120px;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
}

.box.active {
  border-color: #0a1b4f;
  background: #0a1b4f;
  color: #fff;
  transform: scale(1.1);
}

.best {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: orange;
  color: #000;
  font-size: 10px;
  padding: 3px 6px;
  border-radius: 4px;
}

.price {
  font-size: 22px;
  font-weight: bold;
}

.price span {
  font-size: 14px;
  color: #666;
}

.save {
  color: red;
  font-weight: bold;
  margin-bottom: 20px;
}

/* CONTENT BOX (BUTTONS KI JAGAH) */
.purchase-text {
  background: #f8f9fc;
  padding: 16px 18px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.purchase-text p {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 8px;
}

.cart-btn {
  width: 100%;
  padding: 16px;
  font-size: 20px;
  background: linear-gradient(to right, #ffd56b, #f5b700);
  border: none;
  border-radius: 30px;
  cursor: pointer;
  font-weight: bold;
}

.reviews {
  margin-top: 15px;
  font-size: 14px;
}

.shipping {
  margin-top: 10px;
  font-size: 14px;
  color: #444;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .product-container {
    flex-direction: column;
  }

  .product-image,
  .product-details {
    width: 100%;
  }
}

.lymph-section {
  width: 100%;
  background: #ffffff;
  padding: 80px 50px;
}

.lymph-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: center;
}

.lymph-content h2 {
  font-size: 36px;
  font-weight: 700;
  color: #0a2b5c;
  margin-bottom: 20px;
}

.lymph-content p {
  font-size: 18px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 18px;
}

.lymph-image-box {
  display: flex;
  justify-content: center;
}

.lymph-image-box img {
  width: 100%;
  max-width: 380px;
  border-radius: 14px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .lymph-container {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .lymph-image-box {
    margin-top: 30px;
  }

  .lymph-content h2 {
    font-size: 30px;
  }
}
.proof-section {
  width: 100%;
  background: #f6f5f3;
  padding: 80px 20px 60px;
}

.proof-container {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.proof-title {
  font-size: 38px;
  font-weight: 700;
  color: #1b1f4a;
  margin-bottom: 50px;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.proof-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 40px 25px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

.proof-icon {
  width: 80px;
  height: 80px;
  background: #f1f2ff;
  border-radius: 50%;
  margin: 0 auto 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.proof-icon img {
  width: 36px;
  height: 36px;
}

.proof-card h3 {
  font-size: 22px;
  font-weight: 700;
  color: #1b1f4a;
  margin-bottom: 12px;
}

.proof-card p {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.proof-note {
  max-width: 1000px;
  margin: 40px auto 0;
  font-size: 13px;
  color: #555;
  line-height: 1.6;
  font-style: italic;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .proof-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .proof-title {
    font-size: 30px;
  }

  .proof-grid {
    grid-template-columns: 1fr;
  }
}

.review-section {
  width: 100%;
  background: #ffffff;
  padding: 30px 120px;
}

.review-container {
  max-width: 1100px;
  margin: auto;
}

.review-title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #0a2b5c;
  margin-bottom: 40px;
}

.review-banner {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.review-banner img {
  width: 100%;
  max-width: 760px;
  display: block;
  box-shadow: none;   
}
/* REVIEW BOX */
.review-box {
  display: flex;
  gap: 20px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 18px;
  padding: 25px 30px;
  margin-bottom: 25px;
}

.review-avatar {
  width: 110px;       
  border-radius: 8px;
  object-fit: cover;
   object-position: top;
  flex-shrink: 0;
}

.review-content h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.review-content .check {
  color: #1fbf63;
  margin-left: 5px;
}

.review-content p {
  font-size: 15.5px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 8px;
}

.review-name {
  font-size: 14px;
  color: #c00000;
  font-weight: 600;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .review-section {
    padding: 60px 40px;
  }
}

@media (max-width: 768px) {
 .review-box {
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .review-section {
    padding: 50px 20px;
  }

  .review-title {
    font-size: 28px;
  }
}

.ingredients-section {
  padding: 60px 20px;
  background: #fff;
}

.ingredients-container {
  max-width: 900px;
  margin: auto;
}

.ingredients-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}

/* MAIN ITEM */
.ingredient {
  border: 1px solid #ddd;
  margin-bottom: 10px;
  background: #fff;
}

/* HEADER */
.ingredient-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  cursor: pointer;
}

.ingredient-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ingredient-left img {
  width: 42px;
  height: 42px;
  object-fit: cover;
  border-radius: 4px;
}

.ingredient-left span {
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  color: #1a1a4f;
}

.ingredient-toggle {
  font-size: 22px;
  background: none;
  border: none;
  cursor: pointer;
}

/* CONTENT */
.ingredient-content {
  display: none;
  padding: 0 16px 16px;
  font-size: 15.5px;
  line-height: 1.6;
  color: #333;
}

/* ACTIVE STATE */
.ingredient.active .ingredient-content {
  display: block;
}

.benefits-container {
  max-width: 900px;
  margin: auto;
}

.benefits-title {
  font-size: 30px;
  font-weight: 700;
  color: #0a2b5c;
  margin-bottom: 15px;
}

.benefits-intro {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 25px;
}

.benefits-list {
  list-style: none;
  padding: 0;
}

.benefits-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
  font-size: 15.5px;
  color: #333;
  line-height: 1.6;
}

.benefits-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #1fbf63;
  font-weight: 700;
}