/* ==========================================================================
   Veeyork Healthcare - Global Color System
   Based on the Dr. R.K. Pharmaceuticals palette
   ========================================================================== */
:root {
    /* -----------------------------------------------------------------------
       PRIMARY BRAND COLORS
       ----------------------------------------------------------------------- */
    --ancient-color: #0C3226;
    --primary-color: #A1C633;
    --highlight-text: #A9B8B8;
    --dark-text: #161D1B;
    --highlight-bg: #1E8A8A;
    --testimonials-quote: #009264;
    --highlight-bg-dark: #001236;
    --light-bg: #F6F8FA;
    --light-secondary-bg: #e1e1e1;
    --white-color: #ffffff;
    --ripple-bg: #D8E5E5;
    --text-color: #4A4A47;

    /* -----------------------------------------------------------------------
       RGB TOKENS
       Use these for rgba()/rgb() values so colors stay centralized.
       ----------------------------------------------------------------------- */
    --ancient-rgb: 12, 50, 38;
    --primary-rgb: 161, 198, 51;
    --highlight-text-rgb: 169, 184, 184;
    --dark-text-rgb: 22, 29, 27;
    --highlight-bg-rgb: 30, 138, 138;
    --testimonials-quote-rgb: 0, 146, 100;
    --highlight-bg-dark-rgb: 0, 18, 54;
    --light-bg-rgb: 246, 248, 250;
    --ripple-bg-rgb: 216, 229, 229;
    --white-rgb: 255, 255, 255;
    --black-rgb: 0, 0, 0;

    /* -----------------------------------------------------------------------
       BRAND GRADIENT SUPPORT COLORS
       These are the secondary colors already used by the supplied
       Dr. R.K. gradient system.
       ----------------------------------------------------------------------- */
    --deep-green: #0C342C;
    --deep-teal: #076653;
    --lime-light: #E3EF26;
    --banner-dark: #031F1C;
    --banner-lime: #EDDD53;

    --deep-green-rgb: 12, 52, 44;
    --deep-teal-rgb: 7, 102, 83;
    --lime-light-rgb: 227, 239, 38;
    --banner-dark-rgb: 3, 31, 28;
    --banner-lime-rgb: 237, 221, 83;

    /* -----------------------------------------------------------------------
       NEUTRAL / SUPPORT COLORS
       Kept global so component CSS does not need standalone color literals.
       ----------------------------------------------------------------------- */
    --black-color: #000000;
    --gray-800: #333333;
    --gray-600: #666666;
    --gray-500: #555555;
    --gray-300: #cccccc;
    --gray-200: #eeeeee;

    /* -----------------------------------------------------------------------
       GLOBAL EFFECT COLORS
       ----------------------------------------------------------------------- */
    --white-05: rgba(var(--white-rgb), 0.05);
    --white-10: rgba(var(--white-rgb), 0.10);
    --white-15: rgba(var(--white-rgb), 0.15);
    --white-20: rgba(var(--white-rgb), 0.20);
    --white-30: rgba(var(--white-rgb), 0.30);
    --white-40: rgba(var(--white-rgb), 0.40);
    --white-60: rgba(var(--white-rgb), 0.60);
    --white-65: rgba(var(--white-rgb), 0.65);
    --white-70: rgba(var(--white-rgb), 0.70);
    --white-75: rgba(var(--white-rgb), 0.75);
    --white-80: rgba(var(--white-rgb), 0.80);
    --white-96: rgba(var(--white-rgb), 0.96);
    --white-98: rgba(var(--white-rgb), 0.98);

    --black-05: rgba(var(--black-rgb), 0.05);
    --black-06: rgba(var(--black-rgb), 0.06);
    --black-07: rgba(var(--black-rgb), 0.07);
    --black-08: rgba(var(--black-rgb), 0.08);
    --black-09: rgba(var(--black-rgb), 0.09);
    --black-10: rgba(var(--black-rgb), 0.10);
    --black-12: rgba(var(--black-rgb), 0.12);
    --black-20: rgba(var(--black-rgb), 0.20);
    --black-40: rgba(var(--black-rgb), 0.40);
    --black-60: rgba(var(--black-rgb), 0.60);
    --black-90: rgba(var(--black-rgb), 0.90);
    --black-95: rgba(var(--black-rgb), 0.95);

    /* -----------------------------------------------------------------------
       EXISTING PROJECT ALIASES
       Keep existing selectors/classes working without changing markup.
       ----------------------------------------------------------------------- */
    --dark-green: var(--ancient-color);
    --dark-green-2: var(--deep-teal);
    --lime-green: var(--primary-color);
    --white: var(--white-color);
    --text-dark: var(--dark-text);
    --gray: var(--highlight-text);
    --orange: var(--primary-color);
    --orange-dark: var(--primary-color);
    --charcoal: var(--ancient-color);
    --charcoal-dark: var(--ancient-color);
    --light-gray: var(--light-bg);

    /* Existing gradient names are retained for compatibility. */
    --gradient-orange: var(--linear-gradiant-82);
    --gradient-charcoal: var(--linear-gradiant-210);
    --gradient-box-2: var(--linear-gradiant-82);

    /* -----------------------------------------------------------------------
       GRADIENTS
       ----------------------------------------------------------------------- */
    --marquee-gradient-dark:
        linear-gradient(120deg,
            rgba(var(--ancient-rgb), 1) 11%,
            rgba(var(--lime-light-rgb), 1) 100%);

    --marquee-gradient-light:
        linear-gradient(216deg,
            rgba(var(--ancient-rgb), 1) 80%,
            rgba(var(--lime-light-rgb), 1) 100%);

    --linear-gradiant-82:
        linear-gradient(82deg,
            rgba(var(--deep-green-rgb), 1) 0%,
            rgba(var(--deep-teal-rgb), 1) 53%,
            rgba(var(--lime-light-rgb), 1) 100%);

    --linear-gradiant-210:
        linear-gradient(210deg,
            rgba(var(--deep-green-rgb), 1) 0%,
            rgba(var(--deep-teal-rgb), 1) 53%,
            rgba(var(--lime-light-rgb), 1) 100%);

    --linear-gradiant-secondary-180:
        linear-gradient(180deg,
            rgba(var(--light-bg-rgb), 1) 0%,
            rgba(var(--ancient-rgb), 1) 100%);

    --linear-gradiant-banner:
        linear-gradient(90deg,
            rgba(var(--banner-dark-rgb), 1) 0%,
            rgba(var(--banner-dark-rgb), 0.74) 50%,
            rgba(var(--banner-lime-rgb), 0) 100%);

    /* -----------------------------------------------------------------------
       GLOBAL MOTION / TYPOGRAPHY
       ----------------------------------------------------------------------- */
    --marquee-height: 60px;
    --marquee-speed: 25s;
    --marquee-angle: 3deg;
    --transition-4s: all 0.3s ease;
    --transition-5s: all 0.5s ease;
    --heading-font: 'Figtree', sans-serif;
    --text-font: 'DM Sans', sans-serif;
}

body {
    font-family: var(--text-font);
    color: var(--text-color);
    overflow-x: hidden;
    background-color: var(--white);
}

.navbar-wrapper {
    padding-right: var(--bs-scrollbar-width, 0px) !important;
}


html {
    scrollbar-gutter: stable;
    overflow-y: scroll;
}

/* Apply Globally */
body,
p,
li,
span,
a,
input,
textarea {
    font-size: var(--fs-p);
}

.icon-box {
    background: var(--ripple-bg) !important;
}

i {
    color: var(--ancient-color);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: var(--heading-font);
}

h1,
.h1 {
    font-size: var(--fs-h1) !important;
}

h2,
.h2 {
    font-size: var(--fs-h2) !important;
}

h3,
.h3 {
    font-size: var(--fs-h3) !important;
}

h4,
.h4 {
    font-size: var(--fs-h4) !important;
}

h5,
.h5 {
    font-size: var(--fs-h5) !important;
}

h6,
.h6 {
    font-size: var(--fs-h6) !important;
}

/* 2. Tablet (768px to 991px) */
@media (min-width: 768px) {
    :root {
        --fs-p: 16px;
        --fs-h1: 2.75rem;
        --fs-h2: 2.25rem;
        --fs-h3: 1.75rem;
        --fs-h4: 1.5rem;
        --fs-h5: 1.25rem;
        --fs-h6: 1rem;
    }
}

/* 3. Desktop (992px and up) */
@media (min-width: 992px) {
    :root {
        --fs-p: 18px;
        --fs-h1: 3.5rem;
        --fs-h2: 2.5rem;
        --fs-h3: 2rem;
        --fs-h4: 1.75rem;
        --fs-h5: 1.5rem;
        --fs-h6: 1.25rem;
    }
}

/* Utilities */
.slide-btn i {
    color: var(--white);
}

.slide-btn:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.text-gradient-orange {
    /* background: var(--gradient-orange) !important; */
    background: var(--white) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    color: transparent !important;
}

.text-dark-charcoal {
    color: var(--charcoal-dark) !important;
}

.bg-orange {
    background-color: var(--orange) !important;
}

.bg-dark-charcoal {
    background-color: var(--charcoal-dark) !important;
}

.bg-light-gray {
    background-color: var(--light-gray) !important;
}

.bg-light-orange {
    background-color: rgba(var(--primary-rgb), 0.1) !important;
}

.bg-primary-color {
    background: var(--primary-color) !important;
}

.bg-gradient-charcoal {
    background: var(--gradient-charcoal) !important;
}

.bg-gradient-charcoal-alt {
    background: var(--gradient-charcoal) !important;
}

/* Gradients for Feature Boxes */
.gradient-dark-1 {
    background: var(--ancient-color);
}

.gradient-orange-1 {
    background: var(--gradient-box-2);
}

.gradient-dark-2 {
    background: var(--ancient-color);
}

.gradient-dark-3 {
    background: var(--ancient-color);
}

.bg-gradient-dark-bottom {
    background: linear-gradient(to top, rgba(var(--black-rgb), 0.9) 0%, rgba(var(--black-rgb), 0) 100%);
}

.tracking-wide {
    letter-spacing: 1.5px;
}

.lh-1 {
    line-height: 1 !important;
}

.lh-sm {
    line-height: 1.2 !important;
}

/* Buttons */
.btn-process {
    font-weight: 600;
    border: none;
    background-color: var(--primary-color);
    padding: 15px 24px 15px 24px;
    display: inline-block;
    align-items: center;
    border-radius: 99px;
    position: relative;
    transition: all .5s cubic-bezier(.77, 0, .175, 1);
}

