/* =========================================================
   Ram Krishna Tent House — Luxury Theme
   Gold & Black professional event-management design system
   ========================================================= */

:root {
    --rk-black: #0c0b0a;
    --rk-black-soft: #17140f;
    --rk-charcoal: #262220;
    --rk-gold: #d49b1d;
    --rk-gold-light: #f0c766;
    --rk-gold-dark: #a8760f;
    --rk-cream: #faf6ee;
    --rk-cream-dark: #f2ead9;
    --rk-white: #ffffff;
    --rk-text: #322c24;
    --rk-text-light: #756b5c;
    --rk-border: #e8dfcd;
    --rk-shadow: 0 20px 45px -15px rgba(12, 11, 10, 0.25);
    --rk-shadow-sm: 0 8px 24px -8px rgba(12, 11, 10, 0.18);
    --rk-radius: 14px;
    --rk-gradient-gold: linear-gradient(135deg, var(--rk-gold-light) 0%, var(--rk-gold) 55%, var(--rk-gold-dark) 100%);
    --rk-font-display: 'Playfair Display', Georgia, serif;
    --rk-font-body: 'Poppins', 'Overlock', Helvetica, Arial, sans-serif;
}

/* ---------- Base typography ---------- */
body {
    font-family: var(--rk-font-body);
    color: var(--rk-text);
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3,
.impx-slideshow-caption h1,
.impx-slideshow-caption h2,
.impx-slideshow-caption h3,
.impx-intro h1,
.impx-intro h2,
.impx-intro h3,
.impx-product-detail h1,
.impx-product-detail h2,
.impx-product-detail h3,
.head-1-2 ul li,
.impx-menu-content h3 {
    font-family: var(--rk-font-display);
    letter-spacing: 0.2px;
}

::selection {
    background: var(--rk-gold);
    color: var(--rk-black);
}

a {
    transition: color .25s ease, background-color .25s ease, transform .25s ease, box-shadow .25s ease;
}

/* ---------- Section rhythm ---------- */
.impx-wrapper,
.section1 {
    position: relative;
}

.rk-section-alt {
    background: var(--rk-cream);
}

.impx-intro h1,
.impx-intro h2 {
    position: relative;
    font-weight: 700;
    padding-bottom: 18px;
    margin-bottom: 10px;
}

.impx-intro.uk-text-center h1::after,
.impx-intro.uk-text-center h2::after,
.rk-heading::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 70px;
    height: 3px;
    background: var(--rk-gradient-gold);
    border-radius: 3px;
}

.rk-eyebrow {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: var(--rk-font-body);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--rk-gold-dark);
    margin-bottom: 10px;
}

.rk-eyebrow::before,
.rk-eyebrow::after {
    content: '';
    width: 22px;
    height: 2px;
    background: var(--rk-gold);
    display: inline-block;
}

/* ---------- Top contact bar ---------- */
.impx-top-header {
    background: var(--rk-black) !important;
    border-bottom: 1px solid rgba(212, 155, 29, .25);
}

.impx-top-header-social-list a,
.impx-header-social-list a {
    transition: transform .3s ease, background .3s ease, color .3s ease;
}

.impx-header-social-list a:hover {
    background: var(--rk-gold) !important;
    color: var(--rk-black) !important;
    transform: translateY(-3px);
}

.impx-top-header-contact li a {
    transition: color .25s ease;
}

.impx-top-header-contact li a:hover {
    color: var(--rk-gold) !important;
}

/* ---------- Main navigation ---------- */
#impx-header {
    box-shadow: 0 2px 20px rgba(0, 0, 0, .18);
}

.head-1 {
    background: rgba(12, 11, 10, .96) !important;
    backdrop-filter: blur(6px);
    transition: padding .3s ease, box-shadow .3s ease;
}

#impx-header.impx-scrolled .head-1 {
    padding: 4px 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .35);
}

.head-1 .container {
    max-width: 1500px;
}

.head-1-2 {
    display: flex;
    align-items: center;
}

.head-1-2 ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px 4px;
}

