/* ==================================
   GENERAL
================================== */
#sppb-carousel1.sppb-testimonial-pro {text-align: center;}
.sppb-addon-testimonial-pro-footer {justify-content: center;}
#sppb-carousel1.sppb-testimonial-pro .sppb-addon-testimonial-pro-client-name {font-weight: 700;}
.pull-right {float: right;}

body {
    line-height: 28px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #86939e;
}

.body-wrapper {
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    right: 0;
    backface-visibility: hidden;
}

/* ==================================
   SEARCH BAR (finder form)
================================== */
.top-search-input-wrap form .mod-finder__search.input-group {justify-content: center;}
.top-search-input-wrap form .mod-finder__search.input-group .btn-primary span.icon-search {font-size: 20px; line-height: normal;}
.top-search-input-wrap form .mod-finder__search.input-group .btn-primary,
.top-search-input-wrap form .mod-finder__search.input-group .btn-primary:hover,
.top-search-input-wrap form .mod-finder__search.input-group .btn-primary:focus {
    box-shadow: none; text-shadow: none; font-size: 0;
    background: transparent !important; padding: 0; margin: 0;
    border-bottom: 3px solid #23d0ec; border-radius: 0; outline: none;
}

/* ==================================
   FORMS / INPUTS
================================== */
select, textarea,
input[type="text"], input[type="password"], input[type="datetime"],
input[type="datetime-local"], input[type="date"], input[type="month"],
input[type="time"], input[type="week"], input[type="number"],
input[type="email"], input[type="url"], input[type="search"],
input[type="tel"], input[type="color"], .uneditable-input {
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* ==================================
   LOGIN / REGISTER FORMS
================================== */
.com-users .reg-login-form-wrap {
    background: #f7f9fb;
    position: relative;
    padding: 45px;
}
.com-users .reg-login-form-wrap .reg-login-title h3 {
    font-weight: 600;
    color: #000;
    margin-top: 0;
    margin-bottom: 58px;
}
label, .form-label {
    font-weight: normal;
    color: #86939e;
    margin-bottom: 20px;
}
.com-users .reg-login-form-wrap .login .form-group {
    margin-bottom: 24px;
    text-align: left;
}
.com-users .reg-login-form-wrap .form-validate input {
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    height: 55px !important;
    padding: 0 0 0 20px;
    background: #fff;
}
.com-users .reg-login-form-wrap .form-links {
    text-align: left;
}
.form-links a {
    margin-right: 10px;
}

/* ==================================
   EVENTS
================================== */
.bis_scic_event_title {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 10px;
}
.bis_scic_event_title a {
    font-size: inherit;
}

/* ==================================
   HEADER — DEFAULT ALL PAGES (dark, normal flow)
================================== */
#sp-section-1 {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: 100%;
    z-index: 1000;
    background: #212529 !important;
    padding: 10px 0 0;
}

#sp-section-1 .container {
    padding-bottom: 10px;
}

#sp-section-1 .sp-module {
    display: inline-block;
    margin: 0;
}

#sp-section-2 {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: 100%;
    height: 70px;
    z-index: 999;
    background: #212529 !important;
}

#sp-section-2 .container {
    position: relative;
}

/* Divider line between login bar and nav — all pages */
#sp-section-2 .container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.20);
}

/* ==================================
   HEADER — HOMEPAGE ONLY (transparent, floats over slider)
================================== */
.bg-header-custom #sp-section-1 {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 100%;
    background: transparent !important;
}

.bg-header-custom #sp-section-2 {
    position: absolute !important;
    left: 0 !important;
    top: 45px !important;
    width: 100%;
    background: transparent !important;
}

/* Homepage divider line — keep it, inherits from #sp-section-2 .container:before above */

/* ==================================
   SECTION 1 — Login row layout
================================== */
#sp-section-1 .container-inner .row {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#sp-top1 {
    display: none;
}

#sp-top2 {
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    padding-right: 15px;
}

#sp-top2 .sp-column {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/* ==================================
   SECTION 2 — Logo left, nav+search right, one row
================================== */
#sp-section-2 .container-inner .row {
    display: flex;
    align-items: center;
}

#sp-menu {
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#sp-menu .sp-column {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.sp-megamenu-wrapper {
    order: 1;
    display: flex !important;
    align-items: center;
}