.btn-process {
    &::before {
        content: '';
        /* background-color: var(--white); */
        width: 32px;
        height: 32px;
        display: block;
        position: absolute;
        z-index: 1;
        border-radius: 99px;
        top: 50%;
        right: 16px;
        transform: translateY(-50%);
        transition: all .5s cubic-bezier(.77, 0, .175, 1);
    }
}


.btn-process i {
    display: inline-block;
    position: relative;
    z-index: 5;
    transform: rotate(0deg) translateX(0);
    transform-origin: left;
    transition: all .5s cubic-bezier(.77, 0, .175, 1);
}

.btn-process:hover i {
    color: var(--white);
}

/* Offcanvas custom styling */
.offcanvas {
    background-color: var(--charcoal-dark);
}

.offcanvas-title {
    color: var(--white);
}

.btn-close {
    filter: invert(1);
}

.btn-outline-dark-charcoal {
    color: var(--charcoal-dark);
    border: 2px solid var(--charcoal-dark);
    background: transparent;
    transition: all 0.3s ease;
}

.btn-outline-dark-charcoal:hover {
    background: var(--charcoal-dark);
    color: var(--white);
}

.veeyork-search-icon {
    color: var(--white-color);
    background: var(--primary-color);
    /* padding: 10px; */
    border-radius: 50%;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

/* Header */
.navbar-wrapper {
    transition: all 0.3s ease;
}

.navbar-wrapper.scrolled {
    background: var(--dark-green) !important;
    position: fixed !important;
    top: 0 !important;
    z-index: 1030 !important;
    box-shadow: 0 5px 20px rgba(var(--black-rgb), 0.1);
    backdrop-filter: blur(10px);
}

.nav-link {
    font-weight: 500;
    color: rgba(var(--white-rgb), 0.8) !important;
    margin: 0 10px;
    position: relative;
}

.nav-link:hover,
.nav-link.active {
    color: var(--white) !important;
}

.nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 5px;
    left: 10px;
    background: var(--gradient-orange);
    transition: 0.3s ease;
}

.nav-link:hover::after,
.nav-link.active::after {
    width: calc(100% - 20px);
}

/* Hero Section */
.hero-section {
    height: 90vh;
    min-height: 700px;

}

.hero-overlay {
    background: linear-gradient(135deg, rgba(var(--ancient-rgb), 0.8) 0%, rgba(var(--deep-teal-rgb), 0.2) 100%);
}

/* Features Overlap */
.features-overlap {
    margin-top: -23px;
}

.feature-box {
    transition: transform 0.3s ease;
    border: 1px solid rgba(var(--white-rgb), 0.1);
}

.feature-box:hover {
    transform: translateY(-10px);
}

/* ================================
   CROSS MARQUEE SECTION
================================ */

.cross-marquee-section {
    background: var(--white-color);
    position: relative !important;
    width: 100% !important;
    height: 140px !important;
    /* overflow: hidden !important; */
    margin: 0 !important;
    padding: 0 !important;
    z-index: 5 !important;
    margin-top: 60px !important;
    margin-bottom: 70px !important;
}

/* Remove Bootstrap position issues */
.cross-marquee-section .ticker-wrapper {
    position: absolute !important;
    left: -2% !important;
    width: 104% !important;
    height: 65px !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    overflow: hidden !important;
}

.ticker-content.fw-bold.fs-4.tracking-wide.text-uppercase span {
    font-size: 2.2rem;
}

/* ================================
   FIRST STRIP
================================ */

.cross-marquee-section .ticker-wrapper:nth-child(1) {
    top: 25px !important;
    background: linear-gradient(120deg, rgb(var(--ancient-rgb)) 20%, rgb(var(--lime-light-rgb)) 100%) !important;
    transform: rotate(3deg) !important;
    z-index: 1 !important;
}

/* ================================
   SECOND STRIP
================================ */

.cross-marquee-section .ticker-wrapper:nth-child(2) {
    top: 25px !important;
    background: linear-gradient(216deg, rgb(var(--ancient-rgb)) 55%, rgb(var(--lime-light-rgb)) 100%) !important;
    transform: rotate(-3deg) !important;
    z-index: 2 !important;
}

/* MARQUEE TRACK */

.cross-marquee-section .marquee-track {
    display: flex !important;
    width: max-content !important;
    flex-shrink: 0 !important;
    align-items: center !important;
    white-space: nowrap !important;
    animation: marquee-left 25s linear infinite !important;
}

/* Second track moves opposite direction */
.cross-marquee-section .marquee-track-2 {
    animation: marquee-right 25s linear infinite !important;
}

/* CONTENT*/

.cross-marquee-section .ticker-content {
    display: flex !important;
    align-items: center !important;
    width: max-content !important;
    height: 150px !important;
    color: var(--white-color) !important;
    font-size: 25px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
}

/* Green strip text */
.cross-marquee-section .ticker-wrapper:nth-child(1) .ticker-content {
    color: var(--white-color) !important;
}

/* Lime strip text */
.cross-marquee-section .ticker-wrapper:nth-child(2) .ticker-content {
    color: var(--white-color) !important;
}

/* ITEMS */

.cross-marquee-section .ticker-content span {
    display: inline-flex !important;
    align-items: center !important;
    margin-left: 25px !important;
    margin-right: 25px !important;
}

/* ICONS */

.cross-marquee-section .ticker-content i {
    margin-right: 10px !important;
    font-size: 23px !important;
}

/* First strip icons */
.cross-marquee-section .ticker-wrapper:nth-child(1) span {
    color: var(--primary-color) !important;
}

/* Second strip icons */
.cross-marquee-section .ticker-wrapper:nth-child(2) i {
    color: var(--white-color) !important;
}

/* Remove gradient text effect if theme applies it */
.cross-marquee-section .text-gradient-orange {
    background: none !important;
    -webkit-background-clip: initial !important;
    -webkit-text-fill-color: currentColor !important;
    color: inherit !important;
}

/*  ANIMATION */

@keyframes marquee-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes marquee-right {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

/*  TABLET */

@media (max-width: 991px) {

    .cross-marquee-section {
        height: 110px !important;
    }

    .cross-marquee-section .ticker-wrapper {
        height: 52px !important;
    }

    .cross-marquee-section .ticker-content {
        height: 52px !important;
        font-size: 20px !important;
    }

    .cross-marquee-section .ticker-content i {
        font-size: 19px !important;
    }

    .cross-marquee-section .ticker-wrapper:nth-child(1) {
        top: -25px !important;
    }

    .cross-marquee-section .ticker-wrapper:nth-child(2) {
        top: 20px !important;
    }
}

/* MOBILE */

@media (max-width: 575px) {

    .cross-marquee-section {
        height: 90px !important;
    }

    .cross-marquee-section .ticker-wrapper {
        height: 45px !important;
        left: -5% !important;
        width: 110% !important;
    }

    .cross-marquee-section .ticker-wrapper:nth-child(1) {
        top: 20px !important;
        transform: rotate(4deg) !important;
    }

    .cross-marquee-section .ticker-wrapper:nth-child(2) {
        top: 32px !important;
        transform: rotate(-4deg) !important;
    }

    .cross-marquee-section .ticker-content {
        height: 45px !important;
        font-size: 15px !important;
        letter-spacing: .5px !important;
    }

    .cross-marquee-section .ticker-content span {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    .cross-marquee-section .ticker-content i {
        font-size: 15px !important;
        margin-right: 6px !important;
    }
}

@keyframes ticker {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes ticker-reverse {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

/* About Section */
.about-images img {
    transition: transform 0.3s ease;
}

.about-images:hover img:first-child {
    transform: translateX(-10px) translateY(-10px);
}

.about-images:hover img:last-child {
    transform: translateX(10px) translateY(10px);
}

/* Therapeutics Slider */
.thera-card {
    transition: all 0.4s ease;
    cursor: pointer;
}

.thera-card.active-card,
.thera-card:hover {
    background: var(--gradient-charcoal) !important;
    color: var(--white);
    border-color: transparent !important;
    transform: scale(1.05);
    z-index: 2;
}

.thera-card.active-card h4,
.thera-card:hover h4 {
    color: var(--white) !important;
}

.thera-card.active-card .text-muted,
.thera-card:hover .text-muted {
    color: rgba(var(--white-rgb), 0.7) !important;
}

/* Trust Cards */
.shadow-hover {
    transition: all 0.3s ease;
}

.shadow-hover:hover {
    box-shadow: 0 15px 30px rgba(var(--black-rgb), 0.08) !important;
    transform: translateY(-5px);
    border-image: var(--gradient-orange) 1 !important;
}

/* Process Cards */
.hover-lift {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-lift:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(var(--black-rgb), 0.05) !important;
    background-color: var(--white) !important;
    border-image: var(--gradient-orange) 1 !important;
}

.process-row::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 10%;
    right: 10%;
    height: 2px;
    background: dashed 2px var(--gray-300);
    z-index: -1;
}

/* Dark Form */
.custom-dark-form .form-control:focus {
    background-color: rgba(var(--white-rgb), 0.05) !important;
    color: var(--white);
    box-shadow: none;
}

/* Blog Clamp */
.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Footer Links */
.hover-white {
    transition: color 0.2s ease;
}

.hover-white:hover {
    color: var(--white) !important;
}

.hover-orange {
    transition: all 0.3s ease;
}

.hover-gradient-orange:hover {
    background: var(--gradient-orange) !important;
    color: var(--white) !important;
    transform: translateY(-3px);
}

/* Mix Blend Mode for product images to remove white bg */
.mix-blend-multiply {
    mix-blend-mode: multiply;
}

.max-h-100 {
    max-height: 100%;
}

.navbar-wrapper.scrolled .logo-default {
    display: none !important;
}

.navbar-wrapper.scrolled .logo-scrolled {
    display: block !important;
}

/* Creative About Section */
.bg-clip-text {
    background-clip: text;
    -webkit-background-clip: text;
}

.text-transparent {
    color: transparent !important;
}

.glass-badge {
    background: rgba(var(--white-rgb), 0.7);
    backdrop-filter: blur(15px);
}

.hover-scale {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.hover-scale:hover {
    transform: scale(1.03);
}

.float-anim {
    animation: float 4s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0px);
    }
}

/* Ultra-Premium Category Cards */
.premium-cat-card {
    height: 400px;
    cursor: pointer;
    background: var(--black-color);
}

.premium-cat-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.8s ease;
    filter: grayscale(0%);
    opacity: 0.85;
}

.premium-cat-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(to top, rgba(var(--primary-rgb), 0.9) 0%, rgba(var(--ancient-rgb), 0.3) 100%); */
    background: linear-gradient(to top, rgba(var(--black-rgb), 0.9) 0%, rgba(var(--ancient-rgb), 0.3) 100%);
    transition: background 0.5s ease;
}

