:root{--primary:#6907f1;--primary-dark:#4d05b0;--primary-soft:#f1e9ff;--secondary:#51f58d;--secondary-dark:#2dd16e;--white:#ffffff;--ink:#0f0a1f;--ink-soft:#5a5570;--line:#ece9f4;--bg-soft:#faf9ff}*{margin:0;padding:0}body,html{-webkit-text-size-adjust:100%}html{scroll-behavior:smooth;scroll-padding-top:80px;line-height:1.15}body{background:var(--white);-webkit-font-smoothing:antialiased;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-tap-highlight-color:#fff0;margin:0}.container{max-width:1280px;padding:0 32px}.review-card,section{padding:100px 0;background:var(--white)}.review-card{border:1px solid var(--line);padding:30px;width:380px;flex-shrink:0;box-shadow:0 6px 20px rgb(15 10 31/.04);display:flex;flex-direction:column;justify-content:space-between;min-height:240px}@media (max-width:960px){.hero-content{text-align:center}section{padding:70px 0}.review-card{width:300px}}@media (max-width:560px){.container{padding:0 18px}.review-card{width:270px;padding:22px}}@media (prefers-reduced-motion:reduce){*,::after,::before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.site-header{position:sticky;top:0;left:0;right:0;z-index:100;background:rgb(255 255 255/.85);backdrop-filter:saturate(1.5) blur(14px);-webkit-backdrop-filter:saturate(1.5) blur(14px);border-bottom:1px solid #fff0;transition:border-color .3s ease,box-shadow .3s ease,background .3s ease}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:32px;padding:16px 32px;max-width:1280px;margin:0 auto}.brand{display:inline-flex;align-items:center;gap:12px;text-decoration:none;flex-shrink:0;transition:transform .2s ease}.brand:hover{transform:translateY(-1px)}.brand-icon{width:44px;height:44px;border-radius:12px;overflow:hidden;display:block}.brand-text{font-size:1.4rem;font-weight:800;letter-spacing:-.02em;color:var(--ink);line-height:1}.brand-text span,.nav-link:hover{color:var(--primary)}.nav-primary{display:flex;align-items:center;gap:4px}.nav-link{background:#fff0;font-family:inherit;cursor:pointer;font-weight:600;font-size:.95rem;padding:10px 16px;border-radius:999px;display:inline-flex;align-items:center;gap:6px}.nav-link:hover{background:var(--primary-soft)}.nav-link .chevron{width:12px;height:12px;transition:transform .25s ease}.has-dropdown,.nav-link{position:relative}.dropdown{top:calc(100% + 12px);left:50%;transform:translateX(-50%) translateY(-8px);min-width:320px;background:#fff;border-radius:18px;border:1px solid var(--line);box-shadow:0 20px 50px rgb(15 10 31/.12),0 4px 12px rgb(15 10 31/.04);padding:12px;opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease;z-index:10}.dropdown::before{content:"";position:absolute;top:-8px;left:50%;transform:translateX(-50%) rotate(45deg);width:14px;height:14px;background:#fff;border-left:1px solid var(--line);border-top:1px solid var(--line);border-radius:3px 0 0 0}.has-dropdown:hover .dropdown{opacity:1;pointer-events:auto;transform:translateX(-50%) translateY(0)}.has-dropdown:hover .nav-link .chevron{transform:rotate(180deg)}.dropdown-item{display:flex;align-items:flex-start;gap:12px;padding:12px 14px;border-radius:12px;transition:background .15s ease,transform .15s ease}.dd-icon,.dropdown-item:hover{background:var(--primary-soft)}.dd-icon{flex-shrink:0;width:38px;height:38px;border-radius:10px;color:var(--primary);display:flex;align-items:center;justify-content:center}.dropdown-item:nth-child(even) .dd-icon{background:rgb(81 245 141/.18);color:#1a9a4a}.dd-icon svg,.footer-social svg{width:18px;height:18px}.dd-text{display:flex;flex-direction:column;gap:2px}.dd-title{font-weight:600;font-size:.95rem;color:var(--ink)}.dd-desc{font-size:.8rem;color:var(--ink-soft);line-height:1.4}.nav-actions{display:flex;align-items:center;gap:12px}.btn-cta,.btn-text{color:var(--ink);text-decoration:none;font-weight:600;font-size:.95rem;padding:10px 16px;border-radius:999px;transition:color .2s ease,background .2s ease}.btn-text:hover{color:var(--primary);background:var(--primary-soft)}.btn-cta{display:inline-flex;align-items:center;gap:6px;background:var(--primary);color:var(--white);font-weight:700;padding:12px 22px;box-shadow:0 6px 16px rgb(105 7 241/.28);transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.btn-cta:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgb(105 7 241/.4);background:var(--primary-dark)}.btn-cta::after{content:"→";transition:transform .2s ease}.btn-cta:hover::after{transform:translateX(3px)}.footer-col ul,.menu-toggle{padding:0;flex-direction:column}.menu-toggle{display:none;width:44px;height:44px;border:0;background:var(--primary-soft);border-radius:12px;cursor:pointer;justify-content:center;align-items:center;gap:5px}.menu-toggle span{display:block;width:20px;height:2.5px;background:var(--primary);border-radius:2px;transition:transform .3s ease,opacity .2s ease}.mobile-sublinks,.nav-mobile{display:none;flex-direction:column}.nav-mobile{padding:8px 24px 24px;gap:4px;background:rgb(255 255 255/.98);backdrop-filter:blur(14px);border-top:1px solid var(--line);max-height:calc(100vh - 76px);overflow-y:auto}.nav-mobile>.mobile-section>.mobile-section-toggle,.nav-mobile>a{color:var(--ink);text-decoration:none;font-weight:600;font-size:1rem;padding:14px 18px;border-radius:12px;transition:background .2s ease,color .2s ease;display:flex;align-items:center;justify-content:space-between;width:100%;background:#fff0;border:0;font-family:inherit;cursor:pointer;text-align:left}.mobile-sublinks a:hover,.nav-mobile>.mobile-section>.mobile-section-toggle:hover,.nav-mobile>a:hover{background:var(--primary-soft);color:var(--primary)}.mobile-section-toggle .chevron{width:14px;height:14px;transition:transform .25s ease}.mobile-sublinks{padding:4px 8px 8px 22px;gap:2px}.mobile-sublinks a{color:var(--ink-soft);text-decoration:none;font-size:.9rem;padding:10px 14px;border-radius:8px;font-weight:500;transition:background .2s ease,color .2s ease}.nav-mobile .mobile-signin{border-top:1px solid var(--line);margin-top:8px;padding-top:18px;border-radius:0}.nav-mobile .mobile-cta{margin-top:8px;justify-content:center;text-align:center}@media (max-width:900px){.nav-actions .btn-cta,.nav-actions .btn-text,.nav-primary{display:none}.menu-toggle{display:flex}.header-inner{gap:12px;padding:12px 20px}.brand-text{font-size:1.2rem}.brand-icon{width:40px;height:40px}}.site-footer{background:#0f0a1f;color:rgb(255 255 255/.75);padding:80px 0 0;margin-top:80px;position:relative;overflow:hidden}.site-footer::after,.site-footer::before{content:"";position:absolute;border-radius:50%;filter:blur(80px);pointer-events:none}.site-footer::before{top:-120px;right:-100px;width:380px;height:380px;background:var(--primary);opacity:.15}.site-footer::after{bottom:80px;left:-120px;width:320px;height:320px;background:var(--secondary);opacity:.08}.footer-main{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:60px;padding-bottom:60px;border-bottom:1px solid rgb(255 255 255/.08);position:relative;z-index:1}.footer-brand .footer-logo{display:inline-flex;align-items:center;gap:12px;text-decoration:none;margin-bottom:20px}.footer-logo .brand-icon{width:44px;height:44px}.footer-logo-text{font-size:1.4rem;font-weight:800;color:#fff;letter-spacing:-.02em;line-height:1}.footer-logo-text span{color:var(--secondary)}.footer-tagline{font-size:.95rem;color:rgb(255 255 255/.6);margin-bottom:24px;max-width:320px;line-height:1.6}.footer-social{display:flex;gap:10px}.footer-social a{width:38px;height:38px;border-radius:10px;background:rgb(255 255 255/.06);display:flex;align-items:center;justify-content:center;color:rgb(255 255 255/.7);transition:all .2s ease}.footer-social a:hover{background:var(--primary);color:#fff;transform:translateY(-2px)}.footer-col h4{color:#fff;font-size:.85rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:20px}.footer-col ul{list-style:none;margin:0;display:flex;gap:12px}.footer-col a{color:rgb(255 255 255/.65);text-decoration:none;font-size:.95rem;transition:color .2s ease,padding-left .2s ease;gap:6px}.footer-col a:hover{color:var(--secondary);padding-left:4px}.footer-disclosure{padding:36px 0;border-bottom:1px solid rgb(255 255 255/.08);position:relative;z-index:1}.disclosure-title,.footer-col a{display:inline-flex;align-items:center}.disclosure-title{color:#fff;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin-bottom:12px;gap:8px}.disclosure-title::before{content:"";width:16px;height:16px;background:var(--secondary);border-radius:4px;flex-shrink:0}.footer-disclosure p{font-size:.85rem;color:rgb(255 255 255/.55);line-height:1.7;margin-bottom:8px}.footer-disclosure p:last-child{margin-bottom:0}.footer-disclosure strong{color:rgb(255 255 255/.85);font-weight:600}.footer-bottom,.footer-bottom-links{display:flex;align-items:center;flex-wrap:wrap}.footer-bottom{justify-content:space-between;gap:16px;padding:28px 0;position:relative;z-index:1}.footer-bottom p{font-size:.85rem;color:rgb(255 255 255/.5);margin:0}.footer-bottom-links{gap:4px}.footer-bottom-links a{color:rgb(255 255 255/.6);text-decoration:none;font-size:.85rem;padding:4px 10px;border-radius:6px;transition:color .2s ease,background .2s ease}.footer-bottom-links a:hover{color:var(--secondary);background:rgb(255 255 255/.05)}.footer-bottom-links span{color:rgb(255 255 255/.3);font-size:.85rem}.footer-payments{display:flex;align-items:center;gap:10px;font-size:.8rem;color:rgb(255 255 255/.55);background:rgb(255 255 255/.05);padding:8px 14px;border-radius:999px}.footer-payments svg{flex-shrink:0}@media (max-width:900px){.site-footer{padding-top:60px}.footer-main{grid-template-columns:1fr 1fr;gap:40px;padding-bottom:40px}.footer-brand{grid-column:1/-1}.footer-bottom{flex-direction:column;align-items:flex-start}}@media (max-width:560px){.footer-main{grid-template-columns:1fr;gap:32px}.footer-bottom-links{font-size:.8rem}}@font-face{font-family:"Outfit";font-style:normal;font-weight:100 900;font-display:swap;src:url(https://cashpicks.ca/blog/wp-content/fonts/outfit/QGYvz_MVcBeNP4NJuktqQ4E.woff2)format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Outfit";font-style:normal;font-weight:100 900;font-display:swap;src:url(https://cashpicks.ca/blog/wp-content/fonts/outfit/QGYvz_MVcBeNP4NJtEtq.woff2)format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:ratemypost;src:url(/blog/wp-content/plugins/rate-my-post/public/css/fonts/ratemypost.eot);src:url(/blog/wp-content/plugins/rate-my-post/public/css/fonts/ratemypost.eot#iefix)format("embedded-opentype"),url(/blog/wp-content/plugins/rate-my-post/public/css/fonts/ratemypost.ttf)format("truetype"),url(/blog/wp-content/plugins/rate-my-post/public/css/fonts/ratemypost.woff)format("woff"),url(/blog/wp-content/plugins/rate-my-post/public/css/fonts/ratemypost.svg#ratemypost)format("svg");font-weight:400;font-style:normal;font-display:swap}.rmp-amp-rating-widget__fieldset>:hover,.rmp-amp-rating-widget__fieldset>:hover~label{color:#0000;cursor:inherit}.rmp-amp-rating-widget__fieldset>:hover:before,.rmp-amp-rating-widget__fieldset>:hover~label:before{content:"★";color:gold;position:absolute}:root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-black:#000;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:13, 110, 253;--bs-secondary-rgb:108, 117, 125;--bs-success-rgb:25, 135, 84;--bs-info-rgb:13, 202, 240;--bs-warning-rgb:255, 193, 7;--bs-danger-rgb:220, 53, 69;--bs-light-rgb:248, 249, 250;--bs-dark-rgb:33, 37, 41;--bs-primary-text-emphasis:#052c65;--bs-secondary-text-emphasis:#2b2f32;--bs-success-text-emphasis:#0a3622;--bs-info-text-emphasis:#055160;--bs-warning-text-emphasis:#664d03;--bs-danger-text-emphasis:#58151c;--bs-light-text-emphasis:#495057;--bs-dark-text-emphasis:#495057;--bs-primary-bg-subtle:#cfe2ff;--bs-secondary-bg-subtle:#e2e3e5;--bs-success-bg-subtle:#d1e7dd;--bs-info-bg-subtle:#cff4fc;--bs-warning-bg-subtle:#fff3cd;--bs-danger-bg-subtle:#f8d7da;--bs-light-bg-subtle:#fcfcfd;--bs-dark-bg-subtle:#ced4da;--bs-primary-border-subtle:#9ec5fe;--bs-secondary-border-subtle:#c4c8cb;--bs-success-border-subtle:#a3cfbb;--bs-info-border-subtle:#9eeaf9;--bs-warning-border-subtle:#ffe69c;--bs-danger-border-subtle:#f1aeb5;--bs-light-border-subtle:#e9ecef;--bs-dark-border-subtle:#adb5bd;--bs-white-rgb:255, 255, 255;--bs-black-rgb:0, 0, 0;--bs-font-sans-serif:system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--bs-font-monospace:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-color-rgb:33, 37, 41;--bs-body-bg:#fff;--bs-body-bg-rgb:255, 255, 255;--bs-emphasis-color:#000;--bs-emphasis-color-rgb:0, 0, 0;--bs-secondary-color:rgba(33, 37, 41, 0.75);--bs-secondary-color-rgb:33, 37, 41;--bs-secondary-bg:#e9ecef;--bs-secondary-bg-rgb:233, 236, 239;--bs-tertiary-color:rgba(33, 37, 41, 0.5);--bs-tertiary-color-rgb:33, 37, 41;--bs-tertiary-bg:#f8f9fa;--bs-tertiary-bg-rgb:248, 249, 250;--bs-heading-color:inherit;--bs-link-color:#0d6efd;--bs-link-color-rgb:13, 110, 253;--bs-link-decoration:underline;--bs-link-hover-color:#0a58ca;--bs-link-hover-color-rgb:10, 88, 202;--bs-code-color:#d63384;--bs-highlight-color:#212529;--bs-highlight-bg:#fff3cd;--bs-border-width:1px;--bs-border-style:solid;--bs-border-color:#dee2e6;--bs-border-color-translucent:rgba(0, 0, 0, 0.175);--bs-border-radius:0.375rem;--bs-border-radius-sm:0.25rem;--bs-border-radius-lg:0.5rem;--bs-border-radius-xl:1rem;--bs-border-radius-xxl:2rem;--bs-border-radius-2xl:var(--bs-border-radius-xxl);--bs-border-radius-pill:50rem;--bs-box-shadow:0 0.5rem 1rem rgba(0, 0, 0, 0.15);--bs-box-shadow-sm:0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);--bs-box-shadow-lg:0 1rem 3rem rgba(0, 0, 0, 0.175);--bs-box-shadow-inset:inset 0 1px 2px rgba(0, 0, 0, 0.075);--bs-focus-ring-width:0.25rem;--bs-focus-ring-opacity:0.25;--bs-focus-ring-color:rgba(13, 110, 253, 0.25);--bs-form-valid-color:#198754;--bs-form-valid-border-color:#198754;--bs-form-invalid-color:#dc3545;--bs-form-invalid-border-color:#dc3545}::after,::before,html{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}h2,h3,h4{margin-bottom:.5rem;font-weight:500;color:var(--bs-heading-color)}h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){h2{font-size:2rem}}h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){h3{font-size:1.75rem}}h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){h4{font-size:1.5rem}}p,ul{margin-bottom:1rem;margin:0 0 1.5em}p{font-family:"Outfit",sans-serif;color:#000}ul{padding-left:2rem;padding-left:1.5em;list-style:disc}strong{font-weight:bolder}a{color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));text-decoration:underline;background-color:#fff0;color:#5a41e2}a:hover{--bs-link-color-rgb:var(--bs-link-hover-color-rgb)}button{margin:0;overflow:visible;-webkit-appearance:button}button:focus:not(:focus-visible){outline:0}button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit;-webkit-appearance:button}.container{--bs-gutter-x:1.5rem;--bs-gutter-y:0;width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin:0 auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}@media (min-width:1400px){.container{max-width:1320px}}:root{--bs-breakpoint-xs:0;--bs-breakpoint-sm:576px;--bs-breakpoint-md:768px;--bs-breakpoint-lg:992px;--bs-breakpoint-xl:1200px;--bs-breakpoint-xxl:1400px}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--bs-gutter-y));margin-right:calc(-.5*var(--bs-gutter-x));margin-left:calc(-.5*var(--bs-gutter-x))}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-top:var(--bs-gutter-y)}@media (min-width:992px){.col-lg-4,.col-lg-8{flex:0 0 auto;width:33.33333333%}.col-lg-8{width:66.66666667%}}@media (min-width:1200px){.col-xl-3,.col-xl-9{flex:0 0 auto;width:25%}.col-xl-9{width:75%}}.form-floating>:disabled~label{color:#6c757d}.form-floating>:disabled~label::after{background-color:var(--bs-secondary-bg)}.dropdown{position:relative}.dropdown-item{display:block;width:100%;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);clear:both;font-weight:400;color:var(--bs-dropdown-link-color);text-align:inherit;text-decoration:none;white-space:nowrap;background-color:#fff0;border:0;border-radius:var(--bs-dropdown-item-border-radius,0)}.dropdown-item:focus,.dropdown-item:hover{color:var(--bs-dropdown-link-hover-color);background-color:var(--bs-dropdown-link-hover-bg)}.dropdown-item:active{color:var(--bs-dropdown-link-active-color);text-decoration:none;background-color:var(--bs-dropdown-link-active-bg)}.dropdown-item:disabled{color:var(--bs-dropdown-link-disabled-color);pointer-events:none;background-color:#fff0}.nav-link{display:block;padding:var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);font-size:var(--bs-nav-link-font-size);font-weight:var(--bs-nav-link-font-weight);color:var(--bs-nav-link-color);text-decoration:none;background:0 0;border:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media (prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link:focus,.nav-link:hover{color:var(--bs-nav-link-hover-color)}.nav-link:focus-visible{outline:0;box-shadow:0 0 0 .25rem rgb(13 110 253/.25)}.nav-link:disabled{color:var(--bs-nav-link-disabled-color);pointer-events:none;cursor:default}.d-flex{display:flex!important}.position-relative{position:relative!important}.justify-content-between{justify-content:space-between!important}.align-items-center{align-items:center!important}.mb-4{margin-bottom:1.5rem!important}.ms-3{margin-left:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}@font-face{font-display:swap;font-family:bootstrap-icons;src:url(/blog/wp-content/themes/blogging-hub/assets/css/fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6)format("woff2"),url(/blog/wp-content/themes/blogging-hub/assets/css/fonts/bootstrap-icons.woff?dd67030699838ea613ee6dbda90effa6)format("woff")}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:#fff0;position:relative;z-index:1}.fa-solid{--_fa-family:var(--fa-family, var(--fa-style-family, 'Font Awesome 7 Free'));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:var(--fa-display,inline-block);font-family:var(--_fa-family);font-feature-settings:normal;font-style:normal;font-synthesis:none;font-variant:normal;font-weight:var(--fa-style,900);line-height:1;text-align:center;text-rendering:auto;width:var(--fa-width,1.25em)}:is(.fa-solid)::before{content:var(--fa)/""}@supports not (content:""/""){:is(.fa-solid)::before{content:var(--fa)}}.fa-arrow-left{--fa:"\f060"}.fa-arrow-right{--fa:"\f061"}:host,:root{--fa-family-brands:'Font Awesome 7 Brands';--fa-font-brands:normal 400 1em/1 var(--fa-family-brands);--fa-font-regular:normal 400 1em/1 var(--fa-family-classic);--fa-family-classic:'Font Awesome 7 Free';--fa-font-solid:normal 900 1em/1 var(--fa-family-classic);--fa-style-family-classic:var(--fa-family-classic)}@font-face{font-family:"Font Awesome 7 Brands";font-style:normal;font-weight:400;font-display:swap;src:url(/blog/wp-content/themes/blogging-hub/assets/webfonts/fa-brands-400.woff2)}@font-face{font-family:"Font Awesome 7 Free";font-style:normal;font-weight:400;font-display:swap;src:url(/blog/wp-content/themes/blogging-hub/assets/webfonts/fa-regular-400.woff2)}@font-face{font-family:"Font Awesome 7 Free";font-style:normal;font-weight:900;font-display:swap;src:url(/blog/wp-content/themes/blogging-hub/assets/webfonts/fa-solid-900.woff2)}.fa-solid{--fa-style:900}@font-face{font-family:"Font Awesome 5 Brands";font-display:swap;font-weight:400;src:url(/blog/wp-content/themes/blogging-hub/assets/webfonts/fa-brands-400.woff2)format("woff2")}@font-face{font-family:"Font Awesome 5 Free";font-display:swap;font-weight:900;src:url(/blog/wp-content/themes/blogging-hub/assets/webfonts/fa-solid-900.woff2)format("woff2")}@font-face{font-family:"Font Awesome 5 Free";font-display:swap;font-weight:400;src:url(/blog/wp-content/themes/blogging-hub/assets/webfonts/fa-regular-400.woff2)format("woff2")}@font-face{font-family:"FontAwesome";font-display:swap;src:url(/blog/wp-content/themes/blogging-hub/assets/webfonts/fa-solid-900.woff2)format("woff2")}@font-face{font-family:"FontAwesome";font-display:swap;src:url(/blog/wp-content/themes/blogging-hub/assets/webfonts/fa-brands-400.woff2)format("woff2")}@font-face{font-family:"FontAwesome";font-display:swap;src:url(/blog/wp-content/themes/blogging-hub/assets/webfonts/fa-regular-400.woff2)format("woff2");unicode-range:U+F003,U+F006,U+F014,U+F016-F017,U+F01A-F01B,U+F01D,U+F022,U+F03E,U+F044,U+F046,U+F05C-F05D,U+F06E,U+F070,U+F087-F088,U+F08A,U+F094,U+F096-F097,U+F09D,U+F0A0,U+F0A2,U+F0A4-F0A7,U+F0C5,U+F0C7,U+F0E5-F0E6,U+F0EB,U+F0F6-F0F8,U+F10C,U+F114-F115,U+F118-F11A,U+F11C-F11D,U+F133,U+F147,U+F14E,U+F150-F152,U+F185-F186,U+F18E,U+F190-F192,U+F196,U+F1C1-F1C9,U+F1D9,U+F1DB,U+F1E3,U+F1EA,U+F1F7,U+F1F9,U+F20A,U+F247-F248,U+F24A,U+F24D,U+F255-F25B,U+F25D,U+F271-F274,U+F278,U+F27B,U+F28C,U+F28E,U+F29C,U+F2B5,U+F2B7,U+F2BA,U+F2BC,U+F2BE,U+F2C0-F2C1,U+F2C3,U+F2D0,U+F2D2,U+F2D4,U+F2DC}@font-face{font-family:"FontAwesome";font-display:swap;src:url(/blog/wp-content/themes/blogging-hub/assets/webfonts/fa-v4compatibility.woff2)format("woff2");unicode-range:U+F041,U+F047,U+F065-F066,U+F07D-F07E,U+F080,U+F08B,U+F08E,U+F090,U+F09A,U+F0AC,U+F0AE,U+F0B2,U+F0D0,U+F0D6,U+F0E4,U+F0EC,U+F10A-F10B,U+F123,U+F13E,U+F148-F149,U+F14C,U+F156,U+F15E,U+F160-F161,U+F163,U+F175-F178,U+F195,U+F1F8,U+F219,U+F27A}h2{font-size:34px}h3{font-size:28px}h4{font-size:24px}img{border-style:none;height:auto;max-width:100%;display:inline-block;vertical-align:middle}button::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring{outline:1px dotted ButtonText}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}body{color:#fff;font-size:16px;line-height:28px}body,button,h2,h3,h4{font-family:"Outfit",sans-serif}h2,h3,h4{margin:0 0 16px;line-height:1.3;clear:both;word-break:break-word;color:#000}p:last-child{margin:0}i{font-style:italic}*,:after,:before{box-sizing:inherit}body{background:#f8f8f8;overflow-x:hidden}li{color:#000}button{position:relative;background-color:#fff0;font-size:12px;font-weight:600;color:#5a41e2;border:1px solid #5a41e2;text-transform:uppercase;letter-spacing:.1em;display:inline-block;vertical-align:middle;padding:11px 18px;line-height:1.3;cursor:pointer;border-radius:0;text-decoration:none}button:hover{background-color:#5a41e2;color:#fff}button:active,button:focus{background-color:#5a41e2;color:#fff;outline:thin dotted;outline-color:#000}a:active,a:focus,a:hover{color:#000}a:focus{outline:thin dotted}a:active,a:hover{outline:0}.most-popular-section-title{font-weight:700}.most-popular-section-title,.trending-section-title{position:relative;display:inline-block;margin:0;font-size:24px}section#most-popular-review{padding-top:0!important}.most-popular-section-title:after,.trending-section-title:after{content:"";width:100%;height:4px;background:#5a41e2;display:block;margin-top:-3px;opacity:50%}.review-card{border-radius:12px;overflow:hidden}.review-img img{width:100%;height:180px;object-fit:cover;border-radius:12px 12px 0 0}.review-category{position:absolute;top:12px;left:12px;background:#5a41e2;color:#fff;padding:2px 9px;font-size:15px;border-radius:6px}.review-meta p,.review-rating{color:orange;font-size:14px;margin-top:10px}.review-rating span{color:#000;margin-left:5px;font-weight:500}span.no-rating{font-weight:500;font-size:14px}.review-title{font-size:20px;font-weight:600;line-height:25px;margin:0}.hero-heading a,.review-title a{margin:6px 0;text-decoration:none;color:#000}.review-meta p{font-size:15px;color:#000}.view-all-btn,.view-all-btn i{transition:all .3s ease;align-items:center}.view-all-btn{border:1px solid #000;padding:3px 25px 3px 10px;border-radius:6px;font-size:15px;display:inline-flex;gap:6px;text-decoration:none;color:#000;font-weight:500;position:relative}.view-all-btn i{background:#000;border-radius:50%;padding:8px 15px;font-size:17px;justify-content:center;right:-15px;top:50%;transform:translateY(-50%) rotate(-45deg)}.view-all-btn:hover{background:#5a41e2;color:#fff}.view-all-btn:hover i{background:#fff;color:#000;box-shadow:0 4px 4px 0#00000040}.hero-slide img,.trending-big img{width:100%;height:550px;object-fit:cover;border-radius:20px}.hero-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgb(0 0 0/.7),transparent);border-radius:20px}.hero-content-main-box,.view-all-btn i{position:absolute;color:#fff;display:flex}.hero-content-main-box{bottom:30px;left:30px;width:75%;justify-content:space-between;align-items:baseline}.hero-content{width:50%}.hero-content-second{width:45%}.hero-description p,.hero-meta p{font-size:15px;font-weight:400;color:#fff}span.hero-rating span{color:#fff;font-weight:500}.hero-description p{font-size:16px;margin-bottom:12px}.hero-cat{background:#5a41e2;padding:5px 10px;border-radius:6px}.hero-rating{color:orange;margin:10px 0}.hero-nav,.hero-nav button{display:flex;align-items:center}.hero-nav{gap:10px;position:absolute;z-index:1;top:50%;transform:translate(-50%,-50%);left:50%;width:95%;justify-content:space-between}.hero-nav button{width:35px;height:35px;border-radius:50%;border:0;justify-content:center;cursor:pointer}.hero-nav button i{font-size:16px}.hero-prev{background:#5a41e2;color:#fff}.hero-next{background:#000;color:#fff}.hero-heading{font-size:20px;font-weight:600;line-height:30px;margin:10px 0 7px}.hero-heading a{color:#fff}.trending-box{background:#f5f3f1;padding:15px 0;border-radius:20px}.trending-section-title{font-weight:700;margin-bottom:15px}.trending-box .sec-title-wrap{padding:0 15px}.trending-big{margin-bottom:15px}.trending-big img{height:160px;border-radius:15px}.trending-big h4,.trending-item h4{font-size:15px;margin-top:8px;font-weight:600}.trending-big h4 a,.trending-item h4 a{color:#000;font-size:20px;text-decoration:none}.trend-cat,svg{display:inline-block}.trend-cat{background:#6c5ce7;color:#fff;font-size:14px;padding:0 10px;border-radius:6px;margin-top:8px;text-transform:capitalize}.trending-item{border-top:1px solid #0000004f;margin:10px 15px 0}.trend-cont{padding:0 15px}.container:after,.container:before,.site-footer:after,.site-footer:before,.site-header:after,.site-header:before{content:"";display:table;table-layout:fixed}.container:after,.container:before,.site-footer:after,.site-header:after{clear:both}svg{width:16px;height:16px;vertical-align:middle}@media screen and (max-width:1200px){.hero-content-main-box{width:90%}}@media screen and (max-width:992px){.hero-nav{display:none}}@media screen and (max-width:850px){.hero-slide img{height:400px}}@media screen and (max-width:767px){.section-header.most-popular{margin-right:10px;flex-direction:column;gap:10px}.hero-content-main-box{bottom:15px;left:10px;width:90%;flex-direction:column}section#most-popular-review{padding-top:20px!important}.hero-content,.hero-content-second{width:100%;text-align:center}.review-content,.sec-title-wrap,.trend-cont,.trending-item{text-align:center}}.section-header{margin-bottom:30px}@media screen and (min-width:1700px) and (max-width:1900px){.container{max-width:1520px}}@media screen and (min-width:1920px){.container{max-width:1620px}}