/*
  Theme Name: Welfin360 Custom Theme
  Author: siteninestudios
  Description: Custom Wordpress Theme
  Version: 1.0.0
*/
/* Resets 
 --------------------------------------------------------------------------------------- */

/* End Fonts */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #343830;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

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

*:focus {
    outline: none;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: '';
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1; }

/* IE6 */
*:first-child+html .clearfix {
    zoom: 1; }

/* IE7 */
*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Firefox 25*/
}

input, textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border: none;
    resize: none;
    display: block;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    color: transparent !important;
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
    color: transparent !important;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
    color: transparent !important;
}

button {
    border: none;
    cursor: pointer;
}

a {
    text-decoration: none;
    transition: .35s ease;
}

.wow {
    visibility: hidden;
}

.gform_hidden, .gform_validation_container {
    display: none;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

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

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

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

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

img {
    max-width: 100%;
    height: auto;
}

/* emulate background cover on image tags */
.cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 1199px) {
    /* Turn off wow.js animations on tablet/mobile */ .animated {
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }

    .wow {
        visibility: visible;
    }

    /* Remove scrollbar on tablet/mobile */
    ::-webkit-scrollbar {
        display: none;
    }
}

/* Content Styles
 --------------------------------------------------------------------------------------- */
.content h1, h1, .h1 {
    font-family: "Rufina", serif;
    font-weight: 700;
    font-size: 46px;
    margin-bottom: 13px;
    color: var(--primary-color);
    line-height: 1.13;
}

.content h2, h2, .h2 {
    font-family: "Rufina", serif;
    font-weight: 900;
    font-size: 30px;
    margin-bottom: 12px;
    line-height: 38px;
    color: var(--primary-color);
}

.content h3 {
    font-family: "Rufina", serif;
    text-transform: none;
    font-weight: 500;
    font-size: 25px;
    line-height: 36px;
    margin-bottom: 10px;
    color: var(--primary-color);
}

.content h4, h4 {
    font-family: "Rufina", serif;
    text-transform: none;
    font-weight: 500;
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 10px;
    color: var(--primary-color);
}

.content, .content p {
    font-size: 16px;
    line-height: 1.5;
}

.content p {
    margin-bottom: 20px;
}

.content p:last-child, p:last-child {
    margin-bottom: 0;
}

a {
    color: #B05645;
}

.content a {
    color: #1D2B49;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    text-decoration: underline;
}

.content a:hover {
    color: #FFAC48;
}

.content strong, strong {
    font-weight: bold;
}

.content em, em {
    font-style: italic;
}

