/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties {
    @supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))) {

        *,
        ::backdrop,
        :after,
        :before {
            --tw-translate-x: 0;
            --tw-translate-y: 0;
            --tw-translate-z: 0;
            --tw-rotate-x: initial;
            --tw-rotate-y: initial;
            --tw-rotate-z: initial;
            --tw-skew-x: initial;
            --tw-skew-y: initial;
            --tw-space-y-reverse: 0;
            --tw-border-style: solid;
            --tw-gradient-position: initial;
            --tw-gradient-from: #0000;
            --tw-gradient-via: #0000;
            --tw-gradient-to: #0000;
            --tw-gradient-stops: initial;
            --tw-gradient-via-stops: initial;
            --tw-gradient-from-position: 0%;
            --tw-gradient-via-position: 50%;
            --tw-gradient-to-position: 100%;
            --tw-leading: initial;
            --tw-font-weight: initial;
            --tw-shadow: 0 0 #0000;
            --tw-shadow-color: initial;
            --tw-shadow-alpha: 100%;
            --tw-inset-shadow: 0 0 #0000;
            --tw-inset-shadow-color: initial;
            --tw-inset-shadow-alpha: 100%;
            --tw-ring-color: initial;
            --tw-ring-shadow: 0 0 #0000;
            --tw-inset-ring-color: initial;
            --tw-inset-ring-shadow: 0 0 #0000;
            --tw-ring-inset: initial;
            --tw-ring-offset-width: 0px;
            --tw-ring-offset-color: #fff;
            --tw-ring-offset-shadow: 0 0 #0000;
            --tw-blur: initial;
            --tw-brightness: initial;
            --tw-contrast: initial;
            --tw-grayscale: initial;
            --tw-hue-rotate: initial;
            --tw-invert: initial;
            --tw-opacity: initial;
            --tw-saturate: initial;
            --tw-sepia: initial;
            --tw-drop-shadow: initial;
            --tw-drop-shadow-color: initial;
            --tw-drop-shadow-alpha: 100%;
            --tw-drop-shadow-size: initial;
            --tw-duration: initial
        }
    }
}

@layer theme {

    :host,
    :root {
        --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
        --color-red-400: oklch(70.4% .191 22.216);
        --color-red-500: oklch(63.7% .237 25.331);
        --color-yellow-400: oklch(85.2% .199 91.936);
        --color-yellow-500: oklch(79.5% .184 86.047);
        --color-gray-100: oklch(96.7% .003 264.542);
        --color-gray-200: oklch(92.8% .006 264.531);
        --color-gray-300: oklch(87.2% .01 258.338);
        --color-gray-400: oklch(70.7% .022 261.325);
        --color-gray-500: oklch(55.1% .027 264.364);
        --color-gray-600: oklch(44.6% .03 256.802);
        --color-gray-700: oklch(37.3% .034 259.733);
        --color-black: #000;
        --color-white: #fff;
        --spacing: .25rem;
        --container-md: 28rem;
        --container-xl: 36rem;
        --container-2xl: 42rem;
        --text-xs: .75rem;
        --text-xs--line-height: 1.33333;
        --text-sm: .875rem;
        --text-sm--line-height: 1.42857;
        --text-base: 1rem;
        --text-base--line-height: 1.5;
        --text-lg: 1.125rem;
        --text-lg--line-height: 1.55556;
        --text-xl: 1.25rem;
        --text-xl--line-height: 1.4;
        --text-2xl: 1.5rem;
        --text-2xl--line-height: 1.33333;
        --text-3xl: 1.875rem;
        --text-3xl--line-height: 1.2;
        --text-4xl: 2.25rem;
        --text-4xl--line-height: 1.11111;
        --text-5xl: 3rem;
        --text-5xl--line-height: 1;
        --font-weight-normal: 400;
        --font-weight-medium: 500;
        --font-weight-semibold: 600;
        --font-weight-bold: 700;
        --leading-tight: 1.25;
        --leading-relaxed: 1.625;
        --radius-xs: .125rem;
        --radius-sm: .25rem;
        --radius-md: .375rem;
        --radius-lg: .5rem;
        --radius-xl: .75rem;
        --radius-2xl: 1rem;
        --radius-3xl: 1.5rem;
        --shadow-sm: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
        --shadow-md: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
        --default-transition-duration: .15s;
        --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
        --default-font-family: var(--font-sans);
        --default-mono-font-family: var(--font-mono)
    }
}

@layer base {

    *,
    ::backdrop,
    :after,
    :before {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0
    }

    ::file-selector-button {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0
    }

    :host,
    html {
        -webkit-text-size-adjust: 100%;
        font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
        font-feature-settings: var(--default-font-feature-settings, normal);
        font-variation-settings: var(--default-font-variation-settings, normal);
        tab-size: 4;
        -webkit-tap-highlight-color: transparent;
        line-height: 1.5
    }

    hr {
        color: inherit;
        border-top-width: 1px;
        height: 0
    }

    abbr:where([title]) {
        -webkit-text-decoration: underline dotted;
        text-decoration: underline dotted
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: inherit;
        font-weight: inherit
    }

    a {
        color: inherit;
        -webkit-text-decoration: inherit;
        -webkit-text-decoration: inherit;
        text-decoration: inherit
    }

    b,
    strong {
        font-weight: bolder
    }

    code,
    kbd,
    pre,
    samp {
        font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
        font-feature-settings: var(--default-mono-font-feature-settings, normal);
        font-variation-settings: var(--default-mono-font-variation-settings, normal);
        font-size: 1em
    }

    small {
        font-size: 80%
    }

    sub,
    sup {
        vertical-align: baseline;
        font-size: 75%;
        line-height: 0;
        position: relative
    }

    sub {
        bottom: -.25em
    }

    sup {
        top: -.5em
    }

    table {
        border-collapse: collapse;
        border-color: inherit;
        text-indent: 0
    }

    :-moz-focusring {
        outline: auto
    }

    progress {
        vertical-align: baseline
    }

    summary {
        display: list-item
    }

    menu,
    ol,
    ul {
        list-style: none
    }

    audio,
    canvas,
    embed,
    iframe,
    img,
    object,
    svg,
    video {
        vertical-align: middle;
        display: block
    }

    img,
    video {
        max-width: 100%;
        height: auto
    }

    button,
    input,
    optgroup,
    select,
    textarea {
        color: inherit;
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0
    }

    ::file-selector-button {
        color: inherit;
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0
    }

    :where(select:is([multiple], [size])) optgroup {
        font-weight: bolder
    }

    :where(select:is([multiple], [size])) optgroup option {
        padding-inline-start: 20px
    }

    ::file-selector-button {
        margin-inline-end: 4px
    }

    ::placeholder {
        opacity: 1
    }

    @supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px) {
        ::placeholder {
            color: currentColor
        }

        @supports (color:color-mix(in lab, red, red)) {
            ::placeholder {
                color: color-mix(in oklab, currentcolor 50%, transparent)
            }
        }
    }

    textarea {
        resize: vertical
    }

    ::-webkit-search-decoration {
        -webkit-appearance: none
    }

    ::-webkit-date-and-time-value {
        min-height: 1lh;
        text-align: inherit
    }

    ::-webkit-datetime-edit {
        display: inline-flex
    }

    ::-webkit-datetime-edit-fields-wrapper {
        padding: 0
    }

    ::-webkit-datetime-edit {
        padding-block: 0
    }

    ::-webkit-datetime-edit-year-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-day-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-month-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-hour-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-minute-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-millisecond-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-second-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-meridiem-field {
        padding-block: 0
    }

    ::-webkit-calendar-picker-indicator {
        line-height: 1
    }

    :-moz-ui-invalid {
        box-shadow: none
    }

    button,
    input:where([type=button], [type=reset], [type=submit]) {
        appearance: button
    }

    ::file-selector-button {
        appearance: button
    }

    ::-webkit-inner-spin-button {
        height: auto
    }

    ::-webkit-outer-spin-button {
        height: auto
    }

    [hidden]:where(:not([hidden=until-found])) {
        display: none !important
    }
}

@layer components;

