/*
Theme Name: DG2026
Text Domain: dg2026
Version: 1.0
Tested up to: 1.0
Requires at least: 4.7
Requires PHP: 5.2.4

*/

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

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  min-height: 100vh;
  font-family: "Inter", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #1a1a1a;
  background-color: #ffffff;
  text-rendering: optimizeLegibility;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}

button {
  cursor: pointer;
  background: none;
  border: none;
}

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

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Outfit", "Inter", sans-serif;
  font-weight: 700;
  line-height: 1.25;
  color: #5a3e1b;
  overflow-wrap: break-word;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.25rem;
}

h3 {
  font-size: 1.875rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1.125rem;
}

p {
  overflow-wrap: break-word;
  margin-bottom: 1rem;
}

hr {
  border: none;
  border-top: 1px solid #e8e8e8;
  margin: 2rem 0;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.container-fluid {
  width: 100%;
  padding: 0 1rem;
}

.section {
  padding: 4rem 0;
}

.section-sm {
  padding: 2rem 0;
}

.section-lg {
  padding: 5rem 0;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
}

[class*=col-] {
  padding: 0 0.5rem;
  width: 100%;
}

.col-1 {
  width: 8.3333333333%;
}

.col-2 {
  width: 16.6666666667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.3333333333%;
}

.col-5 {
  width: 41.6666666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.3333333333%;
}

.col-8 {
  width: 66.6666666667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.3333333333%;
}

.col-11 {
  width: 91.6666666667%;
}

.col-12 {
  width: 100%;
}

@media (min-width: 576px) {
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    width: 8.3333333333%;
  }
  .col-xl-2 {
    width: 16.6666666667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.3333333333%;
  }
  .col-xl-5 {
    width: 41.6666666667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.3333333333%;
  }
  .col-xl-8 {
    width: 66.6666666667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.3333333333%;
  }
  .col-xl-11 {
    width: 91.6666666667%;
  }
  .col-xl-12 {
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .col-2xl-1 {
    width: 8.3333333333%;
  }
  .col-2xl-2 {
    width: 16.6666666667%;
  }
  .col-2xl-3 {
    width: 25%;
  }
  .col-2xl-4 {
    width: 33.3333333333%;
  }
  .col-2xl-5 {
    width: 41.6666666667%;
  }
  .col-2xl-6 {
    width: 50%;
  }
  .col-2xl-7 {
    width: 58.3333333333%;
  }
  .col-2xl-8 {
    width: 66.6666666667%;
  }
  .col-2xl-9 {
    width: 75%;
  }
  .col-2xl-10 {
    width: 83.3333333333%;
  }
  .col-2xl-11 {
    width: 91.6666666667%;
  }
  .col-2xl-12 {
    width: 100%;
  }
}
.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-grid {
  display: grid !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-grid {
    display: grid !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
}
@media (min-width: 1400px) {
  .d-2xl-none {
    display: none !important;
  }
  .d-2xl-block {
    display: block !important;
  }
  .d-2xl-flex {
    display: flex !important;
  }
  .d-2xl-inline-flex {
    display: inline-flex !important;
  }
  .d-2xl-grid {
    display: grid !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.justify-start {
  justify-content: flex-start !important;
}

.justify-end {
  justify-content: flex-end !important;
}

.justify-center {
  justify-content: center !important;
}

.justify-between {
  justify-content: space-between !important;
}

.justify-around {
  justify-content: space-around !important;
}

.align-start {
  align-items: flex-start !important;
}

.align-end {
  align-items: flex-end !important;
}

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

.align-stretch {
  align-items: stretch !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 0.75rem !important;
}

.gap-4 {
  gap: 1rem !important;
}

.gap-5 {
  gap: 1.5rem !important;
}

.gap-6 {
  gap: 2rem !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

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

.ml-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.m-3 {
  margin: 0.75rem !important;
}

.mt-3 {
  margin-top: 0.75rem !important;
}

.mr-3 {
  margin-right: 0.75rem !important;
}

.mb-3 {
  margin-bottom: 0.75rem !important;
}

.ml-3 {
  margin-left: 0.75rem !important;
}

.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.pt-3 {
  padding-top: 0.75rem !important;
}

.pr-3 {
  padding-right: 0.75rem !important;
}

.pb-3 {
  padding-bottom: 0.75rem !important;
}

.pl-3 {
  padding-left: 0.75rem !important;
}

.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.m-4 {
  margin: 1rem !important;
}

.mt-4 {
  margin-top: 1rem !important;
}

.mr-4 {
  margin-right: 1rem !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.ml-4 {
  margin-left: 1rem !important;
}

.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.pt-4 {
  padding-top: 1rem !important;
}

.pr-4 {
  padding-right: 1rem !important;
}

.pb-4 {
  padding-bottom: 1rem !important;
}

.pl-4 {
  padding-left: 1rem !important;
}

.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.m-5 {
  margin: 1.5rem !important;
}

.mt-5 {
  margin-top: 1.5rem !important;
}

.mr-5 {
  margin-right: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 1.5rem !important;
}

.ml-5 {
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.my-5 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.p-5 {
  padding: 1.5rem !important;
}

.pt-5 {
  padding-top: 1.5rem !important;
}

.pr-5 {
  padding-right: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 1.5rem !important;
}

.pl-5 {
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.py-5 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.m-6 {
  margin: 2rem !important;
}

.mt-6 {
  margin-top: 2rem !important;
}

.mr-6 {
  margin-right: 2rem !important;
}

.mb-6 {
  margin-bottom: 2rem !important;
}

.ml-6 {
  margin-left: 2rem !important;
}

.mx-6 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.my-6 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.p-6 {
  padding: 2rem !important;
}

.pt-6 {
  padding-top: 2rem !important;
}

.pr-6 {
  padding-right: 2rem !important;
}

.pb-6 {
  padding-bottom: 2rem !important;
}

.pl-6 {
  padding-left: 2rem !important;
}

.px-6 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.py-6 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.m-7 {
  margin: 2.5rem !important;
}

.mt-7 {
  margin-top: 2.5rem !important;
}

.mr-7 {
  margin-right: 2.5rem !important;
}

.mb-7 {
  margin-bottom: 2.5rem !important;
}

.ml-7 {
  margin-left: 2.5rem !important;
}

.mx-7 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}

.my-7 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.p-7 {
  padding: 2.5rem !important;
}

.pt-7 {
  padding-top: 2.5rem !important;
}

.pr-7 {
  padding-right: 2.5rem !important;
}

.pb-7 {
  padding-bottom: 2.5rem !important;
}

.pl-7 {
  padding-left: 2.5rem !important;
}

.px-7 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.py-7 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.m-8 {
  margin: 3rem !important;
}

.mt-8 {
  margin-top: 3rem !important;
}

.mr-8 {
  margin-right: 3rem !important;
}

.mb-8 {
  margin-bottom: 3rem !important;
}

.ml-8 {
  margin-left: 3rem !important;
}

.mx-8 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my-8 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-8 {
  padding: 3rem !important;
}

.pt-8 {
  padding-top: 3rem !important;
}

.pr-8 {
  padding-right: 3rem !important;
}

.pb-8 {
  padding-bottom: 3rem !important;
}

.pl-8 {
  padding-left: 3rem !important;
}

.px-8 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-8 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.m-9 {
  margin: 4rem !important;
}

.mt-9 {
  margin-top: 4rem !important;
}

.mr-9 {
  margin-right: 4rem !important;
}

.mb-9 {
  margin-bottom: 4rem !important;
}

.ml-9 {
  margin-left: 4rem !important;
}

.mx-9 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.my-9 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.p-9 {
  padding: 4rem !important;
}

.pt-9 {
  padding-top: 4rem !important;
}

.pr-9 {
  padding-right: 4rem !important;
}

.pb-9 {
  padding-bottom: 4rem !important;
}

.pl-9 {
  padding-left: 4rem !important;
}

.px-9 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.py-9 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.m-10 {
  margin: 5rem !important;
}

.mt-10 {
  margin-top: 5rem !important;
}

.mr-10 {
  margin-right: 5rem !important;
}

.mb-10 {
  margin-bottom: 5rem !important;
}

.ml-10 {
  margin-left: 5rem !important;
}

.mx-10 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.my-10 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.p-10 {
  padding: 5rem !important;
}

.pt-10 {
  padding-top: 5rem !important;
}

.pr-10 {
  padding-right: 5rem !important;
}

.pb-10 {
  padding-bottom: 5rem !important;
}

.pl-10 {
  padding-left: 5rem !important;
}

.px-10 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.py-10 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.fw-regular {
  font-weight: 400 !important;
}

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

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

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

.fs-xs {
  font-size: 0.75rem !important;
}

.fs-sm {
  font-size: 0.875rem !important;
}

.fs-md {
  font-size: 1rem !important;
}

.fs-lg {
  font-size: 1.125rem !important;
}

.fs-xl {
  font-size: 1.25rem !important;
}

.fs-2xl {
  font-size: 1.5rem !important;
}

.fs-3xl {
  font-size: 1.875rem !important;
}

.fs-4xl {
  font-size: 2.25rem !important;
}

.fs-5xl {
  font-size: 3rem !important;
}

.text-primary {
  color: #c8842a !important;
}

.bg-primary {
  background-color: #c8842a !important;
}

.text-primary-light {
  color: #e0a94f !important;
}

.bg-primary-light {
  background-color: #e0a94f !important;
}

.text-primary-dark {
  color: #9a6520 !important;
}

.bg-primary-dark {
  background-color: #9a6520 !important;
}

.text-secondary {
  color: #5a3e1b !important;
}

.bg-secondary {
  background-color: #5a3e1b !important;
}

.text-accent {
  color: #f0c87a !important;
}

.bg-accent {
  background-color: #f0c87a !important;
}

.text-success {
  color: #2ecc71 !important;
}

.bg-success {
  background-color: #2ecc71 !important;
}

.text-warning {
  color: #f39c12 !important;
}

.bg-warning {
  background-color: #f39c12 !important;
}

.text-danger {
  color: #e74c3c !important;
}

.bg-danger {
  background-color: #e74c3c !important;
}

.text-info {
  color: #3498db !important;
}

.bg-info {
  background-color: #3498db !important;
}

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

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

.text-white {
  color: #ffffff !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.min-h-screen {
  min-height: 100vh !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.rounded-none {
  border-radius: 0 !important;
}

.rounded-sm {
  border-radius: 4px !important;
}

.rounded {
  border-radius: 8px !important;
}

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

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

.rounded-pill {
  border-radius: 9999px !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.shadow-none {
  box-shadow: none !important;
}

.shadow-xs {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) !important;
}

.shadow-sm {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06) !important;
}

.shadow-md {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06) !important;
}

.shadow-lg {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.05) !important;
}

.shadow-xl {
  box-shadow: 0 20px 25px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.04) !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.cursor-default {
  cursor: default !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.btn, .btn-ghost, .btn-outline, .btn-secondary, .btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.5rem 1.5rem;
  font-family: "Inter", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: background-color 300ms cubic-bezier(0.4, 0, 0.2, 1), color 300ms cubic-bezier(0.4, 0, 0.2, 1), border-color 300ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1), transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.btn:focus-visible, .btn-ghost:focus-visible, .btn-outline:focus-visible, .btn-secondary:focus-visible, .btn-primary:focus-visible {
  outline: 2px solid #c8842a;
  outline-offset: 2px;
}
.btn:disabled, .btn-ghost:disabled, .btn-outline:disabled, .btn-secondary:disabled, .btn-primary:disabled, .btn.disabled, .disabled.btn-ghost, .disabled.btn-outline, .disabled.btn-secondary, .disabled.btn-primary {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}

.btn-primary {
  background-color: #c8842a;
  color: #ffffff;
}
.btn-primary:hover {
  background-color: #9a6520;
}
.btn-primary:active {
  transform: scale(0.98);
}

.btn-secondary {
  background-color: #5a3e1b;
  color: #ffffff;
}
.btn-secondary:hover {
  background-color: rgb(58.6153846154, 40.3794871795, 17.5846153846);
}
.btn-secondary:active {
  transform: scale(0.98);
}

.btn-outline {
  background: transparent;
  border-color: #c8842a;
  color: #c8842a;
}
.btn-outline:hover {
  background-color: #c8842a;
  color: #ffffff;
}
.btn-outline:active {
  transform: scale(0.98);
}

.btn-ghost {
  background: transparent;
  color: #c8842a;
}
.btn-ghost:hover {
  background: rgba(200, 132, 42, 0.1);
}

.btn-sm {
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
}

.btn-lg {
  padding: 0.75rem 2.5rem;
  font-size: 1.125rem;
}

.card {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1), transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.card:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06);
}

.card-body {
  padding: 1.5rem;
}

.card-header {
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #e8e8e8;
}

.card-footer {
  padding: 1rem 1.5rem;
  border-top: 1px solid #e8e8e8;
}

.badge {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 9999px;
  line-height: 1;
}

.badge-primary {
  background-color: rgba(200, 132, 42, 0.15);
  color: #9a6520;
}

.badge-success {
  background-color: rgba(46, 204, 113, 0.15);
  color: rgb(31.924, 141.576, 78.422);
}

.badge-danger {
  background-color: rgba(231, 76, 60, 0.15);
  color: rgb(213.698630137, 43.8356164384, 26.301369863);
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #505050;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.6;
  color: #1a1a1a;
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  transition: border-color 300ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.form-control::-moz-placeholder {
  color: #a0a0a0;
}
.form-control::placeholder {
  color: #a0a0a0;
}
.form-control::-webkit-input-placeholder {
  color: #a0a0a0;
}
.form-control:-ms-input-placeholder {
  color: #a0a0a0;
}
.form-control:focus {
  outline: none;
  border-color: #c8842a;
  box-shadow: 0 0 0 3px rgba(200, 132, 42, 0.15);
}
.form-control:disabled {
  background-color: #f8f8f8;
  cursor: not-allowed;
}

textarea.form-control {
  resize: vertical;
  min-height: 120px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.animate-fade-in {
  animation: fadeIn 300ms cubic-bezier(0.4, 0, 0.2, 1) both;
}

.animate-fade-in-up {
  animation: fadeInUp 500ms cubic-bezier(0.4, 0, 0.2, 1) both;
}

.animate-fade-in-down {
  animation: fadeInDown 500ms cubic-bezier(0.4, 0, 0.2, 1) both;
}

.animate-slide-left {
  animation: slideInLeft 500ms cubic-bezier(0.4, 0, 0.2, 1) both;
}

.animate-slide-right {
  animation: slideInRight 500ms cubic-bezier(0.4, 0, 0.2, 1) both;
}

.animate-scale-in {
  animation: scaleIn 300ms cubic-bezier(0.4, 0, 0.2, 1) both;
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.animate-pulse {
  animation: pulse 2s ease-in-out infinite;
}

@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    color: #1a1a1a !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  img {
    page-break-inside: avoid;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
body {
  margin: 0;
  padding: 0;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 10px auto 0;
  padding: 0 1rem;
}
@media (min-width: 1200px) {
  .container {
    padding: 0 1.5rem;
  }
}

.site-header {
  position: relative;
  background: #ffffff;
  border-bottom: 1px solid #e8e8e8;
  z-index: 1020;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .header-inner {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.site-branding {
  flex-shrink: 0;
}
.site-branding .custom-logo-link {
  display: inline-block;
}
.site-branding .custom-logo {
  max-width: 120px;
  height: auto;
}
@media (min-width: 576px) {
  .site-branding .custom-logo {
    max-width: 150px;
  }
}
@media (min-width: 768px) {
  .site-branding .custom-logo {
    max-width: 180px;
  }
}
@media (min-width: 992px) {
  .site-branding .custom-logo {
    max-width: 200px;
  }
}

.menu-toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  padding: 8px;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 1031;
}
@media (min-width: 768px) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle .hamburger-bar {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #5a3e1b;
  border-radius: 2px;
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1), opacity 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.site-header.toggled .menu-toggle .hamburger-bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.site-header.toggled .menu-toggle .hamburger-bar:nth-child(2) {
  opacity: 0;
}
.site-header.toggled .menu-toggle .hamburger-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.main-navigation {
  position: fixed;
  top: 0;
  right: 0;
  width: 280px;
  height: 100vh;
  background: #ffffff;
  box-shadow: 0 20px 25px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.04);
  transform: translateX(100%);
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1030;
  overflow-y: auto;
  padding-top: 70px;
}
.site-header.toggled .main-navigation {
  transform: translateX(0);
}
@media (min-width: 768px) {
  .main-navigation {
    position: static;
    width: auto;
    height: auto;
    background: transparent;
    box-shadow: none;
    transform: none;
    overflow: visible;
    padding-top: 0;
    transition: none;
  }
}

.menu-primary-menu-container {
  width: 100%; 
}

.menu {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0 20px;
  padding: 0;
}
@media (min-width: 768px) {
  .menu {
    flex-direction: row;
    align-items: center;
    gap: 1rem;
  }
}
@media (min-width: 992px) {
  .menu {
    gap: 1rem;
  }
}

.menu-item, .page-item {
  margin: 0 10px;
}
.menu-item a , .page-item a{
  display: block;
  padding: 0.75rem 1.5rem;
  font-family: "Inter", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #383838;
  text-decoration: none;
  border-bottom: 1px solid #f8f8f8;
  transition: color 300ms cubic-bezier(0.4, 0, 0.2, 1), background-color 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.menu-item a:hover , .page-item a:hover {
  color: #c8842a;
  background-color: rgba(200, 132, 42, 0.05);
}
@media (min-width: 768px) {
  .menu-item a , .page-item a {
    padding: 0.5rem 0.75rem;
    border-bottom: none;
    border-radius: 8px;
    font-size: 0.875rem;
  }
  .menu-item a:hover , .page-item a:hover {
    background-color: rgba(200, 132, 42, 0.08);
  }
}
@media (min-width: 992px) {
  .menu-item a , .page-item a {
    font-size: 1rem;
    padding: 0.5rem 1rem;
  }
}
.menu-item.current-menu-item > a, .menu-item.current_page_item > a , .page-item.current-menu-item > a, .page-item.current_page_item > a {
  color: #c8842a;
  font-weight: 600;
}
@media (min-width: 768px) {
  .menu-item.current-menu-item > a, .menu-item.current_page_item > a , .page-item.current-menu-item > a, .page-item.current_page_item > a {
    background-color: rgba(200, 132, 42, 0.1);
  }
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 26, 26, 0.4);
  opacity: 0;
  visibility: hidden;
  z-index: 1029;
  transition: opacity 300ms cubic-bezier(0.4, 0, 0.2, 1), visibility 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.site-header.toggled ~ .menu-overlay {
  opacity: 1;
  visibility: visible;
}

.footer {
  padding: 2rem 0;
}
.footer .footer-content {
  text-align: center;
}
.footer .footer-content p {
  font-size: 0.875rem;
  color: #707070;
}
@media (min-width: 768px) {
  .footer .footer-content p {
    font-size: 1rem;
  }
}

.hero {
  margin: 0;
  padding: 0;
  width: 100%;
}

.hero-banner {
  position: relative;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
}

.slider-track {
  position: relative;
  width: 100%;
  min-height: 300px;
}
@media (min-width: 576px) {
  .slider-track {
    min-height: 350px;
  }
}
@media (min-width: 768px) {
  .slider-track {
    min-height: 450px;
  }
}
@media (min-width: 992px) {
  .slider-track {
    min-height: 520px;
  }
}
@media (min-width: 1200px) {
  .slider-track {
    min-height: 580px;
  }
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: none;
}
.slide[data-bg="1"] {
  background: linear-gradient(135deg, #fdf6ec 0%, #f5e6cc 100%);
}
.slide[data-bg="2"] {
  background: linear-gradient(135deg, #fff8f0 0%, #f0dcc4 100%);
}
.slide[data-bg="3"] {
  background: linear-gradient(135deg, #f7f0e6 0%, #ebe0d0 100%);
}
.slide[data-bg="4"] {
  background: linear-gradient(135deg, #fef9f2 0%, #f2e4d0 100%);
}
.slide.active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
  animation: slideEnter 0.6s cubic-bezier(0.4, 0, 0.2, 1) both;
}
.slide.active .slide-text .slide-tag {
  animation: fadeInUp 0.5s 0.15s cubic-bezier(0.4, 0, 0.2, 1) both;
}
.slide.active .slide-text h1 {
  animation: fadeInUp 0.5s 0.25s cubic-bezier(0.4, 0, 0.2, 1) both;
}
.slide.active .slide-text p {
  animation: fadeInUp 0.5s 0.35s cubic-bezier(0.4, 0, 0.2, 1) both;
}
.slide.active .slide-text .btn-readmore {
  animation: fadeInUp 0.5s 0.45s cubic-bezier(0.4, 0, 0.2, 1) both;
}
.slide.active .slide-image {
  animation: scaleIn 0.6s 0.2s cubic-bezier(0.4, 0, 0.2, 1) both;
}
.slide.exit {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  animation: slideExit 0.6s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.slide-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: none;
  margin: 0;
  padding: 1.5rem 1rem;
}
@media (min-width: 576px) {
  .slide-content {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .slide-content {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 0;
    align-items: stretch;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .slide-content {
    grid-template-columns: 40% 60%;
  }
}

.slide-text {
  z-index: 2;
}
@media (min-width: 768px) {
  .slide-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) {
  .slide-text {
    padding: 3rem 2rem;
  }
}
@media (min-width: 1200px) {
  .slide-text {
    padding: 4rem 3rem;
  }
}
.slide-text .slide-tag {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #9a6520;
  background: rgba(200, 132, 42, 0.15);
  border-radius: 9999px;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .slide-text .slide-tag {
    margin-bottom: 0.75rem;
  }
}
.slide-text h1 {
  font-family: "Outfit", "Inter", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #5a3e1b;
  line-height: 1.25;
  margin-bottom: 0.5rem;
}
@media (min-width: 576px) {
  .slide-text h1 {
    font-size: 1.45rem;
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 768px) {
  .slide-text h1 {
    font-size: 1.65rem;
  }
}
@media (min-width: 992px) {
  .slide-text h1 {
    font-size: 1.85rem;
  }
}
@media (min-width: 1200px) {
  .slide-text h1 {
    font-size: 2.15rem;
  }
}
.slide-text p {
  font-size: 0.875rem;
  color: #505050;
  line-height: 1.8;
  margin-bottom: 1rem;
  max-width: 480px;
}
@media (min-width: 576px) {
  .slide-text p {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 992px) {
  .slide-text p {
    font-size: 1.125rem;
  }
}

.btn-readmore {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 2rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #ffffff;
  background: linear-gradient(135deg, #c8842a, #9a6520);
  border-radius: 9999px;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(200, 132, 42, 0.35);
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1), background 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-readmore span {
  display: inline-block;
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-readmore:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(200, 132, 42, 0.45);
}
.btn-readmore:hover span {
  transform: translateX(4px);
}
.btn-readmore:active {
  transform: translateY(0);
}

.slide-image {
  z-index: 1;
  overflow: hidden;
  display: none;
}
@media (min-width: 768px) {
  .slide-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
}
.slide-image img {
  width: 100%;
  height: 100%;
  border-radius: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 0;
  background: rgba(26, 26, 26, 0.25);
  color: #ffffff;
  font-size: 1rem;
  cursor: pointer;
  transition: background 300ms cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .slider-arrow {
    width: 44px;
    height: 44px;
    font-size: 1.15rem;
  }
}
@media (min-width: 992px) {
  .slider-arrow {
    width: 48px;
    height: 48px;
    font-size: 1.25rem;
  }
}
.slider-arrow:hover {
  background: rgba(26, 26, 26, 0.5);
}
.slider-arrow:active {
  background: rgba(26, 26, 26, 0.65);
}

.slider-prev {
  left: 0;
}

.slider-next {
  right: 0;
}

.slider-dots {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  gap: 8px;
}
@media (min-width: 768px) {
  .slider-dots {
    bottom: 24px;
    gap: 10px;
  }
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid rgba(200, 132, 42, 0.5);
  background: transparent;
  cursor: pointer;
  padding: 0;
  transition: background 300ms cubic-bezier(0.4, 0, 0.2, 1), border-color 300ms cubic-bezier(0.4, 0, 0.2, 1), transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.dot.active {
  background: #c8842a;
  border-color: #c8842a;
  transform: scale(1.3);
}
.dot:hover:not(.active) {
  border-color: #c8842a;
  background: rgba(200, 132, 42, 0.3);
}

.slider-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: rgba(200, 132, 42, 0.15);
  z-index: 10;
}

.slider-progress-bar {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #c8842a, #f0c87a);
  border-radius: 0 2px 2px 0;
}

@keyframes slideEnter {
  from {
    opacity: 0;
    transform: translateX(60px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideExit {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(-60px);
  }
}
.radio-player-section {
  padding: 0.75rem 0 1.5rem;
  background-color: #f8f8f8;
  border-bottom: 1px solid rgba(200, 132, 42, 0.1);
  position: relative;
  z-index: 20;
}
.radio-player-section .container {
  margin-top: -30px;
  position: relative;
  z-index: 21;
}

.radio-player-card {
  background: white;
  border-radius: 9999px;
  padding: 0.75rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(200, 132, 42, 0.2);
  gap: 1rem;
  backdrop-filter: blur(10px);
}
@media (max-width: 767px) {
  .radio-player-card {
    flex-direction: column;
    border-radius: 16px;
    padding: 1.5rem;
    text-align: center;
  }
}

.radio-info {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  .radio-info {
    flex-direction: column;
    gap: 0.5rem;
  }
}

.radio-live-tag {
  background: #e74c3c;
  color: white;
  font-size: 10px;
  font-weight: 900;
  padding: 4px 10px;
  border-radius: 4px;
  letter-spacing: 1px;
  animation: pulse 2s infinite;
  text-transform: uppercase;
}

.radio-meta .radio-station {
  font-size: 1.1rem;
  margin-bottom: 0px;
  color: #5a3e1b;
  font-weight: 700;
}
.radio-meta .radio-now-playing {
  font-size: 0.85rem;
  color: #707070;
  margin-bottom: 0;
}

.radio-controls {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .radio-controls {
    width: 100%;
    justify-content: center;
    margin-top: 0.5rem;
  }
}

.radio-play-btn {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: linear-gradient(135deg, #c8842a, #9a6520);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  box-shadow: 0 5px 15px rgba(200, 132, 42, 0.4);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  padding-left: 4px;
}
.radio-play-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 20px rgba(200, 132, 42, 0.5);
}
.radio-play-btn.playing {
  padding-left: 0;
  background: linear-gradient(135deg, #5a3e1b, #1a1a1a);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.radio-volume {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #a0a0a0;
}
.radio-volume .volume-icon {
  font-size: 1.1rem;
}
.radio-volume input[type=range] {
  width: 80px;
  height: 4px;
  accent-color: #c8842a;
  cursor: pointer;
}
@media (max-width: 575px) {
  .radio-volume input[type=range] {
    width: 120px;
  }
}

.dharma-deshana .section-title {
  margin-bottom: 2rem;
  font-size: 1.875rem;
}
@media (min-width: 768px) {
  .dharma-deshana .section-title {
    font-size: 2.25rem;
  }
}

.dharma-carousel-wrapper {
  position: relative;
}
.dharma-carousel-wrapper .carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(200, 132, 42, 0.9);
  color: #ffffff;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06);
  cursor: pointer;
  transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
}
@media (min-width: 768px) {
  .dharma-carousel-wrapper .carousel-nav {
    display: none;
  }
}
.dharma-carousel-wrapper .carousel-nav:hover {
  background: #9a6520;
}
.dharma-carousel-wrapper .carousel-nav.prev {
  left: -0.5rem;
}
.dharma-carousel-wrapper .carousel-nav.next {
  right: -0.5rem;
}

.dharma-video-grid {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 1rem;
  padding-bottom: 1rem;
}
.dharma-video-grid::-webkit-scrollbar {
  display: none;
}
.dharma-video-grid {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
@media (min-width: 768px) {
  .dharma-video-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow-x: visible;
    gap: 1.5rem;
    padding-bottom: 0;
  }
}
.dharma-video-grid .video-item {
  flex: 0 0 85%;
  scroll-snap-align: center;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 768px) {
  .dharma-video-grid .video-item {
    flex: none;
    scroll-snap-align: none;
  }
}
.dharma-video-grid .video-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06);
}
.dharma-video-grid .video-item:hover .video-thumbnail img {
  transform: scale(1.05);
}
.dharma-video-grid .video-item:hover .play-icon {
  background: rgba(200, 132, 42, 0.9);
  transform: translate(-50%, -50%) scale(1.1);
}
.dharma-video-grid .video-thumbnail {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #f8f8f8;
  display: block;
}
.dharma-video-grid .video-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}
.dharma-video-grid .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3rem;
  height: 3rem;
  background: rgba(26, 26, 26, 0.6);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  padding-left: 4px;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(4px);
}
.dharma-video-grid .video-info {
  padding: 1rem;
}
.dharma-video-grid .video-title {
  font-size: 1rem;
  font-weight: 700;
  color: #5a3e1b;
  margin-bottom: 0.25rem;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.dharma-video-grid .video-subtitle {
  font-size: 0.875rem;
  color: #707070;
  margin-bottom: 0;
}

.articles-layout {
  display: grid;
  gap: 2rem;
}
@media (min-width: 768px) {
  .articles-layout {
    grid-template-columns: 1fr 1fr;
  }
}

.featured-article {
  display: flex;
  flex-direction: column;
}
.featured-article .featured-img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .featured-article .featured-img {
    height: 350px;
  }
}
.featured-article .article-content {
  padding: 1.5rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.featured-article .article-title {
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
  color: #5a3e1b;
}
.featured-article .article-excerpt {
  color: #505050;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}

.recent-articles {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.recent-articles .list-item {
  display: flex;
  gap: 1rem;
  align-items: center;
  background: #ffffff;
  border-radius: 12px;
  padding: 0.75rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.recent-articles .list-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06);
}
.recent-articles .list-item img {
  width: 100px;
  height: 75px;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
.recent-articles .list-item .list-info {
  flex: 1;
}
.recent-articles .list-item .list-title {
  font-size: 1.125rem;
  margin-bottom: 0.25rem;
  color: #5a3e1b;
  line-height: 1.25;
}
.recent-articles .list-item .list-meta {
  font-size: 0.875rem;
  color: #a0a0a0;
}

.books-carousel-wrapper {
  position: relative;
}

.books-grid {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 1rem;
  padding-bottom: 1rem;
}
.books-grid::-webkit-scrollbar {
  display: none;
}
.books-grid {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.books-grid .book-item {
  flex: 0 0 50%;
  scroll-snap-align: center;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
  text-align: center;
  padding: 1rem;
  text-decoration: none;
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 576px) {
  .books-grid .book-item {
    flex: 0 0 33.333%;
  }
}
@media (min-width: 768px) {
  .books-grid .book-item {
    flex: 0 0 25%;
    scroll-snap-align: none;
  }
}
@media (min-width: 992px) {
  .books-grid .book-item {
    flex: 0 0 16.666%;
  }
}
.books-grid .book-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06);
}
.books-grid .book-item:hover img {
  transform: scale(1.04);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
.books-grid .book-item img {
  width: 100%;
  aspect-ratio: 2/3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  margin-bottom: 0.75rem;
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
.books-grid .book-item .book-title {
  font-size: 1rem;
  color: #5a3e1b;
  font-weight: 600;
  line-height: 1.25;
}

.banner-section {
  position: relative;
  width: 100%;
  padding: 5rem 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  min-height: 400px;
}
@media (min-width: 768px) {
  .banner-section {
    min-height: 500px;
  }
}
.banner-section .banner-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(26, 26, 26, 0.6);
}
.banner-section .banner-content {
  position: relative;
  z-index: 1;
  padding: 0 1rem;
}
.banner-section .banner-title {
  font-size: 2.25rem;
  color: #ffffff;
  margin-bottom: 0.75rem;
  font-weight: 700;
}
.banner-section .banner-title a {
  color: inherit;
  text-decoration: none;
  transition: color 150ms;
}
.banner-section .banner-title a:hover {
  color: #e0a94f;
}
@media (min-width: 768px) {
  .banner-section .banner-title {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
}

.section-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
  color: #c8842a;
}
@media (min-width: 768px) {
  .section-title {
    font-size: 2.5rem;
  }
}

.section-title + .dharma-carousel-wrapper,
.section-title + .articles-layout,
.section-title + .books-carousel-wrapper,
.section-title + .audio-grid,
.section-title + .archive-grid,
.section-title + .page-books-grid,
.section-title + .page-video-grid,
.section-title + .single-container {
  margin-top: 0;
}

.audio-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .audio-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
}

.archive-grid.grid-audio, .grid-audio.page-books-grid, .grid-audio.page-video-grid {
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 992px) {
  .archive-grid.grid-audio, .grid-audio.page-books-grid, .grid-audio.page-video-grid {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}

.audio-item {
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 20px;
  padding: 1rem;
  gap: 1.5rem;
  box-shadow: 0 10px 30px rgba(26, 26, 26, 0.05);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(200, 132, 42, 0.1);
  position: relative;
  overflow: hidden;
}
.audio-item:hover {
  box-shadow: 0 20px 40px rgba(200, 132, 42, 0.15);
  transform: translateY(-5px);
  border-color: #c8842a;
}
.audio-item:hover .audio-thumb {
  transform: scale(1.05);
}
.audio-item .audio-thumb {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #e0a94f 0%, #c8842a 100%);
  color: #ffffff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
  transition: transform 300ms;
  box-shadow: 0 8px 15px rgba(200, 132, 42, 0.3);
}
.audio-item .audio-info {
  flex-grow: 1;
  min-width: 0;
}
.audio-item .audio-title {
  font-size: 1.125rem;
  color: #5a3e1b;
  font-weight: 700;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.audio-item .audio-title a:hover {
  color: #c8842a;
}
.audio-item .audio-action {
  flex-shrink: 0;
}
.audio-item .audio-download-btn {
  width: 45px;
  height: 45px;
  background: #f8f8f8;
  color: #c8842a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 1.25rem;
  transition: all 150ms;
  padding: 10px;
}
.audio-item .audio-download-btn:hover {
  background: #c8842a;
  color: #ffffff;
  transform: rotate(-10deg);
}
@media (max-width: 575px) {
  .audio-item {
    flex-direction: column;
    text-align: center;
    padding: 3rem 2rem;
  }
  .audio-item .audio-title {
    white-space: normal;
  }
  .audio-item .audio-download-btn {
    width: 100%;
    border-radius: 10px;
    height: 50px;
    margin-top: 1rem;
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: 700;
    gap: 0.5rem;
  }
  .audio-item .audio-download-btn::after {
    content: "Download Now";
  }
}

.carousel-nav-inline {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #c8842a;
  color: #ffffff;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
  cursor: pointer;
  transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
}
.carousel-nav-inline:hover {
  background: #9a6520;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06);
  transform: translateY(-2px);
}
.carousel-nav-inline:disabled, .carousel-nav-inline[style*="pointer-events: none"] {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.page-header {
  position: relative;
  padding: 9rem 0;
  background-color: #9a6520;
  background-image: url("assets/images/buddhas-life.png");
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
}
.page-header.page-header-stories {
  background-image: url("assets/images/jathaka-katha-2.png");
}
.page-header.page-header-sermons {
  background-image: url("assets/images/buddhas-life.png");
}
.page-header.page-header-books {
  background-image: url("assets/images/buddhism-1.png");
}
.page-header.page-header-contact {
  background-image: url("assets/images/buddhism-2.png");
}
.page-header.page-header-downloads,
.page-header.page-header-articles {
  background-image: url("assets/images/buddhism-3.png");
}
.page-header .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* background: linear-gradient(135deg, rgba(26, 26, 26, 0.5) 0%, rgba(154, 101, 32, 0.2) 100%); */
}

/* Contact Page Styles */
.contact-info-card {
  transition: all 400ms cubic-bezier(0.2, 0.8, 0.2, 1);
  padding: 25px !important;
  border: 1px solid rgba(200, 132, 42, 0.1);
  box-shadow: 0 20px 40px -15px rgba(26, 26, 26, 0.05);
}
.contact-info-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 60px -20px rgba(200, 132, 42, 0.15);
  border-color: rgba(200, 132, 42, 0.3);
}
.info-icon {
  background: linear-gradient(135deg, #c8842a 0%, #9a6520 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-input {
  background: #fdfaf6;
  border: 2px solid transparent;
  transition: all 300ms ease;
  padding: 1.25rem 1.75rem !important;
}
.form-input:focus {
  background: #ffffff;
  border-color: #c8842a;
  box-shadow: 0 0 0 10px rgba(200, 132, 42, 0.05);
  transform: translateY(-2px);
}
.submit-btn {
  background: linear-gradient(to right, #c8842a, #9a6520);
  border: none;
  border-radius: 9999px !important;
  padding: 1.25rem 2.5rem !important;
  box-shadow: 0 15px 30px -10px rgba(154, 101, 32, 0.4);
  transition: all 300ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.submit-btn:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 20px 40px -12px rgba(154, 101, 32, 0.5);
  filter: brightness(1.1);
}
.submit-btn:active {
  transform: translateY(0) scale(0.98);
}
.section-contact {
  position: relative;
  z-index: 2;
  background-image: radial-gradient(circle at 0% 0%, rgba(200, 132, 42, 0.03) 0%, transparent 50%),
                    radial-gradient(circle at 100% 100%, rgba(200, 132, 42, 0.03) 0%, transparent 50%);
}
.reveal-left {
  opacity: 0;
  transform: translateX(-40px);
  transition: all 1s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.reveal-left.active {
  opacity: 1;
  transform: translateX(0);
}
.reveal-right {
  opacity: 0;
  transform: translateX(40px);
  transition: all 1s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.reveal-right.active {
  opacity: 1;
  transform: translateX(0);
}

.page-header .container {
  position: relative;
  z-index: 1;
}
.page-header .page-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  letter-spacing: -0.5px;
  text-shadow: 0 4px 12px rgba(26, 26, 26, 0.4);
  color: #ffffff;
}
@media (min-width: 768px) {
  .page-header .page-title {
    font-size: 3.5rem;
  }
}
.page-header .page-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(26, 26, 26, 0.2);
  padding: 0.5rem 1.5rem;
  border-radius: 9999px;
  backdrop-filter: blur(4px);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.page-header .page-breadcrumb a {
  color: #e0a94f;
  text-decoration: none;
  transition: color 150ms;
}
.page-header .page-breadcrumb a:hover {
  color: #ffffff;
}
.page-header .page-breadcrumb span.sep {
  opacity: 0.5;
}

.section-archive {
  padding: 5rem 0;
  background-color: #f8f8f8;
  background-image: radial-gradient(circle at 2px 2px, rgba(200, 132, 42, 0.05) 1px, transparent 0);
  background-size: 24px 24px;
  min-height: 60vh;
  border-top: 1px solid rgba(200, 132, 42, 0.1);
  position: relative;
}
.section-archive::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: #c8842a;
  border-radius: 0 0 8px 8px;
}

.archive-grid, .page-books-grid, .page-video-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
@media (min-width: 768px) {
  .archive-grid, .page-books-grid, .page-video-grid {
    gap: 3rem;
  }
}
.archive-grid.grid-books, .page-books-grid, .grid-books.page-video-grid {
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
}
@media (min-width: 768px) {
  .archive-grid.grid-books, .page-books-grid, .grid-books.page-video-grid {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  }
}
.archive-grid.grid-audio, .grid-audio.page-books-grid, .grid-audio.page-video-grid {
  grid-template-columns: 1fr;
}
@media (min-width: 992px) {
  .archive-grid.grid-audio, .grid-audio.page-books-grid, .grid-audio.page-video-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.page-video-grid .video-item {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
}
.page-video-grid .video-item:hover {
  box-shadow: 0 20px 25px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.04);
  transform: translateY(-5px);
}
.page-video-grid .video-item:hover .video-thumbnail .play-icon {
  transform: translate(-50%, -50%) scale(1.1);
  background: #c8842a;
}
.page-video-grid .video-item .video-thumbnail {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.page-video-grid .video-item .video-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-video-grid .video-item .video-thumbnail .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: rgba(26, 26, 26, 0.6);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  z-index: 2;
  transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(4px);
}
.page-video-grid .video-item .video-thumbnail .hover-title {
  display: none;
}
.page-video-grid .video-item .video-info {
  padding: 1.5rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.page-video-grid .video-item .video-info .video-title {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
  font-weight: 700;
}
.page-video-grid .video-item .video-info .video-title a {
  color: #5a3e1b;
  text-decoration: none;
}
.page-video-grid .video-item .video-info .video-title a:hover {
  color: #c8842a;
}
.page-video-grid .video-item .video-info .video-subtitle {
  font-size: 0.875rem;
  color: #707070;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.page-video-grid .video-item .video-info .video-subtitle::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e0a94f;
  border-radius: 50%;
}

.article-card {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1), transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.article-card:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06);
}
.article-card {
  display: flex;
  flex-direction: column;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  height: 100%;
}
.article-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 25px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.04);
}
.article-card:hover img {
  transform: scale(1.05);
}
.article-card .card-img-wrapper {
  position: relative;
  overflow: hidden;
  height: 220px;
}
.article-card .card-img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}
.article-card .card-body {
  padding: 2rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  background: #ffffff;
}
.article-card .card-title {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
  color: #5a3e1b;
  line-height: 1.4;
  font-weight: 700;
}
.article-card .card-text {
  color: #505050;
  margin-bottom: 2rem;
  flex-grow: 1;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.article-card .read-more-link {
  font-weight: 700;
  color: #c8842a;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 150ms;
}
.article-card .read-more-link:hover {
  color: #9a6520;
  gap: 0.75rem;
}

.page-books-grid .book-item {
  background: #ffffff;
  padding: 1rem;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  text-align: center;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.page-books-grid .book-item img {
  border-radius: 6px;
  margin-bottom: 1rem;
  box-shadow: 0 4px 10px rgba(26, 26, 26, 0.15);
  width: 100%;
  height: auto;
  aspect-ratio: 2/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-books-grid .book-item .book-title {
  font-size: 0.875rem;
  color: #5a3e1b;
  font-weight: 700;
  margin-top: auto;
  line-height: 1.3;
}
.page-books-grid .book-item:hover {
  box-shadow: 0 20px 25px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.04);
  transform: translateY(-8px);
  background: #f8f8f8;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 5rem;
}
.pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 48px;
  padding: 0 0.75rem;
  border-radius: 8px;
  background-color: #ffffff;
  color: #5a3e1b;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
  transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid #e8e8e8;
}
.pagination .page-numbers:hover:not(.current):not(.dots) {
  color: #c8842a;
  border-color: #c8842a;
  transform: translateY(-3px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06);
}
.pagination .page-numbers.current {
  background-color: #c8842a;
  color: #ffffff;
  border-color: #c8842a;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06);
}
.pagination .page-numbers.dots {
  background: transparent;
  box-shadow: none;
  border: none;
  color: #707070;
  pointer-events: none;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  font-size: 1.25rem;
  background: rgba(200, 132, 42, 0.05);
  color: #c8842a;
  border-color: rgba(200, 132, 42, 0.2);
}
.pagination .page-numbers.prev:hover, .pagination .page-numbers.next:hover {
  background: #c8842a;
  color: #ffffff;
  border-color: #c8842a;
}

.badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  padding: 0.25rem 1rem;
  background: #c8842a;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 4px;
  z-index: 10;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06);
}

.single-container {
  max-width: 800px;
  margin: 0 auto;
}

.entry-header {
  margin-bottom: 5rem;
  text-align: center;
}

.entry-featured-img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  margin-bottom: 5rem;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.05);
}

.entry-content {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #252525;
}
.entry-content p {
  margin-bottom: 2rem;
}
.entry-content h2, .entry-content h3, .entry-content h4 {
  margin-top: 5rem;
  margin-bottom: 1.5rem;
  color: #5a3e1b;
  font-weight: 700;
}
.entry-content blockquote {
  margin: 5rem 0;
  padding: 3rem;
  background: rgba(200, 132, 42, 0.05);
  border-left: 5px solid #c8842a;
  font-style: italic;
  font-size: 1.5rem;
  color: #5a3e1b;
  border-radius: 0 12px 12px 0;
}
.entry-content ul, .entry-content ol {
  margin-bottom: 3rem;
  padding-left: 2rem;
}
.entry-content ul li, .entry-content ol li {
  margin-bottom: 0.5rem;
}

.entry-footer {
  margin-top: 5rem;
  padding-top: 3rem;
  border-top: 1px solid #e8e8e8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.post-tags {
  display: flex;
  gap: 0.5rem;
}
.post-tags a {
  padding: 0.25rem 0.75rem;
  background: #f8f8f8;
  color: #505050;
  font-size: 0.75rem;
  border-radius: 4px;
  text-decoration: none;
}
.post-tags a:hover {
  background: #c8842a;
  color: #ffffff;
}

.author-bio {
  margin-top: 5rem;
  background: #ffffff;
  padding: 3rem;
  border-radius: 16px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
  display: flex;
  gap: 2rem;
  align-items: center;
}
@media (max-width: 575px) {
  .author-bio {
    flex-direction: column;
    text-align: center;
  }
}
.author-bio .author-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.author-bio .author-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.author-bio .author-info h4 {
  margin-bottom: 0.5rem;
  color: #5a3e1b;
}
.author-bio .author-info p {
  margin-bottom: 0;
  color: #707070;
  font-size: 0.875rem;
}

html {
  scroll-behavior: smooth;
}

.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  visibility: hidden;
}
.reveal.active {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.reveal-fade-in {
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  visibility: hidden;
}
.reveal-fade-in.active {
  opacity: 1;
  visibility: visible;
}

.reveal-left {
  opacity: 0;
  transform: translateX(-30px);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  visibility: hidden;
}
.reveal-left.active {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
}

.reveal-right {
  opacity: 0;
  transform: translateX(30px);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  visibility: hidden;
}
.reveal-right.active {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
}

[data-reveal-container] .reveal:nth-child(1) {
  transition-delay: 0.15s;
}
[data-reveal-container] .reveal:nth-child(2) {
  transition-delay: 0.3s;
}
[data-reveal-container] .reveal:nth-child(3) {
  transition-delay: 0.45s;
}
[data-reveal-container] .reveal:nth-child(4) {
  transition-delay: 0.6s;
}
[data-reveal-container] .reveal:nth-child(5) {
  transition-delay: 0.75s;
}
[data-reveal-container] .reveal:nth-child(6) {
  transition-delay: 0.9s;
}
[data-reveal-container] .reveal:nth-child(7) {
  transition-delay: 1.05s;
}
[data-reveal-container] .reveal:nth-child(8) {
  transition-delay: 1.2s;
}
[data-reveal-container] .reveal:nth-child(9) {
  transition-delay: 1.35s;
}
[data-reveal-container] .reveal:nth-child(10) {
  transition-delay: 1.5s;
}

.btn-primary, .btn-readmore, .audio-download-btn, .carousel-nav, .carousel-nav-inline {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn-primary::before, .btn-readmore::before, .audio-download-btn::before, .carousel-nav::before, .carousel-nav-inline::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.6s ease, height 0.6s ease;
  z-index: -1;
}
.btn-primary:hover::before, .btn-readmore:hover::before, .audio-download-btn:hover::before, .carousel-nav:hover::before, .carousel-nav-inline:hover::before {
  width: 300%;
  height: 300%;
}

.hover-lift {
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.hover-lift:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 25px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.04) !important;
}

@keyframes pulse-soft {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.pulse-hover:hover {
  animation: pulse-soft 2s infinite ease-in-out;
}

.site-footer {
  background-color: #1a0f08;
  color: #ffffff;
  padding: 5rem 0 3rem;
  border-top: 4px solid #c8842a;
  text-align: center;
}
.site-footer .footer-logo {
  display: block;
  margin: 0 auto 2rem;
  transition: transform 300ms;
}
.site-footer .footer-logo:hover {
  transform: scale(1.05);
}
.site-footer .footer-info p {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  color: #a0a0a0;
}

.btn-readmore {
  display: inline-flex !important;
  width: auto !important;
  min-width: 140px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  align-items: center;
  justify-content: center;
}.btn-read-sm {
  color: #c8842a;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  letter-spacing: 1px;
  transition: all 0.3s;
}
.book-item:hover .btn-read-sm {
  gap: 0.75rem;
}

/*# sourceMappingURL=style.css.map */