.content ul, .content ol {
    padding-bottom: 0px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.content ol li, .content ul li {
    list-style: none;
    padding-left: 18px;
    position: relative;
    margin-bottom: 0;
}

.content ul li:before {
    content: '';
    position: absolute;
    left: 0;
    line-height: 1;
    top: 12px;
    height: 6px;
    width: 6px;
    background: #334447;
    border-radius: 5px;
}

.content ol {
    counter-reset: item;
}

.content ol li:before {
    content: counter(item) '. ';
    counter-increment: item;
    color: #334447;
    position: absolute;
    left: 0px;
    font-weight: bold;
}

.content blockquote p {
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    color: #113E57;
}

.content img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

/* wordpress core classes*/
@media (min-width: 1401px) {
    .alignleft, img.alignleft {
        display: inline;
        float: left;
        margin-right: .5em;
        margin-top: .5em;
    }

    .alignright, img.alignright {
        display: inline;
        float: right;
        margin-left: .5em;
        margin-top: .5em;
    }

    .aligncenter, img.aligncenter {
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    img.alignleft, img.alignright, img.aligncenter {
        margin-bottom: .5em;
        max-width: 100%;
        height: auto;
    }
}

/* Responsive Global Styles
 --------------------------------------------------------------------------------------- */
.desktop-only {
    display: block !important;
}

.laptop-only {
    display: none !important;
}

.laptop-only-1200 {
    display: none !important;
}

.tablet-only {
    display: none !important;
}

.mobile-only {
    display: none !important;
}

.tablet-mobile-only {
    display: none !important;
}

.desktop-mobile-only {
    display: block !important;
}

.internal-only {
    display: none !important;
}

body:not(.home) .internal-only {
    display: block !important;
}

.scroll-to-top {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    background: #fff;
    border: 2px solid #000;
    border-radius: 50%;
    padding: 4px 6px 6px 6px;
    position: fixed;
    bottom: 14px;
    right: 14px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s, visibility 0.2s, transform 0.2s;
    transform: translateY(100%);
}

.scroll-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

@media (max-width: 1600px) {
    .laptop-only {
        display: block !important;
    }

    .desktop-only {
        display: none!important;
    }
}

@media all and (max-width: 1320px) {
    .laptop-only-1200 {
        display: block!important;
    }
}

@media (max-width: 1180px) {
    .desktop-only {
        display: none !important;
    }

    .laptop-only {
        display: none !important;
    }

    .tablet-only {
        display: block !important;
    }

    .mobile-only {
        display: none !important;
    }

    .desktop-mobile-only {
        display: none !important;
    }

    .tablet-mobile-only {
        display: block !important;
    }

    .laptop-only-1200 {
        display: none!important;
    }
}

@media (max-width: 1000px) {
}

@media (max-width: 700px) {
    .desktop-only {
        display: none !important;
    }

    .laptop-only {
        display: none !important;
    }

    .tablet-only {
        display: none !important;
    }

    .mobile-only {
        display: block !important;
    }

    .desktop-tablet-only {
        display: none !important;
    }

    .desktop-mobile-only {
        display: block !important;
    }

    .tablet-mobile-only {
        display: block !important;
    }
}

/* General */

.container {
    max-width: 1152px;
    margin:  0 auto;
    width: calc(100% - 60px);
}

.mobile-menu-toggle{
    display: none;
}

/* Header */

:root{
    --primary-color: #B05645;
    --secondary-color :#663D15;
} 

.header-flext {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header.site-header {
    background: #FBFAF7;
    padding: 19px 0;
}

.header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

ul.header-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

ul.header-menu > li {
    margin: 0 27px;
}

ul.header-menu > li > a {
    color: #663D15;
    font-weight: bold;
    font-family: 'Rufina';
}

ul.header-menu > li > a:hover {
    color: #B05645;
}

.header-cta {
    margin-left: 27px;
}

.header-cta a {
    color: #B05645;
    font-family: 'Rufina';
    border: 2px solid #B05645;
    border-radius: 11px;
    padding: 11px 30px;
}

.header-cta a:hover {
    background: #B05645;
    color: #fff;
}

/* Footer */

footer#site-footer {
    background: #343830;
    padding: 63px 0 75px;
}

footer#site-footer .container {
    display: flex;
    justify-content: space-between;
}

.copyrights {
    width: 564px;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
}

ul.socail-links {
    display: flex;
    gap: 12px;
}

.copyrights a {
    color: #B05645;
    text-decoration: underline;
}

.copyrights p {
    margin-bottom: 16px;
}

.copyrights p:last-child {
    margin-bottom: 0;
}

ul.socail-links li a:hover {
    transform: scale(1.1);
}

ul.socail-links li a {
    display: block;
    transition: .35s ease;
}

/* Home Hero */

.home-hero-flex {
    display: flex;
}

.hero-right-image figure,.hero-right-image figure img {
    height: 100%;
    max-height: 660px;
    object-fit: cover;
}

.hero-right-image {
    width: calc(100% - 540px);
}

.hero-right-image figure {
    margin-right: -21vw;
    margin-right: calc((100vw - 1152px) / -2);
}

section.homepage-hero {
    overflow: hidden;
}

.hero-left-content {
    width: 540px;
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-content.content {
    margin-bottom: 30px;
}

span.arrow-link,
a.arrow-link {
    color: #B05645;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 18px;
    transition: .35s ease;
}

.blog-slide-item-more svg,
span.arrow-link svg,
a.arrow-link svg{
    transition: .35s ease;
}

/* Personalized Approach */

section.personalized-approach-block {
    background: #FBFAF7;
    padding: 115px 0 112px;
}

.section-heading-box {
    text-align: center;
    max-width: 760px;
    margin: 0 auto;
}

.section-desc {
    margin: 22px 0 30px;
    line-height: 1.5;
}

.pa-grid {
    display: flex;
    max-width: 1024px;
    justify-content: space-between;
    text-align: center;
    margin: 0 auto;
    margin-top: 112px;
}

.pa-grid-item {
    max-width: 165px;
}

.pa-grid-item h4 {
    font-family: 'Open Sans';
    line-height: 20px;
    font-size: 16px;
    margin-top: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

a.button {
    border: 2px solid #B05645;
    padding: 12px 33px;
    display: inline-flex;
    border-radius: 11px;
    font-family: 'Rufina';
    font-size: 16px;
    font-weight: bold;
}

a.button:hover {
    background: #B05645;
    color: #fff;
}

.blog-slide-item:hover .blog-slide-item-more svg,
.wellfin-slide:hover .arrow-link svg,
a.arrow-link:hover svg {
    transform: translateX(10px);
}

.arrow-link.white {
    color: #fff;
}

.arrow-link.white path {
    stroke: #fff;
}

/* Ways to Work */

section.ways-to-work-section {
    padding: 180px 0 140px;
}

section.ways-to-work-section .container {
    max-width: 956px;
}

.ways-to-work-grid {
    display: flex;
    justify-content: space-between;
}

.ww-left-column {
    width: 368px;
}

.ww-right-column {
    width: 466px;
}

.section-content {
    line-height: 1.5;
    margin: 12px 0 35px;
}

.ww-left-column a.button {
    margin-top: 34px;
}

.ways-to-work-row {
    padding: 21px 24px;
    background: #FBFAF7;
    border-radius: 10px;
    margin-bottom: 24px;
}

.ways-to-work-row h3 {
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.04em;
    text-align: left;
    color: #663d15;
    text-transform: uppercase;
    line-height: 21px;
    margin-bottom: 4px;
}

.ways-to-work-row:last-child {
    margin-bottom: 0;
}

/* Meet Samanda */

.meet-samanda-grid {
    display: flex;
    max-width: 956px;
    margin: 0 auto;
    padding-left: 61px;
    justify-content: space-between;
    align-items: center;
}

.ms-left {
    width: 405px;
    position: relative;
}

.ms-right {
    width: 368px;
}

section.meet-samanda-section {
    padding: 0 0 96px 0;
}

.ms-right .h2 {
    position: relative;
}

.ms-right .h2:before {
    content: '';
    width: 139px;
    height: 0px;
    background: transparent;
    border: 2px solid #b05645;
    position: absolute;
    top: 20px;
    left: 0;
    transform: translateX( calc( -100% - 24px ) );
}

/* Logos Grid */

section.logos-grid-section {
    padding-bottom: 96px;
}

.logo-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.logo-grid img {
    max-width: 156px;
    opacity: .5;
}

.logo-image {
    padding: 0 20px;
}

.financial-clarity-wrapper {
    background: #FBFAF7;
    padding: 105px 0;
    overflow: hidden;
}

.finanical-clarity-left {
    width: 32.3%;
    position: relative;
    z-index: 2;
}

.finanical-clarity-right {
    width: 48.56%;
}

.wellfin-slider:not(.slick-slider) .wellfin-slide:not(:first-child) {
    display: none;
}

.finanical-clarity-left h2 {
    font-size: 46px;
    line-height: 1.13;
}

.financial-clarity-content {
    margin: 12px 0 30px;
    line-height: 1.5;
}

.finanical-clarity-right .wellfin-slider {
    max-width: 392px;
    margin: 0 auto;
}

.wellfin-slide {
    padding-left: 12px;
    padding-right: 12px;
    transition: opacity 0.2s;
}

.wellfin-slide a {
    display: block;
    border-radius: 27px;
    overflow: hidden;
    position: relative;
}

.wellfin-slide-image img {
    display: block;
}

.wellfin-slide-image {
    position: relative;
}

.wellfin-slide-image:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(176, 86, 69, 0) 0%, #582b23 100%);
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.2s;
}

.wellfin-slide-info {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px 24px 35px;
    transition: opacity 0.2s;
}

.wellfin-slide-info h3 {
    font-size: 32px;
    font-family: 'Rufina',serif;
    line-height: 1.25;
}

.wellfin-slide-info h3 + div {
    margin: 10px 0 18px;
    line-height: 1.5;
}

/* Slick CSS */
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}


.blog-slider .slick-dots,
.wellfin-slider .slick-dots {
    text-align: center;
    margin-top: 20px;
}

.blog-slider .slick-dots button,
.wellfin-slider .slick-dots button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    padding: 0;
    text-indent: -99rem;
    overflow: hidden;
    background: #F4EFE1;
}