@layer utilities {
    .invisible {
        visibility: hidden
    }

    .visible {
        visibility: visible
    }

    .absolute {
        position: absolute
    }

    .relative {
        position: relative
    }

    .sticky {
        position: sticky
    }

    .inset-0 {
        inset: calc(var(--spacing)*0)
    }

    .start {
        inset-inline-start: var(--spacing)
    }

    .end {
        inset-inline-end: var(--spacing)
    }

    .top-18 {
        top: calc(var(--spacing)*18)
    }

    .right-3 {
        right: calc(var(--spacing)*3)
    }

    .right-\[126px\] {
        right: 126px
    }

    .-bottom-4 {
        bottom: calc(var(--spacing)*-4)
    }

    .bottom-3 {
        bottom: calc(var(--spacing)*3)
    }

    .bottom-8 {
        bottom: calc(var(--spacing)*8)
    }

    .left-1\/2 {
        left: 50%
    }

    .left-3 {
        left: calc(var(--spacing)*3)
    }

    .left-8 {
        left: calc(var(--spacing)*8)
    }

    .z-0 {
        z-index: 0
    }

    .z-10 {
        z-index: 10
    }

    .col-span-2 {
        grid-column: span 2/span 2
    }

    .col-span-4 {
        grid-column: span 4/span 4
    }

    .col-span-5 {
        grid-column: span 5/span 5
    }

    .col-span-6 {
        grid-column: span 6/span 6
    }

    .col-span-7 {
        grid-column: span 7/span 7
    }

    .col-span-12 {
        grid-column: span 12/span 12
    }

    .container {
        width: 100%
    }

    @media (width>=40rem) {
        .container {
            max-width: 40rem
        }
    }

    @media (width>=48rem) {
        .container {
            max-width: 48rem
        }
    }

    @media (width>=64rem) {
        .container {
            max-width: 64rem
        }
    }

    @media (width>=80rem) {
        .container {
            max-width: 80rem
        }
    }

    @media (width>=96rem) {
        .container {
            max-width: 96rem
        }
    }

    .mx-auto {
        margin-inline: auto
    }

    .mt-1 {
        margin-top: calc(var(--spacing)*1)
    }

    .mt-2 {
        margin-top: calc(var(--spacing)*2)
    }

    .mt-4 {
        margin-top: calc(var(--spacing)*4)
    }

    .mt-6 {
        margin-top: calc(var(--spacing)*6)
    }

    .mt-8 {
        margin-top: calc(var(--spacing)*8)
    }

    .mt-12 {
        margin-top: calc(var(--spacing)*12)
    }

    .mt-15 {
        margin-top: calc(var(--spacing)*15)
    }

    .mt-25 {
        margin-top: calc(var(--spacing)*25)
    }

    .mt-\[10px\] {
        margin-top: 10px
    }

    .mb-0 {
        margin-bottom: calc(var(--spacing)*0)
    }

    .mb-2 {
        margin-bottom: calc(var(--spacing)*2)
    }

    .mb-3 {
        margin-bottom: calc(var(--spacing)*3)
    }

    .mb-3\.5 {
        margin-bottom: calc(var(--spacing)*3.5)
    }

    .mb-4 {
        margin-bottom: calc(var(--spacing)*4)
    }

    .mb-5 {
        margin-bottom: calc(var(--spacing)*5)
    }

    .mb-6 {
        margin-bottom: calc(var(--spacing)*6)
    }

    .mb-8 {
        margin-bottom: calc(var(--spacing)*8)
    }

    .mb-12 {
        margin-bottom: calc(var(--spacing)*12)
    }

    .ml-1 {
        margin-left: calc(var(--spacing)*1)
    }

    .block {
        display: block
    }

    .flex {
        display: flex
    }

    .grid {
        display: grid
    }

    .hidden {
        display: none
    }

    .h-6 {
        height: calc(var(--spacing)*6)
    }

    .h-8 {
        height: calc(var(--spacing)*8)
    }

    .h-\[44px\] {
        height: 44px
    }

    .h-\[45px\] {
        height: 45px
    }

    .h-\[180px\] {
        height: 180px
    }

    .h-\[216px\] {
        height: 216px
    }

    .h-\[250px\] {
        height: 250px
    }

    .h-\[298px\] {
        height: 298px
    }

    .h-\[450px\] {
        height: 450px
    }

    .h-full {
        height: 100%
    }

    .w-6 {
        width: calc(var(--spacing)*6)
    }

    .w-8 {
        width: calc(var(--spacing)*8)
    }

    .w-80 {
        width: calc(var(--spacing)*80)
    }

    .w-\[45px\] {
        width: 45px
    }

    .w-\[75\%\] {
        width: 75%
    }

    .w-\[90px\] {
        width: 90px
    }

    .w-\[216px\] {
        width: 216px
    }

    .w-\[450px\] {
        width: 450px
    }

    .w-fit {
        width: fit-content
    }

    .w-full {
        width: 100%
    }

    .max-w-2xl {
        max-width: var(--container-2xl)
    }

    .max-w-3\/4 {
        max-width: 75%
    }

    .max-w-\[250px\] {
        max-width: 250px
    }

    .max-w-md {
        max-width: var(--container-md)
    }

    .max-w-xl {
        max-width: var(--container-xl)
    }

    .flex-1 {
        flex: 1
    }

    .-translate-x-1\/2 {
        --tw-translate-x: -50%;
        translate: var(--tw-translate-x) var(--tw-translate-y)
    }

    .rotate-\[1deg\] {
        rotate: 1deg
    }

    .transform {
        transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, )
    }

    .cursor-pointer {
        cursor: pointer
    }

    .resize {
        resize: both
    }

    .scroll-mt-20 {
        scroll-margin-top: calc(var(--spacing)*20)
    }

    .grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }

    .grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr))
    }

    .flex-col {
        flex-direction: column
    }
	
	@media (width>=64rem) {
	  .lg\:flex-row {
		flex-direction: row;
	  }
	}

    .flex-wrap {
        flex-wrap: wrap
    }

    .items-center {
        align-items: center
    }
	
	@media (width>=64rem) {
	  .lg\:items-center {
		align-items: center
	  }
	}

    .items-start {
        align-items: flex-start
    }

    .justify-between {
        justify-content: space-between
    }

    .justify-center {
        justify-content: center
    }

    .justify-end {
        justify-content: flex-end
    }

    .justify-start {
        justify-content: flex-start
    }

    .gap-1 {
        gap: calc(var(--spacing)*1)
    }

    .gap-2 {
        gap: calc(var(--spacing)*2)
    }

    .gap-2\.5 {
        gap: calc(var(--spacing)*2.5)
    }

    .gap-3 {
        gap: calc(var(--spacing)*3)
    }

    .gap-4 {
        gap: calc(var(--spacing)*4)
    }

    .gap-5 {
        gap: calc(var(--spacing)*5)
    }

    .gap-6 {
        gap: calc(var(--spacing)*6)
    }

    .gap-7\.5 {
        gap: calc(var(--spacing)*7.5)
    }

    .gap-8 {
        gap: calc(var(--spacing)*8)
    }

    .gap-10 {
        gap: calc(var(--spacing)*10)
    }

    :where(.space-y-2>:not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(var(--spacing)*2*var(--tw-space-y-reverse));
        margin-block-end: calc(var(--spacing)*2*(1 - var(--tw-space-y-reverse)))
    }

    :where(.space-y-\[48px\]>:not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(48px*var(--tw-space-y-reverse));
        margin-block-end: calc(48px*(1 - var(--tw-space-y-reverse)))
    }

    .overflow-hidden {
        overflow: hidden
    }

    .rounded {
        border-radius: .25rem
    }

    .rounded-2xl {
        border-radius: var(--radius-2xl)
    }

    .rounded-3xl {
        border-radius: var(--radius-3xl)
    }

    .rounded-\[16px\] {
        border-radius: 16px
    }

    .rounded-\[20px\] {
        border-radius: 20px
    }

    .rounded-full {
        border-radius: 3.40282e38px
    }

    .rounded-xl {
        border-radius: var(--radius-xl)
    }

    .border {
        border-style: var(--tw-border-style);
        border-width: 1px
    }

    .border-b {
        border-bottom-style: var(--tw-border-style);
        border-bottom-width: 1px
    }

    .border-\[\#00000033\] {
        border-color: #0003
    }

    .border-\[\#494949\] {
        border-color: #494949
    }

    .bg-\[\#8b4b4b\] {
        background-color: #8b4b4b
    }

    .bg-\[\#904B4F\] {
        background-color: #904b4f
    }

    .bg-\[\#f0f2f2\] {
        background-color: #f0f2f2
    }

    .bg-\[\#f24e0e\] {
        background-color: #f24e0e
    }

    .bg-gray-100 {
        background-color: var(--color-gray-100)
    }

    .bg-transparent {
        background-color: #0000
    }

    .bg-white {
        background-color: var(--color-white)
    }

    .bg-gradient-to-r {
        --tw-gradient-position: to right in oklab
    }

    .bg-gradient-to-r,
    .bg-gradient-to-t {
        background-image: linear-gradient(var(--tw-gradient-stops))
    }

    .bg-gradient-to-t {
        --tw-gradient-position: to top in oklab
    }

    .from-\[\#3b2a2a\] {
        --tw-gradient-from: #3b2a2a;
        --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))
    }

    .from-black\/80 {
        --tw-gradient-from: #000c
    }

    @supports (color:color-mix(in lab, red, red)) {
        .from-black\/80 {
            --tw-gradient-from: color-mix(in oklab, var(--color-black) 80%, transparent)
        }
    }

    .from-black\/80 {
        --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))
    }

    .via-\[\#5a1f1f\] {
        --tw-gradient-via: #5a1f1f;
        --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
        --tw-gradient-stops: var(--tw-gradient-via-stops)
    }

    .via-black\/30 {
        --tw-gradient-via: #0000004d
    }

    @supports (color:color-mix(in lab, red, red)) {
        .via-black\/30 {
            --tw-gradient-via: color-mix(in oklab, var(--color-black) 30%, transparent)
        }
    }

    .via-black\/30 {
        --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
        --tw-gradient-stops: var(--tw-gradient-via-stops)
    }

    .to-\[\#1f1f1f\] {
        --tw-gradient-to: #1f1f1f;
        --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))
    }

    .to-transparent {
        --tw-gradient-to: transparent;
        --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))
    }

    .object-cover {
        object-fit: cover
    }

    .p-3 {
        padding: calc(var(--spacing)*3)
    }

    .p-3\.5 {
        padding: calc(var(--spacing)*3.5)
    }

    .p-7 {
        padding: calc(var(--spacing)*7)
    }

    .px-3 {
        padding-inline: calc(var(--spacing)*3)
    }

    .px-\[15px\] {
        padding-inline: 15px
    }

    .px-\[20px\] {
        padding-inline: 20px
    }

    .py-1 {
        padding-block: calc(var(--spacing)*1);
    }
	
	.py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
}

    .py-1\.5 {
        padding-block: calc(var(--spacing)*1.5)
    }

    .py-3\.5 {
        padding-block: calc(var(--spacing)*3.5)
    }

    .py-4 {
        padding-block: calc(var(--spacing)*4)
    }

    .py-6 {
        padding-block: calc(var(--spacing)*6)
    }

    .py-10 {
        padding-block: calc(var(--spacing)*10)
    }

    .py-15 {
        padding-block: calc(var(--spacing)*15)
    }

    .py-\[5px\] {
        padding-block: 5px
    }

    .py-\[8px\] {
        padding-block: 8px
    }

    .pe-4 {
        padding-inline-end: calc(var(--spacing)*4)
    }

    .pe-5 {
        padding-inline-end: calc(var(--spacing)*5)
    }

    .pt-5 {
        padding-top: calc(var(--spacing)*5)
    }

    .pb-4 {
        padding-bottom: calc(var(--spacing)*4)
    }

    .pb-6 {
        padding-bottom: calc(var(--spacing)*6)
    }

    .pb-12 {
        padding-bottom: calc(var(--spacing)*12)
    }

    .pb-\[10px\] {
        padding-bottom: 10px
    }

    .pl-5 {
        padding-left: calc(var(--spacing)*5)
    }

    .text-center {
        text-align: center
    }

    .text-right {
        text-align: right
    }

    .font-mono {
        font-family: var(--font-mono)
    }

    .text-2xl {
        font-size: var(--text-2xl);
        line-height: var(--tw-leading, var(--text-2xl--line-height))
    }

    .text-3xl {
        font-size: var(--text-3xl);
        line-height: var(--tw-leading, var(--text-3xl--line-height))
    }

    .text-4xl {
        font-size: var(--text-4xl);
        line-height: var(--tw-leading, var(--text-4xl--line-height))
    }

    .text-5xl {
        font-size: var(--text-5xl);
        line-height: var(--tw-leading, var(--text-5xl--line-height))
    }

    .text-base {
        font-size: var(--text-base);
        line-height: var(--tw-leading, var(--text-base--line-height))
    }

    .text-lg {
        font-size: var(--text-lg);
        line-height: var(--tw-leading, var(--text-lg--line-height))
    }

    .text-sm {
        font-size: var(--text-sm);
        line-height: var(--tw-leading, var(--text-sm--line-height))
    }

    .text-xl {
        font-size: var(--text-xl);
        line-height: var(--tw-leading, var(--text-xl--line-height))
    }

    .text-xs {
        font-size: var(--text-xs);
        line-height: var(--tw-leading, var(--text-xs--line-height))
    }

    .leading-7 {
        --tw-leading: calc(var(--spacing)*7);
        line-height: calc(var(--spacing)*7)
    }

    .leading-14 {
        --tw-leading: calc(var(--spacing)*14);
        line-height: calc(var(--spacing)*14)
    }

    .leading-\[45px\] {
        --tw-leading: 45px;
        line-height: 45px
    }

    .leading-none {
        --tw-leading: 1;
        line-height: 1
    }

    .leading-relaxed {
        --tw-leading: var(--leading-relaxed);
        line-height: var(--leading-relaxed)
    }

    .leading-tight {
        --tw-leading: var(--leading-tight);
        line-height: var(--leading-tight)
    }

    .font-bold {
        --tw-font-weight: var(--font-weight-bold);
        font-weight: var(--font-weight-bold)
    }

    .font-medium {
        --tw-font-weight: var(--font-weight-medium);
        font-weight: var(--font-weight-medium)
    }

    .font-normal {
        --tw-font-weight: var(--font-weight-normal);
        font-weight: var(--font-weight-normal)
    }

    .font-semibold {
        --tw-font-weight: var(--font-weight-semibold);
        font-weight: var(--font-weight-semibold)
    }

    .text-\[\#904B4F\] {
        color: #904b4f
    }

    .text-black {
        color: var(--color-black)
    }

    .text-gray-300 {
        color: var(--color-gray-300)
    }

    .text-gray-400 {
        color: var(--color-gray-400)
    }

    .text-gray-500 {
        color: var(--color-gray-500)
    }

    .text-gray-600 {
        color: var(--color-gray-600)
    }

    .text-gray-700 {
        color: var(--color-gray-700)
    }

    .text-red-500 {
        color: var(--color-red-500)
    }

    .text-white {
        color: var(--color-white)
    }

    .text-white\/90 {
        color: #ffffffe6
    }

    @supports (color:color-mix(in lab, red, red)) {
        .text-white\/90 {
            color: color-mix(in oklab, var(--color-white) 90%, transparent)
        }
    }

    .text-yellow-400 {
        color: var(--color-yellow-400)
    }

    .text-yellow-500 {
        color: var(--color-yellow-500)
    }

    .uppercase {
        text-transform: uppercase
    }

    .placeholder-\[\#bfbfbf\]::placeholder {
        color: #bfbfbf
    }

    .shadow {
        --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a)
    }

    .shadow,
    .shadow-lg {
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)
    }

    .shadow-lg {
        --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a)
    }

    .filter {
        filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, )
    }

    .transition {
        transition-duration: var(--tw-duration, var(--default-transition-duration));
        transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function))
    }

    .transition-all {
        transition-duration: var(--tw-duration, var(--default-transition-duration));
        transition-property: all;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function))
    }

    .transition-colors {
        transition-duration: var(--tw-duration, var(--default-transition-duration));
        transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function))
    }

    .duration-300 {
        --tw-duration: .3s;
        transition-duration: .3s
    }

    .outline-none {
        --tw-outline-style: none;
        outline-style: none
    }

    @media (hover:hover) {
        .hover\:bg-gray-100:hover {
            background-color: var(--color-gray-100)
        }
    }

    @media (width>=40rem) {
        .sm\:col-span-6 {
            grid-column: span 6/span 6
        }

        .sm\:grid-cols-2 {
            grid-template-columns: repeat(2, minmax(0, 1fr))
        }
    }

    @media (width>=48rem) {
        .md\:col-span-1 {
            grid-column: span 1/span 1
        }

        .md\:col-span-3 {
            grid-column: span 3/span 3
        }

        .md\:col-span-6 {
            grid-column: span 6/span 6
        }

        .md\:col-span-9 {
            grid-column: span 9/span 9
        }

        .md\:mb-0 {
            margin-bottom: calc(var(--spacing)*0)
        }

        .md\:grid-cols-12 {
            grid-template-columns: repeat(12, minmax(0, 1fr))
        }

        .md\:flex-row {
            flex-direction: row
        }

        .md\:flex-nowrap {
            flex-wrap: nowrap
        }

        .md\:gap-6 {
            gap: calc(var(--spacing)*6)
        }

        .md\:gap-8 {
            gap: calc(var(--spacing)*8)
        }

        .md\:gap-10 {
            gap: calc(var(--spacing)*10)
        }

        .md\:px-0 {
            padding-inline: calc(var(--spacing)*0)
        }

        .md\:ps-\[75px\] {
            padding-inline-start: 75px
        }

        .md\:text-left {
            text-align: left
        }

        .md\:text-start {
            text-align: start
        }

        .md\:text-4xl {
            font-size: var(--text-4xl);
            line-height: var(--tw-leading, var(--text-4xl--line-height))
        }

        .md\:text-base {
            font-size: var(--text-base);
            line-height: var(--tw-leading, var(--text-base--line-height))
        }

        .md\:text-xl {
            font-size: var(--text-xl);
            line-height: var(--tw-leading, var(--text-xl--line-height))
        }
    }

    @media (width>=64rem) {
        .lg\:col-span-2 {
            grid-column: span 2/span 2
        }

        .lg\:col-span-3 {
            grid-column: span 3/span 3
        }

        .lg\:col-span-4 {
            grid-column: span 4/span 4
        }

        .lg\:col-span-6 {
            grid-column: span 6/span 6
        }

        .lg\:col-span-8 {
            grid-column: span 8/span 8
        }

        .lg\:col-span-9 {
            grid-column: span 9/span 9
        }

        .lg\:mb-6 {
            margin-bottom: calc(var(--spacing)*6)
        }

        .lg\:w-1\/2 {
            width: 50%
        }

        .lg\:grid-cols-3 {
            grid-template-columns: repeat(3, minmax(0, 1fr))
        }

        .lg\:grid-cols-4 {
            grid-template-columns: repeat(4, minmax(0, 1fr))
        }

        .lg\:grid-cols-10 {
            grid-template-columns: repeat(10, minmax(0, 1fr))
        }

        .lg\:justify-start {
            justify-content: flex-start
        }

        .lg\:gap-8 {
            gap: calc(var(--spacing)*8)
        }

        .lg\:gap-10 {
            gap: calc(var(--spacing)*10)
        }

        .lg\:gap-12 {
            gap: calc(var(--spacing)*12)
        }

        .lg\:px-0 {
            padding-inline: calc(var(--spacing)*0)
        }
    }
}

