/*==============================================================================
  Fineasy by 360 Labs
  Brand + content layer on top of the ported Payloan theme.
  Loaded LAST, so everything here overrides theme.css / responsive.css.

  Palette (inherited from the template):
    #8180e0  primary periwinkle      #5b5ac9  primary deep
    #383c5e  heading ink             #606378  body
    #929292  muted                   #f2f2fa  section ground
    #4fb32c  pass green              #ffa200  warn amber   #e0574f  block red
==============================================================================*/

:root {
    --fe-primary: #8180e0;
    --fe-primary-deep: #5b5ac9;
    --fe-ink: #383c5e;
    --fe-body: #606378;
    --fe-muted: #929292;
    --fe-ground: #f2f2fa;
    --fe-line: #eae9f5;
    --fe-green: #4fb32c;
    --fe-amber: #ffa200;
    --fe-shadow: 0 0 18px 0 rgba(51, 60, 142, .10);
    --fe-shadow-lg: 0 18px 44px 0 rgba(46, 55, 136, .16);
}

/*------------------------------------------------------------------
/ 1. Header
------------------------------------------------------------------*/
.logo img { width: 186px; height: 44px; }
.header_1 { top: 22px; }
.mainmenu ul li a { font-size: 17px; text-transform: none; }
.navigator_btn a {
    width: auto;
    padding: 0 26px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 4px;
    white-space: nowrap;
}
.fixedHeader .navigator_btn a { height: 46px; line-height: 46px; }

.mainmenu > ul > li.fe-menu-cta { display: none; }

/*------------------------------------------------------------------
/ 2. Hero
------------------------------------------------------------------*/
.fe-hero { padding: 190px 0 110px; z-index: 3; }
.fe-hero:after { background-size: contain; opacity: .9; }
.fe-eyebrow {
    display: inline-block;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
    color: var(--fe-primary-deep);
    background: #eae9f5;
    padding: 8px 16px;
    border-radius: 100px;
    margin-bottom: 26px;
}
.fe-hero .welcome_text h1 {
    font-size: 50px;
    line-height: 64px;
    font-weight: 900;
    color: var(--fe-ink);
    margin-bottom: 26px;
    letter-spacing: -.5px;
}
.fe-hero .welcome_text p {
    font-size: 18px;
    line-height: 33px;
    color: var(--fe-body);
    max-width: 34em;
}
.fe-hero .welcome_button { margin-top: 38px; }
.fe-hero .welcome_button .common_btn {
    margin-top: 0;
    box-shadow: 0 10px 28px 0 rgba(46, 55, 136, .28);
}
.fe-btn-ghost {
    display: inline-block;
    margin-left: 22px;
    font-size: 16px;
    font-weight: 800;
    color: var(--fe-ink);
    border-bottom: 2px solid var(--fe-primary);
    padding-bottom: 3px;
    line-height: 1.4;
}
.fe-btn-ghost:hover { color: var(--fe-primary); }
.fe-hero-trust {
    list-style: none;
    margin: 44px 0 0;
    padding: 0;
}
.fe-hero-trust li {
    position: relative;
    font-size: 14.5px;
    font-weight: 700;
    color: var(--fe-body);
    padding-left: 30px;
    margin-bottom: 12px;
}
.fe-hero-trust li .fe-ico {
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
}
.fe-hero-img { text-align: right; }
.fe-hero-img img { max-width: 100%; height: auto; }

/* Line icons, drawn in the template's periwinkle */
.fe-ico {
    fill: none;
    stroke: var(--fe-primary-deep);
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
    display: inline-block;
    vertical-align: middle;
}
.fe-ico-lg { width: 40px; height: 40px; stroke-width: 1.9; stroke: var(--fe-primary); }

