* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'DejaVu Sans';
    color: #fff;
    background-color: #080808;
}

@font-face {
    font-family: 'DejaVu Sans';
    src: url('DejaVuSans-BoldOblique.woff2') format('woff2'),
        url('DejaVuSans-BoldOblique.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'DejaVu Sans Condensed';
    src: url('../fonts/DejaVuSansCondensed.woff2') format('woff2'),
        url('../fonts/DejaVuSansCondensed.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DejaVu Sans';
    src: url('../fonts/DejaVuSans-Bold.woff2') format('woff2'),
        url('DejaVuSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DejaVu Sans Condensed';
    src: url('../fonts/DejaVuSansCondensed-BoldOblique.woff2') format('woff2'),
        url('../fonts/DejaVuSansCondensed-BoldOblique.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'DejaVu Sans Condensed';
    src: url('../fonts/DejaVuSansCondensed-Bold.woff2') format('woff2'),
        url('../fonts/DejaVuSansCondensed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DejaVu Sans';
    src: url('../fonts/DejaVuSans-ExtraLight.woff2') format('woff2'),
        url('../fonts/DejaVuSans-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DejaVu Sans';
    src: url('../fonts/DejaVuSans-Oblique.woff2') format('woff2'),
        url('../fonts/DejaVuSans-Oblique.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'DejaVu Sans Condensed';
    src: url('../fonts/DejaVuSansCondensed-Oblique.woff2') format('woff2'),
        url('../fonts/DejaVuSansCondensed-Oblique.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}





html {
    scroll-behavior: smooth;
}


a {
    text-decoration: none;
}

.list-sltyle-none li {
    list-style: none;
}


.text-12 {
    font-size: 12px !important;
}

.text-14 {
    font-size: 14px !important;
}

.text-18 {
    font-size: 18px !important;
}

.text-20 {
    font-size: 20px !important;
}

.text-28 {
    font-size: 28px !important;
}

.text-30 {
    font-size: 30px !important;
}

.text-36 {
    font-size: 36px !important;
}

.text-40 {
    font-size: 40px !important;
}

.h1-heading {
    font-size: 51px !important;
}

.h2-heading {
    font-size: 48px !important;
    font-weight: 600;
}

.h3-heading {
    font-size: 24px !important;
}

.line-28 {
    line-height: 28px;
}

.line-21 {
    line-height: 21px;
}

.line-24 {
    line-height: 24px;
}

.weight-300 {
    font-weight: 300 !important;
}

.weight-500 {
    font-weight: 500 !important;
}

.weight-600 {
    font-weight: 600 !important;
}

.weight-700 {
    font-weight: 700 !important;
}

.weight-800 {
    font-weight: 800 !important;
}

.weight-900 {
    font-weight: 900 !important;
}

.container {
    position: relative;
    z-index: 1;
}

.panel-space {
    padding: 80px 0;
}

.text-black {
    color: #000 !important;
}

.bg-black {
    background-color: #000 !important;
}


.header {
    background-color: #655B5B14;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
}

.fixed-header {
    background-color: #000;
}

.navbar-brand img {
    width: 230px;
}


.navbar-expand-lg .navbar-nav .nav-link {
    font-weight: 400 !important;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin: 0 30px;
    font-size: 14px;
    color: #fff;
    position: relative;
    transition: color 0.2s, letter-spacing 0.18s;
    text-decoration: none;
}

.navbar-expand-lg .navbar-nav .nav-link::after {
    content: '';
    display: block;
    position: absolute;
    left: 8px;
    right: 8px;
    bottom: -3px;
    height: 1px;
    background: linear-gradient(90deg, #38e6e3 0%, #fff 80%);
    border-radius: 2px;
    transform: scaleX(0);
    opacity: 0;
    transition: transform 0.23s, opacity 0.18s;
}

.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link:focus,
.navbar-expand-lg .navbar-nav .nav-link.active {
    color: #38e6e3 !important;
}

.navbar-expand-lg .navbar-nav .nav-link:hover::after,
.navbar-expand-lg .navbar-nav .nav-link:focus::after,
.navbar-expand-lg .navbar-nav .nav-link.active::after {
    transform: scaleX(1);
    opacity: 1;
}

.member-sidebar .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
}

.member-sidebar .nav-link.m-active {
    background-color: #333;
    color: white !important;
    border-radius: 4px;
    font-weight: 700;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.user-panel {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: 120px;
    padding-right: 12px;
}

.homne-banner {
    height: 830px;
    background-size: cover;
    padding: 155px 0;
}

.banner-title {
    font-family: 'DejaVu Sans Condensed';
    text-transform: uppercase;
    font-size: 70px;
    width: 64%;
    font-weight: 700;
    line-height: 101px;
}

.banner-subtitle {
    font-weight: 200;
    font-family: 'DejaVu Sans';
    font-size: 20px;
    width: 50%;
    line-height: 39px;
    margin: 40px 0 60px;
}

.custom-btn {
    background-color: #fff;
    padding: 15px 40px;
    text-align: center;
    color: #080808;
    font-weight: 600;
    display: inline-block;
    border: 1px solid #fff;
    transition: background 0.23s, color 0.23s, box-shadow 0.25s, letter-spacing;
    border-radius: 25px;
}

.custom-btn:hover {
    background-color: #000;
    color: #fff;
}

/* The Devil’s Finest Creation css */



.product-details {
    padding: 23px 0 0 0;
}

.product-title {
    font-family: 'DejaVu Sans';
    font-size: 28px;
    margin-bottom: 12px;
}

.product-desc {
    font-size: 16px;
    margin-bottom: 17px;
    font-weight: 300;
    font-family: 'DejaVu Sans';
}

.product-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    justify-content: center;
}

.quantity-selector {
    display: flex;
    align-items: center;
    border: 1px solid #FFFFFF;
    border-radius: 25px;
}

.qty-btn {
    background: none;
    border: none;
    color: #fff;
    font-size: 1.2rem;
    padding: 7px 25px;
    cursor: pointer;
}

.qty {
    min-width: 24px;
    text-align: center;
    padding: 4px 0;
    font-size: 1rem;
}

.small-qty {
    width: 50px !important;
    text-align: center;
    padding: 2px 5px;
    font-size: 14px;
    /* border-radius: 4px; */
    background-color: transparent !important;
    color: #fff !important;
    border: 0;
}

.small-qty:focus {
    outline: 0;
    box-shadow: none;
}

.add-cart-btn {
    background: #fff;
    color: #080808;
    padding: 12px 28px;
    font-weight: 600;
    transition: background 0.2s;
    display: flex;
    width: 100%;
    justify-content: center;
    border: 0;
    border-radius: 25px;
}

.add-cart-btn:hover {
    background: #ddd;
}

/* Be First to Own Devil’s Juice css */
.first-shots {
    background-size: cover;
    background-repeat: no-repeat;
}

.fire-botel-img {
    margin-top: 40px;
}

.fire-botel-img img {
    width: 830px;
    margin-bottom: -82px;
}



/* video panel section css */


.witness-art {
    padding: 40px 0px;
}

.video-hero-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #000;
    height: 740px;
}

.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.overlay-content {
    position: relative;
    z-index: 2;
    color: #fff;
    padding: 32px 32px 0 32px;
    max-width: 640px;
    background: rgba(0, 0, 0, 0.07);
    /* Transparent overlay */
}

.overlay-content h2 {
    margin-top: 0;
    font-size: 2rem;
    font-weight: 700;
}

.overlay-content p {
    margin-top: 16px;
    font-size: 1.1rem;
    line-height: 1.5;
    color: #e8e8e8;
}

.devider {
    border: 1px solid #FFFFFF85;
}

.witness-art-dtl {
    position: absolute;
    bottom: 0;
    padding: 25px;
    z-index: 1;
}

.witness-art-dtl h3 {
    font-weight: 600;
    font-size: 34px;
}

.witness-art-dtl p {
    padding-right: 100px;
    margin: 11px 0 20px;
    line-height: 28px;
}

.share-creation {
    display: inline-block;
    border-bottom: 1px solid #FFFFFF;
    padding: 4px 0 10px 0;
    color: #fff;
    font-weight: 600;
}


.witness-art-small-panel {
    width: 100%;
    height: 230px;
}


.witness-art-small-panel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.witness-art-slid-panel:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #0000004f;
    left: 0;
}



.owl-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: 50%;
}

.owl-next,
.owl-prev {
    background-repeat: no-repeat;
}

.owl-prev:before,
.owl-next:before {
    display: none;
}

.owl-next {
    background-image: url(../images/right-arrow.svg) !important;
}

.owl-prev {
    background-image: url(../images/left-arrow.svg) !important;
}

.owl-theme .owl-controls .owl-nav div {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    text-align: center;
    background-position: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}


.hell-fire-heading {
    font-size: 34px;
    line-height: 52px;
    margin-bottom: 43px;
}


.hell-fire {
    padding: 0 90px 0 40px;
}

.hell-fire p,
.hell-fire li {
    line-height: 28px;
    font-weight: 200;
}

.hell-fire h6 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 33px;
}

.hell-fire li {
    margin-bottom: 5px;
}

.view-all {
    display: inline-block;
    border: 1px solid #FFFFFF;
    padding: 15px 70px;
    margin-top: 40px;
    color: #fff;
    font-weight: 600;
    background: transparent;
    transition: background 0.23s, color 0.23s, box-shadow 0.25s, letter-spacing 0.18s;
    cursor: pointer;
    letter-spacing: 1.5px;
    border-radius: 25px;
}

.age-verification .view-all {
    opacity: 1;
}

.view-all:hover,
.view-all:focus {
    background: #fff;
    color: #222;
    box-shadow: 0 2px 18px rgba(56, 230, 227, 0.10);
}

.devils-hour p {
    font-size: 18px;
    line-height: 28px;
}

.devils-hour-profile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.39s cubic-bezier(.61, .23, .49, 1.21);
}

.devils-hour-profile:hover img {
    transform: scale(1.09) rotate(-2deg);
}

.devils-hour-profile {
    height: 612px;
    margin-bottom: 6px;
    overflow: hidden;
}

.social-links li,
.footer-nav li {
    list-style: none;
}

.footer-logo img {
    width: 300px;
    margin-bottom: 50px;
}

.footer-panel {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.social-links li a {
    background: transparent;
    border-radius: 16px;
    padding: 10px;
    transition: background 0.2s, box-shadow 0.2s;
    display: inline-block;
}

.social-links li a img {
    display: block;
    transition: filter 0.25s, box-shadow 0.25s;
}

.social-links li a:hover,
.social-links li a:focus {
    background: #fff;
    box-shadow: 0 4px 16px rgba(255, 255, 255, 0.13);
}

.social-links li a:hover img,
.social-links li a:focus img {
    filter: brightness(0) invert(0);
}


.footer-panel:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #151515c9;
}


.footer-panel .container-fluid {
    position: relative;
    z-index: 1;
}

.footer-nav ul li a {
    margin: 0 18px;
    color: #fff;
    position: relative;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.18s, letter-spacing 0.21s;
    letter-spacing: 0.2px;
    display: inline-block;
}

.footer-nav ul li a::after {
    content: '';
    display: block;
    position: absolute;
    left: 27px;
    right: 27px;
    bottom: -6px;
    height: 1px;
    background: linear-gradient(90deg, #38e6e3 35%, #fff 65%);
    opacity: 0;
    transform: scaleX(0);
    transition: opacity 0.15s, transform 0.25s;
    border-radius: 2px;
    width: 100%;
    left: 0;
}

.footer-nav ul li a:hover,
.footer-nav ul li a:focus {
    color: #fff;
}

.footer-nav ul li a:hover::after,
.footer-nav ul li a:focus::after {
    opacity: 1;
    transform: scaleX(1);
}

.footer-nav {
    padding: 30px 0;
}

.footer-panel p {
    line-height: 34px;
}


.witness-art-slid-panel {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 740px;
}



.witness-art-slid-panel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.34s cubic-bezier(.6, 1.6, .6, 1),
        filter 0.27s;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.18);
}

.witness-art-slid-panel::after {
    content: '';
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 18px;
    opacity: 0;
    transition: opacity 0.25s;
}

.witness-art-slid-panel:hover img {
    transform: scale(1.09) rotate(-2deg);
    filter: brightness(1.06) contrast(1.10) saturate(1.25);
}

.witness-art-small-panel {
    overflow: hidden;
    position: relative;
}

.witness-art-small-panel img {
    width: 100%;
    display: block;
    transition: transform 0.4s cubic-bezier(.69, -0.17, .48, 1.33);
    will-change: transform;
}

.witness-art-small-panel:hover img {
    transform: scale(1.5);
}

.witness-art-small-panel:active img {
    transform: scale(1.5);
}


.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}



.panel-space {
    position: relative;
}

.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    opacity: 0.7;
}

.content {
    position: relative;
    z-index: 2;
}

.vodka-banner {
    background-color: #000;
    padding: 90px 0;
}

.vodka-banner p {
    font-size: 20px;
    line-height: 46px;
    width: 80%;
    margin: auto;
    color: #FFFFFFCC;
}



/* product detail page css */

.product-gallery-bs .nav-link {
    border-radius: 0;
    border: 2px solid transparent;
    width: 100%;
    height: 115px;
}

.product-gallery-bs .nav-link img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-gallery-bs .nav-link.active {
    border-color: #fff;
    background-color: transparent;
}


.main-product-img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-detail-page .tab-content>.tab-pane {
    width: 100%;
    height: 610px;
}


.product-dtl-title {
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: 600;
}


.current-price {
    font-size: 25px;
}

.price-box {
    font-weight: 600;
    letter-spacing: 1.1px;
    margin-bottom: 30px;
}

.original-price {
    color: #FFFFFF80;
}

.product-dtl-cnt .product-actions {
    display: flex;
    align-items: center;
    gap: 26px;
    padding-right: 160px;
    margin-top: 30px;
}

.product-features li {
    font-size: 18px;
    margin-bottom: 8px;
}

.product-description-tabs #productTabsUnique {
    /* width: 460px; */
    margin: 0px auto 70px;
}