.head-1-2 ul.rk-main-nav {
    flex: 1;
    min-width: 0;
}

.head-1-2 ul li {
    display: inline-flex;
    white-space: nowrap;
    padding: 6px 8px;
}

.head-1-2 ul li a {
    position: relative;
    font-weight: 500;
    font-size: 12.5px;
    letter-spacing: .3px;
    text-transform: uppercase;
    padding-bottom: 4px;
}

.head-1-2 ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 2px;
    background: var(--rk-gradient-gold);
    transition: width .3s ease;
}

.head-1-2 ul li a:hover::after {
    width: 100%;
}

.head-1 img {
    transition: transform .3s ease;
}

.head-1 img:hover {
    transform: scale(1.04);
}

/* Nav CTA button */
.rk-nav-cta {
    display: inline-block;
    background: var(--rk-gradient-gold);
    color: var(--rk-black) !important;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .5px;
    text-transform: uppercase;
    padding: 10px 22px;
    border-radius: 30px;
    margin-left: 10px;
    box-shadow: 0 8px 18px -6px rgba(212, 155, 29, .6);
}

.rk-nav-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px -6px rgba(212, 155, 29, .75);
    color: var(--rk-black) !important;
    text-decoration: none !important;
}

@media only screen and (max-width: 700px) {
    .rk-nav-cta {
        display: none;
    }
}

/* ---------- Our Services dropdown ---------- */
.rk-has-dropdown {
    position: relative;
}

.rk-has-dropdown > a .rk-caret {
    font-size: 9px;
    margin-left: 4px;
    transition: transform .25s ease;
}

.rk-has-dropdown:hover > a .rk-caret {
    transform: rotate(180deg);
}

.head-1-2 ul.rk-dropdown {
    display: block !important;
    flex-wrap: nowrap !important;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 210px;
    margin: 0;
    padding: 10px 0;
    list-style: none;
    background: rgba(12, 11, 10, .98);
    border-top: 2px solid var(--rk-gold);
    border-radius: 0 0 10px 10px;
    box-shadow: 0 18px 36px -12px rgba(0, 0, 0, .5);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
    z-index: 200;
    gap: 0;
}

.rk-has-dropdown:hover .rk-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.head-1-2 ul.rk-dropdown li {
    display: block !important;
    padding: 0 !important;
    white-space: nowrap;
}

.rk-dropdown li a {
    display: block;
    padding: 10px 20px;
    font-size: 12.5px;
    font-weight: 500;
    letter-spacing: .3px;
    text-transform: uppercase;
    color: #e8dfcd;
}

.rk-dropdown li a::after {
    display: none;
}

.rk-dropdown li a:hover {
    background: rgba(212, 155, 29, .12);
    color: var(--rk-gold) !important;
}

/* ---------- Get A Quote modal ---------- */
.rk-quote-modal-dialog h3 {
    font-family: var(--rk-font-display);
    color: var(--rk-gold-dark);
    font-weight: 700;
    margin-top: 0;
}

.rk-quote-modal-dialog > p {
    color: var(--rk-text-light);
    font-size: 14px;
    margin-bottom: 20px;
}

/* ---------- Floating WhatsApp button ---------- */
.rk-float-whatsapp {
    position: fixed;
    right: 22px;
    bottom: 96px;
    z-index: 999;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #25d366;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 14px 30px -8px rgba(37, 211, 102, .7);
    animation: rk-pulse-whatsapp 2.2s infinite;
}

.rk-float-whatsapp:hover {
    text-decoration: none;
    color: #fff !important;
    transform: scale(1.06);
}

@keyframes rk-pulse-whatsapp {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, .55), 0 14px 30px -8px rgba(37, 211, 102, .7);
    }
    70% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0), 0 14px 30px -8px rgba(37, 211, 102, .7);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0), 0 14px 30px -8px rgba(37, 211, 102, .7);
    }
}

@media only screen and (max-width: 480px) {
    .rk-float-call,
    .rk-float-whatsapp {
        width: 50px;
        height: 50px;
        right: 14px;
        font-size: 20px;
    }
    .rk-float-call {
        bottom: 14px;
    }
    .rk-float-whatsapp {
        bottom: 76px;
        font-size: 24px;
    }
}