:root {
    --primary: #904b4f;
    --secondary: #ea5312;
    --spacing: .25rem;
    --space-1: 4px;
    --space-2: 8px;
    --space-3: 12px;
    --space-4: 16px;
    --space-5: 20px;
    --space-6: 24px;
    --black: #000;
    --white: #fff;
    --p-color: #323232;
    --gray-light: #bfbfbf;
    --border-color: #0003;
    --gray-footer: #252525;
    --gray-input: #c8d3e3;
    --gray-text-muted: #383030cc;
    --bg-soft: #f9fafb;
    --accent-soft: #f5baba;
    --bg-dark: #131313;
    --border-light: #0000001a;
    --radius-xs: 8px;
    --radius-sm: 10px;
    --radius-md: 12px;
    --radius-base: 16px;
    --radius-2xl: 20px;
    --radius-lg: 30px;
    --radius-xl: 40px;
    --radius-full: 50px;
    --radius-circle: 999px;
    --shadow-sm: 0 3px 8px #00000014;
    --shadow-md: 0 4px 12px #00000026;
    --transition: all .3s ease;
    --fs-2xl: 24px;
    --fs-3xl: 28px;
    --fs-4xl: 34px;
    --fs-5xl: 40px;
    --fs-hero: 44px;
    --fs-4xl-sm: 26px;
    --fs-5xl-sm: 30px;
    --fs-hero-md: 36px;
    --fs-hero-sm: 28px;
    --fs-sm: 14px;
    --fs-base: 16px;
    --fs-lg: 18px;
    --fs-xl: 20px;
    --fw-regular: 400;
    --fw-medium: 500;
    --fw-semibold: 600;
    --fw-bold: 700
}

body {
    font-family: Poppins, sans-serif
}

a {
    color: var(--secondary)
}

a,
a:hover {
    transition: var(--transition)
}

a:hover {
    text-decoration: underline
}

p {
    color: var(--p-color);
    margin-bottom: 15px;
    line-height: 1.8;
}

ul {
    font-weight: var(--fw-regular);
    position: relative
}