.product-description-tabs .nav-tabs {
    border-bottom: 0;
    /* border-bottom: 1px solid #393939; */
}

.product-description-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border-bottom: 1px solid #393939;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    padding: 12px 40px;
    font-weight: 700;
    color: #fff;
}


.product-description-tabs .nav-tabs .nav-item.show .nav-link,
.product-description-tabs .nav-tabs .nav-link.active {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    border: 0;
    border-bottom: 1px solid #fff;
}

.product-description-tabs .nav-tabs .nav-link:hover {
    border-color: #393939;
    border: 0;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;

}


.coctail-banner {
    height: 610px;
    padding: 155px 0;
}


.search-bar {
    display: flex;
    align-items: center;
    border: 1px solid #f5f5f5;
    padding: 12px 18px;
    max-width: 440px;
    width: 100%;
    background: #000;
}

.search-bar input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    color: #dcdcdc;
    font-size: 14px;
    font-weight: 700;
}

.search-bar input::placeholder {
    color: #b8b8b8;
}

.search-icon {
    background-color: transparent;
    color: #fff;
    border: 0;
    font-size: 22px;
}

.product-card a {
    color: #fff;
}


.pagination-minimal {
    display: inline-flex;
    align-items: center;
    gap: 16px;
}

.pagination-minimal .page {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 36px;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
}