.icon-glass {
    width: 65px;
    height: 65px;
    background: var(--gradient-orange);
    color: var(--white);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(var(--white-rgb), 0.4);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.content-shift {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateY(30px);
}

.explore-link {
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.4s ease;
}

.text-white-75 {
    color: rgba(var(--white-rgb), 0.75);
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Hover Effects */
.premium-cat-card:hover .premium-cat-bg {
    transform: scale(1.15);
    opacity: 1;
}

.premium-cat-card:hover .premium-cat-overlay {
    background: linear-gradient(to top, rgba(var(--ancient-rgb), 0.95) 0%, rgba(var(--primary-rgb), 0.5) 100%);
}

.premium-cat-card:hover .icon-glass {
    background: var(--white);

    border-color: var(--white);
    transform: rotate(15deg) scale(1.1);
}

.premium-cat-card:hover .content-shift {
    transform: translateY(0);
}

.premium-cat-card:hover .explore-link {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.1s;
}

.explore-link i {
    transition: transform 0.3s ease;
}

.explore-link:hover i {
    transform: translateX(5px);
}

.premium-cat-card:hover .icon-glass i {
    background: var(--gradient-orange);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* Stats Cutout Container */
.stats-cutout-container {
    padding-bottom: 20px;
}

/* Form Placeholders */
.custom-dark-form .form-control::placeholder {
    color: rgba(var(--white-rgb), 0.6) !important;
    opacity: 1;
}

.custom-dark-form .form-control {
    background-color: rgba(var(--white-rgb), 0.05) !important;
}

/* Image anti-squish rules */
.product-item img {
    width: 100%;
    height: 100%;
    object-fit: contain !important;
}

.premium-cat-bg {
    background-size: cover !important;
    background-position: center !important;
}

/* Ultra Premium Blog Cards */
.blog-premium-card {
    min-height: 450px;
    border-radius: 1.5rem;
}

.blog-premium-img {
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.blog-premium-card:hover .blog-premium-img {
    transform: scale(1.05);
}

.blog-overlay {
    background: linear-gradient(to top, rgba(var(--black-rgb), 0.9) 0%, rgba(var(--black-rgb), 0.4) 50%, rgba(var(--black-rgb), 0.1) 100%);
    transition: background 0.5s ease;
}

.blog-premium-card:hover .blog-overlay {
    background: linear-gradient(to top, rgba(var(--black-rgb), 0.95) 0%, rgba(var(--black-rgb), 0.6) 50%, rgba(var(--black-rgb), 0.2) 100%);
}

.glass-date {
    background: rgba(var(--white-rgb), 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(var(--white-rgb), 0.3);
}

.hover-translate-x i {
    transition: transform 0.3s ease;
}

.blog-premium-card:hover .hover-translate-x i {
    transform: translateX(8px);
}

.blog-premium-card:hover .hover-text-orange {
    color: var(--orange) !important;
}

@supports (-webkit-background-clip: text) {
    .blog-premium-card:hover .hover-text-orange {
        background: var(--gradient-orange);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Process Steps Styles */
.process-num {
    font-size: 5.5rem;
    font-weight: 900;
    line-height: 1;
    background: linear-gradient(135deg, var(--ancient-color) 0%, var(--highlight-text) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 1.5rem;
    display: inline-block;
}

.process-arrow {
    width: 60px;
    height: 60px;
    background: var(--white-color);
    border: 1px solid rgba(var(--black-rgb), 0.05);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(var(--black-rgb), 0.08);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
    z-index: 10;
    color: var(--text-color);
}

.btn-process {
    font-size: 14px;
    font-weight: 600;
    border: none;
    background-color: var(--primary-color);
    padding: 15px 24px 15px 24px;
    display: inline-block;
    align-items: center;
    border-radius: 99px;
    position: relative;
    transition: all .5s cubic-bezier(.77, 0, .175, 1);
}

.btn-process .icon-circle {
    background: rgba(var(--black-rgb), 0.2);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-process:hover {
    /* transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(var(--primary-rgb), 0.4); */
    color: var(--white-color);
    background: var(--dark-green);
}

/* Ultra Premium Footer */
.footer-ultra {
    background-color: var(--ancient-color);
}

.footer-link {
    color: rgba(var(--white-rgb), 0.6);
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
}

.footer-link:before {
    content: '';
    width: 0;
    height: 2px;
    background: var(--gradient-orange);
    position: absolute;
    bottom: -2px;
    left: 0;
    transition: width 0.3s ease;
}

.footer-link-wrap {
    position: relative;
    display: inline-block;
}

.footer-link-wrap:hover .footer-link {
    color: var(--white-color);
    transform: translateX(5px);
}

.footer-link-wrap:hover .footer-link:before {
    width: 100%;
}

.social-icon-btn {
    width: 45px;
    height: 45px;
    background: var(--ripple-bg);
    /* border: 1px solid rgba(var(--white-rgb), 0.1); */
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    text-decoration: none;
}

.social-icon-btn:hover {
    background: var(--primary-color);
    color: var(--white);
    transform: translateY(-3px);
    /* box-shadow: 0 10px 20px rgba(var(--primary-rgb), 0.3); */
    border-color: transparent;
}

.contact-info-item i {
    width: 40px;
    height: 40px;
    background: rgba(var(--white-rgb), 0.05);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

/* Premium Custom Scrollbar */
.custom-scrollbar::-webkit-scrollbar {
    width: 5px;
}

.custom-scrollbar::-webkit-scrollbar-track {
    background: transparent;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background: rgba(var(--white-rgb), 0.2);
    border-radius: 10px;
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
    background: rgba(var(--primary-rgb), 0.8);
    /* Orange brand color on hover */
}

/* code by sonu */
/* ABOUT SECTION REDESIGN */

.rk-about-section {
    background: var(--white-color);
    padding: 0;
    position: relative;
}

/* Background Pattern */

.rk-about-pattern {
    position: absolute;
    width: 420px;
    height: 420px;
    right: -100px;
    top: -80px;
    opacity: .45;
    background-image: radial-gradient(circle at center, rgba(var(--highlight-bg-rgb), .10) 1.5px, transparent 1.5px);
    background-size: 18px 18px;
    mask-image: linear-gradient(to bottom left, black, transparent);
    pointer-events: none;
}

.rk-about-dots {
    position: absolute;
    width: 180px;
    height: 180px;
    background-image: radial-gradient(circle, rgba(var(--highlight-bg-rgb), .16) 2px, transparent 2px);
    background-size: 14px 14px;
    opacity: .6;
    pointer-events: none;
}

.rk-about-dots-left {
    left: -50px;
    top: 38%;
}


/* HEADING */

.rk-about-heading {
    max-width: 850px;
    margin: 0 auto;
}

.rk-section-label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 14px;
}

.rk-section-label span {
    width: 7px;
    height: 7px;
    background: var(--primary-color);
    border-radius: 50%;
}

.rk-about-heading h2 {
    margin: 0;
    color: var(--ancient-color);
    font-size: clamp(38px, 4vw, 54px);
    font-weight: 700;
    line-height: 1.1;
}

.rk-heading-line {
    width: 62px;
    height: 3px;
    background: var(--orange);
    margin: 22px auto;
}

.rk-about-heading p {
    max-width: 760px;
    margin: auto;
    color: var(--text-color);
    font-size: 18px;
    line-height: 1.7;
}


/* IMAGE AREA */

.rk-about-image-wrap {
    position: relative;
    /* padding: 10px 20px 65px 0; */
}

.rk-about-main-image {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    box-shadow: 0 25px 55px rgba(var(--ancient-rgb), .13);
}

.rk-about-main-image img {
    width: 100%;
    height: 540px;
    object-fit: cover;
    display: block;
    transition: transform .6s ease;
}

.rk-about-main-image:hover img {
    transform: scale(1.04);
}


/* TRUST CARD */

.rk-about-trust-card {
    position: absolute;
    left: 25px;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: rgba(var(--white-rgb), .96);
    border-radius: 22px;
    padding: 25px 20px;
    box-shadow: 0 18px 45px rgba(var(--ancient-rgb), .14);
    border: 1px solid var(--light-bg);
}

.rk-trust-item {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    justify-content: center;
}

.rk-trust-icon {
    min-width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--highlight-bg);
    color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.rk-trust-item h6 {
    margin: 0 0 4px;
    color: var(--ancient-color);
    font-weight: 700;
    font-size: 14px;
}

.rk-trust-item p {
    margin: 0;
    color: var(--text-color);
    font-size: 12px;
    line-height: 1.4;
}

.rk-trust-divider {
    width: 1px;
    height: 55px;
    background: var(--ripple-bg);
}


/* CONTENT */

.rk-about-content {
    padding-left: 25px;
}

.rk-content-eyebrow {
    color: var(--orange);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.4px;
}

.rk-about-content h3 {
    color: var(--ancient-color);
    font-size: clamp(34px, 3.2vw, 46px);
    font-weight: 700;
    line-height: 1.12;
    margin: 15px 0 18px;
}

.rk-about-content h3 span {
    display: block;
}

.rk-content-line {
    width: 48px;
    height: 3px;
    background: var(--highlight-bg);
    margin-bottom: 20px;
}

.rk-about-description {
    color: var(--text-color);
    font-size: 16px;
    line-height: 1.75;
    max-width: 620px;
    margin-bottom: 10px;
}


/* FEATURE BOXES */

.rk-feature-box {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.rk-feature-icon {
    min-width: 58px;
    height: 58px;
    border-radius: 12px;
    background: var(--primary-color);
    color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.rk-feature-box h5 {
    margin: 2px 0 6px;
    color: var(--ancient-color);
    font-size: 15px;
    font-weight: 700;
}

.rk-feature-box p {
    margin: 0;
    color: var(--text-color);
    font-size: 13px;
    line-height: 1.55;
}


/* BUTTON */

.rk-about-btn {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: var(--orange);
    color: var(--white-color) !important;
    padding: 14px 22px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(var(--highlight-bg-rgb), .20);
    transition: all .3s ease;
}

.rk-about-btn span {
    width: 32px;
    height: 32px;
    background: rgba(var(--white-rgb), .15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .3s ease;
}

.rk-about-btn:hover {
    background: var(--deep-teal);
    transform: translateY(-2px);
}

.rk-about-btn:hover span {
    transform: translateX(4px);
}


/* STATS */

.rk-about-stats {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: var(--charcoal);
    /* border: 1px solid var(--ripple-bg); */
    border-radius: 22px;
    padding: 28px 25px;
}

.rk-stat-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.rk-stat-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    background: var(--ripple-bg);
    color: var(--white-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
}

.rk-stat-item strong {
    display: block;
    color: var(--white-color);
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 6px;
}

.rk-stat-item span {
    display: block;
    color: var(--white-color);
    font-size: 16px;
}

.rk-stat-divider {
    width: 1px;
    height: 48px;
    background: var(--ripple-bg);
}

.counter-box {
    color: var(--white);
}

.counter {
    font-size: 36px;
    font-weight: 800;
    padding: 0px 15px;
    margin: 0px;
}

/* featre overlay sec style */
/* ==========================================
   FEATURE / WHY PARTNER SECTION
========================================== */

.rk-feature-section {
    position: relative;
    padding: 60px 0;
    background: var(--light-bg);
    overflow: hidden;
}

/* Decorative background */

/* .rk-feature-section::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    top: -220px;
    right: -150px;
    border-radius: 50%;
    background: rgba(var(--highlight-bg-rgb), .06);
} */

/* .rk-feature-section::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    bottom: -180px;
    left: -120px;
    border-radius: 50%;
    background: rgba(var(--highlight-bg-rgb), .045);
} */


/* ==========================================
   HEADING
========================================== */

.rk-feature-heading {
    position: relative;
    z-index: 2;
    max-width: 70%;
    /* margin: 0 auto 50px; */
}

.rk-feature-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--ancient-color);
    font-size: 13px;
    font-weight: 700;
    /* letter-spacing: 2px; */
    margin-bottom: 15px;
    background: var(--ripple-bg);
    padding: 5px 10px;
    border-radius: 20px;
    text-transform: uppercase;
}

.rk-feature-label span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--ancient-color);
}

.rk-feature-heading h2 {
    margin: 0;
    color: var(--ancient-color);

    font-size: clamp(34px, 4vw, 48px);
    line-height: 1.15;
    font-weight: 700;
}

.rk-feature-heading h2 span {
    display: block;
    color: var(--orange);
}

.rk-feature-heading p {
    max-width: 650px;
    margin: 18px auto 0;

    color: var(--text-color);
    font-size: 16px;
    line-height: 1.7;
}


/* ==========================================
   GRID
========================================== */

.rk-feature-grid {
    position: relative;
    z-index: 2;

    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}


/* ==========================================
   CARD
========================================== */

.rk-feature-card {
    position: relative;

    min-height: 300px;
    padding: 28px 26px;

    background: var(--white-color);
    border: 1px solid var(--ripple-bg);
    border-radius: 20px;

    box-shadow: 0 10px 30px rgba(var(--ancient-rgb), .045);

    overflow: hidden;

    transition:
        transform .35s ease,
        box-shadow .35s ease,
        border-color .35s ease;
}

.rk-feature-card::before {
    content: "";

    position: absolute;
    left: 0;
    top: 0;

    width: 4px;
    height: 0;

    background: var(--orange);

    transition: height .35s ease;
}

.rk-feature-card:hover {
    transform: translateY(-8px);

    border-color: var(--ripple-bg);

    box-shadow: 0 22px 45px rgba(var(--ancient-rgb), .12);
}

.rk-feature-card:hover::before {
    height: 100%;
}


/* ==========================================
   TOP
========================================== */

.rk-feature-top {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-bottom: 38px;
}

.rk-feature-number {
    color: var(--ripple-bg);

    font-size: 42px;
    font-weight: 700;
    line-height: 1;

    transition: color .3s ease;
}

.rk-feature-card:hover .rk-feature-number {
    color: var(--ripple-bg);
}


/*  ICON */

.rk-feature-icon {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: var(--ripple-bg);
    color: var(--orange);
    font-size: 20px;
    transition: all .3s ease;
}

.rk-feature-card:hover .rk-feature-icon {
    background: var(--orange);
    color: var(--white-color);

    transform: rotate(-5deg) scale(1.05);
}


/*  CONTENT */

.rk-feature-card h3 {
    margin: 0 0 13px;

    color: var(--ancient-color);

    font-size: 21px;
    line-height: 1.25;
    font-weight: 700;
}

.rk-feature-card p {
    margin: 0;

    color: var(--text-color);

    font-size: 14px;
    line-height: 1.7;
}


/* ==========================================
   ARROW
========================================== */

.rk-feature-arrow {
    position: absolute;

    right: 24px;
    bottom: 22px;

    width: 34px;
    height: 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: var(--ripple-bg);
    color: var(--orange);

    font-size: 12px;

    transition: all .3s ease;
}

.rk-feature-card:hover .rk-feature-arrow {
    background: var(--orange);
    color: var(--white-color);

    transform: translateX(4px);
}




/* product sec style */
.product-item {
    border: 1px solid var(--ripple-bg);
    transition: all 0.35s ease;
}

.product-item:hover {
    transform: translateY(-7px);
    box-shadow: 0 18px 40px rgba(var(--ancient-rgb), 0.12) !important;
    border-color: var(--ripple-bg);
}

.product-item img {
    transition: transform 0.4s ease;
}

.product-item:hover img {
    transform: scale(1.04);
}

.product-item h5 a {
    transition: color 0.3s ease;
}

.product-item:hover h5 a {
    color: var(--orange-dark) !important;
}

.product-item .btn {
    transition: all 0.3s ease;
}

.product-item .btn:hover {
    background-color: var(--primary-color) !important;
    color: var(--white-color) !important;
}

.product-item .badge {
    font-size: 12px;
}

.product-item a.btn {
    border: 1px solid;
}

.product-item a.btn:hover i {
    color: #ffffff;
}


/* ==========================================
   BLOG SECTION
========================================== */

.rk-blog-section {
    position: relative;
    background: var(--light-bg) !important;
    overflow: hidden;
}

/* .rk-blog-section::before {
    content: "";
    position: absolute;
    width: 380px;
    height: 380px;
    top: -180px;
    right: -140px;
    border-radius: 50%;
    background: rgba(var(--highlight-bg-rgb), .045);
}

.rk-blog-section::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    bottom: -150px;
    left: -100px;
    border-radius: 50%;
    background: rgba(var(--primary-rgb), .035);
} */


/* ==========================================
   HEADING
========================================== */

.rk-blog-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    padding: 8px 17px;

    border-radius: 50px;

    background: var(--ripple-bg);

    color: var(--orange);

    font-size: 12px;
    font-weight: 800;

    letter-spacing: 1.6px;
}

.rk-blog-label span {
    width: 6px;
    height: 6px;

    background: var(--primary-color);

    border-radius: 50%;
}

.rk-blog-title {
    color: var(--ancient-color);

    font-size: clamp(36px, 4vw, 50px);

    line-height: 1.15;

    font-weight: 800;
}

.rk-blog-title span {
    color: var(--primary-color);
}

.rk-blog-intro {
    max-width: 680px;

    color: var(--text-color);

    font-size: 16px;

    line-height: 1.7;
}


/* ==========================================
   BLOG CARD
========================================== */

.rk-blog-card {
    position: relative;

    background: var(--white-color);

    border: 1px solid var(--ripple-bg);

    border-radius: 22px;

    overflow: hidden;

    box-shadow: 0 10px 30px rgba(var(--ancient-rgb), .055);

    transition:
        transform .35s ease,
        box-shadow .35s ease,
        border-color .35s ease;
}

.rk-blog-card:hover {
    transform: translateY(-8px);

    border-color: var(--ripple-bg);

    box-shadow: 0 22px 45px rgba(var(--ancient-rgb), .12);
}


/* ==========================================
   IMAGE
========================================== */

.rk-blog-image {
    height: 245px;

    background: var(--light-bg);
}

.rk-blog-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform .55s ease;
}

.rk-blog-card:hover .rk-blog-image img {
    transform: scale(1.06);
}


/* ==========================================
   DATE
========================================== */

.rk-blog-date {
    position: absolute;

    top: 18px;
    left: 18px;

    width: 62px;
    height: 62px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    background: var(--white-color);

    border-radius: 14px;

    box-shadow: 0 8px 22px rgba(var(--black-rgb), .12);
}

.rk-blog-date strong {
    color: var(--ancient-color);

    font-size: 22px;

    line-height: 1;

    font-weight: 800;
}

.rk-blog-date span {
    margin-top: 4px;

    color: var(--primary-color);

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 1px;
}


/* ==========================================
   CONTENT
========================================== */

.rk-blog-content {
    padding: 25px 26px 24px;
}

.rk-blog-category {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 12px;
    margin-bottom: 16px;
    border-radius: 50px;
    background: var(--ripple-bg);
    color: var(--black-color);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .7px;
}

.rk-blog-category i {
    font-size: 10px;
}


.rk-blog-content h3 {
    margin: 0 0 12px;

    color: var(--black-color);

    font-size: 22px;

    line-height: 1.3;

    font-weight: 800;

    transition: color .3s ease;
}

.rk-blog-card:hover .rk-blog-content h3 {
    color: var(--orange);
}


.rk-blog-content p {
    margin: 0 0 22px;

    color: var(--text-color);

    font-size: 14px;

    line-height: 1.7;
}


/* ==========================================
   READ MORE
========================================== */

.rk-blog-read {
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding-top: 17px;

    border-top: 1px solid var(--ripple-bg);

    color: var(--dark-text);

    font-size: 13px;

    font-weight: 800;
}

.rk-blog-arrow {
    width: 34px;
    height: 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: var(--ripple-bg);

    color: var(--orange);

    transition: all .3s ease;
}

.rk-blog-card:hover .rk-blog-arrow {
    background: var(--orange);

    color: var(--white-color);

    transform: translateX(4px);
}


/* ==========================================
   VIEW ALL BUTTON
========================================== */

.rk-blog-view-btn {
    color: var(--orange) !important;

    background: var(--white-color);

    border: 1px solid var(--orange);

    transition: all .3s ease;
}

.rk-blog-view-btn:hover {
    background: var(--orange);

    color: var(--white-color) !important;

    transform: translateY(-2px);

    box-shadow: 0 10px 25px rgba(var(--highlight-bg-rgb), .15);
}




/* ==========================================
   HEADER SEARCH
========================================== */

.site-search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;

    background: rgba(var(--white-rgb), .98);

    padding: 30px 0;

    z-index: 99999;

    border-bottom: 1px solid var(--ripple-bg);

    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;

    transition:
        transform .35s ease,
        opacity .3s ease,
        visibility .3s ease;
}


/* Search Open */

.site-search-overlay.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}


/* ==========================================
   SEARCH FORM
========================================== */

.site-search-form {
    width: min(745px, 70vw);
}

.site-search-form .input-group {
    height: 52px;

    border: 3px solid var(--ancient-color);

    border-radius: 16px;

    overflow: hidden;

    background: var(--white-color);
}


/* Input */

.site-search-form .form-control {
    height: 100%;

    border: 0 !important;

    box-shadow: none !important;

    padding: 0 20px;

    color: var(--orange-dark);

    font-size: 14px;
}

.site-search-form .form-control::placeholder {
    color: var(--text-color);
}


/* Search Button */

.site-search-submit {
    width: 55px;

    border: 0 !important;

    background: transparent;

    color: var(--ancient-color);

    font-size: 18px;
}

.site-search-submit:hover {
    color: var(--primary-color);
}


/* ==========================================
   CLOSE BUTTON
========================================== */

.site-search-close {
    width: 42px;
    height: 42px;

    padding: 0;

    border: 0;

    background: transparent;

    color: var(--ancient-color);

    font-size: 25px;

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;

    transition:
        color .25s ease,
        transform .25s ease;
}

.site-search-close:hover {
    color: var(--primary-color);

    transform: rotate(90deg);
}




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

@media (max-width: 767px) {

    .site-search-overlay {
        padding: 20px 0;
    }

    .site-search-form {
        width: 100%;
    }

    .site-search-form .input-group {
        height: 48px;
    }

    .site-search-close {
        width: 32px;
        min-width: 32px;

        font-size: 22px;
    }

}

/****************************************************** media query *************************************************************/
/* ==========================================================================
   LARGE TABLET / SMALL LAPTOP
   992px - 1199px
   ========================================================================== */

@media (min-width: 992px) and (max-width: 1199px) {

    /* Hero */
    .hero-section {
        height: 82vh;
        min-height: 620px;
    }

    .hero-section .display-3 {
        font-size: 3rem !important;
        line-height: 1.08;
    }

    .hero-section .lead {
        max-width: 580px;
    }

    /* About */
    .rk-about-main-image img {
        height: 480px;
    }

    .rk-about-content {
        padding-left: 10px;
    }

    .rk-about-content h3 {
        font-size: 40px;
    }

    .rk-feature-box {
        gap: 10px;
    }

    .rk-feature-icon {
        min-width: 50px;
        width: 50px;
        height: 50px;
    }

    /* Stats */
    .rk-about-stats {
        padding: 24px 15px;
    }

    .rk-stat-item {
        gap: 10px;
    }

    .rk-stat-item strong {
        font-size: 32px;
    }

    .rk-stat-item span {
        font-size: 14px;
    }

    .rk-stat-icon {
        width: 46px;
        height: 46px;
        min-width: 46px;
    }

    /* Feature section */
    .rk-feature-heading {
        max-width: 45%;
    }

    .rk-feature-card {
        padding: 25px 20px;
        min-height: 300px;
    }

    .rk-feature-card h3 {
        font-size: 19px;
    }

    /* Category cards */
    .premium-cat-card {
        height: 380px;
    }

    /* Blog */
    .rk-blog-content {
        padding: 22px 20px;
    }

    .rk-blog-content h3 {
        font-size: 20px;
    }

    /* Contact */
    #contact .col-lg-6 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media (max-width: 1024px) {
    .header-search-icon {
        display: none;
    }

    .desktop-hamburger {
        display: none !important;
    }
}


/* ==========================================================================
   TABLET
   768px - 991px
   ========================================================================== */

@media (min-width: 768px) and (max-width: 991px) {

    header.navbar-wrapper.position-absolute.w-100.z-3 {
        top: 0 !important;
    }

    /* General */
    .container-fluid {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    /* Hero */
    .hero-section {
        height: 78vh;
        min-height: 580px;
    }

    .hero-section .display-3 {
        font-size: 2.8rem !important;
        line-height: 1.08;
        margin-top: 25px !important;
    }

    .hero-section .lead {
        font-size: 17px;
        max-width: 600px;
    }

    /* Marquee */
    .cross-marquee-section {
        height: 85px !important;
    }

    .ticker-content {
        font-size: 1rem !important;
    }

    /* About */
    .rk-about-section .row.align-items-center {
        --bs-gutter-y: 35px;
    }

    .rk-about-main-image img {
        height: 460px;
    }

    .rk-about-content {
        padding-left: 0;
    }

    .rk-about-content h3 {
        font-size: 38px;
    }

    .rk-about-description {
        max-width: 100%;
    }

    .rk-feature-box {
        gap: 12px;
    }

    .rk-feature-icon {
        width: 52px;
        min-width: 52px;
        height: 52px;
    }

    /* Stats */
    .rk-about-stats {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 22px 15px;
        padding: 25px 20px;
    }

    .rk-stat-item {
        justify-content: flex-start;
    }

    .rk-stat-divider {
        display: none;
    }

    .rk-stat-item strong {
        font-size: 32px;
    }

    .rk-stat-item span {
        font-size: 14px;
    }

    /* Category heading */
    .rk-feature-heading {
        max-width: 60%;
    }

    .rk-feature-heading h2 {
        font-size: 34px;
    }

    /* Category cards */
    .premium-cat-card {
        height: 380px;
    }

    .premium-cat-content {
        padding: 22px !important;
    }

    .content-shift {
        transform: translateY(15px);
    }

    /* Prevent hover-only content from disappearing on touch devices */
    .premium-cat-card .explore-link {
        opacity: 1;
        transform: translateY(0);
    }

    /* Stats & certification */
    .stats-cutout-container {
        padding-bottom: 15px;
    }

    .stats-cutout-container .p-md-5 {
        padding: 30px !important;
    }

    .stats-cutout-bg {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }

    /* Why choose */
    .rk-feature-section {
        padding: 50px 0;
    }

    .rk-feature-section .rk-feature-heading {
        max-width: 750px;
    }

    .rk-feature-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }

    .rk-feature-card {
        min-height: 285px;
    }

    /* Product section */
    .product-item img {
        max-height: 100%;
    }

    /* Blog */
    .rk-blog-section .rk-feature-heading {
        max-width: 60%;
    }

    .rk-blog-content {
        padding: 22px;
    }

    .rk-blog-content h3 {
        font-size: 20px;
    }

    /* Contact */
    #contact .row.g-5 {
        --bs-gutter-y: 35px;
    }

    #contact .col-lg-6 {
        padding-left: 22px !important;
        padding-right: 22px !important;
    }

    #contact .col-lg-6>img {
        height: 450px !important;
    }

    header.navbar-wrapper.position-absolute.w-100.z-3 {
        top: 0 !important;
    }

    #mega-menu-wrap-primary .mega-menu-toggle {
        display: none !important;
    }

    #mega-menu-wrap-primary .mega-menu-toggle+#mega-menu-primary {
        display: block !important;
        background-color: transparent !important;
    }

    a.mega-menu-link {
        background: transparent !important;
    }


}