ul li:hover {
    color: var(--primary);
    transition: var(--transition);
}

li {
    line-height: 1.5;
    margin-bottom: 20px;
}

input[type=checkbox] {
    accent-color: #2563eb;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Onest, sans-serif;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 20px 0;
}


hr {
    color: var(--border-color);
    height: 1px
}

.onest{
    font-family: Onest, sans-serif !important;
    color: var(--black);
}

.container {
    padding-inline: calc(var(--spacing)*3);
    margin-inline: auto
}

.row {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 1rem;
    display: grid
}

.row>* {
    grid-column: span 12/span 12
}

.mt-auto {
    margin-top: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mt-15 {
    margin-top: 48px !important
}

.gap-24 {
    gap: 24px !important;
}

.text-11 {
    font-size: 44px
}

.text-4xl {
    margin-top: 6px;
    font-size: 34px !important;
    font-weight: 700 !important
}

.book-slider  .text-4xl {
	font-size: clamp(1.875rem, 1.6964rem + 0.4762vw, 2.125rem) !important;
}

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

.active {
    color: var(--primary) !important
}

.color-primary {
    color: var(--primary)
}

.color-secondary {
    color: var(--secondary)
}

.rounded-xl {
    border-radius: 12px !important
}

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

.arrow-up,
.hidden {
    display: none
}

.section-head {
    justify-content: center;
    display: flex
}

.section-head__inner {
    text-align: center;
    max-width: 42rem
}

.section-head__eyebrow {
    color: var(--secondary);
    font-size: var(--fs-base);
    font-weight: var(--fw-semibold)
}

.section-head__title {
       font-size: clamp(1.875rem, 1.4286rem + 1.1905vw, 2.5rem);
    font-weight: var(--fw-semibold);
    margin-top: 6px;
    margin-bottom: 0;
}

.btn-prmy {
    background: var(--primary);
    color: var(--white)
}

.btn-prmy,
.btn-sndry {
    border-radius: var(--radius-full);
    font-size: var(--fs-base);
    font-weight: var(--fw-medium);
    width: fit-content;
    padding: 10px 20px;
    text-decoration: none !important
}

.btn-sndry {
    background: var(--white);
    border: 1px solid var(--primary);
    color: var(--primary)
}

#showMoreBtn svg {
    transition: var(--transition);
}

#showMoreBtn.expanded svg {
    transform: rotate(180deg);
}

#showMoreBtn:hover svg path {
    fill: var(--white) !important;
}

.hover-1 {
    transition: all .3s
}

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

.hover-2 {
    transition: all .3s
}

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

.hover-3 {
    transition: all .3s
}

.hover-3:hover {
    color: var(--primary) !important
}

.hover-4 {
    transition: all .3s;
    border: 1px solid #0000 !important
}

.hover-4:hover {
    background-color: var(--white) !important;
    border: 1px solid var(--primary) !important;
    color: var(--primary) !important
}

.hover-5 {
    transition: all .3s;
    border: 1px solid #0000 !important
}

.hover-5:hover {
    background-color: var(--primary) !important;
    border: 1px solid var(--white) !important;
    color: var(--white) !important
}

header ul li a {
    color: var(--black);
    text-decoration: none !important
}

header ul li {
    transition: var(--transition);
}

header ul li a:hover {
    color: var(--primary)
}

#stickyHeader {
    padding-inline: calc(var(--spacing)*3);
    z-index: 999;
    background: #fff;
    animation: .7s smoothSticky;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 6px 9px #0000000f
}

@keyframes smoothSticky {
    0% {
        transform: translateY(-100%)
    }

    to {
        transform: translateY(0)
    }
}

.top-search-bar {
    border-bottom: 1px solid var(--primary);
    z-index: 9998;
    background: #fff;
    height: 130px;
    transition: top .2s;
    position: fixed;
    top: -130px;
    left: 0;
    right: 0;
    box-shadow: 0 3px 8px #00000014
}

.top-search-bar.open {
    top: 0
}

.top-search-inner {
    align-items: center;
    gap: var(--space-2);
    justify-content: center;
    height: 100%;
    margin: 0 auto;
    padding: 8px 16px;
    display: flex
}

.top-search-inner input {
    outline: none;
    flex: 1;
    padding: 0 14px
}

.top-search-inner .searchBar-wrapper form {
    background: var(--white);
    border-radius: var(--radius-circle);
    font-size: var(--fs-sm);
    border: 1px solid #c8d3e3;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    height: 48px;
    padding: 0 14px;
    display: flex
}

.icon-btn {
    background: var(--primary);
    place-items: center;
    display: grid;
	flex-shrink:0;
}

#searchClose,
.icon-btn {
    cursor: pointer;
    font-size: var(--fs-sm);
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 1
}

#searchClose {
    color: #000;
    font-weight: var(--fw-semibold);
    background: #d4d7df;
    place-items: center;
    display: grid;
    position: absolute;
    top: 8%;
    right: 1%
}

.bwe-service-logo img {
    width: auto;
    height: 30px;
}

.top-header span strong {
    font-weight: var(--fw-semibold)
}

.top-header{
	margin-bottom: 10px;
    border-bottom: 1px solid #0003;
    padding-bottom: 10px;
}

.bottom-header ul li {
    padding-block: 14px;
}

.nav ul li:hover {
    color: var(--primary);
    transition: var(--transition)
}

.close-menu,
.toggle-menu {
    display: none
}

.dropdown {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    display: flex;
    position: relative
}

.dropdown ul {
    background: var(--white);
    border-radius: var(--radius-sm);
    opacity: 0;
    padding-right: calc(var(--spacing)*24);
    pointer-events: none;
    white-space: nowrap;
    z-index: 10;
    width: max-content;
    transition: opacity .25s, transform .25s;
    position: absolute;
    top: 100%;
    left: 0;
    transform: translateY(-10px);
    box-shadow: 0 4px 12px #00000026
}

.dropdown:hover ul {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0)
}

.dropdown ul li {
    color: var(--black);
    padding: 10px 15px
}

footer {
    color: #bfbfbf;
    background: #131313
}



footer p {
    color: #bfbfbf !important
}

footer a {
    color: #bfbfbf;
    text-decoration: none !important
}

.footer-top ul li {
    transition: all .3s
}

.footer-top ul li a:hover {
    color: var(--primary) !important
}

.footer-mid .social-icon:hover {
    background-color: var(--primary)
}

.social-icons a {
    aspect-ratio: 1;
    background-color: #282727;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    width: 30px;
    transition: all .2s ease-in-out;
    display: flex
}

.footer-bottom a {
    transition: all .3s
}

.footer-bottom a:hover {
    color: var(--primary)
}

.footer-bottom {
    background: #252525
}

.hero-section {
    background: url(https://orangered-bat-183689.hostingersite.com/wp-content/uploads/2026/03/hero-bg.webp) 50%/cover no-repeat;
    height: 577px
}

.hero-wrapper {
    align-items: center;
    max-width: 625px;
    display: flex
}

.hero-search {
    margin-top: 40px
}

.hero-search h3 {
    font-size: var(--fs-xl);
    margin-bottom: 15px
}

.hero-btn {
    background-color: var(--primary);
    cursor: pointer;
    border-radius: 50px;
    padding: 10px 20px;
    display: inline-block
}

.hero-btn svg path {
    transition: var(--transition)
}

.hero-btn:hover svg path {
    fill: #904b4f !important
}

.search-box form {
    background: var(--white);
    border-radius: var(--radius-xl);
    align-items: center;
    padding: 6px;
    display: flex
}

.search-box form input {
    font-size: var(--fs-sm);
    font-weight: var(--fw-medium);
    background: 0 0;
    border: none;
    outline: none;
    flex: 1;
    padding: 14px
}

.search-box form button {
    background: var(--primary);
    border-radius: var(--radius-lg);
    color: var(--white);
    cursor: pointer;
    font-size: var(--fs-sm);
    align-items: center;
    gap: var(--space-2);
    border: none;
    padding: 10px 22px;
    display: flex
}

.service-marquee__parent {
    background-color: #eaeaea;
    padding-block: 20px
}

.service-marquee,
.service-marquee__parent,
.service-marquee__track {
    width: 100%;
    overflow: hidden
}

.service-marquee__text {
    white-space: nowrap;
    align-items: center;
    gap: 50px;
    width: max-content;
    animation: 25s linear infinite marquee;
    display: flex
}

.service-marquee__text p {
    font-weight: var(--fw-semibold);
    margin-bottom: 0 !important
}

.service-marquee__text p span {
    color: var(--primary);
    margin-right: 10px
}

.service-marquee__text img {
    width: 30px;
    height: 30px
}

@keyframes marquee {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(-50%)
    }
}

@media (width>=768px) {
    .animate-marquee {
        animation: 40s linear infinite marquee
    }
}

.bestseller-item {
    gap: var(--space-4);
    display: flex
}

.bestseller-item__img {
    width: 96px;
    max-width: 90px
}

.bestseller-item__content {
    gap: var(--space-2);
    flex-direction: column;
    justify-content: center;
    display: flex
}

.bestseller-item__content h4 a,
.book-card-wrapper h4 a {
    color: var(--black)
}

.book-card {
    border-color: var(--border-color)
}

.book-card img {
    object-fit: cover;
}

.book-card select {
    width: 180px
}

.book-rating-badge {
    background: var(--white);
    border-radius: var(--radius-full);
    box-shadow: var(--shadow-sm);
    gap: var(--space-2);
    padding: 8px 15px;
    display: flex;
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translate(-50%)
}

.book-meta-row,
.book-price-row {
    margin-top: var(--space-2);
    justify-content: space-between;
    align-items: center;
    display: flex
}

.book-now-btn {
    background: var(--primary);
    border-radius: var(--radius-full);
    color: var(--white);
    cursor: pointer;
    font-size: var(--fs-sm);
    padding: 6px 20px;
    text-decoration: none !important
}

.book-marquee>div {
    will-change: transform
}