.pagination-minimal .page.active {
    background: #3b3b3b;
}

.pagination-minimal .prev,
.pagination-minimal .next {
    width: auto;
}

/* disabled previous/next */
.pagination-minimal .disabled {
    opacity: 0.3;
    pointer-events: none;
}


.icon-btn {
    font-size: 1.2rem;
    color: #ffffff;
    cursor: pointer;
    opacity: 0.8;
    transition: 0.2s;
}

.icon-btn:hover {
    opacity: 1;
}

.serve-count {
    font-weight: bold;
    font-size: 1.2rem;
}

.unit-toggle {
    font-weight: bold;
    font-size: 1rem;
}

.active-unit {
    color: #fff;
}

.inactive-unit {
    color: #6b6b6b;
}

/* Ingredients List */
.ingredient-list {
    list-style-type: disc;
    padding-left: 1.2rem;
    line-height: 1.8;
}

.ingredient-list li {
    color: #d1d1d1;
    /* Slight off-white for list items */
}

.ingredient-list strong {
    color: #ffffff;
    /* Bold parts pure white */
}

/* Instructions List */
.instruction-list {
    padding-left: 1.2rem;
    line-height: 1.8;
}

.instruction-list li {
    margin-bottom: 0.5rem;
    color: #d1d1d1;
}