/* ==========================================================================
   MOBILE
   576px - 767px
   ========================================================================== */

@media (min-width: 576px) and (max-width: 767px) {

    /* General */
    .container-fluid {
        padding-left: 22px !important;
        padding-right: 22px !important;
    }

    header.navbar-wrapper.position-absolute.w-100.z-3 {
        top: 0 !important;
    }

    /* Hero */
    .hero-section {
        height: 78vh;
        min-height: 560px;
    }

    .hero-section .display-3 {
        font-size: 2.5rem !important;
        line-height: 1.08;
        margin-top: 15px !important;
        margin-bottom: 22px !important;
    }

    .hero-section .lead {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 30px !important;
    }

    .hero-section .btn {
        padding: 12px 28px !important;
        font-size: 15px !important;
    }

    /* Marquee */
    .cross-marquee-section {
        height: 70px !important;
    }

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

    .ticker-content span {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    /* About */
    .rk-about-section .row.align-items-center {
        padding-top: 30px !important;
    }

    .rk-about-main-image img {
        height: 400px;
    }

    .rk-about-content {
        padding-left: 0;
        margin-top: 5px;
    }

    .rk-content-eyebrow {
        font-size: 12px;
    }

    .rk-about-content h3 {
        font-size: 34px;
        margin: 10px 0 15px;
    }

    .rk-about-description {
        font-size: 15px;
        line-height: 1.65;
    }

    .rk-feature-box {
        gap: 12px;
    }

    .rk-feature-icon {
        width: 50px;
        min-width: 50px;
        height: 50px;
        font-size: 18px;
    }

    .rk-feature-box h5 {
        font-size: 14px;
    }

    .rk-feature-box p {
        font-size: 12px;
    }

    /* About button */
    .rk-about-content .btn {
        width: auto;
        font-size: 14px !important;
        padding: 11px 20px !important;
    }

    /* Stats */
    .rk-about-stats {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 12px;
        padding: 22px 18px;
        margin-top: 35px !important;
        border-radius: 18px;
    }

    .rk-stat-divider {
        display: none;
    }

    .rk-stat-item {
        gap: 10px;
    }

    .rk-stat-icon {
        width: 42px;
        min-width: 42px;
        height: 42px;
        font-size: 16px;
    }

    .rk-stat-item strong {
        font-size: 27px;
    }

    .rk-stat-item span {
        font-size: 12px;
    }

    /* Section headings */
    .rk-feature-heading {
        max-width: 100%;
    }

    .rk-feature-heading h2 {
        font-size: 32px;
        line-height: 1.15;
    }

    .rk-feature-label {
        font-size: 11px;
        letter-spacing: 1.5px;
    }

    /* Categories heading */
    section>.container-fluid>.d-flex.flex-column.flex-md-row {
        margin-bottom: 30px !important;
    }

    section>.container-fluid>.d-flex .btn {
        padding: 11px 22px !important;
        font-size: 14px !important;
    }

    /* Category cards */
    .premium-cat-card {
        height: 360px;
    }

    .premium-cat-content {
        padding: 20px !important;
    }

    .premium-cat-content h3 {
        font-size: 30px !important;
    }

    .content-shift {
        transform: translateY(0);
    }

    .premium-cat-card .explore-link {
        opacity: 1;
        transform: translateY(0);
    }

    .icon-glass {
        width: 55px;
        height: 55px;
    }

    /* Certification section */
    .stats-cutout-container {
        border-radius: 18px;
    }

    .stats-cutout-container .p-4 {
        padding: 22px !important;
    }

    .stats-cutout-container h4 {
        font-size: 18px !important;
    }

    .stats-cutout-bg {
        padding: 25px 15px !important;
    }

    /* Why Choose */
    .rk-feature-section {
        padding: 45px 0;
    }

    .rk-feature-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .rk-feature-card {
        min-height: 280px;
        padding: 23px 20px;
    }

    .rk-feature-card h3 {
        font-size: 19px;
    }

    .rk-feature-card p {
        font-size: 13px;
    }

    .rk-feature-top {
        margin-bottom: 28px;
    }

    /* Product section */
    .portfolioSwiper .product-item {
        border-radius: 18px;
    }

    /* Blog */
    .rk-blog-section .rk-feature-heading {
        max-width: 100%;
    }

    .rk-blog-content {
        padding: 22px;
    }

    .rk-blog-content h3 {
        font-size: 20px;
    }

    /* Contact */
    #contact {
        padding-top: 45px !important;
        padding-bottom: 45px !important;
    }

    #contact .container-fluid {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    #contact .col-lg-6 {
        padding-left: 22px !important;
        padding-right: 22px !important;
    }

    #contact h2 {
        font-size: 32px !important;
        margin-bottom: 30px !important;
    }

    #contact .row.g-4 {
        --bs-gutter-y: 18px;
    }

    #contact .form-control {
        padding: 12px !important;
    }

    #contact .col-lg-6>img {
        height: 380px !important;
    }

    #mega-menu-wrap-primary .mega-menu-toggle {
        display: none !important;
    }

    #mega-menu-wrap-primary .mega-menu-toggle+#mega-menu-primary {
        display: block !important;
        background-color: transparent !important;
    }

    a.mega-menu-link {
        background: transparent !important;
    }


}