/* ---------- Buttons ---------- */
.uk-button.uk-button-large.outline {
    border: 2px solid var(--rk-gold);
    background: transparent;
    color: #fff;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
    border-radius: 30px;
    padding: 10px 30px;
    transition: all .35s ease;
}

.uk-button.uk-button-large.outline:hover {
    background: var(--rk-gradient-gold);
    color: var(--rk-black);
    border-color: var(--rk-gold-light);
    box-shadow: 0 12px 28px -8px rgba(212, 155, 29, .65);
    transform: translateY(-3px);
    text-decoration: none;
}

.uk-button-2 {
    background: var(--rk-gradient-gold) !important;
    border: none !important;
    border-radius: 30px !important;
    text-transform: uppercase;
    letter-spacing: .5px;
    box-shadow: 0 10px 24px -8px rgba(212, 155, 29, .55);
    transition: transform .3s ease, box-shadow .3s ease;
}

.uk-button-2:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 32px -8px rgba(212, 155, 29, .75);
    text-decoration: none;
}

.mid1 button {
    background: transparent;
    border: 2px solid var(--rk-gold);
    color: var(--rk-gold-dark);
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
    padding: 9px 24px;
    border-radius: 30px;
    cursor: pointer;
    transition: all .3s ease;
}

.mid1 button:hover {
    background: var(--rk-gradient-gold);
    color: var(--rk-black);
    box-shadow: 0 10px 22px -8px rgba(212, 155, 29, .6);
}

/* ---------- Hero / Slideshow ---------- */
.impx-slideshow-caption h1,
.impx-slideshow-caption h2,
.impx-slideshow-caption h3 {
    font-weight: 800 !important;
    text-shadow: 0 4px 20px rgba(0, 0, 0, .55) !important;
}

.impx-overlay.impx-pattern-overlay.dark {
    background: linear-gradient(180deg, rgba(12, 11, 10, .35) 0%, rgba(12, 11, 10, .75) 100%) !important;
}

.impx-slidenav-position .uk-slidenav {
    background: rgba(212, 155, 29, .85);
    color: var(--rk-black);
    border-radius: 50%;
}

/* ---------- Intro / chef stand section ---------- */
.impx-intro.margin-medium p {
    color: var(--rk-text-light);
    line-height: 1.9;
}

img.impx-chef-stand {
    border: none !important;
    border-radius: var(--rk-radius);
    box-shadow: var(--rk-shadow);
}

/* ---------- Stats counter section ---------- */
.rk-stats {
    background: var(--rk-black);
    background-image: radial-gradient(circle at 15% 20%, rgba(212, 155, 29, .12), transparent 45%),
        radial-gradient(circle at 85% 80%, rgba(212, 155, 29, .1), transparent 45%);
    padding: 60px 0;
}

.rk-stats-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.rk-stat {
    flex: 1 1 200px;
    padding: 20px 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.rk-stat:last-child {
    border-right: none;
}

.impx-counter-number {
    font-family: var(--rk-font-display);
    font-size: 46px;
    font-weight: 800;
    color: var(--rk-gold);
    line-height: 1;
    display: inline-block;
}

.rk-stat-suffix {
    font-family: var(--rk-font-display);
    font-size: 46px;
    font-weight: 800;
    color: var(--rk-gold);
}

.rk-stat-label {
    color: #cfc7b8;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    margin-top: 10px;
    font-weight: 600;
}

@media only screen and (max-width: 700px) {
    .rk-stat {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        flex: 1 1 45%;
    }
}

/* ---------- "What We Do" cards ---------- */
.mid1 {
    background: var(--rk-white);
    border-radius: var(--rk-radius);
    padding: 22px 22px 26px;
    box-shadow: var(--rk-shadow-sm);
    transition: transform .4s ease, box-shadow .4s ease;
    height: 100%;
}

.mid1:hover {
    transform: translateY(-10px);
    box-shadow: var(--rk-shadow);
}

.mid1-1 {
    position: relative;
    overflow: hidden;
    border-radius: calc(var(--rk-radius) - 4px);
    margin-bottom: 4px;
}

.mid1-1::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(12, 11, 10, 0) 55%, rgba(12, 11, 10, .65) 100%);
    opacity: 0;
    transition: opacity .4s ease;
}

