/********** Template CSS — Dark Black & Gold Beige **********/
:root {
    --primary: #C9A96E;
    --secondary: #E8D5B0;
    --light: #F5EFE4;
    --dark: #111111;
}

body {
    background-color: #111111 !important;
    color: #E8D5B0 !important;
}

.bg-white {
    background-color: #1A1A1A !important;
}

.container-fluid.bg-white,
.navbar.bg-white,
nav.navbar {
    background-color: #111111 !important;
}

h1, h2, h3, h4, h5, h6 { color: #F5EFE4 !important; }
p, span, li              { color: #C8B89A !important; }
.text-body               { color: #C8B89A !important; }
.text-dark               { color: #F5EFE4 !important; }
.text-white              { color: #F5EFE4 !important; }
.text-primary            { color: #C9A96E !important; }
.bg-primary              { background-color: #C9A96E !important; }
.bg-dark                 { background-color: #0A0A0A !important; }
.border-top              { border-color: rgba(201,169,110,0.2) !important; }

/*** Back to Top ***/
.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
    background-color: #C9A96E !important;
    border-color: #C9A96E !important;
    color: #111111 !important;
}

.fw-medium { font-weight: 600; }
.fw-bold   { font-weight: 700; }
.fw-black  { font-weight: 900; }

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
    background-color: #111111 !important;
}
#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/*** Buttons ***/
.btn { transition: .5s; font-weight: 500; }

.btn-primary {
    background-color: #C9A96E !important;
    border-color: #C9A96E !important;
    color: #111111 !important;
}
.btn-primary:hover {
    background-color: #E8D5B0 !important;
    border-color: #E8D5B0 !important;
    color: #111111 !important;
}
.btn-dark {
    background-color: #1A1A1A !important;
    border-color: #C9A96E !important;
    color: #C9A96E !important;
}
.btn-dark:hover {
    background-color: #C9A96E !important;
    border-color: #C9A96E !important;
    color: #111111 !important;
}
.btn-light {
    background-color: transparent !important;
    border-color: #C9A96E !important;
    color: #C9A96E !important;
}
.btn-light:hover {
    background-color: #C9A96E !important;
    color: #111111 !important;
}
.btn-square  { width: 38px; height: 38px; }
.btn-sm-square { width: 32px; height: 32px; }
.btn-lg-square { width: 48px; height: 48px; }
.btn-square, .btn-sm-square, .btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/
.sticky-top {
    top: -150px;
    transition: .5s;
    background-color: #111111 !important;
    border-bottom: 1px solid rgba(201,169,110,0.2);
}
.navbar .navbar-brand {
    position: absolute; padding: 0;
    width: 170px; height: 135px;
    top: 0; left: 0;
}
.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 25px 0;
    color: #E8D5B0 !important;
    font-weight: 600;
    text-transform: uppercase;
    outline: none;
    letter-spacing: 0.06em;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active { color: #C9A96E !important; }
.navbar .dropdown-toggle::after {
    border: none; content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900; vertical-align: middle; margin-left: 8px;
}
.dropdown-menu {
    background-color: #1A1A1A !important;
    border: 1px solid rgba(201,169,110,0.25) !important;
}
.dropdown-item { color: #E8D5B0 !important; }
.dropdown-item:hover {
    background-color: #C9A96E !important;
    color: #111111 !important;
}

@media (max-width: 991.98px) {
    .navbar .navbar-brand { width: 126px; height: 100px; }
    .navbar .navbar-nav .nav-link { margin-right: 0; padding: 10px 0; }
    .navbar .navbar-nav { margin-top: 75px; border-top: 1px solid rgba(201,169,110,0.2); }
}
@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block; border: none; margin-top: 0;
        top: 150%; opacity: 0; visibility: hidden; transition: .5s;
    }
    .navbar .nav-item:hover .dropdown-menu {
        top: 100%; visibility: visible; transition: .5s; opacity: 1;
    }
}

/*** Carousel ***/
.carousel-caption {
    top: 0; left: 0; right: 0; bottom: 0;
    display: flex; align-items: center;
    background: linear-gradient(135deg, rgba(10,10,10,0.80) 0%, rgba(201,169,110,0.25) 100%);
    z-index: 1;
}
.carousel-caption h1    { color: #F5EFE4 !important; text-shadow: 0 2px 20px rgba(0,0,0,.5); }
.carousel-caption p     { color: #E8D5B0 !important; letter-spacing: 0.1em; }
.carousel-caption strong { color: #C9A96E !important; }
.carousel-control-prev, .carousel-control-next { width: 15%; }
.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 3.5rem; height: 3.5rem; border-radius: 3.5rem;
    background-color: #111111; border: 2px solid #C9A96E;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item { position: relative; min-height: 450px; }
    #header-carousel .carousel-item img { position: absolute; width: 100%; height: 100%; object-fit: cover; }
}

.page-header {
    background: linear-gradient(rgba(10,10,10,.8), rgba(201,169,110,.3)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}
.page-header .breadcrumb-item+.breadcrumb-item::before { color: #E8D5B0; }
.page-header .breadcrumb-item, .page-header .breadcrumb-item a { font-size: 18px; color: #E8D5B0; }

/*** Section Title ***/
.section-title { position: relative; margin-bottom: 3rem; padding-bottom: 2rem; }
.section-title::before {
    position: absolute; content: ""; width: 50%; height: 2px; bottom: 0; left: 0; background: #C9A96E;
}
.section-title::after {
    position: absolute; content: ""; width: 28px; height: 28px; bottom: -13px; left: calc(25% - 13px);
    background: #C9A96E; border: 10px solid #111111; border-radius: 28px;
}
.section-title.text-center::before { left: 25%; }
.section-title.text-center::after  { left: calc(50% - 13px); }

/*** Products ***/
.product {
    background: linear-gradient(rgba(17,17,17,.97), rgba(17,17,17,.97)), url(../img/product-bg.png) left bottom no-repeat;
    background-size: auto;
}
.product-item {
    background-color: #1A1A1A !important;
    border: 1px solid rgba(201,169,110,0.2);
    transition: border-color 0.3s, transform 0.3s;
}
.product-item:hover { border-color: #C9A96E; transform: translateY(-5px); }
.product-item .bg-white { background-color: #1A1A1A !important; border-top: 2px solid #C9A96E; }
.product-carousel .owl-nav { display: flex; justify-content: center; margin-top: 30px; }
.product-carousel .owl-nav .owl-prev,
.product-carousel .owl-nav .owl-next {
    margin: 0 10px; width: 55px; height: 55px;
    display: flex; align-items: center; justify-content: center;
    color: #111111; background: #C9A96E; border-radius: 55px;
    box-shadow: 0 0 45px rgba(0,0,0,.3); font-size: 25px; transition: .5s;
}
.product-carousel .owl-nav .owl-prev:hover,
.product-carousel .owl-nav .owl-next:hover { background: #E8D5B0; color: #111111; }

/*** Video ***/
.video {
    background: linear-gradient(rgba(10,10,10,.90), rgba(10,10,10,.90)), url(../img/video-bg.jpg) center center no-repeat;
    background-size: cover;
}
.video .btn-lg-square { background-color: #C9A96E !important; color: #111111 !important; }
.btn-play {
    position: relative; display: block; box-sizing: content-box;
    width: 65px; height: 75px; border-radius: 100%;
    border: none; outline: none !important;
    padding: 28px 30px 30px 38px; background: #C9A96E;
}
.btn-play:before {
    content: ""; position: absolute; z-index: 0; left: 50%; top: 50%;
    transform: translateX(-50%) translateY(-50%); display: block;
    width: 120px; height: 120px; background: #C9A96E; border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}
.btn-play:after {
    content: ""; position: absolute; z-index: 1; left: 50%; top: 50%;
    transform: translateX(-50%) translateY(-50%); display: block;
    width: 120px; height: 120px; background: #C9A96E; border-radius: 100%; transition: all 200ms;
}
.btn-play span {
    display: block; position: relative; z-index: 3; width: 0; height: 0; left: 13px;
    border-left: 40px solid #111111; border-top: 28px solid transparent; border-bottom: 28px solid transparent;
}
@keyframes pulse-border {
    0%   { transform: translateX(-50%) translateY(-50%) scale(1); opacity: 1; }
    100% { transform: translateX(-50%) translateY(-50%) scale(2); opacity: 0; }
}
.modal-video .modal-dialog { max-width: 800px; margin: 60px auto 0 auto; }
.modal-video .modal-body   { padding: 0; }
.modal-content { background-color: #1A1A1A !important; border: 1px solid rgba(201,169,110,0.3) !important; }
.modal-header  { background-color: #1A1A1A !important; border-bottom: 1px solid rgba(201,169,110,0.2) !important; }
.modal-title   { color: #E8D5B0 !important; }

/*** Store ***/
.store-item {
    background-color: #1A1A1A !important;
    border: 1px solid rgba(201,169,110,0.2);
    transition: border-color 0.3s;
}
.store-item:hover { border-color: #C9A96E; }
.store-item .fa-star { color: #C9A96E !important; }
.store-item .store-overlay {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    background: rgba(10,10,10,.75); opacity: 0; transition: .5s;
}
.store-item:hover .store-overlay { opacity: 1; }

/*** Contact ***/
.contact .btn-square {
    width: 100px; height: 100px;
    border: 20px solid rgba(201,169,110,0.2);
    background: #C9A96E; border-radius: 50px;
}
.contact .btn-square i { color: #111111 !important; }

/*** Testimonial ***/
.testimonial {
    background: linear-gradient(rgba(10,10,10,.90), rgba(10,10,10,.90)), url(../img/testimonial-bg.jpg) center center no-repeat;
    background-size: cover;
}
.testimonial-item {
    margin: 0 auto; max-width: 600px; text-align: center;
    background: #1A1A1A !important; border: 30px solid #C9A96E; color: #E8D5B0;
}
.testimonial-item img { width: 60px !important; height: 60px !important; border-radius: 60px; border: 2px solid #C9A96E; }
.testimonial-carousel .owl-dots { margin-top: 35px; display: flex; align-items: flex-end; justify-content: center; }
.testimonial-carousel .owl-dot {
    position: relative; display: inline-block; margin: 0 5px;
    width: 15px; height: 15px; background: #C9A96E; border-radius: 15px; transition: .5s;
}
.testimonial-carousel .owl-dot.active { width: 30px; background: #E8D5B0; }

/*** Footer ***/
.footer { background-color: #0A0A0A !important; color: #9A8A78 !important; border-top: 1px solid rgba(201,169,110,0.2); }
.footer h4 { color: #C9A96E !important; }
.footer p, .footer h6 { color: #9A8A78 !important; }
.footer .btn.btn-link {
    display: block; margin-bottom: 5px; padding: 0;
    text-align: left; color: #9A8A78 !important;
    font-weight: normal; text-transform: capitalize; transition: .3s;
}
.footer .btn.btn-link::before {
    position: relative; content: "\f105";
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    color: #C9A96E; margin-right: 10px;
}
.footer .btn.btn-link:hover { color: #E8D5B0 !important; letter-spacing: 1px; box-shadow: none; }
.footer .btn-square { background-color: transparent !important; border: 1px solid #C9A96E !important; color: #C9A96E !important; }
.footer .btn-square:hover { background-color: #C9A96E !important; color: #111111 !important; }
.footer .form-control {
    background-color: rgba(255,255,255,0.05) !important;
    border: 1px solid rgba(201,169,110,0.4) !important;
    color: #E8D5B0 !important;
}
.footer .form-control::placeholder { color: #9A8A78; }
.footer .form-control:focus { box-shadow: none !important; border-color: #C9A96E !important; }

/*** Copyright ***/
.copyright { background-color: #050505 !important; color: #9A8A78 !important; border-top: 1px solid rgba(201,169,110,0.1); }
.copyright a { color: #C9A96E !important; }
.copyright a:hover { color: #E8D5B0 !important; }


/* ═══════════════════════════════════════════════════
   TWO WORLDS ONE CUP — Section Styles
═══════════════════════════════════════════════════ */

.two-worlds-section {
    background-color: #E8D5B0;
    position: relative;
    overflow: hidden;
}

/* Subtle grain texture overlay */
.two-worlds-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
    pointer-events: none;
    z-index: 0;
}

.two-worlds-section .container { position: relative; z-index: 1; }

/* ── Header ── */
.two-worlds-header {
    margin-bottom: 3.5rem;
}

.two-worlds-eyebrow {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.72rem !important;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #7A6A50 !important;
    margin-bottom: 1.2rem;
}

.two-worlds-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.8rem, 6vw, 5rem) !important;
    font-weight: 700;
    line-height: 1.05;
    color: #1A1208 !important;
    margin: 0;
}

.two-worlds-italic {
    font-style: italic;
    color: #C9A96E !important;
    font-weight: 400;
    display: block;
}

/* ── Cards Container ── */
.two-worlds-cards {
    border: 1px solid rgba(139,110,66,0.25);
}

/* ── Individual Card ── */
.two-worlds-card {
    padding: 3rem 3rem 3rem 3rem;
    border-right: 1px solid rgba(139,110,66,0.25);
    position: relative;
    background-color: #EDE0CA;
    transition: background-color 0.4s ease;
    min-height: 420px;
}

.two-worlds-card--right {
    border-right: none;
    background-color: #E4D3B5;
}

.two-worlds-card:hover {
    background-color: #E0CFA8;
}

/* Ghost number */
.two-worlds-number {
    position: absolute;
    top: 1.5rem;
    right: 2rem;
    font-family: 'Playfair Display', serif;
    font-size: 6rem;
    font-weight: 900;
    color: rgba(139,110,66,0.12);
    line-height: 1;
    pointer-events: none;
    user-select: none;
}

/* Country code */
.two-worlds-country-code {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.72rem !important;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #7A6A50 !important;
    margin-bottom: 0.6rem;
    font-weight: 600;
}

/* Card heading */
.two-worlds-card-title {
    font-family: 'Playfair Display', serif !important;
    font-size: 2.2rem !important;
    font-weight: 700;
    color: #1A1208 !important;
    margin-bottom: 0.5rem;
    line-height: 1.1;
}

/* Subtitle tags */
.two-worlds-subtitle {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.68rem !important;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #C9A96E !important;
    margin-bottom: 1.4rem;
    font-weight: 600;
}

/* Body text */
.two-worlds-card-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.93rem !important;
    line-height: 1.8;
    color: #4A3D2A !important;
    margin-bottom: 2rem;
    max-width: 440px;
}

/* Stats rows */
.two-worlds-stats {
    border-top: 1px solid rgba(139,110,66,0.3);
    padding-top: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.two-worlds-stat-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(139,110,66,0.15);
}

.two-worlds-stat-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.two-worlds-stat-label {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.68rem !important;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #7A6A50 !important;
    font-weight: 600;
}

.two-worlds-stat-value {
    font-family: 'Playfair Display', serif;
    font-size: 0.9rem !important;
    font-style: italic;
    color: #2A1F0E !important;
    text-align: right;
}

/* ── Responsive ── */
@media (max-width: 991.98px) {
    .two-worlds-card {
        padding: 2.5rem 2rem;
        border-right: none;
        border-bottom: 1px solid rgba(139,110,66,0.25);
        min-height: auto;
    }
    .two-worlds-card--right {
        border-bottom: none;
    }
    .two-worlds-title {
        font-size: clamp(2.2rem, 8vw, 3.5rem) !important;
    }
}

@media (max-width: 575.98px) {
    .two-worlds-card { padding: 2rem 1.5rem; }
    .two-worlds-number { font-size: 4rem; }
    .two-worlds-stat-row { flex-direction: column; gap: 0.2rem; }
    .two-worlds-stat-value { text-align: left; }
}