/* ==========================================================================
   SMALL MOBILE
   0px - 575px
   ========================================================================== */

@media (max-width: 575px) {

    /* General */
    html,
    body {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

    .container-fluid {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    /* Global typography */
    body,
    p,
    li,
    span,
    a,
    input,
    textarea {
        font-size: 14px;
    }

    h1,
    .h1 {
        font-size: 2rem !important;
    }

    h2,
    .h2 {
        font-size: 1.7rem !important;
    }

    h3,
    .h3 {
        font-size: 1.45rem !important;
    }

    h4,
    .h4 {
        font-size: 1.2rem !important;
    }

    h5,
    .h5 {
        font-size: 1rem !important;
    }

    /* ============================================================
       HERO
       ============================================================ */

    .hero-section {
        height: 82vh;
        min-height: 520px;
    }

    .hero-section .container-fluid {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .hero-section .row {
        align-items: flex-end !important;
        padding-bottom: 55px;
    }

    .hero-section .col-lg-6 {
        width: 100%;
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

    .hero-section .display-3 {
        font-size: 2.15rem !important;
        line-height: 1.08;
        margin-top: 0 !important;
        margin-bottom: 18px !important;
    }

    .hero-section .lead {
        font-size: 14px;
        line-height: 1.6;
        padding-right: 0 !important;
        margin-bottom: 25px !important;
        opacity: .85;
    }

    .hero-section .btn {
        padding: 11px 22px !important;
        font-size: 13px !important;
    }

    /* ============================================================
       MARQUEE
       ============================================================ */

    .cross-marquee-section {
        width: 100%;
        overflow: hidden;
        position: relative;
        height: 200px;
        padding: 0;
        margin: 0;
    }

    .cross-marquee-section .marquee-track {
        position: absolute;
        top: 50%;
        left: -5px;
        width: 200%;
        height: var(--marquee-height);
        transform: translateY(-50%);
        white-space: nowrap;
        overflow: hidden;
    }

    .cross-marquee-section .ticker-wrapper {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 100%;
        transform: translateY(-50%);
    }

    .ticker-content {
        font-size: 11px !important;
        letter-spacing: .5px;
    }

    .ticker-content span {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .ticker-content i {
        margin-right: 5px !important;
    }

    /* ============================================================
       ABOUT
       ============================================================ */

    .rk-about-section .row.align-items-center {
        padding-top: 20px !important;
    }

    .rk-about-main-image {
        border-radius: 18px;
    }

    .rk-about-main-image img {
        height: 300px;
    }

    .rk-about-content {
        padding-left: 0;
    }

    .rk-content-eyebrow {
        font-size: 11px;
        letter-spacing: 1.2px;
    }

    .rk-about-content h3 {
        font-size: 30px;
        line-height: 1.12;
        margin: 8px 0 13px;
    }

    .rk-about-description {
        font-size: 14px;
        line-height: 1.65;
    }

    /* About feature boxes */
    .rk-about-content .row.g-4 {
        --bs-gutter-x: 12px;
        --bs-gutter-y: 18px;
    }

    .rk-feature-box {
        gap: 10px;
    }

    .rk-feature-icon {
        width: 44px;
        min-width: 44px;
        height: 44px;
        border-radius: 10px;
        font-size: 16px;
    }

    .rk-feature-box h5 {
        font-size: 13px;
        margin-bottom: 4px;
    }

    .rk-feature-box p {
        font-size: 11px;
        line-height: 1.45;
    }

    /* About CTA */
    .rk-about-content .btn {
        width: 100%;
        justify-content: center;
        padding: 11px 15px !important;
        font-size: 13px !important;
    }

    /* ============================================================
       ABOUT STATS
       ============================================================ */

    .rk-about-stats {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px 8px;
        padding: 18px 12px;
        margin-top: 28px !important;
        border-radius: 16px;
    }

    .rk-stat-divider {
        display: none;
    }

    .rk-stat-item {
        gap: 8px;
        align-items: center;
    }

    .rk-stat-icon {
        width: 36px;
        min-width: 36px;
        height: 36px;
        font-size: 13px;
    }

    .rk-stat-item strong {
        font-size: 23px;
        margin-bottom: 3px;
    }

    .rk-stat-item span {
        font-size: 10px;
        line-height: 1.25;
    }

    /* ============================================================
       SECTION HEADINGS
       ============================================================ */

    .rk-feature-heading {
        max-width: 100%;
    }

    .rk-feature-heading h2 {
        font-size: 27px;
        line-height: 1.15;
    }

    .rk-feature-heading p {
        font-size: 13px;
        line-height: 1.6;
    }

    .rk-feature-label {
        font-size: 9px;
        letter-spacing: 1.2px;
        gap: 6px;
        margin-bottom: 10px;
    }

    .rk-feature-label span {
        width: 5px;
        height: 5px;
    }

    /* ============================================================
       CATEGORY SECTION
       ============================================================ */

    .premium-cat-card {
        height: 330px;
        border-radius: 18px !important;
    }

    .premium-cat-content {
        padding: 17px !important;
    }

    .premium-cat-content h3 {
        font-size: 27px !important;
        margin-bottom: 6px !important;
    }

    .premium-cat-content p {
        font-size: 11px !important;
        line-height: 1.5;
        margin-bottom: 15px !important;
    }

    .content-shift {
        transform: translateY(0);
    }

    /* Always make CTA visible on touch */
    .premium-cat-card .explore-link {
        opacity: 1;
        transform: translateY(0);
        font-size: 12px !important;
    }

    .explore-link i {
        padding: 7px !important;
        margin-left: 8px !important;
    }

    .icon-glass {
        width: 48px;
        height: 48px;
        font-size: 16px;
    }

    .premium-cat-content .badge {
        font-size: 10px !important;
        padding: 7px 10px !important;
    }

    /* ============================================================
       CERTIFICATIONS / STATS CUTOUT
       ============================================================ */

    .stats-cutout-container {
        border-radius: 16px;
        padding-bottom: 10px;
    }

    .stats-cutout-container .p-4 {
        padding: 18px !important;
    }

    .stats-cutout-container h4 {
        font-size: 16px !important;
        line-height: 1.45 !important;
    }

    .stats-cutout-bg {
        padding: 20px 8px !important;
    }

    .stats-cutout-bg img {
        width: 75px !important;
        height: 75px !important;
    }

    /* ============================================================
       WHY CHOOSE
       ============================================================ */

    .rk-feature-section {
        padding: 40px 0;
    }

    .rk-feature-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .rk-feature-card {
        min-height: 245px;
        padding: 22px 20px;
        border-radius: 17px;
    }

    .rk-feature-top {
        margin-bottom: 25px;
    }

    .rk-feature-card h3 {
        font-size: 18px;
        line-height: 1.3;
    }

    .rk-feature-card p {
        font-size: 13px;
        line-height: 1.6;
    }

    .rk-feature-card .rk-feature-icon {
        width: 48px;
        height: 48px;
        font-size: 18px;
    }

    .rk-feature-arrow {
        right: 18px;
        bottom: 18px;
    }

    /* ============================================================
       PRODUCT SLIDER
       ============================================================ */

    .portfolioSwiper .product-item {
        border-radius: 17px;
    }

    .portfolioSwiper .product-item .p-3 {
        padding: 10px !important;
    }

    .portfolioSwiper .product-item .p-4 {
        padding: 18px !important;
    }

    .portfolioSwiper .product-item img {
        object-fit: contain !important;
    }

    .portfolioSwiper .product-item h5 {
        font-size: 16px !important;
        margin-bottom: 18px !important;
    }

    .portfolioSwiper .product-item .badge {
        font-size: 10px;
        padding: 7px 10px !important;
    }

    .portfolioSwiper .product-item .btn {
        font-size: 12px;
        padding: 9px !important;
    }

    /* Navigation buttons */
    .product-prev,
    .product-next {
        width: 40px !important;
        height: 40px !important;
    }

    /* ============================================================
       BLOG
       ============================================================ */

    .rk-blog-section {
        overflow: hidden;
    }

    .rk-blog-content {
        padding: 20px 18px;
    }

    .rk-blog-image {
        height: 210px;
    }

    .rk-blog-date {
        width: 52px;
        height: 52px;
        top: 14px;
        left: 14px;
        border-radius: 11px;
    }

    .rk-blog-date strong {
        font-size: 18px;
    }

    .rk-blog-date span {
        font-size: 8px;
    }

    .rk-blog-category {
        font-size: 9px;
        padding: 6px 10px;
        margin-bottom: 12px;
    }

    .rk-blog-content h3 {
        font-size: 18px;
        line-height: 1.3;
    }

    .rk-blog-content p {
        font-size: 12px;
        line-height: 1.6;
        margin-bottom: 17px;
    }

    .rk-blog-read {
        font-size: 11px;
        padding-top: 13px;
    }

    .rk-blog-arrow {
        width: 30px;
        height: 30px;
    }

    /* ============================================================
       CONTACT
       ============================================================ */

    #contact {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    #contact .container-fluid {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    #contact .row.g-5 {
        --bs-gutter-y: 30px;
    }

    #contact .col-lg-6 {
        padding-left: 22px !important;
        padding-right: 22px !important;
    }

    #contact h2 {
        font-size: 28px !important;
        line-height: 1.15;
        margin-bottom: 25px !important;
    }

    #contact .border.rounded-pill {
        padding: 5px 12px !important;
    }

    #contact .form-label {
        font-size: 10px !important;
    }

    #contact .row.g-4 {
        --bs-gutter-x: 12px;
        --bs-gutter-y: 15px;
    }

    #contact .form-control {
        font-size: 13px !important;
        padding: 11px !important;
    }

    #contact textarea {
        min-height: 110px;
    }

    #contact button {
        width: 100%;
        padding: 11px 20px !important;
        font-size: 13px !important;
    }

    #contact .col-lg-6>img {
        width: 100% !important;
        height: 280px !important;
        border-radius: 15px !important;
    }

    header.navbar-wrapper.position-absolute.w-100.z-3 {
        top: 0 !important;
    }

    #mega-menu-wrap-primary .mega-menu-toggle {
        display: none !important;
    }

    #mega-menu-wrap-primary .mega-menu-toggle+#mega-menu-primary {
        display: block !important;
        background-color: transparent !important;
    }

    a.mega-menu-link {
        background: transparent !important;
    }

    .hide-on-mobile {
        display: none !important;
    }
}