.mid1:hover .mid1-1::after {
    opacity: 1;
}

.mid1-1 img {
    display: block;
    transition: transform .6s ease;
}

.mid1:hover .mid1-1 img {
    transform: scale(1.08);
}

.mid1 h3 {
    color: var(--rk-black);
    font-size: 21px;
    margin: 14px 0 8px;
}

.mid1 p {
    color: var(--rk-text-light);
    font-size: 14px;
    line-height: 1.7;
}

/* ---------- Party management carousel ---------- */
.bg-parallax8 {
    position: relative;
}

.bg-parallax8 .impx-overlay.dark {
    background: linear-gradient(180deg, rgba(12, 11, 10, .82), rgba(12, 11, 10, .9)) !important;
}

.impx-menu-list-content {
    background: var(--rk-white);
    border-radius: var(--rk-radius);
    overflow: hidden;
    box-shadow: var(--rk-shadow);
}

.impx-menu-content-outline {
    border-color: var(--rk-gold) !important;
}

.impx-menu-content h3 {
    color: var(--rk-black);
}

.impx-separator i {
    color: var(--rk-gold) !important;
}

.impx-menu-content-footer h5 {
    color: var(--rk-gold-dark);
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    font-size: 13px;
    transition: letter-spacing .3s ease;
}

.impx-menu-content-footer a:hover h5 {
    letter-spacing: 1.5px;
}

/* ---------- Corporate event CTA banner ---------- */
section.impx-wrapper.cor-1 {
    background-image: linear-gradient(135deg, rgba(12, 11, 10, .75), rgba(12, 11, 10, .55)), url('../images/new/event-bg-01.jpg') !important;
    border-radius: var(--rk-radius);
    max-width: 1400px;
    margin: 40px auto !important;
}

.uk-width-xlarge-5-6.uk-width-large-5-6.uk-width-medium-9-10.uk-width-small-1-1.uk-container-center {
    background: rgba(12, 11, 10, .55) !important;
    border: 1px solid rgba(212, 155, 29, .5) !important;
    border-radius: var(--rk-radius);
    backdrop-filter: blur(4px);
}

.uk-grid.cor-event-2 h2 {
    font-family: var(--rk-font-display);
    font-weight: 800;
}

.impx-event-icon-bg {
    color: var(--rk-gold) !important;
    opacity: .5;
}

/* ---------- Testimonials ---------- */
.bg-parallax2 .impx-overlay.darker {
    background: linear-gradient(180deg, rgba(12, 11, 10, .8), rgba(12, 11, 10, .92)) !important;
}

.impx-testi-container {
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(212, 155, 29, .3);
    border-radius: var(--rk-radius);
    padding: 35px 30px;
}

.impx-testi-image img {
    border: 3px solid var(--rk-gold);
    border-radius: 50%;
}

.impx-testi-text blockquote p {
    color: #f1ece0;
    font-style: italic;
    font-size: 17px;
    line-height: 1.8;
}

.impx-testi-name p {
    color: var(--rk-gold);
    font-weight: 700;
    margin-bottom: 0;
}

