.elementor-kit-9{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-main_brown:#3C2720;--e-global-color-muted_brown:#846A62;--e-global-color-alt_bg:#F8F6F2;--e-global-color-main_bg:#FCFAF8;--e-global-color-border_color:#E7E1DA;--e-global-color-golden_color:#D19147;--e-global-typography-primary-font-family:"Plus Jakarta Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Plus Jakarta Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:clamp(1rem, 0.96rem + 0.25vw, 1.125rem);--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.7em;--e-global-typography-accent-font-family:"Plus Jakarta Sans";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-line-height:1.3em;--e-global-typography-0656187-font-size:clamp(0.7rem, 0.65rem + 0.2vw, 0.8rem);--e-global-typography-0656187-font-weight:500;--e-global-typography-0656187-text-transform:uppercase;--e-global-typography-0656187-letter-spacing:0.08em;--e-global-typography-b487944-font-size:clamp(0.85rem, 0.8rem + 0.2vw, 0.95rem);--e-global-typography-b487944-line-height:1.6em;--e-global-typography-1bc0dc8-font-size:clamp(2rem, 1.7rem + 1.4vw, 4rem);--e-global-typography-1bc0dc8-font-weight:700;--e-global-typography-1bc0dc8-line-height:1.2em;--e-global-typography-4f351ca-font-size:clamp(1.6rem, 1.35rem + 1vw, 2.1rem);--e-global-typography-4f351ca-font-weight:600;--e-global-typography-4f351ca-line-height:1.3em;--e-global-typography-b7eb878-font-size:clamp(1.35rem, 1.2rem + 0.6vw, 1.75rem);--e-global-typography-b7eb878-font-weight:600;--e-global-typography-b7eb878-line-height:1.3em;--e-global-typography-8f8deae-font-size:clamp(1.05rem, 1rem + 0.3vw, 1.25rem);--e-global-typography-8f8deae-font-weight:600;--e-global-typography-8f8deae-line-height:1.4em;background-color:var( --e-global-color-main_bg );}.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{background-color:var( --e-global-color-main_brown );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );line-height:var( --e-global-typography-accent-line-height );border-style:solid;border-width:1px 1px 1px 1px;border-radius:8px 8px 8px 8px;}.elementor-kit-9 button:hover,.elementor-kit-9 button:focus,.elementor-kit-9 input[type="button"]:hover,.elementor-kit-9 input[type="button"]:focus,.elementor-kit-9 input[type="submit"]:hover,.elementor-kit-9 input[type="submit"]:focus,.elementor-kit-9 .elementor-button:hover,.elementor-kit-9 .elementor-button:focus{background-color:var( --e-global-color-muted_brown );}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1366px){.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}}@media(max-width:1024px){.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.card {
  padding: clamp(0.9rem, 0.75rem + 0.5vw, 1.25rem);
  border:1px solid var(--e-global-color-border_color);
  border-radius: 1rem;
}

.card:hover{
    box-shadow: 1px 5px 10px rgba(0,0,0,0.065);
}

.card .elementor-icon{
    background-color: var(--e-global-color-alt_bg) !important;
    
}
.card .elementor-icon svg{
    stroke: var(--e-global-color-main_brown) !important;
}

.card:hover .elementor-icon{
    background-color: var(--e-global-color-main_brown) !important;
    
}
.card:hover .elementor-icon svg{
    stroke: #fff !important;
}
 
.primary-button a{
    background-color: var(--e-global-color-main_brown) !important;
    border-color: var(--e-global-color-main_brown) !important;
}

.primary-button a:hover{
    background-color: var(--e-global-color-muted_brown) !important;
    border-color: var(--e-global-color-muted_brown) !important;
}

.secondary-button a{
    background-color: #fff !important;
    border-color: var(--e-global-color-main_brown) !important;
    color: var(--e-global-color-main_brown) !important;
}
.secondary-button:hover a{
    background-color: var(--e-global-color-main_brown) !important;
    color: #fff !important;
}

.primary-button a,.secondary-button a{
    padding:  clamp(0.5rem, 0.45rem + 0.25vw, 0.65rem) clamp(0.85rem, 0.75rem + 0.45vw, 1.15rem);
}

.golden-text{
    color:var(--e-global-color-golden_color) !important;
}


.policy-content .wp-block-heading{
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    color:var(--e-global-color-main_brown);
}

.policy-content hr{
    border-color: var(--e-global-color-border_color) !important;
}



/*BOOK_POPUP*/
/* PDF Fullscreen Overlay */
#pdf-showcase-container {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    background: #0b0b0ba2;
    backdrop-filter: blur(5px);
    z-index: 99999;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    padding: clamp(16px, 3vw, 40px);
}

/* Active state */
#pdf-showcase-container.is-active {
    display: block;
    opacity: 1;
}

/* Ensure iframe fills space */
#pdf-showcase-container iframe {
    width: 100%;
    height: 100%;
    border: none;
    background: #000;
}

/* Close button (optional but recommended) */
.pdf-close-btn {
    position: absolute;
    top: 16px;
    right: 20px;
    font-size: 28px;
    color: #fff;
    cursor: pointer;
    z-index: 100000;
    rotate:45deg;
}/* End custom CSS */