.elementor-7603 .elementor-element.elementor-element-0c24bc3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7603 .elementor-element.elementor-element-cc34c57{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7603 .elementor-element.elementor-element-cc34c57:not(.elementor-motion-effects-element-type-background), .elementor-7603 .elementor-element.elementor-element-cc34c57 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F7EDD8;}/* Start custom CSS for html, class: .elementor-element-8a00dc5 *//* PAGE HERO */
            .page-hero {
                position: relative;
                height: 420px;
                display: flex;
                align-items: center;
                justify-content: center;
                overflow: hidden
            }

            .ph-bg {
                position: absolute;
                inset: 0
            }

            .ph-bg img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: center 30%;
                animation: imgpan 20s ease-in-out infinite alternate;
                filter: brightness(.5) saturate(1.05)
            }

            .ph-grad {
                position: absolute;
                inset: 0;
                background: linear-gradient(180deg,#090e09cc 0%,#14281099 40%,#090e09e0 100%)
            }

            .ph-amber {
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                height: 35%;
                background: linear-gradient(to top,#b8820a26,transparent)
            }

            .ph-ring {
                position: absolute;
                top: 50%;
                left: 50%;
                border-radius: 50%;
                pointer-events: none;
                z-index: 2
            }

            .ph-r1 {
                width: 340px;
                height: 340px;
                border: 1px solid #e8c04026;
                animation: nat-spin 40s linear infinite;
                transform: translate(-50%,-50%)
            }

            .ph-r2 {
                width: 220px;
                height: 220px;
                border: 1px dashed #e8c0401a;
                animation: nat-spin 26s linear infinite reverse;
                transform: translate(-50%,-50%)
            }

            .ph-content {
                position: relative;
                z-index: 10;
                text-align: center;
                padding: 0 44px
            }

            .ph-om {
                font-family: serif;
                font-size: 40px;
                color: #e8c040;
                text-shadow: 0 0 30px #e8c0408c;
                display: block;
                margin-bottom: 10px;
                opacity: 0;
                animation: reveal .9s ease forwards .2s
            }

            .ph-eyebrow {
                font-size: 9px;
                letter-spacing: 5px;
                color: #f0dca080;
                font-weight: 300;
                text-transform: uppercase;
                opacity: 0;
                animation: reveal .9s ease forwards .4s;
                margin-bottom: 12px
            }

            .ph-title {
                font-family: 'Cormorant Garamond',serif;
                font-size: 58px;
                font-weight: 300;
                color: #FDF8EE;
                line-height: 1.05;
                opacity: 0;
                animation: reveal 1s ease forwards .6s
            }

            .ph-title em {
                font-style: italic;
                color: #e8c040
            }

            .ph-sub {
                font-size: 12px;
                color: #f0dca080;
                letter-spacing: 2.5px;
                font-weight: 300;
                margin-top: 14px;
                opacity: 0;
                animation: reveal .9s ease forwards 1s
            }

            /* DIYA BAR */
            .diya-bar {
                background: #1e3c18;
                padding: 11px 44px;
                overflow: hidden;
                position: relative
            }

            .diya-bar::before {
                content: '';
                position: absolute;
                inset: 0;
                background: linear-gradient(90deg,#b8820a0d,#b8820a1a,#b8820a0d)
            }

            .diya-inner {
                position: relative;
                z-index: 2;
                display: flex;
                align-items: center;
                justify-content: center;
                gap: 22px;
                flex-wrap: wrap
            }

            .diya-txt {
                font-family: 'Cormorant Garamond',serif;
                font-size: 14px;
                font-style: italic;
                color: #f0dca094;
                letter-spacing: 2.5px;
                font-weight: 300
            }

            .flm {
                animation: flicker .5s ease-in-out infinite alternate
            }

            /* SCROLL ANIM JS */
            .scroll-obs {
                opacity: 0;
                transform: translateY(24px);
                transition: opacity .85s ease,transform .85s ease
            }

            .scroll-obs.in {
                opacity: 1;
                transform: none
            }
            /* DIYA BAR */
            .diya-bar {
                background: #142810;
                padding: 11px 44px;
                overflow: hidden;
                position: relative
            }

            .diya-bar::before {
                content: '';
                position: absolute;
                inset: 0;
                background: linear-gradient(90deg,#b8820a0d,#b8820a1a,#b8820a0d)
            }

            .diya-inner {
                position: relative;
                z-index: 2;
                display: flex;
                align-items: center;
                justify-content: center;
                gap: 22px;
                flex-wrap: wrap
            }

            .diya-txt {
                font-family: 'Cormorant Garamond',serif;
                font-size: 14px;
                font-style: italic;
                color: #f0dca094;
                letter-spacing: 2.5px;
                font-weight: 300
            }

            .flm {
                animation: flicker .5s ease-in-out infinite alternate
            }

            /* SCROLL ANIM JS */
            .scroll-obs {
                opacity: 0;
                transform: translateY(24px);
                transition: opacity .85s ease,transform .85s ease
            }

            .scroll-obs.in {
                opacity: 1;
                transform: none
            }
            /* 1. Animation fix (VERY IMPORTANT) */
@keyframes reveal {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 2. Make text visible always */
.ph-om,
.ph-eyebrow,
.ph-title,
.ph-sub {
  opacity: 1;
}

/* 3. Bring text on top */
.ph-content {
  position: relative;
  z-index: 20;
}

/* 4. Darken background so text pops */
.ph-bg img {
  filter: brightness(0.4);
}

/* 5. Title glow */
.ph-title {
  color: #fff;
  text-shadow: 0 0 20px rgba(232,192,64,0.6);
}

.ph-title em {
  color: #e8c040;
}

/* 6. OM glow */
.ph-om {
  color: #e8c040;
  text-shadow: 0 0 25px rgba(232,192,64,0.8);
}



@media (max-width: 480px){

  .diya-txt{
    font-size: 9px;
    letter-spacing: 0.5px;
  }

  .diya-inner{
    gap: 5px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c7a9a8c *//* ═══ POLICIES PAGE ═══ */
            /* LEFT STICKY NAV + RIGHT CONTENT */
            .policy-layout {
                display: grid;
                grid-template-columns: 280px 1fr;
                gap: 0;
                max-width: 1300px;
                margin: 0 auto;
                padding: 56px 44px 88px;
                align-items: start
            }

            .policy-sidebar {
                position: sticky;
                top: 80px;
                background: #fdf8ee;
                border: 1px solid #b8820a1f;
                border-radius: 4px;
                overflow: hidden
            }

            .ps-head {
                background: #142810;
                padding: 18px 22px
            }

            .ps-head-title {
                font-family: 'Cinzel',serif;
                font-size: 11px;
                letter-spacing: 3px;
                color: #e8c040
            }

            .ps-head-sub {
                font-size: 10px;
                letter-spacing: 1px;
                color: #f0dca066;
                margin-top: 4px;
                font-weight: 300
            }

            .ps-nav {
                padding: 10px 0
            }

            .ps-link {
                display: flex;
                align-items: center;
                gap: 10px;
                padding: 12px 20px;
                font-size: 11px;
                letter-spacing: 2px;
                color: #6a5040;
                cursor: pointer;
                transition: all .25s;
                border-left: 3px solid transparent;
                font-weight: 300;
                text-decoration: none
            }

            .ps-link:hover {
                background: #F7EDD8;
                color: #2C1C0C;
                border-left-color: #b8820a4d
            }

            .ps-link.active {
                background: #F0E2C0;
                color: #2C1C0C;
                border-left-color: #b8820a
            }

            .ps-link-icon {
                font-size: 14px;
                flex-shrink: 0
            }

            .ps-divider {
                height: 1px;
                background: #b8820a14;
                margin: 6px 0
            }

            .ps-updated {
                padding: 14px 20px;
                font-size: 9px;
                letter-spacing: 1.5px;
                color: #6a5040;
                font-weight: 300;
                border-top: 1px solid #b8820a1a
            }

            /* POLICY CONTENT */
            .policy-content {
            }

            .policy-section {
                display: none;
                padding top: 40px
            }

            .policy-section.active {
                display: block
            }

            .ps-outer {
                background: white;
                border: 1px solid #b8820a1a;
                border-radius: 4px;
                min-height: 600px
            }

            /* Policy header */
            .pol-header {
                background: linear-gradient(135deg,#142810,#1E3C18);
                padding: 36px 44px;
                border-radius: 4px 4px 0 0;
                position: relative;
                overflow: hidden
            }

            .pol-h-ring {
                position: absolute;
                border-radius: 50%;
                border: 1px solid #e8c04014;
                animation: nat-spin 40s linear infinite;
                pointer-events: none
            }

            .pol-h-eyebrow {
                font-size: 9px;
                letter-spacing: 4px;
                color: #C89A20;
                font-weight: 300;
                margin-bottom: 8px;
                position: relative;
                z-index: 2
            }

            .pol-h-title {
                font-family: 'Cormorant Garamond',serif;
                font-size: 36px;
                color: #fdf8ee;
                font-weight: 300;
                line-height: 1.1;
                margin-bottom: 8px;
                position: relative;
                z-index: 2
            }

            .pol-h-title em {
                font-style: italic;
                color: #e8c040
            }

            .pol-h-meta {
                font-size: 10px;
                color: #f0dca066;
                letter-spacing: 2px;
                position: relative;
                z-index: 2;
                font-weight: 300
            }

            /* Policy body */
            .pol-body {
                padding: 40px 44px
            }

            .pol-intro {
                font-size: 14px;
                color: #4a3020;
                line-height: 1.9;
                font-weight: 300;
                margin-bottom: 36px;
                padding: 18px 22px;
                background: #F7EDD8;
                border-left: 3px solid #b8820a;
                border-radius: 0 3px 3px 0
            }

            .pol-section-title {
                font-family: 'Cormorant Garamond',serif;
                font-size: 24px;
                color: #2C1C0C;
                margin: 36px 0 12px;
                line-height: 1.2;
                display: flex;
                align-items: center;
                gap: 10px
            }

            .pol-section-title::before {
                content: '';
                width: 24px;
                height: 1.5px;
                background: #b8820a;
                flex-shrink: 0
            }

            .pol-rule {
                height: 1px;
                background: linear-gradient(90deg,#b8820a33,transparent);
                margin-bottom: 16px
            }

            .pol-text {
                font-size: 13px;
                color: #6a5040;
                line-height: 1.95;
                font-weight: 300;
                margin-bottom: 16px
            }

            .pol-text a {
                color: #C45A10;
                transition: color .25s
            }

            .pol-text a:hover {
                color: #7a2a10
            }

            .pol-text strong {
                color: #4a3020;
                font-weight: 500
            }

            .pol-list {
                font-size: 13px;
                color: #6a5040;
                line-height: 1.95;
                font-weight: 300;
                margin: 12px 0 20px;
                padding-left: 0;
                list-style: none;
                display: flex;
                flex-direction: column;
                gap: 8px
            }

            .pol-list li {
                display: flex;
                align-items: flex-start;
                gap: 10px
            }

            .pol-list li::before {
                content: '\25C6';
                color: #b8820a;
                font-size: 10px;
                flex-shrink: 0;
                margin-top: 5px
            }

            .pol-callout {
                background: #F7EDD8;
                border: 1px solid #b8820a2e;
                border-radius: 3px;
                padding: 18px 20px;
                margin: 20px 0;
                font-size: 13px;
                color: #4a3020;
                line-height: 1.75;
                font-weight: 300
            }

            .pol-callout strong {
                color: #2C1C0C;
                font-weight: 500
            }

            .pol-table {
                width: 100%;
                border-collapse: collapse;
                margin: 18px 0
            }

            .pol-table th {
                background: #142810;
                color: #e8c040;
                font-size: 9px;
                letter-spacing: 3px;
                padding: 11px 14px;
                text-align: left;
                font-weight: 400
            }

            .pol-table td {
                padding: 12px 14px;
                font-size: 12px;
                color: #6a5040;
                font-weight: 300;
                border-bottom: 1px solid #b8820a14;
                vertical-align: top
            }

            .pol-table tr:nth-child(even) td {
                background: #f7edd866
            }

            .pol-badge {
                display: inline-flex;
                align-items: center;
                gap: 6px;
                font-size: 9px;
                letter-spacing: 2px;
                padding: 4px 10px;
                border-radius: 24px;
                font-weight: 300
            }

            .pb-green {
                background: #5a80401f;
                color: #7a2a10;
                border: 1px solid #5a804033
            }

            .pb-red {
                background: #c45a101a;
                color: #C45A10;
                border: 1px solid #c45a102e
            }

            .pb-gray {
                background: #b8820a14;
                color: #6a5040;
                border: 1px solid #b8820a26
            }

            .pol-contact-box {
                background: #142810;
                border-radius: 3px;
                padding: 22px 24px;
                margin-top: 36px;
                display: flex;
                align-items: center;
                gap: 18px
            }

            .pcb-icon {
                font-size: 28px;
                flex-shrink: 0
            }

            .pcb-text {
                flex: 1
            }

            .pcb-title {
                font-size: 11px;
                letter-spacing: 2px;
                color: #C89A20;
                font-weight: 300;
                margin-bottom: 4px;
                text-transform: uppercase
            }

            .pcb-body {
                font-size: 13px;
                color: #f0dca0a6;
                font-weight: 300;
                line-height: 1.6
            }

            .pcb-body a {
                color: #e8c040;
                transition: color .25s
            }

            .pcb-body a:hover {
                color: white
            }
    
    
    @media (max-width: 768px){

  /* LAYOUT STACK */
  .policy-layout{
    grid-template-columns: 1fr !important;
    padding: 20px 14px !important;
    gap: 20px;
  }

@media (max-width: 768px){

  .pol-table{
    display: table !important;
    width: 100% !important;
    overflow-x: hidden !important;
    white-space: normal !important;
    table-layout: fixed;
  }

  .pol-table th,
  .pol-table td{
    white-space: normal !important;
    word-break: break-word;
    overflow-wrap: break-word;
    font-size: 11px;
  }

}





  /* SIDEBAR */
  .policy-sidebar{
    position: relative !important;
    top: auto !important;
    width: 100%;
  }

  .ps-link{
    font-size: 12px;
    padding: 14px 16px;
  }

  /* CONTENT AREA */
  .policy-body,
  .pol-body{
    padding: 20px 16px !important;
  }

  /* HEADER */
  .pol-header{
    padding: 24px 18px !important;
    text-align: center;
  }

  .pol-h-title{
    font-size: 26px !important;
  }

  .pol-h-meta{
    font-size: 9px !important;
  }

  /* TEXT */
  .pol-intro{
    font-size: 13px !important;
  }

  .pol-section-title{
    font-size: 18px !important;
  }

  /* TABLE SCROLL FIX */
  .pol-table{
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  .pol-table th,
  .pol-table td{
    font-size: 11px;
    padding: 10px;
  }

  /* CONTACT BOX */
  .pol-contact-box{
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  .pcb-icon{
    font-size: 24px;
  }

  /* RINGS REMOVE (mobile clean look) */
  .pol-h-ring{
    display: none;
  }
}/* End custom CSS */