.book-slider {
    border-radius: var(--radius-md);
    background: url(https://orangered-bat-183689.hostingersite.com/wp-content/uploads/2026/03/book-bg-img.webp) 50%/cover no-repeat;
    height: 450px
}

@keyframes scrollUp {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(-50%)
    }
}

@keyframes scrollDown {
    0% {
        transform: translateY(-50%)
    }

    to {
        transform: translateY(0)
    }
}

.animate-scroll-up {
    animation: 30s linear infinite scrollUp
}

.animate-scroll-down {
    animation: 30s linear infinite scrollDown
}

.book-features .feature-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 20px;
    display: flex
}

.book-features .feature-item--end {
    justify-content: flex-end;
    align-items: flex-end
}

.book-features .feature-item__icon {
    background: var(--accent-soft);
    border-radius: var(--radius-circle);
    font-size: var(--fs-xl);
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    display: flex
}

.book-features .feature-item__title {
    font-size: var(--fs-lg);
    font-weight: var(--fw-semibold)
}

.book-features .feature-item__text {
    color: var(--gray-text-muted);
    font-size: var(--fs-base);
    font-weight: var(--fw-medium);
    margin-top: var(--space-2);
    margin-bottom: 0 !important
}

.swiper-slide {
    height: auto !important;
    display: flex !important
}

.swiper-slide>div {
    flex-direction: column;
    display: flex
}

.swiper-slide>div>div:last-child {
    margin-top: auto
}

.read-more-btn {
    margin-bottom: 30px
}

.swiper-pagination-bullet {
    background: var(--bg-soft) !important
}

.swiper-pagination-bullet-active {
    background: var(--secondary) !important
}

.testimonial-des {
    -webkit-line-clamp: var(--lines);
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden
}

.blog-card {
    background: var(--white);
    overflow: hidden
}

.blog-card,
.blog-card__img img {
    border-radius: var(--radius-base)
}

.blog-card__img img {
    object-fit: cover;
    width: 100%;
    height: 200px
}

.blog-card__body {
    padding: 16px 8px 0
}

.blog-card__body .by-auth a {
    color: var(--black)
}

.blog-card__body .by-auth a:hover {
    color: var(--secondary);
    text-decoration: none
}
.by-auth{
	color:#323232;
}

.blog-card__title {
    font-size: var(--fs-lg);
    font-weight: var(--fw-semibold);
    -webkit-line-clamp: 2;
/*     margin-top: var(--space-4); */
    max-width: 16rem;
    -webkit-box-orient: vertical;
    line-height: 1.35;
    text-decoration: none;
    display: -webkit-box;
    overflow: hidden;
    color: var(--black);
    text-decoration: none !important;
}

.blog-card__title:hover {
    color: var(--secondary);
    cursor: pointer
}

.blog-latest-news__list .blog-card__body:first-child .blog-card__footer {
    border-top: none;
    margin-top: 0 !important
}

.blog-latest-news__list .blog-card__footer{
	margin-top:0;
}


.blog-latest-news__list  .blog-card__body{
	padding-left:0;
}

.blog-card__footer {
    border-top: 1px solid var(--border-light);
    margin-top: var(--space-4);
    justify-content: space-between;
    align-items: center;
    padding-top: 12px;
    display: flex
}

.blog-card__tag {
    font-size: var(--fs-sm);
    font-weight: var(--fw-semibold)
}

.blog-card__tag:hover {
    text-decoration: underline
}

.blog-card__link {
    color: var(--black);
    font-size: var(--fs-sm);
    font-weight: var(--fw-medium);
    align-items: center;
    gap: 4px;
    display: flex
}

.blog-card__link:hover {
    text-decoration: underline
}

.page-breadcrumb {
    background: url(https://orangered-bat-183689.hostingersite.com/wp-content/uploads/2026/03/breadcumb-bg.webp) 50%/cover no-repeat;
    align-items: center;
    min-height: 250px;
    margin-bottom: 40px;
    display: flex
}

.page-breadcrumb__content {
    text-align: center;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    display: flex
}

.yoast-breadcrumbs {
    font-size: 15px;
    font-weight: var(--fw-semibold);
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    display: flex
}

.yoast-breadcrumbs .breadcrumb_last,
.yoast-breadcrumbs a:hover {
    color: var(--black);
}

.page-breadcrumb h1 {
    font-size: clamp(1.875rem, 0.9821rem + 2.381vw, 3.125rem);
    font-weight: var(--fw-bold);
    margin-bottom: 20px;
    line-height: 1.1
}

.page_author_avatar img {
    border-radius: 50px;
    width: 30px;
    height: 30px
}

.page-breadcrumb__meta {
    color: #5a5a5a;
    font-size: var(--fs-base);
    font-weight: var(--fw-medium);
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    display: flex
}

.page-breadcrumb__meta-item {
    align-items: center;
    gap: 8px;
    display: flex
}

.page-breadcrumb__meta-item a {
    color: var(--black);
    transition: var(--transition);
    text-decoration: none
}

.page-breadcrumb__meta-item a:hover {
    color: var(--secondary)
}

.navigation.pagination .nav-links {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 50px;
    display: flex
}

.navigation.pagination .page-numbers {
    color: #333;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    min-width: 38px;
    height: 38px;
    padding: 0 12px;
    font-size: 14px;
    text-decoration: none;
    transition: all .2s;
    display: inline-flex
}

.navigation.pagination a.page-numbers:hover {
    background: #f5f5f5
}

.navigation.pagination .current {
    background: var(--primary);
    border-color: var(--primary);
    font-weight: 600;
    color: #fff !important
}

.navigation.pagination .dots {
    pointer-events: none;
    background: 0 0;
    border: none;
    padding: 0 6px
}

@media (width<=768px) {
    .navigation.pagination .nav-links {
        gap: 6px
    }

    .navigation.pagination .page-numbers {
        min-width: 34px;
        height: 34px;
        font-size: 13px
    }
}

#progress {
    cursor: pointer;
    z-index: 1;
    background: conic-gradient(#904b4f 27%, #d7d7d7 27%);
    border-radius: 50%;
    place-items: center;
    width: 50px;
    height: 50px;
    display: none;
    position: fixed;
    bottom: 20px;
    right: 10px;
    box-shadow: 0 0 10px #0003
}

#progress-value {
    background-color: #fff;
    border-radius: 50%;
    place-items: center;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    display: grid
}

.shop-layout {
    grid-template-columns: repeat(12, 1fr);
    align-items: start;
    gap: 24px;
    display: grid
}

.shop-sidebar {
    background: var(--white);
    grid-column: span 12;
    height: fit-content;
    padding: 0 16px 16px;
    position: sticky;
    top: 80px
}

.shop-sidebar__header {
    margin-bottom: var(--space-4);
    border-bottom: 2px solid #e3e3e3;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 16px;
    display: flex
}

.shop-sidebar__title {
    font-size: var(--fs-lg);
    font-weight: var(--fw-semibold)
}

.shop-sidebar__clear {
    color: var(--secondary);
    cursor: pointer;
    font-size: var(--fs-sm);
    font-weight: var(--fw-medium)
}

.shop-filter-group {
    border-bottom: 1px solid #e3e3e3;
    padding: 16px 0
}

.shop-filter-toggle {
    cursor: pointer;
    font-weight: var(--fw-semibold);
    text-align: left;
    justify-content: space-between;
    width: 100%;
    display: flex
}

.shop-filter-options {
    margin-top: var(--space-2)
}

.shop-products {
    grid-column: span 12
}

.shop-products__toolbar {
    align-items: flex-start;
    gap: var(--space-4);
    display: flex
}

.shop-products__mobile-filter-btn {
    border: 1px solid var(--gray-light);
    border-radius: var(--radius-xs);
    font-weight: var(--fw-semibold);
    margin-bottom: var(--space-4);
    padding: var(--space-2);
    width: fit-content
}

.shop-active-filters {
    gap: var(--space-2);
    margin-bottom: var(--space-4);
    flex-wrap: wrap;
    display: flex
}

.filter-label {
    align-items: center;
    gap: var(--space-2);
    margin-bottom: 5px;
    display: flex
}

#openFilter {
    display: none
}

.shop-loader {
    background: var(--bg-soft);
    border-radius: var(--radius-md);
    flex-direction: column;
    grid-column: span 12;
    justify-content: center;
    align-items: center;
    padding: 48px 0
}