/* ==========================================================================
   EXTRA SMALL MOBILE
   0px - 380px
   ========================================================================== */

@media (max-width: 380px) {

    .container-fluid {
        padding-left: 13px !important;
        padding-right: 13px !important;
    }

    /* Hero */
    .hero-section {
        min-height: 500px;
    }

    .hero-section .display-3 {
        font-size: 1.9rem !important;
    }

    .hero-section .lead {
        font-size: 13px;
    }

    /* About */
    .rk-about-main-image img {
        height: 270px;
    }

    .rk-about-content h3 {
        font-size: 27px;
    }

    /* Stats */
    .rk-about-stats {
        padding: 15px 8px;
        gap: 13px 5px;
    }

    .rk-stat-icon {
        width: 32px;
        min-width: 32px;
        height: 32px;
        font-size: 11px;
    }

    .rk-stat-item {
        gap: 6px;
    }

    .rk-stat-item strong {
        font-size: 20px;
    }

    .rk-stat-item span {
        font-size: 9px;
    }

    /* Section heading */
    .rk-feature-heading h2 {
        font-size: 24px;
    }

    /* Category */
    .premium-cat-card {
        height: 310px;
    }

    .premium-cat-content h3 {
        font-size: 24px !important;
    }

    /* Feature */
    .rk-feature-card {
        min-height: 230px;
        padding: 20px 17px;
    }

    .rk-feature-card h3 {
        font-size: 17px;
    }

    .rk-feature-card p {
        font-size: 12px;
    }

    /* Contact */
    #contact h2 {
        font-size: 25px !important;
    }

    header.navbar-wrapper.position-absolute.w-100.z-3 {
        top: 0 !important;
    }

    #mega-menu-wrap-primary .mega-menu-toggle {
        display: none !important;
    }

    #mega-menu-wrap-primary .mega-menu-toggle+#mega-menu-primary {
        display: block !important;
        background-color: transparent !important;
    }

    a.mega-menu-link {
        background: transparent !important;
    }
}