.impx-company-name p {
    color: #b7ac96;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* ---------- Client logos strip ---------- */
.customer-logos {
    padding: 30px 0;
}

.customer-logos .slide {
    display: flex;
    align-items: center;
    justify-content: center;
    filter: grayscale(100%) opacity(.55);
    transition: filter .35s ease, transform .35s ease;
}

.customer-logos .slide:hover {
    filter: grayscale(0%) opacity(1);
    transform: scale(1.06);
}

/* ---------- Page heading banner (inner pages) ---------- */
.impx-page-heading {
    position: relative;
    overflow: hidden;
}

.impx-page-heading figcaption.uk-overlay-background {
    background: linear-gradient(135deg, rgba(12, 11, 10, .78), rgba(12, 11, 10, .45)) !important;
}

.banner_content h4 a span {
    color: #e6dcc4;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: 600;
}

.banner_content h2 a span {
    font-family: var(--rk-font-display) !important;
    font-weight: 800 !important;
    text-shadow: 0 4px 18px rgba(0, 0, 0, .5);
}

/* ---------- Service / inner page content rows ---------- */
.impx-product-detail {
    padding: 10px 0;
}

.impx-product-detail h1,
.impx-product-detail h2 {
    font-weight: 800;
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 16px !important;
}

.impx-product-detail h1::after,
.impx-product-detail h2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 55px;
    height: 3px;
    background: var(--rk-gradient-gold);
    border-radius: 3px;
}

.impx-product-detail p {
    color: var(--rk-text-light) !important;
    line-height: 1.85 !important;
}

.impx-product-detail ul {
    list-style: none;
    padding-left: 0;
    margin: 18px 0;
}

.impx-product-detail ul li {
    position: relative;
    padding: 8px 0 8px 32px;
    color: var(--rk-text);
    line-height: 1.7;
    border-bottom: 1px dashed var(--rk-border);
}

.impx-product-detail ul li:last-child {
    border-bottom: none;
}

.impx-product-detail ul li::before {
    content: '\f058';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: var(--rk-gold);
    position: absolute;
    left: 0;
    top: 8px;
    font-size: 15px;
}

.section1 img,
.impx-single-product-item > .uk-grid > div > img {
    border-radius: var(--rk-radius);
    box-shadow: var(--rk-shadow);
    transition: transform .5s ease, box-shadow .5s ease;
}

.section1 img:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 50px -15px rgba(12, 11, 10, .35);
}

.section1 {
    padding: 45px 0 !important;
}

.section1:nth-of-type(even) {
    background: var(--rk-cream);
    border-radius: var(--rk-radius);
}

/* Review star widget */
p[itemprop="reviewRating"] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: var(--rk-cream);
    border: 1px solid var(--rk-border);
    border-radius: 30px;
    padding: 8px 16px !important;
}

p[itemprop="reviewRating"] .fa-star {
    color: #ddd;
}

p[itemprop="reviewRating"] .fa-star.checked {
    color: var(--rk-gold);
}

p[itemprop="reviewRating"] span:last-child {
    margin-left: 6px;
    font-size: 13px;
    color: var(--rk-text-light);
    font-weight: 600;
}

/* ---------- Reusable CTA banner (inner pages) ---------- */
.rk-cta-banner {
    position: relative;
    background: var(--rk-black);
    background-image: radial-gradient(circle at 20% 30%, rgba(212, 155, 29, .18), transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(212, 155, 29, .12), transparent 50%);
    border-radius: var(--rk-radius);
    max-width: 1300px;
    margin: 50px auto;
    padding: 60px 30px;
    text-align: center;
    overflow: hidden;
}

.rk-cta-banner h2 {
    color: #fff;
    font-weight: 800;
    font-size: 34px;
    margin-bottom: 12px;
}

.rk-cta-banner p {
    color: #cfc7b8;
    max-width: 600px;
    margin: 0 auto 26px;
    line-height: 1.8;
}

.rk-cta-banner .rk-cta-actions {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.rk-btn-solid,
.rk-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 30px;
    border-radius: 30px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    font-size: 13px;
    transition: all .35s ease;
}

.rk-btn-solid {
    background: var(--rk-gradient-gold);
    color: var(--rk-black) !important;
    box-shadow: 0 12px 26px -8px rgba(212, 155, 29, .6);
}

.rk-btn-solid:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 34px -8px rgba(212, 155, 29, .75);
    text-decoration: none;
}

.rk-btn-outline {
    border: 2px solid rgba(255, 255, 255, .4);
    color: #fff !important;
}

.rk-btn-outline:hover {
    border-color: var(--rk-gold);
    color: var(--rk-gold) !important;
    text-decoration: none;
    transform: translateY(-3px);
}

/* ---------- Why choose us / feature grid ---------- */
.rk-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 10px;
}