.shop-loader__spinner {
    border-radius: var(--radius-circle);
    border: 4px solid #d1d5db;
    border-top: 4px solid var(--secondary);
    width: 40px;
    height: 40px;
    animation: 1s linear infinite spin
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

.shop-loader__text {
    color: #374151;
    font-size: var(--fs-base);
    font-weight: var(--fw-medium);
    margin-top: var(--space-4)
}

.shop-products__grid {
    grid-template-columns: repeat(12, 1fr);
    gap: 24px;
    display: grid
}

.shop-filter-modal {
    z-index: 50;
    background: #0006;
    justify-content: center;
    align-items: center;
    position: fixed;
    inset: 0
}

.shop-filter-modal__panel {
    background: var(--white);
    border-radius: var(--radius-base);
    box-shadow: var(--shadow-md);
    width: 90%;
    max-width: 448px;
    overflow: hidden
}

.shop-filter-modal__header {
    background: var(--secondary);
    color: var(--white);
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    display: flex
}

.shop-filter-modal__title {
    font-size: var(--fs-lg);
    font-weight: var(--fw-semibold)
}

.shop-filter-modal__close {
    border: 1px solid var(--white);
    border-radius: var(--radius-circle);
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    display: flex
}

.shop-filter-modal__body {
    max-height: 60vh;
    padding: var(--space-4);
    overflow-y: auto
}

.shop-filter-modal__footer {
    background: var(--bg-soft);
    padding: var(--space-4);
    justify-content: flex-end;
    gap: 12px;
    display: flex
}

.shop-filter-modal__reset {
    border: 1px solid var(--border-light)
}

.shop-filter-modal__apply,
.shop-filter-modal__reset {
    border-radius: var(--radius-circle);
    font-size: var(--fs-sm);
    padding: 8px 16px
}

.shop-filter-modal__apply {
    background: var(--secondary);
    color: var(--white)
}



@media (width>=1024px) {
    .shop-sidebar {
        grid-column: span 3
    }

    .shop-products {
        grid-column: span 9
    }
}

@media (width<=768px) {
    .shop-sidebar__header {
        display: none
    }
}

.blog-wrapper {
    margin-block: 30px
}

.blog-wrapper>.grid {
    grid-template-columns: repeat(12, 1fr);
    align-items: start;
    gap: 40px;
    display: grid
}

.blog-wrapper>.grid>.blog-sidebar {
    position: sticky;
    top: 80px
}

.blog-wrapper>.grid>.blog-content img {
    border-radius: 0;
    width: 75%;
    max-width: 100%;
    margin-top: 28px;
    display: block
}

.blog-wrapper>.grid>.blog-content>img {
    border-radius: var(--radius-2xl);
    width: 100%;
    margin-bottom: 32px
}

.ac-toc-wrap {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 25px;
    overflow: hidden
}

.ac-toc-wrap .toc-header {
    color: #fff;
    cursor: pointer;
    background-color: #904b4f;
    justify-content: space-between;
    align-items: center;
    padding: 14px 18px;
    font-size: 20px;
    font-weight: 600;
    display: flex;
	font-family: Onest, sans-serif;
}

.ac-toc-wrap .toc-toggle-btn {
    justify-content: center;
    align-items: center;
    display: flex
}

.ac-toc-wrap .toc-header svg {
    transition: transform .3s
}

.ac-toc-wrap.collapsed .toc-header svg {
    transform: rotate(-90deg)
}

.ac-toc-wrap .toc-body {
    background-color: #f9f9f9;
    padding-block: 17px 10px;
}

.toc-body > ul{
	margin-top:0 !important;
}

.ac-toc-wrap ul {
    margin: 0;
    list-style: outside
}

.ac-toc-wrap li {
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.5
}

.ac-toc-wrap a {
    color: #555;
    font-size: 15px;
    transition: all .3s;
    text-decoration: none !important
}

.ac-toc-wrap a:hover {
    color: #904b4f;
    text-decoration: underline !important
}

.ac-toc-wrap li.active a {
    color: #904b4f;
    font-weight: 600
}

.ac-toc-wrap.collapsed .toc-body {
    display: none
}

.blog-wrapper>.grid>.blog-content h1 {
    font-size: 40px;
    margin: 32px 0 16px;
}

.blog-wrapper>.grid>.blog-content h2 {
    font-size: 32px;
    margin: 28px 0 14px;
}

.blog-wrapper>.grid>.blog-content h3 {
    font-size: 26px;
    margin: 24px 0 12px;
}

.blog-wrapper>.grid>.blog-content h4 {
    font-size: 20px;
    margin: 20px 0 10px;
}

.blog-wrapper>.grid>.blog-content h5 {
    font-size: 16px;
    margin: 18px 0 8px;
}

.blog-wrapper>.grid>.blog-content h6 {
    font-size: 14px;
    margin: 16px 0 6px;
}

.blog-wrapper>.grid>.blog-content p {
    font-size: 17px;
}

.blog-wrapper>.grid>.blog-content a {
    color: var(--primary);
    text-underline-offset: 3px;
    text-decoration: underline;
    text-decoration-thickness: 1px
}

.blog-wrapper>.grid>.blog-content ol,
.blog-wrapper>.grid>.blog-content ul {
    margin: 10px 0 0;
    padding-left: 32px
}

.blog-wrapper>.grid>.blog-content ul {
    list-style: outside
}

.blog-wrapper>.grid>.blog-content ol {
    list-style: decimal
}

.blog-wrapper>.grid>.blog-content li {
    font-size: var(--fs-base);
    margin-bottom: 10px;
}

.blog-wrapper>.grid>.blog-content li strong {
    color: var(--secondary)
}

.blog-wrapper>.grid>.blog-content blockquote {
    border-left: 5px solid var(--primary);
    color: var(--primary);
    background: #efefef;
    margin: 28px 0;
    padding: 26px 24px
}

.blog-wrapper>.grid>.blog-content blockquote h4 {
    color: var(--secondary);
    font-size: var(--fs-base);
    letter-spacing: .2px;
    text-transform: uppercase;
    margin: 0 0 14px;
    font-weight: 800;
    line-height: 1.2
}

.blog-wrapper>.grid>.blog-content blockquote p {
    color: #323232;
    font-size: 17px;
    font-style: italic;
    font-weight: var(--fw-medium);
    margin-bottom: 14px;
    line-height: 1.7
}

.blog-wrapper>.grid>.blog-content blockquote p:last-child {
    margin-bottom: 0
}

.blog-wrapper>.grid>.blog-content table {
    border-collapse: collapse;
    width: 100%;
    margin: 24px 0;
    font-size: 16px
}

.blog-wrapper>.grid>.blog-content td,
.blog-wrapper>.grid>.blog-content th {
    text-align: left;
    border: 1px solid #e5e5e5;
    padding: 12px 14px
}

.blog-wrapper>.grid>.blog-content th {
    font-weight: var(--fw-semibold);
    background: #f7f7f7
}

.blog-wrapper>.grid>.blog-content tr:nth-child(2n) {
    background: #fafafa
}

.widget {
    background-color: #efefef;
    border-left: 5px solid #904b4f;
    max-width: 600px;
    padding: 16px 20px
}

.widget-title-sources {
    color: #904b4f;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    display: flex
}

.widget-title-sources svg {
    fill: #904b4f;
    flex-shrink: 0;
    width: 16px;
    height: 16px
}

.wp-block-list {
    list-style: none;
    margin-bottom: 0 !important;
    padding-left: 22px !important
}

.wp-block-list li {
    margin-bottom: 8px
}

.wp-block-list li:last-child {
    margin-bottom: 0 !important
}

.wp-block-list a {
    color: #333;
    font-size: 16px;
    text-decoration: none;
    transition: color .2s
}

.wp-block-list a:hover {
    color: #904b4f;
    text-decoration: underline
}

:is(.accordion, .accordions) details {
    background-color: var(--white);
    border: 1px solid var(--gray-light);
    border-radius: 4px;
    margin-bottom: 10px
}

:is(.accordion, .accordions) summary {
    color: var(--black);
    cursor: pointer;
    font-size: var(--fs-base);
    font-weight: var(--fw-semibold);
    gap: 15px;
    margin-bottom: 2px;
    padding:14px 20px;
    display: flex
}

.content {
    background-color: #efefef;
    padding: 16px 23px 14px
}

details .content p {
    display: block
}

:is(.accordion, .accordions) details .content p {
    gap: 10px !important
}

:is(.accordion, .accordions) summary:after {
    content: "";
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAAsQAAALEBxi1JjQAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAHXSURBVEiJpda/TlRREAbwH0gBsTQx4kpcN8BqtOIJ7Bew0l47dX0HHgC0VaOxMxZiokEqGyvAhpAoaky0UFdjYuKfQoigFnM2uYL37t316+6Z73wzd87MnNOnGCM4hQaq6Rve4g0e4j7e5Qn05axXMIOz2IN1rOJTsu/HBI5hC7cSv9UhYDCNb/iBWYwWcMcwh420Z6qT+CVsYwmHy0STUMVy2tvMI00nwl0MdiHexiDmk8auP6mIX1zqUbyNIazgK4azhhsi592kJQ9HxJlcay+MiEqYLSlwBrUOnMv4KTKjid+KqyWLV/iAowWc8aR5ARbxtKS4JNwq4WQdC/0i8rUuHLzASfzCYxzP4a1hdAAHUjQ7sQ83sTdH4DvqeIQT+LzD3kKjv4vIe8ZL3O5yTx3v8VF+iu6Ic7CIZ12Ilz3k51iAi6Kkxko6KFOm9aR5Hg6Jppgr6eC0zo12RabR4Lpo72pJJ0WoYRNXs4sHxbBb9v/D7gm+iPL/C1Ni1M736GQI95JGI4/UTIQVMRXLoiYi3xZFU4hJMc83xGGNF3DribMp0rIr8rxLf1hc4ucwIObPqmgsIr8TycGWGCkzGXtHB21UxFU6KVKWfba8Fs+WB6Kr/4k/3k9vBPuvyn8AAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    background-size: contain;
    width: 22px;
    height: 22px;
    margin-left: auto;
	transform: rotate(327deg);
	flex-shrink:0;
}

:is(.accordion, .accordions) details[open]>summary:first-of-type:after {
    transform: rotate(3deg);
}

@media (width<=768px) {
    .blog-wrapper>.grid>.blog-content img:not(:first-child) {
        width: 100%
    }

    .book-slider {
        height: 300px
    }

    .page-breadcrumb {
        margin-bottom: var(--space-4);
        min-height: 230px
    }

    .page-breadcrumb h1 {
        margin-bottom: 12px;
/*         font-size: 42px */
    }

    .yoast-breadcrumbs {
        font-size: var(--fs-base);
        gap: 6px
    }

    .blog-wrapper>.grid,
    .shop-layout {
        grid-template-columns: 1fr
    }

    .blog-wrapper>.grid {
        gap: 24px
    }

    .blog-wrapper>.grid>.blog-sidebar {
        max-height: none;
        position: static;
        top: auto
    }

    .blog-wrapper>.grid>.blog-content h2 {
        font-size: 30px
    }

    .blog-wrapper>.grid>.blog-content h3 {
        font-size: 26px
    }

    .blog-wrapper>.grid>.blog-content h4 {
        font-size: var(--fs-xl)
    }

    .blog-wrapper>.grid>.blog-content li,
    .blog-wrapper>.grid>.blog-content p {
        font-size: var(--fs-base);
        line-height: 1.7
    }

    .blog-wrapper>.grid>.blog-content blockquote {
        padding: 18px 16px
    }

    .blog-wrapper>.grid>.blog-content blockquote h4 {
        margin-bottom: 10px;
        font-size: 28px
    }

    .blog-wrapper>.grid>.blog-content blockquote p {
        font-size: var(--fs-base)
    }
}

.blog-categories {
    padding: 0
}

.blog-categories__title {
    color: var(--black);
    font-family: Onest, sans-serif;
    font-size: 24px;
    font-weight: var(--fw-bold);
    margin-bottom: var(--space-4);
    display: inline-block;
    position: relative
}

.blog-categories__title:after {
    background: #904b4f;
    content: "";
    border-radius: 2px;
    width: 60px;
    height: 3px;
    position: absolute;
    bottom: -8px;
    left: 0
}

.wp-block-categories-list {
    flex-direction: column;
    gap: 12px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
    display: flex
}


.wp-block-categories-list  li.cat-item a {
    text-decoration: none;
	 border-radius: 4px;
    font-size: 15px;
    font-weight: var(--fw-medium);
    text-transform: capitalize;
    border: 1.5px solid #e0e0e0;
    justify-content: space-between;
    align-items: center;
    padding: 8px 18px;
    transition: all .3s;
    display: flex;
    color: var(--primary);
    margin-bottom: 0 !important;
	background:#efefef; 
}

.cat-item {
/*     border-radius: 4px;
    font-size: 15px;
    font-weight: var(--fw-medium);
    text-transform: capitalize;
    border: 1.5px solid #e0e0e0;
    justify-content: space-between;
    align-items: center;
    padding: 8px 18px;
    transition: all .3s;
    display: flex;
    color: var(--primary) !important;
    margin-bottom: 0 !important;
	background:#efefef; */
	position:relative;
	margin-bottom:10px;
}

.cat-item a {
    color: inherit;
    text-decoration: none
}

.cat-item:hover a{
    background-color: var(--primary) !important;
}

.cat-item:hover,
.cat-item:hover a {
    color: var(--white) !important;
}

.cat-item:after {
    content: "";
	background: url("data:image/svg+xml,%3Csvg fill='%23904b4f' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18' width='18' height='18'%3E%3Cpath d='M16.836 9.636a0.9 0.9 0 0 0 0 -1.275l-3.6 -3.6a0.9 0.9 0 1 0 -1.275 1.275L14.025 8.1H1.8a0.9 0.9 0 1 0 0 1.8h12.225l-2.064 2.064a0.9 0.9 0 1 0 1.275 1.275l3.6 -3.6z'/%3E%3C/svg%3E") no-repeat;
	background-size:cover;
    font-size: var(--fs-lg);
    font-weight: var(--fw-semibold);
    margin-left: 12px;
    transition: transform .3s;
	width: 16px;
    height: 16px;
	position: absolute;
    right: 12px;
    top: 13px;
}

.cat-item:hover:after{
	filter: brightness(0) invert(1);
}

@media (width<=767px) {
    .blog-categories__title {
        font-size: var(--fs-xl)
    }

    .cat-item {
        font-size: var(--fs-sm);
    }
}

.blog-latest-news {
/*     margin-top: 14px; */
    padding: 24px 0
}

.blog-latest-news__title {
    color: var(--black);
    font-family: Onest, sans-serif;
    font-size: 24px;
    font-weight: var(--fw-bold);
    margin-bottom: 8px;
    display: inline-block;
    position: relative
}

.blog-latest-news__title:after {
    background: #904b4f;
    content: "";
    border-radius: 2px;
    width: 60px;
    height: 3px;
    position: absolute;
    bottom: -8px;
    left: 0
}

.blog-latest-news__list {
    padding: 0;
    list-style: none
}

.blog-latest-news__item,
.blog-latest-news__list {
    flex-direction: column;
    display: flex
}

.blog-latest-news__link {
    gap: 14px;
    text-decoration: none;
    transition: all .3s;
    display: flex
}

.blog-latest-news__image {
    border-radius: var(--radius-sm);
    object-fit: cover;
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    transition: transform .3s
}

.blog-latest-news__link:hover .blog-latest-news__image {
    transform: scale(1.05)
}

.blog-latest-news__content {
    flex: 1;
    min-width: 0
}

.blog-latest-news__date {
    color: var(--primary);
    font-size: 13px;
    font-weight: var(--fw-medium);
    align-items: center;
    gap: 6px;
    margin-bottom: 6px;
    display: flex
}

.blog-latest-news__date svg {
    color: var(--secondary);
    flex-shrink: 0
}

.blog-latest-news__headline {
    color: var(--primary);
    font-family: Onest, sans-serif;
    font-size: var(--fs-sm);
    font-weight: var(--fw-semibold);
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
    line-height: 1.4;
    transition: color .3s;
    display: -webkit-box;
    overflow: hidden
}

.blog-latest-news__link:hover .blog-latest-news__headline {
    color: var(--secondary)
}

@media (width<=767px) {
    .blog-latest-news {
        border-radius: var(--radius-base);
        margin-top: 24px;
        padding: 18px
    }

    .blog-latest-news__title {
        font-size: var(--fs-xl)
    }

    .blog-latest-news__image {
        width: 70px;
        height: 70px
    }

    .blog-latest-news__headline {
        font-size: 13px
    }

    .blog-latest-news__list {
        gap: 14px
    }
	
	.contact__field{
		grid-column: span 2;
	}
}

.contact {
    margin-top: 60px
}

/* .contact__container {
    max-width: 1200px;
    margin: 0 auto
} */

.contact__grid {
    grid-template-columns: 1fr;
    gap: 24px;
    display: grid
}

@media (width>=1024px) {
    .contact__grid {
        grid-template-columns:  7fr 5fr;
			gap: 60px;
    }
}

.contact__card {
    color: #fff;
    background: #904b4f;
    border-radius: 16px;
    flex-direction: column;
    height: fit-content;
    padding: 32px;
    display: flex;
    box-shadow: 0 3px 8px #00000014
}

.contact__title {
    margin-bottom: 20px;
    font-size:  clamp(1.25rem, 1.0714rem + 0.4762vw, 1.5rem);
    font-weight: 700
}

.contact__details {
    flex-direction: column;
    gap: 32px;
    display: flex
}

.contact__item {
    gap: 16px;
    display: flex
}

.contact__icon {
    width: 24px;
    height: 24px
}

.contact__text {
    color: #fff;
    opacity: .9;
    margin-bottom: 0;
    font-size: 16px
}

.contact__form-card {
    background: #f6e9e5;
    border: 1px solid #0003;
    border-radius: 16px;
    padding: 24px;
}

.contact__form-title {
    margin-bottom: 32px;
    font-size:  clamp(1.25rem, 1.0714rem + 0.4762vw, 1.5rem);
    font-weight: 700
}

.contact__form {
    grid-template-columns: 1fr;
    gap: 20px;
    display: grid
}

@media (width>=768px) {
    .contact__form {
        grid-template-columns: 1fr 1fr
    }
}

.contact__field {
    flex-direction: column;
    display: flex
}

.contact__field--full {
    grid-column: span 2
}

.contact__label {
    color: var(--black);
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500
}

.contact__input,
.contact__textarea {
    background: 0 0;
    border: 1px solid #c8d3e3;
    border-radius: 8px;
    outline: none;
    padding: 10px 16px;
	background:white;
}

.contact__textarea {
    resize: none;
    height: 100px
}

.contact__input:focus,
.contact__textarea:focus {
    border-color: #904b4f
}

.contact__button {
    background: var(--primary);
    color: var(--white);
    cursor: pointer;
    height: 48px;
    transition: var(--transition);
    border: 1px solid #0000;
    border-radius: 8px;
    width: 100%;
    font-weight: 700
}

.contact__button:hover {
    background-color: var(--white);
    border: 1px solid var(--primary);
    color: var(--primary)
}

.team-card {
    background: 0 0;
    align-items: flex-start;
    gap: 1.5rem;
    display: flex
}

.team-card__image {
    flex-shrink: 0;
    width: 170px;
    height: 200px
}

.team-card__image img {
    border-radius: var(--radius-base);
    object-fit: cover;
    width: 100%;
    height: 100%
}

.team-card__info {
    flex-direction: column;
    justify-content: flex-start;
    padding-top: .25rem;
    display: flex
}

.team-card__name {
    font-size: var(--fs-2xl);
    font-weight: var(--fw-semibold);
    margin: 0 0 .25rem
}

.team-card__role {
    color: var(--secondary);
    margin: 0;
    font-size: .875rem;
    font-weight: 500
}

.team-card__divider {
    border: none;
    border-top: 1px solid var(--border-color);
    width: 100%;
    margin: 1rem 0
}

.team-card__socials {
    gap: .75rem;
    display: flex
}

.team-card__icon {
    background-color: var(--primary);
    border: 1px solid var(--primary);
    color: var(--white);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    text-decoration: none;
    transition: all .3s;
    display: flex
}

#sidebar-nav a {
    color: var(--black);
    text-decoration: none !important
}