.blog-slider .slick-dots li,
.wellfin-slider .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.blog-slider .slick-dots .slick-active button,
.wellfin-slider .slick-dots .slick-active button {
    background: #B05645;
}

.blog-slider .slick-track,
.blog-slider .slick-list,
.wellfin-slider .slick-track,
.wellfin-slider .slick-list {
    overflow: visible;
}

.slick-slide:not(.slick-current) .wellfin-slide-image:before {
    opacity: 0;
}

.wellfin-slide-image:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(#f4efe1 0%, #7a7871 100%);
    opacity: 0;
    transition: opacity 0.2s;
}

.wellfin-slide.slick-slide:not(.slick-active) .wellfin-slide-image:after,
.wellfin-slide.slick-slide:not(.slick-active) a {
    opacity: 0.2;
}

.wellfin-slider .wellfin-slide.slick-active + .slick-slide + .slick-slide,
.slick-slide:not(.slick-active) .wellfin-slide-info {
    opacity: 0;
}

.has-white-bg {
    background-color: #fff;
}

.inner-hero-bg {
    background-color: #FBFAF7;
}

.home-hero-flex h1 em {
    line-height: 1;
    font-weight: bold;
    font-style: normal;
    font-size: 16px;
    font-family: 'Open Sans',sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.narrow-centered-content {
    padding: 110px 0 110px;
    position: relative;
}

.has-dots-sep:after {
    content: '';
    display: block;
    width: 84px;
    height: 12px;
    background: url('images/dots-sep.svg') no-repeat center center;
    background-size: contain;
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
}

.service-hero-wrapper {
    background: #B05645;
    color: #F4EFE1;
    padding: 148px 0 95px;
}

.service-hero-wrapper h1 {
    color: #F4EFE1;
    margin: 10px 0 16px;
    max-width: 540px;
}

.service-hero-wrapper p {
    font-style: italic;
}

.service-hero-sub-title {
    text-transform: uppercase;
    color: #582B23;
    font-weight: bold;
    letter-spacing: 0.04em;
}

.default-page-content {
    padding: 90px 0 140px;
    line-height: 1.4;
}

.default-page-content p {
    margin: 0 0 1.4em;
}

.default-page-content h3 {
    margin: 0 0 20px;
    font-family: 'Rufina',serif;
    color: #B05645;
    font-size: 20px;
}

.default-page-content-inner {
    max-width: 760px;
    margin: 0 auto;
}

.service-hero {
    max-width: 760px;
    margin: 0 auto;
}

.default-page-content ul {
    line-height: 1.5;
}

.default-page-content ul li {
    margin: 0 0 1em;
    padding-left: 1em;
    position: relative;
}

.default-page-content ul li:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background-color: #343830;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 9px;
}