@media only screen and (max-width: 960px) {
    .rk-feature-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 560px) {
    .rk-feature-grid {
        grid-template-columns: 1fr;
    }
}

.rk-feature-card {
    background: var(--rk-white);
    border: 1px solid var(--rk-border);
    border-radius: var(--rk-radius);
    padding: 30px 24px;
    text-align: center;
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.rk-feature-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--rk-shadow);
    border-color: var(--rk-gold);
}

.rk-feature-icon {
    width: 62px;
    height: 62px;
    margin: 0 auto 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--rk-gradient-gold);
    color: var(--rk-black);
    font-size: 24px;
}

.rk-feature-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--rk-black);
    margin-bottom: 10px;
}

.rk-feature-card p {
    color: var(--rk-text-light);
    font-size: 13.5px;
    line-height: 1.7;
    margin: 0;
}

/* ---------- Footer ---------- */
.impx-footer {
    background: var(--rk-black) !important;
    padding: 0 !important;
    position: relative;
}

.rk-footer-top {
    padding: 60px 0 30px;
    border-bottom: 1px solid rgba(212, 155, 29, .18);
}

.rk-footer-col h4 {
    color: var(--rk-gold);
    font-family: var(--rk-font-display);
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 12px;
}

.rk-footer-col h4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: var(--rk-gradient-gold);
}

.rk-footer-col p,
.rk-footer-col li,
.rk-footer-col a {
    color: #c7bfae;
    font-size: 14px;
    line-height: 1.9;
}

.rk-footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.rk-footer-col ul li a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #c7bfae;
}

.rk-footer-col ul li a:hover {
    color: var(--rk-gold);
    text-decoration: none;
    padding-left: 4px;
}

.rk-footer-col ul li a i {
    color: var(--rk-gold);
    font-size: 11px;
}

.rk-footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
}

.rk-footer-contact li i {
    color: var(--rk-gold);
    margin-top: 3px;
}

.rk-footer-logo {
    max-width: 170px;
    margin-bottom: 16px;
}

.rk-footer-social {
    display: flex;
    gap: 10px;
    margin-top: 18px;
}

.rk-footer-social a {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(212, 155, 29, .4);
    color: var(--rk-gold);
    transition: all .3s ease;
}

.rk-footer-social a:hover {
    background: var(--rk-gradient-gold);
    color: var(--rk-black);
    transform: translateY(-4px);
    text-decoration: none;
}

.rk-footer-bottom {
    padding: 18px 0;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .rk-footer-bottom {
        padding-bottom: 90px;
    }
}

.rk-footer-bottom p {
    color: #948a76;
    font-size: 13px;
    margin: 0;
}

.rk-footer-bottom a {
    color: var(--rk-gold);
}

.impx-to-top {
    background: var(--rk-gradient-gold);
    color: var(--rk-black) !important;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 24px -6px rgba(212, 155, 29, .6);
    transition: transform .3s ease;
}

.impx-to-top:hover {
    transform: translateY(-4px);
    text-decoration: none;
}

/* ---------- Floating call button ---------- */
.rk-float-call {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 999;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: var(--rk-gradient-gold);
    color: var(--rk-black) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    box-shadow: 0 14px 30px -8px rgba(212, 155, 29, .7);
    animation: rk-pulse 2.2s infinite;
}

.rk-float-call:hover {
    text-decoration: none;
    color: var(--rk-black) !important;
}

@keyframes rk-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(212, 155, 29, .55), 0 14px 30px -8px rgba(212, 155, 29, .7);
    }
    70% {
        box-shadow: 0 0 0 14px rgba(212, 155, 29, 0), 0 14px 30px -8px rgba(212, 155, 29, .7);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(212, 155, 29, 0), 0 14px 30px -8px rgba(212, 155, 29, .7);
    }
}

/* ---------- Contact page ---------- */
.success-msg {
    display: none;
}