.similar-cocktails-slider .owl-nav {
    position: absolute;
    width: auto;
    top: -60px;
    right: 0;
    gap: 20px;
}

.coctail-club-bannr {
    height: 450px;
    padding: 155px 0;
}


.coctail-club-panel .product-image img {
    height: 360px;
    object-fit: cover;
}

.coctail-club-panel .product-title {
    font-size: 22px;
}

.instagram-feed {
    display: block;
    background-color: #ffffff;
    position: absolute;
}

.instagram-feed {
    display: block;
    background-color: #ffffff;
    position: absolute;
    top: 10px;
    z-index: 12;
    right: 10px;
    padding: 10px 20px;
    color: #000 !important;
    text-decoration: none;
    font-weight: 700;
    border-radius: 60px;
}

.instagram-feed span img {
    width: 23px;
    margin-right: 5px;
}

.cocktail-card {
    position: sticky;
    top: 110px;
}


.load-more-container {
    display: flex;
    align-items: center;
    /* Vertically center the line with button */
    justify-content: center;
    width: 100%;
}

.line {
    flex-grow: 1;
    /* Makes the line stretch to fill space */
    height: 1px;
    background-color: #333;
    /* Faint grey color for the line */
}

.load-btn {
    background-color: transparent;
    border: 1px solid white;
    color: white;
    padding: 12px 30px;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 30px;
    /* Spacing between button and lines */
    cursor: pointer;
    transition: 0.3s;
    border-radius: 25px;
}