.default-page-content-inner .arrow-link {
    margin: 40px 0;
}

.narrow-centered-content .default-page-content-inner {
    text-align: center;
    line-height: 1.5;
    max-width: 760px;
    margin: 0 auto;
}

.narrow-centered-content p {
    margin: 0 0 1.4em;
}

.media-text-column {
    max-width: 956px;
    margin: 0 auto;
    line-height: 1.5;
}

.mtc-media {
    width: 28.25%;
}

.mtc-info {
    width: 59%;
}

.mtc-info p {
    margin: 0 0 1.2em;
}

.media-text-colum-wrapper {
    padding: 80px 0 130px;
}

.default-page-content-inner h2,
.mtc-info h2 {
    color: #663D15;
    font-size: 32px;
    margin: 0 0 40px;
    line-height: 1;
}

body blockquote {
    color: #B05645;
    margin: 40px 0;
}

body blockquote p:last-child {
    text-transform: uppercase;
    font-weight: bold;
}

body blockquote p:not(:last-child) {
    font-family: 'Rufina',serif;
    font-size: 20px;
    line-height: 1.4;
    margin: 0 0 15px;
}

.cta-row {
    background: #B05645;
    padding: 65px 0;
}

.cta-row h2,.cta-row .h2 {
    color: #F4EFE1;
    font-size: 32px;
    line-height: 1.25;
}

.services-page-wrapper {
    padding: 110px 0 135px;
}

.services-page-title {
    margin: 0 0 65px;
    text-transform: uppercase;
    color: #663D15;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.04em;
}

.service-grid-item {
    width: 48.96%;
    background: #FBFAF7;
    border-radius: 10px;
    padding: 65px 74px 50px;
    margin-bottom: 20px;
    min-height: 365px;
}

.sgi-title {
    font-size: 32px;
    line-height: 1.25;
    color: #663D15;
    font-family: 'Rufina',serif;
    margin: 0 0 10px;
    padding-right: 10px;
}

.sgi-excerpt {
    margin: 10px 0 20px;
    line-height: 1.5;
}

.free-tools-wrapper {
    padding: 115px 0 100px;
}

.free-tools-header {
    text-align: center;
    margin: 0 0 45px;
}