.contact_form input,
.contact_form textarea {
    width: 100%;
    border: 1px solid var(--rk-border);
    border-radius: 10px;
    padding: 13px 16px;
    font-family: var(--rk-font-body);
    font-size: 14px;
    margin-bottom: 4px;
    transition: border-color .25s ease, box-shadow .25s ease;
}

.contact_form input:focus,
.contact_form textarea:focus {
    outline: none;
    border-color: var(--rk-gold);
    box-shadow: 0 0 0 3px rgba(212, 155, 29, .18);
}

.contact_form button {
    background: var(--rk-gradient-gold);
    border: none;
    color: var(--rk-black);
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    padding: 13px 32px;
    border-radius: 30px;
    cursor: pointer;
    transition: all .3s ease;
}

.contact_form button:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 28px -8px rgba(212, 155, 29, .6);
}

.impx-event-detail li span {
    color: var(--rk-gold-dark);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
}

.impx-event-map iframe {
    border-radius: var(--rk-radius);
    box-shadow: var(--rk-shadow);
}

.uk-panel.uk-panel-box {
    border-radius: var(--rk-radius);
    box-shadow: var(--rk-shadow-sm);
    border: 1px solid var(--rk-border);
}

/* ---------- Gallery thumbnails ---------- */
figure.uk-overlay img.uk-overlay-scale {
    border-radius: 10px;
}

.ab-ul li::marker {
    color: var(--rk-gold);
}

/* ---------- Utility ---------- */
.rk-hover-lift {
    transition: transform .35s ease, box-shadow .35s ease;
}

.rk-hover-lift:hover {
    transform: translateY(-8px);
    box-shadow: var(--rk-shadow);
}

/* ==========================================================
   MOBILE FIXES
========================================================== */

/* Restore the desktop nav's mobile hide (legacy new-02.css only
   scoped this to <=700px; our own .head-1-2{display:flex} rule
   loads later and has equal specificity, so it must be re-scoped
   here to not fight the hamburger/off-canvas nav on mobile/tablet). */
@media only screen and (max-width: 991px) {
    .head-1-2 {
        display: none !important;
    }
    .uk-navbar-toggle {
        display: inline-block !important;
    }
}

/* The hamburger icon is completely invisible: UIkit 2's :after rule
   requests font-family:FontAwesome (the old v4 name + codepoint),
   but this site loads Font Awesome 6, which registers under a
   different font-family name — so the glyph has nothing to render
   and shows as blank, on top of UIkit's #444 default barely
   contrasting the near-black header anyway. Fix both. */
.uk-navbar-toggle,
.uk-navbar-toggle:focus,
.uk-navbar-toggle:hover {
    color: var(--rk-gold) !important;
}

.uk-navbar-toggle:after {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}

/* At tablet-landscape widths (<=1024px) a legacy rule makes .impx-logo
   position:absolute, and .head-1 (which comes after .impx-top-header
   in the DOM) ends up painting its opaque background on top of the
   toggle button, hiding/blocking it even though it's "visible" by
   CSS display rules. Force the toggle above it. */
.impx-top-header-right {
    position: relative;
    z-index: 20;
}

/* Hero slideshow: uk-slideshow-fullscreen forces height:100vh which
   leaves a huge empty gap under the short caption on mobile. Cap it. */
@media only screen and (max-width: 767px) {
    .uk-slideshow-fullscreen,
    .uk-slideshow-fullscreen > li {
        height: 70vh !important;
        min-height: 420px !important;
    }
}

@media only screen and (max-width: 479px) {
    .uk-slideshow-fullscreen,
    .uk-slideshow-fullscreen > li {
        height: 75vh !important;
        min-height: 460px !important;
    }
}

/* Hero slide CTA button: a legacy mobile-only rule
   (new-02.css @700px) forces a fixed 125px width, too narrow for
   "Contact Us", causing it to wrap onto two lines and grow tall. */
@media only screen and (max-width: 700px) {
    .impx-slideshow-caption a.uk-button.uk-button-large {
        display: inline-block !important;
        width: auto !important;
        max-width: none !important;
        white-space: nowrap !important;
        padding: 10px 22px !important;
        font-size: 13px !important;
        margin: 14px auto 0 !important;
    }
}