.load-btn:hover {
    background-color: white;
    color: black;
}



.finest-creation-slider .owl-nav {
    top: -50px;
}


/* Custom Form Styling */
.form-label {
    font-weight: 600;
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
    color: #222;
}

.optional-text {
    font-weight: 400;
    font-size: 0.8rem;
    color: #888;
    margin-left: 5px;
}

.form-control {
    border-radius: 0;
    border: 1px solid #ddd;
    padding: 12px 15px;
    font-size: 0.95rem;
}

.form-control::placeholder {
    color: #b0b0b0;
    font-weight: 300;
}

.form-control:focus {
    box-shadow: none;
    border-color: #000;
}

.rich-editor-box {
    border: 1px solid #ddd;
    padding: 10px;
    background: #fff;
}

.rich-editor-box:focus-within {
    border-color: #000;
}

.editor-toolbar {
    text-align: right;
    margin-bottom: 5px;
    color: #000;
}

.editor-toolbar i {
    cursor: pointer;
    margin-left: 10px;
    font-size: 14px;
}

.editor-textarea {
    width: 100%;
    border: none;
    resize: vertical;
    outline: none;
    min-height: 100px;
    color: #333;
}

.editor-textarea::placeholder {
    color: #b0b0b0;
    font-weight: 300;
}

/* Submit Button */
.btn-submit {
    background-color: #050505;
    color: white;
    border-radius: 0;
    padding: 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
    transition: 0.3s;
    border-radius: 25px;
}

.btn-submit:hover {
    background-color: #333;
    color: white;
}

/* uploading panel css  */


.upload-area {
    background-color: #121212;
    border: 2px dashed #444;
    border-radius: 0;
    min-height: 600px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
}

.upload-area:hover {
    border-color: #fff;
    background-color: #1a1a1a;
}


.upload-icon-wrapper {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    color: #fff;
}


.main-icon {
    font-size: 3rem;
    font-weight: 100;
}


.plus-icon {
    position: absolute;
    bottom: -5px;
    right: -10px;
    font-size: 1.2rem;
    background-color: #121212;
    padding: 2px;
}

.upload-text {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 5px;
}