.free-tools-header h2 {
    color: #663D15;
    margin: 0 0 10px;
}

.free-tool-grid-item {
    width: 25%;
    padding: 0 12px;
    display: flex;
}

.free-tool-grid-item a {
    color: #343830;
    display: block;
    background: #FBFAF7;
    border-radius: 10px;
    padding: 40px 24px;
    text-align: center;
    position: relative;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
}

.ftgi-title {
    color: #663D15;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.375;
    margin: 20px 0 10px;
    letter-spacing: 0.04em;
}

.free-tool-grid-item a > svg {
    position: absolute;
    right: 10px;
    top: 10px;
}

.free-tool-grid-item a:hover {
    box-shadow: 0 0 0 2px #663d14;
}

.free-tools-notes {
    margin-top: 50px;
    text-align: center;
    color: #9D9D9D;
    font-style: italic;
}

.default-page-content.resources-connect {
    padding: 90px 0;
}

.resources-connect .default-page-content-inner {
    max-width: 565px;
    margin-left: 0;
}

.resources-connect h2 {
    margin: 0 0 20px;
}

.case-study-hero {
    background: #FBFAF7;
    padding: 65px 0;
    line-height: 1.5;
}

.case-study-hero h1 {
    color: #582B23;
    margin: 10px 0;
}

.case-study-hero-sub-title {
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: bold;
    color: #B05645;
    margin: 0 0 10px;
}

.case-study-hero p {
    margin: 0 0 1em;
    max-width: 465px;
}

.case-study-hero-left {
    width: 44.201%;
}

.case-study-hero-right {
    width: 35%;
}

.case-study-hero-right img {
    display: block;
    border-radius: 27px;
}

.case-study-sections {
    padding: 145px 0 175px;
    line-height: 1.5;
}

.case-study-sections .container {
    max-width: 760px;
}

.case-study-section-sep {
    margin: 50px 0 40px;
}

.case-study-section:last-child p {
    font-family: 'Rufina',serif;
    color: #B05645;
    font-size: 20px;
}

section.contact-page-wrapper {
    padding: 145px 0;
}

.contact-page-sub-title {
    color: #B05645;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: bold;
}

.contact-page-left h1 {
    margin: 10px 0;
}

.contact-page-left {
    width: 44.3%;
}

.contact-page-right {
    width: 53.71%;
}

.contact-page-cols .contact-page-right .gform_body .gfield input,
.contact-page-right .gform_body .gfield textarea {
    background: #FBFAF7;
    height: 41px;
    border-radius: 10px;
    font-size: 16px;
    font-family: 'Open Sans',sans-serif;
    padding: 0 24px;
}

.contact-page-right .gform_body .gfield textarea {
    min-height: 246px;
    max-height: 246px;
    resize: none;
    padding: 10px 24px;
    font-family: 'Open Sans',sans-serif;
}

.contact-page-form .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 24px;
    grid-row-gap: 20px;
}

.contact-page-form .gform_wrapper.gravity-theme ::-webkit-input-placeholder {
  font-style: italic;
  color: #663D15;
  opacity: 0.5;
}
.contact-page-form .gform_wrapper.gravity-theme ::-moz-placeholder {
  font-style: italic;
  color: #663D15;
  opacity: 0.5;
}
.contact-page-form .gform_wrapper.gravity-theme :-ms-input-placeholder {
  font-style: italic;
  color: #663D15;
  opacity: 0.5;
}
.contact-page-form .gform_wrapper.gravity-theme :-moz-placeholder {
  font-style: italic;
  color: #663D15;
  opacity: 0.5;
}

.contact-page-form .gform-footer.gform_footer {
    padding: 30px 0 0;
    text-align: right;
    justify-content: flex-end;
}

.contact-page-form .gform-footer.gform_footer .gform_button {
    border: 2px solid #B05645;
    background: none;
    padding: 12px 55px;
    font-family: 'Rufina',serif;
    color: #B05645;
    font-size: 16px;
    font-weight: bold;
    border-radius: 12px;
    margin: 0;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}

.contact-page-form .gform-footer.gform_footer .gform_button:hover {
    background: #B05645;
    color: #fff;
}

.single-post-main {
    padding: 108px 0 164px;
    line-height: 1.5;
}

.single-post-main .container {
    max-width: 760px;
}

.single-post-main p {
    margin: 0 0 1.4em;
}

.single-post-main .wp-caption,
.single-post-main figure {
    margin: 30px 0 40px;
    max-width: 100%;
}