/* ==========================================================================
   TOUCH DEVICES
   Disable hover-dependent hidden content behaviour
   ========================================================================== */

@media (hover: none) and (pointer: coarse) {

    .premium-cat-card .explore-link {
        opacity: 1;
        transform: translateY(0);
    }

    .premium-cat-card .content-shift {
        transform: translateY(0);
    }

    .premium-cat-card:hover .premium-cat-bg {
        transform: none;
    }

    .premium-cat-card:hover .icon-glass {
        transform: none;
    }

    .product-item:hover,
    .rk-feature-card:hover,
    .rk-blog-card:hover {
        transform: none;
    }
}


/* ==========================================================================
   LANDSCAPE MOBILE
   ========================================================================== */

@media (max-width: 767px) and (orientation: landscape) {

    .hero-section {
        height: 100vh;
        min-height: 500px;
    }

    .hero-section .row {
        align-items: center !important;
        padding-bottom: 0;
    }

    .hero-section .display-3 {
        font-size: 2rem !important;
    }

    .hero-section .lead {
        max-width: 600px;
    }

    .premium-cat-card {
        height: 320px;
    }
}


/* ==========================================================================
   REDUCE MOTION - ACCESSIBILITY
   ========================================================================== */

@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}


/* Contact Page 
   --------
 Contact Cards */
.icon-box {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(var(--primary-rgb), 0.1);
}

.contact-card {
    border: 1px solid var(--ripple-bg);
    border-radius: 12px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px -5px rgba(var(--black-rgb), 0.05);
}

.contact-card .icon-box i {
    color: var(--primary-color);
    font-size: 20px;
}

/* About US Page */

/* ==========================================
   ABOUT PAGE
========================================== */

.about-page {
    color: var(--gray-800);
}

/* ABOUT INTRO */
.about-intro {
    padding: 75px 0;
}

.about-image {
    border-radius: 18px;
    overflow: hidden;
    height: 100%;
    min-height: 400px;
    background: var(--ripple-bg);
}

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

.about-content {
    padding-left: 30px;
}

.about-content .small-title {
    color: var(--primary-color);
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.about-content h2 {
    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
    color: var(--dark-text);
    margin-bottom: 20px;
}

.about-content p {
    font-size: 16px;
    line-height: 1.8;
    color: var(--gray-600);
    margin-bottom: 15px;
}


/* FEATURE LIST */
.about-features {
    margin-top: 25px;
}

.about-feature {
    display: flex;
    align-items: flex-start;
    margin-bottom: 18px;
}

.about-feature-icon {
    min-width: 42px;
    height: 42px;
    background: var(--ripple-bg);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
}

.about-feature-icon i {
    color: var(--primary-color);
    font-size: 19px;
}

.about-feature h5 {
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 4px;
    color: var(--dark-text);
}

.about-feature p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
}


/* ==========================================
   STATS
========================================== */

.about-stats {
    background: var(--light-bg);
    padding: 60px 0;
}

.stat-box {
    text-align: center;
    padding: 20px;
}

.stat-number {
    font-size: 40px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 5px;
}

.stat-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-color);
}


/* ==========================================
   MISSION / VISION
========================================== */

.mission-section {
    padding: 75px 0;
}

.mission-card {
    height: 100%;
    padding: 35px;
    background: var(--white-color);
    border-radius: 16px;
    border: 1px solid var(--gray-200);
    box-shadow: 0 5px 25px rgba(var(--black-rgb), 0.06);
    transition: all 0.3s ease;
}

.mission-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 35px rgba(var(--black-rgb), 0.10);
}

.mission-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--ripple-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.mission-icon i {
    color: var(--primary-color);
    font-size: 25px;
}

.mission-card h3 {
    font-size: 25px;
    font-weight: 700;
    color: var(--dark-text);
    margin-bottom: 15px;
}

.mission-card p {
    font-size: 15px;
    color: var(--gray-600);
    line-height: 1.8;
    margin: 0;
}


/* ==========================================
   WHY CHOOSE US
========================================== */

.why-section {
    background: var(--light-bg);
    padding: 75px 0;
}

.section-heading {
    text-align: center;
    margin-bottom: 45px;
}

.section-heading .small-title {
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.section-heading h2 {
    font-size: 36px;
    font-weight: 700;
    color: var(--dark-text);
    margin: 8px 0 12px;
}

.section-heading p {
    max-width: 700px;
    margin: auto;
    color: var(--gray-600);
    line-height: 1.7;
}


/* WHY CARDS */
.why-card {
    background: var(--white-color);
    border-radius: 15px;
    padding: 30px 25px;
    height: 100%;
    border: 1px solid var(--gray-200);
    transition: all 0.3s ease;
}

.why-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(var(--black-rgb), 0.08);
}

.why-icon {
    width: 55px;
    height: 55px;
    background: var(--ripple-bg);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.why-icon i {
    color: var(--primary-color);
    font-size: 23px;
}

.why-card h4 {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--dark-text);
}

.why-card p {
    font-size: 14px;
    line-height: 1.7;
    color: var(--gray-600);
    margin: 0;
}

/* ABOUT  RESPONSIVE */

@media (max-width: 991px) {

    .about-hero {
        padding: 50px 20px;
    }

    .about-hero h1 {
        font-size: 36px;
    }

    .about-intro {
        padding: 55px 15px;
    }

    .about-content {
        padding-left: 0;
        padding-top: 35px;
    }

    .about-content h2 {
        font-size: 32px;
    }

    .about-image {
        min-height: 350px;
    }

}

@media (max-width: 767px) {

    .about-hero {
        padding: 40px 15px;
    }

    .about-hero h1 {
        font-size: 30px;
    }

    .about-hero p {
        font-size: 15px;
    }

    .about-intro {
        padding: 45px 15px;
    }

    .about-image {
        min-height: 280px;
    }

    .about-content {
        padding-top: 30px;
    }

    .about-content h2 {
        font-size: 28px;
    }

    .about-content p {
        font-size: 15px;
    }

    .about-stats {
        padding: 40px 15px;
    }

    .stat-number {
        font-size: 32px;
    }

    .mission-section,
    .why-section {
        padding: 50px 15px;
    }

    .section-heading h2 {
        font-size: 29px;
    }

    .about-cta h2 {
        font-size: 28px;
    }

}

/* Director's Message */

.director-message {
    padding: 90px 0;
}

.director-photo {
    position: relative;
    padding-right: 30px;
}

.director-photo img {
    width: 100%;
    height: 560px;
    object-fit: cover;
    border-radius: 20px;
    display: block;
}

/* Image decoration */

.director-photo:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    border: 8px solid var(--ripple-bg);
    border-radius: 50%;
    left: -35px;
    top: -35px;
    z-index: -1;
}

.director-photo:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    background: var(--ripple-bg);
    border-radius: 15px;
    right: 10px;
    bottom: -10px;
    z-index: -1;
}

p.dr-msg {
    font-size: 30px;
    font-weight: 700;
}

/* MESSAGE CONTENT */

.message-content {
    padding-left: 35px;
}