.top-search-wrapper {
    order: 2;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}

.icon-top-wrapper {
    display: flex;
    align-items: center;
    height: 48px;
    margin-left: 16px;
}

/* ==================================
   MENU
================================== */
.sp-megamenu-parent {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.sp-megamenu-parent > li {
    margin: 0 4px;
}

.sp-megamenu-parent > li > a {
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .8px;
    text-transform: uppercase;
    line-height: 33px !important;
    padding: 0 15px !important;
    transition: .3s;
    margin-top: 10px;
}

.sp-megamenu-parent > li.active > a,
.sp-megamenu-parent > li.current-item > a,
.sp-megamenu-parent > li:hover > a {
    background: #27d3f0;
    color: #fff !important;
}
body.ltr .sp-megamenu-parent>li.sp-has-child>a:after, body.ltr .sp-megamenu-parent>li.sp-has-child>span:after,
body.ltr .sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child>a:after{
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-variant: normal;
    text-rendering: auto;
    font-style: normal;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}
/* ==================================
   DROPDOWN
================================== */
.sp-dropdown {
    background: #fff;
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
}

.sp-dropdown .sp-dropdown-items {
    padding: 0;
}

.sp-dropdown a {
    color: #333 !important;
}

.sp-dropdown .sp-menu-item > a {
    display: block;
    width: 100%;
    padding: 12px 20px !important;
    transition: .3s;
}

.sp-dropdown .sp-menu-item:hover > a,
.sp-dropdown .sp-menu-item.active > a,
.sp-dropdown .sp-menu-item.current-item > a {
    background: none !important;
    color: #27d3f0 !important;
}

/* ==================================
   LOGIN LINKS
================================== */
.sp-floox-login.sp-mod-login a {
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
}

.login-greeting,
.logout-button .btn {
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
}

.logout-button .btn {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}

/* ==================================
   SEARCH ICON — SIZE FIX ONLY
================================== */

.search-close-icon:before {
    content: "\f00d" !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    font-size: 18px !important;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-variant: normal;
    text-rendering: auto;
    font-style: normal;
    line-height: 1;
}

.search-open-icon,
.search-close-icon {
    font-family: "Font Awesome 6 Free" !important;
    font-size: 18px !important;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    transition: 0.3s;
    position: relative;
    top: 4px;  
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-variant: normal;
    text-rendering: auto;
    font-style: normal;
    line-height: 1;
}

.top-search-input-wrap {
    position: absolute;
    right: 0;
    top: 100%;
    width: 300px;
    background: #fff;
    padding: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .18);
    z-index: 9999;
}

.top-search-input-wrap input {
    border: none;
    border-bottom: 2px solid #27d3f0;
    border-radius: 0;
}

/* ==================================
   MY ACCOUNT DROPDOWN
================================== */
.sp-my-account-wrap {
    position: relative;
    display: inline-block;
    margin-left: 20px;
}

.btn-account {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    display: block;
    padding: 10px 0;
}

.btn-account i {
    margin-right: 6px;
}

.sp-account-info {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 170px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
    z-index: 999999 !important;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease;
    padding-bottom: 8px; 
}

.sp-account-info:before {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    height: 15px;
}

.sp-account-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sp-account-info ul li a {
    display: block;
    padding: 12px 18px;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #eee;
}

.sp-account-info ul li a:hover {
    color: #27d3f0;
}

.sp-my-account-wrap:hover .sp-account-info,
.sp-account-info:hover {
    opacity: 1;
    visibility: visible;
}

#sp-top2,
#sp-top2 .sp-column,
#sp-top2 .sp-module,
.sp-my-account-wrap {
    overflow: visible !important;
}

/* ==================================
   EMPTY PAGE TITLE — remove gap
================================== */
#sp-page-title {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
}

#sp-page-title .row,
#sp-page-title .sp-column,
#sp-page-title #sp-title {
    margin: 0 !important;
    padding: 0 !important;
}

/* ==================================
   SLIDER DARK OVERLAY
================================== */
.sp-slider-outer-stage {
    position: relative;
}

/*.sp-slider-outer-stage:after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(8, 25, 45, .55);
    z-index: 1;
}*/

.sp-slider-content-align-center {
    position: relative;
    z-index: 2;
}