.single-post-main .wp-caption-text,
.single-post-main figcaption {
    color: #9D9D9D;
    margin: 10px 0 0;
    font-style: italic;
}

.single-post-main h2 {
    font-size: 32px;
    font-weight: bold;
    color: #663D15;
}

.single-post-meta,
.single-post-main h3 {
    text-transform: uppercase;
    color: #663D15;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
    letter-spacing: 0.04em;
}

.single-post-meta {
    margin: 0 0 40px;
}

.single-post-hero {
    position: relative;
    padding: 148px 0 165px;
}

.single-post-hero-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.single-post-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 35%;
}

.single-post-hero .container {
    position: relative;
    text-align: center;
    color: #fff;
}

.single-post-hero-indicator {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.04em;
}

.single-post-hero h1 {
    margin: 10px 0;
    color: #fff;
    line-height: 1.13;
}

.single-post-hero-bg:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(176, 86, 69, 0.8);
}

.blog-slider-wrapper {
    background: #B05645;
    color: #fff;
    padding: 105px 0;
    overflow: hidden;
}

.blog-slider-info {
    position: relative;
    z-index: 1;
}

.blog-slider-info h2 {
    color: #FBFAF7;
    font-size: 46px;
    line-height: 1.13;
}

.blog-slider-sub-title {
    margin: 12px 0 24px;
    line-height: 1.5;
}

.blog-slider-right {
    width: 68%;
    position: relative;
}

.blog-slider-right:before {
    content: '';
    display: block;
    width: 60.5%;
    height: 100%;
    background: linear-gradient(#b05645 0%, rgba(176, 86, 69, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
}

.blog-slider-left {
    width: 32%;
}

.blog-slide-item {
    padding-left: 12px;
    padding-right: 12px;
}

.blog-slide-item a {
    display: block;
    position: relative;
    border-radius: 27px;
    overflow: hidden;
}

.blog-slide-item .blog-slide-item-thumb img {
    width: 100%;
}

.blog-slide-item-thumb img {
    aspect-ratio: 368/475;
    object-fit: cover;
}

.blog-slide-item-info {
    padding: 10px 24px 36px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 1.5;
    transition: opacity 0.2s;
}

.blog-slide-item-title {
    font-family: 'Rufina',serif;
    font-size: 32px;
    line-height: 1.25;
}

.blog-slide-item-excerpt {
    margin: 10px 0 20px;
}

.blog-slide-item-thumb {
    position: relative;
}

.blog-slide-item-thumb:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(270deg, #b05645, transparent);
    transition: opacity 0.2s;
    transform: rotate(180deg);
    opacity: 1;
}

.slick-active .blog-slide-item-thumb:after {
    opacity: 0;
}

.blog-slider.slick-slider .slick-active ~ .slick-slide .blog-slide-item-thumb:after {
    transform: none;
}

.slick-slide.slick-current ~ .slick-slide .blog-slide-item-thumb:after {
    opacity: 1;
}

.blog-slider {
    max-width: 416px;
    margin-left: auto;
    margin-right: 74px;
}

.blog-slider:not(.slick-slider) .blog-slide-item:not(:first-child) {
    display: none;
}

.blog-slider.slick-slider .blog-slide-item-thumb:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, #582b23, transparent);
    transition: opacity 0.2s;
    
}

.blog-slider.slick-slider .slick-active .blog-slide-item-thumb:before {
    opacity: 1;
}

.blog-slider .slick-slide:not(.slick-active) .blog-slide-item-thumb:before,
.blog-slider .slick-slide:not(.slick-active) .blog-slide-item-info {
    opacity: 0;
}

.blog-slider .slick-dots button {
    background: #582B23;
}

.blog-slider .slick-dots .slick-active button {
    background: #FBFAF7;
}

.blog-slider .slick-slide:not(.slick-active) {
    opacity: 0.2;
}

.blog-slider-cols {
    position: relative;
}

.blog-slider-cols:before {
    content: '';
    display: block;
    width: 39%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -15%;
    background: #b05645;
    z-index: 1;
}

.blog-slider-cols:after {
    content: '';
    display: block;
    width: 100vw;
    height: 100%;
    background: #b05645;
    z-index: 1;
    position: absolute;
    right: 100%;
    top: 0;
}

.case-study-section h2 {
    color: #582B23;
}