@media (width<=640px) {
    .team-card {
        text-align: center;
        flex-direction: column;
        align-items: center
    }

    .team-card__image {
        aspect-ratio: 4/5;
        width: 100%;
        max-width: 250px;
        height: auto
    }

    .team-card__socials {
        justify-content: center
    }
	.searchBar-wrapper{
		width:100% !important;
	}
}

.usp-icon {
    background-color: #efefef;
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    padding: 8px;
    display: flex
}

.author-image img {
    object-fit: cover;
    border-radius: 20px;
    width: 100%;
    max-width: 250px;
}

.book-item {
    display: none
}

.book-item>div {
    height: 100%
}

.book-item>div a {
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    overflow: hidden
}

.show-more-btn {
    color: #fff;
    cursor: pointer;
    background-color: #904b4f;
    border: none;
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 14px;
    transition: all .3s
}

.show-more-btn:hover {
    background-color: var(--primary)
}

@media (width>=768px) {
    .bestseller-item {
        flex-direction: row
    }

    .md-block {
        display: block !important
    }
}

@media (width<=1024px) {

    .bottom-header>div,
    .top-header {
        padding-inline: calc(var(--spacing)*3) !important
    }

    .hero-section .col-span-5,
    .hero-section .col-span-7 {
        grid-column: span 6/span 6 !important
    }

    .hero-section .col-span-5 {
        justify-content: center;
        display: flex
    }

    .hero-wrapper {
        padding: 60px 0 0 40px
    }

    .text-11 {
        font-size: 36px;
        line-height: 44px
    }

    .hero-section {
        height: auto;
        padding-bottom: 40px
    }

    .book-card-wrapper {
        grid-column: span 4/span 4
    }
}