.message-label {
    display: inline-block;
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.message-content h2 {
    font-size: 40px;
    line-height: 1.25;
    font-weight: 700;
    margin-bottom: 25px;
    color: var(--dark-text);
}

.message-content p {
    font-size: 16px;
    line-height: 1.9;
    color: var(--gray-600);
    margin-bottom: 18px;
}


/* =========================================
   QUOTE
========================================= */

.director-quote {
    margin: 30px 0;
    padding: 30px;
    background: var(--light-bg);
    border-radius: 15px;
    position: relative;
}

.director-quote .quote-icon {
    font-size: 45px;
    color: var(--primary-color);
    line-height: 1;
}

.director-quote p {
    color: var(--gray-800);
    font-size: 20px;
    line-height: 1.6;
    font-weight: 600;
    font-style: italic;
    margin: 0;
}


/* SIGNATURE */

.director-name {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid var(--gray-200);
}

.director-name h4 {
    font-size: 21px;
    font-weight: 700;
    margin: 0 0 5px;
}

.director-name span {
    color: var(--text-color);
    font-size: 14px;
}


/* =========================================
   VALUES
========================================= */

.director-values {
    padding: 90px 0;
    background: var(--light-bg);
}

.values-heading {
    text-align: center;
    margin-bottom: 50px;
}

.values-heading span {
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.values-heading h2 {
    font-size: 38px;
    font-weight: 700;
    margin: 10px 0 12px;
}

.values-heading p {
    max-width: 650px;
    margin: auto;
    color: var(--text-color);
    line-height: 1.7;
}


/* VALUE CARD */

.value-card {
    background: var(--white-color);
    border-radius: 16px;
    padding: 35px 28px;
    height: 100%;
    border: 1px solid var(--gray-200);
    transition: all 0.3s ease;
}

.value-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(var(--black-rgb), 0.08);
}

.value-number {
    font-size: 14px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 18px;
}

.value-card h4 {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 12px;
}

.value-card p {
    color: var(--text-color);
    font-size: 14px;
    line-height: 1.8;
    margin: 0;
}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {

    .director-hero {
        padding: 65px 20px;
    }

    .director-hero h1 {
        font-size: 42px;
    }

    .director-message {
        padding: 65px 15px;
    }

    .director-photo {
        padding-right: 0;
    }

    .director-photo img {
        height: 450px;
    }

    .message-content {
        padding-left: 0;
        padding-top: 35px;
    }

    .message-content h2 {
        font-size: 34px;
    }

}

@media (max-width: 767px) {

    .director-hero {
        padding: 50px 15px;
    }

    .director-hero h1 {
        font-size: 32px;
    }

    .director-hero p {
        font-size: 15px;
    }

    .director-message {
        padding: 50px 15px;
    }

    .director-photo img {
        height: 350px;
    }

    .message-content {
        padding-top: 35px;
    }

    .message-content h2 {
        font-size: 28px;
    }

    .message-content p {
        font-size: 15px;
    }

    .director-quote {
        padding: 22px;
    }

    .director-quote p {
        font-size: 17px;
    }


    .director-values {
        padding: 55px 15px;
    }

    .values-heading h2 {
        font-size: 30px;
    }

}

/* Our Services Page*/
.services-intro {
    padding: 90px 20px 20px;
}

.section-label {
    color: var(--primary-color);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.services-intro h2 {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
}

.services-intro p {
    color: var(--text-color);
    font-size: 17px;
    line-height: 1.8;
}


/* Services Cards */
.services-list {
    padding: 30px 20px 60px;
}

.service-card {
    height: 100%;
    background: var(--white-color);
    border: 1px solid var(--ripple-bg);
    border-radius: 18px;
    padding: 38px 32px;
    position: relative;
    overflow: hidden;
    transition: all .35s ease;
}

.service-card:before {
    content: "";
    position: absolute;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: rgba(var(--primary-rgb), .07);
    right: -30px;
    top: -30px;
    transition: .35s ease;
}

.service-card:hover {
    transform: translateY(-10px);
    border-color: rgba(var(--primary-rgb), .35);
    box-shadow: 0 20px 50px rgba(var(--black-rgb), .09);
}

.service-card:hover:before {
    transform: scale(2);
}

.service-number {
    font-size: 13px;
    font-weight: 800;
    color: var(--primary-color);
    letter-spacing: 2px;
    margin-bottom: 22px;
}

.service-icon {
    width: 68px;
    height: 68px;
    border-radius: 16px;
    background: rgba(var(--primary-rgb), .1);
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 25px;
    position: relative;
    z-index: 2;
}

.service-card h3 {
    font-size: 23px;
    font-weight: 750;
    margin-bottom: 15px;
    color: var(--ancient-color);
}

.service-card p {
    color: var(--text-color);
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 0;
}


/* Highlight Section */
.services-highlight {
    background: var(--ancient-color);
    padding: 100px 20px;
    position: relative;
    overflow: hidden;
}

.services-highlight:after {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    background: rgba(var(--primary-rgb), .08);
    border-radius: 50%;
    right: -200px;
    bottom: -250px;
}

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

.highlight-content h2 {
    color: var(--white-color);
    font-size: 44px;
    font-weight: 800;
    line-height: 1.2;
}

.highlight-content h2 span {
    color: var(--primary-color);
}

.highlight-content p {
    color: rgba(var(--white-rgb), .65);
    font-size: 17px;
    line-height: 1.8;
}

.highlight-list {
    list-style: none;
    padding: 0;
    margin: 30px 0 0;
}

.highlight-list li {
    color: var(--white-color);
    margin-bottom: 15px;
    font-size: 16px;
}

.highlight-list li i {
    color: var(--primary-color);
    margin-right: 10px;
}


/* Process */

.process-card {
    text-align: center;
    position: relative;
    padding: 20px;
}

.process-number {
    width: 70px;
    height: 70px;
    margin: 0 auto 25px;
    border-radius: 50%;
    background: var(--ancient-color);
    color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 800;
    border: 5px solid rgba(var(--primary-rgb), .15);
}

.process-card h4 {
    font-size: 20px;
    font-weight: 750;
    margin-bottom: 12px;
}

.process-card p {
    color: var(--text-color);
    font-size: 15px;
    line-height: 1.7;
}


/* Responsive */
@media (max-width: 991px) {

    .services-intro h2,
    .highlight-content h2 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .services-intro {
        padding: 65px 18px 35px;
    }

    .services-intro h2 {
        font-size: 32px;
    }

    .services-list {
        padding: 20px 18px 70px;
    }

    .service-card {
        padding: 30px 25px;
    }

    .services-highlight {
        padding: 70px 20px;
    }

    .highlight-content h2 {
        font-size: 32px;
    }

    .services-process {
        padding: 70px 18px;
    }
}

/*  PCD FRANCHISE PAGE */
.pcd-intro {
    padding: 80px 20px;
    background: var(--white-color);
}

.pcd-container {
    max-width: 1200px;
    margin: auto;
}

.pcd-intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.pcd-intro h2 {
    font-size: 38px;
    color: var(--ancient-color);
    margin-bottom: 20px;
}

.pcd-intro h2 span {
    color: var(--primary-color);
}

.pcd-intro p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 15px;
    color: var(--gray-500);
}

/* IMAGE */
.pcd-image-box {
    position: relative;
}

.pcd-image-box img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 15px;
}

.pcd-benefits {
    background: var(--light-bg);
    padding: 80px 20px;
}

.pcd-section-title {
    text-align: center;
    margin-bottom: 50px;
}

.pcd-section-title h2 {
    font-size: 38px;
    color: var(--ancient-color);
    margin-bottom: 15px;
}

.pcd-section-title h2 span {
    color: var(--primary-color);
}

.pcd-section-title p {
    max-width: 750px;
    margin: auto;
    color: var(--gray-600);
    line-height: 1.7;
}

.pcd-benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.pcd-benefit-card {
    background: var(--white-color);
    padding: 35px 25px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 5px 25px rgba(var(--black-rgb), 0.07);
    transition: 0.3s;
}

.pcd-benefit-card:hover {
    transform: translateY(-8px);
}

.pcd-icon {
    width: 65px;
    height: 65px;
    margin: 0 auto 20px;
    background: var(--ripple-bg);
    color: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

.pcd-benefit-card h3 {
    font-size: 21px;
    color: var(--ancient-color);
    margin-bottom: 12px;
}

.pcd-benefit-card p {
    color: var(--gray-600);
    line-height: 1.7;
    font-size: 15px;
}

/* PRODUCTS */
.pcd-products {
    padding: 80px 20px;
    background: var(--white-color);
}

.pcd-product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.pcd-product-card {
    border: 1px solid var(--gray-200);
    border-radius: 10px;
    padding: 30px 20px;
    text-align: center;
    transition: 0.3s;
}

.pcd-product-card:hover {
    border-color: var(--primary-color);
    box-shadow: 0 8px 25px rgba(var(--black-rgb), 0.08);
}

.pcd-product-card h3 {
    font-size: 19px;
    color: var(--ancient-color);
}

.pcd-product-card p {
    font-size: 14px;
    color: var(--text-color);
}

.pcd-process {
    padding: 80px 20px;
    background: var(--ancient-color);
    color: var(--white-color);
}

.pcd-process .pcd-section-title h2 {
    color: var(--white-color);
}

.pcd-process .pcd-section-title p {
    color: var(--gray-300);
}

.pcd-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.pcd-step {
    text-align: center;
    padding: 25px;
}

.pcd-number {
    width: 55px;
    height: 55px;
    margin: 0 auto 20px;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: bold;
}

.pcd-step h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.pcd-step p {
    color: var(--gray-300);
    line-height: 1.6;
    font-size: 14px;
}

.pcd-stats {
    padding: 60px 20px;
    background: var(--primary-color);
}

.pcd-stats-grid {
    max-width: 1100px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    text-align: center;
    color: var(--white-color);
}

.pcd-stat h3 {
    font-size: 38px;
    margin-bottom: 5px;
}

.pcd-stat p {
    margin: 0;
    font-size: 15px;
}

.pcd-btn {
    display: inline-block;
    background: var(--primary-color);
    color: var(--white-color) !important;
    padding: 14px 32px;
    border-radius: 5px;
    text-decoration: none !important;
    font-weight: 600;
    transition: 0.3s;
}

.pcd-btn:hover {
    background: var(--ancient-color);
}

/* RESPONSIVE */
@media(max-width: 991px) {

    .pcd-intro-grid {
        grid-template-columns: 1fr;
    }

    .pcd-benefit-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .pcd-product-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .pcd-process-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .pcd-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-sec {
        padding-top: 48px;
    }

    .rk-about-stats {
        margin-top: 48px;
    }
}

@media(max-width: 576px) {

    .pcd-benefits,
    .pcd-products,
    .pcd-process {
        padding: 60px 15px;
    }

    .pcd-intro h2,
    .pcd-section-title h2 {
        font-size: 28px;
    }

    .pcd-benefit-grid,
    .pcd-product-grid,
    .pcd-process-grid {
        grid-template-columns: 1fr;
    }

    .pcd-stats-grid {
        grid-template-columns: 1fr 1fr;
    }

    .pcd-stat h3 {
        font-size: 30px;
    }

    .counter {
        font-size: 26px;
        padding: 0;
    }

    .cross-marquee-section .marquee-track {
        top: -15%;
    }

    .cross-marquee-section {
        overflow: visible !important;
        margin-top: 20px !important;
    }

    .cross-marquee-section .ticker-wrapper:nth-child(1) {
        top: 0px !important;
    }

    .cross-marquee-section .ticker-wrapper:nth-child(2) {
        top: 45px !important;
    }
}