/* Responsiveness */
@media all and (max-width: 1280px) {
    .hero-left-content {
        padding: 30px 0;
    }

    .blog-slider-info h2,
    .content h1, h1, .h1 {
        font-size: 40px;
    }

    ul.header-menu > li {
        margin: 0 18px;
    }

    .header-cta {
        margin-left: 18px;
    }

    .free-tools-wrapper {
        padding: 60px 0;
    }

    .free-tools-notes {
        margin-top: 30px;
    }

    .blog-slide-item-title {
        font-size: 26px;
    }

    .blog-slider-wrapper {
        padding: 80px 0;
    }

    .default-page-content.resources-connect {
        padding: 60px 0;
    }

    .default-page-content-inner h2, .mtc-info h2 {
        font-size: 28px;
    }

    .hero-right-image figure {
        margin-right: -40px;
    }

    .hero-left-content {
        width: 450px;
    }

    .hero-right-image {
        width: calc(100% - 450px);
    }

    .blog-slider-cols:before {
        width: 30%;
    }
}

@media all and (min-width: 993px) {
    .mobile-menu-overlay,
    .mobile-menu-wrapper {
        display: none;
    }
}
@media all and (max-width: 992px) {
    .blog-slider-cols:before {
        opacity: 0;
    }

    .hero-right-image {
        width: 60%;
    }

    .hero-left-content {
        width: 40%;
    }

    .blog-slider-info h2, .content h1, h1, .h1 {
        font-size: 35px;
    }

    .free-tools-wrapper {
        padding: 50px 0;
    }

    .sgi-title,
    .content h2,
    h2,
    .h2 {
        font-size: 28px;
    }

    .free-tool-grid-item {
        width: 50%;
        margin-bottom: 24px;
    }

    .blog-slider-left {
        width: 100%;
        margin-bottom: 40px;
    }

    .blog-slider-wrapper {
        padding: 50px 0;
    }

    .blog-slider {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }

    .blog-slider-right {
        width: 100%;
    }

    .blog-slider-cols:after {
        opacity: 0;
    }

    .default-page-content.resources-connect {
        padding: 50px 0;
    }

    .default-page-content {
        padding: 60px 0;
    }

    .media-text-colum-wrapper {
        padding: 60px 0;
    }

    .mtc-media {
        width: 30%;
    }

    .mtc-info {
        width: 60%;
    }

    .cta-row {
        padding: 50px 0;
    }

    .cta-row h2, .cta-row .h2 {
        font-size: 28px;
    }

    .service-grid-item {
        padding: 25px;
    }

    .services-page-wrapper {
        padding: 50px 0;
    }

    section.contact-page-wrapper {
        padding: 80px 0;
    }

    .contact-page-left {
        width: 100%;
        margin-bottom: 50px;
    }

    .contact-page-right {
        width: 100%;
    }

    section.personalized-approach-block {
        padding: 80px 0;
    }

    .pa-grid {
        margin-top: 50px;
    }

    section.ways-to-work-section {
        padding: 80px 0;
    }

    .ww-left-column {
        width: 100%;
        margin-bottom: 30px;
    }

    .ways-to-work-grid {
        flex-wrap: wrap;
    }

    .ww-right-column {
        width: 100%;
    }

    .meet-samanda-grid {
        padding-left: 0;
    }

    .ms-left {
        width: 45%;
    }

    .ms-right {
        width: 50%;
    }

    section.meet-samanda-section {
        padding: 0 0 60px;
    }

    section.logos-grid-section {
        padding-bottom: 60px;
    }

    .financial-clarity-wrapper {
        padding: 60px 0;
    }

    .finanical-clarity-left {
        width: 100%;
        margin-bottom: 40px;
    }

    .finanical-clarity-left h2 {
        font-size: 38px;
    }

    .finanical-clarity-right {
        width: 100%;
    }

    .header-right {
        display: none;
    }

    .mobile-menu-toggle {
        display: block;
        width: 30px;
        height: 30px;
        cursor: pointer;
    }

    .mobile-menu-toggle span {
        display: block;
        width: 100%;
        height: 2px;
        background: #582b23;
        border-radius: 2px;
        transition: transform 0.2s, opacity 0.2s;
    }

    .mobile-menu-toggle span:nth-child(2) {
        margin: 8px 0;
    }

    .mobile-menu-toggle > div {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }


    .show-mobile-menu .mobile-menu-toggle span:nth-child(1) {
        transform: translateY(10px) rotate(-45deg);
    }

    .show-mobile-menu .mobile-menu-toggle span:nth-child(3) {
        transform: translateY(-10px) rotate(45deg);
    }

    .show-mobile-menu .mobile-menu-toggle span:nth-child(2) {
        opacity: 0;
        transform: rotate(45deg);
    }

    .mobile-menu-wrapper {
        position: fixed;
        width: 300px;
        height: 100%;
        top: 0;
        left: 0;
        background: #fff;
        border-right: 1px solid #ddd;
        z-index: 10;
        opacity: 0;
        visibility: hidden;
        transform: translateX(-100%);
        transition: opacity 0.2s, visibility 0.2s, transform 0.2s;
    }

    .mobile-menu-overlay {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.5);
        opacity: 0;
        z-index: 9;
        visibility: hidden;
        transition: opacity 0.2s, visibility 0.2s;
    }

    .mobile-menu-logo {
        padding: 20px;
    }

    .mobile-menu-items .header-menu {
        display: block;
    }

    .mobile-menu-items .header-menu > li > a {
        display: block;
        padding: 10px;
    }

    .header-cta {
        margin-top: 20px;
        padding: 0 20px;
        margin-left: 0;
    }

    .header-cta .button {
        width: 100%;
        justify-content: center;
    }

    .show-mobile-menu .mobile-menu-wrapper {
        opacity: 1;
        visibility: visible;
        transform: translate(0);
    }

    .show-mobile-menu .mobile-menu-overlay {
        opacity: 1;
        visibility: visible;
    }

}