/*------------------------------------------------------------------
/ 3. Numbers strip + positioning block
------------------------------------------------------------------*/
.fe-numbers { padding-bottom: 40px; }
.fe-numbers:before,
.fe-numbers:after { z-index: -1; }
.fe-numbers .singleService_2 h1 { letter-spacing: -1px; }
.fe-numbers .singleService_2 .front h1 { color: var(--fe-ink); font-size: 42px; }
.fe-num-ico { float: left; width: 52px; height: 52px; margin-bottom: 30px; }
.fe-numbers .singleService_2 .back .fe-num-ico { stroke: #fff; }
.fe-numbers .singleService_2 .front h4,
.fe-numbers .singleService_2 .back h4 { color: var(--fe-ink); font-weight: 900; }
.fe-numbers .singleService_2 .front h5 { color: var(--fe-primary-deep); font-size: 15px; font-weight: 800; }
.fe-numbers .singleService_2 .front p { color: var(--fe-body); font-size: 16px; }
.fe-numbers .serviceArea { padding-top: 176px; }
.fe-numbers .serviceArea h3 { color: var(--fe-ink); }
.fe-numbers .serviceArea p { color: var(--fe-body); line-height: 32px; }

/*------------------------------------------------------------------
/ 4. Flagship product block
------------------------------------------------------------------*/
.fe-flagship { padding: 40px 0 100px; }
.fe-flagship .serviceArea { padding-top: 0; padding-left: 70px; }
.fe-flagship-copy h3 {
    color: var(--fe-ink);
    font-size: 38px;
    line-height: 48px;
    margin: 18px 0 10px;
}
.fe-flow-img { text-align: center; }
.fe-flow-img img { width: 100%; max-width: 620px; height: auto; }
.fe-tagline {
    font-size: 19px !important;
    font-weight: 800;
    color: var(--fe-primary-deep);
    margin-bottom: 20px !important;
    line-height: 30px;
}
.fe-proof {
    background: var(--fe-ground);
    border-left: 4px solid var(--fe-primary);
    border-radius: 0 10px 10px 0;
    padding: 20px 24px;
    font-size: 15px !important;
    line-height: 27px;
    color: var(--fe-body);
    margin-bottom: 0 !important;
}
.fe-check-list {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
}
.fe-check-list li {
    position: relative;
    padding-left: 34px;
    margin-bottom: 13px;
    font-size: 16px;
    line-height: 28px;
    color: var(--fe-body);
}
.fe-check-list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #eaf7e4;
}
.fe-check-list li:after {
    content: '';
    position: absolute;
    left: 6px;
    top: 11px;
    width: 8px;
    height: 4px;
    border-left: 2px solid var(--fe-green);
    border-bottom: 2px solid var(--fe-green);
    transform: rotate(-45deg);
}