@media (width<=768px) {
    body.menu-open {
        overflow: hidden
    }

    .mt-25 {
        margin-top: 70px !important
    }

    .toggle-menu {
        display: block
    }

    .top-header {
        text-align: center;
        flex-direction: column;
        gap: 10px
    }

    .top-header span {
        display: none
    }

    .bottom-header {
        padding-block: 14px;
/*         padding-inline: 16px */
    }

    .top-search-inner {
        padding: 8px 12px
    }

    .hero-section .grid {
        grid-template-columns: 1fr
    }

    .hero-wrapper {
        text-align: center;
        max-width: 100%;
        padding: 40px 0;
        display: block
    }

    .hero-section .col-span-5 {
        display: none
    }

    .text-11 {
        font-size: 28px;
        line-height: 36px
    }

    .btn-prmy {
        margin-inline: auto
    }

    .search-box form {
        gap: 10px
    }

    .search-box form button {
        justify-content: center;
        gap: 0;
        padding: 10px;
        font-size: 0
    }

    .dropdown:hover ul {
        opacity: 0;
        visibility: hidden
    }

    .dropdown ul.showMenu {
        opacity: 1;
        position: unset;
        visibility: visible
    }

    .nav {
        background: var(--white);
        z-index: 999;
        flex-direction: column;
        justify-content: flex-start;
        align-items: start;
        width: 100%;
        height: 100vh;
        padding: 40px 20px;
        transition: right .3s;
        position: fixed;
        top: 0;
        right: -100%
    }

    .nav.nav-active {
        right: 0
    }

    .nav ul {
        flex-direction: column;
        gap: 0;
        width: 100%;
        margin-top: 10px
    }

    .nav ul li {
        padding-block: 8px !important
    }

    .nav ul li a {
        font-size: var(--fs-lg)
    }

    .close-menu {
        cursor: pointer;
        background: 0 0;
        border: none;
        font-size: 28px;
        display: block;
        position: absolute;
        top: 20px;
        right: 15px
    }

    .Bestsellers-book {
        margin-inline: auto
    }

    .book-features .features {
        flex-direction: column !important;
        gap: 0 !important;
        display: flex !important
    }

    .book-features .features .set-2 {
        text-align: start
    }

    .book-features .features .set-2>div {
        align-items: start
    }

    .md-align-center {
        align-items: center !important
    }

    .md-mx-auto {
        margin-inline: auto
    }

    .book-card {
        width: 100%
    }

    .book-marquee {
        display: none
    }

    .book-card-wrapper {
        grid-column: span 6/span 6
    }
	

    #sidebarFilters {
        display: none
    }

    #openFilter {
        display: block
    }

    .book-marquee-wrapper {
        display: none
    }

    .book-slider>div>div {
        padding-inline-start: 0
    }

    .book-slider>div>div>div>div,
    .book-slider>div>div>div>p {
        text-align: center
    }
}

@media (width<=767px) {
    .book-card-wrapper {
        grid-column: span 12/span 12
    }
}

@property --tw-translate-x {
    syntax: "*";
    inherits: false;
    initial-value: 0
}

@property --tw-translate-y {
    syntax: "*";
    inherits: false;
    initial-value: 0
}

@property --tw-translate-z {
    syntax: "*";
    inherits: false;
    initial-value: 0
}

@property --tw-rotate-x {
    syntax: "*";
    inherits: false
}

@property --tw-rotate-y {
    syntax: "*";
    inherits: false
}

@property --tw-rotate-z {
    syntax: "*";
    inherits: false
}

@property --tw-skew-x {
    syntax: "*";
    inherits: false
}

@property --tw-skew-y {
    syntax: "*";
    inherits: false
}

@property --tw-space-y-reverse {
    syntax: "*";
    inherits: false;
    initial-value: 0
}

@property --tw-border-style {
    syntax: "*";
    inherits: false;
    initial-value: solid
}

@property --tw-gradient-position {
    syntax: "*";
    inherits: false
}

@property --tw-gradient-from {
    syntax: "<color>";
    inherits: false;
    initial-value: #0000
}

@property --tw-gradient-via {
    syntax: "<color>";
    inherits: false;
    initial-value: #0000
}

@property --tw-gradient-to {
    syntax: "<color>";
    inherits: false;
    initial-value: #0000
}

@property --tw-gradient-stops {
    syntax: "*";
    inherits: false
}

@property --tw-gradient-via-stops {
    syntax: "*";
    inherits: false
}

@property --tw-gradient-from-position {
    syntax: "<length-percentage>";
    inherits: false;
    initial-value: 0%
}

@property --tw-gradient-via-position {
    syntax: "<length-percentage>";
    inherits: false;
    initial-value: 50%
}

@property --tw-gradient-to-position {
    syntax: "<length-percentage>";
    inherits: false;
    initial-value: 100%
}

@property --tw-leading {
    syntax: "*";
    inherits: false
}

@property --tw-font-weight {
    syntax: "*";
    inherits: false
}

@property --tw-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000
}

@property --tw-shadow-color {
    syntax: "*";
    inherits: false
}

@property --tw-shadow-alpha {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 100%
}

@property --tw-inset-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000
}

@property --tw-inset-shadow-color {
    syntax: "*";
    inherits: false
}

@property --tw-inset-shadow-alpha {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 100%
}

@property --tw-ring-color {
    syntax: "*";
    inherits: false
}

@property --tw-ring-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000
}

@property --tw-inset-ring-color {
    syntax: "*";
    inherits: false
}

@property --tw-inset-ring-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000
}

@property --tw-ring-inset {
    syntax: "*";
    inherits: false
}

@property --tw-ring-offset-width {
    syntax: "<length>";
    inherits: false;
    initial-value: 0
}

@property --tw-ring-offset-color {
    syntax: "*";
    inherits: false;
    initial-value: #fff
}

@property --tw-ring-offset-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000
}

@property --tw-blur {
    syntax: "*";
    inherits: false
}

@property --tw-brightness {
    syntax: "*";
    inherits: false
}

@property --tw-contrast {
    syntax: "*";
    inherits: false
}

@property --tw-grayscale {
    syntax: "*";
    inherits: false
}

@property --tw-hue-rotate {
    syntax: "*";
    inherits: false
}

@property --tw-invert {
    syntax: "*";
    inherits: false
}

@property --tw-opacity {
    syntax: "*";
    inherits: false
}

@property --tw-saturate {
    syntax: "*";
    inherits: false
}

@property --tw-sepia {
    syntax: "*";
    inherits: false
}

@property --tw-drop-shadow {
    syntax: "*";
    inherits: false
}

@property --tw-drop-shadow-color {
    syntax: "*";
    inherits: false
}

@property --tw-drop-shadow-alpha {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 100%
}

@property --tw-drop-shadow-size {
    syntax: "*";
    inherits: false
}

@property --tw-duration {
    syntax: "*";
    inherits: false
}

.container {
    width: 100%;

    @media (min-width: 576px) {
        max-width: 540px;
    }

    @media (min-width: 768px) {
        max-width: 720px;
    }

    @media (min-width: 992px) {
        max-width: 960px;
    }

    @media (min-width: 1200px) {
        max-width: 1140px;
    }

    @media (min-width: 1400px) {
        max-width: 1320px;
    }
}

.book-card-wrapper .img-placeholder{
		border-radius:16px;
		overflow:hidden;
	aspect-ratio: 3 / 2;
	    background: #e3e3e3;
	}
/* body:not(:has(.hero-section)) header {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06); 
} */


body:not(:has(.hero-section)):not(:has(.page-breadcrumb)) header {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06); /* Apply box-shadow when body does not have .is-sticky child */
}


/* add by karan */

ul.sources_container{
    margin-top: 30px !important;
}

:is(ul.sources_container, ul.sources_container ul){
	padding: 0 !important
}

ul.sources_container li{
    position: relative;
    background: var(--primary);
    color: var(--white);
    padding: 12px 20px 12px 35px;
    margin-bottom: 20px;
}

.sources_container li a{
	color: var(--white) !important;
	text-decoration: underline !important;
}

.sources_container li:after{
    content: '';
    position: absolute;
    top: 0;
    left: -15px;
    background: var(--white);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    height: 100%;
    width: 30px;
}


.h-50 {
    height: calc(var(--spacing) * 50);
}

.before\:content-\[\'\'\]::before {
    content: '';
}

.before\:absolute::before {
    position: absolute;
}

.before\:inset-0::before {
    inset: 0;
}

.before\:z-10::before {
    z-index: 10;
}

.before\:bg-gradient-to-b::before {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.before\:from-transparent::before {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(255 255 255 / 0));
}

.before\:via-black\/5::before {
    --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.05), var(--tw-gradient-to, rgb(0 0 0 / 0));
}

.before\:to-black\/90::before {
    --tw-gradient-to: rgb(0 0 0 / 0.9);
}

.bottom-0 {
    bottom: 0;
}

.z-20 {
    z-index: 20;
}

.px-6 {
    padding-inline: calc(var(--spacing) * 6);
}

.text-\[14px\] {
    font-size: 14px;
}

.mb-2\.5 {
    margin-bottom: 0.625rem;
}

.bg-\[\#f3f4f4\] {
    background-color: #f3f4f4;
}

.p-5 {
    padding: 1.25rem;
}


.card-overlay {
    position: relative;
    overflow: hidden;
    border-radius: 0.75rem;
    height: 12.5rem;
    width: 100%;
    background-color: #f3f4f6;
}

.card-overlay::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 10;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, .9) 100%);
}