/* Investa template specific */
#page-loader,
.page-loader,
.site-preloader,
.investa-loader,
#preloader {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

#preloader .loader-line,
.loader-line {
    background: transparent !important;
    border-color: transparent !important;
}
.sp-page-builder .page-content #section-id-1584013435669 {
    padding-top: 0 !important;
}

/* ==================================
   REMOVE EMPTY SECTION SPACE
================================== */

/* Empty page title */
#sp-page-title {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
}

#sp-page-title .row,
#sp-page-title .sp-column,
#sp-page-title #sp-title {
    margin: 0 !important;
    padding: 0 !important;
}

/* Empty section-4 — hide when content is empty */
#sp-section-4 {
    display: none;
}

/* Hide empty sppb sections inside section-4 */
#section-id-1500011234039,
#section-id-1502698060017 .sppb-row:empty,
#sp-section-4 .sppb-addon-content:empty {
    padding: 0 !important;
    margin: 0 !important;
}

/* Generic: collapse any sp-section that has no visible content */
#sp-section-4 .sppb-section {
    padding: 0 !important;
    margin: 0 !important;
}

#sp-section-4 .sppb-row-container,
#sp-section-4 .sppb-container-inner {
    padding: 0 !important;
    margin: 0 !important;
}
.sp-indicator-container {
    display: none !important;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background: #ffffff;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    padding: 7px 0;
    border-radius: 3px;
}
#sp-title {
    position: relative;
}

#sp-title::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45); /* adjust opacity */
    z-index: 1;
}

#sp-page-title .sp-page-title-heading {
    position: relative;
    z-index: 2;
}
#sp-page-title .sp-page-title-sub-heading {
    position: relative;
    z-index: 2;
}
.sp-page-builder .page-content #section-id-1502698060017 {
    padding-top: 0px !important;
}

/*search design font*/
@font-face {
    font-family: 'floox-icon';
    src:
        url('../fonts/floox-icon.ttf?7yj69h') format('truetype'),
        url('../fonts/floox-icon.woff?7yj69h') format('woff'),
        url('../fonts/floox-icon.svg?7yj69h#floox-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.floox-icon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'floox-icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.floox-wave:before {
    content: "\e910";
}
.floox-builder:before {
    content: "\e900";
}
.floox-chat:before {
    content: "\e901";
}
.floox-clock:before {
    content: "\e902";
}
.floox-edit-tools:before {
    content: "\e903";
}
.floox-headphones:before {
    content: "\e904";
}
.floox-love-fill:before {
    content: "\e905";
}
.floox-love-line:before {
    content: "\e906";
}
.floox-minus:before {
    content: "\e907";
}
.floox-paper-plane:before {
    content: "\e908";
}
.floox-pen-tool:before {
    content: "\e909";
}
.floox-picture:before {
    content: "\e90a";
}
.floox-plus:before {
    content: "\e90b";
}
.floox-promotion:before {
    content: "\e90c";
}
.floox-search:before {
    content: "\e90d";
}
.floox-smartphone:before {
    content: "\e90e";
}
.floox-structure:before {
    content: "\e90f";
}
/*search design ends*/
#system-message-container {
    position: static !important;
    max-width: none !important;
}

/*registeration form design*/
/* Labels left aligned */
#member-registration label {
    display: block;
    text-align: left !important;
    margin-bottom: 5px !important;
    font-weight: 600;
    color: #333;
}

/* Reduce spacing between fields */
#member-registration .form-group {
    margin-bottom: 15px !important;
}

/* Remove excessive top/bottom spacing */
#member-registration .group-control {
    margin-top: 0 !important;
}

/* Password requirements */
#member-registration .text-muted {
    text-align: left;
    margin-bottom: 5px !important;
    font-size: 13px;
}

/* Optional text */
#member-registration .optional {
    margin-left: 5px;
    font-size: 12px;
    color: #777;
}

/* Inputs */
#member-registration .form-control {
    min-height: 45px;
    border-radius: 4px;
}

/* Register button */
#member-registration .btn.validate {
    padding: 10px 30px;
    margin-top: 10px;
}
/*ends registration form design*/

.slider-small-lbl {
    
     font-size: 14px !important;
    letter-spacing: 3.55px !important;
}