.elementor-kit-6{--e-global-color-primary:#1A1F3A;--e-global-color-secondary:#8A8270;--e-global-color-text:#A09880;--e-global-color-accent:#61CE70;--e-global-color-980ac1b:#C4A030;--e-global-color-3f609d0:#E2DFC4;--e-global-color-c8dc8bb:#6B6830;--e-global-color-5263c18:#B09830;--e-global-color-da6a309:#E8E3D8;--e-global-color-ae4ca84:#F5F1EA;--e-global-color-9a14756:#EBE7DC;--e-global-color-03fd284:#A09880;--e-global-typography-primary-font-family:"Cormorant Garamond";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Cormorant Garamond";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-da6a309 );font-family:"Inter", Sans-serif;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:#6B6830;font-family:"Cormorant Garamond", Sans-serif;font-size:13px;color:var( --e-global-color-9a14756 );border-radius:100px 100px 100px 100px;padding:9px 22px 9px 22px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:#6B6830D9;color:var( --e-global-color-ae4ca84 );border-radius:100px 100px 100px 100px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-secondary );font-family:"Inter", Sans-serif;}.elementor-kit-6 a:hover{color:var( --e-global-color-primary );}.elementor-kit-6 h1{color:var( --e-global-color-primary );font-family:"Cormorant Garamond", Sans-serif;font-weight:bold;}.elementor-kit-6 h2{color:var( --e-global-color-primary );font-family:"Cormorant Garamond", Sans-serif;font-weight:bold;}.elementor-kit-6 h3{color:var( --e-global-color-primary );font-family:"Cormorant Garamond", Sans-serif;font-weight:bold;}.elementor-kit-6 h4{color:var( --e-global-color-primary );font-family:"Cormorant Garamond", Sans-serif;font-weight:bold;}.elementor-kit-6 h5{color:var( --e-global-color-primary );font-family:"Cormorant Garamond", Sans-serif;font-weight:bold;}.elementor-kit-6 h6{color:var( --e-global-color-primary );font-family:"Cormorant Garamond", Sans-serif;font-weight:bold;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1128px;}.e-con{--container-max-width:1128px;}.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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */h1{
    font-size: clamp(52px, 5.5vw, 80px);
}
h2{
    font-size: clamp(38px, 4vw, 56px);
}
h3{
    font-size: 15px;
}

.final-cta h2 {
    font-weight: 700;
    font-size: clamp(48px, 6vw, 84px);
    line-height: 1.04;
    letter-spacing: -0.015em;
    margin-bottom: 14px;
}

#headerone em, .colored-em em{
        color: var(--e-global-color-5263c18);
}

.elementor-widget-button .elementor-button{
    background-color: #6B6830 !important;
}
.elementor-widget-button .elementor-button:hover{
    background-color: #6B6830D9 !important;
}

.star-flex{
    display: flex;
    align-items: center;
    gap: 16px;
}
.hero-trust-stars{
    color: #c4a030;
    font-size: 15px;
}
.star-flex p{
    margin: 0;
}

.premium-list p{
    color: #8A8270;
}
/** Blog Post Category Pill **/
.custom-category-pill .elementor-icon-list-item a{
    background: var(--e-global-color-3f609d0);
    padding: 5px 12px;
    border-radius: 100px;
    margin-bottom: 20px;
}
.blogpost h2{
    font-size: clamp(26px, 45.21px, 36px);
;
}

/**Testimonial Stars CSS **/

.reviews-stars {
    font-size: 22px;
    color: var(--e-global-color-980ac1b);
    margin-bottom: 8px;
    font-style: normal;
}
.review-card-stars {
    color: var(--e-global-color-980ac1b);
    font-size: 13px;
    margin-bottom: 14px;
}

/**white button CSS**/
.cta-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    background: #f5f1ea;
    color: #1a1f3a;
    border: none;
    border-radius: 100px;
    padding: 17px 24px;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.2s, transform 0.2s;
    letter-spacing: 0.02em;
}
.cta-btn:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}


/** Download Button for App Store and Google Play Store **/
.store-btns {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 44px;
}
.store-btn{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #1a1f3a;
    color: #f5f1ea;
    padding: 12px 22px;
    border-radius: 12px;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
}
.store-btn svg {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}
.store-btn-text small {
    display: block;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(245, 241, 234, 0.5);
    line-height: 1;
    margin-bottom: 2px;
}
.store-btn-text strong {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #f5f1ea;
    line-height: 1;
}
.store-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 32px rgba(26, 31, 58, 0.18);
}

/** Download Button for White App Store and Google Play Store **/
.store-btns-light .store-btn-text strong {
    color: var(--e-global-color-primary);
}
.store-btns-light .store-btn-text small {
    color: rgba(26, 31, 58, 0.45);
}
.store-btns-light .store-btn {
    background: var(--e-global-color-ae4ca84);
    color: var(--e-global-color-primary);
}


/** Tag CSS **/
.tag {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.05em;
    padding: 5px 12px;
    border-radius: 100px;
    border: 1px solid rgba(107, 104, 48, 0.25);
    color: #8a8270;
}

.tag.olive {
    background: #e2dfc4;
    color: #6b6830;
    border-color: #e2dfc4;
}

/** Feature CSS **/
.feature p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.72;
    color: var(--muted);
    max-width: 420px;
}
.feature-eyebrow {
    display: inline-flex;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--olive);
    margin-bottom: 18px;
}





/**featurecell icon CSS **/
 .feature-cell-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #e2dfc4;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 18px;
}
.feature-cell p {
    font-size: 13px;
    font-weight: 400;
    color: var(--muted);
    line-height: 1.55;
}


/** Accourdion Icon **/
.faq-icon .e-n-accordion-item-title-icon .e-closed{
    border-radius: 50%;
    background: var(--e-global-color-3f609d0);
    padding: 7px;
    height: 23px;
    width: 23px;
}

.faq-icon .e-n-accordion-item-title-icon .e-opened{
    border-radius: 50%;
    background: var(--e-global-color-c8dc8bb);
    padding: 7px;
    height: 23px;
    width: 21px;
}

.faq-item.open .faq-q-icon {
    transform: rotate(45deg);
    background: var(--olive);
    color: #fff;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Cormorant Garamond';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://oneiroforge.com/project/gratitude/project/gratitude/wp-content/uploads/2026/04/CormorantGaramond-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Cormorant Garamond';
	font-style: italic;
	font-weight: normal;
	font-display: auto;
	src: url('https://oneiroforge.com/project/gratitude/project/gratitude/wp-content/uploads/2026/04/CormorantGaramond-MediumItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Cormorant Garamond';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://oneiroforge.com/project/gratitude/project/gratitude/wp-content/uploads/2026/04/CormorantGaramond-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Cormorant Garamond';
	font-style: italic;
	font-weight: bold;
	font-display: auto;
	src: url('https://oneiroforge.com/project/gratitude/project/gratitude/wp-content/uploads/2026/04/CormorantGaramond-BoldItalic.ttf') format('truetype');
}
/* End Custom Fonts CSS */