/*------------------------------------------------------------------
/ 5. Status pills
------------------------------------------------------------------*/
.fe-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12.5px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
    padding: 7px 15px;
    border-radius: 100px;
}
.fe-pill .dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: currentColor;
    display: inline-block;
}
.fe-pill-live { background: #eaf7e4; color: #3d8f22; }
.fe-pill-build { background: #fff6e6; color: #b06f00; }

/*------------------------------------------------------------------
/ 6. How it works
------------------------------------------------------------------*/
.fe-how { background: var(--fe-ground); padding: 100px 0 108px; }
.fe-how .sec_title { color: var(--fe-ink); font-size: 36px; line-height: 50px; font-weight: 900; }
.fe-how .sec_desc { color: var(--fe-body); line-height: 32px; margin-bottom: 64px; }
.fe-how .singleProcess_2 .front,
.fe-how .singleProcess_2 .back { background: #fff; }

/*------------------------------------------------------------------
/ 7. Modules
------------------------------------------------------------------*/
.fe-modules { padding: 104px 0 90px; }
.fe-modules .sec_title { color: var(--fe-ink); font-size: 36px; line-height: 50px; font-weight: 900; }
.fe-modules .sec_desc { color: var(--fe-body); line-height: 32px; margin-bottom: 58px; }
.fe-module {
    background: #fff;
    border: 1px solid var(--fe-line);
    border-radius: 16px;
    padding: 34px 34px 30px;
    margin-bottom: 30px;
    height: calc(100% - 30px);
    display: flex;
    flex-direction: column;
    box-shadow: var(--fe-shadow);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.fe-module:hover {
    transform: translateY(-6px);
    box-shadow: var(--fe-shadow-lg);
    border-color: #d9d9ef;
}
.fe-module-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.fe-module-top i {
    font-size: 40px;
    line-height: 40px;
    background: linear-gradient(-38deg, rgba(129, 128, 224, 1) 0%, rgba(9, 9, 121, 1) 150%, rgba(46, 55, 136, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.fe-module h4 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 900;
    color: var(--fe-ink);
    margin: 0 0 8px;
}
.fe-module p {
    font-size: 15.5px;
    line-height: 29px;
    color: var(--fe-body);
    margin: 0 0 16px;
}
.fe-module .fe-tagline {
    font-size: 17px !important;
    margin-bottom: 16px !important;
    line-height: 27px;
}
.fe-module-for {
    margin-top: auto;
    padding-top: 18px;
    border-top: 1px solid var(--fe-line);
    font-size: 13.5px;
    font-weight: 800;
    letter-spacing: .02em;
    color: var(--fe-muted);
}

/*------------------------------------------------------------------
/ 8. Why Fineasy
------------------------------------------------------------------*/
.fe-why { background: var(--fe-ground); padding: 96px 0 96px; }
.fe-why .serviceArea { padding-top: 0; padding-left: 0; padding-right: 60px; }
.fe-why-copy h3 { color: var(--fe-ink); margin-bottom: 34px; }
.fe-principle {
    display: flex;
    gap: 20px;
    background: #fff;
    border-radius: 14px;
    padding: 22px 26px;
    margin-bottom: 16px;
    box-shadow: var(--fe-shadow);
}
.fe-principle .ic {
    flex: 0 0 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(-38deg, #8180e0 0%, #4b4ab8 130%);
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fe-principle h4 {
    font-size: 18px;
    font-weight: 900;
    color: var(--fe-ink);
    margin: 2px 0 6px;
}
.fe-principle p {
    font-size: 15px !important;
    line-height: 27px;
    color: var(--fe-body);
    margin: 0 !important;
}
.fe-why-img { text-align: center; }
.fe-why-img img { max-width: 100%; height: auto; }

/*------------------------------------------------------------------
/ 9. CTA band
/ The theme uses a fixed-size PNG here; a gradient scales properly.
------------------------------------------------------------------*/
.fe-band { background: none; padding: 84px 0; }
.fe-band .container {
    background: linear-gradient(100deg, #33357f 0%, #5b5ac9 52%, #9d9ce8 100%);
    border-radius: 24px;
    padding: 58px 62px;
    box-shadow: 0 24px 54px 0 rgba(46, 55, 136, .26);
    max-width: 1140px;
}
.fe-band .sec_title {
    color: #fff;
    font-size: 32px;
    line-height: 46px;
    font-weight: 900;
    margin: 0;
}
.fe-band a.common_btn {
    background: #fff;
    color: var(--fe-ink);
    height: 60px;
    padding: 23px 40px;
    margin-top: 0;
    box-shadow: 0 12px 30px 0 rgba(24, 26, 74, .3);
    white-space: nowrap;
}
.fe-band a.common_btn:hover { color: #fff; }

/*------------------------------------------------------------------
/ 10. Contact form
------------------------------------------------------------------*/
.fe-contact { padding: 96px 0 104px; background: var(--fe-ground); }
.fe-contact:after { display: none; }
.fe-contact .sec_title {
    color: var(--fe-ink);
    font-size: 36px;
    line-height: 50px;
    font-weight: 900;
    margin-bottom: 16px;
}
.fe-contact .sec_desc { color: var(--fe-body); line-height: 32px; margin-bottom: 48px; }
.fe-form-card {
    background: #fff;
    border-radius: 20px;
    padding: 44px 46px 40px;
    box-shadow: var(--fe-shadow-lg);
}
.fe-form-card label {
    display: block;
    font-size: 13.5px;
    font-weight: 800;
    color: var(--fe-ink);
    margin: 0 0 8px;
    letter-spacing: .01em;
}
.fe-form-card input[type="text"],
.fe-form-card input[type="email"],
.fe-form-card textarea {
    width: 100%;
    background: #f7f7fc;
    border: 1.5px solid var(--fe-line);
    border-radius: 10px;
    padding: 14px 18px;
    font-size: 16px;
    color: var(--fe-ink);
    margin-bottom: 22px;
    transition: border-color .2s ease, background .2s ease;
    font-family: inherit;
}
.fe-form-card input::placeholder,
.fe-form-card textarea::placeholder { color: #b8b8b8; }
.fe-form-card input:focus,
.fe-form-card textarea:focus {
    outline: none;
    background: #fff;
    border-color: var(--fe-primary);
}
.fe-form-card textarea { resize: vertical; min-height: 118px; line-height: 28px; }
.fe-form-card button.common_btn {
    box-shadow: 0 10px 26px 0 rgba(46, 55, 136, .26);
    height: 56px;
}
.fe-form-card button.common_btn:disabled { opacity: .6; cursor: default; }
.form-status {
    margin: 18px 0 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 26px;
}
.form-status.is-ok { color: #3d8f22; }
.form-status.is-error { color: #d0453c; }
.form-status.is-busy { display: none; }
.fe-form-note {
    margin: 14px 0 0;
    font-size: 14.5px;
    color: var(--fe-muted);
    line-height: 26px;
}
.fe-form-note a { color: var(--fe-primary-deep); font-weight: 700; }
.fe-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/*------------------------------------------------------------------
/ 11. Footer
------------------------------------------------------------------*/
.fe-footer { padding: 150px 0 40px; }
.fe-footer .about_widgets img { margin-bottom: 26px; }
.fe-footer-line {
    font-size: 16px !important;
    line-height: 30px;
    color: var(--fe-body) !important;
    max-width: 34em;
    margin: 0 0 18px !important;
}
.fe-footer-mail { font-size: 19px !important; line-height: 30px; margin: 0 !important; }
.fe-footer-mail a { color: var(--fe-primary); font-weight: 800; }
.fe-footer-mail a:hover { color: var(--fe-ink); }
.fe-widget-title {
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--fe-ink);
    margin: 12px 0 22px;
}
.fe-footer-links { list-style: none; margin: 0 0 22px; padding: 0; }
.fe-footer-links li { margin-bottom: 11px; }
.fe-footer-links a { font-size: 15.5px; color: var(--fe-body); }
.fe-footer-links a:hover { color: var(--fe-primary); }
.fe-footer-small { font-size: 14px; line-height: 26px; color: var(--fe-muted); margin: 0; }
.fe-copyright { padding: 18px 0 16px; border-top: 1px solid var(--fe-line); }
.fe-copyright p { margin: 0; font-size: 15.5px; }
.fe-copyright a { color: var(--fe-primary); }
.fe-copyright #backTo {
    top: 0;
    width: 34px;
    height: 34px;
    line-height: 34px;
    background: var(--fe-primary);
}
.fe-copyright #backTo:hover { background: var(--fe-ink); }

/*------------------------------------------------------------------
/ 12. Scroll reveal
------------------------------------------------------------------*/
.fe-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .6s ease, transform .6s ease;
}
.fe-reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
    .fe-reveal { opacity: 1; transform: none; transition: none; }
    html { scroll-behavior: auto; }
}

/*------------------------------------------------------------------
/ 13. Responsive
------------------------------------------------------------------*/
@media (max-width: 1199px) {
    .fe-hero .welcome_text h1 { font-size: 42px; line-height: 56px; }
    .fe-numbers .serviceArea { padding-top: 60px; padding-left: 40px; }
    .fe-flagship .serviceArea { padding-left: 40px; }
    .fe-band .container { padding: 46px 44px; }
    .fe-band .sec_title { font-size: 28px; line-height: 42px; }
}

@media (max-width: 991px) {
    /* The template only wires its mobile menu up to 767px and hides the CTA with a
       Bootstrap 3 class, so the 768-991 band has no navigation at all. Own it here. */
    .header_1 { top: 14px; }
    .header_1 .logo img { width: 150px; height: auto; }
    .header_1 .navigator_btn { display: none; }
    .mainmenu { text-align: right; margin: 0; padding: 0; position: static; }
    .fe-nav-col { position: static; }
    .mobilemenu {
        display: inline-block !important;
        position: relative;
        top: 8px;
        width: 26px;
        height: 18px;
        float: right;
        cursor: pointer;
    }
    .mobilemenu span {
        display: block;
        width: 100%;
        height: 2px;
        border-radius: 2px;
        background: var(--fe-ink);
        margin-bottom: 6px;
        transition: transform .3s ease, opacity .2s ease;
    }
    .mobilemenu.active span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
    .mobilemenu.active span:nth-child(2) { opacity: 0; }
    .mobilemenu.active span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
    .mainmenu > ul {
        display: none;
        position: absolute;
        left: 15px;
        right: 15px;
        top: 62px;
        z-index: 20;
        width: auto;
        height: auto;
        overflow: visible;
        background: #fff;
        padding: 12px 0;
        border: 1px solid var(--fe-line);
        border-radius: 14px;
        box-shadow: var(--fe-shadow-lg);
        text-align: left;
    }
    .mainmenu ul li { display: block; padding: 0; }
    .mainmenu ul li a { display: block; padding: 12px 24px; }
    .mainmenu > ul > li.fe-menu-cta { display: block; margin: 10px 12px 2px; padding: 0; }
    .fe-menu-cta > a {
        background: var(--fe-primary);
        color: #fff !important;
        border-radius: 8px;
        text-align: center;
        font-weight: 800;
    }
    .fe-menu-cta > a:hover { background: var(--fe-primary-deep); color: #fff !important; }
    .fe-hero { padding: 150px 0 70px; }
    .fe-hero .welcome_text h1 { font-size: 36px; line-height: 50px; }
    .fe-hero-img { margin-top: 48px; text-align: center; }
    .fe-numbers { padding-top: 60px; }
    .fe-numbers .mt176 { margin-top: 0; }
    .fe-numbers .serviceArea { padding: 24px 0 0; }
    .fe-flagship { padding: 20px 0 70px; }
    .fe-flagship .serviceArea { padding: 46px 0 0; }
    .fe-why .serviceArea { padding-right: 0; }
    .fe-why-img { margin-top: 44px; }
    .fe-band .col-md-4 { text-align: left !important; margin-top: 30px; }
    .fe-module { height: auto; }
}

@media (max-width: 767px) {
    .fe-eyebrow { font-size: 11.5px; letter-spacing: .08em; padding: 7px 14px; }
    .fe-hero { padding: 132px 0 56px; }
    .fe-hero .welcome_text h1 { font-size: 31px; line-height: 44px; }
    .fe-hero .welcome_text p { font-size: 16.5px; line-height: 30px; }
    .fe-btn-ghost { display: inline-block; margin: 22px 0 0; }
    .fe-flagship-copy h3 { font-size: 30px; line-height: 40px; }
    .fe-how, .fe-modules, .fe-why, .fe-contact { padding: 64px 0 66px; }
    .fe-how .sec_title, .fe-modules .sec_title, .fe-contact .sec_title { font-size: 28px; line-height: 40px; }
    .fe-how .sec_title br, .fe-how .sec_desc br,
    .fe-modules .sec_desc br, .fe-contact .sec_desc br { display: none; }
    .fe-band { padding: 56px 0; }
    .fe-band .container { padding: 36px 28px; border-radius: 18px; }
    .fe-band .sec_title { font-size: 24px; line-height: 36px; }
    .fe-module { padding: 28px 24px 26px; }
    .fe-form-card { padding: 30px 24px 28px; }
    .fe-footer { padding: 90px 0 30px; }
    .fe-copyright .text-right { text-align: left !important; margin-top: 16px; }
    .fe-copyright #backTo { top: 0; }
}