@media all and (max-width: 767px) {
    .hero-right-image {
        width: 100%;
        width: calc(100% + 40px);
        margin-left: -20px;
    }

    .hero-left-content {
        width: 100%;
        order: 2;
    }

    .home-hero-flex {
        flex-wrap: wrap;
    }

    .container {
        width: calc(100% - 40px);
    }

    .blog-slider-info h2, .content h1, h1, .h1 {
        font-size: 30px;
    }

    .free-tool-grid-item {
        width: 100%;
    }

    .blog-slide-item-info {
        padding: 10px 16px 20px;
    }

    .blog-slide-item-title {
        font-size: 20px;
    }

    .blog-slide-item-excerpt {
        font-size: 13px;
    }

    .blog-slide-item-more .arrow-link {
        font-size: 13px;
    }

    .content h2, h2, .h2,
    .default-page-content-inner h2,
    .mtc-info h2 {
        font-size: 24px;
    }

    footer#site-footer .container {
        flex-wrap: wrap;
    }

    .footer-grid {
        width: 100%;
        margin: 0 0 30px;
    }

    footer#site-footer {
        padding: 40px 0;
    }

    .media-text-colum-wrapper {
        padding: 50px 0;
    }

    .default-page-content {
        padding: 50px 0;
    }

    .mtc-media {
        margin: 0 0 30px;
        width: 100%;
    }

    .mtc-media img {
        display: block;
        width: 100%;
    }

    .mtc-info {
        width: 100%;
    }

    .services-page-title {
        margin: 0 0 30px;
    }

    .service-grid-item {
        width: 100%;
        min-height: 250px;
    }

    .single-post-main {
        padding: 50px 0;
    }

    .single-post-hero {
        padding: 80px 0;
    }
    
    section.contact-page-wrapper {
        padding: 50px 0;
    }

    section.personalized-approach-block {
        padding: 50px 0;
    }

    .pa-grid-item {
        width: 50%;
    }

    .pa-grid {
        flex-wrap: wrap;
        gap: 30px;
        text-align: center;
        justify-content: center;
    }

    section.ways-to-work-section {
        padding: 50px 0;
    }

    .meet-samanda-grid {
        flex-wrap: wrap;
    }

    .ms-left {
        width: 100%;
    }

    .ms-right {
        width: 100%;
        margin: 30px 0;
    }

    .ms-right .h2:before {
        display: none;
    }

    .logo-grid {
        gap: 30px;
        justify-content: center;
        text-align: center;
    }

    .finanical-clarity-left h2 {
        font-size: 32px;
    }

    .service-hero-wrapper {
        padding: 50px 0 40px;
    }

    .case-study-hero {
        padding: 50px 0;
    }

    .case-study-hero-left {
        width: 100%;
        order: 2;
        margin: 30px 0 0;
    }

    .case-study-hero-right {
        width: 100%;
        max-width: 300px;
        margin: 0 auto 30px;
    }

    .case-study-hero p {
        max-width: 100%;
    }

    section.case-study-sections {
        padding: 50px 0;
    }

    .hero-right-image figure,.hero-right-image figure img {
        max-height: 450px;
    }
}