.support-text {
    font-size: 0.8rem;
    color: #888;
}


/* Custom Input Styling (Square Boxes) */
/* fog on focus */

.date-input {
    width: 80px;
    height: 60px;

    background: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;

    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;

    border-radius: 0;
    text-transform: uppercase;
    backdrop-filter: blur(1px);
    transition: all 0.3s ease;
    caret-color: #00f;

    line-height: 60px;
    padding: 0;
    box-sizing: border-box;

    -webkit-appearance: none;
    appearance: none;
}

.date-input.form-control {
    padding: 0 !important;
}

.date-input {
    display: flex;
    align-items: center;
    justify-content: center;
}

.date-input:focus {
    /* background: rgba(255, 255, 255, 0.1); */
    /* backdrop-filter: blur(10px); */
    border-color: white;
    /* box-shadow: 0 0 20px rgba(255, 255, 255, 0.3); */
    color: white;
}


.date-input:focus {
    position: relative;
    background: url('https://wps-dev.com/dev/deviljuice/public/assets/frontend/images/footer-bg.gif') center/cover;
    overflow: hidden;
}

.date-input::placeholder {
    color: #fff;
    opacity: 1;
}

.country-select button {
    padding: 15px 16px;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 1px;
    cursor: pointer;
    gap: 10px;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff !important;
    width: 196px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-link {
    color: #aaa;
    text-decoration: none;
    font-size: 0.8rem;
    margin: 0 10px;
    transition: color 0.3s;
}

.footer-link:hover {
    color: white;
}

.legal-text {
    font-size: 0.8rem;
    color: #fff;
    margin: 0 auto;
    line-height: 1.6;
}


.age-verification {
    background-color: #000;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.age-verification .container-fluid {
    position: relative;
    z-index: 1;
}

.age-verification::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000000c9;
    width: 100%;
    height: 100%;
}

.age-verification img {
    width: 360px;
    margin-bottom: 50px;
}


.age-verification h2 {
    line-height: 60px;
}

.upload-area.drag-active {
    border: 2px dashed #fff;
    background: rgba(255, 255, 255, 0.1);
}

.is-invalid {
    border-color: #dc3545;
}

/* contac us page css */


.contact-icon {
    width: 25px;
    text-align: center;
    margin-right: 10px;
}

.map-container {
    width: 100%;
    height: 368px;
    position: relative;
    background-color: #333;
    overflow: hidden;
}

.map-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.9;
}

.office-card {
    position: absolute;
    bottom: 30px;
    left: 50%;
    background-color: #fff;
    color: #000;
    padding: 25px;
    width: 96%;
    max-width: 100%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    border-radius: 0;
    transform: translate(-50%, 12px);
    bottom: 27px;
}

.btn-directions {
    background: transparent;
    border: 1px solid #000;
    color: #000;
    padding: 10px 20px;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 0;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-directions:hover {
    background-color: #000;
    color: #fff;
}



/* sign up page css */

.form-container {
    width: 100%;
    max-width: 450px;
    padding: 20px;
}

.sign-up-panel .form-label {
    font-size: 0.9rem;
    margin-bottom: 12px;
    color: #fff;
}

.custom-input {
    background-color: transparent;
    border: 1px solid #333;
    color: white;
    border-radius: 0;
    padding: 16px 15px;
}

.custom-input:focus {
    background-color: rgba(255, 255, 255, 0.05);
    border-color: #666;
    color: white;
    box-shadow: none;
}

.custom-input::placeholder {
    color: #fff;
    font-size: 0.9rem;
}

.password-wrapper {
    position: relative;
}

.toggle-password {
    position: absolute;
    right: 0;
    top: 0;
    /* transform: translateY(-50%); */
    color: #888;
    cursor: pointer;
    font-size: 0.9rem;
    z-index: 9999;
}

.toggle-password {
    width: 50px;
    height: 50px;
    /* border: 1px solid; */
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.divider {
    display: flex;
    align-items: center;
    text-align: center;
    color: #666;
    font-size: 0.85rem;
    margin: 20px 0;
}

.divider::before,
.divider::after {
    content: '';
    flex: 1;
    border-bottom: 1px dashed #fff;
}

.divider span {
    padding: 0 10px;
}

.sign-up-logo {
    text-align: end;
}

.sign-up-panel img {
    width: 230px;
    margin-bottom: 0px;
}


.sign-up-box {
    max-width: 550px;
}


.the-story-filre-panel .content {
    left: 50px;
}

/* === MODAL MAIN CONTAINER === */
.first-open-modal .modal-content {
    background: #000 url('..//images/modal-bg-img.jpg') no-repeat center center/cover;
    color: white;
    border-radius: 0;
    text-align: center;
}


.first-open-modal .modal-header {
    border-bottom: none;
    padding-bottom: 0;
}

.first-open-modal .btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
    opacity: 1;
    position: absolute;
    right: -40px;
    top: -20px;
}

.first-open-modal .modal-body {
    padding: 0 40px 40px 40px;
}

.modal-title-custom {
    font-weight: 800;
    font-size: 25px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.modal-subtitle {
    font-size: 18px;
    color: #ccc;
    letter-spacing: 1px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.highlight-text {
    font-size: 18px;
    color: #ddd;
    line-height: 1.7;
    max-width: 100%;
    margin: 20px auto 27px auto;
}

.warning-text {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    margin-bottom: 33px;
    line-height: 1.6;
}

.product-container {
    position: relative;
    display: inline-block;
    margin: 10px 0;
}

/* Product Image Size Control */
.product-container img {
    max-height: 350px;
    width: auto;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.5));
    /* Shadow for depth */
}

.price-badge small {
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 1px;
}

.signle-price {
    font-size: 18px;
    margin-bottom: 26px;
    display: block;
    text-align: center;
}

/* ajaxloader */
/* Fullscreen overlay */
#ajax-loader .loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(2px);
    z-index: 9998;
}

/* Spinner */
#ajax-loader .loader-spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 55px;
    height: 55px;
    margin: -25px 0 0 -25px;
    border: 6px solid #f3f3f3;
    border-top: 6px solid black;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    z-index: 9999;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.coctail-club-panel .product-image {
    height: 100% !important;
}


.cart-product-img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 6px;
}


.cart-page .qty-btn {
    padding: 5px 20px
}

.cart-page .product-name {
    font-size: 14px;
}

.cart-page .form-control {
    padding: 15px 15px;
    color: #000;
    font-weight: 500;
}

/* card listing css */



.cart-box {
    background-color: #212121;
    padding: 20px;
    border: 1px solid #FFFFFF;
    color: #fff;
}

.cart-title {
    font-weight: 600;
    margin-bottom: 20px;
}

.cart-item {
    margin-bottom: 25px;
}

.cart-img {
    width: 80px;
    margin-right: 12px;
    height: 80px;
    object-fit: cover;
}

.cart-name {
    font-size: 14px;
    margin-bottom: 6px;
}

.cart-price {
    font-weight: 600;
    display: flex;
    align-items: anchor-center;
}

.cart-divider {
    border-top: 1px dashed #666;
    margin: 20px 0;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 12px;
}

.summary-row.total {
    font-weight: 600;
    font-size: 16px;
    border-bottom: 1px solid #666;
    padding-bottom: 12px;
    margin-bottom: 0;
}

.checkout-btn {
    background: #fff;
    color: #000;
    font-weight: 600;
    border-radius: 0;
}

.checkout-btn:hover {
    background: #e5e5e5;
}

.secure-text {
    font-size: 12px;
    color: #aaa;
    text-align: center;
}

.cart-info .cart-name {
    font-size: 14px;
    line-height: normal;
    font-weight: 600;
    margin-bottom: 15px;
    margin-left: 0;
    width: auto;

}

.cart-info .quantity-selector {
    display: inline-block;
}

.add-car-payment img {
    width: 130px;
}

.add-car-payment {
    font-size: 13px !important;
    line-height: normal;
    width: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: normal !important;
    width: 100% !important;
}


#cart-count {
    top: -9px !important;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    line-height: 0;
    justify-content: center;
}


/* faq */

.faq-section {
    background: #000;
}

.faq-section .accordion-item {
    background: transparent;
    border-radius: 0px;
    margin-bottom: 16px;
    border: none;
    overflow: hidden;
    border: 1px solid #fff;
}

.faq-section .accordion-button {
    background: transparent;
    color: #000;
    font-weight: 600;
    padding: 18px 20px;
    border-radius: 0px;
    box-shadow: none;
}

.faq-section .accordion-button::after {
    content: "+";
    margin-left: auto;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    background-image: none;
    transform: none;
}

.faq-section .accordion-button:not(.collapsed)::after {
    content: "−";
}

/* .faq-section .accordion-item:has(.accordion-button:not(.collapsed)) {
    border-left: 4px solid #c4161c;
} */

.faq-section .accordion-body {
    color: #444;
    padding: 0 20px 18px;
    font-size: 15px;
    line-height: 1.6;
}

.faq-section .accordion-button:focus {
    box-shadow: none;
}

.faq-section .accordion-collapse {
    transition: all 0.3s ease;
}



/* tems and conditaion page css */


.creation {
    padding: 50px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.creation:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #151515c9;
}

.creation .container-fluid {
    position: relative;
    z-index: 1;
}

.creation .col-lg-12 {
    max-width: 1100px;
    margin: 0 auto;
}

.creation h2 {
    font-size: 24px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-weight: 700;
    text-align: center;
}

.creation h2+h2 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 30px;
    opacity: 0.85;
}

.creation .FirstParagraph,
.creation .MsoBodyText {
    max-width: 800px;
    margin: 0 auto 12px;
    font-size: 15px;
    opacity: 0.85;
}

.creation hr {
    border: none;
    height: 1px;
    background: linear-gradient(to right, transparent, #444, transparent);
    margin: 40px 0;
}

.creation h3 {
    font-size: 20px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 18px;
    letter-spacing: 1px;
}

.creation h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 4px;
    height: 18px;
    background: #8A0303;
}

.creation p {
    font-size: 15px;
    opacity: 0.9;
    max-width: 900px;
    text-align: center;
}

.creation p br {
    margin-bottom: 6px;
}

.creation h3:last-of-type {
    margin-top: 20px;
}

.creation p:last-child {
    font-size: 16px;
    line-height: 2;
}

.order-detail {
    font-size: 16px;
}

@media (max-width: 767px) {
    .creation h2 {
        font-size: 28px;
    }

    .creation h2+h2 {
        font-size: 20px;
    }

    .creation h3 {
        font-size: 18px;
    }

    .order-detail {
        font-size: 12px;
    }

    .table-responsive .table td {
        white-space: nowrap;
    }
}

a#cart-icon img {
    width: 30px;
}

#paypal-button {
    padding: 5px 7px 0px;
    background-color: #fff;
    margin-top: 30px;
}

.coming-soon {
    position: absolute;
    top: 14px;
    right: 14px;
    display: inline-block !important;
    width: auto;
}


.product-actions {
    margin-top: 30px;
}

.view-all {
    border: 1px solid #fff;
    padding: 15px 70px;
    background: transparent;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1.5px;
    cursor: pointer;

    opacity: 0;
    transform: translateY(15px);
    transition: all 0.4s ease;
    border-radius: 25px;
}

.product-card:hover .view-all {
    opacity: 1;
    transform: translateY(0);
}

.view-all:hover {
    background: #fff;
    color: #000;
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.2);
}



.product-image {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: block;
    height: 375px;
    /* background-color: #fff; */
}

.product-image img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: contain;
    transition: transform 0.39s cubic-bezier(0.6, 2, 0.6, 1), filter 0.32s;
}


.product-image:hover img {
    transform: scale(1.07) rotate(-2deg);
}

.product-image:hover::after {
    opacity: 1;
}



.product-card {
    color: #fff;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    margin: 24px auto;
    position: relative;
    padding: 25px 0;
    transition: all 0.2ms ease-in-out;
    color: #fff;
    overflow: hidden;
    position: relative;
    padding: 25px 0;
    background: transparent;
    transition: background 0.4s ease, transform 0.4s ease;
}

.product-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.06);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
    pointer-events: none;
}

.product-card:hover::before {
    opacity: 1;
}